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

Version Description

  • [Bugfix] Twitter login stopped working because of the recent changes at Twitter's end
  • [Bugfix] "Copy Link" share icon was not working in a few cases
  • [Bugfix] Facebook shares were not correct in a few cases with Recover Social Share Counts add-on active
  • [Improvement] Code improvement
Download this release

Release Info

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

Code changes from version 7.11.13 to 7.11.14

admin/social_login.php CHANGED
@@ -209,9 +209,13 @@
209
  <div>
210
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
211
  <br/>
212
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'super-socializer'); ?></span>
213
  <br/>
214
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
 
 
 
 
215
  </div>
216
  </td>
217
  </tr>
@@ -231,9 +235,13 @@
231
  <div>
232
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
233
  <br/>
234
- <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> and <strong>Callback URL</strong> options at the link mentioned', 'super-socializer'); ?></span>
235
  <br/>
236
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
 
 
 
 
237
  </div>
238
  </td>
239
  </tr>
209
  <div>
210
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Key', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
211
  <br/>
212
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option at the link mentioned', 'super-socializer'); ?></span>
213
  <br/>
214
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
215
+ <br/>
216
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
217
+ <br/>
218
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url().'/index.php?SuperSocializerAuth=Twitter'); ?></strong>
219
  </div>
220
  </td>
221
  </tr>
235
  <div>
