WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer - Version 7.12.50

Version Description

[20 August 2020] = [Improvement] Admin UI improvements

Download this release

Release Info

Developer the_champ
Plugin Icon 128x128 WordPress Social Share, Social Login and Social Comments Plugin – Super Socializer
Version 7.12.50
Comparing to
See all releases

Code changes from version 7.12.49 to 7.12.50

admin/general_options.php CHANGED
@@ -17,7 +17,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
17
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
18
  <tr>
19
  <th>
20
- <label for="the_champ_footer_script"><?php _e("Include Javascript in website footer", 'super-socializer'); ?><img id="the_champ_footer_script_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
21
  </th>
22
  <td>
23
  <input id="the_champ_footer_script" name="the_champ_general[footer_script]" type="checkbox" <?php echo isset($theChampGeneralOptions['footer_script']) ? 'checked = "checked"' : '';?> value="1" />
@@ -34,8 +34,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
34
 
35
  <tr>
36
  <th>
37
- <img id="the_champ_combined_script_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
38
- <label for="the_champ_combined_script"><?php _e("Load all Javascript files in single file", 'super-socializer'); ?></label>
39
  </th>
40
  <td>
41
  <input id="the_champ_combined_script" name="the_champ_general[combined_script]" type="checkbox" <?php echo isset($theChampGeneralOptions['combined_script']) ? 'checked = "checked"' : '';?> value="1" />
@@ -52,8 +51,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
52
 
53
  <tr>
54
  <th>
55
- <img id="the_champ_delete_options_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
56
- <label for="the_champ_delete_options"><?php _e("Delete all the options on plugin deletion", 'super-socializer'); ?></label>
57
  </th>
58
  <td>
59
  <input id="the_champ_delete_options" name="the_champ_general[delete_options]" type="checkbox" <?php echo isset($theChampGeneralOptions['delete_options']) ? 'checked = "checked"' : '';?> value="1" />
@@ -70,8 +68,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
70
 
71
  <tr>
72
  <th>
73
- <img id="the_champ_custom_css_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
74
- <label for="the_champ_custom_css"><?php _e("Custom CSS", 'super-socializer' ); ?></label>
75
  </th>
76
  <td>
77
  <textarea rows="7" cols="63" id="the_champ_custom_css" name="the_champ_general[custom_css]"><?php echo isset( $theChampGeneralOptions['custom_css'] ) ? $theChampGeneralOptions['custom_css'] : '' ?></textarea>
17
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
18
  <tr>
19
  <th>
20
+ <label for="the_champ_footer_script"><?php _e("Include Javascript in website footer", 'super-socializer'); ?></label><img id="the_champ_footer_script_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
21
  </th>
22
  <td>
23
  <input id="the_champ_footer_script" name="the_champ_general[footer_script]" type="checkbox" <?php echo isset($theChampGeneralOptions['footer_script']) ? 'checked = "checked"' : '';?> value="1" />
34
 
35
  <tr>
36
  <th>
37
+ <label for="the_champ_combined_script"><?php _e("Load all Javascript files in single file", 'super-socializer'); ?></label><img id="the_champ_combined_script_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
 
38
  </th>
39
  <td>
40
  <input id="the_champ_combined_script" name="the_champ_general[combined_script]" type="checkbox" <?php echo isset($theChampGeneralOptions['combined_script']) ? 'checked = "checked"' : '';?> value="1" />
51
 
52
  <tr>
53
  <th>
54
+ <label for="the_champ_delete_options"><?php _e("Delete all the options on plugin deletion", 'super-socializer'); ?></label><img id="the_champ_delete_options_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
 
55
  </th>
56
  <td>
57
  <input id="the_champ_delete_options" name="the_champ_general[delete_options]" type="checkbox" <?php echo isset($theChampGeneralOptions['delete_options']) ? 'checked = "checked"' : '';?> value="1" />
68
 
69
  <tr>
70
  <th>
71
+ <label for="the_champ_custom_css"><?php _e("Custom CSS", 'super-socializer' ); ?></label><img id="the_champ_custom_css_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
 
72
  </th>
73
  <td>
74
  <textarea rows="7" cols="63" id="the_champ_custom_css" name="the_champ_general[custom_css]"><?php echo isset( $theChampGeneralOptions['custom_css'] ) ? $theChampGeneralOptions['custom_css'] : '' ?></textarea>
admin/like_buttons.php CHANGED
@@ -16,7 +16,7 @@
16
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
17
  <tr>
18
  <th>
19
- <label for="the_champ_counter_enable"><?php _e("Enable Like Buttons", 'super-socializer'); ?><img id="the_champ_sc_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
20
  </th>
21
  <td>
22
  <input id="the_champ_counter_enable" name="the_champ_counter[enable]" type="checkbox" <?php echo isset($theChampCounterOptions['enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -61,7 +61,7 @@
61
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
62
  <tr>
63
  <th>
64
- <label for="the_champ_sc_horizontal_enable"><?php _e("Enable standard interface", 'super-socializer'); ?><img id="the_champ_sc_horizontal_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
65
  </th>
66
  <td>
67
  <input id="the_champ_sc_horizontal_enable" onclick="theChampHorizontalCounterOptionsToggle(this)" name="the_champ_counter[hor_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['hor_enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -80,7 +80,7 @@
80
  <tbody id="the_champ_horizontal_counter_options" <?php echo isset($theChampCounterOptions['hor_enable']) ? '' : 'style="display: none"'; ?>>
81
  <tr>
82
  <th>
83
- <label for="the_champ_sc_target_url"><?php _e("Target Url", 'super-socializer'); ?><img id="the_champ_sc_horizontal_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
84
  </th>
85
  <td id="the_champ_target_url_column">
86
  <input id="the_champ_target_url_default" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo !isset($theChampCounterOptions['horizontal_target_url']) || $theChampCounterOptions['horizontal_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
@@ -102,7 +102,7 @@
102
 
103
  <tr>
104
  <th>
105
- <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?><img id="the_champ_sc_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
106
  </th>
107
  <td>
108
  <input id="the_champ_fblogin_title" name="the_champ_counter[title]" type="text" value="<?php echo isset($theChampCounterOptions['title']) ? $theChampCounterOptions['title'] : '' ?>" />
@@ -119,7 +119,7 @@
119
 
120
  <tr>
121
  <th>
122
- <label><?php _e("Select and rearrange providers", 'super-socializer'); ?><img id="the_champ_sc_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
123
  </th>
124
  <td>
125
  <ul id="the_champ_sc_rearrange">
@@ -170,7 +170,7 @@
170
 
171
  <tr>
172
  <th>
173
- <label for="the_champ_sc_hor_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?><img id="the_champ_sc_hor_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
174
  </th>
175
  <td>
176
  <select id="the_champ_sc_hor_alignment" name="the_champ_counter[hor_counter_alignment]">
@@ -191,7 +191,7 @@
191
 
192
  <tr>
193
  <th>
194
- <label><?php _e("Position with respect to content", 'super-socializer'); ?><img id="the_champ_sc_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
195
  </th>
196
  <td>
197
  <input id="the_champ_counter_top" name="the_champ_counter[top]" type="checkbox" <?php echo isset($theChampCounterOptions['top']) ? 'checked = "checked"' : '';?> value="1" />
@@ -211,7 +211,7 @@
211
 
212
  <tr>
213
  <th>
214
- <label><?php _e("Interface location", 'super-socializer'); ?><img id="the_champ_sc_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
215
  </th>
216
  <td>
217
  <input id="the_champ_counter_home" name="the_champ_counter[home]" type="checkbox" <?php echo isset($theChampCounterOptions['home']) ? 'checked = "checked"' : '';?> value="1" />
@@ -304,7 +304,7 @@
304
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
305
  <tr>
306
  <th>
307
- <label for="the_champ_sc_vertical_enable"><?php _e("Enable floating like buttons", 'super-socializer'); ?><img id="the_champ_sc_vertical_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
308
  </th>
309
  <td>
310
  <input id="the_champ_sc_vertical_enable" onclick="theChampVerticalCounterOptionsToggle(this)" name="the_champ_counter[vertical_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -323,7 +323,7 @@
323
  <tbody id="the_champ_vertical_counter_options" <?php echo isset($theChampCounterOptions['vertical_enable']) ? '' : 'style="display: none"'; ?>>
324
  <tr>
325
  <th>
326
- <label for="the_champ_sc_vertical_target_url"><?php _e("Target Url", 'super-socializer'); ?><img id="the_champ_sc_vertical_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
327
  </th>
328
  <td id="the_champ_vertical_target_url_column">
329
  <input id="the_champ_vertical_target_url_default" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo !isset($theChampCounterOptions['vertical_target_url']) || $theChampCounterOptions['vertical_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
@@ -345,7 +345,7 @@
345
 
346
  <tr>
347
  <th>
348
- <label><?php _e("Select and rearrange providers", 'super-socializer'); ?><img id="the_champ_sc_vertical_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
349
  </th>
350
  <td>
351
  <ul id="the_champ_sc_vertical_rearrange">
@@ -395,7 +395,7 @@
395
 
396
  <tr>
397
  <th>
398
- <label for="the_champ_sc_vertical_bg_color"><?php _e("Background Color", 'super-socializer'); ?><img id="the_champ_sc_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
399
  </th>
400
  <td>
401
  <input id="the_champ_sc_vertical_bg_color" style="width: 100px" name="the_champ_counter[vertical_bg]" type="text" value="<?php echo isset($theChampCounterOptions['vertical_bg']) ? $theChampCounterOptions['vertical_bg'] : '' ?>" />
@@ -412,7 +412,7 @@
412
 
413
  <tr>
414
  <th>
415
- <label for="the_champ_sc_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?><img id="the_champ_sc_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
416
  </th>
417
  <td>
418
  <select onchange="theChampToggleOffset(this.value)" id="the_champ_sc_alignment" name="the_champ_counter[alignment]">
@@ -433,7 +433,7 @@
433
  <tbody id="the_champ_sc_left_offset_rows" <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] == 'left') ? '' : 'style="display: none"' ?>>
434
  <tr>
435
  <th>
436
- <label for="the_champ_sc_left_offset"><?php _e("Left offset", 'super-socializer'); ?><img id="the_champ_sc_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
437
  </th>
438
  <td>
439
  <input style="width: 100px" id="the_champ_sc_left_offset" name="the_champ_counter[left_offset]" type="text" value="<?php echo isset($theChampCounterOptions['left_offset']) ? $theChampCounterOptions['left_offset'] : '' ?>" />px
@@ -452,7 +452,7 @@
452
  <tbody id="the_champ_sc_right_offset_rows" <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] == 'right') ? '' : 'style="display: none"' ?>>
453
  <tr>
454
  <th>
455
- <label for="the_champ_sc_right_offset"><?php _e("Right offset", 'super-socializer'); ?><img id="the_champ_sc_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
456
  </th>
457
  <td>
458
  <input style="width: 100px" id="the_champ_sc_right_offset" name="the_champ_counter[right_offset]" type="text" value="<?php echo isset($theChampCounterOptions['right_offset']) ? $theChampCounterOptions['right_offset'] : '' ?>" />px
@@ -470,7 +470,7 @@
470
 
471
  <tr>
472
  <th>
473
- <label for="the_champ_sc_top_offset"><?php _e("Top offset", 'super-socializer'); ?><img id="the_champ_sc_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
474
  </th>
475
  <td>
476
  <input style="width: 100px" id="the_champ_sc_top_offset" name="the_champ_counter[top_offset]" type="text" value="<?php echo isset($theChampCounterOptions['top_offset']) ? $theChampCounterOptions['top_offset'] : '' ?>" />px
@@ -487,7 +487,7 @@
487
 
488
  <tr>
489
  <th>
490
- <label><?php _e("Interface location", 'super-socializer'); ?><img id="the_champ_sc_vertical_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
491
  </th>
492
  <td>
493
  <input id="the_champ_counter_vertical_home" name="the_champ_counter[vertical_home]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_home']) ? 'checked = "checked"' : '';?> value="1" />
@@ -542,7 +542,7 @@
542
 
543
  <tr>
544
  <th>
545
- <label for="the_champ_ss_mobile_likeb"><?php _e("Hide like buttons on mobile devices", 'super-socializer'); ?><img id="the_champ_ss_mobile_likeb_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
546
  </th>
547
  <td>
548
  <input id="the_champ_ss_mobile_likeb" name="the_champ_counter[hide_mobile_likeb]" type="checkbox" <?php echo isset($theChampCounterOptions['hide_mobile_likeb']) ? 'checked = "checked"' : '';?> value="1" />
@@ -576,7 +576,7 @@
576
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
577
  <tr>
578
  <th>
579
- <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed, for tweet button", 'super-socializer'); ?><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
580
  </th>
581
  <td>
582
  <input id="the_champ_surl_enable" name="the_champ_counter[use_shortlinks]" type="checkbox" <?php echo isset($theChampCounterOptions['use_shortlinks']) ? 'checked = "checked"' : '';?> value="1" />
@@ -593,7 +593,7 @@
593
 
594
  <tr>
595
  <th>
596
- <label for="the_champ_sc_bitly_enable"><?php _e("Enable bit.ly url shortener for tweet button", 'super-socializer'); ?><img id="the_champ_sc_bitly_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
597
  </th>
598
  <td>
599
  <input id="the_champ_sc_bitly_enable" name="the_champ_counter[bitly_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['bitly_enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -610,7 +610,7 @@
610
 
611
  <tr>
612
  <th>
613
- <label for="the_champ_sc_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?><img id="the_champ_sc_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
614
  </th>
615
  <td>
616
  <input id="the_champ_sc_bitly_token" name="the_champ_counter[bitly_access_token]" type="text" value="<?php echo isset($theChampCounterOptions['bitly_access_token']) ? $theChampCounterOptions['bitly_access_token'] : '' ?>" />
@@ -652,7 +652,7 @@
652
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
653
  <tr>
654
  <th>
655
- <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer'); ?><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
656
  </th>
657
  <td>
658
  <input id="the_champ_sc_language" name="the_champ_counter[language]" type="text" value="<?php echo isset($theChampCounterOptions['language']) ? $theChampCounterOptions['language'] : '' ?>" />
@@ -676,7 +676,7 @@
676
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
677
  <tr>
678
  <th>
679
- <label for="the_champ_sc_twitter_username"><?php _e("Twitter username for Tweet (without @)", 'super-socializer'); ?><img id="the_champ_sc_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
680
  </th>
681
  <td>
682
  <input id="the_champ_sc_twitter_username" name="the_champ_counter[twitter_username]" type="text" value="<?php echo isset($theChampCounterOptions['twitter_username']) ? $theChampCounterOptions['twitter_username'] : '' ?>" />
@@ -694,7 +694,7 @@
694
 
695
  <tr>
696
  <th>
697
- <label for="the_champ_sc_buffer_username"><?php _e("Twitter username for Buffer sharing (without @)", 'super-socializer'); ?><img id="the_champ_sc_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
698
  </th>
699
  <td>
700
  <input id="the_champ_sc_buffer_username" name="the_champ_counter[buffer_username]" type="text" value="<?php echo isset($theChampCounterOptions['buffer_username']) ? $theChampCounterOptions['buffer_username'] : '' ?>" />
@@ -728,7 +728,7 @@
728
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
729
  <tr>
730
  <th>
731
- <label for="the_champ_mycred_referral_id_like_button"><?php _e("Append myCRED referral ID to the urls being shared", 'super-socializer'); ?><img id="the_champ_mycred_referral_id_like_button_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
732
  </th>
733
  <td>
734
  <input id="the_champ_mycred_referral_id_like_button" name="the_champ_counter[mycred_referral]" type="checkbox" <?php echo isset( $theChampCounterOptions['mycred_referral'] ) ? 'checked = "checked"' : '';?> value="1" />
16
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
17
  <tr>
18
  <th>
19
+ <label for="the_champ_counter_enable"><?php _e("Enable Like Buttons", 'super-socializer'); ?></label><img id="the_champ_sc_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
20
  </th>
21
  <td>
22
  <input id="the_champ_counter_enable" name="the_champ_counter[enable]" type="checkbox" <?php echo isset($theChampCounterOptions['enable']) ? 'checked = "checked"' : '';?> value="1" />
61
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
62
  <tr>
63
  <th>
64
+ <label for="the_champ_sc_horizontal_enable"><?php _e("Enable standard interface", 'super-socializer'); ?></label><img id="the_champ_sc_horizontal_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
65
  </th>
66
  <td>
67
  <input id="the_champ_sc_horizontal_enable" onclick="theChampHorizontalCounterOptionsToggle(this)" name="the_champ_counter[hor_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['hor_enable']) ? 'checked = "checked"' : '';?> value="1" />
80
  <tbody id="the_champ_horizontal_counter_options" <?php echo isset($theChampCounterOptions['hor_enable']) ? '' : 'style="display: none"'; ?>>
81
  <tr>
82
  <th>
83
+ <label for="the_champ_sc_target_url"><?php _e("Target Url", 'super-socializer'); ?></label><img id="the_champ_sc_horizontal_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
84
  </th>
85
  <td id="the_champ_target_url_column">
86
  <input id="the_champ_target_url_default" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo !isset($theChampCounterOptions['horizontal_target_url']) || $theChampCounterOptions['horizontal_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
102
 
103
  <tr>
104
  <th>
105
+ <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_sc_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
106
  </th>
107
  <td>
108
  <input id="the_champ_fblogin_title" name="the_champ_counter[title]" type="text" value="<?php echo isset($theChampCounterOptions['title']) ? $theChampCounterOptions['title'] : '' ?>" />
119
 
120
  <tr>
121
  <th>
122
+ <label><?php _e("Select and rearrange providers", 'super-socializer'); ?></label><img id="the_champ_sc_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
123
  </th>
124
  <td>
125
  <ul id="the_champ_sc_rearrange">
170
 
171
  <tr>
172
  <th>
173
+ <label for="the_champ_sc_hor_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?></label><img id="the_champ_sc_hor_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
174
  </th>
175
  <td>
176
  <select id="the_champ_sc_hor_alignment" name="the_champ_counter[hor_counter_alignment]">
191
 
192
  <tr>
193
  <th>
194
+ <label><?php _e("Position with respect to content", 'super-socializer'); ?></label><img id="the_champ_sc_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
195
  </th>
196
  <td>
197
  <input id="the_champ_counter_top" name="the_champ_counter[top]" type="checkbox" <?php echo isset($theChampCounterOptions['top']) ? 'checked = "checked"' : '';?> value="1" />
211
 
212
  <tr>
213
  <th>
214
+ <label><?php _e("Interface location", 'super-socializer'); ?></label><img id="the_champ_sc_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
215
  </th>
216
  <td>
217
  <input id="the_champ_counter_home" name="the_champ_counter[home]" type="checkbox" <?php echo isset($theChampCounterOptions['home']) ? 'checked = "checked"' : '';?> value="1" />
304
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
305
  <tr>
306
  <th>
307
+ <label for="the_champ_sc_vertical_enable"><?php _e("Enable floating like buttons", 'super-socializer'); ?></label><img id="the_champ_sc_vertical_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
308
  </th>
309
  <td>
310
  <input id="the_champ_sc_vertical_enable" onclick="theChampVerticalCounterOptionsToggle(this)" name="the_champ_counter[vertical_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_enable']) ? 'checked = "checked"' : '';?> value="1" />
323
  <tbody id="the_champ_vertical_counter_options" <?php echo isset($theChampCounterOptions['vertical_enable']) ? '' : 'style="display: none"'; ?>>
324
  <tr>
325
  <th>
326
+ <label for="the_champ_sc_vertical_target_url"><?php _e("Target Url", 'super-socializer'); ?></label><img id="the_champ_sc_vertical_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
327
  </th>
328
  <td id="the_champ_vertical_target_url_column">
329
  <input id="the_champ_vertical_target_url_default" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo !isset($theChampCounterOptions['vertical_target_url']) || $theChampCounterOptions['vertical_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
345
 
346
  <tr>
347
  <th>
348
+ <label><?php _e("Select and rearrange providers", 'super-socializer'); ?></label><img id="the_champ_sc_vertical_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
349
  </th>
350
  <td>
351
  <ul id="the_champ_sc_vertical_rearrange">
395
 
396
  <tr>
397
  <th>
398
+ <label for="the_champ_sc_vertical_bg_color"><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_sc_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
399
  </th>
400
  <td>
401
  <input id="the_champ_sc_vertical_bg_color" style="width: 100px" name="the_champ_counter[vertical_bg]" type="text" value="<?php echo isset($theChampCounterOptions['vertical_bg']) ? $theChampCounterOptions['vertical_bg'] : '' ?>" />
412
 
413
  <tr>
414
  <th>
415
+ <label for="the_champ_sc_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?></label><img id="the_champ_sc_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
416
  </th>
417
  <td>
418
  <select onchange="theChampToggleOffset(this.value)" id="the_champ_sc_alignment" name="the_champ_counter[alignment]">
433
  <tbody id="the_champ_sc_left_offset_rows" <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] == 'left') ? '' : 'style="display: none"' ?>>
434
  <tr>
435
  <th>
436
+ <label for="the_champ_sc_left_offset"><?php _e("Left offset", 'super-socializer'); ?></label><img id="the_champ_sc_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
437
  </th>
438
  <td>
439
  <input style="width: 100px" id="the_champ_sc_left_offset" name="the_champ_counter[left_offset]" type="text" value="<?php echo isset($theChampCounterOptions['left_offset']) ? $theChampCounterOptions['left_offset'] : '' ?>" />px
452
  <tbody id="the_champ_sc_right_offset_rows" <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] == 'right') ? '' : 'style="display: none"' ?>>
453
  <tr>
454
  <th>
455
+ <label for="the_champ_sc_right_offset"><?php _e("Right offset", 'super-socializer'); ?></label><img id="the_champ_sc_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
456
  </th>
457
  <td>
458
  <input style="width: 100px" id="the_champ_sc_right_offset" name="the_champ_counter[right_offset]" type="text" value="<?php echo isset($theChampCounterOptions['right_offset']) ? $theChampCounterOptions['right_offset'] : '' ?>" />px
470
 
471
  <tr>
472
  <th>
473
+ <label for="the_champ_sc_top_offset"><?php _e("Top offset", 'super-socializer'); ?></label><img id="the_champ_sc_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
474
  </th>
475
  <td>
476
  <input style="width: 100px" id="the_champ_sc_top_offset" name="the_champ_counter[top_offset]" type="text" value="<?php echo isset($theChampCounterOptions['top_offset']) ? $theChampCounterOptions['top_offset'] : '' ?>" />px
487
 
488
  <tr>
489
  <th>
490
+ <label><?php _e("Interface location", 'super-socializer'); ?></label><img id="the_champ_sc_vertical_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
491
  </th>
492
  <td>
493
  <input id="the_champ_counter_vertical_home" name="the_champ_counter[vertical_home]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_home']) ? 'checked = "checked"' : '';?> value="1" />
542
 
543
  <tr>
544
  <th>
545
+ <label for="the_champ_ss_mobile_likeb"><?php _e("Hide like buttons on mobile devices", 'super-socializer'); ?></label><img id="the_champ_ss_mobile_likeb_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
546
  </th>
547
  <td>
548
  <input id="the_champ_ss_mobile_likeb" name="the_champ_counter[hide_mobile_likeb]" type="checkbox" <?php echo isset($theChampCounterOptions['hide_mobile_likeb']) ? 'checked = "checked"' : '';?> value="1" />
576
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
577
  <tr>
578
  <th>
579
+ <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed, for tweet button", 'super-socializer'); ?></label><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
580
  </th>
581
  <td>
582
  <input id="the_champ_surl_enable" name="the_champ_counter[use_shortlinks]" type="checkbox" <?php echo isset($theChampCounterOptions['use_shortlinks']) ? 'checked = "checked"' : '';?> value="1" />
593
 
594
  <tr>
595
  <th>
596
+ <label for="the_champ_sc_bitly_enable"><?php _e("Enable bit.ly url shortener for tweet button", 'super-socializer'); ?></label><img id="the_champ_sc_bitly_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
597
  </th>
598
  <td>
599
  <input id="the_champ_sc_bitly_enable" name="the_champ_counter[bitly_enable]" type="checkbox" <?php echo isset($theChampCounterOptions['bitly_enable']) ? 'checked = "checked"' : '';?> value="1" />
610
 
611
  <tr>
612
  <th>
613
+ <label for="the_champ_sc_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?></label><img id="the_champ_sc_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
614
  </th>
615
  <td>
616
  <input id="the_champ_sc_bitly_token" name="the_champ_counter[bitly_access_token]" type="text" value="<?php echo isset($theChampCounterOptions['bitly_access_token']) ? $theChampCounterOptions['bitly_access_token'] : '' ?>" />
652
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
653
  <tr>
654
  <th>
655
+ <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer'); ?></label><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
656
  </th>
657
  <td>
658
  <input id="the_champ_sc_language" name="the_champ_counter[language]" type="text" value="<?php echo isset($theChampCounterOptions['language']) ? $theChampCounterOptions['language'] : '' ?>" />
676
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
677
  <tr>
678
  <th>
679
+ <label for="the_champ_sc_twitter_username"><?php _e("Twitter username for Tweet (without @)", 'super-socializer'); ?></label><img id="the_champ_sc_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
680
  </th>
681
  <td>
682
  <input id="the_champ_sc_twitter_username" name="the_champ_counter[twitter_username]" type="text" value="<?php echo isset($theChampCounterOptions['twitter_username']) ? $theChampCounterOptions['twitter_username'] : '' ?>" />
694
 
695
  <tr>
696
  <th>
697
+ <label for="the_champ_sc_buffer_username"><?php _e("Twitter username for Buffer sharing (without @)", 'super-socializer'); ?></label><img id="the_champ_sc_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
698
  </th>
699
  <td>
700
  <input id="the_champ_sc_buffer_username" name="the_champ_counter[buffer_username]" type="text" value="<?php echo isset($theChampCounterOptions['buffer_username']) ? $theChampCounterOptions['buffer_username'] : '' ?>" />
728
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
729
  <tr>
730
  <th>
731
+ <label for="the_champ_mycred_referral_id_like_button"><?php _e("Append myCRED referral ID to the urls being shared", 'super-socializer'); ?></label><img id="the_champ_mycred_referral_id_like_button_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
732
  </th>
733
  <td>
734
  <input id="the_champ_mycred_referral_id_like_button" name="the_champ_counter[mycred_referral]" type="checkbox" <?php echo isset( $theChampCounterOptions['mycred_referral'] ) ? 'checked = "checked"' : '';?> value="1" />
admin/social_commenting.php CHANGED
@@ -49,7 +49,7 @@
49
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
50
  <tr>
51
  <th>
52
- <label for="the_champ_commenting_tab_order"><?php _e("Order of tabs in commenting interface", 'super-socializer'); ?><img id="the_champ_commenting_tab_order_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
53
  </th>
54
  <td>
55
  <input id="the_champ_commenting_tab_order" name="the_champ_facebook[commenting_order]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_order']) ? $theChampFacebookOptions['commenting_order'] : '';?>" />
@@ -66,7 +66,7 @@
66
 
67
  <tr>
68
  <th>
69
- <label for="the_champ_commenting_title"><?php _e("Comment area label", 'super-socializer'); ?><img id="the_champ_commenting_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
70
  </th>
71
  <td>
72
  <input id="the_champ_commenting_title" name="the_champ_facebook[commenting_label]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_label']) ? $theChampFacebookOptions['commenting_label'] : '';?>" />
@@ -88,7 +88,7 @@
88
  ?>
89
  <tr>
90
  <th>
91
- <label><?php _e("Enable Social Commenting at", 'super-socializer'); ?><img id="the_champ_comments_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
92
  </th>
93
  <td>
94
  <?php
@@ -117,7 +117,7 @@
117
 
118
  <tr>
119
  <th>
120
- <label><?php _e("HTML ID of comment form container", 'super-socializer'); ?><img id="the_champ_commenting_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
121
  </th>
122
  <td>
123
  <input id="the_champ_commenting_id" name="the_champ_facebook[commenting_id]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_id']) ? $theChampFacebookOptions['commenting_id'] : '';?>" />
@@ -184,7 +184,7 @@
184
 
185
  <tr>
186
  <th>
187
- <label for="the_champ_enable_fbcomments"><?php _e("Enable Facebook Commenting", 'super-socializer'); ?><img id="the_champ_fb_comment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
188
  </th>
189
  <td>
190
  <input id="the_champ_enable_fbcomments" name="the_champ_facebook[enable_fbcomments]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_fbcomments']) ? 'checked = "checked"' : '';?> value="1" />
@@ -201,7 +201,7 @@
201
 
202
  <tr>
203
  <th>
204
- <label for="the_champ_comment_url"><?php _e('Url to comment on', 'super-socializer'); ?><img id="the_champ_fb_comment_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
205
  </th>
206
  <td>
207
  <input id="the_champ_comment_url" name="the_champ_facebook[urlToComment]" type="text" value="<?php echo isset($theChampFacebookOptions['urlToComment']) ? $theChampFacebookOptions['urlToComment'] : '' ?>" />
@@ -226,7 +226,7 @@
226
 
227
  <tr>
228
  <th>
229
- <label for="the_champ_fbcomment_width"><?php _e('Width', 'super-socializer'); ?><img id="the_champ_fb_comment_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
230
  </th>
231
  <td>
232
  <input id="the_champ_fbcomment_width" name="the_champ_facebook[comment_width]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_width']) ? $theChampFacebookOptions['comment_width'] : '' ?>" />px
@@ -243,7 +243,7 @@
243
 
244
  <tr>
245
  <th>
246
- <label for="the_champ_fbcomment_color"><?php _e('Color Scheme', 'super-socializer'); ?><img id="the_champ_fb_comment_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
247
  </th>
248
  <td>
249
  <select id="the_champ_fbcomment_color" name="the_champ_facebook[comment_color]">
@@ -263,7 +263,7 @@
263
 
264
  <tr>
265
  <th>
266
- <label for="the_champ_fbcomment_numposts"><?php _e('Number of comments', 'super-socializer'); ?><img id="the_champ_fb_comment_numposts_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
267
  </th>
268
  <td>
269
  <input id="the_champ_fbcomment_numposts" name="the_champ_facebook[comment_numposts]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_numposts']) ? $theChampFacebookOptions['comment_numposts'] : '' ?>" />
@@ -280,7 +280,7 @@
280
 
281
  <tr>
282
  <th>
283
- <label for="the_champ_fbcomment_orderby"><?php _e('Order by', 'super-socializer'); ?><img id="the_champ_fb_comment_orderby_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
284
  </th>
285
  <td>
286
  <select id="the_champ_fbcomment_orderby" name="the_champ_facebook[comment_orderby]">
@@ -301,7 +301,7 @@
301
 
302
  <tr>
303
  <th>
304
- <label for="the_champ_fbcomment_lang"><?php _e('Language', 'super-socializer'); ?><img id="the_champ_fb_comment_lang_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
305
  </th>
306
  <td>
307
  <input id="the_champ_fbcomment_lang" name="the_champ_facebook[comment_lang]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_lang']) ? $theChampFacebookOptions['comment_lang'] : '' ?>" />
@@ -325,7 +325,7 @@
325
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
326
  <tr>
327
  <th>
328
- <label for="the_champ_enable_dqcomments"><?php _e("Enable Disqus Commenting", 'super-socializer'); ?><img id="the_champ_enable_dqcomments_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
329
  </th>
330
  <td>
331
  <input id="the_champ_enable_dqcomments" name="the_champ_facebook[enable_disquscomments]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_disquscomments']) ? 'checked = "checked"' : '';?> value="1" />
@@ -342,7 +342,7 @@
342
 
343
  <tr>
344
  <th>
345
- <label for="the_champ_commenting_dq_shortname"><?php _e("Disqus Shortname", 'super-socializer'); ?><img id="the_champ_commenting_dq_shortname_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
346
  </th>
347
  <td>
348
  <input id="the_champ_commenting_dq_shortname" name="the_champ_facebook[dq_shortname]" type="text" value="<?php echo isset($theChampFacebookOptions['dq_shortname']) ? $theChampFacebookOptions['dq_shortname'] : ''; ?>" />
49
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
50
  <tr>
51
  <th>
52
+ <label for="the_champ_commenting_tab_order"><?php _e("Order of tabs in commenting interface", 'super-socializer'); ?></label><img id="the_champ_commenting_tab_order_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
53
  </th>
54
  <td>
55
  <input id="the_champ_commenting_tab_order" name="the_champ_facebook[commenting_order]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_order']) ? $theChampFacebookOptions['commenting_order'] : '';?>" />
66
 
67
  <tr>
68
  <th>
69
+ <label for="the_champ_commenting_title"><?php _e("Comment area label", 'super-socializer'); ?></label><img id="the_champ_commenting_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
70
  </th>
71
  <td>
72
  <input id="the_champ_commenting_title" name="the_champ_facebook[commenting_label]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_label']) ? $theChampFacebookOptions['commenting_label'] : '';?>" />
88
  ?>
89
  <tr>
90
  <th>
91
+ <label><?php _e("Enable Social Commenting at", 'super-socializer'); ?></label><img id="the_champ_comments_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
92
  </th>
93
  <td>
94
  <?php
117
 
118
  <tr>
119
  <th>
120
+ <label><?php _e("HTML ID of comment form container", 'super-socializer'); ?></label><img id="the_champ_commenting_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
121
  </th>
122
  <td>
123
  <input id="the_champ_commenting_id" name="the_champ_facebook[commenting_id]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_id']) ? $theChampFacebookOptions['commenting_id'] : '';?>" />
184
 
185
  <tr>
186
  <th>
187
+ <label for="the_champ_enable_fbcomments"><?php _e("Enable Facebook Commenting", 'super-socializer'); ?></label><img id="the_champ_fb_comment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
188
  </th>
189
  <td>
190
  <input id="the_champ_enable_fbcomments" name="the_champ_facebook[enable_fbcomments]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_fbcomments']) ? 'checked = "checked"' : '';?> value="1" />
201
 
202
  <tr>
203
  <th>
204
+ <label for="the_champ_comment_url"><?php _e('Url to comment on', 'super-socializer'); ?></label><img id="the_champ_fb_comment_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
205
  </th>
206
  <td>
207
  <input id="the_champ_comment_url" name="the_champ_facebook[urlToComment]" type="text" value="<?php echo isset($theChampFacebookOptions['urlToComment']) ? $theChampFacebookOptions['urlToComment'] : '' ?>" />
226
 
227
  <tr>
228
  <th>
229
+ <label for="the_champ_fbcomment_width"><?php _e('Width', 'super-socializer'); ?></label><img id="the_champ_fb_comment_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
230
  </th>
231
  <td>
232
  <input id="the_champ_fbcomment_width" name="the_champ_facebook[comment_width]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_width']) ? $theChampFacebookOptions['comment_width'] : '' ?>" />px
243
 
244
  <tr>
245
  <th>
246
+ <label for="the_champ_fbcomment_color"><?php _e('Color Scheme', 'super-socializer'); ?></label><img id="the_champ_fb_comment_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
247
  </th>
248
  <td>
249
  <select id="the_champ_fbcomment_color" name="the_champ_facebook[comment_color]">
263
 
264
  <tr>
265
  <th>
266
+ <label for="the_champ_fbcomment_numposts"><?php _e('Number of comments', 'super-socializer'); ?></label><img id="the_champ_fb_comment_numposts_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
267
  </th>
268
  <td>
269
  <input id="the_champ_fbcomment_numposts" name="the_champ_facebook[comment_numposts]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_numposts']) ? $theChampFacebookOptions['comment_numposts'] : '' ?>" />
280
 
281
  <tr>
282
  <th>
283
+ <label for="the_champ_fbcomment_orderby"><?php _e('Order by', 'super-socializer'); ?></label><img id="the_champ_fb_comment_orderby_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
284
  </th>
285
  <td>
286
  <select id="the_champ_fbcomment_orderby" name="the_champ_facebook[comment_orderby]">
301
 
302
  <tr>
303
  <th>
304
+ <label for="the_champ_fbcomment_lang"><?php _e('Language', 'super-socializer'); ?></label><img id="the_champ_fb_comment_lang_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
305
  </th>
306
  <td>
307
  <input id="the_champ_fbcomment_lang" name="the_champ_facebook[comment_lang]" type="text" value="<?php echo isset($theChampFacebookOptions['comment_lang']) ? $theChampFacebookOptions['comment_lang'] : '' ?>" />
325
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
326
  <tr>
327
  <th>
328
+ <label for="the_champ_enable_dqcomments"><?php _e("Enable Disqus Commenting", 'super-socializer'); ?></label><img id="the_champ_enable_dqcomments_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
329
  </th>
330
  <td>
331
  <input id="the_champ_enable_dqcomments" name="the_champ_facebook[enable_disquscomments]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_disquscomments']) ? 'checked = "checked"' : '';?> value="1" />
342
 
343
  <tr>
344
  <th>
345
+ <label for="the_champ_commenting_dq_shortname"><?php _e("Disqus Shortname", 'super-socializer'); ?></label><img id="the_champ_commenting_dq_shortname_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
346
  </th>
347
  <td>
348
  <input id="the_champ_commenting_dq_shortname" name="the_champ_facebook[dq_shortname]" type="text" value="<?php echo isset($theChampFacebookOptions['dq_shortname']) ? $theChampFacebookOptions['dq_shortname'] : ''; ?>" />
admin/social_login.php CHANGED
@@ -15,7 +15,7 @@
15
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
16
  <tr>
17
  <th>
18
- <label for="the_champ_login_enable"><?php _e("Enable Social Login", 'super-socializer'); ?><img id="the_champ_sl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
19
  </th>
20
  <td>
21
  <input id="the_champ_login_enable" name="the_champ_login[enable]" type="checkbox" <?php echo isset($theChampLoginOptions['enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -59,7 +59,7 @@
59
 
60
  <tr>
61
  <th>
62
- <label for="the_champ_sl_disable_reg"><?php _e("Disable user registration via Social Login", 'super-socializer'); ?><img id="the_champ_sl_disable_reg_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
63
  </th>
64
  <td>
65
  <input id="the_champ_sl_disable_reg" name="the_champ_login[disable_reg]" onclick="if(this.checked){jQuery('#the_champ_disable_reg_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_disable_reg_options').css('display', 'none') }" type="checkbox" <?php echo isset($theChampLoginOptions['disable_reg']) ? 'checked = "checked"' : '';?> value="1" />
@@ -77,7 +77,7 @@
77
  <tbody id="the_champ_disable_reg_options" <?php echo !isset($theChampLoginOptions['disable_reg']) ? 'style = "display: none"' : '';?> >
78
  <tr>
79
  <th>
80
- <label for="the_champ_sl_disable_reg_redirect"><?php _e("Redirection url", 'super-socializer'); ?><img id="the_champ_sl_disable_reg_redirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
81
  </th>
82
  <td>
83
  <input id="the_champ_sl_disable_reg_redirect" name="the_champ_login[disable_reg_redirect]" type="text" value="<?php echo isset($theChampLoginOptions['disable_reg_redirect']) ? $theChampLoginOptions['disable_reg_redirect'] : '' ?>" />
@@ -95,7 +95,7 @@
95
 
96
  <tr>
97
  <th>
98
- <label><?php _e("Select Social Networks", 'super-socializer'); ?><img id="the_champ_sl_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
99
  </th>
100
  <td>
101
  <div class="theChampHorizontalSharingProviderContainer">
@@ -147,7 +147,7 @@
147
 
148
  <tr>
149
  <th>
150
- <label for="the_champ_fblogin_key"><?php _e("Facebook App ID", 'super-socializer'); ?><img id="the_champ_slfb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
151
  </th>
152
  <td>
153
  <input id="the_champ_fblogin_key" name="the_champ_login[fb_key]" type="text" value="<?php echo isset($theChampLoginOptions['fb_key']) ? $theChampLoginOptions['fb_key'] : '' ?>" />
@@ -168,7 +168,7 @@
168
 
169
  <tr>
170
  <th>
171
- <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?><img id="the_champ_slfb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
172
  </th>
173
  <td>
174
  <input id="the_champ_fblogin_secret" name="the_champ_login[fb_secret]" type="text" value="<?php echo isset($theChampLoginOptions['fb_secret']) ? $theChampLoginOptions['fb_secret'] : '' ?>" />
@@ -189,7 +189,7 @@
189
 
190
  <tr>
191
  <th>
192
- <label for="the_champ_twlogin_key"><?php _e("Twitter API Key", 'super-socializer'); ?><img id="the_champ_sltw_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
193
  </th>
194
  <td>
195
  <input id="the_champ_twlogin_key" name="the_champ_login[twitter_key]" type="text" value="<?php echo isset($theChampLoginOptions['twitter_key']) ? $theChampLoginOptions['twitter_key'] : '' ?>" />
@@ -214,7 +214,7 @@
214
 
215
  <tr>
216
  <th>
217
- <label for="the_champ_twlogin_secret"><?php _e("Twitter API Secret", 'super-socializer'); ?><img id="the_champ_sltw_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
218
  </th>
219
  <td>
220
  <input id="the_champ_twlogin_secret" name="the_champ_login[twitter_secret]" type="text" value="<?php echo isset($theChampLoginOptions['twitter_secret']) ? $theChampLoginOptions['twitter_secret'] : '' ?>" />
@@ -239,7 +239,7 @@
239
 
240
  <tr>
241
  <th>
242
- <label for="the_champ_lilogin_key"><?php _e("LinkedIn Client ID", 'super-socializer'); ?><img id="the_champ_slli_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
243
  </th>
244
  <td>
245
  <input id="the_champ_lilogin_key" name="the_champ_login[li_key]" type="text" value="<?php echo isset($theChampLoginOptions['li_key']) ? $theChampLoginOptions['li_key'] : '' ?>" />
@@ -260,7 +260,7 @@
260
 
261
  <tr>
262
  <th>
263
- <label for="the_champ_lilogin_secret"><?php _e("LinkedIn Client Secret", 'super-socializer'); ?><img id="the_champ_slli_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
264
  </th>
265
  <td>
266
  <input id="the_champ_lilogin_secret" name="the_champ_login[li_secret]" type="text" value="<?php echo isset($theChampLoginOptions['li_secret']) ? $theChampLoginOptions['li_secret'] : '' ?>" />
@@ -281,7 +281,7 @@
281
 
282
  <tr>
283
  <th>
284
- <label for="the_champ_gplogin_key"><?php _e("Google Client ID", 'super-socializer'); ?><img id="the_champ_slgp_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
285
  </th>
286
  <td>
287
  <input id="the_champ_gplogin_key" name="the_champ_login[google_key]" type="text" value="<?php echo isset($theChampLoginOptions['google_key']) ? $theChampLoginOptions['google_key'] : '' ?>" />
@@ -302,7 +302,7 @@
302
 
303
  <tr>
304
  <th>
305
- <label for="the_champ_gplogin_secret"><?php _e("Google Client Secret", 'super-socializer'); ?><img id="the_champ_slgp_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
306
  </th>
307
  <td>
308
  <input id="the_champ_gplogin_secret" name="the_champ_login[google_secret]" type="text" value="<?php echo isset($theChampLoginOptions['google_secret']) ? $theChampLoginOptions['google_secret'] : '' ?>" />
@@ -323,7 +323,7 @@
323
 
324
  <tr>
325
  <th>
326
- <label for="the_champ_vklogin_key"><?php _e("Vkontakte Application ID", 'super-socializer'); ?><img id="the_champ_slvk_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
327
  </th>
328
  <td>
329
  <input id="the_champ_vklogin_key" name="the_champ_login[vk_key]" type="text" value="<?php echo isset($theChampLoginOptions['vk_key']) ? $theChampLoginOptions['vk_key'] : '' ?>" />
@@ -344,7 +344,7 @@
344
 
345
  <tr>
346
  <th>
347
- <label for="the_champ_vklogin_secure_key"><?php _e("Vkontakte Secure key", 'super-socializer'); ?><img id="the_champ_slvk_secure_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
348
  </th>
349
  <td>
350
  <input id="the_champ_vklogin_secure_key" name="the_champ_login[vk_secure_key]" type="text" value="<?php echo isset($theChampLoginOptions['vk_secure_key']) ? $theChampLoginOptions['vk_secure_key'] : '' ?>" />
@@ -365,7 +365,7 @@
365
 
366
  <tr>
367
  <th>
368
- <label for="the_champ_insta_key"><?php _e("Instagram App ID", 'super-socializer'); ?><img id="the_champ_slinsta_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
369
  </th>
370
  <td>
371
  <input id="the_champ_insta_key" name="the_champ_login[insta_id]" type="text" value="<?php echo isset($theChampLoginOptions['insta_id']) ? $theChampLoginOptions['insta_id'] : '' ?>" />
@@ -386,7 +386,7 @@
386
 
387
  <tr>
388
  <th>
389
- <label for="the_champ_insta_secret"><?php _e("Instagram App Secret", 'super-socializer'); ?><img id="the_champ_insta_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
390
  </th>
391
  <td>
392
  <input id="the_champ_insta_secret" name="the_champ_login[insta_app_secret]" type="text" value="<?php echo isset($theChampLoginOptions['insta_app_secret']) ? $theChampLoginOptions['insta_app_secret'] : '' ?>" />
@@ -407,7 +407,7 @@
407
 
408
  <tr>
409
  <th>
410
- <label for="the_champ_sl_line_key"><?php _e("Line Channel ID", 'super-socializer'); ?><img id="the_champ_sl_line_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
411
  </th>
412
  <td>
413
  <input id="the_champ_sl_line_key" name="the_champ_login[line_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_id']) ? $theChampLoginOptions['line_channel_id'] : '' ?>" />
@@ -427,7 +427,7 @@
427
 
428
  <tr>
429
  <th>
430
- <label for="the_champ_sl_line_secret"><?php _e("Line Channel Secret", 'super-socializer'); ?><img id="the_champ_sl_line_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
431
  </th>
432
  <td>
433
  <input id="the_champ_sl_line_secret" name="the_champ_login[line_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_secret']) ? $theChampLoginOptions['line_channel_secret'] : '' ?>" />
@@ -447,7 +447,7 @@
447
 
448
  <tr>
449
  <th>
450
- <label for="the_champ_sl_live_key"><?php _e("Microsoft Client ID", 'super-socializer'); ?><img id="the_champ_sl_live_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
451
  </th>
452
  <td>
453
  <input id="the_champ_sl_live_key" name="the_champ_login[live_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_id']) ? $theChampLoginOptions['live_channel_id'] : '' ?>" />
@@ -467,7 +467,7 @@
467
 
468
  <tr>
469
  <th>
470
- <label for="the_champ_sl_live_secret"><?php _e("Microsoft Client Secret", 'super-socializer'); ?><img id="the_champ_sl_live_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
471
  </th>
472
  <td>
473
  <input id="the_champ_sl_live_secret" name="the_champ_login[live_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_secret']) ? $theChampLoginOptions['live_channel_secret'] : '' ?>" />
@@ -486,7 +486,7 @@
486
  </tr>
487
  <tr>
488
  <th>
489
- <label for="the_champ_sl_steam_key"><?php _e("Steam API Key", 'super-socializer'); ?><img id="the_champ_sl_steam_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
490
  </th>
491
  <td>
492
  <input id="the_champ_sl_steam_key" name="the_champ_login[steam_api_key]" type="text" value="<?php echo isset($theChampLoginOptions['steam_api_key']) ? $theChampLoginOptions['steam_api_key'] : '' ?>" />
@@ -517,7 +517,7 @@
517
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
518
  <tr>
519
  <th>
520
- <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?><img id="the_champ_sl_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
521
  </th>
522
  <td>
523
  <input id="the_champ_fblogin_title" name="the_champ_login[title]" type="text" value="<?php echo isset($theChampLoginOptions['title']) ? $theChampLoginOptions['title'] : '' ?>" />
@@ -535,7 +535,7 @@
535
 
536
  <tr>
537
  <th>
538
- <label for="the_champ_sl_same_tab"><?php _e("Trigger social login in the same browser tab", 'super-socializer'); ?><img id="the_champ_sl_same_tab_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
539
  </th>
540
  <td>
541
  <input id="the_champ_sl_same_tab" name="the_champ_login[same_tab_login]" type="checkbox" <?php echo isset($theChampLoginOptions['same_tab_login']) ? 'checked = "checked"' : '';?> value="1" />
@@ -552,7 +552,7 @@
552
 
553
  <tr>
554
  <th>
555
- <label for="the_champ_sl_align"><?php _e("Center align icons", 'super-socializer'); ?><img id="the_champ_sl_align_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
556
  </th>
557
  <td>
558
  <input id="the_champ_sl_align" name="the_champ_login[center_align]" type="checkbox" <?php echo isset($theChampLoginOptions['center_align']) ? 'checked = "checked"' : '';?> value="1" />
@@ -569,7 +569,7 @@
569
 
570
  <tr>
571
  <th>
572
- <label for="the_champ_fblogin_enableAtLogin"><?php _e("Enable at login page", 'super-socializer'); ?><img id="the_champ_sl_loginpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
573
  </th>
574
  <td>
575
  <input id="the_champ_fblogin_enableAtLogin" name="the_champ_login[enableAtLogin]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtLogin']) ? 'checked = "checked"' : '';?> value="1" />
@@ -586,7 +586,7 @@
586
 
587
  <tr>
588
  <th>
589
- <label for="the_champ_fblogin_enableAtRegister"><?php _e("Enable at register page", 'super-socializer'); ?><img id="the_champ_sl_regpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
590
  </th>
591
  <td>
592
  <input id="the_champ_fblogin_enableAtRegister" name="the_champ_login[enableAtRegister]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtRegister']) ? 'checked = "checked"' : '';?> value="1" />
@@ -603,7 +603,7 @@
603
 
604
  <tr>
605
  <th>
606
- <label for="the_champ_fblogin_enableAtComment"><?php _e("Enable at comment form", 'super-socializer'); ?><img id="the_champ_sl_cmntform_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
607
  </th>
608
  <td>
609
  <input id="the_champ_fblogin_enableAtComment" name="the_champ_login[enableAtComment]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtComment']) ? 'checked = "checked"' : '';?> value="1" />
@@ -627,7 +627,7 @@
627
  ?>
628
  <tr>
629
  <th>
630
- <label for="the_champ_sl_wc_before_form"><?php _e("Enable before WooCommerce Customer Login Form", 'super-socializer'); ?><img id="the_champ_sl_wc_before_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
631
  </th>
632
  <td>
633
  <input id="the_champ_sl_wc_before_form" name="the_champ_login[enable_before_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_before_wc']) ? 'checked = "checked"' : '';?> value="1" />
@@ -644,7 +644,7 @@
644
 
645
  <tr>
646
  <th>
647
- <label for="the_champ_sl_wc_after_form"><?php _e("Enable at WooCommerce Customer Login Form", 'super-socializer'); ?><img id="the_champ_sl_wc_after_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
648
  </th>
649
  <td>
650
  <input id="the_champ_sl_wc_after_form" name="the_champ_login[enable_after_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_after_wc']) ? 'checked = "checked"' : '';?> value="1" />
@@ -661,7 +661,7 @@
661
 
662
  <tr>
663
  <th>
664
- <label for="the_champ_sl_wc_register_form"><?php _e("Enable at WooCommerce Customer Register Form", 'super-socializer'); ?><img id="the_champ_sl_wc_register_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
665
  </th>
666
  <td>
667
  <input id="the_champ_sl_wc_register_form" name="the_champ_login[enable_register_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_register_wc']) ? 'checked = "checked"' : '';?> value="1" />
@@ -678,7 +678,7 @@
678
 
679
  <tr>
680
  <th>
681
- <label for="the_champ_sl_wc_checkout"><?php _e("Enable at WooCommerce checkout page", 'super-socializer'); ?><img id="the_champ_sl_wc_checkout_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
682
  </th>
683
  <td>
684
  <input id="the_champ_sl_wc_checkout" name="the_champ_login[enable_wc_checkout]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_wc_checkout']) ? 'checked = "checked"' : '';?> value="1" />
@@ -698,7 +698,7 @@
698
  ?>
699
  <tr>
700
  <th>
701
- <label for="the_champ_approve_comment"><?php _e("Auto-approve comments made by Social Login users", 'super-socializer'); ?><img id="the_champ_approve_comment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
702
  </th>
703
  <td>
704
  <input id="the_champ_approve_comment" name="the_champ_login[autoApproveComment]" type="checkbox" <?php echo isset($theChampLoginOptions['autoApproveComment']) ? 'checked = "checked"' : '';?> value="1" />
@@ -718,7 +718,7 @@
718
  ?>
719
  <tr>
720
  <th>
721
- <label for="the_champ_login_avatar"><?php _e("Enable social avatar", 'super-socializer'); ?><img id="the_champ_sl_avatar_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
722
  </th>
723
  <td>
724
  <input id="the_champ_login_avatar" onclick="if(this.checked){jQuery('#the_champ_avatar_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_avatar_options').css('display', 'none') }" name="the_champ_login[avatar]" type="checkbox" <?php echo isset($theChampLoginOptions['avatar']) ? 'checked = "checked"' : '';?> value="1" />
@@ -737,7 +737,7 @@
737
  <tbody id="the_champ_avatar_options" <?php echo !isset($theChampLoginOptions['avatar']) ? 'style = "display: none"' : '';?> >
738
  <tr>
739
  <th>
740
- <label><?php _e("Avatar quality", 'super-socializer'); ?><img id="the_champ_sl_avatar_quality_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
741
  </th>
742
  <td>
743
  <input id="the_champ_login_average_avatar" name="the_champ_login[avatar_quality]" type="radio" <?php echo !isset($theChampLoginOptions['avatar_quality']) || $theChampLoginOptions['avatar_quality'] == 'average' ? 'checked = "checked"' : '';?> value="average" /> <label for="the_champ_login_average_avatar"><?php _e("Average", 'super-socializer'); ?></label><br/>
@@ -756,7 +756,7 @@
756
  <?php if($theChampIsBpActive){ ?>
757
  <tr>
758
  <th>
759
- <label for="the_champ_sl_avatar_options"><?php _e("Show option for users to update social avatar at BuddyPress profile page", 'super-socializer'); ?><img id="the_champ_sl_avatar_options_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
760
  </th>
761
  <td>
762
  <input id="the_champ_sl_avatar_options" name="the_champ_login[avatar_options]" type="checkbox" <?php echo isset($theChampLoginOptions['avatar_options']) ? 'checked = "checked"' : '';?> value="1" />
@@ -776,7 +776,7 @@
776
 
777
  <tr>
778
  <th>
779
- <label for="the_champ_login_email_required"><?php _e("Email required", 'super-socializer'); ?><img id="the_champ_sl_emailreq_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
780
  </th>
781
  <td>
782
  <input onclick="theChampEmailPopupOptions(this)" id="the_champ_login_email_required" name="the_champ_login[email_required]" type="checkbox" <?php echo isset($theChampLoginOptions['email_required']) ? 'checked = "checked"' : '';?> value="1" />
@@ -794,7 +794,7 @@
794
 
795
  <tr>
796
  <th>
797
- <label for="the_champ_password_email"><?php _e("Send post-registration email to user to set account password", 'super-socializer'); ?><img id="the_champ_sl_postreg_email_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
798
  </th>
799
  <td>
800
  <input id="the_champ_password_email" name="the_champ_login[password_email]" type="checkbox" <?php echo isset($theChampLoginOptions['password_email']) ? 'checked = "checked"' : '';?> value="1" />
@@ -811,7 +811,7 @@
811
 
812
  <tr>
813
  <th>
814
- <label for="the_champ_sl_postreg_admin_email"><?php _e("Send new user registration notification email to admin", 'super-socializer'); ?><img id="the_champ_sl_postreg_admin_email_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
815
  </th>
816
  <td>
817
  <input id="the_champ_sl_postreg_admin_email" name="the_champ_login[new_user_admin_email]" type="checkbox" <?php echo isset($theChampLoginOptions['new_user_admin_email']) ? 'checked = "checked"' : '';?> value="1" />
@@ -828,7 +828,7 @@
828
 
829
  <tr>
830
  <th>
831
- <label><?php _e("Login redirection", 'super-socializer'); ?><img id="the_champ_sl_loginredirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
832
  </th>
833
  <td id="the_champ_login_redirection_column">
834
  <input id="the_champ_login_redirection_same" name="the_champ_login[login_redirection]" type="radio" <?php echo !isset($theChampLoginOptions['login_redirection']) || $theChampLoginOptions['login_redirection'] == 'same' ? 'checked = "checked"' : '';?> value="same" />
@@ -857,7 +857,7 @@
857
 
858
  <tr>
859
  <th>
860
- <label><?php _e("Registration redirection", 'super-socializer'); ?><img id="the_champ_sl_register_redirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
861
  </th>
862
  <td id="the_champ_register_redirection_column">
863
  <input id="the_champ_register_redirection_same" name="the_champ_login[register_redirection]" type="radio" <?php echo !isset($theChampLoginOptions['register_redirection']) || $theChampLoginOptions['register_redirection'] == 'same' ? 'checked = "checked"' : '';?> value="same" />
@@ -893,7 +893,7 @@
893
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
894
  <tr>
895
  <th>
896
- <label for="the_champ_scl_title"><?php _e("Title", 'super-socializer'); ?><img id="the_champ_scl_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
897
  </th>
898
  <td>
899
  <input id="the_champ_scl_title" name="the_champ_login[scl_title]" type="text" value="<?php echo isset($theChampLoginOptions['scl_title']) ? $theChampLoginOptions['scl_title'] : '' ?>" />
@@ -910,7 +910,7 @@
910
 
911
  <tr>
912
  <th>
913
- <label for="the_champ_sl_linking"><?php _e("Link social account to already existing account, if email address matches", 'super-socializer'); ?><img id="the_champ_sl_linking_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
914
  </th>
915
  <td>
916
  <input id="the_champ_sl_linking" name="the_champ_login[link_account]" type="checkbox" <?php echo isset($theChampLoginOptions['link_account']) ? 'checked = "checked"' : '';?> value="1" />
@@ -928,7 +928,7 @@
928
  <?php if($theChampIsBpActive){ ?>
929
  <tr>
930
  <th>
931
- <label for="the_champ_sl_bp_linking"><?php _e("Enable social account linking at BuddyPress profile page", 'super-socializer'); ?><img id="the_champ_sl_bp_linking_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
932
  </th>
933
  <td>
934
  <input id="the_champ_sl_bp_linking" name="the_champ_login[bp_linking]" type="checkbox" <?php echo isset($theChampLoginOptions['bp_linking']) ? 'checked = "checked"' : '';?> value="1" />
@@ -954,7 +954,7 @@
954
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
955
  <tr>
956
  <th>
957
- <label for="the_champ_login_email_required_text"><?php _e("Text on 'Email required' popup", 'super-socializer'); ?><img id="the_champ_sl_emailreq_text_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
958
  </th>
959
  <td>
960
  <textarea rows="4" cols="40" id="the_champ_login_email_required_text" name="the_champ_login[email_popup_text]"><?php echo isset($theChampLoginOptions['email_popup_text']) ? $theChampLoginOptions['email_popup_text'] : '' ?></textarea>
@@ -972,7 +972,7 @@
972
 
973
  <tr>
974
  <th>
975
- <label for="the_champ_login_email_required_error"><?php _e("Error message for 'Email required' popup", 'super-socializer'); ?><img id="the_champ_sl_emailreq_error_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
976
  </th>
977
  <td>
978
  <textarea rows="4" cols="40" id="the_champ_login_email_required_error" name="the_champ_login[email_error_message]"><?php echo isset($theChampLoginOptions['email_error_message']) ? $theChampLoginOptions['email_error_message'] : '' ?></textarea>
@@ -990,7 +990,7 @@
990
 
991
  <tr>
992
  <th>
993
- <label for="the_champ_email_popup_height"><?php _e("Email popup height", 'super-socializer'); ?><img id="the_champ_email_popup_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
994
  </th>
995
  <td>
996
  <input style="width: 100px" id="the_champ_email_popup_height" name="the_champ_login[popup_height]" type="text" value="<?php echo isset($theChampLoginOptions['popup_height']) ? $theChampLoginOptions['popup_height'] : '' ?>" />px
@@ -1007,7 +1007,7 @@
1007
 
1008
  <tr>
1009
  <th>
1010
- <label for="the_champ_password_email_verification"><?php _e("Enable email verification", 'super-socializer'); ?><img id="the_champ_sl_emailver_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1011
  </th>
1012
  <td>
1013
  <input id="the_champ_password_email_verification" name="the_champ_login[email_verification]" type="checkbox" <?php echo isset($theChampLoginOptions['email_verification']) ? 'checked = "checked"' : '';?> value="1" />
@@ -1037,7 +1037,7 @@
1037
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1038
  <tr>
1039
  <th>
1040
- <label for="the_champ_gdpr_enable"><?php _e("Enable GDPR opt-in", 'super-socializer'); ?><img id="the_champ_gdpr_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1041
  </th>
1042
  <td>
1043
  <input id="the_champ_gdpr_enable" name="the_champ_login[gdpr_enable]" type="checkbox" <?php echo isset($theChampLoginOptions['gdpr_enable']) ? 'checked = "checked"' : '';?> value="1" />
@@ -1055,7 +1055,7 @@
1055
  <tbody id="the_champ_gdpr_options" <?php echo !isset($theChampLoginOptions['gdpr_enable']) ? 'style = "display: none"' : '';?> >
1056
  <tr>
1057
  <th>
1058
- <label for="the_champ_gdpr_placement_above"><?php _e( "Placement of GDPR opt-in", 'super-socializer' ); ?><img id="the_champ_gdpr_placement_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
1059
  </th>
1060
  <td>
1061
  <input id="the_champ_gdpr_placement_above" name="the_champ_login[gdpr_placement]" type="radio" <?php echo ! isset( $theChampLoginOptions['gdpr_placement'] ) || $theChampLoginOptions['gdpr_placement'] == 'above' ? 'checked = "checked"' : '';?> value="above" />
@@ -1074,7 +1074,7 @@
1074
 
1075
  <tr>
1076
  <th>
1077
- <label for="the_champ_privacy_policy_optin_text"><?php _e("Opt-in text", 'super-socializer'); ?><img id="the_champ_privacy_policy_optin_text_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1078
  </th>
1079
  <td>
1080
  <textarea rows="7" cols="63" id="the_champ_privacy_policy_optin_text" name="the_champ_login[privacy_policy_optin_text]"><?php echo isset( $theChampLoginOptions['privacy_policy_optin_text'] ) ? $theChampLoginOptions['privacy_policy_optin_text'] : '' ?></textarea>
@@ -1091,7 +1091,7 @@
1091
 
1092
  <tr>
1093
  <th>
1094
- <label><?php _e("Text to link to Terms-Conditions page", 'super-socializer'); ?><img id="the_champ_tc_placeholder_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1095
  </th>
1096
  <td>
1097
  <input id="the_champ_tc_placeholder" name="the_champ_login[tc_placeholder]" type="text" value="<?php echo $theChampLoginOptions['tc_placeholder'] ?>" />
@@ -1108,7 +1108,7 @@
1108
 
1109
  <tr>
1110
  <th>
1111
- <label><?php _e("Terms-Conditions Url", 'super-socializer'); ?><img id="the_champ_tc_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1112
  </th>
1113
  <td>
1114
  <input id="the_champ_tc_url" name="the_champ_login[tc_url]" type="text" value="<?php echo $theChampLoginOptions['tc_url'] ?>" />
@@ -1125,7 +1125,7 @@
1125
 
1126
  <tr>
1127
  <th>
1128
- <label><?php _e("Text to link to Privacy Policy page", 'super-socializer'); ?><img id="the_champ_privacy_ppu_placeholder_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1129
  </th>
1130
  <td>
1131
  <input id="the_champ_privacy_ppu_placeholder" name="the_champ_login[ppu_placeholder]" type="text" value="<?php echo $theChampLoginOptions['ppu_placeholder'] ?>" />
@@ -1142,7 +1142,7 @@
1142
 
1143
  <tr>
1144
  <th>
1145
- <label><?php _e("Privacy Policy Url", 'super-socializer'); ?><img id="the_champ_privacy_policy_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1146
  </th>
1147
  <td>
1148
  <input id="the_champ_privacy_policy_url" name="the_champ_login[privacy_policy_url]" type="text" value="<?php echo $theChampLoginOptions['privacy_policy_url'] ?>" />
15
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
16
  <tr>
17
  <th>
18
+ <label for="the_champ_login_enable"><?php _e("Enable Social Login", 'super-socializer'); ?></label><img id="the_champ_sl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
19
  </th>
20
  <td>
21
  <input id="the_champ_login_enable" name="the_champ_login[enable]" type="checkbox" <?php echo isset($theChampLoginOptions['enable']) ? 'checked = "checked"' : '';?> value="1" />
59
 
60
  <tr>
61
  <th>
62
+ <label for="the_champ_sl_disable_reg"><?php _e("Disable user registration via Social Login", 'super-socializer'); ?></label><img id="the_champ_sl_disable_reg_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
63
  </th>
64
  <td>
65
  <input id="the_champ_sl_disable_reg" name="the_champ_login[disable_reg]" onclick="if(this.checked){jQuery('#the_champ_disable_reg_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_disable_reg_options').css('display', 'none') }" type="checkbox" <?php echo isset($theChampLoginOptions['disable_reg']) ? 'checked = "checked"' : '';?> value="1" />
77
  <tbody id="the_champ_disable_reg_options" <?php echo !isset($theChampLoginOptions['disable_reg']) ? 'style = "display: none"' : '';?> >
78
  <tr>
79
  <th>
80
+ <label for="the_champ_sl_disable_reg_redirect"><?php _e("Redirection url", 'super-socializer'); ?></label><img id="the_champ_sl_disable_reg_redirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
81
  </th>
82
  <td>
83
  <input id="the_champ_sl_disable_reg_redirect" name="the_champ_login[disable_reg_redirect]" type="text" value="<?php echo isset($theChampLoginOptions['disable_reg_redirect']) ? $theChampLoginOptions['disable_reg_redirect'] : '' ?>" />
95
 
96
  <tr>
97
  <th>
98
+ <label><?php _e("Select Social Networks", 'super-socializer'); ?></label><img id="the_champ_sl_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
99
  </th>
100
  <td>
101
  <div class="theChampHorizontalSharingProviderContainer">
147
 
148
  <tr>
149
  <th>
150
+ <label for="the_champ_fblogin_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label><img id="the_champ_slfb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
151
  </th>
152
  <td>
153
  <input id="the_champ_fblogin_key" name="the_champ_login[fb_key]" type="text" value="<?php echo isset($theChampLoginOptions['fb_key']) ? $theChampLoginOptions['fb_key'] : '' ?>" />
168
 
169
  <tr>
170
  <th>
171
+ <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label><img id="the_champ_slfb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
172
  </th>
173
  <td>
174
  <input id="the_champ_fblogin_secret" name="the_champ_login[fb_secret]" type="text" value="<?php echo isset($theChampLoginOptions['fb_secret']) ? $theChampLoginOptions['fb_secret'] : '' ?>" />
189
 
190
  <tr>
191
  <th>
192
+ <label for="the_champ_twlogin_key"><?php _e("Twitter API Key", 'super-socializer'); ?></label><img id="the_champ_sltw_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
193
  </th>
194
  <td>
195
  <input id="the_champ_twlogin_key" name="the_champ_login[twitter_key]" type="text" value="<?php echo isset($theChampLoginOptions['twitter_key']) ? $theChampLoginOptions['twitter_key'] : '' ?>" />
214
 
215
  <tr>
216
  <th>
217
+ <label for="the_champ_twlogin_secret"><?php _e("Twitter API Secret", 'super-socializer'); ?></label><img id="the_champ_sltw_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
218
  </th>
219
  <td>
220
  <input id="the_champ_twlogin_secret" name="the_champ_login[twitter_secret]" type="text" value="<?php echo isset($theChampLoginOptions['twitter_secret']) ? $theChampLoginOptions['twitter_secret'] : '' ?>" />
239
 
240
  <tr>
241
  <th>
242
+ <label for="the_champ_lilogin_key"><?php _e("LinkedIn Client ID", 'super-socializer'); ?></label><img id="the_champ_slli_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
243
  </th>
244
  <td>
245
  <input id="the_champ_lilogin_key" name="the_champ_login[li_key]" type="text" value="<?php echo isset($theChampLoginOptions['li_key']) ? $theChampLoginOptions['li_key'] : '' ?>" />
260
 
261
  <tr>
262
  <th>
263
+ <label for="the_champ_lilogin_secret"><?php _e("LinkedIn Client Secret", 'super-socializer'); ?></label><img id="the_champ_slli_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
264
  </th>
265
  <td>
266
  <input id="the_champ_lilogin_secret" name="the_champ_login[li_secret]" type="text" value="<?php echo isset($theChampLoginOptions['li_secret']) ? $theChampLoginOptions['li_secret'] : '' ?>" />
281
 
282
  <tr>
283
  <th>
284
+ <label for="the_champ_gplogin_key"><?php _e("Google Client ID", 'super-socializer'); ?></label><img id="the_champ_slgp_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
285
  </th>
286
  <td>
287
  <input id="the_champ_gplogin_key" name="the_champ_login[google_key]" type="text" value="<?php echo isset($theChampLoginOptions['google_key']) ? $theChampLoginOptions['google_key'] : '' ?>" />
302
 
303
  <tr>
304
  <th>
305
+ <label for="the_champ_gplogin_secret"><?php _e("Google Client Secret", 'super-socializer'); ?></label><img id="the_champ_slgp_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
306
  </th>
307
  <td>
308
  <input id="the_champ_gplogin_secret" name="the_champ_login[google_secret]" type="text" value="<?php echo isset($theChampLoginOptions['google_secret']) ? $theChampLoginOptions['google_secret'] : '' ?>" />
323
 
324
  <tr>
325
  <th>
326
+ <label for="the_champ_vklogin_key"><?php _e("Vkontakte Application ID", 'super-socializer'); ?></label><img id="the_champ_slvk_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
327
  </th>
328
  <td>
329
  <input id="the_champ_vklogin_key" name="the_champ_login[vk_key]" type="text" value="<?php echo isset($theChampLoginOptions['vk_key']) ? $theChampLoginOptions['vk_key'] : '' ?>" />
344
 
345
  <tr>
346
  <th>
347
+ <label for="the_champ_vklogin_secure_key"><?php _e("Vkontakte Secure key", 'super-socializer'); ?></label><img id="the_champ_slvk_secure_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
348
  </th>
349
  <td>
350
  <input id="the_champ_vklogin_secure_key" name="the_champ_login[vk_secure_key]" type="text" value="<?php echo isset($theChampLoginOptions['vk_secure_key']) ? $theChampLoginOptions['vk_secure_key'] : '' ?>" />
365
 
366
  <tr>
367
  <th>
368
+ <label for="the_champ_insta_key"><?php _e("Instagram App ID", 'super-socializer'); ?></label><img id="the_champ_slinsta_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
369
  </th>
370
  <td>
371
  <input id="the_champ_insta_key" name="the_champ_login[insta_id]" type="text" value="<?php echo isset($theChampLoginOptions['insta_id']) ? $theChampLoginOptions['insta_id'] : '' ?>" />
386
 
387
  <tr>
388
  <th>
389
+ <label for="the_champ_insta_secret"><?php _e("Instagram App Secret", 'super-socializer'); ?></label><img id="the_champ_insta_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
390
  </th>
391
  <td>
392
  <input id="the_champ_insta_secret" name="the_champ_login[insta_app_secret]" type="text" value="<?php echo isset($theChampLoginOptions['insta_app_secret']) ? $theChampLoginOptions['insta_app_secret'] : '' ?>" />
407
 
408
  <tr>
409
  <th>
410
+ <label for="the_champ_sl_line_key"><?php _e("Line Channel ID", 'super-socializer'); ?></label><img id="the_champ_sl_line_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
411
  </th>
412
  <td>
413
  <input id="the_champ_sl_line_key" name="the_champ_login[line_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_id']) ? $theChampLoginOptions['line_channel_id'] : '' ?>" />
427
 
428
  <tr>
429
  <th>
430
+ <label for="the_champ_sl_line_secret"><?php _e("Line Channel Secret", 'super-socializer'); ?></label><img id="the_champ_sl_line_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
431
  </th>
432
  <td>
433
  <input id="the_champ_sl_line_secret" name="the_champ_login[line_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['line_channel_secret']) ? $theChampLoginOptions['line_channel_secret'] : '' ?>" />
447
 
448
  <tr>
449
  <th>
450
+ <label for="the_champ_sl_live_key"><?php _e("Microsoft Client ID", 'super-socializer'); ?></label><img id="the_champ_sl_live_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
451
  </th>
452
  <td>
453
  <input id="the_champ_sl_live_key" name="the_champ_login[live_channel_id]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_id']) ? $theChampLoginOptions['live_channel_id'] : '' ?>" />
467
 
468
  <tr>
469
  <th>
470
+ <label for="the_champ_sl_live_secret"><?php _e("Microsoft Client Secret", 'super-socializer'); ?></label><img id="the_champ_sl_live_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
471
  </th>
472
  <td>
473
  <input id="the_champ_sl_live_secret" name="the_champ_login[live_channel_secret]" type="text" value="<?php echo isset($theChampLoginOptions['live_channel_secret']) ? $theChampLoginOptions['live_channel_secret'] : '' ?>" />
486
  </tr>
487
  <tr>
488
  <th>
489
+ <label for="the_champ_sl_steam_key"><?php _e("Steam API Key", 'super-socializer'); ?></label><img id="the_champ_sl_steam_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
490
  </th>
491
  <td>
492
  <input id="the_champ_sl_steam_key" name="the_champ_login[steam_api_key]" type="text" value="<?php echo isset($theChampLoginOptions['steam_api_key']) ? $theChampLoginOptions['steam_api_key'] : '' ?>" />
517
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
518
  <tr>
519
  <th>
520
+ <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_sl_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
521
  </th>
522
  <td>
523
  <input id="the_champ_fblogin_title" name="the_champ_login[title]" type="text" value="<?php echo isset($theChampLoginOptions['title']) ? $theChampLoginOptions['title'] : '' ?>" />
535
 
536
  <tr>
537
  <th>
538
+ <label for="the_champ_sl_same_tab"><?php _e("Trigger social login in the same browser tab", 'super-socializer'); ?></label><img id="the_champ_sl_same_tab_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
539
  </th>
540
  <td>
541
  <input id="the_champ_sl_same_tab" name="the_champ_login[same_tab_login]" type="checkbox" <?php echo isset($theChampLoginOptions['same_tab_login']) ? 'checked = "checked"' : '';?> value="1" />
552
 
553
  <tr>
554
  <th>
555
+ <label for="the_champ_sl_align"><?php _e("Center align icons", 'super-socializer'); ?></label><img id="the_champ_sl_align_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
556
  </th>
557
  <td>
558
  <input id="the_champ_sl_align" name="the_champ_login[center_align]" type="checkbox" <?php echo isset($theChampLoginOptions['center_align']) ? 'checked = "checked"' : '';?> value="1" />
569
 
570
  <tr>
571
  <th>
572
+ <label for="the_champ_fblogin_enableAtLogin"><?php _e("Enable at login page", 'super-socializer'); ?></label><img id="the_champ_sl_loginpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
573
  </th>
574
  <td>
575
  <input id="the_champ_fblogin_enableAtLogin" name="the_champ_login[enableAtLogin]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtLogin']) ? 'checked = "checked"' : '';?> value="1" />
586
 
587
  <tr>
588
  <th>
589
+ <label for="the_champ_fblogin_enableAtRegister"><?php _e("Enable at register page", 'super-socializer'); ?></label><img id="the_champ_sl_regpage_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
590
  </th>
591
  <td>
592
  <input id="the_champ_fblogin_enableAtRegister" name="the_champ_login[enableAtRegister]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtRegister']) ? 'checked = "checked"' : '';?> value="1" />
603
 
604
  <tr>
605
  <th>
606
+ <label for="the_champ_fblogin_enableAtComment"><?php _e("Enable at comment form", 'super-socializer'); ?></label><img id="the_champ_sl_cmntform_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
607
  </th>
608
  <td>
609
  <input id="the_champ_fblogin_enableAtComment" name="the_champ_login[enableAtComment]" type="checkbox" <?php echo isset($theChampLoginOptions['enableAtComment']) ? 'checked = "checked"' : '';?> value="1" />
627
  ?>
628
  <tr>
629
  <th>
630
+ <label for="the_champ_sl_wc_before_form"><?php _e("Enable before WooCommerce Customer Login Form", 'super-socializer'); ?></label><img id="the_champ_sl_wc_before_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
631
  </th>
632
  <td>
633
  <input id="the_champ_sl_wc_before_form" name="the_champ_login[enable_before_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_before_wc']) ? 'checked = "checked"' : '';?> value="1" />
644
 
645
  <tr>
646
  <th>
647
+ <label for="the_champ_sl_wc_after_form"><?php _e("Enable at WooCommerce Customer Login Form", 'super-socializer'); ?></label><img id="the_champ_sl_wc_after_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
648
  </th>
649
  <td>
650
  <input id="the_champ_sl_wc_after_form" name="the_champ_login[enable_after_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_after_wc']) ? 'checked = "checked"' : '';?> value="1" />
661
 
662
  <tr>
663
  <th>
664
+ <label for="the_champ_sl_wc_register_form"><?php _e("Enable at WooCommerce Customer Register Form", 'super-socializer'); ?></label><img id="the_champ_sl_wc_register_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
665
  </th>
666
  <td>
667
  <input id="the_champ_sl_wc_register_form" name="the_champ_login[enable_register_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_register_wc']) ? 'checked = "checked"' : '';?> value="1" />
678
 
679
  <tr>
680
  <th>
681
+ <label for="the_champ_sl_wc_checkout"><?php _e("Enable at WooCommerce checkout page", 'super-socializer'); ?></label><img id="the_champ_sl_wc_checkout_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
682
  </th>
683
  <td>
684
  <input id="the_champ_sl_wc_checkout" name="the_champ_login[enable_wc_checkout]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_wc_checkout']) ? 'checked = "checked"' : '';?> value="1" />
698
  ?>
699
  <tr>
700
  <th>
701
+ <label for="the_champ_approve_comment"><?php _e("Auto-approve comments made by Social Login users", 'super-socializer'); ?></label><img id="the_champ_approve_comment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
702
  </th>
703
  <td>
704
  <input id="the_champ_approve_comment" name="the_champ_login[autoApproveComment]" type="checkbox" <?php echo isset($theChampLoginOptions['autoApproveComment']) ? 'checked = "checked"' : '';?> value="1" />
718
  ?>
719
  <tr>
720
  <th>
721
+ <label for="the_champ_login_avatar"><?php _e("Enable social avatar", 'super-socializer'); ?></label><img id="the_champ_sl_avatar_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
722
  </th>
723
  <td>
724
  <input id="the_champ_login_avatar" onclick="if(this.checked){jQuery('#the_champ_avatar_options').css('display', 'table-row-group')}else{ jQuery('#the_champ_avatar_options').css('display', 'none') }" name="the_champ_login[avatar]" type="checkbox" <?php echo isset($theChampLoginOptions['avatar']) ? 'checked = "checked"' : '';?> value="1" />
737
  <tbody id="the_champ_avatar_options" <?php echo !isset($theChampLoginOptions['avatar']) ? 'style = "display: none"' : '';?> >
738
  <tr>
739
  <th>
740
+ <label><?php _e("Avatar quality", 'super-socializer'); ?></label><img id="the_champ_sl_avatar_quality_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
741
  </th>
742
  <td>
743
  <input id="the_champ_login_average_avatar" name="the_champ_login[avatar_quality]" type="radio" <?php echo !isset($theChampLoginOptions['avatar_quality']) || $theChampLoginOptions['avatar_quality'] == 'average' ? 'checked = "checked"' : '';?> value="average" /> <label for="the_champ_login_average_avatar"><?php _e("Average", 'super-socializer'); ?></label><br/>
756
  <?php if($theChampIsBpActive){ ?>
757
  <tr>
758
  <th>
759
+ <label for="the_champ_sl_avatar_options"><?php _e("Show option for users to update social avatar at BuddyPress profile page", 'super-socializer'); ?></label><img id="the_champ_sl_avatar_options_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
760
  </th>
761
  <td>
762
  <input id="the_champ_sl_avatar_options" name="the_champ_login[avatar_options]" type="checkbox" <?php echo isset($theChampLoginOptions['avatar_options']) ? 'checked = "checked"' : '';?> value="1" />
776
 
777
  <tr>
778
  <th>
779
+ <label for="the_champ_login_email_required"><?php _e("Email required", 'super-socializer'); ?></label><img id="the_champ_sl_emailreq_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
780
  </th>
781
  <td>
782
  <input onclick="theChampEmailPopupOptions(this)" id="the_champ_login_email_required" name="the_champ_login[email_required]" type="checkbox" <?php echo isset($theChampLoginOptions['email_required']) ? 'checked = "checked"' : '';?> value="1" />
794
 
795
  <tr>
796
  <th>
797
+ <label for="the_champ_password_email"><?php _e("Send post-registration email to user to set account password", 'super-socializer'); ?></label><img id="the_champ_sl_postreg_email_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
798
  </th>
799
  <td>
800
  <input id="the_champ_password_email" name="the_champ_login[password_email]" type="checkbox" <?php echo isset($theChampLoginOptions['password_email']) ? 'checked = "checked"' : '';?> value="1" />
811
 
812
  <tr>
813
  <th>
814
+ <label for="the_champ_sl_postreg_admin_email"><?php _e("Send new user registration notification email to admin", 'super-socializer'); ?></label><img id="the_champ_sl_postreg_admin_email_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
815
  </th>
816
  <td>
817
  <input id="the_champ_sl_postreg_admin_email" name="the_champ_login[new_user_admin_email]" type="checkbox" <?php echo isset($theChampLoginOptions['new_user_admin_email']) ? 'checked = "checked"' : '';?> value="1" />
828
 
829
  <tr>
830
  <th>
831
+ <label><?php _e("Login redirection", 'super-socializer'); ?></label><img id="the_champ_sl_loginredirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
832
  </th>
833
  <td id="the_champ_login_redirection_column">
834
  <input id="the_champ_login_redirection_same" name="the_champ_login[login_redirection]" type="radio" <?php echo !isset($theChampLoginOptions['login_redirection']) || $theChampLoginOptions['login_redirection'] == 'same' ? 'checked = "checked"' : '';?> value="same" />
857
 
858
  <tr>
859
  <th>
860
+ <label><?php _e("Registration redirection", 'super-socializer'); ?></label><img id="the_champ_sl_register_redirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
861
  </th>
862
  <td id="the_champ_register_redirection_column">
863
  <input id="the_champ_register_redirection_same" name="the_champ_login[register_redirection]" type="radio" <?php echo !isset($theChampLoginOptions['register_redirection']) || $theChampLoginOptions['register_redirection'] == 'same' ? 'checked = "checked"' : '';?> value="same" />
893
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
894
  <tr>
895
  <th>
896
+ <label for="the_champ_scl_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_scl_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
897
  </th>
898
  <td>
899
  <input id="the_champ_scl_title" name="the_champ_login[scl_title]" type="text" value="<?php echo isset($theChampLoginOptions['scl_title']) ? $theChampLoginOptions['scl_title'] : '' ?>" />
910
 
911
  <tr>
912
  <th>
913
+ <label for="the_champ_sl_linking"><?php _e("Link social account to already existing account, if email address matches", 'super-socializer'); ?></label><img id="the_champ_sl_linking_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
914
  </th>
915
  <td>
916
  <input id="the_champ_sl_linking" name="the_champ_login[link_account]" type="checkbox" <?php echo isset($theChampLoginOptions['link_account']) ? 'checked = "checked"' : '';?> value="1" />
928
  <?php if($theChampIsBpActive){ ?>
929
  <tr>
930
  <th>
931
+ <label for="the_champ_sl_bp_linking"><?php _e("Enable social account linking at BuddyPress profile page", 'super-socializer'); ?></label><img id="the_champ_sl_bp_linking_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
932
  </th>
933
  <td>
934
  <input id="the_champ_sl_bp_linking" name="the_champ_login[bp_linking]" type="checkbox" <?php echo isset($theChampLoginOptions['bp_linking']) ? 'checked = "checked"' : '';?> value="1" />
954
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
955
  <tr>
956
  <th>
957
+ <label for="the_champ_login_email_required_text"><?php _e("Text on 'Email required' popup", 'super-socializer'); ?></label><img id="the_champ_sl_emailreq_text_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
958
  </th>
959
  <td>
960
  <textarea rows="4" cols="40" id="the_champ_login_email_required_text" name="the_champ_login[email_popup_text]"><?php echo isset($theChampLoginOptions['email_popup_text']) ? $theChampLoginOptions['email_popup_text'] : '' ?></textarea>
972
 
973
  <tr>
974
  <th>
975
+ <label for="the_champ_login_email_required_error"><?php _e("Error message for 'Email required' popup", 'super-socializer'); ?></label><img id="the_champ_sl_emailreq_error_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
976
  </th>
977
  <td>
978
  <textarea rows="4" cols="40" id="the_champ_login_email_required_error" name="the_champ_login[email_error_message]"><?php echo isset($theChampLoginOptions['email_error_message']) ? $theChampLoginOptions['email_error_message'] : '' ?></textarea>
990
 
991
  <tr>
992
  <th>
993
+ <label for="the_champ_email_popup_height"><?php _e("Email popup height", 'super-socializer'); ?></label><img id="the_champ_email_popup_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
994
  </th>
995
  <td>
996
  <input style="width: 100px" id="the_champ_email_popup_height" name="the_champ_login[popup_height]" type="text" value="<?php echo isset($theChampLoginOptions['popup_height']) ? $theChampLoginOptions['popup_height'] : '' ?>" />px
1007
 
1008
  <tr>
1009
  <th>
1010
+ <label for="the_champ_password_email_verification"><?php _e("Enable email verification", 'super-socializer'); ?></label><img id="the_champ_sl_emailver_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1011
  </th>
1012
  <td>
1013
  <input id="the_champ_password_email_verification" name="the_champ_login[email_verification]" type="checkbox" <?php echo isset($theChampLoginOptions['email_verification']) ? 'checked = "checked"' : '';?> value="1" />
1037
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1038
  <tr>
1039
  <th>
1040
+ <label for="the_champ_gdpr_enable"><?php _e("Enable GDPR opt-in", 'super-socializer'); ?></label><img id="the_champ_gdpr_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1041
  </th>
1042
  <td>
1043
  <input id="the_champ_gdpr_enable" name="the_champ_login[gdpr_enable]" type="checkbox" <?php echo isset($theChampLoginOptions['gdpr_enable']) ? 'checked = "checked"' : '';?> value="1" />
1055
  <tbody id="the_champ_gdpr_options" <?php echo !isset($theChampLoginOptions['gdpr_enable']) ? 'style = "display: none"' : '';?> >
1056
  <tr>
1057
  <th>
1058
+ <label for="the_champ_gdpr_placement_above"><?php _e( "Placement of GDPR opt-in", 'super-socializer'); ?></label><img id="the_champ_gdpr_placement_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1059
  </th>
1060
  <td>
1061
  <input id="the_champ_gdpr_placement_above" name="the_champ_login[gdpr_placement]" type="radio" <?php echo ! isset( $theChampLoginOptions['gdpr_placement'] ) || $theChampLoginOptions['gdpr_placement'] == 'above' ? 'checked = "checked"' : '';?> value="above" />
1074
 
1075
  <tr>
1076
  <th>
1077
+ <label for="the_champ_privacy_policy_optin_text"><?php _e("Opt-in text", 'super-socializer'); ?></label><img id="the_champ_privacy_policy_optin_text_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1078
  </th>
1079
  <td>
1080
  <textarea rows="7" cols="63" id="the_champ_privacy_policy_optin_text" name="the_champ_login[privacy_policy_optin_text]"><?php echo isset( $theChampLoginOptions['privacy_policy_optin_text'] ) ? $theChampLoginOptions['privacy_policy_optin_text'] : '' ?></textarea>
1091
 
1092
  <tr>
1093
  <th>
1094
+ <label><?php _e("Text to link to Terms-Conditions page", 'super-socializer'); ?></label><img id="the_champ_tc_placeholder_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1095
  </th>
1096
  <td>
1097
  <input id="the_champ_tc_placeholder" name="the_champ_login[tc_placeholder]" type="text" value="<?php echo $theChampLoginOptions['tc_placeholder'] ?>" />
1108
 
1109
  <tr>
1110
  <th>
1111
+ <label><?php _e("Terms-Conditions Url", 'super-socializer'); ?></label><img id="the_champ_tc_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1112
  </th>
1113
  <td>
1114
  <input id="the_champ_tc_url" name="the_champ_login[tc_url]" type="text" value="<?php echo $theChampLoginOptions['tc_url'] ?>" />
1125
 
1126
  <tr>
1127
  <th>
1128
+ <label><?php _e("Text to link to Privacy Policy page", 'super-socializer'); ?></label><img id="the_champ_privacy_ppu_placeholder_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1129
  </th>
1130
  <td>
1131
  <input id="the_champ_privacy_ppu_placeholder" name="the_champ_login[ppu_placeholder]" type="text" value="<?php echo $theChampLoginOptions['ppu_placeholder'] ?>" />
1142
 
1143
  <tr>
1144
  <th>
1145
+ <label><?php _e("Privacy Policy Url", 'super-socializer'); ?></label><img id="the_champ_privacy_policy_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1146
  </th>
1147
  <td>
1148
  <input id="the_champ_privacy_policy_url" name="the_champ_login[privacy_policy_url]" type="text" value="<?php echo $theChampLoginOptions['privacy_policy_url'] ?>" />
admin/social_sharing.php CHANGED
@@ -53,20 +53,20 @@
53
 
54
  <h2 class="nav-tab-wrapper" style="height:34px">
55
  <ul>
56
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Theme Selection', 'super-socializer' ) ?></a></li>
57
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Standard Interface', 'super-socializer' ) ?></a></li>
58
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Floating Interface', 'super-socializer' ) ?></a></li>
59
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Miscellaneous', 'super-socializer' ) ?></a></li>
60
  <?php
61
  if(heateor_ss_is_plugin_active('mycred/mycred.php')){
62
  ?>
63
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-5"><?php _e('3rd Party Integration', 'super-socializer' ) ?></a></li>
64
  <?php
65
  }
66
  ?>
67
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-6"><?php _e('Shortcode & Widget', 'super-socializer' ) ?></a></li>
68
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-7"><?php _e('Troubleshooter', 'super-socializer' ) ?></a></li>
69
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-8"><?php _e('FAQ', 'super-socializer' ) ?></a></li>
70
  </ul>
71
  </h2>
72
 
@@ -74,12 +74,12 @@
74
  <div class="clear"></div>
75
  <div class="the_champ_left_column">
76
  <div class="stuffbox">
77
- <h3><label><?php _e('Standard interface theme', 'super-socializer' );?></label></h3>
78
  <div class="inside">
79
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
80
  <tr>
81
  <th>
82
- <label style="float:left"><?php _e("Icon Preview", 'super-socializer' ); ?></label>
83
  </th>
84
  <td>
85
  <?php
@@ -151,28 +151,28 @@
151
 
152
  <tr>
153
  <td colspan="2">
154
- <div id="the_champ_preview_message" style="color:green;display:none;margin-top:36px"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'super-socializer' ); ?></div>
155
  </td>
156
  </tr>
157
 
158
  <tr>
159
  <th>
160
- <label><?php _e("Shape", 'super-socializer' ); ?><img id="the_champ_icon_shape_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
161
  </th>
162
  <td>
163
  <input id="the_champ_icon_round" onclick="tempHorShape = 'round';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
164
- <label style="margin-right:10px" for="the_champ_icon_round"><?php _e("Round", 'super-socializer' ); ?></label>
165
  <input id="the_champ_icon_square" onclick="tempHorShape = 'square';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
166
- <label style="margin-right:10px" for="the_champ_icon_square"><?php _e("Square", 'super-socializer' ); ?></label>
167
  <input id="the_champ_icon_rectangle" onclick="tempHorShape = 'rectangle';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
168
- <label for="the_champ_icon_rectangle"><?php _e("Rectangle", 'super-socializer' ); ?></label>
169
  </td>
170
  </tr>
171
 
172
  <tr class="the_champ_help_content" id="the_champ_icon_shape_help_cont">
173
  <td colspan="2">
174
  <div>
175
- <?php _e('Shape of the sharing icons', 'super-socializer' ) ?>
176
  </div>
177
  </td>
178
  </tr>
@@ -180,7 +180,7 @@
180
  <tbody id="the_champ_size_options" <?php echo ! isset( $theChampSharingOptions['horizontal_sharing_shape'] ) || $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
181
  <tr>
182
  <th>
183
- <label><?php _e("Size (in pixels)", 'super-socializer' ); ?><img id="the_champ_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
184
  </th>
185
  <td>
186
  <input style="width:50px" id="the_champ_icon_size" name="the_champ_sharing[horizontal_sharing_size]" type="text" value="<?php echo $sharing_size; ?>" />
@@ -196,7 +196,7 @@
196
  <tr class="the_champ_help_content" id="the_champ_icon_size_help_cont">
197
  <td colspan="2">
198
  <div>
199
- <?php _e('Size of the sharing icons', 'super-socializer' ) ?>
200
  </div>
201
  </td>
202
  </tr>
@@ -205,7 +205,7 @@
205
  <tbody id="the_champ_rectangle_options" <?php echo isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
206
  <tr>
207
  <th>
208
- <label><?php _e("Width (in pixels)", 'super-socializer' ); ?><img id="the_champ_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
209
  </th>
210
  <td>
211
  <input style="width:50px" id="the_champ_icon_width" name="the_champ_sharing[horizontal_sharing_width]" type="text" value="<?php echo $sharing_width; ?>" />
@@ -221,14 +221,14 @@
221
  <tr class="the_champ_help_content" id="the_champ_icon_width_help_cont">
222
  <td colspan="2">
223
  <div>
224
- <?php _e('Width of the sharing icons', 'super-socializer' ) ?>
225
  </div>
226
  </td>
227
  </tr>
228
 
229
  <tr>
230
  <th>
231
- <label><?php _e("Height (in pixels)", 'super-socializer' ); ?><img id="the_champ_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
232
  </th>
233
  <td>
234
  <input style="width:50px" id="the_champ_icon_height" name="the_champ_sharing[horizontal_sharing_height]" type="text" value="<?php echo $sharing_height; ?>" />
@@ -244,7 +244,7 @@
244
  <tr class="the_champ_help_content" id="the_champ_icon_height_help_cont">
245
  <td colspan="2">
246
  <div>
247
- <?php _e('Height of the sharing icons', 'super-socializer' ) ?>
248
  </div>
249
  </td>
250
  </tr>
@@ -253,7 +253,7 @@
253
  <tbody id="the_champ_border_radius_options" <?php echo isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
254
  <tr>
255
  <th>
256
- <label><?php _e("Border radius (in pixels)", 'super-socializer' ); ?><img id="the_champ_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
257
  </th>
258
  <td>
259
  <input style="width:50px" id="the_champ_icon_border_radius" name="the_champ_sharing[horizontal_border_radius]" type="text" value="<?php echo $sharing_border_radius; ?>" onkeyup="theChampSharingBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampSharingBorderRadius, 'borderRadius', '0px', 'the_champ_preview')" />
@@ -263,7 +263,7 @@
263
  <tr class="the_champ_help_content" id="the_champ_icon_border_radius_help_cont">
264
  <td colspan="2">
265
  <div>
266
- <?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'super-socializer' ) ?>
267
  </div>
268
  </td>
269
  </tr>
@@ -271,13 +271,13 @@
271
 
272
  <tr>
273
  <th>
274
- <label><?php _e("Logo Color", 'super-socializer' ); ?><img id="the_champ_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
275
  </th>
276
  <td>
277
  <script type="text/javascript">var theChampSharingTempColor = '<?php echo $sharing_color ? $sharing_color : "#fff" ?>';</script>
278
- <label for="the_champ_font_color_default"><?php _e("Default", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_font_color_default" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#horizontal_svg').attr('style', jQuery('#horizontal_svg').attr('style').replace(theChampSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_preview').css('color', theChampSharingTempColor.replace('%23','#')) }" name="the_champ_sharing[horizontal_font_color_default]" type="text" value="<?php echo $sharing_color; ?>" />
279
  <input name="the_champ_sharing[horizontal_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color'] : ''; ?>" />
280
- <label style="margin-left:10px" for="the_champ_font_color_hover"><?php _e("On Hover", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_font_color_hover" name="the_champ_sharing[horizontal_font_color_hover]" type="text" onkeyup="" value="<?php echo $sharing_color_hover; ?>" />
281
  <input name="the_champ_sharing[horizontal_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color_hover'] : ''; ?>" />
282
  </td>
283
  </tr>
@@ -285,76 +285,76 @@
285
  <tr class="the_champ_help_content" id="the_champ_font_color_help_cont">
286
  <td colspan="2">
287
  <div>
288
- <?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer' ) ?>
289
  </div>
290
  </td>
291
  </tr>
292
 
293
  <tr>
294
  <th>
295
- <label><?php _e("Background Color", 'super-socializer' ); ?><img id="the_champ_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
296
  </th>
297
  <td>
298
- <label for="the_champ_bg_color_default"><?php _e("Default", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_bg_color_default" name="the_champ_sharing[horizontal_bg_color_default]" type="text" onkeyup="theChampSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_preview')" value="<?php echo $horizontal_bg ?>" />
299
- <label style="margin-left:10px" for="the_champ_bg_color_hover"><?php _e("On Hover", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_bg_color_hover" name="the_champ_sharing[horizontal_bg_color_hover]" type="text" onkeyup="theChampSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $horizontal_bg_hover ?>" />
300
  </td>
301
  </tr>
302
 
303
  <tr class="the_champ_help_content" id="the_champ_bg_color_help_cont">
304
  <td colspan="2">
305
  <div>
306
- <?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer' ) ?>
307
  </div>
308
  </td>
309
  </tr>
310
 
311
  <tr>
312
  <th>
313
- <label><?php _e("Border", 'super-socializer' ); ?><img id="the_champ_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
314
  </th>
315
  <td>
316
  <script type="text/javascript">var theChampBorderWidthHover = '<?php echo $border_width_hover = isset( $theChampSharingOptions['horizontal_border_width_hover'] ) ? $theChampSharingOptions['horizontal_border_width_hover'] : ''; ?>', theChampBorderColorHover = '<?php echo $border_color_hover = isset( $theChampSharingOptions['horizontal_border_color_hover'] ) ? $theChampSharingOptions['horizontal_border_color_hover'] : ''; ?>'</script>
317
- <label><strong><?php _e("Default", 'super-socializer' ); ?></strong></label>
318
  <br/>
319
- <label for="the_champ_border_width_default"><?php _e("Border Width", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_border_width_default" onkeyup="theChampBorderWidth = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_preview'); theChampSharingHorizontalPreview();" name="the_champ_sharing[horizontal_border_width_default]" type="text" value="<?php echo $border_width ?>" />pixel(s)
320
- <label style="margin-left:10px" for="the_champ_border_color_default"><?php _e("Border Color", 'super-socializer' ); ?></label><input style="width: 100px" onkeyup="theChampBorderColor = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_preview')" id="the_champ_border_color_default" name="the_champ_sharing[horizontal_border_color_default]" type="text" value="<?php echo $border_color ?>" />
321
  <br/><br/>
322
- <label><strong><?php _e("On Hover", 'super-socializer' ); ?></strong></label>
323
  <br/>
324
- <label for="the_champ_border_width_hover"><?php _e("Border Width", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_border_width_hover" name="the_champ_sharing[horizontal_border_width_hover]" type="text" value="<?php echo $border_width_hover ?>" onkeyup="theChampBorderWidthHover = this.value.trim();" />pixel(s)
325
- <label style="margin-left:10px" for="the_champ_border_color_hover"><?php _e("Border Color", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_border_color_hover" name="the_champ_sharing[horizontal_border_color_hover]" type="text" value="<?php echo $border_color_hover ?>" onkeyup="theChampBorderColorHover = this.value.trim();" />
326
  </td>
327
  </tr>
328
 
329
  <tr class="the_champ_help_content" id="the_champ_border_help_cont">
330
  <td colspan="2">
331
  <div>
332
- <?php _e('Icon border', 'super-socializer' ) ?>
333
  </div>
334
  </td>
335
  </tr>
336
 
337
  <tr>
338
  <th>
339
- <label><?php _e("Counter Position", 'super-socializer' ); ?><br/><?php _e("(applies, if counter enabled)", 'super-socializer' ); ?><img id="the_champ_counter_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
340
  </th>
341
  <td>
342
  <input id="the_champ_counter_left" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
343
- <label style="margin-right:10px" for="the_champ_counter_left"><?php _e("Left", 'super-socializer' ); ?></label>
344
  <input id="the_champ_counter_top" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
345
- <label style="margin-right:10px" for="the_champ_counter_top"><?php _e("Top", 'super-socializer' ); ?></label>
346
  <input id="the_champ_counter_right" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
347
- <label style="margin-right:10px" for="the_champ_counter_right"><?php _e("Right", 'super-socializer' ); ?></label>
348
  <input id="the_champ_counter_bottom" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
349
- <label style="margin-right:10px" for="the_champ_counter_bottom"><?php _e("Bottom", 'super-socializer' ); ?></label><br/>
350
  <input id="the_champ_counter_inner_left" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
351
- <label style="margin-right:10px" for="the_champ_counter_inner_left"><?php _e("Inner Left", 'super-socializer' ); ?></label>
352
  <input id="the_champ_counter_inner_top" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
353
- <label style="margin-right:10px" for="the_champ_counter_inner_top"><?php _e("Inner Top", 'super-socializer' ); ?></label>
354
  <input id="the_champ_counter_inner_right" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
355
- <label style="margin-right:10px" for="the_champ_counter_inner_right"><?php _e("Inner Right", 'super-socializer' ); ?></label>
356
  <input id="the_champ_counter_inner_bottom" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
357
- <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer' ); ?></label>
358
  </td>
359
  </tr>
360
  <script type="text/javascript">theChampCounterPreview('<?php echo $counter_position ?>');</script>
@@ -362,7 +362,7 @@
362
  <tr class="the_champ_help_content" id="the_champ_counter_help_cont">
363
  <td colspan="2">
364
  <div>
365
- <?php _e('Position of share counter', 'super-socializer' ) ?>
366
  </div>
367
  </td>
368
  </tr>
@@ -372,12 +372,12 @@
372
  </div>
373
 
374
  <div class="stuffbox">
375
- <h3><label><?php _e('Floating interface theme', 'super-socializer' );?></label></h3>
376
  <div class="inside">
377
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
378
  <tr>
379
  <th>
380
- <label style="float:left"><?php _e("Icon Preview", 'super-socializer' ); ?></label>
381
  </th>
382
  <td>
383
  <?php
@@ -450,28 +450,28 @@
450
 
451
  <tr>
452
  <td colspan="2">
453
- <div id="the_champ_vertical_preview_message" style="color:green;display:none"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'super-socializer' ); ?></div>
454
  </td>
455
  </tr>
456
 
457
  <tr>
458
  <th>
459
- <label><?php _e("Shape", 'super-socializer' ); ?><img id="the_champ_vertical_sharing_icon_shape_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
460
  </th>
461
  <td>
462
  <input id="the_champ_vertical_icon_round" onclick="tempVerticalShape = 'round';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
463
- <label style="margin-right:10px" for="the_champ_vertical_icon_round"><?php _e("Round", 'super-socializer' ); ?></label>
464
  <input id="the_champ_vertical_icon_square" onclick="tempVerticalShape = 'square';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
465
- <label style="margin-right:10px" for="the_champ_vertical_icon_square"><?php _e("Square", 'super-socializer' ); ?></label>
466
  <input id="the_champ_vertical_icon_rectangle" onclick="tempVerticalShape = 'rectangle';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
467
- <label for="the_champ_vertical_icon_rectangle"><?php _e("Rectangle", 'super-socializer' ); ?></label>
468
  </td>
469
  </tr>
470
 
471
  <tr class="the_champ_help_content" id="the_champ_vertical_sharing_icon_shape_help_cont">
472
  <td colspan="2">
473
  <div>
474
- <?php _e('Shape of the sharing icons', 'super-socializer' ) ?>
475
  </div>
476
  </td>
477
  </tr>
@@ -479,7 +479,7 @@
479
  <tbody id="the_champ_vertical_size_options" <?php echo ! isset( $theChampSharingOptions['vertical_sharing_shape'] ) || $theChampSharingOptions['vertical_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
480
  <tr>
481
  <th>
482
- <label><?php _e("Size (in pixels)", 'super-socializer' ); ?><img id="the_champ_vertical_sharing_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
483
  </th>
484
  <td>
485
  <input style="width:50px" id="the_champ_vertical_sharing_icon_size" name="the_champ_sharing[vertical_sharing_size]" type="text" value="<?php echo $vertical_sharing_size; ?>" />
@@ -495,7 +495,7 @@
495
  <tr class="the_champ_help_content" id="the_champ_vertical_sharing_icon_size_help_cont">
496
  <td colspan="2">
497
  <div>
498
- <?php _e('Size of the sharing icons', 'super-socializer' ) ?>
499
  </div>
500
  </td>
501
  </tr>
@@ -504,7 +504,7 @@
504
  <tbody id="the_champ_vertical_rectangle_options" <?php echo isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
505
  <tr>
506
  <th>
507
- <label><?php _e("Width (in pixels)", 'super-socializer' ); ?><img id="the_champ_vertical_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
508
  </th>
509
  <td>
510
  <input style="width:50px" id="the_champ_vertical_icon_width" name="the_champ_sharing[vertical_sharing_width]" type="text" value="<?php echo $vertical_sharing_width; ?>" />
@@ -520,14 +520,14 @@
520
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_width_help_cont">
521
  <td colspan="2">
522
  <div>
523
- <?php _e('Width of the sharing icons', 'super-socializer' ) ?>
524
  </div>
525
  </td>
526
  </tr>
527
 
528
  <tr>
529
  <th>
530
- <label><?php _e("Height (in pixels)", 'super-socializer' ); ?><img id="the_champ_vertical_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
531
  </th>
532
  <td>
533
  <input style="width:50px" id="the_champ_vertical_icon_height" name="the_champ_sharing[vertical_sharing_height]" type="text" value="<?php echo $vertical_sharing_height; ?>" />
@@ -543,7 +543,7 @@
543
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_height_help_cont">
544
  <td colspan="2">
545
  <div>
546
- <?php _e('Height of the sharing icons', 'super-socializer' ) ?>
547
  </div>
548
  </td>
549
  </tr>
@@ -552,7 +552,7 @@
552
  <tbody id="the_champ_vertical_border_radius_options" <?php echo isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
553
  <tr>
554
  <th>
555
- <label><?php _e("Border radius (in pixels)", 'super-socializer' ); ?><img id="the_champ_vertical_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
556
  </th>
557
  <td>
558
  <input style="width:50px" id="the_champ_vertical_icon_border_radius" name="the_champ_sharing[vertical_border_radius]" type="text" value="<?php echo $vertical_sharing_border_radius; ?>" onkeyup="theChampVerticalBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampVerticalBorderRadius, 'borderRadius', '0px', 'the_champ_vertical_preview')" />
@@ -562,7 +562,7 @@
562
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_border_radius_help_cont">
563
  <td colspan="2">
564
  <div>
565
- <?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'super-socializer' ) ?>
566
  </div>
567
  </td>
568
  </tr>
@@ -570,13 +570,13 @@
570
 
571
  <tr>
572
  <th>
573
- <label><?php _e("Logo Color", 'super-socializer' ); ?><img id="the_champ_vertical_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
574
  </th>
575
  <td>
576
  <script type="text/javascript">var theChampVerticalSharingTempColor = '<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>';</script>
577
- <label for="the_champ_vertical_font_color_default"><?php _e("Default", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_default" name="the_champ_sharing[vertical_font_color_default]" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#vertical_svg').attr('style', jQuery('#vertical_svg').attr('style').replace(theChampVerticalSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampVerticalSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_vertical_preview').css('color', theChampVerticalSharingTempColor.replace('%23','#')) }" type="text" value="<?php echo $vertical_sharing_color ?>" />
578
  <input name="the_champ_sharing[vertical_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color'] ) ? $theChampSharingOptions['vertical_sharing_replace_color'] : ''; ?>" />
579
- <label style="margin-left:10px" for="the_champ_vertical_font_color_hover"><?php _e("On Hover", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_hover" name="the_champ_sharing[vertical_font_color_hover]" type="text" value="<?php echo $vertical_sharing_color_hover; ?>" />
580
  <input name="the_champ_sharing[vertical_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color_hover'] ) ? $theChampSharingOptions['vertical_sharing_replace_color_hover'] : ''; ?>" />
581
  </td>
582
  </tr>
@@ -584,75 +584,75 @@
584
  <tr class="the_champ_help_content" id="the_champ_vertical_font_color_help_cont">
585
  <td colspan="2">
586
  <div>
587
- <?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer' ) ?>
588
  </div>
589
  </td>
590
  </tr>
591
 
592
  <tr>
593
  <th>
594
- <label><?php _e("Background Color", 'super-socializer' ); ?><img id="the_champ_vertical_icon_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
595
  </th>
596
  <td>
597
- <label for="the_champ_vertical_icon_bg_color_default"><?php _e("Default", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_icon_bg_color_default" name="the_champ_sharing[vertical_bg_color_default]" type="text" onkeyup="theChampVerticalSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_vertical_preview')" value="<?php echo $vertical_bg ?>" />
598
- <label style="margin-left:10px" for="the_champ_vertical_bg_color_hover"><?php _e("On Hover", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_bg_color_hover" name="the_champ_sharing[vertical_bg_color_hover]" type="text" onkeyup="theChampVerticalSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $vertical_bg_hover ?>" />
599
  </td>
600
  </tr>
601
 
602
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_bg_color_help_cont">
603
  <td colspan="2">
604
  <div>
605
- <?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer' ) ?>
606
  </div>
607
  </td>
608
  </tr>
609
 
610
  <tr>
611
  <th>
612
- <label><?php _e("Border", 'super-socializer' ); ?><img id="the_champ_vertical_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
613
  </th>
614
  <td>
615
- <label><strong><?php _e("Default", 'super-socializer' ); ?></strong></label>
616
  <br/>
617
- <label for="the_champ_vertical_border_width_default"><?php _e("Border Width", 'super-socializer' ); ?></label><input style="width: 100px" onkeyup="theChampVerticalBorderWidth = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_vertical_preview'); theChampSharingVerticalPreview();" id="the_champ_vertical_border_width_default" name="the_champ_sharing[vertical_border_width_default]" type="text" value="<?php echo $vertical_border_width ?>" />pixel(s)
618
- <label style="margin-left:10px" for="the_champ_vertical_border_color_default"><?php _e("Border Color", 'super-socializer' ); ?></label><input onkeyup="theChampVerticalBorderColor = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_vertical_preview')" style="width: 100px" id="the_champ_vertical_border_color_default" name="the_champ_sharing[vertical_border_color_default]" type="text" value="<?php echo $vertical_border_color = isset( $theChampSharingOptions['vertical_border_color_default'] ) ? $theChampSharingOptions['vertical_border_color_default'] : ''; ?>" />
619
  <br/><br/>
620
- <label><strong><?php _e("On Hover", 'super-socializer' ); ?></strong></label>
621
  <br/>
622
- <label for="the_champ_vertical_border_width_hover"><?php _e("Border Width", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_border_width_hover" name="the_champ_sharing[vertical_border_width_hover]" onkeyup="theChampVerticalBorderWidthHover = this.value.trim();" type="text" value="<?php echo $vertical_border_width_hover ?>" />pixel(s)
623
- <label style="margin-left:10px" for="the_champ_vertical_border_color_hover"><?php _e("Border Color", 'super-socializer' ); ?></label><input style="width: 100px" id="the_champ_vertical_border_color_hover" name="the_champ_sharing[vertical_border_color_hover]" onkeyup="theChampVerticalBorderColorHover = this.value.trim()" type="text" value="<?php echo $vertical_border_color_hover; ?>" />
624
  </td>
625
  </tr>
626
 
627
  <tr class="the_champ_help_content" id="the_champ_vertical_border_help_cont">
628
  <td colspan="2">
629
  <div>
630
- <?php _e('Icon border', 'super-socializer' ) ?>
631
  </div>
632
  </td>
633
  </tr>
634
 
635
  <tr>
636
  <th>
637
- <label><?php _e("Counter Position", 'super-socializer' ); ?><br/><?php _e("(applies, if counter enabled)", 'super-socializer' ); ?><img id="the_champ_vertical_counter_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
638
  </th>
639
  <td>
640
  <input id="the_champ_vertical_counter_left" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
641
- <label style="margin-right:10px" for="the_champ_vertical_counter_left"><?php _e("Left", 'super-socializer' ); ?></label>
642
  <input id="the_champ_vertical_counter_top" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
643
- <label style="margin-right:10px" for="the_champ_vertical_counter_top"><?php _e("Top", 'super-socializer' ); ?></label>
644
  <input id="the_champ_vertical_counter_right" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
645
- <label style="margin-right:10px" for="the_champ_vertical_counter_right"><?php _e("Right", 'super-socializer' ); ?></label>
646
  <input id="the_champ_vertical_counter_bottom" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
647
- <label style="margin-right:10px" for="the_champ_vertical_counter_bottom"><?php _e("Bottom", 'super-socializer' ); ?></label><br/>
648
  <input id="the_champ_vertical_counter_inner_left" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
649
- <label style="margin-right:10px" for="the_champ_vertical_counter_inner_left"><?php _e("Inner Left", 'super-socializer' ); ?></label>
650
  <input id="the_champ_vertical_counter_inner_top" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
651
- <label style="margin-right:10px" for="the_champ_vertical_counter_inner_top"><?php _e("Inner Top", 'super-socializer' ); ?></label>
652
  <input id="the_champ_vertical_counter_inner_right" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
653
- <label style="margin-right:10px" for="the_champ_vertical_counter_inner_right"><?php _e("Inner Right", 'super-socializer' ); ?></label>
654
  <input id="the_champ_vertical_counter_inner_bottom" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
655
- <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer' ); ?></label>
656
  </td>
657
  </tr>
658
  <script type="text/javascript">theChampVerticalCounterPreview('<?php echo $vertical_counter_position ?>');</script>
@@ -660,7 +660,7 @@
660
  <tr class="the_champ_help_content" id="the_champ_vertical_counter_help_cont">
661
  <td colspan="2">
662
  <div>
663
- <?php _e('Position of share counter', 'super-socializer' ) ?>
664
  </div>
665
  </td>
666
  </tr>
@@ -676,12 +676,12 @@
676
  <div class="the_champ_left_column">
677
 
678
  <div class="stuffbox">
679
- <h3><label><?php _e('Standard Sharing Interface Options', 'super-socializer' );?></label></h3>
680
  <div class="inside">
681
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
682
  <tr>
683
  <th>
684
- <label for="the_champ_horizontal_enable"><?php _e("Enable Standard sharing interface", 'super-socializer' ); ?><img id="the_champ_horizontal_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
685
  </th>
686
  <td>
687
  <input id="the_champ_horizontal_enable" onclick="theChampHorizontalSharingOptionsToggle(this)" name="the_champ_sharing[hor_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['hor_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -691,7 +691,7 @@
691
  <tr class="the_champ_help_content" id="the_champ_horizontal_enable_help_cont">
692
  <td colspan="2">
693
  <div>
694
- <?php _e('Master control to enable standard sharing', 'super-socializer' ) ?>
695
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_horizontal_sharing.png', __FILE__); ?>" />
696
  </div>
697
  </td>
@@ -700,29 +700,29 @@
700
  <tbody id="the_champ_horizontal_sharing_options" <?php echo isset( $theChampSharingOptions['hor_enable'] ) ? '' : 'style="display: none"'; ?>>
701
  <tr>
702
  <th>
703
- <label for="the_champ_horizontal_target_url"><?php _e("Target Url", 'super-socializer' ); ?><img id="the_champ_horizontal_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
704
  </th>
705
  <td id="the_champ_target_url_column">
706
  <input id="the_champ_target_url_default" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo !isset( $theChampSharingOptions['horizontal_target_url'] ) || $theChampSharingOptions['horizontal_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
707
- <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer' ) ?></label><br/>
708
  <input id="the_champ_target_url_home" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
709
- <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer' ) ?></label><br/>
710
  <input id="the_champ_target_url_custom" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
711
- <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer' ) ?></label><br/>
712
  <input id="the_champ_target_url_custom_url" name="the_champ_sharing[horizontal_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['horizontal_target_url_custom'] ) ? $theChampSharingOptions['horizontal_target_url_custom'] : '' ?>" />
713
  </td>
714
  </tr>
715
  <tr class="the_champ_help_content" id="the_champ_horizontal_target_url_help_cont">
716
  <td colspan="2">
717
  <div>
718
- <?php _e('Url to share', 'super-socializer' ) ?>
719
  </div>
720
  </td>
721
  </tr>
722
 
723
  <tr>
724
  <th>
725
- <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer' ); ?><img id="the_champ_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
726
  </th>
727
  <td>
728
  <input id="the_champ_fblogin_title" name="the_champ_sharing[title]" type="text" value="<?php echo isset( $theChampSharingOptions['title'] ) ? $theChampSharingOptions['title'] : '' ?>" />
@@ -732,7 +732,7 @@
732
  <tr class="the_champ_help_content" id="the_champ_title_help_cont">
733
  <td colspan="2">
734
  <div>
735
- <?php _e('The text to display above the sharing interface', 'super-socializer' ) ?>
736
  </div>
737
  </td>
738
  </tr>
@@ -756,7 +756,7 @@
756
  <tbody id="the_champ_instagram_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || !in_array('instagram', $theChampSharingOptions['horizontal_re_providers']) ? 'style = "display: none"' : '';?> >
757
  <tr>
758
  <th>
759
- <label for="the_champ_instagram_username"><?php _e("Instagram username", 'super-socializer' ); ?><img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
760
  </th>
761
  <td>
762
  <input id="the_champ_instagram_username" name="the_champ_sharing[instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
@@ -766,7 +766,7 @@
766
  <tr class="the_champ_help_content" id="the_champ_instagram_username_help_cont">
767
  <td colspan="2">
768
  <div>
769
- <?php _e('Username of the Instagram account you want to redirect users to, on clicking the icon', 'super-socializer' ) ?>
770
  </div>
771
  </td>
772
  </tr>
@@ -775,7 +775,7 @@
775
  <tbody id="the_champ_comment_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
776
  <tr>
777
  <th>
778
- <label for="the_champ_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer' ); ?><img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
779
  </th>
780
  <td>
781
  <input id="the_champ_comment_container_id" name="the_champ_sharing[comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
@@ -785,7 +785,7 @@
785
  <tr class="the_champ_help_content" id="the_champ_comment_container_id_help_cont">
786
  <td colspan="2">
787
  <div>
788
- <?php _e( 'HTML ID of the element you want to focus on the webpage, on click of Comment icon.', 'super-socializer' ) ?>
789
  </div>
790
  </td>
791
  </tr>
@@ -798,7 +798,7 @@
798
 
799
  <tr>
800
  <th>
801
- <label><?php _e("Rearrange icons", 'super-socializer'); ?><img id="the_champ_ss_rearrange_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
802
  </th>
803
  </tr>
804
 
@@ -859,21 +859,21 @@
859
  <tr class="the_champ_help_content" id="the_champ_ss_rearrange_help_cont">
860
  <td colspan="2">
861
  <div>
862
- <?php _e('Drag the icons to rearrange in desired order', 'super-socializer' ) ?>
863
  </div>
864
  </td>
865
  </tr>
866
 
867
  <tr>
868
  <th colspan="2">
869
- <label><?php _e("Select Sharing Services", 'super-socializer' ); ?><img id="the_champ_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
870
  </th>
871
  </tr>
872
 
873
  <tr class="the_champ_help_content" id="the_champ_providers_help_cont">
874
  <td colspan="2">
875
  <div>
876
- <?php _e('Select sharing services to show in social share bar', 'super-socializer' ) ?>
877
  </div>
878
  </td>
879
  </tr>
@@ -891,7 +891,7 @@
891
  }
892
  ?>
893
  <div style="clear:both"></div>
894
- <div style="width:100%; margin: 10px 0"><input type="text" onkeyup="theChampSearchSharingNetworks(this.value.trim())" placeholder="<?php _e( 'Search social network', 'super-socializer' ) ?>" class="search" /></div>
895
  <div style="clear:both"></div>
896
  <?php
897
  foreach($sharingNetworks as $sharingNetwork){
@@ -909,13 +909,13 @@
909
 
910
  <tr>
911
  <th>
912
- <label for="the_champ_hor_alignment"><?php _e("Horizontal alignment", 'super-socializer' ); ?><img id="the_champ_hor_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
913
  </th>
914
  <td>
915
  <select id="the_champ_hor_alignment" name="the_champ_sharing[hor_sharing_alignment]">
916
- <option value="left" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'super-socializer' ) ?></option>
917
- <option value="center" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'center' ? 'selected="selected"' : '' ?>><?php _e('Center', 'super-socializer' ) ?></option>
918
- <option value="right" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'super-socializer' ) ?></option>
919
  </select>
920
  </td>
921
  </tr>
@@ -923,48 +923,48 @@
923
  <tr class="the_champ_help_content" id="the_champ_hor_alignment_help_cont">
924
  <td colspan="2">
925
  <div>
926
- <?php _e('Horizontal alignment of the sharing interface', 'super-socializer' ) ?>
927
  </div>
928
  </td>
929
  </tr>
930
 
931
  <tr>
932
  <th>
933
- <label><?php _e("Position with respect to content", 'super-socializer' ); ?><img id="the_champ_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
934
  </th>
935
  <td>
936
  <input id="the_champ_top" name="the_champ_sharing[top]" type="checkbox" <?php echo isset( $theChampSharingOptions['top'] ) ? 'checked = "checked"' : '';?> value="1" />
937
- <label for="the_champ_top"><?php _e('Top of the content', 'super-socializer' ) ?></label><br/>
938
  <input id="the_champ_bottom" name="the_champ_sharing[bottom]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom'] ) ? 'checked = "checked"' : '';?> value="1" />
939
- <label for="the_champ_bottom"><?php _e('Bottom of the content', 'super-socializer' ) ?></label>
940
  </td>
941
  </tr>
942
 
943
  <tr class="the_champ_help_content" id="the_champ_position_help_cont">
944
  <td colspan="2">
945
  <div>
946
- <?php _e('Specify position of the sharing interface with respect to the content', 'super-socializer' ) ?>
947
  </div>
948
  </td>
949
  </tr>
950
 
951
  <tr>
952
  <th>
953
- <label><?php _e("Placement", 'super-socializer' ); ?><img id="the_champ_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
954
  </th>
955
  <td>
956
  <input id="the_champ_home" name="the_champ_sharing[home]" type="checkbox" <?php echo isset( $theChampSharingOptions['home'] ) ? 'checked = "checked"' : '';?> value="1" />
957
- <label for="the_champ_home"><?php _e('Homepage', 'super-socializer' ) ?></label><br/>
958
  <input id="the_champ_post" name="the_champ_sharing[post]" type="checkbox" <?php echo isset( $theChampSharingOptions['post'] ) ? 'checked = "checked"' : '';?> value="1" />
959
- <label for="the_champ_post"><?php _e('Posts', 'super-socializer' ) ?></label><br/>
960
  <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked = "checked"' : '';?> value="1" />
961
- <label for="the_champ_page"><?php _e('Pages', 'super-socializer' ) ?></label><br/>
962
  <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
963
- <label for="the_champ_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer' ) ?></label><br/>
964
  <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked = "checked"' : '';?> value="1" />
965
- <label for="the_champ_category"><?php _e('Category Archives', 'super-socializer' ) ?></label><br/>
966
  <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
967
- <label for="the_champ_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer' ) ?></label><br/>
968
  <?php
969
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
970
  $post_types = array_diff( $post_types, array( 'post', 'page' ) );
@@ -980,34 +980,34 @@
980
  if($theChampIsBpActive){
981
  ?>
982
  <input id="the_champ_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_activity'] ) ? 'checked = "checked"' : '';?> value="1" />
983
- <label for="the_champ_bp_activity"><?php _e('BuddyPress activity', 'super-socializer' ) ?></label><br/>
984
  <input id="the_champ_bp_group" name="the_champ_sharing[bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
985
- <label for="the_champ_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer' ) ?></label><br/>
986
  <?php
987
  }
988
  if(function_exists('is_bbpress')){
989
  ?>
990
  <input id="the_champ_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
991
- <label for="the_champ_bb_forum"><?php _e('BBPress forum', 'super-socializer' ) ?></label>
992
  <br/>
993
  <input id="the_champ_bb_topic" name="the_champ_sharing[bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
994
- <label for="the_champ_bb_topic"><?php _e('BBPress topic', 'super-socializer' ) ?></label>
995
  <br/>
996
  <input id="the_champ_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_reply'] ) ? 'checked = "checked"' : '';?> value="1" />
997
- <label for="the_champ_bb_reply"><?php _e('BBPress reply', 'super-socializer' ) ?></label>
998
  <br/>
999
  <?php
1000
  }
1001
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
1002
  ?>
1003
  <input id="the_champ_woocom_shop" name="the_champ_sharing[woocom_shop]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_shop'] ) ? 'checked = "checked"' : '';?> value="1" />
1004
- <label for="the_champ_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer' ) ?></label>
1005
  <br/>
1006
  <input id="the_champ_woocom_product" name="the_champ_sharing[woocom_product]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_product'] ) ? 'checked = "checked"' : '';?> value="1" />
1007
- <label for="the_champ_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer' ) ?></label>
1008
  <br/>
1009
  <input id="the_champ_woocom_thankyou" name="the_champ_sharing[woocom_thankyou]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_thankyou'] ) ? 'checked = "checked"' : '';?> value="1" />
1010
- <label for="the_champ_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer' ) ?></label>
1011
  <br/>
1012
  <?php
1013
  }
@@ -1018,27 +1018,27 @@
1018
  <tr class="the_champ_help_content" id="the_champ_location_help_cont">
1019
  <td colspan="2">
1020
  <div>
1021
- <?php _e('Specify the pages where you want to enable Sharing interface', 'super-socializer' ) ?>
1022
  </div>
1023
  </td>
1024
  </tr>
1025
 
1026
  <tr>
1027
  <th>
1028
- <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer'); ?><img id="the_champ_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1029
  </th>
1030
  <td>
1031
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1032
  <br/>
1033
- <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1034
- <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ) ?></strong></span>
1035
  </td>
1036
  </tr>
1037
 
1038
  <tr class="the_champ_help_content" id="the_champ_count_help_cont">
1039
  <td colspan="2">
1040
  <div>
1041
- <?php _e('If enabled, share counts are displayed above sharing icons.', 'super-socializer' ) ?>
1042
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_share_count.png', __FILE__); ?>" />
1043
  </div>
1044
  </td>
@@ -1046,7 +1046,7 @@
1046
 
1047
  <tr>
1048
  <th>
1049
- <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer' ); ?><img id="the_champ_total_hor_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1050
  </th>
1051
  <td>
1052
  <input id="the_champ_total_hor_shares" name="the_champ_sharing[horizontal_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1056,7 +1056,7 @@
1056
  <tr class="the_champ_help_content" id="the_champ_total_hor_shares_help_cont">
1057
  <td colspan="2">
1058
  <div>
1059
- <?php _e('If enabled, total shares will be displayed with sharing icons', 'super-socializer' ) ?>
1060
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_horizontal_total_shares.png', __FILE__); ?>" />
1061
  </div>
1062
  </td>
@@ -1064,7 +1064,7 @@
1064
 
1065
  <tr>
1066
  <th>
1067
- <label for="the_champ_hmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?><img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1068
  </th>
1069
  <td>
1070
  <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_more']) ? 'checked = "checked"' : '';?> value="1" />
@@ -1091,12 +1091,12 @@
1091
  <div class="clear"></div>
1092
  <div class="the_champ_left_column">
1093
  <div class="stuffbox">
1094
- <h3><label><?php _e('Floating Sharing Interface Options', 'super-socializer' );?></label></h3>
1095
  <div class="inside">
1096
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1097
  <tr>
1098
  <th>
1099
- <label for="the_champ_vertical_enable"><?php _e("Enable Floating sharing interface", 'super-socializer' ); ?><img id="the_champ_vertical_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1100
  </th>
1101
  <td>
1102
  <input id="the_champ_vertical_enable" onclick="theChampVerticalSharingOptionsToggle(this)" name="the_champ_sharing[vertical_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1106,7 +1106,7 @@
1106
  <tr class="the_champ_help_content" id="the_champ_vertical_enable_help_cont">
1107
  <td colspan="2">
1108
  <div>
1109
- <?php _e('Master control to enable floating sharing widget', 'super-socializer' ) ?>
1110
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_sharing.png', __FILE__); ?>" />
1111
  </div>
1112
  </td>
@@ -1115,22 +1115,22 @@
1115
  <tbody id="the_champ_vertical_sharing_options" <?php echo isset( $theChampSharingOptions['vertical_enable'] ) ? '' : 'style="display: none"'; ?>>
1116
  <tr>
1117
  <th>
1118
- <label for="the_champ_vertical_target_url"><?php _e("Target Url", 'super-socializer' ); ?><img id="the_champ_vertical_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1119
  </th>
1120
  <td id="the_champ_vertical_target_url_column">
1121
  <input id="the_champ_vertical_target_url_default" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo !isset( $theChampSharingOptions['vertical_target_url'] ) || $theChampSharingOptions['vertical_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
1122
- <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer' ) ?></label><br/>
1123
  <input id="the_champ_vertical_target_url_home" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
1124
- <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer' ) ?></label><br/>
1125
  <input id="the_champ_vertical_target_url_custom" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
1126
- <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer' ) ?></label><br/>
1127
  <input id="the_champ_vertical_target_url_custom_url" name="the_champ_sharing[vertical_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_target_url_custom'] ) ? $theChampSharingOptions['vertical_target_url_custom'] : '' ?>" />
1128
  </td>
1129
  </tr>
1130
  <tr class="the_champ_help_content" id="the_champ_vertical_target_url_help_cont">
1131
  <td colspan="2">
1132
  <div>
1133
- <?php _e('Url to share', 'super-socializer' ) ?>
1134
  </div>
1135
  </td>
1136
  </tr>
@@ -1138,7 +1138,7 @@
1138
  <tbody id="the_champ_vertical_instagram_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('instagram', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1139
  <tr>
1140
  <th>
1141
- <label for="the_champ_vertical_instagram_username"><?php _e("Instagram username", 'super-socializer' ); ?><img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1142
  </th>
1143
  <td>
1144
  <input id="the_champ_vertical_instagram_username" name="the_champ_sharing[vertical_instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
@@ -1148,7 +1148,7 @@
1148
  <tr class="the_champ_help_content" id="the_champ_vertical_instagram_username_help_cont">
1149
  <td colspan="2">
1150
  <div>
1151
- <?php _e('Username of the Instagram account you want to redirect users to, on clicking the icon', 'super-socializer' ) ?>
1152
  </div>
1153
  </td>
1154
  </tr>
@@ -1157,7 +1157,7 @@
1157
  <tbody id="the_champ_vertical_comment_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('Comment', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1158
  <tr>
1159
  <th>
1160
- <label for="the_champ_vertical_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer' ); ?><img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
1161
  </th>
1162
  <td>
1163
  <input id="the_champ_vertical_comment_container_id" name="the_champ_sharing[vertical_comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
@@ -1167,7 +1167,7 @@
1167
  <tr class="the_champ_help_content" id="the_champ_vertical_comment_container_id_help_cont">
1168
  <td colspan="2">
1169
  <div>
1170
- <?php _e( 'HTML ID of the element you want to focus on the webpage, on click of Comment icon.', 'super-socializer' ) ?>
1171
  </div>
1172
  </td>
1173
  </tr>
@@ -1175,7 +1175,7 @@
1175
 
1176
  <tr>
1177
  <th>
1178
- <label><?php _e("Rearrange icons", 'super-socializer' ); ?><img id="the_champ_ss_vertical_rearrange_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1179
  </th>
1180
  </tr>
1181
 
@@ -1234,21 +1234,21 @@
1234
  <tr class="the_champ_help_content" id="the_champ_ss_vertical_rearrange_help_cont">
1235
  <td colspan="2">
1236
  <div>
1237
- <?php _e('Drag the icons to rearrange in desired order', 'super-socializer' ) ?>
1238
  </div>
1239
  </td>
1240
  </tr>
1241
 
1242
  <tr>
1243
  <th colspan="2">
1244
- <label><?php _e("Select Sharing Services", 'super-socializer' ); ?><img id="the_champ_vertical_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1245
  </th>
1246
  </tr>
1247
 
1248
  <tr class="the_champ_help_content" id="the_champ_vertical_providers_help_cont">
1249
  <td colspan="2">
1250
  <div>
1251
- <?php _e('Select sharing services to show in social share bar', 'super-socializer' ) ?>
1252
  </div>
1253
  </td>
1254
  </tr>
@@ -1266,7 +1266,7 @@
1266
  }
1267
  ?>
1268
  <div style="clear:both"></div>
1269
- <div style="width:100%; margin: 10px 0"><input type="text" onkeyup="theChampSearchSharingNetworks(this.value.trim())" placeholder="<?php _e( 'Search social network', 'super-socializer' ) ?>" class="search" /></div>
1270
  <div style="clear:both"></div>
1271
  <?php
1272
  foreach($sharingNetworks as $sharingNetwork){
@@ -1284,7 +1284,7 @@
1284
 
1285
  <tr>
1286
  <th>
1287
- <label><?php _e("Background Color", 'super-socializer' ); ?><img id="the_champ_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1288
  </th>
1289
  <td>
1290
  <input style="width: 100px" name="the_champ_sharing[vertical_bg]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_bg'] ) ? $theChampSharingOptions['vertical_bg'] : '' ?>" />
@@ -1294,19 +1294,19 @@
1294
  <tr class="the_champ_help_content" id="the_champ_vertical_bg_color_help_cont">
1295
  <td colspan="2">
1296
  <div>
1297
- <?php _e('Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer' ) ?>
1298
  </div>
1299
  </td>
1300
  </tr>
1301
 
1302
  <tr>
1303
  <th>
1304
- <label for="the_champ_alignment"><?php _e("Horizontal alignment", 'super-socializer' ); ?><img id="the_champ_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1305
  </th>
1306
  <td>
1307
  <select onchange="theChampToggleOffset(this.value)" id="the_champ_alignment" name="the_champ_sharing[alignment]">
1308
- <option value="left" <?php echo isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'super-socializer' ) ?></option>
1309
- <option value="right" <?php echo isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'super-socializer' ) ?></option>
1310
  </select>
1311
  </td>
1312
  </tr>
@@ -1314,7 +1314,7 @@
1314
  <tr class="the_champ_help_content" id="the_champ_alignment_help_cont">
1315
  <td colspan="2">
1316
  <div>
1317
- <?php _e('Horizontal alignment of the sharing interface', 'super-socializer' ) ?>
1318
  </div>
1319
  </td>
1320
  </tr>
@@ -1322,7 +1322,7 @@
1322
  <tbody id="the_champ_left_offset_rows" <?php echo (isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'left') ? '' : 'style="display: none"' ?>>
1323
  <tr>
1324
  <th>
1325
- <label for="the_champ_left_offset"><?php _e("Left offset", 'super-socializer' ); ?><img id="the_champ_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1326
  </th>
1327
  <td>
1328
  <input style="width: 100px" id="the_champ_left_offset" name="the_champ_sharing[left_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['left_offset'] ) ? $theChampSharingOptions['left_offset'] : '' ?>" />px
@@ -1332,7 +1332,7 @@
1332
  <tr class="the_champ_help_content" id="the_champ_left_offset_help_cont">
1333
  <td colspan="2">
1334
  <div>
1335
- <?php _e('Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too.', 'super-socializer' ) ?>
1336
  </div>
1337
  </td>
1338
  </tr>
@@ -1341,7 +1341,7 @@
1341
  <tbody id="the_champ_right_offset_rows" <?php echo (isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'right') ? '' : 'style="display: none"' ?>>
1342
  <tr>
1343
  <th>
1344
- <label for="the_champ_right_offset"><?php _e("Right offset", 'super-socializer' ); ?><img id="the_champ_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1345
  </th>
1346
  <td>
1347
  <input style="width: 100px" id="the_champ_right_offset" name="the_champ_sharing[right_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['right_offset'] ) ? $theChampSharingOptions['right_offset'] : '' ?>" />px
@@ -1351,7 +1351,7 @@
1351
  <tr class="the_champ_help_content" id="the_champ_right_offset_help_cont">
1352
  <td colspan="2">
1353
  <div>
1354
- <?php _e('Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too.', 'super-socializer' ) ?>
1355
  </div>
1356
  </td>
1357
  </tr>
@@ -1359,7 +1359,7 @@
1359
 
1360
  <tr>
1361
  <th>
1362
- <label for="the_champ_top_offset"><?php _e("Top offset", 'super-socializer' ); ?><img id="the_champ_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1363
  </th>
1364
  <td>
1365
  <input style="width: 100px" id="the_champ_top_offset" name="the_champ_sharing[top_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['top_offset'] ) ? $theChampSharingOptions['top_offset'] : '' ?>" />px
@@ -1369,28 +1369,28 @@
1369
  <tr class="the_champ_help_content" id="the_champ_top_offset_help_cont">
1370
  <td colspan="2">
1371
  <div>
1372
- <?php _e('Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top.', 'super-socializer' ) ?>
1373
  </div>
1374
  </td>
1375
  </tr>
1376
 
1377
  <tr>
1378
  <th>
1379
- <label><?php _e("Placement", 'super-socializer' ); ?><img id="the_champ_vertical_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1380
  </th>
1381
  <td>
1382
  <input id="the_champ_vertical_home" name="the_champ_sharing[vertical_home]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_home'] ) ? 'checked = "checked"' : '';?> value="1" />
1383
- <label for="the_champ_vertical_home"><?php _e('Homepage', 'super-socializer' ) ?></label><br/>
1384
  <input id="the_champ_vertical_post" name="the_champ_sharing[vertical_post]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_post'] ) ? 'checked = "checked"' : '';?> value="1" />
1385
- <label for="the_champ_vertical_post"><?php _e('Posts', 'super-socializer' ) ?></label><br/>
1386
  <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
1387
- <label for="the_champ_vertical_page"><?php _e('Pages', 'super-socializer' ) ?></label><br/>
1388
  <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
1389
- <label for="the_champ_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer' ) ?></label><br/>
1390
  <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
1391
- <label for="the_champ_vertical_category"><?php _e('Category Archives', 'super-socializer' ) ?></label><br/>
1392
  <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
1393
- <label for="the_champ_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer' ) ?></label><br/>
1394
  <?php
1395
  if( count( $post_types ) ) {
1396
  foreach ( $post_types as $post_type ) {
@@ -1404,7 +1404,7 @@
1404
  if($theChampIsBpActive){
1405
  ?>
1406
  <input id="the_champ_vertical_bp_group" name="the_champ_sharing[vertical_bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
1407
- <label for="the_champ_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer' ) ?></label><br/>
1408
  <?php
1409
  }
1410
 
@@ -1412,10 +1412,10 @@
1412
  ?>
1413
  <br/>
1414
  <input id="the_champ_vertical_bb_forum" name="the_champ_sharing[vertical_bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
1415
- <label for="the_champ_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer' ) ?></label>
1416
  <br/>
1417
  <input id="the_champ_vertical_bb_topic" name="the_champ_sharing[vertical_bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
1418
- <label for="the_champ_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer' ) ?></label>
1419
  <?php
1420
  }
1421
  ?>
@@ -1425,20 +1425,20 @@
1425
  <tr class="the_champ_help_content" id="the_champ_vertical_location_help_cont">
1426
  <td colspan="2">
1427
  <div>
1428
- <?php _e('Specify the pages where you want to enable vertical Sharing interface', 'super-socializer' ) ?>
1429
  </div>
1430
  </td>
1431
  </tr>
1432
 
1433
  <tr>
1434
  <th>
1435
- <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer' ); ?><img id="the_champ_vertical_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1436
  </th>
1437
  <td>
1438
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1439
  <br/>
1440
- <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer' ) ?></span>
1441
- <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ) ?></strong></span>
1442
  </td>
1443
  </tr>
1444
 
@@ -1453,7 +1453,7 @@
1453
 
1454
  <tr>
1455
  <th>
1456
- <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?><img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1457
  </th>
1458
  <td>
1459
  <input id="the_champ_total_vertical_shares" name="the_champ_sharing[vertical_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1471,7 +1471,7 @@
1471
 
1472
  <tr>
1473
  <th>
1474
- <label for="the_champ_vmore"><?php _e("Enable 'More' icon", 'super-socializer' ); ?><img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1475
  </th>
1476
  <td>
1477
  <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_more']) ? 'checked = "checked"' : '';?> value="1" />
@@ -1481,14 +1481,14 @@
1481
  <tr class="the_champ_help_content" id="the_champ_vmore_help_cont">
1482
  <td colspan="2">
1483
  <div>
1484
- <?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'super-socializer' ) ?>
1485
  </div>
1486
  </td>
1487
  </tr>
1488
 
1489
  <tr>
1490
  <th>
1491
- <label for="the_champ_hslider"><?php _e("Hide floating slider", 'super-socializer'); ?><img id="the_champ_hslider_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1492
  </th>
1493
  <td>
1494
  <input id="the_champ_hslider" name="the_champ_sharing[hide_slider]" type="checkbox" <?php echo isset($theChampSharingOptions['hide_slider']) ? 'checked = "checked"' : '';?> value="1" />
@@ -1505,34 +1505,34 @@
1505
 
1506
  <tr>
1507
  <th>
1508
- <label for="the_champ_mobile_sharing"><?php _e("Vertical floating bar responsiveness", 'super-socializer' ); ?><img id="the_champ_mobile_sharing_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1509
  </th>
1510
  <td>
1511
- <input id="the_champ_mobile_sharing" name="the_champ_sharing[hide_mobile_sharing]" type="checkbox" <?php echo isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'super-socializer' ), '<input style="width:46px" name="the_champ_sharing[vertical_screen_width]" type="text" value="' . ( isset( $theChampSharingOptions['vertical_screen_width'] ) ? $theChampSharingOptions['vertical_screen_width'] : '' ) . '" />' ) ?></label>
1512
  </td>
1513
  </tr>
1514
 
1515
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_help_cont">
1516
  <td colspan="2">
1517
  <div>
1518
- <?php _e('Display vertical interface only when screen is wider than the width specified.', 'super-socializer' ) ?>
1519
  </div>
1520
  </td>
1521
  </tr>
1522
 
1523
  <tr>
1524
  <th>
1525
- <label for="the_champ_mobile_sharing_bottom"><?php _e("Horizontal floating bar responsiveness", 'super-socializer' ); ?><img id="the_champ_mobile_sharing_bottom_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1526
  </th>
1527
  <td>
1528
- <input id="the_champ_mobile_sharing_bottom" name="the_champ_sharing[bottom_mobile_sharing]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'super-socializer' ), '<input style="width:46px" name="the_champ_sharing[horizontal_screen_width]" type="text" value="' . ( isset( $theChampSharingOptions['horizontal_screen_width'] ) ? $theChampSharingOptions['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
1529
  </td>
1530
  </tr>
1531
 
1532
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_bottom_help_cont">
1533
  <td colspan="2">
1534
  <div>
1535
- <?php _e('Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified', 'super-socializer' ) ?>
1536
  <img src="<?php echo plugins_url('../images/snaps/ss_mobile_sharing.png', __FILE__); ?>" />
1537
  </div>
1538
  </td>
@@ -1541,18 +1541,18 @@
1541
  <tbody id="the_champ_bottom_sharing_options" <?php echo isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? '' : 'style="display: none"'; ?>>
1542
  <tr>
1543
  <th>
1544
- <label for="the_champ_mobile_sharing_position"><?php _e("Horizontal floating bar position", 'super-socializer'); ?><img id="the_champ_mobile_sharing_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1545
  </th>
1546
  <td>
1547
- <input type="radio" id="bottom_sharing_position_radio_nonresponsive" <?php echo $theChampSharingOptions['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="the_champ_sharing[bottom_sharing_position_radio]" value="nonresponsive" /><label for="bottom_sharing_position_radio_nonresponsive"><?php echo sprintf( __( '%s pixels from %s', 'super-socializer' ), '<input id="the_champ_mobile_sharing_position" style="width:46px" name="the_champ_sharing[bottom_sharing_position]" type="text" value="' . ( isset( $theChampSharingOptions['bottom_sharing_position'] ) ? $theChampSharingOptions['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="the_champ_sharing[bottom_sharing_alignment]"><option value="right" ' . ( ! isset( $theChampSharingOptions['bottom_sharing_alignment'] ) || $theChampSharingOptions['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>right</option><option value="left" ' . ( isset( $theChampSharingOptions['bottom_sharing_alignment'] ) && $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>left</option></select>' ) ?></label><br/>
1548
- <input type="radio" id="bottom_sharing_position_radio_responsive" <?php echo $theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="the_champ_sharing[bottom_sharing_position_radio]" value="responsive" /><label for="bottom_sharing_position_radio_responsive"><?php _e( 'Auto-adjust according to screen width (responsive)', 'super-socializer' ); ?></label>
1549
  </td>
1550
  </tr>
1551
 
1552
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_position_help_cont">
1553
  <td colspan="2">
1554
  <div>
1555
- <?php _e('Alignment of horizontal floating interface. Number can be negative too.', 'super-socializer' ) ?>
1556
  </div>
1557
  </td>
1558
  </tr>
@@ -1581,7 +1581,7 @@
1581
 
1582
  <tr>
1583
  <th>
1584
- <label for="the_champ_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?><img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1585
  </th>
1586
  <td>
1587
  <input id="the_champ_fb_key" name="the_champ_sharing[fb_key]" type="text" value="<?php echo $theChampSharingOptions['fb_key'] ?>" />
@@ -1598,7 +1598,7 @@
1598
 
1599
  <tr>
1600
  <th>
1601
- <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?><img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1602
  </th>
1603
  <td>
1604
  <input id="the_champ_fblogin_secret" name="the_champ_sharing[fb_secret]" type="text" value="<?php echo $theChampSharingOptions['fb_secret'] ?>" />
@@ -1622,7 +1622,7 @@
1622
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1623
  <tr>
1624
  <th>
1625
- <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed", 'super-socializer'); ?><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1626
  </th>
1627
  <td>
1628
  <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1632,14 +1632,14 @@
1632
  <tr class="the_champ_help_content" id="the_champ_surl_enable_help_cont">
1633
  <td colspan="2">
1634
  <div>
1635
- <?php _e('Uses default short url permalinks without using any additional plugin', 'super-socializer' ) ?>
1636
  </div>
1637
  </td>
1638
  </tr>
1639
 
1640
  <tr>
1641
  <th>
1642
- <label for="the_champ_bitly_enable"><?php _e("Enable bit.ly url shortener for sharing", 'super-socializer' ); ?><img id="the_champ_bitly_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1643
  </th>
1644
  <td>
1645
  <input id="the_champ_bitly_enable" name="the_champ_sharing[bitly_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['bitly_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1649,14 +1649,14 @@
1649
  <tr class="the_champ_help_content" id="the_champ_bitly_enable_help_cont">
1650
  <td colspan="2">
1651
  <div>
1652
- <?php _e('Master control to enable bit.ly url shortening for sharing', 'super-socializer' ) ?>
1653
  </div>
1654
  </td>
1655
  </tr>
1656
 
1657
  <tr>
1658
  <th>
1659
- <label for="the_champ_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer' ); ?><img id="the_champ_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1660
  </th>
1661
  <td>
1662
  <input id="the_champ_bitly_token" name="the_champ_sharing[bitly_access_token]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_access_token'] ) ? $theChampSharingOptions['bitly_access_token'] : '' ?>" />
@@ -1666,7 +1666,7 @@
1666
  <tr class="the_champ_help_content" id="the_champ_bitly_token_help_cont">
1667
  <td colspan="2">
1668
  <div>
1669
- <?php echo sprintf( __( 'Login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner) and authenticate to generate access token. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer' ), 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key' ) ?>
1670
  </div>
1671
  </td>
1672
  </tr>
@@ -1677,14 +1677,14 @@
1677
  </th>
1678
  <td>
1679
  <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="shorturl_cache_loading" style="display:none" />
1680
- <div id="the_champ_cache_clear_message" style="color:green;display:none;"><?php _e('ShortUrl cache cleared successfully.', 'super-socializer' ); ?></div>
1681
  </td>
1682
  </tr>
1683
 
1684
  <tr class="the_champ_help_content" id="the_champ_clear_shorturl_cache_help_cont">
1685
  <td colspan="2">
1686
  <div>
1687
- <?php _e('Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls.', 'super-socializer' ) ?>
1688
  </div>
1689
  </td>
1690
  </tr>
@@ -1693,12 +1693,12 @@
1693
  </div>
1694
 
1695
  <div class="stuffbox">
1696
- <h3><label><?php _e( 'Share Count Cache', 'super-socializer' ) ?></label></h3>
1697
  <div class="inside">
1698
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1699
  <tr>
1700
  <th>
1701
- <label for="the_champ_share_count_cache"><?php _e( "Refresh Share Count cache every", 'super-socializer' ) ?><img id="the_champ_share_count_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
1702
  </th>
1703
  <td>
1704
  <input style="width: 50px;" id="the_champ_share_count_cache" name="the_champ_sharing[share_count_cache_refresh_count]" type="text" value="<?php echo $theChampSharingOptions['share_count_cache_refresh_count']; ?>" />
@@ -1725,14 +1725,14 @@
1725
  </th>
1726
  <td>
1727
  <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="share_count_cache_loading" style="display:none" />
1728
- <div id="the_champ_share_count_cache_clear_message" style="color:green;display:none;"><?php _e('Share Counts cache cleared successfully.', 'super-socializer' ); ?></div>
1729
  </td>
1730
  </tr>
1731
 
1732
  <tr class="the_champ_help_content" id="the_champ_clear_share_count_cache_help_cont">
1733
  <td colspan="2">
1734
  <div>
1735
- <?php _e( 'Use this to clear cached share counts', 'super-socializer' ) ?>
1736
  </div>
1737
  </td>
1738
  </tr>
@@ -1741,12 +1741,12 @@
1741
  </div>
1742
 
1743
  <div class="stuffbox">
1744
- <h3><label><?php _e('Language', 'super-socializer' );?></label></h3>
1745
  <div class="inside">
1746
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1747
  <tr>
1748
  <th>
1749
- <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer' ); ?><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1750
  </th>
1751
  <td>
1752
  <input id="the_champ_sc_language" name="the_champ_sharing[language]" type="text" value="<?php echo $theChampSharingOptions['language'] ? $theChampSharingOptions['language'] : '' ?>" />
@@ -1756,7 +1756,7 @@
1756
  <tr class="the_champ_help_content" id="the_champ_sc_language_help_cont">
1757
  <td colspan="2">
1758
  <div>
1759
- <?php echo sprintf(__('Enter the code of the language you want to use for like buttons. You can find the language codes at <a href="%s" target="_blank">this link</a>. Leave it empty for default language(English)', 'super-socializer' ), 'https://fbdevwiki.com/wiki/Locales#Complete_List_.28as_of_2012-06-10.29') ?>
1760
  </div>
1761
  </td>
1762
  </tr>
@@ -1765,12 +1765,12 @@
1765
  </div>
1766
 
1767
  <div class="stuffbox">
1768
- <h3><label><?php _e('Username in sharing', 'super-socializer' );?></label></h3>
1769
  <div class="inside">
1770
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1771
  <tr>
1772
  <th>
1773
- <label for="the_champ_twitter_username"><?php _e("Twitter username (without @)", 'super-socializer' ); ?><img id="the_champ_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1774
  </th>
1775
  <td>
1776
  <input id="the_champ_twitter_username" name="the_champ_sharing[twitter_username]" type="text" value="<?php echo isset( $theChampSharingOptions['twitter_username'] ) ? $theChampSharingOptions['twitter_username'] : '' ?>" />
@@ -1780,7 +1780,7 @@
1780
  <tr class="the_champ_help_content" id="the_champ_twitter_username_help_cont">
1781
  <td colspan="2">
1782
  <div>
1783
- <?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'super-socializer' ) ?>
1784
  <br/><img width="550" src="<?php echo plugins_url('../images/snaps/ss_twitter_username.png', __FILE__); ?>" />
1785
  </div>
1786
  </td>
@@ -1788,7 +1788,7 @@
1788
 
1789
  <tr>
1790
  <th>
1791
- <label for="the_champ_buffer_username"><?php _e("Buffer username (without @)", 'super-socializer' ); ?><img id="the_champ_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" /></label>
1792
  </th>
1793
  <td>
1794
  <input id="the_champ_buffer_username" name="the_champ_sharing[buffer_username]" type="text" value="<?php echo isset( $theChampSharingOptions['buffer_username'] ) ? $theChampSharingOptions['buffer_username'] : '' ?>" />
@@ -1798,7 +1798,7 @@
1798
  <tr class="the_champ_help_content" id="the_champ_buffer_username_help_cont">
1799
  <td colspan="2">
1800
  <div>
1801
- <?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'super-socializer' ) ?>
1802
  </div>
1803
  </td>
1804
  </tr>
@@ -1807,12 +1807,12 @@
1807
  </div>
1808
 
1809
  <div class="stuffbox">
1810
- <h3><label><?php _e( 'AMP', 'super-socializer' );?></label></h3>
1811
  <div class="inside">
1812
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1813
  <tr>
1814
  <th>
1815
- <label for="the_champ_amp_enable"><?php _e("Enable sharing on AMP pages", 'super-socializer'); ?><img id="the_champ_amp_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" /></label>
1816
  </th>
1817
  <td>
1818
  <input id="the_champ_amp_enable" name="the_champ_sharing[amp_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['amp_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
@@ -1822,7 +1822,7 @@
1822
  <tr class="the_champ_help_content" id="the_champ_amp_enable_help_cont">
1823
  <td colspan="2">
1824
  <div>
1825
- <?php _e( 'Enable this option to render sharing icons on AMP pages', 'super-socializer' ) ?>
1826
  </div>
1827
  </td>
1828
  </tr>
@@ -1866,9 +1866,9 @@
1866
  <div class="clear"></div>
1867
  <div class="the_champ_left_column">
1868
  <div class="stuffbox">
1869
- <h3><label><?php _e('Shortcode & Widget', 'super-socializer' );?></label></h3>
1870
  <div class="inside" style="padding-left:7px">
1871
- <p><a style="text-decoration:none" href="http://support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'super-socializer' ) ?></a></p>
1872
  </div>
1873
  </div>
1874
  </div>
@@ -1879,12 +1879,12 @@
1879
  <div class="clear"></div>
1880
  <div class="the_champ_left_column">
1881
  <div class="stuffbox">
1882
- <h3><label><?php _e('Facebook Sharing Troubleshooter', 'super-socializer' );?></label></h3>
1883
  <div class="inside">
1884
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1885
  <tr>
1886
  <td>
1887
- <?php _e('If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field. Click "Debug" button.', 'super-socializer' ) ?><br/>
1888
  <a style="text-decoration: none" target="_blank" href="https://developers.facebook.com/tools/debug">https://developers.facebook.com/tools/debug</a>
1889
  </td>
1890
  </tr>
@@ -1899,7 +1899,7 @@
1899
  <div class="clear"></div>
1900
  <div class="the_champ_left_column">
1901
  <div class="stuffbox">
1902
- <h3><label><?php _e('FAQ', 'super-socializer' ) ?></label></h3>
1903
  <div class="inside faq" style="padding-left:8px">
1904
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1905
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
@@ -1914,23 +1914,23 @@
1914
  <a href="javascript:void(0)"><?php _e('Why are Twitter shares not appearing even after registering at Twitcount.com?', 'super-socializer'); ?></a>
1915
  <div><?php _e("It takes some time for their service to track the shares made on Twitter from your website. If you still feel it's taking too long you can contact their support directly from their website.", 'super-socializer'); ?></div>
1916
  </p>
1917
- <p><a href="http://support.heateor.com/place-title-social-share-icons-row/" target="_blank"><?php _e('How to Place Title and Social Share Icons in the Same Row?', 'super-socializer' ) ?></a></p>
1918
- <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer' ) ?></a></p>
1919
- <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer' ) ?></a></p>
1920
  <p><a href="http://support.heateor.com/color-share-icons-not-being-updated" target="_blank"><?php _e('Why the color of share icons is not being updated?', 'super-socializer') ?></a></p>
1921
- <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why Facebook share counts are not appearing?', 'super-socializer' ) ?></a></p>
1922
- <p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'super-socializer' ) ?></a></p>
1923
- <p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'super-socializer' ) ?></a></p>
1924
- <p><a href="http://support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/" target="_blank"><?php _e('How can I specify minimum sharing count for sharing networks?', 'super-socializer' ) ?></a></p>
1925
- <p><a href="http://support.heateor.com/how-to-share-specific-page/" target="_blank"><?php _e('How to share specific page?', 'super-socializer' ) ?></a></p>
1926
- <p><a href="http://support.heateor.com/how-to-integrate-google-analytics-with-sharing" target="_blank"><?php _e('How to integrate Google Analytics with sharing?', 'super-socializer' ) ?></a></p>
1927
- <p><a href="http://support.heateor.com/how-to-customize-the-look-of-total-share-counts" target="_blank"><?php _e('How to customize the look of total share counts?', 'super-socializer' ) ?></a></p>
1928
- <p><a href="http://support.heateor.com/how-to-customize-the-look-of-individual-share-counts" target="_blank"><?php _e('How to customize the look of individual share counts?', 'super-socializer' ) ?></a></p>
1929
- <p><a href="http://support.heateor.com/how-to-show-whatsapp-icon-only-on-mobile-devices" target="_blank"><?php _e('How to show Whatsapp icon only on mobile devices?', 'super-socializer' ) ?></a></p>
1930
- <p><a href="http://support.heateor.com/how-to-hide-arrow-after-floating-sharing-bar" target="_blank"><?php _e( 'How to hide arrow after floating sharing bar?', 'super-socializer' ) ?></a></p>
1931
- <p><a href="http://support.heateor.com/why-is-share-count-not-getting-updated" target="_blank"><?php _e( 'Why is share count not getting updated?', 'super-socializer' ) ?></a></p>
1932
- <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'super-socializer' ) ?></a></p>
1933
- <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'super-socializer' ) ?></a></p>
1934
  </div>
1935
  </div>
1936
 
@@ -1941,7 +1941,7 @@
1941
  </div>
1942
  <div class="the_champ_clear"></div>
1943
  <p class="submit">
1944
- <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer' ); ?>" />
1945
  </p>
1946
  <div>
1947
  <?php
@@ -1953,7 +1953,7 @@
1953
  <div class="stuffbox">
1954
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer'); ?></label></h3>
1955
  <div class="inside" style="padding-left:10px">
1956
- <p><?php _e( 'If you can send (to hello@heateor.com) how this plugin is helping your business, we would be glad to shoutout on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer' ) ?></p>
1957
  </div>
1958
  </div>
1959
  </div>
53
 
54
  <h2 class="nav-tab-wrapper" style="height:34px">
55
  <ul>
56
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Theme Selection', 'super-socializer') ?></a></li>
57
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Standard Interface', 'super-socializer') ?></a></li>
58
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Floating Interface', 'super-socializer') ?></a></li>
59
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('Miscellaneous', 'super-socializer') ?></a></li>
60
  <?php
61
  if(heateor_ss_is_plugin_active('mycred/mycred.php')){
62
  ?>
63
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-5"><?php _e('3rd Party Integration', 'super-socializer') ?></a></li>
64
  <?php
65
  }
66
  ?>
67
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-6"><?php _e('Shortcode & Widget', 'super-socializer') ?></a></li>
68
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-7"><?php _e('Troubleshooter', 'super-socializer') ?></a></li>
69
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-8"><?php _e('FAQ', 'super-socializer') ?></a></li>
70
  </ul>
71
  </h2>
72
 
74
  <div class="clear"></div>
75
  <div class="the_champ_left_column">
76
  <div class="stuffbox">
77
+ <h3><label><?php _e('Standard interface theme', 'super-socializer');?></label></h3>
78
  <div class="inside">
79
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
80
  <tr>
81
  <th>
82
+ <label style="float:left"><?php _e("Icon Preview", 'super-socializer'); ?></label>
83
  </th>
84
  <td>
85
  <?php
151
 
152
  <tr>
153
  <td colspan="2">
154
+ <div id="the_champ_preview_message" style="color:green;display:none;margin-top:36px"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'super-socializer'); ?></div>
155
  </td>
156
  </tr>
157
 
158
  <tr>
159
  <th>
160
+ <label><?php _e("Shape", 'super-socializer'); ?></label><img id="the_champ_icon_shape_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
161
  </th>
162
  <td>
163
  <input id="the_champ_icon_round" onclick="tempHorShape = 'round';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
164
+ <label style="margin-right:10px" for="the_champ_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
165
  <input id="the_champ_icon_square" onclick="tempHorShape = 'square';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
166
+ <label style="margin-right:10px" for="the_champ_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
167
  <input id="the_champ_icon_rectangle" onclick="tempHorShape = 'rectangle';theChampSharingHorizontalPreview()" name="the_champ_sharing[horizontal_sharing_shape]" type="radio" <?php echo $sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
168
+ <label for="the_champ_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
169
  </td>
170
  </tr>
171
 
172
  <tr class="the_champ_help_content" id="the_champ_icon_shape_help_cont">
173
  <td colspan="2">
174
  <div>
175
+ <?php _e('Shape of the sharing icons', 'super-socializer') ?>
176
  </div>
177
  </td>
178
  </tr>
180
  <tbody id="the_champ_size_options" <?php echo ! isset( $theChampSharingOptions['horizontal_sharing_shape'] ) || $theChampSharingOptions['horizontal_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
181
  <tr>
182
  <th>
183
+ <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
184
  </th>
185
  <td>
186
  <input style="width:50px" id="the_champ_icon_size" name="the_champ_sharing[horizontal_sharing_size]" type="text" value="<?php echo $sharing_size; ?>" />
196
  <tr class="the_champ_help_content" id="the_champ_icon_size_help_cont">
197
  <td colspan="2">
198
  <div>
199
+ <?php _e('Size of the sharing icons', 'super-socializer') ?>
200
  </div>
201
  </td>
202
  </tr>
205
  <tbody id="the_champ_rectangle_options" <?php echo isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
206
  <tr>
207
  <th>
208
+ <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
209
  </th>
210
  <td>
211
  <input style="width:50px" id="the_champ_icon_width" name="the_champ_sharing[horizontal_sharing_width]" type="text" value="<?php echo $sharing_width; ?>" />
221
  <tr class="the_champ_help_content" id="the_champ_icon_width_help_cont">
222
  <td colspan="2">
223
  <div>
224
+ <?php _e('Width of the sharing icons', 'super-socializer') ?>
225
  </div>
226
  </td>
227
  </tr>
228
 
229
  <tr>
230
  <th>
231
+ <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
232
  </th>
233
  <td>
234
  <input style="width:50px" id="the_champ_icon_height" name="the_champ_sharing[horizontal_sharing_height]" type="text" value="<?php echo $sharing_height; ?>" />
244
  <tr class="the_champ_help_content" id="the_champ_icon_height_help_cont">
245
  <td colspan="2">
246
  <div>
247
+ <?php _e('Height of the sharing icons', 'super-socializer') ?>
248
  </div>
249
  </td>
250
  </tr>
253
  <tbody id="the_champ_border_radius_options" <?php echo isset( $theChampSharingOptions['horizontal_sharing_shape'] ) && $theChampSharingOptions['horizontal_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
254
  <tr>
255
  <th>
256
+ <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
257
  </th>
258
  <td>
259
  <input style="width:50px" id="the_champ_icon_border_radius" name="the_champ_sharing[horizontal_border_radius]" type="text" value="<?php echo $sharing_border_radius; ?>" onkeyup="theChampSharingBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampSharingBorderRadius, 'borderRadius', '0px', 'the_champ_preview')" />
263
  <tr class="the_champ_help_content" id="the_champ_icon_border_radius_help_cont">
264
  <td colspan="2">
265
  <div>
266
+ <?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'super-socializer') ?>
267
  </div>
268
  </td>
269
  </tr>
271
 
272
  <tr>
273
  <th>
274
+ <label><?php _e("Logo Color", 'super-socializer'); ?></label><img id="the_champ_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
275
  </th>
276
  <td>
277
  <script type="text/javascript">var theChampSharingTempColor = '<?php echo $sharing_color ? $sharing_color : "#fff" ?>';</script>
278
+ <label for="the_champ_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_default" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#horizontal_svg').attr('style', jQuery('#horizontal_svg').attr('style').replace(theChampSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_preview').css('color', theChampSharingTempColor.replace('%23','#')) }" name="the_champ_sharing[horizontal_font_color_default]" type="text" value="<?php echo $sharing_color; ?>" />
279
  <input name="the_champ_sharing[horizontal_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color'] : ''; ?>" />
280
+ <label style="margin-left:10px" for="the_champ_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_font_color_hover" name="the_champ_sharing[horizontal_font_color_hover]" type="text" onkeyup="" value="<?php echo $sharing_color_hover; ?>" />
281
  <input name="the_champ_sharing[horizontal_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['horizontal_sharing_replace_color_hover'] ) ? $theChampSharingOptions['horizontal_sharing_replace_color_hover'] : ''; ?>" />
282
  </td>
283
  </tr>
285
  <tr class="the_champ_help_content" id="the_champ_font_color_help_cont">
286
  <td colspan="2">
287
  <div>
288
+ <?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer') ?>
289
  </div>
290
  </td>
291
  </tr>
292
 
293
  <tr>
294
  <th>
295
+ <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
296
  </th>
297
  <td>
298
+ <label for="the_champ_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_default" name="the_champ_sharing[horizontal_bg_color_default]" type="text" onkeyup="theChampSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_preview')" value="<?php echo $horizontal_bg ?>" />
299
+ <label style="margin-left:10px" for="the_champ_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_bg_color_hover" name="the_champ_sharing[horizontal_bg_color_hover]" type="text" onkeyup="theChampSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $horizontal_bg_hover ?>" />
300
  </td>
301
  </tr>
302
 
303
  <tr class="the_champ_help_content" id="the_champ_bg_color_help_cont">
304
  <td colspan="2">
305
  <div>
306
+ <?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer') ?>
307
  </div>
308
  </td>
309
  </tr>
310
 
311
  <tr>
312
  <th>
313
+ <label><?php _e("Border", 'super-socializer'); ?></label><img id="the_champ_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
314
  </th>
315
  <td>
316
  <script type="text/javascript">var theChampBorderWidthHover = '<?php echo $border_width_hover = isset( $theChampSharingOptions['horizontal_border_width_hover'] ) ? $theChampSharingOptions['horizontal_border_width_hover'] : ''; ?>', theChampBorderColorHover = '<?php echo $border_color_hover = isset( $theChampSharingOptions['horizontal_border_color_hover'] ) ? $theChampSharingOptions['horizontal_border_color_hover'] : ''; ?>'</script>
317
+ <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
318
  <br/>
319
+ <label for="the_champ_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_default" onkeyup="theChampBorderWidth = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_preview'); theChampSharingHorizontalPreview();" name="the_champ_sharing[horizontal_border_width_default]" type="text" value="<?php echo $border_width ?>" />pixel(s)
320
+ <label style="margin-left:10px" for="the_champ_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampBorderColor = this.value.trim(); jQuery('#the_champ_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_preview')" id="the_champ_border_color_default" name="the_champ_sharing[horizontal_border_color_default]" type="text" value="<?php echo $border_color ?>" />
321
  <br/><br/>
322
+ <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
323
  <br/>
324
+ <label for="the_champ_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_width_hover" name="the_champ_sharing[horizontal_border_width_hover]" type="text" value="<?php echo $border_width_hover ?>" onkeyup="theChampBorderWidthHover = this.value.trim();" />pixel(s)
325
+ <label style="margin-left:10px" for="the_champ_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_border_color_hover" name="the_champ_sharing[horizontal_border_color_hover]" type="text" value="<?php echo $border_color_hover ?>" onkeyup="theChampBorderColorHover = this.value.trim();" />
326
  </td>
327
  </tr>
328
 
329
  <tr class="the_champ_help_content" id="the_champ_border_help_cont">
330
  <td colspan="2">
331
  <div>
332
+ <?php _e('Icon border', 'super-socializer') ?>
333
  </div>
334
  </td>
335
  </tr>
336
 
337
  <tr>
338
  <th>
339
+ <label><?php _e("Counter Position", 'super-socializer'); ?><br/><?php _e("(applies, if counter enabled)", 'super-socializer'); ?></label><img id="the_champ_counter_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
340
  </th>
341
  <td>
342
  <input id="the_champ_counter_left" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
343
+ <label style="margin-right:10px" for="the_champ_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
344
  <input id="the_champ_counter_top" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
345
+ <label style="margin-right:10px" for="the_champ_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
346
  <input id="the_champ_counter_right" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
347
+ <label style="margin-right:10px" for="the_champ_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
348
  <input id="the_champ_counter_bottom" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
349
+ <label style="margin-right:10px" for="the_champ_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
350
  <input id="the_champ_counter_inner_left" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
351
+ <label style="margin-right:10px" for="the_champ_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
352
  <input id="the_champ_counter_inner_top" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
353
+ <label style="margin-right:10px" for="the_champ_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
354
  <input id="the_champ_counter_inner_right" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
355
+ <label style="margin-right:10px" for="the_champ_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
356
  <input id="the_champ_counter_inner_bottom" name="the_champ_sharing[horizontal_counter_position]" onclick="theChampCounterPreview(this.value.trim())" type="radio" <?php echo $counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
357
+ <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
358
  </td>
359
  </tr>
360
  <script type="text/javascript">theChampCounterPreview('<?php echo $counter_position ?>');</script>
362
  <tr class="the_champ_help_content" id="the_champ_counter_help_cont">
363
  <td colspan="2">
364
  <div>
365
+ <?php _e('Position of share counter', 'super-socializer') ?>
366
  </div>
367
  </td>
368
  </tr>
372
  </div>
373
 
374
  <div class="stuffbox">
375
+ <h3><label><?php _e('Floating interface theme', 'super-socializer');?></label></h3>
376
  <div class="inside">
377
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
378
  <tr>
379
  <th>
380
+ <label style="float:left"><?php _e("Icon Preview", 'super-socializer'); ?></label>
381
  </th>
382
  <td>
383
  <?php
450
 
451
  <tr>
452
  <td colspan="2">
453
+ <div id="the_champ_vertical_preview_message" style="color:green;display:none"><?php _e('Do not forget to save the configuration after making changes by clicking the save button below', 'super-socializer'); ?></div>
454
  </td>
455
  </tr>
456
 
457
  <tr>
458
  <th>
459
+ <label><?php _e("Shape", 'super-socializer'); ?></label><img id="the_champ_vertical_sharing_icon_shape_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
460
  </th>
461
  <td>
462
  <input id="the_champ_vertical_icon_round" onclick="tempVerticalShape = 'round';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'round' ? 'checked = "checked"' : '';?> value="round" />
463
+ <label style="margin-right:10px" for="the_champ_vertical_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
464
  <input id="the_champ_vertical_icon_square" onclick="tempVerticalShape = 'square';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'square' ? 'checked = "checked"' : '';?> value="square" />
465
+ <label style="margin-right:10px" for="the_champ_vertical_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
466
  <input id="the_champ_vertical_icon_rectangle" onclick="tempVerticalShape = 'rectangle';theChampSharingVerticalPreview()" name="the_champ_sharing[vertical_sharing_shape]" type="radio" <?php echo $vertical_sharing_shape == 'rectangle' ? 'checked = "checked"' : '';?> value="rectangle" />
467
+ <label for="the_champ_vertical_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
468
  </td>
469
  </tr>
470
 
471
  <tr class="the_champ_help_content" id="the_champ_vertical_sharing_icon_shape_help_cont">
472
  <td colspan="2">
473
  <div>
474
+ <?php _e('Shape of the sharing icons', 'super-socializer') ?>
475
  </div>
476
  </td>
477
  </tr>
479
  <tbody id="the_champ_vertical_size_options" <?php echo ! isset( $theChampSharingOptions['vertical_sharing_shape'] ) || $theChampSharingOptions['vertical_sharing_shape'] != 'rectangle' ? '' : 'style="display: none"'; ?>>
480
  <tr>
481
  <th>
482
+ <label><?php _e("Size (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_sharing_icon_size_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
483
  </th>
484
  <td>
485
  <input style="width:50px" id="the_champ_vertical_sharing_icon_size" name="the_champ_sharing[vertical_sharing_size]" type="text" value="<?php echo $vertical_sharing_size; ?>" />
495
  <tr class="the_champ_help_content" id="the_champ_vertical_sharing_icon_size_help_cont">
496
  <td colspan="2">
497
  <div>
498
+ <?php _e('Size of the sharing icons', 'super-socializer') ?>
499
  </div>
500
  </td>
501
  </tr>
504
  <tbody id="the_champ_vertical_rectangle_options" <?php echo isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] == 'rectangle' ? '' : 'style="display: none"'; ?>>
505
  <tr>
506
  <th>
507
+ <label><?php _e("Width (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_width_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
508
  </th>
509
  <td>
510
  <input style="width:50px" id="the_champ_vertical_icon_width" name="the_champ_sharing[vertical_sharing_width]" type="text" value="<?php echo $vertical_sharing_width; ?>" />
520
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_width_help_cont">
521
  <td colspan="2">
522
  <div>
523
+ <?php _e('Width of the sharing icons', 'super-socializer') ?>
524
  </div>
525
  </td>
526
  </tr>
527
 
528
  <tr>
529
  <th>
530
+ <label><?php _e("Height (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_height_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
531
  </th>
532
  <td>
533
  <input style="width:50px" id="the_champ_vertical_icon_height" name="the_champ_sharing[vertical_sharing_height]" type="text" value="<?php echo $vertical_sharing_height; ?>" />
543
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_height_help_cont">
544
  <td colspan="2">
545
  <div>
546
+ <?php _e('Height of the sharing icons', 'super-socializer') ?>
547
  </div>
548
  </td>
549
  </tr>
552
  <tbody id="the_champ_vertical_border_radius_options" <?php echo isset( $theChampSharingOptions['vertical_sharing_shape'] ) && $theChampSharingOptions['vertical_sharing_shape'] != 'round' ? '' : 'style="display: none"'; ?>>
553
  <tr>
554
  <th>
555
+ <label><?php _e("Border radius (in pixels)", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_border_radius_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
556
  </th>
557
  <td>
558
  <input style="width:50px" id="the_champ_vertical_icon_border_radius" name="the_champ_sharing[vertical_border_radius]" type="text" value="<?php echo $vertical_sharing_border_radius; ?>" onkeyup="theChampVerticalBorderRadius = this.value.trim() ? this.value.trim() + 'px' : '0px';theChampUpdateSharingPreview(theChampVerticalBorderRadius, 'borderRadius', '0px', 'the_champ_vertical_preview')" />
562
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_border_radius_help_cont">
563
  <td colspan="2">
564
  <div>
565
+ <?php _e('Specify a value for rounded corners. More the value, more rounded will the corners be. Leave empty for sharp corners.', 'super-socializer') ?>
566
  </div>
567
  </td>
568
  </tr>
570
 
571
  <tr>
572
  <th>
573
+ <label><?php _e("Logo Color", 'super-socializer'); ?></label><img id="the_champ_vertical_font_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
574
  </th>
575
  <td>
576
  <script type="text/javascript">var theChampVerticalSharingTempColor = '<?php echo $vertical_sharing_color ? $vertical_sharing_color : "#fff" ?>';</script>
577
+ <label for="the_champ_vertical_font_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_default" name="the_champ_sharing[vertical_font_color_default]" onkeyup="if(this.value.trim() == '' || this.value.trim().length >= 3){ jQuery('#vertical_svg').attr('style', jQuery('#vertical_svg').attr('style').replace(theChampVerticalSharingTempColor.replace('#', '%23'), this.value.trim() ? this.value.trim().replace('#', '%23') : '%23fff')); theChampVerticalSharingTempColor = this.value.trim() ? this.value.trim() : '#fff';jQuery('#the_champ_vertical_preview').css('color', theChampVerticalSharingTempColor.replace('%23','#')) }" type="text" value="<?php echo $vertical_sharing_color ?>" />
578
  <input name="the_champ_sharing[vertical_sharing_replace_color]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color'] ) ? $theChampSharingOptions['vertical_sharing_replace_color'] : ''; ?>" />
579
+ <label style="margin-left:10px" for="the_champ_vertical_font_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_font_color_hover" name="the_champ_sharing[vertical_font_color_hover]" type="text" value="<?php echo $vertical_sharing_color_hover; ?>" />
580
  <input name="the_champ_sharing[vertical_sharing_replace_color_hover]" type="hidden" value="<?php echo isset( $theChampSharingOptions['vertical_sharing_replace_color_hover'] ) ? $theChampSharingOptions['vertical_sharing_replace_color_hover'] : ''; ?>" />
581
  </td>
582
  </tr>
584
  <tr class="the_champ_help_content" id="the_champ_vertical_font_color_help_cont">
585
  <td colspan="2">
586
  <div>
587
+ <?php _e('Specify the color or hex code (example #cc78e0) for the logo of icon. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer') ?>
588
  </div>
589
  </td>
590
  </tr>
591
 
592
  <tr>
593
  <th>
594
+ <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_icon_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
595
  </th>
596
  <td>
597
+ <label for="the_champ_vertical_icon_bg_color_default"><?php _e("Default", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_icon_bg_color_default" name="the_champ_sharing[vertical_bg_color_default]" type="text" onkeyup="theChampVerticalSharingBg = this.value.trim() ? this.value.trim() : '#3C589A'; theChampUpdateSharingPreview(this.value.trim(), 'backgroundColor', '#3C589A', 'the_champ_vertical_preview')" value="<?php echo $vertical_bg ?>" />
598
+ <label style="margin-left:10px" for="the_champ_vertical_bg_color_hover"><?php _e("On Hover", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_bg_color_hover" name="the_champ_sharing[vertical_bg_color_hover]" type="text" onkeyup="theChampVerticalSharingBgHover = this.value.trim() ? this.value.trim() : '#3C589A';" value="<?php echo $vertical_bg_hover ?>" />
599
  </td>
600
  </tr>
601
 
602
  <tr class="the_champ_help_content" id="the_champ_vertical_icon_bg_color_help_cont">
603
  <td colspan="2">
604
  <div>
605
+ <?php _e('Specify the color or hex code (example #cc78e0) for icon background. Save "transparent" for transparent background. Leave empty for default. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer') ?>
606
  </div>
607
  </td>
608
  </tr>
609
 
610
  <tr>
611
  <th>
612
+ <label><?php _e("Border", 'super-socializer'); ?></label><img id="the_champ_vertical_border_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
613
  </th>
614
  <td>
615
+ <label><strong><?php _e("Default", 'super-socializer'); ?></strong></label>
616
  <br/>
617
+ <label for="the_champ_vertical_border_width_default"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" onkeyup="theChampVerticalBorderWidth = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderWidth', '0px', 'the_champ_vertical_preview'); theChampSharingVerticalPreview();" id="the_champ_vertical_border_width_default" name="the_champ_sharing[vertical_border_width_default]" type="text" value="<?php echo $vertical_border_width ?>" />pixel(s)
618
+ <label style="margin-left:10px" for="the_champ_vertical_border_color_default"><?php _e("Border Color", 'super-socializer'); ?></label><input onkeyup="theChampVerticalBorderColor = this.value.trim(); jQuery('#the_champ_vertical_preview').css('borderStyle', 'solid'); theChampUpdateSharingPreview(this.value.trim(), 'borderColor', 'transparent', 'the_champ_vertical_preview')" style="width: 100px" id="the_champ_vertical_border_color_default" name="the_champ_sharing[vertical_border_color_default]" type="text" value="<?php echo $vertical_border_color = isset( $theChampSharingOptions['vertical_border_color_default'] ) ? $theChampSharingOptions['vertical_border_color_default'] : ''; ?>" />
619
  <br/><br/>
620
+ <label><strong><?php _e("On Hover", 'super-socializer'); ?></strong></label>
621
  <br/>
622
+ <label for="the_champ_vertical_border_width_hover"><?php _e("Border Width", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_width_hover" name="the_champ_sharing[vertical_border_width_hover]" onkeyup="theChampVerticalBorderWidthHover = this.value.trim();" type="text" value="<?php echo $vertical_border_width_hover ?>" />pixel(s)
623
+ <label style="margin-left:10px" for="the_champ_vertical_border_color_hover"><?php _e("Border Color", 'super-socializer'); ?></label><input style="width: 100px" id="the_champ_vertical_border_color_hover" name="the_champ_sharing[vertical_border_color_hover]" onkeyup="theChampVerticalBorderColorHover = this.value.trim()" type="text" value="<?php echo $vertical_border_color_hover; ?>" />
624
  </td>
625
  </tr>
626
 
627
  <tr class="the_champ_help_content" id="the_champ_vertical_border_help_cont">
628
  <td colspan="2">
629
  <div>
630
+ <?php _e('Icon border', 'super-socializer') ?>
631
  </div>
632
  </td>
633
  </tr>
634
 
635
  <tr>
636
  <th>
637
+ <label><?php _e("Counter Position", 'super-socializer'); ?><br/><?php _e("(applies, if counter enabled)", 'super-socializer'); ?></label><img id="the_champ_vertical_counter_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
638
  </th>
639
  <td>
640
  <input id="the_champ_vertical_counter_left" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'left' ? 'checked = "checked"' : '';?> value="left" />
641
+ <label style="margin-right:10px" for="the_champ_vertical_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
642
  <input id="the_champ_vertical_counter_top" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'top' ? 'checked = "checked"' : '';?> value="top" />
643
+ <label style="margin-right:10px" for="the_champ_vertical_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
644
  <input id="the_champ_vertical_counter_right" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'right' ? 'checked = "checked"' : '';?> value="right" />
645
+ <label style="margin-right:10px" for="the_champ_vertical_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
646
  <input id="the_champ_vertical_counter_bottom" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'bottom' ? 'checked = "checked"' : '';?> value="bottom" />
647
+ <label style="margin-right:10px" for="the_champ_vertical_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
648
  <input id="the_champ_vertical_counter_inner_left" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_left' ? 'checked = "checked"' : '';?> value="inner_left" />
649
+ <label style="margin-right:10px" for="the_champ_vertical_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
650
  <input id="the_champ_vertical_counter_inner_top" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_top' ? 'checked = "checked"' : '';?> value="inner_top" />
651
+ <label style="margin-right:10px" for="the_champ_vertical_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
652
  <input id="the_champ_vertical_counter_inner_right" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_right' ? 'checked = "checked"' : '';?> value="inner_right" />
653
+ <label style="margin-right:10px" for="the_champ_vertical_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
654
  <input id="the_champ_vertical_counter_inner_bottom" name="the_champ_sharing[vertical_counter_position]" onclick="theChampVerticalCounterPreview(this.value.trim())" type="radio" <?php echo $vertical_counter_position == 'inner_bottom' ? 'checked = "checked"' : '';?> value="inner_bottom" />
655
+ <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
656
  </td>
657
  </tr>
658
  <script type="text/javascript">theChampVerticalCounterPreview('<?php echo $vertical_counter_position ?>');</script>
660
  <tr class="the_champ_help_content" id="the_champ_vertical_counter_help_cont">
661
  <td colspan="2">
662
  <div>
663
+ <?php _e('Position of share counter', 'super-socializer') ?>
664
  </div>
665
  </td>
666
  </tr>
676
  <div class="the_champ_left_column">
677
 
678
  <div class="stuffbox">
679
+ <h3><label><?php _e('Standard Sharing Interface Options', 'super-socializer');?></label></h3>
680
  <div class="inside">
681
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
682
  <tr>
683
  <th>
684
+ <label for="the_champ_horizontal_enable"><?php _e("Enable Standard sharing interface", 'super-socializer'); ?></label><img id="the_champ_horizontal_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
685
  </th>
686
  <td>
687
  <input id="the_champ_horizontal_enable" onclick="theChampHorizontalSharingOptionsToggle(this)" name="the_champ_sharing[hor_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['hor_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
691
  <tr class="the_champ_help_content" id="the_champ_horizontal_enable_help_cont">
692
  <td colspan="2">
693
  <div>
694
+ <?php _e('Master control to enable standard sharing', 'super-socializer') ?>
695
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_horizontal_sharing.png', __FILE__); ?>" />
696
  </div>
697
  </td>
700
  <tbody id="the_champ_horizontal_sharing_options" <?php echo isset( $theChampSharingOptions['hor_enable'] ) ? '' : 'style="display: none"'; ?>>
701
  <tr>
702
  <th>
703
+ <label for="the_champ_horizontal_target_url"><?php _e("Target Url", 'super-socializer'); ?></label><img id="the_champ_horizontal_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
704
  </th>
705
  <td id="the_champ_target_url_column">
706
  <input id="the_champ_target_url_default" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo !isset( $theChampSharingOptions['horizontal_target_url'] ) || $theChampSharingOptions['horizontal_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
707
+ <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
708
  <input id="the_champ_target_url_home" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
709
+ <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
710
  <input id="the_champ_target_url_custom" name="the_champ_sharing[horizontal_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['horizontal_target_url'] ) && $theChampSharingOptions['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
711
+ <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
712
  <input id="the_champ_target_url_custom_url" name="the_champ_sharing[horizontal_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['horizontal_target_url_custom'] ) ? $theChampSharingOptions['horizontal_target_url_custom'] : '' ?>" />
713
  </td>
714
  </tr>
715
  <tr class="the_champ_help_content" id="the_champ_horizontal_target_url_help_cont">
716
  <td colspan="2">
717
  <div>
718
+ <?php _e('Url to share', 'super-socializer') ?>
719
  </div>
720
  </td>
721
  </tr>
722
 
723
  <tr>
724
  <th>
725
+ <label for="the_champ_fblogin_title"><?php _e("Title", 'super-socializer'); ?></label><img id="the_champ_title_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
726
  </th>
727
  <td>
728
  <input id="the_champ_fblogin_title" name="the_champ_sharing[title]" type="text" value="<?php echo isset( $theChampSharingOptions['title'] ) ? $theChampSharingOptions['title'] : '' ?>" />
732
  <tr class="the_champ_help_content" id="the_champ_title_help_cont">
733
  <td colspan="2">
734
  <div>
735
+ <?php _e('The text to display above the sharing interface', 'super-socializer') ?>
736
  </div>
737
  </td>
738
  </tr>
756
  <tbody id="the_champ_instagram_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || !in_array('instagram', $theChampSharingOptions['horizontal_re_providers']) ? 'style = "display: none"' : '';?> >
757
  <tr>
758
  <th>
759
+ <label for="the_champ_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
760
  </th>
761
  <td>
762
  <input id="the_champ_instagram_username" name="the_champ_sharing[instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
766
  <tr class="the_champ_help_content" id="the_champ_instagram_username_help_cont">
767
  <td colspan="2">
768
  <div>
769
+ <?php _e('Username of the Instagram account you want to redirect users to, on clicking the icon', 'super-socializer') ?>
770
  </div>
771
  </td>
772
  </tr>
775
  <tbody id="the_champ_comment_options" <?php echo !isset($theChampSharingOptions['horizontal_re_providers']) || ! in_array( 'Comment', $theChampSharingOptions['horizontal_re_providers'] ) ? 'style = "display: none"' : '';?> >
776
  <tr>
777
  <th>
778
+ <label for="the_champ_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
779
  </th>
780
  <td>
781
  <input id="the_champ_comment_container_id" name="the_champ_sharing[comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
785
  <tr class="the_champ_help_content" id="the_champ_comment_container_id_help_cont">
786
  <td colspan="2">
787
  <div>
788
+ <?php _e( 'HTML ID of the element you want to focus on the webpage, on click of Comment icon.', 'super-socializer') ?>
789
  </div>
790
  </td>
791
  </tr>
798
 
799
  <tr>
800
  <th>
801
+ <label><?php _e("Rearrange icons", 'super-socializer'); ?></label><img id="the_champ_ss_rearrange_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
802
  </th>
803
  </tr>
804
 
859
  <tr class="the_champ_help_content" id="the_champ_ss_rearrange_help_cont">
860
  <td colspan="2">
861
  <div>
862
+ <?php _e('Drag the icons to rearrange in desired order', 'super-socializer') ?>
863
  </div>
864
  </td>
865
  </tr>
866
 
867
  <tr>
868
  <th colspan="2">
869
+ <label><?php _e("Select Sharing Services", 'super-socializer'); ?></label><img id="the_champ_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
870
  </th>
871
  </tr>
872
 
873
  <tr class="the_champ_help_content" id="the_champ_providers_help_cont">
874
  <td colspan="2">
875
  <div>
876
+ <?php _e('Select sharing services to show in social share bar', 'super-socializer') ?>
877
  </div>
878
  </td>
879
  </tr>
891
  }
892
  ?>
893
  <div style="clear:both"></div>
894
+ <div style="width:100%; margin: 10px 0"><input type="text" onkeyup="theChampSearchSharingNetworks(this.value.trim())" placeholder="<?php _e( 'Search social network', 'super-socializer') ?>" class="search" /></div>
895
  <div style="clear:both"></div>
896
  <?php
897
  foreach($sharingNetworks as $sharingNetwork){
909
 
910
  <tr>
911
  <th>
912
+ <label for="the_champ_hor_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?></label><img id="the_champ_hor_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
913
  </th>
914
  <td>
915
  <select id="the_champ_hor_alignment" name="the_champ_sharing[hor_sharing_alignment]">
916
+ <option value="left" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'super-socializer') ?></option>
917
+ <option value="center" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'center' ? 'selected="selected"' : '' ?>><?php _e('Center', 'super-socializer') ?></option>
918
+ <option value="right" <?php echo isset( $theChampSharingOptions['hor_sharing_alignment'] ) && $theChampSharingOptions['hor_sharing_alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'super-socializer') ?></option>
919
  </select>
920
  </td>
921
  </tr>
923
  <tr class="the_champ_help_content" id="the_champ_hor_alignment_help_cont">
924
  <td colspan="2">
925
  <div>
926
+ <?php _e('Horizontal alignment of the sharing interface', 'super-socializer') ?>
927
  </div>
928
  </td>
929
  </tr>
930
 
931
  <tr>
932
  <th>
933
+ <label><?php _e("Position with respect to content", 'super-socializer'); ?></label><img id="the_champ_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
934
  </th>
935
  <td>
936
  <input id="the_champ_top" name="the_champ_sharing[top]" type="checkbox" <?php echo isset( $theChampSharingOptions['top'] ) ? 'checked = "checked"' : '';?> value="1" />
937
+ <label for="the_champ_top"><?php _e('Top of the content', 'super-socializer') ?></label><br/>
938
  <input id="the_champ_bottom" name="the_champ_sharing[bottom]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom'] ) ? 'checked = "checked"' : '';?> value="1" />
939
+ <label for="the_champ_bottom"><?php _e('Bottom of the content', 'super-socializer') ?></label>
940
  </td>
941
  </tr>
942
 
943
  <tr class="the_champ_help_content" id="the_champ_position_help_cont">
944
  <td colspan="2">
945
  <div>
946
+ <?php _e('Specify position of the sharing interface with respect to the content', 'super-socializer') ?>
947
  </div>
948
  </td>
949
  </tr>
950
 
951
  <tr>
952
  <th>
953
+ <label><?php _e("Placement", 'super-socializer'); ?></label><img id="the_champ_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
954
  </th>
955
  <td>
956
  <input id="the_champ_home" name="the_champ_sharing[home]" type="checkbox" <?php echo isset( $theChampSharingOptions['home'] ) ? 'checked = "checked"' : '';?> value="1" />
957
+ <label for="the_champ_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
958
  <input id="the_champ_post" name="the_champ_sharing[post]" type="checkbox" <?php echo isset( $theChampSharingOptions['post'] ) ? 'checked = "checked"' : '';?> value="1" />
959
+ <label for="the_champ_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
960
  <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked = "checked"' : '';?> value="1" />
961
+ <label for="the_champ_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
962
  <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
963
+ <label for="the_champ_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
964
  <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked = "checked"' : '';?> value="1" />
965
+ <label for="the_champ_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
966
  <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
967
+ <label for="the_champ_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
968
  <?php
969
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
970
  $post_types = array_diff( $post_types, array( 'post', 'page' ) );
980
  if($theChampIsBpActive){
981
  ?>
982
  <input id="the_champ_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_activity'] ) ? 'checked = "checked"' : '';?> value="1" />
983
+ <label for="the_champ_bp_activity"><?php _e('BuddyPress activity', 'super-socializer') ?></label><br/>
984
  <input id="the_champ_bp_group" name="the_champ_sharing[bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
985
+ <label for="the_champ_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer') ?></label><br/>
986
  <?php
987
  }
988
  if(function_exists('is_bbpress')){
989
  ?>
990
  <input id="the_champ_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
991
+ <label for="the_champ_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
992
  <br/>
993
  <input id="the_champ_bb_topic" name="the_champ_sharing[bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
994
+ <label for="the_champ_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
995
  <br/>
996
  <input id="the_champ_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_reply'] ) ? 'checked = "checked"' : '';?> value="1" />
997
+ <label for="the_champ_bb_reply"><?php _e('BBPress reply', 'super-socializer') ?></label>
998
  <br/>
999
  <?php
1000
  }
1001
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
1002
  ?>
1003
  <input id="the_champ_woocom_shop" name="the_champ_sharing[woocom_shop]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_shop'] ) ? 'checked = "checked"' : '';?> value="1" />
1004
+ <label for="the_champ_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer') ?></label>
1005
  <br/>
1006
  <input id="the_champ_woocom_product" name="the_champ_sharing[woocom_product]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_product'] ) ? 'checked = "checked"' : '';?> value="1" />
1007
+ <label for="the_champ_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer') ?></label>
1008
  <br/>
1009
  <input id="the_champ_woocom_thankyou" name="the_champ_sharing[woocom_thankyou]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_thankyou'] ) ? 'checked = "checked"' : '';?> value="1" />
1010
+ <label for="the_champ_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer') ?></label>
1011
  <br/>
1012
  <?php
1013
  }
1018
  <tr class="the_champ_help_content" id="the_champ_location_help_cont">
1019
  <td colspan="2">
1020
  <div>
1021
+ <?php _e('Specify the pages where you want to enable Sharing interface', 'super-socializer') ?>
1022
  </div>
1023
  </td>
1024
  </tr>
1025
 
1026
  <tr>
1027
  <th>
1028
+ <label for="the_champ_counts"><?php _e("Show share counts", 'super-socializer'); ?></label><img id="the_champ_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1029
  </th>
1030
  <td>
1031
  <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1032
  <br/>
1033
+ <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1034
+ <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1035
  </td>
1036
  </tr>
1037
 
1038
  <tr class="the_champ_help_content" id="the_champ_count_help_cont">
1039
  <td colspan="2">
1040
  <div>
1041
+ <?php _e('If enabled, share counts are displayed above sharing icons.', 'super-socializer') ?>
1042
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_share_count.png', __FILE__); ?>" />
1043
  </div>
1044
  </td>
1046
 
1047
  <tr>
1048
  <th>
1049
+ <label for="the_champ_total_hor_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_hor_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1050
  </th>
1051
  <td>
1052
  <input id="the_champ_total_hor_shares" name="the_champ_sharing[horizontal_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
1056
  <tr class="the_champ_help_content" id="the_champ_total_hor_shares_help_cont">
1057
  <td colspan="2">
1058
  <div>
1059
+ <?php _e('If enabled, total shares will be displayed with sharing icons', 'super-socializer') ?>
1060
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_horizontal_total_shares.png', __FILE__); ?>" />
1061
  </div>
1062
  </td>
1064
 
1065
  <tr>
1066
  <th>
1067
+ <label for="the_champ_hmore"><?php _e("Enable 'More' icon", 'super-socializer'); ?></label><img id="the_champ_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1068
  </th>
1069
  <td>
1070
  <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_more']) ? 'checked = "checked"' : '';?> value="1" />
1091
  <div class="clear"></div>
1092
  <div class="the_champ_left_column">
1093
  <div class="stuffbox">
1094
+ <h3><label><?php _e('Floating Sharing Interface Options', 'super-socializer');?></label></h3>
1095
  <div class="inside">
1096
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1097
  <tr>
1098
  <th>
1099
+ <label for="the_champ_vertical_enable"><?php _e("Enable Floating sharing interface", 'super-socializer'); ?></label><img id="the_champ_vertical_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1100
  </th>
1101
  <td>
1102
  <input id="the_champ_vertical_enable" onclick="theChampVerticalSharingOptionsToggle(this)" name="the_champ_sharing[vertical_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
1106
  <tr class="the_champ_help_content" id="the_champ_vertical_enable_help_cont">
1107
  <td colspan="2">
1108
  <div>
1109
+ <?php _e('Master control to enable floating sharing widget', 'super-socializer') ?>
1110
  <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_sharing.png', __FILE__); ?>" />
1111
  </div>
1112
  </td>
1115
  <tbody id="the_champ_vertical_sharing_options" <?php echo isset( $theChampSharingOptions['vertical_enable'] ) ? '' : 'style="display: none"'; ?>>
1116
  <tr>
1117
  <th>
1118
+ <label for="the_champ_vertical_target_url"><?php _e("Target Url", 'super-socializer'); ?></label><img id="the_champ_vertical_target_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1119
  </th>
1120
  <td id="the_champ_vertical_target_url_column">
1121
  <input id="the_champ_vertical_target_url_default" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo !isset( $theChampSharingOptions['vertical_target_url'] ) || $theChampSharingOptions['vertical_target_url'] == 'default' ? 'checked = "checked"' : '';?> value="default" />
1122
+ <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
1123
  <input id="the_champ_vertical_target_url_home" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
1124
+ <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
1125
  <input id="the_champ_vertical_target_url_custom" name="the_champ_sharing[vertical_target_url]" type="radio" <?php echo isset( $theChampSharingOptions['vertical_target_url'] ) && $theChampSharingOptions['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
1126
+ <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
1127
  <input id="the_champ_vertical_target_url_custom_url" name="the_champ_sharing[vertical_target_url_custom]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_target_url_custom'] ) ? $theChampSharingOptions['vertical_target_url_custom'] : '' ?>" />
1128
  </td>
1129
  </tr>
1130
  <tr class="the_champ_help_content" id="the_champ_vertical_target_url_help_cont">
1131
  <td colspan="2">
1132
  <div>
1133
+ <?php _e('Url to share', 'super-socializer') ?>
1134
  </div>
1135
  </td>
1136
  </tr>
1138
  <tbody id="the_champ_vertical_instagram_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('instagram', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1139
  <tr>
1140
  <th>
1141
+ <label for="the_champ_vertical_instagram_username"><?php _e("Instagram username", 'super-socializer'); ?></label><img id="the_champ_vertical_instagram_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1142
  </th>
1143
  <td>
1144
  <input id="the_champ_vertical_instagram_username" name="the_champ_sharing[vertical_instagram_username]" type="text" value="<?php echo $instagramUsername ?>" />
1148
  <tr class="the_champ_help_content" id="the_champ_vertical_instagram_username_help_cont">
1149
  <td colspan="2">
1150
  <div>
1151
+ <?php _e('Username of the Instagram account you want to redirect users to, on clicking the icon', 'super-socializer') ?>
1152
  </div>
1153
  </td>
1154
  </tr>
1157
  <tbody id="the_champ_vertical_comment_options" <?php echo !isset($theChampSharingOptions['vertical_re_providers']) || !in_array('Comment', $theChampSharingOptions['vertical_re_providers']) ? 'style = "display: none"' : '';?> >
1158
  <tr>
1159
  <th>
1160
+ <label for="the_champ_vertical_comment_container_id"><?php _e( "HTML ID of container element of comment form", 'super-socializer'); ?></label><img id="the_champ_vertical_comment_container_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1161
  </th>
1162
  <td>
1163
  <input id="the_champ_vertical_comment_container_id" name="the_champ_sharing[vertical_comment_container_id]" type="text" value="<?php echo $commentFormContainerId ?>" />
1167
  <tr class="the_champ_help_content" id="the_champ_vertical_comment_container_id_help_cont">
1168
  <td colspan="2">
1169
  <div>
1170
+ <?php _e( 'HTML ID of the element you want to focus on the webpage, on click of Comment icon.', 'super-socializer') ?>
1171
  </div>
1172
  </td>
1173
  </tr>
1175
 
1176
  <tr>
1177
  <th>
1178
+ <label><?php _e("Rearrange icons", 'super-socializer'); ?></label><img id="the_champ_ss_vertical_rearrange_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1179
  </th>
1180
  </tr>
1181
 
1234
  <tr class="the_champ_help_content" id="the_champ_ss_vertical_rearrange_help_cont">
1235
  <td colspan="2">
1236
  <div>
1237
+ <?php _e('Drag the icons to rearrange in desired order', 'super-socializer') ?>
1238
  </div>
1239
  </td>
1240
  </tr>
1241
 
1242
  <tr>
1243
  <th colspan="2">
1244
+ <label><?php _e("Select Sharing Services", 'super-socializer'); ?></label><img id="the_champ_vertical_providers_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1245
  </th>
1246
  </tr>
1247
 
1248
  <tr class="the_champ_help_content" id="the_champ_vertical_providers_help_cont">
1249
  <td colspan="2">
1250
  <div>
1251
+ <?php _e('Select sharing services to show in social share bar', 'super-socializer') ?>
1252
  </div>
1253
  </td>
1254
  </tr>
1266
  }
1267
  ?>
1268
  <div style="clear:both"></div>
1269
+ <div style="width:100%; margin: 10px 0"><input type="text" onkeyup="theChampSearchSharingNetworks(this.value.trim())" placeholder="<?php _e( 'Search social network', 'super-socializer') ?>" class="search" /></div>
1270
  <div style="clear:both"></div>
1271
  <?php
1272
  foreach($sharingNetworks as $sharingNetwork){
1284
 
1285
  <tr>
1286
  <th>
1287
+ <label><?php _e("Background Color", 'super-socializer'); ?></label><img id="the_champ_vertical_bg_color_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1288
  </th>
1289
  <td>
1290
  <input style="width: 100px" name="the_champ_sharing[vertical_bg]" type="text" value="<?php echo isset( $theChampSharingOptions['vertical_bg'] ) ? $theChampSharingOptions['vertical_bg'] : '' ?>" />
1294
  <tr class="the_champ_help_content" id="the_champ_vertical_bg_color_help_cont">
1295
  <td colspan="2">
1296
  <div>
1297
+ <?php _e('Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href="http://www.colorpicker.com/" target="_blank">this link</a>', 'super-socializer') ?>
1298
  </div>
1299
  </td>
1300
  </tr>
1301
 
1302
  <tr>
1303
  <th>
1304
+ <label for="the_champ_alignment"><?php _e("Horizontal alignment", 'super-socializer'); ?></label><img id="the_champ_alignment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1305
  </th>
1306
  <td>
1307
  <select onchange="theChampToggleOffset(this.value)" id="the_champ_alignment" name="the_champ_sharing[alignment]">
1308
+ <option value="left" <?php echo isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'left' ? 'selected="selected"' : '' ?>><?php _e('Left', 'super-socializer') ?></option>
1309
+ <option value="right" <?php echo isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'right' ? 'selected="selected"' : '' ?>><?php _e('Right', 'super-socializer') ?></option>
1310
  </select>
1311
  </td>
1312
  </tr>
1314
  <tr class="the_champ_help_content" id="the_champ_alignment_help_cont">
1315
  <td colspan="2">
1316
  <div>
1317
+ <?php _e('Horizontal alignment of the sharing interface', 'super-socializer') ?>
1318
  </div>
1319
  </td>
1320
  </tr>
1322
  <tbody id="the_champ_left_offset_rows" <?php echo (isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'left') ? '' : 'style="display: none"' ?>>
1323
  <tr>
1324
  <th>
1325
+ <label for="the_champ_left_offset"><?php _e("Left offset", 'super-socializer'); ?></label><img id="the_champ_left_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1326
  </th>
1327
  <td>
1328
  <input style="width: 100px" id="the_champ_left_offset" name="the_champ_sharing[left_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['left_offset'] ) ? $theChampSharingOptions['left_offset'] : '' ?>" />px
1332
  <tr class="the_champ_help_content" id="the_champ_left_offset_help_cont">
1333
  <td colspan="2">
1334
  <div>
1335
+ <?php _e('Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too.', 'super-socializer') ?>
1336
  </div>
1337
  </td>
1338
  </tr>
1341
  <tbody id="the_champ_right_offset_rows" <?php echo (isset( $theChampSharingOptions['alignment'] ) && $theChampSharingOptions['alignment'] == 'right') ? '' : 'style="display: none"' ?>>
1342
  <tr>
1343
  <th>
1344
+ <label for="the_champ_right_offset"><?php _e("Right offset", 'super-socializer'); ?></label><img id="the_champ_right_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1345
  </th>
1346
  <td>
1347
  <input style="width: 100px" id="the_champ_right_offset" name="the_champ_sharing[right_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['right_offset'] ) ? $theChampSharingOptions['right_offset'] : '' ?>" />px
1351
  <tr class="the_champ_help_content" id="the_champ_right_offset_help_cont">
1352
  <td colspan="2">
1353
  <div>
1354
+ <?php _e('Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too.', 'super-socializer') ?>
1355
  </div>
1356
  </td>
1357
  </tr>
1359
 
1360
  <tr>
1361
  <th>
1362
+ <label for="the_champ_top_offset"><?php _e("Top offset", 'super-socializer'); ?></label><img id="the_champ_top_offset_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1363
  </th>
1364
  <td>
1365
  <input style="width: 100px" id="the_champ_top_offset" name="the_champ_sharing[top_offset]" type="text" value="<?php echo isset( $theChampSharingOptions['top_offset'] ) ? $theChampSharingOptions['top_offset'] : '' ?>" />px
1369
  <tr class="the_champ_help_content" id="the_champ_top_offset_help_cont">
1370
  <td colspan="2">
1371
  <div>
1372
+ <?php _e('Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top.', 'super-socializer') ?>
1373
  </div>
1374
  </td>
1375
  </tr>
1376
 
1377
  <tr>
1378
  <th>
1379
+ <label><?php _e("Placement", 'super-socializer'); ?></label><img id="the_champ_vertical_location_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1380
  </th>
1381
  <td>
1382
  <input id="the_champ_vertical_home" name="the_champ_sharing[vertical_home]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_home'] ) ? 'checked = "checked"' : '';?> value="1" />
1383
+ <label for="the_champ_vertical_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
1384
  <input id="the_champ_vertical_post" name="the_champ_sharing[vertical_post]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_post'] ) ? 'checked = "checked"' : '';?> value="1" />
1385
+ <label for="the_champ_vertical_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
1386
  <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
1387
+ <label for="the_champ_vertical_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
1388
  <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
1389
+ <label for="the_champ_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
1390
  <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
1391
+ <label for="the_champ_vertical_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
1392
  <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
1393
+ <label for="the_champ_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
1394
  <?php
1395
  if( count( $post_types ) ) {
1396
  foreach ( $post_types as $post_type ) {
1404
  if($theChampIsBpActive){
1405
  ?>
1406
  <input id="the_champ_vertical_bp_group" name="the_champ_sharing[vertical_bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
1407
+ <label for="the_champ_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer') ?></label><br/>
1408
  <?php
1409
  }
1410
 
1412
  ?>
1413
  <br/>
1414
  <input id="the_champ_vertical_bb_forum" name="the_champ_sharing[vertical_bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
1415
+ <label for="the_champ_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
1416
  <br/>
1417
  <input id="the_champ_vertical_bb_topic" name="the_champ_sharing[vertical_bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
1418
+ <label for="the_champ_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
1419
  <?php
1420
  }
1421
  ?>
1425
  <tr class="the_champ_help_content" id="the_champ_vertical_location_help_cont">
1426
  <td colspan="2">
1427
  <div>
1428
+ <?php _e('Specify the pages where you want to enable vertical Sharing interface', 'super-socializer') ?>
1429
  </div>
1430
  </td>
1431
  </tr>
1432
 
1433
  <tr>
1434
  <th>
1435
+ <label for="the_champ_vertical_counts"><?php _e("Show share counts", 'super-socializer'); ?></label><img id="the_champ_vertical_count_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1436
  </th>
1437
  <td>
1438
  <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1439
  <br/>
1440
+ <span style="font-size:12px"><?php _e( 'Share counts are supported for Facebook, Twitter, Linkedin, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1441
+ <span class="the_champ_help_content" style="display:block"><strong><?php echo sprintf( __( 'To show Twitter share count, you have to click "Give me my Twitter counts back" button at <a href="%s" target="_blank">TwitCount.com</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer'), 'http://twitcount.com', home_url() ) ?></strong></span>
1442
  </td>
1443
  </tr>
1444
 
1453
 
1454
  <tr>
1455
  <th>
1456
+ <label for="the_champ_total_vertical_shares"><?php _e("Show total shares", 'super-socializer'); ?></label><img id="the_champ_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1457
  </th>
1458
  <td>
1459
  <input id="the_champ_total_vertical_shares" name="the_champ_sharing[vertical_total_shares]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_total_shares'] ) ? 'checked = "checked"' : '';?> value="1" />
1471
 
1472
  <tr>
1473
  <th>
1474
+ <label for="the_champ_vmore"><?php _e("Enable 'More' icon", 'super-socializer'); ?></label><img id="the_champ_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1475
  </th>
1476
  <td>
1477
  <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_more']) ? 'checked = "checked"' : '';?> value="1" />
1481
  <tr class="the_champ_help_content" id="the_champ_vmore_help_cont">
1482
  <td colspan="2">
1483
  <div>
1484
+ <?php _e('If enabled, "More" icon will be displayed after selected sharing icons which shows additional sharing networks in popup', 'super-socializer') ?>
1485
  </div>
1486
  </td>
1487
  </tr>
1488
 
1489
  <tr>
1490
  <th>
1491
+ <label for="the_champ_hslider"><?php _e("Hide floating slider", 'super-socializer'); ?></label><img id="the_champ_hslider_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1492
  </th>
1493
  <td>
1494
  <input id="the_champ_hslider" name="the_champ_sharing[hide_slider]" type="checkbox" <?php echo isset($theChampSharingOptions['hide_slider']) ? 'checked = "checked"' : '';?> value="1" />
1505
 
1506
  <tr>
1507
  <th>
1508
+ <label for="the_champ_mobile_sharing"><?php _e("Vertical floating bar responsiveness", 'super-socializer'); ?></label><img id="the_champ_mobile_sharing_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1509
  </th>
1510
  <td>
1511
+ <input id="the_champ_mobile_sharing" name="the_champ_sharing[hide_mobile_sharing]" type="checkbox" <?php echo isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Display vertical interface only when screen is wider than %s pixels', 'super-socializer'), '<input style="width:46px" name="the_champ_sharing[vertical_screen_width]" type="text" value="' . ( isset( $theChampSharingOptions['vertical_screen_width'] ) ? $theChampSharingOptions['vertical_screen_width'] : '' ) . '" />' ) ?></label>
1512
  </td>
1513
  </tr>
1514
 
1515
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_help_cont">
1516
  <td colspan="2">
1517
  <div>
1518
+ <?php _e('Display vertical interface only when screen is wider than the width specified.', 'super-socializer') ?>
1519
  </div>
1520
  </td>
1521
  </tr>
1522
 
1523
  <tr>
1524
  <th>
1525
+ <label for="the_champ_mobile_sharing_bottom"><?php _e("Horizontal floating bar responsiveness", 'super-socializer'); ?></label><img id="the_champ_mobile_sharing_bottom_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1526
  </th>
1527
  <td>
1528
+ <input id="the_champ_mobile_sharing_bottom" name="the_champ_sharing[bottom_mobile_sharing]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? 'checked = "checked"' : '';?> value="1" /><label><?php echo sprintf( __( 'Stick vertical floating interface horizontally at bottom only when screen is narrower than %s pixels', 'super-socializer'), '<input style="width:46px" name="the_champ_sharing[horizontal_screen_width]" type="text" value="' . ( isset( $theChampSharingOptions['horizontal_screen_width'] ) ? $theChampSharingOptions['horizontal_screen_width'] : '' ) . '" />' ) ?></label>
1529
  </td>
1530
  </tr>
1531
 
1532
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_bottom_help_cont">
1533
  <td colspan="2">
1534
  <div>
1535
+ <?php _e('Stick vertical floating interface horizontally at bottom only when screen is narrower than the width specified', 'super-socializer') ?>
1536
  <img src="<?php echo plugins_url('../images/snaps/ss_mobile_sharing.png', __FILE__); ?>" />
1537
  </div>
1538
  </td>
1541
  <tbody id="the_champ_bottom_sharing_options" <?php echo isset( $theChampSharingOptions['bottom_mobile_sharing'] ) ? '' : 'style="display: none"'; ?>>
1542
  <tr>
1543
  <th>
1544
+ <label for="the_champ_mobile_sharing_position"><?php _e("Horizontal floating bar position", 'super-socializer'); ?></label><img id="the_champ_mobile_sharing_position_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1545
  </th>
1546
  <td>
1547
+ <input type="radio" id="bottom_sharing_position_radio_nonresponsive" <?php echo $theChampSharingOptions['bottom_sharing_position_radio'] == 'nonresponsive' ? 'checked' : ''; ?> name="the_champ_sharing[bottom_sharing_position_radio]" value="nonresponsive" /><label for="bottom_sharing_position_radio_nonresponsive"><?php echo sprintf( __( '%s pixels from %s', 'super-socializer'), '<input id="the_champ_mobile_sharing_position" style="width:46px" name="the_champ_sharing[bottom_sharing_position]" type="text" value="' . ( isset( $theChampSharingOptions['bottom_sharing_position'] ) ? $theChampSharingOptions['bottom_sharing_position'] : '' ) . '" />', '<select style="width:63px" name="the_champ_sharing[bottom_sharing_alignment]"><option value="right" ' . ( ! isset( $theChampSharingOptions['bottom_sharing_alignment'] ) || $theChampSharingOptions['bottom_sharing_alignment'] == 'right' ? 'selected' : '' ) . '>right</option><option value="left" ' . ( isset( $theChampSharingOptions['bottom_sharing_alignment'] ) && $theChampSharingOptions['bottom_sharing_alignment'] == 'left' ? 'selected' : '' ) . '>left</option></select>' ) ?></label><br/>
1548
+ <input type="radio" id="bottom_sharing_position_radio_responsive" <?php echo $theChampSharingOptions['bottom_sharing_position_radio'] == 'responsive' ? 'checked' : ''; ?> name="the_champ_sharing[bottom_sharing_position_radio]" value="responsive" /><label for="bottom_sharing_position_radio_responsive"><?php _e( 'Auto-adjust according to screen width (responsive)', 'super-socializer'); ?></label>
1549
  </td>
1550
  </tr>
1551
 
1552
  <tr class="the_champ_help_content" id="the_champ_mobile_sharing_position_help_cont">
1553
  <td colspan="2">
1554
  <div>
1555
+ <?php _e('Alignment of horizontal floating interface. Number can be negative too.', 'super-socializer') ?>
1556
  </div>
1557
  </td>
1558
  </tr>
1581
 
1582
  <tr>
1583
  <th>
1584
+ <label for="the_champ_fb_key"><?php _e("Facebook App ID", 'super-socializer'); ?></label><img id="the_champ_fb_key_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1585
  </th>
1586
  <td>
1587
  <input id="the_champ_fb_key" name="the_champ_sharing[fb_key]" type="text" value="<?php echo $theChampSharingOptions['fb_key'] ?>" />
1598
 
1599
  <tr>
1600
  <th>
1601
+ <label for="the_champ_fblogin_secret"><?php _e("Facebook App Secret", 'super-socializer'); ?></label><img id="the_champ_fb_secret_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1602
  </th>
1603
  <td>
1604
  <input id="the_champ_fblogin_secret" name="the_champ_sharing[fb_secret]" type="text" value="<?php echo $theChampSharingOptions['fb_secret'] ?>" />
1622
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1623
  <tr>
1624
  <th>
1625
+ <label for="the_champ_surl_enable"><?php _e("Use shortlinks already installed", 'super-socializer'); ?></label><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1626
  </th>
1627
  <td>
1628
  <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
1632
  <tr class="the_champ_help_content" id="the_champ_surl_enable_help_cont">
1633
  <td colspan="2">
1634
  <div>
1635
+ <?php _e('Uses default short url permalinks without using any additional plugin', 'super-socializer') ?>
1636
  </div>
1637
  </td>
1638
  </tr>
1639
 
1640
  <tr>
1641
  <th>
1642
+ <label for="the_champ_bitly_enable"><?php _e("Enable bit.ly url shortener for sharing", 'super-socializer'); ?></label><img id="the_champ_bitly_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1643
  </th>
1644
  <td>
1645
  <input id="the_champ_bitly_enable" name="the_champ_sharing[bitly_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['bitly_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
1649
  <tr class="the_champ_help_content" id="the_champ_bitly_enable_help_cont">
1650
  <td colspan="2">
1651
  <div>
1652
+ <?php _e('Master control to enable bit.ly url shortening for sharing', 'super-socializer') ?>
1653
  </div>
1654
  </td>
1655
  </tr>
1656
 
1657
  <tr>
1658
  <th>
1659
+ <label for="the_champ_bitly_token"><?php _e("Bit.ly generic access token", 'super-socializer'); ?></label><img id="the_champ_bitly_token_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1660
  </th>
1661
  <td>
1662
  <input id="the_champ_bitly_token" name="the_champ_sharing[bitly_access_token]" type="text" value="<?php echo isset( $theChampSharingOptions['bitly_access_token'] ) ? $theChampSharingOptions['bitly_access_token'] : '' ?>" />
1666
  <tr class="the_champ_help_content" id="the_champ_bitly_token_help_cont">
1667
  <td colspan="2">
1668
  <div>
1669
+ <?php echo sprintf( __( 'Login to your bit.ly account and navigate to <strong>Profile Settings > Generic Access Token</strong> (top-right corner) and authenticate to generate access token. More details at the <a href="%s" target="_blank">link</a>', 'super-socializer'), 'https://support.sendible.com/hc/en-us/articles/360021876751-How-To-Access-Your-Bit-ly-Key' ) ?>
1670
  </div>
1671
  </td>
1672
  </tr>
1677
  </th>
1678
  <td>
1679
  <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="shorturl_cache_loading" style="display:none" />
1680
+ <div id="the_champ_cache_clear_message" style="color:green;display:none;"><?php _e('ShortUrl cache cleared successfully.', 'super-socializer'); ?></div>
1681
  </td>
1682
  </tr>
1683
 
1684
  <tr class="the_champ_help_content" id="the_champ_clear_shorturl_cache_help_cont">
1685
  <td colspan="2">
1686
  <div>
1687
+ <?php _e('Use this to delete short urls saved in database. Handy, if urls of your website have been changed but short urls are still being generated for old urls.', 'super-socializer') ?>
1688
  </div>
1689
  </td>
1690
  </tr>
1693
  </div>
1694
 
1695
  <div class="stuffbox">
1696
+ <h3><label><?php _e( 'Share Count Cache', 'super-socializer') ?></label></h3>
1697
  <div class="inside">
1698
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1699
  <tr>
1700
  <th>
1701
+ <label for="the_champ_share_count_cache"><?php _e( "Refresh Share Count cache every", 'super-socializer'); ?></label><img id="the_champ_share_count_cache_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1702
  </th>
1703
  <td>
1704
  <input style="width: 50px;" id="the_champ_share_count_cache" name="the_champ_sharing[share_count_cache_refresh_count]" type="text" value="<?php echo $theChampSharingOptions['share_count_cache_refresh_count']; ?>" />
1725
  </th>
1726
  <td>
1727
  <img src="<?php echo plugins_url('../images/ajax_loader.gif', __FILE__) ?>" id="share_count_cache_loading" style="display:none" />
1728
+ <div id="the_champ_share_count_cache_clear_message" style="color:green;display:none;"><?php _e('Share Counts cache cleared successfully.', 'super-socializer'); ?></div>
1729
  </td>
1730
  </tr>
1731
 
1732
  <tr class="the_champ_help_content" id="the_champ_clear_share_count_cache_help_cont">
1733
  <td colspan="2">
1734
  <div>
1735
+ <?php _e( 'Use this to clear cached share counts', 'super-socializer') ?>
1736
  </div>
1737
  </td>
1738
  </tr>
1741
  </div>
1742
 
1743
  <div class="stuffbox">
1744
+ <h3><label><?php _e('Language', 'super-socializer');?></label></h3>
1745
  <div class="inside">
1746
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1747
  <tr>
1748
  <th>
1749
+ <label for="the_champ_sc_language"><?php _e("Language", 'super-socializer'); ?></label><img id="the_champ_sc_language_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1750
  </th>
1751
  <td>
1752
  <input id="the_champ_sc_language" name="the_champ_sharing[language]" type="text" value="<?php echo $theChampSharingOptions['language'] ? $theChampSharingOptions['language'] : '' ?>" />
1756
  <tr class="the_champ_help_content" id="the_champ_sc_language_help_cont">
1757
  <td colspan="2">
1758
  <div>
1759
+ <?php echo sprintf(__('Enter the code of the language you want to use for like buttons. You can find the language codes at <a href="%s" target="_blank">this link</a>. Leave it empty for default language(English)', 'super-socializer'), 'https://fbdevwiki.com/wiki/Locales#Complete_List_.28as_of_2012-06-10.29') ?>
1760
  </div>
1761
  </td>
1762
  </tr>
1765
  </div>
1766
 
1767
  <div class="stuffbox">
1768
+ <h3><label><?php _e('Username in sharing', 'super-socializer');?></label></h3>
1769
  <div class="inside">
1770
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1771
  <tr>
1772
  <th>
1773
+ <label for="the_champ_twitter_username"><?php _e("Twitter username (without @)", 'super-socializer'); ?></label><img id="the_champ_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1774
  </th>
1775
  <td>
1776
  <input id="the_champ_twitter_username" name="the_champ_sharing[twitter_username]" type="text" value="<?php echo isset( $theChampSharingOptions['twitter_username'] ) ? $theChampSharingOptions['twitter_username'] : '' ?>" />
1780
  <tr class="the_champ_help_content" id="the_champ_twitter_username_help_cont">
1781
  <td colspan="2">
1782
  <div>
1783
+ <?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'super-socializer') ?>
1784
  <br/><img width="550" src="<?php echo plugins_url('../images/snaps/ss_twitter_username.png', __FILE__); ?>" />
1785
  </div>
1786
  </td>
1788
 
1789
  <tr>
1790
  <th>
1791
+ <label for="the_champ_buffer_username"><?php _e("Buffer username (without @)", 'super-socializer'); ?></label><img id="the_champ_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1792
  </th>
1793
  <td>
1794
  <input id="the_champ_buffer_username" name="the_champ_sharing[buffer_username]" type="text" value="<?php echo isset( $theChampSharingOptions['buffer_username'] ) ? $theChampSharingOptions['buffer_username'] : '' ?>" />
1798
  <tr class="the_champ_help_content" id="the_champ_buffer_username_help_cont">
1799
  <td colspan="2">
1800
  <div>
1801
+ <?php _e('Provided username will be appended after the content being shared as "via @USERNAME". Leave empty if you do not want any username in the content being shared.', 'super-socializer') ?>
1802
  </div>
1803
  </td>
1804
  </tr>
1807
  </div>
1808
 
1809
  <div class="stuffbox">
1810
+ <h3><label><?php _e( 'AMP', 'super-socializer');?></label></h3>
1811
  <div class="inside">
1812
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1813
  <tr>
1814
  <th>
1815
+ <label for="the_champ_amp_enable"><?php _e("Enable sharing on AMP pages", 'super-socializer'); ?></label><img id="the_champ_amp_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__) ?>" />
1816
  </th>
1817
  <td>
1818
  <input id="the_champ_amp_enable" name="the_champ_sharing[amp_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['amp_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
1822
  <tr class="the_champ_help_content" id="the_champ_amp_enable_help_cont">
1823
  <td colspan="2">
1824
  <div>
1825
+ <?php _e( 'Enable this option to render sharing icons on AMP pages', 'super-socializer') ?>
1826
  </div>
1827
  </td>
1828
  </tr>
1866
  <div class="clear"></div>
1867
  <div class="the_champ_left_column">
1868
  <div class="stuffbox">
1869
+ <h3><label><?php _e('Shortcode & Widget', 'super-socializer');?></label></h3>
1870
  <div class="inside" style="padding-left:7px">
1871
+ <p><a style="text-decoration:none" href="http://support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'super-socializer') ?></a></p>
1872
  </div>
1873
  </div>
1874
  </div>
1879
  <div class="clear"></div>
1880
  <div class="the_champ_left_column">
1881
  <div class="stuffbox">
1882
+ <h3><label><?php _e('Facebook Sharing Troubleshooter', 'super-socializer');?></label></h3>
1883
  <div class="inside">
1884
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
1885
  <tr>
1886
  <td>
1887
+ <?php _e('If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field. Click "Debug" button.', 'super-socializer') ?><br/>
1888
  <a style="text-decoration: none" target="_blank" href="https://developers.facebook.com/tools/debug">https://developers.facebook.com/tools/debug</a>
1889
  </td>
1890
  </tr>
1899
  <div class="clear"></div>
1900
  <div class="the_champ_left_column">
1901
  <div class="stuffbox">
1902
+ <h3><label><?php _e('FAQ', 'super-socializer') ?></label></h3>
1903
  <div class="inside faq" style="padding-left:8px">
1904
  <p><?php _e('<strong>Note:</strong> Plugin will not work on local server. You should have an online website for the plugin to function properly.', 'super-socializer'); ?></p>
1905
  <p><a href="http://support.heateor.com/why-is-sharer-not-showing-the-correct-image-title-and-other-meta-tags-content" target="_blank"><?php _e('Why is sharer not showing the correct image, title and other meta tags content?', 'super-socializer') ?></a></p>
1914
  <a href="javascript:void(0)"><?php _e('Why are Twitter shares not appearing even after registering at Twitcount.com?', 'super-socializer'); ?></a>
1915
  <div><?php _e("It takes some time for their service to track the shares made on Twitter from your website. If you still feel it's taking too long you can contact their support directly from their website.", 'super-socializer'); ?></div>
1916
  </p>
1917
+ <p><a href="http://support.heateor.com/place-title-social-share-icons-row/" target="_blank"><?php _e('How to Place Title and Social Share Icons in the Same Row?', 'super-socializer') ?></a></p>
1918
+ <p><a href="https://www.heateor.com/recover-social-share-counts/" target="_blank"><?php _e('How to restore Social Share counts lost after moving my website to SSL/Https?', 'super-socializer') ?></a></p>
1919
+ <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why is my browser blocking some features of the plugin?', 'super-socializer') ?></a></p>
1920
  <p><a href="http://support.heateor.com/color-share-icons-not-being-updated" target="_blank"><?php _e('Why the color of share icons is not being updated?', 'super-socializer') ?></a></p>
1921
+ <p><a href="http://support.heateor.com/browser-blocking-social-features/" target="_blank"><?php _e('Why Facebook share counts are not appearing?', 'super-socializer') ?></a></p>
1922
+ <p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'super-socializer') ?></a></p>
1923
+ <p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'super-socializer') ?></a></p>
1924
+ <p><a href="http://support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/" target="_blank"><?php _e('How can I specify minimum sharing count for sharing networks?', 'super-socializer') ?></a></p>
1925
+ <p><a href="http://support.heateor.com/how-to-share-specific-page/" target="_blank"><?php _e('How to share specific page?', 'super-socializer') ?></a></p>
1926
+ <p><a href="http://support.heateor.com/how-to-integrate-google-analytics-with-sharing" target="_blank"><?php _e('How to integrate Google Analytics with sharing?', 'super-socializer') ?></a></p>
1927
+ <p><a href="http://support.heateor.com/how-to-customize-the-look-of-total-share-counts" target="_blank"><?php _e('How to customize the look of total share counts?', 'super-socializer') ?></a></p>
1928
+ <p><a href="http://support.heateor.com/how-to-customize-the-look-of-individual-share-counts" target="_blank"><?php _e('How to customize the look of individual share counts?', 'super-socializer') ?></a></p>
1929
+ <p><a href="http://support.heateor.com/how-to-show-whatsapp-icon-only-on-mobile-devices" target="_blank"><?php _e('How to show Whatsapp icon only on mobile devices?', 'super-socializer') ?></a></p>
1930
+ <p><a href="http://support.heateor.com/how-to-hide-arrow-after-floating-sharing-bar" target="_blank"><?php _e( 'How to hide arrow after floating sharing bar?', 'super-socializer') ?></a></p>
1931
+ <p><a href="http://support.heateor.com/why-is-share-count-not-getting-updated" target="_blank"><?php _e( 'Why is share count not getting updated?', 'super-socializer') ?></a></p>
1932
+ <p><a href="http://support.heateor.com/why-is-there-so-much-space-between-like-buttons" target="_blank"><?php _e( 'Why is there so much space between like buttons?', 'super-socializer') ?></a></p>
1933
+ <p><a href="http://support.heateor.com/why-is-floating-share-like-button-not-appearing-at-homepage" target="_blank"><?php _e( 'Why are floating sharing/like buttons not appearing at homepage?', 'super-socializer') ?></a></p>
1934
  </div>
1935
  </div>
1936
 
1941
  </div>
1942
  <div class="the_champ_clear"></div>
1943
  <p class="submit">
1944
+ <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'super-socializer'); ?>" />
1945
  </p>
1946
  <div>
1947
  <?php
1953
  <div class="stuffbox">
1954
  <h3><label><?php _e("Instagram Shoutout", 'super-socializer'); ?></label></h3>
1955
  <div class="inside" style="padding-left:10px">
1956
+ <p><?php _e( 'If you can send (to hello@heateor.com) how this plugin is helping your business, we would be glad to shoutout on Instagram. You can also send any relevant hashtags and people to mention in the Instagram post.', 'super-socializer') ?></p>
1957
  </div>
1958
  </div>
1959
  </div>
helper.php CHANGED
@@ -150,7 +150,7 @@ add_action('admin_init', 'the_champ_options_init');
150
  */
151
  function the_champ_admin_scripts(){
152
  ?>
153
- <script>var theChampWebsiteUrl = '<?php echo esc_url(home_url()) ?>', theChampHelpBubbleTitle = "<?php echo __('Click to show help', 'super-socializer') ?>", theChampHelpBubbleCollapseTitle = "<?php echo __('Click to hide help', 'super-socializer') ?>" </script>
154
  <?php
155
  wp_enqueue_script('the_champ_admin_script', plugins_url('js/admin/admin.js', __FILE__), array('jquery', 'jquery-ui-tabs'), THE_CHAMP_SS_VERSION);
156
  }
150
  */
151
  function the_champ_admin_scripts(){
152
  ?>
153
+ <script>var theChampWebsiteUrl = '<?php echo esc_url(home_url()) ?>', theChampHelpBubbleTitle = "<?php echo __('Click to show help', 'super-socializer') ?>"; </script>
154
  <?php
155
  wp_enqueue_script('the_champ_admin_script', plugins_url('js/admin/admin.js', __FILE__), array('jquery', 'jquery-ui-tabs'), THE_CHAMP_SS_VERSION);
156
  }
js/admin/admin.js CHANGED
@@ -1 +1 @@
1
- var theChampReferrer=null,theChampReferrerVal="",theChampReferrerTabId="";function theChampEmailPopupOptions(e){jQuery(e).is(":checked")?jQuery("#the_champ_email_popup_options").css("display","block"):jQuery("#the_champ_email_popup_options").css("display","none")}function theChampCommentingOptions(e){jQuery(e).is(":checked")?jQuery("#the_champ_commenting_extra").css("display","none"):jQuery("#the_champ_commenting_extra").css("display","table-row-group")}function theChampSetReferrer(e){jQuery(theChampReferrer).val(theChampReferrerVal.substring(0,theChampReferrerVal.indexOf("#")>0?theChampReferrerVal.indexOf("#"):theChampReferrerVal.length)+e)}jQuery(document).ready(function(){jQuery("#tabs").tabs(),theChampReferrer=jQuery("input[name=_wp_http_referer]"),theChampReferrerVal=jQuery("input[name=_wp_http_referer]").val(),(theChampReferrerTabId=location.href.indexOf("#")>0?location.href.substring(location.href.indexOf("#"),location.href.length):"")&&theChampSetReferrer(theChampReferrerTabId),jQuery("#tabs ul a").click(function(){theChampSetReferrer(jQuery(this).attr("href"))}),jQuery("#the_champ_gdpr_enable").click(function(){jQuery(this).is(":checked")?jQuery("#the_champ_gdpr_options").css("display","table-row-group"):jQuery("#the_champ_gdpr_options").css("display","none")}),jQuery("#the_champ_login_redirection_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_login_redirection_custom"==jQuery(this).attr("id")?jQuery("#the_champ_login_redirection_url").css("display","block"):jQuery("#the_champ_login_redirection_url").css("display","none")}),jQuery("#the_champ_login_redirection_custom").is(":checked")?jQuery("#the_champ_login_redirection_url").css("display","block"):jQuery("#the_champ_login_redirection_url").css("display","none"),jQuery("#the_champ_register_redirection_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_register_redirection_custom"==jQuery(this).attr("id")?jQuery("#the_champ_register_redirection_url").css("display","block"):jQuery("#the_champ_register_redirection_url").css("display","none")}),jQuery("#the_champ_register_redirection_custom").is(":checked")?jQuery("#the_champ_register_redirection_url").css("display","block"):jQuery("#the_champ_register_redirection_url").css("display","none"),jQuery(".the_champ_help_bubble").attr("title",theChampHelpBubbleTitle),jQuery(".the_champ_help_bubble").toggle(function(){jQuery("#"+jQuery(this).attr("id")+"_cont").show(),jQuery(this).attr("title",theChampHelpBubbleCollapseTitle)},function(){jQuery("#"+jQuery(this).attr("id")+"_cont").hide(),jQuery(this).attr("title",theChampHelpBubbleTitle)}),jQuery("#the_champ_fb_comment_switch_wp").keyup(function(){jQuery(this).prev("span").remove(),""==jQuery(this).val().trim()?jQuery(this).before('<span style="color:red">This cannot be blank</span>'):jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_fb").val().trim()&&jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to Facebook Commenting" button</span>')}),jQuery("input#the_champ_enable_commenting, input#the_champ_login_enable, input#the_champ_counter_enable").click(function(){jQuery(this).is(":checked")?jQuery("div#tabs").css("display","block"):jQuery("div#tabs").css("display","none")}),jQuery("#the_champ_fb_comment_switch_fb").keyup(function(){jQuery(this).prev("span").remove(),""==jQuery(this).val().trim()?jQuery(this).before('<span style="color:red">This cannot be blank</span>'):jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_wp").val().trim()&&jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to WordPress Commenting" button</span>')})}),jQuery("html, body").animate({scrollTop:0});
1
+ var theChampReferrer=null,theChampReferrerVal="",theChampReferrerTabId="";function theChampEmailPopupOptions(e){jQuery(e).is(":checked")?jQuery("#the_champ_email_popup_options").css("display","block"):jQuery("#the_champ_email_popup_options").css("display","none")}function theChampCommentingOptions(e){jQuery(e).is(":checked")?jQuery("#the_champ_commenting_extra").css("display","none"):jQuery("#the_champ_commenting_extra").css("display","table-row-group")}function theChampSetReferrer(e){jQuery(theChampReferrer).val(theChampReferrerVal.substring(0,theChampReferrerVal.indexOf("#")>0?theChampReferrerVal.indexOf("#"):theChampReferrerVal.length)+e)}jQuery(document).ready(function(){jQuery("#tabs").tabs(),theChampReferrer=jQuery("input[name=_wp_http_referer]"),theChampReferrerVal=jQuery("input[name=_wp_http_referer]").val(),(theChampReferrerTabId=location.href.indexOf("#")>0?location.href.substring(location.href.indexOf("#"),location.href.length):"")&&theChampSetReferrer(theChampReferrerTabId),jQuery("#tabs ul a").click(function(){theChampSetReferrer(jQuery(this).attr("href"))}),jQuery("#the_champ_gdpr_enable").click(function(){jQuery(this).is(":checked")?jQuery("#the_champ_gdpr_options").css("display","table-row-group"):jQuery("#the_champ_gdpr_options").css("display","none")}),jQuery("#the_champ_login_redirection_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_login_redirection_custom"==jQuery(this).attr("id")?jQuery("#the_champ_login_redirection_url").css("display","block"):jQuery("#the_champ_login_redirection_url").css("display","none")}),jQuery("#the_champ_login_redirection_custom").is(":checked")?jQuery("#the_champ_login_redirection_url").css("display","block"):jQuery("#the_champ_login_redirection_url").css("display","none"),jQuery("#the_champ_register_redirection_column").find("input[type=radio]").click(function(){jQuery(this).attr("id")&&"the_champ_register_redirection_custom"==jQuery(this).attr("id")?jQuery("#the_champ_register_redirection_url").css("display","block"):jQuery("#the_champ_register_redirection_url").css("display","none")}),jQuery("#the_champ_register_redirection_custom").is(":checked")?jQuery("#the_champ_register_redirection_url").css("display","block"):jQuery("#the_champ_register_redirection_url").css("display","none"),jQuery(".the_champ_help_bubble").attr("title",theChampHelpBubbleTitle),jQuery(".the_champ_help_bubble").click(function(){jQuery("#"+jQuery(this).attr("id")+"_cont").toggle(500)}),jQuery("#the_champ_fb_comment_switch_wp").keyup(function(){jQuery(this).prev("span").remove(),""==jQuery(this).val().trim()?jQuery(this).before('<span style="color:red">This cannot be blank</span>'):jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_fb").val().trim()&&jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to Facebook Commenting" button</span>')}),jQuery("input#the_champ_enable_commenting, input#the_champ_login_enable, input#the_champ_counter_enable").click(function(){jQuery(this).is(":checked")?jQuery("div#tabs").css("display","block"):jQuery("div#tabs").css("display","none")}),jQuery("#the_champ_fb_comment_switch_fb").keyup(function(){jQuery(this).prev("span").remove(),""==jQuery(this).val().trim()?jQuery(this).before('<span style="color:red">This cannot be blank</span>'):jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_wp").val().trim()&&jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to WordPress Commenting" button</span>')})}),jQuery("html, body").animate({scrollTop:0});
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:02+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:02+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:708
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
- #: ../super_socializer.php:736
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -45,7 +45,7 @@ msgstr ""
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
- #: ../super_socializer.php:739
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -54,7 +54,7 @@ msgstr ""
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
- #: ../super_socializer.php:742
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
@@ -62,141 +62,141 @@ msgstr ""
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
- #: ../super_socializer.php:924 ../helper.php:961
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
- #: ../super_socializer.php:924
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
- #: ../super_socializer.php:928
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
- #: ../super_socializer.php:946 ../admin/social_login.php:779
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
- #: ../super_socializer.php:949
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
- #: ../super_socializer.php:1018
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
- #: ../super_socializer.php:1034
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
- #: ../super_socializer.php:1280
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
- #: ../super_socializer.php:1348 ../helper.php:883
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
- #: ../super_socializer.php:1351
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
- #: ../super_socializer.php:1355
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
- #: ../super_socializer.php:1359 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
- #: ../super_socializer.php:1363 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
- #: ../super_socializer.php:1440
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1441
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
- #: ../super_socializer.php:1446
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
154
 
155
- #: ../super_socializer.php:1690
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1692
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1703
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1712
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1721
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1730
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1739
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1750
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1759
200
  #, php-format
201
  msgid ""
202
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -204,7 +204,7 @@ msgid ""
204
  "Instagram App Secret <a href=\"%s\">here</a>"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
208
  #, php-format
209
  msgid ""
210
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -213,13 +213,13 @@ msgid ""
213
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:1793
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1817
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -227,14 +227,14 @@ msgid ""
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
231
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
232
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
233
- #: ../super_socializer.php:1980
234
  msgid "Okay"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1842
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -242,7 +242,7 @@ msgid ""
242
  "\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1867
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -250,7 +250,7 @@ msgid ""
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
- #: ../super_socializer.php:1892
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -258,13 +258,13 @@ msgid ""
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
- #: ../super_socializer.php:1903
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1925
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -272,7 +272,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1953
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -281,7 +281,7 @@ msgid ""
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:1980
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -289,7 +289,7 @@ msgid ""
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:2005
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -297,11 +297,11 @@ msgid ""
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
- #: ../super_socializer.php:2031
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -310,7 +310,7 @@ msgid ""
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
- #: ../super_socializer.php:2224
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
@@ -329,10 +329,6 @@ msgstr "إقالة هذا الإشعار"
329
  msgid "Click to show help"
330
  msgstr "إضغط للمزيد من المساعدة"
331
 
332
- #: ../helper.php:153
333
- msgid "Click to hide help"
334
- msgstr "إضغط لإخفاء المساعدة "
335
-
336
  #: ../helper.php:250
337
  #, fuzzy
338
  msgid "Add-Ons"
@@ -424,7 +420,7 @@ msgstr "صغير الرمزية رابط"
424
  msgid "Large Avatar"
425
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
426
 
427
- #: ../helper.php:898 ../admin/general_options.php:92
428
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
429
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
430
  #, fuzzy
@@ -448,7 +444,7 @@ msgstr ""
448
  msgid "Something bad happened"
449
  msgstr ""
450
 
451
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
452
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
453
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
454
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -476,20 +472,20 @@ msgstr ""
476
  "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع "
477
  "الويب الخاص بك."
478
 
479
- #: ../admin/general_options.php:38
480
  msgid "Load all Javascript files in single file"
481
  msgstr ""
482
 
483
- #: ../admin/general_options.php:48
484
  msgid "Loads Javascript in single request."
485
  msgstr ""
486
 
487
- #: ../admin/general_options.php:56
488
  #, fuzzy
489
  msgid "Delete all the options on plugin deletion"
490
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
491
 
492
- #: ../admin/general_options.php:66
493
  #, fuzzy
494
  msgid ""
495
  "If enabled, plugin options will get deleted when plugin is deleted/"
@@ -500,23 +496,23 @@ msgstr ""
500
  "المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم "
501
  "بتثبيت البرنامج المساعد في المرة القادمة."
502
 
503
- #: ../admin/general_options.php:74
504
  #, fuzzy
505
  msgid "Custom CSS"
506
  msgstr "رابط (URL) مخصّص"
507
 
508
- #: ../admin/general_options.php:84
509
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
510
  msgstr ""
511
 
512
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
513
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
514
  #: ../admin/like_buttons.php:790
515
  #, fuzzy
516
  msgid "Instagram Shoutout"
517
  msgstr "إنستاجرام"
518
 
519
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
520
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
521
  #: ../admin/like_buttons.php:792
522
  msgid ""
@@ -3381,6 +3377,9 @@ msgstr ""
3381
  msgid "RSS Feed URL:"
3382
  msgstr ""
3383
 
 
 
 
3384
  #, fuzzy
3385
  #~ msgid ""
3386
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:13+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:14+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:523
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:527 ../super_socializer.php:541
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:537
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:726
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
37
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
38
 
39
+ #: ../super_socializer.php:754
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
45
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
46
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
47
 
48
+ #: ../super_socializer.php:757
49
  #, fuzzy, php-format
50
  msgid ""
51
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
54
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
55
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
56
 
57
+ #: ../super_socializer.php:760
58
  msgid ""
59
  "Make sure cURL is enabled at your website server. You may need to contact "
60
  "the server administrator of your website to verify this"
62
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
63
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
64
 
65
+ #: ../super_socializer.php:942 ../helper.php:961
66
  msgid "Please verify your email address to login."
67
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
68
 
69
+ #: ../super_socializer.php:942
70
  msgid "Your email has been verified. Now you can login to your account"
71
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
72
 
73
+ #: ../super_socializer.php:946
74
  msgid "Notification"
75
  msgstr "تنبيهات"
76
 
77
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
78
  msgid "Email required"
79
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
80
 
81
+ #: ../super_socializer.php:967
82
  msgid "Please check your email inbox to complete the registration."
83
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
84
 
85
+ #: ../super_socializer.php:1036
86
  msgid "Leave a reply"
87
  msgstr "اترك رد"
88
 
89
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
90
  msgid "Shares"
91
  msgstr ""
92
 
93
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
94
  msgid "Share"
95
  msgstr ""
96
 
97
+ #: ../super_socializer.php:1052
98
  #, fuzzy
99
  msgid "Link copied."
100
  msgstr "شارك الأخرين عبر لنكيدان"
101
 
102
+ #: ../super_socializer.php:1298
103
  #, fuzzy
104
  msgid "Super Socializer - General Options"
105
  msgstr "آخر تسجيل دخول | Last Login"
106
 
107
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  #, fuzzy
110
  msgid "General Options"
111
  msgstr "المشاركات الأفقي"
112
 
113
+ #: ../super_socializer.php:1366 ../helper.php:883
114
  #, fuzzy
115
  msgid "Social Avatar"
116
  msgstr "صغير الرمزية رابط"
117
 
118
+ #: ../super_socializer.php:1369
119
  msgid "Small Avatar Url"
120
  msgstr "صغير الرمزية رابط"
121
 
122
+ #: ../super_socializer.php:1373
123
  #, fuzzy
124
  msgid "Large Avatar Url"
125
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
126
 
127
+ #: ../super_socializer.php:1377 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
131
  msgstr ""
132
 
133
+ #: ../super_socializer.php:1381 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr ""
136
 
137
+ #: ../super_socializer.php:1458
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1459
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
144
 
145
+ #: ../super_socializer.php:1464
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
148
 
149
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
150
  msgid "Link your social account to login to your account at this website"
151
  msgstr ""
152
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام "
153
  "الى حسابك في هذا الموقع"
154
 
155
+ #: ../super_socializer.php:1708
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1710
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1721
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1730
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1739
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1748
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1757
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1768
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1777
200
  #, php-format
201
  msgid ""
202
  "To continue using Instagram login create a new Instagram App as described <a "
204
  "Instagram App Secret <a href=\"%s\">here</a>"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
208
  #, php-format
209
  msgid ""
210
  "To continue using bitly url shortener, login to your bit.ly account and "
213
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1811
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1835
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
231
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
232
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
233
+ #: ../super_socializer.php:1998
234
  msgid "Okay"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1860
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
242
  "\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1885
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:1910
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:1921
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1943
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1971
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1998
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2023
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2049
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:2242
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
329
  msgid "Click to show help"
330
  msgstr "إضغط للمزيد من المساعدة"
331
 
 
 
 
 
332
  #: ../helper.php:250
333
  #, fuzzy
334
  msgid "Add-Ons"
420
  msgid "Large Avatar"
421
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
422
 
423
+ #: ../helper.php:898 ../admin/general_options.php:89
424
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  #, fuzzy
444
  msgid "Something bad happened"
445
  msgstr ""
446
 
447
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
448
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
449
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
450
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
472
  "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع "
473
  "الويب الخاص بك."
474
 
475
+ #: ../admin/general_options.php:37
476
  msgid "Load all Javascript files in single file"
477
  msgstr ""
478
 
479
+ #: ../admin/general_options.php:47
480
  msgid "Loads Javascript in single request."
481
  msgstr ""
482
 
483
+ #: ../admin/general_options.php:54
484
  #, fuzzy
485
  msgid "Delete all the options on plugin deletion"
486
  msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
487
 
488
+ #: ../admin/general_options.php:64
489
  #, fuzzy
490
  msgid ""
491
  "If enabled, plugin options will get deleted when plugin is deleted/"
496
  "المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم "
497
  "بتثبيت البرنامج المساعد في المرة القادمة."
498
 
499
+ #: ../admin/general_options.php:71
500
  #, fuzzy
501
  msgid "Custom CSS"
502
  msgstr "رابط (URL) مخصّص"
503
 
504
+ #: ../admin/general_options.php:81
505
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
506
  msgstr ""
507
 
508
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
509
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
510
  #: ../admin/like_buttons.php:790
511
  #, fuzzy
512
  msgid "Instagram Shoutout"
513
  msgstr "إنستاجرام"
514
 
515
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
516
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
517
  #: ../admin/like_buttons.php:792
518
  msgid ""
3377
  msgid "RSS Feed URL:"
3378
  msgstr ""
3379
 
3380
+ #~ msgid "Click to hide help"
3381
+ #~ msgstr "إضغط لإخفاء المساعدة "
3382
+
3383
  #, fuzzy
3384
  #~ msgid ""
3385
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -38,7 +38,7 @@ msgstr ""
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
- #: ../super_socializer.php:736
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
- #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
- #: ../super_socializer.php:742
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -65,67 +65,67 @@ msgstr ""
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
- #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
- #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
- #: ../super_socializer.php:928
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
- #: ../super_socializer.php:946 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
- #: ../super_socializer.php:949
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
- #: ../super_socializer.php:1018
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
- #: ../super_socializer.php:1034
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
- #: ../super_socializer.php:1280
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
- #: ../super_socializer.php:1348 ../helper.php:883
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
- #: ../super_socializer.php:1351
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
- #: ../super_socializer.php:1355
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
- #: ../super_socializer.php:1359 ../helper.php:886
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
@@ -133,75 +133,75 @@ msgstr ""
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
- #: ../super_socializer.php:1363 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
- #: ../super_socializer.php:1440
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1441
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
- #: ../super_socializer.php:1446
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
- #: ../super_socializer.php:1690
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1692
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1703
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1712
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1721
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1730
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1739
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1750
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1759
205
  #, php-format
206
  msgid ""
207
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -209,7 +209,7 @@ msgid ""
209
  "Instagram App Secret <a href=\"%s\">here</a>"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
213
  #, php-format
214
  msgid ""
215
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -218,13 +218,13 @@ msgid ""
218
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1793
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1817
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -232,14 +232,14 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
236
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
237
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
238
- #: ../super_socializer.php:1980
239
  msgid "Okay"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1842
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -247,7 +247,7 @@ msgid ""
247
  "\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1867
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -255,7 +255,7 @@ msgid ""
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1892
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -263,13 +263,13 @@ msgid ""
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
- #: ../super_socializer.php:1903
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
- #: ../super_socializer.php:1925
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -277,7 +277,7 @@ msgid ""
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
- #: ../super_socializer.php:1953
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -286,7 +286,7 @@ msgid ""
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
- #: ../super_socializer.php:1980
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -294,7 +294,7 @@ msgid ""
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:2005
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -302,11 +302,11 @@ msgid ""
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
- #: ../super_socializer.php:2031
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -315,7 +315,7 @@ msgid ""
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
- #: ../super_socializer.php:2224
319
  msgid ""
320
  "Your browser is blocking some features of this website. Please follow the "
321
  "instructions at {support_url} to unblock these."
@@ -333,10 +333,6 @@ msgstr "No volver a mostrar este aviso"
333
  msgid "Click to show help"
334
  msgstr "Pulsa para mostrar la ayuda"
335
 
336
- #: ../helper.php:153
337
- msgid "Click to hide help"
338
- msgstr "Pulsa para ocultar la ayuda"
339
-
340
  #: ../helper.php:250
341
  #, fuzzy
342
  msgid "Add-Ons"
@@ -420,7 +416,7 @@ msgstr "Avatar Pequeño"
420
  msgid "Large Avatar"
421
  msgstr "Avatar Grande"
422
 
423
- #: ../helper.php:898 ../admin/general_options.php:92
424
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
@@ -443,7 +439,7 @@ msgstr ""
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -469,19 +465,19 @@ msgstr ""
469
  "Si está activo (recomendado), los archivos JavaScript serán incluidos en el "
470
  "pie de página de tu sitio web."
471
 
472
- #: ../admin/general_options.php:38
473
  msgid "Load all Javascript files in single file"
474
  msgstr "Cargar todos los archivos JavaScript en un solo archivo"
475
 
476
- #: ../admin/general_options.php:48
477
  msgid "Loads Javascript in single request."
478
  msgstr "Carga JavaScript en una única petición."
479
 
480
- #: ../admin/general_options.php:56
481
  msgid "Delete all the options on plugin deletion"
482
  msgstr "Eliminar todas las opciones al eliminar el Plugin"
483
 
484
- #: ../admin/general_options.php:66
485
  msgid ""
486
  "If enabled, plugin options will get deleted when plugin is deleted/"
487
  "uninstalled and you will need to reconfigure the options when you install "
@@ -491,24 +487,24 @@ msgstr ""
491
  "el plugin, de manera que tendrá que volver a configurarlas cuando vuelva a "
492
  "instalar el plugin."
493
 
494
- #: ../admin/general_options.php:74
495
  msgid "Custom CSS"
496
  msgstr "CSS Personalizado"
497
 
498
- #: ../admin/general_options.php:84
499
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
500
  msgstr ""
501
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
502
  "style&gt;)"
503
 
504
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
505
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
506
  #: ../admin/like_buttons.php:790
507
  #, fuzzy
508
  msgid "Instagram Shoutout"
509
  msgstr "Instagram"
510
 
511
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
512
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
513
  #: ../admin/like_buttons.php:792
514
  msgid ""
@@ -3208,6 +3204,9 @@ msgstr ""
3208
  msgid "RSS Feed URL:"
3209
  msgstr ""
3210
 
 
 
 
3211
  #, fuzzy
3212
  #~ msgid "bit.ly Login"
3213
  #~ msgstr "Ingreso a través de redes sociales"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:13+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:13+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:523
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:527 ../super_socializer.php:541
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:537
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:726
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
38
  "posible que necesites contactar con el administrador de tu servidor para "
39
  "verificar esto"
40
 
41
+ #: ../super_socializer.php:754
42
  #, fuzzy, php-format
43
  msgid ""
44
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
48
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
49
 
50
+ #: ../super_socializer.php:757
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
57
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
58
 
59
+ #: ../super_socializer.php:760
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
65
  "posible que necesites contactar con el administrador de tu servidor para "
66
  "verificar esto"
67
 
68
+ #: ../super_socializer.php:942 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Por favor verifica tu dirección de email para ingresar."
71
 
72
+ #: ../super_socializer.php:942
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
75
 
76
+ #: ../super_socializer.php:946
77
  msgid "Notification"
78
  msgstr "Notificación"
79
 
80
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "Email requerido"
83
 
84
+ #: ../super_socializer.php:967
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr ""
87
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
88
  "registro."
89
 
90
+ #: ../super_socializer.php:1036
91
  msgid "Leave a reply"
92
  msgstr "Deja una respuesta"
93
 
94
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
95
  msgid "Shares"
96
  msgstr ""
97
 
98
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
99
  msgid "Share"
100
  msgstr ""
101
 
102
+ #: ../super_socializer.php:1052
103
  #, fuzzy
104
  msgid "Link copied."
105
  msgstr "LinkedIn"
106
 
107
+ #: ../super_socializer.php:1298
108
  msgid "Super Socializer - General Options"
109
  msgstr "Super Socializer - Opciones Generales"
110
 
111
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
112
  #: ../admin/social_commenting.php:47
113
  msgid "General Options"
114
  msgstr "Opciones Generales"
115
 
116
+ #: ../super_socializer.php:1366 ../helper.php:883
117
  msgid "Social Avatar"
118
  msgstr "Avatar Social"
119
 
120
+ #: ../super_socializer.php:1369
121
  msgid "Small Avatar Url"
122
  msgstr "Url de Avatar Pequeño"
123
 
124
+ #: ../super_socializer.php:1373
125
  msgid "Large Avatar Url"
126
  msgstr "Url de Avatar Grande"
127
 
128
+ #: ../super_socializer.php:1377 ../helper.php:886
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
133
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
134
  "próxima vez | Social Login"
135
 
136
+ #: ../super_socializer.php:1381 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
139
 
140
+ #: ../super_socializer.php:1458
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1459
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "El email que has escrito ya está registrado o no es válido"
147
 
148
+ #: ../super_socializer.php:1464
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr ""
151
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
152
  "verificarla"
153
 
154
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
155
  msgid "Link your social account to login to your account at this website"
156
  msgstr ""
157
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
158
  "web "
159
 
160
+ #: ../super_socializer.php:1708
161
  msgid "Thanks for installing Super Socializer plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1710
165
  msgid "Configure the Plugin"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1721
169
  msgid ""
170
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
171
  "current version of Super Socializer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1730
175
  msgid ""
176
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1739
181
  msgid ""
182
  "Update \"Social Login Buttons\" add-on for compatibility with current "
183
  "version of Super Socializer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1748
187
  msgid ""
188
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socializer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1757
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
195
  "with current version of Super Socializer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1768
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1777
205
  #, php-format
206
  msgid ""
207
  "To continue using Instagram login create a new Instagram App as described <a "
209
  "Instagram App Secret <a href=\"%s\">here</a>"
210
  msgstr ""
211
 
212
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
213
  #, php-format
214
  msgid ""
215
  "To continue using bitly url shortener, login to your bit.ly account and "
218
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1811
222
  #, php-format
223
  msgid ""
224
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
225
  msgstr ""
226
 
227
+ #: ../super_socializer.php:1835
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
236
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
237
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
238
+ #: ../super_socializer.php:1998
239
  msgid "Okay"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1860
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
247
  "\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1885
251
  #, php-format
252
  msgid ""
253
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
255
  "target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1910
259
  #, php-format
260
  msgid ""
261
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
263
  "target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1921
267
  #, php-format
268
  msgid ""
269
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
270
  msgstr ""
271
 
272
+ #: ../super_socializer.php:1943
273
  #, php-format
274
  msgid ""
275
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
277
  "\"%s\" target=\"_blank\">here</a>"
278
  msgstr ""
279
 
280
+ #: ../super_socializer.php:1971
281
  #, php-format
282
  msgid ""
283
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
286
  "your website %s with them. No need to copy-paste any code from their website."
287
  msgstr ""
288
 
289
+ #: ../super_socializer.php:1998
290
  #, php-format
291
  msgid ""
292
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
294
  "\"%s\" target=\"_blank\">here</a>"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:2023
298
  #, php-format
299
  msgid ""
300
  "If you cannot get Linkedin login to work after updating the plugin, replace "
302
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
306
  msgid "Dismiss"
307
  msgstr ""
308
 
309
+ #: ../super_socializer.php:2049
310
  #, php-format
311
  msgid ""
312
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
315
  "that, clear share counts cache from \"Miscellaneous\" section"
316
  msgstr ""
317
 
318
+ #: ../super_socializer.php:2242
319
  msgid ""
320
  "Your browser is blocking some features of this website. Please follow the "
321
  "instructions at {support_url} to unblock these."
333
  msgid "Click to show help"
334
  msgstr "Pulsa para mostrar la ayuda"
335
 
 
 
 
 
336
  #: ../helper.php:250
337
  #, fuzzy
338
  msgid "Add-Ons"
416
  msgid "Large Avatar"
417
  msgstr "Avatar Grande"
418
 
419
+ #: ../helper.php:898 ../admin/general_options.php:89
420
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
421
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
422
  msgid "Save Changes"
439
  msgid "Something bad happened"
440
  msgstr ""
441
 
442
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
443
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
444
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
445
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
465
  "Si está activo (recomendado), los archivos JavaScript serán incluidos en el "
466
  "pie de página de tu sitio web."
467
 
468
+ #: ../admin/general_options.php:37
469
  msgid "Load all Javascript files in single file"
470
  msgstr "Cargar todos los archivos JavaScript en un solo archivo"
471
 
472
+ #: ../admin/general_options.php:47
473
  msgid "Loads Javascript in single request."
474
  msgstr "Carga JavaScript en una única petición."
475
 
476
+ #: ../admin/general_options.php:54
477
  msgid "Delete all the options on plugin deletion"
478
  msgstr "Eliminar todas las opciones al eliminar el Plugin"
479
 
480
+ #: ../admin/general_options.php:64
481
  msgid ""
482
  "If enabled, plugin options will get deleted when plugin is deleted/"
483
  "uninstalled and you will need to reconfigure the options when you install "
487
  "el plugin, de manera que tendrá que volver a configurarlas cuando vuelva a "
488
  "instalar el plugin."
489
 
490
+ #: ../admin/general_options.php:71
491
  msgid "Custom CSS"
492
  msgstr "CSS Personalizado"
493
 
494
+ #: ../admin/general_options.php:81
495
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "Puede especificar cualesquiera reglas adicionales CSS (sin la etiqueta &lt;"
498
  "style&gt;)"
499
 
500
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
501
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
502
  #: ../admin/like_buttons.php:790
503
  #, fuzzy
504
  msgid "Instagram Shoutout"
505
  msgstr "Instagram"
506
 
507
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
508
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
509
  #: ../admin/like_buttons.php:792
510
  msgid ""
3204
  msgid "RSS Feed URL:"
3205
  msgstr ""
3206
 
3207
+ #~ msgid "Click to hide help"
3208
+ #~ msgstr "Pulsa para ocultar la ayuda"
3209
+
3210
  #, fuzzy
3211
  #~ msgid "bit.ly Login"
3212
  #~ msgstr "Ingreso a través de redes sociales"
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
- #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
- #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
- #: ../super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,139 +65,139 @@ msgstr ""
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
- #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
- #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
- #: ../super_socializer.php:928
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
- #: ../super_socializer.php:946 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
- #: ../super_socializer.php:949
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
- #: ../super_socializer.php:1018
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
- #: ../super_socializer.php:1034
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1280
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
- #: ../super_socializer.php:1348 ../helper.php:883
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
- #: ../super_socializer.php:1351
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
- #: ../super_socializer.php:1355
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
- #: ../super_socializer.php:1359 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1363 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1440
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1441
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
- #: ../super_socializer.php:1446
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
- #: ../super_socializer.php:1690
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
- #: ../super_socializer.php:1692
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1703
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1712
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1721
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1730
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1739
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1750
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1759
201
  #, php-format
202
  msgid ""
203
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -205,7 +205,7 @@ msgid ""
205
  "Instagram App Secret <a href=\"%s\">here</a>"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
209
  #, php-format
210
  msgid ""
211
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -214,13 +214,13 @@ msgid ""
214
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1793
218
  #, php-format
219
  msgid ""
220
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1817
224
  #, php-format
225
  msgid ""
226
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -228,14 +228,14 @@ msgid ""
228
  "target=\"_blank\">here</a>"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
232
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
233
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
234
- #: ../super_socializer.php:1980
235
  msgid "Okay"
236
  msgstr ""
237
 
238
- #: ../super_socializer.php:1842
239
  #, php-format
240
  msgid ""
241
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -243,7 +243,7 @@ msgid ""
243
  "\">here</a>"
244
  msgstr ""
245
 
246
- #: ../super_socializer.php:1867
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -251,7 +251,7 @@ msgid ""
251
  "target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
- #: ../super_socializer.php:1892
255
  #, php-format
256
  msgid ""
257
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -259,13 +259,13 @@ msgid ""
259
  "target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
- #: ../super_socializer.php:1903
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1925
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -273,7 +273,7 @@ msgid ""
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:1953
277
  #, php-format
278
  msgid ""
279
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -282,7 +282,7 @@ msgid ""
282
  "your website %s with them. No need to copy-paste any code from their website."
283
  msgstr ""
284
 
285
- #: ../super_socializer.php:1980
286
  #, php-format
287
  msgid ""
288
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -290,7 +290,7 @@ msgid ""
290
  "\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
- #: ../super_socializer.php:2005
294
  #, php-format
295
  msgid ""
296
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -298,11 +298,11 @@ msgid ""
298
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
299
  msgstr ""
300
 
301
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
302
  msgid "Dismiss"
303
  msgstr ""
304
 
305
- #: ../super_socializer.php:2031
306
  #, php-format
307
  msgid ""
308
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -311,7 +311,7 @@ msgid ""
311
  "that, clear share counts cache from \"Miscellaneous\" section"
312
  msgstr ""
313
 
314
- #: ../super_socializer.php:2224
315
  msgid ""
316
  "Your browser is blocking some features of this website. Please follow the "
317
  "instructions at {support_url} to unblock these."
@@ -330,10 +330,6 @@ msgstr "Utasítsa el ezt az értesítést"
330
  msgid "Click to show help"
331
  msgstr "Kattintson megmutatni segítség"
332
 
333
- #: ../helper.php:153
334
- msgid "Click to hide help"
335
- msgstr "Elrejtéséhez kattintson segítség"
336
-
337
  #: ../helper.php:250
338
  #, fuzzy
339
  msgid "Add-Ons"
@@ -425,7 +421,7 @@ msgstr "Kis Avatar URL"
425
  msgid "Large Avatar"
426
  msgstr "Cél Url"
427
 
428
- #: ../helper.php:898 ../admin/general_options.php:92
429
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
430
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
431
  msgid "Save Changes"
@@ -448,7 +444,7 @@ msgstr ""
448
  msgid "Something bad happened"
449
  msgstr ""
450
 
451
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
452
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
453
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
454
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -474,19 +470,19 @@ msgstr ""
474
  "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön "
475
  "honlapján."
476
 
477
- #: ../admin/general_options.php:38
478
  msgid "Load all Javascript files in single file"
479
  msgstr ""
480
 
481
- #: ../admin/general_options.php:48
482
  msgid "Loads Javascript in single request."
483
  msgstr ""
484
 
485
- #: ../admin/general_options.php:56
486
  msgid "Delete all the options on plugin deletion"
487
  msgstr "Minden beállítás törlése a plugin törlésekor"
488
 
489
- #: ../admin/general_options.php:66
490
  msgid ""
491
  "If enabled, plugin options will get deleted when plugin is deleted/"
492
  "uninstalled and you will need to reconfigure the options when you install "
@@ -496,23 +492,23 @@ msgstr ""
496
  "eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted "
497
  "azt."
498
 
499
- #: ../admin/general_options.php:74
500
  #, fuzzy
501
  msgid "Custom CSS"
502
  msgstr "Egyedi URL"
503
 
504
- #: ../admin/general_options.php:84
505
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
506
  msgstr ""
507
 
508
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
509
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
510
  #: ../admin/like_buttons.php:790
511
  #, fuzzy
512
  msgid "Instagram Shoutout"
513
  msgstr "Instagram"
514
 
515
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
516
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
517
  #: ../admin/like_buttons.php:792
518
  msgid ""
@@ -3193,6 +3189,9 @@ msgstr ""
3193
  msgid "RSS Feed URL:"
3194
  msgstr ""
3195
 
 
 
 
3196
  #, fuzzy
3197
  #~ msgid ""
3198
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:13+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:13+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:523
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:527 ../super_socializer.php:541
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:537
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:726
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
38
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
39
 
40
+ #: ../super_socializer.php:754
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
48
  "lépés %s)"
49
 
50
+ #: ../super_socializer.php:757
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
58
  "lépés %s)"
59
 
60
+ #: ../super_socializer.php:760
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
66
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
67
 
68
+ #: ../super_socializer.php:942 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
71
 
72
+ #: ../super_socializer.php:942
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
75
 
76
+ #: ../super_socializer.php:946
77
  msgid "Notification"
78
  msgstr "Értesítés"
79
 
80
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
81
  msgid "Email required"
82
  msgstr "E-mail cím szükséges"
83
 
84
+ #: ../super_socializer.php:967
85
  msgid "Please check your email inbox to complete the registration."
86
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
87
 
88
+ #: ../super_socializer.php:1036
89
  msgid "Leave a reply"
90
  msgstr "Válaszolj"
91
 
92
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
93
  msgid "Shares"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
97
  msgid "Share"
98
  msgstr ""
99
 
100
+ #: ../super_socializer.php:1052
101
  #, fuzzy
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1298
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
+ #: ../super_socializer.php:1366 ../helper.php:883
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
+ #: ../super_socializer.php:1369
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
+ #: ../super_socializer.php:1373
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
+ #: ../super_socializer.php:1377 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1381 ../helper.php:887
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1458
141
  msgid "Login with your Social ID"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1459
145
  msgid "Email you entered is already registered or invalid"
146
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
147
 
148
+ #: ../super_socializer.php:1464
149
  msgid "Please enter a valid email address. You might be required to verify it"
150
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
151
 
152
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
153
  msgid "Link your social account to login to your account at this website"
154
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
155
 
156
+ #: ../super_socializer.php:1708
157
  msgid "Thanks for installing Super Socializer plugin"
158
  msgstr ""
159
 
160
+ #: ../super_socializer.php:1710
161
  msgid "Configure the Plugin"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1721
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socializer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1730
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socializer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1739
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socializer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1748
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socializer"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1757
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socializer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1768
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1777
201
  #, php-format
202
  msgid ""
203
  "To continue using Instagram login create a new Instagram App as described <a "
205
  "Instagram App Secret <a href=\"%s\">here</a>"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
209
  #, php-format
210
  msgid ""
211
  "To continue using bitly url shortener, login to your bit.ly account and "
214
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1811
218
  #, php-format
219
  msgid ""
220
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1835
224
  #, php-format
225
  msgid ""
226
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
228
  "target=\"_blank\">here</a>"
229
  msgstr ""
230
 
231
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
232
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
233
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
234
+ #: ../super_socializer.php:1998
235
  msgid "Okay"
236
  msgstr ""
237
 
238
+ #: ../super_socializer.php:1860
239
  #, php-format
240
  msgid ""
241
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
243
  "\">here</a>"
244
  msgstr ""
245
 
246
+ #: ../super_socializer.php:1885
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
251
  "target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:1910
255
  #, php-format
256
  msgid ""
257
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
259
  "target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
+ #: ../super_socializer.php:1921
263
  #, php-format
264
  msgid ""
265
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1943
269
  #, php-format
270
  msgid ""
271
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:1971
277
  #, php-format
278
  msgid ""
279
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
282
  "your website %s with them. No need to copy-paste any code from their website."
283
  msgstr ""
284
 
285
+ #: ../super_socializer.php:1998
286
  #, php-format
287
  msgid ""
288
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
290
  "\"%s\" target=\"_blank\">here</a>"
291
  msgstr ""
292
 
293
+ #: ../super_socializer.php:2023
294
  #, php-format
295
  msgid ""
296
  "If you cannot get Linkedin login to work after updating the plugin, replace "
298
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
299
  msgstr ""
300
 
301
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
302
  msgid "Dismiss"
303
  msgstr ""
304
 
305
+ #: ../super_socializer.php:2049
306
  #, php-format
307
  msgid ""
308
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
311
  "that, clear share counts cache from \"Miscellaneous\" section"
312
  msgstr ""
313
 
314
+ #: ../super_socializer.php:2242
315
  msgid ""
316
  "Your browser is blocking some features of this website. Please follow the "
317
  "instructions at {support_url} to unblock these."
330
  msgid "Click to show help"
331
  msgstr "Kattintson megmutatni segítség"
332
 
 
 
 
 
333
  #: ../helper.php:250
334
  #, fuzzy
335
  msgid "Add-Ons"
421
  msgid "Large Avatar"
422
  msgstr "Cél Url"
423
 
424
+ #: ../helper.php:898 ../admin/general_options.php:89
425
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
426
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
427
  msgid "Save Changes"
444
  msgid "Something bad happened"
445
  msgstr ""
446
 
447
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
448
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
449
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
450
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
470
  "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön "
471
  "honlapján."
472
 
473
+ #: ../admin/general_options.php:37
474
  msgid "Load all Javascript files in single file"
475
  msgstr ""
476
 
477
+ #: ../admin/general_options.php:47
478
  msgid "Loads Javascript in single request."
479
  msgstr ""
480
 
481
+ #: ../admin/general_options.php:54
482
  msgid "Delete all the options on plugin deletion"
483
  msgstr "Minden beállítás törlése a plugin törlésekor"
484
 
485
+ #: ../admin/general_options.php:64
486
  msgid ""
487
  "If enabled, plugin options will get deleted when plugin is deleted/"
488
  "uninstalled and you will need to reconfigure the options when you install "
492
  "eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted "
493
  "azt."
494
 
495
+ #: ../admin/general_options.php:71
496
  #, fuzzy
497
  msgid "Custom CSS"
498
  msgstr "Egyedi URL"
499
 
500
+ #: ../admin/general_options.php:81
501
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
502
  msgstr ""
503
 
504
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
505
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
506
  #: ../admin/like_buttons.php:790
507
  #, fuzzy
508
  msgid "Instagram Shoutout"
509
  msgstr "Instagram"
510
 
511
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
512
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
513
  #: ../admin/like_buttons.php:792
514
  msgid ""
3189
  msgid "RSS Feed URL:"
3190
  msgstr ""
3191
 
3192
+ #~ msgid "Click to hide help"
3193
+ #~ msgstr "Elrejtéséhez kattintson segítség"
3194
+
3195
  #, fuzzy
3196
  #~ msgid ""
3197
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -16,19 +16,19 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:520
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
- #: ../super_socializer.php:524 ../super_socializer.php:538
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
- #: ../super_socializer.php:534
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
- #: ../super_socializer.php:708
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
@@ -37,7 +37,7 @@ msgstr ""
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
- #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -47,7 +47,7 @@ msgstr ""
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
- #: ../super_socializer.php:739
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,7 +57,7 @@ msgstr ""
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
- #: ../super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
@@ -65,69 +65,69 @@ msgstr ""
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
- #: ../super_socializer.php:924 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
- #: ../super_socializer.php:924
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
- #: ../super_socializer.php:928
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
- #: ../super_socializer.php:946 ../admin/social_login.php:779
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
- #: ../super_socializer.php:949
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
- #: ../super_socializer.php:1018
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
- #: ../super_socializer.php:1034
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
- #: ../super_socializer.php:1280
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
- #: ../super_socializer.php:1348 ../helper.php:883
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
- #: ../super_socializer.php:1351
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
- #: ../super_socializer.php:1355
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
- #: ../super_socializer.php:1359 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
@@ -135,74 +135,74 @@ msgstr ""
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
- #: ../super_socializer.php:1363 ../helper.php:887
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
- #: ../super_socializer.php:1440
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
- #: ../super_socializer.php:1441
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
- #: ../super_socializer.php:1446
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
- #: ../super_socializer.php:1690
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1692
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1703
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1712
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1721
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1730
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1739
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1750
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1759
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -210,7 +210,7 @@ msgid ""
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -219,13 +219,13 @@ msgid ""
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1793
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1817
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -233,14 +233,14 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
237
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
238
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
239
- #: ../super_socializer.php:1980
240
  msgid "Okay"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1842
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +248,7 @@ msgid ""
248
  "\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1867
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1892
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgid ""
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1903
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1925
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1953
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -287,7 +287,7 @@ msgid ""
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1980
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,7 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:2005
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -303,11 +303,11 @@ msgid ""
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:2031
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -316,7 +316,7 @@ msgid ""
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:2224
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
@@ -334,10 +334,6 @@ msgstr "Rimuovi questo annuncio"
334
  msgid "Click to show help"
335
  msgstr "Clicca per vedere l'aiuto"
336
 
337
- #: ../helper.php:153
338
- msgid "Click to hide help"
339
- msgstr "Clicca per nascondere l'aiuto"
340
-
341
  #: ../helper.php:250
342
  #, fuzzy
343
  msgid "Add-Ons"
@@ -420,7 +416,7 @@ msgstr "Avatar Piccolo"
420
  msgid "Large Avatar"
421
  msgstr "Avatar Grande"
422
 
423
- #: ../helper.php:898 ../admin/general_options.php:92
424
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
@@ -443,7 +439,7 @@ msgstr ""
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -469,19 +465,19 @@ msgstr ""
469
  "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi "
470
  "nel footer del tuo sito web."
471
 
472
- #: ../admin/general_options.php:38
473
  msgid "Load all Javascript files in single file"
474
  msgstr "Carica tutti i file Javascript in un unico file"
475
 
476
- #: ../admin/general_options.php:48
477
  msgid "Loads Javascript in single request."
478
  msgstr "Carica Javascript in una singola richiesta."
479
 
480
- #: ../admin/general_options.php:56
481
  msgid "Delete all the options on plugin deletion"
482
  msgstr "Elimina tutte le opzioni quando si cancella il plugin"
483
 
484
- #: ../admin/general_options.php:66
485
  msgid ""
486
  "If enabled, plugin options will get deleted when plugin is deleted/"
487
  "uninstalled and you will need to reconfigure the options when you install "
@@ -491,23 +487,23 @@ msgstr ""
491
  "configurazioni saranno eliminate e, nel caso di una nuova istallazione, si "
492
  "dovranno riconfigurare di nuovo."
493
 
494
- #: ../admin/general_options.php:74
495
  msgid "Custom CSS"
496
  msgstr "CSS personalizzato"
497
 
498
- #: ../admin/general_options.php:84
499
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
500
  msgstr ""
501
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
502
 
503
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
504
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
505
  #: ../admin/like_buttons.php:790
506
  #, fuzzy
507
  msgid "Instagram Shoutout"
508
  msgstr "Instagram"
509
 
510
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
511
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
512
  #: ../admin/like_buttons.php:792
513
  msgid ""
@@ -3192,6 +3188,9 @@ msgstr ""
3192
  msgid "RSS Feed URL:"
3193
  msgstr ""
3194
 
 
 
 
3195
  #~ msgid "bit.ly Login"
3196
  #~ msgstr "bit.ly Login"
3197
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:13+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:13+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php:523
20
  msgid "Problem fetching access token: "
21
  msgstr ""
22
 
23
+ #: ../super_socializer.php:527 ../super_socializer.php:541
24
  msgid "Facebook SDK returned an error: "
25
  msgstr ""
26
 
27
+ #: ../super_socializer.php:537
28
  msgid "Graph returned an error: "
29
  msgstr ""
30
 
31
+ #: ../super_socializer.php:726
32
  #, fuzzy
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
37
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
38
  "questo, potrebbe essere necessario contattare l'amministratore del server."
39
 
40
+ #: ../super_socializer.php:754
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
47
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
48
  "3 %s)"
49
 
50
+ #: ../super_socializer.php:757
51
  #, fuzzy, php-format
52
  msgid ""
53
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
58
  "3 %s)"
59
 
60
+ #: ../super_socializer.php:760
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
65
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
66
  "questo, potrebbe essere necessario contattare l'amministratore del server."
67
 
68
+ #: ../super_socializer.php:942 ../helper.php:961
69
  msgid "Please verify your email address to login."
70
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
71
 
72
+ #: ../super_socializer.php:942
73
  msgid "Your email has been verified. Now you can login to your account"
74
  msgstr ""
75
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
76
  "account"
77
 
78
+ #: ../super_socializer.php:946
79
  msgid "Notification"
80
  msgstr "Notifiche"
81
 
82
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
83
  msgid "Email required"
84
  msgstr "Email Obbligatoria"
85
 
86
+ #: ../super_socializer.php:967
87
  msgid "Please check your email inbox to complete the registration."
88
  msgstr ""
89
  "Per favore, per completare la registrazione, controlla la tua casella di "
90
  "posta elettronica."
91
 
92
+ #: ../super_socializer.php:1036
93
  msgid "Leave a reply"
94
  msgstr "Lascia un commento"
95
 
96
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
97
  msgid "Shares"
98
  msgstr "Shares"
99
 
100
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
101
  msgid "Share"
102
  msgstr "Share"
103
 
104
+ #: ../super_socializer.php:1052
105
  #, fuzzy
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
+ #: ../super_socializer.php:1298
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
114
  #: ../admin/social_commenting.php:47
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
+ #: ../super_socializer.php:1366 ../helper.php:883
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
+ #: ../super_socializer.php:1369
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
+ #: ../super_socializer.php:1373
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
+ #: ../super_socializer.php:1377 ../helper.php:886
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
+ #: ../super_socializer.php:1381 ../helper.php:887
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
+ #: ../super_socializer.php:1458
143
  msgid "Login with your Social ID"
144
  msgstr "Login con il tuo ID Social"
145
 
146
+ #: ../super_socializer.php:1459
147
  msgid "Email you entered is already registered or invalid"
148
  msgstr "La email inserita è già registrata o non è valida"
149
 
150
+ #: ../super_socializer.php:1464
151
  msgid "Please enter a valid email address. You might be required to verify it"
152
  msgstr ""
153
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
154
  "una verifica"
155
 
156
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
157
  msgid "Link your social account to login to your account at this website"
158
  msgstr ""
159
  "Collega il tuo social account per accedere al tuo account su questo sito"
160
 
161
+ #: ../super_socializer.php:1708
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1710
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1721
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1730
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1739
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1748
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1757
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1768
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1777
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1811
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1835
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
237
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
238
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
239
+ #: ../super_socializer.php:1998
240
  msgid "Okay"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1860
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
248
  "\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1885
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1910
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1921
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1943
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1971
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1998
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:2023
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2049
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2242
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
334
  msgid "Click to show help"
335
  msgstr "Clicca per vedere l'aiuto"
336
 
 
 
 
 
337
  #: ../helper.php:250
338
  #, fuzzy
339
  msgid "Add-Ons"
416
  msgid "Large Avatar"
417
  msgstr "Avatar Grande"
418
 
419
+ #: ../helper.php:898 ../admin/general_options.php:89
420
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
421
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
422
  msgid "Save Changes"
439
  msgid "Something bad happened"
440
  msgstr ""
441
 
442
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
443
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
444
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
445
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
465
  "Se questa opzione è abilitata (consigliato), file Javascript saranno inclusi "
466
  "nel footer del tuo sito web."
467
 
468
+ #: ../admin/general_options.php:37
469
  msgid "Load all Javascript files in single file"
470
  msgstr "Carica tutti i file Javascript in un unico file"
471
 
472
+ #: ../admin/general_options.php:47
473
  msgid "Loads Javascript in single request."
474
  msgstr "Carica Javascript in una singola richiesta."
475
 
476
+ #: ../admin/general_options.php:54
477
  msgid "Delete all the options on plugin deletion"
478
  msgstr "Elimina tutte le opzioni quando si cancella il plugin"
479
 
480
+ #: ../admin/general_options.php:64
481
  msgid ""
482
  "If enabled, plugin options will get deleted when plugin is deleted/"
483
  "uninstalled and you will need to reconfigure the options when you install "
487
  "configurazioni saranno eliminate e, nel caso di una nuova istallazione, si "
488
  "dovranno riconfigurare di nuovo."
489
 
490
+ #: ../admin/general_options.php:71
491
  msgid "Custom CSS"
492
  msgstr "CSS personalizzato"
493
 
494
+ #: ../admin/general_options.php:81
495
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
496
  msgstr ""
497
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
498
 
499
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
500
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
501
  #: ../admin/like_buttons.php:790
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
507
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
508
  #: ../admin/like_buttons.php:792
509
  msgid ""
3188
  msgid "RSS Feed URL:"
3189
  msgstr ""
3190
 
3191
+ #~ msgid "Click to hide help"
3192
+ #~ msgstr "Clicca per nascondere l'aiuto"
3193
+
3194
  #~ msgid "bit.ly Login"
3195
  #~ msgstr "bit.ly Login"
3196
 
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:00+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,19 +15,19 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:708
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
@@ -36,7 +36,7 @@ msgstr ""
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
- #: ../super_socializer.php:736
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
- #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -56,7 +56,7 @@ msgstr ""
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
- #: ../super_socializer.php:742
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
@@ -64,65 +64,65 @@ msgstr ""
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
- #: ../super_socializer.php:924 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
- #: ../super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
- #: ../super_socializer.php:928
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
- #: ../super_socializer.php:946 ../admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
- #: ../super_socializer.php:949
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
- #: ../super_socializer.php:1018
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
- #: ../super_socializer.php:1034
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
- #: ../super_socializer.php:1280
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
- #: ../super_socializer.php:1348 ../helper.php:883
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
- #: ../super_socializer.php:1351
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
- #: ../super_socializer.php:1355
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
- #: ../super_socializer.php:1359 ../helper.php:886
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
@@ -130,73 +130,73 @@ msgstr ""
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
- #: ../super_socializer.php:1363 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
- #: ../super_socializer.php:1440
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
- #: ../super_socializer.php:1441
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
- #: ../super_socializer.php:1446
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
154
 
155
- #: ../super_socializer.php:1690
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1692
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1703
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1712
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1721
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1730
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1739
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1750
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1759
200
  #, php-format
201
  msgid ""
202
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -204,7 +204,7 @@ msgid ""
204
  "Instagram App Secret <a href=\"%s\">here</a>"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
208
  #, php-format
209
  msgid ""
210
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -213,13 +213,13 @@ msgid ""
213
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
  msgstr ""
215
 
216
- #: ../super_socializer.php:1793
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1817
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -227,14 +227,14 @@ msgid ""
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
231
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
232
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
233
- #: ../super_socializer.php:1980
234
  msgid "Okay"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1842
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -242,7 +242,7 @@ msgid ""
242
  "\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1867
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -250,7 +250,7 @@ msgid ""
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
- #: ../super_socializer.php:1892
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -258,13 +258,13 @@ msgid ""
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
- #: ../super_socializer.php:1903
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1925
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -272,7 +272,7 @@ msgid ""
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
- #: ../super_socializer.php:1953
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -281,7 +281,7 @@ msgid ""
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:1980
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -289,7 +289,7 @@ msgid ""
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
- #: ../super_socializer.php:2005
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -297,11 +297,11 @@ msgid ""
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
- #: ../super_socializer.php:2031
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -310,7 +310,7 @@ msgid ""
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
- #: ../super_socializer.php:2224
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
@@ -328,10 +328,6 @@ msgstr "Dispense este aviso"
328
  msgid "Click to show help"
329
  msgstr "Click para exibir ajuda"
330
 
331
- #: ../helper.php:153
332
- msgid "Click to hide help"
333
- msgstr "Click para esconder ajuda"
334
-
335
  #: ../helper.php:250
336
  #, fuzzy
337
  msgid "Add-Ons"
@@ -415,7 +411,7 @@ msgstr "Avatar Pequeno"
415
  msgid "Large Avatar"
416
  msgstr "Avatar Grande"
417
 
418
- #: ../helper.php:898 ../admin/general_options.php:92
419
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
420
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
421
  msgid "Save Changes"
@@ -438,7 +434,7 @@ msgstr ""
438
  msgid "Something bad happened"
439
  msgstr ""
440
 
441
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
442
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
443
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
444
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -464,19 +460,19 @@ msgstr ""
464
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
465
  "do seu website."
466
 
467
- #: ../admin/general_options.php:38
468
  msgid "Load all Javascript files in single file"
469
  msgstr "Consolide todos os Javascripts em um único arquivo"
470
 
471
- #: ../admin/general_options.php:48
472
  msgid "Loads Javascript in single request."
473
  msgstr "Carrega Javascript em uma única operação."
474
 
475
- #: ../admin/general_options.php:56
476
  msgid "Delete all the options on plugin deletion"
477
  msgstr "Remove todas as opções na remoção do pluguin"
478
 
479
- #: ../admin/general_options.php:66
480
  msgid ""
481
  "If enabled, plugin options will get deleted when plugin is deleted/"
482
  "uninstalled and you will need to reconfigure the options when you install "
@@ -486,24 +482,24 @@ msgstr ""
486
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
487
  "instalar o plugin da próxima vez."
488
 
489
- #: ../admin/general_options.php:74
490
  msgid "Custom CSS"
491
  msgstr "CSS Personalizado"
492
 
493
- #: ../admin/general_options.php:84
494
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
495
  msgstr ""
496
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
497
  "style&gt; )"
498
 
499
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
500
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
501
  #: ../admin/like_buttons.php:790
502
  #, fuzzy
503
  msgid "Instagram Shoutout"
504
  msgstr "Instagram"
505
 
506
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
507
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
508
  #: ../admin/like_buttons.php:792
509
  msgid ""
@@ -3191,6 +3187,9 @@ msgstr ""
3191
  msgid "RSS Feed URL:"
3192
  msgstr ""
3193
 
 
 
 
3194
  #, fuzzy
3195
  #~ msgid ""
3196
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:13+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:13+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:523
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:527 ../super_socializer.php:541
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:537
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:726
31
  #, fuzzy
32
  msgid ""
33
  "cURL is not enabled at your website server. Please contact your website "
36
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
37
  "que contatar o administrador do servidor do seu website para verificar isso."
38
 
39
+ #: ../super_socializer.php:754
40
  #, fuzzy, php-format
41
  msgid ""
42
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
47
  "%s)"
48
 
49
+ #: ../super_socializer.php:757
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
56
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
57
  "%s)"
58
 
59
+ #: ../super_socializer.php:760
60
  msgid ""
61
  "Make sure cURL is enabled at your website server. You may need to contact "
62
  "the server administrator of your website to verify this"
64
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
65
  "que contatar o administrador do servidor do seu website para verificar isso."
66
 
67
+ #: ../super_socializer.php:942 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Por favor verifique seu endereço de email no login."
70
 
71
+ #: ../super_socializer.php:942
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
74
 
75
+ #: ../super_socializer.php:946
76
  msgid "Notification"
77
  msgstr "Notificaçao"
78
 
79
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "Necessário email"
82
 
83
+ #: ../super_socializer.php:967
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "Por favor verifique sua caixa de email para completar o registro."
86
 
87
+ #: ../super_socializer.php:1036
88
  msgid "Leave a reply"
89
  msgstr "Deixe uma resposta"
90
 
91
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr ""
98
 
99
+ #: ../super_socializer.php:1052
100
  #, fuzzy
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
+ #: ../super_socializer.php:1298
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
109
  #: ../admin/social_commenting.php:47
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
+ #: ../super_socializer.php:1366 ../helper.php:883
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
+ #: ../super_socializer.php:1369
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
+ #: ../super_socializer.php:1373
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
+ #: ../super_socializer.php:1377 ../helper.php:886
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
+ #: ../super_socializer.php:1381 ../helper.php:887
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
+ #: ../super_socializer.php:1458
138
  msgid "Login with your Social ID"
139
  msgstr ""
140
 
141
+ #: ../super_socializer.php:1459
142
  msgid "Email you entered is already registered or invalid"
143
  msgstr "Email fornecido já está registrado ou é inválido"
144
 
145
+ #: ../super_socializer.php:1464
146
  msgid "Please enter a valid email address. You might be required to verify it"
147
  msgstr ""
148
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
149
  "confirmá-lo"
150
 
151
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
152
  msgid "Link your social account to login to your account at this website"
153
  msgstr "Associe sua conta social ao login de sua conta neste website"
154
 
155
+ #: ../super_socializer.php:1708
156
  msgid "Thanks for installing Super Socializer plugin"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1710
160
  msgid "Configure the Plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1721
164
  msgid ""
165
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
166
  "current version of Super Socializer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1730
170
  msgid ""
171
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
172
  "version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1739
176
  msgid ""
177
  "Update \"Social Login Buttons\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1748
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1757
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1768
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1777
200
  #, php-format
201
  msgid ""
202
  "To continue using Instagram login create a new Instagram App as described <a "
204
  "Instagram App Secret <a href=\"%s\">here</a>"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
208
  #, php-format
209
  msgid ""
210
  "To continue using bitly url shortener, login to your bit.ly account and "
213
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
214
  msgstr ""
215
 
216
+ #: ../super_socializer.php:1811
217
  #, php-format
218
  msgid ""
219
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1835
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
231
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
232
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
233
+ #: ../super_socializer.php:1998
234
  msgid "Okay"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1860
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
242
  "\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1885
246
  #, php-format
247
  msgid ""
248
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
250
  "target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:1910
254
  #, php-format
255
  msgid ""
256
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
258
  "target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:1921
262
  #, php-format
263
  msgid ""
264
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1943
268
  #, php-format
269
  msgid ""
270
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
272
  "\"%s\" target=\"_blank\">here</a>"
273
  msgstr ""
274
 
275
+ #: ../super_socializer.php:1971
276
  #, php-format
277
  msgid ""
278
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
281
  "your website %s with them. No need to copy-paste any code from their website."
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:1998
285
  #, php-format
286
  msgid ""
287
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
289
  "\"%s\" target=\"_blank\">here</a>"
290
  msgstr ""
291
 
292
+ #: ../super_socializer.php:2023
293
  #, php-format
294
  msgid ""
295
  "If you cannot get Linkedin login to work after updating the plugin, replace "
297
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
298
  msgstr ""
299
 
300
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
301
  msgid "Dismiss"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2049
305
  #, php-format
306
  msgid ""
307
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
310
  "that, clear share counts cache from \"Miscellaneous\" section"
311
  msgstr ""
312
 
313
+ #: ../super_socializer.php:2242
314
  msgid ""
315
  "Your browser is blocking some features of this website. Please follow the "
316
  "instructions at {support_url} to unblock these."
328
  msgid "Click to show help"
329
  msgstr "Click para exibir ajuda"
330
 
 
 
 
 
331
  #: ../helper.php:250
332
  #, fuzzy
333
  msgid "Add-Ons"
411
  msgid "Large Avatar"
412
  msgstr "Avatar Grande"
413
 
414
+ #: ../helper.php:898 ../admin/general_options.php:89
415
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
416
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
417
  msgid "Save Changes"
434
  msgid "Something bad happened"
435
  msgstr ""
436
 
437
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
438
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
439
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
440
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
460
  "Se habilitado (recomendado), o arquivo do Javascript será incluído no rodapé "
461
  "do seu website."
462
 
463
+ #: ../admin/general_options.php:37
464
  msgid "Load all Javascript files in single file"
465
  msgstr "Consolide todos os Javascripts em um único arquivo"
466
 
467
+ #: ../admin/general_options.php:47
468
  msgid "Loads Javascript in single request."
469
  msgstr "Carrega Javascript em uma única operação."
470
 
471
+ #: ../admin/general_options.php:54
472
  msgid "Delete all the options on plugin deletion"
473
  msgstr "Remove todas as opções na remoção do pluguin"
474
 
475
+ #: ../admin/general_options.php:64
476
  msgid ""
477
  "If enabled, plugin options will get deleted when plugin is deleted/"
478
  "uninstalled and you will need to reconfigure the options when you install "
482
  "removido/desistalado e você necessitará reconfigurar as opções quando você "
483
  "instalar o plugin da próxima vez."
484
 
485
+ #: ../admin/general_options.php:71
486
  msgid "Custom CSS"
487
  msgstr "CSS Personalizado"
488
 
489
+ #: ../admin/general_options.php:81
490
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
491
  msgstr ""
492
  "Você poderá especificar qualquer regra adicional de CSS (sem a tag &lt;"
493
  "style&gt; )"
494
 
495
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
496
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
497
  #: ../admin/like_buttons.php:790
498
  #, fuzzy
499
  msgid "Instagram Shoutout"
500
  msgstr "Instagram"
501
 
502
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
503
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
504
  #: ../admin/like_buttons.php:792
505
  msgid ""
3187
  msgid "RSS Feed URL:"
3188
  msgstr ""
3189
 
3190
+ #~ msgid "Click to hide help"
3191
+ #~ msgstr "Click para esconder ajuda"
3192
+
3193
  #, fuzzy
3194
  #~ msgid ""
3195
  #~ "More details on how to get it <a href=\"%s\" target=\"_blank\">here</a>"
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:00+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:00+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:520
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:524 ../super_socializer.php:538
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:534
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:708
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
- #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
- #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
- #: ../super_socializer.php:742
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -63,65 +63,65 @@ msgstr ""
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
- #: ../super_socializer.php:924 ../helper.php:961
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
- #: ../super_socializer.php:924
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
- #: ../super_socializer.php:928
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
- #: ../super_socializer.php:946 ../admin/social_login.php:779
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
- #: ../super_socializer.php:949
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
- #: ../super_socializer.php:1018
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
- #: ../super_socializer.php:1034
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
- #: ../super_socializer.php:1280
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
- #: ../super_socializer.php:1348 ../helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
- #: ../super_socializer.php:1351
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
- #: ../super_socializer.php:1355
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
- #: ../super_socializer.php:1359 ../helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
@@ -129,78 +129,78 @@ msgstr ""
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
- #: ../super_socializer.php:1363 ../helper.php:887
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
- #: ../super_socializer.php:1440
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
- #: ../super_socializer.php:1441
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
- #: ../super_socializer.php:1446
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
- #: ../super_socializer.php:1690
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1692
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1703
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1712
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1721
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1730
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1739
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1750
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1759
204
  #, php-format
205
  msgid ""
206
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -208,7 +208,7 @@ msgid ""
208
  "Instagram App Secret <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
212
  #, php-format
213
  msgid ""
214
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -217,13 +217,13 @@ msgid ""
217
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1793
221
  #, php-format
222
  msgid ""
223
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1817
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -231,14 +231,14 @@ msgid ""
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
235
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
236
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
237
- #: ../super_socializer.php:1980
238
  msgid "Okay"
239
  msgstr "Окей"
240
 
241
- #: ../super_socializer.php:1842
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -246,7 +246,7 @@ msgid ""
246
  "\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:1867
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -254,7 +254,7 @@ msgid ""
254
  "target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
- #: ../super_socializer.php:1892
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -262,13 +262,13 @@ msgid ""
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
- #: ../super_socializer.php:1903
266
  #, php-format
267
  msgid ""
268
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
269
  msgstr ""
270
 
271
- #: ../super_socializer.php:1925
272
  #, php-format
273
  msgid ""
274
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -276,7 +276,7 @@ msgid ""
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
- #: ../super_socializer.php:1953
280
  #, php-format
281
  msgid ""
282
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -285,7 +285,7 @@ msgid ""
285
  "your website %s with them. No need to copy-paste any code from their website."
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:1980
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -293,7 +293,7 @@ msgid ""
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
- #: ../super_socializer.php:2005
297
  #, php-format
298
  msgid ""
299
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -301,11 +301,11 @@ msgid ""
301
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
302
  msgstr ""
303
 
304
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
305
  msgid "Dismiss"
306
  msgstr ""
307
 
308
- #: ../super_socializer.php:2031
309
  #, php-format
310
  msgid ""
311
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -314,7 +314,7 @@ msgid ""
314
  "that, clear share counts cache from \"Miscellaneous\" section"
315
  msgstr ""
316
 
317
- #: ../super_socializer.php:2224
318
  msgid ""
319
  "Your browser is blocking some features of this website. Please follow the "
320
  "instructions at {support_url} to unblock these."
@@ -334,10 +334,6 @@ msgstr "Закрыть это уведомление"
334
  msgid "Click to show help"
335
  msgstr "Нажмите, чтобы получить помощь"
336
 
337
- #: ../helper.php:153
338
- msgid "Click to hide help"
339
- msgstr "Нажмите, чтобы скрыть помощь"
340
-
341
  #: ../helper.php:250
342
  msgid "Add-Ons"
343
  msgstr "Дополнения"
@@ -418,7 +414,7 @@ msgstr "Небольшой аватар"
418
  msgid "Large Avatar"
419
  msgstr "Большой аватар"
420
 
421
- #: ../helper.php:898 ../admin/general_options.php:92
422
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
423
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
424
  msgid "Save Changes"
@@ -441,7 +437,7 @@ msgstr ""
441
  msgid "Something bad happened"
442
  msgstr ""
443
 
444
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
445
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
446
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
447
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -467,19 +463,19 @@ msgstr ""
467
  "Если этот параметр включен (рекомендуется), Javascript файлы будут включены "
468
  "в нижней части вашего сайта."
469
 
470
- #: ../admin/general_options.php:38
471
  msgid "Load all Javascript files in single file"
472
  msgstr "Загрузить все файлы Javascript в одном файле"
473
 
474
- #: ../admin/general_options.php:48
475
  msgid "Loads Javascript in single request."
476
  msgstr "Загружает Javascript в одном запросе."
477
 
478
- #: ../admin/general_options.php:56
479
  msgid "Delete all the options on plugin deletion"
480
  msgstr "Удалить все настройки при удалении плагина"
481
 
482
- #: ../admin/general_options.php:66
483
  msgid ""
484
  "If enabled, plugin options will get deleted when plugin is deleted/"
485
  "uninstalled and you will need to reconfigure the options when you install "
@@ -489,23 +485,23 @@ msgstr ""
489
  "переустановлен, и вы должны будете перенастроить параметры при установке "
490
  "плагина в следующий раз."
491
 
492
- #: ../admin/general_options.php:74
493
  msgid "Custom CSS"
494
  msgstr "Пользовательские CSS"
495
 
496
- #: ../admin/general_options.php:84
497
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
498
  msgstr ""
499
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
500
 
501
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
502
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
503
  #: ../admin/like_buttons.php:790
504
  #, fuzzy
505
  msgid "Instagram Shoutout"
506
  msgstr "Instagram"
507
 
508
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
509
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
510
  #: ../admin/like_buttons.php:792
511
  msgid ""
@@ -3173,6 +3169,9 @@ msgstr ""
3173
  msgid "RSS Feed URL:"
3174
  msgstr ""
3175
 
 
 
 
3176
  #~ msgid "bit.ly Login"
3177
  #~ msgstr "bit.ly логин"
3178
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:12+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:13+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:523
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:527 ../super_socializer.php:541
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:537
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:726
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
38
  "администратору вашего сайта, чтобы включить это."
39
 
40
+ #: ../super_socializer.php:754
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
47
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
48
 
49
+ #: ../super_socializer.php:757
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
56
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
57
 
58
+ #: ../super_socializer.php:760
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
63
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
64
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
65
 
66
+ #: ../super_socializer.php:942 ../helper.php:961
67
  msgid "Please verify your email address to login."
68
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
69
 
70
+ #: ../super_socializer.php:942
71
  msgid "Your email has been verified. Now you can login to your account"
72
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
73
 
74
+ #: ../super_socializer.php:946
75
  msgid "Notification"
76
  msgstr "Уведомления"
77
 
78
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
79
  msgid "Email required"
80
  msgstr "Email (Обязательно)"
81
 
82
+ #: ../super_socializer.php:967
83
  msgid "Please check your email inbox to complete the registration."
84
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
85
 
86
+ #: ../super_socializer.php:1036
87
  msgid "Leave a reply"
88
  msgstr "Оставить ответ"
89
 
90
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
91
  msgid "Shares"
92
  msgstr "Поделились"
93
 
94
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
95
  msgid "Share"
96
  msgstr "Поделиться"
97
 
98
+ #: ../super_socializer.php:1052
99
  #, fuzzy
100
  msgid "Link copied."
101
  msgstr "LinkedIn"
102
 
103
+ #: ../super_socializer.php:1298
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer - Общие настройки"
106
 
107
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
108
  #: ../admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "Основные настройки"
111
 
112
+ #: ../super_socializer.php:1366 ../helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "Социальный аватар"
115
 
116
+ #: ../super_socializer.php:1369
117
  msgid "Small Avatar Url"
118
  msgstr "Ссылка для маленького аватара"
119
 
120
+ #: ../super_socializer.php:1373
121
  msgid "Large Avatar Url"
122
  msgstr "Ссылка для большого аватара"
123
 
124
+ #: ../super_socializer.php:1377 ../helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
130
  "я когда я использую вход через соцсети"
131
 
132
+ #: ../super_socializer.php:1381 ../helper.php:887
133
  msgid "Update social avatar, next time I Social Login"
134
  msgstr ""
135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
136
  "соцсети"
137
 
138
+ #: ../super_socializer.php:1458
139
  msgid "Login with your Social ID"
140
  msgstr "Войти, используя социальный аккаунт"
141
 
142
+ #: ../super_socializer.php:1459
143
  msgid "Email you entered is already registered or invalid"
144
  msgstr ""
145
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
146
 
147
+ #: ../super_socializer.php:1464
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr ""
150
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
151
  "потребуется проверить его"
152
 
153
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
154
  msgid "Link your social account to login to your account at this website"
155
  msgstr ""
156
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
157
  "этом сайте"
158
 
159
+ #: ../super_socializer.php:1708
160
  msgid "Thanks for installing Super Socializer plugin"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1710
164
  msgid "Configure the Plugin"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:1721
168
  msgid ""
169
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
170
  "current version of Super Socializer"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1730
174
  msgid ""
175
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
176
  "version of Super Socializer"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1739
180
  msgid ""
181
  "Update \"Social Login Buttons\" add-on for compatibility with current "
182
  "version of Super Socializer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1748
186
  msgid ""
187
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socializer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1757
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  "with current version of Super Socializer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1768
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1777
204
  #, php-format
205
  msgid ""
206
  "To continue using Instagram login create a new Instagram App as described <a "
208
  "Instagram App Secret <a href=\"%s\">here</a>"
209
  msgstr ""
210
 
211
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
212
  #, php-format
213
  msgid ""
214
  "To continue using bitly url shortener, login to your bit.ly account and "
217
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1811
221
  #, php-format
222
  msgid ""
223
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
224
  msgstr ""
225
 
226
+ #: ../super_socializer.php:1835
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
235
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
236
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
237
+ #: ../super_socializer.php:1998
238
  msgid "Okay"
239
  msgstr "Окей"
240
 
241
+ #: ../super_socializer.php:1860
242
  #, php-format
243
  msgid ""
244
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
246
  "\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1885
250
  #, php-format
251
  msgid ""
252
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
254
  "target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1910
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
262
  "target=\"_blank\">here</a>"
263
  msgstr ""
264
 
265
+ #: ../super_socializer.php:1921
266
  #, php-format
267
  msgid ""
268
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
269
  msgstr ""
270
 
271
+ #: ../super_socializer.php:1943
272
  #, php-format
273
  msgid ""
274
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
276
  "\"%s\" target=\"_blank\">here</a>"
277
  msgstr ""
278
 
279
+ #: ../super_socializer.php:1971
280
  #, php-format
281
  msgid ""
282
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
285
  "your website %s with them. No need to copy-paste any code from their website."
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:1998
289
  #, php-format
290
  msgid ""
291
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
293
  "\"%s\" target=\"_blank\">here</a>"
294
  msgstr ""
295
 
296
+ #: ../super_socializer.php:2023
297
  #, php-format
298
  msgid ""
299
  "If you cannot get Linkedin login to work after updating the plugin, replace "
301
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
302
  msgstr ""
303
 
304
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
305
  msgid "Dismiss"
306
  msgstr ""
307
 
308
+ #: ../super_socializer.php:2049
309
  #, php-format
310
  msgid ""
311
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
314
  "that, clear share counts cache from \"Miscellaneous\" section"
315
  msgstr ""
316
 
317
+ #: ../super_socializer.php:2242
318
  msgid ""
319
  "Your browser is blocking some features of this website. Please follow the "
320
  "instructions at {support_url} to unblock these."
334
  msgid "Click to show help"
335
  msgstr "Нажмите, чтобы получить помощь"
336
 
 
 
 
 
337
  #: ../helper.php:250
338
  msgid "Add-Ons"
339
  msgstr "Дополнения"
414
  msgid "Large Avatar"
415
  msgstr "Большой аватар"
416
 
417
+ #: ../helper.php:898 ../admin/general_options.php:89
418
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
419
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
420
  msgid "Save Changes"
437
  msgid "Something bad happened"
438
  msgstr ""
439
 
440
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
441
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
442
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
443
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
463
  "Если этот параметр включен (рекомендуется), Javascript файлы будут включены "
464
  "в нижней части вашего сайта."
465
 
466
+ #: ../admin/general_options.php:37
467
  msgid "Load all Javascript files in single file"
468
  msgstr "Загрузить все файлы Javascript в одном файле"
469
 
470
+ #: ../admin/general_options.php:47
471
  msgid "Loads Javascript in single request."
472
  msgstr "Загружает Javascript в одном запросе."
473
 
474
+ #: ../admin/general_options.php:54
475
  msgid "Delete all the options on plugin deletion"
476
  msgstr "Удалить все настройки при удалении плагина"
477
 
478
+ #: ../admin/general_options.php:64
479
  msgid ""
480
  "If enabled, plugin options will get deleted when plugin is deleted/"
481
  "uninstalled and you will need to reconfigure the options when you install "
485
  "переустановлен, и вы должны будете перенастроить параметры при установке "
486
  "плагина в следующий раз."
487
 
488
+ #: ../admin/general_options.php:71
489
  msgid "Custom CSS"
490
  msgstr "Пользовательские CSS"
491
 
492
+ #: ../admin/general_options.php:81
493
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
494
  msgstr ""
495
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
496
 
497
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
498
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
499
  #: ../admin/like_buttons.php:790
500
  #, fuzzy
501
  msgid "Instagram Shoutout"
502
  msgstr "Instagram"
503
 
504
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
505
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
506
  #: ../admin/like_buttons.php:792
507
  msgid ""
3169
  msgid "RSS Feed URL:"
3170
  msgstr ""
3171
 
3172
+ #~ msgid "Click to hide help"
3173
+ #~ msgstr "Нажмите, чтобы скрыть помощь"
3174
+
3175
  #~ msgid "bit.ly Login"
3176
  #~ msgstr "bit.ly логин"
3177
 
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:01+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:01+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -17,19 +17,19 @@ msgstr ""
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
- #: ../super_socializer.php:520
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
- #: ../super_socializer.php:524 ../super_socializer.php:538
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
- #: ../super_socializer.php:534
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
- #: ../super_socializer.php:708
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
@@ -37,7 +37,7 @@ msgstr ""
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
- #: ../super_socializer.php:736
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -46,7 +46,7 @@ msgstr ""
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
- #: ../super_socializer.php:739
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -55,7 +55,7 @@ msgstr ""
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
- #: ../super_socializer.php:742
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
@@ -64,67 +64,67 @@ msgstr ""
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
- #: ../super_socializer.php:924 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
- #: ../super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
- #: ../super_socializer.php:928
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
- #: ../super_socializer.php:946 ../admin/social_login.php:779
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
- #: ../super_socializer.php:949
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
- #: ../super_socializer.php:1018
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
- #: ../super_socializer.php:1034
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
- #: ../super_socializer.php:1280
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
- #: ../super_socializer.php:1348 ../helper.php:883
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
- #: ../super_socializer.php:1351
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
- #: ../super_socializer.php:1355
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
- #: ../super_socializer.php:1359 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
@@ -132,77 +132,77 @@ msgstr ""
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
- #: ../super_socializer.php:1363 ../helper.php:887
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
- #: ../super_socializer.php:1440
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
- #: ../super_socializer.php:1441
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
- #: ../super_socializer.php:1446
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
- #: ../super_socializer.php:1690
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1692
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1703
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1712
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1721
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1730
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1739
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1750
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1759
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -210,7 +210,7 @@ msgid ""
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -219,13 +219,13 @@ msgid ""
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1793
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1817
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -233,14 +233,14 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
237
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
238
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
239
- #: ../super_socializer.php:1980
240
  msgid "Okay"
241
  msgstr "Гаразд."
242
 
243
- #: ../super_socializer.php:1842
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -248,7 +248,7 @@ msgid ""
248
  "\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1867
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -256,7 +256,7 @@ msgid ""
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1892
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -264,13 +264,13 @@ msgid ""
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
- #: ../super_socializer.php:1903
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
- #: ../super_socializer.php:1925
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -278,7 +278,7 @@ msgid ""
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
- #: ../super_socializer.php:1953
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -287,7 +287,7 @@ msgid ""
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
- #: ../super_socializer.php:1980
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -295,7 +295,7 @@ msgid ""
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
- #: ../super_socializer.php:2005
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -303,11 +303,11 @@ msgid ""
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
- #: ../super_socializer.php:2031
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -316,7 +316,7 @@ msgid ""
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
- #: ../super_socializer.php:2224
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
@@ -336,10 +336,6 @@ msgstr "Закрити це повідомлення"
336
  msgid "Click to show help"
337
  msgstr "Натисніть, щоб показати довідку"
338
 
339
- #: ../helper.php:153
340
- msgid "Click to hide help"
341
- msgstr "Натисніть, щоб приховати довідку"
342
-
343
  #: ../helper.php:250
344
  msgid "Add-Ons"
345
  msgstr "Доповнення"
@@ -420,7 +416,7 @@ msgstr "Невеликий аватар"
420
  msgid "Large Avatar"
421
  msgstr "Великий аватар"
422
 
423
- #: ../helper.php:898 ../admin/general_options.php:92
424
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
425
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
426
  msgid "Save Changes"
@@ -443,7 +439,7 @@ msgstr ""
443
  msgid "Something bad happened"
444
  msgstr ""
445
 
446
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
447
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
448
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
449
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -468,19 +464,19 @@ msgstr ""
468
  "Якщо цей параметр включений (рекомендується), Javascript файли будуть "
469
  "включені в нижній частині вашого сайту."
470
 
471
- #: ../admin/general_options.php:38
472
  msgid "Load all Javascript files in single file"
473
  msgstr "Завантажити всі файли Javascript в одному файлі"
474
 
475
- #: ../admin/general_options.php:48
476
  msgid "Loads Javascript in single request."
477
  msgstr "Завантажити Javascript в одному запиті."
478
 
479
- #: ../admin/general_options.php:56
480
  msgid "Delete all the options on plugin deletion"
481
  msgstr "Видалити всі налаштування при видаленні плагіна"
482
 
483
- #: ../admin/general_options.php:66
484
  msgid ""
485
  "If enabled, plugin options will get deleted when plugin is deleted/"
486
  "uninstalled and you will need to reconfigure the options when you install "
@@ -490,23 +486,23 @@ msgstr ""
490
  "переустановлений, і ви повинні будете переналаштувати параметри при "
491
  "установці плагіна в наступний раз."
492
 
493
- #: ../admin/general_options.php:74
494
  msgid "Custom CSS"
495
  msgstr "Користувальницькі CSS"
496
 
497
- #: ../admin/general_options.php:84
498
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
499
  msgstr ""
500
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
501
 
502
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
503
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
504
  #: ../admin/like_buttons.php:790
505
  #, fuzzy
506
  msgid "Instagram Shoutout"
507
  msgstr "Instagram"
508
 
509
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
510
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
511
  #: ../admin/like_buttons.php:792
512
  msgid ""
@@ -3163,6 +3159,9 @@ msgstr ""
3163
  msgid "RSS Feed URL:"
3164
  msgstr ""
3165
 
 
 
 
3166
  #~ msgid "bit.ly Login"
3167
  #~ msgstr "bit.ly Логін"
3168
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:12+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:12+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
17
  "%10<=4 &&(n%100<10||n%100 >= 20)? 1 : 2);\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
 
20
+ #: ../super_socializer.php:523
21
  msgid "Problem fetching access token: "
22
  msgstr ""
23
 
24
+ #: ../super_socializer.php:527 ../super_socializer.php:541
25
  msgid "Facebook SDK returned an error: "
26
  msgstr ""
27
 
28
+ #: ../super_socializer.php:537
29
  msgid "Graph returned an error: "
30
  msgstr ""
31
 
32
+ #: ../super_socializer.php:726
33
  msgid ""
34
  "cURL is not enabled at your website server. Please contact your website "
35
  "server administrator to enable it."
37
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
38
  "до адміністратора вашого сайту, щоб включити це."
39
 
40
+ #: ../super_socializer.php:754
41
  #, fuzzy, php-format
42
  msgid ""
43
  "Enter exactly the following url in <strong>Website</strong> option in your "
46
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
47
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
48
 
49
+ #: ../super_socializer.php:757
50
  #, fuzzy, php-format
51
  msgid ""
52
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
55
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
56
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
57
 
58
+ #: ../super_socializer.php:760
59
  msgid ""
60
  "Make sure cURL is enabled at your website server. You may need to contact "
61
  "the server administrator of your website to verify this"
64
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
65
  "переконатися в цьому."
66
 
67
+ #: ../super_socializer.php:942 ../helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
70
 
71
+ #: ../super_socializer.php:942
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr ""
74
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
75
  "облікового запису"
76
 
77
+ #: ../super_socializer.php:946
78
  msgid "Notification"
79
  msgstr "Повідомлення"
80
 
81
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
82
  msgid "Email required"
83
  msgstr "Електронна адреса (обо'язково)"
84
 
85
+ #: ../super_socializer.php:967
86
  msgid "Please check your email inbox to complete the registration."
87
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
88
 
89
+ #: ../super_socializer.php:1036
90
  msgid "Leave a reply"
91
  msgstr "Залишити коментар"
92
 
93
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
94
  msgid "Shares"
95
  msgstr "Поширили:"
96
 
97
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
98
  msgid "Share"
99
  msgstr "Поділитися"
100
 
101
+ #: ../super_socializer.php:1052
102
  #, fuzzy
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
+ #: ../super_socializer.php:1298
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Загальні Параметри"
109
 
110
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
111
  #: ../admin/social_commenting.php:47
112
  msgid "General Options"
113
  msgstr "Загальні параметри"
114
 
115
+ #: ../super_socializer.php:1366 ../helper.php:883
116
  msgid "Social Avatar"
117
  msgstr "Соціальний Аватар"
118
 
119
+ #: ../super_socializer.php:1369
120
  msgid "Small Avatar Url"
121
  msgstr "Посилання для маленького аватара"
122
 
123
+ #: ../super_socializer.php:1373
124
  msgid "Large Avatar Url"
125
  msgstr "Посилання для великого аватара"
126
 
127
+ #: ../super_socializer.php:1377 ../helper.php:886
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
132
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
133
  "раз коли я використовую вхід через соцмережі"
134
 
135
+ #: ../super_socializer.php:1381 ../helper.php:887
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
139
  "соцмережі"
140
 
141
+ #: ../super_socializer.php:1458
142
  msgid "Login with your Social ID"
143
  msgstr "Увійти через соціальний аккаунт"
144
 
145
+ #: ../super_socializer.php:1459
146
  msgid "Email you entered is already registered or invalid"
147
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
148
 
149
+ #: ../super_socializer.php:1464
150
  msgid "Please enter a valid email address. You might be required to verify it"
151
  msgstr ""
152
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
153
  "потрібно перевірити його"
154
 
155
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
156
  msgid "Link your social account to login to your account at this website"
157
  msgstr ""
158
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
159
  "запис на цьому сайті"
160
 
161
+ #: ../super_socializer.php:1708
162
  msgid "Thanks for installing Super Socializer plugin"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1710
166
  msgid "Configure the Plugin"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1721
170
  msgid ""
171
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
172
  "current version of Super Socializer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1730
176
  msgid ""
177
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
178
  "version of Super Socializer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1739
182
  msgid ""
183
  "Update \"Social Login Buttons\" add-on for compatibility with current "
184
  "version of Super Socializer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1748
188
  msgid ""
189
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
190
  "with current version of Super Socializer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1757
194
  msgid ""
195
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
196
  "with current version of Super Socializer"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1768
200
  #, php-format
201
  msgid ""
202
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1777
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1811
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
+ #: ../super_socializer.php:1835
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
237
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
238
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
239
+ #: ../super_socializer.php:1998
240
  msgid "Okay"
241
  msgstr "Гаразд."
242
 
243
+ #: ../super_socializer.php:1860
244
  #, php-format
245
  msgid ""
246
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
248
  "\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1885
252
  #, php-format
253
  msgid ""
254
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
256
  "target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1910
260
  #, php-format
261
  msgid ""
262
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
264
  "target=\"_blank\">here</a>"
265
  msgstr ""
266
 
267
+ #: ../super_socializer.php:1921
268
  #, php-format
269
  msgid ""
270
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
271
  msgstr ""
272
 
273
+ #: ../super_socializer.php:1943
274
  #, php-format
275
  msgid ""
276
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
278
  "\"%s\" target=\"_blank\">here</a>"
279
  msgstr ""
280
 
281
+ #: ../super_socializer.php:1971
282
  #, php-format
283
  msgid ""
284
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
287
  "your website %s with them. No need to copy-paste any code from their website."
288
  msgstr ""
289
 
290
+ #: ../super_socializer.php:1998
291
  #, php-format
292
  msgid ""
293
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
295
  "\"%s\" target=\"_blank\">here</a>"
296
  msgstr ""
297
 
298
+ #: ../super_socializer.php:2023
299
  #, php-format
300
  msgid ""
301
  "If you cannot get Linkedin login to work after updating the plugin, replace "
303
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
304
  msgstr ""
305
 
306
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
307
  msgid "Dismiss"
308
  msgstr ""
309
 
310
+ #: ../super_socializer.php:2049
311
  #, php-format
312
  msgid ""
313
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
316
  "that, clear share counts cache from \"Miscellaneous\" section"
317
  msgstr ""
318
 
319
+ #: ../super_socializer.php:2242
320
  msgid ""
321
  "Your browser is blocking some features of this website. Please follow the "
322
  "instructions at {support_url} to unblock these."
336
  msgid "Click to show help"
337
  msgstr "Натисніть, щоб показати довідку"
338
 
 
 
 
 
339
  #: ../helper.php:250
340
  msgid "Add-Ons"
341
  msgstr "Доповнення"
416
  msgid "Large Avatar"
417
  msgstr "Великий аватар"
418
 
419
+ #: ../helper.php:898 ../admin/general_options.php:89
420
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
421
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
422
  msgid "Save Changes"
439
  msgid "Something bad happened"
440
  msgstr ""
441
 
442
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
443
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
444
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
445
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
464
  "Якщо цей параметр включений (рекомендується), Javascript файли будуть "
465
  "включені в нижній частині вашого сайту."
466
 
467
+ #: ../admin/general_options.php:37
468
  msgid "Load all Javascript files in single file"
469
  msgstr "Завантажити всі файли Javascript в одному файлі"
470
 
471
+ #: ../admin/general_options.php:47
472
  msgid "Loads Javascript in single request."
473
  msgstr "Завантажити Javascript в одному запиті."
474
 
475
+ #: ../admin/general_options.php:54
476
  msgid "Delete all the options on plugin deletion"
477
  msgstr "Видалити всі налаштування при видаленні плагіна"
478
 
479
+ #: ../admin/general_options.php:64
480
  msgid ""
481
  "If enabled, plugin options will get deleted when plugin is deleted/"
482
  "uninstalled and you will need to reconfigure the options when you install "
486
  "переустановлений, і ви повинні будете переналаштувати параметри при "
487
  "установці плагіна в наступний раз."
488
 
489
+ #: ../admin/general_options.php:71
490
  msgid "Custom CSS"
491
  msgstr "Користувальницькі CSS"
492
 
493
+ #: ../admin/general_options.php:81
494
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
495
  msgstr ""
496
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
497
 
498
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
499
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
500
  #: ../admin/like_buttons.php:790
501
  #, fuzzy
502
  msgid "Instagram Shoutout"
503
  msgstr "Instagram"
504
 
505
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
506
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
507
  #: ../admin/like_buttons.php:792
508
  msgid ""
3159
  msgid "RSS Feed URL:"
3160
  msgstr ""
3161
 
3162
+ #~ msgid "Click to hide help"
3163
+ #~ msgstr "Натисніть, щоб приховати довідку"
3164
+
3165
  #~ msgid "bit.ly Login"
3166
  #~ msgstr "bit.ly Логін"
3167
 
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
- "POT-Creation-Date: 2020-07-10 12:01+0530\n"
5
- "PO-Revision-Date: 2020-07-10 12:01+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -21,25 +21,25 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
- #: super_socializer.php:520
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
- #: super_socializer.php:524 super_socializer.php:538
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
- #: super_socializer.php:534
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
- #: super_socializer.php:708
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
- #: super_socializer.php:736
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -48,7 +48,7 @@ msgstr ""
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
- #: super_socializer.php:739
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -57,112 +57,112 @@ msgstr ""
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
- #: super_socializer.php:742
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
- #: super_socializer.php:924 helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
- #: super_socializer.php:924
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
- #: super_socializer.php:928
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
- #: super_socializer.php:946 admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
- #: super_socializer.php:949
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
- #: super_socializer.php:1018
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
- #: super_socializer.php:1034 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
- #: super_socializer.php:1034 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
- #: super_socializer.php:1034
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
- #: super_socializer.php:1280
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
- #: super_socializer.php:1280 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
- #: super_socializer.php:1348 helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
- #: super_socializer.php:1351
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
- #: super_socializer.php:1355
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
- #: super_socializer.php:1359 helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
- #: super_socializer.php:1363 helper.php:887
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
- #: super_socializer.php:1440
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
- #: super_socializer.php:1441
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
- #: super_socializer.php:1446
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
- #: super_socializer.php:1450 super_socializer.php:2148
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
- #: super_socializer.php:1690
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
- #: super_socializer.php:1692
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
- #: super_socializer.php:1703
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
- #: super_socializer.php:1712
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
@@ -170,14 +170,14 @@ msgid ""
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
- #: super_socializer.php:1721
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
- #: super_socializer.php:1730
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
@@ -186,7 +186,7 @@ msgstr ""
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
- #: super_socializer.php:1739
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
@@ -194,7 +194,7 @@ msgid ""
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
- #: super_socializer.php:1750
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -202,7 +202,7 @@ msgstr ""
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
- #: super_socializer.php:1759
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -210,7 +210,7 @@ msgid ""
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
- #: super_socializer.php:1768 super_socializer.php:1777
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -219,13 +219,13 @@ msgid ""
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
- #: super_socializer.php:1793
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
227
 
228
- #: super_socializer.php:1817
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -236,14 +236,14 @@ msgstr ""
236
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
237
  "target = \"_ black\" > </a>"
238
 
239
- #: super_socializer.php:1817 super_socializer.php:1842
240
- #: super_socializer.php:1867 super_socializer.php:1892
241
- #: super_socializer.php:1925 super_socializer.php:1953
242
- #: super_socializer.php:1980
243
  msgid "Okay"
244
  msgstr "好的"
245
 
246
- #: super_socializer.php:1842
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -254,7 +254,7 @@ msgstr ""
254
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
255
  "a>"
256
 
257
- #: super_socializer.php:1867
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -265,7 +265,7 @@ msgstr ""
265
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
266
  "black\" > </a>"
267
 
268
- #: super_socializer.php:1892
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -276,13 +276,13 @@ msgstr ""
276
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
277
  "black\" > </a>"
278
 
279
- #: super_socializer.php:1903
280
  #, php-format
281
  msgid ""
282
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
283
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
284
 
285
- #: super_socializer.php:1925
286
  #, php-format
287
  msgid ""
288
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -292,7 +292,7 @@ msgstr ""
292
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
293
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
294
 
295
- #: super_socializer.php:1953
296
  #, php-format
297
  msgid ""
298
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -301,7 +301,7 @@ msgid ""
301
  "your website %s with them. No need to copy-paste any code from their website."
302
  msgstr ""
303
 
304
- #: super_socializer.php:1980
305
  #, php-format
306
  msgid ""
307
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -312,7 +312,7 @@ msgstr ""
312
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
313
  "\" > </a>"
314
 
315
- #: super_socializer.php:2005
316
  #, fuzzy, php-format
317
  msgid ""
318
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -323,11 +323,11 @@ msgstr ""
323
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
324
  "black\" > </a>"
325
 
326
- #: super_socializer.php:2005 super_socializer.php:2032
327
  msgid "Dismiss"
328
  msgstr ""
329
 
330
- #: super_socializer.php:2031
331
  #, php-format
332
  msgid ""
333
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -336,7 +336,7 @@ msgid ""
336
  "that, clear share counts cache from \"Miscellaneous\" section"
337
  msgstr ""
338
 
339
- #: super_socializer.php:2224
340
  msgid ""
341
  "Your browser is blocking some features of this website. Please follow the "
342
  "instructions at {support_url} to unblock these."
@@ -356,10 +356,6 @@ msgstr "关闭该通知"
356
  msgid "Click to show help"
357
  msgstr "单击以显示帮助"
358
 
359
- #: helper.php:153
360
- msgid "Click to hide help"
361
- msgstr "单击隐藏帮助"
362
-
363
  #: helper.php:250
364
  msgid "Add-Ons"
365
  msgstr "加载项"
@@ -441,7 +437,7 @@ msgstr "小头像"
441
  msgid "Large Avatar"
442
  msgstr "大头像"
443
 
444
- #: helper.php:898 admin/general_options.php:92 admin/social_sharing.php:1944
445
  #: admin/social_commenting.php:400 admin/social_login.php:1269
446
  #: admin/like_buttons.php:780
447
  msgid "Save Changes"
@@ -463,7 +459,7 @@ msgstr "已删除"
463
  msgid "Something bad happened"
464
  msgstr "发生了一些不好的事情"
465
 
466
- #: admin/general_options.php:7 admin/general_options.php:96
467
  #: admin/social_sharing.php:5 admin/social_sharing.php:1948
468
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
469
  #: admin/social_login.php:5 admin/social_login.php:1273
@@ -485,40 +481,40 @@ msgid ""
485
  "your website."
486
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
487
 
488
- #: admin/general_options.php:38
489
  msgid "Load all Javascript files in single file"
490
  msgstr "在单个文件中加载所有的Javascript 文件"
491
 
492
- #: admin/general_options.php:48
493
  msgid "Loads Javascript in single request."
494
  msgstr "在单个请求中加载 Javascript。"
495
 
496
- #: admin/general_options.php:56
497
  msgid "Delete all the options on plugin deletion"
498
  msgstr "插件删除时删除所有选项"
499
 
500
- #: admin/general_options.php:66
501
  msgid ""
502
  "If enabled, plugin options will get deleted when plugin is deleted/"
503
  "uninstalled and you will need to reconfigure the options when you install "
504
  "the plugin next time."
505
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
506
 
507
- #: admin/general_options.php:74
508
  msgid "Custom CSS"
509
  msgstr "自定义CSS"
510
 
511
- #: admin/general_options.php:84
512
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
513
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
514
 
515
- #: admin/general_options.php:106 admin/social_sharing.php:1954
516
  #: admin/social_commenting.php:410 admin/social_login.php:1279
517
  #: admin/like_buttons.php:790
518
  msgid "Instagram Shoutout"
519
  msgstr ""
520
 
521
- #: admin/general_options.php:108 admin/social_sharing.php:1956
522
  #: admin/social_commenting.php:412 admin/social_login.php:1281
523
  #: admin/like_buttons.php:792
524
  #, fuzzy
@@ -2992,6 +2988,9 @@ msgstr "YouTube频道网址:"
2992
  msgid "RSS Feed URL:"
2993
  msgstr "RSS 订阅链接:"
2994
 
 
 
 
2995
  #~ msgid "bit.ly Login"
2996
  #~ msgstr "bit.ly登录"
2997
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2020-08-20 08:12+0530\n"
5
+ "PO-Revision-Date: 2020-08-20 08:12+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
 
24
+ #: super_socializer.php:523
25
  msgid "Problem fetching access token: "
26
  msgstr "获取access token的问题:"
27
 
28
+ #: super_socializer.php:527 super_socializer.php:541
29
  msgid "Facebook SDK returned an error: "
30
  msgstr "facebook sdk 返回了一个错误:"
31
 
32
+ #: super_socializer.php:537
33
  msgid "Graph returned an error: "
34
  msgstr ""
35
 
36
+ #: super_socializer.php:726
37
  msgid ""
38
  "cURL is not enabled at your website server. Please contact your website "
39
  "server administrator to enable it."
40
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
41
 
42
+ #: super_socializer.php:754
43
  #, php-format
44
  msgid ""
45
  "Enter exactly the following url in <strong>Website</strong> option in your "
48
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
49
  "%s)"
50
 
51
+ #: super_socializer.php:757
52
  #, php-format
53
  msgid ""
54
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
57
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
58
  "3 %s)"
59
 
60
+ #: super_socializer.php:760
61
  msgid ""
62
  "Make sure cURL is enabled at your website server. You may need to contact "
63
  "the server administrator of your website to verify this"
64
  msgstr ""
65
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实。"
66
 
67
+ #: super_socializer.php:942 helper.php:961
68
  msgid "Please verify your email address to login."
69
  msgstr "请验证您的电子邮件地址以便登录。"
70
 
71
+ #: super_socializer.php:942
72
  msgid "Your email has been verified. Now you can login to your account"
73
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
74
 
75
+ #: super_socializer.php:946
76
  msgid "Notification"
77
  msgstr "通知"
78
 
79
+ #: super_socializer.php:964 admin/social_login.php:779
80
  msgid "Email required"
81
  msgstr "邮件地址(比选)"
82
 
83
+ #: super_socializer.php:967
84
  msgid "Please check your email inbox to complete the registration."
85
  msgstr "请检查您的电子邮件收件箱以完成注册。"
86
 
87
+ #: super_socializer.php:1036
88
  msgid "Leave a reply"
89
  msgstr "回复"
90
 
91
+ #: super_socializer.php:1052 inc/social_sharing.php:241
92
  msgid "Shares"
93
  msgstr "分享"
94
 
95
+ #: super_socializer.php:1052 inc/social_sharing.php:241
96
  msgid "Share"
97
  msgstr "分享"
98
 
99
+ #: super_socializer.php:1052
100
  msgid "Link copied."
101
  msgstr "链接已复制。"
102
 
103
+ #: super_socializer.php:1298
104
  msgid "Super Socializer - General Options"
105
  msgstr "Super Socializer-常规选项"
106
 
107
+ #: super_socializer.php:1298 admin/general_options.php:15
108
  #: admin/social_commenting.php:47
109
  msgid "General Options"
110
  msgstr "常规选项"
111
 
112
+ #: super_socializer.php:1366 helper.php:883
113
  msgid "Social Avatar"
114
  msgstr "社会化头像"
115
 
116
+ #: super_socializer.php:1369
117
  msgid "Small Avatar Url"
118
  msgstr "小头像 Url"
119
 
120
+ #: super_socializer.php:1373
121
  msgid "Large Avatar Url"
122
  msgstr "大头像 Url"
123
 
124
+ #: super_socializer.php:1377 helper.php:886
125
  msgid ""
126
  "Do not fetch and update social avatar from my profile, next time I Social "
127
  "Login"
128
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
129
 
130
+ #: super_socializer.php:1381 helper.php:887
131
  msgid "Update social avatar, next time I Social Login"
132
  msgstr "更新社会化头像,下次社会化登录"
133
 
134
+ #: super_socializer.php:1458
135
  msgid "Login with your Social ID"
136
  msgstr "使用您的社交 ID登录"
137
 
138
+ #: super_socializer.php:1459
139
  msgid "Email you entered is already registered or invalid"
140
  msgstr "您输入的电子邮件已经注册或无效"
141
 
142
+ #: super_socializer.php:1464
143
  msgid "Please enter a valid email address. You might be required to verify it"
144
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
145
 
146
+ #: super_socializer.php:1468 super_socializer.php:2166
147
  msgid "Link your social account to login to your account at this website"
148
  msgstr "链接你的社会化媒体帐户登录您本站账号"
149
 
150
+ #: super_socializer.php:1708
151
  msgid "Thanks for installing Super Socializer plugin"
152
  msgstr ""
153
 
154
+ #: super_socializer.php:1710
155
  msgid "Configure the Plugin"
156
  msgstr ""
157
 
158
+ #: super_socializer.php:1721
159
  #, fuzzy
160
  msgid ""
161
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
162
  "current version of Super Socializer"
163
  msgstr "更新 \"facebook 评论审核\" 加载项与当前版本的Super Socialzer"
164
 
165
+ #: super_socializer.php:1730
166
  #, fuzzy
167
  msgid ""
168
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
170
  msgstr ""
171
  "更新 \"facebook 评论通知程序\" 加载项, 以与当前版本的超级社交提供兼容性"
172
 
173
+ #: super_socializer.php:1739
174
  #, fuzzy
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socializer"
178
  msgstr "更新 \"社交登录按钮\" 加载项与当前版本的超级社交器兼容"
179
 
180
+ #: super_socializer.php:1748
181
  #, fuzzy
182
  msgid ""
183
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
186
  "更新 \"社交分享 mycred 集成\" 加载项, 以最大限度地与当前版本的超级社交提供兼"
187
  "容"
188
 
189
+ #: super_socializer.php:1757
190
  #, fuzzy
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
194
  msgstr ""
195
  "更新 \"社交登录 mycred 集成\" 加载项, 以最大限度地兼容当前版本的超级社交"
196
 
197
+ #: super_socializer.php:1768
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
203
  "处 </a>"
204
 
205
+ #: super_socializer.php:1777
206
  #, php-format
207
  msgid ""
208
  "To continue using Instagram login create a new Instagram App as described <a "
210
  "Instagram App Secret <a href=\"%s\">here</a>"
211
  msgstr ""
212
 
213
+ #: super_socializer.php:1786 super_socializer.php:1795
214
  #, php-format
215
  msgid ""
216
  "To continue using bitly url shortener, login to your bit.ly account and "
219
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
220
  msgstr ""
221
 
222
+ #: super_socializer.php:1811
223
  #, php-format
224
  msgid ""
225
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
226
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
227
 
228
+ #: super_socializer.php:1835
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
236
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
237
  "target = \"_ black\" > </a>"
238
 
239
+ #: super_socializer.php:1835 super_socializer.php:1860
240
+ #: super_socializer.php:1885 super_socializer.php:1910
241
+ #: super_socializer.php:1943 super_socializer.php:1971
242
+ #: super_socializer.php:1998
243
  msgid "Okay"
244
  msgstr "好的"
245
 
246
+ #: super_socializer.php:1860
247
  #, php-format
248
  msgid ""
249
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
254
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
255
  "a>"
256
 
257
+ #: super_socializer.php:1885
258
  #, php-format
259
  msgid ""
260
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
265
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
266
  "black\" > </a>"
267
 
268
+ #: super_socializer.php:1910
269
  #, php-format
270
  msgid ""
271
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
276
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
277
  "black\" > </a>"
278
 
279
+ #: super_socializer.php:1921
280
  #, php-format
281
  msgid ""
282
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
283
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
284
 
285
+ #: super_socializer.php:1943
286
  #, php-format
287
  msgid ""
288
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
292
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
293
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
294
 
295
+ #: super_socializer.php:1971
296
  #, php-format
297
  msgid ""
298
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
301
  "your website %s with them. No need to copy-paste any code from their website."
302
  msgstr ""
303
 
304
+ #: super_socializer.php:1998
305
  #, php-format
306
  msgid ""
307
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
312
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
313
  "\" > </a>"
314
 
315
+ #: super_socializer.php:2023
316
  #, fuzzy, php-format
317
  msgid ""
318
  "If you cannot get Linkedin login to work after updating the plugin, replace "
323
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
324
  "black\" > </a>"
325
 
326
+ #: super_socializer.php:2023 super_socializer.php:2050
327
  msgid "Dismiss"
328
  msgstr ""
329
 
330
+ #: super_socializer.php:2049
331
  #, php-format
332
  msgid ""
333
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
336
  "that, clear share counts cache from \"Miscellaneous\" section"
337
  msgstr ""
338
 
339
+ #: super_socializer.php:2242
340
  msgid ""
341
  "Your browser is blocking some features of this website. Please follow the "
342
  "instructions at {support_url} to unblock these."
356
  msgid "Click to show help"
357
  msgstr "单击以显示帮助"
358
 
 
 
 
 
359
  #: helper.php:250
360
  msgid "Add-Ons"
361
  msgstr "加载项"
437
  msgid "Large Avatar"
438
  msgstr "大头像"
439
 
440
+ #: helper.php:898 admin/general_options.php:89 admin/social_sharing.php:1944
441
  #: admin/social_commenting.php:400 admin/social_login.php:1269
442
  #: admin/like_buttons.php:780
443
  msgid "Save Changes"
459
  msgid "Something bad happened"
460
  msgstr "发生了一些不好的事情"
461
 
462
+ #: admin/general_options.php:7 admin/general_options.php:93
463
  #: admin/social_sharing.php:5 admin/social_sharing.php:1948
464
  #: admin/social_commenting.php:5 admin/social_commenting.php:404
465
  #: admin/social_login.php:5 admin/social_login.php:1273
481
  "your website."
482
  msgstr "如果启用 (推荐),Javascript 文件将包含在您的网站的页脚。"
483
 
484
+ #: admin/general_options.php:37
485
  msgid "Load all Javascript files in single file"
486
  msgstr "在单个文件中加载所有的Javascript 文件"
487
 
488
+ #: admin/general_options.php:47
489
  msgid "Loads Javascript in single request."
490
  msgstr "在单个请求中加载 Javascript。"
491
 
492
+ #: admin/general_options.php:54
493
  msgid "Delete all the options on plugin deletion"
494
  msgstr "插件删除时删除所有选项"
495
 
496
+ #: admin/general_options.php:64
497
  msgid ""
498
  "If enabled, plugin options will get deleted when plugin is deleted/"
499
  "uninstalled and you will need to reconfigure the options when you install "
500
  "the plugin next time."
501
  msgstr "如果启用,当插件被删除或卸载,下次安装,您将需要重新配置选项."
502
 
503
+ #: admin/general_options.php:71
504
  msgid "Custom CSS"
505
  msgstr "自定义CSS"
506
 
507
+ #: admin/general_options.php:81
508
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
509
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
510
 
511
+ #: admin/general_options.php:103 admin/social_sharing.php:1954
512
  #: admin/social_commenting.php:410 admin/social_login.php:1279
513
  #: admin/like_buttons.php:790
514
  msgid "Instagram Shoutout"
515
  msgstr ""
516
 
517
+ #: admin/general_options.php:105 admin/social_sharing.php:1956
518
  #: admin/social_commenting.php:412 admin/social_login.php:1281
519
  #: admin/like_buttons.php:792
520
  #, fuzzy
2988
  msgid "RSS Feed URL:"
2989
  msgstr "RSS 订阅链接:"
2990
 
2991
+ #~ msgid "Click to hide help"
2992
+ #~ msgstr "单击隐藏帮助"
2993
+
2994
  #~ msgid "bit.ly Login"
2995
  #~ msgstr "bit.ly登录"
2996
 
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-07-10 12:02+0530\n"
6
- "PO-Revision-Date: 2020-07-10 12:02+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -15,172 +15,172 @@ msgstr ""
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../super_socializer.php:520
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
- #: ../super_socializer.php:524 ../super_socializer.php:538
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
- #: ../super_socializer.php:534
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
- #: ../super_socializer.php:708
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
- #: ../super_socializer.php:736
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
- #: ../super_socializer.php:739
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
- #: ../super_socializer.php:742
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
- #: ../super_socializer.php:924 ../helper.php:961
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
- #: ../super_socializer.php:924
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
- #: ../super_socializer.php:928
65
  msgid "Notification"
66
  msgstr ""
67
 
68
- #: ../super_socializer.php:946 ../admin/social_login.php:779
69
  msgid "Email required"
70
  msgstr ""
71
 
72
- #: ../super_socializer.php:949
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
- #: ../super_socializer.php:1018
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
- #: ../super_socializer.php:1034 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
- #: ../super_socializer.php:1034
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
- #: ../super_socializer.php:1280
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
- #: ../super_socializer.php:1280 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
- #: ../super_socializer.php:1348 ../helper.php:883
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
- #: ../super_socializer.php:1351
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
- #: ../super_socializer.php:1355
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
- #: ../super_socializer.php:1359 ../helper.php:886
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
- #: ../super_socializer.php:1363 ../helper.php:887
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
- #: ../super_socializer.php:1440
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
- #: ../super_socializer.php:1441
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
- #: ../super_socializer.php:1446
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
- #: ../super_socializer.php:1450 ../super_socializer.php:2148
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1690
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1692
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1703
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
- #: ../super_socializer.php:1712
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
- #: ../super_socializer.php:1721
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
- #: ../super_socializer.php:1730
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
- #: ../super_socializer.php:1739
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
- #: ../super_socializer.php:1750
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
- #: ../super_socializer.php:1759
184
  #, php-format
185
  msgid ""
186
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -188,7 +188,7 @@ msgid ""
188
  "Instagram App Secret <a href=\"%s\">here</a>"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1768 ../super_socializer.php:1777
192
  #, php-format
193
  msgid ""
194
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -197,13 +197,13 @@ msgid ""
197
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1793
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1817
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -211,14 +211,14 @@ msgid ""
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1817 ../super_socializer.php:1842
215
- #: ../super_socializer.php:1867 ../super_socializer.php:1892
216
- #: ../super_socializer.php:1925 ../super_socializer.php:1953
217
- #: ../super_socializer.php:1980
218
  msgid "Okay"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1842
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -226,7 +226,7 @@ msgid ""
226
  "\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1867
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -234,7 +234,7 @@ msgid ""
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
- #: ../super_socializer.php:1892
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -242,13 +242,13 @@ msgid ""
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1903
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
- #: ../super_socializer.php:1925
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -256,7 +256,7 @@ msgid ""
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
- #: ../super_socializer.php:1953
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -265,7 +265,7 @@ msgid ""
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
- #: ../super_socializer.php:1980
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -273,7 +273,7 @@ msgid ""
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
- #: ../super_socializer.php:2005
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -281,11 +281,11 @@ msgid ""
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
- #: ../super_socializer.php:2005 ../super_socializer.php:2032
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
- #: ../super_socializer.php:2031
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
@@ -294,7 +294,7 @@ msgid ""
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
- #: ../super_socializer.php:2224
298
  msgid ""
299
  "Your browser is blocking some features of this website. Please follow the "
300
  "instructions at {support_url} to unblock these."
@@ -312,10 +312,6 @@ msgstr ""
312
  msgid "Click to show help"
313
  msgstr ""
314
 
315
- #: ../helper.php:153
316
- msgid "Click to hide help"
317
- msgstr ""
318
-
319
  #: ../helper.php:250
320
  msgid "Add-Ons"
321
  msgstr ""
@@ -396,7 +392,7 @@ msgstr ""
396
  msgid "Large Avatar"
397
  msgstr ""
398
 
399
- #: ../helper.php:898 ../admin/general_options.php:92
400
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
401
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
402
  msgid "Save Changes"
@@ -418,7 +414,7 @@ msgstr ""
418
  msgid "Something bad happened"
419
  msgstr ""
420
 
421
- #: ../admin/general_options.php:7 ../admin/general_options.php:96
422
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
423
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
424
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
@@ -439,40 +435,40 @@ msgid ""
439
  "your website."
440
  msgstr ""
441
 
442
- #: ../admin/general_options.php:38
443
  msgid "Load all Javascript files in single file"
444
  msgstr ""
445
 
446
- #: ../admin/general_options.php:48
447
  msgid "Loads Javascript in single request."
448
  msgstr ""
449
 
450
- #: ../admin/general_options.php:56
451
  msgid "Delete all the options on plugin deletion"
452
  msgstr ""
453
 
454
- #: ../admin/general_options.php:66
455
  msgid ""
456
  "If enabled, plugin options will get deleted when plugin is deleted/"
457
  "uninstalled and you will need to reconfigure the options when you install "
458
  "the plugin next time."
459
  msgstr ""
460
 
461
- #: ../admin/general_options.php:74
462
  msgid "Custom CSS"
463
  msgstr ""
464
 
465
- #: ../admin/general_options.php:84
466
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
467
  msgstr ""
468
 
469
- #: ../admin/general_options.php:106 ../admin/social_sharing.php:1954
470
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
471
  #: ../admin/like_buttons.php:790
472
  msgid "Instagram Shoutout"
473
  msgstr ""
474
 
475
- #: ../admin/general_options.php:108 ../admin/social_sharing.php:1956
476
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
477
  #: ../admin/like_buttons.php:792
478
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-08-20 08:14+0530\n"
6
+ "PO-Revision-Date: 2020-08-20 08:14+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
15
  "X-Generator: Poedit 1.5.4\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../super_socializer.php:523
19
  msgid "Problem fetching access token: "
20
  msgstr ""
21
 
22
+ #: ../super_socializer.php:527 ../super_socializer.php:541
23
  msgid "Facebook SDK returned an error: "
24
  msgstr ""
25
 
26
+ #: ../super_socializer.php:537
27
  msgid "Graph returned an error: "
28
  msgstr ""
29
 
30
+ #: ../super_socializer.php:726
31
  msgid ""
32
  "cURL is not enabled at your website server. Please contact your website "
33
  "server administrator to enable it."
34
  msgstr ""
35
 
36
+ #: ../super_socializer.php:754
37
  #, php-format
38
  msgid ""
39
  "Enter exactly the following url in <strong>Website</strong> option in your "
40
  "Twitter app (see step 3 %s)"
41
  msgstr ""
42
 
43
+ #: ../super_socializer.php:757
44
  #, php-format
45
  msgid ""
46
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
47
  "your Twitter app (see step 3 %s)"
48
  msgstr ""
49
 
50
+ #: ../super_socializer.php:760
51
  msgid ""
52
  "Make sure cURL is enabled at your website server. You may need to contact "
53
  "the server administrator of your website to verify this"
54
  msgstr ""
55
 
56
+ #: ../super_socializer.php:942 ../helper.php:961
57
  msgid "Please verify your email address to login."
58
  msgstr ""
59
 
60
+ #: ../super_socializer.php:942
61
  msgid "Your email has been verified. Now you can login to your account"
62
  msgstr ""
63
 
64
+ #: ../super_socializer.php:946
65
  msgid "Notification"
66
  msgstr ""
67
 
68
+ #: ../super_socializer.php:964 ../admin/social_login.php:779
69
  msgid "Email required"
70
  msgstr ""
71
 
72
+ #: ../super_socializer.php:967
73
  msgid "Please check your email inbox to complete the registration."
74
  msgstr ""
75
 
76
+ #: ../super_socializer.php:1036
77
  msgid "Leave a reply"
78
  msgstr ""
79
 
80
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
81
  msgid "Shares"
82
  msgstr ""
83
 
84
+ #: ../super_socializer.php:1052 ../inc/social_sharing.php:241
85
  msgid "Share"
86
  msgstr ""
87
 
88
+ #: ../super_socializer.php:1052
89
  msgid "Link copied."
90
  msgstr ""
91
 
92
+ #: ../super_socializer.php:1298
93
  msgid "Super Socializer - General Options"
94
  msgstr ""
95
 
96
+ #: ../super_socializer.php:1298 ../admin/general_options.php:15
97
  #: ../admin/social_commenting.php:47
98
  msgid "General Options"
99
  msgstr ""
100
 
101
+ #: ../super_socializer.php:1366 ../helper.php:883
102
  msgid "Social Avatar"
103
  msgstr ""
104
 
105
+ #: ../super_socializer.php:1369
106
  msgid "Small Avatar Url"
107
  msgstr ""
108
 
109
+ #: ../super_socializer.php:1373
110
  msgid "Large Avatar Url"
111
  msgstr ""
112
 
113
+ #: ../super_socializer.php:1377 ../helper.php:886
114
  msgid ""
115
  "Do not fetch and update social avatar from my profile, next time I Social "
116
  "Login"
117
  msgstr ""
118
 
119
+ #: ../super_socializer.php:1381 ../helper.php:887
120
  msgid "Update social avatar, next time I Social Login"
121
  msgstr ""
122
 
123
+ #: ../super_socializer.php:1458
124
  msgid "Login with your Social ID"
125
  msgstr ""
126
 
127
+ #: ../super_socializer.php:1459
128
  msgid "Email you entered is already registered or invalid"
129
  msgstr ""
130
 
131
+ #: ../super_socializer.php:1464
132
  msgid "Please enter a valid email address. You might be required to verify it"
133
  msgstr ""
134
 
135
+ #: ../super_socializer.php:1468 ../super_socializer.php:2166
136
  msgid "Link your social account to login to your account at this website"
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1708
140
  msgid "Thanks for installing Super Socializer plugin"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1710
144
  msgid "Configure the Plugin"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1721
148
  msgid ""
149
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
150
  "current version of Super Socializer"
151
  msgstr ""
152
 
153
+ #: ../super_socializer.php:1730
154
  msgid ""
155
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
156
  "version of Super Socializer"
157
  msgstr ""
158
 
159
+ #: ../super_socializer.php:1739
160
  msgid ""
161
  "Update \"Social Login Buttons\" add-on for compatibility with current "
162
  "version of Super Socializer"
163
  msgstr ""
164
 
165
+ #: ../super_socializer.php:1748
166
  msgid ""
167
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
168
  "with current version of Super Socializer"
169
  msgstr ""
170
 
171
+ #: ../super_socializer.php:1757
172
  msgid ""
173
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
174
  "with current version of Super Socializer"
175
  msgstr ""
176
 
177
+ #: ../super_socializer.php:1768
178
  #, php-format
179
  msgid ""
180
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
181
  msgstr ""
182
 
183
+ #: ../super_socializer.php:1777
184
  #, php-format
185
  msgid ""
186
  "To continue using Instagram login create a new Instagram App as described <a "
188
  "Instagram App Secret <a href=\"%s\">here</a>"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1786 ../super_socializer.php:1795
192
  #, php-format
193
  msgid ""
194
  "To continue using bitly url shortener, login to your bit.ly account and "
197
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1811
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1835
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1835 ../super_socializer.php:1860
215
+ #: ../super_socializer.php:1885 ../super_socializer.php:1910
216
+ #: ../super_socializer.php:1943 ../super_socializer.php:1971
217
+ #: ../super_socializer.php:1998
218
  msgid "Okay"
219
  msgstr ""
220
 
221
+ #: ../super_socializer.php:1860
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
226
  "\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1885
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1910
238
  #, php-format
239
  msgid ""
240
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
242
  "target=\"_blank\">here</a>"
243
  msgstr ""
244
 
245
+ #: ../super_socializer.php:1921
246
  #, php-format
247
  msgid ""
248
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1943
252
  #, php-format
253
  msgid ""
254
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
256
  "\"%s\" target=\"_blank\">here</a>"
257
  msgstr ""
258
 
259
+ #: ../super_socializer.php:1971
260
  #, php-format
261
  msgid ""
262
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
265
  "your website %s with them. No need to copy-paste any code from their website."
266
  msgstr ""
267
 
268
+ #: ../super_socializer.php:1998
269
  #, php-format
270
  msgid ""
271
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
273
  "\"%s\" target=\"_blank\">here</a>"
274
  msgstr ""
275
 
276
+ #: ../super_socializer.php:2023
277
  #, php-format
278
  msgid ""
279
  "If you cannot get Linkedin login to work after updating the plugin, replace "
281
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
282
  msgstr ""
283
 
284
+ #: ../super_socializer.php:2023 ../super_socializer.php:2050
285
  msgid "Dismiss"
286
  msgstr ""
287
 
288
+ #: ../super_socializer.php:2049
289
  #, php-format
290
  msgid ""
291
  "Save Facebook App ID and Secret keys in \"Standard Interface\" and/or "
294
  "that, clear share counts cache from \"Miscellaneous\" section"
295
  msgstr ""
296
 
297
+ #: ../super_socializer.php:2242
298
  msgid ""
299
  "Your browser is blocking some features of this website. Please follow the "
300
  "instructions at {support_url} to unblock these."
312
  msgid "Click to show help"
313
  msgstr ""
314
 
 
 
 
 
315
  #: ../helper.php:250
316
  msgid "Add-Ons"
317
  msgstr ""
392
  msgid "Large Avatar"
393
  msgstr ""
394
 
395
+ #: ../helper.php:898 ../admin/general_options.php:89
396
  #: ../admin/social_sharing.php:1944 ../admin/social_commenting.php:400
397
  #: ../admin/social_login.php:1269 ../admin/like_buttons.php:780
398
  msgid "Save Changes"
414
  msgid "Something bad happened"
415
  msgstr ""
416
 
417
+ #: ../admin/general_options.php:7 ../admin/general_options.php:93
418
  #: ../admin/social_sharing.php:5 ../admin/social_sharing.php:1948
419
  #: ../admin/social_commenting.php:5 ../admin/social_commenting.php:404
420
  #: ../admin/social_login.php:5 ../admin/social_login.php:1273
435
  "your website."
436
  msgstr ""
437
 
438
+ #: ../admin/general_options.php:37
439
  msgid "Load all Javascript files in single file"
440
  msgstr ""
441
 
442
+ #: ../admin/general_options.php:47
443
  msgid "Loads Javascript in single request."
444
  msgstr ""
445
 
446
+ #: ../admin/general_options.php:54
447
  msgid "Delete all the options on plugin deletion"
448
  msgstr ""
449
 
450
+ #: ../admin/general_options.php:64
451
  msgid ""
452
  "If enabled, plugin options will get deleted when plugin is deleted/"
453
  "uninstalled and you will need to reconfigure the options when you install "
454
  "the plugin next time."
455
  msgstr ""
456
 
457
+ #: ../admin/general_options.php:71
458
  msgid "Custom CSS"
459
  msgstr ""
460
 
461
+ #: ../admin/general_options.php:81
462
  msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
463
  msgstr ""
464
 
465
+ #: ../admin/general_options.php:103 ../admin/social_sharing.php:1954
466
  #: ../admin/social_commenting.php:410 ../admin/social_login.php:1279
467
  #: ../admin/like_buttons.php:790
468
  msgid "Instagram Shoutout"
469
  msgstr ""
470
 
471
+ #: ../admin/general_options.php:105 ../admin/social_sharing.php:1956
472
  #: ../admin/social_commenting.php:412 ../admin/social_login.php:1281
473
  #: ../admin/like_buttons.php:792
474
  msgid ""
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Heateor, farhan8heateor, jatin8heateor, the_champ, Hungarian Trans
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Windows Live Login, Microsoft Login
5
  Requires at least: 2.5.0
6
- Tested up to: 5.4.2
7
- Stable tag: 7.12.48
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -211,6 +211,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
 
 
 
214
  = 7.12.48 [4 August 2020] =
215
  [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
216
 
@@ -2087,4 +2090,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2087
  [Improvement] Updated Clipboard JS to latest version 2.0.6
2088
 
2089
  = 7.12.48 [4 August 2020] =
2090
- [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
 
 
 
3
  Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Windows Live Login, Microsoft Login
5
  Requires at least: 2.5.0
6
+ Tested up to: 5.5
7
+ Stable tag: 7.12.50
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
211
  8. **Social Commenting**: Disqus Commenting selected
212
 
213
  == Changelog ==
214
+ = 7.12.50 [20 August 2020] =
215
+ [Improvement] Admin UI improvements
216
+
217
  = 7.12.48 [4 August 2020] =
218
  [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
219
 
2090
  [Improvement] Updated Clipboard JS to latest version 2.0.6
2091
 
2092
  = 7.12.48 [4 August 2020] =
2093
+ [Bugfix] Instagram login was not triggering Instagram login form in the social login popup
2094
+
2095
+ = 7.12.50 [20 August 2020] =
2096
+ [Improvement] Admin UI improvements
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.12.48
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.12.48');
15
 
16
  require 'helper.php';
17
 
@@ -1938,7 +1938,7 @@ function the_champ_addon_update_notification(){
1938
  });
1939
  }
1940
  </script>
1941
- <div id="heateor_ss_gdpr_notification" class="update-nag">
1942
  <h3>Super Socializer</h3>
1943
  <p><?php echo sprintf(__('This plugin is GDPR compliant. You need to update the privacy policy of your website regarding the personal data this plugin saves, as mentioned <a href="%s" target="_blank">here</a>', 'super-socializer'), 'http://support.heateor.com/gdpr-and-our-plugins'); ?><input type="button" onclick="heateorSsGDPRNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'super-socializer') ?>" /></p>
1944
  </div>
@@ -1966,7 +1966,7 @@ function the_champ_addon_update_notification(){
1966
  });
1967
  }
1968
  </script>
1969
- <div id="heateor_ss_twitcount_notification" class="update-nag">
1970
  <h3>Super Socializer</h3>
1971
  <p><?php echo sprintf( __( 'Now plugin supports a new service Twitcount.com to show Twitter shares. To continue showing the Twitter shares, click "Give me my Twitter counts back" button at <a href="%s" target="_blank">their website</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ); ?><input type="button" onclick="heateorSsTwitcountNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e( 'Okay', 'super-socializer' ) ?>" /></p>
1972
  </div>
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.12.50
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.12.50');
15
 
16
  require 'helper.php';
17
 
1938
  });
1939
  }
1940
  </script>
1941
+ <div id="heateor_ss_gdpr_notification" class="notice notice-warning">
1942
  <h3>Super Socializer</h3>
1943
  <p><?php echo sprintf(__('This plugin is GDPR compliant. You need to update the privacy policy of your website regarding the personal data this plugin saves, as mentioned <a href="%s" target="_blank">here</a>', 'super-socializer'), 'http://support.heateor.com/gdpr-and-our-plugins'); ?><input type="button" onclick="heateorSsGDPRNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'super-socializer') ?>" /></p>
1944
  </div>
1966
  });
1967
  }
1968
  </script>
1969
+ <div id="heateor_ss_twitcount_notification" class="notice notice-warning">
1970
  <h3>Super Socializer</h3>
1971
  <p><?php echo sprintf( __( 'Now plugin supports a new service Twitcount.com to show Twitter shares. To continue showing the Twitter shares, click "Give me my Twitter counts back" button at <a href="%s" target="_blank">their website</a> and register your website %s with them. No need to copy-paste any code from their website.', 'super-socializer' ), 'http://twitcount.com', home_url() ); ?><input type="button" onclick="heateorSsTwitcountNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e( 'Okay', 'super-socializer' ) ?>" /></p>
1972
  </div>