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

Version Description

[23 May 2022] = * [New] Added a new option to choose one of underscore, dot or dash in the usernames of the new users to join first and last names * [Improvement] Code quality improvement

Download this release

Release Info

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

Code changes from version 7.13.33 to 7.13.34

admin/general_options.php CHANGED
@@ -20,7 +20,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
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" />
24
  </td>
25
  </tr>
26
 
@@ -37,7 +37,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
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" />
41
  </td>
42
  </tr>
43
 
@@ -54,7 +54,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
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" />
58
  </td>
59
  </tr>
60
 
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" />
24
  </td>
25
  </tr>
26
 
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" />
41
  </td>
42
  </tr>
43
 
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" />
58
  </td>
59
  </tr>
60
 
admin/like_buttons.php CHANGED
@@ -19,7 +19,7 @@
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" />
23
  </td>
24
  </tr>
25
 
@@ -64,7 +64,7 @@
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" />
68
  </td>
69
  </tr>
70
 
@@ -83,11 +83,11 @@
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" />
87
  <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
88
- <input id="the_champ_target_url_home" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo isset($theChampCounterOptions['horizontal_target_url']) && $theChampCounterOptions['horizontal_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
89
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
90
- <input id="the_champ_target_url_custom" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo isset($theChampCounterOptions['horizontal_target_url']) && $theChampCounterOptions['horizontal_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
91
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
92
  <input id="the_champ_target_url_custom_url" name="the_champ_counter[horizontal_target_url_custom]" type="text" value="<?php echo isset($theChampCounterOptions['horizontal_target_url_custom']) ? $theChampCounterOptions['horizontal_target_url_custom'] : '' ?>" />
93
  </td>
@@ -133,7 +133,7 @@
133
  $label = implode(' ', $labelParts);
134
  ?>
135
  <li>
136
- <input id="the_champ_counter_<?php echo $selected ?>" name="the_champ_counter[horizontal_providers][]" type="checkbox" checked = "checked" value="<?php echo $selected ?>" />
137
  <label for="the_champ_counter_<?php echo $selected ?>"><?php _e($label, 'super-socializer'); ?></label>
138
  </li>
139
  <?php
@@ -194,9 +194,9 @@
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" />
198
  <label for="the_champ_counter_top"><?php _e('Top of the content', 'super-socializer') ?></label><br/>
199
- <input id="the_champ_counter_bottom" name="the_champ_counter[bottom]" type="checkbox" <?php echo isset($theChampCounterOptions['bottom']) ? 'checked = "checked"' : '';?> value="1" />
200
  <label for="the_champ_counter_bottom"><?php _e('Bottom of the content', 'super-socializer') ?></label>
201
  </td>
202
  </tr>
@@ -214,17 +214,17 @@
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" />
218
  <label for="the_champ_counter_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
219
- <input id="the_champ_counter_post" name="the_champ_counter[post]" type="checkbox" <?php echo isset($theChampCounterOptions['post']) ? 'checked = "checked"' : '';?> value="1" />
220
  <label for="the_champ_counter_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
221
- <input id="the_champ_counter_page" name="the_champ_counter[page]" type="checkbox" <?php echo isset($theChampCounterOptions['page']) ? 'checked = "checked"' : '';?> value="1" />
222
  <label for="the_champ_counter_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
223
- <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
224
  <label for="the_champ_counter_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
225
- <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
226
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
227
- <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
228
  <label for="the_champ_counter_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
229
  <?php
230
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
@@ -232,7 +232,7 @@
232
  if( count( $post_types ) ) {
233
  foreach ( $post_types as $post_type ) {
234
  ?>
235
- <input id="the_champ_counter_<?php echo $post_type ?>" name="the_champ_counter[<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampCounterOptions[$post_type]) ? 'checked = "checked"' : '';?> value="1" />
236
  <label for="the_champ_counter_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
237
  <?php
238
  }
@@ -240,36 +240,36 @@
240
  if($theChampIsBpActive){
241
  ?>
242
  <br/>
243
- <input id="the_champ_counter_bp_activity" name="the_champ_counter[bp_activity]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
244
  <label for="the_champ_counter_bp_activity"><?php _e('BuddyPress activity', 'super-socializer') ?></label>
245
  <br/>
246
- <input id="the_champ_counter_bp_group" name="the_champ_counter[bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_group']) ? 'checked = "checked"' : '';?> value="1" />
247
  <label for="the_champ_counter_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer') ?></label>
248
  <?php
249
  }
250
  if(function_exists('is_bbpress')){
251
  ?>
252
  <br/>
253
- <input id="the_champ_counter_bb_forum" name="the_champ_counter[bb_forum]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_forum']) ? 'checked = "checked"' : '';?> value="1" />
254
  <label for="the_champ_counter_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
255
  <br/>
256
- <input id="the_champ_counter_bb_topic" name="the_champ_counter[bb_topic]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_topic']) ? 'checked = "checked"' : '';?> value="1" />
257
  <label for="the_champ_counter_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
258
  <br/>
259
- <input id="the_champ_counter_bb_reply" name="the_champ_counter[bb_reply]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_reply']) ? 'checked = "checked"' : '';?> value="1" />
260
  <label for="the_champ_counter_bb_reply"><?php _e('BBPress reply', 'super-socializer') ?></label>
261
  <?php
262
  }
263
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
264
  ?>
265
  <br/>
266
- <input id="the_champ_counter_woocom_shop" name="the_champ_counter[woocom_shop]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_shop']) ? 'checked = "checked"' : '';?> value="1" />
267
  <label for="the_champ_counter_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer') ?></label>
268
  <br/>
269
- <input id="the_champ_counter_woocom_product" name="the_champ_counter[woocom_product]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_product']) ? 'checked = "checked"' : '';?> value="1" />
270
  <label for="the_champ_counter_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer') ?></label>
271
  <br/>
272
- <input id="the_champ_counter_woocom_thankyou" name="the_champ_counter[woocom_thankyou]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_thankyou']) ? 'checked = "checked"' : '';?> value="1" />
273
  <label for="the_champ_counter_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer') ?></label>
274
  <br/>
275
  <?php
@@ -307,7 +307,7 @@
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" />
311
  </td>
312
  </tr>
313
 
@@ -326,11 +326,11 @@
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" />
330
  <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
331
- <input id="the_champ_vertical_target_url_home" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo isset($theChampCounterOptions['vertical_target_url']) && $theChampCounterOptions['vertical_target_url'] == 'home' ? 'checked = "checked"' : '';?> value="home" />
332
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
333
- <input id="the_champ_vertical_target_url_custom" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo isset($theChampCounterOptions['vertical_target_url']) && $theChampCounterOptions['vertical_target_url'] == 'custom' ? 'checked = "checked"' : '';?> value="custom" />
334
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
335
  <input id="the_champ_vertical_target_url_custom_url" name="the_champ_counter[vertical_target_url_custom]" type="text" value="<?php echo isset($theChampCounterOptions['vertical_target_url_custom']) ? $theChampCounterOptions['vertical_target_url_custom'] : '' ?>" />
336
  </td>
@@ -358,7 +358,7 @@
358
  $label = implode(' ', $labelParts);
359
  ?>
360
  <li>
361
- <input id="the_champ_vertical_counter_<?php echo $selected ?>" name="the_champ_counter[vertical_providers][]" type="checkbox" checked = "checked" value="<?php echo $selected ?>" />
362
  <label for="the_champ_vertical_counter_<?php echo $selected ?>"><?php _e($label, 'super-socializer'); ?></label>
363
  </li>
364
  <?php
@@ -490,23 +490,23 @@
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" />
494
  <label for="the_champ_counter_vertical_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
495
- <input id="the_champ_counter_vertical_post" name="the_champ_counter[vertical_post]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_post']) ? 'checked = "checked"' : '';?> value="1" />
496
  <label for="the_champ_counter_vertical_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
497
- <input id="the_champ_counter_vertical_page" name="the_champ_counter[vertical_page]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_page']) ? 'checked = "checked"' : '';?> value="1" />
498
  <label for="the_champ_counter_vertical_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
499
- <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
500
  <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
501
- <input id="the_champ_counter_vertical_category" name="the_champ_counter[vertical_category]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_category']) ? 'checked = "checked"' : '';?> value="1" />
502
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
503
- <input id="the_champ_counter_vertical_archive" name="the_champ_counter[vertical_archive]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_archive']) ? 'checked = "checked"' : '';?> value="1" />
504
  <label for="the_champ_counter_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
505
  <?php
506
  if( count( $post_types ) ) {
507
  foreach ( $post_types as $post_type ) {
508
  ?>
509
- <input id="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_counter[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
510
  <label for="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst($post_type)); ?></label><br/>
511
  <?php
512
  }
@@ -514,17 +514,17 @@
514
  if($theChampIsBpActive){
515
  ?>
516
  <br/>
517
- <input id="the_champ_counter_vertical_bp_group" name="the_champ_counter[vertical_bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bp_group']) ? 'checked = "checked"' : '';?> value="1" />
518
  <label for="the_champ_counter_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer') ?></label>
519
  <?php
520
  }
521
  if(function_exists('is_bbpress')){
522
  ?>
523
  <br/>
524
- <input id="the_champ_counter_vertical_bb_forum" name="the_champ_counter[vertical_bb_forum]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bb_forum']) ? 'checked = "checked"' : '';?> value="1" />
525
  <label for="the_champ_counter_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
526
  <br/>
527
- <input id="the_champ_counter_vertical_bb_topic" name="the_champ_counter[vertical_bb_topic]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bb_topic']) ? 'checked = "checked"' : '';?> value="1" />
528
  <label for="the_champ_counter_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
529
  <?php
530
  }
@@ -545,7 +545,7 @@
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" />
549
  </td>
550
  </tr>
551
 
@@ -579,7 +579,7 @@
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" />
583
  </td>
584
  </tr>
585
 
@@ -596,7 +596,7 @@
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" />
600
  </td>
601
  </tr>
602
 
@@ -731,7 +731,7 @@
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" />
735
  </td>
736
  </tr>
737
  </table>
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" />
23
  </td>
24
  </tr>
25
 
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" />
68
  </td>
69
  </tr>
70
 
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" />
87
  <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
88
+ <input id="the_champ_target_url_home" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo isset($theChampCounterOptions['horizontal_target_url']) && $theChampCounterOptions['horizontal_target_url'] == 'home' ? 'checked="checked"' : '';?> value="home" />
89
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
90
+ <input id="the_champ_target_url_custom" name="the_champ_counter[horizontal_target_url]" type="radio" <?php echo isset($theChampCounterOptions['horizontal_target_url']) && $theChampCounterOptions['horizontal_target_url'] == 'custom' ? 'checked="checked"' : '';?> value="custom" />
91
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
92
  <input id="the_champ_target_url_custom_url" name="the_champ_counter[horizontal_target_url_custom]" type="text" value="<?php echo isset($theChampCounterOptions['horizontal_target_url_custom']) ? $theChampCounterOptions['horizontal_target_url_custom'] : '' ?>" />
93
  </td>
133
  $label = implode(' ', $labelParts);
134
  ?>
135
  <li>
136
+ <input id="the_champ_counter_<?php echo $selected ?>" name="the_champ_counter[horizontal_providers][]" type="checkbox" checked="checked" value="<?php echo $selected ?>" />
137
  <label for="the_champ_counter_<?php echo $selected ?>"><?php _e($label, 'super-socializer'); ?></label>
138
  </li>
139
  <?php
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" />
198
  <label for="the_champ_counter_top"><?php _e('Top of the content', 'super-socializer') ?></label><br/>
199
+ <input id="the_champ_counter_bottom" name="the_champ_counter[bottom]" type="checkbox" <?php echo isset($theChampCounterOptions['bottom']) ? 'checked="checked"' : '';?> value="1" />
200
  <label for="the_champ_counter_bottom"><?php _e('Bottom of the content', 'super-socializer') ?></label>
201
  </td>
202
  </tr>
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" />
218
  <label for="the_champ_counter_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
219
+ <input id="the_champ_counter_post" name="the_champ_counter[post]" type="checkbox" <?php echo isset($theChampCounterOptions['post']) ? 'checked="checked"' : '';?> value="1" />
220
  <label for="the_champ_counter_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
221
+ <input id="the_champ_counter_page" name="the_champ_counter[page]" type="checkbox" <?php echo isset($theChampCounterOptions['page']) ? 'checked="checked"' : '';?> value="1" />
222
  <label for="the_champ_counter_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
223
+ <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked="checked"' : '';?> value="1" />
224
  <label for="the_champ_counter_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
225
+ <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked="checked"' : '';?> value="1" />
226
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
227
+ <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked="checked"' : '';?> value="1" />
228
  <label for="the_champ_counter_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
229
  <?php
230
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
232
  if( count( $post_types ) ) {
233
  foreach ( $post_types as $post_type ) {
234
  ?>
235
+ <input id="the_champ_counter_<?php echo $post_type ?>" name="the_champ_counter[<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampCounterOptions[$post_type]) ? 'checked="checked"' : '';?> value="1" />
236
  <label for="the_champ_counter_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
237
  <?php
238
  }
240
  if($theChampIsBpActive){
241
  ?>
242
  <br/>
243
+ <input id="the_champ_counter_bp_activity" name="the_champ_counter[bp_activity]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_activity']) ? 'checked="checked"' : '';?> value="1" />
244
  <label for="the_champ_counter_bp_activity"><?php _e('BuddyPress activity', 'super-socializer') ?></label>
245
  <br/>
246
+ <input id="the_champ_counter_bp_group" name="the_champ_counter[bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['bp_group']) ? 'checked="checked"' : '';?> value="1" />
247
  <label for="the_champ_counter_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer') ?></label>
248
  <?php
249
  }
250
  if(function_exists('is_bbpress')){
251
  ?>
252
  <br/>
253
+ <input id="the_champ_counter_bb_forum" name="the_champ_counter[bb_forum]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_forum']) ? 'checked="checked"' : '';?> value="1" />
254
  <label for="the_champ_counter_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
255
  <br/>
256
+ <input id="the_champ_counter_bb_topic" name="the_champ_counter[bb_topic]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_topic']) ? 'checked="checked"' : '';?> value="1" />
257
  <label for="the_champ_counter_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
258
  <br/>
259
+ <input id="the_champ_counter_bb_reply" name="the_champ_counter[bb_reply]" type="checkbox" <?php echo isset($theChampCounterOptions['bb_reply']) ? 'checked="checked"' : '';?> value="1" />
260
  <label for="the_champ_counter_bb_reply"><?php _e('BBPress reply', 'super-socializer') ?></label>
261
  <?php
262
  }
263
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
264
  ?>
265
  <br/>
266
+ <input id="the_champ_counter_woocom_shop" name="the_champ_counter[woocom_shop]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_shop']) ? 'checked="checked"' : '';?> value="1" />
267
  <label for="the_champ_counter_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer') ?></label>
268
  <br/>
269
+ <input id="the_champ_counter_woocom_product" name="the_champ_counter[woocom_product]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_product']) ? 'checked="checked"' : '';?> value="1" />
270
  <label for="the_champ_counter_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer') ?></label>
271
  <br/>
272
+ <input id="the_champ_counter_woocom_thankyou" name="the_champ_counter[woocom_thankyou]" type="checkbox" <?php echo isset($theChampCounterOptions['woocom_thankyou']) ? 'checked="checked"' : '';?> value="1" />
273
  <label for="the_champ_counter_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer') ?></label>
274
  <br/>
275
  <?php
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" />
311
  </td>
312
  </tr>
313
 
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" />
330
  <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
331
+ <input id="the_champ_vertical_target_url_home" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo isset($theChampCounterOptions['vertical_target_url']) && $theChampCounterOptions['vertical_target_url'] == 'home' ? 'checked="checked"' : '';?> value="home" />
332
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
333
+ <input id="the_champ_vertical_target_url_custom" name="the_champ_counter[vertical_target_url]" type="radio" <?php echo isset($theChampCounterOptions['vertical_target_url']) && $theChampCounterOptions['vertical_target_url'] == 'custom' ? 'checked="checked"' : '';?> value="custom" />
334
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
335
  <input id="the_champ_vertical_target_url_custom_url" name="the_champ_counter[vertical_target_url_custom]" type="text" value="<?php echo isset($theChampCounterOptions['vertical_target_url_custom']) ? $theChampCounterOptions['vertical_target_url_custom'] : '' ?>" />
336
  </td>
358
  $label = implode(' ', $labelParts);
359
  ?>
360
  <li>
361
+ <input id="the_champ_vertical_counter_<?php echo $selected ?>" name="the_champ_counter[vertical_providers][]" type="checkbox" checked="checked" value="<?php echo $selected ?>" />
362
  <label for="the_champ_vertical_counter_<?php echo $selected ?>"><?php _e($label, 'super-socializer'); ?></label>
363
  </li>
364
  <?php
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" />
494
  <label for="the_champ_counter_vertical_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
495
+ <input id="the_champ_counter_vertical_post" name="the_champ_counter[vertical_post]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_post']) ? 'checked="checked"' : '';?> value="1" />
496
  <label for="the_champ_counter_vertical_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
497
+ <input id="the_champ_counter_vertical_page" name="the_champ_counter[vertical_page]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_page']) ? 'checked="checked"' : '';?> value="1" />
498
  <label for="the_champ_counter_vertical_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
499
+ <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked="checked"' : '';?> value="1" />
500
  <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
501
+ <input id="the_champ_counter_vertical_category" name="the_champ_counter[vertical_category]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_category']) ? 'checked="checked"' : '';?> value="1" />
502
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
503
+ <input id="the_champ_counter_vertical_archive" name="the_champ_counter[vertical_archive]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_archive']) ? 'checked="checked"' : '';?> value="1" />
504
  <label for="the_champ_counter_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
505
  <?php
506
  if( count( $post_types ) ) {
507
  foreach ( $post_types as $post_type ) {
508
  ?>
509
+ <input id="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_counter[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_' . $post_type]) ? 'checked="checked"' : '';?> value="1" />
510
  <label for="the_champ_counter_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst($post_type)); ?></label><br/>
511
  <?php
512
  }
514
  if($theChampIsBpActive){
515
  ?>
516
  <br/>
517
+ <input id="the_champ_counter_vertical_bp_group" name="the_champ_counter[vertical_bp_group]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bp_group']) ? 'checked="checked"' : '';?> value="1" />
518
  <label for="the_champ_counter_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer') ?></label>
519
  <?php
520
  }
521
  if(function_exists('is_bbpress')){
522
  ?>
523
  <br/>
524
+ <input id="the_champ_counter_vertical_bb_forum" name="the_champ_counter[vertical_bb_forum]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bb_forum']) ? 'checked="checked"' : '';?> value="1" />
525
  <label for="the_champ_counter_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
526
  <br/>
527
+ <input id="the_champ_counter_vertical_bb_topic" name="the_champ_counter[vertical_bb_topic]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_bb_topic']) ? 'checked="checked"' : '';?> value="1" />
528
  <label for="the_champ_counter_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
529
  <?php
530
  }
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" />
549
  </td>
550
  </tr>
551
 
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" />
583
  </td>
584
  </tr>
585
 
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" />
600
  </td>
601
  </tr>
602
 
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" />
735
  </td>
736
  </tr>
737
  </table>
admin/social_commenting.php CHANGED
@@ -95,8 +95,8 @@
95
  foreach ( $post_types as $post_type ) {
96
  if ( post_type_supports( $post_type, 'comments' ) ) {
97
  ?>
98
- <input id="the_champ_comments_<?php echo $post_type ?>" name="the_champ_facebook[enable_<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
99
- <label for="the_champ_comments_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . '(s)'; ?></label><br/>
100
  <?php
101
  }
102
  }
@@ -187,7 +187,7 @@
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" />
191
  </td>
192
  </tr>
193
 
@@ -328,7 +328,7 @@
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" />
332
  </td>
333
  </tr>
334
 
95
  foreach ( $post_types as $post_type ) {
96
  if ( post_type_supports( $post_type, 'comments' ) ) {
97
  ?>
98
+ <input id="the_champ_comments_<?php echo esc_attr($post_type) ?>" name="the_champ_facebook[enable_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_' . $post_type]) ? 'checked="checked"' : '';?> value="1" />
99
+ <label for="the_champ_comments_<?php echo esc_attr($post_type) ?>"><?php echo ucfirst( $post_type ) . '(s)'; ?></label><br/>
100
  <?php
101
  }
102
  }
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" />
191
  </td>
192
  </tr>
193
 
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" />
332
  </td>
333
  </tr>
334
 
admin/social_login.php CHANGED
@@ -1586,11 +1586,27 @@
1586
  <input id="the_champ_register_redirection_url" name="the_champ_login[register_redirection_url]" type="text" value="<?php echo isset($theChampLoginOptions['register_redirection_url']) ? $theChampLoginOptions['register_redirection_url'] : '' ?>" />
1587
  </td>
1588
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1589
 
1590
- <tr class="the_champ_help_content" id="the_champ_sl_register_redirect_help_cont">
1591
  <td colspan="2">
1592
  <div>
1593
- <?php _e('User will be redirected to the selected page after registration (first Social Login) through Social Login', 'super-socializer') ?>
1594
  </div>
1595
  </td>
1596
  </tr>
1586
  <input id="the_champ_register_redirection_url" name="the_champ_login[register_redirection_url]" type="text" value="<?php echo isset($theChampLoginOptions['register_redirection_url']) ? $theChampLoginOptions['register_redirection_url'] : '' ?>" />
1587
  </td>
1588
  </tr>
1589
+ <tr>
1590
+ <th>
1591
+ <label><?php _e("Username Separator", 'super-socializer'); ?></label><img id="the_champ_sl_username_separator_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1592
+ </th>
1593
+ <td>
1594
+ <input id="the_champ_sl_username_separator_dash" name="the_champ_login[username_separator]" type="radio" <?php echo !isset($theChampLoginOptions['username_separator']) || $theChampLoginOptions['username_separator'] == 'dash' ? 'checked' : '';?> value="dash" />
1595
+ <label for="the_champ_sl_username_separator_dash"><?php _e('Dash (-)', 'super-socializer') ?></label><br/>
1596
+ <input id="the_champ_sl_username_separator_underscore" name="the_champ_login[username_separator]" type="radio" <?php echo isset($theChampLoginOptions['username_separator']) && $theChampLoginOptions['username_separator'] == 'underscore' ? 'checked' : '';?> value="underscore" />
1597
+ <label for="the_champ_sl_username_separator_underscore"><?php _e('Underscore (_)', 'super-socializer') ?></label><br/>
1598
+ <input id="the_champ_sl_username_separator_dot" name="the_champ_login[username_separator]" type="radio" <?php echo isset($theChampLoginOptions['username_separator']) && $theChampLoginOptions['username_separator'] == 'dot' ? 'checked' : '';?> value="dot" />
1599
+ <label for="the_champ_sl_username_separator_dot"><?php _e('Dot (.)', 'super-socializer') ?></label><br/>
1600
+ <input id="the_champ_sl_username_separator_none" name="the_champ_login[username_separator]" type="radio" <?php echo isset($theChampLoginOptions['username_separator']) && $theChampLoginOptions['username_separator'] == 'none' ? 'checked' : '';?> value="none" />
1601
+ <label for="the_champ_sl_username_separator_none"><?php _e('None', 'super-socializer') ?></label><br/>
1602
+
1603
+ </td>
1604
+ </tr>
1605
 
1606
+ <tr class="the_champ_help_content" id="the_champ_sl_username_separator_help_cont">
1607
  <td colspan="2">
1608
  <div>
1609
+ <?php _e('Choose one of the underscore, dot or dash to use to join first and last names in the usernames of the new users', 'super-socializer') ?>
1610
  </div>
1611
  </td>
1612
  </tr>
admin/social_sharing.php CHANGED
@@ -152,11 +152,11 @@
152
  <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__) ?>" />
153
  </th>
154
  <td>
155
- <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" />
156
  <label style="margin-right:10px" for="the_champ_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
157
- <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" />
158
  <label style="margin-right:10px" for="the_champ_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
159
- <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" />
160
  <label for="the_champ_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
161
  </td>
162
  </tr>
@@ -331,21 +331,21 @@
331
  <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__) ?>" />
332
  </th>
333
  <td>
334
- <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" />
335
  <label style="margin-right:10px" for="the_champ_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
336
- <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" />
337
  <label style="margin-right:10px" for="the_champ_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
338
- <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" />
339
  <label style="margin-right:10px" for="the_champ_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
340
- <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" />
341
  <label style="margin-right:10px" for="the_champ_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
342
- <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" />
343
  <label style="margin-right:10px" for="the_champ_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
344
- <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" />
345
  <label style="margin-right:10px" for="the_champ_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
346
- <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" />
347
  <label style="margin-right:10px" for="the_champ_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
348
- <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" />
349
  <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
350
  </td>
351
  </tr>
@@ -451,11 +451,11 @@
451
  <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__) ?>" />
452
  </th>
453
  <td>
454
- <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" />
455
  <label style="margin-right:10px" for="the_champ_vertical_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
456
- <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" />
457
  <label style="margin-right:10px" for="the_champ_vertical_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
458
- <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" />
459
  <label for="the_champ_vertical_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
460
  </td>
461
  </tr>
@@ -629,21 +629,21 @@
629
  <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__) ?>" />
630
  </th>
631
  <td>
632
- <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" />
633
  <label style="margin-right:10px" for="the_champ_vertical_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
634
- <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" />
635
  <label style="margin-right:10px" for="the_champ_vertical_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
636
- <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" />
637
  <label style="margin-right:10px" for="the_champ_vertical_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
638
- <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" />
639
  <label style="margin-right:10px" for="the_champ_vertical_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
640
- <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" />
641
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
642
- <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" />
643
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
644
- <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" />
645
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
646
- <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" />
647
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
648
  </td>
649
  </tr>
@@ -676,7 +676,7 @@
676
  <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__) ?>" />
677
  </th>
678
  <td>
679
- <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" />
680
  </td>
681
  </tr>
682
 
@@ -695,11 +695,11 @@
695
  <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__) ?>" />
696
  </th>
697
  <td id="the_champ_target_url_column">
698
- <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" />
699
  <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
700
- <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" />
701
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
702
- <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" />
703
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
704
  <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'] ) ? esc_attr($theChampSharingOptions['horizontal_target_url_custom']) : '' ?>" />
705
  </td>
@@ -900,7 +900,7 @@
900
  foreach($likeButtons as $likeButton){
901
  ?>
902
  <div class="theChampHorizontalSharingProviderContainer">
903
- <input id="the_champ_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
904
  <label for="the_champ_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
905
  </div>
906
  <?php
@@ -913,7 +913,7 @@
913
  foreach($sharingNetworks as $sharingNetwork){
914
  ?>
915
  <div class="theChampHorizontalSharingProviderContainer">
916
- <input id="the_champ_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
917
  <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
918
  <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
919
  </div>
@@ -949,9 +949,9 @@
949
  <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__) ?>" />
950
  </th>
951
  <td>
952
- <input id="the_champ_top" name="the_champ_sharing[top]" type="checkbox" <?php echo isset( $theChampSharingOptions['top'] ) ? 'checked = "checked"' : '';?> value="1" />
953
  <label for="the_champ_top"><?php _e('Top of the content', 'super-socializer') ?></label><br/>
954
- <input id="the_champ_bottom" name="the_champ_sharing[bottom]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom'] ) ? 'checked = "checked"' : '';?> value="1" />
955
  <label for="the_champ_bottom"><?php _e('Bottom of the content', 'super-socializer') ?></label>
956
  </td>
957
  </tr>
@@ -969,17 +969,17 @@
969
  <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__) ?>" />
970
  </th>
971
  <td>
972
- <input id="the_champ_home" name="the_champ_sharing[home]" type="checkbox" <?php echo isset( $theChampSharingOptions['home'] ) ? 'checked = "checked"' : '';?> value="1" />
973
  <label for="the_champ_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
974
- <input id="the_champ_post" name="the_champ_sharing[post]" type="checkbox" <?php echo isset( $theChampSharingOptions['post'] ) ? 'checked = "checked"' : '';?> value="1" />
975
  <label for="the_champ_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
976
- <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked = "checked"' : '';?> value="1" />
977
  <label for="the_champ_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
978
- <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
979
  <label for="the_champ_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
980
- <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked = "checked"' : '';?> value="1" />
981
  <label for="the_champ_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
982
- <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked = "checked"' : '';?> value="1" />
983
  <label for="the_champ_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
984
  <?php
985
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
@@ -987,7 +987,7 @@
987
  if( count( $post_types ) ) {
988
  foreach ( $post_types as $post_type ) {
989
  ?>
990
- <input id="the_champ_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions[$post_type] ) ? 'checked = "checked"' : '';?> value="1" />
991
  <label for="the_champ_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
992
  <?php
993
  }
@@ -995,34 +995,34 @@
995
 
996
  if($theChampIsBpActive){
997
  ?>
998
- <input id="the_champ_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_activity'] ) ? 'checked = "checked"' : '';?> value="1" />
999
  <label for="the_champ_bp_activity"><?php _e('BuddyPress activity', 'super-socializer') ?></label><br/>
1000
- <input id="the_champ_bp_group" name="the_champ_sharing[bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_group'] ) ? 'checked = "checked"' : '';?> value="1" />
1001
  <label for="the_champ_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer') ?></label><br/>
1002
  <?php
1003
  }
1004
  if(function_exists('is_bbpress')){
1005
  ?>
1006
- <input id="the_champ_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_forum'] ) ? 'checked = "checked"' : '';?> value="1" />
1007
  <label for="the_champ_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
1008
  <br/>
1009
- <input id="the_champ_bb_topic" name="the_champ_sharing[bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_topic'] ) ? 'checked = "checked"' : '';?> value="1" />
1010
  <label for="the_champ_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
1011
  <br/>
1012
- <input id="the_champ_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_reply'] ) ? 'checked = "checked"' : '';?> value="1" />
1013
  <label for="the_champ_bb_reply"><?php _e('BBPress reply', 'super-socializer') ?></label>
1014
  <br/>
1015
  <?php
1016
  }
1017
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
1018
  ?>
1019
- <input id="the_champ_woocom_shop" name="the_champ_sharing[woocom_shop]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_shop'] ) ? 'checked = "checked"' : '';?> value="1" />
1020
  <label for="the_champ_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer') ?></label>
1021
  <br/>
1022
- <input id="the_champ_woocom_product" name="the_champ_sharing[woocom_product]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_product'] ) ? 'checked = "checked"' : '';?> value="1" />
1023
  <label for="the_champ_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer') ?></label>
1024
  <br/>
1025
- <input id="the_champ_woocom_thankyou" name="the_champ_sharing[woocom_thankyou]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_thankyou'] ) ? 'checked = "checked"' : '';?> value="1" />
1026
  <label for="the_champ_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer') ?></label>
1027
  <br/>
1028
  <?php
@@ -1044,7 +1044,7 @@
1044
  <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__) ?>" />
1045
  </th>
1046
  <td>
1047
- <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1048
  <br/>
1049
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1050
  <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>
@@ -1071,7 +1071,7 @@
1071
  <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__) ?>" />
1072
  </th>
1073
  <td>
1074
- <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" />
1075
  </td>
1076
  </tr>
1077
 
@@ -1089,7 +1089,7 @@
1089
  <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__) ?>" />
1090
  </th>
1091
  <td>
1092
- <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_more']) ? 'checked = "checked"' : '';?> value="1" />
1093
  </td>
1094
  </tr>
1095
 
@@ -1121,7 +1121,7 @@
1121
  <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__) ?>" />
1122
  </th>
1123
  <td>
1124
- <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" />
1125
  </td>
1126
  </tr>
1127
 
@@ -1140,11 +1140,11 @@
1140
  <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__) ?>" />
1141
  </th>
1142
  <td id="the_champ_vertical_target_url_column">
1143
- <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" />
1144
  <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
1145
- <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" />
1146
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
1147
- <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" />
1148
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
1149
  <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'] ) ? esc_attr($theChampSharingOptions['vertical_target_url_custom']) : '' ?>" />
1150
  </td>
@@ -1300,7 +1300,7 @@
1300
  foreach($likeButtons as $likeButton){
1301
  ?>
1302
  <div class="theChampVerticalSharingProviderContainer">
1303
- <input id="the_champ_vertical_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
1304
  <label for="the_champ_vertical_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
1305
  </div>
1306
  <?php
@@ -1313,7 +1313,7 @@
1313
  foreach($sharingNetworks as $sharingNetwork){
1314
  ?>
1315
  <div class="theChampVerticalSharingProviderContainer">
1316
- <input id="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked = "checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
1317
  <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Svg"></ss></i></label>
1318
  <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
1319
  </div>
@@ -1420,23 +1420,23 @@
1420
  <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__) ?>" />
1421
  </th>
1422
  <td>
1423
- <input id="the_champ_vertical_home" name="the_champ_sharing[vertical_home]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_home'] ) ? 'checked = "checked"' : '';?> value="1" />
1424
  <label for="the_champ_vertical_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
1425
- <input id="the_champ_vertical_post" name="the_champ_sharing[vertical_post]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_post'] ) ? 'checked = "checked"' : '';?> value="1" />
1426
  <label for="the_champ_vertical_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
1427
- <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked = "checked"' : '';?> value="1" />
1428
  <label for="the_champ_vertical_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
1429
- <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked = "checked"' : '';?> value="1" />
1430
  <label for="the_champ_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
1431
- <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked = "checked"' : '';?> value="1" />
1432
  <label for="the_champ_vertical_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
1433
- <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked = "checked"' : '';?> value="1" />
1434
  <label for="the_champ_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
1435
  <?php
1436
  if( count( $post_types ) ) {
1437
  foreach ( $post_types as $post_type ) {
1438
  ?>
1439
- <input id="the_champ_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_' . $post_type] ) ? 'checked = "checked"' : '';?> value="1" />
1440
  <label for="the_champ_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
1441
  <?php
1442
  }
@@ -1444,7 +1444,7 @@
1444
 
1445
  if($theChampIsBpActive){
1446
  ?>
1447
- <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" />
1448
  <label for="the_champ_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer') ?></label><br/>
1449
  <?php
1450
  }
@@ -1452,10 +1452,10 @@
1452
  if(function_exists('is_bbpress')){
1453
  ?>
1454
  <br/>
1455
- <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" />
1456
  <label for="the_champ_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
1457
  <br/>
1458
- <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" />
1459
  <label for="the_champ_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
1460
  <?php
1461
  }
@@ -1476,7 +1476,7 @@
1476
  <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__) ?>" />
1477
  </th>
1478
  <td>
1479
- <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked = "checked"' : '';?> value="1" />
1480
  <br/>
1481
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1482
  <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>
@@ -1503,7 +1503,7 @@
1503
  <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__) ?>" />
1504
  </th>
1505
  <td>
1506
- <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" />
1507
  </td>
1508
  </tr>
1509
 
@@ -1521,7 +1521,7 @@
1521
  <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__) ?>" />
1522
  </th>
1523
  <td>
1524
- <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_more']) ? 'checked = "checked"' : '';?> value="1" />
1525
  </td>
1526
  </tr>
1527
 
@@ -1538,7 +1538,7 @@
1538
  <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__) ?>" />
1539
  </th>
1540
  <td>
1541
- <input id="the_champ_hslider" name="the_champ_sharing[hide_slider]" type="checkbox" <?php echo isset($theChampSharingOptions['hide_slider']) ? 'checked = "checked"' : '';?> value="1" />
1542
  </td>
1543
  </tr>
1544
 
@@ -1555,7 +1555,7 @@
1555
  <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__) ?>" />
1556
  </th>
1557
  <td>
1558
- <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>
1559
  </td>
1560
  </tr>
1561
 
@@ -1572,7 +1572,7 @@
1572
  <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__) ?>" />
1573
  </th>
1574
  <td>
1575
- <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>
1576
  </td>
1577
  </tr>
1578
 
@@ -1627,7 +1627,7 @@
1627
  <label for="the_champ_surl_enable"><?php _e("Use plain background for Instagram icon", 'super-socializer'); ?></label><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1628
  </th>
1629
  <td>
1630
- <input id="the_champ_surl_enable" name="the_champ_sharing[plain_instagram_bg]" type="checkbox" <?php echo isset( $theChampSharingOptions['plain_instagram_bg'] ) ? 'checked = "checked"' : '';?> value="1" />
1631
  </td>
1632
  </tr>
1633
 
@@ -1650,7 +1650,7 @@
1650
  <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__) ?>" />
1651
  </th>
1652
  <td>
1653
- <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked = "checked"' : '';?> value="1" />
1654
  </td>
1655
  </tr>
1656
 
@@ -1667,7 +1667,7 @@
1667
  <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__) ?>" />
1668
  </th>
1669
  <td>
1670
- <input id="the_champ_bitly_enable" name="the_champ_sharing[bitly_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['bitly_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
1671
  </td>
1672
  </tr>
1673
 
@@ -1845,7 +1845,7 @@
1845
  <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__) ?>" />
1846
  </th>
1847
  <td>
1848
- <input id="the_champ_amp_enable" name="the_champ_sharing[amp_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['amp_enable'] ) ? 'checked = "checked"' : '';?> value="1" />
1849
  </td>
1850
  </tr>
1851
 
@@ -1879,7 +1879,7 @@
1879
  <label for="the_champ_mycred_referral_id"><?php _e("Append myCRED referral ID to the urls being shared", 'super-socializer'); ?></label><img id="the_champ_mycred_referral_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
1880
  </th>
1881
  <td>
1882
- <input id="the_champ_mycred_referral_id" name="the_champ_sharing[mycred_referral]" type="checkbox" <?php echo isset($theChampSharingOptions['mycred_referral']) ? 'checked = "checked"' : '';?> value="1" />
1883
  </td>
1884
  </tr>
1885
  </table>
152
  <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__) ?>" />
153
  </th>
154
  <td>
155
+ <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" />
156
  <label style="margin-right:10px" for="the_champ_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
157
+ <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" />
158
  <label style="margin-right:10px" for="the_champ_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
159
+ <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" />
160
  <label for="the_champ_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
161
  </td>
162
  </tr>
331
  <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__) ?>" />
332
  </th>
333
  <td>
334
+ <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" />
335
  <label style="margin-right:10px" for="the_champ_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
336
+ <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" />
337
  <label style="margin-right:10px" for="the_champ_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
338
+ <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" />
339
  <label style="margin-right:10px" for="the_champ_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
340
+ <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" />
341
  <label style="margin-right:10px" for="the_champ_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
342
+ <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" />
343
  <label style="margin-right:10px" for="the_champ_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
344
+ <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" />
345
  <label style="margin-right:10px" for="the_champ_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
346
+ <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" />
347
  <label style="margin-right:10px" for="the_champ_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
348
+ <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" />
349
  <label style="margin-right:10px" for="the_champ_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
350
  </td>
351
  </tr>
451
  <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__) ?>" />
452
  </th>
453
  <td>
454
+ <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" />
455
  <label style="margin-right:10px" for="the_champ_vertical_icon_round"><?php _e("Round", 'super-socializer'); ?></label>
456
+ <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" />
457
  <label style="margin-right:10px" for="the_champ_vertical_icon_square"><?php _e("Square", 'super-socializer'); ?></label>
458
+ <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" />
459
  <label for="the_champ_vertical_icon_rectangle"><?php _e("Rectangle", 'super-socializer'); ?></label>
460
  </td>
461
  </tr>
629
  <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__) ?>" />
630
  </th>
631
  <td>
632
+ <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" />
633
  <label style="margin-right:10px" for="the_champ_vertical_counter_left"><?php _e("Left", 'super-socializer'); ?></label>
634
+ <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" />
635
  <label style="margin-right:10px" for="the_champ_vertical_counter_top"><?php _e("Top", 'super-socializer'); ?></label>
636
+ <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" />
637
  <label style="margin-right:10px" for="the_champ_vertical_counter_right"><?php _e("Right", 'super-socializer'); ?></label>
638
+ <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" />
639
  <label style="margin-right:10px" for="the_champ_vertical_counter_bottom"><?php _e("Bottom", 'super-socializer'); ?></label><br/>
640
+ <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" />
641
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_left"><?php _e("Inner Left", 'super-socializer'); ?></label>
642
+ <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" />
643
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_top"><?php _e("Inner Top", 'super-socializer'); ?></label>
644
+ <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" />
645
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_right"><?php _e("Inner Right", 'super-socializer'); ?></label>
646
+ <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" />
647
  <label style="margin-right:10px" for="the_champ_vertical_counter_inner_bottom"><?php _e("Inner Bottom", 'super-socializer'); ?></label>
648
  </td>
649
  </tr>
676
  <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__) ?>" />
677
  </th>
678
  <td>
679
+ <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" />
680
  </td>
681
  </tr>
682
 
695
  <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__) ?>" />
696
  </th>
697
  <td id="the_champ_target_url_column">
698
+ <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" />
699
  <label for="the_champ_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
700
+ <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" />
701
  <label for="the_champ_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
702
+ <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" />
703
  <label for="the_champ_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
704
  <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'] ) ? esc_attr($theChampSharingOptions['horizontal_target_url_custom']) : '' ?>" />
705
  </td>
900
  foreach($likeButtons as $likeButton){
901
  ?>
902
  <div class="theChampHorizontalSharingProviderContainer">
903
+ <input id="the_champ_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked="checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
904
  <label for="the_champ_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
905
  </div>
906
  <?php
913
  foreach($sharingNetworks as $sharingNetwork){
914
  ?>
915
  <div class="theChampHorizontalSharingProviderContainer">
916
+ <input id="the_champ_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['horizontal_re_providers'] ) ? 'checked="checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
917
  <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork)) ?>Svg"></ss></i></label>
918
  <label for="the_champ_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
919
  </div>
949
  <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__) ?>" />
950
  </th>
951
  <td>
952
+ <input id="the_champ_top" name="the_champ_sharing[top]" type="checkbox" <?php echo isset( $theChampSharingOptions['top'] ) ? 'checked="checked"' : '';?> value="1" />
953
  <label for="the_champ_top"><?php _e('Top of the content', 'super-socializer') ?></label><br/>
954
+ <input id="the_champ_bottom" name="the_champ_sharing[bottom]" type="checkbox" <?php echo isset( $theChampSharingOptions['bottom'] ) ? 'checked="checked"' : '';?> value="1" />
955
  <label for="the_champ_bottom"><?php _e('Bottom of the content', 'super-socializer') ?></label>
956
  </td>
957
  </tr>
969
  <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__) ?>" />
970
  </th>
971
  <td>
972
+ <input id="the_champ_home" name="the_champ_sharing[home]" type="checkbox" <?php echo isset( $theChampSharingOptions['home'] ) ? 'checked="checked"' : '';?> value="1" />
973
  <label for="the_champ_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
974
+ <input id="the_champ_post" name="the_champ_sharing[post]" type="checkbox" <?php echo isset( $theChampSharingOptions['post'] ) ? 'checked="checked"' : '';?> value="1" />
975
  <label for="the_champ_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
976
+ <input id="the_champ_page" name="the_champ_sharing[page]" type="checkbox" <?php echo isset( $theChampSharingOptions['page'] ) ? 'checked="checked"' : '';?> value="1" />
977
  <label for="the_champ_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
978
+ <input id="the_champ_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['excerpt'] ) ? 'checked="checked"' : '';?> value="1" />
979
  <label for="the_champ_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
980
+ <input id="the_champ_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset( $theChampSharingOptions['category'] ) ? 'checked="checked"' : '';?> value="1" />
981
  <label for="the_champ_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
982
+ <input id="the_champ_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['archive'] ) ? 'checked="checked"' : '';?> value="1" />
983
  <label for="the_champ_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
984
  <?php
985
  $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
987
  if( count( $post_types ) ) {
988
  foreach ( $post_types as $post_type ) {
989
  ?>
990
+ <input id="the_champ_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions[$post_type] ) ? 'checked="checked"' : '';?> value="1" />
991
  <label for="the_champ_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
992
  <?php
993
  }
995
 
996
  if($theChampIsBpActive){
997
  ?>
998
+ <input id="the_champ_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_activity'] ) ? 'checked="checked"' : '';?> value="1" />
999
  <label for="the_champ_bp_activity"><?php _e('BuddyPress activity', 'super-socializer') ?></label><br/>
1000
+ <input id="the_champ_bp_group" name="the_champ_sharing[bp_group]" type="checkbox" <?php echo isset( $theChampSharingOptions['bp_group'] ) ? 'checked="checked"' : '';?> value="1" />
1001
  <label for="the_champ_bp_group"><?php _e('BuddyPress group (only at top of content)', 'super-socializer') ?></label><br/>
1002
  <?php
1003
  }
1004
  if(function_exists('is_bbpress')){
1005
  ?>
1006
+ <input id="the_champ_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_forum'] ) ? 'checked="checked"' : '';?> value="1" />
1007
  <label for="the_champ_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
1008
  <br/>
1009
+ <input id="the_champ_bb_topic" name="the_champ_sharing[bb_topic]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_topic'] ) ? 'checked="checked"' : '';?> value="1" />
1010
  <label for="the_champ_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
1011
  <br/>
1012
+ <input id="the_champ_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset( $theChampSharingOptions['bb_reply'] ) ? 'checked="checked"' : '';?> value="1" />
1013
  <label for="the_champ_bb_reply"><?php _e('BBPress reply', 'super-socializer') ?></label>
1014
  <br/>
1015
  <?php
1016
  }
1017
  if(heateor_ss_is_plugin_active('woocommerce/woocommerce.php')){
1018
  ?>
1019
+ <input id="the_champ_woocom_shop" name="the_champ_sharing[woocom_shop]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_shop'] ) ? 'checked="checked"' : '';?> value="1" />
1020
  <label for="the_champ_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'super-socializer') ?></label>
1021
  <br/>
1022
+ <input id="the_champ_woocom_product" name="the_champ_sharing[woocom_product]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_product'] ) ? 'checked="checked"' : '';?> value="1" />
1023
  <label for="the_champ_woocom_product"><?php _e('WooCommerce Product Page', 'super-socializer') ?></label>
1024
  <br/>
1025
+ <input id="the_champ_woocom_thankyou" name="the_champ_sharing[woocom_thankyou]" type="checkbox" <?php echo isset( $theChampSharingOptions['woocom_thankyou'] ) ? 'checked="checked"' : '';?> value="1" />
1026
  <label for="the_champ_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'super-socializer') ?></label>
1027
  <br/>
1028
  <?php
1044
  <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__) ?>" />
1045
  </th>
1046
  <td>
1047
+ <input id="the_champ_counts" name="the_champ_sharing[horizontal_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['horizontal_counts'] ) ? 'checked="checked"' : '';?> value="1" />
1048
  <br/>
1049
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1050
  <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>
1071
  <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__) ?>" />
1072
  </th>
1073
  <td>
1074
+ <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" />
1075
  </td>
1076
  </tr>
1077
 
1089
  <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__) ?>" />
1090
  </th>
1091
  <td>
1092
+ <input id="the_champ_hmore" name="the_champ_sharing[horizontal_more]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_more']) ? 'checked="checked"' : '';?> value="1" />
1093
  </td>
1094
  </tr>
1095
 
1121
  <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__) ?>" />
1122
  </th>
1123
  <td>
1124
+ <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" />
1125
  </td>
1126
  </tr>
1127
 
1140
  <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__) ?>" />
1141
  </th>
1142
  <td id="the_champ_vertical_target_url_column">
1143
+ <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" />
1144
  <label for="the_champ_vertical_target_url_default"><?php _e('Url of the webpage where icons are located (default)', 'super-socializer') ?></label><br/>
1145
+ <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" />
1146
  <label for="the_champ_vertical_target_url_home"><?php _e('Url of the homepage of your website', 'super-socializer') ?></label><br/>
1147
+ <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" />
1148
  <label for="the_champ_vertical_target_url_custom"><?php _e('Custom url', 'super-socializer') ?></label><br/>
1149
  <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'] ) ? esc_attr($theChampSharingOptions['vertical_target_url_custom']) : '' ?>" />
1150
  </td>
1300
  foreach($likeButtons as $likeButton){
1301
  ?>
1302
  <div class="theChampVerticalSharingProviderContainer">
1303
+ <input id="the_champ_vertical_<?php echo esc_attr($likeButton) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($likeButton, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked="checked"' : '';?> value="<?php echo esc_attr($likeButton) ?>" />
1304
  <label for="the_champ_vertical_<?php echo esc_attr($likeButton) ?>"><img src="<?php echo plugins_url('../images/sharing/'. $likeButton .'.png', __FILE__) ?>" /></label>
1305
  </div>
1306
  <?php
1313
  foreach($sharingNetworks as $sharingNetwork){
1314
  ?>
1315
  <div class="theChampVerticalSharingProviderContainer">
1316
+ <input id="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_re_providers'] ) && in_array($sharingNetwork, $theChampSharingOptions['vertical_re_providers'] ) ? 'checked="checked"' : '';?> value="<?php echo esc_attr($sharingNetwork) ?>" />
1317
  <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>"><i style="display:block;width:18px;height:18px;" class="theChampSharing theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Background"><ss style="display:block;" class="theChampSharingSvg theChamp<?php echo esc_attr(str_replace(array('_', '.', ' '), '', ucfirst($sharingNetwork))) ?>Svg"></ss></i></label>
1318
  <label for="the_champ_vertical_sharing_<?php echo esc_attr($sharingNetwork) ?>" class="lblSocialNetwork"><?php echo esc_html(str_replace('_', ' ', ucfirst($sharingNetwork))) ?></label>
1319
  </div>
1420
  <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__) ?>" />
1421
  </th>
1422
  <td>
1423
+ <input id="the_champ_vertical_home" name="the_champ_sharing[vertical_home]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_home'] ) ? 'checked="checked"' : '';?> value="1" />
1424
  <label for="the_champ_vertical_home"><?php _e('Homepage', 'super-socializer') ?></label><br/>
1425
+ <input id="the_champ_vertical_post" name="the_champ_sharing[vertical_post]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_post'] ) ? 'checked="checked"' : '';?> value="1" />
1426
  <label for="the_champ_vertical_post"><?php _e('Posts', 'super-socializer') ?></label><br/>
1427
+ <input id="the_champ_vertical_page" name="the_champ_sharing[vertical_page]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_page'] ) ? 'checked="checked"' : '';?> value="1" />
1428
  <label for="the_champ_vertical_page"><?php _e('Pages', 'super-socializer') ?></label><br/>
1429
+ <input id="the_champ_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_excerpt'] ) ? 'checked="checked"' : '';?> value="1" />
1430
  <label for="the_champ_vertical_excerpt"><?php _e('Excerpts and Posts page', 'super-socializer') ?></label><br/>
1431
+ <input id="the_champ_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_category'] ) ? 'checked="checked"' : '';?> value="1" />
1432
  <label for="the_champ_vertical_category"><?php _e('Category Archives', 'super-socializer') ?></label><br/>
1433
+ <input id="the_champ_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_archive'] ) ? 'checked="checked"' : '';?> value="1" />
1434
  <label for="the_champ_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'super-socializer') ?></label><br/>
1435
  <?php
1436
  if( count( $post_types ) ) {
1437
  foreach ( $post_types as $post_type ) {
1438
  ?>
1439
+ <input id="the_champ_vertical_<?php echo esc_attr($post_type) ?>" name="the_champ_sharing[vertical_<?php echo esc_attr($post_type) ?>]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_' . $post_type] ) ? 'checked="checked"' : '';?> value="1" />
1440
  <label for="the_champ_vertical_<?php echo esc_attr($post_type) ?>"><?php echo esc_html(ucfirst( $post_type )); ?></label><br/>
1441
  <?php
1442
  }
1444
 
1445
  if($theChampIsBpActive){
1446
  ?>
1447
+ <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" />
1448
  <label for="the_champ_vertical_bp_group"><?php _e('BuddyPress group', 'super-socializer') ?></label><br/>
1449
  <?php
1450
  }
1452
  if(function_exists('is_bbpress')){
1453
  ?>
1454
  <br/>
1455
+ <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" />
1456
  <label for="the_champ_vertical_bb_forum"><?php _e('BBPress forum', 'super-socializer') ?></label>
1457
  <br/>
1458
+ <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" />
1459
  <label for="the_champ_vertical_bb_topic"><?php _e('BBPress topic', 'super-socializer') ?></label>
1460
  <?php
1461
  }
1476
  <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__) ?>" />
1477
  </th>
1478
  <td>
1479
+ <input id="the_champ_vertical_counts" name="the_champ_sharing[vertical_counts]" type="checkbox" <?php echo isset( $theChampSharingOptions['vertical_counts'] ) ? 'checked="checked"' : '';?> value="1" />
1480
  <br/>
1481
  <span style="font-size:12px"><?php _e( 'Share counts are supported for Twitter, Buffer, Reddit, Pinterest, Odnoklassniki, Fintel and Vkontakte', 'super-socializer') ?></span>
1482
  <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>
1503
  <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__) ?>" />
1504
  </th>
1505
  <td>
1506
+ <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" />
1507
  </td>
1508
  </tr>
1509
 
1521
  <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__) ?>" />
1522
  </th>
1523
  <td>
1524
+ <input id="the_champ_vmore" name="the_champ_sharing[vertical_more]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_more']) ? 'checked="checked"' : '';?> value="1" />
1525
  </td>
1526
  </tr>
1527
 
1538
  <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__) ?>" />
1539
  </th>
1540
  <td>
1541
+ <input id="the_champ_hslider" name="the_champ_sharing[hide_slider]" type="checkbox" <?php echo isset($theChampSharingOptions['hide_slider']) ? 'checked="checked"' : '';?> value="1" />
1542
  </td>
1543
  </tr>
1544
 
1555
  <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__) ?>" />
1556
  </th>
1557
  <td>
1558
+ <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>
1559
  </td>
1560
  </tr>
1561
 
1572
  <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__) ?>" />
1573
  </th>
1574
  <td>
1575
+ <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>
1576
  </td>
1577
  </tr>
1578
 
1627
  <label for="the_champ_surl_enable"><?php _e("Use plain background for Instagram icon", 'super-socializer'); ?></label><img id="the_champ_surl_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1628
  </th>
1629
  <td>
1630
+ <input id="the_champ_surl_enable" name="the_champ_sharing[plain_instagram_bg]" type="checkbox" <?php echo isset( $theChampSharingOptions['plain_instagram_bg'] ) ? 'checked="checked"' : '';?> value="1" />
1631
  </td>
1632
  </tr>
1633
 
1650
  <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__) ?>" />
1651
  </th>
1652
  <td>
1653
+ <input id="the_champ_surl_enable" name="the_champ_sharing[use_shortlinks]" type="checkbox" <?php echo isset( $theChampSharingOptions['use_shortlinks'] ) ? 'checked="checked"' : '';?> value="1" />
1654
  </td>
1655
  </tr>
1656
 
1667
  <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__) ?>" />
1668
  </th>
1669
  <td>
1670
+ <input id="the_champ_bitly_enable" name="the_champ_sharing[bitly_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['bitly_enable'] ) ? 'checked="checked"' : '';?> value="1" />
1671
  </td>
1672
  </tr>
1673
 
1845
  <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__) ?>" />
1846
  </th>
1847
  <td>
1848
+ <input id="the_champ_amp_enable" name="the_champ_sharing[amp_enable]" type="checkbox" <?php echo isset( $theChampSharingOptions['amp_enable'] ) ? 'checked="checked"' : '';?> value="1" />
1849
  </td>
1850
  </tr>
1851
 
1879
  <label for="the_champ_mycred_referral_id"><?php _e("Append myCRED referral ID to the urls being shared", 'super-socializer'); ?></label><img id="the_champ_mycred_referral_id_help" class="the_champ_help_bubble" src="<?php echo plugins_url( '../images/info.png', __FILE__ ) ?>" />
1880
  </th>
1881
  <td>
1882
+ <input id="the_champ_mycred_referral_id" name="the_champ_sharing[mycred_referral]" type="checkbox" <?php echo isset($theChampSharingOptions['mycred_referral']) ? 'checked="checked"' : '';?> value="1" />
1883
  </td>
1884
  </tr>
1885
  </table>
inc/social_login.php CHANGED
@@ -1,1154 +1,1166 @@
1
- <?php
2
- defined('ABSPATH') or die("Cheating........Uh!!");
3
- /**
4
- * File contains the functions necessary for Social Login functionality
5
- */
6
-
7
- /**
8
- * Render Social Login icons HTML
9
- */
10
- function the_champ_login_button($widget = false){
11
- if(!is_user_logged_in() && the_champ_social_login_enabled()){
12
- global $theChampLoginOptions;
13
- $html = '';
14
- $customInterface = apply_filters('the_champ_login_interface_filter', '', $theChampLoginOptions, $widget);
15
- if($customInterface != ''){
16
- $html = $customInterface;
17
- }elseif(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
18
- $html = the_champ_login_notifications($theChampLoginOptions);
19
- if(!$widget){
20
- $html .= '<div class="the_champ_outer_login_container">';
21
- if(isset($theChampLoginOptions['title']) && $theChampLoginOptions['title'] != ''){
22
- $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
23
- }
24
- }
25
- $html .= '<div class="the_champ_login_container">';
26
- $gdprOptIn = '';
27
- if(isset($theChampLoginOptions['gdpr_enable'])){
28
- $gdprOptIn = '<div class="heateor_ss_sl_optin_container"><label><input type="checkbox" class="heateor_ss_social_login_optin" value="1" />'. str_replace(array($theChampLoginOptions['ppu_placeholder'], $theChampLoginOptions['tc_placeholder']), array('<a href="'. $theChampLoginOptions['privacy_policy_url'] .'" target="_blank">'. $theChampLoginOptions['ppu_placeholder'] .'</a>', '<a href="'. $theChampLoginOptions['tc_url'] .'" target="_blank">'. $theChampLoginOptions['tc_placeholder'] .'</a>'), wp_strip_all_tags($theChampLoginOptions['privacy_policy_optin_text'])) .'</label></div>';
29
- }
30
- if(isset($theChampLoginOptions['gdpr_enable']) && $theChampLoginOptions['gdpr_placement'] == 'above'){
31
- $html .= $gdprOptIn;
32
- }
33
- $html .= '<ul class="the_champ_login_ul">';
34
- if(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
35
- foreach($theChampLoginOptions['providers'] as $provider){
36
- $html .= '<li><i ';
37
- // id
38
- if( $provider == 'google' ){
39
- $html .= 'id="theChamp'. ucfirst($provider) .'Button" ';
40
- }
41
- // class
42
- $html .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
43
- $html .= 'alt="Login with ';
44
- $html .= ucfirst($provider);
45
- $html .= '" title="Login with ';
46
- $html .= ucfirst($provider);
47
- if(current_filter() == 'comment_form_top' || current_filter() == 'comment_form_must_log_in_after'){
48
- $html .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this, \''. $provider .'\')" >';
49
- }else{
50
- $html .= '" onclick="theChampInitiateLogin(this, \''. $provider .'\')" >';
51
- }
52
- if($provider == 'facebook'){
53
- $html .= '<div class="theChampFacebookLogoContainer">';
54
- }
55
- $html .= '<ss style="display:block" class="theChampLoginSvg theChamp'. ucfirst($provider) .'LoginSvg"></ss>';
56
- if($provider == 'facebook'){
57
- $html .= '</div>';
58
- }
59
- $html .= '</i></li>';
60
- }
61
- }
62
- $html .= '</ul>';
63
- if(isset($theChampLoginOptions['gdpr_enable']) && $theChampLoginOptions['gdpr_placement'] == 'below'){
64
- $html .= '<div style="clear:both"></div>';
65
- $html .= $gdprOptIn;
66
- }
67
- $html .= '</div>';
68
- if(!$widget){
69
- $html .= '</div><div style="clear:both; margin-bottom: 6px"></div>';
70
- }
71
- }
72
- if(!$widget){
73
- global $heateorSsAllowedTags;
74
- echo wp_kses($html, $heateorSsAllowedTags);
75
- }else{
76
- return $html;
77
- }
78
- }
79
- }
80
-
81
- // enable FB login at login, register and comment form
82
- if(isset($theChampLoginOptions['enableAtLogin']) && $theChampLoginOptions['enableAtLogin'] == 1){
83
- add_action('login_form', 'the_champ_login_button');
84
- add_action('bp_before_sidebar_login_form', 'the_champ_login_button');
85
- }
86
- if(isset($theChampLoginOptions['enableAtRegister']) && $theChampLoginOptions['enableAtRegister'] == 1){
87
- add_action('register_form', 'the_champ_login_button');
88
- add_action('after_signup_form', 'the_champ_login_button');
89
- add_action('bp_before_account_details_fields', 'the_champ_login_button');
90
- }
91
- if(isset($theChampLoginOptions['enableAtComment']) && $theChampLoginOptions['enableAtComment'] == 1){
92
- global $user_ID;
93
- if(get_option('comment_registration') && intval($user_ID) == 0){
94
- add_action('comment_form_must_log_in_after', 'the_champ_login_button');
95
- }else{
96
- add_action('comment_form_top', 'the_champ_login_button');
97
- }
98
- }
99
- if(isset($theChampLoginOptions['enable_before_wc'])){
100
- add_action( 'woocommerce_before_customer_login_form', 'the_champ_login_button' );
101
- }
102
- if(isset($theChampLoginOptions['enable_after_wc'])){
103
- add_action( 'woocommerce_login_form', 'the_champ_login_button' );
104
- }
105
- if(isset($theChampLoginOptions['enable_register_wc'])){
106
- add_action( 'woocommerce_register_form', 'the_champ_login_button' );
107
- }
108
- if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['enable_wc_checkout'] == 1){
109
- add_action( 'woocommerce_checkout_before_customer_details', 'the_champ_login_button' );
110
- }
111
-
112
- /**
113
- * Get url of the image after saving it locally
114
- */
115
- function heateor_ss_save_social_avatar($url = NULL, $name = NULL){
116
- $url = stripslashes($url);
117
- if(!filter_var($url, FILTER_VALIDATE_URL))
118
- return false;
119
- if(empty($name))
120
- $name = basename($url);
121
- $dir = wp_upload_dir();
122
- try{
123
- $image = wp_remote_get($url, array(
124
- 'timeout' => 15
125
- ));
126
- if(!is_wp_error($image) && isset($image['response']['code']) && 200 === $image['response']['code']){
127
- $imageContent = wp_remote_retrieve_body($image);
128
- $imageType = isset($image['headers']) && isset($image['headers']['content-type']) ? $image['headers']['content-type'] : '';
129
- $imageTypeParts = array();
130
- $extension = '';
131
- if($imageType){
132
- $imageTypeParts = explode('/', $imageType);
133
- $extension = $imageTypeParts[1];
134
- }
135
- if(!is_string($imageContent) || empty($imageContent)){
136
- return false;
137
- }
138
- if(!is_dir($dir['basedir'] . '/heateor')){
139
- wp_mkdir_p($dir['basedir'] . '/heateor');
140
- }
141
- $save = file_put_contents($dir['basedir'] . '/heateor/' . $name . '.' . $extension, $imageContent);
142
- if(!$save){
143
- return false;
144
- }
145
- return $dir['baseurl'] . '/heateor/' . $name . '.' . $extension;
146
- }
147
- }catch(Exception $e){
148
- return false;
149
- }
150
- }
151
-
152
- /**
153
- * Login user to Wordpress
154
- */
155
- function the_champ_login_user($userId, $profileData = array(), $socialId = '', $update = false){
156
- $user = get_user_by('id', $userId);
157
- if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
158
- if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
159
- if($profileData['provider'] == 'facebook'){
160
- $localAvatarUrl = heateor_ss_save_social_avatar($profileData['avatar'], $profileData['id']);
161
- if($localAvatarUrl){
162
- update_user_meta($userId, 'thechamp_avatar', $localAvatarUrl);
163
- }
164
- }else{
165
- update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
166
- }
167
- }
168
- if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
169
- if($profileData['provider'] == 'facebook'){
170
- $localLargeAvatarUrl = heateor_ss_save_social_avatar($profileData['large_avatar'], $profileData['id'] . '_large');
171
- if($localLargeAvatarUrl){
172
- update_user_meta($userId, 'thechamp_large_avatar', $localLargeAvatarUrl);
173
- }
174
- }else{
175
- update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
176
- }
177
- }
178
- }
179
- if($socialId != ''){
180
- update_user_meta($userId, 'thechamp_current_id', $socialId);
181
- }
182
- global $theChampLoginOptions;
183
- if(isset($theChampLoginOptions['gdpr_enable'])){
184
- update_user_meta($userId, 'thechamp_gdpr_consent', 'yes');
185
- }
186
- do_action('the_champ_login_user', $userId, $profileData, $socialId, $update);
187
-
188
- clean_user_cache($user->ID);
189
- wp_clear_auth_cookie();
190
- wp_set_current_user($userId, $user->user_login);
191
- wp_set_auth_cookie($userId, true);
192
- update_user_caches($user);
193
-
194
- do_action('wp_login', $user->user_login, $user);
195
- }
196
-
197
- /**
198
- * Create username
199
- */
200
- function the_champ_create_username($profileData){
201
- $username = "";
202
- $firstName = "";
203
- $lastName = "";
204
- if(!empty($profileData['username'])){
205
- $username = $profileData['username'];
206
- }
207
- if(!empty($profileData['first_name']) && !empty($profileData['last_name'])){
208
- $username = !$username ? $profileData['first_name'] . ' ' . $profileData['last_name'] : $username;
209
- $firstName = $profileData['first_name'];
210
- $lastName = $profileData['last_name'];
211
- }elseif(!empty($profileData['name'])){
212
- $username = !$username ? $profileData['name'] : $username;
213
- $nameParts = explode(' ', $profileData['name']);
214
- if(count($nameParts) > 1){
215
- $firstName = $nameParts[0];
216
- $lastName = $nameParts[1];
217
- }else{
218
- $firstName = $profileData['name'];
219
- }
220
- }elseif(!empty($profileData['username'])){
221
- $firstName = $profileData['username'];
222
- }elseif(isset($profileData['email']) && $profileData['email'] != ''){
223
- $user_name = explode('@', $profileData['email']);
224
- if(!$username){
225
- $username = $user_name[0];
226
- }
227
- $firstName = str_replace("_", " ", $user_name[0]);
228
- }else{
229
- $username = !$username ? $profileData['id'] : $username;
230
- $firstName = $profileData['id'];
231
- }
232
- return $username."|tc|".$firstName."|tc|".$lastName;
233
- }
234
-
235
- /**
236
- * Create user in Wordpress database.
237
- */
238
- function the_champ_create_user($profileData, $verification = false){
239
- // create username, firstname and lastname
240
- $usernameFirstnameLastname = explode('|tc|', the_champ_create_username($profileData));
241
- $username = $usernameFirstnameLastname[0];
242
- $firstName = $usernameFirstnameLastname[1];
243
- $lastName = $usernameFirstnameLastname[2];
244
- // make username unique
245
- $nameexists = true;
246
- $index = 1;
247
- $username = str_replace(' ', '-', $username);
248
-
249
- //cyrillic username
250
- $username = sanitize_user($username, true);
251
- if($username == '-'){
252
- $emailParts = explode('@', $profileData['email']);
253
- $username = $emailParts[0];
254
- }
255
-
256
- $userName = $username;
257
- while($nameexists == true){
258
- if(username_exists($userName) != 0){
259
- $index++;
260
- $userName = $username.$index;
261
- }else{
262
- $nameexists = false;
263
- }
264
- }
265
- $username = $userName;
266
- $password = wp_generate_password();
267
-
268
- $userdata = array(
269
- 'user_login' => $username,
270
- 'user_pass' => $password,
271
- 'user_nicename' => sanitize_user($firstName, true),
272
- 'user_email' => $profileData['email'],
273
- 'display_name' => $firstName,
274
- 'nickname' => $firstName,
275
- 'first_name' => $firstName,
276
- 'last_name' => $lastName,
277
- 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
278
- 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
279
- 'role' => get_option('default_role')
280
- );
281
- if(heateor_ss_is_plugin_active('buddypress/bp-loader.php')){
282
- $userdata = array(
283
- 'user_login' => $username,
284
- 'user_pass' => $password,
285
- 'user_nicename' => $username,
286
- 'user_email' => $profileData['email'],
287
- 'display_name' => $profileData['name'],
288
- 'nickname' => $username,
289
- 'first_name' => $firstName,
290
- 'last_name' => $lastName,
291
- 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
292
- 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
293
- 'role' => get_option('default_role')
294
- );
295
- }
296
- if(heateor_ss_is_plugin_active('theme-my-login/theme-my-login.php')){
297
- $tmlOptions = get_option('theme_my_login');
298
- $tmlLoginType = isset($tmlOptions['login_type']) ? $tmlOptions['login_type'] : '';
299
- if($tmlLoginType == 'email'){
300
- $userdata = array(
301
- 'user_login' => $profileData['email'],
302
- 'user_pass' => $password,
303
- 'user_nicename' => $profileData['email'],
304
- 'user_email' => $profileData['email'],
305
- 'display_name' => $profileData['email'],
306
- 'nickname' => $profileData['email'],
307
- 'first_name' => $firstName,
308
- 'last_name' => $lastName,
309
- 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
310
- 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
311
- 'role' => get_option('default_role')
312
- );
313
- }
314
- }
315
-
316
- $userId = wp_insert_user($userdata);
317
- if(!is_wp_error($userId)){
318
- if(isset($profileData['id']) && $profileData['id'] != ''){
319
- update_user_meta($userId, 'thechamp_social_id', $profileData['id']);
320
- }
321
- if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
322
- update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
323
- }
324
- if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
325
- update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
326
- }
327
- if(!empty($profileData['provider'])){
328
- update_user_meta($userId, 'thechamp_provider', $profileData['provider']);
329
- }
330
-
331
- // send notification email
332
- heateor_ss_new_user_notification($userId);
333
-
334
- // insert profile data in BP XProfile table
335
- global $theChampLoginOptions;
336
- if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
337
- foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
338
- // save xprofile fields
339
- global $wpdb;
340
- $value = '';
341
- if(isset($profileData[$val])){
342
- $value = $profileData[$val];
343
- }
344
- if($value){
345
- $wpdb->insert(
346
- $wpdb->prefix . 'bp_xprofile_data',
347
- array(
348
- 'id' => NULL,
349
- 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
350
- 'user_id' => $userId,
351
- 'value' => $value,
352
- 'last_updated' => '',
353
- ),
354
- array(
355
- '%d',
356
- '%d',
357
- '%d',
358
- '%s',
359
- '%s',
360
- )
361
- );
362
- }
363
- }
364
- }
365
- // hook - user successfully created
366
- do_action('the_champ_user_successfully_created', $userId, $userdata, $profileData);
367
- return $userId;
368
- }
369
- return false;
370
- }
371
-
372
- /**
373
- * Replace default avatar with social avatar
374
- */
375
- function the_champ_social_avatar($avatar, $avuser, $size, $default, $alt = ''){
376
- global $theChampLoginOptions;
377
- if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
378
- if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
379
- $avatarType = 'thechamp_large_avatar';
380
- }else{
381
- $avatarType = 'thechamp_avatar';
382
- }
383
- $userId = 0;
384
- if(is_numeric($avuser)){
385
- if($avuser > 0){
386
- $userId = $avuser;
387
- }
388
- }elseif(is_object($avuser)){
389
- if(property_exists($avuser, 'user_id') AND is_numeric($avuser->user_id)){
390
- $userId = $avuser->user_id;
391
- }
392
- }elseif(is_email($avuser)){
393
- $user = get_user_by('email', $avuser);
394
- $userId = isset($user->ID) ? $user->ID : 0;
395
- }
396
-
397
- if($avatarType == 'thechamp_large_avatar' && get_user_meta($userId, $avatarType, true) == ''){
398
- $avatarType = 'thechamp_avatar';
399
- }
400
- if(!empty($userId) && ($userAvatar = get_user_meta($userId, $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
401
- return '<img alt="' . esc_attr($alt) . '" src="' . $userAvatar . '" class="avatar avatar-' . $size . ' " height="' . $size . '" width="' . $size . '" style="height:'. $size .'px;width:'. $size .'px" />';
402
- }
403
- }
404
- return $avatar;
405
- }
406
- add_filter('get_avatar', 'the_champ_social_avatar', 100000, 5);
407
- add_filter('bp_core_fetch_avatar', 'the_champ_buddypress_avatar', 10, 2);
408
-
409
- /**
410
- * Replace default avatar url with the url of social avatar
411
- */
412
- function heateor_ss_social_avatar_url($url, $idOrEmail, $args){
413
- global $theChampLoginOptions;
414
- if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
415
- if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
416
- $avatarType = 'thechamp_large_avatar';
417
- }else{
418
- $avatarType = 'thechamp_avatar';
419
- }
420
- $userId = 0;
421
- if(is_numeric($idOrEmail)){
422
- $user = get_userdata($idOrEmail);
423
- if($idOrEmail > 0){
424
- $userId = $idOrEmail;
425
- }
426
- }elseif(is_object($idOrEmail)){
427
- if(property_exists($idOrEmail, 'user_id') AND is_numeric($idOrEmail->user_id)){
428
- $userId = $idOrEmail->user_id;
429
- }
430
- }elseif(is_email($idOrEmail)){
431
- $user = get_user_by('email', $idOrEmail);
432
- $userId = isset($user->ID) ? $user->ID : 0;
433
- }
434
-
435
- if($avatarType == 'thechamp_large_avatar' && get_user_meta($userId, $avatarType, true) == ''){
436
- $avatarType = 'thechamp_avatar';
437
- }
438
- if(!empty($userId) && ($userAvatar = get_user_meta($userId, $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
439
- return $userAvatar;
440
- }
441
- }
442
- return $url;
443
- }
444
- add_filter('get_avatar_url', 'heateor_ss_social_avatar_url', 10, 3);
445
-
446
- /**
447
- * Enable social avatar in Buddypress
448
- */
449
- function the_champ_buddypress_avatar($text, $args){
450
- global $theChampLoginOptions;
451
- if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
452
- if(is_array($args)){
453
- if(!empty($args['object']) && strtolower($args['object']) == 'user'){
454
- if(!empty($args['item_id']) && is_numeric($args['item_id'])){
455
- if(($userData = get_userdata($args['item_id'])) !== false){
456
- if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
457
- $avatarType = 'thechamp_large_avatar';
458
- }else{
459
- $avatarType = 'thechamp_avatar';
460
- }
461
- if($avatarType == 'thechamp_large_avatar' && get_user_meta($args['item_id'], $avatarType, true) == ''){
462
- $avatarType = 'thechamp_avatar';
463
- }
464
- $avatar = '';
465
- if(($userAvatar = get_user_meta($args['item_id'], $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
466
- $avatar = $userAvatar;
467
- }
468
- if($avatar != ""){
469
- $imgAlt = (!empty($args['alt']) ? 'alt="'.esc_attr($args['alt']).'" ' : '');
470
- $imgAlt = sprintf($imgAlt, htmlspecialchars($userData->user_login));
471
- $imgClass = ('class="'.(!empty ($args['class']) ? ($args['class'].' ') : '').'avatar-social-login" ');
472
- $imgWidth = (!empty ($args['width']) ? 'width="'.$args['width'].'" ' : 'width="50"');
473
- $imgHeight = (!empty ($args['height']) ? 'height="'.$args['height'].'" ' : 'height="50"');
474
- $text = preg_replace('#<img[^>]+>#i', '<img src="'.$avatar.'" '.$imgAlt.$imgClass.$imgHeight.$imgWidth.' style="float:left; margin-right:10px" />', $text);
475
- }
476
- }
477
- }
478
- }
479
- }
480
- }
481
- return $text;
482
- }
483
-
484
- /**
485
- * Format social profile data
486
- */
487
- function the_champ_sanitize_profile_data($profileData, $provider){
488
- $temp = array();
489
- if($provider == 'facebook'){
490
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
491
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
492
- $temp['name'] = isset($profileData->name) ? $profileData->name : '';
493
- $temp['username'] = '';
494
- $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
495
- $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
496
- $temp['bio'] = '';
497
- $temp['link'] = '';
498
- $temp['avatar'] = isset($profileData->picture_small) && isset($profileData->picture_small->data) && isset($profileData->picture_small->data->url) && heateor_ss_validate_url($profileData->picture_small->data->url) ? trim($profileData->picture_small->data->url) : '';
499
- $temp['large_avatar'] = isset($profileData->picture_large) && isset($profileData->picture_large->data) && isset($profileData->picture_large->data->url) && heateor_ss_validate_url($profileData->picture_large->data->url) ? trim($profileData->picture_large->data->url) : '';
500
- }elseif($provider == 'twitter'){
501
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
502
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
503
- $temp['name'] = isset($profileData->name) ? $profileData->name : '';
504
- $temp['username'] = isset($profileData->screen_name) ? $profileData->screen_name : '';
505
- $temp['first_name'] = '';
506
- $temp['last_name'] = '';
507
- $temp['bio'] = isset($profileData->description) ? sanitize_text_field($profileData->description) : '';
508
- $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.sanitize_user($temp['username']) : '';
509
- $temp['avatar'] = isset($profileData->profile_image_url) && heateor_ss_validate_url($profileData->profile_image_url) !== false ? trim($profileData->profile_image_url) : '';
510
- $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
511
- }elseif($provider == 'steam'){
512
- $temp['id'] = isset($profileData->steamid) ? sanitize_text_field($profileData->steamid) : '';
513
- $temp['email'] = '';
514
- $temp['name'] = isset($profileData->realname) ? $profileData->realname : '';
515
- $temp['username'] = isset($profileData->personaname) ? $profileData->personaname : '';
516
- $temp['first_name'] = '';
517
- $temp['last_name'] = '';
518
- $temp['bio'] = '';
519
- $temp['link'] = isset($profileData->profileurl) ? $profileData->profileurl : '';
520
- $temp['avatar'] = isset($profileData->avatarmedium) && heateor_ss_validate_url($profileData->avatarmedium) !== false ? $profileData->avatarmedium : '';
521
- $temp['large_avatar'] = isset($profileData->avatarfull) && heateor_ss_validate_url($profileData->avatarfull) !== false ? $profileData->avatarfull : '';
522
- }elseif($provider == 'linkedin'){
523
- $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
524
- $temp['email'] = isset($profileData['email']) ? sanitize_email($profileData['email']) : '';
525
- $temp['name'] = '';
526
- $temp['username'] = '';
527
- $temp['first_name'] = isset($profileData['firstName']) ? $profileData['firstName'] : '';
528
- $temp['last_name'] = isset($profileData['lastName']) ? $profileData['lastName'] : '';
529
- $temp['bio'] = '';
530
- $temp['link'] = '';
531
- $temp['avatar'] = isset($profileData['smallAvatar']) && heateor_ss_validate_url($profileData['smallAvatar']) !== false ? trim($profileData['smallAvatar']) : '';
532
- $temp['large_avatar'] = isset($profileData['largeAvatar']) && heateor_ss_validate_url($profileData['largeAvatar']) !== false ? trim($profileData['largeAvatar']) : '';
533
- }elseif($provider == 'google'){
534
- $temp['id'] = isset($profileData->sub) ? sanitize_text_field($profileData->sub) : '';
535
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
536
- $temp['name'] = isset($profileData->name) ? $profileData->name : '';
537
- $temp['username'] = '';
538
- $temp['first_name'] = isset($profileData->givenName) ? $profileData->givenName : '';
539
- $temp['last_name'] = isset($profileData->familyName) ? $profileData->familyName : '';
540
- $temp['bio'] = '';
541
- $temp['link'] = isset($profileData->link) && heateor_ss_validate_url(trim($profileData->link)) !== false ? trim($profileData->link) : '';
542
- $temp['large_avatar'] = isset($profileData->picture) && heateor_ss_validate_url($profileData->picture) !== false ? trim($profileData->picture) : '';
543
- $temp['avatar'] = $temp['large_avatar'] != '' ? $temp['large_avatar'] . '?sz=50' : '';
544
- }elseif($provider == 'vkontakte'){
545
- $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
546
- $temp['email'] = '';
547
- $temp['name'] = '';
548
- $temp['username'] = isset($profileData['screen_name']) ? $profileData['screen_name'] : '';
549
- $temp['first_name'] = isset($profileData['first_name']) ? $profileData['first_name'] : '';
550
- $temp['last_name'] = isset($profileData['last_name']) ? $profileData['last_name'] : '';
551
- $temp['bio'] = '';
552
- $temp['link'] = $temp['id'] != '' ? 'https://vk.com/id' . $temp['id'] : '';
553
- $temp['avatar'] = isset($profileData['photo_rec']) && heateor_ss_validate_url($profileData['photo_rec']) !== false ? trim($profileData['photo_rec']) : '';
554
- $temp['large_avatar'] = isset($profileData['photo_big']) && heateor_ss_validate_url($profileData['photo_big']) !== false ? trim($profileData['photo_big']) : '';
555
- }elseif($provider == 'instagram'){
556
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
557
- $temp['email'] = '';
558
- $temp['name'] = '';
559
- $temp['username'] = isset($profileData->username) ? $profileData->username : '';
560
- $temp['first_name'] = '';
561
- $temp['last_name'] = '';
562
- $temp['bio'] = '';
563
- $temp['link'] = '';
564
- $temp['avatar'] = '';
565
- $temp['large_avatar'] = '';
566
- $temp['ig_id'] = isset($profileData->ig_id) ? sanitize_text_field($profileData->ig_id) : '';
567
- }elseif($provider == 'mailru'){
568
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
569
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
570
- $temp['name'] = isset($profileData->name) ? $profileData->name : '';
571
- $temp['username'] = '';
572
- $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
573
- $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
574
- $temp['bio'] = '';
575
- $temp['link'] = '';
576
- $temp['avatar'] = isset($profileData->image) && heateor_ss_validate_url($profileData->image) !== false ? trim($profileData->image) : '';
577
- $temp['large_avatar'] = '';
578
- }elseif($provider == 'line'){
579
- $temp['email'] = '';
580
- $temp['bio'] = '';
581
- $temp['username'] = $profileData->displayName;
582
- $temp['link'] = '';
583
- $temp['avatar'] = isset($profileData->pictureUrl) && heateor_ss_validate_url($profileData->pictureUrl) !== false ? trim($profileData->pictureUrl) : '';
584
- $temp['name'] = $profileData->displayName;
585
- $temp['first_name'] = $profileData->displayName;
586
- $temp['last_name'] = '';
587
- $temp['id'] = isset($profileData->userId) ? sanitize_text_field($profileData->userId) : '';
588
- $temp['large_avatar'] = '';
589
- }elseif($provider == 'microsoft'){
590
- $temp['email'] = isset($profileData->emails->account) ? sanitize_email($profileData->emails->account) : '';
591
- $temp['bio'] = '';
592
- $temp['username'] = '';
593
- $temp['link'] = '';
594
- $temp['avatar'] = '';
595
- $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
596
- $temp['first_name'] = isset($profileData->first_name) ? sanitize_text_field($profileData->first_name) : '';
597
- $temp['last_name'] = isset($profileData->last_name) ? sanitize_text_field($profileData->last_name) : '';
598
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
599
- $temp['large_avatar'] = '';
600
- }elseif($provider == 'wordpress'){
601
- if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
602
- $temp['email'] = sanitize_email($profileData->email);
603
- }else{
604
- $temp['email'] = '';
605
- }
606
- $temp['bio'] = '';
607
- $temp['username'] = isset($profileData->username) ? sanitize_text_field($profileData->username) : '';
608
- $temp['link'] = isset($profileData->primary_blog_url) && heateor_ss_validate_url($profileData->primary_blog_url) !== false ? trim($profileData->primary_blog_url) : '';
609
- $temp['avatar'] = isset($profileData->avatar_URL) && heateor_ss_validate_url($profileData->avatar_URL) !== false ? trim($profileData->avatar_URL) : '';
610
- $temp['name'] = '';
611
- $temp['first_name'] = '';
612
- $temp['last_name'] = '';
613
- $temp['id'] = isset($profileData->ID) ? sanitize_text_field($profileData->ID) : '';
614
- $temp['large_avatar'] = '';
615
- }elseif($provider == 'yahoo'){
616
- if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
617
- $temp['email'] = sanitize_email($profileData->email);
618
- }else{
619
- $temp['email'] = '';
620
- }
621
- $temp['bio'] = '';
622
- $temp['username'] = isset($profileData->nickname) ? sanitize_text_field($profileData->nickname) : '';
623
- $temp['link'] = '';
624
- $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
625
- $temp['first_name'] = isset($profileData->given_name) ? sanitize_text_field($profileData->given_name) : '';
626
- $temp['last_name'] = isset($profileData->family_name) ? sanitize_text_field($profileData->family_name) : '';
627
- $temp['id'] = isset($profileData->sub) ? sanitize_text_field($profileData->sub) : '';
628
- $temp['large_avatar'] = isset($profileData->profile_images->image192) && heateor_ss_validate_url($profileData->profile_images->image192) !== false ? trim($profileData->profile_images->image192) : '';
629
- $temp['avatar'] = isset($profileData->profile_images->image64) && heateor_ss_validate_url($profileData->profile_images->image64) !== false ? trim($profileData->profile_images->image64) : '';
630
- }elseif($provider == 'dribbble'){
631
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
632
- $temp['email'] = '';
633
- $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
634
- $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
635
- $temp['first_name'] = '';
636
- $temp['last_name'] = '';
637
- $temp['bio'] = isset($profileData->bio) ? sanitize_text_field($profileData->bio) : '';
638
- $temp['link'] = isset($profileData->html_url) && heateor_ss_validate_url($profileData->html_url) !== false ? trim($profileData->html_url) : '';
639
- $temp['avatar'] = isset($profileData->avatar_url) && heateor_ss_validate_url($profileData->avatar_url) !== false ? trim($profileData->avatar_url) : '';
640
- $temp['large_avatar'] = '';
641
- }elseif($provider == 'github'){
642
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
643
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
644
- $temp['name'] = '';
645
- $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
646
- $temp['first_name'] = '';
647
- $temp['last_name'] = '';
648
- $temp['bio'] = isset($profileData->bio) ? sanitize_text_field($profileData->bio) : '';
649
- $temp['link'] = isset($profileData->html_url) && heateor_ss_validate_url($profileData->html_url) !== false ? trim($profileData->html_url) : '';
650
- $temp['avatar'] = isset($profileData->avatar_url) && heateor_ss_validate_url($profileData->avatar_url) !== false ? trim($profileData->avatar_url) : '';
651
- $temp['large_avatar'] = '';
652
- }elseif($provider == 'spotify'){
653
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
654
- $temp['bio'] = '';
655
- $temp['username'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
656
- $temp['link'] = isset($profileData->external_urls) && isset($profileData->external_urls->spotify) && heateor_ss_validate_url($profileData->external_urls->spotify) !== false ? trim($profileData->external_urls->spotify) : '';
657
- $temp['avatar'] = isset($profileData->images) && is_array($profileData->images) && isset($profileData->images[0]) && is_object($profileData->images[0]) && isset($profileData->images[0]->url) && heateor_ss_validate_url($profileData->images[0]->url) !== false ? trim($profileData->images[0]->url) : '';
658
- $temp['name'] = '';
659
- $temp['first_name'] = '';
660
- $temp['last_name'] = '';
661
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
662
- $temp['large_avatar'] = '';
663
- }elseif($provider == 'kakao'){
664
- $temp['email'] = '';
665
- if(isset($profileData->kakao_account) && is_object($profileData->kakao_account) && $profileData->kakao_account->has_email == '1' && $profileData->kakao_account->is_email_valid == '1' && $profileData->kakao_account->is_email_verified == '1' && isset($profileData->kakao_account->email) && $profileData->kakao_account->email){
666
- $temp['email'] = sanitize_email($profileData->kakao_account->email);
667
- }
668
- $temp['bio'] = '';
669
- $temp['username'] = isset($profileData->properties) && isset($profileData->properties->nickname) && $profileData->properties->nickname ? sanitize_text_field($profileData->properties->nickname) : '';
670
- $temp['link'] = '';
671
- $temp['avatar'] = isset($profileData->properties) && isset($profileData->properties->thumbnail_image) && $profileData->properties->thumbnail_image && heateor_ss_validate_url($profileData->properties->thumbnail_image) !== false ? trim($profileData->properties->thumbnail_image) : '';
672
- $temp['name'] = '';
673
- $temp['first_name'] = '';
674
- $temp['last_name'] = '';
675
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
676
- $temp['large_avatar'] = isset($profileData->properties) && isset($profileData->properties->profile_image) && $profileData->properties->profile_image && heateor_ss_validate_url($profileData->properties->profile_image) !== false ? trim($profileData->properties->profile_image) : '';
677
- }elseif($provider == 'twitch'){
678
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
679
- $temp['bio'] = '';
680
- $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
681
- $temp['link'] = $temp['username'] ? 'https://www.twitch.tv/' . $temp['username'] : '';
682
- $temp['avatar'] = isset($profileData->profile_image_url) && heateor_ss_validate_url($profileData->profile_image_url) ? trim($profileData->profile_image_url) : '';
683
- $temp['name'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
684
- $temp['first_name'] = '';
685
- $temp['last_name'] = '';
686
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
687
- $temp['large_avatar'] = '';
688
- }elseif($provider == 'reddit'){
689
- $temp['email'] = '';
690
- $temp['bio'] = '';
691
- $temp['username'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
692
- $temp['link'] = '';
693
- $temp['avatar'] = isset($profileData->icon_img) && heateor_ss_validate_url($profileData->icon_img) ? trim($profileData->icon_img) : '';
694
- $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
695
- $temp['first_name'] = '';
696
- $temp['last_name'] = '';
697
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
698
- $temp['large_avatar'] = '';
699
- }elseif($provider == 'disqus'){
700
- $temp['email'] = isset($profileData->response) && isset($profileData->response->email) ? sanitize_email($profileData->response->email) : '';
701
- $temp['bio'] = '';
702
- $temp['username'] = '';
703
- $temp['link'] = isset($profileData->response) && isset($profileData->response->profileUrl) && heateor_ss_validate_url($profileData->response->profileUrl) ? trim($profileData->response->profileUrl) : '';
704
- $temp['avatar'] = isset($profileData->response) && isset($profileData->response->small) && isset($profileData->response->small->permalink) && heateor_ss_validate_url($profileData->response->small->permalink) ? trim($profileData->response->small->permalink) : '';
705
- $temp['name'] = isset($profileData->response) && isset($profileData->response->name) ? sanitize_text_field($profileData->response->name) : '';
706
- $temp['first_name'] = '';
707
- $temp['last_name'] = '';
708
- $temp['id'] = isset($profileData->response) && isset($profileData->response->id) ? sanitize_text_field($profileData->response->id) : '';
709
- $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->large) && isset($profileData->response->large->permalink) && heateor_ss_validate_url($profileData->response->large->permalink) ? trim($profileData->response->large->permalink) : '';
710
- }elseif($provider == 'dropbox'){
711
- $temp['email'] = '';
712
- if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
713
- $temp['email'] = sanitize_email($profileData->email);
714
- }
715
- $temp['bio'] = '';
716
- $temp['username'] = isset($profileData->name) && isset($profileData->name->username) ? sanitize_text_field($profileData->name->username) : '';
717
- $temp['link'] = '';
718
- $temp['avatar'] = '';
719
- $temp['name'] = isset($profileData->name) && isset($profileData->name->display_name) ? sanitize_text_field($profileData->name->display_name) : '';
720
- $temp['first_name'] = isset($profileData->name) && isset($profileData->name->given_name) ? sanitize_text_field($profileData->name->given_name) : '';
721
- $temp['last_name'] = isset($profileData->name) && isset($profileData->name->surname) ? sanitize_text_field($profileData->name->surname) : '';
722
- $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
723
- $temp['large_avatar'] = '';
724
- }elseif($provider == 'foursquare'){
725
- $temp['email'] = '';
726
- if(isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->contact) && isset($profileData->response->user->contact->email) && isset($profileData->response->user->contact->verifiedPhone) && $profileData->response->user->contact->verifiedPhone == true){
727
- $temp['email'] = sanitize_email($profileData->response->user->contact->email);
728
- }
729
- $temp['bio'] = '';
730
- $temp['username'] = '';
731
- $temp['link'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->canonicalUrl) && heateor_ss_validate_url($profileData->response->user->canonicalUrl) ? trim($profileData->response->user->canonicalUrl) : '';
732
- $temp['avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "64x64" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
733
- $temp['name'] = '';
734
- $temp['first_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->firstName) ? sanitize_text_field($profileData->response->user->firstName) : '';
735
- $temp['last_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->lastName) ? sanitize_text_field($profileData->response->user->lastName) : '';
736
- $temp['id'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->id) ? sanitize_text_field($profileData->response->user->id) : '';
737
- $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "190x190" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
738
- }elseif($provider == 'amazon'){
739
- $temp['id'] = isset($profileData->user_id) ? sanitize_text_field($profileData->user_id) : '';
740
- $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
741
- $temp['name'] = isset($profileData->name) ? $profileData->name : '';
742
- $temp['username'] = '';
743
- $temp['first_name'] = '';
744
- $temp['last_name'] = '';
745
- $temp['bio'] = '';
746
- $temp['link'] = '';
747
- $temp['avatar'] = '';
748
- $temp['large_avatar'] = '';
749
- }elseif($provider == 'stackoverflow'){
750
- $temp['email'] = '';
751
- $temp['bio'] = '';
752
- $temp['username'] = '';
753
- $temp['link'] = isset($profileData->link) && heateor_ss_validate_url($profileData->link) ? trim($profileData->link) : '';
754
- $temp['avatar'] = isset($profileData->profile_image) && heateor_ss_validate_url($profileData->profile_image) ? trim($profileData->profile_image) : '';
755
- $temp['name'] = isset($profileData->display_name) ? $profileData->display_name : '';
756
- $temp['first_name'] = '';
757
- $temp['last_name'] = '';
758
- $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
759
- $temp['large_avatar'] = '';
760
- }elseif($provider == 'discord'){
761
- if(!empty($profileData->email)){
762
- $temp['email'] = sanitize_email($profileData->email);
763
- }else{
764
- $temp['email'] = '';
765
- }
766
- $temp['bio'] = '';
767
- $temp['username'] = isset($profileData->username) ? sanitize_text_field($profileData->username) : '';
768
- $temp['link'] = '';
769
- $temp['avatar'] = '';
770
- $temp['name'] = '';
771
- $temp['first_name'] = '';
772
- $temp['last_name'] = '';
773
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
774
- $temp['large_avatar'] = '';
775
- }
776
- if($provider != 'steam'){
777
- $temp['avatar'] = str_replace('http://', '//', $temp['avatar']);
778
- $temp['large_avatar'] = str_replace('http://', '//', $temp['large_avatar']);
779
- }
780
- $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
781
- $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
782
- $temp['username'] = isset($temp['username'][0]) && ctype_upper($temp['username'][0]) ? ucfirst(sanitize_user($temp['username'], true)) : sanitize_user($temp['username'], true);
783
- $temp['first_name'] = isset($temp['first_name'][0]) && ctype_upper($temp['first_name'][0]) ? ucfirst(sanitize_user($temp['first_name'], true)) : sanitize_user($temp['first_name'], true);
784
- $temp['last_name'] = isset($temp['last_name'][0]) && ctype_upper($temp['last_name'][0]) ? ucfirst(sanitize_user($temp['last_name'], true)) : sanitize_user($temp['last_name'], true);
785
- $temp['provider'] = $provider;
786
- return $temp;
787
- }
788
-
789
- /**
790
- * Check if user is an admin
791
- */
792
- function heateor_ss_check_if_admin($userId){
793
- global $theChampLoginOptions;
794
- if(isset($theChampLoginOptions['disable_sl_admin'])){
795
- $user = get_userdata($userId);
796
- if(!empty($user) && is_array($user->roles)){
797
- if(in_array('administrator', $user->roles)){
798
- return true;
799
- }
800
- }
801
- }
802
- return false;
803
- }
804
-
805
- /**
806
- * User authentication after Social Login
807
- */
808
- function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedirect = ''){
809
- global $theChampLoginOptions, $user_ID;
810
- // authenticate user
811
- // check if Social ID exists in database
812
- if($profileData['id'] == ''){
813
- return array('status' => false, 'message' => '');
814
- }
815
-
816
- $oldInstagramUsers = array();
817
- $oldInstagramUser = ($profileData['provider'] == 'instagram' && !empty($profileData['ig_id']));
818
- if($oldInstagramUser){
819
- $oldInstagramUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['ig_id']);
820
- $existingUser = $oldInstagramUsers;
821
- }
822
- if(($oldInstagramUser && count($oldInstagramUsers) == 0) || !$oldInstagramUser){
823
- $existingUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['id']);
824
- $existingUser = $existingUsers;
825
- }
826
- // login redirection url
827
- $loginUrl = '';
828
- if(isset($theChampLoginOptions['login_redirection']) && $theChampLoginOptions['login_redirection'] == 'bp_profile'){
829
- $loginUrl = 'bp';
830
- }
831
- if(count($existingUser) > 0){
832
- // user exists in the database
833
- if(isset($existingUser[0]->ID)){
834
- if(count($oldInstagramUsers) > 0){
835
- update_user_meta($existingUser[0]->ID, 'thechamp_social_id', $profileData['id']);
836
- }
837
- // check if account needs verification
838
- if(get_user_meta($existingUser[0]->ID, 'thechamp_key', true) != ''){
839
- if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam'))){
840
- if(is_user_logged_in()){
841
- wp_delete_user($existingUser[0]->ID);
842
- the_champ_link_account($socialId, $provider, $user_ID);
843
- return array('status' => true, 'message' => 'linked');
844
- }else{
845
- return array('status' => false, 'message' => 'unverified');
846
- }
847
- }
848
- if(is_user_logged_in()){
849
- wp_delete_user($existingUser[0]->ID);
850
- the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
851
- the_champ_close_login_popup(admin_url() . '/profile.php'); //** may be BP profile/custom profile page/wp profile page
852
- }else{
853
- the_champ_close_login_popup(home_url().'?SuperSocializerUnverified=1');
854
- }
855
- }
856
- if(is_user_logged_in()){
857
- return array('status' => false, 'message' => 'not linked');
858
- }else{
859
- // return if social login is disabled for admin accounts
860
- if(heateor_ss_check_if_admin($existingUser[0]->ID)){
861
- return array('status' => false, 'message' => '');
862
- }
863
- // hook to update profile data
864
- do_action('the_champ_hook_update_profile_data', $existingUser[0]->ID, $profileData);
865
- // update Xprofile fields
866
- if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
867
- foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
868
- global $wpdb;
869
- $value = '';
870
- if(isset($profileData[$val])){
871
- $value = $profileData[$val];
872
- }
873
- if($value){
874
- $wpdb->update(
875
- $wpdb->prefix . 'bp_xprofile_data',
876
- array(
877
- 'value' => $value,
878
- 'last_updated' => '',
879
- ),
880
- array(
881
- 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
882
- 'user_id' => $existingUser[0]->ID
883
- ),
884
- array(
885
- '%s',
886
- '%s'
887
- ),
888
- array(
889
- '%d',
890
- '%d'
891
- )
892
- );
893
- }
894
- }
895
- }
896
- $error = the_champ_login_user($existingUser[0]->ID, $profileData, $profileData['id'], true);
897
- if(isset($error) && $error === 0){
898
- return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
899
- }elseif(get_user_meta($existingUser[0]->ID, 'thechamp_social_registration', true)){
900
- // if logging in first time after email verification
901
- delete_user_meta($existingUser[0]->ID, 'thechamp_social_registration');
902
- if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
903
- return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($existingUser[0]->ID));
904
- }else{
905
- return array('status' => true, 'message' => 'register');
906
- }
907
- }
908
- return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0]->ID) : ''));
909
- }
910
- }
911
- }else{
912
- // check if id in linked accounts
913
- global $wpdb;
914
- $existingInstagramUserId = '';
915
- if($oldInstagramUser){
916
- $existingInstagramUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['ig_id'] .'%"');
917
- $existingUserId = $existingInstagramUserId;
918
- }
919
- if(($oldInstagramUser && !$existingInstagramUserId) || !$oldInstagramUser){
920
- $existingSocialUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['id'] .'%"');
921
- $existingUserId = $existingSocialUserId;
922
- }
923
- if($existingUserId){
924
- if($existingInstagramUserId){
925
- $linkedAccounts = get_user_meta($existingUserId, 'thechamp_linked_accounts', true);
926
- $linkedAccounts = maybe_unserialize($linkedAccounts);
927
- $linkedAccounts['instagram'] = $profileData['id'];
928
- update_user_meta($existingUserId, 'thechamp_linked_accounts', maybe_serialize($linkedAccounts));
929
- }
930
- if(is_user_logged_in()){
931
- return array('status' => false, 'message' => 'not linked');
932
- }else{
933
- $error = the_champ_login_user($existingUserId, $profileData, $profileData['id'], true);
934
- if(isset($error) && $error === 0){
935
- return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
936
- }
937
- return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUserId) : ''));
938
- }
939
- }
940
- // linking
941
- if(is_user_logged_in()){
942
- global $user_ID;
943
- $providerExists = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE user_id = '. $user_ID .' and meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['provider'] .'%"');
944
- if($providerExists){
945
- return array('status' => false, 'message' => 'provider exists');
946
- }else{
947
- the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
948
- return array('status' => true, 'message' => 'linked');
949
- }
950
- }
951
- // if email is blank
952
- if(!isset($profileData['email']) || $profileData['email'] == ''){
953
- if(!isset($theChampLoginOptions['email_required']) || $theChampLoginOptions['email_required'] != 1){
954
- // generate dummy email
955
- $profileData['email'] = $profileData['id'].'@'.$provider.'.com';
956
- }else{
957
- // save temporary data
958
- if($twitterRedirect != ''){
959
- $profileData['twitter_redirect'] = $twitterRedirect;
960
- }
961
- $serializedProfileData = maybe_serialize($profileData);
962
- $uniqueId = mt_rand();
963
- update_user_meta($uniqueId, 'the_champ_temp_data', $serializedProfileData);
964
- the_champ_close_login_popup(home_url().'?SuperSocializerEmail=1&par='.$uniqueId);
965
- }
966
- }
967
- // check if email exists in the database
968
- if(isset($profileData['email']) && $userId = email_exists($profileData['email'])){
969
- // return if social login is disabled for admin accounts
970
- if(heateor_ss_check_if_admin($userId)){
971
- return array('status' => false, 'message' => '');
972
- }
973
- // email exists in WP DB
974
- $error = the_champ_login_user($userId, $profileData, isset($theChampLoginOptions['link_account']) ? $profileData['id'] : '', true);
975
- if(isset($error) && $error === 0){
976
- return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
977
- }
978
- if(isset($theChampLoginOptions['link_account'])){
979
- if(get_user_meta($userId, 'thechamp_social_id', true) == ''){
980
- update_user_meta($userId, 'thechamp_social_id', $profileData['id']);
981
- if(get_user_meta($userId, 'thechamp_provider', true) == ''){
982
- update_user_meta($userId, 'thechamp_provider', $profileData['provider']);
983
- }
984
- }else{
985
- the_champ_link_account($profileData['id'], $profileData['provider'], $userId);
986
- }
987
- }
988
- return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($userId) : ''));
989
- }
990
- }
991
- $customRedirection = apply_filters('the_champ_before_user_registration', '', $profileData);
992
- if($customRedirection){
993
- return $customRedirection;
994
- }
995
- do_action('the_champ_before_registration', $profileData);
996
- // register user
997
- $userId = the_champ_create_user($profileData);
998
- if($userId){
999
- $error = the_champ_login_user($userId, $profileData, $profileData['id'], false);
1000
- if(isset($error) && $error === 0){
1001
- return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
1002
- }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
1003
- return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($userId));
1004
- }else{
1005
- return array('status' => true, 'message' => 'register');
1006
- }
1007
- }
1008
- return array('status' => false, 'message' => '');
1009
- }
1010
-
1011
- /**
1012
- * Link Social Account
1013
- */
1014
- function the_champ_link_account($socialId, $provider, $userId){
1015
- $linkedAccounts = get_user_meta($userId, 'thechamp_linked_accounts', true);
1016
- if($linkedAccounts){
1017
- $linkedAccounts = maybe_unserialize($linkedAccounts);
1018
- }else{
1019
- $linkedAccounts = array();
1020
- }
1021
- $linkedAccounts[$provider] = $socialId;
1022
- update_user_meta($userId, 'thechamp_linked_accounts', maybe_serialize($linkedAccounts));
1023
- }
1024
-
1025
- /**
1026
- * Ask email in a popup
1027
- */
1028
- function the_champ_ask_email(){
1029
- global $theChampLoginOptions;
1030
- echo isset($theChampLoginOptions['email_popup_text']) && $theChampLoginOptions['email_popup_text'] != '' ? '<div style="margin-top: 5px">'.esc_html($theChampLoginOptions['email_popup_text']).'</div>' : ''; ?>
1031
- <style type="text/css">
1032
- div.tb-close-icon{ display: none }
1033
- </style>
1034
- <div id="the_champ_error" style="margin: 2px 0px;"></div>
1035
- <div style="margin: 6px 0 15px 0;"><input placeholder="<?php _e('Email', 'super-socializer') ?>" type="text" id="the_champ_email" /></div>
1036
- <div style="margin: 6px 0 15px 0;"><input placeholder="<?php _e('Confirm email', 'super-socializer') ?>" type="text" id="the_champ_confirm_email" /></div>
1037
- <div>
1038
- <button type="button" id="save" onclick="the_champ_save_email(this)"><?php _e('Save', 'super-socializer') ?></button>
1039
- <button type="button" id="cancel" onclick="the_champ_save_email(this)"><?php _e('Cancel', 'super-socializer') ?></button>
1040
- </div>
1041
- <?php
1042
- die;
1043
- }
1044
- add_action('wp_ajax_nopriv_the_champ_ask_email', 'the_champ_ask_email');
1045
-
1046
- /**
1047
- * Save email submitted in popup
1048
- */
1049
- function the_champ_save_email(){
1050
- if(isset($_POST['elemId'])){
1051
- $elementId = sanitize_text_field($_POST['elemId']);
1052
- if(isset($_POST['id']) && ($id = intval(trim($_POST['id']))) != ''){
1053
- if($elementId == 'save'){
1054
- global $theChampLoginOptions;
1055
- $email = isset($_POST['email']) ? sanitize_email($_POST['email']) : '';
1056
- // validate email
1057
- if(is_email($email) && !email_exists($email)){
1058
- if(($tempData = get_user_meta($id, 'the_champ_temp_data', true)) != ''){
1059
- delete_user_meta($id, 'the_champ_temp_data');
1060
- // get temp data unserialized
1061
- $tempData = maybe_unserialize($tempData);
1062
- $tempData['email'] = $email;
1063
- if(isset($theChampLoginOptions['email_verification']) && $theChampLoginOptions['email_verification'] == 1){
1064
- $verify = true;
1065
- }else{
1066
- $verify = false;
1067
- }
1068
- $customRedirection = apply_filters('the_champ_before_user_registration', '', $tempData);
1069
- if($customRedirection){
1070
- the_champ_ajax_response($customRedirection);
1071
- }
1072
- do_action('the_champ_before_registration', $tempData);
1073
- // create new user
1074
- $userId = the_champ_create_user($tempData, $verify);
1075
- if($userId && !$verify){
1076
- // login user
1077
- $tempData['askemail'] = 1;
1078
- $error = the_champ_login_user($userId, $tempData, $tempData['id']);
1079
- if(isset($error) && $error === 0){
1080
- the_champ_ajax_response(array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1'));
1081
- }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'same' && isset($tempData['twitter_redirect'])){
1082
- the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => $tempData['twitter_redirect'])));
1083
- }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
1084
- the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => bp_core_get_user_domain($userId))));
1085
- }else{
1086
- the_champ_ajax_response(array('status' => 1, 'message' => 'success'));
1087
- }
1088
- }elseif($userId && $verify){
1089
- $verificationKey = $userId.time().mt_rand();
1090
- update_user_meta($userId, 'thechamp_key', $verificationKey);
1091
- update_user_meta($userId, 'thechamp_social_registration', 1);
1092
- the_champ_send_verification_email($email, $verificationKey);
1093
- the_champ_ajax_response(array('status' => 1, 'message' => 'verify'));
1094
- }
1095
- }
1096
- }else{
1097
- the_champ_ajax_response(array('status' => 0, 'message' => isset($theChampLoginOptions['email_error_message']) ? __($theChampLoginOptions['email_error_message'], 'super-socializer') : ''));
1098
- }
1099
- }
1100
- // delete temporary data
1101
- delete_user_meta($id, 'the_champ_temp_data');
1102
- the_champ_ajax_response(array('status' => 1, 'message' => 'cancelled'));
1103
- }
1104
- }
1105
- die;
1106
- }
1107
- add_action('wp_ajax_nopriv_the_champ_save_email', 'the_champ_save_email');
1108
-
1109
- /**
1110
- * Send verification email to user.
1111
- */
1112
- function the_champ_send_verification_email($receiverEmail, $verificationKey){
1113
- $subject = "[".wp_specialchars_decode(trim(get_option('blogname')), ENT_QUOTES)."] " . __('Email Verification', 'super-socializer');
1114
- $url = esc_url_raw(home_url())."?SuperSocializerKey=".$verificationKey;
1115
- $message = __("Please click on the following link or paste it in browser to verify your email", 'super-socializer') . "\r\n" . $url;
1116
- wp_mail($receiverEmail, $subject, $message);
1117
- }
1118
-
1119
- /**
1120
- * Prevent Social Login if registration is disabled
1121
- */
1122
- function heateor_ss_disable_social_registration($profileData){
1123
- global $theChampLoginOptions;
1124
- if(isset($theChampLoginOptions['disable_reg'])){
1125
- $redirectionUrl = home_url();
1126
- if(isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != ''){
1127
- $redirectionUrl = $theChampLoginOptions['disable_reg_redirect'];
1128
- }
1129
- the_champ_close_login_popup($redirectionUrl);
1130
- }
1131
- }
1132
- add_action('the_champ_before_registration', 'heateor_ss_disable_social_registration', 10, 1);
1133
-
1134
- /**
1135
- * Send new user notification email
1136
- */
1137
- function heateor_ss_new_user_notification($userId){
1138
- global $theChampLoginOptions;
1139
- $notificationType = '';
1140
- if(isset($theChampLoginOptions['password_email'])){
1141
- $notificationType = 'both';
1142
- }elseif(isset($theChampLoginOptions['new_user_admin_email'])){
1143
- $notificationType = 'admin';
1144
- }
1145
- if($notificationType){
1146
- if(class_exists('WC_Emails') && $notificationType == 'both'){
1147
- $wc_emails = WC_Emails::instance();
1148
- $wc_emails->customer_new_account($userId);
1149
- wp_new_user_notification($userId, null, 'admin');
1150
- }else{
1151
- wp_new_user_notification($userId, null, $notificationType);
1152
- }
1153
- }
 
 
 
 
 
 
 
 
 
 
 
 
1154
  }
1
+ <?php
2
+ defined('ABSPATH') or die("Cheating........Uh!!");
3
+ /**
4
+ * File contains the functions necessary for Social Login functionality
5
+ */
6
+
7
+ /**
8
+ * Render Social Login icons HTML
9
+ */
10
+ function the_champ_login_button($widget = false){
11
+ if(!is_user_logged_in() && the_champ_social_login_enabled()){
12
+ global $theChampLoginOptions;
13
+ $html = '';
14
+ $customInterface = apply_filters('the_champ_login_interface_filter', '', $theChampLoginOptions, $widget);
15
+ if($customInterface != ''){
16
+ $html = $customInterface;
17
+ }elseif(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
18
+ $html = the_champ_login_notifications($theChampLoginOptions);
19
+ if(!$widget){
20
+ $html .= '<div class="the_champ_outer_login_container">';
21
+ if(isset($theChampLoginOptions['title']) && $theChampLoginOptions['title'] != ''){
22
+ $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
23
+ }
24
+ }
25
+ $html .= '<div class="the_champ_login_container">';
26
+ $gdprOptIn = '';
27
+ if(isset($theChampLoginOptions['gdpr_enable'])){
28
+ $gdprOptIn = '<div class="heateor_ss_sl_optin_container"><label><input type="checkbox" class="heateor_ss_social_login_optin" value="1" />'. str_replace(array($theChampLoginOptions['ppu_placeholder'], $theChampLoginOptions['tc_placeholder']), array('<a href="'. $theChampLoginOptions['privacy_policy_url'] .'" target="_blank">'. $theChampLoginOptions['ppu_placeholder'] .'</a>', '<a href="'. $theChampLoginOptions['tc_url'] .'" target="_blank">'. $theChampLoginOptions['tc_placeholder'] .'</a>'), wp_strip_all_tags($theChampLoginOptions['privacy_policy_optin_text'])) .'</label></div>';
29
+ }
30
+ if(isset($theChampLoginOptions['gdpr_enable']) && $theChampLoginOptions['gdpr_placement'] == 'above'){
31
+ $html .= $gdprOptIn;
32
+ }
33
+ $html .= '<ul class="the_champ_login_ul">';
34
+ if(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
35
+ foreach($theChampLoginOptions['providers'] as $provider){
36
+ $html .= '<li><i ';
37
+ // id
38
+ if( $provider == 'google' ){
39
+ $html .= 'id="theChamp'. ucfirst($provider) .'Button" ';
40
+ }
41
+ // class
42
+ $html .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
43
+ $html .= 'alt="Login with ';
44
+ $html .= ucfirst($provider);
45
+ $html .= '" title="Login with ';
46
+ $html .= ucfirst($provider);
47
+ if(current_filter() == 'comment_form_top' || current_filter() == 'comment_form_must_log_in_after'){
48
+ $html .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this, \''. $provider .'\')" >';
49
+ }else{
50
+ $html .= '" onclick="theChampInitiateLogin(this, \''. $provider .'\')" >';
51
+ }
52
+ if($provider == 'facebook'){
53
+ $html .= '<div class="theChampFacebookLogoContainer">';
54
+ }
55
+ $html .= '<ss style="display:block" class="theChampLoginSvg theChamp'. ucfirst($provider) .'LoginSvg"></ss>';
56
+ if($provider == 'facebook'){
57
+ $html .= '</div>';
58
+ }
59
+ $html .= '</i></li>';
60
+ }
61
+ }
62
+ $html .= '</ul>';
63
+ if(isset($theChampLoginOptions['gdpr_enable']) && $theChampLoginOptions['gdpr_placement'] == 'below'){
64
+ $html .= '<div style="clear:both"></div>';
65
+ $html .= $gdprOptIn;
66
+ }
67
+ $html .= '</div>';
68
+ if(!$widget){
69
+ $html .= '</div><div style="clear:both; margin-bottom: 6px"></div>';
70
+ }
71
+ }
72
+ if(!$widget){
73
+ global $heateorSsAllowedTags;
74
+ echo wp_kses($html, $heateorSsAllowedTags);
75
+ }else{
76
+ return $html;
77
+ }
78
+ }
79
+ }
80
+
81
+ // enable FB login at login, register and comment form
82
+ if(isset($theChampLoginOptions['enableAtLogin']) && $theChampLoginOptions['enableAtLogin'] == 1){
83
+ add_action('login_form', 'the_champ_login_button');
84
+ add_action('bp_before_sidebar_login_form', 'the_champ_login_button');
85
+ }
86
+ if(isset($theChampLoginOptions['enableAtRegister']) && $theChampLoginOptions['enableAtRegister'] == 1){
87
+ add_action('register_form', 'the_champ_login_button');
88
+ add_action('after_signup_form', 'the_champ_login_button');
89
+ add_action('bp_before_account_details_fields', 'the_champ_login_button');
90
+ }
91
+ if(isset($theChampLoginOptions['enableAtComment']) && $theChampLoginOptions['enableAtComment'] == 1){
92
+ global $user_ID;
93
+ if(get_option('comment_registration') && intval($user_ID) == 0){
94
+ add_action('comment_form_must_log_in_after', 'the_champ_login_button');
95
+ }else{
96
+ add_action('comment_form_top', 'the_champ_login_button');
97
+ }
98
+ }
99
+ if(isset($theChampLoginOptions['enable_before_wc'])){
100
+ add_action( 'woocommerce_before_customer_login_form', 'the_champ_login_button' );
101
+ }
102
+ if(isset($theChampLoginOptions['enable_after_wc'])){
103
+ add_action( 'woocommerce_login_form', 'the_champ_login_button' );
104
+ }
105
+ if(isset($theChampLoginOptions['enable_register_wc'])){
106
+ add_action( 'woocommerce_register_form', 'the_champ_login_button' );
107
+ }
108
+ if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['enable_wc_checkout'] == 1){
109
+ add_action( 'woocommerce_checkout_before_customer_details', 'the_champ_login_button' );
110
+ }
111
+
112
+ /**
113
+ * Get url of the image after saving it locally
114
+ */
115
+ function heateor_ss_save_social_avatar($url = NULL, $name = NULL){
116
+ $url = stripslashes($url);
117
+ if(!filter_var($url, FILTER_VALIDATE_URL))
118
+ return false;
119
+ if(empty($name))
120
+ $name = basename($url);
121
+ $dir = wp_upload_dir();
122
+ try{
123
+ $image = wp_remote_get($url, array(
124
+ 'timeout' => 15
125
+ ));
126
+ var_dump( $image );
127
+ die;
128
+ if(!is_wp_error($image) && isset($image['response']['code']) && 200 === $image['response']['code']){
129
+ $imageContent = wp_remote_retrieve_body($image);
130
+ $imageType = isset($image['headers']) && isset($image['headers']['content-type']) ? $image['headers']['content-type'] : '';
131
+ $imageTypeParts = array();
132
+ $extension = '';
133
+ if($imageType){
134
+ $imageTypeParts = explode('/', $imageType);
135
+ $extension = $imageTypeParts[1];
136
+ }
137
+ if(!is_string($imageContent) || empty($imageContent)){
138
+ return false;
139
+ }
140
+ if(!is_dir($dir['basedir'] . '/heateor')){
141
+ wp_mkdir_p($dir['basedir'] . '/heateor');
142
+ }
143
+ $save = file_put_contents($dir['basedir'] . '/heateor/' . $name . '.' . $extension, $imageContent);
144
+ if(!$save){
145
+ return false;
146
+ }
147
+ return $dir['baseurl'] . '/heateor/' . $name . '.' . $extension;
148
+ }
149
+ }catch(Exception $e){
150
+ return false;
151
+ }
152
+ }
153
+
154
+ /**
155
+ * Login user to Wordpress
156
+ */
157
+ function the_champ_login_user($userId, $profileData = array(), $socialId = '', $update = false){
158
+ $user = get_user_by('id', $userId);
159
+ if($update && !get_user_meta($userId, 'thechamp_dontupdate_avatar', true)){
160
+ if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
161
+ if($profileData['provider'] == 'facebook'){
162
+ $localAvatarUrl = heateor_ss_save_social_avatar($profileData['avatar'], $profileData['id']);
163
+ if($localAvatarUrl){
164
+ update_user_meta($userId, 'thechamp_avatar', $localAvatarUrl);
165
+ }
166
+ }else{
167
+ update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
168
+ }
169
+ }
170
+ if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
171
+ if($profileData['provider'] == 'facebook'){
172
+ $localLargeAvatarUrl = heateor_ss_save_social_avatar($profileData['large_avatar'], $profileData['id'] . '_large');
173
+ if($localLargeAvatarUrl){
174
+ update_user_meta($userId, 'thechamp_large_avatar', $localLargeAvatarUrl);
175
+ }
176
+ }else{
177
+ update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
178
+ }
179
+ }
180
+ }
181
+ if($socialId != ''){
182
+ update_user_meta($userId, 'thechamp_current_id', $socialId);
183
+ }
184
+ global $theChampLoginOptions;
185
+ if(isset($theChampLoginOptions['gdpr_enable'])){
186
+ update_user_meta($userId, 'thechamp_gdpr_consent', 'yes');
187
+ }
188
+ do_action('the_champ_login_user', $userId, $profileData, $socialId, $update);
189
+
190
+ clean_user_cache($user->ID);
191
+ wp_clear_auth_cookie();
192
+ wp_set_current_user($userId, $user->user_login);
193
+ wp_set_auth_cookie($userId, true);
194
+ update_user_caches($user);
195
+
196
+ do_action('wp_login', $user->user_login, $user);
197
+ }
198
+
199
+ /**
200
+ * Create username
201
+ */
202
+ function the_champ_create_username($profileData){
203
+ $username = "";
204
+ $firstName = "";
205
+ $lastName = "";
206
+ if(!empty($profileData['username'])){
207
+ $username = $profileData['username'];
208
+ }
209
+ if(!empty($profileData['first_name']) && !empty($profileData['last_name'])){
210
+ $username = !$username ? $profileData['first_name'] . ' ' . $profileData['last_name'] : $username;
211
+ $firstName = $profileData['first_name'];
212
+ $lastName = $profileData['last_name'];
213
+ }elseif(!empty($profileData['name'])){
214
+ $username = !$username ? $profileData['name'] : $username;
215
+ $nameParts = explode(' ', $profileData['name']);
216
+ if(count($nameParts) > 1){
217
+ $firstName = $nameParts[0];
218
+ $lastName = $nameParts[1];
219
+ }else{
220
+ $firstName = $profileData['name'];
221
+ }
222
+ }elseif(!empty($profileData['username'])){
223
+ $firstName = $profileData['username'];
224
+ }elseif(isset($profileData['email']) && $profileData['email'] != ''){
225
+ $user_name = explode('@', $profileData['email']);
226
+ if(!$username){
227
+ $username = $user_name[0];
228
+ }
229
+ $firstName = str_replace("_", " ", $user_name[0]);
230
+ }else{
231
+ $username = !$username ? $profileData['id'] : $username;
232
+ $firstName = $profileData['id'];
233
+ }
234
+ return $username."|tc|".$firstName."|tc|".$lastName;
235
+ }
236
+
237
+ /**
238
+ * Create user in Wordpress database.
239
+ */
240
+ function the_champ_create_user($profileData, $verification = false){
241
+ // create username, firstname and lastname
242
+ $usernameFirstnameLastname = explode('|tc|', the_champ_create_username($profileData));
243
+ $username = $usernameFirstnameLastname[0];
244
+ $firstName = $usernameFirstnameLastname[1];
245
+ $lastName = $usernameFirstnameLastname[2];
246
+ // make username unique
247
+ $nameexists = true;
248
+ $index = 1;
249
+ global $theChampLoginOptions;
250
+ if ($theChampLoginOptions['username_separator'] == 'dash') {
251
+ $separator = '-';
252
+ }elseif($theChampLoginOptions['username_separator'] == 'underscore'){
253
+ $separator = '_';
254
+ }elseif($theChampLoginOptions['username_separator'] == 'dot'){
255
+ $separator = '.';
256
+ }elseif($theChampLoginOptions['username_separator'] == 'none'){
257
+ $separator = '';
258
+ }
259
+ $username = str_replace(' ', $separator, $username);
260
+
261
+ //cyrillic username
262
+ $username = sanitize_user($username, true);
263
+ if($username == '-'){
264
+ $emailParts = explode('@', $profileData['email']);
265
+ $username = $emailParts[0];
266
+ }
267
+
268
+ $userName = $username;
269
+ while($nameexists == true){
270
+ if(username_exists($userName) != 0){
271
+ $index++;
272
+ $userName = $username.$index;
273
+ }else{
274
+ $nameexists = false;
275
+ }
276
+ }
277
+ $username = $userName;
278
+ $password = wp_generate_password();
279
+
280
+ $userdata = array(
281
+ 'user_login' => $username,
282
+ 'user_pass' => $password,
283
+ 'user_nicename' => sanitize_user($firstName, true),
284
+ 'user_email' => $profileData['email'],
285
+ 'display_name' => $firstName,
286
+ 'nickname' => $firstName,
287
+ 'first_name' => $firstName,
288
+ 'last_name' => $lastName,
289
+ 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
290
+ 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
291
+ 'role' => get_option('default_role')
292
+ );
293
+ if(heateor_ss_is_plugin_active('buddypress/bp-loader.php')){
294
+ $userdata = array(
295
+ 'user_login' => $username,
296
+ 'user_pass' => $password,
297
+ 'user_nicename' => $username,
298
+ 'user_email' => $profileData['email'],
299
+ 'display_name' => $profileData['name'],
300
+ 'nickname' => $username,
301
+ 'first_name' => $firstName,
302
+ 'last_name' => $lastName,
303
+ 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
304
+ 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
305
+ 'role' => get_option('default_role')
306
+ );
307
+ }
308
+ if(heateor_ss_is_plugin_active('theme-my-login/theme-my-login.php')){
309
+ $tmlOptions = get_option('theme_my_login');
310
+ $tmlLoginType = isset($tmlOptions['login_type']) ? $tmlOptions['login_type'] : '';
311
+ if($tmlLoginType == 'email'){
312
+ $userdata = array(
313
+ 'user_login' => $profileData['email'],
314
+ 'user_pass' => $password,
315
+ 'user_nicename' => $profileData['email'],
316
+ 'user_email' => $profileData['email'],
317
+ 'display_name' => $profileData['email'],
318
+ 'nickname' => $profileData['email'],
319
+ 'first_name' => $firstName,
320
+ 'last_name' => $lastName,
321
+ 'description' => isset($profileData['bio']) && $profileData['bio'] != '' ? $profileData['bio'] : '',
322
+ 'user_url' => $profileData['provider'] != 'facebook' && isset($profileData['link']) && $profileData['link'] != '' ? $profileData['link'] : '',
323
+ 'role' => get_option('default_role')
324
+ );
325
+ }
326
+ }
327
+
328
+ $userId = wp_insert_user($userdata);
329
+ if(!is_wp_error($userId)){
330
+ if(isset($profileData['id']) && $profileData['id'] != ''){
331
+ update_user_meta($userId, 'thechamp_social_id', $profileData['id']);
332
+ }
333
+ if(isset($profileData['avatar']) && $profileData['avatar'] != ''){
334
+ update_user_meta($userId, 'thechamp_avatar', $profileData['avatar']);
335
+ }
336
+ if(isset($profileData['large_avatar']) && $profileData['large_avatar'] != ''){
337
+ update_user_meta($userId, 'thechamp_large_avatar', $profileData['large_avatar']);
338
+ }
339
+ if(!empty($profileData['provider'])){
340
+ update_user_meta($userId, 'thechamp_provider', $profileData['provider']);
341
+ }
342
+
343
+ // send notification email
344
+ heateor_ss_new_user_notification($userId);
345
+
346
+ // insert profile data in BP XProfile table
347
+ global $theChampLoginOptions;
348
+ if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
349
+ foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
350
+ // save xprofile fields
351
+ global $wpdb;
352
+ $value = '';
353
+ if(isset($profileData[$val])){
354
+ $value = $profileData[$val];
355
+ }
356
+ if($value){
357
+ $wpdb->insert(
358
+ $wpdb->prefix . 'bp_xprofile_data',
359
+ array(
360
+ 'id' => NULL,
361
+ 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
362
+ 'user_id' => $userId,
363
+ 'value' => $value,
364
+ 'last_updated' => '',
365
+ ),
366
+ array(
367
+ '%d',
368
+ '%d',
369
+ '%d',
370
+ '%s',
371
+ '%s',
372
+ )
373
+ );
374
+ }
375
+ }
376
+ }
377
+ // hook - user successfully created
378
+ do_action('the_champ_user_successfully_created', $userId, $userdata, $profileData);
379
+ return $userId;
380
+ }
381
+ return false;
382
+ }
383
+
384
+ /**
385
+ * Replace default avatar with social avatar
386
+ */
387
+ function the_champ_social_avatar($avatar, $avuser, $size, $default, $alt = ''){
388
+ global $theChampLoginOptions;
389
+ if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
390
+ if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
391
+ $avatarType = 'thechamp_large_avatar';
392
+ }else{
393
+ $avatarType = 'thechamp_avatar';
394
+ }
395
+ $userId = 0;
396
+ if(is_numeric($avuser)){
397
+ if($avuser > 0){
398
+ $userId = $avuser;
399
+ }
400
+ }elseif(is_object($avuser)){
401
+ if(property_exists($avuser, 'user_id') AND is_numeric($avuser->user_id)){
402
+ $userId = $avuser->user_id;
403
+ }
404
+ }elseif(is_email($avuser)){
405
+ $user = get_user_by('email', $avuser);
406
+ $userId = isset($user->ID) ? $user->ID : 0;
407
+ }
408
+
409
+ if($avatarType == 'thechamp_large_avatar' && get_user_meta($userId, $avatarType, true) == ''){
410
+ $avatarType = 'thechamp_avatar';
411
+ }
412
+ if(!empty($userId) && ($userAvatar = get_user_meta($userId, $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
413
+ return '<img alt="' . esc_attr($alt) . '" src="' . $userAvatar . '" class="avatar avatar-' . $size . ' " height="' . $size . '" width="' . $size . '" style="height:'. $size .'px;width:'. $size .'px" />';
414
+ }
415
+ }
416
+ return $avatar;
417
+ }
418
+ add_filter('get_avatar', 'the_champ_social_avatar', 100000, 5);
419
+ add_filter('bp_core_fetch_avatar', 'the_champ_buddypress_avatar', 10, 2);
420
+
421
+ /**
422
+ * Replace default avatar url with the url of social avatar
423
+ */
424
+ function heateor_ss_social_avatar_url($url, $idOrEmail, $args){
425
+ global $theChampLoginOptions;
426
+ if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
427
+ if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
428
+ $avatarType = 'thechamp_large_avatar';
429
+ }else{
430
+ $avatarType = 'thechamp_avatar';
431
+ }
432
+ $userId = 0;
433
+ if(is_numeric($idOrEmail)){
434
+ $user = get_userdata($idOrEmail);
435
+ if($idOrEmail > 0){
436
+ $userId = $idOrEmail;
437
+ }
438
+ }elseif(is_object($idOrEmail)){
439
+ if(property_exists($idOrEmail, 'user_id') AND is_numeric($idOrEmail->user_id)){
440
+ $userId = $idOrEmail->user_id;
441
+ }
442
+ }elseif(is_email($idOrEmail)){
443
+ $user = get_user_by('email', $idOrEmail);
444
+ $userId = isset($user->ID) ? $user->ID : 0;
445
+ }
446
+
447
+ if($avatarType == 'thechamp_large_avatar' && get_user_meta($userId, $avatarType, true) == ''){
448
+ $avatarType = 'thechamp_avatar';
449
+ }
450
+ if(!empty($userId) && ($userAvatar = get_user_meta($userId, $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
451
+ return $userAvatar;
452
+ }
453
+ }
454
+ return $url;
455
+ }
456
+ add_filter('get_avatar_url', 'heateor_ss_social_avatar_url', 10, 3);
457
+
458
+ /**
459
+ * Enable social avatar in Buddypress
460
+ */
461
+ function the_champ_buddypress_avatar($text, $args){
462
+ global $theChampLoginOptions;
463
+ if(isset($theChampLoginOptions['enable']) && isset($theChampLoginOptions['avatar'])){
464
+ if(is_array($args)){
465
+ if(!empty($args['object']) && strtolower($args['object']) == 'user'){
466
+ if(!empty($args['item_id']) && is_numeric($args['item_id'])){
467
+ if(($userData = get_userdata($args['item_id'])) !== false){
468
+ if(isset($theChampLoginOptions['avatar_quality']) && $theChampLoginOptions['avatar_quality'] == 'better'){
469
+ $avatarType = 'thechamp_large_avatar';
470
+ }else{
471
+ $avatarType = 'thechamp_avatar';
472
+ }
473
+ if($avatarType == 'thechamp_large_avatar' && get_user_meta($args['item_id'], $avatarType, true) == ''){
474
+ $avatarType = 'thechamp_avatar';
475
+ }
476
+ $avatar = '';
477
+ if(($userAvatar = get_user_meta($args['item_id'], $avatarType, true)) !== false && strlen(trim($userAvatar)) > 0){
478
+ $avatar = $userAvatar;
479
+ }
480
+ if($avatar != ""){
481
+ $imgAlt = (!empty($args['alt']) ? 'alt="'.esc_attr($args['alt']).'" ' : '');
482
+ $imgAlt = sprintf($imgAlt, htmlspecialchars($userData->user_login));
483
+ $imgClass = ('class="'.(!empty ($args['class']) ? ($args['class'].' ') : '').'avatar-social-login" ');
484
+ $imgWidth = (!empty ($args['width']) ? 'width="'.$args['width'].'" ' : 'width="50"');
485
+ $imgHeight = (!empty ($args['height']) ? 'height="'.$args['height'].'" ' : 'height="50"');
486
+ $text = preg_replace('#<img[^>]+>#i', '<img src="'.$avatar.'" '.$imgAlt.$imgClass.$imgHeight.$imgWidth.' style="float:left; margin-right:10px" />', $text);
487
+ }
488
+ }
489
+ }
490
+ }
491
+ }
492
+ }
493
+ return $text;
494
+ }
495
+
496
+ /**
497
+ * Format social profile data
498
+ */
499
+ function the_champ_sanitize_profile_data($profileData, $provider){
500
+ $temp = array();
501
+ if($provider == 'facebook'){
502
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
503
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
504
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
505
+ $temp['username'] = '';
506
+ $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
507
+ $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
508
+ $temp['bio'] = '';
509
+ $temp['link'] = '';
510
+ $temp['avatar'] = isset($profileData->picture_small) && isset($profileData->picture_small->data) && isset($profileData->picture_small->data->url) && heateor_ss_validate_url($profileData->picture_small->data->url) ? trim($profileData->picture_small->data->url) : '';
511
+ $temp['large_avatar'] = isset($profileData->picture_large) && isset($profileData->picture_large->data) && isset($profileData->picture_large->data->url) && heateor_ss_validate_url($profileData->picture_large->data->url) ? trim($profileData->picture_large->data->url) : '';
512
+ }elseif($provider == 'twitter'){
513
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
514
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
515
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
516
+ $temp['username'] = isset($profileData->screen_name) ? $profileData->screen_name : '';
517
+ $temp['first_name'] = '';
518
+ $temp['last_name'] = '';
519
+ $temp['bio'] = isset($profileData->description) ? sanitize_text_field($profileData->description) : '';
520
+ $temp['link'] = $temp['username'] != '' ? 'https://twitter.com/'.sanitize_user($temp['username']) : '';
521
+ $temp['avatar'] = isset($profileData->profile_image_url) && heateor_ss_validate_url($profileData->profile_image_url) !== false ? trim($profileData->profile_image_url) : '';
522
+ $temp['large_avatar'] = $temp['avatar'] != '' ? str_replace('_normal', '', $temp['avatar']) : '';
523
+ }elseif($provider == 'steam'){
524
+ $temp['id'] = isset($profileData->steamid) ? sanitize_text_field($profileData->steamid) : '';
525
+ $temp['email'] = '';
526
+ $temp['name'] = isset($profileData->realname) ? $profileData->realname : '';
527
+ $temp['username'] = isset($profileData->personaname) ? $profileData->personaname : '';
528
+ $temp['first_name'] = '';
529
+ $temp['last_name'] = '';
530
+ $temp['bio'] = '';
531
+ $temp['link'] = isset($profileData->profileurl) ? $profileData->profileurl : '';
532
+ $temp['avatar'] = isset($profileData->avatarmedium) && heateor_ss_validate_url($profileData->avatarmedium) !== false ? $profileData->avatarmedium : '';
533
+ $temp['large_avatar'] = isset($profileData->avatarfull) && heateor_ss_validate_url($profileData->avatarfull) !== false ? $profileData->avatarfull : '';
534
+ }elseif($provider == 'linkedin'){
535
+ $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
536
+ $temp['email'] = isset($profileData['email']) ? sanitize_email($profileData['email']) : '';
537
+ $temp['name'] = '';
538
+ $temp['username'] = '';
539
+ $temp['first_name'] = isset($profileData['firstName']) ? $profileData['firstName'] : '';
540
+ $temp['last_name'] = isset($profileData['lastName']) ? $profileData['lastName'] : '';
541
+ $temp['bio'] = '';
542
+ $temp['link'] = '';
543
+ $temp['avatar'] = isset($profileData['smallAvatar']) && heateor_ss_validate_url($profileData['smallAvatar']) !== false ? trim($profileData['smallAvatar']) : '';
544
+ $temp['large_avatar'] = isset($profileData['largeAvatar']) && heateor_ss_validate_url($profileData['largeAvatar']) !== false ? trim($profileData['largeAvatar']) : '';
545
+ }elseif($provider == 'google'){
546
+ $temp['id'] = isset($profileData->sub) ? sanitize_text_field($profileData->sub) : '';
547
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
548
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
549
+ $temp['username'] = '';
550
+ $temp['first_name'] = isset($profileData->givenName) ? $profileData->givenName : '';
551
+ $temp['last_name'] = isset($profileData->familyName) ? $profileData->familyName : '';
552
+ $temp['bio'] = '';
553
+ $temp['link'] = isset($profileData->link) && heateor_ss_validate_url(trim($profileData->link)) !== false ? trim($profileData->link) : '';
554
+ $temp['large_avatar'] = isset($profileData->picture) && heateor_ss_validate_url($profileData->picture) !== false ? trim($profileData->picture) : '';
555
+ $temp['avatar'] = $temp['large_avatar'] != '' ? $temp['large_avatar'] . '?sz=50' : '';
556
+ }elseif($provider == 'vkontakte'){
557
+ $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
558
+ $temp['email'] = '';
559
+ $temp['name'] = '';
560
+ $temp['username'] = isset($profileData['screen_name']) ? $profileData['screen_name'] : '';
561
+ $temp['first_name'] = isset($profileData['first_name']) ? $profileData['first_name'] : '';
562
+ $temp['last_name'] = isset($profileData['last_name']) ? $profileData['last_name'] : '';
563
+ $temp['bio'] = '';
564
+ $temp['link'] = $temp['id'] != '' ? 'https://vk.com/id' . $temp['id'] : '';
565
+ $temp['avatar'] = isset($profileData['photo_rec']) && heateor_ss_validate_url($profileData['photo_rec']) !== false ? trim($profileData['photo_rec']) : '';
566
+ $temp['large_avatar'] = isset($profileData['photo_big']) && heateor_ss_validate_url($profileData['photo_big']) !== false ? trim($profileData['photo_big']) : '';
567
+ }elseif($provider == 'instagram'){
568
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
569
+ $temp['email'] = '';
570
+ $temp['name'] = '';
571
+ $temp['username'] = isset($profileData->username) ? $profileData->username : '';
572
+ $temp['first_name'] = '';
573
+ $temp['last_name'] = '';
574
+ $temp['bio'] = '';
575
+ $temp['link'] = '';
576
+ $temp['avatar'] = '';
577
+ $temp['large_avatar'] = '';
578
+ $temp['ig_id'] = isset($profileData->ig_id) ? sanitize_text_field($profileData->ig_id) : '';
579
+ }elseif($provider == 'mailru'){
580
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
581
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
582
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
583
+ $temp['username'] = '';
584
+ $temp['first_name'] = isset($profileData->first_name) ? $profileData->first_name : '';
585
+ $temp['last_name'] = isset($profileData->last_name) ? $profileData->last_name : '';
586
+ $temp['bio'] = '';
587
+ $temp['link'] = '';
588
+ $temp['avatar'] = isset($profileData->image) && heateor_ss_validate_url($profileData->image) !== false ? trim($profileData->image) : '';
589
+ $temp['large_avatar'] = '';
590
+ }elseif($provider == 'line'){
591
+ $temp['email'] = '';
592
+ $temp['bio'] = '';
593
+ $temp['username'] = $profileData->displayName;
594
+ $temp['link'] = '';
595
+ $temp['avatar'] = isset($profileData->pictureUrl) && heateor_ss_validate_url($profileData->pictureUrl) !== false ? trim($profileData->pictureUrl) : '';
596
+ $temp['name'] = $profileData->displayName;
597
+ $temp['first_name'] = $profileData->displayName;
598
+ $temp['last_name'] = '';
599
+ $temp['id'] = isset($profileData->userId) ? sanitize_text_field($profileData->userId) : '';
600
+ $temp['large_avatar'] = '';
601
+ }elseif($provider == 'microsoft'){
602
+ $temp['email'] = isset($profileData->emails->account) ? sanitize_email($profileData->emails->account) : '';
603
+ $temp['bio'] = '';
604
+ $temp['username'] = '';
605
+ $temp['link'] = '';
606
+ $temp['avatar'] = '';
607
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
608
+ $temp['first_name'] = isset($profileData->first_name) ? sanitize_text_field($profileData->first_name) : '';
609
+ $temp['last_name'] = isset($profileData->last_name) ? sanitize_text_field($profileData->last_name) : '';
610
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
611
+ $temp['large_avatar'] = '';
612
+ }elseif($provider == 'wordpress'){
613
+ if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
614
+ $temp['email'] = sanitize_email($profileData->email);
615
+ }else{
616
+ $temp['email'] = '';
617
+ }
618
+ $temp['bio'] = '';
619
+ $temp['username'] = isset($profileData->username) ? sanitize_text_field($profileData->username) : '';
620
+ $temp['link'] = isset($profileData->primary_blog_url) && heateor_ss_validate_url($profileData->primary_blog_url) !== false ? trim($profileData->primary_blog_url) : '';
621
+ $temp['avatar'] = isset($profileData->avatar_URL) && heateor_ss_validate_url($profileData->avatar_URL) !== false ? trim($profileData->avatar_URL) : '';
622
+ $temp['name'] = '';
623
+ $temp['first_name'] = '';
624
+ $temp['last_name'] = '';
625
+ $temp['id'] = isset($profileData->ID) ? sanitize_text_field($profileData->ID) : '';
626
+ $temp['large_avatar'] = '';
627
+ }elseif($provider == 'yahoo'){
628
+ if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
629
+ $temp['email'] = sanitize_email($profileData->email);
630
+ }else{
631
+ $temp['email'] = '';
632
+ }
633
+ $temp['bio'] = '';
634
+ $temp['username'] = isset($profileData->nickname) ? sanitize_text_field($profileData->nickname) : '';
635
+ $temp['link'] = '';
636
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
637
+ $temp['first_name'] = isset($profileData->given_name) ? sanitize_text_field($profileData->given_name) : '';
638
+ $temp['last_name'] = isset($profileData->family_name) ? sanitize_text_field($profileData->family_name) : '';
639
+ $temp['id'] = isset($profileData->sub) ? sanitize_text_field($profileData->sub) : '';
640
+ $temp['large_avatar'] = isset($profileData->profile_images->image192) && heateor_ss_validate_url($profileData->profile_images->image192) !== false ? trim($profileData->profile_images->image192) : '';
641
+ $temp['avatar'] = isset($profileData->profile_images->image64) && heateor_ss_validate_url($profileData->profile_images->image64) !== false ? trim($profileData->profile_images->image64) : '';
642
+ }elseif($provider == 'dribbble'){
643
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
644
+ $temp['email'] = '';
645
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
646
+ $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
647
+ $temp['first_name'] = '';
648
+ $temp['last_name'] = '';
649
+ $temp['bio'] = isset($profileData->bio) ? sanitize_text_field($profileData->bio) : '';
650
+ $temp['link'] = isset($profileData->html_url) && heateor_ss_validate_url($profileData->html_url) !== false ? trim($profileData->html_url) : '';
651
+ $temp['avatar'] = isset($profileData->avatar_url) && heateor_ss_validate_url($profileData->avatar_url) !== false ? trim($profileData->avatar_url) : '';
652
+ $temp['large_avatar'] = '';
653
+ }elseif($provider == 'github'){
654
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
655
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
656
+ $temp['name'] = '';
657
+ $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
658
+ $temp['first_name'] = '';
659
+ $temp['last_name'] = '';
660
+ $temp['bio'] = isset($profileData->bio) ? sanitize_text_field($profileData->bio) : '';
661
+ $temp['link'] = isset($profileData->html_url) && heateor_ss_validate_url($profileData->html_url) !== false ? trim($profileData->html_url) : '';
662
+ $temp['avatar'] = isset($profileData->avatar_url) && heateor_ss_validate_url($profileData->avatar_url) !== false ? trim($profileData->avatar_url) : '';
663
+ $temp['large_avatar'] = '';
664
+ }elseif($provider == 'spotify'){
665
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
666
+ $temp['bio'] = '';
667
+ $temp['username'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
668
+ $temp['link'] = isset($profileData->external_urls) && isset($profileData->external_urls->spotify) && heateor_ss_validate_url($profileData->external_urls->spotify) !== false ? trim($profileData->external_urls->spotify) : '';
669
+ $temp['avatar'] = isset($profileData->images) && is_array($profileData->images) && isset($profileData->images[0]) && is_object($profileData->images[0]) && isset($profileData->images[0]->url) && heateor_ss_validate_url($profileData->images[0]->url) !== false ? trim($profileData->images[0]->url) : '';
670
+ $temp['name'] = '';
671
+ $temp['first_name'] = '';
672
+ $temp['last_name'] = '';
673
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
674
+ $temp['large_avatar'] = '';
675
+ }elseif($provider == 'kakao'){
676
+ $temp['email'] = '';
677
+ if(isset($profileData->kakao_account) && is_object($profileData->kakao_account) && $profileData->kakao_account->has_email == '1' && $profileData->kakao_account->is_email_valid == '1' && $profileData->kakao_account->is_email_verified == '1' && isset($profileData->kakao_account->email) && $profileData->kakao_account->email){
678
+ $temp['email'] = sanitize_email($profileData->kakao_account->email);
679
+ }
680
+ $temp['bio'] = '';
681
+ $temp['username'] = isset($profileData->properties) && isset($profileData->properties->nickname) && $profileData->properties->nickname ? sanitize_text_field($profileData->properties->nickname) : '';
682
+ $temp['link'] = '';
683
+ $temp['avatar'] = isset($profileData->properties) && isset($profileData->properties->thumbnail_image) && $profileData->properties->thumbnail_image && heateor_ss_validate_url($profileData->properties->thumbnail_image) !== false ? trim($profileData->properties->thumbnail_image) : '';
684
+ $temp['name'] = '';
685
+ $temp['first_name'] = '';
686
+ $temp['last_name'] = '';
687
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
688
+ $temp['large_avatar'] = isset($profileData->properties) && isset($profileData->properties->profile_image) && $profileData->properties->profile_image && heateor_ss_validate_url($profileData->properties->profile_image) !== false ? trim($profileData->properties->profile_image) : '';
689
+ }elseif($provider == 'twitch'){
690
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
691
+ $temp['bio'] = '';
692
+ $temp['username'] = isset($profileData->login) ? sanitize_text_field($profileData->login) : '';
693
+ $temp['link'] = $temp['username'] ? 'https://www.twitch.tv/' . $temp['username'] : '';
694
+ $temp['avatar'] = isset($profileData->profile_image_url) && heateor_ss_validate_url($profileData->profile_image_url) ? trim($profileData->profile_image_url) : '';
695
+ $temp['name'] = isset($profileData->display_name) ? sanitize_text_field($profileData->display_name) : '';
696
+ $temp['first_name'] = '';
697
+ $temp['last_name'] = '';
698
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
699
+ $temp['large_avatar'] = '';
700
+ }elseif($provider == 'reddit'){
701
+ $temp['email'] = '';
702
+ $temp['bio'] = '';
703
+ $temp['username'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
704
+ $temp['link'] = '';
705
+ $temp['avatar'] = isset($profileData->icon_img) && heateor_ss_validate_url($profileData->icon_img) ? trim($profileData->icon_img) : '';
706
+ $temp['name'] = isset($profileData->name) ? sanitize_text_field($profileData->name) : '';
707
+ $temp['first_name'] = '';
708
+ $temp['last_name'] = '';
709
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
710
+ $temp['large_avatar'] = '';
711
+ }elseif($provider == 'disqus'){
712
+ $temp['email'] = isset($profileData->response) && isset($profileData->response->email) ? sanitize_email($profileData->response->email) : '';
713
+ $temp['bio'] = '';
714
+ $temp['username'] = '';
715
+ $temp['link'] = isset($profileData->response) && isset($profileData->response->profileUrl) && heateor_ss_validate_url($profileData->response->profileUrl) ? trim($profileData->response->profileUrl) : '';
716
+ $temp['avatar'] = isset($profileData->response) && isset($profileData->response->small) && isset($profileData->response->small->permalink) && heateor_ss_validate_url($profileData->response->small->permalink) ? trim($profileData->response->small->permalink) : '';
717
+ $temp['name'] = isset($profileData->response) && isset($profileData->response->name) ? sanitize_text_field($profileData->response->name) : '';
718
+ $temp['first_name'] = '';
719
+ $temp['last_name'] = '';
720
+ $temp['id'] = isset($profileData->response) && isset($profileData->response->id) ? sanitize_text_field($profileData->response->id) : '';
721
+ $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->large) && isset($profileData->response->large->permalink) && heateor_ss_validate_url($profileData->response->large->permalink) ? trim($profileData->response->large->permalink) : '';
722
+ }elseif($provider == 'dropbox'){
723
+ $temp['email'] = '';
724
+ if(isset($profileData->email_verified) && $profileData->email_verified == 1 && !empty($profileData->email)){
725
+ $temp['email'] = sanitize_email($profileData->email);
726
+ }
727
+ $temp['bio'] = '';
728
+ $temp['username'] = isset($profileData->name) && isset($profileData->name->username) ? sanitize_text_field($profileData->name->username) : '';
729
+ $temp['link'] = '';
730
+ $temp['avatar'] = '';
731
+ $temp['name'] = isset($profileData->name) && isset($profileData->name->display_name) ? sanitize_text_field($profileData->name->display_name) : '';
732
+ $temp['first_name'] = isset($profileData->name) && isset($profileData->name->given_name) ? sanitize_text_field($profileData->name->given_name) : '';
733
+ $temp['last_name'] = isset($profileData->name) && isset($profileData->name->surname) ? sanitize_text_field($profileData->name->surname) : '';
734
+ $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
735
+ $temp['large_avatar'] = '';
736
+ }elseif($provider == 'foursquare'){
737
+ $temp['email'] = '';
738
+ if(isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->contact) && isset($profileData->response->user->contact->email) && isset($profileData->response->user->contact->verifiedPhone) && $profileData->response->user->contact->verifiedPhone == true){
739
+ $temp['email'] = sanitize_email($profileData->response->user->contact->email);
740
+ }
741
+ $temp['bio'] = '';
742
+ $temp['username'] = '';
743
+ $temp['link'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->canonicalUrl) && heateor_ss_validate_url($profileData->response->user->canonicalUrl) ? trim($profileData->response->user->canonicalUrl) : '';
744
+ $temp['avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "64x64" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
745
+ $temp['name'] = '';
746
+ $temp['first_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->firstName) ? sanitize_text_field($profileData->response->user->firstName) : '';
747
+ $temp['last_name'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->lastName) ? sanitize_text_field($profileData->response->user->lastName) : '';
748
+ $temp['id'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->id) ? sanitize_text_field($profileData->response->user->id) : '';
749
+ $temp['large_avatar'] = isset($profileData->response) && isset($profileData->response->user) && isset($profileData->response->user->photo) && isset($profileData->response->user->photo->prefix) && isset($profileData->response->user->photo->suffix) ? sanitize_text_field($profileData->response->user->photo->prefix) . "190x190" . sanitize_text_field($profileData->response->user->photo->suffix) : '';
750
+ }elseif($provider == 'amazon'){
751
+ $temp['id'] = isset($profileData->user_id) ? sanitize_text_field($profileData->user_id) : '';
752
+ $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
753
+ $temp['name'] = isset($profileData->name) ? $profileData->name : '';
754
+ $temp['username'] = '';
755
+ $temp['first_name'] = '';
756
+ $temp['last_name'] = '';
757
+ $temp['bio'] = '';
758
+ $temp['link'] = '';
759
+ $temp['avatar'] = '';
760
+ $temp['large_avatar'] = '';
761
+ }elseif($provider == 'stackoverflow'){
762
+ $temp['email'] = '';
763
+ $temp['bio'] = '';
764
+ $temp['username'] = '';
765
+ $temp['link'] = isset($profileData->link) && heateor_ss_validate_url($profileData->link) ? trim($profileData->link) : '';
766
+ $temp['avatar'] = isset($profileData->profile_image) && heateor_ss_validate_url($profileData->profile_image) ? trim($profileData->profile_image) : '';
767
+ $temp['name'] = isset($profileData->display_name) ? $profileData->display_name : '';
768
+ $temp['first_name'] = '';
769
+ $temp['last_name'] = '';
770
+ $temp['id'] = isset($profileData->account_id) ? sanitize_text_field($profileData->account_id) : '';
771
+ $temp['large_avatar'] = '';
772
+ }elseif($provider == 'discord'){
773
+ if(!empty($profileData->email)){
774
+ $temp['email'] = sanitize_email($profileData->email);
775
+ }else{
776
+ $temp['email'] = '';
777
+ }
778
+ $temp['bio'] = '';
779
+ $temp['username'] = isset($profileData->username) ? sanitize_text_field($profileData->username) : '';
780
+ $temp['link'] = '';
781
+ $temp['avatar'] = '';
782
+ $temp['name'] = '';
783
+ $temp['first_name'] = '';
784
+ $temp['last_name'] = '';
785
+ $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
786
+ $temp['large_avatar'] = '';
787
+ }
788
+ if($provider != 'steam'){
789
+ $temp['avatar'] = str_replace('http://', '//', $temp['avatar']);
790
+ $temp['large_avatar'] = str_replace('http://', '//', $temp['large_avatar']);
791
+ }
792
+ $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
793
+ $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
794
+ $temp['username'] = isset($temp['username'][0]) && ctype_upper($temp['username'][0]) ? ucfirst(sanitize_user($temp['username'], true)) : sanitize_user($temp['username'], true);
795
+ $temp['first_name'] = isset($temp['first_name'][0]) && ctype_upper($temp['first_name'][0]) ? ucfirst(sanitize_user($temp['first_name'], true)) : sanitize_user($temp['first_name'], true);
796
+ $temp['last_name'] = isset($temp['last_name'][0]) && ctype_upper($temp['last_name'][0]) ? ucfirst(sanitize_user($temp['last_name'], true)) : sanitize_user($temp['last_name'], true);
797
+ $temp['provider'] = $provider;
798
+ return $temp;
799
+ }
800
+
801
+ /**
802
+ * Check if user is an admin
803
+ */
804
+ function heateor_ss_check_if_admin($userId){
805
+ global $theChampLoginOptions;
806
+ if(isset($theChampLoginOptions['disable_sl_admin'])){
807
+ $user = get_userdata($userId);
808
+ if(!empty($user) && is_array($user->roles)){
809
+ if(in_array('administrator', $user->roles)){
810
+ return true;
811
+ }
812
+ }
813
+ }
814
+ return false;
815
+ }
816
+
817
+ /**
818
+ * User authentication after Social Login
819
+ */
820
+ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedirect = ''){
821
+ global $theChampLoginOptions, $user_ID;
822
+ // authenticate user
823
+ // check if Social ID exists in database
824
+ if($profileData['id'] == ''){
825
+ return array('status' => false, 'message' => '');
826
+ }
827
+
828
+ $oldInstagramUsers = array();
829
+ $oldInstagramUser = ($profileData['provider'] == 'instagram' && !empty($profileData['ig_id']));
830
+ if($oldInstagramUser){
831
+ $oldInstagramUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['ig_id']);
832
+ $existingUser = $oldInstagramUsers;
833
+ }
834
+ if(($oldInstagramUser && count($oldInstagramUsers) == 0) || !$oldInstagramUser){
835
+ $existingUsers = get_users('meta_key=thechamp_social_id&meta_value='.$profileData['id']);
836
+ $existingUser = $existingUsers;
837
+ }
838
+ // login redirection url
839
+ $loginUrl = '';
840
+ if(isset($theChampLoginOptions['login_redirection']) && $theChampLoginOptions['login_redirection'] == 'bp_profile'){
841
+ $loginUrl = 'bp';
842
+ }
843
+ if(count($existingUser) > 0){
844
+ // user exists in the database
845
+ if(isset($existingUser[0]->ID)){
846
+ if(count($oldInstagramUsers) > 0){
847
+ update_user_meta($existingUser[0]->ID, 'thechamp_social_id', $profileData['id']);
848
+ }
849
+ // check if account needs verification
850
+ if(get_user_meta($existingUser[0]->ID, 'thechamp_key', true) != ''){
851
+ if(!in_array($profileData['provider'], array('twitter', 'instagram', 'steam'))){
852
+ if(is_user_logged_in()){
853
+ wp_delete_user($existingUser[0]->ID);
854
+ the_champ_link_account($socialId, $provider, $user_ID);
855
+ return array('status' => true, 'message' => 'linked');
856
+ }else{
857
+ return array('status' => false, 'message' => 'unverified');
858
+ }
859
+ }
860
+ if(is_user_logged_in()){
861
+ wp_delete_user($existingUser[0]->ID);
862
+ the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
863
+ the_champ_close_login_popup(admin_url() . '/profile.php'); //** may be BP profile/custom profile page/wp profile page
864
+ }else{
865
+ the_champ_close_login_popup(home_url().'?SuperSocializerUnverified=1');
866
+ }
867
+ }
868
+ if(is_user_logged_in()){
869
+ return array('status' => false, 'message' => 'not linked');
870
+ }else{
871
+ // return if social login is disabled for admin accounts
872
+ if(heateor_ss_check_if_admin($existingUser[0]->ID)){
873
+ return array('status' => false, 'message' => '');
874
+ }
875
+ // hook to update profile data
876
+ do_action('the_champ_hook_update_profile_data', $existingUser[0]->ID, $profileData);
877
+ // update Xprofile fields
878
+ if(isset($theChampLoginOptions['xprofile_mapping']) && is_array($theChampLoginOptions['xprofile_mapping'])){
879
+ foreach($theChampLoginOptions['xprofile_mapping'] as $key => $val){
880
+ global $wpdb;
881
+ $value = '';
882
+ if(isset($profileData[$val])){
883
+ $value = $profileData[$val];
884
+ }
885
+ if($value){
886
+ $wpdb->update(
887
+ $wpdb->prefix . 'bp_xprofile_data',
888
+ array(
889
+ 'value' => $value,
890
+ 'last_updated' => '',
891
+ ),
892
+ array(
893
+ 'field_id' => $wpdb->get_var( $wpdb->prepare( "SELECT id FROM " . $wpdb->prefix . "bp_xprofile_fields WHERE name = %s", $key) ),
894
+ 'user_id' => $existingUser[0]->ID
895
+ ),
896
+ array(
897
+ '%s',
898
+ '%s'
899
+ ),
900
+ array(
901
+ '%d',
902
+ '%d'
903
+ )
904
+ );
905
+ }
906
+ }
907
+ }
908
+ $error = the_champ_login_user($existingUser[0]->ID, $profileData, $profileData['id'], true);
909
+ if(isset($error) && $error === 0){
910
+ return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
911
+ }elseif(get_user_meta($existingUser[0]->ID, 'thechamp_social_registration', true)){
912
+ // if logging in first time after email verification
913
+ delete_user_meta($existingUser[0]->ID, 'thechamp_social_registration');
914
+ if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
915
+ return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($existingUser[0]->ID));
916
+ }else{
917
+ return array('status' => true, 'message' => 'register');
918
+ }
919
+ }
920
+ return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0]->ID) : ''));
921
+ }
922
+ }
923
+ }else{
924
+ // check if id in linked accounts
925
+ global $wpdb;
926
+ $existingInstagramUserId = '';
927
+ if($oldInstagramUser){
928
+ $existingInstagramUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['ig_id'] .'%"');
929
+ $existingUserId = $existingInstagramUserId;
930
+ }
931
+ if(($oldInstagramUser && !$existingInstagramUserId) || !$oldInstagramUser){
932
+ $existingSocialUserId = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['id'] .'%"');
933
+ $existingUserId = $existingSocialUserId;
934
+ }
935
+ if($existingUserId){
936
+ if($existingInstagramUserId){
937
+ $linkedAccounts = get_user_meta($existingUserId, 'thechamp_linked_accounts', true);
938
+ $linkedAccounts = maybe_unserialize($linkedAccounts);
939
+ $linkedAccounts['instagram'] = $profileData['id'];
940
+ update_user_meta($existingUserId, 'thechamp_linked_accounts', maybe_serialize($linkedAccounts));
941
+ }
942
+ if(is_user_logged_in()){
943
+ return array('status' => false, 'message' => 'not linked');
944
+ }else{
945
+ $error = the_champ_login_user($existingUserId, $profileData, $profileData['id'], true);
946
+ if(isset($error) && $error === 0){
947
+ return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
948
+ }
949
+ return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUserId) : ''));
950
+ }
951
+ }
952
+ // linking
953
+ if(is_user_logged_in()){
954
+ global $user_ID;
955
+ $providerExists = $wpdb->get_var('SELECT user_id FROM ' . $wpdb->prefix . 'usermeta WHERE user_id = '. $user_ID .' and meta_key = "thechamp_linked_accounts" and meta_value LIKE "%'. $profileData['provider'] .'%"');
956
+ if($providerExists){
957
+ return array('status' => false, 'message' => 'provider exists');
958
+ }else{
959
+ the_champ_link_account($profileData['id'], $profileData['provider'], $user_ID);
960
+ return array('status' => true, 'message' => 'linked');
961
+ }
962
+ }
963
+ // if email is blank
964
+ if(!isset($profileData['email']) || $profileData['email'] == ''){
965
+ if(!isset($theChampLoginOptions['email_required']) || $theChampLoginOptions['email_required'] != 1){
966
+ // generate dummy email
967
+ $profileData['email'] = $profileData['id'].'@'.$provider.'.com';
968
+ }else{
969
+ // save temporary data
970
+ if($twitterRedirect != ''){
971
+ $profileData['twitter_redirect'] = $twitterRedirect;
972
+ }
973
+ $serializedProfileData = maybe_serialize($profileData);
974
+ $uniqueId = mt_rand();
975
+ update_user_meta($uniqueId, 'the_champ_temp_data', $serializedProfileData);
976
+ the_champ_close_login_popup(home_url().'?SuperSocializerEmail=1&par='.$uniqueId);
977
+ }
978
+ }
979
+ // check if email exists in the database
980
+ if(isset($profileData['email']) && $userId = email_exists($profileData['email'])){
981
+ // return if social login is disabled for admin accounts
982
+ if(heateor_ss_check_if_admin($userId)){
983
+ return array('status' => false, 'message' => '');
984
+ }
985
+ // email exists in WP DB
986
+ $error = the_champ_login_user($userId, $profileData, isset($theChampLoginOptions['link_account']) ? $profileData['id'] : '', true);
987
+ if(isset($error) && $error === 0){
988
+ return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
989
+ }
990
+ if(isset($theChampLoginOptions['link_account'])){
991
+ if(get_user_meta($userId, 'thechamp_social_id', true) == ''){
992
+ update_user_meta($userId, 'thechamp_social_id', $profileData['id']);
993
+ if(get_user_meta($userId, 'thechamp_provider', true) == ''){
994
+ update_user_meta($userId, 'thechamp_provider', $profileData['provider']);
995
+ }
996
+ }else{
997
+ the_champ_link_account($profileData['id'], $profileData['provider'], $userId);
998
+ }
999
+ }
1000
+ return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($userId) : ''));
1001
+ }
1002
+ }
1003
+ $customRedirection = apply_filters('the_champ_before_user_registration', '', $profileData);
1004
+ if($customRedirection){
1005
+ return $customRedirection;
1006
+ }
1007
+ do_action('the_champ_before_registration', $profileData);
1008
+ // register user
1009
+ $userId = the_champ_create_user($profileData);
1010
+ if($userId){
1011
+ $error = the_champ_login_user($userId, $profileData, $profileData['id'], false);
1012
+ if(isset($error) && $error === 0){
1013
+ return array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1');
1014
+ }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
1015
+ return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($userId));
1016
+ }else{
1017
+ return array('status' => true, 'message' => 'register');
1018
+ }
1019
+ }
1020
+ return array('status' => false, 'message' => '');
1021
+ }
1022
+
1023
+ /**
1024
+ * Link Social Account
1025
+ */
1026
+ function the_champ_link_account($socialId, $provider, $userId){
1027
+ $linkedAccounts = get_user_meta($userId, 'thechamp_linked_accounts', true);
1028
+ if($linkedAccounts){
1029
+ $linkedAccounts = maybe_unserialize($linkedAccounts);
1030
+ }else{
1031
+ $linkedAccounts = array();
1032
+ }
1033
+ $linkedAccounts[$provider] = $socialId;
1034
+ update_user_meta($userId, 'thechamp_linked_accounts', maybe_serialize($linkedAccounts));
1035
+ }
1036
+
1037
+ /**
1038
+ * Ask email in a popup
1039
+ */
1040
+ function the_champ_ask_email(){
1041
+ global $theChampLoginOptions;
1042
+ echo isset($theChampLoginOptions['email_popup_text']) && $theChampLoginOptions['email_popup_text'] != '' ? '<div style="margin-top: 5px">'.esc_html($theChampLoginOptions['email_popup_text']).'</div>' : ''; ?>
1043
+ <style type="text/css">
1044
+ div.tb-close-icon{ display: none }
1045
+ </style>
1046
+ <div id="the_champ_error" style="margin: 2px 0px;"></div>
1047
+ <div style="margin: 6px 0 15px 0;"><input placeholder="<?php _e('Email', 'super-socializer') ?>" type="text" id="the_champ_email" /></div>
1048
+ <div style="margin: 6px 0 15px 0;"><input placeholder="<?php _e('Confirm email', 'super-socializer') ?>" type="text" id="the_champ_confirm_email" /></div>
1049
+ <div>
1050
+ <button type="button" id="save" onclick="the_champ_save_email(this)"><?php _e('Save', 'super-socializer') ?></button>
1051
+ <button type="button" id="cancel" onclick="the_champ_save_email(this)"><?php _e('Cancel', 'super-socializer') ?></button>
1052
+ </div>
1053
+ <?php
1054
+ die;
1055
+ }
1056
+ add_action('wp_ajax_nopriv_the_champ_ask_email', 'the_champ_ask_email');
1057
+
1058
+ /**
1059
+ * Save email submitted in popup
1060
+ */
1061
+ function the_champ_save_email(){
1062
+ if(isset($_POST['elemId'])){
1063
+ $elementId = sanitize_text_field($_POST['elemId']);
1064
+ if(isset($_POST['id']) && ($id = intval(trim($_POST['id']))) != ''){
1065
+ if($elementId == 'save'){
1066
+ global $theChampLoginOptions;
1067
+ $email = isset($_POST['email']) ? sanitize_email($_POST['email']) : '';
1068
+ // validate email
1069
+ if(is_email($email) && !email_exists($email)){
1070
+ if(($tempData = get_user_meta($id, 'the_champ_temp_data', true)) != ''){
1071
+ delete_user_meta($id, 'the_champ_temp_data');
1072
+ // get temp data unserialized
1073
+ $tempData = maybe_unserialize($tempData);
1074
+ $tempData['email'] = $email;
1075
+ if(isset($theChampLoginOptions['email_verification']) && $theChampLoginOptions['email_verification'] == 1){
1076
+ $verify = true;
1077
+ }else{
1078
+ $verify = false;
1079
+ }
1080
+ $customRedirection = apply_filters('the_champ_before_user_registration', '', $tempData);
1081
+ if($customRedirection){
1082
+ the_champ_ajax_response($customRedirection);
1083
+ }
1084
+ do_action('the_champ_before_registration', $tempData);
1085
+ // create new user
1086
+ $userId = the_champ_create_user($tempData, $verify);
1087
+ if($userId && !$verify){
1088
+ // login user
1089
+ $tempData['askemail'] = 1;
1090
+ $error = the_champ_login_user($userId, $tempData, $tempData['id']);
1091
+ if(isset($error) && $error === 0){
1092
+ the_champ_ajax_response(array('status' => false, 'message' => 'inactive', 'url' => wp_login_url() . '?loggedout=true&hum=1'));
1093
+ }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'same' && isset($tempData['twitter_redirect'])){
1094
+ the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => $tempData['twitter_redirect'])));
1095
+ }elseif(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
1096
+ the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => bp_core_get_user_domain($userId))));
1097
+ }else{
1098
+ the_champ_ajax_response(array('status' => 1, 'message' => 'success'));
1099
+ }
1100
+ }elseif($userId && $verify){
1101
+ $verificationKey = $userId.time().mt_rand();
1102
+ update_user_meta($userId, 'thechamp_key', $verificationKey);
1103
+ update_user_meta($userId, 'thechamp_social_registration', 1);
1104
+ the_champ_send_verification_email($email, $verificationKey);
1105
+ the_champ_ajax_response(array('status' => 1, 'message' => 'verify'));
1106
+ }
1107
+ }
1108
+ }else{
1109
+ the_champ_ajax_response(array('status' => 0, 'message' => isset($theChampLoginOptions['email_error_message']) ? __($theChampLoginOptions['email_error_message'], 'super-socializer') : ''));
1110
+ }
1111
+ }
1112
+ // delete temporary data
1113
+ delete_user_meta($id, 'the_champ_temp_data');
1114
+ the_champ_ajax_response(array('status' => 1, 'message' => 'cancelled'));
1115
+ }
1116
+ }
1117
+ die;
1118
+ }
1119
+ add_action('wp_ajax_nopriv_the_champ_save_email', 'the_champ_save_email');
1120
+
1121
+ /**
1122
+ * Send verification email to user.
1123
+ */
1124
+ function the_champ_send_verification_email($receiverEmail, $verificationKey){
1125
+ $subject = "[".wp_specialchars_decode(trim(get_option('blogname')), ENT_QUOTES)."] " . __('Email Verification', 'super-socializer');
1126
+ $url = esc_url_raw(home_url())."?SuperSocializerKey=".$verificationKey;
1127
+ $message = __("Please click on the following link or paste it in browser to verify your email", 'super-socializer') . "\r\n" . $url;
1128
+ wp_mail($receiverEmail, $subject, $message);
1129
+ }
1130
+
1131
+ /**
1132
+ * Prevent Social Login if registration is disabled
1133
+ */
1134
+ function heateor_ss_disable_social_registration($profileData){
1135
+ global $theChampLoginOptions;
1136
+ if(isset($theChampLoginOptions['disable_reg'])){
1137
+ $redirectionUrl = home_url();
1138
+ if(isset($theChampLoginOptions['disable_reg_redirect']) && $theChampLoginOptions['disable_reg_redirect'] != ''){
1139
+ $redirectionUrl = $theChampLoginOptions['disable_reg_redirect'];
1140
+ }
1141
+ the_champ_close_login_popup($redirectionUrl);
1142
+ }
1143
+ }
1144
+ add_action('the_champ_before_registration', 'heateor_ss_disable_social_registration', 10, 1);
1145
+
1146
+ /**
1147
+ * Send new user notification email
1148
+ */
1149
+ function heateor_ss_new_user_notification($userId){
1150
+ global $theChampLoginOptions;
1151
+ $notificationType = '';
1152
+ if(isset($theChampLoginOptions['password_email'])){
1153
+ $notificationType = 'both';
1154
+ }elseif(isset($theChampLoginOptions['new_user_admin_email'])){
1155
+ $notificationType = 'admin';
1156
+ }
1157
+ if($notificationType){
1158
+ if(class_exists('WC_Emails') && $notificationType == 'both'){
1159
+ $wc_emails = WC_Emails::instance();
1160
+ $wc_emails->customer_new_account($userId);
1161
+ wp_new_user_notification($userId, null, 'admin');
1162
+ }else{
1163
+ wp_new_user_notification($userId, null, $notificationType);
1164
+ }
1165
+ }
1166
  }
inc/widget.php CHANGED
@@ -82,7 +82,7 @@ class TheChampLoginWidget extends WP_Widget {
82
  <p>
83
  <p><strong>Note:</strong> <?php _e('Make sure Social Login is enabled at "Super Socializer > Social Login" page.', 'super-socializer') ?></p>
84
  <label for="<?php echo esc_attr($this->get_field_id('title')); ?>"><?php _e('Title (before login):', 'super-socializer'); ?></label>
85
- <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('title')); ?>" name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text" value="<?php echo $instance['title']; ?>" />
86
  <label for="<?php echo esc_attr($this->get_field_id('title_after')); ?>"><?php _e('Title (after login):', 'super-socializer'); ?></label>
87
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('title_after')); ?>" name="<?php echo esc_attr($this->get_field_name('title_after')); ?>" type="text" value="<?php echo esc_attr($instance['title_after']); ?>" />
88
  <label for="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
@@ -609,9 +609,9 @@ class TheChampCounterWidget extends WP_Widget {
609
  </select>
610
  <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorCounterTargetUrl" id="<?php echo esc_attr($this->get_field_id('target_url_custom')); ?>" name="<?php echo esc_attr($this->get_field_name('target_url_custom')); ?>" type="text" value="<?php echo isset($instance['target_url_custom']) ? esc_attr($instance['target_url_custom']) : ''; ?>" />
611
  <label for="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
612
- <input class="widefat" id="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>" name="<?php echo esc_attr($this->get_field_name('before_widget_content')); ?>" type="text" value="<?php echo $instance['before_widget_content']; ?>" />
613
  <label for="<?php echo esc_attr($this->get_field_id('after_widget_content')); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
614
- <input class="widefat" id="<?php echo esc_attr($this->get_field_id('after_widget_content')); ?>" name="<?php echo esc_attr($this->get_field_name('after_widget_content')); ?>" type="text" value="<?php echo $instance['after_widget_content']; ?>" />
615
  <br /><br /><label for="<?php echo esc_attr($this->get_field_id('hide_for_logged_in')); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
616
  <input type="checkbox" id="<?php echo esc_attr($this->get_field_id('hide_for_logged_in')); ?>" name="<?php echo esc_attr($this->get_field_name('hide_for_logged_in')); ?>" type="text" value="1" <?php if(isset($instance['hide_for_logged_in']) && $instance['hide_for_logged_in']==1) echo 'checked="checked"'; ?> />
617
  </p>
@@ -1079,10 +1079,10 @@ class TheChampFollowWidget extends WP_Widget {
1079
  <label id="<?php echo esc_attr($this->get_field_id('alignment_value_label')); ?>" for="<?php echo esc_attr($this->get_field_id('alignment_value')); ?>"><?php _e('Offset', 'super-socializer'); ?></label>
1080
  <br>
1081
  <input id='<?php echo esc_attr($this->get_field_id('alignment_value')); ?>' type="text" name="<?php echo esc_attr($this->get_field_name('alignment_value')); ?>" value="<?php echo isset($instance['alignment_value']) ? esc_attr($instance['alignment_value']) : ''; ?>" />px<br><br>
1082
- <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing')); ?>" name="<?php echo esc_attr($this->get_field_name('mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['mobile_sharing']) ? 'checked = "checked"' : ''; ?> value="1" />
1083
  <label><?php echo sprintf( __('Display vertical interface only when screen is wider than %s pixels', 'super-socializer'), '<input style="width:46px" name="' . esc_attr($this->get_field_name('vertical_screen_width')) . '" type="text" value="' . (isset($instance['vertical_screen_width']) ? esc_attr($instance['vertical_screen_width']) : '') . '" />') ?></label>
1084
  <br><br>
1085
- <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing_bottom')); ?>" name="<?php echo esc_attr($this->get_field_name('bottom_mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['bottom_mobile_sharing']) ? 'checked = "checked"' : '';?> value="1" />
1086
 
1087
  <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="' . esc_attr($this->get_field_name('horizontal_screen_width')) . '" type="text" value="' . (isset($instance['horizontal_screen_width']) ? $instance['horizontal_screen_width'] : '') . '" />') ?></label>
1088
 
@@ -1098,7 +1098,7 @@ class TheChampFollowWidget extends WP_Widget {
1098
  <br>
1099
  </div>
1100
  <label for="<?php echo esc_attr($this->get_field_id('size')); ?>"><?php _e('Size of icons', 'super-socializer'); ?></label>
1101
- <input style="width: 82%" class="widefat" id="<?php echo esc_attr($this->get_field_id('size')); ?>" name="<?php echo esc_attr($this->get_field_name('size')); ?>" type="text" value="<?php echo $instance['size']; ?>" />pixels<br/><br/>
1102
  <label for="<?php echo esc_attr($this->get_field_id('icon_shape')); ?>"><?php _e('Icon Shape', 'super-socializer'); ?></label>
1103
  <select style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('icon_shape')); ?>" name="<?php echo esc_attr($this->get_field_name('icon_shape')); ?>">
1104
  <option value="round" <?php echo !isset($instance['icon_shape']) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e('Round', 'super-socializer'); ?></option>
82
  <p>
83
  <p><strong>Note:</strong> <?php _e('Make sure Social Login is enabled at "Super Socializer > Social Login" page.', 'super-socializer') ?></p>
84
  <label for="<?php echo esc_attr($this->get_field_id('title')); ?>"><?php _e('Title (before login):', 'super-socializer'); ?></label>
85
+ <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('title')); ?>" name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text" value="<?php echo esc_attr($instance['title']); ?>" />
86
  <label for="<?php echo esc_attr($this->get_field_id('title_after')); ?>"><?php _e('Title (after login):', 'super-socializer'); ?></label>
87
  <input style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('title_after')); ?>" name="<?php echo esc_attr($this->get_field_name('title_after')); ?>" type="text" value="<?php echo esc_attr($instance['title_after']); ?>" />
88
  <label for="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
609
  </select>
610
  <input placeholder="<?php _e('Custom URL', 'super-socializer') ?>" style="width:95%; margin-top: 5px; <?php echo !isset($instance['target_url']) || $instance['target_url'] != 'custom' ? 'display: none' : '' ; ?>" class="widefat theChampHorCounterTargetUrl" id="<?php echo esc_attr($this->get_field_id('target_url_custom')); ?>" name="<?php echo esc_attr($this->get_field_name('target_url_custom')); ?>" type="text" value="<?php echo isset($instance['target_url_custom']) ? esc_attr($instance['target_url_custom']) : ''; ?>" />
611
  <label for="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>"><?php _e('Before widget content:', 'super-socializer'); ?></label>
612
+ <input class="widefat" id="<?php echo esc_attr($this->get_field_id('before_widget_content')); ?>" name="<?php echo esc_attr($this->get_field_name('before_widget_content')); ?>" type="text" value="<?php echo esc_attr($instance['before_widget_content']); ?>" />
613
  <label for="<?php echo esc_attr($this->get_field_id('after_widget_content')); ?>"><?php _e('After widget content:', 'super-socializer'); ?></label>
614
+ <input class="widefat" id="<?php echo esc_attr($this->get_field_id('after_widget_content')); ?>" name="<?php echo esc_attr($this->get_field_name('after_widget_content')); ?>" type="text" value="<?php echo esc_attr($instance['after_widget_content']); ?>" />
615
  <br /><br /><label for="<?php echo esc_attr($this->get_field_id('hide_for_logged_in')); ?>"><?php _e('Hide for logged in users:', 'super-socializer'); ?></label>
616
  <input type="checkbox" id="<?php echo esc_attr($this->get_field_id('hide_for_logged_in')); ?>" name="<?php echo esc_attr($this->get_field_name('hide_for_logged_in')); ?>" type="text" value="1" <?php if(isset($instance['hide_for_logged_in']) && $instance['hide_for_logged_in']==1) echo 'checked="checked"'; ?> />
617
  </p>
1079
  <label id="<?php echo esc_attr($this->get_field_id('alignment_value_label')); ?>" for="<?php echo esc_attr($this->get_field_id('alignment_value')); ?>"><?php _e('Offset', 'super-socializer'); ?></label>
1080
  <br>
1081
  <input id='<?php echo esc_attr($this->get_field_id('alignment_value')); ?>' type="text" name="<?php echo esc_attr($this->get_field_name('alignment_value')); ?>" value="<?php echo isset($instance['alignment_value']) ? esc_attr($instance['alignment_value']) : ''; ?>" />px<br><br>
1082
+ <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing')); ?>" name="<?php echo esc_attr($this->get_field_name('mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['mobile_sharing']) ? 'checked="checked"' : ''; ?> value="1" />
1083
  <label><?php echo sprintf( __('Display vertical interface only when screen is wider than %s pixels', 'super-socializer'), '<input style="width:46px" name="' . esc_attr($this->get_field_name('vertical_screen_width')) . '" type="text" value="' . (isset($instance['vertical_screen_width']) ? esc_attr($instance['vertical_screen_width']) : '') . '" />') ?></label>
1084
  <br><br>
1085
+ <input id="<?php echo esc_attr($this->get_field_id('mobile_sharing_bottom')); ?>" name="<?php echo esc_attr($this->get_field_name('bottom_mobile_sharing')); ?>" type="checkbox" <?php echo isset($instance['bottom_mobile_sharing']) ? 'checked="checked"' : '';?> value="1" />
1086
 
1087
  <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="' . esc_attr($this->get_field_name('horizontal_screen_width')) . '" type="text" value="' . (isset($instance['horizontal_screen_width']) ? $instance['horizontal_screen_width'] : '') . '" />') ?></label>
1088
 
1098
  <br>
1099
  </div>
1100
  <label for="<?php echo esc_attr($this->get_field_id('size')); ?>"><?php _e('Size of icons', 'super-socializer'); ?></label>
1101
+ <input style="width: 82%" class="widefat" id="<?php echo esc_attr($this->get_field_id('size')); ?>" name="<?php echo esc_attr($this->get_field_name('size')); ?>" type="text" value="<?php echo esc_attr($instance['size']); ?>" />pixels<br/><br/>
1102
  <label for="<?php echo esc_attr($this->get_field_id('icon_shape')); ?>"><?php _e('Icon Shape', 'super-socializer'); ?></label>
1103
  <select style="width: 95%" class="widefat" id="<?php echo esc_attr($this->get_field_id('icon_shape')); ?>" name="<?php echo esc_attr($this->get_field_name('icon_shape')); ?>">
1104
  <option value="round" <?php echo !isset($instance['icon_shape']) || $instance['icon_shape'] == 'round' ? 'selected' : '' ; ?>><?php _e('Round', 'super-socializer'); ?></option>
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: 2022-04-07 16:46+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
- #: admin/social_login.php:5 admin/social_login.php:1983
23
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -33,7 +33,7 @@ msgstr ""
33
  "التغريد\""
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
- #: super_socializer.php:2417
37
  #, fuzzy
38
  msgid "General Options"
39
  msgstr "المشاركات الأفقي"
@@ -86,22 +86,22 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
86
  msgstr ""
87
 
88
  #: admin/general_options.php:89 admin/like_buttons.php:781
89
- #: admin/social_commenting.php:401 admin/social_login.php:1979
90
- #: admin/social_sharing.php:1956 helper.php:922
91
  #, fuzzy
92
  msgid "Save Changes"
93
  msgstr "حفظ"
94
 
95
  #: admin/general_options.php:103 admin/like_buttons.php:791
96
- #: admin/social_commenting.php:411 admin/social_login.php:1989
97
- #: admin/social_sharing.php:1966
98
  #, fuzzy
99
  msgid "Instagram Shoutout"
100
  msgstr "إنستاجرام"
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:793
103
- #: admin/social_commenting.php:413 admin/social_login.php:1991
104
- #: admin/social_sharing.php:1968
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
107
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -231,7 +231,7 @@ msgid "Floating Interface"
231
  msgstr "المشاركات الأفقي"
232
 
233
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
234
- #: admin/social_sharing.php:1603
235
  msgid "Miscellaneous"
236
  msgstr ""
237
 
@@ -240,17 +240,17 @@ msgid "3rd Party Integration"
240
  msgstr ""
241
 
242
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
243
- #: admin/social_login.php:45 admin/social_login.php:1946
244
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
245
- #: admin/social_sharing.php:1882
246
  #, fuzzy
247
  msgid "Shortcode & Widget"
248
  msgstr "استخدم كود مختصر | Include the shortcode"
249
 
250
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
251
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
252
- #: admin/social_login.php:46 admin/social_login.php:1960
253
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
254
  #, fuzzy
255
  msgid "FAQ"
256
  msgstr "الأسئلة الشائعة "
@@ -278,14 +278,14 @@ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن
278
 
279
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
280
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144 inc/widget.php:263
281
- #: inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
282
  #, fuzzy
283
  msgid "Url of the webpage where icons are located (default)"
284
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
285
 
286
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
287
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146 inc/widget.php:264
288
- #: inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
289
  #, fuzzy
290
  msgid "Url of the homepage of your website"
291
  msgstr "URL لعملاء الموقع (اختياري)"
@@ -302,7 +302,7 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
302
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
303
 
304
  #: admin/like_buttons.php:105 admin/social_login.php:1231
305
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
306
  #, fuzzy
307
  msgid "Title"
308
  msgstr "العنوان"
@@ -323,28 +323,28 @@ msgid "Select the providers for interface. Drag them to rearrange."
323
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
324
 
325
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
326
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
327
  #, fuzzy
328
  msgid "Horizontal alignment"
329
  msgstr "بلا محاذاة"
330
 
331
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
332
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
333
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330 inc/widget.php:452
334
- #: inc/widget.php:765 inc/widget.php:1059
335
  #, fuzzy
336
  msgid "Left"
337
  msgstr "يسار"
338
 
339
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
340
  #, fuzzy
341
  msgid "Center"
342
  msgstr "وسط"
343
 
344
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
345
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
346
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331 inc/widget.php:453
347
- #: inc/widget.php:766 inc/widget.php:1066
348
  #, fuzzy
349
  msgid "Right"
350
  msgstr "يمين"
@@ -381,36 +381,36 @@ msgstr "واجهة الموقع"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
  #: admin/social_login.php:1548 admin/social_login.php:1577
384
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
385
  #, fuzzy
386
  msgid "Homepage"
387
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
388
 
389
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
390
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
391
  #, fuzzy
392
  msgid "Posts"
393
  msgstr "مقالات"
394
 
395
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
396
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
397
  #, fuzzy
398
  msgid "Pages"
399
  msgstr "صفحات"
400
 
401
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
402
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
403
  msgid "Excerpts and Posts page"
404
  msgstr ""
405
 
406
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
407
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
408
  #, fuzzy
409
  msgid "Category Archives"
410
  msgstr "الأرشيف"
411
 
412
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
413
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
414
  #, fuzzy
415
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
416
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
@@ -425,13 +425,13 @@ msgid "BuddyPress group (only at top of content)"
425
  msgstr ""
426
 
427
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
428
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
429
  #, fuzzy
430
  msgid "BBPress forum"
431
  msgstr "المنتدى المستعمل | User Forum"
432
 
433
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
434
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
435
  #, fuzzy
436
  msgid "BBPress topic"
437
  msgstr "إضافات الموضوع"
@@ -474,8 +474,8 @@ msgid "Master control to enable vertical (floating) counter widget"
474
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
475
 
476
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
477
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309 inc/widget.php:466
478
- #: inc/widget.php:779
479
  #, fuzzy
480
  msgid "Background Color"
481
  msgstr "لون الخلفية"
@@ -492,7 +492,7 @@ msgstr ""
492
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
493
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
494
 
495
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
496
  #, fuzzy
497
  msgid "Left offset"
498
  msgstr "يسار"
@@ -506,7 +506,7 @@ msgstr ""
506
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
507
  "يمكن أن يكون رقم سلبي جداً."
508
 
509
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
510
  #, fuzzy
511
  msgid "Right offset"
512
  msgstr "يمين"
@@ -520,7 +520,7 @@ msgstr ""
520
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
521
  "يمكن أن يكون رقم سلبي جداً."
522
 
523
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
524
  #, fuzzy
525
  msgid "Top offset"
526
  msgstr "أعلى"
@@ -533,7 +533,7 @@ msgid ""
533
  msgstr ""
534
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
535
 
536
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
537
  #, fuzzy
538
  msgid "BuddyPress group"
539
  msgstr "تحرير ملفي الشخصي"
@@ -551,7 +551,7 @@ msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
551
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
552
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
553
 
554
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
555
  #, fuzzy
556
  msgid "Url shortener"
557
  msgstr "عنوان Url للقيام بالتعليق على"
@@ -575,16 +575,16 @@ msgstr ""
575
  msgid "Enable bit.ly url shortener for tweet button"
576
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
577
 
578
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
579
  #, fuzzy
580
  msgid "Master control to enable bit.ly url shortening for sharing"
581
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
582
 
583
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
584
  msgid "Bit.ly generic access token"
585
  msgstr ""
586
 
587
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
588
  #, php-format
589
  msgid ""
590
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -592,16 +592,16 @@ msgid ""
592
  "access token. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
593
  msgstr ""
594
 
595
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
596
  msgid "Clear Bitly Cache"
597
  msgstr ""
598
 
599
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
600
  #, fuzzy
601
  msgid "ShortUrl cache cleared successfully."
602
  msgstr "تم ربط حسابك بنجاح"
603
 
604
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
605
  msgid ""
606
  "Use this to delete short urls saved in database. Handy, if urls of your "
607
  "website have been changed but short urls are still being generated for old "
@@ -609,8 +609,8 @@ msgid ""
609
  msgstr ""
610
 
611
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
612
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
613
- #: admin/social_sharing.php:1760
614
  #, fuzzy
615
  msgid "Language"
616
  msgstr ""
@@ -661,11 +661,11 @@ msgstr ""
661
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
662
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
663
 
664
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
665
  msgid "myCRED"
666
  msgstr ""
667
 
668
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
669
  msgid "Append myCRED referral ID to the urls being shared"
670
  msgstr ""
671
 
@@ -674,20 +674,20 @@ msgstr ""
674
  msgid "Like Buttons Shortcode & Widget"
675
  msgstr "استخدم كود مختصر | Include the shortcode"
676
 
677
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
678
  msgid "Why is there so much space between like buttons?"
679
  msgstr ""
680
 
681
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
682
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
683
  msgstr ""
684
 
685
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
686
  msgid "How to Place Title and Social Share Icons in the Same Row?"
687
  msgstr ""
688
 
689
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
690
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
691
  msgid "More"
692
  msgstr ""
693
 
@@ -927,8 +927,8 @@ msgstr ""
927
  msgid "Social Commenting Shortcode"
928
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
929
 
930
- #: admin/social_commenting.php:386 admin/social_login.php:1962
931
- #: admin/social_sharing.php:1915
932
  msgid ""
933
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
934
  "an online website for the plugin to function properly."
@@ -945,8 +945,8 @@ msgid ""
945
  "Https?"
946
  msgstr ""
947
 
948
- #: admin/social_commenting.php:389 admin/social_login.php:1967
949
- #: admin/social_sharing.php:1930
950
  msgid "Why is my browser blocking some features of the plugin?"
951
  msgstr ""
952
 
@@ -983,12 +983,12 @@ msgstr "إنشاء ملف الإعدادات"
983
  msgid "Advanced Configuration"
984
  msgstr "إنشاء ملف الإعدادات"
985
 
986
- #: admin/social_login.php:41 admin/social_login.php:1746
987
- #: super_socializer.php:2485
988
  msgid "GDPR"
989
  msgstr ""
990
 
991
- #: admin/social_login.php:43 admin/social_login.php:1897
992
  msgid "XProfile Integration"
993
  msgstr ""
994
 
@@ -2197,7 +2197,7 @@ msgid ""
2197
  "photo\" section in BuddyPress profile at front-end"
2198
  msgstr ""
2199
 
2200
- #: admin/social_login.php:1490 super_socializer.php:2091
2201
  msgid "Email required"
2202
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2203
 
@@ -2265,7 +2265,7 @@ msgid "BuddyPress profile page"
2265
  msgstr "تحرير ملفي الشخصي"
2266
 
2267
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2268
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2269
  #, fuzzy
2270
  msgid "Custom Url"
2271
  msgstr "رابط (URL) مخصّص"
@@ -2285,26 +2285,43 @@ msgstr "نموذج التسجيل"
2285
  msgid "Same page from where user registered"
2286
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2287
 
2288
- #: admin/social_login.php:1593
2289
- #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2290
  msgid ""
2291
- "User will be redirected to the selected page after registration (first Social "
2292
- "Login) through Social Login"
2293
  msgstr ""
2294
- "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
2295
- "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
2296
 
2297
- #: admin/social_login.php:1602
2298
  #, fuzzy
2299
  msgid "Social Account Linking Options"
2300
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2301
 
2302
- #: admin/social_login.php:1617
2303
  #, fuzzy
2304
  msgid "Text to display above the Social Account Linking interface"
2305
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2306
 
2307
- #: admin/social_login.php:1624
2308
  #, fuzzy
2309
  msgid ""
2310
  "Link social account to already existing account, if email address matches"
@@ -2312,7 +2329,7 @@ msgstr ""
2312
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
2313
  "حسابك في هذا الموقع"
2314
 
2315
- #: admin/social_login.php:1634
2316
  msgid ""
2317
  "If email address of the user's Social Account matches with an already "
2318
  "existing account at your website, that social account will be linked to "
@@ -2320,12 +2337,12 @@ msgid ""
2320
  "Linking interface at their profile page."
2321
  msgstr ""
2322
 
2323
- #: admin/social_login.php:1642
2324
  #, fuzzy
2325
  msgid "Enable social account linking at BuddyPress profile page"
2326
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2327
 
2328
- #: admin/social_login.php:1652
2329
  #, fuzzy
2330
  msgid ""
2331
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2333,17 +2350,17 @@ msgid ""
2333
  msgstr ""
2334
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2335
 
2336
- #: admin/social_login.php:1663
2337
  #, fuzzy
2338
  msgid "Email popup options"
2339
  msgstr "الخيارات"
2340
 
2341
- #: admin/social_login.php:1668
2342
  #, fuzzy
2343
  msgid "Text on 'Email required' popup"
2344
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2345
 
2346
- #: admin/social_login.php:1678
2347
  #, fuzzy
2348
  msgid ""
2349
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2352,12 +2369,12 @@ msgstr ""
2352
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2353
  "غير مطلوب."
2354
 
2355
- #: admin/social_login.php:1686
2356
  #, fuzzy
2357
  msgid "Error message for 'Email required' popup"
2358
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2359
 
2360
- #: admin/social_login.php:1696
2361
  #, fuzzy
2362
  msgid ""
2363
  "This message will be displayed to user if it provides invalid or already "
@@ -2366,12 +2383,12 @@ msgstr ""
2366
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2367
  "المسجلة مسبقاً"
2368
 
2369
- #: admin/social_login.php:1704
2370
  #, fuzzy
2371
  msgid "Email popup height"
2372
  msgstr "ارتفاع"
2373
 
2374
- #: admin/social_login.php:1714
2375
  #, fuzzy
2376
  msgid ""
2377
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you can "
@@ -2381,12 +2398,12 @@ msgstr ""
2381
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2382
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2383
 
2384
- #: admin/social_login.php:1721
2385
  #, fuzzy
2386
  msgid "Enable email verification"
2387
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2388
 
2389
- #: admin/social_login.php:1731
2390
  #, fuzzy
2391
  msgid ""
2392
  "If enabled, email provided by the user will be verified by sending a "
@@ -2397,22 +2414,22 @@ msgstr ""
2397
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول "
2398
  "دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2399
 
2400
- #: admin/social_login.php:1751
2401
  #, fuzzy
2402
  msgid "Enable GDPR opt-in"
2403
  msgstr "إتاحة التعليق من هارد"
2404
 
2405
- #: admin/social_login.php:1761
2406
  msgid ""
2407
  "Enable it to show GDPR opt-in for social login and social account linking"
2408
  msgstr ""
2409
 
2410
- #: admin/social_login.php:1769
2411
  #, fuzzy
2412
  msgid "Placement of GDPR opt-in"
2413
  msgstr "إتاحة التعليق من هارد"
2414
 
2415
- #: admin/social_login.php:1773
2416
  #, fuzzy
2417
  msgid "Above Social Login icons"
2418
  msgstr ""
@@ -2420,7 +2437,7 @@ msgstr ""
2420
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2421
  "فورا دون موافقة المشرف على النظام."
2422
 
2423
- #: admin/social_login.php:1775
2424
  #, fuzzy
2425
  msgid "Below Social Login icons"
2426
  msgstr ""
@@ -2428,74 +2445,74 @@ msgstr ""
2428
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2429
  "فورا دون موافقة المشرف على النظام."
2430
 
2431
- #: admin/social_login.php:1781
2432
  #, fuzzy
2433
  msgid "Placement of GDPR opt-in above or below the social login icons"
2434
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2435
 
2436
- #: admin/social_login.php:1788
2437
  msgid "Opt-in text"
2438
  msgstr ""
2439
 
2440
- #: admin/social_login.php:1798
2441
  #, fuzzy
2442
  msgid "Text for the GDPR opt-in"
2443
  msgstr "إتاحة التعليق من هارد"
2444
 
2445
- #: admin/social_login.php:1805
2446
  msgid "Text to link to Terms-Conditions page"
2447
  msgstr ""
2448
 
2449
- #: admin/social_login.php:1815
2450
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2451
  msgstr ""
2452
 
2453
- #: admin/social_login.php:1822
2454
  msgid "Terms-Conditions Url"
2455
  msgstr ""
2456
 
2457
- #: admin/social_login.php:1832
2458
  #, fuzzy
2459
  msgid "Url of the terms-conditions page of your website"
2460
  msgstr "URL لعملاء الموقع (اختياري)"
2461
 
2462
- #: admin/social_login.php:1839
2463
  msgid "Text to link to Privacy Policy page"
2464
  msgstr ""
2465
 
2466
- #: admin/social_login.php:1849
2467
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2468
  msgstr ""
2469
 
2470
- #: admin/social_login.php:1856
2471
  msgid "Privacy Policy Url"
2472
  msgstr ""
2473
 
2474
- #: admin/social_login.php:1866
2475
  #, fuzzy
2476
  msgid "Url of the privacy policy page of your website"
2477
  msgstr "URL لعملاء الموقع (اختياري)"
2478
 
2479
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2480
- #: inc/widget.php:608 inc/widget.php:757
2481
  #, fuzzy
2482
  msgid "Select"
2483
  msgstr "أختر ..."
2484
 
2485
- #: admin/social_login.php:1948
2486
  #, fuzzy
2487
  msgid "Social Login Shortcode & Widget"
2488
  msgstr "استخدم كود مختصر | Include the shortcode"
2489
 
2490
- #: admin/social_login.php:1949
2491
  msgid "Social Linking Shortcode"
2492
  msgstr "الربط الاجتماعي رمز قصير"
2493
 
2494
- #: admin/social_login.php:1964
2495
  msgid "Why is social login not working?"
2496
  msgstr ""
2497
 
2498
- #: admin/social_login.php:1965
2499
  msgid ""
2500
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2501
  "belong to the same app"
@@ -2541,12 +2558,12 @@ msgstr ""
2541
  msgid "Shape"
2542
  msgstr "شكل"
2543
 
2544
- #: admin/social_sharing.php:156 admin/social_sharing.php:455 inc/widget.php:1095
2545
  #, fuzzy
2546
  msgid "Round"
2547
  msgstr "مستدير"
2548
 
2549
- #: admin/social_sharing.php:158 admin/social_sharing.php:457 inc/widget.php:1096
2550
  #, fuzzy
2551
  msgid "Square"
2552
  msgstr "مربع"
@@ -2746,53 +2763,50 @@ msgid ""
2746
  "the icon"
2747
  msgstr ""
2748
 
2749
- #: admin/social_sharing.php:775
2750
- #, fuzzy
2751
- msgid "Youtube username"
2752
- msgstr "إسم المستخدم الألكتروني:"
2753
 
2754
- #: admin/social_sharing.php:785
2755
- msgid ""
2756
- "Username of the Youtube account you want to redirect users to, on clicking "
2757
- "the icon"
2758
  msgstr ""
2759
 
2760
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2761
  #, fuzzy
2762
  msgid "HTML ID of container element of comment form"
2763
  msgstr "ID HTML التعليق حاوية شكل"
2764
 
2765
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2766
  msgid ""
2767
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2768
  "icon."
2769
  msgstr ""
2770
 
2771
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2772
  #, fuzzy
2773
  msgid "Rearrange icons"
2774
  msgstr "إعادة ترتيب الرموز"
2775
 
2776
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2777
  #, fuzzy
2778
  msgid "Drag the icons to rearrange in desired order"
2779
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
2780
 
2781
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2782
  #, fuzzy
2783
  msgid "Select Sharing Services"
2784
  msgstr "اختر مقالة"
2785
 
2786
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2787
  msgid "Select sharing services to show in social share bar"
2788
  msgstr ""
2789
 
2790
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2791
  #, fuzzy
2792
  msgid "Search social network"
2793
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
2794
 
2795
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2796
  #, fuzzy
2797
  msgid "Horizontal alignment of the sharing interface"
2798
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
@@ -2802,7 +2816,7 @@ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي
2802
  msgid "Specify position of the sharing interface with respect to the content"
2803
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
2804
 
2805
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2806
  msgid "Placement"
2807
  msgstr ""
2808
 
@@ -2811,18 +2825,18 @@ msgstr ""
2811
  msgid "Specify the pages where you want to enable Sharing interface"
2812
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
2813
 
2814
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2815
  #, fuzzy
2816
  msgid "Show share counts"
2817
  msgstr "عرض عدد المقالات"
2818
 
2819
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2820
  msgid ""
2821
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2822
  "Odnoklassniki, Fintel and Vkontakte"
2823
  msgstr ""
2824
 
2825
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2826
  #, php-format
2827
  msgid ""
2828
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2831,32 +2845,32 @@ msgid ""
2831
  "website."
2832
  msgstr ""
2833
 
2834
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2835
  #, fuzzy
2836
  msgid "If enabled, share counts are displayed above sharing icons."
2837
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2838
 
2839
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2840
- #: admin/social_sharing.php:1702
2841
  msgid "Track Social Shares for Every Social Network"
2842
  msgstr ""
2843
 
2844
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2845
  #, fuzzy
2846
  msgid "Show total shares"
2847
  msgstr "عرض عدد المقالات"
2848
 
2849
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2850
  #, fuzzy
2851
  msgid "If enabled, total shares will be displayed with sharing icons"
2852
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2853
 
2854
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2855
  #, fuzzy
2856
  msgid "Enable 'More' icon"
2857
  msgstr "الرمز معاينة"
2858
 
2859
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2860
  #, fuzzy
2861
  msgid ""
2862
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -2880,7 +2894,7 @@ msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
2880
  msgid "Master control to enable floating sharing widget"
2881
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
2882
 
2883
- #: admin/social_sharing.php:1319
2884
  #, fuzzy
2885
  msgid ""
2886
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -2892,7 +2906,7 @@ msgstr ""
2892
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2893
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2894
 
2895
- #: admin/social_sharing.php:1357
2896
  #, fuzzy
2897
  msgid ""
2898
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2901,7 +2915,7 @@ msgstr ""
2901
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
2902
  "اليسار. يمكن أن يكون رقم سلبي جداً."
2903
 
2904
- #: admin/social_sharing.php:1376
2905
  #, fuzzy
2906
  msgid ""
2907
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2910,7 +2924,7 @@ msgstr ""
2910
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
2911
  "اليمين. يمكن أن يكون رقم سلبي جداً."
2912
 
2913
- #: admin/social_sharing.php:1394
2914
  #, fuzzy
2915
  msgid ""
2916
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2919,120 +2933,120 @@ msgstr ""
2919
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
2920
  "الأعلى."
2921
 
2922
- #: admin/social_sharing.php:1450
2923
  #, fuzzy
2924
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2925
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
2926
 
2927
- #: admin/social_sharing.php:1519
2928
  #, fuzzy
2929
  msgid "Hide floating slider"
2930
  msgstr ""
2931
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
2932
  "out Users"
2933
 
2934
- #: admin/social_sharing.php:1529
2935
  msgid "Hides the slider arrow present below the floating share bar"
2936
  msgstr ""
2937
 
2938
- #: admin/social_sharing.php:1536
2939
  #, fuzzy
2940
  msgid "Vertical floating bar responsiveness"
2941
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2942
 
2943
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2944
  #, php-format
2945
  msgid "Display vertical interface only when screen is wider than %s pixels"
2946
  msgstr ""
2947
 
2948
- #: admin/social_sharing.php:1546
2949
  msgid ""
2950
  "Display vertical interface only when screen is wider than the width specified."
2951
  msgstr ""
2952
 
2953
- #: admin/social_sharing.php:1553
2954
  msgid "Horizontal floating bar responsiveness"
2955
  msgstr ""
2956
 
2957
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2958
  #, fuzzy, php-format
2959
  msgid ""
2960
  "Stick vertical floating interface horizontally at bottom only when screen is "
2961
  "narrower than %s pixels"
2962
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
2963
 
2964
- #: admin/social_sharing.php:1563
2965
  msgid ""
2966
  "Stick vertical floating interface horizontally at bottom only when screen is "
2967
  "narrower than the width specified"
2968
  msgstr ""
2969
 
2970
- #: admin/social_sharing.php:1572
2971
  #, fuzzy
2972
  msgid "Horizontal floating bar position"
2973
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2974
 
2975
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2976
  #, php-format
2977
  msgid "%s pixels from %s"
2978
  msgstr ""
2979
 
2980
- #: admin/social_sharing.php:1576
2981
  msgid "Auto-adjust according to screen width (responsive)"
2982
  msgstr ""
2983
 
2984
- #: admin/social_sharing.php:1583
2985
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2986
  msgstr ""
2987
 
2988
- #: admin/social_sharing.php:1608
2989
  msgid "Use plain background for Instagram icon"
2990
  msgstr ""
2991
 
2992
- #: admin/social_sharing.php:1618
2993
  msgid ""
2994
  "Uses plain background for Instagram icon instead of multicolored background"
2995
  msgstr ""
2996
 
2997
- #: admin/social_sharing.php:1631
2998
  #, fuzzy
2999
  msgid "Use shortlinks already installed"
3000
  msgstr "تمّ التنصيب مسبقاً"
3001
 
3002
- #: admin/social_sharing.php:1641
3003
  msgid "Uses default short url permalinks without using any additional plugin"
3004
  msgstr ""
3005
 
3006
- #: admin/social_sharing.php:1648
3007
  #, fuzzy
3008
  msgid "Enable bit.ly url shortener for sharing"
3009
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
3010
 
3011
- #: admin/social_sharing.php:1707
3012
  msgid "Share Count Cache"
3013
  msgstr ""
3014
 
3015
- #: admin/social_sharing.php:1712
3016
  msgid "Refresh Share Count cache every"
3017
  msgstr ""
3018
 
3019
- #: admin/social_sharing.php:1717
3020
  msgid "Second(s)"
3021
  msgstr ""
3022
 
3023
- #: admin/social_sharing.php:1718
3024
  msgid "Minute(s)"
3025
  msgstr ""
3026
 
3027
- #: admin/social_sharing.php:1719
3028
  msgid "Hour(s)"
3029
  msgstr ""
3030
 
3031
- #: admin/social_sharing.php:1720
3032
  msgid "Day(s)"
3033
  msgstr ""
3034
 
3035
- #: admin/social_sharing.php:1728
3036
  #, php-format
3037
  msgid ""
3038
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -3040,20 +3054,20 @@ msgid ""
3040
  "\"_blank\">here</a>"
3041
  msgstr ""
3042
 
3043
- #: admin/social_sharing.php:1735
3044
  msgid "Clear Share Counts Cache"
3045
  msgstr ""
3046
 
3047
- #: admin/social_sharing.php:1739
3048
  #, fuzzy
3049
  msgid "Share Counts cache cleared successfully."
3050
  msgstr "تم ربط حسابك بنجاح"
3051
 
3052
- #: admin/social_sharing.php:1746
3053
  msgid "Use this to clear cached share counts"
3054
  msgstr ""
3055
 
3056
- #: admin/social_sharing.php:1770
3057
  #, fuzzy, php-format
3058
  msgid ""
3059
  "Enter the code of the language you want to use for like buttons. You can find "
@@ -3064,17 +3078,17 @@ msgstr ""
3064
  "رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل "
3065
  "language(English) الافتراضي"
3066
 
3067
- #: admin/social_sharing.php:1779
3068
  #, fuzzy
3069
  msgid "Username in sharing"
3070
  msgstr "شارك الأخرين عبر تويتر"
3071
 
3072
- #: admin/social_sharing.php:1784
3073
  #, fuzzy
3074
  msgid "Twitter username (without @)"
3075
  msgstr "قالب بدون %1$s"
3076
 
3077
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
3078
  #, fuzzy
3079
  msgid ""
3080
  "Provided username will be appended after the content being shared as \"via "
@@ -3084,29 +3098,29 @@ msgstr ""
3084
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
3085
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
3086
 
3087
- #: admin/social_sharing.php:1802
3088
  #, fuzzy
3089
  msgid "Buffer username (without @)"
3090
  msgstr "قالب بدون %1$s"
3091
 
3092
- #: admin/social_sharing.php:1821
3093
  msgid "AMP"
3094
  msgstr ""
3095
 
3096
- #: admin/social_sharing.php:1826
3097
  #, fuzzy
3098
  msgid "Enable sharing on AMP pages"
3099
  msgstr "صفحة"
3100
 
3101
- #: admin/social_sharing.php:1836
3102
  msgid "Enable this option to render sharing icons on AMP pages"
3103
  msgstr ""
3104
 
3105
- #: admin/social_sharing.php:1893
3106
  msgid "Facebook Sharing Troubleshooter"
3107
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
3108
 
3109
- #: admin/social_sharing.php:1898
3110
  #, fuzzy
3111
  msgid ""
3112
  "If Facebook sharing is not working fine, click at the following link and "
@@ -3116,17 +3130,17 @@ msgstr ""
3116
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
3117
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
3118
 
3119
- #: admin/social_sharing.php:1916
3120
  msgid ""
3121
  "Why is sharer not showing the correct image, title and other meta tags "
3122
  "content?"
3123
  msgstr ""
3124
 
3125
- #: admin/social_sharing.php:1917
3126
  msgid "Why is Facebook share count not working?"
3127
  msgstr ""
3128
 
3129
- #: admin/social_sharing.php:1918 super_socializer.php:3241
3130
  #, php-format
3131
  msgid ""
3132
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3135,48 +3149,48 @@ msgid ""
3135
  "not just for Facebook but for all the social networks"
3136
  msgstr ""
3137
 
3138
- #: admin/social_sharing.php:1920
3139
  msgid "Why is Instagram icon redirecting to Instagram website?"
3140
  msgstr ""
3141
 
3142
- #: admin/social_sharing.php:1921
3143
  msgid ""
3144
  "Instagram icon is there to send website visitors to the Instagram page of "
3145
  "your choice. You can save the desired Instagram handle in \"Instagram Username"
3146
  "\" option in \"Standard Interface\" and \"Floating Interface\" sections."
3147
  msgstr ""
3148
 
3149
- #: admin/social_sharing.php:1924
3150
  #, fuzzy
3151
  msgid "How to customize the url being shared?"
3152
  msgstr "عرض عدد المقالات"
3153
 
3154
- #: admin/social_sharing.php:1925
3155
  msgid ""
3156
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3157
  msgstr ""
3158
 
3159
- #: admin/social_sharing.php:1926
3160
  msgid ""
3161
  "It takes some time for their service to track the shares made on Twitter from "
3162
  "your website. If you still feel it's taking too long you can contact their "
3163
  "support directly from their website."
3164
  msgstr ""
3165
 
3166
- #: admin/social_sharing.php:1929
3167
  msgid ""
3168
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3169
  msgstr ""
3170
 
3171
- #: admin/social_sharing.php:1931
3172
  msgid "Why the color of share icons is not being updated?"
3173
  msgstr ""
3174
 
3175
- #: admin/social_sharing.php:1932
3176
  msgid "Why Facebook share counts are not appearing?"
3177
  msgstr ""
3178
 
3179
- #: admin/social_sharing.php:1933
3180
  #, fuzzy
3181
  msgid ""
3182
  "How can I show share counts of my website rather than of individual pages/"
@@ -3185,43 +3199,43 @@ msgstr ""
3185
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
3186
  "الوظائف؟"
3187
 
3188
- #: admin/social_sharing.php:1934
3189
  #, fuzzy
3190
  msgid "How can I disable sharing on particular page/post?"
3191
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
3192
 
3193
- #: admin/social_sharing.php:1935
3194
  #, fuzzy
3195
  msgid "How can I specify minimum sharing count for sharing networks?"
3196
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
3197
 
3198
- #: admin/social_sharing.php:1936
3199
  msgid "How to share specific page?"
3200
  msgstr ""
3201
 
3202
- #: admin/social_sharing.php:1937
3203
  msgid "How to integrate Google Analytics with sharing?"
3204
  msgstr ""
3205
 
3206
- #: admin/social_sharing.php:1938
3207
  msgid "How to customize the look of total share counts?"
3208
  msgstr ""
3209
 
3210
- #: admin/social_sharing.php:1939
3211
  #, fuzzy
3212
  msgid "How to customize the look of individual share counts?"
3213
  msgstr "عرض عدد المقالات"
3214
 
3215
- #: admin/social_sharing.php:1940
3216
  #, fuzzy
3217
  msgid "How to show Whatsapp icon only on mobile devices?"
3218
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
3219
 
3220
- #: admin/social_sharing.php:1941
3221
  msgid "How to hide arrow after floating sharing bar?"
3222
  msgstr ""
3223
 
3224
- #: admin/social_sharing.php:1942
3225
  msgid "Why is share count not getting updated?"
3226
  msgstr ""
3227
 
@@ -3319,49 +3333,49 @@ msgstr "بدء العد حصة ل"
3319
  msgid "Floating Sharing Interface"
3320
  msgstr "المشاركات الأفقي"
3321
 
3322
- #: helper.php:907 super_socializer.php:2501
3323
  #, fuzzy
3324
  msgid "Social Avatar"
3325
  msgstr "صغير الرمزية رابط"
3326
 
3327
- #: helper.php:910 super_socializer.php:2512
3328
  msgid ""
3329
  "Do not fetch and update social avatar from my profile, next time I Social "
3330
  "Login"
3331
  msgstr ""
3332
 
3333
- #: helper.php:911 super_socializer.php:2516
3334
  msgid "Update social avatar, next time I Social Login"
3335
  msgstr ""
3336
 
3337
- #: helper.php:914
3338
  #, fuzzy
3339
  msgid "Small Avatar"
3340
  msgstr "صغير الرمزية رابط"
3341
 
3342
- #: helper.php:918
3343
  #, fuzzy
3344
  msgid "Large Avatar"
3345
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3346
 
3347
- #: helper.php:978 super_socializer.php:2069
3348
  msgid "Please verify your email address to login."
3349
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3350
 
3351
- #: helper.php:1015
3352
  msgid "Click to delete social profile data"
3353
  msgstr ""
3354
 
3355
- #: helper.php:1044
3356
  #, fuzzy
3357
  msgid "Deleting"
3358
  msgstr "الإعدادات"
3359
 
3360
- #: helper.php:1054
3361
  msgid "Deleted"
3362
  msgstr ""
3363
 
3364
- #: helper.php:1056
3365
  msgid "Something bad happened"
3366
  msgstr ""
3367
 
@@ -3379,29 +3393,29 @@ msgstr ""
3379
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3380
  "صفحة تسجيل الدخول\"."
3381
 
3382
- #: inc/social_login.php:1035
3383
  #, fuzzy
3384
  msgid "Email"
3385
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3386
 
3387
- #: inc/social_login.php:1036
3388
  msgid "Confirm email"
3389
  msgstr ""
3390
 
3391
- #: inc/social_login.php:1038
3392
  msgid "Save"
3393
  msgstr ""
3394
 
3395
- #: inc/social_login.php:1039
3396
  msgid "Cancel"
3397
  msgstr ""
3398
 
3399
- #: inc/social_login.php:1113
3400
  #, fuzzy
3401
  msgid "Email Verification"
3402
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3403
 
3404
- #: inc/social_login.php:1115
3405
  msgid ""
3406
  "Please click on the following link or paste it in browser to verify your email"
3407
  msgstr ""
@@ -3422,20 +3436,20 @@ msgstr "الأرشيف"
3422
  msgid "Total Shares"
3423
  msgstr "عرض عدد المقالات"
3424
 
3425
- #: inc/social_sharing.php:272 super_socializer.php:2179
3426
  msgid "Share"
3427
  msgstr ""
3428
 
3429
- #: inc/social_sharing.php:272 super_socializer.php:2179
3430
  msgid "Shares"
3431
  msgstr ""
3432
 
3433
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3434
  #, fuzzy
3435
  msgid "Invalid request"
3436
  msgstr "طلب غير صحيح"
3437
 
3438
- #: inc/social_sharing.php:978
3439
  #, fuzzy
3440
  msgid "Providers not selected"
3441
  msgstr "محدد | selected"
@@ -3474,18 +3488,18 @@ msgstr ""
3474
  msgid "Title (after login):"
3475
  msgstr ""
3476
 
3477
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3478
  #, fuzzy
3479
  msgid "Before widget content:"
3480
  msgstr "المحتوى "
3481
 
3482
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3483
  #, fuzzy
3484
  msgid "After widget content:"
3485
  msgstr "أضف ودجت"
3486
 
3487
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3488
- #: inc/widget.php:782
3489
  #, fuzzy
3490
  msgid "Hide for logged in users:"
3491
  msgstr ""
@@ -3501,6 +3515,10 @@ msgstr ""
3501
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3502
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3503
 
 
 
 
 
3504
  #: inc/widget.php:253
3505
  #, fuzzy
3506
  msgid ""
@@ -3510,7 +3528,7 @@ msgstr ""
3510
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3511
  "الاجتماعية\"."
3512
 
3513
- #: inc/widget.php:254 inc/widget.php:604
3514
  #, fuzzy
3515
  msgid "Title:"
3516
  msgstr "العنوان:"
@@ -3525,12 +3543,12 @@ msgstr "عرض عدد المقالات"
3525
  msgid "Show total shares:"
3526
  msgstr "عرض عدد المقالات"
3527
 
3528
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3529
  #, fuzzy
3530
  msgid "Target Url:"
3531
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3532
 
3533
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3534
  #, fuzzy
3535
  msgid "Custom URL"
3536
  msgstr "رابط (URL) مخصّص"
@@ -3553,27 +3571,27 @@ msgstr ""
3553
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3554
  "الاجتماعية\"."
3555
 
3556
- #: inc/widget.php:450 inc/widget.php:763
3557
  #, fuzzy
3558
  msgid "Alignment"
3559
  msgstr "محاذاة"
3560
 
3561
- #: inc/widget.php:456 inc/widget.php:769
3562
  #, fuzzy
3563
  msgid "Left Offset"
3564
  msgstr "يسار"
3565
 
3566
- #: inc/widget.php:460 inc/widget.php:773
3567
  #, fuzzy
3568
  msgid "Right Offset"
3569
  msgstr "يمين"
3570
 
3571
- #: inc/widget.php:463 inc/widget.php:776
3572
  #, fuzzy
3573
  msgid "Top Offset"
3574
  msgstr "أعلى"
3575
 
3576
- #: inc/widget.php:488
3577
  #, fuzzy
3578
  msgid ""
3579
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3582,14 +3600,14 @@ msgstr ""
3582
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3583
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3584
 
3585
- #: inc/widget.php:603
3586
  #, fuzzy
3587
  msgid ""
3588
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3589
  "Like Buttons\" page."
3590
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3591
 
3592
- #: inc/widget.php:637
3593
  #, fuzzy
3594
  msgid ""
3595
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3598,7 +3616,7 @@ msgstr ""
3598
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3599
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3600
 
3601
- #: inc/widget.php:754
3602
  #, fuzzy
3603
  msgid ""
3604
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3606,205 +3624,205 @@ msgid ""
3606
  msgstr ""
3607
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3608
 
3609
- #: inc/widget.php:798
3610
  #, fuzzy
3611
  msgid "Super Socializer - Follow Icons"
3612
  msgstr "آخر تسجيل دخول | Last Login"
3613
 
3614
- #: inc/widget.php:800
3615
  msgid "These icons link to your Social Media accounts"
3616
  msgstr ""
3617
 
3618
- #: inc/widget.php:1037
3619
  msgid "Type:"
3620
  msgstr ""
3621
 
3622
- #: inc/widget.php:1040
3623
  #, fuzzy
3624
  msgid "Standard"
3625
  msgstr "المشاركات الأفقي"
3626
 
3627
- #: inc/widget.php:1043
3628
  #, fuzzy
3629
  msgid "Floating"
3630
  msgstr "تطفو عليه"
3631
 
3632
- #: inc/widget.php:1048
3633
  #, fuzzy
3634
  msgid "Top offset:"
3635
  msgstr "أعلى"
3636
 
3637
- #: inc/widget.php:1052
3638
  #, fuzzy
3639
  msgid "Alignment:"
3640
  msgstr "محاذاة"
3641
 
3642
- #: inc/widget.php:1070
3643
  #, fuzzy
3644
  msgid "Offset"
3645
  msgstr "أعلى"
3646
 
3647
- #: inc/widget.php:1084
3648
  #, fuzzy
3649
  msgid "right"
3650
  msgstr "يمين"
3651
 
3652
- #: inc/widget.php:1084
3653
  msgid "left"
3654
  msgstr ""
3655
 
3656
- #: inc/widget.php:1087
3657
  msgid "Auto-adjust according to the screen-width (responsive)"
3658
  msgstr ""
3659
 
3660
- #: inc/widget.php:1091
3661
  #, fuzzy
3662
  msgid "Size of icons"
3663
  msgstr "المشاركات الأفقي"
3664
 
3665
- #: inc/widget.php:1093
3666
  #, fuzzy
3667
  msgid "Icon Shape"
3668
  msgstr "شكل"
3669
 
3670
- #: inc/widget.php:1098
3671
  msgid "Apply icon color and background color from Theme Selection section:"
3672
  msgstr ""
3673
 
3674
- #: inc/widget.php:1100
3675
  msgid "No"
3676
  msgstr ""
3677
 
3678
- #: inc/widget.php:1101
3679
  #, fuzzy
3680
  msgid "Yes, Standard Interface Theme"
3681
  msgstr "المشاركات الأفقي"
3682
 
3683
- #: inc/widget.php:1102
3684
  #, fuzzy
3685
  msgid "Yes, Floating Interface Theme"
3686
  msgstr "المشاركات الأفقي"
3687
 
3688
- #: inc/widget.php:1104
3689
  #, fuzzy
3690
  msgid "Facebook URL:"
3691
  msgstr "رقم التعريف الخالص بك | ID"
3692
 
3693
- #: inc/widget.php:1107
3694
  #, fuzzy
3695
  msgid "Twitter URL:"
3696
  msgstr "شارك الأخرين عبر تويتر"
3697
 
3698
- #: inc/widget.php:1110
3699
  #, fuzzy
3700
  msgid "Parler URL:"
3701
  msgstr "إنستاجرام"
3702
 
3703
- #: inc/widget.php:1113
3704
  #, fuzzy
3705
  msgid "Instagram URL:"
3706
  msgstr "إنستاجرام"
3707
 
3708
- #: inc/widget.php:1116
3709
  #, fuzzy
3710
  msgid "Pinterest URL:"
3711
  msgstr "شارك الأخرين عبر بينتريست"
3712
 
3713
- #: inc/widget.php:1119
3714
  msgid "Behance URL:"
3715
  msgstr ""
3716
 
3717
- #: inc/widget.php:1122
3718
  msgid "Flickr URL:"
3719
  msgstr ""
3720
 
3721
- #: inc/widget.php:1125
3722
  msgid "Foursquare URL:"
3723
  msgstr ""
3724
 
3725
- #: inc/widget.php:1128
3726
  msgid "Github URL:"
3727
  msgstr ""
3728
 
3729
- #: inc/widget.php:1131
3730
  #, fuzzy
3731
  msgid "LinkedIn URL:"
3732
  msgstr "شارك الأخرين عبر لنكيدان"
3733
 
3734
- #: inc/widget.php:1134
3735
  #, fuzzy
3736
  msgid "LinkedIn Company URL:"
3737
  msgstr "شارك الأخرين عبر لنكيدان"
3738
 
3739
- #: inc/widget.php:1137
3740
  #, fuzzy
3741
  msgid "Medium URL:"
3742
  msgstr "شارك الأخرين عبر تمبلير"
3743
 
3744
- #: inc/widget.php:1140
3745
  #, fuzzy
3746
  msgid "MeWe URL:"
3747
  msgstr "شارك الأخرين عبر تمبلير"
3748
 
3749
- #: inc/widget.php:1143
3750
  msgid "Odnoklassniki URL:"
3751
  msgstr ""
3752
 
3753
- #: inc/widget.php:1146
3754
  msgid "Snapchat URL:"
3755
  msgstr ""
3756
 
3757
- #: inc/widget.php:1149
3758
  #, fuzzy
3759
  msgid "Telegram URL:"
3760
  msgstr "إنستاجرام"
3761
 
3762
- #: inc/widget.php:1152
3763
  #, fuzzy
3764
  msgid "Tumblr URL:"
3765
  msgstr "شارك الأخرين عبر تمبلير"
3766
 
3767
- #: inc/widget.php:1155
3768
  msgid "Vimeo URL:"
3769
  msgstr ""
3770
 
3771
- #: inc/widget.php:1158
3772
  #, fuzzy
3773
  msgid "Vkontakte URL:"
3774
  msgstr "انشر عبر VKontakte"
3775
 
3776
- #: inc/widget.php:1161
3777
  #, fuzzy
3778
  msgid "Xing URL:"
3779
  msgstr "شارك الأخرين عبر لنكيدان"
3780
 
3781
- #: inc/widget.php:1164
3782
  msgid "Youtube URL:"
3783
  msgstr ""
3784
 
3785
- #: inc/widget.php:1167
3786
  msgid "Youtube Channel URL:"
3787
  msgstr ""
3788
 
3789
- #: inc/widget.php:1170
3790
  msgid "RSS Feed URL:"
3791
  msgstr ""
3792
 
3793
- #: inc/widget.php:1173
3794
  #, fuzzy
3795
  msgid "Gab.com URL:"
3796
  msgstr "رقم التعريف الخالص بك | ID"
3797
 
3798
- #: inc/widget.php:1176
3799
  #, fuzzy
3800
  msgid "Gettr.com URL:"
3801
  msgstr "شارك الأخرين عبر تويتر"
3802
 
3803
- #: super_socializer.php:556
3804
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3805
  msgstr ""
3806
 
3807
- #: super_socializer.php:1846
3808
  #, fuzzy
3809
  msgid ""
3810
  "cURL is not enabled at your website server. Please contact your website "
@@ -3813,7 +3831,7 @@ msgstr ""
3813
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3814
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3815
 
3816
- #: super_socializer.php:1874
3817
  #, fuzzy, php-format
3818
  msgid ""
3819
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3822,7 +3840,7 @@ msgstr ""
3822
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3823
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3824
 
3825
- #: super_socializer.php:1877
3826
  #, fuzzy, php-format
3827
  msgid ""
3828
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3831,7 +3849,7 @@ msgstr ""
3831
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3832
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3833
 
3834
- #: super_socializer.php:1880
3835
  msgid ""
3836
  "Make sure cURL is enabled at your website server. You may need to contact the "
3837
  "server administrator of your website to verify this"
@@ -3839,131 +3857,131 @@ msgstr ""
3839
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3840
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3841
 
3842
- #: super_socializer.php:2047
3843
  msgid "Search"
3844
  msgstr ""
3845
 
3846
- #: super_socializer.php:2069
3847
  msgid "Your email has been verified. Now you can login to your account"
3848
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3849
 
3850
- #: super_socializer.php:2073
3851
  msgid "Notification"
3852
  msgstr "تنبيهات"
3853
 
3854
- #: super_socializer.php:2094
3855
  msgid "Please check your email inbox to complete the registration."
3856
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3857
 
3858
- #: super_socializer.php:2163
3859
  msgid "Leave a reply"
3860
  msgstr "اترك رد"
3861
 
3862
- #: super_socializer.php:2179
3863
  #, fuzzy
3864
  msgid "Link copied."
3865
  msgstr "شارك الأخرين عبر لنكيدان"
3866
 
3867
- #: super_socializer.php:2417
3868
  #, fuzzy
3869
  msgid "Super Socializer - General Options"
3870
  msgstr "آخر تسجيل دخول | Last Login"
3871
 
3872
- #: super_socializer.php:2488
3873
  msgid ""
3874
  "I agree to my personal data being stored and used as per Privacy Policy and "
3875
  "Terms and Conditions"
3876
  msgstr ""
3877
 
3878
- #: super_socializer.php:2492
3879
  msgid ""
3880
  "I revoke my consent to store and use my personal data. Kindly delete my "
3881
  "personal data saved in this website."
3882
  msgstr ""
3883
 
3884
- #: super_socializer.php:2504
3885
  msgid "Small Avatar Url"
3886
  msgstr "صغير الرمزية رابط"
3887
 
3888
- #: super_socializer.php:2508
3889
  #, fuzzy
3890
  msgid "Large Avatar Url"
3891
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3892
 
3893
- #: super_socializer.php:2610
3894
  msgid "Login with your Social ID"
3895
  msgstr ""
3896
 
3897
- #: super_socializer.php:2611
3898
  msgid "Email you entered is already registered or invalid"
3899
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
3900
 
3901
- #: super_socializer.php:2618
3902
  msgid "Please enter a valid email address. You might be required to verify it"
3903
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
3904
 
3905
- #: super_socializer.php:2622 super_socializer.php:3419
3906
  msgid "Link your social account to login to your account at this website"
3907
  msgstr ""
3908
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
3909
  "حسابك في هذا الموقع"
3910
 
3911
- #: super_socializer.php:2882
3912
  msgid "Thanks for installing Super Socializer plugin"
3913
  msgstr ""
3914
 
3915
- #: super_socializer.php:2884
3916
  msgid "Configure the Plugin"
3917
  msgstr ""
3918
 
3919
- #: super_socializer.php:2895
3920
  msgid ""
3921
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
3922
  "version of Super Socializer"
3923
  msgstr ""
3924
 
3925
- #: super_socializer.php:2904
3926
  msgid ""
3927
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3928
  "compatibility with the current version of Super Socializer"
3929
  msgstr ""
3930
 
3931
- #: super_socializer.php:2913
3932
  msgid ""
3933
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3934
  "compatibility with the current version of Super Socializer"
3935
  msgstr ""
3936
 
3937
- #: super_socializer.php:2922
3938
  msgid ""
3939
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3940
  "version of Super Socializer"
3941
  msgstr ""
3942
 
3943
- #: super_socializer.php:2931
3944
  msgid ""
3945
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3946
  "compatibility with the current version of Super Socializer"
3947
  msgstr ""
3948
 
3949
- #: super_socializer.php:2940
3950
  msgid ""
3951
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3952
  "for compatibility with the current version of Super Socializer"
3953
  msgstr ""
3954
 
3955
- #: super_socializer.php:2949
3956
  msgid ""
3957
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3958
  "with current version of Super Socializer"
3959
  msgstr ""
3960
 
3961
- #: super_socializer.php:2960
3962
  #, php-format
3963
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3964
  msgstr ""
3965
 
3966
- #: super_socializer.php:2969
3967
  #, php-format
3968
  msgid ""
3969
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3971,7 +3989,7 @@ msgid ""
3971
  "Instagram App Secret <a href=\"%s\">here</a>"
3972
  msgstr ""
3973
 
3974
- #: super_socializer.php:2978 super_socializer.php:2987
3975
  #, php-format
3976
  msgid ""
3977
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3980,13 +3998,13 @@ msgid ""
3980
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3981
  msgstr ""
3982
 
3983
- #: super_socializer.php:3003
3984
  #, php-format
3985
  msgid ""
3986
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3987
  msgstr ""
3988
 
3989
- #: super_socializer.php:3027
3990
  #, php-format
3991
  msgid ""
3992
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3994,13 +4012,13 @@ msgid ""
3994
  "target=\"_blank\">here</a>"
3995
  msgstr ""
3996
 
3997
- #: super_socializer.php:3027 super_socializer.php:3052 super_socializer.php:3077
3998
- #: super_socializer.php:3102 super_socializer.php:3135 super_socializer.php:3163
3999
- #: super_socializer.php:3190
4000
  msgid "Okay"
4001
  msgstr ""
4002
 
4003
- #: super_socializer.php:3052
4004
  #, php-format
4005
  msgid ""
4006
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -4008,7 +4026,7 @@ msgid ""
4008
  "\">here</a>"
4009
  msgstr ""
4010
 
4011
- #: super_socializer.php:3077
4012
  #, php-format
4013
  msgid ""
4014
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -4016,7 +4034,7 @@ msgid ""
4016
  "target=\"_blank\">here</a>"
4017
  msgstr ""
4018
 
4019
- #: super_socializer.php:3102
4020
  #, php-format
4021
  msgid ""
4022
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -4024,13 +4042,13 @@ msgid ""
4024
  "target=\"_blank\">here</a>"
4025
  msgstr ""
4026
 
4027
- #: super_socializer.php:3113
4028
  #, php-format
4029
  msgid ""
4030
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
4031
  msgstr ""
4032
 
4033
- #: super_socializer.php:3135
4034
  #, php-format
4035
  msgid ""
4036
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -4038,7 +4056,7 @@ msgid ""
4038
  "\"%s\" target=\"_blank\">here</a>"
4039
  msgstr ""
4040
 
4041
- #: super_socializer.php:3163
4042
  #, php-format
4043
  msgid ""
4044
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -4047,7 +4065,7 @@ msgid ""
4047
  "your website %s with them. No need to copy-paste any code from their website."
4048
  msgstr ""
4049
 
4050
- #: super_socializer.php:3190
4051
  #, php-format
4052
  msgid ""
4053
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -4055,7 +4073,7 @@ msgid ""
4055
  "\" target=\"_blank\">here</a>"
4056
  msgstr ""
4057
 
4058
- #: super_socializer.php:3215
4059
  #, php-format
4060
  msgid ""
4061
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -4063,16 +4081,28 @@ msgid ""
4063
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4064
  msgstr ""
4065
 
4066
- #: super_socializer.php:3215 super_socializer.php:3242
4067
  msgid "Dismiss"
4068
  msgstr ""
4069
 
4070
- #: super_socializer.php:3495
4071
  msgid ""
4072
  "Your browser is blocking some features of this website. Please follow the "
4073
  "instructions at {support_url} to unblock these."
4074
  msgstr ""
4075
 
 
 
 
 
 
 
 
 
 
 
 
 
4076
  #~ msgid "Dismiss this notice"
4077
  #~ msgstr "إقالة هذا الإشعار"
4078
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:35+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:35+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:1999
23
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
33
  "التغريد\""
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2424
37
  #, fuzzy
38
  msgid "General Options"
39
  msgstr "المشاركات الأفقي"
86
  msgstr ""
87
 
88
  #: admin/general_options.php:89 admin/like_buttons.php:781
89
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
90
+ #: admin/social_sharing.php:1975 helper.php:926
91
  #, fuzzy
92
  msgid "Save Changes"
93
  msgstr "حفظ"
94
 
95
  #: admin/general_options.php:103 admin/like_buttons.php:791
96
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
97
+ #: admin/social_sharing.php:1985
98
  #, fuzzy
99
  msgid "Instagram Shoutout"
100
  msgstr "إنستاجرام"
101
 
102
  #: admin/general_options.php:105 admin/like_buttons.php:793
103
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
104
+ #: admin/social_sharing.php:1987
105
  msgid ""
106
  "If you can send (to hello@heateor.com) how this plugin is helping your "
107
  "business, we would be glad to shoutout on Instagram. You can also send any "
231
  msgstr "المشاركات الأفقي"
232
 
233
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
234
+ #: admin/social_sharing.php:1622
235
  msgid "Miscellaneous"
236
  msgstr ""
237
 
240
  msgstr ""
241
 
242
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
243
+ #: admin/social_login.php:45 admin/social_login.php:1962
244
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
245
+ #: admin/social_sharing.php:1901
246
  #, fuzzy
247
  msgid "Shortcode & Widget"
248
  msgstr "استخدم كود مختصر | Include the shortcode"
249
 
250
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
251
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
252
+ #: admin/social_login.php:46 admin/social_login.php:1976
253
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
254
  #, fuzzy
255
  msgid "FAQ"
256
  msgstr "الأسئلة الشائعة "
278
 
279
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
280
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144 inc/widget.php:263
281
+ #: inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
282
  #, fuzzy
283
  msgid "Url of the webpage where icons are located (default)"
284
  msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
285
 
286
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
287
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146 inc/widget.php:264
288
+ #: inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
289
  #, fuzzy
290
  msgid "Url of the homepage of your website"
291
  msgstr "URL لعملاء الموقع (اختياري)"
302
  msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
303
 
304
  #: admin/like_buttons.php:105 admin/social_login.php:1231
305
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
306
  #, fuzzy
307
  msgid "Title"
308
  msgstr "العنوان"
323
  msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
324
 
325
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
326
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
327
  #, fuzzy
328
  msgid "Horizontal alignment"
329
  msgstr "بلا محاذاة"
330
 
331
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
332
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
333
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349 inc/widget.php:449
334
+ #: inc/widget.php:762 inc/widget.php:1042 inc/widget.php:1068
335
  #, fuzzy
336
  msgid "Left"
337
  msgstr "يسار"
338
 
339
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
340
  #, fuzzy
341
  msgid "Center"
342
  msgstr "وسط"
343
 
344
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
345
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
346
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350 inc/widget.php:450
347
+ #: inc/widget.php:763 inc/widget.php:1044 inc/widget.php:1075
348
  #, fuzzy
349
  msgid "Right"
350
  msgstr "يمين"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
  #: admin/social_login.php:1548 admin/social_login.php:1577
384
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
385
  #, fuzzy
386
  msgid "Homepage"
387
  msgstr "الصفحة الرئيسية لبرنامج المساعد "
388
 
389
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
390
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
391
  #, fuzzy
392
  msgid "Posts"
393
  msgstr "مقالات"
394
 
395
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
396
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
397
  #, fuzzy
398
  msgid "Pages"
399
  msgstr "صفحات"
400
 
401
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
402
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
403
  msgid "Excerpts and Posts page"
404
  msgstr ""
405
 
406
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
407
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
408
  #, fuzzy
409
  msgid "Category Archives"
410
  msgstr "الأرشيف"
411
 
412
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
413
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
414
  #, fuzzy
415
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
416
  msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
425
  msgstr ""
426
 
427
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
428
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
429
  #, fuzzy
430
  msgid "BBPress forum"
431
  msgstr "المنتدى المستعمل | User Forum"
432
 
433
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
434
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
435
  #, fuzzy
436
  msgid "BBPress topic"
437
  msgstr "إضافات الموضوع"
474
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
475
 
476
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
477
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328 inc/widget.php:463
478
+ #: inc/widget.php:776
479
  #, fuzzy
480
  msgid "Background Color"
481
  msgstr "لون الخلفية"
492
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
493
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
494
 
495
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
496
  #, fuzzy
497
  msgid "Left offset"
498
  msgstr "يسار"
506
  "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. "
507
  "يمكن أن يكون رقم سلبي جداً."
508
 
509
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
510
  #, fuzzy
511
  msgid "Right offset"
512
  msgstr "يمين"
520
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. "
521
  "يمكن أن يكون رقم سلبي جداً."
522
 
523
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
524
  #, fuzzy
525
  msgid "Top offset"
526
  msgstr "أعلى"
533
  msgstr ""
534
  "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
535
 
536
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
537
  #, fuzzy
538
  msgid "BuddyPress group"
539
  msgstr "تحرير ملفي الشخصي"
551
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
552
  msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
553
 
554
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
555
  #, fuzzy
556
  msgid "Url shortener"
557
  msgstr "عنوان Url للقيام بالتعليق على"
575
  msgid "Enable bit.ly url shortener for tweet button"
576
  msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
577
 
578
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
579
  #, fuzzy
580
  msgid "Master control to enable bit.ly url shortening for sharing"
581
  msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
582
 
583
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
584
  msgid "Bit.ly generic access token"
585
  msgstr ""
586
 
587
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
588
  #, php-format
589
  msgid ""
590
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
592
  "access token. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
593
  msgstr ""
594
 
595
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
596
  msgid "Clear Bitly Cache"
597
  msgstr ""
598
 
599
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
600
  #, fuzzy
601
  msgid "ShortUrl cache cleared successfully."
602
  msgstr "تم ربط حسابك بنجاح"
603
 
604
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
605
  msgid ""
606
  "Use this to delete short urls saved in database. Handy, if urls of your "
607
  "website have been changed but short urls are still being generated for old "
609
  msgstr ""
610
 
611
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
612
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
613
+ #: admin/social_sharing.php:1779
614
  #, fuzzy
615
  msgid "Language"
616
  msgstr ""
661
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". "
662
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
663
 
664
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
665
  msgid "myCRED"
666
  msgstr ""
667
 
668
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
669
  msgid "Append myCRED referral ID to the urls being shared"
670
  msgstr ""
671
 
674
  msgid "Like Buttons Shortcode & Widget"
675
  msgstr "استخدم كود مختصر | Include the shortcode"
676
 
677
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
678
  msgid "Why is there so much space between like buttons?"
679
  msgstr ""
680
 
681
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
682
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
683
  msgstr ""
684
 
685
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
686
  msgid "How to Place Title and Social Share Icons in the Same Row?"
687
  msgstr ""
688
 
689
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
690
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
691
  msgid "More"
692
  msgstr ""
693
 
927
  msgid "Social Commenting Shortcode"
928
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
929
 
930
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
931
+ #: admin/social_sharing.php:1934
932
  msgid ""
933
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
934
  "an online website for the plugin to function properly."
945
  "Https?"
946
  msgstr ""
947
 
948
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
949
+ #: admin/social_sharing.php:1949
950
  msgid "Why is my browser blocking some features of the plugin?"
951
  msgstr ""
952
 
983
  msgid "Advanced Configuration"
984
  msgstr "إنشاء ملف الإعدادات"
985
 
986
+ #: admin/social_login.php:41 admin/social_login.php:1762
987
+ #: super_socializer.php:2492
988
  msgid "GDPR"
989
  msgstr ""
990
 
991
+ #: admin/social_login.php:43 admin/social_login.php:1913
992
  msgid "XProfile Integration"
993
  msgstr ""
994
 
2197
  "photo\" section in BuddyPress profile at front-end"
2198
  msgstr ""
2199
 
2200
+ #: admin/social_login.php:1490 super_socializer.php:2098
2201
  msgid "Email required"
2202
  msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
2203
 
2265
  msgstr "تحرير ملفي الشخصي"
2266
 
2267
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2268
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2269
  #, fuzzy
2270
  msgid "Custom Url"
2271
  msgstr "رابط (URL) مخصّص"
2285
  msgid "Same page from where user registered"
2286
  msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
2287
 
2288
+ #: admin/social_login.php:1591
2289
+ msgid "Username Separator"
2290
+ msgstr ""
2291
+
2292
+ #: admin/social_login.php:1595
2293
+ msgid "Dash (-)"
2294
+ msgstr ""
2295
+
2296
+ #: admin/social_login.php:1597
2297
+ msgid "Underscore (_)"
2298
+ msgstr ""
2299
+
2300
+ #: admin/social_login.php:1599
2301
+ msgid "Dot (.)"
2302
+ msgstr ""
2303
+
2304
+ #: admin/social_login.php:1601
2305
+ msgid "None"
2306
+ msgstr ""
2307
+
2308
+ #: admin/social_login.php:1609
2309
  msgid ""
2310
+ "Choose one of the underscore, dot or dash to use to join first and last names "
2311
+ "in the usernames of the new users"
2312
  msgstr ""
 
 
2313
 
2314
+ #: admin/social_login.php:1618
2315
  #, fuzzy
2316
  msgid "Social Account Linking Options"
2317
  msgstr "تعطيل تعليقا الاجتماعي على هذا"
2318
 
2319
+ #: admin/social_login.php:1633
2320
  #, fuzzy
2321
  msgid "Text to display above the Social Account Linking interface"
2322
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2323
 
2324
+ #: admin/social_login.php:1640
2325
  #, fuzzy
2326
  msgid ""
2327
  "Link social account to already existing account, if email address matches"
2329
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
2330
  "حسابك في هذا الموقع"
2331
 
2332
+ #: admin/social_login.php:1650
2333
  msgid ""
2334
  "If email address of the user's Social Account matches with an already "
2335
  "existing account at your website, that social account will be linked to "
2337
  "Linking interface at their profile page."
2338
  msgstr ""
2339
 
2340
+ #: admin/social_login.php:1658
2341
  #, fuzzy
2342
  msgid "Enable social account linking at BuddyPress profile page"
2343
  msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
2344
 
2345
+ #: admin/social_login.php:1668
2346
  #, fuzzy
2347
  msgid ""
2348
  "Enable this option to show social account linking interface at BuddyPress "
2350
  msgstr ""
2351
  "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
2352
 
2353
+ #: admin/social_login.php:1679
2354
  #, fuzzy
2355
  msgid "Email popup options"
2356
  msgstr "الخيارات"
2357
 
2358
+ #: admin/social_login.php:1684
2359
  #, fuzzy
2360
  msgid "Text on 'Email required' popup"
2361
  msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
2362
 
2363
+ #: admin/social_login.php:1694
2364
  #, fuzzy
2365
  msgid ""
2366
  "This text will be displayed on email required popup. Leave empty if not "
2369
  "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان "
2370
  "غير مطلوب."
2371
 
2372
+ #: admin/social_login.php:1702
2373
  #, fuzzy
2374
  msgid "Error message for 'Email required' popup"
2375
  msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
2376
 
2377
+ #: admin/social_login.php:1712
2378
  #, fuzzy
2379
  msgid ""
2380
  "This message will be displayed to user if it provides invalid or already "
2383
  "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو "
2384
  "المسجلة مسبقاً"
2385
 
2386
+ #: admin/social_login.php:1720
2387
  #, fuzzy
2388
  msgid "Email popup height"
2389
  msgstr "ارتفاع"
2390
 
2391
+ #: admin/social_login.php:1730
2392
  #, fuzzy
2393
  msgid ""
2394
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you can "
2398
  "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، "
2399
  "يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
2400
 
2401
+ #: admin/social_login.php:1737
2402
  #, fuzzy
2403
  msgid "Enable email verification"
2404
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
2405
 
2406
+ #: admin/social_login.php:1747
2407
  #, fuzzy
2408
  msgid ""
2409
  "If enabled, email provided by the user will be verified by sending a "
2414
  "وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول "
2415
  "دون التحقق من البريد الإلكتروني صفحته/صفحتها"
2416
 
2417
+ #: admin/social_login.php:1767
2418
  #, fuzzy
2419
  msgid "Enable GDPR opt-in"
2420
  msgstr "إتاحة التعليق من هارد"
2421
 
2422
+ #: admin/social_login.php:1777
2423
  msgid ""
2424
  "Enable it to show GDPR opt-in for social login and social account linking"
2425
  msgstr ""
2426
 
2427
+ #: admin/social_login.php:1785
2428
  #, fuzzy
2429
  msgid "Placement of GDPR opt-in"
2430
  msgstr "إتاحة التعليق من هارد"
2431
 
2432
+ #: admin/social_login.php:1789
2433
  #, fuzzy
2434
  msgid "Above Social Login icons"
2435
  msgstr ""
2437
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2438
  "فورا دون موافقة المشرف على النظام."
2439
 
2440
+ #: admin/social_login.php:1791
2441
  #, fuzzy
2442
  msgid "Below Social Login icons"
2443
  msgstr ""
2445
  "دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق "
2446
  "فورا دون موافقة المشرف على النظام."
2447
 
2448
+ #: admin/social_login.php:1797
2449
  #, fuzzy
2450
  msgid "Placement of GDPR opt-in above or below the social login icons"
2451
  msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
2452
 
2453
+ #: admin/social_login.php:1804
2454
  msgid "Opt-in text"
2455
  msgstr ""
2456
 
2457
+ #: admin/social_login.php:1814
2458
  #, fuzzy
2459
  msgid "Text for the GDPR opt-in"
2460
  msgstr "إتاحة التعليق من هارد"
2461
 
2462
+ #: admin/social_login.php:1821
2463
  msgid "Text to link to Terms-Conditions page"
2464
  msgstr ""
2465
 
2466
+ #: admin/social_login.php:1831
2467
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2468
  msgstr ""
2469
 
2470
+ #: admin/social_login.php:1838
2471
  msgid "Terms-Conditions Url"
2472
  msgstr ""
2473
 
2474
+ #: admin/social_login.php:1848
2475
  #, fuzzy
2476
  msgid "Url of the terms-conditions page of your website"
2477
  msgstr "URL لعملاء الموقع (اختياري)"
2478
 
2479
+ #: admin/social_login.php:1855
2480
  msgid "Text to link to Privacy Policy page"
2481
  msgstr ""
2482
 
2483
+ #: admin/social_login.php:1865
2484
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2485
  msgstr ""
2486
 
2487
+ #: admin/social_login.php:1872
2488
  msgid "Privacy Policy Url"
2489
  msgstr ""
2490
 
2491
+ #: admin/social_login.php:1882
2492
  #, fuzzy
2493
  msgid "Url of the privacy policy page of your website"
2494
  msgstr "URL لعملاء الموقع (اختياري)"
2495
 
2496
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2497
+ #: inc/widget.php:605 inc/widget.php:754
2498
  #, fuzzy
2499
  msgid "Select"
2500
  msgstr "أختر ..."
2501
 
2502
+ #: admin/social_login.php:1964
2503
  #, fuzzy
2504
  msgid "Social Login Shortcode & Widget"
2505
  msgstr "استخدم كود مختصر | Include the shortcode"
2506
 
2507
+ #: admin/social_login.php:1965
2508
  msgid "Social Linking Shortcode"
2509
  msgstr "الربط الاجتماعي رمز قصير"
2510
 
2511
+ #: admin/social_login.php:1980
2512
  msgid "Why is social login not working?"
2513
  msgstr ""
2514
 
2515
+ #: admin/social_login.php:1981
2516
  msgid ""
2517
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2518
  "belong to the same app"
2558
  msgid "Shape"
2559
  msgstr "شكل"
2560
 
2561
+ #: admin/social_sharing.php:156 admin/social_sharing.php:455 inc/widget.php:1104
2562
  #, fuzzy
2563
  msgid "Round"
2564
  msgstr "مستدير"
2565
 
2566
+ #: admin/social_sharing.php:158 admin/social_sharing.php:457 inc/widget.php:1105
2567
  #, fuzzy
2568
  msgid "Square"
2569
  msgstr "مربع"
2763
  "the icon"
2764
  msgstr ""
2765
 
2766
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2767
+ msgid "Youtube URL"
2768
+ msgstr ""
 
2769
 
2770
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2771
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2772
  msgstr ""
2773
 
2774
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2775
  #, fuzzy
2776
  msgid "HTML ID of container element of comment form"
2777
  msgstr "ID HTML التعليق حاوية شكل"
2778
 
2779
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2780
  msgid ""
2781
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2782
  "icon."
2783
  msgstr ""
2784
 
2785
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2786
  #, fuzzy
2787
  msgid "Rearrange icons"
2788
  msgstr "إعادة ترتيب الرموز"
2789
 
2790
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2791
  #, fuzzy
2792
  msgid "Drag the icons to rearrange in desired order"
2793
  msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
2794
 
2795
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2796
  #, fuzzy
2797
  msgid "Select Sharing Services"
2798
  msgstr "اختر مقالة"
2799
 
2800
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2801
  msgid "Select sharing services to show in social share bar"
2802
  msgstr ""
2803
 
2804
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2805
  #, fuzzy
2806
  msgid "Search social network"
2807
  msgstr "حددت كشبكة الإجتماعية اللأساسية"
2808
 
2809
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2810
  #, fuzzy
2811
  msgid "Horizontal alignment of the sharing interface"
2812
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2816
  msgid "Specify position of the sharing interface with respect to the content"
2817
  msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
2818
 
2819
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2820
  msgid "Placement"
2821
  msgstr ""
2822
 
2825
  msgid "Specify the pages where you want to enable Sharing interface"
2826
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
2827
 
2828
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2829
  #, fuzzy
2830
  msgid "Show share counts"
2831
  msgstr "عرض عدد المقالات"
2832
 
2833
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2834
  msgid ""
2835
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2836
  "Odnoklassniki, Fintel and Vkontakte"
2837
  msgstr ""
2838
 
2839
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2840
  #, php-format
2841
  msgid ""
2842
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2845
  "website."
2846
  msgstr ""
2847
 
2848
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2849
  #, fuzzy
2850
  msgid "If enabled, share counts are displayed above sharing icons."
2851
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2852
 
2853
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2854
+ #: admin/social_sharing.php:1721
2855
  msgid "Track Social Shares for Every Social Network"
2856
  msgstr ""
2857
 
2858
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2859
  #, fuzzy
2860
  msgid "Show total shares"
2861
  msgstr "عرض عدد المقالات"
2862
 
2863
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2864
  #, fuzzy
2865
  msgid "If enabled, total shares will be displayed with sharing icons"
2866
  msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
2867
 
2868
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2869
  #, fuzzy
2870
  msgid "Enable 'More' icon"
2871
  msgstr "الرمز معاينة"
2872
 
2873
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2874
  #, fuzzy
2875
  msgid ""
2876
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2894
  msgid "Master control to enable floating sharing widget"
2895
  msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
2896
 
2897
+ #: admin/social_sharing.php:1338
2898
  #, fuzzy
2899
  msgid ""
2900
  "Specify the color or hex code (example #cc78e0) for the background of "
2906
  "اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a "
2907
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
2908
 
2909
+ #: admin/social_sharing.php:1376
2910
  #, fuzzy
2911
  msgid ""
2912
  "Specify a number. Increase in number will shift sharing interface towards "
2915
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو "
2916
  "اليسار. يمكن أن يكون رقم سلبي جداً."
2917
 
2918
+ #: admin/social_sharing.php:1395
2919
  #, fuzzy
2920
  msgid ""
2921
  "Specify a number. Increase in number will shift sharing interface towards "
2924
  "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو "
2925
  "اليمين. يمكن أن يكون رقم سلبي جداً."
2926
 
2927
+ #: admin/social_sharing.php:1413
2928
  #, fuzzy
2929
  msgid ""
2930
  "Specify a number. Increase in number will shift sharing interface towards "
2933
  "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو "
2934
  "الأعلى."
2935
 
2936
+ #: admin/social_sharing.php:1469
2937
  #, fuzzy
2938
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2939
  msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
2940
 
2941
+ #: admin/social_sharing.php:1538
2942
  #, fuzzy
2943
  msgid "Hide floating slider"
2944
  msgstr ""
2945
  "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-"
2946
  "out Users"
2947
 
2948
+ #: admin/social_sharing.php:1548
2949
  msgid "Hides the slider arrow present below the floating share bar"
2950
  msgstr ""
2951
 
2952
+ #: admin/social_sharing.php:1555
2953
  #, fuzzy
2954
  msgid "Vertical floating bar responsiveness"
2955
  msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
2956
 
2957
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2958
  #, php-format
2959
  msgid "Display vertical interface only when screen is wider than %s pixels"
2960
  msgstr ""
2961
 
2962
+ #: admin/social_sharing.php:1565
2963
  msgid ""
2964
  "Display vertical interface only when screen is wider than the width specified."
2965
  msgstr ""
2966
 
2967
+ #: admin/social_sharing.php:1572
2968
  msgid "Horizontal floating bar responsiveness"
2969
  msgstr ""
2970
 
2971
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2972
  #, fuzzy, php-format
2973
  msgid ""
2974
  "Stick vertical floating interface horizontally at bottom only when screen is "
2975
  "narrower than %s pixels"
2976
  msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
2977
 
2978
+ #: admin/social_sharing.php:1582
2979
  msgid ""
2980
  "Stick vertical floating interface horizontally at bottom only when screen is "
2981
  "narrower than the width specified"
2982
  msgstr ""
2983
 
2984
+ #: admin/social_sharing.php:1591
2985
  #, fuzzy
2986
  msgid "Horizontal floating bar position"
2987
  msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
2988
 
2989
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2990
  #, php-format
2991
  msgid "%s pixels from %s"
2992
  msgstr ""
2993
 
2994
+ #: admin/social_sharing.php:1595
2995
  msgid "Auto-adjust according to screen width (responsive)"
2996
  msgstr ""
2997
 
2998
+ #: admin/social_sharing.php:1602
2999
  msgid "Alignment of horizontal floating interface. Number can be negative too."
3000
  msgstr ""
3001
 
3002
+ #: admin/social_sharing.php:1627
3003
  msgid "Use plain background for Instagram icon"
3004
  msgstr ""
3005
 
3006
+ #: admin/social_sharing.php:1637
3007
  msgid ""
3008
  "Uses plain background for Instagram icon instead of multicolored background"
3009
  msgstr ""
3010
 
3011
+ #: admin/social_sharing.php:1650
3012
  #, fuzzy
3013
  msgid "Use shortlinks already installed"
3014
  msgstr "تمّ التنصيب مسبقاً"
3015
 
3016
+ #: admin/social_sharing.php:1660
3017
  msgid "Uses default short url permalinks without using any additional plugin"
3018
  msgstr ""
3019
 
3020
+ #: admin/social_sharing.php:1667
3021
  #, fuzzy
3022
  msgid "Enable bit.ly url shortener for sharing"
3023
  msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
3024
 
3025
+ #: admin/social_sharing.php:1726
3026
  msgid "Share Count Cache"
3027
  msgstr ""
3028
 
3029
+ #: admin/social_sharing.php:1731
3030
  msgid "Refresh Share Count cache every"
3031
  msgstr ""
3032
 
3033
+ #: admin/social_sharing.php:1736
3034
  msgid "Second(s)"
3035
  msgstr ""
3036
 
3037
+ #: admin/social_sharing.php:1737
3038
  msgid "Minute(s)"
3039
  msgstr ""
3040
 
3041
+ #: admin/social_sharing.php:1738
3042
  msgid "Hour(s)"
3043
  msgstr ""
3044
 
3045
+ #: admin/social_sharing.php:1739
3046
  msgid "Day(s)"
3047
  msgstr ""
3048
 
3049
+ #: admin/social_sharing.php:1747
3050
  #, php-format
3051
  msgid ""
3052
  "Frequent cache refreshing results in slower loading of pages with share "
3054
  "\"_blank\">here</a>"
3055
  msgstr ""
3056
 
3057
+ #: admin/social_sharing.php:1754
3058
  msgid "Clear Share Counts Cache"
3059
  msgstr ""
3060
 
3061
+ #: admin/social_sharing.php:1758
3062
  #, fuzzy
3063
  msgid "Share Counts cache cleared successfully."
3064
  msgstr "تم ربط حسابك بنجاح"
3065
 
3066
+ #: admin/social_sharing.php:1765
3067
  msgid "Use this to clear cached share counts"
3068
  msgstr ""
3069
 
3070
+ #: admin/social_sharing.php:1789
3071
  #, fuzzy, php-format
3072
  msgid ""
3073
  "Enter the code of the language you want to use for like buttons. You can find "
3078
  "رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل "
3079
  "language(English) الافتراضي"
3080
 
3081
+ #: admin/social_sharing.php:1798
3082
  #, fuzzy
3083
  msgid "Username in sharing"
3084
  msgstr "شارك الأخرين عبر تويتر"
3085
 
3086
+ #: admin/social_sharing.php:1803
3087
  #, fuzzy
3088
  msgid "Twitter username (without @)"
3089
  msgstr "قالب بدون %1$s"
3090
 
3091
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
3092
  #, fuzzy
3093
  msgid ""
3094
  "Provided username will be appended after the content being shared as \"via "
3098
  "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". "
3099
  "ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
3100
 
3101
+ #: admin/social_sharing.php:1821
3102
  #, fuzzy
3103
  msgid "Buffer username (without @)"
3104
  msgstr "قالب بدون %1$s"
3105
 
3106
+ #: admin/social_sharing.php:1840
3107
  msgid "AMP"
3108
  msgstr ""
3109
 
3110
+ #: admin/social_sharing.php:1845
3111
  #, fuzzy
3112
  msgid "Enable sharing on AMP pages"
3113
  msgstr "صفحة"
3114
 
3115
+ #: admin/social_sharing.php:1855
3116
  msgid "Enable this option to render sharing icons on AMP pages"
3117
  msgstr ""
3118
 
3119
+ #: admin/social_sharing.php:1912
3120
  msgid "Facebook Sharing Troubleshooter"
3121
  msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
3122
 
3123
+ #: admin/social_sharing.php:1917
3124
  #, fuzzy
3125
  msgid ""
3126
  "If Facebook sharing is not working fine, click at the following link and "
3130
  "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url "
3131
  "إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
3132
 
3133
+ #: admin/social_sharing.php:1935
3134
  msgid ""
3135
  "Why is sharer not showing the correct image, title and other meta tags "
3136
  "content?"
3137
  msgstr ""
3138
 
3139
+ #: admin/social_sharing.php:1936
3140
  msgid "Why is Facebook share count not working?"
3141
  msgstr ""
3142
 
3143
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
3144
  #, php-format
3145
  msgid ""
3146
  "After the recent changes introduced in the Facebook graph API, it's not "
3149
  "not just for Facebook but for all the social networks"
3150
  msgstr ""
3151
 
3152
+ #: admin/social_sharing.php:1939
3153
  msgid "Why is Instagram icon redirecting to Instagram website?"
3154
  msgstr ""
3155
 
3156
+ #: admin/social_sharing.php:1940
3157
  msgid ""
3158
  "Instagram icon is there to send website visitors to the Instagram page of "
3159
  "your choice. You can save the desired Instagram handle in \"Instagram Username"
3160
  "\" option in \"Standard Interface\" and \"Floating Interface\" sections."
3161
  msgstr ""
3162
 
3163
+ #: admin/social_sharing.php:1943
3164
  #, fuzzy
3165
  msgid "How to customize the url being shared?"
3166
  msgstr "عرض عدد المقالات"
3167
 
3168
+ #: admin/social_sharing.php:1944
3169
  msgid ""
3170
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3171
  msgstr ""
3172
 
3173
+ #: admin/social_sharing.php:1945
3174
  msgid ""
3175
  "It takes some time for their service to track the shares made on Twitter from "
3176
  "your website. If you still feel it's taking too long you can contact their "
3177
  "support directly from their website."
3178
  msgstr ""
3179
 
3180
+ #: admin/social_sharing.php:1948
3181
  msgid ""
3182
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3183
  msgstr ""
3184
 
3185
+ #: admin/social_sharing.php:1950
3186
  msgid "Why the color of share icons is not being updated?"
3187
  msgstr ""
3188
 
3189
+ #: admin/social_sharing.php:1951
3190
  msgid "Why Facebook share counts are not appearing?"
3191
  msgstr ""
3192
 
3193
+ #: admin/social_sharing.php:1952
3194
  #, fuzzy
3195
  msgid ""
3196
  "How can I show share counts of my website rather than of individual pages/"
3199
  "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/"
3200
  "الوظائف؟"
3201
 
3202
+ #: admin/social_sharing.php:1953
3203
  #, fuzzy
3204
  msgid "How can I disable sharing on particular page/post?"
3205
  msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
3206
 
3207
+ #: admin/social_sharing.php:1954
3208
  #, fuzzy
3209
  msgid "How can I specify minimum sharing count for sharing networks?"
3210
  msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
3211
 
3212
+ #: admin/social_sharing.php:1955
3213
  msgid "How to share specific page?"
3214
  msgstr ""
3215
 
3216
+ #: admin/social_sharing.php:1956
3217
  msgid "How to integrate Google Analytics with sharing?"
3218
  msgstr ""
3219
 
3220
+ #: admin/social_sharing.php:1957
3221
  msgid "How to customize the look of total share counts?"
3222
  msgstr ""
3223
 
3224
+ #: admin/social_sharing.php:1958
3225
  #, fuzzy
3226
  msgid "How to customize the look of individual share counts?"
3227
  msgstr "عرض عدد المقالات"
3228
 
3229
+ #: admin/social_sharing.php:1959
3230
  #, fuzzy
3231
  msgid "How to show Whatsapp icon only on mobile devices?"
3232
  msgstr "إخفاء تقاسم على الأجهزة النقالة"
3233
 
3234
+ #: admin/social_sharing.php:1960
3235
  msgid "How to hide arrow after floating sharing bar?"
3236
  msgstr ""
3237
 
3238
+ #: admin/social_sharing.php:1961
3239
  msgid "Why is share count not getting updated?"
3240
  msgstr ""
3241
 
3333
  msgid "Floating Sharing Interface"
3334
  msgstr "المشاركات الأفقي"
3335
 
3336
+ #: helper.php:911 super_socializer.php:2508
3337
  #, fuzzy
3338
  msgid "Social Avatar"
3339
  msgstr "صغير الرمزية رابط"
3340
 
3341
+ #: helper.php:914 super_socializer.php:2519
3342
  msgid ""
3343
  "Do not fetch and update social avatar from my profile, next time I Social "
3344
  "Login"
3345
  msgstr ""
3346
 
3347
+ #: helper.php:915 super_socializer.php:2523
3348
  msgid "Update social avatar, next time I Social Login"
3349
  msgstr ""
3350
 
3351
+ #: helper.php:918
3352
  #, fuzzy
3353
  msgid "Small Avatar"
3354
  msgstr "صغير الرمزية رابط"
3355
 
3356
+ #: helper.php:922
3357
  #, fuzzy
3358
  msgid "Large Avatar"
3359
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3360
 
3361
+ #: helper.php:982 super_socializer.php:2076
3362
  msgid "Please verify your email address to login."
3363
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3364
 
3365
+ #: helper.php:1019
3366
  msgid "Click to delete social profile data"
3367
  msgstr ""
3368
 
3369
+ #: helper.php:1048
3370
  #, fuzzy
3371
  msgid "Deleting"
3372
  msgstr "الإعدادات"
3373
 
3374
+ #: helper.php:1058
3375
  msgid "Deleted"
3376
  msgstr ""
3377
 
3378
+ #: helper.php:1060
3379
  msgid "Something bad happened"
3380
  msgstr ""
3381
 
3393
  "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية "
3394
  "صفحة تسجيل الدخول\"."
3395
 
3396
+ #: inc/social_login.php:1047
3397
  #, fuzzy
3398
  msgid "Email"
3399
  msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
3400
 
3401
+ #: inc/social_login.php:1048
3402
  msgid "Confirm email"
3403
  msgstr ""
3404
 
3405
+ #: inc/social_login.php:1050
3406
  msgid "Save"
3407
  msgstr ""
3408
 
3409
+ #: inc/social_login.php:1051
3410
  msgid "Cancel"
3411
  msgstr ""
3412
 
3413
+ #: inc/social_login.php:1125
3414
  #, fuzzy
3415
  msgid "Email Verification"
3416
  msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
3417
 
3418
+ #: inc/social_login.php:1127
3419
  msgid ""
3420
  "Please click on the following link or paste it in browser to verify your email"
3421
  msgstr ""
3436
  msgid "Total Shares"
3437
  msgstr "عرض عدد المقالات"
3438
 
3439
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3440
  msgid "Share"
3441
  msgstr ""
3442
 
3443
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3444
  msgid "Shares"
3445
  msgstr ""
3446
 
3447
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3448
  #, fuzzy
3449
  msgid "Invalid request"
3450
  msgstr "طلب غير صحيح"
3451
 
3452
+ #: inc/social_sharing.php:973
3453
  #, fuzzy
3454
  msgid "Providers not selected"
3455
  msgstr "محدد | selected"
3488
  msgid "Title (after login):"
3489
  msgstr ""
3490
 
3491
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3492
  #, fuzzy
3493
  msgid "Before widget content:"
3494
  msgstr "المحتوى "
3495
 
3496
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3497
  #, fuzzy
3498
  msgid "After widget content:"
3499
  msgstr "أضف ودجت"
3500
 
3501
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3502
+ #: inc/widget.php:779
3503
  #, fuzzy
3504
  msgid "Hide for logged in users:"
3505
  msgstr ""
3515
  "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية "
3516
  "الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
3517
 
3518
+ #: inc/widget.php:253
3519
+ msgid "Note"
3520
+ msgstr ""
3521
+
3522
  #: inc/widget.php:253
3523
  #, fuzzy
3524
  msgid ""
3528
  "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم "
3529
  "الاجتماعية\"."
3530
 
3531
+ #: inc/widget.php:254 inc/widget.php:601
3532
  #, fuzzy
3533
  msgid "Title:"
3534
  msgstr "العنوان:"
3543
  msgid "Show total shares:"
3544
  msgstr "عرض عدد المقالات"
3545
 
3546
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3547
  #, fuzzy
3548
  msgid "Target Url:"
3549
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3550
 
3551
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3552
  #, fuzzy
3553
  msgid "Custom URL"
3554
  msgstr "رابط (URL) مخصّص"
3571
  "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم "
3572
  "الاجتماعية\"."
3573
 
3574
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3575
  #, fuzzy
3576
  msgid "Alignment"
3577
  msgstr "محاذاة"
3578
 
3579
+ #: inc/widget.php:453 inc/widget.php:766
3580
  #, fuzzy
3581
  msgid "Left Offset"
3582
  msgstr "يسار"
3583
 
3584
+ #: inc/widget.php:457 inc/widget.php:770
3585
  #, fuzzy
3586
  msgid "Right Offset"
3587
  msgstr "يمين"
3588
 
3589
+ #: inc/widget.php:460 inc/widget.php:773
3590
  #, fuzzy
3591
  msgid "Top Offset"
3592
  msgstr "أعلى"
3593
 
3594
+ #: inc/widget.php:485
3595
  #, fuzzy
3596
  msgid ""
3597
  "Standard like buttons widget. Let your website users share/like content on "
3600
  "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية "
3601
  "الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3602
 
3603
+ #: inc/widget.php:600
3604
  #, fuzzy
3605
  msgid ""
3606
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3607
  "Like Buttons\" page."
3608
  msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3609
 
3610
+ #: inc/widget.php:634
3611
  #, fuzzy
3612
  msgid ""
3613
  "Floating like buttons widget. Let your website users share/like content on "
3616
  "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في "
3617
  "شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
3618
 
3619
+ #: inc/widget.php:751
3620
  #, fuzzy
3621
  msgid ""
3622
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3624
  msgstr ""
3625
  "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
3626
 
3627
+ #: inc/widget.php:795
3628
  #, fuzzy
3629
  msgid "Super Socializer - Follow Icons"
3630
  msgstr "آخر تسجيل دخول | Last Login"
3631
 
3632
+ #: inc/widget.php:797
3633
  msgid "These icons link to your Social Media accounts"
3634
  msgstr ""
3635
 
3636
+ #: inc/widget.php:1046
3637
  msgid "Type:"
3638
  msgstr ""
3639
 
3640
+ #: inc/widget.php:1049
3641
  #, fuzzy
3642
  msgid "Standard"
3643
  msgstr "المشاركات الأفقي"
3644
 
3645
+ #: inc/widget.php:1052
3646
  #, fuzzy
3647
  msgid "Floating"
3648
  msgstr "تطفو عليه"
3649
 
3650
+ #: inc/widget.php:1057
3651
  #, fuzzy
3652
  msgid "Top offset:"
3653
  msgstr "أعلى"
3654
 
3655
+ #: inc/widget.php:1061
3656
  #, fuzzy
3657
  msgid "Alignment:"
3658
  msgstr "محاذاة"
3659
 
3660
+ #: inc/widget.php:1079
3661
  #, fuzzy
3662
  msgid "Offset"
3663
  msgstr "أعلى"
3664
 
3665
+ #: inc/widget.php:1093
3666
  #, fuzzy
3667
  msgid "right"
3668
  msgstr "يمين"
3669
 
3670
+ #: inc/widget.php:1093
3671
  msgid "left"
3672
  msgstr ""
3673
 
3674
+ #: inc/widget.php:1096
3675
  msgid "Auto-adjust according to the screen-width (responsive)"
3676
  msgstr ""
3677
 
3678
+ #: inc/widget.php:1100
3679
  #, fuzzy
3680
  msgid "Size of icons"
3681
  msgstr "المشاركات الأفقي"
3682
 
3683
+ #: inc/widget.php:1102
3684
  #, fuzzy
3685
  msgid "Icon Shape"
3686
  msgstr "شكل"
3687
 
3688
+ #: inc/widget.php:1107
3689
  msgid "Apply icon color and background color from Theme Selection section:"
3690
  msgstr ""
3691
 
3692
+ #: inc/widget.php:1109
3693
  msgid "No"
3694
  msgstr ""
3695
 
3696
+ #: inc/widget.php:1110
3697
  #, fuzzy
3698
  msgid "Yes, Standard Interface Theme"
3699
  msgstr "المشاركات الأفقي"
3700
 
3701
+ #: inc/widget.php:1111
3702
  #, fuzzy
3703
  msgid "Yes, Floating Interface Theme"
3704
  msgstr "المشاركات الأفقي"
3705
 
3706
+ #: inc/widget.php:1113
3707
  #, fuzzy
3708
  msgid "Facebook URL:"
3709
  msgstr "رقم التعريف الخالص بك | ID"
3710
 
3711
+ #: inc/widget.php:1116
3712
  #, fuzzy
3713
  msgid "Twitter URL:"
3714
  msgstr "شارك الأخرين عبر تويتر"
3715
 
3716
+ #: inc/widget.php:1119
3717
  #, fuzzy
3718
  msgid "Parler URL:"
3719
  msgstr "إنستاجرام"
3720
 
3721
+ #: inc/widget.php:1122
3722
  #, fuzzy
3723
  msgid "Instagram URL:"
3724
  msgstr "إنستاجرام"
3725
 
3726
+ #: inc/widget.php:1125
3727
  #, fuzzy
3728
  msgid "Pinterest URL:"
3729
  msgstr "شارك الأخرين عبر بينتريست"
3730
 
3731
+ #: inc/widget.php:1128
3732
  msgid "Behance URL:"
3733
  msgstr ""
3734
 
3735
+ #: inc/widget.php:1131
3736
  msgid "Flickr URL:"
3737
  msgstr ""
3738
 
3739
+ #: inc/widget.php:1134
3740
  msgid "Foursquare URL:"
3741
  msgstr ""
3742
 
3743
+ #: inc/widget.php:1137
3744
  msgid "Github URL:"
3745
  msgstr ""
3746
 
3747
+ #: inc/widget.php:1140
3748
  #, fuzzy
3749
  msgid "LinkedIn URL:"
3750
  msgstr "شارك الأخرين عبر لنكيدان"
3751
 
3752
+ #: inc/widget.php:1143
3753
  #, fuzzy
3754
  msgid "LinkedIn Company URL:"
3755
  msgstr "شارك الأخرين عبر لنكيدان"
3756
 
3757
+ #: inc/widget.php:1146
3758
  #, fuzzy
3759
  msgid "Medium URL:"
3760
  msgstr "شارك الأخرين عبر تمبلير"
3761
 
3762
+ #: inc/widget.php:1149
3763
  #, fuzzy
3764
  msgid "MeWe URL:"
3765
  msgstr "شارك الأخرين عبر تمبلير"
3766
 
3767
+ #: inc/widget.php:1152
3768
  msgid "Odnoklassniki URL:"
3769
  msgstr ""
3770
 
3771
+ #: inc/widget.php:1155
3772
  msgid "Snapchat URL:"
3773
  msgstr ""
3774
 
3775
+ #: inc/widget.php:1158
3776
  #, fuzzy
3777
  msgid "Telegram URL:"
3778
  msgstr "إنستاجرام"
3779
 
3780
+ #: inc/widget.php:1161
3781
  #, fuzzy
3782
  msgid "Tumblr URL:"
3783
  msgstr "شارك الأخرين عبر تمبلير"
3784
 
3785
+ #: inc/widget.php:1164
3786
  msgid "Vimeo URL:"
3787
  msgstr ""
3788
 
3789
+ #: inc/widget.php:1167
3790
  #, fuzzy
3791
  msgid "Vkontakte URL:"
3792
  msgstr "انشر عبر VKontakte"
3793
 
3794
+ #: inc/widget.php:1170
3795
  #, fuzzy
3796
  msgid "Xing URL:"
3797
  msgstr "شارك الأخرين عبر لنكيدان"
3798
 
3799
+ #: inc/widget.php:1173
3800
  msgid "Youtube URL:"
3801
  msgstr ""
3802
 
3803
+ #: inc/widget.php:1176
3804
  msgid "Youtube Channel URL:"
3805
  msgstr ""
3806
 
3807
+ #: inc/widget.php:1179
3808
  msgid "RSS Feed URL:"
3809
  msgstr ""
3810
 
3811
+ #: inc/widget.php:1182
3812
  #, fuzzy
3813
  msgid "Gab.com URL:"
3814
  msgstr "رقم التعريف الخالص بك | ID"
3815
 
3816
+ #: inc/widget.php:1185
3817
  #, fuzzy
3818
  msgid "Gettr.com URL:"
3819
  msgstr "شارك الأخرين عبر تويتر"
3820
 
3821
+ #: super_socializer.php:563
3822
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3823
  msgstr ""
3824
 
3825
+ #: super_socializer.php:1853
3826
  #, fuzzy
3827
  msgid ""
3828
  "cURL is not enabled at your website server. Please contact your website "
3831
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3832
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3833
 
3834
+ #: super_socializer.php:1881
3835
  #, fuzzy, php-format
3836
  msgid ""
3837
  "Enter exactly the following url in <strong>Website</strong> option in your "
3840
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3841
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3842
 
3843
+ #: super_socializer.php:1884
3844
  #, fuzzy, php-format
3845
  msgid ""
3846
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3849
  "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات "
3850
  "في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
3851
 
3852
+ #: super_socializer.php:1887
3853
  msgid ""
3854
  "Make sure cURL is enabled at your website server. You may need to contact the "
3855
  "server administrator of your website to verify this"
3857
  "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى "
3858
  "الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
3859
 
3860
+ #: super_socializer.php:2054
3861
  msgid "Search"
3862
  msgstr ""
3863
 
3864
+ #: super_socializer.php:2076
3865
  msgid "Your email has been verified. Now you can login to your account"
3866
  msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
3867
 
3868
+ #: super_socializer.php:2080
3869
  msgid "Notification"
3870
  msgstr "تنبيهات"
3871
 
3872
+ #: super_socializer.php:2101
3873
  msgid "Please check your email inbox to complete the registration."
3874
  msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
3875
 
3876
+ #: super_socializer.php:2170
3877
  msgid "Leave a reply"
3878
  msgstr "اترك رد"
3879
 
3880
+ #: super_socializer.php:2186
3881
  #, fuzzy
3882
  msgid "Link copied."
3883
  msgstr "شارك الأخرين عبر لنكيدان"
3884
 
3885
+ #: super_socializer.php:2424
3886
  #, fuzzy
3887
  msgid "Super Socializer - General Options"
3888
  msgstr "آخر تسجيل دخول | Last Login"
3889
 
3890
+ #: super_socializer.php:2495
3891
  msgid ""
3892
  "I agree to my personal data being stored and used as per Privacy Policy and "
3893
  "Terms and Conditions"
3894
  msgstr ""
3895
 
3896
+ #: super_socializer.php:2499
3897
  msgid ""
3898
  "I revoke my consent to store and use my personal data. Kindly delete my "
3899
  "personal data saved in this website."
3900
  msgstr ""
3901
 
3902
+ #: super_socializer.php:2511
3903
  msgid "Small Avatar Url"
3904
  msgstr "صغير الرمزية رابط"
3905
 
3906
+ #: super_socializer.php:2515
3907
  #, fuzzy
3908
  msgid "Large Avatar Url"
3909
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
3910
 
3911
+ #: super_socializer.php:2617
3912
  msgid "Login with your Social ID"
3913
  msgstr ""
3914
 
3915
+ #: super_socializer.php:2618
3916
  msgid "Email you entered is already registered or invalid"
3917
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
3918
 
3919
+ #: super_socializer.php:2625
3920
  msgid "Please enter a valid email address. You might be required to verify it"
3921
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
3922
 
3923
+ #: super_socializer.php:2630 super_socializer.php:3433
3924
  msgid "Link your social account to login to your account at this website"
3925
  msgstr ""
3926
  "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى "
3927
  "حسابك في هذا الموقع"
3928
 
3929
+ #: super_socializer.php:2890
3930
  msgid "Thanks for installing Super Socializer plugin"
3931
  msgstr ""
3932
 
3933
+ #: super_socializer.php:2892
3934
  msgid "Configure the Plugin"
3935
  msgstr ""
3936
 
3937
+ #: super_socializer.php:2903
3938
  msgid ""
3939
  "Update \"Facebook Comments Moderation\" add-on for compatibility with current "
3940
  "version of Super Socializer"
3941
  msgstr ""
3942
 
3943
+ #: super_socializer.php:2912
3944
  msgid ""
3945
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3946
  "compatibility with the current version of Super Socializer"
3947
  msgstr ""
3948
 
3949
+ #: super_socializer.php:2921
3950
  msgid ""
3951
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3952
  "compatibility with the current version of Super Socializer"
3953
  msgstr ""
3954
 
3955
+ #: super_socializer.php:2930
3956
  msgid ""
3957
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3958
  "version of Super Socializer"
3959
  msgstr ""
3960
 
3961
+ #: super_socializer.php:2939
3962
  msgid ""
3963
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3964
  "compatibility with the current version of Super Socializer"
3965
  msgstr ""
3966
 
3967
+ #: super_socializer.php:2948
3968
  msgid ""
3969
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3970
  "for compatibility with the current version of Super Socializer"
3971
  msgstr ""
3972
 
3973
+ #: super_socializer.php:2957
3974
  msgid ""
3975
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3976
  "with current version of Super Socializer"
3977
  msgstr ""
3978
 
3979
+ #: super_socializer.php:2968
3980
  #, php-format
3981
  msgid "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3982
  msgstr ""
3983
 
3984
+ #: super_socializer.php:2977
3985
  #, php-format
3986
  msgid ""
3987
  "To continue using Instagram login create a new Instagram App as described <a "
3989
  "Instagram App Secret <a href=\"%s\">here</a>"
3990
  msgstr ""
3991
 
3992
+ #: super_socializer.php:2986 super_socializer.php:2995
3993
  #, php-format
3994
  msgid ""
3995
  "To continue using bitly url shortener, login to your bit.ly account and "
3998
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3999
  msgstr ""
4000
 
4001
+ #: super_socializer.php:3011
4002
  #, php-format
4003
  msgid ""
4004
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
4005
  msgstr ""
4006
 
4007
+ #: super_socializer.php:3035
4008
  #, php-format
4009
  msgid ""
4010
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
4012
  "target=\"_blank\">here</a>"
4013
  msgstr ""
4014
 
4015
+ #: super_socializer.php:3035 super_socializer.php:3060 super_socializer.php:3085
4016
+ #: super_socializer.php:3110 super_socializer.php:3143 super_socializer.php:3171
4017
+ #: super_socializer.php:3198
4018
  msgid "Okay"
4019
  msgstr ""
4020
 
4021
+ #: super_socializer.php:3060
4022
  #, php-format
4023
  msgid ""
4024
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
4026
  "\">here</a>"
4027
  msgstr ""
4028
 
4029
+ #: super_socializer.php:3085
4030
  #, php-format
4031
  msgid ""
4032
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
4034
  "target=\"_blank\">here</a>"
4035
  msgstr ""
4036
 
4037
+ #: super_socializer.php:3110
4038
  #, php-format
4039
  msgid ""
4040
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
4042
  "target=\"_blank\">here</a>"
4043
  msgstr ""
4044
 
4045
+ #: super_socializer.php:3121
4046
  #, php-format
4047
  msgid ""
4048
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
4049
  msgstr ""
4050
 
4051
+ #: super_socializer.php:3143
4052
  #, php-format
4053
  msgid ""
4054
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
4056
  "\"%s\" target=\"_blank\">here</a>"
4057
  msgstr ""
4058
 
4059
+ #: super_socializer.php:3171
4060
  #, php-format
4061
  msgid ""
4062
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
4065
  "your website %s with them. No need to copy-paste any code from their website."
4066
  msgstr ""
4067
 
4068
+ #: super_socializer.php:3198
4069
  #, php-format
4070
  msgid ""
4071
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4073
  "\" target=\"_blank\">here</a>"
4074
  msgstr ""
4075
 
4076
+ #: super_socializer.php:3223
4077
  #, php-format
4078
  msgid ""
4079
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4081
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4082
  msgstr ""
4083
 
4084
+ #: super_socializer.php:3223 super_socializer.php:3250
4085
  msgid "Dismiss"
4086
  msgstr ""
4087
 
4088
+ #: super_socializer.php:3509
4089
  msgid ""
4090
  "Your browser is blocking some features of this website. Please follow the "
4091
  "instructions at {support_url} to unblock these."
4092
  msgstr ""
4093
 
4094
+ #, fuzzy
4095
+ #~ msgid ""
4096
+ #~ "User will be redirected to the selected page after registration (first "
4097
+ #~ "Social Login) through Social Login"
4098
+ #~ msgstr ""
4099
+ #~ "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول "
4100
+ #~ "الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
4101
+
4102
+ #, fuzzy
4103
+ #~ msgid "Youtube username"
4104
+ #~ msgstr "إسم المستخدم الألكتروني:"
4105
+
4106
  #~ msgid "Dismiss this notice"
4107
  #~ msgstr "إقالة هذا الإشعار"
4108
 
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: 2022-04-07 16:47+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1983
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -34,7 +34,7 @@ msgstr ""
34
  "conseguir tu Twitter Key"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2417
38
  msgid "General Options"
39
  msgstr "Opciones Generales"
40
 
@@ -83,21 +83,21 @@ msgstr ""
83
  "style&gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1979
87
- #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Guardar Cambios"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:1989
93
- #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:1991
100
- #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -216,7 +216,7 @@ msgid "Floating Interface"
216
  msgstr "Interfaz Flotante"
217
 
218
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
219
- #: admin/social_sharing.php:1603
220
  msgid "Miscellaneous"
221
  msgstr "Miscelánea"
222
 
@@ -225,16 +225,16 @@ msgid "3rd Party Integration"
225
  msgstr ""
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
- #: admin/social_login.php:45 admin/social_login.php:1946
229
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
230
- #: admin/social_sharing.php:1882
231
  msgid "Shortcode & Widget"
232
  msgstr "Widgets y Shortcodes"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
- #: admin/social_login.php:46 admin/social_login.php:1960
237
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
238
  msgid "FAQ"
239
  msgstr "FAQ"
240
 
@@ -257,13 +257,13 @@ msgstr "Target Url"
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
267
  msgid "Url of the homepage of your website"
268
  msgstr "Url de la página de inicio de tu sitio web"
269
 
@@ -277,7 +277,7 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
277
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
281
  msgid "Title"
282
  msgstr "Título"
283
 
@@ -296,25 +296,27 @@ msgstr ""
296
  "reordenarlas."
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
300
  msgid "Horizontal alignment"
301
  msgstr "Alineación horizontal"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
306
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
307
  msgid "Left"
308
  msgstr "Izquierda"
309
 
310
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
311
  msgid "Center"
312
  msgstr "Centrar"
313
 
314
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
315
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
316
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
317
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
318
  msgid "Right"
319
  msgstr "Derecha"
320
 
@@ -344,33 +346,33 @@ msgstr "Posición de la interfaz"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
348
  msgid "Homepage"
349
  msgstr "Página de Inicio"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
353
  msgid "Posts"
354
  msgstr "Entradas"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
358
  msgid "Pages"
359
  msgstr "Páginas"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
363
  #, fuzzy
364
  msgid "Excerpts and Posts page"
365
  msgstr "Extractos (en la Página de Inicio)"
366
 
367
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
368
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
369
  msgid "Category Archives"
370
  msgstr "Archivos por Categoría"
371
 
372
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
373
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
374
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
375
  msgstr ""
376
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
@@ -385,12 +387,12 @@ msgid "BuddyPress group (only at top of content)"
385
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
386
 
387
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
388
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
389
  msgid "BBPress forum"
390
  msgstr "Foro BBPress"
391
 
392
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
393
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
394
  msgid "BBPress topic"
395
  msgstr "Tema BBPress"
396
 
@@ -427,8 +429,8 @@ msgid "Master control to enable vertical (floating) counter widget"
427
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
428
 
429
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
430
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
431
- #: inc/widget.php:466 inc/widget.php:779
432
  msgid "Background Color"
433
  msgstr "Color del fondo"
434
 
@@ -444,7 +446,7 @@ msgstr ""
444
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
445
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
446
 
447
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
448
  msgid "Left offset"
449
  msgstr "Desplazamiento a la izquierda"
450
 
@@ -457,7 +459,7 @@ msgstr ""
457
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
458
  "puede ser negativo también."
459
 
460
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
461
  msgid "Right offset"
462
  msgstr "Desplazamiento a la derecha"
463
 
@@ -470,7 +472,7 @@ msgstr ""
470
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
471
  "puede ser negativo también."
472
 
473
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
474
  msgid "Top offset"
475
  msgstr "Desplazamiento hacia arriba"
476
 
@@ -482,7 +484,7 @@ msgstr ""
482
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
483
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
484
 
485
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
486
  msgid "BuddyPress group"
487
  msgstr "grupo BuddyPress"
488
 
@@ -500,7 +502,7 @@ msgstr ""
500
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
501
  "dispositivos móviles"
502
 
503
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
504
  msgid "Url shortener"
505
  msgstr "Acortador de Url"
506
 
@@ -520,16 +522,16 @@ msgstr ""
520
  msgid "Enable bit.ly url shortener for tweet button"
521
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
522
 
523
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
524
  msgid "Master control to enable bit.ly url shortening for sharing"
525
  msgstr ""
526
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
527
 
528
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
529
  msgid "Bit.ly generic access token"
530
  msgstr ""
531
 
532
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
533
  #, php-format
534
  msgid ""
535
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -538,15 +540,15 @@ msgid ""
538
  "\">link</a>"
539
  msgstr ""
540
 
541
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
542
  msgid "Clear Bitly Cache"
543
  msgstr ""
544
 
545
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
546
  msgid "ShortUrl cache cleared successfully."
547
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
548
 
549
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
550
  msgid ""
551
  "Use this to delete short urls saved in database. Handy, if urls of your "
552
  "website have been changed but short urls are still being generated for old "
@@ -557,8 +559,8 @@ msgstr ""
557
  "url cortas todavía se están generando para viejas url."
558
 
559
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
560
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
561
- #: admin/social_sharing.php:1760
562
  msgid "Language"
563
  msgstr "Idioma"
564
 
@@ -602,11 +604,11 @@ msgstr ""
602
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
603
  "ningún nombre de usuario."
604
 
605
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
606
  msgid "myCRED"
607
  msgstr ""
608
 
609
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
610
  msgid "Append myCRED referral ID to the urls being shared"
611
  msgstr ""
612
 
@@ -614,20 +616,20 @@ msgstr ""
614
  msgid "Like Buttons Shortcode & Widget"
615
  msgstr "Shortcode y Widget Botones Me gusta"
616
 
617
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
618
  msgid "Why is there so much space between like buttons?"
619
  msgstr ""
620
 
621
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
622
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
623
  msgstr ""
624
 
625
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
626
  msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
631
  #, fuzzy
632
  msgid "More"
633
  msgstr ""
@@ -845,8 +847,8 @@ msgstr ""
845
  msgid "Social Commenting Shortcode"
846
  msgstr "Shortcode de Comentarios Sociales"
847
 
848
- #: admin/social_commenting.php:386 admin/social_login.php:1962
849
- #: admin/social_sharing.php:1915
850
  msgid ""
851
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
852
  "an online website for the plugin to function properly."
@@ -863,8 +865,8 @@ msgid ""
863
  "Https?"
864
  msgstr ""
865
 
866
- #: admin/social_commenting.php:389 admin/social_login.php:1967
867
- #: admin/social_sharing.php:1930
868
  msgid "Why is my browser blocking some features of the plugin?"
869
  msgstr ""
870
 
@@ -901,12 +903,12 @@ msgstr "Configuración básica"
901
  msgid "Advanced Configuration"
902
  msgstr "Configuración básica"
903
 
904
- #: admin/social_login.php:41 admin/social_login.php:1746
905
- #: super_socializer.php:2485
906
  msgid "GDPR"
907
  msgstr ""
908
 
909
- #: admin/social_login.php:43 admin/social_login.php:1897
910
  msgid "XProfile Integration"
911
  msgstr ""
912
 
@@ -2093,7 +2095,7 @@ msgstr ""
2093
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2094
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2095
 
2096
- #: admin/social_login.php:1490 super_socializer.php:2091
2097
  msgid "Email required"
2098
  msgstr "Email requerido"
2099
 
@@ -2153,7 +2155,7 @@ msgid "BuddyPress profile page"
2153
  msgstr "Página de perfil de BuddyPress"
2154
 
2155
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2156
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2157
  msgid "Custom Url"
2158
  msgstr "Url personalizada"
2159
 
@@ -2170,26 +2172,45 @@ msgstr "Redirección de Registro"
2170
  msgid "Same page from where user registered"
2171
  msgstr "La misma página en la que el usuario se ha registrado"
2172
 
2173
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2174
  msgid ""
2175
- "User will be redirected to the selected page after registration (first "
2176
- "Social Login) through Social Login"
2177
  msgstr ""
2178
- "El usuario será redirigido a la página seleccionada después de su registro "
2179
- "(en su primer inicio de sesión) a través de la red social"
2180
 
2181
- #: admin/social_login.php:1602
2182
  #, fuzzy
2183
  msgid "Social Account Linking Options"
2184
  msgstr "Comentarios en redes sociales"
2185
 
2186
- #: admin/social_login.php:1617
2187
  #, fuzzy
2188
  msgid "Text to display above the Social Account Linking interface"
2189
  msgstr ""
2190
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2191
 
2192
- #: admin/social_login.php:1624
2193
  #, fuzzy
2194
  msgid ""
2195
  "Link social account to already existing account, if email address matches"
@@ -2197,7 +2218,7 @@ msgstr ""
2197
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2198
  "web "
2199
 
2200
- #: admin/social_login.php:1634
2201
  msgid ""
2202
  "If email address of the user's Social Account matches with an already "
2203
  "existing account at your website, that social account will be linked to "
@@ -2205,12 +2226,12 @@ msgid ""
2205
  "Linking interface at their profile page."
2206
  msgstr ""
2207
 
2208
- #: admin/social_login.php:1642
2209
  msgid "Enable social account linking at BuddyPress profile page"
2210
  msgstr ""
2211
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2212
 
2213
- #: admin/social_login.php:1652
2214
  msgid ""
2215
  "Enable this option to show social account linking interface at BuddyPress "
2216
  "profile page"
@@ -2218,15 +2239,15 @@ msgstr ""
2218
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2219
  "la página de perfil de BuddyPress"
2220
 
2221
- #: admin/social_login.php:1663
2222
  msgid "Email popup options"
2223
  msgstr "Opciones de popup del Email"
2224
 
2225
- #: admin/social_login.php:1668
2226
  msgid "Text on 'Email required' popup"
2227
  msgstr "Texto del popup 'Email requerido'"
2228
 
2229
- #: admin/social_login.php:1678
2230
  msgid ""
2231
  "This text will be displayed on email required popup. Leave empty if not "
2232
  "required."
@@ -2234,11 +2255,11 @@ msgstr ""
2234
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2235
  "no es necesario."
2236
 
2237
- #: admin/social_login.php:1686
2238
  msgid "Error message for 'Email required' popup"
2239
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2240
 
2241
- #: admin/social_login.php:1696
2242
  msgid ""
2243
  "This message will be displayed to user if it provides invalid or already "
2244
  "registered email"
@@ -2246,11 +2267,11 @@ msgstr ""
2246
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2247
  "registrado"
2248
 
2249
- #: admin/social_login.php:1704
2250
  msgid "Email popup height"
2251
  msgstr "Altura del popup del Email"
2252
 
2253
- #: admin/social_login.php:1714
2254
  msgid ""
2255
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2256
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2260,11 +2281,11 @@ msgstr ""
2260
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2261
  "opción. Déjala en blanco para la altura por defecto."
2262
 
2263
- #: admin/social_login.php:1721
2264
  msgid "Enable email verification"
2265
  msgstr "Activar verificación por email"
2266
 
2267
- #: admin/social_login.php:1731
2268
  msgid ""
2269
  "If enabled, email provided by the user will be verified by sending a "
2270
  "confirmation link to that email. User would not be able to login without "
@@ -2274,98 +2295,98 @@ msgstr ""
2274
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2275
  "pulsar este enlace"
2276
 
2277
- #: admin/social_login.php:1751
2278
  #, fuzzy
2279
  msgid "Enable GDPR opt-in"
2280
  msgstr "Permitir Comentarios de Disqus"
2281
 
2282
- #: admin/social_login.php:1761
2283
  msgid ""
2284
  "Enable it to show GDPR opt-in for social login and social account linking"
2285
  msgstr ""
2286
 
2287
- #: admin/social_login.php:1769
2288
  #, fuzzy
2289
  msgid "Placement of GDPR opt-in"
2290
  msgstr "Permitir Comentarios de Disqus"
2291
 
2292
- #: admin/social_login.php:1773
2293
  #, fuzzy
2294
  msgid "Above Social Login icons"
2295
  msgstr "Ingreso a través de redes sociales"
2296
 
2297
- #: admin/social_login.php:1775
2298
  #, fuzzy
2299
  msgid "Below Social Login icons"
2300
  msgstr "Ingreso a través de redes sociales"
2301
 
2302
- #: admin/social_login.php:1781
2303
  #, fuzzy
2304
  msgid "Placement of GDPR opt-in above or below the social login icons"
2305
  msgstr ""
2306
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2307
 
2308
- #: admin/social_login.php:1788
2309
  msgid "Opt-in text"
2310
  msgstr ""
2311
 
2312
- #: admin/social_login.php:1798
2313
  #, fuzzy
2314
  msgid "Text for the GDPR opt-in"
2315
  msgstr "Permitir Comentarios de Disqus"
2316
 
2317
- #: admin/social_login.php:1805
2318
  msgid "Text to link to Terms-Conditions page"
2319
  msgstr ""
2320
 
2321
- #: admin/social_login.php:1815
2322
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2323
  msgstr ""
2324
 
2325
- #: admin/social_login.php:1822
2326
  msgid "Terms-Conditions Url"
2327
  msgstr ""
2328
 
2329
- #: admin/social_login.php:1832
2330
  #, fuzzy
2331
  msgid "Url of the terms-conditions page of your website"
2332
  msgstr "Url de la página de inicio de tu sitio web"
2333
 
2334
- #: admin/social_login.php:1839
2335
  msgid "Text to link to Privacy Policy page"
2336
  msgstr ""
2337
 
2338
- #: admin/social_login.php:1849
2339
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2340
  msgstr ""
2341
 
2342
- #: admin/social_login.php:1856
2343
  msgid "Privacy Policy Url"
2344
  msgstr ""
2345
 
2346
- #: admin/social_login.php:1866
2347
  #, fuzzy
2348
  msgid "Url of the privacy policy page of your website"
2349
  msgstr "Url de la página de inicio de tu sitio web"
2350
 
2351
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2352
- #: inc/widget.php:608 inc/widget.php:757
2353
  msgid "Select"
2354
  msgstr "Seleccionar"
2355
 
2356
- #: admin/social_login.php:1948
2357
  msgid "Social Login Shortcode & Widget"
2358
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2359
 
2360
- #: admin/social_login.php:1949
2361
  msgid "Social Linking Shortcode"
2362
  msgstr "Shortcode para enlace a través de redes sociales"
2363
 
2364
- #: admin/social_login.php:1964
2365
  msgid "Why is social login not working?"
2366
  msgstr ""
2367
 
2368
- #: admin/social_login.php:1965
2369
  msgid ""
2370
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2371
  "belong to the same app"
@@ -2408,12 +2429,12 @@ msgid "Shape"
2408
  msgstr "Forma"
2409
 
2410
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2411
- #: inc/widget.php:1095
2412
  msgid "Round"
2413
  msgstr "Redondeado"
2414
 
2415
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2416
- #: inc/widget.php:1096
2417
  msgid "Square"
2418
  msgstr "Cuadrado"
2419
 
@@ -2591,52 +2612,49 @@ msgid ""
2591
  "the icon"
2592
  msgstr ""
2593
 
2594
- #: admin/social_sharing.php:775
2595
- #, fuzzy
2596
- msgid "Youtube username"
2597
- msgstr "Nombre de usuario bit.ly"
2598
 
2599
- #: admin/social_sharing.php:785
2600
- msgid ""
2601
- "Username of the Youtube account you want to redirect users to, on clicking "
2602
- "the icon"
2603
  msgstr ""
2604
 
2605
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2606
  #, fuzzy
2607
  msgid "HTML ID of container element of comment form"
2608
  msgstr "HTML ID del contenedor del formulario de comentario"
2609
 
2610
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2611
  msgid ""
2612
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2613
  "icon."
2614
  msgstr ""
2615
 
2616
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2617
  msgid "Rearrange icons"
2618
  msgstr "Reorganizar iconos"
2619
 
2620
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2621
  msgid "Drag the icons to rearrange in desired order"
2622
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
2623
 
2624
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2625
  msgid "Select Sharing Services"
2626
  msgstr "Selecciona los Servicios para Compartir"
2627
 
2628
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2629
  msgid "Select sharing services to show in social share bar"
2630
  msgstr ""
2631
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
2632
  "sociales"
2633
 
2634
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2635
  #, fuzzy
2636
  msgid "Search social network"
2637
  msgstr "como red social primaria"
2638
 
2639
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2640
  msgid "Horizontal alignment of the sharing interface"
2641
  msgstr "Alineación horizontal de la interfaz de Compartir"
2642
 
@@ -2645,7 +2663,7 @@ msgid "Specify position of the sharing interface with respect to the content"
2645
  msgstr ""
2646
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
2647
 
2648
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2649
  msgid "Placement"
2650
  msgstr "Ubicación"
2651
 
@@ -2654,11 +2672,11 @@ msgid "Specify the pages where you want to enable Sharing interface"
2654
  msgstr ""
2655
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
2656
 
2657
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2658
  msgid "Show share counts"
2659
  msgstr "Mostrar contadores de las veces compartidas"
2660
 
2661
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2662
  #, fuzzy
2663
  msgid ""
2664
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2668,7 +2686,7 @@ msgstr ""
2668
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
2669
  "Stumbleupon, Odnoklassniki y Vkontakte"
2670
 
2671
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2672
  #, php-format
2673
  msgid ""
2674
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2677,32 +2695,32 @@ msgid ""
2677
  "their website."
2678
  msgstr ""
2679
 
2680
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2681
  msgid "If enabled, share counts are displayed above sharing icons."
2682
  msgstr ""
2683
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
2684
  "iconos de compartir."
2685
 
2686
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2687
- #: admin/social_sharing.php:1702
2688
  msgid "Track Social Shares for Every Social Network"
2689
  msgstr ""
2690
 
2691
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2692
  msgid "Show total shares"
2693
  msgstr "Mostrar número total de veces compartidas"
2694
 
2695
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2696
  msgid "If enabled, total shares will be displayed with sharing icons"
2697
  msgstr ""
2698
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
2699
  "de compartir."
2700
 
2701
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2702
  msgid "Enable 'More' icon"
2703
  msgstr "Permitir el icono 'Más'"
2704
 
2705
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2706
  msgid ""
2707
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2708
  "which shows additional sharing networks in popup"
@@ -2722,7 +2740,7 @@ msgstr "Permitir la Interfaz Flotante de Compartir"
2722
  msgid "Master control to enable floating sharing widget"
2723
  msgstr "Control maestro para permitir el widget flotante de compartir"
2724
 
2725
- #: admin/social_sharing.php:1319
2726
  msgid ""
2727
  "Specify the color or hex code (example #cc78e0) for the background of "
2728
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2734,7 +2752,7 @@ msgstr ""
2734
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
2735
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
2736
 
2737
- #: admin/social_sharing.php:1357
2738
  msgid ""
2739
  "Specify a number. Increase in number will shift sharing interface towards "
2740
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2743,7 +2761,7 @@ msgstr ""
2743
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
2744
  "la izquierda. El número puede ser negativo también."
2745
 
2746
- #: admin/social_sharing.php:1376
2747
  msgid ""
2748
  "Specify a number. Increase in number will shift sharing interface towards "
2749
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2752,7 +2770,7 @@ msgstr ""
2752
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
2753
  "hacia la derecha. El número puede ser negativo también."
2754
 
2755
- #: admin/social_sharing.php:1394
2756
  msgid ""
2757
  "Specify a number. Increase in number will shift sharing interface towards "
2758
  "bottom and decrease will shift it towards top."
@@ -2761,33 +2779,33 @@ msgstr ""
2761
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
2762
  "abajo."
2763
 
2764
- #: admin/social_sharing.php:1450
2765
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2766
  msgstr ""
2767
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
2768
  "Compartir"
2769
 
2770
- #: admin/social_sharing.php:1519
2771
  #, fuzzy
2772
  msgid "Hide floating slider"
2773
  msgstr "Ocultar para usuarios conectados:"
2774
 
2775
- #: admin/social_sharing.php:1529
2776
  msgid "Hides the slider arrow present below the floating share bar"
2777
  msgstr ""
2778
 
2779
- #: admin/social_sharing.php:1536
2780
  msgid "Vertical floating bar responsiveness"
2781
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2782
 
2783
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2784
  #, php-format
2785
  msgid "Display vertical interface only when screen is wider than %s pixels"
2786
  msgstr ""
2787
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
2788
  "pixels"
2789
 
2790
- #: admin/social_sharing.php:1546
2791
  msgid ""
2792
  "Display vertical interface only when screen is wider than the width "
2793
  "specified."
@@ -2795,11 +2813,11 @@ msgstr ""
2795
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
2796
  "ancho especificado."
2797
 
2798
- #: admin/social_sharing.php:1553
2799
  msgid "Horizontal floating bar responsiveness"
2800
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2801
 
2802
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2803
  #, php-format
2804
  msgid ""
2805
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2808,7 +2826,7 @@ msgstr ""
2808
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2809
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
2810
 
2811
- #: admin/social_sharing.php:1563
2812
  msgid ""
2813
  "Stick vertical floating interface horizontally at bottom only when screen is "
2814
  "narrower than the width specified"
@@ -2816,71 +2834,71 @@ msgstr ""
2816
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2817
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
2818
 
2819
- #: admin/social_sharing.php:1572
2820
  msgid "Horizontal floating bar position"
2821
  msgstr "Posición de la barra flotante horizontal"
2822
 
2823
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2824
  #, php-format
2825
  msgid "%s pixels from %s"
2826
  msgstr "%s pixels de %s"
2827
 
2828
- #: admin/social_sharing.php:1576
2829
  msgid "Auto-adjust according to screen width (responsive)"
2830
  msgstr ""
2831
 
2832
- #: admin/social_sharing.php:1583
2833
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2834
  msgstr ""
2835
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
2836
  "también."
2837
 
2838
- #: admin/social_sharing.php:1608
2839
  msgid "Use plain background for Instagram icon"
2840
  msgstr ""
2841
 
2842
- #: admin/social_sharing.php:1618
2843
  msgid ""
2844
  "Uses plain background for Instagram icon instead of multicolored background"
2845
  msgstr ""
2846
 
2847
- #: admin/social_sharing.php:1631
2848
  msgid "Use shortlinks already installed"
2849
  msgstr "Utiliza los shortlinks ya instalados"
2850
 
2851
- #: admin/social_sharing.php:1641
2852
  msgid "Uses default short url permalinks without using any additional plugin"
2853
  msgstr ""
2854
 
2855
- #: admin/social_sharing.php:1648
2856
  msgid "Enable bit.ly url shortener for sharing"
2857
  msgstr "Habilitar acortador de url bit.ly para compartir"
2858
 
2859
- #: admin/social_sharing.php:1707
2860
  msgid "Share Count Cache"
2861
  msgstr ""
2862
 
2863
- #: admin/social_sharing.php:1712
2864
  msgid "Refresh Share Count cache every"
2865
  msgstr ""
2866
 
2867
- #: admin/social_sharing.php:1717
2868
  msgid "Second(s)"
2869
  msgstr ""
2870
 
2871
- #: admin/social_sharing.php:1718
2872
  msgid "Minute(s)"
2873
  msgstr ""
2874
 
2875
- #: admin/social_sharing.php:1719
2876
  msgid "Hour(s)"
2877
  msgstr ""
2878
 
2879
- #: admin/social_sharing.php:1720
2880
  msgid "Day(s)"
2881
  msgstr ""
2882
 
2883
- #: admin/social_sharing.php:1728
2884
  #, php-format
2885
  msgid ""
2886
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2888,20 +2906,20 @@ msgid ""
2888
  "target=\"_blank\">here</a>"
2889
  msgstr ""
2890
 
2891
- #: admin/social_sharing.php:1735
2892
  msgid "Clear Share Counts Cache"
2893
  msgstr ""
2894
 
2895
- #: admin/social_sharing.php:1739
2896
  #, fuzzy
2897
  msgid "Share Counts cache cleared successfully."
2898
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
2899
 
2900
- #: admin/social_sharing.php:1746
2901
  msgid "Use this to clear cached share counts"
2902
  msgstr ""
2903
 
2904
- #: admin/social_sharing.php:1770
2905
  #, php-format
2906
  msgid ""
2907
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2912,15 +2930,15 @@ msgstr ""
2912
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2913
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2914
 
2915
- #: admin/social_sharing.php:1779
2916
  msgid "Username in sharing"
2917
  msgstr "Nombre de usuario en Compartir"
2918
 
2919
- #: admin/social_sharing.php:1784
2920
  msgid "Twitter username (without @)"
2921
  msgstr "Nombre de usuario de Twitter (sin @)"
2922
 
2923
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2924
  msgid ""
2925
  "Provided username will be appended after the content being shared as \"via "
2926
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2930,28 +2948,28 @@ msgstr ""
2930
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
2931
  "nombre de usuario en el contenido compartido."
2932
 
2933
- #: admin/social_sharing.php:1802
2934
  msgid "Buffer username (without @)"
2935
  msgstr "Nombre de usuario de Buffer (sin @)"
2936
 
2937
- #: admin/social_sharing.php:1821
2938
  msgid "AMP"
2939
  msgstr ""
2940
 
2941
- #: admin/social_sharing.php:1826
2942
  #, fuzzy
2943
  msgid "Enable sharing on AMP pages"
2944
  msgstr "Permitir Página de Ingreso"
2945
 
2946
- #: admin/social_sharing.php:1836
2947
  msgid "Enable this option to render sharing icons on AMP pages"
2948
  msgstr ""
2949
 
2950
- #: admin/social_sharing.php:1893
2951
  msgid "Facebook Sharing Troubleshooter"
2952
  msgstr "Resolución de problemas al Compartir en Facebook"
2953
 
2954
- #: admin/social_sharing.php:1898
2955
  #, fuzzy
2956
  msgid ""
2957
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2962,17 +2980,17 @@ msgstr ""
2962
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
2963
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
2964
 
2965
- #: admin/social_sharing.php:1916
2966
  msgid ""
2967
  "Why is sharer not showing the correct image, title and other meta tags "
2968
  "content?"
2969
  msgstr ""
2970
 
2971
- #: admin/social_sharing.php:1917
2972
  msgid "Why is Facebook share count not working?"
2973
  msgstr ""
2974
 
2975
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2976
  #, php-format
2977
  msgid ""
2978
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2981,11 +2999,11 @@ msgid ""
2981
  "not just for Facebook but for all the social networks"
2982
  msgstr ""
2983
 
2984
- #: admin/social_sharing.php:1920
2985
  msgid "Why is Instagram icon redirecting to Instagram website?"
2986
  msgstr ""
2987
 
2988
- #: admin/social_sharing.php:1921
2989
  msgid ""
2990
  "Instagram icon is there to send website visitors to the Instagram page of "
2991
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2993,39 +3011,39 @@ msgid ""
2993
  "sections."
2994
  msgstr ""
2995
 
2996
- #: admin/social_sharing.php:1924
2997
  #, fuzzy
2998
  msgid "How to customize the url being shared?"
2999
  msgstr ""
3000
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3001
  "compartidas?"
3002
 
3003
- #: admin/social_sharing.php:1925
3004
  msgid ""
3005
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3006
  msgstr ""
3007
 
3008
- #: admin/social_sharing.php:1926
3009
  msgid ""
3010
  "It takes some time for their service to track the shares made on Twitter "
3011
  "from your website. If you still feel it's taking too long you can contact "
3012
  "their support directly from their website."
3013
  msgstr ""
3014
 
3015
- #: admin/social_sharing.php:1929
3016
  msgid ""
3017
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3018
  msgstr ""
3019
 
3020
- #: admin/social_sharing.php:1931
3021
  msgid "Why the color of share icons is not being updated?"
3022
  msgstr ""
3023
 
3024
- #: admin/social_sharing.php:1932
3025
  msgid "Why Facebook share counts are not appearing?"
3026
  msgstr ""
3027
 
3028
- #: admin/social_sharing.php:1933
3029
  msgid ""
3030
  "How can I show share counts of my website rather than of individual pages/"
3031
  "posts?"
@@ -3033,46 +3051,46 @@ msgstr ""
3033
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
3034
  "lugar de páginas individuales o entradas?"
3035
 
3036
- #: admin/social_sharing.php:1934
3037
  msgid "How can I disable sharing on particular page/post?"
3038
  msgstr ""
3039
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
3040
  "entrada?"
3041
 
3042
- #: admin/social_sharing.php:1935
3043
  msgid "How can I specify minimum sharing count for sharing networks?"
3044
  msgstr ""
3045
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
3046
  "sociales?"
3047
 
3048
- #: admin/social_sharing.php:1936
3049
  msgid "How to share specific page?"
3050
  msgstr "¿Cómo compartir una página específica?"
3051
 
3052
- #: admin/social_sharing.php:1937
3053
  msgid "How to integrate Google Analytics with sharing?"
3054
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
3055
 
3056
- #: admin/social_sharing.php:1938
3057
  msgid "How to customize the look of total share counts?"
3058
  msgstr ""
3059
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
3060
 
3061
- #: admin/social_sharing.php:1939
3062
  msgid "How to customize the look of individual share counts?"
3063
  msgstr ""
3064
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3065
  "compartidas?"
3066
 
3067
- #: admin/social_sharing.php:1940
3068
  msgid "How to show Whatsapp icon only on mobile devices?"
3069
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
3070
 
3071
- #: admin/social_sharing.php:1941
3072
  msgid "How to hide arrow after floating sharing bar?"
3073
  msgstr ""
3074
 
3075
- #: admin/social_sharing.php:1942
3076
  msgid "Why is share count not getting updated?"
3077
  msgstr ""
3078
 
@@ -3162,11 +3180,11 @@ msgstr "Comienzo del Contador de veces compartidas"
3162
  msgid "Floating Sharing Interface"
3163
  msgstr "Interfaz Flotante de botones Compartir"
3164
 
3165
- #: helper.php:907 super_socializer.php:2501
3166
  msgid "Social Avatar"
3167
  msgstr "Avatar Social"
3168
 
3169
- #: helper.php:910 super_socializer.php:2512
3170
  msgid ""
3171
  "Do not fetch and update social avatar from my profile, next time I Social "
3172
  "Login"
@@ -3174,36 +3192,36 @@ msgstr ""
3174
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3175
  "próxima vez | Social Login"
3176
 
3177
- #: helper.php:911 super_socializer.php:2516
3178
  msgid "Update social avatar, next time I Social Login"
3179
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3180
 
3181
- #: helper.php:914
3182
  msgid "Small Avatar"
3183
  msgstr "Avatar Pequeño"
3184
 
3185
- #: helper.php:918
3186
  msgid "Large Avatar"
3187
  msgstr "Avatar Grande"
3188
 
3189
- #: helper.php:978 super_socializer.php:2069
3190
  msgid "Please verify your email address to login."
3191
  msgstr "Por favor verifica tu dirección de email para ingresar."
3192
 
3193
- #: helper.php:1015
3194
  msgid "Click to delete social profile data"
3195
  msgstr ""
3196
 
3197
- #: helper.php:1044
3198
  #, fuzzy
3199
  msgid "Deleting"
3200
  msgstr "Ajustes"
3201
 
3202
- #: helper.php:1054
3203
  msgid "Deleted"
3204
  msgstr ""
3205
 
3206
- #: helper.php:1056
3207
  msgid "Something bad happened"
3208
  msgstr ""
3209
 
@@ -3220,29 +3238,29 @@ msgstr ""
3220
  "\"Configuración Básica\" en la página del panel de control \"Super "
3221
  "Socializer > Social Login\""
3222
 
3223
- #: inc/social_login.php:1035
3224
  #, fuzzy
3225
  msgid "Email"
3226
  msgstr "Opciones de popup del Email"
3227
 
3228
- #: inc/social_login.php:1036
3229
  msgid "Confirm email"
3230
  msgstr ""
3231
 
3232
- #: inc/social_login.php:1038
3233
  msgid "Save"
3234
  msgstr ""
3235
 
3236
- #: inc/social_login.php:1039
3237
  msgid "Cancel"
3238
  msgstr ""
3239
 
3240
- #: inc/social_login.php:1113
3241
  #, fuzzy
3242
  msgid "Email Verification"
3243
  msgstr "Activar verificación por email"
3244
 
3245
- #: inc/social_login.php:1115
3246
  msgid ""
3247
  "Please click on the following link or paste it in browser to verify your "
3248
  "email"
@@ -3264,23 +3282,23 @@ msgstr "Archivos por Categoría"
3264
  msgid "Total Shares"
3265
  msgstr "Mostrar número total de veces compartidas"
3266
 
3267
- #: inc/social_sharing.php:272 super_socializer.php:2179
3268
  #, fuzzy
3269
  msgid "Share"
3270
  msgstr "Posición del contador de veces compartidas"
3271
 
3272
- #: inc/social_sharing.php:272 super_socializer.php:2179
3273
  #, fuzzy
3274
  msgid "Shares"
3275
  msgstr ""
3276
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
3277
  "de compartir."
3278
 
3279
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3280
  msgid "Invalid request"
3281
  msgstr "Petición no válida"
3282
 
3283
- #: inc/social_sharing.php:978
3284
  msgid "Providers not selected"
3285
  msgstr "Redes sociales no seleccionadas"
3286
 
@@ -3317,16 +3335,16 @@ msgstr ""
3317
  msgid "Title (after login):"
3318
  msgstr ""
3319
 
3320
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3321
  msgid "Before widget content:"
3322
  msgstr "Contenido antes del widget:"
3323
 
3324
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3325
  msgid "After widget content:"
3326
  msgstr "Contenido después del widget:"
3327
 
3328
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3329
- #: inc/widget.php:782
3330
  msgid "Hide for logged in users:"
3331
  msgstr "Ocultar para usuarios conectados:"
3332
 
@@ -3340,6 +3358,10 @@ msgstr ""
3340
  "sitio web compartir contenido en redes sociales populares como Facebook, "
3341
  "Twitter, Tumblr, Google+ y muchas más"
3342
 
 
 
 
 
3343
  #: inc/widget.php:253
3344
  #, fuzzy
3345
  msgid ""
@@ -3349,7 +3371,7 @@ msgstr ""
3349
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
3350
  "la página \"Super Socializer > Social Sharing\""
3351
 
3352
- #: inc/widget.php:254 inc/widget.php:604
3353
  msgid "Title:"
3354
  msgstr "Título:"
3355
 
@@ -3361,11 +3383,11 @@ msgstr "Mostrar cuentas de compartir individuales:"
3361
  msgid "Show total shares:"
3362
  msgstr "Mostrar el total de publicaciones compartidas:"
3363
 
3364
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3365
  msgid "Target Url:"
3366
  msgstr "Target Url:"
3367
 
3368
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3369
  #, fuzzy
3370
  msgid "Custom URL"
3371
  msgstr "Url personalizada"
@@ -3389,23 +3411,23 @@ msgstr ""
3389
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
3390
  "en la página \"Super Socializer > Social Sharing\""
3391
 
3392
- #: inc/widget.php:450 inc/widget.php:763
3393
  msgid "Alignment"
3394
  msgstr "Alineación"
3395
 
3396
- #: inc/widget.php:456 inc/widget.php:769
3397
  msgid "Left Offset"
3398
  msgstr "Desplazamiento a la izquierda"
3399
 
3400
- #: inc/widget.php:460 inc/widget.php:773
3401
  msgid "Right Offset"
3402
  msgstr "Desplazamiento a la derecha"
3403
 
3404
- #: inc/widget.php:463 inc/widget.php:776
3405
  msgid "Top Offset"
3406
  msgstr "Desplazamiento desde arriba"
3407
 
3408
- #: inc/widget.php:488
3409
  #, fuzzy
3410
  msgid ""
3411
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3415,7 +3437,7 @@ msgstr ""
3415
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3416
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3417
 
3418
- #: inc/widget.php:603
3419
  #, fuzzy
3420
  msgid ""
3421
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3424,7 +3446,7 @@ msgstr ""
3424
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3425
  "\"Super Socializer > Like Buttons\"."
3426
 
3427
- #: inc/widget.php:637
3428
  #, fuzzy
3429
  msgid ""
3430
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3434,7 +3456,7 @@ msgstr ""
3434
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3435
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3436
 
3437
- #: inc/widget.php:754
3438
  #, fuzzy
3439
  msgid ""
3440
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3443,202 +3465,202 @@ msgstr ""
3443
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3444
  "\"Super Socializer > Like Buttons\"."
3445
 
3446
- #: inc/widget.php:798
3447
  #, fuzzy
3448
  msgid "Super Socializer - Follow Icons"
3449
  msgstr "Super Socializer - Ingreso"
3450
 
3451
- #: inc/widget.php:800
3452
  msgid "These icons link to your Social Media accounts"
3453
  msgstr ""
3454
 
3455
- #: inc/widget.php:1037
3456
  msgid "Type:"
3457
  msgstr ""
3458
 
3459
- #: inc/widget.php:1040
3460
  #, fuzzy
3461
  msgid "Standard"
3462
  msgstr "Opciones de la Interfaz Estándar"
3463
 
3464
- #: inc/widget.php:1043
3465
  #, fuzzy
3466
  msgid "Floating"
3467
  msgstr "Permitir Barra Flotante de botones Me gusta"
3468
 
3469
- #: inc/widget.php:1048
3470
  #, fuzzy
3471
  msgid "Top offset:"
3472
  msgstr "Desplazamiento hacia arriba"
3473
 
3474
- #: inc/widget.php:1052
3475
  #, fuzzy
3476
  msgid "Alignment:"
3477
  msgstr "Alineación"
3478
 
3479
- #: inc/widget.php:1070
3480
  #, fuzzy
3481
  msgid "Offset"
3482
  msgstr "Desplazamiento desde arriba"
3483
 
3484
- #: inc/widget.php:1084
3485
  #, fuzzy
3486
  msgid "right"
3487
  msgstr "Derecha"
3488
 
3489
- #: inc/widget.php:1084
3490
  #, fuzzy
3491
  msgid "left"
3492
  msgstr "Izquierda"
3493
 
3494
- #: inc/widget.php:1087
3495
  msgid "Auto-adjust according to the screen-width (responsive)"
3496
  msgstr ""
3497
 
3498
- #: inc/widget.php:1091
3499
  #, fuzzy
3500
  msgid "Size of icons"
3501
  msgstr "Tamaño de los iconos de Compartir"
3502
 
3503
- #: inc/widget.php:1093
3504
  #, fuzzy
3505
  msgid "Icon Shape"
3506
  msgstr "Forma"
3507
 
3508
- #: inc/widget.php:1098
3509
  msgid "Apply icon color and background color from Theme Selection section:"
3510
  msgstr ""
3511
 
3512
- #: inc/widget.php:1100
3513
  msgid "No"
3514
  msgstr ""
3515
 
3516
- #: inc/widget.php:1101
3517
  #, fuzzy
3518
  msgid "Yes, Standard Interface Theme"
3519
  msgstr "Tema de la Interfaz Estándar"
3520
 
3521
- #: inc/widget.php:1102
3522
  #, fuzzy
3523
  msgid "Yes, Floating Interface Theme"
3524
  msgstr "Tema de la Interfaz Flotante"
3525
 
3526
- #: inc/widget.php:1104
3527
  #, fuzzy
3528
  msgid "Facebook URL:"
3529
  msgstr "Facebook App ID"
3530
 
3531
- #: inc/widget.php:1107
3532
  #, fuzzy
3533
  msgid "Twitter URL:"
3534
  msgstr "Twitter"
3535
 
3536
- #: inc/widget.php:1110
3537
  #, fuzzy
3538
  msgid "Parler URL:"
3539
  msgstr "Instagram"
3540
 
3541
- #: inc/widget.php:1113
3542
  #, fuzzy
3543
  msgid "Instagram URL:"
3544
  msgstr "Instagram"
3545
 
3546
- #: inc/widget.php:1116
3547
  msgid "Pinterest URL:"
3548
  msgstr ""
3549
 
3550
- #: inc/widget.php:1119
3551
  msgid "Behance URL:"
3552
  msgstr ""
3553
 
3554
- #: inc/widget.php:1122
3555
  msgid "Flickr URL:"
3556
  msgstr ""
3557
 
3558
- #: inc/widget.php:1125
3559
  msgid "Foursquare URL:"
3560
  msgstr ""
3561
 
3562
- #: inc/widget.php:1128
3563
  msgid "Github URL:"
3564
  msgstr ""
3565
 
3566
- #: inc/widget.php:1131
3567
  #, fuzzy
3568
  msgid "LinkedIn URL:"
3569
  msgstr "LinkedIn"
3570
 
3571
- #: inc/widget.php:1134
3572
  #, fuzzy
3573
  msgid "LinkedIn Company URL:"
3574
  msgstr "LinkedIn"
3575
 
3576
- #: inc/widget.php:1137
3577
  msgid "Medium URL:"
3578
  msgstr ""
3579
 
3580
- #: inc/widget.php:1140
3581
  msgid "MeWe URL:"
3582
  msgstr ""
3583
 
3584
- #: inc/widget.php:1143
3585
  msgid "Odnoklassniki URL:"
3586
  msgstr ""
3587
 
3588
- #: inc/widget.php:1146
3589
  msgid "Snapchat URL:"
3590
  msgstr ""
3591
 
3592
- #: inc/widget.php:1149
3593
  #, fuzzy
3594
  msgid "Telegram URL:"
3595
  msgstr "Instagram"
3596
 
3597
- #: inc/widget.php:1152
3598
  msgid "Tumblr URL:"
3599
  msgstr ""
3600
 
3601
- #: inc/widget.php:1155
3602
  msgid "Vimeo URL:"
3603
  msgstr ""
3604
 
3605
- #: inc/widget.php:1158
3606
  #, fuzzy
3607
  msgid "Vkontakte URL:"
3608
  msgstr "Vkontakte"
3609
 
3610
- #: inc/widget.php:1161
3611
  #, fuzzy
3612
  msgid "Xing URL:"
3613
  msgstr "LinkedIn"
3614
 
3615
- #: inc/widget.php:1164
3616
  msgid "Youtube URL:"
3617
  msgstr ""
3618
 
3619
- #: inc/widget.php:1167
3620
  msgid "Youtube Channel URL:"
3621
  msgstr ""
3622
 
3623
- #: inc/widget.php:1170
3624
  msgid "RSS Feed URL:"
3625
  msgstr ""
3626
 
3627
- #: inc/widget.php:1173
3628
  #, fuzzy
3629
  msgid "Gab.com URL:"
3630
  msgstr "Facebook App ID"
3631
 
3632
- #: inc/widget.php:1176
3633
  #, fuzzy
3634
  msgid "Gettr.com URL:"
3635
  msgstr "Twitter"
3636
 
3637
- #: super_socializer.php:556
3638
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3639
  msgstr ""
3640
 
3641
- #: super_socializer.php:1846
3642
  #, fuzzy
3643
  msgid ""
3644
  "cURL is not enabled at your website server. Please contact your website "
@@ -3648,7 +3670,7 @@ msgstr ""
3648
  "posible que necesites contactar con el administrador de tu servidor para "
3649
  "verificar esto"
3650
 
3651
- #: super_socializer.php:1874
3652
  #, fuzzy, php-format
3653
  msgid ""
3654
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3657,7 +3679,7 @@ msgstr ""
3657
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3658
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3659
 
3660
- #: super_socializer.php:1877
3661
  #, fuzzy, php-format
3662
  msgid ""
3663
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3666,7 +3688,7 @@ msgstr ""
3666
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3667
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3668
 
3669
- #: super_socializer.php:1880
3670
  msgid ""
3671
  "Make sure cURL is enabled at your website server. You may need to contact "
3672
  "the server administrator of your website to verify this"
@@ -3675,134 +3697,134 @@ msgstr ""
3675
  "posible que necesites contactar con el administrador de tu servidor para "
3676
  "verificar esto"
3677
 
3678
- #: super_socializer.php:2047
3679
  msgid "Search"
3680
  msgstr ""
3681
 
3682
- #: super_socializer.php:2069
3683
  msgid "Your email has been verified. Now you can login to your account"
3684
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3685
 
3686
- #: super_socializer.php:2073
3687
  msgid "Notification"
3688
  msgstr "Notificación"
3689
 
3690
- #: super_socializer.php:2094
3691
  msgid "Please check your email inbox to complete the registration."
3692
  msgstr ""
3693
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3694
  "registro."
3695
 
3696
- #: super_socializer.php:2163
3697
  msgid "Leave a reply"
3698
  msgstr "Deja una respuesta"
3699
 
3700
- #: super_socializer.php:2179
3701
  #, fuzzy
3702
  msgid "Link copied."
3703
  msgstr "LinkedIn"
3704
 
3705
- #: super_socializer.php:2417
3706
  msgid "Super Socializer - General Options"
3707
  msgstr "Super Socializer - Opciones Generales"
3708
 
3709
- #: super_socializer.php:2488
3710
  msgid ""
3711
  "I agree to my personal data being stored and used as per Privacy Policy and "
3712
  "Terms and Conditions"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2492
3716
  msgid ""
3717
  "I revoke my consent to store and use my personal data. Kindly delete my "
3718
  "personal data saved in this website."
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2504
3722
  msgid "Small Avatar Url"
3723
  msgstr "Url de Avatar Pequeño"
3724
 
3725
- #: super_socializer.php:2508
3726
  msgid "Large Avatar Url"
3727
  msgstr "Url de Avatar Grande"
3728
 
3729
- #: super_socializer.php:2610
3730
  msgid "Login with your Social ID"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2611
3734
  msgid "Email you entered is already registered or invalid"
3735
  msgstr "El email que has escrito ya está registrado o no es válido"
3736
 
3737
- #: super_socializer.php:2618
3738
  msgid "Please enter a valid email address. You might be required to verify it"
3739
  msgstr ""
3740
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3741
  "verificarla"
3742
 
3743
- #: super_socializer.php:2622 super_socializer.php:3419
3744
  msgid "Link your social account to login to your account at this website"
3745
  msgstr ""
3746
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3747
  "web "
3748
 
3749
- #: super_socializer.php:2882
3750
  msgid "Thanks for installing Super Socializer plugin"
3751
  msgstr ""
3752
 
3753
- #: super_socializer.php:2884
3754
  msgid "Configure the Plugin"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2895
3758
  msgid ""
3759
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3760
  "current version of Super Socializer"
3761
  msgstr ""
3762
 
3763
- #: super_socializer.php:2904
3764
  msgid ""
3765
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3766
  "compatibility with the current version of Super Socializer"
3767
  msgstr ""
3768
 
3769
- #: super_socializer.php:2913
3770
  msgid ""
3771
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3772
  "compatibility with the current version of Super Socializer"
3773
  msgstr ""
3774
 
3775
- #: super_socializer.php:2922
3776
  msgid ""
3777
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3778
  "version of Super Socializer"
3779
  msgstr ""
3780
 
3781
- #: super_socializer.php:2931
3782
  msgid ""
3783
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3784
  "compatibility with the current version of Super Socializer"
3785
  msgstr ""
3786
 
3787
- #: super_socializer.php:2940
3788
  msgid ""
3789
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3790
  "for compatibility with the current version of Super Socializer"
3791
  msgstr ""
3792
 
3793
- #: super_socializer.php:2949
3794
  msgid ""
3795
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3796
  "with current version of Super Socializer"
3797
  msgstr ""
3798
 
3799
- #: super_socializer.php:2960
3800
  #, php-format
3801
  msgid ""
3802
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3803
  msgstr ""
3804
 
3805
- #: super_socializer.php:2969
3806
  #, php-format
3807
  msgid ""
3808
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3810,7 +3832,7 @@ msgid ""
3810
  "Instagram App Secret <a href=\"%s\">here</a>"
3811
  msgstr ""
3812
 
3813
- #: super_socializer.php:2978 super_socializer.php:2987
3814
  #, php-format
3815
  msgid ""
3816
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3819,13 +3841,13 @@ msgid ""
3819
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3820
  msgstr ""
3821
 
3822
- #: super_socializer.php:3003
3823
  #, php-format
3824
  msgid ""
3825
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3826
  msgstr ""
3827
 
3828
- #: super_socializer.php:3027
3829
  #, php-format
3830
  msgid ""
3831
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3833,14 +3855,14 @@ msgid ""
3833
  "target=\"_blank\">here</a>"
3834
  msgstr ""
3835
 
3836
- #: super_socializer.php:3027 super_socializer.php:3052
3837
- #: super_socializer.php:3077 super_socializer.php:3102
3838
- #: super_socializer.php:3135 super_socializer.php:3163
3839
- #: super_socializer.php:3190
3840
  msgid "Okay"
3841
  msgstr ""
3842
 
3843
- #: super_socializer.php:3052
3844
  #, php-format
3845
  msgid ""
3846
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3848,7 +3870,7 @@ msgid ""
3848
  "\">here</a>"
3849
  msgstr ""
3850
 
3851
- #: super_socializer.php:3077
3852
  #, php-format
3853
  msgid ""
3854
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3856,7 +3878,7 @@ msgid ""
3856
  "target=\"_blank\">here</a>"
3857
  msgstr ""
3858
 
3859
- #: super_socializer.php:3102
3860
  #, php-format
3861
  msgid ""
3862
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3864,13 +3886,13 @@ msgid ""
3864
  "target=\"_blank\">here</a>"
3865
  msgstr ""
3866
 
3867
- #: super_socializer.php:3113
3868
  #, php-format
3869
  msgid ""
3870
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3871
  msgstr ""
3872
 
3873
- #: super_socializer.php:3135
3874
  #, php-format
3875
  msgid ""
3876
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3878,7 +3900,7 @@ msgid ""
3878
  "\"%s\" target=\"_blank\">here</a>"
3879
  msgstr ""
3880
 
3881
- #: super_socializer.php:3163
3882
  #, php-format
3883
  msgid ""
3884
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3887,7 +3909,7 @@ msgid ""
3887
  "your website %s with them. No need to copy-paste any code from their website."
3888
  msgstr ""
3889
 
3890
- #: super_socializer.php:3190
3891
  #, php-format
3892
  msgid ""
3893
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3895,7 +3917,7 @@ msgid ""
3895
  "\"%s\" target=\"_blank\">here</a>"
3896
  msgstr ""
3897
 
3898
- #: super_socializer.php:3215
3899
  #, php-format
3900
  msgid ""
3901
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3903,16 +3925,27 @@ msgid ""
3903
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3904
  msgstr ""
3905
 
3906
- #: super_socializer.php:3215 super_socializer.php:3242
3907
  msgid "Dismiss"
3908
  msgstr ""
3909
 
3910
- #: super_socializer.php:3495
3911
  msgid ""
3912
  "Your browser is blocking some features of this website. Please follow the "
3913
  "instructions at {support_url} to unblock these."
3914
  msgstr ""
3915
 
 
 
 
 
 
 
 
 
 
 
 
3916
  #~ msgid "Dismiss this notice"
3917
  #~ msgstr "No volver a mostrar este aviso"
3918
 
@@ -4198,9 +4231,6 @@ msgstr ""
4198
  #~ msgid "Excerpts"
4199
  #~ msgstr "Extractos"
4200
 
4201
- #~ msgid "Username: %s"
4202
- #~ msgstr "Nombre de usuario: %s"
4203
-
4204
  #~ msgid "Password: %s"
4205
  #~ msgstr "Contraseña: %s"
4206
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:36+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1999
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
34
  "conseguir tu Twitter Key"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Opciones Generales"
40
 
83
  "style&gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
87
+ #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Guardar Cambios"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
93
+ #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
100
+ #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
216
  msgstr "Interfaz Flotante"
217
 
218
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
219
+ #: admin/social_sharing.php:1622
220
  msgid "Miscellaneous"
221
  msgstr "Miscelánea"
222
 
225
  msgstr ""
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
+ #: admin/social_login.php:45 admin/social_login.php:1962
229
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
+ #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
232
  msgstr "Widgets y Shortcodes"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
+ #: admin/social_login.php:46 admin/social_login.php:1976
237
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "FAQ"
240
 
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "Url de la página web donde los iconos están localizados (por defecto)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
267
  msgid "Url of the homepage of your website"
268
  msgstr "Url de la página de inicio de tu sitio web"
269
 
277
  msgstr "Url para los Me gusta / Compartir / Tweets y mostrar sus contadores"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
296
  "reordenarlas."
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
300
  msgid "Horizontal alignment"
301
  msgstr "Alineación horizontal"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
306
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
307
+ #: inc/widget.php:1068
308
  msgid "Left"
309
  msgstr "Izquierda"
310
 
311
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
312
  msgid "Center"
313
  msgstr "Centrar"
314
 
315
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
316
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
317
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
318
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
319
+ #: inc/widget.php:1075
320
  msgid "Right"
321
  msgstr "Derecha"
322
 
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
  #: admin/social_login.php:1548 admin/social_login.php:1577
349
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Página de Inicio"
352
 
353
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
354
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
355
  msgid "Posts"
356
  msgstr "Entradas"
357
 
358
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
359
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
360
  msgid "Pages"
361
  msgstr "Páginas"
362
 
363
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
364
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
365
  #, fuzzy
366
  msgid "Excerpts and Posts page"
367
  msgstr "Extractos (en la Página de Inicio)"
368
 
369
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
370
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
371
  msgid "Category Archives"
372
  msgstr "Archivos por Categoría"
373
 
374
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
375
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
376
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
377
  msgstr ""
378
  "Páginas de Archivo (Categoría, Etiqueta, Autor o páginas clasificadas por "
387
  msgstr "Grupo BuddyPress (sólo encima del contenido)"
388
 
389
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
390
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
391
  msgid "BBPress forum"
392
  msgstr "Foro BBPress"
393
 
394
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
395
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
396
  msgid "BBPress topic"
397
  msgstr "Tema BBPress"
398
 
429
  msgstr "Control maestro para permitir el widget vertical flotante del contador"
430
 
431
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
432
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
433
+ #: inc/widget.php:463 inc/widget.php:776
434
  msgid "Background Color"
435
  msgstr "Color del fondo"
436
 
446
  "conseguir el código hexadecimal del color que desees en <a href=\"http://www."
447
  "colorpicker.com/\" target=\"_blank\">este enlace</a>"
448
 
449
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
450
  msgid "Left offset"
451
  msgstr "Desplazamiento a la izquierda"
452
 
459
  "la derecha y al disminuirlo se desplazará hacia la izquierda. El número "
460
  "puede ser negativo también."
461
 
462
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
463
  msgid "Right offset"
464
  msgstr "Desplazamiento a la derecha"
465
 
472
  "la izquierda y al disminuirlo se desplazará hacia la derecha. El número "
473
  "puede ser negativo también."
474
 
475
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
476
  msgid "Top offset"
477
  msgstr "Desplazamiento hacia arriba"
478
 
484
  "Especifica un número. Al incrementar el número la interfaz se desplazará "
485
  "hacia abajo y al disminuirlo se desplazará hacia arriba."
486
 
487
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
488
  msgid "BuddyPress group"
489
  msgstr "grupo BuddyPress"
490
 
502
  "Si se activa, la barra vertical de botones Me gusta no aparecerá en "
503
  "dispositivos móviles"
504
 
505
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
506
  msgid "Url shortener"
507
  msgstr "Acortador de Url"
508
 
522
  msgid "Enable bit.ly url shortener for tweet button"
523
  msgstr "Permitir el abreviador de url bit.ly para el botón de twittear"
524
 
525
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
526
  msgid "Master control to enable bit.ly url shortening for sharing"
527
  msgstr ""
528
  "Control maestro para permitir el acortamiento de URL bit.ly para compartir"
529
 
530
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
531
  msgid "Bit.ly generic access token"
532
  msgstr ""
533
 
534
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
535
  #, php-format
536
  msgid ""
537
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
540
  "\">link</a>"
541
  msgstr ""
542
 
543
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
544
  msgid "Clear Bitly Cache"
545
  msgstr ""
546
 
547
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
548
  msgid "ShortUrl cache cleared successfully."
549
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
550
 
551
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
552
  msgid ""
553
  "Use this to delete short urls saved in database. Handy, if urls of your "
554
  "website have been changed but short urls are still being generated for old "
559
  "url cortas todavía se están generando para viejas url."
560
 
561
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
562
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
563
+ #: admin/social_sharing.php:1779
564
  msgid "Language"
565
  msgstr "Idioma"
566
 
604
  "compartido en Buffer como \"via @USERNAME\". Déjalo vacío si no quieres "
605
  "ningún nombre de usuario."
606
 
607
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
608
  msgid "myCRED"
609
  msgstr ""
610
 
611
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
612
  msgid "Append myCRED referral ID to the urls being shared"
613
  msgstr ""
614
 
616
  msgid "Like Buttons Shortcode & Widget"
617
  msgstr "Shortcode y Widget Botones Me gusta"
618
 
619
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
620
  msgid "Why is there so much space between like buttons?"
621
  msgstr ""
622
 
623
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
624
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
625
  msgstr ""
626
 
627
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
628
  msgid "How to Place Title and Social Share Icons in the Same Row?"
629
  msgstr ""
630
 
631
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
632
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
633
  #, fuzzy
634
  msgid "More"
635
  msgstr ""
847
  msgid "Social Commenting Shortcode"
848
  msgstr "Shortcode de Comentarios Sociales"
849
 
850
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
851
+ #: admin/social_sharing.php:1934
852
  msgid ""
853
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
854
  "an online website for the plugin to function properly."
865
  "Https?"
866
  msgstr ""
867
 
868
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
869
+ #: admin/social_sharing.php:1949
870
  msgid "Why is my browser blocking some features of the plugin?"
871
  msgstr ""
872
 
903
  msgid "Advanced Configuration"
904
  msgstr "Configuración básica"
905
 
906
+ #: admin/social_login.php:41 admin/social_login.php:1762
907
+ #: super_socializer.php:2492
908
  msgid "GDPR"
909
  msgstr ""
910
 
911
+ #: admin/social_login.php:43 admin/social_login.php:1913
912
  msgid "XProfile Integration"
913
  msgstr ""
914
 
2095
  "Si está activa, los usuarios podrán actualizar su avatar social desde la "
2096
  "sección \"Foto de perfil\" en el perfil BuddyPress, en la vista de usuario"
2097
 
2098
+ #: admin/social_login.php:1490 super_socializer.php:2098
2099
  msgid "Email required"
2100
  msgstr "Email requerido"
2101
 
2155
  msgstr "Página de perfil de BuddyPress"
2156
 
2157
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2158
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2159
  msgid "Custom Url"
2160
  msgstr "Url personalizada"
2161
 
2172
  msgid "Same page from where user registered"
2173
  msgstr "La misma página en la que el usuario se ha registrado"
2174
 
2175
+ #: admin/social_login.php:1591
2176
+ #, fuzzy
2177
+ msgid "Username Separator"
2178
+ msgstr "Nombre de usuario: %s"
2179
+
2180
+ #: admin/social_login.php:1595
2181
+ msgid "Dash (-)"
2182
+ msgstr ""
2183
+
2184
+ #: admin/social_login.php:1597
2185
+ msgid "Underscore (_)"
2186
+ msgstr ""
2187
+
2188
+ #: admin/social_login.php:1599
2189
+ msgid "Dot (.)"
2190
+ msgstr ""
2191
+
2192
+ #: admin/social_login.php:1601
2193
+ msgid "None"
2194
+ msgstr ""
2195
+
2196
+ #: admin/social_login.php:1609
2197
  msgid ""
2198
+ "Choose one of the underscore, dot or dash to use to join first and last "
2199
+ "names in the usernames of the new users"
2200
  msgstr ""
 
 
2201
 
2202
+ #: admin/social_login.php:1618
2203
  #, fuzzy
2204
  msgid "Social Account Linking Options"
2205
  msgstr "Comentarios en redes sociales"
2206
 
2207
+ #: admin/social_login.php:1633
2208
  #, fuzzy
2209
  msgid "Text to display above the Social Account Linking interface"
2210
  msgstr ""
2211
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2212
 
2213
+ #: admin/social_login.php:1640
2214
  #, fuzzy
2215
  msgid ""
2216
  "Link social account to already existing account, if email address matches"
2218
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
2219
  "web "
2220
 
2221
+ #: admin/social_login.php:1650
2222
  msgid ""
2223
  "If email address of the user's Social Account matches with an already "
2224
  "existing account at your website, that social account will be linked to "
2226
  "Linking interface at their profile page."
2227
  msgstr ""
2228
 
2229
+ #: admin/social_login.php:1658
2230
  msgid "Enable social account linking at BuddyPress profile page"
2231
  msgstr ""
2232
  "Permitir cuenta de red social enlazando a la página de perfil de BuddyPress"
2233
 
2234
+ #: admin/social_login.php:1668
2235
  msgid ""
2236
  "Enable this option to show social account linking interface at BuddyPress "
2237
  "profile page"
2239
  "Activa esta opción para mostrar la cuenta social enlazando a la interfaz de "
2240
  "la página de perfil de BuddyPress"
2241
 
2242
+ #: admin/social_login.php:1679
2243
  msgid "Email popup options"
2244
  msgstr "Opciones de popup del Email"
2245
 
2246
+ #: admin/social_login.php:1684
2247
  msgid "Text on 'Email required' popup"
2248
  msgstr "Texto del popup 'Email requerido'"
2249
 
2250
+ #: admin/social_login.php:1694
2251
  msgid ""
2252
  "This text will be displayed on email required popup. Leave empty if not "
2253
  "required."
2255
  "Este texto se mostrará en el popup de email requerido. Déjalo en blanco si "
2256
  "no es necesario."
2257
 
2258
+ #: admin/social_login.php:1702
2259
  msgid "Error message for 'Email required' popup"
2260
  msgstr "Mensaje de error para el popup de 'Email requerido'"
2261
 
2262
+ #: admin/social_login.php:1712
2263
  msgid ""
2264
  "This message will be displayed to user if it provides invalid or already "
2265
  "registered email"
2267
  "Este mensaje se mostrará si el usuario introduce un email no válido o ya "
2268
  "registrado"
2269
 
2270
+ #: admin/social_login.php:1720
2271
  msgid "Email popup height"
2272
  msgstr "Altura del popup del Email"
2273
 
2274
+ #: admin/social_login.php:1730
2275
  msgid ""
2276
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2277
  "can increase the height of popup by specifying in this option. Leave empty "
2281
  "requerido\", puedes aumentar la altura del popup especificándola en esta "
2282
  "opción. Déjala en blanco para la altura por defecto."
2283
 
2284
+ #: admin/social_login.php:1737
2285
  msgid "Enable email verification"
2286
  msgstr "Activar verificación por email"
2287
 
2288
+ #: admin/social_login.php:1747
2289
  msgid ""
2290
  "If enabled, email provided by the user will be verified by sending a "
2291
  "confirmation link to that email. User would not be able to login without "
2295
  "por el usuario. El usuario no podrá conectarse sin verificar su email y "
2296
  "pulsar este enlace"
2297
 
2298
+ #: admin/social_login.php:1767
2299
  #, fuzzy
2300
  msgid "Enable GDPR opt-in"
2301
  msgstr "Permitir Comentarios de Disqus"
2302
 
2303
+ #: admin/social_login.php:1777
2304
  msgid ""
2305
  "Enable it to show GDPR opt-in for social login and social account linking"
2306
  msgstr ""
2307
 
2308
+ #: admin/social_login.php:1785
2309
  #, fuzzy
2310
  msgid "Placement of GDPR opt-in"
2311
  msgstr "Permitir Comentarios de Disqus"
2312
 
2313
+ #: admin/social_login.php:1789
2314
  #, fuzzy
2315
  msgid "Above Social Login icons"
2316
  msgstr "Ingreso a través de redes sociales"
2317
 
2318
+ #: admin/social_login.php:1791
2319
  #, fuzzy
2320
  msgid "Below Social Login icons"
2321
  msgstr "Ingreso a través de redes sociales"
2322
 
2323
+ #: admin/social_login.php:1797
2324
  #, fuzzy
2325
  msgid "Placement of GDPR opt-in above or below the social login icons"
2326
  msgstr ""
2327
  "Texto para mostrar sobre la interfaz del Ingreso a través de redes sociales"
2328
 
2329
+ #: admin/social_login.php:1804
2330
  msgid "Opt-in text"
2331
  msgstr ""
2332
 
2333
+ #: admin/social_login.php:1814
2334
  #, fuzzy
2335
  msgid "Text for the GDPR opt-in"
2336
  msgstr "Permitir Comentarios de Disqus"
2337
 
2338
+ #: admin/social_login.php:1821
2339
  msgid "Text to link to Terms-Conditions page"
2340
  msgstr ""
2341
 
2342
+ #: admin/social_login.php:1831
2343
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2344
  msgstr ""
2345
 
2346
+ #: admin/social_login.php:1838
2347
  msgid "Terms-Conditions Url"
2348
  msgstr ""
2349
 
2350
+ #: admin/social_login.php:1848
2351
  #, fuzzy
2352
  msgid "Url of the terms-conditions page of your website"
2353
  msgstr "Url de la página de inicio de tu sitio web"
2354
 
2355
+ #: admin/social_login.php:1855
2356
  msgid "Text to link to Privacy Policy page"
2357
  msgstr ""
2358
 
2359
+ #: admin/social_login.php:1865
2360
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2361
  msgstr ""
2362
 
2363
+ #: admin/social_login.php:1872
2364
  msgid "Privacy Policy Url"
2365
  msgstr ""
2366
 
2367
+ #: admin/social_login.php:1882
2368
  #, fuzzy
2369
  msgid "Url of the privacy policy page of your website"
2370
  msgstr "Url de la página de inicio de tu sitio web"
2371
 
2372
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2373
+ #: inc/widget.php:605 inc/widget.php:754
2374
  msgid "Select"
2375
  msgstr "Seleccionar"
2376
 
2377
+ #: admin/social_login.php:1964
2378
  msgid "Social Login Shortcode & Widget"
2379
  msgstr "Widget y Shortcode para el Ingreso a través de redes sociales"
2380
 
2381
+ #: admin/social_login.php:1965
2382
  msgid "Social Linking Shortcode"
2383
  msgstr "Shortcode para enlace a través de redes sociales"
2384
 
2385
+ #: admin/social_login.php:1980
2386
  msgid "Why is social login not working?"
2387
  msgstr ""
2388
 
2389
+ #: admin/social_login.php:1981
2390
  msgid ""
2391
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2392
  "belong to the same app"
2429
  msgstr "Forma"
2430
 
2431
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2432
+ #: inc/widget.php:1104
2433
  msgid "Round"
2434
  msgstr "Redondeado"
2435
 
2436
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2437
+ #: inc/widget.php:1105
2438
  msgid "Square"
2439
  msgstr "Cuadrado"
2440
 
2612
  "the icon"
2613
  msgstr ""
2614
 
2615
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2616
+ msgid "Youtube URL"
2617
+ msgstr ""
 
2618
 
2619
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2620
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2621
  msgstr ""
2622
 
2623
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2624
  #, fuzzy
2625
  msgid "HTML ID of container element of comment form"
2626
  msgstr "HTML ID del contenedor del formulario de comentario"
2627
 
2628
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2629
  msgid ""
2630
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2631
  "icon."
2632
  msgstr ""
2633
 
2634
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2635
  msgid "Rearrange icons"
2636
  msgstr "Reorganizar iconos"
2637
 
2638
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2639
  msgid "Drag the icons to rearrange in desired order"
2640
  msgstr "Arrastra los iconos para reorganizarlos en el orden deseado"
2641
 
2642
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2643
  msgid "Select Sharing Services"
2644
  msgstr "Selecciona los Servicios para Compartir"
2645
 
2646
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2647
  msgid "Select sharing services to show in social share bar"
2648
  msgstr ""
2649
  "Selecciona los servicios para compartir en la barra de Compartir en redes "
2650
  "sociales"
2651
 
2652
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2653
  #, fuzzy
2654
  msgid "Search social network"
2655
  msgstr "como red social primaria"
2656
 
2657
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2658
  msgid "Horizontal alignment of the sharing interface"
2659
  msgstr "Alineación horizontal de la interfaz de Compartir"
2660
 
2663
  msgstr ""
2664
  "Especifica la posición de la interfaz de Compartir respecto al contenido"
2665
 
2666
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2667
  msgid "Placement"
2668
  msgstr "Ubicación"
2669
 
2672
  msgstr ""
2673
  "Especifica las páginas donde tú quieres permitir la interfaz de Compartir"
2674
 
2675
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2676
  msgid "Show share counts"
2677
  msgstr "Mostrar contadores de las veces compartidas"
2678
 
2679
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2680
  #, fuzzy
2681
  msgid ""
2682
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2686
  "Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, "
2687
  "Stumbleupon, Odnoklassniki y Vkontakte"
2688
 
2689
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2690
  #, php-format
2691
  msgid ""
2692
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2695
  "their website."
2696
  msgstr ""
2697
 
2698
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2699
  msgid "If enabled, share counts are displayed above sharing icons."
2700
  msgstr ""
2701
  "Si se activa, los contadores de veces compartidas aparecerán encima de los "
2702
  "iconos de compartir."
2703
 
2704
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2705
+ #: admin/social_sharing.php:1721
2706
  msgid "Track Social Shares for Every Social Network"
2707
  msgstr ""
2708
 
2709
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2710
  msgid "Show total shares"
2711
  msgstr "Mostrar número total de veces compartidas"
2712
 
2713
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2714
  msgid "If enabled, total shares will be displayed with sharing icons"
2715
  msgstr ""
2716
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
2717
  "de compartir."
2718
 
2719
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2720
  msgid "Enable 'More' icon"
2721
  msgstr "Permitir el icono 'Más'"
2722
 
2723
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2724
  msgid ""
2725
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2726
  "which shows additional sharing networks in popup"
2740
  msgid "Master control to enable floating sharing widget"
2741
  msgstr "Control maestro para permitir el widget flotante de compartir"
2742
 
2743
+ #: admin/social_sharing.php:1338
2744
  msgid ""
2745
  "Specify the color or hex code (example #cc78e0) for the background of "
2746
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2752
  "Puedes conseguir el código hexadecimal del color que desees en <a href="
2753
  "\"http://www.colorpicker.com/\" target=\"_blank\">este enlace</a>"
2754
 
2755
+ #: admin/social_sharing.php:1376
2756
  msgid ""
2757
  "Specify a number. Increase in number will shift sharing interface towards "
2758
  "right and decrease will shift it towards left. Number can be negative too."
2761
  "desplazará hacia la derecha, mientras que al disminuirlo se desplazará hacia "
2762
  "la izquierda. El número puede ser negativo también."
2763
 
2764
+ #: admin/social_sharing.php:1395
2765
  msgid ""
2766
  "Specify a number. Increase in number will shift sharing interface towards "
2767
  "left and decrease will shift it towards right. Number can be negative too."
2770
  "desplazará hacia la izquierda, mientras que al disminuirlo se desplazará "
2771
  "hacia la derecha. El número puede ser negativo también."
2772
 
2773
+ #: admin/social_sharing.php:1413
2774
  msgid ""
2775
  "Specify a number. Increase in number will shift sharing interface towards "
2776
  "bottom and decrease will shift it towards top."
2779
  "desplazará hacia abajo, mientras que al disminuirlo se desplazará hacia "
2780
  "abajo."
2781
 
2782
+ #: admin/social_sharing.php:1469
2783
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2784
  msgstr ""
2785
  "Especifica las páginas donde quieres permitir la interfaz vertical de "
2786
  "Compartir"
2787
 
2788
+ #: admin/social_sharing.php:1538
2789
  #, fuzzy
2790
  msgid "Hide floating slider"
2791
  msgstr "Ocultar para usuarios conectados:"
2792
 
2793
+ #: admin/social_sharing.php:1548
2794
  msgid "Hides the slider arrow present below the floating share bar"
2795
  msgstr ""
2796
 
2797
+ #: admin/social_sharing.php:1555
2798
  msgid "Vertical floating bar responsiveness"
2799
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2800
 
2801
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2802
  #, php-format
2803
  msgid "Display vertical interface only when screen is wider than %s pixels"
2804
  msgstr ""
2805
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que %s "
2806
  "pixels"
2807
 
2808
+ #: admin/social_sharing.php:1565
2809
  msgid ""
2810
  "Display vertical interface only when screen is wider than the width "
2811
  "specified."
2813
  "Mostrar la interfaz vertical sólo cuando la pantalla es más ancha que el "
2814
  "ancho especificado."
2815
 
2816
+ #: admin/social_sharing.php:1572
2817
  msgid "Horizontal floating bar responsiveness"
2818
  msgstr "Barra flotante vertical adaptativa multidispositivo (responsiveness)"
2819
 
2820
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2821
  #, php-format
2822
  msgid ""
2823
  "Stick vertical floating interface horizontally at bottom only when screen is "
2826
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2827
  "fondo sólo cuando la pantalla sea más estrecha que %s pixels"
2828
 
2829
+ #: admin/social_sharing.php:1582
2830
  msgid ""
2831
  "Stick vertical floating interface horizontally at bottom only when screen is "
2832
  "narrower than the width specified"
2834
  "Mantener siempre visible la interfaz vertical flotante horizontalmente en el "
2835
  "fondo sólo cuando la pantalla sea más estrecha que el ancho especificado"
2836
 
2837
+ #: admin/social_sharing.php:1591
2838
  msgid "Horizontal floating bar position"
2839
  msgstr "Posición de la barra flotante horizontal"
2840
 
2841
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2842
  #, php-format
2843
  msgid "%s pixels from %s"
2844
  msgstr "%s pixels de %s"
2845
 
2846
+ #: admin/social_sharing.php:1595
2847
  msgid "Auto-adjust according to screen width (responsive)"
2848
  msgstr ""
2849
 
2850
+ #: admin/social_sharing.php:1602
2851
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2852
  msgstr ""
2853
  "Alineación de la interfaz flotante horizontal, El número puede ser negativo "
2854
  "también."
2855
 
2856
+ #: admin/social_sharing.php:1627
2857
  msgid "Use plain background for Instagram icon"
2858
  msgstr ""
2859
 
2860
+ #: admin/social_sharing.php:1637
2861
  msgid ""
2862
  "Uses plain background for Instagram icon instead of multicolored background"
2863
  msgstr ""
2864
 
2865
+ #: admin/social_sharing.php:1650
2866
  msgid "Use shortlinks already installed"
2867
  msgstr "Utiliza los shortlinks ya instalados"
2868
 
2869
+ #: admin/social_sharing.php:1660
2870
  msgid "Uses default short url permalinks without using any additional plugin"
2871
  msgstr ""
2872
 
2873
+ #: admin/social_sharing.php:1667
2874
  msgid "Enable bit.ly url shortener for sharing"
2875
  msgstr "Habilitar acortador de url bit.ly para compartir"
2876
 
2877
+ #: admin/social_sharing.php:1726
2878
  msgid "Share Count Cache"
2879
  msgstr ""
2880
 
2881
+ #: admin/social_sharing.php:1731
2882
  msgid "Refresh Share Count cache every"
2883
  msgstr ""
2884
 
2885
+ #: admin/social_sharing.php:1736
2886
  msgid "Second(s)"
2887
  msgstr ""
2888
 
2889
+ #: admin/social_sharing.php:1737
2890
  msgid "Minute(s)"
2891
  msgstr ""
2892
 
2893
+ #: admin/social_sharing.php:1738
2894
  msgid "Hour(s)"
2895
  msgstr ""
2896
 
2897
+ #: admin/social_sharing.php:1739
2898
  msgid "Day(s)"
2899
  msgstr ""
2900
 
2901
+ #: admin/social_sharing.php:1747
2902
  #, php-format
2903
  msgid ""
2904
  "Frequent cache refreshing results in slower loading of pages with share "
2906
  "target=\"_blank\">here</a>"
2907
  msgstr ""
2908
 
2909
+ #: admin/social_sharing.php:1754
2910
  msgid "Clear Share Counts Cache"
2911
  msgstr ""
2912
 
2913
+ #: admin/social_sharing.php:1758
2914
  #, fuzzy
2915
  msgid "Share Counts cache cleared successfully."
2916
  msgstr "La caché de ShortUrl se ha vaciado con éxito."
2917
 
2918
+ #: admin/social_sharing.php:1765
2919
  msgid "Use this to clear cached share counts"
2920
  msgstr ""
2921
 
2922
+ #: admin/social_sharing.php:1789
2923
  #, php-format
2924
  msgid ""
2925
  "Enter the code of the language you want to use for like buttons. You can "
2930
  "gusta\". Puedes encontrar los códigos de idioma en <a href=\"%s\" target="
2931
  "\"_blank\">este enlace</a>. Déjalo vacío para el idioma por defecto (Inglés)"
2932
 
2933
+ #: admin/social_sharing.php:1798
2934
  msgid "Username in sharing"
2935
  msgstr "Nombre de usuario en Compartir"
2936
 
2937
+ #: admin/social_sharing.php:1803
2938
  msgid "Twitter username (without @)"
2939
  msgstr "Nombre de usuario de Twitter (sin @)"
2940
 
2941
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2942
  msgid ""
2943
  "Provided username will be appended after the content being shared as \"via "
2944
  "@USERNAME\". Leave empty if you do not want any username in the content "
2948
  "sea comparte como \"via @USERNAME\". Déjalo vacío si no quieres ningún "
2949
  "nombre de usuario en el contenido compartido."
2950
 
2951
+ #: admin/social_sharing.php:1821
2952
  msgid "Buffer username (without @)"
2953
  msgstr "Nombre de usuario de Buffer (sin @)"
2954
 
2955
+ #: admin/social_sharing.php:1840
2956
  msgid "AMP"
2957
  msgstr ""
2958
 
2959
+ #: admin/social_sharing.php:1845
2960
  #, fuzzy
2961
  msgid "Enable sharing on AMP pages"
2962
  msgstr "Permitir Página de Ingreso"
2963
 
2964
+ #: admin/social_sharing.php:1855
2965
  msgid "Enable this option to render sharing icons on AMP pages"
2966
  msgstr ""
2967
 
2968
+ #: admin/social_sharing.php:1912
2969
  msgid "Facebook Sharing Troubleshooter"
2970
  msgstr "Resolución de problemas al Compartir en Facebook"
2971
 
2972
+ #: admin/social_sharing.php:1917
2973
  #, fuzzy
2974
  msgid ""
2975
  "If Facebook sharing is not working fine, click at the following link and "
2980
  "en el siguiente enlace e introduce la url problemática de tu sitio web (la "
2981
  "que Facebook no está compartiendo correctamente) en el campo de texto:"
2982
 
2983
+ #: admin/social_sharing.php:1935
2984
  msgid ""
2985
  "Why is sharer not showing the correct image, title and other meta tags "
2986
  "content?"
2987
  msgstr ""
2988
 
2989
+ #: admin/social_sharing.php:1936
2990
  msgid "Why is Facebook share count not working?"
2991
  msgstr ""
2992
 
2993
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2994
  #, php-format
2995
  msgid ""
2996
  "After the recent changes introduced in the Facebook graph API, it's not "
2999
  "not just for Facebook but for all the social networks"
3000
  msgstr ""
3001
 
3002
+ #: admin/social_sharing.php:1939
3003
  msgid "Why is Instagram icon redirecting to Instagram website?"
3004
  msgstr ""
3005
 
3006
+ #: admin/social_sharing.php:1940
3007
  msgid ""
3008
  "Instagram icon is there to send website visitors to the Instagram page of "
3009
  "your choice. You can save the desired Instagram handle in \"Instagram "
3011
  "sections."
3012
  msgstr ""
3013
 
3014
+ #: admin/social_sharing.php:1943
3015
  #, fuzzy
3016
  msgid "How to customize the url being shared?"
3017
  msgstr ""
3018
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3019
  "compartidas?"
3020
 
3021
+ #: admin/social_sharing.php:1944
3022
  msgid ""
3023
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3024
  msgstr ""
3025
 
3026
+ #: admin/social_sharing.php:1945
3027
  msgid ""
3028
  "It takes some time for their service to track the shares made on Twitter "
3029
  "from your website. If you still feel it's taking too long you can contact "
3030
  "their support directly from their website."
3031
  msgstr ""
3032
 
3033
+ #: admin/social_sharing.php:1948
3034
  msgid ""
3035
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3036
  msgstr ""
3037
 
3038
+ #: admin/social_sharing.php:1950
3039
  msgid "Why the color of share icons is not being updated?"
3040
  msgstr ""
3041
 
3042
+ #: admin/social_sharing.php:1951
3043
  msgid "Why Facebook share counts are not appearing?"
3044
  msgstr ""
3045
 
3046
+ #: admin/social_sharing.php:1952
3047
  msgid ""
3048
  "How can I show share counts of my website rather than of individual pages/"
3049
  "posts?"
3051
  "¿Cómo puedo mostrar los contadores de veces compartidas de mi sitio web en "
3052
  "lugar de páginas individuales o entradas?"
3053
 
3054
+ #: admin/social_sharing.php:1953
3055
  msgid "How can I disable sharing on particular page/post?"
3056
  msgstr ""
3057
  "¿Cómo puedo desactivar los botones de Compartir en una página individual o "
3058
  "entrada?"
3059
 
3060
+ #: admin/social_sharing.php:1954
3061
  msgid "How can I specify minimum sharing count for sharing networks?"
3062
  msgstr ""
3063
  "¿Cómo puedo especificar el número mínimo de veces compartidas para las redes "
3064
  "sociales?"
3065
 
3066
+ #: admin/social_sharing.php:1955
3067
  msgid "How to share specific page?"
3068
  msgstr "¿Cómo compartir una página específica?"
3069
 
3070
+ #: admin/social_sharing.php:1956
3071
  msgid "How to integrate Google Analytics with sharing?"
3072
  msgstr "¿Cómo integrar Google Analytics con Compartir?"
3073
 
3074
+ #: admin/social_sharing.php:1957
3075
  msgid "How to customize the look of total share counts?"
3076
  msgstr ""
3077
  "¿Cómo personalizar el aspecto de los contadores totales de veces compartidas?"
3078
 
3079
+ #: admin/social_sharing.php:1958
3080
  msgid "How to customize the look of individual share counts?"
3081
  msgstr ""
3082
  "¿Cómo personalizar el aspecto de los contadores individuales de veces "
3083
  "compartidas?"
3084
 
3085
+ #: admin/social_sharing.php:1959
3086
  msgid "How to show Whatsapp icon only on mobile devices?"
3087
  msgstr "¿Cómo mostrar el icono de WhatsApp sólo en dispositivos móviles?"
3088
 
3089
+ #: admin/social_sharing.php:1960
3090
  msgid "How to hide arrow after floating sharing bar?"
3091
  msgstr ""
3092
 
3093
+ #: admin/social_sharing.php:1961
3094
  msgid "Why is share count not getting updated?"
3095
  msgstr ""
3096
 
3180
  msgid "Floating Sharing Interface"
3181
  msgstr "Interfaz Flotante de botones Compartir"
3182
 
3183
+ #: helper.php:911 super_socializer.php:2508
3184
  msgid "Social Avatar"
3185
  msgstr "Avatar Social"
3186
 
3187
+ #: helper.php:914 super_socializer.php:2519
3188
  msgid ""
3189
  "Do not fetch and update social avatar from my profile, next time I Social "
3190
  "Login"
3192
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
3193
  "próxima vez | Social Login"
3194
 
3195
+ #: helper.php:915 super_socializer.php:2523
3196
  msgid "Update social avatar, next time I Social Login"
3197
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
3198
 
3199
+ #: helper.php:918
3200
  msgid "Small Avatar"
3201
  msgstr "Avatar Pequeño"
3202
 
3203
+ #: helper.php:922
3204
  msgid "Large Avatar"
3205
  msgstr "Avatar Grande"
3206
 
3207
+ #: helper.php:982 super_socializer.php:2076
3208
  msgid "Please verify your email address to login."
3209
  msgstr "Por favor verifica tu dirección de email para ingresar."
3210
 
3211
+ #: helper.php:1019
3212
  msgid "Click to delete social profile data"
3213
  msgstr ""
3214
 
3215
+ #: helper.php:1048
3216
  #, fuzzy
3217
  msgid "Deleting"
3218
  msgstr "Ajustes"
3219
 
3220
+ #: helper.php:1058
3221
  msgid "Deleted"
3222
  msgstr ""
3223
 
3224
+ #: helper.php:1060
3225
  msgid "Something bad happened"
3226
  msgstr ""
3227
 
3238
  "\"Configuración Básica\" en la página del panel de control \"Super "
3239
  "Socializer > Social Login\""
3240
 
3241
+ #: inc/social_login.php:1047
3242
  #, fuzzy
3243
  msgid "Email"
3244
  msgstr "Opciones de popup del Email"
3245
 
3246
+ #: inc/social_login.php:1048
3247
  msgid "Confirm email"
3248
  msgstr ""
3249
 
3250
+ #: inc/social_login.php:1050
3251
  msgid "Save"
3252
  msgstr ""
3253
 
3254
+ #: inc/social_login.php:1051
3255
  msgid "Cancel"
3256
  msgstr ""
3257
 
3258
+ #: inc/social_login.php:1125
3259
  #, fuzzy
3260
  msgid "Email Verification"
3261
  msgstr "Activar verificación por email"
3262
 
3263
+ #: inc/social_login.php:1127
3264
  msgid ""
3265
  "Please click on the following link or paste it in browser to verify your "
3266
  "email"
3282
  msgid "Total Shares"
3283
  msgstr "Mostrar número total de veces compartidas"
3284
 
3285
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3286
  #, fuzzy
3287
  msgid "Share"
3288
  msgstr "Posición del contador de veces compartidas"
3289
 
3290
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3291
  #, fuzzy
3292
  msgid "Shares"
3293
  msgstr ""
3294
  "Si se activa, los contadores de veces compartidas aparecerán con los iconos "
3295
  "de compartir."
3296
 
3297
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3298
  msgid "Invalid request"
3299
  msgstr "Petición no válida"
3300
 
3301
+ #: inc/social_sharing.php:973
3302
  msgid "Providers not selected"
3303
  msgstr "Redes sociales no seleccionadas"
3304
 
3335
  msgid "Title (after login):"
3336
  msgstr ""
3337
 
3338
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3339
  msgid "Before widget content:"
3340
  msgstr "Contenido antes del widget:"
3341
 
3342
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3343
  msgid "After widget content:"
3344
  msgstr "Contenido después del widget:"
3345
 
3346
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3347
+ #: inc/widget.php:779
3348
  msgid "Hide for logged in users:"
3349
  msgstr "Ocultar para usuarios conectados:"
3350
 
3358
  "sitio web compartir contenido en redes sociales populares como Facebook, "
3359
  "Twitter, Tumblr, Google+ y muchas más"
3360
 
3361
+ #: inc/widget.php:253
3362
+ msgid "Note"
3363
+ msgstr ""
3364
+
3365
  #: inc/widget.php:253
3366
  #, fuzzy
3367
  msgid ""
3371
  "Asegúrate de que \"Compartir en redes sociales Vertical\" está permitido en "
3372
  "la página \"Super Socializer > Social Sharing\""
3373
 
3374
+ #: inc/widget.php:254 inc/widget.php:601
3375
  msgid "Title:"
3376
  msgstr "Título:"
3377
 
3383
  msgid "Show total shares:"
3384
  msgstr "Mostrar el total de publicaciones compartidas:"
3385
 
3386
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3387
  msgid "Target Url:"
3388
  msgstr "Target Url:"
3389
 
3390
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3391
  #, fuzzy
3392
  msgid "Custom URL"
3393
  msgstr "Url personalizada"
3411
  "Asegúrate de que \"Compartir en redes sociales Horizontal\" está permitido "
3412
  "en la página \"Super Socializer > Social Sharing\""
3413
 
3414
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3415
  msgid "Alignment"
3416
  msgstr "Alineación"
3417
 
3418
+ #: inc/widget.php:453 inc/widget.php:766
3419
  msgid "Left Offset"
3420
  msgstr "Desplazamiento a la izquierda"
3421
 
3422
+ #: inc/widget.php:457 inc/widget.php:770
3423
  msgid "Right Offset"
3424
  msgstr "Desplazamiento a la derecha"
3425
 
3426
+ #: inc/widget.php:460 inc/widget.php:773
3427
  msgid "Top Offset"
3428
  msgstr "Desplazamiento desde arriba"
3429
 
3430
+ #: inc/widget.php:485
3431
  #, fuzzy
3432
  msgid ""
3433
  "Standard like buttons widget. Let your website users share/like content on "
3437
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3438
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3439
 
3440
+ #: inc/widget.php:600
3441
  #, fuzzy
3442
  msgid ""
3443
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3446
  "Asegúrate de que \"Botones Me gusta Vertical\" está permitido en la página "
3447
  "\"Super Socializer > Like Buttons\"."
3448
 
3449
+ #: inc/widget.php:634
3450
  #, fuzzy
3451
  msgid ""
3452
  "Floating like buttons widget. Let your website users share/like content on "
3456
  "web clickar Me gusta y/o compartir contenido en redes sociales populares "
3457
  "como Facebook, Twitter, Tumblr, Google+ y muchas más"
3458
 
3459
+ #: inc/widget.php:751
3460
  #, fuzzy
3461
  msgid ""
3462
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3465
  "Asegúrate de que \"Botones Me gusta Horizontal\" está permitido en la página "
3466
  "\"Super Socializer > Like Buttons\"."
3467
 
3468
+ #: inc/widget.php:795
3469
  #, fuzzy
3470
  msgid "Super Socializer - Follow Icons"
3471
  msgstr "Super Socializer - Ingreso"
3472
 
3473
+ #: inc/widget.php:797
3474
  msgid "These icons link to your Social Media accounts"
3475
  msgstr ""
3476
 
3477
+ #: inc/widget.php:1046
3478
  msgid "Type:"
3479
  msgstr ""
3480
 
3481
+ #: inc/widget.php:1049
3482
  #, fuzzy
3483
  msgid "Standard"
3484
  msgstr "Opciones de la Interfaz Estándar"
3485
 
3486
+ #: inc/widget.php:1052
3487
  #, fuzzy
3488
  msgid "Floating"
3489
  msgstr "Permitir Barra Flotante de botones Me gusta"
3490
 
3491
+ #: inc/widget.php:1057
3492
  #, fuzzy
3493
  msgid "Top offset:"
3494
  msgstr "Desplazamiento hacia arriba"
3495
 
3496
+ #: inc/widget.php:1061
3497
  #, fuzzy
3498
  msgid "Alignment:"
3499
  msgstr "Alineación"
3500
 
3501
+ #: inc/widget.php:1079
3502
  #, fuzzy
3503
  msgid "Offset"
3504
  msgstr "Desplazamiento desde arriba"
3505
 
3506
+ #: inc/widget.php:1093
3507
  #, fuzzy
3508
  msgid "right"
3509
  msgstr "Derecha"
3510
 
3511
+ #: inc/widget.php:1093
3512
  #, fuzzy
3513
  msgid "left"
3514
  msgstr "Izquierda"
3515
 
3516
+ #: inc/widget.php:1096
3517
  msgid "Auto-adjust according to the screen-width (responsive)"
3518
  msgstr ""
3519
 
3520
+ #: inc/widget.php:1100
3521
  #, fuzzy
3522
  msgid "Size of icons"
3523
  msgstr "Tamaño de los iconos de Compartir"
3524
 
3525
+ #: inc/widget.php:1102
3526
  #, fuzzy
3527
  msgid "Icon Shape"
3528
  msgstr "Forma"
3529
 
3530
+ #: inc/widget.php:1107
3531
  msgid "Apply icon color and background color from Theme Selection section:"
3532
  msgstr ""
3533
 
3534
+ #: inc/widget.php:1109
3535
  msgid "No"
3536
  msgstr ""
3537
 
3538
+ #: inc/widget.php:1110
3539
  #, fuzzy
3540
  msgid "Yes, Standard Interface Theme"
3541
  msgstr "Tema de la Interfaz Estándar"
3542
 
3543
+ #: inc/widget.php:1111
3544
  #, fuzzy
3545
  msgid "Yes, Floating Interface Theme"
3546
  msgstr "Tema de la Interfaz Flotante"
3547
 
3548
+ #: inc/widget.php:1113
3549
  #, fuzzy
3550
  msgid "Facebook URL:"
3551
  msgstr "Facebook App ID"
3552
 
3553
+ #: inc/widget.php:1116
3554
  #, fuzzy
3555
  msgid "Twitter URL:"
3556
  msgstr "Twitter"
3557
 
3558
+ #: inc/widget.php:1119
3559
  #, fuzzy
3560
  msgid "Parler URL:"
3561
  msgstr "Instagram"
3562
 
3563
+ #: inc/widget.php:1122
3564
  #, fuzzy
3565
  msgid "Instagram URL:"
3566
  msgstr "Instagram"
3567
 
3568
+ #: inc/widget.php:1125
3569
  msgid "Pinterest URL:"
3570
  msgstr ""
3571
 
3572
+ #: inc/widget.php:1128
3573
  msgid "Behance URL:"
3574
  msgstr ""
3575
 
3576
+ #: inc/widget.php:1131
3577
  msgid "Flickr URL:"
3578
  msgstr ""
3579
 
3580
+ #: inc/widget.php:1134
3581
  msgid "Foursquare URL:"
3582
  msgstr ""
3583
 
3584
+ #: inc/widget.php:1137
3585
  msgid "Github URL:"
3586
  msgstr ""
3587
 
3588
+ #: inc/widget.php:1140
3589
  #, fuzzy
3590
  msgid "LinkedIn URL:"
3591
  msgstr "LinkedIn"
3592
 
3593
+ #: inc/widget.php:1143
3594
  #, fuzzy
3595
  msgid "LinkedIn Company URL:"
3596
  msgstr "LinkedIn"
3597
 
3598
+ #: inc/widget.php:1146
3599
  msgid "Medium URL:"
3600
  msgstr ""
3601
 
3602
+ #: inc/widget.php:1149
3603
  msgid "MeWe URL:"
3604
  msgstr ""
3605
 
3606
+ #: inc/widget.php:1152
3607
  msgid "Odnoklassniki URL:"
3608
  msgstr ""
3609
 
3610
+ #: inc/widget.php:1155
3611
  msgid "Snapchat URL:"
3612
  msgstr ""
3613
 
3614
+ #: inc/widget.php:1158
3615
  #, fuzzy
3616
  msgid "Telegram URL:"
3617
  msgstr "Instagram"
3618
 
3619
+ #: inc/widget.php:1161
3620
  msgid "Tumblr URL:"
3621
  msgstr ""
3622
 
3623
+ #: inc/widget.php:1164
3624
  msgid "Vimeo URL:"
3625
  msgstr ""
3626
 
3627
+ #: inc/widget.php:1167
3628
  #, fuzzy
3629
  msgid "Vkontakte URL:"
3630
  msgstr "Vkontakte"
3631
 
3632
+ #: inc/widget.php:1170
3633
  #, fuzzy
3634
  msgid "Xing URL:"
3635
  msgstr "LinkedIn"
3636
 
3637
+ #: inc/widget.php:1173
3638
  msgid "Youtube URL:"
3639
  msgstr ""
3640
 
3641
+ #: inc/widget.php:1176
3642
  msgid "Youtube Channel URL:"
3643
  msgstr ""
3644
 
3645
+ #: inc/widget.php:1179
3646
  msgid "RSS Feed URL:"
3647
  msgstr ""
3648
 
3649
+ #: inc/widget.php:1182
3650
  #, fuzzy
3651
  msgid "Gab.com URL:"
3652
  msgstr "Facebook App ID"
3653
 
3654
+ #: inc/widget.php:1185
3655
  #, fuzzy
3656
  msgid "Gettr.com URL:"
3657
  msgstr "Twitter"
3658
 
3659
+ #: super_socializer.php:563
3660
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3661
  msgstr ""
3662
 
3663
+ #: super_socializer.php:1853
3664
  #, fuzzy
3665
  msgid ""
3666
  "cURL is not enabled at your website server. Please contact your website "
3670
  "posible que necesites contactar con el administrador de tu servidor para "
3671
  "verificar esto"
3672
 
3673
+ #: super_socializer.php:1881
3674
  #, fuzzy, php-format
3675
  msgid ""
3676
  "Enter exactly the following url in <strong>Website</strong> option in your "
3679
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3680
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3681
 
3682
+ #: super_socializer.php:1884
3683
  #, fuzzy, php-format
3684
  msgid ""
3685
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3688
  "Introduce exactamente la siguiente URL en las <strong>Website</strong> y "
3689
  "<strong>Callback Url</strong> opciones en tu Twitter app (ver paso 3 %s)"
3690
 
3691
+ #: super_socializer.php:1887
3692
  msgid ""
3693
  "Make sure cURL is enabled at your website server. You may need to contact "
3694
  "the server administrator of your website to verify this"
3697
  "posible que necesites contactar con el administrador de tu servidor para "
3698
  "verificar esto"
3699
 
3700
+ #: super_socializer.php:2054
3701
  msgid "Search"
3702
  msgstr ""
3703
 
3704
+ #: super_socializer.php:2076
3705
  msgid "Your email has been verified. Now you can login to your account"
3706
  msgstr "Tu email ha sido verificado. Ahora puedes ingresar en tu cuenta"
3707
 
3708
+ #: super_socializer.php:2080
3709
  msgid "Notification"
3710
  msgstr "Notificación"
3711
 
3712
+ #: super_socializer.php:2101
3713
  msgid "Please check your email inbox to complete the registration."
3714
  msgstr ""
3715
  "Por favor revisa la bandeja de entrada de tu correo para completar el "
3716
  "registro."
3717
 
3718
+ #: super_socializer.php:2170
3719
  msgid "Leave a reply"
3720
  msgstr "Deja una respuesta"
3721
 
3722
+ #: super_socializer.php:2186
3723
  #, fuzzy
3724
  msgid "Link copied."
3725
  msgstr "LinkedIn"
3726
 
3727
+ #: super_socializer.php:2424
3728
  msgid "Super Socializer - General Options"
3729
  msgstr "Super Socializer - Opciones Generales"
3730
 
3731
+ #: super_socializer.php:2495
3732
  msgid ""
3733
  "I agree to my personal data being stored and used as per Privacy Policy and "
3734
  "Terms and Conditions"
3735
  msgstr ""
3736
 
3737
+ #: super_socializer.php:2499
3738
  msgid ""
3739
  "I revoke my consent to store and use my personal data. Kindly delete my "
3740
  "personal data saved in this website."
3741
  msgstr ""
3742
 
3743
+ #: super_socializer.php:2511
3744
  msgid "Small Avatar Url"
3745
  msgstr "Url de Avatar Pequeño"
3746
 
3747
+ #: super_socializer.php:2515
3748
  msgid "Large Avatar Url"
3749
  msgstr "Url de Avatar Grande"
3750
 
3751
+ #: super_socializer.php:2617
3752
  msgid "Login with your Social ID"
3753
  msgstr ""
3754
 
3755
+ #: super_socializer.php:2618
3756
  msgid "Email you entered is already registered or invalid"
3757
  msgstr "El email que has escrito ya está registrado o no es válido"
3758
 
3759
+ #: super_socializer.php:2625
3760
  msgid "Please enter a valid email address. You might be required to verify it"
3761
  msgstr ""
3762
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
3763
  "verificarla"
3764
 
3765
+ #: super_socializer.php:2630 super_socializer.php:3433
3766
  msgid "Link your social account to login to your account at this website"
3767
  msgstr ""
3768
  "Enlaza la cuenta de tu red social para ingresar en tu cuenta de este sitio "
3769
  "web "
3770
 
3771
+ #: super_socializer.php:2890
3772
  msgid "Thanks for installing Super Socializer plugin"
3773
  msgstr ""
3774
 
3775
+ #: super_socializer.php:2892
3776
  msgid "Configure the Plugin"
3777
  msgstr ""
3778
 
3779
+ #: super_socializer.php:2903
3780
  msgid ""
3781
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3782
  "current version of Super Socializer"
3783
  msgstr ""
3784
 
3785
+ #: super_socializer.php:2912
3786
  msgid ""
3787
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3788
  "compatibility with the current version of Super Socializer"
3789
  msgstr ""
3790
 
3791
+ #: super_socializer.php:2921
3792
  msgid ""
3793
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3794
  "compatibility with the current version of Super Socializer"
3795
  msgstr ""
3796
 
3797
+ #: super_socializer.php:2930
3798
  msgid ""
3799
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3800
  "version of Super Socializer"
3801
  msgstr ""
3802
 
3803
+ #: super_socializer.php:2939
3804
  msgid ""
3805
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3806
  "compatibility with the current version of Super Socializer"
3807
  msgstr ""
3808
 
3809
+ #: super_socializer.php:2948
3810
  msgid ""
3811
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3812
  "for compatibility with the current version of Super Socializer"
3813
  msgstr ""
3814
 
3815
+ #: super_socializer.php:2957
3816
  msgid ""
3817
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3818
  "with current version of Super Socializer"
3819
  msgstr ""
3820
 
3821
+ #: super_socializer.php:2968
3822
  #, php-format
3823
  msgid ""
3824
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3825
  msgstr ""
3826
 
3827
+ #: super_socializer.php:2977
3828
  #, php-format
3829
  msgid ""
3830
  "To continue using Instagram login create a new Instagram App as described <a "
3832
  "Instagram App Secret <a href=\"%s\">here</a>"
3833
  msgstr ""
3834
 
3835
+ #: super_socializer.php:2986 super_socializer.php:2995
3836
  #, php-format
3837
  msgid ""
3838
  "To continue using bitly url shortener, login to your bit.ly account and "
3841
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3842
  msgstr ""
3843
 
3844
+ #: super_socializer.php:3011
3845
  #, php-format
3846
  msgid ""
3847
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3848
  msgstr ""
3849
 
3850
+ #: super_socializer.php:3035
3851
  #, php-format
3852
  msgid ""
3853
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3855
  "target=\"_blank\">here</a>"
3856
  msgstr ""
3857
 
3858
+ #: super_socializer.php:3035 super_socializer.php:3060
3859
+ #: super_socializer.php:3085 super_socializer.php:3110
3860
+ #: super_socializer.php:3143 super_socializer.php:3171
3861
+ #: super_socializer.php:3198
3862
  msgid "Okay"
3863
  msgstr ""
3864
 
3865
+ #: super_socializer.php:3060
3866
  #, php-format
3867
  msgid ""
3868
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3870
  "\">here</a>"
3871
  msgstr ""
3872
 
3873
+ #: super_socializer.php:3085
3874
  #, php-format
3875
  msgid ""
3876
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3878
  "target=\"_blank\">here</a>"
3879
  msgstr ""
3880
 
3881
+ #: super_socializer.php:3110
3882
  #, php-format
3883
  msgid ""
3884
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3886
  "target=\"_blank\">here</a>"
3887
  msgstr ""
3888
 
3889
+ #: super_socializer.php:3121
3890
  #, php-format
3891
  msgid ""
3892
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3893
  msgstr ""
3894
 
3895
+ #: super_socializer.php:3143
3896
  #, php-format
3897
  msgid ""
3898
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3900
  "\"%s\" target=\"_blank\">here</a>"
3901
  msgstr ""
3902
 
3903
+ #: super_socializer.php:3171
3904
  #, php-format
3905
  msgid ""
3906
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3909
  "your website %s with them. No need to copy-paste any code from their website."
3910
  msgstr ""
3911
 
3912
+ #: super_socializer.php:3198
3913
  #, php-format
3914
  msgid ""
3915
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3917
  "\"%s\" target=\"_blank\">here</a>"
3918
  msgstr ""
3919
 
3920
+ #: super_socializer.php:3223
3921
  #, php-format
3922
  msgid ""
3923
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3925
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3926
  msgstr ""
3927
 
3928
+ #: super_socializer.php:3223 super_socializer.php:3250
3929
  msgid "Dismiss"
3930
  msgstr ""
3931
 
3932
+ #: super_socializer.php:3509
3933
  msgid ""
3934
  "Your browser is blocking some features of this website. Please follow the "
3935
  "instructions at {support_url} to unblock these."
3936
  msgstr ""
3937
 
3938
+ #~ msgid ""
3939
+ #~ "User will be redirected to the selected page after registration (first "
3940
+ #~ "Social Login) through Social Login"
3941
+ #~ msgstr ""
3942
+ #~ "El usuario será redirigido a la página seleccionada después de su "
3943
+ #~ "registro (en su primer inicio de sesión) a través de la red social"
3944
+
3945
+ #, fuzzy
3946
+ #~ msgid "Youtube username"
3947
+ #~ msgstr "Nombre de usuario bit.ly"
3948
+
3949
  #~ msgid "Dismiss this notice"
3950
  #~ msgstr "No volver a mostrar este aviso"
3951
 
4231
  #~ msgid "Excerpts"
4232
  #~ msgstr "Extractos"
4233
 
 
 
 
4234
  #~ msgid "Password: %s"
4235
  #~ msgstr "Contraseña: %s"
4236
 
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: 2022-04-07 16:47+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:47+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1983
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -34,7 +34,7 @@ msgstr ""
34
  "API Key beszerzéshez"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2417
38
  #, fuzzy
39
  msgid "General Options"
40
  msgstr "Megosztási beállítások"
@@ -83,21 +83,21 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
83
  msgstr ""
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1979
87
- #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Változások Mentése"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:1989
93
- #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:1991
100
- #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -223,7 +223,7 @@ msgid "Floating Interface"
223
  msgstr "Megosztási Felület"
224
 
225
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
226
- #: admin/social_sharing.php:1603
227
  msgid "Miscellaneous"
228
  msgstr ""
229
 
@@ -232,16 +232,16 @@ msgid "3rd Party Integration"
232
  msgstr ""
233
 
234
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
235
- #: admin/social_login.php:45 admin/social_login.php:1946
236
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
237
- #: admin/social_sharing.php:1882
238
  msgid "Shortcode & Widget"
239
  msgstr "Shortcode és Widget"
240
 
241
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
242
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
243
- #: admin/social_login.php:46 admin/social_login.php:1960
244
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
245
  msgid "FAQ"
246
  msgstr "GYIK"
247
 
@@ -266,13 +266,13 @@ msgstr "Cél Url"
266
 
267
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
268
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
269
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
270
  msgid "Url of the webpage where icons are located (default)"
271
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
272
 
273
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
274
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
275
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
276
  msgid "Url of the homepage of your website"
277
  msgstr "A főoldalad Url-je"
278
 
@@ -287,7 +287,7 @@ msgstr ""
287
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
288
 
289
  #: admin/like_buttons.php:105 admin/social_login.php:1231
290
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
291
  msgid "Title"
292
  msgstr "Cím"
293
 
@@ -306,25 +306,27 @@ msgstr ""
306
  "változtatáshoz."
307
 
308
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
309
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
310
  msgid "Horizontal alignment"
311
  msgstr "Függőleges igazítás"
312
 
313
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
314
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
315
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
316
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
317
  msgid "Left"
318
  msgstr "Bal"
319
 
320
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
321
  msgid "Center"
322
  msgstr "Középen"
323
 
324
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
325
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
326
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
327
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
328
  msgid "Right"
329
  msgstr "Jobb"
330
 
@@ -355,32 +357,32 @@ msgstr "Megosztási helyek"
355
 
356
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
357
  #: admin/social_login.php:1548 admin/social_login.php:1577
358
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
359
  msgid "Homepage"
360
  msgstr "Kezdő oldal"
361
 
362
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
363
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
364
  msgid "Posts"
365
  msgstr "Bejegyzések"
366
 
367
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
368
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
369
  msgid "Pages"
370
  msgstr "Oldalak"
371
 
372
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
373
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
374
  msgid "Excerpts and Posts page"
375
  msgstr ""
376
 
377
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
378
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
379
  msgid "Category Archives"
380
  msgstr "Kategória Archívum"
381
 
382
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
383
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
384
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
385
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
386
 
@@ -394,12 +396,12 @@ msgid "BuddyPress group (only at top of content)"
394
  msgstr ""
395
 
396
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
397
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
398
  msgid "BBPress forum"
399
  msgstr "BBPress fórum"
400
 
401
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
402
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
403
  msgid "BBPress topic"
404
  msgstr "BBPress téma"
405
 
@@ -438,8 +440,8 @@ msgstr ""
438
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
439
 
440
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
441
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
442
- #: inc/widget.php:466 inc/widget.php:779
443
  msgid "Background Color"
444
  msgstr "Háttér Szín"
445
 
@@ -454,7 +456,7 @@ msgstr ""
454
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
455
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
456
 
457
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
458
  msgid "Left offset"
459
  msgstr "Bal margó"
460
 
@@ -465,7 +467,7 @@ msgid ""
465
  msgstr ""
466
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
467
 
468
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
469
  msgid "Right offset"
470
  msgstr "Jobb margó"
471
 
@@ -477,7 +479,7 @@ msgstr ""
477
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
478
  "Negatív értéket is megadhatsz."
479
 
480
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
481
  msgid "Top offset"
482
  msgstr "Felső margó"
483
 
@@ -488,7 +490,7 @@ msgid ""
488
  msgstr ""
489
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
490
 
491
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
492
  #, fuzzy
493
  msgid "BuddyPress group"
494
  msgstr "BuddyPress profil oldal"
@@ -507,7 +509,7 @@ msgstr ""
507
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
508
  "mobileszközökön"
509
 
510
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
511
  msgid "Url shortener"
512
  msgstr "Url rövidítő"
513
 
@@ -527,16 +529,16 @@ msgstr ""
527
  msgid "Enable bit.ly url shortener for tweet button"
528
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
529
 
530
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
531
  msgid "Master control to enable bit.ly url shortening for sharing"
532
  msgstr ""
533
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
534
 
535
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
536
  msgid "Bit.ly generic access token"
537
  msgstr ""
538
 
539
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
540
  #, php-format
541
  msgid ""
542
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -545,16 +547,16 @@ msgid ""
545
  "\">link</a>"
546
  msgstr ""
547
 
548
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
549
  msgid "Clear Bitly Cache"
550
  msgstr ""
551
 
552
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
553
  #, fuzzy
554
  msgid "ShortUrl cache cleared successfully."
555
  msgstr "Fiók kapcsolása sikeres"
556
 
557
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
558
  msgid ""
559
  "Use this to delete short urls saved in database. Handy, if urls of your "
560
  "website have been changed but short urls are still being generated for old "
@@ -562,8 +564,8 @@ msgid ""
562
  msgstr ""
563
 
564
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
565
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
566
- #: admin/social_sharing.php:1760
567
  msgid "Language"
568
  msgstr "Nyelv"
569
 
@@ -610,11 +612,11 @@ msgstr ""
610
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
611
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
612
 
613
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
614
  msgid "myCRED"
615
  msgstr ""
616
 
617
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
618
  msgid "Append myCRED referral ID to the urls being shared"
619
  msgstr ""
620
 
@@ -623,20 +625,20 @@ msgstr ""
623
  msgid "Like Buttons Shortcode & Widget"
624
  msgstr "Shortcode és Widget"
625
 
626
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
627
  msgid "Why is there so much space between like buttons?"
628
  msgstr ""
629
 
630
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
631
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
632
  msgstr ""
633
 
634
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
635
  msgid "How to Place Title and Social Share Icons in the Same Row?"
636
  msgstr ""
637
 
638
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
639
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
640
  msgid "More"
641
  msgstr ""
642
 
@@ -850,8 +852,8 @@ msgstr ""
850
  msgid "Social Commenting Shortcode"
851
  msgstr "Közösségi Hozzászólás"
852
 
853
- #: admin/social_commenting.php:386 admin/social_login.php:1962
854
- #: admin/social_sharing.php:1915
855
  msgid ""
856
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
857
  "an online website for the plugin to function properly."
@@ -868,8 +870,8 @@ msgid ""
868
  "Https?"
869
  msgstr ""
870
 
871
- #: admin/social_commenting.php:389 admin/social_login.php:1967
872
- #: admin/social_sharing.php:1930
873
  msgid "Why is my browser blocking some features of the plugin?"
874
  msgstr ""
875
 
@@ -906,12 +908,12 @@ msgstr "Alap Beállítások"
906
  msgid "Advanced Configuration"
907
  msgstr "Alap Beállítások"
908
 
909
- #: admin/social_login.php:41 admin/social_login.php:1746
910
- #: super_socializer.php:2485
911
  msgid "GDPR"
912
  msgstr ""
913
 
914
- #: admin/social_login.php:43 admin/social_login.php:1897
915
  msgid "XProfile Integration"
916
  msgstr ""
917
 
@@ -2082,7 +2084,7 @@ msgid ""
2082
  "photo\" section in BuddyPress profile at front-end"
2083
  msgstr ""
2084
 
2085
- #: admin/social_login.php:1490 super_socializer.php:2091
2086
  msgid "Email required"
2087
  msgstr "E-mail cím szükséges"
2088
 
@@ -2144,7 +2146,7 @@ msgid "BuddyPress profile page"
2144
  msgstr "BuddyPress profil oldal"
2145
 
2146
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2147
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2148
  msgid "Custom Url"
2149
  msgstr "Egyedi URL"
2150
 
@@ -2161,31 +2163,49 @@ msgstr "Átirányítás Regisztráció után"
2161
  msgid "Same page from where user registered"
2162
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2163
 
2164
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2165
  msgid ""
2166
- "User will be redirected to the selected page after registration (first "
2167
- "Social Login) through Social Login"
2168
  msgstr ""
2169
- "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első "
2170
- "Közösségi belépés) után"
2171
 
2172
- #: admin/social_login.php:1602
2173
  #, fuzzy
2174
  msgid "Social Account Linking Options"
2175
  msgstr "Közösségi Hozzászólás"
2176
 
2177
- #: admin/social_login.php:1617
2178
  #, fuzzy
2179
  msgid "Text to display above the Social Account Linking interface"
2180
  msgstr "Szöveg a Közösségi Belépés felett"
2181
 
2182
- #: admin/social_login.php:1624
2183
  #, fuzzy
2184
  msgid ""
2185
  "Link social account to already existing account, if email address matches"
2186
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2187
 
2188
- #: admin/social_login.php:1634
2189
  msgid ""
2190
  "If email address of the user's Social Account matches with an already "
2191
  "existing account at your website, that social account will be linked to "
@@ -2193,12 +2213,12 @@ msgid ""
2193
  "Linking interface at their profile page."
2194
  msgstr ""
2195
 
2196
- #: admin/social_login.php:1642
2197
  msgid "Enable social account linking at BuddyPress profile page"
2198
  msgstr ""
2199
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2200
 
2201
- #: admin/social_login.php:1652
2202
  msgid ""
2203
  "Enable this option to show social account linking interface at BuddyPress "
2204
  "profile page"
@@ -2206,15 +2226,15 @@ msgstr ""
2206
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2207
  "BuddyPress profil oldal"
2208
 
2209
- #: admin/social_login.php:1663
2210
  msgid "Email popup options"
2211
  msgstr "Email felugró ablak beállítások"
2212
 
2213
- #: admin/social_login.php:1668
2214
  msgid "Text on 'Email required' popup"
2215
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2216
 
2217
- #: admin/social_login.php:1678
2218
  msgid ""
2219
  "This text will be displayed on email required popup. Leave empty if not "
2220
  "required."
@@ -2222,11 +2242,11 @@ msgstr ""
2222
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2223
  "hagyhatod, ha nem kéred be az e-mail címet."
2224
 
2225
- #: admin/social_login.php:1686
2226
  msgid "Error message for 'Email required' popup"
2227
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2228
 
2229
- #: admin/social_login.php:1696
2230
  msgid ""
2231
  "This message will be displayed to user if it provides invalid or already "
2232
  "registered email"
@@ -2234,11 +2254,11 @@ msgstr ""
2234
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2235
  "mail címet ad meg "
2236
 
2237
- #: admin/social_login.php:1704
2238
  msgid "Email popup height"
2239
  msgstr "Email felugró ablak magassága"
2240
 
2241
- #: admin/social_login.php:1714
2242
  msgid ""
2243
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2244
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2247,11 +2267,11 @@ msgstr ""
2247
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2248
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2249
 
2250
- #: admin/social_login.php:1721
2251
  msgid "Enable email verification"
2252
  msgstr "E-mail ellenőrzés bekapcsolása"
2253
 
2254
- #: admin/social_login.php:1731
2255
  msgid ""
2256
  "If enabled, email provided by the user will be verified by sending a "
2257
  "confirmation link to that email. User would not be able to login without "
@@ -2261,98 +2281,98 @@ msgstr ""
2261
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2262
  "nem erősítette meg e-mailcímét "
2263
 
2264
- #: admin/social_login.php:1751
2265
  #, fuzzy
2266
  msgid "Enable GDPR opt-in"
2267
  msgstr "Disqus Hozzászólás Bekapcsolása"
2268
 
2269
- #: admin/social_login.php:1761
2270
  msgid ""
2271
  "Enable it to show GDPR opt-in for social login and social account linking"
2272
  msgstr ""
2273
 
2274
- #: admin/social_login.php:1769
2275
  #, fuzzy
2276
  msgid "Placement of GDPR opt-in"
2277
  msgstr "Disqus Hozzászólás Bekapcsolása"
2278
 
2279
- #: admin/social_login.php:1773
2280
  #, fuzzy
2281
  msgid "Above Social Login icons"
2282
  msgstr "Social Login"
2283
 
2284
- #: admin/social_login.php:1775
2285
  #, fuzzy
2286
  msgid "Below Social Login icons"
2287
  msgstr "Social Login"
2288
 
2289
- #: admin/social_login.php:1781
2290
  #, fuzzy
2291
  msgid "Placement of GDPR opt-in above or below the social login icons"
2292
  msgstr "Szöveg a Közösségi Belépés felett"
2293
 
2294
- #: admin/social_login.php:1788
2295
  msgid "Opt-in text"
2296
  msgstr ""
2297
 
2298
- #: admin/social_login.php:1798
2299
  #, fuzzy
2300
  msgid "Text for the GDPR opt-in"
2301
  msgstr "Disqus Hozzászólás Bekapcsolása"
2302
 
2303
- #: admin/social_login.php:1805
2304
  msgid "Text to link to Terms-Conditions page"
2305
  msgstr ""
2306
 
2307
- #: admin/social_login.php:1815
2308
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2309
  msgstr ""
2310
 
2311
- #: admin/social_login.php:1822
2312
  msgid "Terms-Conditions Url"
2313
  msgstr ""
2314
 
2315
- #: admin/social_login.php:1832
2316
  #, fuzzy
2317
  msgid "Url of the terms-conditions page of your website"
2318
  msgstr "A főoldalad Url-je"
2319
 
2320
- #: admin/social_login.php:1839
2321
  msgid "Text to link to Privacy Policy page"
2322
  msgstr ""
2323
 
2324
- #: admin/social_login.php:1849
2325
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2326
  msgstr ""
2327
 
2328
- #: admin/social_login.php:1856
2329
  msgid "Privacy Policy Url"
2330
  msgstr ""
2331
 
2332
- #: admin/social_login.php:1866
2333
  #, fuzzy
2334
  msgid "Url of the privacy policy page of your website"
2335
  msgstr "A főoldalad Url-je"
2336
 
2337
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2338
- #: inc/widget.php:608 inc/widget.php:757
2339
  msgid "Select"
2340
  msgstr "Válassz"
2341
 
2342
- #: admin/social_login.php:1948
2343
  #, fuzzy
2344
  msgid "Social Login Shortcode & Widget"
2345
  msgstr "Shortcode és Widget"
2346
 
2347
- #: admin/social_login.php:1949
2348
  msgid "Social Linking Shortcode"
2349
  msgstr ""
2350
 
2351
- #: admin/social_login.php:1964
2352
  msgid "Why is social login not working?"
2353
  msgstr ""
2354
 
2355
- #: admin/social_login.php:1965
2356
  msgid ""
2357
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2358
  "belong to the same app"
@@ -2396,12 +2416,12 @@ msgid "Shape"
2396
  msgstr "alak"
2397
 
2398
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2399
- #: inc/widget.php:1095
2400
  msgid "Round"
2401
  msgstr "kerek"
2402
 
2403
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2404
- #: inc/widget.php:1096
2405
  msgid "Square"
2406
  msgstr "szögletes"
2407
 
@@ -2592,51 +2612,48 @@ msgid ""
2592
  "the icon"
2593
  msgstr ""
2594
 
2595
- #: admin/social_sharing.php:775
2596
- #, fuzzy
2597
- msgid "Youtube username"
2598
- msgstr "bit.ly felhasználónév"
2599
 
2600
- #: admin/social_sharing.php:785
2601
- msgid ""
2602
- "Username of the Youtube account you want to redirect users to, on clicking "
2603
- "the icon"
2604
  msgstr ""
2605
 
2606
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2607
  #, fuzzy
2608
  msgid "HTML ID of container element of comment form"
2609
  msgstr "HTML ID komment formájában konténer"
2610
 
2611
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2612
  msgid ""
2613
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2614
  "icon."
2615
  msgstr ""
2616
 
2617
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2618
  msgid "Rearrange icons"
2619
  msgstr "Ikonsorrend beállítás"
2620
 
2621
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2622
  msgid "Drag the icons to rearrange in desired order"
2623
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
2624
 
2625
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2626
  #, fuzzy
2627
  msgid "Select Sharing Services"
2628
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2629
 
2630
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2631
  msgid "Select sharing services to show in social share bar"
2632
  msgstr ""
2633
 
2634
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2635
  #, fuzzy
2636
  msgid "Search social network"
2637
  msgstr "elsődleges szociális háló"
2638
 
2639
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2640
  msgid "Horizontal alignment of the sharing interface"
2641
  msgstr "A megosztási felület függőleges igazítása"
2642
 
@@ -2645,7 +2662,7 @@ msgid "Specify position of the sharing interface with respect to the content"
2645
  msgstr ""
2646
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2647
 
2648
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2649
  msgid "Placement"
2650
  msgstr ""
2651
 
@@ -2653,17 +2670,17 @@ msgstr ""
2653
  msgid "Specify the pages where you want to enable Sharing interface"
2654
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2655
 
2656
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2657
  msgid "Show share counts"
2658
  msgstr "Megosztás számok mutatása"
2659
 
2660
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2661
  msgid ""
2662
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2663
  "Odnoklassniki, Fintel and Vkontakte"
2664
  msgstr ""
2665
 
2666
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2667
  #, php-format
2668
  msgid ""
2669
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2672,30 +2689,30 @@ msgid ""
2672
  "their website."
2673
  msgstr ""
2674
 
2675
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2676
  msgid "If enabled, share counts are displayed above sharing icons."
2677
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2678
 
2679
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2680
- #: admin/social_sharing.php:1702
2681
  msgid "Track Social Shares for Every Social Network"
2682
  msgstr ""
2683
 
2684
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2685
  #, fuzzy
2686
  msgid "Show total shares"
2687
  msgstr "Megosztás számok mutatása"
2688
 
2689
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2690
  #, fuzzy
2691
  msgid "If enabled, total shares will be displayed with sharing icons"
2692
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2693
 
2694
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2695
  msgid "Enable 'More' icon"
2696
  msgstr "'Még több' ikon bekapcsolása"
2697
 
2698
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2699
  msgid ""
2700
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2701
  "which shows additional sharing networks in popup"
@@ -2719,7 +2736,7 @@ msgid "Master control to enable floating sharing widget"
2719
  msgstr ""
2720
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2721
 
2722
- #: admin/social_sharing.php:1319
2723
  msgid ""
2724
  "Specify the color or hex code (example #cc78e0) for the background of "
2725
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2730,7 +2747,7 @@ msgstr ""
2730
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2731
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2732
 
2733
- #: admin/social_sharing.php:1357
2734
  msgid ""
2735
  "Specify a number. Increase in number will shift sharing interface towards "
2736
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2738,7 +2755,7 @@ msgstr ""
2738
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
2739
  "Megadhatsz negatív értéket is."
2740
 
2741
- #: admin/social_sharing.php:1376
2742
  msgid ""
2743
  "Specify a number. Increase in number will shift sharing interface towards "
2744
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2746,47 +2763,47 @@ msgstr ""
2746
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2747
  "Megadhatsz negatív értéket is."
2748
 
2749
- #: admin/social_sharing.php:1394
2750
  msgid ""
2751
  "Specify a number. Increase in number will shift sharing interface towards "
2752
  "bottom and decrease will shift it towards top."
2753
  msgstr ""
2754
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2755
 
2756
- #: admin/social_sharing.php:1450
2757
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2758
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
2759
 
2760
- #: admin/social_sharing.php:1519
2761
  #, fuzzy
2762
  msgid "Hide floating slider"
2763
  msgstr "Bejelentkezettek számára elrejtve:"
2764
 
2765
- #: admin/social_sharing.php:1529
2766
  msgid "Hides the slider arrow present below the floating share bar"
2767
  msgstr ""
2768
 
2769
- #: admin/social_sharing.php:1536
2770
  #, fuzzy
2771
  msgid "Vertical floating bar responsiveness"
2772
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2773
 
2774
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2775
  #, php-format
2776
  msgid "Display vertical interface only when screen is wider than %s pixels"
2777
  msgstr ""
2778
 
2779
- #: admin/social_sharing.php:1546
2780
  msgid ""
2781
  "Display vertical interface only when screen is wider than the width "
2782
  "specified."
2783
  msgstr ""
2784
 
2785
- #: admin/social_sharing.php:1553
2786
  msgid "Horizontal floating bar responsiveness"
2787
  msgstr ""
2788
 
2789
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2790
  #, fuzzy, php-format
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2795,76 +2812,76 @@ msgstr ""
2795
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
2796
  "eszközök"
2797
 
2798
- #: admin/social_sharing.php:1563
2799
  msgid ""
2800
  "Stick vertical floating interface horizontally at bottom only when screen is "
2801
  "narrower than the width specified"
2802
  msgstr ""
2803
 
2804
- #: admin/social_sharing.php:1572
2805
  #, fuzzy
2806
  msgid "Horizontal floating bar position"
2807
  msgstr "Vízszintes Megosztási Felület Beállítások"
2808
 
2809
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2810
  #, php-format
2811
  msgid "%s pixels from %s"
2812
  msgstr ""
2813
 
2814
- #: admin/social_sharing.php:1576
2815
  msgid "Auto-adjust according to screen width (responsive)"
2816
  msgstr ""
2817
 
2818
- #: admin/social_sharing.php:1583
2819
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2820
  msgstr ""
2821
 
2822
- #: admin/social_sharing.php:1608
2823
  msgid "Use plain background for Instagram icon"
2824
  msgstr ""
2825
 
2826
- #: admin/social_sharing.php:1618
2827
  msgid ""
2828
  "Uses plain background for Instagram icon instead of multicolored background"
2829
  msgstr ""
2830
 
2831
- #: admin/social_sharing.php:1631
2832
  msgid "Use shortlinks already installed"
2833
  msgstr "Használja shortlinks már telepítve"
2834
 
2835
- #: admin/social_sharing.php:1641
2836
  msgid "Uses default short url permalinks without using any additional plugin"
2837
  msgstr ""
2838
 
2839
- #: admin/social_sharing.php:1648
2840
  msgid "Enable bit.ly url shortener for sharing"
2841
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
2842
 
2843
- #: admin/social_sharing.php:1707
2844
  msgid "Share Count Cache"
2845
  msgstr ""
2846
 
2847
- #: admin/social_sharing.php:1712
2848
  msgid "Refresh Share Count cache every"
2849
  msgstr ""
2850
 
2851
- #: admin/social_sharing.php:1717
2852
  msgid "Second(s)"
2853
  msgstr ""
2854
 
2855
- #: admin/social_sharing.php:1718
2856
  msgid "Minute(s)"
2857
  msgstr ""
2858
 
2859
- #: admin/social_sharing.php:1719
2860
  msgid "Hour(s)"
2861
  msgstr ""
2862
 
2863
- #: admin/social_sharing.php:1720
2864
  msgid "Day(s)"
2865
  msgstr ""
2866
 
2867
- #: admin/social_sharing.php:1728
2868
  #, php-format
2869
  msgid ""
2870
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2872,20 +2889,20 @@ msgid ""
2872
  "target=\"_blank\">here</a>"
2873
  msgstr ""
2874
 
2875
- #: admin/social_sharing.php:1735
2876
  msgid "Clear Share Counts Cache"
2877
  msgstr ""
2878
 
2879
- #: admin/social_sharing.php:1739
2880
  #, fuzzy
2881
  msgid "Share Counts cache cleared successfully."
2882
  msgstr "Fiók kapcsolása sikeres"
2883
 
2884
- #: admin/social_sharing.php:1746
2885
  msgid "Use this to clear cached share counts"
2886
  msgstr ""
2887
 
2888
- #: admin/social_sharing.php:1770
2889
  #, fuzzy, php-format
2890
  msgid ""
2891
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2896,16 +2913,16 @@ msgstr ""
2896
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2897
  "az alapértelmezett (angol) nyelv használatához"
2898
 
2899
- #: admin/social_sharing.php:1779
2900
  #, fuzzy
2901
  msgid "Username in sharing"
2902
  msgstr "Twitter felhasználónév a megosztásban"
2903
 
2904
- #: admin/social_sharing.php:1784
2905
  msgid "Twitter username (without @)"
2906
  msgstr "Twitter felhasználónév (@ nélkül)"
2907
 
2908
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2909
  msgid ""
2910
  "Provided username will be appended after the content being shared as \"via "
2911
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2914,29 +2931,29 @@ msgstr ""
2914
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2915
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2916
 
2917
- #: admin/social_sharing.php:1802
2918
  #, fuzzy
2919
  msgid "Buffer username (without @)"
2920
  msgstr "Twitter felhasználónév (@ nélkül)"
2921
 
2922
- #: admin/social_sharing.php:1821
2923
  msgid "AMP"
2924
  msgstr ""
2925
 
2926
- #: admin/social_sharing.php:1826
2927
  #, fuzzy
2928
  msgid "Enable sharing on AMP pages"
2929
  msgstr "Bekapcsolás a belépés oldalon"
2930
 
2931
- #: admin/social_sharing.php:1836
2932
  msgid "Enable this option to render sharing icons on AMP pages"
2933
  msgstr ""
2934
 
2935
- #: admin/social_sharing.php:1893
2936
  msgid "Facebook Sharing Troubleshooter"
2937
  msgstr "Facebook Megosztás Hibaelhárító"
2938
 
2939
- #: admin/social_sharing.php:1898
2940
  #, fuzzy
2941
  msgid ""
2942
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2947,17 +2964,17 @@ msgstr ""
2947
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
2948
  "tökéletesen) a szöveges mezőben:"
2949
 
2950
- #: admin/social_sharing.php:1916
2951
  msgid ""
2952
  "Why is sharer not showing the correct image, title and other meta tags "
2953
  "content?"
2954
  msgstr ""
2955
 
2956
- #: admin/social_sharing.php:1917
2957
  msgid "Why is Facebook share count not working?"
2958
  msgstr ""
2959
 
2960
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2961
  #, php-format
2962
  msgid ""
2963
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2966,11 +2983,11 @@ msgid ""
2966
  "not just for Facebook but for all the social networks"
2967
  msgstr ""
2968
 
2969
- #: admin/social_sharing.php:1920
2970
  msgid "Why is Instagram icon redirecting to Instagram website?"
2971
  msgstr ""
2972
 
2973
- #: admin/social_sharing.php:1921
2974
  msgid ""
2975
  "Instagram icon is there to send website visitors to the Instagram page of "
2976
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2978,37 +2995,37 @@ msgid ""
2978
  "sections."
2979
  msgstr ""
2980
 
2981
- #: admin/social_sharing.php:1924
2982
  #, fuzzy
2983
  msgid "How to customize the url being shared?"
2984
  msgstr "Megosztás számok mutatása:"
2985
 
2986
- #: admin/social_sharing.php:1925
2987
  msgid ""
2988
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2989
  msgstr ""
2990
 
2991
- #: admin/social_sharing.php:1926
2992
  msgid ""
2993
  "It takes some time for their service to track the shares made on Twitter "
2994
  "from your website. If you still feel it's taking too long you can contact "
2995
  "their support directly from their website."
2996
  msgstr ""
2997
 
2998
- #: admin/social_sharing.php:1929
2999
  msgid ""
3000
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3001
  msgstr ""
3002
 
3003
- #: admin/social_sharing.php:1931
3004
  msgid "Why the color of share icons is not being updated?"
3005
  msgstr ""
3006
 
3007
- #: admin/social_sharing.php:1932
3008
  msgid "Why Facebook share counts are not appearing?"
3009
  msgstr ""
3010
 
3011
- #: admin/social_sharing.php:1933
3012
  msgid ""
3013
  "How can I show share counts of my website rather than of individual pages/"
3014
  "posts?"
@@ -3016,42 +3033,42 @@ msgstr ""
3016
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
3017
  "kívül is?"
3018
 
3019
- #: admin/social_sharing.php:1934
3020
  msgid "How can I disable sharing on particular page/post?"
3021
  msgstr ""
3022
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
3023
 
3024
- #: admin/social_sharing.php:1935
3025
  msgid "How can I specify minimum sharing count for sharing networks?"
3026
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
3027
 
3028
- #: admin/social_sharing.php:1936
3029
  msgid "How to share specific page?"
3030
  msgstr ""
3031
 
3032
- #: admin/social_sharing.php:1937
3033
  msgid "How to integrate Google Analytics with sharing?"
3034
  msgstr ""
3035
 
3036
- #: admin/social_sharing.php:1938
3037
  msgid "How to customize the look of total share counts?"
3038
  msgstr ""
3039
 
3040
- #: admin/social_sharing.php:1939
3041
  #, fuzzy
3042
  msgid "How to customize the look of individual share counts?"
3043
  msgstr "Megosztás számok mutatása:"
3044
 
3045
- #: admin/social_sharing.php:1940
3046
  #, fuzzy
3047
  msgid "How to show Whatsapp icon only on mobile devices?"
3048
  msgstr "Hide megosztása mobil eszközökön"
3049
 
3050
- #: admin/social_sharing.php:1941
3051
  msgid "How to hide arrow after floating sharing bar?"
3052
  msgstr ""
3053
 
3054
- #: admin/social_sharing.php:1942
3055
  msgid "Why is share count not getting updated?"
3056
  msgstr ""
3057
 
@@ -3148,49 +3165,49 @@ msgstr "Megosztás számok kezdése ehhez"
3148
  msgid "Floating Sharing Interface"
3149
  msgstr "Megosztási Felület"
3150
 
3151
- #: helper.php:907 super_socializer.php:2501
3152
  #, fuzzy
3153
  msgid "Social Avatar"
3154
  msgstr "Közösségi avatar bekapcsolás"
3155
 
3156
- #: helper.php:910 super_socializer.php:2512
3157
  msgid ""
3158
  "Do not fetch and update social avatar from my profile, next time I Social "
3159
  "Login"
3160
  msgstr ""
3161
 
3162
- #: helper.php:911 super_socializer.php:2516
3163
  msgid "Update social avatar, next time I Social Login"
3164
  msgstr ""
3165
 
3166
- #: helper.php:914
3167
  #, fuzzy
3168
  msgid "Small Avatar"
3169
  msgstr "Kis Avatar URL"
3170
 
3171
- #: helper.php:918
3172
  #, fuzzy
3173
  msgid "Large Avatar"
3174
  msgstr "Cél Url"
3175
 
3176
- #: helper.php:978 super_socializer.php:2069
3177
  msgid "Please verify your email address to login."
3178
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3179
 
3180
- #: helper.php:1015
3181
  msgid "Click to delete social profile data"
3182
  msgstr ""
3183
 
3184
- #: helper.php:1044
3185
  #, fuzzy
3186
  msgid "Deleting"
3187
  msgstr "Beállítások"
3188
 
3189
- #: helper.php:1054
3190
  msgid "Deleted"
3191
  msgstr ""
3192
 
3193
- #: helper.php:1056
3194
  msgid "Something bad happened"
3195
  msgstr ""
3196
 
@@ -3207,28 +3224,28 @@ msgstr ""
3207
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3208
  "> Social Login\" oldalon."
3209
 
3210
- #: inc/social_login.php:1035
3211
  msgid "Email"
3212
  msgstr "Email"
3213
 
3214
- #: inc/social_login.php:1036
3215
  msgid "Confirm email"
3216
  msgstr ""
3217
 
3218
- #: inc/social_login.php:1038
3219
  msgid "Save"
3220
  msgstr ""
3221
 
3222
- #: inc/social_login.php:1039
3223
  msgid "Cancel"
3224
  msgstr ""
3225
 
3226
- #: inc/social_login.php:1113
3227
  #, fuzzy
3228
  msgid "Email Verification"
3229
  msgstr "E-mail ellenőrzés bekapcsolása"
3230
 
3231
- #: inc/social_login.php:1115
3232
  msgid ""
3233
  "Please click on the following link or paste it in browser to verify your "
3234
  "email"
@@ -3250,20 +3267,20 @@ msgstr "Kategória Archívum"
3250
  msgid "Total Shares"
3251
  msgstr "Megosztás számok mutatása"
3252
 
3253
- #: inc/social_sharing.php:272 super_socializer.php:2179
3254
  #, fuzzy
3255
  msgid "Share"
3256
  msgstr "Megosztás számok mutatása"
3257
 
3258
- #: inc/social_sharing.php:272 super_socializer.php:2179
3259
  msgid "Shares"
3260
  msgstr ""
3261
 
3262
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3263
  msgid "Invalid request"
3264
  msgstr "Hibás kérés"
3265
 
3266
- #: inc/social_sharing.php:978
3267
  msgid "Providers not selected"
3268
  msgstr "Nincs kiválasztott szolgáltató"
3269
 
@@ -3301,16 +3318,16 @@ msgstr ""
3301
  msgid "Title (after login):"
3302
  msgstr ""
3303
 
3304
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3305
  msgid "Before widget content:"
3306
  msgstr "Widget tartalom előtt:"
3307
 
3308
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3309
  msgid "After widget content:"
3310
  msgstr "Widget tartalom után:"
3311
 
3312
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3313
- #: inc/widget.php:782
3314
  msgid "Hide for logged in users:"
3315
  msgstr "Bejelentkezettek számára elrejtve:"
3316
 
@@ -3323,6 +3340,10 @@ msgstr ""
3323
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
3324
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3325
 
 
 
 
 
3326
  #: inc/widget.php:253
3327
  #, fuzzy
3328
  msgid ""
@@ -3332,7 +3353,7 @@ msgstr ""
3332
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3333
  "\"Super Socializer > Social Sharing\" oldalon...."
3334
 
3335
- #: inc/widget.php:254 inc/widget.php:604
3336
  msgid "Title:"
3337
  msgstr "Cím:"
3338
 
@@ -3346,11 +3367,11 @@ msgstr "Megosztás számok mutatása:"
3346
  msgid "Show total shares:"
3347
  msgstr "Megosztás számok mutatása:"
3348
 
3349
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3350
  msgid "Target Url:"
3351
  msgstr "Cél Url:"
3352
 
3353
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3354
  #, fuzzy
3355
  msgid "Custom URL"
3356
  msgstr "Egyedi URL"
@@ -3373,23 +3394,23 @@ msgstr ""
3373
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3374
  "\"Super Socializer > Social Sharing\" oldalon."
3375
 
3376
- #: inc/widget.php:450 inc/widget.php:763
3377
  msgid "Alignment"
3378
  msgstr "Igazítás"
3379
 
3380
- #: inc/widget.php:456 inc/widget.php:769
3381
  msgid "Left Offset"
3382
  msgstr "Bal margó"
3383
 
3384
- #: inc/widget.php:460 inc/widget.php:773
3385
  msgid "Right Offset"
3386
  msgstr "Jobb margó"
3387
 
3388
- #: inc/widget.php:463 inc/widget.php:776
3389
  msgid "Top Offset"
3390
  msgstr "Felső margó"
3391
 
3392
- #: inc/widget.php:488
3393
  #, fuzzy
3394
  msgid ""
3395
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3398,7 +3419,7 @@ msgstr ""
3398
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
3399
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3400
 
3401
- #: inc/widget.php:603
3402
  #, fuzzy
3403
  msgid ""
3404
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3407,7 +3428,7 @@ msgstr ""
3407
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
3408
  "Socializer > Like gombok\" oldalon."
3409
 
3410
- #: inc/widget.php:637
3411
  #, fuzzy
3412
  msgid ""
3413
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3417,7 +3438,7 @@ msgstr ""
3417
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
3418
  "sok másik"
3419
 
3420
- #: inc/widget.php:754
3421
  #, fuzzy
3422
  msgid ""
3423
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3426,207 +3447,207 @@ msgstr ""
3426
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3427
  "Socializer > Like gombok\" oldalon."
3428
 
3429
- #: inc/widget.php:798
3430
  #, fuzzy
3431
  msgid "Super Socializer - Follow Icons"
3432
  msgstr "Super Socializer - Belépés"
3433
 
3434
- #: inc/widget.php:800
3435
  msgid "These icons link to your Social Media accounts"
3436
  msgstr ""
3437
 
3438
- #: inc/widget.php:1037
3439
  msgid "Type:"
3440
  msgstr ""
3441
 
3442
- #: inc/widget.php:1040
3443
  #, fuzzy
3444
  msgid "Standard"
3445
  msgstr "Megosztási Felület"
3446
 
3447
- #: inc/widget.php:1043
3448
  #, fuzzy
3449
  msgid "Floating"
3450
  msgstr ""
3451
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
3452
 
3453
- #: inc/widget.php:1048
3454
  #, fuzzy
3455
  msgid "Top offset:"
3456
  msgstr "Felső margó"
3457
 
3458
- #: inc/widget.php:1052
3459
  #, fuzzy
3460
  msgid "Alignment:"
3461
  msgstr "Igazítás"
3462
 
3463
- #: inc/widget.php:1070
3464
  #, fuzzy
3465
  msgid "Offset"
3466
  msgstr "Felső margó"
3467
 
3468
- #: inc/widget.php:1084
3469
  #, fuzzy
3470
  msgid "right"
3471
  msgstr "Jobb"
3472
 
3473
- #: inc/widget.php:1084
3474
  #, fuzzy
3475
  msgid "left"
3476
  msgstr "Bal"
3477
 
3478
- #: inc/widget.php:1087
3479
  msgid "Auto-adjust according to the screen-width (responsive)"
3480
  msgstr ""
3481
 
3482
- #: inc/widget.php:1091
3483
  #, fuzzy
3484
  msgid "Size of icons"
3485
  msgstr "Megosztási ikonok mérete"
3486
 
3487
- #: inc/widget.php:1093
3488
  #, fuzzy
3489
  msgid "Icon Shape"
3490
  msgstr "alak"
3491
 
3492
- #: inc/widget.php:1098
3493
  msgid "Apply icon color and background color from Theme Selection section:"
3494
  msgstr ""
3495
 
3496
- #: inc/widget.php:1100
3497
  msgid "No"
3498
  msgstr ""
3499
 
3500
- #: inc/widget.php:1101
3501
  #, fuzzy
3502
  msgid "Yes, Standard Interface Theme"
3503
  msgstr "Megosztási Felület"
3504
 
3505
- #: inc/widget.php:1102
3506
  #, fuzzy
3507
  msgid "Yes, Floating Interface Theme"
3508
  msgstr "Megosztási Felület"
3509
 
3510
- #: inc/widget.php:1104
3511
  #, fuzzy
3512
  msgid "Facebook URL:"
3513
  msgstr "Facebook App ID"
3514
 
3515
- #: inc/widget.php:1107
3516
  #, fuzzy
3517
  msgid "Twitter URL:"
3518
  msgstr "Twitter"
3519
 
3520
- #: inc/widget.php:1110
3521
  #, fuzzy
3522
  msgid "Parler URL:"
3523
  msgstr "Instagram"
3524
 
3525
- #: inc/widget.php:1113
3526
  #, fuzzy
3527
  msgid "Instagram URL:"
3528
  msgstr "Instagram"
3529
 
3530
- #: inc/widget.php:1116
3531
  #, fuzzy
3532
  msgid "Pinterest URL:"
3533
  msgstr "Pinterest"
3534
 
3535
- #: inc/widget.php:1119
3536
  msgid "Behance URL:"
3537
  msgstr ""
3538
 
3539
- #: inc/widget.php:1122
3540
  msgid "Flickr URL:"
3541
  msgstr ""
3542
 
3543
- #: inc/widget.php:1125
3544
  msgid "Foursquare URL:"
3545
  msgstr ""
3546
 
3547
- #: inc/widget.php:1128
3548
  msgid "Github URL:"
3549
  msgstr ""
3550
 
3551
- #: inc/widget.php:1131
3552
  #, fuzzy
3553
  msgid "LinkedIn URL:"
3554
  msgstr "LinkedIn"
3555
 
3556
- #: inc/widget.php:1134
3557
  #, fuzzy
3558
  msgid "LinkedIn Company URL:"
3559
  msgstr "LinkedIn"
3560
 
3561
- #: inc/widget.php:1137
3562
  #, fuzzy
3563
  msgid "Medium URL:"
3564
  msgstr "Tumblr"
3565
 
3566
- #: inc/widget.php:1140
3567
  #, fuzzy
3568
  msgid "MeWe URL:"
3569
  msgstr "Tumblr"
3570
 
3571
- #: inc/widget.php:1143
3572
  msgid "Odnoklassniki URL:"
3573
  msgstr ""
3574
 
3575
- #: inc/widget.php:1146
3576
  msgid "Snapchat URL:"
3577
  msgstr ""
3578
 
3579
- #: inc/widget.php:1149
3580
  #, fuzzy
3581
  msgid "Telegram URL:"
3582
  msgstr "Instagram"
3583
 
3584
- #: inc/widget.php:1152
3585
  #, fuzzy
3586
  msgid "Tumblr URL:"
3587
  msgstr "Tumblr"
3588
 
3589
- #: inc/widget.php:1155
3590
  msgid "Vimeo URL:"
3591
  msgstr ""
3592
 
3593
- #: inc/widget.php:1158
3594
  #, fuzzy
3595
  msgid "Vkontakte URL:"
3596
  msgstr "Vkontakte"
3597
 
3598
- #: inc/widget.php:1161
3599
  #, fuzzy
3600
  msgid "Xing URL:"
3601
  msgstr "LinkedIn"
3602
 
3603
- #: inc/widget.php:1164
3604
  msgid "Youtube URL:"
3605
  msgstr ""
3606
 
3607
- #: inc/widget.php:1167
3608
  msgid "Youtube Channel URL:"
3609
  msgstr ""
3610
 
3611
- #: inc/widget.php:1170
3612
  msgid "RSS Feed URL:"
3613
  msgstr ""
3614
 
3615
- #: inc/widget.php:1173
3616
  #, fuzzy
3617
  msgid "Gab.com URL:"
3618
  msgstr "Facebook App ID"
3619
 
3620
- #: inc/widget.php:1176
3621
  #, fuzzy
3622
  msgid "Gettr.com URL:"
3623
  msgstr "Twitter"
3624
 
3625
- #: super_socializer.php:556
3626
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3627
  msgstr ""
3628
 
3629
- #: super_socializer.php:1846
3630
  #, fuzzy
3631
  msgid ""
3632
  "cURL is not enabled at your website server. Please contact your website "
@@ -3635,7 +3656,7 @@ msgstr ""
3635
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3636
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3637
 
3638
- #: super_socializer.php:1874
3639
  #, fuzzy, php-format
3640
  msgid ""
3641
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3645,7 +3666,7 @@ msgstr ""
3645
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3646
  "lépés %s)"
3647
 
3648
- #: super_socializer.php:1877
3649
  #, fuzzy, php-format
3650
  msgid ""
3651
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3655,7 +3676,7 @@ msgstr ""
3655
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3656
  "lépés %s)"
3657
 
3658
- #: super_socializer.php:1880
3659
  msgid ""
3660
  "Make sure cURL is enabled at your website server. You may need to contact "
3661
  "the server administrator of your website to verify this"
@@ -3663,130 +3684,130 @@ msgstr ""
3663
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3664
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3665
 
3666
- #: super_socializer.php:2047
3667
  msgid "Search"
3668
  msgstr ""
3669
 
3670
- #: super_socializer.php:2069
3671
  msgid "Your email has been verified. Now you can login to your account"
3672
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3673
 
3674
- #: super_socializer.php:2073
3675
  msgid "Notification"
3676
  msgstr "Értesítés"
3677
 
3678
- #: super_socializer.php:2094
3679
  msgid "Please check your email inbox to complete the registration."
3680
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3681
 
3682
- #: super_socializer.php:2163
3683
  msgid "Leave a reply"
3684
  msgstr "Válaszolj"
3685
 
3686
- #: super_socializer.php:2179
3687
  #, fuzzy
3688
  msgid "Link copied."
3689
  msgstr "LinkedIn"
3690
 
3691
- #: super_socializer.php:2417
3692
  #, fuzzy
3693
  msgid "Super Socializer - General Options"
3694
  msgstr "Super Socializer - Belépés"
3695
 
3696
- #: super_socializer.php:2488
3697
  msgid ""
3698
  "I agree to my personal data being stored and used as per Privacy Policy and "
3699
  "Terms and Conditions"
3700
  msgstr ""
3701
 
3702
- #: super_socializer.php:2492
3703
  msgid ""
3704
  "I revoke my consent to store and use my personal data. Kindly delete my "
3705
  "personal data saved in this website."
3706
  msgstr ""
3707
 
3708
- #: super_socializer.php:2504
3709
  msgid "Small Avatar Url"
3710
  msgstr "Kis Avatar URL"
3711
 
3712
- #: super_socializer.php:2508
3713
  #, fuzzy
3714
  msgid "Large Avatar Url"
3715
  msgstr "Cél Url"
3716
 
3717
- #: super_socializer.php:2610
3718
  msgid "Login with your Social ID"
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2611
3722
  msgid "Email you entered is already registered or invalid"
3723
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3724
 
3725
- #: super_socializer.php:2618
3726
  msgid "Please enter a valid email address. You might be required to verify it"
3727
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3728
 
3729
- #: super_socializer.php:2622 super_socializer.php:3419
3730
  msgid "Link your social account to login to your account at this website"
3731
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3732
 
3733
- #: super_socializer.php:2882
3734
  msgid "Thanks for installing Super Socializer plugin"
3735
  msgstr ""
3736
 
3737
- #: super_socializer.php:2884
3738
  msgid "Configure the Plugin"
3739
  msgstr ""
3740
 
3741
- #: super_socializer.php:2895
3742
  msgid ""
3743
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3744
  "current version of Super Socializer"
3745
  msgstr ""
3746
 
3747
- #: super_socializer.php:2904
3748
  msgid ""
3749
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3750
  "compatibility with the current version of Super Socializer"
3751
  msgstr ""
3752
 
3753
- #: super_socializer.php:2913
3754
  msgid ""
3755
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3756
  "compatibility with the current version of Super Socializer"
3757
  msgstr ""
3758
 
3759
- #: super_socializer.php:2922
3760
  msgid ""
3761
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3762
  "version of Super Socializer"
3763
  msgstr ""
3764
 
3765
- #: super_socializer.php:2931
3766
  msgid ""
3767
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3768
  "compatibility with the current version of Super Socializer"
3769
  msgstr ""
3770
 
3771
- #: super_socializer.php:2940
3772
  msgid ""
3773
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3774
  "for compatibility with the current version of Super Socializer"
3775
  msgstr ""
3776
 
3777
- #: super_socializer.php:2949
3778
  msgid ""
3779
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3780
  "with current version of Super Socializer"
3781
  msgstr ""
3782
 
3783
- #: super_socializer.php:2960
3784
  #, php-format
3785
  msgid ""
3786
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3787
  msgstr ""
3788
 
3789
- #: super_socializer.php:2969
3790
  #, php-format
3791
  msgid ""
3792
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3794,7 +3815,7 @@ msgid ""
3794
  "Instagram App Secret <a href=\"%s\">here</a>"
3795
  msgstr ""
3796
 
3797
- #: super_socializer.php:2978 super_socializer.php:2987
3798
  #, php-format
3799
  msgid ""
3800
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3803,13 +3824,13 @@ msgid ""
3803
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3804
  msgstr ""
3805
 
3806
- #: super_socializer.php:3003
3807
  #, php-format
3808
  msgid ""
3809
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3810
  msgstr ""
3811
 
3812
- #: super_socializer.php:3027
3813
  #, php-format
3814
  msgid ""
3815
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3817,14 +3838,14 @@ msgid ""
3817
  "target=\"_blank\">here</a>"
3818
  msgstr ""
3819
 
3820
- #: super_socializer.php:3027 super_socializer.php:3052
3821
- #: super_socializer.php:3077 super_socializer.php:3102
3822
- #: super_socializer.php:3135 super_socializer.php:3163
3823
- #: super_socializer.php:3190
3824
  msgid "Okay"
3825
  msgstr ""
3826
 
3827
- #: super_socializer.php:3052
3828
  #, php-format
3829
  msgid ""
3830
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3832,7 +3853,7 @@ msgid ""
3832
  "\">here</a>"
3833
  msgstr ""
3834
 
3835
- #: super_socializer.php:3077
3836
  #, php-format
3837
  msgid ""
3838
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3840,7 +3861,7 @@ msgid ""
3840
  "target=\"_blank\">here</a>"
3841
  msgstr ""
3842
 
3843
- #: super_socializer.php:3102
3844
  #, php-format
3845
  msgid ""
3846
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3848,13 +3869,13 @@ msgid ""
3848
  "target=\"_blank\">here</a>"
3849
  msgstr ""
3850
 
3851
- #: super_socializer.php:3113
3852
  #, php-format
3853
  msgid ""
3854
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3855
  msgstr ""
3856
 
3857
- #: super_socializer.php:3135
3858
  #, php-format
3859
  msgid ""
3860
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3862,7 +3883,7 @@ msgid ""
3862
  "\"%s\" target=\"_blank\">here</a>"
3863
  msgstr ""
3864
 
3865
- #: super_socializer.php:3163
3866
  #, php-format
3867
  msgid ""
3868
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3871,7 +3892,7 @@ msgid ""
3871
  "your website %s with them. No need to copy-paste any code from their website."
3872
  msgstr ""
3873
 
3874
- #: super_socializer.php:3190
3875
  #, php-format
3876
  msgid ""
3877
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3879,7 +3900,7 @@ msgid ""
3879
  "\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
- #: super_socializer.php:3215
3883
  #, php-format
3884
  msgid ""
3885
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3887,16 +3908,27 @@ msgid ""
3887
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3888
  msgstr ""
3889
 
3890
- #: super_socializer.php:3215 super_socializer.php:3242
3891
  msgid "Dismiss"
3892
  msgstr ""
3893
 
3894
- #: super_socializer.php:3495
3895
  msgid ""
3896
  "Your browser is blocking some features of this website. Please follow the "
3897
  "instructions at {support_url} to unblock these."
3898
  msgstr ""
3899
 
 
 
 
 
 
 
 
 
 
 
 
3900
  #~ msgid "Dismiss this notice"
3901
  #~ msgstr "Utasítsa el ezt az értesítést"
3902
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:36+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1999
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
34
  "API Key beszerzéshez"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2424
38
  #, fuzzy
39
  msgid "General Options"
40
  msgstr "Megosztási beállítások"
83
  msgstr ""
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
87
+ #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Változások Mentése"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
93
+ #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
100
+ #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
223
  msgstr "Megosztási Felület"
224
 
225
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
226
+ #: admin/social_sharing.php:1622
227
  msgid "Miscellaneous"
228
  msgstr ""
229
 
232
  msgstr ""
233
 
234
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
235
+ #: admin/social_login.php:45 admin/social_login.php:1962
236
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
237
+ #: admin/social_sharing.php:1901
238
  msgid "Shortcode & Widget"
239
  msgstr "Shortcode és Widget"
240
 
241
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
242
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
243
+ #: admin/social_login.php:46 admin/social_login.php:1976
244
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
245
  msgid "FAQ"
246
  msgstr "GYIK"
247
 
266
 
267
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
268
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
269
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
270
  msgid "Url of the webpage where icons are located (default)"
271
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
272
 
273
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
274
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
275
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
276
  msgid "Url of the homepage of your website"
277
  msgstr "A főoldalad Url-je"
278
 
287
  "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
288
 
289
  #: admin/like_buttons.php:105 admin/social_login.php:1231
290
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
291
  msgid "Title"
292
  msgstr "Cím"
293
 
306
  "változtatáshoz."
307
 
308
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
309
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
310
  msgid "Horizontal alignment"
311
  msgstr "Függőleges igazítás"
312
 
313
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
314
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
315
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
316
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
317
+ #: inc/widget.php:1068
318
  msgid "Left"
319
  msgstr "Bal"
320
 
321
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
322
  msgid "Center"
323
  msgstr "Középen"
324
 
325
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
326
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
327
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
328
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
329
+ #: inc/widget.php:1075
330
  msgid "Right"
331
  msgstr "Jobb"
332
 
357
 
358
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
359
  #: admin/social_login.php:1548 admin/social_login.php:1577
360
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
361
  msgid "Homepage"
362
  msgstr "Kezdő oldal"
363
 
364
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
365
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
366
  msgid "Posts"
367
  msgstr "Bejegyzések"
368
 
369
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
370
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
371
  msgid "Pages"
372
  msgstr "Oldalak"
373
 
374
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
375
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
376
  msgid "Excerpts and Posts page"
377
  msgstr ""
378
 
379
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
380
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
381
  msgid "Category Archives"
382
  msgstr "Kategória Archívum"
383
 
384
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
385
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
386
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
387
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
388
 
396
  msgstr ""
397
 
398
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
399
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
400
  msgid "BBPress forum"
401
  msgstr "BBPress fórum"
402
 
403
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
404
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
405
  msgid "BBPress topic"
406
  msgstr "BBPress téma"
407
 
440
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
441
 
442
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
443
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
444
+ #: inc/widget.php:463 inc/widget.php:776
445
  msgid "Background Color"
446
  msgstr "Háttér Szín"
447
 
456
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
457
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
458
 
459
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
460
  msgid "Left offset"
461
  msgstr "Bal margó"
462
 
467
  msgstr ""
468
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
469
 
470
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
471
  msgid "Right offset"
472
  msgstr "Jobb margó"
473
 
479
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
480
  "Negatív értéket is megadhatsz."
481
 
482
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
483
  msgid "Top offset"
484
  msgstr "Felső margó"
485
 
490
  msgstr ""
491
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
492
 
493
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
494
  #, fuzzy
495
  msgid "BuddyPress group"
496
  msgstr "BuddyPress profil oldal"
509
  "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a "
510
  "mobileszközökön"
511
 
512
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
513
  msgid "Url shortener"
514
  msgstr "Url rövidítő"
515
 
529
  msgid "Enable bit.ly url shortener for tweet button"
530
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
531
 
532
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
533
  msgid "Master control to enable bit.ly url shortening for sharing"
534
  msgstr ""
535
  "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
536
 
537
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
538
  msgid "Bit.ly generic access token"
539
  msgstr ""
540
 
541
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
542
  #, php-format
543
  msgid ""
544
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
547
  "\">link</a>"
548
  msgstr ""
549
 
550
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
551
  msgid "Clear Bitly Cache"
552
  msgstr ""
553
 
554
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
555
  #, fuzzy
556
  msgid "ShortUrl cache cleared successfully."
557
  msgstr "Fiók kapcsolása sikeres"
558
 
559
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
560
  msgid ""
561
  "Use this to delete short urls saved in database. Handy, if urls of your "
562
  "website have been changed but short urls are still being generated for old "
564
  msgstr ""
565
 
566
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
567
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
568
+ #: admin/social_sharing.php:1779
569
  msgid "Language"
570
  msgstr "Nyelv"
571
 
612
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
613
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
614
 
615
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
616
  msgid "myCRED"
617
  msgstr ""
618
 
619
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
620
  msgid "Append myCRED referral ID to the urls being shared"
621
  msgstr ""
622
 
625
  msgid "Like Buttons Shortcode & Widget"
626
  msgstr "Shortcode és Widget"
627
 
628
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
629
  msgid "Why is there so much space between like buttons?"
630
  msgstr ""
631
 
632
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
633
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
634
  msgstr ""
635
 
636
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
637
  msgid "How to Place Title and Social Share Icons in the Same Row?"
638
  msgstr ""
639
 
640
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
641
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
642
  msgid "More"
643
  msgstr ""
644
 
852
  msgid "Social Commenting Shortcode"
853
  msgstr "Közösségi Hozzászólás"
854
 
855
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
856
+ #: admin/social_sharing.php:1934
857
  msgid ""
858
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
859
  "an online website for the plugin to function properly."
870
  "Https?"
871
  msgstr ""
872
 
873
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
874
+ #: admin/social_sharing.php:1949
875
  msgid "Why is my browser blocking some features of the plugin?"
876
  msgstr ""
877
 
908
  msgid "Advanced Configuration"
909
  msgstr "Alap Beállítások"
910
 
911
+ #: admin/social_login.php:41 admin/social_login.php:1762
912
+ #: super_socializer.php:2492
913
  msgid "GDPR"
914
  msgstr ""
915
 
916
+ #: admin/social_login.php:43 admin/social_login.php:1913
917
  msgid "XProfile Integration"
918
  msgstr ""
919
 
2084
  "photo\" section in BuddyPress profile at front-end"
2085
  msgstr ""
2086
 
2087
+ #: admin/social_login.php:1490 super_socializer.php:2098
2088
  msgid "Email required"
2089
  msgstr "E-mail cím szükséges"
2090
 
2146
  msgstr "BuddyPress profil oldal"
2147
 
2148
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2149
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2150
  msgid "Custom Url"
2151
  msgstr "Egyedi URL"
2152
 
2163
  msgid "Same page from where user registered"
2164
  msgstr "Az az oldal, ahol a felhasználó regisztrált"
2165
 
2166
+ #: admin/social_login.php:1591
2167
+ msgid "Username Separator"
2168
+ msgstr ""
2169
+
2170
+ #: admin/social_login.php:1595
2171
+ msgid "Dash (-)"
2172
+ msgstr ""
2173
+
2174
+ #: admin/social_login.php:1597
2175
+ msgid "Underscore (_)"
2176
+ msgstr ""
2177
+
2178
+ #: admin/social_login.php:1599
2179
+ msgid "Dot (.)"
2180
+ msgstr ""
2181
+
2182
+ #: admin/social_login.php:1601
2183
+ msgid "None"
2184
+ msgstr ""
2185
+
2186
+ #: admin/social_login.php:1609
2187
  msgid ""
2188
+ "Choose one of the underscore, dot or dash to use to join first and last "
2189
+ "names in the usernames of the new users"
2190
  msgstr ""
 
 
2191
 
2192
+ #: admin/social_login.php:1618
2193
  #, fuzzy
2194
  msgid "Social Account Linking Options"
2195
  msgstr "Közösségi Hozzászólás"
2196
 
2197
+ #: admin/social_login.php:1633
2198
  #, fuzzy
2199
  msgid "Text to display above the Social Account Linking interface"
2200
  msgstr "Szöveg a Közösségi Belépés felett"
2201
 
2202
+ #: admin/social_login.php:1640
2203
  #, fuzzy
2204
  msgid ""
2205
  "Link social account to already existing account, if email address matches"
2206
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
2207
 
2208
+ #: admin/social_login.php:1650
2209
  msgid ""
2210
  "If email address of the user's Social Account matches with an already "
2211
  "existing account at your website, that social account will be linked to "
2213
  "Linking interface at their profile page."
2214
  msgstr ""
2215
 
2216
+ #: admin/social_login.php:1658
2217
  msgid "Enable social account linking at BuddyPress profile page"
2218
  msgstr ""
2219
  "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
2220
 
2221
+ #: admin/social_login.php:1668
2222
  msgid ""
2223
  "Enable this option to show social account linking interface at BuddyPress "
2224
  "profile page"
2226
  "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész "
2227
  "BuddyPress profil oldal"
2228
 
2229
+ #: admin/social_login.php:1679
2230
  msgid "Email popup options"
2231
  msgstr "Email felugró ablak beállítások"
2232
 
2233
+ #: admin/social_login.php:1684
2234
  msgid "Text on 'Email required' popup"
2235
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
2236
 
2237
+ #: admin/social_login.php:1694
2238
  msgid ""
2239
  "This text will be displayed on email required popup. Leave empty if not "
2240
  "required."
2242
  "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen "
2243
  "hagyhatod, ha nem kéred be az e-mail címet."
2244
 
2245
+ #: admin/social_login.php:1702
2246
  msgid "Error message for 'Email required' popup"
2247
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
2248
 
2249
+ #: admin/social_login.php:1712
2250
  msgid ""
2251
  "This message will be displayed to user if it provides invalid or already "
2252
  "registered email"
2254
  "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-"
2255
  "mail címet ad meg "
2256
 
2257
+ #: admin/social_login.php:1720
2258
  msgid "Email popup height"
2259
  msgstr "Email felugró ablak magassága"
2260
 
2261
+ #: admin/social_login.php:1730
2262
  msgid ""
2263
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2264
  "can increase the height of popup by specifying in this option. Leave empty "
2267
  "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt "
2268
  "megnövelheted az ablak magasságát. Egyébként üresen hagyható."
2269
 
2270
+ #: admin/social_login.php:1737
2271
  msgid "Enable email verification"
2272
  msgstr "E-mail ellenőrzés bekapcsolása"
2273
 
2274
+ #: admin/social_login.php:1747
2275
  msgid ""
2276
  "If enabled, email provided by the user will be verified by sending a "
2277
  "confirmation link to that email. User would not be able to login without "
2281
  "üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg "
2282
  "nem erősítette meg e-mailcímét "
2283
 
2284
+ #: admin/social_login.php:1767
2285
  #, fuzzy
2286
  msgid "Enable GDPR opt-in"
2287
  msgstr "Disqus Hozzászólás Bekapcsolása"
2288
 
2289
+ #: admin/social_login.php:1777
2290
  msgid ""
2291
  "Enable it to show GDPR opt-in for social login and social account linking"
2292
  msgstr ""
2293
 
2294
+ #: admin/social_login.php:1785
2295
  #, fuzzy
2296
  msgid "Placement of GDPR opt-in"
2297
  msgstr "Disqus Hozzászólás Bekapcsolása"
2298
 
2299
+ #: admin/social_login.php:1789
2300
  #, fuzzy
2301
  msgid "Above Social Login icons"
2302
  msgstr "Social Login"
2303
 
2304
+ #: admin/social_login.php:1791
2305
  #, fuzzy
2306
  msgid "Below Social Login icons"
2307
  msgstr "Social Login"
2308
 
2309
+ #: admin/social_login.php:1797
2310
  #, fuzzy
2311
  msgid "Placement of GDPR opt-in above or below the social login icons"
2312
  msgstr "Szöveg a Közösségi Belépés felett"
2313
 
2314
+ #: admin/social_login.php:1804
2315
  msgid "Opt-in text"
2316
  msgstr ""
2317
 
2318
+ #: admin/social_login.php:1814
2319
  #, fuzzy
2320
  msgid "Text for the GDPR opt-in"
2321
  msgstr "Disqus Hozzászólás Bekapcsolása"
2322
 
2323
+ #: admin/social_login.php:1821
2324
  msgid "Text to link to Terms-Conditions page"
2325
  msgstr ""
2326
 
2327
+ #: admin/social_login.php:1831
2328
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2329
  msgstr ""
2330
 
2331
+ #: admin/social_login.php:1838
2332
  msgid "Terms-Conditions Url"
2333
  msgstr ""
2334
 
2335
+ #: admin/social_login.php:1848
2336
  #, fuzzy
2337
  msgid "Url of the terms-conditions page of your website"
2338
  msgstr "A főoldalad Url-je"
2339
 
2340
+ #: admin/social_login.php:1855
2341
  msgid "Text to link to Privacy Policy page"
2342
  msgstr ""
2343
 
2344
+ #: admin/social_login.php:1865
2345
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2346
  msgstr ""
2347
 
2348
+ #: admin/social_login.php:1872
2349
  msgid "Privacy Policy Url"
2350
  msgstr ""
2351
 
2352
+ #: admin/social_login.php:1882
2353
  #, fuzzy
2354
  msgid "Url of the privacy policy page of your website"
2355
  msgstr "A főoldalad Url-je"
2356
 
2357
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2358
+ #: inc/widget.php:605 inc/widget.php:754
2359
  msgid "Select"
2360
  msgstr "Válassz"
2361
 
2362
+ #: admin/social_login.php:1964
2363
  #, fuzzy
2364
  msgid "Social Login Shortcode & Widget"
2365
  msgstr "Shortcode és Widget"
2366
 
2367
+ #: admin/social_login.php:1965
2368
  msgid "Social Linking Shortcode"
2369
  msgstr ""
2370
 
2371
+ #: admin/social_login.php:1980
2372
  msgid "Why is social login not working?"
2373
  msgstr ""
2374
 
2375
+ #: admin/social_login.php:1981
2376
  msgid ""
2377
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2378
  "belong to the same app"
2416
  msgstr "alak"
2417
 
2418
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2419
+ #: inc/widget.php:1104
2420
  msgid "Round"
2421
  msgstr "kerek"
2422
 
2423
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2424
+ #: inc/widget.php:1105
2425
  msgid "Square"
2426
  msgstr "szögletes"
2427
 
2612
  "the icon"
2613
  msgstr ""
2614
 
2615
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2616
+ msgid "Youtube URL"
2617
+ msgstr ""
 
2618
 
2619
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2620
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2621
  msgstr ""
2622
 
2623
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2624
  #, fuzzy
2625
  msgid "HTML ID of container element of comment form"
2626
  msgstr "HTML ID komment formájában konténer"
2627
 
2628
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2629
  msgid ""
2630
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2631
  "icon."
2632
  msgstr ""
2633
 
2634
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2635
  msgid "Rearrange icons"
2636
  msgstr "Ikonsorrend beállítás"
2637
 
2638
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2639
  msgid "Drag the icons to rearrange in desired order"
2640
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
2641
 
2642
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2643
  #, fuzzy
2644
  msgid "Select Sharing Services"
2645
  msgstr "Válassz és rendezz sorba szolgáltatókat"
2646
 
2647
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2648
  msgid "Select sharing services to show in social share bar"
2649
  msgstr ""
2650
 
2651
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2652
  #, fuzzy
2653
  msgid "Search social network"
2654
  msgstr "elsődleges szociális háló"
2655
 
2656
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2657
  msgid "Horizontal alignment of the sharing interface"
2658
  msgstr "A megosztási felület függőleges igazítása"
2659
 
2662
  msgstr ""
2663
  "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
2664
 
2665
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2666
  msgid "Placement"
2667
  msgstr ""
2668
 
2670
  msgid "Specify the pages where you want to enable Sharing interface"
2671
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
2672
 
2673
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2674
  msgid "Show share counts"
2675
  msgstr "Megosztás számok mutatása"
2676
 
2677
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2678
  msgid ""
2679
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2680
  "Odnoklassniki, Fintel and Vkontakte"
2681
  msgstr ""
2682
 
2683
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2684
  #, php-format
2685
  msgid ""
2686
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2689
  "their website."
2690
  msgstr ""
2691
 
2692
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2693
  msgid "If enabled, share counts are displayed above sharing icons."
2694
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2695
 
2696
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2697
+ #: admin/social_sharing.php:1721
2698
  msgid "Track Social Shares for Every Social Network"
2699
  msgstr ""
2700
 
2701
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2702
  #, fuzzy
2703
  msgid "Show total shares"
2704
  msgstr "Megosztás számok mutatása"
2705
 
2706
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2707
  #, fuzzy
2708
  msgid "If enabled, total shares will be displayed with sharing icons"
2709
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
2710
 
2711
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2712
  msgid "Enable 'More' icon"
2713
  msgstr "'Még több' ikon bekapcsolása"
2714
 
2715
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2716
  msgid ""
2717
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2718
  "which shows additional sharing networks in popup"
2736
  msgstr ""
2737
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
2738
 
2739
+ #: admin/social_sharing.php:1338
2740
  msgid ""
2741
  "Specify the color or hex code (example #cc78e0) for the background of "
2742
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2747
  "hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href="
2748
  "\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
2749
 
2750
+ #: admin/social_sharing.php:1376
2751
  msgid ""
2752
  "Specify a number. Increase in number will shift sharing interface towards "
2753
  "right and decrease will shift it towards left. Number can be negative too."
2755
  "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. "
2756
  "Megadhatsz negatív értéket is."
2757
 
2758
+ #: admin/social_sharing.php:1395
2759
  msgid ""
2760
  "Specify a number. Increase in number will shift sharing interface towards "
2761
  "left and decrease will shift it towards right. Number can be negative too."
2763
  "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. "
2764
  "Megadhatsz negatív értéket is."
2765
 
2766
+ #: admin/social_sharing.php:1413
2767
  msgid ""
2768
  "Specify a number. Increase in number will shift sharing interface towards "
2769
  "bottom and decrease will shift it towards top."
2770
  msgstr ""
2771
  "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
2772
 
2773
+ #: admin/social_sharing.php:1469
2774
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2775
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
2776
 
2777
+ #: admin/social_sharing.php:1538
2778
  #, fuzzy
2779
  msgid "Hide floating slider"
2780
  msgstr "Bejelentkezettek számára elrejtve:"
2781
 
2782
+ #: admin/social_sharing.php:1548
2783
  msgid "Hides the slider arrow present below the floating share bar"
2784
  msgstr ""
2785
 
2786
+ #: admin/social_sharing.php:1555
2787
  #, fuzzy
2788
  msgid "Vertical floating bar responsiveness"
2789
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
2790
 
2791
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2792
  #, php-format
2793
  msgid "Display vertical interface only when screen is wider than %s pixels"
2794
  msgstr ""
2795
 
2796
+ #: admin/social_sharing.php:1565
2797
  msgid ""
2798
  "Display vertical interface only when screen is wider than the width "
2799
  "specified."
2800
  msgstr ""
2801
 
2802
+ #: admin/social_sharing.php:1572
2803
  msgid "Horizontal floating bar responsiveness"
2804
  msgstr ""
2805
 
2806
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2807
  #, fuzzy, php-format
2808
  msgid ""
2809
  "Stick vertical floating interface horizontally at bottom only when screen is "
2812
  "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil "
2813
  "eszközök"
2814
 
2815
+ #: admin/social_sharing.php:1582
2816
  msgid ""
2817
  "Stick vertical floating interface horizontally at bottom only when screen is "
2818
  "narrower than the width specified"
2819
  msgstr ""
2820
 
2821
+ #: admin/social_sharing.php:1591
2822
  #, fuzzy
2823
  msgid "Horizontal floating bar position"
2824
  msgstr "Vízszintes Megosztási Felület Beállítások"
2825
 
2826
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2827
  #, php-format
2828
  msgid "%s pixels from %s"
2829
  msgstr ""
2830
 
2831
+ #: admin/social_sharing.php:1595
2832
  msgid "Auto-adjust according to screen width (responsive)"
2833
  msgstr ""
2834
 
2835
+ #: admin/social_sharing.php:1602
2836
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2837
  msgstr ""
2838
 
2839
+ #: admin/social_sharing.php:1627
2840
  msgid "Use plain background for Instagram icon"
2841
  msgstr ""
2842
 
2843
+ #: admin/social_sharing.php:1637
2844
  msgid ""
2845
  "Uses plain background for Instagram icon instead of multicolored background"
2846
  msgstr ""
2847
 
2848
+ #: admin/social_sharing.php:1650
2849
  msgid "Use shortlinks already installed"
2850
  msgstr "Használja shortlinks már telepítve"
2851
 
2852
+ #: admin/social_sharing.php:1660
2853
  msgid "Uses default short url permalinks without using any additional plugin"
2854
  msgstr ""
2855
 
2856
+ #: admin/social_sharing.php:1667
2857
  msgid "Enable bit.ly url shortener for sharing"
2858
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
2859
 
2860
+ #: admin/social_sharing.php:1726
2861
  msgid "Share Count Cache"
2862
  msgstr ""
2863
 
2864
+ #: admin/social_sharing.php:1731
2865
  msgid "Refresh Share Count cache every"
2866
  msgstr ""
2867
 
2868
+ #: admin/social_sharing.php:1736
2869
  msgid "Second(s)"
2870
  msgstr ""
2871
 
2872
+ #: admin/social_sharing.php:1737
2873
  msgid "Minute(s)"
2874
  msgstr ""
2875
 
2876
+ #: admin/social_sharing.php:1738
2877
  msgid "Hour(s)"
2878
  msgstr ""
2879
 
2880
+ #: admin/social_sharing.php:1739
2881
  msgid "Day(s)"
2882
  msgstr ""
2883
 
2884
+ #: admin/social_sharing.php:1747
2885
  #, php-format
2886
  msgid ""
2887
  "Frequent cache refreshing results in slower loading of pages with share "
2889
  "target=\"_blank\">here</a>"
2890
  msgstr ""
2891
 
2892
+ #: admin/social_sharing.php:1754
2893
  msgid "Clear Share Counts Cache"
2894
  msgstr ""
2895
 
2896
+ #: admin/social_sharing.php:1758
2897
  #, fuzzy
2898
  msgid "Share Counts cache cleared successfully."
2899
  msgstr "Fiók kapcsolása sikeres"
2900
 
2901
+ #: admin/social_sharing.php:1765
2902
  msgid "Use this to clear cached share counts"
2903
  msgstr ""
2904
 
2905
+ #: admin/social_sharing.php:1789
2906
  #, fuzzy, php-format
2907
  msgid ""
2908
  "Enter the code of the language you want to use for like buttons. You can "
2913
  "nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen "
2914
  "az alapértelmezett (angol) nyelv használatához"
2915
 
2916
+ #: admin/social_sharing.php:1798
2917
  #, fuzzy
2918
  msgid "Username in sharing"
2919
  msgstr "Twitter felhasználónév a megosztásban"
2920
 
2921
+ #: admin/social_sharing.php:1803
2922
  msgid "Twitter username (without @)"
2923
  msgstr "Twitter felhasználónév (@ nélkül)"
2924
 
2925
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2926
  msgid ""
2927
  "Provided username will be appended after the content being shared as \"via "
2928
  "@USERNAME\". Leave empty if you do not want any username in the content "
2931
  "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME"
2932
  "\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
2933
 
2934
+ #: admin/social_sharing.php:1821
2935
  #, fuzzy
2936
  msgid "Buffer username (without @)"
2937
  msgstr "Twitter felhasználónév (@ nélkül)"
2938
 
2939
+ #: admin/social_sharing.php:1840
2940
  msgid "AMP"
2941
  msgstr ""
2942
 
2943
+ #: admin/social_sharing.php:1845
2944
  #, fuzzy
2945
  msgid "Enable sharing on AMP pages"
2946
  msgstr "Bekapcsolás a belépés oldalon"
2947
 
2948
+ #: admin/social_sharing.php:1855
2949
  msgid "Enable this option to render sharing icons on AMP pages"
2950
  msgstr ""
2951
 
2952
+ #: admin/social_sharing.php:1912
2953
  msgid "Facebook Sharing Troubleshooter"
2954
  msgstr "Facebook Megosztás Hibaelhárító"
2955
 
2956
+ #: admin/social_sharing.php:1917
2957
  #, fuzzy
2958
  msgid ""
2959
  "If Facebook sharing is not working fine, click at the following link and "
2964
  "és add meg a problémás url-t (ahol a Facebook megosztás nem működik "
2965
  "tökéletesen) a szöveges mezőben:"
2966
 
2967
+ #: admin/social_sharing.php:1935
2968
  msgid ""
2969
  "Why is sharer not showing the correct image, title and other meta tags "
2970
  "content?"
2971
  msgstr ""
2972
 
2973
+ #: admin/social_sharing.php:1936
2974
  msgid "Why is Facebook share count not working?"
2975
  msgstr ""
2976
 
2977
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2978
  #, php-format
2979
  msgid ""
2980
  "After the recent changes introduced in the Facebook graph API, it's not "
2983
  "not just for Facebook but for all the social networks"
2984
  msgstr ""
2985
 
2986
+ #: admin/social_sharing.php:1939
2987
  msgid "Why is Instagram icon redirecting to Instagram website?"
2988
  msgstr ""
2989
 
2990
+ #: admin/social_sharing.php:1940
2991
  msgid ""
2992
  "Instagram icon is there to send website visitors to the Instagram page of "
2993
  "your choice. You can save the desired Instagram handle in \"Instagram "
2995
  "sections."
2996
  msgstr ""
2997
 
2998
+ #: admin/social_sharing.php:1943
2999
  #, fuzzy
3000
  msgid "How to customize the url being shared?"
3001
  msgstr "Megosztás számok mutatása:"
3002
 
3003
+ #: admin/social_sharing.php:1944
3004
  msgid ""
3005
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3006
  msgstr ""
3007
 
3008
+ #: admin/social_sharing.php:1945
3009
  msgid ""
3010
  "It takes some time for their service to track the shares made on Twitter "
3011
  "from your website. If you still feel it's taking too long you can contact "
3012
  "their support directly from their website."
3013
  msgstr ""
3014
 
3015
+ #: admin/social_sharing.php:1948
3016
  msgid ""
3017
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3018
  msgstr ""
3019
 
3020
+ #: admin/social_sharing.php:1950
3021
  msgid "Why the color of share icons is not being updated?"
3022
  msgstr ""
3023
 
3024
+ #: admin/social_sharing.php:1951
3025
  msgid "Why Facebook share counts are not appearing?"
3026
  msgstr ""
3027
 
3028
+ #: admin/social_sharing.php:1952
3029
  msgid ""
3030
  "How can I show share counts of my website rather than of individual pages/"
3031
  "posts?"
3033
  "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon "
3034
  "kívül is?"
3035
 
3036
+ #: admin/social_sharing.php:1953
3037
  msgid "How can I disable sharing on particular page/post?"
3038
  msgstr ""
3039
  "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
3040
 
3041
+ #: admin/social_sharing.php:1954
3042
  msgid "How can I specify minimum sharing count for sharing networks?"
3043
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
3044
 
3045
+ #: admin/social_sharing.php:1955
3046
  msgid "How to share specific page?"
3047
  msgstr ""
3048
 
3049
+ #: admin/social_sharing.php:1956
3050
  msgid "How to integrate Google Analytics with sharing?"
3051
  msgstr ""
3052
 
3053
+ #: admin/social_sharing.php:1957
3054
  msgid "How to customize the look of total share counts?"
3055
  msgstr ""
3056
 
3057
+ #: admin/social_sharing.php:1958
3058
  #, fuzzy
3059
  msgid "How to customize the look of individual share counts?"
3060
  msgstr "Megosztás számok mutatása:"
3061
 
3062
+ #: admin/social_sharing.php:1959
3063
  #, fuzzy
3064
  msgid "How to show Whatsapp icon only on mobile devices?"
3065
  msgstr "Hide megosztása mobil eszközökön"
3066
 
3067
+ #: admin/social_sharing.php:1960
3068
  msgid "How to hide arrow after floating sharing bar?"
3069
  msgstr ""
3070
 
3071
+ #: admin/social_sharing.php:1961
3072
  msgid "Why is share count not getting updated?"
3073
  msgstr ""
3074
 
3165
  msgid "Floating Sharing Interface"
3166
  msgstr "Megosztási Felület"
3167
 
3168
+ #: helper.php:911 super_socializer.php:2508
3169
  #, fuzzy
3170
  msgid "Social Avatar"
3171
  msgstr "Közösségi avatar bekapcsolás"
3172
 
3173
+ #: helper.php:914 super_socializer.php:2519
3174
  msgid ""
3175
  "Do not fetch and update social avatar from my profile, next time I Social "
3176
  "Login"
3177
  msgstr ""
3178
 
3179
+ #: helper.php:915 super_socializer.php:2523
3180
  msgid "Update social avatar, next time I Social Login"
3181
  msgstr ""
3182
 
3183
+ #: helper.php:918
3184
  #, fuzzy
3185
  msgid "Small Avatar"
3186
  msgstr "Kis Avatar URL"
3187
 
3188
+ #: helper.php:922
3189
  #, fuzzy
3190
  msgid "Large Avatar"
3191
  msgstr "Cél Url"
3192
 
3193
+ #: helper.php:982 super_socializer.php:2076
3194
  msgid "Please verify your email address to login."
3195
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
3196
 
3197
+ #: helper.php:1019
3198
  msgid "Click to delete social profile data"
3199
  msgstr ""
3200
 
3201
+ #: helper.php:1048
3202
  #, fuzzy
3203
  msgid "Deleting"
3204
  msgstr "Beállítások"
3205
 
3206
+ #: helper.php:1058
3207
  msgid "Deleted"
3208
  msgstr ""
3209
 
3210
+ #: helper.php:1060
3211
  msgid "Something bad happened"
3212
  msgstr ""
3213
 
3224
  "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer "
3225
  "> Social Login\" oldalon."
3226
 
3227
+ #: inc/social_login.php:1047
3228
  msgid "Email"
3229
  msgstr "Email"
3230
 
3231
+ #: inc/social_login.php:1048
3232
  msgid "Confirm email"
3233
  msgstr ""
3234
 
3235
+ #: inc/social_login.php:1050
3236
  msgid "Save"
3237
  msgstr ""
3238
 
3239
+ #: inc/social_login.php:1051
3240
  msgid "Cancel"
3241
  msgstr ""
3242
 
3243
+ #: inc/social_login.php:1125
3244
  #, fuzzy
3245
  msgid "Email Verification"
3246
  msgstr "E-mail ellenőrzés bekapcsolása"
3247
 
3248
+ #: inc/social_login.php:1127
3249
  msgid ""
3250
  "Please click on the following link or paste it in browser to verify your "
3251
  "email"
3267
  msgid "Total Shares"
3268
  msgstr "Megosztás számok mutatása"
3269
 
3270
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3271
  #, fuzzy
3272
  msgid "Share"
3273
  msgstr "Megosztás számok mutatása"
3274
 
3275
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3276
  msgid "Shares"
3277
  msgstr ""
3278
 
3279
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3280
  msgid "Invalid request"
3281
  msgstr "Hibás kérés"
3282
 
3283
+ #: inc/social_sharing.php:973
3284
  msgid "Providers not selected"
3285
  msgstr "Nincs kiválasztott szolgáltató"
3286
 
3318
  msgid "Title (after login):"
3319
  msgstr ""
3320
 
3321
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3322
  msgid "Before widget content:"
3323
  msgstr "Widget tartalom előtt:"
3324
 
3325
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3326
  msgid "After widget content:"
3327
  msgstr "Widget tartalom után:"
3328
 
3329
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3330
+ #: inc/widget.php:779
3331
  msgid "Hide for logged in users:"
3332
  msgstr "Bejelentkezettek számára elrejtve:"
3333
 
3340
  "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a "
3341
  "Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3342
 
3343
+ #: inc/widget.php:253
3344
+ msgid "Note"
3345
+ msgstr ""
3346
+
3347
  #: inc/widget.php:253
3348
  #, fuzzy
3349
  msgid ""
3353
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3354
  "\"Super Socializer > Social Sharing\" oldalon...."
3355
 
3356
+ #: inc/widget.php:254 inc/widget.php:601
3357
  msgid "Title:"
3358
  msgstr "Cím:"
3359
 
3367
  msgid "Show total shares:"
3368
  msgstr "Megosztás számok mutatása:"
3369
 
3370
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3371
  msgid "Target Url:"
3372
  msgstr "Cél Url:"
3373
 
3374
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3375
  #, fuzzy
3376
  msgid "Custom URL"
3377
  msgstr "Egyedi URL"
3394
  "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az "
3395
  "\"Super Socializer > Social Sharing\" oldalon."
3396
 
3397
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3398
  msgid "Alignment"
3399
  msgstr "Igazítás"
3400
 
3401
+ #: inc/widget.php:453 inc/widget.php:766
3402
  msgid "Left Offset"
3403
  msgstr "Bal margó"
3404
 
3405
+ #: inc/widget.php:457 inc/widget.php:770
3406
  msgid "Right Offset"
3407
  msgstr "Jobb margó"
3408
 
3409
+ #: inc/widget.php:460 inc/widget.php:773
3410
  msgid "Top Offset"
3411
  msgstr "Felső margó"
3412
 
3413
+ #: inc/widget.php:485
3414
  #, fuzzy
3415
  msgid ""
3416
  "Standard like buttons widget. Let your website users share/like content on "
3419
  "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás "
3420
  "a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
3421
 
3422
+ #: inc/widget.php:600
3423
  #, fuzzy
3424
  msgid ""
3425
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3428
  "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super "
3429
  "Socializer > Like gombok\" oldalon."
3430
 
3431
+ #: inc/widget.php:634
3432
  #, fuzzy
3433
  msgid ""
3434
  "Floating like buttons widget. Let your website users share/like content on "
3438
  "megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még "
3439
  "sok másik"
3440
 
3441
+ #: inc/widget.php:751
3442
  #, fuzzy
3443
  msgid ""
3444
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3447
  "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super "
3448
  "Socializer > Like gombok\" oldalon."
3449
 
3450
+ #: inc/widget.php:795
3451
  #, fuzzy
3452
  msgid "Super Socializer - Follow Icons"
3453
  msgstr "Super Socializer - Belépés"
3454
 
3455
+ #: inc/widget.php:797
3456
  msgid "These icons link to your Social Media accounts"
3457
  msgstr ""
3458
 
3459
+ #: inc/widget.php:1046
3460
  msgid "Type:"
3461
  msgstr ""
3462
 
3463
+ #: inc/widget.php:1049
3464
  #, fuzzy
3465
  msgid "Standard"
3466
  msgstr "Megosztási Felület"
3467
 
3468
+ #: inc/widget.php:1052
3469
  #, fuzzy
3470
  msgid "Floating"
3471
  msgstr ""
3472
  "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
3473
 
3474
+ #: inc/widget.php:1057
3475
  #, fuzzy
3476
  msgid "Top offset:"
3477
  msgstr "Felső margó"
3478
 
3479
+ #: inc/widget.php:1061
3480
  #, fuzzy
3481
  msgid "Alignment:"
3482
  msgstr "Igazítás"
3483
 
3484
+ #: inc/widget.php:1079
3485
  #, fuzzy
3486
  msgid "Offset"
3487
  msgstr "Felső margó"
3488
 
3489
+ #: inc/widget.php:1093
3490
  #, fuzzy
3491
  msgid "right"
3492
  msgstr "Jobb"
3493
 
3494
+ #: inc/widget.php:1093
3495
  #, fuzzy
3496
  msgid "left"
3497
  msgstr "Bal"
3498
 
3499
+ #: inc/widget.php:1096
3500
  msgid "Auto-adjust according to the screen-width (responsive)"
3501
  msgstr ""
3502
 
3503
+ #: inc/widget.php:1100
3504
  #, fuzzy
3505
  msgid "Size of icons"
3506
  msgstr "Megosztási ikonok mérete"
3507
 
3508
+ #: inc/widget.php:1102
3509
  #, fuzzy
3510
  msgid "Icon Shape"
3511
  msgstr "alak"
3512
 
3513
+ #: inc/widget.php:1107
3514
  msgid "Apply icon color and background color from Theme Selection section:"
3515
  msgstr ""
3516
 
3517
+ #: inc/widget.php:1109
3518
  msgid "No"
3519
  msgstr ""
3520
 
3521
+ #: inc/widget.php:1110
3522
  #, fuzzy
3523
  msgid "Yes, Standard Interface Theme"
3524
  msgstr "Megosztási Felület"
3525
 
3526
+ #: inc/widget.php:1111
3527
  #, fuzzy
3528
  msgid "Yes, Floating Interface Theme"
3529
  msgstr "Megosztási Felület"
3530
 
3531
+ #: inc/widget.php:1113
3532
  #, fuzzy
3533
  msgid "Facebook URL:"
3534
  msgstr "Facebook App ID"
3535
 
3536
+ #: inc/widget.php:1116
3537
  #, fuzzy
3538
  msgid "Twitter URL:"
3539
  msgstr "Twitter"
3540
 
3541
+ #: inc/widget.php:1119
3542
  #, fuzzy
3543
  msgid "Parler URL:"
3544
  msgstr "Instagram"
3545
 
3546
+ #: inc/widget.php:1122
3547
  #, fuzzy
3548
  msgid "Instagram URL:"
3549
  msgstr "Instagram"
3550
 
3551
+ #: inc/widget.php:1125
3552
  #, fuzzy
3553
  msgid "Pinterest URL:"
3554
  msgstr "Pinterest"
3555
 
3556
+ #: inc/widget.php:1128
3557
  msgid "Behance URL:"
3558
  msgstr ""
3559
 
3560
+ #: inc/widget.php:1131
3561
  msgid "Flickr URL:"
3562
  msgstr ""
3563
 
3564
+ #: inc/widget.php:1134
3565
  msgid "Foursquare URL:"
3566
  msgstr ""
3567
 
3568
+ #: inc/widget.php:1137
3569
  msgid "Github URL:"
3570
  msgstr ""
3571
 
3572
+ #: inc/widget.php:1140
3573
  #, fuzzy
3574
  msgid "LinkedIn URL:"
3575
  msgstr "LinkedIn"
3576
 
3577
+ #: inc/widget.php:1143
3578
  #, fuzzy
3579
  msgid "LinkedIn Company URL:"
3580
  msgstr "LinkedIn"
3581
 
3582
+ #: inc/widget.php:1146
3583
  #, fuzzy
3584
  msgid "Medium URL:"
3585
  msgstr "Tumblr"
3586
 
3587
+ #: inc/widget.php:1149
3588
  #, fuzzy
3589
  msgid "MeWe URL:"
3590
  msgstr "Tumblr"
3591
 
3592
+ #: inc/widget.php:1152
3593
  msgid "Odnoklassniki URL:"
3594
  msgstr ""
3595
 
3596
+ #: inc/widget.php:1155
3597
  msgid "Snapchat URL:"
3598
  msgstr ""
3599
 
3600
+ #: inc/widget.php:1158
3601
  #, fuzzy
3602
  msgid "Telegram URL:"
3603
  msgstr "Instagram"
3604
 
3605
+ #: inc/widget.php:1161
3606
  #, fuzzy
3607
  msgid "Tumblr URL:"
3608
  msgstr "Tumblr"
3609
 
3610
+ #: inc/widget.php:1164
3611
  msgid "Vimeo URL:"
3612
  msgstr ""
3613
 
3614
+ #: inc/widget.php:1167
3615
  #, fuzzy
3616
  msgid "Vkontakte URL:"
3617
  msgstr "Vkontakte"
3618
 
3619
+ #: inc/widget.php:1170
3620
  #, fuzzy
3621
  msgid "Xing URL:"
3622
  msgstr "LinkedIn"
3623
 
3624
+ #: inc/widget.php:1173
3625
  msgid "Youtube URL:"
3626
  msgstr ""
3627
 
3628
+ #: inc/widget.php:1176
3629
  msgid "Youtube Channel URL:"
3630
  msgstr ""
3631
 
3632
+ #: inc/widget.php:1179
3633
  msgid "RSS Feed URL:"
3634
  msgstr ""
3635
 
3636
+ #: inc/widget.php:1182
3637
  #, fuzzy
3638
  msgid "Gab.com URL:"
3639
  msgstr "Facebook App ID"
3640
 
3641
+ #: inc/widget.php:1185
3642
  #, fuzzy
3643
  msgid "Gettr.com URL:"
3644
  msgstr "Twitter"
3645
 
3646
+ #: super_socializer.php:563
3647
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3648
  msgstr ""
3649
 
3650
+ #: super_socializer.php:1853
3651
  #, fuzzy
3652
  msgid ""
3653
  "cURL is not enabled at your website server. Please contact your website "
3656
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3657
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3658
 
3659
+ #: super_socializer.php:1881
3660
  #, fuzzy, php-format
3661
  msgid ""
3662
  "Enter exactly the following url in <strong>Website</strong> option in your "
3666
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3667
  "lépés %s)"
3668
 
3669
+ #: super_socializer.php:1884
3670
  #, fuzzy, php-format
3671
  msgid ""
3672
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3676
  "<strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. "
3677
  "lépés %s)"
3678
 
3679
+ #: super_socializer.php:1887
3680
  msgid ""
3681
  "Make sure cURL is enabled at your website server. You may need to contact "
3682
  "the server administrator of your website to verify this"
3684
  "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy "
3685
  "ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
3686
 
3687
+ #: super_socializer.php:2054
3688
  msgid "Search"
3689
  msgstr ""
3690
 
3691
+ #: super_socializer.php:2076
3692
  msgid "Your email has been verified. Now you can login to your account"
3693
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
3694
 
3695
+ #: super_socializer.php:2080
3696
  msgid "Notification"
3697
  msgstr "Értesítés"
3698
 
3699
+ #: super_socializer.php:2101
3700
  msgid "Please check your email inbox to complete the registration."
3701
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
3702
 
3703
+ #: super_socializer.php:2170
3704
  msgid "Leave a reply"
3705
  msgstr "Válaszolj"
3706
 
3707
+ #: super_socializer.php:2186
3708
  #, fuzzy
3709
  msgid "Link copied."
3710
  msgstr "LinkedIn"
3711
 
3712
+ #: super_socializer.php:2424
3713
  #, fuzzy
3714
  msgid "Super Socializer - General Options"
3715
  msgstr "Super Socializer - Belépés"
3716
 
3717
+ #: super_socializer.php:2495
3718
  msgid ""
3719
  "I agree to my personal data being stored and used as per Privacy Policy and "
3720
  "Terms and Conditions"
3721
  msgstr ""
3722
 
3723
+ #: super_socializer.php:2499
3724
  msgid ""
3725
  "I revoke my consent to store and use my personal data. Kindly delete my "
3726
  "personal data saved in this website."
3727
  msgstr ""
3728
 
3729
+ #: super_socializer.php:2511
3730
  msgid "Small Avatar Url"
3731
  msgstr "Kis Avatar URL"
3732
 
3733
+ #: super_socializer.php:2515
3734
  #, fuzzy
3735
  msgid "Large Avatar Url"
3736
  msgstr "Cél Url"
3737
 
3738
+ #: super_socializer.php:2617
3739
  msgid "Login with your Social ID"
3740
  msgstr ""
3741
 
3742
+ #: super_socializer.php:2618
3743
  msgid "Email you entered is already registered or invalid"
3744
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
3745
 
3746
+ #: super_socializer.php:2625
3747
  msgid "Please enter a valid email address. You might be required to verify it"
3748
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
3749
 
3750
+ #: super_socializer.php:2630 super_socializer.php:3433
3751
  msgid "Link your social account to login to your account at this website"
3752
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
3753
 
3754
+ #: super_socializer.php:2890
3755
  msgid "Thanks for installing Super Socializer plugin"
3756
  msgstr ""
3757
 
3758
+ #: super_socializer.php:2892
3759
  msgid "Configure the Plugin"
3760
  msgstr ""
3761
 
3762
+ #: super_socializer.php:2903
3763
  msgid ""
3764
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3765
  "current version of Super Socializer"
3766
  msgstr ""
3767
 
3768
+ #: super_socializer.php:2912
3769
  msgid ""
3770
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3771
  "compatibility with the current version of Super Socializer"
3772
  msgstr ""
3773
 
3774
+ #: super_socializer.php:2921
3775
  msgid ""
3776
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3777
  "compatibility with the current version of Super Socializer"
3778
  msgstr ""
3779
 
3780
+ #: super_socializer.php:2930
3781
  msgid ""
3782
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3783
  "version of Super Socializer"
3784
  msgstr ""
3785
 
3786
+ #: super_socializer.php:2939
3787
  msgid ""
3788
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3789
  "compatibility with the current version of Super Socializer"
3790
  msgstr ""
3791
 
3792
+ #: super_socializer.php:2948
3793
  msgid ""
3794
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3795
  "for compatibility with the current version of Super Socializer"
3796
  msgstr ""
3797
 
3798
+ #: super_socializer.php:2957
3799
  msgid ""
3800
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3801
  "with current version of Super Socializer"
3802
  msgstr ""
3803
 
3804
+ #: super_socializer.php:2968
3805
  #, php-format
3806
  msgid ""
3807
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3808
  msgstr ""
3809
 
3810
+ #: super_socializer.php:2977
3811
  #, php-format
3812
  msgid ""
3813
  "To continue using Instagram login create a new Instagram App as described <a "
3815
  "Instagram App Secret <a href=\"%s\">here</a>"
3816
  msgstr ""
3817
 
3818
+ #: super_socializer.php:2986 super_socializer.php:2995
3819
  #, php-format
3820
  msgid ""
3821
  "To continue using bitly url shortener, login to your bit.ly account and "
3824
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3825
  msgstr ""
3826
 
3827
+ #: super_socializer.php:3011
3828
  #, php-format
3829
  msgid ""
3830
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3831
  msgstr ""
3832
 
3833
+ #: super_socializer.php:3035
3834
  #, php-format
3835
  msgid ""
3836
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3838
  "target=\"_blank\">here</a>"
3839
  msgstr ""
3840
 
3841
+ #: super_socializer.php:3035 super_socializer.php:3060
3842
+ #: super_socializer.php:3085 super_socializer.php:3110
3843
+ #: super_socializer.php:3143 super_socializer.php:3171
3844
+ #: super_socializer.php:3198
3845
  msgid "Okay"
3846
  msgstr ""
3847
 
3848
+ #: super_socializer.php:3060
3849
  #, php-format
3850
  msgid ""
3851
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3853
  "\">here</a>"
3854
  msgstr ""
3855
 
3856
+ #: super_socializer.php:3085
3857
  #, php-format
3858
  msgid ""
3859
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3861
  "target=\"_blank\">here</a>"
3862
  msgstr ""
3863
 
3864
+ #: super_socializer.php:3110
3865
  #, php-format
3866
  msgid ""
3867
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3869
  "target=\"_blank\">here</a>"
3870
  msgstr ""
3871
 
3872
+ #: super_socializer.php:3121
3873
  #, php-format
3874
  msgid ""
3875
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3876
  msgstr ""
3877
 
3878
+ #: super_socializer.php:3143
3879
  #, php-format
3880
  msgid ""
3881
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3883
  "\"%s\" target=\"_blank\">here</a>"
3884
  msgstr ""
3885
 
3886
+ #: super_socializer.php:3171
3887
  #, php-format
3888
  msgid ""
3889
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3892
  "your website %s with them. No need to copy-paste any code from their website."
3893
  msgstr ""
3894
 
3895
+ #: super_socializer.php:3198
3896
  #, php-format
3897
  msgid ""
3898
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3900
  "\"%s\" target=\"_blank\">here</a>"
3901
  msgstr ""
3902
 
3903
+ #: super_socializer.php:3223
3904
  #, php-format
3905
  msgid ""
3906
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3908
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3909
  msgstr ""
3910
 
3911
+ #: super_socializer.php:3223 super_socializer.php:3250
3912
  msgid "Dismiss"
3913
  msgstr ""
3914
 
3915
+ #: super_socializer.php:3509
3916
  msgid ""
3917
  "Your browser is blocking some features of this website. Please follow the "
3918
  "instructions at {support_url} to unblock these."
3919
  msgstr ""
3920
 
3921
+ #~ msgid ""
3922
+ #~ "User will be redirected to the selected page after registration (first "
3923
+ #~ "Social Login) through Social Login"
3924
+ #~ msgstr ""
3925
+ #~ "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció "
3926
+ #~ "(első Közösségi belépés) után"
3927
+
3928
+ #, fuzzy
3929
+ #~ msgid "Youtube username"
3930
+ #~ msgstr "bit.ly felhasználónév"
3931
+
3932
  #~ msgid "Dismiss this notice"
3933
  #~ msgstr "Utasítsa el ezt az értesítést"
3934
 
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: 2022-04-07 16:48+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:48+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"
@@ -20,8 +20,8 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1983
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -34,7 +34,7 @@ msgstr ""
34
  "\"_blank\">questa pagina</a>"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2417
38
  msgid "General Options"
39
  msgstr "Opzioni Generali"
40
 
@@ -82,21 +82,21 @@ msgstr ""
82
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1979
86
- #: admin/social_sharing.php:1956 helper.php:922
87
  msgid "Save Changes"
88
  msgstr "Salva le modifiche"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:1989
92
- #: admin/social_sharing.php:1966
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:1991
99
- #: admin/social_sharing.php:1968
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -213,7 +213,7 @@ msgid "Floating Interface"
213
  msgstr "Interfaccia Floating"
214
 
215
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
216
- #: admin/social_sharing.php:1603
217
  msgid "Miscellaneous"
218
  msgstr "Miscellanea"
219
 
@@ -223,16 +223,16 @@ msgid "3rd Party Integration"
223
  msgstr "XProfile Integration"
224
 
225
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
226
- #: admin/social_login.php:45 admin/social_login.php:1946
227
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
228
- #: admin/social_sharing.php:1882
229
  msgid "Shortcode & Widget"
230
  msgstr "Shortcode & Widget"
231
 
232
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
233
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
234
- #: admin/social_login.php:46 admin/social_login.php:1960
235
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
236
  msgid "FAQ"
237
  msgstr "FAQ"
238
 
@@ -255,13 +255,13 @@ msgstr "URL di destinazione"
255
 
256
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
257
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
258
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
259
  msgid "Url of the webpage where icons are located (default)"
260
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
261
 
262
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
263
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
264
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
265
  msgid "Url of the homepage of your website"
266
  msgstr "Url della homepage del tuo sito web"
267
 
@@ -276,7 +276,7 @@ msgstr ""
276
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
277
 
278
  #: admin/like_buttons.php:105 admin/social_login.php:1231
279
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
280
  msgid "Title"
281
  msgstr "Titolo"
282
 
@@ -294,25 +294,27 @@ msgstr ""
294
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
298
  msgid "Horizontal alignment"
299
  msgstr "Allineamento orizzontale"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
304
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
305
  msgid "Left"
306
  msgstr "Sinistra"
307
 
308
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
309
  msgid "Center"
310
  msgstr "centro"
311
 
312
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
313
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
314
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
315
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
316
  msgid "Right"
317
  msgstr "Destra"
318
 
@@ -342,32 +344,32 @@ msgstr "Collocazione"
342
 
343
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
344
  #: admin/social_login.php:1548 admin/social_login.php:1577
345
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
346
  msgid "Homepage"
347
  msgstr "Homepage"
348
 
349
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
350
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
351
  msgid "Posts"
352
  msgstr "Post"
353
 
354
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
355
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
356
  msgid "Pages"
357
  msgstr "Pagine"
358
 
359
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
360
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
361
  msgid "Excerpts and Posts page"
362
  msgstr "Pagine di Estratti ed Articoli"
363
 
364
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
365
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
366
  msgid "Category Archives"
367
  msgstr "Archivi di categorie"
368
 
369
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
370
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
371
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
372
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
373
 
@@ -380,12 +382,12 @@ msgid "BuddyPress group (only at top of content)"
380
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
381
 
382
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
383
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
384
  msgid "BBPress forum"
385
  msgstr "BBPress forum"
386
 
387
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
388
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
389
  msgid "BBPress topic"
390
  msgstr "Argomento BBPress"
391
 
@@ -423,8 +425,8 @@ msgstr ""
423
  "Controllo Principale per abilitare il counter widget verticale (floating)"
424
 
425
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
426
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
427
- #: inc/widget.php:466 inc/widget.php:779
428
  msgid "Background Color"
429
  msgstr "Colore Background"
430
 
@@ -439,7 +441,7 @@ msgstr ""
439
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
440
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
441
 
442
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
443
  msgid "Left offset"
444
  msgstr "Left offset"
445
 
@@ -452,7 +454,7 @@ msgstr ""
452
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
453
  "anche essere negativo."
454
 
455
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
456
  msgid "Right offset"
457
  msgstr "Right offset"
458
 
@@ -465,7 +467,7 @@ msgstr ""
465
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
466
  "anche essere negativo."
467
 
468
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
469
  msgid "Top offset"
470
  msgstr "Top offset"
471
 
@@ -477,7 +479,7 @@ msgstr ""
477
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
478
  "verso il basso, un numero piú piccolo lo muove all'alto."
479
 
480
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
481
  msgid "BuddyPress group"
482
  msgstr "BuddyPress group"
483
 
@@ -495,7 +497,7 @@ msgstr ""
495
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
496
  "sui dispositivi mobili"
497
 
498
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
499
  msgid "Url shortener"
500
  msgstr "Url shortener"
501
 
@@ -515,16 +517,16 @@ msgstr ""
515
  msgid "Enable bit.ly url shortener for tweet button"
516
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
517
 
518
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
519
  msgid "Master control to enable bit.ly url shortening for sharing"
520
  msgstr ""
521
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
522
 
523
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
524
  msgid "Bit.ly generic access token"
525
  msgstr ""
526
 
527
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
528
  #, php-format
529
  msgid ""
530
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -533,15 +535,15 @@ msgid ""
533
  "\">link</a>"
534
  msgstr ""
535
 
536
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
537
  msgid "Clear Bitly Cache"
538
  msgstr "Cancella Bitly Cache"
539
 
540
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
541
  msgid "ShortUrl cache cleared successfully."
542
  msgstr "ShortUrl cache cancellata correttamente"
543
 
544
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
545
  msgid ""
546
  "Use this to delete short urls saved in database. Handy, if urls of your "
547
  "website have been changed but short urls are still being generated for old "
@@ -552,8 +554,8 @@ msgstr ""
552
  "sono ancora in uso per i vecchi URL."
553
 
554
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
555
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
556
- #: admin/social_sharing.php:1760
557
  msgid "Language"
558
  msgstr "Lingua"
559
 
@@ -597,11 +599,11 @@ msgstr ""
597
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
598
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
599
 
600
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
601
  msgid "myCRED"
602
  msgstr ""
603
 
604
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
605
  msgid "Append myCRED referral ID to the urls being shared"
606
  msgstr ""
607
 
@@ -609,22 +611,22 @@ msgstr ""
609
  msgid "Like Buttons Shortcode & Widget"
610
  msgstr "Pulsanti Shortcode & Widget"
611
 
612
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
613
  msgid "Why is there so much space between like buttons?"
614
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
615
 
616
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
617
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
618
  msgstr ""
619
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
620
  "iniziale?"
621
 
622
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
623
  msgid "How to Place Title and Social Share Icons in the Same Row?"
624
  msgstr ""
625
 
626
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
627
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
628
  #, fuzzy
629
  msgid "More"
630
  msgstr ""
@@ -841,8 +843,8 @@ msgstr ""
841
  msgid "Social Commenting Shortcode"
842
  msgstr "Social Commenting Shortcode"
843
 
844
- #: admin/social_commenting.php:386 admin/social_login.php:1962
845
- #: admin/social_sharing.php:1915
846
  msgid ""
847
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
848
  "an online website for the plugin to function properly."
@@ -859,8 +861,8 @@ msgid ""
859
  "Https?"
860
  msgstr ""
861
 
862
- #: admin/social_commenting.php:389 admin/social_login.php:1967
863
- #: admin/social_sharing.php:1930
864
  msgid "Why is my browser blocking some features of the plugin?"
865
  msgstr ""
866
 
@@ -893,12 +895,12 @@ msgstr "Configurazione di Base"
893
  msgid "Advanced Configuration"
894
  msgstr "Configurazione Avanzata"
895
 
896
- #: admin/social_login.php:41 admin/social_login.php:1746
897
- #: super_socializer.php:2485
898
  msgid "GDPR"
899
  msgstr ""
900
 
901
- #: admin/social_login.php:43 admin/social_login.php:1897
902
  msgid "XProfile Integration"
903
  msgstr "XProfile Integration"
904
 
@@ -2077,7 +2079,7 @@ msgstr ""
2077
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2078
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2079
 
2080
- #: admin/social_login.php:1490 super_socializer.php:2091
2081
  msgid "Email required"
2082
  msgstr "Email Obbligatoria"
2083
 
@@ -2138,7 +2140,7 @@ msgid "BuddyPress profile page"
2138
  msgstr "Pagina di profilo BuddyPress"
2139
 
2140
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2141
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2142
  msgid "Custom Url"
2143
  msgstr "Url personalizzata"
2144
 
@@ -2155,32 +2157,51 @@ msgstr "Reindirizzamento Registratione"
2155
  msgid "Same page from where user registered"
2156
  msgstr "La stessa pagina dove l'utente si è registrato"
2157
 
2158
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2159
  msgid ""
2160
- "User will be redirected to the selected page after registration (first "
2161
- "Social Login) through Social Login"
2162
  msgstr ""
2163
- "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
2164
- "(il primo Social Login) tramite il Social Login"
2165
 
2166
- #: admin/social_login.php:1602
2167
  #, fuzzy
2168
  msgid "Social Account Linking Options"
2169
  msgstr "Collegamento Social Account"
2170
 
2171
- #: admin/social_login.php:1617
2172
  #, fuzzy
2173
  msgid "Text to display above the Social Account Linking interface"
2174
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2175
 
2176
- #: admin/social_login.php:1624
2177
  #, fuzzy
2178
  msgid ""
2179
  "Link social account to already existing account, if email address matches"
2180
  msgstr ""
2181
  "Collega il tuo social account per accedere al tuo account su questo sito"
2182
 
2183
- #: admin/social_login.php:1634
2184
  msgid ""
2185
  "If email address of the user's Social Account matches with an already "
2186
  "existing account at your website, that social account will be linked to "
@@ -2188,11 +2209,11 @@ msgid ""
2188
  "Linking interface at their profile page."
2189
  msgstr ""
2190
 
2191
- #: admin/social_login.php:1642
2192
  msgid "Enable social account linking at BuddyPress profile page"
2193
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2194
 
2195
- #: admin/social_login.php:1652
2196
  msgid ""
2197
  "Enable this option to show social account linking interface at BuddyPress "
2198
  "profile page"
@@ -2200,15 +2221,15 @@ msgstr ""
2200
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2201
  "nella pagina di profilo BuddyPress"
2202
 
2203
- #: admin/social_login.php:1663
2204
  msgid "Email popup options"
2205
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2206
 
2207
- #: admin/social_login.php:1668
2208
  msgid "Text on 'Email required' popup"
2209
  msgstr "Testo del pop-up"
2210
 
2211
- #: admin/social_login.php:1678
2212
  msgid ""
2213
  "This text will be displayed on email required popup. Leave empty if not "
2214
  "required."
@@ -2216,11 +2237,11 @@ msgstr ""
2216
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2217
  "bianco se non si vuole utilizzare."
2218
 
2219
- #: admin/social_login.php:1686
2220
  msgid "Error message for 'Email required' popup"
2221
  msgstr "Messaggio d'errore"
2222
 
2223
- #: admin/social_login.php:1696
2224
  msgid ""
2225
  "This message will be displayed to user if it provides invalid or already "
2226
  "registered email"
@@ -2228,11 +2249,11 @@ msgstr ""
2228
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2229
  "indirizzo email non valido o già registrato."
2230
 
2231
- #: admin/social_login.php:1704
2232
  msgid "Email popup height"
2233
  msgstr "Altezza pop-up Email"
2234
 
2235
- #: admin/social_login.php:1714
2236
  msgid ""
2237
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2238
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2242,11 +2263,11 @@ msgstr ""
2242
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2243
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2244
 
2245
- #: admin/social_login.php:1721
2246
  msgid "Enable email verification"
2247
  msgstr "Abilita verifica email"
2248
 
2249
- #: admin/social_login.php:1731
2250
  msgid ""
2251
  "If enabled, email provided by the user will be verified by sending a "
2252
  "confirmation link to that email. User would not be able to login without "
@@ -2256,97 +2277,97 @@ msgstr ""
2256
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2257
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2258
 
2259
- #: admin/social_login.php:1751
2260
  #, fuzzy
2261
  msgid "Enable GDPR opt-in"
2262
  msgstr "Abilita Disqus Commenting"
2263
 
2264
- #: admin/social_login.php:1761
2265
  msgid ""
2266
  "Enable it to show GDPR opt-in for social login and social account linking"
2267
  msgstr ""
2268
 
2269
- #: admin/social_login.php:1769
2270
  #, fuzzy
2271
  msgid "Placement of GDPR opt-in"
2272
  msgstr "Abilita Disqus Commenting"
2273
 
2274
- #: admin/social_login.php:1773
2275
  #, fuzzy
2276
  msgid "Above Social Login icons"
2277
  msgstr "Opzioni"
2278
 
2279
- #: admin/social_login.php:1775
2280
  #, fuzzy
2281
  msgid "Below Social Login icons"
2282
  msgstr "Opzioni"
2283
 
2284
- #: admin/social_login.php:1781
2285
  #, fuzzy
2286
  msgid "Placement of GDPR opt-in above or below the social login icons"
2287
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2288
 
2289
- #: admin/social_login.php:1788
2290
  msgid "Opt-in text"
2291
  msgstr ""
2292
 
2293
- #: admin/social_login.php:1798
2294
  #, fuzzy
2295
  msgid "Text for the GDPR opt-in"
2296
  msgstr "Abilita Disqus Commenting"
2297
 
2298
- #: admin/social_login.php:1805
2299
  msgid "Text to link to Terms-Conditions page"
2300
  msgstr ""
2301
 
2302
- #: admin/social_login.php:1815
2303
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2304
  msgstr ""
2305
 
2306
- #: admin/social_login.php:1822
2307
  msgid "Terms-Conditions Url"
2308
  msgstr ""
2309
 
2310
- #: admin/social_login.php:1832
2311
  #, fuzzy
2312
  msgid "Url of the terms-conditions page of your website"
2313
  msgstr "Url della homepage del tuo sito web"
2314
 
2315
- #: admin/social_login.php:1839
2316
  msgid "Text to link to Privacy Policy page"
2317
  msgstr ""
2318
 
2319
- #: admin/social_login.php:1849
2320
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2321
  msgstr ""
2322
 
2323
- #: admin/social_login.php:1856
2324
  msgid "Privacy Policy Url"
2325
  msgstr ""
2326
 
2327
- #: admin/social_login.php:1866
2328
  #, fuzzy
2329
  msgid "Url of the privacy policy page of your website"
2330
  msgstr "Url della homepage del tuo sito web"
2331
 
2332
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2333
- #: inc/widget.php:608 inc/widget.php:757
2334
  msgid "Select"
2335
  msgstr "Selezionare"
2336
 
2337
- #: admin/social_login.php:1948
2338
  msgid "Social Login Shortcode & Widget"
2339
  msgstr "Shortcode & Widget"
2340
 
2341
- #: admin/social_login.php:1949
2342
  msgid "Social Linking Shortcode"
2343
  msgstr "Social Linking Shortcode"
2344
 
2345
- #: admin/social_login.php:1964
2346
  msgid "Why is social login not working?"
2347
  msgstr ""
2348
 
2349
- #: admin/social_login.php:1965
2350
  msgid ""
2351
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2352
  "belong to the same app"
@@ -2389,12 +2410,12 @@ msgid "Shape"
2389
  msgstr "Forma"
2390
 
2391
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2392
- #: inc/widget.php:1095
2393
  msgid "Round"
2394
  msgstr "Arrotondata"
2395
 
2396
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2397
- #: inc/widget.php:1096
2398
  msgid "Square"
2399
  msgstr "Quadrata"
2400
 
@@ -2574,53 +2595,50 @@ msgstr ""
2574
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2575
  "utenti facendo clic sull'icona"
2576
 
2577
- #: admin/social_sharing.php:775
2578
- #, fuzzy
2579
- msgid "Youtube username"
2580
- msgstr "bit.ly username"
2581
 
2582
- #: admin/social_sharing.php:785
2583
  #, fuzzy
2584
- msgid ""
2585
- "Username of the Youtube account you want to redirect users to, on clicking "
2586
- "the icon"
2587
  msgstr ""
2588
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2589
  "utenti facendo clic sull'icona"
2590
 
2591
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2592
  #, fuzzy
2593
  msgid "HTML ID of container element of comment form"
2594
  msgstr "ID HTML del modulo dei commenti container"
2595
 
2596
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2597
  msgid ""
2598
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2599
  "icon."
2600
  msgstr ""
2601
 
2602
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2603
  msgid "Rearrange icons"
2604
  msgstr "Riorganizza le icone"
2605
 
2606
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2607
  msgid "Drag the icons to rearrange in desired order"
2608
  msgstr "Trascina le icone per riordinare"
2609
 
2610
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2611
  msgid "Select Sharing Services"
2612
  msgstr "Seleziona i Service"
2613
 
2614
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2615
  msgid "Select sharing services to show in social share bar"
2616
  msgstr "Seleziona i servizi di sharing da mostrare"
2617
 
2618
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2619
  #, fuzzy
2620
  msgid "Search social network"
2621
  msgstr "come rete sociale primaria"
2622
 
2623
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2624
  msgid "Horizontal alignment of the sharing interface"
2625
  msgstr "Allineamento orizzontale della interfaccia sharing"
2626
 
@@ -2628,7 +2646,7 @@ msgstr "Allineamento orizzontale della interfaccia sharing"
2628
  msgid "Specify position of the sharing interface with respect to the content"
2629
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
2630
 
2631
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2632
  msgid "Placement"
2633
  msgstr "Collocazione"
2634
 
@@ -2636,11 +2654,11 @@ msgstr "Collocazione"
2636
  msgid "Specify the pages where you want to enable Sharing interface"
2637
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
2638
 
2639
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2640
  msgid "Show share counts"
2641
  msgstr "Mostra quantità"
2642
 
2643
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2644
  #, fuzzy
2645
  msgid ""
2646
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2649,7 +2667,7 @@ msgstr ""
2649
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
2650
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
2651
 
2652
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2653
  #, php-format
2654
  msgid ""
2655
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2658,32 +2676,32 @@ msgid ""
2658
  "their website."
2659
  msgstr ""
2660
 
2661
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2662
  msgid "If enabled, share counts are displayed above sharing icons."
2663
  msgstr ""
2664
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
2665
  "sopra le icone condivise"
2666
 
2667
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2668
- #: admin/social_sharing.php:1702
2669
  msgid "Track Social Shares for Every Social Network"
2670
  msgstr ""
2671
 
2672
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2673
  msgid "Show total shares"
2674
  msgstr "Mostra totale"
2675
 
2676
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2677
  msgid "If enabled, total shares will be displayed with sharing icons"
2678
  msgstr ""
2679
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
2680
  "le icone condivise"
2681
 
2682
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2683
  msgid "Enable 'More' icon"
2684
  msgstr "Abilita icona 'More'"
2685
 
2686
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2687
  msgid ""
2688
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2689
  "which shows additional sharing networks in popup"
@@ -2704,7 +2722,7 @@ msgstr "Abilita Interfaccia Floating"
2704
  msgid "Master control to enable floating sharing widget"
2705
  msgstr "Controllo Principale per abilitare il floating sharing widget"
2706
 
2707
- #: admin/social_sharing.php:1319
2708
  msgid ""
2709
  "Specify the color or hex code (example #cc78e0) for the background of "
2710
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2715,7 +2733,7 @@ msgstr ""
2715
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2716
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2717
 
2718
- #: admin/social_sharing.php:1357
2719
  msgid ""
2720
  "Specify a number. Increase in number will shift sharing interface towards "
2721
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2724,7 +2742,7 @@ msgstr ""
2724
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
2725
  "essere negativo."
2726
 
2727
- #: admin/social_sharing.php:1376
2728
  msgid ""
2729
  "Specify a number. Increase in number will shift sharing interface towards "
2730
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2733,7 +2751,7 @@ msgstr ""
2733
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
2734
  "essere negativo."
2735
 
2736
- #: admin/social_sharing.php:1394
2737
  msgid ""
2738
  "Specify a number. Increase in number will shift sharing interface towards "
2739
  "bottom and decrease will shift it towards top."
@@ -2741,32 +2759,32 @@ msgstr ""
2741
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
2742
  "verso il basso e un numero minore lo muove verso l'alto."
2743
 
2744
- #: admin/social_sharing.php:1450
2745
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2746
  msgstr ""
2747
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
2748
 
2749
- #: admin/social_sharing.php:1519
2750
  #, fuzzy
2751
  msgid "Hide floating slider"
2752
  msgstr "Nascondi per gli utenti loggati:"
2753
 
2754
- #: admin/social_sharing.php:1529
2755
  #, fuzzy
2756
  msgid "Hides the slider arrow present below the floating share bar"
2757
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
2758
 
2759
- #: admin/social_sharing.php:1536
2760
  msgid "Vertical floating bar responsiveness"
2761
  msgstr "Responsiveness Vertical"
2762
 
2763
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2764
  #, php-format
2765
  msgid "Display vertical interface only when screen is wider than %s pixels"
2766
  msgstr ""
2767
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
2768
 
2769
- #: admin/social_sharing.php:1546
2770
  msgid ""
2771
  "Display vertical interface only when screen is wider than the width "
2772
  "specified."
@@ -2774,11 +2792,11 @@ msgstr ""
2774
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
2775
  "alla larghezza specificata."
2776
 
2777
- #: admin/social_sharing.php:1553
2778
  msgid "Horizontal floating bar responsiveness"
2779
  msgstr "Responsiveness Horizontal"
2780
 
2781
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2782
  #, php-format
2783
  msgid ""
2784
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2787,7 +2805,7 @@ msgstr ""
2787
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
2788
  "quando lo schermo è più stretto di %s pixel"
2789
 
2790
- #: admin/social_sharing.php:1563
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
2793
  "narrower than the width specified"
@@ -2795,73 +2813,73 @@ msgstr ""
2795
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
2796
  "schermo è più stretto della larghezza specificata"
2797
 
2798
- #: admin/social_sharing.php:1572
2799
  msgid "Horizontal floating bar position"
2800
  msgstr "Posizione Horizontal floating bar"
2801
 
2802
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2803
  #, php-format
2804
  msgid "%s pixels from %s"
2805
  msgstr "%s pixels da %s"
2806
 
2807
- #: admin/social_sharing.php:1576
2808
  msgid "Auto-adjust according to screen width (responsive)"
2809
  msgstr ""
2810
 
2811
- #: admin/social_sharing.php:1583
2812
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2813
  msgstr ""
2814
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
2815
  "essere anche negativo."
2816
 
2817
- #: admin/social_sharing.php:1608
2818
  msgid "Use plain background for Instagram icon"
2819
  msgstr ""
2820
 
2821
- #: admin/social_sharing.php:1618
2822
  msgid ""
2823
  "Uses plain background for Instagram icon instead of multicolored background"
2824
  msgstr ""
2825
 
2826
- #: admin/social_sharing.php:1631
2827
  msgid "Use shortlinks already installed"
2828
  msgstr "Utilizza shortlinks installati"
2829
 
2830
- #: admin/social_sharing.php:1641
2831
  msgid "Uses default short url permalinks without using any additional plugin"
2832
  msgstr ""
2833
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
2834
  "plugin aggiuntivo"
2835
 
2836
- #: admin/social_sharing.php:1648
2837
  msgid "Enable bit.ly url shortener for sharing"
2838
  msgstr "Abilita bit.ly url shortener"
2839
 
2840
- #: admin/social_sharing.php:1707
2841
  msgid "Share Count Cache"
2842
  msgstr "Share Count Cache"
2843
 
2844
- #: admin/social_sharing.php:1712
2845
  msgid "Refresh Share Count cache every"
2846
  msgstr "Aggiorna cache ogni"
2847
 
2848
- #: admin/social_sharing.php:1717
2849
  msgid "Second(s)"
2850
  msgstr "Secondo(i)"
2851
 
2852
- #: admin/social_sharing.php:1718
2853
  msgid "Minute(s)"
2854
  msgstr "Minuto(i)"
2855
 
2856
- #: admin/social_sharing.php:1719
2857
  msgid "Hour(s)"
2858
  msgstr "Ora(e)"
2859
 
2860
- #: admin/social_sharing.php:1720
2861
  msgid "Day(s)"
2862
  msgstr "Giorno(i)"
2863
 
2864
- #: admin/social_sharing.php:1728
2865
  #, fuzzy, php-format
2866
  msgid ""
2867
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2871,19 +2889,19 @@ msgstr ""
2871
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
2872
  "rallentare il caricamento delle pagine."
2873
 
2874
- #: admin/social_sharing.php:1735
2875
  msgid "Clear Share Counts Cache"
2876
  msgstr "Cancella Share Counts Cache"
2877
 
2878
- #: admin/social_sharing.php:1739
2879
  msgid "Share Counts cache cleared successfully."
2880
  msgstr "Share Counts cache cancellata correttamente"
2881
 
2882
- #: admin/social_sharing.php:1746
2883
  msgid "Use this to clear cached share counts"
2884
  msgstr "Da utilizzare per cancellare la cache degli share counts"
2885
 
2886
- #: admin/social_sharing.php:1770
2887
  #, php-format
2888
  msgid ""
2889
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2895,15 +2913,15 @@ msgstr ""
2895
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2896
  "predefinita"
2897
 
2898
- #: admin/social_sharing.php:1779
2899
  msgid "Username in sharing"
2900
  msgstr "Username in sharing"
2901
 
2902
- #: admin/social_sharing.php:1784
2903
  msgid "Twitter username (without @)"
2904
  msgstr "Username Twitter (senza @)"
2905
 
2906
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2907
  msgid ""
2908
  "Provided username will be appended after the content being shared as \"via "
2909
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2912,28 +2930,28 @@ msgstr ""
2912
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
2913
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2914
 
2915
- #: admin/social_sharing.php:1802
2916
  msgid "Buffer username (without @)"
2917
  msgstr "Username Buffer (senza @)"
2918
 
2919
- #: admin/social_sharing.php:1821
2920
  msgid "AMP"
2921
  msgstr "AMP"
2922
 
2923
- #: admin/social_sharing.php:1826
2924
  msgid "Enable sharing on AMP pages"
2925
  msgstr "Abilita sharing nelle pagine di AMP"
2926
 
2927
- #: admin/social_sharing.php:1836
2928
  msgid "Enable this option to render sharing icons on AMP pages"
2929
  msgstr ""
2930
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
2931
 
2932
- #: admin/social_sharing.php:1893
2933
  msgid "Facebook Sharing Troubleshooter"
2934
  msgstr "Risoluzione dei problemi Facebook Sharing"
2935
 
2936
- #: admin/social_sharing.php:1898
2937
  #, fuzzy
2938
  msgid ""
2939
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2945,7 +2963,7 @@ msgstr ""
2945
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
2946
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
2947
 
2948
- #: admin/social_sharing.php:1916
2949
  msgid ""
2950
  "Why is sharer not showing the correct image, title and other meta tags "
2951
  "content?"
@@ -2953,12 +2971,12 @@ msgstr ""
2953
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
2954
  "altri contenuti meta tag?"
2955
 
2956
- #: admin/social_sharing.php:1917
2957
  #, fuzzy
2958
  msgid "Why is Facebook share count not working?"
2959
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2960
 
2961
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2962
  #, php-format
2963
  msgid ""
2964
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2967,11 +2985,11 @@ msgid ""
2967
  "not just for Facebook but for all the social networks"
2968
  msgstr ""
2969
 
2970
- #: admin/social_sharing.php:1920
2971
  msgid "Why is Instagram icon redirecting to Instagram website?"
2972
  msgstr ""
2973
 
2974
- #: admin/social_sharing.php:1921
2975
  msgid ""
2976
  "Instagram icon is there to send website visitors to the Instagram page of "
2977
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2979,39 +2997,39 @@ msgid ""
2979
  "sections."
2980
  msgstr ""
2981
 
2982
- #: admin/social_sharing.php:1924
2983
  #, fuzzy
2984
  msgid "How to customize the url being shared?"
2985
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
2986
 
2987
- #: admin/social_sharing.php:1925
2988
  msgid ""
2989
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2990
  msgstr ""
2991
 
2992
- #: admin/social_sharing.php:1926
2993
  msgid ""
2994
  "It takes some time for their service to track the shares made on Twitter "
2995
  "from your website. If you still feel it's taking too long you can contact "
2996
  "their support directly from their website."
2997
  msgstr ""
2998
 
2999
- #: admin/social_sharing.php:1929
3000
  msgid ""
3001
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3002
  msgstr ""
3003
 
3004
- #: admin/social_sharing.php:1931
3005
  #, fuzzy
3006
  msgid "Why the color of share icons is not being updated?"
3007
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3008
 
3009
- #: admin/social_sharing.php:1932
3010
  #, fuzzy
3011
  msgid "Why Facebook share counts are not appearing?"
3012
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3013
 
3014
- #: admin/social_sharing.php:1933
3015
  msgid ""
3016
  "How can I show share counts of my website rather than of individual pages/"
3017
  "posts?"
@@ -3019,43 +3037,43 @@ msgstr ""
3019
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
3020
  "pagine/post?"
3021
 
3022
- #: admin/social_sharing.php:1934
3023
  msgid "How can I disable sharing on particular page/post?"
3024
  msgstr ""
3025
  "Come è possibile disattivare la condivisione di una pagina/post in "
3026
  "particolare?"
3027
 
3028
- #: admin/social_sharing.php:1935
3029
  msgid "How can I specify minimum sharing count for sharing networks?"
3030
  msgstr ""
3031
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
3032
  "di reti?"
3033
 
3034
- #: admin/social_sharing.php:1936
3035
  msgid "How to share specific page?"
3036
  msgstr "Come posso condividere la pagina specifica?"
3037
 
3038
- #: admin/social_sharing.php:1937
3039
  msgid "How to integrate Google Analytics with sharing?"
3040
  msgstr "Come posso integrare Google Analytics con lo sharing?"
3041
 
3042
- #: admin/social_sharing.php:1938
3043
  msgid "How to customize the look of total share counts?"
3044
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
3045
 
3046
- #: admin/social_sharing.php:1939
3047
  msgid "How to customize the look of individual share counts?"
3048
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
3049
 
3050
- #: admin/social_sharing.php:1940
3051
  msgid "How to show Whatsapp icon only on mobile devices?"
3052
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
3053
 
3054
- #: admin/social_sharing.php:1941
3055
  msgid "How to hide arrow after floating sharing bar?"
3056
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
3057
 
3058
- #: admin/social_sharing.php:1942
3059
  #, fuzzy
3060
  msgid "Why is share count not getting updated?"
3061
  msgstr "Perché gli Share Counts non vengono aggiornati?"
@@ -3143,11 +3161,11 @@ msgstr "Avvio share count per"
3143
  msgid "Floating Sharing Interface"
3144
  msgstr "Interfaccia Sharing Floating"
3145
 
3146
- #: helper.php:907 super_socializer.php:2501
3147
  msgid "Social Avatar"
3148
  msgstr "Social Avatar"
3149
 
3150
- #: helper.php:910 super_socializer.php:2512
3151
  msgid ""
3152
  "Do not fetch and update social avatar from my profile, next time I Social "
3153
  "Login"
@@ -3155,36 +3173,36 @@ msgstr ""
3155
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3156
  "social avatar dal mio profilo."
3157
 
3158
- #: helper.php:911 super_socializer.php:2516
3159
  msgid "Update social avatar, next time I Social Login"
3160
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3161
 
3162
- #: helper.php:914
3163
  msgid "Small Avatar"
3164
  msgstr "Avatar Piccolo"
3165
 
3166
- #: helper.php:918
3167
  msgid "Large Avatar"
3168
  msgstr "Avatar Grande"
3169
 
3170
- #: helper.php:978 super_socializer.php:2069
3171
  msgid "Please verify your email address to login."
3172
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3173
 
3174
- #: helper.php:1015
3175
  msgid "Click to delete social profile data"
3176
  msgstr ""
3177
 
3178
- #: helper.php:1044
3179
  #, fuzzy
3180
  msgid "Deleting"
3181
  msgstr "Configurazioni"
3182
 
3183
- #: helper.php:1054
3184
  msgid "Deleted"
3185
  msgstr ""
3186
 
3187
- #: helper.php:1056
3188
  msgid "Something bad happened"
3189
  msgstr ""
3190
 
@@ -3201,27 +3219,27 @@ msgstr ""
3201
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3202
  "amministrazione"
3203
 
3204
- #: inc/social_login.php:1035
3205
  msgid "Email"
3206
  msgstr "Email"
3207
 
3208
- #: inc/social_login.php:1036
3209
  msgid "Confirm email"
3210
  msgstr "Conferma email"
3211
 
3212
- #: inc/social_login.php:1038
3213
  msgid "Save"
3214
  msgstr "Salva"
3215
 
3216
- #: inc/social_login.php:1039
3217
  msgid "Cancel"
3218
  msgstr "Cancella"
3219
 
3220
- #: inc/social_login.php:1113
3221
  msgid "Email Verification"
3222
  msgstr "Abilita verifica email"
3223
 
3224
- #: inc/social_login.php:1115
3225
  msgid ""
3226
  "Please click on the following link or paste it in browser to verify your "
3227
  "email"
@@ -3245,19 +3263,19 @@ msgstr "Archivi di categorie"
3245
  msgid "Total Shares"
3246
  msgstr "Mostra totale"
3247
 
3248
- #: inc/social_sharing.php:272 super_socializer.php:2179
3249
  msgid "Share"
3250
  msgstr "Share"
3251
 
3252
- #: inc/social_sharing.php:272 super_socializer.php:2179
3253
  msgid "Shares"
3254
  msgstr "Shares"
3255
 
3256
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3257
  msgid "Invalid request"
3258
  msgstr "Domanda non valida"
3259
 
3260
- #: inc/social_sharing.php:978
3261
  msgid "Providers not selected"
3262
  msgstr "Providers non selezionati"
3263
 
@@ -3294,16 +3312,16 @@ msgstr ""
3294
  msgid "Title (after login):"
3295
  msgstr ""
3296
 
3297
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3298
  msgid "Before widget content:"
3299
  msgstr "Prima del contenuto del widget:"
3300
 
3301
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3302
  msgid "After widget content:"
3303
  msgstr "Dopo il contenuto del widget:"
3304
 
3305
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3306
- #: inc/widget.php:782
3307
  msgid "Hide for logged in users:"
3308
  msgstr "Nascondi per gli utenti loggati:"
3309
 
@@ -3317,6 +3335,10 @@ msgstr ""
3317
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
3318
  "e molti altri"
3319
 
 
 
 
 
3320
  #: inc/widget.php:253
3321
  msgid ""
3322
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3325,7 +3347,7 @@ msgstr ""
3325
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
3326
  "Socializer> Social Sharing\"."
3327
 
3328
- #: inc/widget.php:254 inc/widget.php:604
3329
  msgid "Title:"
3330
  msgstr "Titolo:"
3331
 
@@ -3337,11 +3359,11 @@ msgstr "Mostra conteggi condivisioni individuali:"
3337
  msgid "Show total shares:"
3338
  msgstr "Mostra totale condivisioni:"
3339
 
3340
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3341
  msgid "Target Url:"
3342
  msgstr "URL di destinazione:"
3343
 
3344
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3345
  #, fuzzy
3346
  msgid "Custom URL"
3347
  msgstr "Url personalizzata"
@@ -3364,23 +3386,23 @@ msgstr ""
3364
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
3365
  "Socializer> Social Sharing\"."
3366
 
3367
- #: inc/widget.php:450 inc/widget.php:763
3368
  msgid "Alignment"
3369
  msgstr "Allineamento"
3370
 
3371
- #: inc/widget.php:456 inc/widget.php:769
3372
  msgid "Left Offset"
3373
  msgstr "Left Offset"
3374
 
3375
- #: inc/widget.php:460 inc/widget.php:773
3376
  msgid "Right Offset"
3377
  msgstr "Right Offset"
3378
 
3379
- #: inc/widget.php:463 inc/widget.php:776
3380
  msgid "Top Offset"
3381
  msgstr "Top Offset"
3382
 
3383
- #: inc/widget.php:488
3384
  #, fuzzy
3385
  msgid ""
3386
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3390,7 +3412,7 @@ msgstr ""
3390
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
3391
  "Twitter, Tumblr, Google+, e molte altre."
3392
 
3393
- #: inc/widget.php:603
3394
  msgid ""
3395
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3396
  "Like Buttons\" page."
@@ -3398,7 +3420,7 @@ msgstr ""
3398
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
3399
  "\"Super Socializer > Like Buttons\"."
3400
 
3401
- #: inc/widget.php:637
3402
  #, fuzzy
3403
  msgid ""
3404
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3408,7 +3430,7 @@ msgstr ""
3408
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
3409
  "Twitter, Tumblr, Google+, e molti altri"
3410
 
3411
- #: inc/widget.php:754
3412
  msgid ""
3413
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3414
  "Like Buttons\" page."
@@ -3416,207 +3438,207 @@ msgstr ""
3416
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
3417
  "\"Super Socializer > Like Buttons\"."
3418
 
3419
- #: inc/widget.php:798
3420
  #, fuzzy
3421
  msgid "Super Socializer - Follow Icons"
3422
  msgstr "Super Socializer - Login"
3423
 
3424
- #: inc/widget.php:800
3425
  #, fuzzy
3426
  msgid "These icons link to your Social Media accounts"
3427
  msgstr "Login con il tuo Account Social"
3428
 
3429
- #: inc/widget.php:1037
3430
  msgid "Type:"
3431
  msgstr ""
3432
 
3433
- #: inc/widget.php:1040
3434
  #, fuzzy
3435
  msgid "Standard"
3436
  msgstr "Opzioni"
3437
 
3438
- #: inc/widget.php:1043
3439
  #, fuzzy
3440
  msgid "Floating"
3441
  msgstr "Abilita pulsanti"
3442
 
3443
- #: inc/widget.php:1048
3444
  #, fuzzy
3445
  msgid "Top offset:"
3446
  msgstr "Top offset"
3447
 
3448
- #: inc/widget.php:1052
3449
  #, fuzzy
3450
  msgid "Alignment:"
3451
  msgstr "Allineamento"
3452
 
3453
- #: inc/widget.php:1070
3454
  #, fuzzy
3455
  msgid "Offset"
3456
  msgstr "Top Offset"
3457
 
3458
- #: inc/widget.php:1084
3459
  #, fuzzy
3460
  msgid "right"
3461
  msgstr "Destra"
3462
 
3463
- #: inc/widget.php:1084
3464
  #, fuzzy
3465
  msgid "left"
3466
  msgstr "Sinistra"
3467
 
3468
- #: inc/widget.php:1087
3469
  msgid "Auto-adjust according to the screen-width (responsive)"
3470
  msgstr ""
3471
 
3472
- #: inc/widget.php:1091
3473
  #, fuzzy
3474
  msgid "Size of icons"
3475
  msgstr "Dimensione delle icone"
3476
 
3477
- #: inc/widget.php:1093
3478
  #, fuzzy
3479
  msgid "Icon Shape"
3480
  msgstr "Forma"
3481
 
3482
- #: inc/widget.php:1098
3483
  msgid "Apply icon color and background color from Theme Selection section:"
3484
  msgstr ""
3485
 
3486
- #: inc/widget.php:1100
3487
  msgid "No"
3488
  msgstr ""
3489
 
3490
- #: inc/widget.php:1101
3491
  #, fuzzy
3492
  msgid "Yes, Standard Interface Theme"
3493
  msgstr "Tema Interfaccia Standard"
3494
 
3495
- #: inc/widget.php:1102
3496
  #, fuzzy
3497
  msgid "Yes, Floating Interface Theme"
3498
  msgstr "Tema Interfaccia Floating"
3499
 
3500
- #: inc/widget.php:1104
3501
  #, fuzzy
3502
  msgid "Facebook URL:"
3503
  msgstr "Facebook App ID"
3504
 
3505
- #: inc/widget.php:1107
3506
  #, fuzzy
3507
  msgid "Twitter URL:"
3508
  msgstr "Twitter"
3509
 
3510
- #: inc/widget.php:1110
3511
  #, fuzzy
3512
  msgid "Parler URL:"
3513
  msgstr "Instagram"
3514
 
3515
- #: inc/widget.php:1113
3516
  #, fuzzy
3517
  msgid "Instagram URL:"
3518
  msgstr "Instagram"
3519
 
3520
- #: inc/widget.php:1116
3521
  #, fuzzy
3522
  msgid "Pinterest URL:"
3523
  msgstr "Pinterest"
3524
 
3525
- #: inc/widget.php:1119
3526
  msgid "Behance URL:"
3527
  msgstr ""
3528
 
3529
- #: inc/widget.php:1122
3530
  msgid "Flickr URL:"
3531
  msgstr ""
3532
 
3533
- #: inc/widget.php:1125
3534
  msgid "Foursquare URL:"
3535
  msgstr ""
3536
 
3537
- #: inc/widget.php:1128
3538
  msgid "Github URL:"
3539
  msgstr ""
3540
 
3541
- #: inc/widget.php:1131
3542
  #, fuzzy
3543
  msgid "LinkedIn URL:"
3544
  msgstr "LinkedIn"
3545
 
3546
- #: inc/widget.php:1134
3547
  #, fuzzy
3548
  msgid "LinkedIn Company URL:"
3549
  msgstr "LinkedIn"
3550
 
3551
- #: inc/widget.php:1137
3552
  #, fuzzy
3553
  msgid "Medium URL:"
3554
  msgstr "Tumblr"
3555
 
3556
- #: inc/widget.php:1140
3557
  #, fuzzy
3558
  msgid "MeWe URL:"
3559
  msgstr "Tumblr"
3560
 
3561
- #: inc/widget.php:1143
3562
  msgid "Odnoklassniki URL:"
3563
  msgstr ""
3564
 
3565
- #: inc/widget.php:1146
3566
  msgid "Snapchat URL:"
3567
  msgstr ""
3568
 
3569
- #: inc/widget.php:1149
3570
  #, fuzzy
3571
  msgid "Telegram URL:"
3572
  msgstr "Instagram"
3573
 
3574
- #: inc/widget.php:1152
3575
  #, fuzzy
3576
  msgid "Tumblr URL:"
3577
  msgstr "Tumblr"
3578
 
3579
- #: inc/widget.php:1155
3580
  msgid "Vimeo URL:"
3581
  msgstr ""
3582
 
3583
- #: inc/widget.php:1158
3584
  #, fuzzy
3585
  msgid "Vkontakte URL:"
3586
  msgstr "Vkontakte"
3587
 
3588
- #: inc/widget.php:1161
3589
  #, fuzzy
3590
  msgid "Xing URL:"
3591
  msgstr "LinkedIn"
3592
 
3593
- #: inc/widget.php:1164
3594
  msgid "Youtube URL:"
3595
  msgstr ""
3596
 
3597
- #: inc/widget.php:1167
3598
  msgid "Youtube Channel URL:"
3599
  msgstr ""
3600
 
3601
- #: inc/widget.php:1170
3602
  msgid "RSS Feed URL:"
3603
  msgstr ""
3604
 
3605
- #: inc/widget.php:1173
3606
  #, fuzzy
3607
  msgid "Gab.com URL:"
3608
  msgstr "Facebook App ID"
3609
 
3610
- #: inc/widget.php:1176
3611
  #, fuzzy
3612
  msgid "Gettr.com URL:"
3613
  msgstr "Twitter"
3614
 
3615
- #: super_socializer.php:556
3616
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3617
  msgstr ""
3618
 
3619
- #: super_socializer.php:1846
3620
  #, fuzzy
3621
  msgid ""
3622
  "cURL is not enabled at your website server. Please contact your website "
@@ -3625,7 +3647,7 @@ msgstr ""
3625
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3626
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3627
 
3628
- #: super_socializer.php:1874
3629
  #, fuzzy, php-format
3630
  msgid ""
3631
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3635,7 +3657,7 @@ msgstr ""
3635
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3636
  "3 %s)"
3637
 
3638
- #: super_socializer.php:1877
3639
  #, fuzzy, php-format
3640
  msgid ""
3641
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3645,7 +3667,7 @@ msgstr ""
3645
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3646
  "3 %s)"
3647
 
3648
- #: super_socializer.php:1880
3649
  msgid ""
3650
  "Make sure cURL is enabled at your website server. You may need to contact "
3651
  "the server administrator of your website to verify this"
@@ -3653,135 +3675,135 @@ msgstr ""
3653
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3654
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3655
 
3656
- #: super_socializer.php:2047
3657
  msgid "Search"
3658
  msgstr ""
3659
 
3660
- #: super_socializer.php:2069
3661
  msgid "Your email has been verified. Now you can login to your account"
3662
  msgstr ""
3663
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3664
  "account"
3665
 
3666
- #: super_socializer.php:2073
3667
  msgid "Notification"
3668
  msgstr "Notifiche"
3669
 
3670
- #: super_socializer.php:2094
3671
  msgid "Please check your email inbox to complete the registration."
3672
  msgstr ""
3673
  "Per favore, per completare la registrazione, controlla la tua casella di "
3674
  "posta elettronica."
3675
 
3676
- #: super_socializer.php:2163
3677
  msgid "Leave a reply"
3678
  msgstr "Lascia un commento"
3679
 
3680
- #: super_socializer.php:2179
3681
  #, fuzzy
3682
  msgid "Link copied."
3683
  msgstr "LinkedIn"
3684
 
3685
- #: super_socializer.php:2417
3686
  msgid "Super Socializer - General Options"
3687
  msgstr "Super Socializer - Opzioni"
3688
 
3689
- #: super_socializer.php:2488
3690
  msgid ""
3691
  "I agree to my personal data being stored and used as per Privacy Policy and "
3692
  "Terms and Conditions"
3693
  msgstr ""
3694
 
3695
- #: super_socializer.php:2492
3696
  msgid ""
3697
  "I revoke my consent to store and use my personal data. Kindly delete my "
3698
  "personal data saved in this website."
3699
  msgstr ""
3700
 
3701
- #: super_socializer.php:2504
3702
  msgid "Small Avatar Url"
3703
  msgstr "Url Avatar Piccolo"
3704
 
3705
- #: super_socializer.php:2508
3706
  msgid "Large Avatar Url"
3707
  msgstr "URL Avatar Grande"
3708
 
3709
- #: super_socializer.php:2610
3710
  msgid "Login with your Social ID"
3711
  msgstr "Login con il tuo ID Social"
3712
 
3713
- #: super_socializer.php:2611
3714
  msgid "Email you entered is already registered or invalid"
3715
  msgstr "La email inserita è già registrata o non è valida"
3716
 
3717
- #: super_socializer.php:2618
3718
  msgid "Please enter a valid email address. You might be required to verify it"
3719
  msgstr ""
3720
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3721
  "una verifica"
3722
 
3723
- #: super_socializer.php:2622 super_socializer.php:3419
3724
  msgid "Link your social account to login to your account at this website"
3725
  msgstr ""
3726
  "Collega il tuo social account per accedere al tuo account su questo sito"
3727
 
3728
- #: super_socializer.php:2882
3729
  msgid "Thanks for installing Super Socializer plugin"
3730
  msgstr ""
3731
 
3732
- #: super_socializer.php:2884
3733
  msgid "Configure the Plugin"
3734
  msgstr ""
3735
 
3736
- #: super_socializer.php:2895
3737
  msgid ""
3738
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3739
  "current version of Super Socializer"
3740
  msgstr ""
3741
 
3742
- #: super_socializer.php:2904
3743
  msgid ""
3744
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3745
  "compatibility with the current version of Super Socializer"
3746
  msgstr ""
3747
 
3748
- #: super_socializer.php:2913
3749
  msgid ""
3750
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3751
  "compatibility with the current version of Super Socializer"
3752
  msgstr ""
3753
 
3754
- #: super_socializer.php:2922
3755
  msgid ""
3756
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3757
  "version of Super Socializer"
3758
  msgstr ""
3759
 
3760
- #: super_socializer.php:2931
3761
  msgid ""
3762
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3763
  "compatibility with the current version of Super Socializer"
3764
  msgstr ""
3765
 
3766
- #: super_socializer.php:2940
3767
  msgid ""
3768
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3769
  "for compatibility with the current version of Super Socializer"
3770
  msgstr ""
3771
 
3772
- #: super_socializer.php:2949
3773
  msgid ""
3774
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3775
  "with current version of Super Socializer"
3776
  msgstr ""
3777
 
3778
- #: super_socializer.php:2960
3779
  #, php-format
3780
  msgid ""
3781
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3782
  msgstr ""
3783
 
3784
- #: super_socializer.php:2969
3785
  #, php-format
3786
  msgid ""
3787
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3789,7 +3811,7 @@ msgid ""
3789
  "Instagram App Secret <a href=\"%s\">here</a>"
3790
  msgstr ""
3791
 
3792
- #: super_socializer.php:2978 super_socializer.php:2987
3793
  #, php-format
3794
  msgid ""
3795
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3798,13 +3820,13 @@ msgid ""
3798
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3799
  msgstr ""
3800
 
3801
- #: super_socializer.php:3003
3802
  #, php-format
3803
  msgid ""
3804
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3805
  msgstr ""
3806
 
3807
- #: super_socializer.php:3027
3808
  #, php-format
3809
  msgid ""
3810
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3812,14 +3834,14 @@ msgid ""
3812
  "target=\"_blank\">here</a>"
3813
  msgstr ""
3814
 
3815
- #: super_socializer.php:3027 super_socializer.php:3052
3816
- #: super_socializer.php:3077 super_socializer.php:3102
3817
- #: super_socializer.php:3135 super_socializer.php:3163
3818
- #: super_socializer.php:3190
3819
  msgid "Okay"
3820
  msgstr ""
3821
 
3822
- #: super_socializer.php:3052
3823
  #, php-format
3824
  msgid ""
3825
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3827,7 +3849,7 @@ msgid ""
3827
  "\">here</a>"
3828
  msgstr ""
3829
 
3830
- #: super_socializer.php:3077
3831
  #, php-format
3832
  msgid ""
3833
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3835,7 +3857,7 @@ msgid ""
3835
  "target=\"_blank\">here</a>"
3836
  msgstr ""
3837
 
3838
- #: super_socializer.php:3102
3839
  #, php-format
3840
  msgid ""
3841
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3843,13 +3865,13 @@ msgid ""
3843
  "target=\"_blank\">here</a>"
3844
  msgstr ""
3845
 
3846
- #: super_socializer.php:3113
3847
  #, php-format
3848
  msgid ""
3849
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3850
  msgstr ""
3851
 
3852
- #: super_socializer.php:3135
3853
  #, php-format
3854
  msgid ""
3855
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3857,7 +3879,7 @@ msgid ""
3857
  "\"%s\" target=\"_blank\">here</a>"
3858
  msgstr ""
3859
 
3860
- #: super_socializer.php:3163
3861
  #, php-format
3862
  msgid ""
3863
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3866,7 +3888,7 @@ msgid ""
3866
  "your website %s with them. No need to copy-paste any code from their website."
3867
  msgstr ""
3868
 
3869
- #: super_socializer.php:3190
3870
  #, php-format
3871
  msgid ""
3872
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3874,7 +3896,7 @@ msgid ""
3874
  "\"%s\" target=\"_blank\">here</a>"
3875
  msgstr ""
3876
 
3877
- #: super_socializer.php:3215
3878
  #, php-format
3879
  msgid ""
3880
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3882,16 +3904,27 @@ msgid ""
3882
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3883
  msgstr ""
3884
 
3885
- #: super_socializer.php:3215 super_socializer.php:3242
3886
  msgid "Dismiss"
3887
  msgstr ""
3888
 
3889
- #: super_socializer.php:3495
3890
  msgid ""
3891
  "Your browser is blocking some features of this website. Please follow the "
3892
  "instructions at {support_url} to unblock these."
3893
  msgstr ""
3894
 
 
 
 
 
 
 
 
 
 
 
 
3895
  #~ msgid "Dismiss this notice"
3896
  #~ msgstr "Rimuovi questo annuncio"
3897
 
@@ -4174,9 +4207,6 @@ msgstr ""
4174
  #~ msgid "Super Socializer - Social Avatar"
4175
  #~ msgstr "Super Socializer - Social Avatar"
4176
 
4177
- #~ msgid "Username: %s"
4178
- #~ msgstr "Nome utente: %s"
4179
-
4180
  #~ msgid "Password: %s"
4181
  #~ msgstr "Password: %s"
4182
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:37+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:37+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"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1999
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, fuzzy, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
34
  "\"_blank\">questa pagina</a>"
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Opzioni Generali"
40
 
82
  "È possibile specificare regole CSS aggiuntive (senza &lt;style&gt; tag)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
86
+ #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Salva le modifiche"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
92
+ #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
99
+ #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
213
  msgstr "Interfaccia Floating"
214
 
215
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
216
+ #: admin/social_sharing.php:1622
217
  msgid "Miscellaneous"
218
  msgstr "Miscellanea"
219
 
223
  msgstr "XProfile Integration"
224
 
225
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
226
+ #: admin/social_login.php:45 admin/social_login.php:1962
227
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
228
+ #: admin/social_sharing.php:1901
229
  msgid "Shortcode & Widget"
230
  msgstr "Shortcode & Widget"
231
 
232
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
233
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
234
+ #: admin/social_login.php:46 admin/social_login.php:1976
235
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
236
  msgid "FAQ"
237
  msgstr "FAQ"
238
 
255
 
256
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
257
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
258
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
259
  msgid "Url of the webpage where icons are located (default)"
260
  msgstr "URL della pagina web in cui si trovano le icone (predefinito)"
261
 
262
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
263
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
264
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
265
  msgid "Url of the homepage of your website"
266
  msgstr "Url della homepage del tuo sito web"
267
 
276
  "Url per mi-piace/share/tweet e visualizzazione mi-piace/share/conteggi tweet"
277
 
278
  #: admin/like_buttons.php:105 admin/social_login.php:1231
279
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
280
  msgid "Title"
281
  msgstr "Titolo"
282
 
294
  "Seleziona i providers per l'interfaccia. Trascina per riorganizzarli. "
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
298
  msgid "Horizontal alignment"
299
  msgstr "Allineamento orizzontale"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
304
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
305
+ #: inc/widget.php:1068
306
  msgid "Left"
307
  msgstr "Sinistra"
308
 
309
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
310
  msgid "Center"
311
  msgstr "centro"
312
 
313
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
314
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
315
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
316
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
317
+ #: inc/widget.php:1075
318
  msgid "Right"
319
  msgstr "Destra"
320
 
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
353
  msgid "Posts"
354
  msgstr "Post"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
358
  msgid "Pages"
359
  msgstr "Pagine"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
363
  msgid "Excerpts and Posts page"
364
  msgstr "Pagine di Estratti ed Articoli"
365
 
366
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
367
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
368
  msgid "Category Archives"
369
  msgstr "Archivi di categorie"
370
 
371
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
372
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
373
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
374
  msgstr "Arch. Pagine (Categoria., Tag, Autore o Pagine basate su data)"
375
 
382
  msgstr "BuddyPress group (solo nella parte superiore del contenuto)"
383
 
384
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
385
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
386
  msgid "BBPress forum"
387
  msgstr "BBPress forum"
388
 
389
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
390
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
391
  msgid "BBPress topic"
392
  msgstr "Argomento BBPress"
393
 
425
  "Controllo Principale per abilitare il counter widget verticale (floating)"
426
 
427
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
428
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
429
+ #: inc/widget.php:463 inc/widget.php:776
430
  msgid "Background Color"
431
  msgstr "Colore Background"
432
 
441
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
442
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
443
 
444
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
445
  msgid "Left offset"
446
  msgstr "Left offset"
447
 
454
  "verso destra, un numero piú piccolo lo muove verso sinistra. Il Numero può "
455
  "anche essere negativo."
456
 
457
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
458
  msgid "Right offset"
459
  msgstr "Right offset"
460
 
467
  "verso sinistra, un numero piú piccolo lo muove verso destra.Il Numero può "
468
  "anche essere negativo."
469
 
470
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
471
  msgid "Top offset"
472
  msgstr "Top offset"
473
 
479
  "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore "
480
  "verso il basso, un numero piú piccolo lo muove all'alto."
481
 
482
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
483
  msgid "BuddyPress group"
484
  msgstr "BuddyPress group"
485
 
497
  "Se questa opzione è abilitata, i pulsanti verticali Mi-Piace non appariranno "
498
  "sui dispositivi mobili"
499
 
500
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
501
  msgid "Url shortener"
502
  msgstr "Url shortener"
503
 
517
  msgid "Enable bit.ly url shortener for tweet button"
518
  msgstr "Abilita bit.ly url shortener per pulsante Tweet"
519
 
520
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
521
  msgid "Master control to enable bit.ly url shortening for sharing"
522
  msgstr ""
523
  "Controllo Principale per abilitare bit.ly url shortening per la condivisione"
524
 
525
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
526
  msgid "Bit.ly generic access token"
527
  msgstr ""
528
 
529
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
530
  #, php-format
531
  msgid ""
532
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
535
  "\">link</a>"
536
  msgstr ""
537
 
538
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
539
  msgid "Clear Bitly Cache"
540
  msgstr "Cancella Bitly Cache"
541
 
542
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
543
  msgid "ShortUrl cache cleared successfully."
544
  msgstr "ShortUrl cache cancellata correttamente"
545
 
546
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
547
  msgid ""
548
  "Use this to delete short urls saved in database. Handy, if urls of your "
549
  "website have been changed but short urls are still being generated for old "
554
  "sono ancora in uso per i vecchi URL."
555
 
556
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
557
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
558
+ #: admin/social_sharing.php:1779
559
  msgid "Language"
560
  msgstr "Lingua"
561
 
599
  "La username fornita viene aggiunta dopo il contenuto del Buffer sharing come "
600
  "\"via @USERNAME\". Lasciare vuoto se non si desidera alcuna username."
601
 
602
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
603
  msgid "myCRED"
604
  msgstr ""
605
 
606
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
607
  msgid "Append myCRED referral ID to the urls being shared"
608
  msgstr ""
609
 
611
  msgid "Like Buttons Shortcode & Widget"
612
  msgstr "Pulsanti Shortcode & Widget"
613
 
614
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
615
  msgid "Why is there so much space between like buttons?"
616
  msgstr "Perché c'è così tanto spazio tra i tasti like?"
617
 
618
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
619
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
620
  msgstr ""
621
  "Perché i pulsanti floating di sharing/like non compaiono nella pagina "
622
  "iniziale?"
623
 
624
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
625
  msgid "How to Place Title and Social Share Icons in the Same Row?"
626
  msgstr ""
627
 
628
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
629
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
630
  #, fuzzy
631
  msgid "More"
632
  msgstr ""
843
  msgid "Social Commenting Shortcode"
844
  msgstr "Social Commenting Shortcode"
845
 
846
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
847
+ #: admin/social_sharing.php:1934
848
  msgid ""
849
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
850
  "an online website for the plugin to function properly."
861
  "Https?"
862
  msgstr ""
863
 
864
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
865
+ #: admin/social_sharing.php:1949
866
  msgid "Why is my browser blocking some features of the plugin?"
867
  msgstr ""
868
 
895
  msgid "Advanced Configuration"
896
  msgstr "Configurazione Avanzata"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1762
899
+ #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr "XProfile Integration"
906
 
2079
  "Se abilitato, gli utenti saranno in grado di aggiornare il proprio social "
2080
  "avatar nella sezione \"Profile photo\" al front-end di BuddyPress."
2081
 
2082
+ #: admin/social_login.php:1490 super_socializer.php:2098
2083
  msgid "Email required"
2084
  msgstr "Email Obbligatoria"
2085
 
2140
  msgstr "Pagina di profilo BuddyPress"
2141
 
2142
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2143
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2144
  msgid "Custom Url"
2145
  msgstr "Url personalizzata"
2146
 
2157
  msgid "Same page from where user registered"
2158
  msgstr "La stessa pagina dove l'utente si è registrato"
2159
 
2160
+ #: admin/social_login.php:1591
2161
+ #, fuzzy
2162
+ msgid "Username Separator"
2163
+ msgstr "Nome utente: %s"
2164
+
2165
+ #: admin/social_login.php:1595
2166
+ msgid "Dash (-)"
2167
+ msgstr ""
2168
+
2169
+ #: admin/social_login.php:1597
2170
+ msgid "Underscore (_)"
2171
+ msgstr ""
2172
+
2173
+ #: admin/social_login.php:1599
2174
+ msgid "Dot (.)"
2175
+ msgstr ""
2176
+
2177
+ #: admin/social_login.php:1601
2178
+ msgid "None"
2179
+ msgstr ""
2180
+
2181
+ #: admin/social_login.php:1609
2182
  msgid ""
2183
+ "Choose one of the underscore, dot or dash to use to join first and last "
2184
+ "names in the usernames of the new users"
2185
  msgstr ""
 
 
2186
 
2187
+ #: admin/social_login.php:1618
2188
  #, fuzzy
2189
  msgid "Social Account Linking Options"
2190
  msgstr "Collegamento Social Account"
2191
 
2192
+ #: admin/social_login.php:1633
2193
  #, fuzzy
2194
  msgid "Text to display above the Social Account Linking interface"
2195
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2196
 
2197
+ #: admin/social_login.php:1640
2198
  #, fuzzy
2199
  msgid ""
2200
  "Link social account to already existing account, if email address matches"
2201
  msgstr ""
2202
  "Collega il tuo social account per accedere al tuo account su questo sito"
2203
 
2204
+ #: admin/social_login.php:1650
2205
  msgid ""
2206
  "If email address of the user's Social Account matches with an already "
2207
  "existing account at your website, that social account will be linked to "
2209
  "Linking interface at their profile page."
2210
  msgstr ""
2211
 
2212
+ #: admin/social_login.php:1658
2213
  msgid "Enable social account linking at BuddyPress profile page"
2214
  msgstr "Abilita collegamento social account nella pagina di profilo BuddyPress"
2215
 
2216
+ #: admin/social_login.php:1668
2217
  msgid ""
2218
  "Enable this option to show social account linking interface at BuddyPress "
2219
  "profile page"
2221
  "Attiva questa opzione per visualizzare l'interfaccia social account linking "
2222
  "nella pagina di profilo BuddyPress"
2223
 
2224
+ #: admin/social_login.php:1679
2225
  msgid "Email popup options"
2226
  msgstr "Opzioni del popup 'Email Obbligatoria'"
2227
 
2228
+ #: admin/social_login.php:1684
2229
  msgid "Text on 'Email required' popup"
2230
  msgstr "Testo del pop-up"
2231
 
2232
+ #: admin/social_login.php:1694
2233
  msgid ""
2234
  "This text will be displayed on email required popup. Leave empty if not "
2235
  "required."
2237
  "Questo é il testo che verrà mostrato nella finestra pop-up. Lasciare in "
2238
  "bianco se non si vuole utilizzare."
2239
 
2240
+ #: admin/social_login.php:1702
2241
  msgid "Error message for 'Email required' popup"
2242
  msgstr "Messaggio d'errore"
2243
 
2244
+ #: admin/social_login.php:1712
2245
  msgid ""
2246
  "This message will be displayed to user if it provides invalid or already "
2247
  "registered email"
2249
  "Questo é il testo che verrà mostrato all'utente nel caso inserisca un "
2250
  "indirizzo email non valido o già registrato."
2251
 
2252
+ #: admin/social_login.php:1720
2253
  msgid "Email popup height"
2254
  msgstr "Altezza pop-up Email"
2255
 
2256
+ #: admin/social_login.php:1730
2257
  msgid ""
2258
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2259
  "can increase the height of popup by specifying in this option. Leave empty "
2263
  "Obbligatoria\", è possibile aumentare l'altezza del popup specificandolo in "
2264
  "questa opzione. Lasciare vuoto per l'impostazione predefinita."
2265
 
2266
+ #: admin/social_login.php:1737
2267
  msgid "Enable email verification"
2268
  msgstr "Abilita verifica email"
2269
 
2270
+ #: admin/social_login.php:1747
2271
  msgid ""
2272
  "If enabled, email provided by the user will be verified by sending a "
2273
  "confirmation link to that email. User would not be able to login without "
2277
  "verificato mediante l'invio di un link all' indirizzo e-mail specificato. "
2278
  "L'utente non potrà accedere senza aver effettuato la procedura di verifica."
2279
 
2280
+ #: admin/social_login.php:1767
2281
  #, fuzzy
2282
  msgid "Enable GDPR opt-in"
2283
  msgstr "Abilita Disqus Commenting"
2284
 
2285
+ #: admin/social_login.php:1777
2286
  msgid ""
2287
  "Enable it to show GDPR opt-in for social login and social account linking"
2288
  msgstr ""
2289
 
2290
+ #: admin/social_login.php:1785
2291
  #, fuzzy
2292
  msgid "Placement of GDPR opt-in"
2293
  msgstr "Abilita Disqus Commenting"
2294
 
2295
+ #: admin/social_login.php:1789
2296
  #, fuzzy
2297
  msgid "Above Social Login icons"
2298
  msgstr "Opzioni"
2299
 
2300
+ #: admin/social_login.php:1791
2301
  #, fuzzy
2302
  msgid "Below Social Login icons"
2303
  msgstr "Opzioni"
2304
 
2305
+ #: admin/social_login.php:1797
2306
  #, fuzzy
2307
  msgid "Placement of GDPR opt-in above or below the social login icons"
2308
  msgstr "Testo da mostrare sopra l'interfaccia Social Login"
2309
 
2310
+ #: admin/social_login.php:1804
2311
  msgid "Opt-in text"
2312
  msgstr ""
2313
 
2314
+ #: admin/social_login.php:1814
2315
  #, fuzzy
2316
  msgid "Text for the GDPR opt-in"
2317
  msgstr "Abilita Disqus Commenting"
2318
 
2319
+ #: admin/social_login.php:1821
2320
  msgid "Text to link to Terms-Conditions page"
2321
  msgstr ""
2322
 
2323
+ #: admin/social_login.php:1831
2324
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2325
  msgstr ""
2326
 
2327
+ #: admin/social_login.php:1838
2328
  msgid "Terms-Conditions Url"
2329
  msgstr ""
2330
 
2331
+ #: admin/social_login.php:1848
2332
  #, fuzzy
2333
  msgid "Url of the terms-conditions page of your website"
2334
  msgstr "Url della homepage del tuo sito web"
2335
 
2336
+ #: admin/social_login.php:1855
2337
  msgid "Text to link to Privacy Policy page"
2338
  msgstr ""
2339
 
2340
+ #: admin/social_login.php:1865
2341
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2342
  msgstr ""
2343
 
2344
+ #: admin/social_login.php:1872
2345
  msgid "Privacy Policy Url"
2346
  msgstr ""
2347
 
2348
+ #: admin/social_login.php:1882
2349
  #, fuzzy
2350
  msgid "Url of the privacy policy page of your website"
2351
  msgstr "Url della homepage del tuo sito web"
2352
 
2353
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2354
+ #: inc/widget.php:605 inc/widget.php:754
2355
  msgid "Select"
2356
  msgstr "Selezionare"
2357
 
2358
+ #: admin/social_login.php:1964
2359
  msgid "Social Login Shortcode & Widget"
2360
  msgstr "Shortcode & Widget"
2361
 
2362
+ #: admin/social_login.php:1965
2363
  msgid "Social Linking Shortcode"
2364
  msgstr "Social Linking Shortcode"
2365
 
2366
+ #: admin/social_login.php:1980
2367
  msgid "Why is social login not working?"
2368
  msgstr ""
2369
 
2370
+ #: admin/social_login.php:1981
2371
  msgid ""
2372
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2373
  "belong to the same app"
2410
  msgstr "Forma"
2411
 
2412
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2413
+ #: inc/widget.php:1104
2414
  msgid "Round"
2415
  msgstr "Arrotondata"
2416
 
2417
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2418
+ #: inc/widget.php:1105
2419
  msgid "Square"
2420
  msgstr "Quadrata"
2421
 
2595
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2596
  "utenti facendo clic sull'icona"
2597
 
2598
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2599
+ msgid "Youtube URL"
2600
+ msgstr ""
 
2601
 
2602
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2603
  #, fuzzy
2604
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2605
  msgstr ""
2606
  "Nome utente dell' account Instagram che si desidera reindirizzare agli "
2607
  "utenti facendo clic sull'icona"
2608
 
2609
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2610
  #, fuzzy
2611
  msgid "HTML ID of container element of comment form"
2612
  msgstr "ID HTML del modulo dei commenti container"
2613
 
2614
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2615
  msgid ""
2616
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2617
  "icon."
2618
  msgstr ""
2619
 
2620
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2621
  msgid "Rearrange icons"
2622
  msgstr "Riorganizza le icone"
2623
 
2624
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2625
  msgid "Drag the icons to rearrange in desired order"
2626
  msgstr "Trascina le icone per riordinare"
2627
 
2628
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2629
  msgid "Select Sharing Services"
2630
  msgstr "Seleziona i Service"
2631
 
2632
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2633
  msgid "Select sharing services to show in social share bar"
2634
  msgstr "Seleziona i servizi di sharing da mostrare"
2635
 
2636
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2637
  #, fuzzy
2638
  msgid "Search social network"
2639
  msgstr "come rete sociale primaria"
2640
 
2641
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2642
  msgid "Horizontal alignment of the sharing interface"
2643
  msgstr "Allineamento orizzontale della interfaccia sharing"
2644
 
2646
  msgid "Specify position of the sharing interface with respect to the content"
2647
  msgstr "Specifica la posizione dell'interfaccia rispetto al contenuto"
2648
 
2649
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2650
  msgid "Placement"
2651
  msgstr "Collocazione"
2652
 
2654
  msgid "Specify the pages where you want to enable Sharing interface"
2655
  msgstr "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing"
2656
 
2657
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2658
  msgid "Show share counts"
2659
  msgstr "Mostra quantità"
2660
 
2661
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2662
  #, fuzzy
2663
  msgid ""
2664
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2667
  "Share counts sono supportati per Facebook, Twitter, Linkedin, GooglePlus, "
2668
  "Delicious, Buffer, Reddit, Pinterest, Stumbleupon, Odnoklassniki e Vkontakte"
2669
 
2670
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2671
  #, php-format
2672
  msgid ""
2673
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2676
  "their website."
2677
  msgstr ""
2678
 
2679
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2680
  msgid "If enabled, share counts are displayed above sharing icons."
2681
  msgstr ""
2682
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato "
2683
  "sopra le icone condivise"
2684
 
2685
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2686
+ #: admin/social_sharing.php:1721
2687
  msgid "Track Social Shares for Every Social Network"
2688
  msgstr ""
2689
 
2690
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2691
  msgid "Show total shares"
2692
  msgstr "Mostra totale"
2693
 
2694
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2695
  msgid "If enabled, total shares will be displayed with sharing icons"
2696
  msgstr ""
2697
  "Se questa opzione è abilitata, la quantitá di condivisioni sará mostrato con "
2698
  "le icone condivise"
2699
 
2700
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2701
  msgid "Enable 'More' icon"
2702
  msgstr "Abilita icona 'More'"
2703
 
2704
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2705
  msgid ""
2706
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2707
  "which shows additional sharing networks in popup"
2722
  msgid "Master control to enable floating sharing widget"
2723
  msgstr "Controllo Principale per abilitare il floating sharing widget"
2724
 
2725
+ #: admin/social_sharing.php:1338
2726
  msgid ""
2727
  "Specify the color or hex code (example #cc78e0) for the background of "
2728
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2733
  "Lascia in bianco per transparente. Puoi ottenere il codice hex da <a href="
2734
  "\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
2735
 
2736
+ #: admin/social_sharing.php:1376
2737
  msgid ""
2738
  "Specify a number. Increase in number will shift sharing interface towards "
2739
  "right and decrease will shift it towards left. Number can be negative too."
2742
  "verso destra e un numero minore lo muove verso sinistra. Il Numero può anche "
2743
  "essere negativo."
2744
 
2745
+ #: admin/social_sharing.php:1395
2746
  msgid ""
2747
  "Specify a number. Increase in number will shift sharing interface towards "
2748
  "left and decrease will shift it towards right. Number can be negative too."
2751
  "verso sinistra e un numero minore lo muove verso destra.Il Numero può anche "
2752
  "essere negativo."
2753
 
2754
+ #: admin/social_sharing.php:1413
2755
  msgid ""
2756
  "Specify a number. Increase in number will shift sharing interface towards "
2757
  "bottom and decrease will shift it towards top."
2759
  "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione "
2760
  "verso il basso e un numero minore lo muove verso l'alto."
2761
 
2762
+ #: admin/social_sharing.php:1469
2763
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2764
  msgstr ""
2765
  "Specifica le pagine dove vuoi abilitare l'Interfaccia Sharing Verticale"
2766
 
2767
+ #: admin/social_sharing.php:1538
2768
  #, fuzzy
2769
  msgid "Hide floating slider"
2770
  msgstr "Nascondi per gli utenti loggati:"
2771
 
2772
+ #: admin/social_sharing.php:1548
2773
  #, fuzzy
2774
  msgid "Hides the slider arrow present below the floating share bar"
2775
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
2776
 
2777
+ #: admin/social_sharing.php:1555
2778
  msgid "Vertical floating bar responsiveness"
2779
  msgstr "Responsiveness Vertical"
2780
 
2781
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2782
  #, php-format
2783
  msgid "Display vertical interface only when screen is wider than %s pixels"
2784
  msgstr ""
2785
  "Mostra interfaccia verticale solo quando lo schermo è più ampio di %s pixels"
2786
 
2787
+ #: admin/social_sharing.php:1565
2788
  msgid ""
2789
  "Display vertical interface only when screen is wider than the width "
2790
  "specified."
2792
  "Mostra interfaccia verticale solo quando lo schermo è più ampio rispetto "
2793
  "alla larghezza specificata."
2794
 
2795
+ #: admin/social_sharing.php:1572
2796
  msgid "Horizontal floating bar responsiveness"
2797
  msgstr "Responsiveness Horizontal"
2798
 
2799
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2800
  #, php-format
2801
  msgid ""
2802
  "Stick vertical floating interface horizontally at bottom only when screen is "
2805
  "Posiziona l'Interfaccia Verticale floating in orizzontale e in fondo ma solo "
2806
  "quando lo schermo è più stretto di %s pixel"
2807
 
2808
+ #: admin/social_sharing.php:1582
2809
  msgid ""
2810
  "Stick vertical floating interface horizontally at bottom only when screen is "
2811
  "narrower than the width specified"
2813
  "Posiziona l' interfaccia floating orizzontale in fondo solo quando lo "
2814
  "schermo è più stretto della larghezza specificata"
2815
 
2816
+ #: admin/social_sharing.php:1591
2817
  msgid "Horizontal floating bar position"
2818
  msgstr "Posizione Horizontal floating bar"
2819
 
2820
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2821
  #, php-format
2822
  msgid "%s pixels from %s"
2823
  msgstr "%s pixels da %s"
2824
 
2825
+ #: admin/social_sharing.php:1595
2826
  msgid "Auto-adjust according to screen width (responsive)"
2827
  msgstr ""
2828
 
2829
+ #: admin/social_sharing.php:1602
2830
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2831
  msgstr ""
2832
  "Sallineamento dell'interfaccia floating orizzontale. Questo numero può "
2833
  "essere anche negativo."
2834
 
2835
+ #: admin/social_sharing.php:1627
2836
  msgid "Use plain background for Instagram icon"
2837
  msgstr ""
2838
 
2839
+ #: admin/social_sharing.php:1637
2840
  msgid ""
2841
  "Uses plain background for Instagram icon instead of multicolored background"
2842
  msgstr ""
2843
 
2844
+ #: admin/social_sharing.php:1650
2845
  msgid "Use shortlinks already installed"
2846
  msgstr "Utilizza shortlinks installati"
2847
 
2848
+ #: admin/social_sharing.php:1660
2849
  msgid "Uses default short url permalinks without using any additional plugin"
2850
  msgstr ""
2851
  "Utilizza gli short url permalink predefiniti senza l'utilizzo di alcun "
2852
  "plugin aggiuntivo"
2853
 
2854
+ #: admin/social_sharing.php:1667
2855
  msgid "Enable bit.ly url shortener for sharing"
2856
  msgstr "Abilita bit.ly url shortener"
2857
 
2858
+ #: admin/social_sharing.php:1726
2859
  msgid "Share Count Cache"
2860
  msgstr "Share Count Cache"
2861
 
2862
+ #: admin/social_sharing.php:1731
2863
  msgid "Refresh Share Count cache every"
2864
  msgstr "Aggiorna cache ogni"
2865
 
2866
+ #: admin/social_sharing.php:1736
2867
  msgid "Second(s)"
2868
  msgstr "Secondo(i)"
2869
 
2870
+ #: admin/social_sharing.php:1737
2871
  msgid "Minute(s)"
2872
  msgstr "Minuto(i)"
2873
 
2874
+ #: admin/social_sharing.php:1738
2875
  msgid "Hour(s)"
2876
  msgstr "Ora(e)"
2877
 
2878
+ #: admin/social_sharing.php:1739
2879
  msgid "Day(s)"
2880
  msgstr "Giorno(i)"
2881
 
2882
+ #: admin/social_sharing.php:1747
2883
  #, fuzzy, php-format
2884
  msgid ""
2885
  "Frequent cache refreshing results in slower loading of pages with share "
2889
  "Quando Share Count è attivato, frequenti aggiornamenti della cache possono "
2890
  "rallentare il caricamento delle pagine."
2891
 
2892
+ #: admin/social_sharing.php:1754
2893
  msgid "Clear Share Counts Cache"
2894
  msgstr "Cancella Share Counts Cache"
2895
 
2896
+ #: admin/social_sharing.php:1758
2897
  msgid "Share Counts cache cleared successfully."
2898
  msgstr "Share Counts cache cancellata correttamente"
2899
 
2900
+ #: admin/social_sharing.php:1765
2901
  msgid "Use this to clear cached share counts"
2902
  msgstr "Da utilizzare per cancellare la cache degli share counts"
2903
 
2904
+ #: admin/social_sharing.php:1789
2905
  #, php-format
2906
  msgid ""
2907
  "Enter the code of the language you want to use for like buttons. You can "
2913
  "\"_blank\">questo collegamento</a>. Lasciare in bianco per usare la lingua "
2914
  "predefinita"
2915
 
2916
+ #: admin/social_sharing.php:1798
2917
  msgid "Username in sharing"
2918
  msgstr "Username in sharing"
2919
 
2920
+ #: admin/social_sharing.php:1803
2921
  msgid "Twitter username (without @)"
2922
  msgstr "Username Twitter (senza @)"
2923
 
2924
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2925
  msgid ""
2926
  "Provided username will be appended after the content being shared as \"via "
2927
  "@USERNAME\". Leave empty if you do not want any username in the content "
2930
  "La username fornita viene aggiunta dopo il contenuto condiviso come \"via "
2931
  "@USERNAME\". Lasciare vuoto se non si desidera alcuna username."
2932
 
2933
+ #: admin/social_sharing.php:1821
2934
  msgid "Buffer username (without @)"
2935
  msgstr "Username Buffer (senza @)"
2936
 
2937
+ #: admin/social_sharing.php:1840
2938
  msgid "AMP"
2939
  msgstr "AMP"
2940
 
2941
+ #: admin/social_sharing.php:1845
2942
  msgid "Enable sharing on AMP pages"
2943
  msgstr "Abilita sharing nelle pagine di AMP"
2944
 
2945
+ #: admin/social_sharing.php:1855
2946
  msgid "Enable this option to render sharing icons on AMP pages"
2947
  msgstr ""
2948
  "Attiva questa opzione per rendere la condivisione di icone sulle pagine AMP"
2949
 
2950
+ #: admin/social_sharing.php:1912
2951
  msgid "Facebook Sharing Troubleshooter"
2952
  msgstr "Risoluzione dei problemi Facebook Sharing"
2953
 
2954
+ #: admin/social_sharing.php:1917
2955
  #, fuzzy
2956
  msgid ""
2957
  "If Facebook sharing is not working fine, click at the following link and "
2963
  "che ti ha dato problemi (dove quindi la condivisione di Facebook non ha "
2964
  "funzionato) e cliicca sul pulsante \"Fetch New Scrape Information\" ."
2965
 
2966
+ #: admin/social_sharing.php:1935
2967
  msgid ""
2968
  "Why is sharer not showing the correct image, title and other meta tags "
2969
  "content?"
2971
  "Perché il contenuto condiviso non mostra l'immagine corretta, il titolo e "
2972
  "altri contenuti meta tag?"
2973
 
2974
+ #: admin/social_sharing.php:1936
2975
  #, fuzzy
2976
  msgid "Why is Facebook share count not working?"
2977
  msgstr "Perché gli Share Counts non vengono aggiornati?"
2978
 
2979
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2980
  #, php-format
2981
  msgid ""
2982
  "After the recent changes introduced in the Facebook graph API, it's not "
2985
  "not just for Facebook but for all the social networks"
2986
  msgstr ""
2987
 
2988
+ #: admin/social_sharing.php:1939
2989
  msgid "Why is Instagram icon redirecting to Instagram website?"
2990
  msgstr ""
2991
 
2992
+ #: admin/social_sharing.php:1940
2993
  msgid ""
2994
  "Instagram icon is there to send website visitors to the Instagram page of "
2995
  "your choice. You can save the desired Instagram handle in \"Instagram "
2997
  "sections."
2998
  msgstr ""
2999
 
3000
+ #: admin/social_sharing.php:1943
3001
  #, fuzzy
3002
  msgid "How to customize the url being shared?"
3003
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
3004
 
3005
+ #: admin/social_sharing.php:1944
3006
  msgid ""
3007
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3008
  msgstr ""
3009
 
3010
+ #: admin/social_sharing.php:1945
3011
  msgid ""
3012
  "It takes some time for their service to track the shares made on Twitter "
3013
  "from your website. If you still feel it's taking too long you can contact "
3014
  "their support directly from their website."
3015
  msgstr ""
3016
 
3017
+ #: admin/social_sharing.php:1948
3018
  msgid ""
3019
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3020
  msgstr ""
3021
 
3022
+ #: admin/social_sharing.php:1950
3023
  #, fuzzy
3024
  msgid "Why the color of share icons is not being updated?"
3025
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3026
 
3027
+ #: admin/social_sharing.php:1951
3028
  #, fuzzy
3029
  msgid "Why Facebook share counts are not appearing?"
3030
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3031
 
3032
+ #: admin/social_sharing.php:1952
3033
  msgid ""
3034
  "How can I show share counts of my website rather than of individual pages/"
3035
  "posts?"
3037
  "Come posso mostrare conteggi del mio sito web, piuttosto che di singole "
3038
  "pagine/post?"
3039
 
3040
+ #: admin/social_sharing.php:1953
3041
  msgid "How can I disable sharing on particular page/post?"
3042
  msgstr ""
3043
  "Come è possibile disattivare la condivisione di una pagina/post in "
3044
  "particolare?"
3045
 
3046
+ #: admin/social_sharing.php:1954
3047
  msgid "How can I specify minimum sharing count for sharing networks?"
3048
  msgstr ""
3049
  "Come faccio a specificare il conteggio minimo di sharing per la condivisione "
3050
  "di reti?"
3051
 
3052
+ #: admin/social_sharing.php:1955
3053
  msgid "How to share specific page?"
3054
  msgstr "Come posso condividere la pagina specifica?"
3055
 
3056
+ #: admin/social_sharing.php:1956
3057
  msgid "How to integrate Google Analytics with sharing?"
3058
  msgstr "Come posso integrare Google Analytics con lo sharing?"
3059
 
3060
+ #: admin/social_sharing.php:1957
3061
  msgid "How to customize the look of total share counts?"
3062
  msgstr "Come posso personalizzare l'aspetto del totale degli share counts?"
3063
 
3064
+ #: admin/social_sharing.php:1958
3065
  msgid "How to customize the look of individual share counts?"
3066
  msgstr "Come posso personalizzare l'aspetto dei singoli share counts?"
3067
 
3068
+ #: admin/social_sharing.php:1959
3069
  msgid "How to show Whatsapp icon only on mobile devices?"
3070
  msgstr "Come posso mostrare l'icona Whatsapp solo sui dispositivi mobili?"
3071
 
3072
+ #: admin/social_sharing.php:1960
3073
  msgid "How to hide arrow after floating sharing bar?"
3074
  msgstr "Come posso nascondere la freccia dopo la floating sharing bar?"
3075
 
3076
+ #: admin/social_sharing.php:1961
3077
  #, fuzzy
3078
  msgid "Why is share count not getting updated?"
3079
  msgstr "Perché gli Share Counts non vengono aggiornati?"
3161
  msgid "Floating Sharing Interface"
3162
  msgstr "Interfaccia Sharing Floating"
3163
 
3164
+ #: helper.php:911 super_socializer.php:2508
3165
  msgid "Social Avatar"
3166
  msgstr "Social Avatar"
3167
 
3168
+ #: helper.php:914 super_socializer.php:2519
3169
  msgid ""
3170
  "Do not fetch and update social avatar from my profile, next time I Social "
3171
  "Login"
3173
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
3174
  "social avatar dal mio profilo."
3175
 
3176
+ #: helper.php:915 super_socializer.php:2523
3177
  msgid "Update social avatar, next time I Social Login"
3178
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
3179
 
3180
+ #: helper.php:918
3181
  msgid "Small Avatar"
3182
  msgstr "Avatar Piccolo"
3183
 
3184
+ #: helper.php:922
3185
  msgid "Large Avatar"
3186
  msgstr "Avatar Grande"
3187
 
3188
+ #: helper.php:982 super_socializer.php:2076
3189
  msgid "Please verify your email address to login."
3190
  msgstr "Per favore, per accedere verifica il tuo indirizzo e-mail."
3191
 
3192
+ #: helper.php:1019
3193
  msgid "Click to delete social profile data"
3194
  msgstr ""
3195
 
3196
+ #: helper.php:1048
3197
  #, fuzzy
3198
  msgid "Deleting"
3199
  msgstr "Configurazioni"
3200
 
3201
+ #: helper.php:1058
3202
  msgid "Deleted"
3203
  msgstr ""
3204
 
3205
+ #: helper.php:1060
3206
  msgid "Something bad happened"
3207
  msgstr ""
3208
 
3219
  "nella pagina \"Super Socializer > Social Login\" del pannello di "
3220
  "amministrazione"
3221
 
3222
+ #: inc/social_login.php:1047
3223
  msgid "Email"
3224
  msgstr "Email"
3225
 
3226
+ #: inc/social_login.php:1048
3227
  msgid "Confirm email"
3228
  msgstr "Conferma email"
3229
 
3230
+ #: inc/social_login.php:1050
3231
  msgid "Save"
3232
  msgstr "Salva"
3233
 
3234
+ #: inc/social_login.php:1051
3235
  msgid "Cancel"
3236
  msgstr "Cancella"
3237
 
3238
+ #: inc/social_login.php:1125
3239
  msgid "Email Verification"
3240
  msgstr "Abilita verifica email"
3241
 
3242
+ #: inc/social_login.php:1127
3243
  msgid ""
3244
  "Please click on the following link or paste it in browser to verify your "
3245
  "email"
3263
  msgid "Total Shares"
3264
  msgstr "Mostra totale"
3265
 
3266
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3267
  msgid "Share"
3268
  msgstr "Share"
3269
 
3270
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3271
  msgid "Shares"
3272
  msgstr "Shares"
3273
 
3274
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3275
  msgid "Invalid request"
3276
  msgstr "Domanda non valida"
3277
 
3278
+ #: inc/social_sharing.php:973
3279
  msgid "Providers not selected"
3280
  msgstr "Providers non selezionati"
3281
 
3312
  msgid "Title (after login):"
3313
  msgstr ""
3314
 
3315
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3316
  msgid "Before widget content:"
3317
  msgstr "Prima del contenuto del widget:"
3318
 
3319
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3320
  msgid "After widget content:"
3321
  msgstr "Dopo il contenuto del widget:"
3322
 
3323
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3324
+ #: inc/widget.php:779
3325
  msgid "Hide for logged in users:"
3326
  msgstr "Nascondi per gli utenti loggati:"
3327
 
3335
  "sito web nelle reti sociali popolari come Facebook, Twitter, Tumblr, Google+ "
3336
  "e molti altri"
3337
 
3338
+ #: inc/widget.php:253
3339
+ msgid "Note"
3340
+ msgstr ""
3341
+
3342
  #: inc/widget.php:253
3343
  msgid ""
3344
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3347
  "Assicurati che \"Social Sharing Standard\" sia abilitato alla pagina \"Super "
3348
  "Socializer> Social Sharing\"."
3349
 
3350
+ #: inc/widget.php:254 inc/widget.php:601
3351
  msgid "Title:"
3352
  msgstr "Titolo:"
3353
 
3359
  msgid "Show total shares:"
3360
  msgstr "Mostra totale condivisioni:"
3361
 
3362
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3363
  msgid "Target Url:"
3364
  msgstr "URL di destinazione:"
3365
 
3366
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3367
  #, fuzzy
3368
  msgid "Custom URL"
3369
  msgstr "Url personalizzata"
3386
  "Assicurati che \"Social Sharing Floating\" sia abilitato alla pagina \"Super "
3387
  "Socializer> Social Sharing\"."
3388
 
3389
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3390
  msgid "Alignment"
3391
  msgstr "Allineamento"
3392
 
3393
+ #: inc/widget.php:453 inc/widget.php:766
3394
  msgid "Left Offset"
3395
  msgstr "Left Offset"
3396
 
3397
+ #: inc/widget.php:457 inc/widget.php:770
3398
  msgid "Right Offset"
3399
  msgstr "Right Offset"
3400
 
3401
+ #: inc/widget.php:460 inc/widget.php:773
3402
  msgid "Top Offset"
3403
  msgstr "Top Offset"
3404
 
3405
+ #: inc/widget.php:485
3406
  #, fuzzy
3407
  msgid ""
3408
  "Standard like buttons widget. Let your website users share/like content on "
3412
  "mi piace per i contenuti del tuo sito web nelle reti popolari come Facebook, "
3413
  "Twitter, Tumblr, Google+, e molte altre."
3414
 
3415
+ #: inc/widget.php:600
3416
  msgid ""
3417
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3418
  "Like Buttons\" page."
3420
  "Assicurati che i \"Pulsanti Standard Mi-Piace\" siano abilitati nella pagina "
3421
  "\"Super Socializer > Like Buttons\"."
3422
 
3423
+ #: inc/widget.php:634
3424
  #, fuzzy
3425
  msgid ""
3426
  "Floating like buttons widget. Let your website users share/like content on "
3430
  "contenuti del tuo sito web nei Social networks più popolari come Facebook, "
3431
  "Twitter, Tumblr, Google+, e molti altri"
3432
 
3433
+ #: inc/widget.php:751
3434
  msgid ""
3435
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3436
  "Like Buttons\" page."
3438
  "Assicurati che i \"Pulsanti Floating Mi-Piace\" siano abilitati nella pagina "
3439
  "\"Super Socializer > Like Buttons\"."
3440
 
3441
+ #: inc/widget.php:795
3442
  #, fuzzy
3443
  msgid "Super Socializer - Follow Icons"
3444
  msgstr "Super Socializer - Login"
3445
 
3446
+ #: inc/widget.php:797
3447
  #, fuzzy
3448
  msgid "These icons link to your Social Media accounts"
3449
  msgstr "Login con il tuo Account Social"
3450
 
3451
+ #: inc/widget.php:1046
3452
  msgid "Type:"
3453
  msgstr ""
3454
 
3455
+ #: inc/widget.php:1049
3456
  #, fuzzy
3457
  msgid "Standard"
3458
  msgstr "Opzioni"
3459
 
3460
+ #: inc/widget.php:1052
3461
  #, fuzzy
3462
  msgid "Floating"
3463
  msgstr "Abilita pulsanti"
3464
 
3465
+ #: inc/widget.php:1057
3466
  #, fuzzy
3467
  msgid "Top offset:"
3468
  msgstr "Top offset"
3469
 
3470
+ #: inc/widget.php:1061
3471
  #, fuzzy
3472
  msgid "Alignment:"
3473
  msgstr "Allineamento"
3474
 
3475
+ #: inc/widget.php:1079
3476
  #, fuzzy
3477
  msgid "Offset"
3478
  msgstr "Top Offset"
3479
 
3480
+ #: inc/widget.php:1093
3481
  #, fuzzy
3482
  msgid "right"
3483
  msgstr "Destra"
3484
 
3485
+ #: inc/widget.php:1093
3486
  #, fuzzy
3487
  msgid "left"
3488
  msgstr "Sinistra"
3489
 
3490
+ #: inc/widget.php:1096
3491
  msgid "Auto-adjust according to the screen-width (responsive)"
3492
  msgstr ""
3493
 
3494
+ #: inc/widget.php:1100
3495
  #, fuzzy
3496
  msgid "Size of icons"
3497
  msgstr "Dimensione delle icone"
3498
 
3499
+ #: inc/widget.php:1102
3500
  #, fuzzy
3501
  msgid "Icon Shape"
3502
  msgstr "Forma"
3503
 
3504
+ #: inc/widget.php:1107
3505
  msgid "Apply icon color and background color from Theme Selection section:"
3506
  msgstr ""
3507
 
3508
+ #: inc/widget.php:1109
3509
  msgid "No"
3510
  msgstr ""
3511
 
3512
+ #: inc/widget.php:1110
3513
  #, fuzzy
3514
  msgid "Yes, Standard Interface Theme"
3515
  msgstr "Tema Interfaccia Standard"
3516
 
3517
+ #: inc/widget.php:1111
3518
  #, fuzzy
3519
  msgid "Yes, Floating Interface Theme"
3520
  msgstr "Tema Interfaccia Floating"
3521
 
3522
+ #: inc/widget.php:1113
3523
  #, fuzzy
3524
  msgid "Facebook URL:"
3525
  msgstr "Facebook App ID"
3526
 
3527
+ #: inc/widget.php:1116
3528
  #, fuzzy
3529
  msgid "Twitter URL:"
3530
  msgstr "Twitter"
3531
 
3532
+ #: inc/widget.php:1119
3533
  #, fuzzy
3534
  msgid "Parler URL:"
3535
  msgstr "Instagram"
3536
 
3537
+ #: inc/widget.php:1122
3538
  #, fuzzy
3539
  msgid "Instagram URL:"
3540
  msgstr "Instagram"
3541
 
3542
+ #: inc/widget.php:1125
3543
  #, fuzzy
3544
  msgid "Pinterest URL:"
3545
  msgstr "Pinterest"
3546
 
3547
+ #: inc/widget.php:1128
3548
  msgid "Behance URL:"
3549
  msgstr ""
3550
 
3551
+ #: inc/widget.php:1131
3552
  msgid "Flickr URL:"
3553
  msgstr ""
3554
 
3555
+ #: inc/widget.php:1134
3556
  msgid "Foursquare URL:"
3557
  msgstr ""
3558
 
3559
+ #: inc/widget.php:1137
3560
  msgid "Github URL:"
3561
  msgstr ""
3562
 
3563
+ #: inc/widget.php:1140
3564
  #, fuzzy
3565
  msgid "LinkedIn URL:"
3566
  msgstr "LinkedIn"
3567
 
3568
+ #: inc/widget.php:1143
3569
  #, fuzzy
3570
  msgid "LinkedIn Company URL:"
3571
  msgstr "LinkedIn"
3572
 
3573
+ #: inc/widget.php:1146
3574
  #, fuzzy
3575
  msgid "Medium URL:"
3576
  msgstr "Tumblr"
3577
 
3578
+ #: inc/widget.php:1149
3579
  #, fuzzy
3580
  msgid "MeWe URL:"
3581
  msgstr "Tumblr"
3582
 
3583
+ #: inc/widget.php:1152
3584
  msgid "Odnoklassniki URL:"
3585
  msgstr ""
3586
 
3587
+ #: inc/widget.php:1155
3588
  msgid "Snapchat URL:"
3589
  msgstr ""
3590
 
3591
+ #: inc/widget.php:1158
3592
  #, fuzzy
3593
  msgid "Telegram URL:"
3594
  msgstr "Instagram"
3595
 
3596
+ #: inc/widget.php:1161
3597
  #, fuzzy
3598
  msgid "Tumblr URL:"
3599
  msgstr "Tumblr"
3600
 
3601
+ #: inc/widget.php:1164
3602
  msgid "Vimeo URL:"
3603
  msgstr ""
3604
 
3605
+ #: inc/widget.php:1167
3606
  #, fuzzy
3607
  msgid "Vkontakte URL:"
3608
  msgstr "Vkontakte"
3609
 
3610
+ #: inc/widget.php:1170
3611
  #, fuzzy
3612
  msgid "Xing URL:"
3613
  msgstr "LinkedIn"
3614
 
3615
+ #: inc/widget.php:1173
3616
  msgid "Youtube URL:"
3617
  msgstr ""
3618
 
3619
+ #: inc/widget.php:1176
3620
  msgid "Youtube Channel URL:"
3621
  msgstr ""
3622
 
3623
+ #: inc/widget.php:1179
3624
  msgid "RSS Feed URL:"
3625
  msgstr ""
3626
 
3627
+ #: inc/widget.php:1182
3628
  #, fuzzy
3629
  msgid "Gab.com URL:"
3630
  msgstr "Facebook App ID"
3631
 
3632
+ #: inc/widget.php:1185
3633
  #, fuzzy
3634
  msgid "Gettr.com URL:"
3635
  msgstr "Twitter"
3636
 
3637
+ #: super_socializer.php:563
3638
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3639
  msgstr ""
3640
 
3641
+ #: super_socializer.php:1853
3642
  #, fuzzy
3643
  msgid ""
3644
  "cURL is not enabled at your website server. Please contact your website "
3647
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3648
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3649
 
3650
+ #: super_socializer.php:1881
3651
  #, fuzzy, php-format
3652
  msgid ""
3653
  "Enter exactly the following url in <strong>Website</strong> option in your "
3657
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3658
  "3 %s)"
3659
 
3660
+ #: super_socializer.php:1884
3661
  #, fuzzy, php-format
3662
  msgid ""
3663
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3667
  "e <strong>Callback URL </ strong> della tua applicazione Twitter (vedi punto "
3668
  "3 %s)"
3669
 
3670
+ #: super_socializer.php:1887
3671
  msgid ""
3672
  "Make sure cURL is enabled at your website server. You may need to contact "
3673
  "the server administrator of your website to verify this"
3675
  "Assicurati che cURL sia abilitato sul server del tuo sito. Per verificare "
3676
  "questo, potrebbe essere necessario contattare l'amministratore del server."
3677
 
3678
+ #: super_socializer.php:2054
3679
  msgid "Search"
3680
  msgstr ""
3681
 
3682
+ #: super_socializer.php:2076
3683
  msgid "Your email has been verified. Now you can login to your account"
3684
  msgstr ""
3685
  "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere al tuo "
3686
  "account"
3687
 
3688
+ #: super_socializer.php:2080
3689
  msgid "Notification"
3690
  msgstr "Notifiche"
3691
 
3692
+ #: super_socializer.php:2101
3693
  msgid "Please check your email inbox to complete the registration."
3694
  msgstr ""
3695
  "Per favore, per completare la registrazione, controlla la tua casella di "
3696
  "posta elettronica."
3697
 
3698
+ #: super_socializer.php:2170
3699
  msgid "Leave a reply"
3700
  msgstr "Lascia un commento"
3701
 
3702
+ #: super_socializer.php:2186
3703
  #, fuzzy
3704
  msgid "Link copied."
3705
  msgstr "LinkedIn"
3706
 
3707
+ #: super_socializer.php:2424
3708
  msgid "Super Socializer - General Options"
3709
  msgstr "Super Socializer - Opzioni"
3710
 
3711
+ #: super_socializer.php:2495
3712
  msgid ""
3713
  "I agree to my personal data being stored and used as per Privacy Policy and "
3714
  "Terms and Conditions"
3715
  msgstr ""
3716
 
3717
+ #: super_socializer.php:2499
3718
  msgid ""
3719
  "I revoke my consent to store and use my personal data. Kindly delete my "
3720
  "personal data saved in this website."
3721
  msgstr ""
3722
 
3723
+ #: super_socializer.php:2511
3724
  msgid "Small Avatar Url"
3725
  msgstr "Url Avatar Piccolo"
3726
 
3727
+ #: super_socializer.php:2515
3728
  msgid "Large Avatar Url"
3729
  msgstr "URL Avatar Grande"
3730
 
3731
+ #: super_socializer.php:2617
3732
  msgid "Login with your Social ID"
3733
  msgstr "Login con il tuo ID Social"
3734
 
3735
+ #: super_socializer.php:2618
3736
  msgid "Email you entered is already registered or invalid"
3737
  msgstr "La email inserita è già registrata o non è valida"
3738
 
3739
+ #: super_socializer.php:2625
3740
  msgid "Please enter a valid email address. You might be required to verify it"
3741
  msgstr ""
3742
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
3743
  "una verifica"
3744
 
3745
+ #: super_socializer.php:2630 super_socializer.php:3433
3746
  msgid "Link your social account to login to your account at this website"
3747
  msgstr ""
3748
  "Collega il tuo social account per accedere al tuo account su questo sito"
3749
 
3750
+ #: super_socializer.php:2890
3751
  msgid "Thanks for installing Super Socializer plugin"
3752
  msgstr ""
3753
 
3754
+ #: super_socializer.php:2892
3755
  msgid "Configure the Plugin"
3756
  msgstr ""
3757
 
3758
+ #: super_socializer.php:2903
3759
  msgid ""
3760
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3761
  "current version of Super Socializer"
3762
  msgstr ""
3763
 
3764
+ #: super_socializer.php:2912
3765
  msgid ""
3766
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3767
  "compatibility with the current version of Super Socializer"
3768
  msgstr ""
3769
 
3770
+ #: super_socializer.php:2921
3771
  msgid ""
3772
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3773
  "compatibility with the current version of Super Socializer"
3774
  msgstr ""
3775
 
3776
+ #: super_socializer.php:2930
3777
  msgid ""
3778
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3779
  "version of Super Socializer"
3780
  msgstr ""
3781
 
3782
+ #: super_socializer.php:2939
3783
  msgid ""
3784
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3785
  "compatibility with the current version of Super Socializer"
3786
  msgstr ""
3787
 
3788
+ #: super_socializer.php:2948
3789
  msgid ""
3790
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3791
  "for compatibility with the current version of Super Socializer"
3792
  msgstr ""
3793
 
3794
+ #: super_socializer.php:2957
3795
  msgid ""
3796
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3797
  "with current version of Super Socializer"
3798
  msgstr ""
3799
 
3800
+ #: super_socializer.php:2968
3801
  #, php-format
3802
  msgid ""
3803
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3804
  msgstr ""
3805
 
3806
+ #: super_socializer.php:2977
3807
  #, php-format
3808
  msgid ""
3809
  "To continue using Instagram login create a new Instagram App as described <a "
3811
  "Instagram App Secret <a href=\"%s\">here</a>"
3812
  msgstr ""
3813
 
3814
+ #: super_socializer.php:2986 super_socializer.php:2995
3815
  #, php-format
3816
  msgid ""
3817
  "To continue using bitly url shortener, login to your bit.ly account and "
3820
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3821
  msgstr ""
3822
 
3823
+ #: super_socializer.php:3011
3824
  #, php-format
3825
  msgid ""
3826
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3827
  msgstr ""
3828
 
3829
+ #: super_socializer.php:3035
3830
  #, php-format
3831
  msgid ""
3832
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3834
  "target=\"_blank\">here</a>"
3835
  msgstr ""
3836
 
3837
+ #: super_socializer.php:3035 super_socializer.php:3060
3838
+ #: super_socializer.php:3085 super_socializer.php:3110
3839
+ #: super_socializer.php:3143 super_socializer.php:3171
3840
+ #: super_socializer.php:3198
3841
  msgid "Okay"
3842
  msgstr ""
3843
 
3844
+ #: super_socializer.php:3060
3845
  #, php-format
3846
  msgid ""
3847
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3849
  "\">here</a>"
3850
  msgstr ""
3851
 
3852
+ #: super_socializer.php:3085
3853
  #, php-format
3854
  msgid ""
3855
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3857
  "target=\"_blank\">here</a>"
3858
  msgstr ""
3859
 
3860
+ #: super_socializer.php:3110
3861
  #, php-format
3862
  msgid ""
3863
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3865
  "target=\"_blank\">here</a>"
3866
  msgstr ""
3867
 
3868
+ #: super_socializer.php:3121
3869
  #, php-format
3870
  msgid ""
3871
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3872
  msgstr ""
3873
 
3874
+ #: super_socializer.php:3143
3875
  #, php-format
3876
  msgid ""
3877
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3879
  "\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
+ #: super_socializer.php:3171
3883
  #, php-format
3884
  msgid ""
3885
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3888
  "your website %s with them. No need to copy-paste any code from their website."
3889
  msgstr ""
3890
 
3891
+ #: super_socializer.php:3198
3892
  #, php-format
3893
  msgid ""
3894
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3896
  "\"%s\" target=\"_blank\">here</a>"
3897
  msgstr ""
3898
 
3899
+ #: super_socializer.php:3223
3900
  #, php-format
3901
  msgid ""
3902
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3904
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3905
  msgstr ""
3906
 
3907
+ #: super_socializer.php:3223 super_socializer.php:3250
3908
  msgid "Dismiss"
3909
  msgstr ""
3910
 
3911
+ #: super_socializer.php:3509
3912
  msgid ""
3913
  "Your browser is blocking some features of this website. Please follow the "
3914
  "instructions at {support_url} to unblock these."
3915
  msgstr ""
3916
 
3917
+ #~ msgid ""
3918
+ #~ "User will be redirected to the selected page after registration (first "
3919
+ #~ "Social Login) through Social Login"
3920
+ #~ msgstr ""
3921
+ #~ "L'utente sará reindirizzato alla pagina selezionata dopo la registrazione "
3922
+ #~ "(il primo Social Login) tramite il Social Login"
3923
+
3924
+ #, fuzzy
3925
+ #~ msgid "Youtube username"
3926
+ #~ msgstr "bit.ly username"
3927
+
3928
  #~ msgid "Dismiss this notice"
3929
  #~ msgstr "Rimuovi questo annuncio"
3930
 
4207
  #~ msgid "Super Socializer - Social Avatar"
4208
  #~ msgstr "Super Socializer - Social Avatar"
4209
 
 
 
 
4210
  #~ msgid "Password: %s"
4211
  #~ msgstr "Password: %s"
4212
 
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: 2022-04-07 16:48+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -19,8 +19,8 @@ msgstr ""
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
- #: admin/social_login.php:5 admin/social_login.php:1983
23
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -33,7 +33,7 @@ msgstr ""
33
  "para obter Twitter API Key"
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
- #: super_socializer.php:2417
37
  msgid "General Options"
38
  msgstr "Opções Gerais"
39
 
@@ -82,21 +82,21 @@ msgstr ""
82
  "style&gt; )"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1979
86
- #: admin/social_sharing.php:1956 helper.php:922
87
  msgid "Save Changes"
88
  msgstr "Salvar Alterações"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:1989
92
- #: admin/social_sharing.php:1966
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:1991
99
- #: admin/social_sharing.php:1968
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -215,7 +215,7 @@ msgid "Floating Interface"
215
  msgstr "Interface Flutuante"
216
 
217
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
- #: admin/social_sharing.php:1603
219
  msgid "Miscellaneous"
220
  msgstr "Miscelânia"
221
 
@@ -224,16 +224,16 @@ msgid "3rd Party Integration"
224
  msgstr ""
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
- #: admin/social_login.php:45 admin/social_login.php:1946
228
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
229
- #: admin/social_sharing.php:1882
230
  msgid "Shortcode & Widget"
231
  msgstr "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
- #: admin/social_login.php:46 admin/social_login.php:1960
236
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
237
  msgid "FAQ"
238
  msgstr "P&R"
239
 
@@ -256,13 +256,13 @@ msgstr "Url Destino"
256
 
257
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
258
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
259
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
260
  msgid "Url of the webpage where icons are located (default)"
261
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
262
 
263
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
264
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
265
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
266
  msgid "Url of the homepage of your website"
267
  msgstr "Url da homepage do seu website"
268
 
@@ -277,7 +277,7 @@ msgstr ""
277
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
281
  msgid "Title"
282
  msgstr "Título"
283
 
@@ -294,25 +294,27 @@ msgid "Select the providers for interface. Drag them to rearrange."
294
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
298
  msgid "Horizontal alignment"
299
  msgstr "Alinhamento horizonal"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
304
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
305
  msgid "Left"
306
  msgstr "Esquerda"
307
 
308
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
309
  msgid "Center"
310
  msgstr "Centro"
311
 
312
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
313
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
314
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
315
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
316
  msgid "Right"
317
  msgstr "Direita"
318
 
@@ -342,33 +344,33 @@ msgstr "Localização da interface"
342
 
343
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
344
  #: admin/social_login.php:1548 admin/social_login.php:1577
345
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
346
  msgid "Homepage"
347
  msgstr "Homepage"
348
 
349
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
350
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
351
  msgid "Posts"
352
  msgstr "Posts"
353
 
354
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
355
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
356
  msgid "Pages"
357
  msgstr "Páginas"
358
 
359
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
360
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
361
  #, fuzzy
362
  msgid "Excerpts and Posts page"
363
  msgstr "Pedaços (na Homepage)"
364
 
365
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
366
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
367
  msgid "Category Archives"
368
  msgstr "Arquivos de Categorias"
369
 
370
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
371
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
372
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
373
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
374
 
@@ -381,12 +383,12 @@ msgid "BuddyPress group (only at top of content)"
381
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
382
 
383
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
384
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
385
  msgid "BBPress forum"
386
  msgstr "Forum BBPress"
387
 
388
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
389
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
390
  msgid "BBPress topic"
391
  msgstr "Tópico BBPress"
392
 
@@ -423,8 +425,8 @@ msgid "Master control to enable vertical (floating) counter widget"
423
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
424
 
425
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
426
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
427
- #: inc/widget.php:466 inc/widget.php:779
428
  msgid "Background Color"
429
  msgstr "Cor de Fundo"
430
 
@@ -440,7 +442,7 @@ msgstr ""
440
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
441
  "target=\\\"_blank\\\">neste link</a>"
442
 
443
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
444
  msgid "Left offset"
445
  msgstr "Ajuste à esquerda"
446
 
@@ -453,7 +455,7 @@ msgstr ""
453
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
454
  "negativos também."
455
 
456
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
457
  msgid "Right offset"
458
  msgstr "Ajuste à direita"
459
 
@@ -466,7 +468,7 @@ msgstr ""
466
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
467
  "negativos também."
468
 
469
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
470
  msgid "Top offset"
471
  msgstr "Ajuste acima"
472
 
@@ -478,7 +480,7 @@ msgstr ""
478
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
479
  "e decrementos deslocam para cima."
480
 
481
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
482
  msgid "BuddyPress group"
483
  msgstr "Grupo BuddyPress"
484
 
@@ -495,7 +497,7 @@ msgid "If enabled, vertical like buttons will not appear on mobile devices"
495
  msgstr ""
496
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
497
 
498
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
499
  msgid "Url shortener"
500
  msgstr "Encurtador de Url"
501
 
@@ -515,16 +517,16 @@ msgstr ""
515
  msgid "Enable bit.ly url shortener for tweet button"
516
  msgstr "Habilitar bit.ly url shortener para botões tweet"
517
 
518
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
519
  msgid "Master control to enable bit.ly url shortening for sharing"
520
  msgstr ""
521
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
522
 
523
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
524
  msgid "Bit.ly generic access token"
525
  msgstr ""
526
 
527
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
528
  #, php-format
529
  msgid ""
530
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -533,15 +535,15 @@ msgid ""
533
  "\">link</a>"
534
  msgstr ""
535
 
536
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
537
  msgid "Clear Bitly Cache"
538
  msgstr "Limpar o Cache Bitly"
539
 
540
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
541
  msgid "ShortUrl cache cleared successfully."
542
  msgstr "Cache ShortUrl limpo com sucesso."
543
 
544
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
545
  msgid ""
546
  "Use this to delete short urls saved in database. Handy, if urls of your "
547
  "website have been changed but short urls are still being generated for old "
@@ -552,8 +554,8 @@ msgstr ""
552
  "geradas para suas urls antigas."
553
 
554
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
555
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
556
- #: admin/social_sharing.php:1760
557
  msgid "Language"
558
  msgstr "Languagem"
559
 
@@ -597,11 +599,11 @@ msgstr ""
597
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
598
  "nenhum username."
599
 
600
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
601
  msgid "myCRED"
602
  msgstr ""
603
 
604
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
605
  msgid "Append myCRED referral ID to the urls being shared"
606
  msgstr ""
607
 
@@ -609,20 +611,20 @@ msgstr ""
609
  msgid "Like Buttons Shortcode & Widget"
610
  msgstr "Botões Like Shortcode & Widget"
611
 
612
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
613
  msgid "Why is there so much space between like buttons?"
614
  msgstr ""
615
 
616
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
617
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
618
  msgstr ""
619
 
620
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
621
  msgid "How to Place Title and Social Share Icons in the Same Row?"
622
  msgstr ""
623
 
624
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
625
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
626
  #, fuzzy
627
  msgid "More"
628
  msgstr ""
@@ -839,8 +841,8 @@ msgstr ""
839
  msgid "Social Commenting Shortcode"
840
  msgstr "Shortcode em Comentário Social"
841
 
842
- #: admin/social_commenting.php:386 admin/social_login.php:1962
843
- #: admin/social_sharing.php:1915
844
  msgid ""
845
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
846
  "an online website for the plugin to function properly."
@@ -857,8 +859,8 @@ msgid ""
857
  "Https?"
858
  msgstr ""
859
 
860
- #: admin/social_commenting.php:389 admin/social_login.php:1967
861
- #: admin/social_sharing.php:1930
862
  msgid "Why is my browser blocking some features of the plugin?"
863
  msgstr ""
864
 
@@ -893,12 +895,12 @@ msgstr "Configuração Básica"
893
  msgid "Advanced Configuration"
894
  msgstr "Configuração Básica"
895
 
896
- #: admin/social_login.php:41 admin/social_login.php:1746
897
- #: super_socializer.php:2485
898
  msgid "GDPR"
899
  msgstr ""
900
 
901
- #: admin/social_login.php:43 admin/social_login.php:1897
902
  msgid "XProfile Integration"
903
  msgstr ""
904
 
@@ -2071,7 +2073,7 @@ msgstr ""
2071
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2072
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2073
 
2074
- #: admin/social_login.php:1490 super_socializer.php:2091
2075
  msgid "Email required"
2076
  msgstr "Necessário email"
2077
 
@@ -2131,7 +2133,7 @@ msgid "BuddyPress profile page"
2131
  msgstr "Página de perfil BuddyPress"
2132
 
2133
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2134
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2135
  msgid "Custom Url"
2136
  msgstr "Url Personalizada"
2137
 
@@ -2148,31 +2150,50 @@ msgstr "Redirecionamento de registro"
2148
  msgid "Same page from where user registered"
2149
  msgstr "Mesma página de onde o usuário se registrou"
2150
 
2151
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2152
  msgid ""
2153
- "User will be redirected to the selected page after registration (first "
2154
- "Social Login) through Social Login"
2155
  msgstr ""
2156
- "O usuário será redirecionado para a página selecionada após o registro "
2157
- "(primeira Autenticação Social) através da Autenticação Social"
2158
 
2159
- #: admin/social_login.php:1602
2160
  #, fuzzy
2161
  msgid "Social Account Linking Options"
2162
  msgstr "Comentário Social"
2163
 
2164
- #: admin/social_login.php:1617
2165
  #, fuzzy
2166
  msgid "Text to display above the Social Account Linking interface"
2167
  msgstr "Texto exibido acima da interface de Autenticação Social"
2168
 
2169
- #: admin/social_login.php:1624
2170
  #, fuzzy
2171
  msgid ""
2172
  "Link social account to already existing account, if email address matches"
2173
  msgstr "Associe sua conta social ao login de sua conta neste website"
2174
 
2175
- #: admin/social_login.php:1634
2176
  msgid ""
2177
  "If email address of the user's Social Account matches with an already "
2178
  "existing account at your website, that social account will be linked to "
@@ -2180,11 +2201,11 @@ msgid ""
2180
  "Linking interface at their profile page."
2181
  msgstr ""
2182
 
2183
- #: admin/social_login.php:1642
2184
  msgid "Enable social account linking at BuddyPress profile page"
2185
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2186
 
2187
- #: admin/social_login.php:1652
2188
  msgid ""
2189
  "Enable this option to show social account linking interface at BuddyPress "
2190
  "profile page"
@@ -2192,15 +2213,15 @@ msgstr ""
2192
  "Habilitar estar opção para exibir a conta social associada a página de "
2193
  "interface de perfil do BuddyPress"
2194
 
2195
- #: admin/social_login.php:1663
2196
  msgid "Email popup options"
2197
  msgstr "Opções de popup de email"
2198
 
2199
- #: admin/social_login.php:1668
2200
  msgid "Text on 'Email required' popup"
2201
  msgstr "Texto popup de 'Email requerido'"
2202
 
2203
- #: admin/social_login.php:1678
2204
  msgid ""
2205
  "This text will be displayed on email required popup. Leave empty if not "
2206
  "required."
@@ -2208,11 +2229,11 @@ msgstr ""
2208
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2209
  "o email não for requerido."
2210
 
2211
- #: admin/social_login.php:1686
2212
  msgid "Error message for 'Email required' popup"
2213
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2214
 
2215
- #: admin/social_login.php:1696
2216
  msgid ""
2217
  "This message will be displayed to user if it provides invalid or already "
2218
  "registered email"
@@ -2220,11 +2241,11 @@ msgstr ""
2220
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2221
  "ou já registrado"
2222
 
2223
- #: admin/social_login.php:1704
2224
  msgid "Email popup height"
2225
  msgstr "Altura do popup de email"
2226
 
2227
- #: admin/social_login.php:1714
2228
  msgid ""
2229
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2230
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2234,11 +2255,11 @@ msgstr ""
2234
  "requirido\\\", você pode incrementar a altura do popup através de "
2235
  "especificação nesta opção. Deixe vazio para padrão."
2236
 
2237
- #: admin/social_login.php:1721
2238
  msgid "Enable email verification"
2239
  msgstr "Habilitar verificação de email"
2240
 
2241
- #: admin/social_login.php:1731
2242
  msgid ""
2243
  "If enabled, email provided by the user will be verified by sending a "
2244
  "confirmation link to that email. User would not be able to login without "
@@ -2248,97 +2269,97 @@ msgstr ""
2248
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2249
  "antes de validar seu email"
2250
 
2251
- #: admin/social_login.php:1751
2252
  #, fuzzy
2253
  msgid "Enable GDPR opt-in"
2254
  msgstr "Habilitar comentário Disqus"
2255
 
2256
- #: admin/social_login.php:1761
2257
  msgid ""
2258
  "Enable it to show GDPR opt-in for social login and social account linking"
2259
  msgstr ""
2260
 
2261
- #: admin/social_login.php:1769
2262
  #, fuzzy
2263
  msgid "Placement of GDPR opt-in"
2264
  msgstr "Habilitar comentário Disqus"
2265
 
2266
- #: admin/social_login.php:1773
2267
  #, fuzzy
2268
  msgid "Above Social Login icons"
2269
  msgstr "Autenticação Social"
2270
 
2271
- #: admin/social_login.php:1775
2272
  #, fuzzy
2273
  msgid "Below Social Login icons"
2274
  msgstr "Autenticação Social"
2275
 
2276
- #: admin/social_login.php:1781
2277
  #, fuzzy
2278
  msgid "Placement of GDPR opt-in above or below the social login icons"
2279
  msgstr "Texto exibido acima da interface de Autenticação Social"
2280
 
2281
- #: admin/social_login.php:1788
2282
  msgid "Opt-in text"
2283
  msgstr ""
2284
 
2285
- #: admin/social_login.php:1798
2286
  #, fuzzy
2287
  msgid "Text for the GDPR opt-in"
2288
  msgstr "Habilitar comentário Disqus"
2289
 
2290
- #: admin/social_login.php:1805
2291
  msgid "Text to link to Terms-Conditions page"
2292
  msgstr ""
2293
 
2294
- #: admin/social_login.php:1815
2295
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2296
  msgstr ""
2297
 
2298
- #: admin/social_login.php:1822
2299
  msgid "Terms-Conditions Url"
2300
  msgstr ""
2301
 
2302
- #: admin/social_login.php:1832
2303
  #, fuzzy
2304
  msgid "Url of the terms-conditions page of your website"
2305
  msgstr "Url da homepage do seu website"
2306
 
2307
- #: admin/social_login.php:1839
2308
  msgid "Text to link to Privacy Policy page"
2309
  msgstr ""
2310
 
2311
- #: admin/social_login.php:1849
2312
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2313
  msgstr ""
2314
 
2315
- #: admin/social_login.php:1856
2316
  msgid "Privacy Policy Url"
2317
  msgstr ""
2318
 
2319
- #: admin/social_login.php:1866
2320
  #, fuzzy
2321
  msgid "Url of the privacy policy page of your website"
2322
  msgstr "Url da homepage do seu website"
2323
 
2324
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2325
- #: inc/widget.php:608 inc/widget.php:757
2326
  msgid "Select"
2327
  msgstr "Selecione"
2328
 
2329
- #: admin/social_login.php:1948
2330
  msgid "Social Login Shortcode & Widget"
2331
  msgstr "Autenticação Social Shortcode & Widget"
2332
 
2333
- #: admin/social_login.php:1949
2334
  msgid "Social Linking Shortcode"
2335
  msgstr "Shortcode de associação Social"
2336
 
2337
- #: admin/social_login.php:1964
2338
  msgid "Why is social login not working?"
2339
  msgstr ""
2340
 
2341
- #: admin/social_login.php:1965
2342
  msgid ""
2343
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2344
  "belong to the same app"
@@ -2381,12 +2402,12 @@ msgid "Shape"
2381
  msgstr "Forma"
2382
 
2383
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2384
- #: inc/widget.php:1095
2385
  msgid "Round"
2386
  msgstr "Arredondada"
2387
 
2388
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2389
- #: inc/widget.php:1096
2390
  msgid "Square"
2391
  msgstr "Quadrada"
2392
 
@@ -2563,52 +2584,49 @@ msgid ""
2563
  "the icon"
2564
  msgstr ""
2565
 
2566
- #: admin/social_sharing.php:775
2567
- #, fuzzy
2568
- msgid "Youtube username"
2569
- msgstr "username bit.ly"
2570
 
2571
- #: admin/social_sharing.php:785
2572
- msgid ""
2573
- "Username of the Youtube account you want to redirect users to, on clicking "
2574
- "the icon"
2575
  msgstr ""
2576
 
2577
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2578
  #, fuzzy
2579
  msgid "HTML ID of container element of comment form"
2580
  msgstr "HTML ID do comentário do container"
2581
 
2582
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2583
  msgid ""
2584
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2585
  "icon."
2586
  msgstr ""
2587
 
2588
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2589
  msgid "Rearrange icons"
2590
  msgstr "Rearranjar ícones"
2591
 
2592
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2593
  msgid "Drag the icons to rearrange in desired order"
2594
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2595
 
2596
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2597
  msgid "Select Sharing Services"
2598
  msgstr "Selecione os Serviços Compartilhados"
2599
 
2600
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2601
  msgid "Select sharing services to show in social share bar"
2602
  msgstr ""
2603
  "Selecione os serviços compartilhados para exibir na barra de "
2604
  "compartilhamento social"
2605
 
2606
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2607
  #, fuzzy
2608
  msgid "Search social network"
2609
  msgstr "como rede social primária"
2610
 
2611
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2612
  msgid "Horizontal alignment of the sharing interface"
2613
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2614
 
@@ -2617,7 +2635,7 @@ msgid "Specify position of the sharing interface with respect to the content"
2617
  msgstr ""
2618
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2619
 
2620
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2621
  msgid "Placement"
2622
  msgstr "Localização"
2623
 
@@ -2627,11 +2645,11 @@ msgstr ""
2627
  "Especifique as páginas onde você deseja habilitar a interface de "
2628
  "compartilhamento"
2629
 
2630
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2631
  msgid "Show share counts"
2632
  msgstr "Exibir contadores de compartilhamento"
2633
 
2634
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2635
  #, fuzzy
2636
  msgid ""
2637
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2641,7 +2659,7 @@ msgstr ""
2641
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
2642
  "Odnoklassniki e Vkontakte"
2643
 
2644
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2645
  #, php-format
2646
  msgid ""
2647
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2650,32 +2668,32 @@ msgid ""
2650
  "their website."
2651
  msgstr ""
2652
 
2653
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2654
  msgid "If enabled, share counts are displayed above sharing icons."
2655
  msgstr ""
2656
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2657
  "ícones de compartilhamento."
2658
 
2659
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2660
- #: admin/social_sharing.php:1702
2661
  msgid "Track Social Shares for Every Social Network"
2662
  msgstr ""
2663
 
2664
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2665
  msgid "Show total shares"
2666
  msgstr "Exibe total de compartilhamentos"
2667
 
2668
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2669
  msgid "If enabled, total shares will be displayed with sharing icons"
2670
  msgstr ""
2671
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2672
  "de compartilhamento"
2673
 
2674
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2675
  msgid "Enable 'More' icon"
2676
  msgstr "Habilitar 'Mais' ícones"
2677
 
2678
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2679
  msgid ""
2680
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2681
  "which shows additional sharing networks in popup"
@@ -2696,7 +2714,7 @@ msgstr "Habilita interface de compartilhamento flutuante"
2696
  msgid "Master control to enable floating sharing widget"
2697
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2698
 
2699
- #: admin/social_sharing.php:1319
2700
  msgid ""
2701
  "Specify the color or hex code (example #cc78e0) for the background of "
2702
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2708,7 +2726,7 @@ msgstr ""
2708
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2709
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2710
 
2711
- #: admin/social_sharing.php:1357
2712
  msgid ""
2713
  "Specify a number. Increase in number will shift sharing interface towards "
2714
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2718,7 +2736,7 @@ msgstr ""
2718
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2719
  "negativos."
2720
 
2721
- #: admin/social_sharing.php:1376
2722
  msgid ""
2723
  "Specify a number. Increase in number will shift sharing interface towards "
2724
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2728,7 +2746,7 @@ msgstr ""
2728
  "interface de compartilhamento para a direita. Os números podem também ser "
2729
  "negativos."
2730
 
2731
- #: admin/social_sharing.php:1394
2732
  msgid ""
2733
  "Specify a number. Increase in number will shift sharing interface towards "
2734
  "bottom and decrease will shift it towards top."
@@ -2737,33 +2755,33 @@ msgstr ""
2737
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2738
  "interface de compartilhamento para cima."
2739
 
2740
- #: admin/social_sharing.php:1450
2741
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2742
  msgstr ""
2743
  "Especifique as páginas onde você deseja habilitar a interface de "
2744
  "compartilhamento vertical"
2745
 
2746
- #: admin/social_sharing.php:1519
2747
  #, fuzzy
2748
  msgid "Hide floating slider"
2749
  msgstr "Escondido para usuários autenticados:"
2750
 
2751
- #: admin/social_sharing.php:1529
2752
  #, fuzzy
2753
  msgid "Hides the slider arrow present below the floating share bar"
2754
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
2755
 
2756
- #: admin/social_sharing.php:1536
2757
  msgid "Vertical floating bar responsiveness"
2758
  msgstr "Sensibilidade da barra flutuante vertical"
2759
 
2760
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2761
  #, php-format
2762
  msgid "Display vertical interface only when screen is wider than %s pixels"
2763
  msgstr ""
2764
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2765
 
2766
- #: admin/social_sharing.php:1546
2767
  msgid ""
2768
  "Display vertical interface only when screen is wider than the width "
2769
  "specified."
@@ -2771,11 +2789,11 @@ msgstr ""
2771
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2772
  "especificada."
2773
 
2774
- #: admin/social_sharing.php:1553
2775
  msgid "Horizontal floating bar responsiveness"
2776
  msgstr "Sensibilidade da barra flutuante horizontal"
2777
 
2778
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2779
  #, php-format
2780
  msgid ""
2781
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2784,7 +2802,7 @@ msgstr ""
2784
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2785
  "quando a tela é mais estreita do que %s pixels"
2786
 
2787
- #: admin/social_sharing.php:1563
2788
  msgid ""
2789
  "Stick vertical floating interface horizontally at bottom only when screen is "
2790
  "narrower than the width specified"
@@ -2792,72 +2810,72 @@ msgstr ""
2792
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2793
  "quando a tela é mais estreita do que a largura especificada"
2794
 
2795
- #: admin/social_sharing.php:1572
2796
  msgid "Horizontal floating bar position"
2797
  msgstr "Posição da barra de flutuação horizontal"
2798
 
2799
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2800
  #, php-format
2801
  msgid "%s pixels from %s"
2802
  msgstr "%s pixels de %s"
2803
 
2804
- #: admin/social_sharing.php:1576
2805
  msgid "Auto-adjust according to screen width (responsive)"
2806
  msgstr ""
2807
 
2808
- #: admin/social_sharing.php:1583
2809
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2810
  msgstr ""
2811
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2812
  "também."
2813
 
2814
- #: admin/social_sharing.php:1608
2815
  msgid "Use plain background for Instagram icon"
2816
  msgstr ""
2817
 
2818
- #: admin/social_sharing.php:1618
2819
  msgid ""
2820
  "Uses plain background for Instagram icon instead of multicolored background"
2821
  msgstr ""
2822
 
2823
- #: admin/social_sharing.php:1631
2824
  msgid "Use shortlinks already installed"
2825
  msgstr "Use shortlinks já instalados"
2826
 
2827
- #: admin/social_sharing.php:1641
2828
  msgid "Uses default short url permalinks without using any additional plugin"
2829
  msgstr ""
2830
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2831
 
2832
- #: admin/social_sharing.php:1648
2833
  msgid "Enable bit.ly url shortener for sharing"
2834
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2835
 
2836
- #: admin/social_sharing.php:1707
2837
  msgid "Share Count Cache"
2838
  msgstr "Cache de Contador de Compartilhamento"
2839
 
2840
- #: admin/social_sharing.php:1712
2841
  msgid "Refresh Share Count cache every"
2842
  msgstr "Atualizar o contador de compartilhamento a cada"
2843
 
2844
- #: admin/social_sharing.php:1717
2845
  msgid "Second(s)"
2846
  msgstr ""
2847
 
2848
- #: admin/social_sharing.php:1718
2849
  msgid "Minute(s)"
2850
  msgstr ""
2851
 
2852
- #: admin/social_sharing.php:1719
2853
  msgid "Hour(s)"
2854
  msgstr ""
2855
 
2856
- #: admin/social_sharing.php:1720
2857
  msgid "Day(s)"
2858
  msgstr ""
2859
 
2860
- #: admin/social_sharing.php:1728
2861
  #, fuzzy, php-format
2862
  msgid ""
2863
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2867,19 +2885,19 @@ msgstr ""
2867
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
2868
  "páginas com os contadores de compartilhamento habilitados"
2869
 
2870
- #: admin/social_sharing.php:1735
2871
  msgid "Clear Share Counts Cache"
2872
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2873
 
2874
- #: admin/social_sharing.php:1739
2875
  msgid "Share Counts cache cleared successfully."
2876
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2877
 
2878
- #: admin/social_sharing.php:1746
2879
  msgid "Use this to clear cached share counts"
2880
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2881
 
2882
- #: admin/social_sharing.php:1770
2883
  #, php-format
2884
  msgid ""
2885
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2890,15 +2908,15 @@ msgstr ""
2890
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2891
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2892
 
2893
- #: admin/social_sharing.php:1779
2894
  msgid "Username in sharing"
2895
  msgstr "Username no compartilhamento"
2896
 
2897
- #: admin/social_sharing.php:1784
2898
  msgid "Twitter username (without @)"
2899
  msgstr "Username do Twitter (sem @)"
2900
 
2901
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2902
  msgid ""
2903
  "Provided username will be appended after the content being shared as \"via "
2904
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2908,28 +2926,28 @@ msgstr ""
2908
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2909
  "no conteúdo sendo compartilhado."
2910
 
2911
- #: admin/social_sharing.php:1802
2912
  msgid "Buffer username (without @)"
2913
  msgstr "Username do Buffer (sem @)"
2914
 
2915
- #: admin/social_sharing.php:1821
2916
  msgid "AMP"
2917
  msgstr ""
2918
 
2919
- #: admin/social_sharing.php:1826
2920
  #, fuzzy
2921
  msgid "Enable sharing on AMP pages"
2922
  msgstr "Habilia a página de autenticação"
2923
 
2924
- #: admin/social_sharing.php:1836
2925
  msgid "Enable this option to render sharing icons on AMP pages"
2926
  msgstr ""
2927
 
2928
- #: admin/social_sharing.php:1893
2929
  msgid "Facebook Sharing Troubleshooter"
2930
  msgstr "Solução de problema no compartilhamento com o Facebook"
2931
 
2932
- #: admin/social_sharing.php:1898
2933
  #, fuzzy
2934
  msgid ""
2935
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2941,18 +2959,18 @@ msgstr ""
2941
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
2942
  "website:"
2943
 
2944
- #: admin/social_sharing.php:1916
2945
  msgid ""
2946
  "Why is sharer not showing the correct image, title and other meta tags "
2947
  "content?"
2948
  msgstr ""
2949
 
2950
- #: admin/social_sharing.php:1917
2951
  #, fuzzy
2952
  msgid "Why is Facebook share count not working?"
2953
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2954
 
2955
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2956
  #, php-format
2957
  msgid ""
2958
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2961,11 +2979,11 @@ msgid ""
2961
  "not just for Facebook but for all the social networks"
2962
  msgstr ""
2963
 
2964
- #: admin/social_sharing.php:1920
2965
  msgid "Why is Instagram icon redirecting to Instagram website?"
2966
  msgstr ""
2967
 
2968
- #: admin/social_sharing.php:1921
2969
  msgid ""
2970
  "Instagram icon is there to send website visitors to the Instagram page of "
2971
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2973,40 +2991,40 @@ msgid ""
2973
  "sections."
2974
  msgstr ""
2975
 
2976
- #: admin/social_sharing.php:1924
2977
  #, fuzzy
2978
  msgid "How to customize the url being shared?"
2979
  msgstr ""
2980
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
2981
 
2982
- #: admin/social_sharing.php:1925
2983
  msgid ""
2984
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2985
  msgstr ""
2986
 
2987
- #: admin/social_sharing.php:1926
2988
  msgid ""
2989
  "It takes some time for their service to track the shares made on Twitter "
2990
  "from your website. If you still feel it's taking too long you can contact "
2991
  "their support directly from their website."
2992
  msgstr ""
2993
 
2994
- #: admin/social_sharing.php:1929
2995
  msgid ""
2996
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2997
  msgstr ""
2998
 
2999
- #: admin/social_sharing.php:1931
3000
  #, fuzzy
3001
  msgid "Why the color of share icons is not being updated?"
3002
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3003
 
3004
- #: admin/social_sharing.php:1932
3005
  #, fuzzy
3006
  msgid "Why Facebook share counts are not appearing?"
3007
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3008
 
3009
- #: admin/social_sharing.php:1933
3010
  msgid ""
3011
  "How can I show share counts of my website rather than of individual pages/"
3012
  "posts?"
@@ -3014,44 +3032,44 @@ msgstr ""
3014
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3015
  "das páginas/posts individuais?"
3016
 
3017
- #: admin/social_sharing.php:1934
3018
  msgid "How can I disable sharing on particular page/post?"
3019
  msgstr ""
3020
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3021
 
3022
- #: admin/social_sharing.php:1935
3023
  msgid "How can I specify minimum sharing count for sharing networks?"
3024
  msgstr ""
3025
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3026
  "sociais?"
3027
 
3028
- #: admin/social_sharing.php:1936
3029
  msgid "How to share specific page?"
3030
  msgstr "Como compartilhar página específica?"
3031
 
3032
- #: admin/social_sharing.php:1937
3033
  msgid "How to integrate Google Analytics with sharing?"
3034
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3035
 
3036
- #: admin/social_sharing.php:1938
3037
  msgid "How to customize the look of total share counts?"
3038
  msgstr ""
3039
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3040
 
3041
- #: admin/social_sharing.php:1939
3042
  msgid "How to customize the look of individual share counts?"
3043
  msgstr ""
3044
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3045
 
3046
- #: admin/social_sharing.php:1940
3047
  msgid "How to show Whatsapp icon only on mobile devices?"
3048
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3049
 
3050
- #: admin/social_sharing.php:1941
3051
  msgid "How to hide arrow after floating sharing bar?"
3052
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3053
 
3054
- #: admin/social_sharing.php:1942
3055
  #, fuzzy
3056
  msgid "Why is share count not getting updated?"
3057
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
@@ -3142,11 +3160,11 @@ msgstr "Iniciando contagem compartilhada para "
3142
  msgid "Floating Sharing Interface"
3143
  msgstr "Interface de Compartilhamento Flutuante"
3144
 
3145
- #: helper.php:907 super_socializer.php:2501
3146
  msgid "Social Avatar"
3147
  msgstr "Avatar Social"
3148
 
3149
- #: helper.php:910 super_socializer.php:2512
3150
  msgid ""
3151
  "Do not fetch and update social avatar from my profile, next time I Social "
3152
  "Login"
@@ -3154,36 +3172,36 @@ msgstr ""
3154
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3155
  "Autenticação Social"
3156
 
3157
- #: helper.php:911 super_socializer.php:2516
3158
  msgid "Update social avatar, next time I Social Login"
3159
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3160
 
3161
- #: helper.php:914
3162
  msgid "Small Avatar"
3163
  msgstr "Avatar Pequeno"
3164
 
3165
- #: helper.php:918
3166
  msgid "Large Avatar"
3167
  msgstr "Avatar Grande"
3168
 
3169
- #: helper.php:978 super_socializer.php:2069
3170
  msgid "Please verify your email address to login."
3171
  msgstr "Por favor verifique seu endereço de email no login."
3172
 
3173
- #: helper.php:1015
3174
  msgid "Click to delete social profile data"
3175
  msgstr ""
3176
 
3177
- #: helper.php:1044
3178
  #, fuzzy
3179
  msgid "Deleting"
3180
  msgstr "Configurações"
3181
 
3182
- #: helper.php:1054
3183
  msgid "Deleted"
3184
  msgstr ""
3185
 
3186
- #: helper.php:1056
3187
  msgid "Something bad happened"
3188
  msgstr ""
3189
 
@@ -3199,29 +3217,29 @@ msgstr ""
3199
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3200
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3201
 
3202
- #: inc/social_login.php:1035
3203
  #, fuzzy
3204
  msgid "Email"
3205
  msgstr "Opções de popup de email"
3206
 
3207
- #: inc/social_login.php:1036
3208
  msgid "Confirm email"
3209
  msgstr ""
3210
 
3211
- #: inc/social_login.php:1038
3212
  msgid "Save"
3213
  msgstr ""
3214
 
3215
- #: inc/social_login.php:1039
3216
  msgid "Cancel"
3217
  msgstr ""
3218
 
3219
- #: inc/social_login.php:1113
3220
  #, fuzzy
3221
  msgid "Email Verification"
3222
  msgstr "Habilitar verificação de email"
3223
 
3224
- #: inc/social_login.php:1115
3225
  msgid ""
3226
  "Please click on the following link or paste it in browser to verify your "
3227
  "email"
@@ -3243,23 +3261,23 @@ msgstr "Arquivos de Categorias"
3243
  msgid "Total Shares"
3244
  msgstr "Exibe total de compartilhamentos"
3245
 
3246
- #: inc/social_sharing.php:272 super_socializer.php:2179
3247
  #, fuzzy
3248
  msgid "Share"
3249
  msgstr "Posição do contador de compartilhamento"
3250
 
3251
- #: inc/social_sharing.php:272 super_socializer.php:2179
3252
  #, fuzzy
3253
  msgid "Shares"
3254
  msgstr ""
3255
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3256
  "de compartilhamento"
3257
 
3258
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3259
  msgid "Invalid request"
3260
  msgstr "Requisição inválida"
3261
 
3262
- #: inc/social_sharing.php:978
3263
  msgid "Providers not selected"
3264
  msgstr "Provedor não selecionado"
3265
 
@@ -3297,16 +3315,16 @@ msgstr ""
3297
  msgid "Title (after login):"
3298
  msgstr ""
3299
 
3300
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3301
  msgid "Before widget content:"
3302
  msgstr "Antes do conteúdo do widget:"
3303
 
3304
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3305
  msgid "After widget content:"
3306
  msgstr "Depois do conteúdo do widget:"
3307
 
3308
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3309
- #: inc/widget.php:782
3310
  msgid "Hide for logged in users:"
3311
  msgstr "Escondido para usuários autenticados:"
3312
 
@@ -3320,6 +3338,10 @@ msgstr ""
3320
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
3321
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3322
 
 
 
 
 
3323
  #: inc/widget.php:253
3324
  #, fuzzy
3325
  msgid ""
@@ -3329,7 +3351,7 @@ msgstr ""
3329
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
3330
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
3331
 
3332
- #: inc/widget.php:254 inc/widget.php:604
3333
  msgid "Title:"
3334
  msgstr "Título:"
3335
 
@@ -3341,11 +3363,11 @@ msgstr "Exibir contadores individuais de compartilhamento:"
3341
  msgid "Show total shares:"
3342
  msgstr "Exibir compartilhamentos totais:"
3343
 
3344
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3345
  msgid "Target Url:"
3346
  msgstr "Url de destino:"
3347
 
3348
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3349
  #, fuzzy
3350
  msgid "Custom URL"
3351
  msgstr "Url personalizada"
@@ -3369,23 +3391,23 @@ msgstr ""
3369
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
3370
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
3371
 
3372
- #: inc/widget.php:450 inc/widget.php:763
3373
  msgid "Alignment"
3374
  msgstr "Alinhamento"
3375
 
3376
- #: inc/widget.php:456 inc/widget.php:769
3377
  msgid "Left Offset"
3378
  msgstr "Ajuste à esquerda"
3379
 
3380
- #: inc/widget.php:460 inc/widget.php:773
3381
  msgid "Right Offset"
3382
  msgstr "Ajuste à direita"
3383
 
3384
- #: inc/widget.php:463 inc/widget.php:776
3385
  msgid "Top Offset"
3386
  msgstr "Ajuste à cima"
3387
 
3388
- #: inc/widget.php:488
3389
  #, fuzzy
3390
  msgid ""
3391
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3395,7 +3417,7 @@ msgstr ""
3395
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
3396
  "Twitter, Tumblr, Google+ e muitas outras"
3397
 
3398
- #: inc/widget.php:603
3399
  #, fuzzy
3400
  msgid ""
3401
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
@@ -3404,7 +3426,7 @@ msgstr ""
3404
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
3405
  "\"Super Socializer > Botões Like\\\""
3406
 
3407
- #: inc/widget.php:637
3408
  #, fuzzy
3409
  msgid ""
3410
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3414,7 +3436,7 @@ msgstr ""
3414
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
3415
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3416
 
3417
- #: inc/widget.php:754
3418
  #, fuzzy
3419
  msgid ""
3420
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
@@ -3423,202 +3445,202 @@ msgstr ""
3423
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
3424
  "\"Super Socializer > Botões Like\\\""
3425
 
3426
- #: inc/widget.php:798
3427
  #, fuzzy
3428
  msgid "Super Socializer - Follow Icons"
3429
  msgstr "Super Socializer - Autenticação"
3430
 
3431
- #: inc/widget.php:800
3432
  msgid "These icons link to your Social Media accounts"
3433
  msgstr ""
3434
 
3435
- #: inc/widget.php:1037
3436
  msgid "Type:"
3437
  msgstr ""
3438
 
3439
- #: inc/widget.php:1040
3440
  #, fuzzy
3441
  msgid "Standard"
3442
  msgstr "Opções de Interface Padrão"
3443
 
3444
- #: inc/widget.php:1043
3445
  #, fuzzy
3446
  msgid "Floating"
3447
  msgstr "Habilitar botões like flutuantes"
3448
 
3449
- #: inc/widget.php:1048
3450
  #, fuzzy
3451
  msgid "Top offset:"
3452
  msgstr "Ajuste acima"
3453
 
3454
- #: inc/widget.php:1052
3455
  #, fuzzy
3456
  msgid "Alignment:"
3457
  msgstr "Alinhamento"
3458
 
3459
- #: inc/widget.php:1070
3460
  #, fuzzy
3461
  msgid "Offset"
3462
  msgstr "Ajuste à cima"
3463
 
3464
- #: inc/widget.php:1084
3465
  #, fuzzy
3466
  msgid "right"
3467
  msgstr "Direita"
3468
 
3469
- #: inc/widget.php:1084
3470
  #, fuzzy
3471
  msgid "left"
3472
  msgstr "Esquerda"
3473
 
3474
- #: inc/widget.php:1087
3475
  msgid "Auto-adjust according to the screen-width (responsive)"
3476
  msgstr ""
3477
 
3478
- #: inc/widget.php:1091
3479
  #, fuzzy
3480
  msgid "Size of icons"
3481
  msgstr "Tamanho dos ícones de compartilhameto"
3482
 
3483
- #: inc/widget.php:1093
3484
  #, fuzzy
3485
  msgid "Icon Shape"
3486
  msgstr "Forma"
3487
 
3488
- #: inc/widget.php:1098
3489
  msgid "Apply icon color and background color from Theme Selection section:"
3490
  msgstr ""
3491
 
3492
- #: inc/widget.php:1100
3493
  msgid "No"
3494
  msgstr ""
3495
 
3496
- #: inc/widget.php:1101
3497
  #, fuzzy
3498
  msgid "Yes, Standard Interface Theme"
3499
  msgstr "Tema padrão da interface"
3500
 
3501
- #: inc/widget.php:1102
3502
  #, fuzzy
3503
  msgid "Yes, Floating Interface Theme"
3504
  msgstr "Tema da inteface flutuante"
3505
 
3506
- #: inc/widget.php:1104
3507
  #, fuzzy
3508
  msgid "Facebook URL:"
3509
  msgstr "Facebook App ID"
3510
 
3511
- #: inc/widget.php:1107
3512
  #, fuzzy
3513
  msgid "Twitter URL:"
3514
  msgstr "Twitter"
3515
 
3516
- #: inc/widget.php:1110
3517
  #, fuzzy
3518
  msgid "Parler URL:"
3519
  msgstr "Instagram"
3520
 
3521
- #: inc/widget.php:1113
3522
  #, fuzzy
3523
  msgid "Instagram URL:"
3524
  msgstr "Instagram"
3525
 
3526
- #: inc/widget.php:1116
3527
  msgid "Pinterest URL:"
3528
  msgstr ""
3529
 
3530
- #: inc/widget.php:1119
3531
  msgid "Behance URL:"
3532
  msgstr ""
3533
 
3534
- #: inc/widget.php:1122
3535
  msgid "Flickr URL:"
3536
  msgstr ""
3537
 
3538
- #: inc/widget.php:1125
3539
  msgid "Foursquare URL:"
3540
  msgstr ""
3541
 
3542
- #: inc/widget.php:1128
3543
  msgid "Github URL:"
3544
  msgstr ""
3545
 
3546
- #: inc/widget.php:1131
3547
  #, fuzzy
3548
  msgid "LinkedIn URL:"
3549
  msgstr "LinkedIn"
3550
 
3551
- #: inc/widget.php:1134
3552
  #, fuzzy
3553
  msgid "LinkedIn Company URL:"
3554
  msgstr "LinkedIn"
3555
 
3556
- #: inc/widget.php:1137
3557
  msgid "Medium URL:"
3558
  msgstr ""
3559
 
3560
- #: inc/widget.php:1140
3561
  msgid "MeWe URL:"
3562
  msgstr ""
3563
 
3564
- #: inc/widget.php:1143
3565
  msgid "Odnoklassniki URL:"
3566
  msgstr ""
3567
 
3568
- #: inc/widget.php:1146
3569
  msgid "Snapchat URL:"
3570
  msgstr ""
3571
 
3572
- #: inc/widget.php:1149
3573
  #, fuzzy
3574
  msgid "Telegram URL:"
3575
  msgstr "Instagram"
3576
 
3577
- #: inc/widget.php:1152
3578
  msgid "Tumblr URL:"
3579
  msgstr ""
3580
 
3581
- #: inc/widget.php:1155
3582
  msgid "Vimeo URL:"
3583
  msgstr ""
3584
 
3585
- #: inc/widget.php:1158
3586
  #, fuzzy
3587
  msgid "Vkontakte URL:"
3588
  msgstr "Vkontakte"
3589
 
3590
- #: inc/widget.php:1161
3591
  #, fuzzy
3592
  msgid "Xing URL:"
3593
  msgstr "LinkedIn"
3594
 
3595
- #: inc/widget.php:1164
3596
  msgid "Youtube URL:"
3597
  msgstr ""
3598
 
3599
- #: inc/widget.php:1167
3600
  msgid "Youtube Channel URL:"
3601
  msgstr ""
3602
 
3603
- #: inc/widget.php:1170
3604
  msgid "RSS Feed URL:"
3605
  msgstr ""
3606
 
3607
- #: inc/widget.php:1173
3608
  #, fuzzy
3609
  msgid "Gab.com URL:"
3610
  msgstr "Facebook App ID"
3611
 
3612
- #: inc/widget.php:1176
3613
  #, fuzzy
3614
  msgid "Gettr.com URL:"
3615
  msgstr "Twitter"
3616
 
3617
- #: super_socializer.php:556
3618
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3619
  msgstr ""
3620
 
3621
- #: super_socializer.php:1846
3622
  #, fuzzy
3623
  msgid ""
3624
  "cURL is not enabled at your website server. Please contact your website "
@@ -3627,7 +3649,7 @@ msgstr ""
3627
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3628
  "que contatar o administrador do servidor do seu website para verificar isso."
3629
 
3630
- #: super_socializer.php:1874
3631
  #, fuzzy, php-format
3632
  msgid ""
3633
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3637,7 +3659,7 @@ msgstr ""
3637
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3638
  "%s)"
3639
 
3640
- #: super_socializer.php:1877
3641
  #, fuzzy, php-format
3642
  msgid ""
3643
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3647,7 +3669,7 @@ msgstr ""
3647
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3648
  "%s)"
3649
 
3650
- #: super_socializer.php:1880
3651
  msgid ""
3652
  "Make sure cURL is enabled at your website server. You may need to contact "
3653
  "the server administrator of your website to verify this"
@@ -3655,130 +3677,130 @@ msgstr ""
3655
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3656
  "que contatar o administrador do servidor do seu website para verificar isso."
3657
 
3658
- #: super_socializer.php:2047
3659
  msgid "Search"
3660
  msgstr ""
3661
 
3662
- #: super_socializer.php:2069
3663
  msgid "Your email has been verified. Now you can login to your account"
3664
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3665
 
3666
- #: super_socializer.php:2073
3667
  msgid "Notification"
3668
  msgstr "Notificaçao"
3669
 
3670
- #: super_socializer.php:2094
3671
  msgid "Please check your email inbox to complete the registration."
3672
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3673
 
3674
- #: super_socializer.php:2163
3675
  msgid "Leave a reply"
3676
  msgstr "Deixe uma resposta"
3677
 
3678
- #: super_socializer.php:2179
3679
  #, fuzzy
3680
  msgid "Link copied."
3681
  msgstr "LinkedIn"
3682
 
3683
- #: super_socializer.php:2417
3684
  msgid "Super Socializer - General Options"
3685
  msgstr "Super Socializer - Opções Gerais"
3686
 
3687
- #: super_socializer.php:2488
3688
  msgid ""
3689
  "I agree to my personal data being stored and used as per Privacy Policy and "
3690
  "Terms and Conditions"
3691
  msgstr ""
3692
 
3693
- #: super_socializer.php:2492
3694
  msgid ""
3695
  "I revoke my consent to store and use my personal data. Kindly delete my "
3696
  "personal data saved in this website."
3697
  msgstr ""
3698
 
3699
- #: super_socializer.php:2504
3700
  msgid "Small Avatar Url"
3701
  msgstr "Url para Avatar pequeno"
3702
 
3703
- #: super_socializer.php:2508
3704
  msgid "Large Avatar Url"
3705
  msgstr "Url para Avatar Grande"
3706
 
3707
- #: super_socializer.php:2610
3708
  msgid "Login with your Social ID"
3709
  msgstr ""
3710
 
3711
- #: super_socializer.php:2611
3712
  msgid "Email you entered is already registered or invalid"
3713
  msgstr "Email fornecido já está registrado ou é inválido"
3714
 
3715
- #: super_socializer.php:2618
3716
  msgid "Please enter a valid email address. You might be required to verify it"
3717
  msgstr ""
3718
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3719
  "confirmá-lo"
3720
 
3721
- #: super_socializer.php:2622 super_socializer.php:3419
3722
  msgid "Link your social account to login to your account at this website"
3723
  msgstr "Associe sua conta social ao login de sua conta neste website"
3724
 
3725
- #: super_socializer.php:2882
3726
  msgid "Thanks for installing Super Socializer plugin"
3727
  msgstr ""
3728
 
3729
- #: super_socializer.php:2884
3730
  msgid "Configure the Plugin"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2895
3734
  msgid ""
3735
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3736
  "current version of Super Socializer"
3737
  msgstr ""
3738
 
3739
- #: super_socializer.php:2904
3740
  msgid ""
3741
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3742
  "compatibility with the current version of Super Socializer"
3743
  msgstr ""
3744
 
3745
- #: super_socializer.php:2913
3746
  msgid ""
3747
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3748
  "compatibility with the current version of Super Socializer"
3749
  msgstr ""
3750
 
3751
- #: super_socializer.php:2922
3752
  msgid ""
3753
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3754
  "version of Super Socializer"
3755
  msgstr ""
3756
 
3757
- #: super_socializer.php:2931
3758
  msgid ""
3759
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3760
  "compatibility with the current version of Super Socializer"
3761
  msgstr ""
3762
 
3763
- #: super_socializer.php:2940
3764
  msgid ""
3765
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3766
  "for compatibility with the current version of Super Socializer"
3767
  msgstr ""
3768
 
3769
- #: super_socializer.php:2949
3770
  msgid ""
3771
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3772
  "with current version of Super Socializer"
3773
  msgstr ""
3774
 
3775
- #: super_socializer.php:2960
3776
  #, php-format
3777
  msgid ""
3778
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3779
  msgstr ""
3780
 
3781
- #: super_socializer.php:2969
3782
  #, php-format
3783
  msgid ""
3784
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3786,7 +3808,7 @@ msgid ""
3786
  "Instagram App Secret <a href=\"%s\">here</a>"
3787
  msgstr ""
3788
 
3789
- #: super_socializer.php:2978 super_socializer.php:2987
3790
  #, php-format
3791
  msgid ""
3792
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3795,13 +3817,13 @@ msgid ""
3795
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3796
  msgstr ""
3797
 
3798
- #: super_socializer.php:3003
3799
  #, php-format
3800
  msgid ""
3801
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3802
  msgstr ""
3803
 
3804
- #: super_socializer.php:3027
3805
  #, php-format
3806
  msgid ""
3807
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3809,14 +3831,14 @@ msgid ""
3809
  "target=\"_blank\">here</a>"
3810
  msgstr ""
3811
 
3812
- #: super_socializer.php:3027 super_socializer.php:3052
3813
- #: super_socializer.php:3077 super_socializer.php:3102
3814
- #: super_socializer.php:3135 super_socializer.php:3163
3815
- #: super_socializer.php:3190
3816
  msgid "Okay"
3817
  msgstr ""
3818
 
3819
- #: super_socializer.php:3052
3820
  #, php-format
3821
  msgid ""
3822
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3824,7 +3846,7 @@ msgid ""
3824
  "\">here</a>"
3825
  msgstr ""
3826
 
3827
- #: super_socializer.php:3077
3828
  #, php-format
3829
  msgid ""
3830
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3832,7 +3854,7 @@ msgid ""
3832
  "target=\"_blank\">here</a>"
3833
  msgstr ""
3834
 
3835
- #: super_socializer.php:3102
3836
  #, php-format
3837
  msgid ""
3838
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3840,13 +3862,13 @@ msgid ""
3840
  "target=\"_blank\">here</a>"
3841
  msgstr ""
3842
 
3843
- #: super_socializer.php:3113
3844
  #, php-format
3845
  msgid ""
3846
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3847
  msgstr ""
3848
 
3849
- #: super_socializer.php:3135
3850
  #, php-format
3851
  msgid ""
3852
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3854,7 +3876,7 @@ msgid ""
3854
  "\"%s\" target=\"_blank\">here</a>"
3855
  msgstr ""
3856
 
3857
- #: super_socializer.php:3163
3858
  #, php-format
3859
  msgid ""
3860
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3863,7 +3885,7 @@ msgid ""
3863
  "your website %s with them. No need to copy-paste any code from their website."
3864
  msgstr ""
3865
 
3866
- #: super_socializer.php:3190
3867
  #, php-format
3868
  msgid ""
3869
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3871,7 +3893,7 @@ msgid ""
3871
  "\"%s\" target=\"_blank\">here</a>"
3872
  msgstr ""
3873
 
3874
- #: super_socializer.php:3215
3875
  #, php-format
3876
  msgid ""
3877
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3879,16 +3901,27 @@ msgid ""
3879
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3880
  msgstr ""
3881
 
3882
- #: super_socializer.php:3215 super_socializer.php:3242
3883
  msgid "Dismiss"
3884
  msgstr ""
3885
 
3886
- #: super_socializer.php:3495
3887
  msgid ""
3888
  "Your browser is blocking some features of this website. Please follow the "
3889
  "instructions at {support_url} to unblock these."
3890
  msgstr ""
3891
 
 
 
 
 
 
 
 
 
 
 
 
3892
  #~ msgid "Dismiss this notice"
3893
  #~ msgstr "Dispense este aviso"
3894
 
@@ -4165,9 +4198,6 @@ msgstr ""
4165
  #~ msgid "Super Socializer - Social Avatar"
4166
  #~ msgstr "Super Socializer - Avatar Social"
4167
 
4168
- #~ msgid "Username: %s"
4169
- #~ msgstr "Username: %s"
4170
-
4171
  #~ msgid "Password: %s"
4172
  #~ msgstr "Senha: %s"
4173
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:37+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:37+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
19
  #: admin/general_options.php:7 admin/general_options.php:93
20
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
21
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
22
+ #: admin/social_login.php:5 admin/social_login.php:1999
23
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
24
  #, fuzzy, php-format
25
  msgid ""
26
  "You can appreciate the effort put in this free plugin by rating it <a href="
33
  "para obter Twitter API Key"
34
 
35
  #: admin/general_options.php:15 admin/social_commenting.php:47
36
+ #: super_socializer.php:2424
37
  msgid "General Options"
38
  msgstr "Opções Gerais"
39
 
82
  "style&gt; )"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
86
+ #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Salvar Alterações"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
92
+ #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
99
+ #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
215
  msgstr "Interface Flutuante"
216
 
217
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
+ #: admin/social_sharing.php:1622
219
  msgid "Miscellaneous"
220
  msgstr "Miscelânia"
221
 
224
  msgstr ""
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
+ #: admin/social_login.php:45 admin/social_login.php:1962
228
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
+ #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
231
  msgstr "Shortcode & Widget"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
+ #: admin/social_login.php:46 admin/social_login.php:1976
236
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "P&R"
239
 
256
 
257
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
258
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
259
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
260
  msgid "Url of the webpage where icons are located (default)"
261
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
262
 
263
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
264
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
265
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
266
  msgid "Url of the homepage of your website"
267
  msgstr "Url da homepage do seu website"
268
 
277
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
278
 
279
  #: admin/like_buttons.php:105 admin/social_login.php:1231
280
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
281
  msgid "Title"
282
  msgstr "Título"
283
 
294
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
295
 
296
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
297
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
298
  msgid "Horizontal alignment"
299
  msgstr "Alinhamento horizonal"
300
 
301
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
302
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
303
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
304
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
305
+ #: inc/widget.php:1068
306
  msgid "Left"
307
  msgstr "Esquerda"
308
 
309
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
310
  msgid "Center"
311
  msgstr "Centro"
312
 
313
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
314
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
315
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
316
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
317
+ #: inc/widget.php:1075
318
  msgid "Right"
319
  msgstr "Direita"
320
 
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
348
  msgid "Homepage"
349
  msgstr "Homepage"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
353
  msgid "Posts"
354
  msgstr "Posts"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
358
  msgid "Pages"
359
  msgstr "Páginas"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
363
  #, fuzzy
364
  msgid "Excerpts and Posts page"
365
  msgstr "Pedaços (na Homepage)"
366
 
367
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
368
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
369
  msgid "Category Archives"
370
  msgstr "Arquivos de Categorias"
371
 
372
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
373
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
374
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
375
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
376
 
383
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
384
 
385
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
386
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
387
  msgid "BBPress forum"
388
  msgstr "Forum BBPress"
389
 
390
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
391
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
392
  msgid "BBPress topic"
393
  msgstr "Tópico BBPress"
394
 
425
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
426
 
427
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
428
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
429
+ #: inc/widget.php:463 inc/widget.php:776
430
  msgid "Background Color"
431
  msgstr "Cor de Fundo"
432
 
442
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
443
  "target=\\\"_blank\\\">neste link</a>"
444
 
445
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
446
  msgid "Left offset"
447
  msgstr "Ajuste à esquerda"
448
 
455
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
456
  "negativos também."
457
 
458
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
459
  msgid "Right offset"
460
  msgstr "Ajuste à direita"
461
 
468
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
469
  "negativos também."
470
 
471
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
472
  msgid "Top offset"
473
  msgstr "Ajuste acima"
474
 
480
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
481
  "e decrementos deslocam para cima."
482
 
483
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
484
  msgid "BuddyPress group"
485
  msgstr "Grupo BuddyPress"
486
 
497
  msgstr ""
498
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
499
 
500
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
501
  msgid "Url shortener"
502
  msgstr "Encurtador de Url"
503
 
517
  msgid "Enable bit.ly url shortener for tweet button"
518
  msgstr "Habilitar bit.ly url shortener para botões tweet"
519
 
520
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
521
  msgid "Master control to enable bit.ly url shortening for sharing"
522
  msgstr ""
523
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
524
 
525
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
526
  msgid "Bit.ly generic access token"
527
  msgstr ""
528
 
529
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
530
  #, php-format
531
  msgid ""
532
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
535
  "\">link</a>"
536
  msgstr ""
537
 
538
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
539
  msgid "Clear Bitly Cache"
540
  msgstr "Limpar o Cache Bitly"
541
 
542
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
543
  msgid "ShortUrl cache cleared successfully."
544
  msgstr "Cache ShortUrl limpo com sucesso."
545
 
546
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
547
  msgid ""
548
  "Use this to delete short urls saved in database. Handy, if urls of your "
549
  "website have been changed but short urls are still being generated for old "
554
  "geradas para suas urls antigas."
555
 
556
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
557
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
558
+ #: admin/social_sharing.php:1779
559
  msgid "Language"
560
  msgstr "Languagem"
561
 
599
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
600
  "nenhum username."
601
 
602
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
603
  msgid "myCRED"
604
  msgstr ""
605
 
606
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
607
  msgid "Append myCRED referral ID to the urls being shared"
608
  msgstr ""
609
 
611
  msgid "Like Buttons Shortcode & Widget"
612
  msgstr "Botões Like Shortcode & Widget"
613
 
614
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
615
  msgid "Why is there so much space between like buttons?"
616
  msgstr ""
617
 
618
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
619
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
620
  msgstr ""
621
 
622
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
623
  msgid "How to Place Title and Social Share Icons in the Same Row?"
624
  msgstr ""
625
 
626
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
627
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
628
  #, fuzzy
629
  msgid "More"
630
  msgstr ""
841
  msgid "Social Commenting Shortcode"
842
  msgstr "Shortcode em Comentário Social"
843
 
844
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
845
+ #: admin/social_sharing.php:1934
846
  msgid ""
847
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
848
  "an online website for the plugin to function properly."
859
  "Https?"
860
  msgstr ""
861
 
862
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
863
+ #: admin/social_sharing.php:1949
864
  msgid "Why is my browser blocking some features of the plugin?"
865
  msgstr ""
866
 
895
  msgid "Advanced Configuration"
896
  msgstr "Configuração Básica"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1762
899
+ #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr ""
906
 
2073
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2074
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2075
 
2076
+ #: admin/social_login.php:1490 super_socializer.php:2098
2077
  msgid "Email required"
2078
  msgstr "Necessário email"
2079
 
2133
  msgstr "Página de perfil BuddyPress"
2134
 
2135
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2136
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2137
  msgid "Custom Url"
2138
  msgstr "Url Personalizada"
2139
 
2150
  msgid "Same page from where user registered"
2151
  msgstr "Mesma página de onde o usuário se registrou"
2152
 
2153
+ #: admin/social_login.php:1591
2154
+ #, fuzzy
2155
+ msgid "Username Separator"
2156
+ msgstr "Username: %s"
2157
+
2158
+ #: admin/social_login.php:1595
2159
+ msgid "Dash (-)"
2160
+ msgstr ""
2161
+
2162
+ #: admin/social_login.php:1597
2163
+ msgid "Underscore (_)"
2164
+ msgstr ""
2165
+
2166
+ #: admin/social_login.php:1599
2167
+ msgid "Dot (.)"
2168
+ msgstr ""
2169
+
2170
+ #: admin/social_login.php:1601
2171
+ msgid "None"
2172
+ msgstr ""
2173
+
2174
+ #: admin/social_login.php:1609
2175
  msgid ""
2176
+ "Choose one of the underscore, dot or dash to use to join first and last "
2177
+ "names in the usernames of the new users"
2178
  msgstr ""
 
 
2179
 
2180
+ #: admin/social_login.php:1618
2181
  #, fuzzy
2182
  msgid "Social Account Linking Options"
2183
  msgstr "Comentário Social"
2184
 
2185
+ #: admin/social_login.php:1633
2186
  #, fuzzy
2187
  msgid "Text to display above the Social Account Linking interface"
2188
  msgstr "Texto exibido acima da interface de Autenticação Social"
2189
 
2190
+ #: admin/social_login.php:1640
2191
  #, fuzzy
2192
  msgid ""
2193
  "Link social account to already existing account, if email address matches"
2194
  msgstr "Associe sua conta social ao login de sua conta neste website"
2195
 
2196
+ #: admin/social_login.php:1650
2197
  msgid ""
2198
  "If email address of the user's Social Account matches with an already "
2199
  "existing account at your website, that social account will be linked to "
2201
  "Linking interface at their profile page."
2202
  msgstr ""
2203
 
2204
+ #: admin/social_login.php:1658
2205
  msgid "Enable social account linking at BuddyPress profile page"
2206
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2207
 
2208
+ #: admin/social_login.php:1668
2209
  msgid ""
2210
  "Enable this option to show social account linking interface at BuddyPress "
2211
  "profile page"
2213
  "Habilitar estar opção para exibir a conta social associada a página de "
2214
  "interface de perfil do BuddyPress"
2215
 
2216
+ #: admin/social_login.php:1679
2217
  msgid "Email popup options"
2218
  msgstr "Opções de popup de email"
2219
 
2220
+ #: admin/social_login.php:1684
2221
  msgid "Text on 'Email required' popup"
2222
  msgstr "Texto popup de 'Email requerido'"
2223
 
2224
+ #: admin/social_login.php:1694
2225
  msgid ""
2226
  "This text will be displayed on email required popup. Leave empty if not "
2227
  "required."
2229
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2230
  "o email não for requerido."
2231
 
2232
+ #: admin/social_login.php:1702
2233
  msgid "Error message for 'Email required' popup"
2234
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2235
 
2236
+ #: admin/social_login.php:1712
2237
  msgid ""
2238
  "This message will be displayed to user if it provides invalid or already "
2239
  "registered email"
2241
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2242
  "ou já registrado"
2243
 
2244
+ #: admin/social_login.php:1720
2245
  msgid "Email popup height"
2246
  msgstr "Altura do popup de email"
2247
 
2248
+ #: admin/social_login.php:1730
2249
  msgid ""
2250
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2251
  "can increase the height of popup by specifying in this option. Leave empty "
2255
  "requirido\\\", você pode incrementar a altura do popup através de "
2256
  "especificação nesta opção. Deixe vazio para padrão."
2257
 
2258
+ #: admin/social_login.php:1737
2259
  msgid "Enable email verification"
2260
  msgstr "Habilitar verificação de email"
2261
 
2262
+ #: admin/social_login.php:1747
2263
  msgid ""
2264
  "If enabled, email provided by the user will be verified by sending a "
2265
  "confirmation link to that email. User would not be able to login without "
2269
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2270
  "antes de validar seu email"
2271
 
2272
+ #: admin/social_login.php:1767
2273
  #, fuzzy
2274
  msgid "Enable GDPR opt-in"
2275
  msgstr "Habilitar comentário Disqus"
2276
 
2277
+ #: admin/social_login.php:1777
2278
  msgid ""
2279
  "Enable it to show GDPR opt-in for social login and social account linking"
2280
  msgstr ""
2281
 
2282
+ #: admin/social_login.php:1785
2283
  #, fuzzy
2284
  msgid "Placement of GDPR opt-in"
2285
  msgstr "Habilitar comentário Disqus"
2286
 
2287
+ #: admin/social_login.php:1789
2288
  #, fuzzy
2289
  msgid "Above Social Login icons"
2290
  msgstr "Autenticação Social"
2291
 
2292
+ #: admin/social_login.php:1791
2293
  #, fuzzy
2294
  msgid "Below Social Login icons"
2295
  msgstr "Autenticação Social"
2296
 
2297
+ #: admin/social_login.php:1797
2298
  #, fuzzy
2299
  msgid "Placement of GDPR opt-in above or below the social login icons"
2300
  msgstr "Texto exibido acima da interface de Autenticação Social"
2301
 
2302
+ #: admin/social_login.php:1804
2303
  msgid "Opt-in text"
2304
  msgstr ""
2305
 
2306
+ #: admin/social_login.php:1814
2307
  #, fuzzy
2308
  msgid "Text for the GDPR opt-in"
2309
  msgstr "Habilitar comentário Disqus"
2310
 
2311
+ #: admin/social_login.php:1821
2312
  msgid "Text to link to Terms-Conditions page"
2313
  msgstr ""
2314
 
2315
+ #: admin/social_login.php:1831
2316
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2317
  msgstr ""
2318
 
2319
+ #: admin/social_login.php:1838
2320
  msgid "Terms-Conditions Url"
2321
  msgstr ""
2322
 
2323
+ #: admin/social_login.php:1848
2324
  #, fuzzy
2325
  msgid "Url of the terms-conditions page of your website"
2326
  msgstr "Url da homepage do seu website"
2327
 
2328
+ #: admin/social_login.php:1855
2329
  msgid "Text to link to Privacy Policy page"
2330
  msgstr ""
2331
 
2332
+ #: admin/social_login.php:1865
2333
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2334
  msgstr ""
2335
 
2336
+ #: admin/social_login.php:1872
2337
  msgid "Privacy Policy Url"
2338
  msgstr ""
2339
 
2340
+ #: admin/social_login.php:1882
2341
  #, fuzzy
2342
  msgid "Url of the privacy policy page of your website"
2343
  msgstr "Url da homepage do seu website"
2344
 
2345
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2346
+ #: inc/widget.php:605 inc/widget.php:754
2347
  msgid "Select"
2348
  msgstr "Selecione"
2349
 
2350
+ #: admin/social_login.php:1964
2351
  msgid "Social Login Shortcode & Widget"
2352
  msgstr "Autenticação Social Shortcode & Widget"
2353
 
2354
+ #: admin/social_login.php:1965
2355
  msgid "Social Linking Shortcode"
2356
  msgstr "Shortcode de associação Social"
2357
 
2358
+ #: admin/social_login.php:1980
2359
  msgid "Why is social login not working?"
2360
  msgstr ""
2361
 
2362
+ #: admin/social_login.php:1981
2363
  msgid ""
2364
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2365
  "belong to the same app"
2402
  msgstr "Forma"
2403
 
2404
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2405
+ #: inc/widget.php:1104
2406
  msgid "Round"
2407
  msgstr "Arredondada"
2408
 
2409
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2410
+ #: inc/widget.php:1105
2411
  msgid "Square"
2412
  msgstr "Quadrada"
2413
 
2584
  "the icon"
2585
  msgstr ""
2586
 
2587
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2588
+ msgid "Youtube URL"
2589
+ msgstr ""
 
2590
 
2591
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2592
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2593
  msgstr ""
2594
 
2595
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2596
  #, fuzzy
2597
  msgid "HTML ID of container element of comment form"
2598
  msgstr "HTML ID do comentário do container"
2599
 
2600
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2601
  msgid ""
2602
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2603
  "icon."
2604
  msgstr ""
2605
 
2606
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2607
  msgid "Rearrange icons"
2608
  msgstr "Rearranjar ícones"
2609
 
2610
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2611
  msgid "Drag the icons to rearrange in desired order"
2612
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2613
 
2614
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2615
  msgid "Select Sharing Services"
2616
  msgstr "Selecione os Serviços Compartilhados"
2617
 
2618
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2619
  msgid "Select sharing services to show in social share bar"
2620
  msgstr ""
2621
  "Selecione os serviços compartilhados para exibir na barra de "
2622
  "compartilhamento social"
2623
 
2624
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2625
  #, fuzzy
2626
  msgid "Search social network"
2627
  msgstr "como rede social primária"
2628
 
2629
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2630
  msgid "Horizontal alignment of the sharing interface"
2631
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2632
 
2635
  msgstr ""
2636
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2637
 
2638
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2639
  msgid "Placement"
2640
  msgstr "Localização"
2641
 
2645
  "Especifique as páginas onde você deseja habilitar a interface de "
2646
  "compartilhamento"
2647
 
2648
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2649
  msgid "Show share counts"
2650
  msgstr "Exibir contadores de compartilhamento"
2651
 
2652
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2653
  #, fuzzy
2654
  msgid ""
2655
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2659
  "Linkedin, GooglePlus, Delicious, Buffer, Reddit, Pinterest, Stumbleupon, "
2660
  "Odnoklassniki e Vkontakte"
2661
 
2662
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2663
  #, php-format
2664
  msgid ""
2665
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2668
  "their website."
2669
  msgstr ""
2670
 
2671
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2672
  msgid "If enabled, share counts are displayed above sharing icons."
2673
  msgstr ""
2674
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2675
  "ícones de compartilhamento."
2676
 
2677
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2678
+ #: admin/social_sharing.php:1721
2679
  msgid "Track Social Shares for Every Social Network"
2680
  msgstr ""
2681
 
2682
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2683
  msgid "Show total shares"
2684
  msgstr "Exibe total de compartilhamentos"
2685
 
2686
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2687
  msgid "If enabled, total shares will be displayed with sharing icons"
2688
  msgstr ""
2689
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2690
  "de compartilhamento"
2691
 
2692
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2693
  msgid "Enable 'More' icon"
2694
  msgstr "Habilitar 'Mais' ícones"
2695
 
2696
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2697
  msgid ""
2698
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2699
  "which shows additional sharing networks in popup"
2714
  msgid "Master control to enable floating sharing widget"
2715
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2716
 
2717
+ #: admin/social_sharing.php:1338
2718
  msgid ""
2719
  "Specify the color or hex code (example #cc78e0) for the background of "
2720
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2726
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2727
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2728
 
2729
+ #: admin/social_sharing.php:1376
2730
  msgid ""
2731
  "Specify a number. Increase in number will shift sharing interface towards "
2732
  "right and decrease will shift it towards left. Number can be negative too."
2736
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2737
  "negativos."
2738
 
2739
+ #: admin/social_sharing.php:1395
2740
  msgid ""
2741
  "Specify a number. Increase in number will shift sharing interface towards "
2742
  "left and decrease will shift it towards right. Number can be negative too."
2746
  "interface de compartilhamento para a direita. Os números podem também ser "
2747
  "negativos."
2748
 
2749
+ #: admin/social_sharing.php:1413
2750
  msgid ""
2751
  "Specify a number. Increase in number will shift sharing interface towards "
2752
  "bottom and decrease will shift it towards top."
2755
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2756
  "interface de compartilhamento para cima."
2757
 
2758
+ #: admin/social_sharing.php:1469
2759
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2760
  msgstr ""
2761
  "Especifique as páginas onde você deseja habilitar a interface de "
2762
  "compartilhamento vertical"
2763
 
2764
+ #: admin/social_sharing.php:1538
2765
  #, fuzzy
2766
  msgid "Hide floating slider"
2767
  msgstr "Escondido para usuários autenticados:"
2768
 
2769
+ #: admin/social_sharing.php:1548
2770
  #, fuzzy
2771
  msgid "Hides the slider arrow present below the floating share bar"
2772
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
2773
 
2774
+ #: admin/social_sharing.php:1555
2775
  msgid "Vertical floating bar responsiveness"
2776
  msgstr "Sensibilidade da barra flutuante vertical"
2777
 
2778
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2779
  #, php-format
2780
  msgid "Display vertical interface only when screen is wider than %s pixels"
2781
  msgstr ""
2782
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2783
 
2784
+ #: admin/social_sharing.php:1565
2785
  msgid ""
2786
  "Display vertical interface only when screen is wider than the width "
2787
  "specified."
2789
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2790
  "especificada."
2791
 
2792
+ #: admin/social_sharing.php:1572
2793
  msgid "Horizontal floating bar responsiveness"
2794
  msgstr "Sensibilidade da barra flutuante horizontal"
2795
 
2796
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2797
  #, php-format
2798
  msgid ""
2799
  "Stick vertical floating interface horizontally at bottom only when screen is "
2802
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2803
  "quando a tela é mais estreita do que %s pixels"
2804
 
2805
+ #: admin/social_sharing.php:1582
2806
  msgid ""
2807
  "Stick vertical floating interface horizontally at bottom only when screen is "
2808
  "narrower than the width specified"
2810
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2811
  "quando a tela é mais estreita do que a largura especificada"
2812
 
2813
+ #: admin/social_sharing.php:1591
2814
  msgid "Horizontal floating bar position"
2815
  msgstr "Posição da barra de flutuação horizontal"
2816
 
2817
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2818
  #, php-format
2819
  msgid "%s pixels from %s"
2820
  msgstr "%s pixels de %s"
2821
 
2822
+ #: admin/social_sharing.php:1595
2823
  msgid "Auto-adjust according to screen width (responsive)"
2824
  msgstr ""
2825
 
2826
+ #: admin/social_sharing.php:1602
2827
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2828
  msgstr ""
2829
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2830
  "também."
2831
 
2832
+ #: admin/social_sharing.php:1627
2833
  msgid "Use plain background for Instagram icon"
2834
  msgstr ""
2835
 
2836
+ #: admin/social_sharing.php:1637
2837
  msgid ""
2838
  "Uses plain background for Instagram icon instead of multicolored background"
2839
  msgstr ""
2840
 
2841
+ #: admin/social_sharing.php:1650
2842
  msgid "Use shortlinks already installed"
2843
  msgstr "Use shortlinks já instalados"
2844
 
2845
+ #: admin/social_sharing.php:1660
2846
  msgid "Uses default short url permalinks without using any additional plugin"
2847
  msgstr ""
2848
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2849
 
2850
+ #: admin/social_sharing.php:1667
2851
  msgid "Enable bit.ly url shortener for sharing"
2852
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2853
 
2854
+ #: admin/social_sharing.php:1726
2855
  msgid "Share Count Cache"
2856
  msgstr "Cache de Contador de Compartilhamento"
2857
 
2858
+ #: admin/social_sharing.php:1731
2859
  msgid "Refresh Share Count cache every"
2860
  msgstr "Atualizar o contador de compartilhamento a cada"
2861
 
2862
+ #: admin/social_sharing.php:1736
2863
  msgid "Second(s)"
2864
  msgstr ""
2865
 
2866
+ #: admin/social_sharing.php:1737
2867
  msgid "Minute(s)"
2868
  msgstr ""
2869
 
2870
+ #: admin/social_sharing.php:1738
2871
  msgid "Hour(s)"
2872
  msgstr ""
2873
 
2874
+ #: admin/social_sharing.php:1739
2875
  msgid "Day(s)"
2876
  msgstr ""
2877
 
2878
+ #: admin/social_sharing.php:1747
2879
  #, fuzzy, php-format
2880
  msgid ""
2881
  "Frequent cache refreshing results in slower loading of pages with share "
2885
  "Atualizações frequentes do cache resultam em carregamento mais lento das "
2886
  "páginas com os contadores de compartilhamento habilitados"
2887
 
2888
+ #: admin/social_sharing.php:1754
2889
  msgid "Clear Share Counts Cache"
2890
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2891
 
2892
+ #: admin/social_sharing.php:1758
2893
  msgid "Share Counts cache cleared successfully."
2894
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2895
 
2896
+ #: admin/social_sharing.php:1765
2897
  msgid "Use this to clear cached share counts"
2898
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2899
 
2900
+ #: admin/social_sharing.php:1789
2901
  #, php-format
2902
  msgid ""
2903
  "Enter the code of the language you want to use for like buttons. You can "
2908
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2909
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2910
 
2911
+ #: admin/social_sharing.php:1798
2912
  msgid "Username in sharing"
2913
  msgstr "Username no compartilhamento"
2914
 
2915
+ #: admin/social_sharing.php:1803
2916
  msgid "Twitter username (without @)"
2917
  msgstr "Username do Twitter (sem @)"
2918
 
2919
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2920
  msgid ""
2921
  "Provided username will be appended after the content being shared as \"via "
2922
  "@USERNAME\". Leave empty if you do not want any username in the content "
2926
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2927
  "no conteúdo sendo compartilhado."
2928
 
2929
+ #: admin/social_sharing.php:1821
2930
  msgid "Buffer username (without @)"
2931
  msgstr "Username do Buffer (sem @)"
2932
 
2933
+ #: admin/social_sharing.php:1840
2934
  msgid "AMP"
2935
  msgstr ""
2936
 
2937
+ #: admin/social_sharing.php:1845
2938
  #, fuzzy
2939
  msgid "Enable sharing on AMP pages"
2940
  msgstr "Habilia a página de autenticação"
2941
 
2942
+ #: admin/social_sharing.php:1855
2943
  msgid "Enable this option to render sharing icons on AMP pages"
2944
  msgstr ""
2945
 
2946
+ #: admin/social_sharing.php:1912
2947
  msgid "Facebook Sharing Troubleshooter"
2948
  msgstr "Solução de problema no compartilhamento com o Facebook"
2949
 
2950
+ #: admin/social_sharing.php:1917
2951
  #, fuzzy
2952
  msgid ""
2953
  "If Facebook sharing is not working fine, click at the following link and "
2959
  "compartilhamento do Facebook não está funcionando adequadamente) no seu "
2960
  "website:"
2961
 
2962
+ #: admin/social_sharing.php:1935
2963
  msgid ""
2964
  "Why is sharer not showing the correct image, title and other meta tags "
2965
  "content?"
2966
  msgstr ""
2967
 
2968
+ #: admin/social_sharing.php:1936
2969
  #, fuzzy
2970
  msgid "Why is Facebook share count not working?"
2971
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
2972
 
2973
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2974
  #, php-format
2975
  msgid ""
2976
  "After the recent changes introduced in the Facebook graph API, it's not "
2979
  "not just for Facebook but for all the social networks"
2980
  msgstr ""
2981
 
2982
+ #: admin/social_sharing.php:1939
2983
  msgid "Why is Instagram icon redirecting to Instagram website?"
2984
  msgstr ""
2985
 
2986
+ #: admin/social_sharing.php:1940
2987
  msgid ""
2988
  "Instagram icon is there to send website visitors to the Instagram page of "
2989
  "your choice. You can save the desired Instagram handle in \"Instagram "
2991
  "sections."
2992
  msgstr ""
2993
 
2994
+ #: admin/social_sharing.php:1943
2995
  #, fuzzy
2996
  msgid "How to customize the url being shared?"
2997
  msgstr ""
2998
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
2999
 
3000
+ #: admin/social_sharing.php:1944
3001
  msgid ""
3002
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3003
  msgstr ""
3004
 
3005
+ #: admin/social_sharing.php:1945
3006
  msgid ""
3007
  "It takes some time for their service to track the shares made on Twitter "
3008
  "from your website. If you still feel it's taking too long you can contact "
3009
  "their support directly from their website."
3010
  msgstr ""
3011
 
3012
+ #: admin/social_sharing.php:1948
3013
  msgid ""
3014
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3015
  msgstr ""
3016
 
3017
+ #: admin/social_sharing.php:1950
3018
  #, fuzzy
3019
  msgid "Why the color of share icons is not being updated?"
3020
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3021
 
3022
+ #: admin/social_sharing.php:1951
3023
  #, fuzzy
3024
  msgid "Why Facebook share counts are not appearing?"
3025
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3026
 
3027
+ #: admin/social_sharing.php:1952
3028
  msgid ""
3029
  "How can I show share counts of my website rather than of individual pages/"
3030
  "posts?"
3032
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3033
  "das páginas/posts individuais?"
3034
 
3035
+ #: admin/social_sharing.php:1953
3036
  msgid "How can I disable sharing on particular page/post?"
3037
  msgstr ""
3038
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3039
 
3040
+ #: admin/social_sharing.php:1954
3041
  msgid "How can I specify minimum sharing count for sharing networks?"
3042
  msgstr ""
3043
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3044
  "sociais?"
3045
 
3046
+ #: admin/social_sharing.php:1955
3047
  msgid "How to share specific page?"
3048
  msgstr "Como compartilhar página específica?"
3049
 
3050
+ #: admin/social_sharing.php:1956
3051
  msgid "How to integrate Google Analytics with sharing?"
3052
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3053
 
3054
+ #: admin/social_sharing.php:1957
3055
  msgid "How to customize the look of total share counts?"
3056
  msgstr ""
3057
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3058
 
3059
+ #: admin/social_sharing.php:1958
3060
  msgid "How to customize the look of individual share counts?"
3061
  msgstr ""
3062
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3063
 
3064
+ #: admin/social_sharing.php:1959
3065
  msgid "How to show Whatsapp icon only on mobile devices?"
3066
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3067
 
3068
+ #: admin/social_sharing.php:1960
3069
  msgid "How to hide arrow after floating sharing bar?"
3070
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3071
 
3072
+ #: admin/social_sharing.php:1961
3073
  #, fuzzy
3074
  msgid "Why is share count not getting updated?"
3075
  msgstr "Porque o contador de compartilhamentos não está sendo atualizado?"
3160
  msgid "Floating Sharing Interface"
3161
  msgstr "Interface de Compartilhamento Flutuante"
3162
 
3163
+ #: helper.php:911 super_socializer.php:2508
3164
  msgid "Social Avatar"
3165
  msgstr "Avatar Social"
3166
 
3167
+ #: helper.php:914 super_socializer.php:2519
3168
  msgid ""
3169
  "Do not fetch and update social avatar from my profile, next time I Social "
3170
  "Login"
3172
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3173
  "Autenticação Social"
3174
 
3175
+ #: helper.php:915 super_socializer.php:2523
3176
  msgid "Update social avatar, next time I Social Login"
3177
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3178
 
3179
+ #: helper.php:918
3180
  msgid "Small Avatar"
3181
  msgstr "Avatar Pequeno"
3182
 
3183
+ #: helper.php:922
3184
  msgid "Large Avatar"
3185
  msgstr "Avatar Grande"
3186
 
3187
+ #: helper.php:982 super_socializer.php:2076
3188
  msgid "Please verify your email address to login."
3189
  msgstr "Por favor verifique seu endereço de email no login."
3190
 
3191
+ #: helper.php:1019
3192
  msgid "Click to delete social profile data"
3193
  msgstr ""
3194
 
3195
+ #: helper.php:1048
3196
  #, fuzzy
3197
  msgid "Deleting"
3198
  msgstr "Configurações"
3199
 
3200
+ #: helper.php:1058
3201
  msgid "Deleted"
3202
  msgstr ""
3203
 
3204
+ #: helper.php:1060
3205
  msgid "Something bad happened"
3206
  msgstr ""
3207
 
3217
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3218
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3219
 
3220
+ #: inc/social_login.php:1047
3221
  #, fuzzy
3222
  msgid "Email"
3223
  msgstr "Opções de popup de email"
3224
 
3225
+ #: inc/social_login.php:1048
3226
  msgid "Confirm email"
3227
  msgstr ""
3228
 
3229
+ #: inc/social_login.php:1050
3230
  msgid "Save"
3231
  msgstr ""
3232
 
3233
+ #: inc/social_login.php:1051
3234
  msgid "Cancel"
3235
  msgstr ""
3236
 
3237
+ #: inc/social_login.php:1125
3238
  #, fuzzy
3239
  msgid "Email Verification"
3240
  msgstr "Habilitar verificação de email"
3241
 
3242
+ #: inc/social_login.php:1127
3243
  msgid ""
3244
  "Please click on the following link or paste it in browser to verify your "
3245
  "email"
3261
  msgid "Total Shares"
3262
  msgstr "Exibe total de compartilhamentos"
3263
 
3264
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3265
  #, fuzzy
3266
  msgid "Share"
3267
  msgstr "Posição do contador de compartilhamento"
3268
 
3269
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3270
  #, fuzzy
3271
  msgid "Shares"
3272
  msgstr ""
3273
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3274
  "de compartilhamento"
3275
 
3276
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3277
  msgid "Invalid request"
3278
  msgstr "Requisição inválida"
3279
 
3280
+ #: inc/social_sharing.php:973
3281
  msgid "Providers not selected"
3282
  msgstr "Provedor não selecionado"
3283
 
3315
  msgid "Title (after login):"
3316
  msgstr ""
3317
 
3318
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3319
  msgid "Before widget content:"
3320
  msgstr "Antes do conteúdo do widget:"
3321
 
3322
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3323
  msgid "After widget content:"
3324
  msgstr "Depois do conteúdo do widget:"
3325
 
3326
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3327
+ #: inc/widget.php:779
3328
  msgid "Hide for logged in users:"
3329
  msgstr "Escondido para usuários autenticados:"
3330
 
3338
  "website compartilhem seu conteúdo nas redes Sociais mais populares como "
3339
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3340
 
3341
+ #: inc/widget.php:253
3342
+ msgid "Note"
3343
+ msgstr ""
3344
+
3345
  #: inc/widget.php:253
3346
  #, fuzzy
3347
  msgid ""
3351
  "Certifique-se que \\\"Compartilhamento Social Vertical\\\" está habilitado "
3352
  "na página \\\"Super Socializer > Compartilhamento Social\\\"."
3353
 
3354
+ #: inc/widget.php:254 inc/widget.php:601
3355
  msgid "Title:"
3356
  msgstr "Título:"
3357
 
3363
  msgid "Show total shares:"
3364
  msgstr "Exibir compartilhamentos totais:"
3365
 
3366
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3367
  msgid "Target Url:"
3368
  msgstr "Url de destino:"
3369
 
3370
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3371
  #, fuzzy
3372
  msgid "Custom URL"
3373
  msgstr "Url personalizada"
3391
  "Certifique-se que \\\"Compartilhamento Social Horizontal\\\" esteja "
3392
  "habilitado na página \\\"Super Socializer > Compartilhamento Social\\\"."
3393
 
3394
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3395
  msgid "Alignment"
3396
  msgstr "Alinhamento"
3397
 
3398
+ #: inc/widget.php:453 inc/widget.php:766
3399
  msgid "Left Offset"
3400
  msgstr "Ajuste à esquerda"
3401
 
3402
+ #: inc/widget.php:457 inc/widget.php:770
3403
  msgid "Right Offset"
3404
  msgstr "Ajuste à direita"
3405
 
3406
+ #: inc/widget.php:460 inc/widget.php:773
3407
  msgid "Top Offset"
3408
  msgstr "Ajuste à cima"
3409
 
3410
+ #: inc/widget.php:485
3411
  #, fuzzy
3412
  msgid ""
3413
  "Standard like buttons widget. Let your website users share/like content on "
3417
  "compartilharem/like conteúdo nas redes Sociais mais populares como Facebook, "
3418
  "Twitter, Tumblr, Google+ e muitas outras"
3419
 
3420
+ #: inc/widget.php:600
3421
  #, fuzzy
3422
  msgid ""
3423
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3426
  "Certifique-se que \\\"Botões Like Vertical\\\" está habilitado na página \\"
3427
  "\"Super Socializer > Botões Like\\\""
3428
 
3429
+ #: inc/widget.php:634
3430
  #, fuzzy
3431
  msgid ""
3432
  "Floating like buttons widget. Let your website users share/like content on "
3436
  "website compartilharem/like conteúdo nas redes Sociais mais populares como "
3437
  "Facebook, Twitter, Tumblr, Google+ e muitas outras"
3438
 
3439
+ #: inc/widget.php:751
3440
  #, fuzzy
3441
  msgid ""
3442
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3445
  "Certifique-se que \\\"Botões Like Horizontal\\\" está habilitado na página \\"
3446
  "\"Super Socializer > Botões Like\\\""
3447
 
3448
+ #: inc/widget.php:795
3449
  #, fuzzy
3450
  msgid "Super Socializer - Follow Icons"
3451
  msgstr "Super Socializer - Autenticação"
3452
 
3453
+ #: inc/widget.php:797
3454
  msgid "These icons link to your Social Media accounts"
3455
  msgstr ""
3456
 
3457
+ #: inc/widget.php:1046
3458
  msgid "Type:"
3459
  msgstr ""
3460
 
3461
+ #: inc/widget.php:1049
3462
  #, fuzzy
3463
  msgid "Standard"
3464
  msgstr "Opções de Interface Padrão"
3465
 
3466
+ #: inc/widget.php:1052
3467
  #, fuzzy
3468
  msgid "Floating"
3469
  msgstr "Habilitar botões like flutuantes"
3470
 
3471
+ #: inc/widget.php:1057
3472
  #, fuzzy
3473
  msgid "Top offset:"
3474
  msgstr "Ajuste acima"
3475
 
3476
+ #: inc/widget.php:1061
3477
  #, fuzzy
3478
  msgid "Alignment:"
3479
  msgstr "Alinhamento"
3480
 
3481
+ #: inc/widget.php:1079
3482
  #, fuzzy
3483
  msgid "Offset"
3484
  msgstr "Ajuste à cima"
3485
 
3486
+ #: inc/widget.php:1093
3487
  #, fuzzy
3488
  msgid "right"
3489
  msgstr "Direita"
3490
 
3491
+ #: inc/widget.php:1093
3492
  #, fuzzy
3493
  msgid "left"
3494
  msgstr "Esquerda"
3495
 
3496
+ #: inc/widget.php:1096
3497
  msgid "Auto-adjust according to the screen-width (responsive)"
3498
  msgstr ""
3499
 
3500
+ #: inc/widget.php:1100
3501
  #, fuzzy
3502
  msgid "Size of icons"
3503
  msgstr "Tamanho dos ícones de compartilhameto"
3504
 
3505
+ #: inc/widget.php:1102
3506
  #, fuzzy
3507
  msgid "Icon Shape"
3508
  msgstr "Forma"
3509
 
3510
+ #: inc/widget.php:1107
3511
  msgid "Apply icon color and background color from Theme Selection section:"
3512
  msgstr ""
3513
 
3514
+ #: inc/widget.php:1109
3515
  msgid "No"
3516
  msgstr ""
3517
 
3518
+ #: inc/widget.php:1110
3519
  #, fuzzy
3520
  msgid "Yes, Standard Interface Theme"
3521
  msgstr "Tema padrão da interface"
3522
 
3523
+ #: inc/widget.php:1111
3524
  #, fuzzy
3525
  msgid "Yes, Floating Interface Theme"
3526
  msgstr "Tema da inteface flutuante"
3527
 
3528
+ #: inc/widget.php:1113
3529
  #, fuzzy
3530
  msgid "Facebook URL:"
3531
  msgstr "Facebook App ID"
3532
 
3533
+ #: inc/widget.php:1116
3534
  #, fuzzy
3535
  msgid "Twitter URL:"
3536
  msgstr "Twitter"
3537
 
3538
+ #: inc/widget.php:1119
3539
  #, fuzzy
3540
  msgid "Parler URL:"
3541
  msgstr "Instagram"
3542
 
3543
+ #: inc/widget.php:1122
3544
  #, fuzzy
3545
  msgid "Instagram URL:"
3546
  msgstr "Instagram"
3547
 
3548
+ #: inc/widget.php:1125
3549
  msgid "Pinterest URL:"
3550
  msgstr ""
3551
 
3552
+ #: inc/widget.php:1128
3553
  msgid "Behance URL:"
3554
  msgstr ""
3555
 
3556
+ #: inc/widget.php:1131
3557
  msgid "Flickr URL:"
3558
  msgstr ""
3559
 
3560
+ #: inc/widget.php:1134
3561
  msgid "Foursquare URL:"
3562
  msgstr ""
3563
 
3564
+ #: inc/widget.php:1137
3565
  msgid "Github URL:"
3566
  msgstr ""
3567
 
3568
+ #: inc/widget.php:1140
3569
  #, fuzzy
3570
  msgid "LinkedIn URL:"
3571
  msgstr "LinkedIn"
3572
 
3573
+ #: inc/widget.php:1143
3574
  #, fuzzy
3575
  msgid "LinkedIn Company URL:"
3576
  msgstr "LinkedIn"
3577
 
3578
+ #: inc/widget.php:1146
3579
  msgid "Medium URL:"
3580
  msgstr ""
3581
 
3582
+ #: inc/widget.php:1149
3583
  msgid "MeWe URL:"
3584
  msgstr ""
3585
 
3586
+ #: inc/widget.php:1152
3587
  msgid "Odnoklassniki URL:"
3588
  msgstr ""
3589
 
3590
+ #: inc/widget.php:1155
3591
  msgid "Snapchat URL:"
3592
  msgstr ""
3593
 
3594
+ #: inc/widget.php:1158
3595
  #, fuzzy
3596
  msgid "Telegram URL:"
3597
  msgstr "Instagram"
3598
 
3599
+ #: inc/widget.php:1161
3600
  msgid "Tumblr URL:"
3601
  msgstr ""
3602
 
3603
+ #: inc/widget.php:1164
3604
  msgid "Vimeo URL:"
3605
  msgstr ""
3606
 
3607
+ #: inc/widget.php:1167
3608
  #, fuzzy
3609
  msgid "Vkontakte URL:"
3610
  msgstr "Vkontakte"
3611
 
3612
+ #: inc/widget.php:1170
3613
  #, fuzzy
3614
  msgid "Xing URL:"
3615
  msgstr "LinkedIn"
3616
 
3617
+ #: inc/widget.php:1173
3618
  msgid "Youtube URL:"
3619
  msgstr ""
3620
 
3621
+ #: inc/widget.php:1176
3622
  msgid "Youtube Channel URL:"
3623
  msgstr ""
3624
 
3625
+ #: inc/widget.php:1179
3626
  msgid "RSS Feed URL:"
3627
  msgstr ""
3628
 
3629
+ #: inc/widget.php:1182
3630
  #, fuzzy
3631
  msgid "Gab.com URL:"
3632
  msgstr "Facebook App ID"
3633
 
3634
+ #: inc/widget.php:1185
3635
  #, fuzzy
3636
  msgid "Gettr.com URL:"
3637
  msgstr "Twitter"
3638
 
3639
+ #: super_socializer.php:563
3640
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3641
  msgstr ""
3642
 
3643
+ #: super_socializer.php:1853
3644
  #, fuzzy
3645
  msgid ""
3646
  "cURL is not enabled at your website server. Please contact your website "
3649
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3650
  "que contatar o administrador do servidor do seu website para verificar isso."
3651
 
3652
+ #: super_socializer.php:1881
3653
  #, fuzzy, php-format
3654
  msgid ""
3655
  "Enter exactly the following url in <strong>Website</strong> option in your "
3659
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3660
  "%s)"
3661
 
3662
+ #: super_socializer.php:1884
3663
  #, fuzzy, php-format
3664
  msgid ""
3665
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3669
  "<strong>Callback Url</strong> nas opções do seu app Twitter (veja o passo 3 "
3670
  "%s)"
3671
 
3672
+ #: super_socializer.php:1887
3673
  msgid ""
3674
  "Make sure cURL is enabled at your website server. You may need to contact "
3675
  "the server administrator of your website to verify this"
3677
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3678
  "que contatar o administrador do servidor do seu website para verificar isso."
3679
 
3680
+ #: super_socializer.php:2054
3681
  msgid "Search"
3682
  msgstr ""
3683
 
3684
+ #: super_socializer.php:2076
3685
  msgid "Your email has been verified. Now you can login to your account"
3686
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3687
 
3688
+ #: super_socializer.php:2080
3689
  msgid "Notification"
3690
  msgstr "Notificaçao"
3691
 
3692
+ #: super_socializer.php:2101
3693
  msgid "Please check your email inbox to complete the registration."
3694
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3695
 
3696
+ #: super_socializer.php:2170
3697
  msgid "Leave a reply"
3698
  msgstr "Deixe uma resposta"
3699
 
3700
+ #: super_socializer.php:2186
3701
  #, fuzzy
3702
  msgid "Link copied."
3703
  msgstr "LinkedIn"
3704
 
3705
+ #: super_socializer.php:2424
3706
  msgid "Super Socializer - General Options"
3707
  msgstr "Super Socializer - Opções Gerais"
3708
 
3709
+ #: super_socializer.php:2495
3710
  msgid ""
3711
  "I agree to my personal data being stored and used as per Privacy Policy and "
3712
  "Terms and Conditions"
3713
  msgstr ""
3714
 
3715
+ #: super_socializer.php:2499
3716
  msgid ""
3717
  "I revoke my consent to store and use my personal data. Kindly delete my "
3718
  "personal data saved in this website."
3719
  msgstr ""
3720
 
3721
+ #: super_socializer.php:2511
3722
  msgid "Small Avatar Url"
3723
  msgstr "Url para Avatar pequeno"
3724
 
3725
+ #: super_socializer.php:2515
3726
  msgid "Large Avatar Url"
3727
  msgstr "Url para Avatar Grande"
3728
 
3729
+ #: super_socializer.php:2617
3730
  msgid "Login with your Social ID"
3731
  msgstr ""
3732
 
3733
+ #: super_socializer.php:2618
3734
  msgid "Email you entered is already registered or invalid"
3735
  msgstr "Email fornecido já está registrado ou é inválido"
3736
 
3737
+ #: super_socializer.php:2625
3738
  msgid "Please enter a valid email address. You might be required to verify it"
3739
  msgstr ""
3740
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3741
  "confirmá-lo"
3742
 
3743
+ #: super_socializer.php:2630 super_socializer.php:3433
3744
  msgid "Link your social account to login to your account at this website"
3745
  msgstr "Associe sua conta social ao login de sua conta neste website"
3746
 
3747
+ #: super_socializer.php:2890
3748
  msgid "Thanks for installing Super Socializer plugin"
3749
  msgstr ""
3750
 
3751
+ #: super_socializer.php:2892
3752
  msgid "Configure the Plugin"
3753
  msgstr ""
3754
 
3755
+ #: super_socializer.php:2903
3756
  msgid ""
3757
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3758
  "current version of Super Socializer"
3759
  msgstr ""
3760
 
3761
+ #: super_socializer.php:2912
3762
  msgid ""
3763
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3764
  "compatibility with the current version of Super Socializer"
3765
  msgstr ""
3766
 
3767
+ #: super_socializer.php:2921
3768
  msgid ""
3769
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3770
  "compatibility with the current version of Super Socializer"
3771
  msgstr ""
3772
 
3773
+ #: super_socializer.php:2930
3774
  msgid ""
3775
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3776
  "version of Super Socializer"
3777
  msgstr ""
3778
 
3779
+ #: super_socializer.php:2939
3780
  msgid ""
3781
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3782
  "compatibility with the current version of Super Socializer"
3783
  msgstr ""
3784
 
3785
+ #: super_socializer.php:2948
3786
  msgid ""
3787
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3788
  "for compatibility with the current version of Super Socializer"
3789
  msgstr ""
3790
 
3791
+ #: super_socializer.php:2957
3792
  msgid ""
3793
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3794
  "with current version of Super Socializer"
3795
  msgstr ""
3796
 
3797
+ #: super_socializer.php:2968
3798
  #, php-format
3799
  msgid ""
3800
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3801
  msgstr ""
3802
 
3803
+ #: super_socializer.php:2977
3804
  #, php-format
3805
  msgid ""
3806
  "To continue using Instagram login create a new Instagram App as described <a "
3808
  "Instagram App Secret <a href=\"%s\">here</a>"
3809
  msgstr ""
3810
 
3811
+ #: super_socializer.php:2986 super_socializer.php:2995
3812
  #, php-format
3813
  msgid ""
3814
  "To continue using bitly url shortener, login to your bit.ly account and "
3817
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3818
  msgstr ""
3819
 
3820
+ #: super_socializer.php:3011
3821
  #, php-format
3822
  msgid ""
3823
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3824
  msgstr ""
3825
 
3826
+ #: super_socializer.php:3035
3827
  #, php-format
3828
  msgid ""
3829
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3831
  "target=\"_blank\">here</a>"
3832
  msgstr ""
3833
 
3834
+ #: super_socializer.php:3035 super_socializer.php:3060
3835
+ #: super_socializer.php:3085 super_socializer.php:3110
3836
+ #: super_socializer.php:3143 super_socializer.php:3171
3837
+ #: super_socializer.php:3198
3838
  msgid "Okay"
3839
  msgstr ""
3840
 
3841
+ #: super_socializer.php:3060
3842
  #, php-format
3843
  msgid ""
3844
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3846
  "\">here</a>"
3847
  msgstr ""
3848
 
3849
+ #: super_socializer.php:3085
3850
  #, php-format
3851
  msgid ""
3852
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3854
  "target=\"_blank\">here</a>"
3855
  msgstr ""
3856
 
3857
+ #: super_socializer.php:3110
3858
  #, php-format
3859
  msgid ""
3860
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3862
  "target=\"_blank\">here</a>"
3863
  msgstr ""
3864
 
3865
+ #: super_socializer.php:3121
3866
  #, php-format
3867
  msgid ""
3868
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3869
  msgstr ""
3870
 
3871
+ #: super_socializer.php:3143
3872
  #, php-format
3873
  msgid ""
3874
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3876
  "\"%s\" target=\"_blank\">here</a>"
3877
  msgstr ""
3878
 
3879
+ #: super_socializer.php:3171
3880
  #, php-format
3881
  msgid ""
3882
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3885
  "your website %s with them. No need to copy-paste any code from their website."
3886
  msgstr ""
3887
 
3888
+ #: super_socializer.php:3198
3889
  #, php-format
3890
  msgid ""
3891
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3893
  "\"%s\" target=\"_blank\">here</a>"
3894
  msgstr ""
3895
 
3896
+ #: super_socializer.php:3223
3897
  #, php-format
3898
  msgid ""
3899
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3901
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3902
  msgstr ""
3903
 
3904
+ #: super_socializer.php:3223 super_socializer.php:3250
3905
  msgid "Dismiss"
3906
  msgstr ""
3907
 
3908
+ #: super_socializer.php:3509
3909
  msgid ""
3910
  "Your browser is blocking some features of this website. Please follow the "
3911
  "instructions at {support_url} to unblock these."
3912
  msgstr ""
3913
 
3914
+ #~ msgid ""
3915
+ #~ "User will be redirected to the selected page after registration (first "
3916
+ #~ "Social Login) through Social Login"
3917
+ #~ msgstr ""
3918
+ #~ "O usuário será redirecionado para a página selecionada após o registro "
3919
+ #~ "(primeira Autenticação Social) através da Autenticação Social"
3920
+
3921
+ #, fuzzy
3922
+ #~ msgid "Youtube username"
3923
+ #~ msgstr "username bit.ly"
3924
+
3925
  #~ msgid "Dismiss this notice"
3926
  #~ msgstr "Dispense este aviso"
3927
 
4198
  #~ msgid "Super Socializer - Social Avatar"
4199
  #~ msgstr "Super Socializer - Avatar Social"
4200
 
 
 
 
4201
  #~ msgid "Password: %s"
4202
  #~ msgstr "Senha: %s"
4203
 
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: 2022-04-07 16:46+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:48+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
- #: admin/social_login.php:5 admin/social_login.php:1983
25
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -35,7 +35,7 @@ msgstr ""
35
  "Twitter."
36
 
37
  #: admin/general_options.php:15 admin/social_commenting.php:47
38
- #: super_socializer.php:2417
39
  msgid "General Options"
40
  msgstr "Основные настройки"
41
 
@@ -83,21 +83,21 @@ msgstr ""
83
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
- #: admin/social_commenting.php:401 admin/social_login.php:1979
87
- #: admin/social_sharing.php:1956 helper.php:922
88
  msgid "Save Changes"
89
  msgstr "Сохранить изменения"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
- #: admin/social_commenting.php:411 admin/social_login.php:1989
93
- #: admin/social_sharing.php:1966
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
- #: admin/social_commenting.php:413 admin/social_login.php:1991
100
- #: admin/social_sharing.php:1968
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -215,7 +215,7 @@ msgid "Floating Interface"
215
  msgstr "Плавающий интерфейс"
216
 
217
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
- #: admin/social_sharing.php:1603
219
  msgid "Miscellaneous"
220
  msgstr "Разное"
221
 
@@ -225,16 +225,16 @@ msgid "3rd Party Integration"
225
  msgstr "XProfile интеграция"
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
- #: admin/social_login.php:45 admin/social_login.php:1946
229
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
230
- #: admin/social_sharing.php:1882
231
  msgid "Shortcode & Widget"
232
  msgstr "Шорткод и виджет"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
- #: admin/social_login.php:46 admin/social_login.php:1960
237
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
238
  msgid "FAQ"
239
  msgstr "Часто задаваемые вопросы (FAQ)"
240
 
@@ -257,13 +257,13 @@ msgstr "Целевой URL:"
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
267
  msgid "Url of the homepage of your website"
268
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
269
 
@@ -279,7 +279,7 @@ msgstr ""
279
  "Твитнуть"
280
 
281
  #: admin/like_buttons.php:105 admin/social_login.php:1231
282
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
283
  msgid "Title"
284
  msgstr "Заголовок"
285
 
@@ -296,25 +296,27 @@ msgid "Select the providers for interface. Drag them to rearrange."
296
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
300
  msgid "Horizontal alignment"
301
  msgstr "Горизонтальное выравнивание"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
306
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
307
  msgid "Left"
308
  msgstr "Слева"
309
 
310
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
311
  msgid "Center"
312
  msgstr "Центр"
313
 
314
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
315
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
316
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
317
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
318
  msgid "Right"
319
  msgstr "Справа"
320
 
@@ -344,32 +346,32 @@ msgstr "Расположение интерфейса"
344
 
345
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
346
  #: admin/social_login.php:1548 admin/social_login.php:1577
347
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
348
  msgid "Homepage"
349
  msgstr "Главная"
350
 
351
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
352
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
353
  msgid "Posts"
354
  msgstr "Записи"
355
 
356
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
357
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
358
  msgid "Pages"
359
  msgstr "Страницы"
360
 
361
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
362
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
363
  msgid "Excerpts and Posts page"
364
  msgstr "Страницы анонсов и страниц"
365
 
366
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
367
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
368
  msgid "Category Archives"
369
  msgstr "Архивы категорий"
370
 
371
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
372
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
373
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
374
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
375
 
@@ -382,12 +384,12 @@ msgid "BuddyPress group (only at top of content)"
382
  msgstr "BuddyPress группы (только в верхней части контента)"
383
 
384
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
385
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
386
  msgid "BBPress forum"
387
  msgstr "BBPress форум"
388
 
389
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
390
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
391
  msgid "BBPress topic"
392
  msgstr "BBPress тема"
393
 
@@ -425,8 +427,8 @@ msgstr ""
425
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
426
 
427
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
428
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
429
- #: inc/widget.php:466 inc/widget.php:779
430
  msgid "Background Color"
431
  msgstr "Цвет фона"
432
 
@@ -442,7 +444,7 @@ msgstr ""
442
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
443
  "\" target=\"_blank\">здесь</a>"
444
 
445
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
446
  msgid "Left offset"
447
  msgstr "Смещение влево"
448
 
@@ -455,7 +457,7 @@ msgstr ""
455
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
456
  "отрицательным."
457
 
458
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
459
  msgid "Right offset"
460
  msgstr "Смещение вправо"
461
 
@@ -468,7 +470,7 @@ msgstr ""
468
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
469
  "отрицательным."
470
 
471
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
472
  msgid "Top offset"
473
  msgstr "Верхний отступ"
474
 
@@ -480,7 +482,7 @@ msgstr ""
480
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
481
  "и уменьшать по отношению к верху. "
482
 
483
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
484
  msgid "BuddyPress group"
485
  msgstr "BuddyPress группа"
486
 
@@ -498,7 +500,7 @@ msgstr ""
498
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
499
  "мобильных устройствах"
500
 
501
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
502
  msgid "Url shortener"
503
  msgstr "Укорачивание URL"
504
 
@@ -518,15 +520,15 @@ msgstr ""
518
  msgid "Enable bit.ly url shortener for tweet button"
519
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
520
 
521
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
522
  msgid "Master control to enable bit.ly url shortening for sharing"
523
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
524
 
525
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
526
  msgid "Bit.ly generic access token"
527
  msgstr ""
528
 
529
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
530
  #, php-format
531
  msgid ""
532
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -535,15 +537,15 @@ msgid ""
535
  "\">link</a>"
536
  msgstr ""
537
 
538
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
539
  msgid "Clear Bitly Cache"
540
  msgstr "Очистить Bitly кэш"
541
 
542
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
543
  msgid "ShortUrl cache cleared successfully."
544
  msgstr "ShortUrl кэш успешно очищен."
545
 
546
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
547
  msgid ""
548
  "Use this to delete short urls saved in database. Handy, if urls of your "
549
  "website have been changed but short urls are still being generated for old "
@@ -554,8 +556,8 @@ msgstr ""
554
  "адреса по-прежнему создаются для старых URL-адресов."
555
 
556
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
557
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
558
- #: admin/social_sharing.php:1760
559
  msgid "Language"
560
  msgstr "Язык"
561
 
@@ -598,11 +600,11 @@ msgstr ""
598
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
599
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
600
 
601
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
602
  msgid "myCRED"
603
  msgstr ""
604
 
605
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
606
  msgid "Append myCRED referral ID to the urls being shared"
607
  msgstr ""
608
 
@@ -610,22 +612,22 @@ msgstr ""
610
  msgid "Like Buttons Shortcode & Widget"
611
  msgstr "Шорткод и виджет Нравится"
612
 
613
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
614
  msgid "Why is there so much space between like buttons?"
615
  msgstr "Почему существует так много места между кнопками?"
616
 
617
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
618
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
619
  msgstr ""
620
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
621
  "главной странице?"
622
 
623
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
624
  msgid "How to Place Title and Social Share Icons in the Same Row?"
625
  msgstr ""
626
 
627
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
628
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
629
  #, fuzzy
630
  msgid "More"
631
  msgstr ""
@@ -838,8 +840,8 @@ msgstr ""
838
  msgid "Social Commenting Shortcode"
839
  msgstr "Шорткод комментирования через социальные сети"
840
 
841
- #: admin/social_commenting.php:386 admin/social_login.php:1962
842
- #: admin/social_sharing.php:1915
843
  msgid ""
844
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
845
  "an online website for the plugin to function properly."
@@ -856,8 +858,8 @@ msgid ""
856
  "Https?"
857
  msgstr ""
858
 
859
- #: admin/social_commenting.php:389 admin/social_login.php:1967
860
- #: admin/social_sharing.php:1930
861
  msgid "Why is my browser blocking some features of the plugin?"
862
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
863
 
@@ -893,12 +895,12 @@ msgstr "Основные настройки"
893
  msgid "Advanced Configuration"
894
  msgstr "Расширенная конфигурация"
895
 
896
- #: admin/social_login.php:41 admin/social_login.php:1746
897
- #: super_socializer.php:2485
898
  msgid "GDPR"
899
  msgstr ""
900
 
901
- #: admin/social_login.php:43 admin/social_login.php:1897
902
  msgid "XProfile Integration"
903
  msgstr "XProfile интеграция"
904
 
@@ -2042,7 +2044,7 @@ msgstr ""
2042
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2043
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2044
 
2045
- #: admin/social_login.php:1490 super_socializer.php:2091
2046
  msgid "Email required"
2047
  msgstr "Email (Обязательно)"
2048
 
@@ -2103,7 +2105,7 @@ msgid "BuddyPress profile page"
2103
  msgstr "Страница профиля BuddyPress"
2104
 
2105
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2106
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2107
  msgid "Custom Url"
2108
  msgstr "Пользовательская ссылка"
2109
 
@@ -2121,31 +2123,49 @@ msgstr "Перенаправлении регистрации"
2121
  msgid "Same page from where user registered"
2122
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2123
 
2124
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2125
  msgid ""
2126
- "User will be redirected to the selected page after registration (first "
2127
- "Social Login) through Social Login"
2128
  msgstr ""
2129
- "Пользователь будет перенаправлен на выбранную страницу после регистрации "
2130
- "(первый вход чере социальные сети) через социальные логин"
2131
 
2132
- #: admin/social_login.php:1602
2133
  #, fuzzy
2134
  msgid "Social Account Linking Options"
2135
  msgstr "Ссылки на социальный аккаунт"
2136
 
2137
- #: admin/social_login.php:1617
2138
  #, fuzzy
2139
  msgid "Text to display above the Social Account Linking interface"
2140
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2141
 
2142
- #: admin/social_login.php:1624
2143
  msgid ""
2144
  "Link social account to already existing account, if email address matches"
2145
  msgstr ""
2146
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2147
 
2148
- #: admin/social_login.php:1634
2149
  #, fuzzy
2150
  msgid ""
2151
  "If email address of the user's Social Account matches with an already "
@@ -2158,11 +2178,11 @@ msgstr ""
2158
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2159
  "странице профиля."
2160
 
2161
- #: admin/social_login.php:1642
2162
  msgid "Enable social account linking at BuddyPress profile page"
2163
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2164
 
2165
- #: admin/social_login.php:1652
2166
  msgid ""
2167
  "Enable this option to show social account linking interface at BuddyPress "
2168
  "profile page"
@@ -2170,15 +2190,15 @@ msgstr ""
2170
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2171
  "профиля BuddyPress"
2172
 
2173
- #: admin/social_login.php:1663
2174
  msgid "Email popup options"
2175
  msgstr "Параметры всплывающей электронной Почты"
2176
 
2177
- #: admin/social_login.php:1668
2178
  msgid "Text on 'Email required' popup"
2179
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2180
 
2181
- #: admin/social_login.php:1678
2182
  msgid ""
2183
  "This text will be displayed on email required popup. Leave empty if not "
2184
  "required."
@@ -2186,11 +2206,11 @@ msgstr ""
2186
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2187
  "поле пустым если не требуется."
2188
 
2189
- #: admin/social_login.php:1686
2190
  msgid "Error message for 'Email required' popup"
2191
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2192
 
2193
- #: admin/social_login.php:1696
2194
  msgid ""
2195
  "This message will be displayed to user if it provides invalid or already "
2196
  "registered email"
@@ -2198,11 +2218,11 @@ msgstr ""
2198
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2199
  "уже используемую почту"
2200
 
2201
- #: admin/social_login.php:1704
2202
  msgid "Email popup height"
2203
  msgstr "Высота высплывающего окна"
2204
 
2205
- #: admin/social_login.php:1714
2206
  msgid ""
2207
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2208
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2212,11 +2232,11 @@ msgstr ""
2212
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2213
  "базового значения."
2214
 
2215
- #: admin/social_login.php:1721
2216
  msgid "Enable email verification"
2217
  msgstr "Включить проверку электронной почты"
2218
 
2219
- #: admin/social_login.php:1731
2220
  msgid ""
2221
  "If enabled, email provided by the user will be verified by sending a "
2222
  "confirmation link to that email. User would not be able to login without "
@@ -2225,98 +2245,98 @@ msgstr ""
2225
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2226
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2227
 
2228
- #: admin/social_login.php:1751
2229
  #, fuzzy
2230
  msgid "Enable GDPR opt-in"
2231
  msgstr "Активировать комментирование через Disqus"
2232
 
2233
- #: admin/social_login.php:1761
2234
  msgid ""
2235
  "Enable it to show GDPR opt-in for social login and social account linking"
2236
  msgstr ""
2237
 
2238
- #: admin/social_login.php:1769
2239
  #, fuzzy
2240
  msgid "Placement of GDPR opt-in"
2241
  msgstr "Активировать комментирование через Disqus"
2242
 
2243
- #: admin/social_login.php:1773
2244
  #, fuzzy
2245
  msgid "Above Social Login icons"
2246
  msgstr "Параметры входа через соцсети"
2247
 
2248
- #: admin/social_login.php:1775
2249
  #, fuzzy
2250
  msgid "Below Social Login icons"
2251
  msgstr "Параметры входа через соцсети"
2252
 
2253
- #: admin/social_login.php:1781
2254
  #, fuzzy
2255
  msgid "Placement of GDPR opt-in above or below the social login icons"
2256
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2257
 
2258
- #: admin/social_login.php:1788
2259
  msgid "Opt-in text"
2260
  msgstr ""
2261
 
2262
- #: admin/social_login.php:1798
2263
  #, fuzzy
2264
  msgid "Text for the GDPR opt-in"
2265
  msgstr "Активировать комментирование через Disqus"
2266
 
2267
- #: admin/social_login.php:1805
2268
  msgid "Text to link to Terms-Conditions page"
2269
  msgstr ""
2270
 
2271
- #: admin/social_login.php:1815
2272
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2273
  msgstr ""
2274
 
2275
- #: admin/social_login.php:1822
2276
  msgid "Terms-Conditions Url"
2277
  msgstr ""
2278
 
2279
- #: admin/social_login.php:1832
2280
  #, fuzzy
2281
  msgid "Url of the terms-conditions page of your website"
2282
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2283
 
2284
- #: admin/social_login.php:1839
2285
  msgid "Text to link to Privacy Policy page"
2286
  msgstr ""
2287
 
2288
- #: admin/social_login.php:1849
2289
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2290
  msgstr ""
2291
 
2292
- #: admin/social_login.php:1856
2293
  msgid "Privacy Policy Url"
2294
  msgstr ""
2295
 
2296
- #: admin/social_login.php:1866
2297
  #, fuzzy
2298
  msgid "Url of the privacy policy page of your website"
2299
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2300
 
2301
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2302
- #: inc/widget.php:608 inc/widget.php:757
2303
  msgid "Select"
2304
  msgstr "Выбор"
2305
 
2306
- #: admin/social_login.php:1948
2307
  msgid "Social Login Shortcode & Widget"
2308
  msgstr "Шорткод и виджет для входа через социальные сети "
2309
 
2310
- #: admin/social_login.php:1949
2311
  msgid "Social Linking Shortcode"
2312
  msgstr "Шорткод социальных ссылок"
2313
 
2314
- #: admin/social_login.php:1964
2315
  #, fuzzy
2316
  msgid "Why is social login not working?"
2317
  msgstr "Почему Facebook логин не работает?"
2318
 
2319
- #: admin/social_login.php:1965
2320
  msgid ""
2321
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2322
  "belong to the same app"
@@ -2359,12 +2379,12 @@ msgid "Shape"
2359
  msgstr "Форма"
2360
 
2361
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2362
- #: inc/widget.php:1095
2363
  msgid "Round"
2364
  msgstr "Круглая"
2365
 
2366
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2367
- #: inc/widget.php:1096
2368
  msgid "Square"
2369
  msgstr "Квадратная"
2370
 
@@ -2541,52 +2561,49 @@ msgstr ""
2541
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
2542
  "перенаправить пользователей, по нажатию на иконку"
2543
 
2544
- #: admin/social_sharing.php:775
2545
- #, fuzzy
2546
- msgid "Youtube username"
2547
- msgstr "bit.ly пользователя"
2548
 
2549
- #: admin/social_sharing.php:785
2550
  #, fuzzy
2551
- msgid ""
2552
- "Username of the Youtube account you want to redirect users to, on clicking "
2553
- "the icon"
2554
  msgstr ""
2555
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
2556
  "перенаправить пользователей, по нажатию на иконку"
2557
 
2558
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2559
  #, fuzzy
2560
  msgid "HTML ID of container element of comment form"
2561
  msgstr "HTML-идентификатор форма комментария контейнер"
2562
 
2563
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2564
  msgid ""
2565
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2566
  "icon."
2567
  msgstr ""
2568
 
2569
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2570
  msgid "Rearrange icons"
2571
  msgstr "Переставить иконы"
2572
 
2573
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2574
  msgid "Drag the icons to rearrange in desired order"
2575
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
2576
 
2577
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2578
  msgid "Select Sharing Services"
2579
  msgstr "Выберите сервисы Поделиться"
2580
 
2581
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2582
  msgid "Select sharing services to show in social share bar"
2583
  msgstr "Выберите сервисы для показа в панели шейринга"
2584
 
2585
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2586
  msgid "Search social network"
2587
  msgstr ""
2588
 
2589
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2590
  msgid "Horizontal alignment of the sharing interface"
2591
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
2592
 
@@ -2594,7 +2611,7 @@ msgstr "Горизонтальное выравнивание интерфейс
2594
  msgid "Specify position of the sharing interface with respect to the content"
2595
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
2596
 
2597
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2598
  msgid "Placement"
2599
  msgstr "Размещение"
2600
 
@@ -2602,11 +2619,11 @@ msgstr "Размещение"
2602
  msgid "Specify the pages where you want to enable Sharing interface"
2603
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
2604
 
2605
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2606
  msgid "Show share counts"
2607
  msgstr "Показать счетчик кнопок Поделиться"
2608
 
2609
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2610
  #, fuzzy
2611
  msgid ""
2612
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2615,7 +2632,7 @@ msgstr ""
2615
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
2616
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
2617
 
2618
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2619
  #, php-format
2620
  msgid ""
2621
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2624,30 +2641,30 @@ msgid ""
2624
  "their website."
2625
  msgstr ""
2626
 
2627
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2628
  msgid "If enabled, share counts are displayed above sharing icons."
2629
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
2630
 
2631
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2632
- #: admin/social_sharing.php:1702
2633
  msgid "Track Social Shares for Every Social Network"
2634
  msgstr ""
2635
 
2636
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2637
  msgid "Show total shares"
2638
  msgstr "Включить общее количество Поделиться"
2639
 
2640
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2641
  msgid "If enabled, total shares will be displayed with sharing icons"
2642
  msgstr ""
2643
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
2644
  "Поделиться"
2645
 
2646
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2647
  msgid "Enable 'More' icon"
2648
  msgstr "Включить значок «Больше»"
2649
 
2650
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2651
  msgid ""
2652
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2653
  "which shows additional sharing networks in popup"
@@ -2667,7 +2684,7 @@ msgstr "Включить интерфейс плавающих кнопок П
2667
  msgid "Master control to enable floating sharing widget"
2668
  msgstr "Мастер управления включения плавающего виджета Поделиться"
2669
 
2670
- #: admin/social_sharing.php:1319
2671
  msgid ""
2672
  "Specify the color or hex code (example #cc78e0) for the background of "
2673
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2679,7 +2696,7 @@ msgstr ""
2679
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
2680
  "com/\" target=\"_blank\">здесь</a>"
2681
 
2682
- #: admin/social_sharing.php:1357
2683
  msgid ""
2684
  "Specify a number. Increase in number will shift sharing interface towards "
2685
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2688,7 +2705,7 @@ msgstr ""
2688
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
2689
  "может быть отрицательным."
2690
 
2691
- #: admin/social_sharing.php:1376
2692
  msgid ""
2693
  "Specify a number. Increase in number will shift sharing interface towards "
2694
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2697,7 +2714,7 @@ msgstr ""
2697
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
2698
  "может быть отрицательным."
2699
 
2700
- #: admin/social_sharing.php:1394
2701
  msgid ""
2702
  "Specify a number. Increase in number will shift sharing interface towards "
2703
  "bottom and decrease will shift it towards top."
@@ -2705,33 +2722,33 @@ msgstr ""
2705
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
2706
  "отношению к низу и уменьшать по отношению к верху. "
2707
 
2708
- #: admin/social_sharing.php:1450
2709
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2710
  msgstr ""
2711
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
2712
 
2713
- #: admin/social_sharing.php:1519
2714
  #, fuzzy
2715
  msgid "Hide floating slider"
2716
  msgstr "Скрыть для зарегистрированных пользователей"
2717
 
2718
- #: admin/social_sharing.php:1529
2719
  #, fuzzy
2720
  msgid "Hides the slider arrow present below the floating share bar"
2721
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
2722
 
2723
- #: admin/social_sharing.php:1536
2724
  msgid "Vertical floating bar responsiveness"
2725
  msgstr "Отзывчивость вертикальных плавающих кнопок"
2726
 
2727
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2728
  #, php-format
2729
  msgid "Display vertical interface only when screen is wider than %s pixels"
2730
  msgstr ""
2731
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
2732
  "пикселей."
2733
 
2734
- #: admin/social_sharing.php:1546
2735
  msgid ""
2736
  "Display vertical interface only when screen is wider than the width "
2737
  "specified."
@@ -2739,11 +2756,11 @@ msgstr ""
2739
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
2740
  "ширина по умолчанию."
2741
 
2742
- #: admin/social_sharing.php:1553
2743
  msgid "Horizontal floating bar responsiveness"
2744
  msgstr "Отзывчивость вертикальных плавающих кнопок"
2745
 
2746
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2747
  #, php-format
2748
  msgid ""
2749
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2752,7 +2769,7 @@ msgstr ""
2752
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
2753
  "уже чем %s пикселей"
2754
 
2755
- #: admin/social_sharing.php:1563
2756
  msgid ""
2757
  "Stick vertical floating interface horizontally at bottom only when screen is "
2758
  "narrower than the width specified"
@@ -2760,73 +2777,73 @@ msgstr ""
2760
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
2761
  "уже чем указанная ширина"
2762
 
2763
- #: admin/social_sharing.php:1572
2764
  msgid "Horizontal floating bar position"
2765
  msgstr "Расположение горизонтальной плавающей панели"
2766
 
2767
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2768
  #, php-format
2769
  msgid "%s pixels from %s"
2770
  msgstr "%s пикселей от %s"
2771
 
2772
- #: admin/social_sharing.php:1576
2773
  msgid "Auto-adjust according to screen width (responsive)"
2774
  msgstr ""
2775
 
2776
- #: admin/social_sharing.php:1583
2777
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2778
  msgstr ""
2779
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
2780
  "отрицательным."
2781
 
2782
- #: admin/social_sharing.php:1608
2783
  msgid "Use plain background for Instagram icon"
2784
  msgstr ""
2785
 
2786
- #: admin/social_sharing.php:1618
2787
  msgid ""
2788
  "Uses plain background for Instagram icon instead of multicolored background"
2789
  msgstr ""
2790
 
2791
- #: admin/social_sharing.php:1631
2792
  msgid "Use shortlinks already installed"
2793
  msgstr "Использование коротких ссылок уже установлено"
2794
 
2795
- #: admin/social_sharing.php:1641
2796
  msgid "Uses default short url permalinks without using any additional plugin"
2797
  msgstr ""
2798
  "Использует по умолчанию постоянные короткие url без использования каких-"
2799
  "либо дополнительных плагинов"
2800
 
2801
- #: admin/social_sharing.php:1648
2802
  msgid "Enable bit.ly url shortener for sharing"
2803
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
2804
 
2805
- #: admin/social_sharing.php:1707
2806
  msgid "Share Count Cache"
2807
  msgstr "Кэш счетчиков поделиться"
2808
 
2809
- #: admin/social_sharing.php:1712
2810
  msgid "Refresh Share Count cache every"
2811
  msgstr "Обновить кэш счетчиков Поделиться"
2812
 
2813
- #: admin/social_sharing.php:1717
2814
  msgid "Second(s)"
2815
  msgstr "Секунд"
2816
 
2817
- #: admin/social_sharing.php:1718
2818
  msgid "Minute(s)"
2819
  msgstr "Минут"
2820
 
2821
- #: admin/social_sharing.php:1719
2822
  msgid "Hour(s)"
2823
  msgstr "Часов"
2824
 
2825
- #: admin/social_sharing.php:1720
2826
  msgid "Day(s)"
2827
  msgstr "Дней"
2828
 
2829
- #: admin/social_sharing.php:1728
2830
  #, fuzzy, php-format
2831
  msgid ""
2832
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2836,19 +2853,19 @@ msgstr ""
2836
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
2837
  "включенными счетчиками Поделиться"
2838
 
2839
- #: admin/social_sharing.php:1735
2840
  msgid "Clear Share Counts Cache"
2841
  msgstr "Очистить кэш счетчиков Поделиться"
2842
 
2843
- #: admin/social_sharing.php:1739
2844
  msgid "Share Counts cache cleared successfully."
2845
  msgstr "Share Counts кэш успешно очищен."
2846
 
2847
- #: admin/social_sharing.php:1746
2848
  msgid "Use this to clear cached share counts"
2849
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
2850
 
2851
- #: admin/social_sharing.php:1770
2852
  #, php-format
2853
  msgid ""
2854
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2859,15 +2876,15 @@ msgstr ""
2859
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2860
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2861
 
2862
- #: admin/social_sharing.php:1779
2863
  msgid "Username in sharing"
2864
  msgstr "Имя пользователя чтобы поделиться"
2865
 
2866
- #: admin/social_sharing.php:1784
2867
  msgid "Twitter username (without @)"
2868
  msgstr "Twitter имя пользователя (без @)"
2869
 
2870
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2871
  msgid ""
2872
  "Provided username will be appended after the content being shared as \"via "
2873
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2876,27 +2893,27 @@ msgstr ""
2876
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
2877
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
2878
 
2879
- #: admin/social_sharing.php:1802
2880
  msgid "Buffer username (without @)"
2881
  msgstr "Имя пользователя в Twitter (без @)"
2882
 
2883
- #: admin/social_sharing.php:1821
2884
  msgid "AMP"
2885
  msgstr "AMP"
2886
 
2887
- #: admin/social_sharing.php:1826
2888
  msgid "Enable sharing on AMP pages"
2889
  msgstr "Разрешить общий доступ на страницах AMP"
2890
 
2891
- #: admin/social_sharing.php:1836
2892
  msgid "Enable this option to render sharing icons on AMP pages"
2893
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
2894
 
2895
- #: admin/social_sharing.php:1893
2896
  msgid "Facebook Sharing Troubleshooter"
2897
  msgstr "Устранение неисправностей Поделиться от Facebook"
2898
 
2899
- #: admin/social_sharing.php:1898
2900
  #, fuzzy
2901
  msgid ""
2902
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2908,7 +2925,7 @@ msgstr ""
2908
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
2909
  "\"Получение информации о новой поломке\" ."
2910
 
2911
- #: admin/social_sharing.php:1916
2912
  msgid ""
2913
  "Why is sharer not showing the correct image, title and other meta tags "
2914
  "content?"
@@ -2916,12 +2933,12 @@ msgstr ""
2916
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
2917
  "мета данные контента? "
2918
 
2919
- #: admin/social_sharing.php:1917
2920
  #, fuzzy
2921
  msgid "Why is Facebook share count not working?"
2922
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2923
 
2924
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2925
  #, php-format
2926
  msgid ""
2927
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2930,11 +2947,11 @@ msgid ""
2930
  "not just for Facebook but for all the social networks"
2931
  msgstr ""
2932
 
2933
- #: admin/social_sharing.php:1920
2934
  msgid "Why is Instagram icon redirecting to Instagram website?"
2935
  msgstr ""
2936
 
2937
- #: admin/social_sharing.php:1921
2938
  msgid ""
2939
  "Instagram icon is there to send website visitors to the Instagram page of "
2940
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2942,38 +2959,38 @@ msgid ""
2942
  "sections."
2943
  msgstr ""
2944
 
2945
- #: admin/social_sharing.php:1924
2946
  #, fuzzy
2947
  msgid "How to customize the url being shared?"
2948
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
2949
 
2950
- #: admin/social_sharing.php:1925
2951
  msgid ""
2952
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2953
  msgstr ""
2954
 
2955
- #: admin/social_sharing.php:1926
2956
  msgid ""
2957
  "It takes some time for their service to track the shares made on Twitter "
2958
  "from your website. If you still feel it's taking too long you can contact "
2959
  "their support directly from their website."
2960
  msgstr ""
2961
 
2962
- #: admin/social_sharing.php:1929
2963
  msgid ""
2964
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2965
  msgstr ""
2966
 
2967
- #: admin/social_sharing.php:1931
2968
  #, fuzzy
2969
  msgid "Why the color of share icons is not being updated?"
2970
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2971
 
2972
- #: admin/social_sharing.php:1932
2973
  msgid "Why Facebook share counts are not appearing?"
2974
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2975
 
2976
- #: admin/social_sharing.php:1933
2977
  msgid ""
2978
  "How can I show share counts of my website rather than of individual pages/"
2979
  "posts?"
@@ -2981,40 +2998,40 @@ msgstr ""
2981
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
2982
  "постах?"
2983
 
2984
- #: admin/social_sharing.php:1934
2985
  msgid "How can I disable sharing on particular page/post?"
2986
  msgstr ""
2987
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
2988
 
2989
- #: admin/social_sharing.php:1935
2990
  msgid "How can I specify minimum sharing count for sharing networks?"
2991
  msgstr "Как мне указать минимальное количество для Поделиться"
2992
 
2993
- #: admin/social_sharing.php:1936
2994
  msgid "How to share specific page?"
2995
  msgstr "Как поделиться определенной страницей?"
2996
 
2997
- #: admin/social_sharing.php:1937
2998
  msgid "How to integrate Google Analytics with sharing?"
2999
  msgstr "Как интегрировать Google Analytics с Поделиться?"
3000
 
3001
- #: admin/social_sharing.php:1938
3002
  msgid "How to customize the look of total share counts?"
3003
  msgstr "Как настроить внешний вид счетчиков поделиться?"
3004
 
3005
- #: admin/social_sharing.php:1939
3006
  msgid "How to customize the look of individual share counts?"
3007
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
3008
 
3009
- #: admin/social_sharing.php:1940
3010
  msgid "How to show Whatsapp icon only on mobile devices?"
3011
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
3012
 
3013
- #: admin/social_sharing.php:1941
3014
  msgid "How to hide arrow after floating sharing bar?"
3015
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
3016
 
3017
- #: admin/social_sharing.php:1942
3018
  #, fuzzy
3019
  msgid "Why is share count not getting updated?"
3020
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
@@ -3100,11 +3117,11 @@ msgstr "Запустить счетчик поделиться для"
3100
  msgid "Floating Sharing Interface"
3101
  msgstr "Плавающий интерфейс Поделиться"
3102
 
3103
- #: helper.php:907 super_socializer.php:2501
3104
  msgid "Social Avatar"
3105
  msgstr "Социальный аватар"
3106
 
3107
- #: helper.php:910 super_socializer.php:2512
3108
  msgid ""
3109
  "Do not fetch and update social avatar from my profile, next time I Social "
3110
  "Login"
@@ -3112,38 +3129,38 @@ msgstr ""
3112
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
3113
  "я когда я использую вход через соцсети"
3114
 
3115
- #: helper.php:911 super_socializer.php:2516
3116
  msgid "Update social avatar, next time I Social Login"
3117
  msgstr ""
3118
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
3119
  "соцсети"
3120
 
3121
- #: helper.php:914
3122
  msgid "Small Avatar"
3123
  msgstr "Небольшой аватар"
3124
 
3125
- #: helper.php:918
3126
  msgid "Large Avatar"
3127
  msgstr "Большой аватар"
3128
 
3129
- #: helper.php:978 super_socializer.php:2069
3130
  msgid "Please verify your email address to login."
3131
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
3132
 
3133
- #: helper.php:1015
3134
  msgid "Click to delete social profile data"
3135
  msgstr ""
3136
 
3137
- #: helper.php:1044
3138
  #, fuzzy
3139
  msgid "Deleting"
3140
  msgstr "Настройки"
3141
 
3142
- #: helper.php:1054
3143
  msgid "Deleted"
3144
  msgstr ""
3145
 
3146
- #: helper.php:1056
3147
  msgid "Something bad happened"
3148
  msgstr ""
3149
 
@@ -3160,27 +3177,27 @@ msgstr ""
3160
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
3161
  "панели"
3162
 
3163
- #: inc/social_login.php:1035
3164
  msgid "Email"
3165
  msgstr "Email"
3166
 
3167
- #: inc/social_login.php:1036
3168
  msgid "Confirm email"
3169
  msgstr "Подтвердить e-mail"
3170
 
3171
- #: inc/social_login.php:1038
3172
  msgid "Save"
3173
  msgstr "Сохранить"
3174
 
3175
- #: inc/social_login.php:1039
3176
  msgid "Cancel"
3177
  msgstr "Отменить"
3178
 
3179
- #: inc/social_login.php:1113
3180
  msgid "Email Verification"
3181
  msgstr "Подтверждение адреса электронной почты"
3182
 
3183
- #: inc/social_login.php:1115
3184
  msgid ""
3185
  "Please click on the following link or paste it in browser to verify your "
3186
  "email"
@@ -3203,19 +3220,19 @@ msgstr "Архивы "
3203
  msgid "Total Shares"
3204
  msgstr "Включить общее количество Поделиться"
3205
 
3206
- #: inc/social_sharing.php:272 super_socializer.php:2179
3207
  msgid "Share"
3208
  msgstr "Поделиться"
3209
 
3210
- #: inc/social_sharing.php:272 super_socializer.php:2179
3211
  msgid "Shares"
3212
  msgstr "Поделились"
3213
 
3214
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3215
  msgid "Invalid request"
3216
  msgstr "Неверный Запрос!"
3217
 
3218
- #: inc/social_sharing.php:978
3219
  msgid "Providers not selected"
3220
  msgstr "Сервисы не выбраны"
3221
 
@@ -3253,16 +3270,16 @@ msgstr "Название (до логина):"
3253
  msgid "Title (after login):"
3254
  msgstr "Название (после логина):"
3255
 
3256
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3257
  msgid "Before widget content:"
3258
  msgstr "Перед содержимым виджета"
3259
 
3260
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3261
  msgid "After widget content:"
3262
  msgstr "После содержимого виджета"
3263
 
3264
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3265
- #: inc/widget.php:782
3266
  msgid "Hide for logged in users:"
3267
  msgstr "Скрыть для зарегистрированных пользователей"
3268
 
@@ -3276,6 +3293,10 @@ msgstr ""
3276
  "использовать Поделиться содержимым в популярных социальных сетях типа "
3277
  "Facebook, Twitter, Tumblr, Google+ и многих других."
3278
 
 
 
 
 
3279
  #: inc/widget.php:253
3280
  msgid ""
3281
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3284,7 +3305,7 @@ msgstr ""
3284
  "Убедитесь что стандартные кнопки Поделиться включены на странице Super "
3285
  "Socializer > Поделиться"
3286
 
3287
- #: inc/widget.php:254 inc/widget.php:604
3288
  msgid "Title:"
3289
  msgstr "Заголовок:"
3290
 
@@ -3296,11 +3317,11 @@ msgstr "Показать индвидуальные счетчики Подел
3296
  msgid "Show total shares:"
3297
  msgstr "Показать общее количество Поделиться"
3298
 
3299
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3300
  msgid "Target Url:"
3301
  msgstr "Целевой URL:"
3302
 
3303
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3304
  #, fuzzy
3305
  msgid "Custom URL"
3306
  msgstr "Пользовательская ссылка"
@@ -3323,23 +3344,23 @@ msgstr ""
3323
  "Убедитесь что плавающие кнопкии Поделиться включены на странице Super "
3324
  "Socializer > Поделиться."
3325
 
3326
- #: inc/widget.php:450 inc/widget.php:763
3327
  msgid "Alignment"
3328
  msgstr "Выравнивание"
3329
 
3330
- #: inc/widget.php:456 inc/widget.php:769
3331
  msgid "Left Offset"
3332
  msgstr "Смещение влево"
3333
 
3334
- #: inc/widget.php:460 inc/widget.php:773
3335
  msgid "Right Offset"
3336
  msgstr "Смещение вправо"
3337
 
3338
- #: inc/widget.php:463 inc/widget.php:776
3339
  msgid "Top Offset"
3340
  msgstr "Верхний отступ"
3341
 
3342
- #: inc/widget.php:488
3343
  #, fuzzy
3344
  msgid ""
3345
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3349,7 +3370,7 @@ msgstr ""
3349
  "использовать Поделиться/Нравится чтобы поделиться содержиым в популярных "
3350
  "социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих других."
3351
 
3352
- #: inc/widget.php:603
3353
  msgid ""
3354
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3355
  "Like Buttons\" page."
@@ -3357,7 +3378,7 @@ msgstr ""
3357
  "Убедитесь что стандартные кнопки Нравится включены на странице Super "
3358
  "Socializer > Нравится."
3359
 
3360
- #: inc/widget.php:637
3361
  #, fuzzy
3362
  msgid ""
3363
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3368,7 +3389,7 @@ msgstr ""
3368
  "популярных социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих "
3369
  "других."
3370
 
3371
- #: inc/widget.php:754
3372
  msgid ""
3373
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3374
  "Like Buttons\" page."
@@ -3376,203 +3397,203 @@ msgstr ""
3376
  "Убедитесь что плавающие кнопки Нравится включены на странице Super "
3377
  "Socializer > Нравится."
3378
 
3379
- #: inc/widget.php:798
3380
  #, fuzzy
3381
  msgid "Super Socializer - Follow Icons"
3382
  msgstr "Super Socializer - Вход"
3383
 
3384
- #: inc/widget.php:800
3385
  #, fuzzy
3386
  msgid "These icons link to your Social Media accounts"
3387
  msgstr "Вход через соцсети"
3388
 
3389
- #: inc/widget.php:1037
3390
  msgid "Type:"
3391
  msgstr ""
3392
 
3393
- #: inc/widget.php:1040
3394
  #, fuzzy
3395
  msgid "Standard"
3396
  msgstr "Стандартные параметры интерфейса"
3397
 
3398
- #: inc/widget.php:1043
3399
  #, fuzzy
3400
  msgid "Floating"
3401
  msgstr "Активировать плавающие кнопки Нравится"
3402
 
3403
- #: inc/widget.php:1048
3404
  #, fuzzy
3405
  msgid "Top offset:"
3406
  msgstr "Верхний отступ"
3407
 
3408
- #: inc/widget.php:1052
3409
  #, fuzzy
3410
  msgid "Alignment:"
3411
  msgstr "Выравнивание"
3412
 
3413
- #: inc/widget.php:1070
3414
  #, fuzzy
3415
  msgid "Offset"
3416
  msgstr "Верхний отступ"
3417
 
3418
- #: inc/widget.php:1084
3419
  #, fuzzy
3420
  msgid "right"
3421
  msgstr "Справа"
3422
 
3423
- #: inc/widget.php:1084
3424
  #, fuzzy
3425
  msgid "left"
3426
  msgstr "Слева"
3427
 
3428
- #: inc/widget.php:1087
3429
  msgid "Auto-adjust according to the screen-width (responsive)"
3430
  msgstr ""
3431
 
3432
- #: inc/widget.php:1091
3433
  #, fuzzy
3434
  msgid "Size of icons"
3435
  msgstr "Размер кнопок Поделиться"
3436
 
3437
- #: inc/widget.php:1093
3438
  #, fuzzy
3439
  msgid "Icon Shape"
3440
  msgstr "Форма"
3441
 
3442
- #: inc/widget.php:1098
3443
  msgid "Apply icon color and background color from Theme Selection section:"
3444
  msgstr ""
3445
 
3446
- #: inc/widget.php:1100
3447
  msgid "No"
3448
  msgstr ""
3449
 
3450
- #: inc/widget.php:1101
3451
  #, fuzzy
3452
  msgid "Yes, Standard Interface Theme"
3453
  msgstr "Стандартный интерфейс"
3454
 
3455
- #: inc/widget.php:1102
3456
  #, fuzzy
3457
  msgid "Yes, Floating Interface Theme"
3458
  msgstr "Плавающий интерфейс Поделиться"
3459
 
3460
- #: inc/widget.php:1104
3461
  #, fuzzy
3462
  msgid "Facebook URL:"
3463
  msgstr "Facebook App ID"
3464
 
3465
- #: inc/widget.php:1107
3466
  #, fuzzy
3467
  msgid "Twitter URL:"
3468
  msgstr "Twitter"
3469
 
3470
- #: inc/widget.php:1110
3471
  #, fuzzy
3472
  msgid "Parler URL:"
3473
  msgstr "Instagram"
3474
 
3475
- #: inc/widget.php:1113
3476
  #, fuzzy
3477
  msgid "Instagram URL:"
3478
  msgstr "Instagram"
3479
 
3480
- #: inc/widget.php:1116
3481
  msgid "Pinterest URL:"
3482
  msgstr ""
3483
 
3484
- #: inc/widget.php:1119
3485
  msgid "Behance URL:"
3486
  msgstr ""
3487
 
3488
- #: inc/widget.php:1122
3489
  msgid "Flickr URL:"
3490
  msgstr ""
3491
 
3492
- #: inc/widget.php:1125
3493
  msgid "Foursquare URL:"
3494
  msgstr ""
3495
 
3496
- #: inc/widget.php:1128
3497
  msgid "Github URL:"
3498
  msgstr ""
3499
 
3500
- #: inc/widget.php:1131
3501
  #, fuzzy
3502
  msgid "LinkedIn URL:"
3503
  msgstr "LinkedIn"
3504
 
3505
- #: inc/widget.php:1134
3506
  #, fuzzy
3507
  msgid "LinkedIn Company URL:"
3508
  msgstr "LinkedIn"
3509
 
3510
- #: inc/widget.php:1137
3511
  msgid "Medium URL:"
3512
  msgstr ""
3513
 
3514
- #: inc/widget.php:1140
3515
  msgid "MeWe URL:"
3516
  msgstr ""
3517
 
3518
- #: inc/widget.php:1143
3519
  msgid "Odnoklassniki URL:"
3520
  msgstr ""
3521
 
3522
- #: inc/widget.php:1146
3523
  msgid "Snapchat URL:"
3524
  msgstr ""
3525
 
3526
- #: inc/widget.php:1149
3527
  #, fuzzy
3528
  msgid "Telegram URL:"
3529
  msgstr "Instagram"
3530
 
3531
- #: inc/widget.php:1152
3532
  msgid "Tumblr URL:"
3533
  msgstr ""
3534
 
3535
- #: inc/widget.php:1155
3536
  msgid "Vimeo URL:"
3537
  msgstr ""
3538
 
3539
- #: inc/widget.php:1158
3540
  #, fuzzy
3541
  msgid "Vkontakte URL:"
3542
  msgstr "Вконтакте"
3543
 
3544
- #: inc/widget.php:1161
3545
  #, fuzzy
3546
  msgid "Xing URL:"
3547
  msgstr "LinkedIn"
3548
 
3549
- #: inc/widget.php:1164
3550
  msgid "Youtube URL:"
3551
  msgstr ""
3552
 
3553
- #: inc/widget.php:1167
3554
  msgid "Youtube Channel URL:"
3555
  msgstr ""
3556
 
3557
- #: inc/widget.php:1170
3558
  msgid "RSS Feed URL:"
3559
  msgstr ""
3560
 
3561
- #: inc/widget.php:1173
3562
  #, fuzzy
3563
  msgid "Gab.com URL:"
3564
  msgstr "Facebook App ID"
3565
 
3566
- #: inc/widget.php:1176
3567
  #, fuzzy
3568
  msgid "Gettr.com URL:"
3569
  msgstr "Twitter"
3570
 
3571
- #: super_socializer.php:556
3572
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3573
  msgstr ""
3574
 
3575
- #: super_socializer.php:1846
3576
  msgid ""
3577
  "cURL is not enabled at your website server. Please contact your website "
3578
  "server administrator to enable it."
@@ -3580,7 +3601,7 @@ msgstr ""
3580
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
3581
  "администратору вашего сайта, чтобы включить это."
3582
 
3583
- #: super_socializer.php:1874
3584
  #, fuzzy, php-format
3585
  msgid ""
3586
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3589,7 +3610,7 @@ msgstr ""
3589
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3590
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3591
 
3592
- #: super_socializer.php:1877
3593
  #, fuzzy, php-format
3594
  msgid ""
3595
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3598,7 +3619,7 @@ msgstr ""
3598
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3599
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3600
 
3601
- #: super_socializer.php:1880
3602
  msgid ""
3603
  "Make sure cURL is enabled at your website server. You may need to contact "
3604
  "the server administrator of your website to verify this"
@@ -3606,134 +3627,134 @@ msgstr ""
3606
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
3607
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
3608
 
3609
- #: super_socializer.php:2047
3610
  #, fuzzy
3611
  msgid "Search"
3612
  msgstr "Искать"
3613
 
3614
- #: super_socializer.php:2069
3615
  msgid "Your email has been verified. Now you can login to your account"
3616
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
3617
 
3618
- #: super_socializer.php:2073
3619
  msgid "Notification"
3620
  msgstr "Уведомления"
3621
 
3622
- #: super_socializer.php:2094
3623
  msgid "Please check your email inbox to complete the registration."
3624
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
3625
 
3626
- #: super_socializer.php:2163
3627
  msgid "Leave a reply"
3628
  msgstr "Оставить ответ"
3629
 
3630
- #: super_socializer.php:2179
3631
  #, fuzzy
3632
  msgid "Link copied."
3633
  msgstr "LinkedIn"
3634
 
3635
- #: super_socializer.php:2417
3636
  msgid "Super Socializer - General Options"
3637
  msgstr "Super Socializer - Общие настройки"
3638
 
3639
- #: super_socializer.php:2488
3640
  msgid ""
3641
  "I agree to my personal data being stored and used as per Privacy Policy and "
3642
  "Terms and Conditions"
3643
  msgstr ""
3644
 
3645
- #: super_socializer.php:2492
3646
  msgid ""
3647
  "I revoke my consent to store and use my personal data. Kindly delete my "
3648
  "personal data saved in this website."
3649
  msgstr ""
3650
 
3651
- #: super_socializer.php:2504
3652
  msgid "Small Avatar Url"
3653
  msgstr "Ссылка для маленького аватара"
3654
 
3655
- #: super_socializer.php:2508
3656
  msgid "Large Avatar Url"
3657
  msgstr "Ссылка для большого аватара"
3658
 
3659
- #: super_socializer.php:2610
3660
  msgid "Login with your Social ID"
3661
  msgstr "Войти, используя социальный аккаунт"
3662
 
3663
- #: super_socializer.php:2611
3664
  msgid "Email you entered is already registered or invalid"
3665
  msgstr ""
3666
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
3667
 
3668
- #: super_socializer.php:2618
3669
  msgid "Please enter a valid email address. You might be required to verify it"
3670
  msgstr ""
3671
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
3672
  "потребуется проверить его"
3673
 
3674
- #: super_socializer.php:2622 super_socializer.php:3419
3675
  msgid "Link your social account to login to your account at this website"
3676
  msgstr ""
3677
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
3678
  "этом сайте"
3679
 
3680
- #: super_socializer.php:2882
3681
  msgid "Thanks for installing Super Socializer plugin"
3682
  msgstr ""
3683
 
3684
- #: super_socializer.php:2884
3685
  msgid "Configure the Plugin"
3686
  msgstr ""
3687
 
3688
- #: super_socializer.php:2895
3689
  msgid ""
3690
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3691
  "current version of Super Socializer"
3692
  msgstr ""
3693
 
3694
- #: super_socializer.php:2904
3695
  msgid ""
3696
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3697
  "compatibility with the current version of Super Socializer"
3698
  msgstr ""
3699
 
3700
- #: super_socializer.php:2913
3701
  msgid ""
3702
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3703
  "compatibility with the current version of Super Socializer"
3704
  msgstr ""
3705
 
3706
- #: super_socializer.php:2922
3707
  msgid ""
3708
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3709
  "version of Super Socializer"
3710
  msgstr ""
3711
 
3712
- #: super_socializer.php:2931
3713
  msgid ""
3714
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3715
  "compatibility with the current version of Super Socializer"
3716
  msgstr ""
3717
 
3718
- #: super_socializer.php:2940
3719
  msgid ""
3720
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3721
  "for compatibility with the current version of Super Socializer"
3722
  msgstr ""
3723
 
3724
- #: super_socializer.php:2949
3725
  msgid ""
3726
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3727
  "with current version of Super Socializer"
3728
  msgstr ""
3729
 
3730
- #: super_socializer.php:2960
3731
  #, php-format
3732
  msgid ""
3733
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3734
  msgstr ""
3735
 
3736
- #: super_socializer.php:2969
3737
  #, php-format
3738
  msgid ""
3739
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3741,7 +3762,7 @@ msgid ""
3741
  "Instagram App Secret <a href=\"%s\">here</a>"
3742
  msgstr ""
3743
 
3744
- #: super_socializer.php:2978 super_socializer.php:2987
3745
  #, php-format
3746
  msgid ""
3747
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3750,13 +3771,13 @@ msgid ""
3750
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3751
  msgstr ""
3752
 
3753
- #: super_socializer.php:3003
3754
  #, php-format
3755
  msgid ""
3756
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3757
  msgstr ""
3758
 
3759
- #: super_socializer.php:3027
3760
  #, php-format
3761
  msgid ""
3762
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3764,14 +3785,14 @@ msgid ""
3764
  "target=\"_blank\">here</a>"
3765
  msgstr ""
3766
 
3767
- #: super_socializer.php:3027 super_socializer.php:3052
3768
- #: super_socializer.php:3077 super_socializer.php:3102
3769
- #: super_socializer.php:3135 super_socializer.php:3163
3770
- #: super_socializer.php:3190
3771
  msgid "Okay"
3772
  msgstr "Окей"
3773
 
3774
- #: super_socializer.php:3052
3775
  #, php-format
3776
  msgid ""
3777
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3779,7 +3800,7 @@ msgid ""
3779
  "\">here</a>"
3780
  msgstr ""
3781
 
3782
- #: super_socializer.php:3077
3783
  #, php-format
3784
  msgid ""
3785
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3787,7 +3808,7 @@ msgid ""
3787
  "target=\"_blank\">here</a>"
3788
  msgstr ""
3789
 
3790
- #: super_socializer.php:3102
3791
  #, php-format
3792
  msgid ""
3793
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3795,13 +3816,13 @@ msgid ""
3795
  "target=\"_blank\">here</a>"
3796
  msgstr ""
3797
 
3798
- #: super_socializer.php:3113
3799
  #, php-format
3800
  msgid ""
3801
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3802
  msgstr ""
3803
 
3804
- #: super_socializer.php:3135
3805
  #, php-format
3806
  msgid ""
3807
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3809,7 +3830,7 @@ msgid ""
3809
  "\"%s\" target=\"_blank\">here</a>"
3810
  msgstr ""
3811
 
3812
- #: super_socializer.php:3163
3813
  #, php-format
3814
  msgid ""
3815
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3818,7 +3839,7 @@ msgid ""
3818
  "your website %s with them. No need to copy-paste any code from their website."
3819
  msgstr ""
3820
 
3821
- #: super_socializer.php:3190
3822
  #, php-format
3823
  msgid ""
3824
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3826,7 +3847,7 @@ msgid ""
3826
  "\"%s\" target=\"_blank\">here</a>"
3827
  msgstr ""
3828
 
3829
- #: super_socializer.php:3215
3830
  #, php-format
3831
  msgid ""
3832
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3834,11 +3855,11 @@ msgid ""
3834
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3835
  msgstr ""
3836
 
3837
- #: super_socializer.php:3215 super_socializer.php:3242
3838
  msgid "Dismiss"
3839
  msgstr ""
3840
 
3841
- #: super_socializer.php:3495
3842
  msgid ""
3843
  "Your browser is blocking some features of this website. Please follow the "
3844
  "instructions at {support_url} to unblock these."
@@ -3846,6 +3867,17 @@ msgstr ""
3846
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
3847
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
3848
 
 
 
 
 
 
 
 
 
 
 
 
3849
  #~ msgid "Dismiss this notice"
3850
  #~ msgstr "Закрыть это уведомление"
3851
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:35+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:35+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
+ #: admin/social_login.php:5 admin/social_login.php:1999
25
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
35
  "Twitter."
36
 
37
  #: admin/general_options.php:15 admin/social_commenting.php:47
38
+ #: super_socializer.php:2424
39
  msgid "General Options"
40
  msgstr "Основные настройки"
41
 
83
  "Можно указать любые дополнительные правила CSS (без тега &lt; style &gt;)"
84
 
85
  #: admin/general_options.php:89 admin/like_buttons.php:781
86
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
87
+ #: admin/social_sharing.php:1975 helper.php:926
88
  msgid "Save Changes"
89
  msgstr "Сохранить изменения"
90
 
91
  #: admin/general_options.php:103 admin/like_buttons.php:791
92
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
93
+ #: admin/social_sharing.php:1985
94
  #, fuzzy
95
  msgid "Instagram Shoutout"
96
  msgstr "Instagram"
97
 
98
  #: admin/general_options.php:105 admin/like_buttons.php:793
99
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
100
+ #: admin/social_sharing.php:1987
101
  msgid ""
102
  "If you can send (to hello@heateor.com) how this plugin is helping your "
103
  "business, we would be glad to shoutout on Instagram. You can also send any "
215
  msgstr "Плавающий интерфейс"
216
 
217
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
218
+ #: admin/social_sharing.php:1622
219
  msgid "Miscellaneous"
220
  msgstr "Разное"
221
 
225
  msgstr "XProfile интеграция"
226
 
227
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
228
+ #: admin/social_login.php:45 admin/social_login.php:1962
229
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
230
+ #: admin/social_sharing.php:1901
231
  msgid "Shortcode & Widget"
232
  msgstr "Шорткод и виджет"
233
 
234
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
235
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
236
+ #: admin/social_login.php:46 admin/social_login.php:1976
237
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
238
  msgid "FAQ"
239
  msgstr "Часто задаваемые вопросы (FAQ)"
240
 
257
 
258
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
259
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
260
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
261
  msgid "Url of the webpage where icons are located (default)"
262
  msgstr "URL-адрес веб-страницы, где расположены значки (по умолчанию)"
263
 
264
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
265
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
266
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
267
  msgid "Url of the homepage of your website"
268
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
269
 
279
  "Твитнуть"
280
 
281
  #: admin/like_buttons.php:105 admin/social_login.php:1231
282
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
283
  msgid "Title"
284
  msgstr "Заголовок"
285
 
296
  msgstr "Выберите сервисы для интерфейса. Переместите их чтобы изменить порядок"
297
 
298
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
299
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
300
  msgid "Horizontal alignment"
301
  msgstr "Горизонтальное выравнивание"
302
 
303
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
304
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
305
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
306
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
307
+ #: inc/widget.php:1068
308
  msgid "Left"
309
  msgstr "Слева"
310
 
311
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
312
  msgid "Center"
313
  msgstr "Центр"
314
 
315
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
316
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
317
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
318
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
319
+ #: inc/widget.php:1075
320
  msgid "Right"
321
  msgstr "Справа"
322
 
346
 
347
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
348
  #: admin/social_login.php:1548 admin/social_login.php:1577
349
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
350
  msgid "Homepage"
351
  msgstr "Главная"
352
 
353
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
354
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
355
  msgid "Posts"
356
  msgstr "Записи"
357
 
358
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
359
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
360
  msgid "Pages"
361
  msgstr "Страницы"
362
 
363
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
364
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
365
  msgid "Excerpts and Posts page"
366
  msgstr "Страницы анонсов и страниц"
367
 
368
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
369
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
370
  msgid "Category Archives"
371
  msgstr "Архивы категорий"
372
 
373
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
374
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
375
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
376
  msgstr "Архив Страницы (Категория, тегов, автор или страницы на основе дат)"
377
 
384
  msgstr "BuddyPress группы (только в верхней части контента)"
385
 
386
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
387
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
388
  msgid "BBPress forum"
389
  msgstr "BBPress форум"
390
 
391
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
392
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
393
  msgid "BBPress topic"
394
  msgstr "BBPress тема"
395
 
427
  "Мастер управления для включения вертикального (плавающего) счетчика виджета "
428
 
429
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
430
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
431
+ #: inc/widget.php:463 inc/widget.php:776
432
  msgid "Background Color"
433
  msgstr "Цвет фона"
434
 
444
  "можете получить шестнадцатеричный код <a href=\"http://www.colorpicker.com/"
445
  "\" target=\"_blank\">здесь</a>"
446
 
447
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
448
  msgid "Left offset"
449
  msgstr "Смещение влево"
450
 
457
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
458
  "отрицательным."
459
 
460
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
461
  msgid "Right offset"
462
  msgstr "Смещение вправо"
463
 
470
  "правой стороне и уменьшать по отношению к правой сторону. Число может быть "
471
  "отрицательным."
472
 
473
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
474
  msgid "Top offset"
475
  msgstr "Верхний отступ"
476
 
482
  "Укажите число. Увеличение числа будет сдвигать интерфейс по отношению к низу "
483
  "и уменьшать по отношению к верху. "
484
 
485
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
486
  msgid "BuddyPress group"
487
  msgstr "BuddyPress группа"
488
 
500
  "Если включено, то вертикальный интерфейс Нравится не будет отображаться на "
501
  "мобильных устройствах"
502
 
503
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
504
  msgid "Url shortener"
505
  msgstr "Укорачивание URL"
506
 
520
  msgid "Enable bit.ly url shortener for tweet button"
521
  msgstr "Активировать сокращение ссылок bit.ly для кнопки Твитнуть"
522
 
523
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
524
  msgid "Master control to enable bit.ly url shortening for sharing"
525
  msgstr "Мастер управления сокращения ссылок через bit.ly для Поделиться"
526
 
527
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
528
  msgid "Bit.ly generic access token"
529
  msgstr ""
530
 
531
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
532
  #, php-format
533
  msgid ""
534
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
537
  "\">link</a>"
538
  msgstr ""
539
 
540
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
541
  msgid "Clear Bitly Cache"
542
  msgstr "Очистить Bitly кэш"
543
 
544
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
545
  msgid "ShortUrl cache cleared successfully."
546
  msgstr "ShortUrl кэш успешно очищен."
547
 
548
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
549
  msgid ""
550
  "Use this to delete short urls saved in database. Handy, if urls of your "
551
  "website have been changed but short urls are still being generated for old "
556
  "адреса по-прежнему создаются для старых URL-адресов."
557
 
558
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
559
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
560
+ #: admin/social_sharing.php:1779
561
  msgid "Language"
562
  msgstr "Язык"
563
 
600
  "Используемое имя пользователя будет показано в Buffer после Поделиться как "
601
  "\"via @USERNAME\". Оставьте пустым если не хотите отображать имя."
602
 
603
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
604
  msgid "myCRED"
605
  msgstr ""
606
 
607
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
608
  msgid "Append myCRED referral ID to the urls being shared"
609
  msgstr ""
610
 
612
  msgid "Like Buttons Shortcode & Widget"
613
  msgstr "Шорткод и виджет Нравится"
614
 
615
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
616
  msgid "Why is there so much space between like buttons?"
617
  msgstr "Почему существует так много места между кнопками?"
618
 
619
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
620
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
621
  msgstr ""
622
  "Почему плавающая панель Поделиться/кнопки Нравится не отображаются на "
623
  "главной странице?"
624
 
625
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
626
  msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
631
  #, fuzzy
632
  msgid "More"
633
  msgstr ""
840
  msgid "Social Commenting Shortcode"
841
  msgstr "Шорткод комментирования через социальные сети"
842
 
843
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
844
+ #: admin/social_sharing.php:1934
845
  msgid ""
846
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
847
  "an online website for the plugin to function properly."
858
  "Https?"
859
  msgstr ""
860
 
861
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
862
+ #: admin/social_sharing.php:1949
863
  msgid "Why is my browser blocking some features of the plugin?"
864
  msgstr "Почему мой браузер блокирует некоторые функции плагина?"
865
 
895
  msgid "Advanced Configuration"
896
  msgstr "Расширенная конфигурация"
897
 
898
+ #: admin/social_login.php:41 admin/social_login.php:1762
899
+ #: super_socializer.php:2492
900
  msgid "GDPR"
901
  msgstr ""
902
 
903
+ #: admin/social_login.php:43 admin/social_login.php:1913
904
  msgid "XProfile Integration"
905
  msgstr "XProfile интеграция"
906
 
2044
  "Если этот параметр включен, пользователи смогут обновить свой социальный "
2045
  "аватар из раздела «Профиль» фото в профиле BuddyPress "
2046
 
2047
+ #: admin/social_login.php:1490 super_socializer.php:2098
2048
  msgid "Email required"
2049
  msgstr "Email (Обязательно)"
2050
 
2105
  msgstr "Страница профиля BuddyPress"
2106
 
2107
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2108
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2109
  msgid "Custom Url"
2110
  msgstr "Пользовательская ссылка"
2111
 
2123
  msgid "Same page from where user registered"
2124
  msgstr "URL целевой страницы, на которой зарегистрирован пользователь"
2125
 
2126
+ #: admin/social_login.php:1591
2127
+ msgid "Username Separator"
2128
+ msgstr ""
2129
+
2130
+ #: admin/social_login.php:1595
2131
+ msgid "Dash (-)"
2132
+ msgstr ""
2133
+
2134
+ #: admin/social_login.php:1597
2135
+ msgid "Underscore (_)"
2136
+ msgstr ""
2137
+
2138
+ #: admin/social_login.php:1599
2139
+ msgid "Dot (.)"
2140
+ msgstr ""
2141
+
2142
+ #: admin/social_login.php:1601
2143
+ msgid "None"
2144
+ msgstr ""
2145
+
2146
+ #: admin/social_login.php:1609
2147
  msgid ""
2148
+ "Choose one of the underscore, dot or dash to use to join first and last "
2149
+ "names in the usernames of the new users"
2150
  msgstr ""
 
 
2151
 
2152
+ #: admin/social_login.php:1618
2153
  #, fuzzy
2154
  msgid "Social Account Linking Options"
2155
  msgstr "Ссылки на социальный аккаунт"
2156
 
2157
+ #: admin/social_login.php:1633
2158
  #, fuzzy
2159
  msgid "Text to display above the Social Account Linking interface"
2160
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2161
 
2162
+ #: admin/social_login.php:1640
2163
  msgid ""
2164
  "Link social account to already existing account, if email address matches"
2165
  msgstr ""
2166
  "Связывает аккаунт соцсетей с существующим аккаунтом если почта совпадает."
2167
 
2168
+ #: admin/social_login.php:1650
2169
  #, fuzzy
2170
  msgid ""
2171
  "If email address of the user's Social Account matches with an already "
2178
  "связан с существующей учетной записью. Пользователь сможет управлять этим на "
2179
  "странице профиля."
2180
 
2181
+ #: admin/social_login.php:1658
2182
  msgid "Enable social account linking at BuddyPress profile page"
2183
  msgstr "Интегрирует социальный аккаунт на странице профиля BuddyPress"
2184
 
2185
+ #: admin/social_login.php:1668
2186
  msgid ""
2187
  "Enable this option to show social account linking interface at BuddyPress "
2188
  "profile page"
2190
  "Активируйте эту функцию чтобы интегрировать социальный аккаунт на странице "
2191
  "профиля BuddyPress"
2192
 
2193
+ #: admin/social_login.php:1679
2194
  msgid "Email popup options"
2195
  msgstr "Параметры всплывающей электронной Почты"
2196
 
2197
+ #: admin/social_login.php:1684
2198
  msgid "Text on 'Email required' popup"
2199
  msgstr "Текст на всплывающем окне «Электронная почта требуется» "
2200
 
2201
+ #: admin/social_login.php:1694
2202
  msgid ""
2203
  "This text will be displayed on email required popup. Leave empty if not "
2204
  "required."
2206
  "Этот текст будет отображаться на всплывающем окне. требующем почту. Оставьте "
2207
  "поле пустым если не требуется."
2208
 
2209
+ #: admin/social_login.php:1702
2210
  msgid "Error message for 'Email required' popup"
2211
  msgstr "Сообщение ошибки во всплывающем окне \"Требуется почта\""
2212
 
2213
+ #: admin/social_login.php:1712
2214
  msgid ""
2215
  "This message will be displayed to user if it provides invalid or already "
2216
  "registered email"
2218
  "Это сообщение будет показано пользователю, если он предоставил неверную или "
2219
  "уже используемую почту"
2220
 
2221
+ #: admin/social_login.php:1720
2222
  msgid "Email popup height"
2223
  msgstr "Высота высплывающего окна"
2224
 
2225
+ #: admin/social_login.php:1730
2226
  msgid ""
2227
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2228
  "can increase the height of popup by specifying in this option. Leave empty "
2232
  "\", то вы можете увеличить высотку всплывающего окна. Оставьте пустым для "
2233
  "базового значения."
2234
 
2235
+ #: admin/social_login.php:1737
2236
  msgid "Enable email verification"
2237
  msgstr "Включить проверку электронной почты"
2238
 
2239
+ #: admin/social_login.php:1747
2240
  msgid ""
2241
  "If enabled, email provided by the user will be verified by sending a "
2242
  "confirmation link to that email. User would not be able to login without "
2245
  "Если опция включена, то на почту, которую указал пользователь, придет письмо "
2246
  "с подтверждением. Пользователь не сможет зайти без подтверждения своей почты."
2247
 
2248
+ #: admin/social_login.php:1767
2249
  #, fuzzy
2250
  msgid "Enable GDPR opt-in"
2251
  msgstr "Активировать комментирование через Disqus"
2252
 
2253
+ #: admin/social_login.php:1777
2254
  msgid ""
2255
  "Enable it to show GDPR opt-in for social login and social account linking"
2256
  msgstr ""
2257
 
2258
+ #: admin/social_login.php:1785
2259
  #, fuzzy
2260
  msgid "Placement of GDPR opt-in"
2261
  msgstr "Активировать комментирование через Disqus"
2262
 
2263
+ #: admin/social_login.php:1789
2264
  #, fuzzy
2265
  msgid "Above Social Login icons"
2266
  msgstr "Параметры входа через соцсети"
2267
 
2268
+ #: admin/social_login.php:1791
2269
  #, fuzzy
2270
  msgid "Below Social Login icons"
2271
  msgstr "Параметры входа через соцсети"
2272
 
2273
+ #: admin/social_login.php:1797
2274
  #, fuzzy
2275
  msgid "Placement of GDPR opt-in above or below the social login icons"
2276
  msgstr "Текст, отображаемый над интерфейсом входа через социальные сети"
2277
 
2278
+ #: admin/social_login.php:1804
2279
  msgid "Opt-in text"
2280
  msgstr ""
2281
 
2282
+ #: admin/social_login.php:1814
2283
  #, fuzzy
2284
  msgid "Text for the GDPR opt-in"
2285
  msgstr "Активировать комментирование через Disqus"
2286
 
2287
+ #: admin/social_login.php:1821
2288
  msgid "Text to link to Terms-Conditions page"
2289
  msgstr ""
2290
 
2291
+ #: admin/social_login.php:1831
2292
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2293
  msgstr ""
2294
 
2295
+ #: admin/social_login.php:1838
2296
  msgid "Terms-Conditions Url"
2297
  msgstr ""
2298
 
2299
+ #: admin/social_login.php:1848
2300
  #, fuzzy
2301
  msgid "Url of the terms-conditions page of your website"
2302
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2303
 
2304
+ #: admin/social_login.php:1855
2305
  msgid "Text to link to Privacy Policy page"
2306
  msgstr ""
2307
 
2308
+ #: admin/social_login.php:1865
2309
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2310
  msgstr ""
2311
 
2312
+ #: admin/social_login.php:1872
2313
  msgid "Privacy Policy Url"
2314
  msgstr ""
2315
 
2316
+ #: admin/social_login.php:1882
2317
  #, fuzzy
2318
  msgid "Url of the privacy policy page of your website"
2319
  msgstr "URL-адрес домашней страницы вашего веб-сайта"
2320
 
2321
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2322
+ #: inc/widget.php:605 inc/widget.php:754
2323
  msgid "Select"
2324
  msgstr "Выбор"
2325
 
2326
+ #: admin/social_login.php:1964
2327
  msgid "Social Login Shortcode & Widget"
2328
  msgstr "Шорткод и виджет для входа через социальные сети "
2329
 
2330
+ #: admin/social_login.php:1965
2331
  msgid "Social Linking Shortcode"
2332
  msgstr "Шорткод социальных ссылок"
2333
 
2334
+ #: admin/social_login.php:1980
2335
  #, fuzzy
2336
  msgid "Why is social login not working?"
2337
  msgstr "Почему Facebook логин не работает?"
2338
 
2339
+ #: admin/social_login.php:1981
2340
  msgid ""
2341
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2342
  "belong to the same app"
2379
  msgstr "Форма"
2380
 
2381
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2382
+ #: inc/widget.php:1104
2383
  msgid "Round"
2384
  msgstr "Круглая"
2385
 
2386
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2387
+ #: inc/widget.php:1105
2388
  msgid "Square"
2389
  msgstr "Квадратная"
2390
 
2561
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
2562
  "перенаправить пользователей, по нажатию на иконку"
2563
 
2564
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2565
+ msgid "Youtube URL"
2566
+ msgstr ""
 
2567
 
2568
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2569
  #, fuzzy
2570
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2571
  msgstr ""
2572
  "Имя пользователя Instagram, на учетную запись которого вы хотите "
2573
  "перенаправить пользователей, по нажатию на иконку"
2574
 
2575
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2576
  #, fuzzy
2577
  msgid "HTML ID of container element of comment form"
2578
  msgstr "HTML-идентификатор форма комментария контейнер"
2579
 
2580
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2581
  msgid ""
2582
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2583
  "icon."
2584
  msgstr ""
2585
 
2586
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2587
  msgid "Rearrange icons"
2588
  msgstr "Переставить иконы"
2589
 
2590
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2591
  msgid "Drag the icons to rearrange in desired order"
2592
  msgstr "Если хотите изменить порядок, просто перетащите изображения"
2593
 
2594
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2595
  msgid "Select Sharing Services"
2596
  msgstr "Выберите сервисы Поделиться"
2597
 
2598
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2599
  msgid "Select sharing services to show in social share bar"
2600
  msgstr "Выберите сервисы для показа в панели шейринга"
2601
 
2602
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2603
  msgid "Search social network"
2604
  msgstr ""
2605
 
2606
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2607
  msgid "Horizontal alignment of the sharing interface"
2608
  msgstr "Горизонтальное выравнивание интерфейса Поделиться"
2609
 
2611
  msgid "Specify position of the sharing interface with respect to the content"
2612
  msgstr "Укажите положение интерфейса Поделиться относительно содержимого."
2613
 
2614
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2615
  msgid "Placement"
2616
  msgstr "Размещение"
2617
 
2619
  msgid "Specify the pages where you want to enable Sharing interface"
2620
  msgstr "Укажите страницы, где вы хотите, чтобы включить интерфейс Sharing"
2621
 
2622
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2623
  msgid "Show share counts"
2624
  msgstr "Показать счетчик кнопок Поделиться"
2625
 
2626
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2627
  #, fuzzy
2628
  msgid ""
2629
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2632
  "Поддерживаются Facebook, Linkedin, GooglePlus, Delicious, Buffer, Reddit, "
2633
  "Pinterest, Stumbleupon, Odnoklassniki и Vkontakte"
2634
 
2635
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2636
  #, php-format
2637
  msgid ""
2638
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2641
  "their website."
2642
  msgstr ""
2643
 
2644
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2645
  msgid "If enabled, share counts are displayed above sharing icons."
2646
  msgstr "Если включено, счетчики отображаются выше кнопок Поделиться"
2647
 
2648
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2649
+ #: admin/social_sharing.php:1721
2650
  msgid "Track Social Shares for Every Social Network"
2651
  msgstr ""
2652
 
2653
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2654
  msgid "Show total shares"
2655
  msgstr "Включить общее количество Поделиться"
2656
 
2657
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2658
  msgid "If enabled, total shares will be displayed with sharing icons"
2659
  msgstr ""
2660
  "Если включено, то общее количество Поделиться будет отображаться с кнопками "
2661
  "Поделиться"
2662
 
2663
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2664
  msgid "Enable 'More' icon"
2665
  msgstr "Включить значок «Больше»"
2666
 
2667
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2668
  msgid ""
2669
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2670
  "which shows additional sharing networks in popup"
2684
  msgid "Master control to enable floating sharing widget"
2685
  msgstr "Мастер управления включения плавающего виджета Поделиться"
2686
 
2687
+ #: admin/social_sharing.php:1338
2688
  msgid ""
2689
  "Specify the color or hex code (example #cc78e0) for the background of "
2690
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2696
  "Вы можете получить шестнадцатеричный код <a href=\"http://www.colorpicker."
2697
  "com/\" target=\"_blank\">здесь</a>"
2698
 
2699
+ #: admin/social_sharing.php:1376
2700
  msgid ""
2701
  "Specify a number. Increase in number will shift sharing interface towards "
2702
  "right and decrease will shift it towards left. Number can be negative too."
2705
  "отношению к правой стороне и уменьшать по отношению к правой сторону. Число "
2706
  "может быть отрицательным."
2707
 
2708
+ #: admin/social_sharing.php:1395
2709
  msgid ""
2710
  "Specify a number. Increase in number will shift sharing interface towards "
2711
  "left and decrease will shift it towards right. Number can be negative too."
2714
  "отношению к левой стороне и уменьшать по отношению к правой сторону. Число "
2715
  "может быть отрицательным."
2716
 
2717
+ #: admin/social_sharing.php:1413
2718
  msgid ""
2719
  "Specify a number. Increase in number will shift sharing interface towards "
2720
  "bottom and decrease will shift it towards top."
2722
  "Укажите число. Увеличение числа будет сдвигать интерфейс Поделиться по "
2723
  "отношению к низу и уменьшать по отношению к верху. "
2724
 
2725
+ #: admin/social_sharing.php:1469
2726
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2727
  msgstr ""
2728
  "Укажите страницы, где вы хотите включить вертикальный интерфейс Поделиться"
2729
 
2730
+ #: admin/social_sharing.php:1538
2731
  #, fuzzy
2732
  msgid "Hide floating slider"
2733
  msgstr "Скрыть для зарегистрированных пользователей"
2734
 
2735
+ #: admin/social_sharing.php:1548
2736
  #, fuzzy
2737
  msgid "Hides the slider arrow present below the floating share bar"
2738
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
2739
 
2740
+ #: admin/social_sharing.php:1555
2741
  msgid "Vertical floating bar responsiveness"
2742
  msgstr "Отзывчивость вертикальных плавающих кнопок"
2743
 
2744
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2745
  #, php-format
2746
  msgid "Display vertical interface only when screen is wider than %s pixels"
2747
  msgstr ""
2748
  "Показывать вертикальный интерфейс только если ширина экрана больше чем %s "
2749
  "пикселей."
2750
 
2751
+ #: admin/social_sharing.php:1565
2752
  msgid ""
2753
  "Display vertical interface only when screen is wider than the width "
2754
  "specified."
2756
  "Показывать вертикальный интерфейс только если ширина экрана больше чем "
2757
  "ширина по умолчанию."
2758
 
2759
+ #: admin/social_sharing.php:1572
2760
  msgid "Horizontal floating bar responsiveness"
2761
  msgstr "Отзывчивость вертикальных плавающих кнопок"
2762
 
2763
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2764
  #, php-format
2765
  msgid ""
2766
  "Stick vertical floating interface horizontally at bottom only when screen is "
2769
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
2770
  "уже чем %s пикселей"
2771
 
2772
+ #: admin/social_sharing.php:1582
2773
  msgid ""
2774
  "Stick vertical floating interface horizontally at bottom only when screen is "
2775
  "narrower than the width specified"
2777
  "Закреплять вертикальный плавающий интерфейс внизу только тогда когда экран "
2778
  "уже чем указанная ширина"
2779
 
2780
+ #: admin/social_sharing.php:1591
2781
  msgid "Horizontal floating bar position"
2782
  msgstr "Расположение горизонтальной плавающей панели"
2783
 
2784
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2785
  #, php-format
2786
  msgid "%s pixels from %s"
2787
  msgstr "%s пикселей от %s"
2788
 
2789
+ #: admin/social_sharing.php:1595
2790
  msgid "Auto-adjust according to screen width (responsive)"
2791
  msgstr ""
2792
 
2793
+ #: admin/social_sharing.php:1602
2794
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2795
  msgstr ""
2796
  "Выравнивание горизонтального плавающего интерфейса. Число может быть "
2797
  "отрицательным."
2798
 
2799
+ #: admin/social_sharing.php:1627
2800
  msgid "Use plain background for Instagram icon"
2801
  msgstr ""
2802
 
2803
+ #: admin/social_sharing.php:1637
2804
  msgid ""
2805
  "Uses plain background for Instagram icon instead of multicolored background"
2806
  msgstr ""
2807
 
2808
+ #: admin/social_sharing.php:1650
2809
  msgid "Use shortlinks already installed"
2810
  msgstr "Использование коротких ссылок уже установлено"
2811
 
2812
+ #: admin/social_sharing.php:1660
2813
  msgid "Uses default short url permalinks without using any additional plugin"
2814
  msgstr ""
2815
  "Использует по умолчанию постоянные короткие url без использования каких-"
2816
  "либо дополнительных плагинов"
2817
 
2818
+ #: admin/social_sharing.php:1667
2819
  msgid "Enable bit.ly url shortener for sharing"
2820
  msgstr "Активировать bit.ly для сокращения ссылок для Поделиться"
2821
 
2822
+ #: admin/social_sharing.php:1726
2823
  msgid "Share Count Cache"
2824
  msgstr "Кэш счетчиков поделиться"
2825
 
2826
+ #: admin/social_sharing.php:1731
2827
  msgid "Refresh Share Count cache every"
2828
  msgstr "Обновить кэш счетчиков Поделиться"
2829
 
2830
+ #: admin/social_sharing.php:1736
2831
  msgid "Second(s)"
2832
  msgstr "Секунд"
2833
 
2834
+ #: admin/social_sharing.php:1737
2835
  msgid "Minute(s)"
2836
  msgstr "Минут"
2837
 
2838
+ #: admin/social_sharing.php:1738
2839
  msgid "Hour(s)"
2840
  msgstr "Часов"
2841
 
2842
+ #: admin/social_sharing.php:1739
2843
  msgid "Day(s)"
2844
  msgstr "Дней"
2845
 
2846
+ #: admin/social_sharing.php:1747
2847
  #, fuzzy, php-format
2848
  msgid ""
2849
  "Frequent cache refreshing results in slower loading of pages with share "
2853
  "Частое обновление кэша приводит к более медленной загрузке страниц с "
2854
  "включенными счетчиками Поделиться"
2855
 
2856
+ #: admin/social_sharing.php:1754
2857
  msgid "Clear Share Counts Cache"
2858
  msgstr "Очистить кэш счетчиков Поделиться"
2859
 
2860
+ #: admin/social_sharing.php:1758
2861
  msgid "Share Counts cache cleared successfully."
2862
  msgstr "Share Counts кэш успешно очищен."
2863
 
2864
+ #: admin/social_sharing.php:1765
2865
  msgid "Use this to clear cached share counts"
2866
  msgstr "Используйте это для очистки кэшированных счетчиков Поделиться"
2867
 
2868
+ #: admin/social_sharing.php:1789
2869
  #, php-format
2870
  msgid ""
2871
  "Enter the code of the language you want to use for like buttons. You can "
2876
  "Вы можете найти код своего языка по <a href=\"%s\" target=\"_blank\">этой "
2877
  "ссылке</a>. Оставьте поле пустым чтобы оставить язык по умолчанию (English)."
2878
 
2879
+ #: admin/social_sharing.php:1798
2880
  msgid "Username in sharing"
2881
  msgstr "Имя пользователя чтобы поделиться"
2882
 
2883
+ #: admin/social_sharing.php:1803
2884
  msgid "Twitter username (without @)"
2885
  msgstr "Twitter имя пользователя (без @)"
2886
 
2887
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2888
  msgid ""
2889
  "Provided username will be appended after the content being shared as \"via "
2890
  "@USERNAME\". Leave empty if you do not want any username in the content "
2893
  "Добавляет имя пользователя после того как контент будет расшарен с помощью "
2894
  "\"via @USERNAME\". Оставьте поле пустым если не хотите указывать имя."
2895
 
2896
+ #: admin/social_sharing.php:1821
2897
  msgid "Buffer username (without @)"
2898
  msgstr "Имя пользователя в Twitter (без @)"
2899
 
2900
+ #: admin/social_sharing.php:1840
2901
  msgid "AMP"
2902
  msgstr "AMP"
2903
 
2904
+ #: admin/social_sharing.php:1845
2905
  msgid "Enable sharing on AMP pages"
2906
  msgstr "Разрешить общий доступ на страницах AMP"
2907
 
2908
+ #: admin/social_sharing.php:1855
2909
  msgid "Enable this option to render sharing icons on AMP pages"
2910
  msgstr "Включите этот параметр для отображения иконок на страницах AMP"
2911
 
2912
+ #: admin/social_sharing.php:1912
2913
  msgid "Facebook Sharing Troubleshooter"
2914
  msgstr "Устранение неисправностей Поделиться от Facebook"
2915
 
2916
+ #: admin/social_sharing.php:1917
2917
  #, fuzzy
2918
  msgid ""
2919
  "If Facebook sharing is not working fine, click at the following link and "
2925
  "работает должным образом) на вашем сайте в текстовом поле. Нажмите "
2926
  "\"Получение информации о новой поломке\" ."
2927
 
2928
+ #: admin/social_sharing.php:1935
2929
  msgid ""
2930
  "Why is sharer not showing the correct image, title and other meta tags "
2931
  "content?"
2933
  "Почему расшаривание не показывает корректино изображение, заголовок и другие "
2934
  "мета данные контента? "
2935
 
2936
+ #: admin/social_sharing.php:1936
2937
  #, fuzzy
2938
  msgid "Why is Facebook share count not working?"
2939
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2940
 
2941
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2942
  #, php-format
2943
  msgid ""
2944
  "After the recent changes introduced in the Facebook graph API, it's not "
2947
  "not just for Facebook but for all the social networks"
2948
  msgstr ""
2949
 
2950
+ #: admin/social_sharing.php:1939
2951
  msgid "Why is Instagram icon redirecting to Instagram website?"
2952
  msgstr ""
2953
 
2954
+ #: admin/social_sharing.php:1940
2955
  msgid ""
2956
  "Instagram icon is there to send website visitors to the Instagram page of "
2957
  "your choice. You can save the desired Instagram handle in \"Instagram "
2959
  "sections."
2960
  msgstr ""
2961
 
2962
+ #: admin/social_sharing.php:1943
2963
  #, fuzzy
2964
  msgid "How to customize the url being shared?"
2965
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
2966
 
2967
+ #: admin/social_sharing.php:1944
2968
  msgid ""
2969
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2970
  msgstr ""
2971
 
2972
+ #: admin/social_sharing.php:1945
2973
  msgid ""
2974
  "It takes some time for their service to track the shares made on Twitter "
2975
  "from your website. If you still feel it's taking too long you can contact "
2976
  "their support directly from their website."
2977
  msgstr ""
2978
 
2979
+ #: admin/social_sharing.php:1948
2980
  msgid ""
2981
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2982
  msgstr ""
2983
 
2984
+ #: admin/social_sharing.php:1950
2985
  #, fuzzy
2986
  msgid "Why the color of share icons is not being updated?"
2987
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2988
 
2989
+ #: admin/social_sharing.php:1951
2990
  msgid "Why Facebook share counts are not appearing?"
2991
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
2992
 
2993
+ #: admin/social_sharing.php:1952
2994
  msgid ""
2995
  "How can I show share counts of my website rather than of individual pages/"
2996
  "posts?"
2998
  "Как мне отобразить общее количество Поделиться основанное на страницах/"
2999
  "постах?"
3000
 
3001
+ #: admin/social_sharing.php:1953
3002
  msgid "How can I disable sharing on particular page/post?"
3003
  msgstr ""
3004
  "Как можно отключить кнопки Поделиться на конкретной странице или в посте?"
3005
 
3006
+ #: admin/social_sharing.php:1954
3007
  msgid "How can I specify minimum sharing count for sharing networks?"
3008
  msgstr "Как мне указать минимальное количество для Поделиться"
3009
 
3010
+ #: admin/social_sharing.php:1955
3011
  msgid "How to share specific page?"
3012
  msgstr "Как поделиться определенной страницей?"
3013
 
3014
+ #: admin/social_sharing.php:1956
3015
  msgid "How to integrate Google Analytics with sharing?"
3016
  msgstr "Как интегрировать Google Analytics с Поделиться?"
3017
 
3018
+ #: admin/social_sharing.php:1957
3019
  msgid "How to customize the look of total share counts?"
3020
  msgstr "Как настроить внешний вид счетчиков поделиться?"
3021
 
3022
+ #: admin/social_sharing.php:1958
3023
  msgid "How to customize the look of individual share counts?"
3024
  msgstr "Как настроить внешний вид отдельных счетчиков поделиться?"
3025
 
3026
+ #: admin/social_sharing.php:1959
3027
  msgid "How to show Whatsapp icon only on mobile devices?"
3028
  msgstr "Как показать иконку Whatsapp только на мобильных устройствах?"
3029
 
3030
+ #: admin/social_sharing.php:1960
3031
  msgid "How to hide arrow after floating sharing bar?"
3032
  msgstr "Как скрыть стрелку после плавающих кнопок Поделиться?"
3033
 
3034
+ #: admin/social_sharing.php:1961
3035
  #, fuzzy
3036
  msgid "Why is share count not getting updated?"
3037
  msgstr "Почему счетчики Фейсбука поделиться не обновляются?"
3117
  msgid "Floating Sharing Interface"
3118
  msgstr "Плавающий интерфейс Поделиться"
3119
 
3120
+ #: helper.php:911 super_socializer.php:2508
3121
  msgid "Social Avatar"
3122
  msgstr "Социальный аватар"
3123
 
3124
+ #: helper.php:914 super_socializer.php:2519
3125
  msgid ""
3126
  "Do not fetch and update social avatar from my profile, next time I Social "
3127
  "Login"
3129
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
3130
  "я когда я использую вход через соцсети"
3131
 
3132
+ #: helper.php:915 super_socializer.php:2523
3133
  msgid "Update social avatar, next time I Social Login"
3134
  msgstr ""
3135
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
3136
  "соцсети"
3137
 
3138
+ #: helper.php:918
3139
  msgid "Small Avatar"
3140
  msgstr "Небольшой аватар"
3141
 
3142
+ #: helper.php:922
3143
  msgid "Large Avatar"
3144
  msgstr "Большой аватар"
3145
 
3146
+ #: helper.php:982 super_socializer.php:2076
3147
  msgid "Please verify your email address to login."
3148
  msgstr "Пожалуйста, подтвердите ваш адрес электронной почты."
3149
 
3150
+ #: helper.php:1019
3151
  msgid "Click to delete social profile data"
3152
  msgstr ""
3153
 
3154
+ #: helper.php:1048
3155
  #, fuzzy
3156
  msgid "Deleting"
3157
  msgstr "Настройки"
3158
 
3159
+ #: helper.php:1058
3160
  msgid "Deleted"
3161
  msgstr ""
3162
 
3163
+ #: helper.php:1060
3164
  msgid "Something bad happened"
3165
  msgstr ""
3166
 
3177
  "странице \"Super Socializer > Вход через социальные сети\" в панели админ-"
3178
  "панели"
3179
 
3180
+ #: inc/social_login.php:1047
3181
  msgid "Email"
3182
  msgstr "Email"
3183
 
3184
+ #: inc/social_login.php:1048
3185
  msgid "Confirm email"
3186
  msgstr "Подтвердить e-mail"
3187
 
3188
+ #: inc/social_login.php:1050
3189
  msgid "Save"
3190
  msgstr "Сохранить"
3191
 
3192
+ #: inc/social_login.php:1051
3193
  msgid "Cancel"
3194
  msgstr "Отменить"
3195
 
3196
+ #: inc/social_login.php:1125
3197
  msgid "Email Verification"
3198
  msgstr "Подтверждение адреса электронной почты"
3199
 
3200
+ #: inc/social_login.php:1127
3201
  msgid ""
3202
  "Please click on the following link or paste it in browser to verify your "
3203
  "email"
3220
  msgid "Total Shares"
3221
  msgstr "Включить общее количество Поделиться"
3222
 
3223
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3224
  msgid "Share"
3225
  msgstr "Поделиться"
3226
 
3227
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3228
  msgid "Shares"
3229
  msgstr "Поделились"
3230
 
3231
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3232
  msgid "Invalid request"
3233
  msgstr "Неверный Запрос!"
3234
 
3235
+ #: inc/social_sharing.php:973
3236
  msgid "Providers not selected"
3237
  msgstr "Сервисы не выбраны"
3238
 
3270
  msgid "Title (after login):"
3271
  msgstr "Название (после логина):"
3272
 
3273
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3274
  msgid "Before widget content:"
3275
  msgstr "Перед содержимым виджета"
3276
 
3277
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3278
  msgid "After widget content:"
3279
  msgstr "После содержимого виджета"
3280
 
3281
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3282
+ #: inc/widget.php:779
3283
  msgid "Hide for logged in users:"
3284
  msgstr "Скрыть для зарегистрированных пользователей"
3285
 
3293
  "использовать Поделиться содержимым в популярных социальных сетях типа "
3294
  "Facebook, Twitter, Tumblr, Google+ и многих других."
3295
 
3296
+ #: inc/widget.php:253
3297
+ msgid "Note"
3298
+ msgstr ""
3299
+
3300
  #: inc/widget.php:253
3301
  msgid ""
3302
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3305
  "Убедитесь что стандартные кнопки Поделиться включены на странице Super "
3306
  "Socializer > Поделиться"
3307
 
3308
+ #: inc/widget.php:254 inc/widget.php:601
3309
  msgid "Title:"
3310
  msgstr "Заголовок:"
3311
 
3317
  msgid "Show total shares:"
3318
  msgstr "Показать общее количество Поделиться"
3319
 
3320
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3321
  msgid "Target Url:"
3322
  msgstr "Целевой URL:"
3323
 
3324
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3325
  #, fuzzy
3326
  msgid "Custom URL"
3327
  msgstr "Пользовательская ссылка"
3344
  "Убедитесь что плавающие кнопкии Поделиться включены на странице Super "
3345
  "Socializer > Поделиться."
3346
 
3347
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3348
  msgid "Alignment"
3349
  msgstr "Выравнивание"
3350
 
3351
+ #: inc/widget.php:453 inc/widget.php:766
3352
  msgid "Left Offset"
3353
  msgstr "Смещение влево"
3354
 
3355
+ #: inc/widget.php:457 inc/widget.php:770
3356
  msgid "Right Offset"
3357
  msgstr "Смещение вправо"
3358
 
3359
+ #: inc/widget.php:460 inc/widget.php:773
3360
  msgid "Top Offset"
3361
  msgstr "Верхний отступ"
3362
 
3363
+ #: inc/widget.php:485
3364
  #, fuzzy
3365
  msgid ""
3366
  "Standard like buttons widget. Let your website users share/like content on "
3370
  "использовать Поделиться/Нравится чтобы поделиться содержиым в популярных "
3371
  "социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих других."
3372
 
3373
+ #: inc/widget.php:600
3374
  msgid ""
3375
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3376
  "Like Buttons\" page."
3378
  "Убедитесь что стандартные кнопки Нравится включены на странице Super "
3379
  "Socializer > Нравится."
3380
 
3381
+ #: inc/widget.php:634
3382
  #, fuzzy
3383
  msgid ""
3384
  "Floating like buttons widget. Let your website users share/like content on "
3389
  "популярных социальных сетях типа Facebook, Twitter, Tumblr, Google+ и многих "
3390
  "других."
3391
 
3392
+ #: inc/widget.php:751
3393
  msgid ""
3394
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3395
  "Like Buttons\" page."
3397
  "Убедитесь что плавающие кнопки Нравится включены на странице Super "
3398
  "Socializer > Нравится."
3399
 
3400
+ #: inc/widget.php:795
3401
  #, fuzzy
3402
  msgid "Super Socializer - Follow Icons"
3403
  msgstr "Super Socializer - Вход"
3404
 
3405
+ #: inc/widget.php:797
3406
  #, fuzzy
3407
  msgid "These icons link to your Social Media accounts"
3408
  msgstr "Вход через соцсети"
3409
 
3410
+ #: inc/widget.php:1046
3411
  msgid "Type:"
3412
  msgstr ""
3413
 
3414
+ #: inc/widget.php:1049
3415
  #, fuzzy
3416
  msgid "Standard"
3417
  msgstr "Стандартные параметры интерфейса"
3418
 
3419
+ #: inc/widget.php:1052
3420
  #, fuzzy
3421
  msgid "Floating"
3422
  msgstr "Активировать плавающие кнопки Нравится"
3423
 
3424
+ #: inc/widget.php:1057
3425
  #, fuzzy
3426
  msgid "Top offset:"
3427
  msgstr "Верхний отступ"
3428
 
3429
+ #: inc/widget.php:1061
3430
  #, fuzzy
3431
  msgid "Alignment:"
3432
  msgstr "Выравнивание"
3433
 
3434
+ #: inc/widget.php:1079
3435
  #, fuzzy
3436
  msgid "Offset"
3437
  msgstr "Верхний отступ"
3438
 
3439
+ #: inc/widget.php:1093
3440
  #, fuzzy
3441
  msgid "right"
3442
  msgstr "Справа"
3443
 
3444
+ #: inc/widget.php:1093
3445
  #, fuzzy
3446
  msgid "left"
3447
  msgstr "Слева"
3448
 
3449
+ #: inc/widget.php:1096
3450
  msgid "Auto-adjust according to the screen-width (responsive)"
3451
  msgstr ""
3452
 
3453
+ #: inc/widget.php:1100
3454
  #, fuzzy
3455
  msgid "Size of icons"
3456
  msgstr "Размер кнопок Поделиться"
3457
 
3458
+ #: inc/widget.php:1102
3459
  #, fuzzy
3460
  msgid "Icon Shape"
3461
  msgstr "Форма"
3462
 
3463
+ #: inc/widget.php:1107
3464
  msgid "Apply icon color and background color from Theme Selection section:"
3465
  msgstr ""
3466
 
3467
+ #: inc/widget.php:1109
3468
  msgid "No"
3469
  msgstr ""
3470
 
3471
+ #: inc/widget.php:1110
3472
  #, fuzzy
3473
  msgid "Yes, Standard Interface Theme"
3474
  msgstr "Стандартный интерфейс"
3475
 
3476
+ #: inc/widget.php:1111
3477
  #, fuzzy
3478
  msgid "Yes, Floating Interface Theme"
3479
  msgstr "Плавающий интерфейс Поделиться"
3480
 
3481
+ #: inc/widget.php:1113
3482
  #, fuzzy
3483
  msgid "Facebook URL:"
3484
  msgstr "Facebook App ID"
3485
 
3486
+ #: inc/widget.php:1116
3487
  #, fuzzy
3488
  msgid "Twitter URL:"
3489
  msgstr "Twitter"
3490
 
3491
+ #: inc/widget.php:1119
3492
  #, fuzzy
3493
  msgid "Parler URL:"
3494
  msgstr "Instagram"
3495
 
3496
+ #: inc/widget.php:1122
3497
  #, fuzzy
3498
  msgid "Instagram URL:"
3499
  msgstr "Instagram"
3500
 
3501
+ #: inc/widget.php:1125
3502
  msgid "Pinterest URL:"
3503
  msgstr ""
3504
 
3505
+ #: inc/widget.php:1128
3506
  msgid "Behance URL:"
3507
  msgstr ""
3508
 
3509
+ #: inc/widget.php:1131
3510
  msgid "Flickr URL:"
3511
  msgstr ""
3512
 
3513
+ #: inc/widget.php:1134
3514
  msgid "Foursquare URL:"
3515
  msgstr ""
3516
 
3517
+ #: inc/widget.php:1137
3518
  msgid "Github URL:"
3519
  msgstr ""
3520
 
3521
+ #: inc/widget.php:1140
3522
  #, fuzzy
3523
  msgid "LinkedIn URL:"
3524
  msgstr "LinkedIn"
3525
 
3526
+ #: inc/widget.php:1143
3527
  #, fuzzy
3528
  msgid "LinkedIn Company URL:"
3529
  msgstr "LinkedIn"
3530
 
3531
+ #: inc/widget.php:1146
3532
  msgid "Medium URL:"
3533
  msgstr ""
3534
 
3535
+ #: inc/widget.php:1149
3536
  msgid "MeWe URL:"
3537
  msgstr ""
3538
 
3539
+ #: inc/widget.php:1152
3540
  msgid "Odnoklassniki URL:"
3541
  msgstr ""
3542
 
3543
+ #: inc/widget.php:1155
3544
  msgid "Snapchat URL:"
3545
  msgstr ""
3546
 
3547
+ #: inc/widget.php:1158
3548
  #, fuzzy
3549
  msgid "Telegram URL:"
3550
  msgstr "Instagram"
3551
 
3552
+ #: inc/widget.php:1161
3553
  msgid "Tumblr URL:"
3554
  msgstr ""
3555
 
3556
+ #: inc/widget.php:1164
3557
  msgid "Vimeo URL:"
3558
  msgstr ""
3559
 
3560
+ #: inc/widget.php:1167
3561
  #, fuzzy
3562
  msgid "Vkontakte URL:"
3563
  msgstr "Вконтакте"
3564
 
3565
+ #: inc/widget.php:1170
3566
  #, fuzzy
3567
  msgid "Xing URL:"
3568
  msgstr "LinkedIn"
3569
 
3570
+ #: inc/widget.php:1173
3571
  msgid "Youtube URL:"
3572
  msgstr ""
3573
 
3574
+ #: inc/widget.php:1176
3575
  msgid "Youtube Channel URL:"
3576
  msgstr ""
3577
 
3578
+ #: inc/widget.php:1179
3579
  msgid "RSS Feed URL:"
3580
  msgstr ""
3581
 
3582
+ #: inc/widget.php:1182
3583
  #, fuzzy
3584
  msgid "Gab.com URL:"
3585
  msgstr "Facebook App ID"
3586
 
3587
+ #: inc/widget.php:1185
3588
  #, fuzzy
3589
  msgid "Gettr.com URL:"
3590
  msgstr "Twitter"
3591
 
3592
+ #: super_socializer.php:563
3593
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3594
  msgstr ""
3595
 
3596
+ #: super_socializer.php:1853
3597
  msgid ""
3598
  "cURL is not enabled at your website server. Please contact your website "
3599
  "server administrator to enable it."
3601
  "Curl не включен в вашем веб-сайте. Вам, возможно, потребуется обратиться к "
3602
  "администратору вашего сайта, чтобы включить это."
3603
 
3604
+ #: super_socializer.php:1881
3605
  #, fuzzy, php-format
3606
  msgid ""
3607
  "Enter exactly the following url in <strong>Website</strong> option in your "
3610
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3611
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3612
 
3613
+ #: super_socializer.php:1884
3614
  #, fuzzy, php-format
3615
  msgid ""
3616
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3619
  "Введите действующую ссылку для <strong>сайта</strong> и <strong>обратную "
3620
  "ссылку</strong> в вашем приложении Твиттера (смотрите шаг 3 %s)"
3621
 
3622
+ #: super_socializer.php:1887
3623
  msgid ""
3624
  "Make sure cURL is enabled at your website server. You may need to contact "
3625
  "the server administrator of your website to verify this"
3627
  "Убедитесь Curl включен в вашем веб-сайте сервера. Вы, возможно, потребуется "
3628
  "обратиться к администратору сервера вашего сайта, чтобы убедиться, это"
3629
 
3630
+ #: super_socializer.php:2054
3631
  #, fuzzy
3632
  msgid "Search"
3633
  msgstr "Искать"
3634
 
3635
+ #: super_socializer.php:2076
3636
  msgid "Your email has been verified. Now you can login to your account"
3637
  msgstr "Ваше сообщение было проверено. Теперь вы можете войти в свой аккаунт"
3638
 
3639
+ #: super_socializer.php:2080
3640
  msgid "Notification"
3641
  msgstr "Уведомления"
3642
 
3643
+ #: super_socializer.php:2101
3644
  msgid "Please check your email inbox to complete the registration."
3645
  msgstr "Пожалуйста, проверьте свой почтовый ящик для завершения регистрации."
3646
 
3647
+ #: super_socializer.php:2170
3648
  msgid "Leave a reply"
3649
  msgstr "Оставить ответ"
3650
 
3651
+ #: super_socializer.php:2186
3652
  #, fuzzy
3653
  msgid "Link copied."
3654
  msgstr "LinkedIn"
3655
 
3656
+ #: super_socializer.php:2424
3657
  msgid "Super Socializer - General Options"
3658
  msgstr "Super Socializer - Общие настройки"
3659
 
3660
+ #: super_socializer.php:2495
3661
  msgid ""
3662
  "I agree to my personal data being stored and used as per Privacy Policy and "
3663
  "Terms and Conditions"
3664
  msgstr ""
3665
 
3666
+ #: super_socializer.php:2499
3667
  msgid ""
3668
  "I revoke my consent to store and use my personal data. Kindly delete my "
3669
  "personal data saved in this website."
3670
  msgstr ""
3671
 
3672
+ #: super_socializer.php:2511
3673
  msgid "Small Avatar Url"
3674
  msgstr "Ссылка для маленького аватара"
3675
 
3676
+ #: super_socializer.php:2515
3677
  msgid "Large Avatar Url"
3678
  msgstr "Ссылка для большого аватара"
3679
 
3680
+ #: super_socializer.php:2617
3681
  msgid "Login with your Social ID"
3682
  msgstr "Войти, используя социальный аккаунт"
3683
 
3684
+ #: super_socializer.php:2618
3685
  msgid "Email you entered is already registered or invalid"
3686
  msgstr ""
3687
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
3688
 
3689
+ #: super_socializer.php:2625
3690
  msgid "Please enter a valid email address. You might be required to verify it"
3691
  msgstr ""
3692
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
3693
  "потребуется проверить его"
3694
 
3695
+ #: super_socializer.php:2630 super_socializer.php:3433
3696
  msgid "Link your social account to login to your account at this website"
3697
  msgstr ""
3698
  "Введите ссылку на ваш аккаут в социальных сетях чтобы войти в аккаунт на "
3699
  "этом сайте"
3700
 
3701
+ #: super_socializer.php:2890
3702
  msgid "Thanks for installing Super Socializer plugin"
3703
  msgstr ""
3704
 
3705
+ #: super_socializer.php:2892
3706
  msgid "Configure the Plugin"
3707
  msgstr ""
3708
 
3709
+ #: super_socializer.php:2903
3710
  msgid ""
3711
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3712
  "current version of Super Socializer"
3713
  msgstr ""
3714
 
3715
+ #: super_socializer.php:2912
3716
  msgid ""
3717
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3718
  "compatibility with the current version of Super Socializer"
3719
  msgstr ""
3720
 
3721
+ #: super_socializer.php:2921
3722
  msgid ""
3723
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3724
  "compatibility with the current version of Super Socializer"
3725
  msgstr ""
3726
 
3727
+ #: super_socializer.php:2930
3728
  msgid ""
3729
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3730
  "version of Super Socializer"
3731
  msgstr ""
3732
 
3733
+ #: super_socializer.php:2939
3734
  msgid ""
3735
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3736
  "compatibility with the current version of Super Socializer"
3737
  msgstr ""
3738
 
3739
+ #: super_socializer.php:2948
3740
  msgid ""
3741
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3742
  "for compatibility with the current version of Super Socializer"
3743
  msgstr ""
3744
 
3745
+ #: super_socializer.php:2957
3746
  msgid ""
3747
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3748
  "with current version of Super Socializer"
3749
  msgstr ""
3750
 
3751
+ #: super_socializer.php:2968
3752
  #, php-format
3753
  msgid ""
3754
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3755
  msgstr ""
3756
 
3757
+ #: super_socializer.php:2977
3758
  #, php-format
3759
  msgid ""
3760
  "To continue using Instagram login create a new Instagram App as described <a "
3762
  "Instagram App Secret <a href=\"%s\">here</a>"
3763
  msgstr ""
3764
 
3765
+ #: super_socializer.php:2986 super_socializer.php:2995
3766
  #, php-format
3767
  msgid ""
3768
  "To continue using bitly url shortener, login to your bit.ly account and "
3771
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3772
  msgstr ""
3773
 
3774
+ #: super_socializer.php:3011
3775
  #, php-format
3776
  msgid ""
3777
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3778
  msgstr ""
3779
 
3780
+ #: super_socializer.php:3035
3781
  #, php-format
3782
  msgid ""
3783
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3785
  "target=\"_blank\">here</a>"
3786
  msgstr ""
3787
 
3788
+ #: super_socializer.php:3035 super_socializer.php:3060
3789
+ #: super_socializer.php:3085 super_socializer.php:3110
3790
+ #: super_socializer.php:3143 super_socializer.php:3171
3791
+ #: super_socializer.php:3198
3792
  msgid "Okay"
3793
  msgstr "Окей"
3794
 
3795
+ #: super_socializer.php:3060
3796
  #, php-format
3797
  msgid ""
3798
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3800
  "\">here</a>"
3801
  msgstr ""
3802
 
3803
+ #: super_socializer.php:3085
3804
  #, php-format
3805
  msgid ""
3806
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3808
  "target=\"_blank\">here</a>"
3809
  msgstr ""
3810
 
3811
+ #: super_socializer.php:3110
3812
  #, php-format
3813
  msgid ""
3814
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3816
  "target=\"_blank\">here</a>"
3817
  msgstr ""
3818
 
3819
+ #: super_socializer.php:3121
3820
  #, php-format
3821
  msgid ""
3822
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3823
  msgstr ""
3824
 
3825
+ #: super_socializer.php:3143
3826
  #, php-format
3827
  msgid ""
3828
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3830
  "\"%s\" target=\"_blank\">here</a>"
3831
  msgstr ""
3832
 
3833
+ #: super_socializer.php:3171
3834
  #, php-format
3835
  msgid ""
3836
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3839
  "your website %s with them. No need to copy-paste any code from their website."
3840
  msgstr ""
3841
 
3842
+ #: super_socializer.php:3198
3843
  #, php-format
3844
  msgid ""
3845
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3847
  "\"%s\" target=\"_blank\">here</a>"
3848
  msgstr ""
3849
 
3850
+ #: super_socializer.php:3223
3851
  #, php-format
3852
  msgid ""
3853
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3855
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3856
  msgstr ""
3857
 
3858
+ #: super_socializer.php:3223 super_socializer.php:3250
3859
  msgid "Dismiss"
3860
  msgstr ""
3861
 
3862
+ #: super_socializer.php:3509
3863
  msgid ""
3864
  "Your browser is blocking some features of this website. Please follow the "
3865
  "instructions at {support_url} to unblock these."
3867
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
3868
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
3869
 
3870
+ #~ msgid ""
3871
+ #~ "User will be redirected to the selected page after registration (first "
3872
+ #~ "Social Login) through Social Login"
3873
+ #~ msgstr ""
3874
+ #~ "Пользователь будет перенаправлен на выбранную страницу после регистрации "
3875
+ #~ "(первый вход чере социальные сети) через социальные логин"
3876
+
3877
+ #, fuzzy
3878
+ #~ msgid "Youtube username"
3879
+ #~ msgstr "bit.ly пользователя"
3880
+
3881
  #~ msgid "Dismiss this notice"
3882
  #~ msgstr "Закрыть это уведомление"
3883
 
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: 2022-04-07 16:46+0530\n"
6
- "PO-Revision-Date: 2022-04-07 16:46+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -21,8 +21,8 @@ msgstr ""
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
- #: admin/social_login.php:5 admin/social_login.php:1983
25
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -34,7 +34,7 @@ msgstr ""
34
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
- #: super_socializer.php:2417
38
  msgid "General Options"
39
  msgstr "Загальні параметри"
40
 
@@ -82,21 +82,21 @@ msgstr ""
82
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
- #: admin/social_commenting.php:401 admin/social_login.php:1979
86
- #: admin/social_sharing.php:1956 helper.php:922
87
  msgid "Save Changes"
88
  msgstr "Зберегти налаштування"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
- #: admin/social_commenting.php:411 admin/social_login.php:1989
92
- #: admin/social_sharing.php:1966
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
- #: admin/social_commenting.php:413 admin/social_login.php:1991
99
- #: admin/social_sharing.php:1968
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -214,7 +214,7 @@ msgid "Floating Interface"
214
  msgstr "Плаваючий інтерфейс"
215
 
216
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
217
- #: admin/social_sharing.php:1603
218
  msgid "Miscellaneous"
219
  msgstr "Різне"
220
 
@@ -224,16 +224,16 @@ msgid "3rd Party Integration"
224
  msgstr "XProfile інтеграція"
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
- #: admin/social_login.php:45 admin/social_login.php:1946
228
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
229
- #: admin/social_sharing.php:1882
230
  msgid "Shortcode & Widget"
231
  msgstr "Шорткод і віджет"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
- #: admin/social_login.php:46 admin/social_login.php:1960
236
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
237
  msgid "FAQ"
238
  msgstr "Часті питання (FAQ)"
239
 
@@ -256,13 +256,13 @@ msgstr "Цільова URL-адреса"
256
 
257
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
258
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
259
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
260
  msgid "Url of the webpage where icons are located (default)"
261
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
262
 
263
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
264
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
265
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
266
  msgid "Url of the homepage of your website"
267
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
268
 
@@ -278,7 +278,7 @@ msgstr ""
278
  "Подобається / Поділитися / Твитнути"
279
 
280
  #: admin/like_buttons.php:105 admin/social_login.php:1231
281
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
282
  msgid "Title"
283
  msgstr "Заголовок"
284
 
@@ -295,25 +295,27 @@ msgid "Select the providers for interface. Drag them to rearrange."
295
  msgstr "Виберіть сервіси для інтерфейсу. Перемістіть їх щоб змінити порядок"
296
 
297
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
298
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
299
  msgid "Horizontal alignment"
300
  msgstr "Горизонтальне вирівнювання"
301
 
302
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
303
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
304
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
305
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
306
  msgid "Left"
307
  msgstr "Зліва"
308
 
309
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
310
  msgid "Center"
311
  msgstr "Центр"
312
 
313
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
314
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
315
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
316
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
317
  msgid "Right"
318
  msgstr "Справа"
319
 
@@ -343,32 +345,32 @@ msgstr "Розташування інтерфейсу"
343
 
344
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
345
  #: admin/social_login.php:1548 admin/social_login.php:1577
346
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
347
  msgid "Homepage"
348
  msgstr "Головна"
349
 
350
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
351
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
352
  msgid "Posts"
353
  msgstr "Записи"
354
 
355
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
356
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
357
  msgid "Pages"
358
  msgstr "Сторінки"
359
 
360
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
361
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
362
  msgid "Excerpts and Posts page"
363
  msgstr "Сторінки анонсів і постів"
364
 
365
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
366
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
367
  msgid "Category Archives"
368
  msgstr "Архіви категорій"
369
 
370
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
371
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
372
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
373
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
374
 
@@ -381,12 +383,12 @@ msgid "BuddyPress group (only at top of content)"
381
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
382
 
383
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
384
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
385
  msgid "BBPress forum"
386
  msgstr "BBPress форум"
387
 
388
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
389
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
390
  msgid "BBPress topic"
391
  msgstr "BBPress тема"
392
 
@@ -424,8 +426,8 @@ msgstr ""
424
  "Майстер управління включення вертикального (плаваючого) лічильника віджета"
425
 
426
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
427
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
428
- #: inc/widget.php:466 inc/widget.php:779
429
  msgid "Background Color"
430
  msgstr "Колір фону"
431
 
@@ -441,7 +443,7 @@ msgstr ""
441
  "отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target="
442
  "\"_blank\"> тут </a>"
443
 
444
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
445
  msgid "Left offset"
446
  msgstr "Зміщення вліво"
447
 
@@ -454,7 +456,7 @@ msgstr ""
454
  "правого боку і зменшувати по відношенню до лівого боку. Число може бути "
455
  "негативним."
456
 
457
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
458
  msgid "Right offset"
459
  msgstr "Зміщення вправо"
460
 
@@ -467,7 +469,7 @@ msgstr ""
467
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
468
  "негативним."
469
 
470
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
471
  msgid "Top offset"
472
  msgstr "Верхній відступ"
473
 
@@ -479,7 +481,7 @@ msgstr ""
479
  "Вкажіть число. Збільшення числа буде зрушувати інтерфейс по відношенню до "
480
  "низу і зменшувати по відношенню до верху."
481
 
482
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
483
  msgid "BuddyPress group"
484
  msgstr "BuddyPress Група"
485
 
@@ -497,7 +499,7 @@ msgstr ""
497
  "Якщо включено, то вертикальний інтерфейс Подобається не буде доступний на "
498
  "мобільних пристроях"
499
 
500
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
501
  msgid "Url shortener"
502
  msgstr "Скорочення URL"
503
 
@@ -517,15 +519,15 @@ msgstr ""
517
  msgid "Enable bit.ly url shortener for tweet button"
518
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
519
 
520
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
521
  msgid "Master control to enable bit.ly url shortening for sharing"
522
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
523
 
524
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
525
  msgid "Bit.ly generic access token"
526
  msgstr ""
527
 
528
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
529
  #, php-format
530
  msgid ""
531
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -534,15 +536,15 @@ msgid ""
534
  "\">link</a>"
535
  msgstr ""
536
 
537
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
538
  msgid "Clear Bitly Cache"
539
  msgstr "Очистити Bitly кеш"
540
 
541
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
542
  msgid "ShortUrl cache cleared successfully."
543
  msgstr "ShortUrl кеш успішно очищений."
544
 
545
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
546
  msgid ""
547
  "Use this to delete short urls saved in database. Handy, if urls of your "
548
  "website have been changed but short urls are still being generated for old "
@@ -553,8 +555,8 @@ msgstr ""
553
  "адреси, як і раніше створюються для старих URL-адрес."
554
 
555
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
556
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
557
- #: admin/social_sharing.php:1760
558
  msgid "Language"
559
  msgstr "Мова"
560
 
@@ -598,11 +600,11 @@ msgstr ""
598
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
599
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
600
 
601
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
602
  msgid "myCRED"
603
  msgstr ""
604
 
605
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
606
  msgid "Append myCRED referral ID to the urls being shared"
607
  msgstr ""
608
 
@@ -610,22 +612,22 @@ msgstr ""
610
  msgid "Like Buttons Shortcode & Widget"
611
  msgstr "Шорткод і віджет Подобається"
612
 
613
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
614
  msgid "Why is there so much space between like buttons?"
615
  msgstr "Чому існує так багато місця між кнопками?"
616
 
617
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
618
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
619
  msgstr ""
620
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
621
  "сторінці?"
622
 
623
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
624
  msgid "How to Place Title and Social Share Icons in the Same Row?"
625
  msgstr ""
626
 
627
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
628
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
629
  msgid "More"
630
  msgstr ""
631
 
@@ -836,8 +838,8 @@ msgstr ""
836
  msgid "Social Commenting Shortcode"
837
  msgstr "Шорткод коментування через соцмережі"
838
 
839
- #: admin/social_commenting.php:386 admin/social_login.php:1962
840
- #: admin/social_sharing.php:1915
841
  msgid ""
842
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
843
  "an online website for the plugin to function properly."
@@ -855,8 +857,8 @@ msgid ""
855
  "Https?"
856
  msgstr ""
857
 
858
- #: admin/social_commenting.php:389 admin/social_login.php:1967
859
- #: admin/social_sharing.php:1930
860
  msgid "Why is my browser blocking some features of the plugin?"
861
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
862
 
@@ -890,12 +892,12 @@ msgstr "Основные настройки"
890
  msgid "Advanced Configuration"
891
  msgstr "Розширена конфігурація"
892
 
893
- #: admin/social_login.php:41 admin/social_login.php:1746
894
- #: super_socializer.php:2485
895
  msgid "GDPR"
896
  msgstr ""
897
 
898
- #: admin/social_login.php:43 admin/social_login.php:1897
899
  msgid "XProfile Integration"
900
  msgstr "XProfile інтеграція"
901
 
@@ -2031,7 +2033,7 @@ msgstr ""
2031
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2032
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2033
 
2034
- #: admin/social_login.php:1490 super_socializer.php:2091
2035
  msgid "Email required"
2036
  msgstr "Електронна адреса (обо'язково)"
2037
 
@@ -2092,7 +2094,7 @@ msgid "BuddyPress profile page"
2092
  msgstr "Сторінка профілю BuddyPress"
2093
 
2094
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2095
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2096
  msgid "Custom Url"
2097
  msgstr "Користувацьке посилання"
2098
 
@@ -2110,31 +2112,49 @@ msgstr "Перенаправлення реєстрації"
2110
  msgid "Same page from where user registered"
2111
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2112
 
2113
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2114
  msgid ""
2115
- "User will be redirected to the selected page after registration (first "
2116
- "Social Login) through Social Login"
2117
  msgstr ""
2118
- "Користувач буде перенаправлений на обрану сторінку після реєстрації (перший "
2119
- "вхід чере соцмережі) через соцмережі"
2120
 
2121
- #: admin/social_login.php:1602
2122
  #, fuzzy
2123
  msgid "Social Account Linking Options"
2124
  msgstr "Посилання на соціальний аккаунт"
2125
 
2126
- #: admin/social_login.php:1617
2127
  #, fuzzy
2128
  msgid "Text to display above the Social Account Linking interface"
2129
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2130
 
2131
- #: admin/social_login.php:1624
2132
  msgid ""
2133
  "Link social account to already existing account, if email address matches"
2134
  msgstr ""
2135
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2136
 
2137
- #: admin/social_login.php:1634
2138
  #, fuzzy
2139
  msgid ""
2140
  "If email address of the user's Social Account matches with an already "
@@ -2147,11 +2167,11 @@ msgstr ""
2147
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2148
  "профілю."
2149
 
2150
- #: admin/social_login.php:1642
2151
  msgid "Enable social account linking at BuddyPress profile page"
2152
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2153
 
2154
- #: admin/social_login.php:1652
2155
  msgid ""
2156
  "Enable this option to show social account linking interface at BuddyPress "
2157
  "profile page"
@@ -2159,15 +2179,15 @@ msgstr ""
2159
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2160
  "BuddyPress"
2161
 
2162
- #: admin/social_login.php:1663
2163
  msgid "Email popup options"
2164
  msgstr "Параметри спливаючій електронної пошти"
2165
 
2166
- #: admin/social_login.php:1668
2167
  msgid "Text on 'Email required' popup"
2168
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2169
 
2170
- #: admin/social_login.php:1678
2171
  msgid ""
2172
  "This text will be displayed on email required popup. Leave empty if not "
2173
  "required."
@@ -2175,11 +2195,11 @@ msgstr ""
2175
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2176
  "поле порожнім якщо не потрібно."
2177
 
2178
- #: admin/social_login.php:1686
2179
  msgid "Error message for 'Email required' popup"
2180
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2181
 
2182
- #: admin/social_login.php:1696
2183
  msgid ""
2184
  "This message will be displayed to user if it provides invalid or already "
2185
  "registered email"
@@ -2187,11 +2207,11 @@ msgstr ""
2187
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2188
  "раніше запроваджену пошту"
2189
 
2190
- #: admin/social_login.php:1704
2191
  msgid "Email popup height"
2192
  msgstr "Висота спливаючого вікна"
2193
 
2194
- #: admin/social_login.php:1714
2195
  msgid ""
2196
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2197
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -2201,11 +2221,11 @@ msgstr ""
2201
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2202
  "базового значення."
2203
 
2204
- #: admin/social_login.php:1721
2205
  msgid "Enable email verification"
2206
  msgstr "Включити перевірку електронної пошти"
2207
 
2208
- #: admin/social_login.php:1731
2209
  msgid ""
2210
  "If enabled, email provided by the user will be verified by sending a "
2211
  "confirmation link to that email. User would not be able to login without "
@@ -2214,98 +2234,98 @@ msgstr ""
2214
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2215
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2216
 
2217
- #: admin/social_login.php:1751
2218
  #, fuzzy
2219
  msgid "Enable GDPR opt-in"
2220
  msgstr "Активувати коментування через Disqus"
2221
 
2222
- #: admin/social_login.php:1761
2223
  msgid ""
2224
  "Enable it to show GDPR opt-in for social login and social account linking"
2225
  msgstr ""
2226
 
2227
- #: admin/social_login.php:1769
2228
  #, fuzzy
2229
  msgid "Placement of GDPR opt-in"
2230
  msgstr "Активувати коментування через Disqus"
2231
 
2232
- #: admin/social_login.php:1773
2233
  #, fuzzy
2234
  msgid "Above Social Login icons"
2235
  msgstr "Параметри входу через соцмережі"
2236
 
2237
- #: admin/social_login.php:1775
2238
  #, fuzzy
2239
  msgid "Below Social Login icons"
2240
  msgstr "Параметри входу через соцмережі"
2241
 
2242
- #: admin/social_login.php:1781
2243
  #, fuzzy
2244
  msgid "Placement of GDPR opt-in above or below the social login icons"
2245
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2246
 
2247
- #: admin/social_login.php:1788
2248
  msgid "Opt-in text"
2249
  msgstr ""
2250
 
2251
- #: admin/social_login.php:1798
2252
  #, fuzzy
2253
  msgid "Text for the GDPR opt-in"
2254
  msgstr "Активувати коментування через Disqus"
2255
 
2256
- #: admin/social_login.php:1805
2257
  msgid "Text to link to Terms-Conditions page"
2258
  msgstr ""
2259
 
2260
- #: admin/social_login.php:1815
2261
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2262
  msgstr ""
2263
 
2264
- #: admin/social_login.php:1822
2265
  msgid "Terms-Conditions Url"
2266
  msgstr ""
2267
 
2268
- #: admin/social_login.php:1832
2269
  #, fuzzy
2270
  msgid "Url of the terms-conditions page of your website"
2271
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2272
 
2273
- #: admin/social_login.php:1839
2274
  msgid "Text to link to Privacy Policy page"
2275
  msgstr ""
2276
 
2277
- #: admin/social_login.php:1849
2278
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2279
  msgstr ""
2280
 
2281
- #: admin/social_login.php:1856
2282
  msgid "Privacy Policy Url"
2283
  msgstr ""
2284
 
2285
- #: admin/social_login.php:1866
2286
  #, fuzzy
2287
  msgid "Url of the privacy policy page of your website"
2288
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2289
 
2290
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2291
- #: inc/widget.php:608 inc/widget.php:757
2292
  msgid "Select"
2293
  msgstr "Вибір"
2294
 
2295
- #: admin/social_login.php:1948
2296
  msgid "Social Login Shortcode & Widget"
2297
  msgstr "Шорткод і віджет для входу через соцмережі"
2298
 
2299
- #: admin/social_login.php:1949
2300
  msgid "Social Linking Shortcode"
2301
  msgstr "Шорткод соціальних посилань"
2302
 
2303
- #: admin/social_login.php:1964
2304
  #, fuzzy
2305
  msgid "Why is social login not working?"
2306
  msgstr "Чому Facebook Логін не працює?"
2307
 
2308
- #: admin/social_login.php:1965
2309
  msgid ""
2310
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2311
  "belong to the same app"
@@ -2348,12 +2368,12 @@ msgid "Shape"
2348
  msgstr "Форма"
2349
 
2350
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2351
- #: inc/widget.php:1095
2352
  msgid "Round"
2353
  msgstr "Кругла"
2354
 
2355
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2356
- #: inc/widget.php:1096
2357
  msgid "Square"
2358
  msgstr "Квадратна"
2359
 
@@ -2530,53 +2550,51 @@ msgstr ""
2530
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
2531
  "користувачів, якщо натиснути на іконку"
2532
 
2533
- #: admin/social_sharing.php:775
2534
  #, fuzzy
2535
- msgid "Youtube username"
2536
- msgstr "bit.ly користувача"
2537
 
2538
- #: admin/social_sharing.php:785
2539
  #, fuzzy
2540
- msgid ""
2541
- "Username of the Youtube account you want to redirect users to, on clicking "
2542
- "the icon"
2543
  msgstr ""
2544
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
2545
  "користувачів, якщо натиснути на іконку"
2546
 
2547
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2548
  #, fuzzy
2549
  msgid "HTML ID of container element of comment form"
2550
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
2551
 
2552
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2553
  msgid ""
2554
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2555
  "icon."
2556
  msgstr ""
2557
 
2558
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2559
  msgid "Rearrange icons"
2560
  msgstr "Змінити порядок іконок"
2561
 
2562
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2563
  msgid "Drag the icons to rearrange in desired order"
2564
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
2565
 
2566
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2567
  msgid "Select Sharing Services"
2568
  msgstr "Виберіть сервіси Поділитися"
2569
 
2570
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2571
  msgid "Select sharing services to show in social share bar"
2572
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
2573
 
2574
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2575
  #, fuzzy
2576
  msgid "Search social network"
2577
  msgstr "Виберіть сервіси"
2578
 
2579
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2580
  msgid "Horizontal alignment of the sharing interface"
2581
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
2582
 
@@ -2584,7 +2602,7 @@ msgstr "Горизонтальне вирівнювання інтерфейсу
2584
  msgid "Specify position of the sharing interface with respect to the content"
2585
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
2586
 
2587
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2588
  msgid "Placement"
2589
  msgstr "Розміщення"
2590
 
@@ -2592,11 +2610,11 @@ msgstr "Розміщення"
2592
  msgid "Specify the pages where you want to enable Sharing interface"
2593
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
2594
 
2595
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2596
  msgid "Show share counts"
2597
  msgstr "Показати лічильники кнопки Поділитися"
2598
 
2599
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2600
  #, fuzzy
2601
  msgid ""
2602
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2605,7 +2623,7 @@ msgstr ""
2605
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
2606
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
2607
 
2608
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2609
  #, php-format
2610
  msgid ""
2611
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2614,30 +2632,30 @@ msgid ""
2614
  "their website."
2615
  msgstr ""
2616
 
2617
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2618
  msgid "If enabled, share counts are displayed above sharing icons."
2619
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
2620
 
2621
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2622
- #: admin/social_sharing.php:1702
2623
  msgid "Track Social Shares for Every Social Network"
2624
  msgstr ""
2625
 
2626
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2627
  msgid "Show total shares"
2628
  msgstr "Включити загальну кількість Поділитися"
2629
 
2630
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2631
  msgid "If enabled, total shares will be displayed with sharing icons"
2632
  msgstr ""
2633
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
2634
  "кнопками Поділитися"
2635
 
2636
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2637
  msgid "Enable 'More' icon"
2638
  msgstr "Включити значок «Більше»"
2639
 
2640
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2641
  msgid ""
2642
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2643
  "which shows additional sharing networks in popup"
@@ -2657,7 +2675,7 @@ msgstr "Включити інтерфейс плаваючих кнопок По
2657
  msgid "Master control to enable floating sharing widget"
2658
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
2659
 
2660
- #: admin/social_sharing.php:1319
2661
  msgid ""
2662
  "Specify the color or hex code (example #cc78e0) for the background of "
2663
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2669,7 +2687,7 @@ msgstr ""
2669
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
2670
  "target=\"_blank\"> тут </a>"
2671
 
2672
- #: admin/social_sharing.php:1357
2673
  msgid ""
2674
  "Specify a number. Increase in number will shift sharing interface towards "
2675
  "right and decrease will shift it towards left. Number can be negative too."
@@ -2678,7 +2696,7 @@ msgstr ""
2678
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
2679
  "негативним."
2680
 
2681
- #: admin/social_sharing.php:1376
2682
  msgid ""
2683
  "Specify a number. Increase in number will shift sharing interface towards "
2684
  "left and decrease will shift it towards right. Number can be negative too."
@@ -2687,7 +2705,7 @@ msgstr ""
2687
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
2688
  "негативним."
2689
 
2690
- #: admin/social_sharing.php:1394
2691
  msgid ""
2692
  "Specify a number. Increase in number will shift sharing interface towards "
2693
  "bottom and decrease will shift it towards top."
@@ -2695,33 +2713,33 @@ msgstr ""
2695
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
2696
  "низу і зменшувати по відношенню до верху."
2697
 
2698
- #: admin/social_sharing.php:1450
2699
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2700
  msgstr ""
2701
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
2702
 
2703
- #: admin/social_sharing.php:1519
2704
  #, fuzzy
2705
  msgid "Hide floating slider"
2706
  msgstr "Закрити для зареєстрованих користувачів"
2707
 
2708
- #: admin/social_sharing.php:1529
2709
  #, fuzzy
2710
  msgid "Hides the slider arrow present below the floating share bar"
2711
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
2712
 
2713
- #: admin/social_sharing.php:1536
2714
  msgid "Vertical floating bar responsiveness"
2715
  msgstr "Адаптивність вертикальних плаваючих кнопок"
2716
 
2717
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2718
  #, php-format
2719
  msgid "Display vertical interface only when screen is wider than %s pixels"
2720
  msgstr ""
2721
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
2722
  "пікселів."
2723
 
2724
- #: admin/social_sharing.php:1546
2725
  msgid ""
2726
  "Display vertical interface only when screen is wider than the width "
2727
  "specified."
@@ -2729,11 +2747,11 @@ msgstr ""
2729
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
2730
  "ширина за замовчуванням."
2731
 
2732
- #: admin/social_sharing.php:1553
2733
  msgid "Horizontal floating bar responsiveness"
2734
  msgstr "Адаптивність вертикальних плаваючих кнопок"
2735
 
2736
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2737
  #, php-format
2738
  msgid ""
2739
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2742,7 +2760,7 @@ msgstr ""
2742
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
2743
  "вужче ніж% s пікселів"
2744
 
2745
- #: admin/social_sharing.php:1563
2746
  msgid ""
2747
  "Stick vertical floating interface horizontally at bottom only when screen is "
2748
  "narrower than the width specified"
@@ -2750,73 +2768,73 @@ msgstr ""
2750
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
2751
  "вужче чим зазначена ширина"
2752
 
2753
- #: admin/social_sharing.php:1572
2754
  msgid "Horizontal floating bar position"
2755
  msgstr "Розташування горизонтальної плаваючої панелі"
2756
 
2757
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2758
  #, php-format
2759
  msgid "%s pixels from %s"
2760
  msgstr "%s пікселів від %s"
2761
 
2762
- #: admin/social_sharing.php:1576
2763
  msgid "Auto-adjust according to screen width (responsive)"
2764
  msgstr ""
2765
 
2766
- #: admin/social_sharing.php:1583
2767
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2768
  msgstr ""
2769
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
2770
  "негативним."
2771
 
2772
- #: admin/social_sharing.php:1608
2773
  msgid "Use plain background for Instagram icon"
2774
  msgstr ""
2775
 
2776
- #: admin/social_sharing.php:1618
2777
  msgid ""
2778
  "Uses plain background for Instagram icon instead of multicolored background"
2779
  msgstr ""
2780
 
2781
- #: admin/social_sharing.php:1631
2782
  msgid "Use shortlinks already installed"
2783
  msgstr "Використання коротких посилань вже встановлено"
2784
 
2785
- #: admin/social_sharing.php:1641
2786
  msgid "Uses default short url permalinks without using any additional plugin"
2787
  msgstr ""
2788
  "Використовує за замовчуванням постійні короткі url без використання будь-"
2789
  "яких додаткових плагінів"
2790
 
2791
- #: admin/social_sharing.php:1648
2792
  msgid "Enable bit.ly url shortener for sharing"
2793
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
2794
 
2795
- #: admin/social_sharing.php:1707
2796
  msgid "Share Count Cache"
2797
  msgstr "Кеш лічильників Поділитися"
2798
 
2799
- #: admin/social_sharing.php:1712
2800
  msgid "Refresh Share Count cache every"
2801
  msgstr "Оновити кеш лічильників Поділитися"
2802
 
2803
- #: admin/social_sharing.php:1717
2804
  msgid "Second(s)"
2805
  msgstr "Секунд"
2806
 
2807
- #: admin/social_sharing.php:1718
2808
  msgid "Minute(s)"
2809
  msgstr "Хвилин"
2810
 
2811
- #: admin/social_sharing.php:1719
2812
  msgid "Hour(s)"
2813
  msgstr "Годин"
2814
 
2815
- #: admin/social_sharing.php:1720
2816
  msgid "Day(s)"
2817
  msgstr "Днів"
2818
 
2819
- #: admin/social_sharing.php:1728
2820
  #, fuzzy, php-format
2821
  msgid ""
2822
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2826,19 +2844,19 @@ msgstr ""
2826
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
2827
  "включеними лічильниками Поділитися"
2828
 
2829
- #: admin/social_sharing.php:1735
2830
  msgid "Clear Share Counts Cache"
2831
  msgstr "Очистити кеш лічильників Поділитися"
2832
 
2833
- #: admin/social_sharing.php:1739
2834
  msgid "Share Counts cache cleared successfully."
2835
  msgstr "Кеш лічільників Поділитися успішно очищений."
2836
 
2837
- #: admin/social_sharing.php:1746
2838
  msgid "Use this to clear cached share counts"
2839
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
2840
 
2841
- #: admin/social_sharing.php:1770
2842
  #, php-format
2843
  msgid ""
2844
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2850,15 +2868,15 @@ msgstr ""
2850
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2851
  "замовчуванням (Українська)."
2852
 
2853
- #: admin/social_sharing.php:1779
2854
  msgid "Username in sharing"
2855
  msgstr "Ім'я користувача щоб поділитися"
2856
 
2857
- #: admin/social_sharing.php:1784
2858
  msgid "Twitter username (without @)"
2859
  msgstr "Twitter ім'я користувача (без @)"
2860
 
2861
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2862
  msgid ""
2863
  "Provided username will be appended after the content being shared as \"via "
2864
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2867,27 +2885,27 @@ msgstr ""
2867
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
2868
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
2869
 
2870
- #: admin/social_sharing.php:1802
2871
  msgid "Buffer username (without @)"
2872
  msgstr "Ім'я користувача в Twitter (без @)"
2873
 
2874
- #: admin/social_sharing.php:1821
2875
  msgid "AMP"
2876
  msgstr "AMP"
2877
 
2878
- #: admin/social_sharing.php:1826
2879
  msgid "Enable sharing on AMP pages"
2880
  msgstr "Дозволити загальний доступ на сторінках AMP"
2881
 
2882
- #: admin/social_sharing.php:1836
2883
  msgid "Enable this option to render sharing icons on AMP pages"
2884
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
2885
 
2886
- #: admin/social_sharing.php:1893
2887
  msgid "Facebook Sharing Troubleshooter"
2888
  msgstr "Усунення несправностей Поділитися від Facebook"
2889
 
2890
- #: admin/social_sharing.php:1898
2891
  #, fuzzy
2892
  msgid ""
2893
  "If Facebook sharing is not working fine, click at the following link and "
@@ -2899,7 +2917,7 @@ msgstr ""
2899
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
2900
  "\"Отримання інформації про нову поломки \"."
2901
 
2902
- #: admin/social_sharing.php:1916
2903
  msgid ""
2904
  "Why is sharer not showing the correct image, title and other meta tags "
2905
  "content?"
@@ -2907,12 +2925,12 @@ msgstr ""
2907
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
2908
  "дані контенту?"
2909
 
2910
- #: admin/social_sharing.php:1917
2911
  #, fuzzy
2912
  msgid "Why is Facebook share count not working?"
2913
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2914
 
2915
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2916
  #, php-format
2917
  msgid ""
2918
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2921,11 +2939,11 @@ msgid ""
2921
  "not just for Facebook but for all the social networks"
2922
  msgstr ""
2923
 
2924
- #: admin/social_sharing.php:1920
2925
  msgid "Why is Instagram icon redirecting to Instagram website?"
2926
  msgstr ""
2927
 
2928
- #: admin/social_sharing.php:1921
2929
  msgid ""
2930
  "Instagram icon is there to send website visitors to the Instagram page of "
2931
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2933,38 +2951,38 @@ msgid ""
2933
  "sections."
2934
  msgstr ""
2935
 
2936
- #: admin/social_sharing.php:1924
2937
  #, fuzzy
2938
  msgid "How to customize the url being shared?"
2939
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
2940
 
2941
- #: admin/social_sharing.php:1925
2942
  msgid ""
2943
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2944
  msgstr ""
2945
 
2946
- #: admin/social_sharing.php:1926
2947
  msgid ""
2948
  "It takes some time for their service to track the shares made on Twitter "
2949
  "from your website. If you still feel it's taking too long you can contact "
2950
  "their support directly from their website."
2951
  msgstr ""
2952
 
2953
- #: admin/social_sharing.php:1929
2954
  msgid ""
2955
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2956
  msgstr ""
2957
 
2958
- #: admin/social_sharing.php:1931
2959
  #, fuzzy
2960
  msgid "Why the color of share icons is not being updated?"
2961
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2962
 
2963
- #: admin/social_sharing.php:1932
2964
  msgid "Why Facebook share counts are not appearing?"
2965
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2966
 
2967
- #: admin/social_sharing.php:1933
2968
  msgid ""
2969
  "How can I show share counts of my website rather than of individual pages/"
2970
  "posts?"
@@ -2972,40 +2990,40 @@ msgstr ""
2972
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
2973
  "постах?"
2974
 
2975
- #: admin/social_sharing.php:1934
2976
  msgid "How can I disable sharing on particular page/post?"
2977
  msgstr ""
2978
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
2979
 
2980
- #: admin/social_sharing.php:1935
2981
  msgid "How can I specify minimum sharing count for sharing networks?"
2982
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
2983
 
2984
- #: admin/social_sharing.php:1936
2985
  msgid "How to share specific page?"
2986
  msgstr "Як поділитися певною сторінкою?"
2987
 
2988
- #: admin/social_sharing.php:1937
2989
  msgid "How to integrate Google Analytics with sharing?"
2990
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
2991
 
2992
- #: admin/social_sharing.php:1938
2993
  msgid "How to customize the look of total share counts?"
2994
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
2995
 
2996
- #: admin/social_sharing.php:1939
2997
  msgid "How to customize the look of individual share counts?"
2998
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
2999
 
3000
- #: admin/social_sharing.php:1940
3001
  msgid "How to show Whatsapp icon only on mobile devices?"
3002
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
3003
 
3004
- #: admin/social_sharing.php:1941
3005
  msgid "How to hide arrow after floating sharing bar?"
3006
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
3007
 
3008
- #: admin/social_sharing.php:1942
3009
  #, fuzzy
3010
  msgid "Why is share count not getting updated?"
3011
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
@@ -3091,11 +3109,11 @@ msgstr "Запустити лічильник Поділитися для"
3091
  msgid "Floating Sharing Interface"
3092
  msgstr "Плаваючий інтерфейс Поділитися"
3093
 
3094
- #: helper.php:907 super_socializer.php:2501
3095
  msgid "Social Avatar"
3096
  msgstr "Соціальний Аватар"
3097
 
3098
- #: helper.php:910 super_socializer.php:2512
3099
  msgid ""
3100
  "Do not fetch and update social avatar from my profile, next time I Social "
3101
  "Login"
@@ -3103,39 +3121,39 @@ msgstr ""
3103
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
3104
  "раз коли я використовую вхід через соцмережі"
3105
 
3106
- #: helper.php:911 super_socializer.php:2516
3107
  msgid "Update social avatar, next time I Social Login"
3108
  msgstr ""
3109
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
3110
  "соцмережі"
3111
 
3112
- #: helper.php:914
3113
  msgid "Small Avatar"
3114
  msgstr "Невеликий аватар"
3115
 
3116
- #: helper.php:918
3117
  msgid "Large Avatar"
3118
  msgstr "Великий аватар"
3119
 
3120
- #: helper.php:978 super_socializer.php:2069
3121
  msgid "Please verify your email address to login."
3122
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
3123
 
3124
- #: helper.php:1015
3125
  msgid "Click to delete social profile data"
3126
  msgstr ""
3127
 
3128
- #: helper.php:1044
3129
  #, fuzzy
3130
  msgid "Deleting"
3131
  msgstr "Налаштування"
3132
 
3133
- #: helper.php:1054
3134
  #, fuzzy
3135
  msgid "Deleted"
3136
  msgstr "Налаштування"
3137
 
3138
- #: helper.php:1056
3139
  msgid "Something bad happened"
3140
  msgstr ""
3141
 
@@ -3151,27 +3169,27 @@ msgstr ""
3151
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
3152
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
3153
 
3154
- #: inc/social_login.php:1035
3155
  msgid "Email"
3156
  msgstr "Email"
3157
 
3158
- #: inc/social_login.php:1036
3159
  msgid "Confirm email"
3160
  msgstr "Підтвердити e-mail"
3161
 
3162
- #: inc/social_login.php:1038
3163
  msgid "Save"
3164
  msgstr "Зберегти"
3165
 
3166
- #: inc/social_login.php:1039
3167
  msgid "Cancel"
3168
  msgstr "Скасувати"
3169
 
3170
- #: inc/social_login.php:1113
3171
  msgid "Email Verification"
3172
  msgstr "Підтвердження адреси електронної пошти"
3173
 
3174
- #: inc/social_login.php:1115
3175
  msgid ""
3176
  "Please click on the following link or paste it in browser to verify your "
3177
  "email"
@@ -3194,19 +3212,19 @@ msgstr "Архіви "
3194
  msgid "Total Shares"
3195
  msgstr "Включити загальну кількість Поділитися"
3196
 
3197
- #: inc/social_sharing.php:272 super_socializer.php:2179
3198
  msgid "Share"
3199
  msgstr "Поділитися"
3200
 
3201
- #: inc/social_sharing.php:272 super_socializer.php:2179
3202
  msgid "Shares"
3203
  msgstr "Поширили:"
3204
 
3205
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3206
  msgid "Invalid request"
3207
  msgstr "Невірний Запит!"
3208
 
3209
- #: inc/social_sharing.php:978
3210
  msgid "Providers not selected"
3211
  msgstr "Сервіси не вибрані"
3212
 
@@ -3244,16 +3262,16 @@ msgstr "Назва (до логіна):"
3244
  msgid "Title (after login):"
3245
  msgstr "Назва (після логіна):"
3246
 
3247
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3248
  msgid "Before widget content:"
3249
  msgstr "Перед вмістом віджета"
3250
 
3251
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3252
  msgid "After widget content:"
3253
  msgstr "Після вмісту віджета"
3254
 
3255
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3256
- #: inc/widget.php:782
3257
  msgid "Hide for logged in users:"
3258
  msgstr "Закрити для зареєстрованих користувачів"
3259
 
@@ -3267,6 +3285,10 @@ msgstr ""
3267
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
3268
  "Twitter, Tumblr, Google+ і багатьох інших."
3269
 
 
 
 
 
3270
  #: inc/widget.php:253
3271
  msgid ""
3272
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
@@ -3275,7 +3297,7 @@ msgstr ""
3275
  "Переконайтеся що стандартні кнопки Поділитися включені на сторінці Super "
3276
  "Socializer> Поділитися"
3277
 
3278
- #: inc/widget.php:254 inc/widget.php:604
3279
  msgid "Title:"
3280
  msgstr "Заголовок:"
3281
 
@@ -3287,11 +3309,11 @@ msgstr "Показати індивідуальні лічильники Под
3287
  msgid "Show total shares:"
3288
  msgstr "Показати загальну кількість Поділитися"
3289
 
3290
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3291
  msgid "Target Url:"
3292
  msgstr "Цільовий URL:"
3293
 
3294
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3295
  #, fuzzy
3296
  msgid "Custom URL"
3297
  msgstr "Користувальницьке посилання"
@@ -3314,23 +3336,23 @@ msgstr ""
3314
  "Переконайтеся що плаваючі кнопки Поділитися включені на сторінці Super "
3315
  "Socializer> Поділитися."
3316
 
3317
- #: inc/widget.php:450 inc/widget.php:763
3318
  msgid "Alignment"
3319
  msgstr "Вирівнювання"
3320
 
3321
- #: inc/widget.php:456 inc/widget.php:769
3322
  msgid "Left Offset"
3323
  msgstr "Зміщення вліво"
3324
 
3325
- #: inc/widget.php:460 inc/widget.php:773
3326
  msgid "Right Offset"
3327
  msgstr "Зміщення вправо"
3328
 
3329
- #: inc/widget.php:463 inc/widget.php:776
3330
  msgid "Top Offset"
3331
  msgstr "Верхній відступ"
3332
 
3333
- #: inc/widget.php:488
3334
  #, fuzzy
3335
  msgid ""
3336
  "Standard like buttons widget. Let your website users share/like content on "
@@ -3340,7 +3362,7 @@ msgstr ""
3340
  "використовувати Поділитися / Подобається щоб поділитися вмістом в популярних "
3341
  "соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох інших."
3342
 
3343
- #: inc/widget.php:603
3344
  msgid ""
3345
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3346
  "Like Buttons\" page."
@@ -3348,7 +3370,7 @@ msgstr ""
3348
  "Переконайтеся що стандартні кнопки Подобається включені на сторінці Super "
3349
  "Socializer> Подобається."
3350
 
3351
- #: inc/widget.php:637
3352
  #, fuzzy
3353
  msgid ""
3354
  "Floating like buttons widget. Let your website users share/like content on "
@@ -3359,7 +3381,7 @@ msgstr ""
3359
  "популярних соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох "
3360
  "інших."
3361
 
3362
- #: inc/widget.php:754
3363
  msgid ""
3364
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3365
  "Like Buttons\" page."
@@ -3367,213 +3389,213 @@ msgstr ""
3367
  "Переконайтеся що плаваючі кнопки Подобається включені на сторінці Super "
3368
  "Socializer> Подобається."
3369
 
3370
- #: inc/widget.php:798
3371
  #, fuzzy
3372
  msgid "Super Socializer - Follow Icons"
3373
  msgstr "Super Socializer - Вхід"
3374
 
3375
- #: inc/widget.php:800
3376
  #, fuzzy
3377
  msgid "These icons link to your Social Media accounts"
3378
  msgstr "Вхід через соцмережі"
3379
 
3380
- #: inc/widget.php:1037
3381
  msgid "Type:"
3382
  msgstr ""
3383
 
3384
- #: inc/widget.php:1040
3385
  #, fuzzy
3386
  msgid "Standard"
3387
  msgstr "Стандартні параметри інтерфейсу"
3388
 
3389
- #: inc/widget.php:1043
3390
  #, fuzzy
3391
  msgid "Floating"
3392
  msgstr "Активувати плаваючі кнопки Подобається"
3393
 
3394
- #: inc/widget.php:1048
3395
  #, fuzzy
3396
  msgid "Top offset:"
3397
  msgstr "Верхній відступ"
3398
 
3399
- #: inc/widget.php:1052
3400
  #, fuzzy
3401
  msgid "Alignment:"
3402
  msgstr "Вирівнювання"
3403
 
3404
- #: inc/widget.php:1070
3405
  #, fuzzy
3406
  msgid "Offset"
3407
  msgstr "Верхній відступ"
3408
 
3409
- #: inc/widget.php:1084
3410
  #, fuzzy
3411
  msgid "right"
3412
  msgstr "Справа"
3413
 
3414
- #: inc/widget.php:1084
3415
  #, fuzzy
3416
  msgid "left"
3417
  msgstr "Зліва"
3418
 
3419
- #: inc/widget.php:1087
3420
  msgid "Auto-adjust according to the screen-width (responsive)"
3421
  msgstr ""
3422
 
3423
- #: inc/widget.php:1091
3424
  #, fuzzy
3425
  msgid "Size of icons"
3426
  msgstr "Розмір кнопок Поділитися"
3427
 
3428
- #: inc/widget.php:1093
3429
  #, fuzzy
3430
  msgid "Icon Shape"
3431
  msgstr "Форма"
3432
 
3433
- #: inc/widget.php:1098
3434
  msgid "Apply icon color and background color from Theme Selection section:"
3435
  msgstr ""
3436
 
3437
- #: inc/widget.php:1100
3438
  msgid "No"
3439
  msgstr ""
3440
 
3441
- #: inc/widget.php:1101
3442
  #, fuzzy
3443
  msgid "Yes, Standard Interface Theme"
3444
  msgstr "Стандартний інтерфейс"
3445
 
3446
- #: inc/widget.php:1102
3447
  #, fuzzy
3448
  msgid "Yes, Floating Interface Theme"
3449
  msgstr "Плаваючий інтерфейс Поділитися"
3450
 
3451
- #: inc/widget.php:1104
3452
  #, fuzzy
3453
  msgid "Facebook URL:"
3454
  msgstr "Facebook App ID"
3455
 
3456
- #: inc/widget.php:1107
3457
  #, fuzzy
3458
  msgid "Twitter URL:"
3459
  msgstr "Twitter"
3460
 
3461
- #: inc/widget.php:1110
3462
  #, fuzzy
3463
  msgid "Parler URL:"
3464
  msgstr "Instagram"
3465
 
3466
- #: inc/widget.php:1113
3467
  #, fuzzy
3468
  msgid "Instagram URL:"
3469
  msgstr "Instagram"
3470
 
3471
- #: inc/widget.php:1116
3472
  #, fuzzy
3473
  msgid "Pinterest URL:"
3474
  msgstr "Twitter"
3475
 
3476
- #: inc/widget.php:1119
3477
  #, fuzzy
3478
  msgid "Behance URL:"
3479
  msgstr "Facebook App ID"
3480
 
3481
- #: inc/widget.php:1122
3482
  #, fuzzy
3483
  msgid "Flickr URL:"
3484
  msgstr "Facebook App ID"
3485
 
3486
- #: inc/widget.php:1125
3487
  #, fuzzy
3488
  msgid "Foursquare URL:"
3489
  msgstr "Квадратна"
3490
 
3491
- #: inc/widget.php:1128
3492
  #, fuzzy
3493
  msgid "Github URL:"
3494
  msgstr "Twitter"
3495
 
3496
- #: inc/widget.php:1131
3497
  #, fuzzy
3498
  msgid "LinkedIn URL:"
3499
  msgstr "LinkedIn"
3500
 
3501
- #: inc/widget.php:1134
3502
  #, fuzzy
3503
  msgid "LinkedIn Company URL:"
3504
  msgstr "LinkedIn"
3505
 
3506
- #: inc/widget.php:1137
3507
  #, fuzzy
3508
  msgid "Medium URL:"
3509
  msgstr "LinkedIn"
3510
 
3511
- #: inc/widget.php:1140
3512
  #, fuzzy
3513
  msgid "MeWe URL:"
3514
  msgstr "Instagram"
3515
 
3516
- #: inc/widget.php:1143
3517
  msgid "Odnoklassniki URL:"
3518
  msgstr ""
3519
 
3520
- #: inc/widget.php:1146
3521
  msgid "Snapchat URL:"
3522
  msgstr ""
3523
 
3524
- #: inc/widget.php:1149
3525
  #, fuzzy
3526
  msgid "Telegram URL:"
3527
  msgstr "Instagram"
3528
 
3529
- #: inc/widget.php:1152
3530
  #, fuzzy
3531
  msgid "Tumblr URL:"
3532
  msgstr "Instagram"
3533
 
3534
- #: inc/widget.php:1155
3535
  #, fuzzy
3536
  msgid "Vimeo URL:"
3537
  msgstr "Twitter"
3538
 
3539
- #: inc/widget.php:1158
3540
  #, fuzzy
3541
  msgid "Vkontakte URL:"
3542
  msgstr "Вконтакте"
3543
 
3544
- #: inc/widget.php:1161
3545
  #, fuzzy
3546
  msgid "Xing URL:"
3547
  msgstr "LinkedIn"
3548
 
3549
- #: inc/widget.php:1164
3550
  #, fuzzy
3551
  msgid "Youtube URL:"
3552
  msgstr "Вконтакте"
3553
 
3554
- #: inc/widget.php:1167
3555
  msgid "Youtube Channel URL:"
3556
  msgstr ""
3557
 
3558
- #: inc/widget.php:1170
3559
  msgid "RSS Feed URL:"
3560
  msgstr ""
3561
 
3562
- #: inc/widget.php:1173
3563
  #, fuzzy
3564
  msgid "Gab.com URL:"
3565
  msgstr "Facebook App ID"
3566
 
3567
- #: inc/widget.php:1176
3568
  #, fuzzy
3569
  msgid "Gettr.com URL:"
3570
  msgstr "Twitter"
3571
 
3572
- #: super_socializer.php:556
3573
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3574
  msgstr ""
3575
 
3576
- #: super_socializer.php:1846
3577
  msgid ""
3578
  "cURL is not enabled at your website server. Please contact your website "
3579
  "server administrator to enable it."
@@ -3581,7 +3603,7 @@ msgstr ""
3581
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
3582
  "до адміністратора вашого сайту, щоб включити це."
3583
 
3584
- #: super_socializer.php:1874
3585
  #, fuzzy, php-format
3586
  msgid ""
3587
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3590,7 +3612,7 @@ msgstr ""
3590
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3591
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3592
 
3593
- #: super_socializer.php:1877
3594
  #, fuzzy, php-format
3595
  msgid ""
3596
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3599,7 +3621,7 @@ msgstr ""
3599
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3600
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3601
 
3602
- #: super_socializer.php:1880
3603
  msgid ""
3604
  "Make sure cURL is enabled at your website server. You may need to contact "
3605
  "the server administrator of your website to verify this"
@@ -3608,135 +3630,135 @@ msgstr ""
3608
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
3609
  "переконатися в цьому."
3610
 
3611
- #: super_socializer.php:2047
3612
  #, fuzzy
3613
  msgid "Search"
3614
  msgstr "Шукати"
3615
 
3616
- #: super_socializer.php:2069
3617
  msgid "Your email has been verified. Now you can login to your account"
3618
  msgstr ""
3619
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
3620
  "облікового запису"
3621
 
3622
- #: super_socializer.php:2073
3623
  msgid "Notification"
3624
  msgstr "Повідомлення"
3625
 
3626
- #: super_socializer.php:2094
3627
  msgid "Please check your email inbox to complete the registration."
3628
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
3629
 
3630
- #: super_socializer.php:2163
3631
  msgid "Leave a reply"
3632
  msgstr "Залишити коментар"
3633
 
3634
- #: super_socializer.php:2179
3635
  #, fuzzy
3636
  msgid "Link copied."
3637
  msgstr "LinkedIn"
3638
 
3639
- #: super_socializer.php:2417
3640
  msgid "Super Socializer - General Options"
3641
  msgstr "Super Socializer - Загальні Параметри"
3642
 
3643
- #: super_socializer.php:2488
3644
  msgid ""
3645
  "I agree to my personal data being stored and used as per Privacy Policy and "
3646
  "Terms and Conditions"
3647
  msgstr ""
3648
 
3649
- #: super_socializer.php:2492
3650
  msgid ""
3651
  "I revoke my consent to store and use my personal data. Kindly delete my "
3652
  "personal data saved in this website."
3653
  msgstr ""
3654
 
3655
- #: super_socializer.php:2504
3656
  msgid "Small Avatar Url"
3657
  msgstr "Посилання для маленького аватара"
3658
 
3659
- #: super_socializer.php:2508
3660
  msgid "Large Avatar Url"
3661
  msgstr "Посилання для великого аватара"
3662
 
3663
- #: super_socializer.php:2610
3664
  msgid "Login with your Social ID"
3665
  msgstr "Увійти через соціальний аккаунт"
3666
 
3667
- #: super_socializer.php:2611
3668
  msgid "Email you entered is already registered or invalid"
3669
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
3670
 
3671
- #: super_socializer.php:2618
3672
  msgid "Please enter a valid email address. You might be required to verify it"
3673
  msgstr ""
3674
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
3675
  "потрібно перевірити його"
3676
 
3677
- #: super_socializer.php:2622 super_socializer.php:3419
3678
  msgid "Link your social account to login to your account at this website"
3679
  msgstr ""
3680
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
3681
  "запис на цьому сайті"
3682
 
3683
- #: super_socializer.php:2882
3684
  msgid "Thanks for installing Super Socializer plugin"
3685
  msgstr ""
3686
 
3687
- #: super_socializer.php:2884
3688
  msgid "Configure the Plugin"
3689
  msgstr ""
3690
 
3691
- #: super_socializer.php:2895
3692
  msgid ""
3693
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3694
  "current version of Super Socializer"
3695
  msgstr ""
3696
 
3697
- #: super_socializer.php:2904
3698
  msgid ""
3699
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3700
  "compatibility with the current version of Super Socializer"
3701
  msgstr ""
3702
 
3703
- #: super_socializer.php:2913
3704
  msgid ""
3705
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3706
  "compatibility with the current version of Super Socializer"
3707
  msgstr ""
3708
 
3709
- #: super_socializer.php:2922
3710
  msgid ""
3711
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3712
  "version of Super Socializer"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2931
3716
  msgid ""
3717
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3718
  "compatibility with the current version of Super Socializer"
3719
  msgstr ""
3720
 
3721
- #: super_socializer.php:2940
3722
  msgid ""
3723
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3724
  "for compatibility with the current version of Super Socializer"
3725
  msgstr ""
3726
 
3727
- #: super_socializer.php:2949
3728
  msgid ""
3729
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3730
  "with current version of Super Socializer"
3731
  msgstr ""
3732
 
3733
- #: super_socializer.php:2960
3734
  #, php-format
3735
  msgid ""
3736
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3737
  msgstr ""
3738
 
3739
- #: super_socializer.php:2969
3740
  #, php-format
3741
  msgid ""
3742
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3744,7 +3766,7 @@ msgid ""
3744
  "Instagram App Secret <a href=\"%s\">here</a>"
3745
  msgstr ""
3746
 
3747
- #: super_socializer.php:2978 super_socializer.php:2987
3748
  #, php-format
3749
  msgid ""
3750
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3753,13 +3775,13 @@ msgid ""
3753
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3754
  msgstr ""
3755
 
3756
- #: super_socializer.php:3003
3757
  #, php-format
3758
  msgid ""
3759
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3760
  msgstr ""
3761
 
3762
- #: super_socializer.php:3027
3763
  #, php-format
3764
  msgid ""
3765
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3767,14 +3789,14 @@ msgid ""
3767
  "target=\"_blank\">here</a>"
3768
  msgstr ""
3769
 
3770
- #: super_socializer.php:3027 super_socializer.php:3052
3771
- #: super_socializer.php:3077 super_socializer.php:3102
3772
- #: super_socializer.php:3135 super_socializer.php:3163
3773
- #: super_socializer.php:3190
3774
  msgid "Okay"
3775
  msgstr "Гаразд."
3776
 
3777
- #: super_socializer.php:3052
3778
  #, php-format
3779
  msgid ""
3780
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3782,7 +3804,7 @@ msgid ""
3782
  "\">here</a>"
3783
  msgstr ""
3784
 
3785
- #: super_socializer.php:3077
3786
  #, php-format
3787
  msgid ""
3788
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3790,7 +3812,7 @@ msgid ""
3790
  "target=\"_blank\">here</a>"
3791
  msgstr ""
3792
 
3793
- #: super_socializer.php:3102
3794
  #, php-format
3795
  msgid ""
3796
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3798,13 +3820,13 @@ msgid ""
3798
  "target=\"_blank\">here</a>"
3799
  msgstr ""
3800
 
3801
- #: super_socializer.php:3113
3802
  #, fuzzy, php-format
3803
  msgid ""
3804
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3805
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
3806
 
3807
- #: super_socializer.php:3135
3808
  #, php-format
3809
  msgid ""
3810
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3812,7 +3834,7 @@ msgid ""
3812
  "\"%s\" target=\"_blank\">here</a>"
3813
  msgstr ""
3814
 
3815
- #: super_socializer.php:3163
3816
  #, php-format
3817
  msgid ""
3818
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3821,7 +3843,7 @@ msgid ""
3821
  "your website %s with them. No need to copy-paste any code from their website."
3822
  msgstr ""
3823
 
3824
- #: super_socializer.php:3190
3825
  #, php-format
3826
  msgid ""
3827
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3829,7 +3851,7 @@ msgid ""
3829
  "\"%s\" target=\"_blank\">here</a>"
3830
  msgstr ""
3831
 
3832
- #: super_socializer.php:3215
3833
  #, php-format
3834
  msgid ""
3835
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3837,11 +3859,11 @@ msgid ""
3837
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3838
  msgstr ""
3839
 
3840
- #: super_socializer.php:3215 super_socializer.php:3242
3841
  msgid "Dismiss"
3842
  msgstr ""
3843
 
3844
- #: super_socializer.php:3495
3845
  msgid ""
3846
  "Your browser is blocking some features of this website. Please follow the "
3847
  "instructions at {support_url} to unblock these."
@@ -3849,6 +3871,17 @@ msgstr ""
3849
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
3850
  "інструкцій в {support_url}, щоб розблокувати функції."
3851
 
 
 
 
 
 
 
 
 
 
 
 
3852
  #~ msgid "Dismiss this notice"
3853
  #~ msgstr "Закрити це повідомлення"
3854
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2022-05-23 18:35+0530\n"
6
+ "PO-Revision-Date: 2022-05-23 18:36+0530\n"
7
  "Last-Translator: Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
21
  #: admin/general_options.php:7 admin/general_options.php:93
22
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
23
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
24
+ #: admin/social_login.php:5 admin/social_login.php:1999
25
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
26
  #, fuzzy, php-format
27
  msgid ""
28
  "You can appreciate the effort put in this free plugin by rating it <a href="
34
  "href=\"%s\" target=\"_blank\"> тут </a> для отримання ключа додатку Twitter."
35
 
36
  #: admin/general_options.php:15 admin/social_commenting.php:47
37
+ #: super_socializer.php:2424
38
  msgid "General Options"
39
  msgstr "Загальні параметри"
40
 
82
  "Можна вказати будь-які додаткові правила CSS (без тега & lt; style & gt;)"
83
 
84
  #: admin/general_options.php:89 admin/like_buttons.php:781
85
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
86
+ #: admin/social_sharing.php:1975 helper.php:926
87
  msgid "Save Changes"
88
  msgstr "Зберегти налаштування"
89
 
90
  #: admin/general_options.php:103 admin/like_buttons.php:791
91
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
92
+ #: admin/social_sharing.php:1985
93
  #, fuzzy
94
  msgid "Instagram Shoutout"
95
  msgstr "Instagram"
96
 
97
  #: admin/general_options.php:105 admin/like_buttons.php:793
98
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
99
+ #: admin/social_sharing.php:1987
100
  msgid ""
101
  "If you can send (to hello@heateor.com) how this plugin is helping your "
102
  "business, we would be glad to shoutout on Instagram. You can also send any "
214
  msgstr "Плаваючий інтерфейс"
215
 
216
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
217
+ #: admin/social_sharing.php:1622
218
  msgid "Miscellaneous"
219
  msgstr "Різне"
220
 
224
  msgstr "XProfile інтеграція"
225
 
226
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
227
+ #: admin/social_login.php:45 admin/social_login.php:1962
228
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
229
+ #: admin/social_sharing.php:1901
230
  msgid "Shortcode & Widget"
231
  msgstr "Шорткод і віджет"
232
 
233
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
234
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
235
+ #: admin/social_login.php:46 admin/social_login.php:1976
236
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
237
  msgid "FAQ"
238
  msgstr "Часті питання (FAQ)"
239
 
256
 
257
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
258
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
259
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
260
  msgid "Url of the webpage where icons are located (default)"
261
  msgstr "URL-адресу веб-сторінки, де розташовані значки (за замовчуванням)"
262
 
263
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
264
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
265
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
266
  msgid "Url of the homepage of your website"
267
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
268
 
278
  "Подобається / Поділитися / Твитнути"
279
 
280
  #: admin/like_buttons.php:105 admin/social_login.php:1231
281
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
282
  msgid "Title"
283
  msgstr "Заголовок"
284
 
295
  msgstr "Виберіть сервіси для інтерфейсу. Перемістіть їх щоб змінити порядок"
296
 
297
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
298
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
299
  msgid "Horizontal alignment"
300
  msgstr "Горизонтальне вирівнювання"
301
 
302
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
303
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
304
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
305
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
306
+ #: inc/widget.php:1068
307
  msgid "Left"
308
  msgstr "Зліва"
309
 
310
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
311
  msgid "Center"
312
  msgstr "Центр"
313
 
314
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
315
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
316
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
317
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
318
+ #: inc/widget.php:1075
319
  msgid "Right"
320
  msgstr "Справа"
321
 
345
 
346
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
347
  #: admin/social_login.php:1548 admin/social_login.php:1577
348
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
349
  msgid "Homepage"
350
  msgstr "Головна"
351
 
352
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
353
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
354
  msgid "Posts"
355
  msgstr "Записи"
356
 
357
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
358
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
359
  msgid "Pages"
360
  msgstr "Сторінки"
361
 
362
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
363
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
364
  msgid "Excerpts and Posts page"
365
  msgstr "Сторінки анонсів і постів"
366
 
367
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
368
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
369
  msgid "Category Archives"
370
  msgstr "Архіви категорій"
371
 
372
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
373
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
374
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
375
  msgstr "Архів сторінки (Категорія, тегів, автор або сторінки на основі дат)"
376
 
383
  msgstr "BuddyPress групи (тільки у верхній частині контенту)"
384
 
385
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
386
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
387
  msgid "BBPress forum"
388
  msgstr "BBPress форум"
389
 
390
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
391
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
392
  msgid "BBPress topic"
393
  msgstr "BBPress тема"
394
 
426
  "Майстер управління включення вертикального (плаваючого) лічильника віджета"
427
 
428
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
429
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
430
+ #: inc/widget.php:463 inc/widget.php:776
431
  msgid "Background Color"
432
  msgstr "Колір фону"
433
 
443
  "отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" target="
444
  "\"_blank\"> тут </a>"
445
 
446
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
447
  msgid "Left offset"
448
  msgstr "Зміщення вліво"
449
 
456
  "правого боку і зменшувати по відношенню до лівого боку. Число може бути "
457
  "негативним."
458
 
459
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
460
  msgid "Right offset"
461
  msgstr "Зміщення вправо"
462
 
469
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
470
  "негативним."
471
 
472
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
473
  msgid "Top offset"
474
  msgstr "Верхній відступ"
475
 
481
  "Вкажіть число. Збільшення числа буде зрушувати інтерфейс по відношенню до "
482
  "низу і зменшувати по відношенню до верху."
483
 
484
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
485
  msgid "BuddyPress group"
486
  msgstr "BuddyPress Група"
487
 
499
  "Якщо включено, то вертикальний інтерфейс Подобається не буде доступний на "
500
  "мобільних пристроях"
501
 
502
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
503
  msgid "Url shortener"
504
  msgstr "Скорочення URL"
505
 
519
  msgid "Enable bit.ly url shortener for tweet button"
520
  msgstr "Активувати скорочення посилань bit.ly для кнопки Твитнути"
521
 
522
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
523
  msgid "Master control to enable bit.ly url shortening for sharing"
524
  msgstr "Майстер управління скорочення посилань через bit.ly для Поділитися"
525
 
526
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
527
  msgid "Bit.ly generic access token"
528
  msgstr ""
529
 
530
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
531
  #, php-format
532
  msgid ""
533
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
536
  "\">link</a>"
537
  msgstr ""
538
 
539
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
540
  msgid "Clear Bitly Cache"
541
  msgstr "Очистити Bitly кеш"
542
 
543
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
544
  msgid "ShortUrl cache cleared successfully."
545
  msgstr "ShortUrl кеш успішно очищений."
546
 
547
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
548
  msgid ""
549
  "Use this to delete short urls saved in database. Handy, if urls of your "
550
  "website have been changed but short urls are still being generated for old "
555
  "адреси, як і раніше створюються для старих URL-адрес."
556
 
557
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
558
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
559
+ #: admin/social_sharing.php:1779
560
  msgid "Language"
561
  msgstr "Мова"
562
 
600
  "Ім'я користувача що використовується, буде показано після твіта як \"via "
601
  "@USERNAME \". Залиште порожнім якщо не хочете відображати ім'я."
602
 
603
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
604
  msgid "myCRED"
605
  msgstr ""
606
 
607
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
608
  msgid "Append myCRED referral ID to the urls being shared"
609
  msgstr ""
610
 
612
  msgid "Like Buttons Shortcode & Widget"
613
  msgstr "Шорткод і віджет Подобається"
614
 
615
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
616
  msgid "Why is there so much space between like buttons?"
617
  msgstr "Чому існує так багато місця між кнопками?"
618
 
619
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
620
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
621
  msgstr ""
622
  "Чому плаваюча панель Поділитися / Подобається не відображаються на головній "
623
  "сторінці?"
624
 
625
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
626
  msgid "How to Place Title and Social Share Icons in the Same Row?"
627
  msgstr ""
628
 
629
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
630
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
631
  msgid "More"
632
  msgstr ""
633
 
838
  msgid "Social Commenting Shortcode"
839
  msgstr "Шорткод коментування через соцмережі"
840
 
841
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
842
+ #: admin/social_sharing.php:1934
843
  msgid ""
844
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
845
  "an online website for the plugin to function properly."
857
  "Https?"
858
  msgstr ""
859
 
860
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
861
+ #: admin/social_sharing.php:1949
862
  msgid "Why is my browser blocking some features of the plugin?"
863
  msgstr "Чому мій браузер блокує деякі функції плагіна?"
864
 
892
  msgid "Advanced Configuration"
893
  msgstr "Розширена конфігурація"
894
 
895
+ #: admin/social_login.php:41 admin/social_login.php:1762
896
+ #: super_socializer.php:2492
897
  msgid "GDPR"
898
  msgstr ""
899
 
900
+ #: admin/social_login.php:43 admin/social_login.php:1913
901
  msgid "XProfile Integration"
902
  msgstr "XProfile інтеграція"
903
 
2033
  "Якщо цей параметр включений, користувачі зможуть оновити свій соціальний "
2034
  "аватар з розділу «Профіль» фото в профілі BuddyPress"
2035
 
2036
+ #: admin/social_login.php:1490 super_socializer.php:2098
2037
  msgid "Email required"
2038
  msgstr "Електронна адреса (обо'язково)"
2039
 
2094
  msgstr "Сторінка профілю BuddyPress"
2095
 
2096
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2097
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2098
  msgid "Custom Url"
2099
  msgstr "Користувацьке посилання"
2100
 
2112
  msgid "Same page from where user registered"
2113
  msgstr "URL цільової сторінки, на якій зареєстрований користувач"
2114
 
2115
+ #: admin/social_login.php:1591
2116
+ msgid "Username Separator"
2117
+ msgstr ""
2118
+
2119
+ #: admin/social_login.php:1595
2120
+ msgid "Dash (-)"
2121
+ msgstr ""
2122
+
2123
+ #: admin/social_login.php:1597
2124
+ msgid "Underscore (_)"
2125
+ msgstr ""
2126
+
2127
+ #: admin/social_login.php:1599
2128
+ msgid "Dot (.)"
2129
+ msgstr ""
2130
+
2131
+ #: admin/social_login.php:1601
2132
+ msgid "None"
2133
+ msgstr ""
2134
+
2135
+ #: admin/social_login.php:1609
2136
  msgid ""
2137
+ "Choose one of the underscore, dot or dash to use to join first and last "
2138
+ "names in the usernames of the new users"
2139
  msgstr ""
 
 
2140
 
2141
+ #: admin/social_login.php:1618
2142
  #, fuzzy
2143
  msgid "Social Account Linking Options"
2144
  msgstr "Посилання на соціальний аккаунт"
2145
 
2146
+ #: admin/social_login.php:1633
2147
  #, fuzzy
2148
  msgid "Text to display above the Social Account Linking interface"
2149
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2150
 
2151
+ #: admin/social_login.php:1640
2152
  msgid ""
2153
  "Link social account to already existing account, if email address matches"
2154
  msgstr ""
2155
  "Пов'язує аккаунт соцмереж з існуючим обліковим записом якщо пошта збігається."
2156
 
2157
+ #: admin/social_login.php:1650
2158
  #, fuzzy
2159
  msgid ""
2160
  "If email address of the user's Social Account matches with an already "
2167
  "існуючим обліковим записом. Користувач зможе управляти цим на сторінці "
2168
  "профілю."
2169
 
2170
+ #: admin/social_login.php:1658
2171
  msgid "Enable social account linking at BuddyPress profile page"
2172
  msgstr "Інтегрує соціальний аккаунт на сторінці профілю BuddyPress"
2173
 
2174
+ #: admin/social_login.php:1668
2175
  msgid ""
2176
  "Enable this option to show social account linking interface at BuddyPress "
2177
  "profile page"
2179
  "Активуйте цю функцію щоб інтегрувати соціальний аккаунт на сторінці профілю "
2180
  "BuddyPress"
2181
 
2182
+ #: admin/social_login.php:1679
2183
  msgid "Email popup options"
2184
  msgstr "Параметри спливаючій електронної пошти"
2185
 
2186
+ #: admin/social_login.php:1684
2187
  msgid "Text on 'Email required' popup"
2188
  msgstr "Текст на спливаючому вікні «Електронна пошта потрібна»"
2189
 
2190
+ #: admin/social_login.php:1694
2191
  msgid ""
2192
  "This text will be displayed on email required popup. Leave empty if not "
2193
  "required."
2195
  "Цей текст буде відображатися на спливаючому вікні, що вимагає пошту. Залиште "
2196
  "поле порожнім якщо не потрібно."
2197
 
2198
+ #: admin/social_login.php:1702
2199
  msgid "Error message for 'Email required' popup"
2200
  msgstr "Повідомлення помилки у спливаючому вікні \"Потрібно пошта \""
2201
 
2202
+ #: admin/social_login.php:1712
2203
  msgid ""
2204
  "This message will be displayed to user if it provides invalid or already "
2205
  "registered email"
2207
  "Це повідомлення буде показано користувачеві, якщо він надав невірну або "
2208
  "раніше запроваджену пошту"
2209
 
2210
+ #: admin/social_login.php:1720
2211
  msgid "Email popup height"
2212
  msgstr "Висота спливаючого вікна"
2213
 
2214
+ #: admin/social_login.php:1730
2215
  msgid ""
2216
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2217
  "can increase the height of popup by specifying in this option. Leave empty "
2221
  "то ви можете збільшити висотку спливаючого вікна. Залиште порожнім для "
2222
  "базового значення."
2223
 
2224
+ #: admin/social_login.php:1737
2225
  msgid "Enable email verification"
2226
  msgstr "Включити перевірку електронної пошти"
2227
 
2228
+ #: admin/social_login.php:1747
2229
  msgid ""
2230
  "If enabled, email provided by the user will be verified by sending a "
2231
  "confirmation link to that email. User would not be able to login without "
2234
  "Якщо опція включена, то на пошту, яку вказав користувач, прийде лист з "
2235
  "підтвердженням. Користувач не зможе зайти без підтвердження своєї пошти."
2236
 
2237
+ #: admin/social_login.php:1767
2238
  #, fuzzy
2239
  msgid "Enable GDPR opt-in"
2240
  msgstr "Активувати коментування через Disqus"
2241
 
2242
+ #: admin/social_login.php:1777
2243
  msgid ""
2244
  "Enable it to show GDPR opt-in for social login and social account linking"
2245
  msgstr ""
2246
 
2247
+ #: admin/social_login.php:1785
2248
  #, fuzzy
2249
  msgid "Placement of GDPR opt-in"
2250
  msgstr "Активувати коментування через Disqus"
2251
 
2252
+ #: admin/social_login.php:1789
2253
  #, fuzzy
2254
  msgid "Above Social Login icons"
2255
  msgstr "Параметри входу через соцмережі"
2256
 
2257
+ #: admin/social_login.php:1791
2258
  #, fuzzy
2259
  msgid "Below Social Login icons"
2260
  msgstr "Параметри входу через соцмережі"
2261
 
2262
+ #: admin/social_login.php:1797
2263
  #, fuzzy
2264
  msgid "Placement of GDPR opt-in above or below the social login icons"
2265
  msgstr "Текст, що відображається над інтерфейсом входу через соцмережі"
2266
 
2267
+ #: admin/social_login.php:1804
2268
  msgid "Opt-in text"
2269
  msgstr ""
2270
 
2271
+ #: admin/social_login.php:1814
2272
  #, fuzzy
2273
  msgid "Text for the GDPR opt-in"
2274
  msgstr "Активувати коментування через Disqus"
2275
 
2276
+ #: admin/social_login.php:1821
2277
  msgid "Text to link to Terms-Conditions page"
2278
  msgstr ""
2279
 
2280
+ #: admin/social_login.php:1831
2281
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2282
  msgstr ""
2283
 
2284
+ #: admin/social_login.php:1838
2285
  msgid "Terms-Conditions Url"
2286
  msgstr ""
2287
 
2288
+ #: admin/social_login.php:1848
2289
  #, fuzzy
2290
  msgid "Url of the terms-conditions page of your website"
2291
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2292
 
2293
+ #: admin/social_login.php:1855
2294
  msgid "Text to link to Privacy Policy page"
2295
  msgstr ""
2296
 
2297
+ #: admin/social_login.php:1865
2298
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2299
  msgstr ""
2300
 
2301
+ #: admin/social_login.php:1872
2302
  msgid "Privacy Policy Url"
2303
  msgstr ""
2304
 
2305
+ #: admin/social_login.php:1882
2306
  #, fuzzy
2307
  msgid "Url of the privacy policy page of your website"
2308
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
2309
 
2310
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2311
+ #: inc/widget.php:605 inc/widget.php:754
2312
  msgid "Select"
2313
  msgstr "Вибір"
2314
 
2315
+ #: admin/social_login.php:1964
2316
  msgid "Social Login Shortcode & Widget"
2317
  msgstr "Шорткод і віджет для входу через соцмережі"
2318
 
2319
+ #: admin/social_login.php:1965
2320
  msgid "Social Linking Shortcode"
2321
  msgstr "Шорткод соціальних посилань"
2322
 
2323
+ #: admin/social_login.php:1980
2324
  #, fuzzy
2325
  msgid "Why is social login not working?"
2326
  msgstr "Чому Facebook Логін не працює?"
2327
 
2328
+ #: admin/social_login.php:1981
2329
  msgid ""
2330
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2331
  "belong to the same app"
2368
  msgstr "Форма"
2369
 
2370
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2371
+ #: inc/widget.php:1104
2372
  msgid "Round"
2373
  msgstr "Кругла"
2374
 
2375
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2376
+ #: inc/widget.php:1105
2377
  msgid "Square"
2378
  msgstr "Квадратна"
2379
 
2550
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
2551
  "користувачів, якщо натиснути на іконку"
2552
 
2553
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2554
  #, fuzzy
2555
+ msgid "Youtube URL"
2556
+ msgstr "Вконтакте"
2557
 
2558
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2559
  #, fuzzy
2560
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2561
  msgstr ""
2562
  "Ім'я користувача Instagram, на обліковий запис якого ви хочете перенаправити "
2563
  "користувачів, якщо натиснути на іконку"
2564
 
2565
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2566
  #, fuzzy
2567
  msgid "HTML ID of container element of comment form"
2568
  msgstr "HTML-ідентифікатор форми контейнера коментаря"
2569
 
2570
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2571
  msgid ""
2572
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2573
  "icon."
2574
  msgstr ""
2575
 
2576
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2577
  msgid "Rearrange icons"
2578
  msgstr "Змінити порядок іконок"
2579
 
2580
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2581
  msgid "Drag the icons to rearrange in desired order"
2582
  msgstr "Якщо хочете змінити порядок, просто перетягніть зображення"
2583
 
2584
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2585
  msgid "Select Sharing Services"
2586
  msgstr "Виберіть сервіси Поділитися"
2587
 
2588
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2589
  msgid "Select sharing services to show in social share bar"
2590
  msgstr "Виберіть сервіси для показу в панелі Поділитися"
2591
 
2592
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2593
  #, fuzzy
2594
  msgid "Search social network"
2595
  msgstr "Виберіть сервіси"
2596
 
2597
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2598
  msgid "Horizontal alignment of the sharing interface"
2599
  msgstr "Горизонтальне вирівнювання інтерфейсу Поділитися"
2600
 
2602
  msgid "Specify position of the sharing interface with respect to the content"
2603
  msgstr "Вкажіть положення інтерфейсу Поділитися щодо вмісту."
2604
 
2605
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2606
  msgid "Placement"
2607
  msgstr "Розміщення"
2608
 
2610
  msgid "Specify the pages where you want to enable Sharing interface"
2611
  msgstr "Вкажіть сторінки, де ви хочете включити інтерфейс Поділитися"
2612
 
2613
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2614
  msgid "Show share counts"
2615
  msgstr "Показати лічильники кнопки Поділитися"
2616
 
2617
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2618
  #, fuzzy
2619
  msgid ""
2620
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2623
  "Підтримуються Facebook, Linkedin, Google Plus, Delicious, Buffer, Reddit, "
2624
  "Pinterest, Stumbleupon, Odnoklassniki і Vkontakte"
2625
 
2626
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2627
  #, php-format
2628
  msgid ""
2629
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2632
  "their website."
2633
  msgstr ""
2634
 
2635
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2636
  msgid "If enabled, share counts are displayed above sharing icons."
2637
  msgstr "Якщо включено, лічильники відображаються вище кнопок Поділитися"
2638
 
2639
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2640
+ #: admin/social_sharing.php:1721
2641
  msgid "Track Social Shares for Every Social Network"
2642
  msgstr ""
2643
 
2644
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2645
  msgid "Show total shares"
2646
  msgstr "Включити загальну кількість Поділитися"
2647
 
2648
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2649
  msgid "If enabled, total shares will be displayed with sharing icons"
2650
  msgstr ""
2651
  "Якщо включено, то загальна кількість Поділитися буде відображатися з "
2652
  "кнопками Поділитися"
2653
 
2654
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2655
  msgid "Enable 'More' icon"
2656
  msgstr "Включити значок «Більше»"
2657
 
2658
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2659
  msgid ""
2660
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2661
  "which shows additional sharing networks in popup"
2675
  msgid "Master control to enable floating sharing widget"
2676
  msgstr "Майстер управління включення плаваючого віджета Поділитися"
2677
 
2678
+ #: admin/social_sharing.php:1338
2679
  msgid ""
2680
  "Specify the color or hex code (example #cc78e0) for the background of "
2681
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2687
  "можете отримати шістнадцятковий код <a href=\"http://www.colorpicker.com/\" "
2688
  "target=\"_blank\"> тут </a>"
2689
 
2690
+ #: admin/social_sharing.php:1376
2691
  msgid ""
2692
  "Specify a number. Increase in number will shift sharing interface towards "
2693
  "right and decrease will shift it towards left. Number can be negative too."
2696
  "правої сторони і зменшувати по відношенню до лівої сторони. Число може бути "
2697
  "негативним."
2698
 
2699
+ #: admin/social_sharing.php:1395
2700
  msgid ""
2701
  "Specify a number. Increase in number will shift sharing interface towards "
2702
  "left and decrease will shift it towards right. Number can be negative too."
2705
  "лівої сторони і зменшувати по відношенню до правої сторони. Число може бути "
2706
  "негативним."
2707
 
2708
+ #: admin/social_sharing.php:1413
2709
  msgid ""
2710
  "Specify a number. Increase in number will shift sharing interface towards "
2711
  "bottom and decrease will shift it towards top."
2713
  "Вкажіть число. Збільшення числа буде зсувати інтерфейс Поділитися стосовно "
2714
  "низу і зменшувати по відношенню до верху."
2715
 
2716
+ #: admin/social_sharing.php:1469
2717
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2718
  msgstr ""
2719
  "Вкажіть сторінки, де ви хочете включити вертикальний інтерфейс Поділитися"
2720
 
2721
+ #: admin/social_sharing.php:1538
2722
  #, fuzzy
2723
  msgid "Hide floating slider"
2724
  msgstr "Закрити для зареєстрованих користувачів"
2725
 
2726
+ #: admin/social_sharing.php:1548
2727
  #, fuzzy
2728
  msgid "Hides the slider arrow present below the floating share bar"
2729
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
2730
 
2731
+ #: admin/social_sharing.php:1555
2732
  msgid "Vertical floating bar responsiveness"
2733
  msgstr "Адаптивність вертикальних плаваючих кнопок"
2734
 
2735
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2736
  #, php-format
2737
  msgid "Display vertical interface only when screen is wider than %s pixels"
2738
  msgstr ""
2739
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж% s "
2740
  "пікселів."
2741
 
2742
+ #: admin/social_sharing.php:1565
2743
  msgid ""
2744
  "Display vertical interface only when screen is wider than the width "
2745
  "specified."
2747
  "Показувати вертикальний інтерфейс тільки якщо ширина екрану більше ніж "
2748
  "ширина за замовчуванням."
2749
 
2750
+ #: admin/social_sharing.php:1572
2751
  msgid "Horizontal floating bar responsiveness"
2752
  msgstr "Адаптивність вертикальних плаваючих кнопок"
2753
 
2754
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2755
  #, php-format
2756
  msgid ""
2757
  "Stick vertical floating interface horizontally at bottom only when screen is "
2760
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
2761
  "вужче ніж% s пікселів"
2762
 
2763
+ #: admin/social_sharing.php:1582
2764
  msgid ""
2765
  "Stick vertical floating interface horizontally at bottom only when screen is "
2766
  "narrower than the width specified"
2768
  "Закріпити вертикальний плаваючий інтерфейс внизу тільки тоді коли екран "
2769
  "вужче чим зазначена ширина"
2770
 
2771
+ #: admin/social_sharing.php:1591
2772
  msgid "Horizontal floating bar position"
2773
  msgstr "Розташування горизонтальної плаваючої панелі"
2774
 
2775
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2776
  #, php-format
2777
  msgid "%s pixels from %s"
2778
  msgstr "%s пікселів від %s"
2779
 
2780
+ #: admin/social_sharing.php:1595
2781
  msgid "Auto-adjust according to screen width (responsive)"
2782
  msgstr ""
2783
 
2784
+ #: admin/social_sharing.php:1602
2785
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2786
  msgstr ""
2787
  "Вирівнювання горизонтального плаваючого інтерфейсу. Число може бути "
2788
  "негативним."
2789
 
2790
+ #: admin/social_sharing.php:1627
2791
  msgid "Use plain background for Instagram icon"
2792
  msgstr ""
2793
 
2794
+ #: admin/social_sharing.php:1637
2795
  msgid ""
2796
  "Uses plain background for Instagram icon instead of multicolored background"
2797
  msgstr ""
2798
 
2799
+ #: admin/social_sharing.php:1650
2800
  msgid "Use shortlinks already installed"
2801
  msgstr "Використання коротких посилань вже встановлено"
2802
 
2803
+ #: admin/social_sharing.php:1660
2804
  msgid "Uses default short url permalinks without using any additional plugin"
2805
  msgstr ""
2806
  "Використовує за замовчуванням постійні короткі url без використання будь-"
2807
  "яких додаткових плагінів"
2808
 
2809
+ #: admin/social_sharing.php:1667
2810
  msgid "Enable bit.ly url shortener for sharing"
2811
  msgstr "Активувати bit.ly для скорочення посилань для Поділитися"
2812
 
2813
+ #: admin/social_sharing.php:1726
2814
  msgid "Share Count Cache"
2815
  msgstr "Кеш лічильників Поділитися"
2816
 
2817
+ #: admin/social_sharing.php:1731
2818
  msgid "Refresh Share Count cache every"
2819
  msgstr "Оновити кеш лічильників Поділитися"
2820
 
2821
+ #: admin/social_sharing.php:1736
2822
  msgid "Second(s)"
2823
  msgstr "Секунд"
2824
 
2825
+ #: admin/social_sharing.php:1737
2826
  msgid "Minute(s)"
2827
  msgstr "Хвилин"
2828
 
2829
+ #: admin/social_sharing.php:1738
2830
  msgid "Hour(s)"
2831
  msgstr "Годин"
2832
 
2833
+ #: admin/social_sharing.php:1739
2834
  msgid "Day(s)"
2835
  msgstr "Днів"
2836
 
2837
+ #: admin/social_sharing.php:1747
2838
  #, fuzzy, php-format
2839
  msgid ""
2840
  "Frequent cache refreshing results in slower loading of pages with share "
2844
  "Часте оновлення кешу призводить до більш повільного завантаження сторінок з "
2845
  "включеними лічильниками Поділитися"
2846
 
2847
+ #: admin/social_sharing.php:1754
2848
  msgid "Clear Share Counts Cache"
2849
  msgstr "Очистити кеш лічильників Поділитися"
2850
 
2851
+ #: admin/social_sharing.php:1758
2852
  msgid "Share Counts cache cleared successfully."
2853
  msgstr "Кеш лічільників Поділитися успішно очищений."
2854
 
2855
+ #: admin/social_sharing.php:1765
2856
  msgid "Use this to clear cached share counts"
2857
  msgstr "Використовуйте це для очищення кешованих лічильників Поділитися"
2858
 
2859
+ #: admin/social_sharing.php:1789
2860
  #, php-format
2861
  msgid ""
2862
  "Enter the code of the language you want to use for like buttons. You can "
2868
  "\"_blank\"> цим посиланням </a>. Залиште поле порожнім щоб залишити мову за "
2869
  "замовчуванням (Українська)."
2870
 
2871
+ #: admin/social_sharing.php:1798
2872
  msgid "Username in sharing"
2873
  msgstr "Ім'я користувача щоб поділитися"
2874
 
2875
+ #: admin/social_sharing.php:1803
2876
  msgid "Twitter username (without @)"
2877
  msgstr "Twitter ім'я користувача (без @)"
2878
 
2879
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2880
  msgid ""
2881
  "Provided username will be appended after the content being shared as \"via "
2882
  "@USERNAME\". Leave empty if you do not want any username in the content "
2885
  "Додає ім'я користувача після того як контент буде розшарено за допомогою "
2886
  "\"via @USERNAME\". Залиште поле порожнім якщо не хочете вказувати ім'я."
2887
 
2888
+ #: admin/social_sharing.php:1821
2889
  msgid "Buffer username (without @)"
2890
  msgstr "Ім'я користувача в Twitter (без @)"
2891
 
2892
+ #: admin/social_sharing.php:1840
2893
  msgid "AMP"
2894
  msgstr "AMP"
2895
 
2896
+ #: admin/social_sharing.php:1845
2897
  msgid "Enable sharing on AMP pages"
2898
  msgstr "Дозволити загальний доступ на сторінках AMP"
2899
 
2900
+ #: admin/social_sharing.php:1855
2901
  msgid "Enable this option to render sharing icons on AMP pages"
2902
  msgstr "Увімкніть цей параметр для відображення іконок на сторінках AMP"
2903
 
2904
+ #: admin/social_sharing.php:1912
2905
  msgid "Facebook Sharing Troubleshooter"
2906
  msgstr "Усунення несправностей Поділитися від Facebook"
2907
 
2908
+ #: admin/social_sharing.php:1917
2909
  #, fuzzy
2910
  msgid ""
2911
  "If Facebook sharing is not working fine, click at the following link and "
2917
  "працює належним чином) на вашому сайті в текстовому полі. Натисніть "
2918
  "\"Отримання інформації про нову поломки \"."
2919
 
2920
+ #: admin/social_sharing.php:1935
2921
  msgid ""
2922
  "Why is sharer not showing the correct image, title and other meta tags "
2923
  "content?"
2925
  "Чому расшаріваніє не вказує корректіно зображення, заголовок і інші мета "
2926
  "дані контенту?"
2927
 
2928
+ #: admin/social_sharing.php:1936
2929
  #, fuzzy
2930
  msgid "Why is Facebook share count not working?"
2931
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2932
 
2933
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2934
  #, php-format
2935
  msgid ""
2936
  "After the recent changes introduced in the Facebook graph API, it's not "
2939
  "not just for Facebook but for all the social networks"
2940
  msgstr ""
2941
 
2942
+ #: admin/social_sharing.php:1939
2943
  msgid "Why is Instagram icon redirecting to Instagram website?"
2944
  msgstr ""
2945
 
2946
+ #: admin/social_sharing.php:1940
2947
  msgid ""
2948
  "Instagram icon is there to send website visitors to the Instagram page of "
2949
  "your choice. You can save the desired Instagram handle in \"Instagram "
2951
  "sections."
2952
  msgstr ""
2953
 
2954
+ #: admin/social_sharing.php:1943
2955
  #, fuzzy
2956
  msgid "How to customize the url being shared?"
2957
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
2958
 
2959
+ #: admin/social_sharing.php:1944
2960
  msgid ""
2961
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2962
  msgstr ""
2963
 
2964
+ #: admin/social_sharing.php:1945
2965
  msgid ""
2966
  "It takes some time for their service to track the shares made on Twitter "
2967
  "from your website. If you still feel it's taking too long you can contact "
2968
  "their support directly from their website."
2969
  msgstr ""
2970
 
2971
+ #: admin/social_sharing.php:1948
2972
  msgid ""
2973
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2974
  msgstr ""
2975
 
2976
+ #: admin/social_sharing.php:1950
2977
  #, fuzzy
2978
  msgid "Why the color of share icons is not being updated?"
2979
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2980
 
2981
+ #: admin/social_sharing.php:1951
2982
  msgid "Why Facebook share counts are not appearing?"
2983
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
2984
 
2985
+ #: admin/social_sharing.php:1952
2986
  msgid ""
2987
  "How can I show share counts of my website rather than of individual pages/"
2988
  "posts?"
2990
  "Як мені відобразити загальну кількість Поділитися засноване на сторінках / "
2991
  "постах?"
2992
 
2993
+ #: admin/social_sharing.php:1953
2994
  msgid "How can I disable sharing on particular page/post?"
2995
  msgstr ""
2996
  "Як можна відключити кнопки Поділитися на конкретній сторінці або в пості?"
2997
 
2998
+ #: admin/social_sharing.php:1954
2999
  msgid "How can I specify minimum sharing count for sharing networks?"
3000
  msgstr "Як мені вказати мінімальну кількість для Поділитися"
3001
 
3002
+ #: admin/social_sharing.php:1955
3003
  msgid "How to share specific page?"
3004
  msgstr "Як поділитися певною сторінкою?"
3005
 
3006
+ #: admin/social_sharing.php:1956
3007
  msgid "How to integrate Google Analytics with sharing?"
3008
  msgstr "Як інтегрувати Google Analytics з Поділитися?"
3009
 
3010
+ #: admin/social_sharing.php:1957
3011
  msgid "How to customize the look of total share counts?"
3012
  msgstr "Як налаштувати зовнішній вигляд лічильників Поділитися?"
3013
 
3014
+ #: admin/social_sharing.php:1958
3015
  msgid "How to customize the look of individual share counts?"
3016
  msgstr "Як налаштувати зовнішній вигляд окремих лічильників Поділитися?"
3017
 
3018
+ #: admin/social_sharing.php:1959
3019
  msgid "How to show Whatsapp icon only on mobile devices?"
3020
  msgstr "Як показати іконку Whatsapp тільки на мобільних пристроях?"
3021
 
3022
+ #: admin/social_sharing.php:1960
3023
  msgid "How to hide arrow after floating sharing bar?"
3024
  msgstr "Як приховати стрілку після плаваючих кнопок Поділитися?"
3025
 
3026
+ #: admin/social_sharing.php:1961
3027
  #, fuzzy
3028
  msgid "Why is share count not getting updated?"
3029
  msgstr "Чому лічильники Фейсбуку поділитися не оновлюються?"
3109
  msgid "Floating Sharing Interface"
3110
  msgstr "Плаваючий інтерфейс Поділитися"
3111
 
3112
+ #: helper.php:911 super_socializer.php:2508
3113
  msgid "Social Avatar"
3114
  msgstr "Соціальний Аватар"
3115
 
3116
+ #: helper.php:914 super_socializer.php:2519
3117
  msgid ""
3118
  "Do not fetch and update social avatar from my profile, next time I Social "
3119
  "Login"
3121
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
3122
  "раз коли я використовую вхід через соцмережі"
3123
 
3124
+ #: helper.php:915 super_socializer.php:2523
3125
  msgid "Update social avatar, next time I Social Login"
3126
  msgstr ""
3127
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
3128
  "соцмережі"
3129
 
3130
+ #: helper.php:918
3131
  msgid "Small Avatar"
3132
  msgstr "Невеликий аватар"
3133
 
3134
+ #: helper.php:922
3135
  msgid "Large Avatar"
3136
  msgstr "Великий аватар"
3137
 
3138
+ #: helper.php:982 super_socializer.php:2076
3139
  msgid "Please verify your email address to login."
3140
  msgstr "Будь ласка, підтвердіть свою адресу електронної пошти."
3141
 
3142
+ #: helper.php:1019
3143
  msgid "Click to delete social profile data"
3144
  msgstr ""
3145
 
3146
+ #: helper.php:1048
3147
  #, fuzzy
3148
  msgid "Deleting"
3149
  msgstr "Налаштування"
3150
 
3151
+ #: helper.php:1058
3152
  #, fuzzy
3153
  msgid "Deleted"
3154
  msgstr "Налаштування"
3155
 
3156
+ #: helper.php:1060
3157
  msgid "Something bad happened"
3158
  msgstr ""
3159
 
3169
  "Активуйте вхід через соцмережі і \"Базові налаштування \" і секції на "
3170
  "сторінці \"Super Socializer> Вхід через соцмережі \" в панелі адмін-панелі"
3171
 
3172
+ #: inc/social_login.php:1047
3173
  msgid "Email"
3174
  msgstr "Email"
3175
 
3176
+ #: inc/social_login.php:1048
3177
  msgid "Confirm email"
3178
  msgstr "Підтвердити e-mail"
3179
 
3180
+ #: inc/social_login.php:1050
3181
  msgid "Save"
3182
  msgstr "Зберегти"
3183
 
3184
+ #: inc/social_login.php:1051
3185
  msgid "Cancel"
3186
  msgstr "Скасувати"
3187
 
3188
+ #: inc/social_login.php:1125
3189
  msgid "Email Verification"
3190
  msgstr "Підтвердження адреси електронної пошти"
3191
 
3192
+ #: inc/social_login.php:1127
3193
  msgid ""
3194
  "Please click on the following link or paste it in browser to verify your "
3195
  "email"
3212
  msgid "Total Shares"
3213
  msgstr "Включити загальну кількість Поділитися"
3214
 
3215
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3216
  msgid "Share"
3217
  msgstr "Поділитися"
3218
 
3219
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3220
  msgid "Shares"
3221
  msgstr "Поширили:"
3222
 
3223
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3224
  msgid "Invalid request"
3225
  msgstr "Невірний Запит!"
3226
 
3227
+ #: inc/social_sharing.php:973
3228
  msgid "Providers not selected"
3229
  msgstr "Сервіси не вибрані"
3230
 
3262
  msgid "Title (after login):"
3263
  msgstr "Назва (після логіна):"
3264
 
3265
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3266
  msgid "Before widget content:"
3267
  msgstr "Перед вмістом віджета"
3268
 
3269
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3270
  msgid "After widget content:"
3271
  msgstr "Після вмісту віджета"
3272
 
3273
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3274
+ #: inc/widget.php:779
3275
  msgid "Hide for logged in users:"
3276
  msgstr "Закрити для зареєстрованих користувачів"
3277
 
3285
  "використовувати Поділитися вмістом в популярних соцмережах типу Facebook, "
3286
  "Twitter, Tumblr, Google+ і багатьох інших."
3287
 
3288
+ #: inc/widget.php:253
3289
+ msgid "Note"
3290
+ msgstr ""
3291
+
3292
  #: inc/widget.php:253
3293
  msgid ""
3294
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3297
  "Переконайтеся що стандартні кнопки Поділитися включені на сторінці Super "
3298
  "Socializer> Поділитися"
3299
 
3300
+ #: inc/widget.php:254 inc/widget.php:601
3301
  msgid "Title:"
3302
  msgstr "Заголовок:"
3303
 
3309
  msgid "Show total shares:"
3310
  msgstr "Показати загальну кількість Поділитися"
3311
 
3312
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3313
  msgid "Target Url:"
3314
  msgstr "Цільовий URL:"
3315
 
3316
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3317
  #, fuzzy
3318
  msgid "Custom URL"
3319
  msgstr "Користувальницьке посилання"
3336
  "Переконайтеся що плаваючі кнопки Поділитися включені на сторінці Super "
3337
  "Socializer> Поділитися."
3338
 
3339
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3340
  msgid "Alignment"
3341
  msgstr "Вирівнювання"
3342
 
3343
+ #: inc/widget.php:453 inc/widget.php:766
3344
  msgid "Left Offset"
3345
  msgstr "Зміщення вліво"
3346
 
3347
+ #: inc/widget.php:457 inc/widget.php:770
3348
  msgid "Right Offset"
3349
  msgstr "Зміщення вправо"
3350
 
3351
+ #: inc/widget.php:460 inc/widget.php:773
3352
  msgid "Top Offset"
3353
  msgstr "Верхній відступ"
3354
 
3355
+ #: inc/widget.php:485
3356
  #, fuzzy
3357
  msgid ""
3358
  "Standard like buttons widget. Let your website users share/like content on "
3362
  "використовувати Поділитися / Подобається щоб поділитися вмістом в популярних "
3363
  "соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох інших."
3364
 
3365
+ #: inc/widget.php:600
3366
  msgid ""
3367
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3368
  "Like Buttons\" page."
3370
  "Переконайтеся що стандартні кнопки Подобається включені на сторінці Super "
3371
  "Socializer> Подобається."
3372
 
3373
+ #: inc/widget.php:634
3374
  #, fuzzy
3375
  msgid ""
3376
  "Floating like buttons widget. Let your website users share/like content on "
3381
  "популярних соцмережах типу Facebook, Twitter, Tumblr, Google+ і багатьох "
3382
  "інших."
3383
 
3384
+ #: inc/widget.php:751
3385
  msgid ""
3386
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3387
  "Like Buttons\" page."
3389
  "Переконайтеся що плаваючі кнопки Подобається включені на сторінці Super "
3390
  "Socializer> Подобається."
3391
 
3392
+ #: inc/widget.php:795
3393
  #, fuzzy
3394
  msgid "Super Socializer - Follow Icons"
3395
  msgstr "Super Socializer - Вхід"
3396
 
3397
+ #: inc/widget.php:797
3398
  #, fuzzy
3399
  msgid "These icons link to your Social Media accounts"
3400
  msgstr "Вхід через соцмережі"
3401
 
3402
+ #: inc/widget.php:1046
3403
  msgid "Type:"
3404
  msgstr ""
3405
 
3406
+ #: inc/widget.php:1049
3407
  #, fuzzy
3408
  msgid "Standard"
3409
  msgstr "Стандартні параметри інтерфейсу"
3410
 
3411
+ #: inc/widget.php:1052
3412
  #, fuzzy
3413
  msgid "Floating"
3414
  msgstr "Активувати плаваючі кнопки Подобається"
3415
 
3416
+ #: inc/widget.php:1057
3417
  #, fuzzy
3418
  msgid "Top offset:"
3419
  msgstr "Верхній відступ"
3420
 
3421
+ #: inc/widget.php:1061
3422
  #, fuzzy
3423
  msgid "Alignment:"
3424
  msgstr "Вирівнювання"
3425
 
3426
+ #: inc/widget.php:1079
3427
  #, fuzzy
3428
  msgid "Offset"
3429
  msgstr "Верхній відступ"
3430
 
3431
+ #: inc/widget.php:1093
3432
  #, fuzzy
3433
  msgid "right"
3434
  msgstr "Справа"
3435
 
3436
+ #: inc/widget.php:1093
3437
  #, fuzzy
3438
  msgid "left"
3439
  msgstr "Зліва"
3440
 
3441
+ #: inc/widget.php:1096
3442
  msgid "Auto-adjust according to the screen-width (responsive)"
3443
  msgstr ""
3444
 
3445
+ #: inc/widget.php:1100
3446
  #, fuzzy
3447
  msgid "Size of icons"
3448
  msgstr "Розмір кнопок Поділитися"
3449
 
3450
+ #: inc/widget.php:1102
3451
  #, fuzzy
3452
  msgid "Icon Shape"
3453
  msgstr "Форма"
3454
 
3455
+ #: inc/widget.php:1107
3456
  msgid "Apply icon color and background color from Theme Selection section:"
3457
  msgstr ""
3458
 
3459
+ #: inc/widget.php:1109
3460
  msgid "No"
3461
  msgstr ""
3462
 
3463
+ #: inc/widget.php:1110
3464
  #, fuzzy
3465
  msgid "Yes, Standard Interface Theme"
3466
  msgstr "Стандартний інтерфейс"
3467
 
3468
+ #: inc/widget.php:1111
3469
  #, fuzzy
3470
  msgid "Yes, Floating Interface Theme"
3471
  msgstr "Плаваючий інтерфейс Поділитися"
3472
 
3473
+ #: inc/widget.php:1113
3474
  #, fuzzy
3475
  msgid "Facebook URL:"
3476
  msgstr "Facebook App ID"
3477
 
3478
+ #: inc/widget.php:1116
3479
  #, fuzzy
3480
  msgid "Twitter URL:"
3481
  msgstr "Twitter"
3482
 
3483
+ #: inc/widget.php:1119
3484
  #, fuzzy
3485
  msgid "Parler URL:"
3486
  msgstr "Instagram"
3487
 
3488
+ #: inc/widget.php:1122
3489
  #, fuzzy
3490
  msgid "Instagram URL:"
3491
  msgstr "Instagram"
3492
 
3493
+ #: inc/widget.php:1125
3494
  #, fuzzy
3495
  msgid "Pinterest URL:"
3496
  msgstr "Twitter"
3497
 
3498
+ #: inc/widget.php:1128
3499
  #, fuzzy
3500
  msgid "Behance URL:"
3501
  msgstr "Facebook App ID"
3502
 
3503
+ #: inc/widget.php:1131
3504
  #, fuzzy
3505
  msgid "Flickr URL:"
3506
  msgstr "Facebook App ID"
3507
 
3508
+ #: inc/widget.php:1134
3509
  #, fuzzy
3510
  msgid "Foursquare URL:"
3511
  msgstr "Квадратна"
3512
 
3513
+ #: inc/widget.php:1137
3514
  #, fuzzy
3515
  msgid "Github URL:"
3516
  msgstr "Twitter"
3517
 
3518
+ #: inc/widget.php:1140
3519
  #, fuzzy
3520
  msgid "LinkedIn URL:"
3521
  msgstr "LinkedIn"
3522
 
3523
+ #: inc/widget.php:1143
3524
  #, fuzzy
3525
  msgid "LinkedIn Company URL:"
3526
  msgstr "LinkedIn"
3527
 
3528
+ #: inc/widget.php:1146
3529
  #, fuzzy
3530
  msgid "Medium URL:"
3531
  msgstr "LinkedIn"
3532
 
3533
+ #: inc/widget.php:1149
3534
  #, fuzzy
3535
  msgid "MeWe URL:"
3536
  msgstr "Instagram"
3537
 
3538
+ #: inc/widget.php:1152
3539
  msgid "Odnoklassniki URL:"
3540
  msgstr ""
3541
 
3542
+ #: inc/widget.php:1155
3543
  msgid "Snapchat URL:"
3544
  msgstr ""
3545
 
3546
+ #: inc/widget.php:1158
3547
  #, fuzzy
3548
  msgid "Telegram URL:"
3549
  msgstr "Instagram"
3550
 
3551
+ #: inc/widget.php:1161
3552
  #, fuzzy
3553
  msgid "Tumblr URL:"
3554
  msgstr "Instagram"
3555
 
3556
+ #: inc/widget.php:1164
3557
  #, fuzzy
3558
  msgid "Vimeo URL:"
3559
  msgstr "Twitter"
3560
 
3561
+ #: inc/widget.php:1167
3562
  #, fuzzy
3563
  msgid "Vkontakte URL:"
3564
  msgstr "Вконтакте"
3565
 
3566
+ #: inc/widget.php:1170
3567
  #, fuzzy
3568
  msgid "Xing URL:"
3569
  msgstr "LinkedIn"
3570
 
3571
+ #: inc/widget.php:1173
3572
  #, fuzzy
3573
  msgid "Youtube URL:"
3574
  msgstr "Вконтакте"
3575
 
3576
+ #: inc/widget.php:1176
3577
  msgid "Youtube Channel URL:"
3578
  msgstr ""
3579
 
3580
+ #: inc/widget.php:1179
3581
  msgid "RSS Feed URL:"
3582
  msgstr ""
3583
 
3584
+ #: inc/widget.php:1182
3585
  #, fuzzy
3586
  msgid "Gab.com URL:"
3587
  msgstr "Facebook App ID"
3588
 
3589
+ #: inc/widget.php:1185
3590
  #, fuzzy
3591
  msgid "Gettr.com URL:"
3592
  msgstr "Twitter"
3593
 
3594
+ #: super_socializer.php:563
3595
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3596
  msgstr ""
3597
 
3598
+ #: super_socializer.php:1853
3599
  msgid ""
3600
  "cURL is not enabled at your website server. Please contact your website "
3601
  "server administrator to enable it."
3603
  "Curl не включений у вашому веб-сайті. Вам, можливо, буде потрібно звернутися "
3604
  "до адміністратора вашого сайту, щоб включити це."
3605
 
3606
+ #: super_socializer.php:1881
3607
  #, fuzzy, php-format
3608
  msgid ""
3609
  "Enter exactly the following url in <strong>Website</strong> option in your "
3612
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3613
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3614
 
3615
+ #: super_socializer.php:1884
3616
  #, fuzzy, php-format
3617
  msgid ""
3618
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3621
  "Введіть діюче посилання для <strong> сайту </ strong> та <strong> зворотне "
3622
  "посилання </ strong> у вашому додатку Твіттера (дивіться крок 3% s)"
3623
 
3624
+ #: super_socializer.php:1887
3625
  msgid ""
3626
  "Make sure cURL is enabled at your website server. You may need to contact "
3627
  "the server administrator of your website to verify this"
3630
  "буде потрібно звернутися до адміністратора сервера вашого сайту, щоб "
3631
  "переконатися в цьому."
3632
 
3633
+ #: super_socializer.php:2054
3634
  #, fuzzy
3635
  msgid "Search"
3636
  msgstr "Шукати"
3637
 
3638
+ #: super_socializer.php:2076
3639
  msgid "Your email has been verified. Now you can login to your account"
3640
  msgstr ""
3641
  "Ваша електронна адреса була перевірена. Тепер ви можете увійти до свого "
3642
  "облікового запису"
3643
 
3644
+ #: super_socializer.php:2080
3645
  msgid "Notification"
3646
  msgstr "Повідомлення"
3647
 
3648
+ #: super_socializer.php:2101
3649
  msgid "Please check your email inbox to complete the registration."
3650
  msgstr "Будь ласка, перевірте вашу поштову скриньку для завершення реєстрації."
3651
 
3652
+ #: super_socializer.php:2170
3653
  msgid "Leave a reply"
3654
  msgstr "Залишити коментар"
3655
 
3656
+ #: super_socializer.php:2186
3657
  #, fuzzy
3658
  msgid "Link copied."
3659
  msgstr "LinkedIn"
3660
 
3661
+ #: super_socializer.php:2424
3662
  msgid "Super Socializer - General Options"
3663
  msgstr "Super Socializer - Загальні Параметри"
3664
 
3665
+ #: super_socializer.php:2495
3666
  msgid ""
3667
  "I agree to my personal data being stored and used as per Privacy Policy and "
3668
  "Terms and Conditions"
3669
  msgstr ""
3670
 
3671
+ #: super_socializer.php:2499
3672
  msgid ""
3673
  "I revoke my consent to store and use my personal data. Kindly delete my "
3674
  "personal data saved in this website."
3675
  msgstr ""
3676
 
3677
+ #: super_socializer.php:2511
3678
  msgid "Small Avatar Url"
3679
  msgstr "Посилання для маленького аватара"
3680
 
3681
+ #: super_socializer.php:2515
3682
  msgid "Large Avatar Url"
3683
  msgstr "Посилання для великого аватара"
3684
 
3685
+ #: super_socializer.php:2617
3686
  msgid "Login with your Social ID"
3687
  msgstr "Увійти через соціальний аккаунт"
3688
 
3689
+ #: super_socializer.php:2618
3690
  msgid "Email you entered is already registered or invalid"
3691
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
3692
 
3693
+ #: super_socializer.php:2625
3694
  msgid "Please enter a valid email address. You might be required to verify it"
3695
  msgstr ""
3696
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
3697
  "потрібно перевірити його"
3698
 
3699
+ #: super_socializer.php:2630 super_socializer.php:3433
3700
  msgid "Link your social account to login to your account at this website"
3701
  msgstr ""
3702
  "Введіть посилання на ваш аккаунт в соціальних мережах щоб увійти в обліковий "
3703
  "запис на цьому сайті"
3704
 
3705
+ #: super_socializer.php:2890
3706
  msgid "Thanks for installing Super Socializer plugin"
3707
  msgstr ""
3708
 
3709
+ #: super_socializer.php:2892
3710
  msgid "Configure the Plugin"
3711
  msgstr ""
3712
 
3713
+ #: super_socializer.php:2903
3714
  msgid ""
3715
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3716
  "current version of Super Socializer"
3717
  msgstr ""
3718
 
3719
+ #: super_socializer.php:2912
3720
  msgid ""
3721
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3722
  "compatibility with the current version of Super Socializer"
3723
  msgstr ""
3724
 
3725
+ #: super_socializer.php:2921
3726
  msgid ""
3727
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3728
  "compatibility with the current version of Super Socializer"
3729
  msgstr ""
3730
 
3731
+ #: super_socializer.php:2930
3732
  msgid ""
3733
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3734
  "version of Super Socializer"
3735
  msgstr ""
3736
 
3737
+ #: super_socializer.php:2939
3738
  msgid ""
3739
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3740
  "compatibility with the current version of Super Socializer"
3741
  msgstr ""
3742
 
3743
+ #: super_socializer.php:2948
3744
  msgid ""
3745
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3746
  "for compatibility with the current version of Super Socializer"
3747
  msgstr ""
3748
 
3749
+ #: super_socializer.php:2957
3750
  msgid ""
3751
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3752
  "with current version of Super Socializer"
3753
  msgstr ""
3754
 
3755
+ #: super_socializer.php:2968
3756
  #, php-format
3757
  msgid ""
3758
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3759
  msgstr ""
3760
 
3761
+ #: super_socializer.php:2977
3762
  #, php-format
3763
  msgid ""
3764
  "To continue using Instagram login create a new Instagram App as described <a "
3766
  "Instagram App Secret <a href=\"%s\">here</a>"
3767
  msgstr ""
3768
 
3769
+ #: super_socializer.php:2986 super_socializer.php:2995
3770
  #, php-format
3771
  msgid ""
3772
  "To continue using bitly url shortener, login to your bit.ly account and "
3775
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3776
  msgstr ""
3777
 
3778
+ #: super_socializer.php:3011
3779
  #, php-format
3780
  msgid ""
3781
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3782
  msgstr ""
3783
 
3784
+ #: super_socializer.php:3035
3785
  #, php-format
3786
  msgid ""
3787
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3789
  "target=\"_blank\">here</a>"
3790
  msgstr ""
3791
 
3792
+ #: super_socializer.php:3035 super_socializer.php:3060
3793
+ #: super_socializer.php:3085 super_socializer.php:3110
3794
+ #: super_socializer.php:3143 super_socializer.php:3171
3795
+ #: super_socializer.php:3198
3796
  msgid "Okay"
3797
  msgstr "Гаразд."
3798
 
3799
+ #: super_socializer.php:3060
3800
  #, php-format
3801
  msgid ""
3802
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3804
  "\">here</a>"
3805
  msgstr ""
3806
 
3807
+ #: super_socializer.php:3085
3808
  #, php-format
3809
  msgid ""
3810
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3812
  "target=\"_blank\">here</a>"
3813
  msgstr ""
3814
 
3815
+ #: super_socializer.php:3110
3816
  #, php-format
3817
  msgid ""
3818
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3820
  "target=\"_blank\">here</a>"
3821
  msgstr ""
3822
 
3823
+ #: super_socializer.php:3121
3824
  #, fuzzy, php-format
3825
  msgid ""
3826
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3827
  msgstr "URL-адреса домашньої сторінки вашого веб-сайту"
3828
 
3829
+ #: super_socializer.php:3143
3830
  #, php-format
3831
  msgid ""
3832
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3834
  "\"%s\" target=\"_blank\">here</a>"
3835
  msgstr ""
3836
 
3837
+ #: super_socializer.php:3171
3838
  #, php-format
3839
  msgid ""
3840
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3843
  "your website %s with them. No need to copy-paste any code from their website."
3844
  msgstr ""
3845
 
3846
+ #: super_socializer.php:3198
3847
  #, php-format
3848
  msgid ""
3849
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3851
  "\"%s\" target=\"_blank\">here</a>"
3852
  msgstr ""
3853
 
3854
+ #: super_socializer.php:3223
3855
  #, php-format
3856
  msgid ""
3857
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3859
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3860
  msgstr ""
3861
 
3862
+ #: super_socializer.php:3223 super_socializer.php:3250
3863
  msgid "Dismiss"
3864
  msgstr ""
3865
 
3866
+ #: super_socializer.php:3509
3867
  msgid ""
3868
  "Your browser is blocking some features of this website. Please follow the "
3869
  "instructions at {support_url} to unblock these."
3871
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
3872
  "інструкцій в {support_url}, щоб розблокувати функції."
3873
 
3874
+ #~ msgid ""
3875
+ #~ "User will be redirected to the selected page after registration (first "
3876
+ #~ "Social Login) through Social Login"
3877
+ #~ msgstr ""
3878
+ #~ "Користувач буде перенаправлений на обрану сторінку після реєстрації "
3879
+ #~ "(перший вхід чере соцмережі) через соцмережі"
3880
+
3881
+ #, fuzzy
3882
+ #~ msgid "Youtube username"
3883
+ #~ msgstr "bit.ly користувача"
3884
+
3885
  #~ msgid "Dismiss this notice"
3886
  #~ msgstr "Закрити це повідомлення"
3887
 
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: 2022-04-07 16:47+0530\n"
5
- "PO-Revision-Date: 2022-04-07 16:47+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
@@ -24,8 +24,8 @@ msgstr ""
24
  #: admin/general_options.php:7 admin/general_options.php:93
25
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
26
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
27
- #: admin/social_login.php:5 admin/social_login.php:1983
28
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
29
  #, fuzzy, php-format
30
  msgid ""
31
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -37,7 +37,7 @@ msgstr ""
37
  "件所付出的努力"
38
 
39
  #: admin/general_options.php:15 admin/social_commenting.php:47
40
- #: super_socializer.php:2417
41
  msgid "General Options"
42
  msgstr "常规选项"
43
 
@@ -79,20 +79,20 @@ msgid "You can specify any additional CSS rules (without &lt;style&gt; tag)"
79
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
80
 
81
  #: admin/general_options.php:89 admin/like_buttons.php:781
82
- #: admin/social_commenting.php:401 admin/social_login.php:1979
83
- #: admin/social_sharing.php:1956 helper.php:922
84
  msgid "Save Changes"
85
  msgstr "保存更改"
86
 
87
  #: admin/general_options.php:103 admin/like_buttons.php:791
88
- #: admin/social_commenting.php:411 admin/social_login.php:1989
89
- #: admin/social_sharing.php:1966
90
  msgid "Instagram Shoutout"
91
  msgstr ""
92
 
93
  #: admin/general_options.php:105 admin/like_buttons.php:793
94
- #: admin/social_commenting.php:413 admin/social_login.php:1991
95
- #: admin/social_sharing.php:1968
96
  msgid ""
97
  "If you can send (to hello@heateor.com) how this plugin is helping your "
98
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -211,7 +211,7 @@ msgid "Floating Interface"
211
  msgstr "浮动接口"
212
 
213
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
214
- #: admin/social_sharing.php:1603
215
  msgid "Miscellaneous"
216
  msgstr "其他"
217
 
@@ -220,16 +220,16 @@ msgid "3rd Party Integration"
220
  msgstr "第三方集成"
221
 
222
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
223
- #: admin/social_login.php:45 admin/social_login.php:1946
224
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
225
- #: admin/social_sharing.php:1882
226
  msgid "Shortcode & Widget"
227
  msgstr "简码&小工具"
228
 
229
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
230
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
231
- #: admin/social_login.php:46 admin/social_login.php:1960
232
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
233
  msgid "FAQ"
234
  msgstr "常见问题解答"
235
 
@@ -252,13 +252,13 @@ msgstr "目标URL"
252
 
253
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
254
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
255
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
256
  msgid "Url of the webpage where icons are located (default)"
257
  msgstr "图标所在网页的Url (默认值)"
258
 
259
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
260
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
261
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
262
  msgid "Url of the homepage of your website"
263
  msgstr "您网站的主页的 Url"
264
 
@@ -272,7 +272,7 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
272
  msgstr "链接到喜欢/分享/tweet和显示喜欢/分享/tweet计数"
273
 
274
  #: admin/like_buttons.php:105 admin/social_login.php:1231
275
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
276
  msgid "Title"
277
  msgstr "标题"
278
 
@@ -289,25 +289,27 @@ msgid "Select the providers for interface. Drag them to rearrange."
289
  msgstr "选择接口的提供商。拖动它们重新排列。"
290
 
291
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
292
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
293
  msgid "Horizontal alignment"
294
  msgstr "水平对齐"
295
 
296
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
297
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
298
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
299
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
300
  msgid "Left"
301
  msgstr "左边"
302
 
303
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
304
  msgid "Center"
305
  msgstr "居中"
306
 
307
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
308
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
309
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
310
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
311
  msgid "Right"
312
  msgstr "右侧"
313
 
@@ -337,32 +339,32 @@ msgstr "界面位置"
337
 
338
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
339
  #: admin/social_login.php:1548 admin/social_login.php:1577
340
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
341
  msgid "Homepage"
342
  msgstr "主页"
343
 
344
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
345
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
346
  msgid "Posts"
347
  msgstr "文章"
348
 
349
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
350
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
351
  msgid "Pages"
352
  msgstr "页面"
353
 
354
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
355
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
356
  msgid "Excerpts and Posts page"
357
  msgstr "摘录和帖子页面"
358
 
359
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
360
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
361
  msgid "Category Archives"
362
  msgstr "目录类别"
363
 
364
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
365
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
366
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
367
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
368
 
@@ -375,12 +377,12 @@ msgid "BuddyPress group (only at top of content)"
375
  msgstr "BuddyPress 组 (只有顶部的内容)"
376
 
377
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
378
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
379
  msgid "BBPress forum"
380
  msgstr "BBPress 论坛"
381
 
382
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
383
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
384
  msgid "BBPress topic"
385
  msgstr "BBPress 主题"
386
 
@@ -417,8 +419,8 @@ msgid "Master control to enable vertical (floating) counter widget"
417
  msgstr "主控,启用垂直(浮动)计数器小部件"
418
 
419
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
420
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
421
- #: inc/widget.php:466 inc/widget.php:779
422
  msgid "Background Color"
423
  msgstr "背景颜色"
424
 
@@ -433,7 +435,7 @@ msgstr ""
433
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">此链接</a>获取所需颜色"
434
  "的六角码"
435
 
436
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
437
  msgid "Left offset"
438
  msgstr "左偏移"
439
 
@@ -445,7 +447,7 @@ msgstr ""
445
  "指定一个数字。数量的增加将把接口向右移动,减少将把它向左移动。数字也可以是负"
446
  "数。"
447
 
448
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
449
  msgid "Right offset"
450
  msgstr "右偏移"
451
 
@@ -457,7 +459,7 @@ msgstr ""
457
  "指定一个数字。数量的增加将把界面向左移动,减少的接口将向右移动。数字也可以是"
458
  "负数。"
459
 
460
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
461
  msgid "Top offset"
462
  msgstr "顶部偏移"
463
 
@@ -467,7 +469,7 @@ msgid ""
467
  "decrease will shift it towards top."
468
  msgstr "指定一个数字。数量的增加将把接口移到底部,减少将把它移到顶部。"
469
 
470
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
471
  msgid "BuddyPress group"
472
  msgstr "BuddyPress 组"
473
 
@@ -483,7 +485,7 @@ msgstr "隐藏在移动设备上的Like按钮"
483
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
484
  msgstr "如果启用,垂直Like按钮不会显示在移动设备上"
485
 
486
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
487
  msgid "Url shortener"
488
  msgstr "短网址"
489
 
@@ -501,15 +503,15 @@ msgstr "如果安装了缩短插件,则允许在共享内容时使用缩短的
501
  msgid "Enable bit.ly url shortener for tweet button"
502
  msgstr "启用 bit.ly 网址缩短器用于推文按钮"
503
 
504
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
505
  msgid "Master control to enable bit.ly url shortening for sharing"
506
  msgstr "主控件以启用 bit.ly url 短链共享"
507
 
508
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
509
  msgid "Bit.ly generic access token"
510
  msgstr ""
511
 
512
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
513
  #, php-format
514
  msgid ""
515
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -518,15 +520,15 @@ msgid ""
518
  "\">link</a>"
519
  msgstr ""
520
 
521
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
522
  msgid "Clear Bitly Cache"
523
  msgstr "清除 Bitly 缓存"
524
 
525
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
526
  msgid "ShortUrl cache cleared successfully."
527
  msgstr "ShortUrl 缓存成功清除。"
528
 
529
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
530
  msgid ""
531
  "Use this to delete short urls saved in database. Handy, if urls of your "
532
  "website have been changed but short urls are still being generated for old "
@@ -536,8 +538,8 @@ msgstr ""
536
  "仍为旧网址,手动处理。"
537
 
538
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
539
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
540
- #: admin/social_sharing.php:1760
541
  msgid "Language"
542
  msgstr "语言"
543
 
@@ -579,11 +581,11 @@ msgstr ""
579
  "在缓冲区共享内容后,所提供的用户名将附加为\"通过@USERNAME\"。如果您不想要任何"
580
  "用户名,请留下空。"
581
 
582
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
583
  msgid "myCRED"
584
  msgstr "myCRED"
585
 
586
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
587
  msgid "Append myCRED referral ID to the urls being shared"
588
  msgstr "将myCRED推荐ID追加到分享的URL"
589
 
@@ -591,20 +593,20 @@ msgstr "将myCRED推荐ID追加到分享的URL"
591
  msgid "Like Buttons Shortcode & Widget"
592
  msgstr "喜欢按钮简码 & 小部件"
593
 
594
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
595
  msgid "Why is there so much space between like buttons?"
596
  msgstr "为什么像按钮之间有这么多的空间?"
597
 
598
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
599
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
600
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
601
 
602
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
603
  msgid "How to Place Title and Social Share Icons in the Same Row?"
604
  msgstr "如何在同一行中放置标题和社交分享图标?"
605
 
606
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
607
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
608
  msgid "More"
609
  msgstr "更多"
610
 
@@ -799,8 +801,8 @@ msgstr ""
799
  msgid "Social Commenting Shortcode"
800
  msgstr "社会化评论简码"
801
 
802
- #: admin/social_commenting.php:386 admin/social_login.php:1962
803
- #: admin/social_sharing.php:1915
804
  msgid ""
805
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
806
  "an online website for the plugin to function properly."
@@ -819,8 +821,8 @@ msgid ""
819
  "Https?"
820
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
821
 
822
- #: admin/social_commenting.php:389 admin/social_login.php:1967
823
- #: admin/social_sharing.php:1930
824
  msgid "Why is my browser blocking some features of the plugin?"
825
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
826
 
@@ -850,12 +852,12 @@ msgstr "基本配置"
850
  msgid "Advanced Configuration"
851
  msgstr "高级配置"
852
 
853
- #: admin/social_login.php:41 admin/social_login.php:1746
854
- #: super_socializer.php:2485
855
  msgid "GDPR"
856
  msgstr "GDPR"
857
 
858
- #: admin/social_login.php:43 admin/social_login.php:1897
859
  msgid "XProfile Integration"
860
  msgstr "XProfile 集成"
861
 
@@ -1794,7 +1796,7 @@ msgstr ""
1794
  "如果启用,用户将能够从前端的BuddyPress配置文件中的“个人资料照片”部分更新他们"
1795
  "的社交头像"
1796
 
1797
- #: admin/social_login.php:1490 super_socializer.php:2091
1798
  msgid "Email required"
1799
  msgstr "邮件地址(比选)"
1800
 
@@ -1849,7 +1851,7 @@ msgid "BuddyPress profile page"
1849
  msgstr "BuddyPress 档案"
1850
 
1851
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
1852
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
1853
  msgid "Custom Url"
1854
  msgstr "自定义 URL"
1855
 
@@ -1865,27 +1867,47 @@ msgstr "注册重定向"
1865
  msgid "Same page from where user registered"
1866
  msgstr "用户注册同样的页面"
1867
 
1868
- #: admin/social_login.php:1593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1869
  msgid ""
1870
- "User will be redirected to the selected page after registration (first "
1871
- "Social Login) through Social Login"
1872
  msgstr ""
1873
- "注册之后,通过社会登录(第一个社交登录)后,用户将被重定向到所选择的页面"
1874
 
1875
- #: admin/social_login.php:1602
1876
  msgid "Social Account Linking Options"
1877
  msgstr "社交帐户链接选项"
1878
 
1879
- #: admin/social_login.php:1617
1880
  msgid "Text to display above the Social Account Linking interface"
1881
  msgstr "显示在社交帐户链接界面上方的文本"
1882
 
1883
- #: admin/social_login.php:1624
1884
  msgid ""
1885
  "Link social account to already existing account, if email address matches"
1886
  msgstr "如果电子邮件地址匹配, 将社交帐户链接到已存在的帐户"
1887
 
1888
- #: admin/social_login.php:1634
1889
  msgid ""
1890
  "If email address of the user's Social Account matches with an already "
1891
  "existing account at your website, that social account will be linked to "
@@ -1895,45 +1917,45 @@ msgstr ""
1895
  "如果用户社交帐户的电子邮件地址与您网站上已有的帐户匹配,则该社交帐户将链接到"
1896
  "现有帐户。用户将能够在其个人资料页面上从社交帐户链接界面管理此问题。"
1897
 
1898
- #: admin/social_login.php:1642
1899
  msgid "Enable social account linking at BuddyPress profile page"
1900
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
1901
 
1902
- #: admin/social_login.php:1652
1903
  msgid ""
1904
  "Enable this option to show social account linking interface at BuddyPress "
1905
  "profile page"
1906
  msgstr "启用此选项以显示 BuddyPress 个人资料页面的社交帐户链接界面"
1907
 
1908
- #: admin/social_login.php:1663
1909
  msgid "Email popup options"
1910
  msgstr "电子邮件弹出选项"
1911
 
1912
- #: admin/social_login.php:1668
1913
  msgid "Text on 'Email required' popup"
1914
  msgstr "\"需要电子邮件\"弹出窗口上的文本"
1915
 
1916
- #: admin/social_login.php:1678
1917
  msgid ""
1918
  "This text will be displayed on email required popup. Leave empty if not "
1919
  "required."
1920
  msgstr "此文本将显示在所需的电子邮件弹出窗口中。如果不需要,请留下空。"
1921
 
1922
- #: admin/social_login.php:1686
1923
  msgid "Error message for 'Email required' popup"
1924
  msgstr "\"需要电子邮件\"弹出窗口的错误消息"
1925
 
1926
- #: admin/social_login.php:1696
1927
  msgid ""
1928
  "This message will be displayed to user if it provides invalid or already "
1929
  "registered email"
1930
  msgstr "如果此消息提供无效或已注册的电子邮件,则该消息将显示给用户"
1931
 
1932
- #: admin/social_login.php:1704
1933
  msgid "Email popup height"
1934
  msgstr "电子邮件弹出高度"
1935
 
1936
- #: admin/social_login.php:1714
1937
  msgid ""
1938
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
1939
  "can increase the height of popup by specifying in this option. Leave empty "
@@ -1942,11 +1964,11 @@ msgstr ""
1942
  "如果您在\"需要的电子邮件\"弹出窗口中看到垂直滚动栏,则可以通过在此选项中指定"
1943
  "来增加弹出窗口的高度。留下空的默认。"
1944
 
1945
- #: admin/social_login.php:1721
1946
  msgid "Enable email verification"
1947
  msgstr "启用电子邮件验证"
1948
 
1949
- #: admin/social_login.php:1731
1950
  msgid ""
1951
  "If enabled, email provided by the user will be verified by sending a "
1952
  "confirmation link to that email. User would not be able to login without "
@@ -1954,89 +1976,89 @@ msgid ""
1954
  msgstr ""
1955
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登录"
1956
 
1957
- #: admin/social_login.php:1751
1958
  msgid "Enable GDPR opt-in"
1959
  msgstr "启用 GDPR opt-in"
1960
 
1961
- #: admin/social_login.php:1761
1962
  msgid ""
1963
  "Enable it to show GDPR opt-in for social login and social account linking"
1964
  msgstr "使其能够显示 GDPR 选择加入的社交登录和社交帐户链接"
1965
 
1966
- #: admin/social_login.php:1769
1967
  msgid "Placement of GDPR opt-in"
1968
  msgstr "GDPR 选择加入的放置"
1969
 
1970
- #: admin/social_login.php:1773
1971
  msgid "Above Social Login icons"
1972
  msgstr "在社交登录图标之上"
1973
 
1974
- #: admin/social_login.php:1775
1975
  msgid "Below Social Login icons"
1976
  msgstr "在社交登录图标之下"
1977
 
1978
- #: admin/social_login.php:1781
1979
  msgid "Placement of GDPR opt-in above or below the social login icons"
1980
  msgstr "在第三方登录图标的上方或下方放置GDPR"
1981
 
1982
- #: admin/social_login.php:1788
1983
  msgid "Opt-in text"
1984
  msgstr ""
1985
 
1986
- #: admin/social_login.php:1798
1987
  msgid "Text for the GDPR opt-in"
1988
  msgstr "GDPR opt-in的文本"
1989
 
1990
- #: admin/social_login.php:1805
1991
  msgid "Text to link to Terms-Conditions page"
1992
  msgstr "链接到条款条件页面的文本"
1993
 
1994
- #: admin/social_login.php:1815
1995
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
1996
  msgstr "选择加入文本中的 Word(s) 链接到条款条件页面"
1997
 
1998
- #: admin/social_login.php:1822
1999
  msgid "Terms-Conditions Url"
2000
  msgstr "条款条件页面的网址"
2001
 
2002
- #: admin/social_login.php:1832
2003
  msgid "Url of the terms-conditions page of your website"
2004
  msgstr "您网站条款条件页面的网址"
2005
 
2006
- #: admin/social_login.php:1839
2007
  msgid "Text to link to Privacy Policy page"
2008
  msgstr "链接到隐私政策页面的文本"
2009
 
2010
- #: admin/social_login.php:1849
2011
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2012
  msgstr "要链接到隐私策略页的选入文本中的单词"
2013
 
2014
- #: admin/social_login.php:1856
2015
  msgid "Privacy Policy Url"
2016
  msgstr "隐私政策网址"
2017
 
2018
- #: admin/social_login.php:1866
2019
  msgid "Url of the privacy policy page of your website"
2020
  msgstr "您网站隐私政策页面的网址"
2021
 
2022
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2023
- #: inc/widget.php:608 inc/widget.php:757
2024
  msgid "Select"
2025
  msgstr "选择"
2026
 
2027
- #: admin/social_login.php:1948
2028
  msgid "Social Login Shortcode & Widget"
2029
  msgstr "社会登录短代码&小工具"
2030
 
2031
- #: admin/social_login.php:1949
2032
  msgid "Social Linking Shortcode"
2033
  msgstr "社交链接简码"
2034
 
2035
- #: admin/social_login.php:1964
2036
  msgid "Why is social login not working?"
2037
  msgstr "为什么社交登录不起作用?"
2038
 
2039
- #: admin/social_login.php:1965
2040
  msgid ""
2041
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2042
  "belong to the same app"
@@ -2078,12 +2100,12 @@ msgid "Shape"
2078
  msgstr "形状"
2079
 
2080
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2081
- #: inc/widget.php:1095
2082
  msgid "Round"
2083
  msgstr "圆"
2084
 
2085
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2086
- #: inc/widget.php:1096
2087
  msgid "Square"
2088
  msgstr "正方形"
2089
 
@@ -2254,49 +2276,46 @@ msgid ""
2254
  "the icon"
2255
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
2256
 
2257
- #: admin/social_sharing.php:775
2258
- #, fuzzy
2259
- msgid "Youtube username"
2260
- msgstr "Bit.ly 帳號"
2261
 
2262
- #: admin/social_sharing.php:785
2263
  #, fuzzy
2264
- msgid ""
2265
- "Username of the Youtube account you want to redirect users to, on clicking "
2266
- "the icon"
2267
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
2268
 
2269
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2270
  msgid "HTML ID of container element of comment form"
2271
  msgstr "注释表单的容器元素的HTML ID"
2272
 
2273
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2274
  msgid ""
2275
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2276
  "icon."
2277
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
2278
 
2279
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2280
  msgid "Rearrange icons"
2281
  msgstr "重新排列图标"
2282
 
2283
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2284
  msgid "Drag the icons to rearrange in desired order"
2285
  msgstr "按所需顺序拖动要重新排列的图标"
2286
 
2287
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2288
  msgid "Select Sharing Services"
2289
  msgstr "选择共享服务"
2290
 
2291
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2292
  msgid "Select sharing services to show in social share bar"
2293
  msgstr "请选择要在社交共享栏中显示的共享服务"
2294
 
2295
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2296
  msgid "Search social network"
2297
  msgstr "搜索社交网络"
2298
 
2299
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2300
  msgid "Horizontal alignment of the sharing interface"
2301
  msgstr "共享界面水平对齐方式"
2302
 
@@ -2304,7 +2323,7 @@ msgstr "共享界面水平对齐方式"
2304
  msgid "Specify position of the sharing interface with respect to the content"
2305
  msgstr "指定相对于内容而言共享界面的位置"
2306
 
2307
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2308
  msgid "Placement"
2309
  msgstr "放置"
2310
 
@@ -2312,11 +2331,11 @@ msgstr "放置"
2312
  msgid "Specify the pages where you want to enable Sharing interface"
2313
  msgstr "指定要启用共享界面的页面"
2314
 
2315
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2316
  msgid "Show share counts"
2317
  msgstr "显示共享计数"
2318
 
2319
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2320
  #, fuzzy
2321
  msgid ""
2322
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
@@ -2325,7 +2344,7 @@ msgstr ""
2325
  "Facebook,Twitter,Linkedin,Buffer,Reddit,Pinterest,Odnoklassniki,Fintel"
2326
  "和Vkontakte支持分享计数"
2327
 
2328
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2329
  #, php-format
2330
  msgid ""
2331
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2334,28 +2353,28 @@ msgid ""
2334
  "their website."
2335
  msgstr ""
2336
 
2337
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2338
  msgid "If enabled, share counts are displayed above sharing icons."
2339
  msgstr "如果启用,共享计数在共享图标上面显示。"
2340
 
2341
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2342
- #: admin/social_sharing.php:1702
2343
  msgid "Track Social Shares for Every Social Network"
2344
  msgstr ""
2345
 
2346
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2347
  msgid "Show total shares"
2348
  msgstr "分享总数"
2349
 
2350
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2351
  msgid "If enabled, total shares will be displayed with sharing icons"
2352
  msgstr "如果启用,总分享数将显示为带有分享图标"
2353
 
2354
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2355
  msgid "Enable 'More' icon"
2356
  msgstr "启用“更多”图标"
2357
 
2358
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2359
  msgid ""
2360
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2361
  "which shows additional sharing networks in popup"
@@ -2374,7 +2393,7 @@ msgstr "启用共享接口标准"
2374
  msgid "Master control to enable floating sharing widget"
2375
  msgstr "主控,使共享浮动部件"
2376
 
2377
- #: admin/social_sharing.php:1319
2378
  msgid ""
2379
  "Specify the color or hex code (example #cc78e0) for the background of "
2380
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
@@ -2385,131 +2404,131 @@ msgstr ""
2385
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2386
  "颜色的十六进制代码"
2387
 
2388
- #: admin/social_sharing.php:1357
2389
  msgid ""
2390
  "Specify a number. Increase in number will shift sharing interface towards "
2391
  "right and decrease will shift it towards left. Number can be negative too."
2392
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2393
 
2394
- #: admin/social_sharing.php:1376
2395
  msgid ""
2396
  "Specify a number. Increase in number will shift sharing interface towards "
2397
  "left and decrease will shift it towards right. Number can be negative too."
2398
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2399
 
2400
- #: admin/social_sharing.php:1394
2401
  msgid ""
2402
  "Specify a number. Increase in number will shift sharing interface towards "
2403
  "bottom and decrease will shift it towards top."
2404
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2405
 
2406
- #: admin/social_sharing.php:1450
2407
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2408
  msgstr "指定要实现垂直共享界面的网页"
2409
 
2410
- #: admin/social_sharing.php:1519
2411
  msgid "Hide floating slider"
2412
  msgstr "隐藏浮动滑块"
2413
 
2414
- #: admin/social_sharing.php:1529
2415
  msgid "Hides the slider arrow present below the floating share bar"
2416
  msgstr "隐藏浮动共享栏下方的滑块箭头"
2417
 
2418
- #: admin/social_sharing.php:1536
2419
  msgid "Vertical floating bar responsiveness"
2420
  msgstr "立式浮栏响应能力"
2421
 
2422
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2423
  #, php-format
2424
  msgid "Display vertical interface only when screen is wider than %s pixels"
2425
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
2426
 
2427
- #: admin/social_sharing.php:1546
2428
  msgid ""
2429
  "Display vertical interface only when screen is wider than the width "
2430
  "specified."
2431
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
2432
 
2433
- #: admin/social_sharing.php:1553
2434
  msgid "Horizontal floating bar responsiveness"
2435
  msgstr "水平浮动栏响应"
2436
 
2437
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2438
  #, php-format
2439
  msgid ""
2440
  "Stick vertical floating interface horizontally at bottom only when screen is "
2441
  "narrower than %s pixels"
2442
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
2443
 
2444
- #: admin/social_sharing.php:1563
2445
  msgid ""
2446
  "Stick vertical floating interface horizontally at bottom only when screen is "
2447
  "narrower than the width specified"
2448
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
2449
 
2450
- #: admin/social_sharing.php:1572
2451
  msgid "Horizontal floating bar position"
2452
  msgstr "水平浮动栏位置"
2453
 
2454
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2455
  #, php-format
2456
  msgid "%s pixels from %s"
2457
  msgstr "%s像素来自%s"
2458
 
2459
- #: admin/social_sharing.php:1576
2460
  msgid "Auto-adjust according to screen width (responsive)"
2461
  msgstr "根据屏幕宽度自动调整 (自响应)"
2462
 
2463
- #: admin/social_sharing.php:1583
2464
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2465
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
2466
 
2467
- #: admin/social_sharing.php:1608
2468
  msgid "Use plain background for Instagram icon"
2469
  msgstr ""
2470
 
2471
- #: admin/social_sharing.php:1618
2472
  msgid ""
2473
  "Uses plain background for Instagram icon instead of multicolored background"
2474
  msgstr ""
2475
 
2476
- #: admin/social_sharing.php:1631
2477
  msgid "Use shortlinks already installed"
2478
  msgstr "短网址已安装,发推按钮"
2479
 
2480
- #: admin/social_sharing.php:1641
2481
  msgid "Uses default short url permalinks without using any additional plugin"
2482
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
2483
 
2484
- #: admin/social_sharing.php:1648
2485
  msgid "Enable bit.ly url shortener for sharing"
2486
  msgstr "用于使用bit.ly url短链共享"
2487
 
2488
- #: admin/social_sharing.php:1707
2489
  msgid "Share Count Cache"
2490
  msgstr "共享计数缓存"
2491
 
2492
- #: admin/social_sharing.php:1712
2493
  msgid "Refresh Share Count cache every"
2494
  msgstr "清空每个计数器缓存"
2495
 
2496
- #: admin/social_sharing.php:1717
2497
  msgid "Second(s)"
2498
  msgstr "秒(s)"
2499
 
2500
- #: admin/social_sharing.php:1718
2501
  msgid "Minute(s)"
2502
  msgstr "分钟"
2503
 
2504
- #: admin/social_sharing.php:1719
2505
  msgid "Hour(s)"
2506
  msgstr "小时"
2507
 
2508
- #: admin/social_sharing.php:1720
2509
  msgid "Day(s)"
2510
  msgstr "天"
2511
 
2512
- #: admin/social_sharing.php:1728
2513
  #, php-format
2514
  msgid ""
2515
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2519,19 +2538,19 @@ msgstr ""
2519
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
2520
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
2521
 
2522
- #: admin/social_sharing.php:1735
2523
  msgid "Clear Share Counts Cache"
2524
  msgstr "清除共享计数缓存"
2525
 
2526
- #: admin/social_sharing.php:1739
2527
  msgid "Share Counts cache cleared successfully."
2528
  msgstr "分享计数缓存成功清除。"
2529
 
2530
- #: admin/social_sharing.php:1746
2531
  msgid "Use this to clear cached share counts"
2532
  msgstr "使用这个清除计数的缓存"
2533
 
2534
- #: admin/social_sharing.php:1770
2535
  #, php-format
2536
  msgid ""
2537
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2541,15 +2560,15 @@ msgstr ""
2541
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2542
  "链接</a>找到语言代码。留空为默认 (英语)"
2543
 
2544
- #: admin/social_sharing.php:1779
2545
  msgid "Username in sharing"
2546
  msgstr "共享的用户名"
2547
 
2548
- #: admin/social_sharing.php:1784
2549
  msgid "Twitter username (without @)"
2550
  msgstr "Twitter账号(无@)"
2551
 
2552
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2553
  msgid ""
2554
  "Provided username will be appended after the content being shared as \"via "
2555
  "@USERNAME\". Leave empty if you do not want any username in the content "
@@ -2558,28 +2577,28 @@ msgstr ""
2558
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
2559
  "请留空。"
2560
 
2561
- #: admin/social_sharing.php:1802
2562
  msgid "Buffer username (without @)"
2563
  msgstr "缓冲用户名 (无 @)"
2564
 
2565
- #: admin/social_sharing.php:1821
2566
  #, fuzzy
2567
  msgid "AMP"
2568
  msgstr "启用此选项可在AMP页面上呈现分享图标"
2569
 
2570
- #: admin/social_sharing.php:1826
2571
  msgid "Enable sharing on AMP pages"
2572
  msgstr "在 AMP 页面上启用分享"
2573
 
2574
- #: admin/social_sharing.php:1836
2575
  msgid "Enable this option to render sharing icons on AMP pages"
2576
  msgstr "启用此选项可在AMP页面上呈现分享图标"
2577
 
2578
- #: admin/social_sharing.php:1893
2579
  msgid "Facebook Sharing Troubleshooter"
2580
  msgstr "Facebook 分享疑难解答"
2581
 
2582
- #: admin/social_sharing.php:1898
2583
  msgid ""
2584
  "If Facebook sharing is not working fine, click at the following link and "
2585
  "enter the problematic url (where Facebook sharing is not working properly) "
@@ -2588,17 +2607,17 @@ msgstr ""
2588
  "如果 Facebook 共享工作不正常,请单击以下链接,并在文本字段中输入您网站有问题"
2589
  "的网址(Facebook 共享无法正常工作)。单击\"调试\"按钮。"
2590
 
2591
- #: admin/social_sharing.php:1916
2592
  msgid ""
2593
  "Why is sharer not showing the correct image, title and other meta tags "
2594
  "content?"
2595
  msgstr "为什么分享者没有显示正确的图像,标题和其他元标记内容?"
2596
 
2597
- #: admin/social_sharing.php:1917
2598
  msgid "Why is Facebook share count not working?"
2599
  msgstr "为什么Facebook分享计数不起作用?"
2600
 
2601
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2602
  #, php-format
2603
  msgid ""
2604
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2607,11 +2626,11 @@ msgid ""
2607
  "not just for Facebook but for all the social networks"
2608
  msgstr ""
2609
 
2610
- #: admin/social_sharing.php:1920
2611
  msgid "Why is Instagram icon redirecting to Instagram website?"
2612
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
2613
 
2614
- #: admin/social_sharing.php:1921
2615
  msgid ""
2616
  "Instagram icon is there to send website visitors to the Instagram page of "
2617
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2621,74 +2640,74 @@ msgstr ""
2621
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
2622
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
2623
 
2624
- #: admin/social_sharing.php:1924
2625
  msgid "How to customize the url being shared?"
2626
  msgstr "如何自定义正在共享的网址?"
2627
 
2628
- #: admin/social_sharing.php:1925
2629
  msgid ""
2630
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2631
  msgstr ""
2632
 
2633
- #: admin/social_sharing.php:1926
2634
  msgid ""
2635
  "It takes some time for their service to track the shares made on Twitter "
2636
  "from your website. If you still feel it's taking too long you can contact "
2637
  "their support directly from their website."
2638
  msgstr ""
2639
 
2640
- #: admin/social_sharing.php:1929
2641
  msgid ""
2642
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2643
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
2644
 
2645
- #: admin/social_sharing.php:1931
2646
  msgid "Why the color of share icons is not being updated?"
2647
  msgstr "为什么分享图标的颜色未更新?"
2648
 
2649
- #: admin/social_sharing.php:1932
2650
  msgid "Why Facebook share counts are not appearing?"
2651
  msgstr "为什么Facebook 分享数量没有出现?"
2652
 
2653
- #: admin/social_sharing.php:1933
2654
  msgid ""
2655
  "How can I show share counts of my website rather than of individual pages/"
2656
  "posts?"
2657
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
2658
 
2659
- #: admin/social_sharing.php:1934
2660
  msgid "How can I disable sharing on particular page/post?"
2661
  msgstr "如何在特定的页面文章上禁用共享?"
2662
 
2663
- #: admin/social_sharing.php:1935
2664
  msgid "How can I specify minimum sharing count for sharing networks?"
2665
  msgstr "如何为共享网络共享指定最少数目?"
2666
 
2667
- #: admin/social_sharing.php:1936
2668
  msgid "How to share specific page?"
2669
  msgstr "如何共享特定页面?"
2670
 
2671
- #: admin/social_sharing.php:1937
2672
  msgid "How to integrate Google Analytics with sharing?"
2673
  msgstr "如何将Google Analytics与分享集成?"
2674
 
2675
- #: admin/social_sharing.php:1938
2676
  msgid "How to customize the look of total share counts?"
2677
  msgstr "如何自定义总共享计数的外观?"
2678
 
2679
- #: admin/social_sharing.php:1939
2680
  msgid "How to customize the look of individual share counts?"
2681
  msgstr "如何自定义个人共享计数的外观?"
2682
 
2683
- #: admin/social_sharing.php:1940
2684
  msgid "How to show Whatsapp icon only on mobile devices?"
2685
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
2686
 
2687
- #: admin/social_sharing.php:1941
2688
  msgid "How to hide arrow after floating sharing bar?"
2689
  msgstr "如何在浮动共享栏后隐藏箭头?"
2690
 
2691
- #: admin/social_sharing.php:1942
2692
  msgid "Why is share count not getting updated?"
2693
  msgstr "为什么共享计数没有得到更新?"
2694
 
@@ -2773,45 +2792,45 @@ msgstr "起始共享计数 "
2773
  msgid "Floating Sharing Interface"
2774
  msgstr "浮动共享界面"
2775
 
2776
- #: helper.php:907 super_socializer.php:2501
2777
  msgid "Social Avatar"
2778
  msgstr "社会化头像"
2779
 
2780
- #: helper.php:910 super_socializer.php:2512
2781
  msgid ""
2782
  "Do not fetch and update social avatar from my profile, next time I Social "
2783
  "Login"
2784
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
2785
 
2786
- #: helper.php:911 super_socializer.php:2516
2787
  msgid "Update social avatar, next time I Social Login"
2788
  msgstr "更新社会化头像,下次社会化登录"
2789
 
2790
- #: helper.php:914
2791
  msgid "Small Avatar"
2792
  msgstr "小头像"
2793
 
2794
- #: helper.php:918
2795
  msgid "Large Avatar"
2796
  msgstr "大头像"
2797
 
2798
- #: helper.php:978 super_socializer.php:2069
2799
  msgid "Please verify your email address to login."
2800
  msgstr "请验证您的电子邮件地址以便登录。"
2801
 
2802
- #: helper.php:1015
2803
  msgid "Click to delete social profile data"
2804
  msgstr "点击删除社交个人资料数据"
2805
 
2806
- #: helper.php:1044
2807
  msgid "Deleting"
2808
  msgstr "删除"
2809
 
2810
- #: helper.php:1054
2811
  msgid "Deleted"
2812
  msgstr "已删除"
2813
 
2814
- #: helper.php:1056
2815
  msgid "Something bad happened"
2816
  msgstr "发生了一些不好的事情"
2817
 
@@ -2827,27 +2846,27 @@ msgstr ""
2827
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2828
  "录"
2829
 
2830
- #: inc/social_login.php:1035
2831
  msgid "Email"
2832
  msgstr "邮箱"
2833
 
2834
- #: inc/social_login.php:1036
2835
  msgid "Confirm email"
2836
  msgstr "确认邮箱"
2837
 
2838
- #: inc/social_login.php:1038
2839
  msgid "Save"
2840
  msgstr "保存"
2841
 
2842
- #: inc/social_login.php:1039
2843
  msgid "Cancel"
2844
  msgstr "取消"
2845
 
2846
- #: inc/social_login.php:1113
2847
  msgid "Email Verification"
2848
  msgstr "电子邮件验证"
2849
 
2850
- #: inc/social_login.php:1115
2851
  msgid ""
2852
  "Please click on the following link or paste it in browser to verify your "
2853
  "email"
@@ -2868,19 +2887,19 @@ msgstr "归档"
2868
  msgid "Total Shares"
2869
  msgstr "分享总数"
2870
 
2871
- #: inc/social_sharing.php:272 super_socializer.php:2179
2872
  msgid "Share"
2873
  msgstr "分享"
2874
 
2875
- #: inc/social_sharing.php:272 super_socializer.php:2179
2876
  msgid "Shares"
2877
  msgstr "分享"
2878
 
2879
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
2880
  msgid "Invalid request"
2881
  msgstr "无效的请求"
2882
 
2883
- #: inc/social_sharing.php:978
2884
  msgid "Providers not selected"
2885
  msgstr "未选定的供应商"
2886
 
@@ -2914,16 +2933,16 @@ msgstr "标题 (登录前):"
2914
  msgid "Title (after login):"
2915
  msgstr "标题 (登录后):"
2916
 
2917
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
2918
  msgid "Before widget content:"
2919
  msgstr "小工具内容之前:"
2920
 
2921
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
2922
  msgid "After widget content:"
2923
  msgstr "小工具内容之后:"
2924
 
2925
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
2926
- #: inc/widget.php:782
2927
  msgid "Hide for logged in users:"
2928
  msgstr "对登录的用户隐藏:"
2929
 
@@ -2935,13 +2954,17 @@ msgstr ""
2935
  "标准共享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Whatsapp等流行的"
2936
  "社交网络上共享内容"
2937
 
 
 
 
 
2938
  #: inc/widget.php:253
2939
  msgid ""
2940
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2941
  "Social Sharing\" page."
2942
  msgstr "确保在 \"Super Socializer > 社交共享\" 页面上启用了 \"标准社交共享\"。"
2943
 
2944
- #: inc/widget.php:254 inc/widget.php:604
2945
  msgid "Title:"
2946
  msgstr "标题:"
2947
 
@@ -2953,11 +2976,11 @@ msgstr "显示单个分享数:"
2953
  msgid "Show total shares:"
2954
  msgstr "显示分享总数:"
2955
 
2956
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
2957
  msgid "Target Url:"
2958
  msgstr "目标URL:"
2959
 
2960
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
2961
  #, fuzzy
2962
  msgid "Custom URL"
2963
  msgstr "自定义 URL"
@@ -2977,23 +3000,23 @@ msgid ""
2977
  msgstr ""
2978
  "确保在 \"Super Socializer > 社交共享\" 页面上启用了 \"浮动社交共享\"。"
2979
 
2980
- #: inc/widget.php:450 inc/widget.php:763
2981
  msgid "Alignment"
2982
  msgstr "对齐"
2983
 
2984
- #: inc/widget.php:456 inc/widget.php:769
2985
  msgid "Left Offset"
2986
  msgstr "左偏移"
2987
 
2988
- #: inc/widget.php:460 inc/widget.php:773
2989
  msgid "Right Offset"
2990
  msgstr "右偏移"
2991
 
2992
- #: inc/widget.php:463 inc/widget.php:776
2993
  msgid "Top Offset"
2994
  msgstr "顶部偏移"
2995
 
2996
- #: inc/widget.php:488
2997
  msgid ""
2998
  "Standard like buttons widget. Let your website users share/like content on "
2999
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
@@ -3001,13 +3024,13 @@ msgstr ""
3001
  "标准Like按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络"
3002
  "上共享类似内容"
3003
 
3004
- #: inc/widget.php:603
3005
  msgid ""
3006
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3007
  "Like Buttons\" page."
3008
  msgstr "确保从 \"Super Socializer > Like按钮\" 页面启用 \"标准Like按钮\"。"
3009
 
3010
- #: inc/widget.php:637
3011
  msgid ""
3012
  "Floating like buttons widget. Let your website users share/like content on "
3013
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
@@ -3015,202 +3038,202 @@ msgstr ""
3015
  "浮动Like按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络"
3016
  "上共享类似内容"
3017
 
3018
- #: inc/widget.php:754
3019
  msgid ""
3020
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3021
  "Like Buttons\" page."
3022
  msgstr ""
3023
  "确保从 \"Super Socializer > Like 按钮\" 页面中启用 \"浮动式Like按钮\"。"
3024
 
3025
- #: inc/widget.php:798
3026
  msgid "Super Socializer - Follow Icons"
3027
  msgstr "Super Socializer - 关注图标"
3028
 
3029
- #: inc/widget.php:800
3030
  msgid "These icons link to your Social Media accounts"
3031
  msgstr "这些图标链接到您的社交媒体帐户"
3032
 
3033
- #: inc/widget.php:1037
3034
  msgid "Type:"
3035
  msgstr ""
3036
 
3037
- #: inc/widget.php:1040
3038
  #, fuzzy
3039
  msgid "Standard"
3040
  msgstr "标准接口选项"
3041
 
3042
- #: inc/widget.php:1043
3043
  #, fuzzy
3044
  msgid "Floating"
3045
  msgstr "启用浮动Like按钮"
3046
 
3047
- #: inc/widget.php:1048
3048
  #, fuzzy
3049
  msgid "Top offset:"
3050
  msgstr "顶部偏移"
3051
 
3052
- #: inc/widget.php:1052
3053
  #, fuzzy
3054
  msgid "Alignment:"
3055
  msgstr "对齐"
3056
 
3057
- #: inc/widget.php:1070
3058
  #, fuzzy
3059
  msgid "Offset"
3060
  msgstr "顶部偏移"
3061
 
3062
- #: inc/widget.php:1084
3063
  #, fuzzy
3064
  msgid "right"
3065
  msgstr "右侧"
3066
 
3067
- #: inc/widget.php:1084
3068
  #, fuzzy
3069
  msgid "left"
3070
  msgstr "左边"
3071
 
3072
- #: inc/widget.php:1087
3073
  #, fuzzy
3074
  msgid "Auto-adjust according to the screen-width (responsive)"
3075
  msgstr "根据屏幕宽度自动调整 (自响应)"
3076
 
3077
- #: inc/widget.php:1091
3078
  msgid "Size of icons"
3079
  msgstr "图标大小"
3080
 
3081
- #: inc/widget.php:1093
3082
  msgid "Icon Shape"
3083
  msgstr "图标形状"
3084
 
3085
- #: inc/widget.php:1098
3086
  msgid "Apply icon color and background color from Theme Selection section:"
3087
  msgstr ""
3088
 
3089
- #: inc/widget.php:1100
3090
  msgid "No"
3091
  msgstr ""
3092
 
3093
- #: inc/widget.php:1101
3094
  #, fuzzy
3095
  msgid "Yes, Standard Interface Theme"
3096
  msgstr "标准接口主题"
3097
 
3098
- #: inc/widget.php:1102
3099
  #, fuzzy
3100
  msgid "Yes, Floating Interface Theme"
3101
  msgstr "浮动的界面主题"
3102
 
3103
- #: inc/widget.php:1104
3104
  msgid "Facebook URL:"
3105
  msgstr ""
3106
 
3107
- #: inc/widget.php:1107
3108
  msgid "Twitter URL:"
3109
  msgstr ""
3110
 
3111
- #: inc/widget.php:1110
3112
  msgid "Parler URL:"
3113
  msgstr ""
3114
 
3115
- #: inc/widget.php:1113
3116
  msgid "Instagram URL:"
3117
  msgstr ""
3118
 
3119
- #: inc/widget.php:1116
3120
  msgid "Pinterest URL:"
3121
  msgstr ""
3122
 
3123
- #: inc/widget.php:1119
3124
  msgid "Behance URL:"
3125
  msgstr ""
3126
 
3127
- #: inc/widget.php:1122
3128
  msgid "Flickr URL:"
3129
  msgstr ""
3130
 
3131
- #: inc/widget.php:1125
3132
  msgid "Foursquare URL:"
3133
  msgstr ""
3134
 
3135
- #: inc/widget.php:1128
3136
  msgid "Github URL:"
3137
  msgstr ""
3138
 
3139
- #: inc/widget.php:1131
3140
  msgid "LinkedIn URL:"
3141
  msgstr ""
3142
 
3143
- #: inc/widget.php:1134
3144
  msgid "LinkedIn Company URL:"
3145
  msgstr ""
3146
 
3147
- #: inc/widget.php:1137
3148
  msgid "Medium URL:"
3149
  msgstr ""
3150
 
3151
- #: inc/widget.php:1140
3152
  msgid "MeWe URL:"
3153
  msgstr ""
3154
 
3155
- #: inc/widget.php:1143
3156
  msgid "Odnoklassniki URL:"
3157
  msgstr ""
3158
 
3159
- #: inc/widget.php:1146
3160
  msgid "Snapchat URL:"
3161
  msgstr ""
3162
 
3163
- #: inc/widget.php:1149
3164
  msgid "Telegram URL:"
3165
  msgstr ""
3166
 
3167
- #: inc/widget.php:1152
3168
  msgid "Tumblr URL:"
3169
  msgstr ""
3170
 
3171
- #: inc/widget.php:1155
3172
  msgid "Vimeo URL:"
3173
  msgstr ""
3174
 
3175
- #: inc/widget.php:1158
3176
  msgid "Vkontakte URL:"
3177
  msgstr ""
3178
 
3179
- #: inc/widget.php:1161
3180
  msgid "Xing URL:"
3181
  msgstr ""
3182
 
3183
- #: inc/widget.php:1164
3184
  msgid "Youtube URL:"
3185
  msgstr ""
3186
 
3187
- #: inc/widget.php:1167
3188
  msgid "Youtube Channel URL:"
3189
  msgstr ""
3190
 
3191
- #: inc/widget.php:1170
3192
  msgid "RSS Feed URL:"
3193
  msgstr ""
3194
 
3195
- #: inc/widget.php:1173
3196
  msgid "Gab.com URL:"
3197
  msgstr ""
3198
 
3199
- #: inc/widget.php:1176
3200
  msgid "Gettr.com URL:"
3201
  msgstr ""
3202
 
3203
- #: super_socializer.php:556
3204
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3205
  msgstr ""
3206
 
3207
- #: super_socializer.php:1846
3208
  msgid ""
3209
  "cURL is not enabled at your website server. Please contact your website "
3210
  "server administrator to enable it."
3211
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
3212
 
3213
- #: super_socializer.php:1874
3214
  #, php-format
3215
  msgid ""
3216
  "Enter exactly the following url in <strong>Website</strong> option in your "
@@ -3219,7 +3242,7 @@ msgstr ""
3219
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
3220
  "%s)"
3221
 
3222
- #: super_socializer.php:1877
3223
  #, php-format
3224
  msgid ""
3225
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
@@ -3228,92 +3251,92 @@ msgstr ""
3228
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
3229
  "3 %s)"
3230
 
3231
- #: super_socializer.php:1880
3232
  msgid ""
3233
  "Make sure cURL is enabled at your website server. You may need to contact "
3234
  "the server administrator of your website to verify this"
3235
  msgstr ""
3236
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实"
3237
 
3238
- #: super_socializer.php:2047
3239
  msgid "Search"
3240
  msgstr "搜索"
3241
 
3242
- #: super_socializer.php:2069
3243
  msgid "Your email has been verified. Now you can login to your account"
3244
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
3245
 
3246
- #: super_socializer.php:2073
3247
  msgid "Notification"
3248
  msgstr "通知"
3249
 
3250
- #: super_socializer.php:2094
3251
  msgid "Please check your email inbox to complete the registration."
3252
  msgstr "请检查您的电子邮件收件箱以完成注册。"
3253
 
3254
- #: super_socializer.php:2163
3255
  msgid "Leave a reply"
3256
  msgstr "回复"
3257
 
3258
- #: super_socializer.php:2179
3259
  msgid "Link copied."
3260
  msgstr "链接已复制。"
3261
 
3262
- #: super_socializer.php:2417
3263
  msgid "Super Socializer - General Options"
3264
  msgstr "Super Socializer-常规选项"
3265
 
3266
- #: super_socializer.php:2488
3267
  msgid ""
3268
  "I agree to my personal data being stored and used as per Privacy Policy and "
3269
  "Terms and Conditions"
3270
  msgstr "我同意根据隐私政策和条款和条件存储和使用我的个人数据"
3271
 
3272
- #: super_socializer.php:2492
3273
  msgid ""
3274
  "I revoke my consent to store and use my personal data. Kindly delete my "
3275
  "personal data saved in this website."
3276
  msgstr "我撤销了存储和使用个人数据的同意。请删除保存在此网站的个人数据。"
3277
 
3278
- #: super_socializer.php:2504
3279
  msgid "Small Avatar Url"
3280
  msgstr "小头像 Url"
3281
 
3282
- #: super_socializer.php:2508
3283
  msgid "Large Avatar Url"
3284
  msgstr "大头像 Url"
3285
 
3286
- #: super_socializer.php:2610
3287
  msgid "Login with your Social ID"
3288
  msgstr "使用您的社交 ID登录"
3289
 
3290
- #: super_socializer.php:2611
3291
  msgid "Email you entered is already registered or invalid"
3292
  msgstr "您输入的电子邮件已经注册或无效"
3293
 
3294
- #: super_socializer.php:2618
3295
  msgid "Please enter a valid email address. You might be required to verify it"
3296
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
3297
 
3298
- #: super_socializer.php:2622 super_socializer.php:3419
3299
  msgid "Link your social account to login to your account at this website"
3300
  msgstr "链接你的社会化媒体帐户登录您本站账号"
3301
 
3302
- #: super_socializer.php:2882
3303
  msgid "Thanks for installing Super Socializer plugin"
3304
  msgstr ""
3305
 
3306
- #: super_socializer.php:2884
3307
  msgid "Configure the Plugin"
3308
  msgstr ""
3309
 
3310
- #: super_socializer.php:2895
3311
  msgid ""
3312
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3313
  "current version of Super Socializer"
3314
  msgstr "更新\"脸谱评论适度\"附加组件,以与当前版本的超级社交者兼容"
3315
 
3316
- #: super_socializer.php:2904
3317
  #, fuzzy
3318
  msgid ""
3319
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
@@ -3322,7 +3345,7 @@ msgstr ""
3322
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3323
  "户兼容"
3324
 
3325
- #: super_socializer.php:2913
3326
  #, fuzzy
3327
  msgid ""
3328
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
@@ -3331,13 +3354,13 @@ msgstr ""
3331
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3332
  "户兼容"
3333
 
3334
- #: super_socializer.php:2922
3335
  msgid ""
3336
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3337
  "version of Super Socializer"
3338
  msgstr "更新\"脸谱评论通知器\"附加组件,以与当前版本的超级社交者兼容"
3339
 
3340
- #: super_socializer.php:2931
3341
  #, fuzzy
3342
  msgid ""
3343
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
@@ -3346,7 +3369,7 @@ msgstr ""
3346
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3347
  "户兼容"
3348
 
3349
- #: super_socializer.php:2940
3350
  #, fuzzy
3351
  msgid ""
3352
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
@@ -3355,14 +3378,14 @@ msgstr ""
3355
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3356
  "户兼容"
3357
 
3358
- #: super_socializer.php:2949
3359
  msgid ""
3360
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3361
  "with current version of Super Socializer"
3362
  msgstr ""
3363
  "更新\"社交登录 myCRED 集成\"附加组件,以最大限度地兼容当前版本的超级社交"
3364
 
3365
- #: super_socializer.php:2960
3366
  #, php-format
3367
  msgid ""
3368
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
@@ -3370,7 +3393,7 @@ msgstr ""
3370
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
3371
  "处 </a>"
3372
 
3373
- #: super_socializer.php:2969
3374
  #, php-format
3375
  msgid ""
3376
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3378,7 +3401,7 @@ msgid ""
3378
  "Instagram App Secret <a href=\"%s\">here</a>"
3379
  msgstr ""
3380
 
3381
- #: super_socializer.php:2978 super_socializer.php:2987
3382
  #, php-format
3383
  msgid ""
3384
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3387,13 +3410,13 @@ msgid ""
3387
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3388
  msgstr ""
3389
 
3390
- #: super_socializer.php:3003
3391
  #, php-format
3392
  msgid ""
3393
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3394
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
3395
 
3396
- #: super_socializer.php:3027
3397
  #, php-format
3398
  msgid ""
3399
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3404,14 +3427,14 @@ msgstr ""
3404
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
3405
  "target = \"_ black\" > </a>"
3406
 
3407
- #: super_socializer.php:3027 super_socializer.php:3052
3408
- #: super_socializer.php:3077 super_socializer.php:3102
3409
- #: super_socializer.php:3135 super_socializer.php:3163
3410
- #: super_socializer.php:3190
3411
  msgid "Okay"
3412
  msgstr "好的"
3413
 
3414
- #: super_socializer.php:3052
3415
  #, php-format
3416
  msgid ""
3417
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3422,7 +3445,7 @@ msgstr ""
3422
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
3423
  "a>"
3424
 
3425
- #: super_socializer.php:3077
3426
  #, php-format
3427
  msgid ""
3428
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3433,7 +3456,7 @@ msgstr ""
3433
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
3434
  "black\" > </a>"
3435
 
3436
- #: super_socializer.php:3102
3437
  #, php-format
3438
  msgid ""
3439
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3444,13 +3467,13 @@ msgstr ""
3444
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
3445
  "black\" > </a>"
3446
 
3447
- #: super_socializer.php:3113
3448
  #, php-format
3449
  msgid ""
3450
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3451
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
3452
 
3453
- #: super_socializer.php:3135
3454
  #, php-format
3455
  msgid ""
3456
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3460,7 +3483,7 @@ msgstr ""
3460
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
3461
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
3462
 
3463
- #: super_socializer.php:3163
3464
  #, php-format
3465
  msgid ""
3466
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3469,7 +3492,7 @@ msgid ""
3469
  "your website %s with them. No need to copy-paste any code from their website."
3470
  msgstr ""
3471
 
3472
- #: super_socializer.php:3190
3473
  #, php-format
3474
  msgid ""
3475
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3480,7 +3503,7 @@ msgstr ""
3480
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
3481
  "\" > </a>"
3482
 
3483
- #: super_socializer.php:3215
3484
  #, php-format
3485
  msgid ""
3486
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3491,11 +3514,11 @@ msgstr ""
3491
  "替换为您的LinkedIn应用设置 %s 。有关详细信息,请<a href=\"%s\" target="
3492
  "\"_blank\">在此处</a>查看第 6 步"
3493
 
3494
- #: super_socializer.php:3215 super_socializer.php:3242
3495
  msgid "Dismiss"
3496
  msgstr ""
3497
 
3498
- #: super_socializer.php:3495
3499
  msgid ""
3500
  "Your browser is blocking some features of this website. Please follow the "
3501
  "instructions at {support_url} to unblock these."
@@ -3503,6 +3526,16 @@ msgstr ""
3503
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
3504
  "操作。"
3505
 
 
 
 
 
 
 
 
 
 
 
3506
  #~ msgid "Social Login not working with Varnish enabled"
3507
  #~ msgstr "启用\"清漆\"的社交登录"
3508
 
@@ -3847,9 +3880,6 @@ msgstr ""
3847
  #~ msgid "Super Socializer - Social Avatar"
3848
  #~ msgstr "Super Socializer -社会化头像"
3849
 
3850
- #~ msgid "Username: %s"
3851
- #~ msgstr "用户名: %s"
3852
-
3853
  #~ msgid "Password: %s"
3854
  #~ msgstr "密码:%s"
3855
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
+ "POT-Creation-Date: 2022-05-23 18:36+0530\n"
5
+ "PO-Revision-Date: 2022-05-23 18:36+0530\n"
6
  "Last-Translator: Heateor <hello@heateor.com>\n"
7
  "Language-Team: 汤小贤 <calmsmile@aliyun.com>\n"
8
  "Language: zh_CN\n"
24
  #: admin/general_options.php:7 admin/general_options.php:93
25
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
26
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
27
+ #: admin/social_login.php:5 admin/social_login.php:1999
28
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
29
  #, fuzzy, php-format
30
  msgid ""
31
  "You can appreciate the effort put in this free plugin by rating it <a href="
37
  "件所付出的努力"
38
 
39
  #: admin/general_options.php:15 admin/social_commenting.php:47
40
+ #: super_socializer.php:2424
41
  msgid "General Options"
42
  msgstr "常规选项"
43
 
79
  msgstr "您可以指定任何额外的 CSS 规则(无需 &lt;style&gt; tag)"
80
 
81
  #: admin/general_options.php:89 admin/like_buttons.php:781
82
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
83
+ #: admin/social_sharing.php:1975 helper.php:926
84
  msgid "Save Changes"
85
  msgstr "保存更改"
86
 
87
  #: admin/general_options.php:103 admin/like_buttons.php:791
88
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
89
+ #: admin/social_sharing.php:1985
90
  msgid "Instagram Shoutout"
91
  msgstr ""
92
 
93
  #: admin/general_options.php:105 admin/like_buttons.php:793
94
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
95
+ #: admin/social_sharing.php:1987
96
  msgid ""
97
  "If you can send (to hello@heateor.com) how this plugin is helping your "
98
  "business, we would be glad to shoutout on Instagram. You can also send any "
211
  msgstr "浮动接口"
212
 
213
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
214
+ #: admin/social_sharing.php:1622
215
  msgid "Miscellaneous"
216
  msgstr "其他"
217
 
220
  msgstr "第三方集成"
221
 
222
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
223
+ #: admin/social_login.php:45 admin/social_login.php:1962
224
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
225
+ #: admin/social_sharing.php:1901
226
  msgid "Shortcode & Widget"
227
  msgstr "简码&小工具"
228
 
229
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
230
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
231
+ #: admin/social_login.php:46 admin/social_login.php:1976
232
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
233
  msgid "FAQ"
234
  msgstr "常见问题解答"
235
 
252
 
253
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
254
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
255
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
256
  msgid "Url of the webpage where icons are located (default)"
257
  msgstr "图标所在网页的Url (默认值)"
258
 
259
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
260
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
261
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
262
  msgid "Url of the homepage of your website"
263
  msgstr "您网站的主页的 Url"
264
 
272
  msgstr "链接到喜欢/分享/tweet和显示喜欢/分享/tweet计数"
273
 
274
  #: admin/like_buttons.php:105 admin/social_login.php:1231
275
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
276
  msgid "Title"
277
  msgstr "标题"
278
 
289
  msgstr "选择接口的提供商。拖动它们重新排列。"
290
 
291
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
292
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
293
  msgid "Horizontal alignment"
294
  msgstr "水平对齐"
295
 
296
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
297
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
298
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
299
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
300
+ #: inc/widget.php:1068
301
  msgid "Left"
302
  msgstr "左边"
303
 
304
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
305
  msgid "Center"
306
  msgstr "居中"
307
 
308
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
309
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
310
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
311
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
312
+ #: inc/widget.php:1075
313
  msgid "Right"
314
  msgstr "右侧"
315
 
339
 
340
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
341
  #: admin/social_login.php:1548 admin/social_login.php:1577
342
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
343
  msgid "Homepage"
344
  msgstr "主页"
345
 
346
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
347
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
348
  msgid "Posts"
349
  msgstr "文章"
350
 
351
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
352
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
353
  msgid "Pages"
354
  msgstr "页面"
355
 
356
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
357
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
358
  msgid "Excerpts and Posts page"
359
  msgstr "摘录和帖子页面"
360
 
361
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
362
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
363
  msgid "Category Archives"
364
  msgstr "目录类别"
365
 
366
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
367
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
368
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
369
  msgstr "存档页 (分类、 标记、 作者或根据日期分类的页)"
370
 
377
  msgstr "BuddyPress 组 (只有顶部的内容)"
378
 
379
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
380
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
381
  msgid "BBPress forum"
382
  msgstr "BBPress 论坛"
383
 
384
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
385
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
386
  msgid "BBPress topic"
387
  msgstr "BBPress 主题"
388
 
419
  msgstr "主控,启用垂直(浮动)计数器小部件"
420
 
421
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
422
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
423
+ #: inc/widget.php:463 inc/widget.php:776
424
  msgid "Background Color"
425
  msgstr "背景颜色"
426
 
435
  "href=\"http://www.colorpicker.com/\" target=\"_blank\">此链接</a>获取所需颜色"
436
  "的六角码"
437
 
438
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
439
  msgid "Left offset"
440
  msgstr "左偏移"
441
 
447
  "指定一个数字。数量的增加将把接口向右移动,减少将把它向左移动。数字也可以是负"
448
  "数。"
449
 
450
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
451
  msgid "Right offset"
452
  msgstr "右偏移"
453
 
459
  "指定一个数字。数量的增加将把界面向左移动,减少的接口将向右移动。数字也可以是"
460
  "负数。"
461
 
462
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
463
  msgid "Top offset"
464
  msgstr "顶部偏移"
465
 
469
  "decrease will shift it towards top."
470
  msgstr "指定一个数字。数量的增加将把接口移到底部,减少将把它移到顶部。"
471
 
472
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
473
  msgid "BuddyPress group"
474
  msgstr "BuddyPress 组"
475
 
485
  msgid "If enabled, vertical like buttons will not appear on mobile devices"
486
  msgstr "如果启用,垂直Like按钮不会显示在移动设备上"
487
 
488
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
489
  msgid "Url shortener"
490
  msgstr "短网址"
491
 
503
  msgid "Enable bit.ly url shortener for tweet button"
504
  msgstr "启用 bit.ly 网址缩短器用于推文按钮"
505
 
506
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
507
  msgid "Master control to enable bit.ly url shortening for sharing"
508
  msgstr "主控件以启用 bit.ly url 短链共享"
509
 
510
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
511
  msgid "Bit.ly generic access token"
512
  msgstr ""
513
 
514
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
515
  #, php-format
516
  msgid ""
517
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
520
  "\">link</a>"
521
  msgstr ""
522
 
523
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
524
  msgid "Clear Bitly Cache"
525
  msgstr "清除 Bitly 缓存"
526
 
527
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
528
  msgid "ShortUrl cache cleared successfully."
529
  msgstr "ShortUrl 缓存成功清除。"
530
 
531
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
532
  msgid ""
533
  "Use this to delete short urls saved in database. Handy, if urls of your "
534
  "website have been changed but short urls are still being generated for old "
538
  "仍为旧网址,手动处理。"
539
 
540
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
541
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
542
+ #: admin/social_sharing.php:1779
543
  msgid "Language"
544
  msgstr "语言"
545
 
581
  "在缓冲区共享内容后,所提供的用户名将附加为\"通过@USERNAME\"。如果您不想要任何"
582
  "用户名,请留下空。"
583
 
584
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
585
  msgid "myCRED"
586
  msgstr "myCRED"
587
 
588
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
589
  msgid "Append myCRED referral ID to the urls being shared"
590
  msgstr "将myCRED推荐ID追加到分享的URL"
591
 
593
  msgid "Like Buttons Shortcode & Widget"
594
  msgstr "喜欢按钮简码 & 小部件"
595
 
596
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
597
  msgid "Why is there so much space between like buttons?"
598
  msgstr "为什么像按钮之间有这么多的空间?"
599
 
600
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
601
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
602
  msgstr "为什么在主页上没有显示浮动分享/喜欢按钮?"
603
 
604
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
605
  msgid "How to Place Title and Social Share Icons in the Same Row?"
606
  msgstr "如何在同一行中放置标题和社交分享图标?"
607
 
608
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
609
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
610
  msgid "More"
611
  msgstr "更多"
612
 
801
  msgid "Social Commenting Shortcode"
802
  msgstr "社会化评论简码"
803
 
804
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
805
+ #: admin/social_sharing.php:1934
806
  msgid ""
807
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
808
  "an online website for the plugin to function properly."
821
  "Https?"
822
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的Facebook 评论?"
823
 
824
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
825
+ #: admin/social_sharing.php:1949
826
  msgid "Why is my browser blocking some features of the plugin?"
827
  msgstr "为什么我的浏览器会阻止插件的某些功能?"
828
 
852
  msgid "Advanced Configuration"
853
  msgstr "高级配置"
854
 
855
+ #: admin/social_login.php:41 admin/social_login.php:1762
856
+ #: super_socializer.php:2492
857
  msgid "GDPR"
858
  msgstr "GDPR"
859
 
860
+ #: admin/social_login.php:43 admin/social_login.php:1913
861
  msgid "XProfile Integration"
862
  msgstr "XProfile 集成"
863
 
1796
  "如果启用,用户将能够从前端的BuddyPress配置文件中的“个人资料照片”部分更新他们"
1797
  "的社交头像"
1798
 
1799
+ #: admin/social_login.php:1490 super_socializer.php:2098
1800
  msgid "Email required"
1801
  msgstr "邮件地址(比选)"
1802
 
1851
  msgstr "BuddyPress 档案"
1852
 
1853
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
1854
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
1855
  msgid "Custom Url"
1856
  msgstr "自定义 URL"
1857
 
1867
  msgid "Same page from where user registered"
1868
  msgstr "用户注册同样的页面"
1869
 
1870
+ #: admin/social_login.php:1591
1871
+ #, fuzzy
1872
+ msgid "Username Separator"
1873
+ msgstr "用户名: %s"
1874
+
1875
+ #: admin/social_login.php:1595
1876
+ msgid "Dash (-)"
1877
+ msgstr ""
1878
+
1879
+ #: admin/social_login.php:1597
1880
+ msgid "Underscore (_)"
1881
+ msgstr ""
1882
+
1883
+ #: admin/social_login.php:1599
1884
+ msgid "Dot (.)"
1885
+ msgstr ""
1886
+
1887
+ #: admin/social_login.php:1601
1888
+ msgid "None"
1889
+ msgstr ""
1890
+
1891
+ #: admin/social_login.php:1609
1892
  msgid ""
1893
+ "Choose one of the underscore, dot or dash to use to join first and last "
1894
+ "names in the usernames of the new users"
1895
  msgstr ""
 
1896
 
1897
+ #: admin/social_login.php:1618
1898
  msgid "Social Account Linking Options"
1899
  msgstr "社交帐户链接选项"
1900
 
1901
+ #: admin/social_login.php:1633
1902
  msgid "Text to display above the Social Account Linking interface"
1903
  msgstr "显示在社交帐户链接界面上方的文本"
1904
 
1905
+ #: admin/social_login.php:1640
1906
  msgid ""
1907
  "Link social account to already existing account, if email address matches"
1908
  msgstr "如果电子邮件地址匹配, 将社交帐户链接到已存在的帐户"
1909
 
1910
+ #: admin/social_login.php:1650
1911
  msgid ""
1912
  "If email address of the user's Social Account matches with an already "
1913
  "existing account at your website, that social account will be linked to "
1917
  "如果用户社交帐户的电子邮件地址与您网站上已有的帐户匹配,则该社交帐户将链接到"
1918
  "现有帐户。用户将能够在其个人资料页面上从社交帐户链接界面管理此问题。"
1919
 
1920
+ #: admin/social_login.php:1658
1921
  msgid "Enable social account linking at BuddyPress profile page"
1922
  msgstr "在BuddyPress的个人资料页面启用社交帐户链接"
1923
 
1924
+ #: admin/social_login.php:1668
1925
  msgid ""
1926
  "Enable this option to show social account linking interface at BuddyPress "
1927
  "profile page"
1928
  msgstr "启用此选项以显示 BuddyPress 个人资料页面的社交帐户链接界面"
1929
 
1930
+ #: admin/social_login.php:1679
1931
  msgid "Email popup options"
1932
  msgstr "电子邮件弹出选项"
1933
 
1934
+ #: admin/social_login.php:1684
1935
  msgid "Text on 'Email required' popup"
1936
  msgstr "\"需要电子邮件\"弹出窗口上的文本"
1937
 
1938
+ #: admin/social_login.php:1694
1939
  msgid ""
1940
  "This text will be displayed on email required popup. Leave empty if not "
1941
  "required."
1942
  msgstr "此文本将显示在所需的电子邮件弹出窗口中。如果不需要,请留下空。"
1943
 
1944
+ #: admin/social_login.php:1702
1945
  msgid "Error message for 'Email required' popup"
1946
  msgstr "\"需要电子邮件\"弹出窗口的错误消息"
1947
 
1948
+ #: admin/social_login.php:1712
1949
  msgid ""
1950
  "This message will be displayed to user if it provides invalid or already "
1951
  "registered email"
1952
  msgstr "如果此消息提供无效或已注册的电子邮件,则该消息将显示给用户"
1953
 
1954
+ #: admin/social_login.php:1720
1955
  msgid "Email popup height"
1956
  msgstr "电子邮件弹出高度"
1957
 
1958
+ #: admin/social_login.php:1730
1959
  msgid ""
1960
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
1961
  "can increase the height of popup by specifying in this option. Leave empty "
1964
  "如果您在\"需要的电子邮件\"弹出窗口中看到垂直滚动栏,则可以通过在此选项中指定"
1965
  "来增加弹出窗口的高度。留下空的默认。"
1966
 
1967
+ #: admin/social_login.php:1737
1968
  msgid "Enable email verification"
1969
  msgstr "启用电子邮件验证"
1970
 
1971
+ #: admin/social_login.php:1747
1972
  msgid ""
1973
  "If enabled, email provided by the user will be verified by sending a "
1974
  "confirmation link to that email. User would not be able to login without "
1976
  msgstr ""
1977
  "如果启用,将向用户的email地址发送一个确认链接进行验证。不验证,用户将无法登录"
1978
 
1979
+ #: admin/social_login.php:1767
1980
  msgid "Enable GDPR opt-in"
1981
  msgstr "启用 GDPR opt-in"
1982
 
1983
+ #: admin/social_login.php:1777
1984
  msgid ""
1985
  "Enable it to show GDPR opt-in for social login and social account linking"
1986
  msgstr "使其能够显示 GDPR 选择加入的社交登录和社交帐户链接"
1987
 
1988
+ #: admin/social_login.php:1785
1989
  msgid "Placement of GDPR opt-in"
1990
  msgstr "GDPR 选择加入的放置"
1991
 
1992
+ #: admin/social_login.php:1789
1993
  msgid "Above Social Login icons"
1994
  msgstr "在社交登录图标之上"
1995
 
1996
+ #: admin/social_login.php:1791
1997
  msgid "Below Social Login icons"
1998
  msgstr "在社交登录图标之下"
1999
 
2000
+ #: admin/social_login.php:1797
2001
  msgid "Placement of GDPR opt-in above or below the social login icons"
2002
  msgstr "在第三方登录图标的上方或下方放置GDPR"
2003
 
2004
+ #: admin/social_login.php:1804
2005
  msgid "Opt-in text"
2006
  msgstr ""
2007
 
2008
+ #: admin/social_login.php:1814
2009
  msgid "Text for the GDPR opt-in"
2010
  msgstr "GDPR opt-in的文本"
2011
 
2012
+ #: admin/social_login.php:1821
2013
  msgid "Text to link to Terms-Conditions page"
2014
  msgstr "链接到条款条件页面的文本"
2015
 
2016
+ #: admin/social_login.php:1831
2017
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2018
  msgstr "选择加入文本中的 Word(s) 链接到条款条件页面"
2019
 
2020
+ #: admin/social_login.php:1838
2021
  msgid "Terms-Conditions Url"
2022
  msgstr "条款条件页面的网址"
2023
 
2024
+ #: admin/social_login.php:1848
2025
  msgid "Url of the terms-conditions page of your website"
2026
  msgstr "您网站条款条件页面的网址"
2027
 
2028
+ #: admin/social_login.php:1855
2029
  msgid "Text to link to Privacy Policy page"
2030
  msgstr "链接到隐私政策页面的文本"
2031
 
2032
+ #: admin/social_login.php:1865
2033
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2034
  msgstr "要链接到隐私策略页的选入文本中的单词"
2035
 
2036
+ #: admin/social_login.php:1872
2037
  msgid "Privacy Policy Url"
2038
  msgstr "隐私政策网址"
2039
 
2040
+ #: admin/social_login.php:1882
2041
  msgid "Url of the privacy policy page of your website"
2042
  msgstr "您网站隐私政策页面的网址"
2043
 
2044
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2045
+ #: inc/widget.php:605 inc/widget.php:754
2046
  msgid "Select"
2047
  msgstr "选择"
2048
 
2049
+ #: admin/social_login.php:1964
2050
  msgid "Social Login Shortcode & Widget"
2051
  msgstr "社会登录短代码&小工具"
2052
 
2053
+ #: admin/social_login.php:1965
2054
  msgid "Social Linking Shortcode"
2055
  msgstr "社交链接简码"
2056
 
2057
+ #: admin/social_login.php:1980
2058
  msgid "Why is social login not working?"
2059
  msgstr "为什么社交登录不起作用?"
2060
 
2061
+ #: admin/social_login.php:1981
2062
  msgid ""
2063
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2064
  "belong to the same app"
2100
  msgstr "形状"
2101
 
2102
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2103
+ #: inc/widget.php:1104
2104
  msgid "Round"
2105
  msgstr "圆"
2106
 
2107
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2108
+ #: inc/widget.php:1105
2109
  msgid "Square"
2110
  msgstr "正方形"
2111
 
2276
  "the icon"
2277
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
2278
 
2279
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2280
+ msgid "Youtube URL"
2281
+ msgstr ""
 
2282
 
2283
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2284
  #, fuzzy
2285
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2286
  msgstr "要将用户重定向到的 Instagram 帐户的用户名, 请单击图标"
2287
 
2288
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2289
  msgid "HTML ID of container element of comment form"
2290
  msgstr "注释表单的容器元素的HTML ID"
2291
 
2292
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2293
  msgid ""
2294
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2295
  "icon."
2296
  msgstr "HTML ID的元素,你想集中在网页上,点击评论图标。"
2297
 
2298
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2299
  msgid "Rearrange icons"
2300
  msgstr "重新排列图标"
2301
 
2302
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2303
  msgid "Drag the icons to rearrange in desired order"
2304
  msgstr "按所需顺序拖动要重新排列的图标"
2305
 
2306
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2307
  msgid "Select Sharing Services"
2308
  msgstr "选择共享服务"
2309
 
2310
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2311
  msgid "Select sharing services to show in social share bar"
2312
  msgstr "请选择要在社交共享栏中显示的共享服务"
2313
 
2314
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2315
  msgid "Search social network"
2316
  msgstr "搜索社交网络"
2317
 
2318
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2319
  msgid "Horizontal alignment of the sharing interface"
2320
  msgstr "共享界面水平对齐方式"
2321
 
2323
  msgid "Specify position of the sharing interface with respect to the content"
2324
  msgstr "指定相对于内容而言共享界面的位置"
2325
 
2326
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2327
  msgid "Placement"
2328
  msgstr "放置"
2329
 
2331
  msgid "Specify the pages where you want to enable Sharing interface"
2332
  msgstr "指定要启用共享界面的页面"
2333
 
2334
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2335
  msgid "Show share counts"
2336
  msgstr "显示共享计数"
2337
 
2338
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2339
  #, fuzzy
2340
  msgid ""
2341
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2344
  "Facebook,Twitter,Linkedin,Buffer,Reddit,Pinterest,Odnoklassniki,Fintel"
2345
  "和Vkontakte支持分享计数"
2346
 
2347
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2348
  #, php-format
2349
  msgid ""
2350
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2353
  "their website."
2354
  msgstr ""
2355
 
2356
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2357
  msgid "If enabled, share counts are displayed above sharing icons."
2358
  msgstr "如果启用,共享计数在共享图标上面显示。"
2359
 
2360
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2361
+ #: admin/social_sharing.php:1721
2362
  msgid "Track Social Shares for Every Social Network"
2363
  msgstr ""
2364
 
2365
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2366
  msgid "Show total shares"
2367
  msgstr "分享总数"
2368
 
2369
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2370
  msgid "If enabled, total shares will be displayed with sharing icons"
2371
  msgstr "如果启用,总分享数将显示为带有分享图标"
2372
 
2373
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2374
  msgid "Enable 'More' icon"
2375
  msgstr "启用“更多”图标"
2376
 
2377
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2378
  msgid ""
2379
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2380
  "which shows additional sharing networks in popup"
2393
  msgid "Master control to enable floating sharing widget"
2394
  msgstr "主控,使共享浮动部件"
2395
 
2396
+ #: admin/social_sharing.php:1338
2397
  msgid ""
2398
  "Specify the color or hex code (example #cc78e0) for the background of "
2399
  "vertical sharing bar. Leave empty for transparent. You can get the hex code "
2404
  "<a href=“http://www.colorpicker.com/“ target=“_blank”>这个链接</a>获得所需的"
2405
  "颜色的十六进制代码"
2406
 
2407
+ #: admin/social_sharing.php:1376
2408
  msgid ""
2409
  "Specify a number. Increase in number will shift sharing interface towards "
2410
  "right and decrease will shift it towards left. Number can be negative too."
2411
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2412
 
2413
+ #: admin/social_sharing.php:1395
2414
  msgid ""
2415
  "Specify a number. Increase in number will shift sharing interface towards "
2416
  "left and decrease will shift it towards right. Number can be negative too."
2417
  msgstr "指定一个数字。数目增加将朝左边移动和减少则向右。数值可以为负。"
2418
 
2419
+ #: admin/social_sharing.php:1413
2420
  msgid ""
2421
  "Specify a number. Increase in number will shift sharing interface towards "
2422
  "bottom and decrease will shift it towards top."
2423
  msgstr "指定一个数字。增加数目将朝底部移动和减少则为向顶部。"
2424
 
2425
+ #: admin/social_sharing.php:1469
2426
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2427
  msgstr "指定要实现垂直共享界面的网页"
2428
 
2429
+ #: admin/social_sharing.php:1538
2430
  msgid "Hide floating slider"
2431
  msgstr "隐藏浮动滑块"
2432
 
2433
+ #: admin/social_sharing.php:1548
2434
  msgid "Hides the slider arrow present below the floating share bar"
2435
  msgstr "隐藏浮动共享栏下方的滑块箭头"
2436
 
2437
+ #: admin/social_sharing.php:1555
2438
  msgid "Vertical floating bar responsiveness"
2439
  msgstr "立式浮栏响应能力"
2440
 
2441
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2442
  #, php-format
2443
  msgid "Display vertical interface only when screen is wider than %s pixels"
2444
  msgstr "只有屏幕宽度超过 %s 像素时显示垂直界面"
2445
 
2446
+ #: admin/social_sharing.php:1565
2447
  msgid ""
2448
  "Display vertical interface only when screen is wider than the width "
2449
  "specified."
2450
  msgstr "只有在指定的宽度比宽屏幕时显示垂直界面。"
2451
 
2452
+ #: admin/social_sharing.php:1572
2453
  msgid "Horizontal floating bar responsiveness"
2454
  msgstr "水平浮动栏响应"
2455
 
2456
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2457
  #, php-format
2458
  msgid ""
2459
  "Stick vertical floating interface horizontally at bottom only when screen is "
2460
  "narrower than %s pixels"
2461
  msgstr "只有当屏幕小于 %s 像素时,粘性垂直浮动界面底部的水平位置"
2462
 
2463
+ #: admin/social_sharing.php:1582
2464
  msgid ""
2465
  "Stick vertical floating interface horizontally at bottom only when screen is "
2466
  "narrower than the width specified"
2467
  msgstr "只有当屏幕小于指定的宽度时,粘性垂直浮动界面底部的水平位置"
2468
 
2469
+ #: admin/social_sharing.php:1591
2470
  msgid "Horizontal floating bar position"
2471
  msgstr "水平浮动栏位置"
2472
 
2473
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2474
  #, php-format
2475
  msgid "%s pixels from %s"
2476
  msgstr "%s像素来自%s"
2477
 
2478
+ #: admin/social_sharing.php:1595
2479
  msgid "Auto-adjust according to screen width (responsive)"
2480
  msgstr "根据屏幕宽度自动调整 (自响应)"
2481
 
2482
+ #: admin/social_sharing.php:1602
2483
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2484
  msgstr "对齐方式的水平浮动界面。数值可以为负。"
2485
 
2486
+ #: admin/social_sharing.php:1627
2487
  msgid "Use plain background for Instagram icon"
2488
  msgstr ""
2489
 
2490
+ #: admin/social_sharing.php:1637
2491
  msgid ""
2492
  "Uses plain background for Instagram icon instead of multicolored background"
2493
  msgstr ""
2494
 
2495
+ #: admin/social_sharing.php:1650
2496
  msgid "Use shortlinks already installed"
2497
  msgstr "短网址已安装,发推按钮"
2498
 
2499
+ #: admin/social_sharing.php:1660
2500
  msgid "Uses default short url permalinks without using any additional plugin"
2501
  msgstr "使用默认的短网址永久链接, 而无需使用任何额外的插件"
2502
 
2503
+ #: admin/social_sharing.php:1667
2504
  msgid "Enable bit.ly url shortener for sharing"
2505
  msgstr "用于使用bit.ly url短链共享"
2506
 
2507
+ #: admin/social_sharing.php:1726
2508
  msgid "Share Count Cache"
2509
  msgstr "共享计数缓存"
2510
 
2511
+ #: admin/social_sharing.php:1731
2512
  msgid "Refresh Share Count cache every"
2513
  msgstr "清空每个计数器缓存"
2514
 
2515
+ #: admin/social_sharing.php:1736
2516
  msgid "Second(s)"
2517
  msgstr "秒(s)"
2518
 
2519
+ #: admin/social_sharing.php:1737
2520
  msgid "Minute(s)"
2521
  msgstr "分钟"
2522
 
2523
+ #: admin/social_sharing.php:1738
2524
  msgid "Hour(s)"
2525
  msgstr "小时"
2526
 
2527
+ #: admin/social_sharing.php:1739
2528
  msgid "Day(s)"
2529
  msgstr "天"
2530
 
2531
+ #: admin/social_sharing.php:1747
2532
  #, php-format
2533
  msgid ""
2534
  "Frequent cache refreshing results in slower loading of pages with share "
2538
  "频繁的缓存刷新会导致启用共享计数的页面加载速度变慢。 保留为空以禁用缓存。 相"
2539
  "关信息 <a href=\"%s\" target=\"_blank\"> 在这里 </a>"
2540
 
2541
+ #: admin/social_sharing.php:1754
2542
  msgid "Clear Share Counts Cache"
2543
  msgstr "清除共享计数缓存"
2544
 
2545
+ #: admin/social_sharing.php:1758
2546
  msgid "Share Counts cache cleared successfully."
2547
  msgstr "分享计数缓存成功清除。"
2548
 
2549
+ #: admin/social_sharing.php:1765
2550
  msgid "Use this to clear cached share counts"
2551
  msgstr "使用这个清除计数的缓存"
2552
 
2553
+ #: admin/social_sharing.php:1789
2554
  #, php-format
2555
  msgid ""
2556
  "Enter the code of the language you want to use for like buttons. You can "
2560
  "输入你想要为喜欢按钮指定的语言代码。你可以在<a href=“%s” target=“_blank”>这个"
2561
  "链接</a>找到语言代码。留空为默认 (英语)"
2562
 
2563
+ #: admin/social_sharing.php:1798
2564
  msgid "Username in sharing"
2565
  msgstr "共享的用户名"
2566
 
2567
+ #: admin/social_sharing.php:1803
2568
  msgid "Twitter username (without @)"
2569
  msgstr "Twitter账号(无@)"
2570
 
2571
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2572
  msgid ""
2573
  "Provided username will be appended after the content being shared as \"via "
2574
  "@USERNAME\". Leave empty if you do not want any username in the content "
2577
  "提供的用户名将在”通过 @USERNAME”的内容共享后。如果你不想用户名在共享内容中,"
2578
  "请留空。"
2579
 
2580
+ #: admin/social_sharing.php:1821
2581
  msgid "Buffer username (without @)"
2582
  msgstr "缓冲用户名 (无 @)"
2583
 
2584
+ #: admin/social_sharing.php:1840
2585
  #, fuzzy
2586
  msgid "AMP"
2587
  msgstr "启用此选项可在AMP页面上呈现分享图标"
2588
 
2589
+ #: admin/social_sharing.php:1845
2590
  msgid "Enable sharing on AMP pages"
2591
  msgstr "在 AMP 页面上启用分享"
2592
 
2593
+ #: admin/social_sharing.php:1855
2594
  msgid "Enable this option to render sharing icons on AMP pages"
2595
  msgstr "启用此选项可在AMP页面上呈现分享图标"
2596
 
2597
+ #: admin/social_sharing.php:1912
2598
  msgid "Facebook Sharing Troubleshooter"
2599
  msgstr "Facebook 分享疑难解答"
2600
 
2601
+ #: admin/social_sharing.php:1917
2602
  msgid ""
2603
  "If Facebook sharing is not working fine, click at the following link and "
2604
  "enter the problematic url (where Facebook sharing is not working properly) "
2607
  "如果 Facebook 共享工作不正常,请单击以下链接,并在文本字段中输入您网站有问题"
2608
  "的网址(Facebook 共享无法正常工作)。单击\"调试\"按钮。"
2609
 
2610
+ #: admin/social_sharing.php:1935
2611
  msgid ""
2612
  "Why is sharer not showing the correct image, title and other meta tags "
2613
  "content?"
2614
  msgstr "为什么分享者没有显示正确的图像,标题和其他元标记内容?"
2615
 
2616
+ #: admin/social_sharing.php:1936
2617
  msgid "Why is Facebook share count not working?"
2618
  msgstr "为什么Facebook分享计数不起作用?"
2619
 
2620
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2621
  #, php-format
2622
  msgid ""
2623
  "After the recent changes introduced in the Facebook graph API, it's not "
2626
  "not just for Facebook but for all the social networks"
2627
  msgstr ""
2628
 
2629
+ #: admin/social_sharing.php:1939
2630
  msgid "Why is Instagram icon redirecting to Instagram website?"
2631
  msgstr "为什么 instagram 图标重定向到 instagram 网站?"
2632
 
2633
+ #: admin/social_sharing.php:1940
2634
  msgid ""
2635
  "Instagram icon is there to send website visitors to the Instagram page of "
2636
  "your choice. You can save the desired Instagram handle in \"Instagram "
2640
  "Instagram图标可以将网站访问者发送到您选择的Instagram页面。 您可以在“标准界"
2641
  "面”和“浮动界面”部分的“Instagram用户名”选项中保存所需的Instagram句柄。"
2642
 
2643
+ #: admin/social_sharing.php:1943
2644
  msgid "How to customize the url being shared?"
2645
  msgstr "如何自定义正在共享的网址?"
2646
 
2647
+ #: admin/social_sharing.php:1944
2648
  msgid ""
2649
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
2650
  msgstr ""
2651
 
2652
+ #: admin/social_sharing.php:1945
2653
  msgid ""
2654
  "It takes some time for their service to track the shares made on Twitter "
2655
  "from your website. If you still feel it's taking too long you can contact "
2656
  "their support directly from their website."
2657
  msgstr ""
2658
 
2659
+ #: admin/social_sharing.php:1948
2660
  msgid ""
2661
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
2662
  msgstr "如何恢复在将我的网站转移到SSL/https之后丢失的社交分享数?"
2663
 
2664
+ #: admin/social_sharing.php:1950
2665
  msgid "Why the color of share icons is not being updated?"
2666
  msgstr "为什么分享图标的颜色未更新?"
2667
 
2668
+ #: admin/social_sharing.php:1951
2669
  msgid "Why Facebook share counts are not appearing?"
2670
  msgstr "为什么Facebook 分享数量没有出现?"
2671
 
2672
+ #: admin/social_sharing.php:1952
2673
  msgid ""
2674
  "How can I show share counts of my website rather than of individual pages/"
2675
  "posts?"
2676
  msgstr "怎样表示我网站的共享计数,而不是个别网页/文章?"
2677
 
2678
+ #: admin/social_sharing.php:1953
2679
  msgid "How can I disable sharing on particular page/post?"
2680
  msgstr "如何在特定的页面文章上禁用共享?"
2681
 
2682
+ #: admin/social_sharing.php:1954
2683
  msgid "How can I specify minimum sharing count for sharing networks?"
2684
  msgstr "如何为共享网络共享指定最少数目?"
2685
 
2686
+ #: admin/social_sharing.php:1955
2687
  msgid "How to share specific page?"
2688
  msgstr "如何共享特定页面?"
2689
 
2690
+ #: admin/social_sharing.php:1956
2691
  msgid "How to integrate Google Analytics with sharing?"
2692
  msgstr "如何将Google Analytics与分享集成?"
2693
 
2694
+ #: admin/social_sharing.php:1957
2695
  msgid "How to customize the look of total share counts?"
2696
  msgstr "如何自定义总共享计数的外观?"
2697
 
2698
+ #: admin/social_sharing.php:1958
2699
  msgid "How to customize the look of individual share counts?"
2700
  msgstr "如何自定义个人共享计数的外观?"
2701
 
2702
+ #: admin/social_sharing.php:1959
2703
  msgid "How to show Whatsapp icon only on mobile devices?"
2704
  msgstr "如何仅在移动设备上显示 Whatsapp 图标?"
2705
 
2706
+ #: admin/social_sharing.php:1960
2707
  msgid "How to hide arrow after floating sharing bar?"
2708
  msgstr "如何在浮动共享栏后隐藏箭头?"
2709
 
2710
+ #: admin/social_sharing.php:1961
2711
  msgid "Why is share count not getting updated?"
2712
  msgstr "为什么共享计数没有得到更新?"
2713
 
2792
  msgid "Floating Sharing Interface"
2793
  msgstr "浮动共享界面"
2794
 
2795
+ #: helper.php:911 super_socializer.php:2508
2796
  msgid "Social Avatar"
2797
  msgstr "社会化头像"
2798
 
2799
+ #: helper.php:914 super_socializer.php:2519
2800
  msgid ""
2801
  "Do not fetch and update social avatar from my profile, next time I Social "
2802
  "Login"
2803
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
2804
 
2805
+ #: helper.php:915 super_socializer.php:2523
2806
  msgid "Update social avatar, next time I Social Login"
2807
  msgstr "更新社会化头像,下次社会化登录"
2808
 
2809
+ #: helper.php:918
2810
  msgid "Small Avatar"
2811
  msgstr "小头像"
2812
 
2813
+ #: helper.php:922
2814
  msgid "Large Avatar"
2815
  msgstr "大头像"
2816
 
2817
+ #: helper.php:982 super_socializer.php:2076
2818
  msgid "Please verify your email address to login."
2819
  msgstr "请验证您的电子邮件地址以便登录。"
2820
 
2821
+ #: helper.php:1019
2822
  msgid "Click to delete social profile data"
2823
  msgstr "点击删除社交个人资料数据"
2824
 
2825
+ #: helper.php:1048
2826
  msgid "Deleting"
2827
  msgstr "删除"
2828
 
2829
+ #: helper.php:1058
2830
  msgid "Deleted"
2831
  msgstr "已删除"
2832
 
2833
+ #: helper.php:1060
2834
  msgid "Something bad happened"
2835
  msgstr "发生了一些不好的事情"
2836
 
2846
  "在管理员控制面板中的”Super Socializer > 社交登录”页,从”基本配置”启用社交化登"
2847
  "录"
2848
 
2849
+ #: inc/social_login.php:1047
2850
  msgid "Email"
2851
  msgstr "邮箱"
2852
 
2853
+ #: inc/social_login.php:1048
2854
  msgid "Confirm email"
2855
  msgstr "确认邮箱"
2856
 
2857
+ #: inc/social_login.php:1050
2858
  msgid "Save"
2859
  msgstr "保存"
2860
 
2861
+ #: inc/social_login.php:1051
2862
  msgid "Cancel"
2863
  msgstr "取消"
2864
 
2865
+ #: inc/social_login.php:1125
2866
  msgid "Email Verification"
2867
  msgstr "电子邮件验证"
2868
 
2869
+ #: inc/social_login.php:1127
2870
  msgid ""
2871
  "Please click on the following link or paste it in browser to verify your "
2872
  "email"
2887
  msgid "Total Shares"
2888
  msgstr "分享总数"
2889
 
2890
+ #: inc/social_sharing.php:272 super_socializer.php:2186
2891
  msgid "Share"
2892
  msgstr "分享"
2893
 
2894
+ #: inc/social_sharing.php:272 super_socializer.php:2186
2895
  msgid "Shares"
2896
  msgstr "分享"
2897
 
2898
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
2899
  msgid "Invalid request"
2900
  msgstr "无效的请求"
2901
 
2902
+ #: inc/social_sharing.php:973
2903
  msgid "Providers not selected"
2904
  msgstr "未选定的供应商"
2905
 
2933
  msgid "Title (after login):"
2934
  msgstr "标题 (登录后):"
2935
 
2936
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
2937
  msgid "Before widget content:"
2938
  msgstr "小工具内容之前:"
2939
 
2940
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
2941
  msgid "After widget content:"
2942
  msgstr "小工具内容之后:"
2943
 
2944
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
2945
+ #: inc/widget.php:779
2946
  msgid "Hide for logged in users:"
2947
  msgstr "对登录的用户隐藏:"
2948
 
2954
  "标准共享小部件。 让您的网站用户在Facebook,Twitter,Tumblr,Whatsapp等流行的"
2955
  "社交网络上共享内容"
2956
 
2957
+ #: inc/widget.php:253
2958
+ msgid "Note"
2959
+ msgstr ""
2960
+
2961
  #: inc/widget.php:253
2962
  msgid ""
2963
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
2964
  "Social Sharing\" page."
2965
  msgstr "确保在 \"Super Socializer > 社交共享\" 页面上启用了 \"标准社交共享\"。"
2966
 
2967
+ #: inc/widget.php:254 inc/widget.php:601
2968
  msgid "Title:"
2969
  msgstr "标题:"
2970
 
2976
  msgid "Show total shares:"
2977
  msgstr "显示分享总数:"
2978
 
2979
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
2980
  msgid "Target Url:"
2981
  msgstr "目标URL:"
2982
 
2983
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
2984
  #, fuzzy
2985
  msgid "Custom URL"
2986
  msgstr "自定义 URL"
3000
  msgstr ""
3001
  "确保在 \"Super Socializer > 社交共享\" 页面上启用了 \"浮动社交共享\"。"
3002
 
3003
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3004
  msgid "Alignment"
3005
  msgstr "对齐"
3006
 
3007
+ #: inc/widget.php:453 inc/widget.php:766
3008
  msgid "Left Offset"
3009
  msgstr "左偏移"
3010
 
3011
+ #: inc/widget.php:457 inc/widget.php:770
3012
  msgid "Right Offset"
3013
  msgstr "右偏移"
3014
 
3015
+ #: inc/widget.php:460 inc/widget.php:773
3016
  msgid "Top Offset"
3017
  msgstr "顶部偏移"
3018
 
3019
+ #: inc/widget.php:485
3020
  msgid ""
3021
  "Standard like buttons widget. Let your website users share/like content on "
3022
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3024
  "标准Like按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络"
3025
  "上共享类似内容"
3026
 
3027
+ #: inc/widget.php:600
3028
  msgid ""
3029
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3030
  "Like Buttons\" page."
3031
  msgstr "确保从 \"Super Socializer > Like按钮\" 页面启用 \"标准Like按钮\"。"
3032
 
3033
+ #: inc/widget.php:634
3034
  msgid ""
3035
  "Floating like buttons widget. Let your website users share/like content on "
3036
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3038
  "浮动Like按钮小部件。让您的网站用户在 facebook、推特、google + 等热门社交网络"
3039
  "上共享类似内容"
3040
 
3041
+ #: inc/widget.php:751
3042
  msgid ""
3043
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3044
  "Like Buttons\" page."
3045
  msgstr ""
3046
  "确保从 \"Super Socializer > Like 按钮\" 页面中启用 \"浮动式Like按钮\"。"
3047
 
3048
+ #: inc/widget.php:795
3049
  msgid "Super Socializer - Follow Icons"
3050
  msgstr "Super Socializer - 关注图标"
3051
 
3052
+ #: inc/widget.php:797
3053
  msgid "These icons link to your Social Media accounts"
3054
  msgstr "这些图标链接到您的社交媒体帐户"
3055
 
3056
+ #: inc/widget.php:1046
3057
  msgid "Type:"
3058
  msgstr ""
3059
 
3060
+ #: inc/widget.php:1049
3061
  #, fuzzy
3062
  msgid "Standard"
3063
  msgstr "标准接口选项"
3064
 
3065
+ #: inc/widget.php:1052
3066
  #, fuzzy
3067
  msgid "Floating"
3068
  msgstr "启用浮动Like按钮"
3069
 
3070
+ #: inc/widget.php:1057
3071
  #, fuzzy
3072
  msgid "Top offset:"
3073
  msgstr "顶部偏移"
3074
 
3075
+ #: inc/widget.php:1061
3076
  #, fuzzy
3077
  msgid "Alignment:"
3078
  msgstr "对齐"
3079
 
3080
+ #: inc/widget.php:1079
3081
  #, fuzzy
3082
  msgid "Offset"
3083
  msgstr "顶部偏移"
3084
 
3085
+ #: inc/widget.php:1093
3086
  #, fuzzy
3087
  msgid "right"
3088
  msgstr "右侧"
3089
 
3090
+ #: inc/widget.php:1093
3091
  #, fuzzy
3092
  msgid "left"
3093
  msgstr "左边"
3094
 
3095
+ #: inc/widget.php:1096
3096
  #, fuzzy
3097
  msgid "Auto-adjust according to the screen-width (responsive)"
3098
  msgstr "根据屏幕宽度自动调整 (自响应)"
3099
 
3100
+ #: inc/widget.php:1100
3101
  msgid "Size of icons"
3102
  msgstr "图标大小"
3103
 
3104
+ #: inc/widget.php:1102
3105
  msgid "Icon Shape"
3106
  msgstr "图标形状"
3107
 
3108
+ #: inc/widget.php:1107
3109
  msgid "Apply icon color and background color from Theme Selection section:"
3110
  msgstr ""
3111
 
3112
+ #: inc/widget.php:1109
3113
  msgid "No"
3114
  msgstr ""
3115
 
3116
+ #: inc/widget.php:1110
3117
  #, fuzzy
3118
  msgid "Yes, Standard Interface Theme"
3119
  msgstr "标准接口主题"
3120
 
3121
+ #: inc/widget.php:1111
3122
  #, fuzzy
3123
  msgid "Yes, Floating Interface Theme"
3124
  msgstr "浮动的界面主题"
3125
 
3126
+ #: inc/widget.php:1113
3127
  msgid "Facebook URL:"
3128
  msgstr ""
3129
 
3130
+ #: inc/widget.php:1116
3131
  msgid "Twitter URL:"
3132
  msgstr ""
3133
 
3134
+ #: inc/widget.php:1119
3135
  msgid "Parler URL:"
3136
  msgstr ""
3137
 
3138
+ #: inc/widget.php:1122
3139
  msgid "Instagram URL:"
3140
  msgstr ""
3141
 
3142
+ #: inc/widget.php:1125
3143
  msgid "Pinterest URL:"
3144
  msgstr ""
3145
 
3146
+ #: inc/widget.php:1128
3147
  msgid "Behance URL:"
3148
  msgstr ""
3149
 
3150
+ #: inc/widget.php:1131
3151
  msgid "Flickr URL:"
3152
  msgstr ""
3153
 
3154
+ #: inc/widget.php:1134
3155
  msgid "Foursquare URL:"
3156
  msgstr ""
3157
 
3158
+ #: inc/widget.php:1137
3159
  msgid "Github URL:"
3160
  msgstr ""
3161
 
3162
+ #: inc/widget.php:1140
3163
  msgid "LinkedIn URL:"
3164
  msgstr ""
3165
 
3166
+ #: inc/widget.php:1143
3167
  msgid "LinkedIn Company URL:"
3168
  msgstr ""
3169
 
3170
+ #: inc/widget.php:1146
3171
  msgid "Medium URL:"
3172
  msgstr ""
3173
 
3174
+ #: inc/widget.php:1149
3175
  msgid "MeWe URL:"
3176
  msgstr ""
3177
 
3178
+ #: inc/widget.php:1152
3179
  msgid "Odnoklassniki URL:"
3180
  msgstr ""
3181
 
3182
+ #: inc/widget.php:1155
3183
  msgid "Snapchat URL:"
3184
  msgstr ""
3185
 
3186
+ #: inc/widget.php:1158
3187
  msgid "Telegram URL:"
3188
  msgstr ""
3189
 
3190
+ #: inc/widget.php:1161
3191
  msgid "Tumblr URL:"
3192
  msgstr ""
3193
 
3194
+ #: inc/widget.php:1164
3195
  msgid "Vimeo URL:"
3196
  msgstr ""
3197
 
3198
+ #: inc/widget.php:1167
3199
  msgid "Vkontakte URL:"
3200
  msgstr ""
3201
 
3202
+ #: inc/widget.php:1170
3203
  msgid "Xing URL:"
3204
  msgstr ""
3205
 
3206
+ #: inc/widget.php:1173
3207
  msgid "Youtube URL:"
3208
  msgstr ""
3209
 
3210
+ #: inc/widget.php:1176
3211
  msgid "Youtube Channel URL:"
3212
  msgstr ""
3213
 
3214
+ #: inc/widget.php:1179
3215
  msgid "RSS Feed URL:"
3216
  msgstr ""
3217
 
3218
+ #: inc/widget.php:1182
3219
  msgid "Gab.com URL:"
3220
  msgstr ""
3221
 
3222
+ #: inc/widget.php:1185
3223
  msgid "Gettr.com URL:"
3224
  msgstr ""
3225
 
3226
+ #: super_socializer.php:563
3227
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3228
  msgstr ""
3229
 
3230
+ #: super_socializer.php:1853
3231
  msgid ""
3232
  "cURL is not enabled at your website server. Please contact your website "
3233
  "server administrator to enable it."
3234
  msgstr "在您的网站服务器上未启用 curl。请与您的网站服务器管理员联系以启用它。"
3235
 
3236
+ #: super_socializer.php:1881
3237
  #, php-format
3238
  msgid ""
3239
  "Enter exactly the following url in <strong>Website</strong> option in your "
3242
  "在 twitter 应用中的 <strong> 网站 </strong> 选项中输入以下 url (请参阅步骤 3 "
3243
  "%s)"
3244
 
3245
+ #: super_socializer.php:1884
3246
  #, php-format
3247
  msgid ""
3248
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3251
  "在 twitter 应用中 <strong> 回调 url </strong> 选项中输入以下 url (请参阅步骤 "
3252
  "3 %s)"
3253
 
3254
+ #: super_socializer.php:1887
3255
  msgid ""
3256
  "Make sure cURL is enabled at your website server. You may need to contact "
3257
  "the server administrator of your website to verify this"
3258
  msgstr ""
3259
  "请确保在您的网站服务器上启用了cURL。对此,请您与您的网站的服务器管理员核实"
3260
 
3261
+ #: super_socializer.php:2054
3262
  msgid "Search"
3263
  msgstr "搜索"
3264
 
3265
+ #: super_socializer.php:2076
3266
  msgid "Your email has been verified. Now you can login to your account"
3267
  msgstr "您的电子邮件已验证。现在你可以登录到您的帐户"
3268
 
3269
+ #: super_socializer.php:2080
3270
  msgid "Notification"
3271
  msgstr "通知"
3272
 
3273
+ #: super_socializer.php:2101
3274
  msgid "Please check your email inbox to complete the registration."
3275
  msgstr "请检查您的电子邮件收件箱以完成注册。"
3276
 
3277
+ #: super_socializer.php:2170
3278
  msgid "Leave a reply"
3279
  msgstr "回复"
3280
 
3281
+ #: super_socializer.php:2186
3282
  msgid "Link copied."
3283
  msgstr "链接已复制。"
3284
 
3285
+ #: super_socializer.php:2424
3286
  msgid "Super Socializer - General Options"
3287
  msgstr "Super Socializer-常规选项"
3288
 
3289
+ #: super_socializer.php:2495
3290
  msgid ""
3291
  "I agree to my personal data being stored and used as per Privacy Policy and "
3292
  "Terms and Conditions"
3293
  msgstr "我同意根据隐私政策和条款和条件存储和使用我的个人数据"
3294
 
3295
+ #: super_socializer.php:2499
3296
  msgid ""
3297
  "I revoke my consent to store and use my personal data. Kindly delete my "
3298
  "personal data saved in this website."
3299
  msgstr "我撤销了存储和使用个人数据的同意。请删除保存在此网站的个人数据。"
3300
 
3301
+ #: super_socializer.php:2511
3302
  msgid "Small Avatar Url"
3303
  msgstr "小头像 Url"
3304
 
3305
+ #: super_socializer.php:2515
3306
  msgid "Large Avatar Url"
3307
  msgstr "大头像 Url"
3308
 
3309
+ #: super_socializer.php:2617
3310
  msgid "Login with your Social ID"
3311
  msgstr "使用您的社交 ID登录"
3312
 
3313
+ #: super_socializer.php:2618
3314
  msgid "Email you entered is already registered or invalid"
3315
  msgstr "您输入的电子邮件已经注册或无效"
3316
 
3317
+ #: super_socializer.php:2625
3318
  msgid "Please enter a valid email address. You might be required to verify it"
3319
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
3320
 
3321
+ #: super_socializer.php:2630 super_socializer.php:3433
3322
  msgid "Link your social account to login to your account at this website"
3323
  msgstr "链接你的社会化媒体帐户登录您本站账号"
3324
 
3325
+ #: super_socializer.php:2890
3326
  msgid "Thanks for installing Super Socializer plugin"
3327
  msgstr ""
3328
 
3329
+ #: super_socializer.php:2892
3330
  msgid "Configure the Plugin"
3331
  msgstr ""
3332
 
3333
+ #: super_socializer.php:2903
3334
  msgid ""
3335
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3336
  "current version of Super Socializer"
3337
  msgstr "更新\"脸谱评论适度\"附加组件,以与当前版本的超级社交者兼容"
3338
 
3339
+ #: super_socializer.php:2912
3340
  #, fuzzy
3341
  msgid ""
3342
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3345
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3346
  "户兼容"
3347
 
3348
+ #: super_socializer.php:2921
3349
  #, fuzzy
3350
  msgid ""
3351
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3354
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3355
  "户兼容"
3356
 
3357
+ #: super_socializer.php:2930
3358
  msgid ""
3359
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3360
  "version of Super Socializer"
3361
  msgstr "更新\"脸谱评论通知器\"附加组件,以与当前版本的超级社交者兼容"
3362
 
3363
+ #: super_socializer.php:2939
3364
  #, fuzzy
3365
  msgid ""
3366
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3369
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3370
  "户兼容"
3371
 
3372
+ #: super_socializer.php:2948
3373
  #, fuzzy
3374
  msgid ""
3375
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3378
  "将\"社交登录按钮\"附加组件更新到版本 1.2.7 或以上,以便与当前版本的超级社交用"
3379
  "户兼容"
3380
 
3381
+ #: super_socializer.php:2957
3382
  msgid ""
3383
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3384
  "with current version of Super Socializer"
3385
  msgstr ""
3386
  "更新\"社交登录 myCRED 集成\"附加组件,以最大限度地兼容当前版本的超级社交"
3387
 
3388
+ #: super_socializer.php:2968
3389
  #, php-format
3390
  msgid ""
3391
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3393
  "要继续使用 steam 登录, 请保存 steam api 密钥 < a href = \" %s\" >, 请点击此"
3394
  "处 </a>"
3395
 
3396
+ #: super_socializer.php:2977
3397
  #, php-format
3398
  msgid ""
3399
  "To continue using Instagram login create a new Instagram App as described <a "
3401
  "Instagram App Secret <a href=\"%s\">here</a>"
3402
  msgstr ""
3403
 
3404
+ #: super_socializer.php:2986 super_socializer.php:2995
3405
  #, php-format
3406
  msgid ""
3407
  "To continue using bitly url shortener, login to your bit.ly account and "
3410
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3411
  msgstr ""
3412
 
3413
+ #: super_socializer.php:3011
3414
  #, php-format
3415
  msgid ""
3416
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3417
  msgstr "若要继续使用社交登录, 请在此处保存密钥 < ref = \" %s\" > </a>"
3418
 
3419
+ #: super_socializer.php:3035
3420
  #, php-format
3421
  msgid ""
3422
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3427
  "facebook 登录正常工作。有关更多详细信息, 请在此处检查步骤 9 < ref = \" %s\" "
3428
  "target = \"_ black\" > </a>"
3429
 
3430
+ #: super_socializer.php:3035 super_socializer.php:3060
3431
+ #: super_socializer.php:3085 super_socializer.php:3110
3432
+ #: super_socializer.php:3143 super_socializer.php:3171
3433
+ #: super_socializer.php:3198
3434
  msgid "Okay"
3435
  msgstr "好的"
3436
 
3437
+ #: super_socializer.php:3060
3438
  #, php-format
3439
  msgid ""
3440
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3445
  "关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black\" > </"
3446
  "a>"
3447
 
3448
+ #: super_socializer.php:3085
3449
  #, php-format
3450
  msgid ""
3451
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3456
  "正常工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ "
3457
  "black\" > </a>"
3458
 
3459
+ #: super_socializer.php:3110
3460
  #, php-format
3461
  msgid ""
3462
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3467
  "常工作。有关更多详细信息, 请在此处检查步骤 11 < ref = \" %s\" target = \"_ "
3468
  "black\" > </a>"
3469
 
3470
+ #: super_socializer.php:3121
3471
  #, php-format
3472
  msgid ""
3473
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3474
  msgstr "保存您的网站 < reof = \" %s\" 的隐私政策页面的网址 </a>"
3475
 
3476
+ #: super_socializer.php:3143
3477
  #, php-format
3478
  msgid ""
3479
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3483
  "这个插件是符合GDPR的。您需要更新网站有关此插件保存的个人数据的隐私政策。如 "
3484
  "<a href=\"%s\" target=\"_blank\">这里</a>所述"
3485
 
3486
+ #: super_socializer.php:3171
3487
  #, php-format
3488
  msgid ""
3489
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3492
  "your website %s with them. No need to copy-paste any code from their website."
3493
  msgstr ""
3494
 
3495
+ #: super_socializer.php:3198
3496
  #, php-format
3497
  msgid ""
3498
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3503
  "工作。有关更多详细信息, 请在此处检查步骤 4 < ref = \" %s\" target = \"_ black"
3504
  "\" > </a>"
3505
 
3506
+ #: super_socializer.php:3223
3507
  #, php-format
3508
  msgid ""
3509
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3514
  "替换为您的LinkedIn应用设置 %s 。有关详细信息,请<a href=\"%s\" target="
3515
  "\"_blank\">在此处</a>查看第 6 步"
3516
 
3517
+ #: super_socializer.php:3223 super_socializer.php:3250
3518
  msgid "Dismiss"
3519
  msgstr ""
3520
 
3521
+ #: super_socializer.php:3509
3522
  msgid ""
3523
  "Your browser is blocking some features of this website. Please follow the "
3524
  "instructions at {support_url} to unblock these."
3526
  "您的浏览器正在阻止此网站的某些功能。请按照 {支持 _ url} 中的说明取消阻止这些"
3527
  "操作。"
3528
 
3529
+ #~ msgid ""
3530
+ #~ "User will be redirected to the selected page after registration (first "
3531
+ #~ "Social Login) through Social Login"
3532
+ #~ msgstr ""
3533
+ #~ "注册之后,通过社会登录(第一个社交登录)后,用户将被重定向到所选择的页面"
3534
+
3535
+ #, fuzzy
3536
+ #~ msgid "Youtube username"
3537
+ #~ msgstr "Bit.ly 帳號"
3538
+
3539
  #~ msgid "Social Login not working with Varnish enabled"
3540
  #~ msgstr "启用\"清漆\"的社交登录"
3541
 
3880
  #~ msgid "Super Socializer - Social Avatar"
3881
  #~ msgstr "Super Socializer -社会化头像"
3882
 
 
 
 
3883
  #~ msgid "Password: %s"
3884
  #~ msgstr "密码:%s"
3885
 
languages/super-socializer.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-04-07 16:47+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
@@ -20,8 +20,8 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:1983
24
- #: admin/social_sharing.php:5 admin/social_sharing.php:1960
25
  #, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
@@ -31,7 +31,7 @@ msgid ""
31
  msgstr ""
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
- #: super_socializer.php:2417
35
  #, fuzzy
36
  msgid "General Options"
37
  msgstr "Opções Gerais"
@@ -89,21 +89,21 @@ msgstr ""
89
  "style&gt; )"
90
 
91
  #: admin/general_options.php:89 admin/like_buttons.php:781
92
- #: admin/social_commenting.php:401 admin/social_login.php:1979
93
- #: admin/social_sharing.php:1956 helper.php:922
94
  #, fuzzy
95
  msgid "Save Changes"
96
  msgstr "Salvar Alterações"
97
 
98
  #: admin/general_options.php:103 admin/like_buttons.php:791
99
- #: admin/social_commenting.php:411 admin/social_login.php:1989
100
- #: admin/social_sharing.php:1966
101
  msgid "Instagram Shoutout"
102
  msgstr ""
103
 
104
  #: admin/general_options.php:105 admin/like_buttons.php:793
105
- #: admin/social_commenting.php:413 admin/social_login.php:1991
106
- #: admin/social_sharing.php:1968
107
  msgid ""
108
  "If you can send (to hello@heateor.com) how this plugin is helping your "
109
  "business, we would be glad to shoutout on Instagram. You can also send any "
@@ -237,7 +237,7 @@ msgid "Floating Interface"
237
  msgstr "Interface Flutuante"
238
 
239
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
240
- #: admin/social_sharing.php:1603
241
  #, fuzzy
242
  msgid "Miscellaneous"
243
  msgstr "Miscelânia"
@@ -247,17 +247,17 @@ msgid "3rd Party Integration"
247
  msgstr ""
248
 
249
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
250
- #: admin/social_login.php:45 admin/social_login.php:1946
251
- #: admin/social_sharing.php:59 admin/social_sharing.php:1880
252
- #: admin/social_sharing.php:1882
253
  #, fuzzy
254
  msgid "Shortcode & Widget"
255
  msgstr "Shortcode & Widget"
256
 
257
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
258
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
259
- #: admin/social_login.php:46 admin/social_login.php:1960
260
- #: admin/social_sharing.php:61 admin/social_sharing.php:1913
261
  #, fuzzy
262
  msgid "FAQ"
263
  msgstr "P&R"
@@ -285,14 +285,14 @@ msgstr "Url Destino"
285
 
286
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
287
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
288
- #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:609 inc/widget.php:758
289
  #, fuzzy
290
  msgid "Url of the webpage where icons are located (default)"
291
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
292
 
293
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
294
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
295
- #: inc/widget.php:264 inc/widget.php:444 inc/widget.php:610 inc/widget.php:759
296
  #, fuzzy
297
  msgid "Url of the homepage of your website"
298
  msgstr "Url da homepage do seu website"
@@ -310,7 +310,7 @@ msgstr ""
310
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
311
 
312
  #: admin/like_buttons.php:105 admin/social_login.php:1231
313
- #: admin/social_login.php:1607 admin/social_sharing.php:717 inc/widget.php:1035
314
  #, fuzzy
315
  msgid "Title"
316
  msgstr "Título"
@@ -331,28 +331,30 @@ msgid "Select the providers for interface. Drag them to rearrange."
331
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
332
 
333
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
334
- #: admin/social_sharing.php:928 admin/social_sharing.php:1326
335
  #, fuzzy
336
  msgid "Horizontal alignment"
337
  msgstr "Alinhamento horizonal"
338
 
339
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
340
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
341
- #: admin/social_sharing.php:932 admin/social_sharing.php:1330
342
- #: inc/widget.php:452 inc/widget.php:765 inc/widget.php:1059
 
343
  #, fuzzy
344
  msgid "Left"
345
  msgstr "Esquerda"
346
 
347
- #: admin/like_buttons.php:178 admin/social_sharing.php:933
348
  #, fuzzy
349
  msgid "Center"
350
  msgstr "Centro"
351
 
352
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
353
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
354
- #: admin/social_sharing.php:934 admin/social_sharing.php:1331
355
- #: inc/widget.php:453 inc/widget.php:766 inc/widget.php:1066
 
356
  #, fuzzy
357
  msgid "Right"
358
  msgstr "Direita"
@@ -389,36 +391,36 @@ msgstr "Localização da interface"
389
 
390
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
391
  #: admin/social_login.php:1548 admin/social_login.php:1577
392
- #: admin/social_sharing.php:973 admin/social_sharing.php:1405
393
  #, fuzzy
394
  msgid "Homepage"
395
  msgstr "Homepage"
396
 
397
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
398
- #: admin/social_sharing.php:975 admin/social_sharing.php:1407
399
  #, fuzzy
400
  msgid "Posts"
401
  msgstr "Posts"
402
 
403
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
404
- #: admin/social_sharing.php:977 admin/social_sharing.php:1409
405
  #, fuzzy
406
  msgid "Pages"
407
  msgstr "Páginas"
408
 
409
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
410
- #: admin/social_sharing.php:979 admin/social_sharing.php:1411
411
  msgid "Excerpts and Posts page"
412
  msgstr ""
413
 
414
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
415
- #: admin/social_sharing.php:981 admin/social_sharing.php:1413
416
  #, fuzzy
417
  msgid "Category Archives"
418
  msgstr "Arquivos de Categorias"
419
 
420
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
421
- #: admin/social_sharing.php:983 admin/social_sharing.php:1415
422
  #, fuzzy
423
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
424
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
@@ -434,13 +436,13 @@ msgid "BuddyPress group (only at top of content)"
434
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
435
 
436
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
437
- #: admin/social_sharing.php:1007 admin/social_sharing.php:1437
438
  #, fuzzy
439
  msgid "BBPress forum"
440
  msgstr "Forum BBPress"
441
 
442
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
443
- #: admin/social_sharing.php:1010 admin/social_sharing.php:1440
444
  #, fuzzy
445
  msgid "BBPress topic"
446
  msgstr "Tópico BBPress"
@@ -486,8 +488,8 @@ msgid "Master control to enable vertical (floating) counter widget"
486
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
487
 
488
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
489
- #: admin/social_sharing.php:586 admin/social_sharing.php:1309
490
- #: inc/widget.php:466 inc/widget.php:779
491
  #, fuzzy
492
  msgid "Background Color"
493
  msgstr "Cor de Fundo"
@@ -505,7 +507,7 @@ msgstr ""
505
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
506
  "target=\\\"_blank\\\">neste link</a>"
507
 
508
- #: admin/like_buttons.php:436 admin/social_sharing.php:1347
509
  #, fuzzy
510
  msgid "Left offset"
511
  msgstr "Ajuste à esquerda"
@@ -520,7 +522,7 @@ msgstr ""
520
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
521
  "negativos também."
522
 
523
- #: admin/like_buttons.php:455 admin/social_sharing.php:1366
524
  #, fuzzy
525
  msgid "Right offset"
526
  msgstr "Ajuste à direita"
@@ -535,7 +537,7 @@ msgstr ""
535
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
536
  "negativos também."
537
 
538
- #: admin/like_buttons.php:473 admin/social_sharing.php:1384
539
  #, fuzzy
540
  msgid "Top offset"
541
  msgstr "Ajuste acima"
@@ -549,7 +551,7 @@ msgstr ""
549
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
550
  "e decrementos deslocam para cima."
551
 
552
- #: admin/like_buttons.php:518 admin/social_sharing.php:1429
553
  #, fuzzy
554
  msgid "BuddyPress group"
555
  msgstr "Grupo BuddyPress"
@@ -570,7 +572,7 @@ msgid "If enabled, vertical like buttons will not appear on mobile devices"
570
  msgstr ""
571
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
572
 
573
- #: admin/like_buttons.php:574 admin/social_sharing.php:1626
574
  #, fuzzy
575
  msgid "Url shortener"
576
  msgstr "Encurtador de Url"
@@ -594,17 +596,17 @@ msgstr ""
594
  msgid "Enable bit.ly url shortener for tweet button"
595
  msgstr "Habilitar bit.ly url shortener para botões tweet"
596
 
597
- #: admin/like_buttons.php:606 admin/social_sharing.php:1658
598
  #, fuzzy
599
  msgid "Master control to enable bit.ly url shortening for sharing"
600
  msgstr ""
601
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
602
 
603
- #: admin/like_buttons.php:613 admin/social_sharing.php:1665
604
  msgid "Bit.ly generic access token"
605
  msgstr ""
606
 
607
- #: admin/like_buttons.php:623 admin/social_sharing.php:1675
608
  #, php-format
609
  msgid ""
610
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
@@ -613,17 +615,17 @@ msgid ""
613
  "\">link</a>"
614
  msgstr ""
615
 
616
- #: admin/like_buttons.php:630 admin/social_sharing.php:1682
617
  #, fuzzy
618
  msgid "Clear Bitly Cache"
619
  msgstr "Limpar o Cache Bitly"
620
 
621
- #: admin/like_buttons.php:634 admin/social_sharing.php:1686
622
  #, fuzzy
623
  msgid "ShortUrl cache cleared successfully."
624
  msgstr "Cache ShortUrl limpo com sucesso."
625
 
626
- #: admin/like_buttons.php:641 admin/social_sharing.php:1693
627
  #, fuzzy
628
  msgid ""
629
  "Use this to delete short urls saved in database. Handy, if urls of your "
@@ -635,8 +637,8 @@ msgstr ""
635
  "geradas para suas urls antigas."
636
 
637
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
638
- #: admin/social_commenting.php:304 admin/social_sharing.php:1755
639
- #: admin/social_sharing.php:1760
640
  #, fuzzy
641
  msgid "Language"
642
  msgstr "Languagem"
@@ -686,11 +688,11 @@ msgstr ""
686
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
687
  "nenhum username."
688
 
689
- #: admin/like_buttons.php:726 admin/social_sharing.php:1855
690
  msgid "myCRED"
691
  msgstr ""
692
 
693
- #: admin/like_buttons.php:731 admin/social_sharing.php:1860
694
  msgid "Append myCRED referral ID to the urls being shared"
695
  msgstr ""
696
 
@@ -699,20 +701,20 @@ msgstr ""
699
  msgid "Like Buttons Shortcode & Widget"
700
  msgstr "Botões Like Shortcode & Widget"
701
 
702
- #: admin/like_buttons.php:766 admin/social_sharing.php:1943
703
  msgid "Why is there so much space between like buttons?"
704
  msgstr ""
705
 
706
- #: admin/like_buttons.php:767 admin/social_sharing.php:1944
707
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
708
  msgstr ""
709
 
710
- #: admin/like_buttons.php:768 admin/social_sharing.php:1928
711
  msgid "How to Place Title and Social Share Icons in the Same Row?"
712
  msgstr ""
713
 
714
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
715
- #: admin/social_login.php:1968 admin/social_sharing.php:1945
716
  #, fuzzy
717
  msgid "More"
718
  msgstr ""
@@ -963,8 +965,8 @@ msgstr ""
963
  msgid "Social Commenting Shortcode"
964
  msgstr "Shortcode em Comentário Social"
965
 
966
- #: admin/social_commenting.php:386 admin/social_login.php:1962
967
- #: admin/social_sharing.php:1915
968
  msgid ""
969
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
970
  "an online website for the plugin to function properly."
@@ -981,8 +983,8 @@ msgid ""
981
  "Https?"
982
  msgstr ""
983
 
984
- #: admin/social_commenting.php:389 admin/social_login.php:1967
985
- #: admin/social_sharing.php:1930
986
  msgid "Why is my browser blocking some features of the plugin?"
987
  msgstr ""
988
 
@@ -1021,12 +1023,12 @@ msgstr "Configuração Básica"
1021
  msgid "Advanced Configuration"
1022
  msgstr ""
1023
 
1024
- #: admin/social_login.php:41 admin/social_login.php:1746
1025
- #: super_socializer.php:2485
1026
  msgid "GDPR"
1027
  msgstr ""
1028
 
1029
- #: admin/social_login.php:43 admin/social_login.php:1897
1030
  msgid "XProfile Integration"
1031
  msgstr ""
1032
 
@@ -2013,7 +2015,7 @@ msgstr ""
2013
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2014
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2015
 
2016
- #: admin/social_login.php:1490 super_socializer.php:2091
2017
  #, fuzzy
2018
  msgid "Email required"
2019
  msgstr "Necessário email"
@@ -2075,7 +2077,7 @@ msgid "BuddyPress profile page"
2075
  msgstr "Página de perfil BuddyPress"
2076
 
2077
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2078
- #: inc/widget.php:446 inc/widget.php:611 inc/widget.php:760
2079
  #, fuzzy
2080
  msgid "Custom Url"
2081
  msgstr "Url Personalizada"
@@ -2096,29 +2098,46 @@ msgstr "Redirecionamento de registro"
2096
  msgid "Same page from where user registered"
2097
  msgstr "Mesma página de onde o usuário se registrou"
2098
 
2099
- #: admin/social_login.php:1593
2100
- #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2101
  msgid ""
2102
- "User will be redirected to the selected page after registration (first "
2103
- "Social Login) through Social Login"
2104
  msgstr ""
2105
- "O usuário será redirecionado para a página selecionada após o registro "
2106
- "(primeira Autenticação Social) através da Autenticação Social"
2107
 
2108
- #: admin/social_login.php:1602
2109
  msgid "Social Account Linking Options"
2110
  msgstr ""
2111
 
2112
- #: admin/social_login.php:1617
2113
  msgid "Text to display above the Social Account Linking interface"
2114
  msgstr ""
2115
 
2116
- #: admin/social_login.php:1624
2117
  msgid ""
2118
  "Link social account to already existing account, if email address matches"
2119
  msgstr ""
2120
 
2121
- #: admin/social_login.php:1634
2122
  msgid ""
2123
  "If email address of the user's Social Account matches with an already "
2124
  "existing account at your website, that social account will be linked to "
@@ -2126,12 +2145,12 @@ msgid ""
2126
  "Linking interface at their profile page."
2127
  msgstr ""
2128
 
2129
- #: admin/social_login.php:1642
2130
  #, fuzzy
2131
  msgid "Enable social account linking at BuddyPress profile page"
2132
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2133
 
2134
- #: admin/social_login.php:1652
2135
  #, fuzzy
2136
  msgid ""
2137
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2140,17 +2159,17 @@ msgstr ""
2140
  "Habilitar estar opção para exibir a conta social associada a página de "
2141
  "interface de perfil do BuddyPress"
2142
 
2143
- #: admin/social_login.php:1663
2144
  #, fuzzy
2145
  msgid "Email popup options"
2146
  msgstr "Opções de popup de email"
2147
 
2148
- #: admin/social_login.php:1668
2149
  #, fuzzy
2150
  msgid "Text on 'Email required' popup"
2151
  msgstr "Texto popup de 'Email requerido'"
2152
 
2153
- #: admin/social_login.php:1678
2154
  #, fuzzy
2155
  msgid ""
2156
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2159,12 +2178,12 @@ msgstr ""
2159
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2160
  "o email não for requerido."
2161
 
2162
- #: admin/social_login.php:1686
2163
  #, fuzzy
2164
  msgid "Error message for 'Email required' popup"
2165
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2166
 
2167
- #: admin/social_login.php:1696
2168
  #, fuzzy
2169
  msgid ""
2170
  "This message will be displayed to user if it provides invalid or already "
@@ -2173,12 +2192,12 @@ msgstr ""
2173
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2174
  "ou já registrado"
2175
 
2176
- #: admin/social_login.php:1704
2177
  #, fuzzy
2178
  msgid "Email popup height"
2179
  msgstr "Altura do popup de email"
2180
 
2181
- #: admin/social_login.php:1714
2182
  #, fuzzy
2183
  msgid ""
2184
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2189,12 +2208,12 @@ msgstr ""
2189
  "requirido\\\", você pode incrementar a altura do popup através de "
2190
  "especificação nesta opção. Deixe vazio para padrão."
2191
 
2192
- #: admin/social_login.php:1721
2193
  #, fuzzy
2194
  msgid "Enable email verification"
2195
  msgstr "Habilitar verificação de email"
2196
 
2197
- #: admin/social_login.php:1731
2198
  #, fuzzy
2199
  msgid ""
2200
  "If enabled, email provided by the user will be verified by sending a "
@@ -2205,92 +2224,92 @@ msgstr ""
2205
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2206
  "antes de validar seu email"
2207
 
2208
- #: admin/social_login.php:1751
2209
  msgid "Enable GDPR opt-in"
2210
  msgstr ""
2211
 
2212
- #: admin/social_login.php:1761
2213
  msgid ""
2214
  "Enable it to show GDPR opt-in for social login and social account linking"
2215
  msgstr ""
2216
 
2217
- #: admin/social_login.php:1769
2218
  msgid "Placement of GDPR opt-in"
2219
  msgstr ""
2220
 
2221
- #: admin/social_login.php:1773
2222
  msgid "Above Social Login icons"
2223
  msgstr ""
2224
 
2225
- #: admin/social_login.php:1775
2226
  msgid "Below Social Login icons"
2227
  msgstr ""
2228
 
2229
- #: admin/social_login.php:1781
2230
  msgid "Placement of GDPR opt-in above or below the social login icons"
2231
  msgstr ""
2232
 
2233
- #: admin/social_login.php:1788
2234
  msgid "Opt-in text"
2235
  msgstr ""
2236
 
2237
- #: admin/social_login.php:1798
2238
  msgid "Text for the GDPR opt-in"
2239
  msgstr ""
2240
 
2241
- #: admin/social_login.php:1805
2242
  msgid "Text to link to Terms-Conditions page"
2243
  msgstr ""
2244
 
2245
- #: admin/social_login.php:1815
2246
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2247
  msgstr ""
2248
 
2249
- #: admin/social_login.php:1822
2250
  msgid "Terms-Conditions Url"
2251
  msgstr ""
2252
 
2253
- #: admin/social_login.php:1832
2254
  msgid "Url of the terms-conditions page of your website"
2255
  msgstr ""
2256
 
2257
- #: admin/social_login.php:1839
2258
  msgid "Text to link to Privacy Policy page"
2259
  msgstr ""
2260
 
2261
- #: admin/social_login.php:1849
2262
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2263
  msgstr ""
2264
 
2265
- #: admin/social_login.php:1856
2266
  msgid "Privacy Policy Url"
2267
  msgstr ""
2268
 
2269
- #: admin/social_login.php:1866
2270
  msgid "Url of the privacy policy page of your website"
2271
  msgstr ""
2272
 
2273
- #: admin/social_login.php:1917 inc/widget.php:262 inc/widget.php:441
2274
- #: inc/widget.php:608 inc/widget.php:757
2275
  #, fuzzy
2276
  msgid "Select"
2277
  msgstr "Selecione"
2278
 
2279
- #: admin/social_login.php:1948
2280
  #, fuzzy
2281
  msgid "Social Login Shortcode & Widget"
2282
  msgstr "Autenticação Social Shortcode & Widget"
2283
 
2284
- #: admin/social_login.php:1949
2285
  #, fuzzy
2286
  msgid "Social Linking Shortcode"
2287
  msgstr "Shortcode de associação Social"
2288
 
2289
- #: admin/social_login.php:1964
2290
  msgid "Why is social login not working?"
2291
  msgstr ""
2292
 
2293
- #: admin/social_login.php:1965
2294
  msgid ""
2295
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2296
  "belong to the same app"
@@ -2341,13 +2360,13 @@ msgid "Shape"
2341
  msgstr "Forma"
2342
 
2343
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2344
- #: inc/widget.php:1095
2345
  #, fuzzy
2346
  msgid "Round"
2347
  msgstr "Arredondada"
2348
 
2349
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2350
- #: inc/widget.php:1096
2351
  #, fuzzy
2352
  msgid "Square"
2353
  msgstr "Quadrada"
@@ -2558,53 +2577,51 @@ msgid ""
2558
  "the icon"
2559
  msgstr ""
2560
 
2561
- #: admin/social_sharing.php:775
2562
- msgid "Youtube username"
2563
  msgstr ""
2564
 
2565
- #: admin/social_sharing.php:785
2566
- msgid ""
2567
- "Username of the Youtube account you want to redirect users to, on clicking "
2568
- "the icon"
2569
  msgstr ""
2570
 
2571
- #: admin/social_sharing.php:794 admin/social_sharing.php:1182
2572
  msgid "HTML ID of container element of comment form"
2573
  msgstr ""
2574
 
2575
- #: admin/social_sharing.php:804 admin/social_sharing.php:1192
2576
  msgid ""
2577
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2578
  "icon."
2579
  msgstr ""
2580
 
2581
- #: admin/social_sharing.php:817 admin/social_sharing.php:1200
2582
  #, fuzzy
2583
  msgid "Rearrange icons"
2584
  msgstr "Rearranjar ícones"
2585
 
2586
- #: admin/social_sharing.php:878 admin/social_sharing.php:1259
2587
  #, fuzzy
2588
  msgid "Drag the icons to rearrange in desired order"
2589
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2590
 
2591
- #: admin/social_sharing.php:885 admin/social_sharing.php:1266
2592
  #, fuzzy
2593
  msgid "Select Sharing Services"
2594
  msgstr "Selecione os Serviços Compartilhados"
2595
 
2596
- #: admin/social_sharing.php:892 admin/social_sharing.php:1273
2597
  #, fuzzy
2598
  msgid "Select sharing services to show in social share bar"
2599
  msgstr ""
2600
  "Selecione os serviços compartilhados para exibir na barra de "
2601
  "compartilhamento social"
2602
 
2603
- #: admin/social_sharing.php:910 admin/social_sharing.php:1291
2604
  msgid "Search social network"
2605
  msgstr ""
2606
 
2607
- #: admin/social_sharing.php:942 admin/social_sharing.php:1339
2608
  #, fuzzy
2609
  msgid "Horizontal alignment of the sharing interface"
2610
  msgstr "Alinhamento horizontal da interface de compartilhamento"
@@ -2615,7 +2632,7 @@ msgid "Specify position of the sharing interface with respect to the content"
2615
  msgstr ""
2616
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2617
 
2618
- #: admin/social_sharing.php:969 admin/social_sharing.php:1401
2619
  #, fuzzy
2620
  msgid "Placement"
2621
  msgstr "Localização"
@@ -2627,18 +2644,18 @@ msgstr ""
2627
  "Especifique as páginas onde você deseja habilitar a interface de "
2628
  "compartilhamento"
2629
 
2630
- #: admin/social_sharing.php:1044 admin/social_sharing.php:1457
2631
  #, fuzzy
2632
  msgid "Show share counts"
2633
  msgstr "Exibir contadores de compartilhamento"
2634
 
2635
- #: admin/social_sharing.php:1049 admin/social_sharing.php:1462
2636
  msgid ""
2637
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2638
  "Odnoklassniki, Fintel and Vkontakte"
2639
  msgstr ""
2640
 
2641
- #: admin/social_sharing.php:1050 admin/social_sharing.php:1463
2642
  #, php-format
2643
  msgid ""
2644
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
@@ -2647,36 +2664,36 @@ msgid ""
2647
  "their website."
2648
  msgstr ""
2649
 
2650
- #: admin/social_sharing.php:1057 admin/social_sharing.php:1470
2651
  #, fuzzy
2652
  msgid "If enabled, share counts are displayed above sharing icons."
2653
  msgstr ""
2654
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2655
  "ícones de compartilhamento."
2656
 
2657
- #: admin/social_sharing.php:1065 admin/social_sharing.php:1478
2658
- #: admin/social_sharing.php:1702
2659
  msgid "Track Social Shares for Every Social Network"
2660
  msgstr ""
2661
 
2662
- #: admin/social_sharing.php:1071 admin/social_sharing.php:1484
2663
  #, fuzzy
2664
  msgid "Show total shares"
2665
  msgstr "Exibe total de compartilhamentos"
2666
 
2667
- #: admin/social_sharing.php:1081 admin/social_sharing.php:1494
2668
  #, fuzzy
2669
  msgid "If enabled, total shares will be displayed with sharing icons"
2670
  msgstr ""
2671
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2672
  "de compartilhamento"
2673
 
2674
- #: admin/social_sharing.php:1089 admin/social_sharing.php:1502
2675
  #, fuzzy
2676
  msgid "Enable 'More' icon"
2677
  msgstr "Habilitar 'Mais' ícones"
2678
 
2679
- #: admin/social_sharing.php:1099 admin/social_sharing.php:1512
2680
  #, fuzzy
2681
  msgid ""
2682
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
@@ -2701,7 +2718,7 @@ msgstr "Habilita interface de compartilhamento flutuante"
2701
  msgid "Master control to enable floating sharing widget"
2702
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2703
 
2704
- #: admin/social_sharing.php:1319
2705
  #, fuzzy
2706
  msgid ""
2707
  "Specify the color or hex code (example #cc78e0) for the background of "
@@ -2714,7 +2731,7 @@ msgstr ""
2714
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2715
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2716
 
2717
- #: admin/social_sharing.php:1357
2718
  #, fuzzy
2719
  msgid ""
2720
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2725,7 +2742,7 @@ msgstr ""
2725
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2726
  "negativos."
2727
 
2728
- #: admin/social_sharing.php:1376
2729
  #, fuzzy
2730
  msgid ""
2731
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2736,7 +2753,7 @@ msgstr ""
2736
  "interface de compartilhamento para a direita. Os números podem também ser "
2737
  "negativos."
2738
 
2739
- #: admin/social_sharing.php:1394
2740
  #, fuzzy
2741
  msgid ""
2742
  "Specify a number. Increase in number will shift sharing interface towards "
@@ -2746,33 +2763,33 @@ msgstr ""
2746
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2747
  "interface de compartilhamento para cima."
2748
 
2749
- #: admin/social_sharing.php:1450
2750
  #, fuzzy
2751
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2752
  msgstr ""
2753
  "Especifique as páginas onde você deseja habilitar a interface de "
2754
  "compartilhamento vertical"
2755
 
2756
- #: admin/social_sharing.php:1519
2757
  msgid "Hide floating slider"
2758
  msgstr ""
2759
 
2760
- #: admin/social_sharing.php:1529
2761
  msgid "Hides the slider arrow present below the floating share bar"
2762
  msgstr ""
2763
 
2764
- #: admin/social_sharing.php:1536
2765
  #, fuzzy
2766
  msgid "Vertical floating bar responsiveness"
2767
  msgstr "Sensibilidade da barra flutuante vertical"
2768
 
2769
- #: admin/social_sharing.php:1539 inc/widget.php:1074
2770
  #, fuzzy, php-format
2771
  msgid "Display vertical interface only when screen is wider than %s pixels"
2772
  msgstr ""
2773
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2774
 
2775
- #: admin/social_sharing.php:1546
2776
  #, fuzzy
2777
  msgid ""
2778
  "Display vertical interface only when screen is wider than the width "
@@ -2781,12 +2798,12 @@ msgstr ""
2781
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2782
  "especificada."
2783
 
2784
- #: admin/social_sharing.php:1553
2785
  #, fuzzy
2786
  msgid "Horizontal floating bar responsiveness"
2787
  msgstr "Sensibilidade da barra flutuante horizontal"
2788
 
2789
- #: admin/social_sharing.php:1556 inc/widget.php:1078
2790
  #, fuzzy, php-format
2791
  msgid ""
2792
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2795,7 +2812,7 @@ msgstr ""
2795
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2796
  "quando a tela é mais estreita do que %s pixels"
2797
 
2798
- #: admin/social_sharing.php:1563
2799
  #, fuzzy
2800
  msgid ""
2801
  "Stick vertical floating interface horizontally at bottom only when screen is "
@@ -2804,79 +2821,79 @@ msgstr ""
2804
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2805
  "quando a tela é mais estreita do que a largura especificada"
2806
 
2807
- #: admin/social_sharing.php:1572
2808
  #, fuzzy
2809
  msgid "Horizontal floating bar position"
2810
  msgstr "Posição da barra de flutuação horizontal"
2811
 
2812
- #: admin/social_sharing.php:1575 inc/widget.php:1084
2813
  #, fuzzy, php-format
2814
  msgid "%s pixels from %s"
2815
  msgstr "%s pixels de %s"
2816
 
2817
- #: admin/social_sharing.php:1576
2818
  msgid "Auto-adjust according to screen width (responsive)"
2819
  msgstr ""
2820
 
2821
- #: admin/social_sharing.php:1583
2822
  #, fuzzy
2823
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2824
  msgstr ""
2825
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2826
  "também."
2827
 
2828
- #: admin/social_sharing.php:1608
2829
  msgid "Use plain background for Instagram icon"
2830
  msgstr ""
2831
 
2832
- #: admin/social_sharing.php:1618
2833
  msgid ""
2834
  "Uses plain background for Instagram icon instead of multicolored background"
2835
  msgstr ""
2836
 
2837
- #: admin/social_sharing.php:1631
2838
  #, fuzzy
2839
  msgid "Use shortlinks already installed"
2840
  msgstr "Use shortlinks já instalados"
2841
 
2842
- #: admin/social_sharing.php:1641
2843
  #, fuzzy
2844
  msgid "Uses default short url permalinks without using any additional plugin"
2845
  msgstr ""
2846
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2847
 
2848
- #: admin/social_sharing.php:1648
2849
  #, fuzzy
2850
  msgid "Enable bit.ly url shortener for sharing"
2851
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2852
 
2853
- #: admin/social_sharing.php:1707
2854
  #, fuzzy
2855
  msgid "Share Count Cache"
2856
  msgstr "Cache de Contador de Compartilhamento"
2857
 
2858
- #: admin/social_sharing.php:1712
2859
  #, fuzzy
2860
  msgid "Refresh Share Count cache every"
2861
  msgstr "Atualizar o contador de compartilhamento a cada"
2862
 
2863
- #: admin/social_sharing.php:1717
2864
  msgid "Second(s)"
2865
  msgstr ""
2866
 
2867
- #: admin/social_sharing.php:1718
2868
  msgid "Minute(s)"
2869
  msgstr ""
2870
 
2871
- #: admin/social_sharing.php:1719
2872
  msgid "Hour(s)"
2873
  msgstr ""
2874
 
2875
- #: admin/social_sharing.php:1720
2876
  msgid "Day(s)"
2877
  msgstr ""
2878
 
2879
- #: admin/social_sharing.php:1728
2880
  #, php-format
2881
  msgid ""
2882
  "Frequent cache refreshing results in slower loading of pages with share "
@@ -2884,22 +2901,22 @@ msgid ""
2884
  "target=\"_blank\">here</a>"
2885
  msgstr ""
2886
 
2887
- #: admin/social_sharing.php:1735
2888
  #, fuzzy
2889
  msgid "Clear Share Counts Cache"
2890
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2891
 
2892
- #: admin/social_sharing.php:1739
2893
  #, fuzzy
2894
  msgid "Share Counts cache cleared successfully."
2895
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2896
 
2897
- #: admin/social_sharing.php:1746
2898
  #, fuzzy
2899
  msgid "Use this to clear cached share counts"
2900
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2901
 
2902
- #: admin/social_sharing.php:1770
2903
  #, fuzzy, php-format
2904
  msgid ""
2905
  "Enter the code of the language you want to use for like buttons. You can "
@@ -2910,17 +2927,17 @@ msgstr ""
2910
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2911
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2912
 
2913
- #: admin/social_sharing.php:1779
2914
  #, fuzzy
2915
  msgid "Username in sharing"
2916
  msgstr "Username no compartilhamento"
2917
 
2918
- #: admin/social_sharing.php:1784
2919
  #, fuzzy
2920
  msgid "Twitter username (without @)"
2921
  msgstr "Username do Twitter (sem @)"
2922
 
2923
- #: admin/social_sharing.php:1794 admin/social_sharing.php:1812
2924
  #, fuzzy
2925
  msgid ""
2926
  "Provided username will be appended after the content being shared as \"via "
@@ -2931,46 +2948,46 @@ msgstr ""
2931
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2932
  "no conteúdo sendo compartilhado."
2933
 
2934
- #: admin/social_sharing.php:1802
2935
  #, fuzzy
2936
  msgid "Buffer username (without @)"
2937
  msgstr "Username do Buffer (sem @)"
2938
 
2939
- #: admin/social_sharing.php:1821
2940
  msgid "AMP"
2941
  msgstr ""
2942
 
2943
- #: admin/social_sharing.php:1826
2944
  msgid "Enable sharing on AMP pages"
2945
  msgstr ""
2946
 
2947
- #: admin/social_sharing.php:1836
2948
  msgid "Enable this option to render sharing icons on AMP pages"
2949
  msgstr ""
2950
 
2951
- #: admin/social_sharing.php:1893
2952
  #, fuzzy
2953
  msgid "Facebook Sharing Troubleshooter"
2954
  msgstr "Solução de problema no compartilhamento com o Facebook"
2955
 
2956
- #: admin/social_sharing.php:1898
2957
  msgid ""
2958
  "If Facebook sharing is not working fine, click at the following link and "
2959
  "enter the problematic url (where Facebook sharing is not working properly) "
2960
  "of your website in the text field. Click \"Debug\" button."
2961
  msgstr ""
2962
 
2963
- #: admin/social_sharing.php:1916
2964
  msgid ""
2965
  "Why is sharer not showing the correct image, title and other meta tags "
2966
  "content?"
2967
  msgstr ""
2968
 
2969
- #: admin/social_sharing.php:1917
2970
  msgid "Why is Facebook share count not working?"
2971
  msgstr ""
2972
 
2973
- #: admin/social_sharing.php:1918 super_socializer.php:3241
2974
  #, php-format
2975
  msgid ""
2976
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -2979,11 +2996,11 @@ msgid ""
2979
  "not just for Facebook but for all the social networks"
2980
  msgstr ""
2981
 
2982
- #: admin/social_sharing.php:1920
2983
  msgid "Why is Instagram icon redirecting to Instagram website?"
2984
  msgstr ""
2985
 
2986
- #: admin/social_sharing.php:1921
2987
  msgid ""
2988
  "Instagram icon is there to send website visitors to the Instagram page of "
2989
  "your choice. You can save the desired Instagram handle in \"Instagram "
@@ -2991,36 +3008,36 @@ msgid ""
2991
  "sections."
2992
  msgstr ""
2993
 
2994
- #: admin/social_sharing.php:1924
2995
  msgid "How to customize the url being shared?"
2996
  msgstr ""
2997
 
2998
- #: admin/social_sharing.php:1925
2999
  msgid ""
3000
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3001
  msgstr ""
3002
 
3003
- #: admin/social_sharing.php:1926
3004
  msgid ""
3005
  "It takes some time for their service to track the shares made on Twitter "
3006
  "from your website. If you still feel it's taking too long you can contact "
3007
  "their support directly from their website."
3008
  msgstr ""
3009
 
3010
- #: admin/social_sharing.php:1929
3011
  msgid ""
3012
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3013
  msgstr ""
3014
 
3015
- #: admin/social_sharing.php:1931
3016
  msgid "Why the color of share icons is not being updated?"
3017
  msgstr ""
3018
 
3019
- #: admin/social_sharing.php:1932
3020
  msgid "Why Facebook share counts are not appearing?"
3021
  msgstr ""
3022
 
3023
- #: admin/social_sharing.php:1933
3024
  #, fuzzy
3025
  msgid ""
3026
  "How can I show share counts of my website rather than of individual pages/"
@@ -3029,52 +3046,52 @@ msgstr ""
3029
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3030
  "das páginas/posts individuais?"
3031
 
3032
- #: admin/social_sharing.php:1934
3033
  #, fuzzy
3034
  msgid "How can I disable sharing on particular page/post?"
3035
  msgstr ""
3036
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3037
 
3038
- #: admin/social_sharing.php:1935
3039
  #, fuzzy
3040
  msgid "How can I specify minimum sharing count for sharing networks?"
3041
  msgstr ""
3042
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3043
  "sociais?"
3044
 
3045
- #: admin/social_sharing.php:1936
3046
  #, fuzzy
3047
  msgid "How to share specific page?"
3048
  msgstr "Como compartilhar página específica?"
3049
 
3050
- #: admin/social_sharing.php:1937
3051
  #, fuzzy
3052
  msgid "How to integrate Google Analytics with sharing?"
3053
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3054
 
3055
- #: admin/social_sharing.php:1938
3056
  #, fuzzy
3057
  msgid "How to customize the look of total share counts?"
3058
  msgstr ""
3059
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3060
 
3061
- #: admin/social_sharing.php:1939
3062
  #, fuzzy
3063
  msgid "How to customize the look of individual share counts?"
3064
  msgstr ""
3065
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3066
 
3067
- #: admin/social_sharing.php:1940
3068
  #, fuzzy
3069
  msgid "How to show Whatsapp icon only on mobile devices?"
3070
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3071
 
3072
- #: admin/social_sharing.php:1941
3073
  #, fuzzy
3074
  msgid "How to hide arrow after floating sharing bar?"
3075
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3076
 
3077
- #: admin/social_sharing.php:1942
3078
  msgid "Why is share count not getting updated?"
3079
  msgstr ""
3080
 
@@ -3176,12 +3193,12 @@ msgstr "Iniciando contagem compartilhada para "
3176
  msgid "Floating Sharing Interface"
3177
  msgstr "Interface de Compartilhamento Flutuante"
3178
 
3179
- #: helper.php:907 super_socializer.php:2501
3180
  #, fuzzy
3181
  msgid "Social Avatar"
3182
  msgstr "Avatar Social"
3183
 
3184
- #: helper.php:910 super_socializer.php:2512
3185
  #, fuzzy
3186
  msgid ""
3187
  "Do not fetch and update social avatar from my profile, next time I Social "
@@ -3190,39 +3207,39 @@ msgstr ""
3190
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3191
  "Autenticação Social"
3192
 
3193
- #: helper.php:911 super_socializer.php:2516
3194
  #, fuzzy
3195
  msgid "Update social avatar, next time I Social Login"
3196
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3197
 
3198
- #: helper.php:914
3199
  #, fuzzy
3200
  msgid "Small Avatar"
3201
  msgstr "Avatar Pequeno"
3202
 
3203
- #: helper.php:918
3204
  #, fuzzy
3205
  msgid "Large Avatar"
3206
  msgstr "Avatar Grande"
3207
 
3208
- #: helper.php:978 super_socializer.php:2069
3209
  #, fuzzy
3210
  msgid "Please verify your email address to login."
3211
  msgstr "Por favor verifique seu endereço de email no login."
3212
 
3213
- #: helper.php:1015
3214
  msgid "Click to delete social profile data"
3215
  msgstr ""
3216
 
3217
- #: helper.php:1044
3218
  msgid "Deleting"
3219
  msgstr ""
3220
 
3221
- #: helper.php:1054
3222
  msgid "Deleted"
3223
  msgstr ""
3224
 
3225
- #: helper.php:1056
3226
  msgid "Something bad happened"
3227
  msgstr ""
3228
 
@@ -3240,29 +3257,29 @@ msgstr ""
3240
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3241
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3242
 
3243
- #: inc/social_login.php:1035
3244
  #, fuzzy
3245
  msgid "Email"
3246
  msgstr "Opções de popup de email"
3247
 
3248
- #: inc/social_login.php:1036
3249
  msgid "Confirm email"
3250
  msgstr ""
3251
 
3252
- #: inc/social_login.php:1038
3253
  msgid "Save"
3254
  msgstr ""
3255
 
3256
- #: inc/social_login.php:1039
3257
  msgid "Cancel"
3258
  msgstr ""
3259
 
3260
- #: inc/social_login.php:1113
3261
  #, fuzzy
3262
  msgid "Email Verification"
3263
  msgstr "Habilitar verificação de email"
3264
 
3265
- #: inc/social_login.php:1115
3266
  msgid ""
3267
  "Please click on the following link or paste it in browser to verify your "
3268
  "email"
@@ -3283,24 +3300,24 @@ msgstr ""
3283
  msgid "Total Shares"
3284
  msgstr "Exibe total de compartilhamentos"
3285
 
3286
- #: inc/social_sharing.php:272 super_socializer.php:2179
3287
  #, fuzzy
3288
  msgid "Share"
3289
  msgstr "Posição do contador de compartilhamento"
3290
 
3291
- #: inc/social_sharing.php:272 super_socializer.php:2179
3292
  #, fuzzy
3293
  msgid "Shares"
3294
  msgstr ""
3295
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3296
  "de compartilhamento"
3297
 
3298
- #: inc/social_sharing.php:971 inc/social_sharing.php:1209
3299
  #, fuzzy
3300
  msgid "Invalid request"
3301
  msgstr "Requisição inválida"
3302
 
3303
- #: inc/social_sharing.php:978
3304
  #, fuzzy
3305
  msgid "Providers not selected"
3306
  msgstr "Provedor não selecionado"
@@ -3337,18 +3354,18 @@ msgstr ""
3337
  msgid "Title (after login):"
3338
  msgstr ""
3339
 
3340
- #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:614 inc/widget.php:1033
3341
  #, fuzzy
3342
  msgid "Before widget content:"
3343
  msgstr "Antes do conteúdo do widget:"
3344
 
3345
- #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:616 inc/widget.php:1179
3346
  #, fuzzy
3347
  msgid "After widget content:"
3348
  msgstr "Depois do conteúdo do widget:"
3349
 
3350
- #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:469 inc/widget.php:618
3351
- #: inc/widget.php:782
3352
  #, fuzzy
3353
  msgid "Hide for logged in users:"
3354
  msgstr "Escondido para usuários autenticados:"
@@ -3359,13 +3376,17 @@ msgid ""
3359
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
3360
  msgstr ""
3361
 
 
 
 
 
3362
  #: inc/widget.php:253
3363
  msgid ""
3364
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3365
  "Social Sharing\" page."
3366
  msgstr ""
3367
 
3368
- #: inc/widget.php:254 inc/widget.php:604
3369
  #, fuzzy
3370
  msgid "Title:"
3371
  msgstr "Título:"
@@ -3380,12 +3401,12 @@ msgstr "Exibir contadores individuais de compartilhamento:"
3380
  msgid "Show total shares:"
3381
  msgstr "Exibir compartilhamentos totais:"
3382
 
3383
- #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:606 inc/widget.php:755
3384
  #, fuzzy
3385
  msgid "Target Url:"
3386
  msgstr "Url de destino:"
3387
 
3388
- #: inc/widget.php:267 inc/widget.php:449 inc/widget.php:613 inc/widget.php:762
3389
  #, fuzzy
3390
  msgid "Custom URL"
3391
  msgstr "Url personalizada"
@@ -3402,249 +3423,249 @@ msgid ""
3402
  "Social Sharing\" page."
3403
  msgstr ""
3404
 
3405
- #: inc/widget.php:450 inc/widget.php:763
3406
  #, fuzzy
3407
  msgid "Alignment"
3408
  msgstr "Alinhamento"
3409
 
3410
- #: inc/widget.php:456 inc/widget.php:769
3411
  #, fuzzy
3412
  msgid "Left Offset"
3413
  msgstr "Ajuste à esquerda"
3414
 
3415
- #: inc/widget.php:460 inc/widget.php:773
3416
  #, fuzzy
3417
  msgid "Right Offset"
3418
  msgstr "Ajuste à direita"
3419
 
3420
- #: inc/widget.php:463 inc/widget.php:776
3421
  #, fuzzy
3422
  msgid "Top Offset"
3423
  msgstr "Ajuste à cima"
3424
 
3425
- #: inc/widget.php:488
3426
  msgid ""
3427
  "Standard like buttons widget. Let your website users share/like content on "
3428
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3429
  msgstr ""
3430
 
3431
- #: inc/widget.php:603
3432
  msgid ""
3433
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3434
  "Like Buttons\" page."
3435
  msgstr ""
3436
 
3437
- #: inc/widget.php:637
3438
  msgid ""
3439
  "Floating like buttons widget. Let your website users share/like content on "
3440
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3441
  msgstr ""
3442
 
3443
- #: inc/widget.php:754
3444
  msgid ""
3445
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3446
  "Like Buttons\" page."
3447
  msgstr ""
3448
 
3449
- #: inc/widget.php:798
3450
  msgid "Super Socializer - Follow Icons"
3451
  msgstr ""
3452
 
3453
- #: inc/widget.php:800
3454
  msgid "These icons link to your Social Media accounts"
3455
  msgstr ""
3456
 
3457
- #: inc/widget.php:1037
3458
  msgid "Type:"
3459
  msgstr ""
3460
 
3461
- #: inc/widget.php:1040
3462
  #, fuzzy
3463
  msgid "Standard"
3464
  msgstr "Opções de Interface Padrão"
3465
 
3466
- #: inc/widget.php:1043
3467
  #, fuzzy
3468
  msgid "Floating"
3469
  msgstr "Habilitar botões like flutuantes"
3470
 
3471
- #: inc/widget.php:1048
3472
  #, fuzzy
3473
  msgid "Top offset:"
3474
  msgstr "Ajuste acima"
3475
 
3476
- #: inc/widget.php:1052
3477
  #, fuzzy
3478
  msgid "Alignment:"
3479
  msgstr "Alinhamento"
3480
 
3481
- #: inc/widget.php:1070
3482
  msgid "Offset"
3483
  msgstr ""
3484
 
3485
- #: inc/widget.php:1084
3486
  #, fuzzy
3487
  msgid "right"
3488
  msgstr "Direita"
3489
 
3490
- #: inc/widget.php:1084
3491
  #, fuzzy
3492
  msgid "left"
3493
  msgstr "Esquerda"
3494
 
3495
- #: inc/widget.php:1087
3496
  msgid "Auto-adjust according to the screen-width (responsive)"
3497
  msgstr ""
3498
 
3499
- #: inc/widget.php:1091
3500
  msgid "Size of icons"
3501
  msgstr ""
3502
 
3503
- #: inc/widget.php:1093
3504
  msgid "Icon Shape"
3505
  msgstr ""
3506
 
3507
- #: inc/widget.php:1098
3508
  msgid "Apply icon color and background color from Theme Selection section:"
3509
  msgstr ""
3510
 
3511
- #: inc/widget.php:1100
3512
  msgid "No"
3513
  msgstr ""
3514
 
3515
- #: inc/widget.php:1101
3516
  msgid "Yes, Standard Interface Theme"
3517
  msgstr ""
3518
 
3519
- #: inc/widget.php:1102
3520
  msgid "Yes, Floating Interface Theme"
3521
  msgstr ""
3522
 
3523
- #: inc/widget.php:1104
3524
  msgid "Facebook URL:"
3525
  msgstr ""
3526
 
3527
- #: inc/widget.php:1107
3528
  msgid "Twitter URL:"
3529
  msgstr ""
3530
 
3531
- #: inc/widget.php:1110
3532
  msgid "Parler URL:"
3533
  msgstr ""
3534
 
3535
- #: inc/widget.php:1113
3536
  msgid "Instagram URL:"
3537
  msgstr ""
3538
 
3539
- #: inc/widget.php:1116
3540
  msgid "Pinterest URL:"
3541
  msgstr ""
3542
 
3543
- #: inc/widget.php:1119
3544
  msgid "Behance URL:"
3545
  msgstr ""
3546
 
3547
- #: inc/widget.php:1122
3548
  msgid "Flickr URL:"
3549
  msgstr ""
3550
 
3551
- #: inc/widget.php:1125
3552
  msgid "Foursquare URL:"
3553
  msgstr ""
3554
 
3555
- #: inc/widget.php:1128
3556
  msgid "Github URL:"
3557
  msgstr ""
3558
 
3559
- #: inc/widget.php:1131
3560
  msgid "LinkedIn URL:"
3561
  msgstr ""
3562
 
3563
- #: inc/widget.php:1134
3564
  msgid "LinkedIn Company URL:"
3565
  msgstr ""
3566
 
3567
- #: inc/widget.php:1137
3568
  msgid "Medium URL:"
3569
  msgstr ""
3570
 
3571
- #: inc/widget.php:1140
3572
  msgid "MeWe URL:"
3573
  msgstr ""
3574
 
3575
- #: inc/widget.php:1143
3576
  msgid "Odnoklassniki URL:"
3577
  msgstr ""
3578
 
3579
- #: inc/widget.php:1146
3580
  msgid "Snapchat URL:"
3581
  msgstr ""
3582
 
3583
- #: inc/widget.php:1149
3584
  msgid "Telegram URL:"
3585
  msgstr ""
3586
 
3587
- #: inc/widget.php:1152
3588
  msgid "Tumblr URL:"
3589
  msgstr ""
3590
 
3591
- #: inc/widget.php:1155
3592
  msgid "Vimeo URL:"
3593
  msgstr ""
3594
 
3595
- #: inc/widget.php:1158
3596
  msgid "Vkontakte URL:"
3597
  msgstr ""
3598
 
3599
- #: inc/widget.php:1161
3600
  msgid "Xing URL:"
3601
  msgstr ""
3602
 
3603
- #: inc/widget.php:1164
3604
  msgid "Youtube URL:"
3605
  msgstr ""
3606
 
3607
- #: inc/widget.php:1167
3608
  msgid "Youtube Channel URL:"
3609
  msgstr ""
3610
 
3611
- #: inc/widget.php:1170
3612
  msgid "RSS Feed URL:"
3613
  msgstr ""
3614
 
3615
- #: inc/widget.php:1173
3616
  msgid "Gab.com URL:"
3617
  msgstr ""
3618
 
3619
- #: inc/widget.php:1176
3620
  msgid "Gettr.com URL:"
3621
  msgstr ""
3622
 
3623
- #: super_socializer.php:556
3624
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3625
  msgstr ""
3626
 
3627
- #: super_socializer.php:1846
3628
  msgid ""
3629
  "cURL is not enabled at your website server. Please contact your website "
3630
  "server administrator to enable it."
3631
  msgstr ""
3632
 
3633
- #: super_socializer.php:1874
3634
  #, php-format
3635
  msgid ""
3636
  "Enter exactly the following url in <strong>Website</strong> option in your "
3637
  "Twitter app (see step 3 %s)"
3638
  msgstr ""
3639
 
3640
- #: super_socializer.php:1877
3641
  #, php-format
3642
  msgid ""
3643
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3644
  "your Twitter app (see step 3 %s)"
3645
  msgstr ""
3646
 
3647
- #: super_socializer.php:1880
3648
  #, fuzzy
3649
  msgid ""
3650
  "Make sure cURL is enabled at your website server. You may need to contact "
@@ -3653,139 +3674,139 @@ msgstr ""
3653
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3654
  "que contatar o administrador do servidor do seu website para verificar isso."
3655
 
3656
- #: super_socializer.php:2047
3657
  msgid "Search"
3658
  msgstr ""
3659
 
3660
- #: super_socializer.php:2069
3661
  #, fuzzy
3662
  msgid "Your email has been verified. Now you can login to your account"
3663
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3664
 
3665
- #: super_socializer.php:2073
3666
  #, fuzzy
3667
  msgid "Notification"
3668
  msgstr "Notificaçao"
3669
 
3670
- #: super_socializer.php:2094
3671
  #, fuzzy
3672
  msgid "Please check your email inbox to complete the registration."
3673
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3674
 
3675
- #: super_socializer.php:2163
3676
  #, fuzzy
3677
  msgid "Leave a reply"
3678
  msgstr "Deixe uma resposta"
3679
 
3680
- #: super_socializer.php:2179
3681
  msgid "Link copied."
3682
  msgstr ""
3683
 
3684
- #: super_socializer.php:2417
3685
  #, fuzzy
3686
  msgid "Super Socializer - General Options"
3687
  msgstr "Super Socializer - Opções Gerais"
3688
 
3689
- #: super_socializer.php:2488
3690
  msgid ""
3691
  "I agree to my personal data being stored and used as per Privacy Policy and "
3692
  "Terms and Conditions"
3693
  msgstr ""
3694
 
3695
- #: super_socializer.php:2492
3696
  msgid ""
3697
  "I revoke my consent to store and use my personal data. Kindly delete my "
3698
  "personal data saved in this website."
3699
  msgstr ""
3700
 
3701
- #: super_socializer.php:2504
3702
  #, fuzzy
3703
  msgid "Small Avatar Url"
3704
  msgstr "Url para Avatar pequeno"
3705
 
3706
- #: super_socializer.php:2508
3707
  #, fuzzy
3708
  msgid "Large Avatar Url"
3709
  msgstr "Url para Avatar Grande"
3710
 
3711
- #: super_socializer.php:2610
3712
  msgid "Login with your Social ID"
3713
  msgstr ""
3714
 
3715
- #: super_socializer.php:2611
3716
  #, fuzzy
3717
  msgid "Email you entered is already registered or invalid"
3718
  msgstr "Email fornecido já está registrado ou é inválido"
3719
 
3720
- #: super_socializer.php:2618
3721
  #, fuzzy
3722
  msgid "Please enter a valid email address. You might be required to verify it"
3723
  msgstr ""
3724
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3725
  "confirmá-lo"
3726
 
3727
- #: super_socializer.php:2622 super_socializer.php:3419
3728
  #, fuzzy
3729
  msgid "Link your social account to login to your account at this website"
3730
  msgstr "Associe sua conta social ao login de sua conta neste website"
3731
 
3732
- #: super_socializer.php:2882
3733
  msgid "Thanks for installing Super Socializer plugin"
3734
  msgstr ""
3735
 
3736
- #: super_socializer.php:2884
3737
  msgid "Configure the Plugin"
3738
  msgstr ""
3739
 
3740
- #: super_socializer.php:2895
3741
  msgid ""
3742
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3743
  "current version of Super Socializer"
3744
  msgstr ""
3745
 
3746
- #: super_socializer.php:2904
3747
  msgid ""
3748
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3749
  "compatibility with the current version of Super Socializer"
3750
  msgstr ""
3751
 
3752
- #: super_socializer.php:2913
3753
  msgid ""
3754
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3755
  "compatibility with the current version of Super Socializer"
3756
  msgstr ""
3757
 
3758
- #: super_socializer.php:2922
3759
  msgid ""
3760
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3761
  "version of Super Socializer"
3762
  msgstr ""
3763
 
3764
- #: super_socializer.php:2931
3765
  msgid ""
3766
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3767
  "compatibility with the current version of Super Socializer"
3768
  msgstr ""
3769
 
3770
- #: super_socializer.php:2940
3771
  msgid ""
3772
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3773
  "for compatibility with the current version of Super Socializer"
3774
  msgstr ""
3775
 
3776
- #: super_socializer.php:2949
3777
  msgid ""
3778
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3779
  "with current version of Super Socializer"
3780
  msgstr ""
3781
 
3782
- #: super_socializer.php:2960
3783
  #, php-format
3784
  msgid ""
3785
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3786
  msgstr ""
3787
 
3788
- #: super_socializer.php:2969
3789
  #, php-format
3790
  msgid ""
3791
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3793,7 +3814,7 @@ msgid ""
3793
  "Instagram App Secret <a href=\"%s\">here</a>"
3794
  msgstr ""
3795
 
3796
- #: super_socializer.php:2978 super_socializer.php:2987
3797
  #, php-format
3798
  msgid ""
3799
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3802,13 +3823,13 @@ msgid ""
3802
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3803
  msgstr ""
3804
 
3805
- #: super_socializer.php:3003
3806
  #, php-format
3807
  msgid ""
3808
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3809
  msgstr ""
3810
 
3811
- #: super_socializer.php:3027
3812
  #, php-format
3813
  msgid ""
3814
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3816,14 +3837,14 @@ msgid ""
3816
  "target=\"_blank\">here</a>"
3817
  msgstr ""
3818
 
3819
- #: super_socializer.php:3027 super_socializer.php:3052
3820
- #: super_socializer.php:3077 super_socializer.php:3102
3821
- #: super_socializer.php:3135 super_socializer.php:3163
3822
- #: super_socializer.php:3190
3823
  msgid "Okay"
3824
  msgstr ""
3825
 
3826
- #: super_socializer.php:3052
3827
  #, php-format
3828
  msgid ""
3829
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3831,7 +3852,7 @@ msgid ""
3831
  "\">here</a>"
3832
  msgstr ""
3833
 
3834
- #: super_socializer.php:3077
3835
  #, php-format
3836
  msgid ""
3837
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3839,7 +3860,7 @@ msgid ""
3839
  "target=\"_blank\">here</a>"
3840
  msgstr ""
3841
 
3842
- #: super_socializer.php:3102
3843
  #, php-format
3844
  msgid ""
3845
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3847,13 +3868,13 @@ msgid ""
3847
  "target=\"_blank\">here</a>"
3848
  msgstr ""
3849
 
3850
- #: super_socializer.php:3113
3851
  #, php-format
3852
  msgid ""
3853
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3854
  msgstr ""
3855
 
3856
- #: super_socializer.php:3135
3857
  #, php-format
3858
  msgid ""
3859
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3861,7 +3882,7 @@ msgid ""
3861
  "\"%s\" target=\"_blank\">here</a>"
3862
  msgstr ""
3863
 
3864
- #: super_socializer.php:3163
3865
  #, php-format
3866
  msgid ""
3867
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3870,7 +3891,7 @@ msgid ""
3870
  "your website %s with them. No need to copy-paste any code from their website."
3871
  msgstr ""
3872
 
3873
- #: super_socializer.php:3190
3874
  #, php-format
3875
  msgid ""
3876
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -3878,7 +3899,7 @@ msgid ""
3878
  "\"%s\" target=\"_blank\">here</a>"
3879
  msgstr ""
3880
 
3881
- #: super_socializer.php:3215
3882
  #, php-format
3883
  msgid ""
3884
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -3886,11 +3907,11 @@ msgid ""
3886
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3887
  msgstr ""
3888
 
3889
- #: super_socializer.php:3215 super_socializer.php:3242
3890
  msgid "Dismiss"
3891
  msgstr ""
3892
 
3893
- #: super_socializer.php:3495
3894
  msgid ""
3895
  "Your browser is blocking some features of this website. Please follow the "
3896
  "instructions at {support_url} to unblock these."
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-05-23 18:36+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:1999
24
+ #: admin/social_sharing.php:5 admin/social_sharing.php:1979
25
  #, php-format
26
  msgid ""
27
  "You can appreciate the effort put in this free plugin by rating it <a href="
31
  msgstr ""
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
+ #: super_socializer.php:2424
35
  #, fuzzy
36
  msgid "General Options"
37
  msgstr "Opções Gerais"
89
  "style&gt; )"
90
 
91
  #: admin/general_options.php:89 admin/like_buttons.php:781
92
+ #: admin/social_commenting.php:401 admin/social_login.php:1995
93
+ #: admin/social_sharing.php:1975 helper.php:926
94
  #, fuzzy
95
  msgid "Save Changes"
96
  msgstr "Salvar Alterações"
97
 
98
  #: admin/general_options.php:103 admin/like_buttons.php:791
99
+ #: admin/social_commenting.php:411 admin/social_login.php:2005
100
+ #: admin/social_sharing.php:1985
101
  msgid "Instagram Shoutout"
102
  msgstr ""
103
 
104
  #: admin/general_options.php:105 admin/like_buttons.php:793
105
+ #: admin/social_commenting.php:413 admin/social_login.php:2007
106
+ #: admin/social_sharing.php:1987
107
  msgid ""
108
  "If you can send (to hello@heateor.com) how this plugin is helping your "
109
  "business, we would be glad to shoutout on Instagram. You can also send any "
237
  msgstr "Interface Flutuante"
238
 
239
  #: admin/like_buttons.php:42 admin/social_sharing.php:51
240
+ #: admin/social_sharing.php:1622
241
  #, fuzzy
242
  msgid "Miscellaneous"
243
  msgstr "Miscelânia"
247
  msgstr ""
248
 
249
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
250
+ #: admin/social_login.php:45 admin/social_login.php:1962
251
+ #: admin/social_sharing.php:59 admin/social_sharing.php:1899
252
+ #: admin/social_sharing.php:1901
253
  #, fuzzy
254
  msgid "Shortcode & Widget"
255
  msgstr "Shortcode & Widget"
256
 
257
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
258
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
259
+ #: admin/social_login.php:46 admin/social_login.php:1976
260
+ #: admin/social_sharing.php:61 admin/social_sharing.php:1932
261
  #, fuzzy
262
  msgid "FAQ"
263
  msgstr "P&R"
285
 
286
  #: admin/like_buttons.php:87 admin/like_buttons.php:330
287
  #: admin/social_sharing.php:699 admin/social_sharing.php:1144
288
+ #: inc/widget.php:263 inc/widget.php:442 inc/widget.php:606 inc/widget.php:755
289
  #, fuzzy
290
  msgid "Url of the webpage where icons are located (default)"
291
  msgstr "Url das webpages onde os ícones estão localizados (padrão)"
292
 
293
  #: admin/like_buttons.php:89 admin/like_buttons.php:332
294
  #: admin/social_sharing.php:701 admin/social_sharing.php:1146
295
+ #: inc/widget.php:264 inc/widget.php:443 inc/widget.php:607 inc/widget.php:756
296
  #, fuzzy
297
  msgid "Url of the homepage of your website"
298
  msgstr "Url da homepage do seu website"
310
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
311
 
312
  #: admin/like_buttons.php:105 admin/social_login.php:1231
313
+ #: admin/social_login.php:1623 admin/social_sharing.php:717 inc/widget.php:1038
314
  #, fuzzy
315
  msgid "Title"
316
  msgstr "Título"
331
  msgstr "Selecione o provedor da interface. Arraste-os para rearranjar."
332
 
333
  #: admin/like_buttons.php:173 admin/like_buttons.php:415
334
+ #: admin/social_sharing.php:928 admin/social_sharing.php:1345
335
  #, fuzzy
336
  msgid "Horizontal alignment"
337
  msgstr "Alinhamento horizonal"
338
 
339
  #: admin/like_buttons.php:177 admin/like_buttons.php:419
340
  #: admin/social_sharing.php:335 admin/social_sharing.php:633
341
+ #: admin/social_sharing.php:932 admin/social_sharing.php:1349
342
+ #: inc/widget.php:449 inc/widget.php:762 inc/widget.php:1042
343
+ #: inc/widget.php:1068
344
  #, fuzzy
345
  msgid "Left"
346
  msgstr "Esquerda"
347
 
348
+ #: admin/like_buttons.php:178 admin/social_sharing.php:933 inc/widget.php:1043
349
  #, fuzzy
350
  msgid "Center"
351
  msgstr "Centro"
352
 
353
  #: admin/like_buttons.php:179 admin/like_buttons.php:420
354
  #: admin/social_sharing.php:339 admin/social_sharing.php:637
355
+ #: admin/social_sharing.php:934 admin/social_sharing.php:1350
356
+ #: inc/widget.php:450 inc/widget.php:763 inc/widget.php:1044
357
+ #: inc/widget.php:1075
358
  #, fuzzy
359
  msgid "Right"
360
  msgstr "Direita"
391
 
392
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
393
  #: admin/social_login.php:1548 admin/social_login.php:1577
394
+ #: admin/social_sharing.php:973 admin/social_sharing.php:1424
395
  #, fuzzy
396
  msgid "Homepage"
397
  msgstr "Homepage"
398
 
399
  #: admin/like_buttons.php:220 admin/like_buttons.php:496
400
+ #: admin/social_sharing.php:975 admin/social_sharing.php:1426
401
  #, fuzzy
402
  msgid "Posts"
403
  msgstr "Posts"
404
 
405
  #: admin/like_buttons.php:222 admin/like_buttons.php:498
406
+ #: admin/social_sharing.php:977 admin/social_sharing.php:1428
407
  #, fuzzy
408
  msgid "Pages"
409
  msgstr "Páginas"
410
 
411
  #: admin/like_buttons.php:224 admin/like_buttons.php:500
412
+ #: admin/social_sharing.php:979 admin/social_sharing.php:1430
413
  msgid "Excerpts and Posts page"
414
  msgstr ""
415
 
416
  #: admin/like_buttons.php:226 admin/like_buttons.php:502
417
+ #: admin/social_sharing.php:981 admin/social_sharing.php:1432
418
  #, fuzzy
419
  msgid "Category Archives"
420
  msgstr "Arquivos de Categorias"
421
 
422
  #: admin/like_buttons.php:228 admin/like_buttons.php:504
423
+ #: admin/social_sharing.php:983 admin/social_sharing.php:1434
424
  #, fuzzy
425
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
426
  msgstr "Página de arquivo (Páginas baseadas em Categoria, Tag, Autor ou Data)"
436
  msgstr "Grupo BuddyPress (apenas acima do conteúdo)"
437
 
438
  #: admin/like_buttons.php:254 admin/like_buttons.php:525
439
+ #: admin/social_sharing.php:1007 admin/social_sharing.php:1456
440
  #, fuzzy
441
  msgid "BBPress forum"
442
  msgstr "Forum BBPress"
443
 
444
  #: admin/like_buttons.php:257 admin/like_buttons.php:528
445
+ #: admin/social_sharing.php:1010 admin/social_sharing.php:1459
446
  #, fuzzy
447
  msgid "BBPress topic"
448
  msgstr "Tópico BBPress"
488
  msgstr "Controle mestre para habilitar widget contador vertical (flutuante)"
489
 
490
  #: admin/like_buttons.php:398 admin/social_sharing.php:287
491
+ #: admin/social_sharing.php:586 admin/social_sharing.php:1328
492
+ #: inc/widget.php:463 inc/widget.php:776
493
  #, fuzzy
494
  msgid "Background Color"
495
  msgstr "Cor de Fundo"
507
  "hexadecimal de uma cor desejada <a href=\\\"http://www.colorpicker.com/\\\" "
508
  "target=\\\"_blank\\\">neste link</a>"
509
 
510
+ #: admin/like_buttons.php:436 admin/social_sharing.php:1366
511
  #, fuzzy
512
  msgid "Left offset"
513
  msgstr "Ajuste à esquerda"
522
  "direita e decrementos deslocam para a esquerda. Os números podem ser "
523
  "negativos também."
524
 
525
+ #: admin/like_buttons.php:455 admin/social_sharing.php:1385
526
  #, fuzzy
527
  msgid "Right offset"
528
  msgstr "Ajuste à direita"
537
  "esquerda e decrementos deslocam para a direita. Os números podem ser "
538
  "negativos também."
539
 
540
+ #: admin/like_buttons.php:473 admin/social_sharing.php:1403
541
  #, fuzzy
542
  msgid "Top offset"
543
  msgstr "Ajuste acima"
551
  "Especifique um número. Incrementos no número deslocam a interface para baixo "
552
  "e decrementos deslocam para cima."
553
 
554
+ #: admin/like_buttons.php:518 admin/social_sharing.php:1448
555
  #, fuzzy
556
  msgid "BuddyPress group"
557
  msgstr "Grupo BuddyPress"
572
  msgstr ""
573
  "Se habilitado, botões de like vertical não aparecerão em dispositivos móveis"
574
 
575
+ #: admin/like_buttons.php:574 admin/social_sharing.php:1645
576
  #, fuzzy
577
  msgid "Url shortener"
578
  msgstr "Encurtador de Url"
596
  msgid "Enable bit.ly url shortener for tweet button"
597
  msgstr "Habilitar bit.ly url shortener para botões tweet"
598
 
599
+ #: admin/like_buttons.php:606 admin/social_sharing.php:1677
600
  #, fuzzy
601
  msgid "Master control to enable bit.ly url shortening for sharing"
602
  msgstr ""
603
  "Controle Mestre para habilitar encurtador de url bit.ly para compartilhamento"
604
 
605
+ #: admin/like_buttons.php:613 admin/social_sharing.php:1684
606
  msgid "Bit.ly generic access token"
607
  msgstr ""
608
 
609
+ #: admin/like_buttons.php:623 admin/social_sharing.php:1694
610
  #, php-format
611
  msgid ""
612
  "Login to your bit.ly account and navigate to <strong>Profile Settings > "
615
  "\">link</a>"
616
  msgstr ""
617
 
618
+ #: admin/like_buttons.php:630 admin/social_sharing.php:1701
619
  #, fuzzy
620
  msgid "Clear Bitly Cache"
621
  msgstr "Limpar o Cache Bitly"
622
 
623
+ #: admin/like_buttons.php:634 admin/social_sharing.php:1705
624
  #, fuzzy
625
  msgid "ShortUrl cache cleared successfully."
626
  msgstr "Cache ShortUrl limpo com sucesso."
627
 
628
+ #: admin/like_buttons.php:641 admin/social_sharing.php:1712
629
  #, fuzzy
630
  msgid ""
631
  "Use this to delete short urls saved in database. Handy, if urls of your "
637
  "geradas para suas urls antigas."
638
 
639
  #: admin/like_buttons.php:650 admin/like_buttons.php:655
640
+ #: admin/social_commenting.php:304 admin/social_sharing.php:1774
641
+ #: admin/social_sharing.php:1779
642
  #, fuzzy
643
  msgid "Language"
644
  msgstr "Languagem"
688
  "compartilhamento como \\\"via @USERNAME\\\". Deixe vazio se você não deseja "
689
  "nenhum username."
690
 
691
+ #: admin/like_buttons.php:726 admin/social_sharing.php:1874
692
  msgid "myCRED"
693
  msgstr ""
694
 
695
+ #: admin/like_buttons.php:731 admin/social_sharing.php:1879
696
  msgid "Append myCRED referral ID to the urls being shared"
697
  msgstr ""
698
 
701
  msgid "Like Buttons Shortcode & Widget"
702
  msgstr "Botões Like Shortcode & Widget"
703
 
704
+ #: admin/like_buttons.php:766 admin/social_sharing.php:1962
705
  msgid "Why is there so much space between like buttons?"
706
  msgstr ""
707
 
708
+ #: admin/like_buttons.php:767 admin/social_sharing.php:1963
709
  msgid "Why are floating sharing/like buttons not appearing at homepage?"
710
  msgstr ""
711
 
712
+ #: admin/like_buttons.php:768 admin/social_sharing.php:1947
713
  msgid "How to Place Title and Social Share Icons in the Same Row?"
714
  msgstr ""
715
 
716
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
717
+ #: admin/social_login.php:1984 admin/social_sharing.php:1964
718
  #, fuzzy
719
  msgid "More"
720
  msgstr ""
965
  msgid "Social Commenting Shortcode"
966
  msgstr "Shortcode em Comentário Social"
967
 
968
+ #: admin/social_commenting.php:386 admin/social_login.php:1978
969
+ #: admin/social_sharing.php:1934
970
  msgid ""
971
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
972
  "an online website for the plugin to function properly."
983
  "Https?"
984
  msgstr ""
985
 
986
+ #: admin/social_commenting.php:389 admin/social_login.php:1983
987
+ #: admin/social_sharing.php:1949
988
  msgid "Why is my browser blocking some features of the plugin?"
989
  msgstr ""
990
 
1023
  msgid "Advanced Configuration"
1024
  msgstr ""
1025
 
1026
+ #: admin/social_login.php:41 admin/social_login.php:1762
1027
+ #: super_socializer.php:2492
1028
  msgid "GDPR"
1029
  msgstr ""
1030
 
1031
+ #: admin/social_login.php:43 admin/social_login.php:1913
1032
  msgid "XProfile Integration"
1033
  msgstr ""
1034
 
2015
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2016
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2017
 
2018
+ #: admin/social_login.php:1490 super_socializer.php:2098
2019
  #, fuzzy
2020
  msgid "Email required"
2021
  msgstr "Necessário email"
2077
  msgstr "Página de perfil BuddyPress"
2078
 
2079
  #: admin/social_login.php:1556 admin/social_login.php:1585 inc/widget.php:265
2080
+ #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2081
  #, fuzzy
2082
  msgid "Custom Url"
2083
  msgstr "Url Personalizada"
2098
  msgid "Same page from where user registered"
2099
  msgstr "Mesma página de onde o usuário se registrou"
2100
 
2101
+ #: admin/social_login.php:1591
2102
+ msgid "Username Separator"
2103
+ msgstr ""
2104
+
2105
+ #: admin/social_login.php:1595
2106
+ msgid "Dash (-)"
2107
+ msgstr ""
2108
+
2109
+ #: admin/social_login.php:1597
2110
+ msgid "Underscore (_)"
2111
+ msgstr ""
2112
+
2113
+ #: admin/social_login.php:1599
2114
+ msgid "Dot (.)"
2115
+ msgstr ""
2116
+
2117
+ #: admin/social_login.php:1601
2118
+ msgid "None"
2119
+ msgstr ""
2120
+
2121
+ #: admin/social_login.php:1609
2122
  msgid ""
2123
+ "Choose one of the underscore, dot or dash to use to join first and last "
2124
+ "names in the usernames of the new users"
2125
  msgstr ""
 
 
2126
 
2127
+ #: admin/social_login.php:1618
2128
  msgid "Social Account Linking Options"
2129
  msgstr ""
2130
 
2131
+ #: admin/social_login.php:1633
2132
  msgid "Text to display above the Social Account Linking interface"
2133
  msgstr ""
2134
 
2135
+ #: admin/social_login.php:1640
2136
  msgid ""
2137
  "Link social account to already existing account, if email address matches"
2138
  msgstr ""
2139
 
2140
+ #: admin/social_login.php:1650
2141
  msgid ""
2142
  "If email address of the user's Social Account matches with an already "
2143
  "existing account at your website, that social account will be linked to "
2145
  "Linking interface at their profile page."
2146
  msgstr ""
2147
 
2148
+ #: admin/social_login.php:1658
2149
  #, fuzzy
2150
  msgid "Enable social account linking at BuddyPress profile page"
2151
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2152
 
2153
+ #: admin/social_login.php:1668
2154
  #, fuzzy
2155
  msgid ""
2156
  "Enable this option to show social account linking interface at BuddyPress "
2159
  "Habilitar estar opção para exibir a conta social associada a página de "
2160
  "interface de perfil do BuddyPress"
2161
 
2162
+ #: admin/social_login.php:1679
2163
  #, fuzzy
2164
  msgid "Email popup options"
2165
  msgstr "Opções de popup de email"
2166
 
2167
+ #: admin/social_login.php:1684
2168
  #, fuzzy
2169
  msgid "Text on 'Email required' popup"
2170
  msgstr "Texto popup de 'Email requerido'"
2171
 
2172
+ #: admin/social_login.php:1694
2173
  #, fuzzy
2174
  msgid ""
2175
  "This text will be displayed on email required popup. Leave empty if not "
2178
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2179
  "o email não for requerido."
2180
 
2181
+ #: admin/social_login.php:1702
2182
  #, fuzzy
2183
  msgid "Error message for 'Email required' popup"
2184
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2185
 
2186
+ #: admin/social_login.php:1712
2187
  #, fuzzy
2188
  msgid ""
2189
  "This message will be displayed to user if it provides invalid or already "
2192
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2193
  "ou já registrado"
2194
 
2195
+ #: admin/social_login.php:1720
2196
  #, fuzzy
2197
  msgid "Email popup height"
2198
  msgstr "Altura do popup de email"
2199
 
2200
+ #: admin/social_login.php:1730
2201
  #, fuzzy
2202
  msgid ""
2203
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2208
  "requirido\\\", você pode incrementar a altura do popup através de "
2209
  "especificação nesta opção. Deixe vazio para padrão."
2210
 
2211
+ #: admin/social_login.php:1737
2212
  #, fuzzy
2213
  msgid "Enable email verification"
2214
  msgstr "Habilitar verificação de email"
2215
 
2216
+ #: admin/social_login.php:1747
2217
  #, fuzzy
2218
  msgid ""
2219
  "If enabled, email provided by the user will be verified by sending a "
2224
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2225
  "antes de validar seu email"
2226
 
2227
+ #: admin/social_login.php:1767
2228
  msgid "Enable GDPR opt-in"
2229
  msgstr ""
2230
 
2231
+ #: admin/social_login.php:1777
2232
  msgid ""
2233
  "Enable it to show GDPR opt-in for social login and social account linking"
2234
  msgstr ""
2235
 
2236
+ #: admin/social_login.php:1785
2237
  msgid "Placement of GDPR opt-in"
2238
  msgstr ""
2239
 
2240
+ #: admin/social_login.php:1789
2241
  msgid "Above Social Login icons"
2242
  msgstr ""
2243
 
2244
+ #: admin/social_login.php:1791
2245
  msgid "Below Social Login icons"
2246
  msgstr ""
2247
 
2248
+ #: admin/social_login.php:1797
2249
  msgid "Placement of GDPR opt-in above or below the social login icons"
2250
  msgstr ""
2251
 
2252
+ #: admin/social_login.php:1804
2253
  msgid "Opt-in text"
2254
  msgstr ""
2255
 
2256
+ #: admin/social_login.php:1814
2257
  msgid "Text for the GDPR opt-in"
2258
  msgstr ""
2259
 
2260
+ #: admin/social_login.php:1821
2261
  msgid "Text to link to Terms-Conditions page"
2262
  msgstr ""
2263
 
2264
+ #: admin/social_login.php:1831
2265
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2266
  msgstr ""
2267
 
2268
+ #: admin/social_login.php:1838
2269
  msgid "Terms-Conditions Url"
2270
  msgstr ""
2271
 
2272
+ #: admin/social_login.php:1848
2273
  msgid "Url of the terms-conditions page of your website"
2274
  msgstr ""
2275
 
2276
+ #: admin/social_login.php:1855
2277
  msgid "Text to link to Privacy Policy page"
2278
  msgstr ""
2279
 
2280
+ #: admin/social_login.php:1865
2281
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2282
  msgstr ""
2283
 
2284
+ #: admin/social_login.php:1872
2285
  msgid "Privacy Policy Url"
2286
  msgstr ""
2287
 
2288
+ #: admin/social_login.php:1882
2289
  msgid "Url of the privacy policy page of your website"
2290
  msgstr ""
2291
 
2292
+ #: admin/social_login.php:1933 inc/widget.php:262 inc/widget.php:441
2293
+ #: inc/widget.php:605 inc/widget.php:754
2294
  #, fuzzy
2295
  msgid "Select"
2296
  msgstr "Selecione"
2297
 
2298
+ #: admin/social_login.php:1964
2299
  #, fuzzy
2300
  msgid "Social Login Shortcode & Widget"
2301
  msgstr "Autenticação Social Shortcode & Widget"
2302
 
2303
+ #: admin/social_login.php:1965
2304
  #, fuzzy
2305
  msgid "Social Linking Shortcode"
2306
  msgstr "Shortcode de associação Social"
2307
 
2308
+ #: admin/social_login.php:1980
2309
  msgid "Why is social login not working?"
2310
  msgstr ""
2311
 
2312
+ #: admin/social_login.php:1981
2313
  msgid ""
2314
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2315
  "belong to the same app"
2360
  msgstr "Forma"
2361
 
2362
  #: admin/social_sharing.php:156 admin/social_sharing.php:455
2363
+ #: inc/widget.php:1104
2364
  #, fuzzy
2365
  msgid "Round"
2366
  msgstr "Arredondada"
2367
 
2368
  #: admin/social_sharing.php:158 admin/social_sharing.php:457
2369
+ #: inc/widget.php:1105
2370
  #, fuzzy
2371
  msgid "Square"
2372
  msgstr "Quadrada"
2577
  "the icon"
2578
  msgstr ""
2579
 
2580
+ #: admin/social_sharing.php:775 admin/social_sharing.php:1182
2581
+ msgid "Youtube URL"
2582
  msgstr ""
2583
 
2584
+ #: admin/social_sharing.php:785 admin/social_sharing.php:1192
2585
+ msgid "URL you want to redirect users to, on clicking the icon"
 
 
2586
  msgstr ""
2587
 
2588
+ #: admin/social_sharing.php:794 admin/social_sharing.php:1201
2589
  msgid "HTML ID of container element of comment form"
2590
  msgstr ""
2591
 
2592
+ #: admin/social_sharing.php:804 admin/social_sharing.php:1211
2593
  msgid ""
2594
  "HTML ID of the element you want to focus on the webpage, on click of Comment "
2595
  "icon."
2596
  msgstr ""
2597
 
2598
+ #: admin/social_sharing.php:817 admin/social_sharing.php:1219
2599
  #, fuzzy
2600
  msgid "Rearrange icons"
2601
  msgstr "Rearranjar ícones"
2602
 
2603
+ #: admin/social_sharing.php:878 admin/social_sharing.php:1278
2604
  #, fuzzy
2605
  msgid "Drag the icons to rearrange in desired order"
2606
  msgstr "Arraste os ícones para rearanjar na ordem desejada"
2607
 
2608
+ #: admin/social_sharing.php:885 admin/social_sharing.php:1285
2609
  #, fuzzy
2610
  msgid "Select Sharing Services"
2611
  msgstr "Selecione os Serviços Compartilhados"
2612
 
2613
+ #: admin/social_sharing.php:892 admin/social_sharing.php:1292
2614
  #, fuzzy
2615
  msgid "Select sharing services to show in social share bar"
2616
  msgstr ""
2617
  "Selecione os serviços compartilhados para exibir na barra de "
2618
  "compartilhamento social"
2619
 
2620
+ #: admin/social_sharing.php:910 admin/social_sharing.php:1310
2621
  msgid "Search social network"
2622
  msgstr ""
2623
 
2624
+ #: admin/social_sharing.php:942 admin/social_sharing.php:1358
2625
  #, fuzzy
2626
  msgid "Horizontal alignment of the sharing interface"
2627
  msgstr "Alinhamento horizontal da interface de compartilhamento"
2632
  msgstr ""
2633
  "Especifique a posição da interface de compartilhamento em relação ao conteúdo"
2634
 
2635
+ #: admin/social_sharing.php:969 admin/social_sharing.php:1420
2636
  #, fuzzy
2637
  msgid "Placement"
2638
  msgstr "Localização"
2644
  "Especifique as páginas onde você deseja habilitar a interface de "
2645
  "compartilhamento"
2646
 
2647
+ #: admin/social_sharing.php:1044 admin/social_sharing.php:1476
2648
  #, fuzzy
2649
  msgid "Show share counts"
2650
  msgstr "Exibir contadores de compartilhamento"
2651
 
2652
+ #: admin/social_sharing.php:1049 admin/social_sharing.php:1481
2653
  msgid ""
2654
  "Share counts are supported for Twitter, Buffer, Reddit, Pinterest, "
2655
  "Odnoklassniki, Fintel and Vkontakte"
2656
  msgstr ""
2657
 
2658
+ #: admin/social_sharing.php:1050 admin/social_sharing.php:1482
2659
  #, php-format
2660
  msgid ""
2661
  "To show Twitter share count, you have to click \"Give me my Twitter counts "
2664
  "their website."
2665
  msgstr ""
2666
 
2667
+ #: admin/social_sharing.php:1057 admin/social_sharing.php:1489
2668
  #, fuzzy
2669
  msgid "If enabled, share counts are displayed above sharing icons."
2670
  msgstr ""
2671
  "Se habilitado, os contadores de compartilhamento são exibidos acima dos "
2672
  "ícones de compartilhamento."
2673
 
2674
+ #: admin/social_sharing.php:1065 admin/social_sharing.php:1497
2675
+ #: admin/social_sharing.php:1721
2676
  msgid "Track Social Shares for Every Social Network"
2677
  msgstr ""
2678
 
2679
+ #: admin/social_sharing.php:1071 admin/social_sharing.php:1503
2680
  #, fuzzy
2681
  msgid "Show total shares"
2682
  msgstr "Exibe total de compartilhamentos"
2683
 
2684
+ #: admin/social_sharing.php:1081 admin/social_sharing.php:1513
2685
  #, fuzzy
2686
  msgid "If enabled, total shares will be displayed with sharing icons"
2687
  msgstr ""
2688
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
2689
  "de compartilhamento"
2690
 
2691
+ #: admin/social_sharing.php:1089 admin/social_sharing.php:1521
2692
  #, fuzzy
2693
  msgid "Enable 'More' icon"
2694
  msgstr "Habilitar 'Mais' ícones"
2695
 
2696
+ #: admin/social_sharing.php:1099 admin/social_sharing.php:1531
2697
  #, fuzzy
2698
  msgid ""
2699
  "If enabled, \"More\" icon will be displayed after selected sharing icons "
2718
  msgid "Master control to enable floating sharing widget"
2719
  msgstr "Controle Mestre para habilitar o widget de compartilhamento flutuante"
2720
 
2721
+ #: admin/social_sharing.php:1338
2722
  #, fuzzy
2723
  msgid ""
2724
  "Specify the color or hex code (example #cc78e0) for the background of "
2731
  "Você pode obter o código hexadecimal que você requer por meio deste link <a "
2732
  "href=\\\"http://www.colorpicker.com/\\\" target=\\\"_blank\\\"> </a>"
2733
 
2734
+ #: admin/social_sharing.php:1376
2735
  #, fuzzy
2736
  msgid ""
2737
  "Specify a number. Increase in number will shift sharing interface towards "
2742
  "interface de compartilhamento para a esquerda. Os números podem também ser "
2743
  "negativos."
2744
 
2745
+ #: admin/social_sharing.php:1395
2746
  #, fuzzy
2747
  msgid ""
2748
  "Specify a number. Increase in number will shift sharing interface towards "
2753
  "interface de compartilhamento para a direita. Os números podem também ser "
2754
  "negativos."
2755
 
2756
+ #: admin/social_sharing.php:1413
2757
  #, fuzzy
2758
  msgid ""
2759
  "Specify a number. Increase in number will shift sharing interface towards "
2763
  "compartilhamento para baixo e decrementos no número irão deslocar a "
2764
  "interface de compartilhamento para cima."
2765
 
2766
+ #: admin/social_sharing.php:1469
2767
  #, fuzzy
2768
  msgid "Specify the pages where you want to enable vertical Sharing interface"
2769
  msgstr ""
2770
  "Especifique as páginas onde você deseja habilitar a interface de "
2771
  "compartilhamento vertical"
2772
 
2773
+ #: admin/social_sharing.php:1538
2774
  msgid "Hide floating slider"
2775
  msgstr ""
2776
 
2777
+ #: admin/social_sharing.php:1548
2778
  msgid "Hides the slider arrow present below the floating share bar"
2779
  msgstr ""
2780
 
2781
+ #: admin/social_sharing.php:1555
2782
  #, fuzzy
2783
  msgid "Vertical floating bar responsiveness"
2784
  msgstr "Sensibilidade da barra flutuante vertical"
2785
 
2786
+ #: admin/social_sharing.php:1558 inc/widget.php:1083
2787
  #, fuzzy, php-format
2788
  msgid "Display vertical interface only when screen is wider than %s pixels"
2789
  msgstr ""
2790
  "Exibe interface vertical apenas quando a tela é mais larga que %s pixels"
2791
 
2792
+ #: admin/social_sharing.php:1565
2793
  #, fuzzy
2794
  msgid ""
2795
  "Display vertical interface only when screen is wider than the width "
2798
  "Exibe interface vertical apenas quando a tela é mais larga que a largura "
2799
  "especificada."
2800
 
2801
+ #: admin/social_sharing.php:1572
2802
  #, fuzzy
2803
  msgid "Horizontal floating bar responsiveness"
2804
  msgstr "Sensibilidade da barra flutuante horizontal"
2805
 
2806
+ #: admin/social_sharing.php:1575 inc/widget.php:1087
2807
  #, fuzzy, php-format
2808
  msgid ""
2809
  "Stick vertical floating interface horizontally at bottom only when screen is "
2812
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2813
  "quando a tela é mais estreita do que %s pixels"
2814
 
2815
+ #: admin/social_sharing.php:1582
2816
  #, fuzzy
2817
  msgid ""
2818
  "Stick vertical floating interface horizontally at bottom only when screen is "
2821
  "Manter a vertical em baixo na interface de flutuação horizontal apenas "
2822
  "quando a tela é mais estreita do que a largura especificada"
2823
 
2824
+ #: admin/social_sharing.php:1591
2825
  #, fuzzy
2826
  msgid "Horizontal floating bar position"
2827
  msgstr "Posição da barra de flutuação horizontal"
2828
 
2829
+ #: admin/social_sharing.php:1594 inc/widget.php:1093
2830
  #, fuzzy, php-format
2831
  msgid "%s pixels from %s"
2832
  msgstr "%s pixels de %s"
2833
 
2834
+ #: admin/social_sharing.php:1595
2835
  msgid "Auto-adjust according to screen width (responsive)"
2836
  msgstr ""
2837
 
2838
+ #: admin/social_sharing.php:1602
2839
  #, fuzzy
2840
  msgid "Alignment of horizontal floating interface. Number can be negative too."
2841
  msgstr ""
2842
  "Alinhamneto da interface de flutuação horizontal. O número pode ser negativo "
2843
  "também."
2844
 
2845
+ #: admin/social_sharing.php:1627
2846
  msgid "Use plain background for Instagram icon"
2847
  msgstr ""
2848
 
2849
+ #: admin/social_sharing.php:1637
2850
  msgid ""
2851
  "Uses plain background for Instagram icon instead of multicolored background"
2852
  msgstr ""
2853
 
2854
+ #: admin/social_sharing.php:1650
2855
  #, fuzzy
2856
  msgid "Use shortlinks already installed"
2857
  msgstr "Use shortlinks já instalados"
2858
 
2859
+ #: admin/social_sharing.php:1660
2860
  #, fuzzy
2861
  msgid "Uses default short url permalinks without using any additional plugin"
2862
  msgstr ""
2863
  "Use a short url padrão de permalinks sem utilizar nenhum plugin adicional"
2864
 
2865
+ #: admin/social_sharing.php:1667
2866
  #, fuzzy
2867
  msgid "Enable bit.ly url shortener for sharing"
2868
  msgstr "Habilitar encurtador de url bit.ly para compartilhamento"
2869
 
2870
+ #: admin/social_sharing.php:1726
2871
  #, fuzzy
2872
  msgid "Share Count Cache"
2873
  msgstr "Cache de Contador de Compartilhamento"
2874
 
2875
+ #: admin/social_sharing.php:1731
2876
  #, fuzzy
2877
  msgid "Refresh Share Count cache every"
2878
  msgstr "Atualizar o contador de compartilhamento a cada"
2879
 
2880
+ #: admin/social_sharing.php:1736
2881
  msgid "Second(s)"
2882
  msgstr ""
2883
 
2884
+ #: admin/social_sharing.php:1737
2885
  msgid "Minute(s)"
2886
  msgstr ""
2887
 
2888
+ #: admin/social_sharing.php:1738
2889
  msgid "Hour(s)"
2890
  msgstr ""
2891
 
2892
+ #: admin/social_sharing.php:1739
2893
  msgid "Day(s)"
2894
  msgstr ""
2895
 
2896
+ #: admin/social_sharing.php:1747
2897
  #, php-format
2898
  msgid ""
2899
  "Frequent cache refreshing results in slower loading of pages with share "
2901
  "target=\"_blank\">here</a>"
2902
  msgstr ""
2903
 
2904
+ #: admin/social_sharing.php:1754
2905
  #, fuzzy
2906
  msgid "Clear Share Counts Cache"
2907
  msgstr "Limpeza do Cache dos Contadores de Compartilhamento"
2908
 
2909
+ #: admin/social_sharing.php:1758
2910
  #, fuzzy
2911
  msgid "Share Counts cache cleared successfully."
2912
  msgstr "Sucesso na limpeza do Cache dos Contadores de Compartilhamento."
2913
 
2914
+ #: admin/social_sharing.php:1765
2915
  #, fuzzy
2916
  msgid "Use this to clear cached share counts"
2917
  msgstr "Use isso para limpeza do Cache dos Contadores de Compartilhamento"
2918
 
2919
+ #: admin/social_sharing.php:1789
2920
  #, fuzzy, php-format
2921
  msgid ""
2922
  "Enter the code of the language you want to use for like buttons. You can "
2927
  "achar o código da linguagem <a href=\\\"%s\\\" target=\\\"_blank\\\">neste "
2928
  "link</a>. Deixe-o em branco para a linguagem padrão (inglês)"
2929
 
2930
+ #: admin/social_sharing.php:1798
2931
  #, fuzzy
2932
  msgid "Username in sharing"
2933
  msgstr "Username no compartilhamento"
2934
 
2935
+ #: admin/social_sharing.php:1803
2936
  #, fuzzy
2937
  msgid "Twitter username (without @)"
2938
  msgstr "Username do Twitter (sem @)"
2939
 
2940
+ #: admin/social_sharing.php:1813 admin/social_sharing.php:1831
2941
  #, fuzzy
2942
  msgid ""
2943
  "Provided username will be appended after the content being shared as \"via "
2948
  "\\\"via @USERNAME\\\". Deixe em branco se você não desejar nenhum username "
2949
  "no conteúdo sendo compartilhado."
2950
 
2951
+ #: admin/social_sharing.php:1821
2952
  #, fuzzy
2953
  msgid "Buffer username (without @)"
2954
  msgstr "Username do Buffer (sem @)"
2955
 
2956
+ #: admin/social_sharing.php:1840
2957
  msgid "AMP"
2958
  msgstr ""
2959
 
2960
+ #: admin/social_sharing.php:1845
2961
  msgid "Enable sharing on AMP pages"
2962
  msgstr ""
2963
 
2964
+ #: admin/social_sharing.php:1855
2965
  msgid "Enable this option to render sharing icons on AMP pages"
2966
  msgstr ""
2967
 
2968
+ #: admin/social_sharing.php:1912
2969
  #, fuzzy
2970
  msgid "Facebook Sharing Troubleshooter"
2971
  msgstr "Solução de problema no compartilhamento com o Facebook"
2972
 
2973
+ #: admin/social_sharing.php:1917
2974
  msgid ""
2975
  "If Facebook sharing is not working fine, click at the following link and "
2976
  "enter the problematic url (where Facebook sharing is not working properly) "
2977
  "of your website in the text field. Click \"Debug\" button."
2978
  msgstr ""
2979
 
2980
+ #: admin/social_sharing.php:1935
2981
  msgid ""
2982
  "Why is sharer not showing the correct image, title and other meta tags "
2983
  "content?"
2984
  msgstr ""
2985
 
2986
+ #: admin/social_sharing.php:1936
2987
  msgid "Why is Facebook share count not working?"
2988
  msgstr ""
2989
 
2990
+ #: admin/social_sharing.php:1937 super_socializer.php:3249
2991
  #, php-format
2992
  msgid ""
2993
  "After the recent changes introduced in the Facebook graph API, it's not "
2996
  "not just for Facebook but for all the social networks"
2997
  msgstr ""
2998
 
2999
+ #: admin/social_sharing.php:1939
3000
  msgid "Why is Instagram icon redirecting to Instagram website?"
3001
  msgstr ""
3002
 
3003
+ #: admin/social_sharing.php:1940
3004
  msgid ""
3005
  "Instagram icon is there to send website visitors to the Instagram page of "
3006
  "your choice. You can save the desired Instagram handle in \"Instagram "
3008
  "sections."
3009
  msgstr ""
3010
 
3011
+ #: admin/social_sharing.php:1943
3012
  msgid "How to customize the url being shared?"
3013
  msgstr ""
3014
 
3015
+ #: admin/social_sharing.php:1944
3016
  msgid ""
3017
  "Why are Twitter shares not appearing even after registering at Twitcount.com?"
3018
  msgstr ""
3019
 
3020
+ #: admin/social_sharing.php:1945
3021
  msgid ""
3022
  "It takes some time for their service to track the shares made on Twitter "
3023
  "from your website. If you still feel it's taking too long you can contact "
3024
  "their support directly from their website."
3025
  msgstr ""
3026
 
3027
+ #: admin/social_sharing.php:1948
3028
  msgid ""
3029
  "How to restore Social Share counts lost after moving my website to SSL/Https?"
3030
  msgstr ""
3031
 
3032
+ #: admin/social_sharing.php:1950
3033
  msgid "Why the color of share icons is not being updated?"
3034
  msgstr ""
3035
 
3036
+ #: admin/social_sharing.php:1951
3037
  msgid "Why Facebook share counts are not appearing?"
3038
  msgstr ""
3039
 
3040
+ #: admin/social_sharing.php:1952
3041
  #, fuzzy
3042
  msgid ""
3043
  "How can I show share counts of my website rather than of individual pages/"
3046
  "Como posso exibir os contadores de compartilhamento do meu website ao invés "
3047
  "das páginas/posts individuais?"
3048
 
3049
+ #: admin/social_sharing.php:1953
3050
  #, fuzzy
3051
  msgid "How can I disable sharing on particular page/post?"
3052
  msgstr ""
3053
  "Como posso desabilitar o compartilhamento em uma página/post em particular?"
3054
 
3055
+ #: admin/social_sharing.php:1954
3056
  #, fuzzy
3057
  msgid "How can I specify minimum sharing count for sharing networks?"
3058
  msgstr ""
3059
  "Como posso especificar um contador mínimo de compartilhamento das redes "
3060
  "sociais?"
3061
 
3062
+ #: admin/social_sharing.php:1955
3063
  #, fuzzy
3064
  msgid "How to share specific page?"
3065
  msgstr "Como compartilhar página específica?"
3066
 
3067
+ #: admin/social_sharing.php:1956
3068
  #, fuzzy
3069
  msgid "How to integrate Google Analytics with sharing?"
3070
  msgstr "Como integrar o Google Analytics com compartilhamento?"
3071
 
3072
+ #: admin/social_sharing.php:1957
3073
  #, fuzzy
3074
  msgid "How to customize the look of total share counts?"
3075
  msgstr ""
3076
  "Como personalizar a aparência dos contatores de compartilhamentos totais?"
3077
 
3078
+ #: admin/social_sharing.php:1958
3079
  #, fuzzy
3080
  msgid "How to customize the look of individual share counts?"
3081
  msgstr ""
3082
  "Como personalizar a aparência dos contadores de compartilhamento individuais?"
3083
 
3084
+ #: admin/social_sharing.php:1959
3085
  #, fuzzy
3086
  msgid "How to show Whatsapp icon only on mobile devices?"
3087
  msgstr "Como exibir o ícone do Whatsapp apenas em dispositivos móveis?"
3088
 
3089
+ #: admin/social_sharing.php:1960
3090
  #, fuzzy
3091
  msgid "How to hide arrow after floating sharing bar?"
3092
  msgstr "Como esconder a seta após a barra de compartilahmento flutuante?"
3093
 
3094
+ #: admin/social_sharing.php:1961
3095
  msgid "Why is share count not getting updated?"
3096
  msgstr ""
3097
 
3193
  msgid "Floating Sharing Interface"
3194
  msgstr "Interface de Compartilhamento Flutuante"
3195
 
3196
+ #: helper.php:911 super_socializer.php:2508
3197
  #, fuzzy
3198
  msgid "Social Avatar"
3199
  msgstr "Avatar Social"
3200
 
3201
+ #: helper.php:914 super_socializer.php:2519
3202
  #, fuzzy
3203
  msgid ""
3204
  "Do not fetch and update social avatar from my profile, next time I Social "
3207
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3208
  "Autenticação Social"
3209
 
3210
+ #: helper.php:915 super_socializer.php:2523
3211
  #, fuzzy
3212
  msgid "Update social avatar, next time I Social Login"
3213
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3214
 
3215
+ #: helper.php:918
3216
  #, fuzzy
3217
  msgid "Small Avatar"
3218
  msgstr "Avatar Pequeno"
3219
 
3220
+ #: helper.php:922
3221
  #, fuzzy
3222
  msgid "Large Avatar"
3223
  msgstr "Avatar Grande"
3224
 
3225
+ #: helper.php:982 super_socializer.php:2076
3226
  #, fuzzy
3227
  msgid "Please verify your email address to login."
3228
  msgstr "Por favor verifique seu endereço de email no login."
3229
 
3230
+ #: helper.php:1019
3231
  msgid "Click to delete social profile data"
3232
  msgstr ""
3233
 
3234
+ #: helper.php:1048
3235
  msgid "Deleting"
3236
  msgstr ""
3237
 
3238
+ #: helper.php:1058
3239
  msgid "Deleted"
3240
  msgstr ""
3241
 
3242
+ #: helper.php:1060
3243
  msgid "Something bad happened"
3244
  msgstr ""
3245
 
3257
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3258
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3259
 
3260
+ #: inc/social_login.php:1047
3261
  #, fuzzy
3262
  msgid "Email"
3263
  msgstr "Opções de popup de email"
3264
 
3265
+ #: inc/social_login.php:1048
3266
  msgid "Confirm email"
3267
  msgstr ""
3268
 
3269
+ #: inc/social_login.php:1050
3270
  msgid "Save"
3271
  msgstr ""
3272
 
3273
+ #: inc/social_login.php:1051
3274
  msgid "Cancel"
3275
  msgstr ""
3276
 
3277
+ #: inc/social_login.php:1125
3278
  #, fuzzy
3279
  msgid "Email Verification"
3280
  msgstr "Habilitar verificação de email"
3281
 
3282
+ #: inc/social_login.php:1127
3283
  msgid ""
3284
  "Please click on the following link or paste it in browser to verify your "
3285
  "email"
3300
  msgid "Total Shares"
3301
  msgstr "Exibe total de compartilhamentos"
3302
 
3303
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3304
  #, fuzzy
3305
  msgid "Share"
3306
  msgstr "Posição do contador de compartilhamento"
3307
 
3308
+ #: inc/social_sharing.php:272 super_socializer.php:2186
3309
  #, fuzzy
3310
  msgid "Shares"
3311
  msgstr ""
3312
  "Se habilitado, os totais de compartilhamentos serão exibidos com os ícones "
3313
  "de compartilhamento"
3314
 
3315
+ #: inc/social_sharing.php:966 inc/social_sharing.php:1208
3316
  #, fuzzy
3317
  msgid "Invalid request"
3318
  msgstr "Requisição inválida"
3319
 
3320
+ #: inc/social_sharing.php:973
3321
  #, fuzzy
3322
  msgid "Providers not selected"
3323
  msgstr "Provedor não selecionado"
3354
  msgid "Title (after login):"
3355
  msgstr ""
3356
 
3357
+ #: inc/widget.php:88 inc/widget.php:268 inc/widget.php:611 inc/widget.php:1036
3358
  #, fuzzy
3359
  msgid "Before widget content:"
3360
  msgstr "Antes do conteúdo do widget:"
3361
 
3362
+ #: inc/widget.php:90 inc/widget.php:270 inc/widget.php:613 inc/widget.php:1188
3363
  #, fuzzy
3364
  msgid "After widget content:"
3365
  msgstr "Depois do conteúdo do widget:"
3366
 
3367
+ #: inc/widget.php:93 inc/widget.php:272 inc/widget.php:466 inc/widget.php:615
3368
+ #: inc/widget.php:779
3369
  #, fuzzy
3370
  msgid "Hide for logged in users:"
3371
  msgstr "Escondido para usuários autenticados:"
3376
  "Social networks like Facebook, Twitter, Tumblr, Whatsapp and many more"
3377
  msgstr ""
3378
 
3379
+ #: inc/widget.php:253
3380
+ msgid "Note"
3381
+ msgstr ""
3382
+
3383
  #: inc/widget.php:253
3384
  msgid ""
3385
  "Make sure \"Standard Social Sharing\" is enabled at \"Super Socializer > "
3386
  "Social Sharing\" page."
3387
  msgstr ""
3388
 
3389
+ #: inc/widget.php:254 inc/widget.php:601
3390
  #, fuzzy
3391
  msgid "Title:"
3392
  msgstr "Título:"
3401
  msgid "Show total shares:"
3402
  msgstr "Exibir compartilhamentos totais:"
3403
 
3404
+ #: inc/widget.php:260 inc/widget.php:439 inc/widget.php:603 inc/widget.php:752
3405
  #, fuzzy
3406
  msgid "Target Url:"
3407
  msgstr "Url de destino:"
3408
 
3409
+ #: inc/widget.php:267 inc/widget.php:446 inc/widget.php:610 inc/widget.php:759
3410
  #, fuzzy
3411
  msgid "Custom URL"
3412
  msgstr "Url personalizada"
3423
  "Social Sharing\" page."
3424
  msgstr ""
3425
 
3426
+ #: inc/widget.php:447 inc/widget.php:760 inc/widget.php:1040
3427
  #, fuzzy
3428
  msgid "Alignment"
3429
  msgstr "Alinhamento"
3430
 
3431
+ #: inc/widget.php:453 inc/widget.php:766
3432
  #, fuzzy
3433
  msgid "Left Offset"
3434
  msgstr "Ajuste à esquerda"
3435
 
3436
+ #: inc/widget.php:457 inc/widget.php:770
3437
  #, fuzzy
3438
  msgid "Right Offset"
3439
  msgstr "Ajuste à direita"
3440
 
3441
+ #: inc/widget.php:460 inc/widget.php:773
3442
  #, fuzzy
3443
  msgid "Top Offset"
3444
  msgstr "Ajuste à cima"
3445
 
3446
+ #: inc/widget.php:485
3447
  msgid ""
3448
  "Standard like buttons widget. Let your website users share/like content on "
3449
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3450
  msgstr ""
3451
 
3452
+ #: inc/widget.php:600
3453
  msgid ""
3454
  "Make sure \"Standard Like Buttons\" are enabled from \"Super Socializer > "
3455
  "Like Buttons\" page."
3456
  msgstr ""
3457
 
3458
+ #: inc/widget.php:634
3459
  msgid ""
3460
  "Floating like buttons widget. Let your website users share/like content on "
3461
  "popular Social networks like Facebook, Twitter, Pinterest and many more"
3462
  msgstr ""
3463
 
3464
+ #: inc/widget.php:751
3465
  msgid ""
3466
  "Make sure \"Floating Like Buttons\" are enabled from \"Super Socializer > "
3467
  "Like Buttons\" page."
3468
  msgstr ""
3469
 
3470
+ #: inc/widget.php:795
3471
  msgid "Super Socializer - Follow Icons"
3472
  msgstr ""
3473
 
3474
+ #: inc/widget.php:797
3475
  msgid "These icons link to your Social Media accounts"
3476
  msgstr ""
3477
 
3478
+ #: inc/widget.php:1046
3479
  msgid "Type:"
3480
  msgstr ""
3481
 
3482
+ #: inc/widget.php:1049
3483
  #, fuzzy
3484
  msgid "Standard"
3485
  msgstr "Opções de Interface Padrão"
3486
 
3487
+ #: inc/widget.php:1052
3488
  #, fuzzy
3489
  msgid "Floating"
3490
  msgstr "Habilitar botões like flutuantes"
3491
 
3492
+ #: inc/widget.php:1057
3493
  #, fuzzy
3494
  msgid "Top offset:"
3495
  msgstr "Ajuste acima"
3496
 
3497
+ #: inc/widget.php:1061
3498
  #, fuzzy
3499
  msgid "Alignment:"
3500
  msgstr "Alinhamento"
3501
 
3502
+ #: inc/widget.php:1079
3503
  msgid "Offset"
3504
  msgstr ""
3505
 
3506
+ #: inc/widget.php:1093
3507
  #, fuzzy
3508
  msgid "right"
3509
  msgstr "Direita"
3510
 
3511
+ #: inc/widget.php:1093
3512
  #, fuzzy
3513
  msgid "left"
3514
  msgstr "Esquerda"
3515
 
3516
+ #: inc/widget.php:1096
3517
  msgid "Auto-adjust according to the screen-width (responsive)"
3518
  msgstr ""
3519
 
3520
+ #: inc/widget.php:1100
3521
  msgid "Size of icons"
3522
  msgstr ""
3523
 
3524
+ #: inc/widget.php:1102
3525
  msgid "Icon Shape"
3526
  msgstr ""
3527
 
3528
+ #: inc/widget.php:1107
3529
  msgid "Apply icon color and background color from Theme Selection section:"
3530
  msgstr ""
3531
 
3532
+ #: inc/widget.php:1109
3533
  msgid "No"
3534
  msgstr ""
3535
 
3536
+ #: inc/widget.php:1110
3537
  msgid "Yes, Standard Interface Theme"
3538
  msgstr ""
3539
 
3540
+ #: inc/widget.php:1111
3541
  msgid "Yes, Floating Interface Theme"
3542
  msgstr ""
3543
 
3544
+ #: inc/widget.php:1113
3545
  msgid "Facebook URL:"
3546
  msgstr ""
3547
 
3548
+ #: inc/widget.php:1116
3549
  msgid "Twitter URL:"
3550
  msgstr ""
3551
 
3552
+ #: inc/widget.php:1119
3553
  msgid "Parler URL:"
3554
  msgstr ""
3555
 
3556
+ #: inc/widget.php:1122
3557
  msgid "Instagram URL:"
3558
  msgstr ""
3559
 
3560
+ #: inc/widget.php:1125
3561
  msgid "Pinterest URL:"
3562
  msgstr ""
3563
 
3564
+ #: inc/widget.php:1128
3565
  msgid "Behance URL:"
3566
  msgstr ""
3567
 
3568
+ #: inc/widget.php:1131
3569
  msgid "Flickr URL:"
3570
  msgstr ""
3571
 
3572
+ #: inc/widget.php:1134
3573
  msgid "Foursquare URL:"
3574
  msgstr ""
3575
 
3576
+ #: inc/widget.php:1137
3577
  msgid "Github URL:"
3578
  msgstr ""
3579
 
3580
+ #: inc/widget.php:1140
3581
  msgid "LinkedIn URL:"
3582
  msgstr ""
3583
 
3584
+ #: inc/widget.php:1143
3585
  msgid "LinkedIn Company URL:"
3586
  msgstr ""
3587
 
3588
+ #: inc/widget.php:1146
3589
  msgid "Medium URL:"
3590
  msgstr ""
3591
 
3592
+ #: inc/widget.php:1149
3593
  msgid "MeWe URL:"
3594
  msgstr ""
3595
 
3596
+ #: inc/widget.php:1152
3597
  msgid "Odnoklassniki URL:"
3598
  msgstr ""
3599
 
3600
+ #: inc/widget.php:1155
3601
  msgid "Snapchat URL:"
3602
  msgstr ""
3603
 
3604
+ #: inc/widget.php:1158
3605
  msgid "Telegram URL:"
3606
  msgstr ""
3607
 
3608
+ #: inc/widget.php:1161
3609
  msgid "Tumblr URL:"
3610
  msgstr ""
3611
 
3612
+ #: inc/widget.php:1164
3613
  msgid "Vimeo URL:"
3614
  msgstr ""
3615
 
3616
+ #: inc/widget.php:1167
3617
  msgid "Vkontakte URL:"
3618
  msgstr ""
3619
 
3620
+ #: inc/widget.php:1170
3621
  msgid "Xing URL:"
3622
  msgstr ""
3623
 
3624
+ #: inc/widget.php:1173
3625
  msgid "Youtube URL:"
3626
  msgstr ""
3627
 
3628
+ #: inc/widget.php:1176
3629
  msgid "Youtube Channel URL:"
3630
  msgstr ""
3631
 
3632
+ #: inc/widget.php:1179
3633
  msgid "RSS Feed URL:"
3634
  msgstr ""
3635
 
3636
+ #: inc/widget.php:1182
3637
  msgid "Gab.com URL:"
3638
  msgstr ""
3639
 
3640
+ #: inc/widget.php:1185
3641
  msgid "Gettr.com URL:"
3642
  msgstr ""
3643
 
3644
+ #: super_socializer.php:563
3645
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3646
  msgstr ""
3647
 
3648
+ #: super_socializer.php:1853
3649
  msgid ""
3650
  "cURL is not enabled at your website server. Please contact your website "
3651
  "server administrator to enable it."
3652
  msgstr ""
3653
 
3654
+ #: super_socializer.php:1881
3655
  #, php-format
3656
  msgid ""
3657
  "Enter exactly the following url in <strong>Website</strong> option in your "
3658
  "Twitter app (see step 3 %s)"
3659
  msgstr ""
3660
 
3661
+ #: super_socializer.php:1884
3662
  #, php-format
3663
  msgid ""
3664
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3665
  "your Twitter app (see step 3 %s)"
3666
  msgstr ""
3667
 
3668
+ #: super_socializer.php:1887
3669
  #, fuzzy
3670
  msgid ""
3671
  "Make sure cURL is enabled at your website server. You may need to contact "
3674
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3675
  "que contatar o administrador do servidor do seu website para verificar isso."
3676
 
3677
+ #: super_socializer.php:2054
3678
  msgid "Search"
3679
  msgstr ""
3680
 
3681
+ #: super_socializer.php:2076
3682
  #, fuzzy
3683
  msgid "Your email has been verified. Now you can login to your account"
3684
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3685
 
3686
+ #: super_socializer.php:2080
3687
  #, fuzzy
3688
  msgid "Notification"
3689
  msgstr "Notificaçao"
3690
 
3691
+ #: super_socializer.php:2101
3692
  #, fuzzy
3693
  msgid "Please check your email inbox to complete the registration."
3694
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3695
 
3696
+ #: super_socializer.php:2170
3697
  #, fuzzy
3698
  msgid "Leave a reply"
3699
  msgstr "Deixe uma resposta"
3700
 
3701
+ #: super_socializer.php:2186
3702
  msgid "Link copied."
3703
  msgstr ""
3704
 
3705
+ #: super_socializer.php:2424
3706
  #, fuzzy
3707
  msgid "Super Socializer - General Options"
3708
  msgstr "Super Socializer - Opções Gerais"
3709
 
3710
+ #: super_socializer.php:2495
3711
  msgid ""
3712
  "I agree to my personal data being stored and used as per Privacy Policy and "
3713
  "Terms and Conditions"
3714
  msgstr ""
3715
 
3716
+ #: super_socializer.php:2499
3717
  msgid ""
3718
  "I revoke my consent to store and use my personal data. Kindly delete my "
3719
  "personal data saved in this website."
3720
  msgstr ""
3721
 
3722
+ #: super_socializer.php:2511
3723
  #, fuzzy
3724
  msgid "Small Avatar Url"
3725
  msgstr "Url para Avatar pequeno"
3726
 
3727
+ #: super_socializer.php:2515
3728
  #, fuzzy
3729
  msgid "Large Avatar Url"
3730
  msgstr "Url para Avatar Grande"
3731
 
3732
+ #: super_socializer.php:2617
3733
  msgid "Login with your Social ID"
3734
  msgstr ""
3735
 
3736
+ #: super_socializer.php:2618
3737
  #, fuzzy
3738
  msgid "Email you entered is already registered or invalid"
3739
  msgstr "Email fornecido já está registrado ou é inválido"
3740
 
3741
+ #: super_socializer.php:2625
3742
  #, fuzzy
3743
  msgid "Please enter a valid email address. You might be required to verify it"
3744
  msgstr ""
3745
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3746
  "confirmá-lo"
3747
 
3748
+ #: super_socializer.php:2630 super_socializer.php:3433
3749
  #, fuzzy
3750
  msgid "Link your social account to login to your account at this website"
3751
  msgstr "Associe sua conta social ao login de sua conta neste website"
3752
 
3753
+ #: super_socializer.php:2890
3754
  msgid "Thanks for installing Super Socializer plugin"
3755
  msgstr ""
3756
 
3757
+ #: super_socializer.php:2892
3758
  msgid "Configure the Plugin"
3759
  msgstr ""
3760
 
3761
+ #: super_socializer.php:2903
3762
  msgid ""
3763
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3764
  "current version of Super Socializer"
3765
  msgstr ""
3766
 
3767
+ #: super_socializer.php:2912
3768
  msgid ""
3769
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3770
  "compatibility with the current version of Super Socializer"
3771
  msgstr ""
3772
 
3773
+ #: super_socializer.php:2921
3774
  msgid ""
3775
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3776
  "compatibility with the current version of Super Socializer"
3777
  msgstr ""
3778
 
3779
+ #: super_socializer.php:2930
3780
  msgid ""
3781
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3782
  "version of Super Socializer"
3783
  msgstr ""
3784
 
3785
+ #: super_socializer.php:2939
3786
  msgid ""
3787
  "Update \"Social Login Buttons\" add-on to version 1.2.10 or above for "
3788
  "compatibility with the current version of Super Socializer"
3789
  msgstr ""
3790
 
3791
+ #: super_socializer.php:2948
3792
  msgid ""
3793
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3794
  "for compatibility with the current version of Super Socializer"
3795
  msgstr ""
3796
 
3797
+ #: super_socializer.php:2957
3798
  msgid ""
3799
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3800
  "with current version of Super Socializer"
3801
  msgstr ""
3802
 
3803
+ #: super_socializer.php:2968
3804
  #, php-format
3805
  msgid ""
3806
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3807
  msgstr ""
3808
 
3809
+ #: super_socializer.php:2977
3810
  #, php-format
3811
  msgid ""
3812
  "To continue using Instagram login create a new Instagram App as described <a "
3814
  "Instagram App Secret <a href=\"%s\">here</a>"
3815
  msgstr ""
3816
 
3817
+ #: super_socializer.php:2986 super_socializer.php:2995
3818
  #, php-format
3819
  msgid ""
3820
  "To continue using bitly url shortener, login to your bit.ly account and "
3823
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3824
  msgstr ""
3825
 
3826
+ #: super_socializer.php:3011
3827
  #, php-format
3828
  msgid ""
3829
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3830
  msgstr ""
3831
 
3832
+ #: super_socializer.php:3035
3833
  #, php-format
3834
  msgid ""
3835
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3837
  "target=\"_blank\">here</a>"
3838
  msgstr ""
3839
 
3840
+ #: super_socializer.php:3035 super_socializer.php:3060
3841
+ #: super_socializer.php:3085 super_socializer.php:3110
3842
+ #: super_socializer.php:3143 super_socializer.php:3171
3843
+ #: super_socializer.php:3198
3844
  msgid "Okay"
3845
  msgstr ""
3846
 
3847
+ #: super_socializer.php:3060
3848
  #, php-format
3849
  msgid ""
3850
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3852
  "\">here</a>"
3853
  msgstr ""
3854
 
3855
+ #: super_socializer.php:3085
3856
  #, php-format
3857
  msgid ""
3858
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3860
  "target=\"_blank\">here</a>"
3861
  msgstr ""
3862
 
3863
+ #: super_socializer.php:3110
3864
  #, php-format
3865
  msgid ""
3866
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3868
  "target=\"_blank\">here</a>"
3869
  msgstr ""
3870
 
3871
+ #: super_socializer.php:3121
3872
  #, php-format
3873
  msgid ""
3874
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3875
  msgstr ""
3876
 
3877
+ #: super_socializer.php:3143
3878
  #, php-format
3879
  msgid ""
3880
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3882
  "\"%s\" target=\"_blank\">here</a>"
3883
  msgstr ""
3884
 
3885
+ #: super_socializer.php:3171
3886
  #, php-format
3887
  msgid ""
3888
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
3891
  "your website %s with them. No need to copy-paste any code from their website."
3892
  msgstr ""
3893
 
3894
+ #: super_socializer.php:3198
3895
  #, php-format
3896
  msgid ""
3897
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
3899
  "\"%s\" target=\"_blank\">here</a>"
3900
  msgstr ""
3901
 
3902
+ #: super_socializer.php:3223
3903
  #, php-format
3904
  msgid ""
3905
  "If you cannot get Linkedin login to work after updating the plugin, replace "
3907
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
3908
  msgstr ""
3909
 
3910
+ #: super_socializer.php:3223 super_socializer.php:3250
3911
  msgid "Dismiss"
3912
  msgstr ""
3913
 
3914
+ #: super_socializer.php:3509
3915
  msgid ""
3916
  "Your browser is blocking some features of this website. Please follow the "
3917
  "instructions at {support_url} to unblock these."
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share
5
  Requires at least: 2.5.0
6
  Tested up to: 5.9.3
7
- Stable tag: 7.13.33
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
@@ -213,6 +213,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
 
 
 
 
216
  = 7.13.33 [10 May 2022] =
217
  * [New] Added a new option to change the alignment of the standard icons in the Super Socializer - Follow Icons widget
218
  * [Bugfix] Alignment option for the floating icons in the Super Socializer - Follow Icons widget was not working
@@ -2439,4 +2443,8 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2439
  * [Bugfix] Youtube share icon was not appearing in AMP
2440
  * [Bugfix] Enabling the social media follow widget was giving fatal error if social sharing was disabled
2441
  * [Improvement] Code quality improvement
2442
- * [Improvement] Performance improvement
 
 
 
 
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, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share
5
  Requires at least: 2.5.0
6
  Tested up to: 5.9.3
7
+ Stable tag: 7.13.34
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
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
216
+ = 7.13.34 [23 May 2022] =
217
+ * [New] Added a new option to choose one of underscore, dot or dash in the usernames of the new users to join first and last names
218
+ * [Improvement] Code quality improvement
219
+
220
  = 7.13.33 [10 May 2022] =
221
  * [New] Added a new option to change the alignment of the standard icons in the Super Socializer - Follow Icons widget
222
  * [Bugfix] Alignment option for the floating icons in the Super Socializer - Follow Icons widget was not working
2443
  * [Bugfix] Youtube share icon was not appearing in AMP
2444
  * [Bugfix] Enabling the social media follow widget was giving fatal error if social sharing was disabled
2445
  * [Improvement] Code quality improvement
2446
+ * [Improvement] Performance improvement
2447
+
2448
+ = 7.13.34 [23 May 2022] =
2449
+ * [New] Added a new option to choose one of underscore, dot or dash in the usernames of the new users to join first and last names
2450
+ * [Improvement] Code quality improvement
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.13.33
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.13.33');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateorSsDefaultAttribs = array(
@@ -32,7 +32,7 @@ $heateorSsDefaultAttribs = array(
32
 
33
  // tags to allow in the HTML of the social share and social media follow icons
34
  $heateorSsAllowedTags = array(
35
- 'div' => array_merge( $heateorSsDefaultAttribs, array(
36
  'data-href' => array(),
37
  'data-layout' => array(),
38
  'data-action' => array(),
@@ -42,16 +42,16 @@ $heateorSsAllowedTags = array(
42
  'onclick' => array(),
43
  'alt' => array(),
44
  ) ),
45
- 'span' => array_merge( $heateorSsDefaultAttribs, array(
46
  'onClick' => array(),
47
  'onclick' => array(),
48
  ) ),
49
  'p' => $heateorSsDefaultAttribs,
50
- 'a' => array_merge( $heateorSsDefaultAttribs, array(
51
- 'href' => array( 'Javascript:void(0)', 'javascript:void(0)' ),
52
  'onClick' => array(),
53
  'onclick' => array(),
54
- 'target' => array( '_blank', '_top' ),
55
  'rel' => array(),
56
  'data-url' => array(),
57
  'data-counturl' => array(),
@@ -59,7 +59,7 @@ $heateorSsAllowedTags = array(
59
  'data-via' => array(),
60
  'data-lang' => array(),
61
  ) ),
62
- 'svg' => array_merge( $heateorSsDefaultAttribs, array(
63
  'viewBox' => array(),
64
  'viewbox' => array(),
65
  'aria-hidden' => array(),
@@ -68,7 +68,7 @@ $heateorSsAllowedTags = array(
68
  'version' => array(),
69
  'xmlns:xlink' => array(),
70
  ) ),
71
- 'script' => array_merge( $heateorSsDefaultAttribs, array(
72
  'src' => array(),
73
  'type' => array(),
74
  'data-url' => array(),
@@ -76,13 +76,13 @@ $heateorSsAllowedTags = array(
76
  'async' => array(),
77
  ) ),
78
  'u' => $heateorSsDefaultAttribs,
79
- 'input' => array_merge( $heateorSsDefaultAttribs, array(
80
  'type' => array(),
81
  'value' => array(),
82
  'onclick' => array(),
83
  'onClick' => array(),
84
  ) ),
85
- 'i' => array_merge( $heateorSsDefaultAttribs, array(
86
  'alt' => array(),
87
  'onclick' => array(),
88
  'onClick' => array(),
@@ -93,7 +93,7 @@ $heateorSsAllowedTags = array(
93
  'b' => $heateorSsDefaultAttribs,
94
  'ul' => $heateorSsDefaultAttribs,
95
  'ol' => $heateorSsDefaultAttribs,
96
- 'li' => array_merge( $heateorSsDefaultAttribs, array(
97
  'alt' => array(),
98
  'onclick' => array(),
99
  'onClick' => array(),
@@ -108,17 +108,17 @@ $heateorSsAllowedTags = array(
108
  'code' => $heateorSsDefaultAttribs,
109
  'table' => $heateorSsDefaultAttribs,
110
  'tr' => $heateorSsDefaultAttribs,
111
- 'td' => array_merge( $heateorSsDefaultAttribs, array(
112
  'colspan' => array(),
113
  ) ),
114
  'tbody' => $heateorSsDefaultAttribs,
115
- 'path' => array_merge( $heateorSsDefaultAttribs, array(
116
  'stroke-width' => array(),
117
  'stroke' => array(),
118
  'fill' => array(),
119
  'd' => array()
120
  ) ),
121
- 'circle' => array_merge( $heateorSsDefaultAttribs, array(
122
  'stroke-width' => array(),
123
  'stroke' => array(),
124
  'fill' => array(),
@@ -126,13 +126,13 @@ $heateorSsAllowedTags = array(
126
  'cy' => array(),
127
  'r' => array()
128
  ) ),
129
- 'polygon' => array_merge( $heateorSsDefaultAttribs, array(
130
  'stroke-width' => array(),
131
  'stroke' => array(),
132
  'fill' => array(),
133
  'points' => array()
134
  ) ),
135
- 'g' => array_merge( $heateorSsDefaultAttribs, array(
136
  'stroke-width' => array(),
137
  'stroke' => array(),
138
  'stroke-linecap' => array(),
@@ -142,7 +142,7 @@ $heateorSsAllowedTags = array(
142
  'fill' => array(),
143
  'fill' => array(),
144
  ) ),
145
- 'style' => array_merge( $heateorSsDefaultAttribs, array(
146
  'type' => array(),
147
  ) )
148
  );
@@ -194,7 +194,7 @@ require 'inc/shortcode.php';
194
  * Check if cURL is enabled
195
  */
196
  function heateor_ss_is_curl_loaded(){
197
- return extension_loaded( 'curl' );
198
  }
199
 
200
  /**
@@ -401,7 +401,7 @@ function the_champ_connect(){
401
  if(!isset($_GET['code']) && !isset($_GET['state'])){
402
  $linkedinAuthState = mt_rand();
403
  // save referrer url in state
404
- update_user_meta( $linkedinAuthState, 'super_socializer_redirect_to', isset($_GET['super_socializer_redirect_to']) ? sanitize_url($_GET['super_socializer_redirect_to']) : home_url() );
405
  if(isset($_GET['heateorMSEnabled'])){
406
  update_user_meta($linkedinAuthState, 'heateor_ss_linkedin_mc_sub', 1);
407
  }
@@ -618,9 +618,9 @@ function the_champ_connect(){
618
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
619
  $redirectTo = the_champ_get_login_redirection_url($mailruRedirectUrl, true);
620
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
621
- $redirectTo = $mailruRedirectUrl . (strpos( $mailruRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
622
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
623
- $redirectTo = $mailruRedirectUrl . (strpos( $mailruRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
624
  }elseif(isset($response['url']) && $response['url'] != ''){
625
  $redirectTo = $response['url'];
626
  }else{
@@ -686,9 +686,9 @@ function the_champ_connect(){
686
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
687
  $redirectTo = the_champ_get_login_redirection_url($yahooRedirectUrl, true);
688
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
689
- $redirectTo = $yahooRedirectUrl . (strpos( $yahooRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
690
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
691
- $redirectTo = $yahooRedirectUrl . (strpos( $yahooRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
692
  }elseif(isset($response['url']) && $response['url'] != ''){
693
  $redirectTo = $response['url'];
694
  }else{
@@ -753,9 +753,9 @@ function the_champ_connect(){
753
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
754
  $redirectTo = the_champ_get_login_redirection_url($discordRedirectUrl, true);
755
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
756
- $redirectTo = $discordRedirectUrl . (strpos( $discordRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
757
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
758
- $redirectTo = $discordRedirectUrl . (strpos( $discordRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
759
  }elseif(isset($response['url']) && $response['url'] != ''){
760
  $redirectTo = $response['url'];
761
  }else{
@@ -950,9 +950,9 @@ function the_champ_connect(){
950
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
951
  $redirectTo = the_champ_get_login_redirection_url($twitchRedirectUrl, true);
952
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
953
- $redirectTo = $twitchRedirectUrl . (strpos( $twitchRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
954
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
955
- $redirectTo = $twitchRedirectUrl . (strpos( $twitchRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
956
  }elseif(isset($response['url']) && $response['url'] != ''){
957
  $redirectTo = $response['url'];
958
  }else{
@@ -1289,9 +1289,9 @@ function the_champ_connect(){
1289
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1290
  $redirectTo = the_champ_get_login_redirection_url($dribbbleRedirectUrl, true);
1291
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1292
- $redirectTo = $dribbbleRedirectUrl . (strpos( $dribbbleRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1293
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1294
- $redirectTo = $dribbbleRedirectUrl . (strpos( $dribbbleRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1295
  }elseif(isset($response['url']) && $response['url'] != ''){
1296
  $redirectTo = $response['url'];
1297
  }else{
@@ -1352,9 +1352,9 @@ function the_champ_connect(){
1352
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1353
  $redirectTo = the_champ_get_login_redirection_url($liveRedirectUrl, true);
1354
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1355
- $redirectTo = $spotifyRedirectUrl . (strpos( $spotifyRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1356
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1357
- $redirectTo = $spotifyRedirectUrl . (strpos( $spotifyRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1358
  }elseif(isset($response['url']) && $response['url'] != ''){
1359
  $redirectTo = $response['url'];
1360
  }else{
@@ -1416,9 +1416,9 @@ function the_champ_connect(){
1416
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1417
  $redirectTo = the_champ_get_login_redirection_url($kakaoRedirectUrl, true);
1418
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1419
- $redirectTo = $kakaoRedirectUrl . (strpos( $kakaoRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1420
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1421
- $redirectTo = $kakaoRedirectUrl . (strpos( $kakaoRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1422
  }elseif(isset($response['url']) && $response['url'] != ''){
1423
  $redirectTo = $response['url'];
1424
  }else{
@@ -1475,7 +1475,7 @@ function the_champ_connect(){
1475
  if(is_object($profileData) && isset($profileData->id)){
1476
  $emailsResponse = wp_remote_get('https://api.github.com/user/emails', array('timeout' => 15, 'headers' => array('Accept' => 'application/json' , 'Authorization' => $authorization)));
1477
  if(!is_wp_error($emailsResponse) && isset($emailsResponse['response']['code']) && 200 === $emailsResponse['response']['code']){
1478
- $emails = json_decode(wp_remote_retrieve_body( $emailsResponse ));
1479
  if(is_array($emails)){
1480
  foreach($emails as $email){
1481
  if(isset($email->primary) && isset($email->verified) && $email->primary == 1 && $email->verified == 1 && !empty($email->email)){
@@ -1496,9 +1496,9 @@ function the_champ_connect(){
1496
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1497
  $redirectTo = the_champ_get_login_redirection_url($githubRedirectUrl, true);
1498
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1499
- $redirectTo = $githubRedirectUrl . (strpos( $githubRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1500
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1501
- $redirectTo = $githubRedirectUrl . (strpos( $githublRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1502
  }elseif(isset($response['url']) && $response['url'] != ''){
1503
  $redirectTo = $response['url'];
1504
  }else{
@@ -1624,9 +1624,9 @@ function the_champ_connect(){
1624
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1625
  $redirectTo = the_champ_get_login_redirection_url($amazonRedirectUrl, true);
1626
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1627
- $redirectTo = $amazonRedirectUrl . (strpos( $amazonRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1628
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1629
- $redirectTo = $amazonRedirectUrl . (strpos( $amazonRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1630
  }elseif(isset($response['url']) && $response['url'] != ''){
1631
  $redirectTo = $response['url'];
1632
  }else{
@@ -1692,9 +1692,9 @@ function the_champ_connect(){
1692
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1693
  $redirectTo = the_champ_get_login_redirection_url($stackoverflowRedirectUrl, true);
1694
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1695
- $redirectTo = $stackoverflowRedirectUrl . (strpos( $stackoverflowRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=1';
1696
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1697
- $redirectTo = $stackoverflowRedirectUrl . (strpos( $stackoverflowRedirectUrl, '?' ) !== false ? '&' : '?' ) . 'linked=0';
1698
  }elseif(isset($response['url']) && $response['url'] != ''){
1699
  $redirectTo = $response['url'];
1700
  }else{
@@ -2266,7 +2266,7 @@ function the_champ_frontend_styles(){
2266
  ?>
2267
  <style type="text/css">
2268
  <?php
2269
- if ( isset( $theChampSharingOptions['plain_instagram_bg'] ) ){
2270
  ?>
2271
  .the_champ_button_instagram span.the_champ_svg{background-color:#527fa4}
2272
  <?php
@@ -2335,7 +2335,7 @@ function the_champ_frontend_styles(){
2335
  color:#666;
2336
  }
2337
  <?php }
2338
- if ( $theChampSharingOptions['vertical_font_color_hover'] != '' ){ ?>
2339
  div.the_champ_vertical_sharing span.the_champ_svg svg:hover path:not(.the_champ_no_fill),div.the_champ_vertical_sharing span.the_champ_svg svg:hover ellipse, div.the_champ_vertical_sharing span.the_champ_svg svg:hover circle, div.the_champ_vertical_sharing span.the_champ_svg svg:hover polygon{
2340
  fill:<?php echo esc_html($theChampSharingOptions['vertical_font_color_hover']) ?>;
2341
  }
@@ -2344,7 +2344,7 @@ function the_champ_frontend_styles(){
2344
  }
2345
  <?php } ?>
2346
  .the_champ_vertical_sharing span.the_champ_svg:hover,.heateor_ss_floating_follow_icons_container span.the_champ_svg:hover{
2347
- <?php if ( $theChampSharingOptions['vertical_bg_color_hover'] != '' ){ ?>
2348
  background-color: <?php echo esc_html($theChampSharingOptions['vertical_bg_color_hover']) ?>!important;
2349
  background: <?php echo esc_html($theChampSharingOptions['vertical_bg_color_hover']) ?>!important;
2350
  <?php }
@@ -2626,6 +2626,7 @@ function the_champ_save_default_options(){
2626
  'enableAtLogin' => 1,
2627
  'enableAtRegister' => 1,
2628
  'enableAtComment' => 1,
 
2629
  'scl_title' => __('Link your social account to login to your account at this website', 'super-socializer'),
2630
  'link_account' => 1,
2631
  'gdpr_placement' => 'above',
@@ -3263,6 +3264,12 @@ function the_champ_update_db_check(){
3263
  $currentVersion = get_option('the_champ_ss_version');
3264
 
3265
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
 
 
 
 
 
 
3266
  if(version_compare("7.13.31", $currentVersion) > 0){
3267
  global $theChampSharingOptions;
3268
  $theChampSharingOptions['youtube_username'] = '';
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.13.34
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.13.34');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateorSsDefaultAttribs = array(
32
 
33
  // tags to allow in the HTML of the social share and social media follow icons
34
  $heateorSsAllowedTags = array(
35
+ 'div' => array_merge($heateorSsDefaultAttribs, array(
36
  'data-href' => array(),
37
  'data-layout' => array(),
38
  'data-action' => array(),
42
  'onclick' => array(),
43
  'alt' => array(),
44
  ) ),
45
+ 'span' => array_merge($heateorSsDefaultAttribs, array(
46
  'onClick' => array(),
47
  'onclick' => array(),
48
  ) ),
49
  'p' => $heateorSsDefaultAttribs,
50
+ 'a' => array_merge($heateorSsDefaultAttribs, array(
51
+ 'href' => array( 'Javascript:void(0)', 'javascript:void(0)'),
52
  'onClick' => array(),
53
  'onclick' => array(),
54
+ 'target' => array( '_blank', '_top'),
55
  'rel' => array(),
56
  'data-url' => array(),
57
  'data-counturl' => array(),
59
  'data-via' => array(),
60
  'data-lang' => array(),
61
  ) ),
62
+ 'svg' => array_merge($heateorSsDefaultAttribs, array(
63
  'viewBox' => array(),
64
  'viewbox' => array(),
65
  'aria-hidden' => array(),
68
  'version' => array(),
69
  'xmlns:xlink' => array(),
70
  ) ),
71
+ 'script' => array_merge($heateorSsDefaultAttribs, array(
72
  'src' => array(),
73
  'type' => array(),
74
  'data-url' => array(),
76
  'async' => array(),
77
  ) ),
78
  'u' => $heateorSsDefaultAttribs,
79
+ 'input' => array_merge($heateorSsDefaultAttribs, array(
80
  'type' => array(),
81
  'value' => array(),
82
  'onclick' => array(),
83
  'onClick' => array(),
84
  ) ),
85
+ 'i' => array_merge($heateorSsDefaultAttribs, array(
86
  'alt' => array(),
87
  'onclick' => array(),
88
  'onClick' => array(),
93
  'b' => $heateorSsDefaultAttribs,
94
  'ul' => $heateorSsDefaultAttribs,
95
  'ol' => $heateorSsDefaultAttribs,
96
+ 'li' => array_merge($heateorSsDefaultAttribs, array(
97
  'alt' => array(),
98
  'onclick' => array(),
99
  'onClick' => array(),
108
  'code' => $heateorSsDefaultAttribs,
109
  'table' => $heateorSsDefaultAttribs,
110
  'tr' => $heateorSsDefaultAttribs,
111
+ 'td' => array_merge($heateorSsDefaultAttribs, array(
112
  'colspan' => array(),
113
  ) ),
114
  'tbody' => $heateorSsDefaultAttribs,
115
+ 'path' => array_merge($heateorSsDefaultAttribs, array(
116
  'stroke-width' => array(),
117
  'stroke' => array(),
118
  'fill' => array(),
119
  'd' => array()
120
  ) ),
121
+ 'circle' => array_merge($heateorSsDefaultAttribs, array(
122
  'stroke-width' => array(),
123
  'stroke' => array(),
124
  'fill' => array(),
126
  'cy' => array(),
127
  'r' => array()
128
  ) ),
129
+ 'polygon' => array_merge($heateorSsDefaultAttribs, array(
130
  'stroke-width' => array(),
131
  'stroke' => array(),
132
  'fill' => array(),
133
  'points' => array()
134
  ) ),
135
+ 'g' => array_merge($heateorSsDefaultAttribs, array(
136
  'stroke-width' => array(),
137
  'stroke' => array(),
138
  'stroke-linecap' => array(),
142
  'fill' => array(),
143
  'fill' => array(),
144
  ) ),
145
+ 'style' => array_merge($heateorSsDefaultAttribs, array(
146
  'type' => array(),
147
  ) )
148
  );
194
  * Check if cURL is enabled
195
  */
196
  function heateor_ss_is_curl_loaded(){
197
+ return extension_loaded( 'curl');
198
  }
199
 
200
  /**
401
  if(!isset($_GET['code']) && !isset($_GET['state'])){
402
  $linkedinAuthState = mt_rand();
403
  // save referrer url in state
404
+ update_user_meta($linkedinAuthState, 'super_socializer_redirect_to', isset($_GET['super_socializer_redirect_to']) ? sanitize_url($_GET['super_socializer_redirect_to']) : home_url() );
405
  if(isset($_GET['heateorMSEnabled'])){
406
  update_user_meta($linkedinAuthState, 'heateor_ss_linkedin_mc_sub', 1);
407
  }
618
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
619
  $redirectTo = the_champ_get_login_redirection_url($mailruRedirectUrl, true);
620
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
621
+ $redirectTo = $mailruRedirectUrl . (strpos($mailruRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
622
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
623
+ $redirectTo = $mailruRedirectUrl . (strpos($mailruRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
624
  }elseif(isset($response['url']) && $response['url'] != ''){
625
  $redirectTo = $response['url'];
626
  }else{
686
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
687
  $redirectTo = the_champ_get_login_redirection_url($yahooRedirectUrl, true);
688
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
689
+ $redirectTo = $yahooRedirectUrl . (strpos($yahooRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
690
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
691
+ $redirectTo = $yahooRedirectUrl . (strpos($yahooRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
692
  }elseif(isset($response['url']) && $response['url'] != ''){
693
  $redirectTo = $response['url'];
694
  }else{
753
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
754
  $redirectTo = the_champ_get_login_redirection_url($discordRedirectUrl, true);
755
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
756
+ $redirectTo = $discordRedirectUrl . (strpos($discordRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
757
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
758
+ $redirectTo = $discordRedirectUrl . (strpos($discordRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
759
  }elseif(isset($response['url']) && $response['url'] != ''){
760
  $redirectTo = $response['url'];
761
  }else{
950
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
951
  $redirectTo = the_champ_get_login_redirection_url($twitchRedirectUrl, true);
952
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
953
+ $redirectTo = $twitchRedirectUrl . (strpos($twitchRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
954
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
955
+ $redirectTo = $twitchRedirectUrl . (strpos($twitchRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
956
  }elseif(isset($response['url']) && $response['url'] != ''){
957
  $redirectTo = $response['url'];
958
  }else{
1289
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1290
  $redirectTo = the_champ_get_login_redirection_url($dribbbleRedirectUrl, true);
1291
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1292
+ $redirectTo = $dribbbleRedirectUrl . (strpos($dribbbleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1293
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1294
+ $redirectTo = $dribbbleRedirectUrl . (strpos($dribbbleRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1295
  }elseif(isset($response['url']) && $response['url'] != ''){
1296
  $redirectTo = $response['url'];
1297
  }else{
1352
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1353
  $redirectTo = the_champ_get_login_redirection_url($liveRedirectUrl, true);
1354
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1355
+ $redirectTo = $spotifyRedirectUrl . (strpos($spotifyRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1356
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1357
+ $redirectTo = $spotifyRedirectUrl . (strpos($spotifyRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1358
  }elseif(isset($response['url']) && $response['url'] != ''){
1359
  $redirectTo = $response['url'];
1360
  }else{
1416
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1417
  $redirectTo = the_champ_get_login_redirection_url($kakaoRedirectUrl, true);
1418
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1419
+ $redirectTo = $kakaoRedirectUrl . (strpos($kakaoRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1420
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1421
+ $redirectTo = $kakaoRedirectUrl . (strpos($kakaoRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1422
  }elseif(isset($response['url']) && $response['url'] != ''){
1423
  $redirectTo = $response['url'];
1424
  }else{
1475
  if(is_object($profileData) && isset($profileData->id)){
1476
  $emailsResponse = wp_remote_get('https://api.github.com/user/emails', array('timeout' => 15, 'headers' => array('Accept' => 'application/json' , 'Authorization' => $authorization)));
1477
  if(!is_wp_error($emailsResponse) && isset($emailsResponse['response']['code']) && 200 === $emailsResponse['response']['code']){
1478
+ $emails = json_decode(wp_remote_retrieve_body($emailsResponse ));
1479
  if(is_array($emails)){
1480
  foreach($emails as $email){
1481
  if(isset($email->primary) && isset($email->verified) && $email->primary == 1 && $email->verified == 1 && !empty($email->email)){
1496
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1497
  $redirectTo = the_champ_get_login_redirection_url($githubRedirectUrl, true);
1498
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1499
+ $redirectTo = $githubRedirectUrl . (strpos($githubRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1500
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1501
+ $redirectTo = $githubRedirectUrl . (strpos($githublRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1502
  }elseif(isset($response['url']) && $response['url'] != ''){
1503
  $redirectTo = $response['url'];
1504
  }else{
1624
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1625
  $redirectTo = the_champ_get_login_redirection_url($amazonRedirectUrl, true);
1626
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1627
+ $redirectTo = $amazonRedirectUrl . (strpos($amazonRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1628
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1629
+ $redirectTo = $amazonRedirectUrl . (strpos($amazonRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1630
  }elseif(isset($response['url']) && $response['url'] != ''){
1631
  $redirectTo = $response['url'];
1632
  }else{
1692
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
1693
  $redirectTo = the_champ_get_login_redirection_url($stackoverflowRedirectUrl, true);
1694
  }elseif(isset($response['message']) && $response['message'] == 'linked'){
1695
+ $redirectTo = $stackoverflowRedirectUrl . (strpos($stackoverflowRedirectUrl, '?') !== false ? '&' : '?') . 'linked=1';
1696
  }elseif(isset($response['message']) && $response['message'] == 'not linked'){
1697
+ $redirectTo = $stackoverflowRedirectUrl . (strpos($stackoverflowRedirectUrl, '?') !== false ? '&' : '?') . 'linked=0';
1698
  }elseif(isset($response['url']) && $response['url'] != ''){
1699
  $redirectTo = $response['url'];
1700
  }else{
2266
  ?>
2267
  <style type="text/css">
2268
  <?php
2269
+ if ( isset($theChampSharingOptions['plain_instagram_bg'] ) ){
2270
  ?>
2271
  .the_champ_button_instagram span.the_champ_svg{background-color:#527fa4}
2272
  <?php
2335
  color:#666;
2336
  }
2337
  <?php }
2338
+ if ($theChampSharingOptions['vertical_font_color_hover'] != ''){ ?>
2339
  div.the_champ_vertical_sharing span.the_champ_svg svg:hover path:not(.the_champ_no_fill),div.the_champ_vertical_sharing span.the_champ_svg svg:hover ellipse, div.the_champ_vertical_sharing span.the_champ_svg svg:hover circle, div.the_champ_vertical_sharing span.the_champ_svg svg:hover polygon{
2340
  fill:<?php echo esc_html($theChampSharingOptions['vertical_font_color_hover']) ?>;
2341
  }
2344
  }
2345
  <?php } ?>
2346
  .the_champ_vertical_sharing span.the_champ_svg:hover,.heateor_ss_floating_follow_icons_container span.the_champ_svg:hover{
2347
+ <?php if ($theChampSharingOptions['vertical_bg_color_hover'] != ''){ ?>
2348
  background-color: <?php echo esc_html($theChampSharingOptions['vertical_bg_color_hover']) ?>!important;
2349
  background: <?php echo esc_html($theChampSharingOptions['vertical_bg_color_hover']) ?>!important;
2350
  <?php }
2626
  'enableAtLogin' => 1,
2627
  'enableAtRegister' => 1,
2628
  'enableAtComment' => 1,
2629
+ 'username_separator' => 'dash',
2630
  'scl_title' => __('Link your social account to login to your account at this website', 'super-socializer'),
2631
  'link_account' => 1,
2632
  'gdpr_placement' => 'above',
3264
  $currentVersion = get_option('the_champ_ss_version');
3265
 
3266
  if($currentVersion && $currentVersion != THE_CHAMP_SS_VERSION){
3267
+ if(version_compare("7.13.34", $currentVersion) > 0){
3268
+ global $theChampLoginOptions;
3269
+ $theChampLoginOptions['username_separator'] = 'dash';
3270
+ update_option('the_champ_login', $theChampLoginOptions);
3271
+ }
3272
+
3273
  if(version_compare("7.13.31", $currentVersion) > 0){
3274
  global $theChampSharingOptions;
3275
  $theChampSharingOptions['youtube_username'] = '';