236
  <?php echo sprintf(__('Required for Twitter Social Login to work. Please follow the documentation at <a href="%s" target="_blank">this link</a> to get Twitter API Secret', 'super-socializer'), 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/') ?>
237
  <br/>
238
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Website</strong> option at the link mentioned', 'super-socializer'); ?></span>
239
  <br/>
240
  <strong style="color: #14ACDF"><?php echo esc_url(home_url()); ?></strong>
241
+ <br/>
242
+ <span style="color: #14ACDF"><?php _e('Paste following url in <strong>Callback URL</strong> option at the link mentioned', 'super-socializer'); ?></span>
243
+ <br/>
244
+ <strong style="color: #14ACDF"><?php echo esc_url(home_url().'/index.php?SuperSocializerAuth=Twitter'); ?></strong>
245
  </div>
246
  </td>
247
  </tr>
inc/social_sharing_networks.php CHANGED
@@ -158,6 +158,7 @@ function heateor_ss_fetch_amp_sharing_networks(){
158
  'yummly_share' => '',
159
  'reddit_badge' => '',
160
  'stumbleupon_badge' => '',
 
161
  'facebook' => '<a class="heateor_ss_amp heateor_ss_amp_facebook" href="https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%" title="Facebook" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/facebook.svg" width="%width%" height="%height%" alt="Facebook" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
162
  'twitter' => '<a class="heateor_ss_amp heateor_ss_amp_twitter" href="http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/twitter.svg" width="%width%" height="%height%" alt="Twitter" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
163
  'linkedin' => '<a class="heateor_ss_amp heateor_ss_amp_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%" title="Linkedin" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/linkedin.svg" width="%width%" height="%height%" alt="Linkedin" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
158
  'yummly_share' => '',
159
  'reddit_badge' => '',
160
  'stumbleupon_badge' => '',
161
+ 'Copy_Link' => '',
162
  'facebook' => '<a class="heateor_ss_amp heateor_ss_amp_facebook" href="https://www.facebook.com/sharer/sharer.php?u=%encoded_post_url%" title="Facebook" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/facebook.svg" width="%width%" height="%height%" alt="Facebook" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
163
  'twitter' => '<a class="heateor_ss_amp heateor_ss_amp_twitter" href="http://twitter.com/intent/tweet?%via_twitter_username%text=%wpseo_post_title%&url=%encoded_post_url%" title="Twitter" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/twitter.svg" width="%width%" height="%height%" alt="Twitter" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
164
  'linkedin' => '<a class="heateor_ss_amp heateor_ss_amp_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=%encoded_post_url%&title=%post_title%" title="Linkedin" rel="nofollow noopener" target="_blank"><amp-img src="'. $ampIconPath .'/linkedin.svg" width="%width%" height="%height%" alt="Linkedin" class="amp-wp-enforced-sizes" style="width: %width%px;"></amp-img></a>',
js/front/combined.js CHANGED
@@ -727,7 +727,7 @@ function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength, dataH
727
  var facebookBackground = jQuery(this).find('i.theChampFacebookBackground');
728
  var sharingCount = parseInt(data.share.share_count);
729
 
730
- if(jQuery(targetElement).attr('ss_st_count') !== undefined){
731
  sharingCount += parseInt(jQuery(targetElement).attr('ss_st_count'));
732
  }
733
  if(sharingCount > 0){
@@ -768,7 +768,7 @@ function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength, dataH
768
  var shareCountString = typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares') != 'undefined' ? jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim() : '';
769
  if(shareCountString != ''){
770
  var shareCount = parseInt(theChampCalculateActualCount(shareCountString));
771
- if(jQuery(facebookCountElement).attr('ss_st_count') !== undefined){
772
  var startingCount = parseInt(jQuery(facebookCountElement).attr('ss_st_count').trim());
773
  shareCount = Math.abs(shareCount - startingCount);
774
  }
@@ -853,9 +853,9 @@ jQuery(function(){
853
  }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
854
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
855
  var url = jQuery(element).attr("super-socializer-data-href") || "";
856
- if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != undefined){
857
  var url = heateorSsHorSharingShortUrl;
858
- }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != undefined){
859
  var url = heateorSsVerticalSharingShortUrl;
860
  }
861
  if(!url){
727
  var facebookBackground = jQuery(this).find('i.theChampFacebookBackground');
728
  var sharingCount = parseInt(data.share.share_count);
729
 
730
+ if(jQuery(targetElement).attr('ss_st_count') !== "undefined"){
731
  sharingCount += parseInt(jQuery(targetElement).attr('ss_st_count'));
732
  }
733
  if(sharingCount > 0){
768
  var shareCountString = typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares') != 'undefined' ? jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim() : '';
769
  if(shareCountString != ''){
770
  var shareCount = parseInt(theChampCalculateActualCount(shareCountString));
771
+ if(jQuery(facebookCountElement).attr('ss_st_count') !== "undefined"){
772
  var startingCount = parseInt(jQuery(facebookCountElement).attr('ss_st_count').trim());
773
  shareCount = Math.abs(shareCount - startingCount);
774
  }
853
  }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
854
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
855
  var url = jQuery(element).attr("super-socializer-data-href") || "";
856
+ if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != "undefined"){
857
  var url = heateorSsHorSharingShortUrl;
858
+ }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != "undefined"){
859
  var url = heateorSsVerticalSharingShortUrl;
860
  }
861
  if(!url){
js/front/sharing/sharing.js CHANGED
@@ -712,7 +712,7 @@ function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength, dataH
712
  var facebookBackground = jQuery(this).find('i.theChampFacebookBackground');
713
  var sharingCount = parseInt(data.share.share_count);
714
 
715
- if(jQuery(targetElement).attr('ss_st_count') !== undefined){
716
  sharingCount += parseInt(jQuery(targetElement).attr('ss_st_count'));
717
  }
718
  if(sharingCount > 0){
@@ -753,7 +753,7 @@ function theChampFBShareJSONCall(targetUrl, loopCounter, targetUrlsLength, dataH
753
  var shareCountString = typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares') != 'undefined' ? jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim() : '';
754
  if(shareCountString != ''){
755
  var shareCount = parseInt(theChampCalculateActualCount(shareCountString));
756
- if(jQuery(facebookCountElement).attr('ss_st_count') !== undefined){
757
  var startingCount = parseInt(jQuery(facebookCountElement).attr('ss_st_count').trim());
758
  shareCount = Math.abs(shareCount - startingCount);
759
  }
@@ -838,9 +838,9 @@ jQuery(function(){
838
  }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
839
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
840
  var url = jQuery(element).attr("super-socializer-data-href") || "";
841
- if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != undefined){
842
  var url = heateorSsHorSharingShortUrl;
843
- }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != undefined){
844
  var url = heateorSsVerticalSharingShortUrl;
845
  }
846
  if(!url){
712
  var facebookBackground = jQuery(this).find('i.theChampFacebookBackground');
713
  var sharingCount = parseInt(data.share.share_count);
714
 
715
+ if(jQuery(targetElement).attr('ss_st_count') !== "undefined"){
716
  sharingCount += parseInt(jQuery(targetElement).attr('ss_st_count'));
717
  }
718
  if(sharingCount > 0){
753
  var shareCountString = typeof jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares') != 'undefined' ? jQuery(facebookCountElementBg).attr('heateor-ss-fb-shares').trim() : '';
754
  if(shareCountString != ''){
755
  var shareCount = parseInt(theChampCalculateActualCount(shareCountString));
756
+ if(jQuery(facebookCountElement).attr('ss_st_count') !== "undefined"){
757
  var startingCount = parseInt(jQuery(facebookCountElement).attr('ss_st_count').trim());
758
  shareCount = Math.abs(shareCount - startingCount);
759
  }
838
  }else if(jQuery(trigger).hasClass('theChampCopyLinkSvg')){
839
  var element = trigger.parentElement.parentElement.parentElement.parentElement;
840
  var url = jQuery(element).attr("super-socializer-data-href") || "";
841
+ if(jQuery(element).hasClass('the_champ_horizontal_sharing') && typeof heateorSsHorSharingShortUrl != "undefined"){
842
  var url = heateorSsHorSharingShortUrl;
843
+ }else if(jQuery(element).hasClass('the_champ_vertical_sharing') && typeof heateorSsVerticalSharingShortUrl != "undefined"){
844
  var url = heateorSsVerticalSharingShortUrl;
845
  }
846
  if(!url){
languages/index.php ADDED
@@ -0,0 +1 @@
 
1
+ <?php die("Silence is Golden"); ?>
languages/super-socializer-ar_AR.mo CHANGED
Binary file
languages/super-socializer-ar_AR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:46+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:46+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
@@ -100,108 +100,108 @@ msgstr ""
100
  msgid "Link copied."
101
  msgstr "شارك الأخرين عبر لنكيدان"
102
 
103
- #: ../super_socializer.php:1227
104
  #, fuzzy
105
  msgid "Super Socializer - General Options"
106
  msgstr "آخر تسجيل دخول | Last Login"
107
 
108
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  #, fuzzy
111
  msgid "General Options"
112
  msgstr "المشاركات الأفقي"
113
 
114
- #: ../super_socializer.php:1295 ../helper.php:885
115
  #, fuzzy
116
  msgid "Social Avatar"
117
  msgstr "صغير الرمزية رابط"
118
 
119
- #: ../super_socializer.php:1298
120
  msgid "Small Avatar Url"
121
  msgstr "صغير الرمزية رابط"
122
 
123
- #: ../super_socializer.php:1302
124
  #, fuzzy
125
  msgid "Large Avatar Url"
126
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
127
 
128
- #: ../super_socializer.php:1306 ../helper.php:888
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
132
  msgstr ""
133
 
134
- #: ../super_socializer.php:1310 ../helper.php:889
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr ""
137
 
138
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
139
  msgid ""
140
  "Your browser is blocking some features of this website. Please follow the "
141
  "instructions at {support_url} to unblock these."
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1389
145
  msgid "Login with your Social ID"
146
  msgstr ""
147
 
148
- #: ../super_socializer.php:1390
149
  msgid "Email you entered is already registered or invalid"
150
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
151
 
152
- #: ../super_socializer.php:1395
153
  msgid "Please enter a valid email address. You might be required to verify it"
154
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
155
 
156
- #: ../super_socializer.php:1600
157
  msgid ""
158
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
159
  "current version of Super Socialzer"
160
  msgstr ""
161
 
162
- #: ../super_socializer.php:1609
163
  msgid ""
164
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
165
  "version of Super Socialzer"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1618
169
  msgid ""
170
  "Update \"Social Login Buttons\" add-on for compatibility with current "
171
  "version of Super Socialzer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1627
175
  msgid ""
176
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
177
  "with current version of Super Socialzer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1636
181
  msgid ""
182
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socialzer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1643
187
  msgid ""
188
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
189
  "LiveJournal Login of Super Socialzer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1654
193
  #, php-format
194
  msgid ""
195
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1670
199
  #, php-format
200
  msgid ""
201
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1694
205
  #, php-format
206
  msgid ""
207
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -209,13 +209,21 @@ msgid ""
209
  "target=\"_blank\">here</a>"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
213
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
214
- #: ../super_socializer.php:1802
215
  msgid "Okay"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
219
  #, php-format
220
  msgid ""
221
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -223,7 +231,7 @@ msgid ""
223
  "target=\"_blank\">here</a>"
224
  msgstr ""
225
 
226
- #: ../super_socializer.php:1744
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -231,13 +239,13 @@ msgid ""
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1755
235
  #, php-format
236
  msgid ""
237
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1777
241
  #, php-format
242
  msgid ""
243
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -245,7 +253,7 @@ msgid ""
245
  "\"%s\" target=\"_blank\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1802
249
  #, php-format
250
  msgid ""
251
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 09:59+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 09:59+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <support@heateor.com>\n"
9
  "Language: ar\n"
100
  msgid "Link copied."
101
  msgstr "شارك الأخرين عبر لنكيدان"
102
 
103
+ #: ../super_socializer.php:1223
104
  #, fuzzy
105
  msgid "Super Socializer - General Options"
106
  msgstr "آخر تسجيل دخول | Last Login"
107
 
108
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  #, fuzzy
111
  msgid "General Options"
112
  msgstr "المشاركات الأفقي"
113
 
114
+ #: ../super_socializer.php:1291 ../helper.php:885
115
  #, fuzzy
116
  msgid "Social Avatar"
117
  msgstr "صغير الرمزية رابط"
118
 
119
+ #: ../super_socializer.php:1294
120
  msgid "Small Avatar Url"
121
  msgstr "صغير الرمزية رابط"
122
 
123
+ #: ../super_socializer.php:1298
124
  #, fuzzy
125
  msgid "Large Avatar Url"
126
  msgstr "الرابط المصدر و الرابط الهدف لا يمكن أن يكونا متطابقين."
127
 
128
+ #: ../super_socializer.php:1302 ../helper.php:888
129
  msgid ""
130
  "Do not fetch and update social avatar from my profile, next time I Social "
131
  "Login"
132
  msgstr ""
133
 
134
+ #: ../super_socializer.php:1306 ../helper.php:889
135
  msgid "Update social avatar, next time I Social Login"
136
  msgstr ""
137
 
138
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
139
  msgid ""
140
  "Your browser is blocking some features of this website. Please follow the "
141
  "instructions at {support_url} to unblock these."
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1385
145
  msgid "Login with your Social ID"
146
  msgstr ""
147
 
148
+ #: ../super_socializer.php:1386
149
  msgid "Email you entered is already registered or invalid"
150
  msgstr "البريد الإلكتروني الذي أدخلته غير مسجل من قبل أو غير صالحة"
151
 
152
+ #: ../super_socializer.php:1391
153
  msgid "Please enter a valid email address. You might be required to verify it"
154
  msgstr "يرجى إدخال عنوان بريد إلكتروني صالح. قد تكون هناك حاجة للتحقق من ذلك"
155
 
156
+ #: ../super_socializer.php:1605
157
  msgid ""
158
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
159
  "current version of Super Socialzer"
160
  msgstr ""
161
 
162
+ #: ../super_socializer.php:1614
163
  msgid ""
164
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
165
  "version of Super Socialzer"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1623
169
  msgid ""
170
  "Update \"Social Login Buttons\" add-on for compatibility with current "
171
  "version of Super Socialzer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1632
175
  msgid ""
176
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
177
  "with current version of Super Socialzer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1641
181
  msgid ""
182
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1648
187
  msgid ""
188
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
189
  "LiveJournal Login of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1659
193
  #, php-format
194
  msgid ""
195
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1675
199
  #, php-format
200
  msgid ""
201
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1699
205
  #, php-format
206
  msgid ""
207
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
209
  "target=\"_blank\">here</a>"
210
  msgstr ""
211
 
212
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
213
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
214
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
215
  msgid "Okay"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1724
219
+ #, php-format
220
+ msgid ""
221
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
222
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
223
+ "\">here</a>"
224
+ msgstr ""
225
+
226
+ #: ../super_socializer.php:1749
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
+ #: ../super_socializer.php:1774
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1785
243
  #, php-format
244
  msgid ""
245
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1807
249
  #, php-format
250
  msgid ""
251
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
253
  "\"%s\" target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1832
257
  #, php-format
258
  msgid ""
259
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-es_ES.mo CHANGED
Binary file
languages/super-socializer-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:46+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:46+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
@@ -105,28 +105,28 @@ msgstr ""
105
  msgid "Link copied."
106
  msgstr "LinkedIn"
107
 
108
- #: ../super_socializer.php:1227
109
  msgid "Super Socializer - General Options"
110
  msgstr "Super Socializer - Opciones Generales"
111
 
112
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
113
  #: ../admin/social_commenting.php:43
114
  msgid "General Options"
115
  msgstr "Opciones Generales"
116
 
117
- #: ../super_socializer.php:1295 ../helper.php:885
118
  msgid "Social Avatar"
119
  msgstr "Avatar Social"
120
 
121
- #: ../super_socializer.php:1298
122
  msgid "Small Avatar Url"
123
  msgstr "Url de Avatar Pequeño"
124
 
125
- #: ../super_socializer.php:1302
126
  msgid "Large Avatar Url"
127
  msgstr "Url de Avatar Grande"
128
 
129
- #: ../super_socializer.php:1306 ../helper.php:888
130
  msgid ""
131
  "Do not fetch and update social avatar from my profile, next time I Social "
132
  "Login"
@@ -134,79 +134,79 @@ msgstr ""
134
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
135
  "próxima vez | Social Login"
136
 
137
- #: ../super_socializer.php:1310 ../helper.php:889
138
  msgid "Update social avatar, next time I Social Login"
139
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
140
 
141
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
142
  msgid ""
143
  "Your browser is blocking some features of this website. Please follow the "
144
  "instructions at {support_url} to unblock these."
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1389
148
  msgid "Login with your Social ID"
149
  msgstr ""
150
 
151
- #: ../super_socializer.php:1390
152
  msgid "Email you entered is already registered or invalid"
153
  msgstr "El email que has escrito ya está registrado o no es válido"
154
 
155
- #: ../super_socializer.php:1395
156
  msgid "Please enter a valid email address. You might be required to verify it"
157
  msgstr ""
158
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
159
  "verificarla"
160
 
161
- #: ../super_socializer.php:1600
162
  msgid ""
163
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
164
  "current version of Super Socialzer"
165
  msgstr ""
166
 
167
- #: ../super_socializer.php:1609
168
  msgid ""
169
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
170
  "version of Super Socialzer"
171
  msgstr ""
172
 
173
- #: ../super_socializer.php:1618
174
  msgid ""
175
  "Update \"Social Login Buttons\" add-on for compatibility with current "
176
  "version of Super Socialzer"
177
  msgstr ""
178
 
179
- #: ../super_socializer.php:1627
180
  msgid ""
181
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
182
  "with current version of Super Socialzer"
183
  msgstr ""
184
 
185
- #: ../super_socializer.php:1636
186
  msgid ""
187
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socialzer"
189
  msgstr ""
190
 
191
- #: ../super_socializer.php:1643
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
194
  "LiveJournal Login of Super Socialzer"
195
  msgstr ""
196
 
197
- #: ../super_socializer.php:1654
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
- #: ../super_socializer.php:1670
204
  #, php-format
205
  msgid ""
206
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
207
  msgstr ""
208
 
209
- #: ../super_socializer.php:1694
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -214,13 +214,21 @@ msgid ""
214
  "target=\"_blank\">here</a>"
215
  msgstr ""
216
 
217
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
218
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
219
- #: ../super_socializer.php:1802
220
  msgid "Okay"
221
  msgstr ""
222
 
223
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
224
  #, php-format
225
  msgid ""
226
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -228,7 +236,7 @@ msgid ""
228
  "target=\"_blank\">here</a>"
229
  msgstr ""
230
 
231
- #: ../super_socializer.php:1744
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -236,13 +244,13 @@ msgid ""
236
  "target=\"_blank\">here</a>"
237
  msgstr ""
238
 
239
- #: ../super_socializer.php:1755
240
  #, php-format
241
  msgid ""
242
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
243
  msgstr ""
244
 
245
- #: ../super_socializer.php:1777
246
  #, php-format
247
  msgid ""
248
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -250,7 +258,7 @@ msgid ""
250
  "\"%s\" target=\"_blank\">here</a>"
251
  msgstr ""
252
 
253
- #: ../super_socializer.php:1802
254
  #, php-format
255
  msgid ""
256
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 09:59+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 09:59+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: es\n"
105
  msgid "Link copied."
106
  msgstr "LinkedIn"
107
 
108
+ #: ../super_socializer.php:1223
109
  msgid "Super Socializer - General Options"
110
  msgstr "Super Socializer - Opciones Generales"
111
 
112
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
113
  #: ../admin/social_commenting.php:43
114
  msgid "General Options"
115
  msgstr "Opciones Generales"
116
 
117
+ #: ../super_socializer.php:1291 ../helper.php:885
118
  msgid "Social Avatar"
119
  msgstr "Avatar Social"
120
 
121
+ #: ../super_socializer.php:1294
122
  msgid "Small Avatar Url"
123
  msgstr "Url de Avatar Pequeño"
124
 
125
+ #: ../super_socializer.php:1298
126
  msgid "Large Avatar Url"
127
  msgstr "Url de Avatar Grande"
128
 
129
+ #: ../super_socializer.php:1302 ../helper.php:888
130
  msgid ""
131
  "Do not fetch and update social avatar from my profile, next time I Social "
132
  "Login"
134
  "No se ha podido recuperar y actualizar el avatar social desde mi perfil, la "
135
  "próxima vez | Social Login"
136
 
137
+ #: ../super_socializer.php:1306 ../helper.php:889
138
  msgid "Update social avatar, next time I Social Login"
139
  msgstr "Actualiza tu avatar de redes sociales | Social Login"
140
 
141
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
142
  msgid ""
143
  "Your browser is blocking some features of this website. Please follow the "
144
  "instructions at {support_url} to unblock these."
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1385
148
  msgid "Login with your Social ID"
149
  msgstr ""
150
 
151
+ #: ../super_socializer.php:1386
152
  msgid "Email you entered is already registered or invalid"
153
  msgstr "El email que has escrito ya está registrado o no es válido"
154
 
155
+ #: ../super_socializer.php:1391
156
  msgid "Please enter a valid email address. You might be required to verify it"
157
  msgstr ""
158
  "Por favor escribe una dirección de email válida. Puedes ser requerido para "
159
  "verificarla"
160
 
161
+ #: ../super_socializer.php:1605
162
  msgid ""
163
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
164
  "current version of Super Socialzer"
165
  msgstr ""
166
 
167
+ #: ../super_socializer.php:1614
168
  msgid ""
169
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
170
  "version of Super Socialzer"
171
  msgstr ""
172
 
173
+ #: ../super_socializer.php:1623
174
  msgid ""
175
  "Update \"Social Login Buttons\" add-on for compatibility with current "
176
  "version of Super Socialzer"
177
  msgstr ""
178
 
179
+ #: ../super_socializer.php:1632
180
  msgid ""
181
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
182
  "with current version of Super Socialzer"
183
  msgstr ""
184
 
185
+ #: ../super_socializer.php:1641
186
  msgid ""
187
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
188
  "with current version of Super Socialzer"
189
  msgstr ""
190
 
191
+ #: ../super_socializer.php:1648
192
  msgid ""
193
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
194
  "LiveJournal Login of Super Socialzer"
195
  msgstr ""
196
 
197
+ #: ../super_socializer.php:1659
198
  #, php-format
199
  msgid ""
200
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
201
  msgstr ""
202
 
203
+ #: ../super_socializer.php:1675
204
  #, php-format
205
  msgid ""
206
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
207
  msgstr ""
208
 
209
+ #: ../super_socializer.php:1699
210
  #, php-format
211
  msgid ""
212
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
214
  "target=\"_blank\">here</a>"
215
  msgstr ""
216
 
217
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
218
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
219
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
220
  msgid "Okay"
221
  msgstr ""
222
 
223
+ #: ../super_socializer.php:1724
224
+ #, php-format
225
+ msgid ""
226
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
227
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
228
+ "\">here</a>"
229
+ msgstr ""
230
+
231
+ #: ../super_socializer.php:1749
232
  #, php-format
233
  msgid ""
234
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
236
  "target=\"_blank\">here</a>"
237
  msgstr ""
238
 
239
+ #: ../super_socializer.php:1774
240
  #, php-format
241
  msgid ""
242
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
244
  "target=\"_blank\">here</a>"
245
  msgstr ""
246
 
247
+ #: ../super_socializer.php:1785
248
  #, php-format
249
  msgid ""
250
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
251
  msgstr ""
252
 
253
+ #: ../super_socializer.php:1807
254
  #, php-format
255
  msgid ""
256
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
258
  "\"%s\" target=\"_blank\">here</a>"
259
  msgstr ""
260
 
261
+ #: ../super_socializer.php:1832
262
  #, php-format
263
  msgid ""
264
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-hu_HU.mo CHANGED
Binary file
languages/super-socializer-hu_HU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:46+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:46+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
@@ -102,108 +102,108 @@ msgstr ""
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
- #: ../super_socializer.php:1227
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
111
  #: ../admin/social_commenting.php:43
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
- #: ../super_socializer.php:1295 ../helper.php:885
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
- #: ../super_socializer.php:1298
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
- #: ../super_socializer.php:1302
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
- #: ../super_socializer.php:1306 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1310 ../helper.php:889
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
141
  msgid ""
142
  "Your browser is blocking some features of this website. Please follow the "
143
  "instructions at {support_url} to unblock these."
144
  msgstr ""
145
 
146
- #: ../super_socializer.php:1389
147
  msgid "Login with your Social ID"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1390
151
  msgid "Email you entered is already registered or invalid"
152
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
153
 
154
- #: ../super_socializer.php:1395
155
  msgid "Please enter a valid email address. You might be required to verify it"
156
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
157
 
158
- #: ../super_socializer.php:1600
159
  msgid ""
160
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
161
  "current version of Super Socialzer"
162
  msgstr ""
163
 
164
- #: ../super_socializer.php:1609
165
  msgid ""
166
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
167
  "version of Super Socialzer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1618
171
  msgid ""
172
  "Update \"Social Login Buttons\" add-on for compatibility with current "
173
  "version of Super Socialzer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1627
177
  msgid ""
178
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
179
  "with current version of Super Socialzer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1636
183
  msgid ""
184
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socialzer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1643
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
191
  "LiveJournal Login of Super Socialzer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1654
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1670
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1694
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -211,13 +211,21 @@ msgid ""
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
215
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
216
- #: ../super_socializer.php:1802
217
  msgid "Okay"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
221
  #, php-format
222
  msgid ""
223
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -225,7 +233,7 @@ msgid ""
225
  "target=\"_blank\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1744
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -233,13 +241,13 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1755
237
  #, php-format
238
  msgid ""
239
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1777
243
  #, php-format
244
  msgid ""
245
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -247,7 +255,7 @@ msgid ""
247
  "\"%s\" target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1802
251
  #, php-format
252
  msgid ""
253
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 09:59+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 09:59+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: The Champ <lordofthechamps@gmail.com>\n"
9
  "Language: hu\n"
102
  msgid "Link copied."
103
  msgstr "LinkedIn"
104
 
105
+ #: ../super_socializer.php:1223
106
  #, fuzzy
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Belépés"
109
 
110
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
111
  #: ../admin/social_commenting.php:43
112
  #, fuzzy
113
  msgid "General Options"
114
  msgstr "Megosztási beállítások"
115
 
116
+ #: ../super_socializer.php:1291 ../helper.php:885
117
  #, fuzzy
118
  msgid "Social Avatar"
119
  msgstr "Kis Avatar URL"
120
 
121
+ #: ../super_socializer.php:1294
122
  msgid "Small Avatar Url"
123
  msgstr "Kis Avatar URL"
124
 
125
+ #: ../super_socializer.php:1298
126
  #, fuzzy
127
  msgid "Large Avatar Url"
128
  msgstr "Cél Url"
129
 
130
+ #: ../super_socializer.php:1302 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1306 ../helper.php:889
137
  msgid "Update social avatar, next time I Social Login"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
141
  msgid ""
142
  "Your browser is blocking some features of this website. Please follow the "
143
  "instructions at {support_url} to unblock these."
144
  msgstr ""
145
 
146
+ #: ../super_socializer.php:1385
147
  msgid "Login with your Social ID"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1386
151
  msgid "Email you entered is already registered or invalid"
152
  msgstr "A megadott e-mail már regisztrálva van, vagy hibás"
153
 
154
+ #: ../super_socializer.php:1391
155
  msgid "Please enter a valid email address. You might be required to verify it"
156
  msgstr "Kérlek, érvényes e-mail címet adj meg. Ezt később ellenőrizhetjük"
157
 
158
+ #: ../super_socializer.php:1605
159
  msgid ""
160
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
161
  "current version of Super Socialzer"
162
  msgstr ""
163
 
164
+ #: ../super_socializer.php:1614
165
  msgid ""
166
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
167
  "version of Super Socialzer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1623
171
  msgid ""
172
  "Update \"Social Login Buttons\" add-on for compatibility with current "
173
  "version of Super Socialzer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1632
177
  msgid ""
178
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
179
  "with current version of Super Socialzer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1641
183
  msgid ""
184
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socialzer"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1648
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
191
  "LiveJournal Login of Super Socialzer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1659
195
  #, php-format
196
  msgid ""
197
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1675
201
  #, php-format
202
  msgid ""
203
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1699
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
215
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
216
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
217
  msgid "Okay"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1724
221
+ #, php-format
222
+ msgid ""
223
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
224
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
225
+ "\">here</a>"
226
+ msgstr ""
227
+
228
+ #: ../super_socializer.php:1749
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1774
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1785
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1807
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1832
259
  #, php-format
260
  msgid ""
261
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-it_IT.mo CHANGED
Binary file
languages/super-socializer-it_IT.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:46+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:46+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
@@ -106,28 +106,28 @@ msgstr "Share"
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
- #: ../super_socializer.php:1227
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
114
  #: ../admin/social_commenting.php:43
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
- #: ../super_socializer.php:1295 ../helper.php:885
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
- #: ../super_socializer.php:1298
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
- #: ../super_socializer.php:1302
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
- #: ../super_socializer.php:1306 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
@@ -135,79 +135,79 @@ msgstr ""
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
- #: ../super_socializer.php:1310 ../helper.php:889
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
143
  msgid ""
144
  "Your browser is blocking some features of this website. Please follow the "
145
  "instructions at {support_url} to unblock these."
146
  msgstr ""
147
 
148
- #: ../super_socializer.php:1389
149
  msgid "Login with your Social ID"
150
  msgstr "Login con il tuo ID Social"
151
 
152
- #: ../super_socializer.php:1390
153
  msgid "Email you entered is already registered or invalid"
154
  msgstr "La email inserita è già registrata o non è valida"
155
 
156
- #: ../super_socializer.php:1395
157
  msgid "Please enter a valid email address. You might be required to verify it"
158
  msgstr ""
159
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
160
  "una verifica"
161
 
162
- #: ../super_socializer.php:1600
163
  msgid ""
164
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
165
  "current version of Super Socialzer"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1609
169
  msgid ""
170
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
171
  "version of Super Socialzer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1618
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socialzer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1627
181
  msgid ""
182
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socialzer"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1636
187
  msgid ""
188
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socialzer"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1643
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
195
  "LiveJournal Login of Super Socialzer"
196
  msgstr ""
197
 
198
- #: ../super_socializer.php:1654
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
- #: ../super_socializer.php:1670
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
- #: ../super_socializer.php:1694
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -215,13 +215,21 @@ msgid ""
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
219
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
220
- #: ../super_socializer.php:1802
221
  msgid "Okay"
222
  msgstr ""
223
 
224
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
225
  #, php-format
226
  msgid ""
227
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -229,7 +237,7 @@ msgid ""
229
  "target=\"_blank\">here</a>"
230
  msgstr ""
231
 
232
- #: ../super_socializer.php:1744
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -237,13 +245,13 @@ msgid ""
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
- #: ../super_socializer.php:1755
241
  #, php-format
242
  msgid ""
243
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
244
  msgstr ""
245
 
246
- #: ../super_socializer.php:1777
247
  #, php-format
248
  msgid ""
249
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -251,7 +259,7 @@ msgid ""
251
  "\"%s\" target=\"_blank\">here</a>"
252
  msgstr ""
253
 
254
- #: ../super_socializer.php:1802
255
  #, php-format
256
  msgid ""
257
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:00+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Freedom's Gate <freedomsgate.tk@gmail.com>\n"
9
  "Language: it\n"
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
+ #: ../super_socializer.php:1223
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Opzioni"
112
 
113
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
114
  #: ../admin/social_commenting.php:43
115
  msgid "General Options"
116
  msgstr "Opzioni Generali"
117
 
118
+ #: ../super_socializer.php:1291 ../helper.php:885
119
  msgid "Social Avatar"
120
  msgstr "Social Avatar"
121
 
122
+ #: ../super_socializer.php:1294
123
  msgid "Small Avatar Url"
124
  msgstr "Url Avatar Piccolo"
125
 
126
+ #: ../super_socializer.php:1298
127
  msgid "Large Avatar Url"
128
  msgstr "URL Avatar Grande"
129
 
130
+ #: ../super_socializer.php:1302 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
135
  "La prossima volta che uso Social Login, non prendere e/o aggiornare il "
136
  "social avatar dal mio profilo."
137
 
138
+ #: ../super_socializer.php:1306 ../helper.php:889
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr "La prossima volta che si usa Social Login, aggiorna il social avatar."
141
 
142
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
143
  msgid ""
144
  "Your browser is blocking some features of this website. Please follow the "
145
  "instructions at {support_url} to unblock these."
146
  msgstr ""
147
 
148
+ #: ../super_socializer.php:1385
149
  msgid "Login with your Social ID"
150
  msgstr "Login con il tuo ID Social"
151
 
152
+ #: ../super_socializer.php:1386
153
  msgid "Email you entered is already registered or invalid"
154
  msgstr "La email inserita è già registrata o non è valida"
155
 
156
+ #: ../super_socializer.php:1391
157
  msgid "Please enter a valid email address. You might be required to verify it"
158
  msgstr ""
159
  "Si prega di inserire un indirizzo email valido. Potrebbe esserne richiesta "
160
  "una verifica"
161
 
162
+ #: ../super_socializer.php:1605
163
  msgid ""
164
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
165
  "current version of Super Socialzer"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1614
169
  msgid ""
170
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
171
  "version of Super Socialzer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1623
175
  msgid ""
176
  "Update \"Social Login Buttons\" add-on for compatibility with current "
177
  "version of Super Socialzer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1632
181
  msgid ""
182
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
183
  "with current version of Super Socialzer"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1641
187
  msgid ""
188
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
189
  "with current version of Super Socialzer"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1648
193
  msgid ""
194
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
195
  "LiveJournal Login of Super Socialzer"
196
  msgstr ""
197
 
198
+ #: ../super_socializer.php:1659
199
  #, php-format
200
  msgid ""
201
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
202
  msgstr ""
203
 
204
+ #: ../super_socializer.php:1675
205
  #, php-format
206
  msgid ""
207
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
208
  msgstr ""
209
 
210
+ #: ../super_socializer.php:1699
211
  #, php-format
212
  msgid ""
213
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
215
  "target=\"_blank\">here</a>"
216
  msgstr ""
217
 
218
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
219
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
220
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
221
  msgid "Okay"
222
  msgstr ""
223
 
224
+ #: ../super_socializer.php:1724
225
+ #, php-format
226
+ msgid ""
227
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
228
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
229
+ "\">here</a>"
230
+ msgstr ""
231
+
232
+ #: ../super_socializer.php:1749
233
  #, php-format
234
  msgid ""
235
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
237
  "target=\"_blank\">here</a>"
238
  msgstr ""
239
 
240
+ #: ../super_socializer.php:1774
241
  #, php-format
242
  msgid ""
243
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
245
  "target=\"_blank\">here</a>"
246
  msgstr ""
247
 
248
+ #: ../super_socializer.php:1785
249
  #, php-format
250
  msgid ""
251
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
252
  msgstr ""
253
 
254
+ #: ../super_socializer.php:1807
255
  #, php-format
256
  msgid ""
257
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
259
  "\"%s\" target=\"_blank\">here</a>"
260
  msgstr ""
261
 
262
+ #: ../super_socializer.php:1832
263
  #, php-format
264
  msgid ""
265
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-pt_BR.mo CHANGED
Binary file
languages/super-socializer-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:46+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:46+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -101,28 +101,28 @@ msgstr ""
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
- #: ../super_socializer.php:1227
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
- #: ../super_socializer.php:1295 ../helper.php:885
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
- #: ../super_socializer.php:1298
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
- #: ../super_socializer.php:1302
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
- #: ../super_socializer.php:1306 ../helper.php:888
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
@@ -130,79 +130,79 @@ msgstr ""
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
- #: ../super_socializer.php:1310 ../helper.php:889
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1389
144
  msgid "Login with your Social ID"
145
  msgstr ""
146
 
147
- #: ../super_socializer.php:1390
148
  msgid "Email you entered is already registered or invalid"
149
  msgstr "Email fornecido já está registrado ou é inválido"
150
 
151
- #: ../super_socializer.php:1395
152
  msgid "Please enter a valid email address. You might be required to verify it"
153
  msgstr ""
154
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
155
  "confirmá-lo"
156
 
157
- #: ../super_socializer.php:1600
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socialzer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1609
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socialzer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1618
170
  msgid ""
171
  "Update \"Social Login Buttons\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1627
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socialzer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1636
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1643
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
190
  "LiveJournal Login of Super Socialzer"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1654
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1670
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
- #: ../super_socializer.php:1694
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -210,13 +210,21 @@ msgid ""
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
214
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
215
- #: ../super_socializer.php:1802
216
  msgid "Okay"
217
  msgstr ""
218
 
219
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
220
  #, php-format
221
  msgid ""
222
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -224,7 +232,7 @@ msgid ""
224
  "target=\"_blank\">here</a>"
225
  msgstr ""
226
 
227
- #: ../super_socializer.php:1744
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -232,13 +240,13 @@ msgid ""
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1755
236
  #, php-format
237
  msgid ""
238
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
239
  msgstr ""
240
 
241
- #: ../super_socializer.php:1777
242
  #, php-format
243
  msgid ""
244
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -246,7 +254,7 @@ msgid ""
246
  "\"%s\" target=\"_blank\">here</a>"
247
  msgstr ""
248
 
249
- #: ../super_socializer.php:1802
250
  #, php-format
251
  msgid ""
252
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:00+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
101
  msgid "Link copied."
102
  msgstr "LinkedIn"
103
 
104
+ #: ../super_socializer.php:1223
105
  msgid "Super Socializer - General Options"
106
  msgstr "Super Socializer - Opções Gerais"
107
 
108
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
109
  #: ../admin/social_commenting.php:43
110
  msgid "General Options"
111
  msgstr "Opções Gerais"
112
 
113
+ #: ../super_socializer.php:1291 ../helper.php:885
114
  msgid "Social Avatar"
115
  msgstr "Avatar Social"
116
 
117
+ #: ../super_socializer.php:1294
118
  msgid "Small Avatar Url"
119
  msgstr "Url para Avatar pequeno"
120
 
121
+ #: ../super_socializer.php:1298
122
  msgid "Large Avatar Url"
123
  msgstr "Url para Avatar Grande"
124
 
125
+ #: ../super_socializer.php:1302 ../helper.php:888
126
  msgid ""
127
  "Do not fetch and update social avatar from my profile, next time I Social "
128
  "Login"
130
  "Não busque ou atualize o avatar social do meu perfil, na próxima vez farei a "
131
  "Autenticação Social"
132
 
133
+ #: ../super_socializer.php:1306 ../helper.php:889
134
  msgid "Update social avatar, next time I Social Login"
135
  msgstr "Atualize o avatar social, na próxima vez farei a Autenticação Social"
136
 
137
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
138
  msgid ""
139
  "Your browser is blocking some features of this website. Please follow the "
140
  "instructions at {support_url} to unblock these."
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1385
144
  msgid "Login with your Social ID"
145
  msgstr ""
146
 
147
+ #: ../super_socializer.php:1386
148
  msgid "Email you entered is already registered or invalid"
149
  msgstr "Email fornecido já está registrado ou é inválido"
150
 
151
+ #: ../super_socializer.php:1391
152
  msgid "Please enter a valid email address. You might be required to verify it"
153
  msgstr ""
154
  "Por favor forneça um endereço de email válido. Você pode ser solicitado a "
155
  "confirmá-lo"
156
 
157
+ #: ../super_socializer.php:1605
158
  msgid ""
159
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
160
  "current version of Super Socialzer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1614
164
  msgid ""
165
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
166
  "version of Super Socialzer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1623
170
  msgid ""
171
  "Update \"Social Login Buttons\" add-on for compatibility with current "
172
  "version of Super Socialzer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1632
176
  msgid ""
177
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socialzer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1641
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
184
  "with current version of Super Socialzer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1648
188
  msgid ""
189
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
190
  "LiveJournal Login of Super Socialzer"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1659
194
  #, php-format
195
  msgid ""
196
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1675
200
  #, php-format
201
  msgid ""
202
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
203
  msgstr ""
204
 
205
+ #: ../super_socializer.php:1699
206
  #, php-format
207
  msgid ""
208
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
210
  "target=\"_blank\">here</a>"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
214
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
215
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
216
  msgid "Okay"
217
  msgstr ""
218
 
219
+ #: ../super_socializer.php:1724
220
+ #, php-format
221
+ msgid ""
222
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
223
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
224
+ "\">here</a>"
225
+ msgstr ""
226
+
227
+ #: ../super_socializer.php:1749
228
  #, php-format
229
  msgid ""
230
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
232
  "target=\"_blank\">here</a>"
233
  msgstr ""
234
 
235
+ #: ../super_socializer.php:1774
236
  #, php-format
237
  msgid ""
238
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
240
  "target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1785
244
  #, php-format
245
  msgid ""
246
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
247
  msgstr ""
248
 
249
+ #: ../super_socializer.php:1807
250
  #, php-format
251
  msgid ""
252
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
254
  "\"%s\" target=\"_blank\">here</a>"
255
  msgstr ""
256
 
257
+ #: ../super_socializer.php:1832
258
  #, php-format
259
  msgid ""
260
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-ru_RU.mo CHANGED
Binary file
languages/super-socializer-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:45+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
@@ -103,28 +103,28 @@ msgstr "Поделиться"
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
- #: ../super_socializer.php:1227
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Общие настройки"
109
 
110
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
111
  #: ../admin/social_commenting.php:43
112
  msgid "General Options"
113
  msgstr "Основные настройки"
114
 
115
- #: ../super_socializer.php:1295 ../helper.php:885
116
  msgid "Social Avatar"
117
  msgstr "Социальный аватар"
118
 
119
- #: ../super_socializer.php:1298
120
  msgid "Small Avatar Url"
121
  msgstr "Ссылка для маленького аватара"
122
 
123
- #: ../super_socializer.php:1302
124
  msgid "Large Avatar Url"
125
  msgstr "Ссылка для большого аватара"
126
 
127
- #: ../super_socializer.php:1306 ../helper.php:888
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
@@ -132,13 +132,13 @@ msgstr ""
132
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
133
  "я когда я использую вход через соцсети"
134
 
135
- #: ../super_socializer.php:1310 ../helper.php:889
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
139
  "соцсети"
140
 
141
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
142
  msgid ""
143
  "Your browser is blocking some features of this website. Please follow the "
144
  "instructions at {support_url} to unblock these."
@@ -146,70 +146,70 @@ msgstr ""
146
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
147
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
148
 
149
- #: ../super_socializer.php:1389
150
  msgid "Login with your Social ID"
151
  msgstr "Войти, используя социальный аккаунт"
152
 
153
- #: ../super_socializer.php:1390
154
  msgid "Email you entered is already registered or invalid"
155
  msgstr ""
156
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
157
 
158
- #: ../super_socializer.php:1395
159
  msgid "Please enter a valid email address. You might be required to verify it"
160
  msgstr ""
161
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
162
  "потребуется проверить его"
163
 
164
- #: ../super_socializer.php:1600
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socialzer"
168
  msgstr ""
169
 
170
- #: ../super_socializer.php:1609
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socialzer"
174
  msgstr ""
175
 
176
- #: ../super_socializer.php:1618
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socialzer"
180
  msgstr ""
181
 
182
- #: ../super_socializer.php:1627
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socialzer"
186
  msgstr ""
187
 
188
- #: ../super_socializer.php:1636
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socialzer"
192
  msgstr ""
193
 
194
- #: ../super_socializer.php:1643
195
  msgid ""
196
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
197
  "LiveJournal Login of Super Socialzer"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1654
201
  #, php-format
202
  msgid ""
203
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1670
207
  #, php-format
208
  msgid ""
209
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
210
  msgstr ""
211
 
212
- #: ../super_socializer.php:1694
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -217,13 +217,21 @@ msgid ""
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
219
 
220
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
221
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
222
- #: ../super_socializer.php:1802
223
  msgid "Okay"
224
  msgstr "Окей"
225
 
226
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
227
  #, php-format
228
  msgid ""
229
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -231,7 +239,7 @@ msgid ""
231
  "target=\"_blank\">here</a>"
232
  msgstr ""
233
 
234
- #: ../super_socializer.php:1744
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -239,13 +247,13 @@ msgid ""
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
- #: ../super_socializer.php:1755
243
  #, php-format
244
  msgid ""
245
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
246
  msgstr ""
247
 
248
- #: ../super_socializer.php:1777
249
  #, php-format
250
  msgid ""
251
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -253,7 +261,7 @@ msgid ""
253
  "\"%s\" target=\"_blank\">here</a>"
254
  msgstr ""
255
 
256
- #: ../super_socializer.php:1802
257
  #, php-format
258
  msgid ""
259
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:00+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Russian\n"
9
  "Language: ru_RU\n"
103
  msgid "Link copied."
104
  msgstr "LinkedIn"
105
 
106
+ #: ../super_socializer.php:1223
107
  msgid "Super Socializer - General Options"
108
  msgstr "Super Socializer - Общие настройки"
109
 
110
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
111
  #: ../admin/social_commenting.php:43
112
  msgid "General Options"
113
  msgstr "Основные настройки"
114
 
115
+ #: ../super_socializer.php:1291 ../helper.php:885
116
  msgid "Social Avatar"
117
  msgstr "Социальный аватар"
118
 
119
+ #: ../super_socializer.php:1294
120
  msgid "Small Avatar Url"
121
  msgstr "Ссылка для маленького аватара"
122
 
123
+ #: ../super_socializer.php:1298
124
  msgid "Large Avatar Url"
125
  msgstr "Ссылка для большого аватара"
126
 
127
+ #: ../super_socializer.php:1302 ../helper.php:888
128
  msgid ""
129
  "Do not fetch and update social avatar from my profile, next time I Social "
130
  "Login"
132
  "Не получать и обновлять социальный аватар из моего профиля, в следующий раз "
133
  "я когда я использую вход через соцсети"
134
 
135
+ #: ../super_socializer.php:1306 ../helper.php:889
136
  msgid "Update social avatar, next time I Social Login"
137
  msgstr ""
138
  "Обновление аватара соцсетей в следующий раз при использовании входа через "
139
  "соцсети"
140
 
141
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
142
  msgid ""
143
  "Your browser is blocking some features of this website. Please follow the "
144
  "instructions at {support_url} to unblock these."
146
  "Ваш браузер блокирует некоторые функции данного веб-сайта. Пожалуйста, "
147
  "следуйте инструкциям в {support_url}, чтобы разблокировать функции."
148
 
149
+ #: ../super_socializer.php:1385
150
  msgid "Login with your Social ID"
151
  msgstr "Войти, используя социальный аккаунт"
152
 
153
+ #: ../super_socializer.php:1386
154
  msgid "Email you entered is already registered or invalid"
155
  msgstr ""
156
  "Электронная почта, которую вы ввели, уже зарегистрирована или недействительна"
157
 
158
+ #: ../super_socializer.php:1391
159
  msgid "Please enter a valid email address. You might be required to verify it"
160
  msgstr ""
161
  "Пожалуйста, введите действительный адрес электронной почты. Вам, возможно, "
162
  "потребуется проверить его"
163
 
164
+ #: ../super_socializer.php:1605
165
  msgid ""
166
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
167
  "current version of Super Socialzer"
168
  msgstr ""
169
 
170
+ #: ../super_socializer.php:1614
171
  msgid ""
172
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
173
  "version of Super Socialzer"
174
  msgstr ""
175
 
176
+ #: ../super_socializer.php:1623
177
  msgid ""
178
  "Update \"Social Login Buttons\" add-on for compatibility with current "
179
  "version of Super Socialzer"
180
  msgstr ""
181
 
182
+ #: ../super_socializer.php:1632
183
  msgid ""
184
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
185
  "with current version of Super Socialzer"
186
  msgstr ""
187
 
188
+ #: ../super_socializer.php:1641
189
  msgid ""
190
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
191
  "with current version of Super Socialzer"
192
  msgstr ""
193
 
194
+ #: ../super_socializer.php:1648
195
  msgid ""
196
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
197
  "LiveJournal Login of Super Socialzer"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1659
201
  #, php-format
202
  msgid ""
203
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1675
207
  #, php-format
208
  msgid ""
209
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
210
  msgstr ""
211
 
212
+ #: ../super_socializer.php:1699
213
  #, php-format
214
  msgid ""
215
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
217
  "target=\"_blank\">here</a>"
218
  msgstr ""
219
 
220
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
221
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
222
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
223
  msgid "Okay"
224
  msgstr "Окей"
225
 
226
+ #: ../super_socializer.php:1724
227
+ #, php-format
228
+ msgid ""
229
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
230
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
231
+ "\">here</a>"
232
+ msgstr ""
233
+
234
+ #: ../super_socializer.php:1749
235
  #, php-format
236
  msgid ""
237
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
239
  "target=\"_blank\">here</a>"
240
  msgstr ""
241
 
242
+ #: ../super_socializer.php:1774
243
  #, php-format
244
  msgid ""
245
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
247
  "target=\"_blank\">here</a>"
248
  msgstr ""
249
 
250
+ #: ../super_socializer.php:1785
251
  #, php-format
252
  msgid ""
253
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
254
  msgstr ""
255
 
256
+ #: ../super_socializer.php:1807
257
  #, php-format
258
  msgid ""
259
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
261
  "\"%s\" target=\"_blank\">here</a>"
262
  msgstr ""
263
 
264
+ #: ../super_socializer.php:1832
265
  #, php-format
266
  msgid ""
267
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-uk.mo CHANGED
Binary file
languages/super-socializer-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:45+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
@@ -106,28 +106,28 @@ msgstr "Поділитися"
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
- #: ../super_socializer.php:1227
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Загальні Параметри"
112
 
113
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
114
  #: ../admin/social_commenting.php:43
115
  msgid "General Options"
116
  msgstr "Загальні параметри"
117
 
118
- #: ../super_socializer.php:1295 ../helper.php:885
119
  msgid "Social Avatar"
120
  msgstr "Соціальний Аватар"
121
 
122
- #: ../super_socializer.php:1298
123
  msgid "Small Avatar Url"
124
  msgstr "Посилання для маленького аватара"
125
 
126
- #: ../super_socializer.php:1302
127
  msgid "Large Avatar Url"
128
  msgstr "Посилання для великого аватара"
129
 
130
- #: ../super_socializer.php:1306 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
@@ -135,13 +135,13 @@ msgstr ""
135
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
136
  "раз коли я використовую вхід через соцмережі"
137
 
138
- #: ../super_socializer.php:1310 ../helper.php:889
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr ""
141
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
142
  "соцмережі"
143
 
144
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
@@ -149,69 +149,69 @@ msgstr ""
149
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
150
  "інструкцій в {support_url}, щоб розблокувати функції."
151
 
152
- #: ../super_socializer.php:1389
153
  msgid "Login with your Social ID"
154
  msgstr "Увійти через соціальний аккаунт"
155
 
156
- #: ../super_socializer.php:1390
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
159
 
160
- #: ../super_socializer.php:1395
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr ""
163
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
164
  "потрібно перевірити його"
165
 
166
- #: ../super_socializer.php:1600
167
  msgid ""
168
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
169
  "current version of Super Socialzer"
170
  msgstr ""
171
 
172
- #: ../super_socializer.php:1609
173
  msgid ""
174
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
175
  "version of Super Socialzer"
176
  msgstr ""
177
 
178
- #: ../super_socializer.php:1618
179
  msgid ""
180
  "Update \"Social Login Buttons\" add-on for compatibility with current "
181
  "version of Super Socialzer"
182
  msgstr ""
183
 
184
- #: ../super_socializer.php:1627
185
  msgid ""
186
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
187
  "with current version of Super Socialzer"
188
  msgstr ""
189
 
190
- #: ../super_socializer.php:1636
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
193
  "with current version of Super Socialzer"
194
  msgstr ""
195
 
196
- #: ../super_socializer.php:1643
197
  msgid ""
198
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
199
  "LiveJournal Login of Super Socialzer"
200
  msgstr ""
201
 
202
- #: ../super_socializer.php:1654
203
  #, php-format
204
  msgid ""
205
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
206
  msgstr ""
207
 
208
- #: ../super_socializer.php:1670
209
  #, php-format
210
  msgid ""
211
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1694
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -219,13 +219,21 @@ msgid ""
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
223
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
224
- #: ../super_socializer.php:1802
225
  msgid "Okay"
226
  msgstr "Гаразд."
227
 
228
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
229
  #, php-format
230
  msgid ""
231
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -233,7 +241,7 @@ msgid ""
233
  "target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1744
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -241,13 +249,13 @@ msgid ""
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
- #: ../super_socializer.php:1755
245
  #, php-format
246
  msgid ""
247
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
248
  msgstr ""
249
 
250
- #: ../super_socializer.php:1777
251
  #, php-format
252
  msgid ""
253
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -255,7 +263,7 @@ msgid ""
255
  "\"%s\" target=\"_blank\">here</a>"
256
  msgstr ""
257
 
258
- #: ../super_socializer.php:1802
259
  #, php-format
260
  msgid ""
261
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:00+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Ukrainian\n"
9
  "Language: uk\n"
106
  msgid "Link copied."
107
  msgstr "LinkedIn"
108
 
109
+ #: ../super_socializer.php:1223
110
  msgid "Super Socializer - General Options"
111
  msgstr "Super Socializer - Загальні Параметри"
112
 
113
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
114
  #: ../admin/social_commenting.php:43
115
  msgid "General Options"
116
  msgstr "Загальні параметри"
117
 
118
+ #: ../super_socializer.php:1291 ../helper.php:885
119
  msgid "Social Avatar"
120
  msgstr "Соціальний Аватар"
121
 
122
+ #: ../super_socializer.php:1294
123
  msgid "Small Avatar Url"
124
  msgstr "Посилання для маленького аватара"
125
 
126
+ #: ../super_socializer.php:1298
127
  msgid "Large Avatar Url"
128
  msgstr "Посилання для великого аватара"
129
 
130
+ #: ../super_socializer.php:1302 ../helper.php:888
131
  msgid ""
132
  "Do not fetch and update social avatar from my profile, next time I Social "
133
  "Login"
135
  "Не отримувати і оновлювати соціальний аватар з мого профілю, в наступний "
136
  "раз коли я використовую вхід через соцмережі"
137
 
138
+ #: ../super_socializer.php:1306 ../helper.php:889
139
  msgid "Update social avatar, next time I Social Login"
140
  msgstr ""
141
  "Оновлення аватара соцмереж наступного разу при використанні входу через "
142
  "соцмережі"
143
 
144
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
145
  msgid ""
146
  "Your browser is blocking some features of this website. Please follow the "
147
  "instructions at {support_url} to unblock these."
149
  "Ваш браузер блокує деякі функції даного веб-сайту. Будь ласка, дотримуйтесь "
150
  "інструкцій в {support_url}, щоб розблокувати функції."
151
 
152
+ #: ../super_socializer.php:1385
153
  msgid "Login with your Social ID"
154
  msgstr "Увійти через соціальний аккаунт"
155
 
156
+ #: ../super_socializer.php:1386
157
  msgid "Email you entered is already registered or invalid"
158
  msgstr "Електронна пошта, яку ви ввели, вже зареєстрована або недійсна"
159
 
160
+ #: ../super_socializer.php:1391
161
  msgid "Please enter a valid email address. You might be required to verify it"
162
  msgstr ""
163
  "Будь ласка, введіть дійсну адресу електронної пошти. Вам, можливо, буде "
164
  "потрібно перевірити його"
165
 
166
+ #: ../super_socializer.php:1605
167
  msgid ""
168
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
169
  "current version of Super Socialzer"
170
  msgstr ""
171
 
172
+ #: ../super_socializer.php:1614
173
  msgid ""
174
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
175
  "version of Super Socialzer"
176
  msgstr ""
177
 
178
+ #: ../super_socializer.php:1623
179
  msgid ""
180
  "Update \"Social Login Buttons\" add-on for compatibility with current "
181
  "version of Super Socialzer"
182
  msgstr ""
183
 
184
+ #: ../super_socializer.php:1632
185
  msgid ""
186
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
187
  "with current version of Super Socialzer"
188
  msgstr ""
189
 
190
+ #: ../super_socializer.php:1641
191
  msgid ""
192
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
193
  "with current version of Super Socialzer"
194
  msgstr ""
195
 
196
+ #: ../super_socializer.php:1648
197
  msgid ""
198
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
199
  "LiveJournal Login of Super Socialzer"
200
  msgstr ""
201
 
202
+ #: ../super_socializer.php:1659
203
  #, php-format
204
  msgid ""
205
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
206
  msgstr ""
207
 
208
+ #: ../super_socializer.php:1675
209
  #, php-format
210
  msgid ""
211
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
212
  msgstr ""
213
 
214
+ #: ../super_socializer.php:1699
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
223
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
224
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
225
  msgid "Okay"
226
  msgstr "Гаразд."
227
 
228
+ #: ../super_socializer.php:1724
229
+ #, php-format
230
+ msgid ""
231
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
232
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
233
+ "\">here</a>"
234
+ msgstr ""
235
+
236
+ #: ../super_socializer.php:1749
237
  #, php-format
238
  msgid ""
239
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
241
  "target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1774
245
  #, php-format
246
  msgid ""
247
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
249
  "target=\"_blank\">here</a>"
250
  msgstr ""
251
 
252
+ #: ../super_socializer.php:1785
253
  #, php-format
254
  msgid ""
255
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
256
  msgstr ""
257
 
258
+ #: ../super_socializer.php:1807
259
  #, php-format
260
  msgid ""
261
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
263
  "\"%s\" target=\"_blank\">here</a>"
264
  msgstr ""
265
 
266
+ #: ../super_socializer.php:1832
267
  #, php-format
268
  msgid ""
269
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer-zh_CN.mo CHANGED
Binary file
languages/super-socializer-zh_CN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:44+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:45+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
@@ -99,104 +99,104 @@ msgstr ""
99
  msgid "Link copied."
100
  msgstr "LinkedIn"
101
 
102
- #: ../super_socializer.php:1227
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer-常规选项"
105
 
106
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  msgid "General Options"
109
  msgstr "常规选项"
110
 
111
- #: ../super_socializer.php:1295 ../helper.php:885
112
  msgid "Social Avatar"
113
  msgstr "社会化头像"
114
 
115
- #: ../super_socializer.php:1298
116
  msgid "Small Avatar Url"
117
  msgstr "小头像 Url"
118
 
119
- #: ../super_socializer.php:1302
120
  msgid "Large Avatar Url"
121
  msgstr "大头像 Url"
122
 
123
- #: ../super_socializer.php:1306 ../helper.php:888
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
128
 
129
- #: ../super_socializer.php:1310 ../helper.php:889
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr "更新社会化头像,下次社会化登录"
132
 
133
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
- #: ../super_socializer.php:1389
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
- #: ../super_socializer.php:1390
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr "您输入的电子邮件已经注册或无效"
146
 
147
- #: ../super_socializer.php:1395
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
150
 
151
- #: ../super_socializer.php:1600
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socialzer"
155
  msgstr ""
156
 
157
- #: ../super_socializer.php:1609
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socialzer"
161
  msgstr ""
162
 
163
- #: ../super_socializer.php:1618
164
  msgid ""
165
  "Update \"Social Login Buttons\" add-on for compatibility with current "
166
  "version of Super Socialzer"
167
  msgstr ""
168
 
169
- #: ../super_socializer.php:1627
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socialzer"
173
  msgstr ""
174
 
175
- #: ../super_socializer.php:1636
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socialzer"
179
  msgstr ""
180
 
181
- #: ../super_socializer.php:1643
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
184
  "LiveJournal Login of Super Socialzer"
185
  msgstr ""
186
 
187
- #: ../super_socializer.php:1654
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
- #: ../super_socializer.php:1670
194
  #, php-format
195
  msgid ""
196
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
- #: ../super_socializer.php:1694
200
  #, php-format
201
  msgid ""
202
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -204,13 +204,21 @@ msgid ""
204
  "target=\"_blank\">here</a>"
205
  msgstr ""
206
 
207
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
208
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
209
- #: ../super_socializer.php:1802
210
  msgid "Okay"
211
  msgstr ""
212
 
213
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
214
  #, php-format
215
  msgid ""
216
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -218,7 +226,7 @@ msgid ""
218
  "target=\"_blank\">here</a>"
219
  msgstr ""
220
 
221
- #: ../super_socializer.php:1744
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -226,13 +234,13 @@ msgid ""
226
  "target=\"_blank\">here</a>"
227
  msgstr ""
228
 
229
- #: ../super_socializer.php:1755
230
  #, php-format
231
  msgid ""
232
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
233
  msgstr ""
234
 
235
- #: ../super_socializer.php:1777
236
  #, php-format
237
  msgid ""
238
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -240,7 +248,7 @@ msgid ""
240
  "\"%s\" target=\"_blank\">here</a>"
241
  msgstr ""
242
 
243
- #: ../super_socializer.php:1802
244
  #, php-format
245
  msgid ""
246
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:00+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: zh_CN\n"
99
  msgid "Link copied."
100
  msgstr "LinkedIn"
101
 
102
+ #: ../super_socializer.php:1223
103
  msgid "Super Socializer - General Options"
104
  msgstr "Super Socializer-常规选项"
105
 
106
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
107
  #: ../admin/social_commenting.php:43
108
  msgid "General Options"
109
  msgstr "常规选项"
110
 
111
+ #: ../super_socializer.php:1291 ../helper.php:885
112
  msgid "Social Avatar"
113
  msgstr "社会化头像"
114
 
115
+ #: ../super_socializer.php:1294
116
  msgid "Small Avatar Url"
117
  msgstr "小头像 Url"
118
 
119
+ #: ../super_socializer.php:1298
120
  msgid "Large Avatar Url"
121
  msgstr "大头像 Url"
122
 
123
+ #: ../super_socializer.php:1302 ../helper.php:888
124
  msgid ""
125
  "Do not fetch and update social avatar from my profile, next time I Social "
126
  "Login"
127
  msgstr "不从我的个人资料里获取及更新社会化头像,下次社会化登录"
128
 
129
+ #: ../super_socializer.php:1306 ../helper.php:889
130
  msgid "Update social avatar, next time I Social Login"
131
  msgstr "更新社会化头像,下次社会化登录"
132
 
133
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
134
  msgid ""
135
  "Your browser is blocking some features of this website. Please follow the "
136
  "instructions at {support_url} to unblock these."
137
  msgstr ""
138
 
139
+ #: ../super_socializer.php:1385
140
  msgid "Login with your Social ID"
141
  msgstr ""
142
 
143
+ #: ../super_socializer.php:1386
144
  msgid "Email you entered is already registered or invalid"
145
  msgstr "您输入的电子邮件已经注册或无效"
146
 
147
+ #: ../super_socializer.php:1391
148
  msgid "Please enter a valid email address. You might be required to verify it"
149
  msgstr "请输入一个有效的电子邮件地址。您可能需要验证它"
150
 
151
+ #: ../super_socializer.php:1605
152
  msgid ""
153
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
154
  "current version of Super Socialzer"
155
  msgstr ""
156
 
157
+ #: ../super_socializer.php:1614
158
  msgid ""
159
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
160
  "version of Super Socialzer"
161
  msgstr ""
162
 
163
+ #: ../super_socializer.php:1623
164
  msgid ""
165
  "Update \"Social Login Buttons\" add-on for compatibility with current "
166
  "version of Super Socialzer"
167
  msgstr ""
168
 
169
+ #: ../super_socializer.php:1632
170
  msgid ""
171
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
172
  "with current version of Super Socialzer"
173
  msgstr ""
174
 
175
+ #: ../super_socializer.php:1641
176
  msgid ""
177
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
178
  "with current version of Super Socialzer"
179
  msgstr ""
180
 
181
+ #: ../super_socializer.php:1648
182
  msgid ""
183
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
184
  "LiveJournal Login of Super Socialzer"
185
  msgstr ""
186
 
187
+ #: ../super_socializer.php:1659
188
  #, php-format
189
  msgid ""
190
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
191
  msgstr ""
192
 
193
+ #: ../super_socializer.php:1675
194
  #, php-format
195
  msgid ""
196
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
197
  msgstr ""
198
 
199
+ #: ../super_socializer.php:1699
200
  #, php-format
201
  msgid ""
202
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
204
  "target=\"_blank\">here</a>"
205
  msgstr ""
206
 
207
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
208
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
209
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
210
  msgid "Okay"
211
  msgstr ""
212
 
213
+ #: ../super_socializer.php:1724
214
+ #, php-format
215
+ msgid ""
216
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
217
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
218
+ "\">here</a>"
219
+ msgstr ""
220
+
221
+ #: ../super_socializer.php:1749
222
  #, php-format
223
  msgid ""
224
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
226
  "target=\"_blank\">here</a>"
227
  msgstr ""
228
 
229
+ #: ../super_socializer.php:1774
230
  #, php-format
231
  msgid ""
232
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
234
  "target=\"_blank\">here</a>"
235
  msgstr ""
236
 
237
+ #: ../super_socializer.php:1785
238
  #, php-format
239
  msgid ""
240
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
241
  msgstr ""
242
 
243
+ #: ../super_socializer.php:1807
244
  #, php-format
245
  msgid ""
246
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
248
  "\"%s\" target=\"_blank\">here</a>"
249
  msgstr ""
250
 
251
+ #: ../super_socializer.php:1832
252
  #, php-format
253
  msgid ""
254
  "Your website visitors will see a popup notification (only once) if their "
languages/super-socializer.pot CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-05-26 08:47+0530\n"
6
- "PO-Revision-Date: 2018-05-26 08:47+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
@@ -92,104 +92,104 @@ msgstr ""
92
  msgid "Link copied."
93
  msgstr ""
94
 
95
- #: ../super_socializer.php:1227
96
  msgid "Super Socializer - General Options"
97
  msgstr ""
98
 
99
- #: ../super_socializer.php:1227 ../admin/general_options.php:11
100
  #: ../admin/social_commenting.php:43
101
  msgid "General Options"
102
  msgstr ""
103
 
104
- #: ../super_socializer.php:1295 ../helper.php:885
105
  msgid "Social Avatar"
106
  msgstr ""
107
 
108
- #: ../super_socializer.php:1298
109
  msgid "Small Avatar Url"
110
  msgstr ""
111
 
112
- #: ../super_socializer.php:1302
113
  msgid "Large Avatar Url"
114
  msgstr ""
115
 
116
- #: ../super_socializer.php:1306 ../helper.php:888
117
  msgid ""
118
  "Do not fetch and update social avatar from my profile, next time I Social "
119
  "Login"
120
  msgstr ""
121
 
122
- #: ../super_socializer.php:1310 ../helper.php:889
123
  msgid "Update social avatar, next time I Social Login"
124
  msgstr ""
125
 
126
- #: ../super_socializer.php:1383 ../super_socializer.php:1853
127
  msgid ""
128
  "Your browser is blocking some features of this website. Please follow the "
129
  "instructions at {support_url} to unblock these."
130
  msgstr ""
131
 
132
- #: ../super_socializer.php:1389
133
  msgid "Login with your Social ID"
134
  msgstr ""
135
 
136
- #: ../super_socializer.php:1390
137
  msgid "Email you entered is already registered or invalid"
138
  msgstr ""
139
 
140
- #: ../super_socializer.php:1395
141
  msgid "Please enter a valid email address. You might be required to verify it"
142
  msgstr ""
143
 
144
- #: ../super_socializer.php:1600
145
  msgid ""
146
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
147
  "current version of Super Socialzer"
148
  msgstr ""
149
 
150
- #: ../super_socializer.php:1609
151
  msgid ""
152
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
153
  "version of Super Socialzer"
154
  msgstr ""
155
 
156
- #: ../super_socializer.php:1618
157
  msgid ""
158
  "Update \"Social Login Buttons\" add-on for compatibility with current "
159
  "version of Super Socialzer"
160
  msgstr ""
161
 
162
- #: ../super_socializer.php:1627
163
  msgid ""
164
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
165
  "with current version of Super Socialzer"
166
  msgstr ""
167
 
168
- #: ../super_socializer.php:1636
169
  msgid ""
170
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
171
  "with current version of Super Socialzer"
172
  msgstr ""
173
 
174
- #: ../super_socializer.php:1643
175
  msgid ""
176
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
177
  "LiveJournal Login of Super Socialzer"
178
  msgstr ""
179
 
180
- #: ../super_socializer.php:1654
181
  #, php-format
182
  msgid ""
183
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
184
  msgstr ""
185
 
186
- #: ../super_socializer.php:1670
187
  #, php-format
188
  msgid ""
189
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
190
  msgstr ""
191
 
192
- #: ../super_socializer.php:1694
193
  #, php-format
194
  msgid ""
195
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
@@ -197,13 +197,21 @@ msgid ""
197
  "target=\"_blank\">here</a>"
198
  msgstr ""
199
 
200
- #: ../super_socializer.php:1694 ../super_socializer.php:1719
201
- #: ../super_socializer.php:1744 ../super_socializer.php:1777
202
- #: ../super_socializer.php:1802
203
  msgid "Okay"
204
  msgstr ""
205
 
206
- #: ../super_socializer.php:1719
 
 
 
 
 
 
 
 
207
  #, php-format
208
  msgid ""
209
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
@@ -211,7 +219,7 @@ msgid ""
211
  "target=\"_blank\">here</a>"
212
  msgstr ""
213
 
214
- #: ../super_socializer.php:1744
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
@@ -219,13 +227,13 @@ msgid ""
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
- #: ../super_socializer.php:1755
223
  #, php-format
224
  msgid ""
225
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
226
  msgstr ""
227
 
228
- #: ../super_socializer.php:1777
229
  #, php-format
230
  msgid ""
231
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
@@ -233,7 +241,7 @@ msgid ""
233
  "\"%s\" target=\"_blank\">here</a>"
234
  msgstr ""
235
 
236
- #: ../super_socializer.php:1802
237
  #, php-format
238
  msgid ""
239
  "Your website visitors will see a popup notification (only once) if their "
2
  msgstr ""
3
  "Project-Id-Version: Super Socializer\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-06-14 10:00+0530\n"
6
+ "PO-Revision-Date: 2018-06-14 10:01+0530\n"
7
  "Last-Translator: Team Heateor <hello@heateor.com>\n"
8
  "Language-Team: Heateor <hello@heateor.com>\n"
9
  "Language: en_IN\n"
92
  msgid "Link copied."
93
  msgstr ""
94
 
95
+ #: ../super_socializer.php:1223
96
  msgid "Super Socializer - General Options"
97
  msgstr ""
98
 
99
+ #: ../super_socializer.php:1223 ../admin/general_options.php:11
100
  #: ../admin/social_commenting.php:43
101
  msgid "General Options"
102
  msgstr ""
103
 
104
+ #: ../super_socializer.php:1291 ../helper.php:885
105
  msgid "Social Avatar"
106
  msgstr ""
107
 
108
+ #: ../super_socializer.php:1294
109
  msgid "Small Avatar Url"
110
  msgstr ""
111
 
112
+ #: ../super_socializer.php:1298
113
  msgid "Large Avatar Url"
114
  msgstr ""
115
 
116
+ #: ../super_socializer.php:1302 ../helper.php:888
117
  msgid ""
118
  "Do not fetch and update social avatar from my profile, next time I Social "
119
  "Login"
120
  msgstr ""
121
 
122
+ #: ../super_socializer.php:1306 ../helper.php:889
123
  msgid "Update social avatar, next time I Social Login"
124
  msgstr ""
125
 
126
+ #: ../super_socializer.php:1379 ../super_socializer.php:1883
127
  msgid ""
128
  "Your browser is blocking some features of this website. Please follow the "
129
  "instructions at {support_url} to unblock these."
130
  msgstr ""
131
 
132
+ #: ../super_socializer.php:1385
133
  msgid "Login with your Social ID"
134
  msgstr ""
135
 
136
+ #: ../super_socializer.php:1386
137
  msgid "Email you entered is already registered or invalid"
138
  msgstr ""
139
 
140
+ #: ../super_socializer.php:1391
141
  msgid "Please enter a valid email address. You might be required to verify it"
142
  msgstr ""
143
 
144
+ #: ../super_socializer.php:1605
145
  msgid ""
146
  "Update \"Facebook Comments Moderation\" add-on for compatibility with "
147
  "current version of Super Socialzer"
148
  msgstr ""
149
 
150
+ #: ../super_socializer.php:1614
151
  msgid ""
152
  "Update \"Facebook Comments Notifier\" add-on for compatibility with current "
153
  "version of Super Socialzer"
154
  msgstr ""
155
 
156
+ #: ../super_socializer.php:1623
157
  msgid ""
158
  "Update \"Social Login Buttons\" add-on for compatibility with current "
159
  "version of Super Socialzer"
160
  msgstr ""
161
 
162
+ #: ../super_socializer.php:1632
163
  msgid ""
164
  "Update \"Social Share myCRED Integration\" add-on for maximum compatibility "
165
  "with current version of Super Socialzer"
166
  msgstr ""
167
 
168
+ #: ../super_socializer.php:1641
169
  msgid ""
170
  "Update \"Social Login myCRED Integration\" add-on for maximum compatibility "
171
  "with current version of Super Socialzer"
172
  msgstr ""
173
 
174
+ #: ../super_socializer.php:1648
175
  msgid ""
176
  "Update \"Social Login myCRED Integration\" add-on for compatibility with "
177
  "LiveJournal Login of Super Socialzer"
178
  msgstr ""
179
 
180
+ #: ../super_socializer.php:1659
181
  #, php-format
182
  msgid ""
183
  "To continue using Steam login save Steam API key <a href=\"%s\">here</a>"
184
  msgstr ""
185
 
186
+ #: ../super_socializer.php:1675
187
  #, php-format
188
  msgid ""
189
  "To continue using Social Login, save the secret keys <a href=\"%s\">here</a>"
190
  msgstr ""
191
 
192
+ #: ../super_socializer.php:1699
193
  #, php-format
194
  msgid ""
195
  "Add %s in \"Valid OAuth redirect URIs\" option in your Facebook app settings "
197
  "target=\"_blank\">here</a>"
198
  msgstr ""
199
 
200
+ #: ../super_socializer.php:1699 ../super_socializer.php:1724
201
+ #: ../super_socializer.php:1749 ../super_socializer.php:1774
202
+ #: ../super_socializer.php:1807 ../super_socializer.php:1832
203
  msgid "Okay"
204
  msgstr ""
205
 
206
+ #: ../super_socializer.php:1724
207
+ #, php-format
208
+ msgid ""
209
+ "Add %s in \"Callback URLs\" option in your Twitter app settings for Twitter "
210
+ "login to work. For more details, check step 4 <a href=\"%s\" target=\"_blank"
211
+ "\">here</a>"
212
+ msgstr ""
213
+
214
+ #: ../super_socializer.php:1749
215
  #, php-format
216
  msgid ""
217
  "Add %s in \"Authorized Redirect URLs\" option in your Linkedin app settings "
219
  "target=\"_blank\">here</a>"
220
  msgstr ""
221
 
222
+ #: ../super_socializer.php:1774
223
  #, php-format
224
  msgid ""
225
  "Add %s in \"Authorized redirect URIs\" option in your Google client settings "
227
  "target=\"_blank\">here</a>"
228
  msgstr ""
229
 
230
+ #: ../super_socializer.php:1785
231
  #, php-format
232
  msgid ""
233
  "Save the url of privacy policy page of your website <a href=\"%s\">here</a>"
234
  msgstr ""
235
 
236
+ #: ../super_socializer.php:1807
237
  #, php-format
238
  msgid ""
239
  "This plugin is GDPR compliant. You need to update the privacy policy of your "
241
  "\"%s\" target=\"_blank\">here</a>"
242
  msgstr ""
243
 
244
+ #: ../super_socializer.php:1832
245
  #, php-format
246
  msgid ""
247
  "Your website visitors will see a popup notification (only once) if their "
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.heateor.com/donate?action=Super+Socializer
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.9.6
7
- Stable tag: 7.11.13
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
@@ -210,6 +210,12 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
 
 
 
 
 
 
213
  = 7.11.13 =
214
  * [New] Added option to turn OFF GDPR opt-in for social login
215
  * [Bugfix] GDPR opt-in was not appearing for social account linking icons
@@ -1556,4 +1562,10 @@ Yes, we can help you with it. Just drop an email at support[ at ]heateor[ dot ]c
1556
  * [Bugfix] GDPR opt-in was not appearing for social account linking icons
1557
  * [Bugfix] Users were able to social-login with opt-in unchecked with <a href="https://www.heateor.com/social-login-buttons" target="_blank">Social Login Buttons</a> add-on active
1558
  * [Improvement] Code improvement
1559
- * [Improvement] Compatibility with version 1.1.7 of <a href="https://www.heateor.com/facebook-comments-notifier/" target="_blank">Facebook Comments Notifier</a> and version 1.2.5 of <a href="https://www.heateor.com/facebook-comments-moderation/" target="_blank">Facebook Comments Moderation</a>
 
 
 
 
 
 
4
  Tags: social login, social share, social commenting, social comments, social plugin, profile data, social analytics, online identity, social profile storage, single sign-on, social media follow, facebook login, Twitch login
5
  Requires at least: 2.5.0
6
  Tested up to: 4.9.6
7
+ Stable tag: 7.11.14
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
210
  8. **Social Commenting**: Disqus Commenting selected
211
 
212
  == Changelog ==
213
+ = 7.11.14 =
214
+ * [Bugfix] Twitter login stopped working because of the recent changes at Twitter's end
215
+ * [Bugfix] "Copy Link" share icon was not working in a few cases
216
+ * [Bugfix] Facebook shares were not correct in a few cases with <a href="https://www.heateor.com/recover-social-share-counts/" target="_blank">Recover Social Share Counts</a> add-on active
217
+ * [Improvement] Code improvement
218
+
219
  = 7.11.13 =
220
  * [New] Added option to turn OFF GDPR opt-in for social login
221
  * [Bugfix] GDPR opt-in was not appearing for social account linking icons
1562
  * [Bugfix] GDPR opt-in was not appearing for social account linking icons
1563
  * [Bugfix] Users were able to social-login with opt-in unchecked with <a href="https://www.heateor.com/social-login-buttons" target="_blank">Social Login Buttons</a> add-on active
1564
  * [Improvement] Code improvement
1565
+ * [Improvement] Compatibility with version 1.1.7 of <a href="https://www.heateor.com/facebook-comments-notifier/" target="_blank">Facebook Comments Notifier</a> and version 1.2.5 of <a href="https://www.heateor.com/facebook-comments-moderation/" target="_blank">Facebook Comments Moderation</a>
1566
+
1567
+ = 7.11.14 =
1568
+ * [Bugfix] Twitter login stopped working because of the recent changes at Twitter's end
1569
+ * [Bugfix] "Copy Link" share icon was not working in a few cases
1570
+ * [Bugfix] Facebook shares were not correct in a few cases with <a href="https://www.heateor.com/recover-social-share-counts/" target="_blank">Recover Social Share Counts</a> add-on active
1571
+ * [Improvement] Code improvement
super_socializer.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Super Socializer
4
  Plugin URI: https://super-socializer-wordpress.heateor.com
5
  Description: A complete 360 degree solution to provide all the social features like Social Login, Social Commenting, Social Sharing, Social Media follow and more.
6
- Version: 7.11.13
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.11.13');
15
 
16
  require 'helper.php';
17
 
@@ -594,7 +594,7 @@ function the_champ_connect(){
594
  <div style="width: 500px; margin: 0 auto">
595
  <ol>
596
  <li><?php echo sprintf(__('Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)', 'super-socializer'), '<a target="_blank" href="http://support.heateor.com/how-to-get-twitter-api-key-and-secret/">here</a>') ?><br/>
597
- <?php echo esc_url(home_url()) ?>
598
  </li>
599
  <li><?php _e('Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this', 'super-socializer') ?></li>
600
  <li><?php echo sprintf(__('Make sure that "Enable Callback Locking" option is disabled. See step 4 %s', 'super-socializer'), '<a target="_blank" href="http://support.heateor.com/how-to-get-twitter-api-key-and-secret">here</a>') ?></li>
@@ -984,60 +984,56 @@ function the_champ_frontend_scripts(){
984
  <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && ( isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']) ) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && ( isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']) ) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
985
  <?php
986
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
987
- if(isset($theChampSharingOptions['horizontal_target_url']) && $theChampSharingOptions['horizontal_target_url'] == 'default'){
988
- $postId = 0;
989
- $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
990
- if(isset($theChampSharingOptions['horizontal_target_url'])){
991
- if($theChampSharingOptions['horizontal_target_url'] == 'default'){
992
- if($post){
993
- $postUrl = get_permalink($post->ID);
994
- $postId = $post->ID;
995
- }
996
- }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
997
- $postUrl = esc_url(home_url());
998
- $postId = 0;
999
- }elseif($theChampSharingOptions['horizontal_target_url'] == 'custom'){
1000
- $postUrl = isset($theChampSharingOptions['horizontal_target_url_custom']) ? trim($theChampSharingOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
1001
- $postId = 0;
1002
- }
1003
- }else{
1004
  if($post){
1005
  $postUrl = get_permalink($post->ID);
1006
  $postId = $post->ID;
1007
  }
 
 
 
 
 
 
 
 
 
 
 
1008
  }
1009
- $postUrl = heateor_ss_apply_target_share_url_filter($postUrl, 'horizontal', false);
1010
- $sharingShortUrl = the_champ_generate_social_sharing_short_url($postUrl, $postId);
1011
- echo 'var heateorSsHorSharingShortUrl = "'. $sharingShortUrl .'";';
1012
  }
 
 
 
1013
  }
1014
  if(isset($theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_more']) || in_array('Copy_Link', $theChampSharingOptions['vertical_re_providers']))){
1015
- if(isset($theChampSharingOptions['vertical_target_url']) && $theChampSharingOptions['vertical_target_url'] == 'default'){
1016
- $postId = 0;
1017
- $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
1018
- if(isset($theChampSharingOptions['vertical_target_url'])){
1019
- if($theChampSharingOptions['vertical_target_url'] == 'default'){
1020
- if($post){
1021
- $postUrl = get_permalink($post->ID);
1022
- $postId = $post->ID;
1023
- }
1024
- }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
1025
- $postUrl = esc_url(home_url());
1026
- $postId = 0;
1027
- }elseif($theChampSharingOptions['vertical_target_url'] == 'custom'){
1028
- $postUrl = isset($theChampSharingOptions['vertical_target_url_custom']) ? trim($theChampSharingOptions['vertical_target_url_custom']) : get_permalink($post->ID);
1029
- $postId = 0;
1030
- }
1031
- }else{
1032
  if($post){
1033
  $postUrl = get_permalink($post->ID);
1034
  $postId = $post->ID;
1035
  }
 
 
 
 
 
 
 
 
 
 
 
1036
  }
1037
- $postUrl = heateor_ss_apply_target_share_url_filter($postUrl, 'vertical', false);
1038
- $sharingShortUrl = the_champ_generate_social_sharing_short_url($postUrl, $postId);
1039
- echo 'var heateorSsVerticalSharingShortUrl = "'. $sharingShortUrl .'";';
1040
  }
 
 
 
1041
  }
1042
  if(isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['horizontal_counter_position'])){
1043
  echo in_array($theChampSharingOptions['horizontal_counter_position'], array('inner_left', 'inner_right')) ? 'var theChampReduceHorizontalSvgWidth = true;' : '';
@@ -1569,6 +1565,15 @@ function heateor_ss_fb_redirection_notification_read(){
1569
  }
1570
  add_action('wp_ajax_heateor_ss_fb_redirection_notification_read', 'heateor_ss_fb_redirection_notification_read');
1571
 
 
 
 
 
 
 
 
 
 
1572
  /**
1573
  * Set flag in database if Linkedin redirection notification has been read
1574
  */
@@ -1697,6 +1702,31 @@ function the_champ_addon_update_notification(){
1697
  }
1698
  }
1699
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1700
  if(version_compare('7.11', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && is_array($theChampLoginOptions['providers']) && in_array('linkedin', $theChampLoginOptions['providers'])){
1701
  if(!get_option('heateor_ss_linkedin_redirection_notification_read')){
1702
  ?>
@@ -2048,7 +2078,7 @@ function the_champ_frontend_amp_css(){
2048
  if ( $theChampSharingOptions['horizontal_sharing_shape'] == 'round' ) {
2049
  $css .= '.heateor_ss_amp amp-img{border-radius:999px;}';
2050
  } elseif ( $theChampSharingOptions['horizontal_border_radius'] != '' ) {
2051
- $css .= '.heateor_ss_amp amp-img{border-radius:' . $this->options['horizontal_border_radius'] . 'px;}';
2052
  }
2053
 
2054
  echo $css;
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.11.14
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.11.14');
15
 
16
  require 'helper.php';
17
 
594
  <div style="width: 500px; margin: 0 auto">
595
  <ol>
596
  <li><?php echo sprintf(__('Enter exactly the following url in <strong>Website</strong> and <strong>Callback Url</strong> options in your Twitter app (see step 3 %s)', 'super-socializer'), '<a target="_blank" href="http://support.heateor.com/how-to-get-twitter-api-key-and-secret/">here</a>') ?><br/>
597
+ <?php echo esc_url(home_url().'/index.php?SuperSocializerAuth=Twitter') ?>
598
  </li>
599
  <li><?php _e('Make sure cURL is enabled at your website server. You may need to contact the server administrator of your website to verify this', 'super-socializer') ?></li>
600
  <li><?php echo sprintf(__('Make sure that "Enable Callback Locking" option is disabled. See step 4 %s', 'super-socializer'), '<a target="_blank" href="http://support.heateor.com/how-to-get-twitter-api-key-and-secret">here</a>') ?></li>
984
  <script> var theChampSharingAjaxUrl = '<?php echo get_admin_url() ?>admin-ajax.php', heateorSsUrlCountFetched = [], heateorSsSharesText = '<?php echo htmlspecialchars(__('Shares', 'super-socializer'), ENT_QUOTES); ?>', heateorSsShareText = '<?php echo htmlspecialchars(__('Share', 'super-socializer'), ENT_QUOTES); ?>', theChampPluginIconPath = '<?php echo plugins_url('images/logo.png', __FILE__) ?>', theChampHorizontalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['hor_enable']) && ( isset($theChampSharingOptions['horizontal_counts']) || isset($theChampSharingOptions['horizontal_total_shares']) ) ? 1 : 0 ?>, theChampVerticalSharingCountEnable = <?php echo isset($theChampSharingOptions['enable']) && isset($theChampSharingOptions['vertical_enable']) && ( isset($theChampSharingOptions['vertical_counts']) || isset($theChampSharingOptions['vertical_total_shares']) ) ? 1 : 0 ?>, theChampSharingOffset = <?php echo (isset($theChampSharingOptions['alignment']) && $theChampSharingOptions['alignment'] != '' && isset($theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset']) && $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] != '' ? $theChampSharingOptions[$theChampSharingOptions['alignment'].'_offset'] : 0) ?>, theChampCounterOffset = <?php echo (isset($theChampCounterOptions['alignment']) && $theChampCounterOptions['alignment'] != '' && isset($theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset']) && $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] != '' ? $theChampCounterOptions[$theChampCounterOptions['alignment'].'_offset'] : 0) ?>, theChampMobileStickySharingEnabled = <?php echo isset($theChampSharingOptions['vertical_enable']) && isset($theChampSharingOptions['bottom_mobile_sharing']) && $theChampSharingOptions['horizontal_screen_width'] != '' ? 1 : 0; ?>, heateorSsCopyLinkMessage = "<?php echo htmlspecialchars(__('Link copied.', 'super-socializer'), ENT_QUOTES); ?>";
985
  <?php
986
  if(isset($theChampSharingOptions['horizontal_re_providers']) && (isset($theChampSharingOptions['horizontal_more']) || in_array('Copy_Link', $theChampSharingOptions['horizontal_re_providers']))){
987
+ $postId = 0;
988
+ $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
989
+ if(isset($theChampSharingOptions['horizontal_target_url'])){
990
+ if($theChampSharingOptions['horizontal_target_url'] == 'default'){
 
 
 
 
 
 
 
 
 
 
 
 
 
991
  if($post){
992
  $postUrl = get_permalink($post->ID);
993
  $postId = $post->ID;
994
  }
995
+ }elseif($theChampSharingOptions['horizontal_target_url'] == 'home'){
996
+ $postUrl = esc_url(home_url());
997
+ $postId = 0;
998
+ }elseif($theChampSharingOptions['horizontal_target_url'] == 'custom'){
999
+ $postUrl = isset($theChampSharingOptions['horizontal_target_url_custom']) ? trim($theChampSharingOptions['horizontal_target_url_custom']) : get_permalink($post->ID);
1000
+ $postId = 0;
1001
+ }
1002
+ }else{
1003
+ if($post){
1004
+ $postUrl = get_permalink($post->ID);
1005
+ $postId = $post->ID;
1006
  }
 
 
 
1007
  }
1008
+ $postUrl = heateor_ss_apply_target_share_url_filter($postUrl, 'horizontal', false);
1009
+ $sharingShortUrl = the_champ_generate_social_sharing_short_url($postUrl, $postId);
1010
+ echo 'var heateorSsHorSharingShortUrl = "'. $sharingShortUrl .'";';
1011
  }
1012
  if(isset($theChampSharingOptions['vertical_re_providers']) && (isset($theChampSharingOptions['vertical_more']) || in_array('Copy_Link', $theChampSharingOptions['vertical_re_providers']))){
1013
+ $postId = 0;
1014
+ $postUrl = html_entity_decode(esc_url(the_champ_get_http().$_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]));
1015
+ if(isset($theChampSharingOptions['vertical_target_url'])){
1016
+ if($theChampSharingOptions['vertical_target_url'] == 'default'){
 
 
 
 
 
 
 
 
 
 
 
 
 
1017
  if($post){
1018
  $postUrl = get_permalink($post->ID);
1019
  $postId = $post->ID;
1020
  }
1021
+ }elseif($theChampSharingOptions['vertical_target_url'] == 'home'){
1022
+ $postUrl = esc_url(home_url());
1023
+ $postId = 0;
1024
+ }elseif($theChampSharingOptions['vertical_target_url'] == 'custom'){
1025
+ $postUrl = isset($theChampSharingOptions['vertical_target_url_custom']) ? trim($theChampSharingOptions['vertical_target_url_custom']) : get_permalink($post->ID);
1026
+ $postId = 0;
1027
+ }
1028
+ }else{
1029
+ if($post){
1030
+ $postUrl = get_permalink($post->ID);
1031
+ $postId = $post->ID;
1032
  }
 
 
 
1033
  }
1034
+ $postUrl = heateor_ss_apply_target_share_url_filter($postUrl, 'vertical', false);
1035
+ $sharingShortUrl = the_champ_generate_social_sharing_short_url($postUrl, $postId);
1036
+ echo 'var heateorSsVerticalSharingShortUrl = "'. $sharingShortUrl .'";';
1037
  }
1038
  if(isset($theChampSharingOptions['horizontal_counts']) && isset($theChampSharingOptions['horizontal_counter_position'])){
1039
  echo in_array($theChampSharingOptions['horizontal_counter_position'], array('inner_left', 'inner_right')) ? 'var theChampReduceHorizontalSvgWidth = true;' : '';
1565
  }
1566
  add_action('wp_ajax_heateor_ss_fb_redirection_notification_read', 'heateor_ss_fb_redirection_notification_read');
1567
 
1568
+ /**
1569
+ * Set flag in database if Twitter callback notification has been read
1570
+ */
1571
+ function heateor_ss_twitter_callback_notification_read(){
1572
+ update_option('heateor_ss_twitter_callback_notification_read', '1');
1573
+ die;
1574
+ }
1575
+ add_action('wp_ajax_heateor_ss_twitter_callback_notification_read', 'heateor_ss_twitter_callback_notification_read');
1576
+
1577
  /**
1578
  * Set flag in database if Linkedin redirection notification has been read
1579
  */
1702
  }
1703
  }
1704
 
1705
+ if(version_compare('7.11.14', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && is_array($theChampLoginOptions['providers']) && in_array('twitter', $theChampLoginOptions['providers'])){
1706
+ if(!get_option('heateor_ss_twitter_callback_notification_read')){
1707
+ ?>
1708
+ <script type="text/javascript">
1709
+ function heateorSsTwitterCbNotificationRead(){
1710
+ jQuery.ajax({
1711
+ type: 'GET',
1712
+ url: '<?php echo get_admin_url() ?>admin-ajax.php',
1713
+ data: {
1714
+ action: 'heateor_ss_twitter_callback_notification_read'
1715
+ },
1716
+ success: function(data, textStatus, XMLHttpRequest){
1717
+ jQuery('#heateor_ss_twitter_callback_notification').fadeOut();
1718
+ }
1719
+ });
1720
+ }
1721
+ </script>
1722
+ <div id="heateor_ss_twitter_callback_notification" class="error">
1723
+ <h3>Super Socializer</h3>
1724
+ <p><?php echo sprintf(__('Add %s in "Callback URLs" option in your Twitter app settings for Twitter login to work. For more details, check step 4 <a href="%s" target="_blank">here</a>', 'super-socializer'), home_url() . '/index.php?SuperSocializerAuth=Twitter', 'http://support.heateor.com/how-to-get-twitter-api-key-and-secret/'); ?><input type="button" onclick="heateorSsTwitterCbNotificationRead()" style="margin-left: 5px;" class="button button-primary" value="<?php _e('Okay', 'super-socializer') ?>" /></p>
1725
+ </div>
1726
+ <?php
1727
+ }
1728
+ }
1729
+
1730
  if(version_compare('7.11', $currentVersion) <= 0 && isset($theChampLoginOptions['enable']) && is_array($theChampLoginOptions['providers']) && in_array('linkedin', $theChampLoginOptions['providers'])){
1731
  if(!get_option('heateor_ss_linkedin_redirection_notification_read')){
1732
  ?>
2078
  if ( $theChampSharingOptions['horizontal_sharing_shape'] == 'round' ) {
2079
  $css .= '.heateor_ss_amp amp-img{border-radius:999px;}';
2080
  } elseif ( $theChampSharingOptions['horizontal_border_radius'] != '' ) {
2081
+ $css .= '.heateor_ss_amp amp-img{border-radius:' . $theChampSharingOptions['horizontal_border_radius'] . 'px;}';
2082
  }
2083
 
2084
  echo $css;