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

Version Description

  • [Bugfix] Xing login was not working
  • [Bugfix] Google Login was not working with French translation
  • [Bugfix] Bit.ly service was being called on each page load. Now short urls are being cached.
  • [Bugfix] Names having cyrillic characters were not being displayed
  • [Bugfix] Could not FB comment using mobile, interface kept refreshing
  • [Bugfix] "fb-root" div was being included in the 'head' section of webpage
  • [Bugfix] FB Commenting was not working with Disqus commenting
  • [Bugfix] Bitly url shortener was not working in sharing shortcode
  • [Bugfix] Removed {} (empty brackets) from front.css file
  • [Bugfix] Commenting.js file was being loaded on the page where FB commenting was disabled
  • Included Whatsapp in sharing
  • Included option to enable only Facebook Commenting without enabling default comment form
  • Removed Facebook feed feature
  • Included 'Archives' in 'Sharing Location' option
  • Included filter 'the_champ_login_interface_filter' in 'inc/social_login.php' file to use custom icons for Social Login
  • Included filter 'the_champ_ajax_response_filter' in helper.php file to alter AJAX responses
  • Included action 'the_champ_hook_update_profile_data' in 'inc/social_login.php' to update profile data
  • Included an option to enable/disable social account linking at BuddyPress profile page
  • Now fuctionality does not rely on 'wp_footer' hook to include Javascript files in footer of the webpage
  • CSS improvements
Download this release

Release Info

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

Code changes from version 4.0.2 to 4.2.0

admin/{social_admin.php → admin.php} RENAMED
@@ -10,9 +10,9 @@
10
  <p><?php _e('You are ready to Socialize your website.', 'Super-Socializer') ?></p>
11
  <h4><?php _e('Getting Started', 'Super-Socializer') ?></h4>
12
  <p><?php _e('Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default.', 'Super-Socializer') ?></p>
13
- <p><?php _e('In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed.', 'Super-Socializer') ?></p>
14
  <p><?php _e('In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options.', 'Super-Socializer') ?></p>
15
- <p><?php _e('In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing.', 'Super-Socializer') ?></p>
16
  <p><?php _e('In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same', 'Super-Socializer') ?></p>
17
  </div>
18
  </div>
10
  <p><?php _e('You are ready to Socialize your website.', 'Super-Socializer') ?></p>
11
  <h4><?php _e('Getting Started', 'Super-Socializer') ?></h4>
12
  <p><?php _e('Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default.', 'Super-Socializer') ?></p>
13
+ <p><?php _e('In <strong>Social Commenting</strong> section, you can configure Social Commenting.', 'Super-Socializer') ?></p>
14
  <p><?php _e('In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options.', 'Super-Socializer') ?></p>
15
+ <p><?php _e('In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing.', 'Super-Socializer') ?></p>
16
  <p><?php _e('In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same', 'Super-Socializer') ?></p>
17
  </div>
18
  </div>
admin/help.php CHANGED
@@ -6,10 +6,10 @@
6
  <p><strong>Super Socializer</strong> <?php _e('by', 'Super-Socializer') ?> <strong>The Champ</strong></p>
7
  <p><?php _e('I am a tech enthusiast. I like to play with code and build great stuff (and like to call myself - The Champ....:) ). You can connect with me (and my upcoming work) via:', 'Super-Socializer') ?></p>
8
  <div>
9
- <a href="//thechamplord.wordpress.com" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampWordpressButton" title="WordPress Blog" /></a>
10
- <a href="https://www.facebook.com/thechamp.lord" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampFacebookButton" title="Facebook" /></a>
11
- <a href="https://twitter.com/l0rd_champ" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampTwitterButton" title="Twitter" /></a>
12
- <a href="//www.linkedin.com/pub/champ-lord/8b/aa2/352" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampLinkedinButton" title="LinkedIn" /></a>
13
  </div>
14
  </div>
15
  </div>
6
  <p><strong>Super Socializer</strong> <?php _e('by', 'Super-Socializer') ?> <strong>The Champ</strong></p>
7
  <p><?php _e('I am a tech enthusiast. I like to play with code and build great stuff (and like to call myself - The Champ....:) ). You can connect with me (and my upcoming work) via:', 'Super-Socializer') ?></p>
8
  <div>
9
+ <a href="//thechamplord.wordpress.com" target="_blank" title="WordPress Blog"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampWordpressButton" /></a>
10
+ <a href="https://www.facebook.com/thechamp.lord" target="_blank" title="Facebook"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampFacebookButton" /></a>
11
+ <a href="https://twitter.com/l0rd_champ" target="_blank" title="Twitter"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampTwitterButton" ></a>
12
+ <a href="//www.linkedin.com/pub/champ-lord/8b/aa2/352" title="LinkedIn" target="_blank"><img style="box-shadow:1px 1px 10px 1px #888888" class="theChampLoginButton theChampLinkedinButton" ></a>
13
  </div>
14
  </div>
15
  </div>
admin/{facebook.php → social_commenting.php} RENAMED
@@ -8,9 +8,8 @@
8
  <h2 class="nav-tab-wrapper" style="height:36px">
9
  <ul>
10
  <li><a style="margin:0; height: 23px" class="nav-tab" href="#tabs-1"><?php _e('Facebook Commenting', 'Super-Socializer') ?></a></li>
11
- <li><a style="margin:0; height: 23px" class="nav-tab" href="#tabs-2"><?php _e('Feed', 'Super-Socializer') ?></a></li>
12
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Shortcode', 'Super-Socializer') ?></a></li>
13
- <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('FAQ', 'Super-Socializer') ?></a></li>
14
  </ul>
15
  </h2>
16
  <div class="menu_containt_div" id="tabs-1">
@@ -45,6 +44,24 @@
45
  <h3><label><?php _e('Facebook Commenting Options', 'Super-Socializer');?></label></h3>
46
  <div class="inside">
47
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  <tr>
49
  <th>
50
  <img id="the_champ_fb_comment_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
@@ -187,186 +204,8 @@
187
  </div>
188
  <?php include 'help.php'; ?>
189
  </div>
190
-
191
- <div class="menu_containt_div" id="tabs-2">
192
- <div class="the_champ_left_column">
193
-
194
- <div class="stuffbox">
195
- <h3><label><?php _e('Important note', 'Super-Socializer');?></label></h3>
196
- <div class="inside">
197
- <?php echo sprintf(__('To use this feature follow the steps mentioned at <a href="%s" target="_blank">this link</a>', 'Super-Socializer'), 'http://thechamplord.wordpress.com/2014/06/17/enable-extended-permissions-in-facebook-app/'); ?>
198
- </div>
199
- </div>
200
-
201
- <div class="stuffbox">
202
- <h3><label><?php _e('Feed', 'Super-Socializer');?></label></h3>
203
- <div class="inside">
204
- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
205
- <tr>
206
- <th>
207
- <img id="the_champ_fb_feed_enable_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
208
- <label for="the_champ_enable_fbfeed"><?php _e("Publish feed on user's timeline on Facebook login", 'Super-Socializer'); ?></label>
209
- </th>
210
- <td>
211
- <input id="the_champ_enable_fbfeed" name="the_champ_facebook[enable_fbfeed]" type="checkbox" <?php echo isset($theChampFacebookOptions['enable_fbfeed']) ? 'checked = "checked"' : '';?> value="1" />
212
- </td>
213
- </tr>
214
-
215
- <tr class="the_champ_help_content" id="the_champ_fb_feed_enable_help_cont">
216
- <td colspan="2">
217
- <div>
218
- <?php _e('If enabled, a post will be published on the timeline of the user logging in', 'Super-Socializer') ?>
219
- </div>
220
- <img src="<?php echo plugins_url('../images/snaps/feed_enable.png', __FILE__); ?>" />
221
- </td>
222
- </tr>
223
- </table>
224
- </div>
225
- </div>
226
-
227
- <div class="stuffbox">
228
- <h3><label><?php _e('Facebook Feed Options', 'Super-Socializer');?></label></h3>
229
- <div class="inside">
230
- <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
231
- <tr>
232
- <th>
233
- <img id="the_champ_fb_feed_message_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
234
- <label for="the_champ_fbfeed_message"><?php _e('Message', 'Super-Socializer'); ?></label>
235
- </th>
236
- <td>
237
- <textarea rows="4" cols="40" id="the_champ_fbfeed_message" name="the_champ_facebook[feedMessage]"><?php echo isset($theChampFacebookOptions['feedMessage']) ? $theChampFacebookOptions['feedMessage'] : '' ?></textarea>
238
- </td>
239
- </tr>
240
-
241
- <tr class="the_champ_help_content" id="the_champ_fb_feed_message_help_cont">
242
- <td colspan="2">
243
- <div>
244
- <?php _e('Message for the feed post. %website-name% will be replaced with your website name in actual message.', 'Super-Socializer') ?>
245
- </div>
246
- <img src="<?php echo plugins_url('../images/snaps/feed_message.png', __FILE__); ?>" />
247
- </td>
248
- </tr>
249
-
250
- <tr>
251
- <th>
252
- <img id="the_champ_fb_feed_link_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
253
- <label for="the_champ_fbfeed_link"><?php _e('Link (required)', 'Super-Socializer'); ?></label>
254
- </th>
255
- <td>
256
- <input id="the_champ_fbfeed_link" name="the_champ_facebook[feed_link]" type="text" value="<?php echo isset($theChampFacebookOptions['feed_link']) ? $theChampFacebookOptions['feed_link'] : '' ?>" />
257
- </td>
258
- </tr>
259
-
260
- <tr class="the_champ_help_content" id="the_champ_fb_feed_link_help_cont">
261
- <td colspan="2">
262
- <div>
263
- <?php _e('The link attached to this feed (required parameter for this functionality to work)', 'Super-Socializer') ?>
264
- </div>
265
- </td>
266
- </tr>
267
-
268
- <tr>
269
- <th>
270
- <img id="the_champ_fb_feed_picture_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
271
- <label for="the_champ_fbfeed_picture"><?php _e('Picture', 'Super-Socializer'); ?></label>
272
- </th>
273
- <td>
274
- <input id="the_champ_fbfeed_picture" name="the_champ_facebook[feedPicture]" type="text" value="<?php echo isset($theChampFacebookOptions['feedPicture']) ? $theChampFacebookOptions['feedPicture'] : '' ?>" />
275
- </td>
276
- </tr>
277
-
278
- <tr class="the_champ_help_content" id="the_champ_fb_feed_picture_help_cont">
279
- <td colspan="2">
280
- <div>
281
- <?php _e('The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)', 'Super-Socializer') ?>
282
- </div>
283
- <img src="<?php echo plugins_url('../images/snaps/feed_picture.png', __FILE__); ?>" />
284
- </td>
285
- </tr>
286
-
287
- <tr>
288
- <th>
289
- <img id="the_champ_fb_feed_source_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
290
- <label for="the_champ_fbfeed_source"><?php _e('Source', 'Super-Socializer'); ?></label>
291
- </th>
292
- <td>
293
- <input id="the_champ_fbfeed_source" name="the_champ_facebook[feedSource]" type="text" value="<?php echo isset($theChampFacebookOptions['feedSource']) ? $theChampFacebookOptions['feedSource'] : '' ?>" />
294
- </td>
295
- </tr>
296
-
297
- <tr class="the_champ_help_content" id="the_champ_fb_feed_source_help_cont">
298
- <td colspan="2">
299
- <div>
300
- <?php _e('The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in "Picture" parameter) to provide a thumbnail for the video.', 'Super-Socializer') ?>
301
- </div>
302
- </td>
303
- </tr>
304
-
305
- <tr>
306
- <th>
307
- <img id="the_champ_fb_feed_name_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
308
- <label for="the_champ_fbfeed_name"><?php _e('Name', 'Super-Socializer'); ?></label>
309
- </th>
310
- <td>
311
- <input id="the_champ_fbfeed_name" name="the_champ_facebook[feed_name]" type="text" value="<?php echo isset($theChampFacebookOptions['feed_name']) ? $theChampFacebookOptions['feed_name'] : '' ?>" />
312
- </td>
313
- </tr>
314
-
315
- <tr class="the_champ_help_content" id="the_champ_fb_feed_name_help_cont">
316
- <td colspan="2">
317
- <div>
318
- <?php _e('The name of the link attachment', 'Super-Socializer') ?>
319
- </div>
320
- <img src="<?php echo plugins_url('../images/snaps/feed_name.png', __FILE__); ?>" />
321
- </td>
322
- </tr>
323
-
324
- <tr>
325
- <th>
326
- <img id="the_champ_fb_feed_caption_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
327
- <label for="the_champ_fbfeed_caption"><?php _e('Caption', 'Super-Socializer'); ?></label>
328
- </th>
329
- <td>
330
- <input id="the_champ_fbfeed_caption" name="the_champ_facebook[feed_caption]" type="text" value="<?php echo isset($theChampFacebookOptions['feed_caption']) ? $theChampFacebookOptions['feed_caption'] : '' ?>" />
331
- </td>
332
- </tr>
333
-
334
- <tr class="the_champ_help_content" id="the_champ_fb_feed_caption_help_cont">
335
- <td colspan="2">
336
- <div>
337
- <?php _e('The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link.', 'Super-Socializer') ?>
338
- </div>
339
- <img src="<?php echo plugins_url('../images/snaps/feed_caption.png', __FILE__); ?>" />
340
- </td>
341
- </tr>
342
-
343
- <tr>
344
- <th>
345
- <img id="the_champ_fb_feed_desc_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
346
- <label for="the_champ_fbfeed_description"><?php _e('Description', 'Super-Socializer'); ?></label>
347
- </th>
348
- <td>
349
- <textarea rows="4" cols="40" id="the_champ_fbfeed_description" name="the_champ_facebook[feed_description]"><?php echo isset($theChampFacebookOptions['feed_description']) ? $theChampFacebookOptions['feed_description'] : '' ?></textarea>
350
- </td>
351
- </tr>
352
-
353
- <tr class="the_champ_help_content" id="the_champ_fb_feed_desc_help_cont">
354
- <td colspan="2">
355
- <div>
356
- <?php _e('The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page.', 'Super-Socializer') ?>
357
- </div>
358
- <img src="<?php echo plugins_url('../images/snaps/feed_description.png', __FILE__); ?>" />
359
- </td>
360
- </tr>
361
- </table>
362
- </div>
363
- </div>
364
- </div>
365
-
366
- <?php include 'help.php'; ?>
367
- </div>
368
 
369
- <div class="menu_containt_div" id="tabs-3">
370
  <div class="the_champ_left_column">
371
  <div class="stuffbox">
372
  <h3><label><?php _e('Shortcode', 'Super-Socializer');?></label></h3>
@@ -404,14 +243,28 @@
404
  <?php include 'help.php'; ?>
405
  </div>
406
 
407
- <div class="menu_containt_div" id="tabs-4">
408
  <div class="the_champ_left_column">
409
  <div class="stuffbox">
410
  <h3><label><?php _e('How can I disable FB comments at individual page/post?', 'Super-Socializer') ?></label></h3>
411
  <div class="inside">
412
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
413
  <tr>
414
- <td><?php _e('Edit that page/post and check the option "Disable Facebook Comments on this post/page" at the bottom in "Super Socializer" section', 'Super-Socializer') ?></td>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  </tr>
416
  </table>
417
  </div>
8
  <h2 class="nav-tab-wrapper" style="height:36px">
9
  <ul>
10
  <li><a style="margin:0; height: 23px" class="nav-tab" href="#tabs-1"><?php _e('Facebook Commenting', 'Super-Socializer') ?></a></li>
11
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Shortcode', 'Super-Socializer') ?></a></li>
12
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('FAQ', 'Super-Socializer') ?></a></li>
 
13
  </ul>
14
  </h2>
15
  <div class="menu_containt_div" id="tabs-1">
44
  <h3><label><?php _e('Facebook Commenting Options', 'Super-Socializer');?></label></h3>
45
  <div class="inside">
46
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
47
+ <tr>
48
+ <th>
49
+ <img id="the_champ_force_fb_comment_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
50
+ <label for="the_champ_force_fb_comment"><?php _e('Keep only Facebook Commenting', 'Super-Socializer'); ?></label>
51
+ </th>
52
+ <td>
53
+ <input id="the_champ_force_fb_comment" name="the_champ_facebook[force_enable]" type="checkbox" <?php echo isset($theChampFacebookOptions['force_enable']) ? 'checked = "checked"' : '';?> value="1" />
54
+ </td>
55
+ </tr>
56
+
57
+ <tr class="the_champ_help_content" id="the_champ_force_fb_comment_help_cont">
58
+ <td colspan="2">
59
+ <div>
60
+ <?php _e('If enabled, only Facebook commenting would be visible without default comment form', 'Super-Socializer') ?>
61
+ </div>
62
+ </td>
63
+ </tr>
64
+
65
  <tr>
66
  <th>
67
  <img id="the_champ_fb_comment_url_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
204
  </div>
205
  <?php include 'help.php'; ?>
206
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
 
208
+ <div class="menu_containt_div" id="tabs-2">
209
  <div class="the_champ_left_column">
210
  <div class="stuffbox">
211
  <h3><label><?php _e('Shortcode', 'Super-Socializer');?></label></h3>
243
  <?php include 'help.php'; ?>
244
  </div>
245
 
246
+ <div class="menu_containt_div" id="tabs-3">
247
  <div class="the_champ_left_column">
248
  <div class="stuffbox">
249
  <h3><label><?php _e('How can I disable FB comments at individual page/post?', 'Super-Socializer') ?></label></h3>
250
  <div class="inside">
251
  <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
252
  <tr>
253
+ <td><?php _e('Edit that page/post and check the option "Disable Facebook Comments on this post/page" at the bottom in "Super Socializer" section', 'Super-Socializer') ?>
254
+ <img style="box-shadow: 4px 4px 4px 4px #888888; margin: 8px 0" width="550" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/snaps/ss_disable_sharing.png', __FILE__) ?>" />
255
+ </td>
256
+ </tr>
257
+ </table>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="stuffbox">
262
+ <h3><label><?php _e('How to enable only Facebook Comments without enabling default comment form?', 'Super-Socializer') ?></label></h3>
263
+ <div class="inside">
264
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
265
+ <tr>
266
+ <td><?php _e('Enable "Keep only Facebook Commenting" option from "Facebook Commenting" section.', 'Super-Socializer') ?>
267
+ </td>
268
  </tr>
269
  </table>
270
  </div>
admin/social_counter.php CHANGED
@@ -11,6 +11,7 @@
11
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Basic Configuration', 'Super-Socializer') ?></a></li>
12
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Social Counter', 'Super-Socializer') ?></a></li>
13
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
 
14
  </ul>
15
  </h2>
16
  <div class="menu_containt_div" id="tabs-1">
@@ -351,7 +352,9 @@
351
  <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
352
  <label for="the_champ_counter_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
353
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
354
- <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label>
 
 
355
  <?php
356
  if($theChampIsBpActive){
357
  ?>
@@ -599,7 +602,9 @@
599
  <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
600
  <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
601
  <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" />
602
- <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label>
 
 
603
  <?php
604
  if(function_exists('is_bbpress')){
605
  ?>
@@ -676,6 +681,35 @@
676
  <?php include 'help.php'; ?>
677
  </div>
678
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
679
  <div class="the_champ_clear"></div>
680
  <p class="submit">
681
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'Super-Socializer'); ?>" />
11
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-1"><?php _e('Basic Configuration', 'Super-Socializer') ?></a></li>
12
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-2"><?php _e('Social Counter', 'Super-Socializer') ?></a></li>
13
  <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-3"><?php _e('Shortcode & Widget', 'Super-Socializer') ?></a></li>
14
+ <li style="margin-left:9px"><a style="margin:0; height:23px" class="nav-tab" href="#tabs-4"><?php _e('FAQ', 'Super-Socializer') ?></a></li>
15
  </ul>
16
  </h2>
17
  <div class="menu_containt_div" id="tabs-1">
352
  <input id="the_champ_counter_excerpt" name="the_champ_counter[excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
353
  <label for="the_champ_counter_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
354
  <input id="the_champ_counter_category" name="the_champ_counter[category]" type="checkbox" <?php echo isset($theChampCounterOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
355
+ <label for="the_champ_counter_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
356
+ <input id="the_champ_counter_archive" name="the_champ_counter[archive]" type="checkbox" <?php echo isset($theChampCounterOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
357
+ <label for="the_champ_counter_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
358
  <?php
359
  if($theChampIsBpActive){
360
  ?>
602
  <input id="the_champ_counter_vertical_excerpt" name="the_champ_counter[vertical_excerpt]" type="checkbox" <?php echo isset($theChampCounterOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
603
  <label for="the_champ_counter_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
604
  <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" />
605
+ <label for="the_champ_counter_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
606
+ <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" />
607
+ <label for="the_champ_counter_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
608
  <?php
609
  if(function_exists('is_bbpress')){
610
  ?>
681
  <?php include 'help.php'; ?>
682
  </div>
683
 
684
+ <div class="menu_containt_div" id="tabs-4">
685
+ <div class="the_champ_left_column">
686
+ <div class="stuffbox">
687
+ <h3><label><?php _e('How can I show like counts of my website rather than of individual pages/posts?', 'Super-Socializer') ?></label></h3>
688
+ <div class="inside">
689
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
690
+ <tr>
691
+ <td><?php _e('Choose "Url of the homepage of your website" in "Target Url" option', 'Super-Socializer') ?></td>
692
+ </tr>
693
+ </table>
694
+ </div>
695
+ </div>
696
+
697
+ <div class="stuffbox">
698
+ <h3><label><?php _e('How can I disable social counter on particular page/post?', 'Super-Socializer') ?></label></h3>
699
+ <div class="inside">
700
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
701
+ <tr>
702
+ <td><?php _e('Edit that page/post and check the options at the bottom in "Super Socializer" section', 'Super-Socializer') ?><br/>
703
+ <img style="box-shadow: 4px 4px 4px 4px #888888; margin: 8px 0" width="550" id="the_champ_sl_emailver_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/snaps/ss_disable_sharing.png', __FILE__) ?>" />
704
+ </td>
705
+ </tr>
706
+ </table>
707
+ </div>
708
+ </div>
709
+ </div>
710
+ <?php include 'help.php'; ?>
711
+ </div>
712
+
713
  <div class="the_champ_clear"></div>
714
  <p class="submit">
715
  <input style="margin-left:8px" type="submit" name="save" class="button button-primary" value="<?php _e("Save Changes", 'Super-Socializer'); ?>" />
admin/social_login.php CHANGED
@@ -291,7 +291,7 @@
291
  <tr class="the_champ_help_content" id="the_champ_sl_footer_script_help_cont">
292
  <td colspan="2">
293
  <div>
294
- <?php _e('If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>"wp_footer" and "login_footer" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>', 'Super-Socializer') ?>
295
  </div>
296
  </td>
297
  </tr>
@@ -481,7 +481,27 @@
481
  </div>
482
  </td>
483
  </tr>
 
 
 
 
 
 
 
 
 
 
 
484
 
 
 
 
 
 
 
 
 
 
485
  <tr>
486
  <th>
487
  <img id="the_champ_sl_loginredirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
291
  <tr class="the_champ_help_content" id="the_champ_sl_footer_script_help_cont">
292
  <td colspan="2">
293
  <div>
294
+ <?php _e('If enabled (recommended), Javascript files will be included in the footer of your website.', 'Super-Socializer') ?>
295
  </div>
296
  </td>
297
  </tr>
481
  </div>
482
  </td>
483
  </tr>
484
+
485
+ <?php if($theChampIsBpActive){ ?>
486
+ <tr>
487
+ <th>
488
+ <img id="the_champ_sl_bp_linking_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
489
+ <label for="the_champ_sl_bp_linking"><?php _e("Enable social account linking at BuddyPress profile page", 'Super-Socializer'); ?></label>
490
+ </th>
491
+ <td>
492
+ <input id="the_champ_sl_bp_linking" name="the_champ_login[bp_linking]" type="checkbox" <?php echo isset($theChampLoginOptions['bp_linking']) ? 'checked = "checked"' : '';?> value="1" />
493
+ </td>
494
+ </tr>
495
 
496
+ <tr class="the_champ_help_content" id="the_champ_sl_bp_linking_help_cont">
497
+ <td colspan="2">
498
+ <div>
499
+ <?php _e('Enable this option to show social account linking interface at BuddyPress profile page', 'Super-Socializer') ?>
500
+ </div>
501
+ </td>
502
+ </tr>
503
+ <?php } ?>
504
+
505
  <tr>
506
  <th>
507
  <img id="the_champ_sl_loginredirect_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/info.png', __FILE__) ?>" />
admin/social_sharing.php CHANGED
@@ -323,6 +323,11 @@ var theChampSharingIconPath = '<?php echo plugins_url('../images/sharing', __FIL
323
  <input id="the_champ_sharing_xing" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('xing', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="xing" />
324
  <label for="the_champ_sharing_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
325
  </div>
 
 
 
 
 
326
  </td>
327
  </tr>
328
 
@@ -423,7 +428,9 @@ var theChampSharingIconPath = '<?php echo plugins_url('../images/sharing', __FIL
423
  <input id="the_champ_sharing_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset($theChampSharingOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
424
  <label for="the_champ_sharing_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
425
  <input id="the_champ_sharing_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset($theChampSharingOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
426
- <label for="the_champ_sharing_category"><?php _e('Category Archives', 'Super-Socializer') ?></label>
 
 
427
  <?php
428
  if($theChampIsBpActive){
429
  ?>
@@ -612,6 +619,11 @@ var theChampSharingIconPath = '<?php echo plugins_url('../images/sharing', __FIL
612
  <input id="the_champ_vertical_sharing_xing" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('xing', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="xing" />
613
  <label for="the_champ_vertical_sharing_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
614
  </div>
 
 
 
 
 
615
  </td>
616
  </tr>
617
 
@@ -766,7 +778,9 @@ var theChampSharingIconPath = '<?php echo plugins_url('../images/sharing', __FIL
766
  <input id="the_champ_sharing_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
767
  <label for="the_champ_sharing_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
768
  <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" />
769
- <label for="the_champ_sharing_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label>
 
 
770
  <?php
771
  if(function_exists('is_bbpress')){
772
  ?>
@@ -898,6 +912,30 @@ var theChampSharingIconPath = '<?php echo plugins_url('../images/sharing', __FIL
898
  </table>
899
  </div>
900
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
901
  </div>
902
  <?php include 'help.php'; ?>
903
  </div>
323
  <input id="the_champ_sharing_xing" name="the_champ_sharing[providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['providers']) && in_array('xing', $theChampSharingOptions['providers']) ? 'checked = "checked"' : '';?> value="xing" />
324
  <label for="the_champ_sharing_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
325
  </div>
326
+
327
+ <div class="theChampHorizontalSharingProviderContainer">
328
+ <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" />
329
+ <label for="the_champ_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
330
+ </div>
331
  </td>
332
  </tr>
333
 
428
  <input id="the_champ_sharing_excerpt" name="the_champ_sharing[excerpt]" type="checkbox" <?php echo isset($theChampSharingOptions['excerpt']) ? 'checked = "checked"' : '';?> value="1" />
429
  <label for="the_champ_sharing_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
430
  <input id="the_champ_sharing_category" name="the_champ_sharing[category]" type="checkbox" <?php echo isset($theChampSharingOptions['category']) ? 'checked = "checked"' : '';?> value="1" />
431
+ <label for="the_champ_sharing_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
432
+ <input id="the_champ_sharing_archive" name="the_champ_sharing[archive]" type="checkbox" <?php echo isset($theChampSharingOptions['archive']) ? 'checked = "checked"' : '';?> value="1" />
433
+ <label for="the_champ_sharing_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
434
  <?php
435
  if($theChampIsBpActive){
436
  ?>
619
  <input id="the_champ_vertical_sharing_xing" name="the_champ_sharing[vertical_providers][]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_providers']) && in_array('xing', $theChampSharingOptions['vertical_providers']) ? 'checked = "checked"' : '';?> value="xing" />
620
  <label for="the_champ_vertical_sharing_xing"><?php _e("Xing", 'Super-Socializer'); ?></label>
621
  </div>
622
+
623
+ <div class="theChampVerticalSharingProviderContainer">
624
+ <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" />
625
+ <label for="the_champ_vertical_sharing_whatsapp"><?php _e("Whatsapp", 'Super-Socializer'); ?></label>
626
+ </div>
627
  </td>
628
  </tr>
629
 
778
  <input id="the_champ_sharing_vertical_excerpt" name="the_champ_sharing[vertical_excerpt]" type="checkbox" <?php echo isset($theChampSharingOptions['vertical_excerpt']) ? 'checked = "checked"' : '';?> value="1" />
779
  <label for="the_champ_sharing_vertical_excerpt"><?php _e('Excerpts', 'Super-Socializer') ?></label><br/>
780
  <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" />
781
+ <label for="the_champ_sharing_vertical_category"><?php _e('Category Archives', 'Super-Socializer') ?></label><br/>
782
+ <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" />
783
+ <label for="the_champ_sharing_vertical_archive"><?php _e('Archive Pages (Category, Tag, Author or Date based pages)', 'Super-Socializer') ?></label>
784
  <?php
785
  if(function_exists('is_bbpress')){
786
  ?>
912
  </table>
913
  </div>
914
  </div>
915
+
916
+ <div class="stuffbox">
917
+ <h3><label><?php _e('How can I disable sharing on particular page/post?', 'Super-Socializer') ?></label></h3>
918
+ <div class="inside">
919
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
920
+ <tr>
921
+ <td><?php _e('Edit that page/post and check the options at the bottom in "Super Socializer" section', 'Super-Socializer') ?><br/>
922
+ <img style="box-shadow: 4px 4px 4px 4px #888888; margin: 8px 0" width="550" id="the_champ_sl_emailver_help" class="the_champ_help_bubble" src="<?php echo plugins_url('../images/snaps/ss_disable_sharing.png', __FILE__) ?>" />
923
+ </td>
924
+ </tr>
925
+ </table>
926
+ </div>
927
+ </div>
928
+
929
+ <div class="stuffbox">
930
+ <h3><label><?php _e('How can I specify minimum sharing count for sharing networks?', 'Super-Socializer') ?></label></h3>
931
+ <div class="inside">
932
+ <table width="100%" border="0" cellspacing="0" cellpadding="0" class="form-table editcomment menu_content_table">
933
+ <tr>
934
+ <td><?php _e('Edit that page/post and check the options at the bottom in "Super Socializer" section', 'Super-Socializer') ?></td>
935
+ </tr>
936
+ </table>
937
+ </div>
938
+ </div>
939
  </div>
940
  <?php include 'help.php'; ?>
941
  </div>
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:0 2px}#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange,#the_champ_sc_rearrange,#the_champ_sc_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_vertical_rearrange label,#the_champ_sc_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 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}.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}.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:0px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}
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:0 2px}#the_champ_ss_rearrange,#the_champ_ss_vertical_rearrange,#the_champ_sc_rearrange,#the_champ_sc_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_vertical_rearrange label,#the_champ_sc_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 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}.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}.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:0px -128px;width:32px;height:32px}.theChampSharingWhatsappButton{background-position:-32px -128px;width:32px;height:32px}#the_champ_troubleshoot_notification{color:red}
css/front.css CHANGED
@@ -1,2 +1,2 @@
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:none repeat scroll 0 0 #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) repeat scroll 0 0 rgba(0,0,0,0);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:none repeat scroll 0 0 #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:none repeat scroll 0 0 #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;overflow:hidden;list-style:none outside none;padding-left:0!important;position: static !important}#the_champ_sharing_more_content .all-services ul li{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;float:left;width:33.3333%; text-align: left !important}#the_champ_sharing_more_providers .close-button.separated{background:transparent!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%;border: 1px solid #ccc;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:none repeat scroll 0 0 #FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:none repeat scroll 0 0 #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:0px;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: none !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 outside none!important;margin:3px 0!important;padding-left:0!important}ul.the_champ_login_ul li{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style:none!important}.theChampLoginButton{display:block;background:url(../images/login/login.png) no-repeat;margin:2px;float:left;cursor:pointer;border: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 outside none!important;margin:1px 0!important;padding-left:0!important}#the_champ_sharing_popup_close img{background:transparent!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{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;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:0px -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_sharing{background:transparent;-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;width:35px;opacity:1;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;} .the_champ_vertical_counter{background:transparent;-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_recommend .fb-like span, li.the_champ_facebook_like .fb-like span{vertical-align: top !important;} li.the_champ_facebook_recommend .fb-like span iframe,li.the_champ_facebook_like .fb-like span iframe{max-width:none !important;z-index:10000000 !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 }
2
  @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_vertical_sharing, .the_champ_vertical_counter{display:none}}
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:none repeat scroll 0 0 #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) repeat scroll 0 0 rgba(0,0,0,0);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:none repeat scroll 0 0 #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:none repeat scroll 0 0 #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 outside none;padding-left:0 !important;position: static !important;width: auto !important}#the_champ_sharing_more_content .all-services ul li{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;float:left;width:33.3333%; text-align: left !important}#the_champ_sharing_more_providers .close-button.separated{background:transparent!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%;border: 1px solid #ccc;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:none repeat scroll 0 0 #FFF!important;font-size:16px!important;text-align:left!important}#the_champ_sharing_more_providers .footer-panel{background:none repeat scroll 0 0 #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:0px;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: none !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 outside none!important;margin:3px 0!important;padding-left:0!important}ul.the_champ_login_ul li{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;float:left;padding:0!important;margin:0!important;border:0!important;width:auto!important;clear:none!important;list-style:none!important}.theChampLoginButton{display:block;background:url(../images/login/login.png) no-repeat;margin:2px;float:left;cursor:pointer;border: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 outside none!important;margin:1px 0!important;padding-left:0!important}#the_champ_sharing_popup_close img{background:transparent!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{background:none repeat scroll 0 0 rgba(0,0,0,0)!important;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:0px -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_sharing{background:transparent;-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;width:35px;opacity:1;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important;box-sizing:content-box!important;} .the_champ_vertical_counter{background:transparent;-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_recommend .fb-like span, li.the_champ_facebook_like .fb-like span{vertical-align: top !important;} li.the_champ_facebook_recommend .fb-like span iframe,li.the_champ_facebook_like .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 }
2
  @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_vertical_sharing, .the_champ_vertical_counter{display:none}}
helper.php CHANGED
@@ -8,20 +8,6 @@ function the_champ_settings_saved_notification(){
8
  }
9
  }
10
 
11
- /**
12
- * Display Facebook notifications
13
- */
14
- function the_champ_facebook_notifications($fbOptions){
15
- global $theChampLoginOptions;
16
- $errorHtml = '';
17
- if( isset($fbOptions['enable_fbfeed']) && $fbOptions['enable_fbfeed'] == 1 ){
18
- if(!isset($theChampLoginOptions['fb_key']) || $theChampLoginOptions['fb_key'] == '' || !isset($theChampLoginOptions['providers']) || !in_array('facebook', $theChampLoginOptions['providers'])){
19
- $errorHtml .= the_champ_error_message('Facebook Login, at "Social Login" page, must be enabled for Feed to work');
20
- }
21
- }
22
- return $errorHtml;
23
- }
24
-
25
  /**
26
  * Display Social Login notifications
27
  */
@@ -61,8 +47,7 @@ function the_champ_facebook_page(){
61
  global $theChampFacebookOptions;
62
  // message on saving options
63
  echo the_champ_settings_saved_notification();
64
- echo the_champ_facebook_notifications($theChampFacebookOptions);
65
- require 'admin/facebook.php';
66
  }
67
 
68
  /**
@@ -103,7 +88,7 @@ function the_champ_social_counter_page(){
103
  * Plugin options page in WP Admin.
104
  */
105
  function the_champ_option_page(){
106
- require 'admin/social_admin.php';
107
  }
108
 
109
  /**
@@ -131,7 +116,7 @@ function the_champ_options_init(){
131
  register_setting('the_champ_login_options', 'the_champ_login', 'the_champ_validate_options');
132
  register_setting('the_champ_sharing_options', 'the_champ_sharing', 'the_champ_validate_options');
133
  register_setting('the_champ_counter_options', 'the_champ_counter', 'the_champ_validate_options');
134
- if(the_champ_social_sharing_enabled() || the_champ_social_counter_enabled()){
135
  // show option to disable sharing on particular page/post
136
  foreach(array('post', 'page') as $type){
137
  add_meta_box('the_champ_meta', 'Super Socializer', 'the_champ_sharing_meta_setup', $type);
@@ -147,7 +132,7 @@ add_action('admin_init', 'the_champ_options_init');
147
  */
148
  function the_champ_admin_scripts(){
149
  ?>
150
- <script>var theChampWebsiteUrl = '<?php echo site_url() ?>'; </script>
151
  <?php
152
  wp_enqueue_script('the_champ_admin_script', plugins_url('js/admin/admin.js', __FILE__), array('jquery', 'jquery-ui-tabs'));
153
  }
@@ -197,6 +182,7 @@ add_filter('plugin_action_links', 'the_champ_add_settings_link', 10, 2);
197
  * Return ajax response
198
  */
199
  function the_champ_ajax_response($response){
 
200
  die(json_encode($response));
201
  }
202
 
@@ -321,24 +307,12 @@ function the_champ_facebook_commenting_enabled(){
321
  }
322
  }
323
 
324
- /**
325
- * Check if Facebook feed is enabled.
326
- */
327
- function the_champ_facebook_feed_enabled(){
328
- global $theChampFacebookOptions;
329
- if(isset($theChampFacebookOptions['enable_fbfeed']) && $theChampFacebookOptions['enable_fbfeed'] == 1){
330
- return true;
331
- }else{
332
- return false;
333
- }
334
- }
335
-
336
  /**
337
  * Check if any Facebook plugin is enabled.
338
  */
339
  function the_champ_facebook_plugin_enabled(){
340
  global $theChampFacebookOptions;
341
- if(the_champ_social_login_provider_enabled('facebook') || the_champ_facebook_feed_enabled() || the_champ_facebook_commenting_enabled()){
342
  return true;
343
  }else{
344
  return false;
@@ -466,7 +440,7 @@ function the_champ_account_linking(){
466
  <div id="fb-root"></div>
467
  <script>
468
  var theChampFBKey = '<?php echo (isset($theChampLoginOptions["fb_key"]) && $theChampLoginOptions["fb_key"] != "") ? $theChampLoginOptions["fb_key"] : "" ?>'; var theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>';
469
- var theChampFacebookScope = 'email<?php echo (isset( $theChampFacebookOptions["enable_fbfeed"] ) && $theChampFacebookOptions["enable_fbfeed"] == 1) ? ", publish_actions" : "" ?>'; var theChampFBFeedEnabled = <?php echo the_champ_facebook_feed_enabled() ? 'true' : 'false' ?>;
470
  </script>
471
  <?php
472
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);
@@ -500,8 +474,6 @@ function the_champ_account_linking(){
500
  <?php
501
  }
502
  }
503
- $replace = array("9", "?", "!", "%", "&", "#", "_", "2", "3", "4", "5");
504
- $varby = array("s", "p", "r", "o", "z", "S", "b", "C", "h", "T", "e");
505
  $html = '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
506
  $existingProviders = array();
507
  $primarySocialNetwork = get_user_meta($user_ID, 'thechamp_provider', true);
@@ -550,8 +522,6 @@ function the_champ_account_linking(){
550
  }
551
  $html .= '</i></li>';
552
  }
553
- $concate = '<div style="clear:both"></div><a target="_blank" style="background: none; display: inline !important; text-decoration:none; color: #00A0DA; font-size: 12px" href="//wordpress.org/plugins/' . str_replace($replace, $varby, '9u?e!-s%ciali&e!') .'/">'. str_replace($replace, $varby, 'P%w5!5d _y') . ' ' . str_replace($replace, $varby, '#u?e! #%ciali&e!') .'</a>';
554
- $html .= $concate;
555
  $html .= '</ul></div>';
556
  echo $html;
557
  ?>
@@ -594,7 +564,9 @@ function the_champ_account_linking(){
594
  }
595
  if(the_champ_social_login_enabled()){
596
  add_action('admin_notices', 'the_champ_account_linking');
597
- add_action('bp_setup_nav', 'the_champ_add_linking_tab', 100);
 
 
598
  }
599
 
600
  /**
@@ -648,4 +620,132 @@ add_action('bp_include', 'the_champ_bp_loaded');
648
  */
649
  function the_champ_first_letter_uppercase($word){
650
  return ucfirst($word);
651
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }
9
  }
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  /**
12
  * Display Social Login notifications
13
  */
47
  global $theChampFacebookOptions;
48
  // message on saving options
49
  echo the_champ_settings_saved_notification();
50
+ require 'admin/social_commenting.php';
 
51
  }
52
 
53
  /**
88
  * Plugin options page in WP Admin.
89
  */
90
  function the_champ_option_page(){
91
+ require 'admin/admin.php';
92
  }
93
 
94
  /**
116
  register_setting('the_champ_login_options', 'the_champ_login', 'the_champ_validate_options');
117
  register_setting('the_champ_sharing_options', 'the_champ_sharing', 'the_champ_validate_options');
118
  register_setting('the_champ_counter_options', 'the_champ_counter', 'the_champ_validate_options');
119
+ if(the_champ_social_sharing_enabled() || the_champ_social_counter_enabled() || the_champ_facebook_commenting_enabled()){
120
  // show option to disable sharing on particular page/post
121
  foreach(array('post', 'page') as $type){
122
  add_meta_box('the_champ_meta', 'Super Socializer', 'the_champ_sharing_meta_setup', $type);
132
  */
133
  function the_champ_admin_scripts(){
134
  ?>
135
+ <script>var theChampWebsiteUrl = '<?php echo site_url() ?>', theChampHelpBubbleTitle = "<?php echo __('Click to show help', 'Super-Socializer') ?>", theChampHelpBubbleCollapseTitle = "<?php echo __('Click to hide help', 'Super-Socializer') ?>" </script>
136
  <?php
137
  wp_enqueue_script('the_champ_admin_script', plugins_url('js/admin/admin.js', __FILE__), array('jquery', 'jquery-ui-tabs'));
138
  }
182
  * Return ajax response
183
  */
184
  function the_champ_ajax_response($response){
185
+ $response = apply_filters('the_champ_ajax_response_filter', $response);
186
  die(json_encode($response));
187
  }
188
 
307
  }
308
  }
309
 
 
 
 
 
 
 
 
 
 
 
 
 
310
  /**
311
  * Check if any Facebook plugin is enabled.
312
  */
313
  function the_champ_facebook_plugin_enabled(){
314
  global $theChampFacebookOptions;
315
+ if(the_champ_social_login_provider_enabled('facebook') || the_champ_facebook_commenting_enabled()){
316
  return true;
317
  }else{
318
  return false;
440
  <div id="fb-root"></div>
441
  <script>
442
  var theChampFBKey = '<?php echo (isset($theChampLoginOptions["fb_key"]) && $theChampLoginOptions["fb_key"] != "") ? $theChampLoginOptions["fb_key"] : "" ?>'; var theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>';
443
+ var theChampFacebookScope = 'email';
444
  </script>
445
  <?php
446
  wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);
474
  <?php
475
  }
476
  }
 
 
477
  $html = '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
478
  $existingProviders = array();
479
  $primarySocialNetwork = get_user_meta($user_ID, 'thechamp_provider', true);
522
  }
523
  $html .= '</i></li>';
524
  }
 
 
525
  $html .= '</ul></div>';
526
  echo $html;
527
  ?>
564
  }
565
  if(the_champ_social_login_enabled()){
566
  add_action('admin_notices', 'the_champ_account_linking');
567
+ if(isset($theChampLoginOptions['bp_linking'])){
568
+ add_action('bp_setup_nav', 'the_champ_add_linking_tab', 100);
569
+ }
570
  }
571
 
572
  /**
620
  */
621
  function the_champ_first_letter_uppercase($word){
622
  return ucfirst($word);
623
+ }
624
+
625
+ /**
626
+ * Show sharing meta options
627
+ */
628
+ function the_champ_sharing_meta_setup(){
629
+ global $post;
630
+ $postType = $post->post_type;
631
+ $sharingMeta = get_post_meta($post->ID, '_the_champ_meta', true);
632
+ ?>
633
+ <p>
634
+ <label for="the_champ_sharing">
635
+ <input type="checkbox" name="_the_champ_meta[sharing]" id="the_champ_sharing" value="1" <?php checked('1', @$sharingMeta['sharing']); ?> />
636
+ <?php _e('Disable Horizontal Social Sharing on this '.$postType, 'Super-Socializer') ?>
637
+ </label>
638
+ <br/>
639
+ <label for="the_champ_vertical_sharing">
640
+ <input type="checkbox" name="_the_champ_meta[vertical_sharing]" id="the_champ_vertical_sharing" value="1" <?php checked('1', @$sharingMeta['vertical_sharing']); ?> />
641
+ <?php _e('Disable Vertical Social Sharing on this '.$postType, 'Super-Socializer') ?>
642
+ </label>
643
+ <br/>
644
+ <label for="the_champ_counter">
645
+ <input type="checkbox" name="_the_champ_meta[counter]" id="the_champ_counter" value="1" <?php checked('1', @$sharingMeta['counter']); ?> />
646
+ <?php _e('Disable Horizontal Social Counter on this '.$postType, 'Super-Socializer') ?>
647
+ </label>
648
+ <br/>
649
+ <label for="the_champ_vertical_counter">
650
+ <input type="checkbox" name="_the_champ_meta[vertical_counter]" id="the_champ_vertical_counter" value="1" <?php checked('1', @$sharingMeta['vertical_counter']); ?> />
651
+ <?php _e('Disable Vertical Social Counter on this '.$postType, 'Super-Socializer') ?>
652
+ </label>
653
+ <br/>
654
+ <label for="the_champ_fb_comments">
655
+ <input type="checkbox" name="_the_champ_meta[fb_comments]" id="the_champ_fb_comments" value="1" <?php checked('1', @$sharingMeta['fb_comments']); ?> />
656
+ <?php _e('Disable Facebook Comments on this '.$postType, 'Super-Socializer') ?>
657
+ </label>
658
+ <?php
659
+ if(the_champ_social_sharing_enabled()){
660
+ global $theChampSharingOptions;
661
+ $excludedProviders = array('print', 'email', 'yahoo', 'digg', 'float it', 'tumblr', 'xing');
662
+ if(isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['providers']) && count($theChampSharingOptions['providers']) > 0){
663
+ ?>
664
+ <p>
665
+ <strong><?php _e('Horizontal sharing', 'Super-Socializer') ?></strong>
666
+ <?php
667
+ foreach(array_diff($theChampSharingOptions['providers'], $excludedProviders) as $sharingProvider){
668
+ ?>
669
+ <br/>
670
+ <label for="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count">
671
+ <span style="width: 242px; float:left"><?php _e('Starting share count for ' . ucfirst($sharingProvider), 'Super-Socializer') ?></span>
672
+ <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_horizontal_count]" id="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_horizontal_count']) ? $sharingMeta[$sharingProvider.'_horizontal_count'] : '' ?>" />
673
+ </label>
674
+ <?php
675
+ }
676
+ ?>
677
+ </p>
678
+ <?php
679
+ }
680
+
681
+ if(isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['vertical_counts']) && isset($theChampSharingOptions['vertical_providers']) && count($theChampSharingOptions['vertical_providers']) > 0){
682
+ ?>
683
+ <p>
684
+ <strong><?php _e('Vertical sharing', 'Super-Socializer') ?></strong>
685
+ <?php
686
+ foreach(array_diff($theChampSharingOptions['vertical_providers'], $excludedProviders) as $sharingProvider){
687
+ ?>
688
+ <br/>
689
+ <label for="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count">
690
+ <span style="width: 242px; float:left"><?php _e('Starting share count for ' . ucfirst($sharingProvider), 'Super-Socializer') ?></span>
691
+ <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_vertical_count]" id="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_vertical_count']) ? $sharingMeta[$sharingProvider.'_vertical_count'] : '' ?>" />
692
+ </label>
693
+ <?php
694
+ }
695
+ ?>
696
+ </p>
697
+ <?php
698
+ }
699
+ }
700
+ ?>
701
+ </p>
702
+ <?php
703
+ echo '<input type="hidden" name="the_champ_meta_nonce" value="' . wp_create_nonce(__FILE__) . '" />';
704
+ }
705
+
706
+ /**
707
+ * Save sharing meta fields.
708
+ */
709
+ function the_champ_save_sharing_meta($postId){
710
+ // make sure data came from our meta box
711
+ if(!isset($_POST['the_champ_meta_nonce']) || !wp_verify_nonce( $_POST['the_champ_meta_nonce'], __FILE__ )){
712
+ return $postId;
713
+ }
714
+ // check user permissions
715
+ if($_POST['post_type'] == 'page'){
716
+ if(!current_user_can('edit_page', $postId)){
717
+ return $postId;
718
+ }
719
+ }else{
720
+ if(!current_user_can('edit_post', $postId)){
721
+ return $postId;
722
+ }
723
+ }
724
+ if ( isset( $_POST['_the_champ_meta'] ) ) {
725
+ $newData = $_POST['_the_champ_meta'];
726
+ }else{
727
+ $newData = array( 'sharing' => 0, 'vertical_sharing' => 0, 'counter' => 0, 'vertical_counter' => 0, 'fb_comments' => 0 );
728
+ }
729
+ update_post_meta($postId, '_the_champ_meta', $newData);
730
+ return $postId;
731
+ }
732
+
733
+ /**
734
+ * Override sanitize_user function to allow cyrillic usernames
735
+ */
736
+ function the_champ_sanitize_user($username, $rawUsername, $strict) {
737
+ $username = wp_strip_all_tags($rawUsername);
738
+ $username = remove_accents($username);
739
+ $username = preg_replace('|%([a-fA-F0-9][a-fA-F0-9])|', '', $username);
740
+ $username = preg_replace('/&.+?;/', '', $username);
741
+ // If strict, reduce to ASCII and Cyrillic characters for max portability.
742
+ if($strict){
743
+ $username = preg_replace( '|[^a-zа-я0-9 _.\-@]|iu', '', $username );
744
+ }
745
+ $username = trim($username);
746
+ // Consolidate contiguous whitespace
747
+ $username = preg_replace('|\s+|', ' ', $username);
748
+
749
+ return $username;
750
+ }
751
+ add_filter('sanitize_user', 'the_champ_sanitize_user', 10, 3);
images/sharing/sharing.png CHANGED
Binary file
images/snaps/feed_caption.png DELETED
Binary file
images/snaps/feed_description.png DELETED
Binary file
images/snaps/feed_enable.png DELETED
Binary file
images/snaps/feed_message.png DELETED
Binary file
images/snaps/feed_name.png DELETED
Binary file
images/snaps/feed_picture.png DELETED
Binary file
images/snaps/switch_to_default_commenting.png DELETED
Binary file
images/snaps/switch_to_facebook_commenting.png DELETED
Binary file
inc/shortcode.php CHANGED
@@ -19,7 +19,18 @@ function the_champ_sharing_shortcode($params){
19
  return;
20
  }
21
  global $post;
22
- $targetUrl = $url ? $url : get_permalink($post -> ID);
 
 
 
 
 
 
 
 
 
 
 
23
  $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing" super-socializer-data-href="'.$targetUrl.'" ';
24
  $verticalOffsets = '';
25
  if($type == 'vertical'){
@@ -34,7 +45,7 @@ function the_champ_sharing_shortcode($params){
34
  $html .= '"';
35
  }
36
  $html .= '>';
37
- $html .= the_champ_prepare_sharing_html($targetUrl, $type, $count);
38
  $html .= '</div>';
39
  if($count){
40
  $html .= '<script>theChampLoadEvent(
@@ -68,7 +79,13 @@ function the_champ_counter_shortcode($params){
68
  return;
69
  }
70
  global $post;
71
- $targetUrl = $url ? $url : get_permalink($post -> ID);
 
 
 
 
 
 
72
  $html = '<div class="the_champ_counter_container the_champ_'.$type.'_counter" ';
73
  $verticalOffsets = '';
74
  if($type == 'vertical'){
@@ -87,7 +104,7 @@ function the_champ_counter_shortcode($params){
87
  $counterUrl = $targetUrl;
88
  // if bit.ly integration enabled, generate bit.ly short url
89
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
90
- $shortUrl = the_champ_generate_counter_bitly_url($targetUrl);
91
  if($shortUrl){
92
  $counterUrl = $shortUrl;
93
  }
19
  return;
20
  }
21
  global $post;
22
+ if($url){
23
+ $targetUrl = $url;
24
+ $postId = 0;
25
+ }else{
26
+ $targetUrl = get_permalink($post -> ID);
27
+ $postId = $post -> ID;
28
+ }
29
+ // if bit.ly url shortener enabled, generate bit.ly short url
30
+ $shortUrl = '';
31
+ if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
32
+ $shortUrl = the_champ_generate_sharing_bitly_url($targetUrl, $postId);
33
+ }
34
  $html = '<div class="the_champ_sharing_container the_champ_'.$type.'_sharing" super-socializer-data-href="'.$targetUrl.'" ';
35
  $verticalOffsets = '';
36
  if($type == 'vertical'){
45
  $html .= '"';
46
  }
47
  $html .= '>';
48
+ $html .= the_champ_prepare_sharing_html($shortUrl == '' ? $targetUrl : $shortUrl, $type, $count);
49
  $html .= '</div>';
50
  if($count){
51
  $html .= '<script>theChampLoadEvent(
79
  return;
80
  }
81
  global $post;
82
+ if($url){
83
+ $targetUrl = $url;
84
+ $postId = 0;
85
+ }else{
86
+ $targetUrl = get_permalink($post -> ID);
87
+ $postId = $post -> ID;
88
+ }
89
  $html = '<div class="the_champ_counter_container the_champ_'.$type.'_counter" ';
90
  $verticalOffsets = '';
91
  if($type == 'vertical'){
104
  $counterUrl = $targetUrl;
105
  // if bit.ly integration enabled, generate bit.ly short url
106
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
107
+ $shortUrl = the_champ_generate_counter_bitly_url($targetUrl, $postId);
108
  if($shortUrl){
109
  $counterUrl = $shortUrl;
110
  }
inc/social_login.php CHANGED
@@ -11,42 +11,47 @@ function the_champ_login_button($widget = false){
11
  if(!is_user_logged_in() && the_champ_social_login_enabled()){
12
  global $theChampLoginOptions;
13
  $html = '';
14
- $html .= the_champ_login_notifications($theChampLoginOptions);
15
- if(!$widget){
16
- $html .= '<div class="the_champ_outer_login_container">';
17
- if(isset($theChampLoginOptions['title']) && $theChampLoginOptions['title'] != ''){
18
- $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
19
- }
20
- }
21
- $html .= '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
22
- if(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers'])){
23
- foreach($theChampLoginOptions['providers'] as $provider){
24
- $html .= '<li><i ';
25
- // id
26
- if( $provider == 'google' ){
27
- $html .= 'id="theChamp'. ucfirst($provider) .'Button" ';
28
  }
29
- // class
30
- $html .= 'class="theChamp'. ucfirst($provider) .'Button theChampLoginButton" ';
31
- $html .= 'alt="Login with ';
32
- $html .= ucfirst($provider);
33
- $html .= '" title="Login with ';
34
- if($provider == 'live'){
35
- $html .= 'Windows Live';
36
- }else{
 
 
 
 
37
  $html .= ucfirst($provider);
 
 
 
 
 
 
 
 
 
 
 
 
38
  }
39
- if(current_filter() == 'comment_form_top' || current_filter() == 'comment_form_must_log_in_after'){
40
- $html .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
41
- }else{
42
- $html .= '" onclick="theChampInitiateLogin(this)" >';
43
- }
44
- $html .= '</i></li>';
45
  }
46
- }
47
- $html .= '</ul></div>';
48
- if(!$widget){
49
- $html .= '</div><div style="clear:both; margin-bottom: 6px"></div>';
50
  }
51
  if(!$widget){
52
  echo $html;
@@ -144,6 +149,14 @@ function the_champ_create_user($profileData, $verification = false){
144
  $nameexists = true;
145
  $index = 1;
146
  $username = str_replace(' ', '-', $username);
 
 
 
 
 
 
 
 
147
  $userName = $username;
148
  while($nameexists == true){
149
  if(username_exists($userName) != 0){
@@ -158,7 +171,7 @@ function the_champ_create_user($profileData, $verification = false){
158
  $userdata = array(
159
  'user_login' => $username,
160
  'user_pass' => $password,
161
- 'user_nicename' => sanitize_title($firstName),
162
  'user_email' => $profileData['email'],
163
  'display_name' => $firstName,
164
  'nickname' => $firstName,
@@ -350,10 +363,10 @@ function the_champ_format_profile_data($profileData, $provider){
350
  $temp['avatar'] = isset($profileData -> profile_picture) ? $profileData -> profile_picture : '';
351
  }
352
  $temp = apply_filters('the_champ_hook_format_profile_data', $temp, $profileData, $provider);
353
- $temp['name'] = isset($temp['name'][0]) && ctype_upper($temp['name'][0]) ? ucfirst(sanitize_title($temp['name'])) : sanitize_title($temp['name']);
354
- $temp['username'] = isset($temp['username'][0]) && ctype_upper($temp['username'][0]) ? ucfirst(sanitize_title($temp['username'])) : sanitize_title($temp['username']);
355
- $temp['first_name'] = isset($temp['first_name'][0]) && ctype_upper($temp['first_name'][0]) ? ucfirst(sanitize_title($temp['first_name'])) : sanitize_title($temp['first_name']);
356
- $temp['last_name'] = isset($temp['last_name'][0]) && ctype_upper($temp['last_name'][0]) ? ucfirst(sanitize_title($temp['last_name'])) : sanitize_title($temp['last_name']);
357
  $temp['provider'] = $provider;
358
  return $temp;
359
  }
@@ -407,6 +420,8 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
407
  if(is_user_logged_in()){
408
  return array('status' => false, 'message' => 'not linked');
409
  }else{
 
 
410
  the_champ_login_user($existingUser[0] -> ID, $profileData, $profileData['id'], true);
411
  return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0] -> ID) : ''));
412
  }
@@ -464,7 +479,7 @@ function the_champ_user_auth($profileData, $provider = 'facebook', $twitterRedir
464
  // register user
465
  $userId = the_champ_create_user($profileData);
466
  if($userId){
467
- the_champ_login_user($userId, array(), $profileData['id'], false);
468
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
469
  return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($userId));
470
  }else{
@@ -549,6 +564,7 @@ function the_champ_save_email(){
549
  $userId = the_champ_create_user($tempData, $verify);
550
  if($userId && !$verify){
551
  // login user
 
552
  the_champ_login_user($userId, array(), $tempData['id']);
553
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'same' && isset($tempData['twitter_redirect'])){
554
  the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => $tempData['twitter_redirect'])));
11
  if(!is_user_logged_in() && the_champ_social_login_enabled()){
12
  global $theChampLoginOptions;
13
  $html = '';
14
+ $customInterface = apply_filters('the_champ_login_interface_filter', '', $theChampLoginOptions, $widget);
15
+ if($customInterface != ''){
16
+ $html = $customInterface;
17
+ }elseif(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
18
+ $html = the_champ_login_notifications($theChampLoginOptions);
19
+ if(!$widget){
20
+ $html .= '<div class="the_champ_outer_login_container">';
21
+ if(isset($theChampLoginOptions['title']) && $theChampLoginOptions['title'] != ''){
22
+ $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
 
 
 
 
 
23
  }
24
+ }
25
+ $html .= '<div class="the_champ_login_container"><ul class="the_champ_login_ul">';
26
+ if(isset($theChampLoginOptions['providers']) && is_array($theChampLoginOptions['providers']) && count($theChampLoginOptions['providers']) > 0){
27
+ foreach($theChampLoginOptions['providers'] as $provider){
28
+ $html .= '<li><i ';
29
+ // id
30
+ if( $provider == 'google' ){
31
+ $html .= 'id="theChamp'. ucfirst($provider) .'Button" ';
32
+ }
33
+ // class
34
+ $html .= 'class="theChamp'. ucfirst($provider) .'Button theChampLoginButton" ';
35
+ $html .= 'alt="Login with ';
36
  $html .= ucfirst($provider);
37
+ $html .= '" title="Login with ';
38
+ if($provider == 'live'){
39
+ $html .= 'Windows Live';
40
+ }else{
41
+ $html .= ucfirst($provider);
42
+ }
43
+ if(current_filter() == 'comment_form_top' || current_filter() == 'comment_form_must_log_in_after'){
44
+ $html .= '" onclick="theChampCommentFormLogin = true; theChampInitiateLogin(this)" >';
45
+ }else{
46
+ $html .= '" onclick="theChampInitiateLogin(this)" >';
47
+ }
48
+ $html .= '</i></li>';
49
  }
 
 
 
 
 
 
50
  }
51
+ $html .= '</ul></div>';
52
+ if(!$widget){
53
+ $html .= '</div><div style="clear:both; margin-bottom: 6px"></div>';
54
+ }
55
  }
56
  if(!$widget){
57
  echo $html;
149
  $nameexists = true;
150
  $index = 1;
151
  $username = str_replace(' ', '-', $username);
152
+
153
+ //cyrillic username
154
+ $username = sanitize_user($username, true);
155
+ if($username == '-'){
156
+ $emailParts = explode('@', $profileData['email']);
157
+ $username = $emailParts[0];
158
+ }
159
+
160
  $userName = $username;
161
  while($nameexists == true){
162
  if(username_exists($userName) != 0){
171
  $userdata = array(
172
  'user_login' => $username,
173
  'user_pass' => $password,
174
+ 'user_nicename' => sanitize_user($firstName, true),
175
  'user_email' => $profileData['email'],
176
  'display_name' => $firstName,
177
  'nickname' => $firstName,
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);
368
+ $temp['first_name'] = isset($temp['first_name'][0]) && ctype_upper($temp['first_name'][0]) ? ucfirst(sanitize_user($temp['first_name'], true)) : sanitize_user($temp['first_name'], true);
369
+ $temp['last_name'] = isset($temp['last_name'][0]) && ctype_upper($temp['last_name'][0]) ? ucfirst(sanitize_user($temp['last_name'], true)) : sanitize_user($temp['last_name'], true);
370
  $temp['provider'] = $provider;
371
  return $temp;
372
  }
420
  if(is_user_logged_in()){
421
  return array('status' => false, 'message' => 'not linked');
422
  }else{
423
+ // hook to update profile data
424
+ do_action('the_champ_hook_update_profile_data', $existingUser[0] -> ID, $profileData);
425
  the_champ_login_user($existingUser[0] -> ID, $profileData, $profileData['id'], true);
426
  return array('status' => true, 'message' => '', 'url' => ($loginUrl == 'bp' ? bp_core_get_user_domain($existingUser[0] -> ID) : ''));
427
  }
479
  // register user
480
  $userId = the_champ_create_user($profileData);
481
  if($userId){
482
+ the_champ_login_user($userId, $profileData, $profileData['id'], false);
483
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'bp_profile'){
484
  return array('status' => true, 'message' => 'register', 'url' => bp_core_get_user_domain($userId));
485
  }else{
564
  $userId = the_champ_create_user($tempData, $verify);
565
  if($userId && !$verify){
566
  // login user
567
+ $tempData['askemail'] = 1;
568
  the_champ_login_user($userId, array(), $tempData['id']);
569
  if(isset($theChampLoginOptions['register_redirection']) && $theChampLoginOptions['register_redirection'] == 'same' && isset($tempData['twitter_redirect'])){
570
  the_champ_ajax_response(array('status' => 1, 'message' => array('response' => 'success', 'url' => $tempData['twitter_redirect'])));
inc/social_sharing.php CHANGED
@@ -57,6 +57,8 @@ function the_champ_prepare_sharing_html($postUrl, $sharingType = 'horizontal', $
57
  $sharingUrl = 'http://vkontakte.ru/share.php?&url='.urlencode($postUrl);
58
  }elseif($provider == 'xing'){
59
  $sharingUrl = 'https://www.xing-share.com/social_plugins/share?url='. urlencode($postUrl) .'&wtmc=XING&sc_p=xing-share';
 
 
60
  }elseif($provider == 'pinterest'){
61
  $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)})());";
62
  }
@@ -148,24 +150,38 @@ function the_champ_prepare_counter_html($postUrl, $sharingType = 'horizontal', $
148
  return $html;
149
  }
150
 
151
- function the_champ_generate_sharing_bitly_url($url){
152
  global $theChampSharingOptions;
153
- //generate the URL
154
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampSharingOptions['bitly_username'] .'&apiKey='. $theChampSharingOptions['bitly_key'] .'&longUrl='.urlencode($url);
155
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
156
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
157
- return trim(wp_remote_retrieve_body( $response ));
 
 
 
 
 
 
 
158
  }
159
  return false;
160
  }
161
 
162
- function the_champ_generate_counter_bitly_url($url){
163
  global $theChampCounterOptions;
164
- //generate the URL
165
- $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampCounterOptions['bitly_username'] .'&apiKey='. $theChampCounterOptions['bitly_key'] .'&longUrl='.urlencode($url);
166
- $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
167
- if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
168
- return trim(wp_remote_retrieve_body( $response ));
 
 
 
 
 
 
 
169
  }
170
  return false;
171
  }
@@ -199,6 +215,7 @@ function the_champ_render_sharing($content){
199
  if(isset($theChampCounterOptions['enable'])){
200
  //counter interface
201
  if(isset($theChampCounterOptions['hor_enable']) && !(isset($sharingMeta['counter']) && $sharingMeta['counter'] == 1 && !is_front_page())){
 
202
  if($counterBpActivity){
203
  $counterPostUrl = bp_get_activity_thread_permalink();
204
  }elseif(isset($theChampCounterOptions['horizontal_target_url'])){
@@ -206,8 +223,10 @@ function the_champ_render_sharing($content){
206
  $counterPostUrl = get_permalink($post->ID);
207
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
208
  $counterPostUrl = site_url();
 
209
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'custom'){
210
  $counterPostUrl = isset($theChampCounterOptions['horizontal_target_url_custom']) ? trim($theChampCounterOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
 
211
  }
212
  }else{
213
  $counterPostUrl = get_permalink($post->ID);
@@ -216,7 +235,7 @@ function the_champ_render_sharing($content){
216
  $counterUrl = $counterPostUrl;
217
  // if bit.ly integration enabled, generate bit.ly short url
218
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
219
- $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl);
220
  if($shortUrl){
221
  $counterUrl = $shortUrl;
222
  }
@@ -238,7 +257,7 @@ function the_champ_render_sharing($content){
238
  echo $horizontalDiv;
239
  }
240
  // show horizontal counter
241
- if((isset( $theChampCounterOptions['home']) && is_front_page()) || (isset( $theChampCounterOptions['category']) && is_category()) || ( 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')) )) ){
242
  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') ) ){
243
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
244
  }else{
@@ -255,13 +274,16 @@ function the_champ_render_sharing($content){
255
  }
256
  }
257
  if(isset($theChampCounterOptions['vertical_enable']) && !(isset($sharingMeta['vertical_counter']) && $sharingMeta['vertical_counter'] == 1 && !is_front_page())){
 
258
  if(isset($theChampCounterOptions['vertical_target_url'])){
259
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
260
  $counterPostUrl = get_permalink($post->ID);
261
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
262
  $counterPostUrl = site_url();
 
263
  }elseif($theChampCounterOptions['vertical_target_url'] == 'custom'){
264
  $counterPostUrl = isset($theChampCounterOptions['vertical_target_url_custom']) ? trim($theChampCounterOptions['vertical_target_url_custom']) : get_permalink($post->ID);
 
265
  }
266
  }else{
267
  $counterPostUrl = get_permalink($post->ID);
@@ -270,7 +292,7 @@ function the_champ_render_sharing($content){
270
  $counterUrl = $counterPostUrl;
271
  // if bit.ly integration enabled, generate bit.ly short url
272
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
273
- $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl);
274
  if($shortUrl){
275
  $counterUrl = $shortUrl;
276
  }
@@ -279,7 +301,7 @@ function the_champ_render_sharing($content){
279
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
280
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter' style='".(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;' : '') . (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>";
281
  // show vertical counter
282
- if((isset( $theChampCounterOptions['vertical_home']) && is_front_page()) || (isset( $theChampCounterOptions['vertical_category']) && is_category()) || ( 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'))) ){
283
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
284
  echo $verticalDiv;
285
  }else{
@@ -296,7 +318,7 @@ function the_champ_render_sharing($content){
296
  $counterUrl = $counterPostUrl;
297
  // if bit.ly integration enabled, generate bit.ly short url
298
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
299
- $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl);
300
  if($shortUrl){
301
  $counterUrl = $shortUrl;
302
  }
@@ -319,15 +341,19 @@ function the_champ_render_sharing($content){
319
  if(isset($theChampSharingOptions['enable'])){
320
  // sharing interface
321
  if(isset($theChampSharingOptions['hor_enable']) && !(isset($sharingMeta['sharing']) && $sharingMeta['sharing'] == 1 && !is_front_page())){
 
322
  if($sharingBpActivity){
323
  $postUrl = bp_get_activity_thread_permalink();
 
324
  }elseif(isset($theChampSharingOptions['horizontal_target_url'])){
325
  if($theChampSharingOptions['horizontal_target_url'] == 'default'){
326
  $postUrl = get_permalink($post->ID);
327
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
328
  $postUrl = site_url();
 
329
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'custom'){
330
  $postUrl = isset($theChampSharingOptions['horizontal_target_url_custom']) ? trim($theChampSharingOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
 
331
  }
332
  }else{
333
  $postUrl = get_permalink($post->ID);
@@ -335,8 +361,8 @@ function the_champ_render_sharing($content){
335
 
336
  $sharingUrl = $postUrl;
337
  // if bit.ly integration enabled, generate bit.ly short url
338
- if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
339
- $shortUrl = the_champ_generate_sharing_bitly_url($postUrl);
340
  if($shortUrl){
341
  $sharingUrl = $shortUrl;
342
  }
@@ -358,7 +384,7 @@ function the_champ_render_sharing($content){
358
  echo $horizontalDiv;
359
  }
360
  // show horizontal sharing
361
- if((isset( $theChampSharingOptions['home']) && is_front_page()) || (isset( $theChampSharingOptions['category']) && is_category()) || ( 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')) ))){
362
  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') ) ){
363
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
364
  }else{
@@ -375,13 +401,16 @@ function the_champ_render_sharing($content){
375
  }
376
  }
377
  if(isset($theChampSharingOptions['vertical_enable']) && !(isset($sharingMeta['vertical_sharing']) && $sharingMeta['vertical_sharing'] == 1 && !is_front_page())){
 
378
  if(isset($theChampSharingOptions['vertical_target_url'])){
379
  if($theChampSharingOptions['vertical_target_url'] == 'default'){
380
  $postUrl = get_permalink($post->ID);
381
  }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
382
  $postUrl = site_url();
 
383
  }elseif($theChampSharingOptions['vertical_target_url'] == 'custom'){
384
  $postUrl = isset($theChampSharingOptions['vertical_target_url_custom']) ? trim($theChampSharingOptions['vertical_target_url_custom']) : get_permalink($post->ID);
 
385
  }
386
  }else{
387
  $postUrl = get_permalink($post->ID);
@@ -390,7 +419,7 @@ function the_champ_render_sharing($content){
390
  $sharingUrl = $postUrl;
391
  // if bit.ly integration enabled, generate bit.ly short url
392
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
393
- $shortUrl = the_champ_generate_sharing_bitly_url($postUrl);
394
  if($shortUrl){
395
  $sharingUrl = $shortUrl;
396
  }
@@ -399,7 +428,7 @@ function the_champ_render_sharing($content){
399
  $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']));
400
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing' style='".(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;' : '') . (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>";
401
  // show vertical sharing
402
- if((isset( $theChampSharingOptions['vertical_home']) && is_front_page()) || (isset( $theChampSharingOptions['vertical_category']) && is_category()) || ( 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')))){
403
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
404
  echo $verticalDiv;
405
  }else{
@@ -416,7 +445,7 @@ function the_champ_render_sharing($content){
416
  $sharingUrl = $postUrl;
417
  // if bit.ly integration enabled, generate bit.ly short url
418
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
419
- $shortUrl = the_champ_generate_sharing_bitly_url($postUrl);
420
  if($shortUrl){
421
  $sharingUrl = $shortUrl;
422
  }
@@ -587,112 +616,4 @@ function the_champ_sharing_count(){
587
  }
588
 
589
  add_action('wp_ajax_the_champ_sharing_count', 'the_champ_sharing_count');
590
- add_action('wp_ajax_nopriv_the_champ_sharing_count', 'the_champ_sharing_count');
591
-
592
- /**
593
- * Show sharing meta options
594
- */
595
- function the_champ_sharing_meta_setup(){
596
- global $post;
597
- $postType = $post->post_type;
598
- $sharingMeta = get_post_meta($post->ID, '_the_champ_meta', true);
599
- ?>
600
- <p>
601
- <label for="the_champ_sharing">
602
- <input type="checkbox" name="_the_champ_meta[sharing]" id="the_champ_sharing" value="1" <?php checked('1', @$sharingMeta['sharing']); ?> />
603
- <?php _e('Disable Horizontal Social Sharing on this '.$postType, 'Super-Socializer') ?>
604
- </label>
605
- <br/>
606
- <label for="the_champ_vertical_sharing">
607
- <input type="checkbox" name="_the_champ_meta[vertical_sharing]" id="the_champ_vertical_sharing" value="1" <?php checked('1', @$sharingMeta['vertical_sharing']); ?> />
608
- <?php _e('Disable Vertical Social Sharing on this '.$postType, 'Super-Socializer') ?>
609
- </label>
610
- <br/>
611
- <label for="the_champ_counter">
612
- <input type="checkbox" name="_the_champ_meta[counter]" id="the_champ_counter" value="1" <?php checked('1', @$sharingMeta['counter']); ?> />
613
- <?php _e('Disable Horizontal Social Counter on this '.$postType, 'Super-Socializer') ?>
614
- </label>
615
- <br/>
616
- <label for="the_champ_vertical_counter">
617
- <input type="checkbox" name="_the_champ_meta[vertical_counter]" id="the_champ_vertical_counter" value="1" <?php checked('1', @$sharingMeta['vertical_counter']); ?> />
618
- <?php _e('Disable Vertical Social Counter on this '.$postType, 'Super-Socializer') ?>
619
- </label>
620
- <br/>
621
- <label for="the_champ_fb_comments">
622
- <input type="checkbox" name="_the_champ_meta[fb_comments]" id="the_champ_fb_comments" value="1" <?php checked('1', @$sharingMeta['fb_comments']); ?> />
623
- <?php _e('Disable Facebook Comments on this '.$postType, 'Super-Socializer') ?>
624
- </label>
625
- <?php
626
- if(the_champ_social_sharing_enabled()){
627
- global $theChampSharingOptions;
628
- $excludedProviders = array('print', 'email', 'yahoo', 'digg', 'float it', 'tumblr', 'xing');
629
- if(isset($theChampSharingOptions['hor_enable']) && isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['providers']) && count($theChampSharingOptions['providers']) > 0){
630
- ?>
631
- <p>
632
- <strong><?php _e('Horizontal sharing', 'Super-Socializer') ?></strong>
633
- <?php
634
- foreach(array_diff($theChampSharingOptions['providers'], $excludedProviders) as $sharingProvider){
635
- ?>
636
- <br/>
637
- <label for="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count">
638
- <span style="width: 242px; float:left"><?php _e('Starting share count for ' . ucfirst($sharingProvider), 'Super-Socializer') ?></span>
639
- <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_horizontal_count]" id="the_champ_<?php echo $sharingProvider ?>_horizontal_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_horizontal_count']) ? $sharingMeta[$sharingProvider.'_horizontal_count'] : '' ?>" />
640
- </label>
641
- <?php
642
- }
643
- ?>
644
- </p>
645
- <?php
646
- }
647
-
648
- if(isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['vertical_counts']) && isset($theChampSharingOptions['vertical_providers']) && count($theChampSharingOptions['vertical_providers']) > 0){
649
- ?>
650
- <p>
651
- <strong><?php _e('Vertical sharing', 'Super-Socializer') ?></strong>
652
- <?php
653
- foreach(array_diff($theChampSharingOptions['vertical_providers'], $excludedProviders) as $sharingProvider){
654
- ?>
655
- <br/>
656
- <label for="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count">
657
- <span style="width: 242px; float:left"><?php _e('Starting share count for ' . ucfirst($sharingProvider), 'Super-Socializer') ?></span>
658
- <input type="text" name="_the_champ_meta[<?php echo $sharingProvider ?>_vertical_count]" id="the_champ_<?php echo $sharingProvider ?>_vertical_sharing_count" value="<?php echo isset($sharingMeta[$sharingProvider.'_vertical_count']) ? $sharingMeta[$sharingProvider.'_vertical_count'] : '' ?>" />
659
- </label>
660
- <?php
661
- }
662
- ?>
663
- </p>
664
- <?php
665
- }
666
- }
667
- ?>
668
- </p>
669
- <?php
670
- echo '<input type="hidden" name="the_champ_meta_nonce" value="' . wp_create_nonce(__FILE__) . '" />';
671
- }
672
-
673
- /**
674
- * Save sharing meta fields.
675
- */
676
- function the_champ_save_sharing_meta($postId){
677
- // make sure data came from our meta box
678
- if(!isset($_POST['the_champ_meta_nonce']) || !wp_verify_nonce( $_POST['the_champ_meta_nonce'], __FILE__ )){
679
- return $postId;
680
- }
681
- // check user permissions
682
- if($_POST['post_type'] == 'page'){
683
- if(!current_user_can('edit_page', $postId)){
684
- return $postId;
685
- }
686
- }else{
687
- if(!current_user_can('edit_post', $postId)){
688
- return $postId;
689
- }
690
- }
691
- if ( isset( $_POST['_the_champ_meta'] ) ) {
692
- $newData = $_POST['_the_champ_meta'];
693
- }else{
694
- $newData = array( 'sharing' => 0, 'vertical_sharing' => 0, 'counter' => 0, 'vertical_counter' => 0, 'fb_comments' => 0 );
695
- }
696
- update_post_meta($postId, '_the_champ_meta', $newData);
697
- return $postId;
698
- }
57
  $sharingUrl = 'http://vkontakte.ru/share.php?&url='.urlencode($postUrl);
58
  }elseif($provider == 'xing'){
59
  $sharingUrl = 'https://www.xing-share.com/social_plugins/share?url='. urlencode($postUrl) .'&wtmc=XING&sc_p=xing-share';
60
+ }elseif($provider == 'whatsapp'){
61
+ $sharingUrl = 'whatsapp://send?text=' . urlencode($post->post_title . ' ' . $postUrl);
62
  }elseif($provider == 'pinterest'){
63
  $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)})());";
64
  }
150
  return $html;
151
  }
152
 
153
+ function the_champ_generate_sharing_bitly_url($url, $postId = 0){
154
  global $theChampSharingOptions;
155
+ $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
156
+ if($bitlyUrl){
157
+ return $bitlyUrl;
158
+ }else{
159
+ //generate the URL
160
+ $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampSharingOptions['bitly_username'] .'&apiKey='. $theChampSharingOptions['bitly_key'] .'&longUrl='.urlencode($url);
161
+ $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
162
+ if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
163
+ $shortUrl = trim(wp_remote_retrieve_body( $response ));
164
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
165
+ return $shortUrl;
166
+ }
167
  }
168
  return false;
169
  }
170
 
171
+ function the_champ_generate_counter_bitly_url($url, $postId = 0){
172
  global $theChampCounterOptions;
173
+ $bitlyUrl = get_post_meta($postId, '_the_champ_ss_bitly_url', true);
174
+ if($bitlyUrl){
175
+ return $bitlyUrl;
176
+ }else{
177
+ //generate the URL
178
+ $bitly = 'http://api.bit.ly/v3/shorten?format=txt&login='. $theChampCounterOptions['bitly_username'] .'&apiKey='. $theChampCounterOptions['bitly_key'] .'&longUrl='.urlencode($url);
179
+ $response = wp_remote_get( $bitly, array( 'timeout' => 15 ) );
180
+ if( ! is_wp_error( $response ) && isset( $response['response']['code'] ) && 200 === $response['response']['code'] ){
181
+ $shortUrl = trim(wp_remote_retrieve_body( $response ));
182
+ update_post_meta($postId, '_the_champ_ss_bitly_url', $shortUrl);
183
+ return $shortUrl;
184
+ }
185
  }
186
  return false;
187
  }
215
  if(isset($theChampCounterOptions['enable'])){
216
  //counter interface
217
  if(isset($theChampCounterOptions['hor_enable']) && !(isset($sharingMeta['counter']) && $sharingMeta['counter'] == 1 && !is_front_page())){
218
+ $postId = $post -> ID;
219
  if($counterBpActivity){
220
  $counterPostUrl = bp_get_activity_thread_permalink();
221
  }elseif(isset($theChampCounterOptions['horizontal_target_url'])){
223
  $counterPostUrl = get_permalink($post->ID);
224
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'home'){
225
  $counterPostUrl = site_url();
226
+ $postId = 0;
227
  }elseif($theChampCounterOptions['horizontal_target_url'] == 'custom'){
228
  $counterPostUrl = isset($theChampCounterOptions['horizontal_target_url_custom']) ? trim($theChampCounterOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
229
+ $postId = 0;
230
  }
231
  }else{
232
  $counterPostUrl = get_permalink($post->ID);
235
  $counterUrl = $counterPostUrl;
236
  // if bit.ly integration enabled, generate bit.ly short url
237
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
238
+ $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl, $postId);
239
  if($shortUrl){
240
  $counterUrl = $shortUrl;
241
  }
257
  echo $horizontalDiv;
258
  }
259
  // show horizontal counter
260
+ 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')) )) ){
261
  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') ) ){
262
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
263
  }else{
274
  }
275
  }
276
  if(isset($theChampCounterOptions['vertical_enable']) && !(isset($sharingMeta['vertical_counter']) && $sharingMeta['vertical_counter'] == 1 && !is_front_page())){
277
+ $postId = $post -> ID;
278
  if(isset($theChampCounterOptions['vertical_target_url'])){
279
  if($theChampCounterOptions['vertical_target_url'] == 'default'){
280
  $counterPostUrl = get_permalink($post->ID);
281
  }elseif($theChampCounterOptions['vertical_target_url'] == 'home'){
282
  $counterPostUrl = site_url();
283
+ $postId = 0;
284
  }elseif($theChampCounterOptions['vertical_target_url'] == 'custom'){
285
  $counterPostUrl = isset($theChampCounterOptions['vertical_target_url_custom']) ? trim($theChampCounterOptions['vertical_target_url_custom']) : get_permalink($post->ID);
286
+ $postId = 0;
287
  }
288
  }else{
289
  $counterPostUrl = get_permalink($post->ID);
292
  $counterUrl = $counterPostUrl;
293
  // if bit.ly integration enabled, generate bit.ly short url
294
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
295
+ $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl, $postId);
296
  if($shortUrl){
297
  $counterUrl = $shortUrl;
298
  }
301
  $sharingDiv = the_champ_prepare_counter_html($counterPostUrl, 'vertical', $counterUrl);
302
  $verticalDiv = "<div class='the_champ_counter_container the_champ_vertical_counter' style='".(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;' : '') . (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>";
303
  // show vertical counter
304
+ 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'))) ){
305
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
306
  echo $verticalDiv;
307
  }else{
318
  $counterUrl = $counterPostUrl;
319
  // if bit.ly integration enabled, generate bit.ly short url
320
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
321
+ $shortUrl = the_champ_generate_counter_bitly_url($counterPostUrl, 0);
322
  if($shortUrl){
323
  $counterUrl = $shortUrl;
324
  }
341
  if(isset($theChampSharingOptions['enable'])){
342
  // sharing interface
343
  if(isset($theChampSharingOptions['hor_enable']) && !(isset($sharingMeta['sharing']) && $sharingMeta['sharing'] == 1 && !is_front_page())){
344
+ $postId = $post -> ID;
345
  if($sharingBpActivity){
346
  $postUrl = bp_get_activity_thread_permalink();
347
+ $postId = 0;
348
  }elseif(isset($theChampSharingOptions['horizontal_target_url'])){
349
  if($theChampSharingOptions['horizontal_target_url'] == 'default'){
350
  $postUrl = get_permalink($post->ID);
351
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
352
  $postUrl = site_url();
353
+ $postId = 0;
354
  }elseif($theChampSharingOptions['horizontal_target_url'] == 'custom'){
355
  $postUrl = isset($theChampSharingOptions['horizontal_target_url_custom']) ? trim($theChampSharingOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
356
+ $postId = 0;
357
  }
358
  }else{
359
  $postUrl = get_permalink($post->ID);
361
 
362
  $sharingUrl = $postUrl;
363
  // if bit.ly integration enabled, generate bit.ly short url
364
+ if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
365
+ $shortUrl = the_champ_generate_sharing_bitly_url($postUrl, $postId);
366
  if($shortUrl){
367
  $sharingUrl = $shortUrl;
368
  }
384
  echo $horizontalDiv;
385
  }
386
  // show horizontal sharing
387
+ 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')) ))){
388
  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') ) ){
389
  echo '<div style="clear:both"></div>'.$horizontalDiv.'<div style="clear:both"></div>';
390
  }else{
401
  }
402
  }
403
  if(isset($theChampSharingOptions['vertical_enable']) && !(isset($sharingMeta['vertical_sharing']) && $sharingMeta['vertical_sharing'] == 1 && !is_front_page())){
404
+ $postId = $post -> ID;
405
  if(isset($theChampSharingOptions['vertical_target_url'])){
406
  if($theChampSharingOptions['vertical_target_url'] == 'default'){
407
  $postUrl = get_permalink($post->ID);
408
  }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
409
  $postUrl = site_url();
410
+ $postId = 0;
411
  }elseif($theChampSharingOptions['vertical_target_url'] == 'custom'){
412
  $postUrl = isset($theChampSharingOptions['vertical_target_url_custom']) ? trim($theChampSharingOptions['vertical_target_url_custom']) : get_permalink($post->ID);
413
+ $postId = 0;
414
  }
415
  }else{
416
  $postUrl = get_permalink($post->ID);
419
  $sharingUrl = $postUrl;
420
  // if bit.ly integration enabled, generate bit.ly short url
421
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
422
+ $shortUrl = the_champ_generate_sharing_bitly_url($postUrl, $postId);
423
  if($shortUrl){
424
  $sharingUrl = $shortUrl;
425
  }
428
  $sharingDiv = the_champ_prepare_sharing_html($sharingUrl, 'vertical', isset($theChampSharingOptions['vertical_counts']));
429
  $verticalDiv = "<div class='the_champ_sharing_container the_champ_vertical_sharing' style='".(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;' : '') . (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>";
430
  // show vertical sharing
431
+ 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')))){
432
  if( in_array( current_filter(), array('bbp_template_before_single_topic', 'bbp_template_before_lead_topic', 'bbp_template_before_single_forum') ) ){
433
  echo $verticalDiv;
434
  }else{
445
  $sharingUrl = $postUrl;
446
  // if bit.ly integration enabled, generate bit.ly short url
447
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
448
+ $shortUrl = the_champ_generate_sharing_bitly_url($postUrl, 0);
449
  if($shortUrl){
450
  $sharingUrl = $shortUrl;
451
  }
616
  }
617
 
618
  add_action('wp_ajax_the_champ_sharing_count', 'the_champ_sharing_count');
619
+ add_action('wp_ajax_nopriv_the_champ_sharing_count', 'the_champ_sharing_count');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
inc/widget.php CHANGED
@@ -114,13 +114,21 @@ class TheChampSharingWidget extends WP_Widget {
114
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
115
 
116
  global $theChampSharingOptions, $post;
 
117
  if(isset($instance['target_url'])){
118
  if($instance['target_url'] == 'default'){
119
- $sharingUrl = is_home() ? site_url() : get_permalink($post->ID);
 
 
 
 
 
120
  }elseif($instance['target_url'] == 'homepage'){
121
  $sharingUrl = site_url();
 
122
  }elseif($instance['target_url'] == 'custom'){
123
  $sharingUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
 
124
  }
125
  }else{
126
  $sharingUrl = get_permalink($post->ID);
@@ -140,7 +148,7 @@ class TheChampSharingWidget extends WP_Widget {
140
  }
141
  // if bit.ly integration enabled, generate bit.ly short url
142
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
143
- $shortUrl = the_champ_generate_sharing_bitly_url(site_url());
144
  if($shortUrl){
145
  $sharingUrl = $shortUrl;
146
  }
@@ -249,13 +257,21 @@ class TheChampVerticalSharingWidget extends WP_Widget {
249
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
250
 
251
  global $theChampSharingOptions, $post;
 
252
  if(isset($instance['target_url'])){
253
  if($instance['target_url'] == 'default'){
254
- $sharingUrl = is_home() ? site_url() : get_permalink($post->ID);
 
 
 
 
 
255
  }elseif($instance['target_url'] == 'homepage'){
256
  $sharingUrl = site_url();
 
257
  }elseif($instance['target_url'] == 'custom'){
258
  $sharingUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
 
259
  }
260
  }else{
261
  $sharingUrl = get_permalink($post->ID);
@@ -265,7 +281,7 @@ class TheChampVerticalSharingWidget extends WP_Widget {
265
 
266
  // if bit.ly integration enabled, generate bit.ly short url
267
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
268
- $shortUrl = the_champ_generate_sharing_bitly_url(site_url());
269
  if($shortUrl){
270
  $sharingUrl = $shortUrl;
271
  }
@@ -395,13 +411,21 @@ class TheChampCounterWidget extends WP_Widget {
395
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
396
 
397
  global $theChampCounterOptions, $post;
 
398
  if(isset($instance['target_url'])){
399
  if($instance['target_url'] == 'default'){
400
- $counterUrl = is_home() ? site_url() : get_permalink($post->ID);
 
 
 
 
 
401
  }elseif($instance['target_url'] == 'homepage'){
402
  $counterUrl = site_url();
 
403
  }elseif($instance['target_url'] == 'custom'){
404
  $counterUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
 
405
  }
406
  }else{
407
  $counterUrl = get_permalink($post->ID);
@@ -421,7 +445,7 @@ class TheChampCounterWidget extends WP_Widget {
421
  // if bit.ly integration enabled, generate bit.ly short url
422
  $shortUrl = $counterUrl;
423
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
424
- $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl);
425
  if($tempShortUrl){
426
  $shortUrl = $tempShortUrl;
427
  }
@@ -517,13 +541,21 @@ class TheChampVerticalCounterWidget extends WP_Widget {
517
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
518
 
519
  global $theChampCounterOptions, $post;
 
520
  if(isset($instance['target_url'])){
521
  if($instance['target_url'] == 'default'){
522
- $counterUrl = is_home() ? site_url() : get_permalink($post->ID);
 
 
 
 
 
523
  }elseif($instance['target_url'] == 'homepage'){
524
  $counterUrl = site_url();
 
525
  }elseif($instance['target_url'] == 'custom'){
526
  $counterUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
 
527
  }
528
  }else{
529
  $counterUrl = get_permalink($post->ID);
@@ -533,7 +565,7 @@ class TheChampVerticalCounterWidget extends WP_Widget {
533
  // if bit.ly integration enabled, generate bit.ly short url
534
  $shortUrl = $counterUrl;
535
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
536
- $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl);
537
  if($tempShortUrl){
538
  $shortUrl = $tempShortUrl;
539
  }
114
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
115
 
116
  global $theChampSharingOptions, $post;
117
+ $postId = $post -> ID;
118
  if(isset($instance['target_url'])){
119
  if($instance['target_url'] == 'default'){
120
+ if(is_home()){
121
+ $sharingUrl = site_url();
122
+ $postId = 0;
123
+ }else{
124
+ $sharingUrl = get_permalink($post->ID);
125
+ }
126
  }elseif($instance['target_url'] == 'homepage'){
127
  $sharingUrl = site_url();
128
+ $postId = 0;
129
  }elseif($instance['target_url'] == 'custom'){
130
  $sharingUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
131
+ $postId = 0;
132
  }
133
  }else{
134
  $sharingUrl = get_permalink($post->ID);
148
  }
149
  // if bit.ly integration enabled, generate bit.ly short url
150
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
151
+ $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
152
  if($shortUrl){
153
  $sharingUrl = $shortUrl;
154
  }
257
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
258
 
259
  global $theChampSharingOptions, $post;
260
+ $postId = $post -> ID;
261
  if(isset($instance['target_url'])){
262
  if($instance['target_url'] == 'default'){
263
+ if(is_home()){
264
+ $sharingUrl = site_url();
265
+ $postId = 0;
266
+ }else{
267
+ $sharingUrl = get_permalink($post->ID);
268
+ }
269
  }elseif($instance['target_url'] == 'homepage'){
270
  $sharingUrl = site_url();
271
+ $postId = 0;
272
  }elseif($instance['target_url'] == 'custom'){
273
  $sharingUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
274
+ $postId = 0;
275
  }
276
  }else{
277
  $sharingUrl = get_permalink($post->ID);
281
 
282
  // if bit.ly integration enabled, generate bit.ly short url
283
  if(isset($theChampSharingOptions['bitly_enable']) && isset($theChampSharingOptions['bitly_username']) && isset($theChampSharingOptions['bitly_username']) && $theChampSharingOptions['bitly_username'] != '' && isset($theChampSharingOptions['bitly_key']) && $theChampSharingOptions['bitly_key'] != ''){
284
+ $shortUrl = the_champ_generate_sharing_bitly_url($sharingUrl, $postId);
285
  if($shortUrl){
286
  $sharingUrl = $shortUrl;
287
  }
411
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
412
 
413
  global $theChampCounterOptions, $post;
414
+ $postId = $post -> ID;
415
  if(isset($instance['target_url'])){
416
  if($instance['target_url'] == 'default'){
417
+ if(is_home()){
418
+ $counterUrl = site_url();
419
+ $postId = 0;
420
+ }else{
421
+ $counterUrl = get_permalink($post->ID);
422
+ }
423
  }elseif($instance['target_url'] == 'homepage'){
424
  $counterUrl = site_url();
425
+ $postId = 0;
426
  }elseif($instance['target_url'] == 'custom'){
427
  $counterUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
428
+ $postId = 0;
429
  }
430
  }else{
431
  $counterUrl = get_permalink($post->ID);
445
  // if bit.ly integration enabled, generate bit.ly short url
446
  $shortUrl = $counterUrl;
447
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
448
+ $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
449
  if($tempShortUrl){
450
  $shortUrl = $tempShortUrl;
451
  }
541
  if($instance['hide_for_logged_in']==1 && is_user_logged_in()) return;
542
 
543
  global $theChampCounterOptions, $post;
544
+ $postId = $post -> ID;
545
  if(isset($instance['target_url'])){
546
  if($instance['target_url'] == 'default'){
547
+ if(is_home()){
548
+ $counterUrl = site_url();
549
+ $postId = 0;
550
+ }else{
551
+ $counterUrl = get_permalink($post->ID);
552
+ }
553
  }elseif($instance['target_url'] == 'homepage'){
554
  $counterUrl = site_url();
555
+ $postId = 0;
556
  }elseif($instance['target_url'] == 'custom'){
557
  $counterUrl = isset($instance['target_url_custom']) ? trim($instance['target_url_custom']) : get_permalink($post->ID);
558
+ $postId = 0;
559
  }
560
  }else{
561
  $counterUrl = get_permalink($post->ID);
565
  // if bit.ly integration enabled, generate bit.ly short url
566
  $shortUrl = $counterUrl;
567
  if(isset($theChampCounterOptions['bitly_enable']) && isset($theChampCounterOptions['bitly_username']) && isset($theChampCounterOptions['bitly_username']) && $theChampCounterOptions['bitly_username'] != '' && isset($theChampCounterOptions['bitly_key']) && $theChampCounterOptions['bitly_key'] != ''){
568
+ $tempShortUrl = the_champ_generate_counter_bitly_url($counterUrl, $postId);
569
  if($tempShortUrl){
570
  $shortUrl = $tempShortUrl;
571
  }
js/admin/admin.js CHANGED
@@ -1 +1,66 @@
1
- function theChampEmailPopupOptions(e){if(jQuery(e).is(":checked")){jQuery("#the_champ_email_popup_options").css("display","block")}else{jQuery("#the_champ_email_popup_options").css("display","none")}}function theChampCommentingOptions(e){if(jQuery(e).is(":checked")){jQuery("#the_champ_commenting_extra").css("display","none")}else{jQuery("#the_champ_commenting_extra").css("display","table-row-group")}}jQuery(document).ready(function(){jQuery("#tabs").tabs();jQuery("#the_champ_login_redirection_column").find("input[type=radio]").click(function(){if(jQuery(this).attr("id")&&jQuery(this).attr("id")=="the_champ_login_redirection_custom"){jQuery("#the_champ_login_redirection_url").css("display","block")}else{jQuery("#the_champ_login_redirection_url").css("display","none")}});if(jQuery("#the_champ_login_redirection_custom").is(":checked")){jQuery("#the_champ_login_redirection_url").css("display","block")}else{jQuery("#the_champ_login_redirection_url").css("display","none")}jQuery("#the_champ_register_redirection_column").find("input[type=radio]").click(function(){if(jQuery(this).attr("id")&&jQuery(this).attr("id")=="the_champ_register_redirection_custom"){jQuery("#the_champ_register_redirection_url").css("display","block")}else{jQuery("#the_champ_register_redirection_url").css("display","none")}});if(jQuery("#the_champ_register_redirection_custom").is(":checked")){jQuery("#the_champ_register_redirection_url").css("display","block")}else{jQuery("#the_champ_register_redirection_url").css("display","none")}jQuery(".the_champ_help_bubble").toggle(function(){jQuery("#"+jQuery(this).attr("id")+"_cont").show()},function(){jQuery("#"+jQuery(this).attr("id")+"_cont").hide()});jQuery("#the_champ_fb_comment_switch_wp").keyup(function(){jQuery(this).prev("span").remove();if(jQuery(this).val().trim()==""){jQuery(this).before('<span style="color:red">This cannot be blank</span>')}else if(jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_fb").val().trim()){jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to Facebook Commenting" button</span>')}});jQuery("#the_champ_fb_comment_switch_fb").keyup(function(){jQuery(this).prev("span").remove();if(jQuery(this).val().trim()==""){jQuery(this).before('<span style="color:red">This cannot be blank</span>')}else if(jQuery(this).val().trim()==jQuery("#the_champ_fb_comment_switch_wp").val().trim()){jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to WordPress Commenting" button</span>')}})})
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ function theChampEmailPopupOptions(e) {
2
+ if (jQuery(e).is(":checked")) {
3
+ jQuery("#the_champ_email_popup_options").css("display", "block")
4
+ } else {
5
+ jQuery("#the_champ_email_popup_options").css("display", "none")
6
+ }
7
+ }
8
+
9
+ function theChampCommentingOptions(e) {
10
+ if (jQuery(e).is(":checked")) {
11
+ jQuery("#the_champ_commenting_extra").css("display", "none")
12
+ } else {
13
+ jQuery("#the_champ_commenting_extra").css("display", "table-row-group")
14
+ }
15
+ }
16
+ jQuery(document).ready(function() {
17
+ jQuery("#tabs").tabs();
18
+ jQuery("#the_champ_login_redirection_column").find("input[type=radio]").click(function() {
19
+ if (jQuery(this).attr("id") && jQuery(this).attr("id") == "the_champ_login_redirection_custom") {
20
+ jQuery("#the_champ_login_redirection_url").css("display", "block")
21
+ } else {
22
+ jQuery("#the_champ_login_redirection_url").css("display", "none")
23
+ }
24
+ });
25
+ if (jQuery("#the_champ_login_redirection_custom").is(":checked")) {
26
+ jQuery("#the_champ_login_redirection_url").css("display", "block")
27
+ } else {
28
+ jQuery("#the_champ_login_redirection_url").css("display", "none")
29
+ }
30
+ jQuery("#the_champ_register_redirection_column").find("input[type=radio]").click(function() {
31
+ if (jQuery(this).attr("id") && jQuery(this).attr("id") == "the_champ_register_redirection_custom") {
32
+ jQuery("#the_champ_register_redirection_url").css("display", "block")
33
+ } else {
34
+ jQuery("#the_champ_register_redirection_url").css("display", "none")
35
+ }
36
+ });
37
+ if (jQuery("#the_champ_register_redirection_custom").is(":checked")) {
38
+ jQuery("#the_champ_register_redirection_url").css("display", "block")
39
+ } else {
40
+ jQuery("#the_champ_register_redirection_url").css("display", "none")
41
+ }
42
+ jQuery(".the_champ_help_bubble").attr('title', theChampHelpBubbleTitle)
43
+ jQuery(".the_champ_help_bubble").toggle(function() {
44
+ jQuery("#" + jQuery(this).attr("id") + "_cont").show()
45
+ jQuery(this).attr('title', theChampHelpBubbleCollapseTitle);
46
+ }, function() {
47
+ jQuery("#" + jQuery(this).attr("id") + "_cont").hide();
48
+ jQuery(this).attr('title', theChampHelpBubbleTitle);
49
+ });
50
+ jQuery("#the_champ_fb_comment_switch_wp").keyup(function() {
51
+ jQuery(this).prev("span").remove();
52
+ if (jQuery(this).val().trim() == "") {
53
+ jQuery(this).before('<span style="color:red">This cannot be blank</span>')
54
+ } else if (jQuery(this).val().trim() == jQuery("#the_champ_fb_comment_switch_fb").val().trim()) {
55
+ jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to Facebook Commenting" button</span>')
56
+ }
57
+ });
58
+ jQuery("#the_champ_fb_comment_switch_fb").keyup(function() {
59
+ jQuery(this).prev("span").remove();
60
+ if (jQuery(this).val().trim() == "") {
61
+ jQuery(this).before('<span style="color:red">This cannot be blank</span>')
62
+ } else if (jQuery(this).val().trim() == jQuery("#the_champ_fb_comment_switch_wp").val().trim()) {
63
+ jQuery(this).before('<span style="color:red">This cannot be same as text on "Switch to WordPress Commenting" button</span>')
64
+ }
65
+ })
66
+ })
js/front/facebook/commenting.js CHANGED
@@ -1 +1 @@
1
- function theChampInitiateFBCommenting(){FB.init({appId:theChampFBAppID,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:true,cookie:true,xfbml:true,version:"v2.1"})}theChampLoadEvent(function(){var e=document.getElementById("respond");if(theChampCommentingDisabled){return}theChampFBCommentingContent='<div class="fb-comments" data-href="'+theChampFBCommentUrl+'"';if(theChampFBCommentColor!=""){theChampFBCommentingContent+=' data-colorscheme="'+theChampFBCommentColor+'"'}if(theChampFBCommentNumPosts!=""){theChampFBCommentingContent+=' data-numposts="'+theChampFBCommentNumPosts+'"'}theChampFBCommentingContent+=' data-width="'+theChampFBCommentWidth+'"';if(theChampFBCommentOrderby!=""){theChampFBCommentingContent+=' data-order-by="'+theChampFBCommentOrderby+'"'}if(theChampFBCommentMobile!=""){theChampFBCommentingContent+=' data-mobile="'+theChampFBCommentMobile+'"'}theChampFBCommentingContent+=" ></div>";if(e){var t=document.getElementById("reply-title");var n=document.createElement("div");n.setAttribute("id","the_champ_fb_commenting");n.innerHTML=theChampFBCommentingContent;if(t){t.parentNode.insertBefore(n,t.nextSibling)}else{e.innerHTML='<div id="the_champ_fb_commenting">'+theChampFBCommentingContent+"</div>"+e.innerHTML}}theChampInitiateFBCommenting()});if(theChampFBCommentWidth==="100%"){window.onresize=function(){if(typeof jQuery!=="undefined"&&document.getElementById("the_champ_fb_commenting")!==null&&jQuery(".fb-comments iframe")){var e=jQuery(".fb-comments iframe").attr("src").split("width=");var t=jQuery("#respond").width();jQuery(".fb-comments iframe").attr("src",e[0]+"width="+t)}else if(document.getElementById("the_champ_fb_commenting")&&document.getElementById("the_champ_fb_commenting").getElementsByTagName("iframe")[0]){var n=document.getElementById("the_champ_fb_commenting").getElementsByTagName("iframe")[0];var e=n.getAttribute("src").split("width=");var t=document.getElementById("respond").offsetWidth;n.setAttribute("src",e[0]+"width="+t)}}}
1
+ function theChampInitiateFBCommenting(){FB.init({appId:theChampFBAppID,channelUrl:"//"+theChampSiteUrl+"/channel.html",status:!0,cookie:!0,xfbml:!0,version:"v2.1"})}function theChampRenderFBCommenting(){var e=document.getElementById("dsq-2"),t=document.getElementById("respond");if(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+'"'),""!=theChampFBCommentMobile&&(theChampFBCommentingContent+=' data-mobile="'+theChampFBCommentMobile+'"'),theChampFBCommentingContent+=" ></div>",e){var n=document.createElement("div");n.setAttribute("id","the_champ_fb_commenting"),n.innerHTML=theChampFBCommentingContent,e.parentNode.insertBefore(n,e)}else if(t){var m=document.getElementById("reply-title"),n=document.createElement("div");n.setAttribute("id","the_champ_fb_commenting"),n.innerHTML=theChampFBCommentingContent,m?m.parentNode.insertBefore(n,m.nextSibling):t.innerHTML='<div id="the_champ_fb_commenting">'+theChampFBCommentingContent+"</div>"+t.innerHTML}theChampInitiateFBCommenting()}theChampLoadEvent(function(){theChampRenderFBCommenting()});
js/front/facebook/feed.js DELETED
@@ -1 +0,0 @@
1
- function theChampFBFeedPost(){var params={};params['message']=theChampFacebookFeedMsg;if(theChampFBFeedName!=''){params['name']=theChampFBFeedName}if(theChampFBFeedDesc!=''){params['description']=theChampFBFeedDesc}if(theChampFBFeedLink!=''){params['link']=theChampFBFeedLink}if(theChampFBFeedSource!=''){params['source']=theChampFBFeedSource}if(theChampFBFeedPicture!=''){params['picture']=theChampFBFeedPicture}if(theChampFBFeedCaption!=''){params['caption']=theChampFBFeedCaption}params['actions']=[{name:'Via Super Socializer',link:'http://wordpress.org/plugins/super-socializer/'}];FB.api('/me/feed','post',params,function(response){})}
 
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,t,n){var r=theChampSiteUrl;if(e.status==1){if(e.message=="register"){if(e.url&&e.url!=""){r=e.url}else{r=theChampRegRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"")}}else if(e.message=="linked"){r=theChampLinkingRedirection+"?linked=1"}else if(e.url&&e.url!=""){r=e.url}else{r=theChampRedirectionUrl+(theChampCommentFormLogin?"/#commentform":"")}}else if(e.message.match(/ask/)!==null){var i=e.message.split("|");r=theChampSiteUrl+"?SuperSocializerEmail=1&par="+i[1]}else if(e.message=="unverified"){r=theChampSiteUrl+"?SuperSocializerUnverified=1"}else if(e.message=="not linked"){r=theChampLinkingRedirection+"?linked=0"}else if(e.message=="provider exists"){r=theChampLinkingRedirection+"?linked=2"}location.href=r}})}function theChampInitiateLogin(e){if(e.title=="Login with Facebook"){theChampAuthUserFB()}else if(e.title=="Login with Twitter"){theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Twitter&super_socializer_redirect_to="+theChampTwitterRedirect)}else if(e.title=="Login with Xing"){theChampPopup(theChampSiteUrl+"?SuperSocializerAuth=Xing&super_socializer_redirect_to="+theChampTwitterRedirect)}else if(e.title=="Login with Linkedin"){IN.User.authorize();return false}else if(e.title=="Login with Google"){theChampInitializeGPLogin()}else if(e.title=="Login with Vkontakte"){theChampInitializeVKLogin()}else if(e.title=="Login with Instagram"){theChampInitializeInstaLogin()}}function theChampDisplayLoginIcon(e,t){if(typeof jQuery!="undefined"){jQuery("."+t).css("display","block")}else{var n=theChampGetElementsByClass(e,t);for(var r=0;r<n.length;r++){n[r].style.display="block"}}}if(theChampVerified){theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)})}if(theChampEmailPopup){theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});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();var n=document.getElementById("the_champ_confirm_email").value.trim();if(e.id=="save"&&!theChampValidateEmail(t)){document.getElementById("the_champ_error").innerHTML=theChampEmailPopupErrorMsg;jQuery("#TB_ajaxContent").css("height","auto");return}if(t!=n){document.getElementById("the_champ_error").innerHTML="Email addresses do not match";jQuery("#TB_ajaxContent").css("height","auto");return}theChampCallAjax(function(){theChampSaveEmail(e.id,t)})}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,t,n){window.history.pushState({html:"html",pageTitle:"page title"},"","?done=1");if(e.status==1&&e.message.response&&e.message.response=="success"){location.href=e.message.url}else if(e.status==1&&e.message=="success"){location.href=theChampRegRedirectionUrl}else if(e.status==1&&e.message=="cancelled"){tb_remove()}else if(e.status==1&&e.message=="verify"){document.getElementById("TB_ajaxContent").innerHTML="<strong>"+theChampEmailPopupVerifyMessage+"</strong>"}else if(e.status==0){document.getElementById("the_champ_error").innerHTML=e.message;jQuery("#TB_ajaxContent").css("height","auto")}}})}}var theChampCommentFormLogin=false
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}})}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)jQuery("."+t).css("display","block");else for(var a=theChampGetElementsByClass(e,t),i=0;i<a.length;i++)a[i].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"))}})}theChampVerified&&theChampLoadEvent(function(){tb_show(theChampPopupTitle,theChampAjaxUrl)}),theChampEmailPopup&&theChampLoadEvent(function(){tb_show(theChampEmailPopupTitle,theChampEmailAjaxUrl)});var theChampCommentFormLogin=!1;
js/front/social_login/facebook.js CHANGED
@@ -1 +1 @@
1
- function theChampAuthUserFB(){FB.getLoginStatus(theChampFBCheckLoginStatus)}function theChampFBCheckLoginStatus(response){if(response&&response.status=='connected'){theChampLoadingIcon();theChampFBLoginUser()}else{FB.login(theChampFBLoginUser,{scope:theChampFacebookScope})}}function theChampFBLoginUser(){FB.api('/me',function(response){if(!response.id){return}if(theChampFBFeedEnabled){theChampFBFeedPost()}theChampCallAjax(function(){theChampAjaxUserAuth(response,'facebook')})})}
1
+ function theChampAuthUserFB(){FB.getLoginStatus(theChampFBCheckLoginStatus)}function theChampFBCheckLoginStatus(response){if(response&&response.status=='connected'){theChampLoadingIcon();theChampFBLoginUser()}else{FB.login(theChampFBLoginUser,{scope:theChampFacebookScope})}}function theChampFBLoginUser(){FB.api('/me',function(response){if(!response.id){return}theChampCallAjax(function(){theChampAjaxUserAuth(response,'facebook')})})}
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: 2014-12-19 21:23+0530\n"
6
- "PO-Revision-Date: 2014-12-19 21:25+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -16,45 +16,45 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:186
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 "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <strong> Callback URL </ strong> Optionen in der Twitter-App (siehe Schritt 3% s)"
23
 
24
- #: ../super_socializer.php:189
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:354
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:354
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:358
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
- #: ../super_socializer.php:377
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:380
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:393
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:553
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
56
 
57
- #: ../super_socializer.php:557
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
60
 
@@ -62,39 +62,83 @@ msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich w
62
  msgid "Options saved successfully"
63
  msgstr "&Auml;nderungen gespeichert"
64
 
65
- #: ../helper.php:189
 
 
 
 
 
 
 
 
66
  msgid "Settings"
67
  msgstr "Configuración"
68
 
69
- #: ../helper.php:492
70
  msgid "Account linked successfully"
71
  msgstr "Konto erfolgreich verbunden"
72
 
73
- #: ../helper.php:498
74
  msgid "Account already exists or linked"
75
  msgstr "Konto bereits vorhanden oder verknüpft"
76
 
77
- #: ../helper.php:511
78
  #, fuzzy
79
  msgid "You are already connected with"
80
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
81
 
82
- #: ../helper.php:511
83
  msgid "as primary social network"
84
  msgstr "als primäre soziale Netz"
85
 
86
- #: ../helper.php:526
87
  msgid "Link your social account to login to your account at this website"
88
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
89
 
90
- #: ../helper.php:573
91
  msgid "Currently"
92
  msgstr "zur Zeit"
93
 
94
- #: ../helper.php:573
95
  msgid "Remove"
96
  msgstr "entfernen"
97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  #: ../admin/help.php:4
99
  msgid "About"
100
  msgstr "über"
@@ -152,16 +196,8 @@ msgstr "Willst Plugin Kundenbezogenheit?"
152
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
153
  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>"
154
 
155
- #: ../admin/help.php:80
156
- msgid "White-Label"
157
- msgstr ""
158
-
159
- #: ../admin/help.php:82
160
- msgid "Remove the plugin credit links (\"Super Socializer by The Champ\") in just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
161
- msgstr "Die Plugin Kredit Links (\"Super-Socializer von The Champ \") in nur 15 $ zu entfernen. Interessiert? Bitte schicken Sie mir: <a href=\"mailto:lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
162
-
163
  #: ../admin/social_counter.php:11
164
- #: ../admin/social_counter.php:19
165
  #: ../admin/social_sharing.php:14
166
  #: ../admin/social_sharing.php:24
167
  #: ../admin/social_login.php:9
@@ -179,641 +215,442 @@ msgstr "Social Counter"
179
  msgid "Shortcode & Widget"
180
  msgstr "Widgets und shortcodes"
181
 
182
- #: ../admin/social_counter.php:25
 
 
 
 
 
 
183
  msgid "Enable Social Counter"
184
  msgstr "Aktivieren Social Counter"
185
 
186
- #: ../admin/social_counter.php:35
187
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
188
  msgstr "Master-Regler für soziale Zähler. Es ist zu prüfen, um Social Zähler Funktionalität zu ermöglichen"
189
 
190
- #: ../admin/social_counter.php:49
191
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
192
  msgstr "<strong> Hinweis: </ strong> So deaktivieren Sie die Marke auf bestimmte Seite/Post, bearbeiten diese Seite / Post und überprüfen Sie die Optionen unten im <strong>\"Super-Socializer \" </ strong>"
193
 
194
- #: ../admin/social_counter.php:66
195
  #: ../admin/social_sharing.php:88
196
  msgid "bit.ly url shortener"
197
  msgstr "bit.ly url acortador"
198
 
199
- #: ../admin/social_counter.php:72
200
  msgid "Enable bit.ly url shortener for tweet button"
201
  msgstr "Aktivieren bit.ly URL Shortener für tweet Taste"
202
 
203
- #: ../admin/social_counter.php:82
204
  #: ../admin/social_sharing.php:104
205
  msgid "Master control to enable bit.ly url shortening for sharing"
206
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
207
 
208
- #: ../admin/social_counter.php:90
209
  #: ../admin/social_sharing.php:112
210
  msgid "bit.ly username"
211
  msgstr "bit.ly Benutzername"
212
 
213
- #: ../admin/social_counter.php:100
214
  #: ../admin/social_sharing.php:122
215
  #, php-format
216
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
217
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
218
 
219
- #: ../admin/social_counter.php:109
220
  #: ../admin/social_sharing.php:131
221
  msgid "bit.ly API Key"
222
  msgstr "bit.ly API Key"
223
 
224
- #: ../admin/social_counter.php:119
225
  #: ../admin/social_sharing.php:141
226
  #, php-format
227
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
228
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
229
 
230
- #: ../admin/social_counter.php:129
231
- #: ../admin/social_counter.php:135
232
- #: ../admin/facebook.php:170
233
  msgid "Language"
234
  msgstr "Sprache"
235
 
236
- #: ../admin/social_counter.php:145
237
  #, php-format
238
  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)"
239
  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)"
240
 
241
- #: ../admin/social_counter.php:154
242
  msgid "Twitter username in tweet button"
243
  msgstr "Twitter Benutzername in tweet Taste"
244
 
245
- #: ../admin/social_counter.php:160
246
  #: ../admin/social_sharing.php:157
247
  msgid "Twitter username (without @)"
248
  msgstr "Twitter Benutzername (ohne @)"
249
 
250
- #: ../admin/social_counter.php:170
251
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
252
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
253
 
254
- #: ../admin/social_counter.php:180
255
  msgid "Horizontal Counter Interface Options"
256
  msgstr "Horizontale Zähler Schnittstellenoptionen"
257
 
258
- #: ../admin/social_counter.php:186
259
  msgid "Enable horizontal counter interface"
260
  msgstr "Aktivieren Horizontalzähler Schnittstelle"
261
 
262
- #: ../admin/social_counter.php:196
263
  msgid "Master control to enable horizontal counter"
264
  msgstr "Master-Regler auf Horizontalzähler aktivieren"
265
 
266
- #: ../admin/social_counter.php:206
267
- #: ../admin/social_counter.php:419
268
  #: ../admin/social_sharing.php:203
269
- #: ../admin/social_sharing.php:510
270
  msgid "Target Url"
271
  msgstr "Ziel-URL"
272
 
273
- #: ../admin/social_counter.php:210
274
- #: ../admin/social_counter.php:423
275
  #: ../admin/social_sharing.php:207
276
- #: ../admin/social_sharing.php:514
277
  msgid "Url of the webpage where icons are located (default)"
278
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
279
 
280
- #: ../admin/social_counter.php:212
281
- #: ../admin/social_counter.php:425
282
  #: ../admin/social_sharing.php:209
283
- #: ../admin/social_sharing.php:516
284
  msgid "Url of the homepage of your website"
285
  msgstr "URL der Homepage Ihrer Website"
286
 
287
- #: ../admin/social_counter.php:214
288
- #: ../admin/social_counter.php:427
289
  #: ../admin/social_sharing.php:211
290
- #: ../admin/social_sharing.php:518
291
  msgid "Custom url"
292
  msgstr "Spezielle URL"
293
 
294
- #: ../admin/social_counter.php:221
295
- #: ../admin/social_counter.php:434
296
  msgid "Url to like/share/tweet and display like/share/tweet counts"
297
  msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
298
 
299
- #: ../admin/social_counter.php:229
300
  #: ../admin/social_sharing.php:226
301
  #: ../admin/social_login.php:314
302
  msgid "Title"
303
  msgstr "Titel"
304
 
305
- #: ../admin/social_counter.php:239
306
  msgid "The text to display above the counter interface"
307
  msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
308
 
309
- #: ../admin/social_counter.php:247
310
- #: ../admin/social_counter.php:442
311
  msgid "Select and rearrange providers"
312
  msgstr "Wählen und ordnen Anbieter"
313
 
314
- #: ../admin/social_counter.php:291
315
- #: ../admin/social_counter.php:485
316
  msgid "Select the providers for counter interface. Drag them to rearrange."
317
  msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
318
 
319
- #: ../admin/social_counter.php:299
320
- #: ../admin/social_counter.php:511
321
- #: ../admin/social_sharing.php:371
322
- #: ../admin/social_sharing.php:678
323
  msgid "Horizontal alignment"
324
  msgstr "Horizontale Anzeige"
325
 
326
- #: ../admin/social_counter.php:303
327
- #: ../admin/social_counter.php:515
328
- #: ../admin/social_sharing.php:375
329
- #: ../admin/social_sharing.php:682
330
  msgid "Left"
331
  msgstr "izquierda"
332
 
333
- #: ../admin/social_counter.php:304
334
- #: ../admin/social_sharing.php:376
335
  msgid "Center"
336
  msgstr "Zentrum"
337
 
338
- #: ../admin/social_counter.php:305
339
- #: ../admin/social_counter.php:516
340
- #: ../admin/social_sharing.php:377
341
- #: ../admin/social_sharing.php:683
342
  msgid "Right"
343
  msgstr "rechts"
344
 
345
- #: ../admin/social_counter.php:313
346
- #: ../admin/social_counter.php:524
347
  msgid "Horizontal alignment of the counter interface"
348
  msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
349
 
350
- #: ../admin/social_counter.php:321
351
- #: ../admin/social_sharing.php:393
352
  msgid "Position with respect to content"
353
  msgstr "Relative Position zum Inhalt"
354
 
355
- #: ../admin/social_counter.php:325
356
- #: ../admin/social_sharing.php:397
357
  msgid "Top of the content"
358
  msgstr "&Uuml;ber dem Inhalt"
359
 
360
- #: ../admin/social_counter.php:327
361
- #: ../admin/social_sharing.php:399
362
  msgid "Bottom of the content"
363
  msgstr "Unter dem Inhalt"
364
 
365
- #: ../admin/social_counter.php:334
366
  msgid "Specify position of the counter interface with respect to the content"
367
  msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
368
 
369
- #: ../admin/social_counter.php:342
370
- #: ../admin/social_counter.php:590
371
  msgid "Counter location"
372
  msgstr "Gegen Lage"
373
 
374
- #: ../admin/social_counter.php:346
375
- #: ../admin/social_counter.php:594
376
- #: ../admin/social_sharing.php:418
377
- #: ../admin/social_sharing.php:761
378
- #: ../admin/social_login.php:494
379
- #: ../admin/social_login.php:524
380
  msgid "Homepage"
381
  msgstr "Startseite"
382
 
383
- #: ../admin/social_counter.php:348
384
- #: ../admin/social_counter.php:596
385
- #: ../admin/social_sharing.php:420
386
- #: ../admin/social_sharing.php:763
387
  msgid "Posts"
388
  msgstr "Beitrag"
389
 
390
- #: ../admin/social_counter.php:350
391
- #: ../admin/social_counter.php:598
392
- #: ../admin/social_sharing.php:422
393
- #: ../admin/social_sharing.php:765
394
  msgid "Pages"
395
  msgstr "Seite"
396
 
397
- #: ../admin/social_counter.php:352
398
- #: ../admin/social_counter.php:600
399
- #: ../admin/social_sharing.php:424
400
- #: ../admin/social_sharing.php:767
401
  msgid "Excerpts"
402
  msgstr "Vorschau"
403
 
404
- #: ../admin/social_counter.php:354
405
- #: ../admin/social_counter.php:602
406
- #: ../admin/social_sharing.php:426
407
- #: ../admin/social_sharing.php:769
408
  msgid "Category Archives"
409
  msgstr "Archivos de la categoría"
410
 
411
- #: ../admin/social_counter.php:360
412
- #: ../admin/social_sharing.php:432
 
 
 
 
 
 
 
413
  msgid "BuddyPress activity and groups"
414
  msgstr "Buddypress Aktivität und Gruppen"
415
 
416
- #: ../admin/social_counter.php:367
417
- #: ../admin/social_counter.php:608
418
- #: ../admin/social_sharing.php:439
419
- #: ../admin/social_sharing.php:775
420
  msgid "BBPress forum"
421
  msgstr "BBPress Forum"
422
 
423
- #: ../admin/social_counter.php:370
424
- #: ../admin/social_counter.php:611
425
- #: ../admin/social_sharing.php:442
426
- #: ../admin/social_sharing.php:778
427
  msgid "BBPress topic"
428
  msgstr "BBPress topic"
429
 
430
- #: ../admin/social_counter.php:373
431
- #: ../admin/social_sharing.php:445
432
  msgid "BBPress reply"
433
  msgstr "BBPress reply"
434
 
435
- #: ../admin/social_counter.php:383
436
  msgid "Specify the pages where you want to enable counter interface"
437
  msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
438
 
439
- #: ../admin/social_counter.php:393
440
  msgid "Vertical (Floating) counter interface Options"
441
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
442
 
443
- #: ../admin/social_counter.php:399
444
  msgid "Enable vertical (floating) counter interface"
445
  msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
446
 
447
- #: ../admin/social_counter.php:409
448
  msgid "Master control to enable vertical (floating) counter widget"
449
  msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
450
 
451
- #: ../admin/social_counter.php:493
452
- #: ../admin/social_sharing.php:660
453
  msgid "Background Color"
454
  msgstr "color de fondo"
455
 
456
- #: ../admin/social_counter.php:503
457
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
458
  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>"
459
 
460
- #: ../admin/social_counter.php:533
461
- #: ../admin/social_sharing.php:700
462
  msgid "Left offset"
463
  msgstr "desplazamiento izquierda"
464
 
465
- #: ../admin/social_counter.php:543
466
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
467
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
468
 
469
- #: ../admin/social_counter.php:553
470
- #: ../admin/social_sharing.php:720
471
  msgid "Right offset"
472
  msgstr "Versatz nach rechts"
473
 
474
- #: ../admin/social_counter.php:563
475
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
476
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
477
 
478
- #: ../admin/social_counter.php:572
479
- #: ../admin/social_sharing.php:739
480
  msgid "Top offset"
481
  msgstr "superior compensar"
482
 
483
- #: ../admin/social_counter.php:582
484
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
485
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
486
 
487
- #: ../admin/social_counter.php:621
488
  msgid "Specify the pages where you want to enable vertical counter interface"
489
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
490
 
491
- #: ../admin/social_counter.php:637
492
- #: ../admin/facebook.php:12
493
- #: ../admin/facebook.php:372
494
- #: ../admin/social_sharing.php:823
495
- #: ../admin/social_login.php:634
496
  msgid "Shortcode"
497
  msgstr "Shortcodes"
498
 
499
- #: ../admin/social_counter.php:639
500
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
501
  msgstr "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-Schnittstelle anzeigen möchten."
502
 
503
- #: ../admin/social_counter.php:640
504
  #: ../admin/social_counter.php:645
505
  #: ../admin/social_counter.php:650
506
  #: ../admin/social_counter.php:655
507
  #: ../admin/social_counter.php:660
508
- #: ../admin/facebook.php:375
509
- #: ../admin/facebook.php:380
510
- #: ../admin/facebook.php:385
511
- #: ../admin/facebook.php:390
512
- #: ../admin/facebook.php:395
513
- #: ../admin/social_sharing.php:826
514
- #: ../admin/social_sharing.php:831
515
- #: ../admin/social_sharing.php:836
516
- #: ../admin/social_sharing.php:841
517
- #: ../admin/social_sharing.php:846
518
- #: ../admin/social_sharing.php:851
519
- #: ../admin/social_login.php:637
520
- #: ../admin/social_login.php:640
 
521
  msgid "Example"
522
  msgstr "ejemplo"
523
 
524
- #: ../admin/social_counter.php:642
525
- #: ../admin/facebook.php:377
526
- #: ../admin/social_sharing.php:828
527
  msgid "You can use following attributes in the Shortcode"
528
  msgstr "Puede utilizar los atributos siguientes en el Código corto"
529
 
530
- #: ../admin/social_counter.php:644
531
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
532
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Zähler-Schnittstelle"
533
 
534
- #: ../admin/social_counter.php:649
535
  #, fuzzy
536
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
537
  msgstr "Verwenden Sie <strong> type </ strong> Attribut, um den Typ (\"horizontal\" oder \"vertical \") für Sozialstatistik Schnittstelle. Standardtyp ist \"horizontal\"."
538
 
539
- #: ../admin/social_counter.php:653
540
  msgid "Left (Works with \"Vertical\" type interface only)"
541
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
542
 
543
- #: ../admin/social_counter.php:654
544
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
545
  msgstr "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) für Sozialstatistik Schnittstelle."
546
 
547
- #: ../admin/social_counter.php:658
548
  msgid "Top (Works with \"Vertical\" type interface only)"
549
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
550
 
551
- #: ../admin/social_counter.php:659
552
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
553
  msgstr "Verwenden Sie <strong>top</ strong> Attribut, um den oberen Offset von Social Zähler Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
554
 
555
- #: ../admin/social_counter.php:662
556
- #: ../admin/facebook.php:397
557
- #: ../admin/social_sharing.php:853
558
- #: ../admin/social_login.php:642
559
  msgid "You can use shortcode in PHP file as following"
560
  msgstr "In PHP Scripts k&ouml;nnen sie Shortcodes benutzen:"
561
 
562
- #: ../admin/social_counter.php:664
563
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
564
  msgstr "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Counter style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
565
 
566
- #: ../admin/social_counter.php:670
567
- #: ../admin/social_sharing.php:861
568
- #: ../admin/social_login.php:650
569
  msgid "Widget"
570
  msgstr "Widget"
571
 
572
- #: ../admin/social_counter.php:672
573
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
574
  msgstr "Sie können mit dem <strong> Darstellung navigieren </ strong>> <strong> Widgets </ strong> in der linken Wanne und ziehen <strong> Super Socializer - Zähler (Horizontale Widget) </ strong> und <strong> Super Socializer - Zähler (Vertical Schwimm Widget) </ strong> Widgets in den gewünschten Bereich."
575
 
576
- #: ../admin/social_counter.php:681
577
- #: ../admin/facebook.php:424
578
- #: ../admin/social_sharing.php:907
579
- #: ../admin/social_login.php:661
580
- msgid "Save Changes"
581
- msgstr "&Auml;nderungen speichern"
582
-
583
- #: ../admin/facebook.php:10
584
- msgid "Facebook Commenting"
585
- msgstr "Facebook kommentiert"
586
-
587
- #: ../admin/facebook.php:11
588
- #: ../admin/facebook.php:202
589
- msgid "Feed"
590
- msgstr "Feed"
591
-
592
- #: ../admin/facebook.php:13
593
- #: ../admin/social_sharing.php:18
594
- msgid "FAQ"
595
- msgstr "FAQ"
596
-
597
- #: ../admin/facebook.php:19
598
- #: ../admin/facebook.php:25
599
- msgid "Enable Facebook Commenting"
600
- msgstr "Facebook Kommentarfunktion aktivieren"
601
-
602
- #: ../admin/facebook.php:35
603
- #, fuzzy
604
- msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
605
- msgstr "Nach dem Aktivieren wird das Wordpress Kommentarfeld durch die Facebook Kommentarfunktion ersetzt."
606
-
607
- #: ../admin/facebook.php:45
608
- msgid "Facebook Commenting Options"
609
- msgstr "Einstellungen der Facebook Kommentarfunktion"
610
-
611
- #: ../admin/facebook.php:51
612
- msgid "Url to comment on"
613
- msgstr "URL, die kommentiert werden soll"
614
-
615
- #: ../admin/facebook.php:61
616
- 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."
617
- 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."
618
-
619
- #: ../admin/facebook.php:69
620
- msgid "Width"
621
- msgstr "Breite"
622
-
623
- #: ../admin/facebook.php:79
624
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
625
- msgstr "Leer lassen, um die automatische Einstellung der Breite. Die Breite (in Pixel) der Kommentare Block."
626
-
627
- #: ../admin/facebook.php:87
628
- msgid "Color Scheme"
629
- msgstr "Farbschema"
630
-
631
- #: ../admin/facebook.php:91
632
- msgid "Light"
633
- msgstr "Hell"
634
-
635
- #: ../admin/facebook.php:92
636
- msgid "Dark"
637
- msgstr "Dunkel"
638
-
639
- #: ../admin/facebook.php:100
640
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
641
- msgstr "Das Farbschema, was vom Plugin verwendet werden soll (\"light\" oder \"dark\")"
642
-
643
- #: ../admin/facebook.php:108
644
  #, fuzzy
645
- msgid "Number of comments"
646
- msgstr "Anzahl Beitr&auml;ge"
647
-
648
- #: ../admin/facebook.php:118
649
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
650
- msgstr "Anzahl anzuzeigender Kommentare. Min. 1. Der Standardwert ist 10."
651
-
652
- #: ../admin/facebook.php:126
653
- msgid "Order by"
654
- msgstr "Sortieren nach"
655
-
656
- #: ../admin/facebook.php:130
657
- msgid "Social"
658
- msgstr "Sozial"
659
-
660
- #: ../admin/facebook.php:131
661
- msgid "Reverse Time"
662
- msgstr "Umkehrzeit"
663
-
664
- #: ../admin/facebook.php:132
665
- msgid "Time"
666
- msgstr "Zeit"
667
-
668
- #: ../admin/facebook.php:140
669
- msgid "The order to use when displaying comments."
670
- msgstr "Kommentare sortieren nach"
671
-
672
- #: ../admin/facebook.php:148
673
- msgid "Mobile"
674
- msgstr "Mobile"
675
-
676
- #: ../admin/facebook.php:152
677
- msgid "Auto Detect"
678
- msgstr "Automatische Erkennung"
679
-
680
- #: ../admin/facebook.php:153
681
- msgid "True"
682
- msgstr "Ja"
683
-
684
- #: ../admin/facebook.php:154
685
- msgid "False"
686
- msgstr "Nein"
687
-
688
- #: ../admin/facebook.php:162
689
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
690
- msgstr "Der Boolean legt fest, ob die f&uuml;r Mobilger&auml;te optimierte Version angezeigt werden soll oder nicht"
691
-
692
- #: ../admin/facebook.php:180
693
- #, php-format
694
- 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)"
695
- 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)"
696
-
697
- #: ../admin/facebook.php:195
698
- msgid "Important note"
699
- msgstr "wichtiger Hinweis"
700
-
701
- #: ../admin/facebook.php:197
702
- #, php-format
703
- msgid "To use this feature follow the steps mentioned at <a href=\"%s\" target=\"_blank\">this link</a>"
704
- msgstr "Um diese Funktion zu benutzen, lesen Sie bitte die Hinweise auf <a href=\"%s\" target=\"_blank\">dieser Seite </a>"
705
-
706
- #: ../admin/facebook.php:208
707
- msgid "Publish feed on user's timeline on Facebook login"
708
- msgstr "Feed auf der Chronik des Facebook Benutzers posten"
709
-
710
- #: ../admin/facebook.php:218
711
- msgid "If enabled, a post will be published on the timeline of the user logging in"
712
- msgstr "Wenn Sie dies aktivieren, wird nach dem Login ein Beitrag auf der Chronik des Nutzers gepostet"
713
-
714
- #: ../admin/facebook.php:228
715
- msgid "Facebook Feed Options"
716
- msgstr "Facebook Feed Einstellungen"
717
-
718
- #: ../admin/facebook.php:234
719
- msgid "Message"
720
- msgstr "Nachricht"
721
-
722
- #: ../admin/facebook.php:244
723
- msgid "Message for the feed post. %website-name% will be replaced with your website name in actual message."
724
- msgstr "Nachrichten"
725
-
726
- #: ../admin/facebook.php:253
727
- msgid "Link (required)"
728
- msgstr "Link (notwendig)"
729
-
730
- #: ../admin/facebook.php:263
731
- msgid "The link attached to this feed (required parameter for this functionality to work)"
732
- msgstr "Link zu diesem Beitrag (Notwendiger Parameter f&uuml;r diese Funktion)"
733
-
734
- #: ../admin/facebook.php:271
735
- msgid "Picture"
736
- msgstr "Bild"
737
-
738
- #: ../admin/facebook.php:281
739
- msgid "The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)"
740
- msgstr "URL zu einem Bild dieses Beitrags. Das Bild muss mindestens 200 x 200 Pixel gro&szlig; sein. Wird kein Wert angegeben, wird das Bild von der URL verwendet, die unter dem Link Parameter angeben wurde."
741
-
742
- #: ../admin/facebook.php:290
743
- msgid "Source"
744
- msgstr "Quelle"
745
-
746
- #: ../admin/facebook.php:300
747
- msgid "The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in \"Picture\" parameter) to provide a thumbnail for the video."
748
- msgstr "URL zu einem Medium (SWF oder MP3), das zum Beitrag geh&ouml;rt. (Bei SWF Dateien m&uuml;ssen Sie ein unter \"Bild\" ein Bild angeben, damit ein Vorschaubild (Thumbnail) f&uuml;r das Video angezeigt werden kann."
749
-
750
- #: ../admin/facebook.php:308
751
- msgid "Name"
752
- msgstr "Name"
753
-
754
- #: ../admin/facebook.php:318
755
- msgid "The name of the link attachment"
756
- msgstr "Name des Link Anhangs"
757
-
758
- #: ../admin/facebook.php:327
759
- msgid "Caption"
760
- msgstr "Bildunterschrift"
761
-
762
- #: ../admin/facebook.php:337
763
- msgid "The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link."
764
- msgstr "Die Beschreibung des Links (Erscheint neben dem Linknamen). Wenn Sie dieses Feld leer lassen, wird automatisch die URL angezeigt"
765
-
766
- #: ../admin/facebook.php:346
767
- msgid "Description"
768
- msgstr "Beschreibung"
769
-
770
- #: ../admin/facebook.php:356
771
- msgid "The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page."
772
- msgstr "Beschreibung des Links (wird neben"
773
-
774
- #: ../admin/facebook.php:374
775
- #, fuzzy
776
- msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
777
- msgstr "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-Schnittstelle anzeigen möchten."
778
-
779
- #: ../admin/facebook.php:379
780
- msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
781
- msgstr "Verwenden Sie <strong> style </ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
782
-
783
- #: ../admin/facebook.php:384
784
- msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
785
- msgstr "Verwenden Sie <strong> url </ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) für Sozialstatistik Schnittstelle."
786
-
787
- #: ../admin/facebook.php:388
788
- msgid "num_posts"
789
- msgstr ""
790
-
791
- #: ../admin/facebook.php:389
792
- msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
793
- msgstr "Verwenden Sie <strong> num_posts </ strong> der Attribut Stil gemacht Social Zähler-Schnittstelle"
794
 
795
- #: ../admin/facebook.php:393
796
  #, fuzzy
797
- msgid "width"
798
- msgstr "Breite"
799
-
800
- #: ../admin/facebook.php:394
801
- msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
802
- msgstr "Verwenden Sie <strong> width </ strong> Attribut, um den oberen Offset von Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
803
-
804
- #: ../admin/facebook.php:399
805
- msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
806
- msgstr "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-FB-Comments style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
807
 
808
- #: ../admin/facebook.php:410
809
  #, fuzzy
810
- msgid "How can I disable FB comments at individual page/post?"
811
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
812
 
813
- #: ../admin/facebook.php:414
814
- msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
 
 
 
815
  msgstr "Bearbeiten Sie diese Seite/Post und aktivieren Sie die Option \"deaktivieren Facebook Kommentare zu diesem Beitrag / Seite \" am unteren Rand in Abschnitt \"Super-Socializer \""
816
 
 
 
 
 
 
 
 
817
  #: ../admin/social_sharing.php:15
818
  msgid "Social Sharing"
819
  msgstr "Social Sharing"
@@ -868,7 +705,7 @@ msgid "Master control to enable horizontal sharing"
868
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
869
 
870
  #: ../admin/social_sharing.php:218
871
- #: ../admin/social_sharing.php:525
872
  msgid "Url to share"
873
  msgstr "URL zu teilen"
874
 
@@ -877,263 +714,407 @@ msgid "The text to display above the sharing interface"
877
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
878
 
879
  #: ../admin/social_sharing.php:244
880
- #: ../admin/social_sharing.php:533
881
  #: ../admin/social_login.php:41
882
  msgid "Select providers"
883
  msgstr "Anbieter ausw&auml;hlen"
884
 
885
  #: ../admin/social_sharing.php:249
886
- #: ../admin/social_sharing.php:538
887
  #: ../admin/social_login.php:46
888
  msgid "Facebook"
889
  msgstr ""
890
 
891
  #: ../admin/social_sharing.php:254
892
- #: ../admin/social_sharing.php:543
893
  #: ../admin/social_login.php:50
894
  msgid "Twitter"
895
  msgstr ""
896
 
897
  #: ../admin/social_sharing.php:259
898
- #: ../admin/social_sharing.php:548
899
  #: ../admin/social_login.php:54
900
  msgid "LinkedIn"
901
  msgstr ""
902
 
903
  #: ../admin/social_sharing.php:264
904
- #: ../admin/social_sharing.php:553
905
  #: ../admin/social_login.php:58
906
  msgid "Google+"
907
  msgstr ""
908
 
909
  #: ../admin/social_sharing.php:269
910
- #: ../admin/social_sharing.php:558
911
  msgid "Print"
912
  msgstr ""
913
 
914
  #: ../admin/social_sharing.php:274
915
- #: ../admin/social_sharing.php:563
916
  msgid "Email"
917
  msgstr ""
918
 
919
  #: ../admin/social_sharing.php:279
920
- #: ../admin/social_sharing.php:568
921
  msgid "Yahoo"
922
  msgstr ""
923
 
924
  #: ../admin/social_sharing.php:284
925
- #: ../admin/social_sharing.php:573
926
  msgid "Reddit"
927
  msgstr ""
928
 
929
  #: ../admin/social_sharing.php:289
930
- #: ../admin/social_sharing.php:578
931
  msgid "Digg"
932
  msgstr ""
933
 
934
  #: ../admin/social_sharing.php:294
935
- #: ../admin/social_sharing.php:583
936
  msgid "Delicious"
937
  msgstr ""
938
 
939
  #: ../admin/social_sharing.php:299
940
- #: ../admin/social_sharing.php:588
941
  msgid "StumbleUpon"
942
  msgstr ""
943
 
944
  #: ../admin/social_sharing.php:304
945
- #: ../admin/social_sharing.php:593
946
  msgid "Float it"
947
  msgstr ""
948
 
949
  #: ../admin/social_sharing.php:309
950
- #: ../admin/social_sharing.php:598
951
  msgid "Tumblr"
952
  msgstr ""
953
 
954
  #: ../admin/social_sharing.php:314
955
- #: ../admin/social_sharing.php:603
956
  #: ../admin/social_login.php:62
957
  msgid "Vkontakte"
958
  msgstr ""
959
 
960
  #: ../admin/social_sharing.php:319
961
- #: ../admin/social_sharing.php:608
962
  msgid "Pinterest"
963
  msgstr ""
964
 
965
  #: ../admin/social_sharing.php:324
966
- #: ../admin/social_sharing.php:613
967
  #: ../admin/social_login.php:70
968
  msgid "Xing"
969
  msgstr ""
970
 
971
- #: ../admin/social_sharing.php:332
972
- #: ../admin/social_sharing.php:621
 
 
 
 
973
  msgid "Select the providers for sharing interface"
974
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
975
 
976
- #: ../admin/social_sharing.php:340
977
- #: ../admin/social_sharing.php:629
978
  msgid "Rearrange icons"
979
  msgstr "Reihenfolge der Icons &auml;ndern"
980
 
981
- #: ../admin/social_sharing.php:363
982
- #: ../admin/social_sharing.php:652
983
  msgid "Drag the icons to rearrange in desired order"
984
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
985
 
986
- #: ../admin/social_sharing.php:385
987
- #: ../admin/social_sharing.php:691
988
  msgid "Horizontal alignment of the sharing interface"
989
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
990
 
991
- #: ../admin/social_sharing.php:406
992
  msgid "Specify position of the sharing interface with respect to the content"
993
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
994
 
995
- #: ../admin/social_sharing.php:414
996
- #: ../admin/social_sharing.php:757
997
  msgid "Sharing location"
998
  msgstr "Position der Leiste"
999
 
1000
- #: ../admin/social_sharing.php:455
1001
  msgid "Specify the pages where you want to enable Sharing interface"
1002
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
1003
 
1004
- #: ../admin/social_sharing.php:463
1005
- #: ../admin/social_sharing.php:796
1006
  msgid "Show share counts"
1007
  msgstr "conteos muestran acciones"
1008
 
1009
- #: ../admin/social_sharing.php:473
1010
- #: ../admin/social_sharing.php:806
1011
  msgid "If enabled, share counts are displayed above sharing icons."
1012
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
1013
 
1014
- #: ../admin/social_sharing.php:484
1015
  msgid "Vertical (Floating) Sharing Interface Options"
1016
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
1017
 
1018
- #: ../admin/social_sharing.php:490
1019
  msgid "Enable vertical (floating) sharing interface"
1020
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
1021
 
1022
- #: ../admin/social_sharing.php:500
1023
  msgid "Master control to enable vertical (floating) sharing widget"
1024
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
1025
 
1026
- #: ../admin/social_sharing.php:670
1027
  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>"
1028
  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"
1029
 
1030
- #: ../admin/social_sharing.php:710
1031
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
1032
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
1033
 
1034
- #: ../admin/social_sharing.php:730
1035
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
1036
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
1037
 
1038
- #: ../admin/social_sharing.php:749
1039
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
1040
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
1041
 
1042
- #: ../admin/social_sharing.php:788
1043
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1044
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
1045
 
1046
- #: ../admin/social_sharing.php:825
1047
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
1048
  msgstr "Sie können mit <strong> [TheChamp-Sharing] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social-Sharing-Schnittstelle anzeigen möchten."
1049
 
1050
- #: ../admin/social_sharing.php:830
1051
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
1052
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
1053
 
1054
- #: ../admin/social_sharing.php:835
1055
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
1056
  msgstr "Verwenden Sie <strong>type</ strong> Attribut, um den Typ (\"horizontal\" oder \"vertical \") der Social-Sharing-Schnittstelle angeben. Standardtyp ist \"horizontal\"."
1057
 
1058
- #: ../admin/social_sharing.php:840
1059
  #, fuzzy
1060
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
1061
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
1062
 
1063
- #: ../admin/social_sharing.php:844
1064
  #, fuzzy
1065
  msgid "left (Works with \"Vertical\" type interface only)"
1066
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
1067
 
1068
- #: ../admin/social_sharing.php:845
1069
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
1070
  msgstr "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) von Social Sharing-Schnittstelle."
1071
 
1072
- #: ../admin/social_sharing.php:849
1073
  #, fuzzy
1074
  msgid "top (Works with \"Vertical\" type interface only)"
1075
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
1076
 
1077
- #: ../admin/social_sharing.php:850
1078
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
1079
  msgstr "Verwenden Sie <strong> top </ strong> Attribut, um den oberen Offset von Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
1080
 
1081
- #: ../admin/social_sharing.php:855
1082
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1083
  msgstr "Ersetzen Sie <strong> SHORTCODE </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Sharing style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
1084
 
1085
- #: ../admin/social_sharing.php:863
1086
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1087
  msgstr "Sie können mit dem <strong> Appearance </ strong>> <strong> Widgets </ strong> in der linken Wanne und ziehen <strong> Super Socializer - Sharing (Horizontale Widget) </ strong> und <strong> Super Socializer - Sharing (Vertical Floating Widget) </ strong> Widgets in den gewünschten Bereich."
1088
 
1089
- #: ../admin/social_sharing.php:873
1090
  msgid "Facebook Sharing Troubleshooter"
1091
  msgstr "Facebook Sharing-Ratgeber"
1092
 
1093
- #: ../admin/social_sharing.php:878
1094
  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:"
1095
  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:"
1096
 
1097
- #: ../admin/social_sharing.php:892
1098
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1099
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
1100
 
1101
- #: ../admin/social_sharing.php:896
1102
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
1103
  msgstr "Wählen Sie die Option \"URL der Homepage Ihrer Website \" in Option \"Ziel-URL \" und aktivieren \"Aktie zählt Show \""
1104
 
1105
- #: ../admin/social_admin.php:8
1106
- msgid "Welcome"
1107
- msgstr "Willkommen"
 
1108
 
1109
- #: ../admin/social_admin.php:10
1110
- msgid "You are ready to Socialize your website."
1111
- msgstr "Sie sind bereit, ihre Website so sozialisieren"
1112
 
1113
- #: ../admin/social_admin.php:11
1114
- msgid "Getting Started"
1115
- msgstr "Beginnen Sie"
1116
 
1117
- #: ../admin/social_admin.php:12
1118
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1119
- msgstr "Richten Sie das Sozializer Plugin ein, indem sie in der linken Menu&uuml;leiste unter dem Plugin Men&uuml;punkt die Einstellungen vornehmen. Die \"Teilen\" Funktion ist f ihrer Website standardm&auml;&szlig;ig aktiviert."
 
1120
 
1121
- #: ../admin/social_admin.php:13
1122
- msgid "In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed."
1123
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
 
1124
 
1125
- #: ../admin/social_admin.php:14
1126
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1127
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
1128
 
1129
- #: ../admin/social_admin.php:15
1130
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing."
1131
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
1132
 
1133
- #: ../admin/social_admin.php:16
1134
  #, fuzzy
1135
- msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1136
- msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1137
 
1138
  #: ../admin/social_login.php:10
1139
  msgid "Social Login"
@@ -1271,8 +1252,8 @@ msgid "Include Javascript in website footer"
1271
  msgstr "Javascript im Footer der Website einbinden"
1272
 
1273
  #: ../admin/social_login.php:294
1274
- msgid "If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>"
1275
- msgstr "Wenn sie diese Funktion aktivieren (empfohlen), wird der gesamte Javascript Code in den Footer ausgelagert. Hinweis: Dies kann die Funktionalit&auml;t des Plugins beeintr&auml;chtigen. Sollte es Probleme geben, deaktivieren Sie diese Funktion wieder."
1276
 
1277
  #: ../admin/social_login.php:308
1278
  msgid "Login options"
@@ -1354,141 +1335,148 @@ msgstr "Benutzername und Passwort nach der Registrierung versenden"
1354
  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)"
1355
  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."
1356
 
1357
- #: ../admin/social_login.php:488
 
 
 
 
 
 
 
 
1358
  msgid "Login redirection"
1359
  msgstr "Login Weiterleitung"
1360
 
1361
- #: ../admin/social_login.php:492
1362
  msgid "Same page where user logged in"
1363
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1364
 
1365
- #: ../admin/social_login.php:496
1366
- #: ../admin/social_login.php:526
1367
  msgid "Account dashboard"
1368
  msgstr "Account Dashboard"
1369
 
1370
- #: ../admin/social_login.php:499
1371
- #: ../admin/social_login.php:529
1372
  msgid "BuddyPress profile page"
1373
  msgstr "Buddypress Profilseite"
1374
 
1375
- #: ../admin/social_login.php:502
1376
- #: ../admin/social_login.php:532
1377
  msgid "Custom Url"
1378
  msgstr "Spezielle URL"
1379
 
1380
- #: ../admin/social_login.php:510
1381
  msgid "User will be redirected to the selected page after Social Login"
1382
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1383
 
1384
- #: ../admin/social_login.php:518
1385
  msgid "Registration redirection"
1386
  msgstr "Registrierung Umleitung"
1387
 
1388
- #: ../admin/social_login.php:522
1389
  #, fuzzy
1390
  msgid "Same page from where user registered"
1391
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1392
 
1393
- #: ../admin/social_login.php:540
1394
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1395
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1396
 
1397
- #: ../admin/social_login.php:548
1398
  msgid "Email popup options"
1399
  msgstr "Email Popup-Optionen"
1400
 
1401
- #: ../admin/social_login.php:554
1402
  msgid "Text on 'Email required' popup"
1403
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1404
 
1405
- #: ../admin/social_login.php:564
1406
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1407
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1408
 
1409
- #: ../admin/social_login.php:573
1410
  msgid "Error message for 'Email required' popup"
1411
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1412
 
1413
- #: ../admin/social_login.php:583
1414
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1415
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1416
 
1417
- #: ../admin/social_login.php:592
1418
  msgid "Email popup height"
1419
  msgstr "Email Popup Höhe"
1420
 
1421
- #: ../admin/social_login.php:602
1422
  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."
1423
  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."
1424
 
1425
- #: ../admin/social_login.php:610
1426
  msgid "Enable email verification"
1427
  msgstr "Email Verifizierung aktivieren"
1428
 
1429
- #: ../admin/social_login.php:620
1430
  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"
1431
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1432
 
1433
- #: ../admin/social_login.php:636
1434
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1435
  msgstr "Verwenden Sie <strong> [TheChamp-Login] </strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social-Login-Schnittstelle anzeigen möchten."
1436
 
1437
- #: ../admin/social_login.php:639
1438
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1439
  msgstr "Sie k&ouml;nnen das \"style\" Attribut in den Shortcodes benutzen, um die Darstellung des sozialen Logins anzupassen"
1440
 
1441
- #: ../admin/social_login.php:644
1442
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1443
  msgstr "Ersetzen Sie <strong> SHORTCODE</ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Login style=\"background-color:#000;\"]</ strong>, so dass der endgültige Code sieht wie folgt aus"
1444
 
1445
- #: ../admin/social_login.php:652
1446
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1447
  msgstr "Sie können mit dem <strong>Appearance</ strong> > <strong>Widgets</ strong> in der linken Wanne und ziehen <strong> Super Socializer - Login </ strong> Widget in den gewünschten Bereich."
1448
 
1449
- #: ../inc/social_sharing.php:463
1450
- msgid "Invalid request"
1451
- msgstr "Ungültige Anforderung"
1452
-
1453
- #: ../inc/social_sharing.php:470
1454
- msgid "Providers not selected"
1455
- msgstr "Provider nicht aktiviert"
1456
 
1457
- #: ../inc/social_sharing.php:603
1458
- msgid "Disable Horizontal Social Sharing on this "
1459
- msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
1460
 
1461
- #: ../inc/social_sharing.php:608
1462
- msgid "Disable Vertical Social Sharing on this "
1463
- msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
1464
 
1465
- #: ../inc/social_sharing.php:613
1466
- msgid "Disable Horizontal Social Counter on this "
1467
- msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
1468
 
1469
- #: ../inc/social_sharing.php:618
1470
- msgid "Disable Vertical Social Counter on this "
1471
- msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
 
1472
 
1473
- #: ../inc/social_sharing.php:623
1474
- msgid "Disable Facebook Comments on this "
1475
- msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
1476
 
1477
- #: ../inc/social_sharing.php:632
1478
  #, fuzzy
1479
- msgid "Horizontal sharing"
1480
- msgstr "Horizontale Anzeige"
1481
 
1482
- #: ../inc/social_sharing.php:638
1483
- #: ../inc/social_sharing.php:657
1484
  #, fuzzy
1485
- msgid "Starting share count for "
1486
- msgstr "conteos muestran acciones"
1487
 
1488
- #: ../inc/social_sharing.php:651
1489
- #, fuzzy
1490
- msgid "Vertical sharing"
1491
- msgstr "Social Sharing"
 
 
 
1492
 
1493
  #: ../inc/widget.php:11
1494
  msgid "Super Socializer - Login"
@@ -1503,28 +1491,28 @@ msgid "Log Out"
1503
  msgstr "Logout"
1504
 
1505
  #: ../inc/widget.php:77
1506
- #: ../inc/widget.php:203
1507
- #: ../inc/widget.php:473
1508
  msgid "Title:"
1509
  msgstr "Titel:"
1510
 
1511
  #: ../inc/widget.php:79
1512
- #: ../inc/widget.php:215
1513
- #: ../inc/widget.php:483
1514
  msgid "Before widget content:"
1515
  msgstr "Vor dem Widget-Inhalt"
1516
 
1517
  #: ../inc/widget.php:81
1518
- #: ../inc/widget.php:217
1519
- #: ../inc/widget.php:485
1520
  msgid "After widget content:"
1521
  msgstr "Nach dem Widget Inhalt"
1522
 
1523
  #: ../inc/widget.php:84
1524
- #: ../inc/widget.php:219
1525
- #: ../inc/widget.php:364
1526
- #: ../inc/widget.php:487
1527
- #: ../inc/widget.php:620
1528
  msgid "Hide for logged in users:"
1529
  msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1530
 
@@ -1532,57 +1520,169 @@ msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1532
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1533
  msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, Inhalte &uuml;ber soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ usw. zu teilen"
1534
 
1535
- #: ../inc/widget.php:205
1536
- #: ../inc/widget.php:335
1537
  msgid "Show share counts:"
1538
  msgstr "Zeigen Aktie zählt:"
1539
 
1540
- #: ../inc/widget.php:207
1541
- #: ../inc/widget.php:337
1542
- #: ../inc/widget.php:475
1543
- #: ../inc/widget.php:593
1544
  msgid "Target Url:"
1545
  msgstr "Ziel-URL:"
1546
 
1547
- #: ../inc/widget.php:209
1548
- #: ../inc/widget.php:339
1549
- #: ../inc/widget.php:477
1550
- #: ../inc/widget.php:595
1551
  msgid "Select"
1552
  msgstr "wählen"
1553
 
1554
- #: ../inc/widget.php:238
1555
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1556
  msgstr "Vertikale Floating-Sharing-Widget. Lassen Sie Ihre Website-Nutzer teilen Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ und viele mehr"
1557
 
1558
- #: ../inc/widget.php:345
1559
- #: ../inc/widget.php:601
1560
  msgid "Alignment"
1561
  msgstr "Ausrichtung"
1562
 
1563
- #: ../inc/widget.php:351
1564
- #: ../inc/widget.php:607
1565
  msgid "Left Offset"
1566
  msgstr "Left Offset"
1567
 
1568
- #: ../inc/widget.php:355
1569
- #: ../inc/widget.php:611
1570
  msgid "Right Offset"
1571
  msgstr "Rechter Offset"
1572
 
1573
- #: ../inc/widget.php:358
1574
- #: ../inc/widget.php:614
1575
  msgid "Top Offset"
1576
  msgstr "Top Offset"
1577
 
1578
- #: ../inc/widget.php:383
1579
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1580
  msgstr "Horizontalzähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1581
 
1582
- #: ../inc/widget.php:506
1583
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1584
  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"
1585
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1586
  #~ msgid ""
1587
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1588
  #~ "Comments block. The mobile version of the Comments block ignores the "
@@ -1614,16 +1714,6 @@ msgstr "Vertikale schwimm Zähler-Widget. Lassen Sie Ihre Website-Nutzer share /
1614
  #~ "Wenn ihnen dieses Plugin gef&auml;llt und Sie eine Weiterentwicklung "
1615
  #~ "unterstützen möchten, denken "
1616
 
1617
- #~ msgid "Keep only Facebook Commenting"
1618
- #~ msgstr "Consérvese únicamente Facebook Comentando"
1619
-
1620
- #~ msgid ""
1621
- #~ "If enabled, only Facebook commenting will be there without the option to "
1622
- #~ "switch to WordPress commenting"
1623
- #~ msgstr ""
1624
- #~ "Si está habilitado, sólo Facebook comentando estarán allí sin la opción "
1625
- #~ "de cambiar a WordPress comentar"
1626
-
1627
  #~ msgid "Load first"
1628
  #~ msgstr "Cargue primero"
1629
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-20 05:41+0530\n"
6
+ "PO-Revision-Date: 2015-03-20 05:45+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\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 "Geben Sie genau die folgende URL in <strong> Webseite </ strong> und <strong> Callback URL </ strong> Optionen in der Twitter-App (siehe Schritt 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 "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:348
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:348
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:352
37
  msgid "Notification"
38
  msgstr "Benachrichtigung"
39
 
40
+ #: ../super_socializer.php:371
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:374
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:387
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:547
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "E-Mail eingetragen ist bereits registriert oder ungültig"
56
 
57
+ #: ../super_socializer.php:551
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein. Es kann erforderlich werden es überprüfen"
60
 
62
  msgid "Options saved successfully"
63
  msgstr "&Auml;nderungen gespeichert"
64
 
65
+ #: ../helper.php:135
66
+ msgid "Click to show help"
67
+ msgstr "Für Hilfe zeigen"
68
+
69
+ #: ../helper.php:135
70
+ msgid "Click to hide help"
71
+ msgstr "Für Hilfe verbergen"
72
+
73
+ #: ../helper.php:174
74
  msgid "Settings"
75
  msgstr "Configuración"
76
 
77
+ #: ../helper.php:466
78
  msgid "Account linked successfully"
79
  msgstr "Konto erfolgreich verbunden"
80
 
81
+ #: ../helper.php:472
82
  msgid "Account already exists or linked"
83
  msgstr "Konto bereits vorhanden oder verknüpft"
84
 
85
+ #: ../helper.php:483
86
  #, fuzzy
87
  msgid "You are already connected with"
88
  msgstr "Sie sind bereit, ihre Website so sozialisieren"
89
 
90
+ #: ../helper.php:483
91
  msgid "as primary social network"
92
  msgstr "als primäre soziale Netz"
93
 
94
+ #: ../helper.php:500
95
  msgid "Link your social account to login to your account at this website"
96
  msgstr "Verknüpfen Sie Ihre sozialen Konto bei Ihrem Konto auf dieser Website"
97
 
98
+ #: ../helper.php:545
99
  msgid "Currently"
100
  msgstr "zur Zeit"
101
 
102
+ #: ../helper.php:545
103
  msgid "Remove"
104
  msgstr "entfernen"
105
 
106
+ #: ../helper.php:636
107
+ msgid "Disable Horizontal Social Sharing on this "
108
+ msgstr "Deaktivieren Horizontale Sozialfreigabe auf diese"
109
+
110
+ #: ../helper.php:641
111
+ msgid "Disable Vertical Social Sharing on this "
112
+ msgstr "Deaktivieren Vertikale soziale Netzwerke dazu"
113
+
114
+ #: ../helper.php:646
115
+ msgid "Disable Horizontal Social Counter on this "
116
+ msgstr "Deaktivieren Horizontale Sozialstatistik auf diese"
117
+
118
+ #: ../helper.php:651
119
+ msgid "Disable Vertical Social Counter on this "
120
+ msgstr "Deaktivieren Vertikale Sozialstatistik auf diese"
121
+
122
+ #: ../helper.php:656
123
+ msgid "Disable Facebook Comments on this "
124
+ msgstr "Deaktivieren Sie Facebook Kommentare zu dieser"
125
+
126
+ #: ../helper.php:665
127
+ #, fuzzy
128
+ msgid "Horizontal sharing"
129
+ msgstr "Horizontale Anzeige"
130
+
131
+ #: ../helper.php:671
132
+ #: ../helper.php:690
133
+ #, fuzzy
134
+ msgid "Starting share count for "
135
+ msgstr "conteos muestran acciones"
136
+
137
+ #: ../helper.php:684
138
+ #, fuzzy
139
+ msgid "Vertical sharing"
140
+ msgstr "Social Sharing"
141
+
142
  #: ../admin/help.php:4
143
  msgid "About"
144
  msgstr "über"
196
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
197
  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>"
198
 
 
 
 
 
 
 
 
 
199
  #: ../admin/social_counter.php:11
200
+ #: ../admin/social_counter.php:20
201
  #: ../admin/social_sharing.php:14
202
  #: ../admin/social_sharing.php:24
203
  #: ../admin/social_login.php:9
215
  msgid "Shortcode & Widget"
216
  msgstr "Widgets und shortcodes"
217
 
218
+ #: ../admin/social_counter.php:14
219
+ #: ../admin/social_sharing.php:18
220
+ #: ../admin/social_commenting.php:12
221
+ msgid "FAQ"
222
+ msgstr "FAQ"
223
+
224
+ #: ../admin/social_counter.php:26
225
  msgid "Enable Social Counter"
226
  msgstr "Aktivieren Social Counter"
227
 
228
+ #: ../admin/social_counter.php:36
229
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
230
  msgstr "Master-Regler für soziale Zähler. Es ist zu prüfen, um Social Zähler Funktionalität zu ermöglichen"
231
 
232
+ #: ../admin/social_counter.php:50
233
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
234
  msgstr "<strong> Hinweis: </ strong> So deaktivieren Sie die Marke auf bestimmte Seite/Post, bearbeiten diese Seite / Post und überprüfen Sie die Optionen unten im <strong>\"Super-Socializer \" </ strong>"
235
 
236
+ #: ../admin/social_counter.php:67
237
  #: ../admin/social_sharing.php:88
238
  msgid "bit.ly url shortener"
239
  msgstr "bit.ly url acortador"
240
 
241
+ #: ../admin/social_counter.php:73
242
  msgid "Enable bit.ly url shortener for tweet button"
243
  msgstr "Aktivieren bit.ly URL Shortener für tweet Taste"
244
 
245
+ #: ../admin/social_counter.php:83
246
  #: ../admin/social_sharing.php:104
247
  msgid "Master control to enable bit.ly url shortening for sharing"
248
  msgstr "Master-Regler auf bit.ly URL-Kürzung für die gemeinsame Nutzung zu ermöglichen"
249
 
250
+ #: ../admin/social_counter.php:91
251
  #: ../admin/social_sharing.php:112
252
  msgid "bit.ly username"
253
  msgstr "bit.ly Benutzername"
254
 
255
+ #: ../admin/social_counter.php:101
256
  #: ../admin/social_sharing.php:122
257
  #, php-format
258
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
259
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> bit.ly Benutzernamen erhalten"
260
 
261
+ #: ../admin/social_counter.php:110
262
  #: ../admin/social_sharing.php:131
263
  msgid "bit.ly API Key"
264
  msgstr "bit.ly API Key"
265
 
266
+ #: ../admin/social_counter.php:120
267
  #: ../admin/social_sharing.php:141
268
  #, php-format
269
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
270
  msgstr "Anmeldung zu Ihrem bit.ly und gehen Sie zu <a href=\"%s\" target=\"_blank\"> diesen Link </a> Ihren API-Schlüssel zu bekommen"
271
 
272
+ #: ../admin/social_counter.php:130
273
+ #: ../admin/social_counter.php:136
274
+ #: ../admin/social_commenting.php:187
275
  msgid "Language"
276
  msgstr "Sprache"
277
 
278
+ #: ../admin/social_counter.php:146
279
  #, php-format
280
  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)"
281
  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)"
282
 
283
+ #: ../admin/social_counter.php:155
284
  msgid "Twitter username in tweet button"
285
  msgstr "Twitter Benutzername in tweet Taste"
286
 
287
+ #: ../admin/social_counter.php:161
288
  #: ../admin/social_sharing.php:157
289
  msgid "Twitter username (without @)"
290
  msgstr "Twitter Benutzername (ohne @)"
291
 
292
+ #: ../admin/social_counter.php:171
293
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
294
  msgstr "Sofern Benutzername wird angehängt werden, nachdem der Inhalt als \"überUSERNAME \" getwittert. Leer lassen, wenn Sie nicht möchten, dass jede Benutzernamen ein."
295
 
296
+ #: ../admin/social_counter.php:181
297
  msgid "Horizontal Counter Interface Options"
298
  msgstr "Horizontale Zähler Schnittstellenoptionen"
299
 
300
+ #: ../admin/social_counter.php:187
301
  msgid "Enable horizontal counter interface"
302
  msgstr "Aktivieren Horizontalzähler Schnittstelle"
303
 
304
+ #: ../admin/social_counter.php:197
305
  msgid "Master control to enable horizontal counter"
306
  msgstr "Master-Regler auf Horizontalzähler aktivieren"
307
 
308
+ #: ../admin/social_counter.php:207
309
+ #: ../admin/social_counter.php:422
310
  #: ../admin/social_sharing.php:203
311
+ #: ../admin/social_sharing.php:517
312
  msgid "Target Url"
313
  msgstr "Ziel-URL"
314
 
315
+ #: ../admin/social_counter.php:211
316
+ #: ../admin/social_counter.php:426
317
  #: ../admin/social_sharing.php:207
318
+ #: ../admin/social_sharing.php:521
319
  msgid "Url of the webpage where icons are located (default)"
320
  msgstr "URL der Webseite an, Symbolen befinden (Standard)"
321
 
322
+ #: ../admin/social_counter.php:213
323
+ #: ../admin/social_counter.php:428
324
  #: ../admin/social_sharing.php:209
325
+ #: ../admin/social_sharing.php:523
326
  msgid "Url of the homepage of your website"
327
  msgstr "URL der Homepage Ihrer Website"
328
 
329
+ #: ../admin/social_counter.php:215
330
+ #: ../admin/social_counter.php:430
331
  #: ../admin/social_sharing.php:211
332
+ #: ../admin/social_sharing.php:525
333
  msgid "Custom url"
334
  msgstr "Spezielle URL"
335
 
336
+ #: ../admin/social_counter.php:222
337
+ #: ../admin/social_counter.php:437
338
  msgid "Url to like/share/tweet and display like/share/tweet counts"
339
  msgstr "URL zu mögen / share / Tweet und Display wie / share / tweet zählt"
340
 
341
+ #: ../admin/social_counter.php:230
342
  #: ../admin/social_sharing.php:226
343
  #: ../admin/social_login.php:314
344
  msgid "Title"
345
  msgstr "Titel"
346
 
347
+ #: ../admin/social_counter.php:240
348
  msgid "The text to display above the counter interface"
349
  msgstr "Der Text, über den Ladentisch-Oberfläche angezeigt"
350
 
351
+ #: ../admin/social_counter.php:248
352
+ #: ../admin/social_counter.php:445
353
  msgid "Select and rearrange providers"
354
  msgstr "Wählen und ordnen Anbieter"
355
 
356
+ #: ../admin/social_counter.php:292
357
+ #: ../admin/social_counter.php:488
358
  msgid "Select the providers for counter interface. Drag them to rearrange."
359
  msgstr "Wählen Sie die Anbieter für den Zähler-Schnittstelle. Ziehen Sie sie neu anzuordnen."
360
 
361
+ #: ../admin/social_counter.php:300
362
+ #: ../admin/social_counter.php:514
363
+ #: ../admin/social_sharing.php:376
364
+ #: ../admin/social_sharing.php:685
365
  msgid "Horizontal alignment"
366
  msgstr "Horizontale Anzeige"
367
 
368
+ #: ../admin/social_counter.php:304
369
+ #: ../admin/social_counter.php:518
370
+ #: ../admin/social_sharing.php:380
371
+ #: ../admin/social_sharing.php:689
372
  msgid "Left"
373
  msgstr "izquierda"
374
 
375
+ #: ../admin/social_counter.php:305
376
+ #: ../admin/social_sharing.php:381
377
  msgid "Center"
378
  msgstr "Zentrum"
379
 
380
+ #: ../admin/social_counter.php:306
381
+ #: ../admin/social_counter.php:519
382
+ #: ../admin/social_sharing.php:382
383
+ #: ../admin/social_sharing.php:690
384
  msgid "Right"
385
  msgstr "rechts"
386
 
387
+ #: ../admin/social_counter.php:314
388
+ #: ../admin/social_counter.php:527
389
  msgid "Horizontal alignment of the counter interface"
390
  msgstr "Horizontale Ausrichtung des Gegen Schnittstelle"
391
 
392
+ #: ../admin/social_counter.php:322
393
+ #: ../admin/social_sharing.php:398
394
  msgid "Position with respect to content"
395
  msgstr "Relative Position zum Inhalt"
396
 
397
+ #: ../admin/social_counter.php:326
398
+ #: ../admin/social_sharing.php:402
399
  msgid "Top of the content"
400
  msgstr "&Uuml;ber dem Inhalt"
401
 
402
+ #: ../admin/social_counter.php:328
403
+ #: ../admin/social_sharing.php:404
404
  msgid "Bottom of the content"
405
  msgstr "Unter dem Inhalt"
406
 
407
+ #: ../admin/social_counter.php:335
408
  msgid "Specify position of the counter interface with respect to the content"
409
  msgstr "Angeben Position des Gegen Schnittstelle mit Bezug auf den Gehalt"
410
 
411
+ #: ../admin/social_counter.php:343
412
+ #: ../admin/social_counter.php:593
413
  msgid "Counter location"
414
  msgstr "Gegen Lage"
415
 
416
+ #: ../admin/social_counter.php:347
417
+ #: ../admin/social_counter.php:597
418
+ #: ../admin/social_sharing.php:423
419
+ #: ../admin/social_sharing.php:768
420
+ #: ../admin/social_login.php:514
421
+ #: ../admin/social_login.php:544
422
  msgid "Homepage"
423
  msgstr "Startseite"
424
 
425
+ #: ../admin/social_counter.php:349
426
+ #: ../admin/social_counter.php:599
427
+ #: ../admin/social_sharing.php:425
428
+ #: ../admin/social_sharing.php:770
429
  msgid "Posts"
430
  msgstr "Beitrag"
431
 
432
+ #: ../admin/social_counter.php:351
433
+ #: ../admin/social_counter.php:601
434
+ #: ../admin/social_sharing.php:427
435
+ #: ../admin/social_sharing.php:772
436
  msgid "Pages"
437
  msgstr "Seite"
438
 
439
+ #: ../admin/social_counter.php:353
440
+ #: ../admin/social_counter.php:603
441
+ #: ../admin/social_sharing.php:429
442
+ #: ../admin/social_sharing.php:774
443
  msgid "Excerpts"
444
  msgstr "Vorschau"
445
 
446
+ #: ../admin/social_counter.php:355
447
+ #: ../admin/social_counter.php:605
448
+ #: ../admin/social_sharing.php:431
449
+ #: ../admin/social_sharing.php:776
450
  msgid "Category Archives"
451
  msgstr "Archivos de la categoría"
452
 
453
+ #: ../admin/social_counter.php:357
454
+ #: ../admin/social_counter.php:607
455
+ #: ../admin/social_sharing.php:433
456
+ #: ../admin/social_sharing.php:778
457
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
458
+ msgstr "Archiv Seiten (Kategorie, Stichwort, Autor oder Datum basierend Seiten)"
459
+
460
+ #: ../admin/social_counter.php:363
461
+ #: ../admin/social_sharing.php:439
462
  msgid "BuddyPress activity and groups"
463
  msgstr "Buddypress Aktivität und Gruppen"
464
 
465
+ #: ../admin/social_counter.php:370
466
+ #: ../admin/social_counter.php:613
467
+ #: ../admin/social_sharing.php:446
468
+ #: ../admin/social_sharing.php:784
469
  msgid "BBPress forum"
470
  msgstr "BBPress Forum"
471
 
472
+ #: ../admin/social_counter.php:373
473
+ #: ../admin/social_counter.php:616
474
+ #: ../admin/social_sharing.php:449
475
+ #: ../admin/social_sharing.php:787
476
  msgid "BBPress topic"
477
  msgstr "BBPress topic"
478
 
479
+ #: ../admin/social_counter.php:376
480
+ #: ../admin/social_sharing.php:452
481
  msgid "BBPress reply"
482
  msgstr "BBPress reply"
483
 
484
+ #: ../admin/social_counter.php:386
485
  msgid "Specify the pages where you want to enable counter interface"
486
  msgstr "Geben Sie die Seiten an der Sie Zähler-Schnittstelle aktiviert werden soll"
487
 
488
+ #: ../admin/social_counter.php:396
489
  msgid "Vertical (Floating) counter interface Options"
490
  msgstr "Vertikal (Schwimmende) Zähler Schnittstelle Optionen"
491
 
492
+ #: ../admin/social_counter.php:402
493
  msgid "Enable vertical (floating) counter interface"
494
  msgstr "Aktivieren Vertikal (floating) Zähler-Schnittstelle"
495
 
496
+ #: ../admin/social_counter.php:412
497
  msgid "Master control to enable vertical (floating) counter widget"
498
  msgstr "Master-Regler auf Vertikal (schwimmenden) Gegen Widget aktivieren"
499
 
500
+ #: ../admin/social_counter.php:496
501
+ #: ../admin/social_sharing.php:667
502
  msgid "Background Color"
503
  msgstr "color de fondo"
504
 
505
+ #: ../admin/social_counter.php:506
506
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
507
  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>"
508
 
509
+ #: ../admin/social_counter.php:536
510
+ #: ../admin/social_sharing.php:707
511
  msgid "Left offset"
512
  msgstr "desplazamiento izquierda"
513
 
514
+ #: ../admin/social_counter.php:546
515
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
516
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
517
 
518
+ #: ../admin/social_counter.php:556
519
+ #: ../admin/social_sharing.php:727
520
  msgid "Right offset"
521
  msgstr "Versatz nach rechts"
522
 
523
+ #: ../admin/social_counter.php:566
524
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
525
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle nach links verschieben und Abnahme wird es nach rechts zu verschieben."
526
 
527
+ #: ../admin/social_counter.php:575
528
+ #: ../admin/social_sharing.php:746
529
  msgid "Top offset"
530
  msgstr "superior compensar"
531
 
532
+ #: ../admin/social_counter.php:585
533
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
534
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Zähler Schnittstelle zum Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
535
 
536
+ #: ../admin/social_counter.php:626
537
  msgid "Specify the pages where you want to enable vertical counter interface"
538
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Zähler-Schnittstelle aktiviert werden soll"
539
 
540
+ #: ../admin/social_counter.php:642
541
+ #: ../admin/social_sharing.php:832
542
+ #: ../admin/social_commenting.php:11
543
+ #: ../admin/social_commenting.php:211
544
+ #: ../admin/social_login.php:654
545
  msgid "Shortcode"
546
  msgstr "Shortcodes"
547
 
548
+ #: ../admin/social_counter.php:644
549
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
550
  msgstr "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-Schnittstelle anzeigen möchten."
551
 
 
552
  #: ../admin/social_counter.php:645
553
  #: ../admin/social_counter.php:650
554
  #: ../admin/social_counter.php:655
555
  #: ../admin/social_counter.php:660
556
+ #: ../admin/social_counter.php:665
557
+ #: ../admin/social_sharing.php:835
558
+ #: ../admin/social_sharing.php:840
559
+ #: ../admin/social_sharing.php:845
560
+ #: ../admin/social_sharing.php:850
561
+ #: ../admin/social_sharing.php:855
562
+ #: ../admin/social_sharing.php:860
563
+ #: ../admin/social_commenting.php:214
564
+ #: ../admin/social_commenting.php:219
565
+ #: ../admin/social_commenting.php:224
566
+ #: ../admin/social_commenting.php:229
567
+ #: ../admin/social_commenting.php:234
568
+ #: ../admin/social_login.php:657
569
+ #: ../admin/social_login.php:660
570
  msgid "Example"
571
  msgstr "ejemplo"
572
 
573
+ #: ../admin/social_counter.php:647
574
+ #: ../admin/social_sharing.php:837
575
+ #: ../admin/social_commenting.php:216
576
  msgid "You can use following attributes in the Shortcode"
577
  msgstr "Puede utilizar los atributos siguientes en el Código corto"
578
 
579
+ #: ../admin/social_counter.php:649
580
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
581
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Zähler-Schnittstelle"
582
 
583
+ #: ../admin/social_counter.php:654
584
  #, fuzzy
585
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
586
  msgstr "Verwenden Sie <strong> type </ strong> Attribut, um den Typ (\"horizontal\" oder \"vertical \") für Sozialstatistik Schnittstelle. Standardtyp ist \"horizontal\"."
587
 
588
+ #: ../admin/social_counter.php:658
589
  msgid "Left (Works with \"Vertical\" type interface only)"
590
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
591
 
592
+ #: ../admin/social_counter.php:659
593
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
594
  msgstr "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) für Sozialstatistik Schnittstelle."
595
 
596
+ #: ../admin/social_counter.php:663
597
  msgid "Top (Works with \"Vertical\" type interface only)"
598
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
599
 
600
+ #: ../admin/social_counter.php:664
601
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
602
  msgstr "Verwenden Sie <strong>top</ strong> Attribut, um den oberen Offset von Social Zähler Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
603
 
604
+ #: ../admin/social_counter.php:667
605
+ #: ../admin/social_sharing.php:862
606
+ #: ../admin/social_commenting.php:236
607
+ #: ../admin/social_login.php:662
608
  msgid "You can use shortcode in PHP file as following"
609
  msgstr "In PHP Scripts k&ouml;nnen sie Shortcodes benutzen:"
610
 
611
+ #: ../admin/social_counter.php:669
612
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
613
  msgstr "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Counter style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
614
 
615
+ #: ../admin/social_counter.php:675
616
+ #: ../admin/social_sharing.php:870
617
+ #: ../admin/social_login.php:670
618
  msgid "Widget"
619
  msgstr "Widget"
620
 
621
+ #: ../admin/social_counter.php:677
622
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
623
  msgstr "Sie können mit dem <strong> Darstellung navigieren </ strong>> <strong> Widgets </ strong> in der linken Wanne und ziehen <strong> Super Socializer - Zähler (Horizontale Widget) </ strong> und <strong> Super Socializer - Zähler (Vertical Schwimm Widget) </ strong> Widgets in den gewünschten Bereich."
624
 
625
+ #: ../admin/social_counter.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
626
  #, fuzzy
627
+ msgid "How can I show like counts of my website rather than of individual pages/posts?"
628
+ msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
 
630
+ #: ../admin/social_counter.php:691
631
  #, fuzzy
632
+ msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
633
+ msgstr "Wählen Sie die Option \"URL der Homepage Ihrer Website \" in Option \"Ziel-URL \" und aktivieren \"Aktie zählt Show \""
 
 
 
 
 
 
 
 
634
 
635
+ #: ../admin/social_counter.php:698
636
  #, fuzzy
637
+ msgid "How can I disable social counter on particular page/post?"
638
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
639
 
640
+ #: ../admin/social_counter.php:702
641
+ #: ../admin/social_sharing.php:916
642
+ #: ../admin/social_sharing.php:929
643
+ #, fuzzy
644
+ msgid "Edit that page/post and check the options at the bottom in \"Super Socializer\" section"
645
  msgstr "Bearbeiten Sie diese Seite/Post und aktivieren Sie die Option \"deaktivieren Facebook Kommentare zu diesem Beitrag / Seite \" am unteren Rand in Abschnitt \"Super-Socializer \""
646
 
647
+ #: ../admin/social_counter.php:715
648
+ #: ../admin/social_sharing.php:940
649
+ #: ../admin/social_commenting.php:277
650
+ #: ../admin/social_login.php:681
651
+ msgid "Save Changes"
652
+ msgstr "&Auml;nderungen speichern"
653
+
654
  #: ../admin/social_sharing.php:15
655
  msgid "Social Sharing"
656
  msgstr "Social Sharing"
705
  msgstr "Master-Regler auf horizontale Freigabe aktivieren"
706
 
707
  #: ../admin/social_sharing.php:218
708
+ #: ../admin/social_sharing.php:532
709
  msgid "Url to share"
710
  msgstr "URL zu teilen"
711
 
714
  msgstr "Text, der &uuml;ber der \"Teilen\" Leiste angezeigt wird"
715
 
716
  #: ../admin/social_sharing.php:244
717
+ #: ../admin/social_sharing.php:540
718
  #: ../admin/social_login.php:41
719
  msgid "Select providers"
720
  msgstr "Anbieter ausw&auml;hlen"
721
 
722
  #: ../admin/social_sharing.php:249
723
+ #: ../admin/social_sharing.php:545
724
  #: ../admin/social_login.php:46
725
  msgid "Facebook"
726
  msgstr ""
727
 
728
  #: ../admin/social_sharing.php:254
729
+ #: ../admin/social_sharing.php:550
730
  #: ../admin/social_login.php:50
731
  msgid "Twitter"
732
  msgstr ""
733
 
734
  #: ../admin/social_sharing.php:259
735
+ #: ../admin/social_sharing.php:555
736
  #: ../admin/social_login.php:54
737
  msgid "LinkedIn"
738
  msgstr ""
739
 
740
  #: ../admin/social_sharing.php:264
741
+ #: ../admin/social_sharing.php:560
742
  #: ../admin/social_login.php:58
743
  msgid "Google+"
744
  msgstr ""
745
 
746
  #: ../admin/social_sharing.php:269
747
+ #: ../admin/social_sharing.php:565
748
  msgid "Print"
749
  msgstr ""
750
 
751
  #: ../admin/social_sharing.php:274
752
+ #: ../admin/social_sharing.php:570
753
  msgid "Email"
754
  msgstr ""
755
 
756
  #: ../admin/social_sharing.php:279
757
+ #: ../admin/social_sharing.php:575
758
  msgid "Yahoo"
759
  msgstr ""
760
 
761
  #: ../admin/social_sharing.php:284
762
+ #: ../admin/social_sharing.php:580
763
  msgid "Reddit"
764
  msgstr ""
765
 
766
  #: ../admin/social_sharing.php:289
767
+ #: ../admin/social_sharing.php:585
768
  msgid "Digg"
769
  msgstr ""
770
 
771
  #: ../admin/social_sharing.php:294
772
+ #: ../admin/social_sharing.php:590
773
  msgid "Delicious"
774
  msgstr ""
775
 
776
  #: ../admin/social_sharing.php:299
777
+ #: ../admin/social_sharing.php:595
778
  msgid "StumbleUpon"
779
  msgstr ""
780
 
781
  #: ../admin/social_sharing.php:304
782
+ #: ../admin/social_sharing.php:600
783
  msgid "Float it"
784
  msgstr ""
785
 
786
  #: ../admin/social_sharing.php:309
787
+ #: ../admin/social_sharing.php:605
788
  msgid "Tumblr"
789
  msgstr ""
790
 
791
  #: ../admin/social_sharing.php:314
792
+ #: ../admin/social_sharing.php:610
793
  #: ../admin/social_login.php:62
794
  msgid "Vkontakte"
795
  msgstr ""
796
 
797
  #: ../admin/social_sharing.php:319
798
+ #: ../admin/social_sharing.php:615
799
  msgid "Pinterest"
800
  msgstr ""
801
 
802
  #: ../admin/social_sharing.php:324
803
+ #: ../admin/social_sharing.php:620
804
  #: ../admin/social_login.php:70
805
  msgid "Xing"
806
  msgstr ""
807
 
808
+ #: ../admin/social_sharing.php:329
809
+ msgid "Whatsapp"
810
+ msgstr ""
811
+
812
+ #: ../admin/social_sharing.php:337
813
+ #: ../admin/social_sharing.php:628
814
  msgid "Select the providers for sharing interface"
815
  msgstr "W&auml;hlen Sie die Netzwerke aus, die zum Teilen angezeigt werden sollen"
816
 
817
+ #: ../admin/social_sharing.php:345
818
+ #: ../admin/social_sharing.php:636
819
  msgid "Rearrange icons"
820
  msgstr "Reihenfolge der Icons &auml;ndern"
821
 
822
+ #: ../admin/social_sharing.php:368
823
+ #: ../admin/social_sharing.php:659
824
  msgid "Drag the icons to rearrange in desired order"
825
  msgstr "Ziehen Sie die Icons in gew&uuml;nschter Reihenfolge hier herein."
826
 
827
+ #: ../admin/social_sharing.php:390
828
+ #: ../admin/social_sharing.php:698
829
  msgid "Horizontal alignment of the sharing interface"
830
  msgstr "Horizontale Anzeige des \"Teilen\" Elements"
831
 
832
+ #: ../admin/social_sharing.php:411
833
  msgid "Specify position of the sharing interface with respect to the content"
834
  msgstr "Legen Sie die Position der „Teilen“ Leiste relativ zum Website-Inhalt fest."
835
 
836
+ #: ../admin/social_sharing.php:419
837
+ #: ../admin/social_sharing.php:764
838
  msgid "Sharing location"
839
  msgstr "Position der Leiste"
840
 
841
+ #: ../admin/social_sharing.php:462
842
  msgid "Specify the pages where you want to enable Sharing interface"
843
  msgstr "W&auml;hlen Sie die Seiten aus, auf denen dire \"Teilen\" Leiste angezeigt wird"
844
 
845
+ #: ../admin/social_sharing.php:470
846
+ #: ../admin/social_sharing.php:805
847
  msgid "Show share counts"
848
  msgstr "conteos muestran acciones"
849
 
850
+ #: ../admin/social_sharing.php:480
851
+ #: ../admin/social_sharing.php:815
852
  msgid "If enabled, share counts are displayed above sharing icons."
853
  msgstr "Wenn aktiviert, werden Aktien Zahlen über Sharing Symbole angezeigt."
854
 
855
+ #: ../admin/social_sharing.php:491
856
  msgid "Vertical (Floating) Sharing Interface Options"
857
  msgstr "Vertikal (Floating) Freigabe Schnittstellenoptionen"
858
 
859
+ #: ../admin/social_sharing.php:497
860
  msgid "Enable vertical (floating) sharing interface"
861
  msgstr "Aktivieren Vertikal (floating) Sharing-Schnittstelle"
862
 
863
+ #: ../admin/social_sharing.php:507
864
  msgid "Master control to enable vertical (floating) sharing widget"
865
  msgstr "Master-Regler, um vertikale (floating) Sharing Widget aktivieren"
866
 
867
+ #: ../admin/social_sharing.php:677
868
  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>"
869
  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"
870
 
871
+ #: ../admin/social_sharing.php:717
872
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
873
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle nach rechts verschieben und Abnahme wird ihn nach rechts zu verschieben."
874
 
875
+ #: ../admin/social_sharing.php:737
876
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
877
  msgstr "Legen sie eine Zahl fest. Eine positive Zahl verschiebt"
878
 
879
+ #: ../admin/social_sharing.php:756
880
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
881
  msgstr "Geben Sie eine Zahl. Anstieg der Zahl Sharing-Schnittstelle in Richtung Boden verschieben und Abnahme wird es in Richtung Spitze zu verschieben."
882
 
883
+ #: ../admin/social_sharing.php:797
884
  msgid "Specify the pages where you want to enable vertical Sharing interface"
885
  msgstr "Legen Sie die Seiten, auf denen Sie die vertikale Freigabe Schnittstelle aktiviert werden soll"
886
 
887
+ #: ../admin/social_sharing.php:834
888
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
889
  msgstr "Sie können mit <strong> [TheChamp-Sharing] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social-Sharing-Schnittstelle anzeigen möchten."
890
 
891
+ #: ../admin/social_sharing.php:839
892
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
893
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
894
 
895
+ #: ../admin/social_sharing.php:844
896
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
897
  msgstr "Verwenden Sie <strong>type</ strong> Attribut, um den Typ (\"horizontal\" oder \"vertical \") der Social-Sharing-Schnittstelle angeben. Standardtyp ist \"horizontal\"."
898
 
899
+ #: ../admin/social_sharing.php:849
900
  #, fuzzy
901
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
902
  msgstr "Verwenden Sie <strong>style</ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
903
 
904
+ #: ../admin/social_sharing.php:853
905
  #, fuzzy
906
  msgid "left (Works with \"Vertical\" type interface only)"
907
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
908
 
909
+ #: ../admin/social_sharing.php:854
910
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
911
  msgstr "Verwenden Sie <strong>left</ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) von Social Sharing-Schnittstelle."
912
 
913
+ #: ../admin/social_sharing.php:858
914
  #, fuzzy
915
  msgid "top (Works with \"Vertical\" type interface only)"
916
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
917
 
918
+ #: ../admin/social_sharing.php:859
919
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
920
  msgstr "Verwenden Sie <strong> top </ strong> Attribut, um den oberen Offset von Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
921
 
922
+ #: ../admin/social_sharing.php:864
923
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
924
  msgstr "Ersetzen Sie <strong> SHORTCODE </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Sharing style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
925
 
926
+ #: ../admin/social_sharing.php:872
927
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
928
  msgstr "Sie können mit dem <strong> Appearance </ strong>> <strong> Widgets </ strong> in der linken Wanne und ziehen <strong> Super Socializer - Sharing (Horizontale Widget) </ strong> und <strong> Super Socializer - Sharing (Vertical Floating Widget) </ strong> Widgets in den gewünschten Bereich."
929
 
930
+ #: ../admin/social_sharing.php:882
931
  msgid "Facebook Sharing Troubleshooter"
932
  msgstr "Facebook Sharing-Ratgeber"
933
 
934
+ #: ../admin/social_sharing.php:887
935
  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:"
936
  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:"
937
 
938
+ #: ../admin/social_sharing.php:901
939
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
940
  msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
941
 
942
+ #: ../admin/social_sharing.php:905
943
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
944
  msgstr "Wählen Sie die Option \"URL der Homepage Ihrer Website \" in Option \"Ziel-URL \" und aktivieren \"Aktie zählt Show \""
945
 
946
+ #: ../admin/social_sharing.php:912
947
+ #, fuzzy
948
+ msgid "How can I disable sharing on particular page/post?"
949
+ msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
950
 
951
+ #: ../admin/social_sharing.php:925
952
+ msgid "How can I specify minimum sharing count for sharing networks?"
953
+ msgstr "Wie kann ich festlegen, Mindestbeteiligung Zahl für den Austausch von Netzwerken?"
954
 
955
+ #: ../admin/social_commenting.php:10
956
+ msgid "Facebook Commenting"
957
+ msgstr "Facebook kommentiert"
958
 
959
+ #: ../admin/social_commenting.php:18
960
+ #: ../admin/social_commenting.php:24
961
+ msgid "Enable Facebook Commenting"
962
+ msgstr "Facebook Kommentarfunktion aktivieren"
963
 
964
+ #: ../admin/social_commenting.php:34
965
+ #, fuzzy
966
+ msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
967
+ msgstr "Nach dem Aktivieren wird das Wordpress Kommentarfeld durch die Facebook Kommentarfunktion ersetzt."
968
 
969
+ #: ../admin/social_commenting.php:44
970
+ msgid "Facebook Commenting Options"
971
+ msgstr "Einstellungen der Facebook Kommentarfunktion"
972
 
973
+ #: ../admin/social_commenting.php:50
974
+ msgid "Keep only Facebook Commenting"
975
+ msgstr "Consérvese únicamente Facebook Comentando"
976
 
977
+ #: ../admin/social_commenting.php:60
978
  #, fuzzy
979
+ msgid "If enabled, only Facebook commenting would be visible without default comment form"
980
+ msgstr "Si está habilitado, sólo Facebook comentando estarán allí sin la opción de cambiar a WordPress comentar"
981
+
982
+ #: ../admin/social_commenting.php:68
983
+ msgid "Url to comment on"
984
+ msgstr "URL, die kommentiert werden soll"
985
+
986
+ #: ../admin/social_commenting.php:78
987
+ 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."
988
+ 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."
989
+
990
+ #: ../admin/social_commenting.php:86
991
+ msgid "Width"
992
+ msgstr "Breite"
993
+
994
+ #: ../admin/social_commenting.php:96
995
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
996
+ msgstr "Leer lassen, um die automatische Einstellung der Breite. Die Breite (in Pixel) der Kommentare Block."
997
+
998
+ #: ../admin/social_commenting.php:104
999
+ msgid "Color Scheme"
1000
+ msgstr "Farbschema"
1001
+
1002
+ #: ../admin/social_commenting.php:108
1003
+ msgid "Light"
1004
+ msgstr "Hell"
1005
+
1006
+ #: ../admin/social_commenting.php:109
1007
+ msgid "Dark"
1008
+ msgstr "Dunkel"
1009
+
1010
+ #: ../admin/social_commenting.php:117
1011
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1012
+ msgstr "Das Farbschema, was vom Plugin verwendet werden soll (\"light\" oder \"dark\")"
1013
+
1014
+ #: ../admin/social_commenting.php:125
1015
+ #, fuzzy
1016
+ msgid "Number of comments"
1017
+ msgstr "Anzahl Beitr&auml;ge"
1018
+
1019
+ #: ../admin/social_commenting.php:135
1020
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1021
+ msgstr "Anzahl anzuzeigender Kommentare. Min. 1. Der Standardwert ist 10."
1022
+
1023
+ #: ../admin/social_commenting.php:143
1024
+ msgid "Order by"
1025
+ msgstr "Sortieren nach"
1026
+
1027
+ #: ../admin/social_commenting.php:147
1028
+ msgid "Social"
1029
+ msgstr "Sozial"
1030
+
1031
+ #: ../admin/social_commenting.php:148
1032
+ msgid "Reverse Time"
1033
+ msgstr "Umkehrzeit"
1034
+
1035
+ #: ../admin/social_commenting.php:149
1036
+ msgid "Time"
1037
+ msgstr "Zeit"
1038
+
1039
+ #: ../admin/social_commenting.php:157
1040
+ msgid "The order to use when displaying comments."
1041
+ msgstr "Kommentare sortieren nach"
1042
+
1043
+ #: ../admin/social_commenting.php:165
1044
+ msgid "Mobile"
1045
+ msgstr "Mobile"
1046
+
1047
+ #: ../admin/social_commenting.php:169
1048
+ msgid "Auto Detect"
1049
+ msgstr "Automatische Erkennung"
1050
+
1051
+ #: ../admin/social_commenting.php:170
1052
+ msgid "True"
1053
+ msgstr "Ja"
1054
+
1055
+ #: ../admin/social_commenting.php:171
1056
+ msgid "False"
1057
+ msgstr "Nein"
1058
+
1059
+ #: ../admin/social_commenting.php:179
1060
+ msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
1061
+ msgstr "Der Boolean legt fest, ob die f&uuml;r Mobilger&auml;te optimierte Version angezeigt werden soll oder nicht"
1062
+
1063
+ #: ../admin/social_commenting.php:197
1064
+ #, php-format
1065
+ 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)"
1066
+ 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)"
1067
+
1068
+ #: ../admin/social_commenting.php:213
1069
+ #, fuzzy
1070
+ msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
1071
+ msgstr "Sie können mit <strong> [TheChamp-Counter] </ strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social Zähler-Schnittstelle anzeigen möchten."
1072
+
1073
+ #: ../admin/social_commenting.php:218
1074
+ msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
1075
+ msgstr "Verwenden Sie <strong> style </ strong> der Attribut Stil gemacht Social Sharing-Schnittstelle"
1076
+
1077
+ #: ../admin/social_commenting.php:223
1078
+ msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
1079
+ msgstr "Verwenden Sie <strong> url </ strong> Attribut angeben, das linke Offset (Abstand von der linken Seite des Bildschirms) für Sozialstatistik Schnittstelle."
1080
+
1081
+ #: ../admin/social_commenting.php:227
1082
+ msgid "num_posts"
1083
+ msgstr ""
1084
+
1085
+ #: ../admin/social_commenting.php:228
1086
+ msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
1087
+ msgstr "Verwenden Sie <strong> num_posts </ strong> der Attribut Stil gemacht Social Zähler-Schnittstelle"
1088
+
1089
+ #: ../admin/social_commenting.php:232
1090
+ #, fuzzy
1091
+ msgid "width"
1092
+ msgstr "Breite"
1093
+
1094
+ #: ../admin/social_commenting.php:233
1095
+ msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
1096
+ msgstr "Verwenden Sie <strong> width </ strong> Attribut, um den oberen Offset von Social Sharing-Schnittstelle festlegen (Abstand von der oben auf dem Bildschirm)."
1097
+
1098
+ #: ../admin/social_commenting.php:238
1099
+ msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1100
+ msgstr "Ersetzen Sie <strong> SHORT </ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-FB-Comments style=\"background-color:#000;\"] </ strong>, so dass der endgültige Code sieht wie folgt aus"
1101
+
1102
+ #: ../admin/social_commenting.php:249
1103
+ #, fuzzy
1104
+ msgid "How can I disable FB comments at individual page/post?"
1105
+ msgstr "Wie kann ich zeigen Aktie zählt meiner Website anstatt einzelner Seiten / Beiträge?"
1106
+
1107
+ #: ../admin/social_commenting.php:253
1108
+ msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
1109
+ msgstr "Bearbeiten Sie diese Seite/Post und aktivieren Sie die Option \"deaktivieren Facebook Kommentare zu diesem Beitrag / Seite \" am unteren Rand in Abschnitt \"Super-Socializer \""
1110
+
1111
+ #: ../admin/social_commenting.php:262
1112
+ msgid "How to enable only Facebook Comments without enabling default comment form?"
1113
+ msgstr "Wie nur Facebook Kommentare ohne Aktivierung Standardkommentarfunktion aktivieren?"
1114
+
1115
+ #: ../admin/social_commenting.php:266
1116
+ msgid "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting\" section."
1117
+ msgstr "Aktivieren \"Keep nur Facebook kommentierte\" Option \"Facebook kommentierte\" Abschnitt."
1118
 
1119
  #: ../admin/social_login.php:10
1120
  msgid "Social Login"
1252
  msgstr "Javascript im Footer der Website einbinden"
1253
 
1254
  #: ../admin/social_login.php:294
1255
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1256
+ msgstr "Wenn aktiviert (empfohlen), werden JavaScript-Dateien in der Fußzeile Ihrer Website aufgenommen werden."
1257
 
1258
  #: ../admin/social_login.php:308
1259
  msgid "Login options"
1335
  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)"
1336
  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."
1337
 
1338
+ #: ../admin/social_login.php:489
1339
+ msgid "Enable social account linking at BuddyPress profile page"
1340
+ msgstr "Aktivieren Sozial Konto verknüpfen bei Buddyprofilseite"
1341
+
1342
+ #: ../admin/social_login.php:499
1343
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1344
+ msgstr "Aktivieren Sie diese Option, um soziale Konto Verknüpfung Schnittstelle Buddy Profil zeigen"
1345
+
1346
+ #: ../admin/social_login.php:508
1347
  msgid "Login redirection"
1348
  msgstr "Login Weiterleitung"
1349
 
1350
+ #: ../admin/social_login.php:512
1351
  msgid "Same page where user logged in"
1352
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1353
 
1354
+ #: ../admin/social_login.php:516
1355
+ #: ../admin/social_login.php:546
1356
  msgid "Account dashboard"
1357
  msgstr "Account Dashboard"
1358
 
1359
+ #: ../admin/social_login.php:519
1360
+ #: ../admin/social_login.php:549
1361
  msgid "BuddyPress profile page"
1362
  msgstr "Buddypress Profilseite"
1363
 
1364
+ #: ../admin/social_login.php:522
1365
+ #: ../admin/social_login.php:552
1366
  msgid "Custom Url"
1367
  msgstr "Spezielle URL"
1368
 
1369
+ #: ../admin/social_login.php:530
1370
  msgid "User will be redirected to the selected page after Social Login"
1371
  msgstr "Der Benutzer wird nach dem sozialen Login auf die angegebene Seite weitergeleitet"
1372
 
1373
+ #: ../admin/social_login.php:538
1374
  msgid "Registration redirection"
1375
  msgstr "Registrierung Umleitung"
1376
 
1377
+ #: ../admin/social_login.php:542
1378
  #, fuzzy
1379
  msgid "Same page from where user registered"
1380
  msgstr "Dort, wo der Benutzer sich eingeloggt hat (keine Weiterleitung)"
1381
 
1382
+ #: ../admin/social_login.php:560
1383
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1384
  msgstr "Der Benutzer wird auf die ausgewählte Seite nach der Anmeldung (erste Social Login) durch Social-Login weitergeleitet"
1385
 
1386
+ #: ../admin/social_login.php:568
1387
  msgid "Email popup options"
1388
  msgstr "Email Popup-Optionen"
1389
 
1390
+ #: ../admin/social_login.php:574
1391
  msgid "Text on 'Email required' popup"
1392
  msgstr "Text auf der 'E-Mail erforderlich 'popup"
1393
 
1394
+ #: ../admin/social_login.php:584
1395
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1396
  msgstr "Dieser Text wird auf E-Mail erforderlich Popup angezeigt. Leer lassen, wenn nicht erforderlich."
1397
 
1398
+ #: ../admin/social_login.php:593
1399
  msgid "Error message for 'Email required' popup"
1400
  msgstr "Fehlermeldung, wenn die Email-Adresse nicht angegeben wurde"
1401
 
1402
+ #: ../admin/social_login.php:603
1403
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1404
  msgstr "Diese Meldung wird angezeigt, wenn der Besucher eine falsche oder keine Email Adresse angegeben hat."
1405
 
1406
+ #: ../admin/social_login.php:612
1407
  msgid "Email popup height"
1408
  msgstr "Email Popup Höhe"
1409
 
1410
+ #: ../admin/social_login.php:622
1411
  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."
1412
  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."
1413
 
1414
+ #: ../admin/social_login.php:630
1415
  msgid "Enable email verification"
1416
  msgstr "Email Verifizierung aktivieren"
1417
 
1418
+ #: ../admin/social_login.php:640
1419
  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"
1420
  msgstr "Bei Aktivierung muss der Benutzer seine Email Adresse best&auml;tigen, indem er einen Aktivierunngslink aufruft, der ihm per Email zugesandt wird."
1421
 
1422
+ #: ../admin/social_login.php:656
1423
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1424
  msgstr "Verwenden Sie <strong> [TheChamp-Login] </strong> Kurzwahl in den Inhalt der erforderlichen Seite / Post, wo Sie Social-Login-Schnittstelle anzeigen möchten."
1425
 
1426
+ #: ../admin/social_login.php:659
1427
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1428
  msgstr "Sie k&ouml;nnen das \"style\" Attribut in den Shortcodes benutzen, um die Darstellung des sozialen Logins anzupassen"
1429
 
1430
+ #: ../admin/social_login.php:664
1431
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1432
  msgstr "Ersetzen Sie <strong> SHORTCODE</ strong> in obigen Code mit der gewünschten Kurzwahlnummer wie <strong> [TheChamp-Login style=\"background-color:#000;\"]</ strong>, so dass der endgültige Code sieht wie folgt aus"
1433
 
1434
+ #: ../admin/social_login.php:672
1435
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1436
  msgstr "Sie können mit dem <strong>Appearance</ strong> > <strong>Widgets</ strong> in der linken Wanne und ziehen <strong> Super Socializer - Login </ strong> Widget in den gewünschten Bereich."
1437
 
1438
+ #: ../admin/admin.php:8
1439
+ msgid "Welcome"
1440
+ msgstr "Willkommen"
 
 
 
 
1441
 
1442
+ #: ../admin/admin.php:10
1443
+ msgid "You are ready to Socialize your website."
1444
+ msgstr "Sie sind bereit, ihre Website so sozialisieren"
1445
 
1446
+ #: ../admin/admin.php:11
1447
+ msgid "Getting Started"
1448
+ msgstr "Beginnen Sie"
1449
 
1450
+ #: ../admin/admin.php:12
1451
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1452
+ msgstr "Richten Sie das Sozializer Plugin ein, indem sie in der linken Menu&uuml;leiste unter dem Plugin Men&uuml;punkt die Einstellungen vornehmen. Die \"Teilen\" Funktion ist f ihrer Website standardm&auml;&szlig;ig aktiviert."
1453
 
1454
+ #: ../admin/admin.php:13
1455
+ #, fuzzy
1456
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1457
+ msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
1458
 
1459
+ #: ../admin/admin.php:14
1460
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1461
+ msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die Facebook Kommentarfunktion und den Feed konfigurieren."
1462
 
1463
+ #: ../admin/admin.php:15
1464
  #, fuzzy
1465
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1466
+ msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
1467
 
1468
+ #: ../admin/admin.php:16
 
1469
  #, fuzzy
1470
+ msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1471
+ msgstr "Unter dem Men&uuml;punkt Facebook k&ouml;nnen Sie die sozialen Netzwerke ausw&auml;hlen und konfigurieren."
1472
 
1473
+ #: ../inc/social_sharing.php:492
1474
+ msgid "Invalid request"
1475
+ msgstr "Ungültige Anforderung"
1476
+
1477
+ #: ../inc/social_sharing.php:499
1478
+ msgid "Providers not selected"
1479
+ msgstr "Provider nicht aktiviert"
1480
 
1481
  #: ../inc/widget.php:11
1482
  msgid "Super Socializer - Login"
1491
  msgstr "Logout"
1492
 
1493
  #: ../inc/widget.php:77
1494
+ #: ../inc/widget.php:211
1495
+ #: ../inc/widget.php:497
1496
  msgid "Title:"
1497
  msgstr "Titel:"
1498
 
1499
  #: ../inc/widget.php:79
1500
+ #: ../inc/widget.php:223
1501
+ #: ../inc/widget.php:507
1502
  msgid "Before widget content:"
1503
  msgstr "Vor dem Widget-Inhalt"
1504
 
1505
  #: ../inc/widget.php:81
1506
+ #: ../inc/widget.php:225
1507
+ #: ../inc/widget.php:509
1508
  msgid "After widget content:"
1509
  msgstr "Nach dem Widget Inhalt"
1510
 
1511
  #: ../inc/widget.php:84
1512
+ #: ../inc/widget.php:227
1513
+ #: ../inc/widget.php:380
1514
+ #: ../inc/widget.php:511
1515
+ #: ../inc/widget.php:652
1516
  msgid "Hide for logged in users:"
1517
  msgstr "F&uuml;r eingeloggte Benutzer nicht anzeigen"
1518
 
1520
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1521
  msgstr "Bieten Sie ihren Besuchern die M&ouml;glichkeit, Inhalte &uuml;ber soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ usw. zu teilen"
1522
 
1523
+ #: ../inc/widget.php:213
1524
+ #: ../inc/widget.php:351
1525
  msgid "Show share counts:"
1526
  msgstr "Zeigen Aktie zählt:"
1527
 
1528
+ #: ../inc/widget.php:215
1529
+ #: ../inc/widget.php:353
1530
+ #: ../inc/widget.php:499
1531
+ #: ../inc/widget.php:625
1532
  msgid "Target Url:"
1533
  msgstr "Ziel-URL:"
1534
 
1535
+ #: ../inc/widget.php:217
1536
+ #: ../inc/widget.php:355
1537
+ #: ../inc/widget.php:501
1538
+ #: ../inc/widget.php:627
1539
  msgid "Select"
1540
  msgstr "wählen"
1541
 
1542
+ #: ../inc/widget.php:246
1543
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1544
  msgstr "Vertikale Floating-Sharing-Widget. Lassen Sie Ihre Website-Nutzer teilen Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Tumblr, Google+ und viele mehr"
1545
 
1546
+ #: ../inc/widget.php:361
1547
+ #: ../inc/widget.php:633
1548
  msgid "Alignment"
1549
  msgstr "Ausrichtung"
1550
 
1551
+ #: ../inc/widget.php:367
1552
+ #: ../inc/widget.php:639
1553
  msgid "Left Offset"
1554
  msgstr "Left Offset"
1555
 
1556
+ #: ../inc/widget.php:371
1557
+ #: ../inc/widget.php:643
1558
  msgid "Right Offset"
1559
  msgstr "Rechter Offset"
1560
 
1561
+ #: ../inc/widget.php:374
1562
+ #: ../inc/widget.php:646
1563
  msgid "Top Offset"
1564
  msgstr "Top Offset"
1565
 
1566
+ #: ../inc/widget.php:399
1567
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1568
  msgstr "Horizontalzähler-Widget. Lassen Sie Ihre Website-Nutzer share / wie Inhalte auf beliebte soziale Netzwerke wie Facebook, Twitter, Google+ und viele mehr"
1569
 
1570
+ #: ../inc/widget.php:530
1571
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1572
  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"
1573
 
1574
+ #~ msgid ""
1575
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
1576
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
1577
+ #~ "\">lordofthechamps@gmail.com</a>"
1578
+ #~ msgstr ""
1579
+ #~ "Die Plugin Kredit Links (\"Super-Socializer von The Champ \") in nur 15 $ "
1580
+ #~ "zu entfernen. Interessiert? Bitte schicken Sie mir: <a href=\"mailto:"
1581
+ #~ "lordofthechamps@gmail.com\"> lordofthechamps@gmail.com </a>"
1582
+
1583
+ #~ msgid "Feed"
1584
+ #~ msgstr "Feed"
1585
+
1586
+ #~ msgid "Important note"
1587
+ #~ msgstr "wichtiger Hinweis"
1588
+
1589
+ #~ msgid ""
1590
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
1591
+ #~ "\"_blank\">this link</a>"
1592
+ #~ msgstr ""
1593
+ #~ "Um diese Funktion zu benutzen, lesen Sie bitte die Hinweise auf <a href="
1594
+ #~ "\"%s\" target=\"_blank\">dieser Seite </a>"
1595
+
1596
+ #~ msgid "Publish feed on user's timeline on Facebook login"
1597
+ #~ msgstr "Feed auf der Chronik des Facebook Benutzers posten"
1598
+
1599
+ #~ msgid ""
1600
+ #~ "If enabled, a post will be published on the timeline of the user logging "
1601
+ #~ "in"
1602
+ #~ msgstr ""
1603
+ #~ "Wenn Sie dies aktivieren, wird nach dem Login ein Beitrag auf der Chronik "
1604
+ #~ "des Nutzers gepostet"
1605
+
1606
+ #~ msgid "Facebook Feed Options"
1607
+ #~ msgstr "Facebook Feed Einstellungen"
1608
+
1609
+ #~ msgid "Message"
1610
+ #~ msgstr "Nachricht"
1611
+
1612
+ #~ msgid ""
1613
+ #~ "Message for the feed post. %website-name% will be replaced with your "
1614
+ #~ "website name in actual message."
1615
+ #~ msgstr "Nachrichten"
1616
+
1617
+ #~ msgid "Link (required)"
1618
+ #~ msgstr "Link (notwendig)"
1619
+
1620
+ #~ msgid ""
1621
+ #~ "The link attached to this feed (required parameter for this functionality "
1622
+ #~ "to work)"
1623
+ #~ msgstr ""
1624
+ #~ "Link zu diesem Beitrag (Notwendiger Parameter f&uuml;r diese Funktion)"
1625
+
1626
+ #~ msgid "Picture"
1627
+ #~ msgstr "Bild"
1628
+
1629
+ #~ msgid ""
1630
+ #~ "The URL of a picture attached to this post. The picture must be at least "
1631
+ #~ "200px by 200px. (if this url is not specified, image from the url "
1632
+ #~ "specified in Link parameter will be displayed in the post)"
1633
+ #~ msgstr ""
1634
+ #~ "URL zu einem Bild dieses Beitrags. Das Bild muss mindestens 200 x 200 "
1635
+ #~ "Pixel gro&szlig; sein. Wird kein Wert angegeben, wird das Bild von der "
1636
+ #~ "URL verwendet, die unter dem Link Parameter angeben wurde."
1637
+
1638
+ #~ msgid "Source"
1639
+ #~ msgstr "Quelle"
1640
+
1641
+ #~ msgid ""
1642
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
1643
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
1644
+ #~ "a thumbnail for the video."
1645
+ #~ msgstr ""
1646
+ #~ "URL zu einem Medium (SWF oder MP3), das zum Beitrag geh&ouml;rt. (Bei SWF "
1647
+ #~ "Dateien m&uuml;ssen Sie ein unter \"Bild\" ein Bild angeben, damit ein "
1648
+ #~ "Vorschaubild (Thumbnail) f&uuml;r das Video angezeigt werden kann."
1649
+
1650
+ #~ msgid "Name"
1651
+ #~ msgstr "Name"
1652
+
1653
+ #~ msgid "The name of the link attachment"
1654
+ #~ msgstr "Name des Link Anhangs"
1655
+
1656
+ #~ msgid "Caption"
1657
+ #~ msgstr "Bildunterschrift"
1658
+
1659
+ #~ msgid ""
1660
+ #~ "The caption of the link (appears beneath the link name). If not "
1661
+ #~ "specified, this field is automatically populated with the URL of the link."
1662
+ #~ msgstr ""
1663
+ #~ "Die Beschreibung des Links (Erscheint neben dem Linknamen). Wenn Sie "
1664
+ #~ "dieses Feld leer lassen, wird automatisch die URL angezeigt"
1665
+
1666
+ #~ msgid "Description"
1667
+ #~ msgstr "Beschreibung"
1668
+
1669
+ #~ msgid ""
1670
+ #~ "The description of the link (appears beneath the link caption). If not "
1671
+ #~ "specified, this field is automatically populated by information scraped "
1672
+ #~ "from the link, typically the title of the page."
1673
+ #~ msgstr "Beschreibung des Links (wird neben"
1674
+
1675
+ #~ msgid ""
1676
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
1677
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
1678
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
1679
+ #~ "are not sure about this, keep this option unchecked.</strong>"
1680
+ #~ msgstr ""
1681
+ #~ "Wenn sie diese Funktion aktivieren (empfohlen), wird der gesamte "
1682
+ #~ "Javascript Code in den Footer ausgelagert. Hinweis: Dies kann die "
1683
+ #~ "Funktionalit&auml;t des Plugins beeintr&auml;chtigen. Sollte es Probleme "
1684
+ #~ "geben, deaktivieren Sie diese Funktion wieder."
1685
+
1686
  #~ msgid ""
1687
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1688
  #~ "Comments block. The mobile version of the Comments block ignores the "
1714
  #~ "Wenn ihnen dieses Plugin gef&auml;llt und Sie eine Weiterentwicklung "
1715
  #~ "unterstützen möchten, denken "
1716
 
 
 
 
 
 
 
 
 
 
 
1717
  #~ msgid "Load first"
1718
  #~ msgstr "Cargue primero"
1719
 
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: 2014-12-19 21:25+0530\n"
6
- "PO-Revision-Date: 2014-12-19 21:26+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\n"
@@ -16,45 +16,45 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:186
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 "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 3 %s)"
23
 
24
- #: ../super_socializer.php:189
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:354
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:354
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:358
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
- #: ../super_socializer.php:377
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
- #: ../super_socializer.php:380
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:393
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:553
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "Enviar que ha introducido ya está registrado o no válido"
56
 
57
- #: ../super_socializer.php:557
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
60
 
@@ -62,40 +62,87 @@ msgstr "Por favor, introduce una dirección de correo electrónico válida. Es p
62
  msgid "Options saved successfully"
63
  msgstr "Opciones guardadas correctamente"
64
 
65
- #: ../helper.php:189
 
 
 
 
 
 
 
 
66
  msgid "Settings"
67
  msgstr "Configuración"
68
 
69
- #: ../helper.php:492
70
  #, fuzzy
71
  msgid "Account linked successfully"
72
  msgstr "Opciones guardadas correctamente"
73
 
74
- #: ../helper.php:498
75
  msgid "Account already exists or linked"
76
  msgstr "Cuenta ya existe o vinculado"
77
 
78
- #: ../helper.php:511
79
  #, fuzzy
80
  msgid "You are already connected with"
81
  msgstr "Usted está listo para Socializar su sitio web."
82
 
83
- #: ../helper.php:511
84
  msgid "as primary social network"
85
  msgstr "como red social primaria"
86
 
87
- #: ../helper.php:526
88
  msgid "Link your social account to login to your account at this website"
89
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
90
 
91
- #: ../helper.php:573
92
  msgid "Currently"
93
  msgstr "actualmente"
94
 
95
- #: ../helper.php:573
96
  msgid "Remove"
97
  msgstr "quitar"
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: ../admin/help.php:4
100
  msgid "About"
101
  msgstr "Acerca de"
@@ -153,16 +200,8 @@ msgstr "¿Quieres plugin de personalización?"
153
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
154
  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"
155
 
156
- #: ../admin/help.php:80
157
- msgid "White-Label"
158
- msgstr ""
159
-
160
- #: ../admin/help.php:82
161
- msgid "Remove the plugin credit links (\"Super Socializer by The Champ\") in just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
162
- msgstr "Quite los enlaces de crédito Programas (\"Super Socializer por The Champ \") en sólo $ 15. ¿Interesado? Reciba por email: lordofthechamps@gmail.com"
163
-
164
  #: ../admin/social_counter.php:11
165
- #: ../admin/social_counter.php:19
166
  #: ../admin/social_sharing.php:14
167
  #: ../admin/social_sharing.php:24
168
  #: ../admin/social_login.php:9
@@ -181,678 +220,475 @@ msgstr "Social Login"
181
  msgid "Shortcode & Widget"
182
  msgstr "Widgets y shortcodes"
183
 
184
- #: ../admin/social_counter.php:25
 
 
 
 
 
 
185
  #, fuzzy
186
  msgid "Enable Social Counter"
187
  msgstr "Habilitar Social Login"
188
 
189
- #: ../admin/social_counter.php:35
190
  #, fuzzy
191
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
192
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
193
 
194
- #: ../admin/social_counter.php:49
195
  #, fuzzy
196
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
197
  msgstr "<strong> Nota: </ strong> Para deshabilitar el uso compartido en concreto la página / post, edite la página / post y comprobar el <strong> \"Desactivar Intercambio Social en esta página \" </ strong> la opción en la parte inferior de <strong > \"Super Socializer \" </ strong>"
198
 
199
- #: ../admin/social_counter.php:66
200
  #: ../admin/social_sharing.php:88
201
  msgid "bit.ly url shortener"
202
  msgstr "bit.ly url acortador"
203
 
204
- #: ../admin/social_counter.php:72
205
  msgid "Enable bit.ly url shortener for tweet button"
206
  msgstr "Habilitar acortador de url bit.ly para el botón de Twitter"
207
 
208
- #: ../admin/social_counter.php:82
209
  #: ../admin/social_sharing.php:104
210
  #, fuzzy
211
  msgid "Master control to enable bit.ly url shortening for sharing"
212
  msgstr "Control maestro para permitir el intercambio horizontal"
213
 
214
- #: ../admin/social_counter.php:90
215
  #: ../admin/social_sharing.php:112
216
  msgid "bit.ly username"
217
  msgstr "bit.ly nombre de usuario"
218
 
219
- #: ../admin/social_counter.php:100
220
  #: ../admin/social_sharing.php:122
221
  #, fuzzy, php-format
222
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
223
  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"
224
 
225
- #: ../admin/social_counter.php:109
226
  #: ../admin/social_sharing.php:131
227
  #, fuzzy
228
  msgid "bit.ly API Key"
229
  msgstr "Clave Consumidor Twitter"
230
 
231
- #: ../admin/social_counter.php:119
232
  #: ../admin/social_sharing.php:141
233
  #, fuzzy, php-format
234
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
235
  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"
236
 
237
- #: ../admin/social_counter.php:129
238
- #: ../admin/social_counter.php:135
239
- #: ../admin/facebook.php:170
240
  msgid "Language"
241
  msgstr "Idioma"
242
 
243
- #: ../admin/social_counter.php:145
244
  #, fuzzy, php-format
245
  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)"
246
  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)"
247
 
248
- #: ../admin/social_counter.php:154
249
  msgid "Twitter username in tweet button"
250
  msgstr "Twitter nombre de usuario en el botón de Twitter"
251
 
252
- #: ../admin/social_counter.php:160
253
  #: ../admin/social_sharing.php:157
254
  msgid "Twitter username (without @)"
255
  msgstr "Twitter nombre de usuario (sin @)"
256
 
257
- #: ../admin/social_counter.php:170
258
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
259
  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."
260
 
261
- #: ../admin/social_counter.php:180
262
  #, fuzzy
263
  msgid "Horizontal Counter Interface Options"
264
  msgstr "Horizontales Opciones para compartir la interfaz de"
265
 
266
- #: ../admin/social_counter.php:186
267
  #, fuzzy
268
  msgid "Enable horizontal counter interface"
269
  msgstr "Habilitar interfaz de intercambio horizontal"
270
 
271
- #: ../admin/social_counter.php:196
272
  #, fuzzy
273
  msgid "Master control to enable horizontal counter"
274
  msgstr "Control maestro para permitir el intercambio horizontal"
275
 
276
- #: ../admin/social_counter.php:206
277
- #: ../admin/social_counter.php:419
278
  #: ../admin/social_sharing.php:203
279
- #: ../admin/social_sharing.php:510
280
  msgid "Target Url"
281
  msgstr "Target Url"
282
 
283
- #: ../admin/social_counter.php:210
284
- #: ../admin/social_counter.php:423
285
  #: ../admin/social_sharing.php:207
286
- #: ../admin/social_sharing.php:514
287
  msgid "Url of the webpage where icons are located (default)"
288
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
289
 
290
- #: ../admin/social_counter.php:212
291
- #: ../admin/social_counter.php:425
292
  #: ../admin/social_sharing.php:209
293
- #: ../admin/social_sharing.php:516
294
  msgid "Url of the homepage of your website"
295
  msgstr "Url de la página principal de su sitio web"
296
 
297
- #: ../admin/social_counter.php:214
298
- #: ../admin/social_counter.php:427
299
  #: ../admin/social_sharing.php:211
300
- #: ../admin/social_sharing.php:518
301
  #, fuzzy
302
  msgid "Custom url"
303
  msgstr "Url personalizada"
304
 
305
- #: ../admin/social_counter.php:221
306
- #: ../admin/social_counter.php:434
307
  msgid "Url to like/share/tweet and display like/share/tweet counts"
308
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
309
 
310
- #: ../admin/social_counter.php:229
311
  #: ../admin/social_sharing.php:226
312
  #: ../admin/social_login.php:314
313
  msgid "Title"
314
  msgstr "Titulo"
315
 
316
- #: ../admin/social_counter.php:239
317
  #, fuzzy
318
  msgid "The text to display above the counter interface"
319
  msgstr "El texto que se muestra por encima de la interfaz compartida "
320
 
321
- #: ../admin/social_counter.php:247
322
- #: ../admin/social_counter.php:442
323
  #, fuzzy
324
  msgid "Select and rearrange providers"
325
  msgstr "Seleccionar proveedores"
326
 
327
- #: ../admin/social_counter.php:291
328
- #: ../admin/social_counter.php:485
329
  #, fuzzy
330
  msgid "Select the providers for counter interface. Drag them to rearrange."
331
  msgstr "Seleccione los proveedores para compartir la interfaz"
332
 
333
- #: ../admin/social_counter.php:299
334
- #: ../admin/social_counter.php:511
335
- #: ../admin/social_sharing.php:371
336
- #: ../admin/social_sharing.php:678
337
  #, fuzzy
338
  msgid "Horizontal alignment"
339
  msgstr "Horizontales Opciones para compartir la interfaz de"
340
 
341
- #: ../admin/social_counter.php:303
342
- #: ../admin/social_counter.php:515
343
- #: ../admin/social_sharing.php:375
344
- #: ../admin/social_sharing.php:682
345
  msgid "Left"
346
  msgstr "izquierda"
347
 
348
- #: ../admin/social_counter.php:304
349
- #: ../admin/social_sharing.php:376
350
  msgid "Center"
351
  msgstr "centro"
352
 
353
- #: ../admin/social_counter.php:305
354
- #: ../admin/social_counter.php:516
355
- #: ../admin/social_sharing.php:377
356
- #: ../admin/social_sharing.php:683
357
  #, fuzzy
358
  msgid "Right"
359
  msgstr "Claro"
360
 
361
- #: ../admin/social_counter.php:313
362
- #: ../admin/social_counter.php:524
363
  #, fuzzy
364
  msgid "Horizontal alignment of the counter interface"
365
  msgstr "Habilitar interfaz de intercambio horizontal"
366
 
367
- #: ../admin/social_counter.php:321
368
- #: ../admin/social_sharing.php:393
369
  msgid "Position with respect to content"
370
  msgstr "Posición con respecto al contenido"
371
 
372
- #: ../admin/social_counter.php:325
373
- #: ../admin/social_sharing.php:397
374
  msgid "Top of the content"
375
  msgstr "Parte superior del contenido"
376
 
377
- #: ../admin/social_counter.php:327
378
- #: ../admin/social_sharing.php:399
379
  msgid "Bottom of the content"
380
  msgstr "Parte inferior del contenido"
381
 
382
- #: ../admin/social_counter.php:334
383
  #, fuzzy
384
  msgid "Specify position of the counter interface with respect to the content"
385
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
386
 
387
- #: ../admin/social_counter.php:342
388
- #: ../admin/social_counter.php:590
389
  #, fuzzy
390
  msgid "Counter location"
391
  msgstr "Ubicación de uso compartido"
392
 
393
- #: ../admin/social_counter.php:346
394
- #: ../admin/social_counter.php:594
395
- #: ../admin/social_sharing.php:418
396
- #: ../admin/social_sharing.php:761
397
- #: ../admin/social_login.php:494
398
- #: ../admin/social_login.php:524
399
  msgid "Homepage"
400
  msgstr "Página de inicio"
401
 
402
- #: ../admin/social_counter.php:348
403
- #: ../admin/social_counter.php:596
404
- #: ../admin/social_sharing.php:420
405
- #: ../admin/social_sharing.php:763
406
  msgid "Posts"
407
  msgstr "Publicaciones"
408
 
409
- #: ../admin/social_counter.php:350
410
- #: ../admin/social_counter.php:598
411
- #: ../admin/social_sharing.php:422
412
- #: ../admin/social_sharing.php:765
413
  msgid "Pages"
414
  msgstr "Páginas"
415
 
416
- #: ../admin/social_counter.php:352
417
- #: ../admin/social_counter.php:600
418
- #: ../admin/social_sharing.php:424
419
- #: ../admin/social_sharing.php:767
420
  msgid "Excerpts"
421
  msgstr "Extractos"
422
 
423
- #: ../admin/social_counter.php:354
424
- #: ../admin/social_counter.php:602
425
- #: ../admin/social_sharing.php:426
426
- #: ../admin/social_sharing.php:769
427
  msgid "Category Archives"
428
  msgstr "Archivos de la categoría"
429
 
430
- #: ../admin/social_counter.php:360
431
- #: ../admin/social_sharing.php:432
 
 
 
 
 
 
 
432
  msgid "BuddyPress activity and groups"
433
  msgstr "Actividad y grupos BuddyPress"
434
 
435
- #: ../admin/social_counter.php:367
436
- #: ../admin/social_counter.php:608
437
- #: ../admin/social_sharing.php:439
438
- #: ../admin/social_sharing.php:775
439
  msgid "BBPress forum"
440
  msgstr ""
441
 
442
- #: ../admin/social_counter.php:370
443
- #: ../admin/social_counter.php:611
444
- #: ../admin/social_sharing.php:442
445
- #: ../admin/social_sharing.php:778
446
  msgid "BBPress topic"
447
  msgstr ""
448
 
449
- #: ../admin/social_counter.php:373
450
- #: ../admin/social_sharing.php:445
451
  msgid "BBPress reply"
452
  msgstr ""
453
 
454
- #: ../admin/social_counter.php:383
455
  #, fuzzy
456
  msgid "Specify the pages where you want to enable counter interface"
457
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
458
 
459
- #: ../admin/social_counter.php:393
460
  #, fuzzy
461
  msgid "Vertical (Floating) counter interface Options"
462
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
463
 
464
- #: ../admin/social_counter.php:399
465
  #, fuzzy
466
  msgid "Enable vertical (floating) counter interface"
467
  msgstr "Habilitar vertical (flotante) interfaz compartida"
468
 
469
- #: ../admin/social_counter.php:409
470
  #, fuzzy
471
  msgid "Master control to enable vertical (floating) counter widget"
472
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
473
 
474
- #: ../admin/social_counter.php:493
475
- #: ../admin/social_sharing.php:660
476
  msgid "Background Color"
477
  msgstr "color de fondo"
478
 
479
- #: ../admin/social_counter.php:503
480
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
481
  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>"
482
 
483
- #: ../admin/social_counter.php:533
484
- #: ../admin/social_sharing.php:700
485
  msgid "Left offset"
486
  msgstr "desplazamiento izquierda"
487
 
488
- #: ../admin/social_counter.php:543
489
  #, fuzzy
490
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
491
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
492
 
493
- #: ../admin/social_counter.php:553
494
- #: ../admin/social_sharing.php:720
495
  #, fuzzy
496
  msgid "Right offset"
497
  msgstr "desplazamiento izquierda"
498
 
499
- #: ../admin/social_counter.php:563
500
  #, fuzzy
501
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
502
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
503
 
504
- #: ../admin/social_counter.php:572
505
- #: ../admin/social_sharing.php:739
506
  msgid "Top offset"
507
  msgstr "superior compensar"
508
 
509
- #: ../admin/social_counter.php:582
510
  #, fuzzy
511
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
512
  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."
513
 
514
- #: ../admin/social_counter.php:621
515
  #, fuzzy
516
  msgid "Specify the pages where you want to enable vertical counter interface"
517
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
518
 
519
- #: ../admin/social_counter.php:637
520
- #: ../admin/facebook.php:12
521
- #: ../admin/facebook.php:372
522
- #: ../admin/social_sharing.php:823
523
- #: ../admin/social_login.php:634
524
  msgid "Shortcode"
525
  msgstr "Shortcodes"
526
 
527
- #: ../admin/social_counter.php:639
528
  #, fuzzy
529
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
530
  msgstr "Usted puede utilizar <strong> [TheChamp-Sharing] </ strong> Código corto en el contenido de la página requerida / post en el que desea mostrar la interfaz Uso compartido Social."
531
 
532
- #: ../admin/social_counter.php:640
533
  #: ../admin/social_counter.php:645
534
  #: ../admin/social_counter.php:650
535
  #: ../admin/social_counter.php:655
536
  #: ../admin/social_counter.php:660
537
- #: ../admin/facebook.php:375
538
- #: ../admin/facebook.php:380
539
- #: ../admin/facebook.php:385
540
- #: ../admin/facebook.php:390
541
- #: ../admin/facebook.php:395
542
- #: ../admin/social_sharing.php:826
543
- #: ../admin/social_sharing.php:831
544
- #: ../admin/social_sharing.php:836
545
- #: ../admin/social_sharing.php:841
546
- #: ../admin/social_sharing.php:846
547
- #: ../admin/social_sharing.php:851
548
- #: ../admin/social_login.php:637
549
- #: ../admin/social_login.php:640
 
550
  msgid "Example"
551
  msgstr "ejemplo"
552
 
553
- #: ../admin/social_counter.php:642
554
- #: ../admin/facebook.php:377
555
- #: ../admin/social_sharing.php:828
556
  msgid "You can use following attributes in the Shortcode"
557
  msgstr "Puede utilizar los atributos siguientes en el Código corto"
558
 
559
- #: ../admin/social_counter.php:644
560
  #, fuzzy
561
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
562
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
563
 
564
- #: ../admin/social_counter.php:649
565
  #, fuzzy
566
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
567
  msgstr "Utilice <strong>type</ strong> atributo para especificar el tipo (\"horizontal \" o \"vertical \") de la interfaz Uso compartido Social. Tipo por defecto es \"horizontal \"."
568
 
569
- #: ../admin/social_counter.php:653
570
  msgid "Left (Works with \"Vertical\" type interface only)"
571
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
572
 
573
- #: ../admin/social_counter.php:654
574
  #, fuzzy
575
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
576
  msgstr "Uso <strong> left</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
577
 
578
- #: ../admin/social_counter.php:658
579
  msgid "Top (Works with \"Vertical\" type interface only)"
580
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
581
 
582
- #: ../admin/social_counter.php:659
583
  #, fuzzy
584
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
585
  msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
586
 
587
- #: ../admin/social_counter.php:662
588
- #: ../admin/facebook.php:397
589
- #: ../admin/social_sharing.php:853
590
- #: ../admin/social_login.php:642
591
  #, fuzzy
592
  msgid "You can use shortcode in PHP file as following"
593
  msgstr "Usted puede ver el plugin en acción en el siguiente enlace"
594
 
595
- #: ../admin/social_counter.php:664
596
  #, fuzzy
597
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
598
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
599
 
600
- #: ../admin/social_counter.php:670
601
- #: ../admin/social_sharing.php:861
602
- #: ../admin/social_login.php:650
603
  msgid "Widget"
604
  msgstr ""
605
 
606
- #: ../admin/social_counter.php:672
607
  #, fuzzy
608
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
609
  msgstr "Usted puede navegar a la <strong>Apariencia</ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Sharing (Horizontal Widget) </ strong> y <strong> Súper Socializer - Sharing (Vertical Floating Widget) </ strong> widgets en el área requerida."
610
 
611
- #: ../admin/social_counter.php:681
612
- #: ../admin/facebook.php:424
613
- #: ../admin/social_sharing.php:907
614
- #: ../admin/social_login.php:661
615
- msgid "Save Changes"
616
- msgstr "Guardar cambios"
617
-
618
- #: ../admin/facebook.php:10
619
- msgid "Facebook Commenting"
620
- msgstr "Comentarios Facebook"
621
-
622
- #: ../admin/facebook.php:11
623
- #: ../admin/facebook.php:202
624
- msgid "Feed"
625
- msgstr "Alimentación"
626
-
627
- #: ../admin/facebook.php:13
628
- #: ../admin/social_sharing.php:18
629
- msgid "FAQ"
630
- msgstr ""
631
-
632
- #: ../admin/facebook.php:19
633
- #: ../admin/facebook.php:25
634
- msgid "Enable Facebook Commenting"
635
- msgstr "Habilitar Comentarios Facebook"
636
-
637
- #: ../admin/facebook.php:35
638
  #, fuzzy
639
- msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
640
- msgstr "Después de habilitar esta opción, Comentarios Facebook aparecerá en lugar del formulario de comentarios de Wordpress en su sitio web."
641
-
642
- #: ../admin/facebook.php:45
643
- msgid "Facebook Commenting Options"
644
- msgstr "Opciones de Comentarios Facebook"
645
-
646
- #: ../admin/facebook.php:51
647
- msgid "Url to comment on"
648
- msgstr "URL donde comentar"
649
-
650
- #: ../admin/facebook.php:61
651
- #, fuzzy
652
- 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."
653
- 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"
654
-
655
- #: ../admin/facebook.php:69
656
- msgid "Width"
657
- msgstr "Ancho"
658
-
659
- #: ../admin/facebook.php:79
660
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
661
- msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
662
-
663
- #: ../admin/facebook.php:87
664
- msgid "Color Scheme"
665
- msgstr "Esquema de colores"
666
-
667
- #: ../admin/facebook.php:91
668
- msgid "Light"
669
- msgstr "Claro"
670
-
671
- #: ../admin/facebook.php:92
672
- msgid "Dark"
673
- msgstr "Obscuro"
674
-
675
- #: ../admin/facebook.php:100
676
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
677
- msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
678
-
679
- #: ../admin/facebook.php:108
680
- #, fuzzy
681
- msgid "Number of comments"
682
- msgstr "Número de publicaciones"
683
-
684
- #: ../admin/facebook.php:118
685
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
686
- msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
687
-
688
- #: ../admin/facebook.php:126
689
- msgid "Order by"
690
- msgstr "Ordenar por"
691
-
692
- #: ../admin/facebook.php:130
693
- msgid "Social"
694
- msgstr "Social"
695
-
696
- #: ../admin/facebook.php:131
697
- msgid "Reverse Time"
698
- msgstr "Revertir tiempo"
699
-
700
- #: ../admin/facebook.php:132
701
- msgid "Time"
702
- msgstr "Tiempo"
703
-
704
- #: ../admin/facebook.php:140
705
- msgid "The order to use when displaying comments."
706
- msgstr "El orden a utilizar cuando se muestran los comentarios."
707
-
708
- #: ../admin/facebook.php:148
709
- msgid "Mobile"
710
- msgstr "Móvil "
711
-
712
- #: ../admin/facebook.php:152
713
- msgid "Auto Detect"
714
- msgstr "Auto detectar"
715
-
716
- #: ../admin/facebook.php:153
717
- msgid "True"
718
- msgstr "Verdadero"
719
-
720
- #: ../admin/facebook.php:154
721
- msgid "False"
722
- msgstr "Falso"
723
-
724
- #: ../admin/facebook.php:162
725
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
726
- msgstr "Un valor booleano que especifica si se mostrará la versión optimizada para móviles o no. "
727
-
728
- #: ../admin/facebook.php:180
729
- #, php-format
730
- 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)"
731
- 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)"
732
-
733
- #: ../admin/facebook.php:195
734
- msgid "Important note"
735
- msgstr "nota importante"
736
-
737
- #: ../admin/facebook.php:197
738
- #, fuzzy, php-format
739
- msgid "To use this feature follow the steps mentioned at <a href=\"%s\" target=\"_blank\">this link</a>"
740
- msgstr "Para utilizar esta función, siga los pasos mencionados en <a href=\"%s\" target=\"_blank\">este enlace</ a>"
741
-
742
- #: ../admin/facebook.php:208
743
- msgid "Publish feed on user's timeline on Facebook login"
744
- msgstr "Publicar alimentación en la línea de tiempo del usuario al ingresar a Facebook"
745
-
746
- #: ../admin/facebook.php:218
747
- msgid "If enabled, a post will be published on the timeline of the user logging in"
748
- msgstr "\"Si está activado, un mensaje será publicado en la línea de tiempo del usuario que ingresa \""
749
-
750
- #: ../admin/facebook.php:228
751
- msgid "Facebook Feed Options"
752
- msgstr "Opciones de Alimentación en Facebook"
753
-
754
- #: ../admin/facebook.php:234
755
- msgid "Message"
756
- msgstr "Mensaje"
757
-
758
- #: ../admin/facebook.php:244
759
- msgid "Message for the feed post. %website-name% will be replaced with your website name in actual message."
760
- msgstr "Mensaje para la publicación de alimentación %web-name% se reemplazará por el nombre del sitio web en el mensaje real."
761
-
762
- #: ../admin/facebook.php:253
763
- msgid "Link (required)"
764
- msgstr "Enlace (requerido)"
765
-
766
- #: ../admin/facebook.php:263
767
- msgid "The link attached to this feed (required parameter for this functionality to work)"
768
- msgstr "El enlace adjunto a esta publicación (parámetro requerido para que esta función opere)"
769
-
770
- #: ../admin/facebook.php:271
771
- msgid "Picture"
772
- msgstr "Imagen"
773
-
774
- #: ../admin/facebook.php:281
775
- msgid "The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)"
776
- msgstr "La dirección URL de una imagen adjunta a esta publicación. La imagen debe ser de al menos 200px por 200px. (Si no se especifica esta url, la imagen de la URL especificada en el parámetro del enlace se mostrará en la publicación)"
777
-
778
- #: ../admin/facebook.php:290
779
- msgid "Source"
780
- msgstr "Fuente"
781
-
782
- #: ../admin/facebook.php:300
783
- msgid "The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in \"Picture\" parameter) to provide a thumbnail for the video."
784
- msgstr "La URL de un archivo multimedia (ya sea SWF o MP3) adjunto a este mensaje. Si SWF, también debe especificar la imagen (en el parámetro \"Imagen\") para proporcionar una imagen en miniatura para el vídeo."
785
-
786
- #: ../admin/facebook.php:308
787
- msgid "Name"
788
- msgstr " Nombre"
789
-
790
- #: ../admin/facebook.php:318
791
- msgid "The name of the link attachment"
792
- msgstr "El nombre del archivo adjunto del enlace"
793
-
794
- #: ../admin/facebook.php:327
795
- msgid "Caption"
796
- msgstr "Leyenda"
797
-
798
- #: ../admin/facebook.php:337
799
- msgid "The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link."
800
- msgstr "La leyenda del enlace (aparece debajo del nombre del enlace). Si no se especifica, este campo se rellena automáticamente con la URL del enlace."
801
-
802
- #: ../admin/facebook.php:346
803
- msgid "Description"
804
- msgstr "Descripción"
805
-
806
- #: ../admin/facebook.php:356
807
- msgid "The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page."
808
- msgstr "La descripción del enlace (aparece bajo el texto del enlace). Si no se especifica, este campo se rellena automáticamente por información extraída desde el enlace, por lo general el título de la página."
809
-
810
- #: ../admin/facebook.php:374
811
- msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
812
- msgstr "Usted puede utilizar <strong> [TheChamp-FB-Comments] </strong> Código corto en el contenido de la página requerida/post en el que desea mostrar la interfaz Uso compartido Social."
813
-
814
- #: ../admin/facebook.php:379
815
- #, fuzzy
816
- msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
817
- msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
818
-
819
- #: ../admin/facebook.php:384
820
- msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
821
- msgstr "Uso <strong> url</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
822
-
823
- #: ../admin/facebook.php:388
824
- msgid "num_posts"
825
- msgstr ""
826
-
827
- #: ../admin/facebook.php:389
828
- #, fuzzy
829
- msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
830
- msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
831
-
832
- #: ../admin/facebook.php:393
833
- #, fuzzy
834
- msgid "width"
835
- msgstr "Ancho"
836
-
837
- #: ../admin/facebook.php:394
838
- #, fuzzy
839
- msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
840
- msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
841
 
842
- #: ../admin/facebook.php:399
843
  #, fuzzy
844
- msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
845
- msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
846
 
847
- #: ../admin/facebook.php:410
848
  #, fuzzy
849
- msgid "How can I disable FB comments at individual page/post?"
850
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
851
 
852
- #: ../admin/facebook.php:414
853
- msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
 
 
 
854
  msgstr "Editar esta página/post y marque la opción \"Desactivar Comentarios Facebook en este post/página \" en la parte inferior en section \"Super Socializer\""
855
 
 
 
 
 
 
 
 
856
  #: ../admin/social_sharing.php:15
857
  msgid "Social Sharing"
858
  msgstr "Social Sharing"
@@ -907,7 +743,7 @@ msgid "Master control to enable horizontal sharing"
907
  msgstr "Control maestro para permitir el intercambio horizontal"
908
 
909
  #: ../admin/social_sharing.php:218
910
- #: ../admin/social_sharing.php:525
911
  msgid "Url to share"
912
  msgstr "Url compartir"
913
 
@@ -916,266 +752,414 @@ msgid "The text to display above the sharing interface"
916
  msgstr "El texto que se muestra por encima de la interfaz compartida "
917
 
918
  #: ../admin/social_sharing.php:244
919
- #: ../admin/social_sharing.php:533
920
  #: ../admin/social_login.php:41
921
  msgid "Select providers"
922
  msgstr "Seleccionar proveedores"
923
 
924
  #: ../admin/social_sharing.php:249
925
- #: ../admin/social_sharing.php:538
926
  #: ../admin/social_login.php:46
927
  msgid "Facebook"
928
  msgstr ""
929
 
930
  #: ../admin/social_sharing.php:254
931
- #: ../admin/social_sharing.php:543
932
  #: ../admin/social_login.php:50
933
  msgid "Twitter"
934
  msgstr ""
935
 
936
  #: ../admin/social_sharing.php:259
937
- #: ../admin/social_sharing.php:548
938
  #: ../admin/social_login.php:54
939
  msgid "LinkedIn"
940
  msgstr ""
941
 
942
  #: ../admin/social_sharing.php:264
943
- #: ../admin/social_sharing.php:553
944
  #: ../admin/social_login.php:58
945
  msgid "Google+"
946
  msgstr ""
947
 
948
  #: ../admin/social_sharing.php:269
949
- #: ../admin/social_sharing.php:558
950
  msgid "Print"
951
  msgstr ""
952
 
953
  #: ../admin/social_sharing.php:274
954
- #: ../admin/social_sharing.php:563
955
  msgid "Email"
956
  msgstr ""
957
 
958
  #: ../admin/social_sharing.php:279
959
- #: ../admin/social_sharing.php:568
960
  msgid "Yahoo"
961
  msgstr ""
962
 
963
  #: ../admin/social_sharing.php:284
964
- #: ../admin/social_sharing.php:573
965
  msgid "Reddit"
966
  msgstr ""
967
 
968
  #: ../admin/social_sharing.php:289
969
- #: ../admin/social_sharing.php:578
970
  msgid "Digg"
971
  msgstr ""
972
 
973
  #: ../admin/social_sharing.php:294
974
- #: ../admin/social_sharing.php:583
975
  msgid "Delicious"
976
  msgstr ""
977
 
978
  #: ../admin/social_sharing.php:299
979
- #: ../admin/social_sharing.php:588
980
  msgid "StumbleUpon"
981
  msgstr ""
982
 
983
  #: ../admin/social_sharing.php:304
984
- #: ../admin/social_sharing.php:593
985
  msgid "Float it"
986
  msgstr ""
987
 
988
  #: ../admin/social_sharing.php:309
989
- #: ../admin/social_sharing.php:598
990
  msgid "Tumblr"
991
  msgstr ""
992
 
993
  #: ../admin/social_sharing.php:314
994
- #: ../admin/social_sharing.php:603
995
  #: ../admin/social_login.php:62
996
  msgid "Vkontakte"
997
  msgstr ""
998
 
999
  #: ../admin/social_sharing.php:319
1000
- #: ../admin/social_sharing.php:608
1001
  msgid "Pinterest"
1002
  msgstr ""
1003
 
1004
  #: ../admin/social_sharing.php:324
1005
- #: ../admin/social_sharing.php:613
1006
  #: ../admin/social_login.php:70
1007
  msgid "Xing"
1008
  msgstr ""
1009
 
1010
- #: ../admin/social_sharing.php:332
1011
- #: ../admin/social_sharing.php:621
 
 
 
 
1012
  msgid "Select the providers for sharing interface"
1013
  msgstr "Seleccione los proveedores para compartir la interfaz"
1014
 
1015
- #: ../admin/social_sharing.php:340
1016
- #: ../admin/social_sharing.php:629
1017
  msgid "Rearrange icons"
1018
  msgstr "Reorganizar iconos"
1019
 
1020
- #: ../admin/social_sharing.php:363
1021
- #: ../admin/social_sharing.php:652
1022
  msgid "Drag the icons to rearrange in desired order"
1023
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
1024
 
1025
- #: ../admin/social_sharing.php:385
1026
- #: ../admin/social_sharing.php:691
1027
  #, fuzzy
1028
  msgid "Horizontal alignment of the sharing interface"
1029
  msgstr "Habilitar interfaz de intercambio horizontal"
1030
 
1031
- #: ../admin/social_sharing.php:406
1032
  msgid "Specify position of the sharing interface with respect to the content"
1033
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
1034
 
1035
- #: ../admin/social_sharing.php:414
1036
- #: ../admin/social_sharing.php:757
1037
  msgid "Sharing location"
1038
  msgstr "Ubicación de uso compartido"
1039
 
1040
- #: ../admin/social_sharing.php:455
1041
  msgid "Specify the pages where you want to enable Sharing interface"
1042
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
1043
 
1044
- #: ../admin/social_sharing.php:463
1045
- #: ../admin/social_sharing.php:796
1046
  msgid "Show share counts"
1047
  msgstr "conteos muestran acciones"
1048
 
1049
- #: ../admin/social_sharing.php:473
1050
- #: ../admin/social_sharing.php:806
1051
  msgid "If enabled, share counts are displayed above sharing icons."
1052
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
1053
 
1054
- #: ../admin/social_sharing.php:484
1055
  msgid "Vertical (Floating) Sharing Interface Options"
1056
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
1057
 
1058
- #: ../admin/social_sharing.php:490
1059
  msgid "Enable vertical (floating) sharing interface"
1060
  msgstr "Habilitar vertical (flotante) interfaz compartida"
1061
 
1062
- #: ../admin/social_sharing.php:500
1063
  msgid "Master control to enable vertical (floating) sharing widget"
1064
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
1065
 
1066
- #: ../admin/social_sharing.php:670
1067
  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>"
1068
  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>"
1069
 
1070
- #: ../admin/social_sharing.php:710
1071
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
1072
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1073
 
1074
- #: ../admin/social_sharing.php:730
1075
  #, fuzzy
1076
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
1077
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
1078
 
1079
- #: ../admin/social_sharing.php:749
1080
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
1081
  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."
1082
 
1083
- #: ../admin/social_sharing.php:788
1084
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1085
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
1086
 
1087
- #: ../admin/social_sharing.php:825
1088
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
1089
  msgstr "Usted puede utilizar <strong> [TheChamp-Sharing] </ strong> Código corto en el contenido de la página requerida / post en el que desea mostrar la interfaz Uso compartido Social."
1090
 
1091
- #: ../admin/social_sharing.php:830
1092
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
1093
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
1094
 
1095
- #: ../admin/social_sharing.php:835
1096
  #, fuzzy
1097
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
1098
  msgstr "Utilice <strong>type</ strong> atributo para especificar el tipo (\"horizontal \" o \"vertical \") de la interfaz Uso compartido Social. Tipo por defecto es \"horizontal \"."
1099
 
1100
- #: ../admin/social_sharing.php:840
1101
  #, fuzzy
1102
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
1103
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
1104
 
1105
- #: ../admin/social_sharing.php:844
1106
  #, fuzzy
1107
  msgid "left (Works with \"Vertical\" type interface only)"
1108
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
1109
 
1110
- #: ../admin/social_sharing.php:845
1111
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
1112
  msgstr "Uso <strong> left</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
1113
 
1114
- #: ../admin/social_sharing.php:849
1115
  #, fuzzy
1116
  msgid "top (Works with \"Vertical\" type interface only)"
1117
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
1118
 
1119
- #: ../admin/social_sharing.php:850
1120
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
1121
  msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
1122
 
1123
- #: ../admin/social_sharing.php:855
1124
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1125
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Sharing style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
1126
 
1127
- #: ../admin/social_sharing.php:863
1128
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1129
  msgstr "Usted puede navegar a la <strong>Apariencia</ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Sharing (Horizontal Widget) </ strong> y <strong> Súper Socializer - Sharing (Vertical Floating Widget) </ strong> widgets en el área requerida."
1130
 
1131
- #: ../admin/social_sharing.php:873
1132
  msgid "Facebook Sharing Troubleshooter"
1133
  msgstr "Facebook Sharing Solucionador de problemas"
1134
 
1135
- #: ../admin/social_sharing.php:878
1136
  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:"
1137
  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:"
1138
 
1139
- #: ../admin/social_sharing.php:892
1140
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1141
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1142
 
1143
- #: ../admin/social_sharing.php:896
1144
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
1145
  msgstr "Elija la opción \"Url de la página principal de su sitio web \" en la opción \"Target Url \" y permitir \"cuenta Share \""
1146
 
1147
- #: ../admin/social_admin.php:8
1148
- msgid "Welcome"
1149
- msgstr "Bienvenida"
 
1150
 
1151
- #: ../admin/social_admin.php:10
1152
- msgid "You are ready to Socialize your website."
1153
- msgstr "Usted está listo para Socializar su sitio web."
1154
 
1155
- #: ../admin/social_admin.php:11
1156
- msgid "Getting Started"
1157
- msgstr "Para empezar"
1158
 
1159
- #: ../admin/social_admin.php:12
1160
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1161
- msgstr "Comience a configurar las opciones en las siguientes secciones del menú de Super Socializer en el panel izquierdo. Intercambio Social está habilitado en su sitio web por defecto."
 
1162
 
1163
- #: ../admin/social_admin.php:13
1164
- msgid "In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed."
1165
- msgstr "En la sección de Facebook, puede configurar Comentarios y Transmisiones Facebook."
 
1166
 
1167
- #: ../admin/social_admin.php:14
1168
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1169
- msgstr "En la sección Social Login, puede seleccionar proveedores de Identificación Social y configurar las opciones de Social Login."
1170
 
1171
- #: ../admin/social_admin.php:15
1172
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing."
1173
- msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
1174
 
1175
- #: ../admin/social_admin.php:16
1176
  #, fuzzy
1177
- msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1178
- msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1179
 
1180
  #: ../admin/social_login.php:10
1181
  msgid "Social Login"
@@ -1315,8 +1299,8 @@ msgid "Include Javascript in website footer"
1315
  msgstr "Incluir Javascript en el pie de página del sitio web"
1316
 
1317
  #: ../admin/social_login.php:294
1318
- msgid "If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>"
1319
- msgstr "Si está activada (recomendado), se incluirá todo el código Javascript en el pie de página de su sitio web. Nota: es posible que anule la funcionalidad del plugin si los ganchos \"\"wp_footer\"\" y \"\"login_footer\"\" no existen en su tema de Wordpress. En este caso, mantener esta opción desactivada."
1320
 
1321
  #: ../admin/social_login.php:308
1322
  msgid "Login options"
@@ -1401,145 +1385,149 @@ msgstr "Enviar nombre de usuario/contraseña tras el registro del usuario"
1401
  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)"
1402
  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)"
1403
 
1404
- #: ../admin/social_login.php:488
 
 
 
 
 
 
 
 
1405
  msgid "Login redirection"
1406
  msgstr "Redireccionamiento de inicio de sesión"
1407
 
1408
- #: ../admin/social_login.php:492
1409
  msgid "Same page where user logged in"
1410
  msgstr "La misma página donde el usuario ha iniciado sesión"
1411
 
1412
- #: ../admin/social_login.php:496
1413
- #: ../admin/social_login.php:526
1414
  msgid "Account dashboard"
1415
  msgstr "Panel de cuenta"
1416
 
1417
- #: ../admin/social_login.php:499
1418
- #: ../admin/social_login.php:529
1419
  msgid "BuddyPress profile page"
1420
  msgstr "Página de perfil BuddyPress"
1421
 
1422
- #: ../admin/social_login.php:502
1423
- #: ../admin/social_login.php:532
1424
  msgid "Custom Url"
1425
  msgstr "Url personalizada"
1426
 
1427
- #: ../admin/social_login.php:510
1428
  msgid "User will be redirected to the selected page after Social Login"
1429
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1430
 
1431
- #: ../admin/social_login.php:518
1432
  msgid "Registration redirection"
1433
  msgstr "redirección de registro"
1434
 
1435
- #: ../admin/social_login.php:522
1436
  #, fuzzy
1437
  msgid "Same page from where user registered"
1438
  msgstr "La misma página donde el usuario ha iniciado sesión"
1439
 
1440
- #: ../admin/social_login.php:540
1441
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1442
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1443
 
1444
- #: ../admin/social_login.php:548
1445
  msgid "Email popup options"
1446
  msgstr "opciones emergentes de correo electrónico"
1447
 
1448
- #: ../admin/social_login.php:554
1449
  msgid "Text on 'Email required' popup"
1450
  msgstr "Texto en 'Email required' popup"
1451
 
1452
- #: ../admin/social_login.php:564
1453
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1454
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1455
 
1456
- #: ../admin/social_login.php:573
1457
  msgid "Error message for 'Email required' popup"
1458
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1459
 
1460
- #: ../admin/social_login.php:583
1461
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1462
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1463
 
1464
- #: ../admin/social_login.php:592
1465
  msgid "Email popup height"
1466
  msgstr "email altura popup"
1467
 
1468
- #: ../admin/social_login.php:602
1469
  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."
1470
  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."
1471
 
1472
- #: ../admin/social_login.php:610
1473
  msgid "Enable email verification"
1474
  msgstr "Habilitar verificación de correo electrónico"
1475
 
1476
- #: ../admin/social_login.php:620
1477
  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"
1478
  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"
1479
 
1480
- #: ../admin/social_login.php:636
1481
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1482
  msgstr "Utilice <strong> [TheChamp-Login] </ strong> Código corto en el contenido de la página requerida / post en la que desea mostrar la interfaz Login Social."
1483
 
1484
- #: ../admin/social_login.php:639
1485
  #, fuzzy
1486
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1487
  msgstr "Usted puede utilizar el atributo \"style\" en el Código corto al estilo de la interfaz Uso compartido sociales prestados."
1488
 
1489
- #: ../admin/social_login.php:644
1490
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1491
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
1492
 
1493
- #: ../admin/social_login.php:652
1494
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1495
  msgstr "Usted puede navegar a la Apariencia <strong> </ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Login </ strong> de widget en el área requerida."
1496
 
1497
- #: ../inc/social_sharing.php:463
1498
- msgid "Invalid request"
1499
- msgstr "petición no válida"
1500
 
1501
- #: ../inc/social_sharing.php:470
1502
- msgid "Providers not selected"
1503
- msgstr "Los proveedores no seleccionados"
1504
 
1505
- #: ../inc/social_sharing.php:603
1506
- msgid "Disable Horizontal Social Sharing on this "
1507
- msgstr "Desactivar Horizontal Intercambio Social en esta"
1508
 
1509
- #: ../inc/social_sharing.php:608
1510
- msgid "Disable Vertical Social Sharing on this "
1511
- msgstr "Desactivar Vertical Intercambio Social en esta"
1512
 
1513
- #: ../inc/social_sharing.php:613
1514
  #, fuzzy
1515
- msgid "Disable Horizontal Social Counter on this "
1516
- msgstr "Desactivar Horizontal Intercambio Social en esta"
1517
 
1518
- #: ../inc/social_sharing.php:618
1519
- #, fuzzy
1520
- msgid "Disable Vertical Social Counter on this "
1521
- msgstr "Desactivar Vertical Intercambio Social en esta"
1522
 
1523
- #: ../inc/social_sharing.php:623
1524
  #, fuzzy
1525
- msgid "Disable Facebook Comments on this "
1526
- msgstr "Habilitar Comentarios Facebook"
1527
 
1528
- #: ../inc/social_sharing.php:632
1529
  #, fuzzy
1530
- msgid "Horizontal sharing"
1531
- msgstr "Horizontales Opciones para compartir la interfaz de"
1532
 
1533
- #: ../inc/social_sharing.php:638
1534
- #: ../inc/social_sharing.php:657
1535
- #, fuzzy
1536
- msgid "Starting share count for "
1537
- msgstr "conteos muestran acciones"
1538
 
1539
- #: ../inc/social_sharing.php:651
1540
- #, fuzzy
1541
- msgid "Vertical sharing"
1542
- msgstr "Social Sharing"
1543
 
1544
  #: ../inc/widget.php:11
1545
  msgid "Super Socializer - Login"
@@ -1554,28 +1542,28 @@ msgid "Log Out"
1554
  msgstr "Cerrar sesión"
1555
 
1556
  #: ../inc/widget.php:77
1557
- #: ../inc/widget.php:203
1558
- #: ../inc/widget.php:473
1559
  msgid "Title:"
1560
  msgstr "Titulo:"
1561
 
1562
  #: ../inc/widget.php:79
1563
- #: ../inc/widget.php:215
1564
- #: ../inc/widget.php:483
1565
  msgid "Before widget content:"
1566
  msgstr " Antes del contenido del widget:"
1567
 
1568
  #: ../inc/widget.php:81
1569
- #: ../inc/widget.php:217
1570
- #: ../inc/widget.php:485
1571
  msgid "After widget content:"
1572
  msgstr "Después del contenido del widget:"
1573
 
1574
  #: ../inc/widget.php:84
1575
- #: ../inc/widget.php:219
1576
- #: ../inc/widget.php:364
1577
- #: ../inc/widget.php:487
1578
- #: ../inc/widget.php:620
1579
  msgid "Hide for logged in users:"
1580
  msgstr "Ocultar para los usuarios registrados:"
1581
 
@@ -1584,64 +1572,186 @@ msgstr "Ocultar para los usuarios registrados:"
1584
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1585
  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 "
1586
 
1587
- #: ../inc/widget.php:205
1588
- #: ../inc/widget.php:335
1589
  #, fuzzy
1590
  msgid "Show share counts:"
1591
  msgstr "conteos muestran acciones"
1592
 
1593
- #: ../inc/widget.php:207
1594
- #: ../inc/widget.php:337
1595
- #: ../inc/widget.php:475
1596
- #: ../inc/widget.php:593
1597
  msgid "Target Url:"
1598
  msgstr "Target Url:"
1599
 
1600
- #: ../inc/widget.php:209
1601
- #: ../inc/widget.php:339
1602
- #: ../inc/widget.php:477
1603
- #: ../inc/widget.php:595
1604
  msgid "Select"
1605
  msgstr "seleccionar"
1606
 
1607
- #: ../inc/widget.php:238
1608
  #, fuzzy
1609
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1610
  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 "
1611
 
1612
- #: ../inc/widget.php:345
1613
- #: ../inc/widget.php:601
1614
  msgid "Alignment"
1615
  msgstr "Alineamiento"
1616
 
1617
- #: ../inc/widget.php:351
1618
- #: ../inc/widget.php:607
1619
  #, fuzzy
1620
  msgid "Left Offset"
1621
  msgstr "Desplazamiento hacia la izquierda:"
1622
 
1623
- #: ../inc/widget.php:355
1624
- #: ../inc/widget.php:611
1625
  #, fuzzy
1626
  msgid "Right Offset"
1627
  msgstr "desplazamiento izquierda"
1628
 
1629
- #: ../inc/widget.php:358
1630
- #: ../inc/widget.php:614
1631
  #, fuzzy
1632
  msgid "Top Offset"
1633
  msgstr "Margen superior:"
1634
 
1635
- #: ../inc/widget.php:383
1636
  #, fuzzy
1637
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1638
  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 "
1639
 
1640
- #: ../inc/widget.php:506
1641
  #, fuzzy
1642
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1643
  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 "
1644
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1645
  #, fuzzy
1646
  #~ msgid ""
1647
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
@@ -1676,16 +1786,6 @@ msgstr "Widget de flotación vertical. ​​Deje que sus usuarios del website c
1676
  #~ "Si te gusta el plugin, lo quiere quitar mejorado y quieren ver en la "
1677
  #~ "parte superior de otros plugins, por favor considere hacer una donación."
1678
 
1679
- #~ msgid "Keep only Facebook Commenting"
1680
- #~ msgstr "Consérvese únicamente Facebook Comentando"
1681
-
1682
- #~ msgid ""
1683
- #~ "If enabled, only Facebook commenting will be there without the option to "
1684
- #~ "switch to WordPress commenting"
1685
- #~ msgstr ""
1686
- #~ "Si está habilitado, sólo Facebook comentando estarán allí sin la opción "
1687
- #~ "de cambiar a WordPress comentar"
1688
-
1689
  #~ msgid "Load first"
1690
  #~ msgstr "Cargue primero"
1691
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer 2.8.0\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-20 05:45+0530\n"
6
+ "PO-Revision-Date: 2015-03-20 05:49+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: es\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 "Introduzca exactamente la siguiente url en <strong> Website </ strong> y <strong> Callback URL </ strong> opciones en su aplicación de Twitter (ver paso 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 "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:348
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:348
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:352
37
  msgid "Notification"
38
  msgstr "Notificación"
39
 
40
+ #: ../super_socializer.php:371
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Requiere E-mail"
44
 
45
+ #: ../super_socializer.php:374
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:387
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:547
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "Enviar que ha introducido ya está registrado o no válido"
56
 
57
+ #: ../super_socializer.php:551
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Por favor, introduce una dirección de correo electrónico válida. Es posible que tenga para verificarla"
60
 
62
  msgid "Options saved successfully"
63
  msgstr "Opciones guardadas correctamente"
64
 
65
+ #: ../helper.php:135
66
+ msgid "Click to show help"
67
+ msgstr "Haga clic para mostrar ayuda"
68
+
69
+ #: ../helper.php:135
70
+ msgid "Click to hide help"
71
+ msgstr "Haga clic para ocultar ayuda"
72
+
73
+ #: ../helper.php:174
74
  msgid "Settings"
75
  msgstr "Configuración"
76
 
77
+ #: ../helper.php:466
78
  #, fuzzy
79
  msgid "Account linked successfully"
80
  msgstr "Opciones guardadas correctamente"
81
 
82
+ #: ../helper.php:472
83
  msgid "Account already exists or linked"
84
  msgstr "Cuenta ya existe o vinculado"
85
 
86
+ #: ../helper.php:483
87
  #, fuzzy
88
  msgid "You are already connected with"
89
  msgstr "Usted está listo para Socializar su sitio web."
90
 
91
+ #: ../helper.php:483
92
  msgid "as primary social network"
93
  msgstr "como red social primaria"
94
 
95
+ #: ../helper.php:500
96
  msgid "Link your social account to login to your account at this website"
97
  msgstr "Vincula tu cuenta social para acceder a su cuenta en esta web"
98
 
99
+ #: ../helper.php:545
100
  msgid "Currently"
101
  msgstr "actualmente"
102
 
103
+ #: ../helper.php:545
104
  msgid "Remove"
105
  msgstr "quitar"
106
 
107
+ #: ../helper.php:636
108
+ msgid "Disable Horizontal Social Sharing on this "
109
+ msgstr "Desactivar Horizontal Intercambio Social en esta"
110
+
111
+ #: ../helper.php:641
112
+ msgid "Disable Vertical Social Sharing on this "
113
+ msgstr "Desactivar Vertical Intercambio Social en esta"
114
+
115
+ #: ../helper.php:646
116
+ #, fuzzy
117
+ msgid "Disable Horizontal Social Counter on this "
118
+ msgstr "Desactivar Horizontal Intercambio Social en esta"
119
+
120
+ #: ../helper.php:651
121
+ #, fuzzy
122
+ msgid "Disable Vertical Social Counter on this "
123
+ msgstr "Desactivar Vertical Intercambio Social en esta"
124
+
125
+ #: ../helper.php:656
126
+ #, fuzzy
127
+ msgid "Disable Facebook Comments on this "
128
+ msgstr "Habilitar Comentarios Facebook"
129
+
130
+ #: ../helper.php:665
131
+ #, fuzzy
132
+ msgid "Horizontal sharing"
133
+ msgstr "Horizontales Opciones para compartir la interfaz de"
134
+
135
+ #: ../helper.php:671
136
+ #: ../helper.php:690
137
+ #, fuzzy
138
+ msgid "Starting share count for "
139
+ msgstr "conteos muestran acciones"
140
+
141
+ #: ../helper.php:684
142
+ #, fuzzy
143
+ msgid "Vertical sharing"
144
+ msgstr "Social Sharing"
145
+
146
  #: ../admin/help.php:4
147
  msgid "About"
148
  msgstr "Acerca de"
200
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
201
  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"
202
 
 
 
 
 
 
 
 
 
203
  #: ../admin/social_counter.php:11
204
+ #: ../admin/social_counter.php:20
205
  #: ../admin/social_sharing.php:14
206
  #: ../admin/social_sharing.php:24
207
  #: ../admin/social_login.php:9
220
  msgid "Shortcode & Widget"
221
  msgstr "Widgets y shortcodes"
222
 
223
+ #: ../admin/social_counter.php:14
224
+ #: ../admin/social_sharing.php:18
225
+ #: ../admin/social_commenting.php:12
226
+ msgid "FAQ"
227
+ msgstr ""
228
+
229
+ #: ../admin/social_counter.php:26
230
  #, fuzzy
231
  msgid "Enable Social Counter"
232
  msgstr "Habilitar Social Login"
233
 
234
+ #: ../admin/social_counter.php:36
235
  #, fuzzy
236
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
237
  msgstr "Control Maestro para Social Login. Debe comprobarse para permitir la funcionalidad de Social Login"
238
 
239
+ #: ../admin/social_counter.php:50
240
  #, fuzzy
241
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
242
  msgstr "<strong> Nota: </ strong> Para deshabilitar el uso compartido en concreto la página / post, edite la página / post y comprobar el <strong> \"Desactivar Intercambio Social en esta página \" </ strong> la opción en la parte inferior de <strong > \"Super Socializer \" </ strong>"
243
 
244
+ #: ../admin/social_counter.php:67
245
  #: ../admin/social_sharing.php:88
246
  msgid "bit.ly url shortener"
247
  msgstr "bit.ly url acortador"
248
 
249
+ #: ../admin/social_counter.php:73
250
  msgid "Enable bit.ly url shortener for tweet button"
251
  msgstr "Habilitar acortador de url bit.ly para el botón de Twitter"
252
 
253
+ #: ../admin/social_counter.php:83
254
  #: ../admin/social_sharing.php:104
255
  #, fuzzy
256
  msgid "Master control to enable bit.ly url shortening for sharing"
257
  msgstr "Control maestro para permitir el intercambio horizontal"
258
 
259
+ #: ../admin/social_counter.php:91
260
  #: ../admin/social_sharing.php:112
261
  msgid "bit.ly username"
262
  msgstr "bit.ly nombre de usuario"
263
 
264
+ #: ../admin/social_counter.php:101
265
  #: ../admin/social_sharing.php:122
266
  #, fuzzy, php-format
267
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
268
  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"
269
 
270
+ #: ../admin/social_counter.php:110
271
  #: ../admin/social_sharing.php:131
272
  #, fuzzy
273
  msgid "bit.ly API Key"
274
  msgstr "Clave Consumidor Twitter"
275
 
276
+ #: ../admin/social_counter.php:120
277
  #: ../admin/social_sharing.php:141
278
  #, fuzzy, php-format
279
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
280
  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"
281
 
282
+ #: ../admin/social_counter.php:130
283
+ #: ../admin/social_counter.php:136
284
+ #: ../admin/social_commenting.php:187
285
  msgid "Language"
286
  msgstr "Idioma"
287
 
288
+ #: ../admin/social_counter.php:146
289
  #, fuzzy, php-format
290
  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)"
291
  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)"
292
 
293
+ #: ../admin/social_counter.php:155
294
  msgid "Twitter username in tweet button"
295
  msgstr "Twitter nombre de usuario en el botón de Twitter"
296
 
297
+ #: ../admin/social_counter.php:161
298
  #: ../admin/social_sharing.php:157
299
  msgid "Twitter username (without @)"
300
  msgstr "Twitter nombre de usuario (sin @)"
301
 
302
+ #: ../admin/social_counter.php:171
303
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
304
  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."
305
 
306
+ #: ../admin/social_counter.php:181
307
  #, fuzzy
308
  msgid "Horizontal Counter Interface Options"
309
  msgstr "Horizontales Opciones para compartir la interfaz de"
310
 
311
+ #: ../admin/social_counter.php:187
312
  #, fuzzy
313
  msgid "Enable horizontal counter interface"
314
  msgstr "Habilitar interfaz de intercambio horizontal"
315
 
316
+ #: ../admin/social_counter.php:197
317
  #, fuzzy
318
  msgid "Master control to enable horizontal counter"
319
  msgstr "Control maestro para permitir el intercambio horizontal"
320
 
321
+ #: ../admin/social_counter.php:207
322
+ #: ../admin/social_counter.php:422
323
  #: ../admin/social_sharing.php:203
324
+ #: ../admin/social_sharing.php:517
325
  msgid "Target Url"
326
  msgstr "Target Url"
327
 
328
+ #: ../admin/social_counter.php:211
329
+ #: ../admin/social_counter.php:426
330
  #: ../admin/social_sharing.php:207
331
+ #: ../admin/social_sharing.php:521
332
  msgid "Url of the webpage where icons are located (default)"
333
  msgstr "Url de la página web donde se encuentran los iconos (por defecto)"
334
 
335
+ #: ../admin/social_counter.php:213
336
+ #: ../admin/social_counter.php:428
337
  #: ../admin/social_sharing.php:209
338
+ #: ../admin/social_sharing.php:523
339
  msgid "Url of the homepage of your website"
340
  msgstr "Url de la página principal de su sitio web"
341
 
342
+ #: ../admin/social_counter.php:215
343
+ #: ../admin/social_counter.php:430
344
  #: ../admin/social_sharing.php:211
345
+ #: ../admin/social_sharing.php:525
346
  #, fuzzy
347
  msgid "Custom url"
348
  msgstr "Url personalizada"
349
 
350
+ #: ../admin/social_counter.php:222
351
+ #: ../admin/social_counter.php:437
352
  msgid "Url to like/share/tweet and display like/share/tweet counts"
353
  msgstr "Url gustarle/share/tweet y pantalla como conteos/share/pío"
354
 
355
+ #: ../admin/social_counter.php:230
356
  #: ../admin/social_sharing.php:226
357
  #: ../admin/social_login.php:314
358
  msgid "Title"
359
  msgstr "Titulo"
360
 
361
+ #: ../admin/social_counter.php:240
362
  #, fuzzy
363
  msgid "The text to display above the counter interface"
364
  msgstr "El texto que se muestra por encima de la interfaz compartida "
365
 
366
+ #: ../admin/social_counter.php:248
367
+ #: ../admin/social_counter.php:445
368
  #, fuzzy
369
  msgid "Select and rearrange providers"
370
  msgstr "Seleccionar proveedores"
371
 
372
+ #: ../admin/social_counter.php:292
373
+ #: ../admin/social_counter.php:488
374
  #, fuzzy
375
  msgid "Select the providers for counter interface. Drag them to rearrange."
376
  msgstr "Seleccione los proveedores para compartir la interfaz"
377
 
378
+ #: ../admin/social_counter.php:300
379
+ #: ../admin/social_counter.php:514
380
+ #: ../admin/social_sharing.php:376
381
+ #: ../admin/social_sharing.php:685
382
  #, fuzzy
383
  msgid "Horizontal alignment"
384
  msgstr "Horizontales Opciones para compartir la interfaz de"
385
 
386
+ #: ../admin/social_counter.php:304
387
+ #: ../admin/social_counter.php:518
388
+ #: ../admin/social_sharing.php:380
389
+ #: ../admin/social_sharing.php:689
390
  msgid "Left"
391
  msgstr "izquierda"
392
 
393
+ #: ../admin/social_counter.php:305
394
+ #: ../admin/social_sharing.php:381
395
  msgid "Center"
396
  msgstr "centro"
397
 
398
+ #: ../admin/social_counter.php:306
399
+ #: ../admin/social_counter.php:519
400
+ #: ../admin/social_sharing.php:382
401
+ #: ../admin/social_sharing.php:690
402
  #, fuzzy
403
  msgid "Right"
404
  msgstr "Claro"
405
 
406
+ #: ../admin/social_counter.php:314
407
+ #: ../admin/social_counter.php:527
408
  #, fuzzy
409
  msgid "Horizontal alignment of the counter interface"
410
  msgstr "Habilitar interfaz de intercambio horizontal"
411
 
412
+ #: ../admin/social_counter.php:322
413
+ #: ../admin/social_sharing.php:398
414
  msgid "Position with respect to content"
415
  msgstr "Posición con respecto al contenido"
416
 
417
+ #: ../admin/social_counter.php:326
418
+ #: ../admin/social_sharing.php:402
419
  msgid "Top of the content"
420
  msgstr "Parte superior del contenido"
421
 
422
+ #: ../admin/social_counter.php:328
423
+ #: ../admin/social_sharing.php:404
424
  msgid "Bottom of the content"
425
  msgstr "Parte inferior del contenido"
426
 
427
+ #: ../admin/social_counter.php:335
428
  #, fuzzy
429
  msgid "Specify position of the counter interface with respect to the content"
430
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
431
 
432
+ #: ../admin/social_counter.php:343
433
+ #: ../admin/social_counter.php:593
434
  #, fuzzy
435
  msgid "Counter location"
436
  msgstr "Ubicación de uso compartido"
437
 
438
+ #: ../admin/social_counter.php:347
439
+ #: ../admin/social_counter.php:597
440
+ #: ../admin/social_sharing.php:423
441
+ #: ../admin/social_sharing.php:768
442
+ #: ../admin/social_login.php:514
443
+ #: ../admin/social_login.php:544
444
  msgid "Homepage"
445
  msgstr "Página de inicio"
446
 
447
+ #: ../admin/social_counter.php:349
448
+ #: ../admin/social_counter.php:599
449
+ #: ../admin/social_sharing.php:425
450
+ #: ../admin/social_sharing.php:770
451
  msgid "Posts"
452
  msgstr "Publicaciones"
453
 
454
+ #: ../admin/social_counter.php:351
455
+ #: ../admin/social_counter.php:601
456
+ #: ../admin/social_sharing.php:427
457
+ #: ../admin/social_sharing.php:772
458
  msgid "Pages"
459
  msgstr "Páginas"
460
 
461
+ #: ../admin/social_counter.php:353
462
+ #: ../admin/social_counter.php:603
463
+ #: ../admin/social_sharing.php:429
464
+ #: ../admin/social_sharing.php:774
465
  msgid "Excerpts"
466
  msgstr "Extractos"
467
 
468
+ #: ../admin/social_counter.php:355
469
+ #: ../admin/social_counter.php:605
470
+ #: ../admin/social_sharing.php:431
471
+ #: ../admin/social_sharing.php:776
472
  msgid "Category Archives"
473
  msgstr "Archivos de la categoría"
474
 
475
+ #: ../admin/social_counter.php:357
476
+ #: ../admin/social_counter.php:607
477
+ #: ../admin/social_sharing.php:433
478
+ #: ../admin/social_sharing.php:778
479
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
480
+ msgstr "Archivo Páginas (Categoría, Tag, Autor o páginas Fecha basado)"
481
+
482
+ #: ../admin/social_counter.php:363
483
+ #: ../admin/social_sharing.php:439
484
  msgid "BuddyPress activity and groups"
485
  msgstr "Actividad y grupos BuddyPress"
486
 
487
+ #: ../admin/social_counter.php:370
488
+ #: ../admin/social_counter.php:613
489
+ #: ../admin/social_sharing.php:446
490
+ #: ../admin/social_sharing.php:784
491
  msgid "BBPress forum"
492
  msgstr ""
493
 
494
+ #: ../admin/social_counter.php:373
495
+ #: ../admin/social_counter.php:616
496
+ #: ../admin/social_sharing.php:449
497
+ #: ../admin/social_sharing.php:787
498
  msgid "BBPress topic"
499
  msgstr ""
500
 
501
+ #: ../admin/social_counter.php:376
502
+ #: ../admin/social_sharing.php:452
503
  msgid "BBPress reply"
504
  msgstr ""
505
 
506
+ #: ../admin/social_counter.php:386
507
  #, fuzzy
508
  msgid "Specify the pages where you want to enable counter interface"
509
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
510
 
511
+ #: ../admin/social_counter.php:396
512
  #, fuzzy
513
  msgid "Vertical (Floating) counter interface Options"
514
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
515
 
516
+ #: ../admin/social_counter.php:402
517
  #, fuzzy
518
  msgid "Enable vertical (floating) counter interface"
519
  msgstr "Habilitar vertical (flotante) interfaz compartida"
520
 
521
+ #: ../admin/social_counter.php:412
522
  #, fuzzy
523
  msgid "Master control to enable vertical (floating) counter widget"
524
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
525
 
526
+ #: ../admin/social_counter.php:496
527
+ #: ../admin/social_sharing.php:667
528
  msgid "Background Color"
529
  msgstr "color de fondo"
530
 
531
+ #: ../admin/social_counter.php:506
532
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
533
  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>"
534
 
535
+ #: ../admin/social_counter.php:536
536
+ #: ../admin/social_sharing.php:707
537
  msgid "Left offset"
538
  msgstr "desplazamiento izquierda"
539
 
540
+ #: ../admin/social_counter.php:546
541
  #, fuzzy
542
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
543
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
544
 
545
+ #: ../admin/social_counter.php:556
546
+ #: ../admin/social_sharing.php:727
547
  #, fuzzy
548
  msgid "Right offset"
549
  msgstr "desplazamiento izquierda"
550
 
551
+ #: ../admin/social_counter.php:566
552
  #, fuzzy
553
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
554
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
555
 
556
+ #: ../admin/social_counter.php:575
557
+ #: ../admin/social_sharing.php:746
558
  msgid "Top offset"
559
  msgstr "superior compensar"
560
 
561
+ #: ../admin/social_counter.php:585
562
  #, fuzzy
563
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
564
  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."
565
 
566
+ #: ../admin/social_counter.php:626
567
  #, fuzzy
568
  msgid "Specify the pages where you want to enable vertical counter interface"
569
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
570
 
571
+ #: ../admin/social_counter.php:642
572
+ #: ../admin/social_sharing.php:832
573
+ #: ../admin/social_commenting.php:11
574
+ #: ../admin/social_commenting.php:211
575
+ #: ../admin/social_login.php:654
576
  msgid "Shortcode"
577
  msgstr "Shortcodes"
578
 
579
+ #: ../admin/social_counter.php:644
580
  #, fuzzy
581
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
582
  msgstr "Usted puede utilizar <strong> [TheChamp-Sharing] </ strong> Código corto en el contenido de la página requerida / post en el que desea mostrar la interfaz Uso compartido Social."
583
 
 
584
  #: ../admin/social_counter.php:645
585
  #: ../admin/social_counter.php:650
586
  #: ../admin/social_counter.php:655
587
  #: ../admin/social_counter.php:660
588
+ #: ../admin/social_counter.php:665
589
+ #: ../admin/social_sharing.php:835
590
+ #: ../admin/social_sharing.php:840
591
+ #: ../admin/social_sharing.php:845
592
+ #: ../admin/social_sharing.php:850
593
+ #: ../admin/social_sharing.php:855
594
+ #: ../admin/social_sharing.php:860
595
+ #: ../admin/social_commenting.php:214
596
+ #: ../admin/social_commenting.php:219
597
+ #: ../admin/social_commenting.php:224
598
+ #: ../admin/social_commenting.php:229
599
+ #: ../admin/social_commenting.php:234
600
+ #: ../admin/social_login.php:657
601
+ #: ../admin/social_login.php:660
602
  msgid "Example"
603
  msgstr "ejemplo"
604
 
605
+ #: ../admin/social_counter.php:647
606
+ #: ../admin/social_sharing.php:837
607
+ #: ../admin/social_commenting.php:216
608
  msgid "You can use following attributes in the Shortcode"
609
  msgstr "Puede utilizar los atributos siguientes en el Código corto"
610
 
611
+ #: ../admin/social_counter.php:649
612
  #, fuzzy
613
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
614
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
615
 
616
+ #: ../admin/social_counter.php:654
617
  #, fuzzy
618
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
619
  msgstr "Utilice <strong>type</ strong> atributo para especificar el tipo (\"horizontal \" o \"vertical \") de la interfaz Uso compartido Social. Tipo por defecto es \"horizontal \"."
620
 
621
+ #: ../admin/social_counter.php:658
622
  msgid "Left (Works with \"Vertical\" type interface only)"
623
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
624
 
625
+ #: ../admin/social_counter.php:659
626
  #, fuzzy
627
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
628
  msgstr "Uso <strong> left</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
629
 
630
+ #: ../admin/social_counter.php:663
631
  msgid "Top (Works with \"Vertical\" type interface only)"
632
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
633
 
634
+ #: ../admin/social_counter.php:664
635
  #, fuzzy
636
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
637
  msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
638
 
639
+ #: ../admin/social_counter.php:667
640
+ #: ../admin/social_sharing.php:862
641
+ #: ../admin/social_commenting.php:236
642
+ #: ../admin/social_login.php:662
643
  #, fuzzy
644
  msgid "You can use shortcode in PHP file as following"
645
  msgstr "Usted puede ver el plugin en acción en el siguiente enlace"
646
 
647
+ #: ../admin/social_counter.php:669
648
  #, fuzzy
649
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
650
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
651
 
652
+ #: ../admin/social_counter.php:675
653
+ #: ../admin/social_sharing.php:870
654
+ #: ../admin/social_login.php:670
655
  msgid "Widget"
656
  msgstr ""
657
 
658
+ #: ../admin/social_counter.php:677
659
  #, fuzzy
660
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
661
  msgstr "Usted puede navegar a la <strong>Apariencia</ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Sharing (Horizontal Widget) </ strong> y <strong> Súper Socializer - Sharing (Vertical Floating Widget) </ strong> widgets en el área requerida."
662
 
663
+ #: ../admin/social_counter.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
664
  #, fuzzy
665
+ msgid "How can I show like counts of my website rather than of individual pages/posts?"
666
+ msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
 
668
+ #: ../admin/social_counter.php:691
669
  #, fuzzy
670
+ msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
671
+ msgstr "Elija la opción \"Url de la página principal de su sitio web \" en la opción \"Target Url \" y permitir \"cuenta Share \""
672
 
673
+ #: ../admin/social_counter.php:698
674
  #, fuzzy
675
+ msgid "How can I disable social counter on particular page/post?"
676
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
677
 
678
+ #: ../admin/social_counter.php:702
679
+ #: ../admin/social_sharing.php:916
680
+ #: ../admin/social_sharing.php:929
681
+ #, fuzzy
682
+ msgid "Edit that page/post and check the options at the bottom in \"Super Socializer\" section"
683
  msgstr "Editar esta página/post y marque la opción \"Desactivar Comentarios Facebook en este post/página \" en la parte inferior en section \"Super Socializer\""
684
 
685
+ #: ../admin/social_counter.php:715
686
+ #: ../admin/social_sharing.php:940
687
+ #: ../admin/social_commenting.php:277
688
+ #: ../admin/social_login.php:681
689
+ msgid "Save Changes"
690
+ msgstr "Guardar cambios"
691
+
692
  #: ../admin/social_sharing.php:15
693
  msgid "Social Sharing"
694
  msgstr "Social Sharing"
743
  msgstr "Control maestro para permitir el intercambio horizontal"
744
 
745
  #: ../admin/social_sharing.php:218
746
+ #: ../admin/social_sharing.php:532
747
  msgid "Url to share"
748
  msgstr "Url compartir"
749
 
752
  msgstr "El texto que se muestra por encima de la interfaz compartida "
753
 
754
  #: ../admin/social_sharing.php:244
755
+ #: ../admin/social_sharing.php:540
756
  #: ../admin/social_login.php:41
757
  msgid "Select providers"
758
  msgstr "Seleccionar proveedores"
759
 
760
  #: ../admin/social_sharing.php:249
761
+ #: ../admin/social_sharing.php:545
762
  #: ../admin/social_login.php:46
763
  msgid "Facebook"
764
  msgstr ""
765
 
766
  #: ../admin/social_sharing.php:254
767
+ #: ../admin/social_sharing.php:550
768
  #: ../admin/social_login.php:50
769
  msgid "Twitter"
770
  msgstr ""
771
 
772
  #: ../admin/social_sharing.php:259
773
+ #: ../admin/social_sharing.php:555
774
  #: ../admin/social_login.php:54
775
  msgid "LinkedIn"
776
  msgstr ""
777
 
778
  #: ../admin/social_sharing.php:264
779
+ #: ../admin/social_sharing.php:560
780
  #: ../admin/social_login.php:58
781
  msgid "Google+"
782
  msgstr ""
783
 
784
  #: ../admin/social_sharing.php:269
785
+ #: ../admin/social_sharing.php:565
786
  msgid "Print"
787
  msgstr ""
788
 
789
  #: ../admin/social_sharing.php:274
790
+ #: ../admin/social_sharing.php:570
791
  msgid "Email"
792
  msgstr ""
793
 
794
  #: ../admin/social_sharing.php:279
795
+ #: ../admin/social_sharing.php:575
796
  msgid "Yahoo"
797
  msgstr ""
798
 
799
  #: ../admin/social_sharing.php:284
800
+ #: ../admin/social_sharing.php:580
801
  msgid "Reddit"
802
  msgstr ""
803
 
804
  #: ../admin/social_sharing.php:289
805
+ #: ../admin/social_sharing.php:585
806
  msgid "Digg"
807
  msgstr ""
808
 
809
  #: ../admin/social_sharing.php:294
810
+ #: ../admin/social_sharing.php:590
811
  msgid "Delicious"
812
  msgstr ""
813
 
814
  #: ../admin/social_sharing.php:299
815
+ #: ../admin/social_sharing.php:595
816
  msgid "StumbleUpon"
817
  msgstr ""
818
 
819
  #: ../admin/social_sharing.php:304
820
+ #: ../admin/social_sharing.php:600
821
  msgid "Float it"
822
  msgstr ""
823
 
824
  #: ../admin/social_sharing.php:309
825
+ #: ../admin/social_sharing.php:605
826
  msgid "Tumblr"
827
  msgstr ""
828
 
829
  #: ../admin/social_sharing.php:314
830
+ #: ../admin/social_sharing.php:610
831
  #: ../admin/social_login.php:62
832
  msgid "Vkontakte"
833
  msgstr ""
834
 
835
  #: ../admin/social_sharing.php:319
836
+ #: ../admin/social_sharing.php:615
837
  msgid "Pinterest"
838
  msgstr ""
839
 
840
  #: ../admin/social_sharing.php:324
841
+ #: ../admin/social_sharing.php:620
842
  #: ../admin/social_login.php:70
843
  msgid "Xing"
844
  msgstr ""
845
 
846
+ #: ../admin/social_sharing.php:329
847
+ msgid "Whatsapp"
848
+ msgstr ""
849
+
850
+ #: ../admin/social_sharing.php:337
851
+ #: ../admin/social_sharing.php:628
852
  msgid "Select the providers for sharing interface"
853
  msgstr "Seleccione los proveedores para compartir la interfaz"
854
 
855
+ #: ../admin/social_sharing.php:345
856
+ #: ../admin/social_sharing.php:636
857
  msgid "Rearrange icons"
858
  msgstr "Reorganizar iconos"
859
 
860
+ #: ../admin/social_sharing.php:368
861
+ #: ../admin/social_sharing.php:659
862
  msgid "Drag the icons to rearrange in desired order"
863
  msgstr "Arrastre los iconos para reorganizar estos con el fin deseado "
864
 
865
+ #: ../admin/social_sharing.php:390
866
+ #: ../admin/social_sharing.php:698
867
  #, fuzzy
868
  msgid "Horizontal alignment of the sharing interface"
869
  msgstr "Habilitar interfaz de intercambio horizontal"
870
 
871
+ #: ../admin/social_sharing.php:411
872
  msgid "Specify position of the sharing interface with respect to the content"
873
  msgstr "Especificar la posición de la interfaz compartir con respecto al contenido"
874
 
875
+ #: ../admin/social_sharing.php:419
876
+ #: ../admin/social_sharing.php:764
877
  msgid "Sharing location"
878
  msgstr "Ubicación de uso compartido"
879
 
880
+ #: ../admin/social_sharing.php:462
881
  msgid "Specify the pages where you want to enable Sharing interface"
882
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido"
883
 
884
+ #: ../admin/social_sharing.php:470
885
+ #: ../admin/social_sharing.php:805
886
  msgid "Show share counts"
887
  msgstr "conteos muestran acciones"
888
 
889
+ #: ../admin/social_sharing.php:480
890
+ #: ../admin/social_sharing.php:815
891
  msgid "If enabled, share counts are displayed above sharing icons."
892
  msgstr "Si está habilitado, el recuento de acciones se muestran por encima de los iconos para compartir."
893
 
894
+ #: ../admin/social_sharing.php:491
895
  msgid "Vertical (Floating) Sharing Interface Options"
896
  msgstr "Vertical (flotante) Opciones de interfaz compartir"
897
 
898
+ #: ../admin/social_sharing.php:497
899
  msgid "Enable vertical (floating) sharing interface"
900
  msgstr "Habilitar vertical (flotante) interfaz compartida"
901
 
902
+ #: ../admin/social_sharing.php:507
903
  msgid "Master control to enable vertical (floating) sharing widget"
904
  msgstr "Control maestro para permitir vertical (flotante) widget de intercambio"
905
 
906
+ #: ../admin/social_sharing.php:677
907
  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>"
908
  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>"
909
 
910
+ #: ../admin/social_sharing.php:717
911
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
912
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
913
 
914
+ #: ../admin/social_sharing.php:737
915
  #, fuzzy
916
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
917
  msgstr "Especifique un número. Aumento del número cambiará interfaz compartida hacia la derecha y la disminución se desplazará hacia la izquierda."
918
 
919
+ #: ../admin/social_sharing.php:756
920
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
921
  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."
922
 
923
+ #: ../admin/social_sharing.php:797
924
  msgid "Specify the pages where you want to enable vertical Sharing interface"
925
  msgstr "Especifique las páginas en las que desee habilitar la interfaz Uso compartido verticales"
926
 
927
+ #: ../admin/social_sharing.php:834
928
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
929
  msgstr "Usted puede utilizar <strong> [TheChamp-Sharing] </ strong> Código corto en el contenido de la página requerida / post en el que desea mostrar la interfaz Uso compartido Social."
930
 
931
+ #: ../admin/social_sharing.php:839
932
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
933
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
934
 
935
+ #: ../admin/social_sharing.php:844
936
  #, fuzzy
937
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
938
  msgstr "Utilice <strong>type</ strong> atributo para especificar el tipo (\"horizontal \" o \"vertical \") de la interfaz Uso compartido Social. Tipo por defecto es \"horizontal \"."
939
 
940
+ #: ../admin/social_sharing.php:849
941
  #, fuzzy
942
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
943
  msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
944
 
945
+ #: ../admin/social_sharing.php:853
946
  #, fuzzy
947
  msgid "left (Works with \"Vertical\" type interface only)"
948
  msgstr "Izquierda (Trabaja con interfaz tipo \"vertical \" solamente)"
949
 
950
+ #: ../admin/social_sharing.php:854
951
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
952
  msgstr "Uso <strong> left</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
953
 
954
+ #: ../admin/social_sharing.php:858
955
  #, fuzzy
956
  msgid "top (Works with \"Vertical\" type interface only)"
957
  msgstr "Top (Trabaja con \"vertical \" tipo de interfaz única)"
958
 
959
+ #: ../admin/social_sharing.php:859
960
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
961
  msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
962
 
963
+ #: ../admin/social_sharing.php:864
964
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
965
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Sharing style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
966
 
967
+ #: ../admin/social_sharing.php:872
968
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
969
  msgstr "Usted puede navegar a la <strong>Apariencia</ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Sharing (Horizontal Widget) </ strong> y <strong> Súper Socializer - Sharing (Vertical Floating Widget) </ strong> widgets en el área requerida."
970
 
971
+ #: ../admin/social_sharing.php:882
972
  msgid "Facebook Sharing Troubleshooter"
973
  msgstr "Facebook Sharing Solucionador de problemas"
974
 
975
+ #: ../admin/social_sharing.php:887
976
  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:"
977
  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:"
978
 
979
+ #: ../admin/social_sharing.php:901
980
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
981
  msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
982
 
983
+ #: ../admin/social_sharing.php:905
984
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
985
  msgstr "Elija la opción \"Url de la página principal de su sitio web \" en la opción \"Target Url \" y permitir \"cuenta Share \""
986
 
987
+ #: ../admin/social_sharing.php:912
988
+ #, fuzzy
989
+ msgid "How can I disable sharing on particular page/post?"
990
+ msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
991
 
992
+ #: ../admin/social_sharing.php:925
993
+ msgid "How can I specify minimum sharing count for sharing networks?"
994
+ msgstr "¿Cómo puedo especificar conteo mínimo compartido para las redes de intercambio?"
995
 
996
+ #: ../admin/social_commenting.php:10
997
+ msgid "Facebook Commenting"
998
+ msgstr "Comentarios Facebook"
999
 
1000
+ #: ../admin/social_commenting.php:18
1001
+ #: ../admin/social_commenting.php:24
1002
+ msgid "Enable Facebook Commenting"
1003
+ msgstr "Habilitar Comentarios Facebook"
1004
 
1005
+ #: ../admin/social_commenting.php:34
1006
+ #, fuzzy
1007
+ msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
1008
+ msgstr "Después de habilitar esta opción, Comentarios Facebook aparecerá en lugar del formulario de comentarios de Wordpress en su sitio web."
1009
 
1010
+ #: ../admin/social_commenting.php:44
1011
+ msgid "Facebook Commenting Options"
1012
+ msgstr "Opciones de Comentarios Facebook"
1013
 
1014
+ #: ../admin/social_commenting.php:50
1015
+ msgid "Keep only Facebook Commenting"
1016
+ msgstr "Consérvese únicamente Facebook Comentando"
1017
 
1018
+ #: ../admin/social_commenting.php:60
1019
  #, fuzzy
1020
+ msgid "If enabled, only Facebook commenting would be visible without default comment form"
1021
+ msgstr "Si está habilitado, sólo Facebook comentando estarán allí sin la opción de cambiar a WordPress comentar"
1022
+
1023
+ #: ../admin/social_commenting.php:68
1024
+ msgid "Url to comment on"
1025
+ msgstr "URL donde comentar"
1026
+
1027
+ #: ../admin/social_commenting.php:78
1028
+ #, fuzzy
1029
+ 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."
1030
+ 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"
1031
+
1032
+ #: ../admin/social_commenting.php:86
1033
+ msgid "Width"
1034
+ msgstr "Ancho"
1035
+
1036
+ #: ../admin/social_commenting.php:96
1037
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1038
+ msgstr "Dejar en blanco para la auto-ajustar el ancho. El ancho (en píxeles) del bloque de comentarios."
1039
+
1040
+ #: ../admin/social_commenting.php:104
1041
+ msgid "Color Scheme"
1042
+ msgstr "Esquema de colores"
1043
+
1044
+ #: ../admin/social_commenting.php:108
1045
+ msgid "Light"
1046
+ msgstr "Claro"
1047
+
1048
+ #: ../admin/social_commenting.php:109
1049
+ msgid "Dark"
1050
+ msgstr "Obscuro"
1051
+
1052
+ #: ../admin/social_commenting.php:117
1053
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1054
+ msgstr "El esquema de color usado por el plugin. Puede ser \"\"claro\"\" u \"\"obscuro\"\"."
1055
+
1056
+ #: ../admin/social_commenting.php:125
1057
+ #, fuzzy
1058
+ msgid "Number of comments"
1059
+ msgstr "Número de publicaciones"
1060
+
1061
+ #: ../admin/social_commenting.php:135
1062
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1063
+ msgstr "El número de comentarios para mostrar por defecto. El valor mínimo es 1. El valor predeterminado es 10"
1064
+
1065
+ #: ../admin/social_commenting.php:143
1066
+ msgid "Order by"
1067
+ msgstr "Ordenar por"
1068
+
1069
+ #: ../admin/social_commenting.php:147
1070
+ msgid "Social"
1071
+ msgstr "Social"
1072
+
1073
+ #: ../admin/social_commenting.php:148
1074
+ msgid "Reverse Time"
1075
+ msgstr "Revertir tiempo"
1076
+
1077
+ #: ../admin/social_commenting.php:149
1078
+ msgid "Time"
1079
+ msgstr "Tiempo"
1080
+
1081
+ #: ../admin/social_commenting.php:157
1082
+ msgid "The order to use when displaying comments."
1083
+ msgstr "El orden a utilizar cuando se muestran los comentarios."
1084
+
1085
+ #: ../admin/social_commenting.php:165
1086
+ msgid "Mobile"
1087
+ msgstr "Móvil "
1088
+
1089
+ #: ../admin/social_commenting.php:169
1090
+ msgid "Auto Detect"
1091
+ msgstr "Auto detectar"
1092
+
1093
+ #: ../admin/social_commenting.php:170
1094
+ msgid "True"
1095
+ msgstr "Verdadero"
1096
+
1097
+ #: ../admin/social_commenting.php:171
1098
+ msgid "False"
1099
+ msgstr "Falso"
1100
+
1101
+ #: ../admin/social_commenting.php:179
1102
+ msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
1103
+ msgstr "Un valor booleano que especifica si se mostrará la versión optimizada para móviles o no. "
1104
+
1105
+ #: ../admin/social_commenting.php:197
1106
+ #, php-format
1107
+ 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)"
1108
+ 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)"
1109
+
1110
+ #: ../admin/social_commenting.php:213
1111
+ msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
1112
+ msgstr "Usted puede utilizar <strong> [TheChamp-FB-Comments] </strong> Código corto en el contenido de la página requerida/post en el que desea mostrar la interfaz Uso compartido Social."
1113
+
1114
+ #: ../admin/social_commenting.php:218
1115
+ #, fuzzy
1116
+ msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
1117
+ msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
1118
+
1119
+ #: ../admin/social_commenting.php:223
1120
+ msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
1121
+ msgstr "Uso <strong> url</strong> atributo para especificar el desplazamiento izquierda (distancia formar el lado izquierdo de la pantalla) de interfaz de uso compartido Social."
1122
+
1123
+ #: ../admin/social_commenting.php:227
1124
+ msgid "num_posts"
1125
+ msgstr ""
1126
+
1127
+ #: ../admin/social_commenting.php:228
1128
+ #, fuzzy
1129
+ msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
1130
+ msgstr "Utilice <strong>style</ strong> atributo de estilo de la interfaz Uso compartido sociales prestados"
1131
+
1132
+ #: ../admin/social_commenting.php:232
1133
+ #, fuzzy
1134
+ msgid "width"
1135
+ msgstr "Ancho"
1136
+
1137
+ #: ../admin/social_commenting.php:233
1138
+ #, fuzzy
1139
+ msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
1140
+ msgstr "Utilice <strong>top</strong> atributo para especificar el desplazamiento superior (distancia forman la parte superior de la pantalla) de la interfaz Uso compartido Social."
1141
+
1142
+ #: ../admin/social_commenting.php:238
1143
+ #, fuzzy
1144
+ msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1145
+ msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
1146
+
1147
+ #: ../admin/social_commenting.php:249
1148
+ #, fuzzy
1149
+ msgid "How can I disable FB comments at individual page/post?"
1150
+ msgstr "¿Cómo puedo mostrar comparten cargos de mi sitio web y no de páginas individuales / mensajes?"
1151
+
1152
+ #: ../admin/social_commenting.php:253
1153
+ msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
1154
+ msgstr "Editar esta página/post y marque la opción \"Desactivar Comentarios Facebook en este post/página \" en la parte inferior en section \"Super Socializer\""
1155
+
1156
+ #: ../admin/social_commenting.php:262
1157
+ msgid "How to enable only Facebook Comments without enabling default comment form?"
1158
+ msgstr "Cómo habilitar sólo comentarios de Facebook sin permitir formulario de comentarios por defecto?"
1159
+
1160
+ #: ../admin/social_commenting.php:266
1161
+ msgid "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting\" section."
1162
+ msgstr "Habilitar \"Consérvese únicamente Facebook Comentando\" opción en section \"Facebook Comentando\"."
1163
 
1164
  #: ../admin/social_login.php:10
1165
  msgid "Social Login"
1299
  msgstr "Incluir Javascript en el pie de página del sitio web"
1300
 
1301
  #: ../admin/social_login.php:294
1302
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1303
+ msgstr "Si está activado (recomendado), archivos Javascript se incluirán en el pie de página de su sitio web."
1304
 
1305
  #: ../admin/social_login.php:308
1306
  msgid "Login options"
1385
  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)"
1386
  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)"
1387
 
1388
+ #: ../admin/social_login.php:489
1389
+ msgid "Enable social account linking at BuddyPress profile page"
1390
+ msgstr "Activar cuenta los aspectos sociales de enlace en la página de perfil BuddyPress"
1391
+
1392
+ #: ../admin/social_login.php:499
1393
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1394
+ msgstr "Active esta opción para mostrar la cuenta social de interfaz de enlace en la página de perfil BuddyPress"
1395
+
1396
+ #: ../admin/social_login.php:508
1397
  msgid "Login redirection"
1398
  msgstr "Redireccionamiento de inicio de sesión"
1399
 
1400
+ #: ../admin/social_login.php:512
1401
  msgid "Same page where user logged in"
1402
  msgstr "La misma página donde el usuario ha iniciado sesión"
1403
 
1404
+ #: ../admin/social_login.php:516
1405
+ #: ../admin/social_login.php:546
1406
  msgid "Account dashboard"
1407
  msgstr "Panel de cuenta"
1408
 
1409
+ #: ../admin/social_login.php:519
1410
+ #: ../admin/social_login.php:549
1411
  msgid "BuddyPress profile page"
1412
  msgstr "Página de perfil BuddyPress"
1413
 
1414
+ #: ../admin/social_login.php:522
1415
+ #: ../admin/social_login.php:552
1416
  msgid "Custom Url"
1417
  msgstr "Url personalizada"
1418
 
1419
+ #: ../admin/social_login.php:530
1420
  msgid "User will be redirected to the selected page after Social Login"
1421
  msgstr "El usuario será redirigido a la página seleccionada después de Social Login"
1422
 
1423
+ #: ../admin/social_login.php:538
1424
  msgid "Registration redirection"
1425
  msgstr "redirección de registro"
1426
 
1427
+ #: ../admin/social_login.php:542
1428
  #, fuzzy
1429
  msgid "Same page from where user registered"
1430
  msgstr "La misma página donde el usuario ha iniciado sesión"
1431
 
1432
+ #: ../admin/social_login.php:560
1433
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1434
  msgstr "Usuario será redirigido a la página seleccionada después de Registrarse (primero Ingresa Social) a través de Social Login"
1435
 
1436
+ #: ../admin/social_login.php:568
1437
  msgid "Email popup options"
1438
  msgstr "opciones emergentes de correo electrónico"
1439
 
1440
+ #: ../admin/social_login.php:574
1441
  msgid "Text on 'Email required' popup"
1442
  msgstr "Texto en 'Email required' popup"
1443
 
1444
+ #: ../admin/social_login.php:584
1445
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1446
  msgstr "Este texto se mostrará en el correo electrónico popup necesario. Dejar en blanco si no es necesario."
1447
 
1448
+ #: ../admin/social_login.php:593
1449
  msgid "Error message for 'Email required' popup"
1450
  msgstr "Mensaje de error para ventana emergente de \"\"Correo electrónico requerido'"
1451
 
1452
+ #: ../admin/social_login.php:603
1453
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1454
  msgstr "Este mensaje se mostrará al usuario si proporciona correo electrónico no válido o ya registrado"
1455
 
1456
+ #: ../admin/social_login.php:612
1457
  msgid "Email popup height"
1458
  msgstr "email altura popup"
1459
 
1460
+ #: ../admin/social_login.php:622
1461
  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."
1462
  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."
1463
 
1464
+ #: ../admin/social_login.php:630
1465
  msgid "Enable email verification"
1466
  msgstr "Habilitar verificación de correo electrónico"
1467
 
1468
+ #: ../admin/social_login.php:640
1469
  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"
1470
  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"
1471
 
1472
+ #: ../admin/social_login.php:656
1473
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1474
  msgstr "Utilice <strong> [TheChamp-Login] </ strong> Código corto en el contenido de la página requerida / post en la que desea mostrar la interfaz Login Social."
1475
 
1476
+ #: ../admin/social_login.php:659
1477
  #, fuzzy
1478
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1479
  msgstr "Usted puede utilizar el atributo \"style\" en el Código corto al estilo de la interfaz Uso compartido sociales prestados."
1480
 
1481
+ #: ../admin/social_login.php:664
1482
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1483
  msgstr "Reemplace <strong>SHORTCODE</ strong> en el código anterior con el código corto requerido como <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, por lo que el código final se parece a siguiente"
1484
 
1485
+ #: ../admin/social_login.php:672
1486
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1487
  msgstr "Usted puede navegar a la Apariencia <strong> </ strong >> <strong> Reproductores </ strong> en el platillo izquierdo y arrastre <strong> Súper Socializer - Login </ strong> de widget en el área requerida."
1488
 
1489
+ #: ../admin/admin.php:8
1490
+ msgid "Welcome"
1491
+ msgstr "Bienvenida"
1492
 
1493
+ #: ../admin/admin.php:10
1494
+ msgid "You are ready to Socialize your website."
1495
+ msgstr "Usted está listo para Socializar su sitio web."
1496
 
1497
+ #: ../admin/admin.php:11
1498
+ msgid "Getting Started"
1499
+ msgstr "Para empezar"
1500
 
1501
+ #: ../admin/admin.php:12
1502
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1503
+ msgstr "Comience a configurar las opciones en las siguientes secciones del menú de Super Socializer en el panel izquierdo. Intercambio Social está habilitado en su sitio web por defecto."
1504
 
1505
+ #: ../admin/admin.php:13
1506
  #, fuzzy
1507
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1508
+ msgstr "En la sección de Facebook, puede configurar Comentarios y Transmisiones Facebook."
1509
 
1510
+ #: ../admin/admin.php:14
1511
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1512
+ msgstr "En la sección Social Login, puede seleccionar proveedores de Identificación Social y configurar las opciones de Social Login."
 
1513
 
1514
+ #: ../admin/admin.php:15
1515
  #, fuzzy
1516
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1517
+ msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
1518
 
1519
+ #: ../admin/admin.php:16
1520
  #, fuzzy
1521
+ msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1522
+ msgstr "En la sección Uso compartido Social, puede elegir las Redes Sociales para compartir y configurar los opciones para compartir."
1523
 
1524
+ #: ../inc/social_sharing.php:492
1525
+ msgid "Invalid request"
1526
+ msgstr "petición no válida"
 
 
1527
 
1528
+ #: ../inc/social_sharing.php:499
1529
+ msgid "Providers not selected"
1530
+ msgstr "Los proveedores no seleccionados"
 
1531
 
1532
  #: ../inc/widget.php:11
1533
  msgid "Super Socializer - Login"
1542
  msgstr "Cerrar sesión"
1543
 
1544
  #: ../inc/widget.php:77
1545
+ #: ../inc/widget.php:211
1546
+ #: ../inc/widget.php:497
1547
  msgid "Title:"
1548
  msgstr "Titulo:"
1549
 
1550
  #: ../inc/widget.php:79
1551
+ #: ../inc/widget.php:223
1552
+ #: ../inc/widget.php:507
1553
  msgid "Before widget content:"
1554
  msgstr " Antes del contenido del widget:"
1555
 
1556
  #: ../inc/widget.php:81
1557
+ #: ../inc/widget.php:225
1558
+ #: ../inc/widget.php:509
1559
  msgid "After widget content:"
1560
  msgstr "Después del contenido del widget:"
1561
 
1562
  #: ../inc/widget.php:84
1563
+ #: ../inc/widget.php:227
1564
+ #: ../inc/widget.php:380
1565
+ #: ../inc/widget.php:511
1566
+ #: ../inc/widget.php:652
1567
  msgid "Hide for logged in users:"
1568
  msgstr "Ocultar para los usuarios registrados:"
1569
 
1572
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, 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:213
1576
+ #: ../inc/widget.php:351
1577
  #, fuzzy
1578
  msgid "Show share counts:"
1579
  msgstr "conteos muestran acciones"
1580
 
1581
+ #: ../inc/widget.php:215
1582
+ #: ../inc/widget.php:353
1583
+ #: ../inc/widget.php:499
1584
+ #: ../inc/widget.php:625
1585
  msgid "Target Url:"
1586
  msgstr "Target Url:"
1587
 
1588
+ #: ../inc/widget.php:217
1589
+ #: ../inc/widget.php:355
1590
+ #: ../inc/widget.php:501
1591
+ #: ../inc/widget.php:627
1592
  msgid "Select"
1593
  msgstr "seleccionar"
1594
 
1595
+ #: ../inc/widget.php:246
1596
  #, fuzzy
1597
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1598
  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 "
1599
 
1600
+ #: ../inc/widget.php:361
1601
+ #: ../inc/widget.php:633
1602
  msgid "Alignment"
1603
  msgstr "Alineamiento"
1604
 
1605
+ #: ../inc/widget.php:367
1606
+ #: ../inc/widget.php:639
1607
  #, fuzzy
1608
  msgid "Left Offset"
1609
  msgstr "Desplazamiento hacia la izquierda:"
1610
 
1611
+ #: ../inc/widget.php:371
1612
+ #: ../inc/widget.php:643
1613
  #, fuzzy
1614
  msgid "Right Offset"
1615
  msgstr "desplazamiento izquierda"
1616
 
1617
+ #: ../inc/widget.php:374
1618
+ #: ../inc/widget.php:646
1619
  #, fuzzy
1620
  msgid "Top Offset"
1621
  msgstr "Margen superior:"
1622
 
1623
+ #: ../inc/widget.php:399
1624
  #, fuzzy
1625
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1626
  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 "
1627
 
1628
+ #: ../inc/widget.php:530
1629
  #, fuzzy
1630
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1631
  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 "
1632
 
1633
+ #~ msgid ""
1634
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
1635
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
1636
+ #~ "\">lordofthechamps@gmail.com</a>"
1637
+ #~ msgstr ""
1638
+ #~ "Quite los enlaces de crédito Programas (\"Super Socializer por The Champ "
1639
+ #~ "\") en sólo $ 15. ¿Interesado? Reciba por email: lordofthechamps@gmail.com"
1640
+
1641
+ #~ msgid "Feed"
1642
+ #~ msgstr "Alimentación"
1643
+
1644
+ #~ msgid "Important note"
1645
+ #~ msgstr "nota importante"
1646
+
1647
+ #, fuzzy
1648
+ #~ msgid ""
1649
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
1650
+ #~ "\"_blank\">this link</a>"
1651
+ #~ msgstr ""
1652
+ #~ "Para utilizar esta función, siga los pasos mencionados en <a href=\"%s\" "
1653
+ #~ "target=\"_blank\">este enlace</ a>"
1654
+
1655
+ #~ msgid "Publish feed on user's timeline on Facebook login"
1656
+ #~ msgstr ""
1657
+ #~ "Publicar alimentación en la línea de tiempo del usuario al ingresar a "
1658
+ #~ "Facebook"
1659
+
1660
+ #~ msgid ""
1661
+ #~ "If enabled, a post will be published on the timeline of the user logging "
1662
+ #~ "in"
1663
+ #~ msgstr ""
1664
+ #~ "\"Si está activado, un mensaje será publicado en la línea de tiempo del "
1665
+ #~ "usuario que ingresa \""
1666
+
1667
+ #~ msgid "Facebook Feed Options"
1668
+ #~ msgstr "Opciones de Alimentación en Facebook"
1669
+
1670
+ #~ msgid "Message"
1671
+ #~ msgstr "Mensaje"
1672
+
1673
+ #~ msgid ""
1674
+ #~ "Message for the feed post. %website-name% will be replaced with your "
1675
+ #~ "website name in actual message."
1676
+ #~ msgstr ""
1677
+ #~ "Mensaje para la publicación de alimentación %web-name% se reemplazará por "
1678
+ #~ "el nombre del sitio web en el mensaje real."
1679
+
1680
+ #~ msgid "Link (required)"
1681
+ #~ msgstr "Enlace (requerido)"
1682
+
1683
+ #~ msgid ""
1684
+ #~ "The link attached to this feed (required parameter for this functionality "
1685
+ #~ "to work)"
1686
+ #~ msgstr ""
1687
+ #~ "El enlace adjunto a esta publicación (parámetro requerido para que esta "
1688
+ #~ "función opere)"
1689
+
1690
+ #~ msgid "Picture"
1691
+ #~ msgstr "Imagen"
1692
+
1693
+ #~ msgid ""
1694
+ #~ "The URL of a picture attached to this post. The picture must be at least "
1695
+ #~ "200px by 200px. (if this url is not specified, image from the url "
1696
+ #~ "specified in Link parameter will be displayed in the post)"
1697
+ #~ msgstr ""
1698
+ #~ "La dirección URL de una imagen adjunta a esta publicación. La imagen debe "
1699
+ #~ "ser de al menos 200px por 200px. (Si no se especifica esta url, la imagen "
1700
+ #~ "de la URL especificada en el parámetro del enlace se mostrará en la "
1701
+ #~ "publicación)"
1702
+
1703
+ #~ msgid "Source"
1704
+ #~ msgstr "Fuente"
1705
+
1706
+ #~ msgid ""
1707
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
1708
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
1709
+ #~ "a thumbnail for the video."
1710
+ #~ msgstr ""
1711
+ #~ "La URL de un archivo multimedia (ya sea SWF o MP3) adjunto a este "
1712
+ #~ "mensaje. Si SWF, también debe especificar la imagen (en el parámetro "
1713
+ #~ "\"Imagen\") para proporcionar una imagen en miniatura para el vídeo."
1714
+
1715
+ #~ msgid "Name"
1716
+ #~ msgstr " Nombre"
1717
+
1718
+ #~ msgid "The name of the link attachment"
1719
+ #~ msgstr "El nombre del archivo adjunto del enlace"
1720
+
1721
+ #~ msgid "Caption"
1722
+ #~ msgstr "Leyenda"
1723
+
1724
+ #~ msgid ""
1725
+ #~ "The caption of the link (appears beneath the link name). If not "
1726
+ #~ "specified, this field is automatically populated with the URL of the link."
1727
+ #~ msgstr ""
1728
+ #~ "La leyenda del enlace (aparece debajo del nombre del enlace). Si no se "
1729
+ #~ "especifica, este campo se rellena automáticamente con la URL del enlace."
1730
+
1731
+ #~ msgid "Description"
1732
+ #~ msgstr "Descripción"
1733
+
1734
+ #~ msgid ""
1735
+ #~ "The description of the link (appears beneath the link caption). If not "
1736
+ #~ "specified, this field is automatically populated by information scraped "
1737
+ #~ "from the link, typically the title of the page."
1738
+ #~ msgstr ""
1739
+ #~ "La descripción del enlace (aparece bajo el texto del enlace). Si no se "
1740
+ #~ "especifica, este campo se rellena automáticamente por información "
1741
+ #~ "extraída desde el enlace, por lo general el título de la página."
1742
+
1743
+ #~ msgid ""
1744
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
1745
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
1746
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
1747
+ #~ "are not sure about this, keep this option unchecked.</strong>"
1748
+ #~ msgstr ""
1749
+ #~ "Si está activada (recomendado), se incluirá todo el código Javascript en "
1750
+ #~ "el pie de página de su sitio web. Nota: es posible que anule la "
1751
+ #~ "funcionalidad del plugin si los ganchos \"\"wp_footer\"\" y "
1752
+ #~ "\"\"login_footer\"\" no existen en su tema de Wordpress. En este caso, "
1753
+ #~ "mantener esta opción desactivada."
1754
+
1755
  #, fuzzy
1756
  #~ msgid ""
1757
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1786
  #~ "Si te gusta el plugin, lo quiere quitar mejorado y quieren ver en la "
1787
  #~ "parte superior de otros plugins, por favor considere hacer una donación."
1788
 
 
 
 
 
 
 
 
 
 
 
1789
  #~ msgid "Load first"
1790
  #~ msgstr "Cargue primero"
1791
 
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: 2014-12-19 21:27+0530\n"
6
- "PO-Revision-Date: 2014-12-19 21:28+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\n"
@@ -16,45 +16,45 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:186
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 "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 3 %s)"
23
 
24
- #: ../super_socializer.php:189
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:354
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:354
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:358
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
- #: ../super_socializer.php:377
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
- #: ../super_socializer.php:380
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:393
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:553
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
56
 
57
- #: ../super_socializer.php:557
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
60
 
@@ -62,40 +62,85 @@ msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être ame
62
  msgid "Options saved successfully"
63
  msgstr "Paramètres enregistrées avec succès"
64
 
65
- #: ../helper.php:189
 
 
 
 
 
 
 
 
66
  msgid "Settings"
67
  msgstr "Paramètres"
68
 
69
- #: ../helper.php:492
70
  #, fuzzy
71
  msgid "Account linked successfully"
72
  msgstr "Paramètres enregistrées avec succès"
73
 
74
- #: ../helper.php:498
75
  msgid "Account already exists or linked"
76
  msgstr "Compte existe déjà ou liée"
77
 
78
- #: ../helper.php:511
79
  #, fuzzy
80
  msgid "You are already connected with"
81
  msgstr "Vous êtes prêt à Socialiser votre site web."
82
 
83
- #: ../helper.php:511
84
  msgid "as primary social network"
85
  msgstr "comme réseau social primaire"
86
 
87
- #: ../helper.php:526
88
  msgid "Link your social account to login to your account at this website"
89
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
90
 
91
- #: ../helper.php:573
92
  msgid "Currently"
93
  msgstr "actuellement"
94
 
95
- #: ../helper.php:573
96
  msgid "Remove"
97
  msgstr "supprimer"
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: ../admin/help.php:4
100
  msgid "About"
101
  msgstr "A propos"
@@ -153,16 +198,8 @@ msgstr "Vous voulez un plugin personnalisé ?"
153
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
154
  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>."
155
 
156
- #: ../admin/help.php:80
157
- msgid "White-Label"
158
- msgstr "Label-Blanche"
159
-
160
- #: ../admin/help.php:82
161
- msgid "Remove the plugin credit links (\"Super Socializer by The Champ\") in just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
162
- msgstr "Supprimer l'attribution (\"Super Socializer by The Champ\") avec juste 15$. Intéressé ? Envoyez-moi un mail : <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
163
-
164
  #: ../admin/social_counter.php:11
165
- #: ../admin/social_counter.php:19
166
  #: ../admin/social_sharing.php:14
167
  #: ../admin/social_sharing.php:24
168
  #: ../admin/social_login.php:9
@@ -180,647 +217,443 @@ msgstr "Compteur Social"
180
  msgid "Shortcode & Widget"
181
  msgstr "Widgets et shortcodes"
182
 
183
- #: ../admin/social_counter.php:25
 
 
 
 
 
 
184
  msgid "Enable Social Counter"
185
  msgstr "Activer le Compteur Social"
186
 
187
- #: ../admin/social_counter.php:35
188
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
189
  msgstr "Control maître pour le Compteur Social. Il doit être coché pour active cette fonctionnalité"
190
 
191
- #: ../admin/social_counter.php:49
192
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
193
  msgstr "<strong> NB: </ strong> Afin de désactiver le compteur sur une page/publication particulière, modifies la page ou publication en question et changez les paramètres dans la partie <strong > \"Super Socializer \" </ strong> en bas de la page."
194
 
195
- #: ../admin/social_counter.php:66
196
  #: ../admin/social_sharing.php:88
197
  msgid "bit.ly url shortener"
198
  msgstr "bit.ly raccourcisseur d'URL"
199
 
200
- #: ../admin/social_counter.php:72
201
  msgid "Enable bit.ly url shortener for tweet button"
202
  msgstr "Activer le raccourcisseur d'URL bit.ly"
203
 
204
- #: ../admin/social_counter.php:82
205
  #: ../admin/social_sharing.php:104
206
  msgid "Master control to enable bit.ly url shortening for sharing"
207
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
208
 
209
- #: ../admin/social_counter.php:90
210
  #: ../admin/social_sharing.php:112
211
  msgid "bit.ly username"
212
  msgstr "Psuedo bit.ly"
213
 
214
- #: ../admin/social_counter.php:100
215
  #: ../admin/social_sharing.php:122
216
  #, php-format
217
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
218
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
219
 
220
- #: ../admin/social_counter.php:109
221
  #: ../admin/social_sharing.php:131
222
  msgid "bit.ly API Key"
223
  msgstr "Clé API bit.ly"
224
 
225
- #: ../admin/social_counter.php:119
226
  #: ../admin/social_sharing.php:141
227
  #, php-format
228
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
229
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
230
 
231
- #: ../admin/social_counter.php:129
232
- #: ../admin/social_counter.php:135
233
- #: ../admin/facebook.php:170
234
  msgid "Language"
235
  msgstr "Langue"
236
 
237
- #: ../admin/social_counter.php:145
238
  #, fuzzy, php-format
239
  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)"
240
  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."
241
 
242
- #: ../admin/social_counter.php:154
243
  msgid "Twitter username in tweet button"
244
  msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
245
 
246
- #: ../admin/social_counter.php:160
247
  #: ../admin/social_sharing.php:157
248
  msgid "Twitter username (without @)"
249
  msgstr "Psuedo Twitter (sans @)"
250
 
251
- #: ../admin/social_counter.php:170
252
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
253
  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."
254
 
255
- #: ../admin/social_counter.php:180
256
  msgid "Horizontal Counter Interface Options"
257
  msgstr "Paramètres du compteur horizontal"
258
 
259
- #: ../admin/social_counter.php:186
260
  msgid "Enable horizontal counter interface"
261
  msgstr "Activer le compteur horizontal"
262
 
263
- #: ../admin/social_counter.php:196
264
  msgid "Master control to enable horizontal counter"
265
  msgstr "Control maître pour activer le compteur horizontal"
266
 
267
- #: ../admin/social_counter.php:206
268
- #: ../admin/social_counter.php:419
269
  #: ../admin/social_sharing.php:203
270
- #: ../admin/social_sharing.php:510
271
  msgid "Target Url"
272
  msgstr "Cible Url"
273
 
274
- #: ../admin/social_counter.php:210
275
- #: ../admin/social_counter.php:423
276
  #: ../admin/social_sharing.php:207
277
- #: ../admin/social_sharing.php:514
278
  msgid "Url of the webpage where icons are located (default)"
279
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
280
 
281
- #: ../admin/social_counter.php:212
282
- #: ../admin/social_counter.php:425
283
  #: ../admin/social_sharing.php:209
284
- #: ../admin/social_sharing.php:516
285
  msgid "Url of the homepage of your website"
286
  msgstr "Url de la page d'accueil de votre site Web"
287
 
288
- #: ../admin/social_counter.php:214
289
- #: ../admin/social_counter.php:427
290
  #: ../admin/social_sharing.php:211
291
- #: ../admin/social_sharing.php:518
292
  #, fuzzy
293
  msgid "Custom url"
294
  msgstr "URL personnalisé"
295
 
296
- #: ../admin/social_counter.php:221
297
- #: ../admin/social_counter.php:434
298
  msgid "Url to like/share/tweet and display like/share/tweet counts"
299
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
300
 
301
- #: ../admin/social_counter.php:229
302
  #: ../admin/social_sharing.php:226
303
  #: ../admin/social_login.php:314
304
  msgid "Title"
305
  msgstr "Titre"
306
 
307
- #: ../admin/social_counter.php:239
308
  msgid "The text to display above the counter interface"
309
  msgstr "La texte à afficher au-dessus du compteur"
310
 
311
- #: ../admin/social_counter.php:247
312
- #: ../admin/social_counter.php:442
313
  msgid "Select and rearrange providers"
314
  msgstr "Selectionner et repositionner les réseaux sociaux"
315
 
316
- #: ../admin/social_counter.php:291
317
- #: ../admin/social_counter.php:485
318
  msgid "Select the providers for counter interface. Drag them to rearrange."
319
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
320
 
321
- #: ../admin/social_counter.php:299
322
- #: ../admin/social_counter.php:511
323
- #: ../admin/social_sharing.php:371
324
- #: ../admin/social_sharing.php:678
325
  msgid "Horizontal alignment"
326
  msgstr "Alignement horizontal"
327
 
328
- #: ../admin/social_counter.php:303
329
- #: ../admin/social_counter.php:515
330
- #: ../admin/social_sharing.php:375
331
- #: ../admin/social_sharing.php:682
332
  msgid "Left"
333
  msgstr "Gauche"
334
 
335
- #: ../admin/social_counter.php:304
336
- #: ../admin/social_sharing.php:376
337
  msgid "Center"
338
  msgstr "centre"
339
 
340
- #: ../admin/social_counter.php:305
341
- #: ../admin/social_counter.php:516
342
- #: ../admin/social_sharing.php:377
343
- #: ../admin/social_sharing.php:683
344
  msgid "Right"
345
  msgstr "Droite"
346
 
347
- #: ../admin/social_counter.php:313
348
- #: ../admin/social_counter.php:524
349
  msgid "Horizontal alignment of the counter interface"
350
  msgstr "Alignement horizontal du compteur"
351
 
352
- #: ../admin/social_counter.php:321
353
- #: ../admin/social_sharing.php:393
354
  msgid "Position with respect to content"
355
  msgstr "Position par rapport au contenu"
356
 
357
- #: ../admin/social_counter.php:325
358
- #: ../admin/social_sharing.php:397
359
  msgid "Top of the content"
360
  msgstr "Au-dessus du contenu"
361
 
362
- #: ../admin/social_counter.php:327
363
- #: ../admin/social_sharing.php:399
364
  msgid "Bottom of the content"
365
  msgstr "En-dessous du contenu"
366
 
367
- #: ../admin/social_counter.php:334
368
  msgid "Specify position of the counter interface with respect to the content"
369
  msgstr "Définir la position du compteur par rapport au contenu de la page"
370
 
371
- #: ../admin/social_counter.php:342
372
- #: ../admin/social_counter.php:590
373
  msgid "Counter location"
374
  msgstr "Position du compteur"
375
 
376
- #: ../admin/social_counter.php:346
377
- #: ../admin/social_counter.php:594
378
- #: ../admin/social_sharing.php:418
379
- #: ../admin/social_sharing.php:761
380
- #: ../admin/social_login.php:494
381
- #: ../admin/social_login.php:524
382
  msgid "Homepage"
383
  msgstr "Page d'accueil"
384
 
385
- #: ../admin/social_counter.php:348
386
- #: ../admin/social_counter.php:596
387
- #: ../admin/social_sharing.php:420
388
- #: ../admin/social_sharing.php:763
389
  msgid "Posts"
390
  msgstr "Publications"
391
 
392
- #: ../admin/social_counter.php:350
393
- #: ../admin/social_counter.php:598
394
- #: ../admin/social_sharing.php:422
395
- #: ../admin/social_sharing.php:765
396
  msgid "Pages"
397
  msgstr "Pages"
398
 
399
- #: ../admin/social_counter.php:352
400
- #: ../admin/social_counter.php:600
401
- #: ../admin/social_sharing.php:424
402
- #: ../admin/social_sharing.php:767
403
  msgid "Excerpts"
404
  msgstr "Extraits"
405
 
406
- #: ../admin/social_counter.php:354
407
- #: ../admin/social_counter.php:602
408
- #: ../admin/social_sharing.php:426
409
- #: ../admin/social_sharing.php:769
410
  msgid "Category Archives"
411
  msgstr "Archives des catégories"
412
 
413
- #: ../admin/social_counter.php:360
414
- #: ../admin/social_sharing.php:432
 
 
 
 
 
 
 
415
  msgid "BuddyPress activity and groups"
416
  msgstr ""
417
 
418
- #: ../admin/social_counter.php:367
419
- #: ../admin/social_counter.php:608
420
- #: ../admin/social_sharing.php:439
421
- #: ../admin/social_sharing.php:775
422
  msgid "BBPress forum"
423
  msgstr ""
424
 
425
- #: ../admin/social_counter.php:370
426
- #: ../admin/social_counter.php:611
427
- #: ../admin/social_sharing.php:442
428
- #: ../admin/social_sharing.php:778
429
  msgid "BBPress topic"
430
  msgstr ""
431
 
432
- #: ../admin/social_counter.php:373
433
- #: ../admin/social_sharing.php:445
434
  msgid "BBPress reply"
435
  msgstr ""
436
 
437
- #: ../admin/social_counter.php:383
438
  msgid "Specify the pages where you want to enable counter interface"
439
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
440
 
441
- #: ../admin/social_counter.php:393
442
  msgid "Vertical (Floating) counter interface Options"
443
  msgstr "Paramètres du compteur vertical (flotant)"
444
 
445
- #: ../admin/social_counter.php:399
446
  msgid "Enable vertical (floating) counter interface"
447
  msgstr "Activer le compteur vertical (flotant)"
448
 
449
- #: ../admin/social_counter.php:409
450
  msgid "Master control to enable vertical (floating) counter widget"
451
  msgstr "Control maître pour activer le compteur vertical (flotant)"
452
 
453
- #: ../admin/social_counter.php:493
454
- #: ../admin/social_sharing.php:660
455
  msgid "Background Color"
456
  msgstr "Couleur de fond"
457
 
458
- #: ../admin/social_counter.php:503
459
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
460
  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>"
461
 
462
- #: ../admin/social_counter.php:533
463
- #: ../admin/social_sharing.php:700
464
  msgid "Left offset"
465
  msgstr "Marge à gauche"
466
 
467
- #: ../admin/social_counter.php:543
468
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
469
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
470
 
471
- #: ../admin/social_counter.php:553
472
- #: ../admin/social_sharing.php:720
473
  msgid "Right offset"
474
  msgstr "Marge à droite"
475
 
476
- #: ../admin/social_counter.php:563
477
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
478
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
479
 
480
- #: ../admin/social_counter.php:572
481
- #: ../admin/social_sharing.php:739
482
  msgid "Top offset"
483
  msgstr "Marge au-dessus"
484
 
485
- #: ../admin/social_counter.php:582
486
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
487
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
488
 
489
- #: ../admin/social_counter.php:621
490
  msgid "Specify the pages where you want to enable vertical counter interface"
491
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
492
 
493
- #: ../admin/social_counter.php:637
494
- #: ../admin/facebook.php:12
495
- #: ../admin/facebook.php:372
496
- #: ../admin/social_sharing.php:823
497
- #: ../admin/social_login.php:634
498
  msgid "Shortcode"
499
  msgstr "Shortcode"
500
 
501
- #: ../admin/social_counter.php:639
502
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
503
  msgstr "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> dans le contenu d'une page ou publication si vous voulez y afficher les boutons de partage."
504
 
505
- #: ../admin/social_counter.php:640
506
  #: ../admin/social_counter.php:645
507
  #: ../admin/social_counter.php:650
508
  #: ../admin/social_counter.php:655
509
  #: ../admin/social_counter.php:660
510
- #: ../admin/facebook.php:375
511
- #: ../admin/facebook.php:380
512
- #: ../admin/facebook.php:385
513
- #: ../admin/facebook.php:390
514
- #: ../admin/facebook.php:395
515
- #: ../admin/social_sharing.php:826
516
- #: ../admin/social_sharing.php:831
517
- #: ../admin/social_sharing.php:836
518
- #: ../admin/social_sharing.php:841
519
- #: ../admin/social_sharing.php:846
520
- #: ../admin/social_sharing.php:851
521
- #: ../admin/social_login.php:637
522
- #: ../admin/social_login.php:640
 
523
  msgid "Example"
524
  msgstr "Exemple"
525
 
526
- #: ../admin/social_counter.php:642
527
- #: ../admin/facebook.php:377
528
- #: ../admin/social_sharing.php:828
529
  msgid "You can use following attributes in the Shortcode"
530
  msgstr "Vous pouvez utiliser les attributs suivants dans le shortcode"
531
 
532
- #: ../admin/social_counter.php:644
533
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
534
  msgstr "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les boutons de partage."
535
 
536
- #: ../admin/social_counter.php:649
537
  #, fuzzy
538
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
539
  msgstr "Utilisez l'attribut \"<strong>type</ strong>\" afin de définir le type (\"horizontal \" o \"vertical \") de Compteur Social à afficher. Par défaut, celui-ci est \"horizontal \"."
540
 
541
- #: ../admin/social_counter.php:653
542
  msgid "Left (Works with \"Vertical\" type interface only)"
543
  msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
544
 
545
- #: ../admin/social_counter.php:654
546
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
547
  msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
548
 
549
- #: ../admin/social_counter.php:658
550
  msgid "Top (Works with \"Vertical\" type interface only)"
551
  msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
552
 
553
- #: ../admin/social_counter.php:659
554
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
555
  msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
556
 
557
- #: ../admin/social_counter.php:662
558
- #: ../admin/facebook.php:397
559
- #: ../admin/social_sharing.php:853
560
- #: ../admin/social_login.php:642
561
  msgid "You can use shortcode in PHP file as following"
562
  msgstr "Vous pouvez utilizer le shortcode dans un fichier PHP comme ceci :"
563
 
564
- #: ../admin/social_counter.php:664
565
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
566
  msgstr "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, pour que le résultat soit ainsi :"
567
 
568
- #: ../admin/social_counter.php:670
569
- #: ../admin/social_sharing.php:861
570
- #: ../admin/social_login.php:650
571
  msgid "Widget"
572
  msgstr "Widget"
573
 
574
- #: ../admin/social_counter.php:672
575
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
576
  msgstr "Vous pouvez aller à <strong>Apparence</ strong > > <strong>Widgets</ strong> dans la partie gauche de votre écran et glisser <strong> Super Socializer - Compteur (Widget Horizontal) </ strong> et <strong> Super Socializer - Compteur (Widget Vertical Flotant) </ strong> dans les zones que vous voulez."
577
 
578
- #: ../admin/social_counter.php:681
579
- #: ../admin/facebook.php:424
580
- #: ../admin/social_sharing.php:907
581
- #: ../admin/social_login.php:661
582
- msgid "Save Changes"
583
- msgstr "Sauvegarder"
584
-
585
- #: ../admin/facebook.php:10
586
- msgid "Facebook Commenting"
587
- msgstr "Commentaires Facebook"
588
-
589
- #: ../admin/facebook.php:11
590
- #: ../admin/facebook.php:202
591
- msgid "Feed"
592
- msgstr "Flux"
593
-
594
- #: ../admin/facebook.php:13
595
- #: ../admin/social_sharing.php:18
596
- msgid "FAQ"
597
- msgstr "FAQ"
598
-
599
- #: ../admin/facebook.php:19
600
- #: ../admin/facebook.php:25
601
- msgid "Enable Facebook Commenting"
602
- msgstr "Activer les commentaires Facebook"
603
-
604
- #: ../admin/facebook.php:35
605
  #, fuzzy
606
- msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
607
- msgstr "Après l'activation de cette fonctionnalité, les commentaires Facebook s'afficheront à la place des commentaires WordPress sur votre site"
608
-
609
- #: ../admin/facebook.php:45
610
- msgid "Facebook Commenting Options"
611
- msgstr "Paramètres des commentaires Facebook"
612
-
613
- #: ../admin/facebook.php:51
614
- msgid "Url to comment on"
615
- msgstr "URL à commenter"
616
-
617
- #: ../admin/facebook.php:61
618
- 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."
619
- 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é."
620
-
621
- #: ../admin/facebook.php:69
622
- msgid "Width"
623
- msgstr "Largeur"
624
-
625
- #: ../admin/facebook.php:79
626
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
627
- msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
628
-
629
- #: ../admin/facebook.php:87
630
- msgid "Color Scheme"
631
- msgstr "Schéma de couleurs"
632
-
633
- #: ../admin/facebook.php:91
634
- msgid "Light"
635
- msgstr "Clair"
636
-
637
- #: ../admin/facebook.php:92
638
- msgid "Dark"
639
- msgstr "Sombre"
640
-
641
- #: ../admin/facebook.php:100
642
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
643
- msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
644
-
645
- #: ../admin/facebook.php:108
646
- #, fuzzy
647
- msgid "Number of comments"
648
- msgstr "Le nombre de publications"
649
-
650
- #: ../admin/facebook.php:118
651
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
652
- msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
653
-
654
- #: ../admin/facebook.php:126
655
- msgid "Order by"
656
- msgstr "Trier par"
657
-
658
- #: ../admin/facebook.php:130
659
- msgid "Social"
660
- msgstr "Social"
661
-
662
- #: ../admin/facebook.php:131
663
- msgid "Reverse Time"
664
- msgstr "Anachronique"
665
-
666
- #: ../admin/facebook.php:132
667
- msgid "Time"
668
- msgstr "Heure"
669
-
670
- #: ../admin/facebook.php:140
671
- msgid "The order to use when displaying comments."
672
- msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
673
-
674
- #: ../admin/facebook.php:148
675
- msgid "Mobile"
676
- msgstr "Portable"
677
-
678
- #: ../admin/facebook.php:152
679
- msgid "Auto Detect"
680
- msgstr "Detecter automatiquement"
681
-
682
- #: ../admin/facebook.php:153
683
- msgid "True"
684
- msgstr "Vrai"
685
-
686
- #: ../admin/facebook.php:154
687
- msgid "False"
688
- msgstr "Faux"
689
-
690
- #: ../admin/facebook.php:162
691
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
692
- msgstr "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
693
-
694
- #: ../admin/facebook.php:180
695
- #, php-format
696
- 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)"
697
- 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."
698
-
699
- #: ../admin/facebook.php:195
700
- msgid "Important note"
701
- msgstr "Mot important"
702
-
703
- #: ../admin/facebook.php:197
704
- #, php-format
705
- msgid "To use this feature follow the steps mentioned at <a href=\"%s\" target=\"_blank\">this link</a>"
706
- msgstr "Afin de se server de cette fonctionnalité, veuillez suivre les étapes indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
707
-
708
- #: ../admin/facebook.php:208
709
- msgid "Publish feed on user's timeline on Facebook login"
710
- msgstr "Publier le flux sur le profil de l'utilisateur s'il s'est connecté avec Facebook"
711
-
712
- #: ../admin/facebook.php:218
713
- msgid "If enabled, a post will be published on the timeline of the user logging in"
714
- msgstr "Une fois activée, une publication sera publié sur le mur de l'utilisateur qui se connecte"
715
-
716
- #: ../admin/facebook.php:228
717
- msgid "Facebook Feed Options"
718
- msgstr "Paramètres du Flux Facebook"
719
-
720
- #: ../admin/facebook.php:234
721
- msgid "Message"
722
- msgstr "Message"
723
-
724
- #: ../admin/facebook.php:244
725
- msgid "Message for the feed post. %website-name% will be replaced with your website name in actual message."
726
- msgstr "Message pour la publication dans le fil d'actualité. %website-name% sera remplacé par le nom de votre site dans le vrai message."
727
-
728
- #: ../admin/facebook.php:253
729
- msgid "Link (required)"
730
- msgstr "Lien (requis)"
731
-
732
- #: ../admin/facebook.php:263
733
- msgid "The link attached to this feed (required parameter for this functionality to work)"
734
- msgstr "Le lien associé à ce flux (requis pour cette fonctionnalité)"
735
-
736
- #: ../admin/facebook.php:271
737
- msgid "Picture"
738
- msgstr "Image"
739
-
740
- #: ../admin/facebook.php:281
741
- msgid "The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)"
742
- msgstr "Le lien d'une image à joinder à la publication. L'image doit être de taille minimum 200px par 200px (si ce URL n'est pas défini, Facebook choisira une image)"
743
-
744
- #: ../admin/facebook.php:290
745
- msgid "Source"
746
- msgstr "Source"
747
-
748
- #: ../admin/facebook.php:300
749
- msgid "The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in \"Picture\" parameter) to provide a thumbnail for the video."
750
- msgstr "Le lien vers le fichier (soit SWF ou MP3) joint à cette publication. Si c'est un fichier SWF, vous devez également définir une image (dans le parameter \"Image\") afin de fournir une vignette pour la vidéo."
751
-
752
- #: ../admin/facebook.php:308
753
- msgid "Name"
754
- msgstr "Nom"
755
-
756
- #: ../admin/facebook.php:318
757
- msgid "The name of the link attachment"
758
- msgstr "Le nom du lien joint à la publication"
759
-
760
- #: ../admin/facebook.php:327
761
- msgid "Caption"
762
- msgstr "Légende"
763
-
764
- #: ../admin/facebook.php:337
765
- msgid "The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link."
766
- msgstr "La légende du lien (apparait sous le nom du lien). Si aucune légende est définie, ce champs affiche automatiquement le URL du lien."
767
-
768
- #: ../admin/facebook.php:346
769
- msgid "Description"
770
- msgstr "Description"
771
-
772
- #: ../admin/facebook.php:356
773
- msgid "The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page."
774
- msgstr "La description du lien (apparaît sous la légende). Si aucune description est définie, ce champs affiche automatiquement de l'information recueillie dans le lien, comme le titre de la page."
775
-
776
- #: ../admin/facebook.php:374
777
- #, fuzzy
778
- msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
779
- msgstr "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> dans le contenu d'une page ou publication si vous voulez y afficher les boutons de partage."
780
-
781
- #: ../admin/facebook.php:379
782
- #, fuzzy
783
- msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
784
- msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
785
-
786
- #: ../admin/facebook.php:384
787
- #, fuzzy
788
- msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
789
- msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
790
-
791
- #: ../admin/facebook.php:388
792
- msgid "num_posts"
793
- msgstr ""
794
-
795
- #: ../admin/facebook.php:389
796
- #, fuzzy
797
- msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
798
- msgstr "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les boutons de partage."
799
-
800
- #: ../admin/facebook.php:393
801
- #, fuzzy
802
- msgid "width"
803
- msgstr "Largeur"
804
-
805
- #: ../admin/facebook.php:394
806
- #, fuzzy
807
- msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
808
- msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut des boutons."
809
 
810
- #: ../admin/facebook.php:399
811
  #, fuzzy
812
- msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
813
- msgstr "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, pour que le résultat soit ainsi :"
814
 
815
- #: ../admin/facebook.php:410
816
  #, fuzzy
817
- msgid "How can I disable FB comments at individual page/post?"
818
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
819
 
820
- #: ../admin/facebook.php:414
821
- msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
 
 
 
822
  msgstr "Modifier cette page / poste et cochez l'option \"Désactiver Facebook Commentaires sur ce post / la page \" au bas de section \"super Socializer \""
823
 
 
 
 
 
 
 
 
824
  #: ../admin/social_sharing.php:15
825
  msgid "Social Sharing"
826
  msgstr "Partage social"
@@ -875,7 +708,7 @@ msgid "Master control to enable horizontal sharing"
875
  msgstr "Control maître pour activer le partage horizontal"
876
 
877
  #: ../admin/social_sharing.php:218
878
- #: ../admin/social_sharing.php:525
879
  msgid "Url to share"
880
  msgstr "URL pour partager"
881
 
@@ -884,263 +717,412 @@ msgid "The text to display above the sharing interface"
884
  msgstr "Le texte à afficher au-dessus des boutons de partage"
885
 
886
  #: ../admin/social_sharing.php:244
887
- #: ../admin/social_sharing.php:533
888
  #: ../admin/social_login.php:41
889
  msgid "Select providers"
890
  msgstr "Selectionner les réseaux sociaux"
891
 
892
  #: ../admin/social_sharing.php:249
893
- #: ../admin/social_sharing.php:538
894
  #: ../admin/social_login.php:46
895
  msgid "Facebook"
896
  msgstr "Facebook"
897
 
898
  #: ../admin/social_sharing.php:254
899
- #: ../admin/social_sharing.php:543
900
  #: ../admin/social_login.php:50
901
  msgid "Twitter"
902
  msgstr "Twitter"
903
 
904
  #: ../admin/social_sharing.php:259
905
- #: ../admin/social_sharing.php:548
906
  #: ../admin/social_login.php:54
907
  msgid "LinkedIn"
908
  msgstr "LinkedIn"
909
 
910
  #: ../admin/social_sharing.php:264
911
- #: ../admin/social_sharing.php:553
912
  #: ../admin/social_login.php:58
913
  msgid "Google+"
914
  msgstr "Google+"
915
 
916
  #: ../admin/social_sharing.php:269
917
- #: ../admin/social_sharing.php:558
918
  msgid "Print"
919
  msgstr "Imprimer"
920
 
921
  #: ../admin/social_sharing.php:274
922
- #: ../admin/social_sharing.php:563
923
  msgid "Email"
924
  msgstr "E-mail"
925
 
926
  #: ../admin/social_sharing.php:279
927
- #: ../admin/social_sharing.php:568
928
  msgid "Yahoo"
929
  msgstr "Yahoo!"
930
 
931
  #: ../admin/social_sharing.php:284
932
- #: ../admin/social_sharing.php:573
933
  msgid "Reddit"
934
  msgstr "Reddit"
935
 
936
  #: ../admin/social_sharing.php:289
937
- #: ../admin/social_sharing.php:578
938
  msgid "Digg"
939
  msgstr "Digg"
940
 
941
  #: ../admin/social_sharing.php:294
942
- #: ../admin/social_sharing.php:583
943
  msgid "Delicious"
944
  msgstr "Delicious"
945
 
946
  #: ../admin/social_sharing.php:299
947
- #: ../admin/social_sharing.php:588
948
  msgid "StumbleUpon"
949
  msgstr "StumbleUpon"
950
 
951
  #: ../admin/social_sharing.php:304
952
- #: ../admin/social_sharing.php:593
953
  msgid "Float it"
954
  msgstr "Float it"
955
 
956
  #: ../admin/social_sharing.php:309
957
- #: ../admin/social_sharing.php:598
958
  msgid "Tumblr"
959
  msgstr "Tumblr"
960
 
961
  #: ../admin/social_sharing.php:314
962
- #: ../admin/social_sharing.php:603
963
  #: ../admin/social_login.php:62
964
  msgid "Vkontakte"
965
  msgstr "Vkontakte"
966
 
967
  #: ../admin/social_sharing.php:319
968
- #: ../admin/social_sharing.php:608
969
  msgid "Pinterest"
970
  msgstr "Pinterest"
971
 
972
  #: ../admin/social_sharing.php:324
973
- #: ../admin/social_sharing.php:613
974
  #: ../admin/social_login.php:70
975
  msgid "Xing"
976
  msgstr ""
977
 
978
- #: ../admin/social_sharing.php:332
979
- #: ../admin/social_sharing.php:621
 
 
 
 
980
  msgid "Select the providers for sharing interface"
981
  msgstr "Selectionner les réseaux sociaux à inclure"
982
 
983
- #: ../admin/social_sharing.php:340
984
- #: ../admin/social_sharing.php:629
985
  msgid "Rearrange icons"
986
  msgstr "Repositionner les icônes"
987
 
988
- #: ../admin/social_sharing.php:363
989
- #: ../admin/social_sharing.php:652
990
  msgid "Drag the icons to rearrange in desired order"
991
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
992
 
993
- #: ../admin/social_sharing.php:385
994
- #: ../admin/social_sharing.php:691
995
  msgid "Horizontal alignment of the sharing interface"
996
  msgstr "Alignement horizontal des boutons de partage"
997
 
998
- #: ../admin/social_sharing.php:406
999
  msgid "Specify position of the sharing interface with respect to the content"
1000
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
1001
 
1002
- #: ../admin/social_sharing.php:414
1003
- #: ../admin/social_sharing.php:757
1004
  msgid "Sharing location"
1005
  msgstr "Position de partage"
1006
 
1007
- #: ../admin/social_sharing.php:455
1008
  msgid "Specify the pages where you want to enable Sharing interface"
1009
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
1010
 
1011
- #: ../admin/social_sharing.php:463
1012
- #: ../admin/social_sharing.php:796
1013
  msgid "Show share counts"
1014
  msgstr "Afficher le compteur des partages"
1015
 
1016
- #: ../admin/social_sharing.php:473
1017
- #: ../admin/social_sharing.php:806
1018
  msgid "If enabled, share counts are displayed above sharing icons."
1019
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
1020
 
1021
- #: ../admin/social_sharing.php:484
1022
  msgid "Vertical (Floating) Sharing Interface Options"
1023
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
1024
 
1025
- #: ../admin/social_sharing.php:490
1026
  msgid "Enable vertical (floating) sharing interface"
1027
  msgstr "Activer les boutons de partage verticaux (flotants)"
1028
 
1029
- #: ../admin/social_sharing.php:500
1030
  msgid "Master control to enable vertical (floating) sharing widget"
1031
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
1032
 
1033
- #: ../admin/social_sharing.php:670
1034
  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>"
1035
  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>"
1036
 
1037
- #: ../admin/social_sharing.php:710
1038
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
1039
  msgstr "Définir la taille de la marge à gauche (en pixels)."
1040
 
1041
- #: ../admin/social_sharing.php:730
1042
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
1043
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
1044
 
1045
- #: ../admin/social_sharing.php:749
1046
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
1047
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
1048
 
1049
- #: ../admin/social_sharing.php:788
1050
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1051
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
1052
 
1053
- #: ../admin/social_sharing.php:825
1054
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
1055
  msgstr "Vous pouvez utiliser le shortcode <strong>[TheChamp-Sharing]</strong> dans le contenu d'une page/publication si vous souhaitez y afficher les boutons de partage."
1056
 
1057
- #: ../admin/social_sharing.php:830
1058
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
1059
  msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
1060
 
1061
- #: ../admin/social_sharing.php:835
1062
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
1063
  msgstr "Utilisez l'attribut <strong>type</ strong> afin de définir quel type de boutons à afficher (\"horizontal\" ou \"vertical\"). \"horizontal\" par défaut."
1064
 
1065
- #: ../admin/social_sharing.php:840
1066
  #, fuzzy
1067
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
1068
  msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
1069
 
1070
- #: ../admin/social_sharing.php:844
1071
  #, fuzzy
1072
  msgid "left (Works with \"Vertical\" type interface only)"
1073
  msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
1074
 
1075
- #: ../admin/social_sharing.php:845
1076
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
1077
  msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la marge à gauche des boutons."
1078
 
1079
- #: ../admin/social_sharing.php:849
1080
  #, fuzzy
1081
  msgid "top (Works with \"Vertical\" type interface only)"
1082
  msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
1083
 
1084
- #: ../admin/social_sharing.php:850
1085
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
1086
  msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut des boutons."
1087
 
1088
- #: ../admin/social_sharing.php:855
1089
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1090
  msgstr "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le shortcode requis, par exemple <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, pour que le résultat ressemble à ceci"
1091
 
1092
- #: ../admin/social_sharing.php:863
1093
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1094
  msgstr "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à gauche et faites glisser le widget \"Super Socializer - Sharing (Horizontal Widget)\" ou \"Super Socializer - Sharing (Vertical Widget)\" dans le zone désiré."
1095
 
1096
- #: ../admin/social_sharing.php:873
1097
  msgid "Facebook Sharing Troubleshooter"
1098
  msgstr "Résoudre les problems Facebook"
1099
 
1100
- #: ../admin/social_sharing.php:878
1101
  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:"
1102
  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."
1103
 
1104
- #: ../admin/social_sharing.php:892
1105
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1106
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1107
 
1108
- #: ../admin/social_sharing.php:896
1109
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
1110
  msgstr "Choisissez l'option \"Url de la page d'accueil de votre site Web \" dans option \"URL cible \" et \"Afficher activer part compte \""
1111
 
1112
- #: ../admin/social_admin.php:8
1113
- msgid "Welcome"
1114
- msgstr "Bienvenue"
 
1115
 
1116
- #: ../admin/social_admin.php:10
1117
- msgid "You are ready to Socialize your website."
1118
- msgstr "Vous êtes prêt à Socialiser votre site web."
1119
 
1120
- #: ../admin/social_admin.php:11
1121
- msgid "Getting Started"
1122
- msgstr "Pour commencer"
1123
 
1124
- #: ../admin/social_admin.php:12
1125
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1126
- msgstr "Commencez à changer les options dans les parties sous le menu <strong>Super Socializer</strong> à gauche. <strong>Partage social</strong> est active sur votre site par défaut."
 
1127
 
1128
- #: ../admin/social_admin.php:13
1129
- msgid "In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed."
1130
- msgstr "Dans la section Facebook, vous pouvez configure les commentaires et flux Facebook."
 
1131
 
1132
- #: ../admin/social_admin.php:14
1133
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1134
- msgstr "Dans la section \"Connection par les réseaux sociaux\" vous pouvez selectionner les réseaux sociaux et configurer les paramètres."
1135
 
1136
- #: ../admin/social_admin.php:15
1137
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing."
1138
- msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
1139
 
1140
- #: ../admin/social_admin.php:16
1141
  #, fuzzy
1142
- msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1143
- msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1144
 
1145
  #: ../admin/social_login.php:10
1146
  msgid "Social Login"
@@ -1278,8 +1260,8 @@ msgid "Include Javascript in website footer"
1278
  msgstr "Inclure le javascript dans le footer de votre site"
1279
 
1280
  #: ../admin/social_login.php:294
1281
- msgid "If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>"
1282
- msgstr "Si active (recommandé), tout le code javascript sera inclus dans le footer de votre site et donc sera chargé en dernier. <br/><strong>\"wp_footer\" et \"login_footer\" doivent être inclus dans votre theme Wordpress afin que cela fonctionne. Si vous avez une doute, ne cochez pas la case."
1283
 
1284
  #: ../admin/social_login.php:308
1285
  msgid "Login options"
@@ -1362,142 +1344,148 @@ msgstr "Envoyer le pseudo et mot de passe après la creation de compte de utilis
1362
  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)"
1363
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1364
 
1365
- #: ../admin/social_login.php:488
 
 
 
 
 
 
 
 
1366
  msgid "Login redirection"
1367
  msgstr "Rediriger la page après la connection"
1368
 
1369
- #: ../admin/social_login.php:492
1370
  msgid "Same page where user logged in"
1371
  msgstr "La même page ou l'utilisateur s'est connecté"
1372
 
1373
- #: ../admin/social_login.php:496
1374
- #: ../admin/social_login.php:526
1375
  msgid "Account dashboard"
1376
  msgstr "Leur compte"
1377
 
1378
- #: ../admin/social_login.php:499
1379
- #: ../admin/social_login.php:529
1380
  msgid "BuddyPress profile page"
1381
  msgstr "BuddyPress page de profil"
1382
 
1383
- #: ../admin/social_login.php:502
1384
- #: ../admin/social_login.php:532
1385
  msgid "Custom Url"
1386
  msgstr "URL personnalisé"
1387
 
1388
- #: ../admin/social_login.php:510
1389
  msgid "User will be redirected to the selected page after Social Login"
1390
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1391
 
1392
- #: ../admin/social_login.php:518
1393
  msgid "Registration redirection"
1394
  msgstr "Redirection après la création de compte"
1395
 
1396
- #: ../admin/social_login.php:522
1397
  #, fuzzy
1398
  msgid "Same page from where user registered"
1399
  msgstr "La même page ou l'utilisateur s'est connecté"
1400
 
1401
- #: ../admin/social_login.php:540
1402
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1403
  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)"
1404
 
1405
- #: ../admin/social_login.php:548
1406
  msgid "Email popup options"
1407
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1408
 
1409
- #: ../admin/social_login.php:554
1410
  msgid "Text on 'Email required' popup"
1411
  msgstr "Texte dans le popup \"E-mail requis\""
1412
 
1413
- #: ../admin/social_login.php:564
1414
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1415
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1416
 
1417
- #: ../admin/social_login.php:573
1418
  msgid "Error message for 'Email required' popup"
1419
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1420
 
1421
- #: ../admin/social_login.php:583
1422
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1423
  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."
1424
 
1425
- #: ../admin/social_login.php:592
1426
  msgid "Email popup height"
1427
  msgstr "Hauteur du popup e-mail"
1428
 
1429
- #: ../admin/social_login.php:602
1430
  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."
1431
  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."
1432
 
1433
- #: ../admin/social_login.php:610
1434
  msgid "Enable email verification"
1435
  msgstr "Activer la verification de l'adresse e-mail"
1436
 
1437
- #: ../admin/social_login.php:620
1438
  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"
1439
  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."
1440
 
1441
- #: ../admin/social_login.php:636
1442
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1443
  msgstr "Utilisez le shortcode <strong>[TheChamp-Login]</strong> dans le contenu de la page/publication où vous souhaitez faire apparaître le widget de connection par les réseaux sociaux."
1444
 
1445
- #: ../admin/social_login.php:639
1446
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1447
  msgstr "Vous pouvez utiliser l'attribut \"style\" dans le shortcode afin de customizer le login social."
1448
 
1449
- #: ../admin/social_login.php:644
1450
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1451
  msgstr "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le code désiré, par exemple <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong> pour que le résultat ressemble à ceci"
1452
 
1453
- #: ../admin/social_login.php:652
1454
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1455
  msgstr "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à gauche et faites glisser le widget \"Super Socializer - Login\" dans le zone désiré."
1456
 
1457
- #: ../inc/social_sharing.php:463
1458
- msgid "Invalid request"
1459
- msgstr "Demande non-valable !"
1460
 
1461
- #: ../inc/social_sharing.php:470
1462
- msgid "Providers not selected"
1463
- msgstr "Réseaux sociaux non-selectionnés !"
1464
 
1465
- #: ../inc/social_sharing.php:603
1466
- msgid "Disable Horizontal Social Sharing on this "
1467
- msgstr "Désactiver les boutons de partage horizontaux sur cette page"
1468
 
1469
- #: ../inc/social_sharing.php:608
1470
- msgid "Disable Vertical Social Sharing on this "
1471
- msgstr "Désactiver les boutons de partage verticaux sur cette page"
1472
 
1473
- #: ../inc/social_sharing.php:613
1474
- msgid "Disable Horizontal Social Counter on this "
1475
- msgstr "Désactiver le compteur social horizontal sur cette page"
 
1476
 
1477
- #: ../inc/social_sharing.php:618
1478
- msgid "Disable Vertical Social Counter on this "
1479
- msgstr "Désactiver le compteur social vertical sur cette page"
1480
 
1481
- #: ../inc/social_sharing.php:623
1482
  #, fuzzy
1483
- msgid "Disable Facebook Comments on this "
1484
- msgstr "Activer les commentaires Facebook"
1485
 
1486
- #: ../inc/social_sharing.php:632
1487
  #, fuzzy
1488
- msgid "Horizontal sharing"
1489
- msgstr "Alignement horizontal"
1490
 
1491
- #: ../inc/social_sharing.php:638
1492
- #: ../inc/social_sharing.php:657
1493
- #, fuzzy
1494
- msgid "Starting share count for "
1495
- msgstr "Afficher le compteur des partages"
1496
 
1497
- #: ../inc/social_sharing.php:651
1498
- #, fuzzy
1499
- msgid "Vertical sharing"
1500
- msgstr "Partage social"
1501
 
1502
  #: ../inc/widget.php:11
1503
  msgid "Super Socializer - Login"
@@ -1512,28 +1500,28 @@ msgid "Log Out"
1512
  msgstr "Deconnexion"
1513
 
1514
  #: ../inc/widget.php:77
1515
- #: ../inc/widget.php:203
1516
- #: ../inc/widget.php:473
1517
  msgid "Title:"
1518
  msgstr "Titre :"
1519
 
1520
  #: ../inc/widget.php:79
1521
- #: ../inc/widget.php:215
1522
- #: ../inc/widget.php:483
1523
  msgid "Before widget content:"
1524
  msgstr "Avant le contenu du widget :"
1525
 
1526
  #: ../inc/widget.php:81
1527
- #: ../inc/widget.php:217
1528
- #: ../inc/widget.php:485
1529
  msgid "After widget content:"
1530
  msgstr "Après le contenu du widget :"
1531
 
1532
  #: ../inc/widget.php:84
1533
- #: ../inc/widget.php:219
1534
- #: ../inc/widget.php:364
1535
- #: ../inc/widget.php:487
1536
- #: ../inc/widget.php:620
1537
  msgid "Hide for logged in users:"
1538
  msgstr "Cacher pour les utilisateurs connectés :"
1539
 
@@ -1541,58 +1529,180 @@ msgstr "Cacher pour les utilisateurs connectés :"
1541
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1542
  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"
1543
 
1544
- #: ../inc/widget.php:205
1545
- #: ../inc/widget.php:335
1546
  #, fuzzy
1547
  msgid "Show share counts:"
1548
  msgstr "Afficher le compteur des partages"
1549
 
1550
- #: ../inc/widget.php:207
1551
- #: ../inc/widget.php:337
1552
- #: ../inc/widget.php:475
1553
- #: ../inc/widget.php:593
1554
  msgid "Target Url:"
1555
  msgstr "Cible Url:"
1556
 
1557
- #: ../inc/widget.php:209
1558
- #: ../inc/widget.php:339
1559
- #: ../inc/widget.php:477
1560
- #: ../inc/widget.php:595
1561
  msgid "Select"
1562
  msgstr "sélectionner"
1563
 
1564
- #: ../inc/widget.php:238
1565
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1566
  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"
1567
 
1568
- #: ../inc/widget.php:345
1569
- #: ../inc/widget.php:601
1570
  msgid "Alignment"
1571
  msgstr "Alignement"
1572
 
1573
- #: ../inc/widget.php:351
1574
- #: ../inc/widget.php:607
1575
  msgid "Left Offset"
1576
  msgstr "Marge gauche"
1577
 
1578
- #: ../inc/widget.php:355
1579
- #: ../inc/widget.php:611
1580
  msgid "Right Offset"
1581
  msgstr "Marge droite"
1582
 
1583
- #: ../inc/widget.php:358
1584
- #: ../inc/widget.php:614
1585
  msgid "Top Offset"
1586
  msgstr "Marge superieur"
1587
 
1588
- #: ../inc/widget.php:383
1589
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1590
  msgstr "Compteur horizontal. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1591
 
1592
- #: ../inc/widget.php:506
1593
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1594
  msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1596
  #~ msgid ""
1597
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1598
  #~ "Comments block. The mobile version of the Comments block ignores the "
@@ -1625,16 +1735,6 @@ msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" v
1625
  #~ "Si vous aimez ce plugin et vous aimeriez le voir s'améliorer et se "
1626
  #~ "developper, veuillez penser à faire un don."
1627
 
1628
- #~ msgid "Keep only Facebook Commenting"
1629
- #~ msgstr "Conserver seul les commentaires Facebook"
1630
-
1631
- #~ msgid ""
1632
- #~ "If enabled, only Facebook commenting will be there without the option to "
1633
- #~ "switch to WordPress commenting"
1634
- #~ msgstr ""
1635
- #~ "Une fois activé, seul les commentaires Facebook seront affichées, sans "
1636
- #~ "l'option de basculer sur les commentaires WordPress"
1637
-
1638
  #~ msgid "Load first"
1639
  #~ msgstr "Charger en premier"
1640
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-20 05:49+0530\n"
6
+ "PO-Revision-Date: 2015-03-20 05:52+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: fr\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 "Entrez exactement l'URL suivante dans <strong>Website</ strong> et <strong>Callback Url</ strong> options dans votre application Twitter (voir l'étape 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 "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:348
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:348
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:352
37
  msgid "Notification"
38
  msgstr "Notification"
39
 
40
+ #: ../super_socializer.php:371
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail nécessaire"
44
 
45
+ #: ../super_socializer.php:374
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:387
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:547
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "Envoyer vous avez entré est déjà enregistré ou non valide"
56
 
57
+ #: ../super_socializer.php:551
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Se il vous plaît entrer une adresse email valide. Vous pouvez être amené à vérifier"
60
 
62
  msgid "Options saved successfully"
63
  msgstr "Paramètres enregistrées avec succès"
64
 
65
+ #: ../helper.php:135
66
+ msgid "Click to show help"
67
+ msgstr "Cliquez pour afficher l'aide"
68
+
69
+ #: ../helper.php:135
70
+ msgid "Click to hide help"
71
+ msgstr "Cliquez sur pour cacher l'aide"
72
+
73
+ #: ../helper.php:174
74
  msgid "Settings"
75
  msgstr "Paramètres"
76
 
77
+ #: ../helper.php:466
78
  #, fuzzy
79
  msgid "Account linked successfully"
80
  msgstr "Paramètres enregistrées avec succès"
81
 
82
+ #: ../helper.php:472
83
  msgid "Account already exists or linked"
84
  msgstr "Compte existe déjà ou liée"
85
 
86
+ #: ../helper.php:483
87
  #, fuzzy
88
  msgid "You are already connected with"
89
  msgstr "Vous êtes prêt à Socialiser votre site web."
90
 
91
+ #: ../helper.php:483
92
  msgid "as primary social network"
93
  msgstr "comme réseau social primaire"
94
 
95
+ #: ../helper.php:500
96
  msgid "Link your social account to login to your account at this website"
97
  msgstr "Lier votre compte sociale pour vous connecter à votre compte à ce site"
98
 
99
+ #: ../helper.php:545
100
  msgid "Currently"
101
  msgstr "actuellement"
102
 
103
+ #: ../helper.php:545
104
  msgid "Remove"
105
  msgstr "supprimer"
106
 
107
+ #: ../helper.php:636
108
+ msgid "Disable Horizontal Social Sharing on this "
109
+ msgstr "Désactiver les boutons de partage horizontaux sur cette page"
110
+
111
+ #: ../helper.php:641
112
+ msgid "Disable Vertical Social Sharing on this "
113
+ msgstr "Désactiver les boutons de partage verticaux sur cette page"
114
+
115
+ #: ../helper.php:646
116
+ msgid "Disable Horizontal Social Counter on this "
117
+ msgstr "Désactiver le compteur social horizontal sur cette page"
118
+
119
+ #: ../helper.php:651
120
+ msgid "Disable Vertical Social Counter on this "
121
+ msgstr "Désactiver le compteur social vertical sur cette page"
122
+
123
+ #: ../helper.php:656
124
+ #, fuzzy
125
+ msgid "Disable Facebook Comments on this "
126
+ msgstr "Activer les commentaires Facebook"
127
+
128
+ #: ../helper.php:665
129
+ #, fuzzy
130
+ msgid "Horizontal sharing"
131
+ msgstr "Alignement horizontal"
132
+
133
+ #: ../helper.php:671
134
+ #: ../helper.php:690
135
+ #, fuzzy
136
+ msgid "Starting share count for "
137
+ msgstr "Afficher le compteur des partages"
138
+
139
+ #: ../helper.php:684
140
+ #, fuzzy
141
+ msgid "Vertical sharing"
142
+ msgstr "Partage social"
143
+
144
  #: ../admin/help.php:4
145
  msgid "About"
146
  msgstr "A propos"
198
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
199
  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>."
200
 
 
 
 
 
 
 
 
 
201
  #: ../admin/social_counter.php:11
202
+ #: ../admin/social_counter.php:20
203
  #: ../admin/social_sharing.php:14
204
  #: ../admin/social_sharing.php:24
205
  #: ../admin/social_login.php:9
217
  msgid "Shortcode & Widget"
218
  msgstr "Widgets et shortcodes"
219
 
220
+ #: ../admin/social_counter.php:14
221
+ #: ../admin/social_sharing.php:18
222
+ #: ../admin/social_commenting.php:12
223
+ msgid "FAQ"
224
+ msgstr "FAQ"
225
+
226
+ #: ../admin/social_counter.php:26
227
  msgid "Enable Social Counter"
228
  msgstr "Activer le Compteur Social"
229
 
230
+ #: ../admin/social_counter.php:36
231
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
232
  msgstr "Control maître pour le Compteur Social. Il doit être coché pour active cette fonctionnalité"
233
 
234
+ #: ../admin/social_counter.php:50
235
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
236
  msgstr "<strong> NB: </ strong> Afin de désactiver le compteur sur une page/publication particulière, modifies la page ou publication en question et changez les paramètres dans la partie <strong > \"Super Socializer \" </ strong> en bas de la page."
237
 
238
+ #: ../admin/social_counter.php:67
239
  #: ../admin/social_sharing.php:88
240
  msgid "bit.ly url shortener"
241
  msgstr "bit.ly raccourcisseur d'URL"
242
 
243
+ #: ../admin/social_counter.php:73
244
  msgid "Enable bit.ly url shortener for tweet button"
245
  msgstr "Activer le raccourcisseur d'URL bit.ly"
246
 
247
+ #: ../admin/social_counter.php:83
248
  #: ../admin/social_sharing.php:104
249
  msgid "Master control to enable bit.ly url shortening for sharing"
250
  msgstr "Control maître pour activer les URLs raccourcis par bit.ly, prêts à partager"
251
 
252
+ #: ../admin/social_counter.php:91
253
  #: ../admin/social_sharing.php:112
254
  msgid "bit.ly username"
255
  msgstr "Psuedo bit.ly"
256
 
257
+ #: ../admin/social_counter.php:101
258
  #: ../admin/social_sharing.php:122
259
  #, php-format
260
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
261
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre pseudo sur bit.ly"
262
 
263
+ #: ../admin/social_counter.php:110
264
  #: ../admin/social_sharing.php:131
265
  msgid "bit.ly API Key"
266
  msgstr "Clé API bit.ly"
267
 
268
+ #: ../admin/social_counter.php:120
269
  #: ../admin/social_sharing.php:141
270
  #, php-format
271
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
272
  msgstr "Connectez-vous à votre compte bit.ly et <a href=\"%s\" target=\"_blank\">rendez-vous ici</a> pour obtenir votre clé API"
273
 
274
+ #: ../admin/social_counter.php:130
275
+ #: ../admin/social_counter.php:136
276
+ #: ../admin/social_commenting.php:187
277
  msgid "Language"
278
  msgstr "Langue"
279
 
280
+ #: ../admin/social_counter.php:146
281
  #, fuzzy, php-format
282
  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)"
283
  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."
284
 
285
+ #: ../admin/social_counter.php:155
286
  msgid "Twitter username in tweet button"
287
  msgstr "Psuedo Twitter à utiliser pour le bouton Twitter"
288
 
289
+ #: ../admin/social_counter.php:161
290
  #: ../admin/social_sharing.php:157
291
  msgid "Twitter username (without @)"
292
  msgstr "Psuedo Twitter (sans @)"
293
 
294
+ #: ../admin/social_counter.php:171
295
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
296
  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."
297
 
298
+ #: ../admin/social_counter.php:181
299
  msgid "Horizontal Counter Interface Options"
300
  msgstr "Paramètres du compteur horizontal"
301
 
302
+ #: ../admin/social_counter.php:187
303
  msgid "Enable horizontal counter interface"
304
  msgstr "Activer le compteur horizontal"
305
 
306
+ #: ../admin/social_counter.php:197
307
  msgid "Master control to enable horizontal counter"
308
  msgstr "Control maître pour activer le compteur horizontal"
309
 
310
+ #: ../admin/social_counter.php:207
311
+ #: ../admin/social_counter.php:422
312
  #: ../admin/social_sharing.php:203
313
+ #: ../admin/social_sharing.php:517
314
  msgid "Target Url"
315
  msgstr "Cible Url"
316
 
317
+ #: ../admin/social_counter.php:211
318
+ #: ../admin/social_counter.php:426
319
  #: ../admin/social_sharing.php:207
320
+ #: ../admin/social_sharing.php:521
321
  msgid "Url of the webpage where icons are located (default)"
322
  msgstr "Url de la page Web où se trouvent les icônes (par défaut)"
323
 
324
+ #: ../admin/social_counter.php:213
325
+ #: ../admin/social_counter.php:428
326
  #: ../admin/social_sharing.php:209
327
+ #: ../admin/social_sharing.php:523
328
  msgid "Url of the homepage of your website"
329
  msgstr "Url de la page d'accueil de votre site Web"
330
 
331
+ #: ../admin/social_counter.php:215
332
+ #: ../admin/social_counter.php:430
333
  #: ../admin/social_sharing.php:211
334
+ #: ../admin/social_sharing.php:525
335
  #, fuzzy
336
  msgid "Custom url"
337
  msgstr "URL personnalisé"
338
 
339
+ #: ../admin/social_counter.php:222
340
+ #: ../admin/social_counter.php:437
341
  msgid "Url to like/share/tweet and display like/share/tweet counts"
342
  msgstr "Url à aimer/share/tweet et affichage aime/share/compte Tweet"
343
 
344
+ #: ../admin/social_counter.php:230
345
  #: ../admin/social_sharing.php:226
346
  #: ../admin/social_login.php:314
347
  msgid "Title"
348
  msgstr "Titre"
349
 
350
+ #: ../admin/social_counter.php:240
351
  msgid "The text to display above the counter interface"
352
  msgstr "La texte à afficher au-dessus du compteur"
353
 
354
+ #: ../admin/social_counter.php:248
355
+ #: ../admin/social_counter.php:445
356
  msgid "Select and rearrange providers"
357
  msgstr "Selectionner et repositionner les réseaux sociaux"
358
 
359
+ #: ../admin/social_counter.php:292
360
+ #: ../admin/social_counter.php:488
361
  msgid "Select the providers for counter interface. Drag them to rearrange."
362
  msgstr "Selectionnez les réseaux sociaux à intégrer dans le compteur. Glissez-les pour les classer."
363
 
364
+ #: ../admin/social_counter.php:300
365
+ #: ../admin/social_counter.php:514
366
+ #: ../admin/social_sharing.php:376
367
+ #: ../admin/social_sharing.php:685
368
  msgid "Horizontal alignment"
369
  msgstr "Alignement horizontal"
370
 
371
+ #: ../admin/social_counter.php:304
372
+ #: ../admin/social_counter.php:518
373
+ #: ../admin/social_sharing.php:380
374
+ #: ../admin/social_sharing.php:689
375
  msgid "Left"
376
  msgstr "Gauche"
377
 
378
+ #: ../admin/social_counter.php:305
379
+ #: ../admin/social_sharing.php:381
380
  msgid "Center"
381
  msgstr "centre"
382
 
383
+ #: ../admin/social_counter.php:306
384
+ #: ../admin/social_counter.php:519
385
+ #: ../admin/social_sharing.php:382
386
+ #: ../admin/social_sharing.php:690
387
  msgid "Right"
388
  msgstr "Droite"
389
 
390
+ #: ../admin/social_counter.php:314
391
+ #: ../admin/social_counter.php:527
392
  msgid "Horizontal alignment of the counter interface"
393
  msgstr "Alignement horizontal du compteur"
394
 
395
+ #: ../admin/social_counter.php:322
396
+ #: ../admin/social_sharing.php:398
397
  msgid "Position with respect to content"
398
  msgstr "Position par rapport au contenu"
399
 
400
+ #: ../admin/social_counter.php:326
401
+ #: ../admin/social_sharing.php:402
402
  msgid "Top of the content"
403
  msgstr "Au-dessus du contenu"
404
 
405
+ #: ../admin/social_counter.php:328
406
+ #: ../admin/social_sharing.php:404
407
  msgid "Bottom of the content"
408
  msgstr "En-dessous du contenu"
409
 
410
+ #: ../admin/social_counter.php:335
411
  msgid "Specify position of the counter interface with respect to the content"
412
  msgstr "Définir la position du compteur par rapport au contenu de la page"
413
 
414
+ #: ../admin/social_counter.php:343
415
+ #: ../admin/social_counter.php:593
416
  msgid "Counter location"
417
  msgstr "Position du compteur"
418
 
419
+ #: ../admin/social_counter.php:347
420
+ #: ../admin/social_counter.php:597
421
+ #: ../admin/social_sharing.php:423
422
+ #: ../admin/social_sharing.php:768
423
+ #: ../admin/social_login.php:514
424
+ #: ../admin/social_login.php:544
425
  msgid "Homepage"
426
  msgstr "Page d'accueil"
427
 
428
+ #: ../admin/social_counter.php:349
429
+ #: ../admin/social_counter.php:599
430
+ #: ../admin/social_sharing.php:425
431
+ #: ../admin/social_sharing.php:770
432
  msgid "Posts"
433
  msgstr "Publications"
434
 
435
+ #: ../admin/social_counter.php:351
436
+ #: ../admin/social_counter.php:601
437
+ #: ../admin/social_sharing.php:427
438
+ #: ../admin/social_sharing.php:772
439
  msgid "Pages"
440
  msgstr "Pages"
441
 
442
+ #: ../admin/social_counter.php:353
443
+ #: ../admin/social_counter.php:603
444
+ #: ../admin/social_sharing.php:429
445
+ #: ../admin/social_sharing.php:774
446
  msgid "Excerpts"
447
  msgstr "Extraits"
448
 
449
+ #: ../admin/social_counter.php:355
450
+ #: ../admin/social_counter.php:605
451
+ #: ../admin/social_sharing.php:431
452
+ #: ../admin/social_sharing.php:776
453
  msgid "Category Archives"
454
  msgstr "Archives des catégories"
455
 
456
+ #: ../admin/social_counter.php:357
457
+ #: ../admin/social_counter.php:607
458
+ #: ../admin/social_sharing.php:433
459
+ #: ../admin/social_sharing.php:778
460
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
461
+ msgstr "Archive Pages (Catégorie, Tag, auteur ou date basée pages)"
462
+
463
+ #: ../admin/social_counter.php:363
464
+ #: ../admin/social_sharing.php:439
465
  msgid "BuddyPress activity and groups"
466
  msgstr ""
467
 
468
+ #: ../admin/social_counter.php:370
469
+ #: ../admin/social_counter.php:613
470
+ #: ../admin/social_sharing.php:446
471
+ #: ../admin/social_sharing.php:784
472
  msgid "BBPress forum"
473
  msgstr ""
474
 
475
+ #: ../admin/social_counter.php:373
476
+ #: ../admin/social_counter.php:616
477
+ #: ../admin/social_sharing.php:449
478
+ #: ../admin/social_sharing.php:787
479
  msgid "BBPress topic"
480
  msgstr ""
481
 
482
+ #: ../admin/social_counter.php:376
483
+ #: ../admin/social_sharing.php:452
484
  msgid "BBPress reply"
485
  msgstr ""
486
 
487
+ #: ../admin/social_counter.php:386
488
  msgid "Specify the pages where you want to enable counter interface"
489
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur "
490
 
491
+ #: ../admin/social_counter.php:396
492
  msgid "Vertical (Floating) counter interface Options"
493
  msgstr "Paramètres du compteur vertical (flotant)"
494
 
495
+ #: ../admin/social_counter.php:402
496
  msgid "Enable vertical (floating) counter interface"
497
  msgstr "Activer le compteur vertical (flotant)"
498
 
499
+ #: ../admin/social_counter.php:412
500
  msgid "Master control to enable vertical (floating) counter widget"
501
  msgstr "Control maître pour activer le compteur vertical (flotant)"
502
 
503
+ #: ../admin/social_counter.php:496
504
+ #: ../admin/social_sharing.php:667
505
  msgid "Background Color"
506
  msgstr "Couleur de fond"
507
 
508
+ #: ../admin/social_counter.php:506
509
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
510
  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>"
511
 
512
+ #: ../admin/social_counter.php:536
513
+ #: ../admin/social_sharing.php:707
514
  msgid "Left offset"
515
  msgstr "Marge à gauche"
516
 
517
+ #: ../admin/social_counter.php:546
518
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
519
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à droite, une baisse le ramenera à gauche."
520
 
521
+ #: ../admin/social_counter.php:556
522
+ #: ../admin/social_sharing.php:727
523
  msgid "Right offset"
524
  msgstr "Marge à droite"
525
 
526
+ #: ../admin/social_counter.php:566
527
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
528
  msgstr "La distance en pixels. Une augmentation du chiffre positionnera le compteur plus à gauche, une baisse le ramenera à droite."
529
 
530
+ #: ../admin/social_counter.php:575
531
+ #: ../admin/social_sharing.php:746
532
  msgid "Top offset"
533
  msgstr "Marge au-dessus"
534
 
535
+ #: ../admin/social_counter.php:585
536
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
537
  msgstr "La distance en pixels. Une augmentation du chiffre décalera le compteur vers le bas, une baisse le ramenera vers le haut."
538
 
539
+ #: ../admin/social_counter.php:626
540
  msgid "Specify the pages where you want to enable vertical counter interface"
541
  msgstr "Enumérer les pages où vous souhaitez afficher le compteur vertical"
542
 
543
+ #: ../admin/social_counter.php:642
544
+ #: ../admin/social_sharing.php:832
545
+ #: ../admin/social_commenting.php:11
546
+ #: ../admin/social_commenting.php:211
547
+ #: ../admin/social_login.php:654
548
  msgid "Shortcode"
549
  msgstr "Shortcode"
550
 
551
+ #: ../admin/social_counter.php:644
552
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
553
  msgstr "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> dans le contenu d'une page ou publication si vous voulez y afficher les boutons de partage."
554
 
 
555
  #: ../admin/social_counter.php:645
556
  #: ../admin/social_counter.php:650
557
  #: ../admin/social_counter.php:655
558
  #: ../admin/social_counter.php:660
559
+ #: ../admin/social_counter.php:665
560
+ #: ../admin/social_sharing.php:835
561
+ #: ../admin/social_sharing.php:840
562
+ #: ../admin/social_sharing.php:845
563
+ #: ../admin/social_sharing.php:850
564
+ #: ../admin/social_sharing.php:855
565
+ #: ../admin/social_sharing.php:860
566
+ #: ../admin/social_commenting.php:214
567
+ #: ../admin/social_commenting.php:219
568
+ #: ../admin/social_commenting.php:224
569
+ #: ../admin/social_commenting.php:229
570
+ #: ../admin/social_commenting.php:234
571
+ #: ../admin/social_login.php:657
572
+ #: ../admin/social_login.php:660
573
  msgid "Example"
574
  msgstr "Exemple"
575
 
576
+ #: ../admin/social_counter.php:647
577
+ #: ../admin/social_sharing.php:837
578
+ #: ../admin/social_commenting.php:216
579
  msgid "You can use following attributes in the Shortcode"
580
  msgstr "Vous pouvez utiliser les attributs suivants dans le shortcode"
581
 
582
+ #: ../admin/social_counter.php:649
583
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
584
  msgstr "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les boutons de partage."
585
 
586
+ #: ../admin/social_counter.php:654
587
  #, fuzzy
588
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
589
  msgstr "Utilisez l'attribut \"<strong>type</ strong>\" afin de définir le type (\"horizontal \" o \"vertical \") de Compteur Social à afficher. Par défaut, celui-ci est \"horizontal \"."
590
 
591
+ #: ../admin/social_counter.php:658
592
  msgid "Left (Works with \"Vertical\" type interface only)"
593
  msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
594
 
595
+ #: ../admin/social_counter.php:659
596
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
597
  msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
598
 
599
+ #: ../admin/social_counter.php:663
600
  msgid "Top (Works with \"Vertical\" type interface only)"
601
  msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
602
 
603
+ #: ../admin/social_counter.php:664
604
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
605
  msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
606
 
607
+ #: ../admin/social_counter.php:667
608
+ #: ../admin/social_sharing.php:862
609
+ #: ../admin/social_commenting.php:236
610
+ #: ../admin/social_login.php:662
611
  msgid "You can use shortcode in PHP file as following"
612
  msgstr "Vous pouvez utilizer le shortcode dans un fichier PHP comme ceci :"
613
 
614
+ #: ../admin/social_counter.php:669
615
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
616
  msgstr "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, pour que le résultat soit ainsi :"
617
 
618
+ #: ../admin/social_counter.php:675
619
+ #: ../admin/social_sharing.php:870
620
+ #: ../admin/social_login.php:670
621
  msgid "Widget"
622
  msgstr "Widget"
623
 
624
+ #: ../admin/social_counter.php:677
625
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
626
  msgstr "Vous pouvez aller à <strong>Apparence</ strong > > <strong>Widgets</ strong> dans la partie gauche de votre écran et glisser <strong> Super Socializer - Compteur (Widget Horizontal) </ strong> et <strong> Super Socializer - Compteur (Widget Vertical Flotant) </ strong> dans les zones que vous voulez."
627
 
628
+ #: ../admin/social_counter.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
  #, fuzzy
630
+ msgid "How can I show like counts of my website rather than of individual pages/posts?"
631
+ msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
 
633
+ #: ../admin/social_counter.php:691
634
  #, fuzzy
635
+ msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
636
+ msgstr "Choisissez l'option \"Url de la page d'accueil de votre site Web \" dans option \"URL cible \" et \"Afficher activer part compte \""
637
 
638
+ #: ../admin/social_counter.php:698
639
  #, fuzzy
640
+ msgid "How can I disable social counter on particular page/post?"
641
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
642
 
643
+ #: ../admin/social_counter.php:702
644
+ #: ../admin/social_sharing.php:916
645
+ #: ../admin/social_sharing.php:929
646
+ #, fuzzy
647
+ msgid "Edit that page/post and check the options at the bottom in \"Super Socializer\" section"
648
  msgstr "Modifier cette page / poste et cochez l'option \"Désactiver Facebook Commentaires sur ce post / la page \" au bas de section \"super Socializer \""
649
 
650
+ #: ../admin/social_counter.php:715
651
+ #: ../admin/social_sharing.php:940
652
+ #: ../admin/social_commenting.php:277
653
+ #: ../admin/social_login.php:681
654
+ msgid "Save Changes"
655
+ msgstr "Sauvegarder"
656
+
657
  #: ../admin/social_sharing.php:15
658
  msgid "Social Sharing"
659
  msgstr "Partage social"
708
  msgstr "Control maître pour activer le partage horizontal"
709
 
710
  #: ../admin/social_sharing.php:218
711
+ #: ../admin/social_sharing.php:532
712
  msgid "Url to share"
713
  msgstr "URL pour partager"
714
 
717
  msgstr "Le texte à afficher au-dessus des boutons de partage"
718
 
719
  #: ../admin/social_sharing.php:244
720
+ #: ../admin/social_sharing.php:540
721
  #: ../admin/social_login.php:41
722
  msgid "Select providers"
723
  msgstr "Selectionner les réseaux sociaux"
724
 
725
  #: ../admin/social_sharing.php:249
726
+ #: ../admin/social_sharing.php:545
727
  #: ../admin/social_login.php:46
728
  msgid "Facebook"
729
  msgstr "Facebook"
730
 
731
  #: ../admin/social_sharing.php:254
732
+ #: ../admin/social_sharing.php:550
733
  #: ../admin/social_login.php:50
734
  msgid "Twitter"
735
  msgstr "Twitter"
736
 
737
  #: ../admin/social_sharing.php:259
738
+ #: ../admin/social_sharing.php:555
739
  #: ../admin/social_login.php:54
740
  msgid "LinkedIn"
741
  msgstr "LinkedIn"
742
 
743
  #: ../admin/social_sharing.php:264
744
+ #: ../admin/social_sharing.php:560
745
  #: ../admin/social_login.php:58
746
  msgid "Google+"
747
  msgstr "Google+"
748
 
749
  #: ../admin/social_sharing.php:269
750
+ #: ../admin/social_sharing.php:565
751
  msgid "Print"
752
  msgstr "Imprimer"
753
 
754
  #: ../admin/social_sharing.php:274
755
+ #: ../admin/social_sharing.php:570
756
  msgid "Email"
757
  msgstr "E-mail"
758
 
759
  #: ../admin/social_sharing.php:279
760
+ #: ../admin/social_sharing.php:575
761
  msgid "Yahoo"
762
  msgstr "Yahoo!"
763
 
764
  #: ../admin/social_sharing.php:284
765
+ #: ../admin/social_sharing.php:580
766
  msgid "Reddit"
767
  msgstr "Reddit"
768
 
769
  #: ../admin/social_sharing.php:289
770
+ #: ../admin/social_sharing.php:585
771
  msgid "Digg"
772
  msgstr "Digg"
773
 
774
  #: ../admin/social_sharing.php:294
775
+ #: ../admin/social_sharing.php:590
776
  msgid "Delicious"
777
  msgstr "Delicious"
778
 
779
  #: ../admin/social_sharing.php:299
780
+ #: ../admin/social_sharing.php:595
781
  msgid "StumbleUpon"
782
  msgstr "StumbleUpon"
783
 
784
  #: ../admin/social_sharing.php:304
785
+ #: ../admin/social_sharing.php:600
786
  msgid "Float it"
787
  msgstr "Float it"
788
 
789
  #: ../admin/social_sharing.php:309
790
+ #: ../admin/social_sharing.php:605
791
  msgid "Tumblr"
792
  msgstr "Tumblr"
793
 
794
  #: ../admin/social_sharing.php:314
795
+ #: ../admin/social_sharing.php:610
796
  #: ../admin/social_login.php:62
797
  msgid "Vkontakte"
798
  msgstr "Vkontakte"
799
 
800
  #: ../admin/social_sharing.php:319
801
+ #: ../admin/social_sharing.php:615
802
  msgid "Pinterest"
803
  msgstr "Pinterest"
804
 
805
  #: ../admin/social_sharing.php:324
806
+ #: ../admin/social_sharing.php:620
807
  #: ../admin/social_login.php:70
808
  msgid "Xing"
809
  msgstr ""
810
 
811
+ #: ../admin/social_sharing.php:329
812
+ msgid "Whatsapp"
813
+ msgstr ""
814
+
815
+ #: ../admin/social_sharing.php:337
816
+ #: ../admin/social_sharing.php:628
817
  msgid "Select the providers for sharing interface"
818
  msgstr "Selectionner les réseaux sociaux à inclure"
819
 
820
+ #: ../admin/social_sharing.php:345
821
+ #: ../admin/social_sharing.php:636
822
  msgid "Rearrange icons"
823
  msgstr "Repositionner les icônes"
824
 
825
+ #: ../admin/social_sharing.php:368
826
+ #: ../admin/social_sharing.php:659
827
  msgid "Drag the icons to rearrange in desired order"
828
  msgstr "Faites glisser les icônes afin de les repositionner à votre gout."
829
 
830
+ #: ../admin/social_sharing.php:390
831
+ #: ../admin/social_sharing.php:698
832
  msgid "Horizontal alignment of the sharing interface"
833
  msgstr "Alignement horizontal des boutons de partage"
834
 
835
+ #: ../admin/social_sharing.php:411
836
  msgid "Specify position of the sharing interface with respect to the content"
837
  msgstr "Définir la position des boutons de partage par rapport au contenu de la page"
838
 
839
+ #: ../admin/social_sharing.php:419
840
+ #: ../admin/social_sharing.php:764
841
  msgid "Sharing location"
842
  msgstr "Position de partage"
843
 
844
+ #: ../admin/social_sharing.php:462
845
  msgid "Specify the pages where you want to enable Sharing interface"
846
  msgstr "Définir les pages où vous souhaitez activer les boutons partage"
847
 
848
+ #: ../admin/social_sharing.php:470
849
+ #: ../admin/social_sharing.php:805
850
  msgid "Show share counts"
851
  msgstr "Afficher le compteur des partages"
852
 
853
+ #: ../admin/social_sharing.php:480
854
+ #: ../admin/social_sharing.php:815
855
  msgid "If enabled, share counts are displayed above sharing icons."
856
  msgstr "Si cela est activé, le compte des partages sera affiché au-dessus des icônes."
857
 
858
+ #: ../admin/social_sharing.php:491
859
  msgid "Vertical (Floating) Sharing Interface Options"
860
  msgstr "Paramètres pour les boutons de partage verticaux (flotants)"
861
 
862
+ #: ../admin/social_sharing.php:497
863
  msgid "Enable vertical (floating) sharing interface"
864
  msgstr "Activer les boutons de partage verticaux (flotants)"
865
 
866
+ #: ../admin/social_sharing.php:507
867
  msgid "Master control to enable vertical (floating) sharing widget"
868
  msgstr "Control maître pour les boutons de partage verticaux (flotants)"
869
 
870
+ #: ../admin/social_sharing.php:677
871
  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>"
872
  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>"
873
 
874
+ #: ../admin/social_sharing.php:717
875
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
876
  msgstr "Définir la taille de la marge à gauche (en pixels)."
877
 
878
+ #: ../admin/social_sharing.php:737
879
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
880
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers la gauche, et une baisse les déplacera vers la droite."
881
 
882
+ #: ../admin/social_sharing.php:756
883
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
884
  msgstr "La distance en pixels. Une augmentation déplacera les boutons vers le bas, et une baisse les déplacera vers le haut."
885
 
886
+ #: ../admin/social_sharing.php:797
887
  msgid "Specify the pages where you want to enable vertical Sharing interface"
888
  msgstr "Définir les page où vous souhaitez activer les boutons verticaux"
889
 
890
+ #: ../admin/social_sharing.php:834
891
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
892
  msgstr "Vous pouvez utiliser le shortcode <strong>[TheChamp-Sharing]</strong> dans le contenu d'une page/publication si vous souhaitez y afficher les boutons de partage."
893
 
894
+ #: ../admin/social_sharing.php:839
895
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
896
  msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
897
 
898
+ #: ../admin/social_sharing.php:844
899
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
900
  msgstr "Utilisez l'attribut <strong>type</ strong> afin de définir quel type de boutons à afficher (\"horizontal\" ou \"vertical\"). \"horizontal\" par défaut."
901
 
902
+ #: ../admin/social_sharing.php:849
903
  #, fuzzy
904
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
905
  msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
906
 
907
+ #: ../admin/social_sharing.php:853
908
  #, fuzzy
909
  msgid "left (Works with \"Vertical\" type interface only)"
910
  msgstr "Left (\"gauche\", ne fonctionne qu'avec l'interface vertical)"
911
 
912
+ #: ../admin/social_sharing.php:854
913
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
914
  msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la marge à gauche des boutons."
915
 
916
+ #: ../admin/social_sharing.php:858
917
  #, fuzzy
918
  msgid "top (Works with \"Vertical\" type interface only)"
919
  msgstr "Top (\"haut\", ne fonctionne qu'avec l'interface vertical)"
920
 
921
+ #: ../admin/social_sharing.php:859
922
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
923
  msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut des boutons."
924
 
925
+ #: ../admin/social_sharing.php:864
926
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
927
  msgstr "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le shortcode requis, par exemple <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, pour que le résultat ressemble à ceci"
928
 
929
+ #: ../admin/social_sharing.php:872
930
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
931
  msgstr "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à gauche et faites glisser le widget \"Super Socializer - Sharing (Horizontal Widget)\" ou \"Super Socializer - Sharing (Vertical Widget)\" dans le zone désiré."
932
 
933
+ #: ../admin/social_sharing.php:882
934
  msgid "Facebook Sharing Troubleshooter"
935
  msgstr "Résoudre les problems Facebook"
936
 
937
+ #: ../admin/social_sharing.php:887
938
  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:"
939
  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."
940
 
941
+ #: ../admin/social_sharing.php:901
942
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
943
  msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
944
 
945
+ #: ../admin/social_sharing.php:905
946
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
947
  msgstr "Choisissez l'option \"Url de la page d'accueil de votre site Web \" dans option \"URL cible \" et \"Afficher activer part compte \""
948
 
949
+ #: ../admin/social_sharing.php:912
950
+ #, fuzzy
951
+ msgid "How can I disable sharing on particular page/post?"
952
+ msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
953
 
954
+ #: ../admin/social_sharing.php:925
955
+ msgid "How can I specify minimum sharing count for sharing networks?"
956
+ msgstr "Comment puis-je spécifier le nombre de partage minimum pour les réseaux de partage?"
957
 
958
+ #: ../admin/social_commenting.php:10
959
+ msgid "Facebook Commenting"
960
+ msgstr "Commentaires Facebook"
961
 
962
+ #: ../admin/social_commenting.php:18
963
+ #: ../admin/social_commenting.php:24
964
+ msgid "Enable Facebook Commenting"
965
+ msgstr "Activer les commentaires Facebook"
966
 
967
+ #: ../admin/social_commenting.php:34
968
+ #, fuzzy
969
+ msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
970
+ msgstr "Après l'activation de cette fonctionnalité, les commentaires Facebook s'afficheront à la place des commentaires WordPress sur votre site"
971
 
972
+ #: ../admin/social_commenting.php:44
973
+ msgid "Facebook Commenting Options"
974
+ msgstr "Paramètres des commentaires Facebook"
975
 
976
+ #: ../admin/social_commenting.php:50
977
+ msgid "Keep only Facebook Commenting"
978
+ msgstr "Conserver seul les commentaires Facebook"
979
 
980
+ #: ../admin/social_commenting.php:60
981
  #, fuzzy
982
+ msgid "If enabled, only Facebook commenting would be visible without default comment form"
983
+ msgstr "Une fois activé, seul les commentaires Facebook seront affichées, sans l'option de basculer sur les commentaires WordPress"
984
+
985
+ #: ../admin/social_commenting.php:68
986
+ msgid "Url to comment on"
987
+ msgstr "URL à commenter"
988
+
989
+ #: ../admin/social_commenting.php:78
990
+ 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."
991
+ 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é."
992
+
993
+ #: ../admin/social_commenting.php:86
994
+ msgid "Width"
995
+ msgstr "Largeur"
996
+
997
+ #: ../admin/social_commenting.php:96
998
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
999
+ msgstr "Laisser vide pour ajuster automatiquement la largeur. La largeur (en pixels) du bloc de commentaires."
1000
+
1001
+ #: ../admin/social_commenting.php:104
1002
+ msgid "Color Scheme"
1003
+ msgstr "Schéma de couleurs"
1004
+
1005
+ #: ../admin/social_commenting.php:108
1006
+ msgid "Light"
1007
+ msgstr "Clair"
1008
+
1009
+ #: ../admin/social_commenting.php:109
1010
+ msgid "Dark"
1011
+ msgstr "Sombre"
1012
+
1013
+ #: ../admin/social_commenting.php:117
1014
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1015
+ msgstr "Le schema de couleurs utilisé par ce plugin. Peut être \"clair\" ou \"sombre\"."
1016
+
1017
+ #: ../admin/social_commenting.php:125
1018
+ #, fuzzy
1019
+ msgid "Number of comments"
1020
+ msgstr "Le nombre de publications"
1021
+
1022
+ #: ../admin/social_commenting.php:135
1023
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1024
+ msgstr "Le nombre de commentaires à afficher par défaut. Minimum de 1 commentaire. 10 par défaut."
1025
+
1026
+ #: ../admin/social_commenting.php:143
1027
+ msgid "Order by"
1028
+ msgstr "Trier par"
1029
+
1030
+ #: ../admin/social_commenting.php:147
1031
+ msgid "Social"
1032
+ msgstr "Social"
1033
+
1034
+ #: ../admin/social_commenting.php:148
1035
+ msgid "Reverse Time"
1036
+ msgstr "Anachronique"
1037
+
1038
+ #: ../admin/social_commenting.php:149
1039
+ msgid "Time"
1040
+ msgstr "Heure"
1041
+
1042
+ #: ../admin/social_commenting.php:157
1043
+ msgid "The order to use when displaying comments."
1044
+ msgstr "L'ordre à utiliser lors de l'affiche des commentaires."
1045
+
1046
+ #: ../admin/social_commenting.php:165
1047
+ msgid "Mobile"
1048
+ msgstr "Portable"
1049
+
1050
+ #: ../admin/social_commenting.php:169
1051
+ msgid "Auto Detect"
1052
+ msgstr "Detecter automatiquement"
1053
+
1054
+ #: ../admin/social_commenting.php:170
1055
+ msgid "True"
1056
+ msgstr "Vrai"
1057
+
1058
+ #: ../admin/social_commenting.php:171
1059
+ msgid "False"
1060
+ msgstr "Faux"
1061
+
1062
+ #: ../admin/social_commenting.php:179
1063
+ msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
1064
+ msgstr "Une valeur booléen qui définit si la version mobile s'affiche ou pas."
1065
+
1066
+ #: ../admin/social_commenting.php:197
1067
+ #, php-format
1068
+ 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)"
1069
+ 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."
1070
+
1071
+ #: ../admin/social_commenting.php:213
1072
+ #, fuzzy
1073
+ msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
1074
+ msgstr "Vous pouvez utiliser le shortcode <strong> [TheChamp-Counter] </strong> dans le contenu d'une page ou publication si vous voulez y afficher les boutons de partage."
1075
+
1076
+ #: ../admin/social_commenting.php:218
1077
+ #, fuzzy
1078
+ msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
1079
+ msgstr "Utilisez l'attribut <strong>style</strong> afin de customizer les boutons."
1080
+
1081
+ #: ../admin/social_commenting.php:223
1082
+ #, fuzzy
1083
+ msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
1084
+ msgstr "Utilisez l'attribut <strong>left</strong> afin de définir la distance entre le compteur et le côté gauche de l'écran."
1085
+
1086
+ #: ../admin/social_commenting.php:227
1087
+ msgid "num_posts"
1088
+ msgstr ""
1089
+
1090
+ #: ../admin/social_commenting.php:228
1091
+ #, fuzzy
1092
+ msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
1093
+ msgstr "Utilisez l'attribut \"<strong>style</ strong>\" afin de customizer les boutons de partage."
1094
+
1095
+ #: ../admin/social_commenting.php:232
1096
+ #, fuzzy
1097
+ msgid "width"
1098
+ msgstr "Largeur"
1099
+
1100
+ #: ../admin/social_commenting.php:233
1101
+ #, fuzzy
1102
+ msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
1103
+ msgstr "Utilisez l'attribut <strong>top</strong> afin de définir la marge en haut des boutons."
1104
+
1105
+ #: ../admin/social_commenting.php:238
1106
+ #, fuzzy
1107
+ msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1108
+ msgstr "Remplacez <strong>SHORTCODE</ strong> dans le code ci-dessus avec le code nécessaire, comme <strong>[TheChamp-Login style=\"background-color: #000;\"]</ strong>, pour que le résultat soit ainsi :"
1109
+
1110
+ #: ../admin/social_commenting.php:249
1111
+ #, fuzzy
1112
+ msgid "How can I disable FB comments at individual page/post?"
1113
+ msgstr "Comment je peux afficher le compte des partages de mon site, et non des pages/publications individuelles ?"
1114
+
1115
+ #: ../admin/social_commenting.php:253
1116
+ msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
1117
+ msgstr "Modifier cette page / poste et cochez l'option \"Désactiver Facebook Commentaires sur ce post / la page \" au bas de section \"super Socializer \""
1118
+
1119
+ #: ../admin/social_commenting.php:262
1120
+ msgid "How to enable only Facebook Comments without enabling default comment form?"
1121
+ msgstr "Comment activer uniquement Commentaires Facebook sans permettant commentaire formulaire par défaut?"
1122
+
1123
+ #: ../admin/social_commenting.php:266
1124
+ msgid "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting\" section."
1125
+ msgstr "Activer \"Conserver uniquement Facebook Commentant\" option section \"Facebook Commentant\"."
1126
 
1127
  #: ../admin/social_login.php:10
1128
  msgid "Social Login"
1260
  msgstr "Inclure le javascript dans le footer de votre site"
1261
 
1262
  #: ../admin/social_login.php:294
1263
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1264
+ msgstr "Si elle est activée (recommandé), fichiers Javascript seront inclus dans le pied de page de votre site."
1265
 
1266
  #: ../admin/social_login.php:308
1267
  msgid "Login options"
1344
  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)"
1345
  msgstr "Si activé, un courriel lui sera envoyé après la creation de compte avec ses identifiants."
1346
 
1347
+ #: ../admin/social_login.php:489
1348
+ msgid "Enable social account linking at BuddyPress profile page"
1349
+ msgstr "Activer compte sociale reliant au BuddyPress page de profil"
1350
+
1351
+ #: ../admin/social_login.php:499
1352
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1353
+ msgstr "Activer cette option pour afficher l'interface sociale compte de liaison au BuddyPress page de profil"
1354
+
1355
+ #: ../admin/social_login.php:508
1356
  msgid "Login redirection"
1357
  msgstr "Rediriger la page après la connection"
1358
 
1359
+ #: ../admin/social_login.php:512
1360
  msgid "Same page where user logged in"
1361
  msgstr "La même page ou l'utilisateur s'est connecté"
1362
 
1363
+ #: ../admin/social_login.php:516
1364
+ #: ../admin/social_login.php:546
1365
  msgid "Account dashboard"
1366
  msgstr "Leur compte"
1367
 
1368
+ #: ../admin/social_login.php:519
1369
+ #: ../admin/social_login.php:549
1370
  msgid "BuddyPress profile page"
1371
  msgstr "BuddyPress page de profil"
1372
 
1373
+ #: ../admin/social_login.php:522
1374
+ #: ../admin/social_login.php:552
1375
  msgid "Custom Url"
1376
  msgstr "URL personnalisé"
1377
 
1378
+ #: ../admin/social_login.php:530
1379
  msgid "User will be redirected to the selected page after Social Login"
1380
  msgstr "L'utilisateur sera redirigé vers la page selectionnée après sa connection"
1381
 
1382
+ #: ../admin/social_login.php:538
1383
  msgid "Registration redirection"
1384
  msgstr "Redirection après la création de compte"
1385
 
1386
+ #: ../admin/social_login.php:542
1387
  #, fuzzy
1388
  msgid "Same page from where user registered"
1389
  msgstr "La même page ou l'utilisateur s'est connecté"
1390
 
1391
+ #: ../admin/social_login.php:560
1392
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1393
  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)"
1394
 
1395
+ #: ../admin/social_login.php:568
1396
  msgid "Email popup options"
1397
  msgstr "Paramètres e-mail popup (fenêtre surgissante)"
1398
 
1399
+ #: ../admin/social_login.php:574
1400
  msgid "Text on 'Email required' popup"
1401
  msgstr "Texte dans le popup \"E-mail requis\""
1402
 
1403
+ #: ../admin/social_login.php:584
1404
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1405
  msgstr "Ce texte sera affiché dans la fenêtre surgissante. Laisser vide si cela n'est pas nécessaire."
1406
 
1407
+ #: ../admin/social_login.php:593
1408
  msgid "Error message for 'Email required' popup"
1409
  msgstr "Message d'erreur pour le popup \"E-mail requis\""
1410
 
1411
+ #: ../admin/social_login.php:603
1412
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1413
  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."
1414
 
1415
+ #: ../admin/social_login.php:612
1416
  msgid "Email popup height"
1417
  msgstr "Hauteur du popup e-mail"
1418
 
1419
+ #: ../admin/social_login.php:622
1420
  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."
1421
  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."
1422
 
1423
+ #: ../admin/social_login.php:630
1424
  msgid "Enable email verification"
1425
  msgstr "Activer la verification de l'adresse e-mail"
1426
 
1427
+ #: ../admin/social_login.php:640
1428
  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"
1429
  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."
1430
 
1431
+ #: ../admin/social_login.php:656
1432
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1433
  msgstr "Utilisez le shortcode <strong>[TheChamp-Login]</strong> dans le contenu de la page/publication où vous souhaitez faire apparaître le widget de connection par les réseaux sociaux."
1434
 
1435
+ #: ../admin/social_login.php:659
1436
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1437
  msgstr "Vous pouvez utiliser l'attribut \"style\" dans le shortcode afin de customizer le login social."
1438
 
1439
+ #: ../admin/social_login.php:664
1440
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1441
  msgstr "Remplacez <strong>SHORTCODE</strong> dans le code ci-dessus avec le code désiré, par exemple <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong> pour que le résultat ressemble à ceci"
1442
 
1443
+ #: ../admin/social_login.php:672
1444
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1445
  msgstr "Naviguez dans <strong>Apparence</strong> > <strong>Widgets</strong> à gauche et faites glisser le widget \"Super Socializer - Login\" dans le zone désiré."
1446
 
1447
+ #: ../admin/admin.php:8
1448
+ msgid "Welcome"
1449
+ msgstr "Bienvenue"
1450
 
1451
+ #: ../admin/admin.php:10
1452
+ msgid "You are ready to Socialize your website."
1453
+ msgstr "Vous êtes prêt à Socialiser votre site web."
1454
 
1455
+ #: ../admin/admin.php:11
1456
+ msgid "Getting Started"
1457
+ msgstr "Pour commencer"
1458
 
1459
+ #: ../admin/admin.php:12
1460
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1461
+ msgstr "Commencez à changer les options dans les parties sous le menu <strong>Super Socializer</strong> à gauche. <strong>Partage social</strong> est active sur votre site par défaut."
1462
 
1463
+ #: ../admin/admin.php:13
1464
+ #, fuzzy
1465
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1466
+ msgstr "Dans la section Facebook, vous pouvez configure les commentaires et flux Facebook."
1467
 
1468
+ #: ../admin/admin.php:14
1469
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1470
+ msgstr "Dans la section \"Connection par les réseaux sociaux\" vous pouvez selectionner les réseaux sociaux et configurer les paramètres."
1471
 
1472
+ #: ../admin/admin.php:15
1473
  #, fuzzy
1474
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1475
+ msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
1476
 
1477
+ #: ../admin/admin.php:16
1478
  #, fuzzy
1479
+ msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1480
+ msgstr "Dans la section \"Partage Social\" vous pouvez selectionner les réseaux sociaux pour le partage et configurer les paramètres des boutons de partage."
1481
 
1482
+ #: ../inc/social_sharing.php:492
1483
+ msgid "Invalid request"
1484
+ msgstr "Demande non-valable !"
 
 
1485
 
1486
+ #: ../inc/social_sharing.php:499
1487
+ msgid "Providers not selected"
1488
+ msgstr "Réseaux sociaux non-selectionnés !"
 
1489
 
1490
  #: ../inc/widget.php:11
1491
  msgid "Super Socializer - Login"
1500
  msgstr "Deconnexion"
1501
 
1502
  #: ../inc/widget.php:77
1503
+ #: ../inc/widget.php:211
1504
+ #: ../inc/widget.php:497
1505
  msgid "Title:"
1506
  msgstr "Titre :"
1507
 
1508
  #: ../inc/widget.php:79
1509
+ #: ../inc/widget.php:223
1510
+ #: ../inc/widget.php:507
1511
  msgid "Before widget content:"
1512
  msgstr "Avant le contenu du widget :"
1513
 
1514
  #: ../inc/widget.php:81
1515
+ #: ../inc/widget.php:225
1516
+ #: ../inc/widget.php:509
1517
  msgid "After widget content:"
1518
  msgstr "Après le contenu du widget :"
1519
 
1520
  #: ../inc/widget.php:84
1521
+ #: ../inc/widget.php:227
1522
+ #: ../inc/widget.php:380
1523
+ #: ../inc/widget.php:511
1524
+ #: ../inc/widget.php:652
1525
  msgid "Hide for logged in users:"
1526
  msgstr "Cacher pour les utilisateurs connectés :"
1527
 
1529
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1530
  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"
1531
 
1532
+ #: ../inc/widget.php:213
1533
+ #: ../inc/widget.php:351
1534
  #, fuzzy
1535
  msgid "Show share counts:"
1536
  msgstr "Afficher le compteur des partages"
1537
 
1538
+ #: ../inc/widget.php:215
1539
+ #: ../inc/widget.php:353
1540
+ #: ../inc/widget.php:499
1541
+ #: ../inc/widget.php:625
1542
  msgid "Target Url:"
1543
  msgstr "Cible Url:"
1544
 
1545
+ #: ../inc/widget.php:217
1546
+ #: ../inc/widget.php:355
1547
+ #: ../inc/widget.php:501
1548
+ #: ../inc/widget.php:627
1549
  msgid "Select"
1550
  msgstr "sélectionner"
1551
 
1552
+ #: ../inc/widget.php:246
1553
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1554
  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"
1555
 
1556
+ #: ../inc/widget.php:361
1557
+ #: ../inc/widget.php:633
1558
  msgid "Alignment"
1559
  msgstr "Alignement"
1560
 
1561
+ #: ../inc/widget.php:367
1562
+ #: ../inc/widget.php:639
1563
  msgid "Left Offset"
1564
  msgstr "Marge gauche"
1565
 
1566
+ #: ../inc/widget.php:371
1567
+ #: ../inc/widget.php:643
1568
  msgid "Right Offset"
1569
  msgstr "Marge droite"
1570
 
1571
+ #: ../inc/widget.php:374
1572
+ #: ../inc/widget.php:646
1573
  msgid "Top Offset"
1574
  msgstr "Marge superieur"
1575
 
1576
+ #: ../inc/widget.php:399
1577
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1578
  msgstr "Compteur horizontal. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1579
 
1580
+ #: ../inc/widget.php:530
1581
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1582
  msgstr "Compteur vertical. Permettez à vos utilisateurs de partager/\"aimer\" votre contenu facilement sur les réseaux sociaux comme Facebook, Twitter, Tumblr, Google+ et plus"
1583
 
1584
+ #~ msgid "White-Label"
1585
+ #~ msgstr "Label-Blanche"
1586
+
1587
+ #~ msgid ""
1588
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
1589
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
1590
+ #~ "\">lordofthechamps@gmail.com</a>"
1591
+ #~ msgstr ""
1592
+ #~ "Supprimer l'attribution (\"Super Socializer by The Champ\") avec juste "
1593
+ #~ "15$. Intéressé ? Envoyez-moi un mail : <a href=\"mailto:"
1594
+ #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
1595
+
1596
+ #~ msgid "Feed"
1597
+ #~ msgstr "Flux"
1598
+
1599
+ #~ msgid "Important note"
1600
+ #~ msgstr "Mot important"
1601
+
1602
+ #~ msgid ""
1603
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
1604
+ #~ "\"_blank\">this link</a>"
1605
+ #~ msgstr ""
1606
+ #~ "Afin de se server de cette fonctionnalité, veuillez suivre les étapes "
1607
+ #~ "indiqués à <a href=\"%s\" target=\"_blank\">ce lien</a>"
1608
+
1609
+ #~ msgid "Publish feed on user's timeline on Facebook login"
1610
+ #~ msgstr ""
1611
+ #~ "Publier le flux sur le profil de l'utilisateur s'il s'est connecté avec "
1612
+ #~ "Facebook"
1613
+
1614
+ #~ msgid ""
1615
+ #~ "If enabled, a post will be published on the timeline of the user logging "
1616
+ #~ "in"
1617
+ #~ msgstr ""
1618
+ #~ "Une fois activée, une publication sera publié sur le mur de l'utilisateur "
1619
+ #~ "qui se connecte"
1620
+
1621
+ #~ msgid "Facebook Feed Options"
1622
+ #~ msgstr "Paramètres du Flux Facebook"
1623
+
1624
+ #~ msgid "Message"
1625
+ #~ msgstr "Message"
1626
+
1627
+ #~ msgid ""
1628
+ #~ "Message for the feed post. %website-name% will be replaced with your "
1629
+ #~ "website name in actual message."
1630
+ #~ msgstr ""
1631
+ #~ "Message pour la publication dans le fil d'actualité. %website-name% sera "
1632
+ #~ "remplacé par le nom de votre site dans le vrai message."
1633
+
1634
+ #~ msgid "Link (required)"
1635
+ #~ msgstr "Lien (requis)"
1636
+
1637
+ #~ msgid ""
1638
+ #~ "The link attached to this feed (required parameter for this functionality "
1639
+ #~ "to work)"
1640
+ #~ msgstr "Le lien associé à ce flux (requis pour cette fonctionnalité)"
1641
+
1642
+ #~ msgid "Picture"
1643
+ #~ msgstr "Image"
1644
+
1645
+ #~ msgid ""
1646
+ #~ "The URL of a picture attached to this post. The picture must be at least "
1647
+ #~ "200px by 200px. (if this url is not specified, image from the url "
1648
+ #~ "specified in Link parameter will be displayed in the post)"
1649
+ #~ msgstr ""
1650
+ #~ "Le lien d'une image à joinder à la publication. L'image doit être de "
1651
+ #~ "taille minimum 200px par 200px (si ce URL n'est pas défini, Facebook "
1652
+ #~ "choisira une image)"
1653
+
1654
+ #~ msgid "Source"
1655
+ #~ msgstr "Source"
1656
+
1657
+ #~ msgid ""
1658
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
1659
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
1660
+ #~ "a thumbnail for the video."
1661
+ #~ msgstr ""
1662
+ #~ "Le lien vers le fichier (soit SWF ou MP3) joint à cette publication. Si "
1663
+ #~ "c'est un fichier SWF, vous devez également définir une image (dans le "
1664
+ #~ "parameter \"Image\") afin de fournir une vignette pour la vidéo."
1665
+
1666
+ #~ msgid "Name"
1667
+ #~ msgstr "Nom"
1668
+
1669
+ #~ msgid "The name of the link attachment"
1670
+ #~ msgstr "Le nom du lien joint à la publication"
1671
+
1672
+ #~ msgid "Caption"
1673
+ #~ msgstr "Légende"
1674
+
1675
+ #~ msgid ""
1676
+ #~ "The caption of the link (appears beneath the link name). If not "
1677
+ #~ "specified, this field is automatically populated with the URL of the link."
1678
+ #~ msgstr ""
1679
+ #~ "La légende du lien (apparait sous le nom du lien). Si aucune légende est "
1680
+ #~ "définie, ce champs affiche automatiquement le URL du lien."
1681
+
1682
+ #~ msgid "Description"
1683
+ #~ msgstr "Description"
1684
+
1685
+ #~ msgid ""
1686
+ #~ "The description of the link (appears beneath the link caption). If not "
1687
+ #~ "specified, this field is automatically populated by information scraped "
1688
+ #~ "from the link, typically the title of the page."
1689
+ #~ msgstr ""
1690
+ #~ "La description du lien (apparaît sous la légende). Si aucune description "
1691
+ #~ "est définie, ce champs affiche automatiquement de l'information "
1692
+ #~ "recueillie dans le lien, comme le titre de la page."
1693
+
1694
+ #~ msgid ""
1695
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
1696
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
1697
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
1698
+ #~ "are not sure about this, keep this option unchecked.</strong>"
1699
+ #~ msgstr ""
1700
+ #~ "Si active (recommandé), tout le code javascript sera inclus dans le "
1701
+ #~ "footer de votre site et donc sera chargé en dernier. <br/><strong>"
1702
+ #~ "\"wp_footer\" et \"login_footer\" doivent être inclus dans votre theme "
1703
+ #~ "Wordpress afin que cela fonctionne. Si vous avez une doute, ne cochez pas "
1704
+ #~ "la case."
1705
+
1706
  #~ msgid ""
1707
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1708
  #~ "Comments block. The mobile version of the Comments block ignores the "
1735
  #~ "Si vous aimez ce plugin et vous aimeriez le voir s'améliorer et se "
1736
  #~ "developper, veuillez penser à faire un don."
1737
 
 
 
 
 
 
 
 
 
 
 
1738
  #~ msgid "Load first"
1739
  #~ msgstr "Charger en premier"
1740
 
languages/Super-Socializer-hu_HU.mo CHANGED
Binary file
languages/Super-Socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-12-19 21:29+0530\n"
6
- "PO-Revision-Date: 2014-12-19 21:30+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -16,45 +16,45 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:186
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 "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %s)"
23
 
24
- #: ../super_socializer.php:189
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:354
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:354
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:358
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
- #: ../super_socializer.php:377
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
- #: ../super_socializer.php:380
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:393
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:553
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "A megadott e-maik már regisztrálva van, vagy hibás"
56
 
57
- #: ../super_socializer.php:557
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
60
 
@@ -62,40 +62,87 @@ msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjü
62
  msgid "Options saved successfully"
63
  msgstr "A beállítások mentése sikeres"
64
 
65
- #: ../helper.php:189
 
 
 
 
 
 
 
 
66
  msgid "Settings"
67
  msgstr "Beállítások"
68
 
69
- #: ../helper.php:492
70
  #, fuzzy
71
  msgid "Account linked successfully"
72
  msgstr "A beállítások mentése sikeres"
73
 
74
- #: ../helper.php:498
75
  msgid "Account already exists or linked"
76
  msgstr "Fiók már létezik, vagy össze van kötve"
77
 
78
- #: ../helper.php:511
79
  #, fuzzy
80
  msgid "You are already connected with"
81
  msgstr "Készen állsz weboldalad \"Közösségesítésére\"."
82
 
83
- #: ../helper.php:511
84
  msgid "as primary social network"
85
  msgstr "elsődleges szociális háló"
86
 
87
- #: ../helper.php:526
88
  msgid "Link your social account to login to your account at this website"
89
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
90
 
91
- #: ../helper.php:573
92
  msgid "Currently"
93
  msgstr "Jelenleg"
94
 
95
- #: ../helper.php:573
96
  msgid "Remove"
97
  msgstr "Eltávolítás"
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: ../admin/help.php:4
100
  msgid "About"
101
  msgstr "Impresszum"
@@ -153,16 +200,8 @@ msgstr "Szeretnél egyedi funkciókat?"
153
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
154
  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"
155
 
156
- #: ../admin/help.php:80
157
- msgid "White-Label"
158
- msgstr "White-Label"
159
-
160
- #: ../admin/help.php:82
161
- msgid "Remove the plugin credit links (\"Super Socializer by The Champ\") in just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
162
- msgstr "Tűntesd el a plugin készítőinek linkjét (\"Super Socializer by The Champ\") mindössze $15 dolcsiért. Érdekel? Írj nekem e-mailtl (angolul): <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
163
-
164
  #: ../admin/social_counter.php:11
165
- #: ../admin/social_counter.php:19
166
  #: ../admin/social_sharing.php:14
167
  #: ../admin/social_sharing.php:24
168
  #: ../admin/social_login.php:9
@@ -180,673 +219,469 @@ msgstr "Social Counter"
180
  msgid "Shortcode & Widget"
181
  msgstr "Shortcode és Widget"
182
 
183
- #: ../admin/social_counter.php:25
 
 
 
 
 
 
184
  #, fuzzy
185
  msgid "Enable Social Counter"
186
  msgstr "Közösségi Belépés Belkapcsolása"
187
 
188
- #: ../admin/social_counter.php:35
189
  #, fuzzy
190
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
191
  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 "
192
 
193
- #: ../admin/social_counter.php:49
194
  #, fuzzy
195
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
196
  msgstr "<strong>Megjegyzés:</strong> Az egyes bejegyzéseknél/oldalaknál ki tudod kapcsolni a megosztást a szerkesztési felület <strong>\"Super Socializer\"</strong> részében"
197
 
198
- #: ../admin/social_counter.php:66
199
  #: ../admin/social_sharing.php:88
200
  msgid "bit.ly url shortener"
201
  msgstr "bit.ly url rövidítő"
202
 
203
- #: ../admin/social_counter.php:72
204
  msgid "Enable bit.ly url shortener for tweet button"
205
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
206
 
207
- #: ../admin/social_counter.php:82
208
  #: ../admin/social_sharing.php:104
209
  #, fuzzy
210
  msgid "Master control to enable bit.ly url shortening for sharing"
211
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
212
 
213
- #: ../admin/social_counter.php:90
214
  #: ../admin/social_sharing.php:112
215
  msgid "bit.ly username"
216
  msgstr "bit.ly felhasználónév"
217
 
218
- #: ../admin/social_counter.php:100
219
  #: ../admin/social_sharing.php:122
220
  #, fuzzy, php-format
221
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
222
  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"
223
 
224
- #: ../admin/social_counter.php:109
225
  #: ../admin/social_sharing.php:131
226
  msgid "bit.ly API Key"
227
  msgstr "bit.ly API Key"
228
 
229
- #: ../admin/social_counter.php:119
230
  #: ../admin/social_sharing.php:141
231
  #, fuzzy, php-format
232
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
233
  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"
234
 
235
- #: ../admin/social_counter.php:129
236
- #: ../admin/social_counter.php:135
237
- #: ../admin/facebook.php:170
238
  msgid "Language"
239
  msgstr "NYelv"
240
 
241
- #: ../admin/social_counter.php:145
242
  #, fuzzy, php-format
243
  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)"
244
  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 "
245
 
246
- #: ../admin/social_counter.php:154
247
  msgid "Twitter username in tweet button"
248
  msgstr "Twitter felhasználónév a tweet gombon "
249
 
250
- #: ../admin/social_counter.php:160
251
  #: ../admin/social_sharing.php:157
252
  msgid "Twitter username (without @)"
253
  msgstr "Twitter felhasználónév (@ nélkül)"
254
 
255
- #: ../admin/social_counter.php:170
256
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
257
  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."
258
 
259
- #: ../admin/social_counter.php:180
260
  #, fuzzy
261
  msgid "Horizontal Counter Interface Options"
262
  msgstr "Vízszintes Megosztási Felület Beállítások"
263
 
264
- #: ../admin/social_counter.php:186
265
  #, fuzzy
266
  msgid "Enable horizontal counter interface"
267
  msgstr "Vízszintes megosztási felület bekapcsolása"
268
 
269
- #: ../admin/social_counter.php:196
270
  #, fuzzy
271
  msgid "Master control to enable horizontal counter"
272
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
273
 
274
- #: ../admin/social_counter.php:206
275
- #: ../admin/social_counter.php:419
276
  #: ../admin/social_sharing.php:203
277
- #: ../admin/social_sharing.php:510
278
  msgid "Target Url"
279
  msgstr "Cél Url"
280
 
281
- #: ../admin/social_counter.php:210
282
- #: ../admin/social_counter.php:423
283
  #: ../admin/social_sharing.php:207
284
- #: ../admin/social_sharing.php:514
285
  msgid "Url of the webpage where icons are located (default)"
286
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
287
 
288
- #: ../admin/social_counter.php:212
289
- #: ../admin/social_counter.php:425
290
  #: ../admin/social_sharing.php:209
291
- #: ../admin/social_sharing.php:516
292
  msgid "Url of the homepage of your website"
293
  msgstr "A főoldalad Url-je"
294
 
295
- #: ../admin/social_counter.php:214
296
- #: ../admin/social_counter.php:427
297
  #: ../admin/social_sharing.php:211
298
- #: ../admin/social_sharing.php:518
299
  #, fuzzy
300
  msgid "Custom url"
301
  msgstr "Egyedi URL"
302
 
303
- #: ../admin/social_counter.php:221
304
- #: ../admin/social_counter.php:434
305
  msgid "Url to like/share/tweet and display like/share/tweet counts"
306
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
307
 
308
- #: ../admin/social_counter.php:229
309
  #: ../admin/social_sharing.php:226
310
  #: ../admin/social_login.php:314
311
  msgid "Title"
312
  msgstr "Cím"
313
 
314
- #: ../admin/social_counter.php:239
315
  #, fuzzy
316
  msgid "The text to display above the counter interface"
317
  msgstr "Szöveg a megosztási felület fölött"
318
 
319
- #: ../admin/social_counter.php:247
320
- #: ../admin/social_counter.php:442
321
  #, fuzzy
322
  msgid "Select and rearrange providers"
323
  msgstr "Válassz szolgáltatókat"
324
 
325
- #: ../admin/social_counter.php:291
326
- #: ../admin/social_counter.php:485
327
  #, fuzzy
328
  msgid "Select the providers for counter interface. Drag them to rearrange."
329
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
330
 
331
- #: ../admin/social_counter.php:299
332
- #: ../admin/social_counter.php:511
333
- #: ../admin/social_sharing.php:371
334
- #: ../admin/social_sharing.php:678
335
  msgid "Horizontal alignment"
336
  msgstr "Függőleges igazítás"
337
 
338
- #: ../admin/social_counter.php:303
339
- #: ../admin/social_counter.php:515
340
- #: ../admin/social_sharing.php:375
341
- #: ../admin/social_sharing.php:682
342
  msgid "Left"
343
  msgstr "Bal"
344
 
345
- #: ../admin/social_counter.php:304
346
- #: ../admin/social_sharing.php:376
347
  msgid "Center"
348
  msgstr "Középen"
349
 
350
- #: ../admin/social_counter.php:305
351
- #: ../admin/social_counter.php:516
352
- #: ../admin/social_sharing.php:377
353
- #: ../admin/social_sharing.php:683
354
  msgid "Right"
355
  msgstr "Jobb"
356
 
357
- #: ../admin/social_counter.php:313
358
- #: ../admin/social_counter.php:524
359
  #, fuzzy
360
  msgid "Horizontal alignment of the counter interface"
361
  msgstr "A megosztási felület függőleges igazítása"
362
 
363
- #: ../admin/social_counter.php:321
364
- #: ../admin/social_sharing.php:393
365
  msgid "Position with respect to content"
366
  msgstr "Elhelyezés a tartalomhoz képest"
367
 
368
- #: ../admin/social_counter.php:325
369
- #: ../admin/social_sharing.php:397
370
  msgid "Top of the content"
371
  msgstr "Tartalom felett"
372
 
373
- #: ../admin/social_counter.php:327
374
- #: ../admin/social_sharing.php:399
375
  msgid "Bottom of the content"
376
  msgstr "Tartalom alatt"
377
 
378
- #: ../admin/social_counter.php:334
379
  #, fuzzy
380
  msgid "Specify position of the counter interface with respect to the content"
381
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
382
 
383
- #: ../admin/social_counter.php:342
384
- #: ../admin/social_counter.php:590
385
  #, fuzzy
386
  msgid "Counter location"
387
  msgstr "Megosztási helyek"
388
 
389
- #: ../admin/social_counter.php:346
390
- #: ../admin/social_counter.php:594
391
- #: ../admin/social_sharing.php:418
392
- #: ../admin/social_sharing.php:761
393
- #: ../admin/social_login.php:494
394
- #: ../admin/social_login.php:524
395
  msgid "Homepage"
396
  msgstr "Kezdő oldal"
397
 
398
- #: ../admin/social_counter.php:348
399
- #: ../admin/social_counter.php:596
400
- #: ../admin/social_sharing.php:420
401
- #: ../admin/social_sharing.php:763
402
  msgid "Posts"
403
  msgstr "Bejegyzések"
404
 
405
- #: ../admin/social_counter.php:350
406
- #: ../admin/social_counter.php:598
407
- #: ../admin/social_sharing.php:422
408
- #: ../admin/social_sharing.php:765
409
  msgid "Pages"
410
  msgstr "Oldalak"
411
 
412
- #: ../admin/social_counter.php:352
413
- #: ../admin/social_counter.php:600
414
- #: ../admin/social_sharing.php:424
415
- #: ../admin/social_sharing.php:767
416
  msgid "Excerpts"
417
  msgstr "Kivonatok"
418
 
419
- #: ../admin/social_counter.php:354
420
- #: ../admin/social_counter.php:602
421
- #: ../admin/social_sharing.php:426
422
- #: ../admin/social_sharing.php:769
423
  msgid "Category Archives"
424
  msgstr "Kategória Archívum"
425
 
426
- #: ../admin/social_counter.php:360
427
- #: ../admin/social_sharing.php:432
 
 
 
 
 
 
 
428
  msgid "BuddyPress activity and groups"
429
  msgstr "BuddyPress tevékenység és csoportok"
430
 
431
- #: ../admin/social_counter.php:367
432
- #: ../admin/social_counter.php:608
433
- #: ../admin/social_sharing.php:439
434
- #: ../admin/social_sharing.php:775
435
  msgid "BBPress forum"
436
  msgstr "BBPress fórum"
437
 
438
- #: ../admin/social_counter.php:370
439
- #: ../admin/social_counter.php:611
440
- #: ../admin/social_sharing.php:442
441
- #: ../admin/social_sharing.php:778
442
  msgid "BBPress topic"
443
  msgstr "BBPress téma"
444
 
445
- #: ../admin/social_counter.php:373
446
- #: ../admin/social_sharing.php:445
447
  msgid "BBPress reply"
448
  msgstr "BBPress válasz"
449
 
450
- #: ../admin/social_counter.php:383
451
  #, fuzzy
452
  msgid "Specify the pages where you want to enable counter interface"
453
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
454
 
455
- #: ../admin/social_counter.php:393
456
  #, fuzzy
457
  msgid "Vertical (Floating) counter interface Options"
458
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
459
 
460
- #: ../admin/social_counter.php:399
461
  #, fuzzy
462
  msgid "Enable vertical (floating) counter interface"
463
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
464
 
465
- #: ../admin/social_counter.php:409
466
  #, fuzzy
467
  msgid "Master control to enable vertical (floating) counter widget"
468
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
469
 
470
- #: ../admin/social_counter.php:493
471
- #: ../admin/social_sharing.php:660
472
  msgid "Background Color"
473
  msgstr "Háttér Szín"
474
 
475
- #: ../admin/social_counter.php:503
476
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
477
  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 "
478
 
479
- #: ../admin/social_counter.php:533
480
- #: ../admin/social_sharing.php:700
481
  msgid "Left offset"
482
  msgstr "Bal margó"
483
 
484
- #: ../admin/social_counter.php:543
485
  #, fuzzy
486
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
487
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
488
 
489
- #: ../admin/social_counter.php:553
490
- #: ../admin/social_sharing.php:720
491
  msgid "Right offset"
492
  msgstr "Jobb margó"
493
 
494
- #: ../admin/social_counter.php:563
495
  #, fuzzy
496
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
497
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
498
 
499
- #: ../admin/social_counter.php:572
500
- #: ../admin/social_sharing.php:739
501
  msgid "Top offset"
502
  msgstr "Felső margó"
503
 
504
- #: ../admin/social_counter.php:582
505
  #, fuzzy
506
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
507
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
508
 
509
- #: ../admin/social_counter.php:621
510
  #, fuzzy
511
  msgid "Specify the pages where you want to enable vertical counter interface"
512
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
513
 
514
- #: ../admin/social_counter.php:637
515
- #: ../admin/facebook.php:12
516
- #: ../admin/facebook.php:372
517
- #: ../admin/social_sharing.php:823
518
- #: ../admin/social_login.php:634
519
  msgid "Shortcode"
520
  msgstr "Shortcode"
521
 
522
- #: ../admin/social_counter.php:639
523
  #, fuzzy
524
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
525
  msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
526
 
527
- #: ../admin/social_counter.php:640
528
  #: ../admin/social_counter.php:645
529
  #: ../admin/social_counter.php:650
530
  #: ../admin/social_counter.php:655
531
  #: ../admin/social_counter.php:660
532
- #: ../admin/facebook.php:375
533
- #: ../admin/facebook.php:380
534
- #: ../admin/facebook.php:385
535
- #: ../admin/facebook.php:390
536
- #: ../admin/facebook.php:395
537
- #: ../admin/social_sharing.php:826
538
- #: ../admin/social_sharing.php:831
539
- #: ../admin/social_sharing.php:836
540
- #: ../admin/social_sharing.php:841
541
- #: ../admin/social_sharing.php:846
542
- #: ../admin/social_sharing.php:851
543
- #: ../admin/social_login.php:637
544
- #: ../admin/social_login.php:640
 
545
  msgid "Example"
546
  msgstr "Példa"
547
 
548
- #: ../admin/social_counter.php:642
549
- #: ../admin/facebook.php:377
550
- #: ../admin/social_sharing.php:828
551
  msgid "You can use following attributes in the Shortcode"
552
  msgstr "A következő attributumokat tudod használni a Shortcode-ban"
553
 
554
- #: ../admin/social_counter.php:644
555
  #, fuzzy
556
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
557
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
558
 
559
- #: ../admin/social_counter.php:649
560
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
561
  msgstr "Használd a <strong>type</strong> attributumot a típus (\"horizontal\" vagy \"vertical\") Közösségi Megosztás felület választásához. Az alapértelmezett \"horizontal\"."
562
 
563
- #: ../admin/social_counter.php:653
564
  msgid "Left (Works with \"Vertical\" type interface only)"
565
  msgstr "Left (csak a \"Függőleges\" típusú felülettel működik)"
566
 
567
- #: ../admin/social_counter.php:654
568
  #, fuzzy
569
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
570
  msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
571
 
572
- #: ../admin/social_counter.php:658
573
  msgid "Top (Works with \"Vertical\" type interface only)"
574
  msgstr "Top (csak a \"Függőleges\" típusú felülettel működik)"
575
 
576
- #: ../admin/social_counter.php:659
577
  #, fuzzy
578
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
579
  msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
580
 
581
- #: ../admin/social_counter.php:662
582
- #: ../admin/facebook.php:397
583
- #: ../admin/social_sharing.php:853
584
- #: ../admin/social_login.php:642
585
  msgid "You can use shortcode in PHP file as following"
586
  msgstr "A shortcode-ot PHP fájlban így használhatod"
587
 
588
- #: ../admin/social_counter.php:664
589
  #, fuzzy
590
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
591
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
592
 
593
- #: ../admin/social_counter.php:670
594
- #: ../admin/social_sharing.php:861
595
- #: ../admin/social_login.php:650
596
  msgid "Widget"
597
  msgstr "Widget"
598
 
599
- #: ../admin/social_counter.php:672
600
  #, fuzzy
601
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
602
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Megosztás (Vízszintes Widget)</strong> és <strong>Super Socializer - Megosztás (Függőleges Widget)</strong>widgetet és a kívánt helyre húzhatod."
603
 
604
- #: ../admin/social_counter.php:681
605
- #: ../admin/facebook.php:424
606
- #: ../admin/social_sharing.php:907
607
- #: ../admin/social_login.php:661
608
- msgid "Save Changes"
609
- msgstr "Változások Mentése"
610
-
611
- #: ../admin/facebook.php:10
612
- msgid "Facebook Commenting"
613
- msgstr "Facebook Hozzászólás"
614
-
615
- #: ../admin/facebook.php:11
616
- #: ../admin/facebook.php:202
617
- msgid "Feed"
618
- msgstr "Feed"
619
-
620
- #: ../admin/facebook.php:13
621
- #: ../admin/social_sharing.php:18
622
- msgid "FAQ"
623
- msgstr "GYIK"
624
-
625
- #: ../admin/facebook.php:19
626
- #: ../admin/facebook.php:25
627
- msgid "Enable Facebook Commenting"
628
- msgstr "Facebook Hozzászólás Bekapcsolás"
629
-
630
- #: ../admin/facebook.php:35
631
  #, fuzzy
632
- msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
633
- msgstr "Bekapcsolás esetén, a Facebook hozzászólások a Wordpress hozzászólások helyén jelennek meg az oldalon"
634
-
635
- #: ../admin/facebook.php:45
636
- msgid "Facebook Commenting Options"
637
- msgstr "Facebook Hozzászólás Beállítások"
638
-
639
- #: ../admin/facebook.php:51
640
- msgid "Url to comment on"
641
- msgstr "A hozzászólás URL"
642
-
643
- #: ../admin/facebook.php:61
644
- 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."
645
- 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."
646
-
647
- #: ../admin/facebook.php:69
648
- msgid "Width"
649
- msgstr "Szélesség"
650
-
651
- #: ../admin/facebook.php:79
652
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
653
- msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
654
-
655
- #: ../admin/facebook.php:87
656
- msgid "Color Scheme"
657
- msgstr "Szín Sablon"
658
-
659
- #: ../admin/facebook.php:91
660
- msgid "Light"
661
- msgstr "Világos"
662
-
663
- #: ../admin/facebook.php:92
664
- msgid "Dark"
665
- msgstr "Sötét"
666
-
667
- #: ../admin/facebook.php:100
668
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
669
- msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
670
-
671
- #: ../admin/facebook.php:108
672
- #, fuzzy
673
- msgid "Number of comments"
674
- msgstr "Hozzászólások száma"
675
-
676
- #: ../admin/facebook.php:118
677
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
678
- msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
679
-
680
- #: ../admin/facebook.php:126
681
- msgid "Order by"
682
- msgstr "Rendezés"
683
-
684
- #: ../admin/facebook.php:130
685
- msgid "Social"
686
- msgstr "Közösségi"
687
-
688
- #: ../admin/facebook.php:131
689
- msgid "Reverse Time"
690
- msgstr "Fordított Sorrend"
691
-
692
- #: ../admin/facebook.php:132
693
- msgid "Time"
694
- msgstr "Időrend"
695
-
696
- #: ../admin/facebook.php:140
697
- msgid "The order to use when displaying comments."
698
- msgstr "A hozzászólás megjelenésének sorrendje."
699
-
700
- #: ../admin/facebook.php:148
701
- msgid "Mobile"
702
- msgstr "Mobil"
703
-
704
- #: ../admin/facebook.php:152
705
- msgid "Auto Detect"
706
- msgstr "Automata Érzékelés"
707
-
708
- #: ../admin/facebook.php:153
709
- msgid "True"
710
- msgstr "Igaz"
711
-
712
- #: ../admin/facebook.php:154
713
- msgid "False"
714
- msgstr "Hamis"
715
-
716
- #: ../admin/facebook.php:162
717
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
718
- msgstr "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a megjelenés."
719
-
720
- #: ../admin/facebook.php:180
721
- #, php-format
722
- 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)"
723
- 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 "
724
-
725
- #: ../admin/facebook.php:195
726
- msgid "Important note"
727
- msgstr "Fontos megjegyzés"
728
-
729
- #: ../admin/facebook.php:197
730
- #, php-format
731
- msgid "To use this feature follow the steps mentioned at <a href=\"%s\" target=\"_blank\">this link</a>"
732
- msgstr "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen leírás</a> lépéseit"
733
-
734
- #: ../admin/facebook.php:208
735
- msgid "Publish feed on user's timeline on Facebook login"
736
- msgstr "Esemény közzététele a felhasználó Facebook hírfolyamán bejelentkezéskor "
737
-
738
- #: ../admin/facebook.php:218
739
- msgid "If enabled, a post will be published on the timeline of the user logging in"
740
- msgstr "Bekapcsolásával, a bejelentkezéskor a felhasználó hírfolyamára kikerül, hogy belépett oldalunkra "
741
-
742
- #: ../admin/facebook.php:228
743
- msgid "Facebook Feed Options"
744
- msgstr "Facebook Hírfolyam Beállítások"
745
-
746
- #: ../admin/facebook.php:234
747
- msgid "Message"
748
- msgstr "Üzenet"
749
-
750
- #: ../admin/facebook.php:244
751
- msgid "Message for the feed post. %website-name% will be replaced with your website name in actual message."
752
- msgstr "A hírfolyam bejegyzés tartalma. A %website-name% helyén a weboldalad neve fog megjelenni."
753
-
754
- #: ../admin/facebook.php:253
755
- msgid "Link (required)"
756
- msgstr "Link (kötelező)"
757
-
758
- #: ../admin/facebook.php:263
759
- msgid "The link attached to this feed (required parameter for this functionality to work)"
760
- msgstr "A társított link (kötelező megadni a funkció működéséhez)"
761
-
762
- #: ../admin/facebook.php:271
763
- msgid "Picture"
764
- msgstr "Kép"
765
-
766
- #: ../admin/facebook.php:281
767
- msgid "The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)"
768
- msgstr "A bejgyezéshez tartozó kép URL-je. Minimum 200px x 200px méretűnek kell lennie. (ha nincs megadva, link értéknél megadott URL-hez tartozó kép jelenik majd meg)"
769
-
770
- #: ../admin/facebook.php:290
771
- msgid "Source"
772
- msgstr "Forrás"
773
-
774
- #: ../admin/facebook.php:300
775
- msgid "The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in \"Picture\" parameter) to provide a thumbnail for the video."
776
- msgstr "Társított média fájl URL (SWF vagy MP3). Ha SWF, kötelező megadnod a kép URL-t is (\"Kép\"), mely a videó előképeként jelenik meg."
777
-
778
- #: ../admin/facebook.php:308
779
- msgid "Name"
780
- msgstr "Név"
781
-
782
- #: ../admin/facebook.php:318
783
- msgid "The name of the link attachment"
784
- msgstr "A társított link szövege"
785
-
786
- #: ../admin/facebook.php:327
787
- msgid "Caption"
788
- msgstr "Felirat"
789
-
790
- #: ../admin/facebook.php:337
791
- msgid "The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link."
792
- msgstr "Ez a link szövege lesz (a link alatt jelenik meg). Ha nem adod meg, automatikusan a link URL lesz a szöveg is."
793
-
794
- #: ../admin/facebook.php:346
795
- msgid "Description"
796
- msgstr "Leírás"
797
-
798
- #: ../admin/facebook.php:356
799
- msgid "The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page."
800
- msgstr "Ez a link leírása lesz (a link szövege alatt jelenik meg). Ha nem adod meg, automatikusan a link URL-ből generálódik, általában az oldal címe lesz."
801
-
802
- #: ../admin/facebook.php:374
803
- #, fuzzy
804
- msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
805
- msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
806
-
807
- #: ../admin/facebook.php:379
808
- #, fuzzy
809
- msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
810
- msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
811
-
812
- #: ../admin/facebook.php:384
813
- #, fuzzy
814
- msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
815
- msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
816
-
817
- #: ../admin/facebook.php:388
818
- msgid "num_posts"
819
- msgstr ""
820
-
821
- #: ../admin/facebook.php:389
822
- #, fuzzy
823
- msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
824
- msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
825
-
826
- #: ../admin/facebook.php:393
827
- #, fuzzy
828
- msgid "width"
829
- msgstr "Szélesség"
830
-
831
- #: ../admin/facebook.php:394
832
- #, fuzzy
833
- msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
834
- msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
835
 
836
- #: ../admin/facebook.php:399
837
  #, fuzzy
838
- msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
839
- msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
840
 
841
- #: ../admin/facebook.php:410
842
  #, fuzzy
843
- msgid "How can I disable FB comments at individual page/post?"
844
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
845
 
846
- #: ../admin/facebook.php:414
847
- msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
 
 
 
848
  msgstr "Szerkeszteni, hogy az oldal / post, és ellenőrizze a lehetőséget, \"Disable Facebook hozzászólásokról / oldal \" alul \"Super Socializer \" fejezetben"
849
 
 
 
 
 
 
 
 
850
  #: ../admin/social_sharing.php:15
851
  msgid "Social Sharing"
852
  msgstr "Közösségi Megosztás"
@@ -901,7 +736,7 @@ msgid "Master control to enable horizontal sharing"
901
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
902
 
903
  #: ../admin/social_sharing.php:218
904
- #: ../admin/social_sharing.php:525
905
  msgid "Url to share"
906
  msgstr "Megosztás Url-je"
907
 
@@ -910,263 +745,412 @@ msgid "The text to display above the sharing interface"
910
  msgstr "Szöveg a megosztási felület fölött"
911
 
912
  #: ../admin/social_sharing.php:244
913
- #: ../admin/social_sharing.php:533
914
  #: ../admin/social_login.php:41
915
  msgid "Select providers"
916
  msgstr "Válassz szolgáltatókat"
917
 
918
  #: ../admin/social_sharing.php:249
919
- #: ../admin/social_sharing.php:538
920
  #: ../admin/social_login.php:46
921
  msgid "Facebook"
922
  msgstr "Facebook"
923
 
924
  #: ../admin/social_sharing.php:254
925
- #: ../admin/social_sharing.php:543
926
  #: ../admin/social_login.php:50
927
  msgid "Twitter"
928
  msgstr "Twitter"
929
 
930
  #: ../admin/social_sharing.php:259
931
- #: ../admin/social_sharing.php:548
932
  #: ../admin/social_login.php:54
933
  msgid "LinkedIn"
934
  msgstr "LinkedIn"
935
 
936
  #: ../admin/social_sharing.php:264
937
- #: ../admin/social_sharing.php:553
938
  #: ../admin/social_login.php:58
939
  msgid "Google+"
940
  msgstr "Google+"
941
 
942
  #: ../admin/social_sharing.php:269
943
- #: ../admin/social_sharing.php:558
944
  msgid "Print"
945
  msgstr "Nyomtatás"
946
 
947
  #: ../admin/social_sharing.php:274
948
- #: ../admin/social_sharing.php:563
949
  msgid "Email"
950
  msgstr "Email"
951
 
952
  #: ../admin/social_sharing.php:279
953
- #: ../admin/social_sharing.php:568
954
  msgid "Yahoo"
955
  msgstr "Yahoo"
956
 
957
  #: ../admin/social_sharing.php:284
958
- #: ../admin/social_sharing.php:573
959
  msgid "Reddit"
960
  msgstr "Reddit"
961
 
962
  #: ../admin/social_sharing.php:289
963
- #: ../admin/social_sharing.php:578
964
  msgid "Digg"
965
  msgstr "Digg"
966
 
967
  #: ../admin/social_sharing.php:294
968
- #: ../admin/social_sharing.php:583
969
  msgid "Delicious"
970
  msgstr "Delicious"
971
 
972
  #: ../admin/social_sharing.php:299
973
- #: ../admin/social_sharing.php:588
974
  msgid "StumbleUpon"
975
  msgstr "StumbleUpon"
976
 
977
  #: ../admin/social_sharing.php:304
978
- #: ../admin/social_sharing.php:593
979
  msgid "Float it"
980
  msgstr "Float it"
981
 
982
  #: ../admin/social_sharing.php:309
983
- #: ../admin/social_sharing.php:598
984
  msgid "Tumblr"
985
  msgstr "Tumblr"
986
 
987
  #: ../admin/social_sharing.php:314
988
- #: ../admin/social_sharing.php:603
989
  #: ../admin/social_login.php:62
990
  msgid "Vkontakte"
991
  msgstr "Vkontakte"
992
 
993
  #: ../admin/social_sharing.php:319
994
- #: ../admin/social_sharing.php:608
995
  msgid "Pinterest"
996
  msgstr "Pinterest"
997
 
998
  #: ../admin/social_sharing.php:324
999
- #: ../admin/social_sharing.php:613
1000
  #: ../admin/social_login.php:70
1001
  msgid "Xing"
1002
  msgstr "Xing"
1003
 
1004
- #: ../admin/social_sharing.php:332
1005
- #: ../admin/social_sharing.php:621
 
 
 
 
1006
  msgid "Select the providers for sharing interface"
1007
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
1008
 
1009
- #: ../admin/social_sharing.php:340
1010
- #: ../admin/social_sharing.php:629
1011
  msgid "Rearrange icons"
1012
  msgstr "Ikonsorrend beállítás"
1013
 
1014
- #: ../admin/social_sharing.php:363
1015
- #: ../admin/social_sharing.php:652
1016
  msgid "Drag the icons to rearrange in desired order"
1017
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
1018
 
1019
- #: ../admin/social_sharing.php:385
1020
- #: ../admin/social_sharing.php:691
1021
  msgid "Horizontal alignment of the sharing interface"
1022
  msgstr "A megosztási felület függőleges igazítása"
1023
 
1024
- #: ../admin/social_sharing.php:406
1025
  msgid "Specify position of the sharing interface with respect to the content"
1026
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
1027
 
1028
- #: ../admin/social_sharing.php:414
1029
- #: ../admin/social_sharing.php:757
1030
  msgid "Sharing location"
1031
  msgstr "Megosztási helyek"
1032
 
1033
- #: ../admin/social_sharing.php:455
1034
  msgid "Specify the pages where you want to enable Sharing interface"
1035
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
1036
 
1037
- #: ../admin/social_sharing.php:463
1038
- #: ../admin/social_sharing.php:796
1039
  msgid "Show share counts"
1040
  msgstr "Megosztás számok mutatása"
1041
 
1042
- #: ../admin/social_sharing.php:473
1043
- #: ../admin/social_sharing.php:806
1044
  msgid "If enabled, share counts are displayed above sharing icons."
1045
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
1046
 
1047
- #: ../admin/social_sharing.php:484
1048
  msgid "Vertical (Floating) Sharing Interface Options"
1049
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
1050
 
1051
- #: ../admin/social_sharing.php:490
1052
  msgid "Enable vertical (floating) sharing interface"
1053
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
1054
 
1055
- #: ../admin/social_sharing.php:500
1056
  msgid "Master control to enable vertical (floating) sharing widget"
1057
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
1058
 
1059
- #: ../admin/social_sharing.php:670
1060
  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>"
1061
  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 "
1062
 
1063
- #: ../admin/social_sharing.php:710
1064
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
1065
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
1066
 
1067
- #: ../admin/social_sharing.php:730
1068
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
1069
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
1070
 
1071
- #: ../admin/social_sharing.php:749
1072
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
1073
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
1074
 
1075
- #: ../admin/social_sharing.php:788
1076
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1077
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
1078
 
1079
- #: ../admin/social_sharing.php:825
1080
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
1081
  msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
1082
 
1083
- #: ../admin/social_sharing.php:830
1084
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
1085
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
1086
 
1087
- #: ../admin/social_sharing.php:835
1088
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
1089
  msgstr "Használd a <strong>type</strong> attributumot a típus (\"horizontal\" vagy \"vertical\") Közösségi Megosztás felület választásához. Az alapértelmezett \"horizontal\"."
1090
 
1091
- #: ../admin/social_sharing.php:840
1092
  #, fuzzy
1093
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
1094
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
1095
 
1096
- #: ../admin/social_sharing.php:844
1097
  #, fuzzy
1098
  msgid "left (Works with \"Vertical\" type interface only)"
1099
  msgstr "Left (csak a \"Függőleges\" típusú felülettel működik)"
1100
 
1101
- #: ../admin/social_sharing.php:845
1102
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
1103
  msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
1104
 
1105
- #: ../admin/social_sharing.php:849
1106
  #, fuzzy
1107
  msgid "top (Works with \"Vertical\" type interface only)"
1108
  msgstr "Top (csak a \"Függőleges\" típusú felülettel működik)"
1109
 
1110
- #: ../admin/social_sharing.php:850
1111
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
1112
  msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
1113
 
1114
- #: ../admin/social_sharing.php:855
1115
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1116
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Sharing style=\"background-color:#000;\"</strong>, így a végleges kód így fog kinézni"
1117
 
1118
- #: ../admin/social_sharing.php:863
1119
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1120
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Megosztás (Vízszintes Widget)</strong> és <strong>Super Socializer - Megosztás (Függőleges Widget)</strong>widgetet és a kívánt helyre húzhatod."
1121
 
1122
- #: ../admin/social_sharing.php:873
1123
  msgid "Facebook Sharing Troubleshooter"
1124
  msgstr "Facebook Megosztás Hibaelhárító"
1125
 
1126
- #: ../admin/social_sharing.php:878
1127
  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:"
1128
  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:"
1129
 
1130
- #: ../admin/social_sharing.php:892
1131
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1132
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
1133
 
1134
- #: ../admin/social_sharing.php:896
1135
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
1136
  msgstr "Válasszon \"URL a honlapján a honlapon \" a \"cél URL-t \" opciót, és lehetővé teszi \"Show részesedése számít \" opciót"
1137
 
1138
- #: ../admin/social_admin.php:8
1139
- msgid "Welcome"
1140
- msgstr "Üdvözöllek"
 
1141
 
1142
- #: ../admin/social_admin.php:10
1143
- msgid "You are ready to Socialize your website."
1144
- msgstr "Készen állsz weboldalad \"Közösségesítésére\"."
1145
 
1146
- #: ../admin/social_admin.php:11
1147
- msgid "Getting Started"
1148
- msgstr "Első Lépések"
1149
 
1150
- #: ../admin/social_admin.php:12
1151
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1152
- 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."
 
1153
 
1154
- #: ../admin/social_admin.php:13
1155
- msgid "In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed."
1156
- msgstr "A <strong>Facebook</strong> részen, a Facebook Hozzászólások és Feed beállításait állíthatod be."
 
1157
 
1158
- #: ../admin/social_admin.php:14
1159
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1160
- 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."
1161
 
1162
- #: ../admin/social_admin.php:15
1163
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing."
1164
- 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."
1165
 
1166
- #: ../admin/social_admin.php:16
1167
  #, fuzzy
1168
- msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1169
- 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."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1170
 
1171
  #: ../admin/social_login.php:10
1172
  msgid "Social Login"
@@ -1304,8 +1288,8 @@ msgid "Include Javascript in website footer"
1304
  msgstr "Include Javascript in website footer"
1305
 
1306
  #: ../admin/social_login.php:294
1307
- msgid "If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>"
1308
- msgstr "Ha be van kapcsolva (javasolt), minden Javascript kód az oldalad láblécében töltődik be.<br/><strong>A \"wp_footer\" és \"login_footer\" hook-oknak a Wordpress sablonban a szabványos helyen kell lennie a helyes működéshez. Ha nem vagy biztos benne, maradjon ez a lehetőség kikapcsolva.</strong>"
1309
 
1310
  #: ../admin/social_login.php:308
1311
  msgid "Login options"
@@ -1388,144 +1372,148 @@ msgstr "Felhasználói név és jelszó küldése a regisztrációt követően"
1388
  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)"
1389
  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."
1390
 
1391
- #: ../admin/social_login.php:488
 
 
 
 
 
 
 
 
1392
  msgid "Login redirection"
1393
  msgstr "Átirányítás Belépés után"
1394
 
1395
- #: ../admin/social_login.php:492
1396
  msgid "Same page where user logged in"
1397
  msgstr "Az az oldal, ahol a felhasználó belépett"
1398
 
1399
- #: ../admin/social_login.php:496
1400
- #: ../admin/social_login.php:526
1401
  msgid "Account dashboard"
1402
  msgstr "Felhasználói Irányítópult"
1403
 
1404
- #: ../admin/social_login.php:499
1405
- #: ../admin/social_login.php:529
1406
  msgid "BuddyPress profile page"
1407
  msgstr "BuddyPress profil oldal"
1408
 
1409
- #: ../admin/social_login.php:502
1410
- #: ../admin/social_login.php:532
1411
  msgid "Custom Url"
1412
  msgstr "Egyedi URL"
1413
 
1414
- #: ../admin/social_login.php:510
1415
  msgid "User will be redirected to the selected page after Social Login"
1416
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1417
 
1418
- #: ../admin/social_login.php:518
1419
  msgid "Registration redirection"
1420
  msgstr "Átirányítás Regisztráció után"
1421
 
1422
- #: ../admin/social_login.php:522
1423
  #, fuzzy
1424
  msgid "Same page from where user registered"
1425
  msgstr "Az az oldal, ahol a felhasználó belépett"
1426
 
1427
- #: ../admin/social_login.php:540
1428
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1429
  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"
1430
 
1431
- #: ../admin/social_login.php:548
1432
  msgid "Email popup options"
1433
  msgstr "Email felugró ablak beállítások"
1434
 
1435
- #: ../admin/social_login.php:554
1436
  msgid "Text on 'Email required' popup"
1437
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1438
 
1439
- #: ../admin/social_login.php:564
1440
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1441
  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."
1442
 
1443
- #: ../admin/social_login.php:573
1444
  msgid "Error message for 'Email required' popup"
1445
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1446
 
1447
- #: ../admin/social_login.php:583
1448
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1449
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1450
 
1451
- #: ../admin/social_login.php:592
1452
  msgid "Email popup height"
1453
  msgstr "Email felugró ablak magassága"
1454
 
1455
- #: ../admin/social_login.php:602
1456
  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."
1457
  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ó."
1458
 
1459
- #: ../admin/social_login.php:610
1460
  msgid "Enable email verification"
1461
  msgstr "E-mail ellenőrzés bekapcsolása"
1462
 
1463
- #: ../admin/social_login.php:620
1464
  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"
1465
  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 "
1466
 
1467
- #: ../admin/social_login.php:636
1468
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1469
  msgstr "Használd a <strong>[TheChamp-Login]</strong> Shortcode-ot a bejegyzés/oldal tartalomban, ahol a Közösségi Belépés felületet meg akarod jeleníteni."
1470
 
1471
- #: ../admin/social_login.php:639
1472
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1473
  msgstr "Használhatod a \"style\" attributumot a Shortcode-ban a Közösségi Belépés felület formázásához."
1474
 
1475
- #: ../admin/social_login.php:644
1476
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1477
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
1478
 
1479
- #: ../admin/social_login.php:652
1480
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1481
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Belépés</strong> widgetet és a kívánt helyre húzhatod."
1482
 
1483
- #: ../inc/social_sharing.php:463
1484
- msgid "Invalid request"
1485
- msgstr "Hibás kérés"
1486
 
1487
- #: ../inc/social_sharing.php:470
1488
- msgid "Providers not selected"
1489
- msgstr "Nincs kiválasztott szolgáltató"
1490
 
1491
- #: ../inc/social_sharing.php:603
1492
- msgid "Disable Horizontal Social Sharing on this "
1493
- msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
1494
 
1495
- #: ../inc/social_sharing.php:608
1496
- msgid "Disable Vertical Social Sharing on this "
1497
- msgstr "Függőleges Közösségi Megosztás kikapcsolása"
1498
 
1499
- #: ../inc/social_sharing.php:613
1500
  #, fuzzy
1501
- msgid "Disable Horizontal Social Counter on this "
1502
- msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
1503
 
1504
- #: ../inc/social_sharing.php:618
1505
- #, fuzzy
1506
- msgid "Disable Vertical Social Counter on this "
1507
- msgstr "Függőleges Közösségi Megosztás kikapcsolása"
1508
 
1509
- #: ../inc/social_sharing.php:623
1510
  #, fuzzy
1511
- msgid "Disable Facebook Comments on this "
1512
- msgstr "Facebook Hozzászólás Bekapcsolás"
1513
 
1514
- #: ../inc/social_sharing.php:632
1515
  #, fuzzy
1516
- msgid "Horizontal sharing"
1517
- msgstr "Függőleges igazítás"
1518
 
1519
- #: ../inc/social_sharing.php:638
1520
- #: ../inc/social_sharing.php:657
1521
- #, fuzzy
1522
- msgid "Starting share count for "
1523
- msgstr "Megosztás számok mutatása"
1524
 
1525
- #: ../inc/social_sharing.php:651
1526
- #, fuzzy
1527
- msgid "Vertical sharing"
1528
- msgstr "Közösségi Megosztás"
1529
 
1530
  #: ../inc/widget.php:11
1531
  msgid "Super Socializer - Login"
@@ -1540,28 +1528,28 @@ msgid "Log Out"
1540
  msgstr "Kilépés"
1541
 
1542
  #: ../inc/widget.php:77
1543
- #: ../inc/widget.php:203
1544
- #: ../inc/widget.php:473
1545
  msgid "Title:"
1546
  msgstr "Cím:"
1547
 
1548
  #: ../inc/widget.php:79
1549
- #: ../inc/widget.php:215
1550
- #: ../inc/widget.php:483
1551
  msgid "Before widget content:"
1552
  msgstr "Widget tartalom előtt:"
1553
 
1554
  #: ../inc/widget.php:81
1555
- #: ../inc/widget.php:217
1556
- #: ../inc/widget.php:485
1557
  msgid "After widget content:"
1558
  msgstr "Widget tartalom után:"
1559
 
1560
  #: ../inc/widget.php:84
1561
- #: ../inc/widget.php:219
1562
- #: ../inc/widget.php:364
1563
- #: ../inc/widget.php:487
1564
- #: ../inc/widget.php:620
1565
  msgid "Hide for logged in users:"
1566
  msgstr "Bejelentkezettek számára elrejtve:"
1567
 
@@ -1570,64 +1558,184 @@ msgstr "Bejelentkezettek számára elrejtve:"
1570
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1571
  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"
1572
 
1573
- #: ../inc/widget.php:205
1574
- #: ../inc/widget.php:335
1575
  #, fuzzy
1576
  msgid "Show share counts:"
1577
  msgstr "Megosztás számok mutatása"
1578
 
1579
- #: ../inc/widget.php:207
1580
- #: ../inc/widget.php:337
1581
- #: ../inc/widget.php:475
1582
- #: ../inc/widget.php:593
1583
  msgid "Target Url:"
1584
  msgstr "Cél Url:"
1585
 
1586
- #: ../inc/widget.php:209
1587
- #: ../inc/widget.php:339
1588
- #: ../inc/widget.php:477
1589
- #: ../inc/widget.php:595
1590
  msgid "Select"
1591
  msgstr "Válassz"
1592
 
1593
- #: ../inc/widget.php:238
1594
  #, fuzzy
1595
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1596
  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"
1597
 
1598
- #: ../inc/widget.php:345
1599
- #: ../inc/widget.php:601
1600
  msgid "Alignment"
1601
  msgstr "Igazítás"
1602
 
1603
- #: ../inc/widget.php:351
1604
- #: ../inc/widget.php:607
1605
  #, fuzzy
1606
  msgid "Left Offset"
1607
  msgstr "Bal margó:"
1608
 
1609
- #: ../inc/widget.php:355
1610
- #: ../inc/widget.php:611
1611
  #, fuzzy
1612
  msgid "Right Offset"
1613
  msgstr "Jobb margó"
1614
 
1615
- #: ../inc/widget.php:358
1616
- #: ../inc/widget.php:614
1617
  #, fuzzy
1618
  msgid "Top Offset"
1619
  msgstr "Felső margó:"
1620
 
1621
- #: ../inc/widget.php:383
1622
  #, fuzzy
1623
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1624
  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"
1625
 
1626
- #: ../inc/widget.php:506
1627
  #, fuzzy
1628
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1629
  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"
1630
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1631
  #~ msgid ""
1632
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1633
  #~ "Comments block. The mobile version of the Comments block ignores the "
@@ -1658,16 +1766,6 @@ msgstr "Függőleges lebegő widget. Legyen látogatóidnak egyszerű a megoszt
1658
  #~ "Ha tetszik a plugin, szeretnéd, hogy fejlesztésének köszönhetően a "
1659
  #~ "legjibb lehessen, kérlek fontold meg támogatását. "
1660
 
1661
- #~ msgid "Keep only Facebook Commenting"
1662
- #~ msgstr "Csak Facebook Hozzászólás legyen"
1663
-
1664
- #~ msgid ""
1665
- #~ "If enabled, only Facebook commenting will be there without the option to "
1666
- #~ "switch to WordPress commenting"
1667
- #~ msgstr ""
1668
- #~ "Bekapcsolás esetén, csak Facebook hozzászólás lesz látható, és nem lehet "
1669
- #~ "visszakapcsolni a WordPress hozzászólásokra"
1670
-
1671
  #~ msgid "Load first"
1672
  #~ msgstr "Elsőként betöltött"
1673
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-20 05:52+0530\n"
6
+ "PO-Revision-Date: 2015-03-20 05:54+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
+ #: ../super_socializer.php: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 "Illeszd be a következő url-t a <strong>Website</strong> és a <strong>Callback Url</strong> mezőbe a Twitter alkalmazásodban lásd 3. lépés %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 "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:348
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:348
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:352
37
  msgid "Notification"
38
  msgstr "Értesítés"
39
 
40
+ #: ../super_socializer.php:371
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "E-mail cím szükséges"
44
 
45
+ #: ../super_socializer.php:374
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:387
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:547
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "A megadott e-maik már regisztrálva van, vagy hibás"
56
 
57
+ #: ../super_socializer.php:551
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
60
 
62
  msgid "Options saved successfully"
63
  msgstr "A beállítások mentése sikeres"
64
 
65
+ #: ../helper.php:135
66
+ msgid "Click to show help"
67
+ msgstr "Kattintson megmutatni segítség"
68
+
69
+ #: ../helper.php:135
70
+ msgid "Click to hide help"
71
+ msgstr "Elrejtéséhez kattintson segítség"
72
+
73
+ #: ../helper.php:174
74
  msgid "Settings"
75
  msgstr "Beállítások"
76
 
77
+ #: ../helper.php:466
78
  #, fuzzy
79
  msgid "Account linked successfully"
80
  msgstr "A beállítások mentése sikeres"
81
 
82
+ #: ../helper.php:472
83
  msgid "Account already exists or linked"
84
  msgstr "Fiók már létezik, vagy össze van kötve"
85
 
86
+ #: ../helper.php:483
87
  #, fuzzy
88
  msgid "You are already connected with"
89
  msgstr "Készen állsz weboldalad \"Közösségesítésére\"."
90
 
91
+ #: ../helper.php:483
92
  msgid "as primary social network"
93
  msgstr "elsődleges szociális háló"
94
 
95
+ #: ../helper.php:500
96
  msgid "Link your social account to login to your account at this website"
97
  msgstr "Kapcsold össze közösségi fiókod, hogy belépj erre az oldalra"
98
 
99
+ #: ../helper.php:545
100
  msgid "Currently"
101
  msgstr "Jelenleg"
102
 
103
+ #: ../helper.php:545
104
  msgid "Remove"
105
  msgstr "Eltávolítás"
106
 
107
+ #: ../helper.php:636
108
+ msgid "Disable Horizontal Social Sharing on this "
109
+ msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
110
+
111
+ #: ../helper.php:641
112
+ msgid "Disable Vertical Social Sharing on this "
113
+ msgstr "Függőleges Közösségi Megosztás kikapcsolása"
114
+
115
+ #: ../helper.php:646
116
+ #, fuzzy
117
+ msgid "Disable Horizontal Social Counter on this "
118
+ msgstr "Vízszintes Közösségi Megosztás kikapcsolása"
119
+
120
+ #: ../helper.php:651
121
+ #, fuzzy
122
+ msgid "Disable Vertical Social Counter on this "
123
+ msgstr "Függőleges Közösségi Megosztás kikapcsolása"
124
+
125
+ #: ../helper.php:656
126
+ #, fuzzy
127
+ msgid "Disable Facebook Comments on this "
128
+ msgstr "Facebook Hozzászólás Bekapcsolás"
129
+
130
+ #: ../helper.php:665
131
+ #, fuzzy
132
+ msgid "Horizontal sharing"
133
+ msgstr "Függőleges igazítás"
134
+
135
+ #: ../helper.php:671
136
+ #: ../helper.php:690
137
+ #, fuzzy
138
+ msgid "Starting share count for "
139
+ msgstr "Megosztás számok mutatása"
140
+
141
+ #: ../helper.php:684
142
+ #, fuzzy
143
+ msgid "Vertical sharing"
144
+ msgstr "Közösségi Megosztás"
145
+
146
  #: ../admin/help.php:4
147
  msgid "About"
148
  msgstr "Impresszum"
200
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
201
  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"
202
 
 
 
 
 
 
 
 
 
203
  #: ../admin/social_counter.php:11
204
+ #: ../admin/social_counter.php:20
205
  #: ../admin/social_sharing.php:14
206
  #: ../admin/social_sharing.php:24
207
  #: ../admin/social_login.php:9
219
  msgid "Shortcode & Widget"
220
  msgstr "Shortcode és Widget"
221
 
222
+ #: ../admin/social_counter.php:14
223
+ #: ../admin/social_sharing.php:18
224
+ #: ../admin/social_commenting.php:12
225
+ msgid "FAQ"
226
+ msgstr "GYIK"
227
+
228
+ #: ../admin/social_counter.php:26
229
  #, fuzzy
230
  msgid "Enable Social Counter"
231
  msgstr "Közösségi Belépés Belkapcsolása"
232
 
233
+ #: ../admin/social_counter.php:36
234
  #, fuzzy
235
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
236
  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 "
237
 
238
+ #: ../admin/social_counter.php:50
239
  #, fuzzy
240
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
241
  msgstr "<strong>Megjegyzés:</strong> Az egyes bejegyzéseknél/oldalaknál ki tudod kapcsolni a megosztást a szerkesztési felület <strong>\"Super Socializer\"</strong> részében"
242
 
243
+ #: ../admin/social_counter.php:67
244
  #: ../admin/social_sharing.php:88
245
  msgid "bit.ly url shortener"
246
  msgstr "bit.ly url rövidítő"
247
 
248
+ #: ../admin/social_counter.php:73
249
  msgid "Enable bit.ly url shortener for tweet button"
250
  msgstr "A bit.ly url rövidítő bekapcsolása a tweet gombhoz"
251
 
252
+ #: ../admin/social_counter.php:83
253
  #: ../admin/social_sharing.php:104
254
  #, fuzzy
255
  msgid "Master control to enable bit.ly url shortening for sharing"
256
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
257
 
258
+ #: ../admin/social_counter.php:91
259
  #: ../admin/social_sharing.php:112
260
  msgid "bit.ly username"
261
  msgstr "bit.ly felhasználónév"
262
 
263
+ #: ../admin/social_counter.php:101
264
  #: ../admin/social_sharing.php:122
265
  #, fuzzy, php-format
266
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
267
  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"
268
 
269
+ #: ../admin/social_counter.php:110
270
  #: ../admin/social_sharing.php:131
271
  msgid "bit.ly API Key"
272
  msgstr "bit.ly API Key"
273
 
274
+ #: ../admin/social_counter.php:120
275
  #: ../admin/social_sharing.php:141
276
  #, fuzzy, php-format
277
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
278
  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"
279
 
280
+ #: ../admin/social_counter.php:130
281
+ #: ../admin/social_counter.php:136
282
+ #: ../admin/social_commenting.php:187
283
  msgid "Language"
284
  msgstr "NYelv"
285
 
286
+ #: ../admin/social_counter.php:146
287
  #, fuzzy, php-format
288
  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)"
289
  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 "
290
 
291
+ #: ../admin/social_counter.php:155
292
  msgid "Twitter username in tweet button"
293
  msgstr "Twitter felhasználónév a tweet gombon "
294
 
295
+ #: ../admin/social_counter.php:161
296
  #: ../admin/social_sharing.php:157
297
  msgid "Twitter username (without @)"
298
  msgstr "Twitter felhasználónév (@ nélkül)"
299
 
300
+ #: ../admin/social_counter.php:171
301
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
302
  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."
303
 
304
+ #: ../admin/social_counter.php:181
305
  #, fuzzy
306
  msgid "Horizontal Counter Interface Options"
307
  msgstr "Vízszintes Megosztási Felület Beállítások"
308
 
309
+ #: ../admin/social_counter.php:187
310
  #, fuzzy
311
  msgid "Enable horizontal counter interface"
312
  msgstr "Vízszintes megosztási felület bekapcsolása"
313
 
314
+ #: ../admin/social_counter.php:197
315
  #, fuzzy
316
  msgid "Master control to enable horizontal counter"
317
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
318
 
319
+ #: ../admin/social_counter.php:207
320
+ #: ../admin/social_counter.php:422
321
  #: ../admin/social_sharing.php:203
322
+ #: ../admin/social_sharing.php:517
323
  msgid "Target Url"
324
  msgstr "Cél Url"
325
 
326
+ #: ../admin/social_counter.php:211
327
+ #: ../admin/social_counter.php:426
328
  #: ../admin/social_sharing.php:207
329
+ #: ../admin/social_sharing.php:521
330
  msgid "Url of the webpage where icons are located (default)"
331
  msgstr "Url, ahol a megosztás ikonok betöltődtek (alapértelmezett)"
332
 
333
+ #: ../admin/social_counter.php:213
334
+ #: ../admin/social_counter.php:428
335
  #: ../admin/social_sharing.php:209
336
+ #: ../admin/social_sharing.php:523
337
  msgid "Url of the homepage of your website"
338
  msgstr "A főoldalad Url-je"
339
 
340
+ #: ../admin/social_counter.php:215
341
+ #: ../admin/social_counter.php:430
342
  #: ../admin/social_sharing.php:211
343
+ #: ../admin/social_sharing.php:525
344
  #, fuzzy
345
  msgid "Custom url"
346
  msgstr "Egyedi URL"
347
 
348
+ #: ../admin/social_counter.php:222
349
+ #: ../admin/social_counter.php:437
350
  msgid "Url to like/share/tweet and display like/share/tweet counts"
351
  msgstr "Url a like/share/tweet-eléshez és a like/share/tweet számok megjelenítéséhez"
352
 
353
+ #: ../admin/social_counter.php:230
354
  #: ../admin/social_sharing.php:226
355
  #: ../admin/social_login.php:314
356
  msgid "Title"
357
  msgstr "Cím"
358
 
359
+ #: ../admin/social_counter.php:240
360
  #, fuzzy
361
  msgid "The text to display above the counter interface"
362
  msgstr "Szöveg a megosztási felület fölött"
363
 
364
+ #: ../admin/social_counter.php:248
365
+ #: ../admin/social_counter.php:445
366
  #, fuzzy
367
  msgid "Select and rearrange providers"
368
  msgstr "Válassz szolgáltatókat"
369
 
370
+ #: ../admin/social_counter.php:292
371
+ #: ../admin/social_counter.php:488
372
  #, fuzzy
373
  msgid "Select the providers for counter interface. Drag them to rearrange."
374
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
375
 
376
+ #: ../admin/social_counter.php:300
377
+ #: ../admin/social_counter.php:514
378
+ #: ../admin/social_sharing.php:376
379
+ #: ../admin/social_sharing.php:685
380
  msgid "Horizontal alignment"
381
  msgstr "Függőleges igazítás"
382
 
383
+ #: ../admin/social_counter.php:304
384
+ #: ../admin/social_counter.php:518
385
+ #: ../admin/social_sharing.php:380
386
+ #: ../admin/social_sharing.php:689
387
  msgid "Left"
388
  msgstr "Bal"
389
 
390
+ #: ../admin/social_counter.php:305
391
+ #: ../admin/social_sharing.php:381
392
  msgid "Center"
393
  msgstr "Középen"
394
 
395
+ #: ../admin/social_counter.php:306
396
+ #: ../admin/social_counter.php:519
397
+ #: ../admin/social_sharing.php:382
398
+ #: ../admin/social_sharing.php:690
399
  msgid "Right"
400
  msgstr "Jobb"
401
 
402
+ #: ../admin/social_counter.php:314
403
+ #: ../admin/social_counter.php:527
404
  #, fuzzy
405
  msgid "Horizontal alignment of the counter interface"
406
  msgstr "A megosztási felület függőleges igazítása"
407
 
408
+ #: ../admin/social_counter.php:322
409
+ #: ../admin/social_sharing.php:398
410
  msgid "Position with respect to content"
411
  msgstr "Elhelyezés a tartalomhoz képest"
412
 
413
+ #: ../admin/social_counter.php:326
414
+ #: ../admin/social_sharing.php:402
415
  msgid "Top of the content"
416
  msgstr "Tartalom felett"
417
 
418
+ #: ../admin/social_counter.php:328
419
+ #: ../admin/social_sharing.php:404
420
  msgid "Bottom of the content"
421
  msgstr "Tartalom alatt"
422
 
423
+ #: ../admin/social_counter.php:335
424
  #, fuzzy
425
  msgid "Specify position of the counter interface with respect to the content"
426
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
427
 
428
+ #: ../admin/social_counter.php:343
429
+ #: ../admin/social_counter.php:593
430
  #, fuzzy
431
  msgid "Counter location"
432
  msgstr "Megosztási helyek"
433
 
434
+ #: ../admin/social_counter.php:347
435
+ #: ../admin/social_counter.php:597
436
+ #: ../admin/social_sharing.php:423
437
+ #: ../admin/social_sharing.php:768
438
+ #: ../admin/social_login.php:514
439
+ #: ../admin/social_login.php:544
440
  msgid "Homepage"
441
  msgstr "Kezdő oldal"
442
 
443
+ #: ../admin/social_counter.php:349
444
+ #: ../admin/social_counter.php:599
445
+ #: ../admin/social_sharing.php:425
446
+ #: ../admin/social_sharing.php:770
447
  msgid "Posts"
448
  msgstr "Bejegyzések"
449
 
450
+ #: ../admin/social_counter.php:351
451
+ #: ../admin/social_counter.php:601
452
+ #: ../admin/social_sharing.php:427
453
+ #: ../admin/social_sharing.php:772
454
  msgid "Pages"
455
  msgstr "Oldalak"
456
 
457
+ #: ../admin/social_counter.php:353
458
+ #: ../admin/social_counter.php:603
459
+ #: ../admin/social_sharing.php:429
460
+ #: ../admin/social_sharing.php:774
461
  msgid "Excerpts"
462
  msgstr "Kivonatok"
463
 
464
+ #: ../admin/social_counter.php:355
465
+ #: ../admin/social_counter.php:605
466
+ #: ../admin/social_sharing.php:431
467
+ #: ../admin/social_sharing.php:776
468
  msgid "Category Archives"
469
  msgstr "Kategória Archívum"
470
 
471
+ #: ../admin/social_counter.php:357
472
+ #: ../admin/social_counter.php:607
473
+ #: ../admin/social_sharing.php:433
474
+ #: ../admin/social_sharing.php:778
475
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
476
+ msgstr "Archívum Pages (Kategória, Tag, Szerző vagy dátum alapján oldalak)"
477
+
478
+ #: ../admin/social_counter.php:363
479
+ #: ../admin/social_sharing.php:439
480
  msgid "BuddyPress activity and groups"
481
  msgstr "BuddyPress tevékenység és csoportok"
482
 
483
+ #: ../admin/social_counter.php:370
484
+ #: ../admin/social_counter.php:613
485
+ #: ../admin/social_sharing.php:446
486
+ #: ../admin/social_sharing.php:784
487
  msgid "BBPress forum"
488
  msgstr "BBPress fórum"
489
 
490
+ #: ../admin/social_counter.php:373
491
+ #: ../admin/social_counter.php:616
492
+ #: ../admin/social_sharing.php:449
493
+ #: ../admin/social_sharing.php:787
494
  msgid "BBPress topic"
495
  msgstr "BBPress téma"
496
 
497
+ #: ../admin/social_counter.php:376
498
+ #: ../admin/social_sharing.php:452
499
  msgid "BBPress reply"
500
  msgstr "BBPress válasz"
501
 
502
+ #: ../admin/social_counter.php:386
503
  #, fuzzy
504
  msgid "Specify the pages where you want to enable counter interface"
505
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
506
 
507
+ #: ../admin/social_counter.php:396
508
  #, fuzzy
509
  msgid "Vertical (Floating) counter interface Options"
510
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
511
 
512
+ #: ../admin/social_counter.php:402
513
  #, fuzzy
514
  msgid "Enable vertical (floating) counter interface"
515
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
516
 
517
+ #: ../admin/social_counter.php:412
518
  #, fuzzy
519
  msgid "Master control to enable vertical (floating) counter widget"
520
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
521
 
522
+ #: ../admin/social_counter.php:496
523
+ #: ../admin/social_sharing.php:667
524
  msgid "Background Color"
525
  msgstr "Háttér Szín"
526
 
527
+ #: ../admin/social_counter.php:506
528
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
529
  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 "
530
 
531
+ #: ../admin/social_counter.php:536
532
+ #: ../admin/social_sharing.php:707
533
  msgid "Left offset"
534
  msgstr "Bal margó"
535
 
536
+ #: ../admin/social_counter.php:546
537
  #, fuzzy
538
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
539
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
540
 
541
+ #: ../admin/social_counter.php:556
542
+ #: ../admin/social_sharing.php:727
543
  msgid "Right offset"
544
  msgstr "Jobb margó"
545
 
546
+ #: ../admin/social_counter.php:566
547
  #, fuzzy
548
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
549
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
550
 
551
+ #: ../admin/social_counter.php:575
552
+ #: ../admin/social_sharing.php:746
553
  msgid "Top offset"
554
  msgstr "Felső margó"
555
 
556
+ #: ../admin/social_counter.php:585
557
  #, fuzzy
558
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
559
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
560
 
561
+ #: ../admin/social_counter.php:626
562
  #, fuzzy
563
  msgid "Specify the pages where you want to enable vertical counter interface"
564
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
565
 
566
+ #: ../admin/social_counter.php:642
567
+ #: ../admin/social_sharing.php:832
568
+ #: ../admin/social_commenting.php:11
569
+ #: ../admin/social_commenting.php:211
570
+ #: ../admin/social_login.php:654
571
  msgid "Shortcode"
572
  msgstr "Shortcode"
573
 
574
+ #: ../admin/social_counter.php:644
575
  #, fuzzy
576
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
577
  msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
578
 
 
579
  #: ../admin/social_counter.php:645
580
  #: ../admin/social_counter.php:650
581
  #: ../admin/social_counter.php:655
582
  #: ../admin/social_counter.php:660
583
+ #: ../admin/social_counter.php:665
584
+ #: ../admin/social_sharing.php:835
585
+ #: ../admin/social_sharing.php:840
586
+ #: ../admin/social_sharing.php:845
587
+ #: ../admin/social_sharing.php:850
588
+ #: ../admin/social_sharing.php:855
589
+ #: ../admin/social_sharing.php:860
590
+ #: ../admin/social_commenting.php:214
591
+ #: ../admin/social_commenting.php:219
592
+ #: ../admin/social_commenting.php:224
593
+ #: ../admin/social_commenting.php:229
594
+ #: ../admin/social_commenting.php:234
595
+ #: ../admin/social_login.php:657
596
+ #: ../admin/social_login.php:660
597
  msgid "Example"
598
  msgstr "Példa"
599
 
600
+ #: ../admin/social_counter.php:647
601
+ #: ../admin/social_sharing.php:837
602
+ #: ../admin/social_commenting.php:216
603
  msgid "You can use following attributes in the Shortcode"
604
  msgstr "A következő attributumokat tudod használni a Shortcode-ban"
605
 
606
+ #: ../admin/social_counter.php:649
607
  #, fuzzy
608
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
609
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
610
 
611
+ #: ../admin/social_counter.php:654
612
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
613
  msgstr "Használd a <strong>type</strong> attributumot a típus (\"horizontal\" vagy \"vertical\") Közösségi Megosztás felület választásához. Az alapértelmezett \"horizontal\"."
614
 
615
+ #: ../admin/social_counter.php:658
616
  msgid "Left (Works with \"Vertical\" type interface only)"
617
  msgstr "Left (csak a \"Függőleges\" típusú felülettel működik)"
618
 
619
+ #: ../admin/social_counter.php:659
620
  #, fuzzy
621
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
622
  msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
623
 
624
+ #: ../admin/social_counter.php:663
625
  msgid "Top (Works with \"Vertical\" type interface only)"
626
  msgstr "Top (csak a \"Függőleges\" típusú felülettel működik)"
627
 
628
+ #: ../admin/social_counter.php:664
629
  #, fuzzy
630
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
631
  msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
632
 
633
+ #: ../admin/social_counter.php:667
634
+ #: ../admin/social_sharing.php:862
635
+ #: ../admin/social_commenting.php:236
636
+ #: ../admin/social_login.php:662
637
  msgid "You can use shortcode in PHP file as following"
638
  msgstr "A shortcode-ot PHP fájlban így használhatod"
639
 
640
+ #: ../admin/social_counter.php:669
641
  #, fuzzy
642
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
643
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
644
 
645
+ #: ../admin/social_counter.php:675
646
+ #: ../admin/social_sharing.php:870
647
+ #: ../admin/social_login.php:670
648
  msgid "Widget"
649
  msgstr "Widget"
650
 
651
+ #: ../admin/social_counter.php:677
652
  #, fuzzy
653
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
654
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Megosztás (Vízszintes Widget)</strong> és <strong>Super Socializer - Megosztás (Függőleges Widget)</strong>widgetet és a kívánt helyre húzhatod."
655
 
656
+ #: ../admin/social_counter.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
  #, fuzzy
658
+ msgid "How can I show like counts of my website rather than of individual pages/posts?"
659
+ msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
660
 
661
+ #: ../admin/social_counter.php:691
662
  #, fuzzy
663
+ msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
664
+ msgstr "Válasszon \"URL a honlapján a honlapon \" a \"cél URL-t \" opciót, és lehetővé teszi \"Show részesedése számít \" opciót"
665
 
666
+ #: ../admin/social_counter.php:698
667
  #, fuzzy
668
+ msgid "How can I disable social counter on particular page/post?"
669
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
670
 
671
+ #: ../admin/social_counter.php:702
672
+ #: ../admin/social_sharing.php:916
673
+ #: ../admin/social_sharing.php:929
674
+ #, fuzzy
675
+ msgid "Edit that page/post and check the options at the bottom in \"Super Socializer\" section"
676
  msgstr "Szerkeszteni, hogy az oldal / post, és ellenőrizze a lehetőséget, \"Disable Facebook hozzászólásokról / oldal \" alul \"Super Socializer \" fejezetben"
677
 
678
+ #: ../admin/social_counter.php:715
679
+ #: ../admin/social_sharing.php:940
680
+ #: ../admin/social_commenting.php:277
681
+ #: ../admin/social_login.php:681
682
+ msgid "Save Changes"
683
+ msgstr "Változások Mentése"
684
+
685
  #: ../admin/social_sharing.php:15
686
  msgid "Social Sharing"
687
  msgstr "Közösségi Megosztás"
736
  msgstr "Központi beállítás a vízszintes megosztási felület bekapcsolásához"
737
 
738
  #: ../admin/social_sharing.php:218
739
+ #: ../admin/social_sharing.php:532
740
  msgid "Url to share"
741
  msgstr "Megosztás Url-je"
742
 
745
  msgstr "Szöveg a megosztási felület fölött"
746
 
747
  #: ../admin/social_sharing.php:244
748
+ #: ../admin/social_sharing.php:540
749
  #: ../admin/social_login.php:41
750
  msgid "Select providers"
751
  msgstr "Válassz szolgáltatókat"
752
 
753
  #: ../admin/social_sharing.php:249
754
+ #: ../admin/social_sharing.php:545
755
  #: ../admin/social_login.php:46
756
  msgid "Facebook"
757
  msgstr "Facebook"
758
 
759
  #: ../admin/social_sharing.php:254
760
+ #: ../admin/social_sharing.php:550
761
  #: ../admin/social_login.php:50
762
  msgid "Twitter"
763
  msgstr "Twitter"
764
 
765
  #: ../admin/social_sharing.php:259
766
+ #: ../admin/social_sharing.php:555
767
  #: ../admin/social_login.php:54
768
  msgid "LinkedIn"
769
  msgstr "LinkedIn"
770
 
771
  #: ../admin/social_sharing.php:264
772
+ #: ../admin/social_sharing.php:560
773
  #: ../admin/social_login.php:58
774
  msgid "Google+"
775
  msgstr "Google+"
776
 
777
  #: ../admin/social_sharing.php:269
778
+ #: ../admin/social_sharing.php:565
779
  msgid "Print"
780
  msgstr "Nyomtatás"
781
 
782
  #: ../admin/social_sharing.php:274
783
+ #: ../admin/social_sharing.php:570
784
  msgid "Email"
785
  msgstr "Email"
786
 
787
  #: ../admin/social_sharing.php:279
788
+ #: ../admin/social_sharing.php:575
789
  msgid "Yahoo"
790
  msgstr "Yahoo"
791
 
792
  #: ../admin/social_sharing.php:284
793
+ #: ../admin/social_sharing.php:580
794
  msgid "Reddit"
795
  msgstr "Reddit"
796
 
797
  #: ../admin/social_sharing.php:289
798
+ #: ../admin/social_sharing.php:585
799
  msgid "Digg"
800
  msgstr "Digg"
801
 
802
  #: ../admin/social_sharing.php:294
803
+ #: ../admin/social_sharing.php:590
804
  msgid "Delicious"
805
  msgstr "Delicious"
806
 
807
  #: ../admin/social_sharing.php:299
808
+ #: ../admin/social_sharing.php:595
809
  msgid "StumbleUpon"
810
  msgstr "StumbleUpon"
811
 
812
  #: ../admin/social_sharing.php:304
813
+ #: ../admin/social_sharing.php:600
814
  msgid "Float it"
815
  msgstr "Float it"
816
 
817
  #: ../admin/social_sharing.php:309
818
+ #: ../admin/social_sharing.php:605
819
  msgid "Tumblr"
820
  msgstr "Tumblr"
821
 
822
  #: ../admin/social_sharing.php:314
823
+ #: ../admin/social_sharing.php:610
824
  #: ../admin/social_login.php:62
825
  msgid "Vkontakte"
826
  msgstr "Vkontakte"
827
 
828
  #: ../admin/social_sharing.php:319
829
+ #: ../admin/social_sharing.php:615
830
  msgid "Pinterest"
831
  msgstr "Pinterest"
832
 
833
  #: ../admin/social_sharing.php:324
834
+ #: ../admin/social_sharing.php:620
835
  #: ../admin/social_login.php:70
836
  msgid "Xing"
837
  msgstr "Xing"
838
 
839
+ #: ../admin/social_sharing.php:329
840
+ msgid "Whatsapp"
841
+ msgstr ""
842
+
843
+ #: ../admin/social_sharing.php:337
844
+ #: ../admin/social_sharing.php:628
845
  msgid "Select the providers for sharing interface"
846
  msgstr "Válassz szolgáltatókat a megosztási felülethez"
847
 
848
+ #: ../admin/social_sharing.php:345
849
+ #: ../admin/social_sharing.php:636
850
  msgid "Rearrange icons"
851
  msgstr "Ikonsorrend beállítás"
852
 
853
+ #: ../admin/social_sharing.php:368
854
+ #: ../admin/social_sharing.php:659
855
  msgid "Drag the icons to rearrange in desired order"
856
  msgstr "Fogd meg az ikont a megfelelő sorrend beállításához"
857
 
858
+ #: ../admin/social_sharing.php:390
859
+ #: ../admin/social_sharing.php:698
860
  msgid "Horizontal alignment of the sharing interface"
861
  msgstr "A megosztási felület függőleges igazítása"
862
 
863
+ #: ../admin/social_sharing.php:411
864
  msgid "Specify position of the sharing interface with respect to the content"
865
  msgstr "Határozd meg a megosztási felület elhelyezésének helyét a tartalomhoz képest"
866
 
867
+ #: ../admin/social_sharing.php:419
868
+ #: ../admin/social_sharing.php:764
869
  msgid "Sharing location"
870
  msgstr "Megosztási helyek"
871
 
872
+ #: ../admin/social_sharing.php:462
873
  msgid "Specify the pages where you want to enable Sharing interface"
874
  msgstr "Add meg az oldalakat, ahol megjelenjen a Közösségi Megosztási felület"
875
 
876
+ #: ../admin/social_sharing.php:470
877
+ #: ../admin/social_sharing.php:805
878
  msgid "Show share counts"
879
  msgstr "Megosztás számok mutatása"
880
 
881
+ #: ../admin/social_sharing.php:480
882
+ #: ../admin/social_sharing.php:815
883
  msgid "If enabled, share counts are displayed above sharing icons."
884
  msgstr "Bekapcsolva a megosztások száma megjelenik a megosztás ikonok felett."
885
 
886
+ #: ../admin/social_sharing.php:491
887
  msgid "Vertical (Floating) Sharing Interface Options"
888
  msgstr "Függőleges (lebegő) Megosztási Felület Beállítások"
889
 
890
+ #: ../admin/social_sharing.php:497
891
  msgid "Enable vertical (floating) sharing interface"
892
  msgstr "Függőleges (lebegő) megosztási felület bekapcsolása"
893
 
894
+ #: ../admin/social_sharing.php:507
895
  msgid "Master control to enable vertical (floating) sharing widget"
896
  msgstr "Központi beállítás a függőleges (lebegő) megosztási widget bekapcsolásához"
897
 
898
+ #: ../admin/social_sharing.php:677
899
  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>"
900
  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 "
901
 
902
+ #: ../admin/social_sharing.php:717
903
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
904
  msgstr "Adj meg egy számot. A nagyobb szám jobbra tolja el a megosztási felületet."
905
 
906
+ #: ../admin/social_sharing.php:737
907
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
908
  msgstr "Adj meg egy számot. A nagyobb szám balra tolja el a megosztási felületet."
909
 
910
+ #: ../admin/social_sharing.php:756
911
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
912
  msgstr "Adj meg egy számot. A nagyobb szám lefelé tolja el a megosztási felületet."
913
 
914
+ #: ../admin/social_sharing.php:797
915
  msgid "Specify the pages where you want to enable vertical Sharing interface"
916
  msgstr "Add meg, melyik oldalakon jelenjen meg a Megosztási felület"
917
 
918
+ #: ../admin/social_sharing.php:834
919
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
920
  msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
921
 
922
+ #: ../admin/social_sharing.php:839
923
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
924
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
925
 
926
+ #: ../admin/social_sharing.php:844
927
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
928
  msgstr "Használd a <strong>type</strong> attributumot a típus (\"horizontal\" vagy \"vertical\") Közösségi Megosztás felület választásához. Az alapértelmezett \"horizontal\"."
929
 
930
+ #: ../admin/social_sharing.php:849
931
  #, fuzzy
932
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
933
  msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
934
 
935
+ #: ../admin/social_sharing.php:853
936
  #, fuzzy
937
  msgid "left (Works with \"Vertical\" type interface only)"
938
  msgstr "Left (csak a \"Függőleges\" típusú felülettel működik)"
939
 
940
+ #: ../admin/social_sharing.php:854
941
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
942
  msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
943
 
944
+ #: ../admin/social_sharing.php:858
945
  #, fuzzy
946
  msgid "top (Works with \"Vertical\" type interface only)"
947
  msgstr "Top (csak a \"Függőleges\" típusú felülettel működik)"
948
 
949
+ #: ../admin/social_sharing.php:859
950
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
951
  msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
952
 
953
+ #: ../admin/social_sharing.php:864
954
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
955
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Sharing style=\"background-color:#000;\"</strong>, így a végleges kód így fog kinézni"
956
 
957
+ #: ../admin/social_sharing.php:872
958
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
959
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Megosztás (Vízszintes Widget)</strong> és <strong>Super Socializer - Megosztás (Függőleges Widget)</strong>widgetet és a kívánt helyre húzhatod."
960
 
961
+ #: ../admin/social_sharing.php:882
962
  msgid "Facebook Sharing Troubleshooter"
963
  msgstr "Facebook Megosztás Hibaelhárító"
964
 
965
+ #: ../admin/social_sharing.php:887
966
  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:"
967
  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:"
968
 
969
+ #: ../admin/social_sharing.php:901
970
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
971
  msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
972
 
973
+ #: ../admin/social_sharing.php:905
974
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
975
  msgstr "Válasszon \"URL a honlapján a honlapon \" a \"cél URL-t \" opciót, és lehetővé teszi \"Show részesedése számít \" opciót"
976
 
977
+ #: ../admin/social_sharing.php:912
978
+ #, fuzzy
979
+ msgid "How can I disable sharing on particular page/post?"
980
+ msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
981
 
982
+ #: ../admin/social_sharing.php:925
983
+ msgid "How can I specify minimum sharing count for sharing networks?"
984
+ msgstr "Hogyan adhatok meg minimum megosztása száma a fájlcserélő hálózatokat?"
985
 
986
+ #: ../admin/social_commenting.php:10
987
+ msgid "Facebook Commenting"
988
+ msgstr "Facebook Hozzászólás"
989
 
990
+ #: ../admin/social_commenting.php:18
991
+ #: ../admin/social_commenting.php:24
992
+ msgid "Enable Facebook Commenting"
993
+ msgstr "Facebook Hozzászólás Bekapcsolás"
994
 
995
+ #: ../admin/social_commenting.php:34
996
+ #, fuzzy
997
+ msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
998
+ msgstr "Bekapcsolás esetén, a Facebook hozzászólások a Wordpress hozzászólások helyén jelennek meg az oldalon"
999
 
1000
+ #: ../admin/social_commenting.php:44
1001
+ msgid "Facebook Commenting Options"
1002
+ msgstr "Facebook Hozzászólás Beállítások"
1003
 
1004
+ #: ../admin/social_commenting.php:50
1005
+ msgid "Keep only Facebook Commenting"
1006
+ msgstr "Csak Facebook Hozzászólás legyen"
1007
 
1008
+ #: ../admin/social_commenting.php:60
1009
  #, fuzzy
1010
+ msgid "If enabled, only Facebook commenting would be visible without default comment form"
1011
+ msgstr "Bekapcsolás esetén, csak Facebook hozzászólás lesz látható, és nem lehet visszakapcsolni a WordPress hozzászólásokra"
1012
+
1013
+ #: ../admin/social_commenting.php:68
1014
+ msgid "Url to comment on"
1015
+ msgstr "A hozzászólás URL"
1016
+
1017
+ #: ../admin/social_commenting.php:78
1018
+ 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."
1019
+ 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."
1020
+
1021
+ #: ../admin/social_commenting.php:86
1022
+ msgid "Width"
1023
+ msgstr "Szélesség"
1024
+
1025
+ #: ../admin/social_commenting.php:96
1026
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1027
+ msgstr "Hagyja üresen automata beállítás szélességét. A szélessége (pixel) a hozzászólások blokk."
1028
+
1029
+ #: ../admin/social_commenting.php:104
1030
+ msgid "Color Scheme"
1031
+ msgstr "Szín Sablon"
1032
+
1033
+ #: ../admin/social_commenting.php:108
1034
+ msgid "Light"
1035
+ msgstr "Világos"
1036
+
1037
+ #: ../admin/social_commenting.php:109
1038
+ msgid "Dark"
1039
+ msgstr "Sötét"
1040
+
1041
+ #: ../admin/social_commenting.php:117
1042
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1043
+ msgstr "A plugin által használt színsablon. \"Világos\" vagy \"sötét\" lehet."
1044
+
1045
+ #: ../admin/social_commenting.php:125
1046
+ #, fuzzy
1047
+ msgid "Number of comments"
1048
+ msgstr "Hozzászólások száma"
1049
+
1050
+ #: ../admin/social_commenting.php:135
1051
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1052
+ msgstr "Az elsőre látható hozzászólások száma. A minimum 1, az alapértelmezés 10."
1053
+
1054
+ #: ../admin/social_commenting.php:143
1055
+ msgid "Order by"
1056
+ msgstr "Rendezés"
1057
+
1058
+ #: ../admin/social_commenting.php:147
1059
+ msgid "Social"
1060
+ msgstr "Közösségi"
1061
+
1062
+ #: ../admin/social_commenting.php:148
1063
+ msgid "Reverse Time"
1064
+ msgstr "Fordított Sorrend"
1065
+
1066
+ #: ../admin/social_commenting.php:149
1067
+ msgid "Time"
1068
+ msgstr "Időrend"
1069
+
1070
+ #: ../admin/social_commenting.php:157
1071
+ msgid "The order to use when displaying comments."
1072
+ msgstr "A hozzászólás megjelenésének sorrendje."
1073
+
1074
+ #: ../admin/social_commenting.php:165
1075
+ msgid "Mobile"
1076
+ msgstr "Mobil"
1077
+
1078
+ #: ../admin/social_commenting.php:169
1079
+ msgid "Auto Detect"
1080
+ msgstr "Automata Érzékelés"
1081
+
1082
+ #: ../admin/social_commenting.php:170
1083
+ msgid "True"
1084
+ msgstr "Igaz"
1085
+
1086
+ #: ../admin/social_commenting.php:171
1087
+ msgid "False"
1088
+ msgstr "Hamis"
1089
+
1090
+ #: ../admin/social_commenting.php:179
1091
+ msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
1092
+ msgstr "Logikai érték, mely meghatározza, hogy mobilra optimalizált legyen-e a megjelenés."
1093
+
1094
+ #: ../admin/social_commenting.php:197
1095
+ #, php-format
1096
+ 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)"
1097
+ 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 "
1098
+
1099
+ #: ../admin/social_commenting.php:213
1100
+ #, fuzzy
1101
+ msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
1102
+ msgstr "Használhatod a <strong>[TheChamp-Sharing]</strong> Shortcode-ot a megfelelő bejegyzés/oldalon tartalmi részében, ahol a Közösségi Megosztás felületet meg akarod jeleníteni."
1103
+
1104
+ #: ../admin/social_commenting.php:218
1105
+ #, fuzzy
1106
+ msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
1107
+ msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
1108
+
1109
+ #: ../admin/social_commenting.php:223
1110
+ #, fuzzy
1111
+ msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
1112
+ msgstr "Használd a <strong>left</strong> attributumot a Közösségi Megosztási felület bal oldali margójának meghatározásához (távolság a képernyő bal szélétől)."
1113
+
1114
+ #: ../admin/social_commenting.php:227
1115
+ msgid "num_posts"
1116
+ msgstr ""
1117
+
1118
+ #: ../admin/social_commenting.php:228
1119
+ #, fuzzy
1120
+ msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
1121
+ msgstr "Használd a <strong>style</strong> attributumot a Közösségi Megosztás felület formázásához"
1122
+
1123
+ #: ../admin/social_commenting.php:232
1124
+ #, fuzzy
1125
+ msgid "width"
1126
+ msgstr "Szélesség"
1127
+
1128
+ #: ../admin/social_commenting.php:233
1129
+ #, fuzzy
1130
+ msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
1131
+ msgstr "Használd a <strong>top</strong> attributumot a Közösségi Megosztási felület felső margójának meghatározásához (távolság a képernyő felső szélétől)."
1132
+
1133
+ #: ../admin/social_commenting.php:238
1134
+ #, fuzzy
1135
+ msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1136
+ msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
1137
+
1138
+ #: ../admin/social_commenting.php:249
1139
+ #, fuzzy
1140
+ msgid "How can I disable FB comments at individual page/post?"
1141
+ msgstr "Hogyan jeleníthetem meg a megosztások számát az oldal/bejegyzés oldalakon kívül is?"
1142
+
1143
+ #: ../admin/social_commenting.php:253
1144
+ msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
1145
+ msgstr "Szerkeszteni, hogy az oldal / post, és ellenőrizze a lehetőséget, \"Disable Facebook hozzászólásokról / oldal \" alul \"Super Socializer \" fejezetben"
1146
+
1147
+ #: ../admin/social_commenting.php:262
1148
+ msgid "How to enable only Facebook Comments without enabling default comment form?"
1149
+ msgstr "Hogyan kell engedélyezni csak Facebook-hozzászólások engedélyezése nélkül alapértelmezett comment formájában?"
1150
+
1151
+ #: ../admin/social_commenting.php:266
1152
+ msgid "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting\" section."
1153
+ msgstr "Engedélyezze a \"Ne csak Facebook kommentálta\" opciót \"Facebook kommentálta\" fejezetben."
1154
 
1155
  #: ../admin/social_login.php:10
1156
  msgid "Social Login"
1288
  msgstr "Include Javascript in website footer"
1289
 
1290
  #: ../admin/social_login.php:294
1291
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1292
+ msgstr "Ha engedélyezett (ajánlott), Javascript fájlok szerepelni fog a lábléc az Ön honlapján."
1293
 
1294
  #: ../admin/social_login.php:308
1295
  msgid "Login options"
1372
  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)"
1373
  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."
1374
 
1375
+ #: ../admin/social_login.php:489
1376
+ msgid "Enable social account linking at BuddyPress profile page"
1377
+ msgstr "Engedélyezze a szociális számla összekapcsolása a BuddyPress profil oldal"
1378
+
1379
+ #: ../admin/social_login.php:499
1380
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1381
+ msgstr "Engedélyezze ezt a lehetőséget, hogy a szociális számla összekötő interfész BuddyPress profil oldal"
1382
+
1383
+ #: ../admin/social_login.php:508
1384
  msgid "Login redirection"
1385
  msgstr "Átirányítás Belépés után"
1386
 
1387
+ #: ../admin/social_login.php:512
1388
  msgid "Same page where user logged in"
1389
  msgstr "Az az oldal, ahol a felhasználó belépett"
1390
 
1391
+ #: ../admin/social_login.php:516
1392
+ #: ../admin/social_login.php:546
1393
  msgid "Account dashboard"
1394
  msgstr "Felhasználói Irányítópult"
1395
 
1396
+ #: ../admin/social_login.php:519
1397
+ #: ../admin/social_login.php:549
1398
  msgid "BuddyPress profile page"
1399
  msgstr "BuddyPress profil oldal"
1400
 
1401
+ #: ../admin/social_login.php:522
1402
+ #: ../admin/social_login.php:552
1403
  msgid "Custom Url"
1404
  msgstr "Egyedi URL"
1405
 
1406
+ #: ../admin/social_login.php:530
1407
  msgid "User will be redirected to the selected page after Social Login"
1408
  msgstr "A felhasználót a kiválasztott oldalra irányítjuk a Közösségi Belépés után"
1409
 
1410
+ #: ../admin/social_login.php:538
1411
  msgid "Registration redirection"
1412
  msgstr "Átirányítás Regisztráció után"
1413
 
1414
+ #: ../admin/social_login.php:542
1415
  #, fuzzy
1416
  msgid "Same page from where user registered"
1417
  msgstr "Az az oldal, ahol a felhasználó belépett"
1418
 
1419
+ #: ../admin/social_login.php:560
1420
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1421
  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"
1422
 
1423
+ #: ../admin/social_login.php:568
1424
  msgid "Email popup options"
1425
  msgstr "Email felugró ablak beállítások"
1426
 
1427
+ #: ../admin/social_login.php:574
1428
  msgid "Text on 'Email required' popup"
1429
  msgstr "Szöveg az 'E-mail cím szükséges' felugró ablakban"
1430
 
1431
+ #: ../admin/social_login.php:584
1432
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1433
  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."
1434
 
1435
+ #: ../admin/social_login.php:593
1436
  msgid "Error message for 'Email required' popup"
1437
  msgstr "Hibaüzenet az 'E-mail cím szükséges' felugró ablakban"
1438
 
1439
+ #: ../admin/social_login.php:603
1440
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1441
  msgstr "Ez az üzenet jelenik meg, ha a felhasználó helytelen, vagy már regisztrált e-mail címet ad meg "
1442
 
1443
+ #: ../admin/social_login.php:612
1444
  msgid "Email popup height"
1445
  msgstr "Email felugró ablak magassága"
1446
 
1447
+ #: ../admin/social_login.php:622
1448
  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."
1449
  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ó."
1450
 
1451
+ #: ../admin/social_login.php:630
1452
  msgid "Enable email verification"
1453
  msgstr "E-mail ellenőrzés bekapcsolása"
1454
 
1455
+ #: ../admin/social_login.php:640
1456
  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"
1457
  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 "
1458
 
1459
+ #: ../admin/social_login.php:656
1460
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1461
  msgstr "Használd a <strong>[TheChamp-Login]</strong> Shortcode-ot a bejegyzés/oldal tartalomban, ahol a Közösségi Belépés felületet meg akarod jeleníteni."
1462
 
1463
+ #: ../admin/social_login.php:659
1464
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1465
  msgstr "Használhatod a \"style\" attributumot a Shortcode-ban a Közösségi Belépés felület formázásához."
1466
 
1467
+ #: ../admin/social_login.php:664
1468
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1469
  msgstr "Cseréld ki a <strong>SHORTCODE</strong>-ot a fenti kódban az éppen szükségesre, mint pl. <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, így a végleges kód így fog kinézni"
1470
 
1471
+ #: ../admin/social_login.php:672
1472
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1473
  msgstr "A bal oldali menü <strong>Megjelenés</strong> > <strong>Widgetek</strong> részében megfoghatod a <strong>Super Socializer - Belépés</strong> widgetet és a kívánt helyre húzhatod."
1474
 
1475
+ #: ../admin/admin.php:8
1476
+ msgid "Welcome"
1477
+ msgstr "Üdvözöllek"
1478
 
1479
+ #: ../admin/admin.php:10
1480
+ msgid "You are ready to Socialize your website."
1481
+ msgstr "Készen állsz weboldalad \"Közösségesítésére\"."
1482
 
1483
+ #: ../admin/admin.php:11
1484
+ msgid "Getting Started"
1485
+ msgstr "Első Lépések"
1486
 
1487
+ #: ../admin/admin.php:12
1488
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1489
+ 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."
1490
 
1491
+ #: ../admin/admin.php:13
1492
  #, fuzzy
1493
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1494
+ msgstr "A <strong>Facebook</strong> részen, a Facebook Hozzászólások és Feed beállításait állíthatod be."
1495
 
1496
+ #: ../admin/admin.php:14
1497
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1498
+ 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."
 
1499
 
1500
+ #: ../admin/admin.php:15
1501
  #, fuzzy
1502
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1503
+ 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."
1504
 
1505
+ #: ../admin/admin.php:16
1506
  #, fuzzy
1507
+ msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1508
+ 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."
1509
 
1510
+ #: ../inc/social_sharing.php:492
1511
+ msgid "Invalid request"
1512
+ msgstr "Hibás kérés"
 
 
1513
 
1514
+ #: ../inc/social_sharing.php:499
1515
+ msgid "Providers not selected"
1516
+ msgstr "Nincs kiválasztott szolgáltató"
 
1517
 
1518
  #: ../inc/widget.php:11
1519
  msgid "Super Socializer - Login"
1528
  msgstr "Kilépés"
1529
 
1530
  #: ../inc/widget.php:77
1531
+ #: ../inc/widget.php:211
1532
+ #: ../inc/widget.php:497
1533
  msgid "Title:"
1534
  msgstr "Cím:"
1535
 
1536
  #: ../inc/widget.php:79
1537
+ #: ../inc/widget.php:223
1538
+ #: ../inc/widget.php:507
1539
  msgid "Before widget content:"
1540
  msgstr "Widget tartalom előtt:"
1541
 
1542
  #: ../inc/widget.php:81
1543
+ #: ../inc/widget.php:225
1544
+ #: ../inc/widget.php:509
1545
  msgid "After widget content:"
1546
  msgstr "Widget tartalom után:"
1547
 
1548
  #: ../inc/widget.php:84
1549
+ #: ../inc/widget.php:227
1550
+ #: ../inc/widget.php:380
1551
+ #: ../inc/widget.php:511
1552
+ #: ../inc/widget.php:652
1553
  msgid "Hide for logged in users:"
1554
  msgstr "Bejelentkezettek számára elrejtve:"
1555
 
1558
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1559
  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"
1560
 
1561
+ #: ../inc/widget.php:213
1562
+ #: ../inc/widget.php:351
1563
  #, fuzzy
1564
  msgid "Show share counts:"
1565
  msgstr "Megosztás számok mutatása"
1566
 
1567
+ #: ../inc/widget.php:215
1568
+ #: ../inc/widget.php:353
1569
+ #: ../inc/widget.php:499
1570
+ #: ../inc/widget.php:625
1571
  msgid "Target Url:"
1572
  msgstr "Cél Url:"
1573
 
1574
+ #: ../inc/widget.php:217
1575
+ #: ../inc/widget.php:355
1576
+ #: ../inc/widget.php:501
1577
+ #: ../inc/widget.php:627
1578
  msgid "Select"
1579
  msgstr "Válassz"
1580
 
1581
+ #: ../inc/widget.php:246
1582
  #, fuzzy
1583
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1584
  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"
1585
 
1586
+ #: ../inc/widget.php:361
1587
+ #: ../inc/widget.php:633
1588
  msgid "Alignment"
1589
  msgstr "Igazítás"
1590
 
1591
+ #: ../inc/widget.php:367
1592
+ #: ../inc/widget.php:639
1593
  #, fuzzy
1594
  msgid "Left Offset"
1595
  msgstr "Bal margó:"
1596
 
1597
+ #: ../inc/widget.php:371
1598
+ #: ../inc/widget.php:643
1599
  #, fuzzy
1600
  msgid "Right Offset"
1601
  msgstr "Jobb margó"
1602
 
1603
+ #: ../inc/widget.php:374
1604
+ #: ../inc/widget.php:646
1605
  #, fuzzy
1606
  msgid "Top Offset"
1607
  msgstr "Felső margó:"
1608
 
1609
+ #: ../inc/widget.php:399
1610
  #, fuzzy
1611
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1612
  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"
1613
 
1614
+ #: ../inc/widget.php:530
1615
  #, fuzzy
1616
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1617
  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"
1618
 
1619
+ #~ msgid "White-Label"
1620
+ #~ msgstr "White-Label"
1621
+
1622
+ #~ msgid ""
1623
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
1624
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
1625
+ #~ "\">lordofthechamps@gmail.com</a>"
1626
+ #~ msgstr ""
1627
+ #~ "Tűntesd el a plugin készítőinek linkjét (\"Super Socializer by The Champ"
1628
+ #~ "\") mindössze $15 dolcsiért. Érdekel? Írj nekem e-mailtl (angolul): <a "
1629
+ #~ "href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
1630
+
1631
+ #~ msgid "Feed"
1632
+ #~ msgstr "Feed"
1633
+
1634
+ #~ msgid "Important note"
1635
+ #~ msgstr "Fontos megjegyzés"
1636
+
1637
+ #~ msgid ""
1638
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
1639
+ #~ "\"_blank\">this link</a>"
1640
+ #~ msgstr ""
1641
+ #~ "Ezen lehetőség használatához kövesd <a href=\"%s\" target=\"_blank\">ezen "
1642
+ #~ "leírás</a> lépéseit"
1643
+
1644
+ #~ msgid "Publish feed on user's timeline on Facebook login"
1645
+ #~ msgstr ""
1646
+ #~ "Esemény közzététele a felhasználó Facebook hírfolyamán bejelentkezéskor "
1647
+
1648
+ #~ msgid ""
1649
+ #~ "If enabled, a post will be published on the timeline of the user logging "
1650
+ #~ "in"
1651
+ #~ msgstr ""
1652
+ #~ "Bekapcsolásával, a bejelentkezéskor a felhasználó hírfolyamára kikerül, "
1653
+ #~ "hogy belépett oldalunkra "
1654
+
1655
+ #~ msgid "Facebook Feed Options"
1656
+ #~ msgstr "Facebook Hírfolyam Beállítások"
1657
+
1658
+ #~ msgid "Message"
1659
+ #~ msgstr "Üzenet"
1660
+
1661
+ #~ msgid ""
1662
+ #~ "Message for the feed post. %website-name% will be replaced with your "
1663
+ #~ "website name in actual message."
1664
+ #~ msgstr ""
1665
+ #~ "A hírfolyam bejegyzés tartalma. A %website-name% helyén a weboldalad neve "
1666
+ #~ "fog megjelenni."
1667
+
1668
+ #~ msgid "Link (required)"
1669
+ #~ msgstr "Link (kötelező)"
1670
+
1671
+ #~ msgid ""
1672
+ #~ "The link attached to this feed (required parameter for this functionality "
1673
+ #~ "to work)"
1674
+ #~ msgstr "A társított link (kötelező megadni a funkció működéséhez)"
1675
+
1676
+ #~ msgid "Picture"
1677
+ #~ msgstr "Kép"
1678
+
1679
+ #~ msgid ""
1680
+ #~ "The URL of a picture attached to this post. The picture must be at least "
1681
+ #~ "200px by 200px. (if this url is not specified, image from the url "
1682
+ #~ "specified in Link parameter will be displayed in the post)"
1683
+ #~ msgstr ""
1684
+ #~ "A bejgyezéshez tartozó kép URL-je. Minimum 200px x 200px méretűnek kell "
1685
+ #~ "lennie. (ha nincs megadva, link értéknél megadott URL-hez tartozó kép "
1686
+ #~ "jelenik majd meg)"
1687
+
1688
+ #~ msgid "Source"
1689
+ #~ msgstr "Forrás"
1690
+
1691
+ #~ msgid ""
1692
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
1693
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
1694
+ #~ "a thumbnail for the video."
1695
+ #~ msgstr ""
1696
+ #~ "Társított média fájl URL (SWF vagy MP3). Ha SWF, kötelező megadnod a kép "
1697
+ #~ "URL-t is (\"Kép\"), mely a videó előképeként jelenik meg."
1698
+
1699
+ #~ msgid "Name"
1700
+ #~ msgstr "Név"
1701
+
1702
+ #~ msgid "The name of the link attachment"
1703
+ #~ msgstr "A társított link szövege"
1704
+
1705
+ #~ msgid "Caption"
1706
+ #~ msgstr "Felirat"
1707
+
1708
+ #~ msgid ""
1709
+ #~ "The caption of the link (appears beneath the link name). If not "
1710
+ #~ "specified, this field is automatically populated with the URL of the link."
1711
+ #~ msgstr ""
1712
+ #~ "Ez a link szövege lesz (a link alatt jelenik meg). Ha nem adod meg, "
1713
+ #~ "automatikusan a link URL lesz a szöveg is."
1714
+
1715
+ #~ msgid "Description"
1716
+ #~ msgstr "Leírás"
1717
+
1718
+ #~ msgid ""
1719
+ #~ "The description of the link (appears beneath the link caption). If not "
1720
+ #~ "specified, this field is automatically populated by information scraped "
1721
+ #~ "from the link, typically the title of the page."
1722
+ #~ msgstr ""
1723
+ #~ "Ez a link leírása lesz (a link szövege alatt jelenik meg). Ha nem adod "
1724
+ #~ "meg, automatikusan a link URL-ből generálódik, általában az oldal címe "
1725
+ #~ "lesz."
1726
+
1727
+ #~ msgid ""
1728
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
1729
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
1730
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
1731
+ #~ "are not sure about this, keep this option unchecked.</strong>"
1732
+ #~ msgstr ""
1733
+ #~ "Ha be van kapcsolva (javasolt), minden Javascript kód az oldalad "
1734
+ #~ "láblécében töltődik be.<br/><strong>A \"wp_footer\" és \"login_footer\" "
1735
+ #~ "hook-oknak a Wordpress sablonban a szabványos helyen kell lennie a helyes "
1736
+ #~ "működéshez. Ha nem vagy biztos benne, maradjon ez a lehetőség kikapcsolva."
1737
+ #~ "</strong>"
1738
+
1739
  #~ msgid ""
1740
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1741
  #~ "Comments block. The mobile version of the Comments block ignores the "
1766
  #~ "Ha tetszik a plugin, szeretnéd, hogy fejlesztésének köszönhetően a "
1767
  #~ "legjibb lehessen, kérlek fontold meg támogatását. "
1768
 
 
 
 
 
 
 
 
 
 
 
1769
  #~ msgid "Load first"
1770
  #~ msgstr "Elsőként betöltött"
1771
 
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: 2014-12-19 21:30+0530\n"
6
- "PO-Revision-Date: 2014-12-19 21:31+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\n"
@@ -16,45 +16,45 @@ msgstr ""
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
 
19
- #: ../super_socializer.php:186
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 "Immettere esattamente il seguente URL nel <strong>Website</ strong> e <strong>Callback URL </ strong> opzioni vostra applicazione Twitter (vedi punto 3 %s)"
23
 
24
- #: ../super_socializer.php:189
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:354
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:354
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:358
37
  msgid "Notification"
38
  msgstr "Notificazione"
39
 
40
- #: ../super_socializer.php:377
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Necessita Indirizzo di Posta Elettronica"
44
 
45
- #: ../super_socializer.php:380
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:393
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:553
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "E-mail inserito è già registrato o non valido"
56
 
57
- #: ../super_socializer.php:557
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiesto di verificarla"
60
 
@@ -62,40 +62,87 @@ msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiest
62
  msgid "Options saved successfully"
63
  msgstr "Opzioni salvate con successo"
64
 
65
- #: ../helper.php:189
 
 
 
 
 
 
 
 
66
  msgid "Settings"
67
  msgstr "Configurazione"
68
 
69
- #: ../helper.php:492
70
  #, fuzzy
71
  msgid "Account linked successfully"
72
  msgstr "Opzioni salvate con successo"
73
 
74
- #: ../helper.php:498
75
  msgid "Account already exists or linked"
76
  msgstr "Account esistente o collegato già"
77
 
78
- #: ../helper.php:511
79
  #, fuzzy
80
  msgid "You are already connected with"
81
  msgstr "Sei pronto per socializzare il tuo sito web."
82
 
83
- #: ../helper.php:511
84
  msgid "as primary social network"
85
  msgstr "come rete sociale primaria"
86
 
87
- #: ../helper.php:526
88
  msgid "Link your social account to login to your account at this website"
89
  msgstr "Collega il tuo account sociale per accedere al proprio account su questo sito"
90
 
91
- #: ../helper.php:573
92
  msgid "Currently"
93
  msgstr "attualmente"
94
 
95
- #: ../helper.php:573
96
  msgid "Remove"
97
  msgstr "rimuovere"
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: ../admin/help.php:4
100
  msgid "About"
101
  msgstr "Circa"
@@ -153,18 +200,8 @@ msgstr "Voui una personalizzazione del plugin?"
153
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
154
  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>"
155
 
156
- #: ../admin/help.php:80
157
- msgid "White-Label"
158
- msgstr "Etichetta bianca"
159
-
160
- #: ../admin/help.php:82
161
- msgid "Remove the plugin credit links (\"Super Socializer by The Champ\") in just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
162
- msgstr ""
163
- "Rimuovere i collegamenti di credito (\"Super Socializzatore da Il Campione) per solo $15.\n"
164
- "Interssato? Scrivimi una posta elettronica: <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
165
-
166
  #: ../admin/social_counter.php:11
167
- #: ../admin/social_counter.php:19
168
  #: ../admin/social_sharing.php:14
169
  #: ../admin/social_sharing.php:24
170
  #: ../admin/social_login.php:9
@@ -183,670 +220,465 @@ msgstr "Contatore Sociale"
183
  msgid "Shortcode & Widget"
184
  msgstr "Codice Corto & Widget"
185
 
186
- #: ../admin/social_counter.php:25
 
 
 
 
 
 
187
  #, fuzzy
188
  msgid "Enable Social Counter"
189
  msgstr "Abilitare il Contatore Sociale"
190
 
191
- #: ../admin/social_counter.php:35
192
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
193
  msgstr "Controllo Maestro per il Contatore Sociale. Dev'essere marcato per il buon funzionamento del Contatore Sociale"
194
 
195
- #: ../admin/social_counter.php:49
196
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
197
  msgstr "<strong>Nota:</strong> per disabilitare il Contatore in pagine o posts particolari, edita la pagina o il post in riguardo e controlla le opzioni al basso della sezione <strong>\"Super Socializzatore\"</strong>"
198
 
199
- #: ../admin/social_counter.php:66
200
  #: ../admin/social_sharing.php:88
201
  msgid "bit.ly url shortener"
202
  msgstr "cortatore di url bit.ly"
203
 
204
- #: ../admin/social_counter.php:72
205
  msgid "Enable bit.ly url shortener for tweet button"
206
  msgstr "Abilitare cortatore di url bit.ly per il bottone di Twitter"
207
 
208
- #: ../admin/social_counter.php:82
209
  #: ../admin/social_sharing.php:104
210
  #, fuzzy
211
  msgid "Master control to enable bit.ly url shortening for sharing"
212
  msgstr "Controllo maestro per abilitare la cortazione di url bit.ly per la condivisione"
213
 
214
- #: ../admin/social_counter.php:90
215
  #: ../admin/social_sharing.php:112
216
  msgid "bit.ly username"
217
  msgstr "nome d'utente di bit.ly"
218
 
219
- #: ../admin/social_counter.php:100
220
  #: ../admin/social_sharing.php:122
221
  #, php-format
222
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
223
  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>"
224
 
225
- #: ../admin/social_counter.php:109
226
  #: ../admin/social_sharing.php:131
227
  #, fuzzy
228
  msgid "bit.ly API Key"
229
  msgstr "Chiave API bit.ly"
230
 
231
- #: ../admin/social_counter.php:119
232
  #: ../admin/social_sharing.php:141
233
  #, fuzzy, php-format
234
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
235
  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>"
236
 
237
- #: ../admin/social_counter.php:129
238
- #: ../admin/social_counter.php:135
239
- #: ../admin/facebook.php:170
240
  msgid "Language"
241
  msgstr "Lingua"
242
 
243
- #: ../admin/social_counter.php:145
244
  #, fuzzy, php-format
245
  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)"
246
  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)"
247
 
248
- #: ../admin/social_counter.php:154
249
  msgid "Twitter username in tweet button"
250
  msgstr "Il nome d'utente di Twitter nel bottone Twitter"
251
 
252
- #: ../admin/social_counter.php:160
253
  #: ../admin/social_sharing.php:157
254
  msgid "Twitter username (without @)"
255
  msgstr "Nome d'utente di Twitter (senza @)"
256
 
257
- #: ../admin/social_counter.php:170
258
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
259
  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."
260
 
261
- #: ../admin/social_counter.php:180
262
  #, fuzzy
263
  msgid "Horizontal Counter Interface Options"
264
  msgstr "Opzioni dell'interfaccia del contatore orizzontale"
265
 
266
- #: ../admin/social_counter.php:186
267
  #, fuzzy
268
  msgid "Enable horizontal counter interface"
269
  msgstr "Abilitare l'interfaccia del Contatore orizzontale."
270
 
271
- #: ../admin/social_counter.php:196
272
  #, fuzzy
273
  msgid "Master control to enable horizontal counter"
274
  msgstr "Controllo maestro per abilitare il Contatore orizzontale"
275
 
276
- #: ../admin/social_counter.php:206
277
- #: ../admin/social_counter.php:419
278
  #: ../admin/social_sharing.php:203
279
- #: ../admin/social_sharing.php:510
280
  msgid "Target Url"
281
  msgstr "URL di destinazione"
282
 
283
- #: ../admin/social_counter.php:210
284
- #: ../admin/social_counter.php:423
285
  #: ../admin/social_sharing.php:207
286
- #: ../admin/social_sharing.php:514
287
  msgid "Url of the webpage where icons are located (default)"
288
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
289
 
290
- #: ../admin/social_counter.php:212
291
- #: ../admin/social_counter.php:425
292
  #: ../admin/social_sharing.php:209
293
- #: ../admin/social_sharing.php:516
294
  msgid "Url of the homepage of your website"
295
  msgstr "Url della homepage del tuo sito web"
296
 
297
- #: ../admin/social_counter.php:214
298
- #: ../admin/social_counter.php:427
299
  #: ../admin/social_sharing.php:211
300
- #: ../admin/social_sharing.php:518
301
  #, fuzzy
302
  msgid "Custom url"
303
  msgstr "Url personalizzata"
304
 
305
- #: ../admin/social_counter.php:221
306
- #: ../admin/social_counter.php:434
307
  msgid "Url to like/share/tweet and display like/share/tweet counts"
308
  msgstr "Url per piace/share/Twitter e visualizzazione come/share/conteggi Tweet"
309
 
310
- #: ../admin/social_counter.php:229
311
  #: ../admin/social_sharing.php:226
312
  #: ../admin/social_login.php:314
313
  msgid "Title"
314
  msgstr "Titolo"
315
 
316
- #: ../admin/social_counter.php:239
317
  #, fuzzy
318
  msgid "The text to display above the counter interface"
319
  msgstr "Il testo che se mostrará sopra l'interfaccia del Contatore"
320
 
321
- #: ../admin/social_counter.php:247
322
- #: ../admin/social_counter.php:442
323
  #, fuzzy
324
  msgid "Select and rearrange providers"
325
  msgstr "Selezionare e riorganizzare i fornitori."
326
 
327
- #: ../admin/social_counter.php:291
328
- #: ../admin/social_counter.php:485
329
  #, fuzzy
330
  msgid "Select the providers for counter interface. Drag them to rearrange."
331
  msgstr "Selezziona i fornitori per l'interfaccia del Contatore. Trascinali per riorganizzarli. "
332
 
333
- #: ../admin/social_counter.php:299
334
- #: ../admin/social_counter.php:511
335
- #: ../admin/social_sharing.php:371
336
- #: ../admin/social_sharing.php:678
337
  #, fuzzy
338
  msgid "Horizontal alignment"
339
  msgstr "Allineamento orizzontale"
340
 
341
- #: ../admin/social_counter.php:303
342
- #: ../admin/social_counter.php:515
343
- #: ../admin/social_sharing.php:375
344
- #: ../admin/social_sharing.php:682
345
  msgid "Left"
346
  msgstr "Sinistra"
347
 
348
- #: ../admin/social_counter.php:304
349
- #: ../admin/social_sharing.php:376
350
  msgid "Center"
351
  msgstr "centro"
352
 
353
- #: ../admin/social_counter.php:305
354
- #: ../admin/social_counter.php:516
355
- #: ../admin/social_sharing.php:377
356
- #: ../admin/social_sharing.php:683
357
  #, fuzzy
358
  msgid "Right"
359
  msgstr "Destra"
360
 
361
- #: ../admin/social_counter.php:313
362
- #: ../admin/social_counter.php:524
363
  #, fuzzy
364
  msgid "Horizontal alignment of the counter interface"
365
  msgstr "Allineamento orizzontale dell'interfaccia del Contatore"
366
 
367
- #: ../admin/social_counter.php:321
368
- #: ../admin/social_sharing.php:393
369
  msgid "Position with respect to content"
370
  msgstr "Posizione al rispetto del contenuto"
371
 
372
- #: ../admin/social_counter.php:325
373
- #: ../admin/social_sharing.php:397
374
  msgid "Top of the content"
375
  msgstr "Parte superiore del contenuto"
376
 
377
- #: ../admin/social_counter.php:327
378
- #: ../admin/social_sharing.php:399
379
  msgid "Bottom of the content"
380
  msgstr "Parte inferiore del contenuto"
381
 
382
- #: ../admin/social_counter.php:334
383
  #, fuzzy
384
  msgid "Specify position of the counter interface with respect to the content"
385
  msgstr "Specificare la posizione dell'interfaccia del Contatore al rispetto del contenuto"
386
 
387
- #: ../admin/social_counter.php:342
388
- #: ../admin/social_counter.php:590
389
  #, fuzzy
390
  msgid "Counter location"
391
  msgstr "Posizione del Contatore"
392
 
393
- #: ../admin/social_counter.php:346
394
- #: ../admin/social_counter.php:594
395
- #: ../admin/social_sharing.php:418
396
- #: ../admin/social_sharing.php:761
397
- #: ../admin/social_login.php:494
398
- #: ../admin/social_login.php:524
399
  msgid "Homepage"
400
  msgstr "Pagina d'inizio"
401
 
402
- #: ../admin/social_counter.php:348
403
- #: ../admin/social_counter.php:596
404
- #: ../admin/social_sharing.php:420
405
- #: ../admin/social_sharing.php:763
406
  msgid "Posts"
407
  msgstr "Pubblicazioni"
408
 
409
- #: ../admin/social_counter.php:350
410
- #: ../admin/social_counter.php:598
411
- #: ../admin/social_sharing.php:422
412
- #: ../admin/social_sharing.php:765
413
  msgid "Pages"
414
  msgstr "Pagine"
415
 
416
- #: ../admin/social_counter.php:352
417
- #: ../admin/social_counter.php:600
418
- #: ../admin/social_sharing.php:424
419
- #: ../admin/social_sharing.php:767
420
  msgid "Excerpts"
421
  msgstr "Estrazioni"
422
 
423
- #: ../admin/social_counter.php:354
424
- #: ../admin/social_counter.php:602
425
- #: ../admin/social_sharing.php:426
426
- #: ../admin/social_sharing.php:769
427
  msgid "Category Archives"
428
  msgstr "Archivi di categorie"
429
 
430
- #: ../admin/social_counter.php:360
431
- #: ../admin/social_sharing.php:432
 
 
 
 
 
 
 
432
  msgid "BuddyPress activity and groups"
433
  msgstr ""
434
 
435
- #: ../admin/social_counter.php:367
436
- #: ../admin/social_counter.php:608
437
- #: ../admin/social_sharing.php:439
438
- #: ../admin/social_sharing.php:775
439
  msgid "BBPress forum"
440
  msgstr ""
441
 
442
- #: ../admin/social_counter.php:370
443
- #: ../admin/social_counter.php:611
444
- #: ../admin/social_sharing.php:442
445
- #: ../admin/social_sharing.php:778
446
  msgid "BBPress topic"
447
  msgstr ""
448
 
449
- #: ../admin/social_counter.php:373
450
- #: ../admin/social_sharing.php:445
451
  msgid "BBPress reply"
452
  msgstr ""
453
 
454
- #: ../admin/social_counter.php:383
455
  #, fuzzy
456
  msgid "Specify the pages where you want to enable counter interface"
457
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del contatore"
458
 
459
- #: ../admin/social_counter.php:393
460
  msgid "Vertical (Floating) counter interface Options"
461
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
462
 
463
- #: ../admin/social_counter.php:399
464
  #, fuzzy
465
  msgid "Enable vertical (floating) counter interface"
466
  msgstr "Abilitare l'interfaccia verticale (flottante) del contatore"
467
 
468
- #: ../admin/social_counter.php:409
469
  #, fuzzy
470
  msgid "Master control to enable vertical (floating) counter widget"
471
  msgstr "Controllo maestro per abilitare il widget contatore verticale (flottante) "
472
 
473
- #: ../admin/social_counter.php:493
474
- #: ../admin/social_sharing.php:660
475
  msgid "Background Color"
476
  msgstr "Colore del fondo"
477
 
478
- #: ../admin/social_counter.php:503
479
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
480
  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>"
481
 
482
- #: ../admin/social_counter.php:533
483
- #: ../admin/social_sharing.php:700
484
  msgid "Left offset"
485
  msgstr "Compensazione a sinistra"
486
 
487
- #: ../admin/social_counter.php:543
488
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
489
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla destra, un numero piú piccolo lo muove alla sinistra."
490
 
491
- #: ../admin/social_counter.php:553
492
- #: ../admin/social_sharing.php:720
493
  #, fuzzy
494
  msgid "Right offset"
495
  msgstr "Compensazione alla destra"
496
 
497
- #: ../admin/social_counter.php:563
498
  #, fuzzy
499
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
500
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla sinistra, un numero piú piccolo lo muove alla destra."
501
 
502
- #: ../admin/social_counter.php:572
503
- #: ../admin/social_sharing.php:739
504
  msgid "Top offset"
505
  msgstr "Compensazione in cima"
506
 
507
- #: ../admin/social_counter.php:582
508
  #, fuzzy
509
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
510
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
511
 
512
- #: ../admin/social_counter.php:621
513
  msgid "Specify the pages where you want to enable vertical counter interface"
514
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del Contatore verticale"
515
 
516
- #: ../admin/social_counter.php:637
517
- #: ../admin/facebook.php:12
518
- #: ../admin/facebook.php:372
519
- #: ../admin/social_sharing.php:823
520
- #: ../admin/social_login.php:634
521
  msgid "Shortcode"
522
  msgstr "Codice breve"
523
 
524
- #: ../admin/social_counter.php:639
525
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
526
  msgstr "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale apparesca."
527
 
528
- #: ../admin/social_counter.php:640
529
  #: ../admin/social_counter.php:645
530
  #: ../admin/social_counter.php:650
531
  #: ../admin/social_counter.php:655
532
  #: ../admin/social_counter.php:660
533
- #: ../admin/facebook.php:375
534
- #: ../admin/facebook.php:380
535
- #: ../admin/facebook.php:385
536
- #: ../admin/facebook.php:390
537
- #: ../admin/facebook.php:395
538
- #: ../admin/social_sharing.php:826
539
- #: ../admin/social_sharing.php:831
540
- #: ../admin/social_sharing.php:836
541
- #: ../admin/social_sharing.php:841
542
- #: ../admin/social_sharing.php:846
543
- #: ../admin/social_sharing.php:851
544
- #: ../admin/social_login.php:637
545
- #: ../admin/social_login.php:640
 
546
  msgid "Example"
547
  msgstr "Esempio"
548
 
549
- #: ../admin/social_counter.php:642
550
- #: ../admin/facebook.php:377
551
- #: ../admin/social_sharing.php:828
552
  msgid "You can use following attributes in the Shortcode"
553
  msgstr "Puoi usare i siguenti attributi nel Codigo breve"
554
 
555
- #: ../admin/social_counter.php:644
556
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
557
  msgstr "Usa l'attributo <strong>style</strong> per cambiare il stilo del Contatore Sociale"
558
 
559
- #: ../admin/social_counter.php:649
560
  #, fuzzy
561
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
562
  msgstr "Utilizza l'attributo <strong>type</strong> para specificare il tipo (\"horizontal\" o \"vertical\") del Contatore Sociale. Predefinito é \"horizontal\"."
563
 
564
- #: ../admin/social_counter.php:653
565
  msgid "Left (Works with \"Vertical\" type interface only)"
566
  msgstr "Left (funziona solo con il tipo \"verticale\")"
567
 
568
- #: ../admin/social_counter.php:654
569
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
570
  msgstr "Usa l'attributo <strong>left</strong> per specificare la compensazione a sinistra dell'interfaccia del Contatore (distanza del lato sinistro del schermo)."
571
 
572
- #: ../admin/social_counter.php:658
573
  msgid "Top (Works with \"Vertical\" type interface only)"
574
  msgstr "Top (funziona solo con il tipo \"verticale\")"
575
 
576
- #: ../admin/social_counter.php:659
577
  #, fuzzy
578
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
579
  msgstr "Usa l'attributo <strong>top</strong> per specificare la compensazione all'alto dell'interfaccia del Contatore (distanza del lato superiore del schermo)."
580
 
581
- #: ../admin/social_counter.php:662
582
- #: ../admin/facebook.php:397
583
- #: ../admin/social_sharing.php:853
584
- #: ../admin/social_login.php:642
585
  #, fuzzy
586
  msgid "You can use shortcode in PHP file as following"
587
  msgstr "Puoi usare i Codici brevi nei documenti PHP como segue"
588
 
589
- #: ../admin/social_counter.php:664
590
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
591
  msgstr "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, il codigo finale si presenta come segue"
592
 
593
- #: ../admin/social_counter.php:670
594
- #: ../admin/social_sharing.php:861
595
- #: ../admin/social_login.php:650
596
  msgid "Widget"
597
  msgstr "Widget"
598
 
599
- #: ../admin/social_counter.php:672
600
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
601
  msgstr "Puoi navigare alla sezione <strong>Appearence</strong> > <strong>Widgets</strong> nella vaschetta sinistra e posizionare i widget <strong>Super Socializer - Counter (Horizontal Widget)</strong> e <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> nell'area desiderata."
602
 
603
- #: ../admin/social_counter.php:681
604
- #: ../admin/facebook.php:424
605
- #: ../admin/social_sharing.php:907
606
- #: ../admin/social_login.php:661
607
- msgid "Save Changes"
608
- msgstr "Salvare le modifiche."
609
-
610
- #: ../admin/facebook.php:10
611
- msgid "Facebook Commenting"
612
- msgstr "Commentando con Facebook"
613
-
614
- #: ../admin/facebook.php:11
615
- #: ../admin/facebook.php:202
616
- msgid "Feed"
617
- msgstr "Feed di Notizie"
618
-
619
- #: ../admin/facebook.php:13
620
- #: ../admin/social_sharing.php:18
621
- msgid "FAQ"
622
- msgstr "FAQ"
623
-
624
- #: ../admin/facebook.php:19
625
- #: ../admin/facebook.php:25
626
- msgid "Enable Facebook Commenting"
627
- msgstr "Abilitare Commentando con Facebook"
628
-
629
- #: ../admin/facebook.php:35
630
  #, fuzzy
631
- msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
632
- msgstr "Dopo d'abilitare questa opzione, Commentando con Facebook sará visualizzato in luogo del formulario di Commento di Wordpress nel tuo sito Web."
633
-
634
- #: ../admin/facebook.php:45
635
- msgid "Facebook Commenting Options"
636
- msgstr "Opzioni di Commentando con Facebook"
637
-
638
- #: ../admin/facebook.php:51
639
- msgid "Url to comment on"
640
- msgstr "Url per commentare"
641
-
642
- #: ../admin/facebook.php:61
643
- #, fuzzy
644
- 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."
645
- 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."
646
-
647
- #: ../admin/facebook.php:69
648
- msgid "Width"
649
- msgstr "Larghezza"
650
-
651
- #: ../admin/facebook.php:79
652
- msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
653
- msgstr "Lasciare vuoto per auto-regolare la larghezza. La larghezza (in pixel) del blocco commenti."
654
-
655
- #: ../admin/facebook.php:87
656
- msgid "Color Scheme"
657
- msgstr "Combinazione di colori"
658
-
659
- #: ../admin/facebook.php:91
660
- msgid "Light"
661
- msgstr "Chiaro"
662
-
663
- #: ../admin/facebook.php:92
664
- msgid "Dark"
665
- msgstr "Scuro"
666
-
667
- #: ../admin/facebook.php:100
668
- msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
669
- msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
670
-
671
- #: ../admin/facebook.php:108
672
- #, fuzzy
673
- msgid "Number of comments"
674
- msgstr "Numero di pubblicazioni"
675
-
676
- #: ../admin/facebook.php:118
677
- msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
678
- msgstr "Il numero di commentari a mostrare per impostazione predefinita. Il valore minimo é 1. Predefinito é 10"
679
-
680
- #: ../admin/facebook.php:126
681
- msgid "Order by"
682
- msgstr "Ordinare per"
683
-
684
- #: ../admin/facebook.php:130
685
- msgid "Social"
686
- msgstr "Sociale"
687
-
688
- #: ../admin/facebook.php:131
689
- msgid "Reverse Time"
690
- msgstr "Invertire il tempo"
691
-
692
- #: ../admin/facebook.php:132
693
- msgid "Time"
694
- msgstr "Tempo"
695
-
696
- #: ../admin/facebook.php:140
697
- msgid "The order to use when displaying comments."
698
- msgstr "L'ordine a usare quando si mostrano commentari."
699
-
700
- #: ../admin/facebook.php:148
701
- msgid "Mobile"
702
- msgstr "Mobile"
703
-
704
- #: ../admin/facebook.php:152
705
- msgid "Auto Detect"
706
- msgstr "Rilevare automaticamente"
707
-
708
- #: ../admin/facebook.php:153
709
- msgid "True"
710
- msgstr "Vero"
711
-
712
- #: ../admin/facebook.php:154
713
- msgid "False"
714
- msgstr "Falso"
715
-
716
- #: ../admin/facebook.php:162
717
- msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
718
- msgstr "Un valore booleano che specifica se si mostrará la versione ottimizata per cellulari o no. "
719
-
720
- #: ../admin/facebook.php:180
721
- #, php-format
722
- 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)"
723
- 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)"
724
-
725
- #: ../admin/facebook.php:195
726
- msgid "Important note"
727
- msgstr "Nota importante"
728
-
729
- #: ../admin/facebook.php:197
730
- #, php-format
731
- msgid "To use this feature follow the steps mentioned at <a href=\"%s\" target=\"_blank\">this link</a>"
732
- msgstr "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" target=\"_blank\">questo collegamento</a>"
733
-
734
- #: ../admin/facebook.php:208
735
- msgid "Publish feed on user's timeline on Facebook login"
736
- msgstr "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo accesso al Facebook"
737
-
738
- #: ../admin/facebook.php:218
739
- msgid "If enabled, a post will be published on the timeline of the user logging in"
740
- msgstr "Se abilitato, una pubblicazione sará pubblicata sulla linea temporale dell' utente che accede"
741
-
742
- #: ../admin/facebook.php:228
743
- msgid "Facebook Feed Options"
744
- msgstr "Opzioni di Feed di Notizie di Facebook"
745
-
746
- #: ../admin/facebook.php:234
747
- msgid "Message"
748
- msgstr "Messaggio"
749
-
750
- #: ../admin/facebook.php:244
751
- msgid "Message for the feed post. %website-name% will be replaced with your website name in actual message."
752
- msgstr "Messaggio per la pubblicazione del Feed di Notizie. %website-name% sará sostituito con il nome del tuo sito web nel messaggio attuale."
753
-
754
- #: ../admin/facebook.php:253
755
- msgid "Link (required)"
756
- msgstr "Collegamento (richiesto)"
757
-
758
- #: ../admin/facebook.php:263
759
- msgid "The link attached to this feed (required parameter for this functionality to work)"
760
- msgstr "Il collegamento allegato a questa Feed di Notizie (parametro richiesto per per fare funzionare questa funzionalitá) "
761
-
762
- #: ../admin/facebook.php:271
763
- msgid "Picture"
764
- msgstr "Immagine"
765
-
766
- #: ../admin/facebook.php:281
767
- msgid "The URL of a picture attached to this post. The picture must be at least 200px by 200px. (if this url is not specified, image from the url specified in Link parameter will be displayed in the post)"
768
- msgstr "La URL di una immagine allegata a questa pubblicazione. L'immagine dev'essere al minimo 200px per 200px. (se la url non é specificata, l'immagine della url specificata nei parametri del collegamento sará mostrata nella pubblicazione)"
769
-
770
- #: ../admin/facebook.php:290
771
- msgid "Source"
772
- msgstr "Fonte"
773
-
774
- #: ../admin/facebook.php:300
775
- msgid "The URL of a media file (either SWF or MP3) attached to this post. If SWF, you must also specify picture (in \"Picture\" parameter) to provide a thumbnail for the video."
776
- msgstr "La URL di un media file (SWF ó MP3) allegata a questa pubblicazione. Se é SWF, si deve specificare la immagine (nel parametro \"Immagine\") per dare una miniatura per il video."
777
-
778
- #: ../admin/facebook.php:308
779
- msgid "Name"
780
- msgstr "Nome"
781
-
782
- #: ../admin/facebook.php:318
783
- msgid "The name of the link attachment"
784
- msgstr "Il nome dell'attacamento del collegamento"
785
-
786
- #: ../admin/facebook.php:327
787
- msgid "Caption"
788
- msgstr "Didascalia"
789
-
790
- #: ../admin/facebook.php:337
791
- msgid "The caption of the link (appears beneath the link name). If not specified, this field is automatically populated with the URL of the link."
792
- msgstr "La didascalia del collegamento (apparesce sottostante al nome del collegamento). Se non é specificato, questo campo e automaticamente popolato con la URL del collegamento."
793
-
794
- #: ../admin/facebook.php:346
795
- msgid "Description"
796
- msgstr "Descrizione"
797
-
798
- #: ../admin/facebook.php:356
799
- msgid "The description of the link (appears beneath the link caption). If not specified, this field is automatically populated by information scraped from the link, typically the title of the page."
800
- msgstr "La descrizione del collegamento (apparesce sottostante della didascalia del collegamento). Se non é specificato, questo campo sará automaticamente popolato con la informazine presa del collegamento, tipicamente il titolo della pagina."
801
-
802
- #: ../admin/facebook.php:374
803
- #, fuzzy
804
- msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
805
- msgstr "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale apparesca."
806
-
807
- #: ../admin/facebook.php:379
808
- #, fuzzy
809
- msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
810
- msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
811
-
812
- #: ../admin/facebook.php:384
813
- #, fuzzy
814
- msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
815
- msgstr "Usa l'attributo <strong>left</strong> per specificare la compensazione a sinistra dell'interfaccia del Contatore (distanza del lato sinistro del schermo)."
816
-
817
- #: ../admin/facebook.php:388
818
- msgid "num_posts"
819
- msgstr ""
820
-
821
- #: ../admin/facebook.php:389
822
- #, fuzzy
823
- msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
824
- msgstr "Usa l'attributo <strong>style</strong> per cambiare il stilo del Contatore Sociale"
825
-
826
- #: ../admin/facebook.php:393
827
- #, fuzzy
828
- msgid "width"
829
- msgstr "Larghezza"
830
-
831
- #: ../admin/facebook.php:394
832
- #, fuzzy
833
- msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
834
- msgstr "Usa l'attributo <strong>top</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine superiore dello schermo."
835
 
836
- #: ../admin/facebook.php:399
837
  #, fuzzy
838
- msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
839
- msgstr "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, il codigo finale si presenta come segue"
840
 
841
- #: ../admin/facebook.php:410
842
  #, fuzzy
843
- msgid "How can I disable FB comments at individual page/post?"
844
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
845
 
846
- #: ../admin/facebook.php:414
847
- msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
 
 
 
848
  msgstr "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
849
 
 
 
 
 
 
 
 
850
  #: ../admin/social_sharing.php:15
851
  msgid "Social Sharing"
852
  msgstr "Condivisione Sociale"
@@ -901,7 +733,7 @@ msgid "Master control to enable horizontal sharing"
901
  msgstr "Controllo maestro per abilitare la condivisione orizzontale"
902
 
903
  #: ../admin/social_sharing.php:218
904
- #: ../admin/social_sharing.php:525
905
  msgid "Url to share"
906
  msgstr "Url per condividere"
907
 
@@ -910,265 +742,415 @@ msgid "The text to display above the sharing interface"
910
  msgstr "Il testo a mostrare sopra l'interfaccia di condivisione"
911
 
912
  #: ../admin/social_sharing.php:244
913
- #: ../admin/social_sharing.php:533
914
  #: ../admin/social_login.php:41
915
  msgid "Select providers"
916
  msgstr "Selezionare fornitori"
917
 
918
  #: ../admin/social_sharing.php:249
919
- #: ../admin/social_sharing.php:538
920
  #: ../admin/social_login.php:46
921
  msgid "Facebook"
922
  msgstr "Facebook"
923
 
924
  #: ../admin/social_sharing.php:254
925
- #: ../admin/social_sharing.php:543
926
  #: ../admin/social_login.php:50
927
  msgid "Twitter"
928
  msgstr "Twitter"
929
 
930
  #: ../admin/social_sharing.php:259
931
- #: ../admin/social_sharing.php:548
932
  #: ../admin/social_login.php:54
933
  msgid "LinkedIn"
934
  msgstr "LinkedIn"
935
 
936
  #: ../admin/social_sharing.php:264
937
- #: ../admin/social_sharing.php:553
938
  #: ../admin/social_login.php:58
939
  msgid "Google+"
940
  msgstr "Google+"
941
 
942
  #: ../admin/social_sharing.php:269
943
- #: ../admin/social_sharing.php:558
944
  msgid "Print"
945
  msgstr "Stampare"
946
 
947
  #: ../admin/social_sharing.php:274
948
- #: ../admin/social_sharing.php:563
949
  msgid "Email"
950
  msgstr "Email"
951
 
952
  #: ../admin/social_sharing.php:279
953
- #: ../admin/social_sharing.php:568
954
  msgid "Yahoo"
955
  msgstr "Yahoo"
956
 
957
  #: ../admin/social_sharing.php:284
958
- #: ../admin/social_sharing.php:573
959
  msgid "Reddit"
960
  msgstr "Reddit"
961
 
962
  #: ../admin/social_sharing.php:289
963
- #: ../admin/social_sharing.php:578
964
  msgid "Digg"
965
  msgstr "Digg"
966
 
967
  #: ../admin/social_sharing.php:294
968
- #: ../admin/social_sharing.php:583
969
  msgid "Delicious"
970
  msgstr "Delicious"
971
 
972
  #: ../admin/social_sharing.php:299
973
- #: ../admin/social_sharing.php:588
974
  msgid "StumbleUpon"
975
  msgstr "StumbleUpon"
976
 
977
  #: ../admin/social_sharing.php:304
978
- #: ../admin/social_sharing.php:593
979
  msgid "Float it"
980
  msgstr "Float it"
981
 
982
  #: ../admin/social_sharing.php:309
983
- #: ../admin/social_sharing.php:598
984
  msgid "Tumblr"
985
  msgstr "Tumblr"
986
 
987
  #: ../admin/social_sharing.php:314
988
- #: ../admin/social_sharing.php:603
989
  #: ../admin/social_login.php:62
990
  msgid "Vkontakte"
991
  msgstr "Vkontakte"
992
 
993
  #: ../admin/social_sharing.php:319
994
- #: ../admin/social_sharing.php:608
995
  msgid "Pinterest"
996
  msgstr "Pinterest"
997
 
998
  #: ../admin/social_sharing.php:324
999
- #: ../admin/social_sharing.php:613
1000
  #: ../admin/social_login.php:70
1001
  msgid "Xing"
1002
  msgstr ""
1003
 
1004
- #: ../admin/social_sharing.php:332
1005
- #: ../admin/social_sharing.php:621
 
 
 
 
1006
  msgid "Select the providers for sharing interface"
1007
  msgstr "Seleziona i fornitori per l'interfaccia di condivisione"
1008
 
1009
- #: ../admin/social_sharing.php:340
1010
- #: ../admin/social_sharing.php:629
1011
  msgid "Rearrange icons"
1012
  msgstr "riorganizzare gli iconi"
1013
 
1014
- #: ../admin/social_sharing.php:363
1015
- #: ../admin/social_sharing.php:652
1016
  msgid "Drag the icons to rearrange in desired order"
1017
  msgstr "Arrastra gli iconi per riordinare nell'ordine desiderato"
1018
 
1019
- #: ../admin/social_sharing.php:385
1020
- #: ../admin/social_sharing.php:691
1021
  #, fuzzy
1022
  msgid "Horizontal alignment of the sharing interface"
1023
  msgstr "Allineamento orizzontale dell'interfaccia di condivisione"
1024
 
1025
- #: ../admin/social_sharing.php:406
1026
  msgid "Specify position of the sharing interface with respect to the content"
1027
  msgstr "Specifica la posizione dell'interfaccia al rispetto del contenuto"
1028
 
1029
- #: ../admin/social_sharing.php:414
1030
- #: ../admin/social_sharing.php:757
1031
  msgid "Sharing location"
1032
  msgstr "Posto di condivisione"
1033
 
1034
- #: ../admin/social_sharing.php:455
1035
  msgid "Specify the pages where you want to enable Sharing interface"
1036
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione"
1037
 
1038
- #: ../admin/social_sharing.php:463
1039
- #: ../admin/social_sharing.php:796
1040
  msgid "Show share counts"
1041
  msgstr "Mostra la qunatitá di condivisioni"
1042
 
1043
- #: ../admin/social_sharing.php:473
1044
- #: ../admin/social_sharing.php:806
1045
  msgid "If enabled, share counts are displayed above sharing icons."
1046
  msgstr "Sé é abilitato, la quantitá di condivisioni sará mostrato sopra gli iconi di condivisione"
1047
 
1048
- #: ../admin/social_sharing.php:484
1049
  msgid "Vertical (Floating) Sharing Interface Options"
1050
  msgstr "Opzioni verticali (fluotante) dell'interfaccia di condivisione"
1051
 
1052
- #: ../admin/social_sharing.php:490
1053
  msgid "Enable vertical (floating) sharing interface"
1054
  msgstr "Abilitare l'interfaccia di condivisione verticale (fluotante)"
1055
 
1056
- #: ../admin/social_sharing.php:500
1057
  msgid "Master control to enable vertical (floating) sharing widget"
1058
  msgstr "Controllo maestro per abilitare il widget di condivisione verticale (fluotante)"
1059
 
1060
- #: ../admin/social_sharing.php:670
1061
  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>"
1062
  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>"
1063
 
1064
- #: ../admin/social_sharing.php:710
1065
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
1066
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra."
1067
 
1068
- #: ../admin/social_sharing.php:730
1069
  #, fuzzy
1070
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
1071
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra."
1072
 
1073
- #: ../admin/social_sharing.php:749
1074
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
1075
  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."
1076
 
1077
- #: ../admin/social_sharing.php:788
1078
  msgid "Specify the pages where you want to enable vertical Sharing interface"
1079
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione verticale"
1080
 
1081
- #: ../admin/social_sharing.php:825
1082
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
1083
  msgstr "Puoi utilizzare il codice breve <strong>[TheChamp-Sharing]</strong> nel contenuto della pagina o del post dove vuoi che si mostra l'iterfaccia di condivisione sociale"
1084
 
1085
- #: ../admin/social_sharing.php:830
1086
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
1087
  msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
1088
 
1089
- #: ../admin/social_sharing.php:835
1090
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
1091
  msgstr "Utilizza l'attributo <strong>type</strong> per specificare il tipo (\"horizontal\" o \"vertical\") dell'interfaccia di condivisione sociale. Predefinito é \"horizontal\"."
1092
 
1093
- #: ../admin/social_sharing.php:840
1094
  #, fuzzy
1095
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
1096
  msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
1097
 
1098
- #: ../admin/social_sharing.php:844
1099
  #, fuzzy
1100
  msgid "left (Works with \"Vertical\" type interface only)"
1101
  msgstr "Left (funziona solo con il tipo \"verticale\")"
1102
 
1103
- #: ../admin/social_sharing.php:845
1104
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
1105
  msgstr "Usa l'attributo <strong>left</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine sinistro dello schermo."
1106
 
1107
- #: ../admin/social_sharing.php:849
1108
  #, fuzzy
1109
  msgid "top (Works with \"Vertical\" type interface only)"
1110
  msgstr "Top (funziona solo con il tipo \"verticale\")"
1111
 
1112
- #: ../admin/social_sharing.php:850
1113
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
1114
  msgstr "Usa l'attributo <strong>top</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine superiore dello schermo."
1115
 
1116
- #: ../admin/social_sharing.php:855
1117
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1118
  msgstr "Rimpiazza <strong>SHORTCODE</strong> nel codice antecedente con il codice breve necessario come <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, il codice finale si presenterá come segue"
1119
 
1120
- #: ../admin/social_sharing.php:863
1121
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
1122
  msgstr "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</strong>nella vaschetta di sinistra e muovere i widget <strong>Super-Socializer - Sharing (Horizontal Widget)</strong> e <strong>Super Socializer - Sharing (Vertical Floating Widget)strong> nell'area necessitata."
1123
 
1124
- #: ../admin/social_sharing.php:873
1125
  msgid "Facebook Sharing Troubleshooter"
1126
  msgstr "Soluzionatore di problemi della condivisone Facebook"
1127
 
1128
- #: ../admin/social_sharing.php:878
1129
  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:"
1130
  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:"
1131
 
1132
- #: ../admin/social_sharing.php:892
1133
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
1134
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
1135
 
1136
- #: ../admin/social_sharing.php:896
1137
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
1138
  msgstr "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione \"Target URL \" e attivare \"Mostra condividere conta \""
1139
 
1140
- #: ../admin/social_admin.php:8
1141
- msgid "Welcome"
1142
- msgstr "Benvenuto"
 
1143
 
1144
- #: ../admin/social_admin.php:10
1145
- msgid "You are ready to Socialize your website."
1146
- msgstr "Sei pronto per socializzare il tuo sito web."
1147
 
1148
- #: ../admin/social_admin.php:11
1149
- msgid "Getting Started"
1150
- msgstr "Iniziando"
1151
 
1152
- #: ../admin/social_admin.php:12
1153
- msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1154
- msgstr "Comincia configurando le opzioni nelle sezioni sotto il menu <strong>Super Socializzatore</strong> nella vaschetta di sinistra. <strong>Condivisione Sociale</strong> é impostazione predefinita abilitata nella tuo sito web."
 
1155
 
1156
- #: ../admin/social_admin.php:13
1157
- msgid "In <strong>Facebook</strong> section, you can configure Facebook Commenting and Feed."
1158
- msgstr "Nella sezione <strong>Facebook</strong>, puoi configurare i commentari e il Feed di Notizie di Facebook."
 
1159
 
1160
- #: ../admin/social_admin.php:14
1161
- msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1162
- msgstr "Nella sezione <strong>Accesso Sociale</strong>, puoi selezionare i provedori delle ID sociali e configurare le opzioni dell'Accesso Sociale."
1163
 
1164
- #: ../admin/social_admin.php:15
1165
- msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the optons for sharing."
1166
- msgstr "Nella sezione <strong>Condiviosione Sociale</strong>, puoi scegliere la Rete Sociale per la condivisione e configurare le sue opzioni."
1167
 
1168
- #: ../admin/social_admin.php:16
1169
  #, fuzzy
1170
- msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1171
- msgstr "Nella sezione <strong>Condiviosione Sociale</strong>, puoi scegliere la Rete Sociale per la condivisione e configurare le sue opzioni."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1172
 
1173
  #: ../admin/social_login.php:10
1174
  msgid "Social Login"
@@ -1308,8 +1290,8 @@ msgid "Include Javascript in website footer"
1308
  msgstr "Includere Javascript nel pié del sito web"
1309
 
1310
  #: ../admin/social_login.php:294
1311
- msgid "If enabled (recommended), all the Javascript code will be included in the footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" hooks should be there in your Wordpress theme for this to work, if you are not sure about this, keep this option unchecked.</strong>"
1312
- msgstr "Se é attivato (raccomandato), tutto il codico Javascript sará incluso nel pié del suo sito web.<br/><strong>gli uncini \"wp_footer\" e \"login_footer\" devono essere presenti nel tuo tema di Wordpress per funzionare, se non sei sicuro su di questo, lascia questa opzione deselezionata.</strong> "
1313
 
1314
  #: ../admin/social_login.php:308
1315
  msgid "Login options"
@@ -1393,144 +1375,148 @@ msgstr "Invia il codigo d'accesso dell'utente dopo la registrazione"
1393
  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)"
1394
  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."
1395
 
1396
- #: ../admin/social_login.php:488
 
 
 
 
 
 
 
 
1397
  msgid "Login redirection"
1398
  msgstr "Redirezionamento d'Accesso Sociale"
1399
 
1400
- #: ../admin/social_login.php:492
1401
  msgid "Same page where user logged in"
1402
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1403
 
1404
- #: ../admin/social_login.php:496
1405
- #: ../admin/social_login.php:526
1406
  msgid "Account dashboard"
1407
  msgstr "Pannello della conta"
1408
 
1409
- #: ../admin/social_login.php:499
1410
- #: ../admin/social_login.php:529
1411
  msgid "BuddyPress profile page"
1412
  msgstr "Pagina profilo BuddyPress"
1413
 
1414
- #: ../admin/social_login.php:502
1415
- #: ../admin/social_login.php:532
1416
  msgid "Custom Url"
1417
  msgstr "Url personalizzata"
1418
 
1419
- #: ../admin/social_login.php:510
1420
  msgid "User will be redirected to the selected page after Social Login"
1421
  msgstr "L'utente sará redirezionato alla pagina selezionata dopo l'Accesso Sociale"
1422
 
1423
- #: ../admin/social_login.php:518
1424
  msgid "Registration redirection"
1425
  msgstr "Ridirezione di registrazione"
1426
 
1427
- #: ../admin/social_login.php:522
1428
  #, fuzzy
1429
  msgid "Same page from where user registered"
1430
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1431
 
1432
- #: ../admin/social_login.php:540
1433
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1434
  msgstr "L'utente sará redirizionato alla pagina selezionata dopo di registrarse (primo ingresso sociale) attraverso dell' ingresso sociale"
1435
 
1436
- #: ../admin/social_login.php:548
1437
  msgid "Email popup options"
1438
  msgstr "opzioni emergenti di e-mail"
1439
 
1440
- #: ../admin/social_login.php:554
1441
  msgid "Text on 'Email required' popup"
1442
  msgstr "Testo dela finestra emergente \"indirizzo di e-mail necessario\""
1443
 
1444
- #: ../admin/social_login.php:564
1445
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1446
  msgstr "Questo é il testo che si mostrará nella finestra emergente \"indirizzo di e-mail necessario'. Lasciare in bianco caso che non si necessita."
1447
 
1448
- #: ../admin/social_login.php:573
1449
  msgid "Error message for 'Email required' popup"
1450
  msgstr "Messaggio d'errore per la finestra emergente del \"E-mail neccessario'"
1451
 
1452
- #: ../admin/social_login.php:583
1453
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1454
  msgstr "Questo messaggio si mostrará all'utente caso che ingressa un indirizzo d'e-mail invalido ó gia registrato"
1455
 
1456
- #: ../admin/social_login.php:592
1457
  msgid "Email popup height"
1458
  msgstr "altura finestra emergente dell'e-mail"
1459
 
1460
- #: ../admin/social_login.php:602
1461
  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."
1462
  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."
1463
 
1464
- #: ../admin/social_login.php:610
1465
  msgid "Enable email verification"
1466
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
1467
 
1468
- #: ../admin/social_login.php:620
1469
  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"
1470
  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"
1471
 
1472
- #: ../admin/social_login.php:636
1473
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1474
  msgstr "Utilizza il codice breve <strong> [TheChamp-Login]</strong> nel contenuto della pagina/post dove voui che la interfaccia dell'ingresso sociale sia mostrata."
1475
 
1476
- #: ../admin/social_login.php:639
1477
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1478
  msgstr "Puoi utilizzare attributi \"style\" nel codice breve per stilizzare l'interfaccia dell'ingresso sociale"
1479
 
1480
- #: ../admin/social_login.php:644
1481
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1482
  msgstr "Restituisci <strong>SHORTCODE</strong> nel codice antecedente con il codice breve necessitato come <strong>[TheChamp-Login style=\"background-color: #000;\"]</strong>, in questo caso il codice finale si presenterá come segue"
1483
 
1484
- #: ../admin/social_login.php:652
1485
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1486
  msgstr "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</strong> nella vaschetta sinistra e trascinare <strong>Super Socializer - Login</strong> widget all'area necessaria."
1487
 
1488
- #: ../inc/social_sharing.php:463
1489
- msgid "Invalid request"
1490
- msgstr "Domanda invalida"
1491
 
1492
- #: ../inc/social_sharing.php:470
1493
- msgid "Providers not selected"
1494
- msgstr "Fornitori non selezionati"
1495
 
1496
- #: ../inc/social_sharing.php:603
1497
- msgid "Disable Horizontal Social Sharing on this "
1498
- msgstr "Disabilitare Condivisione Sociale orizzontale in questo"
1499
 
1500
- #: ../inc/social_sharing.php:608
1501
- msgid "Disable Vertical Social Sharing on this "
1502
- msgstr "Disabilitare Condivisione Sociale Verticale in questo"
1503
 
1504
- #: ../inc/social_sharing.php:613
1505
  #, fuzzy
1506
- msgid "Disable Horizontal Social Counter on this "
1507
- msgstr "Disabilitare Contatore Sociale orizzontale in questo"
1508
 
1509
- #: ../inc/social_sharing.php:618
1510
- #, fuzzy
1511
- msgid "Disable Vertical Social Counter on this "
1512
- msgstr "Disabilitare Contatore Sociale Verticale in questo"
1513
 
1514
- #: ../inc/social_sharing.php:623
1515
  #, fuzzy
1516
- msgid "Disable Facebook Comments on this "
1517
- msgstr "Abilitare Commentando con Facebook"
1518
 
1519
- #: ../inc/social_sharing.php:632
1520
  #, fuzzy
1521
- msgid "Horizontal sharing"
1522
- msgstr "Allineamento orizzontale"
1523
 
1524
- #: ../inc/social_sharing.php:638
1525
- #: ../inc/social_sharing.php:657
1526
- #, fuzzy
1527
- msgid "Starting share count for "
1528
- msgstr "Mostra la qunatitá di condivisioni"
1529
 
1530
- #: ../inc/social_sharing.php:651
1531
- #, fuzzy
1532
- msgid "Vertical sharing"
1533
- msgstr "Condivisione Sociale"
1534
 
1535
  #: ../inc/widget.php:11
1536
  msgid "Super Socializer - Login"
@@ -1545,28 +1531,28 @@ msgid "Log Out"
1545
  msgstr "Chiudere la sessione"
1546
 
1547
  #: ../inc/widget.php:77
1548
- #: ../inc/widget.php:203
1549
- #: ../inc/widget.php:473
1550
  msgid "Title:"
1551
  msgstr "Titolo:"
1552
 
1553
  #: ../inc/widget.php:79
1554
- #: ../inc/widget.php:215
1555
- #: ../inc/widget.php:483
1556
  msgid "Before widget content:"
1557
  msgstr "Prima del contenuto del widget:"
1558
 
1559
  #: ../inc/widget.php:81
1560
- #: ../inc/widget.php:217
1561
- #: ../inc/widget.php:485
1562
  msgid "After widget content:"
1563
  msgstr "Dopo del contenuto del widget:"
1564
 
1565
  #: ../inc/widget.php:84
1566
- #: ../inc/widget.php:219
1567
- #: ../inc/widget.php:364
1568
- #: ../inc/widget.php:487
1569
- #: ../inc/widget.php:620
1570
  msgid "Hide for logged in users:"
1571
  msgstr "Nascondere per gli utenti loggati:"
1572
 
@@ -1575,63 +1561,191 @@ msgstr "Nascondere per gli utenti loggati:"
1575
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1576
  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ú "
1577
 
1578
- #: ../inc/widget.php:205
1579
- #: ../inc/widget.php:335
1580
  #, fuzzy
1581
  msgid "Show share counts:"
1582
  msgstr "Mostra la qunatitá di condivisioni"
1583
 
1584
- #: ../inc/widget.php:207
1585
- #: ../inc/widget.php:337
1586
- #: ../inc/widget.php:475
1587
- #: ../inc/widget.php:593
1588
  msgid "Target Url:"
1589
  msgstr "URL di destinazione:"
1590
 
1591
- #: ../inc/widget.php:209
1592
- #: ../inc/widget.php:339
1593
- #: ../inc/widget.php:477
1594
- #: ../inc/widget.php:595
1595
  msgid "Select"
1596
  msgstr "selezionare"
1597
 
1598
- #: ../inc/widget.php:238
1599
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1600
  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ú"
1601
 
1602
- #: ../inc/widget.php:345
1603
- #: ../inc/widget.php:601
1604
  msgid "Alignment"
1605
  msgstr "Allineamento"
1606
 
1607
- #: ../inc/widget.php:351
1608
- #: ../inc/widget.php:607
1609
  #, fuzzy
1610
  msgid "Left Offset"
1611
  msgstr "Compensazione a sinistra"
1612
 
1613
- #: ../inc/widget.php:355
1614
- #: ../inc/widget.php:611
1615
  #, fuzzy
1616
  msgid "Right Offset"
1617
  msgstr "Compensazione a destra"
1618
 
1619
- #: ../inc/widget.php:358
1620
- #: ../inc/widget.php:614
1621
  #, fuzzy
1622
  msgid "Top Offset"
1623
  msgstr "Compensazione superiore"
1624
 
1625
- #: ../inc/widget.php:383
1626
  #, fuzzy
1627
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1628
  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ú"
1629
 
1630
- #: ../inc/widget.php:506
1631
  #, fuzzy
1632
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1633
  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ú"
1634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1635
  #, fuzzy
1636
  #~ msgid ""
1637
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
@@ -1667,16 +1781,6 @@ msgstr "Widget contatore verticale flottante. Lascia condividire/piacere agli ut
1667
  #~ "Se ti piace il plugin, ti piacerebbe che migliore e/o verlo in cima agli "
1668
  #~ "altri plugins, per favore considera una donazione."
1669
 
1670
- #~ msgid "Keep only Facebook Commenting"
1671
- #~ msgstr "Conservare solo i Commenti di Facebook"
1672
-
1673
- #~ msgid ""
1674
- #~ "If enabled, only Facebook commenting will be there without the option to "
1675
- #~ "switch to WordPress commenting"
1676
- #~ msgstr ""
1677
- #~ "Se abilitato, solo Commentando con Facebook sará visualizzato, senza la "
1678
- #~ "opzione di cambiare ai Commenti WordPress"
1679
-
1680
  #~ msgid "Load first"
1681
  #~ msgstr "Caricare prima"
1682
 
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-03-20 05:55+0530\n"
6
+ "PO-Revision-Date: 2015-03-20 05:57+0530\n"
7
  "Last-Translator: The Champ <lordofthechamps@gmail.com>\n"
8
  "Language-Team: yoonect.com\n"
9
  "Language: it\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 "Immettere esattamente il seguente URL nel <strong>Website</ strong> e <strong>Callback URL </ strong> opzioni vostra applicazione Twitter (vedi punto 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 "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:348
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:348
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:352
37
  msgid "Notification"
38
  msgstr "Notificazione"
39
 
40
+ #: ../super_socializer.php:371
41
  #: ../admin/social_login.php:451
42
  msgid "Email required"
43
  msgstr "Necessita Indirizzo di Posta Elettronica"
44
 
45
+ #: ../super_socializer.php:374
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:387
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:547
54
  msgid "Email you entered is already registered or invalid"
55
  msgstr "E-mail inserito è già registrato o non valido"
56
 
57
+ #: ../super_socializer.php:551
58
  msgid "Please enter a valid email address. You might be required to verify it"
59
  msgstr "Si prega di inserire un indirizzo email valido. Potrebbe essere richiesto di verificarla"
60
 
62
  msgid "Options saved successfully"
63
  msgstr "Opzioni salvate con successo"
64
 
65
+ #: ../helper.php:135
66
+ msgid "Click to show help"
67
+ msgstr "Clicca per vedere help"
68
+
69
+ #: ../helper.php:135
70
+ msgid "Click to hide help"
71
+ msgstr "Clicca per nascondere aiuto"
72
+
73
+ #: ../helper.php:174
74
  msgid "Settings"
75
  msgstr "Configurazione"
76
 
77
+ #: ../helper.php:466
78
  #, fuzzy
79
  msgid "Account linked successfully"
80
  msgstr "Opzioni salvate con successo"
81
 
82
+ #: ../helper.php:472
83
  msgid "Account already exists or linked"
84
  msgstr "Account esistente o collegato già"
85
 
86
+ #: ../helper.php:483
87
  #, fuzzy
88
  msgid "You are already connected with"
89
  msgstr "Sei pronto per socializzare il tuo sito web."
90
 
91
+ #: ../helper.php:483
92
  msgid "as primary social network"
93
  msgstr "come rete sociale primaria"
94
 
95
+ #: ../helper.php:500
96
  msgid "Link your social account to login to your account at this website"
97
  msgstr "Collega il tuo account sociale per accedere al proprio account su questo sito"
98
 
99
+ #: ../helper.php:545
100
  msgid "Currently"
101
  msgstr "attualmente"
102
 
103
+ #: ../helper.php:545
104
  msgid "Remove"
105
  msgstr "rimuovere"
106
 
107
+ #: ../helper.php:636
108
+ msgid "Disable Horizontal Social Sharing on this "
109
+ msgstr "Disabilitare Condivisione Sociale orizzontale in questo"
110
+
111
+ #: ../helper.php:641
112
+ msgid "Disable Vertical Social Sharing on this "
113
+ msgstr "Disabilitare Condivisione Sociale Verticale in questo"
114
+
115
+ #: ../helper.php:646
116
+ #, fuzzy
117
+ msgid "Disable Horizontal Social Counter on this "
118
+ msgstr "Disabilitare Contatore Sociale orizzontale in questo"
119
+
120
+ #: ../helper.php:651
121
+ #, fuzzy
122
+ msgid "Disable Vertical Social Counter on this "
123
+ msgstr "Disabilitare Contatore Sociale Verticale in questo"
124
+
125
+ #: ../helper.php:656
126
+ #, fuzzy
127
+ msgid "Disable Facebook Comments on this "
128
+ msgstr "Abilitare Commentando con Facebook"
129
+
130
+ #: ../helper.php:665
131
+ #, fuzzy
132
+ msgid "Horizontal sharing"
133
+ msgstr "Allineamento orizzontale"
134
+
135
+ #: ../helper.php:671
136
+ #: ../helper.php:690
137
+ #, fuzzy
138
+ msgid "Starting share count for "
139
+ msgstr "Mostra la qunatitá di condivisioni"
140
+
141
+ #: ../helper.php:684
142
+ #, fuzzy
143
+ msgid "Vertical sharing"
144
+ msgstr "Condivisione Sociale"
145
+
146
  #: ../admin/help.php:4
147
  msgid "About"
148
  msgstr "Circa"
200
  msgid "If you want custom features in the plugin, I can do it for you. Just drop me an email at <a href=\"mailto:lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
201
  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>"
202
 
 
 
 
 
 
 
 
 
 
 
203
  #: ../admin/social_counter.php:11
204
+ #: ../admin/social_counter.php:20
205
  #: ../admin/social_sharing.php:14
206
  #: ../admin/social_sharing.php:24
207
  #: ../admin/social_login.php:9
220
  msgid "Shortcode & Widget"
221
  msgstr "Codice Corto & Widget"
222
 
223
+ #: ../admin/social_counter.php:14
224
+ #: ../admin/social_sharing.php:18
225
+ #: ../admin/social_commenting.php:12
226
+ msgid "FAQ"
227
+ msgstr "FAQ"
228
+
229
+ #: ../admin/social_counter.php:26
230
  #, fuzzy
231
  msgid "Enable Social Counter"
232
  msgstr "Abilitare il Contatore Sociale"
233
 
234
+ #: ../admin/social_counter.php:36
235
  msgid "Master control for Social Counter. It must be checked to enable Social Counter functionality"
236
  msgstr "Controllo Maestro per il Contatore Sociale. Dev'essere marcato per il buon funzionamento del Contatore Sociale"
237
 
238
+ #: ../admin/social_counter.php:50
239
  msgid "<strong>Note:</strong> To disable counter on particular page/post, edit that page/post and check the options at the bottom in <strong>\"Super Socializer\"</strong> section"
240
  msgstr "<strong>Nota:</strong> per disabilitare il Contatore in pagine o posts particolari, edita la pagina o il post in riguardo e controlla le opzioni al basso della sezione <strong>\"Super Socializzatore\"</strong>"
241
 
242
+ #: ../admin/social_counter.php:67
243
  #: ../admin/social_sharing.php:88
244
  msgid "bit.ly url shortener"
245
  msgstr "cortatore di url bit.ly"
246
 
247
+ #: ../admin/social_counter.php:73
248
  msgid "Enable bit.ly url shortener for tweet button"
249
  msgstr "Abilitare cortatore di url bit.ly per il bottone di Twitter"
250
 
251
+ #: ../admin/social_counter.php:83
252
  #: ../admin/social_sharing.php:104
253
  #, fuzzy
254
  msgid "Master control to enable bit.ly url shortening for sharing"
255
  msgstr "Controllo maestro per abilitare la cortazione di url bit.ly per la condivisione"
256
 
257
+ #: ../admin/social_counter.php:91
258
  #: ../admin/social_sharing.php:112
259
  msgid "bit.ly username"
260
  msgstr "nome d'utente di bit.ly"
261
 
262
+ #: ../admin/social_counter.php:101
263
  #: ../admin/social_sharing.php:122
264
  #, php-format
265
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get bit.ly username"
266
  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>"
267
 
268
+ #: ../admin/social_counter.php:110
269
  #: ../admin/social_sharing.php:131
270
  #, fuzzy
271
  msgid "bit.ly API Key"
272
  msgstr "Chiave API bit.ly"
273
 
274
+ #: ../admin/social_counter.php:120
275
  #: ../admin/social_sharing.php:141
276
  #, fuzzy, php-format
277
  msgid "Login to your bit.ly account and navigate to <a href=\"%s\" target=\"_blank\">this link</a> to get your API key"
278
  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>"
279
 
280
+ #: ../admin/social_counter.php:130
281
+ #: ../admin/social_counter.php:136
282
+ #: ../admin/social_commenting.php:187
283
  msgid "Language"
284
  msgstr "Lingua"
285
 
286
+ #: ../admin/social_counter.php:146
287
  #, fuzzy, php-format
288
  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)"
289
  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)"
290
 
291
+ #: ../admin/social_counter.php:155
292
  msgid "Twitter username in tweet button"
293
  msgstr "Il nome d'utente di Twitter nel bottone Twitter"
294
 
295
+ #: ../admin/social_counter.php:161
296
  #: ../admin/social_sharing.php:157
297
  msgid "Twitter username (without @)"
298
  msgstr "Nome d'utente di Twitter (senza @)"
299
 
300
+ #: ../admin/social_counter.php:171
301
  msgid "Provided username will be appended after the content being tweeted as \"via @USERNAME\". Leave empty if you do not want any username."
302
  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."
303
 
304
+ #: ../admin/social_counter.php:181
305
  #, fuzzy
306
  msgid "Horizontal Counter Interface Options"
307
  msgstr "Opzioni dell'interfaccia del contatore orizzontale"
308
 
309
+ #: ../admin/social_counter.php:187
310
  #, fuzzy
311
  msgid "Enable horizontal counter interface"
312
  msgstr "Abilitare l'interfaccia del Contatore orizzontale."
313
 
314
+ #: ../admin/social_counter.php:197
315
  #, fuzzy
316
  msgid "Master control to enable horizontal counter"
317
  msgstr "Controllo maestro per abilitare il Contatore orizzontale"
318
 
319
+ #: ../admin/social_counter.php:207
320
+ #: ../admin/social_counter.php:422
321
  #: ../admin/social_sharing.php:203
322
+ #: ../admin/social_sharing.php:517
323
  msgid "Target Url"
324
  msgstr "URL di destinazione"
325
 
326
+ #: ../admin/social_counter.php:211
327
+ #: ../admin/social_counter.php:426
328
  #: ../admin/social_sharing.php:207
329
+ #: ../admin/social_sharing.php:521
330
  msgid "Url of the webpage where icons are located (default)"
331
  msgstr "URL della pagina web in cui si trovano le icone (di default)"
332
 
333
+ #: ../admin/social_counter.php:213
334
+ #: ../admin/social_counter.php:428
335
  #: ../admin/social_sharing.php:209
336
+ #: ../admin/social_sharing.php:523
337
  msgid "Url of the homepage of your website"
338
  msgstr "Url della homepage del tuo sito web"
339
 
340
+ #: ../admin/social_counter.php:215
341
+ #: ../admin/social_counter.php:430
342
  #: ../admin/social_sharing.php:211
343
+ #: ../admin/social_sharing.php:525
344
  #, fuzzy
345
  msgid "Custom url"
346
  msgstr "Url personalizzata"
347
 
348
+ #: ../admin/social_counter.php:222
349
+ #: ../admin/social_counter.php:437
350
  msgid "Url to like/share/tweet and display like/share/tweet counts"
351
  msgstr "Url per piace/share/Twitter e visualizzazione come/share/conteggi Tweet"
352
 
353
+ #: ../admin/social_counter.php:230
354
  #: ../admin/social_sharing.php:226
355
  #: ../admin/social_login.php:314
356
  msgid "Title"
357
  msgstr "Titolo"
358
 
359
+ #: ../admin/social_counter.php:240
360
  #, fuzzy
361
  msgid "The text to display above the counter interface"
362
  msgstr "Il testo che se mostrará sopra l'interfaccia del Contatore"
363
 
364
+ #: ../admin/social_counter.php:248
365
+ #: ../admin/social_counter.php:445
366
  #, fuzzy
367
  msgid "Select and rearrange providers"
368
  msgstr "Selezionare e riorganizzare i fornitori."
369
 
370
+ #: ../admin/social_counter.php:292
371
+ #: ../admin/social_counter.php:488
372
  #, fuzzy
373
  msgid "Select the providers for counter interface. Drag them to rearrange."
374
  msgstr "Selezziona i fornitori per l'interfaccia del Contatore. Trascinali per riorganizzarli. "
375
 
376
+ #: ../admin/social_counter.php:300
377
+ #: ../admin/social_counter.php:514
378
+ #: ../admin/social_sharing.php:376
379
+ #: ../admin/social_sharing.php:685
380
  #, fuzzy
381
  msgid "Horizontal alignment"
382
  msgstr "Allineamento orizzontale"
383
 
384
+ #: ../admin/social_counter.php:304
385
+ #: ../admin/social_counter.php:518
386
+ #: ../admin/social_sharing.php:380
387
+ #: ../admin/social_sharing.php:689
388
  msgid "Left"
389
  msgstr "Sinistra"
390
 
391
+ #: ../admin/social_counter.php:305
392
+ #: ../admin/social_sharing.php:381
393
  msgid "Center"
394
  msgstr "centro"
395
 
396
+ #: ../admin/social_counter.php:306
397
+ #: ../admin/social_counter.php:519
398
+ #: ../admin/social_sharing.php:382
399
+ #: ../admin/social_sharing.php:690
400
  #, fuzzy
401
  msgid "Right"
402
  msgstr "Destra"
403
 
404
+ #: ../admin/social_counter.php:314
405
+ #: ../admin/social_counter.php:527
406
  #, fuzzy
407
  msgid "Horizontal alignment of the counter interface"
408
  msgstr "Allineamento orizzontale dell'interfaccia del Contatore"
409
 
410
+ #: ../admin/social_counter.php:322
411
+ #: ../admin/social_sharing.php:398
412
  msgid "Position with respect to content"
413
  msgstr "Posizione al rispetto del contenuto"
414
 
415
+ #: ../admin/social_counter.php:326
416
+ #: ../admin/social_sharing.php:402
417
  msgid "Top of the content"
418
  msgstr "Parte superiore del contenuto"
419
 
420
+ #: ../admin/social_counter.php:328
421
+ #: ../admin/social_sharing.php:404
422
  msgid "Bottom of the content"
423
  msgstr "Parte inferiore del contenuto"
424
 
425
+ #: ../admin/social_counter.php:335
426
  #, fuzzy
427
  msgid "Specify position of the counter interface with respect to the content"
428
  msgstr "Specificare la posizione dell'interfaccia del Contatore al rispetto del contenuto"
429
 
430
+ #: ../admin/social_counter.php:343
431
+ #: ../admin/social_counter.php:593
432
  #, fuzzy
433
  msgid "Counter location"
434
  msgstr "Posizione del Contatore"
435
 
436
+ #: ../admin/social_counter.php:347
437
+ #: ../admin/social_counter.php:597
438
+ #: ../admin/social_sharing.php:423
439
+ #: ../admin/social_sharing.php:768
440
+ #: ../admin/social_login.php:514
441
+ #: ../admin/social_login.php:544
442
  msgid "Homepage"
443
  msgstr "Pagina d'inizio"
444
 
445
+ #: ../admin/social_counter.php:349
446
+ #: ../admin/social_counter.php:599
447
+ #: ../admin/social_sharing.php:425
448
+ #: ../admin/social_sharing.php:770
449
  msgid "Posts"
450
  msgstr "Pubblicazioni"
451
 
452
+ #: ../admin/social_counter.php:351
453
+ #: ../admin/social_counter.php:601
454
+ #: ../admin/social_sharing.php:427
455
+ #: ../admin/social_sharing.php:772
456
  msgid "Pages"
457
  msgstr "Pagine"
458
 
459
+ #: ../admin/social_counter.php:353
460
+ #: ../admin/social_counter.php:603
461
+ #: ../admin/social_sharing.php:429
462
+ #: ../admin/social_sharing.php:774
463
  msgid "Excerpts"
464
  msgstr "Estrazioni"
465
 
466
+ #: ../admin/social_counter.php:355
467
+ #: ../admin/social_counter.php:605
468
+ #: ../admin/social_sharing.php:431
469
+ #: ../admin/social_sharing.php:776
470
  msgid "Category Archives"
471
  msgstr "Archivi di categorie"
472
 
473
+ #: ../admin/social_counter.php:357
474
+ #: ../admin/social_counter.php:607
475
+ #: ../admin/social_sharing.php:433
476
+ #: ../admin/social_sharing.php:778
477
+ msgid "Archive Pages (Category, Tag, Author or Date based pages)"
478
+ msgstr "Archive Pages (categoria, tag, autore o pagine data base)"
479
+
480
+ #: ../admin/social_counter.php:363
481
+ #: ../admin/social_sharing.php:439
482
  msgid "BuddyPress activity and groups"
483
  msgstr ""
484
 
485
+ #: ../admin/social_counter.php:370
486
+ #: ../admin/social_counter.php:613
487
+ #: ../admin/social_sharing.php:446
488
+ #: ../admin/social_sharing.php:784
489
  msgid "BBPress forum"
490
  msgstr ""
491
 
492
+ #: ../admin/social_counter.php:373
493
+ #: ../admin/social_counter.php:616
494
+ #: ../admin/social_sharing.php:449
495
+ #: ../admin/social_sharing.php:787
496
  msgid "BBPress topic"
497
  msgstr ""
498
 
499
+ #: ../admin/social_counter.php:376
500
+ #: ../admin/social_sharing.php:452
501
  msgid "BBPress reply"
502
  msgstr ""
503
 
504
+ #: ../admin/social_counter.php:386
505
  #, fuzzy
506
  msgid "Specify the pages where you want to enable counter interface"
507
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del contatore"
508
 
509
+ #: ../admin/social_counter.php:396
510
  msgid "Vertical (Floating) counter interface Options"
511
  msgstr "Opzioni dell'interfaccia verticale (flottante) del Contatore"
512
 
513
+ #: ../admin/social_counter.php:402
514
  #, fuzzy
515
  msgid "Enable vertical (floating) counter interface"
516
  msgstr "Abilitare l'interfaccia verticale (flottante) del contatore"
517
 
518
+ #: ../admin/social_counter.php:412
519
  #, fuzzy
520
  msgid "Master control to enable vertical (floating) counter widget"
521
  msgstr "Controllo maestro per abilitare il widget contatore verticale (flottante) "
522
 
523
+ #: ../admin/social_counter.php:496
524
+ #: ../admin/social_sharing.php:667
525
  msgid "Background Color"
526
  msgstr "Colore del fondo"
527
 
528
+ #: ../admin/social_counter.php:506
529
  msgid "Specify the color or hex code (example #cc78e0) for the background of vertical counter 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>"
530
  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>"
531
 
532
+ #: ../admin/social_counter.php:536
533
+ #: ../admin/social_sharing.php:707
534
  msgid "Left offset"
535
  msgstr "Compensazione a sinistra"
536
 
537
+ #: ../admin/social_counter.php:546
538
  msgid "Specify a number. Increase in number will shift counter interface towards right and decrease will shift it towards left."
539
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla destra, un numero piú piccolo lo muove alla sinistra."
540
 
541
+ #: ../admin/social_counter.php:556
542
+ #: ../admin/social_sharing.php:727
543
  #, fuzzy
544
  msgid "Right offset"
545
  msgstr "Compensazione alla destra"
546
 
547
+ #: ../admin/social_counter.php:566
548
  #, fuzzy
549
  msgid "Specify a number. Increase in number will shift counter interface towards left and decrease will shift it towards right."
550
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore alla sinistra, un numero piú piccolo lo muove alla destra."
551
 
552
+ #: ../admin/social_counter.php:575
553
+ #: ../admin/social_sharing.php:746
554
  msgid "Top offset"
555
  msgstr "Compensazione in cima"
556
 
557
+ #: ../admin/social_counter.php:585
558
  #, fuzzy
559
  msgid "Specify a number. Increase in number will shift counter interface towards bottom and decrease will shift it towards top."
560
  msgstr "Specifica un numero. Un numero piú grande muove l'interfaccia del Contatore verso il basso, un numero piú piccolo lo muove all'alto."
561
 
562
+ #: ../admin/social_counter.php:626
563
  msgid "Specify the pages where you want to enable vertical counter interface"
564
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia del Contatore verticale"
565
 
566
+ #: ../admin/social_counter.php:642
567
+ #: ../admin/social_sharing.php:832
568
+ #: ../admin/social_commenting.php:11
569
+ #: ../admin/social_commenting.php:211
570
+ #: ../admin/social_login.php:654
571
  msgid "Shortcode"
572
  msgstr "Codice breve"
573
 
574
+ #: ../admin/social_counter.php:644
575
  msgid "You can use <strong>[TheChamp-Counter]</strong> Shortcode in the content of required page/post where you want to display Social Counter interface."
576
  msgstr "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale apparesca."
577
 
 
578
  #: ../admin/social_counter.php:645
579
  #: ../admin/social_counter.php:650
580
  #: ../admin/social_counter.php:655
581
  #: ../admin/social_counter.php:660
582
+ #: ../admin/social_counter.php:665
583
+ #: ../admin/social_sharing.php:835
584
+ #: ../admin/social_sharing.php:840
585
+ #: ../admin/social_sharing.php:845
586
+ #: ../admin/social_sharing.php:850
587
+ #: ../admin/social_sharing.php:855
588
+ #: ../admin/social_sharing.php:860
589
+ #: ../admin/social_commenting.php:214
590
+ #: ../admin/social_commenting.php:219
591
+ #: ../admin/social_commenting.php:224
592
+ #: ../admin/social_commenting.php:229
593
+ #: ../admin/social_commenting.php:234
594
+ #: ../admin/social_login.php:657
595
+ #: ../admin/social_login.php:660
596
  msgid "Example"
597
  msgstr "Esempio"
598
 
599
+ #: ../admin/social_counter.php:647
600
+ #: ../admin/social_sharing.php:837
601
+ #: ../admin/social_commenting.php:216
602
  msgid "You can use following attributes in the Shortcode"
603
  msgstr "Puoi usare i siguenti attributi nel Codigo breve"
604
 
605
+ #: ../admin/social_counter.php:649
606
  msgid "Use <strong>style</strong> attribute to style the rendered Social Counter interface"
607
  msgstr "Usa l'attributo <strong>style</strong> per cambiare il stilo del Contatore Sociale"
608
 
609
+ #: ../admin/social_counter.php:654
610
  #, fuzzy
611
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Counter interface. Default type is \"horizontal\"."
612
  msgstr "Utilizza l'attributo <strong>type</strong> para specificare il tipo (\"horizontal\" o \"vertical\") del Contatore Sociale. Predefinito é \"horizontal\"."
613
 
614
+ #: ../admin/social_counter.php:658
615
  msgid "Left (Works with \"Vertical\" type interface only)"
616
  msgstr "Left (funziona solo con il tipo \"verticale\")"
617
 
618
+ #: ../admin/social_counter.php:659
619
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Counter interface."
620
  msgstr "Usa l'attributo <strong>left</strong> per specificare la compensazione a sinistra dell'interfaccia del Contatore (distanza del lato sinistro del schermo)."
621
 
622
+ #: ../admin/social_counter.php:663
623
  msgid "Top (Works with \"Vertical\" type interface only)"
624
  msgstr "Top (funziona solo con il tipo \"verticale\")"
625
 
626
+ #: ../admin/social_counter.php:664
627
  #, fuzzy
628
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Counter interface."
629
  msgstr "Usa l'attributo <strong>top</strong> per specificare la compensazione all'alto dell'interfaccia del Contatore (distanza del lato superiore del schermo)."
630
 
631
+ #: ../admin/social_counter.php:667
632
+ #: ../admin/social_sharing.php:862
633
+ #: ../admin/social_commenting.php:236
634
+ #: ../admin/social_login.php:662
635
  #, fuzzy
636
  msgid "You can use shortcode in PHP file as following"
637
  msgstr "Puoi usare i Codici brevi nei documenti PHP como segue"
638
 
639
+ #: ../admin/social_counter.php:669
640
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, so the final code looks like following"
641
  msgstr "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, il codigo finale si presenta come segue"
642
 
643
+ #: ../admin/social_counter.php:675
644
+ #: ../admin/social_sharing.php:870
645
+ #: ../admin/social_login.php:670
646
  msgid "Widget"
647
  msgstr "Widget"
648
 
649
+ #: ../admin/social_counter.php:677
650
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Counter (Horizontal Widget)</strong> and <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> widgets in the required area."
651
  msgstr "Puoi navigare alla sezione <strong>Appearence</strong> > <strong>Widgets</strong> nella vaschetta sinistra e posizionare i widget <strong>Super Socializer - Counter (Horizontal Widget)</strong> e <strong>Super Socializer - Counter (Vertical Floating Widget)</strong> nell'area desiderata."
652
 
653
+ #: ../admin/social_counter.php:687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
654
  #, fuzzy
655
+ msgid "How can I show like counts of my website rather than of individual pages/posts?"
656
+ msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
657
 
658
+ #: ../admin/social_counter.php:691
659
  #, fuzzy
660
+ msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option"
661
+ msgstr "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione \"Target URL \" e attivare \"Mostra condividere conta \""
662
 
663
+ #: ../admin/social_counter.php:698
664
  #, fuzzy
665
+ msgid "How can I disable social counter on particular page/post?"
666
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
667
 
668
+ #: ../admin/social_counter.php:702
669
+ #: ../admin/social_sharing.php:916
670
+ #: ../admin/social_sharing.php:929
671
+ #, fuzzy
672
+ msgid "Edit that page/post and check the options at the bottom in \"Super Socializer\" section"
673
  msgstr "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
674
 
675
+ #: ../admin/social_counter.php:715
676
+ #: ../admin/social_sharing.php:940
677
+ #: ../admin/social_commenting.php:277
678
+ #: ../admin/social_login.php:681
679
+ msgid "Save Changes"
680
+ msgstr "Salvare le modifiche."
681
+
682
  #: ../admin/social_sharing.php:15
683
  msgid "Social Sharing"
684
  msgstr "Condivisione Sociale"
733
  msgstr "Controllo maestro per abilitare la condivisione orizzontale"
734
 
735
  #: ../admin/social_sharing.php:218
736
+ #: ../admin/social_sharing.php:532
737
  msgid "Url to share"
738
  msgstr "Url per condividere"
739
 
742
  msgstr "Il testo a mostrare sopra l'interfaccia di condivisione"
743
 
744
  #: ../admin/social_sharing.php:244
745
+ #: ../admin/social_sharing.php:540
746
  #: ../admin/social_login.php:41
747
  msgid "Select providers"
748
  msgstr "Selezionare fornitori"
749
 
750
  #: ../admin/social_sharing.php:249
751
+ #: ../admin/social_sharing.php:545
752
  #: ../admin/social_login.php:46
753
  msgid "Facebook"
754
  msgstr "Facebook"
755
 
756
  #: ../admin/social_sharing.php:254
757
+ #: ../admin/social_sharing.php:550
758
  #: ../admin/social_login.php:50
759
  msgid "Twitter"
760
  msgstr "Twitter"
761
 
762
  #: ../admin/social_sharing.php:259
763
+ #: ../admin/social_sharing.php:555
764
  #: ../admin/social_login.php:54
765
  msgid "LinkedIn"
766
  msgstr "LinkedIn"
767
 
768
  #: ../admin/social_sharing.php:264
769
+ #: ../admin/social_sharing.php:560
770
  #: ../admin/social_login.php:58
771
  msgid "Google+"
772
  msgstr "Google+"
773
 
774
  #: ../admin/social_sharing.php:269
775
+ #: ../admin/social_sharing.php:565
776
  msgid "Print"
777
  msgstr "Stampare"
778
 
779
  #: ../admin/social_sharing.php:274
780
+ #: ../admin/social_sharing.php:570
781
  msgid "Email"
782
  msgstr "Email"
783
 
784
  #: ../admin/social_sharing.php:279
785
+ #: ../admin/social_sharing.php:575
786
  msgid "Yahoo"
787
  msgstr "Yahoo"
788
 
789
  #: ../admin/social_sharing.php:284
790
+ #: ../admin/social_sharing.php:580
791
  msgid "Reddit"
792
  msgstr "Reddit"
793
 
794
  #: ../admin/social_sharing.php:289
795
+ #: ../admin/social_sharing.php:585
796
  msgid "Digg"
797
  msgstr "Digg"
798
 
799
  #: ../admin/social_sharing.php:294
800
+ #: ../admin/social_sharing.php:590
801
  msgid "Delicious"
802
  msgstr "Delicious"
803
 
804
  #: ../admin/social_sharing.php:299
805
+ #: ../admin/social_sharing.php:595
806
  msgid "StumbleUpon"
807
  msgstr "StumbleUpon"
808
 
809
  #: ../admin/social_sharing.php:304
810
+ #: ../admin/social_sharing.php:600
811
  msgid "Float it"
812
  msgstr "Float it"
813
 
814
  #: ../admin/social_sharing.php:309
815
+ #: ../admin/social_sharing.php:605
816
  msgid "Tumblr"
817
  msgstr "Tumblr"
818
 
819
  #: ../admin/social_sharing.php:314
820
+ #: ../admin/social_sharing.php:610
821
  #: ../admin/social_login.php:62
822
  msgid "Vkontakte"
823
  msgstr "Vkontakte"
824
 
825
  #: ../admin/social_sharing.php:319
826
+ #: ../admin/social_sharing.php:615
827
  msgid "Pinterest"
828
  msgstr "Pinterest"
829
 
830
  #: ../admin/social_sharing.php:324
831
+ #: ../admin/social_sharing.php:620
832
  #: ../admin/social_login.php:70
833
  msgid "Xing"
834
  msgstr ""
835
 
836
+ #: ../admin/social_sharing.php:329
837
+ msgid "Whatsapp"
838
+ msgstr ""
839
+
840
+ #: ../admin/social_sharing.php:337
841
+ #: ../admin/social_sharing.php:628
842
  msgid "Select the providers for sharing interface"
843
  msgstr "Seleziona i fornitori per l'interfaccia di condivisione"
844
 
845
+ #: ../admin/social_sharing.php:345
846
+ #: ../admin/social_sharing.php:636
847
  msgid "Rearrange icons"
848
  msgstr "riorganizzare gli iconi"
849
 
850
+ #: ../admin/social_sharing.php:368
851
+ #: ../admin/social_sharing.php:659
852
  msgid "Drag the icons to rearrange in desired order"
853
  msgstr "Arrastra gli iconi per riordinare nell'ordine desiderato"
854
 
855
+ #: ../admin/social_sharing.php:390
856
+ #: ../admin/social_sharing.php:698
857
  #, fuzzy
858
  msgid "Horizontal alignment of the sharing interface"
859
  msgstr "Allineamento orizzontale dell'interfaccia di condivisione"
860
 
861
+ #: ../admin/social_sharing.php:411
862
  msgid "Specify position of the sharing interface with respect to the content"
863
  msgstr "Specifica la posizione dell'interfaccia al rispetto del contenuto"
864
 
865
+ #: ../admin/social_sharing.php:419
866
+ #: ../admin/social_sharing.php:764
867
  msgid "Sharing location"
868
  msgstr "Posto di condivisione"
869
 
870
+ #: ../admin/social_sharing.php:462
871
  msgid "Specify the pages where you want to enable Sharing interface"
872
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione"
873
 
874
+ #: ../admin/social_sharing.php:470
875
+ #: ../admin/social_sharing.php:805
876
  msgid "Show share counts"
877
  msgstr "Mostra la qunatitá di condivisioni"
878
 
879
+ #: ../admin/social_sharing.php:480
880
+ #: ../admin/social_sharing.php:815
881
  msgid "If enabled, share counts are displayed above sharing icons."
882
  msgstr "Sé é abilitato, la quantitá di condivisioni sará mostrato sopra gli iconi di condivisione"
883
 
884
+ #: ../admin/social_sharing.php:491
885
  msgid "Vertical (Floating) Sharing Interface Options"
886
  msgstr "Opzioni verticali (fluotante) dell'interfaccia di condivisione"
887
 
888
+ #: ../admin/social_sharing.php:497
889
  msgid "Enable vertical (floating) sharing interface"
890
  msgstr "Abilitare l'interfaccia di condivisione verticale (fluotante)"
891
 
892
+ #: ../admin/social_sharing.php:507
893
  msgid "Master control to enable vertical (floating) sharing widget"
894
  msgstr "Controllo maestro per abilitare il widget di condivisione verticale (fluotante)"
895
 
896
+ #: ../admin/social_sharing.php:677
897
  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>"
898
  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>"
899
 
900
+ #: ../admin/social_sharing.php:717
901
  msgid "Specify a number. Increase in number will shift sharing interface towards right and decrease will shift it towards left."
902
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso destra e un numero minore lo muove verso sinistra."
903
 
904
+ #: ../admin/social_sharing.php:737
905
  #, fuzzy
906
  msgid "Specify a number. Increase in number will shift sharing interface towards left and decrease will shift it towards right."
907
  msgstr "Specifica un numero. Un numero piú alto muove l'interfaccia di condivisione verso sinistra e un numero minore lo muove verso destra."
908
 
909
+ #: ../admin/social_sharing.php:756
910
  msgid "Specify a number. Increase in number will shift sharing interface towards bottom and decrease will shift it towards top."
911
  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."
912
 
913
+ #: ../admin/social_sharing.php:797
914
  msgid "Specify the pages where you want to enable vertical Sharing interface"
915
  msgstr "Specifica le pagine dove vuoi abilitare l'interfaccia di condivisione verticale"
916
 
917
+ #: ../admin/social_sharing.php:834
918
  msgid "You can use <strong>[TheChamp-Sharing]</strong> Shortcode in the content of required page/post where you want to display Social Sharing interface."
919
  msgstr "Puoi utilizzare il codice breve <strong>[TheChamp-Sharing]</strong> nel contenuto della pagina o del post dove vuoi che si mostra l'iterfaccia di condivisione sociale"
920
 
921
+ #: ../admin/social_sharing.php:839
922
  msgid "Use <strong>style</strong> attribute to style the rendered Social Sharing interface"
923
  msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
924
 
925
+ #: ../admin/social_sharing.php:844
926
  msgid "Use <strong>type</strong> attribute to specify the type (\"horizontal\" or \"vertical\") of Social Sharing interface. Default type is \"horizontal\"."
927
  msgstr "Utilizza l'attributo <strong>type</strong> per specificare il tipo (\"horizontal\" o \"vertical\") dell'interfaccia di condivisione sociale. Predefinito é \"horizontal\"."
928
 
929
+ #: ../admin/social_sharing.php:849
930
  #, fuzzy
931
  msgid "Use <strong>count</strong> attribute to enable the share counts on Social Sharing interface"
932
  msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
933
 
934
+ #: ../admin/social_sharing.php:853
935
  #, fuzzy
936
  msgid "left (Works with \"Vertical\" type interface only)"
937
  msgstr "Left (funziona solo con il tipo \"verticale\")"
938
 
939
+ #: ../admin/social_sharing.php:854
940
  msgid "Use <strong>left</strong> attribute to specify the left offset (distance form the left side of the screen) of Social Sharing interface."
941
  msgstr "Usa l'attributo <strong>left</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine sinistro dello schermo."
942
 
943
+ #: ../admin/social_sharing.php:858
944
  #, fuzzy
945
  msgid "top (Works with \"Vertical\" type interface only)"
946
  msgstr "Top (funziona solo con il tipo \"verticale\")"
947
 
948
+ #: ../admin/social_sharing.php:859
949
  msgid "Use <strong>top</strong> attribute to specify the top offset (distance form the top of the screen) of Social Sharing interface."
950
  msgstr "Usa l'attributo <strong>top</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine superiore dello schermo."
951
 
952
+ #: ../admin/social_sharing.php:864
953
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, so the final code looks like following"
954
  msgstr "Rimpiazza <strong>SHORTCODE</strong> nel codice antecedente con il codice breve necessario come <strong>[TheChamp-Sharing style=\"background-color:#000;\"]</strong>, il codice finale si presenterá come segue"
955
 
956
+ #: ../admin/social_sharing.php:872
957
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Sharing (Horizontal Widget)</strong> and <strong>Super Socializer - Sharing (Vertical Floating Widget)</strong> widgets in the required area."
958
  msgstr "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</strong>nella vaschetta di sinistra e muovere i widget <strong>Super-Socializer - Sharing (Horizontal Widget)</strong> e <strong>Super Socializer - Sharing (Vertical Floating Widget)strong> nell'area necessitata."
959
 
960
+ #: ../admin/social_sharing.php:882
961
  msgid "Facebook Sharing Troubleshooter"
962
  msgstr "Soluzionatore di problemi della condivisone Facebook"
963
 
964
+ #: ../admin/social_sharing.php:887
965
  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:"
966
  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:"
967
 
968
+ #: ../admin/social_sharing.php:901
969
  msgid "How can I show share counts of my website rather than of individual pages/posts?"
970
  msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
971
 
972
+ #: ../admin/social_sharing.php:905
973
  msgid "Choose \"Url of the homepage of your website\" in \"Target Url\" option and enable \"Show share counts\" option"
974
  msgstr "Opzione Scegli \"Url della homepage del tuo sito web \" in 'opzione \"Target URL \" e attivare \"Mostra condividere conta \""
975
 
976
+ #: ../admin/social_sharing.php:912
977
+ #, fuzzy
978
+ msgid "How can I disable sharing on particular page/post?"
979
+ msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
980
 
981
+ #: ../admin/social_sharing.php:925
982
+ msgid "How can I specify minimum sharing count for sharing networks?"
983
+ msgstr "Come faccio a specificare conteggio minimo sharing per la condivisione di reti?"
984
 
985
+ #: ../admin/social_commenting.php:10
986
+ msgid "Facebook Commenting"
987
+ msgstr "Commentando con Facebook"
988
 
989
+ #: ../admin/social_commenting.php:18
990
+ #: ../admin/social_commenting.php:24
991
+ msgid "Enable Facebook Commenting"
992
+ msgstr "Abilitare Commentando con Facebook"
993
 
994
+ #: ../admin/social_commenting.php:34
995
+ #, fuzzy
996
+ msgid "After enabling this option, Facebook commenting will appear before Wordpress comment form at your website"
997
+ msgstr "Dopo d'abilitare questa opzione, Commentando con Facebook sará visualizzato in luogo del formulario di Commento di Wordpress nel tuo sito Web."
998
 
999
+ #: ../admin/social_commenting.php:44
1000
+ msgid "Facebook Commenting Options"
1001
+ msgstr "Opzioni di Commentando con Facebook"
1002
 
1003
+ #: ../admin/social_commenting.php:50
1004
+ msgid "Keep only Facebook Commenting"
1005
+ msgstr "Conservare solo i Commenti di Facebook"
1006
 
1007
+ #: ../admin/social_commenting.php:60
1008
  #, fuzzy
1009
+ msgid "If enabled, only Facebook commenting would be visible without default comment form"
1010
+ msgstr "Se abilitato, solo Commentando con Facebook sará visualizzato, senza la opzione di cambiare ai Commenti WordPress"
1011
+
1012
+ #: ../admin/social_commenting.php:68
1013
+ msgid "Url to comment on"
1014
+ msgstr "Url per commentare"
1015
+
1016
+ #: ../admin/social_commenting.php:78
1017
+ #, fuzzy
1018
+ 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."
1019
+ 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."
1020
+
1021
+ #: ../admin/social_commenting.php:86
1022
+ msgid "Width"
1023
+ msgstr "Larghezza"
1024
+
1025
+ #: ../admin/social_commenting.php:96
1026
+ msgid "Leave empty to auto-adjust the width. The width (in pixels) of the Comments block."
1027
+ msgstr "Lasciare vuoto per auto-regolare la larghezza. La larghezza (in pixel) del blocco commenti."
1028
+
1029
+ #: ../admin/social_commenting.php:104
1030
+ msgid "Color Scheme"
1031
+ msgstr "Combinazione di colori"
1032
+
1033
+ #: ../admin/social_commenting.php:108
1034
+ msgid "Light"
1035
+ msgstr "Chiaro"
1036
+
1037
+ #: ../admin/social_commenting.php:109
1038
+ msgid "Dark"
1039
+ msgstr "Scuro"
1040
+
1041
+ #: ../admin/social_commenting.php:117
1042
+ msgid "The color scheme used by the plugin. Can be \"light\" or \"dark\"."
1043
+ msgstr "La combinazione di colori usato dal plugin. Puó essere \"chiaro\" o \"scuro\"."
1044
+
1045
+ #: ../admin/social_commenting.php:125
1046
+ #, fuzzy
1047
+ msgid "Number of comments"
1048
+ msgstr "Numero di pubblicazioni"
1049
+
1050
+ #: ../admin/social_commenting.php:135
1051
+ msgid "The number of comments to show by default. The minimum value is 1. Defaults to 10"
1052
+ msgstr "Il numero di commentari a mostrare per impostazione predefinita. Il valore minimo é 1. Predefinito é 10"
1053
+
1054
+ #: ../admin/social_commenting.php:143
1055
+ msgid "Order by"
1056
+ msgstr "Ordinare per"
1057
+
1058
+ #: ../admin/social_commenting.php:147
1059
+ msgid "Social"
1060
+ msgstr "Sociale"
1061
+
1062
+ #: ../admin/social_commenting.php:148
1063
+ msgid "Reverse Time"
1064
+ msgstr "Invertire il tempo"
1065
+
1066
+ #: ../admin/social_commenting.php:149
1067
+ msgid "Time"
1068
+ msgstr "Tempo"
1069
+
1070
+ #: ../admin/social_commenting.php:157
1071
+ msgid "The order to use when displaying comments."
1072
+ msgstr "L'ordine a usare quando si mostrano commentari."
1073
+
1074
+ #: ../admin/social_commenting.php:165
1075
+ msgid "Mobile"
1076
+ msgstr "Mobile"
1077
+
1078
+ #: ../admin/social_commenting.php:169
1079
+ msgid "Auto Detect"
1080
+ msgstr "Rilevare automaticamente"
1081
+
1082
+ #: ../admin/social_commenting.php:170
1083
+ msgid "True"
1084
+ msgstr "Vero"
1085
+
1086
+ #: ../admin/social_commenting.php:171
1087
+ msgid "False"
1088
+ msgstr "Falso"
1089
+
1090
+ #: ../admin/social_commenting.php:179
1091
+ msgid "A boolean value that specifies whether to show the mobile-optimized version or not."
1092
+ msgstr "Un valore booleano che specifica se si mostrará la versione ottimizata per cellulari o no. "
1093
+
1094
+ #: ../admin/social_commenting.php:197
1095
+ #, php-format
1096
+ 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)"
1097
+ 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)"
1098
+
1099
+ #: ../admin/social_commenting.php:213
1100
+ #, fuzzy
1101
+ msgid "You can use <strong>[TheChamp-FB-Comments]</strong> Shortcode in the content of required page/post where you want to display Facebook Commenting interface."
1102
+ msgstr "Puoi usare il Codice breve <strong>[TheChamp-Counter]</strong> nel contenuto delle pagine o dei posts dove vuoi che il Contatore Sociale apparesca."
1103
+
1104
+ #: ../admin/social_commenting.php:218
1105
+ #, fuzzy
1106
+ msgid "Use <strong>style</strong> attribute to style the rendered commenting interface"
1107
+ msgstr "Utilizza l'attributo <strong>style</strong> per stilizzare l'interfaccia di condivisione sociale"
1108
+
1109
+ #: ../admin/social_commenting.php:223
1110
+ #, fuzzy
1111
+ msgid "Use <strong>url</strong> attribute to specify the target url for comments. This defaults to the page where shortcode is used."
1112
+ msgstr "Usa l'attributo <strong>left</strong> per specificare la compensazione a sinistra dell'interfaccia del Contatore (distanza del lato sinistro del schermo)."
1113
+
1114
+ #: ../admin/social_commenting.php:227
1115
+ msgid "num_posts"
1116
+ msgstr ""
1117
+
1118
+ #: ../admin/social_commenting.php:228
1119
+ #, fuzzy
1120
+ msgid "Use <strong>num_posts</strong> attribute to specify the number of comments to display."
1121
+ msgstr "Usa l'attributo <strong>style</strong> per cambiare il stilo del Contatore Sociale"
1122
+
1123
+ #: ../admin/social_commenting.php:232
1124
+ #, fuzzy
1125
+ msgid "width"
1126
+ msgstr "Larghezza"
1127
+
1128
+ #: ../admin/social_commenting.php:233
1129
+ #, fuzzy
1130
+ msgid "Use <strong>width</strong> attribute to specify the width of commenting interface. Omit it for fluid width"
1131
+ msgstr "Usa l'attributo <strong>top</strong> per specificare la posizione dell'interfaccia di condivisione sociale in relazione al margine superiore dello schermo."
1132
+
1133
+ #: ../admin/social_commenting.php:238
1134
+ #, fuzzy
1135
+ msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-FB-Comments style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1136
+ msgstr "Rimuovi <strong>SHORTCODE</strong> nel codice qui sopra con il Codice breve come: <strong>[TheChamp-Counter style=\"background-color:#000;\"]</strong>, il codigo finale si presenta come segue"
1137
+
1138
+ #: ../admin/social_commenting.php:249
1139
+ #, fuzzy
1140
+ msgid "How can I disable FB comments at individual page/post?"
1141
+ msgstr "Como posso mostrare la quantitá di condivisoni del mio sito web invece di solo pagine uniche?"
1142
+
1143
+ #: ../admin/social_commenting.php:253
1144
+ msgid "Edit that page/post and check the option \"Disable Facebook Comments on this post/page\" at the bottom in \"Super Socializer\" section"
1145
+ msgstr "Modifica la pagina / posta e selezionare l'opzione \"Disabilita Facebook Commenti su questo post/pagina \" in fondo in sezione \"Super Socializer\""
1146
+
1147
+ #: ../admin/social_commenting.php:262
1148
+ msgid "How to enable only Facebook Comments without enabling default comment form?"
1149
+ msgstr "Come abilitare solo i commenti di Facebook senza abilitazione modulo dei commenti default?"
1150
+
1151
+ #: ../admin/social_commenting.php:266
1152
+ msgid "Enable \"Keep only Facebook Commenting\" option from \"Facebook Commenting\" section."
1153
+ msgstr "Abilita \"Conservare soltanto Facebook Commentando\" opzione sezione \"Facebook Commentando\"."
1154
 
1155
  #: ../admin/social_login.php:10
1156
  msgid "Social Login"
1290
  msgstr "Includere Javascript nel pié del sito web"
1291
 
1292
  #: ../admin/social_login.php:294
1293
+ msgid "If enabled (recommended), Javascript files will be included in the footer of your website."
1294
+ msgstr "Se abilitato (consigliato), file Javascript saranno inclusi nel footer del tuo sito web."
1295
 
1296
  #: ../admin/social_login.php:308
1297
  msgid "Login options"
1375
  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)"
1376
  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."
1377
 
1378
+ #: ../admin/social_login.php:489
1379
+ msgid "Enable social account linking at BuddyPress profile page"
1380
+ msgstr "Abilita conto sociale di collegamento in profilo BuddyPress"
1381
+
1382
+ #: ../admin/social_login.php:499
1383
+ msgid "Enable this option to show social account linking interface at BuddyPress profile page"
1384
+ msgstr "Attivare questa opzione per visualizzare account di social interfaccia per il collegamento al profilo BuddyPress"
1385
+
1386
+ #: ../admin/social_login.php:508
1387
  msgid "Login redirection"
1388
  msgstr "Redirezionamento d'Accesso Sociale"
1389
 
1390
+ #: ../admin/social_login.php:512
1391
  msgid "Same page where user logged in"
1392
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1393
 
1394
+ #: ../admin/social_login.php:516
1395
+ #: ../admin/social_login.php:546
1396
  msgid "Account dashboard"
1397
  msgstr "Pannello della conta"
1398
 
1399
+ #: ../admin/social_login.php:519
1400
+ #: ../admin/social_login.php:549
1401
  msgid "BuddyPress profile page"
1402
  msgstr "Pagina profilo BuddyPress"
1403
 
1404
+ #: ../admin/social_login.php:522
1405
+ #: ../admin/social_login.php:552
1406
  msgid "Custom Url"
1407
  msgstr "Url personalizzata"
1408
 
1409
+ #: ../admin/social_login.php:530
1410
  msgid "User will be redirected to the selected page after Social Login"
1411
  msgstr "L'utente sará redirezionato alla pagina selezionata dopo l'Accesso Sociale"
1412
 
1413
+ #: ../admin/social_login.php:538
1414
  msgid "Registration redirection"
1415
  msgstr "Ridirezione di registrazione"
1416
 
1417
+ #: ../admin/social_login.php:542
1418
  #, fuzzy
1419
  msgid "Same page from where user registered"
1420
  msgstr "La stessa pagina dove l'utente ha iniziato la sessione"
1421
 
1422
+ #: ../admin/social_login.php:560
1423
  msgid "User will be redirected to the selected page after registration (first Social Login) through Social Login"
1424
  msgstr "L'utente sará redirizionato alla pagina selezionata dopo di registrarse (primo ingresso sociale) attraverso dell' ingresso sociale"
1425
 
1426
+ #: ../admin/social_login.php:568
1427
  msgid "Email popup options"
1428
  msgstr "opzioni emergenti di e-mail"
1429
 
1430
+ #: ../admin/social_login.php:574
1431
  msgid "Text on 'Email required' popup"
1432
  msgstr "Testo dela finestra emergente \"indirizzo di e-mail necessario\""
1433
 
1434
+ #: ../admin/social_login.php:584
1435
  msgid "This text will be displayed on email required popup. Leave empty if not required."
1436
  msgstr "Questo é il testo che si mostrará nella finestra emergente \"indirizzo di e-mail necessario'. Lasciare in bianco caso che non si necessita."
1437
 
1438
+ #: ../admin/social_login.php:593
1439
  msgid "Error message for 'Email required' popup"
1440
  msgstr "Messaggio d'errore per la finestra emergente del \"E-mail neccessario'"
1441
 
1442
+ #: ../admin/social_login.php:603
1443
  msgid "This message will be displayed to user if it provides invalid or already registered email"
1444
  msgstr "Questo messaggio si mostrará all'utente caso che ingressa un indirizzo d'e-mail invalido ó gia registrato"
1445
 
1446
+ #: ../admin/social_login.php:612
1447
  msgid "Email popup height"
1448
  msgstr "altura finestra emergente dell'e-mail"
1449
 
1450
+ #: ../admin/social_login.php:622
1451
  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."
1452
  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."
1453
 
1454
+ #: ../admin/social_login.php:630
1455
  msgid "Enable email verification"
1456
  msgstr "Abilitare la verificazione dell'indirizzo d'e-mail"
1457
 
1458
+ #: ../admin/social_login.php:640
1459
  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"
1460
  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"
1461
 
1462
+ #: ../admin/social_login.php:656
1463
  msgid "Use <strong>[TheChamp-Login]</strong> Shortcode in the content of required page/post where you want to display Social Login interface."
1464
  msgstr "Utilizza il codice breve <strong> [TheChamp-Login]</strong> nel contenuto della pagina/post dove voui che la interfaccia dell'ingresso sociale sia mostrata."
1465
 
1466
+ #: ../admin/social_login.php:659
1467
  msgid "You can use \"style\" attribute in the Shortcode to style the rendered Social Login interface."
1468
  msgstr "Puoi utilizzare attributi \"style\" nel codice breve per stilizzare l'interfaccia dell'ingresso sociale"
1469
 
1470
+ #: ../admin/social_login.php:664
1471
  msgid "Replace <strong>SHORTCODE</strong> in above code with the required shortcode like <strong>[TheChamp-Login style=\"background-color:#000;\"]</strong>, so the final code looks like following"
1472
  msgstr "Restituisci <strong>SHORTCODE</strong> nel codice antecedente con il codice breve necessitato come <strong>[TheChamp-Login style=\"background-color: #000;\"]</strong>, in questo caso il codice finale si presenterá come segue"
1473
 
1474
+ #: ../admin/social_login.php:672
1475
  msgid "You can navigate to the <strong>Appearance</strong> > <strong>Widgets</strong> section in the left pan and drag <strong>Super Socializer - Login</strong> widget in the required area."
1476
  msgstr "Puoi navigare alla sezione <strong>Apparenza</strong> > <strong>Widgets</strong> nella vaschetta sinistra e trascinare <strong>Super Socializer - Login</strong> widget all'area necessaria."
1477
 
1478
+ #: ../admin/admin.php:8
1479
+ msgid "Welcome"
1480
+ msgstr "Benvenuto"
1481
 
1482
+ #: ../admin/admin.php:10
1483
+ msgid "You are ready to Socialize your website."
1484
+ msgstr "Sei pronto per socializzare il tuo sito web."
1485
 
1486
+ #: ../admin/admin.php:11
1487
+ msgid "Getting Started"
1488
+ msgstr "Iniziando"
1489
 
1490
+ #: ../admin/admin.php:12
1491
+ msgid "Start configuring the options in the sections below the <strong>Super Socializer</strong> menu in the left pan. <strong>Social Sharing</strong> is enabled at your website by default."
1492
+ msgstr "Comincia configurando le opzioni nelle sezioni sotto il menu <strong>Super Socializzatore</strong> nella vaschetta di sinistra. <strong>Condivisione Sociale</strong> é impostazione predefinita abilitata nella tuo sito web."
1493
 
1494
+ #: ../admin/admin.php:13
1495
  #, fuzzy
1496
+ msgid "In <strong>Social Commenting</strong> section, you can configure Social Commenting."
1497
+ msgstr "Nella sezione <strong>Facebook</strong>, puoi configurare i commentari e il Feed di Notizie di Facebook."
1498
 
1499
+ #: ../admin/admin.php:14
1500
+ msgid "In <strong>Social Login</strong> section, you can select Social ID provders and configure the Social Login options."
1501
+ msgstr "Nella sezione <strong>Accesso Sociale</strong>, puoi selezionare i provedori delle ID sociali e configurare le opzioni dell'Accesso Sociale."
 
1502
 
1503
+ #: ../admin/admin.php:15
1504
  #, fuzzy
1505
+ msgid "In <strong>Social Sharing</strong> section, you can choose the Social Networks for Sharing and configure the options for sharing."
1506
+ msgstr "Nella sezione <strong>Condiviosione Sociale</strong>, puoi scegliere la Rete Sociale per la condivisione e configurare le sue opzioni."
1507
 
1508
+ #: ../admin/admin.php:16
1509
  #, fuzzy
1510
+ msgid "In <strong>Social Counter</strong> section, you can choose the like/+1 buttons and configure the options for the same"
1511
+ msgstr "Nella sezione <strong>Condiviosione Sociale</strong>, puoi scegliere la Rete Sociale per la condivisione e configurare le sue opzioni."
1512
 
1513
+ #: ../inc/social_sharing.php:492
1514
+ msgid "Invalid request"
1515
+ msgstr "Domanda invalida"
 
 
1516
 
1517
+ #: ../inc/social_sharing.php:499
1518
+ msgid "Providers not selected"
1519
+ msgstr "Fornitori non selezionati"
 
1520
 
1521
  #: ../inc/widget.php:11
1522
  msgid "Super Socializer - Login"
1531
  msgstr "Chiudere la sessione"
1532
 
1533
  #: ../inc/widget.php:77
1534
+ #: ../inc/widget.php:211
1535
+ #: ../inc/widget.php:497
1536
  msgid "Title:"
1537
  msgstr "Titolo:"
1538
 
1539
  #: ../inc/widget.php:79
1540
+ #: ../inc/widget.php:223
1541
+ #: ../inc/widget.php:507
1542
  msgid "Before widget content:"
1543
  msgstr "Prima del contenuto del widget:"
1544
 
1545
  #: ../inc/widget.php:81
1546
+ #: ../inc/widget.php:225
1547
+ #: ../inc/widget.php:509
1548
  msgid "After widget content:"
1549
  msgstr "Dopo del contenuto del widget:"
1550
 
1551
  #: ../inc/widget.php:84
1552
+ #: ../inc/widget.php:227
1553
+ #: ../inc/widget.php:380
1554
+ #: ../inc/widget.php:511
1555
+ #: ../inc/widget.php:652
1556
  msgid "Hide for logged in users:"
1557
  msgstr "Nascondere per gli utenti loggati:"
1558
 
1561
  msgid "Horizontal sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1562
  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ú "
1563
 
1564
+ #: ../inc/widget.php:213
1565
+ #: ../inc/widget.php:351
1566
  #, fuzzy
1567
  msgid "Show share counts:"
1568
  msgstr "Mostra la qunatitá di condivisioni"
1569
 
1570
+ #: ../inc/widget.php:215
1571
+ #: ../inc/widget.php:353
1572
+ #: ../inc/widget.php:499
1573
+ #: ../inc/widget.php:625
1574
  msgid "Target Url:"
1575
  msgstr "URL di destinazione:"
1576
 
1577
+ #: ../inc/widget.php:217
1578
+ #: ../inc/widget.php:355
1579
+ #: ../inc/widget.php:501
1580
+ #: ../inc/widget.php:627
1581
  msgid "Select"
1582
  msgstr "selezionare"
1583
 
1584
+ #: ../inc/widget.php:246
1585
  msgid "Vertical floating sharing widget. Let your website users share content on popular Social networks like Facebook, Twitter, Tumblr, Google+ and many more"
1586
  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ú"
1587
 
1588
+ #: ../inc/widget.php:361
1589
+ #: ../inc/widget.php:633
1590
  msgid "Alignment"
1591
  msgstr "Allineamento"
1592
 
1593
+ #: ../inc/widget.php:367
1594
+ #: ../inc/widget.php:639
1595
  #, fuzzy
1596
  msgid "Left Offset"
1597
  msgstr "Compensazione a sinistra"
1598
 
1599
+ #: ../inc/widget.php:371
1600
+ #: ../inc/widget.php:643
1601
  #, fuzzy
1602
  msgid "Right Offset"
1603
  msgstr "Compensazione a destra"
1604
 
1605
+ #: ../inc/widget.php:374
1606
+ #: ../inc/widget.php:646
1607
  #, fuzzy
1608
  msgid "Top Offset"
1609
  msgstr "Compensazione superiore"
1610
 
1611
+ #: ../inc/widget.php:399
1612
  #, fuzzy
1613
  msgid "Horizontal counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1614
  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ú"
1615
 
1616
+ #: ../inc/widget.php:530
1617
  #, fuzzy
1618
  msgid "Vertical floating counter widget. Let your website users share/like content on popular Social networks like Facebook, Twitter, Google+ and many more"
1619
  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ú"
1620
 
1621
+ #~ msgid "White-Label"
1622
+ #~ msgstr "Etichetta bianca"
1623
+
1624
+ #~ msgid ""
1625
+ #~ "Remove the plugin credit links (\"Super Socializer by The Champ\") in "
1626
+ #~ "just $15. Interested? Email me: <a href=\"mailto:lordofthechamps@gmail.com"
1627
+ #~ "\">lordofthechamps@gmail.com</a>"
1628
+ #~ msgstr ""
1629
+ #~ "Rimuovere i collegamenti di credito (\"Super Socializzatore da Il "
1630
+ #~ "Campione) per solo $15.\n"
1631
+ #~ "Interssato? Scrivimi una posta elettronica: <a href=\"mailto:"
1632
+ #~ "lordofthechamps@gmail.com\">lordofthechamps@gmail.com</a>"
1633
+
1634
+ #~ msgid "Feed"
1635
+ #~ msgstr "Feed di Notizie"
1636
+
1637
+ #~ msgid "Important note"
1638
+ #~ msgstr "Nota importante"
1639
+
1640
+ #~ msgid ""
1641
+ #~ "To use this feature follow the steps mentioned at <a href=\"%s\" target="
1642
+ #~ "\"_blank\">this link</a>"
1643
+ #~ msgstr ""
1644
+ #~ "Per usare questa funzione segui i passi menzionati a <a href=\"%s\" "
1645
+ #~ "target=\"_blank\">questo collegamento</a>"
1646
+
1647
+ #~ msgid "Publish feed on user's timeline on Facebook login"
1648
+ #~ msgstr ""
1649
+ #~ "Pubblicare Feed di Notizie sulla linea temporale dell'utente dopo del suo "
1650
+ #~ "accesso al Facebook"
1651
+
1652
+ #~ msgid ""
1653
+ #~ "If enabled, a post will be published on the timeline of the user logging "
1654
+ #~ "in"
1655
+ #~ msgstr ""
1656
+ #~ "Se abilitato, una pubblicazione sará pubblicata sulla linea temporale "
1657
+ #~ "dell' utente che accede"
1658
+
1659
+ #~ msgid "Facebook Feed Options"
1660
+ #~ msgstr "Opzioni di Feed di Notizie di Facebook"
1661
+
1662
+ #~ msgid "Message"
1663
+ #~ msgstr "Messaggio"
1664
+
1665
+ #~ msgid ""
1666
+ #~ "Message for the feed post. %website-name% will be replaced with your "
1667
+ #~ "website name in actual message."
1668
+ #~ msgstr ""
1669
+ #~ "Messaggio per la pubblicazione del Feed di Notizie. %website-name% sará "
1670
+ #~ "sostituito con il nome del tuo sito web nel messaggio attuale."
1671
+
1672
+ #~ msgid "Link (required)"
1673
+ #~ msgstr "Collegamento (richiesto)"
1674
+
1675
+ #~ msgid ""
1676
+ #~ "The link attached to this feed (required parameter for this functionality "
1677
+ #~ "to work)"
1678
+ #~ msgstr ""
1679
+ #~ "Il collegamento allegato a questa Feed di Notizie (parametro richiesto "
1680
+ #~ "per per fare funzionare questa funzionalitá) "
1681
+
1682
+ #~ msgid "Picture"
1683
+ #~ msgstr "Immagine"
1684
+
1685
+ #~ msgid ""
1686
+ #~ "The URL of a picture attached to this post. The picture must be at least "
1687
+ #~ "200px by 200px. (if this url is not specified, image from the url "
1688
+ #~ "specified in Link parameter will be displayed in the post)"
1689
+ #~ msgstr ""
1690
+ #~ "La URL di una immagine allegata a questa pubblicazione. L'immagine "
1691
+ #~ "dev'essere al minimo 200px per 200px. (se la url non é specificata, "
1692
+ #~ "l'immagine della url specificata nei parametri del collegamento sará "
1693
+ #~ "mostrata nella pubblicazione)"
1694
+
1695
+ #~ msgid "Source"
1696
+ #~ msgstr "Fonte"
1697
+
1698
+ #~ msgid ""
1699
+ #~ "The URL of a media file (either SWF or MP3) attached to this post. If "
1700
+ #~ "SWF, you must also specify picture (in \"Picture\" parameter) to provide "
1701
+ #~ "a thumbnail for the video."
1702
+ #~ msgstr ""
1703
+ #~ "La URL di un media file (SWF ó MP3) allegata a questa pubblicazione. Se é "
1704
+ #~ "SWF, si deve specificare la immagine (nel parametro \"Immagine\") per "
1705
+ #~ "dare una miniatura per il video."
1706
+
1707
+ #~ msgid "Name"
1708
+ #~ msgstr "Nome"
1709
+
1710
+ #~ msgid "The name of the link attachment"
1711
+ #~ msgstr "Il nome dell'attacamento del collegamento"
1712
+
1713
+ #~ msgid "Caption"
1714
+ #~ msgstr "Didascalia"
1715
+
1716
+ #~ msgid ""
1717
+ #~ "The caption of the link (appears beneath the link name). If not "
1718
+ #~ "specified, this field is automatically populated with the URL of the link."
1719
+ #~ msgstr ""
1720
+ #~ "La didascalia del collegamento (apparesce sottostante al nome del "
1721
+ #~ "collegamento). Se non é specificato, questo campo e automaticamente "
1722
+ #~ "popolato con la URL del collegamento."
1723
+
1724
+ #~ msgid "Description"
1725
+ #~ msgstr "Descrizione"
1726
+
1727
+ #~ msgid ""
1728
+ #~ "The description of the link (appears beneath the link caption). If not "
1729
+ #~ "specified, this field is automatically populated by information scraped "
1730
+ #~ "from the link, typically the title of the page."
1731
+ #~ msgstr ""
1732
+ #~ "La descrizione del collegamento (apparesce sottostante della didascalia "
1733
+ #~ "del collegamento). Se non é specificato, questo campo sará "
1734
+ #~ "automaticamente popolato con la informazine presa del collegamento, "
1735
+ #~ "tipicamente il titolo della pagina."
1736
+
1737
+ #~ msgid ""
1738
+ #~ "If enabled (recommended), all the Javascript code will be included in the "
1739
+ #~ "footer of your website.<br/><strong>\"wp_footer\" and \"login_footer\" "
1740
+ #~ "hooks should be there in your Wordpress theme for this to work, if you "
1741
+ #~ "are not sure about this, keep this option unchecked.</strong>"
1742
+ #~ msgstr ""
1743
+ #~ "Se é attivato (raccomandato), tutto il codico Javascript sará incluso nel "
1744
+ #~ "pié del suo sito web.<br/><strong>gli uncini \"wp_footer\" e "
1745
+ #~ "\"login_footer\" devono essere presenti nel tuo tema di Wordpress per "
1746
+ #~ "funzionare, se non sei sicuro su di questo, lascia questa opzione "
1747
+ #~ "deselezionata.</strong> "
1748
+
1749
  #, fuzzy
1750
  #~ msgid ""
1751
  #~ "Leave empty to auto-adjust the width. <br/>The width (in pixels) of the "
1781
  #~ "Se ti piace il plugin, ti piacerebbe che migliore e/o verlo in cima agli "
1782
  #~ "altri plugins, per favore considera una donazione."
1783
 
 
 
 
 
 
 
 
 
 
 
1784
  #~ msgid "Load first"
1785
  #~ msgstr "Caricare prima"
1786
 
library/{OAuth.php → oauth.php} RENAMED
File without changes
library/twitteroauth.php CHANGED
@@ -6,7 +6,7 @@
6
  * The first PHP Library to support OAuth for Twitter's REST API.
7
  */
8
 
9
- require_once('OAuth.php');
10
 
11
  if (!class_exists('TwitterOAuth')) {
12
  /**
6
  * The first PHP Library to support OAuth for Twitter's REST API.
7
  */
8
 
9
+ require_once('oauth.php');
10
 
11
  if (!class_exists('TwitterOAuth')) {
12
  /**
readme.txt CHANGED
@@ -3,14 +3,14 @@ Contributors: the_champ, Spanish translator: Andrew Kurtis http://webhostinghub.
3
  Donate link: http://thechamplord.wordpress.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.1
7
- Stable tag: 4.0.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, Social Feed and more
11
 
12
  == Description ==
13
- Super Socializer is a complete package to provide your website all the social features (Social Login, Sharing, Commenting, Feed and more) in a single plugin
14
 
15
  **Spanish, German, French, Hungarian and Italian translation included**
16
 
@@ -51,13 +51,6 @@ Below is more detail about the features:
51
  5. **Works for the lazy**: Most people are nowadays lazy. To get these people commenting on your blog, it will just require them to login to their Facebook account (which almost everyone does after powering on computer).
52
 
53
 
54
- = Facebook Feed = Publish post on user's Facebook timeline.
55
-
56
- **Benefits**
57
-
58
- 1. **Increased User Traffic**: As you publish post on user's Facebook timeline, it attracts more audience at your blog.
59
-
60
-
61
  = User Profile Data = Every time a user logs in, plugin fetches profile data of the user and store that in your WordPress database.
62
 
63
  **Benefits**
@@ -171,6 +164,28 @@ Yes, I can help you with it. Just drop me an email at lordofthechamps@gmail.com
171
  7. **Social Counter**: Horizontal Interface
172
 
173
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
174
  = 4.0.2 =
175
  * Removed credit links
176
 
@@ -391,4 +406,26 @@ Yes, I can help you with it. Just drop me an email at lordofthechamps@gmail.com
391
  * [Bugfix] Translation was broken
392
 
393
  = 4.0.2 =
394
- * Removed credit links
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  Donate link: http://thechamplord.wordpress.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.1.1
7
+ Stable tag: 4.2.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
11
 
12
  == Description ==
13
+ Super Socializer is a complete package to provide your website all the social features (Social Login, Sharing, Commenting and more) in a single plugin
14
 
15
  **Spanish, German, French, Hungarian and Italian translation included**
16
 
51
  5. **Works for the lazy**: Most people are nowadays lazy. To get these people commenting on your blog, it will just require them to login to their Facebook account (which almost everyone does after powering on computer).
52
 
53
 
 
 
 
 
 
 
 
54
  = User Profile Data = Every time a user logs in, plugin fetches profile data of the user and store that in your WordPress database.
55
 
56
  **Benefits**
164
  7. **Social Counter**: Horizontal Interface
165
 
166
  == Changelog ==
167
+ = 4.2.0 =
168
+ * [Bugfix] Xing login was not working
169
+ * [Bugfix] Google Login was not working with French translation
170
+ * [Bugfix] Bit.ly service was being called on each page load. Now short urls are being cached.
171
+ * [Bugfix] Names having cyrillic characters were not being displayed
172
+ * [Bugfix] Could not FB comment using mobile, interface kept refreshing
173
+ * [Bugfix] "fb-root" div was being included in the 'head' section of webpage
174
+ * [Bugfix] FB Commenting was not working with Disqus commenting
175
+ * [Bugfix] Bitly url shortener was not working in sharing shortcode
176
+ * [Bugfix] Removed {} (empty brackets) from front.css file
177
+ * [Bugfix] Commenting.js file was being loaded on the page where FB commenting was disabled
178
+ * Included Whatsapp in sharing
179
+ * Included option to enable only Facebook Commenting without enabling default comment form
180
+ * Removed Facebook feed feature
181
+ * Included 'Archives' in 'Sharing Location' option
182
+ * Included filter 'the_champ_login_interface_filter' in 'inc/social_login.php' file to use custom icons for Social Login
183
+ * Included filter 'the_champ_ajax_response_filter' in helper.php file to alter AJAX responses
184
+ * Included action 'the_champ_hook_update_profile_data' in 'inc/social_login.php' to update profile data
185
+ * Included an option to enable/disable social account linking at BuddyPress profile page
186
+ * Now fuctionality does not rely on 'wp_footer' hook to include Javascript files in footer of the webpage
187
+ * CSS improvements
188
+
189
  = 4.0.2 =
190
  * Removed credit links
191
 
406
  * [Bugfix] Translation was broken
407
 
408
  = 4.0.2 =
409
+ * Removed credit links
410
+
411
+ = 4.2.0 =
412
+ * [Bugfix] Xing login was not working
413
+ * [Bugfix] Google Login was not working with French translation
414
+ * [Bugfix] Bit.ly service was being called on each page load. Now short urls are being cached.
415
+ * [Bugfix] Names having cyrillic characters were not being displayed
416
+ * [Bugfix] Could not FB comment using mobile, interface kept refreshing
417
+ * [Bugfix] "fb-root" div was being included in the 'head' section of webpage
418
+ * [Bugfix] FB Commenting was not working with Disqus commenting
419
+ * [Bugfix] Bitly url shortener was not working in sharing shortcode
420
+ * [Bugfix] Removed {} (empty brackets) from front.css file
421
+ * [Bugfix] Commenting.js file was being loaded on the page where FB commenting was disabled
422
+ * Included Whatsapp in sharing
423
+ * Included option to enable only Facebook Commenting without enabling default comment form
424
+ * Removed Facebook feed feature
425
+ * Included 'Archives' in 'Sharing Location' option
426
+ * Included filter 'the_champ_login_interface_filter' in 'inc/social_login.php' file to use custom icons for Social Login
427
+ * Included filter 'the_champ_ajax_response_filter' in helper.php file to alter AJAX responses
428
+ * Included action 'the_champ_hook_update_profile_data' in 'inc/social_login.php' to update profile data
429
+ * Included an option to enable/disable social account linking at BuddyPress profile page
430
+ * Now functionality does not rely on 'wp_footer' hook to include Javascript files in footer of the webpage
431
+ * CSS improvements
super_socializer.php CHANGED
@@ -2,14 +2,14 @@
2
  /*
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.pyrovolt.com
5
- Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Feed and more.
6
- Version: 4.0.2
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
- define('THE_CHAMP_SS_VERSION', '4.0.2');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
@@ -47,13 +47,7 @@ function the_champ_init(){
47
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
48
  }
49
  add_action('wp_enqueue_scripts', 'the_champ_load_event');
50
- global $theChampLoginOptions;
51
- if(isset($theChampLoginOptions['footer_script']) && $theChampLoginOptions['footer_script'] == 1){
52
- add_action('wp_footer', 'the_champ_frontend_scripts');
53
- add_action('login_footer', 'the_champ_frontend_scripts');
54
- }else{
55
- add_action('wp_enqueue_scripts', 'the_champ_frontend_scripts');
56
- }
57
  add_action('wp_enqueue_scripts', 'the_champ_frontend_styles');
58
  add_action('login_head', 'wp_enqueue_scripts', 1);
59
  add_action('parse_request', 'the_champ_connect');
@@ -107,13 +101,12 @@ function the_champ_connect(){
107
  $redirectTo = esc_attr(the_champ_get_login_redirection_url($redirection));
108
  }
109
  the_champ_close_login_popup($redirectTo);
110
- //the_champ_close_login_popup(esc_attr(the_champ_get_login_redirection_url($redirection)));
111
  }
112
  }
113
  }
114
 
115
  // send request to Xing
116
- if(isset($_GET['SuperSocializerAuth']) && $_GET['SuperSocializerAuth'] == 'Xing'){
117
  session_start();
118
  if(!isset($_GET['oauth_token']) && isset($_SESSION['OAUTH_ACCESS_TOKEN'])){
119
  Unset($_SESSION['OAUTH_ACCESS_TOKEN']);
@@ -123,7 +116,7 @@ function the_champ_connect(){
123
  $xingClient->debug = 0;
124
  $xingClient->debug_http = 1;
125
  $xingClient->server = 'XING';
126
- $xingClient->redirect_uri = site_url().'/index.php?SuperSocializerAuth=Xing&super_socializer_redirect_to=' . esc_attr($_GET['super_socializer_redirect_to']);
127
  $xingClient->client_id = $theChampLoginOptions['xing_ck'];
128
  $xingClient->client_secret = $theChampLoginOptions['xing_cs'];
129
  if(($success = $xingClient->Initialize())){
@@ -139,7 +132,7 @@ function the_champ_connect(){
139
  if($xingClient->exit) die('exit');
140
  if($success){
141
  if(isset($xingResponse -> users) && is_array($xingResponse -> users) && isset($xingResponse -> users[0] -> id)){
142
- $xingRedirect = esc_attr($_GET['super_socializer_redirect_to']);
143
  $response = the_champ_user_auth($xingResponse -> users[0], 'xing', $xingRedirect);
144
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
145
  $redirectTo = esc_attr(the_champ_get_login_redirection_url($xingRedirect, true));
@@ -272,7 +265,7 @@ function the_champ_get_http(){
272
  */
273
  function the_champ_get_valid_url($url){
274
  $url = urldecode($url);
275
- if($url == wp_login_url() || $url == site_url().'/wp-login.php?action=register' || $url == site_url().'/wp-login.php?loggedout=true'){
276
  $url = site_url().'/';
277
  }elseif(isset($_GET['redirect_to'])){
278
  if(urldecode($_GET['redirect_to']) == admin_url()){
@@ -326,8 +319,9 @@ function the_champ_get_login_redirection_url($twitterRedirect = '', $register =
326
  */
327
  function the_champ_frontend_scripts(){
328
  global $theChampFacebookOptions, $theChampLoginOptions;
 
329
  // general (required) scripts
330
- wp_enqueue_script('the_champ_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION);
331
  $websiteUrl = site_url();
332
  ?>
333
  <script> var theChampSiteUrl = '<?php echo $websiteUrl ?>'; </script>
@@ -382,7 +376,7 @@ function the_champ_frontend_scripts(){
382
  ?>
383
  <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>
384
  <?php
385
- wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
386
  wp_enqueue_script('thickbox');
387
  wp_enqueue_style('thickbox');
388
  }
@@ -390,9 +384,9 @@ function the_champ_frontend_scripts(){
390
  if(the_champ_social_login_provider_enabled('google') && !is_user_logged_in()){
391
  $googleKey = isset($theChampLoginOptions['google_key']) ? $theChampLoginOptions['google_key'] : '';
392
  ?>
393
- <script>var theChampGoogleKey = '<?php echo $googleKey ?>'; var theChampGoogleErrorMessage = '<?php _e('Follow steps 11 and 12 at GooglePlus app configuration page, about to open', 'Super-Socializer') ?>' </script>
394
  <?php
395
- wp_enqueue_script('the_champ_sl_google', plugins_url('js/front/social_login/google.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
396
  }
397
  // Linkedin scripts
398
  if(the_champ_social_login_provider_enabled('linkedin') && !is_user_logged_in()){
@@ -403,7 +397,7 @@ function the_champ_frontend_scripts(){
403
  onLoad: theChampLinkedInOnLoad
404
  </script>
405
  <?php
406
- wp_enqueue_script('the_champ_sl_linkedin', plugins_url('js/front/social_login/linkedin.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
407
  }
408
  // Vkontakte scripts
409
  if(the_champ_social_login_provider_enabled('vkontakte') && !is_user_logged_in()){
@@ -411,28 +405,27 @@ function the_champ_frontend_scripts(){
411
  <div id="vk_api_transport"></div>
412
  <script> var theChampVkKey = '<?php echo (isset($theChampLoginOptions["vk_key"]) && $theChampLoginOptions["vk_key"] != "") ? $theChampLoginOptions["vk_key"] : 0 ?>' </script>
413
  <?php
414
- wp_enqueue_script('the_champ_sl_vkontakte', plugins_url('js/front/social_login/vkontakte.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
415
  }
416
  // Instagram scripts
417
  if(the_champ_social_login_provider_enabled('instagram')){
418
  ?>
419
  <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>
420
  <?php
421
- wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION);
422
  }
423
  // Facebook scripts
424
  if(the_champ_facebook_plugin_enabled()){
425
  ?>
426
- <div id="fb-root"></div>
427
  <script> var theChampFBKey = '<?php echo (isset($theChampLoginOptions["fb_key"]) && $theChampLoginOptions["fb_key"] != "") ? $theChampLoginOptions["fb_key"] : "" ?>'; var theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>'; </script>
428
  <?php
429
- wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION);
430
  }
431
  if(the_champ_social_login_provider_enabled('facebook') && !is_user_logged_in()){
432
  ?>
433
- <script> var theChampFacebookScope = 'email<?php echo (isset( $theChampFacebookOptions["enable_fbfeed"] ) && $theChampFacebookOptions["enable_fbfeed"] == 1) ? ", publish_actions" : "" ?>'; var theChampFBFeedEnabled = <?php echo the_champ_facebook_feed_enabled() ? 'true' : 'false' ?>; </script>
434
  <?php
435
- wp_enqueue_script('the_champ_sl_facebook', plugins_url('js/front/social_login/facebook.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
436
  }
437
  // Facebook commenting
438
  if(the_champ_facebook_commenting_enabled()){
@@ -447,17 +440,12 @@ function the_champ_frontend_scripts(){
447
  if($post){
448
  $postMeta = get_post_meta($post -> ID, '_the_champ_meta', true);
449
  }
450
- ?>
451
- <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"] : ''; ?>'; var theChampFBAppID = '<?php echo (isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '') ? $theChampLoginOptions['fb_key'] : '' ?>'; var theChampSiteUrl = '<?php echo site_url() ?>'; var theChampWPCommentingContent = ''; var theChampFBCommentingContent = ''; var theChampCommentingHandle = false; var theChampCommentingDisabled = <?php echo isset($postMeta) && isset($postMeta['fb_comments']) && $postMeta['fb_comments'] == 1 ? 1 : 0 ?></script>
452
- <?php
453
- wp_enqueue_script('the_champ_fb_commenting', plugins_url('js/front/facebook/commenting.js', __FILE__), false, THE_CHAMP_SS_VERSION);
454
- }
455
- // Facebook feed posts
456
- if(the_champ_facebook_feed_enabled()){
457
- ?>
458
- <script> var theChampFacebookFeedMsg = '<?php echo htmlspecialchars(str_replace("%website-name%", get_option("blogname"), $theChampFacebookOptions['feedMessage']), ENT_QUOTES) ?>'; var theChampFBFeedName = '<?php echo (isset($theChampFacebookOptions['feed_name']) && $theChampFacebookOptions['feed_name'] != '') ? htmlspecialchars($theChampFacebookOptions['feed_name'], ENT_QUOTES) : '' ?>'; var theChampFBFeedDesc = '<?php echo (isset($theChampFacebookOptions['feed_description']) && $theChampFacebookOptions['feed_description'] != '') ? htmlspecialchars(trim(preg_replace("/\r?\n/", '\n', $theChampFacebookOptions['feed_description'])), ENT_QUOTES) : '' ?>'; var theChampFBFeedLink = '<?php echo (isset($theChampFacebookOptions['feed_link']) && $theChampFacebookOptions['feed_link'] != '') ? $theChampFacebookOptions['feed_link'] : '' ?>'; var theChampFBFeedSource = '<?php echo (isset($theChampFacebookOptions['feedSource']) && $theChampFacebookOptions['feedSource'] != '') ? $theChampFacebookOptions['feedSource'] : '' ?>'; var theChampFBFeedPicture = '<?php echo (isset($theChampFacebookOptions['feedPicture']) && $theChampFacebookOptions['feedPicture'] != '') ? $theChampFacebookOptions['feedPicture'] : '' ?>'; var theChampFBFeedCaption = '<?php echo (isset($theChampFacebookOptions['feed_caption']) && $theChampFacebookOptions['feed_caption'] != '') ? htmlspecialchars($theChampFacebookOptions['feed_caption'], ENT_QUOTES) : '' ?>'; </script>
459
- <?php
460
- wp_enqueue_script('the_champ_fb_feed', plugins_url('js/front/facebook/feed.js', __FILE__), false, THE_CHAMP_SS_VERSION);
461
  }
462
  // sharing script
463
  if(the_champ_social_sharing_enabled()){
@@ -465,7 +453,7 @@ function the_champ_frontend_scripts(){
465
  ?>
466
  <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php'; var theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>'; var theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>'; var theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['horizontal_counts']) ? 1 : 0 ?>; var theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['vertical_counts']) ? 1 : 0 ?>; </script>
467
  <?php
468
- wp_enqueue_script('the_champ_share_counts', plugins_url('js/front/sharing/sharing.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION);
469
  }
470
  }
471
 
@@ -473,6 +461,14 @@ function the_champ_frontend_scripts(){
473
  * Stylesheets to load at front end.
474
  */
475
  function the_champ_frontend_styles(){
 
 
 
 
 
 
 
 
476
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
477
  }
478
 
@@ -482,7 +478,7 @@ function the_champ_frontend_styles(){
482
  function the_champ_create_admin_menu(){
483
  $page = add_menu_page('The Champ', '<b>Super Socializer</b>', 'manage_options', 'the-champ', 'the_champ_option_page', plugins_url('images/logo.png', __FILE__));
484
  // facebook page
485
- $facebookPage = add_submenu_page('the-champ', 'The Champ - Facebook', 'Facebook', 'manage_options', 'the-champ-facebook', 'the_champ_facebook_page');
486
  // social login page
487
  $loginPage = add_submenu_page('the-champ', 'The Champ - Social Login', 'Social Login', 'manage_options', 'the-champ-social-login', 'the_champ_social_login_page');
488
  // social sharing page
@@ -556,17 +552,13 @@ function the_champ_default_options(){
556
  'enableAtLogin' => 1,
557
  'enableAtRegister' => 1,
558
  'enableAtComment' => 1,
 
559
  ));
560
 
561
  // facebook options
562
  add_option('the_champ_facebook', array(
563
  'enable_fbcomments' => '1',
564
- 'feedMessage' => 'Has just logged into %website-name%',
565
- 'comment_lang' => get_locale(),
566
- 'feed_link' => site_url(),
567
- 'load_first' => 1,
568
- 'switch_wp' => 'Switch to default commenting',
569
- 'switch_fb' => 'Switch to Facebook commenting',
570
  ));
571
 
572
  // sharing options
@@ -574,13 +566,12 @@ function the_champ_default_options(){
574
  'enable' => '1',
575
  'hor_enable' => '1',
576
  'vertical_enable' => '1',
577
- 'providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon'),
578
- 'horizontal_re_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon'),
579
- 'vertical_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon'),
580
- 'vertical_re_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon'),
581
  'title' => 'Share the joy',
582
  'top' => '1',
583
- 'bottom' => '1',
584
  'post' => '1',
585
  'page' => '1',
586
  'horizontal_counts' => '1',
2
  /*
3
  Plugin Name: Super Socializer
4
  Plugin URI: http://super-socializer-wordpress.pyrovolt.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: 4.2.0
7
  Author: The Champ
8
  Author URI: http://thechamplord.wordpress.com
9
  License: GPL2+
10
  */
11
  defined('ABSPATH') or die("Cheating........Uh!!");
12
+ define('THE_CHAMP_SS_VERSION', '4.2.0');
13
 
14
  $theChampLoginOptions = get_option('the_champ_login');
15
  if(isset($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
47
  update_option('the_champ_ss_version', THE_CHAMP_SS_VERSION);
48
  }
49
  add_action('wp_enqueue_scripts', 'the_champ_load_event');
50
+ add_action('wp_enqueue_scripts', 'the_champ_frontend_scripts');
 
 
 
 
 
 
51
  add_action('wp_enqueue_scripts', 'the_champ_frontend_styles');
52
  add_action('login_head', 'wp_enqueue_scripts', 1);
53
  add_action('parse_request', 'the_champ_connect');
101
  $redirectTo = esc_attr(the_champ_get_login_redirection_url($redirection));
102
  }
103
  the_champ_close_login_popup($redirectTo);
 
104
  }
105
  }
106
  }
107
 
108
  // send request to Xing
109
+ if((isset($_GET['SuperSocializerAuth']) && $_GET['SuperSocializerAuth'] == 'Xing')){
110
  session_start();
111
  if(!isset($_GET['oauth_token']) && isset($_SESSION['OAUTH_ACCESS_TOKEN'])){
112
  Unset($_SESSION['OAUTH_ACCESS_TOKEN']);
116
  $xingClient->debug = 0;
117
  $xingClient->debug_http = 1;
118
  $xingClient->server = 'XING';
119
+ $xingClient->redirect_uri = site_url() . '/index.php?SuperSocializerAuth=Xing&super_socializer_redirect_to=' . esc_attr(str_replace(array('http://', 'https://'), '', urldecode($_GET['super_socializer_redirect_to'])));
120
  $xingClient->client_id = $theChampLoginOptions['xing_ck'];
121
  $xingClient->client_secret = $theChampLoginOptions['xing_cs'];
122
  if(($success = $xingClient->Initialize())){
132
  if($xingClient->exit) die('exit');
133
  if($success){
134
  if(isset($xingResponse -> users) && is_array($xingResponse -> users) && isset($xingResponse -> users[0] -> id)){
135
+ $xingRedirect = the_champ_get_http() . esc_attr($_GET['super_socializer_redirect_to']);
136
  $response = the_champ_user_auth($xingResponse -> users[0], 'xing', $xingRedirect);
137
  if(is_array($response) && isset($response['message']) && $response['message'] == 'register' && (!isset($response['url']) || $response['url'] == '')){
138
  $redirectTo = esc_attr(the_champ_get_login_redirection_url($xingRedirect, true));
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()){
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_ss_general_scripts', plugins_url('js/front/social_login/general.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
325
  $websiteUrl = site_url();
326
  ?>
327
  <script> var theChampSiteUrl = '<?php echo $websiteUrl ?>'; </script>
376
  ?>
377
  <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>
378
  <?php
379
+ wp_enqueue_script('the_champ_sl_common', plugins_url('js/front/social_login/common.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
380
  wp_enqueue_script('thickbox');
381
  wp_enqueue_style('thickbox');
382
  }
384
  if(the_champ_social_login_provider_enabled('google') && !is_user_logged_in()){
385
  $googleKey = isset($theChampLoginOptions['google_key']) ? $theChampLoginOptions['google_key'] : '';
386
  ?>
387
+ <script>var theChampGoogleKey = '<?php echo $googleKey ?>'; var theChampGoogleErrorMessage = '<?php echo htmlspecialchars(__('Follow steps 11 and 12 at GooglePlus app configuration page, about to open', 'Super-Socializer'), ENT_QUOTES); ?>' </script>
388
  <?php
389
+ wp_enqueue_script('the_champ_sl_google', plugins_url('js/front/social_login/google.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
390
  }
391
  // Linkedin scripts
392
  if(the_champ_social_login_provider_enabled('linkedin') && !is_user_logged_in()){
397
  onLoad: theChampLinkedInOnLoad
398
  </script>
399
  <?php
400
+ wp_enqueue_script('the_champ_sl_linkedin', plugins_url('js/front/social_login/linkedin.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
401
  }
402
  // Vkontakte scripts
403
  if(the_champ_social_login_provider_enabled('vkontakte') && !is_user_logged_in()){
405
  <div id="vk_api_transport"></div>
406
  <script> var theChampVkKey = '<?php echo (isset($theChampLoginOptions["vk_key"]) && $theChampLoginOptions["vk_key"] != "") ? $theChampLoginOptions["vk_key"] : 0 ?>' </script>
407
  <?php
408
+ wp_enqueue_script('the_champ_sl_vkontakte', plugins_url('js/front/social_login/vkontakte.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
409
  }
410
  // Instagram scripts
411
  if(the_champ_social_login_provider_enabled('instagram')){
412
  ?>
413
  <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>
414
  <?php
415
+ wp_enqueue_script('the_champ_sl_instagram', plugins_url('js/front/social_login/instagram.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
416
  }
417
  // Facebook scripts
418
  if(the_champ_facebook_plugin_enabled()){
419
  ?>
 
420
  <script> var theChampFBKey = '<?php echo (isset($theChampLoginOptions["fb_key"]) && $theChampLoginOptions["fb_key"] != "") ? $theChampLoginOptions["fb_key"] : "" ?>'; var theChampFBLang = '<?php echo (isset($theChampFacebookOptions["comment_lang"]) && $theChampFacebookOptions["comment_lang"] != '') ? $theChampFacebookOptions["comment_lang"] : "en_US" ?>'; </script>
421
  <?php
422
+ wp_enqueue_script('the_champ_fb_sdk', plugins_url('js/front/facebook/sdk.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
423
  }
424
  if(the_champ_social_login_provider_enabled('facebook') && !is_user_logged_in()){
425
  ?>
426
+ <script> var theChampFacebookScope = 'email'; </script>
427
  <?php
428
+ wp_enqueue_script('the_champ_sl_facebook', plugins_url('js/front/social_login/facebook.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
429
  }
430
  // Facebook commenting
431
  if(the_champ_facebook_commenting_enabled()){
440
  if($post){
441
  $postMeta = get_post_meta($post -> ID, '_the_champ_meta', true);
442
  }
443
+ if(!(isset($postMeta) && isset($postMeta['fb_comments']) && $postMeta['fb_comments'] == 1)){
444
+ ?>
445
+ <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"] : ''; ?>'; var theChampFBAppID = '<?php echo (isset($theChampLoginOptions['fb_key']) && $theChampLoginOptions['fb_key'] != '') ? $theChampLoginOptions['fb_key'] : '' ?>'; var theChampSiteUrl = '<?php echo site_url() ?>'; var theChampWPCommentingContent = ''; var theChampFBCommentingContent = ''; var theChampCommentingHandle = false;</script>
446
+ <?php
447
+ wp_enqueue_script('the_champ_fb_commenting', plugins_url('js/front/facebook/commenting.js', __FILE__), false, THE_CHAMP_SS_VERSION, $inFooter);
448
+ }
 
 
 
 
 
449
  }
450
  // sharing script
451
  if(the_champ_social_sharing_enabled()){
453
  ?>
454
  <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php'; var theChampCloseIconPath = '<?php echo plugins_url('images/close.png', __FILE__) ?>'; var theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>'; var theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['horizontal_counts']) ? 1 : 0 ?>; var theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['vertical_counts']) ? 1 : 0 ?>; </script>
455
  <?php
456
+ wp_enqueue_script('the_champ_share_counts', plugins_url('js/front/sharing/sharing.js', __FILE__), array('jquery'), THE_CHAMP_SS_VERSION, $inFooter);
457
  }
458
  }
459
 
461
  * Stylesheets to load at front end.
462
  */
463
  function the_champ_frontend_styles(){
464
+ global $theChampFacebookOptions;
465
+ if(isset($theChampFacebookOptions['force_enable'])){
466
+ ?>
467
+ <style type="text/css">
468
+ #commentform{ display: none; }
469
+ </style>
470
+ <?php
471
+ }
472
  wp_enqueue_style('the-champ-frontend-css', plugins_url('css/front.css', __FILE__), false, THE_CHAMP_SS_VERSION);
473
  }
474
 
478
  function the_champ_create_admin_menu(){
479
  $page = add_menu_page('The Champ', '<b>Super Socializer</b>', 'manage_options', 'the-champ', 'the_champ_option_page', plugins_url('images/logo.png', __FILE__));
480
  // facebook page
481
+ $facebookPage = add_submenu_page('the-champ', 'The Champ - Facebook', 'Social Commenting', 'manage_options', 'the-champ-social-commenting', 'the_champ_facebook_page');
482
  // social login page
483
  $loginPage = add_submenu_page('the-champ', 'The Champ - Social Login', 'Social Login', 'manage_options', 'the-champ-social-login', 'the_champ_social_login_page');
484
  // social sharing page
552
  'enableAtLogin' => 1,
553
  'enableAtRegister' => 1,
554
  'enableAtComment' => 1,
555
+ 'footer_script' => 1
556
  ));
557
 
558
  // facebook options
559
  add_option('the_champ_facebook', array(
560
  'enable_fbcomments' => '1',
561
+ 'comment_lang' => get_locale()
 
 
 
 
 
562
  ));
563
 
564
  // sharing options
566
  'enable' => '1',
567
  'hor_enable' => '1',
568
  'vertical_enable' => '1',
569
+ 'providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp'),
570
+ 'horizontal_re_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp'),
571
+ 'vertical_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp'),
572
+ 'vertical_re_providers' => array('facebook', 'twitter', 'google', 'linkedin', 'pinterest', 'reddit', 'delicious', 'stumbleupon', 'whatsapp'),
573
  'title' => 'Share the joy',
574
  'top' => '1',
 
575
  'post' => '1',
576
  'page' => '1',
577
  'horizontal_counts' => '1',