Social Login - Version 7.3.5

Version Description

  • Compatable with WordPress version 5.4
  • Minor UI changes.
Download this release

Release Info

Developer cyberlord92
Plugin Icon 128x128 Social Login
Version 7.3.5
Comparing to
See all releases

Code changes from version 7.3.4 to 7.3.5

class-mo-openid-login-widget.php CHANGED
@@ -85,8 +85,7 @@ class mo_openid_login_wid extends WP_Widget {
85
  $customLogoutLink = get_option('mo_openid_login_widget_customize_logout_text');
86
  $customTextColor=esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
87
  $customText=esc_html(get_option('mo_openid_login_widget_customize_text'));
88
-
89
- $app_pos = get_option('app_pos');
90
 
91
  if(get_option('mo_openid_gdpr_consent_enable')) {
92
  $gdpr_setting = "disabled='disabled'";
@@ -111,424 +110,40 @@ class mo_openid_login_wid extends WP_Widget {
111
  setcookie("mo_openid_signup_url", $mo_URL, time() + (86400 * 30), "/");}
112
  else{
113
  setcookie("mo_openid_signup_url", $sign_up_url, time() + (86400 * 30), "/");}
114
-
 
 
 
 
 
 
115
  if( ! is_user_logged_in() ) {
116
- if( $appsConfigured ) {
117
- $this->mo_openid_load_login_script();
118
- ?>
119
-
120
- <div class="mo-openid-app-icons">
121
-
122
- <p style="color:#<?php echo $customTextColor ?>"><?php echo $customText ?>
123
- </p>
124
- <?php if(get_option('mo_openid_gdpr_consent_enable')){
125
- $consent_message = isset($consent_message) ? $consent_message: ''; ?>
126
- <input type="checkbox" onchange="mo_openid_on_consent_change(this)" value="1" id="mo_openid_consent_checkbox"><label class="mo-consent"><?php echo $consent_message;?></label>
127
- <br>
128
- <?php }
129
- $app_pos=explode("#",$app_pos);
130
- foreach ($app_pos as $select_apps) {
131
- if (get_option('mo_openid_' . $select_apps . '_enable') == 1) {
132
- $custom_app = esc_attr($this->if_custom_app_exists($select_apps));
133
- if ($customTheme == "default") {
134
- switch ($select_apps) {
135
- case 'facebook':
136
- if ($selected_theme == 'longbutton') {
137
- ?>
138
- <a rel='nofollow' <?php echo $gdpr_setting; ?>
139
- onClick="moOpenIdLogin('facebook','<?php echo $custom_app ?>');"
140
- style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;"
141
- class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button">
142
- <svg xmlns="http://www.w3.org/2000/svg" style="padding-top: <?php echo $customHeight - 31 ?>px;border-right:none;margin-left: 2%;"><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg>
143
- <?php echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
144
- <?php
145
- }
146
- else {
147
- ?>
148
- <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
149
- echo "dis";
150
- } ?> login-button" rel='nofollow'
151
- title="<?php echo $customTextofTitle ?> Facebook" onClick="moOpenIdLogin('facebook','<?php echo $custom_app ?>');">
152
- <img alt='Facebook' style="width:<?php echo $customSize ?>px !important;height:<?php echo $customSize ?>px !important;margin-left:<?php echo $spacebetweenicons - 4 ?>px !important"
153
- src="<?php echo plugins_url('includes/images/icons/facebook.png', __FILE__) ?>" class="<?php echo $selected_theme; ?>
154
- <?php if (get_option('mo_openid_gdpr_consent_enable')) {echo "dis";} ?> login-button"></a>
155
- <?php
156
- }
157
- break;
158
- case 'google':
159
- if ($selected_theme == 'longbutton') {
160
- ?>
161
- <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('google','<?php echo $custom_app ?>');"
162
- style='background: rgb(255,255,255)!important; background:linear-gradient(90deg, rgba(255,255,255,1) 38px, rgb(79, 113, 232) 5%) !important; width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;border-color: rgba(79, 113, 232, 1);border-bottom-width: thin;'
163
- class='btn-mo btn btn-block btn-social btn-google btn-custom-size login-button'>
164
- <i style='border-right:none;padding-top:<?php echo $customHeight - 29 ?>px !important'
165
- class='mofa'><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 70" style="padding-left: 8%;" ><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4z"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path clip-path="url(#b)" fill="#FBBC05" d="M0 37V11l17 13z"/><path clip-path="url(#b)" fill="#EA4335" d="M0 11l17 13 7-6.1L48 14V0H0z"/><path clip-path="url(#b)" fill="#34A853" d="M0 37l30-23 7.9 1L48 0v48H0z"/><path clip-path="url(#b)" fill="#4285F4" d="M48 48L17 24l-4-3 35-10z"/></svg></i><span style="color:#FFFFFF;"><?php echo get_option('mo_openid_login_button_customize_text'); ?> Google</span></a>
166
- <?php }
167
- else { ?>
168
- <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) { echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('google','<?php echo $custom_app ?>');" title="<?php echo $customTextofTitle ?> Google"><img alt='Google'
169
- style="width:<?php echo $customSize ?>px !important;height:<?php echo $customSize ?>px !important;margin-left:<?php echo $spacebetweenicons - 4 ?>px !important"
170
- src="<?php echo plugins_url('includes/images/icons/google.png', __FILE__) ?>" class="<?php echo $selected_theme; ?> <?php if (get_option('mo_openid_gdpr_consent_enable')) {
171
- echo "dis";} ?> login-button"></a>
172
- <?php
173
- }
174
- break;
175
-
176
- case 'vkontakte':
177
- if($selected_theme == 'longbutton'){
178
- ?>
179
-
180
- <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('vkontakte','<?php echo $custom_app?>');" style='width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;' class='btn-mo btn btn-block btn-social btn-vk btn-custom-size login-button' > <i style='padding-top:<?php echo $customHeight-35 ?>px !important' class='mofa mofa-vk'></i><?php
181
- echo get_option('mo_openid_login_button_customize_text'); ?> Vkontakte</a>
182
- <?php }
183
- else{ ?>
184
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('vkontakte','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Vkontakte" ><img alt='Vkontakte' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/vk.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
185
- <?php
186
- }
187
- break;
188
- case 'twitter':
189
- if ($selected_theme == 'longbutton') {
190
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>
191
- onClick="moOpenIdLogin('twitter','<?php echo $custom_app ?>');"
192
- style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;"
193
- class="btn-mo btn btn-block btn-social btn-twitter btn-custom-size login-button">
194
- <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
195
- class="mofa mofa-twitter"></i><?php
196
- echo get_option('mo_openid_login_button_customize_text'); ?> Twitter</a>
197
- <?php } else { ?>
198
-
199
-
200
- <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
201
- echo "dis";
202
- } ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?>
203
- title="<?php echo $customTextofTitle ?> Twitter"
204
- onClick="moOpenIdLogin('twitter','<?php echo $custom_app ?>');"><img
205
- alt='Twitter'
206
- style="width:<?php echo $customSize ?>px !important;height:<?php echo $customSize ?>px !important;margin-left:<?php echo $spacebetweenicons - 4 ?>px !important"
207
- src="<?php echo plugins_url('includes/images/icons/twitter.png', __FILE__) ?>"
208
- class="<?php echo $selected_theme; ?> <?php if (get_option('mo_openid_gdpr_consent_enable')) {
209
- echo "dis";
210
- } ?> login-button"></a>
211
- <?php }
212
- break;
213
- case 'linkedin':
214
- if($selected_theme == 'longbutton'){ ?>
215
- <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('linkedin','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-linkedin btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-linkedin"></i><?php
216
- echo get_option('mo_openid_login_button_customize_text'); ?> LinkedIn</a>
217
- <?php }
218
- else{ ?>
219
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> title="<?php echo $customTextofTitle ?> LinkedIn" onClick="moOpenIdLogin('linkedin','<?php echo $custom_app?>');"><img alt='LinkedIn' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/linkedin.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> btn-mo login-button" ></a>
220
- <?php }
221
- break;
222
- case 'instagram':
223
- if($selected_theme == 'longbutton'){ ?>
224
- <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('instagram','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-instagram btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-instagram"></i><?php
225
- echo get_option('mo_openid_login_button_customize_text'); ?> Instagram</a>
226
- <?php }
227
- else{ ?>
228
-
229
-
230
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> title="<?php echo $customTextofTitle ?> Instagram" onClick="moOpenIdLogin('instagram','<?php echo $custom_app?>');"><img alt='Instagram' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/instagram.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button"></a>
231
- <?php }
232
- break;
233
- case 'amazon':
234
- if($selected_theme == 'longbutton'){
235
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('amazon','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-soundcloud btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-amazon"></i><?php
236
- echo get_option('mo_openid_login_button_customize_text'); ?> Amazon</a>
237
- <?php }
238
- else{ ?>
239
-
240
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> title="<?php echo $customTextofTitle ?> Amazon" onClick="moOpenIdLogin('amazon','<?php echo $custom_app?>');"><img alt='Amazon' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/amazon.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button"></a>
241
- <?php }
242
- break;
243
- case 'salesforce':
244
- if($selected_theme == 'longbutton'){
245
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('salesforce','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-vimeo btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-cloud"></i> <?php
246
- echo get_option('mo_openid_login_button_customize_text'); ?> Salesforce</a>
247
- <?php }
248
- else{ ?>
249
-
250
-
251
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> title="<?php echo $customTextofTitle ?> Salesforce" onClick="moOpenIdLogin('salesforce','<?php echo $custom_app?>');"><img alt='Salesforce' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/salesforce.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
252
- <?php }
253
- break;
254
- case 'windowslive':
255
- if($selected_theme == 'longbutton'){
256
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('windowslive','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-microsoft btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-windows"></i><?php
257
- echo get_option('mo_openid_login_button_customize_text'); ?> Microsoft</a>
258
- <?php }
259
- else{ ?>
260
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' <?php echo $gdpr_setting; ?> title="<?php echo $customTextofTitle ?> Microsoft" onClick="moOpenIdLogin('windowslive','<?php echo $custom_app?>');"><img alt='Windowslive' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/windowslive.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button"></a>
261
- <?php }
262
- break;
263
- case 'yahoo':
264
- if($selected_theme == 'longbutton'){
265
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('yaahoo','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-yahoo btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-yahoo"></i><?php
266
- echo get_option('mo_openid_login_button_customize_text'); ?> Yahoo</a>
267
- <?php
268
- }else{
269
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Yahoo" onClick="moOpenIdLogin('yaahoo','<?php echo $custom_app?>');"><img alt='Yahoo' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/yahoo.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
270
- <?php }
271
- break;
272
- case 'wordpress':
273
- if($selected_theme == 'longbutton'){
274
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('wordpress','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-wordpress btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-wordpress"></i><?php
275
- echo get_option('mo_openid_login_button_customize_text'); ?> wordpress</a>
276
- <?php
277
- }else{
278
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Wordpress" onClick="moOpenIdLogin('wordpress','<?php echo $custom_app?>');"><img alt='Wordpress' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/wordpress.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
279
- <?php }
280
- break;
281
- case 'disqus':
282
- if($selected_theme == 'longbutton'){
283
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('disqus','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-disqus btn-custom-size login-button" > <img class="mofa" style="padding-top:<?php echo $customHeight-35 ?>px !important; margin-top: 0" src="<?php echo plugins_url( 'includes/images/icons/disq.png', __FILE__ )?>"><?php
284
- echo get_option('mo_openid_login_button_customize_text'); ?> Disqus</a>
285
- <?php
286
- }else{
287
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Disqus" onClick="moOpenIdLogin('disqus','<?php echo $custom_app?>');"><img alt='Disqus' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/disqus.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
288
- <?php }
289
- break;
290
- case 'pinterest':
291
- if($selected_theme == 'longbutton'){
292
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('pinterest','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-pinterest btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-pinterest"></i><?php
293
- echo get_option('mo_openid_login_button_customize_text'); ?> Pinterest</a>
294
- <?php
295
- }else{
296
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Pinterest" onClick="moOpenIdLogin('pinterest','<?php echo $custom_app?>');"><img alt='Pinterest' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/pinterest.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
297
- <?php }
298
- break;
299
- case 'twitch':
300
- if($selected_theme == 'longbutton'){
301
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('twitch','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-twitch btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-twitch"></i><?php
302
- echo get_option('mo_openid_login_button_customize_text'); ?> Twitch</a>
303
- <?php
304
- }else{
305
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Twitch" onClick="moOpenIdLogin('twitch','<?php echo $custom_app?>');"><img alt='Twitch' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/twitch.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
306
- <?php }
307
- break;
308
- case 'vimeo':
309
- if($selected_theme == 'longbutton'){
310
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('vimeo','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-vimeo btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-vimeo"></i><?php
311
- echo get_option('mo_openid_login_button_customize_text'); ?> Vimeo</a>
312
- <?php
313
- }else{
314
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Vimeo" onClick="moOpenIdLogin('vimeo','<?php echo $custom_app?>');"><img alt='Vimeo' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/vimeo.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
315
- <?php }
316
- break;
317
- case 'kakao':
318
- if($selected_theme == 'longbutton'){
319
- ?><a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('kakao','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-kakao btn-custom-size login-button" > <img class="mofa" style="padding-top:<?php echo $customHeight-35 ?>px !important; margin-top: 0" src="<?php echo plugins_url( 'includes/images/icons/kaka.png', __FILE__ )?>"><?php
320
- echo get_option('mo_openid_login_button_customize_text'); ?> Kakao</a>
321
- <?php
322
- }else{
323
- ?><a class=" <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' title="<?php echo $customTextofTitle ?> Kakao" onClick="moOpenIdLogin('kakao','<?php echo $custom_app?>');"><img alt='Kakao' style="width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important" src="<?php echo plugins_url( 'includes/images/icons/kakao.png', __FILE__ )?>" class="<?php echo $selected_theme; ?> <?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" ></a>
324
- <?php }
325
- break;
326
-
327
- }
328
- }
329
 
330
- if($customTheme == 'custom'){
331
- switch ($select_apps) {
332
- case 'facebook':
333
- if ($selected_theme == 'longbutton') {
334
- ?> <a rel='nofollow'
335
- <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('facebook','<?php echo $custom_app ?>');"
336
- style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important;background:<?php echo "#" . $customBackground ?> !important;border-radius:<?php echo $customBoundary ?>px !important;"
337
- class="btn-mo btn btn-block btn-social btn-facebook btn-custom-size login-button">
338
- <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
339
- class="mofa"><svg xmlns="http://www.w3.org/2000/svg" style="padding-top:12%;border-right:none;margin-left: 2%;" ><path fill="#fff" d="M22.688 0H1.323C.589 0 0 .589 0 1.322v21.356C0 23.41.59 24 1.323 24h11.505v-9.289H9.693V11.09h3.124V8.422c0-3.1 1.89-4.789 4.658-4.789 1.322 0 2.467.1 2.8.145v3.244h-1.922c-1.5 0-1.801.711-1.801 1.767V11.1h3.59l-.466 3.622h-3.113V24h6.114c.734 0 1.323-.589 1.323-1.322V1.322A1.302 1.302 0 0 0 22.688 0z"/></svg></i><?php
340
- echo get_option('mo_openid_login_button_customize_text'); ?> Facebook</a>
341
- <?php } else { ?>
342
-
343
- <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
344
- echo "dis";
345
- } ?> login-button" rel='nofollow'
346
- onClick="moOpenIdLogin('facebook','<?php echo $custom_app ?>');"
347
- title="<?php echo $customTextofTitle ?> Facebook"><i
348
- style="margin-top:10px;!important;width:<?php echo $customSize ?>px !important;height:<?php echo $customSize ?>px !important;margin-left:<?php echo $spacebetweenicons - 4 ?>px !important;background:<?php echo "#" . $customBackground ?> !important;font-size:<?php echo $customSize - 16 ?>px !important;"
349
- class="mofa mofa-facebook custom-login-button <?php echo $selected_theme; ?>"></i></a>
350
-
351
- <?php }
352
- break;
353
- case 'google':
354
- if($selected_theme == 'longbutton'){
355
- ?>
356
- <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('google','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important; background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-customtheme btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-google"></i><?php
357
- echo get_option('mo_openid_login_button_customize_text'); ?> Google</a>
358
- <?php }
359
- else{ ?>
360
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('google','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Google"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-google custom-login-button <?php echo $selected_theme; ?>" ></i></a>
361
- <?php
362
- }
363
- break;
364
- case 'vkontakte':
365
- if($selected_theme == 'longbutton'){
366
- ?>
367
-
368
- <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('vkontakte','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important; background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-customtheme btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-vk"></i><?php
369
- echo get_option('mo_openid_login_button_customize_text'); ?> Vkontakte</a>
370
- <?php }
371
- else{ ?>
372
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('vkontakte','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Vkontakte"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-vk custom-login-button <?php echo $selected_theme; ?>" ></i></a>
373
- <?php
374
- }
375
- break;
376
- case 'twitter':
377
- if ($selected_theme == 'longbutton') {
378
- ?>
379
-
380
- <a rel='nofollow' <?php echo $gdpr_setting; ?>
381
- onClick="moOpenIdLogin('twitter','<?php echo $custom_app ?>');"
382
- style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight - 29 ?>px !important;padding-bottom:<?php echo $customHeight - 29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons - 5 ?>px !important; background:<?php echo "#" . $customBackground ?> !important;border-radius:<?php echo $customBoundary ?>px !important;"
383
- class="btn btn-mo btn-block btn-social btn-customtheme btn-custom-size login-button">
384
- <i style="padding-top:<?php echo $customHeight - 35 ?>px !important"
385
- class="mofa mofa-twitter"></i><?php
386
- echo get_option('mo_openid_login_button_customize_text'); ?> Twitter</a>
387
- <?php } else { ?>
388
- <a class="<?php if (get_option('mo_openid_gdpr_consent_enable')) {
389
- echo "dis";
390
- } ?> login-button" rel='nofollow'
391
- onClick="moOpenIdLogin('twitter','<?php echo $custom_app ?>');"
392
- title="<?php echo $customTextofTitle ?> Twitter"><i
393
- style="margin-top:10px;width:<?php echo $customSize ?>px !important;height:<?php echo $customSize ?>px !important;margin-left:<?php echo $spacebetweenicons - 4 ?>px !important;background:<?php echo "#" . $customBackground ?> !important;font-size:<?php echo $customSize - 16 ?>px !important;"
394
- class="mofa mofa-twitter custom-login-button <?php echo $selected_theme; ?>"></i></a>
395
- <?php
396
- }
397
- break;
398
- case 'linkedin':
399
- if($selected_theme == 'longbutton'){ ?>
400
- <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('linkedin','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn btn-mo btn-block btn-social btn-linkedin btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-linkedin"></i><?php
401
- echo get_option('mo_openid_login_button_customize_text'); ?> LinkedIn</a>
402
- <?php }
403
- else{ ?>
404
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('linkedin','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> LinkedIn"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-linkedin custom-login-button <?php echo $selected_theme; ?>" ></i></a>
405
- <?php }
406
- break;
407
- case 'instagram':
408
- if($selected_theme == 'longbutton'){ ?>
409
- <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('instagram','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn btn-block btn-mo btn-social btn-instagram btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-instagram"></i><?php
410
- echo get_option('mo_openid_login_button_customize_text'); ?> Instagram</a>
411
- <?php }
412
- else{ ?>
413
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('instagram','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Instagram"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-instagram custom-login-button <?php echo $selected_theme; ?>"></i></a>
414
- <?php }
415
- break;
416
- case 'amazon':
417
- if($selected_theme == 'longbutton'){
418
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?> onClick="moOpenIdLogin('amazon','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn btn-mo btn-block btn-social btn-linkedin btn-custom-size login-button" ><i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-amazon"></i><?php
419
- echo get_option('mo_openid_login_button_customize_text'); ?> Amazon</a>
420
- <?php }
421
- else{ ?>
422
-
423
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('amazon','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Amazon"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-amazon custom-login-button <?php echo $selected_theme; ?>"></i></a>
424
- <?php }
425
- break;
426
- case 'salesforce':
427
- if($selected_theme == 'longbutton'){
428
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('salesforce','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn btn-mo btn-block btn-social btn-linkedin btn-custom-size login-button" ><i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-cloud"></i> <?php
429
- echo get_option('mo_openid_login_button_customize_text'); ?> Salesforce</a>
430
- <?php }
431
- else{ ?>
432
-
433
-
434
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('salesforce','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Salesforce"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px " class="mofa mofa-cloud custom-login-button <?php echo $selected_theme; ?>" ></i></a>
435
- <?php }
436
- break;
437
- case 'windowslive':
438
- if($selected_theme == 'longbutton'){
439
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('windowslive','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn btn-mo btn-block btn-social btn-microsoft btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-windows"></i><?php
440
- echo get_option('mo_openid_login_button_customize_text'); ?> Microsoft</a>
441
- <?php }
442
- else{ ?>
443
-
444
-
445
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('windowslive','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Microsoft"><i style="margin-top:10px;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class=" mofa mofa-windows custom-login-button <?php echo $selected_theme; ?>"></i></a>
446
- <?php }
447
- break;
448
- case 'yahoo':
449
- if($selected_theme == 'longbutton'){
450
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('yaahoo','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-yahoo btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-yahoo"></i><?php
451
- echo get_option('mo_openid_login_button_customize_text'); ?> Yahoo</a>
452
- <?php }
453
- else{ ?>
454
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('yaahoo','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Yahoo"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-yahoo custom-login-button <?php echo $selected_theme; ?>" ></i></a>
455
- <?php }
456
- break;
457
- case 'wordpress':
458
- if($selected_theme == 'longbutton'){
459
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('wordpress','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-wordpress btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-wordpress"></i><?php
460
- echo get_option('mo_openid_login_button_customize_text'); ?> WordPress</a>
461
- <?php }
462
- else{ ?>
463
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('wordpress','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> WordPress"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-wordpress custom-login-button <?php echo $selected_theme; ?>" ></i></a>
464
- <?php }
465
- break;
466
- case 'disqus':
467
- if($selected_theme == 'longbutton'){
468
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('disqus','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-disqus btn-custom-size login-button" > <img class="mofa" style="padding-top:<?php echo $customHeight-35 ?>px !important; margin-top: 0" src="<?php echo plugins_url( 'includes/images/icons/disq.png', __FILE__ )?>"><?php
469
- echo get_option('mo_openid_login_button_customize_text'); ?> Disqus</a>
470
- <?php }
471
- else{ ?>
472
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('disqus','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Disqus"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa custom-login-button <?php echo $selected_theme; ?>" ><img height="<?php echo $customSize-21 ?>px" src="<?php echo plugins_url( 'includes/images/icons/disq.png', __FILE__ )?>"></i></a>
473
- <?php }
474
- break;
475
- case 'pinterest':
476
- if($selected_theme == 'longbutton'){
477
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('pinterest','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-pinterest btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-pinterest"></i><?php
478
- echo get_option('mo_openid_login_button_customize_text'); ?> Pinterest</a>
479
- <?php }
480
- else{ ?>
481
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('pinterest','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Pinterest"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-pinterest custom-login-button <?php echo $selected_theme; ?>" ></i></a>
482
- <?php }
483
- break;
484
- case 'twitch':
485
- if($selected_theme == 'longbutton'){
486
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('twitch','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-twitch btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-twitch"></i><?php
487
- echo get_option('mo_openid_login_button_customize_text'); ?> Twitch</a>
488
- <?php }
489
- else{ ?>
490
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('twitch','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Twitch"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-twitch custom-login-button <?php echo $selected_theme; ?>" ></i></a>
491
- <?php }
492
- break;
493
- case 'vimeo':
494
- if($selected_theme == 'longbutton'){
495
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('vimeo','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-vimeo btn-custom-size login-button" > <i style="padding-top:<?php echo $customHeight-35 ?>px !important" class="mofa mofa-vimeo"></i><?php
496
- echo get_option('mo_openid_login_button_customize_text'); ?> Vimeo</a>
497
- <?php }
498
- else{ ?>
499
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('vimeo','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Vimeo"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa mofa-vimeo custom-login-button <?php echo $selected_theme; ?>" ></i></a>
500
- <?php }
501
- break;
502
- case 'kakao':
503
- if($selected_theme == 'longbutton'){
504
- ?> <a rel='nofollow' <?php echo $gdpr_setting; ?>onClick="moOpenIdLogin('kakao','<?php echo $custom_app?>');" style="width:<?php echo $customWidth ?>px !important;padding-top:<?php echo $customHeight-29 ?>px !important;padding-bottom:<?php echo $customHeight-29 ?>px !important;margin-bottom:<?php echo $spacebetweenicons-5 ?>px !important;background:<?php echo "#".$customBackground?> !important;border-radius:<?php echo $customBoundary ?>px !important;" class="btn-mo btn btn-block btn-social btn-kakao btn-custom-size login-button" > <img class="mofa" style="padding-top:<?php echo $customHeight-35 ?>px !important; margin-top: 0" src="<?php echo plugins_url( 'includes/images/icons/kaka.png', __FILE__ )?>"><?php
505
- echo get_option('mo_openid_login_button_customize_text'); ?> Kakao</a>
506
- <?php }
507
- else{ ?>
508
- <a class="<?php if(get_option('mo_openid_gdpr_consent_enable')){echo "dis";} ?> login-button" rel='nofollow' onClick="moOpenIdLogin('kakao','<?php echo $custom_app?>');" title="<?php echo $customTextofTitle ?> Kakao"><i style="margin-top:10px;!important;width:<?php echo $customSize?>px !important;height:<?php echo $customSize?>px !important;margin-left:<?php echo $spacebetweenicons-4?>px !important;background:<?php echo "#".$customBackground?> !important;font-size:<?php echo $customSize-16?>px !important;" class="mofa custom-login-button <?php echo $selected_theme; ?>" ><img height="<?php echo $customSize-21 ?>px" src="<?php echo plugins_url( 'includes/images/icons/kaka.png', __FILE__ )?>"></i></a>
509
- <?php }
510
- break;
511
- }
512
- }
513
- }
514
- }
515
- ?>
516
- <br>
517
- </div>
518
- <?php
519
- }
520
- else {
521
- ?>
522
- <div>No apps configured. Please contact your administrator.</div>
523
- <?php
524
- }
525
- if($appsConfigured && get_option('moopenid_logo_check') == 1){
526
- $logo_html = $this->mo_openid_customize_logo();
527
- echo $logo_html;
528
- }
529
- ?>
530
- <br />
531
- <?php
532
  }
533
  else {
534
  global $current_user;
@@ -541,7 +156,6 @@ class mo_openid_login_wid extends WP_Widget {
541
  <li><?php echo $link_with_username;?> <a href="<?php echo wp_logout_url( site_url() ); ?>" title="<?php _e('Logout','flw');?>"><?php _e($customLogoutLink,'flw');?></a></li>
542
  </div>
543
  <?php
544
-
545
  }
546
  else {
547
  ?>
@@ -639,150 +253,197 @@ class mo_openid_login_wid extends WP_Widget {
639
  if($mo_URL) {setcookie("mo_openid_signup_url", $mo_URL, time() + (86400 * 30), "/");}
640
  else{setcookie("mo_openid_signup_url", $sign_up_url, time() + (86400 * 30), "/");}
641
  if( ! is_user_logged_in() ) {
642
- if( $appsConfigured || $selected_apps!="") {
643
 
644
- if($selected_apps!="")
645
- $apps=explode(',', $selected_apps);
646
- else
647
- $apps=explode('#', $application_pos);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
648
 
649
- $this->mo_openid_load_login_script();
650
- $html .= "<div class='mo-openid-app-icons'>
651
- <p style='color:#".$customTextColor."'> $customText</p>";
 
 
 
 
 
 
 
 
 
 
 
652
 
653
- if(get_option('mo_openid_gdpr_consent_enable')){
654
- $html .= '<label class="mo-consent"><input type="checkbox" onchange="mo_openid_on_consent_change(this)" value="1" id="mo_openid_consent_checkbox">';
655
- $html .= $consent_message.'</label>';
656
- }
657
- echo "<br>";
658
- $count = -1;
659
- if($selected_apps!=""){
660
- if(mo_openid_is_customer_registered())
661
- {
662
- foreach ($apps as $select_apps) {
663
- $app_dis = "";
664
- if ($selected_theme == 'longbutton') {
665
- if ($view == "horizontal" && isset($appcnt)) {
666
- $count++;
667
- if ($count == $appcnt) {
668
- $html .= "<br/>";
669
- $count = 0;
670
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  }
672
  }
673
- $app_values= array(
674
- 'gdpr_setting' => $gdpr_setting,
675
- 'spacebetweenicons' => $spacebetweenicons,
676
- 'customWidth' => $customWidth,
677
- 'customHeight' => $customHeight,
678
- 'customBoundary' => $customBoundary,
679
- 'buttonText' => $buttonText,
680
- 'dis' => $dis,
681
- 'customTextofTitle' => $customTextofTitle,
682
- 'customSize' => $customSize,
683
- 'selected_theme' => $selected_theme,
684
- 'html' => $html,
685
- 'view' => $view,
686
- 'customBackground' => $customBackground,
687
- 'app_dis' => $app_dis,
688
- 'customTheme' => $customTheme,
689
- 'customer_register' => 'yes',
690
- );
691
- $html=$this->select_app($select_apps,$app_values);
692
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
693
  }
694
- else{
695
- foreach ($apps as $select_apps) {
696
- $app_dis = "";
697
- if ($selected_theme == 'longbutton') {
698
- if ($view == "horizontal" && isset($appcnt)) {
699
- $count++;
700
- if ($count == $appcnt) {
701
- $html .= "<br/>";
702
- $count = 0;
703
- }
704
  }
705
  }
706
- $app_values= array(
707
- 'gdpr_setting' => $gdpr_setting,
708
- 'spacebetweenicons' => $spacebetweenicons,
709
- 'customWidth' => $customWidth,
710
- 'customHeight' => $customHeight,
711
- 'customBoundary' => $customBoundary,
712
- 'buttonText' => $buttonText,
713
- 'dis' => $dis,
714
- 'customTextofTitle' => $customTextofTitle,
715
- 'customSize' => $customSize,
716
- 'selected_theme' => $selected_theme,
717
- 'html' => $html,
718
- 'view' => $view,
719
- 'customBackground' => $customBackground,
720
- 'app_dis' => $app_dis,
721
- 'customTheme' => $customTheme,
722
- 'customer_register' => 'no',
723
- );
724
- $html=$this->select_app($select_apps,$app_values);
725
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
726
  }
727
  }
728
- else{
729
- foreach ($apps as $select_apps) {
730
- if (get_option('mo_openid_'.$select_apps.'_enable')) {
731
- $app_dis = "";
732
- if ($selected_theme == 'longbutton') {
733
- if ($view == "horizontal" && isset($appcnt)) {
734
- $count++;
735
- if ($count == $appcnt) {
736
- $html .= "<br/>";
737
- $count = 0;
738
- }
739
  }
740
  }
741
- $app_values= array(
742
- 'gdpr_setting' => $gdpr_setting,
743
- 'spacebetweenicons' => $spacebetweenicons,
744
- 'customWidth' => $customWidth,
745
- 'customHeight' => $customHeight,
746
- 'customBoundary' => $customBoundary,
747
- 'buttonText' => $buttonText,
748
- 'dis' => $dis,
749
- 'customTextofTitle' => $customTextofTitle,
750
- 'customSize' => $customSize,
751
- 'selected_theme' => $selected_theme,
752
- 'html' => $html,
753
- 'view' => $view,
754
- 'customBackground' => $customBackground,
755
- 'app_dis' => $app_dis,
756
- 'customTheme' => $customTheme,
757
- 'customer_register' => 'yes',
758
- );
759
- $html=$this->select_app($select_apps,$app_values);
760
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
761
  }
762
  }
763
- $html .= '</div> <br>';
764
- }
765
- else {
766
- $html .= '<div>No apps configured. Please contact your administrator.</div>';
767
- }
768
- if( $appsConfigured && get_option('moopenid_logo_check') == 1 ){
769
- $logo_html=$this->mo_openid_customize_logo();
770
- $html .= $logo_html;
771
- }
772
- ?>
773
- <br/>
774
- <?php
775
- }else {
776
- global $current_user;
777
- $current_user = wp_get_current_user();
778
- $customLogoutName = str_replace('##username##', $current_user->display_name, $customLogoutName);
779
- $flw = __($customLogoutLink,"flw");
780
- if (empty($customLogoutName) || empty($customLogoutLink)) {
781
- $html .= '<div id="logged_in_user" class="mo_openid_login_wid">' . $customLogoutName . ' <a href=' . $logoutUrl .' title=" ' . $flw . '"> ' . $flw . '</a></div>';
782
- }
783
- else {
784
- $html .= '<div id="logged_in_user" class="mo_openid_login_wid">' . $customLogoutName . ' <a href=' . $logoutUrl .' title=" ' . $flw . '"> ' . $flw . '</a></div>';
785
  }
 
 
 
 
 
 
 
 
786
  }
787
  return $html;
788
  }
@@ -1225,14 +886,11 @@ class mo_openid_login_wid extends WP_Widget {
1225
  ?>
1226
  <script type="text/javascript">
1227
  function mo_openid_on_consent_change(checkbox){
1228
-
1229
  if (! checkbox.checked) {
1230
-
1231
  jQuery('#mo_openid_consent_checkbox').val(1);
1232
  jQuery(".btn-mo").attr("disabled", true);
1233
  jQuery(".login-button").addClass("dis");
1234
  } else {
1235
-
1236
  jQuery('#mo_openid_consent_checkbox').val(0);
1237
  jQuery(".btn-mo").attr("disabled", false);
1238
  jQuery(".login-button").removeClass("dis");
85
  $customLogoutLink = get_option('mo_openid_login_widget_customize_logout_text');
86
  $customTextColor=esc_attr(get_option('mo_login_openid_login_widget_customize_textcolor'));
87
  $customText=esc_html(get_option('mo_openid_login_widget_customize_text'));
88
+ $application_pos = get_option('app_pos');
 
89
 
90
  if(get_option('mo_openid_gdpr_consent_enable')) {
91
  $gdpr_setting = "disabled='disabled'";
110
  setcookie("mo_openid_signup_url", $mo_URL, time() + (86400 * 30), "/");}
111
  else{
112
  setcookie("mo_openid_signup_url", $sign_up_url, time() + (86400 * 30), "/");}
113
+ if(get_option('mo_openid_gdpr_consent_enable'))
114
+ {
115
+ $dis = "dis";
116
+ }
117
+ else{
118
+ $dis = '';
119
+ }
120
  if( ! is_user_logged_in() ) {
121
+ $values=array(
122
+ 'appsConfigured' => $appsConfigured,
123
+ 'selected_apps' => '',
124
+ 'application_pos' => $application_pos,
125
+ 'customTextColor' => $customTextColor,
126
+ 'customText' => $customText,
127
+ 'consent_message' => $consent_message,
128
+ 'selected_theme' => $selected_theme,
129
+ 'view' => '',
130
+ 'gdpr_setting' => $gdpr_setting,
131
+ 'spacebetweenicons' => $spacebetweenicons,
132
+ 'customWidth' => $customWidth,
133
+ 'customHeight' => $customHeight,
134
+ 'customBoundary' => $customBoundary,
135
+ 'buttonText' => $customTextofTitle,
136
+ 'dis' => $dis,
137
+ 'customTextofTitle' => $customTextofTitle,
138
+ 'customSize' => $customSize,
139
+ 'html' => '',
140
+ 'customBackground' => $customBackground,
141
+ 'customTheme' => $customTheme,
142
+ );
143
+ $html=$this->display_apps($values);
144
+ $html.='<br/>';
145
+ echo $html;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  }
148
  else {
149
  global $current_user;
156
  <li><?php echo $link_with_username;?> <a href="<?php echo wp_logout_url( site_url() ); ?>" title="<?php _e('Logout','flw');?>"><?php _e($customLogoutLink,'flw');?></a></li>
157
  </div>
158
  <?php
 
159
  }
160
  else {
161
  ?>
253
  if($mo_URL) {setcookie("mo_openid_signup_url", $mo_URL, time() + (86400 * 30), "/");}
254
  else{setcookie("mo_openid_signup_url", $sign_up_url, time() + (86400 * 30), "/");}
255
  if( ! is_user_logged_in() ) {
 
256
 
257
+ $values=array(
258
+ 'appsConfigured' => $appsConfigured,
259
+ 'selected_apps' => $selected_apps,
260
+ 'application_pos' => $application_pos,
261
+ 'customTextColor' => $customTextColor,
262
+ 'customText' => $customText,
263
+ 'consent_message' => $consent_message,
264
+ 'selected_theme' => $selected_theme,
265
+ 'view' => $view,
266
+ 'gdpr_setting' => $gdpr_setting,
267
+ 'spacebetweenicons' => $spacebetweenicons,
268
+ 'customWidth' => $customWidth,
269
+ 'customHeight' => $customHeight,
270
+ 'customBoundary' => $customBoundary,
271
+ 'buttonText' => $buttonText,
272
+ 'dis' => $dis,
273
+ 'customTextofTitle' => $customTextofTitle,
274
+ 'customSize' => $customSize,
275
+ 'html' => $html,
276
+ 'customBackground' => $customBackground,
277
+ 'customTheme' => $customTheme,
278
+ 'appcnt' => $appcnt,
279
+ );
280
+ $html=$this->display_apps($values);
281
 
282
+ }else {
283
+ global $current_user;
284
+ $current_user = wp_get_current_user();
285
+ $customLogoutName = str_replace('##username##', $current_user->display_name, $customLogoutName);
286
+ $flw = __($customLogoutLink,"flw");
287
+ if (empty($customLogoutName) || empty($customLogoutLink)) {
288
+ $html .= '<div id="logged_in_user" class="mo_openid_login_wid">' . $customLogoutName . ' <a href=' . $logoutUrl .' title=" ' . $flw . '"> ' . $flw . '</a></div>';
289
+ }
290
+ else {
291
+ $html .= '<div id="logged_in_user" class="mo_openid_login_wid">' . $customLogoutName . ' <a href=' . $logoutUrl .' title=" ' . $flw . '"> ' . $flw . '</a></div>';
292
+ }
293
+ }
294
+ return $html;
295
+ }
296
 
297
+ public function display_apps($values){
298
+ $appsConfigured=$values['appsConfigured'];
299
+ $selected_apps=$values['selected_apps'];
300
+ $application_pos=$values['application_pos'];
301
+ $customTextColor=$values['customTextColor'];
302
+ $customText=$values['customText'];
303
+ $consent_message=$values['consent_message'];
304
+ $gdpr_setting=$values['gdpr_setting'];
305
+ $spacebetweenicons=$values['spacebetweenicons'];
306
+ $customWidth=$values['customWidth'];
307
+ $customHeight=$values['customHeight'];
308
+ $customBoundary=$values['customBoundary'];
309
+ $buttonText=$values['buttonText'];
310
+ $dis=$values['dis'];
311
+ $customTextofTitle=$values['customTextofTitle'];
312
+ $customSize=$values['customSize'];
313
+ $selected_theme=$values['selected_theme'];
314
+ $html=$values['html'];
315
+ $view=$values['view'];
316
+ $customBackground=$values['customBackground'];
317
+ $customTheme=$values['customTheme'];
318
+ $appcnt=isset($values['appcnt'])?$values['appcnt']:'';
319
+
320
+ if( $appsConfigured || $selected_apps!="") {
321
+
322
+ if($selected_apps!="")
323
+ $apps=explode(',', $selected_apps);
324
+ else
325
+ $apps=explode('#', $application_pos);
326
+
327
+ $this->mo_openid_load_login_script();
328
+ $html .= "<div class='mo-openid-app-icons'>
329
+ <p style='color:#".$customTextColor."; width: fit-content;'> $customText</p>";
330
+ if(get_option('mo_openid_gdpr_consent_enable')){
331
+ $html .= '<label class="mo-consent" style="width: 100%"><input type="checkbox" onchange="mo_openid_on_consent_change(this)" value="1" id="mo_openid_consent_checkbox">';
332
+ $html .= $consent_message.'</label>';
333
+ }
334
+ $count = -1;
335
+ if($selected_apps!=""){
336
+ if(mo_openid_is_customer_registered())
337
+ {
338
+ foreach ($apps as $select_apps) {
339
+ $app_dis = "";
340
+ if ($selected_theme == 'longbutton') {
341
+ if ($view == "horizontal" && isset($appcnt)) {
342
+ $count++;
343
+ if ("".$count == "".$appcnt) {
344
+ $html .= "<br/>";
345
+ $count = 0;
346
  }
347
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
348
  }
349
+ $app_values= array(
350
+ 'gdpr_setting' => $gdpr_setting,
351
+ 'spacebetweenicons' => $spacebetweenicons,
352
+ 'customWidth' => $customWidth,
353
+ 'customHeight' => $customHeight,
354
+ 'customBoundary' => $customBoundary,
355
+ 'buttonText' => $buttonText,
356
+ 'dis' => $dis,
357
+ 'customTextofTitle' => $customTextofTitle,
358
+ 'customSize' => $customSize,
359
+ 'selected_theme' => $selected_theme,
360
+ 'html' => $html,
361
+ 'view' => $view,
362
+ 'customBackground' => $customBackground,
363
+ 'app_dis' => $app_dis,
364
+ 'customTheme' => $customTheme,
365
+ 'customer_register' => 'yes',
366
+ );
367
+ $html=$this->select_app($select_apps,$app_values);
368
  }
369
+ }
370
+ else{
371
+ foreach ($apps as $select_apps) {
372
+ $app_dis = "";
373
+ if ($selected_theme == 'longbutton') {
374
+ if ($view == "horizontal" && isset($appcnt)) {
375
+ $count++;
376
+ if ($count == $appcnt) {
377
+ $html .= "<br/>";
378
+ $count = 0;
379
  }
380
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
381
  }
382
+ $app_values= array(
383
+ 'gdpr_setting' => $gdpr_setting,
384
+ 'spacebetweenicons' => $spacebetweenicons,
385
+ 'customWidth' => $customWidth,
386
+ 'customHeight' => $customHeight,
387
+ 'customBoundary' => $customBoundary,
388
+ 'buttonText' => $buttonText,
389
+ 'dis' => $dis,
390
+ 'customTextofTitle' => $customTextofTitle,
391
+ 'customSize' => $customSize,
392
+ 'selected_theme' => $selected_theme,
393
+ 'html' => $html,
394
+ 'view' => $view,
395
+ 'customBackground' => $customBackground,
396
+ 'app_dis' => $app_dis,
397
+ 'customTheme' => $customTheme,
398
+ 'customer_register' => 'no',
399
+ );
400
+ $html=$this->select_app($select_apps,$app_values);
401
  }
402
  }
403
+ }
404
+ else{
405
+ foreach ($apps as $select_apps) {
406
+ if (get_option('mo_openid_'.$select_apps.'_enable')) {
407
+ $app_dis = "";
408
+ if ($selected_theme == 'longbutton') {
409
+ if ($view == "horizontal" && isset($appcnt)) {
410
+ $count++;
411
+ if ($count == $appcnt) {
412
+ $html .= "<br/>";
413
+ $count = 0;
414
  }
415
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
416
  }
417
+ $app_values= array(
418
+ 'gdpr_setting' => $gdpr_setting,
419
+ 'spacebetweenicons' => $spacebetweenicons,
420
+ 'customWidth' => $customWidth,
421
+ 'customHeight' => $customHeight,
422
+ 'customBoundary' => $customBoundary,
423
+ 'buttonText' => $buttonText,
424
+ 'dis' => $dis,
425
+ 'customTextofTitle' => $customTextofTitle,
426
+ 'customSize' => $customSize,
427
+ 'selected_theme' => $selected_theme,
428
+ 'html' => $html,
429
+ 'view' => $view,
430
+ 'customBackground' => $customBackground,
431
+ 'app_dis' => $app_dis,
432
+ 'customTheme' => $customTheme,
433
+ 'customer_register' => 'yes',
434
+ );
435
+ $html=$this->select_app($select_apps,$app_values);
436
  }
437
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  }
439
+ $html .= '</div> <br>';
440
+ }
441
+ else {
442
+ $html .= '<div>No apps configured. Please contact your administrator.</div>';
443
+ }
444
+ if( $appsConfigured && get_option('moopenid_logo_check') == 1 ){
445
+ $logo_html=$this->mo_openid_customize_logo();
446
+ $html .= $logo_html;
447
  }
448
  return $html;
449
  }
886
  ?>
887
  <script type="text/javascript">
888
  function mo_openid_on_consent_change(checkbox){
 
889
  if (! checkbox.checked) {
 
890
  jQuery('#mo_openid_consent_checkbox').val(1);
891
  jQuery(".btn-mo").attr("disabled", true);
892
  jQuery(".login-button").addClass("dis");
893
  } else {
 
894
  jQuery('#mo_openid_consent_checkbox').val(0);
895
  jQuery(".btn-mo").attr("disabled", false);
896
  jQuery(".login-button").removeClass("dis");
class-mo-openid-social-comment.php CHANGED
@@ -12,34 +12,32 @@
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo esc_html(get_option("mo_openid_social_comment_default_label")) ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? $commentsCount -> approved : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
14
  commentForm += '<li id="moopenid_social_comment_fb"><?php echo esc_html(get_option("mo_openid_social_comment_fb_label")) ?></li>';
15
- <?php } if(get_option('mo_openid_social_comment_google')){ ?>
16
- commentForm += '<li id="moopenid_social_comment_google"><?php echo esc_html(get_option("mo_openid_social_comment_google_label")) ?></li>';
17
  <?php } ?>
18
  commentForm += '</ul>';
19
  commentForm += '<br/><div id="moopenid_comment_form_default" style="display:none;">';
20
  commentForm += document.getElementById("respond").innerHTML;
21
  commentForm += '</div>';
22
  commentForm += '<div id="moopenid_comment_form_fb" style="display:none;"><div class="fb-comments" data-href=' + '"<?php echo esc_url($url) ?>"' + '></div></div>';
23
- commentForm += '<br/><div id="moopenid_comment_form_google" style="display:none;"></div>';
24
  commentForm += '</div>';
25
  document.getElementById("respond").innerHTML = commentForm;
26
  document.getElementById("reply-title")&&jQuery("#reply-title").remove();
27
 
28
- <?php $mo_disqus_shortname = get_option("mo_openid_social_comment_disqus_shortname"); ?>
29
- var sg1 = document.createElement("script");
30
- sg1.src = 'https://apis.google.com/js/plusone.js?onload=gapiCallback';
31
- var divComm = document.createElement("div");
32
- divComm.id = "google-comments";
33
- document.getElementById("moopenid_comment_form_google").appendChild(divComm);
34
- document.getElementById("moopenid_comment_form_google").appendChild(sg1);
 
 
 
35
  }
36
  }
37
 
38
- window.gapiCallback = function(){
39
- var sg2 = document.createElement("script");
40
- sg2.innerHTML = 'gapi.comments.render("google-comments", {href: window.location, width: "624", first_party_property: "BLOGGER", view_type: "FILTERED_POSTMOD" });';
41
- document.getElementById("moopenid_comment_form_google").appendChild(sg2);
42
- }
43
  </script>
44
  <?php
45
  }
@@ -59,34 +57,34 @@
59
  $html .= '} else if(document.getElementById("moopenid_social_comment_fb")) {';
60
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
61
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
62
- $html .= '} else if(document.getElementById("moopenid_social_comment_google")){';
63
- $html .= 'Query("#moopenid_comment_form_google").attr("style","display:block");';
64
- $html .= 'jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");';
65
  $html .= '}';
66
 
67
  $html .= 'jQuery("#moopenid_social_comment_fb").click(function(){';
68
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
69
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:none");';
70
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
71
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
72
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
73
- $html .= 'jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");';
74
  $html .= '});';
75
  $html .= 'jQuery("#moopenid_social_comment_default").click(function(){';
76
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
77
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:none");';
78
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:block");';
79
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
80
  $html .= 'jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");';
81
- $html .= 'jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");';
82
  $html .= '});';
83
- $html .= 'jQuery("#moopenid_social_comment_google").click(function(){';
84
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
85
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:block");';
86
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
87
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
88
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
89
- $html .= 'jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");';
90
  $html .= '});';
91
 
92
  $html .= '}';
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo esc_html(get_option("mo_openid_social_comment_default_label")) ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? $commentsCount -> approved : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
14
  commentForm += '<li id="moopenid_social_comment_fb"><?php echo esc_html(get_option("mo_openid_social_comment_fb_label")) ?></li>';
15
+ <?php } if(get_option('mo_openid_social_comment_disqus')){ ?>
16
+ commentForm += '<li id="moopenid_social_comment_disqus"><?php echo esc_html(get_option("mo_openid_social_comment_disqus_label")) ?></li>';
17
  <?php } ?>
18
  commentForm += '</ul>';
19
  commentForm += '<br/><div id="moopenid_comment_form_default" style="display:none;">';
20
  commentForm += document.getElementById("respond").innerHTML;
21
  commentForm += '</div>';
22
  commentForm += '<div id="moopenid_comment_form_fb" style="display:none;"><div class="fb-comments" data-href=' + '"<?php echo esc_url($url) ?>"' + '></div></div>';
23
+ commentForm += '<br/><div id="moopenid_comment_form_disqus" style="display:none;"><div id="disqus_thread"></div></div>';
24
  commentForm += '</div>';
25
  document.getElementById("respond").innerHTML = commentForm;
26
  document.getElementById("reply-title")&&jQuery("#reply-title").remove();
27
 
28
+ (function() { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW
29
+ var d = document, s = d.createElement('script');
30
+
31
+ // IMPORTANT: Replace EXAMPLE with your forum shortname!
32
+ s.src = 'https://<?php echo get_option('mo_disqus_shortname'); ?>.disqus.com/embed.js';
33
+
34
+ s.setAttribute('data-timestamp', +new Date());
35
+ (d.head || d.body).appendChild(s);
36
+ })();
37
+
38
  }
39
  }
40
 
 
 
 
 
 
41
  </script>
42
  <?php
43
  }
57
  $html .= '} else if(document.getElementById("moopenid_social_comment_fb")) {';
58
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
59
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
60
+ $html .= '} else if(document.getElementById("moopenid_social_comment_disqus")){';
61
+ $html .= 'Query("#moopenid_comment_form_disqus").attr("style","display:block");';
62
+ $html .= 'jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");';
63
  $html .= '}';
64
 
65
  $html .= 'jQuery("#moopenid_social_comment_fb").click(function(){';
66
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
67
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:none");';
68
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
69
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
70
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
71
+ $html .= 'jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");';
72
  $html .= '});';
73
  $html .= 'jQuery("#moopenid_social_comment_default").click(function(){';
74
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
75
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:none");';
76
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:block");';
77
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
78
  $html .= 'jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");';
79
+ $html .= 'jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");';
80
  $html .= '});';
81
+ $html .= 'jQuery("#moopenid_social_comment_disqus").click(function(){';
82
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
83
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:block");';
84
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
85
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
86
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
87
+ $html .= 'jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");';
88
  $html .= '});';
89
 
90
  $html .= '}';
includes/images/icons/kakao2.png DELETED
Binary file
includes/js/social/fb_comment.js CHANGED
@@ -8,34 +8,34 @@ jQuery(window).load(function () {
8
  } else if(document.getElementById("moopenid_social_comment_fb")) {
9
  jQuery("#moopenid_comment_form_fb").attr("style","display:block");
10
  jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");
11
- } else if(document.getElementById("moopenid_social_comment_google")){
12
- jQuery("#moopenid_comment_form_google").attr("style","display:block");
13
- jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");
14
  }
15
 
16
  jQuery("#moopenid_social_comment_fb").click(function(){
17
  jQuery("#moopenid_comment_form_fb").attr("style","display:block");
18
- jQuery("#moopenid_comment_form_google").attr("style","display:none");
19
  jQuery("#moopenid_comment_form_default").attr("style","display:none");
20
  jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");
21
  jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");
22
- jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");
23
  });
24
  jQuery("#moopenid_social_comment_default").click(function(){
25
  jQuery("#moopenid_comment_form_fb").attr("style","display:none");
26
- jQuery("#moopenid_comment_form_google").attr("style","display:none");
27
  jQuery("#moopenid_comment_form_default").attr("style","display:block");
28
  jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");
29
  jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");
30
- jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");
31
  });
32
- jQuery("#moopenid_social_comment_google").click(function(){
33
  jQuery("#moopenid_comment_form_fb").attr("style","display:none");
34
- jQuery("#moopenid_comment_form_google").attr("style","display:block");
35
  jQuery("#moopenid_comment_form_default").attr("style","display:none");
36
  jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");
37
  jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");
38
- jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");
39
  });
40
  });
41
 
8
  } else if(document.getElementById("moopenid_social_comment_fb")) {
9
  jQuery("#moopenid_comment_form_fb").attr("style","display:block");
10
  jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");
11
+ } else if(document.getElementById("moopenid_social_comment_disqus")){
12
+ jQuery("#moopenid_comment_form_disqus").attr("style","display:block");
13
+ jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");
14
  }
15
 
16
  jQuery("#moopenid_social_comment_fb").click(function(){
17
  jQuery("#moopenid_comment_form_fb").attr("style","display:block");
18
+ jQuery("#moopenid_comment_form_disqus").attr("style","display:none");
19
  jQuery("#moopenid_comment_form_default").attr("style","display:none");
20
  jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");
21
  jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");
22
+ jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");
23
  });
24
  jQuery("#moopenid_social_comment_default").click(function(){
25
  jQuery("#moopenid_comment_form_fb").attr("style","display:none");
26
+ jQuery("#moopenid_comment_form_disqus").attr("style","display:none");
27
  jQuery("#moopenid_comment_form_default").attr("style","display:block");
28
  jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");
29
  jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");
30
+ jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");
31
  });
32
+ jQuery("#moopenid_social_comment_disqus").click(function(){
33
  jQuery("#moopenid_comment_form_fb").attr("style","display:none");
34
+ jQuery("#moopenid_comment_form_disqus").attr("style","display:block");
35
  jQuery("#moopenid_comment_form_default").attr("style","display:none");
36
  jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");
37
  jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");
38
+ jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");
39
  });
40
  });
41
 
lang/miniorange-login-openid-ja.mo ADDED
Binary file
lang/miniorange-login-openid-ja.po ADDED
@@ -0,0 +1,3216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: miniorange-login-openid\n"
4
+ "POT-Creation-Date: 2020-03-12 09:11+0530\n"
5
+ "PO-Revision-Date: 2020-03-12 09:52+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: miniOrange\n"
8
+ "Language: ja_JP\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Poedit-KeywordsList: mo_sl;__;_e\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: class-mo-openid-login-widget.php:42
19
+ msgid ""
20
+ "Login using Social Apps like Google, Facebook, LinkedIn, Microsoft, "
21
+ "Instagram."
22
+ msgstr ""
23
+ "Google、Facebook、LinkedIn、Microsoft、Instagramなどのソーシャルアプリを使用"
24
+ "してログインします。"
25
+
26
+ #: class-mo-openid-login-widget.php:544 class-mo-openid-login-widget.php:552
27
+ msgid "Logout"
28
+ msgstr "ログアウト"
29
+
30
+ #: class-mo-openid-login-widget.php:1329
31
+ msgid ""
32
+ "Share using horizontal widget. Lets you share with Social Apps like Google, "
33
+ "Facebook, LinkedIn, Pinterest, Reddit."
34
+ msgstr ""
35
+ "水平ウィジェットを使用して共有します。あなたはグーグル、フェイスブック、リン"
36
+ "クトイン、Pinterest、Redditのようなソーシャルアプリと共有することができます。"
37
+
38
+ #: class-mo-openid-login-widget.php:1374
39
+ msgid ""
40
+ "Share using a vertical floating widget. Lets you share with Social Apps like "
41
+ "Google, Facebook, LinkedIn, Pinterest, Reddit."
42
+ msgstr ""
43
+ "垂直フローティングウィジェットを使用して共有します。あなたはグーグル、フェイ"
44
+ "スブック、リンクトイン、Pinterest、Redditのようなソーシャルアプリと共有するこ"
45
+ "とができます。"
46
+
47
+ #: miniorange_openid_sso_settings.php:98
48
+ msgid "Login with"
49
+ msgstr "でログイン"
50
+
51
+ #: miniorange_openid_sso_settings.php:267
52
+ msgid "Configure OpenID"
53
+ msgstr "オープン ID の構成"
54
+
55
+ #: miniorange_openid_sso_settings_page.php:46
56
+ #: view/config_apps/mo_openid_config_apps.php:95
57
+ #: view/licensing_plans/mo_openid_lic_plans.php:963
58
+ msgid "UPGRADE NOW"
59
+ msgstr "今すぐアップグレード"
60
+
61
+ #: miniorange_openid_sso_settings_page.php:77
62
+ #: miniorange_openid_sso_settings_page.php:514
63
+ #: miniorange_openid_sso_settings_page.php:657
64
+ #: miniorange_openid_sso_settings_page.php:842
65
+ msgid "miniOrange Social Login"
66
+ msgstr "ミニオレンジソーシャルログイン"
67
+
68
+ #: miniorange_openid_sso_settings_page.php:78
69
+ #: miniorange_openid_sso_settings_page.php:515
70
+ #: miniorange_openid_sso_settings_page.php:658
71
+ #: miniorange_openid_sso_settings_page.php:843
72
+ #: view/profile/mo_openid_profile.php:23 view/profile/mo_openid_profile.php:51
73
+ msgid "Privacy Policy"
74
+ msgstr "個人情報保護方針"
75
+
76
+ #: miniorange_openid_sso_settings_page.php:79
77
+ #: miniorange_openid_sso_settings_page.php:516
78
+ #: miniorange_openid_sso_settings_page.php:659
79
+ #: miniorange_openid_sso_settings_page.php:844
80
+ msgid "FAQs"
81
+ msgstr "よくある質問"
82
+
83
+ #: miniorange_openid_sso_settings_page.php:80
84
+ #: miniorange_openid_sso_settings_page.php:517
85
+ #: miniorange_openid_sso_settings_page.php:660
86
+ #: miniorange_openid_sso_settings_page.php:845
87
+ msgid "Forum"
88
+ msgstr "フォーラム"
89
+
90
+ #: miniorange_openid_sso_settings_page.php:81
91
+ #: miniorange_openid_sso_settings_page.php:120
92
+ #: miniorange_openid_sso_settings_page.php:518
93
+ #: miniorange_openid_sso_settings_page.php:661
94
+ msgid "Add On"
95
+ msgstr "加算オン"
96
+
97
+ #: miniorange_openid_sso_settings_page.php:82
98
+ #: miniorange_openid_sso_settings_page.php:519
99
+ #: miniorange_openid_sso_settings_page.php:662
100
+ #: miniorange_openid_sso_settings_page.php:847
101
+ msgid "Upgrade Now"
102
+ msgstr "今すぐアップグレード"
103
+
104
+ #: miniorange_openid_sso_settings_page.php:83
105
+ msgid "What's new in miniOrange"
106
+ msgstr "miniOrangeの新機能"
107
+
108
+ #: miniorange_openid_sso_settings_page.php:85
109
+ msgid "Rate us"
110
+ msgstr "レート当方"
111
+
112
+ #: miniorange_openid_sso_settings_page.php:88
113
+ msgid "Restart Tour"
114
+ msgstr "再起動ツアー"
115
+
116
+ #: miniorange_openid_sso_settings_page.php:90
117
+ msgid "Setup Plugin"
118
+ msgstr "セットアッププラグイン"
119
+
120
+ #: miniorange_openid_sso_settings_page.php:103
121
+ #: miniorange_openid_sso_settings_page.php:531
122
+ #: miniorange_openid_sso_settings_page.php:674
123
+ #: miniorange_openid_sso_settings_page.php:857
124
+ msgid "miniOrange"
125
+ msgstr "ミニオレンジ"
126
+
127
+ #: miniorange_openid_sso_settings_page.php:106
128
+ msgid "Configure Apps"
129
+ msgstr "アプリを構成する"
130
+
131
+ #: miniorange_openid_sso_settings_page.php:107
132
+ msgid "Customise Social Login Icons"
133
+ msgstr "ソーシャルログインアイコンのカスタマイズ"
134
+
135
+ #: miniorange_openid_sso_settings_page.php:108
136
+ #: view/disp_options/mo_openid_dispopt.php:98
137
+ #: view/disp_options/mo_openid_dispopt.php:131
138
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
139
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
140
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:41
141
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:214
142
+ msgid "Display Options"
143
+ msgstr "表示オプション"
144
+
145
+ #: miniorange_openid_sso_settings_page.php:109
146
+ msgid "Redirect Options"
147
+ msgstr "リダイレクトオプション"
148
+
149
+ #: miniorange_openid_sso_settings_page.php:110
150
+ msgid "Registration"
151
+ msgstr "登録"
152
+
153
+ #: miniorange_openid_sso_settings_page.php:111
154
+ msgid "GDPR"
155
+ msgstr "GDPR"
156
+
157
+ #: miniorange_openid_sso_settings_page.php:111
158
+ #: miniorange_openid_sso_settings_page.php:112
159
+ #: miniorange_openid_sso_settings_page.php:113
160
+ #: miniorange_openid_sso_settings_page.php:115
161
+ #: miniorange_openid_sso_settings_page.php:116
162
+ #: miniorange_openid_sso_settings_page.php:117
163
+ #: miniorange_openid_sso_settings_page.php:118
164
+ #: view/disp_options/mo_openid_dispopt.php:28
165
+ #: view/disp_options/mo_openid_dispopt.php:46
166
+ #: view/disp_options/mo_openid_dispopt.php:94
167
+ #: view/premium_features/mo_openid_prem_feat.php:90
168
+ #: view/premium_features/mo_openid_prem_feat.php:105
169
+ #: view/premium_features/mo_openid_prem_feat.php:121
170
+ #: view/premium_features/mo_openid_prem_feat.php:135
171
+ #: view/premium_features/mo_openid_prem_feat.php:149
172
+ #: view/premium_features/mo_openid_prem_feat.php:160
173
+ #: view/profile/mo_openid_profile.php:84
174
+ msgid "PRO"
175
+ msgstr "PRO"
176
+
177
+ #: miniorange_openid_sso_settings_page.php:112
178
+ #: view/restrict_domain/mo_openid_restrict_dom.php:11
179
+ #: view/restrict_domain/mo_openid_restrict_dom.php:41
180
+ msgid "Domain Restriction"
181
+ msgstr "ドメイン制限"
182
+
183
+ #: miniorange_openid_sso_settings_page.php:113
184
+ #: view/link_social_account/mo_openid_Acclink.php:72
185
+ msgid "Link Social Account"
186
+ msgstr "リンクソーシャルアカウント"
187
+
188
+ #: miniorange_openid_sso_settings_page.php:114
189
+ #: view/profile_completion/mo_openid_prof_comp.php:60
190
+ msgid "Profile Completion"
191
+ msgstr "プロフィール Completion"
192
+
193
+ #: miniorange_openid_sso_settings_page.php:115
194
+ #: view/email_settings/mo_openid_set_email.php:74
195
+ msgid "Email Notification"
196
+ msgstr "電子メール通知"
197
+
198
+ #: miniorange_openid_sso_settings_page.php:116
199
+ msgid "Recaptcha"
200
+ msgstr "レカプチャ"
201
+
202
+ #: miniorange_openid_sso_settings_page.php:117
203
+ #: view/premium_features/mo_openid_prem_feat.php:159
204
+ msgid "Premium Features"
205
+ msgstr "プレミアム機能"
206
+
207
+ #: miniorange_openid_sso_settings_page.php:118
208
+ #: view/integration/mo_openid_integrate.php:116
209
+ msgid "Integrations"
210
+ msgstr "統合"
211
+
212
+ #: miniorange_openid_sso_settings_page.php:119
213
+ #: miniorange_openid_sso_settings_page.php:550
214
+ #: miniorange_openid_sso_settings_page.php:681
215
+ msgid "Shortcodes"
216
+ msgstr "ショートコード"
217
+
218
+ #: miniorange_openid_sso_settings_page.php:121
219
+ msgid "User Profile"
220
+ msgstr "ユーザープロフィール"
221
+
222
+ #: miniorange_openid_sso_settings_page.php:206
223
+ #: miniorange_openid_sso_settings_page.php:602
224
+ #: miniorange_openid_sso_settings_page.php:737
225
+ #: miniorange_openid_sso_settings_page.php:909
226
+ msgid "NEED HELP"
227
+ msgstr "助けが必要"
228
+
229
+ #: miniorange_openid_sso_settings_page.php:536
230
+ msgid ""
231
+ "Select\n"
232
+ " Social Apps"
233
+ msgstr ""
234
+ "選択する\n"
235
+ " ソーシャルアプリ"
236
+
237
+ #: miniorange_openid_sso_settings_page.php:540
238
+ #: miniorange_openid_sso_settings_page.php:679
239
+ msgid "Customization"
240
+ msgstr "カスタマイズ"
241
+
242
+ #: miniorange_openid_sso_settings_page.php:543
243
+ msgid ""
244
+ "Social\n"
245
+ " Share Counts"
246
+ msgstr ""
247
+ "ソーシャル\n"
248
+ " 共有数 Counts"
249
+
250
+ #: miniorange_openid_sso_settings_page.php:547
251
+ msgid ""
252
+ "Display\n"
253
+ " Option"
254
+ msgstr ""
255
+ "表示\n"
256
+ " オプション"
257
+
258
+ #: miniorange_openid_sso_settings_page.php:677
259
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
260
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:20
261
+ msgid "Select Applications"
262
+ msgstr "アプリケーションを選択"
263
+
264
+ #: miniorange_openid_sso_settings_page.php:678
265
+ msgid "Display options"
266
+ msgstr "表示オプション"
267
+
268
+ #: miniorange_openid_sso_settings_page.php:680
269
+ msgid "Enable and Add Social Comments"
270
+ msgstr "ソーシャルコメントを有効にして追加する"
271
+
272
+ #: miniorange_openid_sso_settings_page.php:846 view/faq/mo_openid_faq.php:108
273
+ #: view/faq/mo_openid_faq.php:117
274
+ msgid "Social Login"
275
+ msgstr "ソーシャルログイン"
276
+
277
+ #: miniorange_openid_sso_settings_page.php:860
278
+ #: view/add_on/custom_registration_form.php:9
279
+ #: view/mo_new/mo_openid_whats_new.php:65
280
+ msgid "Custom Registration Form"
281
+ msgstr "カスタム登録フォーム"
282
+
283
+ #: miniorange_openid_sso_settings_page.php:861
284
+ msgid "Go to Social Login"
285
+ msgstr "ソーシャルログインに移動"
286
+
287
+ #: miniorange_openid_sso_settings_page.php:862
288
+ msgid "Licensing Plans"
289
+ msgstr "ライセンスプラン"
290
+
291
+ #: view/add_on/custom_registration_form.php:10
292
+ msgid "Purchase"
293
+ msgstr "購入"
294
+
295
+ #: view/add_on/custom_registration_form.php:15
296
+ msgid "Verify Key"
297
+ msgstr "検証するキー"
298
+
299
+ #: view/add_on/custom_registration_form.php:21
300
+ msgid ""
301
+ "Custom Registration Form Add-On helps you to integrate details of new as "
302
+ "well as existing users. You\n"
303
+ " can add as many fields as you want including the one "
304
+ "which are returned by\n"
305
+ " social sites at time of registration"
306
+ msgstr ""
307
+ "カスタム登録フォームアドオンは、新規および既存のユーザーの詳細を統合するのに"
308
+ "役立ちます。君は\n"
309
+ " によって返されるものを含め、必要な数のフィールドを追"
310
+ "加できます\n"
311
+ " 登録時のソーシャルサイト"
312
+
313
+ #: view/add_on/custom_registration_form.php:46
314
+ msgid "Customization Fields"
315
+ msgstr "カスタマイズフィールド"
316
+
317
+ #: view/add_on/custom_registration_form.php:49
318
+ msgid "Enable Auto Field Registration Form"
319
+ msgstr "自動フィールド登録フォームを有効にする"
320
+
321
+ #: view/add_on/custom_registration_form.php:71
322
+ msgid "Registration page link"
323
+ msgstr "登録ページのリンク"
324
+
325
+ #: view/add_on/custom_registration_form.php:77
326
+ msgid "Existing Field"
327
+ msgstr "既存のフィールド"
328
+
329
+ #: view/add_on/custom_registration_form.php:78
330
+ #: view/add_on/custom_registration_form.php:145
331
+ msgid "Field"
332
+ msgstr "フィールド"
333
+
334
+ #: view/add_on/custom_registration_form.php:79
335
+ #: view/add_on/custom_registration_form.php:150
336
+ msgid "Custom name"
337
+ msgstr "カスタム名"
338
+
339
+ #: view/add_on/custom_registration_form.php:80
340
+ #: view/add_on/custom_registration_form.php:146
341
+ #: view/add_on/custom_registration_form.php:151
342
+ msgid "Field Type"
343
+ msgstr "フィールドタイプ"
344
+
345
+ #: view/add_on/custom_registration_form.php:81
346
+ msgid "Field Options"
347
+ msgstr "フィールドオプション"
348
+
349
+ #: view/add_on/custom_registration_form.php:82
350
+ #: view/add_on/custom_registration_form.php:156
351
+ msgid "Required Field"
352
+ msgstr "必須フィールド"
353
+
354
+ #: view/add_on/custom_registration_form.php:94
355
+ msgid "Select Field"
356
+ msgstr "フィールドを選択"
357
+
358
+ #: view/add_on/custom_registration_form.php:102
359
+ msgid "Select Type"
360
+ msgstr "タイプを選択"
361
+
362
+ #: view/add_on/custom_registration_form.php:109
363
+ msgid "No"
364
+ msgstr "No"
365
+
366
+ #: view/add_on/custom_registration_form.php:124
367
+ #: view/integration/mo_openid_integrate.php:29
368
+ msgid "Cancel"
369
+ msgstr "キャンセル"
370
+
371
+ #: view/add_on/custom_registration_form.php:129
372
+ msgid "Instructions to setup"
373
+ msgstr "説明書toセットアップ"
374
+
375
+ #: view/add_on/custom_registration_form.php:132
376
+ msgid "Create a page and use shortcode"
377
+ msgstr "ページを作成してショートコードを使用する"
378
+
379
+ #: view/add_on/custom_registration_form.php:133
380
+ msgid "where you want your form to be displayed"
381
+ msgstr "フォームを表示する場所"
382
+
383
+ #: view/add_on/custom_registration_form.php:135
384
+ msgid ""
385
+ "Copy the page link and paste it in the above field <b>Registration page\n"
386
+ " link"
387
+ msgstr ""
388
+ "ページリンクをコピーして、上記のフィールド<b>登録ページに貼り付けます\n"
389
+ " リンク"
390
+
391
+ #: view/add_on/custom_registration_form.php:138
392
+ msgid ""
393
+ "If you have any existing wp_usermeta field then enter that field's name in"
394
+ msgstr ""
395
+ "既存のwp_usermetaフィールドがある場合次に、そのフィールドの名前を入力します"
396
+
397
+ #: view/add_on/custom_registration_form.php:139
398
+ msgid ""
399
+ "Existing\n"
400
+ " Field"
401
+ msgstr ""
402
+ "既存\n"
403
+ " フィールド"
404
+
405
+ #: view/add_on/custom_registration_form.php:140
406
+ msgid "column. For example, if you are saving"
407
+ msgstr "カラム。たとえば、保存している場合"
408
+
409
+ #: view/add_on/custom_registration_form.php:140
410
+ msgid "First Name"
411
+ msgstr "ファーストネーム"
412
+
413
+ #: view/add_on/custom_registration_form.php:140
414
+ #: view/add_on/custom_registration_form.php:156
415
+ msgid "as"
416
+ msgstr "として"
417
+
418
+ #: view/add_on/custom_registration_form.php:141
419
+ msgid "fname"
420
+ msgstr "f名前"
421
+
422
+ #: view/add_on/custom_registration_form.php:142
423
+ msgid ""
424
+ "in wp_usermeta field then enter fname in Existing Field\n"
425
+ " column."
426
+ msgstr ""
427
+ "wp_usermetaフィールドに既存のフィールドにf名前と入力します\n"
428
+ " カラム。"
429
+
430
+ #: view/add_on/custom_registration_form.php:145
431
+ msgid "Select field name under the "
432
+ msgstr "下のフィールド名を選択します"
433
+
434
+ #: view/add_on/custom_registration_form.php:145
435
+ msgid "dropdown"
436
+ msgstr "落ちる"
437
+
438
+ #: view/add_on/custom_registration_form.php:146
439
+ msgid "If selected field is other than custom, then"
440
+ msgstr "選択したフィールドがカスタム以外の場合、"
441
+
442
+ #: view/add_on/custom_registration_form.php:146
443
+ msgid ""
444
+ "will\n"
445
+ " automatically be"
446
+ msgstr ""
447
+ "意志\n"
448
+ " 自動的に"
449
+
450
+ #: view/add_on/custom_registration_form.php:147
451
+ msgid "Textbox"
452
+ msgstr "テキストボックス"
453
+
454
+ #: view/add_on/custom_registration_form.php:147
455
+ msgid "and there is no need to enter"
456
+ msgstr "入る必要はありません"
457
+
458
+ #: view/add_on/custom_registration_form.php:147
459
+ msgid ""
460
+ "Custom\n"
461
+ " name"
462
+ msgstr ""
463
+ "カスタム\n"
464
+ " 名前"
465
+
466
+ #: view/add_on/custom_registration_form.php:148 view/faq/mo_openid_faq.php:81
467
+ #: view/profile/mo_openid_profile.php:51
468
+ msgid "and"
469
+ msgstr "そして"
470
+
471
+ #: view/add_on/custom_registration_form.php:148
472
+ msgid "Field options"
473
+ msgstr "フィールドオプション"
474
+
475
+ #: view/add_on/custom_registration_form.php:150
476
+ msgid "If selected field is custom, then enter"
477
+ msgstr "選択したフィールドがカスタムの場合、それから入る"
478
+
479
+ #: view/add_on/custom_registration_form.php:151
480
+ #: view/add_on/custom_registration_form.php:156
481
+ msgid "Select"
482
+ msgstr "選択する"
483
+
484
+ #: view/add_on/custom_registration_form.php:151
485
+ msgid "if selected"
486
+ msgstr "選択された場合"
487
+
488
+ #: view/add_on/custom_registration_form.php:151
489
+ msgid "is"
490
+ msgstr "は"
491
+
492
+ #: view/add_on/custom_registration_form.php:152
493
+ msgid "Checkbox"
494
+ msgstr "チェックボックス"
495
+
496
+ #: view/add_on/custom_registration_form.php:152
497
+ msgid "or"
498
+ msgstr "または"
499
+
500
+ #: view/add_on/custom_registration_form.php:152
501
+ msgid "Dropdown"
502
+ msgstr "落ちる"
503
+
504
+ #: view/add_on/custom_registration_form.php:152
505
+ #: view/add_on/custom_registration_form.php:153
506
+ msgid ""
507
+ "Field\n"
508
+ " Options"
509
+ msgstr ""
510
+ "フィールド\n"
511
+ " オプション"
512
+
513
+ #: view/add_on/custom_registration_form.php:153
514
+ msgid "seprated by semicolon "
515
+ msgstr "セミコロンで区切られた"
516
+
517
+ #: view/add_on/custom_registration_form.php:153
518
+ msgid "otherwise leave"
519
+ msgstr "そうでなければ去る"
520
+
521
+ #: view/add_on/custom_registration_form.php:154
522
+ msgid "blank."
523
+ msgstr "ブランク。"
524
+
525
+ #: view/add_on/custom_registration_form.php:156
526
+ msgid "Yes"
527
+ msgstr "はい"
528
+
529
+ #: view/add_on/custom_registration_form.php:156
530
+ msgid ""
531
+ "if you want to make that field\n"
532
+ " compulsory for user"
533
+ msgstr ""
534
+ "その分野を作りたいなら\n"
535
+ " ユーザーの義務"
536
+
537
+ #: view/add_on/custom_registration_form.php:159
538
+ msgid "If you want to add more than 1 fields at a time click on"
539
+ msgstr "追加したい場合複数のフィールド at a 時間クリック"
540
+
541
+ #: view/add_on/custom_registration_form.php:160
542
+ msgid "Last click on"
543
+ msgstr "最後のクリック"
544
+
545
+ #: view/add_on/custom_registration_form.php:160
546
+ #: view/customise_social_icons/mo_openid_cust_icons.php:119
547
+ #: view/disp_options/mo_openid_dispopt.php:92
548
+ #: view/email_settings/mo_openid_set_email.php:66
549
+ #: view/gdpr/mo_openid_gdpr.php:33 view/integration/mo_openid_integrate.php:108
550
+ #: view/link_social_account/mo_openid_Acclink.php:65
551
+ #: view/profile_completion/mo_openid_prof_comp.php:52
552
+ #: view/redirect_options/mo_openid_redirect_op.php:121
553
+ #: view/registration/mo_openid_registration.php:48
554
+ #: view/restrict_domain/mo_openid_restrict_dom.php:33
555
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:23
556
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:36
557
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:49
558
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:227
559
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:205
560
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:74
561
+ msgid "Save"
562
+ msgstr "セーブ"
563
+
564
+ #: view/add_on/custom_registration_form.php:160
565
+ msgid "button"
566
+ msgstr "ボタン"
567
+
568
+ #: view/add_on/custom_registration_form.php:192
569
+ msgid "Social Login Add On"
570
+ msgstr "ソーシャルログインアドオン"
571
+
572
+ #: view/config_apps/mo_openid_config_apps.php:33
573
+ msgid "Active"
574
+ msgstr "アクティブ"
575
+
576
+ #: view/config_apps/mo_openid_config_apps.php:63
577
+ msgid "Premium Applications"
578
+ msgstr "プレミアムアプリケーション"
579
+
580
+ #: view/config_apps/mo_openid_config_apps.php:115
581
+ msgid "Configure Applications"
582
+ msgstr "アプリケーションを構成する"
583
+
584
+ #: view/customise_social_icons/mo_openid_cust_icons.php:13
585
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:28
586
+ msgid "Shape"
587
+ msgstr "形状"
588
+
589
+ #: view/customise_social_icons/mo_openid_cust_icons.php:14
590
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:39
591
+ msgid "Round"
592
+ msgstr "円形"
593
+
594
+ #: view/customise_social_icons/mo_openid_cust_icons.php:17
595
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:45
596
+ msgid "Rounded Edges"
597
+ msgstr "丸みを帯びたエッジ"
598
+
599
+ #: view/customise_social_icons/mo_openid_cust_icons.php:21
600
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:50
601
+ msgid "Square"
602
+ msgstr "平方"
603
+
604
+ #: view/customise_social_icons/mo_openid_cust_icons.php:24
605
+ msgid "Long Button"
606
+ msgstr "ロングボタン"
607
+
608
+ #: view/customise_social_icons/mo_openid_cust_icons.php:31
609
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:29
610
+ msgid "Theme"
611
+ msgstr "テーマ"
612
+
613
+ #: view/customise_social_icons/mo_openid_cust_icons.php:34
614
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:59
615
+ msgid "Default"
616
+ msgstr "デフォルト"
617
+
618
+ #: view/customise_social_icons/mo_openid_cust_icons.php:40
619
+ msgid "Custom background*"
620
+ msgstr "カスタム背景*"
621
+
622
+ #: view/customise_social_icons/mo_openid_cust_icons.php:49
623
+ msgid "*Custom background:"
624
+ msgstr "*カスタム背景:"
625
+
626
+ #: view/customise_social_icons/mo_openid_cust_icons.php:49
627
+ msgid "This will change the background color of login icons"
628
+ msgstr "これにより、ログインアイコンの背景色が変更されます"
629
+
630
+ #: view/customise_social_icons/mo_openid_cust_icons.php:52
631
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:31
632
+ msgid "Size of Icons"
633
+ msgstr "アイコンのサイズ"
634
+
635
+ #: view/customise_social_icons/mo_openid_cust_icons.php:54
636
+ msgid "Width:"
637
+ msgstr "幅:"
638
+
639
+ #: view/customise_social_icons/mo_openid_cust_icons.php:57
640
+ msgid "Height:"
641
+ msgstr "高さ:"
642
+
643
+ #: view/customise_social_icons/mo_openid_cust_icons.php:60
644
+ msgid "Curve:"
645
+ msgstr "曲線:"
646
+
647
+ #: view/customise_social_icons/mo_openid_cust_icons.php:71
648
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:30
649
+ msgid "Space between Icons"
650
+ msgstr "アイコン間のスペース"
651
+
652
+ #: view/customise_social_icons/mo_openid_cust_icons.php:79
653
+ msgid "Customize Text For Social Login Buttons / Icons"
654
+ msgstr "ソーシャルログインボタン/アイコンのテキストをカスタマイズする"
655
+
656
+ #: view/customise_social_icons/mo_openid_cust_icons.php:82
657
+ msgid "Select color for customize text:"
658
+ msgstr "テキストをカスタマイズするための色を選択:"
659
+
660
+ #: view/customise_social_icons/mo_openid_cust_icons.php:90
661
+ msgid "Enter text to show above login widget:"
662
+ msgstr "ログインウィジェットの上に表示するテキストを入力します。:"
663
+
664
+ #: view/customise_social_icons/mo_openid_cust_icons.php:96
665
+ msgid "Enter text to show on your login buttons:"
666
+ msgstr "ログインボタンに表示するテキストを入力します:"
667
+
668
+ #: view/customise_social_icons/mo_openid_cust_icons.php:103
669
+ msgid "Customize Text to show user after Login"
670
+ msgstr "ログイン後にユーザーを表示するようにテキストをカスタマイズする"
671
+
672
+ #: view/customise_social_icons/mo_openid_cust_icons.php:106
673
+ msgid ""
674
+ "Enter text to show before the logout link. Use ##username## to display "
675
+ "current username:"
676
+ msgstr ""
677
+ "ログアウトリンクの前に表示するテキストを入力します。 ## username ##を使用し"
678
+ "て、現在のユーザー名を表示します:"
679
+
680
+ #: view/customise_social_icons/mo_openid_cust_icons.php:113
681
+ msgid "Enter text to show as logout link:"
682
+ msgstr "ログアウトリンクとして表示するテキストを入力します:"
683
+
684
+ #: view/customise_social_icons/mo_openid_cust_icons.php:215
685
+ msgid "Customize Login Icons"
686
+ msgstr "ログインアイコンをカスタマイズする"
687
+
688
+ #: view/disp_options/mo_openid_dispopt.php:10
689
+ msgid "Select the options where you want to display the social login icons"
690
+ msgstr "ソーシャルログインアイコンを表示するオプションを選択します"
691
+
692
+ #: view/disp_options/mo_openid_dispopt.php:11
693
+ msgid "Default Login Form [wp-admin]"
694
+ msgstr "デフォルトのログインフォーム[wp-admin]"
695
+
696
+ #: view/disp_options/mo_openid_dispopt.php:16
697
+ msgid "Default Registration Form"
698
+ msgstr "デフォルトの登録フォーム"
699
+
700
+ #: view/disp_options/mo_openid_dispopt.php:22
701
+ msgid "Comment Form"
702
+ msgstr "コメントフォーム"
703
+
704
+ #: view/disp_options/mo_openid_dispopt.php:26
705
+ msgid "Don't find your login page in above options use"
706
+ msgstr "上記のオプションでログインページが見つからない"
707
+
708
+ #: view/disp_options/mo_openid_dispopt.php:26
709
+ msgid "to display social icons or"
710
+ msgstr "ソーシャルアイコンを表示する、または"
711
+
712
+ #: view/disp_options/mo_openid_dispopt.php:26
713
+ msgid "Contact Us"
714
+ msgstr "お問い合わせ"
715
+
716
+ #: view/disp_options/mo_openid_dispopt.php:28
717
+ msgid "BuddyPress display options"
718
+ msgstr "バディプレスの表示オプション"
719
+
720
+ #: view/disp_options/mo_openid_dispopt.php:30
721
+ msgid "Before BuddyPress Registration Form"
722
+ msgstr "バディプレス登録フォームの前に"
723
+
724
+ #: view/disp_options/mo_openid_dispopt.php:35
725
+ msgid "Before BuddyPress Account Details"
726
+ msgstr "バディプレスアカウントの詳細の前"
727
+
728
+ #: view/disp_options/mo_openid_dispopt.php:40
729
+ msgid "After BuddyPress Registration Form"
730
+ msgstr "バディプレス登録フォームの後"
731
+
732
+ #: view/disp_options/mo_openid_dispopt.php:46
733
+ msgid "Woocommerce display options"
734
+ msgstr "Woocommerceの表示オプション"
735
+
736
+ #: view/disp_options/mo_openid_dispopt.php:48
737
+ msgid "Before WooCommerce Login Form"
738
+ msgstr "WooCommerceログインフォームの前"
739
+
740
+ #: view/disp_options/mo_openid_dispopt.php:53
741
+ msgid "Before 'Remember Me' of WooCommerce Login Form"
742
+ msgstr "WooCommerceログインフォームの「私を覚えてますか」の前"
743
+
744
+ #: view/disp_options/mo_openid_dispopt.php:57
745
+ msgid "After WooCommerce Login Form"
746
+ msgstr "WooCommerceログインフォームの後"
747
+
748
+ #: view/disp_options/mo_openid_dispopt.php:62
749
+ msgid "Before WooCommerce Registration Form"
750
+ msgstr "WooCommerce登録フォームの前に"
751
+
752
+ #: view/disp_options/mo_openid_dispopt.php:66
753
+ msgid "Before 'Register button' of WooCommerce Registration Form"
754
+ msgstr "WooCommerce登録フォームの「登録ボタン」の前"
755
+
756
+ #: view/disp_options/mo_openid_dispopt.php:71
757
+ msgid "After WooCommerce Registration Form"
758
+ msgstr "WooCommerce登録フォームの後"
759
+
760
+ #: view/disp_options/mo_openid_dispopt.php:76
761
+ msgid "Before WooCommerce Checkout Form"
762
+ msgstr "WooCommerceチェックアウトフォームの前"
763
+
764
+ #: view/disp_options/mo_openid_dispopt.php:81
765
+ msgid "After WooCommerce Checkout Form"
766
+ msgstr "WooCommerceチェックアウトフォームの後"
767
+
768
+ #: view/disp_options/mo_openid_dispopt.php:87
769
+ msgid "Display miniOrange logo with social login icons on selected form"
770
+ msgstr ""
771
+ "選択したフォームにソーシャルログインアイコン付きのminiOrangeロゴを表示する"
772
+
773
+ #: view/disp_options/mo_openid_dispopt.php:94
774
+ msgid ""
775
+ "These features are available in premium version only. To know more about the "
776
+ "premium plugin "
777
+ msgstr ""
778
+ "これらの機能は、プレミアムバージョンでのみ使用できます。プレミアムプラグイン"
779
+ "の詳細を知るには"
780
+
781
+ #: view/disp_options/mo_openid_dispopt.php:94
782
+ msgid "click here"
783
+ msgstr "ここをクリック"
784
+
785
+ #: view/disp_options/mo_openid_dispopt.php:95
786
+ msgid "Add Login Icons"
787
+ msgstr "ログインアイコンを追加する"
788
+
789
+ #: view/disp_options/mo_openid_dispopt.php:98
790
+ msgid "You can add login icons in the following areas from"
791
+ msgstr "次のエリアにログインアイコンを追加できます。"
792
+
793
+ #: view/disp_options/mo_openid_dispopt.php:98
794
+ msgid "For other areas(widget areas), use Login widget"
795
+ msgstr "その他の領域(ウィジェット領域)には、ログインウィジェットを使用します"
796
+
797
+ #: view/disp_options/mo_openid_dispopt.php:100
798
+ msgid ""
799
+ "Default Login Form: This option places login icons below the default login "
800
+ "form on wp-login"
801
+ msgstr ""
802
+ "デフォルトのログインフォーム:このオプションは、wp-loginのデフォルトのログイ"
803
+ "ンフォームの下にログインアイコンを配置します。"
804
+
805
+ #: view/disp_options/mo_openid_dispopt.php:101
806
+ msgid ""
807
+ "Default Registration Form: This option places login icons below the default "
808
+ "registration form"
809
+ msgstr ""
810
+ "デフォルトの登録フォーム:このオプションは、ログインアイコンをデフォルトの登"
811
+ "録フォームの下に配置します"
812
+
813
+ #: view/disp_options/mo_openid_dispopt.php:103
814
+ msgid ""
815
+ "Comment Form: This option places login icons above the comment section of "
816
+ "all your posts"
817
+ msgstr ""
818
+ "コメントフォーム:このオプションは、すべての投稿のコメントセクションの上にロ"
819
+ "グインアイコンを配置します"
820
+
821
+ #: view/disp_options/mo_openid_dispopt.php:108
822
+ msgid "Add Login Icons as Widget"
823
+ msgstr "ログインアイコンをウィジェットとして追加"
824
+
825
+ #: view/disp_options/mo_openid_dispopt.php:111
826
+ msgid ""
827
+ "Go to Widgets. Among the available widgets you\n"
828
+ " will find miniOrange Social Login Widget, drag "
829
+ "it to the widget area where\n"
830
+ " you want it to appear"
831
+ msgstr ""
832
+ "ウィジェットに移動します。利用可能なウィジェットの中では\n"
833
+ " miniOrange Social Login Widgetを見つけて、ウィ"
834
+ "ジェットエリアにドラッグします。\n"
835
+ " あなたはそれが現れたい"
836
+
837
+ #: view/disp_options/mo_openid_dispopt.php:114
838
+ msgid ""
839
+ "Now logout and go to your site. You will see Social Login icon for which you "
840
+ "enabled login."
841
+ msgstr ""
842
+ "ログアウトして、サイトにアクセスします。ログインを有効にしたソーシャルログイ"
843
+ "ンアイコンが表示されます。"
844
+
845
+ #: view/disp_options/mo_openid_dispopt.php:115
846
+ msgid ""
847
+ "Click that app icon and login with your existing app account to wordpress"
848
+ msgstr ""
849
+ "そのアプリアイコンをクリックし、既存のアプリアカウントでワードプレスにログイ"
850
+ "ンします"
851
+
852
+ #: view/disp_options/mo_openid_dispopt.php:119
853
+ msgid "Using Shortcode"
854
+ msgstr "ショートコードを使用する"
855
+
856
+ #: view/disp_options/mo_openid_dispopt.php:122
857
+ msgid ""
858
+ "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
859
+ "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
860
+ "\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick="
861
+ "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
862
+ "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
863
+ "span></i> to display social icons on any login page, post, popup and PHP "
864
+ "pages."
865
+ msgstr ""
866
+ "このショートコード<code id = '2'> [miniorange_social_login] </ code> <i "
867
+ "style = \"width:11px; height:9px; padding-left:2px; padding-top:3px\" "
868
+ "class = \"mofa mofa\"を使用できます-fw mofa-lg mofa-copy mo_copy "
869
+ "mo_copytooltip \"onclick =\" copyToClipboard(this、 '#2'、 '#"
870
+ "shortcode_url2_copy') \"> <span id =\" shortcode_url2_copy \"class =\" "
871
+ "mo_copytooltiptext \">クリップボードにコピー</ span> </ i>を使用して、ログイ"
872
+ "ンページ、投稿、ポップアップ、PHPページにソーシャルアイコンを表示します"
873
+
874
+ #: view/disp_options/mo_openid_dispopt.php:123
875
+ msgid "* Detailed information about how to use shortcode is given in <a href="
876
+ msgstr "*ショートコードの使用方法に関する詳細情報は、<a href ="
877
+
878
+ #: view/email_settings/mo_openid_set_email.php:11
879
+ msgid "Send mail to Admin"
880
+ msgstr "管理者にメールを送信"
881
+
882
+ #: view/email_settings/mo_openid_set_email.php:21
883
+ msgid "*NOTE: This feature requires SMTP to be setup."
884
+ msgstr "*注意:この機能を使用するには、SMTPをセットアップする必要があります。"
885
+
886
+ #: view/email_settings/mo_openid_set_email.php:22
887
+ msgid "Enable Email Notification to Admin - on User Registration*"
888
+ msgstr "管理者へのメール通知を有効にする-ユーザー登録時*"
889
+
890
+ #: view/email_settings/mo_openid_set_email.php:26
891
+ msgid ""
892
+ "If you want to send Email Notification to multiple admins, enter emails of "
893
+ "all admins here:"
894
+ msgstr ""
895
+ "複数の管理者に電子メール通知を送信する場合は、すべての管理者の電子メールをこ"
896
+ "こに入力してください。"
897
+
898
+ #: view/email_settings/mo_openid_set_email.php:29
899
+ #: view/email_settings/mo_openid_set_email.php:57
900
+ msgid "Email Subject:"
901
+ msgstr "メールの件名:"
902
+
903
+ #: view/email_settings/mo_openid_set_email.php:40
904
+ msgid "Send mail to User"
905
+ msgstr "ユーザーにメールを送信"
906
+
907
+ #: view/email_settings/mo_openid_set_email.php:51
908
+ msgid "*NOTE: This feature requires SMTP to be setup"
909
+ msgstr "*注:この機能を使用するには、SMTPをセットアップする必要があります"
910
+
911
+ #: view/email_settings/mo_openid_set_email.php:52
912
+ msgid "Email Notification to User on User Registration"
913
+ msgstr "ユーザー登録に関するユーザーへのメール通知"
914
+
915
+ #: view/faq/mo_openid_faq.php:9
916
+ msgid "If you are unable to open any section, press CTRL + F5 to clear cache"
917
+ msgstr ""
918
+ "セクションを開くことができない場合は、CTRL + F5を押してキャッシュをクリアしま"
919
+ "す"
920
+
921
+ #: view/faq/mo_openid_faq.php:10
922
+ msgid "Site Issue"
923
+ msgstr "サイトの問題"
924
+
925
+ #: view/faq/mo_openid_faq.php:12
926
+ msgid ""
927
+ "I installed the plugin and my website stopped working. How can I recover my "
928
+ "site?"
929
+ msgstr ""
930
+ "プラグインをインストールしましたが、Webサイトが機能しなくなりました。サイトを"
931
+ "復元するにはどうすればよいですか?"
932
+
933
+ #: view/faq/mo_openid_faq.php:14
934
+ msgid ""
935
+ "There must have been a server error on your website. To get your website "
936
+ "back online:"
937
+ msgstr ""
938
+ "Webサイトにサーバーエラーがあったに違いありません。ウェブサイトをオンラインに"
939
+ "戻すには:"
940
+
941
+ #: view/faq/mo_openid_faq.php:16
942
+ msgid "Open FTP access and look for plugins folder under wp-content."
943
+ msgstr "FTPアクセスを開き、wp-contentの下のプラグインフォルダーを探します。"
944
+
945
+ #: view/faq/mo_openid_faq.php:17
946
+ msgid ""
947
+ "Change the extension folder name miniorange-login-openid to miniorange-login-"
948
+ "openid"
949
+ msgstr ""
950
+ "拡張フォルダー名miniorange-login-openidをminiorange-login-openidに変更します"
951
+
952
+ #: view/faq/mo_openid_faq.php:18
953
+ msgid "Check your website. It must have started working"
954
+ msgstr "ウェブサイトを確認してください。動作し始めている必要があります"
955
+
956
+ #: view/faq/mo_openid_faq.php:19
957
+ msgid "Change the folder name back to miniorange-login-openid."
958
+ msgstr "フォルダー名をminiorange-login-openidに戻します。"
959
+
960
+ #: view/faq/mo_openid_faq.php:22 view/faq/mo_openid_faq.php:35
961
+ #: view/faq/mo_openid_faq.php:52
962
+ msgid ""
963
+ "For any further queries, please submit a query on right hand side in our"
964
+ msgstr "さらにクエリが必要な場合は、右側のクエリを送信してください"
965
+
966
+ #: view/faq/mo_openid_faq.php:22 view/faq/mo_openid_faq.php:35
967
+ #: view/faq/mo_openid_faq.php:52
968
+ msgid "Support Section"
969
+ msgstr "サポート部門"
970
+
971
+ #: view/faq/mo_openid_faq.php:29
972
+ msgid "Change email"
973
+ msgstr "メールアドレスを変更"
974
+
975
+ #: view/faq/mo_openid_faq.php:31
976
+ msgid ""
977
+ "I want to change the email address with which I access my account. How can I "
978
+ "do that?"
979
+ msgstr ""
980
+ "アカウントにアクセスするためのメールアドレスを変更したい。どうやってやるの?"
981
+
982
+ #: view/faq/mo_openid_faq.php:33
983
+ msgid "You will have to register in miniOrange again with your new email id."
984
+ msgstr "新しいメールIDでminiOrangeに再度登​​録する必要があります。"
985
+
986
+ #: view/faq/mo_openid_faq.php:34
987
+ msgid "Please deactivate and activate the plugin by going to"
988
+ msgstr "にアクセスしてプラグインを無効化および有効化してください"
989
+
990
+ #: view/faq/mo_openid_faq.php:34
991
+ msgid "Plugins -> Installed Plugins"
992
+ msgstr "プラグイン->インストール済みプラグイン"
993
+
994
+ #: view/faq/mo_openid_faq.php:34
995
+ msgid ""
996
+ "and then go to the Social Login Plugin to register again. This will enable "
997
+ "you to access miniOrange dashboard with new email address."
998
+ msgstr ""
999
+ "その後、ソーシャルログインプラグインに移動して再度登録します。これにより、新"
1000
+ "しいメールアドレスでminiOrangeダッシュボードにアクセスできるようになります"
1001
+
1002
+ #: view/faq/mo_openid_faq.php:42
1003
+ msgid "cURL"
1004
+ msgstr "カール"
1005
+
1006
+ #: view/faq/mo_openid_faq.php:44
1007
+ msgid "How to enable PHP cURL extension? (Pre-requisite)"
1008
+ msgstr "PHP カール拡張機能を有効にする方法(前提条件)"
1009
+
1010
+ #: view/faq/mo_openid_faq.php:46
1011
+ msgid ""
1012
+ "cURL is enabled by default but in case you have disabled it, follow the "
1013
+ "steps to enable it"
1014
+ msgstr ""
1015
+ "カールはデフォルトで有効になっていますが、無効にした場合は、手順に従って有効"
1016
+ "にしてください"
1017
+
1018
+ #: view/faq/mo_openid_faq.php:48
1019
+ msgid "Open php.ini(it's usually in /etc/ or in php folder on the server)."
1020
+ msgstr ""
1021
+ "php.iniを開きます(通常は/ etc /またはサーバーのphpフォルダーにあります)。"
1022
+
1023
+ #: view/faq/mo_openid_faq.php:49
1024
+ msgid ""
1025
+ "Search for extension=php_curl.dll. Uncomment it by removing the semi-"
1026
+ "colon( ; ) in front of it."
1027
+ msgstr ""
1028
+ "extension = php_curl.dllを検索します。その前にあるセミコロン(;)を削除して、"
1029
+ "コメントを解除します。"
1030
+
1031
+ #: view/faq/mo_openid_faq.php:50
1032
+ msgid "Restart the Apache Server."
1033
+ msgstr "Apacheサーバーを再起動します。"
1034
+
1035
+ #: view/faq/mo_openid_faq.php:55
1036
+ msgid ""
1037
+ "I am getting error - curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be "
1038
+ "activated when an open_basedir is set"
1039
+ msgstr ""
1040
+ "エラーが発生しています-curl_setopt():open_basedirが設定されている場合、"
1041
+ "CURLOPT_FOLLOWLOCATIONをアクティブにできません"
1042
+
1043
+ #: view/faq/mo_openid_faq.php:57
1044
+ msgid ""
1045
+ "Just setsafe_mode = Off in your php.ini file (it's usually in /etc/ on the "
1046
+ "server). If that's already off, then look around for the open_basedir in the "
1047
+ "php.ini file, and change it to open_basedir = ."
1048
+ msgstr ""
1049
+ "hp.iniファイルでsetsafe_mode = Offにします(通常はサーバーの/ etc /にありま"
1050
+ "す)。すでにオフになっている場合は、php.iniファイルでopen_basedirを探し、"
1051
+ "open_basedir =に変更します。"
1052
+
1053
+ #: view/faq/mo_openid_faq.php:65
1054
+ msgid "OTP and Forgot Password"
1055
+ msgstr "OTPおよびパスワードを忘れた"
1056
+
1057
+ #: view/faq/mo_openid_faq.php:67
1058
+ msgid "I did not recieve OTP. What should I do?"
1059
+ msgstr "OTPを受け取りませんでした。私は何をすべきか?"
1060
+
1061
+ #: view/faq/mo_openid_faq.php:69
1062
+ msgid ""
1063
+ "The OTP is sent as an email to your email address with which you have "
1064
+ "registered with miniOrange. If you can't see the email from miniOrange in "
1065
+ "your mails, please make sure to check your SPAM folder."
1066
+ msgstr ""
1067
+ "OTPは、miniOrangeに登録した電子メールアドレスに電子メールとして送信されます。"
1068
+ "メールにminiOrangeからのメールが表示されない場合は、必ずSPAMフォルダを確認し"
1069
+ "てください。"
1070
+
1071
+ #: view/faq/mo_openid_faq.php:69
1072
+ msgid ""
1073
+ "If you don't see an email even in SPAM folder, please verify your account "
1074
+ "using your mobile number. You will get an OTP on your mobile number which "
1075
+ "you need to enter on the page. If none of the above works, please contact us "
1076
+ "using the Support form on the right."
1077
+ msgstr ""
1078
+ "SPAMフォルダにメールが表示されない場合は、携帯電話番号を使用してアカウントを"
1079
+ "確認してください。ページに入力する必要がある携帯電話番号のOTPを取得します。上"
1080
+ "記のいずれも機能しない場合は、右側のサポートフォームを使用してご連絡くださ"
1081
+ "い。"
1082
+
1083
+ #: view/faq/mo_openid_faq.php:72
1084
+ msgid "After entering OTP, I get Invalid OTP. What should I do?"
1085
+ msgstr "OTPを入力した後、無効なOTPを取得します。私は何をすべきか?"
1086
+
1087
+ #: view/faq/mo_openid_faq.php:74
1088
+ msgid "Use the "
1089
+ msgstr "使用 the "
1090
+
1091
+ #: view/faq/mo_openid_faq.php:74
1092
+ msgid "Resend OTP"
1093
+ msgstr "OTPを再送信"
1094
+
1095
+ #: view/faq/mo_openid_faq.php:74
1096
+ msgid ""
1097
+ "option to get an additional OTP. Plese make sure you did not enter the first "
1098
+ "OTP you recieved if you selected"
1099
+ msgstr ""
1100
+ "追加のOTPを取得するオプション。選択した場合、最初に受信したOTPを入力していな"
1101
+ "いことを確認してください"
1102
+
1103
+ #: view/faq/mo_openid_faq.php:74
1104
+ msgid ""
1105
+ "option to get an additional OTP. Enter the latest OTP since the previous "
1106
+ "ones expire once you click on Resend OTP."
1107
+ msgstr ""
1108
+ "追加のOTPを取得するオプション。 OTPの再送信をクリックすると、以前のOTPが期限"
1109
+ "切れになるため、最新のOTPを入力します。"
1110
+
1111
+ #: view/faq/mo_openid_faq.php:74
1112
+ msgid ""
1113
+ "If OTP sent on your email address are not working, please verify your "
1114
+ "account using your mobile number. You will get an OTP on your mobile number "
1115
+ "which you need to enter on the page. If none of the above works, please "
1116
+ "contact us using the Support form on the right."
1117
+ msgstr ""
1118
+ "メールアドレスで送信されたOTPが機能しない場合は、携帯電話番号を使用してアカウ"
1119
+ "ントを確認してください。ページに入力する必要がある携帯電話番号のOTPを取得しま"
1120
+ "す。上記のいずれも機能しない場合は、右側のサポートフォームを使用してご連絡く"
1121
+ "ださい。"
1122
+
1123
+ #: view/faq/mo_openid_faq.php:77
1124
+ msgid "I forgot the password of my miniOrange account. How can I reset it?"
1125
+ msgstr ""
1126
+ "miniOrangeアカウントのパスワードを忘れました。リセットするにはどうすればよい"
1127
+ "ですか?"
1128
+
1129
+ #: view/faq/mo_openid_faq.php:79
1130
+ msgid "There are two cases according to the page you see"
1131
+ msgstr "表示されるページに応じて2つのケースがあります"
1132
+
1133
+ #: view/faq/mo_openid_faq.php:80 view/faq/mo_openid_faq.php:81
1134
+ msgid "Login with miniOrange"
1135
+ msgstr "ミニオレンジでログイン"
1136
+
1137
+ #: view/faq/mo_openid_faq.php:80
1138
+ msgid "screen: You should click on"
1139
+ msgstr "画面:をクリックする必要があります"
1140
+
1141
+ #: view/faq/mo_openid_faq.php:80
1142
+ msgid "forgot password"
1143
+ msgstr "パスワードをお忘れですか"
1144
+
1145
+ #: view/faq/mo_openid_faq.php:80
1146
+ msgid ""
1147
+ "link. You will get your new password on your email address which you have "
1148
+ "registered with miniOrange . Now you can login with the new password"
1149
+ msgstr ""
1150
+ "リンク。 miniOrangeに登録したメールアドレスで新しいパスワードを取得します。こ"
1151
+ "れで、新しいパスワードでログインできます"
1152
+
1153
+ #: view/faq/mo_openid_faq.php:81 view/profile/mo_openid_profile.php:19
1154
+ msgid "Register with miniOrange"
1155
+ msgstr "ミニオレンジに登録する"
1156
+
1157
+ #: view/faq/mo_openid_faq.php:81
1158
+ msgid "screen: Enter your email ID and any random password in "
1159
+ msgstr "画面:メールIDと任意のランダムなパスワードを入力してください"
1160
+
1161
+ #: view/faq/mo_openid_faq.php:81
1162
+ msgid "password"
1163
+ msgstr "パスワード"
1164
+
1165
+ #: view/faq/mo_openid_faq.php:81
1166
+ msgid "confirm password"
1167
+ msgstr "パスワードを認証する"
1168
+
1169
+ #: view/faq/mo_openid_faq.php:81
1170
+ msgid "input box. This will redirect you to"
1171
+ msgstr "入力ボックス。これにより、リダイレクトされます"
1172
+
1173
+ #: view/faq/mo_openid_faq.php:81
1174
+ msgid "screen. Now follow first step"
1175
+ msgstr "画面。今、最初のステップに従ってください"
1176
+
1177
+ #: view/faq/mo_openid_faq.php:89
1178
+ msgid "Social login"
1179
+ msgstr "ソーシャルログイン"
1180
+
1181
+ #: view/faq/mo_openid_faq.php:91
1182
+ msgid "How to add login icons to frontend login page?"
1183
+ msgstr "フロントエンドのログインページにログインアイコンを追加する方法"
1184
+
1185
+ #: view/faq/mo_openid_faq.php:93
1186
+ msgid ""
1187
+ "You can add social login icons to frontend login page using our shortcode "
1188
+ "[miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to "
1189
+ "Shortcode."
1190
+ msgstr ""
1191
+ "ショートコード[miniorange_social_login]を使用して、フロントエンドログインペー"
1192
+ "ジにソーシャルログインアイコンを追加できます。ショートコードにカスタマイズを"
1193
+ "追加するには、「ショートコード」タブを参照してください。"
1194
+
1195
+ #: view/faq/mo_openid_faq.php:96
1196
+ msgid "How can I put social login icons on a page without using widgets?"
1197
+ msgstr ""
1198
+ "ウィジェットを使用せずにページにソーシャルログインアイコンを配置するにはどう"
1199
+ "すればよいですか?"
1200
+
1201
+ #: view/faq/mo_openid_faq.php:98
1202
+ msgid ""
1203
+ "You can add social login icons to any page or custom login page using "
1204
+ "'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab "
1205
+ "to add customizations to Shortcode."
1206
+ msgstr ""
1207
+ "「ソーシャルログインショートコード」[miniorange_social_login]を使用して、任意"
1208
+ "のページまたはカスタムログインページにソーシャルログインアイコンを追加できま"
1209
+ "す。ショートコードにカスタマイズを追加するには、「ショートコード」タブを参照"
1210
+ "してください。"
1211
+
1212
+ #: view/faq/mo_openid_faq.php:101
1213
+ msgid "Social Login icons are not added to login/registration form."
1214
+ msgstr "ソーシャルログインアイコンは、ログイン/登録フォームに追加されません。"
1215
+
1216
+ #: view/faq/mo_openid_faq.php:103
1217
+ msgid ""
1218
+ "Your login/registration form may not be wordpress's default login/"
1219
+ "registration form. In this case you can add social login icons to custom "
1220
+ "login/registration form using 'social login "
1221
+ "shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add "
1222
+ "customizations to Shortcode."
1223
+ msgstr ""
1224
+ "ログイン/登録フォームは、wordpressのデフォルトのログイン/登録フォームではない"
1225
+ "場合があります。この場合、「ソーシャルログインショートコード」"
1226
+ "[miniorange_social_login]を使用して、ソーシャルログインアイコンをカスタムログ"
1227
+ "イン/登録フォームに追加できます。ショートコードにカスタマイズを追加するには、"
1228
+ "「ショートコード」タブを参照してください。"
1229
+
1230
+ #: view/faq/mo_openid_faq.php:106
1231
+ msgid "How can I redirect to my blog page after login?"
1232
+ msgstr "ログイン後にブログページにリダイレクトするにはどうすればよいですか?"
1233
+
1234
+ #: view/faq/mo_openid_faq.php:108
1235
+ msgid "You can select one of the options from"
1236
+ msgstr "次のいずれかのオプションを選択できます"
1237
+
1238
+ #: view/faq/mo_openid_faq.php:108
1239
+ msgid "Redirect URL after login"
1240
+ msgstr "ログイン後にリダイレクトURL"
1241
+
1242
+ #: view/faq/mo_openid_faq.php:108 view/faq/mo_openid_faq.php:117
1243
+ msgid "of"
1244
+ msgstr "の"
1245
+
1246
+ #: view/faq/mo_openid_faq.php:108 view/faq/mo_openid_faq.php:117
1247
+ msgid "Display Option"
1248
+ msgstr "表示オプション"
1249
+
1250
+ #: view/faq/mo_openid_faq.php:108
1251
+ msgid " section under"
1252
+ msgstr "下のセクション"
1253
+
1254
+ #: view/faq/mo_openid_faq.php:108
1255
+ msgid "tab."
1256
+ msgstr "タブ。"
1257
+
1258
+ #: view/faq/mo_openid_faq.php:109
1259
+ #: view/redirect_options/mo_openid_redirect_op.php:13
1260
+ msgid "Same page where user logged in"
1261
+ msgstr "ユーザーがログインした同じページ"
1262
+
1263
+ #: view/faq/mo_openid_faq.php:110
1264
+ #: view/redirect_options/mo_openid_redirect_op.php:21
1265
+ msgid "Homepage"
1266
+ msgstr "ホームページ"
1267
+
1268
+ #: view/faq/mo_openid_faq.php:111
1269
+ msgid "Account Dsahboard"
1270
+ msgstr "アカウントダッシュボード"
1271
+
1272
+ #: view/faq/mo_openid_faq.php:115
1273
+ msgid "After logout I am redirected to blank page"
1274
+ msgstr "ログアウト後、空白ページにリダイレクトされます"
1275
+
1276
+ #: view/faq/mo_openid_faq.php:117
1277
+ msgid ""
1278
+ "Your theme and Social Login plugin may conflict during logout. To resolve it "
1279
+ "you need to uncheck"
1280
+ msgstr ""
1281
+ "ログアウト中にテーマとソーシャルログインプラグインが競合する場合があります。"
1282
+ "解決するには、チェックを外す必要があります"
1283
+
1284
+ #: view/faq/mo_openid_faq.php:117
1285
+ msgid "Enable Logout Redirection"
1286
+ msgstr "ログアウトリダイレクトを有効にする"
1287
+
1288
+ #: view/faq/mo_openid_faq.php:117
1289
+ msgid "checkbox under"
1290
+ msgstr "下のチェックボックス"
1291
+
1292
+ #: view/faq/mo_openid_faq.php:117
1293
+ msgid "tab"
1294
+ msgstr "タブ"
1295
+
1296
+ #: view/faq/mo_openid_faq.php:120
1297
+ msgid ""
1298
+ "My users get the following message -\"Registration has been disabled for "
1299
+ "this site. Please contact your administrator.\" What should I do?"
1300
+ msgstr ""
1301
+ "ユーザーには次のメッセージが表示されます-「このサイトの登録は無効になっていま"
1302
+ "す。管理者に連絡してください。」私は何をすべきか?"
1303
+
1304
+ #: view/faq/mo_openid_faq.php:122
1305
+ msgid ""
1306
+ "This means you must have unchecked the check-box of auto-register in the "
1307
+ "Social Login tab. Please check it. This will allow new users to be able to "
1308
+ "register to your site."
1309
+ msgstr ""
1310
+ "つまり、[ソーシャルログイン]タブで自動登録のチェックボックスをオフにしておく"
1311
+ "必要があります。これをチェックしてください。これにより、新しいユーザーがサイ"
1312
+ "トに登録できるようになります。"
1313
+
1314
+ #: view/faq/mo_openid_faq.php:125
1315
+ msgid "Why do my users get a message that it is not secure to proceed?"
1316
+ msgstr ""
1317
+ "続行するのは安全ではないというメッセージがユーザーに表示されるのはなぜです"
1318
+ "か?"
1319
+
1320
+ #: view/faq/mo_openid_faq.php:126
1321
+ msgid ""
1322
+ "Your website must be starting with http://. Now generally that's not an "
1323
+ "issue but our service uses https://( s stands for secure). You get a warning "
1324
+ "from the browser that the information is being passed insecurely. This "
1325
+ "happens after you log in to social media application and are coming back to "
1326
+ "your website. The warning is triggered from the browser since the data "
1327
+ "passes from https:// to http://, i.e. from a secure site to non-secure site."
1328
+ "<br><br>We make sure that the information(email, name, username) getting "
1329
+ "passed from social media application to your website is encrypted with a key "
1330
+ "which is unique to you. So, even if the there is a warning of sending "
1331
+ "information without security, that information is encrypted."
1332
+ msgstr ""
1333
+ "Webサイトはhttp://で始まる必要があります。今では一般にそれは問題ではありませ"
1334
+ "んが、私たちのサービスはhttps://(sはセキュアを表します)を使用しています。"
1335
+ "情報が安全に渡されていないという警告がブラウザから表示されます。これは、ソー"
1336
+ "シャルメディアアプリケーションにログインしてWebサイトに戻った後に発生します。"
1337
+ "データはhttps://からhttp://に、つまり安全なサイトから安全でないサイトに渡さ"
1338
+ "れるため、警告はブラウザからトリガーされます。<br> <br>情報(メール、名前、"
1339
+ "ユーザー名)は、ソーシャルメディアアプリケーションからWebサイトに渡され、ユー"
1340
+ "ザー固有のキーで暗号化されます。そのため、セキュリティなしで情報を送信すると"
1341
+ "いう警告があったとしても、その情報は暗号化されます。"
1342
+
1343
+ #: view/faq/mo_openid_faq.php:127
1344
+ msgid ""
1345
+ "To remove this warning, you can add an SSL certificate to your website to "
1346
+ "change it to https OR use your own"
1347
+ msgstr ""
1348
+ "この警告を削除するには、WebサイトにSSL証明書を追加してhttpsに変更するか、独自"
1349
+ "の証明書を使用します"
1350
+
1351
+ #: view/faq/mo_openid_faq.php:127 view/shrtco/mo_openid_shrtco.php:111
1352
+ #: view/shrtco/mo_openid_shrtco.php:112
1353
+ msgid "Custom App"
1354
+ msgstr "カスタムアプリ"
1355
+
1356
+ #: view/faq/mo_openid_faq.php:130
1357
+ msgid ""
1358
+ "My users get the following message -\"There was an error in registration. "
1359
+ "Please contact your administrator.\" What should I do?"
1360
+ msgstr ""
1361
+ "ユーザーに次のメッセージが表示されます-「登録にエラーがありました。管理者に連"
1362
+ "絡してください。」私は何をすべきか?"
1363
+
1364
+ #: view/faq/mo_openid_faq.php:132
1365
+ msgid ""
1366
+ "This message is thrown by WordPress when there is an error in user-"
1367
+ "registration"
1368
+ msgstr ""
1369
+ "このメッセージは、ユーザー登録にエラーがあるときにWordPressによってスローされ"
1370
+ "ます"
1371
+
1372
+ #: view/faq/mo_openid_faq.php:133
1373
+ msgid ""
1374
+ "To see the actual error thrown by WordPress, go to \\wordpress\\wp-content"
1375
+ "\\plugins\\miniorange-login-openid\\class-mo-openid-login-widget.php file"
1376
+ msgstr ""
1377
+ "WordPressによってスローされた実際のエラーを確認するには、\\ wordpress \\ wp-"
1378
+ "content \\ plugins \\ miniorange-login-openid \\ class-mo-openid-login-"
1379
+ "widget.phpファイルに移動します"
1380
+
1381
+ #: view/faq/mo_openid_faq.php:134
1382
+ msgid "Search for the line"
1383
+ msgstr "行を検索"
1384
+
1385
+ #: view/faq/mo_openid_faq.php:135
1386
+ msgid "Change it to"
1387
+ msgstr "に変更する"
1388
+
1389
+ #: view/faq/mo_openid_faq.php:136
1390
+ msgid ""
1391
+ "Save the file and try logging again. Please send us the error you see while "
1392
+ "logging in through the support forum to your right."
1393
+ msgstr ""
1394
+ "ファイルを保存して、再度ログ記録してみてください。右側のサポートフォーラムか"
1395
+ "らログイン中に表示されるエラーをお送りください"
1396
+
1397
+ #: view/faq/mo_openid_faq.php:138
1398
+ msgid "How do I centre the social login icons?"
1399
+ msgstr "ソーシャルログインアイコンを中央に配置するにはどうすればよいですか?"
1400
+
1401
+ #: view/faq/mo_openid_faq.php:140
1402
+ msgid "If you are making changes to a PHP file"
1403
+ msgstr "PHPファイルを変更する場合"
1404
+
1405
+ #: view/faq/mo_openid_faq.php:141
1406
+ msgid ""
1407
+ "Go to the PHP file which invokes your page/post and insert the following "
1408
+ "html snippet. Also, increase the margin-left value as per your requirement. "
1409
+ "Save the file."
1410
+ msgstr ""
1411
+ "ページ/投稿を呼び出すPHPファイルに移動し、次のhtmlスニペットを挿入します。ま"
1412
+ "た、要件に従って左マージンの値を増やします。ファイルを保存します。"
1413
+
1414
+ #: view/faq/mo_openid_faq.php:144
1415
+ msgid "If you are making changes to an HTML file."
1416
+ msgstr "HTMLファイルに変更を加えている場合。"
1417
+
1418
+ #: view/faq/mo_openid_faq.php:145
1419
+ msgid ""
1420
+ "Go to the HTML file which invokes your page/post and insert the following "
1421
+ "html snippet. Also, increase the margin-left value as per your requirement. "
1422
+ "Save the file."
1423
+ msgstr ""
1424
+ "ページ/投稿を呼び出すHTMLファイルに移動し、次のHTMLスニペットを挿入します。ま"
1425
+ "た、要件に従って左マージンの値を増やします。ファイルを保存します。"
1426
+
1427
+ #: view/faq/mo_openid_faq.php:155
1428
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:570
1429
+ msgid "Social Sharing"
1430
+ msgstr "ソーシャルシェアリング"
1431
+
1432
+ #: view/faq/mo_openid_faq.php:157
1433
+ msgid "Is it possible to show sharing icons below the post content?"
1434
+ msgstr "投稿コンテンツの下に共有アイコンを表示することは可能ですか?"
1435
+
1436
+ #: view/faq/mo_openid_faq.php:159
1437
+ msgid ""
1438
+ "You can put social sharing icons before the content, after the content or "
1439
+ "both before and after the content."
1440
+ msgstr ""
1441
+ "コンテンツの前、コンテンツの後、またはコンテンツの前後にソーシャル共有アイコ"
1442
+ "ンを配置できます。"
1443
+
1444
+ #: view/faq/mo_openid_faq.php:159
1445
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:50
1446
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
1447
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
1448
+ msgid "Go to"
1449
+ msgstr "に行く"
1450
+
1451
+ #: view/faq/mo_openid_faq.php:159
1452
+ msgid "Sharing tab"
1453
+ msgstr "共有タブ"
1454
+
1455
+ #: view/faq/mo_openid_faq.php:159
1456
+ msgid "check"
1457
+ msgstr "小切手"
1458
+
1459
+ #: view/faq/mo_openid_faq.php:159
1460
+ msgid "Blog post"
1461
+ msgstr "ブログ投稿"
1462
+
1463
+ #: view/faq/mo_openid_faq.php:159
1464
+ msgid ""
1465
+ "checkbox and select one of three(before, after, both) options available. "
1466
+ "Save settings"
1467
+ msgstr ""
1468
+ "チェックボックスをオンにして、使用可能な3つのオプション(前、後、両方)のいず"
1469
+ "れかを選択します。設定を保存する"
1470
+
1471
+ #: view/faq/mo_openid_faq.php:162
1472
+ msgid "Why is sharing with some applications not working?"
1473
+ msgstr "一部のアプリケーションとの共有が機能しないのはなぜですか?"
1474
+
1475
+ #: view/faq/mo_openid_faq.php:164
1476
+ msgid ""
1477
+ "This issue arises if your website is not publicly hosted. Facebook, for "
1478
+ "example looks for the URL to generate its preview for sharing. That does not "
1479
+ "work on localhost or any privately hosted URL."
1480
+ msgstr ""
1481
+ "この問題は、Webサイトが公開されていない場合に発生します。たとえば、Facebookは"
1482
+ "URLを探して共有用のプレビューを生成します。これは、localhostまたはプライベー"
1483
+ "トにホストされたURLでは機能しません。"
1484
+
1485
+ #: view/faq/mo_openid_faq.php:167
1486
+ msgid "Facebook sharing is showing the wrong image. How do I change the image?"
1487
+ msgstr ""
1488
+ "Facebook共有で間違った画像が表示されています。画像を変更するにはどうすればよ"
1489
+ "いですか?"
1490
+
1491
+ #: view/faq/mo_openid_faq.php:169
1492
+ msgid ""
1493
+ "The image is selected by Facebook and it is a part of Facebook sharing "
1494
+ "feature. We provide Facebook with webpage URL. It generates the entire "
1495
+ "preview of webpage using that URL."
1496
+ msgstr ""
1497
+ "画像はFacebookによって選択され、Facebook共有機能の一部です。 FacebookにWeb"
1498
+ "ページのURLを提供します。そのURLを使用してWebページのプレビュー全体を生成しま"
1499
+ "す。"
1500
+
1501
+ #: view/faq/mo_openid_faq.php:170
1502
+ msgid "To set an image for the page, set it as a meta tag in"
1503
+ msgstr "ページの画像を設定するには、それをメタタグとして設定します"
1504
+
1505
+ #: view/faq/mo_openid_faq.php:170
1506
+ msgid "of your webpage."
1507
+ msgstr "あなたのウェブページの。"
1508
+
1509
+ #: view/faq/mo_openid_faq.php:172
1510
+ msgid "You can further debug the issue with Facebook's tool"
1511
+ msgstr "フェイスブックのツールで問題をさらにデバッグできます"
1512
+
1513
+ #: view/faq/mo_openid_faq.php:174
1514
+ msgid ""
1515
+ "If the problem still persists, please contact us using the Support form on "
1516
+ "the right."
1517
+ msgstr ""
1518
+ "それでも問題が解決しない場合は、右側のサポートフォームを使用してご連絡くださ"
1519
+ "い。"
1520
+
1521
+ #: view/faq/mo_openid_faq.php:177
1522
+ msgid "There is no option of Instagram in Social Sharing. Why?"
1523
+ msgstr "ソーシャル共有にはInstagramのオプションはありません。どうして?"
1524
+
1525
+ #: view/faq/mo_openid_faq.php:179
1526
+ msgid ""
1527
+ "Instagram has made a conscious effort to not allow sharing from external "
1528
+ "sources to fight spam and low quality photos."
1529
+ msgstr ""
1530
+ "インスタグラムは、スパムや低品質の写真と戦うために外部ソースからの共有を許可"
1531
+ "しないように意識的に努力しています。"
1532
+
1533
+ #: view/faq/mo_openid_faq.php:180
1534
+ msgid ""
1535
+ "At this point of time, uploading via Instagram's API from external sources "
1536
+ "is not possible"
1537
+ msgstr ""
1538
+ "この時点では、外部ソースからインスタグラムのAPIを介してアップロードすることは"
1539
+ "できません"
1540
+
1541
+ #: view/faq/mo_openid_faq.php:184
1542
+ msgid "Email share is not working. Why?"
1543
+ msgstr "メール共有が機能していません。どうして?"
1544
+
1545
+ #: view/faq/mo_openid_faq.php:186
1546
+ msgid "Email share in the plugin is enabled through"
1547
+ msgstr "プラグインのメール共有は"
1548
+
1549
+ #: view/faq/mo_openid_faq.php:186
1550
+ msgid "mailto"
1551
+ msgstr "郵便物to"
1552
+
1553
+ #: view/faq/mo_openid_faq.php:186
1554
+ msgid ""
1555
+ "mailto is generally configured through desktop or browser so if it is not "
1556
+ "working, mailto is not setup or improperly configured"
1557
+ msgstr ""
1558
+ "郵便物toは通常、デスクトップまたはブラウザーを介して構成されているため、機能"
1559
+ "していない場合、郵便物toはセットアップされていないか、正しく構成されていませ"
1560
+ "ん"
1561
+
1562
+ #: view/faq/mo_openid_faq.php:187
1563
+ msgid ""
1564
+ "To set it up properly, search for mailto settings followed by your Operating "
1565
+ "System's name where you have your browser installed."
1566
+ msgstr ""
1567
+ "適切に設定するには、mailto設定を検索し、続いてブラウザがインストールされてい"
1568
+ "るオペレーティングシステムの名前を検索します"
1569
+
1570
+ #: view/faq/mo_openid_faq.php:190
1571
+ msgid ""
1572
+ "I cannot see some icons in preview or on blog even though I have selected "
1573
+ "them in the plugin settings."
1574
+ msgstr ""
1575
+ "プラグイン設定でアイコンを選択したにもかかわらず、プレビューまたはブログで一"
1576
+ "部のアイコンが表示されません。"
1577
+
1578
+ #: view/faq/mo_openid_faq.php:192
1579
+ msgid ""
1580
+ "Please check if you have an Adblock extension installed on your browser "
1581
+ "where you are checking the plugin. If you do, the Adblock extension will "
1582
+ "have a setting to block Social buttons. Uncheck this option."
1583
+ msgstr ""
1584
+ "プラグインをチェックしているブラウザにAdblock拡張機能がインストールされている"
1585
+ "かどうかを確認してください。その場合、Adblock拡張機能にはソーシャルボタンをブ"
1586
+ "ロックする設定があります。このオプションをオフにします。"
1587
+
1588
+ #: view/faq/mo_openid_faq.php:194
1589
+ msgid ""
1590
+ "If you don't have Adblock installed and still face this issue, please "
1591
+ "contact us using the Support form on the right or mail us at info@xecurify."
1592
+ "com."
1593
+ msgstr ""
1594
+ "Adblockをインストールしていないのにこの問題が引き続き発生する場合は、右側のサ"
1595
+ "ポートフォームを使用してご連絡いただくか、info @ xecurify.comにメールでお問い"
1596
+ "合わせください"
1597
+
1598
+ #: view/faq/mo_openid_faq.php:206
1599
+ msgid "Frequently Asked Questions"
1600
+ msgstr "よくある質問"
1601
+
1602
+ #: view/gdpr/mo_openid_gdpr.php:13
1603
+ msgid ""
1604
+ "If GDPR check is enabled, users will be asked to give consent before using "
1605
+ "Social Login. Users who will not give consent will not be able to log in. "
1606
+ "This setting stands true only when users are registering using Social Login. "
1607
+ "This will not interfere with users registering through the regular WordPress"
1608
+ msgstr ""
1609
+ "GDPRチェックが有効になっている場合、ユーザーはソーシャルログインを使用する前"
1610
+ "に同意を求められます。同意しないユーザーはログインできません。この設定は、"
1611
+ "ユーザーがソーシャルログインを使用して登録している場合にのみ有効です。これ"
1612
+ "は、通常のWordPressで登録するユーザーの邪魔になりません"
1613
+
1614
+ #: view/gdpr/mo_openid_gdpr.php:13
1615
+ msgid "Click"
1616
+ msgstr "クリック"
1617
+
1618
+ #: view/gdpr/mo_openid_gdpr.php:13
1619
+ msgid "here"
1620
+ msgstr "ここに"
1621
+
1622
+ #: view/gdpr/mo_openid_gdpr.php:13
1623
+ msgid ""
1624
+ "to read miniOrange Social Login Privacy Policy. Please update your website's "
1625
+ "privacy policy accordingly and enter the URL to your privacy policy below."
1626
+ msgstr ""
1627
+ "ミニオレンジソーシャルログインプライバシーポリシーを読む。それに応じてウェブ"
1628
+ "サイトのプライバシーポリシーを更新し、以下にプライバシーポリシーのURLを入力し"
1629
+ "てください."
1630
+
1631
+ #: view/gdpr/mo_openid_gdpr.php:15
1632
+ msgid "Take consent from users"
1633
+ msgstr "ユーザーの同意を得る"
1634
+
1635
+ #: view/gdpr/mo_openid_gdpr.php:25
1636
+ msgid "Enter the Consent message:"
1637
+ msgstr "同意メッセージを入力します:"
1638
+
1639
+ #: view/gdpr/mo_openid_gdpr.php:28
1640
+ msgid "Enter the text to be displayed for the Privacy Policy URL"
1641
+ msgstr "プライバシーポリシーのURLに表示するテキストを入力します"
1642
+
1643
+ #: view/gdpr/mo_openid_gdpr.php:31
1644
+ msgid "Enter Privacy Policy URL"
1645
+ msgstr "プライバシーポリシーのURLを入力"
1646
+
1647
+ #: view/gdpr/mo_openid_gdpr.php:38
1648
+ msgid "GDPR Settings"
1649
+ msgstr "GDPR設定"
1650
+
1651
+ #: view/integration/mo_openid_integrate.php:7
1652
+ msgid "Custom Attributes Mapping"
1653
+ msgstr "カスタム属性マッピング"
1654
+
1655
+ #: view/integration/mo_openid_integrate.php:12
1656
+ #: view/integration/mo_openid_integrate.php:46
1657
+ #: view/integration/mo_openid_integrate.php:56
1658
+ #: view/integration/mo_openid_integrate.php:67
1659
+ msgid ""
1660
+ "This feature is available in premium version only. To use this feature, "
1661
+ "please upgrade to premium plugin."
1662
+ msgstr ""
1663
+ "この機能はプレミアムバージョンでのみ使用できます。この機能を使用するには、プ"
1664
+ "レミアムプラグインにアップグレードしてください。"
1665
+
1666
+ #: view/integration/mo_openid_integrate.php:18
1667
+ msgid "Select Attribute"
1668
+ msgstr "属性を選択"
1669
+
1670
+ #: view/integration/mo_openid_integrate.php:43
1671
+ msgid "BuddyPress Extended Attributes Mapping"
1672
+ msgstr "バディプレス拡張属性マッピング"
1673
+
1674
+ #: view/integration/mo_openid_integrate.php:54
1675
+ msgid "Paid Memberships Pro"
1676
+ msgstr "有料会員プロ"
1677
+
1678
+ #: view/integration/mo_openid_integrate.php:64
1679
+ msgid "MailChimp Integration"
1680
+ msgstr "MailChimpの統合"
1681
+
1682
+ #: view/integration/mo_openid_integrate.php:68
1683
+ msgid ""
1684
+ "A user is added as a subscriber to a mailing list in MailChimp when that "
1685
+ "user registers using social login. First name, last name and email are also "
1686
+ "captured for that user in the Mailing List."
1687
+ msgstr ""
1688
+ "ユーザーは、ソーシャルログインを使用して登録すると、MailChimpのメーリングリス"
1689
+ "トのサブスクライバーとして追加されます。メーリングリストでは、そのユーザーの"
1690
+ "名、姓、および電子メールもキャプチャされます"
1691
+
1692
+ #: view/integration/mo_openid_integrate.php:69
1693
+ msgid ""
1694
+ "(List ID in MailChimp : Lists -> Select your List -> Settings -> List Name "
1695
+ "and Defaults -> List ID)"
1696
+ msgstr ""
1697
+ "(MailChimpのリストID:リスト->リストを選択->設定->リスト名とデフォルト->リス"
1698
+ "トID)"
1699
+
1700
+ #: view/integration/mo_openid_integrate.php:70
1701
+ msgid "(API Key in MailChimp : Profile -> Extras -> API Keys -> Your API Key )"
1702
+ msgstr "(MailChimpのAPIキー:プロファイル->エクストラ-> APIキー-> APIキー)"
1703
+
1704
+ #: view/integration/mo_openid_integrate.php:71
1705
+ msgid "List Id"
1706
+ msgstr "リストID"
1707
+
1708
+ #: view/integration/mo_openid_integrate.php:72
1709
+ msgid "API Key:"
1710
+ msgstr "APIキー:"
1711
+
1712
+ #: view/integration/mo_openid_integrate.php:75
1713
+ msgid "Ask user for permission to be added in MailChimp Subscriber list"
1714
+ msgstr "MailChimpサブスクライバーリストに追加する許可をユーザーに求める"
1715
+
1716
+ #: view/integration/mo_openid_integrate.php:80
1717
+ msgid "If unchecked, user will get subscribed during registration."
1718
+ msgstr "チェックされていない場合、ユーザーは登録時にサブスクライブされます。"
1719
+
1720
+ #: view/integration/mo_openid_integrate.php:82
1721
+ msgid ""
1722
+ "Click on Download button to get a list of emails of WordPress users "
1723
+ "registered on your site. You can import this file in MailChimp."
1724
+ msgstr ""
1725
+ "[ダウンロード]ボタンをクリックして、サイトに登録されているWordPressユーザーの"
1726
+ "電子メールのリストを取得します。このファイルをMailChimpにインポートできます"
1727
+
1728
+ #: view/integration/mo_openid_integrate.php:85
1729
+ msgid "Download emails of users"
1730
+ msgstr "ユーザーのメールをダウンロードする"
1731
+
1732
+ #: view/integration/mo_openid_integrate.php:95
1733
+ msgid "Woocommerce Integration"
1734
+ msgstr "Woocommerceの統合"
1735
+
1736
+ #: view/integration/mo_openid_integrate.php:98
1737
+ msgid ""
1738
+ "This feature is available in premium version only. To use this feature, "
1739
+ "please upgrade to premium plugin."
1740
+ msgstr ""
1741
+ "この機能はプレミアムバージョンでのみ使用できます。この機能を使用するには、プ"
1742
+ "レミアムプラグインにアップグレードしてください。"
1743
+
1744
+ #: view/integration/mo_openid_integrate.php:99
1745
+ msgid ""
1746
+ "If enabled, first name, last name and email are pre-filled in billing "
1747
+ "details of a user and on the Woocommerce checkout page."
1748
+ msgstr ""
1749
+ "有効にした場合、ユーザーの請求詳細とWoocommerceチェックアウトページに名、姓、"
1750
+ "メールが事前に入力されます"
1751
+
1752
+ #: view/integration/mo_openid_integrate.php:102
1753
+ msgid "Sync Woocommerce checkout fields"
1754
+ msgstr "Woocommerceチェックアウトフィールドを同期する"
1755
+
1756
+ #: view/licensing_plans/mo_openid_lic_plans.php:1904
1757
+ msgid "Licensing Plan For Social Login"
1758
+ msgstr "ソーシャルログインのライセンスプラン"
1759
+
1760
+ #: view/link_social_account/mo_openid_Acclink.php:19
1761
+ msgid ""
1762
+ "Enable account linking to let your users link their Social accounts with "
1763
+ "existing WordPress account. Users will be prompted with the option to either "
1764
+ "link to any existing account using WordPress login page or register as a new "
1765
+ "user."
1766
+ msgstr ""
1767
+ "アカウントリンクを有効にして、ユーザーがソーシャルアカウントを既存のWordPress"
1768
+ "アカウントにリンクできるようにします。ユーザーは、WordPressログインページを使"
1769
+ "用して既存のアカウントにリンクするか、新しいユーザーとして登録するかを選択す"
1770
+ "るよう求められます"
1771
+
1772
+ #: view/link_social_account/mo_openid_Acclink.php:20
1773
+ msgid "Enable linking of Social Accounts"
1774
+ msgstr "ソーシャルアカウントのリンクを有効にする"
1775
+
1776
+ #: view/link_social_account/mo_openid_Acclink.php:33
1777
+ msgid "Customize Text for Account Linking"
1778
+ msgstr "アカウントリンク用のテキストのカスタマイズ"
1779
+
1780
+ #: view/link_social_account/mo_openid_Acclink.php:33
1781
+ msgid "Preview Account Linking form"
1782
+ msgstr "アカウントリンクフォームのプレビュー"
1783
+
1784
+ #: view/link_social_account/mo_openid_Acclink.php:35
1785
+ msgid "Enter title of Account linking form"
1786
+ msgstr "アカウントリンクフォームのタイトルを入力してください"
1787
+
1788
+ #: view/link_social_account/mo_openid_Acclink.php:36
1789
+ msgid " Enter button text for create new user"
1790
+ msgstr "新しいユーザーを作成するためのボタンテキストを入力します"
1791
+
1792
+ #: view/link_social_account/mo_openid_Acclink.php:39
1793
+ msgid "Enter button text for Link to existing user:"
1794
+ msgstr "既存のユーザーへのリンクのボタンテキストを入力します。"
1795
+
1796
+ #: view/link_social_account/mo_openid_Acclink.php:41
1797
+ msgid "Enter instruction to Create New Account :"
1798
+ msgstr "新しいアカウントを作成する手順を入力してください:"
1799
+
1800
+ #: view/link_social_account/mo_openid_Acclink.php:47
1801
+ msgid " Enter instructions to link to an existing account :"
1802
+ msgstr "既存のアカウントにリンクする手順を入力してください:"
1803
+
1804
+ #: view/link_social_account/mo_openid_Acclink.php:51
1805
+ msgid "Enter extra instructions for account linking "
1806
+ msgstr "アカウントのリンクに関する追加の指示を入力してください"
1807
+
1808
+ #: view/link_social_account/mo_openid_Acclink.php:55
1809
+ msgid ""
1810
+ "Display miniOrange logo with social login icons on account completion forms"
1811
+ msgstr ""
1812
+ "アカウント完了フォームにソーシャルログインアイコン付きのminiOrangeロゴを表示"
1813
+ "する"
1814
+
1815
+ #: view/mo_new/mo_openid_whats_new.php:9
1816
+ msgid "Do you want to make your <b>website more secure"
1817
+ msgstr "<b>ウェブサイトをより安全にしたいですか"
1818
+
1819
+ #: view/mo_new/mo_openid_whats_new.php:9
1820
+ msgid "by Brute Force attack, Spam Protection etc? Try out our Plugin."
1821
+ msgstr ""
1822
+ "ブルートフォース攻撃、スパム保護などによって?プラグインを試してください。"
1823
+
1824
+ #: view/mo_new/mo_openid_whats_new.php:22
1825
+ #: view/mo_new/mo_openid_whats_new.php:50
1826
+ #: view/mo_new/mo_openid_whats_new.php:89
1827
+ msgid "Looking for"
1828
+ msgstr "探している"
1829
+
1830
+ #: view/mo_new/mo_openid_whats_new.php:22
1831
+ msgid "WordPress REST API Authentication?"
1832
+ msgstr "WordPress REST API認証?"
1833
+
1834
+ #: view/mo_new/mo_openid_whats_new.php:22
1835
+ msgid ""
1836
+ "Try out our new Plugin which secures rest API access for unauthorized users "
1837
+ "using OAuth 2.0, Basic Auth, jwt, Bearer Token."
1838
+ msgstr ""
1839
+ "OAuth 2.0、Basic Auth、jwt、Bearer Tokenを使用して、許可されていないユーザー"
1840
+ "のREST APIアクセスを保護する新しいプラグインをお試しください"
1841
+
1842
+ #: view/mo_new/mo_openid_whats_new.php:37
1843
+ msgid "Looking for "
1844
+ msgstr "探している"
1845
+
1846
+ #: view/mo_new/mo_openid_whats_new.php:37
1847
+ msgid "WordPress OAuth Single Sign On?"
1848
+ msgstr "WordPress OAuthシングルサインオン?"
1849
+
1850
+ #: view/mo_new/mo_openid_whats_new.php:37
1851
+ msgid ""
1852
+ "Try out our new Plugin which allows login (Single Sign On) into WordPress "
1853
+ "with your Azure AD, AWS Cognito, Invision Community, Slack, Discord or other "
1854
+ "custom OAuth 2.0 / OpenID Connect providers"
1855
+ msgstr ""
1856
+ "Azure AD、AWS Cognito、Invision Community、Slack、Discord、またはその他のカス"
1857
+ "タムOAuth 2.0 / OpenID Connectプロバイダーを使用してWordPressにログイン(シン"
1858
+ "グルサインオン)できる新しいプラグインをお試しください"
1859
+
1860
+ #: view/mo_new/mo_openid_whats_new.php:50
1861
+ msgid "WordPress Two Factor Authentication"
1862
+ msgstr "WordPress二要素認証"
1863
+
1864
+ #: view/mo_new/mo_openid_whats_new.php:50
1865
+ msgid ""
1866
+ "Try out our 2FA Plugin which is simple & easy 2FA setup with any App "
1867
+ "supporting TOTP algorithm like Google, Authy, LastPass Authenticator & other "
1868
+ "2FA methods."
1869
+ msgstr ""
1870
+ "Google、Authy、LastPass Authenticatorおよびその他の2FAメソッドなどのTOTPアル"
1871
+ "ゴリズムをサポートするアプリで、シ​​ンプルで簡単な2FAセットアップである2FAプラ"
1872
+ "グインをお試しください"
1873
+
1874
+ #: view/mo_new/mo_openid_whats_new.php:65
1875
+ msgid "Looking for a"
1876
+ msgstr "探している"
1877
+
1878
+ #: view/mo_new/mo_openid_whats_new.php:65
1879
+ msgid "Try our new <b>Social Login Integration Add-on"
1880
+ msgstr "新しい<b>ソーシャルログイン統合アドオンをお試しください"
1881
+
1882
+ #: view/mo_new/mo_openid_whats_new.php:71
1883
+ msgid "Social Login Integration Add-on"
1884
+ msgstr "ソーシャルログイン統合アドオン"
1885
+
1886
+ #: view/mo_new/mo_openid_whats_new.php:72
1887
+ msgid "by"
1888
+ msgstr "by"
1889
+
1890
+ #: view/mo_new/mo_openid_whats_new.php:73
1891
+ msgid "miniorange"
1892
+ msgstr "ミニオレンジ"
1893
+
1894
+ #: view/mo_new/mo_openid_whats_new.php:77
1895
+ msgid ""
1896
+ "Custom Registration Form Add-On helps you to integrate details of new as "
1897
+ "well as existing users. You can add as many fields as you want including the "
1898
+ "one which are returned by social sites at time of registration"
1899
+ msgstr ""
1900
+ "カスタム登録フォームアドオンは、新規および既存のユーザーの詳細を統合するのに"
1901
+ "役立ちます。登録時にソーシャルサイトから返されるフィールドを含め、必要な数の"
1902
+ "フィールドを追加できます。"
1903
+
1904
+ #: view/mo_new/mo_openid_whats_new.php:79
1905
+ msgid "Tested with 5.3"
1906
+ msgstr "5.3でテスト済み"
1907
+
1908
+ #: view/mo_new/mo_openid_whats_new.php:81
1909
+ msgid "Get this plugin"
1910
+ msgstr "このプラグインを入手"
1911
+
1912
+ #: view/mo_new/mo_openid_whats_new.php:89
1913
+ msgid "OTP Verification"
1914
+ msgstr "OTP検証"
1915
+
1916
+ #: view/mo_new/mo_openid_whats_new.php:89
1917
+ msgid "along with Social Login? Try our OTP Plugin."
1918
+ msgstr "ソーシャルログインと一緒に? OTPプラグインをお試しください。"
1919
+
1920
+ #: view/mo_new/mo_openid_whats_new.php:102
1921
+ msgid "What\\'s new in miniOrange"
1922
+ msgstr "ミニオレンジの新機能"
1923
+
1924
+ #: view/premium_features/mo_openid_prem_feat.php:89
1925
+ msgid "Force Admin To Login Using Password"
1926
+ msgstr "パスワードを使用して管理者にログインを強制する"
1927
+
1928
+ #: view/premium_features/mo_openid_prem_feat.php:91
1929
+ msgid ""
1930
+ "Admin user tries to login using social login then he will need to enter "
1931
+ "WordPress admin login credentials to login."
1932
+ msgstr ""
1933
+ "管理者ユーザーがソーシャルログインを使用してログインしようとすると、WordPress"
1934
+ "管理者ログイン資格情報を入力してログインする必要があります。"
1935
+
1936
+ #: view/premium_features/mo_openid_prem_feat.php:104
1937
+ msgid "User Moderation"
1938
+ msgstr "ユーザー管理"
1939
+
1940
+ #: view/premium_features/mo_openid_prem_feat.php:106
1941
+ msgid ""
1942
+ "Enable this feature to restrict the access of newly registered users. User "
1943
+ "created through social login will not be able to access your website until "
1944
+ "admin will not allow them by activating their accounts else"
1945
+ msgstr ""
1946
+ "新しく登録されたユーザーのアクセスを制限するには、この機能を有効にします。"
1947
+ "ソーシャルログインで作成されたユーザーは、管理者が他のアカウントをアクティブ"
1948
+ "にして許可しない限り、ウェブサイトにアクセスできません。"
1949
+
1950
+ #: view/premium_features/mo_openid_prem_feat.php:107
1951
+ msgid "Notice: SMTP should be configured to send activation emails. "
1952
+ msgstr ""
1953
+ "注意:SMTPはアクティベーションメールを送信するように設定する必要があります。"
1954
+
1955
+ #: view/premium_features/mo_openid_prem_feat.php:120
1956
+ msgid "Reset Password"
1957
+ msgstr "パスワードを再設定する"
1958
+
1959
+ #: view/premium_features/mo_openid_prem_feat.php:122
1960
+ msgid "Send password reset link to user after registration"
1961
+ msgstr "登録後にユーザーにパスワードリセットリンクを送信する"
1962
+
1963
+ #: view/premium_features/mo_openid_prem_feat.php:123
1964
+ msgid "Notice: SMTP should be configured to send activation emails"
1965
+ msgstr ""
1966
+ "注意:アクティベーションメールを送信するようにSMTPを設定する必要があります"
1967
+
1968
+ #: view/premium_features/mo_openid_prem_feat.php:134
1969
+ msgid "Extended User Attribute"
1970
+ msgstr "拡張ユーザー属性"
1971
+
1972
+ #: view/premium_features/mo_openid_prem_feat.php:136
1973
+ msgid ""
1974
+ "Mainly the required data(name,lastname,email) is mapped and use after the "
1975
+ "user gets login. If you want to use more data that is provided from the app "
1976
+ "you can enable this feature.(The data is depend on app to app)"
1977
+ msgstr ""
1978
+ "主に、必要なデータ(名前、姓、メール)がマップされ、ユーザーがログインした後"
1979
+ "に使用されます。アプリから提供されるより多くのデータを使用する場合は、この機"
1980
+ "能を有効にできます(データはアプリごとに異なります)。"
1981
+
1982
+ #: view/premium_features/mo_openid_prem_feat.php:137
1983
+ msgid "Custom App of should be set for this feature"
1984
+ msgstr "この機能にはカスタムアプリを設定する必要があります"
1985
+
1986
+ #: view/premium_features/mo_openid_prem_feat.php:148
1987
+ msgid "Redirect to social in a new window"
1988
+ msgstr "新しいウィンドウでソーシャルにリダイレクト"
1989
+
1990
+ #: view/premium_features/mo_openid_prem_feat.php:150
1991
+ msgid ""
1992
+ "While login with social login. The login page opens in a new tab. After the "
1993
+ "login process the tab gets closed."
1994
+ msgstr ""
1995
+ "ソーシャルログインでログイン中。ログインページが新しいタブで開きます。ログイ"
1996
+ "ンプロセスの後、タブは閉じられます。"
1997
+
1998
+ #: view/profile/mo_openid_profile.php:20
1999
+ msgid "Why should I register?"
2000
+ msgstr "なぜ登録する必要があるのですか?"
2001
+
2002
+ #: view/profile/mo_openid_profile.php:22
2003
+ msgid ""
2004
+ "By registering with miniOrange we take care of creating applications for you "
2005
+ "so that you don’t have to worry about creating applications in each social "
2006
+ "network."
2007
+ msgstr ""
2008
+ "miniOrangeに登録することで、各ソーシャルネットワークでアプリケーションを作成"
2009
+ "することを心配する必要がないように、アプリケーションを作成します。"
2010
+
2011
+ #: view/profile/mo_openid_profile.php:23
2012
+ msgid "Please Note"
2013
+ msgstr "ご注意ください"
2014
+
2015
+ #: view/profile/mo_openid_profile.php:23
2016
+ msgid ""
2017
+ "We do not store any information except the email that you will use to "
2018
+ "register with us. You can go through our "
2019
+ msgstr ""
2020
+ "あなたが私たちに登録するために使用するメール以外の情報は保存しません。あなた"
2021
+ "は私たちを通過することができます"
2022
+
2023
+ #: view/profile/mo_openid_profile.php:23
2024
+ msgid ""
2025
+ "for how we use your information. We don’t sell your information to any third-"
2026
+ "party organization"
2027
+ msgstr ""
2028
+ "情報の使用方法について。お客様の情報を第三者組織に販売することはありません"
2029
+
2030
+ #: view/profile/mo_openid_profile.php:27
2031
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:202
2032
+ msgid "Email"
2033
+ msgstr "Eメール"
2034
+
2035
+ #: view/profile/mo_openid_profile.php:33
2036
+ msgid "Password"
2037
+ msgstr "パスワード"
2038
+
2039
+ #: view/profile/mo_openid_profile.php:38
2040
+ msgid "Confirm Password"
2041
+ msgstr "パスワードを認証する"
2042
+
2043
+ #: view/profile/mo_openid_profile.php:51
2044
+ msgid "By clicking Submit, you agree to our"
2045
+ msgstr "[送信]をクリックすると、"
2046
+
2047
+ #: view/profile/mo_openid_profile.php:51
2048
+ msgid "User Agreement"
2049
+ msgstr "ユーザー規約"
2050
+
2051
+ #: view/profile/mo_openid_profile.php:72
2052
+ msgid "Thank you for registering with miniOrange"
2053
+ msgstr "ミニオレンジに登録していただきありがとうございます"
2054
+
2055
+ #: view/profile/mo_openid_profile.php:75
2056
+ msgid "miniOrange Account Email"
2057
+ msgstr "ミニオレンジアカウントメール"
2058
+
2059
+ #: view/profile/mo_openid_profile.php:79
2060
+ msgid "Customer ID"
2061
+ msgstr "顧客ID"
2062
+
2063
+ #: view/profile/mo_openid_profile.php:84 view/recaptcha/mo_openid_recap.php:13
2064
+ msgid "Click here"
2065
+ msgstr "ここをクリック"
2066
+
2067
+ #: view/profile/mo_openid_profile.php:84
2068
+ msgid " to check our"
2069
+ msgstr "私たちをチェックする"
2070
+
2071
+ #: view/profile/mo_openid_profile.php:84
2072
+ msgid "plans"
2073
+ msgstr "予定"
2074
+
2075
+ #: view/profile/mo_openid_profile.php:91
2076
+ msgid "User Profile Details"
2077
+ msgstr "ユーザープロファイルの詳細"
2078
+
2079
+ #: view/profile_completion/mo_openid_prof_comp.php:10
2080
+ msgid ""
2081
+ "Prompt users for username &amp; email when unavailable (profile completion)"
2082
+ msgstr ""
2083
+ "ユーザー名の入力を求める&amp;利用できない場合のメール(プロファイルの完了)"
2084
+
2085
+ #: view/profile_completion/mo_openid_prof_comp.php:11
2086
+ msgid ""
2087
+ "In case of unavailability of username or email from the social media "
2088
+ "application, user is prompted to input the same"
2089
+ msgstr ""
2090
+ "ソーシャルメディアアプリケーションからユーザー名または電子メールが利用できな"
2091
+ "い場合、ユーザーは同じものを入力するように求められます"
2092
+
2093
+ #: view/profile_completion/mo_openid_prof_comp.php:16
2094
+ msgid "*NOTE:"
2095
+ msgstr "*注意:"
2096
+
2097
+ #: view/profile_completion/mo_openid_prof_comp.php:16
2098
+ msgid ""
2099
+ "Disabling profile completion is not recommended. Instagram and Twitter don't "
2100
+ "return email address. Please keep this enabled if you are using Instagram or "
2101
+ "Twitter. This feature requires SMTP to be setup for your WordPress website "
2102
+ "since we send a code to users over email to verify their email address."
2103
+ msgstr ""
2104
+ "プロファイルの完了を無効にすることはお勧めしません。 InstagramとTwitterはメー"
2105
+ "ルアドレスを返しません。 InstagramまたはTwitterを使用している場合は、これを有"
2106
+ "効にしてください。この機能を使用するには、WordPress WebサイトのSMTPをセット"
2107
+ "アップする必要があります。これは、ユーザーに電子メールアドレスを確認するため"
2108
+ "のコードを電子メールで送信するためです。"
2109
+
2110
+ #: view/profile_completion/mo_openid_prof_comp.php:19
2111
+ msgid "Customize Text for Profile Completion"
2112
+ msgstr "プロファイル完了のためのテキストのカスタマイズ"
2113
+
2114
+ #: view/profile_completion/mo_openid_prof_comp.php:19
2115
+ msgid "Preview Profile Completion form"
2116
+ msgstr "プロフィール完成フォームのプレビュー"
2117
+
2118
+ #: view/profile_completion/mo_openid_prof_comp.php:21
2119
+ msgid "Enter title of Profle Completion"
2120
+ msgstr "プロファイル完了のタイトルを入力してください"
2121
+
2122
+ #: view/profile_completion/mo_openid_prof_comp.php:22
2123
+ msgid "Enter Username Label text"
2124
+ msgstr "ユーザー名ラベルのテキストを入力してください"
2125
+
2126
+ #: view/profile_completion/mo_openid_prof_comp.php:23
2127
+ msgid "Enter Email Label text"
2128
+ msgstr "メールラベルテキストを入力"
2129
+
2130
+ #: view/profile_completion/mo_openid_prof_comp.php:24
2131
+ msgid "Enter Submit button text"
2132
+ msgstr "ボタンのテキストを入力submit"
2133
+
2134
+ #: view/profile_completion/mo_openid_prof_comp.php:25
2135
+ msgid "Enter instruction for Profile Completion"
2136
+ msgstr "プロファイル完了の指示を入力してください"
2137
+
2138
+ #: view/profile_completion/mo_openid_prof_comp.php:27
2139
+ msgid "Enter extra instruction for Profile Completion "
2140
+ msgstr "プロファイルの完了に関する追加の指示を入力します"
2141
+
2142
+ #: view/profile_completion/mo_openid_prof_comp.php:29
2143
+ msgid "Enter username already exists warning message text "
2144
+ msgstr "ユーザー名を入力してください警告メッセージテキストが既に存在します"
2145
+
2146
+ #: view/profile_completion/mo_openid_prof_comp.php:30
2147
+ msgid "Customize Text for Email Verification"
2148
+ msgstr "メール検証用のテキストをカスタマイズする"
2149
+
2150
+ #: view/profile_completion/mo_openid_prof_comp.php:30
2151
+ msgid "Preview Email Verification form"
2152
+ msgstr "メール確認フォームのプレビュー"
2153
+
2154
+ #: view/profile_completion/mo_openid_prof_comp.php:32
2155
+ msgid "Enter title of Email Verification form"
2156
+ msgstr "メール確認フォームのタイトルを入力してください"
2157
+
2158
+ #: view/profile_completion/mo_openid_prof_comp.php:33
2159
+ msgid "Enter Resend OTP button text"
2160
+ msgstr "再送信OTPボタンテキストを入力"
2161
+
2162
+ #: view/profile_completion/mo_openid_prof_comp.php:34
2163
+ msgid "Enter Back button text"
2164
+ msgstr "戻るボタンのテキストを入力"
2165
+
2166
+ #: view/profile_completion/mo_openid_prof_comp.php:35
2167
+ msgid "Enter instruction for Email Verification form"
2168
+ msgstr "メール確認フォームの指示を入力してください"
2169
+
2170
+ #: view/profile_completion/mo_openid_prof_comp.php:37
2171
+ msgid "Enter verification code in Email Verification form"
2172
+ msgstr "メール確認フォームに確認コードを入力してください"
2173
+
2174
+ #: view/profile_completion/mo_openid_prof_comp.php:39
2175
+ msgid "Enter Message for wrong OTP"
2176
+ msgstr "間違ったOTPのメッセージを入力してください"
2177
+
2178
+ #: view/profile_completion/mo_openid_prof_comp.php:40
2179
+ msgid "Customized E-mail Message"
2180
+ msgstr "カスタマイズされた電子メールメッセージ"
2181
+
2182
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2183
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2184
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2185
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:556
2186
+ msgid "NOTE"
2187
+ msgstr "注意"
2188
+
2189
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2190
+ msgid "Please enter"
2191
+ msgstr "入ってください"
2192
+
2193
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2194
+ msgid "in message where you want to show one time password."
2195
+ msgstr "ワンタイムパスワードを表示するメッセージ内。"
2196
+
2197
+ #: view/profile_completion/mo_openid_prof_comp.php:43
2198
+ msgid ""
2199
+ "Display miniOrange logo with social login icons on profile completion forms"
2200
+ msgstr ""
2201
+ "プロファイル完了フォームにソーシャルログインアイコン付きのminiOrangeロゴを表"
2202
+ "示する"
2203
+
2204
+ #: view/recaptcha/mo_openid_recap.php:8
2205
+ msgid "Enable reCAPTCHA"
2206
+ msgstr "reCAPTCHAを有効にする"
2207
+
2208
+ #: view/recaptcha/mo_openid_recap.php:13
2209
+ msgid "Prerequisite"
2210
+ msgstr "前提条件"
2211
+
2212
+ #: view/recaptcha/mo_openid_recap.php:13
2213
+ msgid "Before you can use reCAPTCHA, you need to register your domain/website."
2214
+ msgstr "reCAPTCHAを使用する前に、ドメイン/ウェブサイトを登録する必要があります"
2215
+
2216
+ #: view/recaptcha/mo_openid_recap.php:14
2217
+ msgid "Enter Site key and Secret key that you get after registration."
2218
+ msgstr "登録後に取得するサイトキーとシークレットキーを入力します。"
2219
+
2220
+ #: view/recaptcha/mo_openid_recap.php:17
2221
+ msgid "Select type of reCAPTCHA "
2222
+ msgstr "reCAPTCHAのタイプを選択"
2223
+
2224
+ #: view/recaptcha/mo_openid_recap.php:19
2225
+ msgid "reCAPTCHA v3"
2226
+ msgstr "reCAPTCHA v3"
2227
+
2228
+ #: view/recaptcha/mo_openid_recap.php:26
2229
+ msgid "reCAPTCHA v2"
2230
+ msgstr "reCAPTCHA v2"
2231
+
2232
+ #: view/recaptcha/mo_openid_recap.php:34
2233
+ msgid "Site key"
2234
+ msgstr "サイトキー"
2235
+
2236
+ #: view/recaptcha/mo_openid_recap.php:38
2237
+ msgid "Secret key"
2238
+ msgstr "秘密鍵"
2239
+
2240
+ #: view/recaptcha/mo_openid_recap.php:42
2241
+ msgid "Enable reCAPTCHA for "
2242
+ msgstr "のreCAPTCHAを有効にします"
2243
+
2244
+ #: view/recaptcha/mo_openid_recap.php:46
2245
+ msgid "WordPress Login form"
2246
+ msgstr "WordPressログインフォーム"
2247
+
2248
+ #: view/recaptcha/mo_openid_recap.php:57
2249
+ msgid "WordPress Registration form"
2250
+ msgstr "WordPress登録フォーム"
2251
+
2252
+ #: view/recaptcha/mo_openid_recap.php:71
2253
+ msgid "Save Settings"
2254
+ msgstr "設定を保存する"
2255
+
2256
+ #: view/recaptcha/mo_openid_recap.php:72
2257
+ msgid "Test reCAPTCHA Configuration"
2258
+ msgstr "reCAPTCHA構成のテスト"
2259
+
2260
+ #: view/recaptcha/mo_openid_recap.php:78
2261
+ msgid "Configure reCAPTCHA Settings"
2262
+ msgstr " reCAPTCHA設定を構成する"
2263
+
2264
+ #: view/redirect_options/mo_openid_redirect_op.php:9
2265
+ msgid "Redirect URL after login:"
2266
+ msgstr "ログイン後にリダイレクトURL:"
2267
+
2268
+ #: view/redirect_options/mo_openid_redirect_op.php:32
2269
+ msgid "Account dashboard"
2270
+ msgstr "アカウントダッシュボード"
2271
+
2272
+ #: view/redirect_options/mo_openid_redirect_op.php:40
2273
+ msgid "Custom URL"
2274
+ msgstr "カスタムURL"
2275
+
2276
+ #: view/redirect_options/mo_openid_redirect_op.php:51
2277
+ #: view/redirect_options/mo_openid_redirect_op.php:110
2278
+ msgid "Relative URL"
2279
+ msgstr "相対URL"
2280
+
2281
+ #: view/redirect_options/mo_openid_redirect_op.php:62
2282
+ msgid ""
2283
+ "*NOTE: If you login through WordPress default login page after login you "
2284
+ "will be redirected to Homepage"
2285
+ msgstr ""
2286
+ "*注:ログイン後にWordPressのデフォルトのログインページからログインすると、"
2287
+ "ホームページにリダイレクトされます"
2288
+
2289
+ #: view/redirect_options/mo_openid_redirect_op.php:69
2290
+ msgid "Redirect URL after logout:"
2291
+ msgstr "ログアウト後にリダイレクトURL:"
2292
+
2293
+ #: view/redirect_options/mo_openid_redirect_op.php:78
2294
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:51
2295
+ msgid "Home Page"
2296
+ msgstr "ホームページ"
2297
+
2298
+ #: view/redirect_options/mo_openid_redirect_op.php:90
2299
+ msgid "Current Page"
2300
+ msgstr "現在のページ"
2301
+
2302
+ #: view/redirect_options/mo_openid_redirect_op.php:100
2303
+ msgid "Login Page"
2304
+ msgstr "ログインページ"
2305
+
2306
+ #: view/redirect_options/mo_openid_redirect_op.php:128
2307
+ msgid "Redirection Options"
2308
+ msgstr "リダイレクトオプション"
2309
+
2310
+ #: view/registration/mo_openid_registration.php:9
2311
+ msgid "Auto Registration"
2312
+ msgstr "自動登録"
2313
+
2314
+ #: view/registration/mo_openid_registration.php:11
2315
+ msgid "Auto-register users"
2316
+ msgstr "ユーザーの自動登録"
2317
+
2318
+ #: view/registration/mo_openid_registration.php:15
2319
+ msgid "Registration disabled message"
2320
+ msgstr "登録不可メッセージ"
2321
+
2322
+ #: view/registration/mo_openid_registration.php:17
2323
+ msgid ""
2324
+ "If Auto-register users is unchecked, users will not be able to register "
2325
+ "using Social Login. The users who already have an account will be able to "
2326
+ "login. This setting stands true only when users are registering using "
2327
+ "Social Login. This will not interfere with users registering through the "
2328
+ "regular WordPress registration form."
2329
+ msgstr ""
2330
+ "[ユーザーの自動登録]がオフになっている場合、ユーザーはソーシャルログインを使"
2331
+ "用して登録できません。すでにアカウントを持っているユーザーはログインできま"
2332
+ "す。この設定は、ユーザーがソーシャルログインを使用して登録している場合にのみ"
2333
+ "有効です。これは、通常のWordPress登録フォームから登録するユーザーの邪魔になり"
2334
+ "ません。"
2335
+
2336
+ #: view/registration/mo_openid_registration.php:20
2337
+ msgid "Role Mapping"
2338
+ msgstr "ロールマッピング"
2339
+
2340
+ #: view/registration/mo_openid_registration.php:22
2341
+ msgid "Universal Role"
2342
+ msgstr "普遍的な役割"
2343
+
2344
+ #: view/registration/mo_openid_registration.php:30
2345
+ msgid ""
2346
+ "Use Role Mapping to assign this role to the all users registering through "
2347
+ "Social Login. According to the role mapped user will be granted role on the "
2348
+ "website."
2349
+ msgstr ""
2350
+ "ロールマッピングを使用して、ソーシャルログインで登録しているすべてのユーザー"
2351
+ "にこのロールを割り当てます。ロールに応じて、マップされたユーザーはWebサイトで"
2352
+ "ロールを付与されます"
2353
+
2354
+ #: view/registration/mo_openid_registration.php:32
2355
+ msgid "Enable Email Notification to Admin"
2356
+ msgstr "管理者へのメール通知を有効にする"
2357
+
2358
+ #: view/registration/mo_openid_registration.php:34
2359
+ msgid "Enable Email Notification to Admin - on User Registration"
2360
+ msgstr "管理者へのメール通知を有効にする-ユーザー登録時"
2361
+
2362
+ #: view/registration/mo_openid_registration.php:38
2363
+ msgid "This feature requires SMTP to be configured"
2364
+ msgstr "この機能を使用するには、SMTPを構成する必要があります"
2365
+
2366
+ #: view/registration/mo_openid_registration.php:41
2367
+ msgid "Set Display Picture for User"
2368
+ msgstr "ユーザーの表示画像を設定する"
2369
+
2370
+ #: view/registration/mo_openid_registration.php:43
2371
+ msgid "Set Display Picture for User - on User Registration"
2372
+ msgstr "ユーザーの表示画像の設定-ユーザー登録時"
2373
+
2374
+ #: view/registration/mo_openid_registration.php:53
2375
+ msgid "Registration Options"
2376
+ msgstr "登録オプション"
2377
+
2378
+ #: view/restrict_domain/mo_openid_restrict_dom.php:17
2379
+ msgid "Users with these domains will not be able to register"
2380
+ msgstr "これらのドメインを持つユーザーは登録できません"
2381
+
2382
+ #: view/restrict_domain/mo_openid_restrict_dom.php:24
2383
+ msgid "Allow Domain"
2384
+ msgstr "ドメインを許可"
2385
+
2386
+ #: view/restrict_domain/mo_openid_restrict_dom.php:29
2387
+ msgid "Only users with these domains will be able to register"
2388
+ msgstr "これらのドメインを持つユーザーのみが登録できます"
2389
+
2390
+ #: view/shrtco/mo_openid_shrtco.php:9
2391
+ msgid ""
2392
+ "Use social login Shortcode in the content of required page/post where you "
2393
+ "want to display Social Login Icons."
2394
+ msgstr ""
2395
+ "ソーシャルログインアイコンを表示する必要なページ/投稿のコンテンツでソーシャル"
2396
+ "ログインショートコードを使用します。"
2397
+
2398
+ #: view/shrtco/mo_openid_shrtco.php:10
2399
+ msgid "Default Social Login Shortcode"
2400
+ msgstr "デフォルトのソーシャルログインショートコード"
2401
+
2402
+ #: view/shrtco/mo_openid_shrtco.php:11
2403
+ msgid "This will display Social Login Icons with same default settings"
2404
+ msgstr ""
2405
+ "これにより、同じデフォルト設定のソーシャルログインアイコンが表示されます"
2406
+
2407
+ #: view/shrtco/mo_openid_shrtco.php:14
2408
+ msgid "For Icons"
2409
+ msgstr "アイコン用"
2410
+
2411
+ #: view/shrtco/mo_openid_shrtco.php:15
2412
+ msgid ""
2413
+ "You can use different attribute to customize social login icons. All "
2414
+ "attributes are optional except view."
2415
+ msgstr ""
2416
+ "異なる属性を使用して、ソーシャルログインアイコンをカスタマイズできます。"
2417
+ "ビューを除くすべての属性はオプションです。"
2418
+
2419
+ #: view/shrtco/mo_openid_shrtco.php:16
2420
+ msgid "Square Shape Example"
2421
+ msgstr "正方形の形状の例"
2422
+
2423
+ #: view/shrtco/mo_openid_shrtco.php:23
2424
+ msgid "Round Shape Example"
2425
+ msgstr "丸型の例"
2426
+
2427
+ #: view/shrtco/mo_openid_shrtco.php:30
2428
+ msgid "For Long-Buttons"
2429
+ msgstr "ロングボタン用"
2430
+
2431
+ #: view/shrtco/mo_openid_shrtco.php:31
2432
+ msgid ""
2433
+ "You can use different attribute to customize social login buttons. All "
2434
+ "attributes are optional"
2435
+ msgstr ""
2436
+ "異なる属性を使用して、ソーシャルログインボタンをカスタマイズできます。すべて"
2437
+ "の属性はオプションです"
2438
+
2439
+ #: view/shrtco/mo_openid_shrtco.php:32
2440
+ msgid "Vertical View Example"
2441
+ msgstr "垂直ビューの例"
2442
+
2443
+ #: view/shrtco/mo_openid_shrtco.php:37
2444
+ msgid "Horizontal View Example"
2445
+ msgstr "水平ビューの例"
2446
+
2447
+ #: view/shrtco/mo_openid_shrtco.php:41
2448
+ msgid "Note:"
2449
+ msgstr "注意:"
2450
+
2451
+ #: view/shrtco/mo_openid_shrtco.php:41
2452
+ msgid "By default Long-Button view is"
2453
+ msgstr "デフォルトでは、ロングボタンビューは"
2454
+
2455
+ #: view/shrtco/mo_openid_shrtco.php:41
2456
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:11
2457
+ msgid "Vertical"
2458
+ msgstr "垂直"
2459
+
2460
+ #: view/shrtco/mo_openid_shrtco.php:43
2461
+ msgid "For Selected Applications"
2462
+ msgstr "選択したアプリケーション用"
2463
+
2464
+ #: view/shrtco/mo_openid_shrtco.php:44
2465
+ msgid ""
2466
+ "If you want to show selected applications without setting up default "
2467
+ "settings then use this shortcode. You can use different attribute to "
2468
+ "customize social login buttons. All attributes are optional"
2469
+ msgstr ""
2470
+ "デフォルト設定を設定せずに選択したアプリケーションを表示する場合は、この"
2471
+ "ショートコードを使用します。異なる属性を使用して、ソーシャルログインボタンを"
2472
+ "カスタマイズできます。すべての属性はオプションです"
2473
+
2474
+ #: view/shrtco/mo_openid_shrtco.php:45
2475
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:17
2476
+ msgid "Example"
2477
+ msgstr "例"
2478
+
2479
+ #: view/shrtco/mo_openid_shrtco.php:110
2480
+ msgid "Note"
2481
+ msgstr "注意:"
2482
+
2483
+ #: view/shrtco/mo_openid_shrtco.php:111
2484
+ msgid "1. If you are not registered with miniOrange and "
2485
+ msgstr "1.miniOrangeに登録していない場合"
2486
+
2487
+ #: view/shrtco/mo_openid_shrtco.php:111
2488
+ msgid "is also not set up then please register with us first or set up"
2489
+ msgstr "設定されていない場合は、最初に登録するか設定してください"
2490
+
2491
+ #: view/shrtco/mo_openid_shrtco.php:111
2492
+ msgid "otherwise the buttons will be"
2493
+ msgstr "そうでない場合、ボタンは"
2494
+
2495
+ #: view/shrtco/mo_openid_shrtco.php:111 view/shrtco/mo_openid_shrtco.php:112
2496
+ msgid "disabled"
2497
+ msgstr "無効"
2498
+
2499
+ #: view/shrtco/mo_openid_shrtco.php:112
2500
+ msgid "2. If Facebook is selected then please set up "
2501
+ msgstr "2. を選択した場合は、セットアップしてください"
2502
+
2503
+ #: view/shrtco/mo_openid_shrtco.php:112
2504
+ msgid "first otherwise the buttons will be "
2505
+ msgstr "最初にそうでなければ、ボタンは"
2506
+
2507
+ #: view/shrtco/mo_openid_shrtco.php:123
2508
+ msgid "Available values for attributes"
2509
+ msgstr "属性に使用可能な値"
2510
+
2511
+ #: view/shrtco/mo_openid_shrtco.php:127
2512
+ msgid "view"
2513
+ msgstr "view"
2514
+
2515
+ #: view/shrtco/mo_openid_shrtco.php:128
2516
+ msgid "horizontal, vertical"
2517
+ msgstr "水平垂直"
2518
+
2519
+ #: view/shrtco/mo_openid_shrtco.php:132
2520
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:21
2521
+ msgid "shape"
2522
+ msgstr "形状"
2523
+
2524
+ #: view/shrtco/mo_openid_shrtco.php:133
2525
+ msgid "round, roundededges, square, longbuttonwithtext"
2526
+ msgstr "丸い、丸いエッジ、正方形、長いボタン付きテキスト"
2527
+
2528
+ #: view/shrtco/mo_openid_shrtco.php:137
2529
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:22
2530
+ msgid "theme"
2531
+ msgstr "テーマ"
2532
+
2533
+ #: view/shrtco/mo_openid_shrtco.php:138
2534
+ msgid "default, custombackground"
2535
+ msgstr "デフォルト、カスタムバックグラウンド"
2536
+
2537
+ #: view/shrtco/mo_openid_shrtco.php:142
2538
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:23
2539
+ msgid "size"
2540
+ msgstr "サイズ"
2541
+
2542
+ #: view/shrtco/mo_openid_shrtco.php:143
2543
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:23
2544
+ msgid "Any value between 20 to 100"
2545
+ msgstr "20〜100の任意の値"
2546
+
2547
+ #: view/shrtco/mo_openid_shrtco.php:147
2548
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:24
2549
+ msgid "space"
2550
+ msgstr "スペース"
2551
+
2552
+ #: view/shrtco/mo_openid_shrtco.php:148
2553
+ msgid "Any value between 0 to 100"
2554
+ msgstr "0〜100の任意の値"
2555
+
2556
+ #: view/shrtco/mo_openid_shrtco.php:152
2557
+ msgid "width"
2558
+ msgstr "幅:"
2559
+
2560
+ #: view/shrtco/mo_openid_shrtco.php:153
2561
+ msgid "Any value between 200 to 1000"
2562
+ msgstr "200から1000までの任意の値"
2563
+
2564
+ #: view/shrtco/mo_openid_shrtco.php:157
2565
+ msgid "height"
2566
+ msgstr "高さ:"
2567
+
2568
+ #: view/shrtco/mo_openid_shrtco.php:158
2569
+ msgid "Any value between 35 to 50"
2570
+ msgstr "35〜50の任意の値"
2571
+
2572
+ #: view/shrtco/mo_openid_shrtco.php:162
2573
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:30
2574
+ msgid "color"
2575
+ msgstr "色"
2576
+
2577
+ #: view/shrtco/mo_openid_shrtco.php:163
2578
+ msgid "Enter color code for example"
2579
+ msgstr "たとえば、色コードを入力してください"
2580
+
2581
+ #: view/shrtco/mo_openid_shrtco.php:167
2582
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:29
2583
+ msgid "heading"
2584
+ msgstr "見出し"
2585
+
2586
+ #: view/shrtco/mo_openid_shrtco.php:168
2587
+ msgid "Enter custom heading"
2588
+ msgstr "カスタム見出しを入力してください"
2589
+
2590
+ #: view/shrtco/mo_openid_shrtco.php:172
2591
+ msgid "appcnt"
2592
+ msgstr "appcnt"
2593
+
2594
+ #: view/shrtco/mo_openid_shrtco.php:173
2595
+ msgid "Any value for number of icons in one row"
2596
+ msgstr "1行のアイコンの数の任意の値"
2597
+
2598
+ #: view/shrtco/mo_openid_shrtco.php:181
2599
+ msgid "Shortcode in php file"
2600
+ msgstr "PHPファイルのショートコード"
2601
+
2602
+ #: view/shrtco/mo_openid_shrtco.php:182
2603
+ msgid "You can use shortcode in PHP file as following: "
2604
+ msgstr "PHPファイルでショートコードを次のように使用できます。"
2605
+
2606
+ #: view/shrtco/mo_openid_shrtco.php:184
2607
+ msgid ""
2608
+ "Replace SHORTCODE in above code with the required shortcode like "
2609
+ "<code>[miniorange_social_login theme=\"default\"]</code>, so the final code "
2610
+ "looks like following :"
2611
+ msgstr ""
2612
+ "上記のコードのSHORTCODEを<code> [miniorange_social_login theme = \"default"
2613
+ "\"] </ code>のような必要なショートコードに置き換えます。最終的なコードは次の"
2614
+ "ようになります。"
2615
+
2616
+ #: view/shrtco/mo_openid_shrtco.php:192
2617
+ msgid "Social Login Shortcodes"
2618
+ msgstr "ソーシャルログインショートコード"
2619
+
2620
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:11
2621
+ msgid "Comment Section Heading"
2622
+ msgstr "コメントセクションの見出し"
2623
+
2624
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:15
2625
+ msgid "Comments - Default Label"
2626
+ msgstr "コメント-デフォルトのラベル"
2627
+
2628
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:19
2629
+ msgid "Comments - Facebook Label"
2630
+ msgstr "コメント-Facebookラベル"
2631
+
2632
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:30
2633
+ msgid "Customize Text For Social Comment Labels"
2634
+ msgstr "ソーシャルコメントラベルのテキストをカスタマイズする"
2635
+
2636
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:9
2637
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:23
2638
+ msgid "Enable Social Comments"
2639
+ msgstr "ソーシャルコメントを有効にする"
2640
+
2641
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
2642
+ msgid "To enable Social Comments, please select Facebook Comments from"
2643
+ msgstr ""
2644
+ "ソーシャルコメントを有効にするには、以下からFacebookコメントを選択してくださ"
2645
+ "い"
2646
+
2647
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
2648
+ msgid " Also select one or both of the options from"
2649
+ msgstr "また、次のオプションのいずれかまたは両方を選択します"
2650
+
2651
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:11
2652
+ msgid "Add Social Comments"
2653
+ msgstr "ソーシャルコメントを追加"
2654
+
2655
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
2656
+ msgid "You can add social comments in the following areas from "
2657
+ msgstr "次の領域にソーシャルコメントを追加できます"
2658
+
2659
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
2660
+ msgid ""
2661
+ "If you require a shortcode, please contact us from the Support form on the "
2662
+ "right."
2663
+ msgstr ""
2664
+ "ショートコードが必要な場合は、右側のサポートフォームからご連絡ください。"
2665
+
2666
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:14
2667
+ msgid "Blog Post: This option enables Social Comments on Posts / Blog Post"
2668
+ msgstr ""
2669
+ "ブログ投稿:このオプションは、投稿/ブログ投稿に対するソーシャルコメントを有効"
2670
+ "にします"
2671
+
2672
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:15
2673
+ msgid ""
2674
+ "Static pages: This option places Social Comments on Pages / Static Pages "
2675
+ "with comments enabled"
2676
+ msgstr ""
2677
+ "静的ページ:このオプションは、コメントを有効にしたページ/静的ページにソーシャ"
2678
+ "ルコメントを配置します"
2679
+
2680
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:14
2681
+ msgid "Select the options where you want to add social comments"
2682
+ msgstr "ソーシャルコメントを追加するオプションを選択します"
2683
+
2684
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:20
2685
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:74
2686
+ msgid "Blog Post"
2687
+ msgstr "ブログ投稿"
2688
+
2689
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:28
2690
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:98
2691
+ msgid "Static Pages"
2692
+ msgstr "静的ページ"
2693
+
2694
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:9
2695
+ msgid ""
2696
+ "Select applications to add Social Comments. These commenting applications "
2697
+ "will be added to your blog post pages at the location of your comments."
2698
+ msgstr ""
2699
+ "ソーシャルコメントを追加するアプリケーションを選択します。これらのコメントア"
2700
+ "プリケーションは、コメントの場所でブログの投稿ページに追加されます。"
2701
+
2702
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:21
2703
+ msgid ""
2704
+ "If none of the below are selected, default WordPress comments will only be "
2705
+ "visible. Only selecting Default WordPress Comments will not result in any "
2706
+ "changes"
2707
+ msgstr ""
2708
+ "以下のいずれも選択されていない場合、デフォルトのWordPressコメントのみが表示さ"
2709
+ "れます。デフォルトのWordPressコメントのみを選択しても、変更は発生しません。"
2710
+
2711
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:28
2712
+ msgid "Default WordPress Comments"
2713
+ msgstr "デフォルトのWordPressコメント"
2714
+
2715
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:39
2716
+ msgid "Facebook Comments"
2717
+ msgstr "Facebookコメント"
2718
+
2719
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:55
2720
+ msgid "Social Comments"
2721
+ msgstr "ソーシャルコメント"
2722
+
2723
+ #: view/soc_com/com_shrtco/comm_shrtco.php:9
2724
+ msgid "Configure Social Comments in the Social Comments tab of the plugin"
2725
+ msgstr "プラグインの[ソーシャルコメント]タブでソーシャルコメントを構成する"
2726
+
2727
+ #: view/soc_com/com_shrtco/comm_shrtco.php:10
2728
+ msgid "Keep both the display options checked and Save"
2729
+ msgstr "表示オプションの両方をオンにして保存します"
2730
+
2731
+ #: view/soc_com/com_shrtco/comm_shrtco.php:11
2732
+ msgid "Enable Comments for the post/page you want to add"
2733
+ msgstr "追加する投稿/ページのコメントを有効にします"
2734
+
2735
+ #: view/soc_com/com_shrtco/comm_shrtco.php:12
2736
+ msgid "Pages-> Quick Edit-> Allow Comments"
2737
+ msgstr "ページ->クイック編集->コメントを許可"
2738
+
2739
+ #: view/soc_com/com_shrtco/comm_shrtco.php:12
2740
+ msgid "(Skip this step if you already have Comments enabled.)"
2741
+ msgstr ""
2742
+ "(既にコメントを有効にしている場合は、この手順をスキップしてください。)"
2743
+
2744
+ #: view/soc_com/com_shrtco/comm_shrtco.php:13
2745
+ msgid "Add the shortcode "
2746
+ msgstr "ショートコードを追加する"
2747
+
2748
+ #: view/soc_com/com_shrtco/comm_shrtco.php:13
2749
+ msgid "to an individual page/post"
2750
+ msgstr "個々のページ/投稿へ"
2751
+
2752
+ #: view/soc_com/com_shrtco/comm_shrtco.php:16
2753
+ msgid "Social Comments Shortcodes"
2754
+ msgstr "ソーシャルコメントショートコード"
2755
+
2756
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:20
2757
+ msgid "Customize Sharing Icons"
2758
+ msgstr "共有アイコンをカスタマイズする"
2759
+
2760
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:21
2761
+ msgid "Customize shape, size and background for sharing icons"
2762
+ msgstr "アイコンを共有するための形状、サイズ、背景をカスタマイズする"
2763
+
2764
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:71
2765
+ msgid "Custom background"
2766
+ msgstr "カスタム背景"
2767
+
2768
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:81
2769
+ msgid "No background"
2770
+ msgstr "背景なし"
2771
+
2772
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2773
+ msgid "Custom background: This will change the background color of share icons"
2774
+ msgstr "カスタム背景:これは共有アイコンの背景色を変更します"
2775
+
2776
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2777
+ msgid "No background:This will remove the background color of share icons"
2778
+ msgstr "背景なし:共有アイコンの背景色を削除します"
2779
+
2780
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:112
2781
+ msgid "Preview"
2782
+ msgstr "プレビュー"
2783
+
2784
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:199
2785
+ msgid "Customize Text For Social Share Icons"
2786
+ msgstr "ソーシャル共有アイコンのテキストをカスタマイズする"
2787
+
2788
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:207
2789
+ msgid "Select color for share heading"
2790
+ msgstr "共有見出しの色を選択"
2791
+
2792
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:210
2793
+ msgid "Enter text to show above share widget"
2794
+ msgstr "共有ウィジェットの上に表示するテキストを入力してください"
2795
+
2796
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:213
2797
+ msgid "Enter your twitter Username (without @)"
2798
+ msgstr "ツイッターのユーザー名を入力します(@なし)"
2799
+
2800
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:217
2801
+ msgid "Enter the Email subject (email share)"
2802
+ msgstr "メールの件名(メール共有)を入力してください"
2803
+
2804
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:221
2805
+ msgid "Enter the Email body (add ##url## to place the URL)"
2806
+ msgstr "メール本文を入力します(## url ##を追加してURLを配置します"
2807
+
2808
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:385
2809
+ msgid "Customize text for Social Share Icons"
2810
+ msgstr "ソーシャル共有アイコンのテキストをカスタマイズする"
2811
+
2812
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:46
2813
+ msgid "Select the options where you want to display social share icons"
2814
+ msgstr "ソーシャル共有アイコンを表示するオプションを選択します"
2815
+
2816
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:57
2817
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:81
2818
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:105
2819
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:140
2820
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:160
2821
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:185
2822
+ msgid "Before content"
2823
+ msgstr "コンテンツの前"
2824
+
2825
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:61
2826
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:85
2827
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:109
2828
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:144
2829
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:164
2830
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:189
2831
+ msgid "After content"
2832
+ msgstr "コンテンツの後"
2833
+
2834
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:65
2835
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:91
2836
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:114
2837
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:149
2838
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:169
2839
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:194
2840
+ msgid "Both before and after content"
2841
+ msgstr "コンテンツの前後両方"
2842
+
2843
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:120
2844
+ msgid " WooCommerce Individual Product Page(Top)"
2845
+ msgstr "WooCommerce個別製品ページ(トップ)"
2846
+
2847
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:130
2848
+ msgid "WooCommerce Individual Product Page"
2849
+ msgstr "WooCommerce個別製品ページ"
2850
+
2851
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:135
2852
+ msgid "BBPress Forums Page"
2853
+ msgstr "BBPressフォーラムページ"
2854
+
2855
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:155
2856
+ msgid "BBPress Topic Page"
2857
+ msgstr "BBPressトピックページ"
2858
+
2859
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:178
2860
+ msgid "BBPress Reply Page"
2861
+ msgstr "BBPress返信ページ"
2862
+
2863
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2864
+ msgid ""
2865
+ "The icons in above pages will be placed horizontally. For vertical icons, "
2866
+ "add "
2867
+ msgstr "上記のページのアイコンは水平に配置されます。垂直アイコンの場合、追加"
2868
+
2869
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2870
+ msgid "miniOrange Sharing - Vertical"
2871
+ msgstr "ミニオレンジ共有-垂直"
2872
+
2873
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2874
+ msgid "widget from Appearance->Widgets."
2875
+ msgstr "外観->ウィジェットからのウィジェット"
2876
+
2877
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:17
2878
+ msgid ""
2879
+ "Share counts are supported for Facebook, Vkontakte, Stumble Upon and "
2880
+ "Pinterest"
2881
+ msgstr ""
2882
+ "共有カウントは、Facebook、Vkontakte、Stumble Upon、Pinterestでサポートされて"
2883
+ "います"
2884
+
2885
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:19
2886
+ msgid "Enable share counts"
2887
+ msgstr "共有カウントを有効にする"
2888
+
2889
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:24
2890
+ msgid "Delete Count Session"
2891
+ msgstr "カウントセッションの削除"
2892
+
2893
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:47
2894
+ msgid "Facebook Access Token"
2895
+ msgstr "Facebookアクセストークン"
2896
+
2897
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:48
2898
+ msgid "Instructions to configure Facebook Share Counts"
2899
+ msgstr "Facebookの共有カウントを構成する手順"
2900
+
2901
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:50
2902
+ msgid "Sign in with your Facebook account"
2903
+ msgstr "Facebookアカウントでサインインする"
2904
+
2905
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:52
2906
+ msgid ""
2907
+ "Use an existing app if you already have one or create a new facebook\n"
2908
+ " app by clicking on "
2909
+ msgstr ""
2910
+ "既存のアプリを既にお持ちの場合は使用するか、新しいFacebookを作成します\n"
2911
+ " クリックしてアプリ"
2912
+
2913
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2914
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:54
2915
+ msgid "Create App"
2916
+ msgstr "アプリを作成"
2917
+
2918
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2919
+ msgid "My Apps"
2920
+ msgstr "私のアプリ"
2921
+
2922
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2923
+ msgid ""
2924
+ "and\n"
2925
+ " select"
2926
+ msgstr ""
2927
+ "そして\n"
2928
+ " 選択する"
2929
+
2930
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:54
2931
+ msgid ""
2932
+ " Enter Display Name i.e App Name and click\n"
2933
+ " on"
2934
+ msgstr ""
2935
+ "表示名、つまりアプリ名を入力してクリックします\n"
2936
+ " オン"
2937
+
2938
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:55
2939
+ msgid "Create App ID"
2940
+ msgstr "アプリIDを作成"
2941
+
2942
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2943
+ msgid "Tools"
2944
+ msgstr "Tools"
2945
+
2946
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2947
+ msgid "select"
2948
+ msgstr "選択する"
2949
+
2950
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2951
+ msgid "Graph API Explorer"
2952
+ msgstr "グラフAPI冒険者"
2953
+
2954
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2955
+ msgid "and click on"
2956
+ msgstr "をクリックしますon"
2957
+
2958
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2959
+ msgid ""
2960
+ "Get\n"
2961
+ " Access Token"
2962
+ msgstr ""
2963
+ "取得する\n"
2964
+ " アクセストークン"
2965
+
2966
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2967
+ msgid "Now, go to"
2968
+ msgstr "Now, go to"
2969
+
2970
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2971
+ msgid "Access Token Tool"
2972
+ msgstr "アクセストークンツール"
2973
+
2974
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2975
+ msgid "and press"
2976
+ msgstr "and press"
2977
+
2978
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2979
+ msgid "Debug"
2980
+ msgstr "デバッグ"
2981
+
2982
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2983
+ msgid "option at right side for the "
2984
+ msgstr "右側のオプション"
2985
+
2986
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2987
+ msgid "User Token"
2988
+ msgstr "ユーザートークン"
2989
+
2990
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2991
+ msgid "Now copy the"
2992
+ msgstr "今すぐコピー"
2993
+
2994
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2995
+ msgid "Access Token"
2996
+ msgstr "アクセストークン"
2997
+
2998
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2999
+ msgid ""
3000
+ "and paste it in the above field and\n"
3001
+ " click on"
3002
+ msgstr ""
3003
+ "上記のフィールドに貼り付けて\n"
3004
+ " クリック"
3005
+
3006
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:62
3007
+ msgid "save"
3008
+ msgstr "セーブ"
3009
+
3010
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:65
3011
+ msgid ""
3012
+ "According to the new updates of\n"
3013
+ " Facebook API it will expires after "
3014
+ "every 60 days. So to avoid any\n"
3015
+ " issues update it again before 60 days"
3016
+ msgstr ""
3017
+ "の新しい更新によると\n"
3018
+ " Facebook APIは60日ごとに有効期限が切"
3019
+ "れます。したがって、\n"
3020
+ " 問題は60日前に再度更新します"
3021
+
3022
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:101
3023
+ msgid "Share Counts"
3024
+ msgstr "共有数"
3025
+
3026
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:10
3027
+ msgid "Horizontal"
3028
+ msgstr "横"
3029
+
3030
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:15
3031
+ msgid "For Sharing Icons"
3032
+ msgstr "アイコンを共有するため"
3033
+
3034
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:16
3035
+ msgid ""
3036
+ " You can use different attribute to customize social sharing icons. All "
3037
+ "attributes are optional"
3038
+ msgstr ""
3039
+ "別の属性を使用して、ソーシャル共有アイコンをカスタマイズできます。すべての属"
3040
+ "性はオプションです"
3041
+
3042
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:20
3043
+ msgid "Common attributes - Horizontal and Vertical"
3044
+ msgstr "共通の属性-水平および垂直"
3045
+
3046
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:21
3047
+ msgid " round, roundededges, square"
3048
+ msgstr "丸い、丸い角、正方形"
3049
+
3050
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:22
3051
+ msgid "default, custombackground, nobackground"
3052
+ msgstr "デフォルト、custombackground, nobackground"
3053
+
3054
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:24
3055
+ msgid "Any value between 0 to 50"
3056
+ msgstr "0〜50の任意の値"
3057
+
3058
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:25
3059
+ msgid "url"
3060
+ msgstr "url"
3061
+
3062
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:25
3063
+ msgid "Enter custom URL for sharing"
3064
+ msgstr "共有するカスタムURLを入力してください"
3065
+
3066
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:26
3067
+ msgid "fontcolor"
3068
+ msgstr "フォントカラー"
3069
+
3070
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:26
3071
+ msgid "Enter custom color for icons (only works with no background theme"
3072
+ msgstr "アイコンのカスタム色を入力します(背景テーマなしでのみ機能します"
3073
+
3074
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
3075
+ msgid "sharecnt"
3076
+ msgstr "sharecnt"
3077
+
3078
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
3079
+ msgid " yes, no "
3080
+ msgstr "はい・いいえ"
3081
+
3082
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
3083
+ msgid "To see social share count*"
3084
+ msgstr "ソーシャルシェア数を確認するには*"
3085
+
3086
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:28
3087
+ msgid "Horizontal attributes"
3088
+ msgstr "水平属性"
3089
+
3090
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:29
3091
+ msgid "Enter custom heading text"
3092
+ msgstr "カスタム見出しテキストを入力してください"
3093
+
3094
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:30
3095
+ msgid ""
3096
+ " Enter custom text color for heading eg: cyan, red, blue, orange, yellow"
3097
+ msgstr ""
3098
+ "見出しのカスタムテキストの色を入力します。例:シアン、赤、青、オレンジ、黄色"
3099
+
3100
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:32
3101
+ msgid "Vertical attributes"
3102
+ msgstr "垂直属性"
3103
+
3104
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:33
3105
+ msgid "alignment"
3106
+ msgstr "アライメント"
3107
+
3108
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:33
3109
+ msgid "left,right"
3110
+ msgstr "左、右"
3111
+
3112
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:34
3113
+ msgid "topoffset"
3114
+ msgstr "トップオフセット"
3115
+
3116
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:34
3117
+ msgid "Any value(height from top) between 0 to 1000"
3118
+ msgstr "0〜1000の任意の値(上からの高さ)"
3119
+
3120
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:35
3121
+ msgid "rightoffset(Applicable if alignment is right)"
3122
+ msgstr "rightoffset(配置が正しい場合に適用可能)"
3123
+
3124
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:35
3125
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:36
3126
+ msgid "Any value between 0 to 200"
3127
+ msgstr "0〜200の任意の値"
3128
+
3129
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:36
3130
+ msgid "leftoffset(Applicable if alignment is left)"
3131
+ msgstr "leftoffset(配置が左の場合に適用可能)"
3132
+
3133
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:45
3134
+ msgid "Social Sharing Shortcode"
3135
+ msgstr "ソーシャルシェアリングショートコード"
3136
+
3137
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:18
3138
+ msgid "Select Social Apps"
3139
+ msgstr "ソーシャルアプリを選択"
3140
+
3141
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:20
3142
+ msgid "Select applications to enable social sharing"
3143
+ msgstr "ソーシャル共有を有効にするアプリケーションを選択してください"
3144
+
3145
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:28
3146
+ msgid "Facebook"
3147
+ msgstr "フェイスブック"
3148
+
3149
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:36
3150
+ msgid "Twitter"
3151
+ msgstr "ツイッター"
3152
+
3153
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:47
3154
+ msgid "Google"
3155
+ msgstr "グーグル"
3156
+
3157
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:61
3158
+ msgid "Vkontakte"
3159
+ msgstr "ヴコンタクテ"
3160
+
3161
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:74
3162
+ msgid "Tumblr"
3163
+ msgstr "タンブラー"
3164
+
3165
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:91
3166
+ msgid "StumbleUpon"
3167
+ msgstr "StumbleUpon"
3168
+
3169
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:105
3170
+ msgid "LinkedIn"
3171
+ msgstr "LinkedIn"
3172
+
3173
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:134
3174
+ msgid "Pinterest"
3175
+ msgstr "Pinterest"
3176
+
3177
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:148
3178
+ msgid "Pocket"
3179
+ msgstr "ポケット"
3180
+
3181
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:165
3182
+ msgid "Digg"
3183
+ msgstr "ディグ"
3184
+
3185
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:178
3186
+ msgid "Delicious"
3187
+ msgstr "おいしい"
3188
+
3189
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:191
3190
+ msgid "Odnoklassniki"
3191
+ msgstr "Odnoklassniki"
3192
+
3193
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:214
3194
+ msgid "Print"
3195
+ msgstr "印刷する"
3196
+
3197
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:228
3198
+ msgid "Whatsapp"
3199
+ msgstr "Whatsapp"
3200
+
3201
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:249
3202
+ msgid "No apps selected"
3203
+ msgstr "アプリが選択されていません"
3204
+
3205
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:556
3206
+ msgid ""
3207
+ "Custom background: This will\n"
3208
+ " change the background color of sharing icons"
3209
+ msgstr ""
3210
+ "カスタム背景:これは\n"
3211
+ " 共有アイコンの背景色を変更する"
3212
+
3213
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:558
3214
+ msgid ""
3215
+ "No background: This will change the font color of icons without background"
3216
+ msgstr "背景なし:これにより、背景のないアイコンのフォントの色が変更されます"
lang/miniorange-login-openid-zh_CN.mo ADDED
Binary file
lang/miniorange-login-openid-zh_CN.po ADDED
@@ -0,0 +1,3056 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: miniorange-login-openid\n"
4
+ "POT-Creation-Date: 2020-03-04 17:23+0530\n"
5
+ "PO-Revision-Date: 2020-03-04 17:34+0530\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: miniOrange\n"
8
+ "Language: zh_CN\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.4\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=1; plural=0;\n"
15
+ "X-Poedit-KeywordsList: mo_sl;__;_e\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: class-mo-openid-login-widget.php:42
19
+ msgid ""
20
+ "Login using Social Apps like Google, Facebook, LinkedIn, Microsoft, "
21
+ "Instagram."
22
+ msgstr "使用社交应用(如谷歌、Facebook、LinkedIn、微软、Instagram)登录。"
23
+
24
+ #: class-mo-openid-login-widget.php:544 class-mo-openid-login-widget.php:552
25
+ msgid "Logout"
26
+ msgstr "注销"
27
+
28
+ #: class-mo-openid-login-widget.php:1359
29
+ msgid ""
30
+ "Share using horizontal widget. Lets you share with Social Apps like Google, "
31
+ "Facebook, LinkedIn, Pinterest, Reddit."
32
+ msgstr ""
33
+ "使用水平小部件共享。让您与Google,Facebook,LinkedIn,Pinterest,Reddit等社交"
34
+ "应用共享。"
35
+
36
+ #: class-mo-openid-login-widget.php:1404
37
+ msgid ""
38
+ "Share using a vertical floating widget. Lets you share with Social Apps like "
39
+ "Google, Facebook, LinkedIn, Pinterest, Reddit."
40
+ msgstr ""
41
+ "使用垂直浮动窗口小部件共享。让您与Google,Facebook,LinkedIn,Pinterest,"
42
+ "Reddit等社交应用共享。"
43
+
44
+ #: miniorange_openid_sso_settings.php:98
45
+ msgid "Login with"
46
+ msgstr "登录"
47
+
48
+ #: miniorange_openid_sso_settings.php:267
49
+ msgid "Configure OpenID"
50
+ msgstr "配置OpenID"
51
+
52
+ #: miniorange_openid_sso_settings_page.php:55
53
+ #: miniorange_openid_sso_settings_page.php:492
54
+ #: miniorange_openid_sso_settings_page.php:635
55
+ #: miniorange_openid_sso_settings_page.php:820
56
+ msgid "miniOrange Social Login"
57
+ msgstr "迷你橙色社交登录"
58
+
59
+ #: miniorange_openid_sso_settings_page.php:56
60
+ #: miniorange_openid_sso_settings_page.php:493
61
+ #: miniorange_openid_sso_settings_page.php:636
62
+ #: miniorange_openid_sso_settings_page.php:821
63
+ #: view/profile/mo_openid_profile.php:23 view/profile/mo_openid_profile.php:51
64
+ msgid "Privacy Policy"
65
+ msgstr "隐私政策"
66
+
67
+ #: miniorange_openid_sso_settings_page.php:57
68
+ #: miniorange_openid_sso_settings_page.php:494
69
+ #: miniorange_openid_sso_settings_page.php:637
70
+ #: miniorange_openid_sso_settings_page.php:822
71
+ msgid "FAQs"
72
+ msgstr "常见问题"
73
+
74
+ #: miniorange_openid_sso_settings_page.php:58
75
+ #: miniorange_openid_sso_settings_page.php:495
76
+ #: miniorange_openid_sso_settings_page.php:638
77
+ #: miniorange_openid_sso_settings_page.php:823
78
+ msgid "Forum"
79
+ msgstr "论坛"
80
+
81
+ #: miniorange_openid_sso_settings_page.php:59
82
+ #: miniorange_openid_sso_settings_page.php:98
83
+ #: miniorange_openid_sso_settings_page.php:496
84
+ #: miniorange_openid_sso_settings_page.php:639
85
+ msgid "Add On"
86
+ msgstr "添加在"
87
+
88
+ #: miniorange_openid_sso_settings_page.php:60
89
+ #: miniorange_openid_sso_settings_page.php:497
90
+ #: miniorange_openid_sso_settings_page.php:640
91
+ #: miniorange_openid_sso_settings_page.php:825
92
+ msgid "Upgrade Now"
93
+ msgstr "现在升级"
94
+
95
+ #: miniorange_openid_sso_settings_page.php:61
96
+ msgid "What's new in miniOrange"
97
+ msgstr "迷你橙色的新增功能"
98
+
99
+ #: miniorange_openid_sso_settings_page.php:63
100
+ msgid "Rate us"
101
+ msgstr "评价我们"
102
+
103
+ #: miniorange_openid_sso_settings_page.php:66
104
+ msgid "Restart Tour"
105
+ msgstr "重新开始游览"
106
+
107
+ #: miniorange_openid_sso_settings_page.php:68
108
+ msgid "Setup Plugin"
109
+ msgstr "设定插入"
110
+
111
+ #: miniorange_openid_sso_settings_page.php:81
112
+ #: miniorange_openid_sso_settings_page.php:509
113
+ #: miniorange_openid_sso_settings_page.php:652
114
+ #: miniorange_openid_sso_settings_page.php:835
115
+ msgid "miniOrange"
116
+ msgstr "迷你橙"
117
+
118
+ #: miniorange_openid_sso_settings_page.php:84
119
+ msgid "Configure Apps"
120
+ msgstr "配置应用"
121
+
122
+ #: miniorange_openid_sso_settings_page.php:85
123
+ msgid "Customise Social Login Icons"
124
+ msgstr "自定义社交登录图标"
125
+
126
+ #: miniorange_openid_sso_settings_page.php:86
127
+ #: view/disp_options/mo_openid_dispopt.php:98
128
+ #: view/disp_options/mo_openid_dispopt.php:131
129
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
130
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
131
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:41
132
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:214
133
+ msgid "Display Options"
134
+ msgstr "显示选项"
135
+
136
+ #: miniorange_openid_sso_settings_page.php:87
137
+ msgid "Redirect Options"
138
+ msgstr "重定向选项"
139
+
140
+ #: miniorange_openid_sso_settings_page.php:88
141
+ msgid "Registration"
142
+ msgstr "注册选项"
143
+
144
+ #: miniorange_openid_sso_settings_page.php:89
145
+ msgid "GDPR"
146
+ msgstr "GDPR设置"
147
+
148
+ #: miniorange_openid_sso_settings_page.php:89
149
+ #: miniorange_openid_sso_settings_page.php:90
150
+ #: miniorange_openid_sso_settings_page.php:91
151
+ #: miniorange_openid_sso_settings_page.php:93
152
+ #: miniorange_openid_sso_settings_page.php:94
153
+ #: miniorange_openid_sso_settings_page.php:95
154
+ #: miniorange_openid_sso_settings_page.php:96
155
+ #: view/disp_options/mo_openid_dispopt.php:28
156
+ #: view/disp_options/mo_openid_dispopt.php:46
157
+ #: view/disp_options/mo_openid_dispopt.php:94
158
+ #: view/premium_features/mo_openid_prem_feat.php:90
159
+ #: view/premium_features/mo_openid_prem_feat.php:105
160
+ #: view/premium_features/mo_openid_prem_feat.php:121
161
+ #: view/premium_features/mo_openid_prem_feat.php:135
162
+ #: view/premium_features/mo_openid_prem_feat.php:149
163
+ #: view/premium_features/mo_openid_prem_feat.php:160
164
+ #: view/profile/mo_openid_profile.php:84
165
+ msgid "PRO"
166
+ msgstr "专业版"
167
+
168
+ #: miniorange_openid_sso_settings_page.php:90
169
+ #: view/restrict_domain/mo_openid_restrict_dom.php:11
170
+ #: view/restrict_domain/mo_openid_restrict_dom.php:41
171
+ msgid "Domain Restriction"
172
+ msgstr "域限制"
173
+
174
+ #: miniorange_openid_sso_settings_page.php:91
175
+ #: view/link_social_account/mo_openid_Acclink.php:72
176
+ msgid "Link Social Account"
177
+ msgstr "连结社交帐户"
178
+
179
+ #: miniorange_openid_sso_settings_page.php:92
180
+ #: view/profile_completion/mo_openid_prof_comp.php:60
181
+ msgid "Profile Completion"
182
+ msgstr "侧面像完成"
183
+
184
+ #: miniorange_openid_sso_settings_page.php:93
185
+ #: view/email_settings/mo_openid_set_email.php:74
186
+ msgid "Email Notification"
187
+ msgstr "电子邮件通知"
188
+
189
+ #: miniorange_openid_sso_settings_page.php:94
190
+ msgid "Recaptcha"
191
+ msgstr "启用reCAPTCHA"
192
+
193
+ #: miniorange_openid_sso_settings_page.php:95
194
+ #: view/premium_features/mo_openid_prem_feat.php:159
195
+ msgid "Premium Features"
196
+ msgstr "高级功能"
197
+
198
+ #: miniorange_openid_sso_settings_page.php:96
199
+ #: view/integration/mo_openid_integrate.php:116
200
+ msgid "Integrations"
201
+ msgstr "整合方式"
202
+
203
+ #: miniorange_openid_sso_settings_page.php:97
204
+ #: miniorange_openid_sso_settings_page.php:528
205
+ #: miniorange_openid_sso_settings_page.php:659
206
+ msgid "Shortcodes"
207
+ msgstr "简码"
208
+
209
+ #: miniorange_openid_sso_settings_page.php:99
210
+ msgid "User Profile"
211
+ msgstr "用户个人资料详细信息"
212
+
213
+ #: miniorange_openid_sso_settings_page.php:184
214
+ #: miniorange_openid_sso_settings_page.php:580
215
+ #: miniorange_openid_sso_settings_page.php:715
216
+ #: miniorange_openid_sso_settings_page.php:887
217
+ msgid "NEED HELP"
218
+ msgstr "需要帮忙"
219
+
220
+ #: miniorange_openid_sso_settings_page.php:514
221
+ msgid ""
222
+ "Select\n"
223
+ " Social Apps"
224
+ msgstr ""
225
+ "选择\n"
226
+ " 社交应用"
227
+
228
+ #: miniorange_openid_sso_settings_page.php:518
229
+ #: miniorange_openid_sso_settings_page.php:657
230
+ msgid "Customization"
231
+ msgstr "客制化"
232
+
233
+ #: miniorange_openid_sso_settings_page.php:521
234
+ msgid ""
235
+ "Social\n"
236
+ " Share Counts"
237
+ msgstr ""
238
+ "社会的\n"
239
+ " 共享计数"
240
+
241
+ #: miniorange_openid_sso_settings_page.php:525
242
+ msgid ""
243
+ "Display\n"
244
+ " Option"
245
+ msgstr ""
246
+ "显示\n"
247
+ " 选项"
248
+
249
+ #: miniorange_openid_sso_settings_page.php:655
250
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
251
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:20
252
+ msgid "Select Applications"
253
+ msgstr "选择应用"
254
+
255
+ #: miniorange_openid_sso_settings_page.php:656
256
+ msgid "Display options"
257
+ msgstr "显示选项"
258
+
259
+ #: miniorange_openid_sso_settings_page.php:658
260
+ msgid "Enable and Add Social Comments"
261
+ msgstr "启用和添加社交评论"
262
+
263
+ #: miniorange_openid_sso_settings_page.php:824 view/faq/mo_openid_faq.php:108
264
+ #: view/faq/mo_openid_faq.php:117
265
+ msgid "Social Login"
266
+ msgstr "社交登录"
267
+
268
+ #: miniorange_openid_sso_settings_page.php:838
269
+ #: view/add_on/custom_registration_form.php:9
270
+ #: view/mo_new/mo_openid_whats_new.php:65
271
+ msgid "Custom Registration Form"
272
+ msgstr "海关登记表"
273
+
274
+ #: miniorange_openid_sso_settings_page.php:839
275
+ msgid "Go to Social Login"
276
+ msgstr "转到社交登录"
277
+
278
+ #: miniorange_openid_sso_settings_page.php:840
279
+ msgid "Licensing Plans"
280
+ msgstr "许可计划"
281
+
282
+ #: view/add_on/custom_registration_form.php:10
283
+ msgid "Purchase"
284
+ msgstr "采购"
285
+
286
+ #: view/add_on/custom_registration_form.php:15
287
+ msgid "Verify Key"
288
+ msgstr "校验键"
289
+
290
+ #: view/add_on/custom_registration_form.php:21
291
+ msgid ""
292
+ "Custom Registration Form Add-On helps you to integrate details of new as "
293
+ "well as existing users. You\n"
294
+ " can add as many fields as you want including the one "
295
+ "which are returned by\n"
296
+ " social sites at time of registration"
297
+ msgstr ""
298
+ "自定义注册表单附加组件可帮助您集成新用户和现有用户的详细信息。您\n"
299
+ " 可以根据需要添加任意多个字段,包括由返回的字段\n"
300
+ " 注册时的社交网站"
301
+
302
+ #: view/add_on/custom_registration_form.php:46
303
+ msgid "Customization Fields"
304
+ msgstr "自定义字段"
305
+
306
+ #: view/add_on/custom_registration_form.php:49
307
+ msgid "Enable Auto Field Registration Form"
308
+ msgstr "启用自动字段注册表格"
309
+
310
+ #: view/add_on/custom_registration_form.php:71
311
+ msgid "Registration page link"
312
+ msgstr "注册页面链接"
313
+
314
+ #: view/add_on/custom_registration_form.php:77
315
+ msgid "Existing Field"
316
+ msgstr "现有领域"
317
+
318
+ #: view/add_on/custom_registration_form.php:78
319
+ #: view/add_on/custom_registration_form.php:145
320
+ msgid "Field"
321
+ msgstr "领域"
322
+
323
+ #: view/add_on/custom_registration_form.php:79
324
+ #: view/add_on/custom_registration_form.php:150
325
+ msgid "Custom name"
326
+ msgstr "自定义名称"
327
+
328
+ #: view/add_on/custom_registration_form.php:80
329
+ #: view/add_on/custom_registration_form.php:146
330
+ #: view/add_on/custom_registration_form.php:151
331
+ msgid "Field Type"
332
+ msgstr "栏位类型"
333
+
334
+ #: view/add_on/custom_registration_form.php:81
335
+ msgid "Field Options"
336
+ msgstr "栏位选项"
337
+
338
+ #: view/add_on/custom_registration_form.php:82
339
+ #: view/add_on/custom_registration_form.php:156
340
+ msgid "Required Field"
341
+ msgstr "必填项目"
342
+
343
+ #: view/add_on/custom_registration_form.php:94
344
+ msgid "Select Field"
345
+ msgstr "选择栏位"
346
+
347
+ #: view/add_on/custom_registration_form.php:102
348
+ msgid "Select Type"
349
+ msgstr "选择类型"
350
+
351
+ #: view/add_on/custom_registration_form.php:109
352
+ msgid "No"
353
+ msgstr "没有"
354
+
355
+ #: view/add_on/custom_registration_form.php:124
356
+ #: view/integration/mo_openid_integrate.php:29
357
+ msgid "Cancel"
358
+ msgstr "取消"
359
+
360
+ #: view/add_on/custom_registration_form.php:129
361
+ msgid "Instructions to setup"
362
+ msgstr "设置说明"
363
+
364
+ #: view/add_on/custom_registration_form.php:132
365
+ msgid "Create a page and use shortcode"
366
+ msgstr "创建一个页面并使用简码"
367
+
368
+ #: view/add_on/custom_registration_form.php:133
369
+ msgid "where you want your form to be displayed"
370
+ msgstr "您希望在哪里显示表单"
371
+
372
+ #: view/add_on/custom_registration_form.php:135
373
+ msgid ""
374
+ "Copy the page link and paste it in the above field <b>Registration page\n"
375
+ " link"
376
+ msgstr ""
377
+ "复制页面链接并将其粘贴到以上字段<b>注册页面中\n"
378
+ " 链接"
379
+
380
+ #: view/add_on/custom_registration_form.php:138
381
+ msgid ""
382
+ "If you have any existing wp_usermeta field then enter that field's name in"
383
+ msgstr "如果您有任何现有的wp_usermeta字段,请在以下位置输入该字段的名称"
384
+
385
+ #: view/add_on/custom_registration_form.php:139
386
+ msgid ""
387
+ "Existing\n"
388
+ " Field"
389
+ msgstr ""
390
+ "现有\n"
391
+ " 领域"
392
+
393
+ #: view/add_on/custom_registration_form.php:140
394
+ msgid "column. For example, if you are saving"
395
+ msgstr "柱。例如,如果您要保存"
396
+
397
+ #: view/add_on/custom_registration_form.php:140
398
+ msgid "First Name"
399
+ msgstr "名字"
400
+
401
+ #: view/add_on/custom_registration_form.php:140
402
+ #: view/add_on/custom_registration_form.php:156
403
+ msgid "as"
404
+ msgstr "如"
405
+
406
+ #: view/add_on/custom_registration_form.php:141
407
+ msgid "fname"
408
+ msgstr "f名"
409
+
410
+ #: view/add_on/custom_registration_form.php:142
411
+ msgid ""
412
+ "in wp_usermeta field then enter fname in Existing Field\n"
413
+ " column."
414
+ msgstr ""
415
+ "在wp_usermeta字段中,然后在“现有字段”中输入fname\n"
416
+ " 柱。"
417
+
418
+ #: view/add_on/custom_registration_form.php:145
419
+ msgid "Select field name under the "
420
+ msgstr "在下方选择字段名称"
421
+
422
+ #: view/add_on/custom_registration_form.php:145
423
+ msgid "dropdown"
424
+ msgstr "落向下"
425
+
426
+ #: view/add_on/custom_registration_form.php:146
427
+ msgid "If selected field is other than custom, then"
428
+ msgstr "如果选择的字段不是自定义字段,则"
429
+
430
+ #: view/add_on/custom_registration_form.php:146
431
+ msgid ""
432
+ "will\n"
433
+ " automatically be"
434
+ msgstr ""
435
+ "将\n"
436
+ " 自动成为"
437
+
438
+ #: view/add_on/custom_registration_form.php:147
439
+ msgid "Textbox"
440
+ msgstr "文本框"
441
+
442
+ #: view/add_on/custom_registration_form.php:147
443
+ msgid "and there is no need to enter"
444
+ msgstr "无需输入"
445
+
446
+ #: view/add_on/custom_registration_form.php:147
447
+ msgid ""
448
+ "Custom\n"
449
+ " name"
450
+ msgstr ""
451
+ "自订\n"
452
+ " 名称"
453
+
454
+ #: view/add_on/custom_registration_form.php:148 view/faq/mo_openid_faq.php:81
455
+ #: view/profile/mo_openid_profile.php:51
456
+ msgid "and"
457
+ msgstr "和"
458
+
459
+ #: view/add_on/custom_registration_form.php:148
460
+ msgid "Field options"
461
+ msgstr "栏位选项"
462
+
463
+ #: view/add_on/custom_registration_form.php:150
464
+ msgid "If selected field is custom, then enter"
465
+ msgstr "如果选择的字段是自定义字段,则输入"
466
+
467
+ #: view/add_on/custom_registration_form.php:151
468
+ #: view/add_on/custom_registration_form.php:156
469
+ msgid "Select"
470
+ msgstr "选择"
471
+
472
+ #: view/add_on/custom_registration_form.php:151
473
+ msgid "if selected"
474
+ msgstr "如果选择"
475
+
476
+ #: view/add_on/custom_registration_form.php:151
477
+ msgid "is"
478
+ msgstr "是"
479
+
480
+ #: view/add_on/custom_registration_form.php:152
481
+ msgid "Checkbox"
482
+ msgstr "复选框"
483
+
484
+ #: view/add_on/custom_registration_form.php:152
485
+ msgid "or"
486
+ msgstr "要么"
487
+
488
+ #: view/add_on/custom_registration_form.php:152
489
+ msgid "Dropdown"
490
+ msgstr "落向下"
491
+
492
+ #: view/add_on/custom_registration_form.php:152
493
+ #: view/add_on/custom_registration_form.php:153
494
+ msgid ""
495
+ "Field\n"
496
+ " Options"
497
+ msgstr ""
498
+ "领域\n"
499
+ " 选件"
500
+
501
+ #: view/add_on/custom_registration_form.php:153
502
+ msgid "seprated by semicolon "
503
+ msgstr "用分号分隔"
504
+
505
+ #: view/add_on/custom_registration_form.php:153
506
+ msgid "otherwise leave"
507
+ msgstr "否则离开"
508
+
509
+ #: view/add_on/custom_registration_form.php:154
510
+ msgid "blank."
511
+ msgstr "空白。"
512
+
513
+ #: view/add_on/custom_registration_form.php:156
514
+ msgid "Yes"
515
+ msgstr "是"
516
+
517
+ #: view/add_on/custom_registration_form.php:156
518
+ msgid ""
519
+ "if you want to make that field\n"
520
+ " compulsory for user"
521
+ msgstr ""
522
+ "如果你想做那个领域\n"
523
+ " 用户必须"
524
+
525
+ #: view/add_on/custom_registration_form.php:159
526
+ msgid "If you want to add more than 1 fields at a time click on"
527
+ msgstr "如果您想一次添加多个字段,请点击 me"
528
+
529
+ #: view/add_on/custom_registration_form.php:160
530
+ msgid "Last click on"
531
+ msgstr "最后点击"
532
+
533
+ #: view/add_on/custom_registration_form.php:160
534
+ #: view/customise_social_icons/mo_openid_cust_icons.php:119
535
+ #: view/disp_options/mo_openid_dispopt.php:92
536
+ #: view/email_settings/mo_openid_set_email.php:66
537
+ #: view/gdpr/mo_openid_gdpr.php:33 view/integration/mo_openid_integrate.php:108
538
+ #: view/link_social_account/mo_openid_Acclink.php:65
539
+ #: view/profile_completion/mo_openid_prof_comp.php:52
540
+ #: view/redirect_options/mo_openid_redirect_op.php:121
541
+ #: view/registration/mo_openid_registration.php:48
542
+ #: view/restrict_domain/mo_openid_restrict_dom.php:33
543
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:23
544
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:36
545
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:49
546
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:227
547
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:205
548
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:74
549
+ msgid "Save"
550
+ msgstr "保存"
551
+
552
+ #: view/add_on/custom_registration_form.php:160
553
+ msgid "button"
554
+ msgstr "纽扣"
555
+
556
+ #: view/add_on/custom_registration_form.php:192
557
+ msgid "Social Login Add On"
558
+ msgstr "社交登录附加"
559
+
560
+ #: view/config_apps/mo_openid_config_apps.php:33
561
+ msgid "Active"
562
+ msgstr "活性"
563
+
564
+ #: view/config_apps/mo_openid_config_apps.php:63
565
+ msgid "Premium Applications"
566
+ msgstr "选择应用"
567
+
568
+ #: view/config_apps/mo_openid_config_apps.php:98
569
+ msgid "Configure Applications"
570
+ msgstr "选择应用"
571
+
572
+ #: view/customise_social_icons/mo_openid_cust_icons.php:13
573
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:28
574
+ msgid "Shape"
575
+ msgstr "形状"
576
+
577
+ #: view/customise_social_icons/mo_openid_cust_icons.php:14
578
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:39
579
+ msgid "Round"
580
+ msgstr "回合"
581
+
582
+ #: view/customise_social_icons/mo_openid_cust_icons.php:17
583
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:45
584
+ msgid "Rounded Edges"
585
+ msgstr "圆边"
586
+
587
+ #: view/customise_social_icons/mo_openid_cust_icons.php:21
588
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:50
589
+ msgid "Square"
590
+ msgstr "广场"
591
+
592
+ #: view/customise_social_icons/mo_openid_cust_icons.php:24
593
+ msgid "Long Button"
594
+ msgstr "长按钮"
595
+
596
+ #: view/customise_social_icons/mo_openid_cust_icons.php:31
597
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:29
598
+ msgid "Theme"
599
+ msgstr "主题"
600
+
601
+ #: view/customise_social_icons/mo_openid_cust_icons.php:34
602
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:59
603
+ msgid "Default"
604
+ msgstr "默认"
605
+
606
+ #: view/customise_social_icons/mo_openid_cust_icons.php:40
607
+ msgid "Custom background*"
608
+ msgstr "自定义背景*"
609
+
610
+ #: view/customise_social_icons/mo_openid_cust_icons.php:49
611
+ msgid "*Custom background:"
612
+ msgstr "*自定义背景:"
613
+
614
+ #: view/customise_social_icons/mo_openid_cust_icons.php:49
615
+ msgid "This will change the background color of login icons"
616
+ msgstr "这将更改登录图标的背景颜色"
617
+
618
+ #: view/customise_social_icons/mo_openid_cust_icons.php:52
619
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:31
620
+ msgid "Size of Icons"
621
+ msgstr "图标大小"
622
+
623
+ #: view/customise_social_icons/mo_openid_cust_icons.php:54
624
+ msgid "Width:"
625
+ msgstr "宽度:"
626
+
627
+ #: view/customise_social_icons/mo_openid_cust_icons.php:57
628
+ msgid "Height:"
629
+ msgstr "高度:"
630
+
631
+ #: view/customise_social_icons/mo_openid_cust_icons.php:60
632
+ msgid "Curve:"
633
+ msgstr "曲线:"
634
+
635
+ #: view/customise_social_icons/mo_openid_cust_icons.php:71
636
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:30
637
+ msgid "Space between Icons"
638
+ msgstr "图标之间的空间"
639
+
640
+ #: view/customise_social_icons/mo_openid_cust_icons.php:79
641
+ msgid "Customize Text For Social Login Buttons / Icons"
642
+ msgstr "自定义社交登录按钮/图标的文本"
643
+
644
+ #: view/customise_social_icons/mo_openid_cust_icons.php:82
645
+ msgid "Select color for customize text:"
646
+ msgstr "选择颜色以自定义文本:"
647
+
648
+ #: view/customise_social_icons/mo_openid_cust_icons.php:90
649
+ msgid "Enter text to show above login widget:"
650
+ msgstr "输入文本以显示在登录小部件上方:"
651
+
652
+ #: view/customise_social_icons/mo_openid_cust_icons.php:96
653
+ msgid "Enter text to show on your login buttons:"
654
+ msgstr "输入要显示在登录按钮上的文本:"
655
+
656
+ #: view/customise_social_icons/mo_openid_cust_icons.php:103
657
+ msgid "Customize Text to show user after Login"
658
+ msgstr "自定义文本以在登录后显示用户"
659
+
660
+ #: view/customise_social_icons/mo_openid_cust_icons.php:106
661
+ msgid ""
662
+ "Enter text to show before the logout link. Use ##username## to display "
663
+ "current username:"
664
+ msgstr "输入要在注销链接之前显示的文本。使用## username ##显示当前用户名:"
665
+
666
+ #: view/customise_social_icons/mo_openid_cust_icons.php:113
667
+ msgid "Enter text to show as logout link:"
668
+ msgstr "输入文本以显示为注销链接:"
669
+
670
+ #: view/customise_social_icons/mo_openid_cust_icons.php:215
671
+ msgid "Customize Login Icons"
672
+ msgstr "自定义登录图标"
673
+
674
+ #: view/disp_options/mo_openid_dispopt.php:10
675
+ msgid "Select the options where you want to display the social login icons"
676
+ msgstr "选择要在其中显示社交登录图标的选项"
677
+
678
+ #: view/disp_options/mo_openid_dispopt.php:11
679
+ msgid "Default Login Form [wp-admin]"
680
+ msgstr "默认登录表单[wp-admin]"
681
+
682
+ #: view/disp_options/mo_openid_dispopt.php:16
683
+ msgid "Default Registration Form"
684
+ msgstr "默认注册表格"
685
+
686
+ #: view/disp_options/mo_openid_dispopt.php:22
687
+ msgid "Comment Form"
688
+ msgstr "评论表格"
689
+
690
+ #: view/disp_options/mo_openid_dispopt.php:26
691
+ msgid "Don't find your login page in above options use"
692
+ msgstr "在上述选项中找不到您的登录页面"
693
+
694
+ #: view/disp_options/mo_openid_dispopt.php:26
695
+ msgid "to display social icons or"
696
+ msgstr "显示社交图标或"
697
+
698
+ #: view/disp_options/mo_openid_dispopt.php:26
699
+ msgid "Contact Us"
700
+ msgstr "联系我们"
701
+
702
+ #: view/disp_options/mo_openid_dispopt.php:28
703
+ msgid "BuddyPress display options"
704
+ msgstr "BuddyPress显示选项"
705
+
706
+ #: view/disp_options/mo_openid_dispopt.php:30
707
+ msgid "Before BuddyPress Registration Form"
708
+ msgstr "在BuddyPress注册表格之前"
709
+
710
+ #: view/disp_options/mo_openid_dispopt.php:35
711
+ msgid "Before BuddyPress Account Details"
712
+ msgstr "BuddyPress之前的帐户详细信息"
713
+
714
+ #: view/disp_options/mo_openid_dispopt.php:40
715
+ msgid "After BuddyPress Registration Form"
716
+ msgstr "在BuddyPress注册表格之后"
717
+
718
+ #: view/disp_options/mo_openid_dispopt.php:46
719
+ msgid "Woocommerce display options"
720
+ msgstr "Woocommerce显示选项"
721
+
722
+ #: view/disp_options/mo_openid_dispopt.php:48
723
+ msgid "Before WooCommerce Login Form"
724
+ msgstr "在WooCommerce登录表单之前"
725
+
726
+ #: view/disp_options/mo_openid_dispopt.php:53
727
+ msgid "Before 'Remember Me' of WooCommerce Login Form"
728
+ msgstr "在WooCommerce登录表单的“记住我”之前"
729
+
730
+ #: view/disp_options/mo_openid_dispopt.php:57
731
+ msgid "After WooCommerce Login Form"
732
+ msgstr "WooCommerce登录后表格"
733
+
734
+ #: view/disp_options/mo_openid_dispopt.php:62
735
+ msgid "Before WooCommerce Registration Form"
736
+ msgstr "在WooCommerce注册表格之前"
737
+
738
+ #: view/disp_options/mo_openid_dispopt.php:66
739
+ msgid "Before 'Register button' of WooCommerce Registration Form"
740
+ msgstr "在WooCommerce注册表格的“注册按钮”之前"
741
+
742
+ #: view/disp_options/mo_openid_dispopt.php:71
743
+ msgid "After WooCommerce Registration Form"
744
+ msgstr "WooCommerce注册表格之后"
745
+
746
+ #: view/disp_options/mo_openid_dispopt.php:76
747
+ msgid "Before WooCommerce Checkout Form"
748
+ msgstr "WooCommerce结帐表格之前"
749
+
750
+ #: view/disp_options/mo_openid_dispopt.php:81
751
+ msgid "After WooCommerce Checkout Form"
752
+ msgstr "WooCommerce结帐表格之后"
753
+
754
+ #: view/disp_options/mo_openid_dispopt.php:87
755
+ msgid "Display miniOrange logo with social login icons on selected form"
756
+ msgstr "在选定的表单上显示带有社交登录图标的miniOrange徽标"
757
+
758
+ #: view/disp_options/mo_openid_dispopt.php:94
759
+ msgid ""
760
+ "These features are available in premium version only. To know more about the "
761
+ "premium plugin "
762
+ msgstr "这些功能仅在高级版本中可用。进一步了解高级插件"
763
+
764
+ #: view/disp_options/mo_openid_dispopt.php:94
765
+ msgid "click here"
766
+ msgstr "点击这里"
767
+
768
+ #: view/disp_options/mo_openid_dispopt.php:95
769
+ msgid "Add Login Icons"
770
+ msgstr "添加登录图标"
771
+
772
+ #: view/disp_options/mo_openid_dispopt.php:98
773
+ msgid "You can add login icons in the following areas from"
774
+ msgstr "您可以在以下区域中添加登录图标"
775
+
776
+ #: view/disp_options/mo_openid_dispopt.php:98
777
+ msgid "For other areas(widget areas), use Login widget"
778
+ msgstr "对于其他区域(小部件区域),请使用“登录”小部件"
779
+
780
+ #: view/disp_options/mo_openid_dispopt.php:100
781
+ msgid ""
782
+ "Default Login Form: This option places login icons below the default login "
783
+ "form on wp-login"
784
+ msgstr "默认登录表单:此选项将登录图标放在wp-login的默认登录表单下方"
785
+
786
+ #: view/disp_options/mo_openid_dispopt.php:101
787
+ msgid ""
788
+ "Default Registration Form: This option places login icons below the default "
789
+ "registration form"
790
+ msgstr "默认注册表单:此选项将登录图标放在默认注册表单下方"
791
+
792
+ #: view/disp_options/mo_openid_dispopt.php:103
793
+ msgid ""
794
+ "Comment Form: This option places login icons above the comment section of "
795
+ "all your posts"
796
+ msgstr "评论表格:此选项将登录图标放在所有帖子的评论部分上方"
797
+
798
+ #: view/disp_options/mo_openid_dispopt.php:108
799
+ msgid "Add Login Icons as Widget"
800
+ msgstr "将登录图标添加为小部件"
801
+
802
+ #: view/disp_options/mo_openid_dispopt.php:111
803
+ msgid ""
804
+ "Go to Widgets. Among the available widgets you\n"
805
+ " will find miniOrange Social Login Widget, drag "
806
+ "it to the widget area where\n"
807
+ " you want it to appear"
808
+ msgstr ""
809
+ "转到小部件。在可用的小部件中,\n"
810
+ " 将找到miniOrange Social Login Widget,将其拖到小"
811
+ "部件区域,其中\n"
812
+ " 你想要它出现"
813
+
814
+ #: view/disp_options/mo_openid_dispopt.php:114
815
+ msgid ""
816
+ "Now logout and go to your site. You will see Social Login icon for which you "
817
+ "enabled login."
818
+ msgstr "现在注销并转到您的站点。您将看到启用了登录的“社交登录”图标。"
819
+
820
+ #: view/disp_options/mo_openid_dispopt.php:115
821
+ msgid ""
822
+ "Click that app icon and login with your existing app account to wordpress"
823
+ msgstr "单击该应用程序图标,然后使用您现有的应用程序帐户登录以进行wordpress"
824
+
825
+ #: view/disp_options/mo_openid_dispopt.php:119
826
+ msgid "Using Shortcode"
827
+ msgstr "使用简码"
828
+
829
+ #: view/disp_options/mo_openid_dispopt.php:122
830
+ msgid ""
831
+ "You can use this shortcode <code id='2'>[miniorange_social_login]</code><i "
832
+ "style= \"width: 11px;height: 9px;padding-left:2px;padding-top:3px\" class="
833
+ "\"mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip\" onclick="
834
+ "\"copyToClipboard(this, '#2', '#shortcode_url2_copy')\"><span id="
835
+ "\"shortcode_url2_copy\" class=\"mo_copytooltiptext\">Copy to Clipboard</"
836
+ "span></i> to display social icons on any login page, post, popup and PHP "
837
+ "pages."
838
+ msgstr ""
839
+ "您可以使用此简码<code id ='2'> [miniorange_social_login] </ code> <i style "
840
+ "=“”宽度:11px;高度:9px;左上角:2px;左上角:3px“ class =” mofa mofa -fw "
841
+ "mofa-lg mofa-copy mo_copy mo_copytooltip“ onclick =” "
842
+ "copyToClipboard(this,'#2','#shortcode_url2_copy')“> <span id =” "
843
+ "shortcode_url2_copy“ class =” mo_copytooltiptext“>复制到剪贴板</ span> </ i>"
844
+ "可以在任何登录页面,帖子,弹出窗口和PHP页面上显示社交图标。"
845
+
846
+ #: view/disp_options/mo_openid_dispopt.php:123
847
+ msgid "* Detailed information about how to use shortcode is given in <a href="
848
+ msgstr "*有关如何使用简码的详细信息,请参见<a href ="
849
+
850
+ #: view/email_settings/mo_openid_set_email.php:11
851
+ msgid "Send mail to Admin"
852
+ msgstr "发送邮件给管理员"
853
+
854
+ #: view/email_settings/mo_openid_set_email.php:21
855
+ msgid "*NOTE: This feature requires SMTP to be setup."
856
+ msgstr "*注意:此功能需要设置SMTP。"
857
+
858
+ #: view/email_settings/mo_openid_set_email.php:22
859
+ msgid "Enable Email Notification to Admin - on User Registration*"
860
+ msgstr "在用户注册时启用向管理员发送电子邮件通知*"
861
+
862
+ #: view/email_settings/mo_openid_set_email.php:26
863
+ msgid ""
864
+ "If you want to send Email Notification to multiple admins, enter emails of "
865
+ "all admins here:"
866
+ msgstr ""
867
+ "如果要将电子邮件通知发送给多个管理员,请在此处输入所有管理员的电子邮件:"
868
+
869
+ #: view/email_settings/mo_openid_set_email.php:29
870
+ #: view/email_settings/mo_openid_set_email.php:57
871
+ msgid "Email Subject:"
872
+ msgstr "电子邮件主题:"
873
+
874
+ #: view/email_settings/mo_openid_set_email.php:40
875
+ msgid "Send mail to User"
876
+ msgstr "发送邮件给用户"
877
+
878
+ #: view/email_settings/mo_openid_set_email.php:51
879
+ msgid "*NOTE: This feature requires SMTP to be setup"
880
+ msgstr "*注意:此功能需要设置SMTP"
881
+
882
+ #: view/email_settings/mo_openid_set_email.php:52
883
+ msgid "Email Notification to User on User Registration"
884
+ msgstr "通过电子邮件向用户发送有关用户注册的通知"
885
+
886
+ #: view/faq/mo_openid_faq.php:9
887
+ msgid "If you are unable to open any section, press CTRL + F5 to clear cache"
888
+ msgstr "如果您无法打开任何部分,请按CTRL + F5清除缓存"
889
+
890
+ #: view/faq/mo_openid_faq.php:10
891
+ msgid "Site Issue"
892
+ msgstr "网站问题"
893
+
894
+ #: view/faq/mo_openid_faq.php:12
895
+ msgid ""
896
+ "I installed the plugin and my website stopped working. How can I recover my "
897
+ "site?"
898
+ msgstr "我安装了插件,但我的网站停止了工作。如何恢复我的网站?"
899
+
900
+ #: view/faq/mo_openid_faq.php:14
901
+ msgid ""
902
+ "There must have been a server error on your website. To get your website "
903
+ "back online:"
904
+ msgstr "您的网站上肯定存在服务器错误。使您的网站恢复在线:"
905
+
906
+ #: view/faq/mo_openid_faq.php:16
907
+ msgid "Open FTP access and look for plugins folder under wp-content."
908
+ msgstr "打开FTP访问,然后在wp-content下查找plugins文件夹。"
909
+
910
+ #: view/faq/mo_openid_faq.php:17
911
+ msgid ""
912
+ "Change the extension folder name miniorange-login-openid to miniorange-login-"
913
+ "openid"
914
+ msgstr "将扩展文件夹名称miniorange-login-openid更改为miniorange-login-openid"
915
+
916
+ #: view/faq/mo_openid_faq.php:18
917
+ msgid "Check your website. It must have started working"
918
+ msgstr "检查您的网站。它一定已经开始工作了"
919
+
920
+ #: view/faq/mo_openid_faq.php:19
921
+ msgid "Change the folder name back to miniorange-login-openid."
922
+ msgstr "将文件夹名称更改回miniorange-login-openid。"
923
+
924
+ #: view/faq/mo_openid_faq.php:22 view/faq/mo_openid_faq.php:35
925
+ #: view/faq/mo_openid_faq.php:52
926
+ msgid ""
927
+ "For any further queries, please submit a query on right hand side in our"
928
+ msgstr "如有其他查询,请在我们的右侧提交查询"
929
+
930
+ #: view/faq/mo_openid_faq.php:22 view/faq/mo_openid_faq.php:35
931
+ #: view/faq/mo_openid_faq.php:52
932
+ msgid "Support Section"
933
+ msgstr "支援科"
934
+
935
+ #: view/faq/mo_openid_faq.php:29
936
+ msgid "Change email"
937
+ msgstr "更改电子邮件"
938
+
939
+ #: view/faq/mo_openid_faq.php:31
940
+ msgid ""
941
+ "I want to change the email address with which I access my account. How can I "
942
+ "do that?"
943
+ msgstr "我想更改用于访问我的帐户的电子邮件地址。我怎样才能做到这一点?"
944
+
945
+ #: view/faq/mo_openid_faq.php:33
946
+ msgid "You will have to register in miniOrange again with your new email id."
947
+ msgstr "您将必须使用新的电子邮件ID重新在miniOrange中注册。"
948
+
949
+ #: view/faq/mo_openid_faq.php:34
950
+ msgid "Please deactivate and activate the plugin by going to"
951
+ msgstr "请通过以下方式停用并激活插件 going to"
952
+
953
+ #: view/faq/mo_openid_faq.php:34
954
+ msgid "Plugins -> Installed Plugins"
955
+ msgstr "插件->已安装的插件"
956
+
957
+ #: view/faq/mo_openid_faq.php:34
958
+ msgid ""
959
+ "and then go to the Social Login Plugin to register again. This will enable "
960
+ "you to access miniOrange dashboard with new email address."
961
+ msgstr ""
962
+ "然后转到社交登录插件重新注册。这将使您能够使用新的电子邮件地址访问miniOrange"
963
+ "仪表板。"
964
+
965
+ #: view/faq/mo_openid_faq.php:42
966
+ msgid "cURL"
967
+ msgstr "cURL"
968
+
969
+ #: view/faq/mo_openid_faq.php:44
970
+ msgid "How to enable PHP cURL extension? (Pre-requisite)"
971
+ msgstr "如何启用PHP cURL扩展? (前提条件)"
972
+
973
+ #: view/faq/mo_openid_faq.php:46
974
+ msgid ""
975
+ "cURL is enabled by default but in case you have disabled it, follow the "
976
+ "steps to enable it"
977
+ msgstr "cURL默认情况下处于启用状态,但是如果您已将其禁用,请按照以下步骤启用它"
978
+
979
+ #: view/faq/mo_openid_faq.php:48
980
+ msgid "Open php.ini(it's usually in /etc/ or in php folder on the server)."
981
+ msgstr "打开php.ini(通常在/ etc /或服务器上的php文件夹中)。"
982
+
983
+ #: view/faq/mo_openid_faq.php:49
984
+ msgid ""
985
+ "Search for extension=php_curl.dll. Uncomment it by removing the semi-"
986
+ "colon( ; ) in front of it."
987
+ msgstr "搜索extension = php_curl.dll。通过删除前面的分号(;)取消注释。"
988
+
989
+ #: view/faq/mo_openid_faq.php:50
990
+ msgid "Restart the Apache Server."
991
+ msgstr "重新启动Apache服务器。"
992
+
993
+ #: view/faq/mo_openid_faq.php:55
994
+ msgid ""
995
+ "I am getting error - curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be "
996
+ "activated when an open_basedir is set"
997
+ msgstr ""
998
+ "我遇到错误-curl_setopt():设置open_basedir时无法激活CURLOPT_FOLLOWLOCATION"
999
+
1000
+ #: view/faq/mo_openid_faq.php:57
1001
+ msgid ""
1002
+ "Just setsafe_mode = Off in your php.ini file (it's usually in /etc/ on the "
1003
+ "server). If that's already off, then look around for the open_basedir in the "
1004
+ "php.ini file, and change it to open_basedir = ."
1005
+ msgstr ""
1006
+ "只需在您的php.ini文件中设置setsafe_mode = Off(通常在服务器上的/ etc /中)即"
1007
+ "可。如果已经关闭,则在php.ini文件中四处寻找open_basedir,并将其更改为"
1008
+ "open_basedir =。"
1009
+
1010
+ #: view/faq/mo_openid_faq.php:65
1011
+ msgid "OTP and Forgot Password"
1012
+ msgstr "OTP和忘记密码"
1013
+
1014
+ #: view/faq/mo_openid_faq.php:67
1015
+ msgid "I did not recieve OTP. What should I do?"
1016
+ msgstr "我没有收到OTP。我该怎么办?"
1017
+
1018
+ #: view/faq/mo_openid_faq.php:69
1019
+ msgid ""
1020
+ "The OTP is sent as an email to your email address with which you have "
1021
+ "registered with miniOrange. If you can't see the email from miniOrange in "
1022
+ "your mails, please make sure to check your SPAM folder."
1023
+ msgstr ""
1024
+ "OTP将作为电子邮件发送到您在miniOrange上注册的电子邮件地址。如果您在邮件中看不"
1025
+ "到来自miniOrange的电子邮件,请确保检查您的SPAM文件夹。"
1026
+
1027
+ #: view/faq/mo_openid_faq.php:69
1028
+ msgid ""
1029
+ "If you don't see an email even in SPAM folder, please verify your account "
1030
+ "using your mobile number. You will get an OTP on your mobile number which "
1031
+ "you need to enter on the page. If none of the above works, please contact us "
1032
+ "using the Support form on the right."
1033
+ msgstr ""
1034
+ "如果您甚至在SPAM文件夹中都没有看到电子邮件,请使用您的手机号码验证您的帐户。"
1035
+ "您将在您的手机号码上获得一个OTP,您需要在该页面上输入该密码。如果以上方法均无"
1036
+ "效,请使用右侧的支持表格与我们联系。"
1037
+
1038
+ #: view/faq/mo_openid_faq.php:72
1039
+ msgid "After entering OTP, I get Invalid OTP. What should I do?"
1040
+ msgstr "输入OTP后,我得到了无效的OTP。我该怎么办?"
1041
+
1042
+ #: view/faq/mo_openid_faq.php:74
1043
+ msgid "Use the "
1044
+ msgstr "使用 the"
1045
+
1046
+ #: view/faq/mo_openid_faq.php:74
1047
+ msgid "Resend OTP"
1048
+ msgstr "重新发送OTP"
1049
+
1050
+ #: view/faq/mo_openid_faq.php:74
1051
+ msgid ""
1052
+ "option to get an additional OTP. Plese make sure you did not enter the first "
1053
+ "OTP you recieved if you selected"
1054
+ msgstr "选择以获得额外的OTP。请确保您没有输入您选择的第一个OTP"
1055
+
1056
+ #: view/faq/mo_openid_faq.php:74
1057
+ msgid ""
1058
+ "option to get an additional OTP. Enter the latest OTP since the previous "
1059
+ "ones expire once you click on Resend OTP."
1060
+ msgstr ""
1061
+ "选择以获得额外的OTP。输入最新的OTP,因为一旦单击“重新发送OTP”,先前的OTP将过"
1062
+ "期。"
1063
+
1064
+ #: view/faq/mo_openid_faq.php:74
1065
+ msgid ""
1066
+ "If OTP sent on your email address are not working, please verify your "
1067
+ "account using your mobile number. You will get an OTP on your mobile number "
1068
+ "which you need to enter on the page. If none of the above works, please "
1069
+ "contact us using the Support form on the right."
1070
+ msgstr ""
1071
+ "如果通过您的电子邮件地址发送的OTP无效,请使用您的手机号码验证您的帐户。您将在"
1072
+ "您的手机号码上获得一个OTP,您需要在该页面上输入该密码。如果以上方法均无效,请"
1073
+ "使用右侧的支持表格与我们联系。"
1074
+
1075
+ #: view/faq/mo_openid_faq.php:77
1076
+ msgid "I forgot the password of my miniOrange account. How can I reset it?"
1077
+ msgstr "我忘记了我的miniOrange帐户的密码。如何重置?"
1078
+
1079
+ #: view/faq/mo_openid_faq.php:79
1080
+ msgid "There are two cases according to the page you see"
1081
+ msgstr "根据您看到的页面有两种情况"
1082
+
1083
+ #: view/faq/mo_openid_faq.php:80 view/faq/mo_openid_faq.php:81
1084
+ msgid "Login with miniOrange"
1085
+ msgstr "用miniOrange登录"
1086
+
1087
+ #: view/faq/mo_openid_faq.php:80
1088
+ msgid "screen: You should click on"
1089
+ msgstr "屏幕:您应该单击"
1090
+
1091
+ #: view/faq/mo_openid_faq.php:80
1092
+ msgid "forgot password"
1093
+ msgstr "忘记密码"
1094
+
1095
+ #: view/faq/mo_openid_faq.php:80
1096
+ msgid ""
1097
+ "link. You will get your new password on your email address which you have "
1098
+ "registered with miniOrange . Now you can login with the new password"
1099
+ msgstr ""
1100
+ "链接。您将在通过miniOrange注册的电子邮件地址上获得新密码。现在您可以使用新密"
1101
+ "码登录"
1102
+
1103
+ #: view/faq/mo_openid_faq.php:81 view/profile/mo_openid_profile.php:19
1104
+ msgid "Register with miniOrange"
1105
+ msgstr "在miniOrange注册"
1106
+
1107
+ #: view/faq/mo_openid_faq.php:81
1108
+ msgid "screen: Enter your email ID and any random password in "
1109
+ msgstr "屏幕:在中输入您的电子邮件ID和任何随机密码"
1110
+
1111
+ #: view/faq/mo_openid_faq.php:81
1112
+ msgid "password"
1113
+ msgstr "密码"
1114
+
1115
+ #: view/faq/mo_openid_faq.php:81
1116
+ msgid "confirm password"
1117
+ msgstr "确认密码"
1118
+
1119
+ #: view/faq/mo_openid_faq.php:81
1120
+ msgid "input box. This will redirect you to"
1121
+ msgstr "输入框。这会将您重定向到"
1122
+
1123
+ #: view/faq/mo_openid_faq.php:81
1124
+ msgid "screen. Now follow first step"
1125
+ msgstr "屏幕。现在按照第一步"
1126
+
1127
+ #: view/faq/mo_openid_faq.php:89
1128
+ msgid "Social login"
1129
+ msgstr "社交登录"
1130
+
1131
+ #: view/faq/mo_openid_faq.php:91
1132
+ msgid "How to add login icons to frontend login page?"
1133
+ msgstr "如何在前端登录页面添加登录图标?"
1134
+
1135
+ #: view/faq/mo_openid_faq.php:93
1136
+ msgid ""
1137
+ "You can add social login icons to frontend login page using our shortcode "
1138
+ "[miniorange_social_login]. Refer to 'Shortcode' tab to add customizations to "
1139
+ "Shortcode."
1140
+ msgstr ""
1141
+ "您可以使用我们的简码[miniorange_social_login]将社交登录图标添加到前端登录页"
1142
+ "面。请参考“短代码”标签,以将自定义设置添加到短代码中。"
1143
+
1144
+ #: view/faq/mo_openid_faq.php:96
1145
+ msgid "How can I put social login icons on a page without using widgets?"
1146
+ msgstr "如何在不使用小部件的情况下将社交登录图标放在页面上?"
1147
+
1148
+ #: view/faq/mo_openid_faq.php:98
1149
+ msgid ""
1150
+ "You can add social login icons to any page or custom login page using "
1151
+ "'social login shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab "
1152
+ "to add customizations to Shortcode."
1153
+ msgstr ""
1154
+ "您可以使用“社交登录简码” [miniorange_social_login]将社交登录图标添加到任何页"
1155
+ "面或自定义登录页面。请参考“短代码”标签,以将自定义设置添加到短代码中。"
1156
+
1157
+ #: view/faq/mo_openid_faq.php:101
1158
+ msgid "Social Login icons are not added to login/registration form."
1159
+ msgstr "社交登录图标未添加到登录/注册表单。"
1160
+
1161
+ #: view/faq/mo_openid_faq.php:103
1162
+ msgid ""
1163
+ "Your login/registration form may not be wordpress's default login/"
1164
+ "registration form. In this case you can add social login icons to custom "
1165
+ "login/registration form using 'social login "
1166
+ "shortcode' [miniorange_social_login]. Refer to 'Shortcode' tab to add "
1167
+ "customizations to Shortcode."
1168
+ msgstr ""
1169
+ "您的登录/注册表格可能不是wordpress的默认登录/注册表格。在这种情况下,您可以使"
1170
+ "用“社交登录简码” [miniorange_social_login]将社交登录图标添加到自定义登录/注册"
1171
+ "表单。请参考“短代码”标签,以将自定义设置添加到短代码中。"
1172
+
1173
+ #: view/faq/mo_openid_faq.php:106
1174
+ msgid "How can I redirect to my blog page after login?"
1175
+ msgstr "登录后如何重定向到我的博客页面?"
1176
+
1177
+ #: view/faq/mo_openid_faq.php:108
1178
+ msgid "You can select one of the options from"
1179
+ msgstr "您可以从以下选项中选择一种"
1180
+
1181
+ #: view/faq/mo_openid_faq.php:108
1182
+ msgid "Redirect URL after login"
1183
+ msgstr "登录后重定向URL:"
1184
+
1185
+ #: view/faq/mo_openid_faq.php:108 view/faq/mo_openid_faq.php:117
1186
+ msgid "of"
1187
+ msgstr "的"
1188
+
1189
+ #: view/faq/mo_openid_faq.php:108 view/faq/mo_openid_faq.php:117
1190
+ msgid "Display Option"
1191
+ msgstr "显示选项"
1192
+
1193
+ #: view/faq/mo_openid_faq.php:108
1194
+ msgid " section under"
1195
+ msgstr "节下"
1196
+
1197
+ #: view/faq/mo_openid_faq.php:108
1198
+ msgid "tab."
1199
+ msgstr "标签。"
1200
+
1201
+ #: view/faq/mo_openid_faq.php:109
1202
+ #: view/redirect_options/mo_openid_redirect_op.php:13
1203
+ msgid "Same page where user logged in"
1204
+ msgstr "用户登录的页面相同"
1205
+
1206
+ #: view/faq/mo_openid_faq.php:110
1207
+ #: view/redirect_options/mo_openid_redirect_op.php:21
1208
+ msgid "Homepage"
1209
+ msgstr "主页"
1210
+
1211
+ #: view/faq/mo_openid_faq.php:111
1212
+ msgid "Account Dsahboard"
1213
+ msgstr "帐户仪表板"
1214
+
1215
+ #: view/faq/mo_openid_faq.php:115
1216
+ msgid "After logout I am redirected to blank page"
1217
+ msgstr "注销后,我被重定向到空白页"
1218
+
1219
+ #: view/faq/mo_openid_faq.php:117
1220
+ msgid ""
1221
+ "Your theme and Social Login plugin may conflict during logout. To resolve it "
1222
+ "you need to uncheck"
1223
+ msgstr ""
1224
+ "您的主题和“社交登录”插件在注销期间可能会发生冲突。要解决它,您需要取消选中"
1225
+
1226
+ #: view/faq/mo_openid_faq.php:117
1227
+ msgid "Enable Logout Redirection"
1228
+ msgstr "启用注销重定向"
1229
+
1230
+ #: view/faq/mo_openid_faq.php:117
1231
+ msgid "checkbox under"
1232
+ msgstr "下的复选框"
1233
+
1234
+ #: view/faq/mo_openid_faq.php:117
1235
+ msgid "tab"
1236
+ msgstr "标签"
1237
+
1238
+ #: view/faq/mo_openid_faq.php:120
1239
+ msgid ""
1240
+ "My users get the following message -\"Registration has been disabled for "
1241
+ "this site. Please contact your administrator.\" What should I do?"
1242
+ msgstr ""
1243
+ "我的用户收到以下消息-“此网站的注册已被禁用。请与您的管理员联系。”我该怎么办?"
1244
+
1245
+ #: view/faq/mo_openid_faq.php:122
1246
+ msgid ""
1247
+ "This means you must have unchecked the check-box of auto-register in the "
1248
+ "Social Login tab. Please check it. This will allow new users to be able to "
1249
+ "register to your site."
1250
+ msgstr ""
1251
+ "这意味着您必须取消选中“社交登录”选项卡中的自动注册复选框。请检查一下。这将使"
1252
+ "新用户能够注册到您的站点。"
1253
+
1254
+ #: view/faq/mo_openid_faq.php:125
1255
+ msgid "Why do my users get a message that it is not secure to proceed?"
1256
+ msgstr "为什么我的用户收到一条消息,提示继续操作不安全?"
1257
+
1258
+ #: view/faq/mo_openid_faq.php:126
1259
+ msgid ""
1260
+ "Your website must be starting with http://. Now generally that's not an "
1261
+ "issue but our service uses https://( s stands for secure). You get a warning "
1262
+ "from the browser that the information is being passed insecurely. This "
1263
+ "happens after you log in to social media application and are coming back to "
1264
+ "your website. The warning is triggered from the browser since the data "
1265
+ "passes from https:// to http://, i.e. from a secure site to non-secure site."
1266
+ "<br><br>We make sure that the information(email, name, username) getting "
1267
+ "passed from social media application to your website is encrypted with a key "
1268
+ "which is unique to you. So, even if the there is a warning of sending "
1269
+ "information without security, that information is encrypted."
1270
+ msgstr ""
1271
+ "您的网站必须以http://开头。现在通常这不是问题,但是我们的服务使用https://"
1272
+ "(s表示安全)。您从浏览器中收到一条警告,指出信息传递不安全。在您登录社交媒体"
1273
+ "应用程序并返回您的网站后,就会发生这种情况。由于数据是从https://传递到"
1274
+ "http://,即从安全站点传递到非安全站点,因此浏览器会触发警告。<br> <br>我们确"
1275
+ "保信息(电子邮件,名称,从社交媒体应用程序传递到您的网站的用户名)使用您唯一"
1276
+ "的密钥进行加密。因此,即使有警告发送不安全的信息,该信息也会被加密。"
1277
+
1278
+ #: view/faq/mo_openid_faq.php:127
1279
+ msgid ""
1280
+ "To remove this warning, you can add an SSL certificate to your website to "
1281
+ "change it to https OR use your own"
1282
+ msgstr ""
1283
+ "要删除此警告,您可以将SSL证书添加到您的网站以将其更改为https或使用自己的证书"
1284
+
1285
+ #: view/faq/mo_openid_faq.php:127 view/shrtco/mo_openid_shrtco.php:111
1286
+ #: view/shrtco/mo_openid_shrtco.php:112
1287
+ msgid "Custom App"
1288
+ msgstr "自定义应用"
1289
+
1290
+ #: view/faq/mo_openid_faq.php:130
1291
+ msgid ""
1292
+ "My users get the following message -\"There was an error in registration. "
1293
+ "Please contact your administrator.\" What should I do?"
1294
+ msgstr "我的用户收到以下消息-“注册时出错。请与管理员联系。”我该怎么办?"
1295
+
1296
+ #: view/faq/mo_openid_faq.php:132
1297
+ msgid ""
1298
+ "This message is thrown by WordPress when there is an error in user-"
1299
+ "registration"
1300
+ msgstr "当用户注册错误时,WordPress会抛出此消息"
1301
+
1302
+ #: view/faq/mo_openid_faq.php:133
1303
+ msgid ""
1304
+ "To see the actual error thrown by WordPress, go to \\wordpress\\wp-content"
1305
+ "\\plugins\\miniorange-login-openid\\class-mo-openid-login-widget.php file"
1306
+ msgstr ""
1307
+ "要查看WordPress引发的实际错误,请转到\\ wordpress \\ wp-content \\ plugins "
1308
+ "\\ miniorange-login-openid \\ class-mo-openid-login-widget.php文件"
1309
+
1310
+ #: view/faq/mo_openid_faq.php:134
1311
+ msgid "Search for the line"
1312
+ msgstr "搜索线"
1313
+
1314
+ #: view/faq/mo_openid_faq.php:135
1315
+ msgid "Change it to"
1316
+ msgstr "更改为"
1317
+
1318
+ #: view/faq/mo_openid_faq.php:136
1319
+ msgid ""
1320
+ "Save the file and try logging again. Please send us the error you see while "
1321
+ "logging in through the support forum to your right."
1322
+ msgstr ""
1323
+ "保存文件,然后尝试再次登录。通过右侧的支持论坛登录时,请将您看到的错误发送给"
1324
+ "我们。"
1325
+
1326
+ #: view/faq/mo_openid_faq.php:138
1327
+ msgid "How do I centre the social login icons?"
1328
+ msgstr "如何将社交登录图标居中?"
1329
+
1330
+ #: view/faq/mo_openid_faq.php:140
1331
+ msgid "If you are making changes to a PHP file"
1332
+ msgstr "如果您要更改PHP文件"
1333
+
1334
+ #: view/faq/mo_openid_faq.php:141
1335
+ msgid ""
1336
+ "Go to the PHP file which invokes your page/post and insert the following "
1337
+ "html snippet. Also, increase the margin-left value as per your requirement. "
1338
+ "Save the file."
1339
+ msgstr ""
1340
+ "转到调用您的页面/帖子的PHP文件,然后插入以下html代码段。另外,根据您的要求增"
1341
+ "加左页边距值。保存文件。"
1342
+
1343
+ #: view/faq/mo_openid_faq.php:144
1344
+ msgid "If you are making changes to an HTML file."
1345
+ msgstr "如果要更改HTML文件。"
1346
+
1347
+ #: view/faq/mo_openid_faq.php:145
1348
+ msgid ""
1349
+ "Go to the HTML file which invokes your page/post and insert the following "
1350
+ "html snippet. Also, increase the margin-left value as per your requirement. "
1351
+ "Save the file."
1352
+ msgstr ""
1353
+ "转到调用您的页面/帖子的HTML文件,然后插入以下html代码段。另外,根据您的要求增"
1354
+ "加左页边距值。保存文件。"
1355
+
1356
+ #: view/faq/mo_openid_faq.php:155
1357
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:570
1358
+ msgid "Social Sharing"
1359
+ msgstr "社交分享"
1360
+
1361
+ #: view/faq/mo_openid_faq.php:157
1362
+ msgid "Is it possible to show sharing icons below the post content?"
1363
+ msgstr "可以在帖子内容下方显示共享图标吗?"
1364
+
1365
+ #: view/faq/mo_openid_faq.php:159
1366
+ msgid ""
1367
+ "You can put social sharing icons before the content, after the content or "
1368
+ "both before and after the content."
1369
+ msgstr "您可以将社交共享图标放在内容之前,之后或内容之前和之后。"
1370
+
1371
+ #: view/faq/mo_openid_faq.php:159
1372
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:50
1373
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
1374
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
1375
+ msgid "Go to"
1376
+ msgstr "走至"
1377
+
1378
+ #: view/faq/mo_openid_faq.php:159
1379
+ msgid "Sharing tab"
1380
+ msgstr "分享 tab"
1381
+
1382
+ #: view/faq/mo_openid_faq.php:159
1383
+ msgid "check"
1384
+ msgstr "校验"
1385
+
1386
+ #: view/faq/mo_openid_faq.php:159
1387
+ msgid "Blog post"
1388
+ msgstr "博客文章"
1389
+
1390
+ #: view/faq/mo_openid_faq.php:159
1391
+ msgid ""
1392
+ "checkbox and select one of three(before, after, both) options available. "
1393
+ "Save settings"
1394
+ msgstr "复选框,然后选择三个(之前,之后,两个)可用选项之一。保存设置"
1395
+
1396
+ #: view/faq/mo_openid_faq.php:162
1397
+ msgid "Why is sharing with some applications not working?"
1398
+ msgstr "为什么与某些应用程序共享不起作用?"
1399
+
1400
+ #: view/faq/mo_openid_faq.php:164
1401
+ msgid ""
1402
+ "This issue arises if your website is not publicly hosted. Facebook, for "
1403
+ "example looks for the URL to generate its preview for sharing. That does not "
1404
+ "work on localhost or any privately hosted URL."
1405
+ msgstr ""
1406
+ "如果您的网站未公开托管,则会出现此问题。例如,Facebook查找URL以生成其预览以进"
1407
+ "行共享。这不适用于localhost或任何私有托管的URL。"
1408
+
1409
+ #: view/faq/mo_openid_faq.php:167
1410
+ msgid "Facebook sharing is showing the wrong image. How do I change the image?"
1411
+ msgstr "Facebook分享显示错误的图像。如何更改图像?"
1412
+
1413
+ #: view/faq/mo_openid_faq.php:169
1414
+ msgid ""
1415
+ "The image is selected by Facebook and it is a part of Facebook sharing "
1416
+ "feature. We provide Facebook with webpage URL. It generates the entire "
1417
+ "preview of webpage using that URL."
1418
+ msgstr ""
1419
+ "该图像由Facebook选择,并且是Facebook共享功能的一部分。我们为Facebook提供网页"
1420
+ "URL。它使用该URL生成网页的整个预览。"
1421
+
1422
+ #: view/faq/mo_openid_faq.php:170
1423
+ msgid "To set an image for the page, set it as a meta tag in"
1424
+ msgstr "要为页面设置图片,请将其设置为"
1425
+
1426
+ #: view/faq/mo_openid_faq.php:170
1427
+ msgid "of your webpage."
1428
+ msgstr "您的网页。"
1429
+
1430
+ #: view/faq/mo_openid_faq.php:172
1431
+ msgid "You can further debug the issue with Facebook's tool"
1432
+ msgstr "您可以使用Facebook的工具进一步调试问题"
1433
+
1434
+ #: view/faq/mo_openid_faq.php:174
1435
+ msgid ""
1436
+ "If the problem still persists, please contact us using the Support form on "
1437
+ "the right."
1438
+ msgstr "如果问题仍然存在,请使用右侧的支持表格与我们联系。"
1439
+
1440
+ #: view/faq/mo_openid_faq.php:177
1441
+ msgid "There is no option of Instagram in Social Sharing. Why?"
1442
+ msgstr "社交共享中没有Instagram选项。为什么?"
1443
+
1444
+ #: view/faq/mo_openid_faq.php:179
1445
+ msgid ""
1446
+ "Instagram has made a conscious effort to not allow sharing from external "
1447
+ "sources to fight spam and low quality photos."
1448
+ msgstr ""
1449
+ "Instagram做出了有意识的努力,不允许外部来源共享以打击垃圾邮件和低质量的照片。"
1450
+
1451
+ #: view/faq/mo_openid_faq.php:180
1452
+ msgid ""
1453
+ "At this point of time, uploading via Instagram's API from external sources "
1454
+ "is not possible"
1455
+ msgstr "目前,无法通过Instagram的API从外部来源上传"
1456
+
1457
+ #: view/faq/mo_openid_faq.php:184
1458
+ msgid "Email share is not working. Why?"
1459
+ msgstr "电子邮件共享不起作用。为什么?"
1460
+
1461
+ #: view/faq/mo_openid_faq.php:186
1462
+ msgid "Email share in the plugin is enabled through"
1463
+ msgstr "插件中的电子邮件共享通过以下方式启用"
1464
+
1465
+ #: view/faq/mo_openid_faq.php:186
1466
+ msgid "mailto"
1467
+ msgstr "邮寄to"
1468
+
1469
+ #: view/faq/mo_openid_faq.php:186
1470
+ msgid ""
1471
+ "mailto is generally configured through desktop or browser so if it is not "
1472
+ "working, mailto is not setup or improperly configured"
1473
+ msgstr ""
1474
+ "mailto通常是通过台式机或浏览器配置的,因此,如果不起作用,则表明mailto没有设"
1475
+ "置或配置不正确"
1476
+
1477
+ #: view/faq/mo_openid_faq.php:187
1478
+ msgid ""
1479
+ "To set it up properly, search for mailto settings followed by your Operating "
1480
+ "System's name where you have your browser installed."
1481
+ msgstr "要正确设置,请搜索mailto设置,然后搜索安装浏览器的操作系统名称。"
1482
+
1483
+ #: view/faq/mo_openid_faq.php:190
1484
+ msgid ""
1485
+ "I cannot see some icons in preview or on blog even though I have selected "
1486
+ "them in the plugin settings."
1487
+ msgstr "即使在插件设置中选择了某些图标,也无法在预览或博客中看到它们。"
1488
+
1489
+ #: view/faq/mo_openid_faq.php:192
1490
+ msgid ""
1491
+ "Please check if you have an Adblock extension installed on your browser "
1492
+ "where you are checking the plugin. If you do, the Adblock extension will "
1493
+ "have a setting to block Social buttons. Uncheck this option."
1494
+ msgstr ""
1495
+ "请检查要检查插件的浏览器上是否安装了Adblock扩展程序。如果您这样做,则Adblock"
1496
+ "扩展程序将具有阻止社交按钮的设置。取消选中此选项。"
1497
+
1498
+ #: view/faq/mo_openid_faq.php:194
1499
+ msgid ""
1500
+ "If you don't have Adblock installed and still face this issue, please "
1501
+ "contact us using the Support form on the right or mail us at info@xecurify."
1502
+ "com."
1503
+ msgstr ""
1504
+ "如果您尚未安装Adblock,但仍然遇到此问题,请使用右侧的支持表格与我们联系,或通"
1505
+ "过info@xecurify.com向我们发送邮件。"
1506
+
1507
+ #: view/faq/mo_openid_faq.php:206
1508
+ msgid "Frequently Asked Questions"
1509
+ msgstr "经常问的问题"
1510
+
1511
+ #: view/gdpr/mo_openid_gdpr.php:13
1512
+ msgid ""
1513
+ "If GDPR check is enabled, users will be asked to give consent before using "
1514
+ "Social Login. Users who will not give consent will not be able to log in. "
1515
+ "This setting stands true only when users are registering using Social Login. "
1516
+ "This will not interfere with users registering through the regular WordPress"
1517
+ msgstr ""
1518
+ "如果启用了GDPR检查,则在使用社交登录之前,将要求用户给予同意。未同意的用户将"
1519
+ "无法登录。此设置仅在用户使用社交登录进行注册时才适用。这不会干扰用户通过常规"
1520
+ "WordPress注册"
1521
+
1522
+ #: view/gdpr/mo_openid_gdpr.php:13
1523
+ msgid "Click"
1524
+ msgstr "请点击"
1525
+
1526
+ #: view/gdpr/mo_openid_gdpr.php:13
1527
+ msgid "here"
1528
+ msgstr "这里"
1529
+
1530
+ #: view/gdpr/mo_openid_gdpr.php:13
1531
+ msgid ""
1532
+ "to read miniOrange Social Login Privacy Policy. Please update your website's "
1533
+ "privacy policy accordingly and enter the URL to your privacy policy below."
1534
+ msgstr ""
1535
+ "阅读miniOrange社交登录隐私政策。请相应地更新您的网站的隐私政策,然后在下面输"
1536
+ "入您的隐私政策的URL。"
1537
+
1538
+ #: view/gdpr/mo_openid_gdpr.php:15
1539
+ msgid "Take consent from users"
1540
+ msgstr "征得用户同意"
1541
+
1542
+ #: view/gdpr/mo_openid_gdpr.php:25
1543
+ msgid "Enter the Consent message:"
1544
+ msgstr "输入同意消息:"
1545
+
1546
+ #: view/gdpr/mo_openid_gdpr.php:28
1547
+ msgid "Enter the text to be displayed for the Privacy Policy URL"
1548
+ msgstr "输入要显示在隐私策略URL中的文本"
1549
+
1550
+ #: view/gdpr/mo_openid_gdpr.php:31
1551
+ msgid "Enter Privacy Policy URL"
1552
+ msgstr "输入隐私权政策网址"
1553
+
1554
+ #: view/gdpr/mo_openid_gdpr.php:38
1555
+ msgid "GDPR Settings"
1556
+ msgstr "GDPR设置"
1557
+
1558
+ #: view/integration/mo_openid_integrate.php:7
1559
+ msgid "Custom Attributes Mapping"
1560
+ msgstr "自定义属性映射"
1561
+
1562
+ #: view/integration/mo_openid_integrate.php:12
1563
+ #: view/integration/mo_openid_integrate.php:46
1564
+ #: view/integration/mo_openid_integrate.php:56
1565
+ #: view/integration/mo_openid_integrate.php:67
1566
+ msgid ""
1567
+ "This feature is available in premium version only. To use this feature, "
1568
+ "please upgrade to premium plugin."
1569
+ msgstr "此功能仅在高级版本中可用。要使用此功能,请升级到高级插件。"
1570
+
1571
+ #: view/integration/mo_openid_integrate.php:18
1572
+ msgid "Select Attribute"
1573
+ msgstr "选择属性"
1574
+
1575
+ #: view/integration/mo_openid_integrate.php:43
1576
+ msgid "BuddyPress Extended Attributes Mapping"
1577
+ msgstr "BuddyPress扩展属性映射"
1578
+
1579
+ #: view/integration/mo_openid_integrate.php:54
1580
+ msgid "Paid Memberships Pro"
1581
+ msgstr "已付会员资格亲"
1582
+
1583
+ #: view/integration/mo_openid_integrate.php:64
1584
+ msgid "MailChimp Integration"
1585
+ msgstr "MailChimp集成"
1586
+
1587
+ #: view/integration/mo_openid_integrate.php:68
1588
+ msgid ""
1589
+ "A user is added as a subscriber to a mailing list in MailChimp when that "
1590
+ "user registers using social login. First name, last name and email are also "
1591
+ "captured for that user in the Mailing List."
1592
+ msgstr ""
1593
+ "当用户使用社交登录名注册时,该用户将作为订户添加到MailChimp中的邮件列表。还可"
1594
+ "以在“邮件列表”中为该用户捕获名字,姓氏和电子邮件。"
1595
+
1596
+ #: view/integration/mo_openid_integrate.php:69
1597
+ msgid ""
1598
+ "(List ID in MailChimp : Lists -> Select your List -> Settings -> List Name "
1599
+ "and Defaults -> List ID)"
1600
+ msgstr ""
1601
+ "(MailChimp中的列表ID:列表->选择列表->设置->列表名称和默认设置->列表ID)"
1602
+
1603
+ #: view/integration/mo_openid_integrate.php:70
1604
+ msgid "(API Key in MailChimp : Profile -> Extras -> API Keys -> Your API Key )"
1605
+ msgstr "(MailChimp中的API密钥:配置文件->其他-> API密钥->您的API密钥)"
1606
+
1607
+ #: view/integration/mo_openid_integrate.php:71
1608
+ msgid "List Id"
1609
+ msgstr "清单 id"
1610
+
1611
+ #: view/integration/mo_openid_integrate.php:72
1612
+ msgid "API Key:"
1613
+ msgstr "API密钥:"
1614
+
1615
+ #: view/integration/mo_openid_integrate.php:75
1616
+ msgid "Ask user for permission to be added in MailChimp Subscriber list"
1617
+ msgstr "询问用户是否要在MailChimp订户列表中添加权限"
1618
+
1619
+ #: view/integration/mo_openid_integrate.php:80
1620
+ msgid "If unchecked, user will get subscribed during registration."
1621
+ msgstr "如果未选中,则用户将在注册期间得到订阅。"
1622
+
1623
+ #: view/integration/mo_openid_integrate.php:82
1624
+ msgid ""
1625
+ "Click on Download button to get a list of emails of WordPress users "
1626
+ "registered on your site. You can import this file in MailChimp."
1627
+ msgstr ""
1628
+ "单击下载按钮以获取在您的站点上注册的WordPress用户的电子邮件列表。您可以在"
1629
+ "MailChimp中导入此文件。"
1630
+
1631
+ #: view/integration/mo_openid_integrate.php:85
1632
+ msgid "Download emails of users"
1633
+ msgstr "下载用户的电子邮件"
1634
+
1635
+ #: view/integration/mo_openid_integrate.php:95
1636
+ msgid "Woocommerce Integration"
1637
+ msgstr "Woocommerce整合"
1638
+
1639
+ #: view/integration/mo_openid_integrate.php:98
1640
+ msgid ""
1641
+ "This feature is available in premium version only. To use this feature, "
1642
+ "please upgrade to premium plugin."
1643
+ msgstr "此功能仅在高级版本中可用。要使用此功能,请升级到高级插件。"
1644
+
1645
+ #: view/integration/mo_openid_integrate.php:99
1646
+ msgid ""
1647
+ "If enabled, first name, last name and email are pre-filled in billing "
1648
+ "details of a user and on the Woocommerce checkout page."
1649
+ msgstr ""
1650
+ "如果启用,则在用户的帐单详细信息中以及Woocommerce结帐页面上预先填写名字,姓氏"
1651
+ "和电子邮件。"
1652
+
1653
+ #: view/integration/mo_openid_integrate.php:102
1654
+ msgid "Sync Woocommerce checkout fields"
1655
+ msgstr "同步Woocommerce结帐字段"
1656
+
1657
+ #: view/licensing_plans/mo_openid_lic_plans.php:1868
1658
+ msgid "Licensing Plan For Social Login"
1659
+ msgstr "社交登录许可计划"
1660
+
1661
+ #: view/link_social_account/mo_openid_Acclink.php:19
1662
+ msgid ""
1663
+ "Enable account linking to let your users link their Social accounts with "
1664
+ "existing WordPress account. Users will be prompted with the option to either "
1665
+ "link to any existing account using WordPress login page or register as a new "
1666
+ "user."
1667
+ msgstr ""
1668
+ "启用帐户链接,以使您的用户将其社交帐户与现有WordPress帐户链接。系统将提示用户"
1669
+ "使用WordPress登录页面链接到任何现有帐户或注册为新用户的选项。"
1670
+
1671
+ #: view/link_social_account/mo_openid_Acclink.php:20
1672
+ msgid "Enable linking of Social Accounts"
1673
+ msgstr "启用社交帐户关联"
1674
+
1675
+ #: view/link_social_account/mo_openid_Acclink.php:33
1676
+ msgid "Customize Text for Account Linking"
1677
+ msgstr "自定义用于帐户链接的文本"
1678
+
1679
+ #: view/link_social_account/mo_openid_Acclink.php:33
1680
+ msgid "Preview Account Linking form"
1681
+ msgstr "预览帐户关联表单"
1682
+
1683
+ #: view/link_social_account/mo_openid_Acclink.php:35
1684
+ msgid "Enter title of Account linking form"
1685
+ msgstr "输入帐户链接表格的标题"
1686
+
1687
+ #: view/link_social_account/mo_openid_Acclink.php:36
1688
+ msgid " Enter button text for create new user"
1689
+ msgstr "输入按钮文字以创建新用户"
1690
+
1691
+ #: view/link_social_account/mo_openid_Acclink.php:39
1692
+ msgid "Enter button text for Link to existing user:"
1693
+ msgstr "输入用于链接到现有用户的按钮文本:"
1694
+
1695
+ #: view/link_social_account/mo_openid_Acclink.php:41
1696
+ msgid "Enter instruction to Create New Account :"
1697
+ msgstr "输入创建新帐户的说明:"
1698
+
1699
+ #: view/link_social_account/mo_openid_Acclink.php:47
1700
+ msgid " Enter instructions to link to an existing account :"
1701
+ msgstr "输入说明以链接到现有帐户:"
1702
+
1703
+ #: view/link_social_account/mo_openid_Acclink.php:51
1704
+ msgid "Enter extra instructions for account linking "
1705
+ msgstr "输入有关帐户关联的其他说明"
1706
+
1707
+ #: view/link_social_account/mo_openid_Acclink.php:55
1708
+ msgid ""
1709
+ "Display miniOrange logo with social login icons on account completion forms"
1710
+ msgstr "在帐户完成表单上显示带有社交登录图标的miniOrange徽标"
1711
+
1712
+ #: view/mo_new/mo_openid_whats_new.php:9
1713
+ msgid "Do you want to make your <b>website more secure"
1714
+ msgstr "您想使您的<b>网站更安全吗?"
1715
+
1716
+ #: view/mo_new/mo_openid_whats_new.php:9
1717
+ msgid "by Brute Force attack, Spam Protection etc? Try out our Plugin."
1718
+ msgstr "通过蛮力攻击,垃圾邮件防护等?试用我们的插件。"
1719
+
1720
+ #: view/mo_new/mo_openid_whats_new.php:22
1721
+ #: view/mo_new/mo_openid_whats_new.php:50
1722
+ #: view/mo_new/mo_openid_whats_new.php:89
1723
+ msgid "Looking for"
1724
+ msgstr "寻找一个"
1725
+
1726
+ #: view/mo_new/mo_openid_whats_new.php:22
1727
+ msgid "WordPress REST API Authentication?"
1728
+ msgstr "WordPress REST API身份验证?"
1729
+
1730
+ #: view/mo_new/mo_openid_whats_new.php:22
1731
+ msgid ""
1732
+ "Try out our new Plugin which secures rest API access for unauthorized users "
1733
+ "using OAuth 2.0, Basic Auth, jwt, Bearer Token."
1734
+ msgstr ""
1735
+ "尝试使用我们的新插件,该插件使用OAuth 2.0,基本身份验证,jwt,承载令牌来保护"
1736
+ "未经授权的用户的其余API访问。"
1737
+
1738
+ #: view/mo_new/mo_openid_whats_new.php:37
1739
+ msgid "Looking for "
1740
+ msgstr "寻找一个"
1741
+
1742
+ #: view/mo_new/mo_openid_whats_new.php:37
1743
+ msgid "WordPress OAuth Single Sign On?"
1744
+ msgstr "WordPress OAuth单一登录?"
1745
+
1746
+ #: view/mo_new/mo_openid_whats_new.php:37
1747
+ msgid ""
1748
+ "Try out our new Plugin which allows login (Single Sign On) into WordPress "
1749
+ "with your Azure AD, AWS Cognito, Invision Community, Slack, Discord or other "
1750
+ "custom OAuth 2.0 / OpenID Connect providers"
1751
+ msgstr ""
1752
+ "试用我们的新插件,该插件允许使用您的Azure AD,AWS Cognito,Invision社区,"
1753
+ "Slack,Discord或其他自定义OAuth 2.0 / OpenID Connect提供程序登录(单点登录)"
1754
+ "到WordPress"
1755
+
1756
+ #: view/mo_new/mo_openid_whats_new.php:50
1757
+ msgid "WordPress Two Factor Authentication"
1758
+ msgstr "WordPress两因素认证"
1759
+
1760
+ #: view/mo_new/mo_openid_whats_new.php:50
1761
+ msgid ""
1762
+ "Try out our 2FA Plugin which is simple & easy 2FA setup with any App "
1763
+ "supporting TOTP algorithm like Google, Authy, LastPass Authenticator & other "
1764
+ "2FA methods."
1765
+ msgstr ""
1766
+ "尝试使用我们的2FA插件,它简单易用,可通过任何支持TOTP算法的应用(例如Google,"
1767
+ "Authy,LastPass Authenticator和其他2FA方法)进行2FA设置。"
1768
+
1769
+ #: view/mo_new/mo_openid_whats_new.php:65
1770
+ msgid "Looking for a"
1771
+ msgstr "寻找一个"
1772
+
1773
+ #: view/mo_new/mo_openid_whats_new.php:65
1774
+ msgid "Try our new <b>Social Login Integration Add-on"
1775
+ msgstr "试试我们新的<b>社交登录集成插件"
1776
+
1777
+ #: view/mo_new/mo_openid_whats_new.php:71
1778
+ msgid "Social Login Integration Add-on"
1779
+ msgstr "社交登录集成添加在"
1780
+
1781
+ #: view/mo_new/mo_openid_whats_new.php:72
1782
+ msgid "by"
1783
+ msgstr "通过"
1784
+
1785
+ #: view/mo_new/mo_openid_whats_new.php:73
1786
+ msgid "miniorange"
1787
+ msgstr "迷你橙"
1788
+
1789
+ #: view/mo_new/mo_openid_whats_new.php:77
1790
+ msgid ""
1791
+ "Custom Registration Form Add-On helps you to integrate details of new as "
1792
+ "well as existing users. You can add as many fields as you want including the "
1793
+ "one which are returned by social sites at time of registration"
1794
+ msgstr ""
1795
+ "自定义注册表单附加组件可帮助您集成新用户和现有用户的详细信息。您可以根据需要"
1796
+ "添加任意多个字段,包括注册时社交网站返回的字段"
1797
+
1798
+ #: view/mo_new/mo_openid_whats_new.php:79
1799
+ msgid "Tested with 5.3"
1800
+ msgstr "经过测试5.3"
1801
+
1802
+ #: view/mo_new/mo_openid_whats_new.php:81
1803
+ msgid "Get this plugin"
1804
+ msgstr "获取此插件"
1805
+
1806
+ #: view/mo_new/mo_openid_whats_new.php:89
1807
+ msgid "OTP Verification"
1808
+ msgstr "OTP验证"
1809
+
1810
+ #: view/mo_new/mo_openid_whats_new.php:89
1811
+ msgid "along with Social Login? Try our OTP Plugin."
1812
+ msgstr "以及社交登录?试试我们的OTP插件。"
1813
+
1814
+ #: view/mo_new/mo_openid_whats_new.php:102
1815
+ msgid "What\\'s new in miniOrange"
1816
+ msgstr "什么是新在miniorange"
1817
+
1818
+ #: view/premium_features/mo_openid_prem_feat.php:89
1819
+ msgid "Force Admin To Login Using Password"
1820
+ msgstr "强制管理员使用密码登录"
1821
+
1822
+ #: view/premium_features/mo_openid_prem_feat.php:91
1823
+ msgid ""
1824
+ "Admin user tries to login using social login then he will need to enter "
1825
+ "WordPress admin login credentials to login."
1826
+ msgstr ""
1827
+ "管理员用户尝试使用社交登录名登录,那么他将需要输入WordPress管理员登录凭据才能"
1828
+ "登录。"
1829
+
1830
+ #: view/premium_features/mo_openid_prem_feat.php:104
1831
+ msgid "User Moderation"
1832
+ msgstr "用户审核"
1833
+
1834
+ #: view/premium_features/mo_openid_prem_feat.php:106
1835
+ msgid ""
1836
+ "Enable this feature to restrict the access of newly registered users. User "
1837
+ "created through social login will not be able to access your website until "
1838
+ "admin will not allow them by activating their accounts else"
1839
+ msgstr ""
1840
+ "启用此功能可以限制新注册用户的访问。通过社交登录创建的用户将无法访问您的网"
1841
+ "站,除非管理员不允许通过激活其他帐户来允许他们"
1842
+
1843
+ #: view/premium_features/mo_openid_prem_feat.php:107
1844
+ msgid "Notice: SMTP should be configured to send activation emails. "
1845
+ msgstr "注意:SMTP应该配置为发送激活电子邮件。"
1846
+
1847
+ #: view/premium_features/mo_openid_prem_feat.php:120
1848
+ msgid "Reset Password"
1849
+ msgstr "重设密码"
1850
+
1851
+ #: view/premium_features/mo_openid_prem_feat.php:122
1852
+ msgid "Send password reset link to user after registration"
1853
+ msgstr "注册后向用户发送密码重置链接"
1854
+
1855
+ #: view/premium_features/mo_openid_prem_feat.php:123
1856
+ msgid "Notice: SMTP should be configured to send activation emails"
1857
+ msgstr "注意:SMTP应该配置为发送激活电子邮件"
1858
+
1859
+ #: view/premium_features/mo_openid_prem_feat.php:134
1860
+ msgid "Extended User Attribute"
1861
+ msgstr "扩展用户属性"
1862
+
1863
+ #: view/premium_features/mo_openid_prem_feat.php:136
1864
+ msgid ""
1865
+ "Mainly the required data(name,lastname,email) is mapped and use after the "
1866
+ "user gets login. If you want to use more data that is provided from the app "
1867
+ "you can enable this feature.(The data is depend on app to app)"
1868
+ msgstr ""
1869
+ "用户登录后,主要映射并使用了所需的数据(名称,姓氏,电子邮件)。如果您想使用"
1870
+ "应用程序提供的更多数据,则可以启用此功能。(数据取决于应用程序之间的差异)"
1871
+
1872
+ #: view/premium_features/mo_openid_prem_feat.php:137
1873
+ msgid "Custom App of should be set for this feature"
1874
+ msgstr "应为此功能设置“自定义应用”"
1875
+
1876
+ #: view/premium_features/mo_openid_prem_feat.php:148
1877
+ msgid "Redirect to social in a new window"
1878
+ msgstr "在新窗口中重定向到社交"
1879
+
1880
+ #: view/premium_features/mo_openid_prem_feat.php:150
1881
+ msgid ""
1882
+ "While login with social login. The login page opens in a new tab. After the "
1883
+ "login process the tab gets closed."
1884
+ msgstr ""
1885
+ "使用社交登录时登录。登录页面将在新选项卡中打开。登录过程结束后,选项卡将关"
1886
+ "闭。"
1887
+
1888
+ #: view/profile/mo_openid_profile.php:20
1889
+ msgid "Why should I register?"
1890
+ msgstr "我为什么要注册?"
1891
+
1892
+ #: view/profile/mo_openid_profile.php:22
1893
+ msgid ""
1894
+ "By registering with miniOrange we take care of creating applications for you "
1895
+ "so that you don’t have to worry about creating applications in each social "
1896
+ "network."
1897
+ msgstr ""
1898
+ "通过向miniOrange注册,我们将为您创建应用程序,因此您不必担心在每个社交网络中"
1899
+ "创建应用程序。"
1900
+
1901
+ #: view/profile/mo_openid_profile.php:23
1902
+ msgid "Please Note"
1903
+ msgstr "请注意"
1904
+
1905
+ #: view/profile/mo_openid_profile.php:23
1906
+ msgid ""
1907
+ "We do not store any information except the email that you will use to "
1908
+ "register with us. You can go through our "
1909
+ msgstr ""
1910
+ "除了您将用来向我们注册的电子邮件之外,我们不存储任何其他信息。您可以通过我们"
1911
+ "的"
1912
+
1913
+ #: view/profile/mo_openid_profile.php:23
1914
+ msgid ""
1915
+ "for how we use your information. We don’t sell your information to any third-"
1916
+ "party organization"
1917
+ msgstr "了解我们如何使用您的信息。我们不会将您的信息出售给任何第三方组织"
1918
+
1919
+ #: view/profile/mo_openid_profile.php:27
1920
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:202
1921
+ msgid "Email"
1922
+ msgstr "电子邮件"
1923
+
1924
+ #: view/profile/mo_openid_profile.php:33
1925
+ msgid "Password"
1926
+ msgstr "密码"
1927
+
1928
+ #: view/profile/mo_openid_profile.php:38
1929
+ msgid "Confirm Password"
1930
+ msgstr "确认密码"
1931
+
1932
+ #: view/profile/mo_openid_profile.php:51
1933
+ msgid "By clicking Submit, you agree to our"
1934
+ msgstr "点击提交,即表示您同意我们的"
1935
+
1936
+ #: view/profile/mo_openid_profile.php:51
1937
+ msgid "User Agreement"
1938
+ msgstr "用户协议"
1939
+
1940
+ #: view/profile/mo_openid_profile.php:72
1941
+ msgid "Thank you for registering with miniOrange"
1942
+ msgstr "感谢您向miniOrange注册"
1943
+
1944
+ #: view/profile/mo_openid_profile.php:75
1945
+ msgid "miniOrange Account Email"
1946
+ msgstr "miniOrange帐户电子邮件"
1947
+
1948
+ #: view/profile/mo_openid_profile.php:79
1949
+ msgid "Customer ID"
1950
+ msgstr "客户ID"
1951
+
1952
+ #: view/profile/mo_openid_profile.php:84 view/recaptcha/mo_openid_recap.php:13
1953
+ msgid "Click here"
1954
+ msgstr "点击这里"
1955
+
1956
+ #: view/profile/mo_openid_profile.php:84
1957
+ msgid " to check our"
1958
+ msgstr "检查我们的"
1959
+
1960
+ #: view/profile/mo_openid_profile.php:84
1961
+ msgid "plans"
1962
+ msgstr "计划"
1963
+
1964
+ #: view/profile/mo_openid_profile.php:91
1965
+ msgid "User Profile Details"
1966
+ msgstr "用户个人资料详细信息"
1967
+
1968
+ #: view/profile_completion/mo_openid_prof_comp.php:10
1969
+ msgid ""
1970
+ "Prompt users for username &amp; email when unavailable (profile completion)"
1971
+ msgstr "提示用户输入用户名&amp;不可用时发送电子邮件(配置文件完成)"
1972
+
1973
+ #: view/profile_completion/mo_openid_prof_comp.php:11
1974
+ msgid ""
1975
+ "In case of unavailability of username or email from the social media "
1976
+ "application, user is prompted to input the same"
1977
+ msgstr ""
1978
+ "如果无法使用社交媒体应用程序中的用户名或电子邮件,则会提示用户输入相同的用户"
1979
+ "名或电子邮件"
1980
+
1981
+ #: view/profile_completion/mo_openid_prof_comp.php:16
1982
+ msgid "*NOTE:"
1983
+ msgstr "*注意:"
1984
+
1985
+ #: view/profile_completion/mo_openid_prof_comp.php:16
1986
+ msgid ""
1987
+ "Disabling profile completion is not recommended. Instagram and Twitter don't "
1988
+ "return email address. Please keep this enabled if you are using Instagram or "
1989
+ "Twitter. This feature requires SMTP to be setup for your WordPress website "
1990
+ "since we send a code to users over email to verify their email address."
1991
+ msgstr ""
1992
+ "不建议禁用配置文件完成。 Instagram和Twitter不返回电子邮件地址。如果您使用的是"
1993
+ "Instagram或Twitter,请保持启用状态。此功能需要为您的WordPress网站设置SMTP,因"
1994
+ "为我们通过电子邮件向用户发送代码以验证其电子邮件地址。"
1995
+
1996
+ #: view/profile_completion/mo_openid_prof_comp.php:19
1997
+ msgid "Customize Text for Profile Completion"
1998
+ msgstr "自定义文本以完成配置文件"
1999
+
2000
+ #: view/profile_completion/mo_openid_prof_comp.php:19
2001
+ msgid "Preview Profile Completion form"
2002
+ msgstr "预览配置文件完成表格"
2003
+
2004
+ #: view/profile_completion/mo_openid_prof_comp.php:21
2005
+ msgid "Enter title of Profle Completion"
2006
+ msgstr "输入Profle完成的标题"
2007
+
2008
+ #: view/profile_completion/mo_openid_prof_comp.php:22
2009
+ msgid "Enter Username Label text"
2010
+ msgstr "输入用户名标签文本"
2011
+
2012
+ #: view/profile_completion/mo_openid_prof_comp.php:23
2013
+ msgid "Enter Email Label text"
2014
+ msgstr "输入电子邮件标签文字"
2015
+
2016
+ #: view/profile_completion/mo_openid_prof_comp.php:24
2017
+ msgid "Enter Submit button text"
2018
+ msgstr "输入提交按钮文字"
2019
+
2020
+ #: view/profile_completion/mo_openid_prof_comp.php:25
2021
+ msgid "Enter instruction for Profile Completion"
2022
+ msgstr "输入配置文件填写说明"
2023
+
2024
+ #: view/profile_completion/mo_openid_prof_comp.php:27
2025
+ msgid "Enter extra instruction for Profile Completion "
2026
+ msgstr "输入补充说明以完成配置文件"
2027
+
2028
+ #: view/profile_completion/mo_openid_prof_comp.php:29
2029
+ msgid "Enter username already exists warning message text "
2030
+ msgstr "输入用户名已存在警告消息文本"
2031
+
2032
+ #: view/profile_completion/mo_openid_prof_comp.php:30
2033
+ msgid "Customize Text for Email Verification"
2034
+ msgstr "自定义文本以进行电子邮件验证"
2035
+
2036
+ #: view/profile_completion/mo_openid_prof_comp.php:30
2037
+ msgid "Preview Email Verification form"
2038
+ msgstr "预习电子邮件验证形成"
2039
+
2040
+ #: view/profile_completion/mo_openid_prof_comp.php:32
2041
+ msgid "Enter title of Email Verification form"
2042
+ msgstr "输入电子邮件验证表单的标题"
2043
+
2044
+ #: view/profile_completion/mo_openid_prof_comp.php:33
2045
+ msgid "Enter Resend OTP button text"
2046
+ msgstr "输入重新发送OTP按钮文本"
2047
+
2048
+ #: view/profile_completion/mo_openid_prof_comp.php:34
2049
+ msgid "Enter Back button text"
2050
+ msgstr "输入返回按钮文字"
2051
+
2052
+ #: view/profile_completion/mo_openid_prof_comp.php:35
2053
+ msgid "Enter instruction for Email Verification form"
2054
+ msgstr "输入电子邮件验证表单的说明"
2055
+
2056
+ #: view/profile_completion/mo_openid_prof_comp.php:37
2057
+ msgid "Enter verification code in Email Verification form"
2058
+ msgstr "在“电子邮件验证”表单中输入验证码"
2059
+
2060
+ #: view/profile_completion/mo_openid_prof_comp.php:39
2061
+ msgid "Enter Message for wrong OTP"
2062
+ msgstr "输入错误的OTP消息"
2063
+
2064
+ #: view/profile_completion/mo_openid_prof_comp.php:40
2065
+ msgid "Customized E-mail Message"
2066
+ msgstr "定制的电子邮件"
2067
+
2068
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2069
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2070
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2071
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:556
2072
+ msgid "NOTE"
2073
+ msgstr "注意"
2074
+
2075
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2076
+ msgid "Please enter"
2077
+ msgstr "请输入"
2078
+
2079
+ #: view/profile_completion/mo_openid_prof_comp.php:41
2080
+ msgid "in message where you want to show one time password."
2081
+ msgstr "在您想要显示一次密码的消息中。"
2082
+
2083
+ #: view/profile_completion/mo_openid_prof_comp.php:43
2084
+ msgid ""
2085
+ "Display miniOrange logo with social login icons on profile completion forms"
2086
+ msgstr "在配置文件完成表单上显示带有社交登录图标的miniOrange徽标"
2087
+
2088
+ #: view/recaptcha/mo_openid_recap.php:8
2089
+ msgid "Enable reCAPTCHA"
2090
+ msgstr "启用reCAPTCHA"
2091
+
2092
+ #: view/recaptcha/mo_openid_recap.php:13
2093
+ msgid "Prerequisite"
2094
+ msgstr "先决条件"
2095
+
2096
+ #: view/recaptcha/mo_openid_recap.php:13
2097
+ msgid "Before you can use reCAPTCHA, you need to register your domain/website."
2098
+ msgstr "在使用reCAPTCHA之前,您需要注册您的域/网站。"
2099
+
2100
+ #: view/recaptcha/mo_openid_recap.php:14
2101
+ msgid "Enter Site key and Secret key that you get after registration."
2102
+ msgstr "输入注册后获得的站点密钥和秘密密钥。"
2103
+
2104
+ #: view/recaptcha/mo_openid_recap.php:17
2105
+ msgid "Select type of reCAPTCHA "
2106
+ msgstr "选择reCAPTCHA的类型"
2107
+
2108
+ #: view/recaptcha/mo_openid_recap.php:19
2109
+ msgid "reCAPTCHA v3"
2110
+ msgstr "reCAPTCHA v3"
2111
+
2112
+ #: view/recaptcha/mo_openid_recap.php:26
2113
+ msgid "reCAPTCHA v2"
2114
+ msgstr "reCAPTCHA v2"
2115
+
2116
+ #: view/recaptcha/mo_openid_recap.php:34
2117
+ msgid "Site key"
2118
+ msgstr "网站金钥"
2119
+
2120
+ #: view/recaptcha/mo_openid_recap.php:38
2121
+ msgid "Secret key"
2122
+ msgstr "密钥"
2123
+
2124
+ #: view/recaptcha/mo_openid_recap.php:42
2125
+ msgid "Enable reCAPTCHA for "
2126
+ msgstr "启用reCAPTCHA"
2127
+
2128
+ #: view/recaptcha/mo_openid_recap.php:46
2129
+ msgid "WordPress Login form"
2130
+ msgstr "WordPress登录表单"
2131
+
2132
+ #: view/recaptcha/mo_openid_recap.php:57
2133
+ msgid "WordPress Registration form"
2134
+ msgstr "WordPress注册表格"
2135
+
2136
+ #: view/recaptcha/mo_openid_recap.php:71
2137
+ msgid "Save Settings"
2138
+ msgstr "保存设置"
2139
+
2140
+ #: view/recaptcha/mo_openid_recap.php:72
2141
+ msgid "Test reCAPTCHA Configuration"
2142
+ msgstr "测试reCAPTCHA配置"
2143
+
2144
+ #: view/recaptcha/mo_openid_recap.php:78
2145
+ msgid "Configure reCAPTCHA Settings"
2146
+ msgstr "配置reCAPTCHA设置"
2147
+
2148
+ #: view/redirect_options/mo_openid_redirect_op.php:9
2149
+ msgid "Redirect URL after login:"
2150
+ msgstr "登录后重定向URL:"
2151
+
2152
+ #: view/redirect_options/mo_openid_redirect_op.php:32
2153
+ msgid "Account dashboard"
2154
+ msgstr "帐户信息中心"
2155
+
2156
+ #: view/redirect_options/mo_openid_redirect_op.php:40
2157
+ msgid "Custom URL"
2158
+ msgstr "自定义网址"
2159
+
2160
+ #: view/redirect_options/mo_openid_redirect_op.php:51
2161
+ #: view/redirect_options/mo_openid_redirect_op.php:110
2162
+ msgid "Relative URL"
2163
+ msgstr "相对网址"
2164
+
2165
+ #: view/redirect_options/mo_openid_redirect_op.php:62
2166
+ msgid ""
2167
+ "*NOTE: If you login through WordPress default login page after login you "
2168
+ "will be redirected to Homepage"
2169
+ msgstr "*注意:如果登录后通过WordPress默认登录页面登录,您将被重定向到首页"
2170
+
2171
+ #: view/redirect_options/mo_openid_redirect_op.php:69
2172
+ msgid "Redirect URL after logout:"
2173
+ msgstr "注销后重定向URL:"
2174
+
2175
+ #: view/redirect_options/mo_openid_redirect_op.php:78
2176
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:51
2177
+ msgid "Home Page"
2178
+ msgstr "主页"
2179
+
2180
+ #: view/redirect_options/mo_openid_redirect_op.php:90
2181
+ msgid "Current Page"
2182
+ msgstr "当前页面"
2183
+
2184
+ #: view/redirect_options/mo_openid_redirect_op.php:100
2185
+ msgid "Login Page"
2186
+ msgstr "登录页面"
2187
+
2188
+ #: view/redirect_options/mo_openid_redirect_op.php:128
2189
+ msgid "Redirection Options"
2190
+ msgstr "重定向选项"
2191
+
2192
+ #: view/registration/mo_openid_registration.php:9
2193
+ msgid "Auto Registration"
2194
+ msgstr "自动注册"
2195
+
2196
+ #: view/registration/mo_openid_registration.php:11
2197
+ msgid "Auto-register users"
2198
+ msgstr "自动注册用户"
2199
+
2200
+ #: view/registration/mo_openid_registration.php:15
2201
+ msgid "Registration disabled message"
2202
+ msgstr "注册已禁用消息"
2203
+
2204
+ #: view/registration/mo_openid_registration.php:17
2205
+ msgid ""
2206
+ "If Auto-register users is unchecked, users will not be able to register "
2207
+ "using Social Login. The users who already have an account will be able to "
2208
+ "login. This setting stands true only when users are registering using "
2209
+ "Social Login. This will not interfere with users registering through the "
2210
+ "regular WordPress registration form."
2211
+ msgstr ""
2212
+ "如果未选中“自动注册用户”,则用户将无法使用“社交登录”进行注册。已经拥有帐户的"
2213
+ "用户将能够登录。仅当用户使用社交登录进行注册时,此设置才适用。这不会干扰用户"
2214
+ "通过常规WordPress注册表单进行注册。"
2215
+
2216
+ #: view/registration/mo_openid_registration.php:20
2217
+ msgid "Role Mapping"
2218
+ msgstr "角色映射"
2219
+
2220
+ #: view/registration/mo_openid_registration.php:22
2221
+ msgid "Universal Role"
2222
+ msgstr "普遍角色"
2223
+
2224
+ #: view/registration/mo_openid_registration.php:30
2225
+ msgid ""
2226
+ "Use Role Mapping to assign this role to the all users registering through "
2227
+ "Social Login. According to the role mapped user will be granted role on the "
2228
+ "website."
2229
+ msgstr ""
2230
+ "使用角色映射可将此角色分配给通过“社交登录”注册的所有用户。根据角色映射,用户"
2231
+ "将被授予网站角色。"
2232
+
2233
+ #: view/registration/mo_openid_registration.php:32
2234
+ msgid "Enable Email Notification to Admin"
2235
+ msgstr "启用向管理员发送电子邮件通知"
2236
+
2237
+ #: view/registration/mo_openid_registration.php:34
2238
+ msgid "Enable Email Notification to Admin - on User Registration"
2239
+ msgstr "启用向管理员发送电子邮件通知-用户注册时"
2240
+
2241
+ #: view/registration/mo_openid_registration.php:38
2242
+ msgid "This feature requires SMTP to be configured"
2243
+ msgstr "此功能需要配置SMTP"
2244
+
2245
+ #: view/registration/mo_openid_registration.php:41
2246
+ msgid "Set Display Picture for User"
2247
+ msgstr "为用户设置显示图片"
2248
+
2249
+ #: view/registration/mo_openid_registration.php:43
2250
+ msgid "Set Display Picture for User - on User Registration"
2251
+ msgstr "设置用户的显示图片-用户注册时"
2252
+
2253
+ #: view/registration/mo_openid_registration.php:53
2254
+ msgid "Registration Options"
2255
+ msgstr "注册选项"
2256
+
2257
+ #: view/restrict_domain/mo_openid_restrict_dom.php:17
2258
+ msgid "Users with these domains will not be able to register"
2259
+ msgstr "具有这些域的用户将无法注册"
2260
+
2261
+ #: view/restrict_domain/mo_openid_restrict_dom.php:24
2262
+ msgid "Allow Domain"
2263
+ msgstr "允许网域"
2264
+
2265
+ #: view/restrict_domain/mo_openid_restrict_dom.php:29
2266
+ msgid "Only users with these domains will be able to register"
2267
+ msgstr "只有具有这些域的用户才能注册"
2268
+
2269
+ #: view/shrtco/mo_openid_shrtco.php:9
2270
+ msgid ""
2271
+ "Use social login Shortcode in the content of required page/post where you "
2272
+ "want to display Social Login Icons."
2273
+ msgstr "在您想要显示社交登录图标的页面/帖子的内容中使用社交登录简码。"
2274
+
2275
+ #: view/shrtco/mo_openid_shrtco.php:10
2276
+ msgid "Default Social Login Shortcode"
2277
+ msgstr "默认社交登录简码"
2278
+
2279
+ #: view/shrtco/mo_openid_shrtco.php:11
2280
+ msgid "This will display Social Login Icons with same default settings"
2281
+ msgstr "这将显示具有相同默认设置的社交登录图标"
2282
+
2283
+ #: view/shrtco/mo_openid_shrtco.php:14
2284
+ msgid "For Icons"
2285
+ msgstr "对于图标"
2286
+
2287
+ #: view/shrtco/mo_openid_shrtco.php:15
2288
+ msgid ""
2289
+ "You can use different attribute to customize social login icons. All "
2290
+ "attributes are optional except view."
2291
+ msgstr "您可以使用其他属性来自定义社交登录图标。除视图外,所有属性都是可选的。"
2292
+
2293
+ #: view/shrtco/mo_openid_shrtco.php:16
2294
+ msgid "Square Shape Example"
2295
+ msgstr "方形示例"
2296
+
2297
+ #: view/shrtco/mo_openid_shrtco.php:23
2298
+ msgid "Round Shape Example"
2299
+ msgstr "圆形示例"
2300
+
2301
+ #: view/shrtco/mo_openid_shrtco.php:30
2302
+ msgid "For Long-Buttons"
2303
+ msgstr "对于长按钮"
2304
+
2305
+ #: view/shrtco/mo_openid_shrtco.php:31
2306
+ msgid ""
2307
+ "You can use different attribute to customize social login buttons. All "
2308
+ "attributes are optional"
2309
+ msgstr "您可以使用其他属性来自定义社交登录按钮。所有属性都是可选的"
2310
+
2311
+ #: view/shrtco/mo_openid_shrtco.php:32
2312
+ msgid "Vertical View Example"
2313
+ msgstr "垂直视图示例"
2314
+
2315
+ #: view/shrtco/mo_openid_shrtco.php:37
2316
+ msgid "Horizontal View Example"
2317
+ msgstr "水平视图示例"
2318
+
2319
+ #: view/shrtco/mo_openid_shrtco.php:41
2320
+ msgid "Note:"
2321
+ msgstr "注意"
2322
+
2323
+ #: view/shrtco/mo_openid_shrtco.php:41
2324
+ msgid "By default Long-Button view is"
2325
+ msgstr "默认情况下,长按钮视图为"
2326
+
2327
+ #: view/shrtco/mo_openid_shrtco.php:41
2328
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:11
2329
+ msgid "Vertical"
2330
+ msgstr "垂直"
2331
+
2332
+ #: view/shrtco/mo_openid_shrtco.php:43
2333
+ msgid "For Selected Applications"
2334
+ msgstr "对于选定的应用"
2335
+
2336
+ #: view/shrtco/mo_openid_shrtco.php:44
2337
+ msgid ""
2338
+ "If you want to show selected applications without setting up default "
2339
+ "settings then use this shortcode. You can use different attribute to "
2340
+ "customize social login buttons. All attributes are optional"
2341
+ msgstr ""
2342
+ "如果要显示选定的应用程序而不设置默认设置,请使用此短代码。您可以使用其他属性"
2343
+ "来自定义社交登录按钮。所有属性都是可选的"
2344
+
2345
+ #: view/shrtco/mo_openid_shrtco.php:45
2346
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:17
2347
+ msgid "Example"
2348
+ msgstr "例"
2349
+
2350
+ #: view/shrtco/mo_openid_shrtco.php:110
2351
+ msgid "Note"
2352
+ msgstr "注意"
2353
+
2354
+ #: view/shrtco/mo_openid_shrtco.php:111
2355
+ msgid "1. If you are not registered with miniOrange and "
2356
+ msgstr "1.如果您尚未在miniOrange中注册,并且"
2357
+
2358
+ #: view/shrtco/mo_openid_shrtco.php:111
2359
+ msgid "is also not set up then please register with us first or set up"
2360
+ msgstr "还没有设置,请先向我们注册或设置"
2361
+
2362
+ #: view/shrtco/mo_openid_shrtco.php:111
2363
+ msgid "otherwise the buttons will be"
2364
+ msgstr "否则按钮将是"
2365
+
2366
+ #: view/shrtco/mo_openid_shrtco.php:111 view/shrtco/mo_openid_shrtco.php:112
2367
+ msgid "disabled"
2368
+ msgstr "残障人士"
2369
+
2370
+ #: view/shrtco/mo_openid_shrtco.php:112
2371
+ msgid "2. If Facebook is selected then please set up "
2372
+ msgstr "2.如果选择了Facebook,请进行设置"
2373
+
2374
+ #: view/shrtco/mo_openid_shrtco.php:112
2375
+ msgid "first otherwise the buttons will be "
2376
+ msgstr "首先否则按钮将是"
2377
+
2378
+ #: view/shrtco/mo_openid_shrtco.php:123
2379
+ msgid "Available values for attributes"
2380
+ msgstr "属性的可用值"
2381
+
2382
+ #: view/shrtco/mo_openid_shrtco.php:127
2383
+ msgid "view"
2384
+ msgstr "视图"
2385
+
2386
+ #: view/shrtco/mo_openid_shrtco.php:128
2387
+ msgid "horizontal, vertical"
2388
+ msgstr "水平,垂直"
2389
+
2390
+ #: view/shrtco/mo_openid_shrtco.php:132
2391
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:21
2392
+ msgid "shape"
2393
+ msgstr "形状"
2394
+
2395
+ #: view/shrtco/mo_openid_shrtco.php:133
2396
+ msgid "round, roundededges, square, longbuttonwithtext"
2397
+ msgstr "圆形,圆边,方形,长按钮"
2398
+
2399
+ #: view/shrtco/mo_openid_shrtco.php:137
2400
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:22
2401
+ msgid "theme"
2402
+ msgstr "主题"
2403
+
2404
+ #: view/shrtco/mo_openid_shrtco.php:138
2405
+ msgid "default, custombackground"
2406
+ msgstr "默认,custombackground"
2407
+
2408
+ #: view/shrtco/mo_openid_shrtco.php:142
2409
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:23
2410
+ msgid "size"
2411
+ msgstr "尺寸"
2412
+
2413
+ #: view/shrtco/mo_openid_shrtco.php:143
2414
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:23
2415
+ msgid "Any value between 20 to 100"
2416
+ msgstr "20至100之间的任何值"
2417
+
2418
+ #: view/shrtco/mo_openid_shrtco.php:147
2419
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:24
2420
+ msgid "space"
2421
+ msgstr "空间"
2422
+
2423
+ #: view/shrtco/mo_openid_shrtco.php:148
2424
+ msgid "Any value between 0 to 100"
2425
+ msgstr "0至100之间的任何值"
2426
+
2427
+ #: view/shrtco/mo_openid_shrtco.php:152
2428
+ msgid "width"
2429
+ msgstr "宽度"
2430
+
2431
+ #: view/shrtco/mo_openid_shrtco.php:153
2432
+ msgid "Any value between 200 to 1000"
2433
+ msgstr "200至1000之间的任何值"
2434
+
2435
+ #: view/shrtco/mo_openid_shrtco.php:157
2436
+ msgid "height"
2437
+ msgstr "高度"
2438
+
2439
+ #: view/shrtco/mo_openid_shrtco.php:158
2440
+ msgid "Any value between 35 to 50"
2441
+ msgstr "35至50之间的任何值"
2442
+
2443
+ #: view/shrtco/mo_openid_shrtco.php:162
2444
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:30
2445
+ msgid "color"
2446
+ msgstr "颜色"
2447
+
2448
+ #: view/shrtco/mo_openid_shrtco.php:163
2449
+ msgid "Enter color code for example"
2450
+ msgstr "输入颜色代码,例如"
2451
+
2452
+ #: view/shrtco/mo_openid_shrtco.php:167
2453
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:29
2454
+ msgid "heading"
2455
+ msgstr "标题"
2456
+
2457
+ #: view/shrtco/mo_openid_shrtco.php:168
2458
+ msgid "Enter custom heading"
2459
+ msgstr "输入自定义标题"
2460
+
2461
+ #: view/shrtco/mo_openid_shrtco.php:172
2462
+ msgid "appcnt"
2463
+ msgstr "约"
2464
+
2465
+ #: view/shrtco/mo_openid_shrtco.php:173
2466
+ msgid "Any value for number of icons in one row"
2467
+ msgstr "一行中图标数量的任何值"
2468
+
2469
+ #: view/shrtco/mo_openid_shrtco.php:187
2470
+ msgid "Social Login Shortcodes"
2471
+ msgstr "社交登录简码"
2472
+
2473
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:11
2474
+ msgid "Comment Section Heading"
2475
+ msgstr "评论部分标题"
2476
+
2477
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:15
2478
+ msgid "Comments - Default Label"
2479
+ msgstr "评论-默认标签"
2480
+
2481
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:19
2482
+ msgid "Comments - Facebook Label"
2483
+ msgstr "评论-Facebook标签"
2484
+
2485
+ #: view/soc_com/com_Cust/mo_openid_comm_cust.php:30
2486
+ msgid "Customize Text For Social Comment Labels"
2487
+ msgstr "自定义社交评论标签的文本"
2488
+
2489
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:9
2490
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:23
2491
+ msgid "Enable Social Comments"
2492
+ msgstr "启用社交评论"
2493
+
2494
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
2495
+ msgid "To enable Social Comments, please select Facebook Comments from"
2496
+ msgstr "要启用社交评论,请从以下位置选择Facebook评论:"
2497
+
2498
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:10
2499
+ msgid " Also select one or both of the options from"
2500
+ msgstr "同时从中选择一个或两个选项"
2501
+
2502
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:11
2503
+ msgid "Add Social Comments"
2504
+ msgstr "添加社交评论"
2505
+
2506
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
2507
+ msgid "You can add social comments in the following areas from "
2508
+ msgstr "您可以在以下区域中添加社交评论:"
2509
+
2510
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:12
2511
+ msgid ""
2512
+ "If you require a shortcode, please contact us from the Support form on the "
2513
+ "right."
2514
+ msgstr "如果您需要输入简码,请通过右侧的支持表格与我们联系。"
2515
+
2516
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:14
2517
+ msgid "Blog Post: This option enables Social Comments on Posts / Blog Post"
2518
+ msgstr "博客帖子:此选项启用对帖子/博客帖子的社交评论"
2519
+
2520
+ #: view/soc_com/com_Enable/mo_openid_comm_enable.php:15
2521
+ msgid ""
2522
+ "Static pages: This option places Social Comments on Pages / Static Pages "
2523
+ "with comments enabled"
2524
+ msgstr "静态页面:此选项在启用评论的页面/静态页面上放置社交评论"
2525
+
2526
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:14
2527
+ msgid "Select the options where you want to add social comments"
2528
+ msgstr "选择要在其中添加社交评论的选项"
2529
+
2530
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:20
2531
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:74
2532
+ msgid "Blog Post"
2533
+ msgstr "博客文章"
2534
+
2535
+ #: view/soc_com/com_display_options/mo_openid_comm_disp_opt.php:28
2536
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:98
2537
+ msgid "Static Pages"
2538
+ msgstr "静态页面"
2539
+
2540
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:9
2541
+ msgid ""
2542
+ "Select applications to add Social Comments. These commenting applications "
2543
+ "will be added to your blog post pages at the location of your comments."
2544
+ msgstr ""
2545
+ "选择应用程序以添加社交评论。这些评论应用程序将添加到您的评论位置的博客文章页"
2546
+ "面。"
2547
+
2548
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:21
2549
+ msgid ""
2550
+ "If none of the below are selected, default WordPress comments will only be "
2551
+ "visible. Only selecting Default WordPress Comments will not result in any "
2552
+ "changes"
2553
+ msgstr ""
2554
+ "如果未选择以下任何一项,则默认的WordPress注释将仅可见。仅选择默认WordPress注"
2555
+ "释不会导致任何更改"
2556
+
2557
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:28
2558
+ msgid "Default WordPress Comments"
2559
+ msgstr "默认WordPress注释"
2560
+
2561
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:39
2562
+ msgid "Facebook Comments"
2563
+ msgstr "Facebook评论"
2564
+
2565
+ #: view/soc_com/com_select_app/mo_openid_comm_select_app.php:55
2566
+ msgid "Social Comments"
2567
+ msgstr "社会评论"
2568
+
2569
+ #: view/soc_com/com_shrtco/comm_shrtco.php:9
2570
+ msgid "Configure Social Comments in the Social Comments tab of the plugin"
2571
+ msgstr "在插件的“社交评论”标签中配置社交评论"
2572
+
2573
+ #: view/soc_com/com_shrtco/comm_shrtco.php:10
2574
+ msgid "Keep both the display options checked and Save"
2575
+ msgstr "保持选中两个显示选项并保存"
2576
+
2577
+ #: view/soc_com/com_shrtco/comm_shrtco.php:11
2578
+ msgid "Enable Comments for the post/page you want to add"
2579
+ msgstr "为要添加的帖子/页面启用评论"
2580
+
2581
+ #: view/soc_com/com_shrtco/comm_shrtco.php:12
2582
+ msgid "Pages-> Quick Edit-> Allow Comments"
2583
+ msgstr "页面->快速编辑->允许评论"
2584
+
2585
+ #: view/soc_com/com_shrtco/comm_shrtco.php:12
2586
+ msgid "(Skip this step if you already have Comments enabled.)"
2587
+ msgstr "(如果您已经启用了注释,请跳过此步骤。)"
2588
+
2589
+ #: view/soc_com/com_shrtco/comm_shrtco.php:13
2590
+ msgid "Add the shortcode "
2591
+ msgstr "添加简码"
2592
+
2593
+ #: view/soc_com/com_shrtco/comm_shrtco.php:13
2594
+ msgid "to an individual page/post"
2595
+ msgstr "到单个页面/帖子"
2596
+
2597
+ #: view/soc_com/com_shrtco/comm_shrtco.php:16
2598
+ msgid "Social Comments Shortcodes"
2599
+ msgstr "社会评论简码"
2600
+
2601
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:20
2602
+ msgid "Customize Sharing Icons"
2603
+ msgstr "自定义共享图标"
2604
+
2605
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:21
2606
+ msgid "Customize shape, size and background for sharing icons"
2607
+ msgstr "自定义形状,大小和背景以共享图标"
2608
+
2609
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:71
2610
+ msgid "Custom background"
2611
+ msgstr "自订背景"
2612
+
2613
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:81
2614
+ msgid "No background"
2615
+ msgstr "没有背景"
2616
+
2617
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2618
+ msgid "Custom background: This will change the background color of share icons"
2619
+ msgstr "自定义背景:这将更改共享图标的背景颜色"
2620
+
2621
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:107
2622
+ msgid "No background:This will remove the background color of share icons"
2623
+ msgstr "无背景:这将删除共享图标的背景颜色"
2624
+
2625
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:112
2626
+ msgid "Preview"
2627
+ msgstr "预习"
2628
+
2629
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:199
2630
+ msgid "Customize Text For Social Share Icons"
2631
+ msgstr "自定义社交共享图标的文本"
2632
+
2633
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:207
2634
+ msgid "Select color for share heading"
2635
+ msgstr "选择颜色作为标题"
2636
+
2637
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:210
2638
+ msgid "Enter text to show above share widget"
2639
+ msgstr "输入文字以显示在共享小部件上方"
2640
+
2641
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:213
2642
+ msgid "Enter your twitter Username (without @)"
2643
+ msgstr "输入您的Twitter用户名(不带@)"
2644
+
2645
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:217
2646
+ msgid "Enter the Email subject (email share)"
2647
+ msgstr "输入电子邮件主题(电子邮件共享)"
2648
+
2649
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:221
2650
+ msgid "Enter the Email body (add ##url## to place the URL)"
2651
+ msgstr "输入电子邮件正文(添加## url ##来放置URL)"
2652
+
2653
+ #: view/soc_sha/cust_text/mo_openid_cust_shricon.php:385
2654
+ msgid "Customize text for Social Share Icons"
2655
+ msgstr "自定义社交共享图标的文本"
2656
+
2657
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:46
2658
+ msgid "Select the options where you want to display social share icons"
2659
+ msgstr "选择要在其中显示社交共享图标的选项"
2660
+
2661
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:57
2662
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:81
2663
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:105
2664
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:140
2665
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:160
2666
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:185
2667
+ msgid "Before content"
2668
+ msgstr "内容前"
2669
+
2670
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:61
2671
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:85
2672
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:109
2673
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:144
2674
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:164
2675
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:189
2676
+ msgid "After content"
2677
+ msgstr "内容后"
2678
+
2679
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:65
2680
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:91
2681
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:114
2682
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:149
2683
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:169
2684
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:194
2685
+ msgid "Both before and after content"
2686
+ msgstr "内容前后"
2687
+
2688
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:120
2689
+ msgid " WooCommerce Individual Product Page(Top)"
2690
+ msgstr "WooCommerce个人产品页面(顶部)"
2691
+
2692
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:130
2693
+ msgid "WooCommerce Individual Product Page"
2694
+ msgstr "WooCommerce个人产品页面"
2695
+
2696
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:135
2697
+ msgid "BBPress Forums Page"
2698
+ msgstr "BBPress论坛页面"
2699
+
2700
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:155
2701
+ msgid "BBPress Topic Page"
2702
+ msgstr "BBPress主题页面"
2703
+
2704
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:178
2705
+ msgid "BBPress Reply Page"
2706
+ msgstr "BBPress回复页面"
2707
+
2708
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2709
+ msgid ""
2710
+ "The icons in above pages will be placed horizontally. For vertical icons, "
2711
+ "add "
2712
+ msgstr "以上页面中的图标将水平放置。对于垂直图标,添加"
2713
+
2714
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2715
+ msgid "miniOrange Sharing - Vertical"
2716
+ msgstr "miniOrange共享-垂直"
2717
+
2718
+ #: view/soc_sha/disp_shropt/mo_openid_disp_shropt.php:201
2719
+ msgid "widget from Appearance->Widgets."
2720
+ msgstr "外观->小部件中的小部件。"
2721
+
2722
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:17
2723
+ msgid ""
2724
+ "Share counts are supported for Facebook, Vkontakte, Stumble Upon and "
2725
+ "Pinterest"
2726
+ msgstr "Facebook,Vkontakte,Stumble On和Pinterest支持股票计数"
2727
+
2728
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:19
2729
+ msgid "Enable share counts"
2730
+ msgstr "启用共享计数"
2731
+
2732
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:24
2733
+ msgid "Delete Count Session"
2734
+ msgstr "删除计数会话"
2735
+
2736
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:47
2737
+ msgid "Facebook Access Token"
2738
+ msgstr "Facebook访问令牌"
2739
+
2740
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:48
2741
+ msgid "Instructions to configure Facebook Share Counts"
2742
+ msgstr "有关配置Facebook分享计数的说明"
2743
+
2744
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:50
2745
+ msgid "Sign in with your Facebook account"
2746
+ msgstr "使用您的Facebook帐户登录"
2747
+
2748
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:52
2749
+ msgid ""
2750
+ "Use an existing app if you already have one or create a new facebook\n"
2751
+ " app by clicking on "
2752
+ msgstr ""
2753
+ "使用现有的应用程序(如果已有)或创建一个新的Facebook\n"
2754
+ "app 通过点击 on"
2755
+
2756
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2757
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:54
2758
+ msgid "Create App"
2759
+ msgstr "建立应用程式"
2760
+
2761
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2762
+ msgid "My Apps"
2763
+ msgstr "我的应用程式"
2764
+
2765
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:53
2766
+ msgid ""
2767
+ "and\n"
2768
+ " select"
2769
+ msgstr ""
2770
+ "而\n"
2771
+ " 选择"
2772
+
2773
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:54
2774
+ msgid ""
2775
+ " Enter Display Name i.e App Name and click\n"
2776
+ " on"
2777
+ msgstr ""
2778
+ "输入显示名称,即应用名称,然后单击\n"
2779
+ " 上"
2780
+
2781
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:55
2782
+ msgid "Create App ID"
2783
+ msgstr "创建应用ID"
2784
+
2785
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2786
+ msgid "Tools"
2787
+ msgstr "工具类"
2788
+
2789
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2790
+ msgid "select"
2791
+ msgstr "选择"
2792
+
2793
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2794
+ msgid "Graph API Explorer"
2795
+ msgstr "Graph API资源管理器"
2796
+
2797
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2798
+ msgid "and click on"
2799
+ msgstr "点击"
2800
+
2801
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:57
2802
+ msgid ""
2803
+ "Get\n"
2804
+ " Access Token"
2805
+ msgstr ""
2806
+ "得到\n"
2807
+ " 访问令牌"
2808
+
2809
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2810
+ msgid "Now, go to"
2811
+ msgstr "现在,去"
2812
+
2813
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2814
+ msgid "Access Token Tool"
2815
+ msgstr "访问令牌工具"
2816
+
2817
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2818
+ msgid "and press"
2819
+ msgstr "然后按"
2820
+
2821
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2822
+ msgid "Debug"
2823
+ msgstr "除错"
2824
+
2825
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2826
+ msgid "option at right side for the "
2827
+ msgstr "右侧的选项side"
2828
+
2829
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:60
2830
+ msgid "User Token"
2831
+ msgstr "用户令牌"
2832
+
2833
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2834
+ msgid "Now copy the"
2835
+ msgstr "现在复制"
2836
+
2837
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2838
+ msgid "Access Token"
2839
+ msgstr "访问令牌"
2840
+
2841
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:61
2842
+ msgid ""
2843
+ "and paste it in the above field and\n"
2844
+ " click on"
2845
+ msgstr ""
2846
+ "并将其粘贴到上述字段中,\n"
2847
+ " 点击"
2848
+
2849
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:62
2850
+ msgid "save"
2851
+ msgstr "保存"
2852
+
2853
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:65
2854
+ msgid ""
2855
+ "According to the new updates of\n"
2856
+ " Facebook API it will expires after "
2857
+ "every 60 days. So to avoid any\n"
2858
+ " issues update it again before 60 days"
2859
+ msgstr ""
2860
+ "根据最新更新\n"
2861
+ " Facebook API每60天就会过期。所以要避免任"
2862
+ "何\n"
2863
+ " 问题会在60天之前再次更新。"
2864
+
2865
+ #: view/soc_sha/share_cnt/mo_openid_shrcnt.php:101
2866
+ msgid "Share Counts"
2867
+ msgstr "共享计数"
2868
+
2869
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:10
2870
+ msgid "Horizontal"
2871
+ msgstr "卧式"
2872
+
2873
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:15
2874
+ msgid "For Sharing Icons"
2875
+ msgstr "用于共享图标"
2876
+
2877
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:16
2878
+ msgid ""
2879
+ " You can use different attribute to customize social sharing icons. All "
2880
+ "attributes are optional"
2881
+ msgstr "您可以使用其他属性来自定义社交共享图标。所有属性都是可选的"
2882
+
2883
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:20
2884
+ msgid "Common attributes - Horizontal and Vertical"
2885
+ msgstr "共同属性-水平和垂直"
2886
+
2887
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:21
2888
+ msgid " round, roundededges, square"
2889
+ msgstr "圆形,圆角,正方形"
2890
+
2891
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:22
2892
+ msgid "default, custombackground, nobackground"
2893
+ msgstr "默认,custombackground,nobackground"
2894
+
2895
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:24
2896
+ msgid "Any value between 0 to 50"
2897
+ msgstr "0至50之间的任何值"
2898
+
2899
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:25
2900
+ msgid "url"
2901
+ msgstr "网址"
2902
+
2903
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:25
2904
+ msgid "Enter custom URL for sharing"
2905
+ msgstr "输入自定义网址以进行共享"
2906
+
2907
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:26
2908
+ msgid "fontcolor"
2909
+ msgstr "字体颜色"
2910
+
2911
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:26
2912
+ msgid "Enter custom color for icons (only works with no background theme"
2913
+ msgstr "输入图标的自定义颜色(仅适用于无背景主题"
2914
+
2915
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
2916
+ msgid "sharecnt"
2917
+ msgstr "共享"
2918
+
2919
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
2920
+ msgid " yes, no "
2921
+ msgstr "是的,没有"
2922
+
2923
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:27
2924
+ msgid "To see social share count*"
2925
+ msgstr "查看社交分享计数*"
2926
+
2927
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:28
2928
+ msgid "Horizontal attributes"
2929
+ msgstr "水平属性"
2930
+
2931
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:29
2932
+ msgid "Enter custom heading text"
2933
+ msgstr "输入自定义标题文本"
2934
+
2935
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:30
2936
+ msgid ""
2937
+ " Enter custom text color for heading eg: cyan, red, blue, orange, yellow"
2938
+ msgstr "输入标题的自定义文本颜色,例如:青色,红色,蓝色,橙色,黄色"
2939
+
2940
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:32
2941
+ msgid "Vertical attributes"
2942
+ msgstr "垂直属性"
2943
+
2944
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:33
2945
+ msgid "alignment"
2946
+ msgstr "对准"
2947
+
2948
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:33
2949
+ msgid "left,right"
2950
+ msgstr "左右"
2951
+
2952
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:34
2953
+ msgid "topoffset"
2954
+ msgstr "顶偏移"
2955
+
2956
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:34
2957
+ msgid "Any value(height from top) between 0 to 1000"
2958
+ msgstr "0到1000之间的任何值(从顶部开始的高度)"
2959
+
2960
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:35
2961
+ msgid "rightoffset(Applicable if alignment is right)"
2962
+ msgstr "rightoffset(如果对齐正确,则适用)"
2963
+
2964
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:35
2965
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:36
2966
+ msgid "Any value between 0 to 200"
2967
+ msgstr "0至200之间的任何值"
2968
+
2969
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:36
2970
+ msgid "leftoffset(Applicable if alignment is left)"
2971
+ msgstr "leftoffset(如果左对齐,则适用)"
2972
+
2973
+ #: view/soc_sha/shrt_co/mo_openid_shrtco.php:45
2974
+ msgid "Social Sharing Shortcode"
2975
+ msgstr "社交分享简码"
2976
+
2977
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:18
2978
+ msgid "Select Social Apps"
2979
+ msgstr "选择社交应用"
2980
+
2981
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:20
2982
+ msgid "Select applications to enable social sharing"
2983
+ msgstr "选择应用程序以启用社交共享"
2984
+
2985
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:28
2986
+ msgid "Facebook"
2987
+ msgstr "脸书"
2988
+
2989
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:36
2990
+ msgid "Twitter"
2991
+ msgstr "推特"
2992
+
2993
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:47
2994
+ msgid "Google"
2995
+ msgstr "谷歌"
2996
+
2997
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:61
2998
+ msgid "Vkontakte"
2999
+ msgstr "Vkontakte"
3000
+
3001
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:74
3002
+ msgid "Tumblr"
3003
+ msgstr "Tumblr"
3004
+
3005
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:91
3006
+ msgid "StumbleUpon"
3007
+ msgstr "偶然发现"
3008
+
3009
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:105
3010
+ msgid "LinkedIn"
3011
+ msgstr "领英"
3012
+
3013
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:134
3014
+ msgid "Pinterest"
3015
+ msgstr "Pinterest的"
3016
+
3017
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:148
3018
+ msgid "Pocket"
3019
+ msgstr "口袋"
3020
+
3021
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:165
3022
+ msgid "Digg"
3023
+ msgstr "掘客"
3024
+
3025
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:178
3026
+ msgid "Delicious"
3027
+ msgstr "美味的"
3028
+
3029
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:191
3030
+ msgid "Odnoklassniki"
3031
+ msgstr "同学们"
3032
+
3033
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:214
3034
+ msgid "Print"
3035
+ msgstr "打印"
3036
+
3037
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:228
3038
+ msgid "Whatsapp"
3039
+ msgstr "Whatsapp的"
3040
+
3041
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:249
3042
+ msgid "No apps selected"
3043
+ msgstr "未选择任何应用"
3044
+
3045
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:556
3046
+ msgid ""
3047
+ "Custom background: This will\n"
3048
+ " change the background color of sharing icons"
3049
+ msgstr ""
3050
+ "自定义背景:这将\n"
3051
+ " 更改共享图标的背景颜色"
3052
+
3053
+ #: view/soc_sha/soc_apps/mo_openid_sharing.php:558
3054
+ msgid ""
3055
+ "No background: This will change the font color of icons without background"
3056
+ msgstr "没有背景:这将更改没有背景的图标的字体颜色"
miniorange_openid_sso_settings.php CHANGED
@@ -4,12 +4,12 @@
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Apple, Twitter, LinkedIn etc using customizable buttons.
7
- * Version: 7.3.4
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
- define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.3.4');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
@@ -153,6 +153,7 @@ class miniorange_openid_sso_settings
153
  add_option( 'mo_openid_social_comment_default_label', 'Default Comments' );
154
  add_option( 'mo_openid_social_comment_fb_label', 'Facebook Comments' );
155
  add_option( 'mo_openid_social_comment_disqus_label', 'Disqus Comments' );
 
156
  add_option( 'mo_openid_social_comment_heading_label', 'Leave a Reply' );
157
  add_option( 'mo_openid_login_theme', 'default' );
158
 
@@ -160,7 +161,7 @@ class miniorange_openid_sso_settings
160
  add_action('comment_form_must_log_in_after', array($this, 'mo_openid_add_social_login'));
161
  add_action('comment_form_top', array($this, 'mo_openid_add_social_login'));
162
  }
163
- if(get_option('mo_openid_social_comment_fb') == 1 || get_option('mo_openid_social_comment_google') == 1 ){
164
  add_action('comment_form_top', array( $this, 'mo_openid_add_comment'));
165
  }
166
 
@@ -725,7 +726,9 @@ Thank you.';
725
  wp_die('<strong>ERROR</strong>: Invalid Request.');
726
  } else {
727
  update_option('mo_openid_social_comment_fb', isset($_POST['mo_openid_social_comment_fb']) ? sanitize_text_field($_POST['mo_openid_social_comment_fb']) : 0);
 
728
  update_option('mo_openid_social_comment_default', isset($_POST['mo_openid_social_comment_default']) ? sanitize_text_field($_POST['mo_openid_social_comment_default']) : 0);
 
729
  update_option('mo_openid_message', 'Your settings are saved successfully.');
730
  mo_openid_show_success_message();
731
  }
@@ -750,6 +753,7 @@ Thank you.';
750
  } else {
751
  update_option('mo_openid_social_comment_default_label',isset($_POST['mo_openid_social_comment_default_label'])? sanitize_text_field($_POST['mo_openid_social_comment_default_label']):0);
752
  update_option('mo_openid_social_comment_fb_label', isset($_POST['mo_openid_social_comment_fb_label'])?sanitize_text_field($_POST['mo_openid_social_comment_fb_label']):0);
 
753
  update_option('mo_openid_social_comment_heading_label',isset($_POST['mo_openid_social_comment_heading_label'])? sanitize_text_field($_POST['mo_openid_social_comment_heading_label']):0);
754
  update_option('mo_openid_message', 'Your settings are saved successfully.');
755
  mo_openid_show_success_message();
4
  * Plugin Name: Social Login, Social Sharing by miniOrange
5
  * Plugin URI: https://www.miniorange.com
6
  * Description: Allow your users to login, comment and share with Facebook, Google, Apple, Twitter, LinkedIn etc using customizable buttons.
7
+ * Version: 7.3.5
8
  * Author: miniOrange
9
  * License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
10
  */
11
 
12
+ define('MO_OPENID_SOCIAL_LOGIN_VERSION', '7.3.5');
13
  define('plugin_url', plugin_dir_url(__FILE__) . "includes/images/icons/");
14
  define('MOSL_PLUGIN_DIR',str_replace('/','\\',plugin_dir_path(__FILE__)));
15
  require('miniorange_openid_sso_settings_page.php');
153
  add_option( 'mo_openid_social_comment_default_label', 'Default Comments' );
154
  add_option( 'mo_openid_social_comment_fb_label', 'Facebook Comments' );
155
  add_option( 'mo_openid_social_comment_disqus_label', 'Disqus Comments' );
156
+ add_option( 'mo_disqus_shortname', '' );
157
  add_option( 'mo_openid_social_comment_heading_label', 'Leave a Reply' );
158
  add_option( 'mo_openid_login_theme', 'default' );
159
 
161
  add_action('comment_form_must_log_in_after', array($this, 'mo_openid_add_social_login'));
162
  add_action('comment_form_top', array($this, 'mo_openid_add_social_login'));
163
  }
164
+ if(get_option('mo_openid_social_comment_fb') == 1 || get_option('mo_openid_social_comment_disqus') == 1 ){
165
  add_action('comment_form_top', array( $this, 'mo_openid_add_comment'));
166
  }
167
 
726
  wp_die('<strong>ERROR</strong>: Invalid Request.');
727
  } else {
728
  update_option('mo_openid_social_comment_fb', isset($_POST['mo_openid_social_comment_fb']) ? sanitize_text_field($_POST['mo_openid_social_comment_fb']) : 0);
729
+ update_option('mo_openid_social_comment_disqus', isset($_POST['mo_openid_social_comment_disqus']) ? sanitize_text_field($_POST['mo_openid_social_comment_disqus']) : 0);
730
  update_option('mo_openid_social_comment_default', isset($_POST['mo_openid_social_comment_default']) ? sanitize_text_field($_POST['mo_openid_social_comment_default']) : 0);
731
+ update_option('mo_disqus_shortname', isset($_POST['mo_disqus_shortname']) ? sanitize_text_field($_POST['mo_disqus_shortname']) : "");
732
  update_option('mo_openid_message', 'Your settings are saved successfully.');
733
  mo_openid_show_success_message();
734
  }
753
  } else {
754
  update_option('mo_openid_social_comment_default_label',isset($_POST['mo_openid_social_comment_default_label'])? sanitize_text_field($_POST['mo_openid_social_comment_default_label']):0);
755
  update_option('mo_openid_social_comment_fb_label', isset($_POST['mo_openid_social_comment_fb_label'])?sanitize_text_field($_POST['mo_openid_social_comment_fb_label']):0);
756
+ update_option('mo_openid_social_comment_disqus_label', isset($_POST['mo_openid_social_comment_disqus_label'])?sanitize_text_field($_POST['mo_openid_social_comment_disqus_label']):0);
757
  update_option('mo_openid_social_comment_heading_label',isset($_POST['mo_openid_social_comment_heading_label'])? sanitize_text_field($_POST['mo_openid_social_comment_heading_label']):0);
758
  update_option('mo_openid_message', 'Your settings are saved successfully.');
759
  mo_openid_show_success_message();
miniorange_openid_sso_settings_page.php CHANGED
@@ -13,7 +13,6 @@ require('view/gdpr/mo_openid_gdpr.php');
13
  require('view/integration/mo_openid_integrate.php');
14
  require('view/licensing_plans/mo_openid_lic_plans.php');
15
  require('view/link_social_account/mo_openid_Acclink.php');
16
- require('view/mo_new/mo_openid_whats_new.php');
17
  require('view/premium_features/mo_openid_prem_feat.php');
18
  require('view/privacy_policy/mo_openid_priv_pol.php');
19
  require('view/profile_completion/mo_openid_prof_comp.php');
@@ -37,26 +36,8 @@ include('view/add_on/custom_registration_form.php');
37
 
38
  function mo_register_openid() {
39
  ?>
40
- <div id="upgrade_notice" class="update-nag" style="width: 92.5%;margin-left: 0%;"><strong>Special March Offer for WOOCOMMERCE INTEGRATION. Click here to <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
41
  </strong></div>
42
- <div id="myModalwoo_not" class="modal">
43
- <!-- Modal content -->
44
- <div class="modal-content">
45
- <span class="close">&times;</span>
46
- <strong><h1 style="padding-left: 5%;color: darkblue"> WOOCOMMERCE INTEGRATION PLAN $19</h1><hr><p style="padding-left: 40%;font-size:18px;color:red">Special March Offer</p></strong>
47
- <h4><strong>Features Included</strong></h4> <input type="submit" name="submit" value="<?php echo mo_sl('UPGRADE NOW');?>" style="float:right;width:150px;background-color:#0867b2;color:white;box-shadow:none;text-shadow: none;" class="button button-primary button-large" /></b>
48
- <h4>Woocommerce Display Options(STANDARD PLAN) <strike style="color: maroon;font-size:20px;font-weight: bold">$29</strike></h4>
49
- <h4>Woocommerce integration + Display Options(PREMIUM PLAN) <strike style="color: maroon;font-size:20px;font-weight: bold">$49</strike></h4>
50
- <label class="mo_openid_note_style">
51
- We provide Woocommerece integration in our premium plan which includes Woocommerece integration and various Woocommerce display options along with other integration for $49.
52
- We provide only Woocommerece display options in our standard plan along with other standard features for $29.
53
- But now we have a special March offer for you this month, you can avail the Woocommerce integration and various Woocommerce display options with the free plugin features only at $19.
54
- </label>
55
- <p><strong style="color: #0000A0">Feature Description</strong>
56
- Using Woocommerce integration you will get all the text fields at the checkout form pre-filled.</p>
57
- </div>
58
-
59
- </div>
60
  <?php
61
 
62
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
@@ -81,7 +62,7 @@ function mo_register_openid() {
81
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
82
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
83
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
84
- <td> <a id="miniorange_new" style="margin-top: 23px;background: #62B772;border-color: #62B772;color: white;" class="button"<?php echo $active_tab == 'miniorange_new' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'miniorange_new'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("What's new in miniOrange");?></a></td>
85
  <td>
86
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
87
  </td>
@@ -136,10 +117,10 @@ function mo_register_openid() {
136
  <?php
137
  switch ($active_tab){
138
  case 'licensing_plans':
139
- mo_openid_licensing_plans();
140
  break;
141
- case 'miniorange_new':
142
- mo_openid_miniorange_new();
143
  break;
144
  case 'config_apps':
145
  mo_openid_show_apps();
@@ -578,7 +559,7 @@ function mo_register_sharing_openid()
578
  mo_openid_short_code();
579
  break;
580
  case 'licensing_plans':
581
- mo_openid_licensing_plans();
582
  break;
583
  case 'faq':
584
  mo_openid_faq();
@@ -711,7 +692,7 @@ function mo_comment_openid() {
711
  select_comment_shortcode();
712
  break;
713
  case 'licensing_plans':
714
- mo_openid_licensing_plans();
715
  break;
716
  case 'faq':
717
  mo_openid_faq();
13
  require('view/integration/mo_openid_integrate.php');
14
  require('view/licensing_plans/mo_openid_lic_plans.php');
15
  require('view/link_social_account/mo_openid_Acclink.php');
 
16
  require('view/premium_features/mo_openid_prem_feat.php');
17
  require('view/privacy_policy/mo_openid_priv_pol.php');
18
  require('view/profile_completion/mo_openid_prof_comp.php');
36
 
37
  function mo_register_openid() {
38
  ?>
39
+ <div id="upgrade_notice" class="update-nag" style="width: 92.5%;margin-left: 0%;"><strong>Special WOOCOMMERCE, BUDDYPRESS & MAILCHIMP INTEGRATION PLUGINS. Click here to <a id="pricing" style="background: #FFA335;border-color: #FFA335;color: white;" class="button" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a>
40
  </strong></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  <?php
42
 
43
  if( isset( $_GET[ 'tab' ]) && $_GET[ 'tab' ] !== 'register' ) {
62
  <td> <a id="forum" style="margin-top: 23px" class="button" <?php echo $active_tab == 'forum' ? 'nav-tab-active' : ''; ?>" href="https://wordpress.org/support/plugin/miniorange-login-openid/" target="_blank"><?php echo mo_sl('Forum');?></a></td>
63
  <td> <a id="addon" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button" <?php echo $active_tab == 'add_on' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'add_on'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Add On');?></a></td>
64
  <td> <a id="pricing" style="margin-top: 23px;background: #FFA335;border-color: #FFA335;color: white;" class="button"<?php echo $active_tab == 'licensing_plans' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('Upgrade Now');?></a></td>
65
+ <td> <a id="pricing_feature" style="margin-top: 23px;background: #62B772;border-color: #62B772;color: white;" class="button"<?php echo $active_tab == 'licensing_plans_feature' ? 'nav-tab-active' : ''; ?>" href="<?php echo add_query_arg( array('tab' => 'licensing_plans_feature'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl("Featured Plans");?></a></td>
66
  <td>
67
  <a id="mo_openid_rateus_modal" onclick="asdf(this)" style="margin-top: 23px" class="button" ><?php echo mo_sl('Rate us');?></a>
68
  </td>
117
  <?php
118
  switch ($active_tab){
119
  case 'licensing_plans':
120
+ mo_openid_licensing_plans('');
121
  break;
122
+ case 'licensing_plans_feature':
123
+ mo_openid_licensing_plans('feature_plan');
124
  break;
125
  case 'config_apps':
126
  mo_openid_show_apps();
559
  mo_openid_short_code();
560
  break;
561
  case 'licensing_plans':
562
+ mo_openid_licensing_plans('');
563
  break;
564
  case 'faq':
565
  mo_openid_faq();
692
  select_comment_shortcode();
693
  break;
694
  case 'licensing_plans':
695
+ mo_openid_licensing_plans('');
696
  break;
697
  case 'faq':
698
  mo_openid_faq();
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: vkontakte, sociallogin, cyberlord92
3
  Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
- Tested up to: 5.3
7
- Stable tag: 7.3.4
8
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
 
10
  Social Login with Google, Facebook, Apple, Twitter, Reddit, Vkontakte, LinkedIn and more. GDPR compliant. Social sharing and social comments. 24x7 Support.
@@ -177,9 +177,12 @@ Please email us at info@miniorange.com. You can also submit your query from the
177
 
178
 
179
  == Changelog ==
180
- = 7.3.4 =
 
181
  * Minor UI changes.
182
 
 
 
183
 
184
  = 7.3.3 =
185
  * Minor UI changes.
@@ -697,6 +700,10 @@ SECURITY FIXES
697
  * First version of Social Login, Social Sharing plugin.
698
 
699
  == Upgrade Notice ==
 
 
 
 
700
  = 7.3.4 =
701
  * Minor UI changes.
702
 
3
  Donate link: https://www.miniorange.com
4
  Tags: social login, facebook login, google login, twitter login, Vkontakte login, Woocommerce, social, facebook, twitter, google, login, google, social connect, social network login, social plugin, Vkontakte, LinkedIn
5
  Requires at least: 2.0.2
6
+ Tested up to: 5.4
7
+ Stable tag: 7.3.5
8
  License URI: http://miniorange.com/usecases/miniOrange_User_Agreement.pdf
9
 
10
  Social Login with Google, Facebook, Apple, Twitter, Reddit, Vkontakte, LinkedIn and more. GDPR compliant. Social sharing and social comments. 24x7 Support.
177
 
178
 
179
  == Changelog ==
180
+ = 7.3.5 =
181
+ * Compatable with WordPress version 5.4
182
  * Minor UI changes.
183
 
184
+ = 7.3.4 =
185
+ * Minor UI changes.
186
 
187
  = 7.3.3 =
188
  * Minor UI changes.
700
  * First version of Social Login, Social Sharing plugin.
701
 
702
  == Upgrade Notice ==
703
+ = 7.3.5 =
704
+ * Compatable with WordPress version 5.4
705
+ * Minor UI changes.
706
+
707
  = 7.3.4 =
708
  * Minor UI changes.
709
 
view/customise_social_icons/mo_openid_cust_icons.php CHANGED
@@ -24,13 +24,9 @@ function mo_openid_customise_social_icons(){
24
  <label class="mo-openid-radio-container"><?php echo mo_sl('Long Button');?>
25
  <input type="radio" id="mo_openid_login_shape_longbutton" name="mo_openid_login_theme" value="longbutton" onclick="shape_change();checkLoginButton();moLoginPreview(document.getElementById('mo_login_icon_width').value ,'longbutton',setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)" <?php checked( get_option('mo_openid_login_theme') == 'longbutton' );?> /><br>
26
  <span class="mo-openid-radio-checkmark"></span></label>
27
-
28
-
29
  </div>
30
  <div style="float: right; width: 50%;">
31
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Theme');?></b><br></label>
32
-
33
-
34
  <label class="mo-openid-radio-container"><?php echo mo_sl('Default');?>
35
  <input type="radio" id="mo_openid_default_background_radio" name="mo_openid_login_custom_theme"
36
  value="default" onclick="checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'default',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
@@ -205,7 +201,27 @@ function mo_openid_customise_social_icons(){
205
  }
206
  ?>
207
  </div>
208
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
209
  </center>
210
  </div>
211
  </div>
24
  <label class="mo-openid-radio-container"><?php echo mo_sl('Long Button');?>
25
  <input type="radio" id="mo_openid_login_shape_longbutton" name="mo_openid_login_theme" value="longbutton" onclick="shape_change();checkLoginButton();moLoginPreview(document.getElementById('mo_login_icon_width').value ,'longbutton',setLoginCustomTheme(),document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)" <?php checked( get_option('mo_openid_login_theme') == 'longbutton' );?> /><br>
26
  <span class="mo-openid-radio-checkmark"></span></label>
 
 
27
  </div>
28
  <div style="float: right; width: 50%;">
29
  <label style="font-size: 1.2em;"><b><?php echo mo_sl('Theme');?></b><br></label>
 
 
30
  <label class="mo-openid-radio-container"><?php echo mo_sl('Default');?>
31
  <input type="radio" id="mo_openid_default_background_radio" name="mo_openid_login_custom_theme"
32
  value="default" onclick="checkLoginButton();moLoginPreview(setSizeOfIcons(), setLoginTheme(),'default',document.getElementById('mo_login_icon_custom_color').value,document.getElementById('mo_login_icon_space').value,document.getElementById('mo_login_icon_height').value,document.getElementById('mo_login_icon_custom_boundary').value)"
201
  }
202
  ?>
203
  </div>
204
+ </div><br/>
205
+ <div style="border: 1px solid"><br>
206
+ <b style="font-size: 17px;"><?php echo mo_sl('Custom CSS');?> <a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a></b>
207
+ <textarea disabled type="text" id="mo_openid_custom_css" style="resize: vertical; width:400px; height:180px; margin:5% auto;" rows="6" name="mo_openid_custom_css"></textarea><br/><b>Example CSS:</b>
208
+ <p>NOTE: Please keep the class name same as example CSS.</p>
209
+ <pre>
210
+ .mo_login_button {
211
+ width:100%;
212
+ height:50px;
213
+ padding-top:15px;
214
+ padding-bottom:15px;
215
+ margin-bottom:-1px;
216
+ border-radius:4px;
217
+ background: #7272dc;
218
+ text-align:center;
219
+ font-size:16px;
220
+ color:#fff;
221
+ margin-bottom:5px;
222
+ }
223
+ </pre>
224
+ </div>
225
  </center>
226
  </div>
227
  </div>
view/faq/mo_openid_faq.php CHANGED
@@ -139,7 +139,7 @@ function mo_openid_faq(){ ?>
139
  <div id="openid_question6_desc">
140
  1.<?php echo mo_sl('If you are making changes to a PHP file');?>.<br/><br/>
141
  <?php echo mo_sl('Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
142
- <code>&ltdiv style="margin-left:100px;"&gt <br>&lt?php echo do_shortcode('[miniorange_social_login]')?&gt <br>
143
  &lt/div&gt </code><br/><br/>
144
  2.<?php echo mo_sl('If you are making changes to an HTML file.');?><br/><br/>
145
  <?php echo mo_sl('Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
139
  <div id="openid_question6_desc">
140
  1.<?php echo mo_sl('If you are making changes to a PHP file');?>.<br/><br/>
141
  <?php echo mo_sl('Go to the PHP file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
142
+ <code>&ltdiv style="margin-left:100px;"&gt <br>&lt?php echo apply_shortcode('[miniorange_social_login]')?&gt <br>
143
  &lt/div&gt </code><br/><br/>
144
  2.<?php echo mo_sl('If you are making changes to an HTML file.');?><br/><br/>
145
  <?php echo mo_sl('Go to the HTML file which invokes your page/post and insert the following html snippet. Also, increase the margin-left value as per your requirement. Save the file.');?> <br>
view/licensing_plans/mo_openid_lic_plans.php CHANGED
@@ -1,56 +1,21 @@
1
  <?php
2
 
3
- function mo_openid_licensing_plans(){
4
-
 
 
 
 
 
 
 
 
 
 
 
5
  echo '<style>.update-nag, .updated, .error, .is-dismissible, .notice, .notice-error { display: none; }</style>';
6
  ?>
7
 
8
- <style>
9
- body {font-family: Arial, Helvetica, sans-serif;}
10
-
11
- /* The Modal (background) */
12
- .mo_openid_woo_modal {
13
- display: none; /* Hidden by default */
14
- position: fixed; /* Stay in place */
15
- z-index: 1; /* Sit on top */
16
- padding-top: 100px; /* Location of the box */
17
- padding-left: 20%;
18
- padding-right: 15%;
19
-
20
- left: 0;
21
- top: 0;
22
- width: 100%; /* Full width */
23
- height: 100%; /* Full height */
24
- overflow: auto; /* Enable scroll if needed */
25
- background-color: rgb(0,0,0); /* Fallback color */
26
- background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
27
- }
28
-
29
- /* Modal Content */
30
- .mo_openid_woo_modal-content {
31
- background-color: #ffffff;
32
- margin: auto;
33
- padding: 20px;
34
- border: 1px solid #888;
35
- width: 80%;
36
- }
37
-
38
- /* The Close Button */
39
- .mo_openid_woo_close {
40
- color: #aaaaaa;
41
- float: right;
42
- font-size: 28px;
43
- font-weight: bold;
44
- }
45
-
46
- .mo_openid_woo_close:hover,
47
- .close:focus {
48
- color: #000;
49
- text-decoration: none;
50
- cursor: pointer;
51
- }
52
- </style>
53
-
54
  <style>
55
  *, *::after, *::before {
56
  -webkit-box-sizing: border-box;
@@ -945,85 +910,94 @@ function mo_openid_licensing_plans(){
945
  }
946
  </style>
947
 
948
- <!-- Trigger/Open The Modal -->
949
- <button id="myBtnwoo" style="width:23%;border-radius: 25px;margin-top:2%;margin-right:2%;border-color:#FA5658;background-color:#FA5658;float:right;color:white;font-size: 15px;font-weight: bold;" class="button button-primary button-large">Woocommerce Special Offer</button>
950
- <!-- The Modal -->
951
- <div id="myModalwoo" class="mo_openid_woo_modal">
952
- <!-- Modal content -->
953
- <div class="mo_openid_woo_modal-content">
954
- <span class="mo_openid_woo_close">&times;</span>
955
- <strong><h1 style="padding-left: 33%;color: red">Special March Offer</h1><hr><p style="padding-left: 23%;font-size: 14px;font-weight: bold;font-size:20px;color:darkblue">WOOCOMMERCE INTEGRATION PLAN $19</p></strong>
956
- <h3><strong>Features Included</strong></h3>
957
- <h4>Woocommerce Display Options+Standard Features(STANDARD PLAN) <strike style="color: maroon;font-size:20px;font-weight: bold">$29</strike></h4>
958
- <h4>Woocommerce integration + Display Options+Premium Features(PREMIUM PLAN) <strike style="color: maroon;font-size:20px;font-weight: bold">$49</strike></h4>
959
- <h4 style="font-size: 16px;color: #0000A0">Woocommerce integration + Display Options+Free Features(<b>WOOCOMMERCE INTEGRATION PLAN</b>) <b style="color: red;font-size:20px;font-weight: bold">$19</b></h4>
960
-
961
- <p><strong style="color: red;font-size: 100%">WOOCOMMERCE INTEGRATION WITH SOCIAL LOGIN </strong><br>
962
- <p style="font-size: 15px"> If you will use social login icons at the registration and login page then the information field will be automatically filled at the checkout page. </p> </p><br>
963
- <center><input type="submit" onclick="mosocial_addonform('wp_social_login_woocommerce_plan')" name="submit" value="<?php echo mo_sl('UPGRADE NOW');?>" style="width:150px;background-color:#0867b2;color:white;box-shadow:none;text-shadow: none;" class="button button-primary button-large" /></b><br><br></center>
964
- </div>
965
-
966
- </div>
967
-
968
- <script>
969
- // Get the modal
970
- var modalwoo = document.getElementById("myModalwoo");
971
- //woocommerce_notice // Get the button that opens the modal
972
-
973
-
974
- var btnwoo = document.getElementById("myBtnwoo");
975
-
976
- // Get the <span> element that closes the modal
977
- var span = document.getElementsByClassName("mo_openid_woo_close")[0];
978
-
979
- // When the user clicks the button, open the modal
980
- btnwoo.onclick = function() {
981
- modalwoo.style.display = "block";
982
- }
983
-
984
- // When the user clicks on <span> (x), close the modal
985
- span.onclick = function() {
986
- modalwoo.style.display = "none";
987
- }
988
-
989
- // When the user clicks anywhere outside of the modal, close it
990
- window.onclick = function(event) {
991
- if (event.target == modalwoo) {
992
- modalwoo.style.display = "none";
993
- }
994
- }
995
- </script>
996
-
997
-
998
-
999
-
1000
-
1001
  <div class="tab-content">
1002
  <div class="tab-pane active text-center" id="cloud">
1003
  <div class="cd-pricing-container cd-has-margins"><br>
1004
  <div class="cd-pricing-switcher">
1005
- <p class="fieldset" style="background-color: #e97d68;margin-left: 20%">
1006
- <input type="radio" name="sitetype" value="regular_plans" id="regular_plans" onclick="mo_openid_load();" checked>
1007
  <label for="regular_plans">Regular Plans</label>
1008
  <input type="radio" name="sitetype" value="Recharge" id="Recharge">
1009
  <label for="Recharge">Topup-Plan</label>
1010
  <span class="cd-switch"></span>
1011
  </p>
1012
  </div>
1013
- <script>
1014
- jQuery(document).ready(function(){
1015
- jQuery("#popover").popover({ trigger: "hover" });
1016
- });
1017
- function mo_openid_load() {
1018
- window.location= base_url+'/wp-admin/admin.php?page=mo_openid_settings&tab=licensing_plans';
1019
 
1020
- }
1021
- </script>
1022
  <ul class="cd-pricing-list cd-bounce-invert" >
1023
  <li>
1024
  <ul class="cd-pricing-wrapper">
1025
  <li data-type="regular_plans" class="mosslp is-visible">
1026
- <a id="popover" data-toggle="popover" data-placement="top" data-html="true">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1027
  <header class="cd-pricing-header">
1028
  <h1 style="margin-bottom: 10px" >FREE</h1>
1029
  <h3 style="color:black;">(YOU ARE ON THIS PLAN)</h3>
@@ -1044,6 +1018,7 @@ function mo_openid_licensing_plans(){
1044
  <li>Beautiful Icon Customisations</li>
1045
  <li>16 Social Sharing Apps</li>
1046
  <li>Facebook Social Comments</li>
 
1047
  <li>Login Redirect URL</li>
1048
  <li>Logout Redirect URL</li>
1049
  <li>Profile completion (username, email)</li>
@@ -1061,7 +1036,7 @@ function mo_openid_licensing_plans(){
1061
 
1062
  <li data-type="Recharge" class="momslp is-hidden" >
1063
  <h2>&nbsp;</h2>
1064
- <center><h2 style="margin-bottom: 10px;margin-top: 1px;padding-left: 32%">Plan-1</h2>
1065
  <h3 style="color:black;">(Social Login Premium Applications)<br /><br /></h3></center>
1066
  <div class="cd-price" style="align-content: center">
1067
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1></center>
@@ -1078,7 +1053,7 @@ function mo_openid_licensing_plans(){
1078
  <br>
1079
  <li data-type="Recharge" class="momslp is-hidden">
1080
  <h2>&nbsp;</h2>
1081
- <center><h2 style="margin-bottom: 10px;margin-top: 1px;padding-left: 32%">Plan-4</h2>
1082
  <h3 style="color:black;">(Email notification + GDPR + Account linking)<br /><br /></h3></center>
1083
  <div class="cd-price" style="align-content: center">
1084
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">19</h1></center>
@@ -1088,30 +1063,30 @@ function mo_openid_licensing_plans(){
1088
  </footer>
1089
  <div class="cd-pricing-body">
1090
  <ul class="cd-pricing-features">
1091
- <li>You will get the email notification which will include notification for both user and admin.In addition with that you will get GDPR and account linking also.</li>
1092
  </ul>
1093
  </div> <!-- .cd-pricing-body -->
1094
  </li>
1095
  <br>
1096
  <li data-type="Recharge" class="momslp is-hidden" >
1097
  <h2>&nbsp;</h2>
1098
- <center><h2 style="margin-bottom: 10px;margin-top: 1px;padding-left: 32%">Plan-7</h2>
1099
  <h3 style="color:black;">(Mailchimp Integration)<br /><br /><br></h3></center>
1100
  <div class="cd-price" style="align-content: center">
1101
- <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">29</h1></center>
1102
  </div>
1103
  <footer>
1104
  <a href="#" style="padding-left: 32%" class="cd-select" onclick="mo_openid_support_form('[Plan-7.Mailchimp integration]')" >Interested</a>
1105
  </footer>
1106
  <div class="cd-pricing-body">
1107
  <ul class="cd-pricing-features">
1108
- <li>You will get the Mailchimp integration in this plan.<br><br><br></li>
1109
  </ul>
1110
  </div> <!-- .cd-pricing-body -->
1111
  </li><br>
1112
  <li data-type="Recharge" class="momslp is-hidden" >
1113
  <h2>&nbsp;</h2>
1114
- <center><h2 style="margin-bottom: 10px;margin-top: 1px;padding-left: 32%">Plan-10</h2>
1115
  <h3 style="color:black;">(Premium Features)<br /><br /><br></h3></center>
1116
  <div class="cd-price" style="align-content: center">
1117
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">19</h1></center>
@@ -1126,11 +1101,9 @@ function mo_openid_licensing_plans(){
1126
  2.User Moderation
1127
  3.Reset Password
1128
  4.Redirect to social in a new window</li>
1129
-
1130
  </ul>
1131
  </div> <!-- .cd-pricing-body -->
1132
  </li>
1133
-
1134
  </ul> <!-- .cd-pricing-wrapper -->
1135
  </li>
1136
 
@@ -1160,10 +1133,12 @@ function mo_openid_licensing_plans(){
1160
  <li style="padding-right: 0px; padding-left: 0px">General Data Protection Regulation (GDPR)</li>
1161
  <li>BuddyPress Display Options</li>
1162
  <li>Woocommerce Display Options</li>
 
1163
  <li>Email notification to multiple admins</li>
1164
  <li>Welcome Email to end users</li>
1165
  <li>Customizable Email Notification template</li>
1166
  <li>Customizable welcome Email template</li>
 
1167
  <li>Social Login Opens in a New Window</li>
1168
  <li>Domain restriction</li>
1169
  <li>Force Admin To Login Using Password</li>
@@ -1180,7 +1155,7 @@ function mo_openid_licensing_plans(){
1180
  <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-2</h2>
1181
  <h3 style="color:black;">(Woocommerce Integrations)<br /><br /></h3></center>
1182
  <div class="cd-price" style="align-content: center">
1183
- <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">19</h1></center>
1184
  </div>
1185
  <footer >
1186
  <a href="#" style="padding-left: 32%" class="cd-select" onclick="mo_openid_support_form('[Plan-2.Woocommerce integration]')" >Interested</a>
@@ -1205,7 +1180,7 @@ function mo_openid_licensing_plans(){
1205
  </footer>
1206
  <div class="cd-pricing-body">
1207
  <ul class="cd-pricing-features">
1208
- <li>You will get Domain restriction,Recaptcha with both the versions and password reset feature in which user will get the link to their email for resetting the password.</li>
1209
 
1210
  </ul>
1211
  </div> <!-- .cd-pricing-body -->
@@ -1264,22 +1239,32 @@ function mo_openid_licensing_plans(){
1264
  <div class="cd-pricing-body">
1265
  <ul class="cd-pricing-features ">
1266
  <li><b>All Free features +</b></li>
 
 
 
1267
  <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
1268
- <li>Paid Membership pro Integration</li>
1269
  <li><div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
1270
  <li><div class="mo_openid_tooltip" >Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
1271
  <li><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
1272
- <li>miniOrange OTP Integration<span style="color: red">*</span></li>
 
 
1273
  <li><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></li>
1274
  <li><div class="mo_openid_tooltip" >Custom Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
 
 
 
1275
  <li>Advance Account Linking</li>
1276
  <li style="padding-right: 0px; padding-left: 0px">General Data Protection Regulation (GDPR)</li>
1277
  <li>BuddyPress Display Options</li>
1278
  <li>Woocommerce Display Options</li>
 
1279
  <li>Email notification to multiple admins</li>
1280
  <li>Welcome Email to end users</li>
1281
  <li>Customizable Email Notification template</li>
1282
  <li>Customizable welcome Email template</li>
 
1283
  <li>Social Login Opens in a New Window</li>
1284
  <li>Domain restriction</li>
1285
  <li>Force Admin To Login Using Password</li>
@@ -1347,7 +1332,7 @@ function mo_openid_licensing_plans(){
1347
  <li data-type="Recharge" class="momslp is-hidden" >
1348
  <h2>&nbsp;</h2>
1349
  <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-12</h2>
1350
- <h3 style="color:black;">(Email Notification)<br /><br /></h3></center>
1351
  <div class="cd-price" style="align-content: center">
1352
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1></center>
1353
  </div>
@@ -1384,17 +1369,8 @@ function mo_openid_licensing_plans(){
1384
  </ol>
1385
  </div>
1386
  </div>
1387
-
1388
-
1389
-
1390
-
1391
-
1392
  </div>
1393
-
1394
  <style>
1395
-
1396
-
1397
-
1398
  .table-onpremisetable2 th {
1399
  background-color: #fcfdff;
1400
 
@@ -1495,32 +1471,6 @@ function mo_openid_licensing_plans(){
1495
  visibility: visible;
1496
  }
1497
 
1498
-
1499
- /* .table-plugin-pricing td:nth-child(1) {
1500
- width: 25%;
1501
- height:auto;
1502
-
1503
- background-color: #fff !important;
1504
- color: black;
1505
- vertical-align: middle;
1506
-
1507
-
1508
- } */
1509
-
1510
- /* the second */
1511
- /* width: 20%;
1512
- background-color: transparent;
1513
- height:auto; */
1514
- /* .table-plugin-pricing td:nth-child(2) {
1515
-
1516
- border: 1px solid #c4c4c4;
1517
- min-width: 8%;
1518
- padding: 10px 5px 10px 20px;
1519
- word-break: normal;
1520
-
1521
- } */
1522
-
1523
-
1524
  h1 {
1525
  margin: .67em 0;
1526
  font-size: 2em;
@@ -1587,19 +1537,13 @@ function mo_openid_licensing_plans(){
1587
  jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
1588
 
1589
  }
 
 
 
 
1590
  });
1591
 
1592
  jQuery(document).ready(function($){
1593
-
1594
- //document.getElementById("multisite").checked = true;
1595
- if(jQuery('#mo_license_plan_selected').val() == 'Recharge'){
1596
- document.getElementById("Recharge").checked = true;
1597
- }
1598
- if(document.getElementById("Recharge").checked == true){
1599
- jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
1600
- jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
1601
- }
1602
-
1603
  //hide the subtle gradient layer (.cd-pricing-list > li::after) when pricing table has been scrolled to the end (mobile version only)
1604
  checkScrolling($('.cd-pricing-body'));
1605
  $(window).on('resize', function(){
@@ -1624,48 +1568,7 @@ function mo_openid_licensing_plans(){
1624
  }
1625
 
1626
  //switch from monthly to annual pricing tables
1627
- bouncy_filter($('.cd-pricing-container'));
1628
-
1629
- function bouncy_filter(container) {
1630
- container.each(function(){
1631
- var pricing_table = $(this);
1632
- var filter_list_container = pricing_table.children('.cd-pricing-switcher'),
1633
- filter_radios = filter_list_container.find('input[type="radio"]'),
1634
- pricing_table_wrapper = pricing_table.find('.cd-pricing-wrapper');
1635
-
1636
- //store pricing table items
1637
- var table_elements = {};
1638
- filter_radios.each(function(){
1639
- var filter_type = $(this).val();
1640
- table_elements[filter_type] = pricing_table_wrapper.find('li[data-type="'+filter_type+'"]');
1641
- });
1642
-
1643
- //detect input change event
1644
- filter_radios.on('change', function(event){
1645
- event.preventDefault();
1646
- //detect which radio input item was checked
1647
- var selected_filter = $(event.target).val();
1648
-
1649
- //give higher z-index to the pricing table items selected by the radio input
1650
- show_selected_items(table_elements[selected_filter]);
1651
-
1652
- //rotate each cd-pricing-wrapper
1653
- //at the end of the animation hide the not-selected pricing tables and rotate back the .cd-pricing-wrapper
1654
-
1655
- if( !Modernizr.cssanimations ) {
1656
- hide_not_selected_items(table_elements, selected_filter);
1657
- pricing_table_wrapper.removeClass('is-switched');
1658
- } else {
1659
- pricing_table_wrapper.addClass('is-switched').eq(0).one('webkitAnimationEnd oanimationend msAnimationEnd animationend', function() {
1660
- hide_not_selected_items(table_elements, selected_filter);
1661
- pricing_table_wrapper.removeClass('is-switched');
1662
- //change rotation direction if .cd-pricing-list has the .cd-bounce-invert class
1663
- if(pricing_table.find('.cd-pricing-list').hasClass('cd-bounce-invert')) pricing_table_wrapper.toggleClass('reverse-animation');
1664
- });
1665
- }
1666
- });
1667
- });
1668
- }
1669
  function show_selected_items(selected_elements) {
1670
  selected_elements.addClass('is-selected');
1671
  }
1
  <?php
2
 
3
+ function mo_openid_licensing_plans($value){
4
+ if($value=="feature_plan")
5
+ {
6
+ ?>
7
+ <script>
8
+ jQuery(document).ready(function($) {
9
+ jQuery('#Recharge').prop('checked',true);
10
+ jQuery('.mosslp').removeClass('is-visible').addClass('is-hidden');
11
+ jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
12
+ });
13
+ </script>
14
+ <?php
15
+ }
16
  echo '<style>.update-nag, .updated, .error, .is-dismissible, .notice, .notice-error { display: none; }</style>';
17
  ?>
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  <style>
20
  *, *::after, *::before {
21
  -webkit-box-sizing: border-box;
910
  }
911
  </style>
912
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
913
  <div class="tab-content">
914
  <div class="tab-pane active text-center" id="cloud">
915
  <div class="cd-pricing-container cd-has-margins"><br>
916
  <div class="cd-pricing-switcher">
917
+ <p class="fieldset" style="background-color: #e97d68;">
918
+ <input type="radio" name="sitetype" value="regular_plans" id="regular_plans"" checked>
919
  <label for="regular_plans">Regular Plans</label>
920
  <input type="radio" name="sitetype" value="Recharge" id="Recharge">
921
  <label for="Recharge">Topup-Plan</label>
922
  <span class="cd-switch"></span>
923
  </p>
924
  </div>
 
 
 
 
 
 
925
 
 
 
926
  <ul class="cd-pricing-list cd-bounce-invert" >
927
  <li>
928
  <ul class="cd-pricing-wrapper">
929
  <li data-type="regular_plans" class="mosslp is-visible">
930
+ <a data-placement="top" data-html="true">
931
+ <header class="cd-pricing-header">
932
+ <h2 style="margin-bottom: 10px" >WOOCOMMERCE Plugin</h2>
933
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
934
+ </header> <!-- .cd-pricing-header -->
935
+ </a>
936
+ <footer>
937
+ <a href="#" style="padding-left: 32%" class="cd-select" id="mosocial_purchase_cust_addon" onclick="mosocial_addonform('wp_social_login_woocommerce_plan')" >Upgrade Now</a>
938
+ </footer>
939
+ <div class="cd-pricing-body">
940
+ <ul class="cd-pricing-features">
941
+ <li><b>All Free features +</b></li>
942
+ <li><div class="mo_openid_tooltip" >Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
943
+ </ul>
944
+ </div> <!-- .cd-pricing-body -->
945
+ </li>
946
+ </ul> <!-- .cd-pricing-wrapper -->
947
+ </li>
948
+
949
+ <li class="cd-popular">
950
+ <ul class="cd-pricing-wrapper">
951
+ <li data-type="regular_plans" class="mosslp is-visible">
952
+ <header class="cd-pricing-header">
953
+ <h2 style="margin-bottom: 10px">BUDDYPRESS Plugin</h2>
954
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
955
+ </header> <!-- .cd-pricing-header -->
956
+
957
+ </a>
958
+ <footer >
959
+ <a href="#" style="padding-left: 32%" class="cd-select" id="mosocial_purchase_cust_addon" onclick="mosocial_addonform('wp_social_login_buddypress_plan')" >Upgrade Now</a>
960
+ </footer>
961
+
962
+ <div class="cd-pricing-body">
963
+ <ul class="cd-pricing-features">
964
+ <li><b>All Free features +</b></li>
965
+ <li><div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
966
+ </ul>
967
+ </div> <!-- .cd-pricing-body -->
968
+ </li>
969
+ </ul> <!-- .cd-pricing-wrapper -->
970
+ </li>
971
+
972
+ <li>
973
+ <ul class="cd-pricing-wrapper">
974
+ <li data-type="regular_plans" class="mosslp is-visible" >
975
+ <header class="cd-pricing-header">
976
+ <h2 style="margin-bottom:10px;">MAILCHIMP Plugin</h2>
977
+ <h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1>
978
+ </header> <!-- .cd-pricing-header -->
979
+ </a>
980
+ <footer>
981
+ <a href="#" style="padding-left: 32%" class="cd-select" id="mosocial_purchase_cust_addon" onclick="mosocial_addonform('wp_social_login_mailchimp_plan')" >Upgrade Now</a>
982
+ </footer>
983
+ <div class="cd-pricing-body">
984
+ <ul class="cd-pricing-features ">
985
+ <li><b>All Free features +</b></li>
986
+ <li><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
987
+ </ul>
988
+ </div> <!-- .cd-pricing-body -->
989
+
990
+ </li>
991
+
992
+ </ul> <!-- .cd-pricing-wrapper -->
993
+ </li>
994
+ </ul>
995
+
996
+ <ul class="cd-pricing-list cd-bounce-invert" >
997
+ <li>
998
+ <ul class="cd-pricing-wrapper">
999
+ <li data-type="regular_plans" class="mosslp is-visible">
1000
+ <a data-placement="top" data-html="true">
1001
  <header class="cd-pricing-header">
1002
  <h1 style="margin-bottom: 10px" >FREE</h1>
1003
  <h3 style="color:black;">(YOU ARE ON THIS PLAN)</h3>
1018
  <li>Beautiful Icon Customisations</li>
1019
  <li>16 Social Sharing Apps</li>
1020
  <li>Facebook Social Comments</li>
1021
+ <li>Disqus Social Comments</li>
1022
  <li>Login Redirect URL</li>
1023
  <li>Logout Redirect URL</li>
1024
  <li>Profile completion (username, email)</li>
1036
 
1037
  <li data-type="Recharge" class="momslp is-hidden" >
1038
  <h2>&nbsp;</h2>
1039
+ <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-1</h2>
1040
  <h3 style="color:black;">(Social Login Premium Applications)<br /><br /></h3></center>
1041
  <div class="cd-price" style="align-content: center">
1042
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1></center>
1053
  <br>
1054
  <li data-type="Recharge" class="momslp is-hidden">
1055
  <h2>&nbsp;</h2>
1056
+ <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-4</h2>
1057
  <h3 style="color:black;">(Email notification + GDPR + Account linking)<br /><br /></h3></center>
1058
  <div class="cd-price" style="align-content: center">
1059
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">19</h1></center>
1063
  </footer>
1064
  <div class="cd-pricing-body">
1065
  <ul class="cd-pricing-features">
1066
+ <li>You will get the email notification which will include notification for both user and admin.In addition with that you will get GDPR and account linking also.<br/>&nbsp;</li>
1067
  </ul>
1068
  </div> <!-- .cd-pricing-body -->
1069
  </li>
1070
  <br>
1071
  <li data-type="Recharge" class="momslp is-hidden" >
1072
  <h2>&nbsp;</h2>
1073
+ <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-7</h2>
1074
  <h3 style="color:black;">(Mailchimp Integration)<br /><br /><br></h3></center>
1075
  <div class="cd-price" style="align-content: center">
1076
+ <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1></center>
1077
  </div>
1078
  <footer>
1079
  <a href="#" style="padding-left: 32%" class="cd-select" onclick="mo_openid_support_form('[Plan-7.Mailchimp integration]')" >Interested</a>
1080
  </footer>
1081
  <div class="cd-pricing-body">
1082
  <ul class="cd-pricing-features">
1083
+ <li>You will get the Mailchimp integration in this plan.<br><br></li>
1084
  </ul>
1085
  </div> <!-- .cd-pricing-body -->
1086
  </li><br>
1087
  <li data-type="Recharge" class="momslp is-hidden" >
1088
  <h2>&nbsp;</h2>
1089
+ <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-10</h2>
1090
  <h3 style="color:black;">(Premium Features)<br /><br /><br></h3></center>
1091
  <div class="cd-price" style="align-content: center">
1092
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">19</h1></center>
1101
  2.User Moderation
1102
  3.Reset Password
1103
  4.Redirect to social in a new window</li>
 
1104
  </ul>
1105
  </div> <!-- .cd-pricing-body -->
1106
  </li>
 
1107
  </ul> <!-- .cd-pricing-wrapper -->
1108
  </li>
1109
 
1133
  <li style="padding-right: 0px; padding-left: 0px">General Data Protection Regulation (GDPR)</li>
1134
  <li>BuddyPress Display Options</li>
1135
  <li>Woocommerce Display Options</li>
1136
+ <li>Account Linking & Unlinking for user</li>
1137
  <li>Email notification to multiple admins</li>
1138
  <li>Welcome Email to end users</li>
1139
  <li>Customizable Email Notification template</li>
1140
  <li>Customizable welcome Email template</li>
1141
+ <li>Custom CSS for Social Login buttons</li>
1142
  <li>Social Login Opens in a New Window</li>
1143
  <li>Domain restriction</li>
1144
  <li>Force Admin To Login Using Password</li>
1155
  <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-2</h2>
1156
  <h3 style="color:black;">(Woocommerce Integrations)<br /><br /></h3></center>
1157
  <div class="cd-price" style="align-content: center">
1158
+ <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">25</h1></center>
1159
  </div>
1160
  <footer >
1161
  <a href="#" style="padding-left: 32%" class="cd-select" onclick="mo_openid_support_form('[Plan-2.Woocommerce integration]')" >Interested</a>
1180
  </footer>
1181
  <div class="cd-pricing-body">
1182
  <ul class="cd-pricing-features">
1183
+ <li>You will get Domain restriction,Recaptcha with both the versions and password reset feature in which user will get the link to their email for resetting the password.<br/>&nbsp;</li>
1184
 
1185
  </ul>
1186
  </div> <!-- .cd-pricing-body -->
1239
  <div class="cd-pricing-body">
1240
  <ul class="cd-pricing-features ">
1241
  <li><b>All Free features +</b></li>
1242
+ <li><div class="mo_openid_tooltip" style="padding-left: 40px;">31 Custom Social Login Apps <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"></i><span class="mo_openid_tooltiptext"style="width:100%;"> Using the custom app tab, you can set up your own app id and secret in the plugin. Login flow will not involve miniOrange in between. Login flow will go from plugin to social media application and then back to plugin.<br>31 custom apps are <span id="mo_openid_dots3">...</span><span id="mo_openid_more3" style="display:none" ><br>Facebook,Google,vkontakte,<br/>Reddit,twitter,linkedin,amazon,<br>windowslive,yahoo,apple,<br>disqus,instagram,wordpress,<br>pinterest,spotify,tumblr,<br/>
1243
+ twitch,vimeo,kakao,discord,<br>dirbble,flickr,line,meetup,naver,<br/>snapchat,foursquare,teamsnap,<br/>stackexchange,livejournal & odnoklassniki.</span><button style="border:transparent;background-color: transparent;color: tomato;" onclick="myFunction('mo_openid_dots3','mo_openid_more3','mo_openid_myBtn3')" id="mo_openid_myBtn3">Read more</button>
1244
+ </div></li>
1245
  <li><span class="mo_openid_tooltip">Custom attribute mapping <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Extended attributes returned from social app are mapped to Custom attributes created by admin. These Attributes get stored in user_meta.</span></li>
1246
+ <li><span class="mo_openid_tooltip">Paid Membership pro Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;">Assign default levels or let users choose to set their levels provided by Paid Membership Pro to the users login using Social Login</span></li>
1247
  <li><div class="mo_openid_tooltip" >BuddyPress Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> Extended attributes returned from social app are mapped to Custom BuddyPress fields. Profile picture from social media is mapped to Buddypress avatar.</span></li>
1248
  <li><div class="mo_openid_tooltip" >Woocommerce Integration <i class="mofa mofa-commenting" style="font-size:18px;color:#85929E"></i> <span class="mo_openid_tooltiptext"style="width:100%;"> First name, last name and email are pre-filled in billing details of a user and on the Woocommerce checkout page. Social Login icons are displayed on the Woocommerce checkout page.</span></li>
1249
  <li><div class="mo_openid_tooltip" >MailChimp Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">A user is added as a subscriber to a mailing list in MailChimp when that user registers using Social Login. First name, last name and email are also captured for that user in the Mailing List. Option is available to download csv file that has list of emails of all users in WordPress.</span></li>
1250
+ <li>MemberPress Integration</li>
1251
+ <li>Ultimate Member Integration</li>
1252
+ <li><div class="mo_openid_tooltip" >miniOrange OTP Integration<span style="color: red">*</span> <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Verify your users via OTP on registration.</span></li>
1253
  <li><div class="mo_openid_tooltip" >Extended Profile Data <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;">Extended profile data feature requires additional configuration. You need to have your own social media app and permissions from social media providers to collect extended user data.</span></li>
1254
  <li><div class="mo_openid_tooltip" >Custom Integration <i class="mofa mofa-commenting " style="font-size:18px;color:#85929E"> </i><span class="mo_openid_tooltiptext" style="width:100%;"> If you have a specific custom requirement in the Social Login Plugin, we can implement and integrate it in the Plugin fo you. This includes all those custom features that come under the scope of Social Login/ Sharing/ Comments and impart additional value to the plugin. These features are chargeable. Please send us a query through the support forum to get in touch with us about your custom requirements.</span></div></li>
1255
+ <li>Send account activation link to the user</li>
1256
+ <li>Restrict registration from specific pages</li>
1257
+ <li>User Moderation</li>
1258
  <li>Advance Account Linking</li>
1259
  <li style="padding-right: 0px; padding-left: 0px">General Data Protection Regulation (GDPR)</li>
1260
  <li>BuddyPress Display Options</li>
1261
  <li>Woocommerce Display Options</li>
1262
+ <li>Account Linking & Unlinking for user</li>
1263
  <li>Email notification to multiple admins</li>
1264
  <li>Welcome Email to end users</li>
1265
  <li>Customizable Email Notification template</li>
1266
  <li>Customizable welcome Email template</li>
1267
+ <li>Custom CSS for Social Login buttons</li>
1268
  <li>Social Login Opens in a New Window</li>
1269
  <li>Domain restriction</li>
1270
  <li>Force Admin To Login Using Password</li>
1332
  <li data-type="Recharge" class="momslp is-hidden" >
1333
  <h2>&nbsp;</h2>
1334
  <center><h2 style="margin-bottom: 10px;margin-top: 1px;">Plan-12</h2>
1335
+ <h3 style="color:black;">(Email Notification)<br /><br /><br /></h3></center>
1336
  <div class="cd-price" style="align-content: center">
1337
  <center><h1><img src="<?php echo plugin_dir_url(dirname(dirname(__FILE__)));?>includes/images/dollar.png" style="width:20px;height:20px;">10</h1></center>
1338
  </div>
1369
  </ol>
1370
  </div>
1371
  </div>
 
 
 
 
 
1372
  </div>
 
1373
  <style>
 
 
 
1374
  .table-onpremisetable2 th {
1375
  background-color: #fcfdff;
1376
 
1471
  visibility: visible;
1472
  }
1473
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1474
  h1 {
1475
  margin: .67em 0;
1476
  font-size: 2em;
1537
  jQuery('.momslp').addClass('is-visible').removeClass('is-hidden is-selected');
1538
 
1539
  }
1540
+ else if(this.value == 'regular_plans'){
1541
+ jQuery('.mosslp').addClass('is-visible').removeClass('is-hidden');
1542
+ jQuery('.momslp').removeClass('is-visible').addClass('is-hidden is-selected');
1543
+ }
1544
  });
1545
 
1546
  jQuery(document).ready(function($){
 
 
 
 
 
 
 
 
 
 
1547
  //hide the subtle gradient layer (.cd-pricing-list > li::after) when pricing table has been scrolled to the end (mobile version only)
1548
  checkScrolling($('.cd-pricing-body'));
1549
  $(window).on('resize', function(){
1568
  }
1569
 
1570
  //switch from monthly to annual pricing tables
1571
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1572
  function show_selected_items(selected_elements) {
1573
  selected_elements.addClass('is-selected');
1574
  }
view/mo_new/mo_openid_whats_new.php DELETED
@@ -1,105 +0,0 @@
1
- <?php
2
-
3
- function mo_openid_miniorange_new(){
4
- ?>
5
- <div style="width: 100%">
6
- <div style="width: 50%; float: left">
7
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
8
- <div>
9
- <p><?php echo mo_sl('Do you want to make your <b>website more secure');?></b> <?php echo mo_sl('by Brute Force attack, Spam Protection etc? Try out our Plugin.');?></p>
10
- <script type='text/javascript'>
11
- <!--//--><![CDATA[//><!--
12
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
13
- //--><!]]>
14
- </script>
15
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/wp-security-pro/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
16
- </div>
17
- </div>
18
- </div>
19
- <div style="width: 50%; display: inline-block">
20
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
21
- <div>
22
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('WordPress REST API Authentication?');?></b> <?php echo mo_sl('Try out our new Plugin which secures rest API access for unauthorized users using OAuth 2.0, Basic Auth, jwt, Bearer Token.');?></p>
23
- <script type='text/javascript'>
24
- <!--//--><![CDATA[//><!--
25
- !function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
26
- //--><!]]>
27
- </script>
28
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/wp-rest-api-authentication/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
29
- </div>
30
- </div>
31
- </div>
32
- </div><br/>
33
- <div style="width: 100%">
34
- <div style="width: 50%; float: left">
35
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
36
- <div>
37
- <p><?php echo mo_sl('Looking for ');?><b><?php echo mo_sl('WordPress OAuth Single Sign On?');?></b> <?php echo mo_sl('Try out our new Plugin which allows login (Single Sign On) into WordPress with your Azure AD, AWS Cognito, Invision Community, Slack, Discord or other custom OAuth 2.0 / OpenID Connect providers');?>.</p>
38
- <script type='text/javascript'>
39
- <!--//--><![CDATA[//><!--
40
- !function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
41
- //--><!]]>
42
- </script>
43
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-login-with-eve-online-google-facebook/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
44
- </div>
45
- </div>
46
- </div>
47
- <div style="width: 50%; display: inline-block">
48
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
49
- <div>
50
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('WordPress Two Factor Authentication');?></b><?php echo mo_sl( 'Try out our 2FA Plugin which is simple & easy 2FA setup with any App supporting TOTP algorithm like Google, Authy, LastPass Authenticator & other 2FA methods.');?></p>
51
- <script type='text/javascript'>
52
- <!--//--><![CDATA[//><!--
53
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
54
- //--><!]]>
55
- </script>
56
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-2-factor-authentication/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
57
- </div>
58
- </div>
59
- </div>
60
- </div><br/>
61
- <div style="width: 100%">
62
- <div style="width: 50%; float: left">
63
- <div style="margin-left: 10px ;margin-top:20px; height: 357px" class="mo_openid_support_layout">
64
- <div>
65
- <p><?php echo mo_sl('Looking for a');?> <b><?php echo mo_sl('Custom Registration Form');?></b>? <?php echo mo_sl('Try our new <b>Social Login Integration Add-on');?></b>.</p>
66
- <div style="width:95%; height:285px; border: 1px solid lightgrey;">
67
- <div style="width: 100%; height: 70px; margin-top: 15px">
68
- <div style=" margin-left: 20px; width: 20%; float: left"><a href="admin.php?page=mo_openid_settings_addOn" target="_blank"><img style="height:60px" src="<?php echo dirname(plugin_url). '/miniOrange_logo.png'?>"></a></div>
69
- <div style="width: 70%; float:right">
70
- <h1 style="margin: 0 0 15px; font-weight: 600; font-size: 22px; line-height: 1.3;">
71
- <a class="mo-pugin-add-link-sl mo-add-hover" href="admin.php?page=mo_openid_settings_addOn" target="_blank" style="font-size: large"><?php echo mo_sl('Social Login Integration Add-on');?></a>
72
- <a class="mo-pugin-add-comp-link-sl"><?php echo mo_sl('by');?> </a>
73
- <a class="mo-pugin-add-comp-link-sl mo-add-hover" href="https://www.miniorange.com/" target="_blank"><?php echo mo_sl('miniorange');?></a>
74
- </h1>
75
- </div>
76
- </div>
77
- <p style="margin-left: 10px; font-size: 14px"><?php echo mo_sl('Custom Registration Form Add-On helps you to integrate details of new as well as existing users. You can add as many fields as you want including the one which are returned by social sites at time of registration');?>.</p>
78
- <span class="tested-with" style="margin-left: 3%">
79
- <i class="dashicons dashicons-wordpress-alt"></i><?php echo mo_sl('Tested with 5.3');?>
80
- </span>
81
- <a href="admin.php?page=mo_openid_settings_addOn" target="_blank"><button style="margin-right: 25px; align-content: center; float: right; height: 30px" class="button button-primary button-large"><b><?php echo mo_sl('Get this plugin');?></b></button></a><br><br>
82
- </div>
83
- </div>
84
- </div>
85
- </div>
86
- <div style="width: 50%; display: inline-block">
87
- <div style="margin-left:10px;margin-top:20px; height: auto" class="mo_openid_support_layout">
88
- <div>
89
- <p><?php echo mo_sl('Looking for');?> <b><?php echo mo_sl('OTP Verification');?></b> <?php echo mo_sl('along with Social Login? Try our OTP Plugin.');?></p>
90
- <script type='text/javascript'>
91
- <!--//--><![CDATA[//><!--
92
- !function(a,b) {"use strict";function c() {if(!e) {e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11\./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i[c],!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d)if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e<j.length;e++)if(f=j[e],c.source===f.contentWindow){if(f.removeAttribute("style"),"height"===d.message){if(g=parseInt(d.value,10),g>1e3)g=1e3;else if(~~g<200)g=200;f.height=g}if("link"===d.message)if(h=b.createElement("a"),i=b.createElement("a"),h.href=f.getAttribute("src"),i.href=d.value,i.host===h.host)if(b.activeElement===f)a.top.location.href=d.value}else;}},d)a.addEventListener("message",a.wp.receiveEmbedMessage,!1),b.addEventListener("DOMContentLoaded",c,!1),a.addEventListener("load",c,!1)}(window,document);
93
- //--><!]]>
94
- </script>
95
- <iframe sandbox="allow-scripts" security="restricted" target="_blank" src="https://wordpress.org/plugins/miniorange-otp-verification/embed/" width="95%" height="230" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"></iframe>
96
- </div>
97
- </div>
98
- </div>
99
- </div>
100
- <script>
101
- //to set heading name
102
- jQuery('#mo_openid_page_heading').text('<?php echo mo_sl("What\'s new in miniOrange");?>');
103
- </script>
104
- <?php
105
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
view/redirect_options/mo_openid_redirect_op.php CHANGED
@@ -117,6 +117,63 @@ function mo_openid_redirect_opt()
117
  <span style="border: 1px #0867b2 solid;padding: 4px 6px;background-color: #ddedf9;margin-right: -5px;"><?php echo site_url();?></span><input type="text" id="logout_redirect_url" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 35%" name="mo_openid_logout_redirect_url" value="<?php echo esc_url(get_option('mo_openid_logout_redirect_url'))?>" />
118
  </td>
119
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  <tr>
121
  <td colspan="2"><br/><b><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></b>
122
  </td>
117
  <span style="border: 1px #0867b2 solid;padding: 4px 6px;background-color: #ddedf9;margin-right: -5px;"><?php echo site_url();?></span><input type="text" id="logout_redirect_url" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 35%" name="mo_openid_logout_redirect_url" value="<?php echo esc_url(get_option('mo_openid_logout_redirect_url'))?>" />
118
  </td>
119
  </tr>
120
+
121
+ <tr>
122
+ <td>
123
+ <br><br>
124
+ <label class="mo_openid_checkbox_container_disable"> <b> <?php echo mo_sl("Enable Registration Redirection");?></b><a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a>
125
+ <input type="checkbox" /><br>
126
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
127
+ </label>
128
+ </td>
129
+ </tr>
130
+ <tr>
131
+ <td colspan="2">
132
+ <label class="mo-openid-radio-container_disable">
133
+ <input type="radio" /><b>*</b><?php echo mo_sl("Same page where user logged in");?>
134
+ <span class="mo-openid-radio-checkmark"></span></label>
135
+ </td>
136
+ </tr>
137
+ <tr>
138
+ <td>
139
+ <label class="mo-openid-radio-container_disable">
140
+ <input type="radio" /><?php echo mo_sl("Homepage");?>
141
+ <span class="mo-openid-radio-checkmark"></span></label>
142
+ </td>
143
+
144
+ <td>
145
+ <span style="width:100%;border: 1px #0867b2 solid;padding: 4px 6px;background-color: #ddedf9;margin-right: -5px;"><?php echo site_url();?></span>
146
+ </td>
147
+ </tr>
148
+ <tr>
149
+ <td colspan="2">
150
+ <label class="mo-openid-radio-container_disable">
151
+ <input type="radio" /><?php echo mo_sl("Account dashboard");?>
152
+ <span class="mo-openid-radio-checkmark"></span></label>
153
+ </td>
154
+ </tr>
155
+ <tr>
156
+ <td style="width: 30%">
157
+ <label class="mo-openid-radio-container_disable"><?php echo mo_sl("Custom URL");?>
158
+ <input type="radio" />
159
+ <span class="mo-openid-radio-checkmark"></span></label>
160
+ </td>
161
+
162
+ <td style="width: 60%">
163
+ <input type="url" disabled class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 60%" value="<?php echo esc_url(get_option('mo_openid_registration_redirect_url'))?>" />
164
+ </td>
165
+ </tr>
166
+ <tr>
167
+ <td style="width: 30%">
168
+ <label class="mo-openid-radio-container_disable">
169
+ <input type="radio" /><?php echo mo_sl("Relative URL");?>
170
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
171
+ <span class="mo-openid-radio-checkmark"></span></label>
172
+ </td>
173
+ <td style="width: 60%">
174
+ <span style="border: 1px #0867b2 solid;padding: 4px 6px;background-color: #ddedf9;margin-right: -5px;"><?php echo site_url();?></span>&nbsp;<input disabled type="text" id="registration_redirect_url" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 35%"/>
175
+ </td>
176
+ </tr>
177
  <tr>
178
  <td colspan="2"><br/><b><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></b>
179
  </td>
view/registration/mo_openid_registration.php CHANGED
@@ -45,6 +45,39 @@ function mo_openid_registration()
45
  <?php checked( get_option('moopenid_social_login_avatar') == 1 );?> /><b style="font-size: 15px;"></b><span class="mo_openid_checkbox_checkmark"></span>
46
  </label>
47
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  <br/><b><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></b>
49
  </div>
50
  </form>
45
  <?php checked( get_option('moopenid_social_login_avatar') == 1 );?> /><b style="font-size: 15px;"></b><span class="mo_openid_checkbox_checkmark"></span>
46
  </label>
47
  </div>
48
+
49
+
50
+ <br/><hr>
51
+ <h3><?php echo mo_sl('Send user activation link over email');?><a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a></h3>
52
+ <div>
53
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Send user activation link over email - on User Registration');?>
54
+ <input type="checkbox" /><br>
55
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
56
+ </label>
57
+ <?php
58
+ $editor_height = array("editor_height"=>100);
59
+ $content = 'Please click on link to activate your account ##link##';
60
+ $editor_id = 'mo_openid_registration_email_content';
61
+ wp_editor( $content, $editor_id,$editor_height);
62
+ ?>
63
+
64
+ </div>
65
+
66
+
67
+ <br/><hr>
68
+ <h3><?php echo mo_sl('Enable Registration For Pages');?><a style="left: 1%; position: relative; text-decoration: none" class="mo-openid-premium" href="<?php echo add_query_arg( array('tab' => 'licensing_plans'), $_SERVER['REQUEST_URI'] ); ?>"><?php echo mo_sl('PRO');?></a></h3>
69
+ <div>
70
+ <label class="mo_openid_checkbox_container_disable"><?php echo mo_sl('Enable registration for specific pages');?>
71
+ <input type="checkbox" /><br>
72
+ <span class="mo_openid_checkbox_checkmark_disable"></span>
73
+ <br/>
74
+ <label style="cursor: auto"><?php echo mo_sl('Enter Page URLs to Enable Registration:');?></label>
75
+ <textarea rows="4" cols="50" class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 100%" disabled placeholder="Please enter URLs seperated by semicolon(;)"/></textarea>
76
+ <br/><label style="cursor: auto"><?php echo mo_sl('Enter Page URL to Redeirect if user is not allowed to register:');?></label>
77
+ <textarea rows="4" cols="50" class="mo_openid_textfield_css" disabled style="border: 1px solid ;border-color: #0867b2;width: 100%"/></textarea>
78
+ </label>
79
+
80
+ </div>
81
  <br/><b><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:150px;text-shadow: none;background-color:#0867b2;color:white;box-shadow:none;" class="button button-primary button-large" /></b>
82
  </div>
83
  </form>
view/shrtco/mo_openid_shrtco.php CHANGED
@@ -180,9 +180,9 @@ function mo_openid_login_shortcodes(){
180
  <br/><hr><br/>
181
  <h3><?php echo mo_sl("Shortcode in php file");?></h3>
182
  <?php echo mo_sl("You can use shortcode in PHP file as following: ");?>
183
- <code>&lt;&#63;php echo do_shortcode(SHORTCODE) /&#63;&gt;</code><br/><br/>
184
  <?php echo mo_sl('Replace SHORTCODE in above code with the required shortcode like <code>[miniorange_social_login theme="default"]</code>, so the final code looks like following :');?><br/><br/>
185
- <code id='7'>&lt;&#63;php echo do_shortcode('[miniorange_social_login theme="default"]') &#63;&gt;</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#7', '#shortcode_url33_copy')"><span id="shortcode_url33_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
186
  </td>
187
  </tr>
188
  </table>
180
  <br/><hr><br/>
181
  <h3><?php echo mo_sl("Shortcode in php file");?></h3>
182
  <?php echo mo_sl("You can use shortcode in PHP file as following: ");?>
183
+ <code>&lt;&#63;php echo apply_shortcode('SHORTCODE') /&#63;&gt;</code><br/><br/>
184
  <?php echo mo_sl('Replace SHORTCODE in above code with the required shortcode like <code>[miniorange_social_login theme="default"]</code>, so the final code looks like following :');?><br/><br/>
185
+ <code id='7'>&lt;&#63;php echo apply_shortcode('[miniorange_social_login theme="default"]') &#63;&gt;</code><i style= "width: 11px;height: 9px;padding-left:2px;padding-top:3px" class="mofa mofa-fw mofa-lg mofa-copy mo_copy mo_copytooltip" onclick="copyToClipboard(this, '#7', '#shortcode_url33_copy')"><span id="shortcode_url33_copy" class="mo_copytooltiptext">Copy to Clipboard</span></i><br/><br/>
186
  </td>
187
  </tr>
188
  </table>
view/soc_com/com_Cust/class-mo-openid-social-comment.php CHANGED
@@ -12,33 +12,33 @@
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo esc_html(get_option("mo_openid_social_comment_default_label")) ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? esc_html($commentsCount -> approved) : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
14
  commentForm += '<li id="moopenid_social_comment_fb"><?php echo esc_html(get_option("mo_openid_social_comment_fb_label")) ?></li>';
15
- <?php } if(get_option('mo_openid_social_comment_google')){ ?>
16
- commentForm += '<li id="moopenid_social_comment_google"><?php echo esc_html(get_option("mo_openid_social_comment_google_label")) ?></li>';
17
  <?php } ?>
18
  commentForm += '</ul>';
19
  commentForm += '<br/><div id="moopenid_comment_form_default" style="display:none;">';
20
  commentForm += document.getElementById("respond").innerHTML;
21
  commentForm += '</div>';
22
  commentForm += '<div id="moopenid_comment_form_fb" style="display:none;"><div class="fb-comments" data-href=' + '"<?php echo esc_url($url) ?>"' + '></div></div>';
23
- commentForm += '<br/><div id="moopenid_comment_form_google" style="display:none;"></div>';
24
  commentForm += '</div>';
25
  document.getElementById("respond").innerHTML = commentForm;
26
  document.getElementById("reply-title")&&jQuery("#reply-title").remove();
27
 
28
  <?php $mo_disqus_shortname = get_option("mo_openid_social_comment_disqus_shortname"); ?>
29
  var sg1 = document.createElement("script");
30
- sg1.src = 'https://apis.google.com/js/plusone.js?onload=gapiCallback';
31
  var divComm = document.createElement("div");
32
- divComm.id = "google-comments";
33
- document.getElementById("moopenid_comment_form_google").appendChild(divComm);
34
- document.getElementById("moopenid_comment_form_google").appendChild(sg1);
35
  }
36
  }
37
 
38
  window.gapiCallback = function () {
39
  var sg2 = document.createElement("script");
40
- sg2.innerHTML = 'gapi.comments.render("google-comments", {href: window.location, width: "624", first_party_property: "BLOGGER", view_type: "FILTERED_POSTMOD" });';
41
- document.getElementById("moopenid_comment_form_google").appendChild(sg2);
42
  }
43
  </script>
44
  <?php
@@ -60,34 +60,34 @@
60
  $html .= '} else if(document.getElementById("moopenid_social_comment_fb")) {';
61
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
62
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
63
- $html .= '} else if(document.getElementById("moopenid_social_comment_google")){';
64
- $html .= 'Query("#moopenid_comment_form_google").attr("style","display:block");';
65
- $html .= 'jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");';
66
  $html .= '}';
67
 
68
  $html .= 'jQuery("#moopenid_social_comment_fb").click(function(){';
69
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
70
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:none");';
71
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
72
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
73
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
74
- $html .= 'jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");';
75
  $html .= '});';
76
  $html .= 'jQuery("#moopenid_social_comment_default").click(function(){';
77
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
78
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:none");';
79
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:block");';
80
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
81
  $html .= 'jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");';
82
- $html .= 'jQuery("#moopenid_social_comment_google").removeClass("mo_openid_selected_tab");';
83
  $html .= '});';
84
- $html .= 'jQuery("#moopenid_social_comment_google").click(function(){';
85
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
86
- $html .= 'jQuery("#moopenid_comment_form_google").attr("style","display:block");';
87
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
88
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
89
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
90
- $html .= 'jQuery("#moopenid_social_comment_google").addClass("mo_openid_selected_tab");';
91
  $html .= '});';
92
 
93
  $html .= '}';
12
  commentForm += '<li id="moopenid_social_comment_default" class="mo_openid_selected_tab"><?php echo esc_html(get_option("mo_openid_social_comment_default_label")) ?>(<?php echo ($commentsCount && isset($commentsCount -> approved) ? esc_html($commentsCount -> approved) : '') ?>)</li>';
13
  <?php } if(get_option('mo_openid_social_comment_fb')){ ?>
14
  commentForm += '<li id="moopenid_social_comment_fb"><?php echo esc_html(get_option("mo_openid_social_comment_fb_label")) ?></li>';
15
+ <?php } if(get_option('mo_openid_social_comment_disqus')){ ?>
16
+ commentForm += '<li id="moopenid_social_comment_disqus"><?php echo esc_html(get_option("mo_openid_social_comment_disqus_label")) ?></li>';
17
  <?php } ?>
18
  commentForm += '</ul>';
19
  commentForm += '<br/><div id="moopenid_comment_form_default" style="display:none;">';
20
  commentForm += document.getElementById("respond").innerHTML;
21
  commentForm += '</div>';
22
  commentForm += '<div id="moopenid_comment_form_fb" style="display:none;"><div class="fb-comments" data-href=' + '"<?php echo esc_url($url) ?>"' + '></div></div>';
23
+ commentForm += '<br/><div id="moopenid_comment_form_disqus" style="display:none;"></div>';
24
  commentForm += '</div>';
25
  document.getElementById("respond").innerHTML = commentForm;
26
  document.getElementById("reply-title")&&jQuery("#reply-title").remove();
27
 
28
  <?php $mo_disqus_shortname = get_option("mo_openid_social_comment_disqus_shortname"); ?>
29
  var sg1 = document.createElement("script");
30
+ sg1.src = 'https://apis.disqus.com/js/plusone.js?onload=gapiCallback';
31
  var divComm = document.createElement("div");
32
+ divComm.id = "disqus-comments";
33
+ document.getElementById("moopenid_comment_form_disqus").appendChild(divComm);
34
+ document.getElementById("moopenid_comment_form_disqus").appendChild(sg1);
35
  }
36
  }
37
 
38
  window.gapiCallback = function () {
39
  var sg2 = document.createElement("script");
40
+ sg2.innerHTML = 'gapi.comments.render("disqus-comments", {href: window.location, width: "624", first_party_property: "BLOGGER", view_type: "FILTERED_POSTMOD" });';
41
+ document.getElementById("moopenid_comment_form_disqus").appendChild(sg2);
42
  }
43
  </script>
44
  <?php
60
  $html .= '} else if(document.getElementById("moopenid_social_comment_fb")) {';
61
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
62
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
63
+ $html .= '} else if(document.getElementById("moopenid_social_comment_disqus")){';
64
+ $html .= 'Query("#moopenid_comment_form_disqus").attr("style","display:block");';
65
+ $html .= 'jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");';
66
  $html .= '}';
67
 
68
  $html .= 'jQuery("#moopenid_social_comment_fb").click(function(){';
69
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:block");';
70
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:none");';
71
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
72
  $html .= 'jQuery("#moopenid_social_comment_fb").addClass("mo_openid_selected_tab");';
73
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
74
+ $html .= 'jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");';
75
  $html .= '});';
76
  $html .= 'jQuery("#moopenid_social_comment_default").click(function(){';
77
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
78
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:none");';
79
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:block");';
80
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
81
  $html .= 'jQuery("#moopenid_social_comment_default").addClass("mo_openid_selected_tab");';
82
+ $html .= 'jQuery("#moopenid_social_comment_disqus").removeClass("mo_openid_selected_tab");';
83
  $html .= '});';
84
+ $html .= 'jQuery("#moopenid_social_comment_disqus").click(function(){';
85
  $html .= 'jQuery("#moopenid_comment_form_fb").attr("style","display:none");';
86
+ $html .= 'jQuery("#moopenid_comment_form_disqus").attr("style","display:block");';
87
  $html .= 'jQuery("#moopenid_comment_form_default").attr("style","display:none");';
88
  $html .= 'jQuery("#moopenid_social_comment_fb").removeClass("mo_openid_selected_tab");';
89
  $html .= 'jQuery("#moopenid_social_comment_default").removeClass("mo_openid_selected_tab");';
90
+ $html .= 'jQuery("#moopenid_social_comment_disqus").addClass("mo_openid_selected_tab");';
91
  $html .= '});';
92
 
93
  $html .= '}';
view/soc_com/com_Cust/mo_openid_comm_cust.php CHANGED
@@ -19,6 +19,10 @@ function select_comment_customize(){
19
  <td><b><?php echo mo_sl('Comments - Facebook Label');?>:</b></td>
20
  <td><input class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 70%" type="text" name="mo_openid_social_comment_fb_label" value="<?php echo esc_attr(get_option('mo_openid_social_comment_fb_label')); ?>" /></td>
21
  </tr>
 
 
 
 
22
  <tr>
23
  <td colspan="2"><br /><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:100px;" class="button button-primary button-large" />
24
  </td>
19
  <td><b><?php echo mo_sl('Comments - Facebook Label');?>:</b></td>
20
  <td><input class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 70%" type="text" name="mo_openid_social_comment_fb_label" value="<?php echo esc_attr(get_option('mo_openid_social_comment_fb_label')); ?>" /></td>
21
  </tr>
22
+ <tr>
23
+ <td><b><?php echo mo_sl('Comments - Disqus Label');?>:</b></td>
24
+ <td><input class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 70%" type="text" name="mo_openid_social_comment_disqus_label" value="<?php echo esc_attr(get_option('mo_openid_social_comment_disqus_label')); ?>" /></td>
25
+ </tr>
26
  <tr>
27
  <td colspan="2"><br /><input type="submit" name="submit" value="<?php echo mo_sl('Save');?>" style="width:100px;" class="button button-primary button-large" />
28
  </td>
view/soc_com/com_select_app/mo_openid_comm_select_app.php CHANGED
@@ -42,6 +42,17 @@ function select_comment_app(){
42
  </label>
43
 
44
 
 
 
 
 
 
 
 
 
 
 
 
45
  </td>
46
  </tr>
47
  </table>
42
  </label>
43
 
44
 
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td>
49
+
50
+ <label class="mo_openid_checkbox_container"> <b><?php echo mo_sl('Disqus Comments');?></b>
51
+ <input type="checkbox" id="mo_openid_social_comment_disqus" name="mo_openid_social_comment_disqus" value="1" <?php checked( get_option('mo_openid_social_comment_disqus') == 1 );?> />
52
+ <span class="mo_openid_checkbox_checkmark"></span>
53
+ </label><input class="mo_openid_textfield_css" style="border: 1px solid ;border-color: #0867b2;width: 50%;margin: 1px" type="text" name="mo_disqus_shortname" placeholder="disqus-short-name" value="<?php echo esc_attr(get_option('mo_disqus_shortname')); ?>"/>
54
+
55
+
56
  </td>
57
  </tr>
58
  </table>