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

Version Description

[21 October 2022] = * [Bugfix] Youtube login was not saving the email address of the user

Download this release

Release Info

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

Code changes from version 7.13.40 to 7.13.41

inc/social_login.php CHANGED
@@ -552,17 +552,17 @@ function the_champ_sanitize_profile_data($profileData, $provider){
552
  $temp['large_avatar'] = isset($profileData->picture) && heateor_ss_validate_url($profileData->picture) !== false ? trim($profileData->picture) : '';
553
  $temp['avatar'] = $temp['large_avatar'] != '' ? $temp['large_avatar'] . '?sz=50' : '';
554
  }elseif($provider == 'youtube'){
555
- $profileData = $profileData->items[0];
556
- $temp['id'] = isset($profileData->id) ? sanitize_text_field($profileData->id) : '';
557
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
558
- $temp['name'] = isset($profileData->snippet) && isset($profileData->snippet->title) ? $profileData->snippet->title : '';
559
  $temp['username'] = '';
560
  $temp['first_name'] = '';
561
  $temp['last_name'] = '';
562
- $temp['bio'] = isset($profileData->snippet) && isset($profileData->snippet->description) ? $profileData->snippet->description : '';
563
  $temp['link'] = '';
564
- $temp['large_avatar'] = isset($profileData->snippet) && isset($profileData->snippet->thumbnails) && isset($profileData->snippet->thumbnails->medium) && isset($profileData->snippet->thumbnails->medium->url) && heateor_ss_validate_url($profileData->snippet->thumbnails->medium->url) !== false ? trim($profileData->snippet->thumbnails->medium->url) : '';
565
- $temp['avatar'] = isset($profileData->snippet) && isset($profileData->snippet->thumbnails) && isset($profileData->snippet->thumbnails->default) && isset($profileData->snippet->thumbnails->default->url) && heateor_ss_validate_url($profileData->snippet->thumbnails->default->url) !== false ? trim($profileData->snippet->thumbnails->default->url) : '';
566
  }elseif($provider == 'vkontakte'){
567
  $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
568
  $temp['email'] = '';
552
  $temp['large_avatar'] = isset($profileData->picture) && heateor_ss_validate_url($profileData->picture) !== false ? trim($profileData->picture) : '';
553
  $temp['avatar'] = $temp['large_avatar'] != '' ? $temp['large_avatar'] . '?sz=50' : '';
554
  }elseif($provider == 'youtube'){
555
+ $tempProfileData = $profileData->items[0];
556
+ $temp['id'] = isset($tempProfileData->id) ? sanitize_text_field($tempProfileData->id) : '';
557
  $temp['email'] = isset($profileData->email) ? sanitize_email($profileData->email) : '';
558
+ $temp['name'] = isset($tempProfileData->snippet) && isset($tempProfileData->snippet->title) ? $tempProfileData->snippet->title : '';
559
  $temp['username'] = '';
560
  $temp['first_name'] = '';
561
  $temp['last_name'] = '';
562
+ $temp['bio'] = isset($tempProfileData->snippet) && isset($tempProfileData->snippet->description) ? $tempProfileData->snippet->description : '';
563
  $temp['link'] = '';
564
+ $temp['large_avatar'] = isset($tempProfileData->snippet) && isset($tempProfileData->snippet->thumbnails) && isset($tempProfileData->snippet->thumbnails->medium) && isset($tempProfileData->snippet->thumbnails->medium->url) && heateor_ss_validate_url($tempProfileData->snippet->thumbnails->medium->url) !== false ? trim($tempProfileData->snippet->thumbnails->medium->url) : '';
565
+ $temp['avatar'] = isset($tempProfileData->snippet) && isset($tempProfileData->snippet->thumbnails) && isset($tempProfileData->snippet->thumbnails->default) && isset($tempProfileData->snippet->thumbnails->default->url) && heateor_ss_validate_url($tempProfileData->snippet->thumbnails->default->url) !== false ? trim($tempProfileData->snippet->thumbnails->default->url) : '';
566
  }elseif($provider == 'vkontakte'){
567
  $temp['id'] = isset($profileData['id']) ? sanitize_text_field($profileData['id']) : '';
568
  $temp['email'] = '';
languages/super-socializer.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2022-10-18 17:15+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
@@ -20,7 +20,7 @@ msgstr ""
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
- #: admin/social_login.php:5 admin/social_login.php:2186
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:2019
25
  #, php-format
26
  msgid ""
@@ -31,7 +31,7 @@ msgid ""
31
  msgstr ""
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
- #: super_socializer.php:2529
35
  #, fuzzy
36
  msgid "General Options"
37
  msgstr "Opções Gerais"
@@ -89,20 +89,20 @@ msgstr ""
89
  "style&gt; )"
90
 
91
  #: admin/general_options.php:89 admin/like_buttons.php:781
92
- #: admin/social_commenting.php:401 admin/social_login.php:2182
93
- #: admin/social_sharing.php:2015 helper.php:944
94
  #, fuzzy
95
  msgid "Save Changes"
96
  msgstr "Salvar Alterações"
97
 
98
  #: admin/general_options.php:103 admin/like_buttons.php:791
99
- #: admin/social_commenting.php:411 admin/social_login.php:2192
100
  #: admin/social_sharing.php:2025
101
  msgid "Instagram Shoutout"
102
  msgstr ""
103
 
104
  #: admin/general_options.php:105 admin/like_buttons.php:793
105
- #: admin/social_commenting.php:413 admin/social_login.php:2194
106
  #: admin/social_sharing.php:2027
107
  msgid ""
108
  "If you can send (to hello@heateor.com) how this plugin is helping your "
@@ -237,7 +237,7 @@ msgid "3rd Party Integration"
237
  msgstr ""
238
 
239
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
240
- #: admin/social_login.php:45 admin/social_login.php:2149
241
  #: admin/social_sharing.php:59 admin/social_sharing.php:1939
242
  #: admin/social_sharing.php:1941
243
  #, fuzzy
@@ -246,7 +246,7 @@ msgstr "Shortcode & Widget"
246
 
247
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
248
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
249
- #: admin/social_login.php:46 admin/social_login.php:2163
250
  #: admin/social_sharing.php:61 admin/social_sharing.php:1972
251
  #, fuzzy
252
  msgid "FAQ"
@@ -299,8 +299,8 @@ msgid "Url to like/share/tweet and display like/share/tweet counts"
299
  msgstr ""
300
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
301
 
302
- #: admin/like_buttons.php:105 admin/social_login.php:1396
303
- #: admin/social_login.php:1810 admin/social_sharing.php:717 inc/widget.php:1038
304
  #, fuzzy
305
  msgid "Title"
306
  msgstr "Título"
@@ -380,7 +380,7 @@ msgid "Interface location"
380
  msgstr "Localização da interface"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
- #: admin/social_login.php:1713 admin/social_login.php:1742
384
  #: admin/social_sharing.php:995 admin/social_sharing.php:1464
385
  #, fuzzy
386
  msgid "Homepage"
@@ -704,7 +704,7 @@ msgid "How to Place Title and Social Share Icons in the Same Row?"
704
  msgstr ""
705
 
706
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
707
- #: admin/social_login.php:2171 admin/social_sharing.php:2004
708
  msgid "More"
709
  msgstr ""
710
 
@@ -952,7 +952,7 @@ msgstr ""
952
  msgid "Social Commenting Shortcode"
953
  msgstr "Shortcode em Comentário Social"
954
 
955
- #: admin/social_commenting.php:386 admin/social_login.php:2165
956
  #: admin/social_sharing.php:1974
957
  msgid ""
958
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
@@ -970,7 +970,7 @@ msgid ""
970
  "Https?"
971
  msgstr ""
972
 
973
- #: admin/social_commenting.php:389 admin/social_login.php:2170
974
  #: admin/social_sharing.php:1989
975
  msgid "Why is my browser blocking some features of the plugin?"
976
  msgstr ""
@@ -1010,12 +1010,12 @@ msgstr "Configuração Básica"
1010
  msgid "Advanced Configuration"
1011
  msgstr ""
1012
 
1013
- #: admin/social_login.php:41 admin/social_login.php:1949
1014
- #: super_socializer.php:2597
1015
  msgid "GDPR"
1016
  msgstr ""
1017
 
1018
- #: admin/social_login.php:43 admin/social_login.php:2100
1019
  msgid "XProfile Integration"
1020
  msgstr ""
1021
 
@@ -1239,12 +1239,12 @@ msgid ""
1239
  msgstr ""
1240
 
1241
  #: admin/social_login.php:300 admin/social_login.php:325
1242
- #: admin/social_login.php:523 admin/social_login.php:543
1243
- #: admin/social_login.php:897 admin/social_login.php:917
1244
- #: admin/social_login.php:1046 admin/social_login.php:1066
1245
- #: admin/social_login.php:1176 admin/social_login.php:1196
1246
- #: admin/social_login.php:1308 admin/social_login.php:1328
1247
- #: admin/social_login.php:1352 admin/social_login.php:1372
1248
  msgid ""
1249
  "Paste following url in the <strong>Callback URL</strong> option mentioned at "
1250
  "the link"
@@ -1277,7 +1277,7 @@ msgid ""
1277
  msgstr ""
1278
 
1279
  #: admin/social_login.php:348 admin/social_login.php:369
1280
- #: admin/social_login.php:565 admin/social_login.php:585
1281
  msgid ""
1282
  "Paste following url in the <strong>Redirect URLs</strong> option mentioned "
1283
  "at the link"
@@ -1308,6 +1308,7 @@ msgid ""
1308
  msgstr ""
1309
 
1310
  #: admin/social_login.php:392 admin/social_login.php:413
 
1311
  msgid ""
1312
  "Paste following url in the <strong>AUTHORIZED REDIRECT URI</strong> option "
1313
  "mentioned at the link"
@@ -1326,11 +1327,22 @@ msgid ""
1326
  msgstr ""
1327
 
1328
  #: admin/social_login.php:424
 
 
 
 
 
 
 
 
 
 
 
1329
  #, fuzzy
1330
  msgid "Vkontakte Application ID"
1331
  msgstr "Vkontakte Application ID"
1332
 
1333
- #: admin/social_login.php:434 admin/social_login.php:455
1334
  #, fuzzy, php-format
1335
  msgid ""
1336
  "Required for Vkontakte Social Login to work. Please follow the documentation "
@@ -1341,82 +1353,82 @@ msgstr ""
1341
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1342
  "obter Vkontakte Application ID"
1343
 
1344
- #: admin/social_login.php:436 admin/social_login.php:457
1345
  msgid ""
1346
  "Paste following url in the <strong>Site address</strong> option mentioned at "
1347
  "the link"
1348
  msgstr ""
1349
 
1350
- #: admin/social_login.php:445
1351
  msgid "Vkontakte Secure key"
1352
  msgstr ""
1353
 
1354
- #: admin/social_login.php:468
1355
  msgid "Instagram App ID"
1356
  msgstr ""
1357
 
1358
- #: admin/social_login.php:478
1359
  #, php-format
1360
  msgid ""
1361
  "Required for Instagram Social Login to work. Please follow the documentation "
1362
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1363
  msgstr ""
1364
 
1365
- #: admin/social_login.php:480 admin/social_login.php:501
1366
  msgid ""
1367
  "Paste following url in the <strong>Valid OAuth Redirect URIs</strong> option "
1368
  "mentioned at the link"
1369
  msgstr ""
1370
 
1371
- #: admin/social_login.php:489
1372
  msgid "Instagram App Secret"
1373
  msgstr ""
1374
 
1375
- #: admin/social_login.php:499
1376
  #, php-format
1377
  msgid ""
1378
  "Required for Instagram Social Login to work. Please follow the documentation "
1379
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1380
  msgstr ""
1381
 
1382
- #: admin/social_login.php:512
1383
  msgid "Line Channel ID"
1384
  msgstr ""
1385
 
1386
- #: admin/social_login.php:521
1387
  #, php-format
1388
  msgid ""
1389
  "Required for Line Social Login to work. Please follow the documentation at "
1390
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1391
  msgstr ""
1392
 
1393
- #: admin/social_login.php:532
1394
  msgid "Line Channel Secret"
1395
  msgstr ""
1396
 
1397
- #: admin/social_login.php:541
1398
  #, php-format
1399
  msgid ""
1400
  "Required for Line Social Login to work. Please follow the documentation at "
1401
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1402
  msgstr ""
1403
 
1404
- #: admin/social_login.php:554
1405
  msgid "Wordpress Client ID"
1406
  msgstr ""
1407
 
1408
- #: admin/social_login.php:563
1409
  #, php-format
1410
  msgid ""
1411
  "Required for Wordpress Social Login to work. Please follow the documentation "
1412
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1413
  msgstr ""
1414
 
1415
- #: admin/social_login.php:574
1416
  msgid "Wordpress Client Secret"
1417
  msgstr ""
1418
 
1419
- #: admin/social_login.php:583
1420
  #, php-format
1421
  msgid ""
1422
  "Required for Wordpress Social Login to work. Please follow the documentation "
@@ -1424,30 +1436,30 @@ msgid ""
1424
  "Secret"
1425
  msgstr ""
1426
 
1427
- #: admin/social_login.php:596
1428
  msgid "Microsoft Client ID"
1429
  msgstr ""
1430
 
1431
- #: admin/social_login.php:605
1432
  #, php-format
1433
  msgid ""
1434
  "Required for Live Social Login to work. Please follow the documentation at "
1435
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1436
  msgstr ""
1437
 
1438
- #: admin/social_login.php:607 admin/social_login.php:627
1439
- #: admin/social_login.php:853 admin/social_login.php:873
1440
- #: admin/social_login.php:1132 admin/social_login.php:1152
1441
  msgid ""
1442
  "Paste following url in the <strong>Redirect URIs</strong> option mentioned "
1443
  "at the link"
1444
  msgstr ""
1445
 
1446
- #: admin/social_login.php:616
1447
  msgid "Microsoft Client Secret"
1448
  msgstr ""
1449
 
1450
- #: admin/social_login.php:625
1451
  #, php-format
1452
  msgid ""
1453
  "Required for Live Social Login to work. Please follow the documentation at "
@@ -1455,71 +1467,71 @@ msgid ""
1455
  "Secret key"
1456
  msgstr ""
1457
 
1458
- #: admin/social_login.php:638
1459
  msgid "Steam API Key"
1460
  msgstr ""
1461
 
1462
- #: admin/social_login.php:647
1463
  #, php-format
1464
  msgid ""
1465
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1466
  "\"_blank\">this link</a>"
1467
  msgstr ""
1468
 
1469
- #: admin/social_login.php:648
1470
  msgid "Save following <strong>domain</strong> to get the key"
1471
  msgstr ""
1472
 
1473
- #: admin/social_login.php:659
1474
  msgid "Yahoo Client ID"
1475
  msgstr ""
1476
 
1477
- #: admin/social_login.php:668
1478
  #, php-format
1479
  msgid ""
1480
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1481
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
1482
  msgstr ""
1483
 
1484
- #: admin/social_login.php:670 admin/social_login.php:690
1485
  msgid ""
1486
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1487
  "at the link"
1488
  msgstr ""
1489
 
1490
- #: admin/social_login.php:679
1491
  msgid "Yahoo Client Secret"
1492
  msgstr ""
1493
 
1494
- #: admin/social_login.php:688
1495
  #, php-format
1496
  msgid ""
1497
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1498
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
1499
  msgstr ""
1500
 
1501
- #: admin/social_login.php:703
1502
  msgid "Discord Client ID"
1503
  msgstr ""
1504
 
1505
- #: admin/social_login.php:712
1506
  #, php-format
1507
  msgid ""
1508
  "Required for Discord Social Login to work. Please follow the documentation "
1509
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Discord Client ID"
1510
  msgstr ""
1511
 
1512
- #: admin/social_login.php:714 admin/social_login.php:734
1513
  msgid ""
1514
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1515
  "the link"
1516
  msgstr ""
1517
 
1518
- #: admin/social_login.php:723
1519
  msgid "Discord Client Secret"
1520
  msgstr ""
1521
 
1522
- #: admin/social_login.php:732
1523
  #, php-format
1524
  msgid ""
1525
  "Required for Discord Social Login to work. Please follow the documentation "
@@ -1527,28 +1539,28 @@ msgid ""
1527
  "Secret key"
1528
  msgstr ""
1529
 
1530
- #: admin/social_login.php:747
1531
  msgid "Amazon Client ID"
1532
  msgstr ""
1533
 
1534
- #: admin/social_login.php:756
1535
  #, php-format
1536
  msgid ""
1537
  "Required for Amazon Social Login to work. Please follow the documentation at "
1538
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Amazon Client ID"
1539
  msgstr ""
1540
 
1541
- #: admin/social_login.php:758 admin/social_login.php:778
1542
  msgid ""
1543
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1544
  "mentioned at the link"
1545
  msgstr ""
1546
 
1547
- #: admin/social_login.php:767
1548
  msgid "Amazon Client Secret"
1549
  msgstr ""
1550
 
1551
- #: admin/social_login.php:776
1552
  #, php-format
1553
  msgid ""
1554
  "Required for Amazon Social Login to work. Please follow the documentation at "
@@ -1556,11 +1568,11 @@ msgid ""
1556
  "key"
1557
  msgstr ""
1558
 
1559
- #: admin/social_login.php:791
1560
  msgid "Stack Overflow Client ID"
1561
  msgstr ""
1562
 
1563
- #: admin/social_login.php:800
1564
  #, php-format
1565
  msgid ""
1566
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1568,11 +1580,11 @@ msgid ""
1568
  "Overflow Client ID"
1569
  msgstr ""
1570
 
1571
- #: admin/social_login.php:806
1572
  msgid "Stack Overflow Client Secret"
1573
  msgstr ""
1574
 
1575
- #: admin/social_login.php:815
1576
  #, php-format
1577
  msgid ""
1578
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1580,11 +1592,11 @@ msgid ""
1580
  "Overflow Client Secret key"
1581
  msgstr ""
1582
 
1583
- #: admin/social_login.php:821
1584
  msgid "Stack Overflow Key"
1585
  msgstr ""
1586
 
1587
- #: admin/social_login.php:831
1588
  #, php-format
1589
  msgid ""
1590
  "Required for Stack Overflow Social Login to work. Please follow the "
@@ -1592,22 +1604,22 @@ msgid ""
1592
  "Overflow Key"
1593
  msgstr ""
1594
 
1595
- #: admin/social_login.php:842
1596
  msgid "Spotify Client ID"
1597
  msgstr ""
1598
 
1599
- #: admin/social_login.php:851
1600
  #, php-format
1601
  msgid ""
1602
  "Required for Spotify Social Login to work. Please follow the documentation "
1603
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
1604
  msgstr ""
1605
 
1606
- #: admin/social_login.php:862
1607
  msgid "Spotify Client Secret"
1608
  msgstr ""
1609
 
1610
- #: admin/social_login.php:871
1611
  #, php-format
1612
  msgid ""
1613
  "Required for Spotify Social Login to work. Please follow the documentation "
@@ -1615,22 +1627,22 @@ msgid ""
1615
  "Secret"
1616
  msgstr ""
1617
 
1618
- #: admin/social_login.php:886
1619
  msgid "Dribbble Client ID"
1620
  msgstr ""
1621
 
1622
- #: admin/social_login.php:895
1623
  #, php-format
1624
  msgid ""
1625
  "Required for Dribbble Social Login to work. Please follow the documentation "
1626
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
1627
  msgstr ""
1628
 
1629
- #: admin/social_login.php:906
1630
  msgid "Dribbble Client Secret"
1631
  msgstr ""
1632
 
1633
- #: admin/social_login.php:915
1634
  #, php-format
1635
  msgid ""
1636
  "Required for Dribbble Social Login to work. Please follow the documentation "
@@ -1638,11 +1650,11 @@ msgid ""
1638
  "Secret"
1639
  msgstr ""
1640
 
1641
- #: admin/social_login.php:929
1642
  msgid "Odnoklassniki Application ID"
1643
  msgstr ""
1644
 
1645
- #: admin/social_login.php:938
1646
  #, php-format
1647
  msgid ""
1648
  "Required for Odnoklassniki Social Login to work. Please follow the "
@@ -1650,18 +1662,18 @@ msgid ""
1650
  "Odnoklassniki Application ID"
1651
  msgstr ""
1652
 
1653
- #: admin/social_login.php:940 admin/social_login.php:959
1654
- #: admin/social_login.php:979
1655
  msgid ""
1656
  "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1657
  "the link"
1658
  msgstr ""
1659
 
1660
- #: admin/social_login.php:948
1661
  msgid "Odnoklassniki Public key"
1662
  msgstr ""
1663
 
1664
- #: admin/social_login.php:957
1665
  #, php-format
1666
  msgid ""
1667
  "Required for Odnoklassniki Social Login to work. Please follow the "
@@ -1669,11 +1681,11 @@ msgid ""
1669
  "Odnoklassniki Public Key"
1670
  msgstr ""
1671
 
1672
- #: admin/social_login.php:968
1673
  msgid "Odnoklassniki Secret Key"
1674
  msgstr ""
1675
 
1676
- #: admin/social_login.php:977
1677
  #, php-format
1678
  msgid ""
1679
  "Required for Odnoklassniki Social Login to work. Please follow the "
@@ -1681,61 +1693,61 @@ msgid ""
1681
  "Odnoklassniki Secret Key"
1682
  msgstr ""
1683
 
1684
- #: admin/social_login.php:992
1685
  msgid "Yandex Client ID"
1686
  msgstr ""
1687
 
1688
- #: admin/social_login.php:1001
1689
  #, php-format
1690
  msgid ""
1691
  "Required for Yandex Social Login to work. Please follow the documentation at "
1692
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1693
  msgstr ""
1694
 
1695
- #: admin/social_login.php:1003 admin/social_login.php:1023
1696
  msgid ""
1697
  "Paste following url in the <strong>Callback URI</strong> option mentioned at "
1698
  "the link"
1699
  msgstr ""
1700
 
1701
- #: admin/social_login.php:1012
1702
  msgid "Yandex Client Secret"
1703
  msgstr ""
1704
 
1705
- #: admin/social_login.php:1021
1706
  #, php-format
1707
  msgid ""
1708
  "Required for Yandex Social Login to work. Please follow the documentation at "
1709
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1710
  msgstr ""
1711
 
1712
- #: admin/social_login.php:1035
1713
  msgid "Twitch Client ID"
1714
  msgstr ""
1715
 
1716
- #: admin/social_login.php:1044
1717
  #, php-format
1718
  msgid ""
1719
  "Required for Twitch Social Login to work. Please follow the documentation at "
1720
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1721
  msgstr ""
1722
 
1723
- #: admin/social_login.php:1055
1724
  msgid "Twitch Client Secret"
1725
  msgstr ""
1726
 
1727
- #: admin/social_login.php:1064
1728
  #, php-format
1729
  msgid ""
1730
  "Required for Twitch Social Login to work. Please follow the documentation at "
1731
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
1732
  msgstr ""
1733
 
1734
- #: admin/social_login.php:1079
1735
  msgid "Foursquare Client ID"
1736
  msgstr ""
1737
 
1738
- #: admin/social_login.php:1088
1739
  #, php-format
1740
  msgid ""
1741
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1743,17 +1755,17 @@ msgid ""
1743
  "Foursquare Client ID"
1744
  msgstr ""
1745
 
1746
- #: admin/social_login.php:1090 admin/social_login.php:1110
1747
  msgid ""
1748
  "Paste following url in the <strong>Redirect URL</strong> option mentioned at "
1749
  "the link"
1750
  msgstr ""
1751
 
1752
- #: admin/social_login.php:1099
1753
  msgid "Foursquare Client Secret"
1754
  msgstr ""
1755
 
1756
- #: admin/social_login.php:1108
1757
  #, php-format
1758
  msgid ""
1759
  "Required for Foursquare Social Login to work. Please follow the "
@@ -1761,100 +1773,100 @@ msgid ""
1761
  "Foursquare Client Secret"
1762
  msgstr ""
1763
 
1764
- #: admin/social_login.php:1121
1765
  msgid "Dropbox App Key"
1766
  msgstr ""
1767
 
1768
- #: admin/social_login.php:1130
1769
  #, php-format
1770
  msgid ""
1771
  "Required for Dropbox Social Login to work. Please follow the documentation "
1772
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
1773
  msgstr ""
1774
 
1775
- #: admin/social_login.php:1141
1776
  msgid "Dropbox App Secret"
1777
  msgstr ""
1778
 
1779
- #: admin/social_login.php:1150
1780
  #, php-format
1781
  msgid ""
1782
  "Required for Dropbox Social Login to work. Please follow the documentation "
1783
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
1784
  msgstr ""
1785
 
1786
- #: admin/social_login.php:1165
1787
  msgid "Disqus Public Key"
1788
  msgstr ""
1789
 
1790
- #: admin/social_login.php:1174
1791
  #, php-format
1792
  msgid ""
1793
  "Required for Disqus Social Login to work. Please follow the documentation at "
1794
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
1795
  msgstr ""
1796
 
1797
- #: admin/social_login.php:1185
1798
  msgid "Disqus Secret Key"
1799
  msgstr ""
1800
 
1801
- #: admin/social_login.php:1194
1802
  #, php-format
1803
  msgid ""
1804
  "Required for Disqus Social Login to work. Please follow the documentation at "
1805
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
1806
  msgstr ""
1807
 
1808
- #: admin/social_login.php:1209
1809
  msgid "Reddit Client ID"
1810
  msgstr ""
1811
 
1812
- #: admin/social_login.php:1218
1813
  #, php-format
1814
  msgid ""
1815
  "Required for Reddit Social Login to work. Please follow the documentation at "
1816
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
1817
  msgstr ""
1818
 
1819
- #: admin/social_login.php:1220 admin/social_login.php:1240
1820
  msgid ""
1821
  "Paste following url in the <strong>Redirect Uri</strong> option mentioned at "
1822
  "the link"
1823
  msgstr ""
1824
 
1825
- #: admin/social_login.php:1229
1826
  msgid "Reddit Client Secret"
1827
  msgstr ""
1828
 
1829
- #: admin/social_login.php:1238
1830
  #, php-format
1831
  msgid ""
1832
  "Required for Reddit Social Login to work. Please follow the documentation at "
1833
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
1834
  msgstr ""
1835
 
1836
- #: admin/social_login.php:1253
1837
  msgid "Mail.ru Client ID"
1838
  msgstr ""
1839
 
1840
- #: admin/social_login.php:1262
1841
  #, php-format
1842
  msgid ""
1843
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1844
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Mail.ru Client ID"
1845
  msgstr ""
1846
 
1847
- #: admin/social_login.php:1264 admin/social_login.php:1284
1848
  msgid ""
1849
  "Paste following url in the <strong>All redirect_uri</strong> option "
1850
  "mentioned at the link"
1851
  msgstr ""
1852
 
1853
- #: admin/social_login.php:1273
1854
  msgid "Mail.ru Client Secret"
1855
  msgstr ""
1856
 
1857
- #: admin/social_login.php:1282
1858
  #, php-format
1859
  msgid ""
1860
  "Required for Mail.ru Social Login to work. Please follow the documentation "
@@ -1862,81 +1874,81 @@ msgid ""
1862
  "Secret"
1863
  msgstr ""
1864
 
1865
- #: admin/social_login.php:1297
1866
  msgid "Github Client ID"
1867
  msgstr ""
1868
 
1869
- #: admin/social_login.php:1306
1870
  #, php-format
1871
  msgid ""
1872
  "Required for Github Social Login to work. Please follow the documentation at "
1873
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
1874
  msgstr ""
1875
 
1876
- #: admin/social_login.php:1317
1877
  msgid "Github Client Secret"
1878
  msgstr ""
1879
 
1880
- #: admin/social_login.php:1326
1881
  #, php-format
1882
  msgid ""
1883
  "Required for Github Social Login to work. Please follow the documentation at "
1884
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
1885
  msgstr ""
1886
 
1887
- #: admin/social_login.php:1341
1888
  msgid "Kakao Client ID"
1889
  msgstr ""
1890
 
1891
- #: admin/social_login.php:1350
1892
  #, php-format
1893
  msgid ""
1894
  "Required for Kakao Social Login to work. Please follow the documentation at "
1895
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
1896
  msgstr ""
1897
 
1898
- #: admin/social_login.php:1361
1899
  msgid "Kakao Client Secret"
1900
  msgstr ""
1901
 
1902
- #: admin/social_login.php:1370
1903
  #, php-format
1904
  msgid ""
1905
  "Required for Kakao Social Login to work. Please follow the documentation at "
1906
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
1907
  msgstr ""
1908
 
1909
- #: admin/social_login.php:1391
1910
  msgid "Social Login Options"
1911
  msgstr ""
1912
 
1913
- #: admin/social_login.php:1406
1914
  #, fuzzy
1915
  msgid "Text to display above the Social Login interface"
1916
  msgstr "Texto exibido acima da interface de Autenticação Social"
1917
 
1918
- #: admin/social_login.php:1414
1919
  msgid "Trigger social login in the same browser tab"
1920
  msgstr ""
1921
 
1922
- #: admin/social_login.php:1424
1923
  msgid "Trigger social login in the same browser tab instead of a popup window"
1924
  msgstr ""
1925
 
1926
- #: admin/social_login.php:1431
1927
  msgid "Center align icons"
1928
  msgstr ""
1929
 
1930
- #: admin/social_login.php:1441
1931
  msgid "Center align social login icons"
1932
  msgstr ""
1933
 
1934
- #: admin/social_login.php:1448
1935
  #, fuzzy
1936
  msgid "Enable at login page"
1937
  msgstr "Habilia a página de autenticação"
1938
 
1939
- #: admin/social_login.php:1458
1940
  #, fuzzy
1941
  msgid ""
1942
  "Social Login interface will get enabled at the login page of your website"
@@ -1944,12 +1956,12 @@ msgstr ""
1944
  "Interface de Autenticação Social será habilitada na página de autenticação "
1945
  "do seu website"
1946
 
1947
- #: admin/social_login.php:1465
1948
  #, fuzzy
1949
  msgid "Enable at register page"
1950
  msgstr "Habilitar página de registro"
1951
 
1952
- #: admin/social_login.php:1475
1953
  #, fuzzy
1954
  msgid ""
1955
  "Social Login interface will get enabled at the registration page of your "
@@ -1958,24 +1970,24 @@ msgstr ""
1958
  "Interface de Autenticação Social será habilitada na página de registro de "
1959
  "seu website"
1960
 
1961
- #: admin/social_login.php:1482
1962
  #, fuzzy
1963
  msgid "Enable at comment form"
1964
  msgstr "Habilitar no formulário de comentário"
1965
 
1966
- #: admin/social_login.php:1492
1967
  #, fuzzy
1968
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1969
  msgstr ""
1970
  "Interface de Autenticação Social será habilitada em seu formulário de "
1971
  "comentários Wordpress"
1972
 
1973
- #: admin/social_login.php:1506
1974
  #, fuzzy
1975
  msgid "Enable before WooCommerce Customer Login Form"
1976
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1977
 
1978
- #: admin/social_login.php:1516
1979
  #, fuzzy
1980
  msgid ""
1981
  "Social Login Interface will get enabled before the customer login form at "
@@ -1984,46 +1996,46 @@ msgstr ""
1984
  "Interface de Autenticação Social será habilitada antes do formulário de "
1985
  "autenticação de cliente na página Minha Conta do WooCommerce"
1986
 
1987
- #: admin/social_login.php:1523
1988
  #, fuzzy
1989
  msgid "Enable at WooCommerce Customer Login Form"
1990
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1991
 
1992
- #: admin/social_login.php:1533
1993
  msgid ""
1994
  "Integrate Social Login Interface with the customer login form at WooCommerce "
1995
  "My Account page"
1996
  msgstr ""
1997
 
1998
- #: admin/social_login.php:1540
1999
  msgid "Enable at WooCommerce Customer Register Form"
2000
  msgstr ""
2001
 
2002
- #: admin/social_login.php:1550
2003
  msgid ""
2004
  "Integrate Social Login Interface with the customer register form at "
2005
  "WooCommerce My Account page"
2006
  msgstr ""
2007
 
2008
- #: admin/social_login.php:1557
2009
  #, fuzzy
2010
  msgid "Enable at WooCommerce checkout page"
2011
  msgstr "Habilitado na página de checkout do WooCommerce"
2012
 
2013
- #: admin/social_login.php:1567
2014
  #, fuzzy
2015
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2016
  msgstr ""
2017
  "Interface de Autenticação Social será habilitada página de checkout do "
2018
  "WooCommerce"
2019
 
2020
- #: admin/social_login.php:1577
2021
  #, fuzzy
2022
  msgid "Auto-approve comments made by Social Login users"
2023
  msgstr ""
2024
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2025
 
2026
- #: admin/social_login.php:1587
2027
  #, fuzzy
2028
  msgid ""
2029
  "If this option is enabled, and WordPress comment is made by Social Login "
@@ -2033,17 +2045,17 @@ msgstr ""
2033
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2034
  "considerações de moderação."
2035
 
2036
- #: admin/social_login.php:1588
2037
  #, fuzzy
2038
  msgid "Note: This is not related to Facebook comments"
2039
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2040
 
2041
- #: admin/social_login.php:1597
2042
  #, fuzzy
2043
  msgid "Enable social avatar"
2044
  msgstr "Habilitar o avatar social"
2045
 
2046
- #: admin/social_login.php:1607
2047
  #, fuzzy
2048
  msgid ""
2049
  "Social profile pictures of the logged in user will be displayed as profile "
@@ -2052,27 +2064,27 @@ msgstr ""
2052
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2053
  "do perfil"
2054
 
2055
- #: admin/social_login.php:1616
2056
  #, fuzzy
2057
  msgid "Avatar quality"
2058
  msgstr "Qualidade do Avatar"
2059
 
2060
- #: admin/social_login.php:1619
2061
  #, fuzzy
2062
  msgid "Average"
2063
  msgstr "Média"
2064
 
2065
- #: admin/social_login.php:1620
2066
  #, fuzzy
2067
  msgid "Best"
2068
  msgstr "Melhor"
2069
 
2070
- #: admin/social_login.php:1627
2071
  #, fuzzy
2072
  msgid "Choose avatar quality"
2073
  msgstr "Escolha a qualidade do avatar"
2074
 
2075
- #: admin/social_login.php:1635
2076
  #, fuzzy
2077
  msgid ""
2078
  "Show option for users to update social avatar at BuddyPress profile page"
@@ -2080,7 +2092,7 @@ msgstr ""
2080
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2081
  "perfil do BuddyPress"
2082
 
2083
- #: admin/social_login.php:1645
2084
  #, fuzzy
2085
  msgid ""
2086
  "If enabled, users would be able to update their social avatar from \"Profile "
@@ -2089,12 +2101,12 @@ msgstr ""
2089
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2090
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2091
 
2092
- #: admin/social_login.php:1655 super_socializer.php:2203
2093
  #, fuzzy
2094
  msgid "Email required"
2095
  msgstr "Necessário email"
2096
 
2097
- #: admin/social_login.php:1665
2098
  #, fuzzy
2099
  msgid ""
2100
  "If enabled and Social ID provider does not provide user's email address on "
@@ -2105,11 +2117,11 @@ msgstr ""
2105
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2106
  "email. Do contrário, um email postiço será gerado"
2107
 
2108
- #: admin/social_login.php:1673
2109
  msgid "Send post-registration email to user to set account password"
2110
  msgstr ""
2111
 
2112
- #: admin/social_login.php:1683
2113
  #, fuzzy
2114
  msgid ""
2115
  "If enabled, an email will be sent to user after registration through Social "
@@ -2120,120 +2132,120 @@ msgstr ""
2120
  "Social, com respeito as credecial do usuário para autenticação (username-"
2121
  "senha para possibilitar a autenticação via formulário tradicional)"
2122
 
2123
- #: admin/social_login.php:1690
2124
  msgid "Send new user registration notification email to admin"
2125
  msgstr ""
2126
 
2127
- #: admin/social_login.php:1700
2128
  msgid ""
2129
  "If enabled, an email will be sent to admin after new user registers through "
2130
  "Social Login, notifying admin about the new user registration"
2131
  msgstr ""
2132
 
2133
- #: admin/social_login.php:1707
2134
  #, fuzzy
2135
  msgid "Login redirection"
2136
  msgstr "Redireção de autenticação"
2137
 
2138
- #: admin/social_login.php:1711
2139
  #, fuzzy
2140
  msgid "Same page where user logged in"
2141
  msgstr "Mesma página onde o usuário autenticou-se"
2142
 
2143
- #: admin/social_login.php:1715 admin/social_login.php:1744
2144
  #, fuzzy
2145
  msgid "Account dashboard"
2146
  msgstr "Painel da Conta"
2147
 
2148
- #: admin/social_login.php:1718 admin/social_login.php:1747
2149
  #, fuzzy
2150
  msgid "BuddyPress profile page"
2151
  msgstr "Página de perfil BuddyPress"
2152
 
2153
- #: admin/social_login.php:1721 admin/social_login.php:1750 inc/widget.php:265
2154
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2155
  #, fuzzy
2156
  msgid "Custom Url"
2157
  msgstr "Url Personalizada"
2158
 
2159
- #: admin/social_login.php:1729
2160
  #, fuzzy
2161
  msgid "User will be redirected to the selected page after Social Login"
2162
  msgstr ""
2163
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2164
 
2165
- #: admin/social_login.php:1736
2166
  #, fuzzy
2167
  msgid "Registration redirection"
2168
  msgstr "Redirecionamento de registro"
2169
 
2170
- #: admin/social_login.php:1740
2171
  #, fuzzy
2172
  msgid "Same page from where user registered"
2173
  msgstr "Mesma página de onde o usuário se registrou"
2174
 
2175
- #: admin/social_login.php:1756
2176
  msgid "Username Separator"
2177
  msgstr ""
2178
 
2179
- #: admin/social_login.php:1760
2180
  msgid "Dash (-)"
2181
  msgstr ""
2182
 
2183
- #: admin/social_login.php:1762
2184
  msgid "Underscore (_)"
2185
  msgstr ""
2186
 
2187
- #: admin/social_login.php:1764
2188
  msgid "Dot (.)"
2189
  msgstr ""
2190
 
2191
- #: admin/social_login.php:1766
2192
  msgid "None"
2193
  msgstr ""
2194
 
2195
- #: admin/social_login.php:1774
2196
  msgid ""
2197
  "Choose one of the underscore, dot or dash to use to join first and last "
2198
  "names in the usernames of the new users"
2199
  msgstr ""
2200
 
2201
- #: admin/social_login.php:1781
2202
  msgid "Allow cyrillic characters in the name"
2203
  msgstr ""
2204
 
2205
- #: admin/social_login.php:1785
2206
  msgid "Allow cyrillic"
2207
  msgstr ""
2208
 
2209
- #: admin/social_login.php:1787
2210
  msgid "Allow Arabic"
2211
  msgstr ""
2212
 
2213
- #: admin/social_login.php:1789
2214
  msgid "Allow Chinese"
2215
  msgstr ""
2216
 
2217
- #: admin/social_login.php:1796
2218
  msgid ""
2219
  "Allow cyrillic, Arabic and Chinese characters in the names of the new users "
2220
  "registering via social login"
2221
  msgstr ""
2222
 
2223
- #: admin/social_login.php:1805
2224
  msgid "Social Account Linking Options"
2225
  msgstr ""
2226
 
2227
- #: admin/social_login.php:1820
2228
  msgid "Text to display above the Social Account Linking interface"
2229
  msgstr ""
2230
 
2231
- #: admin/social_login.php:1827
2232
  msgid ""
2233
  "Link social account to already existing account, if email address matches"
2234
  msgstr ""
2235
 
2236
- #: admin/social_login.php:1837
2237
  msgid ""
2238
  "If email address of the user's Social Account matches with an already "
2239
  "existing account at your website, that social account will be linked to "
@@ -2241,12 +2253,12 @@ msgid ""
2241
  "Linking interface at their profile page."
2242
  msgstr ""
2243
 
2244
- #: admin/social_login.php:1845
2245
  #, fuzzy
2246
  msgid "Enable social account linking at BuddyPress profile page"
2247
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2248
 
2249
- #: admin/social_login.php:1855
2250
  #, fuzzy
2251
  msgid ""
2252
  "Enable this option to show social account linking interface at BuddyPress "
@@ -2255,17 +2267,17 @@ msgstr ""
2255
  "Habilitar estar opção para exibir a conta social associada a página de "
2256
  "interface de perfil do BuddyPress"
2257
 
2258
- #: admin/social_login.php:1866
2259
  #, fuzzy
2260
  msgid "Email popup options"
2261
  msgstr "Opções de popup de email"
2262
 
2263
- #: admin/social_login.php:1871
2264
  #, fuzzy
2265
  msgid "Text on 'Email required' popup"
2266
  msgstr "Texto popup de 'Email requerido'"
2267
 
2268
- #: admin/social_login.php:1881
2269
  #, fuzzy
2270
  msgid ""
2271
  "This text will be displayed on email required popup. Leave empty if not "
@@ -2274,12 +2286,12 @@ msgstr ""
2274
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2275
  "o email não for requerido."
2276
 
2277
- #: admin/social_login.php:1889
2278
  #, fuzzy
2279
  msgid "Error message for 'Email required' popup"
2280
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2281
 
2282
- #: admin/social_login.php:1899
2283
  #, fuzzy
2284
  msgid ""
2285
  "This message will be displayed to user if it provides invalid or already "
@@ -2288,12 +2300,12 @@ msgstr ""
2288
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2289
  "ou já registrado"
2290
 
2291
- #: admin/social_login.php:1907
2292
  #, fuzzy
2293
  msgid "Email popup height"
2294
  msgstr "Altura do popup de email"
2295
 
2296
- #: admin/social_login.php:1917
2297
  #, fuzzy
2298
  msgid ""
2299
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
@@ -2304,12 +2316,12 @@ msgstr ""
2304
  "requirido\\\", você pode incrementar a altura do popup através de "
2305
  "especificação nesta opção. Deixe vazio para padrão."
2306
 
2307
- #: admin/social_login.php:1924
2308
  #, fuzzy
2309
  msgid "Enable email verification"
2310
  msgstr "Habilitar verificação de email"
2311
 
2312
- #: admin/social_login.php:1934
2313
  #, fuzzy
2314
  msgid ""
2315
  "If enabled, email provided by the user will be verified by sending a "
@@ -2320,92 +2332,92 @@ msgstr ""
2320
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2321
  "antes de validar seu email"
2322
 
2323
- #: admin/social_login.php:1954
2324
  msgid "Enable GDPR opt-in"
2325
  msgstr ""
2326
 
2327
- #: admin/social_login.php:1964
2328
  msgid ""
2329
  "Enable it to show GDPR opt-in for social login and social account linking"
2330
  msgstr ""
2331
 
2332
- #: admin/social_login.php:1972
2333
  msgid "Placement of GDPR opt-in"
2334
  msgstr ""
2335
 
2336
- #: admin/social_login.php:1976
2337
  msgid "Above Social Login icons"
2338
  msgstr ""
2339
 
2340
- #: admin/social_login.php:1978
2341
  msgid "Below Social Login icons"
2342
  msgstr ""
2343
 
2344
- #: admin/social_login.php:1984
2345
  msgid "Placement of GDPR opt-in above or below the social login icons"
2346
  msgstr ""
2347
 
2348
- #: admin/social_login.php:1991
2349
  msgid "Opt-in text"
2350
  msgstr ""
2351
 
2352
- #: admin/social_login.php:2001
2353
  msgid "Text for the GDPR opt-in"
2354
  msgstr ""
2355
 
2356
- #: admin/social_login.php:2008
2357
  msgid "Text to link to Terms-Conditions page"
2358
  msgstr ""
2359
 
2360
- #: admin/social_login.php:2018
2361
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2362
  msgstr ""
2363
 
2364
- #: admin/social_login.php:2025
2365
  msgid "Terms-Conditions Url"
2366
  msgstr ""
2367
 
2368
- #: admin/social_login.php:2035
2369
  msgid "Url of the terms-conditions page of your website"
2370
  msgstr ""
2371
 
2372
- #: admin/social_login.php:2042
2373
  msgid "Text to link to Privacy Policy page"
2374
  msgstr ""
2375
 
2376
- #: admin/social_login.php:2052
2377
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2378
  msgstr ""
2379
 
2380
- #: admin/social_login.php:2059
2381
  msgid "Privacy Policy Url"
2382
  msgstr ""
2383
 
2384
- #: admin/social_login.php:2069
2385
  msgid "Url of the privacy policy page of your website"
2386
  msgstr ""
2387
 
2388
- #: admin/social_login.php:2120 inc/widget.php:262 inc/widget.php:441
2389
  #: inc/widget.php:605 inc/widget.php:754
2390
  #, fuzzy
2391
  msgid "Select"
2392
  msgstr "Selecione"
2393
 
2394
- #: admin/social_login.php:2151
2395
  #, fuzzy
2396
  msgid "Social Login Shortcode & Widget"
2397
  msgstr "Autenticação Social Shortcode & Widget"
2398
 
2399
- #: admin/social_login.php:2152
2400
  #, fuzzy
2401
  msgid "Social Linking Shortcode"
2402
  msgstr "Shortcode de associação Social"
2403
 
2404
- #: admin/social_login.php:2167
2405
  msgid "Why is social login not working?"
2406
  msgstr ""
2407
 
2408
- #: admin/social_login.php:2168
2409
  msgid ""
2410
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2411
  "belong to the same app"
@@ -3091,7 +3103,7 @@ msgstr ""
3091
  msgid "Why is Facebook share count not working?"
3092
  msgstr ""
3093
 
3094
- #: admin/social_sharing.php:1977 super_socializer.php:3363
3095
  #, php-format
3096
  msgid ""
3097
  "After the recent changes introduced in the Facebook graph API, it's not "
@@ -3204,105 +3216,105 @@ msgstr ""
3204
  msgid "Settings saved"
3205
  msgstr "Configurações salvas"
3206
 
3207
- #: helper.php:203
3208
  msgid "Click to toggle help"
3209
  msgstr ""
3210
 
3211
- #: helper.php:284
3212
  msgid "Add-Ons"
3213
  msgstr ""
3214
 
3215
- #: helper.php:285
3216
  msgid "Support Documentation"
3217
  msgstr ""
3218
 
3219
- #: helper.php:286
3220
  #, fuzzy
3221
  msgid "Settings"
3222
  msgstr "Configurações"
3223
 
3224
- #: helper.php:562
3225
  #, fuzzy
3226
  msgid "Account linked successfully"
3227
  msgstr "Conta associada com sucesso"
3228
 
3229
- #: helper.php:566
3230
  #, fuzzy
3231
  msgid "Account already exists or linked"
3232
  msgstr "Conta já existente ou já está associada"
3233
 
3234
- #: helper.php:602 helper.php:604
3235
  #, fuzzy
3236
  msgid "Login with"
3237
  msgstr "Ganhe pontos na Autenticação Social"
3238
 
3239
- #: helper.php:639 helper.php:645
3240
  #, fuzzy
3241
  msgid "Currently"
3242
  msgstr "Atualmente"
3243
 
3244
- #: helper.php:639 helper.php:645
3245
  msgid "Connected with"
3246
  msgstr ""
3247
 
3248
- #: helper.php:639 helper.php:645
3249
  #, fuzzy
3250
  msgid "Remove"
3251
  msgstr "Remover"
3252
 
3253
- #: helper.php:718
3254
  #, fuzzy
3255
  msgid "Social Account Linking"
3256
  msgstr ""
3257
  "Habilitar estar opção para exibir a conta social associada a página de "
3258
  "interface de perfil do BuddyPress"
3259
 
3260
- #: helper.php:769
3261
  #, fuzzy
3262
  msgid "Disable Standard Social Sharing on this "
3263
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3264
 
3265
- #: helper.php:774
3266
  #, fuzzy
3267
  msgid "Disable Floating Social Sharing on this "
3268
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3269
 
3270
- #: helper.php:779
3271
  #, fuzzy
3272
  msgid "Disable Standard like buttons on this "
3273
  msgstr "Desabilitar o botão de like padrão neste(a) "
3274
 
3275
- #: helper.php:784
3276
  #, fuzzy
3277
  msgid "Disable Floating like buttons on this "
3278
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3279
 
3280
- #: helper.php:789
3281
  #, fuzzy
3282
  msgid "Disable Social Commenting on this "
3283
  msgstr "Desabilitar o Comentário Social neste(a) "
3284
 
3285
- #: helper.php:798
3286
  #, fuzzy
3287
  msgid "Standard Sharing Interface"
3288
  msgstr "Interface Padrão de Compartilhamento"
3289
 
3290
- #: helper.php:804 helper.php:823
3291
  #, fuzzy
3292
  msgid "Starting share count for "
3293
  msgstr "Iniciando contagem compartilhada para "
3294
 
3295
- #: helper.php:817
3296
  #, fuzzy
3297
  msgid "Floating Sharing Interface"
3298
  msgstr "Interface de Compartilhamento Flutuante"
3299
 
3300
- #: helper.php:929 super_socializer.php:2613
3301
  #, fuzzy
3302
  msgid "Social Avatar"
3303
  msgstr "Avatar Social"
3304
 
3305
- #: helper.php:932 super_socializer.php:2624
3306
  #, fuzzy
3307
  msgid ""
3308
  "Do not fetch and update social avatar from my profile, next time I Social "
@@ -3311,39 +3323,39 @@ msgstr ""
3311
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3312
  "Autenticação Social"
3313
 
3314
- #: helper.php:933 super_socializer.php:2628
3315
  #, fuzzy
3316
  msgid "Update social avatar, next time I Social Login"
3317
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3318
 
3319
- #: helper.php:936
3320
  #, fuzzy
3321
  msgid "Small Avatar"
3322
  msgstr "Avatar Pequeno"
3323
 
3324
- #: helper.php:940
3325
  #, fuzzy
3326
  msgid "Large Avatar"
3327
  msgstr "Avatar Grande"
3328
 
3329
- #: helper.php:1000 super_socializer.php:2181
3330
  #, fuzzy
3331
  msgid "Please verify your email address to login."
3332
  msgstr "Por favor verifique seu endereço de email no login."
3333
 
3334
- #: helper.php:1037
3335
  msgid "Click to delete social profile data"
3336
  msgstr ""
3337
 
3338
- #: helper.php:1066
3339
  msgid "Deleting"
3340
  msgstr ""
3341
 
3342
- #: helper.php:1076
3343
  msgid "Deleted"
3344
  msgstr ""
3345
 
3346
- #: helper.php:1078
3347
  msgid "Something bad happened"
3348
  msgstr ""
3349
 
@@ -3361,29 +3373,29 @@ msgstr ""
3361
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3362
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3363
 
3364
- #: inc/social_login.php:1067
3365
  #, fuzzy
3366
  msgid "Email"
3367
  msgstr "Opções de popup de email"
3368
 
3369
- #: inc/social_login.php:1068
3370
  msgid "Confirm email"
3371
  msgstr ""
3372
 
3373
- #: inc/social_login.php:1070
3374
  msgid "Save"
3375
  msgstr ""
3376
 
3377
- #: inc/social_login.php:1071
3378
  msgid "Cancel"
3379
  msgstr ""
3380
 
3381
- #: inc/social_login.php:1145
3382
  #, fuzzy
3383
  msgid "Email Verification"
3384
  msgstr "Habilitar verificação de email"
3385
 
3386
- #: inc/social_login.php:1147
3387
  msgid ""
3388
  "Please click on the following link or paste it in browser to verify your "
3389
  "email"
@@ -3404,12 +3416,12 @@ msgstr ""
3404
  msgid "Total Shares"
3405
  msgstr "Exibe total de compartilhamentos"
3406
 
3407
- #: inc/social_sharing.php:272 super_socializer.php:2291
3408
  #, fuzzy
3409
  msgid "Share"
3410
  msgstr "Posição do contador de compartilhamento"
3411
 
3412
- #: inc/social_sharing.php:272 super_socializer.php:2291
3413
  #, fuzzy
3414
  msgid "Shares"
3415
  msgstr ""
@@ -3749,27 +3761,27 @@ msgstr ""
3749
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3750
  msgstr ""
3751
 
3752
- #: super_socializer.php:640
3753
  msgid ""
3754
  "cURL is not enabled at your website server. Please contact your website "
3755
  "server administrator to enable it."
3756
  msgstr ""
3757
 
3758
- #: super_socializer.php:668
3759
  #, php-format
3760
  msgid ""
3761
  "Enter exactly the following url in <strong>Website</strong> option in your "
3762
  "Twitter app (see step 3 %s)"
3763
  msgstr ""
3764
 
3765
- #: super_socializer.php:671
3766
  #, php-format
3767
  msgid ""
3768
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3769
  "your Twitter app (see step 3 %s)"
3770
  msgstr ""
3771
 
3772
- #: super_socializer.php:674
3773
  #, fuzzy
3774
  msgid ""
3775
  "Make sure cURL is enabled at your website server. You may need to contact "
@@ -3778,139 +3790,139 @@ msgstr ""
3778
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3779
  "que contatar o administrador do servidor do seu website para verificar isso."
3780
 
3781
- #: super_socializer.php:2159
3782
  msgid "Search"
3783
  msgstr ""
3784
 
3785
- #: super_socializer.php:2181
3786
  #, fuzzy
3787
  msgid "Your email has been verified. Now you can login to your account"
3788
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3789
 
3790
- #: super_socializer.php:2185
3791
  #, fuzzy
3792
  msgid "Notification"
3793
  msgstr "Notificaçao"
3794
 
3795
- #: super_socializer.php:2206
3796
  #, fuzzy
3797
  msgid "Please check your email inbox to complete the registration."
3798
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3799
 
3800
- #: super_socializer.php:2275
3801
  #, fuzzy
3802
  msgid "Leave a reply"
3803
  msgstr "Deixe uma resposta"
3804
 
3805
- #: super_socializer.php:2291
3806
  msgid "Link copied."
3807
  msgstr ""
3808
 
3809
- #: super_socializer.php:2529
3810
  #, fuzzy
3811
  msgid "Super Socializer - General Options"
3812
  msgstr "Super Socializer - Opções Gerais"
3813
 
3814
- #: super_socializer.php:2600
3815
  msgid ""
3816
  "I agree to my personal data being stored and used as per Privacy Policy and "
3817
  "Terms and Conditions"
3818
  msgstr ""
3819
 
3820
- #: super_socializer.php:2604
3821
  msgid ""
3822
  "I revoke my consent to store and use my personal data. Kindly delete my "
3823
  "personal data saved in this website."
3824
  msgstr ""
3825
 
3826
- #: super_socializer.php:2616
3827
  #, fuzzy
3828
  msgid "Small Avatar Url"
3829
  msgstr "Url para Avatar pequeno"
3830
 
3831
- #: super_socializer.php:2620
3832
  #, fuzzy
3833
  msgid "Large Avatar Url"
3834
  msgstr "Url para Avatar Grande"
3835
 
3836
- #: super_socializer.php:2722
3837
  msgid "Login with your Social ID"
3838
  msgstr ""
3839
 
3840
- #: super_socializer.php:2723
3841
  #, fuzzy
3842
  msgid "Email you entered is already registered or invalid"
3843
  msgstr "Email fornecido já está registrado ou é inválido"
3844
 
3845
- #: super_socializer.php:2730
3846
  #, fuzzy
3847
  msgid "Please enter a valid email address. You might be required to verify it"
3848
  msgstr ""
3849
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3850
  "confirmá-lo"
3851
 
3852
- #: super_socializer.php:2735 super_socializer.php:3566
3853
  #, fuzzy
3854
  msgid "Link your social account to login to your account at this website"
3855
  msgstr "Associe sua conta social ao login de sua conta neste website"
3856
 
3857
- #: super_socializer.php:3004
3858
  msgid "Thanks for installing Super Socializer plugin"
3859
  msgstr ""
3860
 
3861
- #: super_socializer.php:3006
3862
  msgid "Configure the Plugin"
3863
  msgstr ""
3864
 
3865
- #: super_socializer.php:3017
3866
  msgid ""
3867
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3868
  "current version of Super Socializer"
3869
  msgstr ""
3870
 
3871
- #: super_socializer.php:3026
3872
  msgid ""
3873
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3874
  "compatibility with the current version of Super Socializer"
3875
  msgstr ""
3876
 
3877
- #: super_socializer.php:3035
3878
  msgid ""
3879
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3880
  "compatibility with the current version of Super Socializer"
3881
  msgstr ""
3882
 
3883
- #: super_socializer.php:3044
3884
  msgid ""
3885
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3886
  "version of Super Socializer"
3887
  msgstr ""
3888
 
3889
- #: super_socializer.php:3053
3890
  msgid ""
3891
  "Update \"Social Login Buttons\" add-on to version 1.2.12 or above for "
3892
  "compatibility with the current version of Super Socializer"
3893
  msgstr ""
3894
 
3895
- #: super_socializer.php:3062
3896
  msgid ""
3897
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3898
  "for compatibility with the current version of Super Socializer"
3899
  msgstr ""
3900
 
3901
- #: super_socializer.php:3071
3902
  msgid ""
3903
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3904
  "with current version of Super Socializer"
3905
  msgstr ""
3906
 
3907
- #: super_socializer.php:3082
3908
  #, php-format
3909
  msgid ""
3910
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3911
  msgstr ""
3912
 
3913
- #: super_socializer.php:3091
3914
  #, php-format
3915
  msgid ""
3916
  "To continue using Instagram login create a new Instagram App as described <a "
@@ -3918,7 +3930,7 @@ msgid ""
3918
  "Instagram App Secret <a href=\"%s\">here</a>"
3919
  msgstr ""
3920
 
3921
- #: super_socializer.php:3100 super_socializer.php:3109
3922
  #, php-format
3923
  msgid ""
3924
  "To continue using bitly url shortener, login to your bit.ly account and "
@@ -3927,13 +3939,13 @@ msgid ""
3927
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3928
  msgstr ""
3929
 
3930
- #: super_socializer.php:3125
3931
  #, php-format
3932
  msgid ""
3933
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3934
  msgstr ""
3935
 
3936
- #: super_socializer.php:3149
3937
  #, php-format
3938
  msgid ""
3939
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -3941,14 +3953,14 @@ msgid ""
3941
  "target=\"_blank\">here</a>"
3942
  msgstr ""
3943
 
3944
- #: super_socializer.php:3149 super_socializer.php:3174
3945
- #: super_socializer.php:3199 super_socializer.php:3224
3946
- #: super_socializer.php:3257 super_socializer.php:3285
3947
- #: super_socializer.php:3312
3948
  msgid "Okay"
3949
  msgstr ""
3950
 
3951
- #: super_socializer.php:3174
3952
  #, php-format
3953
  msgid ""
3954
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
@@ -3956,7 +3968,7 @@ msgid ""
3956
  "\">here</a>"
3957
  msgstr ""
3958
 
3959
- #: super_socializer.php:3199
3960
  #, php-format
3961
  msgid ""
3962
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -3964,7 +3976,7 @@ msgid ""
3964
  "target=\"_blank\">here</a>"
3965
  msgstr ""
3966
 
3967
- #: super_socializer.php:3224
3968
  #, php-format
3969
  msgid ""
3970
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -3972,13 +3984,13 @@ msgid ""
3972
  "target=\"_blank\">here</a>"
3973
  msgstr ""
3974
 
3975
- #: super_socializer.php:3235
3976
  #, php-format
3977
  msgid ""
3978
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3979
  msgstr ""
3980
 
3981
- #: super_socializer.php:3257
3982
  #, php-format
3983
  msgid ""
3984
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -3986,7 +3998,7 @@ msgid ""
3986
  "\"%s\" target=\"_blank\">here</a>"
3987
  msgstr ""
3988
 
3989
- #: super_socializer.php:3285
3990
  #, php-format
3991
  msgid ""
3992
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
@@ -3995,7 +4007,7 @@ msgid ""
3995
  "your website %s with them. No need to copy-paste any code from their website."
3996
  msgstr ""
3997
 
3998
- #: super_socializer.php:3312
3999
  #, php-format
4000
  msgid ""
4001
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
@@ -4003,7 +4015,7 @@ msgid ""
4003
  "\"%s\" target=\"_blank\">here</a>"
4004
  msgstr ""
4005
 
4006
- #: super_socializer.php:3337
4007
  #, php-format
4008
  msgid ""
4009
  "If you cannot get Linkedin login to work after updating the plugin, replace "
@@ -4011,11 +4023,11 @@ msgid ""
4011
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4012
  msgstr ""
4013
 
4014
- #: super_socializer.php:3337 super_socializer.php:3364
4015
  msgid "Dismiss"
4016
  msgstr ""
4017
 
4018
- #: super_socializer.php:3642
4019
  msgid ""
4020
  "Your browser is blocking some features of this website. Please follow the "
4021
  "instructions at {support_url} to unblock these."
3
  msgstr ""
4
  "Project-Id-Version: Super Socializer\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2022-10-21 16:03+0530\n"
7
  "PO-Revision-Date: 2021-05-05 13:27+0530\n"
8
  "Last-Translator: Heateor <hello@heateor.com>\n"
9
  "Language-Team: Heateor <hello@heateor.com>\n"
20
  #: admin/general_options.php:7 admin/general_options.php:93
21
  #: admin/like_buttons.php:6 admin/like_buttons.php:785
22
  #: admin/social_commenting.php:5 admin/social_commenting.php:405
23
+ #: admin/social_login.php:5 admin/social_login.php:2209
24
  #: admin/social_sharing.php:5 admin/social_sharing.php:2019
25
  #, php-format
26
  msgid ""
31
  msgstr ""
32
 
33
  #: admin/general_options.php:15 admin/social_commenting.php:47
34
+ #: super_socializer.php:2561
35
  #, fuzzy
36
  msgid "General Options"
37
  msgstr "Opções Gerais"
89
  "style&gt; )"
90
 
91
  #: admin/general_options.php:89 admin/like_buttons.php:781
92
+ #: admin/social_commenting.php:401 admin/social_login.php:2205
93
+ #: admin/social_sharing.php:2015 helper.php:947
94
  #, fuzzy
95
  msgid "Save Changes"
96
  msgstr "Salvar Alterações"
97
 
98
  #: admin/general_options.php:103 admin/like_buttons.php:791
99
+ #: admin/social_commenting.php:411 admin/social_login.php:2215
100
  #: admin/social_sharing.php:2025
101
  msgid "Instagram Shoutout"
102
  msgstr ""
103
 
104
  #: admin/general_options.php:105 admin/like_buttons.php:793
105
+ #: admin/social_commenting.php:413 admin/social_login.php:2217
106
  #: admin/social_sharing.php:2027
107
  msgid ""
108
  "If you can send (to hello@heateor.com) how this plugin is helping your "
237
  msgstr ""
238
 
239
  #: admin/like_buttons.php:50 admin/like_buttons.php:751
240
+ #: admin/social_login.php:45 admin/social_login.php:2172
241
  #: admin/social_sharing.php:59 admin/social_sharing.php:1939
242
  #: admin/social_sharing.php:1941
243
  #, fuzzy
246
 
247
  #: admin/like_buttons.php:51 admin/like_buttons.php:764
248
  #: admin/social_commenting.php:40 admin/social_commenting.php:384
249
+ #: admin/social_login.php:46 admin/social_login.php:2186
250
  #: admin/social_sharing.php:61 admin/social_sharing.php:1972
251
  #, fuzzy
252
  msgid "FAQ"
299
  msgstr ""
300
  "Url para like/compartilhar/tweet e exibir contadores like/compartilhar/tweet"
301
 
302
+ #: admin/like_buttons.php:105 admin/social_login.php:1419
303
+ #: admin/social_login.php:1833 admin/social_sharing.php:717 inc/widget.php:1038
304
  #, fuzzy
305
  msgid "Title"
306
  msgstr "Título"
380
  msgstr "Localização da interface"
381
 
382
  #: admin/like_buttons.php:218 admin/like_buttons.php:494
383
+ #: admin/social_login.php:1736 admin/social_login.php:1765
384
  #: admin/social_sharing.php:995 admin/social_sharing.php:1464
385
  #, fuzzy
386
  msgid "Homepage"
704
  msgstr ""
705
 
706
  #: admin/like_buttons.php:769 admin/social_commenting.php:392
707
+ #: admin/social_login.php:2194 admin/social_sharing.php:2004
708
  msgid "More"
709
  msgstr ""
710
 
952
  msgid "Social Commenting Shortcode"
953
  msgstr "Shortcode em Comentário Social"
954
 
955
+ #: admin/social_commenting.php:386 admin/social_login.php:2188
956
  #: admin/social_sharing.php:1974
957
  msgid ""
958
  "<strong>Note:</strong> Plugin will not work on local server. You should have "
970
  "Https?"
971
  msgstr ""
972
 
973
+ #: admin/social_commenting.php:389 admin/social_login.php:2193
974
  #: admin/social_sharing.php:1989
975
  msgid "Why is my browser blocking some features of the plugin?"
976
  msgstr ""
1010
  msgid "Advanced Configuration"
1011
  msgstr ""
1012
 
1013
+ #: admin/social_login.php:41 admin/social_login.php:1972
1014
+ #: super_socializer.php:2629
1015
  msgid "GDPR"
1016
  msgstr ""
1017
 
1018
+ #: admin/social_login.php:43 admin/social_login.php:2123
1019
  msgid "XProfile Integration"
1020
  msgstr ""
1021
 
1239
  msgstr ""
1240
 
1241
  #: admin/social_login.php:300 admin/social_login.php:325
1242
+ #: admin/social_login.php:546 admin/social_login.php:566
1243
+ #: admin/social_login.php:920 admin/social_login.php:940
1244
+ #: admin/social_login.php:1069 admin/social_login.php:1089
1245
+ #: admin/social_login.php:1199 admin/social_login.php:1219
1246
+ #: admin/social_login.php:1331 admin/social_login.php:1351
1247
+ #: admin/social_login.php:1375 admin/social_login.php:1395
1248
  msgid ""
1249
  "Paste following url in the <strong>Callback URL</strong> option mentioned at "
1250
  "the link"
1277
  msgstr ""
1278
 
1279
  #: admin/social_login.php:348 admin/social_login.php:369
1280
+ #: admin/social_login.php:588 admin/social_login.php:608
1281
  msgid ""
1282
  "Paste following url in the <strong>Redirect URLs</strong> option mentioned "
1283
  "at the link"
1308
  msgstr ""
1309
 
1310
  #: admin/social_login.php:392 admin/social_login.php:413
1311
+ #: admin/social_login.php:436
1312
  msgid ""
1313
  "Paste following url in the <strong>AUTHORIZED REDIRECT URI</strong> option "
1314
  "mentioned at the link"
1327
  msgstr ""
1328
 
1329
  #: admin/social_login.php:424
1330
+ msgid "Youtube API Key"
1331
+ msgstr ""
1332
+
1333
+ #: admin/social_login.php:434
1334
+ #, php-format
1335
+ msgid ""
1336
+ "Required for Youtube Social Login to work. Please follow the documentation "
1337
+ "at <a href=\"%s\" target=\"_blank\">this link</a> to get Youtube API Key"
1338
+ msgstr ""
1339
+
1340
+ #: admin/social_login.php:447
1341
  #, fuzzy
1342
  msgid "Vkontakte Application ID"
1343
  msgstr "Vkontakte Application ID"
1344
 
1345
+ #: admin/social_login.php:457 admin/social_login.php:478
1346
  #, fuzzy, php-format
1347
  msgid ""
1348
  "Required for Vkontakte Social Login to work. Please follow the documentation "
1353
  "documentação <a href=\\\"%s\\\" target=\\\"_blank\\\">neste link</a> para "
1354
  "obter Vkontakte Application ID"
1355
 
1356
+ #: admin/social_login.php:459 admin/social_login.php:480
1357
  msgid ""
1358
  "Paste following url in the <strong>Site address</strong> option mentioned at "
1359
  "the link"
1360
  msgstr ""
1361
 
1362
+ #: admin/social_login.php:468
1363
  msgid "Vkontakte Secure key"
1364
  msgstr ""
1365
 
1366
+ #: admin/social_login.php:491
1367
  msgid "Instagram App ID"
1368
  msgstr ""
1369
 
1370
+ #: admin/social_login.php:501
1371
  #, php-format
1372
  msgid ""
1373
  "Required for Instagram Social Login to work. Please follow the documentation "
1374
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App ID"
1375
  msgstr ""
1376
 
1377
+ #: admin/social_login.php:503 admin/social_login.php:524
1378
  msgid ""
1379
  "Paste following url in the <strong>Valid OAuth Redirect URIs</strong> option "
1380
  "mentioned at the link"
1381
  msgstr ""
1382
 
1383
+ #: admin/social_login.php:512
1384
  msgid "Instagram App Secret"
1385
  msgstr ""
1386
 
1387
+ #: admin/social_login.php:522
1388
  #, php-format
1389
  msgid ""
1390
  "Required for Instagram Social Login to work. Please follow the documentation "
1391
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Instagram App Secret"
1392
  msgstr ""
1393
 
1394
+ #: admin/social_login.php:535
1395
  msgid "Line Channel ID"
1396
  msgstr ""
1397
 
1398
+ #: admin/social_login.php:544
1399
  #, php-format
1400
  msgid ""
1401
  "Required for Line Social Login to work. Please follow the documentation at "
1402
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel ID"
1403
  msgstr ""
1404
 
1405
+ #: admin/social_login.php:555
1406
  msgid "Line Channel Secret"
1407
  msgstr ""
1408
 
1409
+ #: admin/social_login.php:564
1410
  #, php-format
1411
  msgid ""
1412
  "Required for Line Social Login to work. Please follow the documentation at "
1413
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Line Channel Secret"
1414
  msgstr ""
1415
 
1416
+ #: admin/social_login.php:577
1417
  msgid "Wordpress Client ID"
1418
  msgstr ""
1419
 
1420
+ #: admin/social_login.php:586
1421
  #, php-format
1422
  msgid ""
1423
  "Required for Wordpress Social Login to work. Please follow the documentation "
1424
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Wordpress Client ID"
1425
  msgstr ""
1426
 
1427
+ #: admin/social_login.php:597
1428
  msgid "Wordpress Client Secret"
1429
  msgstr ""
1430
 
1431
+ #: admin/social_login.php:606
1432
  #, php-format
1433
  msgid ""
1434
  "Required for Wordpress Social Login to work. Please follow the documentation "
1436
  "Secret"
1437
  msgstr ""
1438
 
1439
+ #: admin/social_login.php:619
1440
  msgid "Microsoft Client ID"
1441
  msgstr ""
1442
 
1443
+ #: admin/social_login.php:628
1444
  #, php-format
1445
  msgid ""
1446
  "Required for Live Social Login to work. Please follow the documentation at "
1447
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Microsoft Client ID"
1448
  msgstr ""
1449
 
1450
+ #: admin/social_login.php:630 admin/social_login.php:650
1451
+ #: admin/social_login.php:876 admin/social_login.php:896
1452
+ #: admin/social_login.php:1155 admin/social_login.php:1175
1453
  msgid ""
1454
  "Paste following url in the <strong>Redirect URIs</strong> option mentioned "
1455
  "at the link"
1456
  msgstr ""
1457
 
1458
+ #: admin/social_login.php:639
1459
  msgid "Microsoft Client Secret"
1460
  msgstr ""
1461
 
1462
+ #: admin/social_login.php:648
1463
  #, php-format
1464
  msgid ""
1465
  "Required for Live Social Login to work. Please follow the documentation at "
1467
  "Secret key"
1468
  msgstr ""
1469
 
1470
+ #: admin/social_login.php:661
1471
  msgid "Steam API Key"
1472
  msgstr ""
1473
 
1474
+ #: admin/social_login.php:670
1475
  #, php-format
1476
  msgid ""
1477
  "Required for Steam Social Login to work. Get it at <a href=\"%s\" target="
1478
  "\"_blank\">this link</a>"
1479
  msgstr ""
1480
 
1481
+ #: admin/social_login.php:671
1482
  msgid "Save following <strong>domain</strong> to get the key"
1483
  msgstr ""
1484
 
1485
+ #: admin/social_login.php:682
1486
  msgid "Yahoo Client ID"
1487
  msgstr ""
1488
 
1489
+ #: admin/social_login.php:691
1490
  #, php-format
1491
  msgid ""
1492
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1493
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client ID"
1494
  msgstr ""
1495
 
1496
+ #: admin/social_login.php:693 admin/social_login.php:713
1497
  msgid ""
1498
  "Paste following url in the <strong>Redirect URI(s)</strong> option mentioned "
1499
  "at the link"
1500
  msgstr ""
1501
 
1502
+ #: admin/social_login.php:702
1503
  msgid "Yahoo Client Secret"
1504
  msgstr ""
1505
 
1506
+ #: admin/social_login.php:711
1507
  #, php-format
1508
  msgid ""
1509
  "Required for Yahoo Social Login to work. Please follow the documentation at "
1510
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yahoo Client Secret key"
1511
  msgstr ""
1512
 
1513
+ #: admin/social_login.php:726
1514
  msgid "Discord Client ID"
1515
  msgstr ""
1516
 
1517
+ #: admin/social_login.php:735
1518
  #, php-format
1519
  msgid ""
1520
  "Required for Discord Social Login to work. Please follow the documentation "
1521
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Discord Client ID"
1522
  msgstr ""
1523
 
1524
+ #: admin/social_login.php:737 admin/social_login.php:757
1525
  msgid ""
1526
  "Paste following url in the <strong>Redirects</strong> option mentioned at "
1527
  "the link"
1528
  msgstr ""
1529
 
1530
+ #: admin/social_login.php:746
1531
  msgid "Discord Client Secret"
1532
  msgstr ""
1533
 
1534
+ #: admin/social_login.php:755
1535
  #, php-format
1536
  msgid ""
1537
  "Required for Discord Social Login to work. Please follow the documentation "
1539
  "Secret key"
1540
  msgstr ""
1541
 
1542
+ #: admin/social_login.php:770
1543
  msgid "Amazon Client ID"
1544
  msgstr ""
1545
 
1546
+ #: admin/social_login.php:779
1547
  #, php-format
1548
  msgid ""
1549
  "Required for Amazon Social Login to work. Please follow the documentation at "
1550
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Amazon Client ID"
1551
  msgstr ""
1552
 
1553
+ #: admin/social_login.php:781 admin/social_login.php:801
1554
  msgid ""
1555
  "Paste following url in the <strong>Allowed Return URLs</strong> option "
1556
  "mentioned at the link"
1557
  msgstr ""
1558
 
1559
+ #: admin/social_login.php:790
1560
  msgid "Amazon Client Secret"
1561
  msgstr ""
1562
 
1563
+ #: admin/social_login.php:799
1564
  #, php-format
1565
  msgid ""
1566
  "Required for Amazon Social Login to work. Please follow the documentation at "
1568
  "key"
1569
  msgstr ""
1570
 
1571
+ #: admin/social_login.php:814
1572
  msgid "Stack Overflow Client ID"
1573
  msgstr ""
1574
 
1575
+ #: admin/social_login.php:823
1576
  #, php-format
1577
  msgid ""
1578
  "Required for Stack Overflow Social Login to work. Please follow the "
1580
  "Overflow Client ID"
1581
  msgstr ""
1582
 
1583
+ #: admin/social_login.php:829
1584
  msgid "Stack Overflow Client Secret"
1585
  msgstr ""
1586
 
1587
+ #: admin/social_login.php:838
1588
  #, php-format
1589
  msgid ""
1590
  "Required for Stack Overflow Social Login to work. Please follow the "
1592
  "Overflow Client Secret key"
1593
  msgstr ""
1594
 
1595
+ #: admin/social_login.php:844
1596
  msgid "Stack Overflow Key"
1597
  msgstr ""
1598
 
1599
+ #: admin/social_login.php:854
1600
  #, php-format
1601
  msgid ""
1602
  "Required for Stack Overflow Social Login to work. Please follow the "
1604
  "Overflow Key"
1605
  msgstr ""
1606
 
1607
+ #: admin/social_login.php:865
1608
  msgid "Spotify Client ID"
1609
  msgstr ""
1610
 
1611
+ #: admin/social_login.php:874
1612
  #, php-format
1613
  msgid ""
1614
  "Required for Spotify Social Login to work. Please follow the documentation "
1615
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Spotify Client ID"
1616
  msgstr ""
1617
 
1618
+ #: admin/social_login.php:885
1619
  msgid "Spotify Client Secret"
1620
  msgstr ""
1621
 
1622
+ #: admin/social_login.php:894
1623
  #, php-format
1624
  msgid ""
1625
  "Required for Spotify Social Login to work. Please follow the documentation "
1627
  "Secret"
1628
  msgstr ""
1629
 
1630
+ #: admin/social_login.php:909
1631
  msgid "Dribbble Client ID"
1632
  msgstr ""
1633
 
1634
+ #: admin/social_login.php:918
1635
  #, php-format
1636
  msgid ""
1637
  "Required for Dribbble Social Login to work. Please follow the documentation "
1638
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dribbble Client ID"
1639
  msgstr ""
1640
 
1641
+ #: admin/social_login.php:929
1642
  msgid "Dribbble Client Secret"
1643
  msgstr ""
1644
 
1645
+ #: admin/social_login.php:938
1646
  #, php-format
1647
  msgid ""
1648
  "Required for Dribbble Social Login to work. Please follow the documentation "
1650
  "Secret"
1651
  msgstr ""
1652
 
1653
+ #: admin/social_login.php:952
1654
  msgid "Odnoklassniki Application ID"
1655
  msgstr ""
1656
 
1657
+ #: admin/social_login.php:961
1658
  #, php-format
1659
  msgid ""
1660
  "Required for Odnoklassniki Social Login to work. Please follow the "
1662
  "Odnoklassniki Application ID"
1663
  msgstr ""
1664
 
1665
+ #: admin/social_login.php:963 admin/social_login.php:982
1666
+ #: admin/social_login.php:1002
1667
  msgid ""
1668
  "Paste following url in the <strong>Redirect URI</strong> option mentioned at "
1669
  "the link"
1670
  msgstr ""
1671
 
1672
+ #: admin/social_login.php:971
1673
  msgid "Odnoklassniki Public key"
1674
  msgstr ""
1675
 
1676
+ #: admin/social_login.php:980
1677
  #, php-format
1678
  msgid ""
1679
  "Required for Odnoklassniki Social Login to work. Please follow the "
1681
  "Odnoklassniki Public Key"
1682
  msgstr ""
1683
 
1684
+ #: admin/social_login.php:991
1685
  msgid "Odnoklassniki Secret Key"
1686
  msgstr ""
1687
 
1688
+ #: admin/social_login.php:1000
1689
  #, php-format
1690
  msgid ""
1691
  "Required for Odnoklassniki Social Login to work. Please follow the "
1693
  "Odnoklassniki Secret Key"
1694
  msgstr ""
1695
 
1696
+ #: admin/social_login.php:1015
1697
  msgid "Yandex Client ID"
1698
  msgstr ""
1699
 
1700
+ #: admin/social_login.php:1024
1701
  #, php-format
1702
  msgid ""
1703
  "Required for Yandex Social Login to work. Please follow the documentation at "
1704
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client ID"
1705
  msgstr ""
1706
 
1707
+ #: admin/social_login.php:1026 admin/social_login.php:1046
1708
  msgid ""
1709
  "Paste following url in the <strong>Callback URI</strong> option mentioned at "
1710
  "the link"
1711
  msgstr ""
1712
 
1713
+ #: admin/social_login.php:1035
1714
  msgid "Yandex Client Secret"
1715
  msgstr ""
1716
 
1717
+ #: admin/social_login.php:1044
1718
  #, php-format
1719
  msgid ""
1720
  "Required for Yandex Social Login to work. Please follow the documentation at "
1721
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Yandex Client Secret"
1722
  msgstr ""
1723
 
1724
+ #: admin/social_login.php:1058
1725
  msgid "Twitch Client ID"
1726
  msgstr ""
1727
 
1728
+ #: admin/social_login.php:1067
1729
  #, php-format
1730
  msgid ""
1731
  "Required for Twitch Social Login to work. Please follow the documentation at "
1732
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client ID"
1733
  msgstr ""
1734
 
1735
+ #: admin/social_login.php:1078
1736
  msgid "Twitch Client Secret"
1737
  msgstr ""
1738
 
1739
+ #: admin/social_login.php:1087
1740
  #, php-format
1741
  msgid ""
1742
  "Required for Twitch Social Login to work. Please follow the documentation at "
1743
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Twitch Client Secret"
1744
  msgstr ""
1745
 
1746
+ #: admin/social_login.php:1102
1747
  msgid "Foursquare Client ID"
1748
  msgstr ""
1749
 
1750
+ #: admin/social_login.php:1111
1751
  #, php-format
1752
  msgid ""
1753
  "Required for Foursquare Social Login to work. Please follow the "
1755
  "Foursquare Client ID"
1756
  msgstr ""
1757
 
1758
+ #: admin/social_login.php:1113 admin/social_login.php:1133
1759
  msgid ""
1760
  "Paste following url in the <strong>Redirect URL</strong> option mentioned at "
1761
  "the link"
1762
  msgstr ""
1763
 
1764
+ #: admin/social_login.php:1122
1765
  msgid "Foursquare Client Secret"
1766
  msgstr ""
1767
 
1768
+ #: admin/social_login.php:1131
1769
  #, php-format
1770
  msgid ""
1771
  "Required for Foursquare Social Login to work. Please follow the "
1773
  "Foursquare Client Secret"
1774
  msgstr ""
1775
 
1776
+ #: admin/social_login.php:1144
1777
  msgid "Dropbox App Key"
1778
  msgstr ""
1779
 
1780
+ #: admin/social_login.php:1153
1781
  #, php-format
1782
  msgid ""
1783
  "Required for Dropbox Social Login to work. Please follow the documentation "
1784
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Key"
1785
  msgstr ""
1786
 
1787
+ #: admin/social_login.php:1164
1788
  msgid "Dropbox App Secret"
1789
  msgstr ""
1790
 
1791
+ #: admin/social_login.php:1173
1792
  #, php-format
1793
  msgid ""
1794
  "Required for Dropbox Social Login to work. Please follow the documentation "
1795
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Dropbox App Secret"
1796
  msgstr ""
1797
 
1798
+ #: admin/social_login.php:1188
1799
  msgid "Disqus Public Key"
1800
  msgstr ""
1801
 
1802
+ #: admin/social_login.php:1197
1803
  #, php-format
1804
  msgid ""
1805
  "Required for Disqus Social Login to work. Please follow the documentation at "
1806
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Public Key"
1807
  msgstr ""
1808
 
1809
+ #: admin/social_login.php:1208
1810
  msgid "Disqus Secret Key"
1811
  msgstr ""
1812
 
1813
+ #: admin/social_login.php:1217
1814
  #, php-format
1815
  msgid ""
1816
  "Required for Disqus Social Login to work. Please follow the documentation at "
1817
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Disqus Secret Key"
1818
  msgstr ""
1819
 
1820
+ #: admin/social_login.php:1232
1821
  msgid "Reddit Client ID"
1822
  msgstr ""
1823
 
1824
+ #: admin/social_login.php:1241
1825
  #, php-format
1826
  msgid ""
1827
  "Required for Reddit Social Login to work. Please follow the documentation at "
1828
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client ID"
1829
  msgstr ""
1830
 
1831
+ #: admin/social_login.php:1243 admin/social_login.php:1263
1832
  msgid ""
1833
  "Paste following url in the <strong>Redirect Uri</strong> option mentioned at "
1834
  "the link"
1835
  msgstr ""
1836
 
1837
+ #: admin/social_login.php:1252
1838
  msgid "Reddit Client Secret"
1839
  msgstr ""
1840
 
1841
+ #: admin/social_login.php:1261
1842
  #, php-format
1843
  msgid ""
1844
  "Required for Reddit Social Login to work. Please follow the documentation at "
1845
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Reddit Client Secret"
1846
  msgstr ""
1847
 
1848
+ #: admin/social_login.php:1276
1849
  msgid "Mail.ru Client ID"
1850
  msgstr ""
1851
 
1852
+ #: admin/social_login.php:1285
1853
  #, php-format
1854
  msgid ""
1855
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1856
  "at <a href=\"%s\" target=\"_blank\">this link</a> to get Mail.ru Client ID"
1857
  msgstr ""
1858
 
1859
+ #: admin/social_login.php:1287 admin/social_login.php:1307
1860
  msgid ""
1861
  "Paste following url in the <strong>All redirect_uri</strong> option "
1862
  "mentioned at the link"
1863
  msgstr ""
1864
 
1865
+ #: admin/social_login.php:1296
1866
  msgid "Mail.ru Client Secret"
1867
  msgstr ""
1868
 
1869
+ #: admin/social_login.php:1305
1870
  #, php-format
1871
  msgid ""
1872
  "Required for Mail.ru Social Login to work. Please follow the documentation "
1874
  "Secret"
1875
  msgstr ""
1876
 
1877
+ #: admin/social_login.php:1320
1878
  msgid "Github Client ID"
1879
  msgstr ""
1880
 
1881
+ #: admin/social_login.php:1329
1882
  #, php-format
1883
  msgid ""
1884
  "Required for Github Social Login to work. Please follow the documentation at "
1885
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client ID"
1886
  msgstr ""
1887
 
1888
+ #: admin/social_login.php:1340
1889
  msgid "Github Client Secret"
1890
  msgstr ""
1891
 
1892
+ #: admin/social_login.php:1349
1893
  #, php-format
1894
  msgid ""
1895
  "Required for Github Social Login to work. Please follow the documentation at "
1896
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Github Client Secret"
1897
  msgstr ""
1898
 
1899
+ #: admin/social_login.php:1364
1900
  msgid "Kakao Client ID"
1901
  msgstr ""
1902
 
1903
+ #: admin/social_login.php:1373
1904
  #, php-format
1905
  msgid ""
1906
  "Required for Kakao Social Login to work. Please follow the documentation at "
1907
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client ID"
1908
  msgstr ""
1909
 
1910
+ #: admin/social_login.php:1384
1911
  msgid "Kakao Client Secret"
1912
  msgstr ""
1913
 
1914
+ #: admin/social_login.php:1393
1915
  #, php-format
1916
  msgid ""
1917
  "Required for Kakao Social Login to work. Please follow the documentation at "
1918
  "<a href=\"%s\" target=\"_blank\">this link</a> to get Kakao Client Secret"
1919
  msgstr ""
1920
 
1921
+ #: admin/social_login.php:1414
1922
  msgid "Social Login Options"
1923
  msgstr ""
1924
 
1925
+ #: admin/social_login.php:1429
1926
  #, fuzzy
1927
  msgid "Text to display above the Social Login interface"
1928
  msgstr "Texto exibido acima da interface de Autenticação Social"
1929
 
1930
+ #: admin/social_login.php:1437
1931
  msgid "Trigger social login in the same browser tab"
1932
  msgstr ""
1933
 
1934
+ #: admin/social_login.php:1447
1935
  msgid "Trigger social login in the same browser tab instead of a popup window"
1936
  msgstr ""
1937
 
1938
+ #: admin/social_login.php:1454
1939
  msgid "Center align icons"
1940
  msgstr ""
1941
 
1942
+ #: admin/social_login.php:1464
1943
  msgid "Center align social login icons"
1944
  msgstr ""
1945
 
1946
+ #: admin/social_login.php:1471
1947
  #, fuzzy
1948
  msgid "Enable at login page"
1949
  msgstr "Habilia a página de autenticação"
1950
 
1951
+ #: admin/social_login.php:1481
1952
  #, fuzzy
1953
  msgid ""
1954
  "Social Login interface will get enabled at the login page of your website"
1956
  "Interface de Autenticação Social será habilitada na página de autenticação "
1957
  "do seu website"
1958
 
1959
+ #: admin/social_login.php:1488
1960
  #, fuzzy
1961
  msgid "Enable at register page"
1962
  msgstr "Habilitar página de registro"
1963
 
1964
+ #: admin/social_login.php:1498
1965
  #, fuzzy
1966
  msgid ""
1967
  "Social Login interface will get enabled at the registration page of your "
1970
  "Interface de Autenticação Social será habilitada na página de registro de "
1971
  "seu website"
1972
 
1973
+ #: admin/social_login.php:1505
1974
  #, fuzzy
1975
  msgid "Enable at comment form"
1976
  msgstr "Habilitar no formulário de comentário"
1977
 
1978
+ #: admin/social_login.php:1515
1979
  #, fuzzy
1980
  msgid "Social Login interface will get enabled at your Wordpress Comment form"
1981
  msgstr ""
1982
  "Interface de Autenticação Social será habilitada em seu formulário de "
1983
  "comentários Wordpress"
1984
 
1985
+ #: admin/social_login.php:1529
1986
  #, fuzzy
1987
  msgid "Enable before WooCommerce Customer Login Form"
1988
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
1989
 
1990
+ #: admin/social_login.php:1539
1991
  #, fuzzy
1992
  msgid ""
1993
  "Social Login Interface will get enabled before the customer login form at "
1996
  "Interface de Autenticação Social será habilitada antes do formulário de "
1997
  "autenticação de cliente na página Minha Conta do WooCommerce"
1998
 
1999
+ #: admin/social_login.php:1546
2000
  #, fuzzy
2001
  msgid "Enable at WooCommerce Customer Login Form"
2002
  msgstr "Habilido antes do formulário de autenticação do WooCommerce"
2003
 
2004
+ #: admin/social_login.php:1556
2005
  msgid ""
2006
  "Integrate Social Login Interface with the customer login form at WooCommerce "
2007
  "My Account page"
2008
  msgstr ""
2009
 
2010
+ #: admin/social_login.php:1563
2011
  msgid "Enable at WooCommerce Customer Register Form"
2012
  msgstr ""
2013
 
2014
+ #: admin/social_login.php:1573
2015
  msgid ""
2016
  "Integrate Social Login Interface with the customer register form at "
2017
  "WooCommerce My Account page"
2018
  msgstr ""
2019
 
2020
+ #: admin/social_login.php:1580
2021
  #, fuzzy
2022
  msgid "Enable at WooCommerce checkout page"
2023
  msgstr "Habilitado na página de checkout do WooCommerce"
2024
 
2025
+ #: admin/social_login.php:1590
2026
  #, fuzzy
2027
  msgid "Social Login Interface will get enabled at WooCommerce checkout page"
2028
  msgstr ""
2029
  "Interface de Autenticação Social será habilitada página de checkout do "
2030
  "WooCommerce"
2031
 
2032
+ #: admin/social_login.php:1600
2033
  #, fuzzy
2034
  msgid "Auto-approve comments made by Social Login users"
2035
  msgstr ""
2036
  "Aprovação automática de comentários feito pelo usuário de Autenticação Social"
2037
 
2038
+ #: admin/social_login.php:1610
2039
  #, fuzzy
2040
  msgid ""
2041
  "If this option is enabled, and WordPress comment is made by Social Login "
2045
  "usuário de Autenticação social, o comentário será aprovado imediatamente sem "
2046
  "considerações de moderação."
2047
 
2048
+ #: admin/social_login.php:1611
2049
  #, fuzzy
2050
  msgid "Note: This is not related to Facebook comments"
2051
  msgstr "Note: Isto não está relacionado com comentários do Facebook"
2052
 
2053
+ #: admin/social_login.php:1620
2054
  #, fuzzy
2055
  msgid "Enable social avatar"
2056
  msgstr "Habilitar o avatar social"
2057
 
2058
+ #: admin/social_login.php:1630
2059
  #, fuzzy
2060
  msgid ""
2061
  "Social profile pictures of the logged in user will be displayed as profile "
2064
  "Fotogragia do perfil social do usuário autenticado será exibido como avatar "
2065
  "do perfil"
2066
 
2067
+ #: admin/social_login.php:1639
2068
  #, fuzzy
2069
  msgid "Avatar quality"
2070
  msgstr "Qualidade do Avatar"
2071
 
2072
+ #: admin/social_login.php:1642
2073
  #, fuzzy
2074
  msgid "Average"
2075
  msgstr "Média"
2076
 
2077
+ #: admin/social_login.php:1643
2078
  #, fuzzy
2079
  msgid "Best"
2080
  msgstr "Melhor"
2081
 
2082
+ #: admin/social_login.php:1650
2083
  #, fuzzy
2084
  msgid "Choose avatar quality"
2085
  msgstr "Escolha a qualidade do avatar"
2086
 
2087
+ #: admin/social_login.php:1658
2088
  #, fuzzy
2089
  msgid ""
2090
  "Show option for users to update social avatar at BuddyPress profile page"
2092
  "Exibir opção para os usuários atualizarem o avatar social na página do "
2093
  "perfil do BuddyPress"
2094
 
2095
+ #: admin/social_login.php:1668
2096
  #, fuzzy
2097
  msgid ""
2098
  "If enabled, users would be able to update their social avatar from \"Profile "
2101
  "Se habilitado, usuários serão capazes de atualizar seus avatar social pela "
2102
  "seção \\\"Foto do perfil\\\" no front-end do perfil BuddyPress"
2103
 
2104
+ #: admin/social_login.php:1678 super_socializer.php:2235
2105
  #, fuzzy
2106
  msgid "Email required"
2107
  msgstr "Necessário email"
2108
 
2109
+ #: admin/social_login.php:1688
2110
  #, fuzzy
2111
  msgid ""
2112
  "If enabled and Social ID provider does not provide user's email address on "
2117
  "usuário na autenticação, ao usuário será solicitado fornecer seu endereço de "
2118
  "email. Do contrário, um email postiço será gerado"
2119
 
2120
+ #: admin/social_login.php:1696
2121
  msgid "Send post-registration email to user to set account password"
2122
  msgstr ""
2123
 
2124
+ #: admin/social_login.php:1706
2125
  #, fuzzy
2126
  msgid ""
2127
  "If enabled, an email will be sent to user after registration through Social "
2132
  "Social, com respeito as credecial do usuário para autenticação (username-"
2133
  "senha para possibilitar a autenticação via formulário tradicional)"
2134
 
2135
+ #: admin/social_login.php:1713
2136
  msgid "Send new user registration notification email to admin"
2137
  msgstr ""
2138
 
2139
+ #: admin/social_login.php:1723
2140
  msgid ""
2141
  "If enabled, an email will be sent to admin after new user registers through "
2142
  "Social Login, notifying admin about the new user registration"
2143
  msgstr ""
2144
 
2145
+ #: admin/social_login.php:1730
2146
  #, fuzzy
2147
  msgid "Login redirection"
2148
  msgstr "Redireção de autenticação"
2149
 
2150
+ #: admin/social_login.php:1734
2151
  #, fuzzy
2152
  msgid "Same page where user logged in"
2153
  msgstr "Mesma página onde o usuário autenticou-se"
2154
 
2155
+ #: admin/social_login.php:1738 admin/social_login.php:1767
2156
  #, fuzzy
2157
  msgid "Account dashboard"
2158
  msgstr "Painel da Conta"
2159
 
2160
+ #: admin/social_login.php:1741 admin/social_login.php:1770
2161
  #, fuzzy
2162
  msgid "BuddyPress profile page"
2163
  msgstr "Página de perfil BuddyPress"
2164
 
2165
+ #: admin/social_login.php:1744 admin/social_login.php:1773 inc/widget.php:265
2166
  #: inc/widget.php:444 inc/widget.php:608 inc/widget.php:757
2167
  #, fuzzy
2168
  msgid "Custom Url"
2169
  msgstr "Url Personalizada"
2170
 
2171
+ #: admin/social_login.php:1752
2172
  #, fuzzy
2173
  msgid "User will be redirected to the selected page after Social Login"
2174
  msgstr ""
2175
  "O usuário será redirecionado para a página selcionada de Autenticação Soocial"
2176
 
2177
+ #: admin/social_login.php:1759
2178
  #, fuzzy
2179
  msgid "Registration redirection"
2180
  msgstr "Redirecionamento de registro"
2181
 
2182
+ #: admin/social_login.php:1763
2183
  #, fuzzy
2184
  msgid "Same page from where user registered"
2185
  msgstr "Mesma página de onde o usuário se registrou"
2186
 
2187
+ #: admin/social_login.php:1779
2188
  msgid "Username Separator"
2189
  msgstr ""
2190
 
2191
+ #: admin/social_login.php:1783
2192
  msgid "Dash (-)"
2193
  msgstr ""
2194
 
2195
+ #: admin/social_login.php:1785
2196
  msgid "Underscore (_)"
2197
  msgstr ""
2198
 
2199
+ #: admin/social_login.php:1787
2200
  msgid "Dot (.)"
2201
  msgstr ""
2202
 
2203
+ #: admin/social_login.php:1789
2204
  msgid "None"
2205
  msgstr ""
2206
 
2207
+ #: admin/social_login.php:1797
2208
  msgid ""
2209
  "Choose one of the underscore, dot or dash to use to join first and last "
2210
  "names in the usernames of the new users"
2211
  msgstr ""
2212
 
2213
+ #: admin/social_login.php:1804
2214
  msgid "Allow cyrillic characters in the name"
2215
  msgstr ""
2216
 
2217
+ #: admin/social_login.php:1808
2218
  msgid "Allow cyrillic"
2219
  msgstr ""
2220
 
2221
+ #: admin/social_login.php:1810
2222
  msgid "Allow Arabic"
2223
  msgstr ""
2224
 
2225
+ #: admin/social_login.php:1812
2226
  msgid "Allow Chinese"
2227
  msgstr ""
2228
 
2229
+ #: admin/social_login.php:1819
2230
  msgid ""
2231
  "Allow cyrillic, Arabic and Chinese characters in the names of the new users "
2232
  "registering via social login"
2233
  msgstr ""
2234
 
2235
+ #: admin/social_login.php:1828
2236
  msgid "Social Account Linking Options"
2237
  msgstr ""
2238
 
2239
+ #: admin/social_login.php:1843
2240
  msgid "Text to display above the Social Account Linking interface"
2241
  msgstr ""
2242
 
2243
+ #: admin/social_login.php:1850
2244
  msgid ""
2245
  "Link social account to already existing account, if email address matches"
2246
  msgstr ""
2247
 
2248
+ #: admin/social_login.php:1860
2249
  msgid ""
2250
  "If email address of the user's Social Account matches with an already "
2251
  "existing account at your website, that social account will be linked to "
2253
  "Linking interface at their profile page."
2254
  msgstr ""
2255
 
2256
+ #: admin/social_login.php:1868
2257
  #, fuzzy
2258
  msgid "Enable social account linking at BuddyPress profile page"
2259
  msgstr "Habilitar conta social associada à página de perfil no BuddyPress"
2260
 
2261
+ #: admin/social_login.php:1878
2262
  #, fuzzy
2263
  msgid ""
2264
  "Enable this option to show social account linking interface at BuddyPress "
2267
  "Habilitar estar opção para exibir a conta social associada a página de "
2268
  "interface de perfil do BuddyPress"
2269
 
2270
+ #: admin/social_login.php:1889
2271
  #, fuzzy
2272
  msgid "Email popup options"
2273
  msgstr "Opções de popup de email"
2274
 
2275
+ #: admin/social_login.php:1894
2276
  #, fuzzy
2277
  msgid "Text on 'Email required' popup"
2278
  msgstr "Texto popup de 'Email requerido'"
2279
 
2280
+ #: admin/social_login.php:1904
2281
  #, fuzzy
2282
  msgid ""
2283
  "This text will be displayed on email required popup. Leave empty if not "
2286
  "Este texto será exibido no popup de requisição de email. Deixe em branco se "
2287
  "o email não for requerido."
2288
 
2289
+ #: admin/social_login.php:1912
2290
  #, fuzzy
2291
  msgid "Error message for 'Email required' popup"
2292
  msgstr "Mensagem de erro para popup de 'Email requerido'"
2293
 
2294
+ #: admin/social_login.php:1922
2295
  #, fuzzy
2296
  msgid ""
2297
  "This message will be displayed to user if it provides invalid or already "
2300
  "Esta mensagem será exibida para o usuário se ele fornecer um email inválido "
2301
  "ou já registrado"
2302
 
2303
+ #: admin/social_login.php:1930
2304
  #, fuzzy
2305
  msgid "Email popup height"
2306
  msgstr "Altura do popup de email"
2307
 
2308
+ #: admin/social_login.php:1940
2309
  #, fuzzy
2310
  msgid ""
2311
  "If you are seeing vertical scrollbar in the \"Email required\" popup, you "
2316
  "requirido\\\", você pode incrementar a altura do popup através de "
2317
  "especificação nesta opção. Deixe vazio para padrão."
2318
 
2319
+ #: admin/social_login.php:1947
2320
  #, fuzzy
2321
  msgid "Enable email verification"
2322
  msgstr "Habilitar verificação de email"
2323
 
2324
+ #: admin/social_login.php:1957
2325
  #, fuzzy
2326
  msgid ""
2327
  "If enabled, email provided by the user will be verified by sending a "
2332
  "um link de confirmação para aquele email. O usuário não poderá se autenticar "
2333
  "antes de validar seu email"
2334
 
2335
+ #: admin/social_login.php:1977
2336
  msgid "Enable GDPR opt-in"
2337
  msgstr ""
2338
 
2339
+ #: admin/social_login.php:1987
2340
  msgid ""
2341
  "Enable it to show GDPR opt-in for social login and social account linking"
2342
  msgstr ""
2343
 
2344
+ #: admin/social_login.php:1995
2345
  msgid "Placement of GDPR opt-in"
2346
  msgstr ""
2347
 
2348
+ #: admin/social_login.php:1999
2349
  msgid "Above Social Login icons"
2350
  msgstr ""
2351
 
2352
+ #: admin/social_login.php:2001
2353
  msgid "Below Social Login icons"
2354
  msgstr ""
2355
 
2356
+ #: admin/social_login.php:2007
2357
  msgid "Placement of GDPR opt-in above or below the social login icons"
2358
  msgstr ""
2359
 
2360
+ #: admin/social_login.php:2014
2361
  msgid "Opt-in text"
2362
  msgstr ""
2363
 
2364
+ #: admin/social_login.php:2024
2365
  msgid "Text for the GDPR opt-in"
2366
  msgstr ""
2367
 
2368
+ #: admin/social_login.php:2031
2369
  msgid "Text to link to Terms-Conditions page"
2370
  msgstr ""
2371
 
2372
+ #: admin/social_login.php:2041
2373
  msgid "Word(s) in the opt-in text to be linked to terms-conditions page"
2374
  msgstr ""
2375
 
2376
+ #: admin/social_login.php:2048
2377
  msgid "Terms-Conditions Url"
2378
  msgstr ""
2379
 
2380
+ #: admin/social_login.php:2058
2381
  msgid "Url of the terms-conditions page of your website"
2382
  msgstr ""
2383
 
2384
+ #: admin/social_login.php:2065
2385
  msgid "Text to link to Privacy Policy page"
2386
  msgstr ""
2387
 
2388
+ #: admin/social_login.php:2075
2389
  msgid "Word(s) in the opt-in text to be linked to privacy policy page"
2390
  msgstr ""
2391
 
2392
+ #: admin/social_login.php:2082
2393
  msgid "Privacy Policy Url"
2394
  msgstr ""
2395
 
2396
+ #: admin/social_login.php:2092
2397
  msgid "Url of the privacy policy page of your website"
2398
  msgstr ""
2399
 
2400
+ #: admin/social_login.php:2143 inc/widget.php:262 inc/widget.php:441
2401
  #: inc/widget.php:605 inc/widget.php:754
2402
  #, fuzzy
2403
  msgid "Select"
2404
  msgstr "Selecione"
2405
 
2406
+ #: admin/social_login.php:2174
2407
  #, fuzzy
2408
  msgid "Social Login Shortcode & Widget"
2409
  msgstr "Autenticação Social Shortcode & Widget"
2410
 
2411
+ #: admin/social_login.php:2175
2412
  #, fuzzy
2413
  msgid "Social Linking Shortcode"
2414
  msgstr "Shortcode de associação Social"
2415
 
2416
+ #: admin/social_login.php:2190
2417
  msgid "Why is social login not working?"
2418
  msgstr ""
2419
 
2420
+ #: admin/social_login.php:2191
2421
  msgid ""
2422
  "Make sure that App ID and Secret (Client ID and Secret) keys you have saved, "
2423
  "belong to the same app"
3103
  msgid "Why is Facebook share count not working?"
3104
  msgstr ""
3105
 
3106
+ #: admin/social_sharing.php:1977 super_socializer.php:3396
3107
  #, php-format
3108
  msgid ""
3109
  "After the recent changes introduced in the Facebook graph API, it's not "
3216
  msgid "Settings saved"
3217
  msgstr "Configurações salvas"
3218
 
3219
+ #: helper.php:206
3220
  msgid "Click to toggle help"
3221
  msgstr ""
3222
 
3223
+ #: helper.php:287
3224
  msgid "Add-Ons"
3225
  msgstr ""
3226
 
3227
+ #: helper.php:288
3228
  msgid "Support Documentation"
3229
  msgstr ""
3230
 
3231
+ #: helper.php:289
3232
  #, fuzzy
3233
  msgid "Settings"
3234
  msgstr "Configurações"
3235
 
3236
+ #: helper.php:565
3237
  #, fuzzy
3238
  msgid "Account linked successfully"
3239
  msgstr "Conta associada com sucesso"
3240
 
3241
+ #: helper.php:569
3242
  #, fuzzy
3243
  msgid "Account already exists or linked"
3244
  msgstr "Conta já existente ou já está associada"
3245
 
3246
+ #: helper.php:605 helper.php:607
3247
  #, fuzzy
3248
  msgid "Login with"
3249
  msgstr "Ganhe pontos na Autenticação Social"
3250
 
3251
+ #: helper.php:642 helper.php:648
3252
  #, fuzzy
3253
  msgid "Currently"
3254
  msgstr "Atualmente"
3255
 
3256
+ #: helper.php:642 helper.php:648
3257
  msgid "Connected with"
3258
  msgstr ""
3259
 
3260
+ #: helper.php:642 helper.php:648
3261
  #, fuzzy
3262
  msgid "Remove"
3263
  msgstr "Remover"
3264
 
3265
+ #: helper.php:721
3266
  #, fuzzy
3267
  msgid "Social Account Linking"
3268
  msgstr ""
3269
  "Habilitar estar opção para exibir a conta social associada a página de "
3270
  "interface de perfil do BuddyPress"
3271
 
3272
+ #: helper.php:772
3273
  #, fuzzy
3274
  msgid "Disable Standard Social Sharing on this "
3275
  msgstr "Desabilitar o compatilhamento social padrão neste(a) "
3276
 
3277
+ #: helper.php:777
3278
  #, fuzzy
3279
  msgid "Disable Floating Social Sharing on this "
3280
  msgstr "Desabilitar o compartilhamento social flutuante neste(a) "
3281
 
3282
+ #: helper.php:782
3283
  #, fuzzy
3284
  msgid "Disable Standard like buttons on this "
3285
  msgstr "Desabilitar o botão de like padrão neste(a) "
3286
 
3287
+ #: helper.php:787
3288
  #, fuzzy
3289
  msgid "Disable Floating like buttons on this "
3290
  msgstr "Desabilitar o botão flutuante de like neste(a) "
3291
 
3292
+ #: helper.php:792
3293
  #, fuzzy
3294
  msgid "Disable Social Commenting on this "
3295
  msgstr "Desabilitar o Comentário Social neste(a) "
3296
 
3297
+ #: helper.php:801
3298
  #, fuzzy
3299
  msgid "Standard Sharing Interface"
3300
  msgstr "Interface Padrão de Compartilhamento"
3301
 
3302
+ #: helper.php:807 helper.php:826
3303
  #, fuzzy
3304
  msgid "Starting share count for "
3305
  msgstr "Iniciando contagem compartilhada para "
3306
 
3307
+ #: helper.php:820
3308
  #, fuzzy
3309
  msgid "Floating Sharing Interface"
3310
  msgstr "Interface de Compartilhamento Flutuante"
3311
 
3312
+ #: helper.php:932 super_socializer.php:2645
3313
  #, fuzzy
3314
  msgid "Social Avatar"
3315
  msgstr "Avatar Social"
3316
 
3317
+ #: helper.php:935 super_socializer.php:2656
3318
  #, fuzzy
3319
  msgid ""
3320
  "Do not fetch and update social avatar from my profile, next time I Social "
3323
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
3324
  "Autenticação Social"
3325
 
3326
+ #: helper.php:936 super_socializer.php:2660
3327
  #, fuzzy
3328
  msgid "Update social avatar, next time I Social Login"
3329
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
3330
 
3331
+ #: helper.php:939
3332
  #, fuzzy
3333
  msgid "Small Avatar"
3334
  msgstr "Avatar Pequeno"
3335
 
3336
+ #: helper.php:943
3337
  #, fuzzy
3338
  msgid "Large Avatar"
3339
  msgstr "Avatar Grande"
3340
 
3341
+ #: helper.php:1003 super_socializer.php:2213
3342
  #, fuzzy
3343
  msgid "Please verify your email address to login."
3344
  msgstr "Por favor verifique seu endereço de email no login."
3345
 
3346
+ #: helper.php:1040
3347
  msgid "Click to delete social profile data"
3348
  msgstr ""
3349
 
3350
+ #: helper.php:1069
3351
  msgid "Deleting"
3352
  msgstr ""
3353
 
3354
+ #: helper.php:1079
3355
  msgid "Deleted"
3356
  msgstr ""
3357
 
3358
+ #: helper.php:1081
3359
  msgid "Something bad happened"
3360
  msgstr ""
3361
 
3373
  "Habilitar Autenticação Social em \\\"Configuração Basica\\\" na seção \\"
3374
  "\"Super Socializer > Autenticação Social\\\" da página no painal admin"
3375
 
3376
+ #: inc/social_login.php:1079
3377
  #, fuzzy
3378
  msgid "Email"
3379
  msgstr "Opções de popup de email"
3380
 
3381
+ #: inc/social_login.php:1080
3382
  msgid "Confirm email"
3383
  msgstr ""
3384
 
3385
+ #: inc/social_login.php:1082
3386
  msgid "Save"
3387
  msgstr ""
3388
 
3389
+ #: inc/social_login.php:1083
3390
  msgid "Cancel"
3391
  msgstr ""
3392
 
3393
+ #: inc/social_login.php:1157
3394
  #, fuzzy
3395
  msgid "Email Verification"
3396
  msgstr "Habilitar verificação de email"
3397
 
3398
+ #: inc/social_login.php:1159
3399
  msgid ""
3400
  "Please click on the following link or paste it in browser to verify your "
3401
  "email"
3416
  msgid "Total Shares"
3417
  msgstr "Exibe total de compartilhamentos"
3418
 
3419
+ #: inc/social_sharing.php:272 super_socializer.php:2323
3420
  #, fuzzy
3421
  msgid "Share"
3422
  msgstr "Posição do contador de compartilhamento"
3423
 
3424
+ #: inc/social_sharing.php:272 super_socializer.php:2323
3425
  #, fuzzy
3426
  msgid "Shares"
3427
  msgstr ""
3761
  msgid "Enable CURL at your website server to use Mail.ru Social Login."
3762
  msgstr ""
3763
 
3764
+ #: super_socializer.php:649
3765
  msgid ""
3766
  "cURL is not enabled at your website server. Please contact your website "
3767
  "server administrator to enable it."
3768
  msgstr ""
3769
 
3770
+ #: super_socializer.php:677
3771
  #, php-format
3772
  msgid ""
3773
  "Enter exactly the following url in <strong>Website</strong> option in your "
3774
  "Twitter app (see step 3 %s)"
3775
  msgstr ""
3776
 
3777
+ #: super_socializer.php:680
3778
  #, php-format
3779
  msgid ""
3780
  "Enter exactly the following url in <strong>Callback URLs</strong> option in "
3781
  "your Twitter app (see step 3 %s)"
3782
  msgstr ""
3783
 
3784
+ #: super_socializer.php:683
3785
  #, fuzzy
3786
  msgid ""
3787
  "Make sure cURL is enabled at your website server. You may need to contact "
3790
  "Certifique que a cURL esteja habilitada no seu servidor web. Você poderá ter "
3791
  "que contatar o administrador do servidor do seu website para verificar isso."
3792
 
3793
+ #: super_socializer.php:2191
3794
  msgid "Search"
3795
  msgstr ""
3796
 
3797
+ #: super_socializer.php:2213
3798
  #, fuzzy
3799
  msgid "Your email has been verified. Now you can login to your account"
3800
  msgstr "Seu email foi verificado. Agora você pode fazer login na sua conta"
3801
 
3802
+ #: super_socializer.php:2217
3803
  #, fuzzy
3804
  msgid "Notification"
3805
  msgstr "Notificaçao"
3806
 
3807
+ #: super_socializer.php:2238
3808
  #, fuzzy
3809
  msgid "Please check your email inbox to complete the registration."
3810
  msgstr "Por favor verifique sua caixa de email para completar o registro."
3811
 
3812
+ #: super_socializer.php:2307
3813
  #, fuzzy
3814
  msgid "Leave a reply"
3815
  msgstr "Deixe uma resposta"
3816
 
3817
+ #: super_socializer.php:2323
3818
  msgid "Link copied."
3819
  msgstr ""
3820
 
3821
+ #: super_socializer.php:2561
3822
  #, fuzzy
3823
  msgid "Super Socializer - General Options"
3824
  msgstr "Super Socializer - Opções Gerais"
3825
 
3826
+ #: super_socializer.php:2632
3827
  msgid ""
3828
  "I agree to my personal data being stored and used as per Privacy Policy and "
3829
  "Terms and Conditions"
3830
  msgstr ""
3831
 
3832
+ #: super_socializer.php:2636
3833
  msgid ""
3834
  "I revoke my consent to store and use my personal data. Kindly delete my "
3835
  "personal data saved in this website."
3836
  msgstr ""
3837
 
3838
+ #: super_socializer.php:2648
3839
  #, fuzzy
3840
  msgid "Small Avatar Url"
3841
  msgstr "Url para Avatar pequeno"
3842
 
3843
+ #: super_socializer.php:2652
3844
  #, fuzzy
3845
  msgid "Large Avatar Url"
3846
  msgstr "Url para Avatar Grande"
3847
 
3848
+ #: super_socializer.php:2754
3849
  msgid "Login with your Social ID"
3850
  msgstr ""
3851
 
3852
+ #: super_socializer.php:2755
3853
  #, fuzzy
3854
  msgid "Email you entered is already registered or invalid"
3855
  msgstr "Email fornecido já está registrado ou é inválido"
3856
 
3857
+ #: super_socializer.php:2762
3858
  #, fuzzy
3859
  msgid "Please enter a valid email address. You might be required to verify it"
3860
  msgstr ""
3861
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
3862
  "confirmá-lo"
3863
 
3864
+ #: super_socializer.php:2767 super_socializer.php:3605
3865
  #, fuzzy
3866
  msgid "Link your social account to login to your account at this website"
3867
  msgstr "Associe sua conta social ao login de sua conta neste website"
3868
 
3869
+ #: super_socializer.php:3037
3870
  msgid "Thanks for installing Super Socializer plugin"
3871
  msgstr ""
3872
 
3873
+ #: super_socializer.php:3039
3874
  msgid "Configure the Plugin"
3875
  msgstr ""
3876
 
3877
+ #: super_socializer.php:3050
3878
  msgid ""
3879
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
3880
  "current version of Super Socializer"
3881
  msgstr ""
3882
 
3883
+ #: super_socializer.php:3059
3884
  msgid ""
3885
  "Update \"Social Shares Tracker\" add-on to version 1.1 or above for "
3886
  "compatibility with the current version of Super Socializer"
3887
  msgstr ""
3888
 
3889
+ #: super_socializer.php:3068
3890
  msgid ""
3891
  "Update \"Social Sharing Analytics\" add-on to version 1.1.8 or above for "
3892
  "compatibility with the current version of Super Socializer"
3893
  msgstr ""
3894
 
3895
+ #: super_socializer.php:3077
3896
  msgid ""
3897
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
3898
  "version of Super Socializer"
3899
  msgstr ""
3900
 
3901
+ #: super_socializer.php:3086
3902
  msgid ""
3903
  "Update \"Social Login Buttons\" add-on to version 1.2.12 or above for "
3904
  "compatibility with the current version of Super Socializer"
3905
  msgstr ""
3906
 
3907
+ #: super_socializer.php:3095
3908
  msgid ""
3909
  "Update \"Social Share myCRED Integration\" add-on to version 1.3.13 or above "
3910
  "for compatibility with the current version of Super Socializer"
3911
  msgstr ""
3912
 
3913
+ #: super_socializer.php:3104
3914
  msgid ""
3915
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
3916
  "with current version of Super Socializer"
3917
  msgstr ""
3918
 
3919
+ #: super_socializer.php:3115
3920
  #, php-format
3921
  msgid ""
3922
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
3923
  msgstr ""
3924
 
3925
+ #: super_socializer.php:3124
3926
  #, php-format
3927
  msgid ""
3928
  "To continue using Instagram login create a new Instagram App as described <a "
3930
  "Instagram App Secret <a href=\"%s\">here</a>"
3931
  msgstr ""
3932
 
3933
+ #: super_socializer.php:3133 super_socializer.php:3142
3934
  #, php-format
3935
  msgid ""
3936
  "To continue using bitly url shortener, login to your bit.ly account and "
3939
  "\">here</a>. More details at the <a href=\"%s\" target=\"_blank\">link</a>"
3940
  msgstr ""
3941
 
3942
+ #: super_socializer.php:3158
3943
  #, php-format
3944
  msgid ""
3945
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
3946
  msgstr ""
3947
 
3948
+ #: super_socializer.php:3182
3949
  #, php-format
3950
  msgid ""
3951
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
3953
  "target=\"_blank\">here</a>"
3954
  msgstr ""
3955
 
3956
+ #: super_socializer.php:3182 super_socializer.php:3207
3957
+ #: super_socializer.php:3232 super_socializer.php:3257
3958
+ #: super_socializer.php:3290 super_socializer.php:3318
3959
+ #: super_socializer.php:3345
3960
  msgid "Okay"
3961
  msgstr ""
3962
 
3963
+ #: super_socializer.php:3207
3964
  #, php-format
3965
  msgid ""
3966
  "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
3968
  "\">here</a>"
3969
  msgstr ""
3970
 
3971
+ #: super_socializer.php:3232
3972
  #, php-format
3973
  msgid ""
3974
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
3976
  "target=\"_blank\">here</a>"
3977
  msgstr ""
3978
 
3979
+ #: super_socializer.php:3257
3980
  #, php-format
3981
  msgid ""
3982
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
3984
  "target=\"_blank\">here</a>"
3985
  msgstr ""
3986
 
3987
+ #: super_socializer.php:3268
3988
  #, php-format
3989
  msgid ""
3990
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
3991
  msgstr ""
3992
 
3993
+ #: super_socializer.php:3290
3994
  #, php-format
3995
  msgid ""
3996
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
3998
  "\"%s\" target=\"_blank\">here</a>"
3999
  msgstr ""
4000
 
4001
+ #: super_socializer.php:3318
4002
  #, php-format
4003
  msgid ""
4004
  "Now plugin supports a new service Twitcount.com to show Twitter shares. To "
4007
  "your website %s with them. No need to copy-paste any code from their website."
4008
  msgstr ""
4009
 
4010
+ #: super_socializer.php:3345
4011
  #, php-format
4012
  msgid ""
4013
  "Replace url saved in \"Callback URLs\" option in your Twitter app settings "
4015
  "\"%s\" target=\"_blank\">here</a>"
4016
  msgstr ""
4017
 
4018
+ #: super_socializer.php:3370
4019
  #, php-format
4020
  msgid ""
4021
  "If you cannot get Linkedin login to work after updating the plugin, replace "
4023
  "For more details, check step 6 <a href=\"%s\" target=\"_blank\">here</a>"
4024
  msgstr ""
4025
 
4026
+ #: super_socializer.php:3370 super_socializer.php:3397
4027
  msgid "Dismiss"
4028
  msgstr ""
4029
 
4030
+ #: super_socializer.php:3681
4031
  msgid ""
4032
  "Your browser is blocking some features of this website. Please follow the "
4033
  "instructions at {support_url} to unblock these."
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share, odnoklassniki login, yandex login, odnoklassniki, yandex, odnoklassniki login button, yandex login button, Rutube, Rutube share, Rutube sharing, youtube login
5
  Requires at least: 2.5.0
6
  Tested up to: 6.0.3
7
- Stable tag: 7.13.40
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
@@ -213,6 +213,9 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
 
 
 
216
  = 7.13.40 [19 October 2022] =
217
  * [Improvement] Youtube login is now fetching profile data from Youtube channel instead of the Google profile
218
 
@@ -2515,4 +2518,7 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
2515
  * [Improvement] Admin UI improvements
2516
 
2517
  = 7.13.40 [19 October 2022] =
2518
- * [Improvement] Youtube login is now fetching profile data from Youtube channel instead of the Google profile
 
 
 
4
  Tags: social login, social share, line login, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, twitter login, linkedin login, google login, vkontakte login, Windows Live Login, Microsoft Login, Wordpress login, Yahoo login, Spotify login, Dribbble login, Kakao login, Github login, Twitch login, Instagram login, dropbox login, foursquare login, disqus login, reddit login, amazon login, stackoverflow login, stack overflow login, discord login, mail.ru login, mailru login, mail ru login, gettr share, parler share, odnoklassniki login, yandex login, odnoklassniki, yandex, odnoklassniki login button, yandex login button, Rutube, Rutube share, Rutube sharing, youtube login
5
  Requires at least: 2.5.0
6
  Tested up to: 6.0.3
7
+ Stable tag: 7.13.41
8
  License: GPLv2 or later
9
 
10
  The unique Social Plugin to let you integrate Social Login, Social Share, Social Comments and Social Media follow at your website
213
  8. **Social Commenting**: Disqus Commenting selected
214
 
215
  == Changelog ==
216
+ = 7.13.41 [21 October 2022] =
217
+ * [Bugfix] Youtube login was not saving the email address of the user
218
+
219
  = 7.13.40 [19 October 2022] =
220
  * [Improvement] Youtube login is now fetching profile data from Youtube channel instead of the Google profile
221
 
2518
  * [Improvement] Admin UI improvements
2519
 
2520
  = 7.13.40 [19 October 2022] =
2521
+ * [Improvement] Youtube login is now fetching profile data from Youtube channel instead of the Google profile
2522
+
2523
+ = 7.13.41 [21 October 2022] =
2524
+ * [Bugfix] Youtube login was not saving the email address of the user
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
- Version: 7.13.40
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
@@ -11,7 +11,7 @@ Domain Path: /languages
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
- define('THE_CHAMP_SS_VERSION', '7.13.40');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateorSsDefaultAttribs = array(
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more
6
+ Version: 7.13.41
7
  Author: Team Heateor
8
  Author URI: https://www.heateor.com
9
  Text Domain: super-socializer
11
  License: GPL2+
12
  */
13
  defined('ABSPATH') or die("Cheating........Uh!!");
14
+ define('THE_CHAMP_SS_VERSION', '7.13.41');
15
 
16
  // attributes to allow in the HTML of the social share and social media follow icons
17
  $heateorSsDefaultAttribs = array(