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

Version Description

  • [New] Added options to enable sharing, like buttons on custom posts and WooCommerce products
  • [New] Added option to enable social login at customer login form at WooCommerce My Account page
  • [New] Included shortcode for Social Account Linking [TheChamp-Social-Linking]
  • [New] Added Yummly and Buffer to sharing and like buttons
  • [New] Added option to show total shares with sharing icons
  • [New] Option to hide/show vertical sharing/like buttons interface on mobile devices
  • [New] Added option to update social avatar at user profile page
  • [New] Added option to prevent modernizr JS from loading
  • [New] Included "title" attribute in shortcodes
  • [New] Included Arabic Translation
  • [New] Included Serbo-Croatian Translation
  • [Improvement] Improved Print icon in sharing
  • [Improvement] Increased space between like buttons
  • [Improvement] Escaped output of add_query_arg and remove_query_arg functions
  • [Improvement] Increased font size of share counts in vertical sharing bar
  • [Bugfix] Tweet button was showing encoded characters for some content
  • [Bugfix] Support documentation links were redirecting to 404, "not found" page in websites with ssl enabled
Download this release

Release Info

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

Code changes from version 5.5.2 to 5.8.0

admin/help.php CHANGED
@@ -13,18 +13,28 @@
13
  </div>
14
  </div>
15
 
16
- <div class="stuffbox">
17
- <h3><label><?php _e('Plugin Demo', 'Super-Socializer');?></label></h3>
18
- <div class="inside">
19
- <p><?php _e('You can see the plugin in action at following link', 'Super-Socializer') ?></p>
20
- <p><a target="_blank" href="//super-socializer-wordpress.heateor.com/">http://super-socializer-wordpress.heateor.com/</a></p>
 
 
 
 
21
  </div>
22
  </div>
23
 
24
  <div class="stuffbox">
25
- <h3><label><?php _e('Support', 'Super-Socializer');?></label></h3>
26
  <div class="inside">
27
- <p><?php _e('If you like the plugin or have any query, drop an email at <a href="mailto:support@heateor.com">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>.', 'Super-Socializer') ?></p>
 
 
 
 
 
 
28
  <div style="height: 24px;">
29
  <div style="float: left;margin-right: 36px;"><strong><?php _e('Rate 5-star', 'Super-Socializer'); ?></strong></div>
30
  <div style="float: left; margin-left: 28px;">
@@ -59,10 +69,4 @@
59
  </div>
60
  </div>
61
 
62
- <div class="stuffbox">
63
- <h3><label><?php _e('Want plugin customization?', 'Super-Socializer');?></label></h3>
64
- <div class="inside">
65
- <p><?php _e('If you want custom features in the plugin, just drop an email at <a href="mailto:support@heateor.com">support@heateor.com</a>', 'Super-Socializer'); ?></p>
66
- </div>
67
- </div>
68
  </div>
13
  </div>
14
  </div>
15
 
16
+ <div style="margin-bottom: 21px">
17
+ <div class="inside" style="padding-top:10px">
18
+ <a target="_blank" href="http://super-socializer-wordpress.heateor.com/"><input type="button" class="ss_demo" value="<?php _e('Plugin Demo', 'Super-Socializer') ?>" /></a>
19
+ </div>
20
+ </div>
21
+
22
+ <div style="margin-bottom: 21px">
23
+ <div class="inside" style="padding-top:10px">
24
+ <a target="_blank" href="https://www.heateor.com/add-ons"><input type="button" class="ss_demo" value="<?php _e('Add-ons', 'Super-Socializer') ?>" /></a>
25
  </div>
26
  </div>
27
 
28
  <div class="stuffbox">
29
+ <h3><label><?php _e('Need Help?', 'Super-Socializer');?></label></h3>
30
  <div class="inside">
31
+ <p><?php _e('If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href="mailto:support@heateor.com">support@heateor.com</a>', 'Super-Socializer'); ?></p>
32
+ </div>
33
+ </div>
34
+
35
+ <div class="stuffbox">
36
+ <h3><label><?php _e('Support Us', 'Super-Socializer');?></label></h3>
37
+ <div class="inside" style="padding-top: 10px">
38
  <div style="height: 24px;">
39
  <div style="float: left;margin-right: 36px;"><strong><?php _e('Rate 5-star', 'Super-Socializer'); ?></strong></div>
40
  <div style="float: left; margin-left: 28px;">
69
  </div>
70
  </div>
71
 
 
 
 
 
 
 
72
  </div>
admin/like_buttons.php CHANGED
@@ -154,13 +154,13 @@
154
  </div>
155
 
156
  <div class="stuffbox">
157
- <h3><label><?php _e('Twitter username in tweet button', 'Super-Socializer');?></label></h3>
158
  <div class="inside">
159
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
160
  <tr>
161
  <th>
162
  <img id="the_champ_sc_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
163
- <label for="the_champ_sc_twitter_username"><?php _e("Twitter username (without @)", 'Super-Socializer'); ?></label>
164
  </th>
165
  <td>
166
  <input id="the_champ_sc_twitter_username" name="the_champ_counter[twitter_username]" type="text" value="<?php echo isset($theChampCounterOptions['twitter_username']) ? $theChampCounterOptions['twitter_username'] : '' ?>" />
@@ -175,6 +175,24 @@
175
  </div>
176
  </td>
177
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  </table>
179
  </div>
180
  </div>
@@ -252,7 +270,7 @@
252
  <td>
253
  <ul id="the_champ_sc_rearrange">
254
  <?php
255
- $counterProviders = array('facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'google_plusone', 'googleplus_share', 'pinterest_pin_it', 'xing', 'reddit', 'stumbleupon_badge');
256
  // show selected providers
257
  if(isset($theChampCounterOptions['horizontal_providers']) && is_array($theChampCounterOptions['horizontal_providers'])){
258
  foreach($theChampCounterOptions['horizontal_providers'] as $selected){
@@ -356,8 +374,18 @@
356
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
357
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
358
  <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
359
- <label for="the_champ_counter_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
360
  <?php
 
 
 
 
 
 
 
 
 
 
361
  if($theChampIsBpActive){
362
  ?>
363
  <br/>
@@ -378,6 +406,19 @@
378
  <label for="the_champ_counter_bb_reply"><?php _e('BBPress reply', 'Super-Socializer') ?></label>
379
  <?php
380
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  ?>
382
  </td>
383
  </tr>
@@ -606,8 +647,17 @@
606
  <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" />
607
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
608
  <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" />
609
- <label for="the_champ_counter_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
610
  <?php
 
 
 
 
 
 
 
 
 
611
  if(function_exists('is_bbpress')){
612
  ?>
613
  <br/>
@@ -629,6 +679,24 @@
629
  </div>
630
  </td>
631
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  </tbody>
633
  </table>
634
  </div>
@@ -643,7 +711,7 @@
643
  <div class="stuffbox">
644
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
645
  <div class="inside">
646
- <p><a href="//support.heateor.com/like-buttons-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></p>
647
  </div>
648
  </div>
649
  </div>
154
  </div>
155
 
156
  <div class="stuffbox">
157
+ <h3><label><?php _e('Twitter Username', 'Super-Socializer');?></label></h3>
158
  <div class="inside">
159
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
160
  <tr>
161
  <th>
162
  <img id="the_champ_sc_twitter_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
163
+ <label for="the_champ_sc_twitter_username"><?php _e("Twitter username for Tweet (without @)", 'Super-Socializer'); ?></label>
164
  </th>
165
  <td>
166
  <input id="the_champ_sc_twitter_username" name="the_champ_counter[twitter_username]" type="text" value="<?php echo isset($theChampCounterOptions['twitter_username']) ? $theChampCounterOptions['twitter_username'] : '' ?>" />
175
  </div>
176
  </td>
177
  </tr>
178
+
179
+ <tr>
180
+ <th>
181
+ <img id="the_champ_sc_buffer_username_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
182
+ <label for="the_champ_sc_buffer_username"><?php _e("Twitter username for Buffer sharing (without @)", 'Super-Socializer'); ?></label>
183
+ </th>
184
+ <td>
185
+ <input id="the_champ_sc_buffer_username" name="the_champ_counter[buffer_username]" type="text" value="<?php echo isset($theChampCounterOptions['buffer_username']) ? $theChampCounterOptions['buffer_username'] : '' ?>" />
186
+ </td>
187
+ </tr>
188
+
189
+ <tr class="the_champ_help_content" id="the_champ_sc_buffer_username_help_cont">
190
+ <td colspan="2">
191
+ <div>
192
+ <?php _e('Provided username will be appended after the content in Buffer sharing as "via @USERNAME". Leave empty if you do not want any username.', 'Super-Socializer') ?>
193
+ </div>
194
+ </td>
195
+ </tr>
196
  </table>
197
  </div>
198
  </div>
270
  <td>
271
  <ul id="the_champ_sc_rearrange">
272
  <?php
273
+ $counterProviders = array('facebook_like', 'facebook_recommend', 'twitter_tweet', 'linkedin_share', 'google_plusone', 'googleplus_share', 'pinterest_pin_it', 'xing', 'reddit', 'stumbleupon_badge', 'yummly', 'buffer');
274
  // show selected providers
275
  if(isset($theChampCounterOptions['horizontal_providers']) && is_array($theChampCounterOptions['horizontal_providers'])){
276
  foreach($theChampCounterOptions['horizontal_providers'] as $selected){
374
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
375
  <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
376
  <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
377
+ <label for="the_champ_counter_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label><br/>
378
  <?php
379
+ $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
380
+ $post_types = array_diff( $post_types, array( 'post', 'page' ) );
381
+ if( count( $post_types ) ) {
382
+ foreach ( $post_types as $post_type ) {
383
+ ?>
384
+ <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" />
385
+ <label for="the_champ_counter_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
386
+ <?php
387
+ }
388
+ }
389
  if($theChampIsBpActive){
390
  ?>
391
  <br/>
406
  <label for="the_champ_counter_bb_reply"><?php _e('BBPress reply', 'Super-Socializer') ?></label>
407
  <?php
408
  }
409
+ if(the_champ_ss_woocom_is_active()){
410
+ ?>
411
+ <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" />
412
+ <label for="the_champ_counter_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'Super-Socializer') ?></label>
413
+ <br/>
414
+ <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" />
415
+ <label for="the_champ_counter_woocom_product"><?php _e('WooCommerce Product Page', 'Super-Socializer') ?></label>
416
+ <br/>
417
+ <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" />
418
+ <label for="the_champ_counter_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'Super-Socializer') ?></label>
419
+ <br/>
420
+ <?php
421
+ }
422
  ?>
423
  </td>
424
  </tr>
647
  <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" />
648
  <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
649
  <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" />
650
+ <label for="the_champ_counter_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label><br/>
651
  <?php
652
+ if( count( $post_types ) ) {
653
+ foreach ( $post_types as $post_type ) {
654
+ ?>
655
+ <input id="the_champ_counter_vertical_<?php echo $post_type ?>" name="the_champ_counter[vertical_<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
656
+ <label for="the_champ_counter_vertical_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
657
+ <?php
658
+ }
659
+ }
660
+
661
  if(function_exists('is_bbpress')){
662
  ?>
663
  <br/>
679
  </div>
680
  </td>
681
  </tr>
682
+
683
+ <tr>
684
+ <th>
685
+ <img id="the_champ_ss_mobile_likeb_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
686
+ <label for="the_champ_ss_mobile_likeb"><?php _e("Hide like buttons on mobile devices", 'Super-Socializer'); ?></label>
687
+ </th>
688
+ <td>
689
+ <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" />
690
+ </td>
691
+ </tr>
692
+
693
+ <tr class="the_champ_help_content" id="the_champ_ss_mobile_likeb_help_cont">
694
+ <td colspan="2">
695
+ <div>
696
+ <?php _e('If enabled, vertical like buttons will not appear on mobile devices', 'Super-Socializer') ?>
697
+ </div>
698
+ </td>
699
+ </tr>
700
  </tbody>
701
  </table>
702
  </div>
711
  <div class="stuffbox">
712
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
713
  <div class="inside">
714
+ <p><a href="http://support.heateor.com/like-buttons-shortcode-and-widget/" target="_blank"><?php _e('Like Buttons Shortcode & Widget', 'Super-Socializer') ?></a></p>
715
  </div>
716
  </div>
717
  </div>
admin/social_commenting.php CHANGED
@@ -31,7 +31,7 @@
31
  <tr class="the_champ_help_content" id="the_champ_enable_commenting_help_cont">
32
  <td colspan="2">
33
  <div>
34
- <?php _e('Enable Social Commenting', 'Super-Socializer') ?>
35
  </div>
36
  </td>
37
  </tr>
@@ -63,6 +63,15 @@
63
  <input id="the_champ_commenting_title" name="the_champ_facebook[commenting_label]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_label']) ? $theChampFacebookOptions['commenting_label'] : '';?>" />
64
  </td>
65
  </tr>
 
 
 
 
 
 
 
 
 
66
  </table>
67
  </div>
68
  </div>
@@ -73,7 +82,6 @@
73
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
74
  <tr>
75
  <th>
76
- <img id="the_champ_wp_comment_label_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
77
  <label for="the_champ_wp_comment_label"><?php _e("Label for WordPress Commenting tab", 'Super-Socializer'); ?></label>
78
  </th>
79
  <td>
@@ -83,7 +91,6 @@
83
 
84
  <tr>
85
  <th>
86
- <img id="the_champ_fb_comment_label_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
87
  <label for="the_champ_fb_comment_label"><?php _e("Label for Facebook Commenting tab", 'Super-Socializer'); ?></label>
88
  </th>
89
  <td>
@@ -93,7 +100,6 @@
93
 
94
  <tr>
95
  <th>
96
- <img id="the_champ_gp_comment_label_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
97
  <label for="the_champ_gp_comment_label"><?php _e("Label for G+ Commenting tab", 'Super-Socializer'); ?></label>
98
  </th>
99
  <td>
@@ -103,7 +109,6 @@
103
 
104
  <tr>
105
  <th>
106
- <img id="the_champ_dq_comment_label_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
107
  <label for="the_champ_dq_comment_label"><?php _e("Label for Disqus Commenting tab", 'Super-Socializer'); ?></label>
108
  </th>
109
  <td>
@@ -121,7 +126,7 @@
121
  <tr>
122
  <td colspan="2">
123
  <div>
124
- <?php _e('<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation.', 'Super-Socializer') ?>
125
  </div>
126
  </td>
127
  </tr>
@@ -241,28 +246,6 @@
241
  </td>
242
  </tr>
243
 
244
- <tr>
245
- <th>
246
- <img id="the_champ_fb_comment_mobile_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
247
- <label for="the_champ_fbcomment_mobile"><?php _e('Mobile', 'Super-Socializer'); ?></label>
248
- </th>
249
- <td>
250
- <select id="the_champ_fbcomment_mobile" name="the_champ_facebook[comment_mobile]">
251
- <option value="auto-detect" <?php echo isset($theChampFacebookOptions['comment_mobile']) && $theChampFacebookOptions['comment_mobile'] == 'auto-detect' ? 'selected="selected"' : '' ?>><?php _e('Auto Detect', 'Super-Socializer') ?></option>
252
- <option value="true" <?php echo isset($theChampFacebookOptions['comment_mobile']) && $theChampFacebookOptions['comment_mobile'] == 'true' ? 'selected="selected"' : '' ?>><?php _e('True', 'Super-Socializer') ?></option>
253
- <option value="false" <?php echo isset($theChampFacebookOptions['comment_mobile']) && $theChampFacebookOptions['comment_mobile'] == 'false' ? 'selected="selected"' : '' ?>><?php _e('False', 'Super-Socializer') ?></option>
254
- </select>
255
- </td>
256
- </tr>
257
-
258
- <tr class="the_champ_help_content" id="the_champ_fb_comment_mobile_help_cont">
259
- <td colspan="2">
260
- <div>
261
- <?php _e('A boolean value that specifies whether to show the mobile-optimized version or not.', 'Super-Socializer') ?>
262
- </div>
263
- </td>
264
- </tr>
265
-
266
  <tr>
267
  <th>
268
  <img id="the_champ_fb_comment_lang_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -397,7 +380,7 @@
397
  <div class="stuffbox">
398
  <h3><label><?php _e('Shortcode', 'Super-Socializer');?></label></h3>
399
  <div class="inside">
400
- <p><a href="//support.heateor.com/social-commenting-shortcode/" target="_blank"><?php _e('Shortcode', 'Super-Socializer') ?></a></p>
401
  </div>
402
  </div>
403
  </div>
@@ -409,7 +392,8 @@
409
  <div class="stuffbox">
410
  <h3><label><?php _e('FAQ', 'Super-Socializer') ?></label></h3>
411
  <div class="inside">
412
- <p><a href="//support.heateor.com/how-can-i-disable-social-commenting-at-individual-pagepost/" target="_blank"><?php _e('How can I disable Social Commenting at individual page/post?', 'Super-Socializer') ?></a></p>
 
413
  </div>
414
  </div>
415
  </div>
31
  <tr class="the_champ_help_content" id="the_champ_enable_commenting_help_cont">
32
  <td colspan="2">
33
  <div>
34
+ <?php _e('Master control to enable Social Commenting', 'Super-Socializer') ?>
35
  </div>
36
  </td>
37
  </tr>
63
  <input id="the_champ_commenting_title" name="the_champ_facebook[commenting_label]" type="text" value="<?php echo isset($theChampFacebookOptions['commenting_label']) ? $theChampFacebookOptions['commenting_label'] : '';?>" />
64
  </td>
65
  </tr>
66
+
67
+ <tr class="the_champ_help_content" id="the_champ_commenting_title_help_cont">
68
+ <td colspan="2">
69
+ <div>
70
+ <?php _e('Label for comment area', 'Super-Socializer') ?>
71
+ <img width="550" src="<?php echo plugins_url('../images/snaps/sc_commenting_label.png', __FILE__); ?>" />
72
+ </div>
73
+ </td>
74
+ </tr>
75
  </table>
76
  </div>
77
  </div>
82
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
83
  <tr>
84
  <th>
 
85
  <label for="the_champ_wp_comment_label"><?php _e("Label for WordPress Commenting tab", 'Super-Socializer'); ?></label>
86
  </th>
87
  <td>
91
 
92
  <tr>
93
  <th>
 
94
  <label for="the_champ_fb_comment_label"><?php _e("Label for Facebook Commenting tab", 'Super-Socializer'); ?></label>
95
  </th>
96
  <td>
100
 
101
  <tr>
102
  <th>
 
103
  <label for="the_champ_gp_comment_label"><?php _e("Label for G+ Commenting tab", 'Super-Socializer'); ?></label>
104
  </th>
105
  <td>
109
 
110
  <tr>
111
  <th>
 
112
  <label for="the_champ_dq_comment_label"><?php _e("Label for Disqus Commenting tab", 'Super-Socializer'); ?></label>
113
  </th>
114
  <td>
126
  <tr>
127
  <td colspan="2">
128
  <div>
129
+ <a href="https://www.heateor.com/add-ons" target="_blank"><input type="button" value="<?php _e('Enable Facebook Comments notification and moderation', 'Super-Socializer') ?>" class="ss_demo" /></a>
130
  </div>
131
  </td>
132
  </tr>
246
  </td>
247
  </tr>
248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
249
  <tr>
250
  <th>
251
  <img id="the_champ_fb_comment_lang_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
380
  <div class="stuffbox">
381
  <h3><label><?php _e('Shortcode', 'Super-Socializer');?></label></h3>
382
  <div class="inside">
383
+ <p><a href="http://support.heateor.com/social-commenting-shortcode/" target="_blank"><?php _e('Social Commenting Shortcode', 'Super-Socializer') ?></a></p>
384
  </div>
385
  </div>
386
  </div>
392
  <div class="stuffbox">
393
  <h3><label><?php _e('FAQ', 'Super-Socializer') ?></label></h3>
394
  <div class="inside">
395
+ <p><a href="http://support.heateor.com/how-can-i-disable-social-commenting-at-individual-pagepost/" target="_blank"><?php _e('How can I disable Social Commenting at individual page/post?', 'Super-Socializer') ?></a></p>
396
+ <p><a href="http://support.heateor.com/how-to-disable-default-comment-form-from-social-commenting/" target="_blank"><?php _e('How to disable default comment form from Social Commenting?', 'Super-Socializer') ?></a></p>
397
  </div>
398
  </div>
399
  </div>
admin/social_login.php CHANGED
@@ -93,7 +93,7 @@
93
  <tr class="the_champ_help_content" id="the_champ_slfb_key_help_cont">
94
  <td colspan="2">
95
  <div>
96
- <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'Super-Socializer'), '//support.heateor.com/how-to-get-facebook-app-id/') ?>
97
  <br/>
98
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
99
  <br/>
@@ -115,7 +115,7 @@
115
  <tr class="the_champ_help_content" id="the_champ_sltw_key_help_cont">
116
  <td colspan="2">
117
  <div>
118
- <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'Super-Socializer'), '//support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
119
  <br/>
120
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
121
  <br/>
@@ -137,7 +137,7 @@
137
  <tr class="the_champ_help_content" id="the_champ_sltw_secret_help_cont">
138
  <td colspan="2">
139
  <div>
140
- <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'Super-Socializer'), '//support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
141
  <br/>
142
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
143
  <br/>
@@ -159,7 +159,7 @@
159
  <tr class="the_champ_help_content" id="the_champ_slli_key_help_cont">
160
  <td colspan="2">
161
  <div>
162
- <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn API Key', 'Super-Socializer'), '//support.heateor.com/how-to-get-linkedin-api-key/') ?>
163
  <br/>
164
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
165
  <br/>
@@ -181,7 +181,7 @@
181
  <tr class="the_champ_help_content" id="the_champ_slgp_id_help_cont">
182
  <td colspan="2">
183
  <div>
184
- <?php echo sprintf(__('Required for GooglePlus Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get GooglePlus Client ID', 'Super-Socializer'), '//support.heateor.com/how-to-get-google-plus-client-id/') ?>
185
  <br/>
186
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
187
  <br/>
@@ -203,7 +203,7 @@
203
  <tr class="the_champ_help_content" id="the_champ_slvk_id_help_cont">
204
  <td colspan="2">
205
  <div>
206
- <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'Super-Socializer'), '//support.heateor.com/how-to-get-vkontakte-application-id/') ?>
207
  <br/>
208
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
209
  <br/>
@@ -225,7 +225,7 @@
225
  <tr class="the_champ_help_content" id="the_champ_slinsta_id_help_cont">
226
  <td colspan="2">
227
  <div>
228
- <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram Client ID', 'Super-Socializer'), '//support.heateor.com/how-to-get-instagram-client-id/') ?>
229
  <br/>
230
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
231
  <br/>
@@ -247,7 +247,7 @@
247
  <tr class="the_champ_help_content" id="the_champ_slxing_ck_help_cont">
248
  <td colspan="2">
249
  <div>
250
- <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Key', 'Super-Socializer'), '//support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
251
  <br/>
252
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
253
  <br/>
@@ -269,7 +269,7 @@
269
  <tr class="the_champ_help_content" id="the_champ_slxing_cs_help_cont">
270
  <td colspan="2">
271
  <div>
272
- <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Secret', 'Super-Socializer'), '//support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
273
  <br/>
274
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
275
  <br/>
@@ -382,6 +382,66 @@
382
  </td>
383
  </tr>
384
  <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  if(!isset($theChampFacebookOptions['force_fb_comment']) && isset($theChampLoginOptions['enable'])){
386
  ?>
387
  <tr>
@@ -653,7 +713,8 @@
653
  <div class="stuffbox">
654
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
655
  <div class="inside">
656
- <p><a href="//support.heateor.com/social-login-shortcode-and-widget/" target="_blank"><?php _e('Sortcode & Widget', 'Super-Socializer') ?></a></p>
 
657
  </div>
658
  </div>
659
  </div>
93
  <tr class="the_champ_help_content" id="the_champ_slfb_key_help_cont">
94
  <td colspan="2">
95
  <div>
96
+ <?php echo sprintf(__('Required for Facebook Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Facebook App ID', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-facebook-app-id/') ?>
97
  <br/>
98
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
99
  <br/>
115
  <tr class="the_champ_help_content" id="the_champ_sltw_key_help_cont">
116
  <td colspan="2">
117
  <div>
118
+ <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
119
  <br/>
120
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
121
  <br/>
137
  <tr class="the_champ_help_content" id="the_champ_sltw_secret_help_cont">
138
  <td colspan="2">
139
  <div>
140
+ <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
141
  <br/>
142
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
143
  <br/>
159
  <tr class="the_champ_help_content" id="the_champ_slli_key_help_cont">
160
  <td colspan="2">
161
  <div>
162
+ <?php echo sprintf(__('Required for LinkedIn Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get LinkedIn API Key', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-linkedin-api-key/') ?>
163
  <br/>
164
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
165
  <br/>
181
  <tr class="the_champ_help_content" id="the_champ_slgp_id_help_cont">
182
  <td colspan="2">
183
  <div>
184
+ <?php echo sprintf(__('Required for GooglePlus Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get GooglePlus Client ID', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-google-plus-client-id/') ?>
185
  <br/>
186
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned', 'Super-Socializer'); ?></span>
187
  <br/>
203
  <tr class="the_champ_help_content" id="the_champ_slvk_id_help_cont">
204
  <td colspan="2">
205
  <div>
206
+ <?php echo sprintf(__('Required for Vkontakte Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Vkontakte Application ID', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-vkontakte-application-id/') ?>
207
  <br/>
208
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Site address</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
209
  <br/>
225
  <tr class="the_champ_help_content" id="the_champ_slinsta_id_help_cont">
226
  <td colspan="2">
227
  <div>
228
+ <?php echo sprintf(__('Required for Instagram Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Instagram Client ID', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-instagram-client-id/') ?>
229
  <br/>
230
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website URL</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
231
  <br/>
247
  <tr class="the_champ_help_content" id="the_champ_slxing_ck_help_cont">
248
  <td colspan="2">
249
  <div>
250
+ <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Key', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
251
  <br/>
252
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
253
  <br/>
269
  <tr class="the_champ_help_content" id="the_champ_slxing_cs_help_cont">
270
  <td colspan="2">
271
  <div>
272
+ <?php echo sprintf(__('Required for Xing Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Xing Consumer Secret', 'Super-Socializer'), 'http://support.heateor.com/how-to-get-xing-consumer-key-and-secret/') ?>
273
  <br/>
274
  <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback domain</strong> option at the link mentioned', 'Super-Socializer'); ?></span>
275
  <br/>
382
  </td>
383
  </tr>
384
  <?php
385
+ /**
386
+ * Check if WooCommerce is active
387
+ **/
388
+ if ( the_champ_ss_woocom_is_active() ) {
389
+ ?>
390
+ <tr>
391
+ <th>
392
+ <img id="the_champ_sl_wc_before_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
393
+ <label for="the_champ_sl_wc_before_form"><?php _e("Enable before WooCommerce Customer Login Form", 'Super-Socializer'); ?></label>
394
+ </th>
395
+ <td>
396
+ <input id="the_champ_sl_wc_before_form" name="the_champ_login[enable_before_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_before_wc']) ? 'checked = "checked"' : '';?> value="1" />
397
+ </td>
398
+ </tr>
399
+
400
+ <tr class="the_champ_help_content" id="the_champ_sl_wc_before_form_help_cont">
401
+ <td colspan="2">
402
+ <div>
403
+ <?php _e('Social Login Interface will get enabled before the customer login form at WooCommerce My Account page', 'Super-Socializer') ?>
404
+ </div>
405
+ </td>
406
+ </tr>
407
+
408
+ <tr>
409
+ <th>
410
+ <img id="the_champ_sl_wc_after_form_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
411
+ <label for="the_champ_sl_wc_after_form"><?php _e("Enable after WooCommerce Customer Login Form", 'Super-Socializer'); ?></label>
412
+ </th>
413
+ <td>
414
+ <input id="the_champ_sl_wc_after_form" name="the_champ_login[enable_after_wc]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_after_wc']) ? 'checked = "checked"' : '';?> value="1" />
415
+ </td>
416
+ </tr>
417
+
418
+ <tr class="the_champ_help_content" id="the_champ_sl_wc_after_form_help_cont">
419
+ <td colspan="2">
420
+ <div>
421
+ <?php _e('Social Login Interface will get enabled after the customer login form at WooCommerce My Account page', 'Super-Socializer') ?>
422
+ </div>
423
+ </td>
424
+ </tr>
425
+
426
+ <tr>
427
+ <th>
428
+ <img id="the_champ_sl_wc_checkout_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
429
+ <label for="the_champ_sl_wc_checkout"><?php _e("Enable at WooCommerce checkout page", 'Super-Socializer'); ?></label>
430
+ </th>
431
+ <td>
432
+ <input id="the_champ_sl_wc_checkout" name="the_champ_login[enable_wc_checkout]" type="checkbox" <?php echo isset($theChampLoginOptions['enable_wc_checkout']) ? 'checked = "checked"' : '';?> value="1" />
433
+ </td>
434
+ </tr>
435
+
436
+ <tr class="the_champ_help_content" id="the_champ_sl_wc_checkout_help_cont">
437
+ <td colspan="2">
438
+ <div>
439
+ <?php _e('Social Login Interface will get enabled at WooCommerce checkout page', 'Super-Socializer') ?>
440
+ </div>
441
+ </td>
442
+ </tr>
443
+ <?php
444
+ }
445
  if(!isset($theChampFacebookOptions['force_fb_comment']) && isset($theChampLoginOptions['enable'])){
446
  ?>
447
  <tr>
713
  <div class="stuffbox">
714
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
715
  <div class="inside">
716
+ <p><a href="http://support.heateor.com/social-login-shortcode-and-widget/" target="_blank"><?php _e('Social Login Shortcode & Widget', 'Super-Socializer') ?></a></p>
717
+ <p><a href="http://support.heateor.com/social-linking-shortcode" target="_blank"><?php _e('Social Linking Shortcode', 'Super-Socializer') ?></a></p>
718
  </div>
719
  </div>
720
  </div>
admin/social_sharing.php CHANGED
@@ -128,7 +128,7 @@
128
  </th>
129
  <td>
130
  <div id="the_champ_sharing_preview" style="background-color:#3C589A">
131
- <div style="background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCI+PC9wYXRoPjwvc3ZnPg==') no-repeat left;width:100%;height:100%;"></div>
132
  </div>
133
  <script type="text/javascript">
134
  theChampSharingPreview('horizontal', <?php echo $sharingSize .', "'. $sharingShape . '"' ?>);
@@ -206,7 +206,7 @@
206
  </th>
207
  <td>
208
  <div id="the_champ_vertical_sharing_preview" style="background-color:#3C589A">
209
- <div style="background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCI+PC9wYXRoPjwvc3ZnPg==') no-repeat left;width:100%;height:100%;"></div>
210
  </div>
211
  <script type="text/javascript">
212
  theChampSharingPreview('vertical', <?php echo $verticalSharingSize .', "'. $verticalSharingShape . '"' ?>);
@@ -228,6 +228,32 @@
228
 
229
  <div class="menu_containt_div" id="tabs-3">
230
  <div class="the_champ_left_column">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  <div class="stuffbox">
232
  <h3><label><?php _e('Url shortener', 'Super-Socializer');?></label></h3>
233
  <div class="inside">
@@ -490,6 +516,16 @@
490
  <input id="the_champ_sharing_whatsapp" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('whatsapp', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="whatsapp" />
491
  <label for="the_champ_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
492
  </div>
 
 
 
 
 
 
 
 
 
 
493
  </td>
494
  </tr>
495
 
@@ -604,18 +640,27 @@
604
  <input id="the_champ_sharing_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset($theChampSharingOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
605
  <label for="the_champ_sharing_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
606
  <input id="the_champ_sharing_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset($theChampSharingOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
607
- <label for="the_champ_sharing_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
608
  <?php
 
 
 
 
 
 
 
 
 
 
 
609
  if($theChampIsBpActive){
610
  ?>
611
- <br/>
612
  <input id="the_champ_sharing_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset($theChampSharingOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
613
- <label for="the_champ_sharing_bp_activity"><?php _e('BuddyPress activity and groups', 'Super-Socializer') ?></label>
614
  <?php
615
  }
616
  if(function_exists('is_bbpress')){
617
  ?>
618
- <br/>
619
  <input id="the_champ_sharing_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset($theChampSharingOptions['bb_forum']) ? 'checked = "checked"' : '';?> value="1" />
620
  <label for="the_champ_sharing_bb_forum"><?php _e('BBPress forum', 'Super-Socializer') ?></label>
621
  <br/>
@@ -624,6 +669,20 @@
624
  <br/>
625
  <input id="the_champ_sharing_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset($theChampSharingOptions['bb_reply']) ? 'checked = "checked"' : '';?> value="1" />
626
  <label for="the_champ_sharing_bb_reply"><?php _e('BBPress reply', 'Super-Socializer') ?></label>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
627
  <?php
628
  }
629
  ?>
@@ -657,6 +716,25 @@
657
  </td>
658
  </tr>
659
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
  <tr>
661
  <th>
662
  <img id="the_champ_ss_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -816,6 +894,16 @@
816
  <input id="the_champ_vertical_sharing_whatsapp" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('whatsapp', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="whatsapp" />
817
  <label for="the_champ_vertical_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
818
  </div>
 
 
 
 
 
 
 
 
 
 
819
  </td>
820
  </tr>
821
 
@@ -984,8 +1072,17 @@
984
  <input id="the_champ_sharing_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_category']) ? 'checked = "checked"' : '';?> value="1" />
985
  <label for="the_champ_sharing_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
986
  <input id="the_champ_sharing_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_archive']) ? 'checked = "checked"' : '';?> value="1" />
987
- <label for="the_champ_sharing_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
988
  <?php
 
 
 
 
 
 
 
 
 
989
  if(function_exists('is_bbpress')){
990
  ?>
991
  <br/>
@@ -1027,6 +1124,25 @@
1027
  </td>
1028
  </tr>
1029
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1030
  <tr>
1031
  <th>
1032
  <img id="the_champ_ss_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -1044,6 +1160,24 @@
1044
  </div>
1045
  </td>
1046
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  </tbody>
1048
  </table>
1049
  </div>
@@ -1057,7 +1191,7 @@
1057
  <div class="stuffbox">
1058
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
1059
  <div class="inside">
1060
- <p><a href="//support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></p>
1061
  </div>
1062
  </div>
1063
  </div>
@@ -1088,9 +1222,9 @@
1088
  <div class="stuffbox">
1089
  <h3><label><?php _e('FAQ', 'Super-Socializer') ?></label></h3>
1090
  <div class="inside">
1091
- <p><a href="//support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'Super-Socializer') ?></a></p>
1092
- <p><a href="//support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'Super-Socializer') ?></a></p>
1093
- <p><a href="//support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/" target="_blank"><?php _e('How can I specify minimum sharing count for sharing networks?', 'Super-Socializer') ?></a></p>
1094
  </div>
1095
  </div>
1096
 
128
  </th>
129
  <td>
130
  <div id="the_champ_sharing_preview" style="background-color:#3C589A">
131
+ <div style="background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==') no-repeat left;width:100%;height:100%;"></div>
132
  </div>
133
  <script type="text/javascript">
134
  theChampSharingPreview('horizontal', <?php echo $sharingSize .', "'. $sharingShape . '"' ?>);
206
  </th>
207
  <td>
208
  <div id="the_champ_vertical_sharing_preview" style="background-color:#3C589A">
209
+ <div style="background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==') no-repeat left;width:100%;height:100%;"></div>
210
  </div>
211
  <script type="text/javascript">
212
  theChampSharingPreview('vertical', <?php echo $verticalSharingSize .', "'. $verticalSharingShape . '"' ?>);
228
 
229
  <div class="menu_containt_div" id="tabs-3">
230
  <div class="the_champ_left_column">
231
+
232
+ <div class="stuffbox">
233
+ <h3><label><?php _e('Modernizr', 'Super-Socializer');?></label></h3>
234
+ <div class="inside">
235
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
236
+ <tr>
237
+ <th>
238
+ <img id="the_champ_remove_modernizr_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
239
+ <label for="the_champ_remove_modernizr"><?php _e("Do not load Modernizr JS", 'Super-Socializer'); ?></label>
240
+ </th>
241
+ <td>
242
+ <input id="the_champ_remove_modernizr" name="the_champ_sharing[remove_modernizr]" type="checkbox" <?php echo isset($theChampSharingOptions['remove_modernizr']) ? 'checked = "checked"' : '';?> value="1" />
243
+ </td>
244
+ </tr>
245
+
246
+ <tr class="the_champ_help_content" id="the_champ_remove_modernizr_help_cont">
247
+ <td colspan="2">
248
+ <div>
249
+ <?php _e('If you find the plugin breaking your theme, you can try enabling this option', 'Super-Socializer') ?>
250
+ </div>
251
+ </td>
252
+ </tr>
253
+ </table>
254
+ </div>
255
+ </div>
256
+
257
  <div class="stuffbox">
258
  <h3><label><?php _e('Url shortener', 'Super-Socializer');?></label></h3>
259
  <div class="inside">
516
  <input id="the_champ_sharing_whatsapp" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('whatsapp', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="whatsapp" />
517
  <label for="the_champ_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
518
  </div>
519
+
520
+ <div class="theChampHorizontalSharingProviderContainer">
521
+ <input id="the_champ_sharing_yummly" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('yummly', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="yummly" />
522
+ <label for="the_champ_sharing_yummly"><?php _e("Yummly", 'Super-Socializer'); ?></label>
523
+ </div>
524
+
525
+ <div class="theChampHorizontalSharingProviderContainer">
526
+ <input id="the_champ_sharing_buffer" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('buffer', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="buffer" />
527
+ <label for="the_champ_sharing_buffer"><?php _e("Buffer", 'Super-Socializer'); ?></label>
528
+ </div>
529
  </td>
530
  </tr>
531
 
640
  <input id="the_champ_sharing_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset($theChampSharingOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
641
  <label for="the_champ_sharing_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
642
  <input id="the_champ_sharing_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset($theChampSharingOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
643
+ <label for="the_champ_sharing_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label><br/>
644
  <?php
645
+ $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
646
+ $post_types = array_diff( $post_types, array( 'post', 'page' ) );
647
+ if( count( $post_types ) ) {
648
+ foreach ( $post_types as $post_type ) {
649
+ ?>
650
+ <input id="the_champ_sharing_<?php echo $post_type ?>" name="the_champ_sharing[<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampSharingOptions[$post_type]) ? 'checked = "checked"' : '';?> value="1" />
651
+ <label for="the_champ_sharing_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
652
+ <?php
653
+ }
654
+ }
655
+
656
  if($theChampIsBpActive){
657
  ?>
 
658
  <input id="the_champ_sharing_bp_activity" name="the_champ_sharing[bp_activity]" type="checkbox" <?php echo isset($theChampSharingOptions['bp_activity']) ? 'checked = "checked"' : '';?> value="1" />
659
+ <label for="the_champ_sharing_bp_activity"><?php _e('BuddyPress activity and groups', 'Super-Socializer') ?></label><br/>
660
  <?php
661
  }
662
  if(function_exists('is_bbpress')){
663
  ?>
 
664
  <input id="the_champ_sharing_bb_forum" name="the_champ_sharing[bb_forum]" type="checkbox" <?php echo isset($theChampSharingOptions['bb_forum']) ? 'checked = "checked"' : '';?> value="1" />
665
  <label for="the_champ_sharing_bb_forum"><?php _e('BBPress forum', 'Super-Socializer') ?></label>
666
  <br/>
669
  <br/>
670
  <input id="the_champ_sharing_bb_reply" name="the_champ_sharing[bb_reply]" type="checkbox" <?php echo isset($theChampSharingOptions['bb_reply']) ? 'checked = "checked"' : '';?> value="1" />
671
  <label for="the_champ_sharing_bb_reply"><?php _e('BBPress reply', 'Super-Socializer') ?></label>
672
+ <br/>
673
+ <?php
674
+ }
675
+ if(the_champ_ss_woocom_is_active()){
676
+ ?>
677
+ <input id="the_champ_sharing_woocom_shop" name="the_champ_sharing[woocom_shop]" type="checkbox" <?php echo isset($theChampSharingOptions['woocom_shop']) ? 'checked = "checked"' : '';?> value="1" />
678
+ <label for="the_champ_sharing_woocom_shop"><?php _e('After individual product at WooCommerce Shop page', 'Super-Socializer') ?></label>
679
+ <br/>
680
+ <input id="the_champ_sharing_woocom_product" name="the_champ_sharing[woocom_product]" type="checkbox" <?php echo isset($theChampSharingOptions['woocom_product']) ? 'checked = "checked"' : '';?> value="1" />
681
+ <label for="the_champ_sharing_woocom_product"><?php _e('WooCommerce Product Page', 'Super-Socializer') ?></label>
682
+ <br/>
683
+ <input id="the_champ_sharing_woocom_thankyou" name="the_champ_sharing[woocom_thankyou]" type="checkbox" <?php echo isset($theChampSharingOptions['woocom_thankyou']) ? 'checked = "checked"' : '';?> value="1" />
684
+ <label for="the_champ_sharing_woocom_thankyou"><?php _e('WooCommerce Thankyou Page', 'Super-Socializer') ?></label>
685
+ <br/>
686
  <?php
687
  }
688
  ?>
716
  </td>
717
  </tr>
718
 
719
+ <tr>
720
+ <th>
721
+ <img id="the_champ_ss_total_hor_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
722
+ <label for="the_champ_ss_total_hor_shares"><?php _e("Show total shares", 'Super-Socializer'); ?></label>
723
+ </th>
724
+ <td>
725
+ <input id="the_champ_ss_total_hor_shares" name="the_champ_sharing[horizontal_total_shares]" type="checkbox" <?php echo isset($theChampSharingOptions['horizontal_total_shares']) ? 'checked = "checked"' : '';?> value="1" />
726
+ </td>
727
+ </tr>
728
+
729
+ <tr class="the_champ_help_content" id="the_champ_ss_total_hor_shares_help_cont">
730
+ <td colspan="2">
731
+ <div>
732
+ <?php _e('If enabled, total shares will be displayed with sharing icons', 'Super-Socializer') ?>
733
+ <img width="550" src="<?php echo plugins_url('../images/snaps/ss_horizontal_total_shares.png', __FILE__); ?>" />
734
+ </div>
735
+ </td>
736
+ </tr>
737
+
738
  <tr>
739
  <th>
740
  <img id="the_champ_ss_hmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
894
  <input id="the_champ_vertical_sharing_whatsapp" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('whatsapp', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="whatsapp" />
895
  <label for="the_champ_vertical_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
896
  </div>
897
+
898
+ <div class="theChampVerticalSharingProviderContainer">
899
+ <input id="the_champ_vertical_sharing_yummly" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('yummly', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="yummly" />
900
+ <label for="the_champ_vertical_sharing_yummly"><?php _e("Yummly", 'Super-Socializer'); ?></label>
901
+ </div>
902
+
903
+ <div class="theChampVerticalSharingProviderContainer">
904
+ <input id="the_champ_vertical_sharing_buffer" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('buffer', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="buffer" />
905
+ <label for="the_champ_vertical_sharing_buffer"><?php _e("Buffer", 'Super-Socializer'); ?></label>
906
+ </div>
907
  </td>
908
  </tr>
909
 
1072
  <input id="the_champ_sharing_vertical_category" name="the_champ_sharing[vertical_category]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_category']) ? 'checked = "checked"' : '';?> value="1" />
1073
  <label for="the_champ_sharing_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
1074
  <input id="the_champ_sharing_vertical_archive" name="the_champ_sharing[vertical_archive]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_archive']) ? 'checked = "checked"' : '';?> value="1" />
1075
+ <label for="the_champ_sharing_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label><br/>
1076
  <?php
1077
+ if( count( $post_types ) ) {
1078
+ foreach ( $post_types as $post_type ) {
1079
+ ?>
1080
+ <input id="the_champ_sharing_vertical_<?php echo $post_type ?>" name="the_champ_sharing[vertical_<?php echo $post_type ?>]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_' . $post_type]) ? 'checked = "checked"' : '';?> value="1" />
1081
+ <label for="the_champ_sharing_vertical_<?php echo $post_type ?>"><?php echo ucfirst( $post_type ) . 's'; ?></label><br/>
1082
+ <?php
1083
+ }
1084
+ }
1085
+
1086
  if(function_exists('is_bbpress')){
1087
  ?>
1088
  <br/>
1124
  </td>
1125
  </tr>
1126
 
1127
+ <tr>
1128
+ <th>
1129
+ <img id="the_champ_ss_total_vertical_shares_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1130
+ <label for="the_champ_ss_total_vertical_shares"><?php _e("Show total shares", 'Super-Socializer'); ?></label>
1131
+ </th>
1132
+ <td>
1133
+ <input id="the_champ_ss_total_vertical_shares" name="the_champ_sharing[vertical_total_shares]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_total_shares']) ? 'checked = "checked"' : '';?> value="1" />
1134
+ </td>
1135
+ </tr>
1136
+
1137
+ <tr class="the_champ_help_content" id="the_champ_ss_total_vertical_shares_help_cont">
1138
+ <td colspan="2">
1139
+ <div>
1140
+ <?php _e('If enabled, total shares will be displayed with sharing icons', 'Super-Socializer') ?>
1141
+ <img width="550" src="<?php echo plugins_url('../images/snaps/ss_vertical_total_shares.png', __FILE__); ?>" />
1142
+ </div>
1143
+ </td>
1144
+ </tr>
1145
+
1146
  <tr>
1147
  <th>
1148
  <img id="the_champ_ss_vmore_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1160
  </div>
1161
  </td>
1162
  </tr>
1163
+
1164
+ <tr>
1165
+ <th>
1166
+ <img id="the_champ_ss_mobile_sharing_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
1167
+ <label for="the_champ_ss_mobile_sharing"><?php _e("Hide sharing on mobile devices", 'Super-Socializer'); ?></label>
1168
+ </th>
1169
+ <td>
1170
+ <input id="the_champ_ss_mobile_sharing" name="the_champ_sharing[hide_mobile_sharing]" type="checkbox" <?php echo isset($theChampSharingOptions['hide_mobile_sharing']) ? 'checked = "checked"' : '';?> value="1" />
1171
+ </td>
1172
+ </tr>
1173
+
1174
+ <tr class="the_champ_help_content" id="the_champ_ss_mobile_sharing_help_cont">
1175
+ <td colspan="2">
1176
+ <div>
1177
+ <?php _e('If enabled, vertical sharing interface will not appear on mobile devices', 'Super-Socializer') ?>
1178
+ </div>
1179
+ </td>
1180
+ </tr>
1181
  </tbody>
1182
  </table>
1183
  </div>
1191
  <div class="stuffbox">
1192
  <h3><label><?php _e('Shortcode & Widget', 'Super-Socializer');?></label></h3>
1193
  <div class="inside">
1194
+ <p><a href="http://support.heateor.com/social-sharing-shortcode-and-widget/" target="_blank"><?php _e('Social Sharing Shortcode & Widget', 'Super-Socializer') ?></a></p>
1195
  </div>
1196
  </div>
1197
  </div>
1222
  <div class="stuffbox">
1223
  <h3><label><?php _e('FAQ', 'Super-Socializer') ?></label></h3>
1224
  <div class="inside">
1225
+ <p><a href="http://support.heateor.com/how-can-i-show-share-counts-of-my-website-rather-than-of-individual-pagepost/" target="_blank"><?php _e('How can I show share counts of my website rather than of individual pages/posts?', 'Super-Socializer') ?></a></p>
1226
+ <p><a href="http://support.heateor.com/how-can-i-disable-social-sharing-on-particular-pagepost/" target="_blank"><?php _e('How can I disable sharing on particular page/post?', 'Super-Socializer') ?></a></p>
1227
+ <p><a href="http://support.heateor.com/how-can-i-specify-minimum-sharing-count-for-sharing-networks/" target="_blank"><?php _e('How can I specify minimum sharing count for sharing networks?', 'Super-Socializer') ?></a></p>
1228
  </div>
1229
  </div>
1230
 
css/admin.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_sl_curl{color:#900}.clr{clear:both}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{width:165px;float:left}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:56%!important}.the_champ_right_column{float:left;width:37%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_clear{clear:both}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:351px}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float: left;margin-right: 10px;}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingButton{display:block;background:url(../images/sharing/sharing.png) no-repeat}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampSharingSvg{width:100%;height:100%}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzOSAzOSI+DQo8cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+DQo8L3N2Zz4=) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT4NCjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDUgMTUgaCA1IE0gMTUgNSB2IDUgTSAyNSAxNSBoIC01IE0gMTUgMjUgdiAtNSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjEwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgMjAgYyAtMyAtNCAtMiAtMTAgMyAtMTMuNSBjIDQgLTMgMTEgLTMgMTUgMyBjIDMgNSAyIDEzIC02IDE1IHEgLTQgMSAtNiAtMyBsIC0yIDYgbCAtMS4yIDIgbCAtMC44IC0yIGwgMi41IC0xMSBjIC0yIC00IDEgLTggNCAtNiBxIDAgNSAtMS40IDguNSBjIDMgOCAxMCAwIDkuNSAtNCBjIDAgLTkgLTExIC0xMSAtMTQuNSAtNCBjIDAgMCAtMyA1IDAgOCBsIC0xIDIgeiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSI1IiB5PSIxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciIHN0eWxlPSJmaWxsOiNmZmY7Ij48L3JlY3Q+DQo8cGF0aCBkPSJNIDggMjEgbCAxIDMgbCAxMiAwIGwgMSAtMyBNIDEwIDE1IHYgLTcgbSAxMCA3IHYgLTcgTSAxMiAxNSB2IC05IGggNSBsIDEgMSB2IDggbSAtNCAtMiBoIDQgbSAtMyAtMyBoIDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPGNpcmNsZSBjeD0iMTkiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjciIGN5PSIxNCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIzIiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMjIgcSA1IDMgMTAgMCBNIDE1IDEyIGwgMSAtNiBsIDYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQoNCjxwYXRoIGlkPSJhcmMxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZD0iTSAxMS41Nzk3OTg1NjY3NDMzMTQgMjQuMzk2OTI2MjA3ODU5MDg1IEEgMTAgMTAgMCAxIDAgNi44MDg0Nzk1NTcxMTAwNzkgMjAuNzM1NzY0MzYzNTEwNDYiPjwvcGF0aD4NCjxwYXRoIGQ9Ik0gNyAxOSBsIC0xIDYgbCA2IC0xIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTAgMTAgcSAtMSA4IDggMTEgYyA1IC0xIDAgLTYgLTEgLTMgcSAtNCAtMyAtNSAtNSBjIDQgLTIgLTEgLTUgLTEgLTQiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}
1
+ @charset "utf-8";.clr,.the_champ_clear{clear:both}#the_champ_sl_curl{color:#900}h2.nav-tab-wrapper>ul>li{float:left;margin-left:5px}li.ui-tabs-active{border-bottom-color:#f1f1f1;border-bottom-style:solid;border-bottom-width:5px}li.ui-tabs-active a.nav-tab{background:0 0}.submit a{margin-left:20px}div.menu_containt_div>.stuffbox{width:763px}div.inside td,div.inside th{padding:7px}div.stuffbox h3{border-bottom:1px solid #eee}.theChampHorizontalSharingProviderContainer,.theChampVerticalSharingProviderContainer{width:165px;float:left}.the_champ_help_content{display:none;font-size:12px;color:#797979;line-height:15px;font-style:italic}.the_champ_help_content img{box-shadow:4px 4px 4px 4px #888;margin:8px 0}.the_champ_help_bubble{cursor:pointer;vertical-align:middle}#the_champ_ss_rearrange li,#the_champ_ss_vertical_rearrange li{cursor:move;float:left;display:block;margin:2px}#the_champ_sc_rearrange,#the_champ_sc_vertical_rearrange,#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange{margin:0}#the_champ_sc_rearrange li,#the_champ_sc_vertical_rearrange li{cursor:move;float:left;display:block;width:175px;margin:0}#the_champ_sc_rearrange label,#the_champ_sc_vertical_rearrange label{cursor:move}.the_champ_left_column{float:left;width:56%!important}.the_champ_right_column{float:left;width:37%;margin-left:10px}.the_champ_right_column a:focus{outline:0!important;border:none!important}.the_champ_right_column td{display:block;width:120px!important;margin:0}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}input[type=text]{width:90%}.theChampLoginButton{background:url(../images/login/login.png) no-repeat;cursor:pointer;display:block;float:left;margin-right:10px}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px}.theChampFacebookButton{background-position:0 0;width:32px;height:32px}.theChampWordpressButton{background-position:0 -96px;width:32px;height:32px}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingButton{display:block;background:url(../images/sharing/sharing.png) no-repeat}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}.theChampYummlyBackground{background-color:#E16120}.theChampFacebookBackground{background-color:#3C589A}.theChampBufferBackground{background-color:#000}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjQgNCAyMiAyMiI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDE1IDYgbCAtMTAgNSBsIDEwIDUgbCAxMCAtNSB6IiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNS41IDE0LjUgbCA5LjUgNSBsIDkuNSAtNSBtIC0xOSA0IGwgOS41IDUgbCA5LjUgLTUiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzOSAzOSI+DQo8cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+DQo8L3N2Zz4=) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT4NCjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDUgMTUgaCA1IE0gMTUgNSB2IDUgTSAyNSAxNSBoIC01IE0gMTUgMjUgdiAtNSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjEwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgMjAgYyAtMyAtNCAtMiAtMTAgMyAtMTMuNSBjIDQgLTMgMTEgLTMgMTUgMyBjIDMgNSAyIDEzIC02IDE1IHEgLTQgMSAtNiAtMyBsIC0yIDYgbCAtMS4yIDIgbCAtMC44IC0yIGwgMi41IC0xMSBjIC0yIC00IDEgLTggNCAtNiBxIDAgNSAtMS40IDguNSBjIDMgOCAxMCAwIDkuNSAtNCBjIDAgLTkgLTExIC0xMSAtMTQuNSAtNCBjIDAgMCAtMyA1IDAgOCBsIC0xIDIgeiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgLTIgMzAgMzAiPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA3IDEwIGggMiB2IDMgaCAxMiB2IC0zIGggMiB2IDcgaCAtMiB2IC0zIGggLTEyIHYgMyBoIC0yIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxyZWN0IHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjgiIGhlaWdodD0iNyIgd2lkdGg9IjEwIiB4PSIxMCIgeT0iNSIgZmlsbD0ibm9uZSI+PC9yZWN0PjxyZWN0IHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIiBoZWlnaHQ9IjUiIHdpZHRoPSI4IiB4PSIxMSIgeT0iMTYiIGZpbGw9IiNmZmYiPjwvcmVjdD48L3N2Zz4=) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPGNpcmNsZSBjeD0iMTkiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjciIGN5PSIxNCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIzIiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMjIgcSA1IDMgMTAgMCBNIDE1IDEyIGwgMSAtNiBsIDYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQoNCjxwYXRoIGlkPSJhcmMxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZD0iTSAxMS41Nzk3OTg1NjY3NDMzMTQgMjQuMzk2OTI2MjA3ODU5MDg1IEEgMTAgMTAgMCAxIDAgNi44MDg0Nzk1NTcxMTAwNzkgMjAuNzM1NzY0MzYzNTEwNDYiPjwvcGF0aD4NCjxwYXRoIGQ9Ik0gNyAxOSBsIC0xIDYgbCA2IC0xIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTAgMTAgcSAtMSA4IDggMTEgYyA1IC0xIDAgLTYgLTEgLTMgcSAtNCAtMyAtNSAtNSBjIDQgLTIgLTEgLTUgLTEgLTQiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.ss_demo{background-color:#1D9AFC;padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:0 auto;font-weight:bolder;width:100%;cursor:pointer}.ss_demo:hover{background-color:#5BACEC};
css/front.css CHANGED
@@ -1 +1 @@
1
- @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img{cursor:pointer;margin:2px;display:none;float:left;border:none}#the_champ_loading_image{display:block!important;float:none}.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{background:none!important;float:left;width:33.3333%;text-align:left!important}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:92%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#58B8F8;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:14px;height:auto;line-height:20px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}#the_champ_comment_toggle{margin-bottom:10px}.the_champ_sharing_service{display:block;background:url(../images/sharing/more_sprite.png) no-repeat;margin-right:3px;float:left}.the_champ_sharing_service_amazon{background-position:0 0;width:20px;height:20px}.the_champ_sharing_service_aol{background-position:-20px 0;width:20px;height:20px}.the_champ_sharing_service_arto{background-position:-40px 0;width:20px;height:20px}.the_champ_sharing_service_bebo{background-position:-60px 0;width:20px;height:20px}.the_champ_sharing_service_bitly{background-position:-80px 0;width:20px;height:20px}.the_champ_sharing_service_blogger{background-position:-100px 0;width:20px;height:20px}.the_champ_sharing_service_box{background-position:-120px 0;width:20px;height:20px}.the_champ_sharing_service_boxee{background-position:0 -20px;width:20px;height:20px}.the_champ_sharing_service_buffer{background-position:-20px -20px;width:20px;height:20px}.the_champ_sharing_service_buzzster{background-position:-40px -20px;width:20px;height:20px}.the_champ_sharing_service_delicious{background-position:-60px -20px;width:20px;height:20px}.the_champ_sharing_service_digg{background-position:-80px -20px;width:20px;height:20px}.the_champ_sharing_service_diigo{background-position:-100px -20px;width:20px;height:20px}.the_champ_sharing_service_diigolet{background-position:-120px -20px;width:20px;height:20px}.the_champ_sharing_service_email{background-position:0 -40px;width:20px;height:20px}.the_champ_sharing_service_evernote{background-position:-20px -40px;width:20px;height:20px}.the_champ_sharing_service_facebook{background-position:-40px -40px;width:20px;height:20px}.the_champ_sharing_service_fancy{background-position:-60px -40px;width:20px;height:20px}.the_champ_sharing_service_fark{background-position:-80px -40px;width:20px;height:20px}.the_champ_sharing_service_flipboard{background-position:-100px -40px;width:20px;height:20px}.the_champ_sharing_service_google{background-position:-120px -40px;width:20px;height:20px}.the_champ_sharing_service_google-apps{background-position:0 -60px;width:20px;height:20px}.the_champ_sharing_service_google-bookmark{background-position:-20px -60px;width:20px;height:20px}.the_champ_sharing_service_google-mail{background-position:-40px -60px;width:20px;height:20px}.the_champ_sharing_service_heart{background-position:-60px -60px;width:20px;height:20px}.the_champ_sharing_service_hootsuite{background-position:-80px -60px;width:20px;height:20px}.the_champ_sharing_service_hotmail{background-position:-100px -60px;width:20px;height:20px}.the_champ_sharing_service_identica{background-position:-120px -60px;width:20px;height:20px}.the_champ_sharing_service_inbound{background-position:0 -80px;width:20px;height:20px}.the_champ_sharing_service_instapaper{background-position:-20px -80px;width:20px;height:20px}.the_champ_sharing_service_izeby{background-position:-40px -80px;width:20px;height:20px}.the_champ_sharing_service_kaboodle{background-position:-60px -80px;width:20px;height:20px}.the_champ_sharing_service_linkedin{background-position:-80px -80px;width:20px;height:20px}.the_champ_sharing_service_mister-wong{background-position:-100px -80px;width:20px;height:20px}.the_champ_sharing_service_msdn{background-position:-120px -80px;width:20px;height:20px}.the_champ_sharing_service_ning{background-position:0 -100px;width:20px;height:20px}.the_champ_sharing_service_orkut{background-position:-20px -100px;width:20px;height:20px}.the_champ_sharing_service_pinboard{background-position:-40px -100px;width:20px;height:20px}.the_champ_sharing_service_pinterest{background-position:-60px -100px;width:20px;height:20px}.the_champ_sharing_service_plurk{background-position:-80px -100px;width:20px;height:20px}.the_champ_sharing_service_pocket{background-position:-100px -100px;width:20px;height:20px}.the_champ_sharing_service_print-friendly{background-position:-120px -100px;width:20px;height:20px}.the_champ_sharing_service_quora{background-position:0 -120px;width:20px;height:20px}.the_champ_sharing_service_read-later{background-position:-20px -120px;width:20px;height:20px}.the_champ_sharing_service_reddit{background-position:-40px -120px;width:20px;height:20px}.the_champ_sharing_service_soup{background-position:-60px -120px;width:20px;height:20px}.the_champ_sharing_service_springpad{background-position:-80px -120px;width:20px;height:20px}.the_champ_sharing_service_stumbleupon{background-position:-100px -120px;width:20px;height:20px}.the_champ_sharing_service_stumpedia{background-position:-120px -120px;width:20px;height:20px}.the_champ_sharing_service_techmeme{background-position:0 -140px;width:20px;height:20px}.the_champ_sharing_service_tinyurl{background-position:-20px -140px;width:20px;height:20px}.the_champ_sharing_service_tumblr{background-position:-40px -140px;width:20px;height:20px}.the_champ_sharing_service_twitter{background-position:-60px -140px;width:20px;height:20px}.the_champ_sharing_service_typepad{background-position:-80px -140px;width:20px;height:20px}.the_champ_sharing_service_viadeo{background-position:-100px -140px;width:20px;height:20px}.the_champ_sharing_service_vkontakte{background-position:-120px -140px;width:20px;height:20px}.the_champ_sharing_service_wanelo{background-position:0 -160px;width:20px;height:20px}.the_champ_sharing_service_windows-live{background-position:-20px -160px;width:20px;height:20px}.the_champ_sharing_service_wordpress{background-position:-40px -160px;width:20px;height:20px}.the_champ_sharing_service_yahoo{background-position:-60px -160px;width:20px;height:20px}.the_champ_sharing_service_yammer{background-position:-80px -160px;width:20px;height:20px}.the_champ_sharing_service_yc-hacker{background-position:-100px -160px;width:20px;height:20px}ul.the_champ_login_ul{list-style:none!important;margin:3px 0!important;padding-left:0!important}ul.the_champ_login_ul li{background:none!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampInstagramSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{list-style:none!important;margin:1px 0!important;padding-left:0!important}#the_champ_sharing_popup_close img{background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:none!important}.the_champ_square_count{display:none;font-size:.54em;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingButton{display:block;background:url(../images/sharing/sharing.png) no-repeat;margin:2px;float:left;cursor:pointer;border:none}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}li.the_champ_facebook_like{width:89px}li.the_champ_facebook_recommend{width:135px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_reddit{width:130px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampSharingSvg{width:100%;height:100%}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzOSAzOSI+DQo8cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+DQo8L3N2Zz4=) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT4NCjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDUgMTUgaCA1IE0gMTUgNSB2IDUgTSAyNSAxNSBoIC01IE0gMTUgMjUgdiAtNSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjEwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgMjAgYyAtMyAtNCAtMiAtMTAgMyAtMTMuNSBjIDQgLTMgMTEgLTMgMTUgMyBjIDMgNSAyIDEzIC02IDE1IHEgLTQgMSAtNiAtMyBsIC0yIDYgbCAtMS4yIDIgbCAtMC44IC0yIGwgMi41IC0xMSBjIC0yIC00IDEgLTggNCAtNiBxIDAgNSAtMS40IDguNSBjIDMgOCAxMCAwIDkuNSAtNCBjIDAgLTkgLTExIC0xMSAtMTQuNSAtNCBjIDAgMCAtMyA1IDAgOCBsIC0xIDIgeiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSI1IiB5PSIxNSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjciIHN0eWxlPSJmaWxsOiNmZmY7Ij48L3JlY3Q+DQo8cGF0aCBkPSJNIDggMjEgbCAxIDMgbCAxMiAwIGwgMSAtMyBNIDEwIDE1IHYgLTcgbSAxMCA3IHYgLTcgTSAxMiAxNSB2IC05IGggNSBsIDEgMSB2IDggbSAtNCAtMiBoIDQgbSAtMyAtMyBoIDMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPGNpcmNsZSBjeD0iMTkiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjciIGN5PSIxNCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIzIiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMjIgcSA1IDMgMTAgMCBNIDE1IDEyIGwgMSAtNiBsIDYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQoNCjxwYXRoIGlkPSJhcmMxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZD0iTSAxMS41Nzk3OTg1NjY3NDMzMTQgMjQuMzk2OTI2MjA3ODU5MDg1IEEgMTAgMTAgMCAxIDAgNi44MDg0Nzk1NTcxMTAwNzkgMjAuNzM1NzY0MzYzNTEwNDYiPjwvcGF0aD4NCjxwYXRoIGQ9Ik0gNyAxOSBsIC0xIDYgbCA2IC0xIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTAgMTAgcSAtMSA4IDggMTEgYyA1IC0xIDAgLTYgLTEgLTMgcSAtNCAtMyAtNSAtNSBjIDQgLTIgLTEgLTUgLTEgLTQiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampSharing{display:block;margin:2px;float:left;cursor:pointer;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left: 0 !important;float:left;margin:0 1em 0 0;list-style:none;color:#ccc;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1;}.fb-comments,.fb-comments span,.fb-comments span iframe[style] {min-width: 100% !important; width: 100% !important;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}
1
+ @charset "utf-8";#the_champ_error{color:red;margin:7px 0}.the_champ_login_container{margin:2px 0}.the_champ_login_container img,.the_champ_sharing_container img{cursor:pointer;margin:2px;border:none}.the_champ_login_container img{display:none;float:left}#the_champ_loading_image{display:block!important;float:none}.the_champ_error{background-color:#FFFFE0;border:1px solid #E6DB55;padding:5px;margin:10px}#the_champ_sharing_more_providers{position:fixed;top:50%;left:47%;background:#FAFAFA;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important}#the_champ_popup_bg{background:url(../images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#the_champ_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58B8F8!important;border-bottom:1px solid #D7D7D7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#the_champ_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#the_champ_sharing_more_providers #the_champ_sharing_more_content{background:#FAFAFA;border-radius:4px;color:#555;height:100%;width:100%}#the_champ_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#the_champ_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#the_champ_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#the_champ_sharing_more_content .all-services ul li{background:0 0!important;float:left;width:33.3333%;text-align:left!important}#the_champ_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#the_champ_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#the_champ_sharing_more_providers .filter input.search{width:92%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:#58B8F8;border-top:1px solid #D7D7D7;padding:6px 0;width:100%;color:#fff}#the_champ_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#the_champ_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#the_champ_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:14px;height:auto;line-height:20px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.the_champ_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58B8F8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.the_champ_share_count,.the_champ_vertical_counter,.the_champ_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}ul.the_champ_login_ul,ul.the_champ_sharing_ul{list-style:none!important;padding-left:0!important}#the_champ_comment_toggle{margin-bottom:10px}.the_champ_sharing_service{display:block;background:url(../images/sharing/more_sprite.png) no-repeat;margin-right:3px;float:left}.the_champ_sharing_service_amazon{background-position:0 0;width:20px;height:20px}.the_champ_sharing_service_aol{background-position:-20px 0;width:20px;height:20px}.the_champ_sharing_service_arto{background-position:-40px 0;width:20px;height:20px}.the_champ_sharing_service_bebo{background-position:-60px 0;width:20px;height:20px}.the_champ_sharing_service_bitly{background-position:-80px 0;width:20px;height:20px}.the_champ_sharing_service_blogger{background-position:-100px 0;width:20px;height:20px}.the_champ_sharing_service_box{background-position:-120px 0;width:20px;height:20px}.the_champ_sharing_service_boxee{background-position:0 -20px;width:20px;height:20px}.the_champ_sharing_service_buffer{background-position:-20px -20px;width:20px;height:20px}.the_champ_sharing_service_buzzster{background-position:-40px -20px;width:20px;height:20px}.the_champ_sharing_service_delicious{background-position:-60px -20px;width:20px;height:20px}.the_champ_sharing_service_digg{background-position:-80px -20px;width:20px;height:20px}.the_champ_sharing_service_diigo{background-position:-100px -20px;width:20px;height:20px}.the_champ_sharing_service_diigolet{background-position:-120px -20px;width:20px;height:20px}.the_champ_sharing_service_email{background-position:0 -40px;width:20px;height:20px}.the_champ_sharing_service_evernote{background-position:-20px -40px;width:20px;height:20px}.the_champ_sharing_service_facebook{background-position:-40px -40px;width:20px;height:20px}.the_champ_sharing_service_fancy{background-position:-60px -40px;width:20px;height:20px}.the_champ_sharing_service_fark{background-position:-80px -40px;width:20px;height:20px}.the_champ_sharing_service_flipboard{background-position:-100px -40px;width:20px;height:20px}.the_champ_sharing_service_google{background-position:-120px -40px;width:20px;height:20px}.the_champ_sharing_service_google-apps{background-position:0 -60px;width:20px;height:20px}.the_champ_sharing_service_google-bookmark{background-position:-20px -60px;width:20px;height:20px}.the_champ_sharing_service_google-mail{background-position:-40px -60px;width:20px;height:20px}.the_champ_sharing_service_heart{background-position:-60px -60px;width:20px;height:20px}.the_champ_sharing_service_hootsuite{background-position:-80px -60px;width:20px;height:20px}.the_champ_sharing_service_hotmail{background-position:-100px -60px;width:20px;height:20px}.the_champ_sharing_service_identica{background-position:-120px -60px;width:20px;height:20px}.the_champ_sharing_service_inbound{background-position:0 -80px;width:20px;height:20px}.the_champ_sharing_service_instapaper{background-position:-20px -80px;width:20px;height:20px}.the_champ_sharing_service_izeby{background-position:-40px -80px;width:20px;height:20px}.the_champ_sharing_service_kaboodle{background-position:-60px -80px;width:20px;height:20px}.the_champ_sharing_service_linkedin{background-position:-80px -80px;width:20px;height:20px}.the_champ_sharing_service_mister-wong{background-position:-100px -80px;width:20px;height:20px}.the_champ_sharing_service_msdn{background-position:-120px -80px;width:20px;height:20px}.the_champ_sharing_service_ning{background-position:0 -100px;width:20px;height:20px}.the_champ_sharing_service_orkut{background-position:-20px -100px;width:20px;height:20px}.the_champ_sharing_service_pinboard{background-position:-40px -100px;width:20px;height:20px}.the_champ_sharing_service_pinterest{background-position:-60px -100px;width:20px;height:20px}.the_champ_sharing_service_plurk{background-position:-80px -100px;width:20px;height:20px}.the_champ_sharing_service_pocket{background-position:-100px -100px;width:20px;height:20px}.the_champ_sharing_service_print-friendly{background-position:-120px -100px;width:20px;height:20px}.the_champ_sharing_service_quora{background-position:0 -120px;width:20px;height:20px}.the_champ_sharing_service_read-later{background-position:-20px -120px;width:20px;height:20px}.the_champ_sharing_service_reddit{background-position:-40px -120px;width:20px;height:20px}.the_champ_sharing_service_soup{background-position:-60px -120px;width:20px;height:20px}.the_champ_sharing_service_springpad{background-position:-80px -120px;width:20px;height:20px}.the_champ_sharing_service_stumbleupon{background-position:-100px -120px;width:20px;height:20px}.the_champ_sharing_service_stumpedia{background-position:-120px -120px;width:20px;height:20px}.the_champ_sharing_service_techmeme{background-position:0 -140px;width:20px;height:20px}.the_champ_sharing_service_tinyurl{background-position:-20px -140px;width:20px;height:20px}.the_champ_sharing_service_tumblr{background-position:-40px -140px;width:20px;height:20px}.the_champ_sharing_service_twitter{background-position:-60px -140px;width:20px;height:20px}.the_champ_sharing_service_typepad{background-position:-80px -140px;width:20px;height:20px}.the_champ_sharing_service_viadeo{background-position:-100px -140px;width:20px;height:20px}.the_champ_sharing_service_vkontakte{background-position:-120px -140px;width:20px;height:20px}.the_champ_sharing_service_wanelo{background-position:0 -160px;width:20px;height:20px}.the_champ_sharing_service_windows-live{background-position:-20px -160px;width:20px;height:20px}.the_champ_sharing_service_wordpress{background-position:-40px -160px;width:20px;height:20px}.the_champ_sharing_service_yahoo{background-position:-60px -160px;width:20px;height:20px}.the_champ_sharing_service_yammer{background-position:-80px -160px;width:20px;height:20px}.the_champ_sharing_service_yc-hacker{background-position:-100px -160px;width:20px;height:20px}ul.the_champ_login_ul{margin:3px 0!important}ul.the_champ_login_ul li{background:0 0!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style-type:none!important}.theChampLoginSvg{width:100%;height:100%}.theChampInstagramSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSI2IiBmaWxsPSIjZmZmIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMiAxNSB2IDEzIGggMjYgdiAtMTMgaCAtNCBjIC0zIDEyIC0xNSAxMiAtMTggMCB6IG0gMiAtMTMgdiA1IG0gMiAtNSB2IDUgbSAyIC01IHYgNCBtIC02IDYgdiAtMTAgaCAyNiB2IDEwIGggLTQgYyAtNCAtOC41IC0xNCAtOC41IC0xOCAwIHoiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+PHJlY3Qgd2lkdGg9IjUiIGhlaWdodD0iNSIgZmlsbD0iI2ZmZiIgeD0iMjMiIHk9IjIiPjwvcmVjdD4NCjwvc3ZnPg==) left no-repeat}.theChampLoginButton{background:url(../images/login/login.png) no-repeat}.theChampLogin{padding:0!important;margin:2px;height:35px;width:35px;float:left;cursor:pointer;border:none}.theChampInstagramLogin,.theChampTwitterLogin,.theChampXingLogin{display:block}.theChampFacebookLogin,.theChampGoogleLogin,.theChampLinkedinLogin,.theChampVkontakteLogin{display:none}.theChampXingButton{background-position:-64px 0;width:32px;height:32px;display:block}.theChampFacebookButton{background-position:0 0;width:32px;height:32px;display:none}.theChampLiveButton{background-position:-32px -96px;width:32px;height:32px;display:block}.theChampGoogleButton{background-position:-32px 0;width:32px;height:32px;display:none}.theChampInstagramButton{background-position:0 -32px;width:32px;height:32px;display:block!important}.theChampLinkedinButton{background-position:-32px -32px;width:32px;height:32px;display:none}.theChampTwitterButton{background-position:0 -64px;width:32px;height:32px;display:block!important}.theChampVkontakteButton{background-position:-32px -64px;width:32px;height:32px;display:none}ul.the_champ_sharing_ul{margin:1px 0!important}#the_champ_sharing_popup_close img{background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}ul.the_champ_sharing_ul li.theChampSharingRound{background:0 0!important}.the_champ_square_count{display:none;font-size:.65em;color:#fff;text-align:center;font-weight:bolder;font-family:sans-serif;line-height:1.8em}ul.the_champ_sharing_ul li{float:left!important;margin:0!important;padding:0!important;list-style:none!important;border:none!important}.theChampSharing,.theChampSharingButton{display:block;cursor:pointer;margin:2px}ul.the_champ_login_ul li:before,ul.the_champ_sharing_ul li:before{content:none!important}.theChampSharingButton{background:url(../images/sharing/sharing.png) no-repeat;float:left;border:none}.theChampSharingDeliciousButton{background-position:0 0;width:32px;height:32px}.theChampSharingDiggButton{background-position:-32px 0;width:32px;height:32px}.theChampSharingEmailButton{background-position:-64px 0;width:32px;height:32px}.theChampSharingXingButton{background-position:0 -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}.theChampSharingYummlyButton{background-position:-64px -128px;width:32px;height:32px}.theChampSharingBufferButton{background-position:-96px -128px;width:32px;height:32px}.theChampSharingTotalsharesButton{background-position: -200px -200px}.theChampSharingFacebookButton{background-position:-96px 0;width:32px;height:32px}.theChampSharingFloatitButton{background-position:0 -32px;width:32px;height:32px}.theChampSharingGoogleButton{background-position:-32px -32px;width:32px;height:32px}.theChampSharingLinkedinButton{background-position:-64px -32px;width:32px;height:32px}.theChampSharingMoreButton{background-position:-96px -32px;width:32px;height:32px}.theChampSharingPinterestButton{background-position:0 -64px;width:32px;height:32px}.theChampSharingPrintButton{background-position:-32px -64px;width:32px;height:32px}.theChampSharingRedditButton{background-position:-64px -64px;width:32px;height:32px}.theChampSharingStumbleuponButton{background-position:-96px -64px;width:32px;height:32px}.theChampSharingTumblrButton{background-position:0 -96px;width:32px;height:32px}.theChampSharingTwitterButton{background-position:-32px -96px;width:32px;height:32px}.theChampSharingVkontakteButton{background-position:-64px -96px;width:32px;height:32px}.theChampSharingYahooButton{background-position:-96px -96px;width:32px;height:32px}.the_champ_vertical_counter,.the_champ_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}.the_champ_vertical_counter li{clear:both}li.the_champ_facebook_like .fb-like span,li.the_champ_facebook_recommend .fb-like span{vertical-align:top!important}li.the_champ_facebook_like .fb-like span iframe,li.the_champ_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000!important}li.the_champ_facebook_like{width:110px}li.the_champ_facebook_recommend{width:145px}li.the_champ_twitter_tweet{width:95px}li.the_champ_linkedin_share{width:117px}li.the_champ_google_plusone{width:74px}li.the_champ_buffer{width:81px;}li.the_champ_reddit{width:130px}li.the_champ_yummly{width:81px}li.the_champ_gp_share{width:95px}li.the_champ_pinterest_pin{width:76px}li.the_champ_xing{width:98px}.the_champ_stumble{width:80px}.the_champ_counter_container li{height:21px}input#user_login,input#user_pass{height:auto!important}.theChampHorizontalSharingButton,.theChampVerticalSharingButton{display:block}.theChampDeliciousSquareBackground{background-color:#474749}.theChampInstagramBackground{background-color:#624E47}.theChampYummlyBackground{background-color:#E16120}.theChampBufferBackground{background-color:#000}.theChampFacebookBackground{background-color:#3C589A}.theChampDiggBackground{background-color:#006094}.theChampEmailBackground{background-color:#649A3F}.theChampFloatitBackground{background-color:#53BEEE}.theChampGoogleBackground{background-color:#D51F1F}.theChampLinkedinBackground{background-color:#2886EF}.theChampMoreBackground{background-color:#EE8E2D}.theChampPinterestBackground{background-color:#CC2329}.theChampPrintBackground{background-color:#FD6500}.theChampRedditBackground{background-color:#247CED}.theChampStumbleuponBackground{background-color:#EA4823}.theChampTumblrBackground{background-color:#29435D}.theChampTwitterBackground{background-color:#14B2C8}.theChampVkontakteBackground{background-color:#5E84AC}.theChampYahooBackground{background-color:#8F03CC}.theChampXingBackground{background-color:#00797D}.theChampWhatsappBackground{background-color:#55EB4C}.theChampTCBackground,.theChampSharingTotalsharesButton{font-style:normal;word-wrap:normal;color:#666;line-height:1}.theChampSharingSvg{width:100%;height:100%}.theChampYummlySvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjQgNCAyMiAyMiI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDEwLjUgMTAgcSA0IC0yIDIuNSAxIGwgLTEgNCBxIDAgMiA1IDAgbCAxIC02LjUgbSAtMSA2LjUgbCAtMSA0IGMgLTMgNiAtNiAtMSAwIC0xIHEgMSAtMSA1IDEiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampBufferSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNIDE1IDYgbCAtMTAgNSBsIDEwIDUgbCAxMCAtNSB6IiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBzdHJva2U9IiNmZmYiIGQ9Ik0gNS41IDE0LjUgbCA5LjUgNSBsIDkuNSAtNSBtIC0xOSA0IGwgOS41IDUgbCA5LjUgLTUiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampFacebookSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+PHBhdGggc3Ryb2tlPSIjZmZmIiBkPSJNMTQgMjUgdiAtMTMgUSAxMyA2IDIxIDcuNSBNIDEwIDE0IEwgMjAgMTQiIHN0cm9rZS13aWR0aD0iNCIgZmlsbD0ibm9uZSI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampDeliciousSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHN0eWxlPSJmaWxsOiNlZWU7IiAvPg0KPHJlY3QgeD0iMTUiIHk9IjAiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgc3R5bGU9ImZpbGw6IzMxNzNEMDsiIC8+DQo8cmVjdCB4PSIwIiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojMDAwOyIgLz4NCjxyZWN0IHg9IjE1IiB5PSIxNSIgd2lkdGg9IjE1IiBoZWlnaHQ9IjE1IiBzdHlsZT0iZmlsbDojQkRCREJEOyIgLz4NCjwvc3ZnPg==) left no-repeat}.theChampDiggSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzOSAzOSI+DQo8cGF0aCBkPSJNIDYgMjAgaCAxMCBjIDAgLTE0IC05IC0xNCAtOSAwIG0gNSAwIHYgNyBtIC0xIDAgdiAtNyBtIDQgLTcgaCA0LjUgdiAtNSBoIDggdiA4IGggLTggdiAtMyBtIDggMCBoIDQgdiA1LjUgaCAtMyB2IDEyIGggLTQgdiAtOCBtIDAgOCBoIC02LjUgdiAtMTIgaCAtMiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48ZWxsaXBzZSBjeD0iMTEuNSIgY3k9IjI4LjUiIHJ4PSI0IiByeT0iMiIgc3R5bGU9ImZpbGw6d2hpdGU7Ij48L2VsbGlwc2U+DQo8L3N2Zz4=) left no-repeat}.theChampEmailSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDUuNSAxMSBoIDIzIHYgMSBsIC0xMSA2IGwgLTExIC02IHYgLTEgbSAwIDIgbCAxMSA2IGwgMTEgLTYgdiAxMSBoIC0yMiB2IC0xMSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampFloatitSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxMCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSJub25lIj48L2NpcmNsZT4NCjxjaXJjbGUgY3g9IjE1IiBjeT0iMTUiIHI9IjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDUgMTUgaCA1IE0gMTUgNSB2IDUgTSAyNSAxNSBoIC01IE0gMTUgMjUgdiAtNSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampGoogleSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzNSAzNSI+DQo8cGF0aCBkPSJNIDIyIDUuNSBoIC04IHYgMSBjIDMgMCA2IDcgMiA4IGMgLTMgMCAtNiAtNyAtMiAtOCB2IC0xIGMgLTYgLTAgLTYgMTEgMSAxMC41IGMgNiAtMSA3IC03IDMgLTkgaCAyIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTUgMTUuNSBxIC0yIDIgMCA0IGMgNiAzIDYgOCAwIDggYyAtNiAxIC03IC04IDIgLTcgbCAtMiAtMS41IGMgLTkgMCAtMTAuNSAxMSAwIDEwIGMgOCAwIDkgLTggMiAtMTEgcSAtMiAtMiAzIC01IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD48cGF0aCBkPSJNIDIyIDE2LjUgaCA4IG0gLTQgLTQgdiA4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZT0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampLinkedinSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjgiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMTEgdiAxMSBtIDUgMCB2IC0xMSBtIDAgMyBxIDYgLTMgNyAwIHYgOCIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampMoreSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8Y2lyY2xlIGN4PSIxMCIgY3k9IjE1IiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjEwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIzIiBmaWxsPSJ3aGl0ZSI+PC9jaXJjbGU+DQo8cGF0aCBkPSJNIDEwIDE1IEwgMjAgMTAgbSAwIDEwIEwgMTAgMTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPinterestSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgMjAgYyAtMyAtNCAtMiAtMTAgMyAtMTMuNSBjIDQgLTMgMTEgLTMgMTUgMyBjIDMgNSAyIDEzIC02IDE1IHEgLTQgMSAtNiAtMyBsIC0yIDYgbCAtMS4yIDIgbCAtMC44IC0yIGwgMi41IC0xMSBjIC0yIC00IDEgLTggNCAtNiBxIDAgNSAtMS40IDguNSBjIDMgOCAxMCAwIDkuNSAtNCBjIDAgLTkgLTExIC0xMSAtMTQuNSAtNCBjIDAgMCAtMyA1IDAgOCBsIC0xIDIgeiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampPrintSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgLTIgMzAgMzAiPjxwYXRoIHN0cm9rZT0iI2ZmZiIgZD0iTSA3IDEwIGggMiB2IDMgaCAxMiB2IC0zIGggMiB2IDcgaCAtMiB2IC0zIGggLTEyIHYgMyBoIC0yIHoiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjxyZWN0IHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjgiIGhlaWdodD0iNyIgd2lkdGg9IjEwIiB4PSIxMCIgeT0iNSIgZmlsbD0ibm9uZSI+PC9yZWN0PjxyZWN0IHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIiBoZWlnaHQ9IjUiIHdpZHRoPSI4IiB4PSIxMSIgeT0iMTYiIGZpbGw9IiNmZmYiPjwvcmVjdD48L3N2Zz4=) left no-repeat}.theChampRedditSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8ZWxsaXBzZSBjeD0iMTUiIGN5PSIxOSIgcng9IjkiIHJ5PSI3IiBzdHlsZT0ic3Ryb2tlOndoaXRlO3N0cm9rZS13aWR0aDoyIiBmaWxsPSJub25lIj48L2VsbGlwc2U+PGNpcmNsZSBjeD0iMTEiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPg0KPGNpcmNsZSBjeD0iMTkiIGN5PSIxNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iNyIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjciIGN5PSIxNCIgcj0iMiIgZmlsbD0id2hpdGUiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIzIiBjeT0iMTQiIHI9IjIiIGZpbGw9IndoaXRlIj48L2NpcmNsZT4NCjxwYXRoIGQ9Ik0gMTAgMjIgcSA1IDMgMTAgMCBNIDE1IDEyIGwgMSAtNiBsIDYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampStumbleuponSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYuNiAxNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTQgYyAtMSAtNyA2IC03IDYgLTIgdiAyLjUgbSAwIDIuNSB2IDEgYyAtMSA3IDYuNSA3IDUuNSAwIHYgLTEiIHN0cm9rZS13aWR0aD0iMy41IiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampTumblrSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDE0IDcgdiAxNCBxIDMgMiA2IDAgTSAxNCA3LjUgcSAwIDUuNSAtNCA1LjUgaCA5IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZT0iI2ZmZiIgZmlsbD0ibm9uZSI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampTwitterSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+DQo8cGF0aCBkPSJNIDM4IDE5IHEgMiAtMSA0IC01IHEgLTEuNSAyIC00IDIgcSAxLjUgLTEgMy41IC01IHEgLTEuNSAyIC01IDIgYyAtNSAtNSAtMTMgLTIgLTEyIDYgcSAtNyAxIC0xNSAtOCBxIC0yIDQgMSA5IHEgLTEgMCAtMyAtMSBxIDAgNSA1IDcgcSAtMSAuNSAtMyAwIHEgMSA0IDggNiBxIC01IDMgLTExIDMgYyAxNCA4IDMwIDAgMzEuNSAtMTQiIHN0cm9rZS13aWR0aD0iMC4zIiBmaWxsPSIjZmZmIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampVkontakteSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIuNSA5IGggNC41IGwgNSA3IHYgLTcgaCA0LjUgdiA3IGwgNSAtNyBoIDUgbCAtNSA3IGwgNSA3IGggLTUgbCAtNSAtNyB2IDcgaCAtNC41IHEgLTIgMCAtNSAtNiB6IiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampYahooSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDggMTAgbCA3IDcgbCA1IC01IG0gLTQuNyA1IHYgMyBoIC0wLjUgdiAtMyBtIDggLTQgdiA1IG0gMCAxIHYgMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNmZmYiIGZpbGw9Im5vbmUiPjwvcGF0aD48cGF0aCBkPSJNIDYgMTAgaCA2IG0gNSAyIGggNiBtIC0xMSA5LjUgaCA2IiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIj48L3BhdGg+DQo8L3N2Zz4=) left no-repeat}.theChampXingSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDYgOSBoIDUgbCA0IDQgbCAtNSA3IGggLTUgbCA1IC03IHogbSAxNSAtNCBoIDUgbCAtOSAxMyBsIDQgOCBoIC01IGwgLTQgLTggeiIgZmlsbD0iI2ZmZiI+PC9wYXRoPg0KPC9zdmc+) left no-repeat}.theChampWhatsappSvg{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQoNCjxwYXRoIGlkPSJhcmMxIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZD0iTSAxMS41Nzk3OTg1NjY3NDMzMTQgMjQuMzk2OTI2MjA3ODU5MDg1IEEgMTAgMTAgMCAxIDAgNi44MDg0Nzk1NTcxMTAwNzkgMjAuNzM1NzY0MzYzNTEwNDYiPjwvcGF0aD4NCjxwYXRoIGQ9Ik0gNyAxOSBsIC0xIDYgbCA2IC0xIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxwYXRoIGQ9Ik0gMTAgMTAgcSAtMSA4IDggMTEgYyA1IC0xIDAgLTYgLTEgLTMgcSAtNCAtMyAtNSAtNSBjIDQgLTIgLTEgLTUgLTEgLTQiIGZpbGw9IiNmZmYiPjwvcGF0aD4NCjwvc3ZnPg==) left no-repeat}.theChampSharing{float:left;border:none}.theChampSharingArrow{background-color:#000!important;height:16px;width:16px;cursor:pointer;margin-top:10px}.theChampPushIn{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDcgNiBxIDIgNiAxMCA2IHYgLTYgbCA2IDkgbCAtNiA5IHYgLTYgcSAtMTAgMiAtMTAgLTEyIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iI2ZmZiIgZmlsbD0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PC9wYXRoPjwvc3ZnPg==) left no-repeat}.theChampPushInPng{background:url(../images/sharing/pushin.png) left no-repeat}.theChampPullOut{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQo8cGF0aCBkPSJNIDIzIDYgcSAtMiA2IC0xMCA2IHYgLTYgbCAtNiA5IGwgNiA5IHYgLTYgcSAxMCAyIDEwIC0xMiIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9IiNmZmYiIGZpbGw9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjwvcGF0aD48L3N2Zz4=) left no-repeat}.theChampPullOutPng{background:url(../images/sharing/pullout.png) left no-repeat}.theChampCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0!important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}.theChampCommentingTabs ul{float:left;padding-left:0;margin-left:0}li.theChampSelectedTab{color:#333;border-bottom:2px solid #23a9e1}.fb-comments,.fb-comments span,.fb-comments span iframe[style]{min-width:100%!important;width:100%!important}#mc-input,#user_email,#user_login{height:auto!important}div.the_champ_horizontal_counter li{margin-right:14px!important}div.theChampTotalShareCount{word-wrap:normal!important;font-weight: bolder;font-family: sans-serif;padding: 0;margin: 0;text-align:center}div.theChampTotalShareText{word-wrap:normal!important;font-size: 14px;margin: 0;padding: 0;}@media screen and (max-width:783px){#the_champ_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#the_champ_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}.the_champ_hide_sharing{display:none}}
helper.php CHANGED
@@ -114,7 +114,7 @@ function the_champ_validate_options($theChampOptions){
114
  if(is_array($v)){
115
  $theChampOptions[$k] = $theChampOptions[$k];
116
  }else{
117
- $theChampOptions[$k] = trim($v);
118
  }
119
  }
120
  return $theChampOptions;
@@ -128,9 +128,11 @@ function the_champ_options_init(){
128
  register_setting('the_champ_login_options', 'the_champ_login', 'the_champ_validate_options');
129
  register_setting('the_champ_sharing_options', 'the_champ_sharing', 'the_champ_validate_options');
130
  register_setting('the_champ_counter_options', 'the_champ_counter', 'the_champ_validate_options');
131
- if(the_champ_social_sharing_enabled() || the_champ_social_counter_enabled() || the_champ_facebook_commenting_enabled()){
132
  // show option to disable sharing on particular page/post
133
- foreach(array('post', 'page') as $type){
 
 
134
  add_meta_box('the_champ_meta', 'Super Socializer', 'the_champ_sharing_meta_setup', $type);
135
  }
136
  // save sharing meta on post/page save
@@ -409,8 +411,7 @@ if(is_multisite() && is_main_site()){
409
  }
410
 
411
  function the_champ_account_linking(){
412
- global $pagenow;
413
- if(($pagenow == 'profile.php' || current_filter() == 'bp_template_content') && is_user_logged_in()){
414
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
415
  global $theChampFacebookOptions, $theChampLoginOptions, $user_ID;
416
  ?>
@@ -420,7 +421,7 @@ function the_champ_account_linking(){
420
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION);
421
  $websiteUrl = site_url();
422
  ?>
423
- <script> var theChampLinkingRedirection = '<?php echo the_champ_get_http().$_SERVER["HTTP_HOST"] . remove_query_arg(array( 'linked')) ?>'; var theChampSiteUrl = '<?php echo $websiteUrl ?>'; var theChampVerified = 0; var theChampAjaxUrl = '<?php echo admin_url() ?>/admin-ajax.php'; var theChampPopupTitle = ''; var theChampEmailPopup = 0; var theChampEmailAjaxUrl = '<?php echo admin_url() ?>/admin-ajax.php'; var theChampEmailPopupTitle = ''; var theChampEmailPopupErrorMsg = ''; var theChampEmailPopupUniqueId = ''; var theChampEmailPopupVerifyMessage = ''; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . remove_query_arg(array('linked')))); ?>';</script>
424
  <?php
425
  // scripts used for common Social Login functionality
426
  if(the_champ_social_login_enabled()){
@@ -484,43 +485,35 @@ function the_champ_account_linking(){
484
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);
485
  wp_enqueue_script('the_champ_sl_facebook', plugins_url('js/front/social_login/facebook.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
486
  }
487
- ?>
488
- <style type="text/css">
489
  table.superSocializerTable td{
490
  padding: 10px;
491
  }
492
- </style>
493
- <div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
 
494
  <div class="stuffbox" style="width:60%; padding-bottom:10px">
495
- <h3><label>Social Account Linking</label></h3>
496
  <div class="inside" style="padding:0">
497
  <table class="form-table editcomment superSocializerTable">
498
- <tbody>
499
- <?php
500
  if(isset($_GET['linked'])){
501
  if($_GET['linked'] == 1){
502
- ?>
503
- <tr>
504
- <td colspan="2" style="color: green"><?php _e('Account linked successfully', 'Super-Socializer') ?></td>
505
- </tr>
506
- <?php
507
  }elseif($_GET['linked'] == 0){
508
- ?>
509
- <tr>
510
- <td colspan="2" style="color: red"><?php _e('Account already exists or linked', 'Super-Socializer') ?></td>
511
- </tr>
512
- <?php
513
  }
514
  }
515
- $html = '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
516
  $existingProviders = array();
517
  $primarySocialNetwork = get_user_meta($user_ID, 'thechamp_provider', true);
518
  if($primarySocialNetwork){
519
- ?>
520
- <tr>
521
- <td colspan="2"><?php echo __('You are already connected with', 'Super-Socializer') . ' <strong>' . ucfirst($primarySocialNetwork) . '</strong> ' . __('as primary social network', 'Super-Socializer') ?></td>
522
- </tr>
523
- <?php
524
  }
525
  $existingProviders[] = $primarySocialNetwork;
526
  $linkedAccounts = get_user_meta($user_ID, 'thechamp_linked_accounts', true);
@@ -533,80 +526,75 @@ function the_champ_account_linking(){
533
  $existingProviders = array_diff($theChampLoginOptions['providers'], $existingProviders);
534
  }
535
  if(count($existingProviders) > 0){
536
- ?>
537
- <tr>
538
- <td colspan="2"><strong><?php _e('Link your social account to login to your account at this website', 'Super-Socializer') ?></strong><br/>
539
- <?php
540
  foreach($existingProviders as $provider){
541
- $html .= '<li><i ';
542
  // id
543
  if( $provider == 'google' ){
544
- $html .= 'id="theChamp'. ucfirst($provider) .'Button" ';
545
  }
546
  // class
547
- $html .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
548
- $html .= 'alt="Login with ';
549
- $html .= ucfirst($provider);
550
- $html .= '" title="Login with ';
551
  if($provider == 'live'){
552
- $html .= 'Windows Live';
553
  }else{
554
- $html .= ucfirst($provider);
555
  }
556
  if(current_filter() == 'comment_form_top'){
557
- $html .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
558
  }else{
559
- $html .= '" onclick="theChampInitiateLogin(this)" >';
560
  }
561
- $html .= '<div class="theChampLoginSvg theChamp'. ucfirst($provider) .'Svg"></div></i></li>';
562
  }
563
- $html .= '</ul></div>';
564
- echo $html;
565
- ?>
566
- </td>
567
- </tr>
568
- <?php
569
  }
570
- ?>
571
- <tr>
572
- <td colspan="2">
573
- <?php
574
  if(is_array($linkedAccounts)){
575
- ?>
576
- <table>
577
- <tbody>
578
- <?php
579
  foreach($linkedAccounts as $key => $value){
580
  $current = get_user_meta($user_ID, 'thechamp_current_id', true) == $value;
581
- ?>
582
- <tr>
583
- <td style="padding: 0"><?php echo $current ? '<strong>'. __('Currently', 'Super-Socializer') . ' </strong>' : '' ?>Connected with <strong><?php echo ucfirst($key) ?></strong></td> <?php echo $current ? '' : '<td><input type="button" onclick="theChampUnlink(this, \''. $key .'\')" value="'. __('Remove', 'Super-Socializer') .'" /></td>' ?>
584
- </tr>
585
- <?php
586
  }
587
- ?>
588
- </tbody>
589
- </table>
590
- <?php
591
  }
592
- ?>
593
- </td>
594
  </tr>
595
  </tbody>
596
  </table>
597
  </div>
598
  </div>
599
- </div>
600
- <?php
601
  }
 
602
  }
 
603
  if(the_champ_social_login_enabled()){
604
- add_action('admin_notices', 'the_champ_account_linking');
605
  if(isset($theChampLoginOptions['bp_linking'])){
606
  add_action('bp_setup_nav', 'the_champ_add_linking_tab', 100);
607
  }
608
  }
609
 
 
 
 
 
 
 
 
610
  /**
611
  * Unlink the social account
612
  */
@@ -640,9 +628,13 @@ function the_champ_add_linking_tab() {
640
  }
641
  }
642
 
 
 
 
 
643
  // show social account linking when 'Social Account Linking' tab is clicked
644
  function the_champ_bp_linking() {
645
- add_action('bp_template_content', 'the_champ_account_linking');
646
  bp_core_load_template(apply_filters('bp_core_template_plugin', 'members/single/plugins'));
647
  }
648
 
@@ -698,7 +690,7 @@ function the_champ_sharing_meta_setup(){
698
  <?php
699
  if(the_champ_social_sharing_enabled()){
700
  global $theChampSharingOptions;
701
- $excludedProviders = array('print', 'email', 'yahoo', 'digg', 'float it', 'tumblr', 'xing', 'whatsapp');
702
  if(isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['providers']) && count($theChampSharingOptions['providers']) > 0){
703
  ?>
704
  <p>
114
  if(is_array($v)){
115
  $theChampOptions[$k] = $theChampOptions[$k];
116
  }else{
117
+ $theChampOptions[$k] = esc_attr(trim($v));
118
  }
119
  }
120
  return $theChampOptions;
128
  register_setting('the_champ_login_options', 'the_champ_login', 'the_champ_validate_options');
129
  register_setting('the_champ_sharing_options', 'the_champ_sharing', 'the_champ_validate_options');
130
  register_setting('the_champ_counter_options', 'the_champ_counter', 'the_champ_validate_options');
131
+ if(the_champ_social_sharing_enabled() || the_champ_social_counter_enabled() || the_champ_social_commenting_enabled()){
132
  // show option to disable sharing on particular page/post
133
+ $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
134
+ $post_types = array_unique( array_merge( $post_types, array( 'post', 'page' ) ) );
135
+ foreach($post_types as $type){
136
  add_meta_box('the_champ_meta', 'Super Socializer', 'the_champ_sharing_meta_setup', $type);
137
  }
138
  // save sharing meta on post/page save
411
  }
412
 
413
  function the_champ_account_linking(){
414
+ if(is_user_logged_in()){
 
415
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
416
  global $theChampFacebookOptions, $theChampLoginOptions, $user_ID;
417
  ?>
421
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION);
422
  $websiteUrl = site_url();
423
  ?>
424
+ <script> var theChampLinkingRedirection = '<?php echo the_champ_get_http().$_SERVER["HTTP_HOST"] . html_entity_decode(esc_url(remove_query_arg(array( 'linked')))) ?>'; var theChampSiteUrl = '<?php echo $websiteUrl ?>'; var theChampVerified = 0; var theChampAjaxUrl = '<?php echo admin_url() ?>/admin-ajax.php'; var theChampPopupTitle = ''; var theChampEmailPopup = 0; var theChampEmailAjaxUrl = '<?php echo admin_url() ?>/admin-ajax.php'; var theChampEmailPopupTitle = ''; var theChampEmailPopupErrorMsg = ''; var theChampEmailPopupUniqueId = ''; var theChampEmailPopupVerifyMessage = ''; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . html_entity_decode(esc_url(remove_query_arg(array('linked')))))); ?>';</script>
425
  <?php
426
  // scripts used for common Social Login functionality
427
  if(the_champ_social_login_enabled()){
485
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);
486
  wp_enqueue_script('the_champ_sl_facebook', plugins_url('js/front/social_login/facebook.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
487
  }
488
+ $html = '<style type="text/css">
 
489
  table.superSocializerTable td{
490
  padding: 10px;
491
  }
492
+ </style>';
493
+
494
+ $html .= '<div class="metabox-holder columns-2 super-socializer-linking-container" id="post-body">
495
  <div class="stuffbox" style="width:60%; padding-bottom:10px">
 
496
  <div class="inside" style="padding:0">
497
  <table class="form-table editcomment superSocializerTable">
498
+ <tbody>';
 
499
  if(isset($_GET['linked'])){
500
  if($_GET['linked'] == 1){
501
+ $html .= '<tr>
502
+ <td colspan="2" style="color: green">' . __('Account linked successfully', 'Super-Socializer') . '</td>
503
+ </tr>';
 
 
504
  }elseif($_GET['linked'] == 0){
505
+ $html .= '<tr>
506
+ <td colspan="2" style="color: red">' . __('Account already exists or linked', 'Super-Socializer') . '</td>
507
+ </tr>';
 
 
508
  }
509
  }
510
+ $icons_container = '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
511
  $existingProviders = array();
512
  $primarySocialNetwork = get_user_meta($user_ID, 'thechamp_provider', true);
513
  if($primarySocialNetwork){
514
+ $html .= '<tr>
515
+ <td colspan="2">'. __('You are already connected with', 'Super-Socializer') . ' <strong>' . ucfirst($primarySocialNetwork) . '</strong> ' . __('as primary social network', 'Super-Socializer') . '</td>
516
+ </tr>';
 
 
517
  }
518
  $existingProviders[] = $primarySocialNetwork;
519
  $linkedAccounts = get_user_meta($user_ID, 'thechamp_linked_accounts', true);
526
  $existingProviders = array_diff($theChampLoginOptions['providers'], $existingProviders);
527
  }
528
  if(count($existingProviders) > 0){
529
+ $html .= '<tr>
530
+ <td colspan="2"><strong>' . __('Link your social account to login to your account at this website', 'Super-Socializer') . '</strong><br/>';
 
 
531
  foreach($existingProviders as $provider){
532
+ $icons_container .= '<li><i ';
533
  // id
534
  if( $provider == 'google' ){
535
+ $icons_container .= 'id="theChamp'. ucfirst($provider) .'Button" ';
536
  }
537
  // class
538
+ $icons_container .= 'class="theChampLogin theChamp'. ucfirst($provider) .'Background theChamp'. ucfirst($provider) .'Login" ';
539
+ $icons_container .= 'alt="Login with ';
540
+ $icons_container .= ucfirst($provider);
541
+ $icons_container .= '" title="Login with ';
542
  if($provider == 'live'){
543
+ $icons_container .= 'Windows Live';
544
  }else{
545
+ $icons_container .= ucfirst($provider);
546
  }
547
  if(current_filter() == 'comment_form_top'){
548
+ $icons_container .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
549
  }else{
550
+ $icons_container .= '" onclick="theChampInitiateLogin(this)" >';
551
  }
552
+ $icons_container .= '<div class="theChampLoginSvg theChamp'. ucfirst($provider) .'Svg"></div></i></li>';
553
  }
554
+ $icons_container .= '</ul></div>';
555
+ $html .= $icons_container;
556
+ $html .= '</td>
557
+ </tr>';
 
 
558
  }
559
+ $html .= '<tr>
560
+ <td colspan="2">';
 
 
561
  if(is_array($linkedAccounts)){
562
+ $html .= '<table>
563
+ <tbody>';
 
 
564
  foreach($linkedAccounts as $key => $value){
565
  $current = get_user_meta($user_ID, 'thechamp_current_id', true) == $value;
566
+ $html .= '<tr>
567
+ <td style="padding: 0">'. ($current ? '<strong>'. __('Currently', 'Super-Socializer') . ' </strong>' : '') . 'Connected with <strong>'. ucfirst($key) .'</strong></td>'. ($current ? '' : '<td><input type="button" onclick="theChampUnlink(this, \''. $key .'\')" value="'. __('Remove', 'Super-Socializer') .'" /></td>').'</tr>';
 
 
 
568
  }
569
+ $html .= '</tbody>
570
+ </table>';
 
 
571
  }
572
+ $html .= '</td>
 
573
  </tr>
574
  </tbody>
575
  </table>
576
  </div>
577
  </div>
578
+ </div>';
579
+ return $html;
580
  }
581
+ return '';
582
  }
583
+
584
  if(the_champ_social_login_enabled()){
585
+ add_action('admin_notices', 'the_champ_user_profile_account_linking');
586
  if(isset($theChampLoginOptions['bp_linking'])){
587
  add_action('bp_setup_nav', 'the_champ_add_linking_tab', 100);
588
  }
589
  }
590
 
591
+ function the_champ_user_profile_account_linking(){
592
+ global $pagenow;
593
+ if($pagenow == 'profile.php'){
594
+ echo the_champ_account_linking();
595
+ }
596
+ }
597
+
598
  /**
599
  * Unlink the social account
600
  */
628
  }
629
  }
630
 
631
+ function the_champ_bp_account_linking(){
632
+ echo the_champ_account_linking();
633
+ }
634
+
635
  // show social account linking when 'Social Account Linking' tab is clicked
636
  function the_champ_bp_linking() {
637
+ add_action('bp_template_content', 'the_champ_bp_account_linking');
638
  bp_core_load_template(apply_filters('bp_core_template_plugin', 'members/single/plugins'));
639
  }
640
 
690
  <?php
691
  if(the_champ_social_sharing_enabled()){
692
  global $theChampSharingOptions;
693
+ $excludedProviders = array('print', 'email', 'yahoo', 'digg', 'float it', 'tumblr', 'xing', 'whatsapp', 'yummly');
694
  if(isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['providers']) && count($theChampSharingOptions['providers']) > 0){
695
  ?>
696
  <p>
images/info.png CHANGED
Binary file
images/sharing/sharing.png CHANGED
Binary file
images/snaps/sc_commenting_label.png ADDED
Binary file
images/snaps/ss_horizontal_total_shares.png ADDED
Binary file
images/snaps/ss_vertical_total_shares.png ADDED
Binary file
inc/shortcode.php CHANGED
@@ -15,7 +15,9 @@ function the_champ_sharing_shortcode($params){
15
  'top' => '100',
16
  'url' => '',
17
  'count' => 0,
18
- 'align' => 'left'
 
 
19
  ), $params));
20
  if(($type == 'horizontal' && !the_champ_horizontal_sharing_enabled()) || ($type == 'vertical' && !the_champ_vertical_sharing_enabled())){
21
  return;
@@ -28,7 +30,7 @@ function the_champ_sharing_shortcode($params){
28
  $targetUrl = get_permalink($post -> ID);
29
  $postId = $post -> ID;
30
  }else{
31
- $targetUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
32
  $postId = 0;
33
  }
34
  // if bit.ly url shortener enabled, generate bit.ly short url
@@ -45,7 +47,7 @@ function the_champ_sharing_shortcode($params){
45
  }elseif($right){
46
  $alignmentOffset = $right;
47
  }
48
- $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing" ss-offset="' . $alignmentOffset . '" super-socializer-data-href="'.$targetUrl.'" ';
49
  $verticalOffsets = '';
50
  if($type == 'vertical'){
51
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;width:' . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : '35') + 4) . "px;";
@@ -59,9 +61,12 @@ function the_champ_sharing_shortcode($params){
59
  $html .= '"';
60
  }
61
  $html .= '>';
62
- $html .= the_champ_prepare_sharing_html($shortUrl == '' ? $targetUrl : $shortUrl, $type, $count);
 
 
 
63
  $html .= '</div>';
64
- if($count){
65
  $html .= '<script>theChampLoadEvent(
66
  function(){
67
  // sharing counts
@@ -89,7 +94,8 @@ function the_champ_counter_shortcode($params){
89
  'right' => '0',
90
  'top' => '100',
91
  'url' => '',
92
- 'align' => 'left'
 
93
  ), $params));
94
  if(($type == 'horizontal' && !the_champ_horizontal_counter_enabled()) || ($type == 'vertical' && !the_champ_vertical_counter_enabled())){
95
  return;
@@ -102,7 +108,7 @@ function the_champ_counter_shortcode($params){
102
  $targetUrl = get_permalink($post -> ID);
103
  $postId = $post -> ID;
104
  }else{
105
- $targetUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
106
  $postId = 0;
107
  }
108
  $alignmentOffset = 0;
@@ -111,7 +117,8 @@ function the_champ_counter_shortcode($params){
111
  }elseif($right){
112
  $alignmentOffset = $right;
113
  }
114
- $html = '<div class="the_champ_counter_container the_champ_'.$type.'_counter" ss-offset="' . $alignmentOffset . '" ';
 
115
  $verticalOffsets = '';
116
  if($type == 'vertical'){
117
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;';
@@ -125,7 +132,9 @@ function the_champ_counter_shortcode($params){
125
  $html .= '"';
126
  }
127
  $html .= '>';
128
- global $theChampCounterOptions;
 
 
129
  $counterUrl = $targetUrl;
130
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
131
  $counterUrl = wp_get_shortlink();
@@ -149,7 +158,8 @@ add_shortcode('TheChamp-Counter', 'the_champ_counter_shortcode');
149
  function the_champ_login_shortcode($params){
150
  if(the_champ_social_login_enabled()){
151
  extract(shortcode_atts(array(
152
- 'style' => ''
 
153
  ), $params));
154
  $html = '<div ';
155
  // style
@@ -160,6 +170,9 @@ function the_champ_login_shortcode($params){
160
  $html .= 'style="'.$style.'"';
161
  }
162
  $html .= '>';
 
 
 
163
  $html .= the_champ_login_button(true);
164
  $html .= '</div><div style="clear:both"></div>';
165
  return $html;
@@ -176,9 +189,14 @@ function the_champ_fb_commenting_shortcode($params){
176
  'url' => get_permalink(),
177
  'num_posts' => '',
178
  'width' => '',
179
- 'language' => 'en_US'
 
180
  ), $params));
181
- $html = '<div style="'. $style .'" id="the_champ_fb_commenting"> <div class="fb-comments" data-href="' .($url == '' ? the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] : $url). '"';
 
 
 
 
182
  $html .= ' data-numposts="' . $num_posts . '"';
183
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
184
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
@@ -195,10 +213,35 @@ function the_champ_gp_commenting_shortcode($params){
195
  'style' => '',
196
  'url' => get_permalink(),
197
  'width' => '',
 
198
  ), $params));
199
  $html = '<div style="'. $style .'" id="the_champ_gp_commenting">';
200
- $html .= "<div class='g-comments' data-href='" . ($url == '' ? the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] : $url) . "' ". ($width ? "data-width='" .$width. "'" : "" ) ." data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>";
 
 
 
201
  $html .= '</div><script type="text/javascript" src="//apis.google.com/js/plusone.js"></script>';
202
  return $html;
203
  }
204
- add_shortcode('TheChamp-GP-Comments', 'the_champ_gp_commenting_shortcode');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  'top' => '100',
16
  'url' => '',
17
  'count' => 0,
18
+ 'align' => 'left',
19
+ 'title' => '',
20
+ 'total_shares' => 'OFF'
21
  ), $params));
22
  if(($type == 'horizontal' && !the_champ_horizontal_sharing_enabled()) || ($type == 'vertical' && !the_champ_vertical_sharing_enabled())){
23
  return;
30
  $targetUrl = get_permalink($post -> ID);
31
  $postId = $post -> ID;
32
  }else{
33
+ $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
34
  $postId = 0;
35
  }
36
  // if bit.ly url shortener enabled, generate bit.ly short url
47
  }elseif($right){
48
  $alignmentOffset = $right;
49
  }
50
+ $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing' . ( $type == 'vertical' && isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . '" ss-offset="' . $alignmentOffset . '" super-socializer-data-href="'.$targetUrl.'" ';
51
  $verticalOffsets = '';
52
  if($type == 'vertical'){
53
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;width:' . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : '35') + 4) . "px;";
61
  $html .= '"';
62
  }
63
  $html .= '>';
64
+ if( $type == 'horizontal' && $title != '' ) {
65
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
66
+ }
67
+ $html .= the_champ_prepare_sharing_html($shortUrl == '' ? $targetUrl : $shortUrl, $type, $count, $total_shares == 'ON' ? 1 : 0);
68
  $html .= '</div>';
69
+ if($count || $total_shares == 'ON'){
70
  $html .= '<script>theChampLoadEvent(
71
  function(){
72
  // sharing counts
94
  'right' => '0',
95
  'top' => '100',
96
  'url' => '',
97
+ 'align' => 'left',
98
+ 'title' => ''
99
  ), $params));
100
  if(($type == 'horizontal' && !the_champ_horizontal_counter_enabled()) || ($type == 'vertical' && !the_champ_vertical_counter_enabled())){
101
  return;
108
  $targetUrl = get_permalink($post -> ID);
109
  $postId = $post -> ID;
110
  }else{
111
+ $targetUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
112
  $postId = 0;
113
  }
114
  $alignmentOffset = 0;
117
  }elseif($right){
118
  $alignmentOffset = $right;
119
  }
120
+ global $theChampCounterOptions;
121
+ $html = '<div class="the_champ_counter_container the_champ_'.$type.'_counter' . ( $type == 'vertical' && isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . '" ss-offset="' . $alignmentOffset . '" ';
122
  $verticalOffsets = '';
123
  if($type == 'vertical'){
124
  $verticalOffsets = $align . ': '.$$align.'px; top: '.$top.'px;';
132
  $html .= '"';
133
  }
134
  $html .= '>';
135
+ if( $type == 'horizontal' && $title != '' ) {
136
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
137
+ }
138
  $counterUrl = $targetUrl;
139
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
140
  $counterUrl = wp_get_shortlink();
158
  function the_champ_login_shortcode($params){
159
  if(the_champ_social_login_enabled()){
160
  extract(shortcode_atts(array(
161
+ 'style' => '',
162
+ 'title' => ''
163
  ), $params));
164
  $html = '<div ';
165
  // style
170
  $html .= 'style="'.$style.'"';
171
  }
172
  $html .= '>';
173
+ if( $title != '' ) {
174
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
175
+ }
176
  $html .= the_champ_login_button(true);
177
  $html .= '</div><div style="clear:both"></div>';
178
  return $html;
189
  'url' => get_permalink(),
190
  'num_posts' => '',
191
  'width' => '',
192
+ 'language' => 'en_US',
193
+ 'title' => ''
194
  ), $params));
195
+ $html = '<div style="'. $style .'" id="the_champ_fb_commenting">';
196
+ if( $title != '' ) {
197
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
198
+ }
199
+ $html .= '<div class="fb-comments" data-href="' .($url == '' ? html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])) : $url). '"';
200
  $html .= ' data-numposts="' . $num_posts . '"';
201
  $html .= ' data-width="' . ($width == '' ? '100%' : $width) . '"';
202
  $html .= ' ></div></div><script type="text/javascript" src="//connect.facebook.net/' . $language . '/sdk.js
213
  'style' => '',
214
  'url' => get_permalink(),
215
  'width' => '',
216
+ 'title' => ''
217
  ), $params));
218
  $html = '<div style="'. $style .'" id="the_champ_gp_commenting">';
219
+ if( $title != '' ) {
220
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
221
+ }
222
+ $html .= "<div class='g-comments' data-href='" . ($url == '' ? html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])) : $url) . "' ". ($width ? "data-width='" .$width. "'" : "" ) ." data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>";
223
  $html .= '</div><script type="text/javascript" src="//apis.google.com/js/plusone.js"></script>';
224
  return $html;
225
  }
226
+ add_shortcode('TheChamp-GP-Comments', 'the_champ_gp_commenting_shortcode');
227
+
228
+ /**
229
+ * Shortcode for Social account linking
230
+ */
231
+ function the_champ_social_linking_shortcode($params){
232
+ if(the_champ_social_login_enabled()){
233
+ extract(shortcode_atts(array(
234
+ 'style' => '',
235
+ 'title' => ''
236
+ ), $params));
237
+ $html = '<div style="'. $style .'">';
238
+ if( $title != '' ) {
239
+ $html .= '<div style="font-weight:bold">' . ucfirst( $title ) . '</div>';
240
+ }
241
+ $html .= the_champ_account_linking();
242
+ $html .= '</div>';
243
+ return $html;
244
+ }
245
+ return '<h3>' . __('Enable Social Login from "Basic Configuration" section at "Super Socializer > Social Login" page in admin panel', 'Super-Socializer') . '</h3>';
246
+ }
247
+ add_shortcode('TheChamp-Social-Linking', 'the_champ_social_linking_shortcode');
inc/social_login.php CHANGED
@@ -79,6 +79,12 @@ if(isset($theChampLoginOptions['enableAtComment']) && $theChampLoginOptions['ena
79
  add_action('comment_form_top', 'the_champ_login_button');
80
  }
81
  }
 
 
 
 
 
 
82
 
83
  /**
84
  * Login user to Wordpress.
@@ -361,7 +367,10 @@ function the_champ_format_profile_data($profileData, $provider){
361
  $temp['bio'] = isset($profileData -> bio) ? $profileData -> bio : '';
362
  $temp['link'] = isset($profileData -> website) ? $profileData -> website : '';
363
  $temp['avatar'] = isset($profileData -> profile_picture) ? $profileData -> profile_picture : '';
 
364
  }
 
 
365
  $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
366
  $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
367
  $temp['username'] = isset($temp['username'][0]) && ctype_upper($temp['username'][0]) ? ucfirst(sanitize_user($temp['username'], true)) : sanitize_user($temp['username'], true);
79
  add_action('comment_form_top', 'the_champ_login_button');
80
  }
81
  }
82
+ if(isset($theChampLoginOptions['enable_before_wc']) && $theChampLoginOptions['enable_before_wc'] == 1){
83
+ add_action( 'woocommerce_before_customer_login_form', 'the_champ_login_button' );
84
+ }
85
+ if(isset($theChampLoginOptions['enable_after_wc']) && $theChampLoginOptions['enable_after_wc'] == 1){
86
+ add_action( 'woocommerce_after_customer_login_form', 'the_champ_login_button' );
87
+ }
88
 
89
  /**
90
  * Login user to Wordpress.
367
  $temp['bio'] = isset($profileData -> bio) ? $profileData -> bio : '';
368
  $temp['link'] = isset($profileData -> website) ? $profileData -> website : '';
369
  $temp['avatar'] = isset($profileData -> profile_picture) ? $profileData -> profile_picture : '';
370
+ $temp['large_avatar'] = '';
371
  }
372
+ $temp['avatar'] = str_replace( 'http://', '//', $temp['avatar'] );
373
+ $temp['large_avatar'] = str_replace( 'http://', '//', $temp['large_avatar'] );
374
  $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
375
  $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_user($temp['name'], true)) : sanitize_user($temp['name'], true);
376
  $temp['username'] = isset($temp['username'][0]) && ctype_upper($temp['username'][0]) ? ucfirst(sanitize_user($temp['username'], true)) : sanitize_user($temp['username'], true);
inc/social_sharing.php CHANGED
@@ -7,7 +7,7 @@ defined('ABSPATH') or die("Cheating........Uh!!");
7
  /**
8
  * Render sharing interface html.
9
  */
10
- function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $displayCount){
11
  global $theChampSharingOptions, $post;
12
  $postUrl = (isset($theChampSharingOptions['use_shortlink']) && function_exists('wp_get_shortlink')) ? wp_get_shortlink() : $postUrl;
13
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
@@ -22,7 +22,7 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
22
  if(!isset($theChampSharingOptions['vertical_sharing_shape'])){
23
  $theChampSharingOptions['vertical_sharing_shape'] = 'square';
24
  }
25
- $output = apply_filters('the_champ_sharing_interface_filter', '', $postUrl, $sharingType, $theChampSharingOptions, $post, $displayCount);
26
  if($output != ''){
27
  return $output;
28
  }
@@ -49,16 +49,17 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
49
  $liClass = '';
50
  }
51
  $style .= '"';
 
52
  foreach($theChampSharingOptions[$sharingType.'_re_providers'] as $provider){
53
- $html .= '<li class="' . ($liClass != '' ? $liClass : 'theChamp' . ucfirst(str_replace(' ', '', $provider)) .'Background theChamp' . ucfirst(str_replace(' ', '', $provider)) .'SquareBackground') . '">';
54
  if($displayCount){
55
  $startingCount = isset($sharingMeta[$provider . '_' . $sharingType . '_count']) && $sharingMeta[$provider . '_' . $sharingType . '_count'] != '' ? true : false;
56
- $html .= $counterContainerInitHtml . ' the_champ_'.$provider.'_count" '. ($startingCount ? 'ss_st_count="'. $sharingMeta[$provider . '_' . $sharingType . '_count'] .'"' : '') .' >&nbsp;' . $counterContainerEndHtml;
57
  }
58
  if($provider == 'print'){
59
- $html .= '<i ' .$style. ' alt="Print" Title="Print" class="theChampSharing theChamp'. ucfirst($provider) .'Background" onclick=\'window.print()\'><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
60
  }elseif($provider == 'email'){
61
- $html .= '<i ' .$style. ' alt="Email" Title="Email" class="theChampSharing theChamp'. ucfirst($provider) .'Background" onclick="window.location.href = \'mailto:?subject=\' + escape(\''. urlencode($post->post_title) .'\') + \'&body=\' + escape(\''.$postUrl.'\')"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
62
  }else{
63
  if($provider == 'facebook'){
64
  $sharingUrl = 'https://www.facebook.com/sharer/sharer.php?u=' . $postUrl;
@@ -88,25 +89,55 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
88
  $sharingUrl = 'https://www.xing-share.com/social_plugins/share?url='. urlencode($postUrl) .'&wtmc=XING&sc_p=xing-share';
89
  }elseif($provider == 'whatsapp'){
90
  $sharingUrl = 'whatsapp://send?text=' . urlencode($post->post_title . ' ' . $postUrl);
 
 
 
 
91
  }elseif($provider == 'pinterest'){
92
  $sharingUrl = "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());";
93
  }
94
- $html .= '<i ' .$style. ' alt="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" Title="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" class="theChampSharing theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Background" ';
95
  if($provider == 'pinterest'){
96
- $html .= 'onclick="'.$sharingUrl.'"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
97
  }else{
98
- $html .= 'onclick=\' theChampPopup("'.$sharingUrl.'")\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Svg"></ss></i>';
99
  }
100
  }
101
- $html .= '</li>';
102
  }
103
  if(isset($theChampSharingOptions[$sharingType . '_more'])){
104
- $html .= '<li class="' . ($liClass != '' ? $liClass : 'theChampMoreBackground') . '">';
105
  if($displayCount){
106
- $html .= $counterContainerInitHtml . '">&nbsp;' . $counterContainerEndHtml;
107
  }
108
- $html .= '<i ' .$style. ' title="More" alt="More" class="theChampSharing theChampMoreBackground" onclick="theChampMoreSharingPopup(this, \''.$postUrl.'\', \''.urlencode($post->post_title).'\')" ><ss style="display:block" class="theChampSharingSvg theChampMoreSvg"></ss></i></li>';
109
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  $html .= '</ul><div style="clear:both"></div>';
111
  }
112
  return $html;
@@ -144,7 +175,7 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
144
  fjs.parentNode.insertBefore(js, fjs);
145
  }(document, \'script\', \'facebook-jssdk\'));</script><li class="the_champ_facebook_recommend"><div class="fb-like" data-href="'. $postUrl .'" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></li>';
146
  }elseif($provider == 'twitter_tweet'){
147
- $html .= '<li class="the_champ_twitter_tweet"><a href="https://twitter.com/share" class="twitter-share-button" data-url="'. $shortUrl .'" data-counturl="'. $postUrl .'" data-text="'. urlencode($post->post_title) .'" data-via="'. (isset($theChampCounterOptions['twitter_username']) && $theChampCounterOptions['twitter_username'] != '' ? $theChampCounterOptions['twitter_username'] : '') .'" data-lang="'. $language .'" >Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>';
148
  }elseif($provider == 'linkedin_share'){
149
  $html .= '<li class="the_champ_linkedin_share"><script src="//platform.linkedin.com/in.js" type="text/javascript">lang: '. $language .'</script><script type="IN/Share" data-url="' . $postUrl . '" data-counter="right"></script></li>';
150
  }elseif($provider == 'google_plusone'){
@@ -155,6 +186,10 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
155
  $html .= '<li class="the_champ_gp_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
156
  }elseif($provider == 'reddit'){
157
  $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="http://www.reddit.com/static/button/button1.js"></script></li>';
 
 
 
 
158
  }elseif($provider == 'xing'){
159
  $html .= '<li class="the_champ_xing"><div data-type="XING/Share" data-counter="right" data-url="'. $postUrl .'" data-lang="'. $language .'"></div>
160
  <script>
@@ -245,6 +280,10 @@ function the_champ_render_sharing($content){
245
  $counterBpActivity = true;
246
  }
247
  }
 
 
 
 
248
  if(isset($theChampCounterOptions['enable'])){
249
  //counter interface
250
  if(isset($theChampCounterOptions['hor_enable']) && !(isset($sharingMeta['counter']) && $sharingMeta['counter'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
@@ -292,8 +331,8 @@ function the_champ_render_sharing($content){
292
  echo $horizontalDiv;
293
  }
294
  // show horizontal counter
295
- if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) ){
296
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum') ) ){
297
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
298
  }else{
299
  if(isset($theChampCounterOptions['top'] ) && isset($theChampCounterOptions['bottom'])){
@@ -306,6 +345,20 @@ function the_champ_render_sharing($content){
306
  }
307
  }
308
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
309
  }
310
  }
311
  if(isset($theChampCounterOptions['vertical_enable']) && !(isset($sharingMeta['vertical_counter']) && $sharingMeta['vertical_counter'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
@@ -337,7 +390,7 @@ function the_champ_render_sharing($content){
337
 
338
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
339
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
340
- $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
341
  // show vertical counter
342
  if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) ){
343
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
@@ -365,7 +418,7 @@ function the_champ_render_sharing($content){
365
  }
366
 
367
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
368
- $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
369
  }
370
  $content = $content.$verticalDiv;
371
  $$var++;
@@ -374,6 +427,12 @@ function the_champ_render_sharing($content){
374
  $content = $content.$verticalDiv;
375
  }
376
  }
 
 
 
 
 
 
377
  }
378
  }
379
  }
@@ -410,7 +469,7 @@ function the_champ_render_sharing($content){
410
  }
411
  }
412
 
413
- $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'horizontal', isset($theChampSharingOptions['horizontal_counts']));
414
  $sharingContainerStyle = '';
415
  $sharingTitleStyle = 'style="font-weight:bold"';
416
  if(isset($theChampSharingOptions['hor_sharing_alignment'])){
@@ -425,9 +484,9 @@ function the_champ_render_sharing($content){
425
  if($sharingBpActivity){
426
  echo $horizontalDiv;
427
  }
428
- // show horizontal sharing
429
- if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) ))){
430
- if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum') ) ){
431
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
432
  }else{
433
  if(isset($theChampSharingOptions['top'] ) && isset($theChampSharingOptions['bottom'])){
@@ -440,6 +499,20 @@ function the_champ_render_sharing($content){
440
  }
441
  }
442
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
443
  }
444
  }
445
  if(isset($theChampSharingOptions['vertical_enable']) && !(isset($sharingMeta['vertical_sharing']) && $sharingMeta['vertical_sharing'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
@@ -469,11 +542,11 @@ function the_champ_render_sharing($content){
469
  }
470
  }
471
 
472
- $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']));
473
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
474
- $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
475
  // show vertical sharing
476
- if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')))){
477
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
478
  echo $verticalDiv;
479
  }else{
@@ -498,8 +571,8 @@ function the_champ_render_sharing($content){
498
  }
499
  }
500
 
501
- $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']));
502
- $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
503
  }
504
  $content = $content.$verticalDiv;
505
  $$var++;
@@ -508,6 +581,12 @@ function the_champ_render_sharing($content){
508
  $content = $content.$verticalDiv;
509
  }
510
  }
 
 
 
 
 
 
511
  }
512
  }
513
  }
@@ -525,6 +604,16 @@ add_filter( 'bbp_template_before_lead_topic', 'the_champ_render_sharing' );
525
  add_filter( 'bbp_template_after_single_forum', 'the_champ_render_sharing' );
526
  add_filter( 'bbp_template_after_single_topic', 'the_champ_render_sharing' );
527
  add_filter( 'bbp_template_after_lead_topic', 'the_champ_render_sharing' );
 
 
 
 
 
 
 
 
 
 
528
 
529
  /**
530
  * Get sharing count for providers
@@ -567,6 +656,9 @@ function the_champ_sharing_count(){
567
  case 'pinterest':
568
  $url = 'http://api.pinterest.com/v1/urls/count.json?callback=theChamp&url='. $targetUrl;
569
  break;
 
 
 
570
  case 'stumbleupon':
571
  $url = 'http://www.stumbleupon.com/services/1.01/badge.getinfo?url='. $targetUrl;
572
  break;
@@ -634,6 +726,13 @@ function the_champ_sharing_count(){
634
  $responseData[$targetUrl]['pinterest'] = 0;
635
  }
636
  break;
 
 
 
 
 
 
 
637
  case 'stumbleupon':
638
  if(!empty($body -> result) && isset( $body -> result -> views )){
639
  $responseData[$targetUrl]['stumbleupon'] = $body -> result -> views;
7
  /**
8
  * Render sharing interface html.
9
  */
10
+ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $displayCount, $totalShares){
11
  global $theChampSharingOptions, $post;
12
  $postUrl = (isset($theChampSharingOptions['use_shortlink']) && function_exists('wp_get_shortlink')) ? wp_get_shortlink() : $postUrl;
13
  if(!isset($theChampSharingOptions['horizontal_sharing_size'])){
22
  if(!isset($theChampSharingOptions['vertical_sharing_shape'])){
23
  $theChampSharingOptions['vertical_sharing_shape'] = 'square';
24
  }
25
+ $output = apply_filters('the_champ_sharing_interface_filter', '', $postUrl, $sharingType, $theChampSharingOptions, $post, $displayCount, $totalShares);
26
  if($output != ''){
27
  return $output;
28
  }
49
  $liClass = '';
50
  }
51
  $style .= '"';
52
+ $liItems = '';
53
  foreach($theChampSharingOptions[$sharingType.'_re_providers'] as $provider){
54
+ $liItems .= '<li class="' . ($liClass != '' ? $liClass : 'theChamp' . ucfirst(str_replace(' ', '', $provider)) .'Background theChamp' . ucfirst(str_replace(' ', '', $provider)) .'SquareBackground') . '">';
55
  if($displayCount){
56
  $startingCount = isset($sharingMeta[$provider . '_' . $sharingType . '_count']) && $sharingMeta[$provider . '_' . $sharingType . '_count'] != '' ? true : false;
57
+ $liItems .= $counterContainerInitHtml . ' the_champ_'.$provider.'_count" '. ($startingCount ? 'ss_st_count="'. $sharingMeta[$provider . '_' . $sharingType . '_count'] .'"' : '') .' >&nbsp;' . $counterContainerEndHtml;
58
  }
59
  if($provider == 'print'){
60
+ $liItems .= '<i ' .$style. ' alt="Print" Title="Print" class="theChampSharing theChamp'. ucfirst($provider) .'Background" onclick=\'window.print()\'><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
61
  }elseif($provider == 'email'){
62
+ $liItems .= '<i ' .$style. ' alt="Email" Title="Email" class="theChampSharing theChamp'. ucfirst($provider) .'Background" onclick="window.location.href = \'mailto:?subject=\' + decodeURIComponent(\''. urlencode($post->post_title) .'\') + \'&body=\' + decodeURIComponent(\''.$postUrl.'\')"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
63
  }else{
64
  if($provider == 'facebook'){
65
  $sharingUrl = 'https://www.facebook.com/sharer/sharer.php?u=' . $postUrl;
89
  $sharingUrl = 'https://www.xing-share.com/social_plugins/share?url='. urlencode($postUrl) .'&wtmc=XING&sc_p=xing-share';
90
  }elseif($provider == 'whatsapp'){
91
  $sharingUrl = 'whatsapp://send?text=' . urlencode($post->post_title . ' ' . $postUrl);
92
+ }elseif($provider == 'yummly'){
93
+ $sharingUrl = 'http://www.yummly.com/urb/verify?url=' . urlencode($post->post_title . ' ' . $postUrl) . '&title=' . urlencode($post->post_title);
94
+ }elseif($provider == 'buffer'){
95
+ $sharingUrl = 'https://buffer.com/add?url=' . urlencode($post->post_title . ' ' . $postUrl) . '&title=' . urlencode($post->post_title);
96
  }elseif($provider == 'pinterest'){
97
  $sharingUrl = "javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)})());";
98
  }
99
+ $liItems .= '<i ' .$style. ' alt="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" Title="'.($provider == 'google' ? 'Google Plus' : ucfirst($provider)).'" class="theChampSharing theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Background" ';
100
  if($provider == 'pinterest'){
101
+ $liItems .= 'onclick="'.$sharingUrl.'"><ss style="display:block" class="theChampSharingSvg theChamp'. ucfirst($provider) .'Svg"></ss></i>';
102
  }else{
103
+ $liItems .= 'onclick=\' theChampPopup("'.$sharingUrl.'")\'><ss style="'. $innerStyle .'" class="theChampSharingSvg theChamp'. ucfirst( str_replace(' ', '', $provider) ) .'Svg"></ss></i>';
104
  }
105
  }
106
+ $liItems .= '</li>';
107
  }
108
  if(isset($theChampSharingOptions[$sharingType . '_more'])){
109
+ $liItems .= '<li class="' . ($liClass != '' ? $liClass : 'theChampMoreBackground') . '">';
110
  if($displayCount){
111
+ $liItems .= $counterContainerInitHtml . '">&nbsp;' . $counterContainerEndHtml;
112
  }
113
+ $liItems .= '<i ' .$style. ' title="More" alt="More" class="theChampSharing theChampMoreBackground" onclick="theChampMoreSharingPopup(this, \''.$postUrl.'\', \''.urlencode($post->post_title).'\')" ><ss style="display:block" class="theChampSharingSvg theChampMoreSvg"></ss></i></li>';
114
  }
115
+
116
+ $totalSharesHtml = '';
117
+ if($totalShares){
118
+ $totalSharesHtml = '<li class="' . $liClass . '">';
119
+ if($displayCount){
120
+ $totalSharesHtml .= $counterContainerInitHtml . '">&nbsp;' . $counterContainerEndHtml;
121
+ }
122
+ $fontSize = $theChampSharingOptions[$sharingType . '_sharing_size'] - 13;
123
+ $fontSize = $fontSize < 10 ? 10 : $fontSize;
124
+ $addStyle = ';font-size:' . $fontSize . 'px;';
125
+ if($sharingType == 'horizontal'){
126
+ $addStyle .= 'margin-left:9px !important;';
127
+ }else{
128
+ $addStyle .= 'margin-bottom:9px !important;';
129
+ }
130
+ $addStyle .= '"';
131
+ $style = str_replace(';"', $addStyle, $style);
132
+ $totalSharesHtml .= '<i ' . $style . ' title="Total Shares" alt="Total Shares" class="theChampSharing theChampTCBackground"></i></li>';
133
+ }
134
+
135
+ if($sharingType == 'vertical'){
136
+ $html .= $totalSharesHtml . $liItems;
137
+ }else{
138
+ $html .= $liItems . $totalSharesHtml;
139
+ }
140
+
141
  $html .= '</ul><div style="clear:both"></div>';
142
  }
143
  return $html;
175
  fjs.parentNode.insertBefore(js, fjs);
176
  }(document, \'script\', \'facebook-jssdk\'));</script><li class="the_champ_facebook_recommend"><div class="fb-like" data-href="'. $postUrl .'" data-layout="button_count" data-action="recommend" data-show-faces="false" data-share="false"></div></li>';
177
  }elseif($provider == 'twitter_tweet'){
178
+ $html .= '<li class="the_champ_twitter_tweet"><a href="https://twitter.com/share" class="twitter-share-button" data-url="'. $shortUrl .'" data-counturl="'. $postUrl .'" data-text="'. html_entity_decode($post->post_title, ENT_COMPAT, 'UTF-8') .'" data-via="'. (isset($theChampCounterOptions['twitter_username']) && $theChampCounterOptions['twitter_username'] != '' ? $theChampCounterOptions['twitter_username'] : '') .'" data-lang="'. $language .'" >Tweet</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?"http":"https";if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document, "script", "twitter-wjs");</script></li>';
179
  }elseif($provider == 'linkedin_share'){
180
  $html .= '<li class="the_champ_linkedin_share"><script src="//platform.linkedin.com/in.js" type="text/javascript">lang: '. $language .'</script><script type="IN/Share" data-url="' . $postUrl . '" data-counter="right"></script></li>';
181
  }elseif($provider == 'google_plusone'){
186
  $html .= '<li class="the_champ_gp_share"><script type="text/javascript" src="https://apis.google.com/js/platform.js">{lang: "'. $language .'"}</script><div class="g-plus" data-action="share" data-annotation="bubble" data-href="'. $postUrl .'"></div></li>';
187
  }elseif($provider == 'reddit'){
188
  $html .= '<li class="the_champ_reddit"><script type="text/javascript" src="http://www.reddit.com/static/button/button1.js"></script></li>';
189
+ }elseif($provider == 'yummly'){
190
+ $html .= '<li class="the_champ_yummly"><a href="//yummly.com" class="YUMMLY-YUM-BUTTON">Yum</a><script src="https://www.yummly.com/js/widget.js?general"></script></li>';
191
+ }elseif($provider == 'buffer'){
192
+ $html .= '<li class="the_champ_buffer"><a href="http://bufferapp.com/add" class="buffer-add-button" data-text="' . html_entity_decode($post->post_title, ENT_COMPAT, 'UTF-8') . '" data-url="' . $postUrl . '" data-count="horizontal" data-via="'. (isset($theChampCounterOptions['buffer_username']) && $theChampCounterOptions['buffer_username'] != '' ? $theChampCounterOptions['buffer_username'] : '') .'" ></a><script type="text/javascript" src="https://d389zggrogs7qo.cloudfront.net/js/button.js"></script></li>';
193
  }elseif($provider == 'xing'){
194
  $html .= '<li class="the_champ_xing"><div data-type="XING/Share" data-counter="right" data-url="'. $postUrl .'" data-lang="'. $language .'"></div>
195
  <script>
280
  $counterBpActivity = true;
281
  }
282
  }
283
+
284
+ $post_types = get_post_types( array( 'public' => true ), 'names', 'and' );
285
+ $post_types = array_diff( $post_types, array( 'post', 'page' ) );
286
+
287
  if(isset($theChampCounterOptions['enable'])){
288
  //counter interface
289
  if(isset($theChampCounterOptions['hor_enable']) && !(isset($sharingMeta['counter']) && $sharingMeta['counter'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
331
  echo $horizontalDiv;
332
  }
333
  // show horizontal counter
334
+ if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || (isset( $theChampCounterOptions['archive']) && is_archive()) || ( isset( $theChampCounterOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampCounterOptions['bb_forum'] ) && (isset( $theChampCounterOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampCounterOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampCounterOptions['bb_topic'] ) && (isset( $theChampCounterOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampCounterOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampCounterOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampCounterOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampCounterOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') ) {
335
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum','woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou') ) ){
336
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
337
  }else{
338
  if(isset($theChampCounterOptions['top'] ) && isset($theChampCounterOptions['bottom'])){
345
  }
346
  }
347
  }
348
+ } elseif( count( $post_types ) ) {
349
+ foreach ( $post_types as $post_type ) {
350
+ if( isset( $theChampCounterOptions[$post_type] ) && ( is_single() || is_page() ) && isset($post -> post_type) && $post -> post_type == $post_type ) {
351
+ if(isset($theChampCounterOptions['top'] ) && isset($theChampCounterOptions['bottom'])){
352
+ $content = $horizontalDiv.'<br/>'.$content.'<br/>'.$horizontalDiv;
353
+ }else{
354
+ if(isset($theChampCounterOptions['top'])){
355
+ $content = $horizontalDiv.$content;
356
+ }elseif(isset($theChampCounterOptions['bottom'])){
357
+ $content = $content.$horizontalDiv;
358
+ }
359
+ }
360
+ }
361
+ }
362
  }
363
  }
364
  if(isset($theChampCounterOptions['vertical_enable']) && !(isset($sharingMeta['vertical_counter']) && $sharingMeta['vertical_counter'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
390
 
391
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
392
  $offset = (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) ? $theChampCounterOptions['alignment'].': '. ( $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] == '' ? 0 : $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] ) .'px;' : '').(isset($theChampCounterOptions['top_offset']) ? 'top: '. ( $theChampCounterOptions['top_offset'] == '' ? 0 : $theChampCounterOptions['top_offset'] ) .'px;' : '');
393
+ $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
394
  // show vertical counter
395
  if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || (isset( $theChampCounterOptions['vertical_archive']) && is_archive()) || ( isset( $theChampCounterOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampCounterOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampCounterOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampCounterOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampCounterOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic'))) ){
396
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
418
  }
419
 
420
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
421
+ $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='". $offset . (isset($theChampCounterOptions['vertical_bg']) && $theChampCounterOptions['vertical_bg'] != '' ? 'background-color: '.$theChampCounterOptions['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "'>".$sharingDiv."</div>";
422
  }
423
  $content = $content.$verticalDiv;
424
  $$var++;
427
  $content = $content.$verticalDiv;
428
  }
429
  }
430
+ } elseif( count( $post_types ) ) {
431
+ foreach ( $post_types as $post_type ) {
432
+ if( isset( $theChampCounterOptions['vertical_' . $post_type] ) && ( is_single() || is_page() ) && isset($post -> post_type) && $post -> post_type == $post_type ) {
433
+ $content = $content . $verticalDiv;
434
+ }
435
+ }
436
  }
437
  }
438
  }
469
  }
470
  }
471
 
472
+ $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'horizontal', isset($theChampSharingOptions['horizontal_counts']), isset($theChampSharingOptions['horizontal_total_shares']));
473
  $sharingContainerStyle = '';
474
  $sharingTitleStyle = 'style="font-weight:bold"';
475
  if(isset($theChampSharingOptions['hor_sharing_alignment'])){
484
  if($sharingBpActivity){
485
  echo $horizontalDiv;
486
  }
487
+ // show horizontal sharing
488
+ if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || (isset( $theChampSharingOptions['archive']) && is_archive()) || ( isset( $theChampSharingOptions['post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['bb_reply'] ) && current_filter() == 'bbp_get_reply_content' ) || ( isset( $theChampSharingOptions['bb_forum'] ) && (isset( $theChampSharingOptions['top'] ) && current_filter() == 'bbp_template_before_single_forum' || isset( $theChampSharingOptions['bottom'] ) && current_filter() == 'bbp_template_after_single_forum' )) || ( isset( $theChampSharingOptions['bb_topic'] ) && (isset( $theChampSharingOptions['top'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')) || isset( $theChampSharingOptions['bottom'] ) && in_array(current_filter(), array('bbp_template_after_single_topic', 'bbp_template_after_lead_topic')) )) || (isset( $theChampSharingOptions['woocom_shop'] ) && current_filter() == 'woocommerce_after_shop_loop_item') || (isset( $theChampSharingOptions['woocom_product'] ) && current_filter() == 'woocommerce_share') || (isset( $theChampSharingOptions['woocom_thankyou'] ) && current_filter() == 'woocommerce_thankyou') ) {
489
+ if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum', 'bbp_template_after_single_topic', 'bbp_template_after_lead_topic', 'bbp_template_after_single_forum', 'woocommerce_after_shop_loop_item', 'woocommerce_share', 'woocommerce_thankyou') ) ){
490
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
491
  }else{
492
  if(isset($theChampSharingOptions['top'] ) && isset($theChampSharingOptions['bottom'])){
499
  }
500
  }
501
  }
502
+ } elseif( count( $post_types ) ) {
503
+ foreach ( $post_types as $post_type ) {
504
+ if( isset( $theChampSharingOptions[$post_type] ) && ( is_single() || is_page() ) && isset($post -> post_type) && $post -> post_type == $post_type ) {
505
+ if(isset($theChampSharingOptions['top'] ) && isset($theChampSharingOptions['bottom'])){
506
+ $content = $horizontalDiv.'<br/>'.$content.'<br/>'.$horizontalDiv;
507
+ }else{
508
+ if(isset($theChampSharingOptions['top'])){
509
+ $content = $horizontalDiv.$content;
510
+ }elseif(isset($theChampSharingOptions['bottom'])){
511
+ $content = $content.$horizontalDiv;
512
+ }
513
+ }
514
+ }
515
+ }
516
  }
517
  }
518
  if(isset($theChampSharingOptions['vertical_enable']) && !(isset($sharingMeta['vertical_sharing']) && $sharingMeta['vertical_sharing'] == 1 && (!is_front_page() || (is_front_page() && 'page' == get_option('show_on_front'))) )){
542
  }
543
  }
544
 
545
+ $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']), isset($theChampSharingOptions['vertical_total_shares']));
546
  $offset = (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions['alignment'].': '.$theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'].'px;' : '').(isset($theChampSharingOptions['top_offset']) && $theChampSharingOptions['top_offset'] != '' ? 'top: '.$theChampSharingOptions['top_offset'].'px;' : '');
547
+ $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
548
  // show vertical sharing
549
+ if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || (isset( $theChampSharingOptions['vertical_archive']) && is_archive()) || ( isset( $theChampSharingOptions['vertical_post'] ) && is_single() && isset($post -> post_type) && $post -> post_type == 'post' ) || ( isset( $theChampSharingOptions['vertical_page'] ) && is_page() && isset($post -> post_type) && $post -> post_type == 'page' ) || ( isset( $theChampSharingOptions['vertical_excerpt'] ) && is_front_page() && current_filter() == 'get_the_excerpt' ) || ( isset( $theChampSharingOptions['vertical_bb_forum'] ) && current_filter() == 'bbp_template_before_single_forum') || ( isset( $theChampSharingOptions['vertical_bb_topic'] ) && in_array(current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic')))) {
550
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
551
  echo $verticalDiv;
552
  }else{
571
  }
572
  }
573
 
574
+ $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']), isset($theChampSharingOptions['vertical_total_shares']));
575
+ $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . "' style='width:" . ($theChampSharingOptions['vertical_sharing_size'] + 4) . "px;" . $offset . (isset($theChampSharingOptions['vertical_bg']) && $theChampSharingOptions['vertical_bg'] != '' ? 'background-color: '.$theChampSharingOptions['vertical_bg'] : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='".$postUrl."'>".$sharingDiv."</div>";
576
  }
577
  $content = $content.$verticalDiv;
578
  $$var++;
581
  $content = $content.$verticalDiv;
582
  }
583
  }
584
+ } elseif( count( $post_types ) ) {
585
+ foreach ( $post_types as $post_type ) {
586
+ if( isset( $theChampSharingOptions['vertical_' . $post_type] ) && ( is_single() || is_page() ) && isset($post -> post_type) && $post -> post_type == $post_type ) {
587
+ $content = $content . $verticalDiv;
588
+ }
589
+ }
590
  }
591
  }
592
  }
604
  add_filter( 'bbp_template_after_single_forum', 'the_champ_render_sharing' );
605
  add_filter( 'bbp_template_after_single_topic', 'the_champ_render_sharing' );
606
  add_filter( 'bbp_template_after_lead_topic', 'the_champ_render_sharing' );
607
+ // Sharing at WooCommerce pages
608
+ if(isset($theChampSharingOptions['woocom_shop']) || isset($theChampCounterOptions['woocom_shop'])){
609
+ add_action('woocommerce_after_shop_loop_item', 'the_champ_render_sharing');
610
+ }
611
+ if(isset($theChampSharingOptions['woocom_product']) || isset($theChampCounterOptions['woocom_product'])){
612
+ add_action('woocommerce_share', 'the_champ_render_sharing');
613
+ }
614
+ if(isset($theChampSharingOptions['woocom_thankyou']) || isset($theChampCounterOptions['woocom_thankyou'])){
615
+ add_action('woocommerce_thankyou', 'the_champ_render_sharing');
616
+ }
617
 
618
  /**
619
  * Get sharing count for providers
656
  case 'pinterest':
657
  $url = 'http://api.pinterest.com/v1/urls/count.json?callback=theChamp&url='. $targetUrl;
658
  break;
659
+ case 'buffer':
660
+ $url = 'https://api.bufferapp.com/1/links/shares.json?url='. $targetUrl;
661
+ break;
662
  case 'stumbleupon':
663
  $url = 'http://www.stumbleupon.com/services/1.01/badge.getinfo?url='. $targetUrl;
664
  break;
726
  $responseData[$targetUrl]['pinterest'] = 0;
727
  }
728
  break;
729
+ case 'buffer':
730
+ if(!empty($body -> shares)){
731
+ $responseData[$targetUrl]['buffer'] = $body -> shares;
732
+ }else{
733
+ $responseData[$targetUrl]['buffer'] = 0;
734
+ }
735
+ break;
736
  case 'stumbleupon':
737
  if(!empty($body -> result) && isset( $body -> result -> views )){
738
  $responseData[$targetUrl]['stumbleupon'] = $body -> result -> views;
inc/widget.php CHANGED
@@ -125,7 +125,7 @@ class TheChampSharingWidget extends WP_Widget {
125
  }elseif(get_permalink($post -> ID)){
126
  $sharingUrl = get_permalink($post->ID);
127
  }else{
128
- $sharingUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
129
  }
130
  }elseif($instance['target_url'] == 'homepage'){
131
  $sharingUrl = site_url();
@@ -159,14 +159,14 @@ class TheChampSharingWidget extends WP_Widget {
159
  $sharingUrl = $shortUrl;
160
  }
161
  }
162
- echo the_champ_prepare_sharing_html($sharingUrl, 'horizontal', isset($instance['show_counts']));
163
 
164
  if( !empty( $instance['after_widget_content'] ) ){
165
  echo '<div>' . $instance['after_widget_content'] . '</div>';
166
  }
167
 
168
  echo '</div>';
169
- if(isset($instance['show_counts'])){
170
  echo '<script>theChampLoadEvent(
171
  function(){
172
  // sharing counts
@@ -183,7 +183,8 @@ class TheChampSharingWidget extends WP_Widget {
183
  function update( $new_instance, $old_instance ) {
184
  $instance = $old_instance;
185
  $instance['title'] = strip_tags( $new_instance['title'] );
186
- $instance['show_counts'] = $new_instance['show_counts'];
 
187
  $instance['target_url'] = $new_instance['target_url'];
188
  $instance['target_url_custom'] = $new_instance['target_url_custom'];
189
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
@@ -196,7 +197,7 @@ class TheChampSharingWidget extends WP_Widget {
196
  /** Widget edit form at admin panel */
197
  function form( $instance ) {
198
  /* Set up default widget settings. */
199
- $defaults = array( 'title' => 'Share the joy', 'show_counts' => 0, 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
200
 
201
  foreach( $instance as $key => $value ){
202
  $instance[ $key ] = esc_attr( $value );
@@ -216,9 +217,11 @@ class TheChampSharingWidget extends WP_Widget {
216
  <p>
217
  <p><strong>Note:</strong> <?php _e('Make sure "Horizontal Social Sharing" is enabled from "Super Socializer > Social Sharing" page.', 'Super-Socializer') ?></p>
218
  <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'Super-Socializer' ); ?></label>
219
- <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" /> <br/>
220
- <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show share counts:', 'Super-Socializer' ); ?></label>
221
- <input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset($instance['show_counts']) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/>
 
 
222
  <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'Super-Socializer' ); ?></label>
223
  <select style="width: 95%" onchange="theChampToggleHorSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
224
  <option value="">--<?php _e('Select', 'Super-Socializer') ?>--</option>
@@ -273,7 +276,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
273
  }elseif(get_permalink($post -> ID)){
274
  $sharingUrl = get_permalink($post->ID);
275
  }else{
276
- $sharingUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
277
  }
278
  }elseif($instance['target_url'] == 'homepage'){
279
  $sharingUrl = site_url();
@@ -289,7 +292,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
289
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
290
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
291
  }
292
- echo "<div class='the_champ_sharing_container the_champ_vertical_sharing' ss-offset='" . $ssOffset . "' style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : 35) + 4) . "px;".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='". $sharingUrl ."'>";
293
 
294
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
295
  $sharingUrl = wp_get_shortlink();
@@ -301,9 +304,9 @@ class TheChampVerticalSharingWidget extends WP_Widget {
301
  }
302
  }
303
  //echo $before_widget;
304
- echo the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($instance['show_counts']));
305
  echo '</div>';
306
- if(isset($instance['show_counts'])){
307
  echo '<script>theChampLoadEvent(
308
  function(){
309
  // sharing counts
@@ -321,6 +324,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
321
  $instance = $old_instance;
322
  $instance['target_url'] = $new_instance['target_url'];
323
  $instance['show_counts'] = $new_instance['show_counts'];
 
324
  $instance['target_url_custom'] = $new_instance['target_url_custom'];
325
  $instance['alignment'] = $new_instance['alignment'];
326
  $instance['left_offset'] = $new_instance['left_offset'];
@@ -335,7 +339,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
335
  /** Widget edit form at admin panel */
336
  function form( $instance ) {
337
  /* Set up default widget settings. */
338
- $defaults = array('alignment' => 'left', 'show_counts' => 0, 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '');
339
 
340
  foreach( $instance as $key => $value ){
341
  $instance[ $key ] = esc_attr( $value );
@@ -363,8 +367,10 @@ class TheChampVerticalSharingWidget extends WP_Widget {
363
  }
364
  </script>
365
  <p><strong>Note:</strong> <?php _e('Make sure "Vertical Social Sharing" is enabled from "Super Socializer > Social Sharing" page.', 'Super-Socializer') ?></p>
366
- <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show share counts:', 'Super-Socializer' ); ?></label>
367
- <input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset($instance['show_counts']) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/>
 
 
368
  <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'Super-Socializer' ); ?></label>
369
  <select style="width: 95%" onchange="theChampToggleVerticalSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
370
  <option value="">--<?php _e('Select', 'Super-Socializer') ?>--</option>
@@ -435,7 +441,7 @@ class TheChampCounterWidget extends WP_Widget {
435
  }elseif(get_permalink($post -> ID)){
436
  $counterUrl = get_permalink($post->ID);
437
  }else{
438
- $counterUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
439
  }
440
  }elseif($instance['target_url'] == 'homepage'){
441
  $counterUrl = site_url();
@@ -571,7 +577,7 @@ class TheChampVerticalCounterWidget extends WP_Widget {
571
  }elseif(get_permalink($post -> ID)){
572
  $counterUrl = get_permalink($post->ID);
573
  }else{
574
- $counterUrl = the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
575
  }
576
  }elseif($instance['target_url'] == 'homepage'){
577
  $counterUrl = site_url();
@@ -587,7 +593,7 @@ class TheChampVerticalCounterWidget extends WP_Widget {
587
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
588
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
589
  }
590
- echo "<div class='the_champ_counter_container the_champ_vertical_counter' ss-offset='". $ssOffset ."' style='".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' >";
591
  // if bit.ly integration enabled, generate bit.ly short url
592
  $shortUrl = $counterUrl;
593
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
125
  }elseif(get_permalink($post -> ID)){
126
  $sharingUrl = get_permalink($post->ID);
127
  }else{
128
+ $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
129
  }
130
  }elseif($instance['target_url'] == 'homepage'){
131
  $sharingUrl = site_url();
159
  $sharingUrl = $shortUrl;
160
  }
161
  }
162
+ echo the_champ_prepare_sharing_html($sharingUrl, 'horizontal', isset($instance['show_counts']), isset($instance['total_shares']));
163
 
164
  if( !empty( $instance['after_widget_content'] ) ){
165
  echo '<div>' . $instance['after_widget_content'] . '</div>';
166
  }
167
 
168
  echo '</div>';
169
+ if(isset($instance['show_counts']) || isset($instance['total_shares'])){
170
  echo '<script>theChampLoadEvent(
171
  function(){
172
  // sharing counts
183
  function update( $new_instance, $old_instance ) {
184
  $instance = $old_instance;
185
  $instance['title'] = strip_tags( $new_instance['title'] );
186
+ $instance['show_counts'] = $new_instance['show_counts'];
187
+ $instance['total_shares'] = $new_instance['total_shares'];
188
  $instance['target_url'] = $new_instance['target_url'];
189
  $instance['target_url_custom'] = $new_instance['target_url_custom'];
190
  $instance['before_widget_content'] = $new_instance['before_widget_content'];
197
  /** Widget edit form at admin panel */
198
  function form( $instance ) {
199
  /* Set up default widget settings. */
200
+ $defaults = array( 'title' => 'Share the joy', 'show_counts' => 0, 'total_shares' => 0, 'target_url' => 'default', 'target_url_custom' => '', 'before_widget_content' => '', 'after_widget_content' => '' );
201
 
202
  foreach( $instance as $key => $value ){
203
  $instance[ $key ] = esc_attr( $value );
217
  <p>
218
  <p><strong>Note:</strong> <?php _e('Make sure "Horizontal Social Sharing" is enabled from "Super Socializer > Social Sharing" page.', 'Super-Socializer') ?></p>
219
  <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'Super-Socializer' ); ?></label>
220
+ <input style="width: 95%" class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo $instance['title']; ?>" /> <br/><br/>
221
+ <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'Super-Socializer' ); ?></label>
222
+ <input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset($instance['show_counts']) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
223
+ <label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'Super-Socializer' ); ?></label>
224
+ <input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
225
  <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'Super-Socializer' ); ?></label>
226
  <select style="width: 95%" onchange="theChampToggleHorSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
227
  <option value="">--<?php _e('Select', 'Super-Socializer') ?>--</option>
276
  }elseif(get_permalink($post -> ID)){
277
  $sharingUrl = get_permalink($post->ID);
278
  }else{
279
+ $sharingUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
280
  }
281
  }elseif($instance['target_url'] == 'homepage'){
282
  $sharingUrl = site_url();
292
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
293
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
294
  }
295
+ echo "<div class='the_champ_sharing_container the_champ_vertical_sharing" . ( isset( $theChampSharingOptions['hide_mobile_sharing'] ) ? ' the_champ_hide_sharing' : '' ) . "' ss-offset='" . $ssOffset . "' style='width:" . ((isset($theChampSharingOptions['vertical_sharing_size']) ? $theChampSharingOptions['vertical_sharing_size'] : 35) + 4) . "px;".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' super-socializer-data-href='". $sharingUrl ."'>";
296
 
297
  if(isset($theChampSharingOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
298
  $sharingUrl = wp_get_shortlink();
304
  }
305
  }
306
  //echo $before_widget;
307
+ echo the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($instance['show_counts']), isset($instance['total_shares']));
308
  echo '</div>';
309
+ if(isset($instance['show_counts']) || isset($instance['total_shares'])){
310
  echo '<script>theChampLoadEvent(
311
  function(){
312
  // sharing counts
324
  $instance = $old_instance;
325
  $instance['target_url'] = $new_instance['target_url'];
326
  $instance['show_counts'] = $new_instance['show_counts'];
327
+ $instance['total_shares'] = $new_instance['total_shares'];
328
  $instance['target_url_custom'] = $new_instance['target_url_custom'];
329
  $instance['alignment'] = $new_instance['alignment'];
330
  $instance['left_offset'] = $new_instance['left_offset'];
339
  /** Widget edit form at admin panel */
340
  function form( $instance ) {
341
  /* Set up default widget settings. */
342
+ $defaults = array('alignment' => 'left', 'show_counts' => 0, 'total_shares' => 0, 'left_offset' => '40', 'right_offset' => '0', 'target_url' => 'default', 'target_url_custom' => '', 'top_offset' => '100', 'vertical_bg' => '');
343
 
344
  foreach( $instance as $key => $value ){
345
  $instance[ $key ] = esc_attr( $value );
367
  }
368
  </script>
369
  <p><strong>Note:</strong> <?php _e('Make sure "Vertical Social Sharing" is enabled from "Super Socializer > Social Sharing" page.', 'Super-Socializer') ?></p>
370
+ <label for="<?php echo $this->get_field_id( 'show_counts' ); ?>"><?php _e( 'Show individual share counts:', 'Super-Socializer' ); ?></label>
371
+ <input id="<?php echo $this->get_field_id( 'show_counts' ); ?>" name="<?php echo $this->get_field_name( 'show_counts' ); ?>" type="checkbox" value="1" <?php echo isset($instance['show_counts']) && $instance['show_counts'] == 1 ? 'checked' : ''; ?> /><br/><br/>
372
+ <label for="<?php echo $this->get_field_id( 'total_shares' ); ?>"><?php _e( 'Show total shares:', 'Super-Socializer' ); ?></label>
373
+ <input id="<?php echo $this->get_field_id( 'total_shares' ); ?>" name="<?php echo $this->get_field_name( 'total_shares' ); ?>" type="checkbox" value="1" <?php echo isset($instance['total_shares']) && $instance['total_shares'] == 1 ? 'checked' : ''; ?> /><br/> <br/>
374
  <label for="<?php echo $this->get_field_id( 'target_url' ); ?>"><?php _e( 'Target Url:', 'Super-Socializer' ); ?></label>
375
  <select style="width: 95%" onchange="theChampToggleVerticalSharingTargetUrl(this.value)" class="widefat" id="<?php echo $this->get_field_id( 'target_url' ); ?>" name="<?php echo $this->get_field_name( 'target_url' ); ?>">
376
  <option value="">--<?php _e('Select', 'Super-Socializer') ?>--</option>
441
  }elseif(get_permalink($post -> ID)){
442
  $counterUrl = get_permalink($post->ID);
443
  }else{
444
+ $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
445
  }
446
  }elseif($instance['target_url'] == 'homepage'){
447
  $counterUrl = site_url();
577
  }elseif(get_permalink($post -> ID)){
578
  $counterUrl = get_permalink($post->ID);
579
  }else{
580
+ $counterUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
581
  }
582
  }elseif($instance['target_url'] == 'homepage'){
583
  $counterUrl = site_url();
593
  if(isset($instance['alignment']) && isset($instance[$instance['alignment'] . '_offset'])){
594
  $ssOffset = $instance[$instance['alignment'] . '_offset'];
595
  }
596
+ echo "<div class='the_champ_counter_container the_champ_vertical_counter" . ( isset( $theChampCounterOptions['hide_mobile_likeb'] ) ? ' the_champ_hide_sharing' : '' ) . "' ss-offset='". $ssOffset ."' style='".(isset($instance['alignment']) && $instance['alignment'] != '' && isset($instance[$instance['alignment'].'_offset']) ? $instance['alignment'].': '. ( $instance[$instance['alignment'].'_offset'] == '' ? 0 : $instance[$instance['alignment'].'_offset'] ) .'px;' : '').(isset($instance['top_offset']) ? 'top: '. ( $instance['top_offset'] == '' ? 0 : $instance['top_offset'] ) .'px;' : '') . (isset($instance['vertical_bg']) && $instance['vertical_bg'] != '' ? 'background-color: '.$instance['vertical_bg'] . ';' : '-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;') . "' >";
597
  // if bit.ly integration enabled, generate bit.ly short url
598
  $shortUrl = $counterUrl;
599
  if(isset($theChampCounterOptions['use_shortlinks']) && function_exists('wp_get_shortlink')){
js/front/facebook/commenting.js CHANGED
@@ -1,66 +1 @@
1
- function theChampRenderFBCommenting() {
2
- var t = document.getElementById("respond");
3
- if(!t){
4
- return;
5
- }
6
- var htmls = [];
7
- var scripts = [];
8
- var scriptsSrc = [];
9
- // wordpress
10
- htmls['wordpress'] = '<div style="clear:both"></div>' + t.innerHTML;
11
- // facebook
12
- theChampFBCommentingContent = '<div class="fb-comments" data-href="' + theChampFBCommentUrl + '"', "" != theChampFBCommentColor && (theChampFBCommentingContent += ' data-colorscheme="' + theChampFBCommentColor + '"'), "" != theChampFBCommentNumPosts && (theChampFBCommentingContent += ' data-numposts="' + theChampFBCommentNumPosts + '"'), theChampFBCommentingContent += ' data-width="' + theChampFBCommentWidth + '"', "" != theChampFBCommentOrderby && (theChampFBCommentingContent += ' data-order-by="' + theChampFBCommentOrderby + '"'), theChampFBCommentingContent += " ></div>";
13
- htmls['fb'] = theChampFBCommentingContent;
14
- scripts['fb'] = 'theChampInitiateFB();';
15
-
16
- // googleplus
17
- htmls['googleplus'] = "<div class='g-comments' data-href='" + theChampGpCommentsUrl + "' "+ (theChampGpCommentsWidth ? "data-width='"+ theChampGpCommentsWidth +"'" : "") +" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>";
18
- scripts['googleplus'] = ' ';
19
- scriptsSrc['googleplus'] = '//apis.google.com/js/plusone.js';
20
-
21
- // disqus
22
- htmls['disqus'] = '<div class="embed-container clearfix" id="disqus_thread">' + (theChampDisqusShortname != '' ? theChampDisqusShortname : '<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>') + '</div>';
23
- scripts['disqus'] = "var disqus_shortname = '" + theChampDisqusShortname + "';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";
24
- var commentingHtml = '<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+ theChampScLabel +'</h3><ul>';
25
- theChampScEnabledTabs = theChampScEnabledTabs.split(',');
26
- for(var i = 0; i < theChampScEnabledTabs.length; i++){
27
- commentingHtml += '<li id="theChampTabs-'+ i +'-li" onclick="';
28
- commentingHtml += 'this.setAttribute(\'class\', \'theChampSelectedTab\');document.getElementById(\'theChampTabs-'+ i +'\').style.display=\'block\';';
29
- if(theChampScEnabledTabs[i] == 'fb'){
30
- commentingHtml += 'theChampInitiateFB();';
31
- }
32
- for(var j = 0; j < theChampScEnabledTabs.length; j++){
33
- if(j != i){
34
- commentingHtml += 'document.getElementById(\'theChampTabs-' + j + '-li\').setAttribute(\'class\', \'\');document.getElementById(\'theChampTabs-'+ j +'\').style.display=\'none\';';
35
- }
36
- }
37
- commentingHtml += '">';
38
- commentingHtml += theChampScTabLabels[theChampScEnabledTabs[i]];
39
- commentingHtml += '</li>';
40
- }
41
- commentingHtml += '</ul>';
42
- for(var i = 0; i < theChampScEnabledTabs.length; i++){
43
- commentingHtml += '<div id="theChampTabs-' + i + '" ><div style="clear: both"></div>' + htmls[theChampScEnabledTabs[i]] + '</div>';
44
- }
45
- commentingHtml += '</div>';
46
- t.innerHTML = commentingHtml;
47
- var replyTitle = document.getElementById("reply-title");
48
- if(replyTitle){ replyTitle.remove(); }
49
- for(var i = 0; i < theChampScEnabledTabs.length; i++){
50
- if(scripts[theChampScEnabledTabs[i]]){
51
- var script = document.createElement('script');
52
- if(scriptsSrc[theChampScEnabledTabs[i]]){
53
- script.setAttribute('src', scriptsSrc[theChampScEnabledTabs[i]]);
54
- }
55
- script.innerHTML = scripts[theChampScEnabledTabs[i]];
56
- document.getElementById('theChampTabs-' + i).appendChild(script);
57
- }
58
- }
59
- document.getElementById('theChampTabs-0-li').setAttribute('class', 'theChampSelectedTab');
60
- for(var i = 1; i < theChampScEnabledTabs.length; i++){
61
- document.getElementById('theChampTabs-' + i).style.display = 'none';
62
- }
63
- }
64
- theChampLoadEvent(function() {
65
- theChampRenderFBCommenting()
66
- });
1
+ function theChampRenderFBCommenting(){var e=document.getElementById("respond");if(e){var t=[],a=[],m=[];t.wordpress='<div style="clear:both"></div>'+e.innerHTML,theChampFBCommentingContent='<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"',""!=theChampFBCommentColor&&(theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'),""!=theChampFBCommentNumPosts&&(theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'),theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"',""!=theChampFBCommentOrderby&&(theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'),theChampFBCommentingContent+=" ></div>",t.fb=theChampFBCommentingContent,a.fb="theChampInitiateFB();",t.googleplus="<div class='g-comments' data-href='"+theChampGpCommentsUrl+"' "+(theChampGpCommentsWidth?"data-width='"+theChampGpCommentsWidth+"'":"")+" data-first_party_property='BLOGGER' data-view_type='FILTERED_POSTMOD' ></div>",a.googleplus=" ",m.googleplus="//apis.google.com/js/plusone.js",t.disqus='<div class="embed-container clearfix" id="disqus_thread">'+(""!=theChampDisqusShortname?theChampDisqusShortname:'<div style="font-size: 14px;clear: both;">Specify a Disqus shortname in Super Socializer &gt; Social Commenting section in admin panel</div>')+"</div>",a.disqus="var disqus_shortname = '"+theChampDisqusShortname+"';(function(d) {var dsq = d.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(dsq); })(document);";var h='<div class="theChampCommentingTabs"><h3 id="theChampReplyTitle" style="margin-bottom:15px" class="comment-reply-title">'+theChampScLabel+"</h3><ul>";theChampScEnabledTabs=theChampScEnabledTabs.split(",");for(var n=0;n<theChampScEnabledTabs.length;n++){h+='<li id="theChampTabs-'+n+'-li" onclick="',h+="this.setAttribute('class', 'theChampSelectedTab');document.getElementById('theChampTabs-"+n+"').style.display='block';","fb"==theChampScEnabledTabs[n]&&(h+="theChampInitiateFB();");for(var s=0;s<theChampScEnabledTabs.length;s++)s!=n&&(h+="document.getElementById('theChampTabs-"+s+"-li').setAttribute('class', '');document.getElementById('theChampTabs-"+s+"').style.display='none';");h+='">',h+=theChampScTabLabels[theChampScEnabledTabs[n]],h+="</li>"}h+="</ul>";for(var n=0;n<theChampScEnabledTabs.length;n++)h+='<div id="theChampTabs-'+n+'" ><div style="clear: both"></div>'+t[theChampScEnabledTabs[n]]+"</div>";h+="</div>",e.innerHTML=h;var d=document.getElementById("reply-title");d&&d.remove();for(var n=0;n<theChampScEnabledTabs.length;n++)if(a[theChampScEnabledTabs[n]]){var o=document.createElement("script");m[theChampScEnabledTabs[n]]&&o.setAttribute("src",m[theChampScEnabledTabs[n]]),o.innerHTML=a[theChampScEnabledTabs[n]],document.getElementById("theChampTabs-"+n).appendChild(o)}document.getElementById("theChampTabs-0-li").setAttribute("class","theChampSelectedTab");for(var n=1;n<theChampScEnabledTabs.length;n++)document.getElementById("theChampTabs-"+n).style.display="none"}}theChampLoadEvent(function(){theChampRenderFBCommenting()});
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/front/facebook/sdk.js CHANGED
@@ -1 +1 @@
1
- function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v2.4"})}window.fbAsyncInit=function(){theChampInitiateFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),FB.Event.subscribe("comment.create",function(e){e.commentID&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(){}})})},function(e){var t,n="facebook-jssdk",a=e.getElementsByTagName("script")[0];e.getElementById(n)||(t=e.createElement("script"),t.id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",a.parentNode.insertBefore(t,a))}(document);
1
+ function theChampInitiateFB(){FB.init({appId:theChampFBKey,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v2.4"})}theChampCommentCreate=0,window.fbAsyncInit=function(){theChampInitiateFB(),"function"==typeof theChampDisplayLoginIcon&&theChampDisplayLoginIcon(document,["theChampFacebookButton","theChampFacebookLogin"]),FB.Event.subscribe("comment.create",function(e){theChampCommentCreate||(theChampCommentCreate++,e.commentID&&jQuery.ajax({type:"POST",dataType:"json",url:theChampSiteUrl+"/index.php",data:{action:"the_champ_moderate_fb_comments",data:e},success:function(){}}))})},function(e){var t,n="facebook-jssdk",a=e.getElementsByTagName("script")[0];e.getElementById(n)||(t=e.createElement("script"),t.id=n,t.async=!0,t.src="//connect.facebook.net/"+theChampFBLang+"/sdk.js",a.parentNode.insertBefore(t,a))}(document);
js/front/sharing/sharing.js CHANGED
@@ -169,13 +169,6 @@ function theChampMoreSharingPopup(elem, postUrl, postTitle){
169
  redirect_url: "http://www.amazon.co.jp/wishlist/add?u=" + postUrl + "&t=" + postTitle,
170
  bookmarklet_url: "javascript:(function(){var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,o='object',n='AUWLBookfrFR',u='http://www.amazon.co.jp/wishlist/add',r='readyState',T=setTimeout,a='setAttribute',g=function(){d[r]&&d[r]!='complete'?T(g,200):!w[n]?(s[a]('charset','UTF-8'),s[a]('src',u+'.js?loc='+e(l)+'&b='+n),d.body.appendChild(s),f()):f()},f=function(){!w[n]?T(f,200):w[n].showPopover()};typeof s!=o?l.href=u+'?u='+e(l)+'&t='+e(d.title):g()}())"
171
  },
172
- quora: {
173
- title: "Quora",
174
- class: "quora",
175
- locale: "en-US",
176
- redirect_url: "http://www.quora.com/boardservices/bookmarklet?v=1&url=" + postUrl,
177
- bookmarklet_url: "javascript:var d=document,w=window,e=w.getSelection,k=d.getSelection,x=d.selection,s=(e?e():(k)?k():(x?x.createRange().text:0)),f='http://www.quora.com/board/bookmarklet',l=d.location,e=encodeURIComponent,p='?v=1&url='+e(l.href),u=f+p;try{if(!/^(.*\\.)?quora[^.]*$/.test(l.host))throw(0);}catch(z){a =function(){if(!w.open(u,'_blank','toolbar=0,scrollbars=no,resizable=1,status=1,width=430,height=400'))l.href=u;};if(/Firefox/.test(navigator.userAgent))setTimeout(a,0);else a();}void(0)"
178
- },
179
  mister_wong: {
180
  title: "Mister-Wong",
181
  class: "mister_wong",
@@ -566,69 +559,95 @@ function theChampGetSharingCounts(horizontalCounts, verticalCounts){
566
  success: function(data, textStatus, XMLHttpRequest){
567
  if(data.status == 1){
568
  for(var i in data.message){
 
 
 
 
 
 
 
 
 
 
 
 
569
  for(var j in data.message[i]){
570
  if(j == 'google'){
571
  var sharingCount = data.message[i][j].match( /"(.*?)"/ )[1];
 
572
  }else if(j == 'vkontakte'){
573
  var sharingCount = parseInt(data.message[i][j].replace('VK.Share.count(0, ', '').replace(');', ''));
574
  }else{
575
  var sharingCount = data.message[i][j];
576
  }
577
-
578
  if(!(verticalCounts) && !(horizontalCounts)){
579
- var targetElement = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_vertical_sharing, .the_champ_horizontal_sharing)").find('.the_champ_'+j+'_count');
580
  } else if (!(horizontalCounts)){
581
- var targetElement = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_horizontal_sharing)").find('.the_champ_'+j+'_count');
582
  } else if (!(verticalCounts)){
583
- var targetElement = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_vertical_sharing)").find('.the_champ_'+j+'_count');
584
  } else {
585
- var targetElement = jQuery("div[super-socializer-data-href='"+i+"']").find('.the_champ_'+j+'_count');
586
  }
587
  if(jQuery(targetElement).attr('ss_st_count')){
588
  sharingCount = parseInt(sharingCount) + parseInt(jQuery(targetElement).attr('ss_st_count'));
589
  }
 
590
  if(sharingCount < 1){ continue; }
591
- if(sharingCount > 9 && sharingCount < 100){
592
- var width = '12px';
593
- }else if(sharingCount > 99 && sharingCount < 1000){
594
- var width = '20px';
595
- }else if(sharingCount > 999 && sharingCount < 10000){
596
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
597
- var width = '20px';
598
- }else if(sharingCount > 9999 && sharingCount < 100000){
599
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
600
- var width = '30px';
601
- }else if(sharingCount > 99999 && sharingCount < 1000000){
602
- sharingCount = Math.floor(sharingCount/1000) + 'K+';
603
- var width = '42px';
604
- }else if(sharingCount > 999999){
605
- sharingCount = Math.floor(sharingCount/1000000) + 'M+';
606
- var width = '30px';
607
- }
608
  if(!jQuery(targetElement).hasClass('the_champ_square_count')){
609
- jQuery(targetElement).css('width', width);
610
  }
611
- jQuery(targetElement).html(sharingCount).css({'visibility': 'visible', 'display': 'block'});
612
  }
 
 
613
  }
614
  }
615
  }
616
  });
617
  }
618
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
619
  function theChampCapitaliseFirstLetter(e) {
620
  return e.charAt(0).toUpperCase() + e.slice(1)
621
  }
622
- var theChampSVGCompatible = (typeof Modernizr.svg == 'undefined' || Modernizr.svg) ? true : false;
623
- if(!theChampSVGCompatible){
624
- jQuery(function(){
625
- if(jQuery('.the_champ_sharing_ul').length){
626
- jQuery('.the_champ_sharing_ul i').each(function(){
627
- var alt = theChampCapitaliseFirstLetter(jQuery(this).attr('alt').replace(" Plus", "").replace(" ", "").toLowerCase());
628
- jQuery(this).attr('class', 'theChampSharingButton theChampSharing' + alt + 'Button').attr('style', 'width:32px;height:32px').find('div').remove();
629
- });
630
- }
631
- });
 
 
 
632
  }
633
 
634
  jQuery(function(){
169
  redirect_url: "http://www.amazon.co.jp/wishlist/add?u=" + postUrl + "&t=" + postTitle,
170
  bookmarklet_url: "javascript:(function(){var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,o='object',n='AUWLBookfrFR',u='http://www.amazon.co.jp/wishlist/add',r='readyState',T=setTimeout,a='setAttribute',g=function(){d[r]&&d[r]!='complete'?T(g,200):!w[n]?(s[a]('charset','UTF-8'),s[a]('src',u+'.js?loc='+e(l)+'&b='+n),d.body.appendChild(s),f()):f()},f=function(){!w[n]?T(f,200):w[n].showPopover()};typeof s!=o?l.href=u+'?u='+e(l)+'&t='+e(d.title):g()}())"
171
  },
 
 
 
 
 
 
 
172
  mister_wong: {
173
  title: "Mister-Wong",
174
  class: "mister_wong",
559
  success: function(data, textStatus, XMLHttpRequest){
560
  if(data.status == 1){
561
  for(var i in data.message){
562
+ var totalCount = 0, sharingContainer;
563
+
564
+ if(!(verticalCounts) && !(horizontalCounts)){
565
+ sharingContainer = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_vertical_sharing, .the_champ_horizontal_sharing)");
566
+ } else if (!(horizontalCounts)){
567
+ sharingContainer = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_horizontal_sharing)");
568
+ } else if (!(verticalCounts)){
569
+ sharingContainer = jQuery("div[super-socializer-data-href='"+i+"']:not(.the_champ_vertical_sharing)");
570
+ } else {
571
+ sharingContainer = jQuery("div[super-socializer-data-href='"+i+"']");
572
+ }
573
+
574
  for(var j in data.message[i]){
575
  if(j == 'google'){
576
  var sharingCount = data.message[i][j].match( /"(.*?)"/ )[1];
577
+ sharingCount = parseInt(sharingCount) || 0;
578
  }else if(j == 'vkontakte'){
579
  var sharingCount = parseInt(data.message[i][j].replace('VK.Share.count(0, ', '').replace(');', ''));
580
  }else{
581
  var sharingCount = data.message[i][j];
582
  }
583
+
584
  if(!(verticalCounts) && !(horizontalCounts)){
585
+ var targetElement = jQuery(sharingContainer).find('.the_champ_'+j+'_count');
586
  } else if (!(horizontalCounts)){
587
+ var targetElement = jQuery(sharingContainer).find('.the_champ_'+j+'_count');
588
  } else if (!(verticalCounts)){
589
+ var targetElement = jQuery(sharingContainer).find('.the_champ_'+j+'_count');
590
  } else {
591
+ var targetElement = jQuery(sharingContainer).find('.the_champ_'+j+'_count');
592
  }
593
  if(jQuery(targetElement).attr('ss_st_count')){
594
  sharingCount = parseInt(sharingCount) + parseInt(jQuery(targetElement).attr('ss_st_count'));
595
  }
596
+ totalCount += parseInt(sharingCount);
597
  if(sharingCount < 1){ continue; }
598
+ var countNWidth = theChampCalculateCountWidth(sharingCount) . split(',');
599
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
600
  if(!jQuery(targetElement).hasClass('the_champ_square_count')){
601
+ jQuery(targetElement).css('width', countNWidth[1]);
602
  }
603
+ jQuery(targetElement).html(countNWidth[0]).css({'visibility': 'visible', 'display': 'block'});
604
  }
605
+ var totalCountNWidth = theChampCalculateCountWidth(totalCount) . split(',');
606
+ jQuery(sharingContainer).find('.theChampTCBackground, .theChampSharingTotalsharesButton').html('<div class="theChampTotalShareCount">' + totalCountNWidth[0] + '</div><div class="theChampTotalShareText">Share' + (totalCount > 1 ? 's' : '' ) + '</div>');
607
  }
608
  }
609
  }
610
  });
611
  }
612
 
613
+ function theChampCalculateCountWidth(sharingCount){
614
+ var width = '12px';
615
+ if(sharingCount > 9 && sharingCount < 100){
616
+ width = '12px';
617
+ }else if(sharingCount > 99 && sharingCount < 1000){
618
+ width = '20px';
619
+ }else if(sharingCount > 999 && sharingCount < 10000){
620
+ sharingCount = Math.floor(sharingCount/1000) + 'K+';
621
+ width = '20px';
622
+ }else if(sharingCount > 9999 && sharingCount < 100000){
623
+ sharingCount = Math.floor(sharingCount/1000) + 'K+';
624
+ width = '30px';
625
+ }else if(sharingCount > 99999 && sharingCount < 1000000){
626
+ sharingCount = Math.floor(sharingCount/1000) + 'K+';
627
+ width = '42px';
628
+ }else if(sharingCount > 999999){
629
+ sharingCount = Math.floor(sharingCount/1000000) + 'M+';
630
+ width = '30px';
631
+ }
632
+ return sharingCount + "," + width;
633
+ }
634
+
635
  function theChampCapitaliseFirstLetter(e) {
636
  return e.charAt(0).toUpperCase() + e.slice(1)
637
  }
638
+
639
+ if(typeof Modernizr == 'defined'){
640
+ var theChampSVGCompatible = (typeof Modernizr.svg == 'undefined' || Modernizr.svg) ? true : false;
641
+ if(!theChampSVGCompatible){
642
+ jQuery(function(){
643
+ if(jQuery('.the_champ_sharing_ul').length){
644
+ jQuery('.the_champ_sharing_ul i').each(function(){
645
+ var alt = theChampCapitaliseFirstLetter(jQuery(this).attr('alt').replace(" Plus", "").replace(" ", "").toLowerCase());
646
+ jQuery(this).attr('class', 'theChampSharingButton theChampSharing' + alt + 'Button').attr('style', 'width:32px;height:32px').find('div').remove();
647
+ });
648
+ }
649
+ });
650
+ }
651
  }
652
 
653
  jQuery(function(){
js/front/social_login/common.js CHANGED
@@ -1 +1 @@
1
- function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)theChampAuthUserFB();else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;typeof Modernizr.svg == 'undefined'||Modernizr.svg||jQuery(function(){jQuery(".the_champ_login_ul").length&&jQuery(".the_champ_login_ul i").each(function(){var e=theChampCapitaliseFirstLetter2(jQuery(this).attr("alt").replace("Login with ","").toLowerCase());jQuery(this).attr("class","theChampLogin theChampLoginButton theChamp"+e+"Button").attr("style","display:block;width:32px;height:32px").find("div").remove()})});
1
+ function theChampLoadingIcon(){jQuery(".the_champ_login_container").html('<img id="the_champ_loading_image" src="'+theChampLoadingImgPath+'" />')}function theChampAjaxUserAuth(e,t){theChampLoadingIcon(),jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_user_auth",profileData:e,provider:t,redirectionUrl:theChampTwitterRedirect?theChampTwitterRedirect:""},success:function(e){var t=theChampSiteUrl;if(1==e.status)t="register"==e.message?e.url&&""!=e.url?e.url:theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":""):"linked"==e.message?theChampLinkingRedirection+"?linked=1":e.url&&""!=e.url?e.url:theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"");else if(null!==e.message.match(/ask/)){var a=e.message.split("|");t=theChampSiteUrl+"?SuperSocializerEmail=1&par="+a[1]}else"unverified"==e.message?t=theChampSiteUrl+"?SuperSocializerUnverified=1":"not linked"==e.message?t=theChampLinkingRedirection+"?linked=0":"provider exists"==e.message&&(t=theChampLinkingRedirection+"?linked=2");location.href=t},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampInitiateLogin(e){var t=e.getAttribute("alt");if("Login with Facebook"==t)theChampAuthUserFB();else if("Login with Twitter"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect);else if("Login with Xing"==t)theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect);else{if("Login with Linkedin"==t)return IN.User.authorize(),!1;"Login with Google"==t?theChampInitializeGPLogin():"Login with Vkontakte"==t?theChampInitializeVKLogin():"Login with Instagram"==t&&theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if("undefined"!=typeof jQuery)for(var a=0;a<t.length;a++)jQuery("."+t[a]).css("display","block");else for(var a=0;a<t.length;a++)for(var i=theChampGetElementsByClass(e,t[a]),h=0;h<i.length;h++)i[h].style.display="block"}function theChampValidateEmail(e){var t=/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return t.test(e)}function the_champ_save_email(e){var t=document.getElementById("the_champ_email").value.trim(),a=document.getElementById("the_champ_confirm_email").value.trim();return"save"!=e.id||theChampValidateEmail(t)?t!=a?(document.getElementById("the_champ_error").innerHTML="Email addresses do not match",void jQuery("#TB_ajaxContent").css("height","auto")):void theChampCallAjax(function(){theChampSaveEmail(e.id,t)}):(document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg,void jQuery("#TB_ajaxContent").css("height","auto"))}function theChampSaveEmail(e,t){document.getElementById("the_champ_error").innerHTML='<img src="'+theChampLoadingImgPath+'" />',jQuery.ajax({type:"POST",dataType:"json",url:theChampAjaxUrl,data:{action:"the_champ_save_email",elemId:e,email:t,id:theChampEmailPopupUniqueId},success:function(e){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1"),1==e.status&&e.message.response&&"success"==e.message.response?location.href=e.message.url:1==e.status&&"success"==e.message?location.href=theChampRegRedirectionUrl:1==e.status&&"cancelled"==e.message?tb_remove():1==e.status&&"verify"==e.message?document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>":0==e.status&&(document.getElementById("the_champ_error").innerHTML=e.message,jQuery("#TB_ajaxContent").css("height","auto"))},error:function(){location.href=decodeURIComponent(theChampRedirectionUrl)}})}function theChampCapitaliseFirstLetter2(e){return e.charAt(0).toUpperCase()+e.slice(1)}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;"undefined"==typeof Modernizr.svg||Modernizr.svg||jQuery(function(){jQuery(".the_champ_login_ul").length&&jQuery(".the_champ_login_ul i").each(function(){var e=theChampCapitaliseFirstLetter2(jQuery(this).attr("alt").replace("Login with ","").toLowerCase());jQuery(this).attr("class","theChampLogin theChampLoginButton theChamp"+e+"Button").attr("style","display:block;width:32px;height:32px").find("div").remove()})});
js/front/social_login/general.js CHANGED
@@ -1 +1 @@
1
- function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=20,top=20,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("http://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
1
+ function theChampPopup(e){window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes")}function theChampStrReplace(e,t,n){for(var r=0;r<e.length;r++){n=n.replace(new RegExp(e[r],"g"),t[r])}return n}function theChampCallAjax(e){if(typeof jQuery!="undefined"){e()}else{theChampGetScript("http://code.jquery.com/jquery-latest.min.js",e)}}function theChampGetScript(e,t){var n=document.createElement("script");n.src=e;var r=document.getElementsByTagName("head")[0],i=false;n.onload=n.onreadystatechange=function(){if(!i&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){i=true;t();n.onload=n.onreadystatechange=null;r.removeChild(n)}};r.appendChild(n)}function theChampGetElementsByClass(e,t){if(e.getElementsByClassName){return e.getElementsByClassName(t)}else{return function(e,t){if(t==null){t=document}var n=[],r=t.getElementsByTagName("*"),i=r.length,s=new RegExp("(^|\\s)"+e+"(\\s|$)"),o,u;for(o=0,u=0;o<i;o++){if(s.test(r[o].className)){n[u]=r[o];u++}}return n}(t,e)}}if(typeof String.prototype.trim!=="function"){String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")}}
js/front/social_login/google.js CHANGED
@@ -1 +1 @@
1
- function theChampGoogleOnLoad(){theChampDisplayLoginIcon(document,["theChampGoogleButton","theChampGoogleLogin"])}function theChampInitializeGPLogin(){gapi.auth.signIn({callback:theChampGPSignInCallback,clientid:theChampGoogleKey,cookiepolicy:"single_host_origin",scope:"profile email"})}function theChampGPSignInCallback(e){e.status.signed_in?gapi.client.load("plus","v1",function(){e.access_token?theChampGetProfile():e.error&&console.log("There was an error: "+e.error)}):console.log("Sign-in state: "+e.error)}function theChampGetProfile(){theChampLoadingIcon();var e=gapi.client.plus.people.get({userId:"me"});e.execute(function(e){return e.error?void("Access Not Configured. Please use Google Developers Console to activate the API for your project."==e.message&&(alert(theChampGoogleErrorMessage),window.open("http://thechamplord.wordpress.com/2013/12/30/getting-google-plus-client-id/"))):void(e.id&&theChampCallAjax(function(){theChampAjaxUserAuth(e,"google")}))})}!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://apis.google.com/js/client:platform.js?onload=theChampGoogleOnLoad";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(e,o)}();
1
+ function theChampGoogleOnLoad(){theChampDisplayLoginIcon(document,["theChampGoogleButton","theChampGoogleLogin"])}function theChampInitializeGPLogin(){gapi.auth.signIn({callback:theChampGPSignInCallback,clientid:theChampGoogleKey,cookiepolicy:"single_host_origin",scope:"profile email"})}function theChampGPSignInCallback(e){e.status.signed_in?gapi.client.load("plus","v1",function(){e.access_token?theChampGetProfile():e.error&&console.log("There was an error: "+e.error)}):console.log("Sign-in state: "+e.error)}function theChampGetProfile(){theChampLoadingIcon();var e=gapi.client.plus.people.get({userId:"me"});e.execute(function(e){return e.error?void("Access Not Configured. Please use Google Developers Console to activate the API for your project."==e.message&&(alert(theChampGoogleErrorMessage),window.open("http://support.heateor.com/how-to-get-google-plus-client-id/"))):void(e.id&&theChampCallAjax(function(){theChampAjaxUserAuth(e,"google")}))})}!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://apis.google.com/js/client:platform.js?onload=theChampGoogleOnLoad";var o=document.getElementsByTagName("script")[0];o.parentNode.insertBefore(e,o)}();
languages/Super-Socializer-ar_AR.mo ADDED
Binary file
languages/Super-Socializer-ar_AR.po ADDED
@@ -0,0 +1,1962 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Super Socializer\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 21:48+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 21:52+0530\n"
7
+ "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
+ "Language-Team: Heateor <support@heateor.com>\n"
9
+ "Language: ar\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Generator: Poedit 1.8.1\n"
16
+ "X-Poedit-SearchPath-0: ..\n"
17
+
18
+ #: ../super_socializer.php:179
19
+ #, php-format
20
+ msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
21
+ msgstr "أدخل بالضبط العنوان التالي في <strong>الموقع واستدعاء رابط</strong> الخيارات في تويتر التطبيق الخاص بك (راجع الخطوة 3 %s )"
22
+
23
+ #: ../super_socializer.php:182
24
+ msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
25
+ msgstr "يتم تمكين جعل الضفيرة متأكدا في الخادم موقع الويب الخاص بك. قد تحتاج إلى الاتصال بمسؤول الملقم من موقع الويب الخاص بك للتحقق من ذلك"
26
+
27
+ #: ../super_socializer.php:351
28
+ msgid "Please verify your email address to login."
29
+ msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك للدخول."
30
+
31
+ #: ../super_socializer.php:351
32
+ msgid "Your email has been verified. Now you can login to your account"
33
+ msgstr "تم التحقق من بريدك الإلكتروني. الآن يمكنك تسجيل الدخول إلى حسابك"
34
+
35
+ #: ../super_socializer.php:355
36
+ msgid "Notification"
37
+ msgstr "تنبيهات"
38
+
39
+ #: ../super_socializer.php:374
40
+ #: ../admin/social_login.php:511
41
+ msgid "Email required"
42
+ msgstr "البريد الإلكتروني - إدخال القيمة إجباري"
43
+
44
+ #: ../super_socializer.php:377
45
+ msgid "Please check your email inbox to complete the registration."
46
+ msgstr "يرجى التحقق من بريدك الالكتروني لإكمال التسجيل."
47
+
48
+ #: ../super_socializer.php:390
49
+ msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
50
+ msgstr "اتبع الخطوات 11 و 12 في GooglePlus صفحة تكوين التطبيق، على وشك فتح"
51
+
52
+ #: ../super_socializer.php:468
53
+ msgid "Leave a reply"
54
+ msgstr "اترك رد"
55
+
56
+ #: ../super_socializer.php:559
57
+ #, fuzzy
58
+ msgid "Super Socializer - Social Avatar"
59
+ msgstr "آخر تسجيل دخول | Last Login"
60
+
61
+ #: ../super_socializer.php:562
62
+ msgid "Small Avatar Url"
63
+ msgstr "صغير الرمزية رابط"
64
+
65
+ #: ../super_socializer.php:567
66
+ #, fuzzy
67
+ msgid "Large Avatar Url"
68
+ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
69
+
70
+ #: ../super_socializer.php:612
71
+ msgid "Email you entered is already registered or invalid"
72
+ msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
73
+
74
+ #: ../super_socializer.php:616
75
+ msgid "Please enter a valid email address. You might be required to verify it"
76
+ msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
77
+
78
+ #: ../helper.php:7
79
+ msgid "Options saved successfully"
80
+ msgstr "خيارات تم حفظها بنجاح"
81
+
82
+ #: ../helper.php:149
83
+ msgid "Click to show help"
84
+ msgstr "إضغط للمزيد من المساعدة"
85
+
86
+ #: ../helper.php:149
87
+ msgid "Click to hide help"
88
+ msgstr "إضغط لإخفاء المساعدة "
89
+
90
+ #: ../helper.php:189
91
+ msgid "Settings"
92
+ msgstr "الإعدادات"
93
+
94
+ #: ../helper.php:502
95
+ msgid "Account linked successfully"
96
+ msgstr "تم ربط حسابك بنجاح"
97
+
98
+ #: ../helper.php:506
99
+ msgid "Account already exists or linked"
100
+ msgstr "حساب موجود بالفعل أو مرتبطة مسبقاً"
101
+
102
+ #: ../helper.php:515
103
+ msgid "You are already connected with"
104
+ msgstr "أنت مرتبط بالفعل مع"
105
+
106
+ #: ../helper.php:515
107
+ msgid "as primary social network"
108
+ msgstr "حددت كشبكة الإجتماعية اللأساسية"
109
+
110
+ #: ../helper.php:530
111
+ msgid "Link your social account to login to your account at this website"
112
+ msgstr "الرجاء القيام بربط الحساب الإجتماعي الخاص بك للتمكن من تسجيل الدخول العام الى حسابك في هذا الموقع"
113
+
114
+ #: ../helper.php:567
115
+ msgid "Currently"
116
+ msgstr "في الوقت الحاضر"
117
+
118
+ #: ../helper.php:567
119
+ msgid "Remove"
120
+ msgstr "إزالة"
121
+
122
+ #: ../helper.php:668
123
+ msgid "Disable Horizontal Social Sharing on this "
124
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
125
+
126
+ #: ../helper.php:673
127
+ msgid "Disable Vertical Social Sharing on this "
128
+ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
129
+
130
+ #: ../helper.php:678
131
+ msgid "Disable Horizontal like buttons on this "
132
+ msgstr "تعطيل زر الإعجاب الموجود أفقياً على هذا"
133
+
134
+ #: ../helper.php:683
135
+ msgid "Disable Vertical like buttons on this "
136
+ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
137
+
138
+ #: ../helper.php:688
139
+ msgid "Disable Social Commenting on this "
140
+ msgstr "تعطيل تعليقا الاجتماعي على هذا"
141
+
142
+ #: ../helper.php:697
143
+ msgid "Horizontal sharing"
144
+ msgstr "المشاركات الأفقي"
145
+
146
+ #: ../helper.php:703
147
+ #: ../helper.php:722
148
+ msgid "Starting share count for "
149
+ msgstr "بدء العد حصة ل"
150
+
151
+ #: ../helper.php:716
152
+ #, fuzzy
153
+ msgid "Vertical sharing"
154
+ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
155
+
156
+ #: ../admin/help.php:4
157
+ #, fuzzy
158
+ msgid "About"
159
+ msgstr "نّبذة شخصية عن مُقدِم الفقرة : "
160
+
161
+ #: ../admin/help.php:4
162
+ #, fuzzy
163
+ msgid "Version"
164
+ msgstr "إصدار ووردبريس"
165
+
166
+ #: ../admin/help.php:6
167
+ #, fuzzy
168
+ msgid "by"
169
+ msgstr "كتب بواسطة"
170
+
171
+ #: ../admin/help.php:7
172
+ #, fuzzy
173
+ msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
174
+ msgstr "نحن فريق إبداعية مع أفكار فريدة من نوعها في العقل والخدمة في القلب. نحن نحب ما نقوم به. لمزيد من المعلومات انضم إلينا في"
175
+
176
+ #: ../admin/help.php:18
177
+ #, fuzzy
178
+ msgid "Plugin Demo"
179
+ msgstr "دعم البرنامج المساعد | Plugin Support"
180
+
181
+ #: ../admin/help.php:24
182
+ msgid "Add-ons"
183
+ msgstr "إضافات"
184
+
185
+ #: ../admin/help.php:29
186
+ msgid "Need Help?"
187
+ msgstr "احتاج مساعدة؟"
188
+
189
+ #: ../admin/help.php:31
190
+ #, fuzzy
191
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
192
+ msgstr "إذا كنت تريد ميزات مخصصة في البرنامج المساعد، مجرد قطره رسالة بالبريد إلكتروني في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
193
+
194
+ #: ../admin/help.php:36
195
+ #, fuzzy
196
+ msgid "Support Us"
197
+ msgstr "الدعم | Support"
198
+
199
+ #: ../admin/help.php:39
200
+ #: ../admin/help.php:42
201
+ #: ../admin/help.php:43
202
+ #: ../admin/help.php:44
203
+ #: ../admin/help.php:45
204
+ #: ../admin/help.php:46
205
+ #, fuzzy
206
+ msgid "Rate 5-star"
207
+ msgstr "يرجى تقييم البرنامج المساعد"
208
+
209
+ #: ../admin/help.php:54
210
+ #: ../admin/social_sharing.php:437
211
+ #: ../admin/social_sharing.php:815
212
+ #: ../admin/social_login.php:46
213
+ msgid "Facebook"
214
+ msgstr "الفيسبوك"
215
+
216
+ #: ../admin/social_sharing.php:11
217
+ #: ../admin/social_sharing.php:22
218
+ #: ../admin/social_login.php:9
219
+ #: ../admin/social_login.php:17
220
+ #: ../admin/like_buttons.php:11
221
+ #: ../admin/like_buttons.php:19
222
+ #, fuzzy
223
+ msgid "Basic Configuration"
224
+ msgstr "إنشاء ملف الإعدادات"
225
+
226
+ #: ../admin/social_sharing.php:12
227
+ #, fuzzy
228
+ msgid "Sharing Interface"
229
+ msgstr "المشاركات الأفقي"
230
+
231
+ #: ../admin/social_sharing.php:13
232
+ #, fuzzy
233
+ msgid "Sharing Options"
234
+ msgstr "المشاركات الأفقي"
235
+
236
+ #: ../admin/social_sharing.php:14
237
+ #: ../admin/social_sharing.php:1192
238
+ #: ../admin/social_login.php:11
239
+ #: ../admin/social_login.php:714
240
+ #: ../admin/like_buttons.php:13
241
+ #: ../admin/like_buttons.php:712
242
+ #, fuzzy
243
+ msgid "Shortcode & Widget"
244
+ msgstr "استخدم كود مختصر | Include the shortcode"
245
+
246
+ #: ../admin/social_sharing.php:15
247
+ #, fuzzy
248
+ msgid "Troubleshooter"
249
+ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
250
+
251
+ #: ../admin/social_sharing.php:16
252
+ #: ../admin/social_sharing.php:1223
253
+ #: ../admin/social_commenting.php:12
254
+ #: ../admin/social_commenting.php:393
255
+ #, fuzzy
256
+ msgid "FAQ"
257
+ msgstr "الأسئلة الشائعة "
258
+
259
+ #: ../admin/social_sharing.php:28
260
+ #, fuzzy
261
+ msgid "Enable Social Sharing"
262
+ msgstr "تعطيل ظهور مشاركة الاجتماعي عمودي على هذا"
263
+
264
+ #: ../admin/social_sharing.php:38
265
+ #, fuzzy
266
+ msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
267
+ msgstr "عنصر التحكم الرئيسي \"المشاركة الاجتماعية\". يجب إيداعه لتمكين وظيفة \"المشاركة الاجتماعية\""
268
+
269
+ #: ../admin/social_sharing.php:46
270
+ #, fuzzy
271
+ msgid "Delete all the options on plugin deletion"
272
+ msgstr "حذف كافة الخيارات على حذف البرنامج المساعد"
273
+
274
+ #: ../admin/social_sharing.php:56
275
+ #, fuzzy
276
+ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
277
+ msgstr "إذا تم تمكين، سيتم الحصول على حذف خيارات البرنامج المساعد عندما البرنامج المساعد حذف/إلغاء تثبيت، وسوف تحتاج إلى إعادة تكوين الخيارات عندما تقوم بتثبيت البرنامج المساعد في المرة القادمة."
278
+
279
+ #: ../admin/social_sharing.php:71
280
+ #, fuzzy
281
+ msgid "Horizontal interface options"
282
+ msgstr "المشاركات الأفقي"
283
+
284
+ #: ../admin/social_sharing.php:77
285
+ #: ../admin/social_sharing.php:155
286
+ #, fuzzy
287
+ msgid "Shape"
288
+ msgstr "شكل"
289
+
290
+ #: ../admin/social_sharing.php:85
291
+ #: ../admin/social_sharing.php:163
292
+ #, fuzzy
293
+ msgid "Round"
294
+ msgstr "مستدير"
295
+
296
+ #: ../admin/social_sharing.php:87
297
+ #: ../admin/social_sharing.php:165
298
+ #, fuzzy
299
+ msgid "Square"
300
+ msgstr "مربع"
301
+
302
+ #: ../admin/social_sharing.php:94
303
+ #: ../admin/social_sharing.php:172
304
+ #, fuzzy
305
+ msgid "Shape of the sharing icons"
306
+ msgstr "المشاركات الأفقي"
307
+
308
+ #: ../admin/social_sharing.php:102
309
+ #: ../admin/social_sharing.php:180
310
+ #, fuzzy
311
+ msgid "Size (in pixels)"
312
+ msgstr "حجم"
313
+
314
+ #: ../admin/social_sharing.php:120
315
+ #: ../admin/social_sharing.php:198
316
+ #, fuzzy
317
+ msgid "Size of the sharing icons"
318
+ msgstr "المشاركات الأفقي"
319
+
320
+ #: ../admin/social_sharing.php:127
321
+ #: ../admin/social_sharing.php:205
322
+ msgid "Icon Preview"
323
+ msgstr "الرمز معاينة"
324
+
325
+ #: ../admin/social_sharing.php:141
326
+ #: ../admin/social_sharing.php:219
327
+ #, fuzzy
328
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
329
+ msgstr "لا ننسى لحفظ التكوين بعد إجراء التغييرات بواسطة النقر فوق الحفظ الزر أدناه"
330
+
331
+ #: ../admin/social_sharing.php:149
332
+ #, fuzzy
333
+ msgid "Vertical interface options"
334
+ msgstr "مسافة عمودية"
335
+
336
+ #: ../admin/social_sharing.php:233
337
+ msgid "Modernizr"
338
+ msgstr "Modernizr"
339
+
340
+ #: ../admin/social_sharing.php:239
341
+ msgid "Do not load Modernizr JS"
342
+ msgstr "لا تقم بتحميل Modernizr JS"
343
+
344
+ #: ../admin/social_sharing.php:249
345
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
346
+ msgstr "إذا وجدت المساعد كسر الموضوع الخاص بك، يمكنك محاولة تمكين هذا الخيار"
347
+
348
+ #: ../admin/social_sharing.php:258
349
+ #: ../admin/like_buttons.php:51
350
+ #, fuzzy
351
+ msgid "Url shortener"
352
+ msgstr "عنوان Url للقيام بالتعليق على"
353
+
354
+ #: ../admin/social_sharing.php:264
355
+ #, fuzzy
356
+ msgid "Use shortlinks already installed"
357
+ msgstr "تمّ التنصيب مسبقاً"
358
+
359
+ #: ../admin/social_sharing.php:274
360
+ #: ../admin/like_buttons.php:67
361
+ #, fuzzy
362
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
363
+ msgstr "يسمح لاختصار عناوين المواقع المراد استخدامه عند مشاركة محتوى إذا تم تثبيت البرنامج المساعد التقصير"
364
+
365
+ #: ../admin/social_sharing.php:282
366
+ #, fuzzy
367
+ msgid "Enable bit.ly url shortener for sharing"
368
+ msgstr "تمكين bit.ly عنوان المنقص لتقاسم"
369
+
370
+ #: ../admin/social_sharing.php:292
371
+ #: ../admin/like_buttons.php:85
372
+ #, fuzzy
373
+ msgid "Master control to enable bit.ly url shortening for sharing"
374
+ msgstr "عنصر التحكم الرئيسي لتمكين اختصار لمشاركة عنوان bit.ly"
375
+
376
+ #: ../admin/social_sharing.php:300
377
+ #: ../admin/like_buttons.php:93
378
+ #, fuzzy
379
+ msgid "bit.ly username"
380
+ msgstr "إسم المستخدم الألكتروني:"
381
+
382
+ #: ../admin/social_sharing.php:310
383
+ #: ../admin/like_buttons.php:103
384
+ #, fuzzy, php-format
385
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
386
+ msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على اسم المستخدم bit.ly"
387
+
388
+ #: ../admin/social_sharing.php:319
389
+ #: ../admin/like_buttons.php:112
390
+ #, fuzzy
391
+ msgid "bit.ly API Key"
392
+ msgstr "مفتاح API الخاص | API Private Key"
393
+
394
+ #: ../admin/social_sharing.php:329
395
+ #: ../admin/like_buttons.php:122
396
+ #, fuzzy, php-format
397
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
398
+ msgstr "تسجيل الدخول إلى جهاز bit.ly الحساب والانتقال إلى <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API الخاص بك"
399
+
400
+ #: ../admin/social_sharing.php:339
401
+ #, fuzzy
402
+ msgid "Twitter username in sharing"
403
+ msgstr "شارك الأخرين عبر تويتر"
404
+
405
+ #: ../admin/social_sharing.php:345
406
+ #, fuzzy
407
+ msgid "Twitter username (without @)"
408
+ msgstr "قالب بدون %1$s"
409
+
410
+ #: ../admin/social_sharing.php:355
411
+ #, fuzzy
412
+ msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
413
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى ويجري تقاسم \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم في محتوى يجري تقاسمها."
414
+
415
+ #: ../admin/social_sharing.php:365
416
+ #, fuzzy
417
+ msgid "Horizontal Sharing Interface Options"
418
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
419
+
420
+ #: ../admin/social_sharing.php:371
421
+ #, fuzzy
422
+ msgid "Enable horizontal sharing interface"
423
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
424
+
425
+ #: ../admin/social_sharing.php:381
426
+ #, fuzzy
427
+ msgid "Master control to enable horizontal sharing"
428
+ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
429
+
430
+ #: ../admin/social_sharing.php:391
431
+ #: ../admin/social_sharing.php:787
432
+ #: ../admin/like_buttons.php:227
433
+ #: ../admin/like_buttons.php:465
434
+ #, fuzzy
435
+ msgid "Target Url"
436
+ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
437
+
438
+ #: ../admin/social_sharing.php:395
439
+ #: ../admin/social_sharing.php:791
440
+ #: ../admin/like_buttons.php:231
441
+ #: ../admin/like_buttons.php:469
442
+ #, fuzzy
443
+ msgid "Url of the webpage where icons are located (default)"
444
+ msgstr "عنوان Url لصفحة ويب حيث توجد رموز (افتراضي)"
445
+
446
+ #: ../admin/social_sharing.php:397
447
+ #: ../admin/social_sharing.php:793
448
+ #: ../admin/like_buttons.php:233
449
+ #: ../admin/like_buttons.php:471
450
+ #, fuzzy
451
+ msgid "Url of the homepage of your website"
452
+ msgstr "URL لعملاء الموقع (اختياري)"
453
+
454
+ #: ../admin/social_sharing.php:399
455
+ #: ../admin/social_sharing.php:795
456
+ #: ../admin/like_buttons.php:235
457
+ #: ../admin/like_buttons.php:473
458
+ #, fuzzy
459
+ msgid "Custom url"
460
+ msgstr "رابط (URL) مخصّص"
461
+
462
+ #: ../admin/social_sharing.php:406
463
+ #: ../admin/social_sharing.php:802
464
+ #, fuzzy
465
+ msgid "Url to share"
466
+ msgstr " شارك الآخرين بهذة الفقرة"
467
+
468
+ #: ../admin/social_sharing.php:414
469
+ #: ../admin/social_login.php:314
470
+ #: ../admin/like_buttons.php:250
471
+ #, fuzzy
472
+ msgid "Title"
473
+ msgstr "العنوان"
474
+
475
+ #: ../admin/social_sharing.php:424
476
+ #, fuzzy
477
+ msgid "The text to display above the sharing interface"
478
+ msgstr "النص المطلوب عرضه أعلاه واجهة المشاركة"
479
+
480
+ #: ../admin/social_sharing.php:432
481
+ #: ../admin/social_sharing.php:810
482
+ #: ../admin/social_login.php:41
483
+ #, fuzzy
484
+ msgid "Select providers"
485
+ msgstr "أختر ..."
486
+
487
+ #: ../admin/social_sharing.php:442
488
+ #: ../admin/social_sharing.php:820
489
+ #: ../admin/social_login.php:50
490
+ #, fuzzy
491
+ msgid "Twitter"
492
+ msgstr "شارك الأخرين عبر تويتر"
493
+
494
+ #: ../admin/social_sharing.php:447
495
+ #: ../admin/social_sharing.php:825
496
+ #: ../admin/social_login.php:54
497
+ #, fuzzy
498
+ msgid "LinkedIn"
499
+ msgstr "شارك الأخرين عبر لنكيدان"
500
+
501
+ #: ../admin/social_sharing.php:452
502
+ #: ../admin/social_sharing.php:830
503
+ #: ../admin/social_login.php:58
504
+ #, fuzzy
505
+ msgid "Google+"
506
+ msgstr "الصفحة لمؤلف البرنامج المساعد على جوجل "
507
+
508
+ #: ../admin/social_sharing.php:457
509
+ #: ../admin/social_sharing.php:835
510
+ #, fuzzy
511
+ msgid "Print"
512
+ msgstr "طباعة"
513
+
514
+ #: ../admin/social_sharing.php:462
515
+ #: ../admin/social_sharing.php:840
516
+ #, fuzzy
517
+ msgid "Email"
518
+ msgstr "البريد الإلكتروني"
519
+
520
+ #: ../admin/social_sharing.php:467
521
+ #: ../admin/social_sharing.php:845
522
+ #, fuzzy
523
+ msgid "Yahoo"
524
+ msgstr "ياهو ماسنجر"
525
+
526
+ #: ../admin/social_sharing.php:472
527
+ #: ../admin/social_sharing.php:850
528
+ #, fuzzy
529
+ msgid "Reddit"
530
+ msgstr "ريديت"
531
+
532
+ #: ../admin/social_sharing.php:477
533
+ #: ../admin/social_sharing.php:855
534
+ #, fuzzy
535
+ msgid "Digg"
536
+ msgstr "ديق"
537
+
538
+ #: ../admin/social_sharing.php:482
539
+ #: ../admin/social_sharing.php:860
540
+ #, fuzzy
541
+ msgid "Delicious"
542
+ msgstr "لذيذ"
543
+
544
+ #: ../admin/social_sharing.php:487
545
+ #: ../admin/social_sharing.php:865
546
+ #, fuzzy
547
+ msgid "StumbleUpon"
548
+ msgstr "ستامبل أبون"
549
+
550
+ #: ../admin/social_sharing.php:492
551
+ #: ../admin/social_sharing.php:870
552
+ #, fuzzy
553
+ msgid "Float it"
554
+ msgstr "تطفو عليه"
555
+
556
+ #: ../admin/social_sharing.php:497
557
+ #: ../admin/social_sharing.php:875
558
+ #, fuzzy
559
+ msgid "Tumblr"
560
+ msgstr "شارك الأخرين عبر تمبلير"
561
+
562
+ #: ../admin/social_sharing.php:502
563
+ #: ../admin/social_sharing.php:880
564
+ #: ../admin/social_login.php:62
565
+ #, fuzzy
566
+ msgid "Vkontakte"
567
+ msgstr "انشر عبر VKontakte"
568
+
569
+ #: ../admin/social_sharing.php:507
570
+ #: ../admin/social_sharing.php:885
571
+ #, fuzzy
572
+ msgid "Pinterest"
573
+ msgstr "شارك الأخرين عبر بينتريست"
574
+
575
+ #: ../admin/social_sharing.php:512
576
+ #: ../admin/social_sharing.php:890
577
+ #: ../admin/social_login.php:70
578
+ #, fuzzy
579
+ msgid "Xing"
580
+ msgstr "شينغ"
581
+
582
+ #: ../admin/social_sharing.php:517
583
+ #: ../admin/social_sharing.php:895
584
+ #, fuzzy
585
+ msgid "Whatsapp"
586
+ msgstr "واتس آب"
587
+
588
+ #: ../admin/social_sharing.php:522
589
+ #: ../admin/social_sharing.php:900
590
+ msgid "Yummly"
591
+ msgstr "Yummly"
592
+
593
+ #: ../admin/social_sharing.php:527
594
+ #: ../admin/social_sharing.php:905
595
+ msgid "Buffer"
596
+ msgstr "Buffer"
597
+
598
+ #: ../admin/social_sharing.php:535
599
+ #: ../admin/social_sharing.php:913
600
+ #, fuzzy
601
+ msgid "Select the providers for sharing interface"
602
+ msgstr "تحديد موفري لتقاسم واجهة"
603
+
604
+ #: ../admin/social_sharing.php:543
605
+ #: ../admin/social_sharing.php:921
606
+ #, fuzzy
607
+ msgid "Rearrange icons"
608
+ msgstr "إعادة ترتيب الرموز"
609
+
610
+ #: ../admin/social_sharing.php:578
611
+ #: ../admin/social_sharing.php:956
612
+ #, fuzzy
613
+ msgid "Drag the icons to rearrange in desired order"
614
+ msgstr "اسحب رموز لإعادة ترتيب في الترتيب المطلوب"
615
+
616
+ #: ../admin/social_sharing.php:586
617
+ #: ../admin/social_sharing.php:982
618
+ #: ../admin/like_buttons.php:320
619
+ #: ../admin/like_buttons.php:557
620
+ #, fuzzy
621
+ msgid "Horizontal alignment"
622
+ msgstr "بلا محاذاة"
623
+
624
+ #: ../admin/social_sharing.php:590
625
+ #: ../admin/social_sharing.php:986
626
+ #: ../admin/like_buttons.php:324
627
+ #: ../admin/like_buttons.php:561
628
+ #, fuzzy
629
+ msgid "Left"
630
+ msgstr "يسار"
631
+
632
+ #: ../admin/social_sharing.php:591
633
+ #: ../admin/like_buttons.php:325
634
+ #, fuzzy
635
+ msgid "Center"
636
+ msgstr "وسط"
637
+
638
+ #: ../admin/social_sharing.php:592
639
+ #: ../admin/social_sharing.php:987
640
+ #: ../admin/like_buttons.php:326
641
+ #: ../admin/like_buttons.php:562
642
+ #, fuzzy
643
+ msgid "Right"
644
+ msgstr "يمين"
645
+
646
+ #: ../admin/social_sharing.php:600
647
+ #: ../admin/social_sharing.php:995
648
+ #, fuzzy
649
+ msgid "Horizontal alignment of the sharing interface"
650
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
651
+
652
+ #: ../admin/social_sharing.php:608
653
+ #: ../admin/like_buttons.php:342
654
+ #, fuzzy
655
+ msgid "Position with respect to content"
656
+ msgstr "موضع الخلفية"
657
+
658
+ #: ../admin/social_sharing.php:612
659
+ #: ../admin/like_buttons.php:346
660
+ #, fuzzy
661
+ msgid "Top of the content"
662
+ msgstr "أعلى"
663
+
664
+ #: ../admin/social_sharing.php:614
665
+ #: ../admin/like_buttons.php:348
666
+ #, fuzzy
667
+ msgid "Bottom of the content"
668
+ msgstr "أسفل"
669
+
670
+ #: ../admin/social_sharing.php:621
671
+ #, fuzzy
672
+ msgid "Specify position of the sharing interface with respect to the content"
673
+ msgstr "تحديد موقف واجهة المشاركة فيما يتعلق بالمحتوى"
674
+
675
+ #: ../admin/social_sharing.php:629
676
+ #: ../admin/social_sharing.php:1061
677
+ #, fuzzy
678
+ msgid "Sharing location"
679
+ msgstr "المشاركات الأفقي"
680
+
681
+ #: ../admin/social_sharing.php:633
682
+ #: ../admin/social_sharing.php:1065
683
+ #: ../admin/social_login.php:574
684
+ #: ../admin/social_login.php:604
685
+ #: ../admin/like_buttons.php:367
686
+ #: ../admin/like_buttons.php:640
687
+ #, fuzzy
688
+ msgid "Homepage"
689
+ msgstr "الصفحة الرئيسية لبرنامج المساعد "
690
+
691
+ #: ../admin/social_sharing.php:635
692
+ #: ../admin/social_sharing.php:1067
693
+ #: ../admin/like_buttons.php:369
694
+ #: ../admin/like_buttons.php:642
695
+ #, fuzzy
696
+ msgid "Posts"
697
+ msgstr "مقالات"
698
+
699
+ #: ../admin/social_sharing.php:637
700
+ #: ../admin/social_sharing.php:1069
701
+ #: ../admin/like_buttons.php:371
702
+ #: ../admin/like_buttons.php:644
703
+ #, fuzzy
704
+ msgid "Pages"
705
+ msgstr "صفحات"
706
+
707
+ #: ../admin/social_sharing.php:639
708
+ #: ../admin/social_sharing.php:1071
709
+ #: ../admin/like_buttons.php:373
710
+ #: ../admin/like_buttons.php:646
711
+ #, fuzzy
712
+ msgid "Excerpts"
713
+ msgstr "عرض المقتطفات لغير الأعضاء؟ Show Excerpts to Non-Members?"
714
+
715
+ #: ../admin/social_sharing.php:641
716
+ #: ../admin/social_sharing.php:1073
717
+ #: ../admin/like_buttons.php:375
718
+ #: ../admin/like_buttons.php:648
719
+ #, fuzzy
720
+ msgid "Category Archives"
721
+ msgstr "الأرشيف"
722
+
723
+ #: ../admin/social_sharing.php:643
724
+ #: ../admin/social_sharing.php:1075
725
+ #: ../admin/like_buttons.php:377
726
+ #: ../admin/like_buttons.php:650
727
+ #, fuzzy
728
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
729
+ msgstr "أرشفة صفحات (الفئة والعلامة والمؤلف أو تاريخ بناء صفحات)"
730
+
731
+ #: ../admin/social_sharing.php:659
732
+ #: ../admin/like_buttons.php:393
733
+ #, fuzzy
734
+ msgid "BuddyPress activity and groups"
735
+ msgstr "النشاط BuddyPress والمجموعات"
736
+
737
+ #: ../admin/social_sharing.php:665
738
+ #: ../admin/social_sharing.php:1090
739
+ #: ../admin/like_buttons.php:400
740
+ #: ../admin/like_buttons.php:665
741
+ #, fuzzy
742
+ msgid "BBPress forum"
743
+ msgstr "المنتدى المستعمل | User Forum"
744
+
745
+ #: ../admin/social_sharing.php:668
746
+ #: ../admin/social_sharing.php:1093
747
+ #: ../admin/like_buttons.php:403
748
+ #: ../admin/like_buttons.php:668
749
+ #, fuzzy
750
+ msgid "BBPress topic"
751
+ msgstr "إضافات الموضوع"
752
+
753
+ #: ../admin/social_sharing.php:671
754
+ #: ../admin/like_buttons.php:406
755
+ #, fuzzy
756
+ msgid "BBPress reply"
757
+ msgstr "رد"
758
+
759
+ #: ../admin/social_sharing.php:678
760
+ #: ../admin/like_buttons.php:412
761
+ msgid "After individual product at WooCommerce Shop page"
762
+ msgstr "بعد كل منتج على حدة في WooCommerce متجر الصفحة"
763
+
764
+ #: ../admin/social_sharing.php:681
765
+ #: ../admin/like_buttons.php:415
766
+ msgid "WooCommerce Product Page"
767
+ msgstr "WooCommerce صفحة المنتج"
768
+
769
+ #: ../admin/social_sharing.php:684
770
+ #: ../admin/like_buttons.php:418
771
+ msgid "WooCommerce Thankyou Page"
772
+ msgstr "WooCommerce الشكر الصفحة"
773
+
774
+ #: ../admin/social_sharing.php:695
775
+ #, fuzzy
776
+ msgid "Specify the pages where you want to enable Sharing interface"
777
+ msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة"
778
+
779
+ #: ../admin/social_sharing.php:703
780
+ #: ../admin/social_sharing.php:1111
781
+ #, fuzzy
782
+ msgid "Show share counts"
783
+ msgstr "عرض عدد المقالات"
784
+
785
+ #: ../admin/social_sharing.php:713
786
+ #: ../admin/social_sharing.php:1121
787
+ #, fuzzy
788
+ msgid "If enabled, share counts are displayed above sharing icons."
789
+ msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
790
+
791
+ #: ../admin/social_sharing.php:722
792
+ #: ../admin/social_sharing.php:1130
793
+ #, fuzzy
794
+ msgid "Show total shares"
795
+ msgstr "عرض عدد المقالات"
796
+
797
+ #: ../admin/social_sharing.php:732
798
+ #: ../admin/social_sharing.php:1140
799
+ #, fuzzy
800
+ msgid "If enabled, total shares will be displayed with sharing icons"
801
+ msgstr "إذا تم تمكين، يتم عرض حساب حصة أعلاه تقاسم الرموز."
802
+
803
+ #: ../admin/social_sharing.php:741
804
+ #: ../admin/social_sharing.php:1149
805
+ #, fuzzy
806
+ msgid "Enable 'More' icon"
807
+ msgstr "الرمز معاينة"
808
+
809
+ #: ../admin/social_sharing.php:751
810
+ #: ../admin/social_sharing.php:1159
811
+ #, fuzzy
812
+ msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
813
+ msgstr "إذا تم تمكين، \"مزيد\" سيتم عرض رمز بعد تحديد تقاسم الرموز التي يظهر شبكات مشاركة إضافية في المنبثقة"
814
+
815
+ #: ../admin/social_sharing.php:761
816
+ #, fuzzy
817
+ msgid "Vertical (Floating) Sharing Interface Options"
818
+ msgstr "عمودي (عائمة) تقاسم خيارات واجهة"
819
+
820
+ #: ../admin/social_sharing.php:767
821
+ #, fuzzy
822
+ msgid "Enable vertical (floating) sharing interface"
823
+ msgstr "تمكين واجهة المشاركة (عائمة) عمودي"
824
+
825
+ #: ../admin/social_sharing.php:777
826
+ #, fuzzy
827
+ msgid "Master control to enable vertical (floating) sharing widget"
828
+ msgstr "عنصر التحكم الرئيسي لتمكين القطعة المشاركة (عائمة) عمودي"
829
+
830
+ #: ../admin/social_sharing.php:964
831
+ #: ../admin/like_buttons.php:539
832
+ #, fuzzy
833
+ msgid "Background Color"
834
+ msgstr "لون الخلفية"
835
+
836
+ #: ../admin/social_sharing.php:974
837
+ #, fuzzy
838
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
839
+ msgstr "تحديد لون أو رمز ست عشري (على سبيل المثال، #cc78e0) لخلفية شريط عمودي تقاسم. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
840
+
841
+ #: ../admin/social_sharing.php:1004
842
+ #: ../admin/like_buttons.php:579
843
+ #, fuzzy
844
+ msgid "Left offset"
845
+ msgstr "يسار"
846
+
847
+ #: ../admin/social_sharing.php:1014
848
+ #, fuzzy
849
+ msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
850
+ msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليمين ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
851
+
852
+ #: ../admin/social_sharing.php:1024
853
+ #: ../admin/like_buttons.php:599
854
+ #, fuzzy
855
+ msgid "Right offset"
856
+ msgstr "يمين"
857
+
858
+ #: ../admin/social_sharing.php:1034
859
+ #, fuzzy
860
+ msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
861
+ msgstr "تحديد رقم. الزيادة في عدد سيتحول واجهة مشاركة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
862
+
863
+ #: ../admin/social_sharing.php:1043
864
+ #: ../admin/like_buttons.php:618
865
+ #, fuzzy
866
+ msgid "Top offset"
867
+ msgstr "أعلى"
868
+
869
+ #: ../admin/social_sharing.php:1053
870
+ #, fuzzy
871
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
872
+ msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة مشاركة نحو الأسفل ونقصان سيتحول نحو الأعلى."
873
+
874
+ #: ../admin/social_sharing.php:1103
875
+ #, fuzzy
876
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
877
+ msgstr "تحديد الصفحات حيث تريد تمكين واجهة مشاركة العمودي"
878
+
879
+ #: ../admin/social_sharing.php:1167
880
+ msgid "Hide sharing on mobile devices"
881
+ msgstr "إخفاء تقاسم على الأجهزة النقالة"
882
+
883
+ #: ../admin/social_sharing.php:1177
884
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
885
+ msgstr "إذا تمكين، لن تظهر واجهة تقاسم عمودية على الأجهزة النقالة"
886
+
887
+ #: ../admin/social_sharing.php:1194
888
+ #, fuzzy
889
+ msgid "Social Sharing Shortcode & Widget"
890
+ msgstr "استخدم كود مختصر | Include the shortcode"
891
+
892
+ #: ../admin/social_sharing.php:1204
893
+ msgid "Facebook Sharing Troubleshooter"
894
+ msgstr "مستكشف أخطاء مشاركة في ألفيس بوك"
895
+
896
+ #: ../admin/social_sharing.php:1209
897
+ msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
898
+ msgstr "إذا كان تقاسم بوك لا تعمل بشكل جيد، انقر على الرابط التالي وأدخل عنوان url إشكالية (حيث تقاسم بوك لا يعمل بشكل صحيح) من موقع الويب الخاص بك في حقل النص:"
899
+
900
+ #: ../admin/social_sharing.php:1225
901
+ #, fuzzy
902
+ msgid "How can I show share counts of my website rather than of individual pages/posts?"
903
+ msgstr "كيف يمكن إظهار التهم حصة من موقع الويب الخاص بي بدلاً من الصفحات الفردية/الوظائف؟"
904
+
905
+ #: ../admin/social_sharing.php:1226
906
+ #, fuzzy
907
+ msgid "How can I disable sharing on particular page/post?"
908
+ msgstr "كيف يمكن تعطيل مشاركة في الصفحة/وظيفة معينة؟"
909
+
910
+ #: ../admin/social_sharing.php:1227
911
+ #, fuzzy
912
+ msgid "How can I specify minimum sharing count for sharing networks?"
913
+ msgstr "كيف يمكن تحديد الحد الأدنى من عدد مرات مشاركة لشبكات تبادل؟"
914
+
915
+ #: ../admin/social_sharing.php:1237
916
+ #: ../admin/social_commenting.php:404
917
+ #: ../admin/social_login.php:726
918
+ #: ../admin/like_buttons.php:723
919
+ #, fuzzy
920
+ msgid "Save Changes"
921
+ msgstr "حفظ"
922
+
923
+ #: ../admin/social_commenting.php:10
924
+ #, fuzzy
925
+ msgid "Social Commenting"
926
+ msgstr "تعطيل تعليقا الاجتماعي على هذا"
927
+
928
+ #: ../admin/social_commenting.php:11
929
+ #: ../admin/social_commenting.php:381
930
+ #, fuzzy
931
+ msgid "Shortcode"
932
+ msgstr "استخدم كود مختصر | Include the shortcode"
933
+
934
+ #: ../admin/social_commenting.php:18
935
+ #: ../admin/social_commenting.php:24
936
+ #: ../admin/social_commenting.php:147
937
+ #, fuzzy
938
+ msgid "Enable Social Commenting"
939
+ msgstr "تعطيل تعليقا الاجتماعي على هذا"
940
+
941
+ #: ../admin/social_commenting.php:34
942
+ #, fuzzy
943
+ msgid "Master control to enable Social Commenting"
944
+ msgstr "عنصر التحكم الرئيسي لتمكين مشاركة أفقية"
945
+
946
+ #: ../admin/social_commenting.php:42
947
+ #, fuzzy
948
+ msgid "Order of tabs in commenting interface"
949
+ msgstr "ترتيب علامات التبويب في واجهة التعليق"
950
+
951
+ #: ../admin/social_commenting.php:52
952
+ msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
953
+ msgstr "ترتيب علامات التبويب تظهر في الواجهة التعليق الاجتماعي. افتراضات إلى ووردبريس، فيسبوك، googleplus، من هارد"
954
+
955
+ #: ../admin/social_commenting.php:60
956
+ msgid "Comment area label"
957
+ msgstr "تسمية منطقة التعليق"
958
+
959
+ #: ../admin/social_commenting.php:70
960
+ #, fuzzy
961
+ msgid "Label for comment area"
962
+ msgstr "التسمية للتبويب تعليقاً G+"
963
+
964
+ #: ../admin/social_commenting.php:80
965
+ #, fuzzy
966
+ msgid "Labels"
967
+ msgstr "وسوم"
968
+
969
+ #: ../admin/social_commenting.php:85
970
+ #, fuzzy
971
+ msgid "Label for WordPress Commenting tab"
972
+ msgstr "تعليقات فيسبوكيه"
973
+
974
+ #: ../admin/social_commenting.php:94
975
+ msgid "Label for Facebook Commenting tab"
976
+ msgstr "تعليقات فيسبوكيه"
977
+
978
+ #: ../admin/social_commenting.php:103
979
+ msgid "Label for G+ Commenting tab"
980
+ msgstr "التسمية للتبويب تعليقاً G+"
981
+
982
+ #: ../admin/social_commenting.php:112
983
+ #, fuzzy
984
+ msgid "Label for Disqus Commenting tab"
985
+ msgstr "التسمية للتبويب تعليقاً G+"
986
+
987
+ #: ../admin/social_commenting.php:123
988
+ #, fuzzy
989
+ msgid "Facebook Commenting Options"
990
+ msgstr "تعليقات فيسبوكيه"
991
+
992
+ #: ../admin/social_commenting.php:129
993
+ #, fuzzy
994
+ msgid "Enable Facebook Comments notification and moderation"
995
+ msgstr "تعليقات فيسبوكيه"
996
+
997
+ #: ../admin/social_commenting.php:137
998
+ #, fuzzy
999
+ msgid "Enable Facebook Commenting"
1000
+ msgstr "تعليقات فيسبوكيه"
1001
+
1002
+ #: ../admin/social_commenting.php:155
1003
+ #: ../admin/social_commenting.php:313
1004
+ msgid "Url to comment on"
1005
+ msgstr "عنوان Url للقيام بالتعليق على"
1006
+
1007
+ #: ../admin/social_commenting.php:165
1008
+ #, fuzzy
1009
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1010
+ msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. سيتم ربط القصص على ألفيس بوك حول التعليقات المنشورة، إلى URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1011
+
1012
+ #: ../admin/social_commenting.php:173
1013
+ #: ../admin/social_commenting.php:295
1014
+ #, fuzzy
1015
+ msgid "Width"
1016
+ msgstr "عرض"
1017
+
1018
+ #: ../admin/social_commenting.php:183
1019
+ #, fuzzy
1020
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1021
+ msgstr "ترك فارغاً لصناعة السيارات في ضبط العرض. العرض (بالبكسل) كتلة التعليقات."
1022
+
1023
+ #: ../admin/social_commenting.php:191
1024
+ #, fuzzy
1025
+ msgid "Color Scheme"
1026
+ msgstr "بلا لون"
1027
+
1028
+ #: ../admin/social_commenting.php:195
1029
+ #, fuzzy
1030
+ msgid "Light"
1031
+ msgstr "الفاتح"
1032
+
1033
+ #: ../admin/social_commenting.php:196
1034
+ #, fuzzy
1035
+ msgid "Dark"
1036
+ msgstr "داكن"
1037
+
1038
+ #: ../admin/social_commenting.php:204
1039
+ #, fuzzy
1040
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1041
+ msgstr "نظام الألوان المستخدمة من قبل البرنامج المساعد. يمكن أن يكون \"الخفيفة\" أو \"الظلام\"."
1042
+
1043
+ #: ../admin/social_commenting.php:212
1044
+ #, fuzzy
1045
+ msgid "Number of comments"
1046
+ msgstr "عدد التعليقات:"
1047
+
1048
+ #: ../admin/social_commenting.php:222
1049
+ #, fuzzy
1050
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1051
+ msgstr "عدد التعليقات تظهر بشكل افتراضي. قيمة الحد الأدنى هو 1. افتراضات إلى 10"
1052
+
1053
+ #: ../admin/social_commenting.php:230
1054
+ #, fuzzy
1055
+ msgid "Order by"
1056
+ msgstr "طلب | Order"
1057
+
1058
+ #: ../admin/social_commenting.php:234
1059
+ #, fuzzy
1060
+ msgid "Social"
1061
+ msgstr "حددت كشبكة الإجتماعية اللأساسية"
1062
+
1063
+ #: ../admin/social_commenting.php:235
1064
+ #, fuzzy
1065
+ msgid "Reverse Time"
1066
+ msgstr "اعكس الترتيب"
1067
+
1068
+ #: ../admin/social_commenting.php:236
1069
+ #, fuzzy
1070
+ msgid "Time"
1071
+ msgstr "إدراج التاريخ/الوقت"
1072
+
1073
+ #: ../admin/social_commenting.php:244
1074
+ #, fuzzy
1075
+ msgid "The order to use when displaying comments."
1076
+ msgstr "الترتيب استخدامها عند عرض التعليقات."
1077
+
1078
+ #: ../admin/social_commenting.php:252
1079
+ #: ../admin/like_buttons.php:132
1080
+ #: ../admin/like_buttons.php:138
1081
+ #, fuzzy
1082
+ msgid "Language"
1083
+ msgstr "يمكنك استخدام أكواد <abbr title=\"HyperText Markup Language\">HTML</abbr> والخصائص التالية: %s"
1084
+
1085
+ #: ../admin/social_commenting.php:262
1086
+ #, fuzzy, php-format
1087
+ msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1088
+ msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض التعليق. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1089
+
1090
+ #: ../admin/social_commenting.php:271
1091
+ #, fuzzy
1092
+ msgid "Google Plus Commenting Options"
1093
+ msgstr "جوجل بالإضافة إلى خيارات التعليق"
1094
+
1095
+ #: ../admin/social_commenting.php:277
1096
+ #: ../admin/social_commenting.php:287
1097
+ #, fuzzy
1098
+ msgid "Enable Google Plus Commenting"
1099
+ msgstr "تمكين المشاركة عبر Google."
1100
+
1101
+ #: ../admin/social_commenting.php:305
1102
+ #, fuzzy
1103
+ msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1104
+ msgstr "عرض واجهة GooglePlus تعليقه. اتركه فارغاً لضبط تلقائي"
1105
+
1106
+ #: ../admin/social_commenting.php:323
1107
+ #, fuzzy
1108
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1109
+ msgstr "سوف يكون عنوان URL المطلق الذي نشرت تعليقات المقترنة بشكل دائم. قصص عن جوجل بلس حول التعليقات المنشورة، سيربط بعنوان URL هذا.<br>إذا ترك فارغاً <strong>(مستحسن)</strong>، سيتم استخدام عنوان url لصفحة ويب التعليق الذي تم تمكين."
1110
+
1111
+ #: ../admin/social_commenting.php:332
1112
+ #, fuzzy
1113
+ msgid "Disqus Commenting Options"
1114
+ msgstr "الخيارات"
1115
+
1116
+ #: ../admin/social_commenting.php:338
1117
+ #: ../admin/social_commenting.php:348
1118
+ #, fuzzy
1119
+ msgid "Enable Disqus Commenting"
1120
+ msgstr "إتاحة التعليق من هارد"
1121
+
1122
+ #: ../admin/social_commenting.php:356
1123
+ #, fuzzy
1124
+ msgid "Disqus Shortname"
1125
+ msgstr "هارد Shortname"
1126
+
1127
+ #: ../admin/social_commenting.php:366
1128
+ #, fuzzy
1129
+ msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1130
+ msgstr "<strong>مطلوب لاستخدام تعليقاً من هارد.</strong> لمزيد من المعلومات حول shortname، قم بزيارة الوصلة التالية."
1131
+
1132
+ #: ../admin/social_commenting.php:383
1133
+ #, fuzzy
1134
+ msgid "Social Commenting Shortcode"
1135
+ msgstr "تعطيل تعليقا الاجتماعي على هذا"
1136
+
1137
+ #: ../admin/social_commenting.php:395
1138
+ #, fuzzy
1139
+ msgid "How can I disable Social Commenting at individual page/post?"
1140
+ msgstr "كيف يمكنني تعطيل \"الاجتماعية وتعليقاً\" على صفحة فردية/الوظيفة؟"
1141
+
1142
+ #: ../admin/social_commenting.php:396
1143
+ msgid "How to disable default comment form from Social Commenting?"
1144
+ msgstr "كيفية تعطيل شكل تعليق الافتراضي من وتعليقا الاجتماعي؟"
1145
+
1146
+ #: ../admin/social_login.php:10
1147
+ #, fuzzy
1148
+ msgid "Social Login"
1149
+ msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1150
+
1151
+ #: ../admin/social_login.php:23
1152
+ #, fuzzy
1153
+ msgid "Enable Social Login"
1154
+ msgstr "تسجيل الدخول"
1155
+
1156
+ #: ../admin/social_login.php:33
1157
+ #, fuzzy
1158
+ msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1159
+ msgstr "عنصر التحكم الرئيسي \"الدخول الاجتماعي\". يجب إيداعه لتمكين وظيفة \"تسجيل الدخول الاجتماعي\""
1160
+
1161
+ #: ../admin/social_login.php:66
1162
+ #, fuzzy
1163
+ msgid "Instagram"
1164
+ msgstr "إنستاجرام"
1165
+
1166
+ #: ../admin/social_login.php:78
1167
+ #, fuzzy
1168
+ msgid "Select Social ID provider to enable in Social Login"
1169
+ msgstr "حدد موفر \"معرف الاجتماعية\" لتمكين \"تسجيل الدخول الاجتماعي\""
1170
+
1171
+ #: ../admin/social_login.php:86
1172
+ #, fuzzy
1173
+ msgid "Facebook App ID"
1174
+ msgstr "رقم التعريف الخالص بك | ID"
1175
+
1176
+ #: ../admin/social_login.php:96
1177
+ #, fuzzy, php-format
1178
+ msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1179
+ msgstr "المطلوبة \"دخول ألفيس بوك الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق فيسبوك"
1180
+
1181
+ #: ../admin/social_login.php:98
1182
+ #, fuzzy
1183
+ msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1184
+ msgstr "لصق التالية url في الخيار <strong>محدد موقع معلومات الموقع</strong> في الوصلة المذكورة"
1185
+
1186
+ #: ../admin/social_login.php:108
1187
+ #, fuzzy
1188
+ msgid "Twitter API Key"
1189
+ msgstr "مفتاح API الخاص | API Private Key"
1190
+
1191
+ #: ../admin/social_login.php:118
1192
+ #, fuzzy, php-format
1193
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1194
+ msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح API التغريد\""
1195
+
1196
+ #: ../admin/social_login.php:120
1197
+ #: ../admin/social_login.php:142
1198
+ #, fuzzy
1199
+ msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1200
+ msgstr "لصق التالية url في خيارات <strong>الموقع</strong> و <strong>رد عنوان URL</strong> في الارتباط المشار إليها"
1201
+
1202
+ #: ../admin/social_login.php:130
1203
+ #, fuzzy
1204
+ msgid "Twitter API Secret"
1205
+ msgstr "شارك الأخرين عبر تويتر"
1206
+
1207
+ #: ../admin/social_login.php:140
1208
+ #, fuzzy, php-format
1209
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1210
+ msgstr "المطلوبة \"تسجيل الدخول الاجتماعي تويتر\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر API التغريد\""
1211
+
1212
+ #: ../admin/social_login.php:152
1213
+ #, fuzzy
1214
+ msgid "LinkedIn API Key"
1215
+ msgstr "مفتاح API الخاص | API Private Key"
1216
+
1217
+ #: ../admin/social_login.php:162
1218
+ #, fuzzy, php-format
1219
+ msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1220
+ msgstr "المطلوبة للدخول الاجتماعي LinkedIn للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على مفتاح API LinkedIn"
1221
+
1222
+ #: ../admin/social_login.php:164
1223
+ #: ../admin/social_login.php:230
1224
+ #, fuzzy
1225
+ msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1226
+ msgstr "لصق التالية url في خيار <strong>URL الموقع</strong> في الوصلة المذكورة"
1227
+
1228
+ #: ../admin/social_login.php:174
1229
+ #, fuzzy
1230
+ msgid "Google+ Client ID"
1231
+ msgstr "شارك الأخرين عبر جوجل"
1232
+
1233
+ #: ../admin/social_login.php:184
1234
+ #, fuzzy, php-format
1235
+ msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1236
+ msgstr "المطلوبة \"دخول جوجليبلوس الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل GooglePlus"
1237
+
1238
+ #: ../admin/social_login.php:186
1239
+ #, fuzzy
1240
+ msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1241
+ msgstr "لصق التالية url في <strong>أصول سكريبت إذن</strong> و <strong>إذن URI توجيه</strong> خيارات في الوصلة المذكورة"
1242
+
1243
+ #: ../admin/social_login.php:196
1244
+ #, fuzzy
1245
+ msgid "Vkontakte Application ID"
1246
+ msgstr "انشر عبر VKontakte"
1247
+
1248
+ #: ../admin/social_login.php:206
1249
+ #, fuzzy, php-format
1250
+ msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1251
+ msgstr "المطلوبة \"دخول Vkontakte الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف التطبيق Vkontakte"
1252
+
1253
+ #: ../admin/social_login.php:208
1254
+ #, fuzzy
1255
+ msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1256
+ msgstr "لصق التالية url في خيار <strong>عنوان الموقع</strong> في الوصلة المذكورة"
1257
+
1258
+ #: ../admin/social_login.php:218
1259
+ #, fuzzy
1260
+ msgid "Instagram Client ID"
1261
+ msgstr "مفتاح التشفيرمن جانب العميل | Client-Side Encryption Key"
1262
+
1263
+ #: ../admin/social_login.php:228
1264
+ #, fuzzy, php-format
1265
+ msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1266
+ msgstr "المطلوبة \"دخول Instagram الاجتماعي\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على معرف العميل Instagram"
1267
+
1268
+ #: ../admin/social_login.php:240
1269
+ #, fuzzy
1270
+ msgid "Xing Consumer Key"
1271
+ msgstr "مفتاح التفعيل:"
1272
+
1273
+ #: ../admin/social_login.php:250
1274
+ #, fuzzy, php-format
1275
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1276
+ msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"مفتاح المستهلك شينغ\""
1277
+
1278
+ #: ../admin/social_login.php:252
1279
+ #: ../admin/social_login.php:274
1280
+ #, fuzzy
1281
+ msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1282
+ msgstr "لصق التالية url في الخيار <strong>المجال رد الاتصال</strong> في الوصلة المذكورة"
1283
+
1284
+ #: ../admin/social_login.php:262
1285
+ #, fuzzy
1286
+ msgid "Xing Consumer Secret"
1287
+ msgstr "كلمة السر | Secret Word"
1288
+
1289
+ #: ../admin/social_login.php:272
1290
+ #, fuzzy, php-format
1291
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1292
+ msgstr "المطلوبة \"دخول شينغ الاجتماعية\" للعمل. الرجاء تتبع الوثائق الموجودة في <a href=\"%s\" target=\"_blank\">هذا الارتباط</a> للحصول على \"سر المستهلك شينغ\""
1293
+
1294
+ #: ../admin/social_login.php:284
1295
+ #, fuzzy
1296
+ msgid "Include Javascript in website footer"
1297
+ msgstr "وتشمل جافا سكريبت في تذييل الصفحة في الموقع"
1298
+
1299
+ #: ../admin/social_login.php:294
1300
+ #, fuzzy
1301
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1302
+ msgstr "إذا تم تمكين (مستحسن)، سيتم تضمين ملفات Javascript في تذييل الصفحة في موقع الويب الخاص بك."
1303
+
1304
+ #: ../admin/social_login.php:308
1305
+ #, fuzzy
1306
+ msgid "Login options"
1307
+ msgstr "الخيارات"
1308
+
1309
+ #: ../admin/social_login.php:324
1310
+ #, fuzzy
1311
+ msgid "Text to display above the Social Login interface"
1312
+ msgstr "نص للعرض أعلاه واجهة \"تسجيل الدخول الاجتماعي\""
1313
+
1314
+ #: ../admin/social_login.php:333
1315
+ #, fuzzy
1316
+ msgid "Enable at login page"
1317
+ msgstr "صفحة"
1318
+
1319
+ #: ../admin/social_login.php:343
1320
+ #, fuzzy
1321
+ msgid "Social Login interface will get enabled at the login page of your website"
1322
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1323
+
1324
+ #: ../admin/social_login.php:351
1325
+ #, fuzzy
1326
+ msgid "Enable at register page"
1327
+ msgstr "التسجيل العام"
1328
+
1329
+ #: ../admin/social_login.php:361
1330
+ #, fuzzy
1331
+ msgid "Social Login interface will get enabled at the registration page of your website"
1332
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في صفحة التسجيل لموقع الويب الخاص بك"
1333
+
1334
+ #: ../admin/social_login.php:369
1335
+ msgid "Enable at comment form"
1336
+ msgstr "تمكين هذا الشكل من تعليق"
1337
+
1338
+ #: ../admin/social_login.php:379
1339
+ msgid "Social Login interface will get enabled at your Wordpress Comment form"
1340
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1341
+
1342
+ #: ../admin/social_login.php:393
1343
+ msgid "Enable before WooCommerce Customer Login Form"
1344
+ msgstr "تمكين قبل WooCommerce نموذج تسجيل دخول العملاء"
1345
+
1346
+ #: ../admin/social_login.php:403
1347
+ #, fuzzy
1348
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1349
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1350
+
1351
+ #: ../admin/social_login.php:411
1352
+ msgid "Enable after WooCommerce Customer Login Form"
1353
+ msgstr "تمكن بعد WooCommerce نموذج تسجيل دخول العملاء"
1354
+
1355
+ #: ../admin/social_login.php:421
1356
+ #, fuzzy
1357
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1358
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1359
+
1360
+ #: ../admin/social_login.php:429
1361
+ #, fuzzy
1362
+ msgid "Enable at WooCommerce checkout page"
1363
+ msgstr "التسجيل العام"
1364
+
1365
+ #: ../admin/social_login.php:439
1366
+ #, fuzzy
1367
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1368
+ msgstr "سوف تحصل على تمكين واجهة تسجيل الدخول الاجتماعي في النموذج الخاص بك وورد التعليق"
1369
+
1370
+ #: ../admin/social_login.php:450
1371
+ #, fuzzy
1372
+ msgid "Auto-approve comments made by Social Login users"
1373
+ msgstr "السيارات--الموافقة على التعليقات التي أدلى بها المستخدمين \"تسجيل الدخول الاجتماعي\""
1374
+
1375
+ #: ../admin/social_login.php:460
1376
+ msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1377
+ msgstr "إذا تم تمكين هذا الخيار،التعليق القادمة من مستخدم الوردبريس الذي تم تسجيل دخوله بالنظام عن طريق برامج التواصل الاجتماعي، سيتم الموافقة على التعليق فورا دون موافقة المشرف على النظام."
1378
+
1379
+ #: ../admin/social_login.php:461
1380
+ #, fuzzy
1381
+ msgid "Note: This is not related to Facebook comments"
1382
+ msgstr "ملاحظة: هذا لا تتعلق بتعليقات ألفيس بوك"
1383
+
1384
+ #: ../admin/social_login.php:471
1385
+ #, fuzzy
1386
+ msgid "Enable social avatar"
1387
+ msgstr "خدمة الشبكة الاجتماعية"
1388
+
1389
+ #: ../admin/social_login.php:481
1390
+ #, fuzzy
1391
+ msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1392
+ msgstr "سيتم عرض الصور الشخصية الاجتماعية لمستخدم تم تسجيل دخوله كالصورة الرمزية الشخصية"
1393
+
1394
+ #: ../admin/social_login.php:491
1395
+ #, fuzzy
1396
+ msgid "Avatar quality"
1397
+ msgstr "نوعية الصورة الرمزية"
1398
+
1399
+ #: ../admin/social_login.php:494
1400
+ #, fuzzy
1401
+ msgid "Average"
1402
+ msgstr "المعدل"
1403
+
1404
+ #: ../admin/social_login.php:495
1405
+ #, fuzzy
1406
+ msgid "Better"
1407
+ msgstr "أفضل، أحسن"
1408
+
1409
+ #: ../admin/social_login.php:502
1410
+ #, fuzzy
1411
+ msgid "Choose avatar quality"
1412
+ msgstr "إختيار ملف"
1413
+
1414
+ #: ../admin/social_login.php:521
1415
+ #, fuzzy
1416
+ msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1417
+ msgstr "إذا لم توفر الاجتماعية وتمكين موفر معرف عنوان البريد الإلكتروني المستخدم في تسجيل الدخول، سيتم مطالبة المستخدم بتوفير عنوانه الإلكتروني. وإلا، سيتم إنشاء بريد إلكتروني وهمية"
1418
+
1419
+ #: ../admin/social_login.php:530
1420
+ #, fuzzy
1421
+ msgid "Send username-password after user registration"
1422
+ msgstr "إرسال اسم المستخدم-كلمة المرور بعد تسجيل المستخدم"
1423
+
1424
+ #: ../admin/social_login.php:540
1425
+ #, fuzzy
1426
+ msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1427
+ msgstr "إذا كان ممكناً، سيتم إرسال رسالة بريد إلكتروني إلى المستخدم بعد التسجيل من خلال \"الدخول الاجتماعي\"، فيما يتعلق بصفحته/صفحتها بيانات اعتماد تسجيل الدخول (اسم المستخدم-كلمة المرور لتكون قادراً على تسجيل الدخول عن طريق نموذج تسجيل الدخول التقليدية)"
1428
+
1429
+ #: ../admin/social_login.php:549
1430
+ #, fuzzy
1431
+ msgid "Enable social account linking at BuddyPress profile page"
1432
+ msgstr "تمكين حساب الاجتماعية ربط الصفحة الشخصية BuddyPress"
1433
+
1434
+ #: ../admin/social_login.php:559
1435
+ #, fuzzy
1436
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1437
+ msgstr "تمكين هذا الخيار لإظهار حساب الاجتماعية ربط واجهة الصفحة الشخصية BuddyPress"
1438
+
1439
+ #: ../admin/social_login.php:568
1440
+ #, fuzzy
1441
+ msgid "Login redirection"
1442
+ msgstr "تسجيل الدخول"
1443
+
1444
+ #: ../admin/social_login.php:572
1445
+ #, fuzzy
1446
+ msgid "Same page where user logged in"
1447
+ msgstr "حيث يتم تسجيل المستخدم في الصفحة نفسها"
1448
+
1449
+ #: ../admin/social_login.php:576
1450
+ #: ../admin/social_login.php:606
1451
+ #, fuzzy
1452
+ msgid "Account dashboard"
1453
+ msgstr " لوحتك الخاصة بالتحكم"
1454
+
1455
+ #: ../admin/social_login.php:579
1456
+ #: ../admin/social_login.php:609
1457
+ #, fuzzy
1458
+ msgid "BuddyPress profile page"
1459
+ msgstr "تحرير ملفي الشخصي"
1460
+
1461
+ #: ../admin/social_login.php:582
1462
+ #: ../admin/social_login.php:612
1463
+ #, fuzzy
1464
+ msgid "Custom Url"
1465
+ msgstr "رابط (URL) مخصّص"
1466
+
1467
+ #: ../admin/social_login.php:590
1468
+ #, fuzzy
1469
+ msgid "User will be redirected to the selected page after Social Login"
1470
+ msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد \"الدخول الاجتماعي\""
1471
+
1472
+ #: ../admin/social_login.php:598
1473
+ #, fuzzy
1474
+ msgid "Registration redirection"
1475
+ msgstr "نموذج التسجيل"
1476
+
1477
+ #: ../admin/social_login.php:602
1478
+ #, fuzzy
1479
+ msgid "Same page from where user registered"
1480
+ msgstr "الصفحة نفسها من حيث تسجيل المستخدم"
1481
+
1482
+ #: ../admin/social_login.php:620
1483
+ #, fuzzy
1484
+ msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1485
+ msgstr "ستتم إعادة توجيه المستخدم إلى الصفحة المحددة بعد التسجيل (تسجيل الدخول الاجتماعي الأول) من خلال \"تسجيل الدخول الاجتماعي\""
1486
+
1487
+ #: ../admin/social_login.php:628
1488
+ #, fuzzy
1489
+ msgid "Email popup options"
1490
+ msgstr "الخيارات"
1491
+
1492
+ #: ../admin/social_login.php:634
1493
+ #, fuzzy
1494
+ msgid "Text on 'Email required' popup"
1495
+ msgstr "البريد الإلكتروني (Email) - الإدخال إجباري"
1496
+
1497
+ #: ../admin/social_login.php:644
1498
+ #, fuzzy
1499
+ msgid "This text will be displayed on email required popup. Leave empty if not required."
1500
+ msgstr "سيتم عرض هذا النص على البريد الإلكتروني المطلوب المنبثقة. ترك فارغاً إذا كان غير مطلوب."
1501
+
1502
+ #: ../admin/social_login.php:653
1503
+ #, fuzzy
1504
+ msgid "Error message for 'Email required' popup"
1505
+ msgstr "رسالة الإعلام بالخطأ لانبثاق 'البريد الإلكتروني مطلوب'"
1506
+
1507
+ #: ../admin/social_login.php:663
1508
+ #, fuzzy
1509
+ msgid "This message will be displayed to user if it provides invalid or already registered email"
1510
+ msgstr "سيتم عرض هذه الرسالة إلى المستخدم إذا كان يوفر البريد الإلكتروني غير صالح أو المسجلة مسبقاً"
1511
+
1512
+ #: ../admin/social_login.php:672
1513
+ #, fuzzy
1514
+ msgid "Email popup height"
1515
+ msgstr "ارتفاع"
1516
+
1517
+ #: ../admin/social_login.php:682
1518
+ #, fuzzy
1519
+ msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1520
+ msgstr "إذا كنت ترى شريط التمرير العمودي في منبثق \"البريد الإلكتروني المطلوبة\"، يمكنك زيادة ارتفاع المنبثقة عن طريق تحديد هذا الخيار. ترك فارغاً للافتراضي."
1521
+
1522
+ #: ../admin/social_login.php:690
1523
+ #, fuzzy
1524
+ msgid "Enable email verification"
1525
+ msgstr "تمكين ايقونات المشاركة عبر البريد الإلكتروني "
1526
+
1527
+ #: ../admin/social_login.php:700
1528
+ #, fuzzy
1529
+ msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1530
+ msgstr "إذا تم تمكين، سيتم التحقق من البريد الإلكتروني التي يوفرها المستخدم بإرسال وصلة تأكيد لهذا البريد الإلكتروني. أن لا يكون المستخدم قادراً على تسجيل الدخول دون التحقق من البريد الإلكتروني صفحته/صفحتها"
1531
+
1532
+ #: ../admin/social_login.php:716
1533
+ #, fuzzy
1534
+ msgid "Social Login Shortcode & Widget"
1535
+ msgstr "استخدم كود مختصر | Include the shortcode"
1536
+
1537
+ #: ../admin/social_login.php:717
1538
+ msgid "Social Linking Shortcode"
1539
+ msgstr "الربط الاجتماعي رمز قصير"
1540
+
1541
+ #: ../admin/admin.php:8
1542
+ #, fuzzy
1543
+ msgid "Welcome"
1544
+ msgstr "أهلاً وسهلاً"
1545
+
1546
+ #: ../admin/admin.php:10
1547
+ #, fuzzy
1548
+ msgid "You are ready to Socialize your website."
1549
+ msgstr "كنت على استعداد للانخراط في المجتمع موقع الويب الخاص بك."
1550
+
1551
+ #: ../admin/admin.php:11
1552
+ #, fuzzy
1553
+ msgid "Getting Started"
1554
+ msgstr "البدء"
1555
+
1556
+ #: ../admin/admin.php:12
1557
+ #, fuzzy
1558
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1559
+ msgstr "بدء تشغيل تكوين الخيارات الموجودة في المقاطع أدناه قائمة <strong>سوبر سسليزر</strong> في الشريط الجانبي الأيسر. يتم تمكين <strong>المشاركة الاجتماعية</strong> في موقع الويب الخاص بك بشكل افتراضي."
1560
+
1561
+ #: ../admin/admin.php:13
1562
+ #, fuzzy
1563
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1564
+ msgstr "في المقطع <strong>التعليق الاجتماعي</strong> ، يمكنك تكوين \"التعليق الاجتماعية\"."
1565
+
1566
+ #: ../admin/admin.php:14
1567
+ #, fuzzy
1568
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1569
+ msgstr "في المقطع <strong>تسجيل الدخول الاجتماعي</strong> ، يمكنك تحديد \"معرف الاجتماعية\" بروفديرس وتكوين خيارات \"تسجيل الدخول الاجتماعي\"."
1570
+
1571
+ #: ../admin/admin.php:15
1572
+ #, fuzzy
1573
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1574
+ msgstr "في مقطع <strong>مشاركة اجتماعية</strong> ، يمكنك اختيار \"الشبكات الاجتماعية\" للمشاركة وتكوين خيارات لمشاركة."
1575
+
1576
+ #: ../admin/admin.php:16
1577
+ #, fuzzy
1578
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1579
+ msgstr "في المقطع <strong>مثل الأزرار</strong> ، يمكنك أن تختار ما شابه/+ 1 أزرار وتكوين خيارات لنفسه"
1580
+
1581
+ #: ../admin/like_buttons.php:12
1582
+ #, fuzzy
1583
+ msgid "Like Buttons"
1584
+ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1585
+
1586
+ #: ../admin/like_buttons.php:25
1587
+ #, fuzzy
1588
+ msgid "Enable Like Buttons"
1589
+ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1590
+
1591
+ #: ../admin/like_buttons.php:35
1592
+ #, fuzzy
1593
+ msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1594
+ msgstr "عنصر التحكم الرئيسي لمثل الأزرار. يجب أن يتم التحقق من تمكين مثل وظائف الأزرار"
1595
+
1596
+ #: ../admin/like_buttons.php:57
1597
+ #, fuzzy
1598
+ msgid "Use shortlinks already installed, for tweet button"
1599
+ msgstr "استخدام شورتلينكس مثبتة بالفعل، لزر سقسقة"
1600
+
1601
+ #: ../admin/like_buttons.php:75
1602
+ #, fuzzy
1603
+ msgid "Enable bit.ly url shortener for tweet button"
1604
+ msgstr "تمكين bit.ly عنوان المنقص لزر سقسقة"
1605
+
1606
+ #: ../admin/like_buttons.php:148
1607
+ #, fuzzy, php-format
1608
+ msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1609
+ msgstr "أدخل التعليمة البرمجية للغة التي تريد استخدامها لعرض عدادات. يمكنك العثور على رموز اللغة على <a href=\"%s\" target=\"_blank\">هذا الرابط</a>. اتركه فارغاً ل language(English) الافتراضي"
1610
+
1611
+ #: ../admin/like_buttons.php:157
1612
+ #, fuzzy
1613
+ msgid "Twitter Username"
1614
+ msgstr "شارك الأخرين عبر تويتر"
1615
+
1616
+ #: ../admin/like_buttons.php:163
1617
+ #, fuzzy
1618
+ msgid "Twitter username for Tweet (without @)"
1619
+ msgstr "قالب بدون %1$s"
1620
+
1621
+ #: ../admin/like_buttons.php:173
1622
+ #, fuzzy
1623
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1624
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
1625
+
1626
+ #: ../admin/like_buttons.php:182
1627
+ #, fuzzy
1628
+ msgid "Twitter username for Buffer sharing (without @)"
1629
+ msgstr "قالب بدون %1$s"
1630
+
1631
+ #: ../admin/like_buttons.php:192
1632
+ #, fuzzy
1633
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1634
+ msgstr "سيتم إلحاق اسم المستخدم المقدمة بعد المحتوى يجري تويتد ك \"عبر @USERNAME\". ترك فارغاً إذا كنت لا تريد أي اسم مستخدم."
1635
+
1636
+ #: ../admin/like_buttons.php:201
1637
+ #, fuzzy
1638
+ msgid "Horizontal Interface Options"
1639
+ msgstr "المشاركات الأفقي"
1640
+
1641
+ #: ../admin/like_buttons.php:207
1642
+ #, fuzzy
1643
+ msgid "Enable horizontal interface"
1644
+ msgstr "تعطيل الظهور الأفقي للمشاركة الاجتماعي على هذا"
1645
+
1646
+ #: ../admin/like_buttons.php:217
1647
+ #, fuzzy
1648
+ msgid "Master control to enable horizontal like buttons"
1649
+ msgstr "عنصر التحكم الرئيسي لتمكين الأفقية مثل الأزرار"
1650
+
1651
+ #: ../admin/like_buttons.php:242
1652
+ #: ../admin/like_buttons.php:480
1653
+ #, fuzzy
1654
+ msgid "Url to like/share/tweet and display like/share/tweet counts"
1655
+ msgstr "عنوان Url للتهم مثل/مشاركة/سقسقة مثل/مشاركة/سقسقة وعرض"
1656
+
1657
+ #: ../admin/like_buttons.php:260
1658
+ #, fuzzy
1659
+ msgid "The text to display above the interface"
1660
+ msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
1661
+
1662
+ #: ../admin/like_buttons.php:268
1663
+ #: ../admin/like_buttons.php:488
1664
+ #, fuzzy
1665
+ msgid "Select and rearrange providers"
1666
+ msgstr "اختر مقالة"
1667
+
1668
+ #: ../admin/like_buttons.php:312
1669
+ #: ../admin/like_buttons.php:531
1670
+ #, fuzzy
1671
+ msgid "Select the providers for interface. Drag them to rearrange."
1672
+ msgstr "تحديد موفري للواجهة. اسحبها إلى إعادة ترتيب."
1673
+
1674
+ #: ../admin/like_buttons.php:334
1675
+ #: ../admin/like_buttons.php:570
1676
+ #, fuzzy
1677
+ msgid "Horizontal alignment of the interface"
1678
+ msgstr "بلا محاذاة"
1679
+
1680
+ #: ../admin/like_buttons.php:355
1681
+ #, fuzzy
1682
+ msgid "Specify position of the interface with respect to the content"
1683
+ msgstr "تحديد الموضع للواجهة فيما يتعلق بالمحتوى"
1684
+
1685
+ #: ../admin/like_buttons.php:363
1686
+ #: ../admin/like_buttons.php:636
1687
+ #, fuzzy
1688
+ msgid "Interface location"
1689
+ msgstr "واجهة الموقع"
1690
+
1691
+ #: ../admin/like_buttons.php:429
1692
+ #, fuzzy
1693
+ msgid "Specify the pages where you want to enable interface"
1694
+ msgstr "تحديد الصفحات التي تريد تمكين واجهة"
1695
+
1696
+ #: ../admin/like_buttons.php:439
1697
+ #, fuzzy
1698
+ msgid "Vertical (Floating) like buttons Options"
1699
+ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1700
+
1701
+ #: ../admin/like_buttons.php:445
1702
+ #, fuzzy
1703
+ msgid "Enable vertical (floating) like buttons"
1704
+ msgstr "تعطيل زر الإعجاب الموجود عمودياً على هذا"
1705
+
1706
+ #: ../admin/like_buttons.php:455
1707
+ #, fuzzy
1708
+ msgid "Master control to enable vertical (floating) counter widget"
1709
+ msgstr "عنصر التحكم الرئيسي لتمكين القطعة العداد (عائمة) عمودي"
1710
+
1711
+ #: ../admin/like_buttons.php:549
1712
+ #, fuzzy
1713
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1714
+ msgstr "تعيين رمز اللون أو ست عشري (على سبيل المثال، #cc78e0) لخلفية واجهة الرأسي. اتركه فارغاً للشفافية. يمكنك الحصول على رمز ست عشري من اللون المطلوب من <a href=\"http://www.colorpicker.com/\" target=\"_blank\">هذا الرابط</a>"
1715
+
1716
+ #: ../admin/like_buttons.php:589
1717
+ #, fuzzy
1718
+ msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1719
+ msgstr "تحديد رقم. زيادة في عدد سوف تحول واجهة نحو اليمين، ونقصان سيتحول نحو اليسار. يمكن أن يكون رقم سلبي جداً."
1720
+
1721
+ #: ../admin/like_buttons.php:609
1722
+ #, fuzzy
1723
+ msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1724
+ msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو اليسار ونقصان سيتحول نحو اليمين. يمكن أن يكون رقم سلبي جداً."
1725
+
1726
+ #: ../admin/like_buttons.php:628
1727
+ #, fuzzy
1728
+ msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1729
+ msgstr "تحديد رقم. زيادة في عدد سيتحول واجهة نحو الأسفل ونقصان سيتحول نحو الأعلى."
1730
+
1731
+ #: ../admin/like_buttons.php:678
1732
+ #, fuzzy
1733
+ msgid "Specify the pages where you want to enable vertical interface"
1734
+ msgstr "تحديد الصفحات حيث تريد تمكين واجهة العمودي"
1735
+
1736
+ #: ../admin/like_buttons.php:686
1737
+ msgid "Hide like buttons on mobile devices"
1738
+ msgstr "إخفاء مثل أزرار على الأجهزة المحمولة"
1739
+
1740
+ #: ../admin/like_buttons.php:696
1741
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1742
+ msgstr "إذا تمكين، وأزرار تشبه العمودية لا تظهر على الأجهزة المحمولة"
1743
+
1744
+ #: ../admin/like_buttons.php:714
1745
+ #, fuzzy
1746
+ msgid "Like Buttons Shortcode & Widget"
1747
+ msgstr "استخدم كود مختصر | Include the shortcode"
1748
+
1749
+ #: ../inc/shortcode.php:245
1750
+ #, fuzzy
1751
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1752
+ msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1753
+
1754
+ #: ../inc/social_sharing.php:628
1755
+ #, fuzzy
1756
+ msgid "Invalid request"
1757
+ msgstr "طلب غير صحيح"
1758
+
1759
+ #: ../inc/social_sharing.php:635
1760
+ #, fuzzy
1761
+ msgid "Providers not selected"
1762
+ msgstr "محدد | selected"
1763
+
1764
+ #: ../inc/widget.php:11
1765
+ #, fuzzy
1766
+ msgid "Super Socializer - Login"
1767
+ msgstr "آخر تسجيل دخول | Last Login"
1768
+
1769
+ #: ../inc/widget.php:13
1770
+ #, fuzzy
1771
+ msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1772
+ msgstr "السماح للمستخدمين تسجيل الدخول/تسجيل على \"موفر معرف الاجتماعية\" المفضلة لديك، مثل فيس بوك، تويتر، Google +، LinkedIn باستخدام موقع الويب الخاص بك"
1773
+
1774
+ #: ../inc/widget.php:47
1775
+ #, fuzzy
1776
+ msgid "Log Out"
1777
+ msgstr " تسجيل الخروج"
1778
+
1779
+ #: ../inc/widget.php:78
1780
+ #, fuzzy
1781
+ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\" page."
1782
+ msgstr "تأكد من أن يتم تمكين \"تسجيل الدخول الاجتماعي\" من \"سوبر سسليزر > الاجتماعية صفحة تسجيل الدخول\"."
1783
+
1784
+ #: ../inc/widget.php:79
1785
+ #: ../inc/widget.php:219
1786
+ #: ../inc/widget.php:524
1787
+ #, fuzzy
1788
+ msgid "Title:"
1789
+ msgstr "العنوان:"
1790
+
1791
+ #: ../inc/widget.php:81
1792
+ #: ../inc/widget.php:233
1793
+ #: ../inc/widget.php:534
1794
+ #, fuzzy
1795
+ msgid "Before widget content:"
1796
+ msgstr "المحتوى "
1797
+
1798
+ #: ../inc/widget.php:83
1799
+ #: ../inc/widget.php:235
1800
+ #: ../inc/widget.php:536
1801
+ #, fuzzy
1802
+ msgid "After widget content:"
1803
+ msgstr "أضف ودجت"
1804
+
1805
+ #: ../inc/widget.php:86
1806
+ #: ../inc/widget.php:237
1807
+ #: ../inc/widget.php:401
1808
+ #: ../inc/widget.php:538
1809
+ #: ../inc/widget.php:688
1810
+ #, fuzzy
1811
+ msgid "Hide for logged in users:"
1812
+ msgstr "رسالة لمستخدمين الذين قاموا بتسجيل الخروج من البرنامج | Message for Logged-out Users"
1813
+
1814
+ #: ../inc/widget.php:105
1815
+ #, fuzzy
1816
+ msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1817
+ msgstr "القطعة تقاسم الأفقي. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
1818
+
1819
+ #: ../inc/widget.php:218
1820
+ #, fuzzy
1821
+ msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1822
+ msgstr "تأكد من تمكين \"مشاركة الاجتماعي الأفقي\" من صفحة \"سوبر سسليزر > تقاسم الاجتماعية\"."
1823
+
1824
+ #: ../inc/widget.php:221
1825
+ #: ../inc/widget.php:370
1826
+ #, fuzzy
1827
+ msgid "Show individual share counts:"
1828
+ msgstr "عرض عدد المقالات"
1829
+
1830
+ #: ../inc/widget.php:223
1831
+ #: ../inc/widget.php:372
1832
+ #, fuzzy
1833
+ msgid "Show total shares:"
1834
+ msgstr "عرض عدد المقالات"
1835
+
1836
+ #: ../inc/widget.php:225
1837
+ #: ../inc/widget.php:374
1838
+ #: ../inc/widget.php:526
1839
+ #: ../inc/widget.php:661
1840
+ #, fuzzy
1841
+ msgid "Target Url:"
1842
+ msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
1843
+
1844
+ #: ../inc/widget.php:227
1845
+ #: ../inc/widget.php:376
1846
+ #: ../inc/widget.php:528
1847
+ #: ../inc/widget.php:663
1848
+ #, fuzzy
1849
+ msgid "Select"
1850
+ msgstr "أختر ..."
1851
+
1852
+ #: ../inc/widget.php:256
1853
+ #, fuzzy
1854
+ msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1855
+ msgstr "القطعة تقاسم العائمة الرأسية. مستخدمي موقع الويب الخاص بك مشاركة المحتوى في شعبية الشبكات الاجتماعية مثل فيسبوك، التغريد، نعرفكم، جوجل + والكثير"
1856
+
1857
+ #: ../inc/widget.php:369
1858
+ #, fuzzy
1859
+ msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1860
+ msgstr "تأكد من تمكين \"مشاركة اجتماعية عمودي\" من صفحة \"سوبر سسليزر > تقاسم الاجتماعية\"."
1861
+
1862
+ #: ../inc/widget.php:382
1863
+ #: ../inc/widget.php:669
1864
+ #, fuzzy
1865
+ msgid "Alignment"
1866
+ msgstr "محاذاة"
1867
+
1868
+ #: ../inc/widget.php:388
1869
+ #: ../inc/widget.php:675
1870
+ #, fuzzy
1871
+ msgid "Left Offset"
1872
+ msgstr "يسار"
1873
+
1874
+ #: ../inc/widget.php:392
1875
+ #: ../inc/widget.php:679
1876
+ #, fuzzy
1877
+ msgid "Right Offset"
1878
+ msgstr "يمين"
1879
+
1880
+ #: ../inc/widget.php:395
1881
+ #: ../inc/widget.php:682
1882
+ #, fuzzy
1883
+ msgid "Top Offset"
1884
+ msgstr "أعلى"
1885
+
1886
+ #: ../inc/widget.php:420
1887
+ #, fuzzy
1888
+ msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1889
+ msgstr "أفقي مثل القطعة الأزرار. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
1890
+
1891
+ #: ../inc/widget.php:523
1892
+ #, fuzzy
1893
+ msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1894
+ msgstr "تأكد من تمكين \"الأفقية مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
1895
+
1896
+ #: ../inc/widget.php:557
1897
+ #, fuzzy
1898
+ msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1899
+ msgstr "العائم الرأسي مثل أزرار القطعة. السماح للمستخدمين موقع المحتوى مثل حصة/في شعبية الشبكات الاجتماعية مثل فيس بوك، تويتر، Google + وغيرها الكثير"
1900
+
1901
+ #: ../inc/widget.php:660
1902
+ #, fuzzy
1903
+ msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1904
+ msgstr "تأكد من تمكين \"عمودي مثل أزرار\" من صفحة \"> سوبر سسليزر مثل أزرار\"."
1905
+
1906
+ #, fuzzy
1907
+ #~ msgid "You can see the plugin in action at following link"
1908
+ #~ msgstr "يمكنك مشاهدة البرنامج المساعد في العمل على الرابط التالي"
1909
+
1910
+ #, fuzzy
1911
+ #~ msgid ""
1912
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1913
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1914
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1915
+ #~ msgstr ""
1916
+ #~ "إذا كنت أحب البرنامج المساعد أو أي استعلام، إسقاط رسالة بالبريد إلكتروني "
1917
+ #~ "في <a href=\"mailto:support@heateor.com\">support@heateor.com</a>، مثل "
1918
+ #~ "صفحة <strong>ألفيس بوك</strong> ومتابعة منا على <strong>التغريد</strong>."
1919
+
1920
+ #, fuzzy
1921
+ #~ msgid "Want plugin customization?"
1922
+ #~ msgstr "تريد تخصيص البرنامج المساعد؟"
1923
+
1924
+ #, fuzzy
1925
+ #~ msgid ""
1926
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1927
+ #~ "Facebook Comments notification and moderation."
1928
+ #~ msgstr ""
1929
+ #~ "<strong>ملاحظة:</strong> ترك لنا رسالة بالبريد إلكتروني على "
1930
+ #~ "support@heateor.com لتمكين إعلام \"تعليقات ألفيس بوك\" والاعتدال."
1931
+
1932
+ #, fuzzy
1933
+ #~ msgid "Mobile"
1934
+ #~ msgstr "رقم جوال:"
1935
+
1936
+ #, fuzzy
1937
+ #~ msgid "Auto Detect"
1938
+ #~ msgstr "تلقائي"
1939
+
1940
+ #, fuzzy
1941
+ #~ msgid "True"
1942
+ #~ msgstr "حقيقي"
1943
+
1944
+ #, fuzzy
1945
+ #~ msgid "False"
1946
+ #~ msgstr ""
1947
+ #~ "الاستعلامات الشرطية لا تعمل قبل تنفيذ الاستعلام. قبل ذلك، ستعيد لك دائماً "
1948
+ #~ "رسالة خطأ (FALSE)."
1949
+
1950
+ #, fuzzy
1951
+ #~ msgid ""
1952
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1953
+ #~ "version or not."
1954
+ #~ msgstr "قيمة منطقية تحدد ما إذا كان سيتم عرض النسخة المحسنة للجوال أم لا."
1955
+
1956
+ #, fuzzy
1957
+ #~ msgid "Sortcode & Widget"
1958
+ #~ msgstr "أضف ودجت"
1959
+
1960
+ #, fuzzy
1961
+ #~ msgid "Twitter username in tweet button"
1962
+ #~ msgstr "تويتر اسم المستخدم في زر سقسقة"
languages/Super-Socializer-de_DE.mo CHANGED
Binary file
languages/Super-Socializer-de_DE.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: 2015-06-05 05:50+0530\n"
6
- "PO-Revision-Date: 2015-06-05 05:54+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -25,40 +25,54 @@ msgstr "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <st
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Stellen Sie sicher, cURL auf Ihre Website-Server aktiviert. Möglicherweise müssen Sie den Server-Administrator Ihrer Website kontaktieren, um dies zu überprüfen"
27
 
28
- #: ../super_socializer.php:349
29
  msgid "Please verify your email address to login."
30
  msgstr "Bitte best&auml;tigen Sie ihre E-Mail Adresse, um sich einzuloggen"
31
 
32
- #: ../super_socializer.php:349
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ihre E-Mail Adresse wurde erfolgreich best&auml;tigt. Sie k&ouml;nnen sich nun einloggen."
35
 
36
- #: ../super_socializer.php:353
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
- #: ../super_socializer.php:372
41
- #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
 
45
- #: ../super_socializer.php:375
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "&Uuml;berpr&uuml;fen Sie ihren Posteingang, um die Registrierung zu vollenden."
48
 
49
- #: ../super_socializer.php:388
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Führen Sie die Schritte 11 und 12 bei Google App-Konfigurationsseite, um zu öffnen"
52
 
53
- #: ../super_socializer.php:465
54
  msgid "Leave a reply"
55
  msgstr "Hinterlasse eine Antwort"
56
 
 
 
 
 
 
 
 
 
 
57
  #: ../super_socializer.php:567
 
 
 
 
 
58
  msgid "Email you entered is already registered or invalid"
59
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
60
 
61
- #: ../super_socializer.php:571
62
  msgid "Please enter a valid email address. You might be required to verify it"
63
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
64
 
@@ -66,82 +80,82 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich w
66
  msgid "Options saved successfully"
67
  msgstr "&Auml;nderungen gespeichert"
68
 
69
- #: ../helper.php:147
70
  msgid "Click to show help"
71
  msgstr "Für Hilfe zeigen"
72
 
73
- #: ../helper.php:147
74
  msgid "Click to hide help"
75
  msgstr "Für Hilfe verbergen"
76
 
77
- #: ../helper.php:187
78
  msgid "Settings"
79
  msgstr "Configuración"
80
 
81
- #: ../helper.php:504
82
  msgid "Account linked successfully"
83
  msgstr "Konto erfolgreich verbunden"
84
 
85
- #: ../helper.php:510
86
  msgid "Account already exists or linked"
87
  msgstr "Konto bereits vorhanden oder verknüpft"
88
 
89
- #: ../helper.php:521
90
  #, fuzzy
91
  msgid "You are already connected with"
92
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
93
 
94
- #: ../helper.php:521
95
  msgid "as primary social network"
96
  msgstr "als primäre soziale Netz"
97
 
98
- #: ../helper.php:538
99
  msgid "Link your social account to login to your account at this website"
100
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
101
 
102
- #: ../helper.php:583
103
  msgid "Currently"
104
  msgstr "zur Zeit"
105
 
106
- #: ../helper.php:583
107
  msgid "Remove"
108
  msgstr "entfernen"
109
 
110
- #: ../helper.php:676
111
  msgid "Disable Horizontal Social Sharing on this "
112
  msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
113
 
114
- #: ../helper.php:681
115
  msgid "Disable Vertical Social Sharing on this "
116
  msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
117
 
118
- #: ../helper.php:686
119
  #, fuzzy
120
  msgid "Disable Horizontal like buttons on this "
121
  msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
122
 
123
- #: ../helper.php:691
124
  #, fuzzy
125
  msgid "Disable Vertical like buttons on this "
126
  msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
127
 
128
- #: ../helper.php:696
129
  #, fuzzy
130
  msgid "Disable Social Commenting on this "
131
  msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
132
 
133
- #: ../helper.php:705
134
  #, fuzzy
135
  msgid "Horizontal sharing"
136
  msgstr "Horizontale Anzeige"
137
 
138
- #: ../helper.php:711
139
- #: ../helper.php:730
140
  #, fuzzy
141
  msgid "Starting share count for "
142
  msgstr "conteos muestran acciones"
143
 
144
- #: ../helper.php:724
145
  #, fuzzy
146
  msgid "Vertical sharing"
147
  msgstr "Social Sharing"
@@ -162,48 +176,44 @@ msgstr "von"
162
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
163
  msgstr "Wir sind ein kreatives Team mit einzigartigen Ideen im Kopf und Service im Herzen. Wir lieben, was wir tun. Für mehr Informationen besuchen Sie uns auf"
164
 
165
- #: ../admin/help.php:17
166
  msgid "Plugin Demo"
167
  msgstr "Plugin Demo"
168
 
169
- #: ../admin/help.php:19
170
- msgid "You can see the plugin in action at following link"
171
- msgstr "Sie können das Plugin in Aktion auf folgendem Link zu sehen"
172
 
173
- #: ../admin/help.php:25
174
- msgid "Support"
175
- msgstr "Unterstützung"
176
 
177
- #: ../admin/help.php:27
178
  #, fuzzy
179
- msgid "If you like the plugin or have any query, drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
180
- msgstr "Wenn Sie mein Plugin oder haben jede mögliche Frage, können Sie mir eine E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a> fallen lassen, wie mein <strong> Facebook </ strong>, Seiten und folge mir auf <strong> Twitter </ strong>."
181
 
182
- #: ../admin/help.php:29
183
- #: ../admin/help.php:32
184
- #: ../admin/help.php:33
185
- #: ../admin/help.php:34
186
- #: ../admin/help.php:35
187
  #: ../admin/help.php:36
 
 
 
 
 
 
 
 
 
 
188
  msgid "Rate 5-star"
189
  msgstr "Bewerten Sie 5-Sterne-"
190
 
191
- #: ../admin/help.php:44
192
- #: ../admin/social_sharing.php:411
193
- #: ../admin/social_sharing.php:736
194
  #: ../admin/social_login.php:46
195
  msgid "Facebook"
196
  msgstr ""
197
 
198
- #: ../admin/help.php:63
199
- msgid "Want plugin customization?"
200
- msgstr "Willst Plugin Kundenbezogenheit?"
201
-
202
- #: ../admin/help.php:65
203
- #, fuzzy
204
- msgid "If you want custom features in the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
205
- msgstr "Wenn Sie benutzerdefinierte Funktionen im Plugin möchten, kann ich für Sie tun. Schreiben Sie mir einfach eine E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
206
-
207
  #: ../admin/social_sharing.php:11
208
  #: ../admin/social_sharing.php:22
209
  #: ../admin/social_login.php:9
@@ -224,13 +234,11 @@ msgid "Sharing Options"
224
  msgstr "Position der Leiste"
225
 
226
  #: ../admin/social_sharing.php:14
227
- #: ../admin/social_sharing.php:1067
228
- #: ../admin/social_sharing.php:1069
229
  #: ../admin/social_login.php:11
230
- #: ../admin/social_login.php:654
231
  #: ../admin/like_buttons.php:13
232
- #: ../admin/like_buttons.php:644
233
- #: ../admin/like_buttons.php:646
234
  msgid "Shortcode & Widget"
235
  msgstr "Widgets und shortcodes"
236
 
@@ -239,9 +247,9 @@ msgid "Troubleshooter"
239
  msgstr "Störungssucher"
240
 
241
  #: ../admin/social_sharing.php:16
242
- #: ../admin/social_sharing.php:1098
243
  #: ../admin/social_commenting.php:12
244
- #: ../admin/social_commenting.php:410
245
  msgid "FAQ"
246
  msgstr "FAQ"
247
 
@@ -313,453 +321,514 @@ msgstr "Vergessen Sie nicht, die Konfiguration nach Änderungen durch Klicken au
313
  msgid "Vertical interface options"
314
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
315
 
316
- #: ../admin/social_sharing.php:232
 
 
 
 
 
 
 
 
 
 
 
 
317
  #: ../admin/like_buttons.php:51
318
  #, fuzzy
319
  msgid "Url shortener"
320
  msgstr "bit.ly url acortador"
321
 
322
- #: ../admin/social_sharing.php:238
323
  msgid "Use shortlinks already installed"
324
  msgstr "Verwenden Short bereits installiert"
325
 
326
- #: ../admin/social_sharing.php:248
327
  #: ../admin/like_buttons.php:67
328
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
329
  msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
330
 
331
- #: ../admin/social_sharing.php:256
332
  msgid "Enable bit.ly url shortener for sharing"
333
  msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
334
 
335
- #: ../admin/social_sharing.php:266
336
  #: ../admin/like_buttons.php:85
337
  msgid "Master control to enable bit.ly url shortening for sharing"
338
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
339
 
340
- #: ../admin/social_sharing.php:274
341
  #: ../admin/like_buttons.php:93
342
  msgid "bit.ly username"
343
  msgstr "bit.ly Benutzername"
344
 
345
- #: ../admin/social_sharing.php:284
346
  #: ../admin/like_buttons.php:103
347
  #, php-format
348
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
349
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
350
 
351
- #: ../admin/social_sharing.php:293
352
  #: ../admin/like_buttons.php:112
353
  msgid "bit.ly API Key"
354
  msgstr "bit.ly API Key"
355
 
356
- #: ../admin/social_sharing.php:303
357
  #: ../admin/like_buttons.php:122
358
  #, php-format
359
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
360
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
361
 
362
- #: ../admin/social_sharing.php:313
363
  msgid "Twitter username in sharing"
364
  msgstr "Twitter Benutzername in Sharing"
365
 
366
- #: ../admin/social_sharing.php:319
367
- #: ../admin/like_buttons.php:163
368
  msgid "Twitter username (without @)"
369
  msgstr "Twitter Benutzername (ohne @)"
370
 
371
- #: ../admin/social_sharing.php:329
372
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
373
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
374
 
375
- #: ../admin/social_sharing.php:339
376
  msgid "Horizontal Sharing Interface Options"
377
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
378
 
379
- #: ../admin/social_sharing.php:345
380
  msgid "Enable horizontal sharing interface"
381
  msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
382
 
383
- #: ../admin/social_sharing.php:355
384
  msgid "Master control to enable horizontal sharing"
385
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
386
 
387
- #: ../admin/social_sharing.php:365
388
- #: ../admin/social_sharing.php:708
389
- #: ../admin/like_buttons.php:209
390
- #: ../admin/like_buttons.php:424
391
  msgid "Target Url"
392
  msgstr "Ziel-URL"
393
 
394
- #: ../admin/social_sharing.php:369
395
- #: ../admin/social_sharing.php:712
396
- #: ../admin/like_buttons.php:213
397
- #: ../admin/like_buttons.php:428
398
  msgid "Url of the webpage where icons are located (default)"
399
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
400
 
401
- #: ../admin/social_sharing.php:371
402
- #: ../admin/social_sharing.php:714
403
- #: ../admin/like_buttons.php:215
404
- #: ../admin/like_buttons.php:430
405
  msgid "Url of the homepage of your website"
406
  msgstr "URL der Homepage Ihrer Website"
407
 
408
- #: ../admin/social_sharing.php:373
409
- #: ../admin/social_sharing.php:716
410
- #: ../admin/like_buttons.php:217
411
- #: ../admin/like_buttons.php:432
412
  msgid "Custom url"
413
  msgstr "Spezielle URL"
414
 
415
- #: ../admin/social_sharing.php:380
416
- #: ../admin/social_sharing.php:723
417
  msgid "Url to share"
418
  msgstr "URL zu teilen"
419
 
420
- #: ../admin/social_sharing.php:388
421
  #: ../admin/social_login.php:314
422
- #: ../admin/like_buttons.php:232
423
  msgid "Title"
424
  msgstr "Titel"
425
 
426
- #: ../admin/social_sharing.php:398
427
  msgid "The text to display above the sharing interface"
428
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
429
 
430
- #: ../admin/social_sharing.php:406
431
- #: ../admin/social_sharing.php:731
432
  #: ../admin/social_login.php:41
433
  msgid "Select providers"
434
  msgstr "Anbieter ausw&auml;hlen"
435
 
436
- #: ../admin/social_sharing.php:416
437
- #: ../admin/social_sharing.php:741
438
  #: ../admin/social_login.php:50
439
  msgid "Twitter"
440
  msgstr ""
441
 
442
- #: ../admin/social_sharing.php:421
443
- #: ../admin/social_sharing.php:746
444
  #: ../admin/social_login.php:54
445
  msgid "LinkedIn"
446
  msgstr ""
447
 
448
- #: ../admin/social_sharing.php:426
449
- #: ../admin/social_sharing.php:751
450
  #: ../admin/social_login.php:58
451
  msgid "Google+"
452
  msgstr ""
453
 
454
- #: ../admin/social_sharing.php:431
455
- #: ../admin/social_sharing.php:756
456
  msgid "Print"
457
  msgstr "Druck"
458
 
459
- #: ../admin/social_sharing.php:436
460
- #: ../admin/social_sharing.php:761
461
  msgid "Email"
462
  msgstr ""
463
 
464
- #: ../admin/social_sharing.php:441
465
- #: ../admin/social_sharing.php:766
466
  msgid "Yahoo"
467
  msgstr ""
468
 
469
- #: ../admin/social_sharing.php:446
470
- #: ../admin/social_sharing.php:771
471
  msgid "Reddit"
472
  msgstr ""
473
 
474
- #: ../admin/social_sharing.php:451
475
- #: ../admin/social_sharing.php:776
476
  msgid "Digg"
477
  msgstr ""
478
 
479
- #: ../admin/social_sharing.php:456
480
- #: ../admin/social_sharing.php:781
481
  msgid "Delicious"
482
  msgstr ""
483
 
484
- #: ../admin/social_sharing.php:461
485
- #: ../admin/social_sharing.php:786
486
  msgid "StumbleUpon"
487
  msgstr ""
488
 
489
- #: ../admin/social_sharing.php:466
490
- #: ../admin/social_sharing.php:791
491
  msgid "Float it"
492
  msgstr ""
493
 
494
- #: ../admin/social_sharing.php:471
495
- #: ../admin/social_sharing.php:796
496
  msgid "Tumblr"
497
  msgstr ""
498
 
499
- #: ../admin/social_sharing.php:476
500
- #: ../admin/social_sharing.php:801
501
  #: ../admin/social_login.php:62
502
  msgid "Vkontakte"
503
  msgstr ""
504
 
505
- #: ../admin/social_sharing.php:481
506
- #: ../admin/social_sharing.php:806
507
  msgid "Pinterest"
508
  msgstr ""
509
 
510
- #: ../admin/social_sharing.php:486
511
- #: ../admin/social_sharing.php:811
512
  #: ../admin/social_login.php:70
513
  msgid "Xing"
514
  msgstr ""
515
 
516
- #: ../admin/social_sharing.php:491
517
- #: ../admin/social_sharing.php:816
518
  msgid "Whatsapp"
519
  msgstr ""
520
 
521
- #: ../admin/social_sharing.php:499
522
- #: ../admin/social_sharing.php:824
 
 
 
 
 
 
 
 
 
 
523
  msgid "Select the providers for sharing interface"
524
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
525
 
526
- #: ../admin/social_sharing.php:507
527
- #: ../admin/social_sharing.php:832
528
  msgid "Rearrange icons"
529
  msgstr "Reihenfolge der Icons &auml;ndern"
530
 
531
- #: ../admin/social_sharing.php:541
532
- #: ../admin/social_sharing.php:866
533
  msgid "Drag the icons to rearrange in desired order"
534
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
535
 
536
- #: ../admin/social_sharing.php:549
537
- #: ../admin/social_sharing.php:892
538
- #: ../admin/like_buttons.php:302
539
- #: ../admin/like_buttons.php:516
540
  msgid "Horizontal alignment"
541
  msgstr "Horizontale Anzeige"
542
 
543
- #: ../admin/social_sharing.php:553
544
- #: ../admin/social_sharing.php:896
545
- #: ../admin/like_buttons.php:306
546
- #: ../admin/like_buttons.php:520
547
  msgid "Left"
548
  msgstr "izquierda"
549
 
550
- #: ../admin/social_sharing.php:554
551
- #: ../admin/like_buttons.php:307
552
  msgid "Center"
553
  msgstr "Zentrum"
554
 
555
- #: ../admin/social_sharing.php:555
556
- #: ../admin/social_sharing.php:897
557
- #: ../admin/like_buttons.php:308
558
- #: ../admin/like_buttons.php:521
559
  msgid "Right"
560
  msgstr "rechts"
561
 
562
- #: ../admin/social_sharing.php:563
563
- #: ../admin/social_sharing.php:905
564
  msgid "Horizontal alignment of the sharing interface"
565
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
566
 
567
- #: ../admin/social_sharing.php:571
568
- #: ../admin/like_buttons.php:324
569
  msgid "Position with respect to content"
570
  msgstr "Relative Position zum Inhalt"
571
 
572
- #: ../admin/social_sharing.php:575
573
- #: ../admin/like_buttons.php:328
574
  msgid "Top of the content"
575
  msgstr "&Uuml;ber dem Inhalt"
576
 
577
- #: ../admin/social_sharing.php:577
578
- #: ../admin/like_buttons.php:330
579
  msgid "Bottom of the content"
580
  msgstr "Unter dem Inhalt"
581
 
582
- #: ../admin/social_sharing.php:584
583
  msgid "Specify position of the sharing interface with respect to the content"
584
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
585
 
586
- #: ../admin/social_sharing.php:592
587
- #: ../admin/social_sharing.php:971
588
  msgid "Sharing location"
589
  msgstr "Position der Leiste"
590
 
591
- #: ../admin/social_sharing.php:596
592
- #: ../admin/social_sharing.php:975
593
- #: ../admin/social_login.php:514
594
- #: ../admin/social_login.php:544
595
- #: ../admin/like_buttons.php:349
596
- #: ../admin/like_buttons.php:599
597
  msgid "Homepage"
598
  msgstr "Startseite"
599
 
600
- #: ../admin/social_sharing.php:598
601
- #: ../admin/social_sharing.php:977
602
- #: ../admin/like_buttons.php:351
603
- #: ../admin/like_buttons.php:601
604
  msgid "Posts"
605
  msgstr "Beitrag"
606
 
607
- #: ../admin/social_sharing.php:600
608
- #: ../admin/social_sharing.php:979
609
- #: ../admin/like_buttons.php:353
610
- #: ../admin/like_buttons.php:603
611
  msgid "Pages"
612
  msgstr "Seite"
613
 
614
- #: ../admin/social_sharing.php:602
615
- #: ../admin/social_sharing.php:981
616
- #: ../admin/like_buttons.php:355
617
- #: ../admin/like_buttons.php:605
618
  msgid "Excerpts"
619
  msgstr "Vorschau"
620
 
621
- #: ../admin/social_sharing.php:604
622
- #: ../admin/social_sharing.php:983
623
- #: ../admin/like_buttons.php:357
624
- #: ../admin/like_buttons.php:607
625
  msgid "Category Archives"
626
  msgstr "Archivos de la categoría"
627
 
628
- #: ../admin/social_sharing.php:606
629
- #: ../admin/social_sharing.php:985
630
- #: ../admin/like_buttons.php:359
631
- #: ../admin/like_buttons.php:609
632
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
633
  msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
634
 
635
- #: ../admin/social_sharing.php:612
636
- #: ../admin/like_buttons.php:365
637
  msgid "BuddyPress activity and groups"
638
  msgstr "Buddypress Aktivität und Gruppen"
639
 
640
- #: ../admin/social_sharing.php:619
641
- #: ../admin/social_sharing.php:991
642
- #: ../admin/like_buttons.php:372
643
- #: ../admin/like_buttons.php:615
644
  msgid "BBPress forum"
645
  msgstr "BBPress Forum"
646
 
647
- #: ../admin/social_sharing.php:622
648
- #: ../admin/social_sharing.php:994
649
- #: ../admin/like_buttons.php:375
650
- #: ../admin/like_buttons.php:618
651
  msgid "BBPress topic"
652
  msgstr "BBPress topic"
653
 
654
- #: ../admin/social_sharing.php:625
655
- #: ../admin/like_buttons.php:378
656
  msgid "BBPress reply"
657
  msgstr "BBPress reply"
658
 
659
- #: ../admin/social_sharing.php:635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
  msgid "Specify the pages where you want to enable Sharing interface"
661
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
662
 
663
- #: ../admin/social_sharing.php:643
664
- #: ../admin/social_sharing.php:1012
665
  msgid "Show share counts"
666
  msgstr "conteos muestran acciones"
667
 
668
- #: ../admin/social_sharing.php:653
669
- #: ../admin/social_sharing.php:1022
670
  msgid "If enabled, share counts are displayed above sharing icons."
671
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
672
 
673
- #: ../admin/social_sharing.php:662
674
- #: ../admin/social_sharing.php:1031
 
 
 
 
 
 
 
 
 
 
 
 
675
  #, fuzzy
676
  msgid "Enable 'More' icon"
677
  msgstr "Email Verifizierung aktivieren"
678
 
679
- #: ../admin/social_sharing.php:672
680
- #: ../admin/social_sharing.php:1041
681
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
682
  msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
683
 
684
- #: ../admin/social_sharing.php:682
685
  msgid "Vertical (Floating) Sharing Interface Options"
686
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
687
 
688
- #: ../admin/social_sharing.php:688
689
  msgid "Enable vertical (floating) sharing interface"
690
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
691
 
692
- #: ../admin/social_sharing.php:698
693
  msgid "Master control to enable vertical (floating) sharing widget"
694
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
695
 
696
- #: ../admin/social_sharing.php:874
697
- #: ../admin/like_buttons.php:498
698
  msgid "Background Color"
699
  msgstr "color de fondo"
700
 
701
- #: ../admin/social_sharing.php:884
702
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
703
  msgstr "Geben Sie die Farbe oder Hex-Code (zB # cc78e0) für den Hintergrund der vertikalen Austausch bar. Leer lassen für transparent. Sie können den Hex-Code des gewünschten Farbe von <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> diesen Link </a> erhalten"
704
 
705
- #: ../admin/social_sharing.php:914
706
- #: ../admin/like_buttons.php:538
707
  msgid "Left offset"
708
  msgstr "desplazamiento izquierda"
709
 
710
- #: ../admin/social_sharing.php:924
711
  #, fuzzy
712
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
713
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
714
 
715
- #: ../admin/social_sharing.php:934
716
- #: ../admin/like_buttons.php:558
717
  msgid "Right offset"
718
  msgstr "Versatz nach rechts"
719
 
720
- #: ../admin/social_sharing.php:944
721
  #, fuzzy
722
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
723
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
724
 
725
- #: ../admin/social_sharing.php:953
726
- #: ../admin/like_buttons.php:577
727
  msgid "Top offset"
728
  msgstr "superior compensar"
729
 
730
- #: ../admin/social_sharing.php:963
731
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
732
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
733
 
734
- #: ../admin/social_sharing.php:1004
735
  msgid "Specify the pages where you want to enable vertical Sharing interface"
736
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
737
 
738
- #: ../admin/social_sharing.php:1079
 
 
 
 
 
 
 
 
 
 
 
 
 
739
  msgid "Facebook Sharing Troubleshooter"
740
  msgstr "Facebook Sharing-Ratgeber"
741
 
742
- #: ../admin/social_sharing.php:1084
743
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
744
  msgstr "Wenn Facebook-Sharing ist nicht gut arbeiten, klicken Sie auf den folgenden Link, und geben Sie den problematischen url (wo Facebook-Sharing funktioniert nicht richtig) Ihrer Website in das Textfeld ein:"
745
 
746
- #: ../admin/social_sharing.php:1100
747
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
748
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
749
 
750
- #: ../admin/social_sharing.php:1101
751
  #, fuzzy
752
  msgid "How can I disable sharing on particular page/post?"
753
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
754
 
755
- #: ../admin/social_sharing.php:1102
756
  msgid "How can I specify minimum sharing count for sharing networks?"
757
  msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
758
 
759
- #: ../admin/social_sharing.php:1112
760
- #: ../admin/social_commenting.php:420
761
- #: ../admin/social_login.php:665
762
- #: ../admin/like_buttons.php:655
763
  msgid "Save Changes"
764
  msgstr "&Auml;nderungen speichern"
765
 
@@ -769,19 +838,22 @@ msgid "Social Commenting"
769
  msgstr "Comentarios Facebook"
770
 
771
  #: ../admin/social_commenting.php:11
772
- #: ../admin/social_commenting.php:398
773
- #: ../admin/social_commenting.php:400
774
  msgid "Shortcode"
775
  msgstr "Shortcodes"
776
 
777
  #: ../admin/social_commenting.php:18
778
  #: ../admin/social_commenting.php:24
779
- #: ../admin/social_commenting.php:34
780
- #: ../admin/social_commenting.php:142
781
  #, fuzzy
782
  msgid "Enable Social Commenting"
783
  msgstr "Aktivieren Social Counter"
784
 
 
 
 
 
 
785
  #: ../admin/social_commenting.php:42
786
  msgid "Order of tabs in commenting interface"
787
  msgstr "Reihenfolge der Registerkarten in kommentieren Schnittstelle"
@@ -794,180 +866,175 @@ msgstr "Bestellung der im sozialen kommentieren Schnittstelle gezeigt Registerka
794
  msgid "Comment area label"
795
  msgstr "Kommentarbereich Label"
796
 
797
- #: ../admin/social_commenting.php:71
 
 
 
 
 
798
  msgid "Labels"
799
  msgstr ""
800
 
801
- #: ../admin/social_commenting.php:77
802
  #, fuzzy
803
  msgid "Label for WordPress Commenting tab"
804
  msgstr "WordPress Comentarios"
805
 
806
- #: ../admin/social_commenting.php:87
807
  #, fuzzy
808
  msgid "Label for Facebook Commenting tab"
809
  msgstr "Facebook Kommentarfunktion aktivieren"
810
 
811
- #: ../admin/social_commenting.php:97
812
  #, fuzzy
813
  msgid "Label for G+ Commenting tab"
814
  msgstr "Facebook kommentiert"
815
 
816
- #: ../admin/social_commenting.php:107
817
  msgid "Label for Disqus Commenting tab"
818
  msgstr "Label für kommentierte Registerkarte Disqus"
819
 
820
- #: ../admin/social_commenting.php:118
821
  msgid "Facebook Commenting Options"
822
  msgstr "Einstellungen der Facebook Kommentarfunktion"
823
 
824
- #: ../admin/social_commenting.php:124
825
- msgid "<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation."
826
- msgstr "<strong>Hinweis:</strong> Schreiben Sie uns eine E-Mail an support@heateor.com Book Kommentare Benachrichtigung und Zurückhaltung zu ermöglichen."
 
827
 
828
- #: ../admin/social_commenting.php:132
829
  msgid "Enable Facebook Commenting"
830
  msgstr "Facebook Kommentarfunktion aktivieren"
831
 
832
- #: ../admin/social_commenting.php:150
833
- #: ../admin/social_commenting.php:330
834
  msgid "Url to comment on"
835
  msgstr "URL, die kommentiert werden soll"
836
 
837
- #: ../admin/social_commenting.php:160
838
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
839
  msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
840
 
841
- #: ../admin/social_commenting.php:168
842
- #: ../admin/social_commenting.php:312
843
  msgid "Width"
844
  msgstr "Breite"
845
 
846
- #: ../admin/social_commenting.php:178
847
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
848
  msgstr "Leer lassen, um die automatische Einstellung der Breite. Die Breite (in Pixel) der Kommentare Block."
849
 
850
- #: ../admin/social_commenting.php:186
851
  msgid "Color Scheme"
852
  msgstr "Farbschema"
853
 
854
- #: ../admin/social_commenting.php:190
855
  msgid "Light"
856
  msgstr "Hell"
857
 
858
- #: ../admin/social_commenting.php:191
859
  msgid "Dark"
860
  msgstr "Dunkel"
861
 
862
- #: ../admin/social_commenting.php:199
863
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
864
  msgstr "Das Farbschema, was vom Plugin verwendet werden soll (\"light\" oder \"dark\")"
865
 
866
- #: ../admin/social_commenting.php:207
867
  #, fuzzy
868
  msgid "Number of comments"
869
  msgstr "Anzahl Beitr&auml;ge"
870
 
871
- #: ../admin/social_commenting.php:217
872
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
873
  msgstr "Anzahl anzuzeigender Kommentare. Min. 1. Der Standardwert ist 10."
874
 
875
- #: ../admin/social_commenting.php:225
876
  msgid "Order by"
877
  msgstr "Sortieren nach"
878
 
879
- #: ../admin/social_commenting.php:229
880
  msgid "Social"
881
  msgstr "Sozial"
882
 
883
- #: ../admin/social_commenting.php:230
884
  msgid "Reverse Time"
885
  msgstr "Umkehrzeit"
886
 
887
- #: ../admin/social_commenting.php:231
888
  msgid "Time"
889
  msgstr "Zeit"
890
 
891
- #: ../admin/social_commenting.php:239
892
  msgid "The order to use when displaying comments."
893
  msgstr "Kommentare sortieren nach"
894
 
895
- #: ../admin/social_commenting.php:247
896
- msgid "Mobile"
897
- msgstr "Mobile"
898
-
899
- #: ../admin/social_commenting.php:251
900
- msgid "Auto Detect"
901
- msgstr "Automatische Erkennung"
902
-
903
  #: ../admin/social_commenting.php:252
904
- msgid "True"
905
- msgstr "Ja"
906
-
907
- #: ../admin/social_commenting.php:253
908
- msgid "False"
909
- msgstr "Nein"
910
-
911
- #: ../admin/social_commenting.php:261
912
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
913
- msgstr "Der Boolean legt fest, ob die f&uuml;r Mobilger&auml;te optimierte Version angezeigt werden soll oder nicht"
914
-
915
- #: ../admin/social_commenting.php:269
916
  #: ../admin/like_buttons.php:132
917
  #: ../admin/like_buttons.php:138
918
  msgid "Language"
919
  msgstr "Sprache"
920
 
921
- #: ../admin/social_commenting.php:279
922
  #, php-format
923
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
924
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
925
 
926
- #: ../admin/social_commenting.php:288
927
  #, fuzzy
928
  msgid "Google Plus Commenting Options"
929
  msgstr "Einstellungen der Facebook Kommentarfunktion"
930
 
931
- #: ../admin/social_commenting.php:294
932
- #: ../admin/social_commenting.php:304
933
  #, fuzzy
934
  msgid "Enable Google Plus Commenting"
935
  msgstr "Facebook Kommentarfunktion aktivieren"
936
 
937
- #: ../admin/social_commenting.php:322
938
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
939
  msgstr "Breite Google kommentierte Schnittstelle. Leer lassen für Auto-Einstellung"
940
 
941
- #: ../admin/social_commenting.php:340
942
  #, fuzzy
943
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
944
  msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
945
 
946
- #: ../admin/social_commenting.php:349
947
  #, fuzzy
948
  msgid "Disqus Commenting Options"
949
  msgstr "Einstellungen der Facebook Kommentarfunktion"
950
 
951
- #: ../admin/social_commenting.php:355
952
- #: ../admin/social_commenting.php:365
953
  #, fuzzy
954
  msgid "Enable Disqus Commenting"
955
  msgstr "Facebook Kommentarfunktion aktivieren"
956
 
957
- #: ../admin/social_commenting.php:373
958
  msgid "Disqus Shortname"
959
  msgstr ""
960
 
961
- #: ../admin/social_commenting.php:383
962
  #, fuzzy
963
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
964
  msgstr "<strong>Notwendige zu bedienen Disqus kommentieren.</strong> Sie können es in Ihrem Disqus Plugin-Einstellungen Abschnitt zu finden, wie in der Abbildung unten gezeigt,"
965
 
966
- #: ../admin/social_commenting.php:412
 
 
 
 
 
967
  #, fuzzy
968
  msgid "How can I disable Social Commenting at individual page/post?"
969
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
970
 
 
 
 
 
971
  #: ../admin/social_login.php:10
972
  msgid "Social Login"
973
  msgstr "Soziale Netzwerke Login"
@@ -1136,143 +1203,175 @@ msgstr "F&uuml;r das Kommentarformular aktivieren"
1136
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1137
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1138
 
1139
- #: ../admin/social_login.php:390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1140
  msgid "Auto-approve comments made by Social Login users"
1141
  msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1142
 
1143
- #: ../admin/social_login.php:400
1144
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1145
  msgstr "Wenn diese Option aktiviert ist, und Wordpress Kommentar wird von Social-Login Benutzer vorgenommen werden Kommentar sofort ohne zu halten in Maßen genehmigt zu bekommen."
1146
 
1147
- #: ../admin/social_login.php:401
1148
  msgid "Note: This is not related to Facebook comments"
1149
  msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1150
 
1151
- #: ../admin/social_login.php:411
1152
  msgid "Enable social avatar"
1153
  msgstr "Soziales Profilbild aktivieren"
1154
 
1155
- #: ../admin/social_login.php:421
1156
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1157
  msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1158
 
1159
- #: ../admin/social_login.php:431
1160
  msgid "Avatar quality"
1161
  msgstr "Avatar Qualität"
1162
 
1163
- #: ../admin/social_login.php:434
1164
  msgid "Average"
1165
  msgstr "Durchschnitt"
1166
 
1167
- #: ../admin/social_login.php:435
1168
  msgid "Better"
1169
  msgstr "besser"
1170
 
1171
- #: ../admin/social_login.php:442
1172
  msgid "Choose avatar quality"
1173
  msgstr "Wählen avatar Qualität"
1174
 
1175
- #: ../admin/social_login.php:461
1176
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1177
  msgstr "Wenn diese Funktion aktiviert ist und das soziale Netzwerk die E-Mail nicht bekanntgibt, wird der Benutzer aufgefordert, seine Email anzugeben. Andernfalls wird eine Dummy-Email generiert."
1178
 
1179
- #: ../admin/social_login.php:470
1180
  msgid "Send username-password after user registration"
1181
  msgstr "Benutzername und Passwort nach der Registrierung versenden"
1182
 
1183
- #: ../admin/social_login.php:480
1184
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1185
  msgstr "Bei Aktivierung wird dem Benutzer nach dem Login &uuml;ber ein soziales Netzwerk eine E-Mail mit eigenen Daten zugesandt, sodass der Nutzer sich mit den Daten &uuml;ber das normale Wordpress Login anmelden kann."
1186
 
1187
- #: ../admin/social_login.php:489
1188
  msgid "Enable social account linking at BuddyPress profile page"
1189
  msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1190
 
1191
- #: ../admin/social_login.php:499
1192
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1193
  msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1194
 
1195
- #: ../admin/social_login.php:508
1196
  msgid "Login redirection"
1197
  msgstr "Login Weiterleitung"
1198
 
1199
- #: ../admin/social_login.php:512
1200
  msgid "Same page where user logged in"
1201
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1202
 
1203
- #: ../admin/social_login.php:516
1204
- #: ../admin/social_login.php:546
1205
  msgid "Account dashboard"
1206
  msgstr "Account Dashboard"
1207
 
1208
- #: ../admin/social_login.php:519
1209
- #: ../admin/social_login.php:549
1210
  msgid "BuddyPress profile page"
1211
  msgstr "Buddypress Profilseite"
1212
 
1213
- #: ../admin/social_login.php:522
1214
- #: ../admin/social_login.php:552
1215
  msgid "Custom Url"
1216
  msgstr "Spezielle URL"
1217
 
1218
- #: ../admin/social_login.php:530
1219
  msgid "User will be redirected to the selected page after Social Login"
1220
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1221
 
1222
- #: ../admin/social_login.php:538
1223
  msgid "Registration redirection"
1224
  msgstr "Registrierung Umleitung"
1225
 
1226
- #: ../admin/social_login.php:542
1227
  #, fuzzy
1228
  msgid "Same page from where user registered"
1229
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1230
 
1231
- #: ../admin/social_login.php:560
1232
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1233
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1234
 
1235
- #: ../admin/social_login.php:568
1236
  msgid "Email popup options"
1237
  msgstr "Email Popup-Optionen"
1238
 
1239
- #: ../admin/social_login.php:574
1240
  msgid "Text on 'Email required' popup"
1241
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1242
 
1243
- #: ../admin/social_login.php:584
1244
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1245
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1246
 
1247
- #: ../admin/social_login.php:593
1248
  msgid "Error message for 'Email required' popup"
1249
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1250
 
1251
- #: ../admin/social_login.php:603
1252
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1253
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1254
 
1255
- #: ../admin/social_login.php:612
1256
  msgid "Email popup height"
1257
  msgstr "Email Popup Höhe"
1258
 
1259
- #: ../admin/social_login.php:622
1260
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1261
  msgstr "Wenn Sie sehen vertikale Bildlaufleiste in der \"Email erforderlich\" Popup können Sie die Höhe des Popup, indem Sie in dieser Option erhöhen. Leer lassen für Standard."
1262
 
1263
- #: ../admin/social_login.php:630
1264
  msgid "Enable email verification"
1265
  msgstr "Email Verifizierung aktivieren"
1266
 
1267
- #: ../admin/social_login.php:640
1268
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1269
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1270
 
1271
- #: ../admin/social_login.php:656
1272
  #, fuzzy
1273
- msgid "Sortcode & Widget"
1274
  msgstr "Widgets und shortcodes"
1275
 
 
 
 
 
1276
  #: ../admin/admin.php:8
1277
  msgid "Welcome"
1278
  msgstr "Willkommen"
@@ -1336,115 +1435,149 @@ msgid "Enter the code of the language you want to use to render counters. You ca
1336
  msgstr "Geben Sie den Code der Sprache, die Sie verwenden, um Zähler machen wollen. Sie können die Sprachcodes unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> finden. Leer lassen für Standardsprache (Englisch)"
1337
 
1338
  #: ../admin/like_buttons.php:157
1339
- msgid "Twitter username in tweet button"
1340
- msgstr "Twitter Benutzername in tweet Taste"
 
 
 
 
 
 
1341
 
1342
  #: ../admin/like_buttons.php:173
1343
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1344
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
1345
 
1346
- #: ../admin/like_buttons.php:183
 
 
 
 
 
 
 
 
 
 
1347
  #, fuzzy
1348
  msgid "Horizontal Interface Options"
1349
  msgstr "Horizontale Zähler Schnittstellenoptionen"
1350
 
1351
- #: ../admin/like_buttons.php:189
1352
  #, fuzzy
1353
  msgid "Enable horizontal interface"
1354
  msgstr "Aktivieren Horizontalzähler Schnittstelle"
1355
 
1356
- #: ../admin/like_buttons.php:199
1357
  #, fuzzy
1358
  msgid "Master control to enable horizontal like buttons"
1359
  msgstr "Master-Regler auf Horizontalzähler aktivieren"
1360
 
1361
- #: ../admin/like_buttons.php:224
1362
- #: ../admin/like_buttons.php:439
1363
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1364
  msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
1365
 
1366
- #: ../admin/like_buttons.php:242
1367
  #, fuzzy
1368
  msgid "The text to display above the interface"
1369
  msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
1370
 
1371
- #: ../admin/like_buttons.php:250
1372
- #: ../admin/like_buttons.php:447
1373
  msgid "Select and rearrange providers"
1374
  msgstr "Wählen und ordnen Anbieter"
1375
 
1376
- #: ../admin/like_buttons.php:294
1377
- #: ../admin/like_buttons.php:490
1378
  #, fuzzy
1379
  msgid "Select the providers for interface. Drag them to rearrange."
1380
  msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
1381
 
1382
- #: ../admin/like_buttons.php:316
1383
- #: ../admin/like_buttons.php:529
1384
  #, fuzzy
1385
  msgid "Horizontal alignment of the interface"
1386
  msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
1387
 
1388
- #: ../admin/like_buttons.php:337
1389
  #, fuzzy
1390
  msgid "Specify position of the interface with respect to the content"
1391
  msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
1392
 
1393
- #: ../admin/like_buttons.php:345
1394
- #: ../admin/like_buttons.php:595
1395
  #, fuzzy
1396
  msgid "Interface location"
1397
  msgstr "Gegen Lage"
1398
 
1399
- #: ../admin/like_buttons.php:388
1400
  #, fuzzy
1401
  msgid "Specify the pages where you want to enable interface"
1402
  msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
1403
 
1404
- #: ../admin/like_buttons.php:398
1405
  #, fuzzy
1406
  msgid "Vertical (Floating) like buttons Options"
1407
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
1408
 
1409
- #: ../admin/like_buttons.php:404
1410
  #, fuzzy
1411
  msgid "Enable vertical (floating) like buttons"
1412
  msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
1413
 
1414
- #: ../admin/like_buttons.php:414
1415
  msgid "Master control to enable vertical (floating) counter widget"
1416
  msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
1417
 
1418
- #: ../admin/like_buttons.php:508
1419
  #, fuzzy
1420
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1421
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1422
 
1423
- #: ../admin/like_buttons.php:548
1424
  #, fuzzy
1425
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1426
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
1427
 
1428
- #: ../admin/like_buttons.php:568
1429
  #, fuzzy
1430
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1431
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
1432
 
1433
- #: ../admin/like_buttons.php:587
1434
  #, fuzzy
1435
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1436
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
1437
 
1438
- #: ../admin/like_buttons.php:628
1439
  #, fuzzy
1440
  msgid "Specify the pages where you want to enable vertical interface"
1441
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
1442
 
1443
- #: ../inc/social_sharing.php:539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1444
  msgid "Invalid request"
1445
  msgstr "Ungültige Anforderung"
1446
 
1447
- #: ../inc/social_sharing.php:546
1448
  msgid "Providers not selected"
1449
  msgstr "Provider nicht aktiviert"
1450
 
@@ -1465,28 +1598,28 @@ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\
1465
  msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1466
 
1467
  #: ../inc/widget.php:79
1468
- #: ../inc/widget.php:218
1469
- #: ../inc/widget.php:518
1470
  msgid "Title:"
1471
  msgstr "Titel:"
1472
 
1473
  #: ../inc/widget.php:81
1474
- #: ../inc/widget.php:230
1475
- #: ../inc/widget.php:528
1476
  msgid "Before widget content:"
1477
  msgstr "Vor dem Widget-Inhalt"
1478
 
1479
  #: ../inc/widget.php:83
1480
- #: ../inc/widget.php:232
1481
- #: ../inc/widget.php:530
1482
  msgid "After widget content:"
1483
  msgstr "Nach dem Widget Inhalt"
1484
 
1485
  #: ../inc/widget.php:86
1486
- #: ../inc/widget.php:234
1487
- #: ../inc/widget.php:395
1488
- #: ../inc/widget.php:532
1489
- #: ../inc/widget.php:682
1490
  msgid "Hide for logged in users:"
1491
  msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1492
 
@@ -1494,75 +1627,133 @@ msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1494
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1495
  msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, Inhalte &uuml;ber soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ usw. zu teilen"
1496
 
1497
- #: ../inc/widget.php:217
1498
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1499
  msgstr "Stellen Sie sicher, \"Horizontal Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1500
 
1501
- #: ../inc/widget.php:220
1502
- #: ../inc/widget.php:366
1503
- msgid "Show share counts:"
 
1504
  msgstr "Zeigen Aktie zählt:"
1505
 
1506
- #: ../inc/widget.php:222
1507
- #: ../inc/widget.php:368
1508
- #: ../inc/widget.php:520
1509
- #: ../inc/widget.php:655
 
 
 
 
 
 
1510
  msgid "Target Url:"
1511
  msgstr "Ziel-URL:"
1512
 
1513
- #: ../inc/widget.php:224
1514
- #: ../inc/widget.php:370
1515
- #: ../inc/widget.php:522
1516
- #: ../inc/widget.php:657
1517
  msgid "Select"
1518
  msgstr "wählen"
1519
 
1520
- #: ../inc/widget.php:253
1521
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1522
  msgstr "Vertikale Floating-Sharing-Widget. Lassen Sie Ihre Website-Nutzer teilen Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ und viele mehr"
1523
 
1524
- #: ../inc/widget.php:365
1525
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1526
  msgstr "Stellen Sie sicher, \"Vertical Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1527
 
1528
- #: ../inc/widget.php:376
1529
- #: ../inc/widget.php:663
1530
  msgid "Alignment"
1531
  msgstr "Ausrichtung"
1532
 
1533
- #: ../inc/widget.php:382
1534
- #: ../inc/widget.php:669
1535
  msgid "Left Offset"
1536
  msgstr "Left Offset"
1537
 
1538
- #: ../inc/widget.php:386
1539
- #: ../inc/widget.php:673
1540
  msgid "Right Offset"
1541
  msgstr "Rechter Offset"
1542
 
1543
- #: ../inc/widget.php:389
1544
- #: ../inc/widget.php:676
1545
  msgid "Top Offset"
1546
  msgstr "Top Offset"
1547
 
1548
- #: ../inc/widget.php:414
1549
  #, fuzzy
1550
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1551
  msgstr "Horizontalzähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1552
 
1553
- #: ../inc/widget.php:517
1554
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1555
  msgstr "Stellen Sie sicher, \"Horizontale wie Knöpfe \" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1556
 
1557
- #: ../inc/widget.php:551
1558
  #, fuzzy
1559
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1560
  msgstr "Vertikale schwimm Zähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1561
 
1562
- #: ../inc/widget.php:654
1563
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1564
  msgstr "Stellen Sie sicher, \"Vertical wie Knöpfe\" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1565
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1566
  #~ msgid ""
1567
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1568
  #~ "redirect_uri</strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 21:54+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 21:56+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Stellen Sie sicher, cURL auf Ihre Website-Server aktiviert. Möglicherweise müssen Sie den Server-Administrator Ihrer Website kontaktieren, um dies zu überprüfen"
27
 
28
+ #: ../super_socializer.php:351
29
  msgid "Please verify your email address to login."
30
  msgstr "Bitte best&auml;tigen Sie ihre E-Mail Adresse, um sich einzuloggen"
31
 
32
+ #: ../super_socializer.php:351
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Ihre E-Mail Adresse wurde erfolgreich best&auml;tigt. Sie k&ouml;nnen sich nun einloggen."
35
 
36
+ #: ../super_socializer.php:355
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Bitte geben Sie eine g&uuml;ltige E-Mail Adresse an."
44
 
45
+ #: ../super_socializer.php:377
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "&Uuml;berpr&uuml;fen Sie ihren Posteingang, um die Registrierung zu vollenden."
48
 
49
+ #: ../super_socializer.php:390
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Führen Sie die Schritte 11 und 12 bei Google App-Konfigurationsseite, um zu öffnen"
52
 
53
+ #: ../super_socializer.php:468
54
  msgid "Leave a reply"
55
  msgstr "Hinterlasse eine Antwort"
56
 
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr ""
65
+
66
  #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "Ziel-URL"
70
+
71
+ #: ../super_socializer.php:612
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
74
 
75
+ #: ../super_socializer.php:616
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
78
 
80
  msgid "Options saved successfully"
81
  msgstr "&Auml;nderungen gespeichert"
82
 
83
+ #: ../helper.php:149
84
  msgid "Click to show help"
85
  msgstr "Für Hilfe zeigen"
86
 
87
+ #: ../helper.php:149
88
  msgid "Click to hide help"
89
  msgstr "Für Hilfe verbergen"
90
 
91
+ #: ../helper.php:189
92
  msgid "Settings"
93
  msgstr "Configuración"
94
 
95
+ #: ../helper.php:502
96
  msgid "Account linked successfully"
97
  msgstr "Konto erfolgreich verbunden"
98
 
99
+ #: ../helper.php:506
100
  msgid "Account already exists or linked"
101
  msgstr "Konto bereits vorhanden oder verknüpft"
102
 
103
+ #: ../helper.php:515
104
  #, fuzzy
105
  msgid "You are already connected with"
106
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
107
 
108
+ #: ../helper.php:515
109
  msgid "as primary social network"
110
  msgstr "als primäre soziale Netz"
111
 
112
+ #: ../helper.php:530
113
  msgid "Link your social account to login to your account at this website"
114
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
115
 
116
+ #: ../helper.php:567
117
  msgid "Currently"
118
  msgstr "zur Zeit"
119
 
120
+ #: ../helper.php:567
121
  msgid "Remove"
122
  msgstr "entfernen"
123
 
124
+ #: ../helper.php:668
125
  msgid "Disable Horizontal Social Sharing on this "
126
  msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
127
 
128
+ #: ../helper.php:673
129
  msgid "Disable Vertical Social Sharing on this "
130
  msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
131
 
132
+ #: ../helper.php:678
133
  #, fuzzy
134
  msgid "Disable Horizontal like buttons on this "
135
  msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
136
 
137
+ #: ../helper.php:683
138
  #, fuzzy
139
  msgid "Disable Vertical like buttons on this "
140
  msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
141
 
142
+ #: ../helper.php:688
143
  #, fuzzy
144
  msgid "Disable Social Commenting on this "
145
  msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
146
 
147
+ #: ../helper.php:697
148
  #, fuzzy
149
  msgid "Horizontal sharing"
150
  msgstr "Horizontale Anzeige"
151
 
152
+ #: ../helper.php:703
153
+ #: ../helper.php:722
154
  #, fuzzy
155
  msgid "Starting share count for "
156
  msgstr "conteos muestran acciones"
157
 
158
+ #: ../helper.php:716
159
  #, fuzzy
160
  msgid "Vertical sharing"
161
  msgstr "Social Sharing"
176
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
177
  msgstr "Wir sind ein kreatives Team mit einzigartigen Ideen im Kopf und Service im Herzen. Wir lieben, was wir tun. Für mehr Informationen besuchen Sie uns auf"
178
 
179
+ #: ../admin/help.php:18
180
  msgid "Plugin Demo"
181
  msgstr "Plugin Demo"
182
 
183
+ #: ../admin/help.php:24
184
+ msgid "Add-ons"
185
+ msgstr ""
186
 
187
+ #: ../admin/help.php:29
188
+ msgid "Need Help?"
189
+ msgstr ""
190
 
191
+ #: ../admin/help.php:31
192
  #, fuzzy
193
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
194
+ msgstr "Wenn Sie benutzerdefinierte Funktionen im Plugin möchten, kann ich für Sie tun. Schreiben Sie mir einfach eine E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
195
 
 
 
 
 
 
196
  #: ../admin/help.php:36
197
+ #, fuzzy
198
+ msgid "Support Us"
199
+ msgstr "Unterstützung"
200
+
201
+ #: ../admin/help.php:39
202
+ #: ../admin/help.php:42
203
+ #: ../admin/help.php:43
204
+ #: ../admin/help.php:44
205
+ #: ../admin/help.php:45
206
+ #: ../admin/help.php:46
207
  msgid "Rate 5-star"
208
  msgstr "Bewerten Sie 5-Sterne-"
209
 
210
+ #: ../admin/help.php:54
211
+ #: ../admin/social_sharing.php:437
212
+ #: ../admin/social_sharing.php:815
213
  #: ../admin/social_login.php:46
214
  msgid "Facebook"
215
  msgstr ""
216
 
 
 
 
 
 
 
 
 
 
217
  #: ../admin/social_sharing.php:11
218
  #: ../admin/social_sharing.php:22
219
  #: ../admin/social_login.php:9
234
  msgstr "Position der Leiste"
235
 
236
  #: ../admin/social_sharing.php:14
237
+ #: ../admin/social_sharing.php:1192
 
238
  #: ../admin/social_login.php:11
239
+ #: ../admin/social_login.php:714
240
  #: ../admin/like_buttons.php:13
241
+ #: ../admin/like_buttons.php:712
 
242
  msgid "Shortcode & Widget"
243
  msgstr "Widgets und shortcodes"
244
 
247
  msgstr "Störungssucher"
248
 
249
  #: ../admin/social_sharing.php:16
250
+ #: ../admin/social_sharing.php:1223
251
  #: ../admin/social_commenting.php:12
252
+ #: ../admin/social_commenting.php:393
253
  msgid "FAQ"
254
  msgstr "FAQ"
255
 
321
  msgid "Vertical interface options"
322
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
323
 
324
+ #: ../admin/social_sharing.php:233
325
+ msgid "Modernizr"
326
+ msgstr ""
327
+
328
+ #: ../admin/social_sharing.php:239
329
+ msgid "Do not load Modernizr JS"
330
+ msgstr ""
331
+
332
+ #: ../admin/social_sharing.php:249
333
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
334
+ msgstr ""
335
+
336
+ #: ../admin/social_sharing.php:258
337
  #: ../admin/like_buttons.php:51
338
  #, fuzzy
339
  msgid "Url shortener"
340
  msgstr "bit.ly url acortador"
341
 
342
+ #: ../admin/social_sharing.php:264
343
  msgid "Use shortlinks already installed"
344
  msgstr "Verwenden Short bereits installiert"
345
 
346
+ #: ../admin/social_sharing.php:274
347
  #: ../admin/like_buttons.php:67
348
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
349
  msgstr "Ermöglicht verkürzte URLs beim Teilen von Inhalten, wenn eine Verkürzung Plugin installiert ist, um verwendet werden"
350
 
351
+ #: ../admin/social_sharing.php:282
352
  msgid "Enable bit.ly url shortener for sharing"
353
  msgstr "Aktivieren bit.ly URL Shortener für die gemeinsame Nutzung"
354
 
355
+ #: ../admin/social_sharing.php:292
356
  #: ../admin/like_buttons.php:85
357
  msgid "Master control to enable bit.ly url shortening for sharing"
358
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
359
 
360
+ #: ../admin/social_sharing.php:300
361
  #: ../admin/like_buttons.php:93
362
  msgid "bit.ly username"
363
  msgstr "bit.ly Benutzername"
364
 
365
+ #: ../admin/social_sharing.php:310
366
  #: ../admin/like_buttons.php:103
367
  #, php-format
368
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
369
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
370
 
371
+ #: ../admin/social_sharing.php:319
372
  #: ../admin/like_buttons.php:112
373
  msgid "bit.ly API Key"
374
  msgstr "bit.ly API Key"
375
 
376
+ #: ../admin/social_sharing.php:329
377
  #: ../admin/like_buttons.php:122
378
  #, php-format
379
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
380
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
381
 
382
+ #: ../admin/social_sharing.php:339
383
  msgid "Twitter username in sharing"
384
  msgstr "Twitter Benutzername in Sharing"
385
 
386
+ #: ../admin/social_sharing.php:345
 
387
  msgid "Twitter username (without @)"
388
  msgstr "Twitter Benutzername (ohne @)"
389
 
390
+ #: ../admin/social_sharing.php:355
391
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
392
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
393
 
394
+ #: ../admin/social_sharing.php:365
395
  msgid "Horizontal Sharing Interface Options"
396
  msgstr "Horizontale Freigabe Schnittstellenoptionen"
397
 
398
+ #: ../admin/social_sharing.php:371
399
  msgid "Enable horizontal sharing interface"
400
  msgstr "Aktivieren Sie horizontal Sharing-Schnittstelle"
401
 
402
+ #: ../admin/social_sharing.php:381
403
  msgid "Master control to enable horizontal sharing"
404
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
405
 
406
+ #: ../admin/social_sharing.php:391
407
+ #: ../admin/social_sharing.php:787
408
+ #: ../admin/like_buttons.php:227
409
+ #: ../admin/like_buttons.php:465
410
  msgid "Target Url"
411
  msgstr "Ziel-URL"
412
 
413
+ #: ../admin/social_sharing.php:395
414
+ #: ../admin/social_sharing.php:791
415
+ #: ../admin/like_buttons.php:231
416
+ #: ../admin/like_buttons.php:469
417
  msgid "Url of the webpage where icons are located (default)"
418
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
419
 
420
+ #: ../admin/social_sharing.php:397
421
+ #: ../admin/social_sharing.php:793
422
+ #: ../admin/like_buttons.php:233
423
+ #: ../admin/like_buttons.php:471
424
  msgid "Url of the homepage of your website"
425
  msgstr "URL der Homepage Ihrer Website"
426
 
427
+ #: ../admin/social_sharing.php:399
428
+ #: ../admin/social_sharing.php:795
429
+ #: ../admin/like_buttons.php:235
430
+ #: ../admin/like_buttons.php:473
431
  msgid "Custom url"
432
  msgstr "Spezielle URL"
433
 
434
+ #: ../admin/social_sharing.php:406
435
+ #: ../admin/social_sharing.php:802
436
  msgid "Url to share"
437
  msgstr "URL zu teilen"
438
 
439
+ #: ../admin/social_sharing.php:414
440
  #: ../admin/social_login.php:314
441
+ #: ../admin/like_buttons.php:250
442
  msgid "Title"
443
  msgstr "Titel"
444
 
445
+ #: ../admin/social_sharing.php:424
446
  msgid "The text to display above the sharing interface"
447
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
448
 
449
+ #: ../admin/social_sharing.php:432
450
+ #: ../admin/social_sharing.php:810
451
  #: ../admin/social_login.php:41
452
  msgid "Select providers"
453
  msgstr "Anbieter ausw&auml;hlen"
454
 
455
+ #: ../admin/social_sharing.php:442
456
+ #: ../admin/social_sharing.php:820
457
  #: ../admin/social_login.php:50
458
  msgid "Twitter"
459
  msgstr ""
460
 
461
+ #: ../admin/social_sharing.php:447
462
+ #: ../admin/social_sharing.php:825
463
  #: ../admin/social_login.php:54
464
  msgid "LinkedIn"
465
  msgstr ""
466
 
467
+ #: ../admin/social_sharing.php:452
468
+ #: ../admin/social_sharing.php:830
469
  #: ../admin/social_login.php:58
470
  msgid "Google+"
471
  msgstr ""
472
 
473
+ #: ../admin/social_sharing.php:457
474
+ #: ../admin/social_sharing.php:835
475
  msgid "Print"
476
  msgstr "Druck"
477
 
478
+ #: ../admin/social_sharing.php:462
479
+ #: ../admin/social_sharing.php:840
480
  msgid "Email"
481
  msgstr ""
482
 
483
+ #: ../admin/social_sharing.php:467
484
+ #: ../admin/social_sharing.php:845
485
  msgid "Yahoo"
486
  msgstr ""
487
 
488
+ #: ../admin/social_sharing.php:472
489
+ #: ../admin/social_sharing.php:850
490
  msgid "Reddit"
491
  msgstr ""
492
 
493
+ #: ../admin/social_sharing.php:477
494
+ #: ../admin/social_sharing.php:855
495
  msgid "Digg"
496
  msgstr ""
497
 
498
+ #: ../admin/social_sharing.php:482
499
+ #: ../admin/social_sharing.php:860
500
  msgid "Delicious"
501
  msgstr ""
502
 
503
+ #: ../admin/social_sharing.php:487
504
+ #: ../admin/social_sharing.php:865
505
  msgid "StumbleUpon"
506
  msgstr ""
507
 
508
+ #: ../admin/social_sharing.php:492
509
+ #: ../admin/social_sharing.php:870
510
  msgid "Float it"
511
  msgstr ""
512
 
513
+ #: ../admin/social_sharing.php:497
514
+ #: ../admin/social_sharing.php:875
515
  msgid "Tumblr"
516
  msgstr ""
517
 
518
+ #: ../admin/social_sharing.php:502
519
+ #: ../admin/social_sharing.php:880
520
  #: ../admin/social_login.php:62
521
  msgid "Vkontakte"
522
  msgstr ""
523
 
524
+ #: ../admin/social_sharing.php:507
525
+ #: ../admin/social_sharing.php:885
526
  msgid "Pinterest"
527
  msgstr ""
528
 
529
+ #: ../admin/social_sharing.php:512
530
+ #: ../admin/social_sharing.php:890
531
  #: ../admin/social_login.php:70
532
  msgid "Xing"
533
  msgstr ""
534
 
535
+ #: ../admin/social_sharing.php:517
536
+ #: ../admin/social_sharing.php:895
537
  msgid "Whatsapp"
538
  msgstr ""
539
 
540
+ #: ../admin/social_sharing.php:522
541
+ #: ../admin/social_sharing.php:900
542
+ msgid "Yummly"
543
+ msgstr ""
544
+
545
+ #: ../admin/social_sharing.php:527
546
+ #: ../admin/social_sharing.php:905
547
+ msgid "Buffer"
548
+ msgstr ""
549
+
550
+ #: ../admin/social_sharing.php:535
551
+ #: ../admin/social_sharing.php:913
552
  msgid "Select the providers for sharing interface"
553
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
554
 
555
+ #: ../admin/social_sharing.php:543
556
+ #: ../admin/social_sharing.php:921
557
  msgid "Rearrange icons"
558
  msgstr "Reihenfolge der Icons &auml;ndern"
559
 
560
+ #: ../admin/social_sharing.php:578
561
+ #: ../admin/social_sharing.php:956
562
  msgid "Drag the icons to rearrange in desired order"
563
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
564
 
565
+ #: ../admin/social_sharing.php:586
566
+ #: ../admin/social_sharing.php:982
567
+ #: ../admin/like_buttons.php:320
568
+ #: ../admin/like_buttons.php:557
569
  msgid "Horizontal alignment"
570
  msgstr "Horizontale Anzeige"
571
 
572
+ #: ../admin/social_sharing.php:590
573
+ #: ../admin/social_sharing.php:986
574
+ #: ../admin/like_buttons.php:324
575
+ #: ../admin/like_buttons.php:561
576
  msgid "Left"
577
  msgstr "izquierda"
578
 
579
+ #: ../admin/social_sharing.php:591
580
+ #: ../admin/like_buttons.php:325
581
  msgid "Center"
582
  msgstr "Zentrum"
583
 
584
+ #: ../admin/social_sharing.php:592
585
+ #: ../admin/social_sharing.php:987
586
+ #: ../admin/like_buttons.php:326
587
+ #: ../admin/like_buttons.php:562
588
  msgid "Right"
589
  msgstr "rechts"
590
 
591
+ #: ../admin/social_sharing.php:600
592
+ #: ../admin/social_sharing.php:995
593
  msgid "Horizontal alignment of the sharing interface"
594
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
595
 
596
+ #: ../admin/social_sharing.php:608
597
+ #: ../admin/like_buttons.php:342
598
  msgid "Position with respect to content"
599
  msgstr "Relative Position zum Inhalt"
600
 
601
+ #: ../admin/social_sharing.php:612
602
+ #: ../admin/like_buttons.php:346
603
  msgid "Top of the content"
604
  msgstr "&Uuml;ber dem Inhalt"
605
 
606
+ #: ../admin/social_sharing.php:614
607
+ #: ../admin/like_buttons.php:348
608
  msgid "Bottom of the content"
609
  msgstr "Unter dem Inhalt"
610
 
611
+ #: ../admin/social_sharing.php:621
612
  msgid "Specify position of the sharing interface with respect to the content"
613
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
614
 
615
+ #: ../admin/social_sharing.php:629
616
+ #: ../admin/social_sharing.php:1061
617
  msgid "Sharing location"
618
  msgstr "Position der Leiste"
619
 
620
+ #: ../admin/social_sharing.php:633
621
+ #: ../admin/social_sharing.php:1065
622
+ #: ../admin/social_login.php:574
623
+ #: ../admin/social_login.php:604
624
+ #: ../admin/like_buttons.php:367
625
+ #: ../admin/like_buttons.php:640
626
  msgid "Homepage"
627
  msgstr "Startseite"
628
 
629
+ #: ../admin/social_sharing.php:635
630
+ #: ../admin/social_sharing.php:1067
631
+ #: ../admin/like_buttons.php:369
632
+ #: ../admin/like_buttons.php:642
633
  msgid "Posts"
634
  msgstr "Beitrag"
635
 
636
+ #: ../admin/social_sharing.php:637
637
+ #: ../admin/social_sharing.php:1069
638
+ #: ../admin/like_buttons.php:371
639
+ #: ../admin/like_buttons.php:644
640
  msgid "Pages"
641
  msgstr "Seite"
642
 
643
+ #: ../admin/social_sharing.php:639
644
+ #: ../admin/social_sharing.php:1071
645
+ #: ../admin/like_buttons.php:373
646
+ #: ../admin/like_buttons.php:646
647
  msgid "Excerpts"
648
  msgstr "Vorschau"
649
 
650
+ #: ../admin/social_sharing.php:641
651
+ #: ../admin/social_sharing.php:1073
652
+ #: ../admin/like_buttons.php:375
653
+ #: ../admin/like_buttons.php:648
654
  msgid "Category Archives"
655
  msgstr "Archivos de la categoría"
656
 
657
+ #: ../admin/social_sharing.php:643
658
+ #: ../admin/social_sharing.php:1075
659
+ #: ../admin/like_buttons.php:377
660
+ #: ../admin/like_buttons.php:650
661
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
662
  msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
663
 
664
+ #: ../admin/social_sharing.php:659
665
+ #: ../admin/like_buttons.php:393
666
  msgid "BuddyPress activity and groups"
667
  msgstr "Buddypress Aktivität und Gruppen"
668
 
669
+ #: ../admin/social_sharing.php:665
670
+ #: ../admin/social_sharing.php:1090
671
+ #: ../admin/like_buttons.php:400
672
+ #: ../admin/like_buttons.php:665
673
  msgid "BBPress forum"
674
  msgstr "BBPress Forum"
675
 
676
+ #: ../admin/social_sharing.php:668
677
+ #: ../admin/social_sharing.php:1093
678
+ #: ../admin/like_buttons.php:403
679
+ #: ../admin/like_buttons.php:668
680
  msgid "BBPress topic"
681
  msgstr "BBPress topic"
682
 
683
+ #: ../admin/social_sharing.php:671
684
+ #: ../admin/like_buttons.php:406
685
  msgid "BBPress reply"
686
  msgstr "BBPress reply"
687
 
688
+ #: ../admin/social_sharing.php:678
689
+ #: ../admin/like_buttons.php:412
690
+ msgid "After individual product at WooCommerce Shop page"
691
+ msgstr "Nach einzelnen Produkt WooCommerce Shop-Seite"
692
+
693
+ #: ../admin/social_sharing.php:681
694
+ #: ../admin/like_buttons.php:415
695
+ msgid "WooCommerce Product Page"
696
+ msgstr "WooCommerce Product Page"
697
+
698
+ #: ../admin/social_sharing.php:684
699
+ #: ../admin/like_buttons.php:418
700
+ msgid "WooCommerce Thankyou Page"
701
+ msgstr "WooCommerce Thankyou Seite"
702
+
703
+ #: ../admin/social_sharing.php:695
704
  msgid "Specify the pages where you want to enable Sharing interface"
705
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
706
 
707
+ #: ../admin/social_sharing.php:703
708
+ #: ../admin/social_sharing.php:1111
709
  msgid "Show share counts"
710
  msgstr "conteos muestran acciones"
711
 
712
+ #: ../admin/social_sharing.php:713
713
+ #: ../admin/social_sharing.php:1121
714
  msgid "If enabled, share counts are displayed above sharing icons."
715
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
716
 
717
+ #: ../admin/social_sharing.php:722
718
+ #: ../admin/social_sharing.php:1130
719
+ #, fuzzy
720
+ msgid "Show total shares"
721
+ msgstr "conteos muestran acciones"
722
+
723
+ #: ../admin/social_sharing.php:732
724
+ #: ../admin/social_sharing.php:1140
725
+ #, fuzzy
726
+ msgid "If enabled, total shares will be displayed with sharing icons"
727
+ msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
728
+
729
+ #: ../admin/social_sharing.php:741
730
+ #: ../admin/social_sharing.php:1149
731
  #, fuzzy
732
  msgid "Enable 'More' icon"
733
  msgstr "Email Verifizierung aktivieren"
734
 
735
+ #: ../admin/social_sharing.php:751
736
+ #: ../admin/social_sharing.php:1159
737
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
738
  msgstr "Falls aktiviert, wird Symbol \"More \" nach ausgewählten Sharing Symbole angezeigt werden, die zusätzliche Tauschbörsen im Popup zeigt"
739
 
740
+ #: ../admin/social_sharing.php:761
741
  msgid "Vertical (Floating) Sharing Interface Options"
742
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
743
 
744
+ #: ../admin/social_sharing.php:767
745
  msgid "Enable vertical (floating) sharing interface"
746
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
747
 
748
+ #: ../admin/social_sharing.php:777
749
  msgid "Master control to enable vertical (floating) sharing widget"
750
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
751
 
752
+ #: ../admin/social_sharing.php:964
753
+ #: ../admin/like_buttons.php:539
754
  msgid "Background Color"
755
  msgstr "color de fondo"
756
 
757
+ #: ../admin/social_sharing.php:974
758
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
759
  msgstr "Geben Sie die Farbe oder Hex-Code (zB # cc78e0) für den Hintergrund der vertikalen Austausch bar. Leer lassen für transparent. Sie können den Hex-Code des gewünschten Farbe von <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> diesen Link </a> erhalten"
760
 
761
+ #: ../admin/social_sharing.php:1004
762
+ #: ../admin/like_buttons.php:579
763
  msgid "Left offset"
764
  msgstr "desplazamiento izquierda"
765
 
766
+ #: ../admin/social_sharing.php:1014
767
  #, fuzzy
768
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
769
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
770
 
771
+ #: ../admin/social_sharing.php:1024
772
+ #: ../admin/like_buttons.php:599
773
  msgid "Right offset"
774
  msgstr "Versatz nach rechts"
775
 
776
+ #: ../admin/social_sharing.php:1034
777
  #, fuzzy
778
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
779
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
780
 
781
+ #: ../admin/social_sharing.php:1043
782
+ #: ../admin/like_buttons.php:618
783
  msgid "Top offset"
784
  msgstr "superior compensar"
785
 
786
+ #: ../admin/social_sharing.php:1053
787
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
788
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
789
 
790
+ #: ../admin/social_sharing.php:1103
791
  msgid "Specify the pages where you want to enable vertical Sharing interface"
792
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
793
 
794
+ #: ../admin/social_sharing.php:1167
795
+ msgid "Hide sharing on mobile devices"
796
+ msgstr "Ausblenden teilen auf mobilen Geräten"
797
+
798
+ #: ../admin/social_sharing.php:1177
799
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
800
+ msgstr "Wenn aktiviert, werden vertikale Sharing-Schnittstelle nicht auf mobilen Geräten angezeigt werden"
801
+
802
+ #: ../admin/social_sharing.php:1194
803
+ #, fuzzy
804
+ msgid "Social Sharing Shortcode & Widget"
805
+ msgstr "Widgets und shortcodes"
806
+
807
+ #: ../admin/social_sharing.php:1204
808
  msgid "Facebook Sharing Troubleshooter"
809
  msgstr "Facebook Sharing-Ratgeber"
810
 
811
+ #: ../admin/social_sharing.php:1209
812
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
813
  msgstr "Wenn Facebook-Sharing ist nicht gut arbeiten, klicken Sie auf den folgenden Link, und geben Sie den problematischen url (wo Facebook-Sharing funktioniert nicht richtig) Ihrer Website in das Textfeld ein:"
814
 
815
+ #: ../admin/social_sharing.php:1225
816
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
817
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
818
 
819
+ #: ../admin/social_sharing.php:1226
820
  #, fuzzy
821
  msgid "How can I disable sharing on particular page/post?"
822
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
823
 
824
+ #: ../admin/social_sharing.php:1227
825
  msgid "How can I specify minimum sharing count for sharing networks?"
826
  msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
827
 
828
+ #: ../admin/social_sharing.php:1237
829
+ #: ../admin/social_commenting.php:404
830
+ #: ../admin/social_login.php:726
831
+ #: ../admin/like_buttons.php:723
832
  msgid "Save Changes"
833
  msgstr "&Auml;nderungen speichern"
834
 
838
  msgstr "Comentarios Facebook"
839
 
840
  #: ../admin/social_commenting.php:11
841
+ #: ../admin/social_commenting.php:381
 
842
  msgid "Shortcode"
843
  msgstr "Shortcodes"
844
 
845
  #: ../admin/social_commenting.php:18
846
  #: ../admin/social_commenting.php:24
847
+ #: ../admin/social_commenting.php:147
 
848
  #, fuzzy
849
  msgid "Enable Social Commenting"
850
  msgstr "Aktivieren Social Counter"
851
 
852
+ #: ../admin/social_commenting.php:34
853
+ #, fuzzy
854
+ msgid "Master control to enable Social Commenting"
855
+ msgstr "Master-Regler auf horizontale Freigabe aktivieren"
856
+
857
  #: ../admin/social_commenting.php:42
858
  msgid "Order of tabs in commenting interface"
859
  msgstr "Reihenfolge der Registerkarten in kommentieren Schnittstelle"
866
  msgid "Comment area label"
867
  msgstr "Kommentarbereich Label"
868
 
869
+ #: ../admin/social_commenting.php:70
870
+ #, fuzzy
871
+ msgid "Label for comment area"
872
+ msgstr "Facebook kommentiert"
873
+
874
+ #: ../admin/social_commenting.php:80
875
  msgid "Labels"
876
  msgstr ""
877
 
878
+ #: ../admin/social_commenting.php:85
879
  #, fuzzy
880
  msgid "Label for WordPress Commenting tab"
881
  msgstr "WordPress Comentarios"
882
 
883
+ #: ../admin/social_commenting.php:94
884
  #, fuzzy
885
  msgid "Label for Facebook Commenting tab"
886
  msgstr "Facebook Kommentarfunktion aktivieren"
887
 
888
+ #: ../admin/social_commenting.php:103
889
  #, fuzzy
890
  msgid "Label for G+ Commenting tab"
891
  msgstr "Facebook kommentiert"
892
 
893
+ #: ../admin/social_commenting.php:112
894
  msgid "Label for Disqus Commenting tab"
895
  msgstr "Label für kommentierte Registerkarte Disqus"
896
 
897
+ #: ../admin/social_commenting.php:123
898
  msgid "Facebook Commenting Options"
899
  msgstr "Einstellungen der Facebook Kommentarfunktion"
900
 
901
+ #: ../admin/social_commenting.php:129
902
+ #, fuzzy
903
+ msgid "Enable Facebook Comments notification and moderation"
904
+ msgstr "Facebook Kommentarfunktion aktivieren"
905
 
906
+ #: ../admin/social_commenting.php:137
907
  msgid "Enable Facebook Commenting"
908
  msgstr "Facebook Kommentarfunktion aktivieren"
909
 
910
+ #: ../admin/social_commenting.php:155
911
+ #: ../admin/social_commenting.php:313
912
  msgid "Url to comment on"
913
  msgstr "URL, die kommentiert werden soll"
914
 
915
+ #: ../admin/social_commenting.php:165
916
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
917
  msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
918
 
919
+ #: ../admin/social_commenting.php:173
920
+ #: ../admin/social_commenting.php:295
921
  msgid "Width"
922
  msgstr "Breite"
923
 
924
+ #: ../admin/social_commenting.php:183
925
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
926
  msgstr "Leer lassen, um die automatische Einstellung der Breite. Die Breite (in Pixel) der Kommentare Block."
927
 
928
+ #: ../admin/social_commenting.php:191
929
  msgid "Color Scheme"
930
  msgstr "Farbschema"
931
 
932
+ #: ../admin/social_commenting.php:195
933
  msgid "Light"
934
  msgstr "Hell"
935
 
936
+ #: ../admin/social_commenting.php:196
937
  msgid "Dark"
938
  msgstr "Dunkel"
939
 
940
+ #: ../admin/social_commenting.php:204
941
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
942
  msgstr "Das Farbschema, was vom Plugin verwendet werden soll (\"light\" oder \"dark\")"
943
 
944
+ #: ../admin/social_commenting.php:212
945
  #, fuzzy
946
  msgid "Number of comments"
947
  msgstr "Anzahl Beitr&auml;ge"
948
 
949
+ #: ../admin/social_commenting.php:222
950
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
951
  msgstr "Anzahl anzuzeigender Kommentare. Min. 1. Der Standardwert ist 10."
952
 
953
+ #: ../admin/social_commenting.php:230
954
  msgid "Order by"
955
  msgstr "Sortieren nach"
956
 
957
+ #: ../admin/social_commenting.php:234
958
  msgid "Social"
959
  msgstr "Sozial"
960
 
961
+ #: ../admin/social_commenting.php:235
962
  msgid "Reverse Time"
963
  msgstr "Umkehrzeit"
964
 
965
+ #: ../admin/social_commenting.php:236
966
  msgid "Time"
967
  msgstr "Zeit"
968
 
969
+ #: ../admin/social_commenting.php:244
970
  msgid "The order to use when displaying comments."
971
  msgstr "Kommentare sortieren nach"
972
 
 
 
 
 
 
 
 
 
973
  #: ../admin/social_commenting.php:252
 
 
 
 
 
 
 
 
 
 
 
 
974
  #: ../admin/like_buttons.php:132
975
  #: ../admin/like_buttons.php:138
976
  msgid "Language"
977
  msgstr "Sprache"
978
 
979
+ #: ../admin/social_commenting.php:262
980
  #, php-format
981
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
982
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
983
 
984
+ #: ../admin/social_commenting.php:271
985
  #, fuzzy
986
  msgid "Google Plus Commenting Options"
987
  msgstr "Einstellungen der Facebook Kommentarfunktion"
988
 
989
+ #: ../admin/social_commenting.php:277
990
+ #: ../admin/social_commenting.php:287
991
  #, fuzzy
992
  msgid "Enable Google Plus Commenting"
993
  msgstr "Facebook Kommentarfunktion aktivieren"
994
 
995
+ #: ../admin/social_commenting.php:305
996
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
997
  msgstr "Breite Google kommentierte Schnittstelle. Leer lassen für Auto-Einstellung"
998
 
999
+ #: ../admin/social_commenting.php:323
1000
  #, fuzzy
1001
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1002
  msgstr "Die absolute URL, die Kommentare vorhanden dauerhaft zugeordnet werden. Geschichten auf Facebook über Kommentare vorhanden, wird auf diese URL zu verknüpfen. <br/> Wenn leer <strong> (empfohlen) </ strong>, URL der Webseite verwendet, bei der Kommentierung aktiviert ist."
1003
 
1004
+ #: ../admin/social_commenting.php:332
1005
  #, fuzzy
1006
  msgid "Disqus Commenting Options"
1007
  msgstr "Einstellungen der Facebook Kommentarfunktion"
1008
 
1009
+ #: ../admin/social_commenting.php:338
1010
+ #: ../admin/social_commenting.php:348
1011
  #, fuzzy
1012
  msgid "Enable Disqus Commenting"
1013
  msgstr "Facebook Kommentarfunktion aktivieren"
1014
 
1015
+ #: ../admin/social_commenting.php:356
1016
  msgid "Disqus Shortname"
1017
  msgstr ""
1018
 
1019
+ #: ../admin/social_commenting.php:366
1020
  #, fuzzy
1021
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1022
  msgstr "<strong>Notwendige zu bedienen Disqus kommentieren.</strong> Sie können es in Ihrem Disqus Plugin-Einstellungen Abschnitt zu finden, wie in der Abbildung unten gezeigt,"
1023
 
1024
+ #: ../admin/social_commenting.php:383
1025
+ #, fuzzy
1026
+ msgid "Social Commenting Shortcode"
1027
+ msgstr "Comentarios Facebook"
1028
+
1029
+ #: ../admin/social_commenting.php:395
1030
  #, fuzzy
1031
  msgid "How can I disable Social Commenting at individual page/post?"
1032
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
1033
 
1034
+ #: ../admin/social_commenting.php:396
1035
+ msgid "How to disable default comment form from Social Commenting?"
1036
+ msgstr "Wie kann man von Social kommentierte deaktivieren Standardkommentar?"
1037
+
1038
  #: ../admin/social_login.php:10
1039
  msgid "Social Login"
1040
  msgstr "Soziale Netzwerke Login"
1203
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1204
  msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1205
 
1206
+ #: ../admin/social_login.php:393
1207
+ msgid "Enable before WooCommerce Customer Login Form"
1208
+ msgstr "Vor WooCommerce Kunden-Log-Formular aktivieren"
1209
+
1210
+ #: ../admin/social_login.php:403
1211
+ #, fuzzy
1212
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1213
+ msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1214
+
1215
+ #: ../admin/social_login.php:411
1216
+ msgid "Enable after WooCommerce Customer Login Form"
1217
+ msgstr "Aktivieren Sie nach WooCommerce Kunden Login Form"
1218
+
1219
+ #: ../admin/social_login.php:421
1220
+ #, fuzzy
1221
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1222
+ msgstr "Der soziale Login wird f&uuml;r den &uuml;blichen Login auf ihrer Website aktiviert."
1223
+
1224
+ #: ../admin/social_login.php:429
1225
+ #, fuzzy
1226
+ msgid "Enable at WooCommerce checkout page"
1227
+ msgstr "Auf der Registerseite aktivieren"
1228
+
1229
+ #: ../admin/social_login.php:439
1230
+ #, fuzzy
1231
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1232
+ msgstr "Der soziale Login wird f&uuml;r die Kommentarfunktion aktiviert. Dies wird nicht verwendet, wenn die Facebook Kommentarfunktion bereits aktiviert ist."
1233
+
1234
+ #: ../admin/social_login.php:450
1235
  msgid "Auto-approve comments made by Social Login users"
1236
  msgstr "Automatisch genehmigen Kommentare von Social-Login Benutzer gemacht"
1237
 
1238
+ #: ../admin/social_login.php:460
1239
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1240
  msgstr "Wenn diese Option aktiviert ist, und Wordpress Kommentar wird von Social-Login Benutzer vorgenommen werden Kommentar sofort ohne zu halten in Maßen genehmigt zu bekommen."
1241
 
1242
+ #: ../admin/social_login.php:461
1243
  msgid "Note: This is not related to Facebook comments"
1244
  msgstr "Hinweis: Diese ist nicht auf Facebook Kommentare bezogenen"
1245
 
1246
+ #: ../admin/social_login.php:471
1247
  msgid "Enable social avatar"
1248
  msgstr "Soziales Profilbild aktivieren"
1249
 
1250
+ #: ../admin/social_login.php:481
1251
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1252
  msgstr "Profilbilder der angemeldeten Nutzer wrrden als Avatar angezeigt"
1253
 
1254
+ #: ../admin/social_login.php:491
1255
  msgid "Avatar quality"
1256
  msgstr "Avatar Qualität"
1257
 
1258
+ #: ../admin/social_login.php:494
1259
  msgid "Average"
1260
  msgstr "Durchschnitt"
1261
 
1262
+ #: ../admin/social_login.php:495
1263
  msgid "Better"
1264
  msgstr "besser"
1265
 
1266
+ #: ../admin/social_login.php:502
1267
  msgid "Choose avatar quality"
1268
  msgstr "Wählen avatar Qualität"
1269
 
1270
+ #: ../admin/social_login.php:521
1271
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1272
  msgstr "Wenn diese Funktion aktiviert ist und das soziale Netzwerk die E-Mail nicht bekanntgibt, wird der Benutzer aufgefordert, seine Email anzugeben. Andernfalls wird eine Dummy-Email generiert."
1273
 
1274
+ #: ../admin/social_login.php:530
1275
  msgid "Send username-password after user registration"
1276
  msgstr "Benutzername und Passwort nach der Registrierung versenden"
1277
 
1278
+ #: ../admin/social_login.php:540
1279
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1280
  msgstr "Bei Aktivierung wird dem Benutzer nach dem Login &uuml;ber ein soziales Netzwerk eine E-Mail mit eigenen Daten zugesandt, sodass der Nutzer sich mit den Daten &uuml;ber das normale Wordpress Login anmelden kann."
1281
 
1282
+ #: ../admin/social_login.php:549
1283
  msgid "Enable social account linking at BuddyPress profile page"
1284
  msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1285
 
1286
+ #: ../admin/social_login.php:559
1287
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1288
  msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1289
 
1290
+ #: ../admin/social_login.php:568
1291
  msgid "Login redirection"
1292
  msgstr "Login Weiterleitung"
1293
 
1294
+ #: ../admin/social_login.php:572
1295
  msgid "Same page where user logged in"
1296
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1297
 
1298
+ #: ../admin/social_login.php:576
1299
+ #: ../admin/social_login.php:606
1300
  msgid "Account dashboard"
1301
  msgstr "Account Dashboard"
1302
 
1303
+ #: ../admin/social_login.php:579
1304
+ #: ../admin/social_login.php:609
1305
  msgid "BuddyPress profile page"
1306
  msgstr "Buddypress Profilseite"
1307
 
1308
+ #: ../admin/social_login.php:582
1309
+ #: ../admin/social_login.php:612
1310
  msgid "Custom Url"
1311
  msgstr "Spezielle URL"
1312
 
1313
+ #: ../admin/social_login.php:590
1314
  msgid "User will be redirected to the selected page after Social Login"
1315
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1316
 
1317
+ #: ../admin/social_login.php:598
1318
  msgid "Registration redirection"
1319
  msgstr "Registrierung Umleitung"
1320
 
1321
+ #: ../admin/social_login.php:602
1322
  #, fuzzy
1323
  msgid "Same page from where user registered"
1324
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1325
 
1326
+ #: ../admin/social_login.php:620
1327
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1328
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1329
 
1330
+ #: ../admin/social_login.php:628
1331
  msgid "Email popup options"
1332
  msgstr "Email Popup-Optionen"
1333
 
1334
+ #: ../admin/social_login.php:634
1335
  msgid "Text on 'Email required' popup"
1336
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1337
 
1338
+ #: ../admin/social_login.php:644
1339
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1340
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1341
 
1342
+ #: ../admin/social_login.php:653
1343
  msgid "Error message for 'Email required' popup"
1344
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1345
 
1346
+ #: ../admin/social_login.php:663
1347
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1348
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1349
 
1350
+ #: ../admin/social_login.php:672
1351
  msgid "Email popup height"
1352
  msgstr "Email Popup Höhe"
1353
 
1354
+ #: ../admin/social_login.php:682
1355
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1356
  msgstr "Wenn Sie sehen vertikale Bildlaufleiste in der \"Email erforderlich\" Popup können Sie die Höhe des Popup, indem Sie in dieser Option erhöhen. Leer lassen für Standard."
1357
 
1358
+ #: ../admin/social_login.php:690
1359
  msgid "Enable email verification"
1360
  msgstr "Email Verifizierung aktivieren"
1361
 
1362
+ #: ../admin/social_login.php:700
1363
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1364
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1365
 
1366
+ #: ../admin/social_login.php:716
1367
  #, fuzzy
1368
+ msgid "Social Login Shortcode & Widget"
1369
  msgstr "Widgets und shortcodes"
1370
 
1371
+ #: ../admin/social_login.php:717
1372
+ msgid "Social Linking Shortcode"
1373
+ msgstr ""
1374
+
1375
  #: ../admin/admin.php:8
1376
  msgid "Welcome"
1377
  msgstr "Willkommen"
1435
  msgstr "Geben Sie den Code der Sprache, die Sie verwenden, um Zähler machen wollen. Sie können die Sprachcodes unter <a href=\"%s\" target=\"_blank\"> diesen Link </a> finden. Leer lassen für Standardsprache (Englisch)"
1436
 
1437
  #: ../admin/like_buttons.php:157
1438
+ #, fuzzy
1439
+ msgid "Twitter Username"
1440
+ msgstr "Twitter Benutzername in Sharing"
1441
+
1442
+ #: ../admin/like_buttons.php:163
1443
+ #, fuzzy
1444
+ msgid "Twitter username for Tweet (without @)"
1445
+ msgstr "Twitter Benutzername (ohne @)"
1446
 
1447
  #: ../admin/like_buttons.php:173
1448
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1449
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
1450
 
1451
+ #: ../admin/like_buttons.php:182
1452
+ #, fuzzy
1453
+ msgid "Twitter username for Buffer sharing (without @)"
1454
+ msgstr "Twitter Benutzername (ohne @)"
1455
+
1456
+ #: ../admin/like_buttons.php:192
1457
+ #, fuzzy
1458
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1459
+ msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
1460
+
1461
+ #: ../admin/like_buttons.php:201
1462
  #, fuzzy
1463
  msgid "Horizontal Interface Options"
1464
  msgstr "Horizontale Zähler Schnittstellenoptionen"
1465
 
1466
+ #: ../admin/like_buttons.php:207
1467
  #, fuzzy
1468
  msgid "Enable horizontal interface"
1469
  msgstr "Aktivieren Horizontalzähler Schnittstelle"
1470
 
1471
+ #: ../admin/like_buttons.php:217
1472
  #, fuzzy
1473
  msgid "Master control to enable horizontal like buttons"
1474
  msgstr "Master-Regler auf Horizontalzähler aktivieren"
1475
 
1476
+ #: ../admin/like_buttons.php:242
1477
+ #: ../admin/like_buttons.php:480
1478
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1479
  msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
1480
 
1481
+ #: ../admin/like_buttons.php:260
1482
  #, fuzzy
1483
  msgid "The text to display above the interface"
1484
  msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
1485
 
1486
+ #: ../admin/like_buttons.php:268
1487
+ #: ../admin/like_buttons.php:488
1488
  msgid "Select and rearrange providers"
1489
  msgstr "Wählen und ordnen Anbieter"
1490
 
1491
+ #: ../admin/like_buttons.php:312
1492
+ #: ../admin/like_buttons.php:531
1493
  #, fuzzy
1494
  msgid "Select the providers for interface. Drag them to rearrange."
1495
  msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
1496
 
1497
+ #: ../admin/like_buttons.php:334
1498
+ #: ../admin/like_buttons.php:570
1499
  #, fuzzy
1500
  msgid "Horizontal alignment of the interface"
1501
  msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
1502
 
1503
+ #: ../admin/like_buttons.php:355
1504
  #, fuzzy
1505
  msgid "Specify position of the interface with respect to the content"
1506
  msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
1507
 
1508
+ #: ../admin/like_buttons.php:363
1509
+ #: ../admin/like_buttons.php:636
1510
  #, fuzzy
1511
  msgid "Interface location"
1512
  msgstr "Gegen Lage"
1513
 
1514
+ #: ../admin/like_buttons.php:429
1515
  #, fuzzy
1516
  msgid "Specify the pages where you want to enable interface"
1517
  msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
1518
 
1519
+ #: ../admin/like_buttons.php:439
1520
  #, fuzzy
1521
  msgid "Vertical (Floating) like buttons Options"
1522
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
1523
 
1524
+ #: ../admin/like_buttons.php:445
1525
  #, fuzzy
1526
  msgid "Enable vertical (floating) like buttons"
1527
  msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
1528
 
1529
+ #: ../admin/like_buttons.php:455
1530
  msgid "Master control to enable vertical (floating) counter widget"
1531
  msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
1532
 
1533
+ #: ../admin/like_buttons.php:549
1534
  #, fuzzy
1535
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1536
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1537
 
1538
+ #: ../admin/like_buttons.php:589
1539
  #, fuzzy
1540
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1541
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
1542
 
1543
+ #: ../admin/like_buttons.php:609
1544
  #, fuzzy
1545
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1546
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
1547
 
1548
+ #: ../admin/like_buttons.php:628
1549
  #, fuzzy
1550
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1551
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
1552
 
1553
+ #: ../admin/like_buttons.php:678
1554
  #, fuzzy
1555
  msgid "Specify the pages where you want to enable vertical interface"
1556
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
1557
 
1558
+ #: ../admin/like_buttons.php:686
1559
+ msgid "Hide like buttons on mobile devices"
1560
+ msgstr "Verstecke wie Schaltflächen auf mobilen Geräten"
1561
+
1562
+ #: ../admin/like_buttons.php:696
1563
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1564
+ msgstr "Wenn aktiviert, werden vertikale wie Knöpfe nicht auf mobilen Geräten angezeigt werden"
1565
+
1566
+ #: ../admin/like_buttons.php:714
1567
+ #, fuzzy
1568
+ msgid "Like Buttons Shortcode & Widget"
1569
+ msgstr "Widgets und shortcodes"
1570
+
1571
+ #: ../inc/shortcode.php:245
1572
+ #, fuzzy
1573
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1574
+ msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1575
+
1576
+ #: ../inc/social_sharing.php:628
1577
  msgid "Invalid request"
1578
  msgstr "Ungültige Anforderung"
1579
 
1580
+ #: ../inc/social_sharing.php:635
1581
  msgid "Providers not selected"
1582
  msgstr "Provider nicht aktiviert"
1583
 
1598
  msgstr "Stellen Sie sicher, Social-Login wird aus \"Super-Socializer > Social-Login\" Seite aktiviert."
1599
 
1600
  #: ../inc/widget.php:79
1601
+ #: ../inc/widget.php:219
1602
+ #: ../inc/widget.php:524
1603
  msgid "Title:"
1604
  msgstr "Titel:"
1605
 
1606
  #: ../inc/widget.php:81
1607
+ #: ../inc/widget.php:233
1608
+ #: ../inc/widget.php:534
1609
  msgid "Before widget content:"
1610
  msgstr "Vor dem Widget-Inhalt"
1611
 
1612
  #: ../inc/widget.php:83
1613
+ #: ../inc/widget.php:235
1614
+ #: ../inc/widget.php:536
1615
  msgid "After widget content:"
1616
  msgstr "Nach dem Widget Inhalt"
1617
 
1618
  #: ../inc/widget.php:86
1619
+ #: ../inc/widget.php:237
1620
+ #: ../inc/widget.php:401
1621
+ #: ../inc/widget.php:538
1622
+ #: ../inc/widget.php:688
1623
  msgid "Hide for logged in users:"
1624
  msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1625
 
1627
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1628
  msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, Inhalte &uuml;ber soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ usw. zu teilen"
1629
 
1630
+ #: ../inc/widget.php:218
1631
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1632
  msgstr "Stellen Sie sicher, \"Horizontal Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1633
 
1634
+ #: ../inc/widget.php:221
1635
+ #: ../inc/widget.php:370
1636
+ #, fuzzy
1637
+ msgid "Show individual share counts:"
1638
  msgstr "Zeigen Aktie zählt:"
1639
 
1640
+ #: ../inc/widget.php:223
1641
+ #: ../inc/widget.php:372
1642
+ #, fuzzy
1643
+ msgid "Show total shares:"
1644
+ msgstr "Zeigen Aktie zählt:"
1645
+
1646
+ #: ../inc/widget.php:225
1647
+ #: ../inc/widget.php:374
1648
+ #: ../inc/widget.php:526
1649
+ #: ../inc/widget.php:661
1650
  msgid "Target Url:"
1651
  msgstr "Ziel-URL:"
1652
 
1653
+ #: ../inc/widget.php:227
1654
+ #: ../inc/widget.php:376
1655
+ #: ../inc/widget.php:528
1656
+ #: ../inc/widget.php:663
1657
  msgid "Select"
1658
  msgstr "wählen"
1659
 
1660
+ #: ../inc/widget.php:256
1661
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1662
  msgstr "Vertikale Floating-Sharing-Widget. Lassen Sie Ihre Website-Nutzer teilen Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ und viele mehr"
1663
 
1664
+ #: ../inc/widget.php:369
1665
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1666
  msgstr "Stellen Sie sicher, \"Vertical Social Sharing\" aus \"Super-Socializer > Social Sharing\" Seite aktiviert."
1667
 
1668
+ #: ../inc/widget.php:382
1669
+ #: ../inc/widget.php:669
1670
  msgid "Alignment"
1671
  msgstr "Ausrichtung"
1672
 
1673
+ #: ../inc/widget.php:388
1674
+ #: ../inc/widget.php:675
1675
  msgid "Left Offset"
1676
  msgstr "Left Offset"
1677
 
1678
+ #: ../inc/widget.php:392
1679
+ #: ../inc/widget.php:679
1680
  msgid "Right Offset"
1681
  msgstr "Rechter Offset"
1682
 
1683
+ #: ../inc/widget.php:395
1684
+ #: ../inc/widget.php:682
1685
  msgid "Top Offset"
1686
  msgstr "Top Offset"
1687
 
1688
+ #: ../inc/widget.php:420
1689
  #, fuzzy
1690
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1691
  msgstr "Horizontalzähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1692
 
1693
+ #: ../inc/widget.php:523
1694
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1695
  msgstr "Stellen Sie sicher, \"Horizontale wie Knöpfe \" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1696
 
1697
+ #: ../inc/widget.php:557
1698
  #, fuzzy
1699
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1700
  msgstr "Vertikale schwimm Zähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1701
 
1702
+ #: ../inc/widget.php:660
1703
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1704
  msgstr "Stellen Sie sicher, \"Vertical wie Knöpfe\" aus \"Super-Socializer wie Buttons\" Seite aktiviert."
1705
 
1706
+ #~ msgid "You can see the plugin in action at following link"
1707
+ #~ msgstr "Sie können das Plugin in Aktion auf folgendem Link zu sehen"
1708
+
1709
+ #, fuzzy
1710
+ #~ msgid ""
1711
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1712
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1713
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1714
+ #~ msgstr ""
1715
+ #~ "Wenn Sie mein Plugin oder haben jede mögliche Frage, können Sie mir eine "
1716
+ #~ "E-Mail an <a href=\"mailto:lordofthechamps@gmail.com\"> "
1717
+ #~ "lordofthechamps@gmail.com </a> fallen lassen, wie mein <strong> Facebook "
1718
+ #~ "</ strong>, Seiten und folge mir auf <strong> Twitter </ strong>."
1719
+
1720
+ #~ msgid "Want plugin customization?"
1721
+ #~ msgstr "Willst Plugin Kundenbezogenheit?"
1722
+
1723
+ #~ msgid ""
1724
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1725
+ #~ "Facebook Comments notification and moderation."
1726
+ #~ msgstr ""
1727
+ #~ "<strong>Hinweis:</strong> Schreiben Sie uns eine E-Mail an "
1728
+ #~ "support@heateor.com Book Kommentare Benachrichtigung und Zurückhaltung zu "
1729
+ #~ "ermöglichen."
1730
+
1731
+ #~ msgid "Mobile"
1732
+ #~ msgstr "Mobile"
1733
+
1734
+ #~ msgid "Auto Detect"
1735
+ #~ msgstr "Automatische Erkennung"
1736
+
1737
+ #~ msgid "True"
1738
+ #~ msgstr "Ja"
1739
+
1740
+ #~ msgid "False"
1741
+ #~ msgstr "Nein"
1742
+
1743
+ #~ msgid ""
1744
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1745
+ #~ "version or not."
1746
+ #~ msgstr ""
1747
+ #~ "Der Boolean legt fest, ob die f&uuml;r Mobilger&auml;te optimierte "
1748
+ #~ "Version angezeigt werden soll oder nicht"
1749
+
1750
+ #, fuzzy
1751
+ #~ msgid "Sortcode & Widget"
1752
+ #~ msgstr "Widgets und shortcodes"
1753
+
1754
+ #~ msgid "Twitter username in tweet button"
1755
+ #~ msgstr "Twitter Benutzername in tweet Taste"
1756
+
1757
  #~ msgid ""
1758
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1759
  #~ "redirect_uri</strong> options at the link mentioned"
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 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-05 05:55+0530\n"
6
- "PO-Revision-Date: 2015-06-05 05:58+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -25,40 +25,54 @@ msgstr "Introduzca exactamente la siguiente url en <strong> Website </ strong> y
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
- #: ../super_socializer.php:349
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
- #: ../super_socializer.php:349
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
- #: ../super_socializer.php:353
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
- #: ../super_socializer.php:372
41
- #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
- #: ../super_socializer.php:375
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
- #: ../super_socializer.php:388
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
- #: ../super_socializer.php:465
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
 
 
 
 
 
 
 
 
 
57
  #: ../super_socializer.php:567
 
 
 
 
 
58
  msgid "Email you entered is already registered or invalid"
59
  msgstr "Enviar que ha introducido ya está registrado o no válido"
60
 
61
- #: ../super_socializer.php:571
62
  msgid "Please enter a valid email address. You might be required to verify it"
63
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
64
 
@@ -66,83 +80,83 @@ msgstr "Por favor, introduce una dirección de correo electrónico válida. Es p
66
  msgid "Options saved successfully"
67
  msgstr "Opciones guardadas correctamente"
68
 
69
- #: ../helper.php:147
70
  msgid "Click to show help"
71
  msgstr "Haga clic para mostrar ayuda"
72
 
73
- #: ../helper.php:147
74
  msgid "Click to hide help"
75
  msgstr "Haga clic para ocultar ayuda"
76
 
77
- #: ../helper.php:187
78
  msgid "Settings"
79
  msgstr "Configuración"
80
 
81
- #: ../helper.php:504
82
  #, fuzzy
83
  msgid "Account linked successfully"
84
  msgstr "Opciones guardadas correctamente"
85
 
86
- #: ../helper.php:510
87
  msgid "Account already exists or linked"
88
  msgstr "Cuenta ya existe o vinculado"
89
 
90
- #: ../helper.php:521
91
  #, fuzzy
92
  msgid "You are already connected with"
93
  msgstr "Usted está listo para Socializar su sitio web."
94
 
95
- #: ../helper.php:521
96
  msgid "as primary social network"
97
  msgstr "como red social primaria"
98
 
99
- #: ../helper.php:538
100
  msgid "Link your social account to login to your account at this website"
101
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
102
 
103
- #: ../helper.php:583
104
  msgid "Currently"
105
  msgstr "actualmente"
106
 
107
- #: ../helper.php:583
108
  msgid "Remove"
109
  msgstr "quitar"
110
 
111
- #: ../helper.php:676
112
  msgid "Disable Horizontal Social Sharing on this "
113
  msgstr "Desactivar Horizontal Intercambio Social en esta"
114
 
115
- #: ../helper.php:681
116
  msgid "Disable Vertical Social Sharing on this "
117
  msgstr "Desactivar Vertical Intercambio Social en esta"
118
 
119
- #: ../helper.php:686
120
  #, fuzzy
121
  msgid "Disable Horizontal like buttons on this "
122
  msgstr "Desactivar Horizontal Intercambio Social en esta"
123
 
124
- #: ../helper.php:691
125
  #, fuzzy
126
  msgid "Disable Vertical like buttons on this "
127
  msgstr "Desactivar Vertical Intercambio Social en esta"
128
 
129
- #: ../helper.php:696
130
  #, fuzzy
131
  msgid "Disable Social Commenting on this "
132
  msgstr "Habilitar Comentarios Facebook"
133
 
134
- #: ../helper.php:705
135
  #, fuzzy
136
  msgid "Horizontal sharing"
137
  msgstr "Horizontales Opciones para compartir la interfaz de"
138
 
139
- #: ../helper.php:711
140
- #: ../helper.php:730
141
  #, fuzzy
142
  msgid "Starting share count for "
143
  msgstr "conteos muestran acciones"
144
 
145
- #: ../helper.php:724
146
  #, fuzzy
147
  msgid "Vertical sharing"
148
  msgstr "Social Sharing"
@@ -163,48 +177,44 @@ msgstr "por"
163
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
164
  msgstr "Somos un equipo creativo con ideas únicas en la mente y el servicio en el corazón. Nos encanta lo que hacemos. Para obtener más información, únase a nosotros en"
165
 
166
- #: ../admin/help.php:17
167
  msgid "Plugin Demo"
168
  msgstr "Demostración Plugin"
169
 
170
- #: ../admin/help.php:19
171
- msgid "You can see the plugin in action at following link"
172
- msgstr "Usted puede ver el plugin en acción en el siguiente enlace"
173
 
174
- #: ../admin/help.php:25
175
- msgid "Support"
176
- msgstr "Soporte"
177
 
178
- #: ../admin/help.php:27
179
  #, fuzzy
180
- msgid "If you like the plugin or have any query, drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
181
- msgstr "Si le gusta mi plugin y le resulta útil, puede enviarme un correo electrónico a lordofthechamps@gmail.com, dar Me Gusta a mis páginas Facebook y seguirme en Twitter"
182
 
183
- #: ../admin/help.php:29
184
- #: ../admin/help.php:32
185
- #: ../admin/help.php:33
186
- #: ../admin/help.php:34
187
- #: ../admin/help.php:35
188
  #: ../admin/help.php:36
 
 
 
 
 
 
 
 
 
 
189
  msgid "Rate 5-star"
190
  msgstr "Tasa de 5 estrellas"
191
 
192
- #: ../admin/help.php:44
193
- #: ../admin/social_sharing.php:411
194
- #: ../admin/social_sharing.php:736
195
  #: ../admin/social_login.php:46
196
  msgid "Facebook"
197
  msgstr ""
198
 
199
- #: ../admin/help.php:63
200
- msgid "Want plugin customization?"
201
- msgstr "¿Quieres plugin de personalización?"
202
-
203
- #: ../admin/help.php:65
204
- #, fuzzy
205
- msgid "If you want custom features in the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
206
- msgstr "Si quieres características personalizadas en el plugin, lo que puedo hacer por usted. Simplemente envíeme un correo electrónico a lordofthechamps@gmail.com"
207
-
208
  #: ../admin/social_sharing.php:11
209
  #: ../admin/social_sharing.php:22
210
  #: ../admin/social_login.php:9
@@ -225,13 +235,11 @@ msgid "Sharing Options"
225
  msgstr "Ubicación de uso compartido"
226
 
227
  #: ../admin/social_sharing.php:14
228
- #: ../admin/social_sharing.php:1067
229
- #: ../admin/social_sharing.php:1069
230
  #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:654
232
  #: ../admin/like_buttons.php:13
233
- #: ../admin/like_buttons.php:644
234
- #: ../admin/like_buttons.php:646
235
  msgid "Shortcode & Widget"
236
  msgstr "Widgets y shortcodes"
237
 
@@ -240,9 +248,9 @@ msgid "Troubleshooter"
240
  msgstr "Solucionador de problemas"
241
 
242
  #: ../admin/social_sharing.php:16
243
- #: ../admin/social_sharing.php:1098
244
  #: ../admin/social_commenting.php:12
245
- #: ../admin/social_commenting.php:410
246
  msgid "FAQ"
247
  msgstr ""
248
 
@@ -314,460 +322,521 @@ msgstr "No se olvide de guardar la configuración después de realizar cambios h
314
  msgid "Vertical interface options"
315
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
316
 
317
- #: ../admin/social_sharing.php:232
 
 
 
 
 
 
 
 
 
 
 
 
318
  #: ../admin/like_buttons.php:51
319
  #, fuzzy
320
  msgid "Url shortener"
321
  msgstr "bit.ly url acortador"
322
 
323
- #: ../admin/social_sharing.php:238
324
  msgid "Use shortlinks already installed"
325
  msgstr "Use shortlinks ya instalados"
326
 
327
- #: ../admin/social_sharing.php:248
328
  #: ../admin/like_buttons.php:67
329
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
330
  msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
331
 
332
- #: ../admin/social_sharing.php:256
333
  msgid "Enable bit.ly url shortener for sharing"
334
  msgstr "Habilitar acortador de url bit.ly para compartir"
335
 
336
- #: ../admin/social_sharing.php:266
337
  #: ../admin/like_buttons.php:85
338
  #, fuzzy
339
  msgid "Master control to enable bit.ly url shortening for sharing"
340
  msgstr "Control maestro para permitir el intercambio horizontal"
341
 
342
- #: ../admin/social_sharing.php:274
343
  #: ../admin/like_buttons.php:93
344
  msgid "bit.ly username"
345
  msgstr "bit.ly nombre de usuario"
346
 
347
- #: ../admin/social_sharing.php:284
348
  #: ../admin/like_buttons.php:103
349
  #, fuzzy, php-format
350
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
351
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
352
 
353
- #: ../admin/social_sharing.php:293
354
  #: ../admin/like_buttons.php:112
355
  #, fuzzy
356
  msgid "bit.ly API Key"
357
  msgstr "Clave Consumidor Twitter"
358
 
359
- #: ../admin/social_sharing.php:303
360
  #: ../admin/like_buttons.php:122
361
  #, fuzzy, php-format
362
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
363
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
364
 
365
- #: ../admin/social_sharing.php:313
366
  msgid "Twitter username in sharing"
367
  msgstr "Twitter nombre de usuario en el intercambio"
368
 
369
- #: ../admin/social_sharing.php:319
370
- #: ../admin/like_buttons.php:163
371
  msgid "Twitter username (without @)"
372
  msgstr "Twitter nombre de usuario (sin @)"
373
 
374
- #: ../admin/social_sharing.php:329
375
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
376
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
377
 
378
- #: ../admin/social_sharing.php:339
379
  msgid "Horizontal Sharing Interface Options"
380
  msgstr "Horizontales Opciones para compartir la interfaz de"
381
 
382
- #: ../admin/social_sharing.php:345
383
  msgid "Enable horizontal sharing interface"
384
  msgstr "Habilitar interfaz de intercambio horizontal"
385
 
386
- #: ../admin/social_sharing.php:355
387
  msgid "Master control to enable horizontal sharing"
388
  msgstr "Control maestro para permitir el intercambio horizontal"
389
 
390
- #: ../admin/social_sharing.php:365
391
- #: ../admin/social_sharing.php:708
392
- #: ../admin/like_buttons.php:209
393
- #: ../admin/like_buttons.php:424
394
  msgid "Target Url"
395
  msgstr "Target Url"
396
 
397
- #: ../admin/social_sharing.php:369
398
- #: ../admin/social_sharing.php:712
399
- #: ../admin/like_buttons.php:213
400
- #: ../admin/like_buttons.php:428
401
  msgid "Url of the webpage where icons are located (default)"
402
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
403
 
404
- #: ../admin/social_sharing.php:371
405
- #: ../admin/social_sharing.php:714
406
- #: ../admin/like_buttons.php:215
407
- #: ../admin/like_buttons.php:430
408
  msgid "Url of the homepage of your website"
409
  msgstr "Url de la página principal de su sitio web"
410
 
411
- #: ../admin/social_sharing.php:373
412
- #: ../admin/social_sharing.php:716
413
- #: ../admin/like_buttons.php:217
414
- #: ../admin/like_buttons.php:432
415
  #, fuzzy
416
  msgid "Custom url"
417
  msgstr "Url personalizada"
418
 
419
- #: ../admin/social_sharing.php:380
420
- #: ../admin/social_sharing.php:723
421
  msgid "Url to share"
422
  msgstr "Url compartir"
423
 
424
- #: ../admin/social_sharing.php:388
425
  #: ../admin/social_login.php:314
426
- #: ../admin/like_buttons.php:232
427
  msgid "Title"
428
  msgstr "Titulo"
429
 
430
- #: ../admin/social_sharing.php:398
431
  msgid "The text to display above the sharing interface"
432
  msgstr "El texto que se muestra por encima de la interfaz compartida "
433
 
434
- #: ../admin/social_sharing.php:406
435
- #: ../admin/social_sharing.php:731
436
  #: ../admin/social_login.php:41
437
  msgid "Select providers"
438
  msgstr "Seleccionar proveedores"
439
 
440
- #: ../admin/social_sharing.php:416
441
- #: ../admin/social_sharing.php:741
442
  #: ../admin/social_login.php:50
443
  msgid "Twitter"
444
  msgstr ""
445
 
446
- #: ../admin/social_sharing.php:421
447
- #: ../admin/social_sharing.php:746
448
  #: ../admin/social_login.php:54
449
  msgid "LinkedIn"
450
  msgstr ""
451
 
452
- #: ../admin/social_sharing.php:426
453
- #: ../admin/social_sharing.php:751
454
  #: ../admin/social_login.php:58
455
  msgid "Google+"
456
  msgstr ""
457
 
458
- #: ../admin/social_sharing.php:431
459
- #: ../admin/social_sharing.php:756
460
  msgid "Print"
461
  msgstr "Impresión"
462
 
463
- #: ../admin/social_sharing.php:436
464
- #: ../admin/social_sharing.php:761
465
  msgid "Email"
466
  msgstr ""
467
 
468
- #: ../admin/social_sharing.php:441
469
- #: ../admin/social_sharing.php:766
470
  msgid "Yahoo"
471
  msgstr ""
472
 
473
- #: ../admin/social_sharing.php:446
474
- #: ../admin/social_sharing.php:771
475
  msgid "Reddit"
476
  msgstr ""
477
 
478
- #: ../admin/social_sharing.php:451
479
- #: ../admin/social_sharing.php:776
480
  msgid "Digg"
481
  msgstr ""
482
 
483
- #: ../admin/social_sharing.php:456
484
- #: ../admin/social_sharing.php:781
485
  msgid "Delicious"
486
  msgstr ""
487
 
488
- #: ../admin/social_sharing.php:461
489
- #: ../admin/social_sharing.php:786
490
  msgid "StumbleUpon"
491
  msgstr ""
492
 
493
- #: ../admin/social_sharing.php:466
494
- #: ../admin/social_sharing.php:791
495
  msgid "Float it"
496
  msgstr ""
497
 
498
- #: ../admin/social_sharing.php:471
499
- #: ../admin/social_sharing.php:796
500
  msgid "Tumblr"
501
  msgstr ""
502
 
503
- #: ../admin/social_sharing.php:476
504
- #: ../admin/social_sharing.php:801
505
  #: ../admin/social_login.php:62
506
  msgid "Vkontakte"
507
  msgstr ""
508
 
509
- #: ../admin/social_sharing.php:481
510
- #: ../admin/social_sharing.php:806
511
  msgid "Pinterest"
512
  msgstr ""
513
 
514
- #: ../admin/social_sharing.php:486
515
- #: ../admin/social_sharing.php:811
516
  #: ../admin/social_login.php:70
517
  msgid "Xing"
518
  msgstr ""
519
 
520
- #: ../admin/social_sharing.php:491
521
- #: ../admin/social_sharing.php:816
522
  msgid "Whatsapp"
523
  msgstr ""
524
 
525
- #: ../admin/social_sharing.php:499
526
- #: ../admin/social_sharing.php:824
 
 
 
 
 
 
 
 
 
 
527
  msgid "Select the providers for sharing interface"
528
  msgstr "Seleccione los proveedores para compartir la interfaz"
529
 
530
- #: ../admin/social_sharing.php:507
531
- #: ../admin/social_sharing.php:832
532
  msgid "Rearrange icons"
533
  msgstr "Reorganizar iconos"
534
 
535
- #: ../admin/social_sharing.php:541
536
- #: ../admin/social_sharing.php:866
537
  msgid "Drag the icons to rearrange in desired order"
538
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
539
 
540
- #: ../admin/social_sharing.php:549
541
- #: ../admin/social_sharing.php:892
542
- #: ../admin/like_buttons.php:302
543
- #: ../admin/like_buttons.php:516
544
  #, fuzzy
545
  msgid "Horizontal alignment"
546
  msgstr "Horizontales Opciones para compartir la interfaz de"
547
 
548
- #: ../admin/social_sharing.php:553
549
- #: ../admin/social_sharing.php:896
550
- #: ../admin/like_buttons.php:306
551
- #: ../admin/like_buttons.php:520
552
  msgid "Left"
553
  msgstr "izquierda"
554
 
555
- #: ../admin/social_sharing.php:554
556
- #: ../admin/like_buttons.php:307
557
  msgid "Center"
558
  msgstr "centro"
559
 
560
- #: ../admin/social_sharing.php:555
561
- #: ../admin/social_sharing.php:897
562
- #: ../admin/like_buttons.php:308
563
- #: ../admin/like_buttons.php:521
564
  #, fuzzy
565
  msgid "Right"
566
  msgstr "Claro"
567
 
568
- #: ../admin/social_sharing.php:563
569
- #: ../admin/social_sharing.php:905
570
  #, fuzzy
571
  msgid "Horizontal alignment of the sharing interface"
572
  msgstr "Habilitar interfaz de intercambio horizontal"
573
 
574
- #: ../admin/social_sharing.php:571
575
- #: ../admin/like_buttons.php:324
576
  msgid "Position with respect to content"
577
  msgstr "Posición con respecto al contenido"
578
 
579
- #: ../admin/social_sharing.php:575
580
- #: ../admin/like_buttons.php:328
581
  msgid "Top of the content"
582
  msgstr "Parte superior del contenido"
583
 
584
- #: ../admin/social_sharing.php:577
585
- #: ../admin/like_buttons.php:330
586
  msgid "Bottom of the content"
587
  msgstr "Parte inferior del contenido"
588
 
589
- #: ../admin/social_sharing.php:584
590
  msgid "Specify position of the sharing interface with respect to the content"
591
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
592
 
593
- #: ../admin/social_sharing.php:592
594
- #: ../admin/social_sharing.php:971
595
  msgid "Sharing location"
596
  msgstr "Ubicación de uso compartido"
597
 
598
- #: ../admin/social_sharing.php:596
599
- #: ../admin/social_sharing.php:975
600
- #: ../admin/social_login.php:514
601
- #: ../admin/social_login.php:544
602
- #: ../admin/like_buttons.php:349
603
- #: ../admin/like_buttons.php:599
604
  msgid "Homepage"
605
  msgstr "Página de inicio"
606
 
607
- #: ../admin/social_sharing.php:598
608
- #: ../admin/social_sharing.php:977
609
- #: ../admin/like_buttons.php:351
610
- #: ../admin/like_buttons.php:601
611
  msgid "Posts"
612
  msgstr "Publicaciones"
613
 
614
- #: ../admin/social_sharing.php:600
615
- #: ../admin/social_sharing.php:979
616
- #: ../admin/like_buttons.php:353
617
- #: ../admin/like_buttons.php:603
618
  msgid "Pages"
619
  msgstr "Páginas"
620
 
621
- #: ../admin/social_sharing.php:602
622
- #: ../admin/social_sharing.php:981
623
- #: ../admin/like_buttons.php:355
624
- #: ../admin/like_buttons.php:605
625
  msgid "Excerpts"
626
  msgstr "Extractos"
627
 
628
- #: ../admin/social_sharing.php:604
629
- #: ../admin/social_sharing.php:983
630
- #: ../admin/like_buttons.php:357
631
- #: ../admin/like_buttons.php:607
632
  msgid "Category Archives"
633
  msgstr "Archivos de la categoría"
634
 
635
- #: ../admin/social_sharing.php:606
636
- #: ../admin/social_sharing.php:985
637
- #: ../admin/like_buttons.php:359
638
- #: ../admin/like_buttons.php:609
639
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
640
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
641
 
642
- #: ../admin/social_sharing.php:612
643
- #: ../admin/like_buttons.php:365
644
  msgid "BuddyPress activity and groups"
645
  msgstr "Actividad y grupos BuddyPress"
646
 
647
- #: ../admin/social_sharing.php:619
648
- #: ../admin/social_sharing.php:991
649
- #: ../admin/like_buttons.php:372
650
- #: ../admin/like_buttons.php:615
651
  msgid "BBPress forum"
652
  msgstr "foro BBPress"
653
 
654
- #: ../admin/social_sharing.php:622
655
- #: ../admin/social_sharing.php:994
656
- #: ../admin/like_buttons.php:375
657
- #: ../admin/like_buttons.php:618
658
  msgid "BBPress topic"
659
  msgstr "tema BBPress"
660
 
661
- #: ../admin/social_sharing.php:625
662
- #: ../admin/like_buttons.php:378
663
  msgid "BBPress reply"
664
  msgstr "BBPress respuesta"
665
 
666
- #: ../admin/social_sharing.php:635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  msgid "Specify the pages where you want to enable Sharing interface"
668
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
669
 
670
- #: ../admin/social_sharing.php:643
671
- #: ../admin/social_sharing.php:1012
672
  msgid "Show share counts"
673
  msgstr "conteos muestran acciones"
674
 
675
- #: ../admin/social_sharing.php:653
676
- #: ../admin/social_sharing.php:1022
677
  msgid "If enabled, share counts are displayed above sharing icons."
678
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
679
 
680
- #: ../admin/social_sharing.php:662
681
- #: ../admin/social_sharing.php:1031
 
 
 
 
 
 
 
 
 
 
 
 
682
  #, fuzzy
683
  msgid "Enable 'More' icon"
684
  msgstr "Habilitar verificación de correo electrónico"
685
 
686
- #: ../admin/social_sharing.php:672
687
- #: ../admin/social_sharing.php:1041
688
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
689
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
690
 
691
- #: ../admin/social_sharing.php:682
692
  msgid "Vertical (Floating) Sharing Interface Options"
693
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
694
 
695
- #: ../admin/social_sharing.php:688
696
  msgid "Enable vertical (floating) sharing interface"
697
  msgstr "Habilitar vertical (flotante) interfaz compartida"
698
 
699
- #: ../admin/social_sharing.php:698
700
  msgid "Master control to enable vertical (floating) sharing widget"
701
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
702
 
703
- #: ../admin/social_sharing.php:874
704
- #: ../admin/like_buttons.php:498
705
  msgid "Background Color"
706
  msgstr "color de fondo"
707
 
708
- #: ../admin/social_sharing.php:884
709
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
710
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
711
 
712
- #: ../admin/social_sharing.php:914
713
- #: ../admin/like_buttons.php:538
714
  msgid "Left offset"
715
  msgstr "desplazamiento izquierda"
716
 
717
- #: ../admin/social_sharing.php:924
718
  #, fuzzy
719
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
720
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
721
 
722
- #: ../admin/social_sharing.php:934
723
- #: ../admin/like_buttons.php:558
724
  #, fuzzy
725
  msgid "Right offset"
726
  msgstr "desplazamiento izquierda"
727
 
728
- #: ../admin/social_sharing.php:944
729
  #, fuzzy
730
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
731
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
732
 
733
- #: ../admin/social_sharing.php:953
734
- #: ../admin/like_buttons.php:577
735
  msgid "Top offset"
736
  msgstr "superior compensar"
737
 
738
- #: ../admin/social_sharing.php:963
739
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
740
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
741
 
742
- #: ../admin/social_sharing.php:1004
743
  msgid "Specify the pages where you want to enable vertical Sharing interface"
744
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
745
 
746
- #: ../admin/social_sharing.php:1079
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  msgid "Facebook Sharing Troubleshooter"
748
  msgstr "Facebook Sharing Solucionador de problemas"
749
 
750
- #: ../admin/social_sharing.php:1084
751
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
752
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
753
 
754
- #: ../admin/social_sharing.php:1100
755
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
756
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
757
 
758
- #: ../admin/social_sharing.php:1101
759
  #, fuzzy
760
  msgid "How can I disable sharing on particular page/post?"
761
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
762
 
763
- #: ../admin/social_sharing.php:1102
764
  msgid "How can I specify minimum sharing count for sharing networks?"
765
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
766
 
767
- #: ../admin/social_sharing.php:1112
768
- #: ../admin/social_commenting.php:420
769
- #: ../admin/social_login.php:665
770
- #: ../admin/like_buttons.php:655
771
  msgid "Save Changes"
772
  msgstr "Guardar cambios"
773
 
@@ -777,19 +846,22 @@ msgid "Social Commenting"
777
  msgstr "Comentarios Facebook"
778
 
779
  #: ../admin/social_commenting.php:11
780
- #: ../admin/social_commenting.php:398
781
- #: ../admin/social_commenting.php:400
782
  msgid "Shortcode"
783
  msgstr "Shortcodes"
784
 
785
  #: ../admin/social_commenting.php:18
786
  #: ../admin/social_commenting.php:24
787
- #: ../admin/social_commenting.php:34
788
- #: ../admin/social_commenting.php:142
789
  #, fuzzy
790
  msgid "Enable Social Commenting"
791
  msgstr "Habilitar Social Login"
792
 
 
 
 
 
 
793
  #: ../admin/social_commenting.php:42
794
  msgid "Order of tabs in commenting interface"
795
  msgstr "Orden de pestañas en la interfaz comentar"
@@ -802,181 +874,176 @@ msgstr "Orden de las pestañas que se muestran en la interfaz comentando social.
802
  msgid "Comment area label"
803
  msgstr "Etiqueta área Comentario"
804
 
805
- #: ../admin/social_commenting.php:71
 
 
 
 
 
806
  msgid "Labels"
807
  msgstr "Etiquetas"
808
 
809
- #: ../admin/social_commenting.php:77
810
  #, fuzzy
811
  msgid "Label for WordPress Commenting tab"
812
  msgstr "WordPress Comentarios"
813
 
814
- #: ../admin/social_commenting.php:87
815
  #, fuzzy
816
  msgid "Label for Facebook Commenting tab"
817
  msgstr "Habilitar Comentarios Facebook"
818
 
819
- #: ../admin/social_commenting.php:97
820
  #, fuzzy
821
  msgid "Label for G+ Commenting tab"
822
  msgstr "Comentarios Facebook"
823
 
824
- #: ../admin/social_commenting.php:107
825
  msgid "Label for Disqus Commenting tab"
826
  msgstr "Etiqueta para pestaña Comentando Disqus"
827
 
828
- #: ../admin/social_commenting.php:118
829
  msgid "Facebook Commenting Options"
830
  msgstr "Opciones de Comentarios Facebook"
831
 
832
- #: ../admin/social_commenting.php:124
833
- msgid "<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation."
834
- msgstr "<strong>Nota:</strong> Envíanos un email a support@heateor.com habilitar Facebook Comentarios notificación y la moderación."
 
835
 
836
- #: ../admin/social_commenting.php:132
837
  msgid "Enable Facebook Commenting"
838
  msgstr "Habilitar Comentarios Facebook"
839
 
840
- #: ../admin/social_commenting.php:150
841
- #: ../admin/social_commenting.php:330
842
  msgid "Url to comment on"
843
  msgstr "URL donde comentar"
844
 
845
- #: ../admin/social_commenting.php:160
846
  #, fuzzy
847
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
848
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
849
 
850
- #: ../admin/social_commenting.php:168
851
- #: ../admin/social_commenting.php:312
852
  msgid "Width"
853
  msgstr "Ancho"
854
 
855
- #: ../admin/social_commenting.php:178
856
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
857
  msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
858
 
859
- #: ../admin/social_commenting.php:186
860
  msgid "Color Scheme"
861
  msgstr "Esquema de colores"
862
 
863
- #: ../admin/social_commenting.php:190
864
  msgid "Light"
865
  msgstr "Claro"
866
 
867
- #: ../admin/social_commenting.php:191
868
  msgid "Dark"
869
  msgstr "Obscuro"
870
 
871
- #: ../admin/social_commenting.php:199
872
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
873
  msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
874
 
875
- #: ../admin/social_commenting.php:207
876
  #, fuzzy
877
  msgid "Number of comments"
878
  msgstr "Número de publicaciones"
879
 
880
- #: ../admin/social_commenting.php:217
881
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
882
  msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
883
 
884
- #: ../admin/social_commenting.php:225
885
  msgid "Order by"
886
  msgstr "Ordenar por"
887
 
888
- #: ../admin/social_commenting.php:229
889
  msgid "Social"
890
  msgstr "Social"
891
 
892
- #: ../admin/social_commenting.php:230
893
  msgid "Reverse Time"
894
  msgstr "Revertir tiempo"
895
 
896
- #: ../admin/social_commenting.php:231
897
  msgid "Time"
898
  msgstr "Tiempo"
899
 
900
- #: ../admin/social_commenting.php:239
901
  msgid "The order to use when displaying comments."
902
  msgstr "El orden a utilizar cuando se muestran los comentarios."
903
 
904
- #: ../admin/social_commenting.php:247
905
- msgid "Mobile"
906
- msgstr "Móvil "
907
-
908
- #: ../admin/social_commenting.php:251
909
- msgid "Auto Detect"
910
- msgstr "Auto detectar"
911
-
912
  #: ../admin/social_commenting.php:252
913
- msgid "True"
914
- msgstr "Verdadero"
915
-
916
- #: ../admin/social_commenting.php:253
917
- msgid "False"
918
- msgstr "Falso"
919
-
920
- #: ../admin/social_commenting.php:261
921
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
922
- msgstr "Un valor booleano que especifica si se mostrará la versión optimizada para móviles o no. "
923
-
924
- #: ../admin/social_commenting.php:269
925
  #: ../admin/like_buttons.php:132
926
  #: ../admin/like_buttons.php:138
927
  msgid "Language"
928
  msgstr "Idioma"
929
 
930
- #: ../admin/social_commenting.php:279
931
  #, php-format
932
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
933
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
934
 
935
- #: ../admin/social_commenting.php:288
936
  #, fuzzy
937
  msgid "Google Plus Commenting Options"
938
  msgstr "Opciones de Comentarios Facebook"
939
 
940
- #: ../admin/social_commenting.php:294
941
- #: ../admin/social_commenting.php:304
942
  #, fuzzy
943
  msgid "Enable Google Plus Commenting"
944
  msgstr "Habilitar Comentarios Facebook"
945
 
946
- #: ../admin/social_commenting.php:322
947
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
948
  msgstr "Ancho de la interfaz Comentando GooglePlus. Dejar en blanco para el ajuste automático"
949
 
950
- #: ../admin/social_commenting.php:340
951
  #, fuzzy
952
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
953
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
954
 
955
- #: ../admin/social_commenting.php:349
956
  #, fuzzy
957
  msgid "Disqus Commenting Options"
958
  msgstr "Opciones de Comentarios Facebook"
959
 
960
- #: ../admin/social_commenting.php:355
961
- #: ../admin/social_commenting.php:365
962
  #, fuzzy
963
  msgid "Enable Disqus Commenting"
964
  msgstr "Habilitar Comentarios Facebook"
965
 
966
- #: ../admin/social_commenting.php:373
967
  msgid "Disqus Shortname"
968
  msgstr ""
969
 
970
- #: ../admin/social_commenting.php:383
971
  #, fuzzy
972
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
973
  msgstr "<strong>Necesario para utilizar Disqus comentar.</strong> Lo puedes encontrar en la sección de configuración del plugin Disqus como se muestra en la siguiente imagen"
974
 
975
- #: ../admin/social_commenting.php:412
 
 
 
 
 
976
  #, fuzzy
977
  msgid "How can I disable Social Commenting at individual page/post?"
978
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
979
 
 
 
 
 
980
  #: ../admin/social_login.php:10
981
  msgid "Social Login"
982
  msgstr "Social Login"
@@ -1150,143 +1217,175 @@ msgstr "Habilitar en formulario de Comentario"
1150
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1151
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1152
 
1153
- #: ../admin/social_login.php:390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1154
  msgid "Auto-approve comments made by Social Login users"
1155
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1156
 
1157
- #: ../admin/social_login.php:400
1158
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1159
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1160
 
1161
- #: ../admin/social_login.php:401
1162
  msgid "Note: This is not related to Facebook comments"
1163
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1164
 
1165
- #: ../admin/social_login.php:411
1166
  msgid "Enable social avatar"
1167
  msgstr "Habilitar avatar Social"
1168
 
1169
- #: ../admin/social_login.php:421
1170
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1171
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1172
 
1173
- #: ../admin/social_login.php:431
1174
  msgid "Avatar quality"
1175
  msgstr "Avatar calidad"
1176
 
1177
- #: ../admin/social_login.php:434
1178
  msgid "Average"
1179
  msgstr "promedio"
1180
 
1181
- #: ../admin/social_login.php:435
1182
  msgid "Better"
1183
  msgstr "mejor"
1184
 
1185
- #: ../admin/social_login.php:442
1186
  msgid "Choose avatar quality"
1187
  msgstr "Elija la calidad avatar"
1188
 
1189
- #: ../admin/social_login.php:461
1190
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1191
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1192
 
1193
- #: ../admin/social_login.php:470
1194
  msgid "Send username-password after user registration"
1195
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1196
 
1197
- #: ../admin/social_login.php:480
1198
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1199
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1200
 
1201
- #: ../admin/social_login.php:489
1202
  msgid "Enable social account linking at BuddyPress profile page"
1203
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1204
 
1205
- #: ../admin/social_login.php:499
1206
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1207
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1208
 
1209
- #: ../admin/social_login.php:508
1210
  msgid "Login redirection"
1211
  msgstr "Redireccionamiento de inicio de sesión"
1212
 
1213
- #: ../admin/social_login.php:512
1214
  msgid "Same page where user logged in"
1215
  msgstr "La misma página donde el usuario ha iniciado sesión"
1216
 
1217
- #: ../admin/social_login.php:516
1218
- #: ../admin/social_login.php:546
1219
  msgid "Account dashboard"
1220
  msgstr "Panel de cuenta"
1221
 
1222
- #: ../admin/social_login.php:519
1223
- #: ../admin/social_login.php:549
1224
  msgid "BuddyPress profile page"
1225
  msgstr "Página de perfil BuddyPress"
1226
 
1227
- #: ../admin/social_login.php:522
1228
- #: ../admin/social_login.php:552
1229
  msgid "Custom Url"
1230
  msgstr "Url personalizada"
1231
 
1232
- #: ../admin/social_login.php:530
1233
  msgid "User will be redirected to the selected page after Social Login"
1234
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1235
 
1236
- #: ../admin/social_login.php:538
1237
  msgid "Registration redirection"
1238
  msgstr "redirección de registro"
1239
 
1240
- #: ../admin/social_login.php:542
1241
  #, fuzzy
1242
  msgid "Same page from where user registered"
1243
  msgstr "La misma página donde el usuario ha iniciado sesión"
1244
 
1245
- #: ../admin/social_login.php:560
1246
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1247
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1248
 
1249
- #: ../admin/social_login.php:568
1250
  msgid "Email popup options"
1251
  msgstr "opciones emergentes de correo electrónico"
1252
 
1253
- #: ../admin/social_login.php:574
1254
  msgid "Text on 'Email required' popup"
1255
  msgstr "Texto en 'Email required' popup"
1256
 
1257
- #: ../admin/social_login.php:584
1258
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1259
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1260
 
1261
- #: ../admin/social_login.php:593
1262
  msgid "Error message for 'Email required' popup"
1263
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1264
 
1265
- #: ../admin/social_login.php:603
1266
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1267
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1268
 
1269
- #: ../admin/social_login.php:612
1270
  msgid "Email popup height"
1271
  msgstr "email altura popup"
1272
 
1273
- #: ../admin/social_login.php:622
1274
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1275
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1276
 
1277
- #: ../admin/social_login.php:630
1278
  msgid "Enable email verification"
1279
  msgstr "Habilitar verificación de correo electrónico"
1280
 
1281
- #: ../admin/social_login.php:640
1282
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1283
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1284
 
1285
- #: ../admin/social_login.php:656
1286
  #, fuzzy
1287
- msgid "Sortcode & Widget"
1288
  msgstr "Widgets y shortcodes"
1289
 
 
 
 
 
1290
  #: ../admin/admin.php:8
1291
  msgid "Welcome"
1292
  msgstr "Bienvenida"
@@ -1350,117 +1449,151 @@ msgid "Enter the code of the language you want to use to render counters. You ca
1350
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1351
 
1352
  #: ../admin/like_buttons.php:157
1353
- msgid "Twitter username in tweet button"
1354
- msgstr "Twitter nombre de usuario en el botón de Twitter"
 
 
 
 
 
 
1355
 
1356
  #: ../admin/like_buttons.php:173
1357
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1358
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1359
 
1360
- #: ../admin/like_buttons.php:183
 
 
 
 
 
 
 
 
 
 
1361
  #, fuzzy
1362
  msgid "Horizontal Interface Options"
1363
  msgstr "Horizontales Opciones para compartir la interfaz de"
1364
 
1365
- #: ../admin/like_buttons.php:189
1366
  #, fuzzy
1367
  msgid "Enable horizontal interface"
1368
  msgstr "Habilitar interfaz de intercambio horizontal"
1369
 
1370
- #: ../admin/like_buttons.php:199
1371
  #, fuzzy
1372
  msgid "Master control to enable horizontal like buttons"
1373
  msgstr "Control maestro para permitir el intercambio horizontal"
1374
 
1375
- #: ../admin/like_buttons.php:224
1376
- #: ../admin/like_buttons.php:439
1377
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1378
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
1379
 
1380
- #: ../admin/like_buttons.php:242
1381
  #, fuzzy
1382
  msgid "The text to display above the interface"
1383
  msgstr "El texto que se muestra por encima de la interfaz compartida "
1384
 
1385
- #: ../admin/like_buttons.php:250
1386
- #: ../admin/like_buttons.php:447
1387
  #, fuzzy
1388
  msgid "Select and rearrange providers"
1389
  msgstr "Seleccionar proveedores"
1390
 
1391
- #: ../admin/like_buttons.php:294
1392
- #: ../admin/like_buttons.php:490
1393
  #, fuzzy
1394
  msgid "Select the providers for interface. Drag them to rearrange."
1395
  msgstr "Seleccione los proveedores para compartir la interfaz"
1396
 
1397
- #: ../admin/like_buttons.php:316
1398
- #: ../admin/like_buttons.php:529
1399
  #, fuzzy
1400
  msgid "Horizontal alignment of the interface"
1401
  msgstr "Habilitar interfaz de intercambio horizontal"
1402
 
1403
- #: ../admin/like_buttons.php:337
1404
  #, fuzzy
1405
  msgid "Specify position of the interface with respect to the content"
1406
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1407
 
1408
- #: ../admin/like_buttons.php:345
1409
- #: ../admin/like_buttons.php:595
1410
  #, fuzzy
1411
  msgid "Interface location"
1412
  msgstr "Ubicación de uso compartido"
1413
 
1414
- #: ../admin/like_buttons.php:388
1415
  #, fuzzy
1416
  msgid "Specify the pages where you want to enable interface"
1417
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1418
 
1419
- #: ../admin/like_buttons.php:398
1420
  #, fuzzy
1421
  msgid "Vertical (Floating) like buttons Options"
1422
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1423
 
1424
- #: ../admin/like_buttons.php:404
1425
  #, fuzzy
1426
  msgid "Enable vertical (floating) like buttons"
1427
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1428
 
1429
- #: ../admin/like_buttons.php:414
1430
  #, fuzzy
1431
  msgid "Master control to enable vertical (floating) counter widget"
1432
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1433
 
1434
- #: ../admin/like_buttons.php:508
1435
  #, fuzzy
1436
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1437
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1438
 
1439
- #: ../admin/like_buttons.php:548
1440
  #, fuzzy
1441
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1442
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1443
 
1444
- #: ../admin/like_buttons.php:568
1445
  #, fuzzy
1446
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1447
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1448
 
1449
- #: ../admin/like_buttons.php:587
1450
  #, fuzzy
1451
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1452
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
1453
 
1454
- #: ../admin/like_buttons.php:628
1455
  #, fuzzy
1456
  msgid "Specify the pages where you want to enable vertical interface"
1457
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1458
 
1459
- #: ../inc/social_sharing.php:539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1460
  msgid "Invalid request"
1461
  msgstr "petición no válida"
1462
 
1463
- #: ../inc/social_sharing.php:546
1464
  msgid "Providers not selected"
1465
  msgstr "Los proveedores no seleccionados"
1466
 
@@ -1481,28 +1614,28 @@ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\
1481
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1482
 
1483
  #: ../inc/widget.php:79
1484
- #: ../inc/widget.php:218
1485
- #: ../inc/widget.php:518
1486
  msgid "Title:"
1487
  msgstr "Titulo:"
1488
 
1489
  #: ../inc/widget.php:81
1490
- #: ../inc/widget.php:230
1491
- #: ../inc/widget.php:528
1492
  msgid "Before widget content:"
1493
  msgstr " Antes del contenido del widget:"
1494
 
1495
  #: ../inc/widget.php:83
1496
- #: ../inc/widget.php:232
1497
- #: ../inc/widget.php:530
1498
  msgid "After widget content:"
1499
  msgstr "Después del contenido del widget:"
1500
 
1501
  #: ../inc/widget.php:86
1502
- #: ../inc/widget.php:234
1503
- #: ../inc/widget.php:395
1504
- #: ../inc/widget.php:532
1505
- #: ../inc/widget.php:682
1506
  msgid "Hide for logged in users:"
1507
  msgstr "Ocultar para los usuarios registrados:"
1508
 
@@ -1511,80 +1644,135 @@ msgstr "Ocultar para los usuarios registrados:"
1511
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1512
  msgstr "Widget Horizontal. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1513
 
1514
- #: ../inc/widget.php:217
1515
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1516
  msgstr "Asegúrese de que \"Horizontal Social Sharing\" se habilita desde página \"Super Socializer > Social Sharing\"."
1517
 
1518
- #: ../inc/widget.php:220
1519
- #: ../inc/widget.php:366
 
 
 
 
 
 
1520
  #, fuzzy
1521
- msgid "Show share counts:"
1522
  msgstr "conteos muestran acciones"
1523
 
1524
- #: ../inc/widget.php:222
1525
- #: ../inc/widget.php:368
1526
- #: ../inc/widget.php:520
1527
- #: ../inc/widget.php:655
1528
  msgid "Target Url:"
1529
  msgstr "Target Url:"
1530
 
1531
- #: ../inc/widget.php:224
1532
- #: ../inc/widget.php:370
1533
- #: ../inc/widget.php:522
1534
- #: ../inc/widget.php:657
1535
  msgid "Select"
1536
  msgstr "seleccionar"
1537
 
1538
- #: ../inc/widget.php:253
1539
  #, fuzzy
1540
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1541
  msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1542
 
1543
- #: ../inc/widget.php:365
1544
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1545
  msgstr "Asegúrese de que \"Vertical Social Sharing\" se habilita desde página \"Super Socializer > Social Sharing\"."
1546
 
1547
- #: ../inc/widget.php:376
1548
- #: ../inc/widget.php:663
1549
  msgid "Alignment"
1550
  msgstr "Alineamiento"
1551
 
1552
- #: ../inc/widget.php:382
1553
- #: ../inc/widget.php:669
1554
  #, fuzzy
1555
  msgid "Left Offset"
1556
  msgstr "Desplazamiento hacia la izquierda:"
1557
 
1558
- #: ../inc/widget.php:386
1559
- #: ../inc/widget.php:673
1560
  #, fuzzy
1561
  msgid "Right Offset"
1562
  msgstr "desplazamiento izquierda"
1563
 
1564
- #: ../inc/widget.php:389
1565
- #: ../inc/widget.php:676
1566
  #, fuzzy
1567
  msgid "Top Offset"
1568
  msgstr "Margen superior:"
1569
 
1570
- #: ../inc/widget.php:414
1571
  #, fuzzy
1572
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1573
  msgstr "Widget Horizontal. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1574
 
1575
- #: ../inc/widget.php:517
1576
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1577
  msgstr "Asegúrese de que los \"horizontal como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
1578
 
1579
- #: ../inc/widget.php:551
1580
  #, fuzzy
1581
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1582
  msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1583
 
1584
- #: ../inc/widget.php:654
1585
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1586
  msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
1587
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1588
  #~ msgid ""
1589
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1590
  #~ "redirect_uri</strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 22:04+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 22:22+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Asegúrese CURL está activado en tu servidor web. Puede que tenga que ponerse en contacto con el administrador del servidor de su sitio web para comprobar esto"
27
 
28
+ #: ../super_socializer.php:351
29
  msgid "Please verify your email address to login."
30
  msgstr "Verifique por favor su dirección de correo electrónico para iniciar sesión"
31
 
32
+ #: ../super_socializer.php:351
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Su email ha sido verificado. Ahora puede acceder a su cuenta"
35
 
36
+ #: ../super_socializer.php:355
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
+ #: ../super_socializer.php:377
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Por favor revise su bandeja de entrada de correo electrónico para completar el registro"
48
 
49
+ #: ../super_socializer.php:390
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Siga los pasos 11 y 12 en la página de configuración de aplicación de Google Plus, a punto de abrir"
52
 
53
+ #: ../super_socializer.php:468
54
  msgid "Leave a reply"
55
  msgstr "Deja una Respuesta"
56
 
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr "Pequeño Avatar Url"
65
+
66
  #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "Target Url"
70
+
71
+ #: ../super_socializer.php:612
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Enviar que ha introducido ya está registrado o no válido"
74
 
75
+ #: ../super_socializer.php:616
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
78
 
80
  msgid "Options saved successfully"
81
  msgstr "Opciones guardadas correctamente"
82
 
83
+ #: ../helper.php:149
84
  msgid "Click to show help"
85
  msgstr "Haga clic para mostrar ayuda"
86
 
87
+ #: ../helper.php:149
88
  msgid "Click to hide help"
89
  msgstr "Haga clic para ocultar ayuda"
90
 
91
+ #: ../helper.php:189
92
  msgid "Settings"
93
  msgstr "Configuración"
94
 
95
+ #: ../helper.php:502
96
  #, fuzzy
97
  msgid "Account linked successfully"
98
  msgstr "Opciones guardadas correctamente"
99
 
100
+ #: ../helper.php:506
101
  msgid "Account already exists or linked"
102
  msgstr "Cuenta ya existe o vinculado"
103
 
104
+ #: ../helper.php:515
105
  #, fuzzy
106
  msgid "You are already connected with"
107
  msgstr "Usted está listo para Socializar su sitio web."
108
 
109
+ #: ../helper.php:515
110
  msgid "as primary social network"
111
  msgstr "como red social primaria"
112
 
113
+ #: ../helper.php:530
114
  msgid "Link your social account to login to your account at this website"
115
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
116
 
117
+ #: ../helper.php:567
118
  msgid "Currently"
119
  msgstr "actualmente"
120
 
121
+ #: ../helper.php:567
122
  msgid "Remove"
123
  msgstr "quitar"
124
 
125
+ #: ../helper.php:668
126
  msgid "Disable Horizontal Social Sharing on this "
127
  msgstr "Desactivar Horizontal Intercambio Social en esta"
128
 
129
+ #: ../helper.php:673
130
  msgid "Disable Vertical Social Sharing on this "
131
  msgstr "Desactivar Vertical Intercambio Social en esta"
132
 
133
+ #: ../helper.php:678
134
  #, fuzzy
135
  msgid "Disable Horizontal like buttons on this "
136
  msgstr "Desactivar Horizontal Intercambio Social en esta"
137
 
138
+ #: ../helper.php:683
139
  #, fuzzy
140
  msgid "Disable Vertical like buttons on this "
141
  msgstr "Desactivar Vertical Intercambio Social en esta"
142
 
143
+ #: ../helper.php:688
144
  #, fuzzy
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Habilitar Comentarios Facebook"
147
 
148
+ #: ../helper.php:697
149
  #, fuzzy
150
  msgid "Horizontal sharing"
151
  msgstr "Horizontales Opciones para compartir la interfaz de"
152
 
153
+ #: ../helper.php:703
154
+ #: ../helper.php:722
155
  #, fuzzy
156
  msgid "Starting share count for "
157
  msgstr "conteos muestran acciones"
158
 
159
+ #: ../helper.php:716
160
  #, fuzzy
161
  msgid "Vertical sharing"
162
  msgstr "Social Sharing"
177
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
178
  msgstr "Somos un equipo creativo con ideas únicas en la mente y el servicio en el corazón. Nos encanta lo que hacemos. Para obtener más información, únase a nosotros en"
179
 
180
+ #: ../admin/help.php:18
181
  msgid "Plugin Demo"
182
  msgstr "Demostración Plugin"
183
 
184
+ #: ../admin/help.php:24
185
+ msgid "Add-ons"
186
+ msgstr "Complementos"
187
 
188
+ #: ../admin/help.php:29
189
+ msgid "Need Help?"
190
+ msgstr "Necesitas Ayuda?"
191
 
192
+ #: ../admin/help.php:31
193
  #, fuzzy
194
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
195
+ msgstr "Si quieres características personalizadas en el plugin, lo que puedo hacer por usted. Simplemente envíeme un correo electrónico a lordofthechamps@gmail.com"
196
 
 
 
 
 
 
197
  #: ../admin/help.php:36
198
+ #, fuzzy
199
+ msgid "Support Us"
200
+ msgstr "Soporte"
201
+
202
+ #: ../admin/help.php:39
203
+ #: ../admin/help.php:42
204
+ #: ../admin/help.php:43
205
+ #: ../admin/help.php:44
206
+ #: ../admin/help.php:45
207
+ #: ../admin/help.php:46
208
  msgid "Rate 5-star"
209
  msgstr "Tasa de 5 estrellas"
210
 
211
+ #: ../admin/help.php:54
212
+ #: ../admin/social_sharing.php:437
213
+ #: ../admin/social_sharing.php:815
214
  #: ../admin/social_login.php:46
215
  msgid "Facebook"
216
  msgstr ""
217
 
 
 
 
 
 
 
 
 
 
218
  #: ../admin/social_sharing.php:11
219
  #: ../admin/social_sharing.php:22
220
  #: ../admin/social_login.php:9
235
  msgstr "Ubicación de uso compartido"
236
 
237
  #: ../admin/social_sharing.php:14
238
+ #: ../admin/social_sharing.php:1192
 
239
  #: ../admin/social_login.php:11
240
+ #: ../admin/social_login.php:714
241
  #: ../admin/like_buttons.php:13
242
+ #: ../admin/like_buttons.php:712
 
243
  msgid "Shortcode & Widget"
244
  msgstr "Widgets y shortcodes"
245
 
248
  msgstr "Solucionador de problemas"
249
 
250
  #: ../admin/social_sharing.php:16
251
+ #: ../admin/social_sharing.php:1223
252
  #: ../admin/social_commenting.php:12
253
+ #: ../admin/social_commenting.php:393
254
  msgid "FAQ"
255
  msgstr ""
256
 
322
  msgid "Vertical interface options"
323
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
324
 
325
+ #: ../admin/social_sharing.php:233
326
+ msgid "Modernizr"
327
+ msgstr ""
328
+
329
+ #: ../admin/social_sharing.php:239
330
+ msgid "Do not load Modernizr JS"
331
+ msgstr "No cargue Modernizr JS"
332
+
333
+ #: ../admin/social_sharing.php:249
334
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
335
+ msgstr "Si usted encuentra el plugin romper su tema, puede intentar activar esta opción"
336
+
337
+ #: ../admin/social_sharing.php:258
338
  #: ../admin/like_buttons.php:51
339
  #, fuzzy
340
  msgid "Url shortener"
341
  msgstr "bit.ly url acortador"
342
 
343
+ #: ../admin/social_sharing.php:264
344
  msgid "Use shortlinks already installed"
345
  msgstr "Use shortlinks ya instalados"
346
 
347
+ #: ../admin/social_sharing.php:274
348
  #: ../admin/like_buttons.php:67
349
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
350
  msgstr "Permite URLs acortadas que se usará al compartir contenido, si se instala un plugin acortamiento"
351
 
352
+ #: ../admin/social_sharing.php:282
353
  msgid "Enable bit.ly url shortener for sharing"
354
  msgstr "Habilitar acortador de url bit.ly para compartir"
355
 
356
+ #: ../admin/social_sharing.php:292
357
  #: ../admin/like_buttons.php:85
358
  #, fuzzy
359
  msgid "Master control to enable bit.ly url shortening for sharing"
360
  msgstr "Control maestro para permitir el intercambio horizontal"
361
 
362
+ #: ../admin/social_sharing.php:300
363
  #: ../admin/like_buttons.php:93
364
  msgid "bit.ly username"
365
  msgstr "bit.ly nombre de usuario"
366
 
367
+ #: ../admin/social_sharing.php:310
368
  #: ../admin/like_buttons.php:103
369
  #, fuzzy, php-format
370
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
371
  msgstr "Requerido para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\">en este enlace</a> para obtener Twitter Secreto del Consumidor"
372
 
373
+ #: ../admin/social_sharing.php:319
374
  #: ../admin/like_buttons.php:112
375
  #, fuzzy
376
  msgid "bit.ly API Key"
377
  msgstr "Clave Consumidor Twitter"
378
 
379
+ #: ../admin/social_sharing.php:329
380
  #: ../admin/like_buttons.php:122
381
  #, fuzzy, php-format
382
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
383
  msgstr "Requerida para que funcione Twitter Social Login. Por favor, siga la documentación <a href=\"%s\" target=\"_blank\"> en este enlace</a> para obtener su Clave Consumidor Twitter"
384
 
385
+ #: ../admin/social_sharing.php:339
386
  msgid "Twitter username in sharing"
387
  msgstr "Twitter nombre de usuario en el intercambio"
388
 
389
+ #: ../admin/social_sharing.php:345
 
390
  msgid "Twitter username (without @)"
391
  msgstr "Twitter nombre de usuario (sin @)"
392
 
393
+ #: ../admin/social_sharing.php:355
394
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
395
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se comparte como \"a travésUSERNAME\". Dejar vacío si no desea que cualquier nombre de usuario en el contenido que se comparte."
396
 
397
+ #: ../admin/social_sharing.php:365
398
  msgid "Horizontal Sharing Interface Options"
399
  msgstr "Horizontales Opciones para compartir la interfaz de"
400
 
401
+ #: ../admin/social_sharing.php:371
402
  msgid "Enable horizontal sharing interface"
403
  msgstr "Habilitar interfaz de intercambio horizontal"
404
 
405
+ #: ../admin/social_sharing.php:381
406
  msgid "Master control to enable horizontal sharing"
407
  msgstr "Control maestro para permitir el intercambio horizontal"
408
 
409
+ #: ../admin/social_sharing.php:391
410
+ #: ../admin/social_sharing.php:787
411
+ #: ../admin/like_buttons.php:227
412
+ #: ../admin/like_buttons.php:465
413
  msgid "Target Url"
414
  msgstr "Target Url"
415
 
416
+ #: ../admin/social_sharing.php:395
417
+ #: ../admin/social_sharing.php:791
418
+ #: ../admin/like_buttons.php:231
419
+ #: ../admin/like_buttons.php:469
420
  msgid "Url of the webpage where icons are located (default)"
421
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
422
 
423
+ #: ../admin/social_sharing.php:397
424
+ #: ../admin/social_sharing.php:793
425
+ #: ../admin/like_buttons.php:233
426
+ #: ../admin/like_buttons.php:471
427
  msgid "Url of the homepage of your website"
428
  msgstr "Url de la página principal de su sitio web"
429
 
430
+ #: ../admin/social_sharing.php:399
431
+ #: ../admin/social_sharing.php:795
432
+ #: ../admin/like_buttons.php:235
433
+ #: ../admin/like_buttons.php:473
434
  #, fuzzy
435
  msgid "Custom url"
436
  msgstr "Url personalizada"
437
 
438
+ #: ../admin/social_sharing.php:406
439
+ #: ../admin/social_sharing.php:802
440
  msgid "Url to share"
441
  msgstr "Url compartir"
442
 
443
+ #: ../admin/social_sharing.php:414
444
  #: ../admin/social_login.php:314
445
+ #: ../admin/like_buttons.php:250
446
  msgid "Title"
447
  msgstr "Titulo"
448
 
449
+ #: ../admin/social_sharing.php:424
450
  msgid "The text to display above the sharing interface"
451
  msgstr "El texto que se muestra por encima de la interfaz compartida "
452
 
453
+ #: ../admin/social_sharing.php:432
454
+ #: ../admin/social_sharing.php:810
455
  #: ../admin/social_login.php:41
456
  msgid "Select providers"
457
  msgstr "Seleccionar proveedores"
458
 
459
+ #: ../admin/social_sharing.php:442
460
+ #: ../admin/social_sharing.php:820
461
  #: ../admin/social_login.php:50
462
  msgid "Twitter"
463
  msgstr ""
464
 
465
+ #: ../admin/social_sharing.php:447
466
+ #: ../admin/social_sharing.php:825
467
  #: ../admin/social_login.php:54
468
  msgid "LinkedIn"
469
  msgstr ""
470
 
471
+ #: ../admin/social_sharing.php:452
472
+ #: ../admin/social_sharing.php:830
473
  #: ../admin/social_login.php:58
474
  msgid "Google+"
475
  msgstr ""
476
 
477
+ #: ../admin/social_sharing.php:457
478
+ #: ../admin/social_sharing.php:835
479
  msgid "Print"
480
  msgstr "Impresión"
481
 
482
+ #: ../admin/social_sharing.php:462
483
+ #: ../admin/social_sharing.php:840
484
  msgid "Email"
485
  msgstr ""
486
 
487
+ #: ../admin/social_sharing.php:467
488
+ #: ../admin/social_sharing.php:845
489
  msgid "Yahoo"
490
  msgstr ""
491
 
492
+ #: ../admin/social_sharing.php:472
493
+ #: ../admin/social_sharing.php:850
494
  msgid "Reddit"
495
  msgstr ""
496
 
497
+ #: ../admin/social_sharing.php:477
498
+ #: ../admin/social_sharing.php:855
499
  msgid "Digg"
500
  msgstr ""
501
 
502
+ #: ../admin/social_sharing.php:482
503
+ #: ../admin/social_sharing.php:860
504
  msgid "Delicious"
505
  msgstr ""
506
 
507
+ #: ../admin/social_sharing.php:487
508
+ #: ../admin/social_sharing.php:865
509
  msgid "StumbleUpon"
510
  msgstr ""
511
 
512
+ #: ../admin/social_sharing.php:492
513
+ #: ../admin/social_sharing.php:870
514
  msgid "Float it"
515
  msgstr ""
516
 
517
+ #: ../admin/social_sharing.php:497
518
+ #: ../admin/social_sharing.php:875
519
  msgid "Tumblr"
520
  msgstr ""
521
 
522
+ #: ../admin/social_sharing.php:502
523
+ #: ../admin/social_sharing.php:880
524
  #: ../admin/social_login.php:62
525
  msgid "Vkontakte"
526
  msgstr ""
527
 
528
+ #: ../admin/social_sharing.php:507
529
+ #: ../admin/social_sharing.php:885
530
  msgid "Pinterest"
531
  msgstr ""
532
 
533
+ #: ../admin/social_sharing.php:512
534
+ #: ../admin/social_sharing.php:890
535
  #: ../admin/social_login.php:70
536
  msgid "Xing"
537
  msgstr ""
538
 
539
+ #: ../admin/social_sharing.php:517
540
+ #: ../admin/social_sharing.php:895
541
  msgid "Whatsapp"
542
  msgstr ""
543
 
544
+ #: ../admin/social_sharing.php:522
545
+ #: ../admin/social_sharing.php:900
546
+ msgid "Yummly"
547
+ msgstr ""
548
+
549
+ #: ../admin/social_sharing.php:527
550
+ #: ../admin/social_sharing.php:905
551
+ msgid "Buffer"
552
+ msgstr ""
553
+
554
+ #: ../admin/social_sharing.php:535
555
+ #: ../admin/social_sharing.php:913
556
  msgid "Select the providers for sharing interface"
557
  msgstr "Seleccione los proveedores para compartir la interfaz"
558
 
559
+ #: ../admin/social_sharing.php:543
560
+ #: ../admin/social_sharing.php:921
561
  msgid "Rearrange icons"
562
  msgstr "Reorganizar iconos"
563
 
564
+ #: ../admin/social_sharing.php:578
565
+ #: ../admin/social_sharing.php:956
566
  msgid "Drag the icons to rearrange in desired order"
567
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
568
 
569
+ #: ../admin/social_sharing.php:586
570
+ #: ../admin/social_sharing.php:982
571
+ #: ../admin/like_buttons.php:320
572
+ #: ../admin/like_buttons.php:557
573
  #, fuzzy
574
  msgid "Horizontal alignment"
575
  msgstr "Horizontales Opciones para compartir la interfaz de"
576
 
577
+ #: ../admin/social_sharing.php:590
578
+ #: ../admin/social_sharing.php:986
579
+ #: ../admin/like_buttons.php:324
580
+ #: ../admin/like_buttons.php:561
581
  msgid "Left"
582
  msgstr "izquierda"
583
 
584
+ #: ../admin/social_sharing.php:591
585
+ #: ../admin/like_buttons.php:325
586
  msgid "Center"
587
  msgstr "centro"
588
 
589
+ #: ../admin/social_sharing.php:592
590
+ #: ../admin/social_sharing.php:987
591
+ #: ../admin/like_buttons.php:326
592
+ #: ../admin/like_buttons.php:562
593
  #, fuzzy
594
  msgid "Right"
595
  msgstr "Claro"
596
 
597
+ #: ../admin/social_sharing.php:600
598
+ #: ../admin/social_sharing.php:995
599
  #, fuzzy
600
  msgid "Horizontal alignment of the sharing interface"
601
  msgstr "Habilitar interfaz de intercambio horizontal"
602
 
603
+ #: ../admin/social_sharing.php:608
604
+ #: ../admin/like_buttons.php:342
605
  msgid "Position with respect to content"
606
  msgstr "Posición con respecto al contenido"
607
 
608
+ #: ../admin/social_sharing.php:612
609
+ #: ../admin/like_buttons.php:346
610
  msgid "Top of the content"
611
  msgstr "Parte superior del contenido"
612
 
613
+ #: ../admin/social_sharing.php:614
614
+ #: ../admin/like_buttons.php:348
615
  msgid "Bottom of the content"
616
  msgstr "Parte inferior del contenido"
617
 
618
+ #: ../admin/social_sharing.php:621
619
  msgid "Specify position of the sharing interface with respect to the content"
620
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
621
 
622
+ #: ../admin/social_sharing.php:629
623
+ #: ../admin/social_sharing.php:1061
624
  msgid "Sharing location"
625
  msgstr "Ubicación de uso compartido"
626
 
627
+ #: ../admin/social_sharing.php:633
628
+ #: ../admin/social_sharing.php:1065
629
+ #: ../admin/social_login.php:574
630
+ #: ../admin/social_login.php:604
631
+ #: ../admin/like_buttons.php:367
632
+ #: ../admin/like_buttons.php:640
633
  msgid "Homepage"
634
  msgstr "Página de inicio"
635
 
636
+ #: ../admin/social_sharing.php:635
637
+ #: ../admin/social_sharing.php:1067
638
+ #: ../admin/like_buttons.php:369
639
+ #: ../admin/like_buttons.php:642
640
  msgid "Posts"
641
  msgstr "Publicaciones"
642
 
643
+ #: ../admin/social_sharing.php:637
644
+ #: ../admin/social_sharing.php:1069
645
+ #: ../admin/like_buttons.php:371
646
+ #: ../admin/like_buttons.php:644
647
  msgid "Pages"
648
  msgstr "Páginas"
649
 
650
+ #: ../admin/social_sharing.php:639
651
+ #: ../admin/social_sharing.php:1071
652
+ #: ../admin/like_buttons.php:373
653
+ #: ../admin/like_buttons.php:646
654
  msgid "Excerpts"
655
  msgstr "Extractos"
656
 
657
+ #: ../admin/social_sharing.php:641
658
+ #: ../admin/social_sharing.php:1073
659
+ #: ../admin/like_buttons.php:375
660
+ #: ../admin/like_buttons.php:648
661
  msgid "Category Archives"
662
  msgstr "Archivos de la categoría"
663
 
664
+ #: ../admin/social_sharing.php:643
665
+ #: ../admin/social_sharing.php:1075
666
+ #: ../admin/like_buttons.php:377
667
+ #: ../admin/like_buttons.php:650
668
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
669
  msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
670
 
671
+ #: ../admin/social_sharing.php:659
672
+ #: ../admin/like_buttons.php:393
673
  msgid "BuddyPress activity and groups"
674
  msgstr "Actividad y grupos BuddyPress"
675
 
676
+ #: ../admin/social_sharing.php:665
677
+ #: ../admin/social_sharing.php:1090
678
+ #: ../admin/like_buttons.php:400
679
+ #: ../admin/like_buttons.php:665
680
  msgid "BBPress forum"
681
  msgstr "foro BBPress"
682
 
683
+ #: ../admin/social_sharing.php:668
684
+ #: ../admin/social_sharing.php:1093
685
+ #: ../admin/like_buttons.php:403
686
+ #: ../admin/like_buttons.php:668
687
  msgid "BBPress topic"
688
  msgstr "tema BBPress"
689
 
690
+ #: ../admin/social_sharing.php:671
691
+ #: ../admin/like_buttons.php:406
692
  msgid "BBPress reply"
693
  msgstr "BBPress respuesta"
694
 
695
+ #: ../admin/social_sharing.php:678
696
+ #: ../admin/like_buttons.php:412
697
+ msgid "After individual product at WooCommerce Shop page"
698
+ msgstr "Después de cada producto en la página WooCommerce Shop"
699
+
700
+ #: ../admin/social_sharing.php:681
701
+ #: ../admin/like_buttons.php:415
702
+ msgid "WooCommerce Product Page"
703
+ msgstr "WooCommerce Product Page"
704
+
705
+ #: ../admin/social_sharing.php:684
706
+ #: ../admin/like_buttons.php:418
707
+ msgid "WooCommerce Thankyou Page"
708
+ msgstr "WooCommerce Gracias Página"
709
+
710
+ #: ../admin/social_sharing.php:695
711
  msgid "Specify the pages where you want to enable Sharing interface"
712
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
713
 
714
+ #: ../admin/social_sharing.php:703
715
+ #: ../admin/social_sharing.php:1111
716
  msgid "Show share counts"
717
  msgstr "conteos muestran acciones"
718
 
719
+ #: ../admin/social_sharing.php:713
720
+ #: ../admin/social_sharing.php:1121
721
  msgid "If enabled, share counts are displayed above sharing icons."
722
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
723
 
724
+ #: ../admin/social_sharing.php:722
725
+ #: ../admin/social_sharing.php:1130
726
+ #, fuzzy
727
+ msgid "Show total shares"
728
+ msgstr "conteos muestran acciones"
729
+
730
+ #: ../admin/social_sharing.php:732
731
+ #: ../admin/social_sharing.php:1140
732
+ #, fuzzy
733
+ msgid "If enabled, total shares will be displayed with sharing icons"
734
+ msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
735
+
736
+ #: ../admin/social_sharing.php:741
737
+ #: ../admin/social_sharing.php:1149
738
  #, fuzzy
739
  msgid "Enable 'More' icon"
740
  msgstr "Habilitar verificación de correo electrónico"
741
 
742
+ #: ../admin/social_sharing.php:751
743
+ #: ../admin/social_sharing.php:1159
744
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
745
  msgstr "Si se activa, icono \"Más\" se mostrará iconos de intercambio después de seleccionados que muestra las redes de intercambio adicionales en popup"
746
 
747
+ #: ../admin/social_sharing.php:761
748
  msgid "Vertical (Floating) Sharing Interface Options"
749
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
750
 
751
+ #: ../admin/social_sharing.php:767
752
  msgid "Enable vertical (floating) sharing interface"
753
  msgstr "Habilitar vertical (flotante) interfaz compartida"
754
 
755
+ #: ../admin/social_sharing.php:777
756
  msgid "Master control to enable vertical (floating) sharing widget"
757
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
758
 
759
+ #: ../admin/social_sharing.php:964
760
+ #: ../admin/like_buttons.php:539
761
  msgid "Background Color"
762
  msgstr "color de fondo"
763
 
764
+ #: ../admin/social_sharing.php:974
765
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
766
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de la barra de compartir vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
767
 
768
+ #: ../admin/social_sharing.php:1004
769
+ #: ../admin/like_buttons.php:579
770
  msgid "Left offset"
771
  msgstr "desplazamiento izquierda"
772
 
773
+ #: ../admin/social_sharing.php:1014
774
  #, fuzzy
775
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
776
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
777
 
778
+ #: ../admin/social_sharing.php:1024
779
+ #: ../admin/like_buttons.php:599
780
  #, fuzzy
781
  msgid "Right offset"
782
  msgstr "desplazamiento izquierda"
783
 
784
+ #: ../admin/social_sharing.php:1034
785
  #, fuzzy
786
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
787
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
788
 
789
+ #: ../admin/social_sharing.php:1043
790
+ #: ../admin/like_buttons.php:618
791
  msgid "Top offset"
792
  msgstr "superior compensar"
793
 
794
+ #: ../admin/social_sharing.php:1053
795
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
796
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
797
 
798
+ #: ../admin/social_sharing.php:1103
799
  msgid "Specify the pages where you want to enable vertical Sharing interface"
800
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
801
 
802
+ #: ../admin/social_sharing.php:1167
803
+ msgid "Hide sharing on mobile devices"
804
+ msgstr "Ocultar compartir en dispositivos móviles"
805
+
806
+ #: ../admin/social_sharing.php:1177
807
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
808
+ msgstr "Si se activa, la interfaz de intercambio vertical no aparecerá en los dispositivos móviles"
809
+
810
+ #: ../admin/social_sharing.php:1194
811
+ #, fuzzy
812
+ msgid "Social Sharing Shortcode & Widget"
813
+ msgstr "Widgets y shortcodes"
814
+
815
+ #: ../admin/social_sharing.php:1204
816
  msgid "Facebook Sharing Troubleshooter"
817
  msgstr "Facebook Sharing Solucionador de problemas"
818
 
819
+ #: ../admin/social_sharing.php:1209
820
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
821
  msgstr "Si Facebook compartir no está funcionando bien, haga clic en el siguiente enlace e introduzca la url problemático (donde compartir en Facebook no funciona correctamente) de su sitio web en el campo de texto:"
822
 
823
+ #: ../admin/social_sharing.php:1225
824
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
825
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
826
 
827
+ #: ../admin/social_sharing.php:1226
828
  #, fuzzy
829
  msgid "How can I disable sharing on particular page/post?"
830
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
831
 
832
+ #: ../admin/social_sharing.php:1227
833
  msgid "How can I specify minimum sharing count for sharing networks?"
834
  msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
835
 
836
+ #: ../admin/social_sharing.php:1237
837
+ #: ../admin/social_commenting.php:404
838
+ #: ../admin/social_login.php:726
839
+ #: ../admin/like_buttons.php:723
840
  msgid "Save Changes"
841
  msgstr "Guardar cambios"
842
 
846
  msgstr "Comentarios Facebook"
847
 
848
  #: ../admin/social_commenting.php:11
849
+ #: ../admin/social_commenting.php:381
 
850
  msgid "Shortcode"
851
  msgstr "Shortcodes"
852
 
853
  #: ../admin/social_commenting.php:18
854
  #: ../admin/social_commenting.php:24
855
+ #: ../admin/social_commenting.php:147
 
856
  #, fuzzy
857
  msgid "Enable Social Commenting"
858
  msgstr "Habilitar Social Login"
859
 
860
+ #: ../admin/social_commenting.php:34
861
+ #, fuzzy
862
+ msgid "Master control to enable Social Commenting"
863
+ msgstr "Control maestro para permitir el intercambio horizontal"
864
+
865
  #: ../admin/social_commenting.php:42
866
  msgid "Order of tabs in commenting interface"
867
  msgstr "Orden de pestañas en la interfaz comentar"
874
  msgid "Comment area label"
875
  msgstr "Etiqueta área Comentario"
876
 
877
+ #: ../admin/social_commenting.php:70
878
+ #, fuzzy
879
+ msgid "Label for comment area"
880
+ msgstr "Comentarios Facebook"
881
+
882
+ #: ../admin/social_commenting.php:80
883
  msgid "Labels"
884
  msgstr "Etiquetas"
885
 
886
+ #: ../admin/social_commenting.php:85
887
  #, fuzzy
888
  msgid "Label for WordPress Commenting tab"
889
  msgstr "WordPress Comentarios"
890
 
891
+ #: ../admin/social_commenting.php:94
892
  #, fuzzy
893
  msgid "Label for Facebook Commenting tab"
894
  msgstr "Habilitar Comentarios Facebook"
895
 
896
+ #: ../admin/social_commenting.php:103
897
  #, fuzzy
898
  msgid "Label for G+ Commenting tab"
899
  msgstr "Comentarios Facebook"
900
 
901
+ #: ../admin/social_commenting.php:112
902
  msgid "Label for Disqus Commenting tab"
903
  msgstr "Etiqueta para pestaña Comentando Disqus"
904
 
905
+ #: ../admin/social_commenting.php:123
906
  msgid "Facebook Commenting Options"
907
  msgstr "Opciones de Comentarios Facebook"
908
 
909
+ #: ../admin/social_commenting.php:129
910
+ #, fuzzy
911
+ msgid "Enable Facebook Comments notification and moderation"
912
+ msgstr "Habilitar Comentarios Facebook"
913
 
914
+ #: ../admin/social_commenting.php:137
915
  msgid "Enable Facebook Commenting"
916
  msgstr "Habilitar Comentarios Facebook"
917
 
918
+ #: ../admin/social_commenting.php:155
919
+ #: ../admin/social_commenting.php:313
920
  msgid "Url to comment on"
921
  msgstr "URL donde comentar"
922
 
923
+ #: ../admin/social_commenting.php:165
924
  #, fuzzy
925
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
926
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
927
 
928
+ #: ../admin/social_commenting.php:173
929
+ #: ../admin/social_commenting.php:295
930
  msgid "Width"
931
  msgstr "Ancho"
932
 
933
+ #: ../admin/social_commenting.php:183
934
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
935
  msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
936
 
937
+ #: ../admin/social_commenting.php:191
938
  msgid "Color Scheme"
939
  msgstr "Esquema de colores"
940
 
941
+ #: ../admin/social_commenting.php:195
942
  msgid "Light"
943
  msgstr "Claro"
944
 
945
+ #: ../admin/social_commenting.php:196
946
  msgid "Dark"
947
  msgstr "Obscuro"
948
 
949
+ #: ../admin/social_commenting.php:204
950
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
951
  msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
952
 
953
+ #: ../admin/social_commenting.php:212
954
  #, fuzzy
955
  msgid "Number of comments"
956
  msgstr "Número de publicaciones"
957
 
958
+ #: ../admin/social_commenting.php:222
959
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
960
  msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
961
 
962
+ #: ../admin/social_commenting.php:230
963
  msgid "Order by"
964
  msgstr "Ordenar por"
965
 
966
+ #: ../admin/social_commenting.php:234
967
  msgid "Social"
968
  msgstr "Social"
969
 
970
+ #: ../admin/social_commenting.php:235
971
  msgid "Reverse Time"
972
  msgstr "Revertir tiempo"
973
 
974
+ #: ../admin/social_commenting.php:236
975
  msgid "Time"
976
  msgstr "Tiempo"
977
 
978
+ #: ../admin/social_commenting.php:244
979
  msgid "The order to use when displaying comments."
980
  msgstr "El orden a utilizar cuando se muestran los comentarios."
981
 
 
 
 
 
 
 
 
 
982
  #: ../admin/social_commenting.php:252
 
 
 
 
 
 
 
 
 
 
 
 
983
  #: ../admin/like_buttons.php:132
984
  #: ../admin/like_buttons.php:138
985
  msgid "Language"
986
  msgstr "Idioma"
987
 
988
+ #: ../admin/social_commenting.php:262
989
  #, php-format
990
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
991
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
992
 
993
+ #: ../admin/social_commenting.php:271
994
  #, fuzzy
995
  msgid "Google Plus Commenting Options"
996
  msgstr "Opciones de Comentarios Facebook"
997
 
998
+ #: ../admin/social_commenting.php:277
999
+ #: ../admin/social_commenting.php:287
1000
  #, fuzzy
1001
  msgid "Enable Google Plus Commenting"
1002
  msgstr "Habilitar Comentarios Facebook"
1003
 
1004
+ #: ../admin/social_commenting.php:305
1005
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1006
  msgstr "Ancho de la interfaz Comentando GooglePlus. Dejar en blanco para el ajuste automático"
1007
 
1008
+ #: ../admin/social_commenting.php:323
1009
  #, fuzzy
1010
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1011
  msgstr "La URL absoluta a la que los comentarios publicados en el plugin se asociarán permanentemente. Historias en Facebook acerca de los comentarios publicados en el plugin se enlazarán a esta URL.<br/> Si se deja en blanco <strong>(recomendado)</strong>, se utilizará la URL de la página web en la que se habilita comentar"
1012
 
1013
+ #: ../admin/social_commenting.php:332
1014
  #, fuzzy
1015
  msgid "Disqus Commenting Options"
1016
  msgstr "Opciones de Comentarios Facebook"
1017
 
1018
+ #: ../admin/social_commenting.php:338
1019
+ #: ../admin/social_commenting.php:348
1020
  #, fuzzy
1021
  msgid "Enable Disqus Commenting"
1022
  msgstr "Habilitar Comentarios Facebook"
1023
 
1024
+ #: ../admin/social_commenting.php:356
1025
  msgid "Disqus Shortname"
1026
  msgstr ""
1027
 
1028
+ #: ../admin/social_commenting.php:366
1029
  #, fuzzy
1030
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1031
  msgstr "<strong>Necesario para utilizar Disqus comentar.</strong> Lo puedes encontrar en la sección de configuración del plugin Disqus como se muestra en la siguiente imagen"
1032
 
1033
+ #: ../admin/social_commenting.php:383
1034
+ #, fuzzy
1035
+ msgid "Social Commenting Shortcode"
1036
+ msgstr "Comentarios Facebook"
1037
+
1038
+ #: ../admin/social_commenting.php:395
1039
  #, fuzzy
1040
  msgid "How can I disable Social Commenting at individual page/post?"
1041
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1042
 
1043
+ #: ../admin/social_commenting.php:396
1044
+ msgid "How to disable default comment form from Social Commenting?"
1045
+ msgstr "Cómo desactivar la forma de comentario por defecto desde Comentando Social?"
1046
+
1047
  #: ../admin/social_login.php:10
1048
  msgid "Social Login"
1049
  msgstr "Social Login"
1217
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1218
  msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1219
 
1220
+ #: ../admin/social_login.php:393
1221
+ msgid "Enable before WooCommerce Customer Login Form"
1222
+ msgstr "Habilitar antes WooCommerce Formulario Cliente Login"
1223
+
1224
+ #: ../admin/social_login.php:403
1225
+ #, fuzzy
1226
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1227
+ msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1228
+
1229
+ #: ../admin/social_login.php:411
1230
+ msgid "Enable after WooCommerce Customer Login Form"
1231
+ msgstr "Activar después WooCommerce Formulario Cliente Login"
1232
+
1233
+ #: ../admin/social_login.php:421
1234
+ #, fuzzy
1235
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1236
+ msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1237
+
1238
+ #: ../admin/social_login.php:429
1239
+ #, fuzzy
1240
+ msgid "Enable at WooCommerce checkout page"
1241
+ msgstr "Habilitar en página de registro"
1242
+
1243
+ #: ../admin/social_login.php:439
1244
+ #, fuzzy
1245
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1246
+ msgstr "La interfaz Social Login se activará en su página de inicio de sesión Wordpress"
1247
+
1248
+ #: ../admin/social_login.php:450
1249
  msgid "Auto-approve comments made by Social Login users"
1250
  msgstr "Auto-aprobar los comentarios realizados por los usuarios Social Iniciar sesión"
1251
 
1252
+ #: ../admin/social_login.php:460
1253
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1254
  msgstr "Si esta opción está activada, y WordPress comentario es hecho por Social Login usuario, comentario será aprobado inmediatamente sin tener en moderación."
1255
 
1256
+ #: ../admin/social_login.php:461
1257
  msgid "Note: This is not related to Facebook comments"
1258
  msgstr "Nota: Esto no está relacionado con los comentarios de Facebook"
1259
 
1260
+ #: ../admin/social_login.php:471
1261
  msgid "Enable social avatar"
1262
  msgstr "Habilitar avatar Social"
1263
 
1264
+ #: ../admin/social_login.php:481
1265
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1266
  msgstr "Imágenes de Perfil Social del usuario registrado aparecerán como avatar del perfil"
1267
 
1268
+ #: ../admin/social_login.php:491
1269
  msgid "Avatar quality"
1270
  msgstr "Avatar calidad"
1271
 
1272
+ #: ../admin/social_login.php:494
1273
  msgid "Average"
1274
  msgstr "promedio"
1275
 
1276
+ #: ../admin/social_login.php:495
1277
  msgid "Better"
1278
  msgstr "mejor"
1279
 
1280
+ #: ../admin/social_login.php:502
1281
  msgid "Choose avatar quality"
1282
  msgstr "Elija la calidad avatar"
1283
 
1284
+ #: ../admin/social_login.php:521
1285
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1286
  msgstr "Si lo habilita y el proveedor de Identificación Social no proporciona dirección de correo electrónico del usuario al iniciar sesión, se le pedirá al usuario proporcionar su dirección de correo electrónico De lo contrario, un correo electrónico ficticio, se generará"
1287
 
1288
+ #: ../admin/social_login.php:530
1289
  msgid "Send username-password after user registration"
1290
  msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1291
 
1292
+ #: ../admin/social_login.php:540
1293
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1294
  msgstr "Si está habilitada, un correo electrónico será enviado al usuario después del registro a través de Social Login, con respecto a su / sus credenciales de inicio de sesión (nombre de usuario-contraseña para poder ingresar a través del formulario de inicio de sesión tradicional)"
1295
 
1296
+ #: ../admin/social_login.php:549
1297
  msgid "Enable social account linking at BuddyPress profile page"
1298
  msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1299
 
1300
+ #: ../admin/social_login.php:559
1301
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1302
  msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1303
 
1304
+ #: ../admin/social_login.php:568
1305
  msgid "Login redirection"
1306
  msgstr "Redireccionamiento de inicio de sesión"
1307
 
1308
+ #: ../admin/social_login.php:572
1309
  msgid "Same page where user logged in"
1310
  msgstr "La misma página donde el usuario ha iniciado sesión"
1311
 
1312
+ #: ../admin/social_login.php:576
1313
+ #: ../admin/social_login.php:606
1314
  msgid "Account dashboard"
1315
  msgstr "Panel de cuenta"
1316
 
1317
+ #: ../admin/social_login.php:579
1318
+ #: ../admin/social_login.php:609
1319
  msgid "BuddyPress profile page"
1320
  msgstr "Página de perfil BuddyPress"
1321
 
1322
+ #: ../admin/social_login.php:582
1323
+ #: ../admin/social_login.php:612
1324
  msgid "Custom Url"
1325
  msgstr "Url personalizada"
1326
 
1327
+ #: ../admin/social_login.php:590
1328
  msgid "User will be redirected to the selected page after Social Login"
1329
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1330
 
1331
+ #: ../admin/social_login.php:598
1332
  msgid "Registration redirection"
1333
  msgstr "redirección de registro"
1334
 
1335
+ #: ../admin/social_login.php:602
1336
  #, fuzzy
1337
  msgid "Same page from where user registered"
1338
  msgstr "La misma página donde el usuario ha iniciado sesión"
1339
 
1340
+ #: ../admin/social_login.php:620
1341
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1342
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1343
 
1344
+ #: ../admin/social_login.php:628
1345
  msgid "Email popup options"
1346
  msgstr "opciones emergentes de correo electrónico"
1347
 
1348
+ #: ../admin/social_login.php:634
1349
  msgid "Text on 'Email required' popup"
1350
  msgstr "Texto en 'Email required' popup"
1351
 
1352
+ #: ../admin/social_login.php:644
1353
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1354
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1355
 
1356
+ #: ../admin/social_login.php:653
1357
  msgid "Error message for 'Email required' popup"
1358
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1359
 
1360
+ #: ../admin/social_login.php:663
1361
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1362
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1363
 
1364
+ #: ../admin/social_login.php:672
1365
  msgid "Email popup height"
1366
  msgstr "email altura popup"
1367
 
1368
+ #: ../admin/social_login.php:682
1369
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1370
  msgstr "Si usted está viendo la barra de desplazamiento vertical en el \"Correo electrónico requerido\" emergente, puede aumentar la altura del elemento emergente mediante la especificación de esta opción. Dejar en blanco para el defecto."
1371
 
1372
+ #: ../admin/social_login.php:690
1373
  msgid "Enable email verification"
1374
  msgstr "Habilitar verificación de correo electrónico"
1375
 
1376
+ #: ../admin/social_login.php:700
1377
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1378
  msgstr "Si está activado, el correo electrónico proporcionado por el usuario se verificará mediante el envío de un enlace de confirmación a ese correo electrónico. El usuario no podrá iniciar sesión sin verificar su email"
1379
 
1380
+ #: ../admin/social_login.php:716
1381
  #, fuzzy
1382
+ msgid "Social Login Shortcode & Widget"
1383
  msgstr "Widgets y shortcodes"
1384
 
1385
+ #: ../admin/social_login.php:717
1386
+ msgid "Social Linking Shortcode"
1387
+ msgstr ""
1388
+
1389
  #: ../admin/admin.php:8
1390
  msgid "Welcome"
1391
  msgstr "Bienvenida"
1449
  msgstr "Introduzca el código del idioma que desea utilizar para mostrar los comentarios. Usted puede encontrar los códigos de idioma en <a href=\"%s\" target=\"_blank\"> este enlace </ a>. Déjelo vacío para el idioma predeterminado (Inglés)"
1450
 
1451
  #: ../admin/like_buttons.php:157
1452
+ #, fuzzy
1453
+ msgid "Twitter Username"
1454
+ msgstr "Twitter nombre de usuario en el intercambio"
1455
+
1456
+ #: ../admin/like_buttons.php:163
1457
+ #, fuzzy
1458
+ msgid "Twitter username for Tweet (without @)"
1459
+ msgstr "Twitter nombre de usuario (sin @)"
1460
 
1461
  #: ../admin/like_buttons.php:173
1462
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1463
  msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1464
 
1465
+ #: ../admin/like_buttons.php:182
1466
+ #, fuzzy
1467
+ msgid "Twitter username for Buffer sharing (without @)"
1468
+ msgstr "Twitter nombre de usuario (sin @)"
1469
+
1470
+ #: ../admin/like_buttons.php:192
1471
+ #, fuzzy
1472
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1473
+ msgstr "Nombre de usuario proporcionado se añadirá después del contenido que se está tuiteó como \"a travésUSERNAME\". Dejar vacío si no desea ningún nombre de usuario."
1474
+
1475
+ #: ../admin/like_buttons.php:201
1476
  #, fuzzy
1477
  msgid "Horizontal Interface Options"
1478
  msgstr "Horizontales Opciones para compartir la interfaz de"
1479
 
1480
+ #: ../admin/like_buttons.php:207
1481
  #, fuzzy
1482
  msgid "Enable horizontal interface"
1483
  msgstr "Habilitar interfaz de intercambio horizontal"
1484
 
1485
+ #: ../admin/like_buttons.php:217
1486
  #, fuzzy
1487
  msgid "Master control to enable horizontal like buttons"
1488
  msgstr "Control maestro para permitir el intercambio horizontal"
1489
 
1490
+ #: ../admin/like_buttons.php:242
1491
+ #: ../admin/like_buttons.php:480
1492
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1493
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
1494
 
1495
+ #: ../admin/like_buttons.php:260
1496
  #, fuzzy
1497
  msgid "The text to display above the interface"
1498
  msgstr "El texto que se muestra por encima de la interfaz compartida "
1499
 
1500
+ #: ../admin/like_buttons.php:268
1501
+ #: ../admin/like_buttons.php:488
1502
  #, fuzzy
1503
  msgid "Select and rearrange providers"
1504
  msgstr "Seleccionar proveedores"
1505
 
1506
+ #: ../admin/like_buttons.php:312
1507
+ #: ../admin/like_buttons.php:531
1508
  #, fuzzy
1509
  msgid "Select the providers for interface. Drag them to rearrange."
1510
  msgstr "Seleccione los proveedores para compartir la interfaz"
1511
 
1512
+ #: ../admin/like_buttons.php:334
1513
+ #: ../admin/like_buttons.php:570
1514
  #, fuzzy
1515
  msgid "Horizontal alignment of the interface"
1516
  msgstr "Habilitar interfaz de intercambio horizontal"
1517
 
1518
+ #: ../admin/like_buttons.php:355
1519
  #, fuzzy
1520
  msgid "Specify position of the interface with respect to the content"
1521
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1522
 
1523
+ #: ../admin/like_buttons.php:363
1524
+ #: ../admin/like_buttons.php:636
1525
  #, fuzzy
1526
  msgid "Interface location"
1527
  msgstr "Ubicación de uso compartido"
1528
 
1529
+ #: ../admin/like_buttons.php:429
1530
  #, fuzzy
1531
  msgid "Specify the pages where you want to enable interface"
1532
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1533
 
1534
+ #: ../admin/like_buttons.php:439
1535
  #, fuzzy
1536
  msgid "Vertical (Floating) like buttons Options"
1537
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1538
 
1539
+ #: ../admin/like_buttons.php:445
1540
  #, fuzzy
1541
  msgid "Enable vertical (floating) like buttons"
1542
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1543
 
1544
+ #: ../admin/like_buttons.php:455
1545
  #, fuzzy
1546
  msgid "Master control to enable vertical (floating) counter widget"
1547
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1548
 
1549
+ #: ../admin/like_buttons.php:549
1550
  #, fuzzy
1551
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1552
  msgstr "Especifique el color o el código hexadecimal (ejemplo # cc78e0) para el fondo de barra de bar vertical. Dejar vacío para transparente. Puede obtener el código hexadecimal del color deseado de <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> este enlace </a>"
1553
 
1554
+ #: ../admin/like_buttons.php:589
1555
  #, fuzzy
1556
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1557
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1558
 
1559
+ #: ../admin/like_buttons.php:609
1560
  #, fuzzy
1561
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1562
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1563
 
1564
+ #: ../admin/like_buttons.php:628
1565
  #, fuzzy
1566
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1567
  msgstr "Especifique un número. Aumento del número cambiará compartir la interfaz hacia la parte inferior y el descenso se desplazará hacia la parte superior."
1568
 
1569
+ #: ../admin/like_buttons.php:678
1570
  #, fuzzy
1571
  msgid "Specify the pages where you want to enable vertical interface"
1572
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1573
 
1574
+ #: ../admin/like_buttons.php:686
1575
+ msgid "Hide like buttons on mobile devices"
1576
+ msgstr "Ocultar como botones en dispositivos móviles"
1577
+
1578
+ #: ../admin/like_buttons.php:696
1579
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1580
+ msgstr "Si está activado, los botones verticales como no van a aparecer en dispositivos móviles"
1581
+
1582
+ #: ../admin/like_buttons.php:714
1583
+ #, fuzzy
1584
+ msgid "Like Buttons Shortcode & Widget"
1585
+ msgstr "Widgets y shortcodes"
1586
+
1587
+ #: ../inc/shortcode.php:245
1588
+ #, fuzzy
1589
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1590
+ msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1591
+
1592
+ #: ../inc/social_sharing.php:628
1593
  msgid "Invalid request"
1594
  msgstr "petición no válida"
1595
 
1596
+ #: ../inc/social_sharing.php:635
1597
  msgid "Providers not selected"
1598
  msgstr "Los proveedores no seleccionados"
1599
 
1614
  msgstr "Asegúrese Social Login se habilita desde página \"Super Socializer > Social Login\"."
1615
 
1616
  #: ../inc/widget.php:79
1617
+ #: ../inc/widget.php:219
1618
+ #: ../inc/widget.php:524
1619
  msgid "Title:"
1620
  msgstr "Titulo:"
1621
 
1622
  #: ../inc/widget.php:81
1623
+ #: ../inc/widget.php:233
1624
+ #: ../inc/widget.php:534
1625
  msgid "Before widget content:"
1626
  msgstr " Antes del contenido del widget:"
1627
 
1628
  #: ../inc/widget.php:83
1629
+ #: ../inc/widget.php:235
1630
+ #: ../inc/widget.php:536
1631
  msgid "After widget content:"
1632
  msgstr "Después del contenido del widget:"
1633
 
1634
  #: ../inc/widget.php:86
1635
+ #: ../inc/widget.php:237
1636
+ #: ../inc/widget.php:401
1637
+ #: ../inc/widget.php:538
1638
+ #: ../inc/widget.php:688
1639
  msgid "Hide for logged in users:"
1640
  msgstr "Ocultar para los usuarios registrados:"
1641
 
1644
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1645
  msgstr "Widget Horizontal. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1646
 
1647
+ #: ../inc/widget.php:218
1648
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1649
  msgstr "Asegúrese de que \"Horizontal Social Sharing\" se habilita desde página \"Super Socializer > Social Sharing\"."
1650
 
1651
+ #: ../inc/widget.php:221
1652
+ #: ../inc/widget.php:370
1653
+ #, fuzzy
1654
+ msgid "Show individual share counts:"
1655
+ msgstr "conteos muestran acciones"
1656
+
1657
+ #: ../inc/widget.php:223
1658
+ #: ../inc/widget.php:372
1659
  #, fuzzy
1660
+ msgid "Show total shares:"
1661
  msgstr "conteos muestran acciones"
1662
 
1663
+ #: ../inc/widget.php:225
1664
+ #: ../inc/widget.php:374
1665
+ #: ../inc/widget.php:526
1666
+ #: ../inc/widget.php:661
1667
  msgid "Target Url:"
1668
  msgstr "Target Url:"
1669
 
1670
+ #: ../inc/widget.php:227
1671
+ #: ../inc/widget.php:376
1672
+ #: ../inc/widget.php:528
1673
+ #: ../inc/widget.php:663
1674
  msgid "Select"
1675
  msgstr "seleccionar"
1676
 
1677
+ #: ../inc/widget.php:256
1678
  #, fuzzy
1679
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1680
  msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1681
 
1682
+ #: ../inc/widget.php:369
1683
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1684
  msgstr "Asegúrese de que \"Vertical Social Sharing\" se habilita desde página \"Super Socializer > Social Sharing\"."
1685
 
1686
+ #: ../inc/widget.php:382
1687
+ #: ../inc/widget.php:669
1688
  msgid "Alignment"
1689
  msgstr "Alineamiento"
1690
 
1691
+ #: ../inc/widget.php:388
1692
+ #: ../inc/widget.php:675
1693
  #, fuzzy
1694
  msgid "Left Offset"
1695
  msgstr "Desplazamiento hacia la izquierda:"
1696
 
1697
+ #: ../inc/widget.php:392
1698
+ #: ../inc/widget.php:679
1699
  #, fuzzy
1700
  msgid "Right Offset"
1701
  msgstr "desplazamiento izquierda"
1702
 
1703
+ #: ../inc/widget.php:395
1704
+ #: ../inc/widget.php:682
1705
  #, fuzzy
1706
  msgid "Top Offset"
1707
  msgstr "Margen superior:"
1708
 
1709
+ #: ../inc/widget.php:420
1710
  #, fuzzy
1711
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1712
  msgstr "Widget Horizontal. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1713
 
1714
+ #: ../inc/widget.php:523
1715
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1716
  msgstr "Asegúrese de que los \"horizontal como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
1717
 
1718
+ #: ../inc/widget.php:557
1719
  #, fuzzy
1720
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1721
  msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website compartan contenidos en las redes sociales populares como Facebook, Twitter, Tumblr, Google+ y muchos más "
1722
 
1723
+ #: ../inc/widget.php:660
1724
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1725
  msgstr "Asegúrese de que los \"vertical como botones\" están habilitados de \"Super Socializer > Como Botones\" página."
1726
 
1727
+ #~ msgid "You can see the plugin in action at following link"
1728
+ #~ msgstr "Usted puede ver el plugin en acción en el siguiente enlace"
1729
+
1730
+ #, fuzzy
1731
+ #~ msgid ""
1732
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1733
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1734
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1735
+ #~ msgstr ""
1736
+ #~ "Si le gusta mi plugin y le resulta útil, puede enviarme un correo "
1737
+ #~ "electrónico a lordofthechamps@gmail.com, dar Me Gusta a mis páginas "
1738
+ #~ "Facebook y seguirme en Twitter"
1739
+
1740
+ #~ msgid "Want plugin customization?"
1741
+ #~ msgstr "¿Quieres plugin de personalización?"
1742
+
1743
+ #~ msgid ""
1744
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1745
+ #~ "Facebook Comments notification and moderation."
1746
+ #~ msgstr ""
1747
+ #~ "<strong>Nota:</strong> Envíanos un email a support@heateor.com habilitar "
1748
+ #~ "Facebook Comentarios notificación y la moderación."
1749
+
1750
+ #~ msgid "Mobile"
1751
+ #~ msgstr "Móvil "
1752
+
1753
+ #~ msgid "Auto Detect"
1754
+ #~ msgstr "Auto detectar"
1755
+
1756
+ #~ msgid "True"
1757
+ #~ msgstr "Verdadero"
1758
+
1759
+ #~ msgid "False"
1760
+ #~ msgstr "Falso"
1761
+
1762
+ #~ msgid ""
1763
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1764
+ #~ "version or not."
1765
+ #~ msgstr ""
1766
+ #~ "Un valor booleano que especifica si se mostrará la versión optimizada "
1767
+ #~ "para móviles o no. "
1768
+
1769
+ #, fuzzy
1770
+ #~ msgid "Sortcode & Widget"
1771
+ #~ msgstr "Widgets y shortcodes"
1772
+
1773
+ #~ msgid "Twitter username in tweet button"
1774
+ #~ msgstr "Twitter nombre de usuario en el botón de Twitter"
1775
+
1776
  #~ msgid ""
1777
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1778
  #~ "redirect_uri</strong> options at the link mentioned"
languages/Super-Socializer-fr_FR.mo CHANGED
Binary file
languages/Super-Socializer-fr_FR.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: 2015-06-05 05:58+0530\n"
6
- "PO-Revision-Date: 2015-06-05 06:01+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -25,40 +25,54 @@ msgstr "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <stro
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
- #: ../super_socializer.php:349
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
- #: ../super_socializer.php:349
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
- #: ../super_socializer.php:353
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
- #: ../super_socializer.php:372
41
- #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
- #: ../super_socializer.php:375
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
- #: ../super_socializer.php:388
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
- #: ../super_socializer.php:465
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
 
 
 
 
 
 
 
 
 
57
  #: ../super_socializer.php:567
 
 
 
 
 
58
  msgid "Email you entered is already registered or invalid"
59
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
60
 
61
- #: ../super_socializer.php:571
62
  msgid "Please enter a valid email address. You might be required to verify it"
63
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
64
 
@@ -66,83 +80,83 @@ msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être ame
66
  msgid "Options saved successfully"
67
  msgstr "Paramètres enregistrées avec succès"
68
 
69
- #: ../helper.php:147
70
  msgid "Click to show help"
71
  msgstr "Cliquez pour afficher l'aide"
72
 
73
- #: ../helper.php:147
74
  msgid "Click to hide help"
75
  msgstr "Cliquez sur pour cacher l'aide"
76
 
77
- #: ../helper.php:187
78
  msgid "Settings"
79
  msgstr "Paramètres"
80
 
81
- #: ../helper.php:504
82
  #, fuzzy
83
  msgid "Account linked successfully"
84
  msgstr "Paramètres enregistrées avec succès"
85
 
86
- #: ../helper.php:510
87
  msgid "Account already exists or linked"
88
  msgstr "Compte existe déjà ou liée"
89
 
90
- #: ../helper.php:521
91
  #, fuzzy
92
  msgid "You are already connected with"
93
  msgstr "Vous êtes prêt à Socialiser votre site web."
94
 
95
- #: ../helper.php:521
96
  msgid "as primary social network"
97
  msgstr "comme réseau social primaire"
98
 
99
- #: ../helper.php:538
100
  msgid "Link your social account to login to your account at this website"
101
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
102
 
103
- #: ../helper.php:583
104
  msgid "Currently"
105
  msgstr "actuellement"
106
 
107
- #: ../helper.php:583
108
  msgid "Remove"
109
  msgstr "supprimer"
110
 
111
- #: ../helper.php:676
112
  msgid "Disable Horizontal Social Sharing on this "
113
  msgstr "Désactiver les boutons de partage horizontaux sur cette page"
114
 
115
- #: ../helper.php:681
116
  msgid "Disable Vertical Social Sharing on this "
117
  msgstr "Désactiver les boutons de partage verticaux sur cette page"
118
 
119
- #: ../helper.php:686
120
  #, fuzzy
121
  msgid "Disable Horizontal like buttons on this "
122
  msgstr "Désactiver le compteur social horizontal sur cette page"
123
 
124
- #: ../helper.php:691
125
  #, fuzzy
126
  msgid "Disable Vertical like buttons on this "
127
  msgstr "Désactiver le compteur social vertical sur cette page"
128
 
129
- #: ../helper.php:696
130
  #, fuzzy
131
  msgid "Disable Social Commenting on this "
132
  msgstr "Activer les commentaires Facebook"
133
 
134
- #: ../helper.php:705
135
  #, fuzzy
136
  msgid "Horizontal sharing"
137
  msgstr "Alignement horizontal"
138
 
139
- #: ../helper.php:711
140
- #: ../helper.php:730
141
  #, fuzzy
142
  msgid "Starting share count for "
143
  msgstr "Afficher le compteur des partages"
144
 
145
- #: ../helper.php:724
146
  #, fuzzy
147
  msgid "Vertical sharing"
148
  msgstr "Partage social"
@@ -163,48 +177,44 @@ msgstr "pour"
163
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
164
  msgstr "Nous sommes une équipe créative avec des idées uniques dans l'esprit et le service à cœur. Nous aimons ce que nous faisons. Pour plus d'infos vous joindre à nous"
165
 
166
- #: ../admin/help.php:17
167
  msgid "Plugin Demo"
168
  msgstr "Demonstration du plugin"
169
 
170
- #: ../admin/help.php:19
171
- msgid "You can see the plugin in action at following link"
172
- msgstr "Vous pouvez visualiser et tester le plugin ici"
173
 
174
- #: ../admin/help.php:25
175
- msgid "Support"
176
- msgstr "Aide"
177
 
178
- #: ../admin/help.php:27
179
  #, fuzzy
180
- msgid "If you like the plugin or have any query, drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
181
- msgstr "Si vous aimez mon plugin ou si vous avez des questions, vous pouvez m'envoyer un mail à <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>, aimer ma page <strong>Facebook</strong> et me suivre sur <strong>Twitter</strong>."
182
 
183
- #: ../admin/help.php:29
184
- #: ../admin/help.php:32
185
- #: ../admin/help.php:33
186
- #: ../admin/help.php:34
187
- #: ../admin/help.php:35
188
  #: ../admin/help.php:36
 
 
 
 
 
 
 
 
 
 
189
  msgid "Rate 5-star"
190
  msgstr "Avis 5 étoiles"
191
 
192
- #: ../admin/help.php:44
193
- #: ../admin/social_sharing.php:411
194
- #: ../admin/social_sharing.php:736
195
  #: ../admin/social_login.php:46
196
  msgid "Facebook"
197
  msgstr "Facebook"
198
 
199
- #: ../admin/help.php:63
200
- msgid "Want plugin customization?"
201
- msgstr "Vous voulez un plugin personnalisé ?"
202
-
203
- #: ../admin/help.php:65
204
- #, fuzzy
205
- msgid "If you want custom features in the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
206
- msgstr "Si vous souhaitez avoir des fonctionnalités personnalisés dans ce plugin, je peux le faire. Envoyez-moi un mail à <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>."
207
-
208
  #: ../admin/social_sharing.php:11
209
  #: ../admin/social_sharing.php:22
210
  #: ../admin/social_login.php:9
@@ -225,13 +235,11 @@ msgid "Sharing Options"
225
  msgstr "Position de partage"
226
 
227
  #: ../admin/social_sharing.php:14
228
- #: ../admin/social_sharing.php:1067
229
- #: ../admin/social_sharing.php:1069
230
  #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:654
232
  #: ../admin/like_buttons.php:13
233
- #: ../admin/like_buttons.php:644
234
- #: ../admin/like_buttons.php:646
235
  msgid "Shortcode & Widget"
236
  msgstr "Widgets et shortcodes"
237
 
@@ -240,9 +248,9 @@ msgid "Troubleshooter"
240
  msgstr "Résolution de problèmes"
241
 
242
  #: ../admin/social_sharing.php:16
243
- #: ../admin/social_sharing.php:1098
244
  #: ../admin/social_commenting.php:12
245
- #: ../admin/social_commenting.php:410
246
  msgid "FAQ"
247
  msgstr "FAQ"
248
 
@@ -314,454 +322,515 @@ msgstr "Ne pas oublier de sauvegarder la configuration après avoir fait des cha
314
  msgid "Vertical interface options"
315
  msgstr "Paramètres du compteur vertical (flotant)"
316
 
317
- #: ../admin/social_sharing.php:232
 
 
 
 
 
 
 
 
 
 
 
 
318
  #: ../admin/like_buttons.php:51
319
  #, fuzzy
320
  msgid "Url shortener"
321
  msgstr "bit.ly raccourcisseur d'URL"
322
 
323
- #: ../admin/social_sharing.php:238
324
  msgid "Use shortlinks already installed"
325
  msgstr "Utilisez shortlinks déjà installés"
326
 
327
- #: ../admin/social_sharing.php:248
328
  #: ../admin/like_buttons.php:67
329
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
330
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
331
 
332
- #: ../admin/social_sharing.php:256
333
  msgid "Enable bit.ly url shortener for sharing"
334
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
335
 
336
- #: ../admin/social_sharing.php:266
337
  #: ../admin/like_buttons.php:85
338
  msgid "Master control to enable bit.ly url shortening for sharing"
339
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
340
 
341
- #: ../admin/social_sharing.php:274
342
  #: ../admin/like_buttons.php:93
343
  msgid "bit.ly username"
344
  msgstr "Psuedo bit.ly"
345
 
346
- #: ../admin/social_sharing.php:284
347
  #: ../admin/like_buttons.php:103
348
  #, php-format
349
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
350
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
351
 
352
- #: ../admin/social_sharing.php:293
353
  #: ../admin/like_buttons.php:112
354
  msgid "bit.ly API Key"
355
  msgstr "Clé API bit.ly"
356
 
357
- #: ../admin/social_sharing.php:303
358
  #: ../admin/like_buttons.php:122
359
  #, php-format
360
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
361
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
362
 
363
- #: ../admin/social_sharing.php:313
364
  msgid "Twitter username in sharing"
365
  msgstr "Psuedo Twitter dans le partage des liens"
366
 
367
- #: ../admin/social_sharing.php:319
368
- #: ../admin/like_buttons.php:163
369
  msgid "Twitter username (without @)"
370
  msgstr "Psuedo Twitter (sans @)"
371
 
372
- #: ../admin/social_sharing.php:329
373
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
374
  msgstr "Le pseudo défini sera rajouté à la fin du contenu du tweet en tant que \"via @PSUEDO\". Laissez vide si vous ne le souhaitez pas."
375
 
376
- #: ../admin/social_sharing.php:339
377
  msgid "Horizontal Sharing Interface Options"
378
  msgstr "Paramètres pour l'interface de partage horizontal"
379
 
380
- #: ../admin/social_sharing.php:345
381
  msgid "Enable horizontal sharing interface"
382
  msgstr "Activer le partage horizontal"
383
 
384
- #: ../admin/social_sharing.php:355
385
  msgid "Master control to enable horizontal sharing"
386
  msgstr "Control maître pour activer le partage horizontal"
387
 
388
- #: ../admin/social_sharing.php:365
389
- #: ../admin/social_sharing.php:708
390
- #: ../admin/like_buttons.php:209
391
- #: ../admin/like_buttons.php:424
392
  msgid "Target Url"
393
  msgstr "Cible Url"
394
 
395
- #: ../admin/social_sharing.php:369
396
- #: ../admin/social_sharing.php:712
397
- #: ../admin/like_buttons.php:213
398
- #: ../admin/like_buttons.php:428
399
  msgid "Url of the webpage where icons are located (default)"
400
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
401
 
402
- #: ../admin/social_sharing.php:371
403
- #: ../admin/social_sharing.php:714
404
- #: ../admin/like_buttons.php:215
405
- #: ../admin/like_buttons.php:430
406
  msgid "Url of the homepage of your website"
407
  msgstr "Url de la page d'accueil de votre site Web"
408
 
409
- #: ../admin/social_sharing.php:373
410
- #: ../admin/social_sharing.php:716
411
- #: ../admin/like_buttons.php:217
412
- #: ../admin/like_buttons.php:432
413
  #, fuzzy
414
  msgid "Custom url"
415
  msgstr "URL personnalisé"
416
 
417
- #: ../admin/social_sharing.php:380
418
- #: ../admin/social_sharing.php:723
419
  msgid "Url to share"
420
  msgstr "URL pour partager"
421
 
422
- #: ../admin/social_sharing.php:388
423
  #: ../admin/social_login.php:314
424
- #: ../admin/like_buttons.php:232
425
  msgid "Title"
426
  msgstr "Titre"
427
 
428
- #: ../admin/social_sharing.php:398
429
  msgid "The text to display above the sharing interface"
430
  msgstr "Le texte à afficher au-dessus des boutons de partage"
431
 
432
- #: ../admin/social_sharing.php:406
433
- #: ../admin/social_sharing.php:731
434
  #: ../admin/social_login.php:41
435
  msgid "Select providers"
436
  msgstr "Selectionner les réseaux sociaux"
437
 
438
- #: ../admin/social_sharing.php:416
439
- #: ../admin/social_sharing.php:741
440
  #: ../admin/social_login.php:50
441
  msgid "Twitter"
442
  msgstr "Twitter"
443
 
444
- #: ../admin/social_sharing.php:421
445
- #: ../admin/social_sharing.php:746
446
  #: ../admin/social_login.php:54
447
  msgid "LinkedIn"
448
  msgstr "LinkedIn"
449
 
450
- #: ../admin/social_sharing.php:426
451
- #: ../admin/social_sharing.php:751
452
  #: ../admin/social_login.php:58
453
  msgid "Google+"
454
  msgstr "Google+"
455
 
456
- #: ../admin/social_sharing.php:431
457
- #: ../admin/social_sharing.php:756
458
  msgid "Print"
459
  msgstr "Imprimer"
460
 
461
- #: ../admin/social_sharing.php:436
462
- #: ../admin/social_sharing.php:761
463
  msgid "Email"
464
  msgstr "E-mail"
465
 
466
- #: ../admin/social_sharing.php:441
467
- #: ../admin/social_sharing.php:766
468
  msgid "Yahoo"
469
  msgstr "Yahoo!"
470
 
471
- #: ../admin/social_sharing.php:446
472
- #: ../admin/social_sharing.php:771
473
  msgid "Reddit"
474
  msgstr "Reddit"
475
 
476
- #: ../admin/social_sharing.php:451
477
- #: ../admin/social_sharing.php:776
478
  msgid "Digg"
479
  msgstr "Digg"
480
 
481
- #: ../admin/social_sharing.php:456
482
- #: ../admin/social_sharing.php:781
483
  msgid "Delicious"
484
  msgstr "Delicious"
485
 
486
- #: ../admin/social_sharing.php:461
487
- #: ../admin/social_sharing.php:786
488
  msgid "StumbleUpon"
489
  msgstr "StumbleUpon"
490
 
491
- #: ../admin/social_sharing.php:466
492
- #: ../admin/social_sharing.php:791
493
  msgid "Float it"
494
  msgstr "Float it"
495
 
496
- #: ../admin/social_sharing.php:471
497
- #: ../admin/social_sharing.php:796
498
  msgid "Tumblr"
499
  msgstr "Tumblr"
500
 
501
- #: ../admin/social_sharing.php:476
502
- #: ../admin/social_sharing.php:801
503
  #: ../admin/social_login.php:62
504
  msgid "Vkontakte"
505
  msgstr "Vkontakte"
506
 
507
- #: ../admin/social_sharing.php:481
508
- #: ../admin/social_sharing.php:806
509
  msgid "Pinterest"
510
  msgstr "Pinterest"
511
 
512
- #: ../admin/social_sharing.php:486
513
- #: ../admin/social_sharing.php:811
514
  #: ../admin/social_login.php:70
515
  msgid "Xing"
516
  msgstr ""
517
 
518
- #: ../admin/social_sharing.php:491
519
- #: ../admin/social_sharing.php:816
520
  msgid "Whatsapp"
521
  msgstr ""
522
 
523
- #: ../admin/social_sharing.php:499
524
- #: ../admin/social_sharing.php:824
 
 
 
 
 
 
 
 
 
 
525
  msgid "Select the providers for sharing interface"
526
  msgstr "Selectionner les réseaux sociaux à inclure"
527
 
528
- #: ../admin/social_sharing.php:507
529
- #: ../admin/social_sharing.php:832
530
  msgid "Rearrange icons"
531
  msgstr "Repositionner les icônes"
532
 
533
- #: ../admin/social_sharing.php:541
534
- #: ../admin/social_sharing.php:866
535
  msgid "Drag the icons to rearrange in desired order"
536
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
537
 
538
- #: ../admin/social_sharing.php:549
539
- #: ../admin/social_sharing.php:892
540
- #: ../admin/like_buttons.php:302
541
- #: ../admin/like_buttons.php:516
542
  msgid "Horizontal alignment"
543
  msgstr "Alignement horizontal"
544
 
545
- #: ../admin/social_sharing.php:553
546
- #: ../admin/social_sharing.php:896
547
- #: ../admin/like_buttons.php:306
548
- #: ../admin/like_buttons.php:520
549
  msgid "Left"
550
  msgstr "Gauche"
551
 
552
- #: ../admin/social_sharing.php:554
553
- #: ../admin/like_buttons.php:307
554
  msgid "Center"
555
  msgstr "centre"
556
 
557
- #: ../admin/social_sharing.php:555
558
- #: ../admin/social_sharing.php:897
559
- #: ../admin/like_buttons.php:308
560
- #: ../admin/like_buttons.php:521
561
  msgid "Right"
562
  msgstr "Droite"
563
 
564
- #: ../admin/social_sharing.php:563
565
- #: ../admin/social_sharing.php:905
566
  msgid "Horizontal alignment of the sharing interface"
567
  msgstr "Alignement horizontal des boutons de partage"
568
 
569
- #: ../admin/social_sharing.php:571
570
- #: ../admin/like_buttons.php:324
571
  msgid "Position with respect to content"
572
  msgstr "Position par rapport au contenu"
573
 
574
- #: ../admin/social_sharing.php:575
575
- #: ../admin/like_buttons.php:328
576
  msgid "Top of the content"
577
  msgstr "Au-dessus du contenu"
578
 
579
- #: ../admin/social_sharing.php:577
580
- #: ../admin/like_buttons.php:330
581
  msgid "Bottom of the content"
582
  msgstr "En-dessous du contenu"
583
 
584
- #: ../admin/social_sharing.php:584
585
  msgid "Specify position of the sharing interface with respect to the content"
586
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
587
 
588
- #: ../admin/social_sharing.php:592
589
- #: ../admin/social_sharing.php:971
590
  msgid "Sharing location"
591
  msgstr "Position de partage"
592
 
593
- #: ../admin/social_sharing.php:596
594
- #: ../admin/social_sharing.php:975
595
- #: ../admin/social_login.php:514
596
- #: ../admin/social_login.php:544
597
- #: ../admin/like_buttons.php:349
598
- #: ../admin/like_buttons.php:599
599
  msgid "Homepage"
600
  msgstr "Page d'accueil"
601
 
602
- #: ../admin/social_sharing.php:598
603
- #: ../admin/social_sharing.php:977
604
- #: ../admin/like_buttons.php:351
605
- #: ../admin/like_buttons.php:601
606
  msgid "Posts"
607
  msgstr "Publications"
608
 
609
- #: ../admin/social_sharing.php:600
610
- #: ../admin/social_sharing.php:979
611
- #: ../admin/like_buttons.php:353
612
- #: ../admin/like_buttons.php:603
613
  msgid "Pages"
614
  msgstr "Pages"
615
 
616
- #: ../admin/social_sharing.php:602
617
- #: ../admin/social_sharing.php:981
618
- #: ../admin/like_buttons.php:355
619
- #: ../admin/like_buttons.php:605
620
  msgid "Excerpts"
621
  msgstr "Extraits"
622
 
623
- #: ../admin/social_sharing.php:604
624
- #: ../admin/social_sharing.php:983
625
- #: ../admin/like_buttons.php:357
626
- #: ../admin/like_buttons.php:607
627
  msgid "Category Archives"
628
  msgstr "Archives des catégories"
629
 
630
- #: ../admin/social_sharing.php:606
631
- #: ../admin/social_sharing.php:985
632
- #: ../admin/like_buttons.php:359
633
- #: ../admin/like_buttons.php:609
634
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
635
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
636
 
637
- #: ../admin/social_sharing.php:612
638
- #: ../admin/like_buttons.php:365
639
  msgid "BuddyPress activity and groups"
640
- msgstr ""
641
 
642
- #: ../admin/social_sharing.php:619
643
- #: ../admin/social_sharing.php:991
644
- #: ../admin/like_buttons.php:372
645
- #: ../admin/like_buttons.php:615
646
  msgid "BBPress forum"
647
  msgstr ""
648
 
649
- #: ../admin/social_sharing.php:622
650
- #: ../admin/social_sharing.php:994
651
- #: ../admin/like_buttons.php:375
652
- #: ../admin/like_buttons.php:618
653
  msgid "BBPress topic"
654
- msgstr ""
655
 
656
- #: ../admin/social_sharing.php:625
657
- #: ../admin/like_buttons.php:378
658
  msgid "BBPress reply"
659
- msgstr ""
660
 
661
- #: ../admin/social_sharing.php:635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
  msgid "Specify the pages where you want to enable Sharing interface"
663
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
664
 
665
- #: ../admin/social_sharing.php:643
666
- #: ../admin/social_sharing.php:1012
667
  msgid "Show share counts"
668
  msgstr "Afficher le compteur des partages"
669
 
670
- #: ../admin/social_sharing.php:653
671
- #: ../admin/social_sharing.php:1022
672
  msgid "If enabled, share counts are displayed above sharing icons."
673
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
674
 
675
- #: ../admin/social_sharing.php:662
676
- #: ../admin/social_sharing.php:1031
 
 
 
 
 
 
 
 
 
 
 
 
677
  #, fuzzy
678
  msgid "Enable 'More' icon"
679
  msgstr "Activer la verification de l'adresse e-mail"
680
 
681
- #: ../admin/social_sharing.php:672
682
- #: ../admin/social_sharing.php:1041
683
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
684
  msgstr "Si elle est activée, icône \"Plus de\" sera affiché icônes de partage sélectionnés après qui montre des réseaux de partage supplémentaires dans le popup"
685
 
686
- #: ../admin/social_sharing.php:682
687
  msgid "Vertical (Floating) Sharing Interface Options"
688
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
689
 
690
- #: ../admin/social_sharing.php:688
691
  msgid "Enable vertical (floating) sharing interface"
692
  msgstr "Activer les boutons de partage verticaux (flotants)"
693
 
694
- #: ../admin/social_sharing.php:698
695
  msgid "Master control to enable vertical (floating) sharing widget"
696
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
697
 
698
- #: ../admin/social_sharing.php:874
699
- #: ../admin/like_buttons.php:498
700
  msgid "Background Color"
701
  msgstr "Couleur de fond"
702
 
703
- #: ../admin/social_sharing.php:884
704
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
705
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
706
 
707
- #: ../admin/social_sharing.php:914
708
- #: ../admin/like_buttons.php:538
709
  msgid "Left offset"
710
  msgstr "Marge à gauche"
711
 
712
- #: ../admin/social_sharing.php:924
713
  #, fuzzy
714
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
715
  msgstr "Définir la taille de la marge à gauche (en pixels)."
716
 
717
- #: ../admin/social_sharing.php:934
718
- #: ../admin/like_buttons.php:558
719
  msgid "Right offset"
720
  msgstr "Marge à droite"
721
 
722
- #: ../admin/social_sharing.php:944
723
  #, fuzzy
724
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
725
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
726
 
727
- #: ../admin/social_sharing.php:953
728
- #: ../admin/like_buttons.php:577
729
  msgid "Top offset"
730
  msgstr "Marge au-dessus"
731
 
732
- #: ../admin/social_sharing.php:963
733
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
734
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
735
 
736
- #: ../admin/social_sharing.php:1004
737
  msgid "Specify the pages where you want to enable vertical Sharing interface"
738
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
739
 
740
- #: ../admin/social_sharing.php:1079
 
 
 
 
 
 
 
 
 
 
 
 
 
741
  msgid "Facebook Sharing Troubleshooter"
742
  msgstr "Résoudre les problems Facebook"
743
 
744
- #: ../admin/social_sharing.php:1084
745
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
746
  msgstr "Si le partage sur Facebook ne marche pas, cliquez sur le lien suivant et entrez le lien de la page ou le problème se produit."
747
 
748
- #: ../admin/social_sharing.php:1100
749
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
750
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
751
 
752
- #: ../admin/social_sharing.php:1101
753
  #, fuzzy
754
  msgid "How can I disable sharing on particular page/post?"
755
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
756
 
757
- #: ../admin/social_sharing.php:1102
758
  msgid "How can I specify minimum sharing count for sharing networks?"
759
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
760
 
761
- #: ../admin/social_sharing.php:1112
762
- #: ../admin/social_commenting.php:420
763
- #: ../admin/social_login.php:665
764
- #: ../admin/like_buttons.php:655
765
  msgid "Save Changes"
766
  msgstr "Sauvegarder"
767
 
@@ -771,19 +840,22 @@ msgid "Social Commenting"
771
  msgstr "Commentaires par défaut"
772
 
773
  #: ../admin/social_commenting.php:11
774
- #: ../admin/social_commenting.php:398
775
- #: ../admin/social_commenting.php:400
776
  msgid "Shortcode"
777
  msgstr "Shortcode"
778
 
779
  #: ../admin/social_commenting.php:18
780
  #: ../admin/social_commenting.php:24
781
- #: ../admin/social_commenting.php:34
782
- #: ../admin/social_commenting.php:142
783
  #, fuzzy
784
  msgid "Enable Social Commenting"
785
  msgstr "Activer le Compteur Social"
786
 
 
 
 
 
 
787
  #: ../admin/social_commenting.php:42
788
  msgid "Order of tabs in commenting interface"
789
  msgstr "Ordre des onglets dans l'interface commentant"
@@ -796,180 +868,175 @@ msgstr "Ordre des onglets affichés dans l'interface commentant sociale. Par dé
796
  msgid "Comment area label"
797
  msgstr "Commentaire étiquette de la zone"
798
 
799
- #: ../admin/social_commenting.php:71
 
 
 
 
 
800
  msgid "Labels"
801
  msgstr "étiquettes"
802
 
803
- #: ../admin/social_commenting.php:77
804
  #, fuzzy
805
  msgid "Label for WordPress Commenting tab"
806
  msgstr "WordPress Comentarios"
807
 
808
- #: ../admin/social_commenting.php:87
809
  #, fuzzy
810
  msgid "Label for Facebook Commenting tab"
811
  msgstr "Activer les commentaires Facebook"
812
 
813
- #: ../admin/social_commenting.php:97
814
  #, fuzzy
815
  msgid "Label for G+ Commenting tab"
816
  msgstr "Commentaires Facebook"
817
 
818
- #: ../admin/social_commenting.php:107
819
  msgid "Label for Disqus Commenting tab"
820
  msgstr "Étiquette pour onglet Commentant Disqus"
821
 
822
- #: ../admin/social_commenting.php:118
823
  msgid "Facebook Commenting Options"
824
  msgstr "Paramètres des commentaires Facebook"
825
 
826
- #: ../admin/social_commenting.php:124
827
- msgid "<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation."
828
- msgstr "<strong>Note:</strong> Chute-nous un courriel à support@heateor.com pour permettre Facebook Commentaires notification et de modération."
 
829
 
830
- #: ../admin/social_commenting.php:132
831
  msgid "Enable Facebook Commenting"
832
  msgstr "Activer les commentaires Facebook"
833
 
834
- #: ../admin/social_commenting.php:150
835
- #: ../admin/social_commenting.php:330
836
  msgid "Url to comment on"
837
  msgstr "URL à commenter"
838
 
839
- #: ../admin/social_commenting.php:160
840
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
841
  msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
842
 
843
- #: ../admin/social_commenting.php:168
844
- #: ../admin/social_commenting.php:312
845
  msgid "Width"
846
  msgstr "Largeur"
847
 
848
- #: ../admin/social_commenting.php:178
849
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
850
  msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
851
 
852
- #: ../admin/social_commenting.php:186
853
  msgid "Color Scheme"
854
  msgstr "Schéma de couleurs"
855
 
856
- #: ../admin/social_commenting.php:190
857
  msgid "Light"
858
  msgstr "Clair"
859
 
860
- #: ../admin/social_commenting.php:191
861
  msgid "Dark"
862
  msgstr "Sombre"
863
 
864
- #: ../admin/social_commenting.php:199
865
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
866
  msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
867
 
868
- #: ../admin/social_commenting.php:207
869
  #, fuzzy
870
  msgid "Number of comments"
871
  msgstr "Le nombre de publications"
872
 
873
- #: ../admin/social_commenting.php:217
874
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
875
  msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
876
 
877
- #: ../admin/social_commenting.php:225
878
  msgid "Order by"
879
  msgstr "Trier par"
880
 
881
- #: ../admin/social_commenting.php:229
882
  msgid "Social"
883
  msgstr "Social"
884
 
885
- #: ../admin/social_commenting.php:230
886
  msgid "Reverse Time"
887
  msgstr "Anachronique"
888
 
889
- #: ../admin/social_commenting.php:231
890
  msgid "Time"
891
  msgstr "Heure"
892
 
893
- #: ../admin/social_commenting.php:239
894
  msgid "The order to use when displaying comments."
895
  msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
896
 
897
- #: ../admin/social_commenting.php:247
898
- msgid "Mobile"
899
- msgstr "Portable"
900
-
901
- #: ../admin/social_commenting.php:251
902
- msgid "Auto Detect"
903
- msgstr "Detecter automatiquement"
904
-
905
  #: ../admin/social_commenting.php:252
906
- msgid "True"
907
- msgstr "Vrai"
908
-
909
- #: ../admin/social_commenting.php:253
910
- msgid "False"
911
- msgstr "Faux"
912
-
913
- #: ../admin/social_commenting.php:261
914
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
915
- msgstr "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
916
-
917
- #: ../admin/social_commenting.php:269
918
  #: ../admin/like_buttons.php:132
919
  #: ../admin/like_buttons.php:138
920
  msgid "Language"
921
  msgstr "Langue"
922
 
923
- #: ../admin/social_commenting.php:279
924
  #, php-format
925
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
926
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
927
 
928
- #: ../admin/social_commenting.php:288
929
  #, fuzzy
930
  msgid "Google Plus Commenting Options"
931
  msgstr "Paramètres des commentaires Facebook"
932
 
933
- #: ../admin/social_commenting.php:294
934
- #: ../admin/social_commenting.php:304
935
  #, fuzzy
936
  msgid "Enable Google Plus Commenting"
937
  msgstr "Activer les commentaires Facebook"
938
 
939
- #: ../admin/social_commenting.php:322
940
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
941
  msgstr "Largeur de l'interface Commentant GooglePlus. Laissez vide pour Auto Adjust"
942
 
943
- #: ../admin/social_commenting.php:340
944
  #, fuzzy
945
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
946
  msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
947
 
948
- #: ../admin/social_commenting.php:349
949
  #, fuzzy
950
  msgid "Disqus Commenting Options"
951
  msgstr "Paramètres des commentaires Facebook"
952
 
953
- #: ../admin/social_commenting.php:355
954
- #: ../admin/social_commenting.php:365
955
  #, fuzzy
956
  msgid "Enable Disqus Commenting"
957
  msgstr "Activer les commentaires Facebook"
958
 
959
- #: ../admin/social_commenting.php:373
960
  msgid "Disqus Shortname"
961
  msgstr ""
962
 
963
- #: ../admin/social_commenting.php:383
964
  #, fuzzy
965
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
966
  msgstr "<strong>Nécessaire pour utiliser Disqus commentant.</strong> Vous pouvez le trouver dans votre section Disqus des paramètres de plug-in comme le montre la capture d'écran ci-dessous"
967
 
968
- #: ../admin/social_commenting.php:412
 
 
 
 
 
969
  #, fuzzy
970
  msgid "How can I disable Social Commenting at individual page/post?"
971
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
972
 
 
 
 
 
973
  #: ../admin/social_login.php:10
974
  msgid "Social Login"
975
  msgstr "Connection par les réseaux sociaux"
@@ -1138,144 +1205,176 @@ msgstr "Activer dans les commentaires"
1138
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1139
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1140
 
1141
- #: ../admin/social_login.php:390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1142
  msgid "Auto-approve comments made by Social Login users"
1143
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1144
 
1145
- #: ../admin/social_login.php:400
1146
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1147
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1148
 
1149
- #: ../admin/social_login.php:401
1150
  msgid "Note: This is not related to Facebook comments"
1151
  msgstr "NB : Cela est différent des commentaires Facebook"
1152
 
1153
- #: ../admin/social_login.php:411
1154
  msgid "Enable social avatar"
1155
  msgstr "Activer la photo social"
1156
 
1157
- #: ../admin/social_login.php:421
1158
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1159
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1160
 
1161
- #: ../admin/social_login.php:431
1162
  msgid "Avatar quality"
1163
  msgstr "qualité Avatar"
1164
 
1165
- #: ../admin/social_login.php:434
1166
  msgid "Average"
1167
  msgstr "moyenne"
1168
 
1169
- #: ../admin/social_login.php:435
1170
  #, fuzzy
1171
  msgid "Better"
1172
  msgstr "Twitter"
1173
 
1174
- #: ../admin/social_login.php:442
1175
  msgid "Choose avatar quality"
1176
  msgstr "Choisissez la qualité avatar"
1177
 
1178
- #: ../admin/social_login.php:461
1179
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1180
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1181
 
1182
- #: ../admin/social_login.php:470
1183
  msgid "Send username-password after user registration"
1184
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1185
 
1186
- #: ../admin/social_login.php:480
1187
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1188
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1189
 
1190
- #: ../admin/social_login.php:489
1191
  msgid "Enable social account linking at BuddyPress profile page"
1192
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1193
 
1194
- #: ../admin/social_login.php:499
1195
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1196
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1197
 
1198
- #: ../admin/social_login.php:508
1199
  msgid "Login redirection"
1200
  msgstr "Rediriger la page après la connection"
1201
 
1202
- #: ../admin/social_login.php:512
1203
  msgid "Same page where user logged in"
1204
  msgstr "La même page ou l'utilisateur s'est connecté"
1205
 
1206
- #: ../admin/social_login.php:516
1207
- #: ../admin/social_login.php:546
1208
  msgid "Account dashboard"
1209
  msgstr "Leur compte"
1210
 
1211
- #: ../admin/social_login.php:519
1212
- #: ../admin/social_login.php:549
1213
  msgid "BuddyPress profile page"
1214
  msgstr "BuddyPress page de profil"
1215
 
1216
- #: ../admin/social_login.php:522
1217
- #: ../admin/social_login.php:552
1218
  msgid "Custom Url"
1219
  msgstr "URL personnalisé"
1220
 
1221
- #: ../admin/social_login.php:530
1222
  msgid "User will be redirected to the selected page after Social Login"
1223
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1224
 
1225
- #: ../admin/social_login.php:538
1226
  msgid "Registration redirection"
1227
  msgstr "Redirection après la création de compte"
1228
 
1229
- #: ../admin/social_login.php:542
1230
  #, fuzzy
1231
  msgid "Same page from where user registered"
1232
  msgstr "La même page ou l'utilisateur s'est connecté"
1233
 
1234
- #: ../admin/social_login.php:560
1235
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1236
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1237
 
1238
- #: ../admin/social_login.php:568
1239
  msgid "Email popup options"
1240
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1241
 
1242
- #: ../admin/social_login.php:574
1243
  msgid "Text on 'Email required' popup"
1244
  msgstr "Texte dans le popup \"E-mail requis\""
1245
 
1246
- #: ../admin/social_login.php:584
1247
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1248
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1249
 
1250
- #: ../admin/social_login.php:593
1251
  msgid "Error message for 'Email required' popup"
1252
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1253
 
1254
- #: ../admin/social_login.php:603
1255
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1256
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1257
 
1258
- #: ../admin/social_login.php:612
1259
  msgid "Email popup height"
1260
  msgstr "Hauteur du popup e-mail"
1261
 
1262
- #: ../admin/social_login.php:622
1263
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1264
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1265
 
1266
- #: ../admin/social_login.php:630
1267
  msgid "Enable email verification"
1268
  msgstr "Activer la verification de l'adresse e-mail"
1269
 
1270
- #: ../admin/social_login.php:640
1271
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1272
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1273
 
1274
- #: ../admin/social_login.php:656
1275
  #, fuzzy
1276
- msgid "Sortcode & Widget"
1277
  msgstr "Widgets et shortcodes"
1278
 
 
 
 
 
1279
  #: ../admin/admin.php:8
1280
  msgid "Welcome"
1281
  msgstr "Bienvenue"
@@ -1339,115 +1438,149 @@ msgid "Enter the code of the language you want to use to render counters. You ca
1339
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
1340
 
1341
  #: ../admin/like_buttons.php:157
1342
- msgid "Twitter username in tweet button"
1343
- msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
 
 
 
 
 
 
1344
 
1345
  #: ../admin/like_buttons.php:173
1346
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1347
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1348
 
1349
- #: ../admin/like_buttons.php:183
 
 
 
 
 
 
 
 
 
 
1350
  #, fuzzy
1351
  msgid "Horizontal Interface Options"
1352
  msgstr "Paramètres du compteur horizontal"
1353
 
1354
- #: ../admin/like_buttons.php:189
1355
  #, fuzzy
1356
  msgid "Enable horizontal interface"
1357
  msgstr "Activer le compteur horizontal"
1358
 
1359
- #: ../admin/like_buttons.php:199
1360
  #, fuzzy
1361
  msgid "Master control to enable horizontal like buttons"
1362
  msgstr "Control maître pour activer le compteur horizontal"
1363
 
1364
- #: ../admin/like_buttons.php:224
1365
- #: ../admin/like_buttons.php:439
1366
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1367
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1368
 
1369
- #: ../admin/like_buttons.php:242
1370
  #, fuzzy
1371
  msgid "The text to display above the interface"
1372
  msgstr "La texte à afficher au-dessus du compteur"
1373
 
1374
- #: ../admin/like_buttons.php:250
1375
- #: ../admin/like_buttons.php:447
1376
  msgid "Select and rearrange providers"
1377
  msgstr "Selectionner et repositionner les réseaux sociaux"
1378
 
1379
- #: ../admin/like_buttons.php:294
1380
- #: ../admin/like_buttons.php:490
1381
  #, fuzzy
1382
  msgid "Select the providers for interface. Drag them to rearrange."
1383
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1384
 
1385
- #: ../admin/like_buttons.php:316
1386
- #: ../admin/like_buttons.php:529
1387
  #, fuzzy
1388
  msgid "Horizontal alignment of the interface"
1389
  msgstr "Alignement horizontal du compteur"
1390
 
1391
- #: ../admin/like_buttons.php:337
1392
  #, fuzzy
1393
  msgid "Specify position of the interface with respect to the content"
1394
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1395
 
1396
- #: ../admin/like_buttons.php:345
1397
- #: ../admin/like_buttons.php:595
1398
  #, fuzzy
1399
  msgid "Interface location"
1400
  msgstr "Position du compteur"
1401
 
1402
- #: ../admin/like_buttons.php:388
1403
  #, fuzzy
1404
  msgid "Specify the pages where you want to enable interface"
1405
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1406
 
1407
- #: ../admin/like_buttons.php:398
1408
  #, fuzzy
1409
  msgid "Vertical (Floating) like buttons Options"
1410
  msgstr "Paramètres du compteur vertical (flotant)"
1411
 
1412
- #: ../admin/like_buttons.php:404
1413
  #, fuzzy
1414
  msgid "Enable vertical (floating) like buttons"
1415
  msgstr "Activer le compteur vertical (flotant)"
1416
 
1417
- #: ../admin/like_buttons.php:414
1418
  msgid "Master control to enable vertical (floating) counter widget"
1419
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1420
 
1421
- #: ../admin/like_buttons.php:508
1422
  #, fuzzy
1423
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1424
  msgstr "Définir le code HEX de la couleur voulue (exemple #cc78e0) pour le fond du compteur vertical. Laisser vide pour la transparence. Vous pouvez obténir un code HEX pour n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
1425
 
1426
- #: ../admin/like_buttons.php:548
1427
  #, fuzzy
1428
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1429
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1430
 
1431
- #: ../admin/like_buttons.php:568
1432
  #, fuzzy
1433
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1434
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1435
 
1436
- #: ../admin/like_buttons.php:587
1437
  #, fuzzy
1438
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1439
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1440
 
1441
- #: ../admin/like_buttons.php:628
1442
  #, fuzzy
1443
  msgid "Specify the pages where you want to enable vertical interface"
1444
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1445
 
1446
- #: ../inc/social_sharing.php:539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1447
  msgid "Invalid request"
1448
  msgstr "Demande non-valable !"
1449
 
1450
- #: ../inc/social_sharing.php:546
1451
  msgid "Providers not selected"
1452
  msgstr "Réseaux sociaux non-selectionnés !"
1453
 
@@ -1468,28 +1601,28 @@ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\
1468
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1469
 
1470
  #: ../inc/widget.php:79
1471
- #: ../inc/widget.php:218
1472
- #: ../inc/widget.php:518
1473
  msgid "Title:"
1474
  msgstr "Titre :"
1475
 
1476
  #: ../inc/widget.php:81
1477
- #: ../inc/widget.php:230
1478
- #: ../inc/widget.php:528
1479
  msgid "Before widget content:"
1480
  msgstr "Avant le contenu du widget :"
1481
 
1482
  #: ../inc/widget.php:83
1483
- #: ../inc/widget.php:232
1484
- #: ../inc/widget.php:530
1485
  msgid "After widget content:"
1486
  msgstr "Après le contenu du widget :"
1487
 
1488
  #: ../inc/widget.php:86
1489
- #: ../inc/widget.php:234
1490
- #: ../inc/widget.php:395
1491
- #: ../inc/widget.php:532
1492
- #: ../inc/widget.php:682
1493
  msgid "Hide for logged in users:"
1494
  msgstr "Cacher pour les utilisateurs connectés :"
1495
 
@@ -1497,76 +1630,131 @@ msgstr "Cacher pour les utilisateurs connectés :"
1497
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1498
  msgstr "Boutons de partage horizontaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1499
 
1500
- #: ../inc/widget.php:217
1501
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1502
  msgstr "Assurez-vous que \"sociale horizontale partage\" est activée à partir de page \"super Socializer > Social Sharing\"."
1503
 
1504
- #: ../inc/widget.php:220
1505
- #: ../inc/widget.php:366
1506
  #, fuzzy
1507
- msgid "Show share counts:"
1508
  msgstr "Afficher le compteur des partages"
1509
 
1510
- #: ../inc/widget.php:222
1511
- #: ../inc/widget.php:368
1512
- #: ../inc/widget.php:520
1513
- #: ../inc/widget.php:655
 
 
 
 
 
 
1514
  msgid "Target Url:"
1515
  msgstr "Cible Url:"
1516
 
1517
- #: ../inc/widget.php:224
1518
- #: ../inc/widget.php:370
1519
- #: ../inc/widget.php:522
1520
- #: ../inc/widget.php:657
1521
  msgid "Select"
1522
  msgstr "sélectionner"
1523
 
1524
- #: ../inc/widget.php:253
1525
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1526
  msgstr "Boutons de partage verticaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1527
 
1528
- #: ../inc/widget.php:365
1529
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1530
  msgstr "Assurez-vous que \"Vertical Social Sharing\" est activée à partir de page \"super Socializer > Social Sharing\"."
1531
 
1532
- #: ../inc/widget.php:376
1533
- #: ../inc/widget.php:663
1534
  msgid "Alignment"
1535
  msgstr "Alignement"
1536
 
1537
- #: ../inc/widget.php:382
1538
- #: ../inc/widget.php:669
1539
  msgid "Left Offset"
1540
  msgstr "Marge gauche"
1541
 
1542
- #: ../inc/widget.php:386
1543
- #: ../inc/widget.php:673
1544
  msgid "Right Offset"
1545
  msgstr "Marge droite"
1546
 
1547
- #: ../inc/widget.php:389
1548
- #: ../inc/widget.php:676
1549
  msgid "Top Offset"
1550
  msgstr "Marge superieur"
1551
 
1552
- #: ../inc/widget.php:414
1553
  #, fuzzy
1554
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1555
  msgstr "Compteur horizontal. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1556
 
1557
- #: ../inc/widget.php:517
1558
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1559
  msgstr "Assurez-vous que \"Horizontal comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
1560
 
1561
- #: ../inc/widget.php:551
1562
  #, fuzzy
1563
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1564
  msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1565
 
1566
- #: ../inc/widget.php:654
1567
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1568
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
1569
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1570
  #~ msgid ""
1571
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1572
  #~ "redirect_uri</strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 22:08+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 22:12+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assurez-vous que cURL est activé sur votre serveur de site. Vous pouvez avoir besoin de contacter l'administrateur du serveur de votre site Web pour vérifier cette"
27
 
28
+ #: ../super_socializer.php:351
29
  msgid "Please verify your email address to login."
30
  msgstr "Merci de vérifier votre adresse mail afin de vous connecter."
31
 
32
+ #: ../super_socializer.php:351
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Votre adresse mail a été confirmé ! Vous pouvez vous connecter à votre compte desormais."
35
 
36
+ #: ../super_socializer.php:355
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
+ #: ../super_socializer.php:377
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Merci de verifier votre boîte mail afin de finaliser votre création de compte."
48
 
49
+ #: ../super_socializer.php:390
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Suivez les étapes 11 et 12 au GooglePlus page de configuration de l'application, sur le point d'ouvrir"
52
 
53
+ #: ../super_socializer.php:468
54
  msgid "Leave a reply"
55
  msgstr "Laisser une réponse"
56
 
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializer - Login"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr "Petit Avatar Url"
65
+
66
  #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "Cible Url"
70
+
71
+ #: ../super_socializer.php:612
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
74
 
75
+ #: ../super_socializer.php:616
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
78
 
80
  msgid "Options saved successfully"
81
  msgstr "Paramètres enregistrées avec succès"
82
 
83
+ #: ../helper.php:149
84
  msgid "Click to show help"
85
  msgstr "Cliquez pour afficher l'aide"
86
 
87
+ #: ../helper.php:149
88
  msgid "Click to hide help"
89
  msgstr "Cliquez sur pour cacher l'aide"
90
 
91
+ #: ../helper.php:189
92
  msgid "Settings"
93
  msgstr "Paramètres"
94
 
95
+ #: ../helper.php:502
96
  #, fuzzy
97
  msgid "Account linked successfully"
98
  msgstr "Paramètres enregistrées avec succès"
99
 
100
+ #: ../helper.php:506
101
  msgid "Account already exists or linked"
102
  msgstr "Compte existe déjà ou liée"
103
 
104
+ #: ../helper.php:515
105
  #, fuzzy
106
  msgid "You are already connected with"
107
  msgstr "Vous êtes prêt à Socialiser votre site web."
108
 
109
+ #: ../helper.php:515
110
  msgid "as primary social network"
111
  msgstr "comme réseau social primaire"
112
 
113
+ #: ../helper.php:530
114
  msgid "Link your social account to login to your account at this website"
115
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
116
 
117
+ #: ../helper.php:567
118
  msgid "Currently"
119
  msgstr "actuellement"
120
 
121
+ #: ../helper.php:567
122
  msgid "Remove"
123
  msgstr "supprimer"
124
 
125
+ #: ../helper.php:668
126
  msgid "Disable Horizontal Social Sharing on this "
127
  msgstr "Désactiver les boutons de partage horizontaux sur cette page"
128
 
129
+ #: ../helper.php:673
130
  msgid "Disable Vertical Social Sharing on this "
131
  msgstr "Désactiver les boutons de partage verticaux sur cette page"
132
 
133
+ #: ../helper.php:678
134
  #, fuzzy
135
  msgid "Disable Horizontal like buttons on this "
136
  msgstr "Désactiver le compteur social horizontal sur cette page"
137
 
138
+ #: ../helper.php:683
139
  #, fuzzy
140
  msgid "Disable Vertical like buttons on this "
141
  msgstr "Désactiver le compteur social vertical sur cette page"
142
 
143
+ #: ../helper.php:688
144
  #, fuzzy
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Activer les commentaires Facebook"
147
 
148
+ #: ../helper.php:697
149
  #, fuzzy
150
  msgid "Horizontal sharing"
151
  msgstr "Alignement horizontal"
152
 
153
+ #: ../helper.php:703
154
+ #: ../helper.php:722
155
  #, fuzzy
156
  msgid "Starting share count for "
157
  msgstr "Afficher le compteur des partages"
158
 
159
+ #: ../helper.php:716
160
  #, fuzzy
161
  msgid "Vertical sharing"
162
  msgstr "Partage social"
177
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
178
  msgstr "Nous sommes une équipe créative avec des idées uniques dans l'esprit et le service à cœur. Nous aimons ce que nous faisons. Pour plus d'infos vous joindre à nous"
179
 
180
+ #: ../admin/help.php:18
181
  msgid "Plugin Demo"
182
  msgstr "Demonstration du plugin"
183
 
184
+ #: ../admin/help.php:24
185
+ msgid "Add-ons"
186
+ msgstr "Add-ons"
187
 
188
+ #: ../admin/help.php:29
189
+ msgid "Need Help?"
190
+ msgstr "Besoin D'Aide?"
191
 
192
+ #: ../admin/help.php:31
193
  #, fuzzy
194
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
195
+ msgstr "Si vous souhaitez avoir des fonctionnalités personnalisés dans ce plugin, je peux le faire. Envoyez-moi un mail à <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>."
196
 
 
 
 
 
 
197
  #: ../admin/help.php:36
198
+ #, fuzzy
199
+ msgid "Support Us"
200
+ msgstr "Aide"
201
+
202
+ #: ../admin/help.php:39
203
+ #: ../admin/help.php:42
204
+ #: ../admin/help.php:43
205
+ #: ../admin/help.php:44
206
+ #: ../admin/help.php:45
207
+ #: ../admin/help.php:46
208
  msgid "Rate 5-star"
209
  msgstr "Avis 5 étoiles"
210
 
211
+ #: ../admin/help.php:54
212
+ #: ../admin/social_sharing.php:437
213
+ #: ../admin/social_sharing.php:815
214
  #: ../admin/social_login.php:46
215
  msgid "Facebook"
216
  msgstr "Facebook"
217
 
 
 
 
 
 
 
 
 
 
218
  #: ../admin/social_sharing.php:11
219
  #: ../admin/social_sharing.php:22
220
  #: ../admin/social_login.php:9
235
  msgstr "Position de partage"
236
 
237
  #: ../admin/social_sharing.php:14
238
+ #: ../admin/social_sharing.php:1192
 
239
  #: ../admin/social_login.php:11
240
+ #: ../admin/social_login.php:714
241
  #: ../admin/like_buttons.php:13
242
+ #: ../admin/like_buttons.php:712
 
243
  msgid "Shortcode & Widget"
244
  msgstr "Widgets et shortcodes"
245
 
248
  msgstr "Résolution de problèmes"
249
 
250
  #: ../admin/social_sharing.php:16
251
+ #: ../admin/social_sharing.php:1223
252
  #: ../admin/social_commenting.php:12
253
+ #: ../admin/social_commenting.php:393
254
  msgid "FAQ"
255
  msgstr "FAQ"
256
 
322
  msgid "Vertical interface options"
323
  msgstr "Paramètres du compteur vertical (flotant)"
324
 
325
+ #: ../admin/social_sharing.php:233
326
+ msgid "Modernizr"
327
+ msgstr ""
328
+
329
+ #: ../admin/social_sharing.php:239
330
+ msgid "Do not load Modernizr JS"
331
+ msgstr "Ne chargez pas Modernizr JS"
332
+
333
+ #: ../admin/social_sharing.php:249
334
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
335
+ msgstr "Si vous trouvez le plugin casser votre thème, vous pouvez essayer d'activer cette option"
336
+
337
+ #: ../admin/social_sharing.php:258
338
  #: ../admin/like_buttons.php:51
339
  #, fuzzy
340
  msgid "Url shortener"
341
  msgstr "bit.ly raccourcisseur d'URL"
342
 
343
+ #: ../admin/social_sharing.php:264
344
  msgid "Use shortlinks already installed"
345
  msgstr "Utilisez shortlinks déjà installés"
346
 
347
+ #: ../admin/social_sharing.php:274
348
  #: ../admin/like_buttons.php:67
349
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
350
  msgstr "Permet d'URL raccourcies à être utilisés lorsque le partage de contenu si un plugin de raccourcissement est installé"
351
 
352
+ #: ../admin/social_sharing.php:282
353
  msgid "Enable bit.ly url shortener for sharing"
354
  msgstr "Activer le raccoursisseur d'URL bit.ly pour le partage des liens"
355
 
356
+ #: ../admin/social_sharing.php:292
357
  #: ../admin/like_buttons.php:85
358
  msgid "Master control to enable bit.ly url shortening for sharing"
359
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
360
 
361
+ #: ../admin/social_sharing.php:300
362
  #: ../admin/like_buttons.php:93
363
  msgid "bit.ly username"
364
  msgstr "Psuedo bit.ly"
365
 
366
+ #: ../admin/social_sharing.php:310
367
  #: ../admin/like_buttons.php:103
368
  #, php-format
369
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
370
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
371
 
372
+ #: ../admin/social_sharing.php:319
373
  #: ../admin/like_buttons.php:112
374
  msgid "bit.ly API Key"
375
  msgstr "Clé API bit.ly"
376
 
377
+ #: ../admin/social_sharing.php:329
378
  #: ../admin/like_buttons.php:122
379
  #, php-format
380
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
381
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
382
 
383
+ #: ../admin/social_sharing.php:339
384
  msgid "Twitter username in sharing"
385
  msgstr "Psuedo Twitter dans le partage des liens"
386
 
387
+ #: ../admin/social_sharing.php:345
 
388
  msgid "Twitter username (without @)"
389
  msgstr "Psuedo Twitter (sans @)"
390
 
391
+ #: ../admin/social_sharing.php:355
392
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
393
  msgstr "Le pseudo défini sera rajouté à la fin du contenu du tweet en tant que \"via @PSUEDO\". Laissez vide si vous ne le souhaitez pas."
394
 
395
+ #: ../admin/social_sharing.php:365
396
  msgid "Horizontal Sharing Interface Options"
397
  msgstr "Paramètres pour l'interface de partage horizontal"
398
 
399
+ #: ../admin/social_sharing.php:371
400
  msgid "Enable horizontal sharing interface"
401
  msgstr "Activer le partage horizontal"
402
 
403
+ #: ../admin/social_sharing.php:381
404
  msgid "Master control to enable horizontal sharing"
405
  msgstr "Control maître pour activer le partage horizontal"
406
 
407
+ #: ../admin/social_sharing.php:391
408
+ #: ../admin/social_sharing.php:787
409
+ #: ../admin/like_buttons.php:227
410
+ #: ../admin/like_buttons.php:465
411
  msgid "Target Url"
412
  msgstr "Cible Url"
413
 
414
+ #: ../admin/social_sharing.php:395
415
+ #: ../admin/social_sharing.php:791
416
+ #: ../admin/like_buttons.php:231
417
+ #: ../admin/like_buttons.php:469
418
  msgid "Url of the webpage where icons are located (default)"
419
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
420
 
421
+ #: ../admin/social_sharing.php:397
422
+ #: ../admin/social_sharing.php:793
423
+ #: ../admin/like_buttons.php:233
424
+ #: ../admin/like_buttons.php:471
425
  msgid "Url of the homepage of your website"
426
  msgstr "Url de la page d'accueil de votre site Web"
427
 
428
+ #: ../admin/social_sharing.php:399
429
+ #: ../admin/social_sharing.php:795
430
+ #: ../admin/like_buttons.php:235
431
+ #: ../admin/like_buttons.php:473
432
  #, fuzzy
433
  msgid "Custom url"
434
  msgstr "URL personnalisé"
435
 
436
+ #: ../admin/social_sharing.php:406
437
+ #: ../admin/social_sharing.php:802
438
  msgid "Url to share"
439
  msgstr "URL pour partager"
440
 
441
+ #: ../admin/social_sharing.php:414
442
  #: ../admin/social_login.php:314
443
+ #: ../admin/like_buttons.php:250
444
  msgid "Title"
445
  msgstr "Titre"
446
 
447
+ #: ../admin/social_sharing.php:424
448
  msgid "The text to display above the sharing interface"
449
  msgstr "Le texte à afficher au-dessus des boutons de partage"
450
 
451
+ #: ../admin/social_sharing.php:432
452
+ #: ../admin/social_sharing.php:810
453
  #: ../admin/social_login.php:41
454
  msgid "Select providers"
455
  msgstr "Selectionner les réseaux sociaux"
456
 
457
+ #: ../admin/social_sharing.php:442
458
+ #: ../admin/social_sharing.php:820
459
  #: ../admin/social_login.php:50
460
  msgid "Twitter"
461
  msgstr "Twitter"
462
 
463
+ #: ../admin/social_sharing.php:447
464
+ #: ../admin/social_sharing.php:825
465
  #: ../admin/social_login.php:54
466
  msgid "LinkedIn"
467
  msgstr "LinkedIn"
468
 
469
+ #: ../admin/social_sharing.php:452
470
+ #: ../admin/social_sharing.php:830
471
  #: ../admin/social_login.php:58
472
  msgid "Google+"
473
  msgstr "Google+"
474
 
475
+ #: ../admin/social_sharing.php:457
476
+ #: ../admin/social_sharing.php:835
477
  msgid "Print"
478
  msgstr "Imprimer"
479
 
480
+ #: ../admin/social_sharing.php:462
481
+ #: ../admin/social_sharing.php:840
482
  msgid "Email"
483
  msgstr "E-mail"
484
 
485
+ #: ../admin/social_sharing.php:467
486
+ #: ../admin/social_sharing.php:845
487
  msgid "Yahoo"
488
  msgstr "Yahoo!"
489
 
490
+ #: ../admin/social_sharing.php:472
491
+ #: ../admin/social_sharing.php:850
492
  msgid "Reddit"
493
  msgstr "Reddit"
494
 
495
+ #: ../admin/social_sharing.php:477
496
+ #: ../admin/social_sharing.php:855
497
  msgid "Digg"
498
  msgstr "Digg"
499
 
500
+ #: ../admin/social_sharing.php:482
501
+ #: ../admin/social_sharing.php:860
502
  msgid "Delicious"
503
  msgstr "Delicious"
504
 
505
+ #: ../admin/social_sharing.php:487
506
+ #: ../admin/social_sharing.php:865
507
  msgid "StumbleUpon"
508
  msgstr "StumbleUpon"
509
 
510
+ #: ../admin/social_sharing.php:492
511
+ #: ../admin/social_sharing.php:870
512
  msgid "Float it"
513
  msgstr "Float it"
514
 
515
+ #: ../admin/social_sharing.php:497
516
+ #: ../admin/social_sharing.php:875
517
  msgid "Tumblr"
518
  msgstr "Tumblr"
519
 
520
+ #: ../admin/social_sharing.php:502
521
+ #: ../admin/social_sharing.php:880
522
  #: ../admin/social_login.php:62
523
  msgid "Vkontakte"
524
  msgstr "Vkontakte"
525
 
526
+ #: ../admin/social_sharing.php:507
527
+ #: ../admin/social_sharing.php:885
528
  msgid "Pinterest"
529
  msgstr "Pinterest"
530
 
531
+ #: ../admin/social_sharing.php:512
532
+ #: ../admin/social_sharing.php:890
533
  #: ../admin/social_login.php:70
534
  msgid "Xing"
535
  msgstr ""
536
 
537
+ #: ../admin/social_sharing.php:517
538
+ #: ../admin/social_sharing.php:895
539
  msgid "Whatsapp"
540
  msgstr ""
541
 
542
+ #: ../admin/social_sharing.php:522
543
+ #: ../admin/social_sharing.php:900
544
+ msgid "Yummly"
545
+ msgstr ""
546
+
547
+ #: ../admin/social_sharing.php:527
548
+ #: ../admin/social_sharing.php:905
549
+ msgid "Buffer"
550
+ msgstr ""
551
+
552
+ #: ../admin/social_sharing.php:535
553
+ #: ../admin/social_sharing.php:913
554
  msgid "Select the providers for sharing interface"
555
  msgstr "Selectionner les réseaux sociaux à inclure"
556
 
557
+ #: ../admin/social_sharing.php:543
558
+ #: ../admin/social_sharing.php:921
559
  msgid "Rearrange icons"
560
  msgstr "Repositionner les icônes"
561
 
562
+ #: ../admin/social_sharing.php:578
563
+ #: ../admin/social_sharing.php:956
564
  msgid "Drag the icons to rearrange in desired order"
565
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
566
 
567
+ #: ../admin/social_sharing.php:586
568
+ #: ../admin/social_sharing.php:982
569
+ #: ../admin/like_buttons.php:320
570
+ #: ../admin/like_buttons.php:557
571
  msgid "Horizontal alignment"
572
  msgstr "Alignement horizontal"
573
 
574
+ #: ../admin/social_sharing.php:590
575
+ #: ../admin/social_sharing.php:986
576
+ #: ../admin/like_buttons.php:324
577
+ #: ../admin/like_buttons.php:561
578
  msgid "Left"
579
  msgstr "Gauche"
580
 
581
+ #: ../admin/social_sharing.php:591
582
+ #: ../admin/like_buttons.php:325
583
  msgid "Center"
584
  msgstr "centre"
585
 
586
+ #: ../admin/social_sharing.php:592
587
+ #: ../admin/social_sharing.php:987
588
+ #: ../admin/like_buttons.php:326
589
+ #: ../admin/like_buttons.php:562
590
  msgid "Right"
591
  msgstr "Droite"
592
 
593
+ #: ../admin/social_sharing.php:600
594
+ #: ../admin/social_sharing.php:995
595
  msgid "Horizontal alignment of the sharing interface"
596
  msgstr "Alignement horizontal des boutons de partage"
597
 
598
+ #: ../admin/social_sharing.php:608
599
+ #: ../admin/like_buttons.php:342
600
  msgid "Position with respect to content"
601
  msgstr "Position par rapport au contenu"
602
 
603
+ #: ../admin/social_sharing.php:612
604
+ #: ../admin/like_buttons.php:346
605
  msgid "Top of the content"
606
  msgstr "Au-dessus du contenu"
607
 
608
+ #: ../admin/social_sharing.php:614
609
+ #: ../admin/like_buttons.php:348
610
  msgid "Bottom of the content"
611
  msgstr "En-dessous du contenu"
612
 
613
+ #: ../admin/social_sharing.php:621
614
  msgid "Specify position of the sharing interface with respect to the content"
615
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
616
 
617
+ #: ../admin/social_sharing.php:629
618
+ #: ../admin/social_sharing.php:1061
619
  msgid "Sharing location"
620
  msgstr "Position de partage"
621
 
622
+ #: ../admin/social_sharing.php:633
623
+ #: ../admin/social_sharing.php:1065
624
+ #: ../admin/social_login.php:574
625
+ #: ../admin/social_login.php:604
626
+ #: ../admin/like_buttons.php:367
627
+ #: ../admin/like_buttons.php:640
628
  msgid "Homepage"
629
  msgstr "Page d'accueil"
630
 
631
+ #: ../admin/social_sharing.php:635
632
+ #: ../admin/social_sharing.php:1067
633
+ #: ../admin/like_buttons.php:369
634
+ #: ../admin/like_buttons.php:642
635
  msgid "Posts"
636
  msgstr "Publications"
637
 
638
+ #: ../admin/social_sharing.php:637
639
+ #: ../admin/social_sharing.php:1069
640
+ #: ../admin/like_buttons.php:371
641
+ #: ../admin/like_buttons.php:644
642
  msgid "Pages"
643
  msgstr "Pages"
644
 
645
+ #: ../admin/social_sharing.php:639
646
+ #: ../admin/social_sharing.php:1071
647
+ #: ../admin/like_buttons.php:373
648
+ #: ../admin/like_buttons.php:646
649
  msgid "Excerpts"
650
  msgstr "Extraits"
651
 
652
+ #: ../admin/social_sharing.php:641
653
+ #: ../admin/social_sharing.php:1073
654
+ #: ../admin/like_buttons.php:375
655
+ #: ../admin/like_buttons.php:648
656
  msgid "Category Archives"
657
  msgstr "Archives des catégories"
658
 
659
+ #: ../admin/social_sharing.php:643
660
+ #: ../admin/social_sharing.php:1075
661
+ #: ../admin/like_buttons.php:377
662
+ #: ../admin/like_buttons.php:650
663
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
664
  msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
665
 
666
+ #: ../admin/social_sharing.php:659
667
+ #: ../admin/like_buttons.php:393
668
  msgid "BuddyPress activity and groups"
669
+ msgstr "L'activité et les groupes BuddyPress"
670
 
671
+ #: ../admin/social_sharing.php:665
672
+ #: ../admin/social_sharing.php:1090
673
+ #: ../admin/like_buttons.php:400
674
+ #: ../admin/like_buttons.php:665
675
  msgid "BBPress forum"
676
  msgstr ""
677
 
678
+ #: ../admin/social_sharing.php:668
679
+ #: ../admin/social_sharing.php:1093
680
+ #: ../admin/like_buttons.php:403
681
+ #: ../admin/like_buttons.php:668
682
  msgid "BBPress topic"
683
+ msgstr "sujet BBPress"
684
 
685
+ #: ../admin/social_sharing.php:671
686
+ #: ../admin/like_buttons.php:406
687
  msgid "BBPress reply"
688
+ msgstr "BBPress réponse"
689
 
690
+ #: ../admin/social_sharing.php:678
691
+ #: ../admin/like_buttons.php:412
692
+ msgid "After individual product at WooCommerce Shop page"
693
+ msgstr "Après produit individuel à la page WooCommerce Boutique"
694
+
695
+ #: ../admin/social_sharing.php:681
696
+ #: ../admin/like_buttons.php:415
697
+ msgid "WooCommerce Product Page"
698
+ msgstr "WooCommerce page produit"
699
+
700
+ #: ../admin/social_sharing.php:684
701
+ #: ../admin/like_buttons.php:418
702
+ msgid "WooCommerce Thankyou Page"
703
+ msgstr "Merci WooCommerce page"
704
+
705
+ #: ../admin/social_sharing.php:695
706
  msgid "Specify the pages where you want to enable Sharing interface"
707
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
708
 
709
+ #: ../admin/social_sharing.php:703
710
+ #: ../admin/social_sharing.php:1111
711
  msgid "Show share counts"
712
  msgstr "Afficher le compteur des partages"
713
 
714
+ #: ../admin/social_sharing.php:713
715
+ #: ../admin/social_sharing.php:1121
716
  msgid "If enabled, share counts are displayed above sharing icons."
717
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
718
 
719
+ #: ../admin/social_sharing.php:722
720
+ #: ../admin/social_sharing.php:1130
721
+ #, fuzzy
722
+ msgid "Show total shares"
723
+ msgstr "Afficher le compteur des partages"
724
+
725
+ #: ../admin/social_sharing.php:732
726
+ #: ../admin/social_sharing.php:1140
727
+ #, fuzzy
728
+ msgid "If enabled, total shares will be displayed with sharing icons"
729
+ msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
730
+
731
+ #: ../admin/social_sharing.php:741
732
+ #: ../admin/social_sharing.php:1149
733
  #, fuzzy
734
  msgid "Enable 'More' icon"
735
  msgstr "Activer la verification de l'adresse e-mail"
736
 
737
+ #: ../admin/social_sharing.php:751
738
+ #: ../admin/social_sharing.php:1159
739
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
740
  msgstr "Si elle est activée, icône \"Plus de\" sera affiché icônes de partage sélectionnés après qui montre des réseaux de partage supplémentaires dans le popup"
741
 
742
+ #: ../admin/social_sharing.php:761
743
  msgid "Vertical (Floating) Sharing Interface Options"
744
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
745
 
746
+ #: ../admin/social_sharing.php:767
747
  msgid "Enable vertical (floating) sharing interface"
748
  msgstr "Activer les boutons de partage verticaux (flotants)"
749
 
750
+ #: ../admin/social_sharing.php:777
751
  msgid "Master control to enable vertical (floating) sharing widget"
752
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
753
 
754
+ #: ../admin/social_sharing.php:964
755
+ #: ../admin/like_buttons.php:539
756
  msgid "Background Color"
757
  msgstr "Couleur de fond"
758
 
759
+ #: ../admin/social_sharing.php:974
760
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
761
  msgstr "Définir le code HEX de la couleur désiré (exemple #cc78e0) pour le fond des boutons verticaux. Laissez vide pour la transparence. Vous pouvez obtenir le code HEX de n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
762
 
763
+ #: ../admin/social_sharing.php:1004
764
+ #: ../admin/like_buttons.php:579
765
  msgid "Left offset"
766
  msgstr "Marge à gauche"
767
 
768
+ #: ../admin/social_sharing.php:1014
769
  #, fuzzy
770
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
771
  msgstr "Définir la taille de la marge à gauche (en pixels)."
772
 
773
+ #: ../admin/social_sharing.php:1024
774
+ #: ../admin/like_buttons.php:599
775
  msgid "Right offset"
776
  msgstr "Marge à droite"
777
 
778
+ #: ../admin/social_sharing.php:1034
779
  #, fuzzy
780
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
781
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
782
 
783
+ #: ../admin/social_sharing.php:1043
784
+ #: ../admin/like_buttons.php:618
785
  msgid "Top offset"
786
  msgstr "Marge au-dessus"
787
 
788
+ #: ../admin/social_sharing.php:1053
789
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
790
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
791
 
792
+ #: ../admin/social_sharing.php:1103
793
  msgid "Specify the pages where you want to enable vertical Sharing interface"
794
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
795
 
796
+ #: ../admin/social_sharing.php:1167
797
+ msgid "Hide sharing on mobile devices"
798
+ msgstr "Cacher le partage sur appareils mobiles"
799
+
800
+ #: ../admin/social_sharing.php:1177
801
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
802
+ msgstr "Si elle est activée, l'interface de partage vertical ne sera pas apparaître sur les appareils mobiles"
803
+
804
+ #: ../admin/social_sharing.php:1194
805
+ #, fuzzy
806
+ msgid "Social Sharing Shortcode & Widget"
807
+ msgstr "Widgets et shortcodes"
808
+
809
+ #: ../admin/social_sharing.php:1204
810
  msgid "Facebook Sharing Troubleshooter"
811
  msgstr "Résoudre les problems Facebook"
812
 
813
+ #: ../admin/social_sharing.php:1209
814
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
815
  msgstr "Si le partage sur Facebook ne marche pas, cliquez sur le lien suivant et entrez le lien de la page ou le problème se produit."
816
 
817
+ #: ../admin/social_sharing.php:1225
818
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
819
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
820
 
821
+ #: ../admin/social_sharing.php:1226
822
  #, fuzzy
823
  msgid "How can I disable sharing on particular page/post?"
824
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
825
 
826
+ #: ../admin/social_sharing.php:1227
827
  msgid "How can I specify minimum sharing count for sharing networks?"
828
  msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
829
 
830
+ #: ../admin/social_sharing.php:1237
831
+ #: ../admin/social_commenting.php:404
832
+ #: ../admin/social_login.php:726
833
+ #: ../admin/like_buttons.php:723
834
  msgid "Save Changes"
835
  msgstr "Sauvegarder"
836
 
840
  msgstr "Commentaires par défaut"
841
 
842
  #: ../admin/social_commenting.php:11
843
+ #: ../admin/social_commenting.php:381
 
844
  msgid "Shortcode"
845
  msgstr "Shortcode"
846
 
847
  #: ../admin/social_commenting.php:18
848
  #: ../admin/social_commenting.php:24
849
+ #: ../admin/social_commenting.php:147
 
850
  #, fuzzy
851
  msgid "Enable Social Commenting"
852
  msgstr "Activer le Compteur Social"
853
 
854
+ #: ../admin/social_commenting.php:34
855
+ #, fuzzy
856
+ msgid "Master control to enable Social Commenting"
857
+ msgstr "Control maître pour activer le partage horizontal"
858
+
859
  #: ../admin/social_commenting.php:42
860
  msgid "Order of tabs in commenting interface"
861
  msgstr "Ordre des onglets dans l'interface commentant"
868
  msgid "Comment area label"
869
  msgstr "Commentaire étiquette de la zone"
870
 
871
+ #: ../admin/social_commenting.php:70
872
+ #, fuzzy
873
+ msgid "Label for comment area"
874
+ msgstr "Commentaires Facebook"
875
+
876
+ #: ../admin/social_commenting.php:80
877
  msgid "Labels"
878
  msgstr "étiquettes"
879
 
880
+ #: ../admin/social_commenting.php:85
881
  #, fuzzy
882
  msgid "Label for WordPress Commenting tab"
883
  msgstr "WordPress Comentarios"
884
 
885
+ #: ../admin/social_commenting.php:94
886
  #, fuzzy
887
  msgid "Label for Facebook Commenting tab"
888
  msgstr "Activer les commentaires Facebook"
889
 
890
+ #: ../admin/social_commenting.php:103
891
  #, fuzzy
892
  msgid "Label for G+ Commenting tab"
893
  msgstr "Commentaires Facebook"
894
 
895
+ #: ../admin/social_commenting.php:112
896
  msgid "Label for Disqus Commenting tab"
897
  msgstr "Étiquette pour onglet Commentant Disqus"
898
 
899
+ #: ../admin/social_commenting.php:123
900
  msgid "Facebook Commenting Options"
901
  msgstr "Paramètres des commentaires Facebook"
902
 
903
+ #: ../admin/social_commenting.php:129
904
+ #, fuzzy
905
+ msgid "Enable Facebook Comments notification and moderation"
906
+ msgstr "Activer les commentaires Facebook"
907
 
908
+ #: ../admin/social_commenting.php:137
909
  msgid "Enable Facebook Commenting"
910
  msgstr "Activer les commentaires Facebook"
911
 
912
+ #: ../admin/social_commenting.php:155
913
+ #: ../admin/social_commenting.php:313
914
  msgid "Url to comment on"
915
  msgstr "URL à commenter"
916
 
917
+ #: ../admin/social_commenting.php:165
918
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
919
  msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
920
 
921
+ #: ../admin/social_commenting.php:173
922
+ #: ../admin/social_commenting.php:295
923
  msgid "Width"
924
  msgstr "Largeur"
925
 
926
+ #: ../admin/social_commenting.php:183
927
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
928
  msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
929
 
930
+ #: ../admin/social_commenting.php:191
931
  msgid "Color Scheme"
932
  msgstr "Schéma de couleurs"
933
 
934
+ #: ../admin/social_commenting.php:195
935
  msgid "Light"
936
  msgstr "Clair"
937
 
938
+ #: ../admin/social_commenting.php:196
939
  msgid "Dark"
940
  msgstr "Sombre"
941
 
942
+ #: ../admin/social_commenting.php:204
943
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
944
  msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
945
 
946
+ #: ../admin/social_commenting.php:212
947
  #, fuzzy
948
  msgid "Number of comments"
949
  msgstr "Le nombre de publications"
950
 
951
+ #: ../admin/social_commenting.php:222
952
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
953
  msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
954
 
955
+ #: ../admin/social_commenting.php:230
956
  msgid "Order by"
957
  msgstr "Trier par"
958
 
959
+ #: ../admin/social_commenting.php:234
960
  msgid "Social"
961
  msgstr "Social"
962
 
963
+ #: ../admin/social_commenting.php:235
964
  msgid "Reverse Time"
965
  msgstr "Anachronique"
966
 
967
+ #: ../admin/social_commenting.php:236
968
  msgid "Time"
969
  msgstr "Heure"
970
 
971
+ #: ../admin/social_commenting.php:244
972
  msgid "The order to use when displaying comments."
973
  msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
974
 
 
 
 
 
 
 
 
 
975
  #: ../admin/social_commenting.php:252
 
 
 
 
 
 
 
 
 
 
 
 
976
  #: ../admin/like_buttons.php:132
977
  #: ../admin/like_buttons.php:138
978
  msgid "Language"
979
  msgstr "Langue"
980
 
981
+ #: ../admin/social_commenting.php:262
982
  #, php-format
983
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
984
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
985
 
986
+ #: ../admin/social_commenting.php:271
987
  #, fuzzy
988
  msgid "Google Plus Commenting Options"
989
  msgstr "Paramètres des commentaires Facebook"
990
 
991
+ #: ../admin/social_commenting.php:277
992
+ #: ../admin/social_commenting.php:287
993
  #, fuzzy
994
  msgid "Enable Google Plus Commenting"
995
  msgstr "Activer les commentaires Facebook"
996
 
997
+ #: ../admin/social_commenting.php:305
998
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
999
  msgstr "Largeur de l'interface Commentant GooglePlus. Laissez vide pour Auto Adjust"
1000
 
1001
+ #: ../admin/social_commenting.php:323
1002
  #, fuzzy
1003
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1004
  msgstr "L'URL absolu auquel les commentaires publiés seront associés de façon permanente. Les publications sur Facebook à propos des commentaires laissés sur votre site seront associés à ce lien. <br/>Si vous le laissez vide <strong>Recommandé</strong>, le lien de la page sera utilisé."
1005
 
1006
+ #: ../admin/social_commenting.php:332
1007
  #, fuzzy
1008
  msgid "Disqus Commenting Options"
1009
  msgstr "Paramètres des commentaires Facebook"
1010
 
1011
+ #: ../admin/social_commenting.php:338
1012
+ #: ../admin/social_commenting.php:348
1013
  #, fuzzy
1014
  msgid "Enable Disqus Commenting"
1015
  msgstr "Activer les commentaires Facebook"
1016
 
1017
+ #: ../admin/social_commenting.php:356
1018
  msgid "Disqus Shortname"
1019
  msgstr ""
1020
 
1021
+ #: ../admin/social_commenting.php:366
1022
  #, fuzzy
1023
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1024
  msgstr "<strong>Nécessaire pour utiliser Disqus commentant.</strong> Vous pouvez le trouver dans votre section Disqus des paramètres de plug-in comme le montre la capture d'écran ci-dessous"
1025
 
1026
+ #: ../admin/social_commenting.php:383
1027
+ #, fuzzy
1028
+ msgid "Social Commenting Shortcode"
1029
+ msgstr "Commentaires par défaut"
1030
+
1031
+ #: ../admin/social_commenting.php:395
1032
  #, fuzzy
1033
  msgid "How can I disable Social Commenting at individual page/post?"
1034
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1035
 
1036
+ #: ../admin/social_commenting.php:396
1037
+ msgid "How to disable default comment form from Social Commenting?"
1038
+ msgstr "Comment désactiver formulaire de commentaire par défaut à partir Commentant sociale?"
1039
+
1040
  #: ../admin/social_login.php:10
1041
  msgid "Social Login"
1042
  msgstr "Connection par les réseaux sociaux"
1205
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1206
  msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1207
 
1208
+ #: ../admin/social_login.php:393
1209
+ msgid "Enable before WooCommerce Customer Login Form"
1210
+ msgstr "Activer avant WooCommerce formulaire Connexion client"
1211
+
1212
+ #: ../admin/social_login.php:403
1213
+ #, fuzzy
1214
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1215
+ msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1216
+
1217
+ #: ../admin/social_login.php:411
1218
+ msgid "Enable after WooCommerce Customer Login Form"
1219
+ msgstr "Activer après WooCommerce formulaire Connexion client"
1220
+
1221
+ #: ../admin/social_login.php:421
1222
+ #, fuzzy
1223
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1224
+ msgstr "La connection par les réseaux sociaux sera activée sur la page de connection de votre site"
1225
+
1226
+ #: ../admin/social_login.php:429
1227
+ #, fuzzy
1228
+ msgid "Enable at WooCommerce checkout page"
1229
+ msgstr "Activer sur la page de création de compte"
1230
+
1231
+ #: ../admin/social_login.php:439
1232
+ #, fuzzy
1233
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1234
+ msgstr "La connection par les réseaux sociaux sera activée sur votre formulaire de commentaires WordPress."
1235
+
1236
+ #: ../admin/social_login.php:450
1237
  msgid "Auto-approve comments made by Social Login users"
1238
  msgstr "Auto-valider les commentaires laissés par des utilisateurs connectés à votre site via un réseau social"
1239
 
1240
+ #: ../admin/social_login.php:460
1241
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1242
  msgstr "Si cela est active, et un commentaire WordPress est laissé par un utilisateur social, son commentaire sera automatiquement approuvé et sera publié sans modération."
1243
 
1244
+ #: ../admin/social_login.php:461
1245
  msgid "Note: This is not related to Facebook comments"
1246
  msgstr "NB : Cela est différent des commentaires Facebook"
1247
 
1248
+ #: ../admin/social_login.php:471
1249
  msgid "Enable social avatar"
1250
  msgstr "Activer la photo social"
1251
 
1252
+ #: ../admin/social_login.php:481
1253
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1254
  msgstr "La photo de profil des utilisateurs connectés avec un réseau social sera utilisé en tant que leur avatar sur votre site."
1255
 
1256
+ #: ../admin/social_login.php:491
1257
  msgid "Avatar quality"
1258
  msgstr "qualité Avatar"
1259
 
1260
+ #: ../admin/social_login.php:494
1261
  msgid "Average"
1262
  msgstr "moyenne"
1263
 
1264
+ #: ../admin/social_login.php:495
1265
  #, fuzzy
1266
  msgid "Better"
1267
  msgstr "Twitter"
1268
 
1269
+ #: ../admin/social_login.php:502
1270
  msgid "Choose avatar quality"
1271
  msgstr "Choisissez la qualité avatar"
1272
 
1273
+ #: ../admin/social_login.php:521
1274
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1275
  msgstr "Si activé et le réseau social ne fourni pas d'adresse e-mail, l'utilisateur sera demandé son adresse e-mail. Sinon, une fausse adresse sera créée."
1276
 
1277
+ #: ../admin/social_login.php:530
1278
  msgid "Send username-password after user registration"
1279
  msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilisateur"
1280
 
1281
+ #: ../admin/social_login.php:540
1282
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1283
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1284
 
1285
+ #: ../admin/social_login.php:549
1286
  msgid "Enable social account linking at BuddyPress profile page"
1287
  msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1288
 
1289
+ #: ../admin/social_login.php:559
1290
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1291
  msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1292
 
1293
+ #: ../admin/social_login.php:568
1294
  msgid "Login redirection"
1295
  msgstr "Rediriger la page après la connection"
1296
 
1297
+ #: ../admin/social_login.php:572
1298
  msgid "Same page where user logged in"
1299
  msgstr "La même page ou l'utilisateur s'est connecté"
1300
 
1301
+ #: ../admin/social_login.php:576
1302
+ #: ../admin/social_login.php:606
1303
  msgid "Account dashboard"
1304
  msgstr "Leur compte"
1305
 
1306
+ #: ../admin/social_login.php:579
1307
+ #: ../admin/social_login.php:609
1308
  msgid "BuddyPress profile page"
1309
  msgstr "BuddyPress page de profil"
1310
 
1311
+ #: ../admin/social_login.php:582
1312
+ #: ../admin/social_login.php:612
1313
  msgid "Custom Url"
1314
  msgstr "URL personnalisé"
1315
 
1316
+ #: ../admin/social_login.php:590
1317
  msgid "User will be redirected to the selected page after Social Login"
1318
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1319
 
1320
+ #: ../admin/social_login.php:598
1321
  msgid "Registration redirection"
1322
  msgstr "Redirection après la création de compte"
1323
 
1324
+ #: ../admin/social_login.php:602
1325
  #, fuzzy
1326
  msgid "Same page from where user registered"
1327
  msgstr "La même page ou l'utilisateur s'est connecté"
1328
 
1329
+ #: ../admin/social_login.php:620
1330
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1331
  msgstr "L'utilisateur sera redirigé à la page selectionnée après sa creation de compte (c'est à dire, première connection avec un réseau social)"
1332
 
1333
+ #: ../admin/social_login.php:628
1334
  msgid "Email popup options"
1335
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1336
 
1337
+ #: ../admin/social_login.php:634
1338
  msgid "Text on 'Email required' popup"
1339
  msgstr "Texte dans le popup \"E-mail requis\""
1340
 
1341
+ #: ../admin/social_login.php:644
1342
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1343
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1344
 
1345
+ #: ../admin/social_login.php:653
1346
  msgid "Error message for 'Email required' popup"
1347
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1348
 
1349
+ #: ../admin/social_login.php:663
1350
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1351
  msgstr "Cette message sera affiché si l'utilisateur fournit une adresse qui n'est pas valide, ou qui a déjà été associé à un compte sur votre site."
1352
 
1353
+ #: ../admin/social_login.php:672
1354
  msgid "Email popup height"
1355
  msgstr "Hauteur du popup e-mail"
1356
 
1357
+ #: ../admin/social_login.php:682
1358
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1359
  msgstr "Si vous voyez une barre de defilement (ascenseur) dans le popup \"E-mail requis\", vous pouvez ajuster sa hauteur ici. Laissez vide pour les paramètres par défaut."
1360
 
1361
+ #: ../admin/social_login.php:690
1362
  msgid "Enable email verification"
1363
  msgstr "Activer la verification de l'adresse e-mail"
1364
 
1365
+ #: ../admin/social_login.php:700
1366
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1367
  msgstr "Si cela est activé, l'adresse sera vérifié en envoyant un lien de confirmation à l'adresse. L'utilisateur ne pourra pas se connecter sans avoir confirmé son adresse e-mail."
1368
 
1369
+ #: ../admin/social_login.php:716
1370
  #, fuzzy
1371
+ msgid "Social Login Shortcode & Widget"
1372
  msgstr "Widgets et shortcodes"
1373
 
1374
+ #: ../admin/social_login.php:717
1375
+ msgid "Social Linking Shortcode"
1376
+ msgstr ""
1377
+
1378
  #: ../admin/admin.php:8
1379
  msgid "Welcome"
1380
  msgstr "Bienvenue"
1438
  msgstr "Définissez le langage de code que vous souhaitez utilizer dans les commentaires. Vous trouverez une liste <a href=\"%s\" target=\"_blank\">ici</ a>. Laissez vide pour l'anglais."
1439
 
1440
  #: ../admin/like_buttons.php:157
1441
+ #, fuzzy
1442
+ msgid "Twitter Username"
1443
+ msgstr "Psuedo Twitter dans le partage des liens"
1444
+
1445
+ #: ../admin/like_buttons.php:163
1446
+ #, fuzzy
1447
+ msgid "Twitter username for Tweet (without @)"
1448
+ msgstr "Psuedo Twitter (sans @)"
1449
 
1450
  #: ../admin/like_buttons.php:173
1451
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1452
  msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1453
 
1454
+ #: ../admin/like_buttons.php:182
1455
+ #, fuzzy
1456
+ msgid "Twitter username for Buffer sharing (without @)"
1457
+ msgstr "Psuedo Twitter (sans @)"
1458
+
1459
+ #: ../admin/like_buttons.php:192
1460
+ #, fuzzy
1461
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1462
+ msgstr "Le pseudo fourni sera rajouté à la fin du tweet en tant que \"via @PSUEDO\". Laissez ce champs vide si vous ne souhaitez pas d'y avoir de psuedo."
1463
+
1464
+ #: ../admin/like_buttons.php:201
1465
  #, fuzzy
1466
  msgid "Horizontal Interface Options"
1467
  msgstr "Paramètres du compteur horizontal"
1468
 
1469
+ #: ../admin/like_buttons.php:207
1470
  #, fuzzy
1471
  msgid "Enable horizontal interface"
1472
  msgstr "Activer le compteur horizontal"
1473
 
1474
+ #: ../admin/like_buttons.php:217
1475
  #, fuzzy
1476
  msgid "Master control to enable horizontal like buttons"
1477
  msgstr "Control maître pour activer le compteur horizontal"
1478
 
1479
+ #: ../admin/like_buttons.php:242
1480
+ #: ../admin/like_buttons.php:480
1481
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1482
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
1483
 
1484
+ #: ../admin/like_buttons.php:260
1485
  #, fuzzy
1486
  msgid "The text to display above the interface"
1487
  msgstr "La texte à afficher au-dessus du compteur"
1488
 
1489
+ #: ../admin/like_buttons.php:268
1490
+ #: ../admin/like_buttons.php:488
1491
  msgid "Select and rearrange providers"
1492
  msgstr "Selectionner et repositionner les réseaux sociaux"
1493
 
1494
+ #: ../admin/like_buttons.php:312
1495
+ #: ../admin/like_buttons.php:531
1496
  #, fuzzy
1497
  msgid "Select the providers for interface. Drag them to rearrange."
1498
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
1499
 
1500
+ #: ../admin/like_buttons.php:334
1501
+ #: ../admin/like_buttons.php:570
1502
  #, fuzzy
1503
  msgid "Horizontal alignment of the interface"
1504
  msgstr "Alignement horizontal du compteur"
1505
 
1506
+ #: ../admin/like_buttons.php:355
1507
  #, fuzzy
1508
  msgid "Specify position of the interface with respect to the content"
1509
  msgstr "Définir la position du compteur par rapport au contenu de la page"
1510
 
1511
+ #: ../admin/like_buttons.php:363
1512
+ #: ../admin/like_buttons.php:636
1513
  #, fuzzy
1514
  msgid "Interface location"
1515
  msgstr "Position du compteur"
1516
 
1517
+ #: ../admin/like_buttons.php:429
1518
  #, fuzzy
1519
  msgid "Specify the pages where you want to enable interface"
1520
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
1521
 
1522
+ #: ../admin/like_buttons.php:439
1523
  #, fuzzy
1524
  msgid "Vertical (Floating) like buttons Options"
1525
  msgstr "Paramètres du compteur vertical (flotant)"
1526
 
1527
+ #: ../admin/like_buttons.php:445
1528
  #, fuzzy
1529
  msgid "Enable vertical (floating) like buttons"
1530
  msgstr "Activer le compteur vertical (flotant)"
1531
 
1532
+ #: ../admin/like_buttons.php:455
1533
  msgid "Master control to enable vertical (floating) counter widget"
1534
  msgstr "Control maître pour activer le compteur vertical (flotant)"
1535
 
1536
+ #: ../admin/like_buttons.php:549
1537
  #, fuzzy
1538
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1539
  msgstr "Définir le code HEX de la couleur voulue (exemple #cc78e0) pour le fond du compteur vertical. Laisser vide pour la transparence. Vous pouvez obténir un code HEX pour n'importe quelle couleur <a href=\"http://www.colorpicker.com/\" target=\"_blank\">ici</a>"
1540
 
1541
+ #: ../admin/like_buttons.php:589
1542
  #, fuzzy
1543
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1544
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
1545
 
1546
+ #: ../admin/like_buttons.php:609
1547
  #, fuzzy
1548
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1549
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
1550
 
1551
+ #: ../admin/like_buttons.php:628
1552
  #, fuzzy
1553
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1554
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
1555
 
1556
+ #: ../admin/like_buttons.php:678
1557
  #, fuzzy
1558
  msgid "Specify the pages where you want to enable vertical interface"
1559
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
1560
 
1561
+ #: ../admin/like_buttons.php:686
1562
+ msgid "Hide like buttons on mobile devices"
1563
+ msgstr "Cachez comme des boutons sur les appareils mobiles"
1564
+
1565
+ #: ../admin/like_buttons.php:696
1566
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1567
+ msgstr "Si elle est activée, les boutons comme verticaux ne seront pas apparaître sur les appareils mobiles"
1568
+
1569
+ #: ../admin/like_buttons.php:714
1570
+ #, fuzzy
1571
+ msgid "Like Buttons Shortcode & Widget"
1572
+ msgstr "Widgets et shortcodes"
1573
+
1574
+ #: ../inc/shortcode.php:245
1575
+ #, fuzzy
1576
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1577
+ msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1578
+
1579
+ #: ../inc/social_sharing.php:628
1580
  msgid "Invalid request"
1581
  msgstr "Demande non-valable !"
1582
 
1583
+ #: ../inc/social_sharing.php:635
1584
  msgid "Providers not selected"
1585
  msgstr "Réseaux sociaux non-selectionnés !"
1586
 
1601
  msgstr "Assurez-vous que Social Login est activée à partir de page \"super Socializer > Social Connexion\"."
1602
 
1603
  #: ../inc/widget.php:79
1604
+ #: ../inc/widget.php:219
1605
+ #: ../inc/widget.php:524
1606
  msgid "Title:"
1607
  msgstr "Titre :"
1608
 
1609
  #: ../inc/widget.php:81
1610
+ #: ../inc/widget.php:233
1611
+ #: ../inc/widget.php:534
1612
  msgid "Before widget content:"
1613
  msgstr "Avant le contenu du widget :"
1614
 
1615
  #: ../inc/widget.php:83
1616
+ #: ../inc/widget.php:235
1617
+ #: ../inc/widget.php:536
1618
  msgid "After widget content:"
1619
  msgstr "Après le contenu du widget :"
1620
 
1621
  #: ../inc/widget.php:86
1622
+ #: ../inc/widget.php:237
1623
+ #: ../inc/widget.php:401
1624
+ #: ../inc/widget.php:538
1625
+ #: ../inc/widget.php:688
1626
  msgid "Hide for logged in users:"
1627
  msgstr "Cacher pour les utilisateurs connectés :"
1628
 
1630
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1631
  msgstr "Boutons de partage horizontaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1632
 
1633
+ #: ../inc/widget.php:218
1634
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1635
  msgstr "Assurez-vous que \"sociale horizontale partage\" est activée à partir de page \"super Socializer > Social Sharing\"."
1636
 
1637
+ #: ../inc/widget.php:221
1638
+ #: ../inc/widget.php:370
1639
  #, fuzzy
1640
+ msgid "Show individual share counts:"
1641
  msgstr "Afficher le compteur des partages"
1642
 
1643
+ #: ../inc/widget.php:223
1644
+ #: ../inc/widget.php:372
1645
+ #, fuzzy
1646
+ msgid "Show total shares:"
1647
+ msgstr "Afficher le compteur des partages"
1648
+
1649
+ #: ../inc/widget.php:225
1650
+ #: ../inc/widget.php:374
1651
+ #: ../inc/widget.php:526
1652
+ #: ../inc/widget.php:661
1653
  msgid "Target Url:"
1654
  msgstr "Cible Url:"
1655
 
1656
+ #: ../inc/widget.php:227
1657
+ #: ../inc/widget.php:376
1658
+ #: ../inc/widget.php:528
1659
+ #: ../inc/widget.php:663
1660
  msgid "Select"
1661
  msgstr "sélectionner"
1662
 
1663
+ #: ../inc/widget.php:256
1664
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1665
  msgstr "Boutons de partage verticaux. Permettez à vos utilisateurs de partager votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1666
 
1667
+ #: ../inc/widget.php:369
1668
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1669
  msgstr "Assurez-vous que \"Vertical Social Sharing\" est activée à partir de page \"super Socializer > Social Sharing\"."
1670
 
1671
+ #: ../inc/widget.php:382
1672
+ #: ../inc/widget.php:669
1673
  msgid "Alignment"
1674
  msgstr "Alignement"
1675
 
1676
+ #: ../inc/widget.php:388
1677
+ #: ../inc/widget.php:675
1678
  msgid "Left Offset"
1679
  msgstr "Marge gauche"
1680
 
1681
+ #: ../inc/widget.php:392
1682
+ #: ../inc/widget.php:679
1683
  msgid "Right Offset"
1684
  msgstr "Marge droite"
1685
 
1686
+ #: ../inc/widget.php:395
1687
+ #: ../inc/widget.php:682
1688
  msgid "Top Offset"
1689
  msgstr "Marge superieur"
1690
 
1691
+ #: ../inc/widget.php:420
1692
  #, fuzzy
1693
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1694
  msgstr "Compteur horizontal. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1695
 
1696
+ #: ../inc/widget.php:523
1697
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1698
  msgstr "Assurez-vous que \"Horizontal comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
1699
 
1700
+ #: ../inc/widget.php:557
1701
  #, fuzzy
1702
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1703
  msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1704
 
1705
+ #: ../inc/widget.php:660
1706
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1707
  msgstr "Assurez-vous que \"verticale comme des boutons\" sont activés à partir de \"super Socializer > Comme les boutons\" page."
1708
 
1709
+ #~ msgid "You can see the plugin in action at following link"
1710
+ #~ msgstr "Vous pouvez visualiser et tester le plugin ici"
1711
+
1712
+ #, fuzzy
1713
+ #~ msgid ""
1714
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1715
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1716
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1717
+ #~ msgstr ""
1718
+ #~ "Si vous aimez mon plugin ou si vous avez des questions, vous pouvez "
1719
+ #~ "m'envoyer un mail à <a href=\"mailto:lordofthechamps@gmail.com"
1720
+ #~ "\">lordofthechamps@gmail.com</a>, aimer ma page <strong>Facebook</strong> "
1721
+ #~ "et me suivre sur <strong>Twitter</strong>."
1722
+
1723
+ #~ msgid "Want plugin customization?"
1724
+ #~ msgstr "Vous voulez un plugin personnalisé ?"
1725
+
1726
+ #~ msgid ""
1727
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1728
+ #~ "Facebook Comments notification and moderation."
1729
+ #~ msgstr ""
1730
+ #~ "<strong>Note:</strong> Chute-nous un courriel à support@heateor.com pour "
1731
+ #~ "permettre Facebook Commentaires notification et de modération."
1732
+
1733
+ #~ msgid "Mobile"
1734
+ #~ msgstr "Portable"
1735
+
1736
+ #~ msgid "Auto Detect"
1737
+ #~ msgstr "Detecter automatiquement"
1738
+
1739
+ #~ msgid "True"
1740
+ #~ msgstr "Vrai"
1741
+
1742
+ #~ msgid "False"
1743
+ #~ msgstr "Faux"
1744
+
1745
+ #~ msgid ""
1746
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1747
+ #~ "version or not."
1748
+ #~ msgstr ""
1749
+ #~ "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
1750
+
1751
+ #, fuzzy
1752
+ #~ msgid "Sortcode & Widget"
1753
+ #~ msgstr "Widgets et shortcodes"
1754
+
1755
+ #~ msgid "Twitter username in tweet button"
1756
+ #~ msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
1757
+
1758
  #~ msgid ""
1759
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1760
  #~ "redirect_uri</strong> options at the link mentioned"
languages/Super-Socializer-hu_HU.mo CHANGED
Binary file
languages/Super-Socializer-hu_HU.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-06-05 06:02+0530\n"
6
- "PO-Revision-Date: 2015-06-05 06:04+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 1.6.5\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
@@ -25,40 +25,54 @@ msgstr "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
- #: ../super_socializer.php:349
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
- #: ../super_socializer.php:349
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
- #: ../super_socializer.php:353
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
- #: ../super_socializer.php:372
41
- #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
- #: ../super_socializer.php:375
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
- #: ../super_socializer.php:388
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
- msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, about to open"
52
 
53
- #: ../super_socializer.php:465
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
 
 
 
 
 
 
 
 
 
57
  #: ../super_socializer.php:567
 
 
 
 
 
58
  msgid "Email you entered is already registered or invalid"
59
- msgstr "A megadott e-maik már regisztrálva van, vagy hibás"
60
 
61
- #: ../super_socializer.php:571
62
  msgid "Please enter a valid email address. You might be required to verify it"
63
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
64
 
@@ -66,86 +80,78 @@ msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjü
66
  msgid "Options saved successfully"
67
  msgstr "A beállítások mentése sikeres"
68
 
69
- #: ../helper.php:147
70
  msgid "Click to show help"
71
  msgstr "Kattintson megmutatni segítség"
72
 
73
- #: ../helper.php:147
74
  msgid "Click to hide help"
75
  msgstr "Elrejtéséhez kattintson segítség"
76
 
77
- #: ../helper.php:187
78
  msgid "Settings"
79
  msgstr "Beállítások"
80
 
81
- #: ../helper.php:504
82
- #, fuzzy
83
  msgid "Account linked successfully"
84
- msgstr "A beállítások mentése sikeres"
85
 
86
- #: ../helper.php:510
87
  msgid "Account already exists or linked"
88
  msgstr "Fiók már létezik, vagy össze van kötve"
89
 
90
- #: ../helper.php:521
91
- #, fuzzy
92
  msgid "You are already connected with"
93
- msgstr "Készen állsz weboldalad \"Közösségesítésére\"."
94
 
95
- #: ../helper.php:521
96
  msgid "as primary social network"
97
  msgstr "elsődleges szociális háló"
98
 
99
- #: ../helper.php:538
100
  msgid "Link your social account to login to your account at this website"
101
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
102
 
103
- #: ../helper.php:583
104
  msgid "Currently"
105
  msgstr "Jelenleg"
106
 
107
- #: ../helper.php:583
108
  msgid "Remove"
109
  msgstr "Eltávolítás"
110
 
111
- #: ../helper.php:676
112
  msgid "Disable Horizontal Social Sharing on this "
113
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
114
 
115
- #: ../helper.php:681
116
  msgid "Disable Vertical Social Sharing on this "
117
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
118
 
119
- #: ../helper.php:686
120
- #, fuzzy
121
  msgid "Disable Horizontal like buttons on this "
122
- msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
123
 
124
- #: ../helper.php:691
125
- #, fuzzy
126
  msgid "Disable Vertical like buttons on this "
127
- msgstr "Függőleges Közösségi Megosztás kikapcsolása"
128
 
129
- #: ../helper.php:696
130
- #, fuzzy
131
  msgid "Disable Social Commenting on this "
132
- msgstr "Facebook Hozzászólás Bekapcsolás"
133
 
134
- #: ../helper.php:705
135
- #, fuzzy
136
  msgid "Horizontal sharing"
137
- msgstr "Függőleges igazítás"
138
 
139
- #: ../helper.php:711
140
- #: ../helper.php:730
141
- #, fuzzy
142
  msgid "Starting share count for "
143
- msgstr "Megosztás számok mutatása"
144
 
145
- #: ../helper.php:724
146
- #, fuzzy
147
  msgid "Vertical sharing"
148
- msgstr "Közösségi Megosztás"
149
 
150
  #: ../admin/help.php:4
151
  msgid "About"
@@ -163,48 +169,44 @@ msgstr "készítette"
163
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
164
  msgstr "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a szolgáltatás szívében. Szeretjük, amit csinálunk. További info csatlakozzon hozzánk"
165
 
166
- #: ../admin/help.php:17
167
  msgid "Plugin Demo"
168
  msgstr "Plugin Demo"
169
 
170
- #: ../admin/help.php:19
171
- msgid "You can see the plugin in action at following link"
172
- msgstr "A Plugin-t itt tudod működés közben kipróbálni"
173
 
174
- #: ../admin/help.php:25
175
- msgid "Support"
176
- msgstr "Támogatás"
177
 
178
- #: ../admin/help.php:27
179
  #, fuzzy
180
- msgid "If you like the plugin or have any query, drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
181
- msgstr "Ha tetszik a plugin, vagy kérdésed van, írhatsz nekem (angolul) <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a> címen, megtalálsz a <strong>Facebook</strong> oldalaimon és követhetsz a <strong>Twitter-en</strong>."
182
 
183
- #: ../admin/help.php:29
184
- #: ../admin/help.php:32
185
- #: ../admin/help.php:33
186
- #: ../admin/help.php:34
187
- #: ../admin/help.php:35
188
  #: ../admin/help.php:36
 
 
 
 
 
 
 
 
 
 
189
  msgid "Rate 5-star"
190
  msgstr "Osztályozz 5-ösre"
191
 
192
- #: ../admin/help.php:44
193
- #: ../admin/social_sharing.php:411
194
- #: ../admin/social_sharing.php:736
195
  #: ../admin/social_login.php:46
196
  msgid "Facebook"
197
  msgstr "Facebook"
198
 
199
- #: ../admin/help.php:63
200
- msgid "Want plugin customization?"
201
- msgstr "Szeretnél egyedi funkciókat?"
202
-
203
- #: ../admin/help.php:65
204
- #, fuzzy
205
- msgid "If you want custom features in the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
206
- msgstr "Ha egyedi funkciót szeretnél a plugin-ba, el tudom neked készíteni. Írj nekem egy e-mailt (angolul) a <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a> címre"
207
-
208
  #: ../admin/social_sharing.php:11
209
  #: ../admin/social_sharing.php:22
210
  #: ../admin/social_login.php:9
@@ -215,23 +217,19 @@ msgid "Basic Configuration"
215
  msgstr "Alap Beállítások"
216
 
217
  #: ../admin/social_sharing.php:12
218
- #, fuzzy
219
  msgid "Sharing Interface"
220
- msgstr "Vízszintes Megosztási Felület Beállítások"
221
 
222
  #: ../admin/social_sharing.php:13
223
- #, fuzzy
224
  msgid "Sharing Options"
225
- msgstr "Megosztási helyek"
226
 
227
  #: ../admin/social_sharing.php:14
228
- #: ../admin/social_sharing.php:1067
229
- #: ../admin/social_sharing.php:1069
230
  #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:654
232
  #: ../admin/like_buttons.php:13
233
- #: ../admin/like_buttons.php:644
234
- #: ../admin/like_buttons.php:646
235
  msgid "Shortcode & Widget"
236
  msgstr "Shortcode és Widget"
237
 
@@ -240,9 +238,9 @@ msgid "Troubleshooter"
240
  msgstr "Hibamegoldó"
241
 
242
  #: ../admin/social_sharing.php:16
243
- #: ../admin/social_sharing.php:1098
244
  #: ../admin/social_commenting.php:12
245
- #: ../admin/social_commenting.php:410
246
  msgid "FAQ"
247
  msgstr "GYIK"
248
 
@@ -263,9 +261,8 @@ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninst
263
  msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
264
 
265
  #: ../admin/social_sharing.php:71
266
- #, fuzzy
267
  msgid "Horizontal interface options"
268
- msgstr "Vízszintes Megosztási Felület Beállítások"
269
 
270
  #: ../admin/social_sharing.php:77
271
  #: ../admin/social_sharing.php:155
@@ -284,9 +281,8 @@ msgstr "szögletes"
284
 
285
  #: ../admin/social_sharing.php:94
286
  #: ../admin/social_sharing.php:172
287
- #, fuzzy
288
  msgid "Shape of the sharing icons"
289
- msgstr "Megosztás számok mutatása"
290
 
291
  #: ../admin/social_sharing.php:102
292
  #: ../admin/social_sharing.php:180
@@ -295,9 +291,8 @@ msgstr "Méret (pixel)"
295
 
296
  #: ../admin/social_sharing.php:120
297
  #: ../admin/social_sharing.php:198
298
- #, fuzzy
299
  msgid "Size of the sharing icons"
300
- msgstr "A megosztási felület függőleges igazítása"
301
 
302
  #: ../admin/social_sharing.php:127
303
  #: ../admin/social_sharing.php:205
@@ -310,484 +305,538 @@ msgid "Do not forget to save the configuration after making changes by clicking
310
  msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
311
 
312
  #: ../admin/social_sharing.php:149
313
- #, fuzzy
314
  msgid "Vertical interface options"
315
- msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
 
 
 
 
 
 
 
 
 
 
 
 
316
 
317
- #: ../admin/social_sharing.php:232
318
  #: ../admin/like_buttons.php:51
319
- #, fuzzy
320
  msgid "Url shortener"
321
- msgstr "bit.ly url rövidítő"
322
 
323
- #: ../admin/social_sharing.php:238
324
  msgid "Use shortlinks already installed"
325
  msgstr "Használja shortlinks már telepítve"
326
 
327
- #: ../admin/social_sharing.php:248
328
  #: ../admin/like_buttons.php:67
329
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
330
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
331
 
332
- #: ../admin/social_sharing.php:256
333
  msgid "Enable bit.ly url shortener for sharing"
334
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
335
 
336
- #: ../admin/social_sharing.php:266
337
  #: ../admin/like_buttons.php:85
338
- #, fuzzy
339
  msgid "Master control to enable bit.ly url shortening for sharing"
340
- msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
341
 
342
- #: ../admin/social_sharing.php:274
343
  #: ../admin/like_buttons.php:93
344
  msgid "bit.ly username"
345
  msgstr "bit.ly felhasználónév"
346
 
347
- #: ../admin/social_sharing.php:284
348
  #: ../admin/like_buttons.php:103
349
- #, fuzzy, php-format
350
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
351
- msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
352
 
353
- #: ../admin/social_sharing.php:293
354
  #: ../admin/like_buttons.php:112
355
  msgid "bit.ly API Key"
356
  msgstr "bit.ly API Key"
357
 
358
- #: ../admin/social_sharing.php:303
359
  #: ../admin/like_buttons.php:122
360
- #, fuzzy, php-format
361
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
362
- msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Key beszerzéshez"
363
 
364
- #: ../admin/social_sharing.php:313
365
  msgid "Twitter username in sharing"
366
  msgstr "Twitter felhasználónév a megosztásban"
367
 
368
- #: ../admin/social_sharing.php:319
369
- #: ../admin/like_buttons.php:163
370
  msgid "Twitter username (without @)"
371
  msgstr "Twitter felhasználónév (@ nélkül)"
372
 
373
- #: ../admin/social_sharing.php:329
374
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
375
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
376
 
377
- #: ../admin/social_sharing.php:339
378
  msgid "Horizontal Sharing Interface Options"
379
  msgstr "Vízszintes Megosztási Felület Beállítások"
380
 
381
- #: ../admin/social_sharing.php:345
382
  msgid "Enable horizontal sharing interface"
383
  msgstr "Vízszintes megosztási felület bekapcsolása"
384
 
385
- #: ../admin/social_sharing.php:355
386
  msgid "Master control to enable horizontal sharing"
387
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
388
 
389
- #: ../admin/social_sharing.php:365
390
- #: ../admin/social_sharing.php:708
391
- #: ../admin/like_buttons.php:209
392
- #: ../admin/like_buttons.php:424
393
  msgid "Target Url"
394
  msgstr "Cél Url"
395
 
396
- #: ../admin/social_sharing.php:369
397
- #: ../admin/social_sharing.php:712
398
- #: ../admin/like_buttons.php:213
399
- #: ../admin/like_buttons.php:428
400
  msgid "Url of the webpage where icons are located (default)"
401
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
402
 
403
- #: ../admin/social_sharing.php:371
404
- #: ../admin/social_sharing.php:714
405
- #: ../admin/like_buttons.php:215
406
- #: ../admin/like_buttons.php:430
407
  msgid "Url of the homepage of your website"
408
  msgstr "A főoldalad Url-je"
409
 
410
- #: ../admin/social_sharing.php:373
411
- #: ../admin/social_sharing.php:716
412
- #: ../admin/like_buttons.php:217
413
- #: ../admin/like_buttons.php:432
414
- #, fuzzy
415
  msgid "Custom url"
416
  msgstr "Egyedi URL"
417
 
418
- #: ../admin/social_sharing.php:380
419
- #: ../admin/social_sharing.php:723
420
  msgid "Url to share"
421
  msgstr "Megosztás Url-je"
422
 
423
- #: ../admin/social_sharing.php:388
424
  #: ../admin/social_login.php:314
425
- #: ../admin/like_buttons.php:232
426
  msgid "Title"
427
  msgstr "Cím"
428
 
429
- #: ../admin/social_sharing.php:398
430
  msgid "The text to display above the sharing interface"
431
  msgstr "Szöveg a megosztási felület fölött"
432
 
433
- #: ../admin/social_sharing.php:406
434
- #: ../admin/social_sharing.php:731
435
  #: ../admin/social_login.php:41
436
  msgid "Select providers"
437
  msgstr "Válassz szolgáltatókat"
438
 
439
- #: ../admin/social_sharing.php:416
440
- #: ../admin/social_sharing.php:741
441
  #: ../admin/social_login.php:50
442
  msgid "Twitter"
443
  msgstr "Twitter"
444
 
445
- #: ../admin/social_sharing.php:421
446
- #: ../admin/social_sharing.php:746
447
  #: ../admin/social_login.php:54
448
  msgid "LinkedIn"
449
  msgstr "LinkedIn"
450
 
451
- #: ../admin/social_sharing.php:426
452
- #: ../admin/social_sharing.php:751
453
  #: ../admin/social_login.php:58
454
  msgid "Google+"
455
  msgstr "Google+"
456
 
457
- #: ../admin/social_sharing.php:431
458
- #: ../admin/social_sharing.php:756
459
  msgid "Print"
460
  msgstr "Nyomtatás"
461
 
462
- #: ../admin/social_sharing.php:436
463
- #: ../admin/social_sharing.php:761
464
  msgid "Email"
465
  msgstr "Email"
466
 
467
- #: ../admin/social_sharing.php:441
468
- #: ../admin/social_sharing.php:766
469
  msgid "Yahoo"
470
  msgstr "Yahoo"
471
 
472
- #: ../admin/social_sharing.php:446
473
- #: ../admin/social_sharing.php:771
474
  msgid "Reddit"
475
  msgstr "Reddit"
476
 
477
- #: ../admin/social_sharing.php:451
478
- #: ../admin/social_sharing.php:776
479
  msgid "Digg"
480
  msgstr "Digg"
481
 
482
- #: ../admin/social_sharing.php:456
483
- #: ../admin/social_sharing.php:781
484
  msgid "Delicious"
485
  msgstr "Delicious"
486
 
487
- #: ../admin/social_sharing.php:461
488
- #: ../admin/social_sharing.php:786
489
  msgid "StumbleUpon"
490
  msgstr "StumbleUpon"
491
 
492
- #: ../admin/social_sharing.php:466
493
- #: ../admin/social_sharing.php:791
494
  msgid "Float it"
495
  msgstr "Float it"
496
 
497
- #: ../admin/social_sharing.php:471
498
- #: ../admin/social_sharing.php:796
499
  msgid "Tumblr"
500
  msgstr "Tumblr"
501
 
502
- #: ../admin/social_sharing.php:476
503
- #: ../admin/social_sharing.php:801
504
  #: ../admin/social_login.php:62
505
  msgid "Vkontakte"
506
  msgstr "Vkontakte"
507
 
508
- #: ../admin/social_sharing.php:481
509
- #: ../admin/social_sharing.php:806
510
  msgid "Pinterest"
511
  msgstr "Pinterest"
512
 
513
- #: ../admin/social_sharing.php:486
514
- #: ../admin/social_sharing.php:811
515
  #: ../admin/social_login.php:70
516
  msgid "Xing"
517
  msgstr "Xing"
518
 
519
- #: ../admin/social_sharing.php:491
520
- #: ../admin/social_sharing.php:816
521
  msgid "Whatsapp"
 
 
 
 
 
522
  msgstr ""
523
 
524
- #: ../admin/social_sharing.php:499
525
- #: ../admin/social_sharing.php:824
 
 
 
 
 
526
  msgid "Select the providers for sharing interface"
527
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
528
 
529
- #: ../admin/social_sharing.php:507
530
- #: ../admin/social_sharing.php:832
531
  msgid "Rearrange icons"
532
  msgstr "Ikonsorrend beállítás"
533
 
534
- #: ../admin/social_sharing.php:541
535
- #: ../admin/social_sharing.php:866
536
  msgid "Drag the icons to rearrange in desired order"
537
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
538
 
539
- #: ../admin/social_sharing.php:549
540
- #: ../admin/social_sharing.php:892
541
- #: ../admin/like_buttons.php:302
542
- #: ../admin/like_buttons.php:516
543
  msgid "Horizontal alignment"
544
  msgstr "Függőleges igazítás"
545
 
546
- #: ../admin/social_sharing.php:553
547
- #: ../admin/social_sharing.php:896
548
- #: ../admin/like_buttons.php:306
549
- #: ../admin/like_buttons.php:520
550
  msgid "Left"
551
  msgstr "Bal"
552
 
553
- #: ../admin/social_sharing.php:554
554
- #: ../admin/like_buttons.php:307
555
  msgid "Center"
556
  msgstr "Középen"
557
 
558
- #: ../admin/social_sharing.php:555
559
- #: ../admin/social_sharing.php:897
560
- #: ../admin/like_buttons.php:308
561
- #: ../admin/like_buttons.php:521
562
  msgid "Right"
563
  msgstr "Jobb"
564
 
565
- #: ../admin/social_sharing.php:563
566
- #: ../admin/social_sharing.php:905
567
  msgid "Horizontal alignment of the sharing interface"
568
  msgstr "A megosztási felület függőleges igazítása"
569
 
570
- #: ../admin/social_sharing.php:571
571
- #: ../admin/like_buttons.php:324
572
  msgid "Position with respect to content"
573
  msgstr "Elhelyezés a tartalomhoz képest"
574
 
575
- #: ../admin/social_sharing.php:575
576
- #: ../admin/like_buttons.php:328
577
  msgid "Top of the content"
578
  msgstr "Tartalom felett"
579
 
580
- #: ../admin/social_sharing.php:577
581
- #: ../admin/like_buttons.php:330
582
  msgid "Bottom of the content"
583
  msgstr "Tartalom alatt"
584
 
585
- #: ../admin/social_sharing.php:584
586
  msgid "Specify position of the sharing interface with respect to the content"
587
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
588
 
589
- #: ../admin/social_sharing.php:592
590
- #: ../admin/social_sharing.php:971
591
  msgid "Sharing location"
592
  msgstr "Megosztási helyek"
593
 
594
- #: ../admin/social_sharing.php:596
595
- #: ../admin/social_sharing.php:975
596
- #: ../admin/social_login.php:514
597
- #: ../admin/social_login.php:544
598
- #: ../admin/like_buttons.php:349
599
- #: ../admin/like_buttons.php:599
600
  msgid "Homepage"
601
  msgstr "Kezdő oldal"
602
 
603
- #: ../admin/social_sharing.php:598
604
- #: ../admin/social_sharing.php:977
605
- #: ../admin/like_buttons.php:351
606
- #: ../admin/like_buttons.php:601
607
  msgid "Posts"
608
  msgstr "Bejegyzések"
609
 
610
- #: ../admin/social_sharing.php:600
611
- #: ../admin/social_sharing.php:979
612
- #: ../admin/like_buttons.php:353
613
- #: ../admin/like_buttons.php:603
614
  msgid "Pages"
615
  msgstr "Oldalak"
616
 
617
- #: ../admin/social_sharing.php:602
618
- #: ../admin/social_sharing.php:981
619
- #: ../admin/like_buttons.php:355
620
- #: ../admin/like_buttons.php:605
621
  msgid "Excerpts"
622
  msgstr "Kivonatok"
623
 
624
- #: ../admin/social_sharing.php:604
625
- #: ../admin/social_sharing.php:983
626
- #: ../admin/like_buttons.php:357
627
- #: ../admin/like_buttons.php:607
628
  msgid "Category Archives"
629
  msgstr "Kategória Archívum"
630
 
631
- #: ../admin/social_sharing.php:606
632
- #: ../admin/social_sharing.php:985
633
- #: ../admin/like_buttons.php:359
634
- #: ../admin/like_buttons.php:609
635
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
636
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
637
 
638
- #: ../admin/social_sharing.php:612
639
- #: ../admin/like_buttons.php:365
640
  msgid "BuddyPress activity and groups"
641
  msgstr "BuddyPress tevékenység és csoportok"
642
 
643
- #: ../admin/social_sharing.php:619
644
- #: ../admin/social_sharing.php:991
645
- #: ../admin/like_buttons.php:372
646
- #: ../admin/like_buttons.php:615
647
  msgid "BBPress forum"
648
  msgstr "BBPress fórum"
649
 
650
- #: ../admin/social_sharing.php:622
651
- #: ../admin/social_sharing.php:994
652
- #: ../admin/like_buttons.php:375
653
- #: ../admin/like_buttons.php:618
654
  msgid "BBPress topic"
655
  msgstr "BBPress téma"
656
 
657
- #: ../admin/social_sharing.php:625
658
- #: ../admin/like_buttons.php:378
659
  msgid "BBPress reply"
660
  msgstr "BBPress válasz"
661
 
662
- #: ../admin/social_sharing.php:635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
663
  msgid "Specify the pages where you want to enable Sharing interface"
664
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
665
 
666
- #: ../admin/social_sharing.php:643
667
- #: ../admin/social_sharing.php:1012
668
  msgid "Show share counts"
669
  msgstr "Megosztás számok mutatása"
670
 
671
- #: ../admin/social_sharing.php:653
672
- #: ../admin/social_sharing.php:1022
673
  msgid "If enabled, share counts are displayed above sharing icons."
674
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
675
 
676
- #: ../admin/social_sharing.php:662
677
- #: ../admin/social_sharing.php:1031
678
  #, fuzzy
 
 
 
 
 
 
 
 
 
 
 
679
  msgid "Enable 'More' icon"
680
- msgstr "E-mail ellenőrzés bekapcsolása"
681
 
682
- #: ../admin/social_sharing.php:672
683
- #: ../admin/social_sharing.php:1041
684
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
685
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
686
 
687
- #: ../admin/social_sharing.php:682
688
  msgid "Vertical (Floating) Sharing Interface Options"
689
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
690
 
691
- #: ../admin/social_sharing.php:688
692
  msgid "Enable vertical (floating) sharing interface"
693
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
694
 
695
- #: ../admin/social_sharing.php:698
696
  msgid "Master control to enable vertical (floating) sharing widget"
697
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
698
 
699
- #: ../admin/social_sharing.php:874
700
- #: ../admin/like_buttons.php:498
701
  msgid "Background Color"
702
  msgstr "Háttér Szín"
703
 
704
- #: ../admin/social_sharing.php:884
705
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
706
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
707
 
708
- #: ../admin/social_sharing.php:914
709
- #: ../admin/like_buttons.php:538
710
  msgid "Left offset"
711
  msgstr "Bal margó"
712
 
713
- #: ../admin/social_sharing.php:924
714
- #, fuzzy
715
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
716
- msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
717
 
718
- #: ../admin/social_sharing.php:934
719
- #: ../admin/like_buttons.php:558
720
  msgid "Right offset"
721
  msgstr "Jobb margó"
722
 
723
- #: ../admin/social_sharing.php:944
724
- #, fuzzy
725
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
726
- msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
727
 
728
- #: ../admin/social_sharing.php:953
729
- #: ../admin/like_buttons.php:577
730
  msgid "Top offset"
731
  msgstr "Felső margó"
732
 
733
- #: ../admin/social_sharing.php:963
734
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
735
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
736
 
737
- #: ../admin/social_sharing.php:1004
738
  msgid "Specify the pages where you want to enable vertical Sharing interface"
739
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
740
 
741
- #: ../admin/social_sharing.php:1079
 
 
 
 
 
 
 
 
 
 
 
 
 
742
  msgid "Facebook Sharing Troubleshooter"
743
  msgstr "Facebook Megosztás Hibaelhárító"
744
 
745
- #: ../admin/social_sharing.php:1084
746
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
747
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
748
 
749
- #: ../admin/social_sharing.php:1100
750
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
751
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
752
 
753
- #: ../admin/social_sharing.php:1101
754
- #, fuzzy
755
  msgid "How can I disable sharing on particular page/post?"
756
- msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
757
 
758
- #: ../admin/social_sharing.php:1102
759
  msgid "How can I specify minimum sharing count for sharing networks?"
760
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
761
 
762
- #: ../admin/social_sharing.php:1112
763
- #: ../admin/social_commenting.php:420
764
- #: ../admin/social_login.php:665
765
- #: ../admin/like_buttons.php:655
766
  msgid "Save Changes"
767
  msgstr "Változások Mentése"
768
 
769
  #: ../admin/social_commenting.php:10
770
- #, fuzzy
771
  msgid "Social Commenting"
772
- msgstr "Alapértelmezett Hozzászólás"
773
 
774
  #: ../admin/social_commenting.php:11
775
- #: ../admin/social_commenting.php:398
776
- #: ../admin/social_commenting.php:400
777
  msgid "Shortcode"
778
  msgstr "Shortcode"
779
 
780
  #: ../admin/social_commenting.php:18
781
  #: ../admin/social_commenting.php:24
 
 
 
 
782
  #: ../admin/social_commenting.php:34
783
- #: ../admin/social_commenting.php:142
784
  #, fuzzy
785
- msgid "Enable Social Commenting"
786
- msgstr "Közösségi Belépés Belkapcsolása"
787
 
788
  #: ../admin/social_commenting.php:42
789
  msgid "Order of tabs in commenting interface"
790
- msgstr "A lapok sorrendjének kommentálva interfész"
791
 
792
  #: ../admin/social_commenting.php:52
793
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
@@ -795,181 +844,165 @@ msgstr "Lapjainak sorrendjét mutatja szociális kommentálva interfész. Alapé
795
 
796
  #: ../admin/social_commenting.php:60
797
  msgid "Comment area label"
798
- msgstr "Megjegyzés területen címke"
 
 
 
 
 
799
 
800
- #: ../admin/social_commenting.php:71
801
  msgid "Labels"
802
  msgstr "címkék"
803
 
804
- #: ../admin/social_commenting.php:77
805
- #, fuzzy
806
  msgid "Label for WordPress Commenting tab"
807
- msgstr "WordPress Comentarios"
808
 
809
- #: ../admin/social_commenting.php:87
810
- #, fuzzy
811
  msgid "Label for Facebook Commenting tab"
812
- msgstr "Facebook Hozzászólás Bekapcsolás"
813
 
814
- #: ../admin/social_commenting.php:97
815
- #, fuzzy
816
  msgid "Label for G+ Commenting tab"
817
- msgstr "Facebook Hozzászólás"
818
 
819
- #: ../admin/social_commenting.php:107
820
  msgid "Label for Disqus Commenting tab"
821
- msgstr "Címke Disqus kommentálva lap"
822
 
823
- #: ../admin/social_commenting.php:118
824
  msgid "Facebook Commenting Options"
825
  msgstr "Facebook Hozzászólás Beállítások"
826
 
827
- #: ../admin/social_commenting.php:124
828
- msgid "<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation."
829
- msgstr "<strong>Megjegyzés:</strong> írj egy e-mailt a support@heateor.com ahhoz Facebook Comments bejelentési és mértékkel."
 
830
 
831
- #: ../admin/social_commenting.php:132
832
  msgid "Enable Facebook Commenting"
833
  msgstr "Facebook Hozzászólás Bekapcsolás"
834
 
835
- #: ../admin/social_commenting.php:150
836
- #: ../admin/social_commenting.php:330
837
  msgid "Url to comment on"
838
  msgstr "A hozzászólás URL"
839
 
840
- #: ../admin/social_commenting.php:160
841
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
842
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
843
 
844
- #: ../admin/social_commenting.php:168
845
- #: ../admin/social_commenting.php:312
846
  msgid "Width"
847
  msgstr "Szélesség"
848
 
849
- #: ../admin/social_commenting.php:178
850
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
851
  msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
852
 
853
- #: ../admin/social_commenting.php:186
854
  msgid "Color Scheme"
855
  msgstr "Szín Sablon"
856
 
857
- #: ../admin/social_commenting.php:190
858
  msgid "Light"
859
  msgstr "Világos"
860
 
861
- #: ../admin/social_commenting.php:191
862
  msgid "Dark"
863
  msgstr "Sötét"
864
 
865
- #: ../admin/social_commenting.php:199
866
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
867
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
868
 
869
- #: ../admin/social_commenting.php:207
870
- #, fuzzy
871
  msgid "Number of comments"
872
  msgstr "Hozzászólások száma"
873
 
874
- #: ../admin/social_commenting.php:217
875
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
876
  msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
877
 
878
- #: ../admin/social_commenting.php:225
879
  msgid "Order by"
880
  msgstr "Rendezés"
881
 
882
- #: ../admin/social_commenting.php:229
883
  msgid "Social"
884
  msgstr "Közösségi"
885
 
886
- #: ../admin/social_commenting.php:230
887
  msgid "Reverse Time"
888
  msgstr "Fordított Sorrend"
889
 
890
- #: ../admin/social_commenting.php:231
891
  msgid "Time"
892
  msgstr "Időrend"
893
 
894
- #: ../admin/social_commenting.php:239
895
  msgid "The order to use when displaying comments."
896
  msgstr "A hozzászólás megjelenésének sorrendje."
897
 
898
- #: ../admin/social_commenting.php:247
899
- msgid "Mobile"
900
- msgstr "Mobil"
901
-
902
- #: ../admin/social_commenting.php:251
903
- msgid "Auto Detect"
904
- msgstr "Automata Érzékelés"
905
-
906
  #: ../admin/social_commenting.php:252
907
- msgid "True"
908
- msgstr "Igaz"
909
-
910
- #: ../admin/social_commenting.php:253
911
- msgid "False"
912
- msgstr "Hamis"
913
-
914
- #: ../admin/social_commenting.php:261
915
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
916
- msgstr "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a megjelenés."
917
-
918
- #: ../admin/social_commenting.php:269
919
  #: ../admin/like_buttons.php:132
920
  #: ../admin/like_buttons.php:138
921
  msgid "Language"
922
- msgstr "NYelv"
923
 
924
- #: ../admin/social_commenting.php:279
925
  #, php-format
926
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
927
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához "
928
 
929
- #: ../admin/social_commenting.php:288
930
- #, fuzzy
931
  msgid "Google Plus Commenting Options"
932
- msgstr "Facebook Hozzászólás Beállítások"
933
 
934
- #: ../admin/social_commenting.php:294
935
- #: ../admin/social_commenting.php:304
936
- #, fuzzy
937
  msgid "Enable Google Plus Commenting"
938
- msgstr "Facebook Hozzászólás Bekapcsolás"
939
 
940
- #: ../admin/social_commenting.php:322
941
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
942
- msgstr "Szélessége googleplus kommentálva interfész. Hagyja üresen BEALLI"
943
 
944
- #: ../admin/social_commenting.php:340
945
- #, fuzzy
946
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
947
- msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
948
 
949
- #: ../admin/social_commenting.php:349
950
- #, fuzzy
951
  msgid "Disqus Commenting Options"
952
- msgstr "Facebook Hozzászólás Beállítások"
953
 
954
- #: ../admin/social_commenting.php:355
955
- #: ../admin/social_commenting.php:365
956
- #, fuzzy
957
  msgid "Enable Disqus Commenting"
958
- msgstr "Facebook Hozzászólás Bekapcsolás"
959
 
960
- #: ../admin/social_commenting.php:373
961
  msgid "Disqus Shortname"
962
- msgstr ""
963
 
964
- #: ../admin/social_commenting.php:383
965
- #, fuzzy
966
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
967
- msgstr "<strong>használatához szükséges Disqus kommentálva.</strong> Megtalálható a Disqus bővítmény beállítások részben, amint az a lenti képen"
968
 
969
- #: ../admin/social_commenting.php:412
970
  #, fuzzy
 
 
 
 
971
  msgid "How can I disable Social Commenting at individual page/post?"
972
- msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
 
 
 
 
973
 
974
  #: ../admin/social_login.php:10
975
  msgid "Social Login"
@@ -1081,9 +1114,9 @@ msgid "Xing Consumer Key"
1081
  msgstr "Xing Consumer Key"
1082
 
1083
  #: ../admin/social_login.php:250
1084
- #, fuzzy, php-format
1085
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1086
- msgstr "Szükséges a LinkedIn Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a LinkedIn API Key beszerzéshez"
1087
 
1088
  #: ../admin/social_login.php:252
1089
  #: ../admin/social_login.php:274
@@ -1095,9 +1128,9 @@ msgid "Xing Consumer Secret"
1095
  msgstr "Xing Consumer Secret"
1096
 
1097
  #: ../admin/social_login.php:272
1098
- #, fuzzy, php-format
1099
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1100
- msgstr "Szükséges a Twitter Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Twitter API Secret beszerzéséhez"
1101
 
1102
  #: ../admin/social_login.php:284
1103
  msgid "Include Javascript in website footer"
@@ -1139,144 +1172,174 @@ msgstr "Bekapcsolás a hozászólásoknál"
1139
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1140
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1141
 
1142
- #: ../admin/social_login.php:390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1143
  msgid "Auto-approve comments made by Social Login users"
1144
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1145
 
1146
- #: ../admin/social_login.php:400
1147
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1148
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1149
 
1150
- #: ../admin/social_login.php:401
1151
  msgid "Note: This is not related to Facebook comments"
1152
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1153
 
1154
- #: ../admin/social_login.php:411
1155
  msgid "Enable social avatar"
1156
  msgstr "Közösségi avatar bekapcsolás"
1157
 
1158
- #: ../admin/social_login.php:421
1159
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1160
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1161
 
1162
- #: ../admin/social_login.php:431
1163
  msgid "Avatar quality"
1164
  msgstr " Avatar képminőség"
1165
 
1166
- #: ../admin/social_login.php:434
1167
  msgid "Average"
1168
  msgstr "Átlagos"
1169
 
1170
- #: ../admin/social_login.php:435
1171
- #, fuzzy
1172
  msgid "Better"
1173
- msgstr "Twitter"
1174
 
1175
- #: ../admin/social_login.php:442
1176
  msgid "Choose avatar quality"
1177
  msgstr "Válassz Avatar képminőséget"
1178
 
1179
- #: ../admin/social_login.php:461
1180
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1181
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1182
 
1183
- #: ../admin/social_login.php:470
1184
  msgid "Send username-password after user registration"
1185
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1186
 
1187
- #: ../admin/social_login.php:480
1188
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1189
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1190
 
1191
- #: ../admin/social_login.php:489
1192
  msgid "Enable social account linking at BuddyPress profile page"
1193
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1194
 
1195
- #: ../admin/social_login.php:499
1196
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1197
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1198
 
1199
- #: ../admin/social_login.php:508
1200
  msgid "Login redirection"
1201
  msgstr "Átirányítás Belépés után"
1202
 
1203
- #: ../admin/social_login.php:512
1204
  msgid "Same page where user logged in"
1205
  msgstr "Az az oldal, ahol a felhasználó belépett"
1206
 
1207
- #: ../admin/social_login.php:516
1208
- #: ../admin/social_login.php:546
1209
  msgid "Account dashboard"
1210
  msgstr "Felhasználói Irányítópult"
1211
 
1212
- #: ../admin/social_login.php:519
1213
- #: ../admin/social_login.php:549
1214
  msgid "BuddyPress profile page"
1215
  msgstr "BuddyPress profil oldal"
1216
 
1217
- #: ../admin/social_login.php:522
1218
- #: ../admin/social_login.php:552
1219
  msgid "Custom Url"
1220
  msgstr "Egyedi URL"
1221
 
1222
- #: ../admin/social_login.php:530
1223
  msgid "User will be redirected to the selected page after Social Login"
1224
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1225
 
1226
- #: ../admin/social_login.php:538
1227
  msgid "Registration redirection"
1228
  msgstr "Átirányítás Regisztráció után"
1229
 
1230
- #: ../admin/social_login.php:542
1231
- #, fuzzy
1232
  msgid "Same page from where user registered"
1233
- msgstr "Az az oldal, ahol a felhasználó belépett"
1234
 
1235
- #: ../admin/social_login.php:560
1236
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1237
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1238
 
1239
- #: ../admin/social_login.php:568
1240
  msgid "Email popup options"
1241
  msgstr "Email felugró ablak beállítások"
1242
 
1243
- #: ../admin/social_login.php:574
1244
  msgid "Text on 'Email required' popup"
1245
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1246
 
1247
- #: ../admin/social_login.php:584
1248
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1249
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1250
 
1251
- #: ../admin/social_login.php:593
1252
  msgid "Error message for 'Email required' popup"
1253
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1254
 
1255
- #: ../admin/social_login.php:603
1256
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1257
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1258
 
1259
- #: ../admin/social_login.php:612
1260
  msgid "Email popup height"
1261
  msgstr "Email felugró ablak magassága"
1262
 
1263
- #: ../admin/social_login.php:622
1264
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1265
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1266
 
1267
- #: ../admin/social_login.php:630
1268
  msgid "Enable email verification"
1269
  msgstr "E-mail ellenőrzés bekapcsolása"
1270
 
1271
- #: ../admin/social_login.php:640
1272
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1273
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1274
 
1275
- #: ../admin/social_login.php:656
1276
  #, fuzzy
1277
- msgid "Sortcode & Widget"
1278
  msgstr "Shortcode és Widget"
1279
 
 
 
 
 
1280
  #: ../admin/admin.php:8
1281
  msgid "Welcome"
1282
  msgstr "Üdvözöllek"
@@ -1290,12 +1353,10 @@ msgid "Getting Started"
1290
  msgstr "Első Lépések"
1291
 
1292
  #: ../admin/admin.php:12
1293
- #, fuzzy
1294
  msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1295
  msgstr "Kezdd el a beállítást a <strong>Super Socializer</strong> menu alatti menüpontokban a bal oldalon. A <strong>Közösségi Megosztás</strong> már be is van kapcsolva oldaladon."
1296
 
1297
  #: ../admin/admin.php:13
1298
- #, fuzzy
1299
  msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1300
  msgstr "A <strong>Facebook</strong> részen, a Facebook Hozzászólások és Feed beállításait állíthatod be."
1301
 
@@ -1304,14 +1365,12 @@ msgid "In <strong>Social Login</strong> section, you can select Social ID provde
1304
  msgstr "A <strong>Közösségi Belépés</strong> részben, beállíthatod a Közösségi ID szolgáltatókat és a belépési lehetőségeket."
1305
 
1306
  #: ../admin/admin.php:15
1307
- #, fuzzy
1308
  msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1309
  msgstr "A <strong>Közösségi Megosztás</strong> részben, kiválaszthatod, mely Közösségi Hálózatokon legyen megosztás, és finomíthatod a megosztás beállításait."
1310
 
1311
  #: ../admin/admin.php:16
1312
- #, fuzzy
1313
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1314
- msgstr "A <strong>Közösségi Megosztás</strong> részben, kiválaszthatod, mely Közösségi Hálózatokon legyen megosztás, és finomíthatod a megosztás beállításait."
1315
 
1316
  #: ../admin/like_buttons.php:12
1317
  msgid "Like Buttons"
@@ -1322,9 +1381,8 @@ msgid "Enable Like Buttons"
1322
  msgstr "Engedélyezze Like gombok"
1323
 
1324
  #: ../admin/like_buttons.php:35
1325
- #, fuzzy
1326
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1327
- msgstr "Központi Közösségi Belépés beállítás. Be kell kapcsolnod a Közösségi Belépés használatához "
1328
 
1329
  #: ../admin/like_buttons.php:57
1330
  msgid "Use shortlinks already installed, for tweet button"
@@ -1335,122 +1393,138 @@ msgid "Enable bit.ly url shortener for tweet button"
1335
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1336
 
1337
  #: ../admin/like_buttons.php:148
1338
- #, fuzzy, php-format
1339
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1340
- msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához "
1341
 
1342
  #: ../admin/like_buttons.php:157
1343
- msgid "Twitter username in tweet button"
1344
- msgstr "Twitter felhasználónév a tweet gombon "
 
 
 
 
 
 
1345
 
1346
  #: ../admin/like_buttons.php:173
1347
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1348
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1349
 
1350
- #: ../admin/like_buttons.php:183
1351
  #, fuzzy
 
 
 
 
 
 
 
 
 
1352
  msgid "Horizontal Interface Options"
1353
  msgstr "Vízszintes Megosztási Felület Beállítások"
1354
 
1355
- #: ../admin/like_buttons.php:189
1356
- #, fuzzy
1357
  msgid "Enable horizontal interface"
1358
  msgstr "Vízszintes megosztási felület bekapcsolása"
1359
 
1360
- #: ../admin/like_buttons.php:199
1361
- #, fuzzy
1362
  msgid "Master control to enable horizontal like buttons"
1363
- msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
1364
 
1365
- #: ../admin/like_buttons.php:224
1366
- #: ../admin/like_buttons.php:439
1367
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1368
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1369
 
1370
- #: ../admin/like_buttons.php:242
1371
- #, fuzzy
1372
  msgid "The text to display above the interface"
1373
  msgstr "Szöveg a megosztási felület fölött"
1374
 
1375
- #: ../admin/like_buttons.php:250
1376
- #: ../admin/like_buttons.php:447
1377
- #, fuzzy
1378
  msgid "Select and rearrange providers"
1379
- msgstr "Válassz szolgáltatókat"
1380
 
1381
- #: ../admin/like_buttons.php:294
1382
- #: ../admin/like_buttons.php:490
1383
- #, fuzzy
1384
  msgid "Select the providers for interface. Drag them to rearrange."
1385
- msgstr "Válassz szolgáltatókat a megosztási felülethez"
1386
 
1387
- #: ../admin/like_buttons.php:316
1388
- #: ../admin/like_buttons.php:529
1389
- #, fuzzy
1390
  msgid "Horizontal alignment of the interface"
1391
- msgstr "A megosztási felület függőleges igazítása"
1392
 
1393
- #: ../admin/like_buttons.php:337
1394
- #, fuzzy
1395
  msgid "Specify position of the interface with respect to the content"
1396
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1397
 
1398
- #: ../admin/like_buttons.php:345
1399
- #: ../admin/like_buttons.php:595
1400
- #, fuzzy
1401
  msgid "Interface location"
1402
  msgstr "Megosztási helyek"
1403
 
1404
- #: ../admin/like_buttons.php:388
1405
- #, fuzzy
1406
  msgid "Specify the pages where you want to enable interface"
1407
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1408
 
1409
- #: ../admin/like_buttons.php:398
1410
- #, fuzzy
1411
  msgid "Vertical (Floating) like buttons Options"
1412
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1413
 
1414
- #: ../admin/like_buttons.php:404
1415
- #, fuzzy
1416
  msgid "Enable vertical (floating) like buttons"
1417
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1418
 
1419
- #: ../admin/like_buttons.php:414
1420
- #, fuzzy
1421
  msgid "Master control to enable vertical (floating) counter widget"
1422
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1423
 
1424
- #: ../admin/like_buttons.php:508
1425
- #, fuzzy
1426
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1427
- msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
1428
 
1429
- #: ../admin/like_buttons.php:548
1430
- #, fuzzy
1431
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1432
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1433
 
1434
- #: ../admin/like_buttons.php:568
1435
- #, fuzzy
1436
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1437
- msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
1438
 
1439
- #: ../admin/like_buttons.php:587
1440
- #, fuzzy
1441
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1442
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1443
 
1444
- #: ../admin/like_buttons.php:628
1445
- #, fuzzy
1446
  msgid "Specify the pages where you want to enable vertical interface"
1447
- msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
 
 
 
 
 
 
 
 
 
 
 
 
 
1448
 
1449
- #: ../inc/social_sharing.php:539
 
 
 
 
 
1450
  msgid "Invalid request"
1451
  msgstr "Hibás kérés"
1452
 
1453
- #: ../inc/social_sharing.php:546
1454
  msgid "Providers not selected"
1455
  msgstr "Nincs kiválasztott szolgáltató"
1456
 
@@ -1471,110 +1545,158 @@ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\
1471
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1472
 
1473
  #: ../inc/widget.php:79
1474
- #: ../inc/widget.php:218
1475
- #: ../inc/widget.php:518
1476
  msgid "Title:"
1477
  msgstr "Cím:"
1478
 
1479
  #: ../inc/widget.php:81
1480
- #: ../inc/widget.php:230
1481
- #: ../inc/widget.php:528
1482
  msgid "Before widget content:"
1483
  msgstr "Widget tartalom előtt:"
1484
 
1485
  #: ../inc/widget.php:83
1486
- #: ../inc/widget.php:232
1487
- #: ../inc/widget.php:530
1488
  msgid "After widget content:"
1489
  msgstr "Widget tartalom után:"
1490
 
1491
  #: ../inc/widget.php:86
1492
- #: ../inc/widget.php:234
1493
- #: ../inc/widget.php:395
1494
- #: ../inc/widget.php:532
1495
- #: ../inc/widget.php:682
1496
  msgid "Hide for logged in users:"
1497
  msgstr "Bejelentkezettek számára elrejtve:"
1498
 
1499
  #: ../inc/widget.php:105
1500
- #, fuzzy
1501
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1502
- msgstr "Vízszíntes widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, vagy a LinkedIn"
1503
 
1504
- #: ../inc/widget.php:217
1505
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1506
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1507
 
1508
- #: ../inc/widget.php:220
1509
- #: ../inc/widget.php:366
1510
  #, fuzzy
1511
- msgid "Show share counts:"
1512
- msgstr "Megosztás számok mutatása"
 
 
 
 
 
 
1513
 
1514
- #: ../inc/widget.php:222
1515
- #: ../inc/widget.php:368
1516
- #: ../inc/widget.php:520
1517
- #: ../inc/widget.php:655
1518
  msgid "Target Url:"
1519
  msgstr "Cél Url:"
1520
 
1521
- #: ../inc/widget.php:224
1522
- #: ../inc/widget.php:370
1523
- #: ../inc/widget.php:522
1524
- #: ../inc/widget.php:657
1525
  msgid "Select"
1526
  msgstr "Válassz"
1527
 
1528
- #: ../inc/widget.php:253
1529
- #, fuzzy
1530
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1531
- msgstr "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, vagy a LinkedIn"
1532
 
1533
- #: ../inc/widget.php:365
1534
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1535
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon...."
1536
 
1537
- #: ../inc/widget.php:376
1538
- #: ../inc/widget.php:663
1539
  msgid "Alignment"
1540
  msgstr "Igazítás"
1541
 
1542
- #: ../inc/widget.php:382
1543
- #: ../inc/widget.php:669
1544
- #, fuzzy
1545
  msgid "Left Offset"
1546
- msgstr "Bal margó:"
1547
 
1548
- #: ../inc/widget.php:386
1549
- #: ../inc/widget.php:673
1550
- #, fuzzy
1551
  msgid "Right Offset"
1552
  msgstr "Jobb margó"
1553
 
1554
- #: ../inc/widget.php:389
1555
- #: ../inc/widget.php:676
1556
- #, fuzzy
1557
  msgid "Top Offset"
1558
- msgstr "Felső margó:"
1559
 
1560
- #: ../inc/widget.php:414
1561
- #, fuzzy
1562
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1563
- msgstr "Vízszíntes widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, vagy a LinkedIn"
1564
 
1565
- #: ../inc/widget.php:517
1566
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1567
  msgstr "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1568
 
1569
- #: ../inc/widget.php:551
1570
- #, fuzzy
1571
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1572
- msgstr "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, vagy a LinkedIn"
1573
 
1574
- #: ../inc/widget.php:654
1575
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1576
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1578
  #~ msgid ""
1579
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1580
  #~ "redirect_uri</strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 22:18+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 22:21+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 1.8.1\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Ellenőrizd, hogy a cURL be van kapcsolva a szervereden. Lehetséges, hogy ehhez fel kell keresned a szerver adminisztrátorát, a tárhelyszolgáltatódat"
27
 
28
+ #: ../super_socializer.php:351
29
  msgid "Please verify your email address to login."
30
  msgstr "Kérjük, ellenőrizd e-mail címed a belépéshez."
31
 
32
+ #: ../super_socializer.php:351
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "E-mail címed ellenőrzése sikeres. Most már beléphetsz fiókodba"
35
 
36
+ #: ../super_socializer.php:355
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
+ #: ../super_socializer.php:377
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Kérjük, nézd meg e-mail címed a regisztráció befejezéséhez."
48
 
49
+ #: ../super_socializer.php:390
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
+ msgstr "Kövesd a 11-ik és 12-ik lépést GooglePlus alkalmazás beállítás oldalon, a megnyitáshoz"
52
 
53
+ #: ../super_socializer.php:468
54
  msgid "Leave a reply"
55
  msgstr "Válaszolj"
56
 
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializer - Belépés"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr "Kis Avatar URL"
65
+
66
  #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "Cél Url"
70
+
71
+ #: ../super_socializer.php:612
72
  msgid "Email you entered is already registered or invalid"
73
+ msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
74
 
75
+ #: ../super_socializer.php:616
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
78
 
80
  msgid "Options saved successfully"
81
  msgstr "A beállítások mentése sikeres"
82
 
83
+ #: ../helper.php:149
84
  msgid "Click to show help"
85
  msgstr "Kattintson megmutatni segítség"
86
 
87
+ #: ../helper.php:149
88
  msgid "Click to hide help"
89
  msgstr "Elrejtéséhez kattintson segítség"
90
 
91
+ #: ../helper.php:189
92
  msgid "Settings"
93
  msgstr "Beállítások"
94
 
95
+ #: ../helper.php:502
 
96
  msgid "Account linked successfully"
97
+ msgstr "Fiók kapcsolása sikeres"
98
 
99
+ #: ../helper.php:506
100
  msgid "Account already exists or linked"
101
  msgstr "Fiók már létezik, vagy össze van kötve"
102
 
103
+ #: ../helper.php:515
 
104
  msgid "You are already connected with"
105
+ msgstr "Már kapcsolódtál ezzel"
106
 
107
+ #: ../helper.php:515
108
  msgid "as primary social network"
109
  msgstr "elsődleges szociális háló"
110
 
111
+ #: ../helper.php:530
112
  msgid "Link your social account to login to your account at this website"
113
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
114
 
115
+ #: ../helper.php:567
116
  msgid "Currently"
117
  msgstr "Jelenleg"
118
 
119
+ #: ../helper.php:567
120
  msgid "Remove"
121
  msgstr "Eltávolítás"
122
 
123
+ #: ../helper.php:668
124
  msgid "Disable Horizontal Social Sharing on this "
125
  msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
126
 
127
+ #: ../helper.php:673
128
  msgid "Disable Vertical Social Sharing on this "
129
  msgstr "Függőleges Közösségi Megosztás kikapcsolása"
130
 
131
+ #: ../helper.php:678
 
132
  msgid "Disable Horizontal like buttons on this "
133
+ msgstr "Vízszintes Közösségi Gombok kikapcsolása"
134
 
135
+ #: ../helper.php:683
 
136
  msgid "Disable Vertical like buttons on this "
137
+ msgstr "Függőleges Közösségi Gombok kikapcsolása"
138
 
139
+ #: ../helper.php:688
 
140
  msgid "Disable Social Commenting on this "
141
+ msgstr "Közösségi Hozzászólás kikapcsolása ennél"
142
 
143
+ #: ../helper.php:697
 
144
  msgid "Horizontal sharing"
145
+ msgstr "Vízszintes megosztás"
146
 
147
+ #: ../helper.php:703
148
+ #: ../helper.php:722
 
149
  msgid "Starting share count for "
150
+ msgstr "Megosztás számok kezdése ehhez"
151
 
152
+ #: ../helper.php:716
 
153
  msgid "Vertical sharing"
154
+ msgstr "Függőleges Megosztás"
155
 
156
  #: ../admin/help.php:4
157
  msgid "About"
169
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
170
  msgstr "Mi egy kreatív csapat, egyedi elképzeléseit szem előtt tartva és a szolgáltatás szívében. Szeretjük, amit csinálunk. További info csatlakozzon hozzánk"
171
 
172
+ #: ../admin/help.php:18
173
  msgid "Plugin Demo"
174
  msgstr "Plugin Demo"
175
 
176
+ #: ../admin/help.php:24
177
+ msgid "Add-ons"
178
+ msgstr "A kiegészítőket"
179
 
180
+ #: ../admin/help.php:29
181
+ msgid "Need Help?"
182
+ msgstr "Kell Segítség?"
183
 
184
+ #: ../admin/help.php:31
185
  #, fuzzy
186
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
187
+ msgstr "Ha egyedi funkciót szeretnél a plugin-ba, el tudom neked készíteni. Írj nekem egy e-mailt (angolul) a <a href=\"mailto:support@heateor.com\">support@heateor.com</a> címre"
188
 
 
 
 
 
 
189
  #: ../admin/help.php:36
190
+ #, fuzzy
191
+ msgid "Support Us"
192
+ msgstr "Támogatás"
193
+
194
+ #: ../admin/help.php:39
195
+ #: ../admin/help.php:42
196
+ #: ../admin/help.php:43
197
+ #: ../admin/help.php:44
198
+ #: ../admin/help.php:45
199
+ #: ../admin/help.php:46
200
  msgid "Rate 5-star"
201
  msgstr "Osztályozz 5-ösre"
202
 
203
+ #: ../admin/help.php:54
204
+ #: ../admin/social_sharing.php:437
205
+ #: ../admin/social_sharing.php:815
206
  #: ../admin/social_login.php:46
207
  msgid "Facebook"
208
  msgstr "Facebook"
209
 
 
 
 
 
 
 
 
 
 
210
  #: ../admin/social_sharing.php:11
211
  #: ../admin/social_sharing.php:22
212
  #: ../admin/social_login.php:9
217
  msgstr "Alap Beállítások"
218
 
219
  #: ../admin/social_sharing.php:12
 
220
  msgid "Sharing Interface"
221
+ msgstr "Megosztási Felület"
222
 
223
  #: ../admin/social_sharing.php:13
 
224
  msgid "Sharing Options"
225
+ msgstr "Megosztási beállítások"
226
 
227
  #: ../admin/social_sharing.php:14
228
+ #: ../admin/social_sharing.php:1192
 
229
  #: ../admin/social_login.php:11
230
+ #: ../admin/social_login.php:714
231
  #: ../admin/like_buttons.php:13
232
+ #: ../admin/like_buttons.php:712
 
233
  msgid "Shortcode & Widget"
234
  msgstr "Shortcode és Widget"
235
 
238
  msgstr "Hibamegoldó"
239
 
240
  #: ../admin/social_sharing.php:16
241
+ #: ../admin/social_sharing.php:1223
242
  #: ../admin/social_commenting.php:12
243
+ #: ../admin/social_commenting.php:393
244
  msgid "FAQ"
245
  msgstr "GYIK"
246
 
261
  msgstr "Bekapcsolva a plugin beállítások törlődnek a plugin törlésekor/eltávolításakor és újra be kell állítanod mindent, amikor ismét telepíted azt."
262
 
263
  #: ../admin/social_sharing.php:71
 
264
  msgid "Horizontal interface options"
265
+ msgstr "Vízszintes Felület Beállítások"
266
 
267
  #: ../admin/social_sharing.php:77
268
  #: ../admin/social_sharing.php:155
281
 
282
  #: ../admin/social_sharing.php:94
283
  #: ../admin/social_sharing.php:172
 
284
  msgid "Shape of the sharing icons"
285
+ msgstr "Megosztás ikonok formája"
286
 
287
  #: ../admin/social_sharing.php:102
288
  #: ../admin/social_sharing.php:180
291
 
292
  #: ../admin/social_sharing.php:120
293
  #: ../admin/social_sharing.php:198
 
294
  msgid "Size of the sharing icons"
295
+ msgstr "Megosztási ikonok mérete"
296
 
297
  #: ../admin/social_sharing.php:127
298
  #: ../admin/social_sharing.php:205
305
  msgstr "Ne felejtsd el menteni a konfigurációs változtatások után, kattintson a Mentés gombra"
306
 
307
  #: ../admin/social_sharing.php:149
 
308
  msgid "Vertical interface options"
309
+ msgstr "Függőleges (lebegő) Felület Beállítások"
310
+
311
+ #: ../admin/social_sharing.php:233
312
+ msgid "Modernizr"
313
+ msgstr ""
314
+
315
+ #: ../admin/social_sharing.php:239
316
+ msgid "Do not load Modernizr JS"
317
+ msgstr "Ne töltsön Modernizr JS"
318
+
319
+ #: ../admin/social_sharing.php:249
320
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
321
+ msgstr "Ha úgy találja, a plugin elszakadna a téma, akkor próbáljon meg az opció engedélyezése"
322
 
323
+ #: ../admin/social_sharing.php:258
324
  #: ../admin/like_buttons.php:51
 
325
  msgid "Url shortener"
326
+ msgstr "Url rövidítő"
327
 
328
+ #: ../admin/social_sharing.php:264
329
  msgid "Use shortlinks already installed"
330
  msgstr "Használja shortlinks már telepítve"
331
 
332
+ #: ../admin/social_sharing.php:274
333
  #: ../admin/like_buttons.php:67
334
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
335
  msgstr "Lehetővé teszi a rövidített URL-ek is, amikor közös tartalmat, ha a zsiradék bővítmény telepítése"
336
 
337
+ #: ../admin/social_sharing.php:282
338
  msgid "Enable bit.ly url shortener for sharing"
339
  msgstr "A bit.ly url rövidítő bekapcsolása a megosztáshoz"
340
 
341
+ #: ../admin/social_sharing.php:292
342
  #: ../admin/like_buttons.php:85
 
343
  msgid "Master control to enable bit.ly url shortening for sharing"
344
+ msgstr "Központi beállítás a bit.ly url rövidítő megosztásokhoz való bekapcsolásához"
345
 
346
+ #: ../admin/social_sharing.php:300
347
  #: ../admin/like_buttons.php:93
348
  msgid "bit.ly username"
349
  msgstr "bit.ly felhasználónév"
350
 
351
+ #: ../admin/social_sharing.php:310
352
  #: ../admin/like_buttons.php:103
353
+ #, php-format
354
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
355
+ msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly felhasználói név megtekintéséhez"
356
 
357
+ #: ../admin/social_sharing.php:319
358
  #: ../admin/like_buttons.php:112
359
  msgid "bit.ly API Key"
360
  msgstr "bit.ly API Key"
361
 
362
+ #: ../admin/social_sharing.php:329
363
  #: ../admin/like_buttons.php:122
364
+ #, php-format
365
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
366
+ msgstr "Jelentkezz be a bit.ly fiókodba és keresd fel <a href=\"%s\" target=\"_blank\">ezt a linket</a> a bit.ly API Key beszerzéséhez"
367
 
368
+ #: ../admin/social_sharing.php:339
369
  msgid "Twitter username in sharing"
370
  msgstr "Twitter felhasználónév a megosztásban"
371
 
372
+ #: ../admin/social_sharing.php:345
 
373
  msgid "Twitter username (without @)"
374
  msgstr "Twitter felhasználónév (@ nélkül)"
375
 
376
+ #: ../admin/social_sharing.php:355
377
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
378
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
379
 
380
+ #: ../admin/social_sharing.php:365
381
  msgid "Horizontal Sharing Interface Options"
382
  msgstr "Vízszintes Megosztási Felület Beállítások"
383
 
384
+ #: ../admin/social_sharing.php:371
385
  msgid "Enable horizontal sharing interface"
386
  msgstr "Vízszintes megosztási felület bekapcsolása"
387
 
388
+ #: ../admin/social_sharing.php:381
389
  msgid "Master control to enable horizontal sharing"
390
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
391
 
392
+ #: ../admin/social_sharing.php:391
393
+ #: ../admin/social_sharing.php:787
394
+ #: ../admin/like_buttons.php:227
395
+ #: ../admin/like_buttons.php:465
396
  msgid "Target Url"
397
  msgstr "Cél Url"
398
 
399
+ #: ../admin/social_sharing.php:395
400
+ #: ../admin/social_sharing.php:791
401
+ #: ../admin/like_buttons.php:231
402
+ #: ../admin/like_buttons.php:469
403
  msgid "Url of the webpage where icons are located (default)"
404
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
405
 
406
+ #: ../admin/social_sharing.php:397
407
+ #: ../admin/social_sharing.php:793
408
+ #: ../admin/like_buttons.php:233
409
+ #: ../admin/like_buttons.php:471
410
  msgid "Url of the homepage of your website"
411
  msgstr "A főoldalad Url-je"
412
 
413
+ #: ../admin/social_sharing.php:399
414
+ #: ../admin/social_sharing.php:795
415
+ #: ../admin/like_buttons.php:235
416
+ #: ../admin/like_buttons.php:473
 
417
  msgid "Custom url"
418
  msgstr "Egyedi URL"
419
 
420
+ #: ../admin/social_sharing.php:406
421
+ #: ../admin/social_sharing.php:802
422
  msgid "Url to share"
423
  msgstr "Megosztás Url-je"
424
 
425
+ #: ../admin/social_sharing.php:414
426
  #: ../admin/social_login.php:314
427
+ #: ../admin/like_buttons.php:250
428
  msgid "Title"
429
  msgstr "Cím"
430
 
431
+ #: ../admin/social_sharing.php:424
432
  msgid "The text to display above the sharing interface"
433
  msgstr "Szöveg a megosztási felület fölött"
434
 
435
+ #: ../admin/social_sharing.php:432
436
+ #: ../admin/social_sharing.php:810
437
  #: ../admin/social_login.php:41
438
  msgid "Select providers"
439
  msgstr "Válassz szolgáltatókat"
440
 
441
+ #: ../admin/social_sharing.php:442
442
+ #: ../admin/social_sharing.php:820
443
  #: ../admin/social_login.php:50
444
  msgid "Twitter"
445
  msgstr "Twitter"
446
 
447
+ #: ../admin/social_sharing.php:447
448
+ #: ../admin/social_sharing.php:825
449
  #: ../admin/social_login.php:54
450
  msgid "LinkedIn"
451
  msgstr "LinkedIn"
452
 
453
+ #: ../admin/social_sharing.php:452
454
+ #: ../admin/social_sharing.php:830
455
  #: ../admin/social_login.php:58
456
  msgid "Google+"
457
  msgstr "Google+"
458
 
459
+ #: ../admin/social_sharing.php:457
460
+ #: ../admin/social_sharing.php:835
461
  msgid "Print"
462
  msgstr "Nyomtatás"
463
 
464
+ #: ../admin/social_sharing.php:462
465
+ #: ../admin/social_sharing.php:840
466
  msgid "Email"
467
  msgstr "Email"
468
 
469
+ #: ../admin/social_sharing.php:467
470
+ #: ../admin/social_sharing.php:845
471
  msgid "Yahoo"
472
  msgstr "Yahoo"
473
 
474
+ #: ../admin/social_sharing.php:472
475
+ #: ../admin/social_sharing.php:850
476
  msgid "Reddit"
477
  msgstr "Reddit"
478
 
479
+ #: ../admin/social_sharing.php:477
480
+ #: ../admin/social_sharing.php:855
481
  msgid "Digg"
482
  msgstr "Digg"
483
 
484
+ #: ../admin/social_sharing.php:482
485
+ #: ../admin/social_sharing.php:860
486
  msgid "Delicious"
487
  msgstr "Delicious"
488
 
489
+ #: ../admin/social_sharing.php:487
490
+ #: ../admin/social_sharing.php:865
491
  msgid "StumbleUpon"
492
  msgstr "StumbleUpon"
493
 
494
+ #: ../admin/social_sharing.php:492
495
+ #: ../admin/social_sharing.php:870
496
  msgid "Float it"
497
  msgstr "Float it"
498
 
499
+ #: ../admin/social_sharing.php:497
500
+ #: ../admin/social_sharing.php:875
501
  msgid "Tumblr"
502
  msgstr "Tumblr"
503
 
504
+ #: ../admin/social_sharing.php:502
505
+ #: ../admin/social_sharing.php:880
506
  #: ../admin/social_login.php:62
507
  msgid "Vkontakte"
508
  msgstr "Vkontakte"
509
 
510
+ #: ../admin/social_sharing.php:507
511
+ #: ../admin/social_sharing.php:885
512
  msgid "Pinterest"
513
  msgstr "Pinterest"
514
 
515
+ #: ../admin/social_sharing.php:512
516
+ #: ../admin/social_sharing.php:890
517
  #: ../admin/social_login.php:70
518
  msgid "Xing"
519
  msgstr "Xing"
520
 
521
+ #: ../admin/social_sharing.php:517
522
+ #: ../admin/social_sharing.php:895
523
  msgid "Whatsapp"
524
+ msgstr "Whatsapp"
525
+
526
+ #: ../admin/social_sharing.php:522
527
+ #: ../admin/social_sharing.php:900
528
+ msgid "Yummly"
529
  msgstr ""
530
 
531
+ #: ../admin/social_sharing.php:527
532
+ #: ../admin/social_sharing.php:905
533
+ msgid "Buffer"
534
+ msgstr ""
535
+
536
+ #: ../admin/social_sharing.php:535
537
+ #: ../admin/social_sharing.php:913
538
  msgid "Select the providers for sharing interface"
539
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
540
 
541
+ #: ../admin/social_sharing.php:543
542
+ #: ../admin/social_sharing.php:921
543
  msgid "Rearrange icons"
544
  msgstr "Ikonsorrend beállítás"
545
 
546
+ #: ../admin/social_sharing.php:578
547
+ #: ../admin/social_sharing.php:956
548
  msgid "Drag the icons to rearrange in desired order"
549
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
550
 
551
+ #: ../admin/social_sharing.php:586
552
+ #: ../admin/social_sharing.php:982
553
+ #: ../admin/like_buttons.php:320
554
+ #: ../admin/like_buttons.php:557
555
  msgid "Horizontal alignment"
556
  msgstr "Függőleges igazítás"
557
 
558
+ #: ../admin/social_sharing.php:590
559
+ #: ../admin/social_sharing.php:986
560
+ #: ../admin/like_buttons.php:324
561
+ #: ../admin/like_buttons.php:561
562
  msgid "Left"
563
  msgstr "Bal"
564
 
565
+ #: ../admin/social_sharing.php:591
566
+ #: ../admin/like_buttons.php:325
567
  msgid "Center"
568
  msgstr "Középen"
569
 
570
+ #: ../admin/social_sharing.php:592
571
+ #: ../admin/social_sharing.php:987
572
+ #: ../admin/like_buttons.php:326
573
+ #: ../admin/like_buttons.php:562
574
  msgid "Right"
575
  msgstr "Jobb"
576
 
577
+ #: ../admin/social_sharing.php:600
578
+ #: ../admin/social_sharing.php:995
579
  msgid "Horizontal alignment of the sharing interface"
580
  msgstr "A megosztási felület függőleges igazítása"
581
 
582
+ #: ../admin/social_sharing.php:608
583
+ #: ../admin/like_buttons.php:342
584
  msgid "Position with respect to content"
585
  msgstr "Elhelyezés a tartalomhoz képest"
586
 
587
+ #: ../admin/social_sharing.php:612
588
+ #: ../admin/like_buttons.php:346
589
  msgid "Top of the content"
590
  msgstr "Tartalom felett"
591
 
592
+ #: ../admin/social_sharing.php:614
593
+ #: ../admin/like_buttons.php:348
594
  msgid "Bottom of the content"
595
  msgstr "Tartalom alatt"
596
 
597
+ #: ../admin/social_sharing.php:621
598
  msgid "Specify position of the sharing interface with respect to the content"
599
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
600
 
601
+ #: ../admin/social_sharing.php:629
602
+ #: ../admin/social_sharing.php:1061
603
  msgid "Sharing location"
604
  msgstr "Megosztási helyek"
605
 
606
+ #: ../admin/social_sharing.php:633
607
+ #: ../admin/social_sharing.php:1065
608
+ #: ../admin/social_login.php:574
609
+ #: ../admin/social_login.php:604
610
+ #: ../admin/like_buttons.php:367
611
+ #: ../admin/like_buttons.php:640
612
  msgid "Homepage"
613
  msgstr "Kezdő oldal"
614
 
615
+ #: ../admin/social_sharing.php:635
616
+ #: ../admin/social_sharing.php:1067
617
+ #: ../admin/like_buttons.php:369
618
+ #: ../admin/like_buttons.php:642
619
  msgid "Posts"
620
  msgstr "Bejegyzések"
621
 
622
+ #: ../admin/social_sharing.php:637
623
+ #: ../admin/social_sharing.php:1069
624
+ #: ../admin/like_buttons.php:371
625
+ #: ../admin/like_buttons.php:644
626
  msgid "Pages"
627
  msgstr "Oldalak"
628
 
629
+ #: ../admin/social_sharing.php:639
630
+ #: ../admin/social_sharing.php:1071
631
+ #: ../admin/like_buttons.php:373
632
+ #: ../admin/like_buttons.php:646
633
  msgid "Excerpts"
634
  msgstr "Kivonatok"
635
 
636
+ #: ../admin/social_sharing.php:641
637
+ #: ../admin/social_sharing.php:1073
638
+ #: ../admin/like_buttons.php:375
639
+ #: ../admin/like_buttons.php:648
640
  msgid "Category Archives"
641
  msgstr "Kategória Archívum"
642
 
643
+ #: ../admin/social_sharing.php:643
644
+ #: ../admin/social_sharing.php:1075
645
+ #: ../admin/like_buttons.php:377
646
+ #: ../admin/like_buttons.php:650
647
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
648
  msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
649
 
650
+ #: ../admin/social_sharing.php:659
651
+ #: ../admin/like_buttons.php:393
652
  msgid "BuddyPress activity and groups"
653
  msgstr "BuddyPress tevékenység és csoportok"
654
 
655
+ #: ../admin/social_sharing.php:665
656
+ #: ../admin/social_sharing.php:1090
657
+ #: ../admin/like_buttons.php:400
658
+ #: ../admin/like_buttons.php:665
659
  msgid "BBPress forum"
660
  msgstr "BBPress fórum"
661
 
662
+ #: ../admin/social_sharing.php:668
663
+ #: ../admin/social_sharing.php:1093
664
+ #: ../admin/like_buttons.php:403
665
+ #: ../admin/like_buttons.php:668
666
  msgid "BBPress topic"
667
  msgstr "BBPress téma"
668
 
669
+ #: ../admin/social_sharing.php:671
670
+ #: ../admin/like_buttons.php:406
671
  msgid "BBPress reply"
672
  msgstr "BBPress válasz"
673
 
674
+ #: ../admin/social_sharing.php:678
675
+ #: ../admin/like_buttons.php:412
676
+ msgid "After individual product at WooCommerce Shop page"
677
+ msgstr "Miután az egyedi termék WooCommerce Shop oldal"
678
+
679
+ #: ../admin/social_sharing.php:681
680
+ #: ../admin/like_buttons.php:415
681
+ msgid "WooCommerce Product Page"
682
+ msgstr "WooCommerce Termékek"
683
+
684
+ #: ../admin/social_sharing.php:684
685
+ #: ../admin/like_buttons.php:418
686
+ msgid "WooCommerce Thankyou Page"
687
+ msgstr "WooCommerce Thankyou oldal"
688
+
689
+ #: ../admin/social_sharing.php:695
690
  msgid "Specify the pages where you want to enable Sharing interface"
691
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
692
 
693
+ #: ../admin/social_sharing.php:703
694
+ #: ../admin/social_sharing.php:1111
695
  msgid "Show share counts"
696
  msgstr "Megosztás számok mutatása"
697
 
698
+ #: ../admin/social_sharing.php:713
699
+ #: ../admin/social_sharing.php:1121
700
  msgid "If enabled, share counts are displayed above sharing icons."
701
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
702
 
703
+ #: ../admin/social_sharing.php:722
704
+ #: ../admin/social_sharing.php:1130
705
  #, fuzzy
706
+ msgid "Show total shares"
707
+ msgstr "Megosztás számok mutatása"
708
+
709
+ #: ../admin/social_sharing.php:732
710
+ #: ../admin/social_sharing.php:1140
711
+ #, fuzzy
712
+ msgid "If enabled, total shares will be displayed with sharing icons"
713
+ msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
714
+
715
+ #: ../admin/social_sharing.php:741
716
+ #: ../admin/social_sharing.php:1149
717
  msgid "Enable 'More' icon"
718
+ msgstr "'Még több' ikon bekapcsolása"
719
 
720
+ #: ../admin/social_sharing.php:751
721
+ #: ../admin/social_sharing.php:1159
722
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
723
  msgstr "Ha engedélyezve van, \"More \" ikon jelenik meg, miután a kiválasztott megosztás ikonok ami azt mutatja, további fájlcserélő hálózatok popup"
724
 
725
+ #: ../admin/social_sharing.php:761
726
  msgid "Vertical (Floating) Sharing Interface Options"
727
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
728
 
729
+ #: ../admin/social_sharing.php:767
730
  msgid "Enable vertical (floating) sharing interface"
731
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
732
 
733
+ #: ../admin/social_sharing.php:777
734
  msgid "Master control to enable vertical (floating) sharing widget"
735
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
736
 
737
+ #: ../admin/social_sharing.php:964
738
+ #: ../admin/like_buttons.php:539
739
  msgid "Background Color"
740
  msgstr "Háttér Szín"
741
 
742
+ #: ../admin/social_sharing.php:974
743
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
744
  msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges megosztó sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni "
745
 
746
+ #: ../admin/social_sharing.php:1004
747
+ #: ../admin/like_buttons.php:579
748
  msgid "Left offset"
749
  msgstr "Bal margó"
750
 
751
+ #: ../admin/social_sharing.php:1014
 
752
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
753
+ msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
754
 
755
+ #: ../admin/social_sharing.php:1024
756
+ #: ../admin/like_buttons.php:599
757
  msgid "Right offset"
758
  msgstr "Jobb margó"
759
 
760
+ #: ../admin/social_sharing.php:1034
 
761
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
762
+ msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Megadhatsz negatív értéket is."
763
 
764
+ #: ../admin/social_sharing.php:1043
765
+ #: ../admin/like_buttons.php:618
766
  msgid "Top offset"
767
  msgstr "Felső margó"
768
 
769
+ #: ../admin/social_sharing.php:1053
770
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
771
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
772
 
773
+ #: ../admin/social_sharing.php:1103
774
  msgid "Specify the pages where you want to enable vertical Sharing interface"
775
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
776
 
777
+ #: ../admin/social_sharing.php:1167
778
+ msgid "Hide sharing on mobile devices"
779
+ msgstr "Hide megosztása mobil eszközökön"
780
+
781
+ #: ../admin/social_sharing.php:1177
782
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
783
+ msgstr "Ha engedélyezett, függőleges megosztó felület nem fog megjelenni a mobil eszközök"
784
+
785
+ #: ../admin/social_sharing.php:1194
786
+ #, fuzzy
787
+ msgid "Social Sharing Shortcode & Widget"
788
+ msgstr "Shortcode és Widget"
789
+
790
+ #: ../admin/social_sharing.php:1204
791
  msgid "Facebook Sharing Troubleshooter"
792
  msgstr "Facebook Megosztás Hibaelhárító"
793
 
794
+ #: ../admin/social_sharing.php:1209
795
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
796
  msgstr "Ha a Facebook megosztás nem működik helyesen, kattints a következő linkre, és add meg a problémás url-t (ahol a Facebook megosztás nem működik tökéletesen) a szöveges mezőben:"
797
 
798
+ #: ../admin/social_sharing.php:1225
799
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
800
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
801
 
802
+ #: ../admin/social_sharing.php:1226
 
803
  msgid "How can I disable sharing on particular page/post?"
804
+ msgstr "Hogyan kapcsolhatom ki a megosztást egy adott oldal/bejegyzés esetében?"
805
 
806
+ #: ../admin/social_sharing.php:1227
807
  msgid "How can I specify minimum sharing count for sharing networks?"
808
  msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
809
 
810
+ #: ../admin/social_sharing.php:1237
811
+ #: ../admin/social_commenting.php:404
812
+ #: ../admin/social_login.php:726
813
+ #: ../admin/like_buttons.php:723
814
  msgid "Save Changes"
815
  msgstr "Változások Mentése"
816
 
817
  #: ../admin/social_commenting.php:10
 
818
  msgid "Social Commenting"
819
+ msgstr "Közösségi Hozzászólás"
820
 
821
  #: ../admin/social_commenting.php:11
822
+ #: ../admin/social_commenting.php:381
 
823
  msgid "Shortcode"
824
  msgstr "Shortcode"
825
 
826
  #: ../admin/social_commenting.php:18
827
  #: ../admin/social_commenting.php:24
828
+ #: ../admin/social_commenting.php:147
829
+ msgid "Enable Social Commenting"
830
+ msgstr "Közösségi Hozzászólás Belkapcsolása"
831
+
832
  #: ../admin/social_commenting.php:34
 
833
  #, fuzzy
834
+ msgid "Master control to enable Social Commenting"
835
+ msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
836
 
837
  #: ../admin/social_commenting.php:42
838
  msgid "Order of tabs in commenting interface"
839
+ msgstr "A fülek sorrendje a hozzászólás felületen"
840
 
841
  #: ../admin/social_commenting.php:52
842
  msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
844
 
845
  #: ../admin/social_commenting.php:60
846
  msgid "Comment area label"
847
+ msgstr "Megjegyzés felület címe"
848
+
849
+ #: ../admin/social_commenting.php:70
850
+ #, fuzzy
851
+ msgid "Label for comment area"
852
+ msgstr "Google+ hozzászólás fül címe"
853
 
854
+ #: ../admin/social_commenting.php:80
855
  msgid "Labels"
856
  msgstr "címkék"
857
 
858
+ #: ../admin/social_commenting.php:85
 
859
  msgid "Label for WordPress Commenting tab"
860
+ msgstr "WordPress hozzászólás fül címe"
861
 
862
+ #: ../admin/social_commenting.php:94
 
863
  msgid "Label for Facebook Commenting tab"
864
+ msgstr "Facebook hozzászólás fül címe"
865
 
866
+ #: ../admin/social_commenting.php:103
 
867
  msgid "Label for G+ Commenting tab"
868
+ msgstr "Google+ hozzászólás fül címe"
869
 
870
+ #: ../admin/social_commenting.php:112
871
  msgid "Label for Disqus Commenting tab"
872
+ msgstr "Disqus hozzászólás fül címe"
873
 
874
+ #: ../admin/social_commenting.php:123
875
  msgid "Facebook Commenting Options"
876
  msgstr "Facebook Hozzászólás Beállítások"
877
 
878
+ #: ../admin/social_commenting.php:129
879
+ #, fuzzy
880
+ msgid "Enable Facebook Comments notification and moderation"
881
+ msgstr "Facebook Hozzászólás Bekapcsolás"
882
 
883
+ #: ../admin/social_commenting.php:137
884
  msgid "Enable Facebook Commenting"
885
  msgstr "Facebook Hozzászólás Bekapcsolás"
886
 
887
+ #: ../admin/social_commenting.php:155
888
+ #: ../admin/social_commenting.php:313
889
  msgid "Url to comment on"
890
  msgstr "A hozzászólás URL"
891
 
892
+ #: ../admin/social_commenting.php:165
893
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
894
  msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
895
 
896
+ #: ../admin/social_commenting.php:173
897
+ #: ../admin/social_commenting.php:295
898
  msgid "Width"
899
  msgstr "Szélesség"
900
 
901
+ #: ../admin/social_commenting.php:183
902
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
903
  msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
904
 
905
+ #: ../admin/social_commenting.php:191
906
  msgid "Color Scheme"
907
  msgstr "Szín Sablon"
908
 
909
+ #: ../admin/social_commenting.php:195
910
  msgid "Light"
911
  msgstr "Világos"
912
 
913
+ #: ../admin/social_commenting.php:196
914
  msgid "Dark"
915
  msgstr "Sötét"
916
 
917
+ #: ../admin/social_commenting.php:204
918
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
919
  msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
920
 
921
+ #: ../admin/social_commenting.php:212
 
922
  msgid "Number of comments"
923
  msgstr "Hozzászólások száma"
924
 
925
+ #: ../admin/social_commenting.php:222
926
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
927
  msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
928
 
929
+ #: ../admin/social_commenting.php:230
930
  msgid "Order by"
931
  msgstr "Rendezés"
932
 
933
+ #: ../admin/social_commenting.php:234
934
  msgid "Social"
935
  msgstr "Közösségi"
936
 
937
+ #: ../admin/social_commenting.php:235
938
  msgid "Reverse Time"
939
  msgstr "Fordított Sorrend"
940
 
941
+ #: ../admin/social_commenting.php:236
942
  msgid "Time"
943
  msgstr "Időrend"
944
 
945
+ #: ../admin/social_commenting.php:244
946
  msgid "The order to use when displaying comments."
947
  msgstr "A hozzászólás megjelenésének sorrendje."
948
 
 
 
 
 
 
 
 
 
949
  #: ../admin/social_commenting.php:252
 
 
 
 
 
 
 
 
 
 
 
 
950
  #: ../admin/like_buttons.php:132
951
  #: ../admin/like_buttons.php:138
952
  msgid "Language"
953
+ msgstr "Nyelv"
954
 
955
+ #: ../admin/social_commenting.php:262
956
  #, php-format
957
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
958
  msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához "
959
 
960
+ #: ../admin/social_commenting.php:271
 
961
  msgid "Google Plus Commenting Options"
962
+ msgstr "Google+ Hozzászólás Beállítások"
963
 
964
+ #: ../admin/social_commenting.php:277
965
+ #: ../admin/social_commenting.php:287
 
966
  msgid "Enable Google Plus Commenting"
967
+ msgstr "Google+ Hozzászólás Bekapcsolása"
968
 
969
+ #: ../admin/social_commenting.php:305
970
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
971
+ msgstr "Google+ hozzászólás felület szélessége. Hagyd üresen az automatikus beállításhoz"
972
 
973
+ #: ../admin/social_commenting.php:323
 
974
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
975
+ msgstr "Abszolut URL, amelyhez a hozzászólások végelegesen kapcsolva lesznek. A Google Plus-on lévő hozzászólások is ehhez az URL-hez kapcsolódnak majd.<br/>Ha üresen hagyod <strong>(Erősen ajánlott)</strong>, azt az URL-t használjuk, melyhez a hozzászólás érkezett."
976
 
977
+ #: ../admin/social_commenting.php:332
 
978
  msgid "Disqus Commenting Options"
979
+ msgstr "Disqus Hozzászólás Beállítások"
980
 
981
+ #: ../admin/social_commenting.php:338
982
+ #: ../admin/social_commenting.php:348
 
983
  msgid "Enable Disqus Commenting"
984
+ msgstr "Disqus Hozzászólás Bekapcsolása"
985
 
986
+ #: ../admin/social_commenting.php:356
987
  msgid "Disqus Shortname"
988
+ msgstr "Disqus Shortname"
989
 
990
+ #: ../admin/social_commenting.php:366
 
991
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
992
+ msgstr "<strong>Szükséges a Disqus hozzászólás használatához.</strong> További információkért nézd meg ezt a linket."
993
 
994
+ #: ../admin/social_commenting.php:383
995
  #, fuzzy
996
+ msgid "Social Commenting Shortcode"
997
+ msgstr "Közösségi Hozzászólás"
998
+
999
+ #: ../admin/social_commenting.php:395
1000
  msgid "How can I disable Social Commenting at individual page/post?"
1001
+ msgstr "Hogyan kapcsolhatom ki a Közösségi Hozzászólást az egyes oldalak/bejegyzések esetében?"
1002
+
1003
+ #: ../admin/social_commenting.php:396
1004
+ msgid "How to disable default comment form from Social Commenting?"
1005
+ msgstr "Hogyan lehet letiltani alapértelmezett megjegyzés formájában a Social kommentálva?"
1006
 
1007
  #: ../admin/social_login.php:10
1008
  msgid "Social Login"
1114
  msgstr "Xing Consumer Key"
1115
 
1116
  #: ../admin/social_login.php:250
1117
+ #, php-format
1118
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1119
+ msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Key beszerzéshez"
1120
 
1121
  #: ../admin/social_login.php:252
1122
  #: ../admin/social_login.php:274
1128
  msgstr "Xing Consumer Secret"
1129
 
1130
  #: ../admin/social_login.php:272
1131
+ #, php-format
1132
  msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1133
+ msgstr "Szükséges a Xing Közösségi Belépés működéséhez. Kérlek, kövesd a dokumentációt <a href=\"%s\" target=\"_blank\">ezen a linken</a> a Xing Consumer Secret beszerzéséhez"
1134
 
1135
  #: ../admin/social_login.php:284
1136
  msgid "Include Javascript in website footer"
1172
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1173
  msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1174
 
1175
+ #: ../admin/social_login.php:393
1176
+ msgid "Enable before WooCommerce Customer Login Form"
1177
+ msgstr "Engedélyezze előtt WooCommerce Megrendelő Bejelentkezés"
1178
+
1179
+ #: ../admin/social_login.php:403
1180
+ #, fuzzy
1181
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1182
+ msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1183
+
1184
+ #: ../admin/social_login.php:411
1185
+ msgid "Enable after WooCommerce Customer Login Form"
1186
+ msgstr "Engedélyezze után WooCommerce Megrendelő Bejelentkezés"
1187
+
1188
+ #: ../admin/social_login.php:421
1189
+ #, fuzzy
1190
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1191
+ msgstr "Közösségi Belépés megjelenítése a weboldal belépési oldalán"
1192
+
1193
+ #: ../admin/social_login.php:429
1194
+ #, fuzzy
1195
+ msgid "Enable at WooCommerce checkout page"
1196
+ msgstr "Bekapcsolás a regisztráció oldalon"
1197
+
1198
+ #: ../admin/social_login.php:439
1199
+ #, fuzzy
1200
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1201
+ msgstr "Közösségi Belépés megjelenítése a Wordpress hozzászólás küldésnél"
1202
+
1203
+ #: ../admin/social_login.php:450
1204
  msgid "Auto-approve comments made by Social Login users"
1205
  msgstr "Közösségi Belépéses hozzászólások automatikus elfogadása"
1206
 
1207
+ #: ../admin/social_login.php:460
1208
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1209
  msgstr "Ha ez be van kapcsolva, és egy Közösségi Belépéssel bejelentkezett felhasználó Wordpress hozzászólást küld, ez azonnal, moderáció nélkül megjelenik az oldalon."
1210
 
1211
+ #: ../admin/social_login.php:461
1212
  msgid "Note: This is not related to Facebook comments"
1213
  msgstr "Megjegyzés: Ez nem kapcsolódik a Facebook hozzászólásokhoz"
1214
 
1215
+ #: ../admin/social_login.php:471
1216
  msgid "Enable social avatar"
1217
  msgstr "Közösségi avatar bekapcsolás"
1218
 
1219
+ #: ../admin/social_login.php:481
1220
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1221
  msgstr "A közösségi profil képe lesz megjelenítve avatarként a weboldalon"
1222
 
1223
+ #: ../admin/social_login.php:491
1224
  msgid "Avatar quality"
1225
  msgstr " Avatar képminőség"
1226
 
1227
+ #: ../admin/social_login.php:494
1228
  msgid "Average"
1229
  msgstr "Átlagos"
1230
 
1231
+ #: ../admin/social_login.php:495
 
1232
  msgid "Better"
1233
+ msgstr "Jobb"
1234
 
1235
+ #: ../admin/social_login.php:502
1236
  msgid "Choose avatar quality"
1237
  msgstr "Válassz Avatar képminőséget"
1238
 
1239
+ #: ../admin/social_login.php:521
1240
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1241
  msgstr "Ha be van kapcsolva, és a Közösségi ID szolgáltató nem biztosít e-mail címet a belépéskor, a felhasználótól elkérjük e-mail címét. Egyébként egy véletlenszerű e-mail címet generálunk"
1242
 
1243
+ #: ../admin/social_login.php:530
1244
  msgid "Send username-password after user registration"
1245
  msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1246
 
1247
+ #: ../admin/social_login.php:540
1248
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1249
  msgstr "Ha be van kapcsolva, egy e-mailt küldünk a felhasználónak, amikor Közösségi Belépéssel regisztrál az oldalon. Az email tartalmazza a belépési adatokat: Felhasználói név, Jelszó, melyek segítségével hagyományos módon is beléphet az oldalra."
1250
 
1251
+ #: ../admin/social_login.php:549
1252
  msgid "Enable social account linking at BuddyPress profile page"
1253
  msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1254
 
1255
+ #: ../admin/social_login.php:559
1256
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1257
  msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1258
 
1259
+ #: ../admin/social_login.php:568
1260
  msgid "Login redirection"
1261
  msgstr "Átirányítás Belépés után"
1262
 
1263
+ #: ../admin/social_login.php:572
1264
  msgid "Same page where user logged in"
1265
  msgstr "Az az oldal, ahol a felhasználó belépett"
1266
 
1267
+ #: ../admin/social_login.php:576
1268
+ #: ../admin/social_login.php:606
1269
  msgid "Account dashboard"
1270
  msgstr "Felhasználói Irányítópult"
1271
 
1272
+ #: ../admin/social_login.php:579
1273
+ #: ../admin/social_login.php:609
1274
  msgid "BuddyPress profile page"
1275
  msgstr "BuddyPress profil oldal"
1276
 
1277
+ #: ../admin/social_login.php:582
1278
+ #: ../admin/social_login.php:612
1279
  msgid "Custom Url"
1280
  msgstr "Egyedi URL"
1281
 
1282
+ #: ../admin/social_login.php:590
1283
  msgid "User will be redirected to the selected page after Social Login"
1284
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1285
 
1286
+ #: ../admin/social_login.php:598
1287
  msgid "Registration redirection"
1288
  msgstr "Átirányítás Regisztráció után"
1289
 
1290
+ #: ../admin/social_login.php:602
 
1291
  msgid "Same page from where user registered"
1292
+ msgstr "Az az oldal, ahol a felhasználó regisztrált"
1293
 
1294
+ #: ../admin/social_login.php:620
1295
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1296
  msgstr "A felhasználó a kiválasztott oldalra lesz átirányítva a regisztráció (első Közösségi belépés) után"
1297
 
1298
+ #: ../admin/social_login.php:628
1299
  msgid "Email popup options"
1300
  msgstr "Email felugró ablak beállítások"
1301
 
1302
+ #: ../admin/social_login.php:634
1303
  msgid "Text on 'Email required' popup"
1304
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1305
 
1306
+ #: ../admin/social_login.php:644
1307
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1308
  msgstr "Ez a szöveg jelenik meg az e-mail cím bekérő felugró ablakban. Üresen hagyhatod, ha nem kéred be az e-mail címet."
1309
 
1310
+ #: ../admin/social_login.php:653
1311
  msgid "Error message for 'Email required' popup"
1312
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1313
 
1314
+ #: ../admin/social_login.php:663
1315
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1316
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1317
 
1318
+ #: ../admin/social_login.php:672
1319
  msgid "Email popup height"
1320
  msgstr "Email felugró ablak magassága"
1321
 
1322
+ #: ../admin/social_login.php:682
1323
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1324
  msgstr "Ha függőleges görgetősávot látsz az \"E-mail bekérő\" felugró ablakban, itt megnövelheted az ablak magasságát. Egyébként üresen hagyható."
1325
 
1326
+ #: ../admin/social_login.php:690
1327
  msgid "Enable email verification"
1328
  msgstr "E-mail ellenőrzés bekapcsolása"
1329
 
1330
+ #: ../admin/social_login.php:700
1331
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1332
  msgstr "Ha be van kapcsolva, a felhasználó által megadott e-mailcímre ellenőrző üzenetet küldünk egy megerősítő linkkel. A felhasználó nem tud belépni, amíg nem erősítette meg e-mailcímét "
1333
 
1334
+ #: ../admin/social_login.php:716
1335
  #, fuzzy
1336
+ msgid "Social Login Shortcode & Widget"
1337
  msgstr "Shortcode és Widget"
1338
 
1339
+ #: ../admin/social_login.php:717
1340
+ msgid "Social Linking Shortcode"
1341
+ msgstr ""
1342
+
1343
  #: ../admin/admin.php:8
1344
  msgid "Welcome"
1345
  msgstr "Üdvözöllek"
1353
  msgstr "Első Lépések"
1354
 
1355
  #: ../admin/admin.php:12
 
1356
  msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1357
  msgstr "Kezdd el a beállítást a <strong>Super Socializer</strong> menu alatti menüpontokban a bal oldalon. A <strong>Közösségi Megosztás</strong> már be is van kapcsolva oldaladon."
1358
 
1359
  #: ../admin/admin.php:13
 
1360
  msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1361
  msgstr "A <strong>Facebook</strong> részen, a Facebook Hozzászólások és Feed beállításait állíthatod be."
1362
 
1365
  msgstr "A <strong>Közösségi Belépés</strong> részben, beállíthatod a Közösségi ID szolgáltatókat és a belépési lehetőségeket."
1366
 
1367
  #: ../admin/admin.php:15
 
1368
  msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1369
  msgstr "A <strong>Közösségi Megosztás</strong> részben, kiválaszthatod, mely Közösségi Hálózatokon legyen megosztás, és finomíthatod a megosztás beállításait."
1370
 
1371
  #: ../admin/admin.php:16
 
1372
  msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1373
+ msgstr "A <strong>Közösségi Gombok</strong> részben, kiválaszthatod, a Like és +1 gombokat, és elvégezheted beállításukat."
1374
 
1375
  #: ../admin/like_buttons.php:12
1376
  msgid "Like Buttons"
1381
  msgstr "Engedélyezze Like gombok"
1382
 
1383
  #: ../admin/like_buttons.php:35
 
1384
  msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1385
+ msgstr "Központi Közösségi Gomb beállítás. Be kell kapcsolnod a Közösségi Gombok használatához "
1386
 
1387
  #: ../admin/like_buttons.php:57
1388
  msgid "Use shortlinks already installed, for tweet button"
1393
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
1394
 
1395
  #: ../admin/like_buttons.php:148
1396
+ #, php-format
1397
  msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1398
+ msgstr "Add meg a nyelv kódját, amit a hozzászólás megjelenítéshez használjunk. A nyelvi kódot <a href=\"%s\" target=\"_blank\">itt</a> találod. Hagyd üresen az alapértelmezett (angol) nyelv használatához"
1399
 
1400
  #: ../admin/like_buttons.php:157
1401
+ #, fuzzy
1402
+ msgid "Twitter Username"
1403
+ msgstr "Twitter felhasználónév a megosztásban"
1404
+
1405
+ #: ../admin/like_buttons.php:163
1406
+ #, fuzzy
1407
+ msgid "Twitter username for Tweet (without @)"
1408
+ msgstr "Twitter felhasználónév (@ nélkül)"
1409
 
1410
  #: ../admin/like_buttons.php:173
1411
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1412
  msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1413
 
1414
+ #: ../admin/like_buttons.php:182
1415
  #, fuzzy
1416
+ msgid "Twitter username for Buffer sharing (without @)"
1417
+ msgstr "Twitter felhasználónév (@ nélkül)"
1418
+
1419
+ #: ../admin/like_buttons.php:192
1420
+ #, fuzzy
1421
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1422
+ msgstr "A megadott felhasználónév kerül a megosztás szövege után így \"via @USERNAME\". Hagyd üresen, ha nem akarsz felhasználó név utánfűzést."
1423
+
1424
+ #: ../admin/like_buttons.php:201
1425
  msgid "Horizontal Interface Options"
1426
  msgstr "Vízszintes Megosztási Felület Beállítások"
1427
 
1428
+ #: ../admin/like_buttons.php:207
 
1429
  msgid "Enable horizontal interface"
1430
  msgstr "Vízszintes megosztási felület bekapcsolása"
1431
 
1432
+ #: ../admin/like_buttons.php:217
 
1433
  msgid "Master control to enable horizontal like buttons"
1434
+ msgstr "Központi beállítás a vízszintes közösségi gombok bekapcsolásához"
1435
 
1436
+ #: ../admin/like_buttons.php:242
1437
+ #: ../admin/like_buttons.php:480
1438
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1439
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
1440
 
1441
+ #: ../admin/like_buttons.php:260
 
1442
  msgid "The text to display above the interface"
1443
  msgstr "Szöveg a megosztási felület fölött"
1444
 
1445
+ #: ../admin/like_buttons.php:268
1446
+ #: ../admin/like_buttons.php:488
 
1447
  msgid "Select and rearrange providers"
1448
+ msgstr "Válassz és rendezz sorba szolgáltatókat"
1449
 
1450
+ #: ../admin/like_buttons.php:312
1451
+ #: ../admin/like_buttons.php:531
 
1452
  msgid "Select the providers for interface. Drag them to rearrange."
1453
+ msgstr "Válassz szolgáltatókat a megosztási felülethez. Húzd őket a sorrend változtatáshoz."
1454
 
1455
+ #: ../admin/like_buttons.php:334
1456
+ #: ../admin/like_buttons.php:570
 
1457
  msgid "Horizontal alignment of the interface"
1458
+ msgstr "A megosztási felület vízszintes igazítása"
1459
 
1460
+ #: ../admin/like_buttons.php:355
 
1461
  msgid "Specify position of the interface with respect to the content"
1462
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1463
 
1464
+ #: ../admin/like_buttons.php:363
1465
+ #: ../admin/like_buttons.php:636
 
1466
  msgid "Interface location"
1467
  msgstr "Megosztási helyek"
1468
 
1469
+ #: ../admin/like_buttons.php:429
 
1470
  msgid "Specify the pages where you want to enable interface"
1471
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1472
 
1473
+ #: ../admin/like_buttons.php:439
 
1474
  msgid "Vertical (Floating) like buttons Options"
1475
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1476
 
1477
+ #: ../admin/like_buttons.php:445
 
1478
  msgid "Enable vertical (floating) like buttons"
1479
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1480
 
1481
+ #: ../admin/like_buttons.php:455
 
1482
  msgid "Master control to enable vertical (floating) counter widget"
1483
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1484
 
1485
+ #: ../admin/like_buttons.php:549
 
1486
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1487
+ msgstr "Add meg a színt hexa színkódként (például #cc78e0) a függőleges számláló sáv hátteréhez. Hagyd üresen, hogy átlátszó maradjon. A hexa színkódot <a href=\"http://www.colorpicker.com/\" target=\"_blank\"> innen</a> tudod kilesni"
1488
 
1489
+ #: ../admin/like_buttons.php:589
 
1490
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1491
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1492
 
1493
+ #: ../admin/like_buttons.php:609
 
1494
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1495
+ msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet. Negatív értéket is megadhatsz."
1496
 
1497
+ #: ../admin/like_buttons.php:628
 
1498
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1499
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1500
 
1501
+ #: ../admin/like_buttons.php:678
 
1502
  msgid "Specify the pages where you want to enable vertical interface"
1503
+ msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felülez"
1504
+
1505
+ #: ../admin/like_buttons.php:686
1506
+ msgid "Hide like buttons on mobile devices"
1507
+ msgstr "Elbújni, mint a gombok a mobil eszközök"
1508
+
1509
+ #: ../admin/like_buttons.php:696
1510
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1511
+ msgstr "Ha engedélyezett, függőleges, mint a gombok nem jelennek meg a mobileszközökön"
1512
+
1513
+ #: ../admin/like_buttons.php:714
1514
+ #, fuzzy
1515
+ msgid "Like Buttons Shortcode & Widget"
1516
+ msgstr "Shortcode és Widget"
1517
 
1518
+ #: ../inc/shortcode.php:245
1519
+ #, fuzzy
1520
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1521
+ msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1522
+
1523
+ #: ../inc/social_sharing.php:628
1524
  msgid "Invalid request"
1525
  msgstr "Hibás kérés"
1526
 
1527
+ #: ../inc/social_sharing.php:635
1528
  msgid "Providers not selected"
1529
  msgstr "Nincs kiválasztott szolgáltató"
1530
 
1545
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\" oldalon."
1546
 
1547
  #: ../inc/widget.php:79
1548
+ #: ../inc/widget.php:219
1549
+ #: ../inc/widget.php:524
1550
  msgid "Title:"
1551
  msgstr "Cím:"
1552
 
1553
  #: ../inc/widget.php:81
1554
+ #: ../inc/widget.php:233
1555
+ #: ../inc/widget.php:534
1556
  msgid "Before widget content:"
1557
  msgstr "Widget tartalom előtt:"
1558
 
1559
  #: ../inc/widget.php:83
1560
+ #: ../inc/widget.php:235
1561
+ #: ../inc/widget.php:536
1562
  msgid "After widget content:"
1563
  msgstr "Widget tartalom után:"
1564
 
1565
  #: ../inc/widget.php:86
1566
+ #: ../inc/widget.php:237
1567
+ #: ../inc/widget.php:401
1568
+ #: ../inc/widget.php:538
1569
+ #: ../inc/widget.php:688
1570
  msgid "Hide for logged in users:"
1571
  msgstr "Bejelentkezettek számára elrejtve:"
1572
 
1573
  #: ../inc/widget.php:105
 
1574
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1575
+ msgstr "Vízszíntes megosztás widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
1576
 
1577
+ #: ../inc/widget.php:218
1578
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1579
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1580
 
1581
+ #: ../inc/widget.php:221
1582
+ #: ../inc/widget.php:370
1583
  #, fuzzy
1584
+ msgid "Show individual share counts:"
1585
+ msgstr "Megosztás számok mutatása:"
1586
+
1587
+ #: ../inc/widget.php:223
1588
+ #: ../inc/widget.php:372
1589
+ #, fuzzy
1590
+ msgid "Show total shares:"
1591
+ msgstr "Megosztás számok mutatása:"
1592
 
1593
+ #: ../inc/widget.php:225
1594
+ #: ../inc/widget.php:374
1595
+ #: ../inc/widget.php:526
1596
+ #: ../inc/widget.php:661
1597
  msgid "Target Url:"
1598
  msgstr "Cél Url:"
1599
 
1600
+ #: ../inc/widget.php:227
1601
+ #: ../inc/widget.php:376
1602
+ #: ../inc/widget.php:528
1603
+ #: ../inc/widget.php:663
1604
  msgid "Select"
1605
  msgstr "Válassz"
1606
 
1607
+ #: ../inc/widget.php:256
 
1608
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1609
+ msgstr "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
1610
 
1611
+ #: ../inc/widget.php:369
1612
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1613
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon...."
1614
 
1615
+ #: ../inc/widget.php:382
1616
+ #: ../inc/widget.php:669
1617
  msgid "Alignment"
1618
  msgstr "Igazítás"
1619
 
1620
+ #: ../inc/widget.php:388
1621
+ #: ../inc/widget.php:675
 
1622
  msgid "Left Offset"
1623
+ msgstr "Bal margó"
1624
 
1625
+ #: ../inc/widget.php:392
1626
+ #: ../inc/widget.php:679
 
1627
  msgid "Right Offset"
1628
  msgstr "Jobb margó"
1629
 
1630
+ #: ../inc/widget.php:395
1631
+ #: ../inc/widget.php:682
 
1632
  msgid "Top Offset"
1633
+ msgstr "Felső margó"
1634
 
1635
+ #: ../inc/widget.php:420
 
1636
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1637
+ msgstr "Vízszíntes közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
1638
 
1639
+ #: ../inc/widget.php:523
1640
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1641
  msgstr "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1642
 
1643
+ #: ../inc/widget.php:557
 
1644
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1645
+ msgstr "Függőleges lebegő közösségi gomb widget. Legyen látogatóidnak egyszerű a megosztás a Közösségi Hálózatokon, mint a Facebook, Twitter, Google+, és még sok másik"
1646
 
1647
+ #: ../inc/widget.php:660
1648
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1649
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1650
 
1651
+ #~ msgid "You can see the plugin in action at following link"
1652
+ #~ msgstr "A Plugin-t itt tudod működés közben kipróbálni"
1653
+
1654
+ #~ msgid ""
1655
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1656
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1657
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1658
+ #~ msgstr ""
1659
+ #~ "Ha tetszik a plugin, vagy kérdésed van, írhatsz nekem (angolul) <a href="
1660
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a> címen, megtalálsz "
1661
+ #~ "a <strong>Facebook</strong> oldalaimon és követhetsz a <strong>Twitter-"
1662
+ #~ "en</strong>."
1663
+
1664
+ #~ msgid "Want plugin customization?"
1665
+ #~ msgstr "Szeretnél egyedi funkciókat?"
1666
+
1667
+ #~ msgid "Twitter username in tweet button"
1668
+ #~ msgstr "Twitter felhasználónév a tweet gombon "
1669
+
1670
+ #~ msgid ""
1671
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1672
+ #~ "Facebook Comments notification and moderation."
1673
+ #~ msgstr ""
1674
+ #~ "<strong>Megjegyzés:</strong> Írj egy e-mailt nekünk a support@heateor.com "
1675
+ #~ "címre, a Facebook Hozzászólások érdesítéseinek és moderációjának "
1676
+ #~ "bekapcsolásához."
1677
+
1678
+ #~ msgid "Mobile"
1679
+ #~ msgstr "Mobil"
1680
+
1681
+ #~ msgid "Auto Detect"
1682
+ #~ msgstr "Automata Érzékelés"
1683
+
1684
+ #~ msgid "True"
1685
+ #~ msgstr "Igaz"
1686
+
1687
+ #~ msgid "False"
1688
+ #~ msgstr "Hamis"
1689
+
1690
+ #~ msgid ""
1691
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1692
+ #~ "version or not."
1693
+ #~ msgstr ""
1694
+ #~ "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a "
1695
+ #~ "megjelenés."
1696
+
1697
+ #~ msgid "Sortcode & Widget"
1698
+ #~ msgstr "Shortcode és Widget"
1699
+
1700
  #~ msgid ""
1701
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1702
  #~ "redirect_uri</strong> options at the link mentioned"
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: 2015-06-05 06:04+0530\n"
6
- "PO-Revision-Date: 2015-06-05 06:07+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -25,40 +25,54 @@ msgstr "Immettere esattamente il seguente URL nel <strong>Website</ strong> e <s
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurarsi cURL è abilitato il server web. Potrebbe essere necessario contattare l'amministratore del server del tuo sito web per verificare questo"
27
 
28
- #: ../super_socializer.php:349
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore verifica il tuo indirzzo e-mail per accedere."
31
 
32
- #: ../super_socializer.php:349
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere alla tua conta."
35
 
36
- #: ../super_socializer.php:353
37
  msgid "Notification"
38
  msgstr "Notificazione"
39
 
40
- #: ../super_socializer.php:372
41
- #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Necessita Indirizzo di Posta Elettronica"
44
 
45
- #: ../super_socializer.php:375
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore controlla la tua casella di posta elettronica per completare la registrazione."
48
 
49
- #: ../super_socializer.php:388
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 a pagina di configurazione app GooglePlus, per aprire"
52
 
53
- #: ../super_socializer.php:465
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
 
 
 
 
 
 
 
 
 
57
  #: ../super_socializer.php:567
 
 
 
 
 
58
  msgid "Email you entered is already registered or invalid"
59
  msgstr "E-mail inserito è già registrato o non valido"
60
 
61
- #: ../super_socializer.php:571
62
  msgid "Please enter a valid email address. You might be required to verify it"
63
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiesto di verificarla"
64
 
@@ -66,83 +80,83 @@ msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiest
66
  msgid "Options saved successfully"
67
  msgstr "Opzioni salvate con successo"
68
 
69
- #: ../helper.php:147
70
  msgid "Click to show help"
71
  msgstr "Clicca per vedere help"
72
 
73
- #: ../helper.php:147
74
  msgid "Click to hide help"
75
  msgstr "Clicca per nascondere aiuto"
76
 
77
- #: ../helper.php:187
78
  msgid "Settings"
79
  msgstr "Configurazione"
80
 
81
- #: ../helper.php:504
82
  #, fuzzy
83
  msgid "Account linked successfully"
84
  msgstr "Opzioni salvate con successo"
85
 
86
- #: ../helper.php:510
87
  msgid "Account already exists or linked"
88
  msgstr "Account esistente o collegato già"
89
 
90
- #: ../helper.php:521
91
  #, fuzzy
92
  msgid "You are already connected with"
93
  msgstr "Sei pronto per socializzare il tuo sito web."
94
 
95
- #: ../helper.php:521
96
  msgid "as primary social network"
97
  msgstr "come rete sociale primaria"
98
 
99
- #: ../helper.php:538
100
  msgid "Link your social account to login to your account at this website"
101
  msgstr "Collega il tuo account sociale per accedere al proprio account su questo sito"
102
 
103
- #: ../helper.php:583
104
  msgid "Currently"
105
  msgstr "attualmente"
106
 
107
- #: ../helper.php:583
108
  msgid "Remove"
109
  msgstr "rimuovere"
110
 
111
- #: ../helper.php:676
112
  msgid "Disable Horizontal Social Sharing on this "
113
  msgstr "Disabilitare Condivisione Sociale orizzontale in questo"
114
 
115
- #: ../helper.php:681
116
  msgid "Disable Vertical Social Sharing on this "
117
  msgstr "Disabilitare Condivisione Sociale Verticale in questo"
118
 
119
- #: ../helper.php:686
120
  #, fuzzy
121
  msgid "Disable Horizontal like buttons on this "
122
  msgstr "Disabilitare Contatore Sociale orizzontale in questo"
123
 
124
- #: ../helper.php:691
125
  #, fuzzy
126
  msgid "Disable Vertical like buttons on this "
127
  msgstr "Disabilitare Contatore Sociale Verticale in questo"
128
 
129
- #: ../helper.php:696
130
  #, fuzzy
131
  msgid "Disable Social Commenting on this "
132
  msgstr "Abilitare Commentando con Facebook"
133
 
134
- #: ../helper.php:705
135
  #, fuzzy
136
  msgid "Horizontal sharing"
137
  msgstr "Allineamento orizzontale"
138
 
139
- #: ../helper.php:711
140
- #: ../helper.php:730
141
  #, fuzzy
142
  msgid "Starting share count for "
143
  msgstr "Mostra la qunatitá di condivisioni"
144
 
145
- #: ../helper.php:724
146
  #, fuzzy
147
  msgid "Vertical sharing"
148
  msgstr "Condivisione Sociale"
@@ -163,48 +177,44 @@ msgstr "da"
163
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
164
  msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni noi aderire a"
165
 
166
- #: ../admin/help.php:17
167
  msgid "Plugin Demo"
168
  msgstr "Dimostrazione del Plugin"
169
 
170
- #: ../admin/help.php:19
171
- msgid "You can see the plugin in action at following link"
172
- msgstr "Puoi vedere il plugin in azione seguendo il successivo collegamento"
173
 
174
- #: ../admin/help.php:25
175
- msgid "Support"
176
- msgstr "Sopporte"
177
 
178
- #: ../admin/help.php:27
179
  #, fuzzy
180
- msgid "If you like the plugin or have any query, drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>, like our <strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
181
- msgstr "Se ti piace il mio plugin o tieni una proposta, puoi scrivermi una posta elettronica a <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>, o dare un \"mi piace\" alle mie pagine <strong>Facebook</strong> e seguire il mio <strong>Twitter</strong>."
182
 
183
- #: ../admin/help.php:29
184
- #: ../admin/help.php:32
185
- #: ../admin/help.php:33
186
- #: ../admin/help.php:34
187
- #: ../admin/help.php:35
188
  #: ../admin/help.php:36
 
 
 
 
 
 
 
 
 
 
189
  msgid "Rate 5-star"
190
  msgstr "Tasso di 5-stelle"
191
 
192
- #: ../admin/help.php:44
193
- #: ../admin/social_sharing.php:411
194
- #: ../admin/social_sharing.php:736
195
  #: ../admin/social_login.php:46
196
  msgid "Facebook"
197
  msgstr "Facebook"
198
 
199
- #: ../admin/help.php:63
200
- msgid "Want plugin customization?"
201
- msgstr "Voui una personalizzazione del plugin?"
202
-
203
- #: ../admin/help.php:65
204
- #, fuzzy
205
- msgid "If you want custom features in the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
206
- msgstr "Se vuoi funzioni personalizzate nel plugin, posso farlo per te. Basta scrivermi una posta elettronica a <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
207
-
208
  #: ../admin/social_sharing.php:11
209
  #: ../admin/social_sharing.php:22
210
  #: ../admin/social_login.php:9
@@ -225,13 +235,11 @@ msgid "Sharing Options"
225
  msgstr "Posto di condivisione"
226
 
227
  #: ../admin/social_sharing.php:14
228
- #: ../admin/social_sharing.php:1067
229
- #: ../admin/social_sharing.php:1069
230
  #: ../admin/social_login.php:11
231
- #: ../admin/social_login.php:654
232
  #: ../admin/like_buttons.php:13
233
- #: ../admin/like_buttons.php:644
234
- #: ../admin/like_buttons.php:646
235
  msgid "Shortcode & Widget"
236
  msgstr "Codice Corto & Widget"
237
 
@@ -240,9 +248,9 @@ msgid "Troubleshooter"
240
  msgstr "Soluzionatore di problemi"
241
 
242
  #: ../admin/social_sharing.php:16
243
- #: ../admin/social_sharing.php:1098
244
  #: ../admin/social_commenting.php:12
245
- #: ../admin/social_commenting.php:410
246
  msgid "FAQ"
247
  msgstr "FAQ"
248
 
@@ -314,460 +322,521 @@ msgstr "Non dimenticate di salvare la configurazione dopo aver apportato le modi
314
  msgid "Vertical interface options"
315
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
316
 
317
- #: ../admin/social_sharing.php:232
 
 
 
 
 
 
 
 
 
 
 
 
318
  #: ../admin/like_buttons.php:51
319
  #, fuzzy
320
  msgid "Url shortener"
321
  msgstr "cortatore di url bit.ly"
322
 
323
- #: ../admin/social_sharing.php:238
324
  msgid "Use shortlinks already installed"
325
  msgstr "Utilizzare shortlinks già installati"
326
 
327
- #: ../admin/social_sharing.php:248
328
  #: ../admin/like_buttons.php:67
329
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
330
  msgstr "Permette di URL abbreviati da utilizzare quando la condivisione di contenuti se è installato un plugin accorciamento"
331
 
332
- #: ../admin/social_sharing.php:256
333
  msgid "Enable bit.ly url shortener for sharing"
334
  msgstr "Abilitare il cortatore url bit.ly per la condivisone sociale"
335
 
336
- #: ../admin/social_sharing.php:266
337
  #: ../admin/like_buttons.php:85
338
  #, fuzzy
339
  msgid "Master control to enable bit.ly url shortening for sharing"
340
  msgstr "Controllo maestro per abilitare la cortazione di url bit.ly per la condivisione"
341
 
342
- #: ../admin/social_sharing.php:274
343
  #: ../admin/like_buttons.php:93
344
  msgid "bit.ly username"
345
  msgstr "nome d'utente di bit.ly"
346
 
347
- #: ../admin/social_sharing.php:284
348
  #: ../admin/like_buttons.php:103
349
  #, php-format
350
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
351
  msgstr "Per ottenere il nome d'utente di bit.ly, accede alla tua conta di bit.ly e naviga fino a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
352
 
353
- #: ../admin/social_sharing.php:293
354
  #: ../admin/like_buttons.php:112
355
  #, fuzzy
356
  msgid "bit.ly API Key"
357
  msgstr "Chiave API bit.ly"
358
 
359
- #: ../admin/social_sharing.php:303
360
  #: ../admin/like_buttons.php:122
361
  #, fuzzy, php-format
362
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
363
  msgstr "Per ottenere la chiave API, accedi alla tua conta di bit.ly e naviga fino a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
364
 
365
- #: ../admin/social_sharing.php:313
366
  msgid "Twitter username in sharing"
367
  msgstr "Nome d'utente di Twitter per la condivisione sociale"
368
 
369
- #: ../admin/social_sharing.php:319
370
- #: ../admin/like_buttons.php:163
371
  msgid "Twitter username (without @)"
372
  msgstr "Nome d'utente di Twitter (senza @)"
373
 
374
- #: ../admin/social_sharing.php:329
375
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
376
  msgstr "Il nome d'utente sará attacato dopo il contenuto che si condivide come \"via @USERNAME\". Lascia vuoto se non voui nincun nome d'utente nel contenuto che si condivide."
377
 
378
- #: ../admin/social_sharing.php:339
379
  msgid "Horizontal Sharing Interface Options"
380
  msgstr "Opzioni orizzontali dell'interfaccia di condivisione"
381
 
382
- #: ../admin/social_sharing.php:345
383
  msgid "Enable horizontal sharing interface"
384
  msgstr "Abilitare l'interfaccia di condivisione orizzontale"
385
 
386
- #: ../admin/social_sharing.php:355
387
  msgid "Master control to enable horizontal sharing"
388
  msgstr "Controllo maestro per abilitare la condivisione orizzontale"
389
 
390
- #: ../admin/social_sharing.php:365
391
- #: ../admin/social_sharing.php:708
392
- #: ../admin/like_buttons.php:209
393
- #: ../admin/like_buttons.php:424
394
  msgid "Target Url"
395
  msgstr "URL di destinazione"
396
 
397
- #: ../admin/social_sharing.php:369
398
- #: ../admin/social_sharing.php:712
399
- #: ../admin/like_buttons.php:213
400
- #: ../admin/like_buttons.php:428
401
  msgid "Url of the webpage where icons are located (default)"
402
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
403
 
404
- #: ../admin/social_sharing.php:371
405
- #: ../admin/social_sharing.php:714
406
- #: ../admin/like_buttons.php:215
407
- #: ../admin/like_buttons.php:430
408
  msgid "Url of the homepage of your website"
409
  msgstr "Url della homepage del tuo sito web"
410
 
411
- #: ../admin/social_sharing.php:373
412
- #: ../admin/social_sharing.php:716
413
- #: ../admin/like_buttons.php:217
414
- #: ../admin/like_buttons.php:432
415
  #, fuzzy
416
  msgid "Custom url"
417
  msgstr "Url personalizzata"
418
 
419
- #: ../admin/social_sharing.php:380
420
- #: ../admin/social_sharing.php:723
421
  msgid "Url to share"
422
  msgstr "Url per condividere"
423
 
424
- #: ../admin/social_sharing.php:388
425
  #: ../admin/social_login.php:314
426
- #: ../admin/like_buttons.php:232
427
  msgid "Title"
428
  msgstr "Titolo"
429
 
430
- #: ../admin/social_sharing.php:398
431
  msgid "The text to display above the sharing interface"
432
  msgstr "Il testo a mostrare sopra l'interfaccia di condivisione"
433
 
434
- #: ../admin/social_sharing.php:406
435
- #: ../admin/social_sharing.php:731
436
  #: ../admin/social_login.php:41
437
  msgid "Select providers"
438
  msgstr "Selezionare fornitori"
439
 
440
- #: ../admin/social_sharing.php:416
441
- #: ../admin/social_sharing.php:741
442
  #: ../admin/social_login.php:50
443
  msgid "Twitter"
444
  msgstr "Twitter"
445
 
446
- #: ../admin/social_sharing.php:421
447
- #: ../admin/social_sharing.php:746
448
  #: ../admin/social_login.php:54
449
  msgid "LinkedIn"
450
  msgstr "LinkedIn"
451
 
452
- #: ../admin/social_sharing.php:426
453
- #: ../admin/social_sharing.php:751
454
  #: ../admin/social_login.php:58
455
  msgid "Google+"
456
  msgstr "Google+"
457
 
458
- #: ../admin/social_sharing.php:431
459
- #: ../admin/social_sharing.php:756
460
  msgid "Print"
461
  msgstr "Stampare"
462
 
463
- #: ../admin/social_sharing.php:436
464
- #: ../admin/social_sharing.php:761
465
  msgid "Email"
466
  msgstr "Email"
467
 
468
- #: ../admin/social_sharing.php:441
469
- #: ../admin/social_sharing.php:766
470
  msgid "Yahoo"
471
  msgstr "Yahoo"
472
 
473
- #: ../admin/social_sharing.php:446
474
- #: ../admin/social_sharing.php:771
475
  msgid "Reddit"
476
  msgstr "Reddit"
477
 
478
- #: ../admin/social_sharing.php:451
479
- #: ../admin/social_sharing.php:776
480
  msgid "Digg"
481
  msgstr "Digg"
482
 
483
- #: ../admin/social_sharing.php:456
484
- #: ../admin/social_sharing.php:781
485
  msgid "Delicious"
486
  msgstr "Delicious"
487
 
488
- #: ../admin/social_sharing.php:461
489
- #: ../admin/social_sharing.php:786
490
  msgid "StumbleUpon"
491
  msgstr "StumbleUpon"
492
 
493
- #: ../admin/social_sharing.php:466
494
- #: ../admin/social_sharing.php:791
495
  msgid "Float it"
496
  msgstr "Float it"
497
 
498
- #: ../admin/social_sharing.php:471
499
- #: ../admin/social_sharing.php:796
500
  msgid "Tumblr"
501
  msgstr "Tumblr"
502
 
503
- #: ../admin/social_sharing.php:476
504
- #: ../admin/social_sharing.php:801
505
  #: ../admin/social_login.php:62
506
  msgid "Vkontakte"
507
  msgstr "Vkontakte"
508
 
509
- #: ../admin/social_sharing.php:481
510
- #: ../admin/social_sharing.php:806
511
  msgid "Pinterest"
512
  msgstr "Pinterest"
513
 
514
- #: ../admin/social_sharing.php:486
515
- #: ../admin/social_sharing.php:811
516
  #: ../admin/social_login.php:70
517
  msgid "Xing"
518
  msgstr ""
519
 
520
- #: ../admin/social_sharing.php:491
521
- #: ../admin/social_sharing.php:816
522
  msgid "Whatsapp"
523
  msgstr ""
524
 
525
- #: ../admin/social_sharing.php:499
526
- #: ../admin/social_sharing.php:824
 
 
 
 
 
 
 
 
 
 
527
  msgid "Select the providers for sharing interface"
528
  msgstr "Seleziona i fornitori per l'interfaccia di condivisione"
529
 
530
- #: ../admin/social_sharing.php:507
531
- #: ../admin/social_sharing.php:832
532
  msgid "Rearrange icons"
533
  msgstr "riorganizzare gli iconi"
534
 
535
- #: ../admin/social_sharing.php:541
536
- #: ../admin/social_sharing.php:866
537
  msgid "Drag the icons to rearrange in desired order"
538
  msgstr "Arrastra gli iconi per riordinare nell'ordine desiderato"
539
 
540
- #: ../admin/social_sharing.php:549
541
- #: ../admin/social_sharing.php:892
542
- #: ../admin/like_buttons.php:302
543
- #: ../admin/like_buttons.php:516
544
  #, fuzzy
545
  msgid "Horizontal alignment"
546
  msgstr "Allineamento orizzontale"
547
 
548
- #: ../admin/social_sharing.php:553
549
- #: ../admin/social_sharing.php:896
550
- #: ../admin/like_buttons.php:306
551
- #: ../admin/like_buttons.php:520
552
  msgid "Left"
553
  msgstr "Sinistra"
554
 
555
- #: ../admin/social_sharing.php:554
556
- #: ../admin/like_buttons.php:307
557
  msgid "Center"
558
  msgstr "centro"
559
 
560
- #: ../admin/social_sharing.php:555
561
- #: ../admin/social_sharing.php:897
562
- #: ../admin/like_buttons.php:308
563
- #: ../admin/like_buttons.php:521
564
  #, fuzzy
565
  msgid "Right"
566
  msgstr "Destra"
567
 
568
- #: ../admin/social_sharing.php:563
569
- #: ../admin/social_sharing.php:905
570
  #, fuzzy
571
  msgid "Horizontal alignment of the sharing interface"
572
  msgstr "Allineamento orizzontale dell'interfaccia di condivisione"
573
 
574
- #: ../admin/social_sharing.php:571
575
- #: ../admin/like_buttons.php:324
576
  msgid "Position with respect to content"
577
  msgstr "Posizione al rispetto del contenuto"
578
 
579
- #: ../admin/social_sharing.php:575
580
- #: ../admin/like_buttons.php:328
581
  msgid "Top of the content"
582
  msgstr "Parte superiore del contenuto"
583
 
584
- #: ../admin/social_sharing.php:577
585
- #: ../admin/like_buttons.php:330
586
  msgid "Bottom of the content"
587
  msgstr "Parte inferiore del contenuto"
588
 
589
- #: ../admin/social_sharing.php:584
590
  msgid "Specify position of the sharing interface with respect to the content"
591
  msgstr "Specifica la posizione dell'interfaccia al rispetto del contenuto"
592
 
593
- #: ../admin/social_sharing.php:592
594
- #: ../admin/social_sharing.php:971
595
  msgid "Sharing location"
596
  msgstr "Posto di condivisione"
597
 
598
- #: ../admin/social_sharing.php:596
599
- #: ../admin/social_sharing.php:975
600
- #: ../admin/social_login.php:514
601
- #: ../admin/social_login.php:544
602
- #: ../admin/like_buttons.php:349
603
- #: ../admin/like_buttons.php:599
604
  msgid "Homepage"
605
  msgstr "Pagina d'inizio"
606
 
607
- #: ../admin/social_sharing.php:598
608
- #: ../admin/social_sharing.php:977
609
- #: ../admin/like_buttons.php:351
610
- #: ../admin/like_buttons.php:601
611
  msgid "Posts"
612
  msgstr "Pubblicazioni"
613
 
614
- #: ../admin/social_sharing.php:600
615
- #: ../admin/social_sharing.php:979
616
- #: ../admin/like_buttons.php:353
617
- #: ../admin/like_buttons.php:603
618
  msgid "Pages"
619
  msgstr "Pagine"
620
 
621
- #: ../admin/social_sharing.php:602
622
- #: ../admin/social_sharing.php:981
623
- #: ../admin/like_buttons.php:355
624
- #: ../admin/like_buttons.php:605
625
  msgid "Excerpts"
626
  msgstr "Estrazioni"
627
 
628
- #: ../admin/social_sharing.php:604
629
- #: ../admin/social_sharing.php:983
630
- #: ../admin/like_buttons.php:357
631
- #: ../admin/like_buttons.php:607
632
  msgid "Category Archives"
633
  msgstr "Archivi di categorie"
634
 
635
- #: ../admin/social_sharing.php:606
636
- #: ../admin/social_sharing.php:985
637
- #: ../admin/like_buttons.php:359
638
- #: ../admin/like_buttons.php:609
639
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
640
  msgstr "Archive Pages (categoria, tag, autore o pagine data base)"
641
 
642
- #: ../admin/social_sharing.php:612
643
- #: ../admin/like_buttons.php:365
644
  msgid "BuddyPress activity and groups"
645
  msgstr "Attività BuddyPress e gruppi"
646
 
647
- #: ../admin/social_sharing.php:619
648
- #: ../admin/social_sharing.php:991
649
- #: ../admin/like_buttons.php:372
650
- #: ../admin/like_buttons.php:615
651
  msgid "BBPress forum"
652
  msgstr ""
653
 
654
- #: ../admin/social_sharing.php:622
655
- #: ../admin/social_sharing.php:994
656
- #: ../admin/like_buttons.php:375
657
- #: ../admin/like_buttons.php:618
658
  msgid "BBPress topic"
659
  msgstr "argomento bbPress"
660
 
661
- #: ../admin/social_sharing.php:625
662
- #: ../admin/like_buttons.php:378
663
  msgid "BBPress reply"
664
  msgstr "bbPress risposta"
665
 
666
- #: ../admin/social_sharing.php:635
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  msgid "Specify the pages where you want to enable Sharing interface"
668
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione"
669
 
670
- #: ../admin/social_sharing.php:643
671
- #: ../admin/social_sharing.php:1012
672
  msgid "Show share counts"
673
  msgstr "Mostra la qunatitá di condivisioni"
674
 
675
- #: ../admin/social_sharing.php:653
676
- #: ../admin/social_sharing.php:1022
677
  msgid "If enabled, share counts are displayed above sharing icons."
678
  msgstr "Sé é abilitato, la quantitá di condivisioni sará mostrato sopra gli iconi di condivisione"
679
 
680
- #: ../admin/social_sharing.php:662
681
- #: ../admin/social_sharing.php:1031
 
 
 
 
 
 
 
 
 
 
 
 
682
  #, fuzzy
683
  msgid "Enable 'More' icon"
684
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
685
 
686
- #: ../admin/social_sharing.php:672
687
- #: ../admin/social_sharing.php:1041
688
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
689
  msgstr "Se abilitata, l'icona \"More \" sarà visualizzato icone di condivisione dopo selezionati che mostra le reti di scambio supplementari in popup"
690
 
691
- #: ../admin/social_sharing.php:682
692
  msgid "Vertical (Floating) Sharing Interface Options"
693
  msgstr "Opzioni verticali (fluotante) dell'interfaccia di condivisione"
694
 
695
- #: ../admin/social_sharing.php:688
696
  msgid "Enable vertical (floating) sharing interface"
697
  msgstr "Abilitare l'interfaccia di condivisione verticale (fluotante)"
698
 
699
- #: ../admin/social_sharing.php:698
700
  msgid "Master control to enable vertical (floating) sharing widget"
701
  msgstr "Controllo maestro per abilitare il widget di condivisione verticale (fluotante)"
702
 
703
- #: ../admin/social_sharing.php:874
704
- #: ../admin/like_buttons.php:498
705
  msgid "Background Color"
706
  msgstr "Colore del fondo"
707
 
708
- #: ../admin/social_sharing.php:884
709
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
710
  msgstr "Specifica il colore ó il codice hex (esempio #cc78e0) per il fondo dell'area di condivisione verticale. Lascia vuoto per transparente. Puoi ottenere il codice hex del colore necessitato a <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
711
 
712
- #: ../admin/social_sharing.php:914
713
- #: ../admin/like_buttons.php:538
714
  msgid "Left offset"
715
  msgstr "Compensazione a sinistra"
716
 
717
- #: ../admin/social_sharing.php:924
718
  #, fuzzy
719
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
720
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra."
721
 
722
- #: ../admin/social_sharing.php:934
723
- #: ../admin/like_buttons.php:558
724
  #, fuzzy
725
  msgid "Right offset"
726
  msgstr "Compensazione alla destra"
727
 
728
- #: ../admin/social_sharing.php:944
729
  #, fuzzy
730
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
731
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra."
732
 
733
- #: ../admin/social_sharing.php:953
734
- #: ../admin/like_buttons.php:577
735
  msgid "Top offset"
736
  msgstr "Compensazione in cima"
737
 
738
- #: ../admin/social_sharing.php:963
739
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
740
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
741
 
742
- #: ../admin/social_sharing.php:1004
743
  msgid "Specify the pages where you want to enable vertical Sharing interface"
744
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione verticale"
745
 
746
- #: ../admin/social_sharing.php:1079
 
 
 
 
 
 
 
 
 
 
 
 
 
747
  msgid "Facebook Sharing Troubleshooter"
748
  msgstr "Soluzionatore di problemi della condivisone Facebook"
749
 
750
- #: ../admin/social_sharing.php:1084
751
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
752
  msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e ingressa il url problematico (dove la condivisione di Facebook non funziona bene) del tuo sito web nell'area di testo:"
753
 
754
- #: ../admin/social_sharing.php:1100
755
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
756
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
757
 
758
- #: ../admin/social_sharing.php:1101
759
  #, fuzzy
760
  msgid "How can I disable sharing on particular page/post?"
761
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
762
 
763
- #: ../admin/social_sharing.php:1102
764
  msgid "How can I specify minimum sharing count for sharing networks?"
765
  msgstr "Come faccio a specificare conteggio minimo sharing per la condivisione di reti?"
766
 
767
- #: ../admin/social_sharing.php:1112
768
- #: ../admin/social_commenting.php:420
769
- #: ../admin/social_login.php:665
770
- #: ../admin/like_buttons.php:655
771
  msgid "Save Changes"
772
  msgstr "Salvare le modifiche."
773
 
@@ -777,19 +846,22 @@ msgid "Social Commenting"
777
  msgstr "Commento Predefinito"
778
 
779
  #: ../admin/social_commenting.php:11
780
- #: ../admin/social_commenting.php:398
781
- #: ../admin/social_commenting.php:400
782
  msgid "Shortcode"
783
  msgstr "Codice breve"
784
 
785
  #: ../admin/social_commenting.php:18
786
  #: ../admin/social_commenting.php:24
787
- #: ../admin/social_commenting.php:34
788
- #: ../admin/social_commenting.php:142
789
  #, fuzzy
790
  msgid "Enable Social Commenting"
791
  msgstr "Abilitare il Contatore Sociale"
792
 
 
 
 
 
 
793
  #: ../admin/social_commenting.php:42
794
  msgid "Order of tabs in commenting interface"
795
  msgstr "Ordine di schede di interfaccia commentare"
@@ -802,181 +874,176 @@ msgstr "Ordine delle schede mostrate nella interfaccia commentare sociale. Il va
802
  msgid "Comment area label"
803
  msgstr "Label Commento zona"
804
 
805
- #: ../admin/social_commenting.php:71
 
 
 
 
 
806
  msgid "Labels"
807
  msgstr "Etichette"
808
 
809
- #: ../admin/social_commenting.php:77
810
  #, fuzzy
811
  msgid "Label for WordPress Commenting tab"
812
  msgstr "WordPress Comentarios"
813
 
814
- #: ../admin/social_commenting.php:87
815
  #, fuzzy
816
  msgid "Label for Facebook Commenting tab"
817
  msgstr "Abilitare Commentando con Facebook"
818
 
819
- #: ../admin/social_commenting.php:97
820
  #, fuzzy
821
  msgid "Label for G+ Commenting tab"
822
  msgstr "Commentando con Facebook"
823
 
824
- #: ../admin/social_commenting.php:107
825
  msgid "Label for Disqus Commenting tab"
826
  msgstr "Etichetta per scheda Commentando Disqus"
827
 
828
- #: ../admin/social_commenting.php:118
829
  msgid "Facebook Commenting Options"
830
  msgstr "Opzioni di Commentando con Facebook"
831
 
832
- #: ../admin/social_commenting.php:124
833
- msgid "<strong>Note:</strong> Drop us an email at support@heateor.com to enable Facebook Comments notification and moderation."
834
- msgstr "<strong>Megjegyzés:</strong> írj egy e-mailt a support@heateor.com ahhoz Facebook Comments bejelentési és mértékkel."
 
835
 
836
- #: ../admin/social_commenting.php:132
837
  msgid "Enable Facebook Commenting"
838
  msgstr "Abilitare Commentando con Facebook"
839
 
840
- #: ../admin/social_commenting.php:150
841
- #: ../admin/social_commenting.php:330
842
  msgid "Url to comment on"
843
  msgstr "Url per commentare"
844
 
845
- #: ../admin/social_commenting.php:160
846
  #, fuzzy
847
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
848
  msgstr "La URL assoluta a la quale i commentari pubblicati saranno associati permanentemente. Storie in Facebook relazionati ai commentari pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commentari sono abilitati."
849
 
850
- #: ../admin/social_commenting.php:168
851
- #: ../admin/social_commenting.php:312
852
  msgid "Width"
853
  msgstr "Larghezza"
854
 
855
- #: ../admin/social_commenting.php:178
856
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
857
  msgstr "Lasciare vuoto per auto-regolare la larghezza. La larghezza (in pixel) del blocco commenti."
858
 
859
- #: ../admin/social_commenting.php:186
860
  msgid "Color Scheme"
861
  msgstr "Combinazione di colori"
862
 
863
- #: ../admin/social_commenting.php:190
864
  msgid "Light"
865
  msgstr "Chiaro"
866
 
867
- #: ../admin/social_commenting.php:191
868
  msgid "Dark"
869
  msgstr "Scuro"
870
 
871
- #: ../admin/social_commenting.php:199
872
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
873
  msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
874
 
875
- #: ../admin/social_commenting.php:207
876
  #, fuzzy
877
  msgid "Number of comments"
878
  msgstr "Numero di pubblicazioni"
879
 
880
- #: ../admin/social_commenting.php:217
881
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
882
  msgstr "Il numero di commentari a mostrare per impostazione predefinita. Il valore minimo é 1. Predefinito é 10"
883
 
884
- #: ../admin/social_commenting.php:225
885
  msgid "Order by"
886
  msgstr "Ordinare per"
887
 
888
- #: ../admin/social_commenting.php:229
889
  msgid "Social"
890
  msgstr "Sociale"
891
 
892
- #: ../admin/social_commenting.php:230
893
  msgid "Reverse Time"
894
  msgstr "Invertire il tempo"
895
 
896
- #: ../admin/social_commenting.php:231
897
  msgid "Time"
898
  msgstr "Tempo"
899
 
900
- #: ../admin/social_commenting.php:239
901
  msgid "The order to use when displaying comments."
902
  msgstr "L'ordine a usare quando si mostrano commentari."
903
 
904
- #: ../admin/social_commenting.php:247
905
- msgid "Mobile"
906
- msgstr "Mobile"
907
-
908
- #: ../admin/social_commenting.php:251
909
- msgid "Auto Detect"
910
- msgstr "Rilevare automaticamente"
911
-
912
  #: ../admin/social_commenting.php:252
913
- msgid "True"
914
- msgstr "Vero"
915
-
916
- #: ../admin/social_commenting.php:253
917
- msgid "False"
918
- msgstr "Falso"
919
-
920
- #: ../admin/social_commenting.php:261
921
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
922
- msgstr "Un valore booleano che specifica se si mostrará la versione ottimizata per cellulari o no. "
923
-
924
- #: ../admin/social_commenting.php:269
925
  #: ../admin/like_buttons.php:132
926
  #: ../admin/like_buttons.php:138
927
  msgid "Language"
928
  msgstr "Lingua"
929
 
930
- #: ../admin/social_commenting.php:279
931
  #, php-format
932
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
933
  msgstr "Ingressa il codice della lingua che vuoi usare per mostrare i commentari. Poui incontrare i codici delle lingue a <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lascia in bianco per la lingua predefinita(inglese)"
934
 
935
- #: ../admin/social_commenting.php:288
936
  #, fuzzy
937
  msgid "Google Plus Commenting Options"
938
  msgstr "Opzioni di Commentando con Facebook"
939
 
940
- #: ../admin/social_commenting.php:294
941
- #: ../admin/social_commenting.php:304
942
  #, fuzzy
943
  msgid "Enable Google Plus Commenting"
944
  msgstr "Abilitare Commentando con Facebook"
945
 
946
- #: ../admin/social_commenting.php:322
947
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
948
  msgstr "Larghezza dell'interfaccia Commentando GooglePlus. Lasciare vuoto per Regolazione automatica"
949
 
950
- #: ../admin/social_commenting.php:340
951
  #, fuzzy
952
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
953
  msgstr "La URL assoluta a la quale i commentari pubblicati saranno associati permanentemente. Storie in Facebook relazionati ai commentari pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commentari sono abilitati."
954
 
955
- #: ../admin/social_commenting.php:349
956
  #, fuzzy
957
  msgid "Disqus Commenting Options"
958
  msgstr "Opzioni di Commentando con Facebook"
959
 
960
- #: ../admin/social_commenting.php:355
961
- #: ../admin/social_commenting.php:365
962
  #, fuzzy
963
  msgid "Enable Disqus Commenting"
964
  msgstr "Abilitare Commentando con Facebook"
965
 
966
- #: ../admin/social_commenting.php:373
967
  msgid "Disqus Shortname"
968
  msgstr ""
969
 
970
- #: ../admin/social_commenting.php:383
971
  #, fuzzy
972
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
973
  msgstr "<strong> Richiesto per l'uso Disqus commentare.</strong> si può trovare nella vostra sezione impostazioni del plugin Disqus, come mostrato nello screenshot qui sotto"
974
 
975
- #: ../admin/social_commenting.php:412
 
 
 
 
 
976
  #, fuzzy
977
  msgid "How can I disable Social Commenting at individual page/post?"
978
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
979
 
 
 
 
 
980
  #: ../admin/social_login.php:10
981
  msgid "Social Login"
982
  msgstr "Accesso Sociale"
@@ -1148,144 +1215,176 @@ msgstr "Attivare nella forma di contatto"
1148
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1149
  msgstr "L'Accesso Sociale si attivará nel suo formulario di commenti Wordpress"
1150
 
1151
- #: ../admin/social_login.php:390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1152
  msgid "Auto-approve comments made by Social Login users"
1153
  msgstr "Auto-approvare i commenti fatti da utenti dell'Accesso Sociale"
1154
 
1155
- #: ../admin/social_login.php:400
1156
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1157
  msgstr "Se questa opzione é attivata, e il commentario WordPress é fatto da un usuario d'Accesso Sociale, il commentario sará accettato immediatamente senza dar possibilitá di moderazione."
1158
 
1159
- #: ../admin/social_login.php:401
1160
  msgid "Note: This is not related to Facebook comments"
1161
  msgstr "Nota: Questo non é relazionato ai commentari Facebook"
1162
 
1163
- #: ../admin/social_login.php:411
1164
  msgid "Enable social avatar"
1165
  msgstr "Abilitare l'avatar sociale "
1166
 
1167
- #: ../admin/social_login.php:421
1168
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1169
  msgstr "Immagini del perfilo sociale dell'utente loggato sará mostrato como avatar di perfilo"
1170
 
1171
- #: ../admin/social_login.php:431
1172
  msgid "Avatar quality"
1173
  msgstr "qualità Avatar"
1174
 
1175
- #: ../admin/social_login.php:434
1176
  msgid "Average"
1177
  msgstr "media"
1178
 
1179
- #: ../admin/social_login.php:435
1180
  #, fuzzy
1181
  msgid "Better"
1182
  msgstr "Twitter"
1183
 
1184
- #: ../admin/social_login.php:442
1185
  msgid "Choose avatar quality"
1186
  msgstr "Scegli avatar qualità"
1187
 
1188
- #: ../admin/social_login.php:461
1189
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1190
  msgstr "Se é abilitato e il fornitore di ID sociale non da informazioni sull'email dell'utente durante il procedimento d'accesso sociale, l'utente deverá complementare questa informazione. Caso contrario, un email dummy sará fatto"
1191
 
1192
- #: ../admin/social_login.php:470
1193
  msgid "Send username-password after user registration"
1194
  msgstr "Invia il codigo d'accesso dell'utente dopo la registrazione"
1195
 
1196
- #: ../admin/social_login.php:480
1197
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1198
  msgstr "Se abilitato, un email con la informazione d'accesso (codigo d'accesso dell'utente per accedere attraverso il formulario tradizionale) sará inviato all'utente dopo la registrazione attraverso dell' Accesso Sociale."
1199
 
1200
- #: ../admin/social_login.php:489
1201
  msgid "Enable social account linking at BuddyPress profile page"
1202
  msgstr "Abilita conto sociale di collegamento in profilo BuddyPress"
1203
 
1204
- #: ../admin/social_login.php:499
1205
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1206
  msgstr "Attivare questa opzione per visualizzare account di social interfaccia per il collegamento al profilo BuddyPress"
1207
 
1208
- #: ../admin/social_login.php:508
1209
  msgid "Login redirection"
1210
  msgstr "Redirezionamento d'Accesso Sociale"
1211
 
1212
- #: ../admin/social_login.php:512
1213
  msgid "Same page where user logged in"
1214
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1215
 
1216
- #: ../admin/social_login.php:516
1217
- #: ../admin/social_login.php:546
1218
  msgid "Account dashboard"
1219
  msgstr "Pannello della conta"
1220
 
1221
- #: ../admin/social_login.php:519
1222
- #: ../admin/social_login.php:549
1223
  msgid "BuddyPress profile page"
1224
  msgstr "Pagina profilo BuddyPress"
1225
 
1226
- #: ../admin/social_login.php:522
1227
- #: ../admin/social_login.php:552
1228
  msgid "Custom Url"
1229
  msgstr "Url personalizzata"
1230
 
1231
- #: ../admin/social_login.php:530
1232
  msgid "User will be redirected to the selected page after Social Login"
1233
  msgstr "L'utente sará redirezionato alla pagina selezionata dopo l'Accesso Sociale"
1234
 
1235
- #: ../admin/social_login.php:538
1236
  msgid "Registration redirection"
1237
  msgstr "Ridirezione di registrazione"
1238
 
1239
- #: ../admin/social_login.php:542
1240
  #, fuzzy
1241
  msgid "Same page from where user registered"
1242
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1243
 
1244
- #: ../admin/social_login.php:560
1245
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1246
  msgstr "L'utente sará redirizionato alla pagina selezionata dopo di registrarse (primo ingresso sociale) attraverso dell' ingresso sociale"
1247
 
1248
- #: ../admin/social_login.php:568
1249
  msgid "Email popup options"
1250
  msgstr "opzioni emergenti di e-mail"
1251
 
1252
- #: ../admin/social_login.php:574
1253
  msgid "Text on 'Email required' popup"
1254
  msgstr "Testo dela finestra emergente \"indirizzo di e-mail necessario\""
1255
 
1256
- #: ../admin/social_login.php:584
1257
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1258
  msgstr "Questo é il testo che si mostrará nella finestra emergente \"indirizzo di e-mail necessario'. Lasciare in bianco caso che non si necessita."
1259
 
1260
- #: ../admin/social_login.php:593
1261
  msgid "Error message for 'Email required' popup"
1262
  msgstr "Messaggio d'errore per la finestra emergente del \"E-mail neccessario'"
1263
 
1264
- #: ../admin/social_login.php:603
1265
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1266
  msgstr "Questo messaggio si mostrará all'utente caso che ingressa un indirizzo d'e-mail invalido ó gia registrato"
1267
 
1268
- #: ../admin/social_login.php:612
1269
  msgid "Email popup height"
1270
  msgstr "altura finestra emergente dell'e-mail"
1271
 
1272
- #: ../admin/social_login.php:622
1273
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1274
  msgstr "Caso che vedi la barra di scorrimento verticale nella finestra emergente \"e-mail neccessario\", puoi aumentare la altura della finestra emergente specificandola in questa opzione. Lascia in bianco per l'impostazione predefinita."
1275
 
1276
- #: ../admin/social_login.php:630
1277
  msgid "Enable email verification"
1278
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
1279
 
1280
- #: ../admin/social_login.php:640
1281
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1282
  msgstr "Se é attivato, l'indirizzo di e-mail ingressato dall'utente si verificará mediante l'invio di un collegamento di verificazione al indirizzo e-mail specificato. L'utente non sará capace di ingressare senza verificare l'indirizzo di e-mail"
1283
 
1284
- #: ../admin/social_login.php:656
1285
  #, fuzzy
1286
- msgid "Sortcode & Widget"
1287
  msgstr "Codice Corto & Widget"
1288
 
 
 
 
 
1289
  #: ../admin/admin.php:8
1290
  msgid "Welcome"
1291
  msgstr "Benvenuto"
@@ -1349,117 +1448,151 @@ msgid "Enter the code of the language you want to use to render counters. You ca
1349
  msgstr "Ingressa il codice della lingua che vuoi usare per mostrare i commentari. Poui incontrare i codici delle lingue a <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lascia in bianco per la lingua predefinita(inglese)"
1350
 
1351
  #: ../admin/like_buttons.php:157
1352
- msgid "Twitter username in tweet button"
1353
- msgstr "Il nome d'utente di Twitter nel bottone Twitter"
 
 
 
 
 
 
1354
 
1355
  #: ../admin/like_buttons.php:173
1356
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1357
  msgstr "Il nome d'utente selezionato sará attacato al fondo del contenuto che se Tweetea attraverso \"di @USERNAME\". Lascia in bianco se non vuoi un nome d'utente."
1358
 
1359
- #: ../admin/like_buttons.php:183
 
 
 
 
 
 
 
 
 
 
1360
  #, fuzzy
1361
  msgid "Horizontal Interface Options"
1362
  msgstr "Opzioni dell'interfaccia del contatore orizzontale"
1363
 
1364
- #: ../admin/like_buttons.php:189
1365
  #, fuzzy
1366
  msgid "Enable horizontal interface"
1367
  msgstr "Abilitare l'interfaccia del Contatore orizzontale."
1368
 
1369
- #: ../admin/like_buttons.php:199
1370
  #, fuzzy
1371
  msgid "Master control to enable horizontal like buttons"
1372
  msgstr "Controllo maestro per abilitare il Contatore orizzontale"
1373
 
1374
- #: ../admin/like_buttons.php:224
1375
- #: ../admin/like_buttons.php:439
1376
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1377
  msgstr "Url per piace/share/Twitter e visualizzazione come/share/conteggi Tweet"
1378
 
1379
- #: ../admin/like_buttons.php:242
1380
  #, fuzzy
1381
  msgid "The text to display above the interface"
1382
  msgstr "Il testo che se mostrará sopra l'interfaccia del Contatore"
1383
 
1384
- #: ../admin/like_buttons.php:250
1385
- #: ../admin/like_buttons.php:447
1386
  #, fuzzy
1387
  msgid "Select and rearrange providers"
1388
  msgstr "Selezionare e riorganizzare i fornitori."
1389
 
1390
- #: ../admin/like_buttons.php:294
1391
- #: ../admin/like_buttons.php:490
1392
  #, fuzzy
1393
  msgid "Select the providers for interface. Drag them to rearrange."
1394
  msgstr "Selezziona i fornitori per l'interfaccia del Contatore. Trascinali per riorganizzarli. "
1395
 
1396
- #: ../admin/like_buttons.php:316
1397
- #: ../admin/like_buttons.php:529
1398
  #, fuzzy
1399
  msgid "Horizontal alignment of the interface"
1400
  msgstr "Allineamento orizzontale dell'interfaccia del Contatore"
1401
 
1402
- #: ../admin/like_buttons.php:337
1403
  #, fuzzy
1404
  msgid "Specify position of the interface with respect to the content"
1405
  msgstr "Specificare la posizione dell'interfaccia del Contatore al rispetto del contenuto"
1406
 
1407
- #: ../admin/like_buttons.php:345
1408
- #: ../admin/like_buttons.php:595
1409
  #, fuzzy
1410
  msgid "Interface location"
1411
  msgstr "Posizione del Contatore"
1412
 
1413
- #: ../admin/like_buttons.php:388
1414
  #, fuzzy
1415
  msgid "Specify the pages where you want to enable interface"
1416
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del contatore"
1417
 
1418
- #: ../admin/like_buttons.php:398
1419
  #, fuzzy
1420
  msgid "Vertical (Floating) like buttons Options"
1421
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
1422
 
1423
- #: ../admin/like_buttons.php:404
1424
  #, fuzzy
1425
  msgid "Enable vertical (floating) like buttons"
1426
  msgstr "Abilitare l'interfaccia verticale (flottante) del contatore"
1427
 
1428
- #: ../admin/like_buttons.php:414
1429
  #, fuzzy
1430
  msgid "Master control to enable vertical (floating) counter widget"
1431
  msgstr "Controllo maestro per abilitare il widget contatore verticale (flottante) "
1432
 
1433
- #: ../admin/like_buttons.php:508
1434
  #, fuzzy
1435
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1436
  msgstr "Specifica il colore o il codigo hex (esempio #cc78e0) per il fondo della barra verticale del Contatore. Lascia in bianco per transparente. Puoi ottenere il codigo hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1437
 
1438
- #: ../admin/like_buttons.php:548
1439
  #, fuzzy
1440
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1441
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla destra, un numero piú piccolo lo muove alla sinistra."
1442
 
1443
- #: ../admin/like_buttons.php:568
1444
  #, fuzzy
1445
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1446
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla sinistra, un numero piú piccolo lo muove alla destra."
1447
 
1448
- #: ../admin/like_buttons.php:587
1449
  #, fuzzy
1450
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1451
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1452
 
1453
- #: ../admin/like_buttons.php:628
1454
  #, fuzzy
1455
  msgid "Specify the pages where you want to enable vertical interface"
1456
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del Contatore verticale"
1457
 
1458
- #: ../inc/social_sharing.php:539
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1459
  msgid "Invalid request"
1460
  msgstr "Domanda invalida"
1461
 
1462
- #: ../inc/social_sharing.php:546
1463
  msgid "Providers not selected"
1464
  msgstr "Fornitori non selezionati"
1465
 
@@ -1480,28 +1613,28 @@ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\
1480
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\""
1481
 
1482
  #: ../inc/widget.php:79
1483
- #: ../inc/widget.php:218
1484
- #: ../inc/widget.php:518
1485
  msgid "Title:"
1486
  msgstr "Titolo:"
1487
 
1488
  #: ../inc/widget.php:81
1489
- #: ../inc/widget.php:230
1490
- #: ../inc/widget.php:528
1491
  msgid "Before widget content:"
1492
  msgstr "Prima del contenuto del widget:"
1493
 
1494
  #: ../inc/widget.php:83
1495
- #: ../inc/widget.php:232
1496
- #: ../inc/widget.php:530
1497
  msgid "After widget content:"
1498
  msgstr "Dopo del contenuto del widget:"
1499
 
1500
  #: ../inc/widget.php:86
1501
- #: ../inc/widget.php:234
1502
- #: ../inc/widget.php:395
1503
- #: ../inc/widget.php:532
1504
- #: ../inc/widget.php:682
1505
  msgid "Hide for logged in users:"
1506
  msgstr "Nascondere per gli utenti loggati:"
1507
 
@@ -1510,79 +1643,135 @@ msgstr "Nascondere per gli utenti loggati:"
1510
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1511
  msgstr "Widget orizzontale di condivisione. Lascia condividire gli utenti del tuo sito web contenuti nelle reti sociali populari come Facebook, Twitter, Tumblr, Google+ e molti in piú "
1512
 
1513
- #: ../inc/widget.php:217
1514
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1515
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1516
 
1517
- #: ../inc/widget.php:220
1518
- #: ../inc/widget.php:366
1519
  #, fuzzy
1520
- msgid "Show share counts:"
1521
  msgstr "Mostra la qunatitá di condivisioni"
1522
 
1523
- #: ../inc/widget.php:222
1524
- #: ../inc/widget.php:368
1525
- #: ../inc/widget.php:520
1526
- #: ../inc/widget.php:655
 
 
 
 
 
 
1527
  msgid "Target Url:"
1528
  msgstr "URL di destinazione:"
1529
 
1530
- #: ../inc/widget.php:224
1531
- #: ../inc/widget.php:370
1532
- #: ../inc/widget.php:522
1533
- #: ../inc/widget.php:657
1534
  msgid "Select"
1535
  msgstr "selezionare"
1536
 
1537
- #: ../inc/widget.php:253
1538
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1539
  msgstr "Widget verticale flottante di condivisione. Lascia condividire gli utenti del tuo sito web conenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1540
 
1541
- #: ../inc/widget.php:365
1542
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1543
  msgstr "Győződjön meg arról, \"Vertical társadalmi megosztás\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1544
 
1545
- #: ../inc/widget.php:376
1546
- #: ../inc/widget.php:663
1547
  msgid "Alignment"
1548
  msgstr "Allineamento"
1549
 
1550
- #: ../inc/widget.php:382
1551
- #: ../inc/widget.php:669
1552
  #, fuzzy
1553
  msgid "Left Offset"
1554
  msgstr "Compensazione a sinistra"
1555
 
1556
- #: ../inc/widget.php:386
1557
- #: ../inc/widget.php:673
1558
  #, fuzzy
1559
  msgid "Right Offset"
1560
  msgstr "Compensazione a destra"
1561
 
1562
- #: ../inc/widget.php:389
1563
- #: ../inc/widget.php:676
1564
  #, fuzzy
1565
  msgid "Top Offset"
1566
  msgstr "Compensazione superiore"
1567
 
1568
- #: ../inc/widget.php:414
1569
  #, fuzzy
1570
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1571
  msgstr "Widget contatore orizzontale. Lascia condividire/piacere agli utenti del tuo sito web contenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1572
 
1573
- #: ../inc/widget.php:517
1574
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1575
  msgstr "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1576
 
1577
- #: ../inc/widget.php:551
1578
  #, fuzzy
1579
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1580
  msgstr "Widget contatore verticale flottante. Lascia condividire/piacere agli utenti del tuo sito web conenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1581
 
1582
- #: ../inc/widget.php:654
1583
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1584
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1586
  #~ msgid ""
1587
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1588
  #~ "redirect_uri</strong> options at the link mentioned"
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 22:23+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 22:26+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
25
  msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
  msgstr "Assicurarsi cURL è abilitato il server web. Potrebbe essere necessario contattare l'amministratore del server del tuo sito web per verificare questo"
27
 
28
+ #: ../super_socializer.php:351
29
  msgid "Please verify your email address to login."
30
  msgstr "Per favore verifica il tuo indirzzo e-mail per accedere."
31
 
32
+ #: ../super_socializer.php:351
33
  msgid "Your email has been verified. Now you can login to your account"
34
  msgstr "Il tuo indirizzo e-mail é stato verificato, adesso puoi accedere alla tua conta."
35
 
36
+ #: ../super_socializer.php:355
37
  msgid "Notification"
38
  msgstr "Notificazione"
39
 
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
  msgid "Email required"
43
  msgstr "Necessita Indirizzo di Posta Elettronica"
44
 
45
+ #: ../super_socializer.php:377
46
  msgid "Please check your email inbox to complete the registration."
47
  msgstr "Per favore controlla la tua casella di posta elettronica per completare la registrazione."
48
 
49
+ #: ../super_socializer.php:390
50
  msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
  msgstr "Seguire i passaggi 11 e 12 a pagina di configurazione app GooglePlus, per aprire"
52
 
53
+ #: ../super_socializer.php:468
54
  msgid "Leave a reply"
55
  msgstr "Lascia un commento"
56
 
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializzatore - Accesso"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr "Piccolo Avatar Url"
65
+
66
  #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "URL di destinazione"
70
+
71
+ #: ../super_socializer.php:612
72
  msgid "Email you entered is already registered or invalid"
73
  msgstr "E-mail inserito è già registrato o non valido"
74
 
75
+ #: ../super_socializer.php:616
76
  msgid "Please enter a valid email address. You might be required to verify it"
77
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiesto di verificarla"
78
 
80
  msgid "Options saved successfully"
81
  msgstr "Opzioni salvate con successo"
82
 
83
+ #: ../helper.php:149
84
  msgid "Click to show help"
85
  msgstr "Clicca per vedere help"
86
 
87
+ #: ../helper.php:149
88
  msgid "Click to hide help"
89
  msgstr "Clicca per nascondere aiuto"
90
 
91
+ #: ../helper.php:189
92
  msgid "Settings"
93
  msgstr "Configurazione"
94
 
95
+ #: ../helper.php:502
96
  #, fuzzy
97
  msgid "Account linked successfully"
98
  msgstr "Opzioni salvate con successo"
99
 
100
+ #: ../helper.php:506
101
  msgid "Account already exists or linked"
102
  msgstr "Account esistente o collegato già"
103
 
104
+ #: ../helper.php:515
105
  #, fuzzy
106
  msgid "You are already connected with"
107
  msgstr "Sei pronto per socializzare il tuo sito web."
108
 
109
+ #: ../helper.php:515
110
  msgid "as primary social network"
111
  msgstr "come rete sociale primaria"
112
 
113
+ #: ../helper.php:530
114
  msgid "Link your social account to login to your account at this website"
115
  msgstr "Collega il tuo account sociale per accedere al proprio account su questo sito"
116
 
117
+ #: ../helper.php:567
118
  msgid "Currently"
119
  msgstr "attualmente"
120
 
121
+ #: ../helper.php:567
122
  msgid "Remove"
123
  msgstr "rimuovere"
124
 
125
+ #: ../helper.php:668
126
  msgid "Disable Horizontal Social Sharing on this "
127
  msgstr "Disabilitare Condivisione Sociale orizzontale in questo"
128
 
129
+ #: ../helper.php:673
130
  msgid "Disable Vertical Social Sharing on this "
131
  msgstr "Disabilitare Condivisione Sociale Verticale in questo"
132
 
133
+ #: ../helper.php:678
134
  #, fuzzy
135
  msgid "Disable Horizontal like buttons on this "
136
  msgstr "Disabilitare Contatore Sociale orizzontale in questo"
137
 
138
+ #: ../helper.php:683
139
  #, fuzzy
140
  msgid "Disable Vertical like buttons on this "
141
  msgstr "Disabilitare Contatore Sociale Verticale in questo"
142
 
143
+ #: ../helper.php:688
144
  #, fuzzy
145
  msgid "Disable Social Commenting on this "
146
  msgstr "Abilitare Commentando con Facebook"
147
 
148
+ #: ../helper.php:697
149
  #, fuzzy
150
  msgid "Horizontal sharing"
151
  msgstr "Allineamento orizzontale"
152
 
153
+ #: ../helper.php:703
154
+ #: ../helper.php:722
155
  #, fuzzy
156
  msgid "Starting share count for "
157
  msgstr "Mostra la qunatitá di condivisioni"
158
 
159
+ #: ../helper.php:716
160
  #, fuzzy
161
  msgid "Vertical sharing"
162
  msgstr "Condivisione Sociale"
177
  msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
178
  msgstr "Siamo un team creativo con idee uniche in mente e servizio nel cuore. Amiamo quello che facciamo. Per maggiori informazioni noi aderire a"
179
 
180
+ #: ../admin/help.php:18
181
  msgid "Plugin Demo"
182
  msgstr "Dimostrazione del Plugin"
183
 
184
+ #: ../admin/help.php:24
185
+ msgid "Add-ons"
186
+ msgstr "Add-ons"
187
 
188
+ #: ../admin/help.php:29
189
+ msgid "Need Help?"
190
+ msgstr "Ho Bisogno Di Aiuto?"
191
 
192
+ #: ../admin/help.php:31
193
  #, fuzzy
194
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
195
+ msgstr "Se vuoi funzioni personalizzate nel plugin, posso farlo per te. Basta scrivermi una posta elettronica a <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
196
 
 
 
 
 
 
197
  #: ../admin/help.php:36
198
+ #, fuzzy
199
+ msgid "Support Us"
200
+ msgstr "Sopporte"
201
+
202
+ #: ../admin/help.php:39
203
+ #: ../admin/help.php:42
204
+ #: ../admin/help.php:43
205
+ #: ../admin/help.php:44
206
+ #: ../admin/help.php:45
207
+ #: ../admin/help.php:46
208
  msgid "Rate 5-star"
209
  msgstr "Tasso di 5-stelle"
210
 
211
+ #: ../admin/help.php:54
212
+ #: ../admin/social_sharing.php:437
213
+ #: ../admin/social_sharing.php:815
214
  #: ../admin/social_login.php:46
215
  msgid "Facebook"
216
  msgstr "Facebook"
217
 
 
 
 
 
 
 
 
 
 
218
  #: ../admin/social_sharing.php:11
219
  #: ../admin/social_sharing.php:22
220
  #: ../admin/social_login.php:9
235
  msgstr "Posto di condivisione"
236
 
237
  #: ../admin/social_sharing.php:14
238
+ #: ../admin/social_sharing.php:1192
 
239
  #: ../admin/social_login.php:11
240
+ #: ../admin/social_login.php:714
241
  #: ../admin/like_buttons.php:13
242
+ #: ../admin/like_buttons.php:712
 
243
  msgid "Shortcode & Widget"
244
  msgstr "Codice Corto & Widget"
245
 
248
  msgstr "Soluzionatore di problemi"
249
 
250
  #: ../admin/social_sharing.php:16
251
+ #: ../admin/social_sharing.php:1223
252
  #: ../admin/social_commenting.php:12
253
+ #: ../admin/social_commenting.php:393
254
  msgid "FAQ"
255
  msgstr "FAQ"
256
 
322
  msgid "Vertical interface options"
323
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
324
 
325
+ #: ../admin/social_sharing.php:233
326
+ msgid "Modernizr"
327
+ msgstr ""
328
+
329
+ #: ../admin/social_sharing.php:239
330
+ msgid "Do not load Modernizr JS"
331
+ msgstr "Non caricare Modernizr JS"
332
+
333
+ #: ../admin/social_sharing.php:249
334
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
335
+ msgstr "Se si trova il plugin rompere il vostro tema, si può provare ad abilitare questa opzione"
336
+
337
+ #: ../admin/social_sharing.php:258
338
  #: ../admin/like_buttons.php:51
339
  #, fuzzy
340
  msgid "Url shortener"
341
  msgstr "cortatore di url bit.ly"
342
 
343
+ #: ../admin/social_sharing.php:264
344
  msgid "Use shortlinks already installed"
345
  msgstr "Utilizzare shortlinks già installati"
346
 
347
+ #: ../admin/social_sharing.php:274
348
  #: ../admin/like_buttons.php:67
349
  msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
350
  msgstr "Permette di URL abbreviati da utilizzare quando la condivisione di contenuti se è installato un plugin accorciamento"
351
 
352
+ #: ../admin/social_sharing.php:282
353
  msgid "Enable bit.ly url shortener for sharing"
354
  msgstr "Abilitare il cortatore url bit.ly per la condivisone sociale"
355
 
356
+ #: ../admin/social_sharing.php:292
357
  #: ../admin/like_buttons.php:85
358
  #, fuzzy
359
  msgid "Master control to enable bit.ly url shortening for sharing"
360
  msgstr "Controllo maestro per abilitare la cortazione di url bit.ly per la condivisione"
361
 
362
+ #: ../admin/social_sharing.php:300
363
  #: ../admin/like_buttons.php:93
364
  msgid "bit.ly username"
365
  msgstr "nome d'utente di bit.ly"
366
 
367
+ #: ../admin/social_sharing.php:310
368
  #: ../admin/like_buttons.php:103
369
  #, php-format
370
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
371
  msgstr "Per ottenere il nome d'utente di bit.ly, accede alla tua conta di bit.ly e naviga fino a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
372
 
373
+ #: ../admin/social_sharing.php:319
374
  #: ../admin/like_buttons.php:112
375
  #, fuzzy
376
  msgid "bit.ly API Key"
377
  msgstr "Chiave API bit.ly"
378
 
379
+ #: ../admin/social_sharing.php:329
380
  #: ../admin/like_buttons.php:122
381
  #, fuzzy, php-format
382
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
383
  msgstr "Per ottenere la chiave API, accedi alla tua conta di bit.ly e naviga fino a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
384
 
385
+ #: ../admin/social_sharing.php:339
386
  msgid "Twitter username in sharing"
387
  msgstr "Nome d'utente di Twitter per la condivisione sociale"
388
 
389
+ #: ../admin/social_sharing.php:345
 
390
  msgid "Twitter username (without @)"
391
  msgstr "Nome d'utente di Twitter (senza @)"
392
 
393
+ #: ../admin/social_sharing.php:355
394
  msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
395
  msgstr "Il nome d'utente sará attacato dopo il contenuto che si condivide come \"via @USERNAME\". Lascia vuoto se non voui nincun nome d'utente nel contenuto che si condivide."
396
 
397
+ #: ../admin/social_sharing.php:365
398
  msgid "Horizontal Sharing Interface Options"
399
  msgstr "Opzioni orizzontali dell'interfaccia di condivisione"
400
 
401
+ #: ../admin/social_sharing.php:371
402
  msgid "Enable horizontal sharing interface"
403
  msgstr "Abilitare l'interfaccia di condivisione orizzontale"
404
 
405
+ #: ../admin/social_sharing.php:381
406
  msgid "Master control to enable horizontal sharing"
407
  msgstr "Controllo maestro per abilitare la condivisione orizzontale"
408
 
409
+ #: ../admin/social_sharing.php:391
410
+ #: ../admin/social_sharing.php:787
411
+ #: ../admin/like_buttons.php:227
412
+ #: ../admin/like_buttons.php:465
413
  msgid "Target Url"
414
  msgstr "URL di destinazione"
415
 
416
+ #: ../admin/social_sharing.php:395
417
+ #: ../admin/social_sharing.php:791
418
+ #: ../admin/like_buttons.php:231
419
+ #: ../admin/like_buttons.php:469
420
  msgid "Url of the webpage where icons are located (default)"
421
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
422
 
423
+ #: ../admin/social_sharing.php:397
424
+ #: ../admin/social_sharing.php:793
425
+ #: ../admin/like_buttons.php:233
426
+ #: ../admin/like_buttons.php:471
427
  msgid "Url of the homepage of your website"
428
  msgstr "Url della homepage del tuo sito web"
429
 
430
+ #: ../admin/social_sharing.php:399
431
+ #: ../admin/social_sharing.php:795
432
+ #: ../admin/like_buttons.php:235
433
+ #: ../admin/like_buttons.php:473
434
  #, fuzzy
435
  msgid "Custom url"
436
  msgstr "Url personalizzata"
437
 
438
+ #: ../admin/social_sharing.php:406
439
+ #: ../admin/social_sharing.php:802
440
  msgid "Url to share"
441
  msgstr "Url per condividere"
442
 
443
+ #: ../admin/social_sharing.php:414
444
  #: ../admin/social_login.php:314
445
+ #: ../admin/like_buttons.php:250
446
  msgid "Title"
447
  msgstr "Titolo"
448
 
449
+ #: ../admin/social_sharing.php:424
450
  msgid "The text to display above the sharing interface"
451
  msgstr "Il testo a mostrare sopra l'interfaccia di condivisione"
452
 
453
+ #: ../admin/social_sharing.php:432
454
+ #: ../admin/social_sharing.php:810
455
  #: ../admin/social_login.php:41
456
  msgid "Select providers"
457
  msgstr "Selezionare fornitori"
458
 
459
+ #: ../admin/social_sharing.php:442
460
+ #: ../admin/social_sharing.php:820
461
  #: ../admin/social_login.php:50
462
  msgid "Twitter"
463
  msgstr "Twitter"
464
 
465
+ #: ../admin/social_sharing.php:447
466
+ #: ../admin/social_sharing.php:825
467
  #: ../admin/social_login.php:54
468
  msgid "LinkedIn"
469
  msgstr "LinkedIn"
470
 
471
+ #: ../admin/social_sharing.php:452
472
+ #: ../admin/social_sharing.php:830
473
  #: ../admin/social_login.php:58
474
  msgid "Google+"
475
  msgstr "Google+"
476
 
477
+ #: ../admin/social_sharing.php:457
478
+ #: ../admin/social_sharing.php:835
479
  msgid "Print"
480
  msgstr "Stampare"
481
 
482
+ #: ../admin/social_sharing.php:462
483
+ #: ../admin/social_sharing.php:840
484
  msgid "Email"
485
  msgstr "Email"
486
 
487
+ #: ../admin/social_sharing.php:467
488
+ #: ../admin/social_sharing.php:845
489
  msgid "Yahoo"
490
  msgstr "Yahoo"
491
 
492
+ #: ../admin/social_sharing.php:472
493
+ #: ../admin/social_sharing.php:850
494
  msgid "Reddit"
495
  msgstr "Reddit"
496
 
497
+ #: ../admin/social_sharing.php:477
498
+ #: ../admin/social_sharing.php:855
499
  msgid "Digg"
500
  msgstr "Digg"
501
 
502
+ #: ../admin/social_sharing.php:482
503
+ #: ../admin/social_sharing.php:860
504
  msgid "Delicious"
505
  msgstr "Delicious"
506
 
507
+ #: ../admin/social_sharing.php:487
508
+ #: ../admin/social_sharing.php:865
509
  msgid "StumbleUpon"
510
  msgstr "StumbleUpon"
511
 
512
+ #: ../admin/social_sharing.php:492
513
+ #: ../admin/social_sharing.php:870
514
  msgid "Float it"
515
  msgstr "Float it"
516
 
517
+ #: ../admin/social_sharing.php:497
518
+ #: ../admin/social_sharing.php:875
519
  msgid "Tumblr"
520
  msgstr "Tumblr"
521
 
522
+ #: ../admin/social_sharing.php:502
523
+ #: ../admin/social_sharing.php:880
524
  #: ../admin/social_login.php:62
525
  msgid "Vkontakte"
526
  msgstr "Vkontakte"
527
 
528
+ #: ../admin/social_sharing.php:507
529
+ #: ../admin/social_sharing.php:885
530
  msgid "Pinterest"
531
  msgstr "Pinterest"
532
 
533
+ #: ../admin/social_sharing.php:512
534
+ #: ../admin/social_sharing.php:890
535
  #: ../admin/social_login.php:70
536
  msgid "Xing"
537
  msgstr ""
538
 
539
+ #: ../admin/social_sharing.php:517
540
+ #: ../admin/social_sharing.php:895
541
  msgid "Whatsapp"
542
  msgstr ""
543
 
544
+ #: ../admin/social_sharing.php:522
545
+ #: ../admin/social_sharing.php:900
546
+ msgid "Yummly"
547
+ msgstr ""
548
+
549
+ #: ../admin/social_sharing.php:527
550
+ #: ../admin/social_sharing.php:905
551
+ msgid "Buffer"
552
+ msgstr ""
553
+
554
+ #: ../admin/social_sharing.php:535
555
+ #: ../admin/social_sharing.php:913
556
  msgid "Select the providers for sharing interface"
557
  msgstr "Seleziona i fornitori per l'interfaccia di condivisione"
558
 
559
+ #: ../admin/social_sharing.php:543
560
+ #: ../admin/social_sharing.php:921
561
  msgid "Rearrange icons"
562
  msgstr "riorganizzare gli iconi"
563
 
564
+ #: ../admin/social_sharing.php:578
565
+ #: ../admin/social_sharing.php:956
566
  msgid "Drag the icons to rearrange in desired order"
567
  msgstr "Arrastra gli iconi per riordinare nell'ordine desiderato"
568
 
569
+ #: ../admin/social_sharing.php:586
570
+ #: ../admin/social_sharing.php:982
571
+ #: ../admin/like_buttons.php:320
572
+ #: ../admin/like_buttons.php:557
573
  #, fuzzy
574
  msgid "Horizontal alignment"
575
  msgstr "Allineamento orizzontale"
576
 
577
+ #: ../admin/social_sharing.php:590
578
+ #: ../admin/social_sharing.php:986
579
+ #: ../admin/like_buttons.php:324
580
+ #: ../admin/like_buttons.php:561
581
  msgid "Left"
582
  msgstr "Sinistra"
583
 
584
+ #: ../admin/social_sharing.php:591
585
+ #: ../admin/like_buttons.php:325
586
  msgid "Center"
587
  msgstr "centro"
588
 
589
+ #: ../admin/social_sharing.php:592
590
+ #: ../admin/social_sharing.php:987
591
+ #: ../admin/like_buttons.php:326
592
+ #: ../admin/like_buttons.php:562
593
  #, fuzzy
594
  msgid "Right"
595
  msgstr "Destra"
596
 
597
+ #: ../admin/social_sharing.php:600
598
+ #: ../admin/social_sharing.php:995
599
  #, fuzzy
600
  msgid "Horizontal alignment of the sharing interface"
601
  msgstr "Allineamento orizzontale dell'interfaccia di condivisione"
602
 
603
+ #: ../admin/social_sharing.php:608
604
+ #: ../admin/like_buttons.php:342
605
  msgid "Position with respect to content"
606
  msgstr "Posizione al rispetto del contenuto"
607
 
608
+ #: ../admin/social_sharing.php:612
609
+ #: ../admin/like_buttons.php:346
610
  msgid "Top of the content"
611
  msgstr "Parte superiore del contenuto"
612
 
613
+ #: ../admin/social_sharing.php:614
614
+ #: ../admin/like_buttons.php:348
615
  msgid "Bottom of the content"
616
  msgstr "Parte inferiore del contenuto"
617
 
618
+ #: ../admin/social_sharing.php:621
619
  msgid "Specify position of the sharing interface with respect to the content"
620
  msgstr "Specifica la posizione dell'interfaccia al rispetto del contenuto"
621
 
622
+ #: ../admin/social_sharing.php:629
623
+ #: ../admin/social_sharing.php:1061
624
  msgid "Sharing location"
625
  msgstr "Posto di condivisione"
626
 
627
+ #: ../admin/social_sharing.php:633
628
+ #: ../admin/social_sharing.php:1065
629
+ #: ../admin/social_login.php:574
630
+ #: ../admin/social_login.php:604
631
+ #: ../admin/like_buttons.php:367
632
+ #: ../admin/like_buttons.php:640
633
  msgid "Homepage"
634
  msgstr "Pagina d'inizio"
635
 
636
+ #: ../admin/social_sharing.php:635
637
+ #: ../admin/social_sharing.php:1067
638
+ #: ../admin/like_buttons.php:369
639
+ #: ../admin/like_buttons.php:642
640
  msgid "Posts"
641
  msgstr "Pubblicazioni"
642
 
643
+ #: ../admin/social_sharing.php:637
644
+ #: ../admin/social_sharing.php:1069
645
+ #: ../admin/like_buttons.php:371
646
+ #: ../admin/like_buttons.php:644
647
  msgid "Pages"
648
  msgstr "Pagine"
649
 
650
+ #: ../admin/social_sharing.php:639
651
+ #: ../admin/social_sharing.php:1071
652
+ #: ../admin/like_buttons.php:373
653
+ #: ../admin/like_buttons.php:646
654
  msgid "Excerpts"
655
  msgstr "Estrazioni"
656
 
657
+ #: ../admin/social_sharing.php:641
658
+ #: ../admin/social_sharing.php:1073
659
+ #: ../admin/like_buttons.php:375
660
+ #: ../admin/like_buttons.php:648
661
  msgid "Category Archives"
662
  msgstr "Archivi di categorie"
663
 
664
+ #: ../admin/social_sharing.php:643
665
+ #: ../admin/social_sharing.php:1075
666
+ #: ../admin/like_buttons.php:377
667
+ #: ../admin/like_buttons.php:650
668
  msgid "Archive Pages (Category, Tag, Author or Date based pages)"
669
  msgstr "Archive Pages (categoria, tag, autore o pagine data base)"
670
 
671
+ #: ../admin/social_sharing.php:659
672
+ #: ../admin/like_buttons.php:393
673
  msgid "BuddyPress activity and groups"
674
  msgstr "Attività BuddyPress e gruppi"
675
 
676
+ #: ../admin/social_sharing.php:665
677
+ #: ../admin/social_sharing.php:1090
678
+ #: ../admin/like_buttons.php:400
679
+ #: ../admin/like_buttons.php:665
680
  msgid "BBPress forum"
681
  msgstr ""
682
 
683
+ #: ../admin/social_sharing.php:668
684
+ #: ../admin/social_sharing.php:1093
685
+ #: ../admin/like_buttons.php:403
686
+ #: ../admin/like_buttons.php:668
687
  msgid "BBPress topic"
688
  msgstr "argomento bbPress"
689
 
690
+ #: ../admin/social_sharing.php:671
691
+ #: ../admin/like_buttons.php:406
692
  msgid "BBPress reply"
693
  msgstr "bbPress risposta"
694
 
695
+ #: ../admin/social_sharing.php:678
696
+ #: ../admin/like_buttons.php:412
697
+ msgid "After individual product at WooCommerce Shop page"
698
+ msgstr "Dopo singolo prodotto a pag WooCommerce negozio"
699
+
700
+ #: ../admin/social_sharing.php:681
701
+ #: ../admin/like_buttons.php:415
702
+ msgid "WooCommerce Product Page"
703
+ msgstr "WooCommerce prodotti Page"
704
+
705
+ #: ../admin/social_sharing.php:684
706
+ #: ../admin/like_buttons.php:418
707
+ msgid "WooCommerce Thankyou Page"
708
+ msgstr "WooCommerce Grazie Pagina"
709
+
710
+ #: ../admin/social_sharing.php:695
711
  msgid "Specify the pages where you want to enable Sharing interface"
712
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione"
713
 
714
+ #: ../admin/social_sharing.php:703
715
+ #: ../admin/social_sharing.php:1111
716
  msgid "Show share counts"
717
  msgstr "Mostra la qunatitá di condivisioni"
718
 
719
+ #: ../admin/social_sharing.php:713
720
+ #: ../admin/social_sharing.php:1121
721
  msgid "If enabled, share counts are displayed above sharing icons."
722
  msgstr "Sé é abilitato, la quantitá di condivisioni sará mostrato sopra gli iconi di condivisione"
723
 
724
+ #: ../admin/social_sharing.php:722
725
+ #: ../admin/social_sharing.php:1130
726
+ #, fuzzy
727
+ msgid "Show total shares"
728
+ msgstr "Mostra la qunatitá di condivisioni"
729
+
730
+ #: ../admin/social_sharing.php:732
731
+ #: ../admin/social_sharing.php:1140
732
+ #, fuzzy
733
+ msgid "If enabled, total shares will be displayed with sharing icons"
734
+ msgstr "Sé é abilitato, la quantitá di condivisioni sará mostrato sopra gli iconi di condivisione"
735
+
736
+ #: ../admin/social_sharing.php:741
737
+ #: ../admin/social_sharing.php:1149
738
  #, fuzzy
739
  msgid "Enable 'More' icon"
740
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
741
 
742
+ #: ../admin/social_sharing.php:751
743
+ #: ../admin/social_sharing.php:1159
744
  msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
745
  msgstr "Se abilitata, l'icona \"More \" sarà visualizzato icone di condivisione dopo selezionati che mostra le reti di scambio supplementari in popup"
746
 
747
+ #: ../admin/social_sharing.php:761
748
  msgid "Vertical (Floating) Sharing Interface Options"
749
  msgstr "Opzioni verticali (fluotante) dell'interfaccia di condivisione"
750
 
751
+ #: ../admin/social_sharing.php:767
752
  msgid "Enable vertical (floating) sharing interface"
753
  msgstr "Abilitare l'interfaccia di condivisione verticale (fluotante)"
754
 
755
+ #: ../admin/social_sharing.php:777
756
  msgid "Master control to enable vertical (floating) sharing widget"
757
  msgstr "Controllo maestro per abilitare il widget di condivisione verticale (fluotante)"
758
 
759
+ #: ../admin/social_sharing.php:964
760
+ #: ../admin/like_buttons.php:539
761
  msgid "Background Color"
762
  msgstr "Colore del fondo"
763
 
764
+ #: ../admin/social_sharing.php:974
765
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
766
  msgstr "Specifica il colore ó il codice hex (esempio #cc78e0) per il fondo dell'area di condivisione verticale. Lascia vuoto per transparente. Puoi ottenere il codice hex del colore necessitato a <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
767
 
768
+ #: ../admin/social_sharing.php:1004
769
+ #: ../admin/like_buttons.php:579
770
  msgid "Left offset"
771
  msgstr "Compensazione a sinistra"
772
 
773
+ #: ../admin/social_sharing.php:1014
774
  #, fuzzy
775
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
776
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra."
777
 
778
+ #: ../admin/social_sharing.php:1024
779
+ #: ../admin/like_buttons.php:599
780
  #, fuzzy
781
  msgid "Right offset"
782
  msgstr "Compensazione alla destra"
783
 
784
+ #: ../admin/social_sharing.php:1034
785
  #, fuzzy
786
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
787
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra."
788
 
789
+ #: ../admin/social_sharing.php:1043
790
+ #: ../admin/like_buttons.php:618
791
  msgid "Top offset"
792
  msgstr "Compensazione in cima"
793
 
794
+ #: ../admin/social_sharing.php:1053
795
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
796
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso il basso e un numero minore lo muove verso l'alto."
797
 
798
+ #: ../admin/social_sharing.php:1103
799
  msgid "Specify the pages where you want to enable vertical Sharing interface"
800
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione verticale"
801
 
802
+ #: ../admin/social_sharing.php:1167
803
+ msgid "Hide sharing on mobile devices"
804
+ msgstr "Nascondere la condivisione su dispositivi mobili"
805
+
806
+ #: ../admin/social_sharing.php:1177
807
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
808
+ msgstr "Se abilitata, l'interfaccia di condivisione verticale non apparirà sui dispositivi mobili"
809
+
810
+ #: ../admin/social_sharing.php:1194
811
+ #, fuzzy
812
+ msgid "Social Sharing Shortcode & Widget"
813
+ msgstr "Codice Corto & Widget"
814
+
815
+ #: ../admin/social_sharing.php:1204
816
  msgid "Facebook Sharing Troubleshooter"
817
  msgstr "Soluzionatore di problemi della condivisone Facebook"
818
 
819
+ #: ../admin/social_sharing.php:1209
820
  msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
821
  msgstr "Se la condivisione di Facebook non funziona bene, fai un clic sul collegamento che segue e ingressa il url problematico (dove la condivisione di Facebook non funziona bene) del tuo sito web nell'area di testo:"
822
 
823
+ #: ../admin/social_sharing.php:1225
824
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
825
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
826
 
827
+ #: ../admin/social_sharing.php:1226
828
  #, fuzzy
829
  msgid "How can I disable sharing on particular page/post?"
830
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
831
 
832
+ #: ../admin/social_sharing.php:1227
833
  msgid "How can I specify minimum sharing count for sharing networks?"
834
  msgstr "Come faccio a specificare conteggio minimo sharing per la condivisione di reti?"
835
 
836
+ #: ../admin/social_sharing.php:1237
837
+ #: ../admin/social_commenting.php:404
838
+ #: ../admin/social_login.php:726
839
+ #: ../admin/like_buttons.php:723
840
  msgid "Save Changes"
841
  msgstr "Salvare le modifiche."
842
 
846
  msgstr "Commento Predefinito"
847
 
848
  #: ../admin/social_commenting.php:11
849
+ #: ../admin/social_commenting.php:381
 
850
  msgid "Shortcode"
851
  msgstr "Codice breve"
852
 
853
  #: ../admin/social_commenting.php:18
854
  #: ../admin/social_commenting.php:24
855
+ #: ../admin/social_commenting.php:147
 
856
  #, fuzzy
857
  msgid "Enable Social Commenting"
858
  msgstr "Abilitare il Contatore Sociale"
859
 
860
+ #: ../admin/social_commenting.php:34
861
+ #, fuzzy
862
+ msgid "Master control to enable Social Commenting"
863
+ msgstr "Controllo maestro per abilitare la condivisione orizzontale"
864
+
865
  #: ../admin/social_commenting.php:42
866
  msgid "Order of tabs in commenting interface"
867
  msgstr "Ordine di schede di interfaccia commentare"
874
  msgid "Comment area label"
875
  msgstr "Label Commento zona"
876
 
877
+ #: ../admin/social_commenting.php:70
878
+ #, fuzzy
879
+ msgid "Label for comment area"
880
+ msgstr "Commentando con Facebook"
881
+
882
+ #: ../admin/social_commenting.php:80
883
  msgid "Labels"
884
  msgstr "Etichette"
885
 
886
+ #: ../admin/social_commenting.php:85
887
  #, fuzzy
888
  msgid "Label for WordPress Commenting tab"
889
  msgstr "WordPress Comentarios"
890
 
891
+ #: ../admin/social_commenting.php:94
892
  #, fuzzy
893
  msgid "Label for Facebook Commenting tab"
894
  msgstr "Abilitare Commentando con Facebook"
895
 
896
+ #: ../admin/social_commenting.php:103
897
  #, fuzzy
898
  msgid "Label for G+ Commenting tab"
899
  msgstr "Commentando con Facebook"
900
 
901
+ #: ../admin/social_commenting.php:112
902
  msgid "Label for Disqus Commenting tab"
903
  msgstr "Etichetta per scheda Commentando Disqus"
904
 
905
+ #: ../admin/social_commenting.php:123
906
  msgid "Facebook Commenting Options"
907
  msgstr "Opzioni di Commentando con Facebook"
908
 
909
+ #: ../admin/social_commenting.php:129
910
+ #, fuzzy
911
+ msgid "Enable Facebook Comments notification and moderation"
912
+ msgstr "Abilitare Commentando con Facebook"
913
 
914
+ #: ../admin/social_commenting.php:137
915
  msgid "Enable Facebook Commenting"
916
  msgstr "Abilitare Commentando con Facebook"
917
 
918
+ #: ../admin/social_commenting.php:155
919
+ #: ../admin/social_commenting.php:313
920
  msgid "Url to comment on"
921
  msgstr "Url per commentare"
922
 
923
+ #: ../admin/social_commenting.php:165
924
  #, fuzzy
925
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
926
  msgstr "La URL assoluta a la quale i commentari pubblicati saranno associati permanentemente. Storie in Facebook relazionati ai commentari pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commentari sono abilitati."
927
 
928
+ #: ../admin/social_commenting.php:173
929
+ #: ../admin/social_commenting.php:295
930
  msgid "Width"
931
  msgstr "Larghezza"
932
 
933
+ #: ../admin/social_commenting.php:183
934
  msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
935
  msgstr "Lasciare vuoto per auto-regolare la larghezza. La larghezza (in pixel) del blocco commenti."
936
 
937
+ #: ../admin/social_commenting.php:191
938
  msgid "Color Scheme"
939
  msgstr "Combinazione di colori"
940
 
941
+ #: ../admin/social_commenting.php:195
942
  msgid "Light"
943
  msgstr "Chiaro"
944
 
945
+ #: ../admin/social_commenting.php:196
946
  msgid "Dark"
947
  msgstr "Scuro"
948
 
949
+ #: ../admin/social_commenting.php:204
950
  msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
951
  msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
952
 
953
+ #: ../admin/social_commenting.php:212
954
  #, fuzzy
955
  msgid "Number of comments"
956
  msgstr "Numero di pubblicazioni"
957
 
958
+ #: ../admin/social_commenting.php:222
959
  msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
960
  msgstr "Il numero di commentari a mostrare per impostazione predefinita. Il valore minimo é 1. Predefinito é 10"
961
 
962
+ #: ../admin/social_commenting.php:230
963
  msgid "Order by"
964
  msgstr "Ordinare per"
965
 
966
+ #: ../admin/social_commenting.php:234
967
  msgid "Social"
968
  msgstr "Sociale"
969
 
970
+ #: ../admin/social_commenting.php:235
971
  msgid "Reverse Time"
972
  msgstr "Invertire il tempo"
973
 
974
+ #: ../admin/social_commenting.php:236
975
  msgid "Time"
976
  msgstr "Tempo"
977
 
978
+ #: ../admin/social_commenting.php:244
979
  msgid "The order to use when displaying comments."
980
  msgstr "L'ordine a usare quando si mostrano commentari."
981
 
 
 
 
 
 
 
 
 
982
  #: ../admin/social_commenting.php:252
 
 
 
 
 
 
 
 
 
 
 
 
983
  #: ../admin/like_buttons.php:132
984
  #: ../admin/like_buttons.php:138
985
  msgid "Language"
986
  msgstr "Lingua"
987
 
988
+ #: ../admin/social_commenting.php:262
989
  #, php-format
990
  msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
991
  msgstr "Ingressa il codice della lingua che vuoi usare per mostrare i commentari. Poui incontrare i codici delle lingue a <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lascia in bianco per la lingua predefinita(inglese)"
992
 
993
+ #: ../admin/social_commenting.php:271
994
  #, fuzzy
995
  msgid "Google Plus Commenting Options"
996
  msgstr "Opzioni di Commentando con Facebook"
997
 
998
+ #: ../admin/social_commenting.php:277
999
+ #: ../admin/social_commenting.php:287
1000
  #, fuzzy
1001
  msgid "Enable Google Plus Commenting"
1002
  msgstr "Abilitare Commentando con Facebook"
1003
 
1004
+ #: ../admin/social_commenting.php:305
1005
  msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1006
  msgstr "Larghezza dell'interfaccia Commentando GooglePlus. Lasciare vuoto per Regolazione automatica"
1007
 
1008
+ #: ../admin/social_commenting.php:323
1009
  #, fuzzy
1010
  msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1011
  msgstr "La URL assoluta a la quale i commentari pubblicati saranno associati permanentemente. Storie in Facebook relazionati ai commentari pubblicati saranno redirezionati a questa URL.<br/>Se lasciato in bianco <strong>(raccomandato)</strong>, si utilizzará la URL della página web nella quale i commentari sono abilitati."
1012
 
1013
+ #: ../admin/social_commenting.php:332
1014
  #, fuzzy
1015
  msgid "Disqus Commenting Options"
1016
  msgstr "Opzioni di Commentando con Facebook"
1017
 
1018
+ #: ../admin/social_commenting.php:338
1019
+ #: ../admin/social_commenting.php:348
1020
  #, fuzzy
1021
  msgid "Enable Disqus Commenting"
1022
  msgstr "Abilitare Commentando con Facebook"
1023
 
1024
+ #: ../admin/social_commenting.php:356
1025
  msgid "Disqus Shortname"
1026
  msgstr ""
1027
 
1028
+ #: ../admin/social_commenting.php:366
1029
  #, fuzzy
1030
  msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1031
  msgstr "<strong> Richiesto per l'uso Disqus commentare.</strong> si può trovare nella vostra sezione impostazioni del plugin Disqus, come mostrato nello screenshot qui sotto"
1032
 
1033
+ #: ../admin/social_commenting.php:383
1034
+ #, fuzzy
1035
+ msgid "Social Commenting Shortcode"
1036
+ msgstr "Commento Predefinito"
1037
+
1038
+ #: ../admin/social_commenting.php:395
1039
  #, fuzzy
1040
  msgid "How can I disable Social Commenting at individual page/post?"
1041
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
1042
 
1043
+ #: ../admin/social_commenting.php:396
1044
+ msgid "How to disable default comment form from Social Commenting?"
1045
+ msgstr "Come disattivare forma commento predefinito dalla Commentando Social?"
1046
+
1047
  #: ../admin/social_login.php:10
1048
  msgid "Social Login"
1049
  msgstr "Accesso Sociale"
1215
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1216
  msgstr "L'Accesso Sociale si attivará nel suo formulario di commenti Wordpress"
1217
 
1218
+ #: ../admin/social_login.php:393
1219
+ msgid "Enable before WooCommerce Customer Login Form"
1220
+ msgstr "Abilita prima WooCommerce Login cliente Form"
1221
+
1222
+ #: ../admin/social_login.php:403
1223
+ #, fuzzy
1224
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1225
+ msgstr "L'Interfaccia dell'Accesso Sociale si attivará nella pagina d'Accesso del suo sito web"
1226
+
1227
+ #: ../admin/social_login.php:411
1228
+ msgid "Enable after WooCommerce Customer Login Form"
1229
+ msgstr "Abilitazione dopo WooCommerce Login cliente Form"
1230
+
1231
+ #: ../admin/social_login.php:421
1232
+ #, fuzzy
1233
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1234
+ msgstr "L'Interfaccia dell'Accesso Sociale si attivará nella pagina d'Accesso del suo sito web"
1235
+
1236
+ #: ../admin/social_login.php:429
1237
+ #, fuzzy
1238
+ msgid "Enable at WooCommerce checkout page"
1239
+ msgstr "Abilitare nella pagina di registro"
1240
+
1241
+ #: ../admin/social_login.php:439
1242
+ #, fuzzy
1243
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1244
+ msgstr "L'Accesso Sociale si attivará nel suo formulario di commenti Wordpress"
1245
+
1246
+ #: ../admin/social_login.php:450
1247
  msgid "Auto-approve comments made by Social Login users"
1248
  msgstr "Auto-approvare i commenti fatti da utenti dell'Accesso Sociale"
1249
 
1250
+ #: ../admin/social_login.php:460
1251
  msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1252
  msgstr "Se questa opzione é attivata, e il commentario WordPress é fatto da un usuario d'Accesso Sociale, il commentario sará accettato immediatamente senza dar possibilitá di moderazione."
1253
 
1254
+ #: ../admin/social_login.php:461
1255
  msgid "Note: This is not related to Facebook comments"
1256
  msgstr "Nota: Questo non é relazionato ai commentari Facebook"
1257
 
1258
+ #: ../admin/social_login.php:471
1259
  msgid "Enable social avatar"
1260
  msgstr "Abilitare l'avatar sociale "
1261
 
1262
+ #: ../admin/social_login.php:481
1263
  msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1264
  msgstr "Immagini del perfilo sociale dell'utente loggato sará mostrato como avatar di perfilo"
1265
 
1266
+ #: ../admin/social_login.php:491
1267
  msgid "Avatar quality"
1268
  msgstr "qualità Avatar"
1269
 
1270
+ #: ../admin/social_login.php:494
1271
  msgid "Average"
1272
  msgstr "media"
1273
 
1274
+ #: ../admin/social_login.php:495
1275
  #, fuzzy
1276
  msgid "Better"
1277
  msgstr "Twitter"
1278
 
1279
+ #: ../admin/social_login.php:502
1280
  msgid "Choose avatar quality"
1281
  msgstr "Scegli avatar qualità"
1282
 
1283
+ #: ../admin/social_login.php:521
1284
  msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1285
  msgstr "Se é abilitato e il fornitore di ID sociale non da informazioni sull'email dell'utente durante il procedimento d'accesso sociale, l'utente deverá complementare questa informazione. Caso contrario, un email dummy sará fatto"
1286
 
1287
+ #: ../admin/social_login.php:530
1288
  msgid "Send username-password after user registration"
1289
  msgstr "Invia il codigo d'accesso dell'utente dopo la registrazione"
1290
 
1291
+ #: ../admin/social_login.php:540
1292
  msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1293
  msgstr "Se abilitato, un email con la informazione d'accesso (codigo d'accesso dell'utente per accedere attraverso il formulario tradizionale) sará inviato all'utente dopo la registrazione attraverso dell' Accesso Sociale."
1294
 
1295
+ #: ../admin/social_login.php:549
1296
  msgid "Enable social account linking at BuddyPress profile page"
1297
  msgstr "Abilita conto sociale di collegamento in profilo BuddyPress"
1298
 
1299
+ #: ../admin/social_login.php:559
1300
  msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1301
  msgstr "Attivare questa opzione per visualizzare account di social interfaccia per il collegamento al profilo BuddyPress"
1302
 
1303
+ #: ../admin/social_login.php:568
1304
  msgid "Login redirection"
1305
  msgstr "Redirezionamento d'Accesso Sociale"
1306
 
1307
+ #: ../admin/social_login.php:572
1308
  msgid "Same page where user logged in"
1309
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1310
 
1311
+ #: ../admin/social_login.php:576
1312
+ #: ../admin/social_login.php:606
1313
  msgid "Account dashboard"
1314
  msgstr "Pannello della conta"
1315
 
1316
+ #: ../admin/social_login.php:579
1317
+ #: ../admin/social_login.php:609
1318
  msgid "BuddyPress profile page"
1319
  msgstr "Pagina profilo BuddyPress"
1320
 
1321
+ #: ../admin/social_login.php:582
1322
+ #: ../admin/social_login.php:612
1323
  msgid "Custom Url"
1324
  msgstr "Url personalizzata"
1325
 
1326
+ #: ../admin/social_login.php:590
1327
  msgid "User will be redirected to the selected page after Social Login"
1328
  msgstr "L'utente sará redirezionato alla pagina selezionata dopo l'Accesso Sociale"
1329
 
1330
+ #: ../admin/social_login.php:598
1331
  msgid "Registration redirection"
1332
  msgstr "Ridirezione di registrazione"
1333
 
1334
+ #: ../admin/social_login.php:602
1335
  #, fuzzy
1336
  msgid "Same page from where user registered"
1337
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1338
 
1339
+ #: ../admin/social_login.php:620
1340
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1341
  msgstr "L'utente sará redirizionato alla pagina selezionata dopo di registrarse (primo ingresso sociale) attraverso dell' ingresso sociale"
1342
 
1343
+ #: ../admin/social_login.php:628
1344
  msgid "Email popup options"
1345
  msgstr "opzioni emergenti di e-mail"
1346
 
1347
+ #: ../admin/social_login.php:634
1348
  msgid "Text on 'Email required' popup"
1349
  msgstr "Testo dela finestra emergente \"indirizzo di e-mail necessario\""
1350
 
1351
+ #: ../admin/social_login.php:644
1352
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1353
  msgstr "Questo é il testo che si mostrará nella finestra emergente \"indirizzo di e-mail necessario'. Lasciare in bianco caso che non si necessita."
1354
 
1355
+ #: ../admin/social_login.php:653
1356
  msgid "Error message for 'Email required' popup"
1357
  msgstr "Messaggio d'errore per la finestra emergente del \"E-mail neccessario'"
1358
 
1359
+ #: ../admin/social_login.php:663
1360
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1361
  msgstr "Questo messaggio si mostrará all'utente caso che ingressa un indirizzo d'e-mail invalido ó gia registrato"
1362
 
1363
+ #: ../admin/social_login.php:672
1364
  msgid "Email popup height"
1365
  msgstr "altura finestra emergente dell'e-mail"
1366
 
1367
+ #: ../admin/social_login.php:682
1368
  msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1369
  msgstr "Caso che vedi la barra di scorrimento verticale nella finestra emergente \"e-mail neccessario\", puoi aumentare la altura della finestra emergente specificandola in questa opzione. Lascia in bianco per l'impostazione predefinita."
1370
 
1371
+ #: ../admin/social_login.php:690
1372
  msgid "Enable email verification"
1373
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
1374
 
1375
+ #: ../admin/social_login.php:700
1376
  msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1377
  msgstr "Se é attivato, l'indirizzo di e-mail ingressato dall'utente si verificará mediante l'invio di un collegamento di verificazione al indirizzo e-mail specificato. L'utente non sará capace di ingressare senza verificare l'indirizzo di e-mail"
1378
 
1379
+ #: ../admin/social_login.php:716
1380
  #, fuzzy
1381
+ msgid "Social Login Shortcode & Widget"
1382
  msgstr "Codice Corto & Widget"
1383
 
1384
+ #: ../admin/social_login.php:717
1385
+ msgid "Social Linking Shortcode"
1386
+ msgstr ""
1387
+
1388
  #: ../admin/admin.php:8
1389
  msgid "Welcome"
1390
  msgstr "Benvenuto"
1448
  msgstr "Ingressa il codice della lingua che vuoi usare per mostrare i commentari. Poui incontrare i codici delle lingue a <a href=\"%s\" target=\"_blank\">questo collegamento</a>. Lascia in bianco per la lingua predefinita(inglese)"
1449
 
1450
  #: ../admin/like_buttons.php:157
1451
+ #, fuzzy
1452
+ msgid "Twitter Username"
1453
+ msgstr "Nome d'utente di Twitter per la condivisione sociale"
1454
+
1455
+ #: ../admin/like_buttons.php:163
1456
+ #, fuzzy
1457
+ msgid "Twitter username for Tweet (without @)"
1458
+ msgstr "Nome d'utente di Twitter (senza @)"
1459
 
1460
  #: ../admin/like_buttons.php:173
1461
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1462
  msgstr "Il nome d'utente selezionato sará attacato al fondo del contenuto che se Tweetea attraverso \"di @USERNAME\". Lascia in bianco se non vuoi un nome d'utente."
1463
 
1464
+ #: ../admin/like_buttons.php:182
1465
+ #, fuzzy
1466
+ msgid "Twitter username for Buffer sharing (without @)"
1467
+ msgstr "Nome d'utente di Twitter (senza @)"
1468
+
1469
+ #: ../admin/like_buttons.php:192
1470
+ #, fuzzy
1471
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1472
+ msgstr "Il nome d'utente selezionato sará attacato al fondo del contenuto che se Tweetea attraverso \"di @USERNAME\". Lascia in bianco se non vuoi un nome d'utente."
1473
+
1474
+ #: ../admin/like_buttons.php:201
1475
  #, fuzzy
1476
  msgid "Horizontal Interface Options"
1477
  msgstr "Opzioni dell'interfaccia del contatore orizzontale"
1478
 
1479
+ #: ../admin/like_buttons.php:207
1480
  #, fuzzy
1481
  msgid "Enable horizontal interface"
1482
  msgstr "Abilitare l'interfaccia del Contatore orizzontale."
1483
 
1484
+ #: ../admin/like_buttons.php:217
1485
  #, fuzzy
1486
  msgid "Master control to enable horizontal like buttons"
1487
  msgstr "Controllo maestro per abilitare il Contatore orizzontale"
1488
 
1489
+ #: ../admin/like_buttons.php:242
1490
+ #: ../admin/like_buttons.php:480
1491
  msgid "Url to like/share/tweet and display like/share/tweet counts"
1492
  msgstr "Url per piace/share/Twitter e visualizzazione come/share/conteggi Tweet"
1493
 
1494
+ #: ../admin/like_buttons.php:260
1495
  #, fuzzy
1496
  msgid "The text to display above the interface"
1497
  msgstr "Il testo che se mostrará sopra l'interfaccia del Contatore"
1498
 
1499
+ #: ../admin/like_buttons.php:268
1500
+ #: ../admin/like_buttons.php:488
1501
  #, fuzzy
1502
  msgid "Select and rearrange providers"
1503
  msgstr "Selezionare e riorganizzare i fornitori."
1504
 
1505
+ #: ../admin/like_buttons.php:312
1506
+ #: ../admin/like_buttons.php:531
1507
  #, fuzzy
1508
  msgid "Select the providers for interface. Drag them to rearrange."
1509
  msgstr "Selezziona i fornitori per l'interfaccia del Contatore. Trascinali per riorganizzarli. "
1510
 
1511
+ #: ../admin/like_buttons.php:334
1512
+ #: ../admin/like_buttons.php:570
1513
  #, fuzzy
1514
  msgid "Horizontal alignment of the interface"
1515
  msgstr "Allineamento orizzontale dell'interfaccia del Contatore"
1516
 
1517
+ #: ../admin/like_buttons.php:355
1518
  #, fuzzy
1519
  msgid "Specify position of the interface with respect to the content"
1520
  msgstr "Specificare la posizione dell'interfaccia del Contatore al rispetto del contenuto"
1521
 
1522
+ #: ../admin/like_buttons.php:363
1523
+ #: ../admin/like_buttons.php:636
1524
  #, fuzzy
1525
  msgid "Interface location"
1526
  msgstr "Posizione del Contatore"
1527
 
1528
+ #: ../admin/like_buttons.php:429
1529
  #, fuzzy
1530
  msgid "Specify the pages where you want to enable interface"
1531
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del contatore"
1532
 
1533
+ #: ../admin/like_buttons.php:439
1534
  #, fuzzy
1535
  msgid "Vertical (Floating) like buttons Options"
1536
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
1537
 
1538
+ #: ../admin/like_buttons.php:445
1539
  #, fuzzy
1540
  msgid "Enable vertical (floating) like buttons"
1541
  msgstr "Abilitare l'interfaccia verticale (flottante) del contatore"
1542
 
1543
+ #: ../admin/like_buttons.php:455
1544
  #, fuzzy
1545
  msgid "Master control to enable vertical (floating) counter widget"
1546
  msgstr "Controllo maestro per abilitare il widget contatore verticale (flottante) "
1547
 
1548
+ #: ../admin/like_buttons.php:549
1549
  #, fuzzy
1550
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1551
  msgstr "Specifica il colore o il codigo hex (esempio #cc78e0) per il fondo della barra verticale del Contatore. Lascia in bianco per transparente. Puoi ottenere il codigo hex da <a href=\"http://www.colorpicker.com/\" target=\"_blank\">questo collegamento</a>"
1552
 
1553
+ #: ../admin/like_buttons.php:589
1554
  #, fuzzy
1555
  msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1556
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla destra, un numero piú piccolo lo muove alla sinistra."
1557
 
1558
+ #: ../admin/like_buttons.php:609
1559
  #, fuzzy
1560
  msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1561
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla sinistra, un numero piú piccolo lo muove alla destra."
1562
 
1563
+ #: ../admin/like_buttons.php:628
1564
  #, fuzzy
1565
  msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1566
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
1567
 
1568
+ #: ../admin/like_buttons.php:678
1569
  #, fuzzy
1570
  msgid "Specify the pages where you want to enable vertical interface"
1571
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del Contatore verticale"
1572
 
1573
+ #: ../admin/like_buttons.php:686
1574
+ msgid "Hide like buttons on mobile devices"
1575
+ msgstr "Hide come i pulsanti su dispositivi mobili"
1576
+
1577
+ #: ../admin/like_buttons.php:696
1578
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1579
+ msgstr "Se attivato, i pulsanti come verticali non appariranno sui dispositivi mobili"
1580
+
1581
+ #: ../admin/like_buttons.php:714
1582
+ #, fuzzy
1583
+ msgid "Like Buttons Shortcode & Widget"
1584
+ msgstr "Codice Corto & Widget"
1585
+
1586
+ #: ../inc/shortcode.php:245
1587
+ #, fuzzy
1588
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1589
+ msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\""
1590
+
1591
+ #: ../inc/social_sharing.php:628
1592
  msgid "Invalid request"
1593
  msgstr "Domanda invalida"
1594
 
1595
+ #: ../inc/social_sharing.php:635
1596
  msgid "Providers not selected"
1597
  msgstr "Fornitori non selezionati"
1598
 
1613
  msgstr "Győződjön meg arról, Szociális Login engedélyezve van az \"Super Socializer > Social Login\""
1614
 
1615
  #: ../inc/widget.php:79
1616
+ #: ../inc/widget.php:219
1617
+ #: ../inc/widget.php:524
1618
  msgid "Title:"
1619
  msgstr "Titolo:"
1620
 
1621
  #: ../inc/widget.php:81
1622
+ #: ../inc/widget.php:233
1623
+ #: ../inc/widget.php:534
1624
  msgid "Before widget content:"
1625
  msgstr "Prima del contenuto del widget:"
1626
 
1627
  #: ../inc/widget.php:83
1628
+ #: ../inc/widget.php:235
1629
+ #: ../inc/widget.php:536
1630
  msgid "After widget content:"
1631
  msgstr "Dopo del contenuto del widget:"
1632
 
1633
  #: ../inc/widget.php:86
1634
+ #: ../inc/widget.php:237
1635
+ #: ../inc/widget.php:401
1636
+ #: ../inc/widget.php:538
1637
+ #: ../inc/widget.php:688
1638
  msgid "Hide for logged in users:"
1639
  msgstr "Nascondere per gli utenti loggati:"
1640
 
1643
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1644
  msgstr "Widget orizzontale di condivisione. Lascia condividire gli utenti del tuo sito web contenuti nelle reti sociali populari come Facebook, Twitter, Tumblr, Google+ e molti in piú "
1645
 
1646
+ #: ../inc/widget.php:218
1647
  msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1648
  msgstr "Győződjön meg arról, \"horizontális szociális Sharing\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1649
 
1650
+ #: ../inc/widget.php:221
1651
+ #: ../inc/widget.php:370
1652
  #, fuzzy
1653
+ msgid "Show individual share counts:"
1654
  msgstr "Mostra la qunatitá di condivisioni"
1655
 
1656
+ #: ../inc/widget.php:223
1657
+ #: ../inc/widget.php:372
1658
+ #, fuzzy
1659
+ msgid "Show total shares:"
1660
+ msgstr "Mostra la qunatitá di condivisioni"
1661
+
1662
+ #: ../inc/widget.php:225
1663
+ #: ../inc/widget.php:374
1664
+ #: ../inc/widget.php:526
1665
+ #: ../inc/widget.php:661
1666
  msgid "Target Url:"
1667
  msgstr "URL di destinazione:"
1668
 
1669
+ #: ../inc/widget.php:227
1670
+ #: ../inc/widget.php:376
1671
+ #: ../inc/widget.php:528
1672
+ #: ../inc/widget.php:663
1673
  msgid "Select"
1674
  msgstr "selezionare"
1675
 
1676
+ #: ../inc/widget.php:256
1677
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1678
  msgstr "Widget verticale flottante di condivisione. Lascia condividire gli utenti del tuo sito web conenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1679
 
1680
+ #: ../inc/widget.php:369
1681
  msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1682
  msgstr "Győződjön meg arról, \"Vertical társadalmi megosztás\" engedélyezve az \"Super Socializer > Social Sharing\" oldalon."
1683
 
1684
+ #: ../inc/widget.php:382
1685
+ #: ../inc/widget.php:669
1686
  msgid "Alignment"
1687
  msgstr "Allineamento"
1688
 
1689
+ #: ../inc/widget.php:388
1690
+ #: ../inc/widget.php:675
1691
  #, fuzzy
1692
  msgid "Left Offset"
1693
  msgstr "Compensazione a sinistra"
1694
 
1695
+ #: ../inc/widget.php:392
1696
+ #: ../inc/widget.php:679
1697
  #, fuzzy
1698
  msgid "Right Offset"
1699
  msgstr "Compensazione a destra"
1700
 
1701
+ #: ../inc/widget.php:395
1702
+ #: ../inc/widget.php:682
1703
  #, fuzzy
1704
  msgid "Top Offset"
1705
  msgstr "Compensazione superiore"
1706
 
1707
+ #: ../inc/widget.php:420
1708
  #, fuzzy
1709
  msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1710
  msgstr "Widget contatore orizzontale. Lascia condividire/piacere agli utenti del tuo sito web contenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1711
 
1712
+ #: ../inc/widget.php:523
1713
  msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1714
  msgstr "Győződjön meg arról, \"Vízszintes Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1715
 
1716
+ #: ../inc/widget.php:557
1717
  #, fuzzy
1718
  msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1719
  msgstr "Widget contatore verticale flottante. Lascia condividire/piacere agli utenti del tuo sito web conenuti nelle reti popolari come Facebook, Twitter, Tumblr, Google+, e molti in piú"
1720
 
1721
+ #: ../inc/widget.php:660
1722
  msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1723
  msgstr "Győződjön meg arról, \"Vertical Like gombok\" engedélyezve az \"Super Socializer > Like gombok\" oldalon."
1724
 
1725
+ #~ msgid "You can see the plugin in action at following link"
1726
+ #~ msgstr "Puoi vedere il plugin in azione seguendo il successivo collegamento"
1727
+
1728
+ #, fuzzy
1729
+ #~ msgid ""
1730
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1731
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1732
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1733
+ #~ msgstr ""
1734
+ #~ "Se ti piace il mio plugin o tieni una proposta, puoi scrivermi una posta "
1735
+ #~ "elettronica a <a href=\"mailto:lordofthechamps@gmail.com"
1736
+ #~ "\">lordofthechamps@gmail.com</a>, o dare un \"mi piace\" alle mie pagine "
1737
+ #~ "<strong>Facebook</strong> e seguire il mio <strong>Twitter</strong>."
1738
+
1739
+ #~ msgid "Want plugin customization?"
1740
+ #~ msgstr "Voui una personalizzazione del plugin?"
1741
+
1742
+ #~ msgid ""
1743
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1744
+ #~ "Facebook Comments notification and moderation."
1745
+ #~ msgstr ""
1746
+ #~ "<strong>Megjegyzés:</strong> írj egy e-mailt a support@heateor.com ahhoz "
1747
+ #~ "Facebook Comments bejelentési és mértékkel."
1748
+
1749
+ #~ msgid "Mobile"
1750
+ #~ msgstr "Mobile"
1751
+
1752
+ #~ msgid "Auto Detect"
1753
+ #~ msgstr "Rilevare automaticamente"
1754
+
1755
+ #~ msgid "True"
1756
+ #~ msgstr "Vero"
1757
+
1758
+ #~ msgid "False"
1759
+ #~ msgstr "Falso"
1760
+
1761
+ #~ msgid ""
1762
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1763
+ #~ "version or not."
1764
+ #~ msgstr ""
1765
+ #~ "Un valore booleano che specifica se si mostrará la versione ottimizata "
1766
+ #~ "per cellulari o no. "
1767
+
1768
+ #, fuzzy
1769
+ #~ msgid "Sortcode & Widget"
1770
+ #~ msgstr "Codice Corto & Widget"
1771
+
1772
+ #~ msgid "Twitter username in tweet button"
1773
+ #~ msgstr "Il nome d'utente di Twitter nel bottone Twitter"
1774
+
1775
  #~ msgid ""
1776
  #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1777
  #~ "redirect_uri</strong> options at the link mentioned"
languages/Super-Socializer-sr_RS.mo ADDED
Binary file
languages/Super-Socializer-sr_RS.po ADDED
@@ -0,0 +1,2384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Super Socializer\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-07-30 22:26+0530\n"
6
+ "PO-Revision-Date: 2015-07-30 22:27+0530\n"
7
+ "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
+ "Language-Team: yoonect.com\n"
9
+ "Language: it\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 1.7.4\n"
15
+ "X-Poedit-Basepath: .\n"
16
+ "X-Poedit-KeywordsList: __;_e\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../super_socializer.php:179
20
+ #, php-format
21
+ msgid "Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)"
22
+ msgstr "Unesite tačno url koji sledi u <strong>Website</strong> i <strong>Callback Url</strong> opcije u vašoj Twitter aplikaciji (pogledajte korak 3%s)"
23
+
24
+ #: ../super_socializer.php:182
25
+ msgid "Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this"
26
+ msgstr "Uverite se da je URL osposobljen na vašem vebsajt serveru. Možda će biti potrebno da kontaktirate administratora servera vašeg vebsajta da ovo potvrdite"
27
+
28
+ #: ../super_socializer.php:351
29
+ msgid "Please verify your email address to login."
30
+ msgstr "Molimo povtrdite vašu email adresu da biste se ulogovali."
31
+
32
+ #: ../super_socializer.php:351
33
+ msgid "Your email has been verified. Now you can login to your account"
34
+ msgstr "Vaša email adresa je potvrđena. Sada se možete ulogovati na vaš nalog"
35
+
36
+ #: ../super_socializer.php:355
37
+ msgid "Notification"
38
+ msgstr "Obaveštenje"
39
+
40
+ #: ../super_socializer.php:374
41
+ #: ../admin/social_login.php:511
42
+ msgid "Email required"
43
+ msgstr "Traženi email"
44
+
45
+ #: ../super_socializer.php:377
46
+ msgid "Please check your email inbox to complete the registration."
47
+ msgstr "Molimo proverite vaš odeljak za prijem emaila da biste dovršili registraciju."
48
+
49
+ #: ../super_socializer.php:390
50
+ msgid "Follow steps 11 and 12 at GooglePlus app configuration page, about to open"
51
+ msgstr "Pratite korake 11 i 12 na stranici za konfiguraciju Google Plus aplikacije, koja upravo treba da se otvori"
52
+
53
+ #: ../super_socializer.php:468
54
+ msgid "Leave a reply"
55
+ msgstr "Ostavite odgovor"
56
+
57
+ #: ../super_socializer.php:559
58
+ #, fuzzy
59
+ msgid "Super Socializer - Social Avatar"
60
+ msgstr "Super Socializer - prijavljivanje"
61
+
62
+ #: ../super_socializer.php:562
63
+ msgid "Small Avatar Url"
64
+ msgstr "Mali Avatar Url"
65
+
66
+ #: ../super_socializer.php:567
67
+ #, fuzzy
68
+ msgid "Large Avatar Url"
69
+ msgstr "Ciljni Url"
70
+
71
+ #: ../super_socializer.php:612
72
+ msgid "Email you entered is already registered or invalid"
73
+ msgstr "Email koji ste uneli je već registrovan ili je nevažeći"
74
+
75
+ #: ../super_socializer.php:616
76
+ msgid "Please enter a valid email address. You might be required to verify it"
77
+ msgstr "Molimo unesite važeću email adresu. Možda će od vas biti traženo da je potvrdite"
78
+
79
+ #: ../helper.php:7
80
+ msgid "Options saved successfully"
81
+ msgstr "Opcije uspešno sačuvane"
82
+
83
+ #: ../helper.php:149
84
+ msgid "Click to show help"
85
+ msgstr "Kliknite da pomoć bude prikazana"
86
+
87
+ #: ../helper.php:149
88
+ msgid "Click to hide help"
89
+ msgstr "Kliknite da pomoć bude sakrivena"
90
+
91
+ #: ../helper.php:189
92
+ msgid "Settings"
93
+ msgstr "Podešavanja"
94
+
95
+ #: ../helper.php:502
96
+ #, fuzzy
97
+ msgid "Account linked successfully"
98
+ msgstr "Nalog uspešno povezan"
99
+
100
+ #: ../helper.php:506
101
+ msgid "Account already exists or linked"
102
+ msgstr "Nalog već postoji ili je povezan"
103
+
104
+ #: ../helper.php:515
105
+ #, fuzzy
106
+ msgid "You are already connected with"
107
+ msgstr "Već ste konektovani sa"
108
+
109
+ #: ../helper.php:515
110
+ msgid "as primary social network"
111
+ msgstr "kao primarna mreža"
112
+
113
+ #: ../helper.php:530
114
+ msgid "Link your social account to login to your account at this website"
115
+ msgstr "Povežite vaš društveni nalog da biste se ulogovali na vaš nalog na ovom vebsajtu"
116
+
117
+ #: ../helper.php:567
118
+ msgid "Currently"
119
+ msgstr "Tekući"
120
+
121
+ #: ../helper.php:567
122
+ msgid "Remove"
123
+ msgstr "rimuove"
124
+
125
+ #: ../helper.php:668
126
+ msgid "Disable Horizontal Social Sharing on this "
127
+ msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
128
+
129
+ #: ../helper.php:673
130
+ msgid "Disable Vertical Social Sharing on this "
131
+ msgstr "Onemogući Horizontalno društveno share-ovanje na ovome"
132
+
133
+ #: ../helper.php:678
134
+ #, fuzzy
135
+ msgid "Disable Horizontal like buttons on this "
136
+ msgstr "Onemogući Horizontalne tastere za “sviđa mi se” na ovome"
137
+
138
+ #: ../helper.php:683
139
+ #, fuzzy
140
+ msgid "Disable Vertical like buttons on this "
141
+ msgstr "Onemogući Vertikalne tastere za “sviđa mi se” na ovome"
142
+
143
+ #: ../helper.php:688
144
+ #, fuzzy
145
+ msgid "Disable Social Commenting on this "
146
+ msgstr "Onemogući Društveno komentarisanje na ovome"
147
+
148
+ #: ../helper.php:697
149
+ #, fuzzy
150
+ msgid "Horizontal sharing"
151
+ msgstr "Horizontalno share-ovanje"
152
+
153
+ #: ../helper.php:703
154
+ #: ../helper.php:722
155
+ #, fuzzy
156
+ msgid "Starting share count for "
157
+ msgstr "Počni brojanje share-ovanja za"
158
+
159
+ #: ../helper.php:716
160
+ #, fuzzy
161
+ msgid "Vertical sharing"
162
+ msgstr "Vertikalno share-ovanje"
163
+
164
+ #: ../admin/help.php:4
165
+ msgid "About"
166
+ msgstr "O"
167
+
168
+ #: ../admin/help.php:4
169
+ msgid "Version"
170
+ msgstr "Verziji"
171
+
172
+ #: ../admin/help.php:6
173
+ msgid "by"
174
+ msgstr "od"
175
+
176
+ #: ../admin/help.php:7
177
+ msgid "We are a creative team with unique ideas in mind and service in heart. We love what we do. For more info join us at"
178
+ msgstr "Mi smo kreativni tim sa jedinstvenim idejama na umu i uslugom u srcu. Mi volimo to što radimo. Za više informacija nam se pridružite na "
179
+
180
+ #: ../admin/help.php:18
181
+ msgid "Plugin Demo"
182
+ msgstr "Plugin Demo-u"
183
+
184
+ #: ../admin/help.php:24
185
+ msgid "Add-ons"
186
+ msgstr "Dodaci"
187
+
188
+ #: ../admin/help.php:29
189
+ msgid "Need Help?"
190
+ msgstr "Potrebna vam je pomoć?"
191
+
192
+ #: ../admin/help.php:31
193
+ #, fuzzy
194
+ msgid "If you <strong>have any query</strong>, need help regarding <strong>plugin setup</strong>, want <strong>custom features</strong> in the plugin or <strong>have any suggestion</strong> to improve the plugin, just drop an email at <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
195
+ msgstr "Ukoliko želite uobičajene funkcije u plugin-u, samo napišite email na <a href=\"mailto:support@heateor.com\">support@heateor.com</a>"
196
+
197
+ #: ../admin/help.php:36
198
+ #, fuzzy
199
+ msgid "Support Us"
200
+ msgstr "Podrška"
201
+
202
+ #: ../admin/help.php:39
203
+ #: ../admin/help.php:42
204
+ #: ../admin/help.php:43
205
+ #: ../admin/help.php:44
206
+ #: ../admin/help.php:45
207
+ #: ../admin/help.php:46
208
+ msgid "Rate 5-star"
209
+ msgstr "Ocenite 5 zvezdica"
210
+
211
+ #: ../admin/help.php:54
212
+ #: ../admin/social_sharing.php:437
213
+ #: ../admin/social_sharing.php:815
214
+ #: ../admin/social_login.php:46
215
+ msgid "Facebook"
216
+ msgstr "Facebook"
217
+
218
+ #: ../admin/social_sharing.php:11
219
+ #: ../admin/social_sharing.php:22
220
+ #: ../admin/social_login.php:9
221
+ #: ../admin/social_login.php:17
222
+ #: ../admin/like_buttons.php:11
223
+ #: ../admin/like_buttons.php:19
224
+ msgid "Basic Configuration"
225
+ msgstr "Osnovna konfiguracija"
226
+
227
+ #: ../admin/social_sharing.php:12
228
+ #, fuzzy
229
+ msgid "Sharing Interface"
230
+ msgstr "Interfejs za share-ovanje"
231
+
232
+ #: ../admin/social_sharing.php:13
233
+ #, fuzzy
234
+ msgid "Sharing Options"
235
+ msgstr "Opcije za share-ovanje"
236
+
237
+ #: ../admin/social_sharing.php:14
238
+ #: ../admin/social_sharing.php:1192
239
+ #: ../admin/social_login.php:11
240
+ #: ../admin/social_login.php:714
241
+ #: ../admin/like_buttons.php:13
242
+ #: ../admin/like_buttons.php:712
243
+ msgid "Shortcode & Widget"
244
+ msgstr "Kratki kod & vidžet"
245
+
246
+ #: ../admin/social_sharing.php:15
247
+ msgid "Troubleshooter"
248
+ msgstr "Sređivanje problema"
249
+
250
+ #: ../admin/social_sharing.php:16
251
+ #: ../admin/social_sharing.php:1223
252
+ #: ../admin/social_commenting.php:12
253
+ #: ../admin/social_commenting.php:393
254
+ msgid "FAQ"
255
+ msgstr "FAQ"
256
+
257
+ #: ../admin/social_sharing.php:28
258
+ msgid "Enable Social Sharing"
259
+ msgstr "Omogući društveno share-ovanje"
260
+
261
+ #: ../admin/social_sharing.php:38
262
+ msgid "Master control for Social Sharing. It must be checked to enable Social Sharing functionality"
263
+ msgstr "Master kontrola za društveno share-ovanje. Mora se proveriti radi omogućavanja funkcionalnosti Društvenog share-ovanja"
264
+
265
+ #: ../admin/social_sharing.php:46
266
+ msgid "Delete all the options on plugin deletion"
267
+ msgstr "Obrišite sve opcije na brisanju plugin-a"
268
+
269
+ #: ../admin/social_sharing.php:56
270
+ msgid "If enabled, plugin options will get deleted when plugin is deleted/uninstalled and you will need to reconfigure the options when you install the plugin next time."
271
+ msgstr "Ukoliko su omogućene, opcije plugin-a će biti obrisane kada plugin bude obrisan/deinstaliran i biće potrebno da ponovo konfigurišete opcije kada sledeći put instalirate plugin."
272
+
273
+ #: ../admin/social_sharing.php:71
274
+ #, fuzzy
275
+ msgid "Horizontal interface options"
276
+ msgstr "Horizontalne opcije interfejsa"
277
+
278
+ #: ../admin/social_sharing.php:77
279
+ #: ../admin/social_sharing.php:155
280
+ msgid "Shape"
281
+ msgstr "Oblik"
282
+
283
+ #: ../admin/social_sharing.php:85
284
+ #: ../admin/social_sharing.php:163
285
+ msgid "Round"
286
+ msgstr "Krug"
287
+
288
+ #: ../admin/social_sharing.php:87
289
+ #: ../admin/social_sharing.php:165
290
+ msgid "Square"
291
+ msgstr "Kvadrat"
292
+
293
+ #: ../admin/social_sharing.php:94
294
+ #: ../admin/social_sharing.php:172
295
+ #, fuzzy
296
+ msgid "Shape of the sharing icons"
297
+ msgstr "Oblik ikonica za share-ovanje"
298
+
299
+ #: ../admin/social_sharing.php:102
300
+ #: ../admin/social_sharing.php:180
301
+ msgid "Size (in pixels)"
302
+ msgstr "Veličina (u pikselima)"
303
+
304
+ #: ../admin/social_sharing.php:120
305
+ #: ../admin/social_sharing.php:198
306
+ #, fuzzy
307
+ msgid "Size of the sharing icons"
308
+ msgstr "Oblik ikonica za share-ovanje"
309
+
310
+ #: ../admin/social_sharing.php:127
311
+ #: ../admin/social_sharing.php:205
312
+ msgid "Icon Preview"
313
+ msgstr "Pregled ikonica"
314
+
315
+ #: ../admin/social_sharing.php:141
316
+ #: ../admin/social_sharing.php:219
317
+ msgid "Do not forget to save the configuration after making changes by clicking the save button below"
318
+ msgstr "Ne zaboravite da sačuvate konfiguraciju nakon što napravite promene tako što ste kliknuli na taster “save” (sačuvaj) ispod"
319
+
320
+ #: ../admin/social_sharing.php:149
321
+ #, fuzzy
322
+ msgid "Vertical interface options"
323
+ msgstr "Vertikalne opcije interfejsa"
324
+
325
+ #: ../admin/social_sharing.php:233
326
+ msgid "Modernizr"
327
+ msgstr "Modernizr"
328
+
329
+ #: ../admin/social_sharing.php:239
330
+ msgid "Do not load Modernizr JS"
331
+ msgstr "Nemojte učitavati Modernizr JS"
332
+
333
+ #: ../admin/social_sharing.php:249
334
+ msgid "If you find the plugin breaking your theme, you can try enabling this option"
335
+ msgstr "Ukoliko smatrate da vam plugin prekida temu, možete probati da osposobite ovu opciju"
336
+
337
+ #: ../admin/social_sharing.php:258
338
+ #: ../admin/like_buttons.php:51
339
+ #, fuzzy
340
+ msgid "Url shortener"
341
+ msgstr "Url skraćenica"
342
+
343
+ #: ../admin/social_sharing.php:264
344
+ msgid "Use shortlinks already installed"
345
+ msgstr "Koristite kratke linkove koji su već instalirani"
346
+
347
+ #: ../admin/social_sharing.php:274
348
+ #: ../admin/like_buttons.php:67
349
+ msgid "Allows for shortened URLs to be used when sharing content if a shortening plugin is installed"
350
+ msgstr "Dozvoljava da se skraćeni URL-ovi koiste prilikom share-ovanja sadržaja ukoliko je instaliran plugin za skraćivanje"
351
+
352
+ #: ../admin/social_sharing.php:282
353
+ msgid "Enable bit.ly url shortener for sharing"
354
+ msgstr "Omogućite bit.ly url skraćenicu za share-ovanje"
355
+
356
+ #: ../admin/social_sharing.php:292
357
+ #: ../admin/like_buttons.php:85
358
+ #, fuzzy
359
+ msgid "Master control to enable bit.ly url shortening for sharing"
360
+ msgstr "Master kontrola radi omogućavanja bit.ly url skraćivanja za share-ovanje"
361
+
362
+ #: ../admin/social_sharing.php:300
363
+ #: ../admin/like_buttons.php:93
364
+ msgid "bit.ly username"
365
+ msgstr "bit.ly korisničko ime"
366
+
367
+ #: ../admin/social_sharing.php:310
368
+ #: ../admin/like_buttons.php:103
369
+ #, php-format
370
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
371
+ msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili bit.ly korisničko ime"
372
+
373
+ #: ../admin/social_sharing.php:319
374
+ #: ../admin/like_buttons.php:112
375
+ #, fuzzy
376
+ msgid "bit.ly API Key"
377
+ msgstr "bit.ly API ključ"
378
+
379
+ #: ../admin/social_sharing.php:329
380
+ #: ../admin/like_buttons.php:122
381
+ #, fuzzy, php-format
382
+ msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
383
+ msgstr "Ulogujte se na vaš bit.ly nalog i upravljajte do <a href=\"%s\" target=\"_blank\">this link</a> da biste dobili vaš API ključ"
384
+
385
+ #: ../admin/social_sharing.php:339
386
+ msgid "Twitter username in sharing"
387
+ msgstr "Korisničko ime na Twitter-u kod share-ovanja"
388
+
389
+ #: ../admin/social_sharing.php:345
390
+ msgid "Twitter username (without @)"
391
+ msgstr "Korisničko ime na Twitter-u (bez @)"
392
+
393
+ #: ../admin/social_sharing.php:355
394
+ msgid "Provided username will be appended after the content being shared as \"via @USERNAME\". Leave empty if you do not want any username in the content being shared."
395
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što je sadržaj share-ovan kao \"via @USERNAME\". Ostavite prazno ukoliko ne želite nikakvo korisničko ime u sadržaju koji se share-uje."
396
+
397
+ #: ../admin/social_sharing.php:365
398
+ msgid "Horizontal Sharing Interface Options"
399
+ msgstr "Opcije interfejsa horizontalnog share-ovanja"
400
+
401
+ #: ../admin/social_sharing.php:371
402
+ msgid "Enable horizontal sharing interface"
403
+ msgstr "Omogućite interfejs horizontalnog share-ovanja"
404
+
405
+ #: ../admin/social_sharing.php:381
406
+ msgid "Master control to enable horizontal sharing"
407
+ msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
408
+
409
+ #: ../admin/social_sharing.php:391
410
+ #: ../admin/social_sharing.php:787
411
+ #: ../admin/like_buttons.php:227
412
+ #: ../admin/like_buttons.php:465
413
+ msgid "Target Url"
414
+ msgstr "Ciljni Url"
415
+
416
+ #: ../admin/social_sharing.php:395
417
+ #: ../admin/social_sharing.php:791
418
+ #: ../admin/like_buttons.php:231
419
+ #: ../admin/like_buttons.php:469
420
+ msgid "Url of the webpage where icons are located (default)"
421
+ msgstr "Url veb stranice na kojoj su ikonice locirane (uobičajeno)"
422
+
423
+ #: ../admin/social_sharing.php:397
424
+ #: ../admin/social_sharing.php:793
425
+ #: ../admin/like_buttons.php:233
426
+ #: ../admin/like_buttons.php:471
427
+ msgid "Url of the homepage of your website"
428
+ msgstr "Url početne strane vašeg vebsajta"
429
+
430
+ #: ../admin/social_sharing.php:399
431
+ #: ../admin/social_sharing.php:795
432
+ #: ../admin/like_buttons.php:235
433
+ #: ../admin/like_buttons.php:473
434
+ #, fuzzy
435
+ msgid "Custom url"
436
+ msgstr "Uobičajeni url"
437
+
438
+ #: ../admin/social_sharing.php:406
439
+ #: ../admin/social_sharing.php:802
440
+ msgid "Url to share"
441
+ msgstr "Url za share-ovanje"
442
+
443
+ #: ../admin/social_sharing.php:414
444
+ #: ../admin/social_login.php:314
445
+ #: ../admin/like_buttons.php:250
446
+ msgid "Title"
447
+ msgstr "Naslov"
448
+
449
+ #: ../admin/social_sharing.php:424
450
+ msgid "The text to display above the sharing interface"
451
+ msgstr "Tekst koji će se prikazati iznad za share-ovanje interfejsa"
452
+
453
+ #: ../admin/social_sharing.php:432
454
+ #: ../admin/social_sharing.php:810
455
+ #: ../admin/social_login.php:41
456
+ msgid "Select providers"
457
+ msgstr "Selektujte provajdere"
458
+
459
+ #: ../admin/social_sharing.php:442
460
+ #: ../admin/social_sharing.php:820
461
+ #: ../admin/social_login.php:50
462
+ msgid "Twitter"
463
+ msgstr "Twitter"
464
+
465
+ #: ../admin/social_sharing.php:447
466
+ #: ../admin/social_sharing.php:825
467
+ #: ../admin/social_login.php:54
468
+ msgid "LinkedIn"
469
+ msgstr "LinkedIn"
470
+
471
+ #: ../admin/social_sharing.php:452
472
+ #: ../admin/social_sharing.php:830
473
+ #: ../admin/social_login.php:58
474
+ msgid "Google+"
475
+ msgstr "Google+"
476
+
477
+ #: ../admin/social_sharing.php:457
478
+ #: ../admin/social_sharing.php:835
479
+ msgid "Print"
480
+ msgstr "Print"
481
+
482
+ #: ../admin/social_sharing.php:462
483
+ #: ../admin/social_sharing.php:840
484
+ msgid "Email"
485
+ msgstr "Email"
486
+
487
+ #: ../admin/social_sharing.php:467
488
+ #: ../admin/social_sharing.php:845
489
+ msgid "Yahoo"
490
+ msgstr "Yahoo"
491
+
492
+ #: ../admin/social_sharing.php:472
493
+ #: ../admin/social_sharing.php:850
494
+ msgid "Reddit"
495
+ msgstr "Reddit"
496
+
497
+ #: ../admin/social_sharing.php:477
498
+ #: ../admin/social_sharing.php:855
499
+ msgid "Digg"
500
+ msgstr "Digg"
501
+
502
+ #: ../admin/social_sharing.php:482
503
+ #: ../admin/social_sharing.php:860
504
+ msgid "Delicious"
505
+ msgstr "Delicious"
506
+
507
+ #: ../admin/social_sharing.php:487
508
+ #: ../admin/social_sharing.php:865
509
+ msgid "StumbleUpon"
510
+ msgstr "StumbleUpon"
511
+
512
+ #: ../admin/social_sharing.php:492
513
+ #: ../admin/social_sharing.php:870
514
+ msgid "Float it"
515
+ msgstr "Float it"
516
+
517
+ #: ../admin/social_sharing.php:497
518
+ #: ../admin/social_sharing.php:875
519
+ msgid "Tumblr"
520
+ msgstr "Tumblr"
521
+
522
+ #: ../admin/social_sharing.php:502
523
+ #: ../admin/social_sharing.php:880
524
+ #: ../admin/social_login.php:62
525
+ msgid "Vkontakte"
526
+ msgstr "Vkontakte"
527
+
528
+ #: ../admin/social_sharing.php:507
529
+ #: ../admin/social_sharing.php:885
530
+ msgid "Pinterest"
531
+ msgstr "Pinterest"
532
+
533
+ #: ../admin/social_sharing.php:512
534
+ #: ../admin/social_sharing.php:890
535
+ #: ../admin/social_login.php:70
536
+ msgid "Xing"
537
+ msgstr "Xing"
538
+
539
+ #: ../admin/social_sharing.php:517
540
+ #: ../admin/social_sharing.php:895
541
+ msgid "Whatsapp"
542
+ msgstr "Whatsapp"
543
+
544
+ #: ../admin/social_sharing.php:522
545
+ #: ../admin/social_sharing.php:900
546
+ msgid "Yummly"
547
+ msgstr "Yummly"
548
+
549
+ #: ../admin/social_sharing.php:527
550
+ #: ../admin/social_sharing.php:905
551
+ msgid "Buffer"
552
+ msgstr "Buffer"
553
+
554
+ #: ../admin/social_sharing.php:535
555
+ #: ../admin/social_sharing.php:913
556
+ msgid "Select the providers for sharing interface"
557
+ msgstr "Selektujte provajdere za share-ovanje interfejsa"
558
+
559
+ #: ../admin/social_sharing.php:543
560
+ #: ../admin/social_sharing.php:921
561
+ msgid "Rearrange icons"
562
+ msgstr "Preuredite ikonice"
563
+
564
+ #: ../admin/social_sharing.php:578
565
+ #: ../admin/social_sharing.php:956
566
+ msgid "Drag the icons to rearrange in desired order"
567
+ msgstr "Prevucite ikonice da biste ih preuredili po želejnom rasporedu"
568
+
569
+ #: ../admin/social_sharing.php:586
570
+ #: ../admin/social_sharing.php:982
571
+ #: ../admin/like_buttons.php:320
572
+ #: ../admin/like_buttons.php:557
573
+ #, fuzzy
574
+ msgid "Horizontal alignment"
575
+ msgstr "Horizontalno svrstavanje"
576
+
577
+ #: ../admin/social_sharing.php:590
578
+ #: ../admin/social_sharing.php:986
579
+ #: ../admin/like_buttons.php:324
580
+ #: ../admin/like_buttons.php:561
581
+ msgid "Left"
582
+ msgstr "Levo"
583
+
584
+ #: ../admin/social_sharing.php:591
585
+ #: ../admin/like_buttons.php:325
586
+ msgid "Center"
587
+ msgstr "Centar"
588
+
589
+ #: ../admin/social_sharing.php:592
590
+ #: ../admin/social_sharing.php:987
591
+ #: ../admin/like_buttons.php:326
592
+ #: ../admin/like_buttons.php:562
593
+ #, fuzzy
594
+ msgid "Right"
595
+ msgstr "Desno"
596
+
597
+ #: ../admin/social_sharing.php:600
598
+ #: ../admin/social_sharing.php:995
599
+ #, fuzzy
600
+ msgid "Horizontal alignment of the sharing interface"
601
+ msgstr "Horizontalno svrstavanje interfejs share-ovanja"
602
+
603
+ #: ../admin/social_sharing.php:608
604
+ #: ../admin/like_buttons.php:342
605
+ msgid "Position with respect to content"
606
+ msgstr "Pozicija u odnosu na sadržaj"
607
+
608
+ #: ../admin/social_sharing.php:612
609
+ #: ../admin/like_buttons.php:346
610
+ msgid "Top of the content"
611
+ msgstr "Vrh sadržaja"
612
+
613
+ #: ../admin/social_sharing.php:614
614
+ #: ../admin/like_buttons.php:348
615
+ msgid "Bottom of the content"
616
+ msgstr "Dno sadržaja"
617
+
618
+ #: ../admin/social_sharing.php:621
619
+ msgid "Specify position of the sharing interface with respect to the content"
620
+ msgstr "Speciikujte poziciju share-ovanja interfejsa u odnosu na sadržaj"
621
+
622
+ #: ../admin/social_sharing.php:629
623
+ #: ../admin/social_sharing.php:1061
624
+ msgid "Sharing location"
625
+ msgstr "Share-ovanje lokacije"
626
+
627
+ #: ../admin/social_sharing.php:633
628
+ #: ../admin/social_sharing.php:1065
629
+ #: ../admin/social_login.php:574
630
+ #: ../admin/social_login.php:604
631
+ #: ../admin/like_buttons.php:367
632
+ #: ../admin/like_buttons.php:640
633
+ msgid "Homepage"
634
+ msgstr "Početna strana"
635
+
636
+ #: ../admin/social_sharing.php:635
637
+ #: ../admin/social_sharing.php:1067
638
+ #: ../admin/like_buttons.php:369
639
+ #: ../admin/like_buttons.php:642
640
+ msgid "Posts"
641
+ msgstr "Postovi"
642
+
643
+ #: ../admin/social_sharing.php:637
644
+ #: ../admin/social_sharing.php:1069
645
+ #: ../admin/like_buttons.php:371
646
+ #: ../admin/like_buttons.php:644
647
+ msgid "Pages"
648
+ msgstr "Stranice"
649
+
650
+ #: ../admin/social_sharing.php:639
651
+ #: ../admin/social_sharing.php:1071
652
+ #: ../admin/like_buttons.php:373
653
+ #: ../admin/like_buttons.php:646
654
+ msgid "Excerpts"
655
+ msgstr "Izvodi"
656
+
657
+ #: ../admin/social_sharing.php:641
658
+ #: ../admin/social_sharing.php:1073
659
+ #: ../admin/like_buttons.php:375
660
+ #: ../admin/like_buttons.php:648
661
+ msgid "Category Archives"
662
+ msgstr "Arhive kategorija"
663
+
664
+ #: ../admin/social_sharing.php:643
665
+ #: ../admin/social_sharing.php:1075
666
+ #: ../admin/like_buttons.php:377
667
+ #: ../admin/like_buttons.php:650
668
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
669
+ msgstr "Arhivirajte stranice (stranice na osnovu kategorije, tag-a autor -a ili datuma)"
670
+
671
+ #: ../admin/social_sharing.php:659
672
+ #: ../admin/like_buttons.php:393
673
+ msgid "BuddyPress activity and groups"
674
+ msgstr "Aktivnost i grupe BuddyPress-a"
675
+
676
+ #: ../admin/social_sharing.php:665
677
+ #: ../admin/social_sharing.php:1090
678
+ #: ../admin/like_buttons.php:400
679
+ #: ../admin/like_buttons.php:665
680
+ msgid "BBPress forum"
681
+ msgstr "BBPress forum"
682
+
683
+ #: ../admin/social_sharing.php:668
684
+ #: ../admin/social_sharing.php:1093
685
+ #: ../admin/like_buttons.php:403
686
+ #: ../admin/like_buttons.php:668
687
+ msgid "BBPress topic"
688
+ msgstr "BBPress tema"
689
+
690
+ #: ../admin/social_sharing.php:671
691
+ #: ../admin/like_buttons.php:406
692
+ msgid "BBPress reply"
693
+ msgstr "BBPress odgovor"
694
+
695
+ #: ../admin/social_sharing.php:678
696
+ #: ../admin/like_buttons.php:412
697
+ msgid "After individual product at WooCommerce Shop page"
698
+ msgstr "Nakon individualnog proizvodaWooCommerce stranica za kupovinu"
699
+
700
+ #: ../admin/social_sharing.php:681
701
+ #: ../admin/like_buttons.php:415
702
+ msgid "WooCommerce Product Page"
703
+ msgstr "WooCommerce stranica sa proizvodima"
704
+
705
+ #: ../admin/social_sharing.php:684
706
+ #: ../admin/like_buttons.php:418
707
+ msgid "WooCommerce Thankyou Page"
708
+ msgstr "WooCommerce Thankyou (hvala) stranica "
709
+
710
+ #: ../admin/social_sharing.php:695
711
+ msgid "Specify the pages where you want to enable Sharing interface"
712
+ msgstr "Specifikujte stranice gde želite da omogućite Share-ovanje interfejsa"
713
+
714
+ #: ../admin/social_sharing.php:703
715
+ #: ../admin/social_sharing.php:1111
716
+ msgid "Show share counts"
717
+ msgstr "Prikažite brojanje share-ovanja"
718
+
719
+ #: ../admin/social_sharing.php:713
720
+ #: ../admin/social_sharing.php:1121
721
+ msgid "If enabled, share counts are displayed above sharing icons."
722
+ msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
723
+
724
+ #: ../admin/social_sharing.php:722
725
+ #: ../admin/social_sharing.php:1130
726
+ #, fuzzy
727
+ msgid "Show total shares"
728
+ msgstr "Prikažite brojanje share-ovanja"
729
+
730
+ #: ../admin/social_sharing.php:732
731
+ #: ../admin/social_sharing.php:1140
732
+ #, fuzzy
733
+ msgid "If enabled, total shares will be displayed with sharing icons"
734
+ msgstr "Ukoliko je omogućeno, brojanje share-ovanja se prikazuje iznad ikonica za share-ovanje."
735
+
736
+ #: ../admin/social_sharing.php:741
737
+ #: ../admin/social_sharing.php:1149
738
+ #, fuzzy
739
+ msgid "Enable 'More' icon"
740
+ msgstr "Omogućite ikonicu ‘More’ (više)"
741
+
742
+ #: ../admin/social_sharing.php:751
743
+ #: ../admin/social_sharing.php:1159
744
+ msgid "If enabled, \"More\" icon will be displayed after selected sharing icons which shows additional sharing networks in popup"
745
+ msgstr "Ukoliko je omogućena, ikonica \"More\" će se prikazati nakon selektovanja ikonica za share-ovanje koje pokazuju dodatne mreže za share-ovanje u popup-u"
746
+
747
+ #: ../admin/social_sharing.php:761
748
+ msgid "Vertical (Floating) Sharing Interface Options"
749
+ msgstr "Opcije interfejsa vertikalnog (plutajućeg) share-ovanja"
750
+
751
+ #: ../admin/social_sharing.php:767
752
+ msgid "Enable vertical (floating) sharing interface"
753
+ msgstr "Omogućite interfejs vertikalnog (plutajućeg) share-ovanja"
754
+
755
+ #: ../admin/social_sharing.php:777
756
+ msgid "Master control to enable vertical (floating) sharing widget"
757
+ msgstr "Master kontrola za omogućavanje vidžeta vertikalnog (plutajućeg) share-ovanja"
758
+
759
+ #: ../admin/social_sharing.php:964
760
+ #: ../admin/like_buttons.php:539
761
+ msgid "Background Color"
762
+ msgstr "Boja pozadine"
763
+
764
+ #: ../admin/social_sharing.php:974
765
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical sharing bar. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
766
+ msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu trake za vertikalno share-ovanje. Ostavite prazno za transparentnu. Možete dobiti hex kod tražene boje iz <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
767
+
768
+ #: ../admin/social_sharing.php:1004
769
+ #: ../admin/like_buttons.php:579
770
+ msgid "Left offset"
771
+ msgstr "Levi offset"
772
+
773
+ #: ../admin/social_sharing.php:1014
774
+ #, fuzzy
775
+ msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left. Number can be negative too."
776
+ msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na desno, a smanjenje na levo. Broj može biti i negativan."
777
+
778
+ #: ../admin/social_sharing.php:1024
779
+ #: ../admin/like_buttons.php:599
780
+ #, fuzzy
781
+ msgid "Right offset"
782
+ msgstr "Desni offset"
783
+
784
+ #: ../admin/social_sharing.php:1034
785
+ #, fuzzy
786
+ msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right. Number can be negative too."
787
+ msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na levo, a smanjenje na desno. Broj može biti i negativan."
788
+
789
+ #: ../admin/social_sharing.php:1043
790
+ #: ../admin/like_buttons.php:618
791
+ msgid "Top offset"
792
+ msgstr "Gornji offset"
793
+
794
+ #: ../admin/social_sharing.php:1053
795
+ msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
796
+ msgstr "Specifikujte broj. Povećanje u broju će prebaciti interfejs share-ovanja na dno, a smanjenje na vrh. "
797
+
798
+ #: ../admin/social_sharing.php:1103
799
+ msgid "Specify the pages where you want to enable vertical Sharing interface"
800
+ msgstr "Specifikujte stranice gde želite da omogućite interfejs vertikalnog share-ovanja"
801
+
802
+ #: ../admin/social_sharing.php:1167
803
+ msgid "Hide sharing on mobile devices"
804
+ msgstr "Sakrite share-ovanje na mobilnim uređajima"
805
+
806
+ #: ../admin/social_sharing.php:1177
807
+ msgid "If enabled, vertical sharing interface will not appear on mobile devices"
808
+ msgstr "Ukoliko je omogućen, interfejs za vertikalno share-ovanje se neće pojaviti na mobilnim uređajima"
809
+
810
+ #: ../admin/social_sharing.php:1194
811
+ #, fuzzy
812
+ msgid "Social Sharing Shortcode & Widget"
813
+ msgstr "Kratki kod & vidžet"
814
+
815
+ #: ../admin/social_sharing.php:1204
816
+ msgid "Facebook Sharing Troubleshooter"
817
+ msgstr "Sređivanje problema kod share-ovanja na Facebook-u"
818
+
819
+ #: ../admin/social_sharing.php:1209
820
+ msgid "If Facebook sharing is not working fine, click at the following link and enter the problematic url (where Facebook sharing is not working properly) of your website in the text field:"
821
+ msgstr "Ukoliko share-ovanje na Facebook-u ne radi dobro, kliknite na link koji sledi i unesite problematični url (gde share-ovanje na Facebook-u ne radi kako treba) vašeg vebsajta u polje za tekst:"
822
+
823
+ #: ../admin/social_sharing.php:1225
824
+ msgid "How can I show share counts of my website rather than of individual pages/posts?"
825
+ msgstr "Kako mogu da prikažem brojanje share-ovanja mog vebsajta pre nego individualne stranice/postove?"
826
+
827
+ #: ../admin/social_sharing.php:1226
828
+ #, fuzzy
829
+ msgid "How can I disable sharing on particular page/post?"
830
+ msgstr "Kako mogu da onemogućim share-ovanje na određenoj stranici/postu?"
831
+
832
+ #: ../admin/social_sharing.php:1227
833
+ msgid "How can I specify minimum sharing count for sharing networks?"
834
+ msgstr "Kako mogu da specifikujem minimalno brojanje share-ovanja za mreže za share-ovanje?"
835
+
836
+ #: ../admin/social_sharing.php:1237
837
+ #: ../admin/social_commenting.php:404
838
+ #: ../admin/social_login.php:726
839
+ #: ../admin/like_buttons.php:723
840
+ msgid "Save Changes"
841
+ msgstr "Sačuvajte izmene"
842
+
843
+ #: ../admin/social_commenting.php:10
844
+ #, fuzzy
845
+ msgid "Social Commenting"
846
+ msgstr "Društveno komentarisanje"
847
+
848
+ #: ../admin/social_commenting.php:11
849
+ #: ../admin/social_commenting.php:381
850
+ msgid "Shortcode"
851
+ msgstr "Kratki kod"
852
+
853
+ #: ../admin/social_commenting.php:18
854
+ #: ../admin/social_commenting.php:24
855
+ #: ../admin/social_commenting.php:147
856
+ #, fuzzy
857
+ msgid "Enable Social Commenting"
858
+ msgstr "Omogućite društveno komentarisanje"
859
+
860
+ #: ../admin/social_commenting.php:34
861
+ #, fuzzy
862
+ msgid "Master control to enable Social Commenting"
863
+ msgstr "Master kontrola za omogućavanje horizontalnog share-ovanja"
864
+
865
+ #: ../admin/social_commenting.php:42
866
+ msgid "Order of tabs in commenting interface"
867
+ msgstr "Redosled tab-ova u komentarisanju interfejsa"
868
+
869
+ #: ../admin/social_commenting.php:52
870
+ msgid "Order of the tabs shown in social commenting interface. Defaults to wordpress,facebook,googleplus,disqus"
871
+ msgstr "Redosled tab-ova prikazan kod interfejsa komentarisanja na društvenim mrežama. Uobičajeno za wordpress,facebook,googleplus,disqus"
872
+
873
+ #: ../admin/social_commenting.php:60
874
+ msgid "Comment area label"
875
+ msgstr "Oznaka za oblast komentarisanja"
876
+
877
+ #: ../admin/social_commenting.php:70
878
+ #, fuzzy
879
+ msgid "Label for comment area"
880
+ msgstr "Oznaka za tab za komentarisanje G+-a"
881
+
882
+ #: ../admin/social_commenting.php:80
883
+ msgid "Labels"
884
+ msgstr "Oznake"
885
+
886
+ #: ../admin/social_commenting.php:85
887
+ #, fuzzy
888
+ msgid "Label for WordPress Commenting tab"
889
+ msgstr "Oznaka za tab za komentarisanje WordPress-a"
890
+
891
+ #: ../admin/social_commenting.php:94
892
+ #, fuzzy
893
+ msgid "Label for Facebook Commenting tab"
894
+ msgstr "Oznaka za tab za komentarisanja Facebook-a"
895
+
896
+ #: ../admin/social_commenting.php:103
897
+ #, fuzzy
898
+ msgid "Label for G+ Commenting tab"
899
+ msgstr "Oznaka za tab za komentarisanje G+-a"
900
+
901
+ #: ../admin/social_commenting.php:112
902
+ msgid "Label for Disqus Commenting tab"
903
+ msgstr "Oznaka za tab za komentarisanje Disqus-a"
904
+
905
+ #: ../admin/social_commenting.php:123
906
+ msgid "Facebook Commenting Options"
907
+ msgstr "Opcije za komentarisanje na Facebook-u"
908
+
909
+ #: ../admin/social_commenting.php:129
910
+ #, fuzzy
911
+ msgid "Enable Facebook Comments notification and moderation"
912
+ msgstr "Omogućite komentarisanje na Facebook-u"
913
+
914
+ #: ../admin/social_commenting.php:137
915
+ msgid "Enable Facebook Commenting"
916
+ msgstr "Omogućite komentarisanje na Facebook-u"
917
+
918
+ #: ../admin/social_commenting.php:155
919
+ #: ../admin/social_commenting.php:313
920
+ msgid "Url to comment on"
921
+ msgstr "Url za komentarisanje na"
922
+
923
+ #: ../admin/social_commenting.php:165
924
+ #, fuzzy
925
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Facebook about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
926
+ msgstr "Apsolutni URL kome će postovani komentari biti trajno pridruženi. Priče na Facebook-u o postovanim komentarima će biti povezane na ovaj URL.<br/>Ako je prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
927
+
928
+ #: ../admin/social_commenting.php:173
929
+ #: ../admin/social_commenting.php:295
930
+ msgid "Width"
931
+ msgstr "Širina"
932
+
933
+ #: ../admin/social_commenting.php:183
934
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
935
+ msgstr "Ostavite prazno za automatsko prilagođavanje širine. Širina (u pikselima) Bloka za komentare"
936
+
937
+ #: ../admin/social_commenting.php:191
938
+ msgid "Color Scheme"
939
+ msgstr "Šema boja"
940
+
941
+ #: ../admin/social_commenting.php:195
942
+ msgid "Light"
943
+ msgstr "Svetle"
944
+
945
+ #: ../admin/social_commenting.php:196
946
+ msgid "Dark"
947
+ msgstr "Tamne"
948
+
949
+ #: ../admin/social_commenting.php:204
950
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
951
+ msgstr "Šema boja koju koristi plugin. Može biti \"light\" ili\"dark\"."
952
+
953
+ #: ../admin/social_commenting.php:212
954
+ #, fuzzy
955
+ msgid "Number of comments"
956
+ msgstr "Broj komentara"
957
+
958
+ #: ../admin/social_commenting.php:222
959
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
960
+ msgstr "Broj komentara koji će biti prikazani po default-u. Minimalna vrednost je 1. Uobičajeno je do 10"
961
+
962
+ #: ../admin/social_commenting.php:230
963
+ msgid "Order by"
964
+ msgstr "Redosled prema"
965
+
966
+ #: ../admin/social_commenting.php:234
967
+ msgid "Social"
968
+ msgstr "Društveno"
969
+
970
+ #: ../admin/social_commenting.php:235
971
+ msgid "Reverse Time"
972
+ msgstr "Vreme unazad"
973
+
974
+ #: ../admin/social_commenting.php:236
975
+ msgid "Time"
976
+ msgstr "Vreme"
977
+
978
+ #: ../admin/social_commenting.php:244
979
+ msgid "The order to use when displaying comments."
980
+ msgstr "Redosled koji se koristi prilikom prikazivanja komentara."
981
+
982
+ #: ../admin/social_commenting.php:252
983
+ #: ../admin/like_buttons.php:132
984
+ #: ../admin/like_buttons.php:138
985
+ msgid "Language"
986
+ msgstr "Jezik"
987
+
988
+ #: ../admin/social_commenting.php:262
989
+ #, php-format
990
+ msgid "Enter the code of the language you want to use to display commenting. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
991
+ msgstr "Unesite kod jezika koji želite da koristite za prikazivanje komentara. Možete naći kodove jezika na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
992
+
993
+ #: ../admin/social_commenting.php:271
994
+ #, fuzzy
995
+ msgid "Google Plus Commenting Options"
996
+ msgstr "Opcije za komentarisanje na Google Plus-u"
997
+
998
+ #: ../admin/social_commenting.php:277
999
+ #: ../admin/social_commenting.php:287
1000
+ #, fuzzy
1001
+ msgid "Enable Google Plus Commenting"
1002
+ msgstr "Omogućite komentarisanje na Google Plus-u"
1003
+
1004
+ #: ../admin/social_commenting.php:305
1005
+ msgid "Width of GooglePlus Commenting interface. Leave empty for auto adjust"
1006
+ msgstr "Širina interfejsa za komentarisanje na Google Plus-u. Ostavite prazno za automatsko prilagođavanje"
1007
+
1008
+ #: ../admin/social_commenting.php:323
1009
+ #, fuzzy
1010
+ msgid "The absolute URL that comments posted will be permanently associated with. Stories on Google Plus about comments posted, will link to this URL.<br/>If left empty <strong>(Recommended)</strong>, url of the webpage will be used at which commenting is enabled."
1011
+ msgstr "Apsolutno URL kome će postovani komentari biti trajno pridruženi. Priče na Google Plus-u o postavljenim komentarima će biti povezane na ovaj URL. <br/>Ako je levo prazno <strong>(Recommended)</strong>, url veb stranice će se koristiti na onoj na kojoj je komentarisanje omogućeno."
1012
+
1013
+ #: ../admin/social_commenting.php:332
1014
+ #, fuzzy
1015
+ msgid "Disqus Commenting Options"
1016
+ msgstr "Opcije komentarisanja na Disqus-u"
1017
+
1018
+ #: ../admin/social_commenting.php:338
1019
+ #: ../admin/social_commenting.php:348
1020
+ #, fuzzy
1021
+ msgid "Enable Disqus Commenting"
1022
+ msgstr "Omogućite komentarisanje na Disqus-u"
1023
+
1024
+ #: ../admin/social_commenting.php:356
1025
+ msgid "Disqus Shortname"
1026
+ msgstr "Skraćenica za Disqus"
1027
+
1028
+ #: ../admin/social_commenting.php:366
1029
+ #, fuzzy
1030
+ msgid "<strong>Required to use Disqus commenting.</strong> For more info on shortname, visit following link."
1031
+ msgstr "<strong>Traženo korišćenje komentarisanja na Disqus-u.<strong>Za više informacija o skraćenici, posetite link koji sledi."
1032
+
1033
+ #: ../admin/social_commenting.php:383
1034
+ #, fuzzy
1035
+ msgid "Social Commenting Shortcode"
1036
+ msgstr "Društveno komentarisanje"
1037
+
1038
+ #: ../admin/social_commenting.php:395
1039
+ #, fuzzy
1040
+ msgid "How can I disable Social Commenting at individual page/post?"
1041
+ msgstr "Kako mogu da onemogućim Društveno komentarisanje kod individualnih stranica/postova?"
1042
+
1043
+ #: ../admin/social_commenting.php:396
1044
+ msgid "How to disable default comment form from Social Commenting?"
1045
+ msgstr "Kako onemogućiti uobičajenu formu komentara iz Komentara na društvenim mrežama?"
1046
+
1047
+ #: ../admin/social_login.php:10
1048
+ msgid "Social Login"
1049
+ msgstr "Prijavljivanje na društvene mreže"
1050
+
1051
+ #: ../admin/social_login.php:23
1052
+ msgid "Enable Social Login"
1053
+ msgstr "Omogućite prijavljivanje na društvene mreže"
1054
+
1055
+ #: ../admin/social_login.php:33
1056
+ msgid "Master control for Social Login. It must be checked to enable Social Login functionality"
1057
+ msgstr "Master kontrola za prijavljivanje na društvene mreže. Mora se proveriti radi omogućavanja funkcionalnosti Prijavljivanja na društvene mreže"
1058
+
1059
+ #: ../admin/social_login.php:66
1060
+ msgid "Instagram"
1061
+ msgstr "Instagram"
1062
+
1063
+ #: ../admin/social_login.php:78
1064
+ msgid "Select Social ID provider to enable in Social Login"
1065
+ msgstr "Selektujte provajder društvenog ID-a radi omogućavanja Prijavljivanja na društvene mreže"
1066
+
1067
+ #: ../admin/social_login.php:86
1068
+ msgid "Facebook App ID"
1069
+ msgstr "ID Facebook aplikacije"
1070
+
1071
+ #: ../admin/social_login.php:96
1072
+ #, php-format
1073
+ msgid "Required for Facebook Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Facebook App ID"
1074
+ msgstr "Traženo da bi prijavljivanje na društvenu mrežu Facebook radilo. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> kako biste nabavili Facebook App ID"
1075
+
1076
+ #: ../admin/social_login.php:98
1077
+ msgid "Paste following url in <strong>Site URL</strong> option at the link mentioned"
1078
+ msgstr "“Nalepite” url koji sledi u <strong>Site URL</strong> opciju na pomenutom linku"
1079
+
1080
+ #: ../admin/social_login.php:108
1081
+ #, fuzzy
1082
+ msgid "Twitter API Key"
1083
+ msgstr "Twitter API ključ"
1084
+
1085
+ #: ../admin/social_login.php:118
1086
+ #, fuzzy, php-format
1087
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Key"
1088
+ msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Twitter API Key (ključ)"
1089
+
1090
+ #: ../admin/social_login.php:120
1091
+ #: ../admin/social_login.php:142
1092
+ msgid "Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned"
1093
+ msgstr "“Nalepite” url koji sledi u <strong>Website</strong> i <strong>Callback URL</strong> opcije na pomenutom linku"
1094
+
1095
+ #: ../admin/social_login.php:130
1096
+ #, fuzzy
1097
+ msgid "Twitter API Secret"
1098
+ msgstr "Tajna Twitter aplikacije"
1099
+
1100
+ #: ../admin/social_login.php:140
1101
+ #, fuzzy, php-format
1102
+ msgid "Required for Twitter Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Twitter API Secret"
1103
+ msgstr "Traži se da bi radilo prijavljivanje na Twitter društvenu mrežu. Molimo pratite dokumentaciju na <strong>Website</strong> i <strong>Callback URL</strong>"
1104
+
1105
+ #: ../admin/social_login.php:152
1106
+ msgid "LinkedIn API Key"
1107
+ msgstr "LinkedIn API Key (ključ za Linkedin aplikaciju)"
1108
+
1109
+ #: ../admin/social_login.php:162
1110
+ #, php-format
1111
+ msgid "Required for LinkedIn Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get LinkedIn API Key"
1112
+ msgstr "Traži se da bi radilo prijavljivanje na Linkedin društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili LinkedIn API Key (ključ)"
1113
+
1114
+ #: ../admin/social_login.php:164
1115
+ #: ../admin/social_login.php:230
1116
+ msgid "Paste following url in <strong>Website URL</strong> option at the link mentioned"
1117
+ msgstr "“Nalepite” url koji sledi u <strong>Website URL</strong> opciju na pomenutom linku"
1118
+
1119
+ #: ../admin/social_login.php:174
1120
+ msgid "Google+ Client ID"
1121
+ msgstr "Google+ Client ID"
1122
+
1123
+ #: ../admin/social_login.php:184
1124
+ #, php-format
1125
+ msgid "Required for GooglePlus Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get GooglePlus Client ID"
1126
+ msgstr "Traži se da bi radilo prijavljivanje na GooglePlus društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili GooglePlus Client ID"
1127
+
1128
+ #: ../admin/social_login.php:186
1129
+ msgid "Paste following url in <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> and <strong>AUTHORIZED REDIRECT URI</strong> options at the link mentioned"
1130
+ msgstr "“Nalepite” url koji sledi u <strong>AUTHORIZED JAVASCRIPT ORIGINS</strong> i<strong>AUTHORIZED REDIRECT URI</strong> opcije na pomenutom linku"
1131
+
1132
+ #: ../admin/social_login.php:196
1133
+ msgid "Vkontakte Application ID"
1134
+ msgstr "Identifikacija Vkontakte aplikacije"
1135
+
1136
+ #: ../admin/social_login.php:206
1137
+ #, php-format
1138
+ msgid "Required for Vkontakte Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Vkontakte Application ID"
1139
+ msgstr "Traži se da bi radilo prijavljivanje na Vkontakte društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Vkontakte Application ID"
1140
+
1141
+ #: ../admin/social_login.php:208
1142
+ msgid "Paste following url in <strong>Site address</strong> option at the link mentioned"
1143
+ msgstr "“Nalepite” url koji sledi u<strong>Site address</strong> opciju na pomenutom linku"
1144
+
1145
+ #: ../admin/social_login.php:218
1146
+ msgid "Instagram Client ID"
1147
+ msgstr "Identifikacija klijenata Instagram-a"
1148
+
1149
+ #: ../admin/social_login.php:228
1150
+ #, php-format
1151
+ msgid "Required for Instagram Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram Client ID"
1152
+ msgstr "Traži se da bi radilo prijavljivanje na Instagram društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Instagram Client ID"
1153
+
1154
+ #: ../admin/social_login.php:240
1155
+ msgid "Xing Consumer Key"
1156
+ msgstr "Ključ za korisnike Xing-a"
1157
+
1158
+ #: ../admin/social_login.php:250
1159
+ #, fuzzy, php-format
1160
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Key"
1161
+ msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Key"
1162
+
1163
+ #: ../admin/social_login.php:252
1164
+ #: ../admin/social_login.php:274
1165
+ msgid "Paste following url in <strong>Callback domain</strong> option at the link mentioned"
1166
+ msgstr "“Nalepite” url koji sledi u <strong>Callback domain</strong> opciju na pomenutom linku"
1167
+
1168
+ #: ../admin/social_login.php:262
1169
+ msgid "Xing Consumer Secret"
1170
+ msgstr "Tajna korisnika Xing-a"
1171
+
1172
+ #: ../admin/social_login.php:272
1173
+ #, fuzzy, php-format
1174
+ msgid "Required for Xing Social Login to work. Please follow the documentation at <a href=\"%s\" target=\"_blank\">this link</a> to get Xing Consumer Secret"
1175
+ msgstr "Traži se da bi radilo prijavljivanje na Xing društvenu mrežu. Molimo pratite dokumentaciju na <a href=\"%s\" target=\"_blank\">this link</a> da biste nabavili Xing Consumer Secret"
1176
+
1177
+ #: ../admin/social_login.php:284
1178
+ msgid "Include Javascript in website footer"
1179
+ msgstr "Ukjlučite Javascript u zaglavlje vebsajta"
1180
+
1181
+ #: ../admin/social_login.php:294
1182
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1183
+ msgstr "Ukoliko su omogućeni (preporučuje se), Javascript fajlovi će biti uključeni u zaglavlje vašeg vebsajta"
1184
+
1185
+ #: ../admin/social_login.php:308
1186
+ msgid "Login options"
1187
+ msgstr "Opcije prijavljivanja"
1188
+
1189
+ #: ../admin/social_login.php:324
1190
+ msgid "Text to display above the Social Login interface"
1191
+ msgstr "Tekst koji treba da se prikaže iznad interfejsa za prijavljivanje na društvene mreže"
1192
+
1193
+ #: ../admin/social_login.php:333
1194
+ msgid "Enable at login page"
1195
+ msgstr "Omogućiti na stranici za prijavljivanje"
1196
+
1197
+ #: ../admin/social_login.php:343
1198
+ msgid "Social Login interface will get enabled at the login page of your website"
1199
+ msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1200
+
1201
+ #: ../admin/social_login.php:351
1202
+ msgid "Enable at register page"
1203
+ msgstr "Omogućiti na stranici za registraciju"
1204
+
1205
+ #: ../admin/social_login.php:361
1206
+ #, fuzzy
1207
+ msgid "Social Login interface will get enabled at the registration page of your website"
1208
+ msgstr "Interfejs za prijavljivanje na društvene mreže će bit omogućen na stranici za registraciju vašeg vebsajta"
1209
+
1210
+ #: ../admin/social_login.php:369
1211
+ msgid "Enable at comment form"
1212
+ msgstr "Omogućiti u formi komentara"
1213
+
1214
+ #: ../admin/social_login.php:379
1215
+ msgid "Social Login interface will get enabled at your Wordpress Comment form"
1216
+ msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1217
+
1218
+ #: ../admin/social_login.php:393
1219
+ msgid "Enable before WooCommerce Customer Login Form"
1220
+ msgstr "Omogućiti pre WooCommerce forme za prijavljivanje korisnika"
1221
+
1222
+ #: ../admin/social_login.php:403
1223
+ #, fuzzy
1224
+ msgid "Social Login Interface will get enabled before the customer login form at WooCommerce My Account page"
1225
+ msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1226
+
1227
+ #: ../admin/social_login.php:411
1228
+ msgid "Enable after WooCommerce Customer Login Form"
1229
+ msgstr "Omogućiti posle WooCommerce korisničke forme"
1230
+
1231
+ #: ../admin/social_login.php:421
1232
+ #, fuzzy
1233
+ msgid "Social Login Interface will get enabled after the customer login form at WooCommerce My Account page"
1234
+ msgstr "Interfejs za prijavljivanje na društvene mreže će se biti omogućen na stranici za prijavljivanje vašeg vebsajta"
1235
+
1236
+ #: ../admin/social_login.php:429
1237
+ #, fuzzy
1238
+ msgid "Enable at WooCommerce checkout page"
1239
+ msgstr "Omogućiti na stranici za registraciju"
1240
+
1241
+ #: ../admin/social_login.php:439
1242
+ #, fuzzy
1243
+ msgid "Social Login Interface will get enabled at WooCommerce checkout page"
1244
+ msgstr "Interfejs za prijavljivanje na društvene mreže će biti omogućen u vašoj WordPress formi za komentare"
1245
+
1246
+ #: ../admin/social_login.php:450
1247
+ msgid "Auto-approve comments made by Social Login users"
1248
+ msgstr "Komentari za automatsko odobravanje koje su napravili korisnici prijavljivanja na društvene mreže"
1249
+
1250
+ #: ../admin/social_login.php:460
1251
+ msgid "If this option is enabled, and WordPress comment is made by Social Login user, comment will get approved immediately without keeping in moderation."
1252
+ msgstr "Ako je ova opcija omogućena, a WordPress komentar napravio korisnik prijavljivanja na društvene mreže, komentar će biti momentalno odobren bez zadržavanja u moderaciji."
1253
+
1254
+ #: ../admin/social_login.php:461
1255
+ msgid "Note: This is not related to Facebook comments"
1256
+ msgstr "Beleška: ovo se ne odnosi na komentare na Facebook-u"
1257
+
1258
+ #: ../admin/social_login.php:471
1259
+ msgid "Enable social avatar"
1260
+ msgstr "Omogućite društvenog avatara"
1261
+
1262
+ #: ../admin/social_login.php:481
1263
+ msgid "Social profile pictures of the logged in user will be displayed as profile avatar"
1264
+ msgstr "Društvene profilne slike prijavljenog korisnika će se prikazati kao profilni avatar"
1265
+
1266
+ #: ../admin/social_login.php:491
1267
+ msgid "Avatar quality"
1268
+ msgstr "Kvalitet avatara"
1269
+
1270
+ #: ../admin/social_login.php:494
1271
+ msgid "Average"
1272
+ msgstr "Prosek"
1273
+
1274
+ #: ../admin/social_login.php:495
1275
+ #, fuzzy
1276
+ msgid "Better"
1277
+ msgstr "Bolje"
1278
+
1279
+ #: ../admin/social_login.php:502
1280
+ msgid "Choose avatar quality"
1281
+ msgstr "Odaberite kvalitet avatara"
1282
+
1283
+ #: ../admin/social_login.php:521
1284
+ msgid "If enabled and Social ID provider does not provide user's email address on login, user will be asked to provide his/her email address. Otherwise, a dummy email will be generated"
1285
+ msgstr "Ukoliko je omogućena, a dobavljač društvene identifikacije ne dobavi email adresu korisnika kod prijavljivanja, korisniku će biti zatraženo da dobavi njegovu/njenu email adresu. U suprotnom, nastaće lažni email "
1286
+
1287
+ #: ../admin/social_login.php:530
1288
+ msgid "Send username-password after user registration"
1289
+ msgstr "Pošaljite korisničko ime-lozinku nakon registracije korisnika"
1290
+
1291
+ #: ../admin/social_login.php:540
1292
+ msgid "If enabled, an email will be sent to user after registration through Social Login, regarding his/her login credentials (username-password to be able to login via traditional login form)"
1293
+ msgstr "Ukoliko je omogućen, email će biti poslat korisniku nakon registracije putem prijavljivanja na društvene mreže, vezano za njegove/njene akreditive za prijavljivanje (korisničko ime-lozinka da bi bilo moguće prijavljivanje putem tradicionalne forme za prijavljivanje)"
1294
+
1295
+ #: ../admin/social_login.php:549
1296
+ msgid "Enable social account linking at BuddyPress profile page"
1297
+ msgstr "Omogućiti povezivanje društvenog naloga na BuddyPress profilnoj stranici"
1298
+
1299
+ #: ../admin/social_login.php:559
1300
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1301
+ msgstr "Omogućite ovu opciju da biste pokazali interfejs povezivanja društvenih naloga na BuddyPress profilnoj stranici"
1302
+
1303
+ #: ../admin/social_login.php:568
1304
+ msgid "Login redirection"
1305
+ msgstr "Preusmerenje prijavljivanja"
1306
+
1307
+ #: ../admin/social_login.php:572
1308
+ msgid "Same page where user logged in"
1309
+ msgstr "Ista stranica na kojoj je korisnik prijavljen"
1310
+
1311
+ #: ../admin/social_login.php:576
1312
+ #: ../admin/social_login.php:606
1313
+ msgid "Account dashboard"
1314
+ msgstr "Komandna tabla naloga"
1315
+
1316
+ #: ../admin/social_login.php:579
1317
+ #: ../admin/social_login.php:609
1318
+ msgid "BuddyPress profile page"
1319
+ msgstr "BuddyPress profilna stranica"
1320
+
1321
+ #: ../admin/social_login.php:582
1322
+ #: ../admin/social_login.php:612
1323
+ msgid "Custom Url"
1324
+ msgstr "Uobičajeni URL"
1325
+
1326
+ #: ../admin/social_login.php:590
1327
+ msgid "User will be redirected to the selected page after Social Login"
1328
+ msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon prijavljivanja na društvene mreže"
1329
+
1330
+ #: ../admin/social_login.php:598
1331
+ msgid "Registration redirection"
1332
+ msgstr "Preusmerenje registracije"
1333
+
1334
+ #: ../admin/social_login.php:602
1335
+ #, fuzzy
1336
+ msgid "Same page from where user registered"
1337
+ msgstr "Ista stranica odakle je korisnik registrovan "
1338
+
1339
+ #: ../admin/social_login.php:620
1340
+ msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1341
+ msgstr "Korisnik će biti preusmeren na selektovanu stranicu nakon registracije (prvo prijavljivanje na društvene mreže) kroz prijavljivanje na društvene mreže"
1342
+
1343
+ #: ../admin/social_login.php:628
1344
+ msgid "Email popup options"
1345
+ msgstr "Popup opcije za email"
1346
+
1347
+ #: ../admin/social_login.php:634
1348
+ msgid "Text on 'Email required' popup"
1349
+ msgstr "Tekst na popup-u ‘Traženog email-a’"
1350
+
1351
+ #: ../admin/social_login.php:644
1352
+ msgid "This text will be displayed on email required popup. Leave empty if not required."
1353
+ msgstr "Ovaj tekst će se prikazati na popup-u traženog email-a. Ostavite prazno ako se ne traži"
1354
+
1355
+ #: ../admin/social_login.php:653
1356
+ msgid "Error message for 'Email required' popup"
1357
+ msgstr "Poruka-greška za popup ‘Traženog email-a’"
1358
+
1359
+ #: ../admin/social_login.php:663
1360
+ msgid "This message will be displayed to user if it provides invalid or already registered email"
1361
+ msgstr "Ova poruka će se prikazati korisniku ako dobavi nevažeći ili već registrovani email"
1362
+
1363
+ #: ../admin/social_login.php:672
1364
+ msgid "Email popup height"
1365
+ msgstr "Visina email popup-a"
1366
+
1367
+ #: ../admin/social_login.php:682
1368
+ msgid "If you are seeing vertical scrollbar in the \"Email required\" popup, you can increase the height of popup by specifying in this option. Leave empty for default."
1369
+ msgstr "Ukoliko vidite vertikalnu traku u \"Email required\" popup-u, možete povećati visinu popup-a specifikovanjem u ovoj opciji. Ostavite prazno ako je uobičajeno."
1370
+
1371
+ #: ../admin/social_login.php:690
1372
+ msgid "Enable email verification"
1373
+ msgstr "Omogućite verifikaciju email-a"
1374
+
1375
+ #: ../admin/social_login.php:700
1376
+ msgid "If enabled, email provided by the user will be verified by sending a confirmation link to that email. User would not be able to login without verifying his/her email"
1377
+ msgstr "Ukoliko je omogućen, email koji dostavlja korisnik će biti verifikovan slanjem linka za potvrdu na taj email. Korisnik ne bi trebalo da je u mogućnosti da se prijavi bez verifikacije njegovog/njenog email-a "
1378
+
1379
+ #: ../admin/social_login.php:716
1380
+ #, fuzzy
1381
+ msgid "Social Login Shortcode & Widget"
1382
+ msgstr "Kratki kod & vidžet"
1383
+
1384
+ #: ../admin/social_login.php:717
1385
+ msgid "Social Linking Shortcode"
1386
+ msgstr "Kratki kod za povezivanje na društvene mreže"
1387
+
1388
+ #: ../admin/admin.php:8
1389
+ msgid "Welcome"
1390
+ msgstr "Dobrodošli"
1391
+
1392
+ #: ../admin/admin.php:10
1393
+ msgid "You are ready to Socialize your website."
1394
+ msgstr "Spremni ste da socijalizujete vaš vebsajt"
1395
+
1396
+ #: ../admin/admin.php:11
1397
+ msgid "Getting Started"
1398
+ msgstr "Kako početi"
1399
+
1400
+ #: ../admin/admin.php:12
1401
+ #, fuzzy
1402
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left sidebar. <strong>Social Sharing</strong> is enabled at your website by default."
1403
+ msgstr "Počnite konfiguraciju opcija u sekcijama ispod <strong>Super Socializer</strong> menija u traci sa leve strane. <strong>Social Sharing</strong> je omogućen na vašem vebsajtu po default-u."
1404
+
1405
+ #: ../admin/admin.php:13
1406
+ #, fuzzy
1407
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1408
+ msgstr "U sekciji <strong>Social Commenting</strong> , možete konfigurisati komentarisanje na društvenim mrežama."
1409
+
1410
+ #: ../admin/admin.php:14
1411
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1412
+ msgstr "U sekciji <strong>Social Login</strong>, možete selektovati dobavljače identifikacije na društvenim mrežama i konfigurisati opcije prijavljivanja na društvene mreže."
1413
+
1414
+ #: ../admin/admin.php:15
1415
+ #, fuzzy
1416
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1417
+ msgstr "U sekciji <strong>Social Sharing</strong>, možete odabrati društvene mreže za share-ovanje i konfiguraciju opcija za share-ovanje."
1418
+
1419
+ #: ../admin/admin.php:16
1420
+ #, fuzzy
1421
+ msgid "In <strong>Like Buttons</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1422
+ msgstr "U sekciji <strong>Like Buttons</strong>, možete odabrati tastere “sviđa mi se”/+1 i konfigurisati opcije za isto"
1423
+
1424
+ #: ../admin/like_buttons.php:12
1425
+ msgid "Like Buttons"
1426
+ msgstr "Tasteri za “sviđa mi se”"
1427
+
1428
+ #: ../admin/like_buttons.php:25
1429
+ msgid "Enable Like Buttons"
1430
+ msgstr "Omogućite tastere za “sviđa mi se”"
1431
+
1432
+ #: ../admin/like_buttons.php:35
1433
+ #, fuzzy
1434
+ msgid "Master control for like buttons. It must be checked to enable like buttons functionality"
1435
+ msgstr "Master kontrola za tastere “sviđa mi se”. Mora se proveriti radi omogućavanja funkcionalnosti tastera za “sviđa mi se”"
1436
+
1437
+ #: ../admin/like_buttons.php:57
1438
+ msgid "Use shortlinks already installed, for tweet button"
1439
+ msgstr "Koristite kratke linkove koji su već instalirani za taster za tvitovanje"
1440
+
1441
+ #: ../admin/like_buttons.php:75
1442
+ msgid "Enable bit.ly url shortener for tweet button"
1443
+ msgstr "Omogućite skraćenicu za bit.ly url za taster za tvitovanje"
1444
+
1445
+ #: ../admin/like_buttons.php:148
1446
+ #, fuzzy, php-format
1447
+ msgid "Enter the code of the language you want to use to render counters. You can find the language codes at <a href=\"%s\" target=\"_blank\">this link</a>. Leave it empty for default language(English)"
1448
+ msgstr "Unesite kod jezika koji želite da koristite za vraćanje brojača. Jezičke kodove možete naći na <a href=\"%s\" target=\"_blank\">this link</a>. Ostavite prazno za uobičajeni jezik (engleski)"
1449
+
1450
+ #: ../admin/like_buttons.php:157
1451
+ #, fuzzy
1452
+ msgid "Twitter Username"
1453
+ msgstr "Korisničko ime na Twitter-u kod share-ovanja"
1454
+
1455
+ #: ../admin/like_buttons.php:163
1456
+ #, fuzzy
1457
+ msgid "Twitter username for Tweet (without @)"
1458
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1459
+
1460
+ #: ../admin/like_buttons.php:173
1461
+ msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
1462
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1463
+
1464
+ #: ../admin/like_buttons.php:182
1465
+ #, fuzzy
1466
+ msgid "Twitter username for Buffer sharing (without @)"
1467
+ msgstr "Korisničko ime na Twitter-u (bez @)"
1468
+
1469
+ #: ../admin/like_buttons.php:192
1470
+ #, fuzzy
1471
+ msgid "Provided username will be appended after the content in Buffer sharing as \"via @USERNAME\". Leave empty if you do not want any username."
1472
+ msgstr "Dostavljeno korisničko ime će biti okačeno nakon što se sadržaj tvituje kao \"via @USERNAME\". Ostavite prazno ako ne želite nikakvo korisničko ime."
1473
+
1474
+ #: ../admin/like_buttons.php:201
1475
+ #, fuzzy
1476
+ msgid "Horizontal Interface Options"
1477
+ msgstr "Opcije horizontalnog interfejsa"
1478
+
1479
+ #: ../admin/like_buttons.php:207
1480
+ #, fuzzy
1481
+ msgid "Enable horizontal interface"
1482
+ msgstr "Omogućite horizontalni interfejs"
1483
+
1484
+ #: ../admin/like_buttons.php:217
1485
+ #, fuzzy
1486
+ msgid "Master control to enable horizontal like buttons"
1487
+ msgstr "Master kontrola za omogućavanje horizontalnih tastera za “sviđa mi se”"
1488
+
1489
+ #: ../admin/like_buttons.php:242
1490
+ #: ../admin/like_buttons.php:480
1491
+ msgid "Url to like/share/tweet and display like/share/tweet counts"
1492
+ msgstr "Url za “sviđa mi se”/share-ovanje/tvitovanje i prikazivanje brojanja “sviđa mi se”/share-ovanja/tvitova"
1493
+
1494
+ #: ../admin/like_buttons.php:260
1495
+ #, fuzzy
1496
+ msgid "The text to display above the interface"
1497
+ msgstr "Tekst koji će biti prikazan iznad interfejsa"
1498
+
1499
+ #: ../admin/like_buttons.php:268
1500
+ #: ../admin/like_buttons.php:488
1501
+ #, fuzzy
1502
+ msgid "Select and rearrange providers"
1503
+ msgstr "Selektujte i preuredite dobavljače"
1504
+
1505
+ #: ../admin/like_buttons.php:312
1506
+ #: ../admin/like_buttons.php:531
1507
+ #, fuzzy
1508
+ msgid "Select the providers for interface. Drag them to rearrange."
1509
+ msgstr "Selektujte dobavljače za interfejs. Prevucite ih radi preuređenja."
1510
+
1511
+ #: ../admin/like_buttons.php:334
1512
+ #: ../admin/like_buttons.php:570
1513
+ #, fuzzy
1514
+ msgid "Horizontal alignment of the interface"
1515
+ msgstr "Horizontalno svrstavanje interfejsa"
1516
+
1517
+ #: ../admin/like_buttons.php:355
1518
+ #, fuzzy
1519
+ msgid "Specify position of the interface with respect to the content"
1520
+ msgstr "Specifikujte poziciju interfejsa u odnosu na sadržaj"
1521
+
1522
+ #: ../admin/like_buttons.php:363
1523
+ #: ../admin/like_buttons.php:636
1524
+ #, fuzzy
1525
+ msgid "Interface location"
1526
+ msgstr "Lokacija interfejsa"
1527
+
1528
+ #: ../admin/like_buttons.php:429
1529
+ #, fuzzy
1530
+ msgid "Specify the pages where you want to enable interface"
1531
+ msgstr "Specifikujte stranice gde želite da omogućite interfejs"
1532
+
1533
+ #: ../admin/like_buttons.php:439
1534
+ #, fuzzy
1535
+ msgid "Vertical (Floating) like buttons Options"
1536
+ msgstr "Opcije za vertikalne (plutajuće) tastere za “sviđa mi se”"
1537
+
1538
+ #: ../admin/like_buttons.php:445
1539
+ #, fuzzy
1540
+ msgid "Enable vertical (floating) like buttons"
1541
+ msgstr "Omogućite vertikalne (plutajuće) tastere za “sviđa mi se”"
1542
+
1543
+ #: ../admin/like_buttons.php:455
1544
+ #, fuzzy
1545
+ msgid "Master control to enable vertical (floating) counter widget"
1546
+ msgstr "Master kontrola radi omogućavanja vidžeta vertikalnog (plutajućeg) brojača"
1547
+
1548
+ #: ../admin/like_buttons.php:549
1549
+ #, fuzzy
1550
+ msgid "Specify the color or hex code (example #cc78e0) for the background of vertical interface. Leave empty for transparent. You can get the hex code of the required color from <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1551
+ msgstr "Specifikujte boju ili hex kod (primer #cc78e0) za pozadinu vertikalnog interfejsa. Ostavite prazno za transparentnu. Hex kod za traženu boju možete dobiti preko <a href=\"http://www.colorpicker.com/\" target=\"_blank\">this link</a>"
1552
+
1553
+ #: ../admin/like_buttons.php:589
1554
+ #, fuzzy
1555
+ msgid "Specify a number. Increase in number will shift interface towards right and decrease will shift it towards left. Number can be negative too."
1556
+ msgstr "Specifikujte broj. Povećanje u broju će pomeriti interfejs u desno, a smanjenje u levo. Broj može biti i negativan."
1557
+
1558
+ #: ../admin/like_buttons.php:609
1559
+ #, fuzzy
1560
+ msgid "Specify a number. Increase in number will shift interface towards left and decrease will shift it towards right. Number can be negative too."
1561
+ msgstr "Specifikujte broj. Povećanje u broju može pomeriti interfejs u levo, a smanjenje u desno. Broj može biti i negativan."
1562
+
1563
+ #: ../admin/like_buttons.php:628
1564
+ #, fuzzy
1565
+ msgid "Specify a number. Increase in number will shift interface towards bottom and decrease will shift it towards top."
1566
+ msgstr "Specifikujte broj. Povećanje u broju će interfejs pomeriti prema dnu, a smanjenje prema vrhu."
1567
+
1568
+ #: ../admin/like_buttons.php:678
1569
+ #, fuzzy
1570
+ msgid "Specify the pages where you want to enable vertical interface"
1571
+ msgstr "Specifikujte stranice gde želite da omogućite vertikalni interfejs"
1572
+
1573
+ #: ../admin/like_buttons.php:686
1574
+ msgid "Hide like buttons on mobile devices"
1575
+ msgstr "Sakrite tastere za “sviđa mi se” na mobilnim uređajima"
1576
+
1577
+ #: ../admin/like_buttons.php:696
1578
+ msgid "If enabled, vertical like buttons will not appear on mobile devices"
1579
+ msgstr "Ukoliko su omogućeni, vertikalni tasteri za “sviđa mi se” se neće pojaviti na mobilnim uređajima"
1580
+
1581
+ #: ../admin/like_buttons.php:714
1582
+ #, fuzzy
1583
+ msgid "Like Buttons Shortcode & Widget"
1584
+ msgstr "Kratki kod & vidžet"
1585
+
1586
+ #: ../inc/shortcode.php:245
1587
+ #, fuzzy
1588
+ msgid "Enable Social Login from \"Basic Configuration\" section at \"Super Socializer > Social Login\" page in admin panel"
1589
+ msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1590
+
1591
+ #: ../inc/social_sharing.php:628
1592
+ msgid "Invalid request"
1593
+ msgstr "Nevažeći zahtev"
1594
+
1595
+ #: ../inc/social_sharing.php:635
1596
+ msgid "Providers not selected"
1597
+ msgstr "Dobavljači nisu selektovani"
1598
+
1599
+ #: ../inc/widget.php:11
1600
+ msgid "Super Socializer - Login"
1601
+ msgstr "Super Socializer - prijavljivanje"
1602
+
1603
+ #: ../inc/widget.php:13
1604
+ msgid "Let your website users login/register using their favorite Social ID Provider, such as Facebook, Twitter, Google+, LinkedIn"
1605
+ msgstr "Dopustite da se korisnici vašeg vebsajta prijave/registruju korišćenjem njihovog omiljenog dobavljača identifikacije za društvene mreže, kao što je Facebook, Twitter, Google+, Linkedin"
1606
+
1607
+ #: ../inc/widget.php:47
1608
+ msgid "Log Out"
1609
+ msgstr "Odjavite se "
1610
+
1611
+ #: ../inc/widget.php:78
1612
+ msgid "Make sure Social Login is enabled from \"Super Socializer > Social Login\" page."
1613
+ msgstr "Uverite se da je prijava na društvene mreže omogućena sa \"Super Socializer > Social Login\" stranice."
1614
+
1615
+ #: ../inc/widget.php:79
1616
+ #: ../inc/widget.php:219
1617
+ #: ../inc/widget.php:524
1618
+ msgid "Title:"
1619
+ msgstr "Naslov:"
1620
+
1621
+ #: ../inc/widget.php:81
1622
+ #: ../inc/widget.php:233
1623
+ #: ../inc/widget.php:534
1624
+ msgid "Before widget content:"
1625
+ msgstr "Pre sadržaja vidžeta:"
1626
+
1627
+ #: ../inc/widget.php:83
1628
+ #: ../inc/widget.php:235
1629
+ #: ../inc/widget.php:536
1630
+ msgid "After widget content:"
1631
+ msgstr "Nakon sadržaja vidžeta:"
1632
+
1633
+ #: ../inc/widget.php:86
1634
+ #: ../inc/widget.php:237
1635
+ #: ../inc/widget.php:401
1636
+ #: ../inc/widget.php:538
1637
+ #: ../inc/widget.php:688
1638
+ msgid "Hide for logged in users:"
1639
+ msgstr "Sakrite za prijavljene korisnike:"
1640
+
1641
+ #: ../inc/widget.php:105
1642
+ #, fuzzy
1643
+ msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1644
+ msgstr "Vidžet za horizontalno share-ovanje. Dopustite da korisnici vašeg vebsajta share-uju sadržaj na popularnim društvenim mrežama kao što su Facebook, Twitter, Tumblr, Google+ i mnoge druge"
1645
+
1646
+ #: ../inc/widget.php:218
1647
+ msgid "Make sure \"Horizontal Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1648
+ msgstr "Uverite se da je \"Horizontal Social Sharing\" omogućeno sa \"Super Socializer > Social Sharing\" stranice."
1649
+
1650
+ #: ../inc/widget.php:221
1651
+ #: ../inc/widget.php:370
1652
+ #, fuzzy
1653
+ msgid "Show individual share counts:"
1654
+ msgstr "Prikazati brojače share-ovanja:"
1655
+
1656
+ #: ../inc/widget.php:223
1657
+ #: ../inc/widget.php:372
1658
+ #, fuzzy
1659
+ msgid "Show total shares:"
1660
+ msgstr "Prikazati brojače share-ovanja:"
1661
+
1662
+ #: ../inc/widget.php:225
1663
+ #: ../inc/widget.php:374
1664
+ #: ../inc/widget.php:526
1665
+ #: ../inc/widget.php:661
1666
+ msgid "Target Url:"
1667
+ msgstr "Ciljni URL:"
1668
+
1669
+ #: ../inc/widget.php:227
1670
+ #: ../inc/widget.php:376
1671
+ #: ../inc/widget.php:528
1672
+ #: ../inc/widget.php:663
1673
+ msgid "Select"
1674
+ msgstr "Selektujte"
1675
+
1676
+ #: ../inc/widget.php:256
1677
+ msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1678
+ msgstr "Vertikalni plutajući vidžet za share-ovanje. Dopustite da korisnici vašeg vebsajta share-uju sadržaj na popularnim društvenim mrežama kao što su Facebook, Twitter, Tumblr, Google+, i mnoge druge"
1679
+
1680
+ #: ../inc/widget.php:369
1681
+ msgid "Make sure \"Vertical Social Sharing\" is enabled from \"Super Socializer > Social Sharing\" page."
1682
+ msgstr "Uverite se da je \"Vertical Social Sharing\" omogućeno sa \"Super Socializer > Social Sharing\" stranice"
1683
+
1684
+ #: ../inc/widget.php:382
1685
+ #: ../inc/widget.php:669
1686
+ msgid "Alignment"
1687
+ msgstr "Svrstavanje"
1688
+
1689
+ #: ../inc/widget.php:388
1690
+ #: ../inc/widget.php:675
1691
+ #, fuzzy
1692
+ msgid "Left Offset"
1693
+ msgstr "Levi offset"
1694
+
1695
+ #: ../inc/widget.php:392
1696
+ #: ../inc/widget.php:679
1697
+ #, fuzzy
1698
+ msgid "Right Offset"
1699
+ msgstr "Desni offset"
1700
+
1701
+ #: ../inc/widget.php:395
1702
+ #: ../inc/widget.php:682
1703
+ #, fuzzy
1704
+ msgid "Top Offset"
1705
+ msgstr "Gornji offset"
1706
+
1707
+ #: ../inc/widget.php:420
1708
+ #, fuzzy
1709
+ msgid "Horizontal like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1710
+ msgstr "Vidžet za horizontalne tastere za “sviđa mi se”. Dopustite da korisnici vašeg vebsajta share-uju/da im se dopadne sadržaj na popularnim društvenim mrežama kao što su facebook, Twitter, Google+ i mnoge druge"
1711
+
1712
+ #: ../inc/widget.php:523
1713
+ msgid "Make sure \"Horizontal Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1714
+ msgstr "Uverite se da su \"Horizontal Like Buttons\" omogućei sa \"Super Socializer > Like Buttons\" stranice."
1715
+
1716
+ #: ../inc/widget.php:557
1717
+ #, fuzzy
1718
+ msgid "Vertical floating like buttons widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1719
+ msgstr "Vidžet za vertikalne plutajuće tastere za “sviđa mi se”. Dopustite da korisnici vašeg vebsajta share-uju/da im se dopadne sadržaj na popularnim društvenim mrežama kao što su Facebook, Twitter, Google+ i mnoge druge"
1720
+
1721
+ #: ../inc/widget.php:660
1722
+ msgid "Make sure \"Vertical Like Buttons\" are enabled from \"Super Socializer > Like Buttons\" page."
1723
+ msgstr "Uverite se da su \"Vertical Like Buttons\" omogućeni sa \"Super Socializer > Like Buttons\" stranice."
1724
+
1725
+ #~ msgid ""
1726
+ #~ "<strong>Note:</strong> Drop us an email at support@heateor.com to enable "
1727
+ #~ "Facebook Comments notification and moderation."
1728
+ #~ msgstr ""
1729
+ #~ "<strong>Note:</strong> Napišite nam email na support@heateor.com da biste "
1730
+ #~ "omogućili obaveštenja i moderciju komentara na Facebook-u."
1731
+
1732
+ #~ msgid "You can see the plugin in action at following link"
1733
+ #~ msgstr "Možete videti plugin na delu na link-u koji sledi"
1734
+
1735
+ #, fuzzy
1736
+ #~ msgid ""
1737
+ #~ "If you like the plugin or have any query, drop an email at <a href="
1738
+ #~ "\"mailto:support@heateor.com\">support@heateor.com</a>, like our "
1739
+ #~ "<strong>Facebook</strong> page and follow us at <strong>Twitter</strong>."
1740
+ #~ msgstr ""
1741
+ #~ "Ako vam se dopada plugin ili imate bilo kakvo pitanje, napišite email na "
1742
+ #~ "<a href=\"mailto:support@heateor.com\">support@heateor.com</a>, kao i na "
1743
+ #~ "našu <strong>Facebook</strong> stranicu i pratite nas na <strong>Twitter</"
1744
+ #~ "strong>."
1745
+
1746
+ #~ msgid "Want plugin customization?"
1747
+ #~ msgstr "Želite plugin kustomizaciju?"
1748
+
1749
+ #~ msgid "Mobile"
1750
+ #~ msgstr "Mobilni"
1751
+
1752
+ #~ msgid "Auto Detect"
1753
+ #~ msgstr "Automatsko detektovanje"
1754
+
1755
+ #~ msgid "True"
1756
+ #~ msgstr "Istinito"
1757
+
1758
+ #~ msgid "False"
1759
+ #~ msgstr "Neistinito"
1760
+
1761
+ #~ msgid ""
1762
+ #~ "A boolean value that specifies whether to show the mobile-optimized "
1763
+ #~ "version or not."
1764
+ #~ msgstr "Translation:"
1765
+
1766
+ #, fuzzy
1767
+ #~ msgid "Sortcode & Widget"
1768
+ #~ msgstr "Kratki kod & vidžet"
1769
+
1770
+ #~ msgid "Twitter username in tweet button"
1771
+ #~ msgstr "Korisničko ime na Twitter-u na tasteru za tvitovanje"
1772
+
1773
+ #~ msgid ""
1774
+ #~ "Paste following url in <strong>Website</strong> and <strong>OAuth "
1775
+ #~ "redirect_uri</strong> options at the link mentioned"
1776
+ #~ msgstr ""
1777
+ #~ "Incollare seguente URL in <strong>Website</ strong> e <strong> OAuth "
1778
+ #~ "redirect_uri </ strong> e cenare presso il link citato"
1779
+
1780
+ #~ msgid ""
1781
+ #~ "I am a tech enthusiast. I like to play with code and build great stuff "
1782
+ #~ "(and like to call myself - The Champ....:) ). You can connect with me "
1783
+ #~ "(and my upcoming work) via:"
1784
+ #~ msgstr ""
1785
+ #~ "Io sono un entusiasta della tecnologia. Mi piace giocare con codice e "
1786
+ #~ "costruire cose belle (e mi piace chiamare a mé stesso - Il "
1787
+ #~ "Campione....:) ). Ti puoi connetare a mé (e il mio futuro lavoro) "
1788
+ #~ "attraverso:"
1789
+
1790
+ #~ msgid "Plugin Fan Page"
1791
+ #~ msgstr "Pagina di tifosi del plugin"
1792
+
1793
+ #~ msgid "My Fan Page"
1794
+ #~ msgstr "La mia pagina di tifosi"
1795
+
1796
+ #, fuzzy
1797
+ #~ msgid "Social Counter"
1798
+ #~ msgstr "Contatore Sociale"
1799
+
1800
+ #~ msgid ""
1801
+ #~ "Master control for Social Counter. It must be checked to enable Social "
1802
+ #~ "Counter functionality"
1803
+ #~ msgstr ""
1804
+ #~ "Controllo Maestro per il Contatore Sociale. Dev'essere marcato per il "
1805
+ #~ "buon funzionamento del Contatore Sociale"
1806
+
1807
+ #~ msgid ""
1808
+ #~ "<strong>Note:</strong> To disable counter on particular page/post, edit "
1809
+ #~ "that page/post and check the options at the bottom in <strong>\"Super "
1810
+ #~ "Socializer\"</strong> section"
1811
+ #~ msgstr ""
1812
+ #~ "<strong>Nota:</strong> per disabilitare il Contatore in pagine o posts "
1813
+ #~ "particolari, edita la pagina o il post in riguardo e controlla le opzioni "
1814
+ #~ "al basso della sezione <strong>\"Super Socializzatore\"</strong>"
1815
+
1816
+ #~ msgid ""
1817
+ #~ "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content "
1818
+ #~ "of required page/post where you want to display Social Counter interface."
1819
+ #~ msgstr ""
1820
+ #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
1821
+ #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
1822
+ #~ "apparesca."
1823
+
1824
+ #~ msgid "Example"
1825
+ #~ msgstr "Esempio"
1826
+
1827
+ #~ msgid "You can use following attributes in the Shortcode"
1828
+ #~ msgstr "Puoi usare i siguenti attributi nel Codigo breve"
1829
+
1830
+ #~ msgid ""
1831
+ #~ "Use <strong>style</strong> attribute to style the rendered Social Counter "
1832
+ #~ "interface"
1833
+ #~ msgstr ""
1834
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1835
+ #~ "Contatore Sociale"
1836
+
1837
+ #, fuzzy
1838
+ #~ msgid ""
1839
+ #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1840
+ #~ "or \"vertical\") of Social Counter interface. Default type is \"horizontal"
1841
+ #~ "\"."
1842
+ #~ msgstr ""
1843
+ #~ "Utilizza l'attributo <strong>type</strong> para specificare il tipo "
1844
+ #~ "(\"horizontal\" o \"vertical\") del Contatore Sociale. Predefinito é "
1845
+ #~ "\"horizontal\"."
1846
+
1847
+ #~ msgid "Left (Works with \"Vertical\" type interface only)"
1848
+ #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1849
+
1850
+ #~ msgid ""
1851
+ #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1852
+ #~ "form the left side of the screen) of Social Counter interface."
1853
+ #~ msgstr ""
1854
+ #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
1855
+ #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
1856
+ #~ "schermo)."
1857
+
1858
+ #~ msgid "Top (Works with \"Vertical\" type interface only)"
1859
+ #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1860
+
1861
+ #, fuzzy
1862
+ #~ msgid ""
1863
+ #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1864
+ #~ "form the top of the screen) of Social Counter interface."
1865
+ #~ msgstr ""
1866
+ #~ "Usa l'attributo <strong>top</strong> per specificare la compensazione "
1867
+ #~ "all'alto dell'interfaccia del Contatore (distanza del lato superiore del "
1868
+ #~ "schermo)."
1869
+
1870
+ #, fuzzy
1871
+ #~ msgid "Use <strong>url</strong> attribute to specify the url to be liked"
1872
+ #~ msgstr ""
1873
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
1874
+ #~ "Contatore Sociale"
1875
+
1876
+ #, fuzzy
1877
+ #~ msgid "You can use shortcode in PHP file as following"
1878
+ #~ msgstr "Puoi usare i Codici brevi nei documenti PHP como segue"
1879
+
1880
+ #~ msgid ""
1881
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
1882
+ #~ "shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]"
1883
+ #~ "</strong>, so the final code looks like following"
1884
+ #~ msgstr ""
1885
+ #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
1886
+ #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
1887
+ #~ "strong>, il codigo finale si presenta come segue"
1888
+
1889
+ #~ msgid "Widget"
1890
+ #~ msgstr "Widget"
1891
+
1892
+ #~ msgid ""
1893
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
1894
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
1895
+ #~ "Counter (Horizontal Widget)</strong> and <strong>Super Socializer - "
1896
+ #~ "Counter (Vertical Floating Widget)</strong> widgets in the required area."
1897
+ #~ msgstr ""
1898
+ #~ "Puoi navigare alla sezione <strong>Appearence</strong> > <strong>Widgets</"
1899
+ #~ "strong> nella vaschetta sinistra e posizionare i widget <strong>Super "
1900
+ #~ "Socializer - Counter (Horizontal Widget)</strong> e <strong>Super "
1901
+ #~ "Socializer - Counter (Vertical Floating Widget)</strong> nell'area "
1902
+ #~ "desiderata."
1903
+
1904
+ #, fuzzy
1905
+ #~ msgid ""
1906
+ #~ "How can I show like counts of my website rather than of individual pages/"
1907
+ #~ "posts?"
1908
+ #~ msgstr ""
1909
+ #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1910
+ #~ "solo pagine uniche?"
1911
+
1912
+ #, fuzzy
1913
+ #~ msgid ""
1914
+ #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
1915
+ #~ msgstr ""
1916
+ #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
1917
+ #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
1918
+
1919
+ #, fuzzy
1920
+ #~ msgid "How can I disable social counter on particular page/post?"
1921
+ #~ msgstr ""
1922
+ #~ "Como posso mostrare la quantitá di condivisoni del mio sito web invece di "
1923
+ #~ "solo pagine uniche?"
1924
+
1925
+ #, fuzzy
1926
+ #~ msgid ""
1927
+ #~ "Edit that page/post and check the options at the bottom in \"Super "
1928
+ #~ "Socializer\" section"
1929
+ #~ msgstr ""
1930
+ #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
1931
+ #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
1932
+
1933
+ #~ msgid "Social Sharing"
1934
+ #~ msgstr "Condivisione Sociale"
1935
+
1936
+ #, fuzzy
1937
+ #~ msgid ""
1938
+ #~ "<strong>Note:</strong> To disable sharing and specify minimum share "
1939
+ #~ "counts per social network on particular page/post, edit that page/post "
1940
+ #~ "and check the options at the bottom in <strong>\"Super Socializer\"</"
1941
+ #~ "strong> section"
1942
+ #~ msgstr ""
1943
+ #~ "<strong>Nota:</strong> per disabilitare la condivisione sociale in pagine "
1944
+ #~ "o pubblicazioni particolari, edita la pagina o la pubblicazione in "
1945
+ #~ "riguardo e controlla le opzioni al basso della sezione <strong>\"Super "
1946
+ #~ "Socializer\"</strong>"
1947
+
1948
+ #~ msgid ""
1949
+ #~ "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content "
1950
+ #~ "of required page/post where you want to display Social Sharing interface."
1951
+ #~ msgstr ""
1952
+ #~ "Puoi utilizzare il codice breve <strong>[TheChamp-Sharing]</strong> nel "
1953
+ #~ "contenuto della pagina o del post dove vuoi che si mostra l'iterfaccia di "
1954
+ #~ "condivisione sociale"
1955
+
1956
+ #~ msgid ""
1957
+ #~ "Use <strong>style</strong> attribute to style the rendered Social Sharing "
1958
+ #~ "interface"
1959
+ #~ msgstr ""
1960
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1961
+ #~ "di condivisione sociale"
1962
+
1963
+ #~ msgid ""
1964
+ #~ "Use <strong>type</strong> attribute to specify the type (\"horizontal\" "
1965
+ #~ "or \"vertical\") of Social Sharing interface. Default type is \"horizontal"
1966
+ #~ "\"."
1967
+ #~ msgstr ""
1968
+ #~ "Utilizza l'attributo <strong>type</strong> per specificare il tipo "
1969
+ #~ "(\"horizontal\" o \"vertical\") dell'interfaccia di condivisione sociale. "
1970
+ #~ "Predefinito é \"horizontal\"."
1971
+
1972
+ #, fuzzy
1973
+ #~ msgid ""
1974
+ #~ "Use <strong>count</strong> attribute to enable the share counts on Social "
1975
+ #~ "Sharing interface"
1976
+ #~ msgstr ""
1977
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
1978
+ #~ "di condivisione sociale"
1979
+
1980
+ #, fuzzy
1981
+ #~ msgid "left (Works with \"Vertical\" type interface only)"
1982
+ #~ msgstr "Left (funziona solo con il tipo \"verticale\")"
1983
+
1984
+ #~ msgid ""
1985
+ #~ "Use <strong>left</strong> attribute to specify the left offset (distance "
1986
+ #~ "form the left side of the screen) of Social Sharing interface."
1987
+ #~ msgstr ""
1988
+ #~ "Usa l'attributo <strong>left</strong> per specificare la posizione "
1989
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine sinistro "
1990
+ #~ "dello schermo."
1991
+
1992
+ #, fuzzy
1993
+ #~ msgid "top (Works with \"Vertical\" type interface only)"
1994
+ #~ msgstr "Top (funziona solo con il tipo \"verticale\")"
1995
+
1996
+ #~ msgid ""
1997
+ #~ "Use <strong>top</strong> attribute to specify the top offset (distance "
1998
+ #~ "form the top of the screen) of Social Sharing interface."
1999
+ #~ msgstr ""
2000
+ #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
2001
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine "
2002
+ #~ "superiore dello schermo."
2003
+
2004
+ #, fuzzy
2005
+ #~ msgid "Use <strong>url</strong> attribute to specify the url to be shared"
2006
+ #~ msgstr ""
2007
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
2008
+ #~ "Contatore Sociale"
2009
+
2010
+ #~ msgid ""
2011
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2012
+ #~ "shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]"
2013
+ #~ "</strong>, so the final code looks like following"
2014
+ #~ msgstr ""
2015
+ #~ "Rimpiazza <strong>SHORTCODE</strong> nel codice antecedente con il codice "
2016
+ #~ "breve necessario come <strong>[TheChamp-Sharing style=\"background-color:"
2017
+ #~ "#000;\"]</strong>, il codice finale si presenterá come segue"
2018
+
2019
+ #~ msgid ""
2020
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2021
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2022
+ #~ "Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - "
2023
+ #~ "Sharing (Vertical Floating Widget)</strong> widgets in the required area."
2024
+ #~ msgstr ""
2025
+ #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
2026
+ #~ "strong>nella vaschetta di sinistra e muovere i widget <strong>Super-"
2027
+ #~ "Socializer - Sharing (Horizontal Widget)</strong> e <strong>Super "
2028
+ #~ "Socializer - Sharing (Vertical Floating Widget)strong> nell'area "
2029
+ #~ "necessitata."
2030
+
2031
+ #~ msgid ""
2032
+ #~ "Choose \"Url of the homepage of your website\" in \"Target Url\" option "
2033
+ #~ "and enable \"Show share counts\" option"
2034
+ #~ msgstr ""
2035
+ #~ "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione "
2036
+ #~ "\"Target URL \" e attivare \"Mostra condividere conta \""
2037
+
2038
+ #, fuzzy
2039
+ #~ msgid ""
2040
+ #~ "After enabling this option, Facebook commenting will appear before "
2041
+ #~ "Wordpress comment form at your website"
2042
+ #~ msgstr ""
2043
+ #~ "Dopo d'abilitare questa opzione, Commentando con Facebook sará "
2044
+ #~ "visualizzato in luogo del formulario di Commento di Wordpress nel tuo "
2045
+ #~ "sito Web."
2046
+
2047
+ #~ msgid "Keep only Facebook Commenting"
2048
+ #~ msgstr "Conservare solo i Commenti di Facebook"
2049
+
2050
+ #, fuzzy
2051
+ #~ msgid ""
2052
+ #~ "If enabled, only Facebook commenting would be visible without default "
2053
+ #~ "comment form"
2054
+ #~ msgstr ""
2055
+ #~ "Se abilitato, solo Commentando con Facebook sará visualizzato, senza la "
2056
+ #~ "opzione di cambiare ai Commenti WordPress"
2057
+
2058
+ #, fuzzy
2059
+ #~ msgid ""
2060
+ #~ "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the "
2061
+ #~ "content of required page/post where you want to display Facebook "
2062
+ #~ "Commenting interface."
2063
+ #~ msgstr ""
2064
+ #~ "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel "
2065
+ #~ "contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale "
2066
+ #~ "apparesca."
2067
+
2068
+ #, fuzzy
2069
+ #~ msgid ""
2070
+ #~ "Use <strong>style</strong> attribute to style the rendered commenting "
2071
+ #~ "interface"
2072
+ #~ msgstr ""
2073
+ #~ "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia "
2074
+ #~ "di condivisione sociale"
2075
+
2076
+ #, fuzzy
2077
+ #~ msgid ""
2078
+ #~ "Use <strong>url</strong> attribute to specify the target url for "
2079
+ #~ "comments. This defaults to the page where shortcode is used."
2080
+ #~ msgstr ""
2081
+ #~ "Usa l'attributo <strong>left</strong> per specificare la compensazione a "
2082
+ #~ "sinistra dell'interfaccia del Contatore (distanza del lato sinistro del "
2083
+ #~ "schermo)."
2084
+
2085
+ #, fuzzy
2086
+ #~ msgid ""
2087
+ #~ "Use <strong>num_posts</strong> attribute to specify the number of "
2088
+ #~ "comments to display."
2089
+ #~ msgstr ""
2090
+ #~ "Usa l'attributo <strong>style</strong> per cambiare il stilo del "
2091
+ #~ "Contatore Sociale"
2092
+
2093
+ #, fuzzy
2094
+ #~ msgid "width"
2095
+ #~ msgstr "Larghezza"
2096
+
2097
+ #, fuzzy
2098
+ #~ msgid ""
2099
+ #~ "Use <strong>width</strong> attribute to specify the width of commenting "
2100
+ #~ "interface. Omit it for fluid width"
2101
+ #~ msgstr ""
2102
+ #~ "Usa l'attributo <strong>top</strong> per specificare la posizione "
2103
+ #~ "dell'interfaccia di condivisione sociale in relazione al margine "
2104
+ #~ "superiore dello schermo."
2105
+
2106
+ #, fuzzy
2107
+ #~ msgid ""
2108
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2109
+ #~ "shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:"
2110
+ #~ "#000;\"]</strong>, so the final code looks like following"
2111
+ #~ msgstr ""
2112
+ #~ "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice "
2113
+ #~ "breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</"
2114
+ #~ "strong>, il codigo finale si presenta come segue"
2115
+
2116
+ #~ msgid ""
2117
+ #~ "Edit that page/post and check the option \"Disable Facebook Comments on "
2118
+ #~ "this post/page\" at the bottom in \"Super Socializer\" section"
2119
+ #~ msgstr ""
2120
+ #~ "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook "
2121
+ #~ "Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
2122
+
2123
+ #~ msgid ""
2124
+ #~ "How to enable only Facebook Comments without enabling default comment "
2125
+ #~ "form?"
2126
+ #~ msgstr ""
2127
+ #~ "Come abilitare solo i commenti di Facebook senza abilitazione modulo dei "
2128
+ #~ "commenti default?"
2129
+
2130
+ #~ msgid ""
2131
+ #~ "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting"
2132
+ #~ "\" section."
2133
+ #~ msgstr ""
2134
+ #~ "Abilita \"Conservare soltanto Facebook Commentando\" opzione sezione "
2135
+ #~ "\"Facebook Commentando\"."
2136
+
2137
+ #~ msgid ""
2138
+ #~ "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of "
2139
+ #~ "required page/post where you want to display Social Login interface."
2140
+ #~ msgstr ""
2141
+ #~ "Utilizza il codice breve <strong> [TheChamp-Login]</strong> nel "
2142
+ #~ "contenuto della pagina/post dove voui che la interfaccia dell'ingresso "
2143
+ #~ "sociale sia mostrata."
2144
+
2145
+ #~ msgid ""
2146
+ #~ "You can use \"style\" attribute in the Shortcode to style the rendered "
2147
+ #~ "Social Login interface."
2148
+ #~ msgstr ""
2149
+ #~ "Puoi utilizzare attributi \"style\" nel codice breve per stilizzare "
2150
+ #~ "l'interfaccia dell'ingresso sociale"
2151
+
2152
+ #~ msgid ""
2153
+ #~ "Replace <strong>SHORTCODE</strong> in above code with the required "
2154
+ #~ "shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</"
2155
+ #~ "strong>, so the final code looks like following"
2156
+ #~ msgstr ""
2157
+ #~ "Restituisci <strong>SHORTCODE</strong> nel codice antecedente con il "
2158
+ #~ "codice breve necessitato come <strong>[TheChamp-Login style=\"background-"
2159
+ #~ "color: #000;\"]</strong>, in questo caso il codice finale si presenterá "
2160
+ #~ "come segue"
2161
+
2162
+ #~ msgid ""
2163
+ #~ "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</"
2164
+ #~ "strong> section in the left pan and drag <strong>Super Socializer - "
2165
+ #~ "Login</strong> widget in the required area."
2166
+ #~ msgstr ""
2167
+ #~ "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</"
2168
+ #~ "strong> nella vaschetta sinistra e trascinare <strong>Super Socializer - "
2169
+ #~ "Login</strong> widget all'area necessaria."
2170
+
2171
+ #~ msgid "White-Label"
2172
+ #~ msgstr "Etichetta bianca"
2173
+
2174
+ #~ msgid ""
2175
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
2176
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
2177
+ #~ "\">lordofthechamps@gmail.com</a>"
2178
+ #~ msgstr ""
2179
+ #~ "Rimuovere i collegamenti di credito (\"Super Socializzatore da Il "
2180
+ #~ "Campione) per solo $15.\n"
2181
+ #~ "Interssato? Scrivimi una posta elettronica: <a href=\"mailto:"
2182
+ #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
2183
+
2184
+ #~ msgid "Feed"
2185
+ #~ msgstr "Feed di Notizie"
2186
+
2187
+ #~ msgid "Important note"
2188
+ #~ msgstr "Nota importante"
2189
+
2190
+ #~ msgid ""
2191
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
2192
+ #~ "\"_blank\">this link</a>"
2193
+ #~ msgstr ""
2194
+ #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
2195
+ #~ "target=\"_blank\">questo collegamento</a>"
2196
+
2197
+ #~ msgid "Publish feed on user's timeline on Facebook login"
2198
+ #~ msgstr ""
2199
+ #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
2200
+ #~ "accesso al Facebook"
2201
+
2202
+ #~ msgid ""
2203
+ #~ "If enabled, a post will be published on the timeline of the user logging "
2204
+ #~ "in"
2205
+ #~ msgstr ""
2206
+ #~ "Se abilitato, una pubblicazione sará pubblicata sulla linea temporale "
2207
+ #~ "dell' utente che accede"
2208
+
2209
+ #~ msgid "Facebook Feed Options"
2210
+ #~ msgstr "Opzioni di Feed di Notizie di Facebook"
2211
+
2212
+ #~ msgid "Message"
2213
+ #~ msgstr "Messaggio"
2214
+
2215
+ #~ msgid ""
2216
+ #~ "Message for the feed post. %website-name% will be replaced with your "
2217
+ #~ "website name in actual message."
2218
+ #~ msgstr ""
2219
+ #~ "Messaggio per la pubblicazione del Feed di Notizie. %website-name% sará "
2220
+ #~ "sostituito con il nome del tuo sito web nel messaggio attuale."
2221
+
2222
+ #~ msgid "Link (required)"
2223
+ #~ msgstr "Collegamento (richiesto)"
2224
+
2225
+ #~ msgid ""
2226
+ #~ "The link attached to this feed (required parameter for this functionality "
2227
+ #~ "to work)"
2228
+ #~ msgstr ""
2229
+ #~ "Il collegamento allegato a questa Feed di Notizie (parametro richiesto "
2230
+ #~ "per per fare funzionare questa funzionalitá) "
2231
+
2232
+ #~ msgid "Picture"
2233
+ #~ msgstr "Immagine"
2234
+
2235
+ #~ msgid ""
2236
+ #~ "The URL of a picture attached to this post. The picture must be at least "
2237
+ #~ "200px by 200px. (if this url is not specified, image from the url "
2238
+ #~ "specified in Link parameter will be displayed in the post)"
2239
+ #~ msgstr ""
2240
+ #~ "La URL di una immagine allegata a questa pubblicazione. L'immagine "
2241
+ #~ "dev'essere al minimo 200px per 200px. (se la url non é specificata, "
2242
+ #~ "l'immagine della url specificata nei parametri del collegamento sará "
2243
+ #~ "mostrata nella pubblicazione)"
2244
+
2245
+ #~ msgid "Source"
2246
+ #~ msgstr "Fonte"
2247
+
2248
+ #~ msgid ""
2249
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
2250
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
2251
+ #~ "a thumbnail for the video."
2252
+ #~ msgstr ""
2253
+ #~ "La URL di un media file (SWF ó MP3) allegata a questa pubblicazione. Se é "
2254
+ #~ "SWF, si deve specificare la immagine (nel parametro \"Immagine\") per "
2255
+ #~ "dare una miniatura per il video."
2256
+
2257
+ #~ msgid "Name"
2258
+ #~ msgstr "Nome"
2259
+
2260
+ #~ msgid "The name of the link attachment"
2261
+ #~ msgstr "Il nome dell'attacamento del collegamento"
2262
+
2263
+ #~ msgid "Caption"
2264
+ #~ msgstr "Didascalia"
2265
+
2266
+ #~ msgid ""
2267
+ #~ "The caption of the link (appears beneath the link name). If not "
2268
+ #~ "specified, this field is automatically populated with the URL of the link."
2269
+ #~ msgstr ""
2270
+ #~ "La didascalia del collegamento (apparesce sottostante al nome del "
2271
+ #~ "collegamento). Se non é specificato, questo campo e automaticamente "
2272
+ #~ "popolato con la URL del collegamento."
2273
+
2274
+ #~ msgid "Description"
2275
+ #~ msgstr "Descrizione"
2276
+
2277
+ #~ msgid ""
2278
+ #~ "The description of the link (appears beneath the link caption). If not "
2279
+ #~ "specified, this field is automatically populated by information scraped "
2280
+ #~ "from the link, typically the title of the page."
2281
+ #~ msgstr ""
2282
+ #~ "La descrizione del collegamento (apparesce sottostante della didascalia "
2283
+ #~ "del collegamento). Se non é specificato, questo campo sará "
2284
+ #~ "automaticamente popolato con la informazine presa del collegamento, "
2285
+ #~ "tipicamente il titolo della pagina."
2286
+
2287
+ #~ msgid ""
2288
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
2289
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
2290
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
2291
+ #~ "are not sure about this, keep this option unchecked.</strong>"
2292
+ #~ msgstr ""
2293
+ #~ "Se é attivato (raccomandato), tutto il codico Javascript sará incluso nel "
2294
+ #~ "pié del suo sito web.<br/><strong>gli uncini \"wp_footer\" e "
2295
+ #~ "\"login_footer\" devono essere presenti nel tuo tema di Wordpress per "
2296
+ #~ "funzionare, se non sei sicuro su di questo, lascia questa opzione "
2297
+ #~ "deselezionata.</strong> "
2298
+
2299
+ #, fuzzy
2300
+ #~ msgid ""
2301
+ #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
2302
+ #~ "Comments block. The mobile version of the Comments block ignores the "
2303
+ #~ "width parameter, and instead has a fluid width of 100%."
2304
+ #~ msgstr ""
2305
+ #~ "Lascia in bianco per regolare automaticamente la larghezza. <br/>La "
2306
+ #~ "larghezza (in pixel) del blocco di commenti. La versione mobile del "
2307
+ #~ "blocco di commenti ignora il parametro di larghezza, invece ha una "
2308
+ #~ "larghezza fluida de 100%."
2309
+
2310
+ #, fuzzy
2311
+ #~ msgid ""
2312
+ #~ "Navigate to Appearance > Widgets section in the admin panel of your "
2313
+ #~ "website and activate \"Super Socializer - Sharing\" widget in the desired "
2314
+ #~ "area. This will display the sharing counts of the home/index page of your "
2315
+ #~ "website. Do not forget to turn on the sharing counts in widget options."
2316
+ #~ msgstr ""
2317
+ #~ "Naviga alla sezione Apparenza > Widgets del tuo sito web e attiva il "
2318
+ #~ "widget \"Super Socializer - Sharing\" nell'area desiderata. Questa "
2319
+ #~ "funzione mostrará la quantitá di condivisioni della pagina home/index del "
2320
+ #~ "tuo sito web. Non dimenticarte di abilitare il contatore di quantitá di "
2321
+ #~ "condivisioni nella pagina \"Condivisioni Sociali\" del pannello di "
2322
+ #~ "amministrazione."
2323
+
2324
+ #~ msgid "Donate"
2325
+ #~ msgstr "Donare"
2326
+
2327
+ #~ msgid ""
2328
+ #~ "If you like the plugin, want to get it improved and want to see it at the "
2329
+ #~ "top of other plugins, please consider making a donation."
2330
+ #~ msgstr ""
2331
+ #~ "Se ti piace il plugin, ti piacerebbe che migliore e/o verlo in cima agli "
2332
+ #~ "altri plugins, per favore considera una donazione."
2333
+
2334
+ #~ msgid "Load first"
2335
+ #~ msgstr "Caricare prima"
2336
+
2337
+ #~ msgid "Selected commenting will be loaded first on the page"
2338
+ #~ msgstr "Commenti selezionati saranno caricati prima nella pagina"
2339
+
2340
+ #~ msgid "Text on \"Switch to WordPress Commenting\" button"
2341
+ #~ msgstr "Testo sul bottone \"Cambia a Commentando con WordPress\""
2342
+
2343
+ #~ msgid ""
2344
+ #~ "This text will be display on the button to switch to WordPress comments"
2345
+ #~ msgstr ""
2346
+ #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari "
2347
+ #~ "WordPress"
2348
+
2349
+ #, fuzzy
2350
+ #~ msgid "Text on \"Switch to Facebook Commenting\" button"
2351
+ #~ msgstr "Testo sul bottone \"Cambia a Commentando con Facebook\""
2352
+
2353
+ #, fuzzy
2354
+ #~ msgid ""
2355
+ #~ "This text will be displayed on the button to switch to Facebook comments"
2356
+ #~ msgstr ""
2357
+ #~ "Questo testo sará visualizzato sul bottone per cambiare ai commentari di "
2358
+ #~ "Facebook"
2359
+
2360
+ #~ msgid "Specify a title for commenting"
2361
+ #~ msgstr "Specificare un titolo per i commenti"
2362
+
2363
+ #~ msgid ""
2364
+ #~ "Note: Twitter Social Login requires \"cURL support = enabled\" in your "
2365
+ #~ "php.ini file."
2366
+ #~ msgstr ""
2367
+ #~ "Nota: Accesso Sociale Twitter richiede \"cURL support = enabled\" nel tuo "
2368
+ #~ "php.ini file."
2369
+
2370
+ #~ msgid "How can I show combined share counts?"
2371
+ #~ msgstr "¿Cómo muestro combinado conteos compartir?"
2372
+
2373
+ #, fuzzy
2374
+ #~ msgid "Facebook Comments"
2375
+ #~ msgstr "Comentarios Facebook"
2376
+
2377
+ #~ msgid ""
2378
+ #~ "Social Login interface will get enabled at your Wordpress Comment form<br/"
2379
+ #~ "><strong>Note: Social Login at comment form of your website will not get "
2380
+ #~ "enabled if Facebook commenting is enabled.</strong>"
2381
+ #~ msgstr ""
2382
+ #~ "La interfaz Social Login se activará en tu formulario de Comentario "
2383
+ #~ "Wordpress Nota: Social Login en el formulario de comentarios de su sitio "
2384
+ #~ "web no se habilitará si Comentario Facebook está habilitado"
library/oauth.php CHANGED
@@ -261,7 +261,7 @@ if (!class_exists('OAuthRequest')) {
261
  '://' . $_SERVER['HTTP_HOST'] .
262
  ':' .
263
  $_SERVER['SERVER_PORT'] .
264
- $_SERVER['REQUEST_URI'];
265
  @$http_method or $http_method = $_SERVER['REQUEST_METHOD'];
266
 
267
  // We weren't handed any parameters, so let's find the ones relevant to
261
  '://' . $_SERVER['HTTP_HOST'] .
262
  ':' .
263
  $_SERVER['SERVER_PORT'] .
264
+ html_entity_decode(esc_url($_SERVER['REQUEST_URI']));
265
  @$http_method or $http_method = $_SERVER['REQUEST_METHOD'];
266
 
267
  // We weren't handed any parameters, so let's find the ones relevant to
library/oauth_client.php CHANGED
@@ -1075,7 +1075,7 @@ class oauth_client_class
1075
  if(strlen($this->redirect_uri))
1076
  $redirect_uri = $this->redirect_uri;
1077
  else
1078
- $redirect_uri = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
1079
  return true;
1080
  }
1081
 
@@ -2551,7 +2551,7 @@ class oauth_client_class
2551
  return $this->SetError($this->grant_type.' is not yet a supported OAuth 2 grant type');
2552
  }
2553
  if($this->debug)
2554
- $this->OutputDebug('Checking the authentication state in URI '.$_SERVER['REQUEST_URI']);
2555
  if(!$this->GetStoredState($stored_state))
2556
  return false;
2557
  if(strlen($stored_state) == 0)
1075
  if(strlen($this->redirect_uri))
1076
  $redirect_uri = $this->redirect_uri;
1077
  else
1078
+ $redirect_uri = html_entity_decode(esc_url('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']));
1079
  return true;
1080
  }
1081
 
2551
  return $this->SetError($this->grant_type.' is not yet a supported OAuth 2 grant type');
2552
  }
2553
  if($this->debug)
2554
+ $this->OutputDebug('Checking the authentication state in URI '.esc_url($_SERVER['REQUEST_URI']));
2555
  if(!$this->GetStoredState($stored_state))
2556
  return false;
2557
  if(strlen($stored_state) == 0)
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Super Socializer ===
2
- Contributors: Heateor, the_champ, Spanish translator: Andrew Kurtis http://webhostinghub.com, French Translator: Patrick Mac Cann http://pixxi.es, German Translator: Maximilian Kops http://maxkops.de, Hungarian Translator: László Tavaszi http://kerekmese.hu
3
  Donate link: hello@heateor.com
4
  Tags: super socializer, thechamp, champ, social login, social sharing, social commenting, wordpress plugin, buddypress, bbpress, social share, feed, multisite, comments, share post, openid integration, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, plug-in, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, wordpress, social sign-in, signin, sign up, signup, social plugins, social connect, facebook, twitter, google, google+, googleplus, google plus, linkedin, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
- Tested up to: 4.2.2
7
- Stable tag: 5.5.2
8
  License: GPLv2 or later
9
 
10
  A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more
@@ -164,6 +164,25 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
164
  8. **Social Commenting**: Disqus Commenting selected
165
 
166
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  = 5.5.2 =
168
  * [Bugfix] Facebook Commenting interface was shrinked on mobile devices due to recent changes introduced in FB JS SDK by Facebook
169
  * [Bugfix] Facebook Login was unable to fetch email and some other profile data of user due to recent changes introduced in FB JS SDK by Facebook
@@ -528,4 +547,23 @@ Yes, we can help you with it. Just drop an email at support@heateor.com
528
  = 5.5.2 =
529
  * [Bugfix] Facebook Commenting interface was shrinked on mobile devices due to recent changes introduced in FB JS SDK by Facebook
530
  * [Bugfix] Facebook Login was unable to fetch email and some other profile data of user due to recent changes introduced in FB JS SDK by Facebook
531
- * [Improvement] Updated FB JS SDK to latest version 2.4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  === Super Socializer ===
2
+ Contributors: Heateor, the_champ, Hungarian Translator: László Tavaszi http://kerekmese.hu, Serbo-Croatian Translator: Andrijana Nikolic http://webhostinggeeks.com/, Spanish translator: Andrew Kurtis http://webhostinghub.com, German Translator: Maximilian Kops http://maxkops.de, Arabic Translator: http://www.ArabsSM.com
3
  Donate link: hello@heateor.com
4
  Tags: super socializer, thechamp, champ, social login, social sharing, social commenting, wordpress plugin, buddypress, bbpress, social share, feed, multisite, comments, share post, openid integration, user profile data, social analytics, online identity, social profile storage, id provider, single sign-on, plug-in, social media tools, free social login, post to social networks, social authentication, social app, connect, capture social data, wordpress, social sign-in, signin, sign up, signup, social plugins, social connect, facebook, twitter, google, google+, googleplus, google plus, linkedin, yahoo, vkontakte, instagram, reddit, digg, stumbleupon, delicious, float it, tumblr, widget, social network
5
  Requires at least: 2.5.0
6
+ Tested up to: 4.2.4
7
+ Stable tag: 5.8.0
8
  License: GPLv2 or later
9
 
10
  A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing and more
164
  8. **Social Commenting**: Disqus Commenting selected
165
 
166
  == Changelog ==
167
+ = 5.8.0 =
168
+ * [New] Added options to enable sharing, like buttons on custom posts and WooCommerce products
169
+ * [New] Added option to enable social login at customer login form at WooCommerce My Account page
170
+ * [New] Included shortcode for Social Account Linking [TheChamp-Social-Linking]
171
+ * [New] Added Yummly and Buffer to sharing and like buttons
172
+ * [New] Added option to show total shares with sharing icons
173
+ * [New] Option to hide/show vertical sharing/like buttons interface on mobile devices
174
+ * [New] Added option to update social avatar at user profile page
175
+ * [New] Added option to prevent modernizr JS from loading
176
+ * [New] Included "title" attribute in shortcodes
177
+ * [New] Included Arabic Translation
178
+ * [New] Included Serbo-Croatian Translation
179
+ * [Improvement] Improved Print icon in sharing
180
+ * [Improvement] Increased space between like buttons
181
+ * [Improvement] Escaped output of add_query_arg and remove_query_arg functions
182
+ * [Improvement] Increased font size of share counts in vertical sharing bar
183
+ * [Bugfix] Tweet button was showing encoded characters for some content
184
+ * [Bugfix] Support documentation links were redirecting to 404, "not found" page in websites with ssl enabled
185
+
186
  = 5.5.2 =
187
  * [Bugfix] Facebook Commenting interface was shrinked on mobile devices due to recent changes introduced in FB JS SDK by Facebook
188
  * [Bugfix] Facebook Login was unable to fetch email and some other profile data of user due to recent changes introduced in FB JS SDK by Facebook
547
  = 5.5.2 =
548
  * [Bugfix] Facebook Commenting interface was shrinked on mobile devices due to recent changes introduced in FB JS SDK by Facebook
549
  * [Bugfix] Facebook Login was unable to fetch email and some other profile data of user due to recent changes introduced in FB JS SDK by Facebook
550
+ * [Improvement] Updated FB JS SDK to latest version 2.4
551
+
552
+ = 5.8.0 =
553
+ * [New] Added options to enable sharing, like buttons on custom posts and WooCommerce products
554
+ * [New] Added option to enable social login at customer login form at WooCommerce My Account page
555
+ * [New] Included shortcode for Social Account Linking [TheChamp-Social-Linking]
556
+ * [New] Added Yummly and Buffer to sharing and like buttons
557
+ * [New] Added option to show total shares with sharing icons
558
+ * [New] Option to hide/show vertical sharing/like buttons interface on mobile devices
559
+ * [New] Added option to update social avatar at user profile page
560
+ * [New] Added option to prevent modernizr JS from loading
561
+ * [New] Included "title" attribute in shortcodes
562
+ * [New] Included Arabic Translation
563
+ * [New] Included Serbo-Croatian Translation
564
+ * [Improvement] Improved Print icon in sharing
565
+ * [Improvement] Increased space between like buttons
566
+ * [Improvement] Escaped output of add_query_arg and remove_query_arg functions
567
+ * [Improvement] Increased font size of share counts in vertical sharing bar
568
+ * [Bugfix] Tweet button was showing encoded characters for some content
569
+ * [Bugfix] Support documentation links were redirecting to 404, "not found" page in websites with ssl enabled
super_socializer.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
- Version: 5.5.2
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
- define('THE_CHAMP_SS_VERSION', '5.5.2');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -176,7 +176,7 @@ function the_champ_connect(){
176
  ?>
177
  <div style="width: 500px; margin: 0 auto">
178
  <ol>
179
- <li><?php echo sprintf(__('Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)', 'Super-Socializer'), '<a target="_blank" href="//thechamplord.wordpress.com/2014/01/28/getting-twitter-consumer-key-and-secret/">here</a>') ?><br/>
180
  <?php echo site_url() ?>
181
  </li>
182
  <li><?php _e('Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this', 'Super-Socializer') ?></li>
@@ -265,7 +265,7 @@ function the_champ_get_http(){
265
  */
266
  function the_champ_get_valid_url($url){
267
  $url = urldecode($url);
268
- if(remove_query_arg('ss_message', $url) == wp_login_url() || $url == site_url().'/wp-login.php?action=register' || $url == site_url().'/wp-login.php?loggedout=true'){
269
  $url = site_url().'/';
270
  }elseif(isset($_GET['redirect_to'])){
271
  if(urldecode($_GET['redirect_to']) == admin_url()){
@@ -295,7 +295,7 @@ function the_champ_get_login_redirection_url($twitterRedirect = '', $register =
295
  if($twitterRedirect != ''){
296
  $url = $twitterRedirect;
297
  }else{
298
- $url = $http.$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];
299
  }
300
  return the_champ_get_valid_url($url);
301
  }elseif($theChampLoginOptions[$option.'_redirection'] == 'homepage'){
@@ -318,10 +318,12 @@ function the_champ_get_login_redirection_url($twitterRedirect = '', $register =
318
  * The javascript to loaded at front end.
319
  */
320
  function the_champ_frontend_scripts(){
321
- global $theChampFacebookOptions, $theChampLoginOptions;
322
  $inFooter = isset($theChampLoginOptions['footer_script']) ? true : false;
323
  // general (required) scripts
324
- wp_enqueue_script('the_champ_modernizer', plugins_url('js/modernizr.custom.82187.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
 
 
325
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
326
  $websiteUrl = site_url();
327
  ?>
@@ -341,7 +343,7 @@ function the_champ_frontend_scripts(){
341
  $notification = '';
342
  if(isset($_GET['SuperSocializerVerified']) || isset($_GET['SuperSocializerUnverified'])){
343
  $userVerified = true;
344
- $ajaxUrl = add_query_arg(
345
  array(
346
  'height' => 60,
347
  'width' => 300,
@@ -349,7 +351,7 @@ function the_champ_frontend_scripts(){
349
  'message' => urlencode(isset($_GET['SuperSocializerUnverified']) ? __('Please verify your email address to login.', 'Super-Socializer') : __('Your email has been verified. Now you can login to your account', 'Super-Socializer'))
350
  ),
351
  'admin-ajax.php'
352
- );
353
  $notification = __('Notification', 'Super-Socializer');
354
  }
355
 
@@ -361,21 +363,21 @@ function the_champ_frontend_scripts(){
361
  $emailPopupVerifyMessage = '';
362
  if(isset($_GET['SuperSocializerEmail']) && isset($_GET['par']) && trim($_GET['par']) != ''){
363
  $emailPopup = true;
364
- $emailAjaxUrl = add_query_arg(
365
  array(
366
- 'height' => isset($theChampLoginOptions['popup_height']) && $theChampLoginOptions['popup_height'] != '' ? $theChampLoginOptions['popup_height'] : 210,
367
  'width' => 300,
368
  'action' => 'the_champ_ask_email'
369
  ),
370
  'admin-ajax.php'
371
- );
372
  $emailPopupTitle = __('Email required', 'Super-Socializer');
373
  $emailPopupErrorMessage = isset($theChampLoginOptions["email_error_message"]) ? $theChampLoginOptions["email_error_message"] : "";
374
  $emailPopupUniqueId = isset($_GET['par']) ? trim(esc_attr($_GET['par'])) : '';
375
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
376
  }
377
  ?>
378
- <script> var theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo admin_url().$ajaxUrl ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo admin_url().$emailAjaxUrl; ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])); ?>'; </script>
379
  <?php
380
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
381
  wp_enqueue_script('thickbox');
@@ -411,7 +413,7 @@ function the_champ_frontend_scripts(){
411
  // Instagram scripts
412
  if(the_champ_social_login_provider_enabled('instagram')){
413
  ?>
414
- <script> var theChampInstaId = '<?php echo (isset($theChampLoginOptions["insta_id"]) && $theChampLoginOptions["insta_id"] != "") ? $theChampLoginOptions["insta_id"] : 0 ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])); ?>'; </script>
415
  <?php
416
  wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
417
  }
@@ -437,7 +439,7 @@ function the_champ_frontend_scripts(){
437
  }elseif(isset($post -> ID) && $post -> ID){
438
  $commentUrl = get_permalink($post -> ID);
439
  }else{
440
- $commentUrl = esc_attr(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]);
441
  }
442
  if($post){
443
  $postMeta = get_post_meta($post -> ID, '_the_champ_meta', true);
@@ -463,7 +465,7 @@ function the_champ_frontend_scripts(){
463
  $labels['googleplus'] = $theChampFacebookOptions['label_googleplus_comments'] != '' ? htmlspecialchars($theChampFacebookOptions['label_googleplus_comments'], ENT_QUOTES) : 'GooglePlus Comments';
464
  $labels['disqus'] = $theChampFacebookOptions['label_disqus_comments'] != '' ? htmlspecialchars($theChampFacebookOptions['label_disqus_comments'], ENT_QUOTES) : 'Disqus Comments';
465
  ?>
466
- <script>var theChampFBCommentUrl = '<?php echo $commentUrl ?>'; var theChampFBCommentColor = '<?php echo (isset($theChampFacebookOptions['comment_color']) && $theChampFacebookOptions['comment_color'] != '') ? $theChampFacebookOptions["comment_color"] : ''; ?>'; var theChampFBCommentNumPosts = '<?php echo (isset($theChampFacebookOptions['comment_numposts']) && $theChampFacebookOptions['comment_numposts'] != '') ? $theChampFacebookOptions["comment_numposts"] : ''; ?>'; var theChampFBCommentWidth = '<?php echo (isset($theChampFacebookOptions['comment_width']) && $theChampFacebookOptions['comment_width'] != '') ? $theChampFacebookOptions["comment_width"] : '100%'; ?>'; var theChampFBCommentOrderby = '<?php echo (isset($theChampFacebookOptions['comment_orderby']) && $theChampFacebookOptions['comment_orderby'] != '') ? $theChampFacebookOptions["comment_orderby"] : ''; ?>'; var theChampFBCommentMobile = '<?php echo (isset($theChampFacebookOptions['comment_mobile']) && $theChampFacebookOptions['comment_mobile'] != '') ? $theChampFacebookOptions["comment_mobile"] : ''; ?>', theChampCommentingTabs = "<?php echo isset($theChampFacebookOptions['commenting_order']) ? $theChampFacebookOptions['commenting_order'] : ''; ?>", theChampGpCommentsUrl = '<?php echo isset($theChampFacebookOptions['gpcomments_url']) && $theChampFacebookOptions['gpcomments_url'] != '' ? $theChampFacebookOptions['gpcomments_url'] : $commentUrl; ?>', theChampDisqusShortname = '<?php echo isset($theChampFacebookOptions['dq_shortname']) ? $theChampFacebookOptions['dq_shortname'] : ''; ?>', theChampScEnabledTabs = '<?php echo implode(',', $enabledTabs) ?>', theChampScLabel = '<?php echo $theChampFacebookOptions['commenting_label'] != '' ? htmlspecialchars($theChampFacebookOptions['commenting_label'], ENT_QUOTES) : __('Leave a reply', 'Super-Socializer'); ?>', theChampScTabLabels = <?php echo json_encode($labels) ?>, theChampGpCommentsWidth = <?php echo isset($theChampFacebookOptions['gpcomments_width']) && $theChampFacebookOptions['gpcomments_width'] != '' ? $theChampFacebookOptions['gpcomments_width'] : 0; ?></script>
467
  <?php
468
  wp_enqueue_script('the_champ_fb_commenting', plugins_url('js/front/facebook/commenting.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
469
  }
@@ -472,7 +474,7 @@ function the_champ_frontend_scripts(){
472
  if(the_champ_social_sharing_enabled() || (the_champ_social_counter_enabled() && the_champ_vertical_social_counter_enabled())){
473
  global $theChampSharingOptions, $theChampCounterOptions, $post;
474
  ?>
475
- <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['horizontal_counts']) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['vertical_counts']) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?> </script>
476
  <?php
477
  wp_enqueue_script('the_champ_share_counts', plugins_url('js/front/sharing/sharing.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
478
  }
@@ -497,15 +499,15 @@ function the_champ_frontend_styles(){
497
  * Create plugin menu in admin.
498
  */
499
  function the_champ_create_admin_menu(){
500
- $page = add_menu_page('Heateor - Super Socializer', '<b>Super Socializer</b>', 'manage_options', 'super-socializer', 'the_champ_option_page', plugins_url('images/logo.png', __FILE__));
501
  // facebook page
502
- $facebookPage = add_submenu_page('super-socializer', 'Heateor - Social Commenting', 'Social Commenting', 'manage_options', 'heateor-social-commenting', 'the_champ_facebook_page');
503
  // social login page
504
- $loginPage = add_submenu_page('super-socializer', 'Heateor - Social Login', 'Social Login', 'manage_options', 'heateor-social-login', 'the_champ_social_login_page');
505
  // social sharing page
506
- $sharingPage = add_submenu_page('super-socializer', 'Heateor - Social Sharing', 'Social Sharing', 'manage_options', 'heateor-social-sharing', 'the_champ_social_sharing_page');
507
  // like buttons page
508
- $counterPage = add_submenu_page('super-socializer', 'Heateor - Like Buttons', 'Like Buttons', 'manage_options', 'heateor-like-buttons', 'the_champ_like_buttons_page');
509
  add_action('admin_print_scripts-' . $page, 'the_champ_admin_scripts');
510
  add_action('admin_print_scripts-' . $page, 'the_champ_admin_style');
511
  add_action('admin_print_scripts-' . $page, 'the_champ_fb_sdk_script');
@@ -546,6 +548,48 @@ function the_champ_auto_approve_comment($approved){
546
  }
547
  add_action('pre_comment_approved', 'the_champ_auto_approve_comment');
548
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
549
  /**
550
  * Default options when plugin is installed
551
  */
@@ -628,10 +672,4 @@ function the_champ_default_options(){
628
  'alignment' => 'left',
629
  ));
630
  }
631
- register_activation_hook(__FILE__, 'the_champ_default_options');
632
-
633
- function the_champ_fb_root_div(){
634
- ?>
635
- <div id="fb-root"></div>
636
- <?php
637
- }
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://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 and more.
6
+ Version: 5.8.0
7
  Author: Heateor Team
8
  Author URI: http://www.heateor.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
+ define('THE_CHAMP_SS_VERSION', '5.8.0');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
176
  ?>
177
  <div style="width: 500px; margin: 0 auto">
178
  <ol>
179
+ <li><?php echo sprintf(__('Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)', 'Super-Socializer'), '<a target="_blank" href="http://support.heateor.com/how-to-get-twitter-api-key-and-secret/">here</a>') ?><br/>
180
  <?php echo site_url() ?>
181
  </li>
182
  <li><?php _e('Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this', 'Super-Socializer') ?></li>
265
  */
266
  function the_champ_get_valid_url($url){
267
  $url = urldecode($url);
268
+ if(html_entity_decode(esc_url(remove_query_arg('ss_message', $url))) == wp_login_url() || $url == site_url().'/wp-login.php?action=register' || $url == site_url().'/wp-login.php?loggedout=true'){
269
  $url = site_url().'/';
270
  }elseif(isset($_GET['redirect_to'])){
271
  if(urldecode($_GET['redirect_to']) == admin_url()){
295
  if($twitterRedirect != ''){
296
  $url = $twitterRedirect;
297
  }else{
298
+ $url = html_entity_decode(esc_url($http.$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
299
  }
300
  return the_champ_get_valid_url($url);
301
  }elseif($theChampLoginOptions[$option.'_redirection'] == 'homepage'){
318
  * The javascript to loaded at front end.
319
  */
320
  function the_champ_frontend_scripts(){
321
+ global $theChampFacebookOptions, $theChampLoginOptions, $theChampSharingOptions;
322
  $inFooter = isset($theChampLoginOptions['footer_script']) ? true : false;
323
  // general (required) scripts
324
+ if( ! isset( $theChampSharingOptions['remove_modernizr'] ) ) {
325
+ wp_enqueue_script('the_champ_modernizer', plugins_url('js/modernizr.custom.82187.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
326
+ }
327
  wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
328
  $websiteUrl = site_url();
329
  ?>
343
  $notification = '';
344
  if(isset($_GET['SuperSocializerVerified']) || isset($_GET['SuperSocializerUnverified'])){
345
  $userVerified = true;
346
+ $ajaxUrl = esc_url(add_query_arg(
347
  array(
348
  'height' => 60,
349
  'width' => 300,
351
  'message' => urlencode(isset($_GET['SuperSocializerUnverified']) ? __('Please verify your email address to login.', 'Super-Socializer') : __('Your email has been verified. Now you can login to your account', 'Super-Socializer'))
352
  ),
353
  'admin-ajax.php'
354
+ ));
355
  $notification = __('Notification', 'Super-Socializer');
356
  }
357
 
363
  $emailPopupVerifyMessage = '';
364
  if(isset($_GET['SuperSocializerEmail']) && isset($_GET['par']) && trim($_GET['par']) != ''){
365
  $emailPopup = true;
366
+ $emailAjaxUrl = esc_url(add_query_arg(
367
  array(
368
+ 'height' => isset($theChampLoginOptions['popup_height']) && $theChampLoginOptions['popup_height'] != '' ? esc_attr( $theChampLoginOptions['popup_height'] ) : 210,
369
  'width' => 300,
370
  'action' => 'the_champ_ask_email'
371
  ),
372
  'admin-ajax.php'
373
+ ));
374
  $emailPopupTitle = __('Email required', 'Super-Socializer');
375
  $emailPopupErrorMessage = isset($theChampLoginOptions["email_error_message"]) ? $theChampLoginOptions["email_error_message"] : "";
376
  $emailPopupUniqueId = isset($_GET['par']) ? trim(esc_attr($_GET['par'])) : '';
377
  $emailPopupVerifyMessage = __('Please check your email inbox to complete the registration.', 'Super-Socializer');
378
  }
379
  ?>
380
+ <script> var theChampVerified = <?php echo intval($userVerified) ?>; var theChampAjaxUrl = '<?php echo html_entity_decode(admin_url().$ajaxUrl) ?>'; var theChampPopupTitle = '<?php echo $notification; ?>'; var theChampEmailPopup = <?php echo intval($emailPopup); ?>; var theChampEmailAjaxUrl = '<?php echo html_entity_decode(admin_url().$emailAjaxUrl); ?>'; var theChampEmailPopupTitle = '<?php echo $emailPopupTitle; ?>'; var theChampEmailPopupErrorMsg = '<?php echo htmlspecialchars($emailPopupErrorMessage, ENT_QUOTES); ?>'; var theChampEmailPopupUniqueId = '<?php echo $emailPopupUniqueId; ?>'; var theChampEmailPopupVerifyMessage = '<?php echo $emailPopupVerifyMessage; ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>'; </script>
381
  <?php
382
  wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
383
  wp_enqueue_script('thickbox');
413
  // Instagram scripts
414
  if(the_champ_social_login_provider_enabled('instagram')){
415
  ?>
416
+ <script> var theChampInstaId = '<?php echo (isset($theChampLoginOptions["insta_id"]) && $theChampLoginOptions["insta_id"] != "") ? $theChampLoginOptions["insta_id"] : 0 ?>'; var theChampTwitterRedirect = '<?php echo urlencode(the_champ_get_valid_url(html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"])))); ?>'; </script>
417
  <?php
418
  wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
419
  }
439
  }elseif(isset($post -> ID) && $post -> ID){
440
  $commentUrl = get_permalink($post -> ID);
441
  }else{
442
+ $commentUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
443
  }
444
  if($post){
445
  $postMeta = get_post_meta($post -> ID, '_the_champ_meta', true);
465
  $labels['googleplus'] = $theChampFacebookOptions['label_googleplus_comments'] != '' ? htmlspecialchars($theChampFacebookOptions['label_googleplus_comments'], ENT_QUOTES) : 'GooglePlus Comments';
466
  $labels['disqus'] = $theChampFacebookOptions['label_disqus_comments'] != '' ? htmlspecialchars($theChampFacebookOptions['label_disqus_comments'], ENT_QUOTES) : 'Disqus Comments';
467
  ?>
468
+ <script>var theChampFBCommentUrl = '<?php echo $commentUrl ?>'; var theChampFBCommentColor = '<?php echo (isset($theChampFacebookOptions['comment_color']) && $theChampFacebookOptions['comment_color'] != '') ? $theChampFacebookOptions["comment_color"] : ''; ?>'; var theChampFBCommentNumPosts = '<?php echo (isset($theChampFacebookOptions['comment_numposts']) && $theChampFacebookOptions['comment_numposts'] != '') ? $theChampFacebookOptions["comment_numposts"] : ''; ?>'; var theChampFBCommentWidth = '<?php echo (isset($theChampFacebookOptions['comment_width']) && $theChampFacebookOptions['comment_width'] != '') ? $theChampFacebookOptions["comment_width"] : '100%'; ?>'; var theChampFBCommentOrderby = '<?php echo (isset($theChampFacebookOptions['comment_orderby']) && $theChampFacebookOptions['comment_orderby'] != '') ? $theChampFacebookOptions["comment_orderby"] : ''; ?>'; var theChampCommentingTabs = "<?php echo isset($theChampFacebookOptions['commenting_order']) ? $theChampFacebookOptions['commenting_order'] : ''; ?>", theChampGpCommentsUrl = '<?php echo isset($theChampFacebookOptions['gpcomments_url']) && $theChampFacebookOptions['gpcomments_url'] != '' ? $theChampFacebookOptions['gpcomments_url'] : $commentUrl; ?>', theChampDisqusShortname = '<?php echo isset($theChampFacebookOptions['dq_shortname']) ? $theChampFacebookOptions['dq_shortname'] : ''; ?>', theChampScEnabledTabs = '<?php echo implode(',', $enabledTabs) ?>', theChampScLabel = '<?php echo $theChampFacebookOptions['commenting_label'] != '' ? htmlspecialchars($theChampFacebookOptions['commenting_label'], ENT_QUOTES) : __('Leave a reply', 'Super-Socializer'); ?>', theChampScTabLabels = <?php echo json_encode($labels) ?>, theChampGpCommentsWidth = <?php echo isset($theChampFacebookOptions['gpcomments_width']) && $theChampFacebookOptions['gpcomments_width'] != '' ? $theChampFacebookOptions['gpcomments_width'] : 0; ?></script>
469
  <?php
470
  wp_enqueue_script('the_champ_fb_commenting', plugins_url('js/front/facebook/commenting.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
471
  }
474
  if(the_champ_social_sharing_enabled() || (the_champ_social_counter_enabled() && the_champ_vertical_social_counter_enabled())){
475
  global $theChampSharingOptions, $theChampCounterOptions, $post;
476
  ?>
477
+ <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?> </script>
478
  <?php
479
  wp_enqueue_script('the_champ_share_counts', plugins_url('js/front/sharing/sharing.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
480
  }
499
  * Create plugin menu in admin.
500
  */
501
  function the_champ_create_admin_menu(){
502
+ $page = add_menu_page('Super Socializer by Heateor', '<b>Super Socializer</b>', 'manage_options', 'super-socializer', 'the_champ_option_page', plugins_url('images/logo.png', __FILE__));
503
  // facebook page
504
+ $facebookPage = add_submenu_page('super-socializer', 'Super Socializer - Social Commenting', 'Social Commenting', 'manage_options', 'heateor-social-commenting', 'the_champ_facebook_page');
505
  // social login page
506
+ $loginPage = add_submenu_page('super-socializer', 'Super Socializer - Social Login', 'Social Login', 'manage_options', 'heateor-social-login', 'the_champ_social_login_page');
507
  // social sharing page
508
+ $sharingPage = add_submenu_page('super-socializer', 'Super Socializer - Social Sharing', 'Social Sharing', 'manage_options', 'heateor-social-sharing', 'the_champ_social_sharing_page');
509
  // like buttons page
510
+ $counterPage = add_submenu_page('super-socializer', 'Super Socializer - Like Buttons', 'Like Buttons', 'manage_options', 'heateor-like-buttons', 'the_champ_like_buttons_page');
511
  add_action('admin_print_scripts-' . $page, 'the_champ_admin_scripts');
512
  add_action('admin_print_scripts-' . $page, 'the_champ_admin_style');
513
  add_action('admin_print_scripts-' . $page, 'the_champ_fb_sdk_script');
548
  }
549
  add_action('pre_comment_approved', 'the_champ_auto_approve_comment');
550
 
551
+ function the_champ_fb_root_div(){
552
+ ?>
553
+ <div id="fb-root"></div>
554
+ <?php
555
+ }
556
+
557
+ function the_champ_show_avatar_option( $user ) {
558
+ ?>
559
+ <h3><?php _e( 'Super Socializer - Social Avatar', 'Super-Socializer' ) ?></h3>
560
+ <table class="form-table">
561
+ <tr>
562
+ <th><label for="ss_small_avatar"><?php _e( 'Small Avatar Url', 'Super-Socializer' ) ?></label></th>
563
+ <td><input id="ss_small_avatar" type="text" name="the_champ_small_avatar" value="<?php echo esc_attr(get_user_meta( $user->ID, 'thechamp_avatar', true )); ?>" class="regular-text" /></td>
564
+ </tr>
565
+
566
+ <tr>
567
+ <th><label for="ss_large_avatar"><?php _e( 'Large Avatar Url', 'Super-Socializer' ) ?></label></th>
568
+ <td><input id="ss_large_avatar" type="text" name="the_champ_large_avatar" value="<?php echo esc_attr(get_user_meta( $user->ID, 'thechamp_large_avatar', true )); ?>" class="regular-text" /></td>
569
+ </tr>
570
+ </table>
571
+ <?php
572
+ }
573
+ add_action( 'edit_user_profile', 'the_champ_show_avatar_option' );
574
+ add_action( 'show_user_profile', 'the_champ_show_avatar_option' );
575
+
576
+ function the_champ_save_avatar( $user_id ) {
577
+ if ( ! current_user_can( 'edit_user', $user_id ) ) {
578
+ return false;
579
+ }
580
+ update_user_meta( $user_id, 'thechamp_avatar', esc_attr( trim( $_POST['the_champ_small_avatar'] ) ) );
581
+ update_user_meta( $user_id, 'thechamp_large_avatar', esc_attr( trim( $_POST['the_champ_large_avatar'] ) ) );
582
+ }
583
+ add_action( 'personal_options_update', 'the_champ_save_avatar' );
584
+ add_action( 'edit_user_profile_update', 'the_champ_save_avatar' );
585
+
586
+ /**
587
+ * Check if WooCommerce is active
588
+ **/
589
+ function the_champ_ss_woocom_is_active(){
590
+ return in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) );
591
+ }
592
+
593
  /**
594
  * Default options when plugin is installed
595
  */
672
  'alignment' => 'left',
673
  ));
674
  }
675
+ register_activation_hook(__FILE__, 'the_champ_default_options');