Custom Login Page Customizer | LoginPress - Version 1.1.22

Version Description

  • 2019-04-25 =
  • New Feature: Play Background Video at login page.
  • Bugfix: Styling session expired popup.
  • Enhancement: Update languages strings (.pot, .mo & .po) files.
  • Enhancement: Introducing add-ons tabs to illustrate how each add-on works.
Download this release

Release Info

Developer hiddenpearls
Plugin Icon 128x128 Custom Login Page Customizer | LoginPress
Version 1.1.22
Comparing to
See all releases

Code changes from version 1.1.21 to 1.1.22

classes/class-loginpress-addons.php CHANGED
@@ -82,6 +82,26 @@ if ( ! class_exists( 'LoginPress_Addons' ) ) :
82
 
83
  <?php }
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  function _addon_card_free( $addon ) { ?>
86
 
87
  <div class="loginpress-extension<?php if( in_array('loginpress-free-add-ons', $this->convert_to_array($addon->categories) ) ){ echo ' loginpress-free-add-ons'; } ?>">
@@ -117,7 +137,7 @@ if ( ! class_exists( 'LoginPress_Addons' ) ) :
117
 
118
  ?>
119
  <p>
120
- <a target="_blank" href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=loginpress-lite&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade" class="button-primary">UPGRADE NOW</a>
121
  </p>
122
  <?php
123
  }
@@ -202,16 +222,107 @@ if ( ! class_exists( 'LoginPress_Addons' ) ) :
202
  else {
203
 
204
  ?>
205
- <a target="_blank" href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=loginpress-lite&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade" class="button-primary">UPGRADE NOW</a>
206
  <?php
207
  }
208
  }
209
 
210
- public function validate_addons() {
 
 
 
 
 
 
211
 
212
- $data = get_transient( 'loginpress_api_addons' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
214
 
 
215
  }
216
 
217
  public function show_addon_page() {
@@ -266,225 +377,231 @@ if ( ! class_exists( 'LoginPress_Addons' ) ) :
266
  }
267
  }
268
 
269
- } // Enf of Class.
270
 
271
- endif;
 
 
 
 
 
 
 
272
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
273
 
274
- $obj_loginpress_addons = new LoginPress_Addons();
275
- $loginpress_addons = $obj_loginpress_addons->_get_addons();
276
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
 
278
- <!-- Style for Add-ons Page -->
279
- <style media="screen">
280
- .loginpress-extension h3 {
281
- box-sizing: border-box;
282
- height: 110px;
283
- margin: -2px -2px 0 0;
284
- padding: 20px 10px 0 135px;
285
- border-bottom: 1px solid #a5dff6;
286
-
287
- background-size: 115px 100px;
288
- position: relative;
289
- overflow: hidden;
290
- }
291
- .loginpress-free-add-ons h3:after{
292
- content: "Free";
293
- position: absolute;
294
- top: 10px;
295
- right: -30px;
296
- width: 100px;
297
- height: 30px;
298
- background-color: #00a0d2;
299
- color: #fff;
300
- transform: rotate(45deg);
301
- line-height: 30px;
302
- text-align: center;
303
- font-size: 13px;
304
- }
305
- .loginpress-extension {
306
- float: none;
307
- box-sizing: border-box;
308
- width: calc(33% - 20px);
309
- margin: 0px 0px 30px 30px;
310
- border: 1px solid #a5dff6;
311
- display: inline-block;
312
- height: auto;
313
- vertical-align: top;
314
- background: #fff;
315
- min-height: 300px;
316
- position: relative;
317
- padding-bottom: 50px;
318
- max-width: 465px;
319
- }
320
- .loginpress-extension:nth-child(3n+1){
321
- margin-left: 0;
322
- }
323
- .loginpress-extension .button-primary{
324
- border:0;
325
- text-shadow:none;
326
- background:#1a61a7;
327
- padding:8px 18px;
328
- height:auto;
329
- font-size:15px;
330
- cursor: pointer;
331
- position: absolute;
332
- bottom: 15px;
333
- left: 50%;
334
- transform: translateX(-50%);
335
- box-shadow:none;
336
- border-radius:0;
337
- transition: background-color .3s;
338
- }
339
- .loginpress-extension .button-primary:active,.loginpress-extension .button-primary:hover,.loginpress-extension .button-primary:focus{
340
- background: #36bcf2;
341
- box-shadow: none;
342
- outline: none;
343
- }
344
- .notice_msg{
345
- box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
346
- background: rgb(255, 255, 255);
347
- border-left: 4px solid #46b450;
348
- margin: 5px 0 20px;
349
- padding: 15px;
350
- }
351
- .main_notice_msg{
352
- background: #1a61a7;
353
- margin: 5px 0 20px;
354
- padding: 15px;
355
- color: #fff;
356
- display: inline-block;
357
- }
358
- .loginpress-extension button.button-primary{
359
- background: #f9fafa;
360
- border-radius: 0;
361
- box-shadow: none;
362
- color: #444;
363
- position: absolute;
364
- bottom: 15px;
365
- left: 50%;
366
- transform: translateX(-50%);
367
-
368
- border: 2px solid #a5dff6 !important;
369
- background: #d3f3ff54 !important;
370
- cursor: default;
371
- transition: background-color .3s;
372
- }
373
- .loginpress-extension button.button-primary:visited,.loginpress-extension button.button-primary:active,.loginpress-extension button.button-primary:hover,.loginpress-extension button.button-primary:focus{
374
- background: #36bcf2;
375
- color: #444;
376
- border: 0;
377
-
378
- outline: none;
379
- box-shadow: none;
380
- }
381
- .logoinpress_addons_thumbnails{
382
-
383
- max-width: 100px;
384
- position: absolute;
385
- top: 5px;
386
- left: 10px;
387
- max-height: 95px;
388
- height: auto;
389
- width: auto;
390
- }
391
- .loginpress-extension .logoinpress_addons_links{
392
- position: relative;
393
- background-color: #d3f3ff;
394
- }
395
- .loginpress-extension p {
396
- margin: 0;
397
- padding: 10px 20px;
398
- }
399
- .loginpress-addons-loading-errors {
400
- padding-top: 15px;
401
- }
402
- .loginpress-addons-loading-errors img {
403
- float: left;
404
- padding-right: 10px;
405
- }
406
- .loginpress-addons-wrap{
407
 
408
- }
409
- .loginpress-extension h3 {
410
- box-sizing: border-box;
411
- /* height: 110px; */
412
-
413
- padding: 0 10px 0 20px;
414
- border-bottom: 2px solid #a5dff6;
415
- background-size: 115px 100px;
416
- height: 100px;
417
- color: #000000;
418
- }
419
- a.logoinpress_addons_links {
420
- display: inline-block;
421
- width: 100%;
422
- line-height: 90px;
423
- padding-bottom: 0px;
424
- height: auto;
425
- text-decoration: none;
426
- }
427
- .logoinpress_addons_thumbnails {
428
- max-width: 100px;
429
- position: absolute;
430
- top: 5px;
431
- left: 10px;
432
- max-height: 75px;
433
- height: auto;
434
- width: auto;
435
- position: static;
436
- vertical-align: middle;
437
- margin-right: 20px;
438
- }
439
- .loginpress-extension{
440
- border-width: 2px;
441
- }
442
- @media only screen and (min-width: 1680px) {
443
- .loginpress-extension{
444
- min-height: 315px;
445
- width: calc(25% - 27px);
446
- }
447
- .loginpress-extension:nth-child(3n+1){
448
- margin-left: 30px;
449
- }
450
- .loginpress-extension:nth-child(4n+1){
451
- margin-left: 0;
452
- }
453
- }
454
- @media only screen and (max-width: 1500px) {
455
- .loginpress-extension{
456
- min-height: 330px
457
- }
458
- }
459
- @media only screen and (max-width: 1400px) {
460
- .loginpress-extension{
461
- min-height: 300px;
462
- width: calc(50% - 20px);
463
- }
464
- .loginpress-extension:nth-child(3n+1){
465
- margin-left: 30px;
466
- }
467
- .loginpress-extension:nth-child(2n+1){
468
- margin-left: 0;
469
- }
470
- }
471
- @media only screen and (max-width: 600px) {
472
- .loginpress-extension{
473
- width:100%;
474
- }
475
  }
476
 
477
- </style>
478
 
479
- <div class="wrap loginpress-addons-wrap">
480
 
481
- <h2 class='opt-title'>
482
- <?php esc_html_e( 'Extend the functionality of LoginPress with these awesome Add-ons', 'loginpress' ); ?>
483
- </h2>
484
 
485
- <div class="tabwrapper">
486
- <?php
487
- $obj_loginpress_addons->show_addon_page();
488
- ?>
489
- </div>
490
- </div>
82
 
83
  <?php }
84
 
85
+ /**
86
+ * [_addon_promotion Create a method for Add-Ons promotion]
87
+ * @since 1.1.22
88
+ */
89
+ function _addon_promotion( $addon ){
90
+
91
+ $desc = $this->addons_promotion_description( $addon->id, $addon->slug, $this->convert_to_array( $addon->categories ) );
92
+ $slug = $addon->slug;
93
+ $slug = $slug . '/' . $slug . '.php';
94
+
95
+ if( ! in_array( 'loginpress-free-add-ons', $this->convert_to_array( $addon->categories ) ) && 'Login Widget' != $addon->title && ! is_plugin_active( $slug ) ){
96
+
97
+ return array(
98
+ 'id' => $addon->slug,
99
+ 'title' => esc_html( $addon->title ),
100
+ 'desc' => $desc
101
+ );
102
+ }
103
+ }
104
+
105
  function _addon_card_free( $addon ) { ?>
106
 
107
  <div class="loginpress-extension<?php if( in_array('loginpress-free-add-ons', $this->convert_to_array($addon->categories) ) ){ echo ' loginpress-free-add-ons'; } ?>">
137
 
138
  ?>
139
  <p>
140
+ <a target="_blank" href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=loginpress-lite&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade" class="button-primary"><?php esc_html_e( 'UPGRADE NOW', 'loginpress' ); ?></a>
141
  </p>
142
  <?php
143
  }
222
  else {
223
 
224
  ?>
225
+ <a target="_blank" href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?utm_source=loginpress-lite&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade" class="button-primary"><?php esc_html_e( 'UPGRADE NOW', 'loginpress' ); ?></a>
226
  <?php
227
  }
228
  }
229
 
230
+ /**
231
+ * Return promoted Add-on description.
232
+ *
233
+ * @return array
234
+ * @since 1.1.22
235
+ */
236
+ public function addons_promotion_description( $id, $slug, $categories = array() ) {
237
 
238
+ $_slug = $slug . '/' . $slug . '.php';
239
+
240
+ if ( class_exists( 'LoginPress_Pro' ) && $this->is_addon_licensed ( $categories ) ) {
241
+
242
+ if ( is_plugin_active( $_slug ) ) {
243
+
244
+ return sprintf( esc_html__( '%1$s Already Installed %2$s', 'loginpress' ), '<button class="button-primary">', '</button>' );
245
+ }
246
+ else if ( array_key_exists( $_slug , $this->plugins_list ) ) {
247
+
248
+ $link = wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => $_slug ), admin_url( 'plugins.php' ) ), 'activate-plugin_' . $_slug ) ;
249
+ $desc = $this->_addons_description( $slug, false );
250
+ return sprintf( esc_html__( '%3$s %1$s Activate Plugin %2$s', 'loginpress' ), '<div class="loginpress-promotion-big-button"><a href="' . $link . '" class="button-primary">', '</a></div>', $desc );
251
+ }
252
+ else{
253
+
254
+ $link = wp_nonce_url( add_query_arg( array( 'action' => 'install-plugin', 'plugin' => $_slug, 'lgp' => 1, 'id' => $id), admin_url( 'update.php' ) ), 'install-plugin_' . $_slug );
255
+ return sprintf( esc_html__( '%1$s Install %2$s', 'loginpress' ), '<a href="' . $link . '" class="button-primary">', '</a>' );
256
+ }
257
+ }
258
+ else {
259
+
260
+ return $this->_addons_description( $slug );
261
+ }
262
+ }
263
+
264
+ /**
265
+ * Return promoted Add-on description.
266
+ *
267
+ * @return string
268
+ * @since 1.1.22
269
+ */
270
+
271
+ public function _addons_description( $slug, $button = true ) {
272
+
273
+ $desc = '';
274
+
275
+ if ( 'loginpress-hide-login' == $slug ) {
276
+
277
+ $desc .= '<p class="loginpress-addon-promotion-desc">' . esc_html( 'This LoginPress add-on lets you change the login page URL to anything you want. It will give a hard time to spammers who keep hitting to your login page. This is helpful for Brute force attacks. One caution to use this add-on is you need to remember the custom login url after you change it. We have an option to email your custom login url so you remember it.', 'loginpress' ) . '</p>' . $this->_addon_video( 'How Hide Login Works', 'LhITKK63e7o' ) . $this->upgrade_now( 'utm_source=loginpress-hide-login&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade', $button );
278
+ } else if ( 'loginpress-limit-login-attempts' == $slug ) {
279
+
280
+ $desc .= '<p class="loginpress-addon-promotion-desc">' . esc_html( 'Everybody needs a control of their Login page. This will help you to track your login attempts by each user. You can limit the login attempts for each user. Brute force attacks are the most common way to gain access to your website. This add-on acts as a sheild to these hacking attacks and gives you control to set the time between each login attempts.', 'loginpress' ) . '</p>' . $this->_addon_video( 'How Limit Login Login Attempts Works', 'SSh346cHNqE' ) . $this->upgrade_now( 'utm_source=loginpress-limit-login-attempts&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade', $button );
281
+ } else if ( 'loginpress-social-login' == $slug ) {
282
+
283
+ $desc .= '<p class="loginpress-addon-promotion-desc">' . esc_html( 'Social login from LoginPress is an add-on which provides facility your users to login and Register via Facebook, Google and Twitter. This add-on will eliminate the Spam and Bot registrations. This add-on will help your users to hassle free registrations/logins on your site.', 'loginpress' ) . '</p>' . $this->_addon_video( 'How Social Logins Works', 'qN64xwiKuxs' ) . $this->upgrade_now( 'utm_source=loginpress-social-login&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade', $button );
284
+ } else if ( 'loginpress-login-redirects' == $slug ) {
285
+
286
+ $desc .= '<p class="loginpress-addon-promotion-desc">' . esc_html( 'Redirect users based on their roles and specific usernames. This is helpful, If you have an editor and want to redirect him to his editor stats page. Restrict your subscribers, guests or even customers to certain pages instead of wp-admin. This add-on has a cool UX/UI to manage all the login redirects you have created on your site.', 'loginpress' ) . '</p>' . $this->_addon_video( 'How Login Redirects Works', 'F-kxP8eCQzU' ) . $this->upgrade_now( 'utm_source=loginpress-login-redirects&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade', $button );
287
+ } else if ( 'loginpress-auto-login' == $slug ) {
288
+
289
+ $desc .= '<p class="loginpress-addon-promotion-desc">' . esc_html( 'This LoginPress add-on lets you (Adminstrator) generates a unique URL for your certain users who you don\'t want to provide a password to login into your site. This Pro add-on gives you a list of all the users who you have given auto generated login links. You can disable someones access and delete certain users.', 'loginpress' ) . '</p>' . $this->_addon_video( 'How Auto Login Works', 'fEQYB5LToNY' ) . $this->upgrade_now( 'utm_source=loginpress-auto-login&utm_medium=addons-coming-soon&utm_campaign=pro-upgrade', $button );
290
+ }
291
+ return $desc;
292
+ }
293
+
294
+ /**
295
+ * Return video of the Add-on.
296
+ *
297
+ * @return string
298
+ * @since 1.1.22
299
+ */
300
+ public function _addon_video( $title, $code ) {
301
+ return '<hr /><div class="loginpress-addon-promotion-video">
302
+ <h3><span class="dashicons dashicons-dashboard"></span>&nbsp;&nbsp;' . esc_html__( $title, 'loginpress' ) . '</h3>
303
+ <div class="inside">
304
+ <iframe width="500" height="400" src="https://www.youtube.com/embed/' . $code . '?showinfo=0" frameborder="0" allowfullscreen="" style=" max-width: 100%;"></iframe>
305
+ </div>
306
+ </div>';
307
+ }
308
 
309
+ /**
310
+ * Return Upgrade Button of the promoted Add-on.
311
+ *
312
+ * @return string
313
+ * @since 1.1.22
314
+ */
315
+ public function upgrade_now( $url, $button ) {
316
+
317
+ if ( $button ) {
318
+
319
+ return '<div class="loginpress-promotion-big-button"><a target="_blank" href="https://wpbrigade.com/wordpress/plugins/loginpress-pro/?' . $url . '" class="button-primary">' . esc_html__( 'UPGRADE NOW', 'loginpress' ) . '</a></div>';
320
+ }
321
+ }
322
+
323
+ public function validate_addons() {
324
 
325
+ $data = get_transient( 'loginpress_api_addons' );
326
  }
327
 
328
  public function show_addon_page() {
377
  }
378
  }
379
 
380
+ function _addon_html() { ?>
381
 
382
+ <!-- Style for Add-ons Page -->
383
+ <style media="screen">
384
+ .loginpress-extension h3 {
385
+ box-sizing: border-box;
386
+ height: 110px;
387
+ margin: -2px -2px 0 0;
388
+ padding: 20px 10px 0 135px;
389
+ border-bottom: 1px solid #a5dff6;
390
 
391
+ background-size: 115px 100px;
392
+ position: relative;
393
+ overflow: hidden;
394
+ }
395
+ .loginpress-free-add-ons h3:after{
396
+ content: "Free";
397
+ position: absolute;
398
+ top: 10px;
399
+ right: -30px;
400
+ width: 100px;
401
+ height: 30px;
402
+ background-color: #00a0d2;
403
+ color: #fff;
404
+ transform: rotate(45deg);
405
+ line-height: 30px;
406
+ text-align: center;
407
+ font-size: 13px;
408
+ }
409
+ .loginpress-extension {
410
+ float: none;
411
+ box-sizing: border-box;
412
+ width: calc(33% - 20px);
413
+ margin: 0px 0px 30px 30px;
414
+ border: 1px solid #a5dff6;
415
+ display: inline-block;
416
+ height: auto;
417
+ vertical-align: top;
418
+ background: #fff;
419
+ min-height: 300px;
420
+ position: relative;
421
+ padding-bottom: 50px;
422
+ max-width: 465px;
423
+ }
424
+ .loginpress-extension:nth-child(3n+1){
425
+ margin-left: 0;
426
+ }
427
+ .loginpress-extension .button-primary{
428
+ border:0;
429
+ text-shadow:none;
430
+ background:#1a61a7;
431
+ padding:8px 18px;
432
+ height:auto;
433
+ font-size:15px;
434
+ cursor: pointer;
435
+ position: absolute;
436
+ bottom: 15px;
437
+ left: 50%;
438
+ transform: translateX(-50%);
439
+ box-shadow:none;
440
+ border-radius:0;
441
+ transition: background-color .3s;
442
+ }
443
+ .loginpress-extension .button-primary:active,.loginpress-extension .button-primary:hover,.loginpress-extension .button-primary:focus{
444
+ background: #36bcf2;
445
+ box-shadow: none;
446
+ outline: none;
447
+ }
448
+ .notice_msg{
449
+ box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
450
+ background: rgb(255, 255, 255);
451
+ border-left: 4px solid #46b450;
452
+ margin: 5px 0 20px;
453
+ padding: 15px;
454
+ }
455
+ .main_notice_msg{
456
+ background: #1a61a7;
457
+ margin: 5px 0 20px;
458
+ padding: 15px;
459
+ color: #fff;
460
+ display: inline-block;
461
+ }
462
+ .loginpress-extension button.button-primary{
463
+ background: #f9fafa;
464
+ border-radius: 0;
465
+ box-shadow: none;
466
+ color: #444;
467
+ position: absolute;
468
+ bottom: 15px;
469
+ left: 50%;
470
+ transform: translateX(-50%);
471
+
472
+ border: 2px solid #a5dff6 !important;
473
+ background: #d3f3ff54 !important;
474
+ cursor: default;
475
+ transition: background-color .3s;
476
+ }
477
+ .loginpress-extension button.button-primary:visited,.loginpress-extension button.button-primary:active,.loginpress-extension button.button-primary:hover,.loginpress-extension button.button-primary:focus{
478
+ background: #36bcf2;
479
+ color: #444;
480
+ border: 0;
481
+
482
+ outline: none;
483
+ box-shadow: none;
484
+ }
485
+ .logoinpress_addons_thumbnails{
486
+
487
+ max-width: 100px;
488
+ position: absolute;
489
+ top: 5px;
490
+ left: 10px;
491
+ max-height: 95px;
492
+ height: auto;
493
+ width: auto;
494
+ }
495
+ .loginpress-extension .logoinpress_addons_links{
496
+ position: relative;
497
+ background-color: #d3f3ff;
498
+ }
499
+ .loginpress-extension p {
500
+ margin: 0;
501
+ padding: 10px 20px;
502
+ }
503
+ .loginpress-addons-loading-errors {
504
+ padding-top: 15px;
505
+ }
506
+ .loginpress-addons-loading-errors img {
507
+ float: left;
508
+ padding-right: 10px;
509
+ }
510
+ .loginpress-addons-wrap{
511
 
512
+ }
513
+ .loginpress-extension h3 {
514
+ box-sizing: border-box;
515
+ /* height: 110px; */
516
+
517
+ padding: 0 10px 0 20px;
518
+ border-bottom: 2px solid #a5dff6;
519
+ background-size: 115px 100px;
520
+ height: 100px;
521
+ color: #000000;
522
+ }
523
+ a.logoinpress_addons_links {
524
+ display: inline-block;
525
+ width: 100%;
526
+ line-height: 90px;
527
+ padding-bottom: 0px;
528
+ height: auto;
529
+ text-decoration: none;
530
+ }
531
+ .logoinpress_addons_thumbnails {
532
+ max-width: 100px;
533
+ position: absolute;
534
+ top: 5px;
535
+ left: 10px;
536
+ max-height: 75px;
537
+ height: auto;
538
+ width: auto;
539
+ position: static;
540
+ vertical-align: middle;
541
+ margin-right: 20px;
542
+ }
543
+ .loginpress-extension{
544
+ border-width: 2px;
545
+ }
546
+ @media only screen and (min-width: 1680px) {
547
+ .loginpress-extension{
548
+ min-height: 315px;
549
+ width: calc(25% - 27px);
550
+ }
551
+ .loginpress-extension:nth-child(3n+1){
552
+ margin-left: 30px;
553
+ }
554
+ .loginpress-extension:nth-child(4n+1){
555
+ margin-left: 0;
556
+ }
557
+ }
558
+ @media only screen and (max-width: 1500px) {
559
+ .loginpress-extension{
560
+ min-height: 330px
561
+ }
562
+ }
563
+ @media only screen and (max-width: 1400px) {
564
+ .loginpress-extension{
565
+ min-height: 300px;
566
+ width: calc(50% - 20px);
567
+ }
568
+ .loginpress-extension:nth-child(3n+1){
569
+ margin-left: 30px;
570
+ }
571
+ .loginpress-extension:nth-child(2n+1){
572
+ margin-left: 0;
573
+ }
574
+ }
575
+ @media only screen and (max-width: 600px) {
576
+ .loginpress-extension{
577
+ width:100%;
578
+ }
579
+ }
580
 
581
+ </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
582
 
583
+ <div class="wrap loginpress-addons-wrap">
584
+
585
+ <h2 class='opt-title'>
586
+ <?php esc_html_e( 'Extend the functionality of LoginPress with these awesome Add-ons', 'loginpress' ); ?>
587
+ </h2>
588
+
589
+ <div class="tabwrapper">
590
+ <?php
591
+ $this->show_addon_page();
592
+ ?>
593
+ </div>
594
+ </div>
595
+ <?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
596
  }
597
 
598
+ } // Enf of Class.
599
 
600
+ endif;
601
 
 
 
 
602
 
603
+ // $obj_loginpress_addons = new LoginPress_Addons();
604
+ // $loginpress_addons = $obj_loginpress_addons->_get_addons();
605
+ //
606
+ // $obj_loginpress_addons->_addon_html();
607
+ ?>
 
classes/class-loginpress-ajax.php CHANGED
@@ -31,7 +31,8 @@ if ( ! class_exists( 'LoginPress_AJAX' ) ) :
31
  'help' => false,
32
  'deactivate' => false,
33
  'optout_yes' => false,
34
- 'presets' => false
 
35
  );
36
 
37
  foreach ( $ajax_calls as $ajax_call => $no_priv ) {
@@ -302,6 +303,19 @@ if ( ! class_exists( 'LoginPress_AJAX' ) ) :
302
  }
303
  wp_die();
304
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
305
  }
306
 
307
  endif;
31
  'help' => false,
32
  'deactivate' => false,
33
  'optout_yes' => false,
34
+ 'presets' => false,
35
+ 'video_url' => false
36
  );
37
 
38
  foreach ( $ajax_calls as $ajax_call => $no_priv ) {
303
  }
304
  wp_die();
305
  }
306
+
307
+ static function video_url(){
308
+
309
+ // check_ajax_referer( 'loginpress-attachment-nonce', $_POST['security'] );
310
+ //
311
+ // if ( ! current_user_can( 'manage_options' ) ) {
312
+ // wp_die( 'No cheating, huh!' );
313
+ // }
314
+
315
+ echo wp_get_attachment_url( $_POST['src'] );
316
+
317
+ wp_die();
318
+ }
319
  }
320
 
321
  endif;
classes/class-loginpress-setup.php CHANGED
@@ -80,30 +80,34 @@ class LoginPress_Settings {
80
  'desc' => sprintf( __( 'Everything else is customizable through %1$sWordPress Customizer%2$s.', 'loginpress' ), '<a href="' . admin_url( 'admin.php?page=loginpress' ) . '">', '</a>' ),
81
  ),
82
  );
83
- // if ( has_action( 'loginpress_pro_add_template' ) ) {
84
- //
85
- // $loginpress_license =
86
- // array(
87
- // 'id' => 'loginpress_license',
88
- // 'title' => __( 'License', 'loginpress' ),
89
- // 'desc' => __( 'License Description', 'loginpress' ),
90
- // );
91
- // array_push( $loginpress_general_tab , $loginpress_license );
92
- // }
93
  if ( ! has_action( 'loginpress_pro_add_template' ) ) {
94
 
95
- $loginpress_premium =
96
- array(
97
- 'id' => 'loginpress_premium',
98
- 'title' => __( 'Upgrade to Pro for More Features', 'loginpress' )
99
- );
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  array_push( $loginpress_general_tab , $loginpress_premium );
102
  }
103
 
104
- $sections = apply_filters( 'loginpress_settings_tab', $loginpress_general_tab );
105
 
106
- return $sections;
107
  }
108
 
109
  /**
@@ -256,6 +260,8 @@ class LoginPress_Settings {
256
  function loginpress_addons_page() {
257
 
258
  include LOGINPRESS_DIR_PATH . 'classes/class-loginpress-addons.php';
 
 
259
  }
260
 
261
  /**
80
  'desc' => sprintf( __( 'Everything else is customizable through %1$sWordPress Customizer%2$s.', 'loginpress' ), '<a href="' . admin_url( 'admin.php?page=loginpress' ) . '">', '</a>' ),
81
  ),
82
  );
83
+
 
 
 
 
 
 
 
 
 
84
  if ( ! has_action( 'loginpress_pro_add_template' ) ) {
85
 
86
+ if ( ! class_exists( 'LoginPress_Addons' ) ) :
87
+ include LOGINPRESS_DIR_PATH . 'classes/class-loginpress-addons.php';
88
+ endif;
89
+
90
+ $loginpress_addon = new LoginPress_Addons;
91
+ foreach( $loginpress_addon->_get_addons() as $addon ) {
92
+
93
+ if ( ! is_null( $loginpress_addon->_addon_promotion( $addon ) ) ) {
94
+
95
+ array_push( $loginpress_general_tab , $loginpress_addon->_addon_promotion( $addon ) );
96
+ }
97
+
98
+ }
99
+
100
+ $loginpress_premium = array(
101
+ 'id' => 'loginpress_premium',
102
+ 'title' => __( 'Upgrade to Pro for More Features', 'loginpress' )
103
+ );
104
 
105
  array_push( $loginpress_general_tab , $loginpress_premium );
106
  }
107
 
108
+ $sections = apply_filters( 'loginpress_settings_tab', $loginpress_general_tab );
109
 
110
+ return $sections;
111
  }
112
 
113
  /**
260
  function loginpress_addons_page() {
261
 
262
  include LOGINPRESS_DIR_PATH . 'classes/class-loginpress-addons.php';
263
+ $obj_loginpress_addons = new LoginPress_Addons();
264
+ $obj_loginpress_addons->_addon_html();
265
  }
266
 
267
  /**
css/style-login.php CHANGED
@@ -3,7 +3,7 @@
3
  * Get option and check the key exists in it.
4
  *
5
  * @since 1.0.0
6
- * @version 1.1.21
7
  * * * * * * * * * * * * * * * */
8
 
9
 
@@ -194,7 +194,14 @@ $loginpress_custom_css = loginpress_get_option_key( 'loginpress_custom_cs
194
  $loginpress_custom_js = loginpress_get_option_key( 'loginpress_custom_js', $loginpress_array );
195
 
196
  $loginpress_display_bg = loginpress_bg_option( 'loginpress_display_bg', $loginpress_array );
 
 
 
 
 
 
197
  $loginpress_theme_tem = get_option( 'customize_presets_settings', 'default1' );
 
198
 
199
  /**
200
  * loginpress_box_shadow [if user pass 0 then we're not going to set the value of box-shedow because it effects the pro templates.]
@@ -281,6 +288,73 @@ function loginpress_box_shadow( $shadow, $opacity, $default_shadow = 0, $inset =
281
  box-shadow: none;
282
  <?php endif; ?>
283
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
284
  body.login:after{
285
  <?php if ( $loginpress_theme_tem == 'default8' && ! empty( $loginpress_background_img ) && $loginpress_display_bg ) : ?>
286
  background-image: url(<?php echo $loginpress_background_img; ?>);
@@ -909,7 +983,16 @@ text-shadow: none;
909
  right: auto;
910
  }
911
  }
912
-
 
 
 
 
 
 
 
 
 
913
  </style>
914
 
915
  <?php // $content = ob_get_clean(); ?>
@@ -918,5 +1001,37 @@ text-shadow: none;
918
  <script>
919
  <?php echo $loginpress_custom_js; ?>
920
  </script>
 
921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
922
  <?php endif; ?>
3
  * Get option and check the key exists in it.
4
  *
5
  * @since 1.0.0
6
+ * @version 1.1.22
7
  * * * * * * * * * * * * * * * */
8
 
9
 
194
  $loginpress_custom_js = loginpress_get_option_key( 'loginpress_custom_js', $loginpress_array );
195
 
196
  $loginpress_display_bg = loginpress_bg_option( 'loginpress_display_bg', $loginpress_array );
197
+ $loginpress_display_bg_video = loginpress_bg_option( 'loginpress_display_bg_video', $loginpress_array );
198
+ $loginpress_bg_video = loginpress_get_option_key( 'background_video', $loginpress_array );
199
+ $loginpress_bg_video = wp_get_attachment_url( $loginpress_bg_video );
200
+ $loginpress_bg_video_size = loginpress_get_option_key( 'background_video_object', $loginpress_array );
201
+ $loginpress_bg_video_position = loginpress_get_option_key( 'video_obj_position', $loginpress_array );
202
+ $loginpress_bg_video_muted = loginpress_bg_option( 'background_video_muted', $loginpress_array );
203
  $loginpress_theme_tem = get_option( 'customize_presets_settings', 'default1' );
204
+ $loginpress_video_voice = ( 1 == $loginpress_bg_video_muted ) ? 'muted' : '';
205
 
206
  /**
207
  * loginpress_box_shadow [if user pass 0 then we're not going to set the value of box-shedow because it effects the pro templates.]
288
  box-shadow: none;
289
  <?php endif; ?>
290
  }
291
+ body.login #loginpress_video-background-wrapper{
292
+ <?php if( $loginpress_theme_tem == 'default6' ) : ?>
293
+ position: absolute;
294
+ top: 0;
295
+ overflow: hidden;
296
+ right: 0;
297
+ width: calc(50% + 100px);
298
+ height: 100%;
299
+ z-index: 1;
300
+ <?php endif; ?>
301
+ <?php if( $loginpress_theme_tem == 'default8' ) : ?>
302
+ position: absolute;
303
+ top: 0;
304
+ overflow: hidden;
305
+ right: 0;
306
+ width: 50%;
307
+ height: 100%;
308
+ z-index: 1;
309
+ <?php endif; ?>
310
+ <?php if( $loginpress_theme_tem == 'default10' ) : ?>
311
+ position: absolute;
312
+ top: 0;
313
+ overflow: hidden;
314
+ right: 0;
315
+ width: 50%;
316
+ height: 100%;
317
+ z-index: 1;
318
+ <?php endif; ?>
319
+ <?php if( $loginpress_theme_tem == 'default17' ) : ?>
320
+ position: absolute;
321
+ top: 0;
322
+ overflow: hidden;
323
+ right: auto;
324
+ width: 80%;
325
+ height: 100%;
326
+ z-index: 1;
327
+ left: 0;
328
+ <?php endif; ?>
329
+ }
330
+ body.login #loginpress_video-background{
331
+ <?php if( $loginpress_theme_tem == 'default6' ) : ?>
332
+ position: absolute !important;
333
+ <?php endif; ?>
334
+ <?php if( $loginpress_theme_tem == 'default8' ) : ?>
335
+ position: absolute !important;
336
+ <?php endif; ?>
337
+ <?php if( $loginpress_theme_tem == 'default10' ) : ?>
338
+ position: absolute !important;
339
+ <?php endif; ?>
340
+ <?php if( $loginpress_theme_tem == 'default17' ) : ?>
341
+ min-width: inherit !important;
342
+ position: absolute !important;
343
+ min-height: inherit !important;
344
+ width: 100% !important;
345
+ height: 100% !important;
346
+ <?php endif; ?>
347
+
348
+ <?php if( $loginpress_bg_video_size ) : ?>
349
+ object-fit: <?php echo $loginpress_bg_video_size ?>;
350
+ <?php else : ?>
351
+ object-fit: cover;
352
+ <?php endif; ?>
353
+
354
+ <?php if( $loginpress_bg_video_position ) : ?>
355
+ object-position: <?php echo $loginpress_bg_video_position ?>;
356
+ <?php endif; ?>
357
+ }
358
  body.login:after{
359
  <?php if ( $loginpress_theme_tem == 'default8' && ! empty( $loginpress_background_img ) && $loginpress_display_bg ) : ?>
360
  background-image: url(<?php echo $loginpress_background_img; ?>);
983
  right: auto;
984
  }
985
  }
986
+ /* The only rule that matters */
987
+ #loginpress_video-background {
988
+ /* making the video fullscreen */
989
+ position: fixed !important ;
990
+ right: 0 !important ;
991
+ bottom: 0 !important ;
992
+ width: 100% !important ;
993
+ height: 100% !important ;
994
+ z-index: -100 !important ;
995
+ }
996
  </style>
997
 
998
  <?php // $content = ob_get_clean(); ?>
1001
  <script>
1002
  <?php echo $loginpress_custom_js; ?>
1003
  </script>
1004
+ <?php endif; ?>
1005
 
1006
+ <?php if ( isset( $loginpress_display_bg_video ) && $loginpress_display_bg_video && ! empty( $loginpress_bg_video ) ) : ?>
1007
+ <?php if ( ( $loginpress_theme_tem == 'default6' || $loginpress_theme_tem == 'default10' || $loginpress_theme_tem == 'default17' ) ) : ?>
1008
+ <script>
1009
+ window.onload = function() {
1010
+ // document.body.innerHTML="<video autoplay loop id=\"loginpress_video-background\" muted plays-inline>\n" + "<source src=\"<?php // echo $loginpress_bg_video;?>\">\n" + "</video>\n"+document.body.innerHTML;
1011
+ // '"<video autoplay loop id=\"loginpress_video-background\" muted plays-inline>\n" + "<source src=\"<?php // echo $loginpress_bg_video;?>\">\n" + "</video>\n"'.
1012
+ // document.getElementById("login").appendChild("<video autoplay loop id=\"loginpress_video-background\" muted plays-inline>\n" + "<source src=\"<?php // echo $loginpress_bg_video;?>\">\n" + "</video>\n");
1013
+ (function($){
1014
+ $('<div id="loginpress_video-background-wrapper"><video autoplay loop id="loginpress_video-background" <?php echo $loginpress_video_voice; ?> plays-inline><source src="<?php echo $loginpress_bg_video;?>"></video></div>').appendTo($('#login'));
1015
+ }(jQuery));
1016
+ }
1017
+ </script>
1018
+ <?php else: ?>
1019
+ <script>
1020
+ <?php if ($loginpress_theme_tem == 'default17') : ?>
1021
+ window.onload = function() {
1022
+ document.body.innerHTML="<div id=\"loginpress_video-background-wrapper\"><video autoplay loop id=\"loginpress_video-background\" <?php echo $loginpress_video_voice; ?> plays-inline>\n" + "<source src=\"<?php echo $loginpress_bg_video;?>\">\n" + "</video></div>\n"+document.body.innerHTML;
1023
+ }
1024
+ <?php endif; ?>
1025
+ <?php if ($loginpress_theme_tem == 'default8') : ?>
1026
+ window.onload = function() {
1027
+ document.body.innerHTML="<div id=\"loginpress_video-background-wrapper\"><video autoplay loop id=\"loginpress_video-background\" <?php echo $loginpress_video_voice; ?> plays-inline>\n" + "<source src=\"<?php echo $loginpress_bg_video;?>\">\n" + "</video></div>\n"+document.body.innerHTML;
1028
+ }
1029
+ <?php endif; ?>
1030
+ <?php if ($loginpress_theme_tem != 'default17' && $loginpress_theme_tem != 'default8') : ?>
1031
+ window.onload = function() {
1032
+ document.body.innerHTML="<video autoplay loop id=\"loginpress_video-background\" <?php echo $loginpress_video_voice; ?> plays-inline>\n" + "<source src=\"<?php echo $loginpress_bg_video;?>\">\n" + "</video>\n"+document.body.innerHTML;
1033
+ }
1034
+ <?php endif; ?>
1035
+ </script>
1036
+ <?php endif; ?>
1037
  <?php endif; ?>
css/style.css CHANGED
@@ -184,7 +184,31 @@ html[dir="rtl"] .loginpress-premium{
184
  margin-bottom: 0;
185
  font-size: 15px;
186
  }
187
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
188
  #loginpress_setting form>h2{
189
  display: none;
190
  }
184
  margin-bottom: 0;
185
  font-size: 15px;
186
  }
187
+ .loginpress-addon-promotion-video{
188
+ text-align: center;
189
+ }
190
+ .loginpress-promotion-big-button{
191
+ margin-top: 2.75%;
192
+ text-align: center
193
+ }
194
+ .loginpress-promotion-big-button a{
195
+ border-radius: 5px !important;
196
+ background-color: #338eef !important;
197
+ color: #fff !important;
198
+ border-color: #338eef !important;
199
+ font-weight: 600 !important;
200
+ font-size: 30px !important;
201
+ padding: 10px 30px !important;
202
+ height: auto !important;
203
+ line-height: 1.7em !important;
204
+ border: 2px solid;
205
+ text-shadow: none !important;
206
+ transition: all 300ms ease 0ms;
207
+ }
208
+ .loginpress-promotion-big-button a:hover{
209
+ transform: translateY(-10px);
210
+ opacity: 0.9;
211
+ }
212
  #loginpress_setting form>h2{
213
  display: none;
214
  }
css/themes/default-1.php CHANGED
@@ -46,7 +46,7 @@ function first_presets() {
46
  .login form {
47
  margin-top: 20px;
48
  margin-left: 0;
49
- padding: 0 24px 12px;
50
  background: #fff;
51
  -webkit-box-shadow: none;
52
  box-shadow: none;
46
  .login form {
47
  margin-top: 20px;
48
  margin-left: 0;
49
+ padding: 0 24px 12px !important;
50
  background: #fff;
51
  -webkit-box-shadow: none;
52
  box-shadow: none;
custom.php CHANGED
@@ -7,7 +7,7 @@ class LoginPress_Entities {
7
  *
8
  * @var string
9
  * @since 1.0.0
10
- * @version 1.1.21
11
  */
12
  public $loginpress_key;
13
 
@@ -83,10 +83,12 @@ class LoginPress_Entities {
83
  // Array for localize.
84
  $loginpress_localize = array(
85
  'admin_url' => admin_url(),
 
86
  'plugin_url' => plugins_url(),
87
  'login_theme' => get_option( 'customize_presets_settings', true ),
88
  'loginpress_bg_url' => $loginpress_bg_url,
89
  'preset_nonce' => wp_create_nonce('loginpress-preset-nonce'),
 
90
  'preset_loader' => includes_url( 'js/tinymce/skins/lightgray/img/loader.gif' ),
91
  );
92
 
@@ -445,6 +447,9 @@ class LoginPress_Entities {
445
  'transport' => 'postMessage',
446
  'sanitize_callback' => 'loginpress_sanitize_checkbox'
447
  ) );
 
 
 
448
  /**
449
  * [Enable / Disabe Background Image with LoginPress_Radio_Control]
450
  * @since 1.0.1
@@ -471,7 +476,9 @@ class LoginPress_Entities {
471
  'section' => 'section_background',
472
  'priority' => 15,
473
  'settings' => 'loginpress_customization[setting_background]',
474
- ) ) );
 
 
475
 
476
  /**
477
  * [ Add Background Gallery ]
@@ -532,7 +539,7 @@ class LoginPress_Entities {
532
  'section' => 'section_background',
533
  'priority' => 20,
534
  'settings' => 'loginpress_customization[background_repeat_radio]',
535
- 'type' => 'radio',
536
  'choices' => array(
537
  'repeat' => 'repeat',
538
  'repeat-x' => 'repeat-x',
@@ -593,6 +600,113 @@ class LoginPress_Entities {
593
  ),
594
  ) );
595
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
596
  // =============================
597
  // = Section for Form Beauty =
598
  // =============================
@@ -839,30 +953,6 @@ class LoginPress_Entities {
839
  'panel' => 'loginpress_panel',
840
  ) );
841
 
842
- $error_control = array( 'incorrect_username', 'incorrect_password', 'empty_username', 'empty_password', 'invalid_email', 'empty_email', 'username_exists', 'email_exists', 'invalidcombo_message', 'force_email_login' );
843
- $error_default = array(
844
- sprintf( __( '%1$sError:%2$s Invalid Username.', 'loginpress' ), '<strong>', '</strong>' ), sprintf( __( '%1$sError:%2$s Invalid Password.', 'loginpress' ), '<strong>', '</strong>' ),
845
- sprintf( __( '%1$sError:%2$s The username field is empty.', 'loginpress' ), '<strong>', '</strong>' ),
846
- sprintf( __( '%1$sError:%2$s The password field is empty.', 'loginpress' ), '<strong>', '</strong>' ),
847
- sprintf( __( '%1$sError:%2$s The email address isn\'t correct..', 'loginpress' ), '<strong>', '</strong>' ),
848
- sprintf( __( '%1$sError:%2$s Please type your email address.', 'loginpress' ), '<strong>', '</strong>' ),
849
- sprintf( __( '%1$sError:%2$s This username is already registered. Please choose another one.', 'loginpress' ), '<strong>', '</strong>' ),
850
- sprintf( __( '%1$sError:%2$s This email is already registered, please choose another one.', 'loginpress' ), '<strong>', '</strong>' ),
851
- sprintf( __( '%1$sError:%2$s Invalid username or email.', 'loginpress' ), '<strong>', '</strong>' ),
852
- sprintf( __( '%1$sError:%2$s Invalid Email Address', 'loginpress' ), '<strong>', '</strong>' ) );
853
- $error_label = array(
854
- __( 'Incorrect Username Message:', 'loginpress' ),
855
- __( 'Incorrect Password Message:', 'loginpress' ),
856
- __( 'Empty Username Message:', 'loginpress' ),
857
- __( 'Empty Password Message:', 'loginpress' ),
858
- __( 'Invalid Email Message:', 'loginpress' ),
859
- __( 'Empty Email Message:', 'loginpress' ),
860
- __( 'Username Already Exist Message:','loginpress' ),
861
- __( 'Email Already Exist Message:', 'loginpress' ),
862
- __( 'Forget Password Message:', 'loginpress' ),
863
- __( 'Login with Email Message:', 'loginpress' ),
864
- );
865
-
866
  $error = 0;
867
  while ( $error < 10 ) :
868
 
@@ -894,17 +984,6 @@ class LoginPress_Entities {
894
  'panel' => 'loginpress_panel',
895
  ) );
896
 
897
- $welcome_control = array( 'lostpwd_welcome_message', 'welcome_message', 'register_welcome_message', 'logout_message', 'message_background_border' );
898
- $welcome_default = array( 'Forgot password?', 'Welcome', 'Register For This Site', 'Logout', '' );
899
- $welcome_label = array(
900
- __( 'Welcome Message on Lost Password:', 'loginpress' ),
901
- __( 'Welcome Message on Login Page:', 'loginpress' ),
902
- __( 'Welcome Message on Registration:', 'loginpress' ),
903
- __( 'Logout Message:', 'loginpress' ),
904
- __( 'Message Field Border: ( Example: 1px solid #00a0d2; )', 'loginpress' ),
905
- );
906
- $welcome_sanitization = array( 'wp_kses_post', 'wp_kses_post', 'wp_kses_post', 'wp_kses_post', 'wp_strip_all_tags' );
907
-
908
  $welcome = 0;
909
  while ( $welcome < 5 ) :
910
 
@@ -1079,7 +1158,7 @@ class LoginPress_Entities {
1079
  ) ) );
1080
 
1081
  $wp_customize->add_setting( 'loginpress_customization[login_footer_text]', array(
1082
- 'default' => 'Lost your password?',
1083
  'type' => 'option',
1084
  'capability' => 'manage_options',
1085
  'transport' => 'postMessage',
@@ -1103,7 +1182,7 @@ class LoginPress_Entities {
1103
  ) );
1104
  $wp_customize->add_control( 'loginpress_customization[login_footer_text_decoration]', array(
1105
  'settings' => 'loginpress_customization[login_footer_text_decoration]',
1106
- 'label' => 'Select Text Decoration:',
1107
  'section' => 'section_fotter',
1108
  'priority' => 15,
1109
  'type' => 'select',
@@ -1377,8 +1456,8 @@ class LoginPress_Entities {
1377
  'settings' => 'loginpress_customization[show_love_position]',
1378
  'type' => 'radio',
1379
  'choices' => array(
1380
- 'left' => 'Left',
1381
- 'right' => 'Right',
1382
  ),
1383
  ) );
1384
  $this->loginpress_hr_setting( $wp_customize, $close_control, 'section_fotter', 2, 90 );
@@ -1424,32 +1503,6 @@ class LoginPress_Entities {
1424
  'settings' => 'loginpress_customization[loginpress_custom_js]',
1425
  'description' => sprintf( __( 'Custom JS doen\'t make effect live. For preview please save the setting and visit %1$s login%2$s page or after save refresh the customizer.', "loginpress" ), '<a href="' . wp_login_url() .'"title="Login" target="_blank">', '</a>')
1426
  ) );
1427
- // =============================
1428
- // = Section for Custom JS =
1429
- // =============================
1430
- // $wp_customize->add_section(
1431
- // 'section_js',
1432
- // array(
1433
- // 'title' => __( 'Custom JS', 'loginpress' ),
1434
- // 'description' => '',
1435
- // 'priority' => 55,
1436
- // 'panel' => 'loginpress_panel',
1437
- // ) );
1438
- //
1439
- // $wp_customize->add_setting( 'loginpress_customization[loginpress_custom_js]', array(
1440
- // 'type' => 'option',
1441
- // 'capability' => 'manage_options',
1442
- // 'transport' => 'postMessage'
1443
- // ) );
1444
- //
1445
- // $wp_customize->add_control( 'loginpress_customization[loginpress_custom_js]', array(
1446
- // 'label' => __( 'Customize JS', 'loginpress' ),
1447
- // 'type' => 'textarea',
1448
- // 'section' => 'section_js',
1449
- // 'priority' => 5,
1450
- // 'settings' => 'loginpress_customization[loginpress_custom_js]',
1451
- // 'description' => sprintf( __( 'Custom JS doen\'t make effect live. For preview please save the setting and visit %1$s login%2$s page or after save refresh the customizer.', "loginpress" ), '<a href="' . wp_login_url() .'"title="Login" target="_blank">', '</a>')
1452
- // ) );
1453
  }
1454
 
1455
  /**
7
  *
8
  * @var string
9
  * @since 1.0.0
10
+ * @version 1.1.22
11
  */
12
  public $loginpress_key;
13
 
83
  // Array for localize.
84
  $loginpress_localize = array(
85
  'admin_url' => admin_url(),
86
+ 'ajaxurl' => admin_url( 'admin-ajax.php' ),
87
  'plugin_url' => plugins_url(),
88
  'login_theme' => get_option( 'customize_presets_settings', true ),
89
  'loginpress_bg_url' => $loginpress_bg_url,
90
  'preset_nonce' => wp_create_nonce('loginpress-preset-nonce'),
91
+ 'attachment_nonce' => wp_create_nonce('loginpress-attachment-nonce'),
92
  'preset_loader' => includes_url( 'js/tinymce/skins/lightgray/img/loader.gif' ),
93
  );
94
 
447
  'transport' => 'postMessage',
448
  'sanitize_callback' => 'loginpress_sanitize_checkbox'
449
  ) );
450
+
451
+ $this->loginpress_group_setting( $wp_customize, $group_control, $group_label, $group_info, 'section_background', 6, 6 );
452
+
453
  /**
454
  * [Enable / Disabe Background Image with LoginPress_Radio_Control]
455
  * @since 1.0.1
476
  'section' => 'section_background',
477
  'priority' => 15,
478
  'settings' => 'loginpress_customization[setting_background]',
479
+ 'button_labels' => array(
480
+ 'select' => __( 'Select Image', 'loginpress' ),
481
+ ) ) ) );
482
 
483
  /**
484
  * [ Add Background Gallery ]
539
  'section' => 'section_background',
540
  'priority' => 20,
541
  'settings' => 'loginpress_customization[background_repeat_radio]',
542
+ 'type' => 'select',
543
  'choices' => array(
544
  'repeat' => 'repeat',
545
  'repeat-x' => 'repeat-x',
600
  ),
601
  ) );
602
 
603
+
604
+ $this->loginpress_group_setting( $wp_customize, $group_control, $group_label, $group_info, 'section_background', 7, 35 );
605
+ /**
606
+ * [Enable / Disabe Background Video with LoginPress_Radio_Control]
607
+ * @since 1.1.22
608
+ */
609
+ $wp_customize->add_setting( 'loginpress_customization[loginpress_display_bg_video]', array(
610
+ 'default' => false,
611
+ 'type' => 'option',
612
+ 'capability' => 'manage_options',
613
+ 'transport' => 'postMessage',
614
+ 'sanitize_callback' => 'loginpress_sanitize_checkbox'
615
+ ) );
616
+
617
+ $wp_customize->add_control( new LoginPress_Radio_Control( $wp_customize, 'loginpress_customization[loginpress_display_bg_video]', array(
618
+ 'settings' => 'loginpress_customization[loginpress_display_bg_video]',
619
+ 'label' => __( 'Enable Background Video?', 'loginpress'),
620
+ 'section' => 'section_background',
621
+ 'priority' => 40,
622
+ 'type' => 'ios', // light, ios, flat
623
+ ) ) );
624
+
625
+ /**
626
+ * [Launch Background Video feature with WP_Customize_Media_Control]
627
+ * @since 1.1.22
628
+ */
629
+ $wp_customize->add_setting( 'loginpress_customization[background_video]', array(
630
+ 'type' => 'option',
631
+ 'capability' => 'manage_options',
632
+ 'transport' => 'postMessage',
633
+ // 'sanitize_callback' => 'section_background'
634
+ ) );
635
+
636
+ $wp_customize->add_control( new WP_Customize_Media_Control( $wp_customize, 'loginpress_customization[background_video]', array(
637
+ 'label' => __( 'Background Video:', 'loginpress' ),
638
+ 'section' => 'section_background',
639
+ 'mime_type' => 'video', // Required. Can be image, audio, video, application, text
640
+ 'priority' => 45,
641
+ 'button_labels' => array(
642
+ 'select' => __( 'Select Video', 'loginpress' ),
643
+ 'change' => __( 'Change Video', 'loginpress' ),
644
+ 'default' => __( 'Default', 'loginpress' ),
645
+ 'remove' => __( 'Remove', 'loginpress' ),
646
+ 'frame_title' => __( 'Select File', 'loginpress' ),
647
+ 'frame_button' => __( 'Choose File', 'loginpress' ),
648
+ ) ) ) );
649
+
650
+ // @version 1.1.21
651
+ $wp_customize->add_setting( 'loginpress_customization[background_video_object]', array(
652
+ 'default' => 'cover',
653
+ 'type' => 'option',
654
+ 'capability' => 'manage_options',
655
+ 'transport' => 'postMessage',
656
+ 'sanitize_callback' => 'loginpress_sanitize_select'
657
+ ) );
658
+ $wp_customize->add_control( 'loginpress_customization[background_video_object]', array(
659
+ 'settings' => 'loginpress_customization[background_video_object]',
660
+ 'label' => __( 'Video Size:', 'loginpress' ),
661
+ 'section' => 'section_background',
662
+ 'priority' => 50,
663
+ 'type' => 'select',
664
+ 'choices' => array(
665
+ 'fill' => 'fill',
666
+ 'contain' => 'contain',
667
+ 'cover' => 'cover',
668
+ 'scale-down' => 'scale-down',
669
+ 'none' => 'none',
670
+ ),
671
+ ) );
672
+
673
+ $wp_customize->add_setting( "loginpress_customization[video_obj_position]", array(
674
+ 'type' => 'option',
675
+ 'capability' => 'manage_options',
676
+ 'transport' => 'postMessage',
677
+ 'sanitize_callback' => 'wp_strip_all_tags'
678
+ ) );
679
+
680
+ $wp_customize->add_control( "loginpress_customization[video_obj_position]", array(
681
+ 'label' => __( 'Object Postion:', 'loginpress' ),
682
+ 'section' => 'section_background',
683
+ 'priority' => 55,
684
+ 'settings' => "loginpress_customization[video_obj_position]",
685
+ 'input_attrs' => array(
686
+ 'placeholder' => __( '50% 50%', 'directorist' ),
687
+ )
688
+ ) );
689
+
690
+ /**
691
+ * [Enable / Disabe Background Video with LoginPress_Radio_Control]
692
+ * @since 1.1.22
693
+ */
694
+ $wp_customize->add_setting( 'loginpress_customization[background_video_muted]', array(
695
+ 'default' => true,
696
+ 'type' => 'option',
697
+ 'capability' => 'manage_options',
698
+ 'transport' => 'postMessage',
699
+ 'sanitize_callback' => 'loginpress_sanitize_checkbox'
700
+ ) );
701
+
702
+ $wp_customize->add_control( new LoginPress_Radio_Control( $wp_customize, 'loginpress_customization[background_video_muted]', array(
703
+ 'settings' => 'loginpress_customization[background_video_muted]',
704
+ 'label' => __( 'Muted Video?', 'loginpress'),
705
+ 'section' => 'section_background',
706
+ 'priority' => 60,
707
+ 'type' => 'ios', // light, ios, flat
708
+ ) ) );
709
+
710
  // =============================
711
  // = Section for Form Beauty =
712
  // =============================
953
  'panel' => 'loginpress_panel',
954
  ) );
955
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
956
  $error = 0;
957
  while ( $error < 10 ) :
958
 
984
  'panel' => 'loginpress_panel',
985
  ) );
986
 
 
 
 
 
 
 
 
 
 
 
 
987
  $welcome = 0;
988
  while ( $welcome < 5 ) :
989
 
1158
  ) ) );
1159
 
1160
  $wp_customize->add_setting( 'loginpress_customization[login_footer_text]', array(
1161
+ 'default' => __( 'Lost your password?', 'loginpress' ),
1162
  'type' => 'option',
1163
  'capability' => 'manage_options',
1164
  'transport' => 'postMessage',
1182
  ) );
1183
  $wp_customize->add_control( 'loginpress_customization[login_footer_text_decoration]', array(
1184
  'settings' => 'loginpress_customization[login_footer_text_decoration]',
1185
+ 'label' => __( 'Select Text Decoration:', 'loginpress' ),
1186
  'section' => 'section_fotter',
1187
  'priority' => 15,
1188
  'type' => 'select',
1456
  'settings' => 'loginpress_customization[show_love_position]',
1457
  'type' => 'radio',
1458
  'choices' => array(
1459
+ 'left' => __( 'Left', 'loginpress' ),
1460
+ 'right' => __( 'Right', 'loginpress' ),
1461
  ),
1462
  ) );
1463
  $this->loginpress_hr_setting( $wp_customize, $close_control, 'section_fotter', 2, 90 );
1503
  'settings' => 'loginpress_customization[loginpress_custom_js]',
1504
  'description' => sprintf( __( 'Custom JS doen\'t make effect live. For preview please save the setting and visit %1$s login%2$s page or after save refresh the customizer.', "loginpress" ), '<a href="' . wp_login_url() .'"title="Login" target="_blank">', '</a>')
1505
  ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1506
  }
1507
 
1508
  /**
include/customizer-strings.php CHANGED
@@ -18,21 +18,25 @@ $logo_range_unit = array( 'px', 'px', 'px' );
18
  * Customizer strings for the grouping control.
19
  * @since 1.1.3
20
  */
21
- $group_control = array( 'login_input_group', 'login_label_group', 'login_form_group', 'footer_form_group', 'footer_back_group', 'footer_group' );
22
  $group_label = array(
23
  __( 'Input Fields:', 'loginpress'),
24
  __( 'Input Field Labels:', 'loginpress'),
25
  __( 'Login Form:', 'loginpress'),
26
  __( 'Lost Your Password Text', 'loginpress' ),
27
  __( 'Back To Site Text', 'loginpress' ),
28
- __( 'LoginPress Footer Text', 'loginpress' ) );
 
 
29
  $group_info = array(
30
  __( 'This section helps you to easily Customize the login form input field elements.', 'loginpress' ),
31
  __( 'This section helps you to easily Customize the login form input field labels.', 'loginpress' ),
32
  __( 'This section helps you to easily Customize the login form elements whether they are form lables, fields or backgrounds.', 'loginpress' ),
33
  __( ' Customize the "Lost your password" and "Register" text section under the form.', 'loginpress' ),
34
  __( 'Customize the "Back to" text section under the form.', 'loginpress' ),
35
- __( 'Customize the copyright note and branding sections at the footer of login page.', 'loginpress' ) );
 
 
36
  /** ------------------Grouping Control-------------------- */
37
 
38
  /**
@@ -125,3 +129,48 @@ $button_range_unit = array( '%', 'px', 'px', 'px', 'px', '%', 'px' );
125
  * @since 1.1.3
126
  */
127
  $close_control = array( 'login_input_br', 'login_label_br', 'login_form_br', 'footer_form_br', 'footer_back_br', 'footer_br' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  * Customizer strings for the grouping control.
19
  * @since 1.1.3
20
  */
21
+ $group_control = array( 'login_input_group', 'login_label_group', 'login_form_group', 'footer_form_group', 'footer_back_group', 'footer_group', 'bg_image_group', 'bg_video_group' );
22
  $group_label = array(
23
  __( 'Input Fields:', 'loginpress'),
24
  __( 'Input Field Labels:', 'loginpress'),
25
  __( 'Login Form:', 'loginpress'),
26
  __( 'Lost Your Password Text', 'loginpress' ),
27
  __( 'Back To Site Text', 'loginpress' ),
28
+ __( 'LoginPress Footer Text', 'loginpress' ),
29
+ __( 'Background Image', 'loginpress' ),
30
+ __( 'Background Video', 'loginpress' ) );
31
  $group_info = array(
32
  __( 'This section helps you to easily Customize the login form input field elements.', 'loginpress' ),
33
  __( 'This section helps you to easily Customize the login form input field labels.', 'loginpress' ),
34
  __( 'This section helps you to easily Customize the login form elements whether they are form lables, fields or backgrounds.', 'loginpress' ),
35
  __( ' Customize the "Lost your password" and "Register" text section under the form.', 'loginpress' ),
36
  __( 'Customize the "Back to" text section under the form.', 'loginpress' ),
37
+ __( 'Customize the copyright note and branding sections at the footer of login page.', 'loginpress' ),
38
+ __( 'Customize the background Image.', 'loginpress' ),
39
+ __( 'Customize the background Video.', 'loginpress' ) );
40
  /** ------------------Grouping Control-------------------- */
41
 
42
  /**
129
  * @since 1.1.3
130
  */
131
  $close_control = array( 'login_input_br', 'login_label_br', 'login_form_br', 'footer_form_br', 'footer_back_br', 'footer_br' );
132
+ /** -----------------Section Login Footer------------------ */
133
+
134
+ /**
135
+ * [ Customizer strings for the error messages. ]
136
+ * @since 1.1.22
137
+ */
138
+ $error_control = array( 'incorrect_username', 'incorrect_password', 'empty_username', 'empty_password', 'invalid_email', 'empty_email', 'username_exists', 'email_exists', 'invalidcombo_message', 'force_email_login' );
139
+ $error_default = array(
140
+ sprintf( __( '%1$sError:%2$s Invalid Username.', 'loginpress' ), '<strong>', '</strong>' ), sprintf( __( '%1$sError:%2$s Invalid Password.', 'loginpress' ), '<strong>', '</strong>' ),
141
+ sprintf( __( '%1$sError:%2$s The username field is empty.', 'loginpress' ), '<strong>', '</strong>' ),
142
+ sprintf( __( '%1$sError:%2$s The password field is empty.', 'loginpress' ), '<strong>', '</strong>' ),
143
+ sprintf( __( '%1$sError:%2$s The email address isn\'t correct..', 'loginpress' ), '<strong>', '</strong>' ),
144
+ sprintf( __( '%1$sError:%2$s Please type your email address.', 'loginpress' ), '<strong>', '</strong>' ),
145
+ sprintf( __( '%1$sError:%2$s This username is already registered. Please choose another one.', 'loginpress' ), '<strong>', '</strong>' ),
146
+ sprintf( __( '%1$sError:%2$s This email is already registered, please choose another one.', 'loginpress' ), '<strong>', '</strong>' ),
147
+ sprintf( __( '%1$sError:%2$s Invalid username or email.', 'loginpress' ), '<strong>', '</strong>' ),
148
+ sprintf( __( '%1$sError:%2$s Invalid Email Address', 'loginpress' ), '<strong>', '</strong>' ) );
149
+ $error_label = array(
150
+ __( 'Incorrect Username Message:', 'loginpress' ),
151
+ __( 'Incorrect Password Message:', 'loginpress' ),
152
+ __( 'Empty Username Message:', 'loginpress' ),
153
+ __( 'Empty Password Message:', 'loginpress' ),
154
+ __( 'Invalid Email Message:', 'loginpress' ),
155
+ __( 'Empty Email Message:', 'loginpress' ),
156
+ __( 'Username Already Exist Message:','loginpress' ),
157
+ __( 'Email Already Exist Message:', 'loginpress' ),
158
+ __( 'Forget Password Message:', 'loginpress' ),
159
+ __( 'Login with Email Message:', 'loginpress' ),
160
+ );
161
+ /** -----------------Error Section------------------ */
162
+
163
+ /**
164
+ * [ Customizer strings for the welcome messages. ]
165
+ * @since 1.1.22
166
+ */
167
+ $welcome_control = array( 'lostpwd_welcome_message', 'welcome_message', 'register_welcome_message', 'logout_message', 'message_background_border' );
168
+ $welcome_default = array( 'Forgot password?', 'Welcome', 'Register For This Site', 'Logout', '' );
169
+ $welcome_label = array(
170
+ __( 'Welcome Message on Lost Password:', 'loginpress' ),
171
+ __( 'Welcome Message on Login Page:', 'loginpress' ),
172
+ __( 'Welcome Message on Registration:', 'loginpress' ),
173
+ __( 'Logout Message:', 'loginpress' ),
174
+ __( 'Message Field Border: ( Example: 1px solid #00a0d2; )', 'loginpress' ),
175
+ );
176
+ $welcome_sanitization = array( 'wp_kses_post', 'wp_kses_post', 'wp_kses_post', 'wp_kses_post', 'wp_strip_all_tags' );
js/customize-controls.js CHANGED
@@ -182,6 +182,80 @@ jQuery(document).ready(function($) {
182
  } );
183
  } );
184
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  // function for change LoginPress attribute in real time...
186
  function loginpress_attr_property( setting, target, property ) {
187
  wp.customize( setting, function( value ) {
@@ -317,7 +391,7 @@ jQuery(document).ready(function($) {
317
  // Control on footer back link text.
318
  if ('loginpress_customization[back_display_text]' == setting && false == loginPressVal ) {
319
 
320
- $( '#customize-preview iframe' ).contents().find( '.login #backtoblog' ).css( 'display', 'none' );
321
  $('#customize-control-loginpress_customization-login_back_text_decoration').fadeOut().css( 'display', 'none' );
322
  $('#customize-control-loginpress_customization-login_back_color').fadeOut().css( 'display', 'none' );
323
  $('#customize-control-loginpress_customization-login_back_color_hover').fadeOut().css( 'display', 'none' );
@@ -326,7 +400,7 @@ jQuery(document).ready(function($) {
326
 
327
  } else if ('loginpress_customization[back_display_text]' == setting && true == loginPressVal ) {
328
 
329
- $( '#customize-preview iframe' ).contents().find( '.login #backtoblog' ).css( 'display', 'block' );
330
  $('#customize-control-loginpress_customization-login_back_text_decoration').fadeIn().css( 'display', 'list-item' );
331
  $('#customize-control-loginpress_customization-login_back_color').fadeIn().css( 'display', 'list-item' );
332
  $('#customize-control-loginpress_customization-login_back_color_hover').fadeIn().css( 'display', 'list-item' );
@@ -334,6 +408,30 @@ jQuery(document).ready(function($) {
334
  $('#customize-control-loginpress_customization-login_back_bg_color').fadeIn().css( 'display', 'list-item' );
335
 
336
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
337
  });
338
  });
339
  }
@@ -655,6 +753,7 @@ jQuery(document).ready(function($) {
655
  // localStorage.removeItem("loginpress_bg_check");
656
  loginpress_display_control( 'loginpress_customization[footer_display_text]' );
657
  loginpress_display_control( 'loginpress_customization[back_display_text]' );
 
658
 
659
  // Update the WordPress login logo in real time...
660
  wp.customize( 'loginpress_customization[setting_logo]', function(value) {
@@ -863,6 +962,9 @@ jQuery(document).ready(function($) {
863
  loginpress_css_property( 'loginpress_customization[textfield_label_color]', '.login label[for="user_login"], .login label[for="user_pass"]', 'color', '#777' );
864
  loginpress_css_property( 'loginpress_customization[remember_me_label_size]', '.login label[for="rememberme"]', 'color', '#777' );
865
 
 
 
 
866
  loginpress_new_css_property( 'loginpress_customization[textfield_radius]', '#loginform input[type="text"], #loginform input[type="password"], #registerform input[type="text"], #registerform input[type="password"], #registerform input[type="number"], #registerform input[type="email"], #lostpasswordform input[type="text"]', 'border-radius', 'px' );
867
 
868
  loginpress_shadow_property( 'loginpress_customization[textfield_shadow]', '#loginform input[type="text"], #loginform input[type="password"], #registerform input[type="text"], #registerform input[type="password"], #registerform input[type="number"], #registerform input[type="email"], #lostpasswordform input[type="text"]', 'box-shadow', 'px' );
@@ -1338,6 +1440,33 @@ jQuery(document).ready(function($) {
1338
  $('#customize-control-loginpress_customization-login_footer_copy_right').css( 'display', 'none' );
1339
  }
1340
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1341
  $("<style type='text/css' id='loginpress-customize'></style>").appendTo(loginpress_find('head'));
1342
  $("<style type='text/css' id='loginpress-iframe-bgColor'></style>").appendTo(loginpress_find('head'));
1343
  $("<style type='text/css' id='loginpress-scbg-position'></style>").appendTo(loginpress_find('head'));
182
  } );
183
  } );
184
 
185
+ // controls for add and remove background video
186
+ wp.customize( 'loginpress_customization[background_video]', function( value ) {
187
+ value.bind( function( loginPressVal ) {
188
+
189
+ if ( loginPressVal ) {
190
+
191
+ $.ajax( {
192
+ url : loginpress_script.ajaxurl,
193
+ type : 'post',
194
+ data : {
195
+ 'src' : loginPressVal,
196
+ 'action' : 'loginpress_video_url',
197
+ 'security' : loginpress_script.attachment_nonce
198
+ },
199
+ success : function( response ) {
200
+ console.log(response);
201
+ if( loginpress_find( '#loginpress_video-background' ).length > 0 ) {
202
+ var video = loginpress_find( '#loginpress_video-background' )[0];
203
+ loginpress_find( '#loginpress_video-background' )[0].pause();
204
+ loginpress_find( '#loginpress_video-background source' )[0].setAttribute( 'src', response );
205
+ video.style.display = "block";
206
+ video.load();
207
+ video.play();
208
+
209
+ } else {
210
+
211
+ if(change_theme == 'default8' || change_theme == 'default3' || change_theme == 'default5' ){
212
+ $('<div id="loginpress_video-background-wrapper"><video autoplay loop muted id="loginpress_video-background" plays-inline><source src="'+response+'"></video></div>').appendTo(loginpress_find('body'));
213
+ }else{
214
+ $('<div id="loginpress_video-background-wrapper"><video autoplay loop id="loginpress_video-background" plays-inline muted><source src="'+response+'"></video></div>').appendTo(loginpress_find('#login'));
215
+ var video = loginpress_find( '#loginpress_video-background' )[0];
216
+ video.load();
217
+ video.play();
218
+ }
219
+ }
220
+ }, // !success.
221
+ error : function( xhr, textStatus, errorThrown ) {
222
+ console.log('Ajax Not Working');
223
+ }
224
+ } ); // ! $.ajax().
225
+
226
+ $('#customize-control-loginpress_customization-background_video_object').fadeIn().css( 'display', 'list-item' );
227
+ $('#customize-control-loginpress_customization-video_obj_position').fadeIn().css( 'display', 'list-item' );
228
+ $('#customize-control-loginpress_customization-background_video_muted').fadeIn().css( 'display', 'list-item' );
229
+
230
+ } else {
231
+ if( loginpress_find( '#loginpress_video-background' ).length > 0 ){
232
+ var video = loginpress_find( '#loginpress_video-background' )[0];
233
+ video.remove();
234
+ $('#loginpress_video-background-wrapper').remove();
235
+
236
+ $('#customize-control-loginpress_customization-background_video_object').fadeOut().css( 'display', 'none' );
237
+ $('#customize-control-loginpress_customization-video_obj_position').fadeOut().css( 'display', 'none' );
238
+ $('#customize-control-loginpress_customization-background_video_muted').fadeOut().css( 'display', 'none' );
239
+ // loginpress_find( '#loginpress_video-background' )[0].pause();
240
+ }
241
+ }
242
+ } );
243
+ } );
244
+
245
+ // Control for mute background video
246
+ wp.customize( 'loginpress_customization[background_video_muted]', function( value ) {
247
+ value.bind( function( loginPressVal ) {
248
+ if(loginpress_find( '#loginpress_video-background' ).length>0){
249
+ var video = loginpress_find( '#loginpress_video-background' )[0];
250
+ if(video.muted){
251
+ video.muted = false;
252
+ } else {
253
+ video.muted = true;
254
+ }
255
+ }
256
+ } );
257
+ } );
258
+
259
  // function for change LoginPress attribute in real time...
260
  function loginpress_attr_property( setting, target, property ) {
261
  wp.customize( setting, function( value ) {
391
  // Control on footer back link text.
392
  if ('loginpress_customization[back_display_text]' == setting && false == loginPressVal ) {
393
 
394
+ // $( '#customize-preview iframe' ).contents().find( '.login #backtoblog' ).css( 'display', 'none' );
395
  $('#customize-control-loginpress_customization-login_back_text_decoration').fadeOut().css( 'display', 'none' );
396
  $('#customize-control-loginpress_customization-login_back_color').fadeOut().css( 'display', 'none' );
397
  $('#customize-control-loginpress_customization-login_back_color_hover').fadeOut().css( 'display', 'none' );
400
 
401
  } else if ('loginpress_customization[back_display_text]' == setting && true == loginPressVal ) {
402
 
403
+ // $( '#customize-preview iframe' ).contents().find( '.login #backtoblog' ).css( 'display', 'block' );
404
  $('#customize-control-loginpress_customization-login_back_text_decoration').fadeIn().css( 'display', 'list-item' );
405
  $('#customize-control-loginpress_customization-login_back_color').fadeIn().css( 'display', 'list-item' );
406
  $('#customize-control-loginpress_customization-login_back_color_hover').fadeIn().css( 'display', 'list-item' );
408
  $('#customize-control-loginpress_customization-login_back_bg_color').fadeIn().css( 'display', 'list-item' );
409
 
410
  }
411
+
412
+ // Control on Video Background.
413
+ if ('loginpress_customization[loginpress_display_bg_video]' == setting && false == loginPressVal ) {
414
+
415
+ $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' ).css( 'display', 'none' );
416
+ if( $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' ).length > 0 ) {
417
+ $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' )[0].pause();
418
+ }
419
+
420
+ $('#customize-control-loginpress_customization-background_video').fadeOut().css( 'display', 'none' );
421
+ $('#customize-control-loginpress_customization-background_video_object').fadeOut().css( 'display', 'none' );
422
+ $('#customize-control-loginpress_customization-video_obj_position').fadeOut().css( 'display', 'none' );
423
+ $('#customize-control-loginpress_customization-background_video_muted').fadeOut().css( 'display', 'none' );
424
+
425
+ } else if ('loginpress_customization[loginpress_display_bg_video]' == setting && true == loginPressVal ) {
426
+
427
+ $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' ).css( 'display', 'block' );
428
+ if( $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' ).length > 0 ){
429
+ $( '#customize-preview iframe' ).contents().find( '.login #loginpress_video-background' )[0].play();
430
+ }
431
+ $('#customize-control-loginpress_customization-background_video').fadeIn().css( 'display', 'list-item' );
432
+
433
+ }
434
+
435
  });
436
  });
437
  }
753
  // localStorage.removeItem("loginpress_bg_check");
754
  loginpress_display_control( 'loginpress_customization[footer_display_text]' );
755
  loginpress_display_control( 'loginpress_customization[back_display_text]' );
756
+ loginpress_display_control( 'loginpress_customization[loginpress_display_bg_video]' );
757
 
758
  // Update the WordPress login logo in real time...
759
  wp.customize( 'loginpress_customization[setting_logo]', function(value) {
962
  loginpress_css_property( 'loginpress_customization[textfield_label_color]', '.login label[for="user_login"], .login label[for="user_pass"]', 'color', '#777' );
963
  loginpress_css_property( 'loginpress_customization[remember_me_label_size]', '.login label[for="rememberme"]', 'color', '#777' );
964
 
965
+ loginpress_css_property( 'loginpress_customization[background_video_object]', 'body.login #loginpress_video-background', 'object-fit', 'contain' );
966
+ loginpress_css_property( 'loginpress_customization[video_obj_position]', 'body.login #loginpress_video-background', 'object-position', '50% 50%' );
967
+
968
  loginpress_new_css_property( 'loginpress_customization[textfield_radius]', '#loginform input[type="text"], #loginform input[type="password"], #registerform input[type="text"], #registerform input[type="password"], #registerform input[type="number"], #registerform input[type="email"], #lostpasswordform input[type="text"]', 'border-radius', 'px' );
969
 
970
  loginpress_shadow_property( 'loginpress_customization[textfield_shadow]', '#loginform input[type="text"], #loginform input[type="password"], #registerform input[type="text"], #registerform input[type="password"], #registerform input[type="number"], #registerform input[type="email"], #lostpasswordform input[type="text"]', 'box-shadow', 'px' );
1440
  $('#customize-control-loginpress_customization-login_footer_copy_right').css( 'display', 'none' );
1441
  }
1442
 
1443
+ if ( $('#customize-control-loginpress_customization-loginpress_display_bg_video input[type="checkbox"]').is(":checked") ) {
1444
+
1445
+ $('#customize-control-loginpress_customization-background_video').css( 'display', 'list-item' );
1446
+ $('#customize-control-loginpress_customization-background_video_object').css( 'display', 'list-item' );
1447
+ $('#customize-control-loginpress_customization-video_obj_position').css( 'display', 'list-item' );
1448
+ $('#customize-control-loginpress_customization-background_video_muted').css( 'display', 'list-item' );
1449
+ } else {
1450
+
1451
+ $('#customize-control-loginpress_customization-background_video').css( 'display', 'none' );
1452
+ $('#customize-control-loginpress_customization-background_video_object').css( 'display', 'none' );
1453
+ $('#customize-control-loginpress_customization-video_obj_position').css( 'display', 'none' );
1454
+ $('#customize-control-loginpress_customization-background_video_muted').css( 'display', 'none' );
1455
+ }
1456
+
1457
+ // Toggle controls if video exist or not in customizer for background.
1458
+ if ( $('#customize-control-loginpress_customization-background_video video').length > 0 ) {
1459
+
1460
+ $('#customize-control-loginpress_customization-background_video_object').css( 'display', 'list-item' );
1461
+ $('#customize-control-loginpress_customization-video_obj_position').css( 'display', 'list-item' );
1462
+ $('#customize-control-loginpress_customization-background_video_muted').css( 'display', 'list-item' );
1463
+ } else {
1464
+
1465
+ $('#customize-control-loginpress_customization-background_video_object').css( 'display', 'none' );
1466
+ $('#customize-control-loginpress_customization-video_obj_position').css( 'display', 'none' );
1467
+ $('#customize-control-loginpress_customization-background_video_muted').css( 'display', 'none' );
1468
+ }
1469
+
1470
  $("<style type='text/css' id='loginpress-customize'></style>").appendTo(loginpress_find('head'));
1471
  $("<style type='text/css' id='loginpress-iframe-bgColor'></style>").appendTo(loginpress_find('head'));
1472
  $("<style type='text/css' id='loginpress-scbg-position'></style>").appendTo(loginpress_find('head'));
languages/loginpress-ar.mo CHANGED
Binary file
languages/loginpress-ar.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
- "POT-Creation-Date: 2018-08-28 15:37+0500\n"
5
- "PO-Revision-Date: 2018-09-14 12:31+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ar\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.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -20,46 +20,59 @@ msgstr ""
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
- #: ../classes/class-loginpress-addons.php:100
24
- #: ../classes/class-loginpress-addons.php:185
 
25
  #, php-format
26
  msgid "%1$s Already Installed %2$s"
27
  msgstr ""
28
 
29
- #: ../classes/class-loginpress-addons.php:104
30
- #: ../classes/class-loginpress-addons.php:190
31
  #, php-format
32
  msgid "%1$s Activate Plugin %2$s"
33
  msgstr ""
34
 
35
- #: ../classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
36
  #, php-format
37
  msgid "%1$s Install %2$s"
38
  msgstr ""
39
 
40
- #: ../classes/class-loginpress-addons.php:226
 
 
 
 
 
41
  msgid "You have a lifetime license, it will never expire."
42
  msgstr ""
43
 
44
- #: ../classes/class-loginpress-addons.php:230
45
  #, php-format
46
  msgid "Your (%2$s) license key is valid until %s."
47
  msgstr ""
48
 
49
- #: ../classes/class-loginpress-addons.php:244
50
  msgid "You need to activate your license to download the following add-ons."
51
  msgstr ""
52
 
53
- #: ../classes/class-loginpress-addons.php:257
54
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
55
  msgstr ""
56
 
57
- #: ../classes/class-loginpress-addons.php:482
58
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
59
  msgstr ""
60
 
61
  #: ../classes/class-loginpress-custom-password.php:45
62
- #: ../include/customizer-strings.php:81 ../include/template-loginpress.php:518
63
  msgid "Password"
64
  msgstr "كلمة المرور"
65
 
@@ -123,29 +136,87 @@ msgid ""
123
  "and many more."
124
  msgstr ""
125
 
126
- #: ../classes/class-loginpress-login-order.php:69 ../custom.php:821
127
- #: ../custom.php:1547
128
  #, php-format
129
  msgid "%1$sError:%2$s The username field is empty."
130
  msgstr ""
131
 
132
- #: ../classes/class-loginpress-login-order.php:71 ../custom.php:822
133
- #: ../custom.php:1549
134
  #, php-format
135
  msgid "%1$sError:%2$s The password field is empty."
136
  msgstr ""
137
 
138
- #: ../classes/class-loginpress-login-order.php:92 ../custom.php:828
 
139
  #, php-format
140
  msgid "%1$sError:%2$s Invalid Email Address"
141
  msgstr ""
142
 
143
- #: ../classes/class-loginpress-login-order.php:114 ../custom.php:820
144
- #: ../custom.php:1543
145
  #, php-format
146
  msgid "%1$sError:%2$s Invalid Username."
147
  msgstr ""
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  #: ../classes/class-loginpress-promo.php:9
150
  msgid "Google Fonts"
151
  msgstr ""
@@ -159,7 +230,7 @@ msgstr ""
159
  msgid "reCAPTCHA"
160
  msgstr ""
161
 
162
- #: ../classes/class-loginpress-settings-api.php:372
163
  msgid "Choose File"
164
  msgstr ""
165
 
@@ -203,8 +274,8 @@ msgstr ""
203
  msgid "Default Settings Restored"
204
  msgstr ""
205
 
206
- #: ../classes/class-loginpress-setup.php:60 ../custom.php:242
207
- #: ../loginpress.php:280
208
  msgid "LoginPress"
209
  msgstr ""
210
 
@@ -222,7 +293,7 @@ msgid "Help"
222
  msgstr ""
223
 
224
  #: ../classes/class-loginpress-setup.php:68
225
- #: ../include/loginpress-import-export.php:9
226
  msgid "Import/Export LoginPress Settings"
227
  msgstr ""
228
 
@@ -239,89 +310,89 @@ msgstr ""
239
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
240
  msgstr ""
241
 
242
- #: ../classes/class-loginpress-setup.php:98
243
  msgid "Upgrade to Pro for More Features"
244
  msgstr ""
245
 
246
- #: ../classes/class-loginpress-setup.php:123
247
  msgid "Session Expire"
248
  msgstr ""
249
 
250
- #: ../classes/class-loginpress-setup.php:124
251
  msgid "Set the session expiration time in minutes. e.g: 10"
252
  msgstr ""
253
 
254
- #: ../classes/class-loginpress-setup.php:125
255
  msgid "10"
256
  msgstr ""
257
 
258
- #: ../classes/class-loginpress-setup.php:148
259
  #, fuzzy
260
  #| msgid "Lost Password Text"
261
  msgid "Custom Password Fields"
262
  msgstr "فقدت كلمة المرور Text"
263
 
264
- #: ../classes/class-loginpress-setup.php:149
265
  msgid "Enable custom password fields on registration form."
266
  msgstr ""
267
 
268
- #: ../classes/class-loginpress-setup.php:154
269
  msgid "Login Order"
270
  msgstr ""
271
 
272
- #: ../classes/class-loginpress-setup.php:155
273
  msgid "Enable users to login using their username and/or email address."
274
  msgstr ""
275
 
276
- #: ../classes/class-loginpress-setup.php:172
277
  msgid "Reset Default Settings"
278
  msgstr ""
279
 
280
- #: ../classes/class-loginpress-setup.php:173
281
  msgid "Remove my custom settings."
282
  msgstr ""
283
 
284
- #: ../classes/class-loginpress-setup.php:209
285
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
286
  msgstr ""
287
 
288
- #: ../classes/class-loginpress-setup.php:228
289
  #, php-format
290
  msgid "Free support is available on the %1$s plugin support forums%2$s."
291
  msgstr ""
292
 
293
- #: ../classes/class-loginpress-setup.php:230
294
  #, php-format
295
  msgid ""
296
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
297
  "%2$s."
298
  msgstr ""
299
 
300
- #: ../classes/class-loginpress-setup.php:236
301
  msgid "Download Log File"
302
  msgstr ""
303
 
304
- #: ../classes/class-loginpress-setup.php:290
305
  #, fuzzy
306
  #| msgid "Lost Password Text"
307
  msgid "Lost Password URL"
308
  msgstr "فقدت كلمة المرور Text"
309
 
310
- #: ../classes/class-loginpress-setup.php:291
311
  msgid ""
312
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
313
  "password URL."
314
  msgstr ""
315
 
316
- #: ../classes/class-loginpress-setup.php:308
317
  msgid "and LoginPress page"
318
  msgstr ""
319
 
320
- #: ../classes/class-loginpress-setup.php:313
321
  msgid "Remove Settings on Uninstall"
322
  msgstr ""
323
 
324
- #: ../classes/class-loginpress-setup.php:314
325
  #, php-format
326
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
327
  msgstr ""
@@ -334,423 +405,428 @@ msgstr ""
334
  msgid "Info:"
335
  msgstr ""
336
 
337
- #: ../custom.php:243
338
  msgid "Customize Your WordPress Login Page with LoginPress :)"
339
  msgstr ""
340
 
341
- #: ../custom.php:256
342
  msgid "Themes"
343
  msgstr ""
344
 
345
- #: ../custom.php:257
346
  msgid "Choose Theme"
347
  msgstr ""
348
 
349
- #: ../custom.php:270 ../custom.php:277 ../custom.php:475 ../custom.php:482
350
  msgid "Company"
351
  msgstr ""
352
 
353
- #: ../custom.php:271 ../custom.php:282 ../custom.php:476
354
  msgid "Persona"
355
  msgstr ""
356
 
357
- #: ../custom.php:272 ../custom.php:273 ../custom.php:477 ../custom.php:478
358
  msgid "Corporate"
359
  msgstr ""
360
 
361
- #: ../custom.php:274 ../custom.php:479
362
  msgid "Startup"
363
  msgstr ""
364
 
365
- #: ../custom.php:275 ../custom.php:480
366
  msgid "Wedding"
367
  msgstr ""
368
 
369
- #: ../custom.php:276 ../custom.php:481
370
  msgid "Wedding #2"
371
  msgstr ""
372
 
373
- #: ../custom.php:278 ../custom.php:483
374
  msgid "Bikers"
375
  msgstr ""
376
 
377
- #: ../custom.php:279
378
  msgid "Fitness"
379
  msgstr ""
380
 
381
- #: ../custom.php:280
382
  msgid "Shopping"
383
  msgstr ""
384
 
385
- #: ../custom.php:281
386
  msgid "Writers"
387
  msgstr ""
388
 
389
- #: ../custom.php:283
390
  msgid "Geek"
391
  msgstr ""
392
 
393
- #: ../custom.php:284
394
  msgid "Innovation"
395
  msgstr ""
396
 
397
- #: ../custom.php:285
398
  msgid "Photographers"
399
  msgstr ""
400
 
401
- #: ../custom.php:314
402
  #, fuzzy
403
  #| msgid "Custom JS"
404
  msgid "Custom Design"
405
  msgstr "مخصص js"
406
 
407
- #: ../custom.php:332
408
  msgid "Logo"
409
  msgstr ""
410
 
411
- #: ../custom.php:333
412
  msgid "Customize Your Logo Section"
413
  msgstr ""
414
 
415
- #: ../custom.php:352
416
  msgid "Disable Logo:"
417
  msgstr ""
418
 
419
- #: ../custom.php:365
420
  msgid "Logo Image:"
421
  msgstr ""
422
 
423
- #: ../custom.php:383
424
  msgid "Logo URL:"
425
  msgstr ""
426
 
427
- #: ../custom.php:383
428
  msgid "Logo Hover Title:"
429
  msgstr ""
430
 
431
- #: ../custom.php:409
432
  msgid "Background"
433
  msgstr "الخلفية"
434
 
435
- #: ../custom.php:423
436
  msgid "Background Color:"
437
  msgstr ""
438
 
439
- #: ../custom.php:442
440
  #, fuzzy
441
  #| msgid "Form Background Image"
442
  msgid "Enable Background Image?"
443
  msgstr "صورة الخلفية"
444
 
445
- #: ../custom.php:456
446
  msgid "Background Image:"
447
  msgstr ""
448
 
449
- #: ../custom.php:503
 
 
 
 
450
  #, fuzzy
451
  #| msgid "Background Color"
452
  msgid "Background Gallery:"
453
  msgstr "لون الخلفية"
454
 
455
- #: ../custom.php:516
456
  msgid "Background Repeat:"
457
  msgstr "تكرار صورة الخلفية:"
458
 
459
- #: ../custom.php:539
460
  msgid "Select Position:"
461
  msgstr ""
462
 
463
- #: ../custom.php:564
464
  msgid "Background Image Size: "
465
  msgstr ""
466
 
467
- #: ../custom.php:582
468
- msgid "Customize Login Form"
469
- msgstr ""
470
-
471
- #: ../custom.php:604
472
- msgid "Enable Form Transparency:"
473
- msgstr ""
474
-
475
- #: ../custom.php:617
476
  #, fuzzy
477
  #| msgid "Form Background Image"
478
- msgid "Form Background Image:"
479
  msgstr "صورة الخلفية"
480
 
481
- #: ../custom.php:744
482
- msgid "Customize Forget Form"
483
- msgstr "تخصيص نسيت نموذج"
484
-
485
- #: ../custom.php:757
486
  #, fuzzy
487
- #| msgid "Forget Form Background Image"
488
- msgid "Forget Form Background Image:"
489
- msgstr "ننسى من صورة الخلفية"
490
-
491
- #: ../custom.php:771
492
- #, fuzzy
493
- #| msgid "Forget Form Background Color"
494
- msgid "Forget Form Background Color:"
495
- msgstr "ننسى نموذج لون الخلفية"
496
-
497
- #: ../custom.php:781
498
- msgid "Button Beauty"
499
- msgstr "الجمال زر"
500
-
501
- #: ../custom.php:812
502
- msgid "Error Messages"
503
- msgstr "رسائل الخطأ"
504
 
505
- #: ../custom.php:820 ../custom.php:1545
506
- #, php-format
507
- msgid "%1$sError:%2$s Invalid Password."
508
  msgstr ""
509
 
510
- #: ../custom.php:823 ../custom.php:1551
511
- #, php-format
512
- msgid "%1$sError:%2$s The email address isn't correct.."
513
  msgstr ""
514
 
515
- #: ../custom.php:824 ../custom.php:1553
516
- #, php-format
517
- msgid "%1$sError:%2$s Please type your email address."
518
  msgstr ""
519
 
520
- #: ../custom.php:825 ../custom.php:1555
521
- #, php-format
522
- msgid ""
523
- "%1$sError:%2$s This username is already registered. Please choose another "
524
- "one."
525
  msgstr ""
526
 
527
- #: ../custom.php:826 ../custom.php:1557
528
- #, php-format
529
- msgid ""
530
- "%1$sError:%2$s This email is already registered, please choose another one."
531
  msgstr ""
532
 
533
- #: ../custom.php:827 ../custom.php:1559
534
- #, php-format
535
- msgid "%1$sError:%2$s Invalid username or email."
 
 
 
 
 
536
  msgstr ""
537
 
538
- #: ../custom.php:830
539
- msgid "Incorrect Username Message:"
540
- msgstr "اسم المستخدم غير صحيح نص الرسالة:"
541
 
542
- #: ../custom.php:831
543
- msgid "Incorrect Password Message:"
544
- msgstr "كلمة المرور غير صحيحة رسالة:"
545
 
546
- #: ../custom.php:832
547
- msgid "Empty Username Message:"
548
- msgstr "فارغة اسم المستخدم نص الرسالة:"
549
 
550
- #: ../custom.php:833
551
- msgid "Empty Password Message:"
552
- msgstr "فارغة كلمة رسالة:"
553
 
554
- #: ../custom.php:834
555
- msgid "Invalid Email Message:"
556
- msgstr "التسويق المتوسطة: حزب الشيوعى الصينى، لافتة، والبريد الإلكتروني"
 
 
557
 
558
- #: ../custom.php:835
559
- msgid "Empty Email Message:"
560
- msgstr "أرسل رسالة فارغة:"
561
 
562
- #: ../custom.php:836
563
  #, fuzzy
564
- #| msgid "Empty Username Message:"
565
- msgid "Username Already Exist Message:"
566
- msgstr "فارغة اسم المستخدم نص الرسالة:"
567
 
568
- #: ../custom.php:837
569
  #, fuzzy
570
- #| msgid "Empty Email Message:"
571
- msgid "Email Already Exist Message:"
572
- msgstr "أرسل رسالة فارغة:"
573
 
574
- #: ../custom.php:838
575
- msgid "Forget Password Message:"
576
- msgstr "نسيت كلمة المرور الرسالة:"
577
 
578
- #: ../custom.php:839
579
- #, fuzzy
580
- #| msgid "Invalid Email Message:"
581
- msgid "Login with Email Message:"
582
- msgstr "التسويق المتوسطة: حزب الشيوعى الصينى، لافتة، والبريد الإلكتروني"
583
 
584
- #: ../custom.php:866
585
  msgid "Welcome Messages"
586
  msgstr "أهلا وسهلا بك الرسائل"
587
 
588
- #: ../custom.php:875
589
- msgid "Welcome Message on Lost Password:"
590
- msgstr "رسالة ترحيب على فقدت كلمة المرور:"
591
-
592
- #: ../custom.php:876
593
- #, fuzzy
594
- #| msgid "Welcome Message on Front Page:"
595
- msgid "Welcome Message on Login Page:"
596
- msgstr "أهلا وسهلا بك رسالة على صفحتها:"
597
-
598
- #: ../custom.php:877
599
- msgid "Welcome Message on Registration:"
600
- msgstr "رسالة ترحيب تسجيل:"
601
-
602
- #: ../custom.php:878
603
- msgid "Logout Message:"
604
- msgstr "رسالة تسجيل الخروج:"
605
-
606
- #: ../custom.php:879
607
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
608
- msgstr ""
609
-
610
- #: ../custom.php:912
611
  msgid "Message Field Background Color:"
612
  msgstr "حقل رسالة لون الخلفية:"
613
 
614
- #: ../custom.php:1024
615
  msgid "Form Footer"
616
  msgstr ""
617
 
618
- #: ../custom.php:1046
619
  #, fuzzy
620
  #| msgid "Footer Text 1"
621
  msgid "Enable Footer Text:"
622
  msgstr "تذييل النص 1"
623
 
624
- #: ../custom.php:1060
 
 
 
 
 
 
 
625
  #, fuzzy
626
  #| msgid "Lost Password Text"
627
  msgid "Lost Password Text:"
628
  msgstr "فقدت كلمة المرور Text"
629
 
630
- #: ../custom.php:1095
 
 
 
 
631
  msgid "Footer Text Color:"
632
  msgstr "لون نص هامش الصفحة"
633
 
634
- #: ../custom.php:1109
635
  msgid "Footer Text Hover Color:"
636
  msgstr "تذييل النص تحوم اللون:"
637
 
638
- #: ../custom.php:1130
639
  msgid "Text Font Size:"
640
  msgstr "نص حجم الخط:"
641
 
642
- #: ../custom.php:1146
643
  msgid "Footer Background Color:"
644
  msgstr "لون خلفية تذييل الصفحة"
645
 
646
- #: ../custom.php:1170
647
  msgid "Enable \"Back to\" Text:"
648
  msgstr ""
649
 
650
- #: ../custom.php:1185
651
  msgid "\"Back to\" Text Decoration:"
652
  msgstr ""
653
 
654
- #: ../custom.php:1205
655
  msgid "\"Back to\" Text Color:"
656
  msgstr ""
657
 
658
- #: ../custom.php:1219
659
  msgid "\"Back to\" Text Hover Color:"
660
  msgstr ""
661
 
662
- #: ../custom.php:1240
663
  msgid "\"Back to\" Text Font Size:"
664
  msgstr ""
665
 
666
- #: ../custom.php:1256
667
  #, fuzzy
668
  #| msgid "Form Background Color"
669
  msgid "\"Back to\" Background Color:"
670
  msgstr "لون الخلفية"
671
 
672
- #: ../custom.php:1281
673
  msgid "Enable Copyright Note:"
674
  msgstr ""
675
 
676
- #: ../custom.php:1285 ../custom.php:1449
677
  #, php-format
678
  msgid "© %1$s %2$s, All Rights Reserved."
679
  msgstr "© %1$s %2$s, جميع الحقوق محفوظة."
680
 
681
- #: ../custom.php:1292
682
  msgid "Copyright Note:"
683
  msgstr ""
684
 
685
- #: ../custom.php:1316
686
  msgid ""
687
  "Show some Love. Please help others learn about this free plugin by placing "
688
  "small link in footer. Thank you very much!"
689
  msgstr ""
690
 
691
- #: ../custom.php:1331
692
  msgid "Love Position:"
693
  msgstr ""
694
 
695
- #: ../custom.php:1349
 
 
 
 
 
 
 
 
696
  #, fuzzy
697
  #| msgid "Custom CSS"
698
  msgid "Custom CSS/JS"
699
  msgstr "CSS مخصصة"
700
 
701
- #: ../custom.php:1362
702
  #, fuzzy
703
  #| msgid "Customize CSS"
704
  msgid "Customize CSS:"
705
  msgstr "تخصيص CSS"
706
 
707
- #: ../custom.php:1367
708
  #, php-format
709
  msgid ""
710
  "Custom CSS doen't make effect live. For preview please save the setting and "
711
  "visit %1$s login%2$s page or after save refresh the customizer."
712
  msgstr ""
713
 
714
- #: ../custom.php:1377
715
  #, fuzzy
716
  #| msgid "Customize JS"
717
  msgid "Customize JS:"
718
  msgstr "تخصيص JS"
719
 
720
- #: ../custom.php:1382
721
  #, php-format
722
  msgid ""
723
  "Custom JS doen't make effect live. For preview please save the setting and "
724
  "visit %1$s login%2$s page or after save refresh the customizer."
725
  msgstr ""
726
 
727
- #: ../custom.php:1432 ../custom.php:1434
728
  msgid "Powered by:"
729
  msgstr "مشغل بواسطة:"
730
 
731
- #: ../custom.php:1634 ../include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
732
  msgid "Username"
733
  msgstr "اسم المستخدم"
734
 
735
- #: ../custom.php:1636
736
  msgid "Email Address"
737
  msgstr "البريد الالكتروني"
738
 
739
- #: ../custom.php:1703 ../include/template-loginpress.php:370
740
  msgid ""
741
  "Please enter your username or email address. You will receive a link to "
742
  "create a new password via email."
743
  msgstr ""
744
 
745
- #: ../custom.php:1711 ../include/template-loginpress.php:465
746
  msgid "Register For This Site"
747
  msgstr ""
748
 
749
- #: ../custom.php:1729 ../custom.php:1733
750
  msgid "Your password has been reset."
751
  msgstr ""
752
 
753
- #: ../custom.php:1733 ../include/template-loginpress.php:397
754
  #: ../include/template-loginpress.php:491
755
  msgid "Log in"
756
  msgstr ""
@@ -793,361 +869,451 @@ msgctxt "Page title"
793
  msgid "LoginPress"
794
  msgstr ""
795
 
796
- #: ../include/customizer-strings.php:8
797
  msgid "Logo Width:"
798
  msgstr ""
799
 
800
- #: ../include/customizer-strings.php:8
801
  msgid "Logo Height:"
802
  msgstr ""
803
 
804
- #: ../include/customizer-strings.php:8
805
  msgid "Space Bottom:"
806
  msgstr ""
807
 
808
- #: ../include/customizer-strings.php:22
809
  #, fuzzy
810
  #| msgid "Input Field Text Color"
811
  msgid "Input Fields:"
812
  msgstr "لون الخط حقل الإدخال"
813
 
814
- #: ../include/customizer-strings.php:23
815
  #, fuzzy
816
  #| msgid "Input Field Text Color"
817
  msgid "Input Field Labels:"
818
  msgstr "لون الخط حقل الإدخال"
819
 
820
- #: ../include/customizer-strings.php:24
821
  #, fuzzy
822
  #| msgid "Login Logo"
823
  msgid "Login Form:"
824
  msgstr "شعار تسجيل الدخول"
825
 
826
- #: ../include/customizer-strings.php:25
827
  #, fuzzy
828
  #| msgid "Lost Password Text"
829
  msgid "Lost Your Password Text"
830
  msgstr "فقدت كلمة المرور Text"
831
 
832
- #: ../include/customizer-strings.php:26
833
  msgid "Back To Site Text"
834
  msgstr ""
835
 
836
- #: ../include/customizer-strings.php:27
837
  #, fuzzy
838
  #| msgid "Login Footer Links"
839
  msgid "LoginPress Footer Text"
840
  msgstr "تسجيل الدخول تذييل سريعة"
841
 
842
  #: ../include/customizer-strings.php:29
 
 
 
 
 
 
 
 
 
 
 
 
843
  msgid ""
844
  "This section helps you to easily Customize the login form input field "
845
  "elements."
846
  msgstr ""
847
 
848
- #: ../include/customizer-strings.php:30
849
  msgid ""
850
  "This section helps you to easily Customize the login form input field labels."
851
  msgstr ""
852
 
853
- #: ../include/customizer-strings.php:31
854
  msgid ""
855
  "This section helps you to easily Customize the login form elements whether "
856
  "they are form lables, fields or backgrounds."
857
  msgstr ""
858
 
859
- #: ../include/customizer-strings.php:32
860
  msgid ""
861
  " Customize the \"Lost your password\" and \"Register\" text section under "
862
  "the form."
863
  msgstr ""
864
 
865
- #: ../include/customizer-strings.php:33
866
  msgid "Customize the \"Back to\" text section under the form."
867
  msgstr ""
868
 
869
- #: ../include/customizer-strings.php:34
870
  msgid ""
871
  "Customize the copyright note and branding sections at the footer of login "
872
  "page."
873
  msgstr ""
874
 
875
- #: ../include/customizer-strings.php:44
 
 
 
 
 
 
 
 
 
 
876
  msgid "Form Width:"
877
  msgstr "تشكيل العرض:"
878
 
879
- #: ../include/customizer-strings.php:45
880
  msgid "Form Minimum Height:"
881
  msgstr ""
882
 
883
- #: ../include/customizer-strings.php:46
884
  #, fuzzy
885
  #| msgid "Form Padding:"
886
  msgid "Form Radius:"
887
  msgstr "الحشو شكل:"
888
 
889
- #: ../include/customizer-strings.php:47
890
  #, fuzzy
891
  #| msgid "Form Padding:"
892
  msgid "Form Shadow:"
893
  msgstr "الحشو شكل:"
894
 
895
- #: ../include/customizer-strings.php:48
896
  msgid "Form Shadow Opacity:"
897
  msgstr ""
898
 
899
- #: ../include/customizer-strings.php:49
900
  msgid "Input Text Field Width:"
901
  msgstr ""
902
 
903
- #: ../include/customizer-strings.php:50
904
  #, fuzzy
905
  #| msgid "Input Text Field Margin"
906
  msgid "Input Text Field Radius:"
907
  msgstr "إدخال النص الهامش الميدان"
908
 
909
- #: ../include/customizer-strings.php:51
910
  #, fuzzy
911
  #| msgid "Input Text Field Width"
912
  msgid "Input Text Field Shadow:"
913
  msgstr "إدخال النص عرض الحقل"
914
 
915
- #: ../include/customizer-strings.php:52
916
  #, fuzzy
917
  #| msgid "Input Text Field Width"
918
  msgid "Input Text Field Shadow Opacity:"
919
  msgstr "إدخال النص عرض الحقل"
920
 
921
- #: ../include/customizer-strings.php:53
922
  #, fuzzy
923
  #| msgid "Input Field Text Color"
924
  msgid "Input Field Label Font Size:"
925
  msgstr "لون الخط حقل الإدخال"
926
 
927
- #: ../include/customizer-strings.php:54
928
  #, fuzzy
929
  #| msgid "Text Font Size:"
930
  msgid "Remember Me Font Size:"
931
  msgstr "نص حجم الخط:"
932
 
933
- #: ../include/customizer-strings.php:73
934
  msgid "Form Background Color:"
935
  msgstr ""
936
 
937
- #: ../include/customizer-strings.php:74
938
  msgid "Input Field Background Color:"
939
  msgstr ""
940
 
941
- #: ../include/customizer-strings.php:75
942
  msgid "Input Field Text Color:"
943
  msgstr ""
944
 
945
- #: ../include/customizer-strings.php:76
946
  #, fuzzy
947
  #| msgid "Input Field Text Color"
948
  msgid "Input Field Label Color:"
949
  msgstr "لون الخط حقل الإدخال"
950
 
951
- #: ../include/customizer-strings.php:77
952
  #, fuzzy
953
  #| msgid "Label Color"
954
  msgid "Remember me Label Color:"
955
  msgstr "تسمية اللون"
956
 
957
- #: ../include/customizer-strings.php:81 ../include/template-loginpress.php:382
958
  #: ../include/template-loginpress.php:514
959
  msgid "Username or Email Address"
960
  msgstr ""
961
 
962
- #: ../include/customizer-strings.php:83
963
  msgid "Form Padding:"
964
  msgstr "الحشو شكل:"
965
 
966
- #: ../include/customizer-strings.php:84
967
  msgid "Border (Example: 2px dotted black):"
968
  msgstr ""
969
 
970
- #: ../include/customizer-strings.php:85
971
  msgid "Input Text Field Margin:"
972
  msgstr ""
973
 
974
- #: ../include/customizer-strings.php:86
975
  #, fuzzy
976
  #| msgid "Empty Username Message:"
977
  msgid "Username Label:"
978
  msgstr "فارغة اسم المستخدم نص الرسالة:"
979
 
980
- #: ../include/customizer-strings.php:87
981
  #, fuzzy
982
  #| msgid "Empty Password Message:"
983
  msgid "Password Label:"
984
  msgstr "فارغة كلمة رسالة:"
985
 
986
- #: ../include/customizer-strings.php:98
987
  msgid "Button Color:"
988
  msgstr ""
989
 
990
- #: ../include/customizer-strings.php:99
991
  msgid "Button Border Color:"
992
  msgstr ""
993
 
994
- #: ../include/customizer-strings.php:100
995
  msgid "Button Color (Hover):"
996
  msgstr ""
997
 
998
- #: ../include/customizer-strings.php:101
999
  msgid "Button Border (Hover):"
1000
  msgstr ""
1001
 
1002
- #: ../include/customizer-strings.php:102
1003
  msgid "Button Box Shadow:"
1004
  msgstr ""
1005
 
1006
- #: ../include/customizer-strings.php:103
1007
  msgid "Button Text Color:"
1008
  msgstr ""
1009
 
1010
- #: ../include/customizer-strings.php:108
1011
  #, fuzzy
1012
  #| msgid "Text Font Size:"
1013
  msgid "Button Size:"
1014
  msgstr "نص حجم الخط:"
1015
 
1016
- #: ../include/customizer-strings.php:108
1017
  #, fuzzy
1018
  #| msgid "Form Padding:"
1019
  msgid "Button Top Padding:"
1020
  msgstr "الحشو شكل:"
1021
 
1022
- #: ../include/customizer-strings.php:108
1023
  #, fuzzy
1024
  #| msgid "Form Padding:"
1025
  msgid "Button Bottom Padding:"
1026
  msgstr "الحشو شكل:"
1027
 
1028
- #: ../include/customizer-strings.php:108
1029
  msgid "Radius:"
1030
  msgstr ""
1031
 
1032
- #: ../include/customizer-strings.php:108
1033
  msgid "Shadow:"
1034
  msgstr ""
1035
 
1036
- #: ../include/customizer-strings.php:108
1037
  msgid "Shadow Opacity:"
1038
  msgstr ""
1039
 
1040
- #: ../include/customizer-strings.php:108
1041
  #, fuzzy
1042
  #| msgid "Text Font Size:"
1043
  msgid "Text Size:"
1044
  msgstr "نص حجم الخط:"
1045
 
1046
- #: ../include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1047
  msgid "Quick feedback about LoginPress"
1048
  msgstr ""
1049
 
1050
- #: ../include/deactivate_modal.php:134
1051
  msgid "If you have a moment, please let us know why you are deactivating:"
1052
  msgstr ""
1053
 
1054
- #: ../include/deactivate_modal.php:141
1055
  msgid " I upgraded to LoginPress Pro"
1056
  msgstr ""
1057
 
1058
- #: ../include/deactivate_modal.php:143
1059
  msgid ""
1060
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1061
  "add-on with Core version."
1062
  msgstr ""
1063
 
1064
- #: ../include/deactivate_modal.php:150
1065
  msgid "I only needed the plugin for a short period"
1066
  msgstr ""
1067
 
1068
- #: ../include/deactivate_modal.php:159
1069
  msgid "I found a better plugin"
1070
  msgstr ""
1071
 
1072
- #: ../include/deactivate_modal.php:162
1073
  msgid "Kindly tell us the Plugin name."
1074
  msgstr ""
1075
 
1076
- #: ../include/deactivate_modal.php:169
1077
  msgid "The plugin broke my site"
1078
  msgstr ""
1079
 
1080
- #: ../include/deactivate_modal.php:178
1081
  msgid "The plugin suddenly stopped working"
1082
  msgstr ""
1083
 
1084
- #: ../include/deactivate_modal.php:187
1085
  msgid "I no longer need the plugin"
1086
  msgstr ""
1087
 
1088
- #: ../include/deactivate_modal.php:196
1089
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1090
  msgstr ""
1091
 
1092
- #: ../include/deactivate_modal.php:205
1093
  msgid "Other"
1094
  msgstr ""
1095
 
1096
- #: ../include/deactivate_modal.php:208
1097
  msgid "Kindly tell us the reason so we can improve."
1098
  msgstr ""
1099
 
1100
- #: ../include/deactivate_modal.php:213
1101
  msgid "Anonymous feedback"
1102
  msgstr ""
1103
 
1104
- #: ../include/deactivate_modal.php:214
1105
  msgid "Skip & Deactivate"
1106
  msgstr ""
1107
 
1108
- #: ../include/deactivate_modal.php:217
1109
  msgid "Submit & Deactivate"
1110
  msgstr ""
1111
 
1112
- #: ../include/deactivate_modal.php:218
1113
  msgid "Cancel"
1114
  msgstr ""
1115
 
1116
- #: ../include/loginpress-import-export.php:10
1117
  msgid ""
1118
  "Import/Export your LoginPress Settings for/from other sites. This will "
1119
  "export/import all the settings including Customizer settings as well."
1120
  msgstr ""
1121
 
1122
- #: ../include/loginpress-import-export.php:15
1123
  msgid "Import Settings:"
1124
  msgstr ""
1125
 
1126
- #: ../include/loginpress-import-export.php:19
1127
  msgid "Import"
1128
  msgstr ""
1129
 
1130
- #: ../include/loginpress-import-export.php:23
1131
  msgid "LoginPress Settings Imported Successfully."
1132
  msgstr ""
1133
 
1134
- #: ../include/loginpress-import-export.php:25
1135
  msgid "Select a file and click on Import to start processing."
1136
  msgstr ""
1137
 
1138
- #: ../include/loginpress-import-export.php:30
1139
  msgid "Export Settings:"
1140
  msgstr ""
1141
 
1142
- #: ../include/loginpress-import-export.php:33
1143
  msgid "Export"
1144
  msgstr ""
1145
 
1146
- #: ../include/loginpress-import-export.php:37
1147
  msgid "LoginPress Settings Exported Successfully!"
1148
  msgstr ""
1149
 
1150
- #: ../include/loginpress-import-export.php:38
1151
  msgid "Export LoginPress Settings."
1152
  msgstr ""
1153
 
@@ -1215,18 +1381,18 @@ msgid ""
1215
  "features are most popular, so we can improve the plugin further."
1216
  msgstr ""
1217
 
1218
- #: ../include/loginpress-optout-form.php:94
1219
- #: ../include/loginpress-optout-form.php:109
1220
  msgid "Opt Out"
1221
  msgstr ""
1222
 
1223
- #: ../include/loginpress-optout-form.php:98
1224
  msgid ""
1225
  "We appreciate your help in making the plugin better by letting us track some "
1226
  "usage data."
1227
  msgstr ""
1228
 
1229
- #: ../include/loginpress-optout-form.php:102
1230
  #, php-format
1231
  msgid ""
1232
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1235,14 +1401,14 @@ msgid ""
1235
  "the tracking."
1236
  msgstr ""
1237
 
1238
- #: ../include/loginpress-optout-form.php:103
1239
  #, php-format
1240
  msgid ""
1241
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1242
  "LoginPress%2$s."
1243
  msgstr ""
1244
 
1245
- #: ../include/loginpress-optout-form.php:110
1246
  msgid "On second thought - I want to continue helping"
1247
  msgstr ""
1248
 
@@ -1298,13 +1464,6 @@ msgstr ""
1298
  msgid "Registration confirmation will be emailed to you."
1299
  msgstr ""
1300
 
1301
- #: ../include/template-loginpress.php:493
1302
- #: ../include/template-loginpress.php:552
1303
- #, fuzzy
1304
- #| msgid "Lost Password Text"
1305
- msgid "Lost your password?"
1306
- msgstr "فقدت كلمة المرور Text"
1307
-
1308
  #: ../include/template-loginpress.php:508
1309
  #: ../include/template-loginpress.php:536
1310
  msgid "Log In"
@@ -1314,68 +1473,38 @@ msgstr ""
1314
  msgid "Remember Me"
1315
  msgstr ""
1316
 
1317
- #: ../loginpress.php:278
1318
  msgid "Activate"
1319
  msgstr ""
1320
 
1321
- #: ../loginpress.php:378
1322
- msgid "Vote!"
1323
- msgstr ""
1324
-
1325
- #: ../loginpress.php:571
1326
- msgid "Leave A Review?"
1327
- msgstr ""
1328
-
1329
- #: ../loginpress.php:572
1330
- msgid ""
1331
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1332
- "review on WordPress.org?"
1333
- msgstr ""
1334
-
1335
- #: ../loginpress.php:574
1336
- msgid "Sure! I'd love to!"
1337
- msgstr ""
1338
-
1339
- #: ../loginpress.php:575
1340
- msgid "I've already left a review"
1341
- msgstr ""
1342
-
1343
- #: ../loginpress.php:576
1344
- msgid "Maybe Later"
1345
- msgstr ""
1346
-
1347
- #: ../loginpress.php:577
1348
- msgid "Never show again"
1349
  msgstr ""
1350
 
1351
- #: ../loginpress.php:602
1352
- msgid "Introducing LoginPress Addons!"
1353
- msgstr ""
1354
-
1355
- #: ../loginpress.php:603
1356
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1357
  msgstr ""
1358
 
1359
- #: ../loginpress.php:607
1360
- msgid "Learn More"
1361
  msgstr ""
1362
 
1363
- #: ../loginpress.php:666
1364
  #, php-format
1365
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1366
  msgstr ""
1367
 
1368
- #: ../loginpress.php:670
1369
  #, php-format
1370
  msgid " | %1$s Opt Out %2$s "
1371
  msgstr ""
1372
 
1373
- #: ../loginpress.php:672
1374
  #, php-format
1375
  msgid " | %1$s Opt In %2$s "
1376
  msgstr ""
1377
 
1378
- #: ../loginpress.php:678
1379
  #, php-format
1380
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1381
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
+ "POT-Creation-Date: 2019-04-25 12:50+0500\n"
5
+ "PO-Revision-Date: 2019-04-25 12:50+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ar\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\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
+ #: ../classes/class-loginpress-addons.php:120
24
+ #: ../classes/class-loginpress-addons.php:205
25
+ #: ../classes/class-loginpress-addons.php:244
26
  #, php-format
27
  msgid "%1$s Already Installed %2$s"
28
  msgstr ""
29
 
30
+ #: ../classes/class-loginpress-addons.php:124
31
+ #: ../classes/class-loginpress-addons.php:210
32
  #, php-format
33
  msgid "%1$s Activate Plugin %2$s"
34
  msgstr ""
35
 
36
+ #: ../classes/class-loginpress-addons.php:140
37
+ #: ../classes/class-loginpress-addons.php:225
38
+ #: ../classes/class-loginpress-addons.php:319
39
+ msgid "UPGRADE NOW"
40
+ msgstr ""
41
+
42
+ #: ../classes/class-loginpress-addons.php:215
43
+ #: ../classes/class-loginpress-addons.php:255
44
  #, php-format
45
  msgid "%1$s Install %2$s"
46
  msgstr ""
47
 
48
+ #: ../classes/class-loginpress-addons.php:250
49
+ #, php-format
50
+ msgid "%3$s %1$s Activate Plugin %2$s"
51
+ msgstr ""
52
+
53
+ #: ../classes/class-loginpress-addons.php:337
54
  msgid "You have a lifetime license, it will never expire."
55
  msgstr ""
56
 
57
+ #: ../classes/class-loginpress-addons.php:341
58
  #, php-format
59
  msgid "Your (%2$s) license key is valid until %s."
60
  msgstr ""
61
 
62
+ #: ../classes/class-loginpress-addons.php:355
63
  msgid "You need to activate your license to download the following add-ons."
64
  msgstr ""
65
 
66
+ #: ../classes/class-loginpress-addons.php:368
67
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
68
  msgstr ""
69
 
70
+ #: ../classes/class-loginpress-addons.php:586
71
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
72
  msgstr ""
73
 
74
  #: ../classes/class-loginpress-custom-password.php:45
75
+ #: ../include/customizer-strings.php:86 ../include/template-loginpress.php:518
76
  msgid "Password"
77
  msgstr "كلمة المرور"
78
 
136
  "and many more."
137
  msgstr ""
138
 
139
+ #: ../classes/class-loginpress-login-order.php:69 ../custom.php:1643
140
+ #: ../include/customizer-strings.php:141
141
  #, php-format
142
  msgid "%1$sError:%2$s The username field is empty."
143
  msgstr ""
144
 
145
+ #: ../classes/class-loginpress-login-order.php:71 ../custom.php:1645
146
+ #: ../include/customizer-strings.php:142
147
  #, php-format
148
  msgid "%1$sError:%2$s The password field is empty."
149
  msgstr ""
150
 
151
+ #: ../classes/class-loginpress-login-order.php:92
152
+ #: ../include/customizer-strings.php:148
153
  #, php-format
154
  msgid "%1$sError:%2$s Invalid Email Address"
155
  msgstr ""
156
 
157
+ #: ../classes/class-loginpress-login-order.php:114 ../custom.php:1639
158
+ #: ../include/customizer-strings.php:140
159
  #, php-format
160
  msgid "%1$sError:%2$s Invalid Username."
161
  msgstr ""
162
 
163
+ #: ../classes/class-loginpress-notifications.php:130
164
+ msgid "Leave A Review?"
165
+ msgstr ""
166
+
167
+ #: ../classes/class-loginpress-notifications.php:131
168
+ msgid ""
169
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
170
+ "review on WordPress.org?"
171
+ msgstr ""
172
+
173
+ #: ../classes/class-loginpress-notifications.php:133
174
+ msgid "Sure! I'd love to!"
175
+ msgstr ""
176
+
177
+ #: ../classes/class-loginpress-notifications.php:134
178
+ msgid "I've already left a review"
179
+ msgstr ""
180
+
181
+ #: ../classes/class-loginpress-notifications.php:135
182
+ msgid "Maybe Later"
183
+ msgstr ""
184
+
185
+ #: ../classes/class-loginpress-notifications.php:136
186
+ msgid "Never show again"
187
+ msgstr ""
188
+
189
+ #: ../classes/class-loginpress-notifications.php:161
190
+ msgid "Introducing LoginPress Addons!"
191
+ msgstr ""
192
+
193
+ #: ../classes/class-loginpress-notifications.php:162
194
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
195
+ msgstr ""
196
+
197
+ #: ../classes/class-loginpress-notifications.php:166
198
+ msgid "Learn More"
199
+ msgstr ""
200
+
201
+ #: ../classes/class-loginpress-notifications.php:270
202
+ msgid "FLAT 51% OFF"
203
+ msgstr ""
204
+
205
+ #: ../classes/class-loginpress-notifications.php:295
206
+ #, php-format
207
+ msgid ""
208
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
209
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
210
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
211
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
212
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
213
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
214
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
215
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
216
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
217
+ "free version</a>"
218
+ msgstr ""
219
+
220
  #: ../classes/class-loginpress-promo.php:9
221
  msgid "Google Fonts"
222
  msgstr ""
230
  msgid "reCAPTCHA"
231
  msgstr ""
232
 
233
+ #: ../classes/class-loginpress-settings-api.php:372 ../custom.php:647
234
  msgid "Choose File"
235
  msgstr ""
236
 
274
  msgid "Default Settings Restored"
275
  msgstr ""
276
 
277
+ #: ../classes/class-loginpress-setup.php:60 ../custom.php:250
278
+ #: ../loginpress.php:279
279
  msgid "LoginPress"
280
  msgstr ""
281
 
293
  msgstr ""
294
 
295
  #: ../classes/class-loginpress-setup.php:68
296
+ #: ../include/loginpress-import-export.php:13
297
  msgid "Import/Export LoginPress Settings"
298
  msgstr ""
299
 
310
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
311
  msgstr ""
312
 
313
+ #: ../classes/class-loginpress-setup.php:102
314
  msgid "Upgrade to Pro for More Features"
315
  msgstr ""
316
 
317
+ #: ../classes/class-loginpress-setup.php:127
318
  msgid "Session Expire"
319
  msgstr ""
320
 
321
+ #: ../classes/class-loginpress-setup.php:128
322
  msgid "Set the session expiration time in minutes. e.g: 10"
323
  msgstr ""
324
 
325
+ #: ../classes/class-loginpress-setup.php:129
326
  msgid "10"
327
  msgstr ""
328
 
329
+ #: ../classes/class-loginpress-setup.php:152
330
  #, fuzzy
331
  #| msgid "Lost Password Text"
332
  msgid "Custom Password Fields"
333
  msgstr "فقدت كلمة المرور Text"
334
 
335
+ #: ../classes/class-loginpress-setup.php:153
336
  msgid "Enable custom password fields on registration form."
337
  msgstr ""
338
 
339
+ #: ../classes/class-loginpress-setup.php:158
340
  msgid "Login Order"
341
  msgstr ""
342
 
343
+ #: ../classes/class-loginpress-setup.php:159
344
  msgid "Enable users to login using their username and/or email address."
345
  msgstr ""
346
 
347
+ #: ../classes/class-loginpress-setup.php:176
348
  msgid "Reset Default Settings"
349
  msgstr ""
350
 
351
+ #: ../classes/class-loginpress-setup.php:177
352
  msgid "Remove my custom settings."
353
  msgstr ""
354
 
355
+ #: ../classes/class-loginpress-setup.php:213
356
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
357
  msgstr ""
358
 
359
+ #: ../classes/class-loginpress-setup.php:232
360
  #, php-format
361
  msgid "Free support is available on the %1$s plugin support forums%2$s."
362
  msgstr ""
363
 
364
+ #: ../classes/class-loginpress-setup.php:234
365
  #, php-format
366
  msgid ""
367
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
368
  "%2$s."
369
  msgstr ""
370
 
371
+ #: ../classes/class-loginpress-setup.php:240
372
  msgid "Download Log File"
373
  msgstr ""
374
 
375
+ #: ../classes/class-loginpress-setup.php:296
376
  #, fuzzy
377
  #| msgid "Lost Password Text"
378
  msgid "Lost Password URL"
379
  msgstr "فقدت كلمة المرور Text"
380
 
381
+ #: ../classes/class-loginpress-setup.php:297
382
  msgid ""
383
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
384
  "password URL."
385
  msgstr ""
386
 
387
+ #: ../classes/class-loginpress-setup.php:314
388
  msgid "and LoginPress page"
389
  msgstr ""
390
 
391
+ #: ../classes/class-loginpress-setup.php:319
392
  msgid "Remove Settings on Uninstall"
393
  msgstr ""
394
 
395
+ #: ../classes/class-loginpress-setup.php:320
396
  #, php-format
397
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
398
  msgstr ""
405
  msgid "Info:"
406
  msgstr ""
407
 
408
+ #: ../custom.php:251
409
  msgid "Customize Your WordPress Login Page with LoginPress :)"
410
  msgstr ""
411
 
412
+ #: ../custom.php:264
413
  msgid "Themes"
414
  msgstr ""
415
 
416
+ #: ../custom.php:265
417
  msgid "Choose Theme"
418
  msgstr ""
419
 
420
+ #: ../custom.php:279 ../custom.php:286 ../custom.php:496 ../custom.php:503
421
  msgid "Company"
422
  msgstr ""
423
 
424
+ #: ../custom.php:280 ../custom.php:291 ../custom.php:497
425
  msgid "Persona"
426
  msgstr ""
427
 
428
+ #: ../custom.php:281 ../custom.php:282 ../custom.php:498 ../custom.php:499
429
  msgid "Corporate"
430
  msgstr ""
431
 
432
+ #: ../custom.php:283 ../custom.php:500
433
  msgid "Startup"
434
  msgstr ""
435
 
436
+ #: ../custom.php:284 ../custom.php:501
437
  msgid "Wedding"
438
  msgstr ""
439
 
440
+ #: ../custom.php:285 ../custom.php:502
441
  msgid "Wedding #2"
442
  msgstr ""
443
 
444
+ #: ../custom.php:287 ../custom.php:504
445
  msgid "Bikers"
446
  msgstr ""
447
 
448
+ #: ../custom.php:288
449
  msgid "Fitness"
450
  msgstr ""
451
 
452
+ #: ../custom.php:289
453
  msgid "Shopping"
454
  msgstr ""
455
 
456
+ #: ../custom.php:290
457
  msgid "Writers"
458
  msgstr ""
459
 
460
+ #: ../custom.php:292
461
  msgid "Geek"
462
  msgstr ""
463
 
464
+ #: ../custom.php:293
465
  msgid "Innovation"
466
  msgstr ""
467
 
468
+ #: ../custom.php:294
469
  msgid "Photographers"
470
  msgstr ""
471
 
472
+ #: ../custom.php:323
473
  #, fuzzy
474
  #| msgid "Custom JS"
475
  msgid "Custom Design"
476
  msgstr "مخصص js"
477
 
478
+ #: ../custom.php:341
479
  msgid "Logo"
480
  msgstr ""
481
 
482
+ #: ../custom.php:342
483
  msgid "Customize Your Logo Section"
484
  msgstr ""
485
 
486
+ #: ../custom.php:362
487
  msgid "Disable Logo:"
488
  msgstr ""
489
 
490
+ #: ../custom.php:376
491
  msgid "Logo Image:"
492
  msgstr ""
493
 
494
+ #: ../custom.php:394
495
  msgid "Logo URL:"
496
  msgstr ""
497
 
498
+ #: ../custom.php:394
499
  msgid "Logo Hover Title:"
500
  msgstr ""
501
 
502
+ #: ../custom.php:422
503
  msgid "Background"
504
  msgstr "الخلفية"
505
 
506
+ #: ../custom.php:437
507
  msgid "Background Color:"
508
  msgstr ""
509
 
510
+ #: ../custom.php:460
511
  #, fuzzy
512
  #| msgid "Form Background Image"
513
  msgid "Enable Background Image?"
514
  msgstr "صورة الخلفية"
515
 
516
+ #: ../custom.php:475
517
  msgid "Background Image:"
518
  msgstr ""
519
 
520
+ #: ../custom.php:480
521
+ msgid "Select Image"
522
+ msgstr ""
523
+
524
+ #: ../custom.php:524
525
  #, fuzzy
526
  #| msgid "Background Color"
527
  msgid "Background Gallery:"
528
  msgstr "لون الخلفية"
529
 
530
+ #: ../custom.php:538
531
  msgid "Background Repeat:"
532
  msgstr "تكرار صورة الخلفية:"
533
 
534
+ #: ../custom.php:563
535
  msgid "Select Position:"
536
  msgstr ""
537
 
538
+ #: ../custom.php:589
539
  msgid "Background Image Size: "
540
  msgstr ""
541
 
542
+ #: ../custom.php:619
 
 
 
 
 
 
 
 
543
  #, fuzzy
544
  #| msgid "Form Background Image"
545
+ msgid "Enable Background Video?"
546
  msgstr "صورة الخلفية"
547
 
548
+ #: ../custom.php:637
 
 
 
 
549
  #, fuzzy
550
+ #| msgid "Background Repeat:"
551
+ msgid "Background Video:"
552
+ msgstr "تكرار صورة الخلفية:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
553
 
554
+ #: ../custom.php:642
555
+ msgid "Select Video"
 
556
  msgstr ""
557
 
558
+ #: ../custom.php:643
559
+ msgid "Change Video"
 
560
  msgstr ""
561
 
562
+ #: ../custom.php:644
563
+ msgid "Default"
 
564
  msgstr ""
565
 
566
+ #: ../custom.php:645
567
+ msgid "Remove"
 
 
 
568
  msgstr ""
569
 
570
+ #: ../custom.php:646
571
+ msgid "Select File"
 
 
572
  msgstr ""
573
 
574
+ #: ../custom.php:660
575
+ #, fuzzy
576
+ #| msgid "Text Font Size:"
577
+ msgid "Video Size:"
578
+ msgstr "نص حجم الخط:"
579
+
580
+ #: ../custom.php:681
581
+ msgid "Object Postion:"
582
  msgstr ""
583
 
584
+ #: ../custom.php:686
585
+ msgid "50% 50%"
586
+ msgstr ""
587
 
588
+ #: ../custom.php:704
589
+ msgid "Muted Video?"
590
+ msgstr ""
591
 
592
+ #: ../custom.php:714
593
+ msgid "Customize Login Form"
594
+ msgstr ""
595
 
596
+ #: ../custom.php:737
597
+ msgid "Enable Form Transparency:"
598
+ msgstr ""
599
 
600
+ #: ../custom.php:751
601
+ #, fuzzy
602
+ #| msgid "Form Background Image"
603
+ msgid "Form Background Image:"
604
+ msgstr "صورة الخلفية"
605
 
606
+ #: ../custom.php:880
607
+ msgid "Customize Forget Form"
608
+ msgstr "تخصيص نسيت نموذج"
609
 
610
+ #: ../custom.php:894
611
  #, fuzzy
612
+ #| msgid "Forget Form Background Image"
613
+ msgid "Forget Form Background Image:"
614
+ msgstr "ننسى من صورة الخلفية"
615
 
616
+ #: ../custom.php:909
617
  #, fuzzy
618
+ #| msgid "Forget Form Background Color"
619
+ msgid "Forget Form Background Color:"
620
+ msgstr "ننسى نموذج لون الخلفية"
621
 
622
+ #: ../custom.php:919
623
+ msgid "Button Beauty"
624
+ msgstr "الجمال زر"
625
 
626
+ #: ../custom.php:950
627
+ msgid "Error Messages"
628
+ msgstr "رسائل الخطأ"
 
 
629
 
630
+ #: ../custom.php:981
631
  msgid "Welcome Messages"
632
  msgstr "أهلا وسهلا بك الرسائل"
633
 
634
+ #: ../custom.php:1019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
635
  msgid "Message Field Background Color:"
636
  msgstr "حقل رسالة لون الخلفية:"
637
 
638
+ #: ../custom.php:1131
639
  msgid "Form Footer"
640
  msgstr ""
641
 
642
+ #: ../custom.php:1154
643
  #, fuzzy
644
  #| msgid "Footer Text 1"
645
  msgid "Enable Footer Text:"
646
  msgstr "تذييل النص 1"
647
 
648
+ #: ../custom.php:1161 ../include/template-loginpress.php:493
649
+ #: ../include/template-loginpress.php:552
650
+ #, fuzzy
651
+ #| msgid "Lost Password Text"
652
+ msgid "Lost your password?"
653
+ msgstr "فقدت كلمة المرور Text"
654
+
655
+ #: ../custom.php:1169
656
  #, fuzzy
657
  #| msgid "Lost Password Text"
658
  msgid "Lost Password Text:"
659
  msgstr "فقدت كلمة المرور Text"
660
 
661
+ #: ../custom.php:1185
662
+ msgid "Select Text Decoration:"
663
+ msgstr ""
664
+
665
+ #: ../custom.php:1206
666
  msgid "Footer Text Color:"
667
  msgstr "لون نص هامش الصفحة"
668
 
669
+ #: ../custom.php:1221
670
  msgid "Footer Text Hover Color:"
671
  msgstr "تذييل النص تحوم اللون:"
672
 
673
+ #: ../custom.php:1242
674
  msgid "Text Font Size:"
675
  msgstr "نص حجم الخط:"
676
 
677
+ #: ../custom.php:1259
678
  msgid "Footer Background Color:"
679
  msgstr "لون خلفية تذييل الصفحة"
680
 
681
+ #: ../custom.php:1284
682
  msgid "Enable \"Back to\" Text:"
683
  msgstr ""
684
 
685
+ #: ../custom.php:1300
686
  msgid "\"Back to\" Text Decoration:"
687
  msgstr ""
688
 
689
+ #: ../custom.php:1321
690
  msgid "\"Back to\" Text Color:"
691
  msgstr ""
692
 
693
+ #: ../custom.php:1336
694
  msgid "\"Back to\" Text Hover Color:"
695
  msgstr ""
696
 
697
+ #: ../custom.php:1357
698
  msgid "\"Back to\" Text Font Size:"
699
  msgstr ""
700
 
701
+ #: ../custom.php:1374
702
  #, fuzzy
703
  #| msgid "Form Background Color"
704
  msgid "\"Back to\" Background Color:"
705
  msgstr "لون الخلفية"
706
 
707
+ #: ../custom.php:1400
708
  msgid "Enable Copyright Note:"
709
  msgstr ""
710
 
711
+ #: ../custom.php:1404 ../custom.php:1545
712
  #, php-format
713
  msgid "© %1$s %2$s, All Rights Reserved."
714
  msgstr "© %1$s %2$s, جميع الحقوق محفوظة."
715
 
716
+ #: ../custom.php:1412
717
  msgid "Copyright Note:"
718
  msgstr ""
719
 
720
+ #: ../custom.php:1437
721
  msgid ""
722
  "Show some Love. Please help others learn about this free plugin by placing "
723
  "small link in footer. Thank you very much!"
724
  msgstr ""
725
 
726
+ #: ../custom.php:1453
727
  msgid "Love Position:"
728
  msgstr ""
729
 
730
+ #: ../custom.php:1459
731
+ msgid "Left"
732
+ msgstr ""
733
+
734
+ #: ../custom.php:1460
735
+ msgid "Right"
736
+ msgstr ""
737
+
738
+ #: ../custom.php:1471
739
  #, fuzzy
740
  #| msgid "Custom CSS"
741
  msgid "Custom CSS/JS"
742
  msgstr "CSS مخصصة"
743
 
744
+ #: ../custom.php:1484
745
  #, fuzzy
746
  #| msgid "Customize CSS"
747
  msgid "Customize CSS:"
748
  msgstr "تخصيص CSS"
749
 
750
+ #: ../custom.php:1489
751
  #, php-format
752
  msgid ""
753
  "Custom CSS doen't make effect live. For preview please save the setting and "
754
  "visit %1$s login%2$s page or after save refresh the customizer."
755
  msgstr ""
756
 
757
+ #: ../custom.php:1499
758
  #, fuzzy
759
  #| msgid "Customize JS"
760
  msgid "Customize JS:"
761
  msgstr "تخصيص JS"
762
 
763
+ #: ../custom.php:1504
764
  #, php-format
765
  msgid ""
766
  "Custom JS doen't make effect live. For preview please save the setting and "
767
  "visit %1$s login%2$s page or after save refresh the customizer."
768
  msgstr ""
769
 
770
+ #: ../custom.php:1528 ../custom.php:1530
771
  msgid "Powered by:"
772
  msgstr "مشغل بواسطة:"
773
 
774
+ #: ../custom.php:1641 ../include/customizer-strings.php:140
775
+ #, php-format
776
+ msgid "%1$sError:%2$s Invalid Password."
777
+ msgstr ""
778
+
779
+ #: ../custom.php:1647 ../include/customizer-strings.php:143
780
+ #, php-format
781
+ msgid "%1$sError:%2$s The email address isn't correct.."
782
+ msgstr ""
783
+
784
+ #: ../custom.php:1649 ../include/customizer-strings.php:144
785
+ #, php-format
786
+ msgid "%1$sError:%2$s Please type your email address."
787
+ msgstr ""
788
+
789
+ #: ../custom.php:1651 ../include/customizer-strings.php:145
790
+ #, php-format
791
+ msgid ""
792
+ "%1$sError:%2$s This username is already registered. Please choose another "
793
+ "one."
794
+ msgstr ""
795
+
796
+ #: ../custom.php:1653 ../include/customizer-strings.php:146
797
+ #, php-format
798
+ msgid ""
799
+ "%1$sError:%2$s This email is already registered, please choose another one."
800
+ msgstr ""
801
+
802
+ #: ../custom.php:1655 ../include/customizer-strings.php:147
803
+ #, php-format
804
+ msgid "%1$sError:%2$s Invalid username or email."
805
+ msgstr ""
806
+
807
+ #: ../custom.php:1730 ../include/template-loginpress.php:469
808
  msgid "Username"
809
  msgstr "اسم المستخدم"
810
 
811
+ #: ../custom.php:1732
812
  msgid "Email Address"
813
  msgstr "البريد الالكتروني"
814
 
815
+ #: ../custom.php:1799 ../include/template-loginpress.php:370
816
  msgid ""
817
  "Please enter your username or email address. You will receive a link to "
818
  "create a new password via email."
819
  msgstr ""
820
 
821
+ #: ../custom.php:1807 ../include/template-loginpress.php:465
822
  msgid "Register For This Site"
823
  msgstr ""
824
 
825
+ #: ../custom.php:1825 ../custom.php:1829
826
  msgid "Your password has been reset."
827
  msgstr ""
828
 
829
+ #: ../custom.php:1829 ../include/template-loginpress.php:397
830
  #: ../include/template-loginpress.php:491
831
  msgid "Log in"
832
  msgstr ""
869
  msgid "LoginPress"
870
  msgstr ""
871
 
872
+ #: ../include/customizer-strings.php:9
873
  msgid "Logo Width:"
874
  msgstr ""
875
 
876
+ #: ../include/customizer-strings.php:9
877
  msgid "Logo Height:"
878
  msgstr ""
879
 
880
+ #: ../include/customizer-strings.php:9
881
  msgid "Space Bottom:"
882
  msgstr ""
883
 
884
+ #: ../include/customizer-strings.php:23
885
  #, fuzzy
886
  #| msgid "Input Field Text Color"
887
  msgid "Input Fields:"
888
  msgstr "لون الخط حقل الإدخال"
889
 
890
+ #: ../include/customizer-strings.php:24
891
  #, fuzzy
892
  #| msgid "Input Field Text Color"
893
  msgid "Input Field Labels:"
894
  msgstr "لون الخط حقل الإدخال"
895
 
896
+ #: ../include/customizer-strings.php:25
897
  #, fuzzy
898
  #| msgid "Login Logo"
899
  msgid "Login Form:"
900
  msgstr "شعار تسجيل الدخول"
901
 
902
+ #: ../include/customizer-strings.php:26
903
  #, fuzzy
904
  #| msgid "Lost Password Text"
905
  msgid "Lost Your Password Text"
906
  msgstr "فقدت كلمة المرور Text"
907
 
908
+ #: ../include/customizer-strings.php:27
909
  msgid "Back To Site Text"
910
  msgstr ""
911
 
912
+ #: ../include/customizer-strings.php:28
913
  #, fuzzy
914
  #| msgid "Login Footer Links"
915
  msgid "LoginPress Footer Text"
916
  msgstr "تسجيل الدخول تذييل سريعة"
917
 
918
  #: ../include/customizer-strings.php:29
919
+ #, fuzzy
920
+ #| msgid "Form Background Image"
921
+ msgid "Background Image"
922
+ msgstr "صورة الخلفية"
923
+
924
+ #: ../include/customizer-strings.php:30
925
+ #, fuzzy
926
+ #| msgid "Background"
927
+ msgid "Background Video"
928
+ msgstr "الخلفية"
929
+
930
+ #: ../include/customizer-strings.php:32
931
  msgid ""
932
  "This section helps you to easily Customize the login form input field "
933
  "elements."
934
  msgstr ""
935
 
936
+ #: ../include/customizer-strings.php:33
937
  msgid ""
938
  "This section helps you to easily Customize the login form input field labels."
939
  msgstr ""
940
 
941
+ #: ../include/customizer-strings.php:34
942
  msgid ""
943
  "This section helps you to easily Customize the login form elements whether "
944
  "they are form lables, fields or backgrounds."
945
  msgstr ""
946
 
947
+ #: ../include/customizer-strings.php:35
948
  msgid ""
949
  " Customize the \"Lost your password\" and \"Register\" text section under "
950
  "the form."
951
  msgstr ""
952
 
953
+ #: ../include/customizer-strings.php:36
954
  msgid "Customize the \"Back to\" text section under the form."
955
  msgstr ""
956
 
957
+ #: ../include/customizer-strings.php:37
958
  msgid ""
959
  "Customize the copyright note and branding sections at the footer of login "
960
  "page."
961
  msgstr ""
962
 
963
+ #: ../include/customizer-strings.php:38
964
+ #, fuzzy
965
+ #| msgid "Form Background Image"
966
+ msgid "Customize the background Image."
967
+ msgstr "صورة الخلفية"
968
+
969
+ #: ../include/customizer-strings.php:39
970
+ msgid "Customize the background Video."
971
+ msgstr ""
972
+
973
+ #: ../include/customizer-strings.php:49
974
  msgid "Form Width:"
975
  msgstr "تشكيل العرض:"
976
 
977
+ #: ../include/customizer-strings.php:50
978
  msgid "Form Minimum Height:"
979
  msgstr ""
980
 
981
+ #: ../include/customizer-strings.php:51
982
  #, fuzzy
983
  #| msgid "Form Padding:"
984
  msgid "Form Radius:"
985
  msgstr "الحشو شكل:"
986
 
987
+ #: ../include/customizer-strings.php:52
988
  #, fuzzy
989
  #| msgid "Form Padding:"
990
  msgid "Form Shadow:"
991
  msgstr "الحشو شكل:"
992
 
993
+ #: ../include/customizer-strings.php:53
994
  msgid "Form Shadow Opacity:"
995
  msgstr ""
996
 
997
+ #: ../include/customizer-strings.php:54
998
  msgid "Input Text Field Width:"
999
  msgstr ""
1000
 
1001
+ #: ../include/customizer-strings.php:55
1002
  #, fuzzy
1003
  #| msgid "Input Text Field Margin"
1004
  msgid "Input Text Field Radius:"
1005
  msgstr "إدخال النص الهامش الميدان"
1006
 
1007
+ #: ../include/customizer-strings.php:56
1008
  #, fuzzy
1009
  #| msgid "Input Text Field Width"
1010
  msgid "Input Text Field Shadow:"
1011
  msgstr "إدخال النص عرض الحقل"
1012
 
1013
+ #: ../include/customizer-strings.php:57
1014
  #, fuzzy
1015
  #| msgid "Input Text Field Width"
1016
  msgid "Input Text Field Shadow Opacity:"
1017
  msgstr "إدخال النص عرض الحقل"
1018
 
1019
+ #: ../include/customizer-strings.php:58
1020
  #, fuzzy
1021
  #| msgid "Input Field Text Color"
1022
  msgid "Input Field Label Font Size:"
1023
  msgstr "لون الخط حقل الإدخال"
1024
 
1025
+ #: ../include/customizer-strings.php:59
1026
  #, fuzzy
1027
  #| msgid "Text Font Size:"
1028
  msgid "Remember Me Font Size:"
1029
  msgstr "نص حجم الخط:"
1030
 
1031
+ #: ../include/customizer-strings.php:78
1032
  msgid "Form Background Color:"
1033
  msgstr ""
1034
 
1035
+ #: ../include/customizer-strings.php:79
1036
  msgid "Input Field Background Color:"
1037
  msgstr ""
1038
 
1039
+ #: ../include/customizer-strings.php:80
1040
  msgid "Input Field Text Color:"
1041
  msgstr ""
1042
 
1043
+ #: ../include/customizer-strings.php:81
1044
  #, fuzzy
1045
  #| msgid "Input Field Text Color"
1046
  msgid "Input Field Label Color:"
1047
  msgstr "لون الخط حقل الإدخال"
1048
 
1049
+ #: ../include/customizer-strings.php:82
1050
  #, fuzzy
1051
  #| msgid "Label Color"
1052
  msgid "Remember me Label Color:"
1053
  msgstr "تسمية اللون"
1054
 
1055
+ #: ../include/customizer-strings.php:86 ../include/template-loginpress.php:382
1056
  #: ../include/template-loginpress.php:514
1057
  msgid "Username or Email Address"
1058
  msgstr ""
1059
 
1060
+ #: ../include/customizer-strings.php:88
1061
  msgid "Form Padding:"
1062
  msgstr "الحشو شكل:"
1063
 
1064
+ #: ../include/customizer-strings.php:89
1065
  msgid "Border (Example: 2px dotted black):"
1066
  msgstr ""
1067
 
1068
+ #: ../include/customizer-strings.php:90
1069
  msgid "Input Text Field Margin:"
1070
  msgstr ""
1071
 
1072
+ #: ../include/customizer-strings.php:91
1073
  #, fuzzy
1074
  #| msgid "Empty Username Message:"
1075
  msgid "Username Label:"
1076
  msgstr "فارغة اسم المستخدم نص الرسالة:"
1077
 
1078
+ #: ../include/customizer-strings.php:92
1079
  #, fuzzy
1080
  #| msgid "Empty Password Message:"
1081
  msgid "Password Label:"
1082
  msgstr "فارغة كلمة رسالة:"
1083
 
1084
+ #: ../include/customizer-strings.php:104
1085
  msgid "Button Color:"
1086
  msgstr ""
1087
 
1088
+ #: ../include/customizer-strings.php:105
1089
  msgid "Button Border Color:"
1090
  msgstr ""
1091
 
1092
+ #: ../include/customizer-strings.php:106
1093
  msgid "Button Color (Hover):"
1094
  msgstr ""
1095
 
1096
+ #: ../include/customizer-strings.php:107
1097
  msgid "Button Border (Hover):"
1098
  msgstr ""
1099
 
1100
+ #: ../include/customizer-strings.php:108
1101
  msgid "Button Box Shadow:"
1102
  msgstr ""
1103
 
1104
+ #: ../include/customizer-strings.php:109
1105
  msgid "Button Text Color:"
1106
  msgstr ""
1107
 
1108
+ #: ../include/customizer-strings.php:114
1109
  #, fuzzy
1110
  #| msgid "Text Font Size:"
1111
  msgid "Button Size:"
1112
  msgstr "نص حجم الخط:"
1113
 
1114
+ #: ../include/customizer-strings.php:114
1115
  #, fuzzy
1116
  #| msgid "Form Padding:"
1117
  msgid "Button Top Padding:"
1118
  msgstr "الحشو شكل:"
1119
 
1120
+ #: ../include/customizer-strings.php:114
1121
  #, fuzzy
1122
  #| msgid "Form Padding:"
1123
  msgid "Button Bottom Padding:"
1124
  msgstr "الحشو شكل:"
1125
 
1126
+ #: ../include/customizer-strings.php:114
1127
  msgid "Radius:"
1128
  msgstr ""
1129
 
1130
+ #: ../include/customizer-strings.php:114
1131
  msgid "Shadow:"
1132
  msgstr ""
1133
 
1134
+ #: ../include/customizer-strings.php:114
1135
  msgid "Shadow Opacity:"
1136
  msgstr ""
1137
 
1138
+ #: ../include/customizer-strings.php:114
1139
  #, fuzzy
1140
  #| msgid "Text Font Size:"
1141
  msgid "Text Size:"
1142
  msgstr "نص حجم الخط:"
1143
 
1144
+ #: ../include/customizer-strings.php:150
1145
+ msgid "Incorrect Username Message:"
1146
+ msgstr "اسم المستخدم غير صحيح نص الرسالة:"
1147
+
1148
+ #: ../include/customizer-strings.php:151
1149
+ msgid "Incorrect Password Message:"
1150
+ msgstr "كلمة المرور غير صحيحة رسالة:"
1151
+
1152
+ #: ../include/customizer-strings.php:152
1153
+ msgid "Empty Username Message:"
1154
+ msgstr "فارغة اسم المستخدم نص الرسالة:"
1155
+
1156
+ #: ../include/customizer-strings.php:153
1157
+ msgid "Empty Password Message:"
1158
+ msgstr "فارغة كلمة رسالة:"
1159
+
1160
+ #: ../include/customizer-strings.php:154
1161
+ msgid "Invalid Email Message:"
1162
+ msgstr "التسويق المتوسطة: حزب الشيوعى الصينى، لافتة، والبريد الإلكتروني"
1163
+
1164
+ #: ../include/customizer-strings.php:155
1165
+ msgid "Empty Email Message:"
1166
+ msgstr "أرسل رسالة فارغة:"
1167
+
1168
+ #: ../include/customizer-strings.php:156
1169
+ #, fuzzy
1170
+ #| msgid "Empty Username Message:"
1171
+ msgid "Username Already Exist Message:"
1172
+ msgstr "فارغة اسم المستخدم نص الرسالة:"
1173
+
1174
+ #: ../include/customizer-strings.php:157
1175
+ #, fuzzy
1176
+ #| msgid "Empty Email Message:"
1177
+ msgid "Email Already Exist Message:"
1178
+ msgstr "أرسل رسالة فارغة:"
1179
+
1180
+ #: ../include/customizer-strings.php:158
1181
+ msgid "Forget Password Message:"
1182
+ msgstr "نسيت كلمة المرور الرسالة:"
1183
+
1184
+ #: ../include/customizer-strings.php:159
1185
+ #, fuzzy
1186
+ #| msgid "Invalid Email Message:"
1187
+ msgid "Login with Email Message:"
1188
+ msgstr "التسويق المتوسطة: حزب الشيوعى الصينى، لافتة، والبريد الإلكتروني"
1189
+
1190
+ #: ../include/customizer-strings.php:170
1191
+ msgid "Welcome Message on Lost Password:"
1192
+ msgstr "رسالة ترحيب على فقدت كلمة المرور:"
1193
+
1194
+ #: ../include/customizer-strings.php:171
1195
+ #, fuzzy
1196
+ #| msgid "Welcome Message on Front Page:"
1197
+ msgid "Welcome Message on Login Page:"
1198
+ msgstr "أهلا وسهلا بك رسالة على صفحتها:"
1199
+
1200
+ #: ../include/customizer-strings.php:172
1201
+ msgid "Welcome Message on Registration:"
1202
+ msgstr "رسالة ترحيب تسجيل:"
1203
+
1204
+ #: ../include/customizer-strings.php:173
1205
+ msgid "Logout Message:"
1206
+ msgstr "رسالة تسجيل الخروج:"
1207
+
1208
+ #: ../include/customizer-strings.php:174
1209
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1210
+ msgstr ""
1211
+
1212
+ #: ../include/deactivate_modal.php:139
1213
  msgid "Quick feedback about LoginPress"
1214
  msgstr ""
1215
 
1216
+ #: ../include/deactivate_modal.php:142
1217
  msgid "If you have a moment, please let us know why you are deactivating:"
1218
  msgstr ""
1219
 
1220
+ #: ../include/deactivate_modal.php:150
1221
  msgid " I upgraded to LoginPress Pro"
1222
  msgstr ""
1223
 
1224
+ #: ../include/deactivate_modal.php:152
1225
  msgid ""
1226
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1227
  "add-on with Core version."
1228
  msgstr ""
1229
 
1230
+ #: ../include/deactivate_modal.php:159
1231
  msgid "I only needed the plugin for a short period"
1232
  msgstr ""
1233
 
1234
+ #: ../include/deactivate_modal.php:168
1235
  msgid "I found a better plugin"
1236
  msgstr ""
1237
 
1238
+ #: ../include/deactivate_modal.php:171
1239
  msgid "Kindly tell us the Plugin name."
1240
  msgstr ""
1241
 
1242
+ #: ../include/deactivate_modal.php:178
1243
  msgid "The plugin broke my site"
1244
  msgstr ""
1245
 
1246
+ #: ../include/deactivate_modal.php:187
1247
  msgid "The plugin suddenly stopped working"
1248
  msgstr ""
1249
 
1250
+ #: ../include/deactivate_modal.php:196
1251
  msgid "I no longer need the plugin"
1252
  msgstr ""
1253
 
1254
+ #: ../include/deactivate_modal.php:205
1255
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1256
  msgstr ""
1257
 
1258
+ #: ../include/deactivate_modal.php:214
1259
  msgid "Other"
1260
  msgstr ""
1261
 
1262
+ #: ../include/deactivate_modal.php:217
1263
  msgid "Kindly tell us the reason so we can improve."
1264
  msgstr ""
1265
 
1266
+ #: ../include/deactivate_modal.php:222
1267
  msgid "Anonymous feedback"
1268
  msgstr ""
1269
 
1270
+ #: ../include/deactivate_modal.php:223
1271
  msgid "Skip & Deactivate"
1272
  msgstr ""
1273
 
1274
+ #: ../include/deactivate_modal.php:226
1275
  msgid "Submit & Deactivate"
1276
  msgstr ""
1277
 
1278
+ #: ../include/deactivate_modal.php:227
1279
  msgid "Cancel"
1280
  msgstr ""
1281
 
1282
+ #: ../include/loginpress-import-export.php:14
1283
  msgid ""
1284
  "Import/Export your LoginPress Settings for/from other sites. This will "
1285
  "export/import all the settings including Customizer settings as well."
1286
  msgstr ""
1287
 
1288
+ #: ../include/loginpress-import-export.php:19
1289
  msgid "Import Settings:"
1290
  msgstr ""
1291
 
1292
+ #: ../include/loginpress-import-export.php:23
1293
  msgid "Import"
1294
  msgstr ""
1295
 
1296
+ #: ../include/loginpress-import-export.php:28
1297
  msgid "LoginPress Settings Imported Successfully."
1298
  msgstr ""
1299
 
1300
+ #: ../include/loginpress-import-export.php:30
1301
  msgid "Select a file and click on Import to start processing."
1302
  msgstr ""
1303
 
1304
+ #: ../include/loginpress-import-export.php:35
1305
  msgid "Export Settings:"
1306
  msgstr ""
1307
 
1308
+ #: ../include/loginpress-import-export.php:38
1309
  msgid "Export"
1310
  msgstr ""
1311
 
1312
+ #: ../include/loginpress-import-export.php:43
1313
  msgid "LoginPress Settings Exported Successfully!"
1314
  msgstr ""
1315
 
1316
+ #: ../include/loginpress-import-export.php:44
1317
  msgid "Export LoginPress Settings."
1318
  msgstr ""
1319
 
1381
  "features are most popular, so we can improve the plugin further."
1382
  msgstr ""
1383
 
1384
+ #: ../include/loginpress-optout-form.php:103
1385
+ #: ../include/loginpress-optout-form.php:119
1386
  msgid "Opt Out"
1387
  msgstr ""
1388
 
1389
+ #: ../include/loginpress-optout-form.php:108
1390
  msgid ""
1391
  "We appreciate your help in making the plugin better by letting us track some "
1392
  "usage data."
1393
  msgstr ""
1394
 
1395
+ #: ../include/loginpress-optout-form.php:112
1396
  #, php-format
1397
  msgid ""
1398
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1401
  "the tracking."
1402
  msgstr ""
1403
 
1404
+ #: ../include/loginpress-optout-form.php:113
1405
  #, php-format
1406
  msgid ""
1407
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1408
  "LoginPress%2$s."
1409
  msgstr ""
1410
 
1411
+ #: ../include/loginpress-optout-form.php:120
1412
  msgid "On second thought - I want to continue helping"
1413
  msgstr ""
1414
 
1464
  msgid "Registration confirmation will be emailed to you."
1465
  msgstr ""
1466
 
 
 
 
 
 
 
 
1467
  #: ../include/template-loginpress.php:508
1468
  #: ../include/template-loginpress.php:536
1469
  msgid "Log In"
1473
  msgid "Remember Me"
1474
  msgstr ""
1475
 
1476
+ #: ../loginpress.php:277
1477
  msgid "Activate"
1478
  msgstr ""
1479
 
1480
+ #: ../loginpress.php:342
1481
+ msgid "Caps Lock is on"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1482
  msgstr ""
1483
 
1484
+ #: ../loginpress.php:415
1485
+ msgid "Vote!"
 
 
 
 
1486
  msgstr ""
1487
 
1488
+ #: ../loginpress.php:418
1489
+ msgid "Rate"
1490
  msgstr ""
1491
 
1492
+ #: ../loginpress.php:523
1493
  #, php-format
1494
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1495
  msgstr ""
1496
 
1497
+ #: ../loginpress.php:527
1498
  #, php-format
1499
  msgid " | %1$s Opt Out %2$s "
1500
  msgstr ""
1501
 
1502
+ #: ../loginpress.php:529
1503
  #, php-format
1504
  msgid " | %1$s Opt In %2$s "
1505
  msgstr ""
1506
 
1507
+ #: ../loginpress.php:535
1508
  #, php-format
1509
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1510
  msgstr ""
languages/loginpress-de_DE.mo ADDED
Binary file
languages/loginpress-de_DE.po ADDED
@@ -0,0 +1,1297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-07-13 17:43+0500\n"
5
+ "PO-Revision-Date: 2019-04-15 17:21+0500\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: de\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\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+
16
+ #: classes/class-loginpress-addons.php:100
17
+ #: classes/class-loginpress-addons.php:185
18
+ #, php-format
19
+ msgid "%1$s Already Installed %2$s"
20
+ msgstr ""
21
+
22
+ #: classes/class-loginpress-addons.php:104
23
+ #: classes/class-loginpress-addons.php:190
24
+ #, php-format
25
+ msgid "%1$s Activate Plugin %2$s"
26
+ msgstr ""
27
+
28
+ #: classes/class-loginpress-addons.php:195
29
+ #, php-format
30
+ msgid "%1$s Install %2$s"
31
+ msgstr ""
32
+
33
+ #: classes/class-loginpress-addons.php:226
34
+ msgid "You have a lifetime license, it will never expire."
35
+ msgstr ""
36
+
37
+ #: classes/class-loginpress-addons.php:230
38
+ #, php-format
39
+ msgid "Your (%2$s) license key is valid until %s."
40
+ msgstr ""
41
+
42
+ #: classes/class-loginpress-addons.php:244
43
+ msgid "You need to activate your license to download the following add-ons."
44
+ msgstr ""
45
+
46
+ #: classes/class-loginpress-addons.php:257
47
+ msgid "You need to upgrade to LoginPress Pro to access these add-ons."
48
+ msgstr ""
49
+
50
+ #: classes/class-loginpress-addons.php:482
51
+ msgid "Extend the functionality of LoginPress with these awesome Add-ons"
52
+ msgstr ""
53
+
54
+ #: classes/class-loginpress-custom-password.php:45
55
+ #: include/customizer-strings.php:81 include/template-loginpress.php:518
56
+ msgid "Password"
57
+ msgstr ""
58
+
59
+ #: classes/class-loginpress-custom-password.php:49
60
+ msgid "Confirm Password"
61
+ msgstr ""
62
+
63
+ #: classes/class-loginpress-custom-password.php:70
64
+ msgid "<strong>ERROR</strong>: Please enter your password twice."
65
+ msgstr ""
66
+
67
+ #: classes/class-loginpress-custom-password.php:74
68
+ msgid ""
69
+ "<strong>ERROR</strong>: Please enter the same password in the end password "
70
+ "fields."
71
+ msgstr ""
72
+
73
+ #: classes/class-loginpress-filter-plugin.php:42
74
+ #, php-format
75
+ msgid "Buy %s now"
76
+ msgstr ""
77
+
78
+ #: classes/class-loginpress-filter-plugin.php:43
79
+ msgid "Buy Now"
80
+ msgstr ""
81
+
82
+ #: classes/class-loginpress-filter-plugin.php:186
83
+ msgid "Analytify"
84
+ msgstr ""
85
+
86
+ #: classes/class-loginpress-filter-plugin.php:195
87
+ msgid ""
88
+ "Analytify is reshaping Google Analytics in WordPress. See Social Media, "
89
+ "Keywords, Realtime, Country, Mobile and Browsers Statistics under pages and "
90
+ "posts."
91
+ msgstr ""
92
+
93
+ #: classes/class-loginpress-filter-plugin.php:198
94
+ msgid "Related Posts"
95
+ msgstr ""
96
+
97
+ #: classes/class-loginpress-filter-plugin.php:207
98
+ msgid ""
99
+ "Related Post Thumbnails plugin is for those who want the showcase of their "
100
+ "related posts after the post detail. The plugin allows customizing thumbnail "
101
+ "sizes, display settings, and type of relations. The plugin is using original "
102
+ "WordPress taxonomy. It returns generated HTML, that is essential for page "
103
+ "load speed of blogs that use many Javascript widgets."
104
+ msgstr ""
105
+
106
+ #: classes/class-loginpress-filter-plugin.php:210
107
+ msgid "LoginPress Pro"
108
+ msgstr ""
109
+
110
+ #: classes/class-loginpress-filter-plugin.php:220
111
+ msgid ""
112
+ "LoginPress Plugin by LoginPress holds a lot of customization fields to "
113
+ "change the layout of the login page of WordPress. You can modify the look "
114
+ "and feel of login page completely even the login error messages, forgot "
115
+ "error messages, registration error messages, forget password hint message "
116
+ "and many more."
117
+ msgstr ""
118
+
119
+ #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
120
+ #, php-format
121
+ msgid "%1$sError:%2$s The username field is empty."
122
+ msgstr ""
123
+
124
+ #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
125
+ #, php-format
126
+ msgid "%1$sError:%2$s The password field is empty."
127
+ msgstr ""
128
+
129
+ #: classes/class-loginpress-login-order.php:92 custom.php:828
130
+ #, php-format
131
+ msgid "%1$sError:%2$s Invalid Email Address"
132
+ msgstr ""
133
+
134
+ #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
135
+ #, php-format
136
+ msgid "%1$sError:%2$s Invalid Username."
137
+ msgstr ""
138
+
139
+ #: classes/class-loginpress-promo.php:9
140
+ msgid "Google Fonts"
141
+ msgstr ""
142
+
143
+ #: classes/class-loginpress-promo.php:26 classes/class-loginpress-promo.php:47
144
+ #: classes/control-presets.php:74
145
+ msgid "Unlock Premium Feature"
146
+ msgstr ""
147
+
148
+ #: classes/class-loginpress-promo.php:31
149
+ msgid "reCAPTCHA"
150
+ msgstr ""
151
+
152
+ #: classes/class-loginpress-settings-api.php:372
153
+ msgid "Choose File"
154
+ msgstr ""
155
+
156
+ #: classes/class-loginpress-settings-api.php:639
157
+ msgid "Getting Started Video"
158
+ msgstr ""
159
+
160
+ #: classes/class-loginpress-settings-api.php:647
161
+ msgid "Why Go Pro?"
162
+ msgstr ""
163
+
164
+ #: classes/class-loginpress-settings-api.php:650
165
+ msgid "Secure login with Google reCaptcha"
166
+ msgstr ""
167
+
168
+ #: classes/class-loginpress-settings-api.php:651
169
+ msgid "20+ Custom Login Themes"
170
+ msgstr ""
171
+
172
+ #: classes/class-loginpress-settings-api.php:652
173
+ msgid "Full customization with Custom CSS & JS"
174
+ msgstr ""
175
+
176
+ #: classes/class-loginpress-settings-api.php:657
177
+ msgid "See What's In The Pro Version"
178
+ msgstr ""
179
+
180
+ #: classes/class-loginpress-settings-api.php:666
181
+ msgid "Plugin Support"
182
+ msgstr ""
183
+
184
+ #: classes/class-loginpress-settings-api.php:669
185
+ msgid "Got a Question, Idea, Problem or Praise?"
186
+ msgstr ""
187
+
188
+ #: classes/class-loginpress-settings-api.php:671
189
+ msgid "Support Request"
190
+ msgstr ""
191
+
192
+ #: classes/class-loginpress-setup.php:53
193
+ msgid "Default Settings Restored"
194
+ msgstr ""
195
+
196
+ #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
197
+ msgid "LoginPress"
198
+ msgstr ""
199
+
200
+ #: classes/class-loginpress-setup.php:62 classes/class-loginpress-setup.php:79
201
+ msgid "Settings"
202
+ msgstr ""
203
+
204
+ #: classes/class-loginpress-setup.php:64
205
+ msgid "Customizer"
206
+ msgstr ""
207
+
208
+ #: classes/class-loginpress-setup.php:66
209
+ msgid "Help"
210
+ msgstr ""
211
+
212
+ #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
213
+ msgid "Import/Export LoginPress Settings"
214
+ msgstr ""
215
+
216
+ #: classes/class-loginpress-setup.php:68
217
+ msgid "Import / Export"
218
+ msgstr ""
219
+
220
+ #: classes/class-loginpress-setup.php:70
221
+ msgid "Add-Ons"
222
+ msgstr ""
223
+
224
+ #: classes/class-loginpress-setup.php:80
225
+ #, php-format
226
+ msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
227
+ msgstr ""
228
+
229
+ #: classes/class-loginpress-setup.php:98
230
+ msgid "Upgrade to Pro for More Features"
231
+ msgstr ""
232
+
233
+ #: classes/class-loginpress-setup.php:123
234
+ msgid "Session Expire"
235
+ msgstr ""
236
+
237
+ #: classes/class-loginpress-setup.php:124
238
+ msgid "Set the session expiration time in minutes. e.g: 10"
239
+ msgstr ""
240
+
241
+ #: classes/class-loginpress-setup.php:125
242
+ msgid "10"
243
+ msgstr ""
244
+
245
+ #: classes/class-loginpress-setup.php:148
246
+ msgid "Custom Password Fields"
247
+ msgstr ""
248
+
249
+ #: classes/class-loginpress-setup.php:149
250
+ msgid "Enable custom password fields on registration form."
251
+ msgstr ""
252
+
253
+ #: classes/class-loginpress-setup.php:154
254
+ msgid "Login Order"
255
+ msgstr ""
256
+
257
+ #: classes/class-loginpress-setup.php:155
258
+ msgid "Enable users to login using their username and/or email address."
259
+ msgstr ""
260
+
261
+ #: classes/class-loginpress-setup.php:172
262
+ msgid "Reset Default Settings"
263
+ msgstr ""
264
+
265
+ #: classes/class-loginpress-setup.php:173
266
+ msgid "Remove my custom settings."
267
+ msgstr ""
268
+
269
+ #: classes/class-loginpress-setup.php:206
270
+ msgid "LoginPress - Rebranding your boring WordPress Login pages"
271
+ msgstr ""
272
+
273
+ #: classes/class-loginpress-setup.php:225
274
+ #, php-format
275
+ msgid "Free support is available on the %1$s plugin support forums%2$s."
276
+ msgstr ""
277
+
278
+ #: classes/class-loginpress-setup.php:227
279
+ #, php-format
280
+ msgid ""
281
+ "For premium features, add-ons and priority email support, %1$s upgrade to pro"
282
+ "%2$s."
283
+ msgstr ""
284
+
285
+ #: classes/class-loginpress-setup.php:233
286
+ msgid "Download Log File"
287
+ msgstr ""
288
+
289
+ #: classes/class-loginpress-setup.php:287
290
+ msgid "Lost Password URL"
291
+ msgstr ""
292
+
293
+ #: classes/class-loginpress-setup.php:288
294
+ msgid ""
295
+ "Use WordPress default lost password URL instead of WooCommerce custom lost "
296
+ "password URL."
297
+ msgstr ""
298
+
299
+ #: classes/control-presets.php:78
300
+ msgid "Contact us for Custom Design"
301
+ msgstr ""
302
+
303
+ #: classes/controls/group.php:53
304
+ msgid "Info:"
305
+ msgstr ""
306
+
307
+ #: custom.php:243
308
+ msgid "Customize Your WordPress Login Page with LoginPress :)"
309
+ msgstr ""
310
+
311
+ #: custom.php:256
312
+ msgid "Themes"
313
+ msgstr ""
314
+
315
+ #: custom.php:257
316
+ msgid "Choose Theme"
317
+ msgstr ""
318
+
319
+ #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
320
+ msgid "Company"
321
+ msgstr ""
322
+
323
+ #: custom.php:271 custom.php:282 custom.php:476
324
+ msgid "Persona"
325
+ msgstr ""
326
+
327
+ #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
328
+ msgid "Corporate"
329
+ msgstr ""
330
+
331
+ #: custom.php:274 custom.php:479
332
+ msgid "Startup"
333
+ msgstr ""
334
+
335
+ #: custom.php:275 custom.php:480
336
+ msgid "Wedding"
337
+ msgstr ""
338
+
339
+ #: custom.php:276 custom.php:481
340
+ msgid "Wedding #2"
341
+ msgstr ""
342
+
343
+ #: custom.php:278 custom.php:483
344
+ msgid "Bikers"
345
+ msgstr ""
346
+
347
+ #: custom.php:279
348
+ msgid "Fitness"
349
+ msgstr ""
350
+
351
+ #: custom.php:280
352
+ msgid "Shopping"
353
+ msgstr ""
354
+
355
+ #: custom.php:281
356
+ msgid "Writers"
357
+ msgstr ""
358
+
359
+ #: custom.php:283
360
+ msgid "Geek"
361
+ msgstr ""
362
+
363
+ #: custom.php:284
364
+ msgid "Innovation"
365
+ msgstr ""
366
+
367
+ #: custom.php:285
368
+ msgid "Photographers"
369
+ msgstr ""
370
+
371
+ #: custom.php:314
372
+ msgid "Custom Design"
373
+ msgstr ""
374
+
375
+ #: custom.php:332
376
+ msgid "Logo"
377
+ msgstr ""
378
+
379
+ #: custom.php:333
380
+ msgid "Customize Your Logo Section"
381
+ msgstr ""
382
+
383
+ #: custom.php:352
384
+ msgid "Disable Logo:"
385
+ msgstr ""
386
+
387
+ #: custom.php:365
388
+ msgid "Logo Image:"
389
+ msgstr ""
390
+
391
+ #: custom.php:383
392
+ msgid "Logo URL:"
393
+ msgstr ""
394
+
395
+ #: custom.php:383
396
+ msgid "Logo Hover Title:"
397
+ msgstr ""
398
+
399
+ #: custom.php:409
400
+ msgid "Background"
401
+ msgstr ""
402
+
403
+ #: custom.php:423
404
+ msgid "Background Color:"
405
+ msgstr ""
406
+
407
+ #: custom.php:442
408
+ msgid "Enable Background Image?"
409
+ msgstr ""
410
+
411
+ #: custom.php:456
412
+ msgid "Background Image:"
413
+ msgstr ""
414
+
415
+ #: custom.php:503
416
+ msgid "Background Gallery:"
417
+ msgstr ""
418
+
419
+ #: custom.php:516
420
+ msgid "Background Repeat:"
421
+ msgstr ""
422
+
423
+ #: custom.php:539
424
+ msgid "Select Position:"
425
+ msgstr ""
426
+
427
+ #: custom.php:564
428
+ msgid "Background Image Size: "
429
+ msgstr ""
430
+
431
+ #: custom.php:582
432
+ msgid "Customize Login Form"
433
+ msgstr ""
434
+
435
+ #: custom.php:604
436
+ msgid "Enable Form Transparency:"
437
+ msgstr ""
438
+
439
+ #: custom.php:617
440
+ msgid "Form Background Image:"
441
+ msgstr ""
442
+
443
+ #: custom.php:744
444
+ msgid "Customize Forget Form"
445
+ msgstr ""
446
+
447
+ #: custom.php:757
448
+ msgid "Forget Form Background Image:"
449
+ msgstr ""
450
+
451
+ #: custom.php:771
452
+ msgid "Forget Form Background Color:"
453
+ msgstr ""
454
+
455
+ #: custom.php:781
456
+ msgid "Button Beauty"
457
+ msgstr ""
458
+
459
+ #: custom.php:812
460
+ msgid "Error Messages"
461
+ msgstr ""
462
+
463
+ #: custom.php:820 custom.php:1545
464
+ #, php-format
465
+ msgid "%1$sError:%2$s Invalid Password."
466
+ msgstr ""
467
+
468
+ #: custom.php:823 custom.php:1551
469
+ #, php-format
470
+ msgid "%1$sError:%2$s The email address isn't correct.."
471
+ msgstr ""
472
+
473
+ #: custom.php:824 custom.php:1553
474
+ #, php-format
475
+ msgid "%1$sError:%2$s Please type your email address."
476
+ msgstr ""
477
+
478
+ #: custom.php:825 custom.php:1555
479
+ #, php-format
480
+ msgid ""
481
+ "%1$sError:%2$s This username is already registered. Please choose another "
482
+ "one."
483
+ msgstr ""
484
+
485
+ #: custom.php:826 custom.php:1557
486
+ #, php-format
487
+ msgid ""
488
+ "%1$sError:%2$s This email is already registered, please choose another one."
489
+ msgstr ""
490
+
491
+ #: custom.php:827 custom.php:1559
492
+ #, php-format
493
+ msgid "%1$sError:%2$s Invalid username or email."
494
+ msgstr ""
495
+
496
+ #: custom.php:830
497
+ msgid "Incorrect Username Message:"
498
+ msgstr ""
499
+
500
+ #: custom.php:831
501
+ msgid "Incorrect Password Message:"
502
+ msgstr ""
503
+
504
+ #: custom.php:832
505
+ msgid "Empty Username Message:"
506
+ msgstr ""
507
+
508
+ #: custom.php:833
509
+ msgid "Empty Password Message:"
510
+ msgstr ""
511
+
512
+ #: custom.php:834
513
+ msgid "Invalid Email Message:"
514
+ msgstr ""
515
+
516
+ #: custom.php:835
517
+ msgid "Empty Email Message:"
518
+ msgstr ""
519
+
520
+ #: custom.php:836
521
+ msgid "Username Already Exist Message:"
522
+ msgstr ""
523
+
524
+ #: custom.php:837
525
+ msgid "Email Already Exist Message:"
526
+ msgstr ""
527
+
528
+ #: custom.php:838
529
+ msgid "Forget Password Message:"
530
+ msgstr ""
531
+
532
+ #: custom.php:839
533
+ msgid "Login with Email Message:"
534
+ msgstr ""
535
+
536
+ #: custom.php:866
537
+ msgid "Welcome Messages"
538
+ msgstr ""
539
+
540
+ #: custom.php:875
541
+ msgid "Welcome Message on Lost Password:"
542
+ msgstr ""
543
+
544
+ #: custom.php:876
545
+ msgid "Welcome Message on Login Page:"
546
+ msgstr ""
547
+
548
+ #: custom.php:877
549
+ msgid "Welcome Message on Registration:"
550
+ msgstr ""
551
+
552
+ #: custom.php:878
553
+ msgid "Logout Message:"
554
+ msgstr ""
555
+
556
+ #: custom.php:879
557
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
558
+ msgstr ""
559
+
560
+ #: custom.php:912
561
+ msgid "Message Field Background Color:"
562
+ msgstr ""
563
+
564
+ #: custom.php:1024
565
+ msgid "Form Footer"
566
+ msgstr ""
567
+
568
+ #: custom.php:1046
569
+ msgid "Enable Footer Text:"
570
+ msgstr ""
571
+
572
+ #: custom.php:1060
573
+ msgid "Lost Password Text:"
574
+ msgstr ""
575
+
576
+ #: custom.php:1095
577
+ msgid "Footer Text Color:"
578
+ msgstr ""
579
+
580
+ #: custom.php:1109
581
+ msgid "Footer Text Hover Color:"
582
+ msgstr ""
583
+
584
+ #: custom.php:1130
585
+ msgid "Text Font Size:"
586
+ msgstr ""
587
+
588
+ #: custom.php:1146
589
+ msgid "Footer Background Color:"
590
+ msgstr ""
591
+
592
+ #: custom.php:1170
593
+ msgid "Enable \"Back to\" Text:"
594
+ msgstr ""
595
+
596
+ #: custom.php:1185
597
+ msgid "\"Back to\" Text Decoration:"
598
+ msgstr ""
599
+
600
+ #: custom.php:1205
601
+ msgid "\"Back to\" Text Color:"
602
+ msgstr ""
603
+
604
+ #: custom.php:1219
605
+ msgid "\"Back to\" Text Hover Color:"
606
+ msgstr ""
607
+
608
+ #: custom.php:1240
609
+ msgid "\"Back to\" Text Font Size:"
610
+ msgstr ""
611
+
612
+ #: custom.php:1256
613
+ msgid "\"Back to\" Background Color:"
614
+ msgstr ""
615
+
616
+ #: custom.php:1281
617
+ msgid "Enable Copyright Note:"
618
+ msgstr ""
619
+
620
+ #: custom.php:1285 custom.php:1449
621
+ #, php-format
622
+ msgid "© %1$s %2$s, All Rights Reserved."
623
+ msgstr ""
624
+
625
+ #: custom.php:1292
626
+ msgid "Copyright Note:"
627
+ msgstr ""
628
+
629
+ #: custom.php:1316
630
+ msgid ""
631
+ "Show some Love. Please help others learn about this free plugin by placing "
632
+ "small link in footer. Thank you very much!"
633
+ msgstr ""
634
+
635
+ #: custom.php:1331
636
+ msgid "Love Position:"
637
+ msgstr ""
638
+
639
+ #: custom.php:1349
640
+ msgid "Custom CSS/JS"
641
+ msgstr ""
642
+
643
+ #: custom.php:1362
644
+ msgid "Customize CSS:"
645
+ msgstr ""
646
+
647
+ #: custom.php:1367
648
+ #, php-format
649
+ msgid ""
650
+ "Custom CSS doen't make effect live. For preview please save the setting and "
651
+ "visit %1$s login%2$s page or after save refresh the customizer."
652
+ msgstr ""
653
+
654
+ #: custom.php:1377
655
+ msgid "Customize JS:"
656
+ msgstr ""
657
+
658
+ #: custom.php:1382
659
+ #, php-format
660
+ msgid ""
661
+ "Custom JS doen't make effect live. For preview please save the setting and "
662
+ "visit %1$s login%2$s page or after save refresh the customizer."
663
+ msgstr ""
664
+
665
+ #: custom.php:1432 custom.php:1434
666
+ msgid "Powered by:"
667
+ msgstr ""
668
+
669
+ #: custom.php:1634 include/template-loginpress.php:469
670
+ msgid "Username"
671
+ msgstr ""
672
+
673
+ #: custom.php:1636
674
+ msgid "Email Address"
675
+ msgstr ""
676
+
677
+ #: custom.php:1703 include/template-loginpress.php:370
678
+ msgid ""
679
+ "Please enter your username or email address. You will receive a link to "
680
+ "create a new password via email."
681
+ msgstr ""
682
+
683
+ #: custom.php:1711 include/template-loginpress.php:465
684
+ msgid "Register For This Site"
685
+ msgstr ""
686
+
687
+ #: custom.php:1729 custom.php:1733
688
+ msgid "Your password has been reset."
689
+ msgstr ""
690
+
691
+ #: custom.php:1733 include/template-loginpress.php:397
692
+ #: include/template-loginpress.php:491
693
+ msgid "Log in"
694
+ msgstr ""
695
+
696
+ #: include/class-remote-notification-client.php:126
697
+ #: include/class-remote-notification-client.php:137
698
+ msgid "Cheatin&#8217; huh?"
699
+ msgstr ""
700
+
701
+ #: include/class-remote-notification-client.php:502
702
+ msgid "Dismiss notification"
703
+ msgstr ""
704
+
705
+ #: include/class-remote-notification-client.php:701
706
+ #, php-format
707
+ msgid "The server response was invalid (code %s)"
708
+ msgstr ""
709
+
710
+ #: include/class-remote-notification-client.php:707
711
+ msgid "The server response is empty"
712
+ msgstr ""
713
+
714
+ #: include/class-remote-notification-client.php:713
715
+ msgid "Cannot decode the response content"
716
+ msgstr ""
717
+
718
+ #. translators: 1: Name of this plugin
719
+ #: include/create-loginpress-page.php:58
720
+ #, php-format
721
+ msgid ""
722
+ "<p>This page is used by %1$s to preview the login page in the Customizer.</p>"
723
+ msgstr ""
724
+
725
+ #: include/create-loginpress-page.php:63
726
+ msgctxt "Page slug"
727
+ msgid "loginpress"
728
+ msgstr ""
729
+
730
+ #: include/create-loginpress-page.php:64
731
+ msgctxt "Page title"
732
+ msgid "LoginPress"
733
+ msgstr ""
734
+
735
+ #: include/customizer-strings.php:8
736
+ msgid "Logo Width:"
737
+ msgstr ""
738
+
739
+ #: include/customizer-strings.php:8
740
+ msgid "Logo Height:"
741
+ msgstr ""
742
+
743
+ #: include/customizer-strings.php:8
744
+ msgid "Space Bottom:"
745
+ msgstr ""
746
+
747
+ #: include/customizer-strings.php:22
748
+ msgid "Input Fields:"
749
+ msgstr ""
750
+
751
+ #: include/customizer-strings.php:23
752
+ msgid "Input Field Labels:"
753
+ msgstr ""
754
+
755
+ #: include/customizer-strings.php:24
756
+ msgid "Login Form:"
757
+ msgstr ""
758
+
759
+ #: include/customizer-strings.php:25
760
+ msgid "Lost Your Password Text"
761
+ msgstr ""
762
+
763
+ #: include/customizer-strings.php:26
764
+ msgid "Back To Site Text"
765
+ msgstr ""
766
+
767
+ #: include/customizer-strings.php:27
768
+ msgid "LoginPress Footer Text"
769
+ msgstr ""
770
+
771
+ #: include/customizer-strings.php:29
772
+ msgid ""
773
+ "This section helps you to easily Customize the login form input field "
774
+ "elements."
775
+ msgstr ""
776
+
777
+ #: include/customizer-strings.php:30
778
+ msgid ""
779
+ "This section helps you to easily Customize the login form input field labels."
780
+ msgstr ""
781
+
782
+ #: include/customizer-strings.php:31
783
+ msgid ""
784
+ "This section helps you to easily Customize the login form elements whether "
785
+ "they are form lables, fields or backgrounds."
786
+ msgstr ""
787
+
788
+ #: include/customizer-strings.php:32
789
+ msgid ""
790
+ " Customize the \"Lost your password\" and \"Register\" text section under "
791
+ "the form."
792
+ msgstr ""
793
+
794
+ #: include/customizer-strings.php:33
795
+ msgid "Customize the \"Back to\" text section under the form."
796
+ msgstr ""
797
+
798
+ #: include/customizer-strings.php:34
799
+ msgid ""
800
+ "Customize the copyright note and branding sections at the footer of login "
801
+ "page."
802
+ msgstr ""
803
+
804
+ #: include/customizer-strings.php:44
805
+ msgid "Form Width:"
806
+ msgstr ""
807
+
808
+ #: include/customizer-strings.php:45
809
+ msgid "Form Minimum Height:"
810
+ msgstr ""
811
+
812
+ #: include/customizer-strings.php:46
813
+ msgid "Form Radius:"
814
+ msgstr ""
815
+
816
+ #: include/customizer-strings.php:47
817
+ msgid "Form Shadow:"
818
+ msgstr ""
819
+
820
+ #: include/customizer-strings.php:48
821
+ msgid "Form Shadow Opacity:"
822
+ msgstr ""
823
+
824
+ #: include/customizer-strings.php:49
825
+ msgid "Input Text Field Width:"
826
+ msgstr ""
827
+
828
+ #: include/customizer-strings.php:50
829
+ msgid "Input Text Field Radius:"
830
+ msgstr ""
831
+
832
+ #: include/customizer-strings.php:51
833
+ msgid "Input Text Field Shadow:"
834
+ msgstr ""
835
+
836
+ #: include/customizer-strings.php:52
837
+ msgid "Input Text Field Shadow Opacity:"
838
+ msgstr ""
839
+
840
+ #: include/customizer-strings.php:53
841
+ msgid "Input Field Label Font Size:"
842
+ msgstr ""
843
+
844
+ #: include/customizer-strings.php:54
845
+ msgid "Remember Me Font Size:"
846
+ msgstr ""
847
+
848
+ #: include/customizer-strings.php:73
849
+ msgid "Form Background Color:"
850
+ msgstr ""
851
+
852
+ #: include/customizer-strings.php:74
853
+ msgid "Input Field Background Color:"
854
+ msgstr ""
855
+
856
+ #: include/customizer-strings.php:75
857
+ msgid "Input Field Text Color:"
858
+ msgstr ""
859
+
860
+ #: include/customizer-strings.php:76
861
+ msgid "Input Field Label Color:"
862
+ msgstr ""
863
+
864
+ #: include/customizer-strings.php:77
865
+ msgid "Remember me Label Color:"
866
+ msgstr ""
867
+
868
+ #: include/customizer-strings.php:81 include/template-loginpress.php:382
869
+ #: include/template-loginpress.php:514
870
+ msgid "Username or Email Address"
871
+ msgstr ""
872
+
873
+ #: include/customizer-strings.php:83
874
+ msgid "Form Padding:"
875
+ msgstr ""
876
+
877
+ #: include/customizer-strings.php:84
878
+ msgid "Border (Example: 2px dotted black):"
879
+ msgstr ""
880
+
881
+ #: include/customizer-strings.php:85
882
+ msgid "Input Text Field Margin:"
883
+ msgstr ""
884
+
885
+ #: include/customizer-strings.php:86
886
+ msgid "Username Label:"
887
+ msgstr ""
888
+
889
+ #: include/customizer-strings.php:87
890
+ msgid "Password Label:"
891
+ msgstr ""
892
+
893
+ #: include/customizer-strings.php:98
894
+ msgid "Button Color:"
895
+ msgstr ""
896
+
897
+ #: include/customizer-strings.php:99
898
+ msgid "Button Border Color:"
899
+ msgstr ""
900
+
901
+ #: include/customizer-strings.php:100
902
+ msgid "Button Color (Hover):"
903
+ msgstr ""
904
+
905
+ #: include/customizer-strings.php:101
906
+ msgid "Button Border (Hover):"
907
+ msgstr ""
908
+
909
+ #: include/customizer-strings.php:102
910
+ msgid "Button Box Shadow:"
911
+ msgstr ""
912
+
913
+ #: include/customizer-strings.php:103
914
+ msgid "Button Text Color:"
915
+ msgstr ""
916
+
917
+ #: include/customizer-strings.php:108
918
+ msgid "Button Size:"
919
+ msgstr ""
920
+
921
+ #: include/customizer-strings.php:108
922
+ msgid "Button Top Padding:"
923
+ msgstr ""
924
+
925
+ #: include/customizer-strings.php:108
926
+ msgid "Button Bottom Padding:"
927
+ msgstr ""
928
+
929
+ #: include/customizer-strings.php:108
930
+ msgid "Radius:"
931
+ msgstr ""
932
+
933
+ #: include/customizer-strings.php:108
934
+ msgid "Shadow:"
935
+ msgstr ""
936
+
937
+ #: include/customizer-strings.php:108
938
+ msgid "Shadow Opacity:"
939
+ msgstr ""
940
+
941
+ #: include/customizer-strings.php:108
942
+ msgid "Text Size:"
943
+ msgstr ""
944
+
945
+ #: include/deactivate_modal.php:131
946
+ msgid "Quick feedback about LoginPress"
947
+ msgstr ""
948
+
949
+ #: include/deactivate_modal.php:134
950
+ msgid "If you have a moment, please let us know why you are deactivating:"
951
+ msgstr ""
952
+
953
+ #: include/deactivate_modal.php:141
954
+ msgid " I upgraded to LoginPress Pro"
955
+ msgstr ""
956
+
957
+ #: include/deactivate_modal.php:143
958
+ msgid ""
959
+ "No need to deactivate this LoginPress Core version. Pro version works as an "
960
+ "add-on with Core version."
961
+ msgstr ""
962
+
963
+ #: include/deactivate_modal.php:150
964
+ msgid "I only needed the plugin for a short period"
965
+ msgstr ""
966
+
967
+ #: include/deactivate_modal.php:159
968
+ msgid "I found a better plugin"
969
+ msgstr ""
970
+
971
+ #: include/deactivate_modal.php:162
972
+ msgid "Kindly tell us the Plugin name."
973
+ msgstr ""
974
+
975
+ #: include/deactivate_modal.php:169
976
+ msgid "The plugin broke my site"
977
+ msgstr ""
978
+
979
+ #: include/deactivate_modal.php:178
980
+ msgid "The plugin suddenly stopped working"
981
+ msgstr ""
982
+
983
+ #: include/deactivate_modal.php:187
984
+ msgid "I no longer need the plugin"
985
+ msgstr ""
986
+
987
+ #: include/deactivate_modal.php:196
988
+ msgid "It's a temporary deactivation. I'm just debugging an issue."
989
+ msgstr ""
990
+
991
+ #: include/deactivate_modal.php:205
992
+ msgid "Other"
993
+ msgstr ""
994
+
995
+ #: include/deactivate_modal.php:208
996
+ msgid "Kindly tell us the reason so we can improve."
997
+ msgstr ""
998
+
999
+ #: include/deactivate_modal.php:213
1000
+ msgid "Anonymous feedback"
1001
+ msgstr ""
1002
+
1003
+ #: include/deactivate_modal.php:214
1004
+ msgid "Skip & Deactivate"
1005
+ msgstr ""
1006
+
1007
+ #: include/deactivate_modal.php:217
1008
+ msgid "Submit & Deactivate"
1009
+ msgstr ""
1010
+
1011
+ #: include/deactivate_modal.php:218
1012
+ msgid "Cancel"
1013
+ msgstr ""
1014
+
1015
+ #: include/loginpress-import-export.php:10
1016
+ msgid ""
1017
+ "Import/Export your LoginPress Settings for/from other sites. This will "
1018
+ "export/import all the settings including Customizer settings as well."
1019
+ msgstr ""
1020
+
1021
+ #: include/loginpress-import-export.php:15
1022
+ msgid "Import Settings:"
1023
+ msgstr ""
1024
+
1025
+ #: include/loginpress-import-export.php:19
1026
+ msgid "Import"
1027
+ msgstr ""
1028
+
1029
+ #: include/loginpress-import-export.php:23
1030
+ msgid "LoginPress Settings Imported Successfully."
1031
+ msgstr ""
1032
+
1033
+ #: include/loginpress-import-export.php:25
1034
+ msgid "Select a file and click on Import to start processing."
1035
+ msgstr ""
1036
+
1037
+ #: include/loginpress-import-export.php:30
1038
+ msgid "Export Settings:"
1039
+ msgstr ""
1040
+
1041
+ #: include/loginpress-import-export.php:33
1042
+ msgid "Export"
1043
+ msgstr ""
1044
+
1045
+ #: include/loginpress-import-export.php:37
1046
+ msgid "LoginPress Settings Exported Successfully!"
1047
+ msgstr ""
1048
+
1049
+ #: include/loginpress-import-export.php:38
1050
+ msgid "Export LoginPress Settings."
1051
+ msgstr ""
1052
+
1053
+ #: include/loginpress-optin-form.php:301
1054
+ msgid "Welcome to LoginPress"
1055
+ msgstr ""
1056
+
1057
+ #: include/loginpress-optin-form.php:307
1058
+ #, php-format
1059
+ msgid ""
1060
+ "%1$s Hey %2$s, %4$s If you opt-in some data about your installation of "
1061
+ "LoginPress will be sent to WPBrigade.com (This doesn't include stats)%4$s "
1062
+ "and You will receive new feature updates, security notifications etc %5$sNo "
1063
+ "Spam, I promise.%6$s %4$s%4$s Help us %7$sImprove LoginPress%8$s %4$s %4$s "
1064
+ msgstr ""
1065
+
1066
+ #: include/loginpress-optin-form.php:308
1067
+ msgid "Allow and Continue "
1068
+ msgstr ""
1069
+
1070
+ #: include/loginpress-optin-form.php:309
1071
+ msgid "Skip This Step"
1072
+ msgstr ""
1073
+
1074
+ #: include/loginpress-optin-form.php:311
1075
+ msgid "What permissions are being granted?"
1076
+ msgstr ""
1077
+
1078
+ #: include/loginpress-optin-form.php:313
1079
+ msgid "Your Website Overview"
1080
+ msgstr ""
1081
+
1082
+ #: include/loginpress-optin-form.php:314
1083
+ msgid ""
1084
+ "Your Site URL, WordPress & PHP version, plugins & themes. This data lets us "
1085
+ "make sure this plugin always stays compatible with the most popular plugins "
1086
+ "and themes."
1087
+ msgstr ""
1088
+
1089
+ #: include/loginpress-optin-form.php:316
1090
+ msgid "Your Profile Overview"
1091
+ msgstr ""
1092
+
1093
+ #: include/loginpress-optin-form.php:317
1094
+ msgid "Your name and email address."
1095
+ msgstr ""
1096
+
1097
+ #: include/loginpress-optin-form.php:319
1098
+ msgid "Admin Notices"
1099
+ msgstr ""
1100
+
1101
+ #: include/loginpress-optin-form.php:320
1102
+ msgid "Updates, Announcement, Marketing. No Spam, I promise."
1103
+ msgstr ""
1104
+
1105
+ #: include/loginpress-optin-form.php:322
1106
+ msgid "Plugin Actions"
1107
+ msgstr ""
1108
+
1109
+ #: include/loginpress-optin-form.php:323
1110
+ msgid ""
1111
+ "Active, Deactive, Uninstallation and How you use this plugin's features and "
1112
+ "settings. This is limited to usage data. It does not include any of your "
1113
+ "sensitive LoginPress data, such as traffic. This data helps us learn which "
1114
+ "features are most popular, so we can improve the plugin further."
1115
+ msgstr ""
1116
+
1117
+ #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
1118
+ msgid "Opt Out"
1119
+ msgstr ""
1120
+
1121
+ #: include/loginpress-optout-form.php:98
1122
+ msgid ""
1123
+ "We appreciate your help in making the plugin better by letting us track some "
1124
+ "usage data."
1125
+ msgstr ""
1126
+
1127
+ #: include/loginpress-optout-form.php:102
1128
+ #, php-format
1129
+ msgid ""
1130
+ "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1131
+ "Making a better user experience, prioritizing new features, and more good "
1132
+ "things. We'd really appreciate if you'll reconsider letting us continue with "
1133
+ "the tracking."
1134
+ msgstr ""
1135
+
1136
+ #: include/loginpress-optout-form.php:103
1137
+ #, php-format
1138
+ msgid ""
1139
+ "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1140
+ "LoginPress%2$s."
1141
+ msgstr ""
1142
+
1143
+ #: include/loginpress-optout-form.php:110
1144
+ msgid "On second thought - I want to continue helping"
1145
+ msgstr ""
1146
+
1147
+ #: include/privacy-policy.php:13
1148
+ #, php-format
1149
+ msgid "%1$sPrivacy Policy%2$s."
1150
+ msgstr ""
1151
+
1152
+ #. translators: Login screen title. 1: Login screen name, 2: Network or site name
1153
+ #: include/template-loginpress.php:70
1154
+ #, php-format
1155
+ msgid "%1$s &lsaquo; %2$s &#8212; WordPress"
1156
+ msgstr ""
1157
+
1158
+ #: include/template-loginpress.php:147
1159
+ msgid "https://wordpress.org/"
1160
+ msgstr ""
1161
+
1162
+ #: include/template-loginpress.php:148
1163
+ msgid "Powered by WordPress"
1164
+ msgstr ""
1165
+
1166
+ #. translators: %s: site title
1167
+ #: include/template-loginpress.php:250
1168
+ #, php-format
1169
+ msgctxt "site"
1170
+ msgid "&larr; Back to %s"
1171
+ msgstr ""
1172
+
1173
+ #: include/template-loginpress.php:370
1174
+ msgid "Lost Password"
1175
+ msgstr ""
1176
+
1177
+ #: include/template-loginpress.php:393
1178
+ msgid "Get New Password"
1179
+ msgstr ""
1180
+
1181
+ #: include/template-loginpress.php:400 include/template-loginpress.php:487
1182
+ #: include/template-loginpress.php:544
1183
+ msgid "Register"
1184
+ msgstr ""
1185
+
1186
+ #: include/template-loginpress.php:465
1187
+ msgid "Registration Form"
1188
+ msgstr ""
1189
+
1190
+ #: include/template-loginpress.php:473
1191
+ msgid "Email"
1192
+ msgstr ""
1193
+
1194
+ #: include/template-loginpress.php:484
1195
+ msgid "Registration confirmation will be emailed to you."
1196
+ msgstr ""
1197
+
1198
+ #: include/template-loginpress.php:493 include/template-loginpress.php:552
1199
+ msgid "Lost your password?"
1200
+ msgstr ""
1201
+
1202
+ #: include/template-loginpress.php:508 include/template-loginpress.php:536
1203
+ msgid "Log In"
1204
+ msgstr ""
1205
+
1206
+ #: include/template-loginpress.php:534
1207
+ msgid "Remember Me"
1208
+ msgstr ""
1209
+
1210
+ #: loginpress.php:278
1211
+ msgid "Activate"
1212
+ msgstr ""
1213
+
1214
+ #: loginpress.php:378
1215
+ msgid "Vote!"
1216
+ msgstr ""
1217
+
1218
+ #: loginpress.php:571
1219
+ msgid "Leave A Review?"
1220
+ msgstr ""
1221
+
1222
+ #: loginpress.php:572
1223
+ msgid ""
1224
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1225
+ "review on WordPress.org?"
1226
+ msgstr ""
1227
+
1228
+ #: loginpress.php:574
1229
+ msgid "Sure! I'd love to!"
1230
+ msgstr ""
1231
+
1232
+ #: loginpress.php:575
1233
+ msgid "I've already left a review"
1234
+ msgstr ""
1235
+
1236
+ #: loginpress.php:576
1237
+ msgid "Maybe Later"
1238
+ msgstr ""
1239
+
1240
+ #: loginpress.php:577
1241
+ msgid "Never show again"
1242
+ msgstr ""
1243
+
1244
+ #: loginpress.php:602
1245
+ msgid "Introducing LoginPress Addons!"
1246
+ msgstr ""
1247
+
1248
+ #: loginpress.php:603
1249
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1250
+ msgstr ""
1251
+
1252
+ #: loginpress.php:607
1253
+ msgid "Learn More"
1254
+ msgstr ""
1255
+
1256
+ #: loginpress.php:666
1257
+ #, php-format
1258
+ msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1259
+ msgstr ""
1260
+
1261
+ #: loginpress.php:670
1262
+ #, php-format
1263
+ msgid " | %1$s Opt Out %2$s "
1264
+ msgstr ""
1265
+
1266
+ #: loginpress.php:672
1267
+ #, php-format
1268
+ msgid " | %1$s Opt In %2$s "
1269
+ msgstr ""
1270
+
1271
+ #: loginpress.php:678
1272
+ #, php-format
1273
+ msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1274
+ msgstr ""
1275
+
1276
+ #. Plugin Name of the plugin/theme
1277
+ msgid "LoginPress - Customizing the WordPress Login"
1278
+ msgstr ""
1279
+
1280
+ #. Plugin URI of the plugin/theme
1281
+ msgid "http://WPBrigade.com/wordpress/plugins/loginpress/"
1282
+ msgstr ""
1283
+
1284
+ #. Description of the plugin/theme
1285
+ msgid ""
1286
+ "LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by "
1287
+ "<a href=\"https://wpbrigade.com/\">WPBrigade</a> which allows you to "
1288
+ "completely change the layout of login, register and forgot password forms."
1289
+ msgstr ""
1290
+
1291
+ #. Author of the plugin/theme
1292
+ msgid "WPBrigade"
1293
+ msgstr ""
1294
+
1295
+ #. Author URI of the plugin/theme
1296
+ msgid "http://WPBrigade.com/"
1297
+ msgstr ""
languages/loginpress-es_ES.mo CHANGED
Binary file
languages/loginpress-es_ES.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
- "POT-Creation-Date: 2018-08-28 12:52+0500\n"
5
- "PO-Revision-Date: 2018-08-28 15:19+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\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.0.9\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -19,46 +19,59 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
- #: classes/class-loginpress-addons.php:100
23
- #: classes/class-loginpress-addons.php:185
 
24
  #, php-format
25
  msgid "%1$s Already Installed %2$s"
26
  msgstr ""
27
 
28
- #: classes/class-loginpress-addons.php:104
29
- #: classes/class-loginpress-addons.php:190
30
  #, php-format
31
  msgid "%1$s Activate Plugin %2$s"
32
  msgstr ""
33
 
34
- #: classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
35
  #, php-format
36
  msgid "%1$s Install %2$s"
37
  msgstr ""
38
 
39
- #: classes/class-loginpress-addons.php:226
 
 
 
 
 
40
  msgid "You have a lifetime license, it will never expire."
41
  msgstr ""
42
 
43
- #: classes/class-loginpress-addons.php:230
44
  #, php-format
45
  msgid "Your (%2$s) license key is valid until %s."
46
  msgstr ""
47
 
48
- #: classes/class-loginpress-addons.php:244
49
  msgid "You need to activate your license to download the following add-ons."
50
  msgstr ""
51
 
52
- #: classes/class-loginpress-addons.php:257
53
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
54
  msgstr ""
55
 
56
- #: classes/class-loginpress-addons.php:482
57
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
58
  msgstr ""
59
 
60
  #: classes/class-loginpress-custom-password.php:45
61
- #: include/customizer-strings.php:81 include/template-loginpress.php:518
62
  msgid "Password"
63
  msgstr "Contraseña"
64
 
@@ -122,26 +135,89 @@ msgid ""
122
  "and many more."
123
  msgstr ""
124
 
125
- #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
 
126
  #, php-format
127
  msgid "%1$sError:%2$s The username field is empty."
128
  msgstr ""
129
 
130
- #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
 
131
  #, php-format
132
  msgid "%1$sError:%2$s The password field is empty."
133
  msgstr ""
134
 
135
- #: classes/class-loginpress-login-order.php:92 custom.php:828
 
136
  #, php-format
137
  msgid "%1$sError:%2$s Invalid Email Address"
138
  msgstr ""
139
 
140
- #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
 
141
  #, php-format
142
  msgid "%1$sError:%2$s Invalid Username."
143
  msgstr ""
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  #: classes/class-loginpress-promo.php:9
146
  msgid "Google Fonts"
147
  msgstr ""
@@ -155,7 +231,7 @@ msgstr ""
155
  msgid "reCAPTCHA"
156
  msgstr ""
157
 
158
- #: classes/class-loginpress-settings-api.php:372
159
  msgid "Choose File"
160
  msgstr ""
161
 
@@ -199,7 +275,7 @@ msgstr ""
199
  msgid "Default Settings Restored"
200
  msgstr ""
201
 
202
- #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
203
  msgid "LoginPress"
204
  msgstr ""
205
 
@@ -215,7 +291,8 @@ msgstr ""
215
  msgid "Help"
216
  msgstr ""
217
 
218
- #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
 
219
  msgid "Import/Export LoginPress Settings"
220
  msgstr ""
221
 
@@ -232,89 +309,89 @@ msgstr ""
232
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
233
  msgstr ""
234
 
235
- #: classes/class-loginpress-setup.php:98
236
  msgid "Upgrade to Pro for More Features"
237
  msgstr ""
238
 
239
- #: classes/class-loginpress-setup.php:123
240
  msgid "Session Expire"
241
  msgstr ""
242
 
243
- #: classes/class-loginpress-setup.php:124
244
  msgid "Set the session expiration time in minutes. e.g: 10"
245
  msgstr ""
246
 
247
- #: classes/class-loginpress-setup.php:125
248
  msgid "10"
249
  msgstr ""
250
 
251
- #: classes/class-loginpress-setup.php:148
252
  #, fuzzy
253
  #| msgid "Lost Password Text"
254
  msgid "Custom Password Fields"
255
  msgstr "Perdió Contraseña"
256
 
257
- #: classes/class-loginpress-setup.php:149
258
  msgid "Enable custom password fields on registration form."
259
  msgstr ""
260
 
261
- #: classes/class-loginpress-setup.php:154
262
  msgid "Login Order"
263
  msgstr ""
264
 
265
- #: classes/class-loginpress-setup.php:155
266
  msgid "Enable users to login using their username and/or email address."
267
  msgstr ""
268
 
269
- #: classes/class-loginpress-setup.php:172
270
  msgid "Reset Default Settings"
271
  msgstr ""
272
 
273
- #: classes/class-loginpress-setup.php:173
274
  msgid "Remove my custom settings."
275
  msgstr ""
276
 
277
- #: classes/class-loginpress-setup.php:209
278
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
279
  msgstr ""
280
 
281
- #: classes/class-loginpress-setup.php:228
282
  #, php-format
283
  msgid "Free support is available on the %1$s plugin support forums%2$s."
284
  msgstr ""
285
 
286
- #: classes/class-loginpress-setup.php:230
287
  #, php-format
288
  msgid ""
289
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
290
  "%2$s."
291
  msgstr ""
292
 
293
- #: classes/class-loginpress-setup.php:236
294
  msgid "Download Log File"
295
  msgstr ""
296
 
297
- #: classes/class-loginpress-setup.php:290
298
  #, fuzzy
299
  #| msgid "Lost Password Text"
300
  msgid "Lost Password URL"
301
  msgstr "Perdió Contraseña"
302
 
303
- #: classes/class-loginpress-setup.php:291
304
  msgid ""
305
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
306
  "password URL."
307
  msgstr ""
308
 
309
- #: classes/class-loginpress-setup.php:308
310
  msgid "and LoginPress page"
311
  msgstr ""
312
 
313
- #: classes/class-loginpress-setup.php:313
314
  msgid "Remove Settings on Uninstall"
315
  msgstr ""
316
 
317
- #: classes/class-loginpress-setup.php:314
318
  #, php-format
319
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
320
  msgstr ""
@@ -327,413 +404,422 @@ msgstr ""
327
  msgid "Info:"
328
  msgstr ""
329
 
330
- #: custom.php:243
331
  msgid "Customize Your WordPress Login Page with LoginPress :)"
332
  msgstr ""
333
 
334
- #: custom.php:256
335
  msgid "Themes"
336
  msgstr ""
337
 
338
- #: custom.php:257
339
  msgid "Choose Theme"
340
  msgstr ""
341
 
342
- #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
343
  msgid "Company"
344
  msgstr ""
345
 
346
- #: custom.php:271 custom.php:282 custom.php:476
347
  msgid "Persona"
348
  msgstr ""
349
 
350
- #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
351
  msgid "Corporate"
352
  msgstr ""
353
 
354
- #: custom.php:274 custom.php:479
355
  msgid "Startup"
356
  msgstr ""
357
 
358
- #: custom.php:275 custom.php:480
359
  msgid "Wedding"
360
  msgstr ""
361
 
362
- #: custom.php:276 custom.php:481
363
  msgid "Wedding #2"
364
  msgstr ""
365
 
366
- #: custom.php:278 custom.php:483
367
  msgid "Bikers"
368
  msgstr ""
369
 
370
- #: custom.php:279
371
  msgid "Fitness"
372
  msgstr ""
373
 
374
- #: custom.php:280
375
  msgid "Shopping"
376
  msgstr ""
377
 
378
- #: custom.php:281
379
  msgid "Writers"
380
  msgstr ""
381
 
382
- #: custom.php:283
383
  msgid "Geek"
384
  msgstr ""
385
 
386
- #: custom.php:284
387
  msgid "Innovation"
388
  msgstr ""
389
 
390
- #: custom.php:285
391
  msgid "Photographers"
392
  msgstr ""
393
 
394
- #: custom.php:314
395
  msgid "Custom Design"
396
  msgstr ""
397
 
398
- #: custom.php:332
399
  msgid "Logo"
400
  msgstr ""
401
 
402
- #: custom.php:333
403
  msgid "Customize Your Logo Section"
404
  msgstr ""
405
 
406
- #: custom.php:352
407
  msgid "Disable Logo:"
408
  msgstr ""
409
 
410
- #: custom.php:365
411
  msgid "Logo Image:"
412
  msgstr ""
413
 
414
- #: custom.php:383
415
  msgid "Logo URL:"
416
  msgstr ""
417
 
418
- #: custom.php:383
419
  msgid "Logo Hover Title:"
420
  msgstr ""
421
 
422
- #: custom.php:409
423
  msgid "Background"
424
  msgstr ""
425
 
426
- #: custom.php:423
427
  msgid "Background Color:"
428
  msgstr ""
429
 
430
- #: custom.php:442
431
  #, fuzzy
432
  #| msgid "Form Background Image"
433
  msgid "Enable Background Image?"
434
  msgstr "Imagen de fondo"
435
 
436
- #: custom.php:456
437
  msgid "Background Image:"
438
  msgstr ""
439
 
440
- #: custom.php:503
 
 
 
 
441
  #, fuzzy
442
  #| msgid "Background Color"
443
  msgid "Background Gallery:"
444
  msgstr "Color de fondo"
445
 
446
- #: custom.php:516
447
  msgid "Background Repeat:"
448
  msgstr ""
449
 
450
- #: custom.php:539
451
  msgid "Select Position:"
452
  msgstr ""
453
 
454
- #: custom.php:564
455
  msgid "Background Image Size: "
456
  msgstr ""
457
 
458
- #: custom.php:582
459
- msgid "Customize Login Form"
460
- msgstr ""
461
-
462
- #: custom.php:604
463
- msgid "Enable Form Transparency:"
464
- msgstr ""
465
-
466
- #: custom.php:617
467
  #, fuzzy
468
  #| msgid "Form Background Image"
469
- msgid "Form Background Image:"
470
  msgstr "Imagen de fondo"
471
 
472
- #: custom.php:744
473
- msgid "Customize Forget Form"
474
- msgstr ""
475
-
476
- #: custom.php:757
477
- #, fuzzy
478
- #| msgid "Forget Form Background Image"
479
- msgid "Forget Form Background Image:"
480
- msgstr "Olvídese De la imagen de fondo"
481
-
482
- #: custom.php:771
483
  #, fuzzy
484
- #| msgid "Forget Form Background Color"
485
- msgid "Forget Form Background Color:"
486
- msgstr "Olvídese Forma Color de fondo"
487
-
488
- #: custom.php:781
489
- msgid "Button Beauty"
490
- msgstr ""
491
-
492
- #: custom.php:812
493
- msgid "Error Messages"
494
- msgstr ""
495
-
496
- #: custom.php:820 custom.php:1545
497
- #, php-format
498
- msgid "%1$sError:%2$s Invalid Password."
499
- msgstr ""
500
-
501
- #: custom.php:823 custom.php:1551
502
- #, php-format
503
- msgid "%1$sError:%2$s The email address isn't correct.."
504
- msgstr ""
505
-
506
- #: custom.php:824 custom.php:1553
507
- #, php-format
508
- msgid "%1$sError:%2$s Please type your email address."
509
- msgstr ""
510
 
511
- #: custom.php:825 custom.php:1555
512
- #, php-format
513
- msgid ""
514
- "%1$sError:%2$s This username is already registered. Please choose another "
515
- "one."
516
  msgstr ""
517
 
518
- #: custom.php:826 custom.php:1557
519
- #, php-format
520
- msgid ""
521
- "%1$sError:%2$s This email is already registered, please choose another one."
522
  msgstr ""
523
 
524
- #: custom.php:827 custom.php:1559
525
- #, php-format
526
- msgid "%1$sError:%2$s Invalid username or email."
527
  msgstr ""
528
 
529
- #: custom.php:830
530
- msgid "Incorrect Username Message:"
531
- msgstr ""
532
-
533
- #: custom.php:831
534
- msgid "Incorrect Password Message:"
535
  msgstr ""
536
 
537
- #: custom.php:832
538
- msgid "Empty Username Message:"
539
  msgstr ""
540
 
541
- #: custom.php:833
542
- msgid "Empty Password Message:"
543
- msgstr ""
 
 
544
 
545
- #: custom.php:834
546
- msgid "Invalid Email Message:"
547
  msgstr ""
548
 
549
- #: custom.php:835
550
- msgid "Empty Email Message:"
551
  msgstr ""
552
 
553
- #: custom.php:836
554
- msgid "Username Already Exist Message:"
555
  msgstr ""
556
 
557
- #: custom.php:837
558
- msgid "Email Already Exist Message:"
559
  msgstr ""
560
 
561
- #: custom.php:838
562
- msgid "Forget Password Message:"
563
  msgstr ""
564
 
565
- #: custom.php:839
566
  #, fuzzy
567
- #| msgid "Invalid Email Message:"
568
- msgid "Login with Email Message:"
569
- msgstr "Mensaje de correo no válido"
570
 
571
- #: custom.php:866
572
- msgid "Welcome Messages"
573
  msgstr ""
574
 
575
- #: custom.php:875
576
- msgid "Welcome Message on Lost Password:"
577
- msgstr ""
 
 
578
 
579
- #: custom.php:876
580
- msgid "Welcome Message on Login Page:"
581
- msgstr ""
 
 
582
 
583
- #: custom.php:877
584
- msgid "Welcome Message on Registration:"
585
  msgstr ""
586
 
587
- #: custom.php:878
588
- msgid "Logout Message:"
589
  msgstr ""
590
 
591
- #: custom.php:879
592
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
593
  msgstr ""
594
 
595
- #: custom.php:912
596
  msgid "Message Field Background Color:"
597
  msgstr ""
598
 
599
- #: custom.php:1024
600
  msgid "Form Footer"
601
  msgstr ""
602
 
603
- #: custom.php:1046
604
  #, fuzzy
605
  #| msgid "Footer Text 1"
606
  msgid "Enable Footer Text:"
607
  msgstr "Texto del pie de página - parte 1"
608
 
609
- #: custom.php:1060
 
 
 
 
 
610
  #, fuzzy
611
  #| msgid "Lost Password Text"
612
  msgid "Lost Password Text:"
613
  msgstr "Perdió Contraseña"
614
 
615
- #: custom.php:1095
 
 
 
 
616
  msgid "Footer Text Color:"
617
  msgstr ""
618
 
619
- #: custom.php:1109
620
  msgid "Footer Text Hover Color:"
621
  msgstr ""
622
 
623
- #: custom.php:1130
624
  msgid "Text Font Size:"
625
  msgstr ""
626
 
627
- #: custom.php:1146
628
  msgid "Footer Background Color:"
629
  msgstr ""
630
 
631
- #: custom.php:1170
632
  msgid "Enable \"Back to\" Text:"
633
  msgstr ""
634
 
635
- #: custom.php:1185
636
  msgid "\"Back to\" Text Decoration:"
637
  msgstr ""
638
 
639
- #: custom.php:1205
640
  msgid "\"Back to\" Text Color:"
641
  msgstr ""
642
 
643
- #: custom.php:1219
644
  msgid "\"Back to\" Text Hover Color:"
645
  msgstr ""
646
 
647
- #: custom.php:1240
648
  msgid "\"Back to\" Text Font Size:"
649
  msgstr ""
650
 
651
- #: custom.php:1256
652
  #, fuzzy
653
  #| msgid "Form Background Color"
654
  msgid "\"Back to\" Background Color:"
655
  msgstr "Color de fondo del formulario"
656
 
657
- #: custom.php:1281
658
  msgid "Enable Copyright Note:"
659
  msgstr ""
660
 
661
- #: custom.php:1285 custom.php:1449
662
  #, php-format
663
  msgid "© %1$s %2$s, All Rights Reserved."
664
  msgstr "© %1$s %2$s, Todos los derechos reservados."
665
 
666
- #: custom.php:1292
667
  msgid "Copyright Note:"
668
  msgstr ""
669
 
670
- #: custom.php:1316
671
  msgid ""
672
  "Show some Love. Please help others learn about this free plugin by placing "
673
  "small link in footer. Thank you very much!"
674
  msgstr ""
675
 
676
- #: custom.php:1331
677
  msgid "Love Position:"
678
  msgstr ""
679
 
680
- #: custom.php:1349
 
 
 
 
 
 
 
 
681
  msgid "Custom CSS/JS"
682
  msgstr ""
683
 
684
- #: custom.php:1362
685
  #, fuzzy
686
  #| msgid "Customize CSS"
687
  msgid "Customize CSS:"
688
  msgstr "Personalizar CSS"
689
 
690
- #: custom.php:1367
691
  #, php-format
692
  msgid ""
693
  "Custom CSS doen't make effect live. For preview please save the setting and "
694
  "visit %1$s login%2$s page or after save refresh the customizer."
695
  msgstr ""
696
 
697
- #: custom.php:1377
698
  #, fuzzy
699
  #| msgid "Customize JS"
700
  msgid "Customize JS:"
701
  msgstr "Personaliza JS"
702
 
703
- #: custom.php:1382
704
  #, php-format
705
  msgid ""
706
  "Custom JS doen't make effect live. For preview please save the setting and "
707
  "visit %1$s login%2$s page or after save refresh the customizer."
708
  msgstr ""
709
 
710
- #: custom.php:1432 custom.php:1434
711
  msgid "Powered by:"
712
  msgstr "Creado por:"
713
 
714
- #: custom.php:1634 include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
  msgid "Username"
716
  msgstr "Nombre de usuario"
717
 
718
- #: custom.php:1636
719
  msgid "Email Address"
720
  msgstr "Dirección de correo electrónico"
721
 
722
- #: custom.php:1703 include/template-loginpress.php:370
723
  msgid ""
724
  "Please enter your username or email address. You will receive a link to "
725
  "create a new password via email."
726
  msgstr ""
727
 
728
- #: custom.php:1711 include/template-loginpress.php:465
729
  msgid "Register For This Site"
730
  msgstr "Regístrate en este sitio"
731
 
732
- #: custom.php:1729 custom.php:1733
733
  msgid "Your password has been reset."
734
  msgstr ""
735
 
736
- #: custom.php:1733 include/template-loginpress.php:397
737
  #: include/template-loginpress.php:491
738
  msgid "Log in"
739
  msgstr "Acceder"
@@ -776,268 +862,352 @@ msgctxt "Page title"
776
  msgid "LoginPress"
777
  msgstr ""
778
 
779
- #: include/customizer-strings.php:8
780
  msgid "Logo Width:"
781
  msgstr ""
782
 
783
- #: include/customizer-strings.php:8
784
  msgid "Logo Height:"
785
  msgstr ""
786
 
787
- #: include/customizer-strings.php:8
788
  msgid "Space Bottom:"
789
  msgstr ""
790
 
791
- #: include/customizer-strings.php:22
792
  #, fuzzy
793
  #| msgid "Input Field Text Color"
794
  msgid "Input Fields:"
795
  msgstr "El campo de entrada de texto en color"
796
 
797
- #: include/customizer-strings.php:23
798
  #, fuzzy
799
  #| msgid "Input Field Text Color"
800
  msgid "Input Field Labels:"
801
  msgstr "El campo de entrada de texto en color"
802
 
803
- #: include/customizer-strings.php:24
804
  #, fuzzy
805
  #| msgid "Login Logo"
806
  msgid "Login Form:"
807
  msgstr "Logo de inicio de sesión"
808
 
809
- #: include/customizer-strings.php:25
810
  #, fuzzy
811
  #| msgid "Lost Password Text"
812
  msgid "Lost Your Password Text"
813
  msgstr "Perdió Contraseña"
814
 
815
- #: include/customizer-strings.php:26
816
  msgid "Back To Site Text"
817
  msgstr ""
818
 
819
- #: include/customizer-strings.php:27
820
  #, fuzzy
821
  #| msgid "Login Footer Links"
822
  msgid "LoginPress Footer Text"
823
  msgstr "Enlaces Acceso de pie de página"
824
 
825
  #: include/customizer-strings.php:29
 
 
 
 
 
 
 
 
 
 
 
 
826
  msgid ""
827
  "This section helps you to easily Customize the login form input field "
828
  "elements."
829
  msgstr ""
830
 
831
- #: include/customizer-strings.php:30
832
  msgid ""
833
  "This section helps you to easily Customize the login form input field labels."
834
  msgstr ""
835
 
836
- #: include/customizer-strings.php:31
837
  msgid ""
838
  "This section helps you to easily Customize the login form elements whether "
839
  "they are form lables, fields or backgrounds."
840
  msgstr ""
841
 
842
- #: include/customizer-strings.php:32
843
  msgid ""
844
  " Customize the \"Lost your password\" and \"Register\" text section under "
845
  "the form."
846
  msgstr ""
847
 
848
- #: include/customizer-strings.php:33
849
  msgid "Customize the \"Back to\" text section under the form."
850
  msgstr ""
851
 
852
- #: include/customizer-strings.php:34
853
  msgid ""
854
  "Customize the copyright note and branding sections at the footer of login "
855
  "page."
856
  msgstr ""
857
 
858
- #: include/customizer-strings.php:44
 
 
 
 
 
 
 
 
 
 
859
  msgid "Form Width:"
860
  msgstr ""
861
 
862
- #: include/customizer-strings.php:45
863
  msgid "Form Minimum Height:"
864
  msgstr ""
865
 
866
- #: include/customizer-strings.php:46
867
  #, fuzzy
868
  #| msgid "Form Padding:"
869
  msgid "Form Radius:"
870
  msgstr "Formulario Relleno:"
871
 
872
- #: include/customizer-strings.php:47
873
  #, fuzzy
874
  #| msgid "Form Padding:"
875
  msgid "Form Shadow:"
876
  msgstr "Formulario Relleno:"
877
 
878
- #: include/customizer-strings.php:48
879
  msgid "Form Shadow Opacity:"
880
  msgstr ""
881
 
882
- #: include/customizer-strings.php:49
883
  msgid "Input Text Field Width:"
884
  msgstr ""
885
 
886
- #: include/customizer-strings.php:50
887
  #, fuzzy
888
  #| msgid "Input Text Field Margin"
889
  msgid "Input Text Field Radius:"
890
  msgstr "Entrada de texto Margen Campo"
891
 
892
- #: include/customizer-strings.php:51
893
  #, fuzzy
894
  #| msgid "Input Text Field Width"
895
  msgid "Input Text Field Shadow:"
896
  msgstr "Entrada de texto Ancho de campo"
897
 
898
- #: include/customizer-strings.php:52
899
  #, fuzzy
900
  #| msgid "Input Text Field Width"
901
  msgid "Input Text Field Shadow Opacity:"
902
  msgstr "Entrada de texto Ancho de campo"
903
 
904
- #: include/customizer-strings.php:53
905
  #, fuzzy
906
  #| msgid "Input Field Text Color"
907
  msgid "Input Field Label Font Size:"
908
  msgstr "El campo de entrada de texto en color"
909
 
910
- #: include/customizer-strings.php:54
911
  #, fuzzy
912
  #| msgid "Text Font Size:"
913
  msgid "Remember Me Font Size:"
914
  msgstr "Texto: tamaño del tipo de letra"
915
 
916
- #: include/customizer-strings.php:73
917
  msgid "Form Background Color:"
918
  msgstr ""
919
 
920
- #: include/customizer-strings.php:74
921
  msgid "Input Field Background Color:"
922
  msgstr ""
923
 
924
- #: include/customizer-strings.php:75
925
  msgid "Input Field Text Color:"
926
  msgstr ""
927
 
928
- #: include/customizer-strings.php:76
929
  #, fuzzy
930
  #| msgid "Input Field Text Color"
931
  msgid "Input Field Label Color:"
932
  msgstr "El campo de entrada de texto en color"
933
 
934
- #: include/customizer-strings.php:77
935
  #, fuzzy
936
  #| msgid "Label Color"
937
  msgid "Remember me Label Color:"
938
  msgstr "Etiqueta de color"
939
 
940
- #: include/customizer-strings.php:81 include/template-loginpress.php:382
941
  #: include/template-loginpress.php:514
942
  msgid "Username or Email Address"
943
  msgstr "Nombre de usuario o dirección de correo electrónico"
944
 
945
- #: include/customizer-strings.php:83
946
  msgid "Form Padding:"
947
  msgstr ""
948
 
949
- #: include/customizer-strings.php:84
950
  msgid "Border (Example: 2px dotted black):"
951
  msgstr ""
952
 
953
- #: include/customizer-strings.php:85
954
  msgid "Input Text Field Margin:"
955
  msgstr ""
956
 
957
- #: include/customizer-strings.php:86
958
  #, fuzzy
959
  #| msgid "Empty Username Message:"
960
  msgid "Username Label:"
961
  msgstr "Vacío Mensaje Usuario:"
962
 
963
- #: include/customizer-strings.php:87
964
  #, fuzzy
965
  #| msgid "Empty Password Message:"
966
  msgid "Password Label:"
967
  msgstr "Mensaje contraseña vacío:"
968
 
969
- #: include/customizer-strings.php:98
970
  msgid "Button Color:"
971
  msgstr ""
972
 
973
- #: include/customizer-strings.php:99
974
  msgid "Button Border Color:"
975
  msgstr ""
976
 
977
- #: include/customizer-strings.php:100
978
  msgid "Button Color (Hover):"
979
  msgstr ""
980
 
981
- #: include/customizer-strings.php:101
982
  msgid "Button Border (Hover):"
983
  msgstr ""
984
 
985
- #: include/customizer-strings.php:102
986
  msgid "Button Box Shadow:"
987
  msgstr ""
988
 
989
- #: include/customizer-strings.php:103
990
  msgid "Button Text Color:"
991
  msgstr ""
992
 
993
- #: include/customizer-strings.php:108
994
  #, fuzzy
995
  #| msgid "Text Font Size:"
996
  msgid "Button Size:"
997
  msgstr "Texto: tamaño del tipo de letra"
998
 
999
- #: include/customizer-strings.php:108
1000
  #, fuzzy
1001
  #| msgid "Form Padding:"
1002
  msgid "Button Top Padding:"
1003
  msgstr "Formulario Relleno:"
1004
 
1005
- #: include/customizer-strings.php:108
1006
  #, fuzzy
1007
  #| msgid "Form Padding:"
1008
  msgid "Button Bottom Padding:"
1009
  msgstr "Formulario Relleno:"
1010
 
1011
- #: include/customizer-strings.php:108
1012
  msgid "Radius:"
1013
  msgstr ""
1014
 
1015
- #: include/customizer-strings.php:108
1016
  msgid "Shadow:"
1017
  msgstr ""
1018
 
1019
- #: include/customizer-strings.php:108
1020
  msgid "Shadow Opacity:"
1021
  msgstr ""
1022
 
1023
- #: include/customizer-strings.php:108
1024
  msgid "Text Size:"
1025
  msgstr ""
1026
 
1027
- #: include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1028
  msgid "Quick feedback about LoginPress"
1029
  msgstr "Comentarios rápidos sobre LoginPress"
1030
 
1031
- #: include/deactivate_modal.php:134
1032
  msgid "If you have a moment, please let us know why you are deactivating:"
1033
  msgstr ""
1034
  "Si tiene un momento, por favor, háganos saber por qué está desactivando:"
1035
 
1036
- #: include/deactivate_modal.php:141
1037
  msgid " I upgraded to LoginPress Pro"
1038
  msgstr " Me actualicé a LoginPress Pro"
1039
 
1040
- #: include/deactivate_modal.php:143
1041
  msgid ""
1042
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1043
  "add-on with Core version."
@@ -1045,59 +1215,59 @@ msgstr ""
1045
  "No es necesario desactivar esta versión de LoginPress Core. La versión Pro "
1046
  "funciona como un complemento con la versión Core."
1047
 
1048
- #: include/deactivate_modal.php:150
1049
  msgid "I only needed the plugin for a short period"
1050
  msgstr "Sólo necesitaba el plugin por un corto período"
1051
 
1052
- #: include/deactivate_modal.php:159
1053
  msgid "I found a better plugin"
1054
  msgstr "Encontré un mejor plugin"
1055
 
1056
- #: include/deactivate_modal.php:162
1057
  msgid "Kindly tell us the Plugin name."
1058
  msgstr "Amablemente díganos el nombre del complemento."
1059
 
1060
- #: include/deactivate_modal.php:169
1061
  msgid "The plugin broke my site"
1062
  msgstr "El plugin rompió mi sitio"
1063
 
1064
- #: include/deactivate_modal.php:178
1065
  msgid "The plugin suddenly stopped working"
1066
  msgstr "El complemento de repente dejó de funcionar"
1067
 
1068
- #: include/deactivate_modal.php:187
1069
  msgid "I no longer need the plugin"
1070
  msgstr "Ya no necesito el complemento"
1071
 
1072
- #: include/deactivate_modal.php:196
1073
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1074
  msgstr "Es una desactivación temporal. Solo estoy depurando un problema."
1075
 
1076
- #: include/deactivate_modal.php:205
1077
  msgid "Other"
1078
  msgstr "Otros"
1079
 
1080
- #: include/deactivate_modal.php:208
1081
  msgid "Kindly tell us the reason so we can improve."
1082
  msgstr "Por favor, dínos la razón para que podamos mejorar."
1083
 
1084
- #: include/deactivate_modal.php:213
1085
  msgid "Anonymous feedback"
1086
  msgstr "Comentarios anónimo"
1087
 
1088
- #: include/deactivate_modal.php:214
1089
  msgid "Skip & Deactivate"
1090
  msgstr "Saltar y desactivar"
1091
 
1092
- #: include/deactivate_modal.php:217
1093
  msgid "Submit & Deactivate"
1094
  msgstr "Enviar y desactivar"
1095
 
1096
- #: include/deactivate_modal.php:218
1097
  msgid "Cancel"
1098
  msgstr "Cancelar"
1099
 
1100
- #: include/loginpress-import-export.php:10
1101
  msgid ""
1102
  "Import/Export your LoginPress Settings for/from other sites. This will "
1103
  "export/import all the settings including Customizer settings as well."
@@ -1106,36 +1276,36 @@ msgstr ""
1106
  "Esto exportará / importará todas las configuraciones, incluida la "
1107
  "configuración del personalizador también."
1108
 
1109
- #: include/loginpress-import-export.php:15
1110
  msgid "Import Settings:"
1111
  msgstr "Configuración de importación:"
1112
 
1113
- #: include/loginpress-import-export.php:19
1114
  msgid "Import"
1115
  msgstr "Importar"
1116
 
1117
- #: include/loginpress-import-export.php:23
1118
  msgid "LoginPress Settings Imported Successfully."
1119
  msgstr "Configuración de inicio de sesión importada con éxito."
1120
 
1121
- #: include/loginpress-import-export.php:25
1122
  msgid "Select a file and click on Import to start processing."
1123
  msgstr ""
1124
  "Seleccione un archivo y haga clic en Importar para comenzar el procesamiento."
1125
 
1126
- #: include/loginpress-import-export.php:30
1127
  msgid "Export Settings:"
1128
  msgstr "Configuración de exportación:"
1129
 
1130
- #: include/loginpress-import-export.php:33
1131
  msgid "Export"
1132
  msgstr "Exportar"
1133
 
1134
- #: include/loginpress-import-export.php:37
1135
  msgid "LoginPress Settings Exported Successfully!"
1136
  msgstr "Configuración de LoginPress exportada con éxito!"
1137
 
1138
- #: include/loginpress-import-export.php:38
1139
  msgid "Export LoginPress Settings."
1140
  msgstr "Exportar la configuración de LoginPress."
1141
 
@@ -1211,17 +1381,18 @@ msgstr ""
1211
  "Esta información nos ayuda a conocer qué características son las más "
1212
  "populares, por lo que podemos mejorar aún más el complemento."
1213
 
1214
- #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
 
1215
  msgid "Opt Out"
1216
  msgstr ""
1217
 
1218
- #: include/loginpress-optout-form.php:98
1219
  msgid ""
1220
  "We appreciate your help in making the plugin better by letting us track some "
1221
  "usage data."
1222
  msgstr ""
1223
 
1224
- #: include/loginpress-optout-form.php:102
1225
  #, php-format
1226
  msgid ""
1227
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1230,14 +1401,14 @@ msgid ""
1230
  "the tracking."
1231
  msgstr ""
1232
 
1233
- #: include/loginpress-optout-form.php:103
1234
  #, php-format
1235
  msgid ""
1236
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1237
  "LoginPress%2$s."
1238
  msgstr ""
1239
 
1240
- #: include/loginpress-optout-form.php:110
1241
  msgid "On second thought - I want to continue helping"
1242
  msgstr ""
1243
 
@@ -1292,10 +1463,6 @@ msgstr ""
1292
  msgid "Registration confirmation will be emailed to you."
1293
  msgstr "La confirmación de registro será enviada por correo."
1294
 
1295
- #: include/template-loginpress.php:493 include/template-loginpress.php:552
1296
- msgid "Lost your password?"
1297
- msgstr "¿Olvidaste tu contraseña?"
1298
-
1299
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1300
  msgid "Log In"
1301
  msgstr "Acceder"
@@ -1304,70 +1471,38 @@ msgstr "Acceder"
1304
  msgid "Remember Me"
1305
  msgstr "Recuérdame"
1306
 
1307
- #: loginpress.php:278
1308
  msgid "Activate"
1309
  msgstr "Activar"
1310
 
1311
- #: loginpress.php:378
1312
- msgid "Vote!"
1313
- msgstr "Votar!"
1314
-
1315
- #: loginpress.php:571
1316
- msgid "Leave A Review?"
1317
- msgstr "Deja una Opinión?"
1318
-
1319
- #: loginpress.php:572
1320
- msgid ""
1321
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1322
- "review on WordPress.org?"
1323
  msgstr ""
1324
- "¡Esperamos que haya disfrutado usando LoginPress! ¿Consideraría dejarnos una "
1325
- "revisión en WordPress.org?"
1326
-
1327
- #: loginpress.php:574
1328
- msgid "Sure! I'd love to!"
1329
- msgstr "Me encantaría!"
1330
 
1331
- #: loginpress.php:575
1332
- msgid "I've already left a review"
1333
- msgstr "Ya he dejado una reseña"
1334
-
1335
- #: loginpress.php:576
1336
- msgid "Maybe Later"
1337
- msgstr "Quizás más tarde"
1338
-
1339
- #: loginpress.php:577
1340
- msgid "Never show again"
1341
- msgstr "No mostrar de nuevo"
1342
-
1343
- #: loginpress.php:602
1344
- msgid "Introducing LoginPress Addons!"
1345
- msgstr ""
1346
 
1347
- #: loginpress.php:603
1348
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1349
  msgstr ""
1350
 
1351
- #: loginpress.php:607
1352
- msgid "Learn More"
1353
- msgstr "Aprende más"
1354
-
1355
- #: loginpress.php:666
1356
  #, php-format
1357
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1358
  msgstr ""
1359
 
1360
- #: loginpress.php:670
1361
  #, php-format
1362
  msgid " | %1$s Opt Out %2$s "
1363
  msgstr ""
1364
 
1365
- #: loginpress.php:672
1366
  #, php-format
1367
  msgid " | %1$s Opt In %2$s "
1368
  msgstr ""
1369
 
1370
- #: loginpress.php:678
1371
  #, php-format
1372
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1373
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
+ "POT-Creation-Date: 2019-04-25 12:52+0500\n"
5
+ "PO-Revision-Date: 2019-04-25 12:52+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: es\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\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
+ #: classes/class-loginpress-addons.php:120
23
+ #: classes/class-loginpress-addons.php:205
24
+ #: classes/class-loginpress-addons.php:244
25
  #, php-format
26
  msgid "%1$s Already Installed %2$s"
27
  msgstr ""
28
 
29
+ #: classes/class-loginpress-addons.php:124
30
+ #: classes/class-loginpress-addons.php:210
31
  #, php-format
32
  msgid "%1$s Activate Plugin %2$s"
33
  msgstr ""
34
 
35
+ #: classes/class-loginpress-addons.php:140
36
+ #: classes/class-loginpress-addons.php:225
37
+ #: classes/class-loginpress-addons.php:319
38
+ msgid "UPGRADE NOW"
39
+ msgstr ""
40
+
41
+ #: classes/class-loginpress-addons.php:215
42
+ #: classes/class-loginpress-addons.php:255
43
  #, php-format
44
  msgid "%1$s Install %2$s"
45
  msgstr ""
46
 
47
+ #: classes/class-loginpress-addons.php:250
48
+ #, php-format
49
+ msgid "%3$s %1$s Activate Plugin %2$s"
50
+ msgstr ""
51
+
52
+ #: classes/class-loginpress-addons.php:337
53
  msgid "You have a lifetime license, it will never expire."
54
  msgstr ""
55
 
56
+ #: classes/class-loginpress-addons.php:341
57
  #, php-format
58
  msgid "Your (%2$s) license key is valid until %s."
59
  msgstr ""
60
 
61
+ #: classes/class-loginpress-addons.php:355
62
  msgid "You need to activate your license to download the following add-ons."
63
  msgstr ""
64
 
65
+ #: classes/class-loginpress-addons.php:368
66
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
67
  msgstr ""
68
 
69
+ #: classes/class-loginpress-addons.php:586
70
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
71
  msgstr ""
72
 
73
  #: classes/class-loginpress-custom-password.php:45
74
+ #: include/customizer-strings.php:86 include/template-loginpress.php:518
75
  msgid "Password"
76
  msgstr "Contraseña"
77
 
135
  "and many more."
136
  msgstr ""
137
 
138
+ #: classes/class-loginpress-login-order.php:69 custom.php:1643
139
+ #: include/customizer-strings.php:141
140
  #, php-format
141
  msgid "%1$sError:%2$s The username field is empty."
142
  msgstr ""
143
 
144
+ #: classes/class-loginpress-login-order.php:71 custom.php:1645
145
+ #: include/customizer-strings.php:142
146
  #, php-format
147
  msgid "%1$sError:%2$s The password field is empty."
148
  msgstr ""
149
 
150
+ #: classes/class-loginpress-login-order.php:92
151
+ #: include/customizer-strings.php:148
152
  #, php-format
153
  msgid "%1$sError:%2$s Invalid Email Address"
154
  msgstr ""
155
 
156
+ #: classes/class-loginpress-login-order.php:114 custom.php:1639
157
+ #: include/customizer-strings.php:140
158
  #, php-format
159
  msgid "%1$sError:%2$s Invalid Username."
160
  msgstr ""
161
 
162
+ #: classes/class-loginpress-notifications.php:130
163
+ msgid "Leave A Review?"
164
+ msgstr "Deja una Opinión?"
165
+
166
+ #: classes/class-loginpress-notifications.php:131
167
+ msgid ""
168
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
169
+ "review on WordPress.org?"
170
+ msgstr ""
171
+ "¡Esperamos que haya disfrutado usando LoginPress! ¿Consideraría dejarnos una "
172
+ "revisión en WordPress.org?"
173
+
174
+ #: classes/class-loginpress-notifications.php:133
175
+ msgid "Sure! I'd love to!"
176
+ msgstr "Me encantaría!"
177
+
178
+ #: classes/class-loginpress-notifications.php:134
179
+ msgid "I've already left a review"
180
+ msgstr "Ya he dejado una reseña"
181
+
182
+ #: classes/class-loginpress-notifications.php:135
183
+ msgid "Maybe Later"
184
+ msgstr "Quizás más tarde"
185
+
186
+ #: classes/class-loginpress-notifications.php:136
187
+ msgid "Never show again"
188
+ msgstr "No mostrar de nuevo"
189
+
190
+ #: classes/class-loginpress-notifications.php:161
191
+ msgid "Introducing LoginPress Addons!"
192
+ msgstr ""
193
+
194
+ #: classes/class-loginpress-notifications.php:162
195
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
196
+ msgstr ""
197
+
198
+ #: classes/class-loginpress-notifications.php:166
199
+ msgid "Learn More"
200
+ msgstr "Aprende más"
201
+
202
+ #: classes/class-loginpress-notifications.php:270
203
+ msgid "FLAT 51% OFF"
204
+ msgstr ""
205
+
206
+ #: classes/class-loginpress-notifications.php:295
207
+ #, php-format
208
+ msgid ""
209
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
210
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
211
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
212
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
213
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
214
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
215
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
216
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
217
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
218
+ "free version</a>"
219
+ msgstr ""
220
+
221
  #: classes/class-loginpress-promo.php:9
222
  msgid "Google Fonts"
223
  msgstr ""
231
  msgid "reCAPTCHA"
232
  msgstr ""
233
 
234
+ #: classes/class-loginpress-settings-api.php:372 custom.php:647
235
  msgid "Choose File"
236
  msgstr ""
237
 
275
  msgid "Default Settings Restored"
276
  msgstr ""
277
 
278
+ #: classes/class-loginpress-setup.php:60 custom.php:250 loginpress.php:279
279
  msgid "LoginPress"
280
  msgstr ""
281
 
291
  msgid "Help"
292
  msgstr ""
293
 
294
+ #: classes/class-loginpress-setup.php:68
295
+ #: include/loginpress-import-export.php:13
296
  msgid "Import/Export LoginPress Settings"
297
  msgstr ""
298
 
309
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
310
  msgstr ""
311
 
312
+ #: classes/class-loginpress-setup.php:102
313
  msgid "Upgrade to Pro for More Features"
314
  msgstr ""
315
 
316
+ #: classes/class-loginpress-setup.php:127
317
  msgid "Session Expire"
318
  msgstr ""
319
 
320
+ #: classes/class-loginpress-setup.php:128
321
  msgid "Set the session expiration time in minutes. e.g: 10"
322
  msgstr ""
323
 
324
+ #: classes/class-loginpress-setup.php:129
325
  msgid "10"
326
  msgstr ""
327
 
328
+ #: classes/class-loginpress-setup.php:152
329
  #, fuzzy
330
  #| msgid "Lost Password Text"
331
  msgid "Custom Password Fields"
332
  msgstr "Perdió Contraseña"
333
 
334
+ #: classes/class-loginpress-setup.php:153
335
  msgid "Enable custom password fields on registration form."
336
  msgstr ""
337
 
338
+ #: classes/class-loginpress-setup.php:158
339
  msgid "Login Order"
340
  msgstr ""
341
 
342
+ #: classes/class-loginpress-setup.php:159
343
  msgid "Enable users to login using their username and/or email address."
344
  msgstr ""
345
 
346
+ #: classes/class-loginpress-setup.php:176
347
  msgid "Reset Default Settings"
348
  msgstr ""
349
 
350
+ #: classes/class-loginpress-setup.php:177
351
  msgid "Remove my custom settings."
352
  msgstr ""
353
 
354
+ #: classes/class-loginpress-setup.php:213
355
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
356
  msgstr ""
357
 
358
+ #: classes/class-loginpress-setup.php:232
359
  #, php-format
360
  msgid "Free support is available on the %1$s plugin support forums%2$s."
361
  msgstr ""
362
 
363
+ #: classes/class-loginpress-setup.php:234
364
  #, php-format
365
  msgid ""
366
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
367
  "%2$s."
368
  msgstr ""
369
 
370
+ #: classes/class-loginpress-setup.php:240
371
  msgid "Download Log File"
372
  msgstr ""
373
 
374
+ #: classes/class-loginpress-setup.php:296
375
  #, fuzzy
376
  #| msgid "Lost Password Text"
377
  msgid "Lost Password URL"
378
  msgstr "Perdió Contraseña"
379
 
380
+ #: classes/class-loginpress-setup.php:297
381
  msgid ""
382
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
383
  "password URL."
384
  msgstr ""
385
 
386
+ #: classes/class-loginpress-setup.php:314
387
  msgid "and LoginPress page"
388
  msgstr ""
389
 
390
+ #: classes/class-loginpress-setup.php:319
391
  msgid "Remove Settings on Uninstall"
392
  msgstr ""
393
 
394
+ #: classes/class-loginpress-setup.php:320
395
  #, php-format
396
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
397
  msgstr ""
404
  msgid "Info:"
405
  msgstr ""
406
 
407
+ #: custom.php:251
408
  msgid "Customize Your WordPress Login Page with LoginPress :)"
409
  msgstr ""
410
 
411
+ #: custom.php:264
412
  msgid "Themes"
413
  msgstr ""
414
 
415
+ #: custom.php:265
416
  msgid "Choose Theme"
417
  msgstr ""
418
 
419
+ #: custom.php:279 custom.php:286 custom.php:496 custom.php:503
420
  msgid "Company"
421
  msgstr ""
422
 
423
+ #: custom.php:280 custom.php:291 custom.php:497
424
  msgid "Persona"
425
  msgstr ""
426
 
427
+ #: custom.php:281 custom.php:282 custom.php:498 custom.php:499
428
  msgid "Corporate"
429
  msgstr ""
430
 
431
+ #: custom.php:283 custom.php:500
432
  msgid "Startup"
433
  msgstr ""
434
 
435
+ #: custom.php:284 custom.php:501
436
  msgid "Wedding"
437
  msgstr ""
438
 
439
+ #: custom.php:285 custom.php:502
440
  msgid "Wedding #2"
441
  msgstr ""
442
 
443
+ #: custom.php:287 custom.php:504
444
  msgid "Bikers"
445
  msgstr ""
446
 
447
+ #: custom.php:288
448
  msgid "Fitness"
449
  msgstr ""
450
 
451
+ #: custom.php:289
452
  msgid "Shopping"
453
  msgstr ""
454
 
455
+ #: custom.php:290
456
  msgid "Writers"
457
  msgstr ""
458
 
459
+ #: custom.php:292
460
  msgid "Geek"
461
  msgstr ""
462
 
463
+ #: custom.php:293
464
  msgid "Innovation"
465
  msgstr ""
466
 
467
+ #: custom.php:294
468
  msgid "Photographers"
469
  msgstr ""
470
 
471
+ #: custom.php:323
472
  msgid "Custom Design"
473
  msgstr ""
474
 
475
+ #: custom.php:341
476
  msgid "Logo"
477
  msgstr ""
478
 
479
+ #: custom.php:342
480
  msgid "Customize Your Logo Section"
481
  msgstr ""
482
 
483
+ #: custom.php:362
484
  msgid "Disable Logo:"
485
  msgstr ""
486
 
487
+ #: custom.php:376
488
  msgid "Logo Image:"
489
  msgstr ""
490
 
491
+ #: custom.php:394
492
  msgid "Logo URL:"
493
  msgstr ""
494
 
495
+ #: custom.php:394
496
  msgid "Logo Hover Title:"
497
  msgstr ""
498
 
499
+ #: custom.php:422
500
  msgid "Background"
501
  msgstr ""
502
 
503
+ #: custom.php:437
504
  msgid "Background Color:"
505
  msgstr ""
506
 
507
+ #: custom.php:460
508
  #, fuzzy
509
  #| msgid "Form Background Image"
510
  msgid "Enable Background Image?"
511
  msgstr "Imagen de fondo"
512
 
513
+ #: custom.php:475
514
  msgid "Background Image:"
515
  msgstr ""
516
 
517
+ #: custom.php:480
518
+ msgid "Select Image"
519
+ msgstr ""
520
+
521
+ #: custom.php:524
522
  #, fuzzy
523
  #| msgid "Background Color"
524
  msgid "Background Gallery:"
525
  msgstr "Color de fondo"
526
 
527
+ #: custom.php:538
528
  msgid "Background Repeat:"
529
  msgstr ""
530
 
531
+ #: custom.php:563
532
  msgid "Select Position:"
533
  msgstr ""
534
 
535
+ #: custom.php:589
536
  msgid "Background Image Size: "
537
  msgstr ""
538
 
539
+ #: custom.php:619
 
 
 
 
 
 
 
 
540
  #, fuzzy
541
  #| msgid "Form Background Image"
542
+ msgid "Enable Background Video?"
543
  msgstr "Imagen de fondo"
544
 
545
+ #: custom.php:637
 
 
 
 
 
 
 
 
 
 
546
  #, fuzzy
547
+ #| msgid "Background Color"
548
+ msgid "Background Video:"
549
+ msgstr "Color de fondo"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
550
 
551
+ #: custom.php:642
552
+ msgid "Select Video"
 
 
 
553
  msgstr ""
554
 
555
+ #: custom.php:643
556
+ msgid "Change Video"
 
 
557
  msgstr ""
558
 
559
+ #: custom.php:644
560
+ msgid "Default"
 
561
  msgstr ""
562
 
563
+ #: custom.php:645
564
+ msgid "Remove"
 
 
 
 
565
  msgstr ""
566
 
567
+ #: custom.php:646
568
+ msgid "Select File"
569
  msgstr ""
570
 
571
+ #: custom.php:660
572
+ #, fuzzy
573
+ #| msgid "Text Font Size:"
574
+ msgid "Video Size:"
575
+ msgstr "Texto: tamaño del tipo de letra"
576
 
577
+ #: custom.php:681
578
+ msgid "Object Postion:"
579
  msgstr ""
580
 
581
+ #: custom.php:686
582
+ msgid "50% 50%"
583
  msgstr ""
584
 
585
+ #: custom.php:704
586
+ msgid "Muted Video?"
587
  msgstr ""
588
 
589
+ #: custom.php:714
590
+ msgid "Customize Login Form"
591
  msgstr ""
592
 
593
+ #: custom.php:737
594
+ msgid "Enable Form Transparency:"
595
  msgstr ""
596
 
597
+ #: custom.php:751
598
  #, fuzzy
599
+ #| msgid "Form Background Image"
600
+ msgid "Form Background Image:"
601
+ msgstr "Imagen de fondo"
602
 
603
+ #: custom.php:880
604
+ msgid "Customize Forget Form"
605
  msgstr ""
606
 
607
+ #: custom.php:894
608
+ #, fuzzy
609
+ #| msgid "Forget Form Background Image"
610
+ msgid "Forget Form Background Image:"
611
+ msgstr "Olvídese De la imagen de fondo"
612
 
613
+ #: custom.php:909
614
+ #, fuzzy
615
+ #| msgid "Forget Form Background Color"
616
+ msgid "Forget Form Background Color:"
617
+ msgstr "Olvídese Forma Color de fondo"
618
 
619
+ #: custom.php:919
620
+ msgid "Button Beauty"
621
  msgstr ""
622
 
623
+ #: custom.php:950
624
+ msgid "Error Messages"
625
  msgstr ""
626
 
627
+ #: custom.php:981
628
+ msgid "Welcome Messages"
629
  msgstr ""
630
 
631
+ #: custom.php:1019
632
  msgid "Message Field Background Color:"
633
  msgstr ""
634
 
635
+ #: custom.php:1131
636
  msgid "Form Footer"
637
  msgstr ""
638
 
639
+ #: custom.php:1154
640
  #, fuzzy
641
  #| msgid "Footer Text 1"
642
  msgid "Enable Footer Text:"
643
  msgstr "Texto del pie de página - parte 1"
644
 
645
+ #: custom.php:1161 include/template-loginpress.php:493
646
+ #: include/template-loginpress.php:552
647
+ msgid "Lost your password?"
648
+ msgstr "¿Olvidaste tu contraseña?"
649
+
650
+ #: custom.php:1169
651
  #, fuzzy
652
  #| msgid "Lost Password Text"
653
  msgid "Lost Password Text:"
654
  msgstr "Perdió Contraseña"
655
 
656
+ #: custom.php:1185
657
+ msgid "Select Text Decoration:"
658
+ msgstr ""
659
+
660
+ #: custom.php:1206
661
  msgid "Footer Text Color:"
662
  msgstr ""
663
 
664
+ #: custom.php:1221
665
  msgid "Footer Text Hover Color:"
666
  msgstr ""
667
 
668
+ #: custom.php:1242
669
  msgid "Text Font Size:"
670
  msgstr ""
671
 
672
+ #: custom.php:1259
673
  msgid "Footer Background Color:"
674
  msgstr ""
675
 
676
+ #: custom.php:1284
677
  msgid "Enable \"Back to\" Text:"
678
  msgstr ""
679
 
680
+ #: custom.php:1300
681
  msgid "\"Back to\" Text Decoration:"
682
  msgstr ""
683
 
684
+ #: custom.php:1321
685
  msgid "\"Back to\" Text Color:"
686
  msgstr ""
687
 
688
+ #: custom.php:1336
689
  msgid "\"Back to\" Text Hover Color:"
690
  msgstr ""
691
 
692
+ #: custom.php:1357
693
  msgid "\"Back to\" Text Font Size:"
694
  msgstr ""
695
 
696
+ #: custom.php:1374
697
  #, fuzzy
698
  #| msgid "Form Background Color"
699
  msgid "\"Back to\" Background Color:"
700
  msgstr "Color de fondo del formulario"
701
 
702
+ #: custom.php:1400
703
  msgid "Enable Copyright Note:"
704
  msgstr ""
705
 
706
+ #: custom.php:1404 custom.php:1545
707
  #, php-format
708
  msgid "© %1$s %2$s, All Rights Reserved."
709
  msgstr "© %1$s %2$s, Todos los derechos reservados."
710
 
711
+ #: custom.php:1412
712
  msgid "Copyright Note:"
713
  msgstr ""
714
 
715
+ #: custom.php:1437
716
  msgid ""
717
  "Show some Love. Please help others learn about this free plugin by placing "
718
  "small link in footer. Thank you very much!"
719
  msgstr ""
720
 
721
+ #: custom.php:1453
722
  msgid "Love Position:"
723
  msgstr ""
724
 
725
+ #: custom.php:1459
726
+ msgid "Left"
727
+ msgstr ""
728
+
729
+ #: custom.php:1460
730
+ msgid "Right"
731
+ msgstr ""
732
+
733
+ #: custom.php:1471
734
  msgid "Custom CSS/JS"
735
  msgstr ""
736
 
737
+ #: custom.php:1484
738
  #, fuzzy
739
  #| msgid "Customize CSS"
740
  msgid "Customize CSS:"
741
  msgstr "Personalizar CSS"
742
 
743
+ #: custom.php:1489
744
  #, php-format
745
  msgid ""
746
  "Custom CSS doen't make effect live. For preview please save the setting and "
747
  "visit %1$s login%2$s page or after save refresh the customizer."
748
  msgstr ""
749
 
750
+ #: custom.php:1499
751
  #, fuzzy
752
  #| msgid "Customize JS"
753
  msgid "Customize JS:"
754
  msgstr "Personaliza JS"
755
 
756
+ #: custom.php:1504
757
  #, php-format
758
  msgid ""
759
  "Custom JS doen't make effect live. For preview please save the setting and "
760
  "visit %1$s login%2$s page or after save refresh the customizer."
761
  msgstr ""
762
 
763
+ #: custom.php:1528 custom.php:1530
764
  msgid "Powered by:"
765
  msgstr "Creado por:"
766
 
767
+ #: custom.php:1641 include/customizer-strings.php:140
768
+ #, php-format
769
+ msgid "%1$sError:%2$s Invalid Password."
770
+ msgstr ""
771
+
772
+ #: custom.php:1647 include/customizer-strings.php:143
773
+ #, php-format
774
+ msgid "%1$sError:%2$s The email address isn't correct.."
775
+ msgstr ""
776
+
777
+ #: custom.php:1649 include/customizer-strings.php:144
778
+ #, php-format
779
+ msgid "%1$sError:%2$s Please type your email address."
780
+ msgstr ""
781
+
782
+ #: custom.php:1651 include/customizer-strings.php:145
783
+ #, php-format
784
+ msgid ""
785
+ "%1$sError:%2$s This username is already registered. Please choose another "
786
+ "one."
787
+ msgstr ""
788
+
789
+ #: custom.php:1653 include/customizer-strings.php:146
790
+ #, php-format
791
+ msgid ""
792
+ "%1$sError:%2$s This email is already registered, please choose another one."
793
+ msgstr ""
794
+
795
+ #: custom.php:1655 include/customizer-strings.php:147
796
+ #, php-format
797
+ msgid "%1$sError:%2$s Invalid username or email."
798
+ msgstr ""
799
+
800
+ #: custom.php:1730 include/template-loginpress.php:469
801
  msgid "Username"
802
  msgstr "Nombre de usuario"
803
 
804
+ #: custom.php:1732
805
  msgid "Email Address"
806
  msgstr "Dirección de correo electrónico"
807
 
808
+ #: custom.php:1799 include/template-loginpress.php:370
809
  msgid ""
810
  "Please enter your username or email address. You will receive a link to "
811
  "create a new password via email."
812
  msgstr ""
813
 
814
+ #: custom.php:1807 include/template-loginpress.php:465
815
  msgid "Register For This Site"
816
  msgstr "Regístrate en este sitio"
817
 
818
+ #: custom.php:1825 custom.php:1829
819
  msgid "Your password has been reset."
820
  msgstr ""
821
 
822
+ #: custom.php:1829 include/template-loginpress.php:397
823
  #: include/template-loginpress.php:491
824
  msgid "Log in"
825
  msgstr "Acceder"
862
  msgid "LoginPress"
863
  msgstr ""
864
 
865
+ #: include/customizer-strings.php:9
866
  msgid "Logo Width:"
867
  msgstr ""
868
 
869
+ #: include/customizer-strings.php:9
870
  msgid "Logo Height:"
871
  msgstr ""
872
 
873
+ #: include/customizer-strings.php:9
874
  msgid "Space Bottom:"
875
  msgstr ""
876
 
877
+ #: include/customizer-strings.php:23
878
  #, fuzzy
879
  #| msgid "Input Field Text Color"
880
  msgid "Input Fields:"
881
  msgstr "El campo de entrada de texto en color"
882
 
883
+ #: include/customizer-strings.php:24
884
  #, fuzzy
885
  #| msgid "Input Field Text Color"
886
  msgid "Input Field Labels:"
887
  msgstr "El campo de entrada de texto en color"
888
 
889
+ #: include/customizer-strings.php:25
890
  #, fuzzy
891
  #| msgid "Login Logo"
892
  msgid "Login Form:"
893
  msgstr "Logo de inicio de sesión"
894
 
895
+ #: include/customizer-strings.php:26
896
  #, fuzzy
897
  #| msgid "Lost Password Text"
898
  msgid "Lost Your Password Text"
899
  msgstr "Perdió Contraseña"
900
 
901
+ #: include/customizer-strings.php:27
902
  msgid "Back To Site Text"
903
  msgstr ""
904
 
905
+ #: include/customizer-strings.php:28
906
  #, fuzzy
907
  #| msgid "Login Footer Links"
908
  msgid "LoginPress Footer Text"
909
  msgstr "Enlaces Acceso de pie de página"
910
 
911
  #: include/customizer-strings.php:29
912
+ #, fuzzy
913
+ #| msgid "Form Background Image"
914
+ msgid "Background Image"
915
+ msgstr "Imagen de fondo"
916
+
917
+ #: include/customizer-strings.php:30
918
+ #, fuzzy
919
+ #| msgid "Background Color"
920
+ msgid "Background Video"
921
+ msgstr "Color de fondo"
922
+
923
+ #: include/customizer-strings.php:32
924
  msgid ""
925
  "This section helps you to easily Customize the login form input field "
926
  "elements."
927
  msgstr ""
928
 
929
+ #: include/customizer-strings.php:33
930
  msgid ""
931
  "This section helps you to easily Customize the login form input field labels."
932
  msgstr ""
933
 
934
+ #: include/customizer-strings.php:34
935
  msgid ""
936
  "This section helps you to easily Customize the login form elements whether "
937
  "they are form lables, fields or backgrounds."
938
  msgstr ""
939
 
940
+ #: include/customizer-strings.php:35
941
  msgid ""
942
  " Customize the \"Lost your password\" and \"Register\" text section under "
943
  "the form."
944
  msgstr ""
945
 
946
+ #: include/customizer-strings.php:36
947
  msgid "Customize the \"Back to\" text section under the form."
948
  msgstr ""
949
 
950
+ #: include/customizer-strings.php:37
951
  msgid ""
952
  "Customize the copyright note and branding sections at the footer of login "
953
  "page."
954
  msgstr ""
955
 
956
+ #: include/customizer-strings.php:38
957
+ #, fuzzy
958
+ #| msgid "Form Background Image"
959
+ msgid "Customize the background Image."
960
+ msgstr "Imagen de fondo"
961
+
962
+ #: include/customizer-strings.php:39
963
+ msgid "Customize the background Video."
964
+ msgstr ""
965
+
966
+ #: include/customizer-strings.php:49
967
  msgid "Form Width:"
968
  msgstr ""
969
 
970
+ #: include/customizer-strings.php:50
971
  msgid "Form Minimum Height:"
972
  msgstr ""
973
 
974
+ #: include/customizer-strings.php:51
975
  #, fuzzy
976
  #| msgid "Form Padding:"
977
  msgid "Form Radius:"
978
  msgstr "Formulario Relleno:"
979
 
980
+ #: include/customizer-strings.php:52
981
  #, fuzzy
982
  #| msgid "Form Padding:"
983
  msgid "Form Shadow:"
984
  msgstr "Formulario Relleno:"
985
 
986
+ #: include/customizer-strings.php:53
987
  msgid "Form Shadow Opacity:"
988
  msgstr ""
989
 
990
+ #: include/customizer-strings.php:54
991
  msgid "Input Text Field Width:"
992
  msgstr ""
993
 
994
+ #: include/customizer-strings.php:55
995
  #, fuzzy
996
  #| msgid "Input Text Field Margin"
997
  msgid "Input Text Field Radius:"
998
  msgstr "Entrada de texto Margen Campo"
999
 
1000
+ #: include/customizer-strings.php:56
1001
  #, fuzzy
1002
  #| msgid "Input Text Field Width"
1003
  msgid "Input Text Field Shadow:"
1004
  msgstr "Entrada de texto Ancho de campo"
1005
 
1006
+ #: include/customizer-strings.php:57
1007
  #, fuzzy
1008
  #| msgid "Input Text Field Width"
1009
  msgid "Input Text Field Shadow Opacity:"
1010
  msgstr "Entrada de texto Ancho de campo"
1011
 
1012
+ #: include/customizer-strings.php:58
1013
  #, fuzzy
1014
  #| msgid "Input Field Text Color"
1015
  msgid "Input Field Label Font Size:"
1016
  msgstr "El campo de entrada de texto en color"
1017
 
1018
+ #: include/customizer-strings.php:59
1019
  #, fuzzy
1020
  #| msgid "Text Font Size:"
1021
  msgid "Remember Me Font Size:"
1022
  msgstr "Texto: tamaño del tipo de letra"
1023
 
1024
+ #: include/customizer-strings.php:78
1025
  msgid "Form Background Color:"
1026
  msgstr ""
1027
 
1028
+ #: include/customizer-strings.php:79
1029
  msgid "Input Field Background Color:"
1030
  msgstr ""
1031
 
1032
+ #: include/customizer-strings.php:80
1033
  msgid "Input Field Text Color:"
1034
  msgstr ""
1035
 
1036
+ #: include/customizer-strings.php:81
1037
  #, fuzzy
1038
  #| msgid "Input Field Text Color"
1039
  msgid "Input Field Label Color:"
1040
  msgstr "El campo de entrada de texto en color"
1041
 
1042
+ #: include/customizer-strings.php:82
1043
  #, fuzzy
1044
  #| msgid "Label Color"
1045
  msgid "Remember me Label Color:"
1046
  msgstr "Etiqueta de color"
1047
 
1048
+ #: include/customizer-strings.php:86 include/template-loginpress.php:382
1049
  #: include/template-loginpress.php:514
1050
  msgid "Username or Email Address"
1051
  msgstr "Nombre de usuario o dirección de correo electrónico"
1052
 
1053
+ #: include/customizer-strings.php:88
1054
  msgid "Form Padding:"
1055
  msgstr ""
1056
 
1057
+ #: include/customizer-strings.php:89
1058
  msgid "Border (Example: 2px dotted black):"
1059
  msgstr ""
1060
 
1061
+ #: include/customizer-strings.php:90
1062
  msgid "Input Text Field Margin:"
1063
  msgstr ""
1064
 
1065
+ #: include/customizer-strings.php:91
1066
  #, fuzzy
1067
  #| msgid "Empty Username Message:"
1068
  msgid "Username Label:"
1069
  msgstr "Vacío Mensaje Usuario:"
1070
 
1071
+ #: include/customizer-strings.php:92
1072
  #, fuzzy
1073
  #| msgid "Empty Password Message:"
1074
  msgid "Password Label:"
1075
  msgstr "Mensaje contraseña vacío:"
1076
 
1077
+ #: include/customizer-strings.php:104
1078
  msgid "Button Color:"
1079
  msgstr ""
1080
 
1081
+ #: include/customizer-strings.php:105
1082
  msgid "Button Border Color:"
1083
  msgstr ""
1084
 
1085
+ #: include/customizer-strings.php:106
1086
  msgid "Button Color (Hover):"
1087
  msgstr ""
1088
 
1089
+ #: include/customizer-strings.php:107
1090
  msgid "Button Border (Hover):"
1091
  msgstr ""
1092
 
1093
+ #: include/customizer-strings.php:108
1094
  msgid "Button Box Shadow:"
1095
  msgstr ""
1096
 
1097
+ #: include/customizer-strings.php:109
1098
  msgid "Button Text Color:"
1099
  msgstr ""
1100
 
1101
+ #: include/customizer-strings.php:114
1102
  #, fuzzy
1103
  #| msgid "Text Font Size:"
1104
  msgid "Button Size:"
1105
  msgstr "Texto: tamaño del tipo de letra"
1106
 
1107
+ #: include/customizer-strings.php:114
1108
  #, fuzzy
1109
  #| msgid "Form Padding:"
1110
  msgid "Button Top Padding:"
1111
  msgstr "Formulario Relleno:"
1112
 
1113
+ #: include/customizer-strings.php:114
1114
  #, fuzzy
1115
  #| msgid "Form Padding:"
1116
  msgid "Button Bottom Padding:"
1117
  msgstr "Formulario Relleno:"
1118
 
1119
+ #: include/customizer-strings.php:114
1120
  msgid "Radius:"
1121
  msgstr ""
1122
 
1123
+ #: include/customizer-strings.php:114
1124
  msgid "Shadow:"
1125
  msgstr ""
1126
 
1127
+ #: include/customizer-strings.php:114
1128
  msgid "Shadow Opacity:"
1129
  msgstr ""
1130
 
1131
+ #: include/customizer-strings.php:114
1132
  msgid "Text Size:"
1133
  msgstr ""
1134
 
1135
+ #: include/customizer-strings.php:150
1136
+ msgid "Incorrect Username Message:"
1137
+ msgstr ""
1138
+
1139
+ #: include/customizer-strings.php:151
1140
+ msgid "Incorrect Password Message:"
1141
+ msgstr ""
1142
+
1143
+ #: include/customizer-strings.php:152
1144
+ msgid "Empty Username Message:"
1145
+ msgstr ""
1146
+
1147
+ #: include/customizer-strings.php:153
1148
+ msgid "Empty Password Message:"
1149
+ msgstr ""
1150
+
1151
+ #: include/customizer-strings.php:154
1152
+ msgid "Invalid Email Message:"
1153
+ msgstr ""
1154
+
1155
+ #: include/customizer-strings.php:155
1156
+ msgid "Empty Email Message:"
1157
+ msgstr ""
1158
+
1159
+ #: include/customizer-strings.php:156
1160
+ msgid "Username Already Exist Message:"
1161
+ msgstr ""
1162
+
1163
+ #: include/customizer-strings.php:157
1164
+ msgid "Email Already Exist Message:"
1165
+ msgstr ""
1166
+
1167
+ #: include/customizer-strings.php:158
1168
+ msgid "Forget Password Message:"
1169
+ msgstr ""
1170
+
1171
+ #: include/customizer-strings.php:159
1172
+ #, fuzzy
1173
+ #| msgid "Invalid Email Message:"
1174
+ msgid "Login with Email Message:"
1175
+ msgstr "Mensaje de correo no válido"
1176
+
1177
+ #: include/customizer-strings.php:170
1178
+ msgid "Welcome Message on Lost Password:"
1179
+ msgstr ""
1180
+
1181
+ #: include/customizer-strings.php:171
1182
+ msgid "Welcome Message on Login Page:"
1183
+ msgstr ""
1184
+
1185
+ #: include/customizer-strings.php:172
1186
+ msgid "Welcome Message on Registration:"
1187
+ msgstr ""
1188
+
1189
+ #: include/customizer-strings.php:173
1190
+ msgid "Logout Message:"
1191
+ msgstr ""
1192
+
1193
+ #: include/customizer-strings.php:174
1194
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1195
+ msgstr ""
1196
+
1197
+ #: include/deactivate_modal.php:139
1198
  msgid "Quick feedback about LoginPress"
1199
  msgstr "Comentarios rápidos sobre LoginPress"
1200
 
1201
+ #: include/deactivate_modal.php:142
1202
  msgid "If you have a moment, please let us know why you are deactivating:"
1203
  msgstr ""
1204
  "Si tiene un momento, por favor, háganos saber por qué está desactivando:"
1205
 
1206
+ #: include/deactivate_modal.php:150
1207
  msgid " I upgraded to LoginPress Pro"
1208
  msgstr " Me actualicé a LoginPress Pro"
1209
 
1210
+ #: include/deactivate_modal.php:152
1211
  msgid ""
1212
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1213
  "add-on with Core version."
1215
  "No es necesario desactivar esta versión de LoginPress Core. La versión Pro "
1216
  "funciona como un complemento con la versión Core."
1217
 
1218
+ #: include/deactivate_modal.php:159
1219
  msgid "I only needed the plugin for a short period"
1220
  msgstr "Sólo necesitaba el plugin por un corto período"
1221
 
1222
+ #: include/deactivate_modal.php:168
1223
  msgid "I found a better plugin"
1224
  msgstr "Encontré un mejor plugin"
1225
 
1226
+ #: include/deactivate_modal.php:171
1227
  msgid "Kindly tell us the Plugin name."
1228
  msgstr "Amablemente díganos el nombre del complemento."
1229
 
1230
+ #: include/deactivate_modal.php:178
1231
  msgid "The plugin broke my site"
1232
  msgstr "El plugin rompió mi sitio"
1233
 
1234
+ #: include/deactivate_modal.php:187
1235
  msgid "The plugin suddenly stopped working"
1236
  msgstr "El complemento de repente dejó de funcionar"
1237
 
1238
+ #: include/deactivate_modal.php:196
1239
  msgid "I no longer need the plugin"
1240
  msgstr "Ya no necesito el complemento"
1241
 
1242
+ #: include/deactivate_modal.php:205
1243
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1244
  msgstr "Es una desactivación temporal. Solo estoy depurando un problema."
1245
 
1246
+ #: include/deactivate_modal.php:214
1247
  msgid "Other"
1248
  msgstr "Otros"
1249
 
1250
+ #: include/deactivate_modal.php:217
1251
  msgid "Kindly tell us the reason so we can improve."
1252
  msgstr "Por favor, dínos la razón para que podamos mejorar."
1253
 
1254
+ #: include/deactivate_modal.php:222
1255
  msgid "Anonymous feedback"
1256
  msgstr "Comentarios anónimo"
1257
 
1258
+ #: include/deactivate_modal.php:223
1259
  msgid "Skip & Deactivate"
1260
  msgstr "Saltar y desactivar"
1261
 
1262
+ #: include/deactivate_modal.php:226
1263
  msgid "Submit & Deactivate"
1264
  msgstr "Enviar y desactivar"
1265
 
1266
+ #: include/deactivate_modal.php:227
1267
  msgid "Cancel"
1268
  msgstr "Cancelar"
1269
 
1270
+ #: include/loginpress-import-export.php:14
1271
  msgid ""
1272
  "Import/Export your LoginPress Settings for/from other sites. This will "
1273
  "export/import all the settings including Customizer settings as well."
1276
  "Esto exportará / importará todas las configuraciones, incluida la "
1277
  "configuración del personalizador también."
1278
 
1279
+ #: include/loginpress-import-export.php:19
1280
  msgid "Import Settings:"
1281
  msgstr "Configuración de importación:"
1282
 
1283
+ #: include/loginpress-import-export.php:23
1284
  msgid "Import"
1285
  msgstr "Importar"
1286
 
1287
+ #: include/loginpress-import-export.php:28
1288
  msgid "LoginPress Settings Imported Successfully."
1289
  msgstr "Configuración de inicio de sesión importada con éxito."
1290
 
1291
+ #: include/loginpress-import-export.php:30
1292
  msgid "Select a file and click on Import to start processing."
1293
  msgstr ""
1294
  "Seleccione un archivo y haga clic en Importar para comenzar el procesamiento."
1295
 
1296
+ #: include/loginpress-import-export.php:35
1297
  msgid "Export Settings:"
1298
  msgstr "Configuración de exportación:"
1299
 
1300
+ #: include/loginpress-import-export.php:38
1301
  msgid "Export"
1302
  msgstr "Exportar"
1303
 
1304
+ #: include/loginpress-import-export.php:43
1305
  msgid "LoginPress Settings Exported Successfully!"
1306
  msgstr "Configuración de LoginPress exportada con éxito!"
1307
 
1308
+ #: include/loginpress-import-export.php:44
1309
  msgid "Export LoginPress Settings."
1310
  msgstr "Exportar la configuración de LoginPress."
1311
 
1381
  "Esta información nos ayuda a conocer qué características son las más "
1382
  "populares, por lo que podemos mejorar aún más el complemento."
1383
 
1384
+ #: include/loginpress-optout-form.php:103
1385
+ #: include/loginpress-optout-form.php:119
1386
  msgid "Opt Out"
1387
  msgstr ""
1388
 
1389
+ #: include/loginpress-optout-form.php:108
1390
  msgid ""
1391
  "We appreciate your help in making the plugin better by letting us track some "
1392
  "usage data."
1393
  msgstr ""
1394
 
1395
+ #: include/loginpress-optout-form.php:112
1396
  #, php-format
1397
  msgid ""
1398
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1401
  "the tracking."
1402
  msgstr ""
1403
 
1404
+ #: include/loginpress-optout-form.php:113
1405
  #, php-format
1406
  msgid ""
1407
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1408
  "LoginPress%2$s."
1409
  msgstr ""
1410
 
1411
+ #: include/loginpress-optout-form.php:120
1412
  msgid "On second thought - I want to continue helping"
1413
  msgstr ""
1414
 
1463
  msgid "Registration confirmation will be emailed to you."
1464
  msgstr "La confirmación de registro será enviada por correo."
1465
 
 
 
 
 
1466
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1467
  msgid "Log In"
1468
  msgstr "Acceder"
1471
  msgid "Remember Me"
1472
  msgstr "Recuérdame"
1473
 
1474
+ #: loginpress.php:277
1475
  msgid "Activate"
1476
  msgstr "Activar"
1477
 
1478
+ #: loginpress.php:342
1479
+ msgid "Caps Lock is on"
 
 
 
 
 
 
 
 
 
 
1480
  msgstr ""
 
 
 
 
 
 
1481
 
1482
+ #: loginpress.php:415
1483
+ msgid "Vote!"
1484
+ msgstr "Votar!"
 
 
 
 
 
 
 
 
 
 
 
 
1485
 
1486
+ #: loginpress.php:418
1487
+ msgid "Rate"
1488
  msgstr ""
1489
 
1490
+ #: loginpress.php:523
 
 
 
 
1491
  #, php-format
1492
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1493
  msgstr ""
1494
 
1495
+ #: loginpress.php:527
1496
  #, php-format
1497
  msgid " | %1$s Opt Out %2$s "
1498
  msgstr ""
1499
 
1500
+ #: loginpress.php:529
1501
  #, php-format
1502
  msgid " | %1$s Opt In %2$s "
1503
  msgstr ""
1504
 
1505
+ #: loginpress.php:535
1506
  #, php-format
1507
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1508
  msgstr ""
languages/loginpress-fr_FR.mo CHANGED
Binary file
languages/loginpress-fr_FR.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
- "POT-Creation-Date: 2018-08-28 15:21+0500\n"
5
- "PO-Revision-Date: 2018-08-28 15:25+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr\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.0.9\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -19,46 +19,59 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
- #: classes/class-loginpress-addons.php:100
23
- #: classes/class-loginpress-addons.php:185
 
24
  #, php-format
25
  msgid "%1$s Already Installed %2$s"
26
  msgstr ""
27
 
28
- #: classes/class-loginpress-addons.php:104
29
- #: classes/class-loginpress-addons.php:190
30
  #, php-format
31
  msgid "%1$s Activate Plugin %2$s"
32
  msgstr ""
33
 
34
- #: classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
35
  #, php-format
36
  msgid "%1$s Install %2$s"
37
  msgstr ""
38
 
39
- #: classes/class-loginpress-addons.php:226
 
 
 
 
 
40
  msgid "You have a lifetime license, it will never expire."
41
  msgstr ""
42
 
43
- #: classes/class-loginpress-addons.php:230
44
  #, php-format
45
  msgid "Your (%2$s) license key is valid until %s."
46
  msgstr ""
47
 
48
- #: classes/class-loginpress-addons.php:244
49
  msgid "You need to activate your license to download the following add-ons."
50
  msgstr ""
51
 
52
- #: classes/class-loginpress-addons.php:257
53
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
54
  msgstr ""
55
 
56
- #: classes/class-loginpress-addons.php:482
57
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
58
  msgstr ""
59
 
60
  #: classes/class-loginpress-custom-password.php:45
61
- #: include/customizer-strings.php:81 include/template-loginpress.php:518
62
  msgid "Password"
63
  msgstr "Mot de passe"
64
 
@@ -126,26 +139,87 @@ msgid ""
126
  "and many more."
127
  msgstr ""
128
 
129
- #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
 
130
  #, php-format
131
  msgid "%1$sError:%2$s The username field is empty."
132
  msgstr ""
133
 
134
- #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
 
135
  #, php-format
136
  msgid "%1$sError:%2$s The password field is empty."
137
  msgstr ""
138
 
139
- #: classes/class-loginpress-login-order.php:92 custom.php:828
 
140
  #, php-format
141
  msgid "%1$sError:%2$s Invalid Email Address"
142
  msgstr ""
143
 
144
- #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
 
145
  #, php-format
146
  msgid "%1$sError:%2$s Invalid Username."
147
  msgstr ""
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  #: classes/class-loginpress-promo.php:9
150
  msgid "Google Fonts"
151
  msgstr ""
@@ -159,7 +233,7 @@ msgstr ""
159
  msgid "reCAPTCHA"
160
  msgstr ""
161
 
162
- #: classes/class-loginpress-settings-api.php:372
163
  msgid "Choose File"
164
  msgstr ""
165
 
@@ -203,7 +277,7 @@ msgstr ""
203
  msgid "Default Settings Restored"
204
  msgstr ""
205
 
206
- #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
207
  msgid "LoginPress"
208
  msgstr ""
209
 
@@ -219,7 +293,8 @@ msgstr ""
219
  msgid "Help"
220
  msgstr ""
221
 
222
- #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
 
223
  msgid "Import/Export LoginPress Settings"
224
  msgstr ""
225
 
@@ -236,89 +311,89 @@ msgstr ""
236
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
237
  msgstr ""
238
 
239
- #: classes/class-loginpress-setup.php:98
240
  msgid "Upgrade to Pro for More Features"
241
  msgstr ""
242
 
243
- #: classes/class-loginpress-setup.php:123
244
  msgid "Session Expire"
245
  msgstr ""
246
 
247
- #: classes/class-loginpress-setup.php:124
248
  msgid "Set the session expiration time in minutes. e.g: 10"
249
  msgstr ""
250
 
251
- #: classes/class-loginpress-setup.php:125
252
  msgid "10"
253
  msgstr ""
254
 
255
- #: classes/class-loginpress-setup.php:148
256
  #, fuzzy
257
  #| msgid "Lost Password Text"
258
  msgid "Custom Password Fields"
259
  msgstr "Texte de mot de passe perdu"
260
 
261
- #: classes/class-loginpress-setup.php:149
262
  msgid "Enable custom password fields on registration form."
263
  msgstr ""
264
 
265
- #: classes/class-loginpress-setup.php:154
266
  msgid "Login Order"
267
  msgstr ""
268
 
269
- #: classes/class-loginpress-setup.php:155
270
  msgid "Enable users to login using their username and/or email address."
271
  msgstr ""
272
 
273
- #: classes/class-loginpress-setup.php:172
274
  msgid "Reset Default Settings"
275
  msgstr ""
276
 
277
- #: classes/class-loginpress-setup.php:173
278
  msgid "Remove my custom settings."
279
  msgstr ""
280
 
281
- #: classes/class-loginpress-setup.php:209
282
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
283
  msgstr ""
284
 
285
- #: classes/class-loginpress-setup.php:228
286
  #, php-format
287
  msgid "Free support is available on the %1$s plugin support forums%2$s."
288
  msgstr ""
289
 
290
- #: classes/class-loginpress-setup.php:230
291
  #, php-format
292
  msgid ""
293
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
294
  "%2$s."
295
  msgstr ""
296
 
297
- #: classes/class-loginpress-setup.php:236
298
  msgid "Download Log File"
299
  msgstr ""
300
 
301
- #: classes/class-loginpress-setup.php:290
302
  #, fuzzy
303
  #| msgid "Lost Password Text"
304
  msgid "Lost Password URL"
305
  msgstr "Texte de mot de passe perdu"
306
 
307
- #: classes/class-loginpress-setup.php:291
308
  msgid ""
309
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
310
  "password URL."
311
  msgstr ""
312
 
313
- #: classes/class-loginpress-setup.php:308
314
  msgid "and LoginPress page"
315
  msgstr ""
316
 
317
- #: classes/class-loginpress-setup.php:313
318
  msgid "Remove Settings on Uninstall"
319
  msgstr ""
320
 
321
- #: classes/class-loginpress-setup.php:314
322
  #, php-format
323
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
324
  msgstr ""
@@ -331,419 +406,428 @@ msgstr ""
331
  msgid "Info:"
332
  msgstr ""
333
 
334
- #: custom.php:243
335
  msgid "Customize Your WordPress Login Page with LoginPress :)"
336
  msgstr ""
337
 
338
- #: custom.php:256
339
  msgid "Themes"
340
  msgstr ""
341
 
342
- #: custom.php:257
343
  msgid "Choose Theme"
344
  msgstr ""
345
 
346
- #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
347
  msgid "Company"
348
  msgstr ""
349
 
350
- #: custom.php:271 custom.php:282 custom.php:476
351
  msgid "Persona"
352
  msgstr ""
353
 
354
- #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
355
  msgid "Corporate"
356
  msgstr ""
357
 
358
- #: custom.php:274 custom.php:479
359
  msgid "Startup"
360
  msgstr ""
361
 
362
- #: custom.php:275 custom.php:480
363
  msgid "Wedding"
364
  msgstr ""
365
 
366
- #: custom.php:276 custom.php:481
367
  msgid "Wedding #2"
368
  msgstr ""
369
 
370
- #: custom.php:278 custom.php:483
371
  msgid "Bikers"
372
  msgstr ""
373
 
374
- #: custom.php:279
375
  msgid "Fitness"
376
  msgstr ""
377
 
378
- #: custom.php:280
379
  msgid "Shopping"
380
  msgstr ""
381
 
382
- #: custom.php:281
383
  msgid "Writers"
384
  msgstr ""
385
 
386
- #: custom.php:283
387
  msgid "Geek"
388
  msgstr ""
389
 
390
- #: custom.php:284
391
  msgid "Innovation"
392
  msgstr ""
393
 
394
- #: custom.php:285
395
  msgid "Photographers"
396
  msgstr ""
397
 
398
- #: custom.php:314
399
  #, fuzzy
400
  #| msgid "Custom JS"
401
  msgid "Custom Design"
402
  msgstr "Personnaliser le JavaScript"
403
 
404
- #: custom.php:332
405
  msgid "Logo"
406
  msgstr ""
407
 
408
- #: custom.php:333
409
  msgid "Customize Your Logo Section"
410
  msgstr ""
411
 
412
- #: custom.php:352
413
  msgid "Disable Logo:"
414
  msgstr ""
415
 
416
- #: custom.php:365
417
  msgid "Logo Image:"
418
  msgstr ""
419
 
420
- #: custom.php:383
421
  msgid "Logo URL:"
422
  msgstr ""
423
 
424
- #: custom.php:383
425
  msgid "Logo Hover Title:"
426
  msgstr ""
427
 
428
- #: custom.php:409
429
  msgid "Background"
430
  msgstr "Arrière plan"
431
 
432
- #: custom.php:423
433
  msgid "Background Color:"
434
  msgstr ""
435
 
436
- #: custom.php:442
437
  #, fuzzy
438
  #| msgid "Form Background Image"
439
  msgid "Enable Background Image?"
440
  msgstr "S'il vous plaît remplir le formulaire complet"
441
 
442
- #: custom.php:456
443
  msgid "Background Image:"
444
  msgstr ""
445
 
446
- #: custom.php:503
 
 
 
 
447
  #, fuzzy
448
  #| msgid "Background Color"
449
  msgid "Background Gallery:"
450
  msgstr "Couleur du fond"
451
 
452
- #: custom.php:516
453
  msgid "Background Repeat:"
454
  msgstr "Répétition d’arrière plan"
455
 
456
- #: custom.php:539
457
  msgid "Select Position:"
458
  msgstr ""
459
 
460
- #: custom.php:564
461
  msgid "Background Image Size: "
462
  msgstr ""
463
 
464
- #: custom.php:582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
465
  msgid "Customize Login Form"
466
  msgstr ""
467
 
468
- #: custom.php:604
469
  msgid "Enable Form Transparency:"
470
  msgstr ""
471
 
472
- #: custom.php:617
473
  #, fuzzy
474
  #| msgid "Form Background Image"
475
  msgid "Form Background Image:"
476
  msgstr "S'il vous plaît remplir le formulaire complet"
477
 
478
- #: custom.php:744
479
  msgid "Customize Forget Form"
480
  msgstr "S'il vous plaît remplir le formulaire complet"
481
 
482
- #: custom.php:757
483
  #, fuzzy
484
  #| msgid "Forget Form Background Image"
485
  msgid "Forget Form Background Image:"
486
  msgstr "Oubliez l'Image de fond de forme"
487
 
488
- #: custom.php:771
489
  #, fuzzy
490
  #| msgid "Forget Form Background Color"
491
  msgid "Forget Form Background Color:"
492
  msgstr "Oubliez la couleur d'arrière-plan de forme"
493
 
494
- #: custom.php:781
495
  msgid "Button Beauty"
496
  msgstr "Beauté de touche"
497
 
498
- #: custom.php:812
499
  msgid "Error Messages"
500
  msgstr "Messages d'erreur"
501
 
502
- #: custom.php:820 custom.php:1545
503
- #, php-format
504
- msgid "%1$sError:%2$s Invalid Password."
505
- msgstr ""
506
-
507
- #: custom.php:823 custom.php:1551
508
- #, php-format
509
- msgid "%1$sError:%2$s The email address isn't correct.."
510
- msgstr ""
511
-
512
- #: custom.php:824 custom.php:1553
513
- #, php-format
514
- msgid "%1$sError:%2$s Please type your email address."
515
- msgstr ""
516
-
517
- #: custom.php:825 custom.php:1555
518
- #, php-format
519
- msgid ""
520
- "%1$sError:%2$s This username is already registered. Please choose another "
521
- "one."
522
- msgstr ""
523
-
524
- #: custom.php:826 custom.php:1557
525
- #, php-format
526
- msgid ""
527
- "%1$sError:%2$s This email is already registered, please choose another one."
528
- msgstr ""
529
-
530
- #: custom.php:827 custom.php:1559
531
- #, php-format
532
- msgid "%1$sError:%2$s Invalid username or email."
533
- msgstr ""
534
-
535
- #: custom.php:830
536
- msgid "Incorrect Username Message:"
537
- msgstr "Message de nom d'utilisateur incorrect :"
538
-
539
- #: custom.php:831
540
- msgid "Incorrect Password Message:"
541
- msgstr "Message de mot de passe incorrect :"
542
-
543
- #: custom.php:832
544
- msgid "Empty Username Message:"
545
- msgstr "Empty Nom d'utilisateur Message:"
546
-
547
- #: custom.php:833
548
- msgid "Empty Password Message:"
549
- msgstr "Mot de passe vide Message:"
550
-
551
- #: custom.php:834
552
- msgid "Invalid Email Message:"
553
- msgstr "support marketing: cpc, bannière, e-mail"
554
-
555
- #: custom.php:835
556
- msgid "Empty Email Message:"
557
- msgstr "Message E-mail :"
558
-
559
- #: custom.php:836
560
- msgid "Username Already Exist Message:"
561
- msgstr "Nom d'utilisateur Déjà existant Message:"
562
-
563
- #: custom.php:837
564
- msgid "Email Already Exist Message:"
565
- msgstr "Email existe déjà Message:"
566
-
567
- #: custom.php:838
568
- msgid "Forget Password Message:"
569
- msgstr "Oubliez le mot de passe :"
570
-
571
- #: custom.php:839
572
- #, fuzzy
573
- #| msgid "Invalid Email Message:"
574
- msgid "Login with Email Message:"
575
- msgstr "support marketing: cpc, bannière, e-mail"
576
-
577
- #: custom.php:866
578
  msgid "Welcome Messages"
579
  msgstr "Messages de bienvenue"
580
 
581
- #: custom.php:875
582
- msgid "Welcome Message on Lost Password:"
583
- msgstr "Message de Bienvenue sur mot de passe perdu :"
584
-
585
- #: custom.php:876
586
- #, fuzzy
587
- #| msgid "Welcome Message on Front Page:"
588
- msgid "Welcome Message on Login Page:"
589
- msgstr "Message de Bienvenue sur la Page de couverture :"
590
-
591
- #: custom.php:877
592
- msgid "Welcome Message on Registration:"
593
- msgstr "Message de Bienvenue sur inscription :"
594
-
595
- #: custom.php:878
596
- msgid "Logout Message:"
597
- msgstr "Message de déconnexion :"
598
-
599
- #: custom.php:879
600
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
601
- msgstr ""
602
-
603
- #: custom.php:912
604
  msgid "Message Field Background Color:"
605
  msgstr "Message champ couleur de fond :"
606
 
607
- #: custom.php:1024
608
  msgid "Form Footer"
609
  msgstr ""
610
 
611
- #: custom.php:1046
612
  #, fuzzy
613
  #| msgid "Footer Text 1"
614
  msgid "Enable Footer Text:"
615
  msgstr "Footer | Texte 1"
616
 
617
- #: custom.php:1060
 
 
 
 
 
 
 
618
  #, fuzzy
619
  #| msgid "Lost Password Text"
620
  msgid "Lost Password Text:"
621
  msgstr "Texte de mot de passe perdu"
622
 
623
- #: custom.php:1095
 
 
 
 
624
  msgid "Footer Text Color:"
625
  msgstr "Couleur du texte de Pied de page"
626
 
627
- #: custom.php:1109
628
  msgid "Footer Text Hover Color:"
629
  msgstr "Couleur du texte de lien de pied de page au survol"
630
 
631
- #: custom.php:1130
632
  msgid "Text Font Size:"
633
  msgstr "Texte : taille de la police"
634
 
635
- #: custom.php:1146
636
  msgid "Footer Background Color:"
637
  msgstr "Couleur d’arrière-plan du Pied de page"
638
 
639
- #: custom.php:1170
640
  msgid "Enable \"Back to\" Text:"
641
  msgstr ""
642
 
643
- #: custom.php:1185
644
  msgid "\"Back to\" Text Decoration:"
645
  msgstr ""
646
 
647
- #: custom.php:1205
648
  msgid "\"Back to\" Text Color:"
649
  msgstr ""
650
 
651
- #: custom.php:1219
652
  msgid "\"Back to\" Text Hover Color:"
653
  msgstr ""
654
 
655
- #: custom.php:1240
656
  msgid "\"Back to\" Text Font Size:"
657
  msgstr ""
658
 
659
- #: custom.php:1256
660
  #, fuzzy
661
  #| msgid "Form Background Color"
662
  msgid "\"Back to\" Background Color:"
663
  msgstr "Couleur d'arrière plan du formulaire"
664
 
665
- #: custom.php:1281
666
  msgid "Enable Copyright Note:"
667
  msgstr ""
668
 
669
- #: custom.php:1285 custom.php:1449
670
  #, php-format
671
  msgid "© %1$s %2$s, All Rights Reserved."
672
  msgstr "© %1$s %2$s, Tous droits réservés."
673
 
674
- #: custom.php:1292
675
  msgid "Copyright Note:"
676
  msgstr ""
677
 
678
- #: custom.php:1316
679
  msgid ""
680
  "Show some Love. Please help others learn about this free plugin by placing "
681
  "small link in footer. Thank you very much!"
682
  msgstr ""
683
 
684
- #: custom.php:1331
685
  msgid "Love Position:"
686
  msgstr ""
687
 
688
- #: custom.php:1349
 
 
 
 
 
 
 
 
689
  #, fuzzy
690
  #| msgid "Custom CSS"
691
  msgid "Custom CSS/JS"
692
  msgstr "CSS Personalisé"
693
 
694
- #: custom.php:1362
695
  #, fuzzy
696
  #| msgid "Customize CSS"
697
  msgid "Customize CSS:"
698
  msgstr "Personnaliser le CSS"
699
 
700
- #: custom.php:1367
701
  #, php-format
702
  msgid ""
703
  "Custom CSS doen't make effect live. For preview please save the setting and "
704
  "visit %1$s login%2$s page or after save refresh the customizer."
705
  msgstr ""
706
 
707
- #: custom.php:1377
708
  #, fuzzy
709
  #| msgid "Customize JS"
710
  msgid "Customize JS:"
711
  msgstr "Personnaliser les JS"
712
 
713
- #: custom.php:1382
714
  #, php-format
715
  msgid ""
716
  "Custom JS doen't make effect live. For preview please save the setting and "
717
  "visit %1$s login%2$s page or after save refresh the customizer."
718
  msgstr ""
719
 
720
- #: custom.php:1432 custom.php:1434
721
  msgid "Powered by:"
722
  msgstr "Propulsé par :"
723
 
724
- #: custom.php:1634 include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
725
  msgid "Username"
726
  msgstr "Nom d’utilisateur"
727
 
728
- #: custom.php:1636
729
  msgid "Email Address"
730
  msgstr "Adresse courriel"
731
 
732
- #: custom.php:1703 include/template-loginpress.php:370
733
  msgid ""
734
  "Please enter your username or email address. You will receive a link to "
735
  "create a new password via email."
736
  msgstr ""
737
 
738
- #: custom.php:1711 include/template-loginpress.php:465
739
  msgid "Register For This Site"
740
  msgstr ""
741
 
742
- #: custom.php:1729 custom.php:1733
743
  msgid "Your password has been reset."
744
  msgstr ""
745
 
746
- #: custom.php:1733 include/template-loginpress.php:397
747
  #: include/template-loginpress.php:491
748
  msgid "Log in"
749
  msgstr ""
@@ -786,363 +870,449 @@ msgctxt "Page title"
786
  msgid "LoginPress"
787
  msgstr ""
788
 
789
- #: include/customizer-strings.php:8
790
  msgid "Logo Width:"
791
  msgstr ""
792
 
793
- #: include/customizer-strings.php:8
794
  msgid "Logo Height:"
795
  msgstr ""
796
 
797
- #: include/customizer-strings.php:8
798
  msgid "Space Bottom:"
799
  msgstr ""
800
 
801
- #: include/customizer-strings.php:22
802
  #, fuzzy
803
  #| msgid "Input Field Text Color"
804
  msgid "Input Fields:"
805
  msgstr "Couleur du champ de saisie"
806
 
807
- #: include/customizer-strings.php:23
808
  #, fuzzy
809
  #| msgid "Input Field Text Color"
810
  msgid "Input Field Labels:"
811
  msgstr "Couleur du champ de saisie"
812
 
813
- #: include/customizer-strings.php:24
814
  #, fuzzy
815
  #| msgid "Login Logo"
816
  msgid "Login Form:"
817
  msgstr "Le logo de connexion"
818
 
819
- #: include/customizer-strings.php:25
820
  #, fuzzy
821
  #| msgid "Lost Password Text"
822
  msgid "Lost Your Password Text"
823
  msgstr "Texte de mot de passe perdu"
824
 
825
- #: include/customizer-strings.php:26
826
  msgid "Back To Site Text"
827
  msgstr ""
828
 
829
- #: include/customizer-strings.php:27
830
  #, fuzzy
831
  #| msgid "Login Footer Links"
832
  msgid "LoginPress Footer Text"
833
  msgstr "Liens de pied de page de login"
834
 
835
  #: include/customizer-strings.php:29
 
 
 
 
 
 
 
 
 
 
 
 
836
  msgid ""
837
  "This section helps you to easily Customize the login form input field "
838
  "elements."
839
  msgstr ""
840
 
841
- #: include/customizer-strings.php:30
842
  msgid ""
843
  "This section helps you to easily Customize the login form input field labels."
844
  msgstr ""
845
 
846
- #: include/customizer-strings.php:31
847
  msgid ""
848
  "This section helps you to easily Customize the login form elements whether "
849
  "they are form lables, fields or backgrounds."
850
  msgstr ""
851
 
852
- #: include/customizer-strings.php:32
853
  msgid ""
854
  " Customize the \"Lost your password\" and \"Register\" text section under "
855
  "the form."
856
  msgstr ""
857
 
858
- #: include/customizer-strings.php:33
859
  msgid "Customize the \"Back to\" text section under the form."
860
  msgstr ""
861
 
862
- #: include/customizer-strings.php:34
863
  msgid ""
864
  "Customize the copyright note and branding sections at the footer of login "
865
  "page."
866
  msgstr ""
867
 
868
- #: include/customizer-strings.php:44
 
 
 
 
 
 
 
 
 
 
869
  msgid "Form Width:"
870
  msgstr "Largeur du formulaire"
871
 
872
- #: include/customizer-strings.php:45
873
  msgid "Form Minimum Height:"
874
  msgstr ""
875
 
876
- #: include/customizer-strings.php:46
877
  #, fuzzy
878
  #| msgid "Form Padding:"
879
  msgid "Form Radius:"
880
  msgstr "Remplissage de la forme :"
881
 
882
- #: include/customizer-strings.php:47
883
  #, fuzzy
884
  #| msgid "Form Padding:"
885
  msgid "Form Shadow:"
886
  msgstr "Remplissage de la forme :"
887
 
888
- #: include/customizer-strings.php:48
889
  msgid "Form Shadow Opacity:"
890
  msgstr ""
891
 
892
- #: include/customizer-strings.php:49
893
  msgid "Input Text Field Width:"
894
  msgstr ""
895
 
896
- #: include/customizer-strings.php:50
897
  #, fuzzy
898
  #| msgid "Input Text Field Margin"
899
  msgid "Input Text Field Radius:"
900
  msgstr "Marge de champ de saisie de texte"
901
 
902
- #: include/customizer-strings.php:51
903
  #, fuzzy
904
  #| msgid "Input Text Field Width"
905
  msgid "Input Text Field Shadow:"
906
  msgstr "Largeur du champ de saisie"
907
 
908
- #: include/customizer-strings.php:52
909
  #, fuzzy
910
  #| msgid "Input Text Field Width"
911
  msgid "Input Text Field Shadow Opacity:"
912
  msgstr "Largeur du champ de saisie"
913
 
914
- #: include/customizer-strings.php:53
915
  #, fuzzy
916
  #| msgid "Input Field Text Color"
917
  msgid "Input Field Label Font Size:"
918
  msgstr "Couleur du champ de saisie"
919
 
920
- #: include/customizer-strings.php:54
921
  #, fuzzy
922
  #| msgid "Text Font Size:"
923
  msgid "Remember Me Font Size:"
924
  msgstr "Texte : taille de la police"
925
 
926
- #: include/customizer-strings.php:73
927
  msgid "Form Background Color:"
928
  msgstr ""
929
 
930
- #: include/customizer-strings.php:74
931
  msgid "Input Field Background Color:"
932
  msgstr ""
933
 
934
- #: include/customizer-strings.php:75
935
  msgid "Input Field Text Color:"
936
  msgstr ""
937
 
938
- #: include/customizer-strings.php:76
939
  #, fuzzy
940
  #| msgid "Input Field Text Color"
941
  msgid "Input Field Label Color:"
942
  msgstr "Couleur du champ de saisie"
943
 
944
- #: include/customizer-strings.php:77
945
  #, fuzzy
946
  #| msgid "Label Color"
947
  msgid "Remember me Label Color:"
948
  msgstr "Couleur des étiquettes"
949
 
950
- #: include/customizer-strings.php:81 include/template-loginpress.php:382
951
  #: include/template-loginpress.php:514
952
  #, fuzzy
953
  #| msgid "Username Already Exist Message:"
954
  msgid "Username or Email Address"
955
  msgstr "Nom d'utilisateur Déjà existant Message:"
956
 
957
- #: include/customizer-strings.php:83
958
  msgid "Form Padding:"
959
  msgstr "Remplissage de la forme :"
960
 
961
- #: include/customizer-strings.php:84
962
  msgid "Border (Example: 2px dotted black):"
963
  msgstr ""
964
 
965
- #: include/customizer-strings.php:85
966
  msgid "Input Text Field Margin:"
967
  msgstr ""
968
 
969
- #: include/customizer-strings.php:86
970
  #, fuzzy
971
  #| msgid "Empty Username Message:"
972
  msgid "Username Label:"
973
  msgstr "Empty Nom d'utilisateur Message:"
974
 
975
- #: include/customizer-strings.php:87
976
  #, fuzzy
977
  #| msgid "Password"
978
  msgid "Password Label:"
979
  msgstr "Mot de passe"
980
 
981
- #: include/customizer-strings.php:98
982
  msgid "Button Color:"
983
  msgstr ""
984
 
985
- #: include/customizer-strings.php:99
986
  msgid "Button Border Color:"
987
  msgstr ""
988
 
989
- #: include/customizer-strings.php:100
990
  msgid "Button Color (Hover):"
991
  msgstr ""
992
 
993
- #: include/customizer-strings.php:101
994
  msgid "Button Border (Hover):"
995
  msgstr ""
996
 
997
- #: include/customizer-strings.php:102
998
  msgid "Button Box Shadow:"
999
  msgstr ""
1000
 
1001
- #: include/customizer-strings.php:103
1002
  msgid "Button Text Color:"
1003
  msgstr ""
1004
 
1005
- #: include/customizer-strings.php:108
1006
  #, fuzzy
1007
  #| msgid "Text Font Size:"
1008
  msgid "Button Size:"
1009
  msgstr "Texte : taille de la police"
1010
 
1011
- #: include/customizer-strings.php:108
1012
  #, fuzzy
1013
  #| msgid "Form Padding:"
1014
  msgid "Button Top Padding:"
1015
  msgstr "Remplissage de la forme :"
1016
 
1017
- #: include/customizer-strings.php:108
1018
  #, fuzzy
1019
  #| msgid "Form Padding:"
1020
  msgid "Button Bottom Padding:"
1021
  msgstr "Remplissage de la forme :"
1022
 
1023
- #: include/customizer-strings.php:108
1024
  msgid "Radius:"
1025
  msgstr ""
1026
 
1027
- #: include/customizer-strings.php:108
1028
  msgid "Shadow:"
1029
  msgstr ""
1030
 
1031
- #: include/customizer-strings.php:108
1032
  msgid "Shadow Opacity:"
1033
  msgstr ""
1034
 
1035
- #: include/customizer-strings.php:108
1036
  #, fuzzy
1037
  #| msgid "Text Font Size:"
1038
  msgid "Text Size:"
1039
  msgstr "Texte : taille de la police"
1040
 
1041
- #: include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1042
  msgid "Quick feedback about LoginPress"
1043
  msgstr ""
1044
 
1045
- #: include/deactivate_modal.php:134
1046
  msgid "If you have a moment, please let us know why you are deactivating:"
1047
  msgstr ""
1048
 
1049
- #: include/deactivate_modal.php:141
1050
  msgid " I upgraded to LoginPress Pro"
1051
  msgstr ""
1052
 
1053
- #: include/deactivate_modal.php:143
1054
  msgid ""
1055
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1056
  "add-on with Core version."
1057
  msgstr ""
1058
 
1059
- #: include/deactivate_modal.php:150
1060
  msgid "I only needed the plugin for a short period"
1061
  msgstr ""
1062
 
1063
- #: include/deactivate_modal.php:159
1064
  msgid "I found a better plugin"
1065
  msgstr ""
1066
 
1067
- #: include/deactivate_modal.php:162
1068
  msgid "Kindly tell us the Plugin name."
1069
  msgstr ""
1070
 
1071
- #: include/deactivate_modal.php:169
1072
  msgid "The plugin broke my site"
1073
  msgstr ""
1074
 
1075
- #: include/deactivate_modal.php:178
1076
  msgid "The plugin suddenly stopped working"
1077
  msgstr ""
1078
 
1079
- #: include/deactivate_modal.php:187
1080
  msgid "I no longer need the plugin"
1081
  msgstr ""
1082
 
1083
- #: include/deactivate_modal.php:196
1084
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1085
  msgstr ""
1086
 
1087
- #: include/deactivate_modal.php:205
1088
  msgid "Other"
1089
  msgstr ""
1090
 
1091
- #: include/deactivate_modal.php:208
1092
  msgid "Kindly tell us the reason so we can improve."
1093
  msgstr ""
1094
 
1095
- #: include/deactivate_modal.php:213
1096
  msgid "Anonymous feedback"
1097
  msgstr ""
1098
 
1099
- #: include/deactivate_modal.php:214
1100
  msgid "Skip & Deactivate"
1101
  msgstr ""
1102
 
1103
- #: include/deactivate_modal.php:217
1104
  msgid "Submit & Deactivate"
1105
  msgstr ""
1106
 
1107
- #: include/deactivate_modal.php:218
1108
  msgid "Cancel"
1109
  msgstr ""
1110
 
1111
- #: include/loginpress-import-export.php:10
1112
  msgid ""
1113
  "Import/Export your LoginPress Settings for/from other sites. This will "
1114
  "export/import all the settings including Customizer settings as well."
1115
  msgstr ""
1116
 
1117
- #: include/loginpress-import-export.php:15
1118
  msgid "Import Settings:"
1119
  msgstr ""
1120
 
1121
- #: include/loginpress-import-export.php:19
1122
  msgid "Import"
1123
  msgstr ""
1124
 
1125
- #: include/loginpress-import-export.php:23
1126
  msgid "LoginPress Settings Imported Successfully."
1127
  msgstr ""
1128
 
1129
- #: include/loginpress-import-export.php:25
1130
  msgid "Select a file and click on Import to start processing."
1131
  msgstr ""
1132
 
1133
- #: include/loginpress-import-export.php:30
1134
  msgid "Export Settings:"
1135
  msgstr ""
1136
 
1137
- #: include/loginpress-import-export.php:33
1138
  msgid "Export"
1139
  msgstr ""
1140
 
1141
- #: include/loginpress-import-export.php:37
1142
  msgid "LoginPress Settings Exported Successfully!"
1143
  msgstr ""
1144
 
1145
- #: include/loginpress-import-export.php:38
1146
  msgid "Export LoginPress Settings."
1147
  msgstr ""
1148
 
@@ -1210,17 +1380,18 @@ msgid ""
1210
  "features are most popular, so we can improve the plugin further."
1211
  msgstr ""
1212
 
1213
- #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
 
1214
  msgid "Opt Out"
1215
  msgstr ""
1216
 
1217
- #: include/loginpress-optout-form.php:98
1218
  msgid ""
1219
  "We appreciate your help in making the plugin better by letting us track some "
1220
  "usage data."
1221
  msgstr ""
1222
 
1223
- #: include/loginpress-optout-form.php:102
1224
  #, php-format
1225
  msgid ""
1226
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1229,14 +1400,14 @@ msgid ""
1229
  "the tracking."
1230
  msgstr ""
1231
 
1232
- #: include/loginpress-optout-form.php:103
1233
  #, php-format
1234
  msgid ""
1235
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1236
  "LoginPress%2$s."
1237
  msgstr ""
1238
 
1239
- #: include/loginpress-optout-form.php:110
1240
  msgid "On second thought - I want to continue helping"
1241
  msgstr ""
1242
 
@@ -1293,12 +1464,6 @@ msgstr ""
1293
  msgid "Registration confirmation will be emailed to you."
1294
  msgstr ""
1295
 
1296
- #: include/template-loginpress.php:493 include/template-loginpress.php:552
1297
- #, fuzzy
1298
- #| msgid "Lost Password Text"
1299
- msgid "Lost your password?"
1300
- msgstr "Texte de mot de passe perdu"
1301
-
1302
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1303
  msgid "Log In"
1304
  msgstr ""
@@ -1307,68 +1472,38 @@ msgstr ""
1307
  msgid "Remember Me"
1308
  msgstr ""
1309
 
1310
- #: loginpress.php:278
1311
  msgid "Activate"
1312
  msgstr ""
1313
 
1314
- #: loginpress.php:378
1315
- msgid "Vote!"
1316
  msgstr ""
1317
 
1318
- #: loginpress.php:571
1319
- msgid "Leave A Review?"
1320
- msgstr ""
1321
-
1322
- #: loginpress.php:572
1323
- msgid ""
1324
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1325
- "review on WordPress.org?"
1326
- msgstr ""
1327
-
1328
- #: loginpress.php:574
1329
- msgid "Sure! I'd love to!"
1330
- msgstr ""
1331
-
1332
- #: loginpress.php:575
1333
- msgid "I've already left a review"
1334
- msgstr ""
1335
-
1336
- #: loginpress.php:576
1337
- msgid "Maybe Later"
1338
- msgstr ""
1339
-
1340
- #: loginpress.php:577
1341
- msgid "Never show again"
1342
- msgstr ""
1343
-
1344
- #: loginpress.php:602
1345
- msgid "Introducing LoginPress Addons!"
1346
- msgstr ""
1347
-
1348
- #: loginpress.php:603
1349
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1350
  msgstr ""
1351
 
1352
- #: loginpress.php:607
1353
- msgid "Learn More"
1354
  msgstr ""
1355
 
1356
- #: loginpress.php:666
1357
  #, php-format
1358
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1359
  msgstr ""
1360
 
1361
- #: loginpress.php:670
1362
  #, php-format
1363
  msgid " | %1$s Opt Out %2$s "
1364
  msgstr ""
1365
 
1366
- #: loginpress.php:672
1367
  #, php-format
1368
  msgid " | %1$s Opt In %2$s "
1369
  msgstr ""
1370
 
1371
- #: loginpress.php:678
1372
  #, php-format
1373
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1374
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
+ "POT-Creation-Date: 2019-04-25 12:52+0500\n"
5
+ "PO-Revision-Date: 2019-04-25 12:53+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: fr\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\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
+ #: classes/class-loginpress-addons.php:120
23
+ #: classes/class-loginpress-addons.php:205
24
+ #: classes/class-loginpress-addons.php:244
25
  #, php-format
26
  msgid "%1$s Already Installed %2$s"
27
  msgstr ""
28
 
29
+ #: classes/class-loginpress-addons.php:124
30
+ #: classes/class-loginpress-addons.php:210
31
  #, php-format
32
  msgid "%1$s Activate Plugin %2$s"
33
  msgstr ""
34
 
35
+ #: classes/class-loginpress-addons.php:140
36
+ #: classes/class-loginpress-addons.php:225
37
+ #: classes/class-loginpress-addons.php:319
38
+ msgid "UPGRADE NOW"
39
+ msgstr ""
40
+
41
+ #: classes/class-loginpress-addons.php:215
42
+ #: classes/class-loginpress-addons.php:255
43
  #, php-format
44
  msgid "%1$s Install %2$s"
45
  msgstr ""
46
 
47
+ #: classes/class-loginpress-addons.php:250
48
+ #, php-format
49
+ msgid "%3$s %1$s Activate Plugin %2$s"
50
+ msgstr ""
51
+
52
+ #: classes/class-loginpress-addons.php:337
53
  msgid "You have a lifetime license, it will never expire."
54
  msgstr ""
55
 
56
+ #: classes/class-loginpress-addons.php:341
57
  #, php-format
58
  msgid "Your (%2$s) license key is valid until %s."
59
  msgstr ""
60
 
61
+ #: classes/class-loginpress-addons.php:355
62
  msgid "You need to activate your license to download the following add-ons."
63
  msgstr ""
64
 
65
+ #: classes/class-loginpress-addons.php:368
66
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
67
  msgstr ""
68
 
69
+ #: classes/class-loginpress-addons.php:586
70
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
71
  msgstr ""
72
 
73
  #: classes/class-loginpress-custom-password.php:45
74
+ #: include/customizer-strings.php:86 include/template-loginpress.php:518
75
  msgid "Password"
76
  msgstr "Mot de passe"
77
 
139
  "and many more."
140
  msgstr ""
141
 
142
+ #: classes/class-loginpress-login-order.php:69 custom.php:1643
143
+ #: include/customizer-strings.php:141
144
  #, php-format
145
  msgid "%1$sError:%2$s The username field is empty."
146
  msgstr ""
147
 
148
+ #: classes/class-loginpress-login-order.php:71 custom.php:1645
149
+ #: include/customizer-strings.php:142
150
  #, php-format
151
  msgid "%1$sError:%2$s The password field is empty."
152
  msgstr ""
153
 
154
+ #: classes/class-loginpress-login-order.php:92
155
+ #: include/customizer-strings.php:148
156
  #, php-format
157
  msgid "%1$sError:%2$s Invalid Email Address"
158
  msgstr ""
159
 
160
+ #: classes/class-loginpress-login-order.php:114 custom.php:1639
161
+ #: include/customizer-strings.php:140
162
  #, php-format
163
  msgid "%1$sError:%2$s Invalid Username."
164
  msgstr ""
165
 
166
+ #: classes/class-loginpress-notifications.php:130
167
+ msgid "Leave A Review?"
168
+ msgstr ""
169
+
170
+ #: classes/class-loginpress-notifications.php:131
171
+ msgid ""
172
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
173
+ "review on WordPress.org?"
174
+ msgstr ""
175
+
176
+ #: classes/class-loginpress-notifications.php:133
177
+ msgid "Sure! I'd love to!"
178
+ msgstr ""
179
+
180
+ #: classes/class-loginpress-notifications.php:134
181
+ msgid "I've already left a review"
182
+ msgstr ""
183
+
184
+ #: classes/class-loginpress-notifications.php:135
185
+ msgid "Maybe Later"
186
+ msgstr ""
187
+
188
+ #: classes/class-loginpress-notifications.php:136
189
+ msgid "Never show again"
190
+ msgstr ""
191
+
192
+ #: classes/class-loginpress-notifications.php:161
193
+ msgid "Introducing LoginPress Addons!"
194
+ msgstr ""
195
+
196
+ #: classes/class-loginpress-notifications.php:162
197
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
198
+ msgstr ""
199
+
200
+ #: classes/class-loginpress-notifications.php:166
201
+ msgid "Learn More"
202
+ msgstr ""
203
+
204
+ #: classes/class-loginpress-notifications.php:270
205
+ msgid "FLAT 51% OFF"
206
+ msgstr ""
207
+
208
+ #: classes/class-loginpress-notifications.php:295
209
+ #, php-format
210
+ msgid ""
211
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
212
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
213
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
214
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
215
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
216
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
217
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
218
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
219
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
220
+ "free version</a>"
221
+ msgstr ""
222
+
223
  #: classes/class-loginpress-promo.php:9
224
  msgid "Google Fonts"
225
  msgstr ""
233
  msgid "reCAPTCHA"
234
  msgstr ""
235
 
236
+ #: classes/class-loginpress-settings-api.php:372 custom.php:647
237
  msgid "Choose File"
238
  msgstr ""
239
 
277
  msgid "Default Settings Restored"
278
  msgstr ""
279
 
280
+ #: classes/class-loginpress-setup.php:60 custom.php:250 loginpress.php:279
281
  msgid "LoginPress"
282
  msgstr ""
283
 
293
  msgid "Help"
294
  msgstr ""
295
 
296
+ #: classes/class-loginpress-setup.php:68
297
+ #: include/loginpress-import-export.php:13
298
  msgid "Import/Export LoginPress Settings"
299
  msgstr ""
300
 
311
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
312
  msgstr ""
313
 
314
+ #: classes/class-loginpress-setup.php:102
315
  msgid "Upgrade to Pro for More Features"
316
  msgstr ""
317
 
318
+ #: classes/class-loginpress-setup.php:127
319
  msgid "Session Expire"
320
  msgstr ""
321
 
322
+ #: classes/class-loginpress-setup.php:128
323
  msgid "Set the session expiration time in minutes. e.g: 10"
324
  msgstr ""
325
 
326
+ #: classes/class-loginpress-setup.php:129
327
  msgid "10"
328
  msgstr ""
329
 
330
+ #: classes/class-loginpress-setup.php:152
331
  #, fuzzy
332
  #| msgid "Lost Password Text"
333
  msgid "Custom Password Fields"
334
  msgstr "Texte de mot de passe perdu"
335
 
336
+ #: classes/class-loginpress-setup.php:153
337
  msgid "Enable custom password fields on registration form."
338
  msgstr ""
339
 
340
+ #: classes/class-loginpress-setup.php:158
341
  msgid "Login Order"
342
  msgstr ""
343
 
344
+ #: classes/class-loginpress-setup.php:159
345
  msgid "Enable users to login using their username and/or email address."
346
  msgstr ""
347
 
348
+ #: classes/class-loginpress-setup.php:176
349
  msgid "Reset Default Settings"
350
  msgstr ""
351
 
352
+ #: classes/class-loginpress-setup.php:177
353
  msgid "Remove my custom settings."
354
  msgstr ""
355
 
356
+ #: classes/class-loginpress-setup.php:213
357
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
358
  msgstr ""
359
 
360
+ #: classes/class-loginpress-setup.php:232
361
  #, php-format
362
  msgid "Free support is available on the %1$s plugin support forums%2$s."
363
  msgstr ""
364
 
365
+ #: classes/class-loginpress-setup.php:234
366
  #, php-format
367
  msgid ""
368
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
369
  "%2$s."
370
  msgstr ""
371
 
372
+ #: classes/class-loginpress-setup.php:240
373
  msgid "Download Log File"
374
  msgstr ""
375
 
376
+ #: classes/class-loginpress-setup.php:296
377
  #, fuzzy
378
  #| msgid "Lost Password Text"
379
  msgid "Lost Password URL"
380
  msgstr "Texte de mot de passe perdu"
381
 
382
+ #: classes/class-loginpress-setup.php:297
383
  msgid ""
384
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
385
  "password URL."
386
  msgstr ""
387
 
388
+ #: classes/class-loginpress-setup.php:314
389
  msgid "and LoginPress page"
390
  msgstr ""
391
 
392
+ #: classes/class-loginpress-setup.php:319
393
  msgid "Remove Settings on Uninstall"
394
  msgstr ""
395
 
396
+ #: classes/class-loginpress-setup.php:320
397
  #, php-format
398
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
399
  msgstr ""
406
  msgid "Info:"
407
  msgstr ""
408
 
409
+ #: custom.php:251
410
  msgid "Customize Your WordPress Login Page with LoginPress :)"
411
  msgstr ""
412
 
413
+ #: custom.php:264
414
  msgid "Themes"
415
  msgstr ""
416
 
417
+ #: custom.php:265
418
  msgid "Choose Theme"
419
  msgstr ""
420
 
421
+ #: custom.php:279 custom.php:286 custom.php:496 custom.php:503
422
  msgid "Company"
423
  msgstr ""
424
 
425
+ #: custom.php:280 custom.php:291 custom.php:497
426
  msgid "Persona"
427
  msgstr ""
428
 
429
+ #: custom.php:281 custom.php:282 custom.php:498 custom.php:499
430
  msgid "Corporate"
431
  msgstr ""
432
 
433
+ #: custom.php:283 custom.php:500
434
  msgid "Startup"
435
  msgstr ""
436
 
437
+ #: custom.php:284 custom.php:501
438
  msgid "Wedding"
439
  msgstr ""
440
 
441
+ #: custom.php:285 custom.php:502
442
  msgid "Wedding #2"
443
  msgstr ""
444
 
445
+ #: custom.php:287 custom.php:504
446
  msgid "Bikers"
447
  msgstr ""
448
 
449
+ #: custom.php:288
450
  msgid "Fitness"
451
  msgstr ""
452
 
453
+ #: custom.php:289
454
  msgid "Shopping"
455
  msgstr ""
456
 
457
+ #: custom.php:290
458
  msgid "Writers"
459
  msgstr ""
460
 
461
+ #: custom.php:292
462
  msgid "Geek"
463
  msgstr ""
464
 
465
+ #: custom.php:293
466
  msgid "Innovation"
467
  msgstr ""
468
 
469
+ #: custom.php:294
470
  msgid "Photographers"
471
  msgstr ""
472
 
473
+ #: custom.php:323
474
  #, fuzzy
475
  #| msgid "Custom JS"
476
  msgid "Custom Design"
477
  msgstr "Personnaliser le JavaScript"
478
 
479
+ #: custom.php:341
480
  msgid "Logo"
481
  msgstr ""
482
 
483
+ #: custom.php:342
484
  msgid "Customize Your Logo Section"
485
  msgstr ""
486
 
487
+ #: custom.php:362
488
  msgid "Disable Logo:"
489
  msgstr ""
490
 
491
+ #: custom.php:376
492
  msgid "Logo Image:"
493
  msgstr ""
494
 
495
+ #: custom.php:394
496
  msgid "Logo URL:"
497
  msgstr ""
498
 
499
+ #: custom.php:394
500
  msgid "Logo Hover Title:"
501
  msgstr ""
502
 
503
+ #: custom.php:422
504
  msgid "Background"
505
  msgstr "Arrière plan"
506
 
507
+ #: custom.php:437
508
  msgid "Background Color:"
509
  msgstr ""
510
 
511
+ #: custom.php:460
512
  #, fuzzy
513
  #| msgid "Form Background Image"
514
  msgid "Enable Background Image?"
515
  msgstr "S'il vous plaît remplir le formulaire complet"
516
 
517
+ #: custom.php:475
518
  msgid "Background Image:"
519
  msgstr ""
520
 
521
+ #: custom.php:480
522
+ msgid "Select Image"
523
+ msgstr ""
524
+
525
+ #: custom.php:524
526
  #, fuzzy
527
  #| msgid "Background Color"
528
  msgid "Background Gallery:"
529
  msgstr "Couleur du fond"
530
 
531
+ #: custom.php:538
532
  msgid "Background Repeat:"
533
  msgstr "Répétition d’arrière plan"
534
 
535
+ #: custom.php:563
536
  msgid "Select Position:"
537
  msgstr ""
538
 
539
+ #: custom.php:589
540
  msgid "Background Image Size: "
541
  msgstr ""
542
 
543
+ #: custom.php:619
544
+ #, fuzzy
545
+ #| msgid "Form Background Image"
546
+ msgid "Enable Background Video?"
547
+ msgstr "S'il vous plaît remplir le formulaire complet"
548
+
549
+ #: custom.php:637
550
+ #, fuzzy
551
+ #| msgid "Background Repeat:"
552
+ msgid "Background Video:"
553
+ msgstr "Répétition d’arrière plan"
554
+
555
+ #: custom.php:642
556
+ msgid "Select Video"
557
+ msgstr ""
558
+
559
+ #: custom.php:643
560
+ msgid "Change Video"
561
+ msgstr ""
562
+
563
+ #: custom.php:644
564
+ msgid "Default"
565
+ msgstr ""
566
+
567
+ #: custom.php:645
568
+ msgid "Remove"
569
+ msgstr ""
570
+
571
+ #: custom.php:646
572
+ msgid "Select File"
573
+ msgstr ""
574
+
575
+ #: custom.php:660
576
+ #, fuzzy
577
+ #| msgid "Text Font Size:"
578
+ msgid "Video Size:"
579
+ msgstr "Texte : taille de la police"
580
+
581
+ #: custom.php:681
582
+ msgid "Object Postion:"
583
+ msgstr ""
584
+
585
+ #: custom.php:686
586
+ msgid "50% 50%"
587
+ msgstr ""
588
+
589
+ #: custom.php:704
590
+ msgid "Muted Video?"
591
+ msgstr ""
592
+
593
+ #: custom.php:714
594
  msgid "Customize Login Form"
595
  msgstr ""
596
 
597
+ #: custom.php:737
598
  msgid "Enable Form Transparency:"
599
  msgstr ""
600
 
601
+ #: custom.php:751
602
  #, fuzzy
603
  #| msgid "Form Background Image"
604
  msgid "Form Background Image:"
605
  msgstr "S'il vous plaît remplir le formulaire complet"
606
 
607
+ #: custom.php:880
608
  msgid "Customize Forget Form"
609
  msgstr "S'il vous plaît remplir le formulaire complet"
610
 
611
+ #: custom.php:894
612
  #, fuzzy
613
  #| msgid "Forget Form Background Image"
614
  msgid "Forget Form Background Image:"
615
  msgstr "Oubliez l'Image de fond de forme"
616
 
617
+ #: custom.php:909
618
  #, fuzzy
619
  #| msgid "Forget Form Background Color"
620
  msgid "Forget Form Background Color:"
621
  msgstr "Oubliez la couleur d'arrière-plan de forme"
622
 
623
+ #: custom.php:919
624
  msgid "Button Beauty"
625
  msgstr "Beauté de touche"
626
 
627
+ #: custom.php:950
628
  msgid "Error Messages"
629
  msgstr "Messages d'erreur"
630
 
631
+ #: custom.php:981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  msgid "Welcome Messages"
633
  msgstr "Messages de bienvenue"
634
 
635
+ #: custom.php:1019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
636
  msgid "Message Field Background Color:"
637
  msgstr "Message champ couleur de fond :"
638
 
639
+ #: custom.php:1131
640
  msgid "Form Footer"
641
  msgstr ""
642
 
643
+ #: custom.php:1154
644
  #, fuzzy
645
  #| msgid "Footer Text 1"
646
  msgid "Enable Footer Text:"
647
  msgstr "Footer | Texte 1"
648
 
649
+ #: custom.php:1161 include/template-loginpress.php:493
650
+ #: include/template-loginpress.php:552
651
+ #, fuzzy
652
+ #| msgid "Lost Password Text"
653
+ msgid "Lost your password?"
654
+ msgstr "Texte de mot de passe perdu"
655
+
656
+ #: custom.php:1169
657
  #, fuzzy
658
  #| msgid "Lost Password Text"
659
  msgid "Lost Password Text:"
660
  msgstr "Texte de mot de passe perdu"
661
 
662
+ #: custom.php:1185
663
+ msgid "Select Text Decoration:"
664
+ msgstr ""
665
+
666
+ #: custom.php:1206
667
  msgid "Footer Text Color:"
668
  msgstr "Couleur du texte de Pied de page"
669
 
670
+ #: custom.php:1221
671
  msgid "Footer Text Hover Color:"
672
  msgstr "Couleur du texte de lien de pied de page au survol"
673
 
674
+ #: custom.php:1242
675
  msgid "Text Font Size:"
676
  msgstr "Texte : taille de la police"
677
 
678
+ #: custom.php:1259
679
  msgid "Footer Background Color:"
680
  msgstr "Couleur d’arrière-plan du Pied de page"
681
 
682
+ #: custom.php:1284
683
  msgid "Enable \"Back to\" Text:"
684
  msgstr ""
685
 
686
+ #: custom.php:1300
687
  msgid "\"Back to\" Text Decoration:"
688
  msgstr ""
689
 
690
+ #: custom.php:1321
691
  msgid "\"Back to\" Text Color:"
692
  msgstr ""
693
 
694
+ #: custom.php:1336
695
  msgid "\"Back to\" Text Hover Color:"
696
  msgstr ""
697
 
698
+ #: custom.php:1357
699
  msgid "\"Back to\" Text Font Size:"
700
  msgstr ""
701
 
702
+ #: custom.php:1374
703
  #, fuzzy
704
  #| msgid "Form Background Color"
705
  msgid "\"Back to\" Background Color:"
706
  msgstr "Couleur d'arrière plan du formulaire"
707
 
708
+ #: custom.php:1400
709
  msgid "Enable Copyright Note:"
710
  msgstr ""
711
 
712
+ #: custom.php:1404 custom.php:1545
713
  #, php-format
714
  msgid "© %1$s %2$s, All Rights Reserved."
715
  msgstr "© %1$s %2$s, Tous droits réservés."
716
 
717
+ #: custom.php:1412
718
  msgid "Copyright Note:"
719
  msgstr ""
720
 
721
+ #: custom.php:1437
722
  msgid ""
723
  "Show some Love. Please help others learn about this free plugin by placing "
724
  "small link in footer. Thank you very much!"
725
  msgstr ""
726
 
727
+ #: custom.php:1453
728
  msgid "Love Position:"
729
  msgstr ""
730
 
731
+ #: custom.php:1459
732
+ msgid "Left"
733
+ msgstr ""
734
+
735
+ #: custom.php:1460
736
+ msgid "Right"
737
+ msgstr ""
738
+
739
+ #: custom.php:1471
740
  #, fuzzy
741
  #| msgid "Custom CSS"
742
  msgid "Custom CSS/JS"
743
  msgstr "CSS Personalisé"
744
 
745
+ #: custom.php:1484
746
  #, fuzzy
747
  #| msgid "Customize CSS"
748
  msgid "Customize CSS:"
749
  msgstr "Personnaliser le CSS"
750
 
751
+ #: custom.php:1489
752
  #, php-format
753
  msgid ""
754
  "Custom CSS doen't make effect live. For preview please save the setting and "
755
  "visit %1$s login%2$s page or after save refresh the customizer."
756
  msgstr ""
757
 
758
+ #: custom.php:1499
759
  #, fuzzy
760
  #| msgid "Customize JS"
761
  msgid "Customize JS:"
762
  msgstr "Personnaliser les JS"
763
 
764
+ #: custom.php:1504
765
  #, php-format
766
  msgid ""
767
  "Custom JS doen't make effect live. For preview please save the setting and "
768
  "visit %1$s login%2$s page or after save refresh the customizer."
769
  msgstr ""
770
 
771
+ #: custom.php:1528 custom.php:1530
772
  msgid "Powered by:"
773
  msgstr "Propulsé par :"
774
 
775
+ #: custom.php:1641 include/customizer-strings.php:140
776
+ #, php-format
777
+ msgid "%1$sError:%2$s Invalid Password."
778
+ msgstr ""
779
+
780
+ #: custom.php:1647 include/customizer-strings.php:143
781
+ #, php-format
782
+ msgid "%1$sError:%2$s The email address isn't correct.."
783
+ msgstr ""
784
+
785
+ #: custom.php:1649 include/customizer-strings.php:144
786
+ #, php-format
787
+ msgid "%1$sError:%2$s Please type your email address."
788
+ msgstr ""
789
+
790
+ #: custom.php:1651 include/customizer-strings.php:145
791
+ #, php-format
792
+ msgid ""
793
+ "%1$sError:%2$s This username is already registered. Please choose another "
794
+ "one."
795
+ msgstr ""
796
+
797
+ #: custom.php:1653 include/customizer-strings.php:146
798
+ #, php-format
799
+ msgid ""
800
+ "%1$sError:%2$s This email is already registered, please choose another one."
801
+ msgstr ""
802
+
803
+ #: custom.php:1655 include/customizer-strings.php:147
804
+ #, php-format
805
+ msgid "%1$sError:%2$s Invalid username or email."
806
+ msgstr ""
807
+
808
+ #: custom.php:1730 include/template-loginpress.php:469
809
  msgid "Username"
810
  msgstr "Nom d’utilisateur"
811
 
812
+ #: custom.php:1732
813
  msgid "Email Address"
814
  msgstr "Adresse courriel"
815
 
816
+ #: custom.php:1799 include/template-loginpress.php:370
817
  msgid ""
818
  "Please enter your username or email address. You will receive a link to "
819
  "create a new password via email."
820
  msgstr ""
821
 
822
+ #: custom.php:1807 include/template-loginpress.php:465
823
  msgid "Register For This Site"
824
  msgstr ""
825
 
826
+ #: custom.php:1825 custom.php:1829
827
  msgid "Your password has been reset."
828
  msgstr ""
829
 
830
+ #: custom.php:1829 include/template-loginpress.php:397
831
  #: include/template-loginpress.php:491
832
  msgid "Log in"
833
  msgstr ""
870
  msgid "LoginPress"
871
  msgstr ""
872
 
873
+ #: include/customizer-strings.php:9
874
  msgid "Logo Width:"
875
  msgstr ""
876
 
877
+ #: include/customizer-strings.php:9
878
  msgid "Logo Height:"
879
  msgstr ""
880
 
881
+ #: include/customizer-strings.php:9
882
  msgid "Space Bottom:"
883
  msgstr ""
884
 
885
+ #: include/customizer-strings.php:23
886
  #, fuzzy
887
  #| msgid "Input Field Text Color"
888
  msgid "Input Fields:"
889
  msgstr "Couleur du champ de saisie"
890
 
891
+ #: include/customizer-strings.php:24
892
  #, fuzzy
893
  #| msgid "Input Field Text Color"
894
  msgid "Input Field Labels:"
895
  msgstr "Couleur du champ de saisie"
896
 
897
+ #: include/customizer-strings.php:25
898
  #, fuzzy
899
  #| msgid "Login Logo"
900
  msgid "Login Form:"
901
  msgstr "Le logo de connexion"
902
 
903
+ #: include/customizer-strings.php:26
904
  #, fuzzy
905
  #| msgid "Lost Password Text"
906
  msgid "Lost Your Password Text"
907
  msgstr "Texte de mot de passe perdu"
908
 
909
+ #: include/customizer-strings.php:27
910
  msgid "Back To Site Text"
911
  msgstr ""
912
 
913
+ #: include/customizer-strings.php:28
914
  #, fuzzy
915
  #| msgid "Login Footer Links"
916
  msgid "LoginPress Footer Text"
917
  msgstr "Liens de pied de page de login"
918
 
919
  #: include/customizer-strings.php:29
920
+ #, fuzzy
921
+ #| msgid "Form Background Image"
922
+ msgid "Background Image"
923
+ msgstr "S'il vous plaît remplir le formulaire complet"
924
+
925
+ #: include/customizer-strings.php:30
926
+ #, fuzzy
927
+ #| msgid "Background"
928
+ msgid "Background Video"
929
+ msgstr "Arrière plan"
930
+
931
+ #: include/customizer-strings.php:32
932
  msgid ""
933
  "This section helps you to easily Customize the login form input field "
934
  "elements."
935
  msgstr ""
936
 
937
+ #: include/customizer-strings.php:33
938
  msgid ""
939
  "This section helps you to easily Customize the login form input field labels."
940
  msgstr ""
941
 
942
+ #: include/customizer-strings.php:34
943
  msgid ""
944
  "This section helps you to easily Customize the login form elements whether "
945
  "they are form lables, fields or backgrounds."
946
  msgstr ""
947
 
948
+ #: include/customizer-strings.php:35
949
  msgid ""
950
  " Customize the \"Lost your password\" and \"Register\" text section under "
951
  "the form."
952
  msgstr ""
953
 
954
+ #: include/customizer-strings.php:36
955
  msgid "Customize the \"Back to\" text section under the form."
956
  msgstr ""
957
 
958
+ #: include/customizer-strings.php:37
959
  msgid ""
960
  "Customize the copyright note and branding sections at the footer of login "
961
  "page."
962
  msgstr ""
963
 
964
+ #: include/customizer-strings.php:38
965
+ #, fuzzy
966
+ #| msgid "Form Background Image"
967
+ msgid "Customize the background Image."
968
+ msgstr "S'il vous plaît remplir le formulaire complet"
969
+
970
+ #: include/customizer-strings.php:39
971
+ msgid "Customize the background Video."
972
+ msgstr ""
973
+
974
+ #: include/customizer-strings.php:49
975
  msgid "Form Width:"
976
  msgstr "Largeur du formulaire"
977
 
978
+ #: include/customizer-strings.php:50
979
  msgid "Form Minimum Height:"
980
  msgstr ""
981
 
982
+ #: include/customizer-strings.php:51
983
  #, fuzzy
984
  #| msgid "Form Padding:"
985
  msgid "Form Radius:"
986
  msgstr "Remplissage de la forme :"
987
 
988
+ #: include/customizer-strings.php:52
989
  #, fuzzy
990
  #| msgid "Form Padding:"
991
  msgid "Form Shadow:"
992
  msgstr "Remplissage de la forme :"
993
 
994
+ #: include/customizer-strings.php:53
995
  msgid "Form Shadow Opacity:"
996
  msgstr ""
997
 
998
+ #: include/customizer-strings.php:54
999
  msgid "Input Text Field Width:"
1000
  msgstr ""
1001
 
1002
+ #: include/customizer-strings.php:55
1003
  #, fuzzy
1004
  #| msgid "Input Text Field Margin"
1005
  msgid "Input Text Field Radius:"
1006
  msgstr "Marge de champ de saisie de texte"
1007
 
1008
+ #: include/customizer-strings.php:56
1009
  #, fuzzy
1010
  #| msgid "Input Text Field Width"
1011
  msgid "Input Text Field Shadow:"
1012
  msgstr "Largeur du champ de saisie"
1013
 
1014
+ #: include/customizer-strings.php:57
1015
  #, fuzzy
1016
  #| msgid "Input Text Field Width"
1017
  msgid "Input Text Field Shadow Opacity:"
1018
  msgstr "Largeur du champ de saisie"
1019
 
1020
+ #: include/customizer-strings.php:58
1021
  #, fuzzy
1022
  #| msgid "Input Field Text Color"
1023
  msgid "Input Field Label Font Size:"
1024
  msgstr "Couleur du champ de saisie"
1025
 
1026
+ #: include/customizer-strings.php:59
1027
  #, fuzzy
1028
  #| msgid "Text Font Size:"
1029
  msgid "Remember Me Font Size:"
1030
  msgstr "Texte : taille de la police"
1031
 
1032
+ #: include/customizer-strings.php:78
1033
  msgid "Form Background Color:"
1034
  msgstr ""
1035
 
1036
+ #: include/customizer-strings.php:79
1037
  msgid "Input Field Background Color:"
1038
  msgstr ""
1039
 
1040
+ #: include/customizer-strings.php:80
1041
  msgid "Input Field Text Color:"
1042
  msgstr ""
1043
 
1044
+ #: include/customizer-strings.php:81
1045
  #, fuzzy
1046
  #| msgid "Input Field Text Color"
1047
  msgid "Input Field Label Color:"
1048
  msgstr "Couleur du champ de saisie"
1049
 
1050
+ #: include/customizer-strings.php:82
1051
  #, fuzzy
1052
  #| msgid "Label Color"
1053
  msgid "Remember me Label Color:"
1054
  msgstr "Couleur des étiquettes"
1055
 
1056
+ #: include/customizer-strings.php:86 include/template-loginpress.php:382
1057
  #: include/template-loginpress.php:514
1058
  #, fuzzy
1059
  #| msgid "Username Already Exist Message:"
1060
  msgid "Username or Email Address"
1061
  msgstr "Nom d'utilisateur Déjà existant Message:"
1062
 
1063
+ #: include/customizer-strings.php:88
1064
  msgid "Form Padding:"
1065
  msgstr "Remplissage de la forme :"
1066
 
1067
+ #: include/customizer-strings.php:89
1068
  msgid "Border (Example: 2px dotted black):"
1069
  msgstr ""
1070
 
1071
+ #: include/customizer-strings.php:90
1072
  msgid "Input Text Field Margin:"
1073
  msgstr ""
1074
 
1075
+ #: include/customizer-strings.php:91
1076
  #, fuzzy
1077
  #| msgid "Empty Username Message:"
1078
  msgid "Username Label:"
1079
  msgstr "Empty Nom d'utilisateur Message:"
1080
 
1081
+ #: include/customizer-strings.php:92
1082
  #, fuzzy
1083
  #| msgid "Password"
1084
  msgid "Password Label:"
1085
  msgstr "Mot de passe"
1086
 
1087
+ #: include/customizer-strings.php:104
1088
  msgid "Button Color:"
1089
  msgstr ""
1090
 
1091
+ #: include/customizer-strings.php:105
1092
  msgid "Button Border Color:"
1093
  msgstr ""
1094
 
1095
+ #: include/customizer-strings.php:106
1096
  msgid "Button Color (Hover):"
1097
  msgstr ""
1098
 
1099
+ #: include/customizer-strings.php:107
1100
  msgid "Button Border (Hover):"
1101
  msgstr ""
1102
 
1103
+ #: include/customizer-strings.php:108
1104
  msgid "Button Box Shadow:"
1105
  msgstr ""
1106
 
1107
+ #: include/customizer-strings.php:109
1108
  msgid "Button Text Color:"
1109
  msgstr ""
1110
 
1111
+ #: include/customizer-strings.php:114
1112
  #, fuzzy
1113
  #| msgid "Text Font Size:"
1114
  msgid "Button Size:"
1115
  msgstr "Texte : taille de la police"
1116
 
1117
+ #: include/customizer-strings.php:114
1118
  #, fuzzy
1119
  #| msgid "Form Padding:"
1120
  msgid "Button Top Padding:"
1121
  msgstr "Remplissage de la forme :"
1122
 
1123
+ #: include/customizer-strings.php:114
1124
  #, fuzzy
1125
  #| msgid "Form Padding:"
1126
  msgid "Button Bottom Padding:"
1127
  msgstr "Remplissage de la forme :"
1128
 
1129
+ #: include/customizer-strings.php:114
1130
  msgid "Radius:"
1131
  msgstr ""
1132
 
1133
+ #: include/customizer-strings.php:114
1134
  msgid "Shadow:"
1135
  msgstr ""
1136
 
1137
+ #: include/customizer-strings.php:114
1138
  msgid "Shadow Opacity:"
1139
  msgstr ""
1140
 
1141
+ #: include/customizer-strings.php:114
1142
  #, fuzzy
1143
  #| msgid "Text Font Size:"
1144
  msgid "Text Size:"
1145
  msgstr "Texte : taille de la police"
1146
 
1147
+ #: include/customizer-strings.php:150
1148
+ msgid "Incorrect Username Message:"
1149
+ msgstr "Message de nom d'utilisateur incorrect :"
1150
+
1151
+ #: include/customizer-strings.php:151
1152
+ msgid "Incorrect Password Message:"
1153
+ msgstr "Message de mot de passe incorrect :"
1154
+
1155
+ #: include/customizer-strings.php:152
1156
+ msgid "Empty Username Message:"
1157
+ msgstr "Empty Nom d'utilisateur Message:"
1158
+
1159
+ #: include/customizer-strings.php:153
1160
+ msgid "Empty Password Message:"
1161
+ msgstr "Mot de passe vide Message:"
1162
+
1163
+ #: include/customizer-strings.php:154
1164
+ msgid "Invalid Email Message:"
1165
+ msgstr "support marketing: cpc, bannière, e-mail"
1166
+
1167
+ #: include/customizer-strings.php:155
1168
+ msgid "Empty Email Message:"
1169
+ msgstr "Message E-mail :"
1170
+
1171
+ #: include/customizer-strings.php:156
1172
+ msgid "Username Already Exist Message:"
1173
+ msgstr "Nom d'utilisateur Déjà existant Message:"
1174
+
1175
+ #: include/customizer-strings.php:157
1176
+ msgid "Email Already Exist Message:"
1177
+ msgstr "Email existe déjà Message:"
1178
+
1179
+ #: include/customizer-strings.php:158
1180
+ msgid "Forget Password Message:"
1181
+ msgstr "Oubliez le mot de passe :"
1182
+
1183
+ #: include/customizer-strings.php:159
1184
+ #, fuzzy
1185
+ #| msgid "Invalid Email Message:"
1186
+ msgid "Login with Email Message:"
1187
+ msgstr "support marketing: cpc, bannière, e-mail"
1188
+
1189
+ #: include/customizer-strings.php:170
1190
+ msgid "Welcome Message on Lost Password:"
1191
+ msgstr "Message de Bienvenue sur mot de passe perdu :"
1192
+
1193
+ #: include/customizer-strings.php:171
1194
+ #, fuzzy
1195
+ #| msgid "Welcome Message on Front Page:"
1196
+ msgid "Welcome Message on Login Page:"
1197
+ msgstr "Message de Bienvenue sur la Page de couverture :"
1198
+
1199
+ #: include/customizer-strings.php:172
1200
+ msgid "Welcome Message on Registration:"
1201
+ msgstr "Message de Bienvenue sur inscription :"
1202
+
1203
+ #: include/customizer-strings.php:173
1204
+ msgid "Logout Message:"
1205
+ msgstr "Message de déconnexion :"
1206
+
1207
+ #: include/customizer-strings.php:174
1208
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1209
+ msgstr ""
1210
+
1211
+ #: include/deactivate_modal.php:139
1212
  msgid "Quick feedback about LoginPress"
1213
  msgstr ""
1214
 
1215
+ #: include/deactivate_modal.php:142
1216
  msgid "If you have a moment, please let us know why you are deactivating:"
1217
  msgstr ""
1218
 
1219
+ #: include/deactivate_modal.php:150
1220
  msgid " I upgraded to LoginPress Pro"
1221
  msgstr ""
1222
 
1223
+ #: include/deactivate_modal.php:152
1224
  msgid ""
1225
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1226
  "add-on with Core version."
1227
  msgstr ""
1228
 
1229
+ #: include/deactivate_modal.php:159
1230
  msgid "I only needed the plugin for a short period"
1231
  msgstr ""
1232
 
1233
+ #: include/deactivate_modal.php:168
1234
  msgid "I found a better plugin"
1235
  msgstr ""
1236
 
1237
+ #: include/deactivate_modal.php:171
1238
  msgid "Kindly tell us the Plugin name."
1239
  msgstr ""
1240
 
1241
+ #: include/deactivate_modal.php:178
1242
  msgid "The plugin broke my site"
1243
  msgstr ""
1244
 
1245
+ #: include/deactivate_modal.php:187
1246
  msgid "The plugin suddenly stopped working"
1247
  msgstr ""
1248
 
1249
+ #: include/deactivate_modal.php:196
1250
  msgid "I no longer need the plugin"
1251
  msgstr ""
1252
 
1253
+ #: include/deactivate_modal.php:205
1254
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1255
  msgstr ""
1256
 
1257
+ #: include/deactivate_modal.php:214
1258
  msgid "Other"
1259
  msgstr ""
1260
 
1261
+ #: include/deactivate_modal.php:217
1262
  msgid "Kindly tell us the reason so we can improve."
1263
  msgstr ""
1264
 
1265
+ #: include/deactivate_modal.php:222
1266
  msgid "Anonymous feedback"
1267
  msgstr ""
1268
 
1269
+ #: include/deactivate_modal.php:223
1270
  msgid "Skip & Deactivate"
1271
  msgstr ""
1272
 
1273
+ #: include/deactivate_modal.php:226
1274
  msgid "Submit & Deactivate"
1275
  msgstr ""
1276
 
1277
+ #: include/deactivate_modal.php:227
1278
  msgid "Cancel"
1279
  msgstr ""
1280
 
1281
+ #: include/loginpress-import-export.php:14
1282
  msgid ""
1283
  "Import/Export your LoginPress Settings for/from other sites. This will "
1284
  "export/import all the settings including Customizer settings as well."
1285
  msgstr ""
1286
 
1287
+ #: include/loginpress-import-export.php:19
1288
  msgid "Import Settings:"
1289
  msgstr ""
1290
 
1291
+ #: include/loginpress-import-export.php:23
1292
  msgid "Import"
1293
  msgstr ""
1294
 
1295
+ #: include/loginpress-import-export.php:28
1296
  msgid "LoginPress Settings Imported Successfully."
1297
  msgstr ""
1298
 
1299
+ #: include/loginpress-import-export.php:30
1300
  msgid "Select a file and click on Import to start processing."
1301
  msgstr ""
1302
 
1303
+ #: include/loginpress-import-export.php:35
1304
  msgid "Export Settings:"
1305
  msgstr ""
1306
 
1307
+ #: include/loginpress-import-export.php:38
1308
  msgid "Export"
1309
  msgstr ""
1310
 
1311
+ #: include/loginpress-import-export.php:43
1312
  msgid "LoginPress Settings Exported Successfully!"
1313
  msgstr ""
1314
 
1315
+ #: include/loginpress-import-export.php:44
1316
  msgid "Export LoginPress Settings."
1317
  msgstr ""
1318
 
1380
  "features are most popular, so we can improve the plugin further."
1381
  msgstr ""
1382
 
1383
+ #: include/loginpress-optout-form.php:103
1384
+ #: include/loginpress-optout-form.php:119
1385
  msgid "Opt Out"
1386
  msgstr ""
1387
 
1388
+ #: include/loginpress-optout-form.php:108
1389
  msgid ""
1390
  "We appreciate your help in making the plugin better by letting us track some "
1391
  "usage data."
1392
  msgstr ""
1393
 
1394
+ #: include/loginpress-optout-form.php:112
1395
  #, php-format
1396
  msgid ""
1397
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1400
  "the tracking."
1401
  msgstr ""
1402
 
1403
+ #: include/loginpress-optout-form.php:113
1404
  #, php-format
1405
  msgid ""
1406
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1407
  "LoginPress%2$s."
1408
  msgstr ""
1409
 
1410
+ #: include/loginpress-optout-form.php:120
1411
  msgid "On second thought - I want to continue helping"
1412
  msgstr ""
1413
 
1464
  msgid "Registration confirmation will be emailed to you."
1465
  msgstr ""
1466
 
 
 
 
 
 
 
1467
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1468
  msgid "Log In"
1469
  msgstr ""
1472
  msgid "Remember Me"
1473
  msgstr ""
1474
 
1475
+ #: loginpress.php:277
1476
  msgid "Activate"
1477
  msgstr ""
1478
 
1479
+ #: loginpress.php:342
1480
+ msgid "Caps Lock is on"
1481
  msgstr ""
1482
 
1483
+ #: loginpress.php:415
1484
+ msgid "Vote!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1485
  msgstr ""
1486
 
1487
+ #: loginpress.php:418
1488
+ msgid "Rate"
1489
  msgstr ""
1490
 
1491
+ #: loginpress.php:523
1492
  #, php-format
1493
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1494
  msgstr ""
1495
 
1496
+ #: loginpress.php:527
1497
  #, php-format
1498
  msgid " | %1$s Opt Out %2$s "
1499
  msgstr ""
1500
 
1501
+ #: loginpress.php:529
1502
  #, php-format
1503
  msgid " | %1$s Opt In %2$s "
1504
  msgstr ""
1505
 
1506
+ #: loginpress.php:535
1507
  #, php-format
1508
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1509
  msgstr ""
languages/loginpress-nl_DE.mo CHANGED
Binary file
languages/loginpress-nl_DE.po CHANGED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
- "POT-Creation-Date: 2018-08-28 15:26+0500\n"
5
- "PO-Revision-Date: 2018-08-28 15:28+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl\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.0.9\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
@@ -19,46 +19,59 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
- #: classes/class-loginpress-addons.php:100
23
- #: classes/class-loginpress-addons.php:185
 
24
  #, php-format
25
  msgid "%1$s Already Installed %2$s"
26
  msgstr ""
27
 
28
- #: classes/class-loginpress-addons.php:104
29
- #: classes/class-loginpress-addons.php:190
30
  #, php-format
31
  msgid "%1$s Activate Plugin %2$s"
32
  msgstr ""
33
 
34
- #: classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
35
  #, php-format
36
  msgid "%1$s Install %2$s"
37
  msgstr ""
38
 
39
- #: classes/class-loginpress-addons.php:226
 
 
 
 
 
40
  msgid "You have a lifetime license, it will never expire."
41
  msgstr ""
42
 
43
- #: classes/class-loginpress-addons.php:230
44
  #, php-format
45
  msgid "Your (%2$s) license key is valid until %s."
46
  msgstr ""
47
 
48
- #: classes/class-loginpress-addons.php:244
49
  msgid "You need to activate your license to download the following add-ons."
50
  msgstr ""
51
 
52
- #: classes/class-loginpress-addons.php:257
53
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
54
  msgstr ""
55
 
56
- #: classes/class-loginpress-addons.php:482
57
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
58
  msgstr ""
59
 
60
  #: classes/class-loginpress-custom-password.php:45
61
- #: include/customizer-strings.php:81 include/template-loginpress.php:518
62
  msgid "Password"
63
  msgstr "Wachtwoord"
64
 
@@ -122,26 +135,87 @@ msgid ""
122
  "and many more."
123
  msgstr ""
124
 
125
- #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
 
126
  #, php-format
127
  msgid "%1$sError:%2$s The username field is empty."
128
  msgstr ""
129
 
130
- #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
 
131
  #, php-format
132
  msgid "%1$sError:%2$s The password field is empty."
133
  msgstr ""
134
 
135
- #: classes/class-loginpress-login-order.php:92 custom.php:828
 
136
  #, php-format
137
  msgid "%1$sError:%2$s Invalid Email Address"
138
  msgstr ""
139
 
140
- #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
 
141
  #, php-format
142
  msgid "%1$sError:%2$s Invalid Username."
143
  msgstr ""
144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
145
  #: classes/class-loginpress-promo.php:9
146
  msgid "Google Fonts"
147
  msgstr ""
@@ -155,7 +229,7 @@ msgstr ""
155
  msgid "reCAPTCHA"
156
  msgstr ""
157
 
158
- #: classes/class-loginpress-settings-api.php:372
159
  msgid "Choose File"
160
  msgstr ""
161
 
@@ -199,7 +273,7 @@ msgstr ""
199
  msgid "Default Settings Restored"
200
  msgstr ""
201
 
202
- #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
203
  msgid "LoginPress"
204
  msgstr ""
205
 
@@ -215,7 +289,8 @@ msgstr ""
215
  msgid "Help"
216
  msgstr ""
217
 
218
- #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
 
219
  msgid "Import/Export LoginPress Settings"
220
  msgstr ""
221
 
@@ -232,89 +307,89 @@ msgstr ""
232
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
233
  msgstr ""
234
 
235
- #: classes/class-loginpress-setup.php:98
236
  msgid "Upgrade to Pro for More Features"
237
  msgstr ""
238
 
239
- #: classes/class-loginpress-setup.php:123
240
  msgid "Session Expire"
241
  msgstr ""
242
 
243
- #: classes/class-loginpress-setup.php:124
244
  msgid "Set the session expiration time in minutes. e.g: 10"
245
  msgstr ""
246
 
247
- #: classes/class-loginpress-setup.php:125
248
  msgid "10"
249
  msgstr ""
250
 
251
- #: classes/class-loginpress-setup.php:148
252
  #, fuzzy
253
  #| msgid "Lost Password Text"
254
  msgid "Custom Password Fields"
255
  msgstr "Wachtwoord vergeten Text"
256
 
257
- #: classes/class-loginpress-setup.php:149
258
  msgid "Enable custom password fields on registration form."
259
  msgstr ""
260
 
261
- #: classes/class-loginpress-setup.php:154
262
  msgid "Login Order"
263
  msgstr ""
264
 
265
- #: classes/class-loginpress-setup.php:155
266
  msgid "Enable users to login using their username and/or email address."
267
  msgstr ""
268
 
269
- #: classes/class-loginpress-setup.php:172
270
  msgid "Reset Default Settings"
271
  msgstr ""
272
 
273
- #: classes/class-loginpress-setup.php:173
274
  msgid "Remove my custom settings."
275
  msgstr ""
276
 
277
- #: classes/class-loginpress-setup.php:209
278
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
279
  msgstr ""
280
 
281
- #: classes/class-loginpress-setup.php:228
282
  #, php-format
283
  msgid "Free support is available on the %1$s plugin support forums%2$s."
284
  msgstr ""
285
 
286
- #: classes/class-loginpress-setup.php:230
287
  #, php-format
288
  msgid ""
289
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
290
  "%2$s."
291
  msgstr ""
292
 
293
- #: classes/class-loginpress-setup.php:236
294
  msgid "Download Log File"
295
  msgstr ""
296
 
297
- #: classes/class-loginpress-setup.php:290
298
  #, fuzzy
299
  #| msgid "Lost Password Text"
300
  msgid "Lost Password URL"
301
  msgstr "Wachtwoord vergeten Text"
302
 
303
- #: classes/class-loginpress-setup.php:291
304
  msgid ""
305
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
306
  "password URL."
307
  msgstr ""
308
 
309
- #: classes/class-loginpress-setup.php:308
310
  msgid "and LoginPress page"
311
  msgstr ""
312
 
313
- #: classes/class-loginpress-setup.php:313
314
  msgid "Remove Settings on Uninstall"
315
  msgstr ""
316
 
317
- #: classes/class-loginpress-setup.php:314
318
  #, php-format
319
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
320
  msgstr ""
@@ -327,424 +402,429 @@ msgstr ""
327
  msgid "Info:"
328
  msgstr ""
329
 
330
- #: custom.php:243
331
  msgid "Customize Your WordPress Login Page with LoginPress :)"
332
  msgstr ""
333
 
334
- #: custom.php:256
335
  msgid "Themes"
336
  msgstr ""
337
 
338
- #: custom.php:257
339
  msgid "Choose Theme"
340
  msgstr ""
341
 
342
- #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
343
  msgid "Company"
344
  msgstr ""
345
 
346
- #: custom.php:271 custom.php:282 custom.php:476
347
  msgid "Persona"
348
  msgstr ""
349
 
350
- #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
351
  msgid "Corporate"
352
  msgstr ""
353
 
354
- #: custom.php:274 custom.php:479
355
  msgid "Startup"
356
  msgstr ""
357
 
358
- #: custom.php:275 custom.php:480
359
  msgid "Wedding"
360
  msgstr ""
361
 
362
- #: custom.php:276 custom.php:481
363
  msgid "Wedding #2"
364
  msgstr ""
365
 
366
- #: custom.php:278 custom.php:483
367
  msgid "Bikers"
368
  msgstr ""
369
 
370
- #: custom.php:279
371
  msgid "Fitness"
372
  msgstr ""
373
 
374
- #: custom.php:280
375
  msgid "Shopping"
376
  msgstr ""
377
 
378
- #: custom.php:281
379
  msgid "Writers"
380
  msgstr ""
381
 
382
- #: custom.php:283
383
  msgid "Geek"
384
  msgstr ""
385
 
386
- #: custom.php:284
387
  msgid "Innovation"
388
  msgstr ""
389
 
390
- #: custom.php:285
391
  msgid "Photographers"
392
  msgstr ""
393
 
394
- #: custom.php:314
395
  #, fuzzy
396
  #| msgid "Custom JS"
397
  msgid "Custom Design"
398
  msgstr "Custom JS"
399
 
400
- #: custom.php:332
401
  msgid "Logo"
402
  msgstr ""
403
 
404
- #: custom.php:333
405
  msgid "Customize Your Logo Section"
406
  msgstr ""
407
 
408
- #: custom.php:352
409
  msgid "Disable Logo:"
410
  msgstr ""
411
 
412
- #: custom.php:365
413
  msgid "Logo Image:"
414
  msgstr ""
415
 
416
- #: custom.php:383
417
  msgid "Logo URL:"
418
  msgstr ""
419
 
420
- #: custom.php:383
421
  msgid "Logo Hover Title:"
422
  msgstr ""
423
 
424
- #: custom.php:409
425
  msgid "Background"
426
  msgstr "Achtergrond"
427
 
428
- #: custom.php:423
429
  msgid "Background Color:"
430
  msgstr ""
431
 
432
- #: custom.php:442
433
  #, fuzzy
434
  #| msgid "Form Background Image"
435
  msgid "Enable Background Image?"
436
  msgstr "Formulier Achtergrond Afbeelding"
437
 
438
- #: custom.php:456
439
  msgid "Background Image:"
440
  msgstr ""
441
 
442
- #: custom.php:503
 
 
 
 
443
  #, fuzzy
444
  #| msgid "Background Color"
445
  msgid "Background Gallery:"
446
  msgstr "Achtergrond Kleur"
447
 
448
- #: custom.php:516
449
  msgid "Background Repeat:"
450
  msgstr "Achtergrond herhalen"
451
 
452
- #: custom.php:539
453
  msgid "Select Position:"
454
  msgstr ""
455
 
456
- #: custom.php:564
457
  msgid "Background Image Size: "
458
  msgstr ""
459
 
460
- #: custom.php:582
461
- msgid "Customize Login Form"
462
- msgstr ""
463
-
464
- #: custom.php:604
465
- msgid "Enable Form Transparency:"
466
- msgstr ""
467
-
468
- #: custom.php:617
469
  #, fuzzy
470
  #| msgid "Form Background Image"
471
- msgid "Form Background Image:"
472
  msgstr "Formulier Achtergrond Afbeelding"
473
 
474
- #: custom.php:744
475
- msgid "Customize Forget Form"
476
- msgstr "Aanpassen Vergeet Form"
477
-
478
- #: custom.php:757
479
- #, fuzzy
480
- #| msgid "Forget Form Background Image"
481
- msgid "Forget Form Background Image:"
482
- msgstr "Vergeet Van Achtergrond Afbeelding"
483
-
484
- #: custom.php:771
485
  #, fuzzy
486
- #| msgid "Forget Form Background Color"
487
- msgid "Forget Form Background Color:"
488
- msgstr "Vergeet Vorm Achtergrond Kleur"
489
-
490
- #: custom.php:781
491
- msgid "Button Beauty"
492
- msgstr "Knoop Beauty"
493
-
494
- #: custom.php:812
495
- msgid "Error Messages"
496
- msgstr "Foutmeldingen"
497
 
498
- #: custom.php:820 custom.php:1545
499
- #, php-format
500
- msgid "%1$sError:%2$s Invalid Password."
501
  msgstr ""
502
 
503
- #: custom.php:823 custom.php:1551
504
- #, php-format
505
- msgid "%1$sError:%2$s The email address isn't correct.."
506
  msgstr ""
507
 
508
- #: custom.php:824 custom.php:1553
509
- #, php-format
510
- msgid "%1$sError:%2$s Please type your email address."
511
  msgstr ""
512
 
513
- #: custom.php:825 custom.php:1555
514
- #, php-format
515
- msgid ""
516
- "%1$sError:%2$s This username is already registered. Please choose another "
517
- "one."
518
  msgstr ""
519
 
520
- #: custom.php:826 custom.php:1557
521
- #, php-format
522
- msgid ""
523
- "%1$sError:%2$s This email is already registered, please choose another one."
524
  msgstr ""
525
 
526
- #: custom.php:827 custom.php:1559
527
- #, php-format
528
- msgid "%1$sError:%2$s Invalid username or email."
 
 
 
 
 
529
  msgstr ""
530
 
531
- #: custom.php:830
532
- msgid "Incorrect Username Message:"
533
- msgstr "Onjuiste gebruikersnaam Bericht:"
534
 
535
- #: custom.php:831
536
- msgid "Incorrect Password Message:"
537
- msgstr "Onjuist wachtwoord Message:"
538
 
539
- #: custom.php:832
540
- msgid "Empty Username Message:"
541
- msgstr "Lege Gebruikersnaam Message:"
542
 
543
- #: custom.php:833
544
- msgid "Empty Password Message:"
545
- msgstr "Leeg wachtwoord Message:"
546
 
547
- #: custom.php:834
548
- msgid "Invalid Email Message:"
549
- msgstr "Ongeldig e-mailbericht:"
 
 
550
 
551
- #: custom.php:835
552
- msgid "Empty Email Message:"
553
- msgstr "Lege e-mailbericht:"
554
 
555
- #: custom.php:836
556
  #, fuzzy
557
- #| msgid "Empty Username Message:"
558
- msgid "Username Already Exist Message:"
559
- msgstr "Lege Gebruikersnaam Message:"
560
 
561
- #: custom.php:837
562
  #, fuzzy
563
- #| msgid "Empty Email Message:"
564
- msgid "Email Already Exist Message:"
565
- msgstr "Lege e-mailbericht:"
566
 
567
- #: custom.php:838
568
- msgid "Forget Password Message:"
569
- msgstr "Wachtwoord vergeten Message:"
570
 
571
- #: custom.php:839
572
- #, fuzzy
573
- #| msgid "Invalid Email Message:"
574
- msgid "Login with Email Message:"
575
- msgstr "Ongeldig e-mailbericht:"
576
 
577
- #: custom.php:866
578
  msgid "Welcome Messages"
579
  msgstr "Welkom Berichten"
580
 
581
- #: custom.php:875
582
- msgid "Welcome Message on Lost Password:"
583
- msgstr "Welkom Bericht op Wachtwoord vergeten:"
584
-
585
- #: custom.php:876
586
- #, fuzzy
587
- #| msgid "Welcome Message on Front Page:"
588
- msgid "Welcome Message on Login Page:"
589
- msgstr "Welkom bericht op de voorpagina:"
590
-
591
- #: custom.php:877
592
- msgid "Welcome Message on Registration:"
593
- msgstr "Welkom Bericht op Registratie:"
594
-
595
- #: custom.php:878
596
- msgid "Logout Message:"
597
- msgstr "Logout Message:"
598
-
599
- #: custom.php:879
600
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
601
- msgstr ""
602
-
603
- #: custom.php:912
604
  msgid "Message Field Background Color:"
605
  msgstr "Bericht Veld Achtergrond Kleur:"
606
 
607
- #: custom.php:1024
608
  msgid "Form Footer"
609
  msgstr ""
610
 
611
- #: custom.php:1046
612
  #, fuzzy
613
  #| msgid "Footer Text 1"
614
  msgid "Enable Footer Text:"
615
  msgstr "Footer Text 1"
616
 
617
- #: custom.php:1060
 
 
 
 
 
 
 
618
  #, fuzzy
619
  #| msgid "Lost Password Text"
620
  msgid "Lost Password Text:"
621
  msgstr "Wachtwoord vergeten Text"
622
 
623
- #: custom.php:1095
 
 
 
 
624
  msgid "Footer Text Color:"
625
  msgstr "Footer Tekst Kleur:"
626
 
627
- #: custom.php:1109
628
  msgid "Footer Text Hover Color:"
629
  msgstr "Footer Tekst Hover Kleur:"
630
 
631
- #: custom.php:1130
632
  msgid "Text Font Size:"
633
  msgstr "Tekst Font Grootte:"
634
 
635
- #: custom.php:1146
636
  msgid "Footer Background Color:"
637
  msgstr "Footer Achtergrond Kleur:"
638
 
639
- #: custom.php:1170
640
  msgid "Enable \"Back to\" Text:"
641
  msgstr ""
642
 
643
- #: custom.php:1185
644
  msgid "\"Back to\" Text Decoration:"
645
  msgstr ""
646
 
647
- #: custom.php:1205
648
  msgid "\"Back to\" Text Color:"
649
  msgstr ""
650
 
651
- #: custom.php:1219
652
  msgid "\"Back to\" Text Hover Color:"
653
  msgstr ""
654
 
655
- #: custom.php:1240
656
  msgid "\"Back to\" Text Font Size:"
657
  msgstr ""
658
 
659
- #: custom.php:1256
660
  #, fuzzy
661
  #| msgid "Form Background Color"
662
  msgid "\"Back to\" Background Color:"
663
  msgstr "Formulier Achtergrondkleur"
664
 
665
- #: custom.php:1281
666
  msgid "Enable Copyright Note:"
667
  msgstr ""
668
 
669
- #: custom.php:1285 custom.php:1449
670
  #, fuzzy, php-format
671
  #| msgid "All Rights Reserved by:"
672
  msgid "© %1$s %2$s, All Rights Reserved."
673
  msgstr "Alle rechten voorbehouden aan:"
674
 
675
- #: custom.php:1292
676
  msgid "Copyright Note:"
677
  msgstr ""
678
 
679
- #: custom.php:1316
680
  msgid ""
681
  "Show some Love. Please help others learn about this free plugin by placing "
682
  "small link in footer. Thank you very much!"
683
  msgstr ""
684
 
685
- #: custom.php:1331
686
  msgid "Love Position:"
687
  msgstr ""
688
 
689
- #: custom.php:1349
 
 
 
 
 
 
 
 
690
  #, fuzzy
691
  #| msgid "Custom CSS"
692
  msgid "Custom CSS/JS"
693
  msgstr "Custom CSS"
694
 
695
- #: custom.php:1362
696
  #, fuzzy
697
  #| msgid "Customize CSS"
698
  msgid "Customize CSS:"
699
  msgstr "Pas CSS"
700
 
701
- #: custom.php:1367
702
  #, php-format
703
  msgid ""
704
  "Custom CSS doen't make effect live. For preview please save the setting and "
705
  "visit %1$s login%2$s page or after save refresh the customizer."
706
  msgstr ""
707
 
708
- #: custom.php:1377
709
  #, fuzzy
710
  #| msgid "Customize JS"
711
  msgid "Customize JS:"
712
  msgstr "Pas JS"
713
 
714
- #: custom.php:1382
715
  #, php-format
716
  msgid ""
717
  "Custom JS doen't make effect live. For preview please save the setting and "
718
  "visit %1$s login%2$s page or after save refresh the customizer."
719
  msgstr ""
720
 
721
- #: custom.php:1432 custom.php:1434
722
  msgid "Powered by:"
723
  msgstr ""
724
 
725
- #: custom.php:1634 include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
726
  msgid "Username"
727
  msgstr ""
728
 
729
- #: custom.php:1636
730
  msgid "Email Address"
731
  msgstr ""
732
 
733
- #: custom.php:1703 include/template-loginpress.php:370
734
  msgid ""
735
  "Please enter your username or email address. You will receive a link to "
736
  "create a new password via email."
737
  msgstr ""
738
 
739
- #: custom.php:1711 include/template-loginpress.php:465
740
  msgid "Register For This Site"
741
  msgstr ""
742
 
743
- #: custom.php:1729 custom.php:1733
744
  msgid "Your password has been reset."
745
  msgstr ""
746
 
747
- #: custom.php:1733 include/template-loginpress.php:397
748
  #: include/template-loginpress.php:491
749
  msgid "Log in"
750
  msgstr ""
@@ -787,361 +867,451 @@ msgctxt "Page title"
787
  msgid "LoginPress"
788
  msgstr ""
789
 
790
- #: include/customizer-strings.php:8
791
  msgid "Logo Width:"
792
  msgstr ""
793
 
794
- #: include/customizer-strings.php:8
795
  msgid "Logo Height:"
796
  msgstr ""
797
 
798
- #: include/customizer-strings.php:8
799
  msgid "Space Bottom:"
800
  msgstr ""
801
 
802
- #: include/customizer-strings.php:22
803
  #, fuzzy
804
  #| msgid "Input Field Text Color"
805
  msgid "Input Fields:"
806
  msgstr "Tekstinvoerveld Kleur"
807
 
808
- #: include/customizer-strings.php:23
809
  #, fuzzy
810
  #| msgid "Input Field Text Color"
811
  msgid "Input Field Labels:"
812
  msgstr "Tekstinvoerveld Kleur"
813
 
814
- #: include/customizer-strings.php:24
815
  #, fuzzy
816
  #| msgid "Login Logo"
817
  msgid "Login Form:"
818
  msgstr "Login Logo"
819
 
820
- #: include/customizer-strings.php:25
821
  #, fuzzy
822
  #| msgid "Lost Password Text"
823
  msgid "Lost Your Password Text"
824
  msgstr "Wachtwoord vergeten Text"
825
 
826
- #: include/customizer-strings.php:26
827
  msgid "Back To Site Text"
828
  msgstr ""
829
 
830
- #: include/customizer-strings.php:27
831
  #, fuzzy
832
  #| msgid "Login Footer Links"
833
  msgid "LoginPress Footer Text"
834
  msgstr "Login Footer Links"
835
 
836
  #: include/customizer-strings.php:29
 
 
 
 
 
 
 
 
 
 
 
 
837
  msgid ""
838
  "This section helps you to easily Customize the login form input field "
839
  "elements."
840
  msgstr ""
841
 
842
- #: include/customizer-strings.php:30
843
  msgid ""
844
  "This section helps you to easily Customize the login form input field labels."
845
  msgstr ""
846
 
847
- #: include/customizer-strings.php:31
848
  msgid ""
849
  "This section helps you to easily Customize the login form elements whether "
850
  "they are form lables, fields or backgrounds."
851
  msgstr ""
852
 
853
- #: include/customizer-strings.php:32
854
  msgid ""
855
  " Customize the \"Lost your password\" and \"Register\" text section under "
856
  "the form."
857
  msgstr ""
858
 
859
- #: include/customizer-strings.php:33
860
  msgid "Customize the \"Back to\" text section under the form."
861
  msgstr ""
862
 
863
- #: include/customizer-strings.php:34
864
  msgid ""
865
  "Customize the copyright note and branding sections at the footer of login "
866
  "page."
867
  msgstr ""
868
 
869
- #: include/customizer-strings.php:44
 
 
 
 
 
 
 
 
 
 
870
  msgid "Form Width:"
871
  msgstr "Vorm Breedte:"
872
 
873
- #: include/customizer-strings.php:45
874
  msgid "Form Minimum Height:"
875
  msgstr ""
876
 
877
- #: include/customizer-strings.php:46
878
  #, fuzzy
879
  #| msgid "Form Padding:"
880
  msgid "Form Radius:"
881
  msgstr "Vorm Padding:"
882
 
883
- #: include/customizer-strings.php:47
884
  #, fuzzy
885
  #| msgid "Form Padding:"
886
  msgid "Form Shadow:"
887
  msgstr "Vorm Padding:"
888
 
889
- #: include/customizer-strings.php:48
890
  msgid "Form Shadow Opacity:"
891
  msgstr ""
892
 
893
- #: include/customizer-strings.php:49
894
  msgid "Input Text Field Width:"
895
  msgstr ""
896
 
897
- #: include/customizer-strings.php:50
898
  #, fuzzy
899
  #| msgid "Input Text Field Margin"
900
  msgid "Input Text Field Radius:"
901
  msgstr "Invoertekstveld Marge"
902
 
903
- #: include/customizer-strings.php:51
904
  #, fuzzy
905
  #| msgid "Input Text Field Width"
906
  msgid "Input Text Field Shadow:"
907
  msgstr "Input tekstveld Breedte"
908
 
909
- #: include/customizer-strings.php:52
910
  #, fuzzy
911
  #| msgid "Input Text Field Width"
912
  msgid "Input Text Field Shadow Opacity:"
913
  msgstr "Input tekstveld Breedte"
914
 
915
- #: include/customizer-strings.php:53
916
  #, fuzzy
917
  #| msgid "Input Field Text Color"
918
  msgid "Input Field Label Font Size:"
919
  msgstr "Tekstinvoerveld Kleur"
920
 
921
- #: include/customizer-strings.php:54
922
  #, fuzzy
923
  #| msgid "Text Font Size:"
924
  msgid "Remember Me Font Size:"
925
  msgstr "Tekst Font Grootte:"
926
 
927
- #: include/customizer-strings.php:73
928
  msgid "Form Background Color:"
929
  msgstr ""
930
 
931
- #: include/customizer-strings.php:74
932
  msgid "Input Field Background Color:"
933
  msgstr ""
934
 
935
- #: include/customizer-strings.php:75
936
  msgid "Input Field Text Color:"
937
  msgstr ""
938
 
939
- #: include/customizer-strings.php:76
940
  #, fuzzy
941
  #| msgid "Input Field Text Color"
942
  msgid "Input Field Label Color:"
943
  msgstr "Tekstinvoerveld Kleur"
944
 
945
- #: include/customizer-strings.php:77
946
  #, fuzzy
947
  #| msgid "Label Color"
948
  msgid "Remember me Label Color:"
949
  msgstr "Label Color"
950
 
951
- #: include/customizer-strings.php:81 include/template-loginpress.php:382
952
  #: include/template-loginpress.php:514
953
  msgid "Username or Email Address"
954
  msgstr ""
955
 
956
- #: include/customizer-strings.php:83
957
  msgid "Form Padding:"
958
  msgstr "Vorm Padding:"
959
 
960
- #: include/customizer-strings.php:84
961
  msgid "Border (Example: 2px dotted black):"
962
  msgstr ""
963
 
964
- #: include/customizer-strings.php:85
965
  msgid "Input Text Field Margin:"
966
  msgstr ""
967
 
968
- #: include/customizer-strings.php:86
969
  #, fuzzy
970
  #| msgid "Empty Username Message:"
971
  msgid "Username Label:"
972
  msgstr "Lege Gebruikersnaam Message:"
973
 
974
- #: include/customizer-strings.php:87
975
  #, fuzzy
976
  #| msgid "Empty Password Message:"
977
  msgid "Password Label:"
978
  msgstr "Leeg wachtwoord Message:"
979
 
980
- #: include/customizer-strings.php:98
981
  msgid "Button Color:"
982
  msgstr ""
983
 
984
- #: include/customizer-strings.php:99
985
  msgid "Button Border Color:"
986
  msgstr ""
987
 
988
- #: include/customizer-strings.php:100
989
  msgid "Button Color (Hover):"
990
  msgstr ""
991
 
992
- #: include/customizer-strings.php:101
993
  msgid "Button Border (Hover):"
994
  msgstr ""
995
 
996
- #: include/customizer-strings.php:102
997
  msgid "Button Box Shadow:"
998
  msgstr ""
999
 
1000
- #: include/customizer-strings.php:103
1001
  msgid "Button Text Color:"
1002
  msgstr ""
1003
 
1004
- #: include/customizer-strings.php:108
1005
  #, fuzzy
1006
  #| msgid "Text Font Size:"
1007
  msgid "Button Size:"
1008
  msgstr "Tekst Font Grootte:"
1009
 
1010
- #: include/customizer-strings.php:108
1011
  #, fuzzy
1012
  #| msgid "Form Padding:"
1013
  msgid "Button Top Padding:"
1014
  msgstr "Vorm Padding:"
1015
 
1016
- #: include/customizer-strings.php:108
1017
  #, fuzzy
1018
  #| msgid "Form Padding:"
1019
  msgid "Button Bottom Padding:"
1020
  msgstr "Vorm Padding:"
1021
 
1022
- #: include/customizer-strings.php:108
1023
  msgid "Radius:"
1024
  msgstr ""
1025
 
1026
- #: include/customizer-strings.php:108
1027
  msgid "Shadow:"
1028
  msgstr ""
1029
 
1030
- #: include/customizer-strings.php:108
1031
  msgid "Shadow Opacity:"
1032
  msgstr ""
1033
 
1034
- #: include/customizer-strings.php:108
1035
  #, fuzzy
1036
  #| msgid "Text Font Size:"
1037
  msgid "Text Size:"
1038
  msgstr "Tekst Font Grootte:"
1039
 
1040
- #: include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1041
  msgid "Quick feedback about LoginPress"
1042
  msgstr ""
1043
 
1044
- #: include/deactivate_modal.php:134
1045
  msgid "If you have a moment, please let us know why you are deactivating:"
1046
  msgstr ""
1047
 
1048
- #: include/deactivate_modal.php:141
1049
  msgid " I upgraded to LoginPress Pro"
1050
  msgstr ""
1051
 
1052
- #: include/deactivate_modal.php:143
1053
  msgid ""
1054
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1055
  "add-on with Core version."
1056
  msgstr ""
1057
 
1058
- #: include/deactivate_modal.php:150
1059
  msgid "I only needed the plugin for a short period"
1060
  msgstr ""
1061
 
1062
- #: include/deactivate_modal.php:159
1063
  msgid "I found a better plugin"
1064
  msgstr ""
1065
 
1066
- #: include/deactivate_modal.php:162
1067
  msgid "Kindly tell us the Plugin name."
1068
  msgstr ""
1069
 
1070
- #: include/deactivate_modal.php:169
1071
  msgid "The plugin broke my site"
1072
  msgstr ""
1073
 
1074
- #: include/deactivate_modal.php:178
1075
  msgid "The plugin suddenly stopped working"
1076
  msgstr ""
1077
 
1078
- #: include/deactivate_modal.php:187
1079
  msgid "I no longer need the plugin"
1080
  msgstr ""
1081
 
1082
- #: include/deactivate_modal.php:196
1083
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1084
  msgstr ""
1085
 
1086
- #: include/deactivate_modal.php:205
1087
  msgid "Other"
1088
  msgstr ""
1089
 
1090
- #: include/deactivate_modal.php:208
1091
  msgid "Kindly tell us the reason so we can improve."
1092
  msgstr ""
1093
 
1094
- #: include/deactivate_modal.php:213
1095
  msgid "Anonymous feedback"
1096
  msgstr ""
1097
 
1098
- #: include/deactivate_modal.php:214
1099
  msgid "Skip & Deactivate"
1100
  msgstr ""
1101
 
1102
- #: include/deactivate_modal.php:217
1103
  msgid "Submit & Deactivate"
1104
  msgstr ""
1105
 
1106
- #: include/deactivate_modal.php:218
1107
  msgid "Cancel"
1108
  msgstr ""
1109
 
1110
- #: include/loginpress-import-export.php:10
1111
  msgid ""
1112
  "Import/Export your LoginPress Settings for/from other sites. This will "
1113
  "export/import all the settings including Customizer settings as well."
1114
  msgstr ""
1115
 
1116
- #: include/loginpress-import-export.php:15
1117
  msgid "Import Settings:"
1118
  msgstr ""
1119
 
1120
- #: include/loginpress-import-export.php:19
1121
  msgid "Import"
1122
  msgstr ""
1123
 
1124
- #: include/loginpress-import-export.php:23
1125
  msgid "LoginPress Settings Imported Successfully."
1126
  msgstr ""
1127
 
1128
- #: include/loginpress-import-export.php:25
1129
  msgid "Select a file and click on Import to start processing."
1130
  msgstr ""
1131
 
1132
- #: include/loginpress-import-export.php:30
1133
  msgid "Export Settings:"
1134
  msgstr ""
1135
 
1136
- #: include/loginpress-import-export.php:33
1137
  msgid "Export"
1138
  msgstr ""
1139
 
1140
- #: include/loginpress-import-export.php:37
1141
  msgid "LoginPress Settings Exported Successfully!"
1142
  msgstr ""
1143
 
1144
- #: include/loginpress-import-export.php:38
1145
  msgid "Export LoginPress Settings."
1146
  msgstr ""
1147
 
@@ -1209,17 +1379,18 @@ msgid ""
1209
  "features are most popular, so we can improve the plugin further."
1210
  msgstr ""
1211
 
1212
- #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
 
1213
  msgid "Opt Out"
1214
  msgstr ""
1215
 
1216
- #: include/loginpress-optout-form.php:98
1217
  msgid ""
1218
  "We appreciate your help in making the plugin better by letting us track some "
1219
  "usage data."
1220
  msgstr ""
1221
 
1222
- #: include/loginpress-optout-form.php:102
1223
  #, php-format
1224
  msgid ""
1225
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1228,14 +1399,14 @@ msgid ""
1228
  "the tracking."
1229
  msgstr ""
1230
 
1231
- #: include/loginpress-optout-form.php:103
1232
  #, php-format
1233
  msgid ""
1234
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1235
  "LoginPress%2$s."
1236
  msgstr ""
1237
 
1238
- #: include/loginpress-optout-form.php:110
1239
  msgid "On second thought - I want to continue helping"
1240
  msgstr ""
1241
 
@@ -1290,12 +1461,6 @@ msgstr ""
1290
  msgid "Registration confirmation will be emailed to you."
1291
  msgstr ""
1292
 
1293
- #: include/template-loginpress.php:493 include/template-loginpress.php:552
1294
- #, fuzzy
1295
- #| msgid "Lost Password Text"
1296
- msgid "Lost your password?"
1297
- msgstr "Wachtwoord vergeten Text"
1298
-
1299
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1300
  msgid "Log In"
1301
  msgstr ""
@@ -1304,68 +1469,38 @@ msgstr ""
1304
  msgid "Remember Me"
1305
  msgstr ""
1306
 
1307
- #: loginpress.php:278
1308
  msgid "Activate"
1309
  msgstr ""
1310
 
1311
- #: loginpress.php:378
1312
- msgid "Vote!"
1313
- msgstr ""
1314
-
1315
- #: loginpress.php:571
1316
- msgid "Leave A Review?"
1317
- msgstr ""
1318
-
1319
- #: loginpress.php:572
1320
- msgid ""
1321
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1322
- "review on WordPress.org?"
1323
- msgstr ""
1324
-
1325
- #: loginpress.php:574
1326
- msgid "Sure! I'd love to!"
1327
- msgstr ""
1328
-
1329
- #: loginpress.php:575
1330
- msgid "I've already left a review"
1331
- msgstr ""
1332
-
1333
- #: loginpress.php:576
1334
- msgid "Maybe Later"
1335
- msgstr ""
1336
-
1337
- #: loginpress.php:577
1338
- msgid "Never show again"
1339
  msgstr ""
1340
 
1341
- #: loginpress.php:602
1342
- msgid "Introducing LoginPress Addons!"
1343
- msgstr ""
1344
-
1345
- #: loginpress.php:603
1346
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1347
  msgstr ""
1348
 
1349
- #: loginpress.php:607
1350
- msgid "Learn More"
1351
  msgstr ""
1352
 
1353
- #: loginpress.php:666
1354
  #, php-format
1355
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1356
  msgstr ""
1357
 
1358
- #: loginpress.php:670
1359
  #, php-format
1360
  msgid " | %1$s Opt Out %2$s "
1361
  msgstr ""
1362
 
1363
- #: loginpress.php:672
1364
  #, php-format
1365
  msgid " | %1$s Opt In %2$s "
1366
  msgstr ""
1367
 
1368
- #: loginpress.php:678
1369
  #, php-format
1370
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1371
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Custom Login Page Brigade\n"
4
+ "POT-Creation-Date: 2019-04-25 12:53+0500\n"
5
+ "PO-Revision-Date: 2019-04-25 12:53+0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: nl\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\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
19
  "X-Poedit-SearchPath-0: .\n"
20
  "X-Poedit-SearchPathExcluded-0: *.js\n"
21
 
22
+ #: classes/class-loginpress-addons.php:120
23
+ #: classes/class-loginpress-addons.php:205
24
+ #: classes/class-loginpress-addons.php:244
25
  #, php-format
26
  msgid "%1$s Already Installed %2$s"
27
  msgstr ""
28
 
29
+ #: classes/class-loginpress-addons.php:124
30
+ #: classes/class-loginpress-addons.php:210
31
  #, php-format
32
  msgid "%1$s Activate Plugin %2$s"
33
  msgstr ""
34
 
35
+ #: classes/class-loginpress-addons.php:140
36
+ #: classes/class-loginpress-addons.php:225
37
+ #: classes/class-loginpress-addons.php:319
38
+ msgid "UPGRADE NOW"
39
+ msgstr ""
40
+
41
+ #: classes/class-loginpress-addons.php:215
42
+ #: classes/class-loginpress-addons.php:255
43
  #, php-format
44
  msgid "%1$s Install %2$s"
45
  msgstr ""
46
 
47
+ #: classes/class-loginpress-addons.php:250
48
+ #, php-format
49
+ msgid "%3$s %1$s Activate Plugin %2$s"
50
+ msgstr ""
51
+
52
+ #: classes/class-loginpress-addons.php:337
53
  msgid "You have a lifetime license, it will never expire."
54
  msgstr ""
55
 
56
+ #: classes/class-loginpress-addons.php:341
57
  #, php-format
58
  msgid "Your (%2$s) license key is valid until %s."
59
  msgstr ""
60
 
61
+ #: classes/class-loginpress-addons.php:355
62
  msgid "You need to activate your license to download the following add-ons."
63
  msgstr ""
64
 
65
+ #: classes/class-loginpress-addons.php:368
66
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
67
  msgstr ""
68
 
69
+ #: classes/class-loginpress-addons.php:586
70
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
71
  msgstr ""
72
 
73
  #: classes/class-loginpress-custom-password.php:45
74
+ #: include/customizer-strings.php:86 include/template-loginpress.php:518
75
  msgid "Password"
76
  msgstr "Wachtwoord"
77
 
135
  "and many more."
136
  msgstr ""
137
 
138
+ #: classes/class-loginpress-login-order.php:69 custom.php:1643
139
+ #: include/customizer-strings.php:141
140
  #, php-format
141
  msgid "%1$sError:%2$s The username field is empty."
142
  msgstr ""
143
 
144
+ #: classes/class-loginpress-login-order.php:71 custom.php:1645
145
+ #: include/customizer-strings.php:142
146
  #, php-format
147
  msgid "%1$sError:%2$s The password field is empty."
148
  msgstr ""
149
 
150
+ #: classes/class-loginpress-login-order.php:92
151
+ #: include/customizer-strings.php:148
152
  #, php-format
153
  msgid "%1$sError:%2$s Invalid Email Address"
154
  msgstr ""
155
 
156
+ #: classes/class-loginpress-login-order.php:114 custom.php:1639
157
+ #: include/customizer-strings.php:140
158
  #, php-format
159
  msgid "%1$sError:%2$s Invalid Username."
160
  msgstr ""
161
 
162
+ #: classes/class-loginpress-notifications.php:130
163
+ msgid "Leave A Review?"
164
+ msgstr ""
165
+
166
+ #: classes/class-loginpress-notifications.php:131
167
+ msgid ""
168
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
169
+ "review on WordPress.org?"
170
+ msgstr ""
171
+
172
+ #: classes/class-loginpress-notifications.php:133
173
+ msgid "Sure! I'd love to!"
174
+ msgstr ""
175
+
176
+ #: classes/class-loginpress-notifications.php:134
177
+ msgid "I've already left a review"
178
+ msgstr ""
179
+
180
+ #: classes/class-loginpress-notifications.php:135
181
+ msgid "Maybe Later"
182
+ msgstr ""
183
+
184
+ #: classes/class-loginpress-notifications.php:136
185
+ msgid "Never show again"
186
+ msgstr ""
187
+
188
+ #: classes/class-loginpress-notifications.php:161
189
+ msgid "Introducing LoginPress Addons!"
190
+ msgstr ""
191
+
192
+ #: classes/class-loginpress-notifications.php:162
193
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
194
+ msgstr ""
195
+
196
+ #: classes/class-loginpress-notifications.php:166
197
+ msgid "Learn More"
198
+ msgstr ""
199
+
200
+ #: classes/class-loginpress-notifications.php:270
201
+ msgid "FLAT 51% OFF"
202
+ msgstr ""
203
+
204
+ #: classes/class-loginpress-notifications.php:295
205
+ #, php-format
206
+ msgid ""
207
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
208
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
209
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
210
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
211
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
212
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
213
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
214
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
215
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
216
+ "free version</a>"
217
+ msgstr ""
218
+
219
  #: classes/class-loginpress-promo.php:9
220
  msgid "Google Fonts"
221
  msgstr ""
229
  msgid "reCAPTCHA"
230
  msgstr ""
231
 
232
+ #: classes/class-loginpress-settings-api.php:372 custom.php:647
233
  msgid "Choose File"
234
  msgstr ""
235
 
273
  msgid "Default Settings Restored"
274
  msgstr ""
275
 
276
+ #: classes/class-loginpress-setup.php:60 custom.php:250 loginpress.php:279
277
  msgid "LoginPress"
278
  msgstr ""
279
 
289
  msgid "Help"
290
  msgstr ""
291
 
292
+ #: classes/class-loginpress-setup.php:68
293
+ #: include/loginpress-import-export.php:13
294
  msgid "Import/Export LoginPress Settings"
295
  msgstr ""
296
 
307
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
308
  msgstr ""
309
 
310
+ #: classes/class-loginpress-setup.php:102
311
  msgid "Upgrade to Pro for More Features"
312
  msgstr ""
313
 
314
+ #: classes/class-loginpress-setup.php:127
315
  msgid "Session Expire"
316
  msgstr ""
317
 
318
+ #: classes/class-loginpress-setup.php:128
319
  msgid "Set the session expiration time in minutes. e.g: 10"
320
  msgstr ""
321
 
322
+ #: classes/class-loginpress-setup.php:129
323
  msgid "10"
324
  msgstr ""
325
 
326
+ #: classes/class-loginpress-setup.php:152
327
  #, fuzzy
328
  #| msgid "Lost Password Text"
329
  msgid "Custom Password Fields"
330
  msgstr "Wachtwoord vergeten Text"
331
 
332
+ #: classes/class-loginpress-setup.php:153
333
  msgid "Enable custom password fields on registration form."
334
  msgstr ""
335
 
336
+ #: classes/class-loginpress-setup.php:158
337
  msgid "Login Order"
338
  msgstr ""
339
 
340
+ #: classes/class-loginpress-setup.php:159
341
  msgid "Enable users to login using their username and/or email address."
342
  msgstr ""
343
 
344
+ #: classes/class-loginpress-setup.php:176
345
  msgid "Reset Default Settings"
346
  msgstr ""
347
 
348
+ #: classes/class-loginpress-setup.php:177
349
  msgid "Remove my custom settings."
350
  msgstr ""
351
 
352
+ #: classes/class-loginpress-setup.php:213
353
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
354
  msgstr ""
355
 
356
+ #: classes/class-loginpress-setup.php:232
357
  #, php-format
358
  msgid "Free support is available on the %1$s plugin support forums%2$s."
359
  msgstr ""
360
 
361
+ #: classes/class-loginpress-setup.php:234
362
  #, php-format
363
  msgid ""
364
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
365
  "%2$s."
366
  msgstr ""
367
 
368
+ #: classes/class-loginpress-setup.php:240
369
  msgid "Download Log File"
370
  msgstr ""
371
 
372
+ #: classes/class-loginpress-setup.php:296
373
  #, fuzzy
374
  #| msgid "Lost Password Text"
375
  msgid "Lost Password URL"
376
  msgstr "Wachtwoord vergeten Text"
377
 
378
+ #: classes/class-loginpress-setup.php:297
379
  msgid ""
380
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
381
  "password URL."
382
  msgstr ""
383
 
384
+ #: classes/class-loginpress-setup.php:314
385
  msgid "and LoginPress page"
386
  msgstr ""
387
 
388
+ #: classes/class-loginpress-setup.php:319
389
  msgid "Remove Settings on Uninstall"
390
  msgstr ""
391
 
392
+ #: classes/class-loginpress-setup.php:320
393
  #, php-format
394
  msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
395
  msgstr ""
402
  msgid "Info:"
403
  msgstr ""
404
 
405
+ #: custom.php:251
406
  msgid "Customize Your WordPress Login Page with LoginPress :)"
407
  msgstr ""
408
 
409
+ #: custom.php:264
410
  msgid "Themes"
411
  msgstr ""
412
 
413
+ #: custom.php:265
414
  msgid "Choose Theme"
415
  msgstr ""
416
 
417
+ #: custom.php:279 custom.php:286 custom.php:496 custom.php:503
418
  msgid "Company"
419
  msgstr ""
420
 
421
+ #: custom.php:280 custom.php:291 custom.php:497
422
  msgid "Persona"
423
  msgstr ""
424
 
425
+ #: custom.php:281 custom.php:282 custom.php:498 custom.php:499
426
  msgid "Corporate"
427
  msgstr ""
428
 
429
+ #: custom.php:283 custom.php:500
430
  msgid "Startup"
431
  msgstr ""
432
 
433
+ #: custom.php:284 custom.php:501
434
  msgid "Wedding"
435
  msgstr ""
436
 
437
+ #: custom.php:285 custom.php:502
438
  msgid "Wedding #2"
439
  msgstr ""
440
 
441
+ #: custom.php:287 custom.php:504
442
  msgid "Bikers"
443
  msgstr ""
444
 
445
+ #: custom.php:288
446
  msgid "Fitness"
447
  msgstr ""
448
 
449
+ #: custom.php:289
450
  msgid "Shopping"
451
  msgstr ""
452
 
453
+ #: custom.php:290
454
  msgid "Writers"
455
  msgstr ""
456
 
457
+ #: custom.php:292
458
  msgid "Geek"
459
  msgstr ""
460
 
461
+ #: custom.php:293
462
  msgid "Innovation"
463
  msgstr ""
464
 
465
+ #: custom.php:294
466
  msgid "Photographers"
467
  msgstr ""
468
 
469
+ #: custom.php:323
470
  #, fuzzy
471
  #| msgid "Custom JS"
472
  msgid "Custom Design"
473
  msgstr "Custom JS"
474
 
475
+ #: custom.php:341
476
  msgid "Logo"
477
  msgstr ""
478
 
479
+ #: custom.php:342
480
  msgid "Customize Your Logo Section"
481
  msgstr ""
482
 
483
+ #: custom.php:362
484
  msgid "Disable Logo:"
485
  msgstr ""
486
 
487
+ #: custom.php:376
488
  msgid "Logo Image:"
489
  msgstr ""
490
 
491
+ #: custom.php:394
492
  msgid "Logo URL:"
493
  msgstr ""
494
 
495
+ #: custom.php:394
496
  msgid "Logo Hover Title:"
497
  msgstr ""
498
 
499
+ #: custom.php:422
500
  msgid "Background"
501
  msgstr "Achtergrond"
502
 
503
+ #: custom.php:437
504
  msgid "Background Color:"
505
  msgstr ""
506
 
507
+ #: custom.php:460
508
  #, fuzzy
509
  #| msgid "Form Background Image"
510
  msgid "Enable Background Image?"
511
  msgstr "Formulier Achtergrond Afbeelding"
512
 
513
+ #: custom.php:475
514
  msgid "Background Image:"
515
  msgstr ""
516
 
517
+ #: custom.php:480
518
+ msgid "Select Image"
519
+ msgstr ""
520
+
521
+ #: custom.php:524
522
  #, fuzzy
523
  #| msgid "Background Color"
524
  msgid "Background Gallery:"
525
  msgstr "Achtergrond Kleur"
526
 
527
+ #: custom.php:538
528
  msgid "Background Repeat:"
529
  msgstr "Achtergrond herhalen"
530
 
531
+ #: custom.php:563
532
  msgid "Select Position:"
533
  msgstr ""
534
 
535
+ #: custom.php:589
536
  msgid "Background Image Size: "
537
  msgstr ""
538
 
539
+ #: custom.php:619
 
 
 
 
 
 
 
 
540
  #, fuzzy
541
  #| msgid "Form Background Image"
542
+ msgid "Enable Background Video?"
543
  msgstr "Formulier Achtergrond Afbeelding"
544
 
545
+ #: custom.php:637
 
 
 
 
 
 
 
 
 
 
546
  #, fuzzy
547
+ #| msgid "Background Repeat:"
548
+ msgid "Background Video:"
549
+ msgstr "Achtergrond herhalen"
 
 
 
 
 
 
 
 
550
 
551
+ #: custom.php:642
552
+ msgid "Select Video"
 
553
  msgstr ""
554
 
555
+ #: custom.php:643
556
+ msgid "Change Video"
 
557
  msgstr ""
558
 
559
+ #: custom.php:644
560
+ msgid "Default"
 
561
  msgstr ""
562
 
563
+ #: custom.php:645
564
+ msgid "Remove"
 
 
 
565
  msgstr ""
566
 
567
+ #: custom.php:646
568
+ msgid "Select File"
 
 
569
  msgstr ""
570
 
571
+ #: custom.php:660
572
+ #, fuzzy
573
+ #| msgid "Text Font Size:"
574
+ msgid "Video Size:"
575
+ msgstr "Tekst Font Grootte:"
576
+
577
+ #: custom.php:681
578
+ msgid "Object Postion:"
579
  msgstr ""
580
 
581
+ #: custom.php:686
582
+ msgid "50% 50%"
583
+ msgstr ""
584
 
585
+ #: custom.php:704
586
+ msgid "Muted Video?"
587
+ msgstr ""
588
 
589
+ #: custom.php:714
590
+ msgid "Customize Login Form"
591
+ msgstr ""
592
 
593
+ #: custom.php:737
594
+ msgid "Enable Form Transparency:"
595
+ msgstr ""
596
 
597
+ #: custom.php:751
598
+ #, fuzzy
599
+ #| msgid "Form Background Image"
600
+ msgid "Form Background Image:"
601
+ msgstr "Formulier Achtergrond Afbeelding"
602
 
603
+ #: custom.php:880
604
+ msgid "Customize Forget Form"
605
+ msgstr "Aanpassen Vergeet Form"
606
 
607
+ #: custom.php:894
608
  #, fuzzy
609
+ #| msgid "Forget Form Background Image"
610
+ msgid "Forget Form Background Image:"
611
+ msgstr "Vergeet Van Achtergrond Afbeelding"
612
 
613
+ #: custom.php:909
614
  #, fuzzy
615
+ #| msgid "Forget Form Background Color"
616
+ msgid "Forget Form Background Color:"
617
+ msgstr "Vergeet Vorm Achtergrond Kleur"
618
 
619
+ #: custom.php:919
620
+ msgid "Button Beauty"
621
+ msgstr "Knoop Beauty"
622
 
623
+ #: custom.php:950
624
+ msgid "Error Messages"
625
+ msgstr "Foutmeldingen"
 
 
626
 
627
+ #: custom.php:981
628
  msgid "Welcome Messages"
629
  msgstr "Welkom Berichten"
630
 
631
+ #: custom.php:1019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  msgid "Message Field Background Color:"
633
  msgstr "Bericht Veld Achtergrond Kleur:"
634
 
635
+ #: custom.php:1131
636
  msgid "Form Footer"
637
  msgstr ""
638
 
639
+ #: custom.php:1154
640
  #, fuzzy
641
  #| msgid "Footer Text 1"
642
  msgid "Enable Footer Text:"
643
  msgstr "Footer Text 1"
644
 
645
+ #: custom.php:1161 include/template-loginpress.php:493
646
+ #: include/template-loginpress.php:552
647
+ #, fuzzy
648
+ #| msgid "Lost Password Text"
649
+ msgid "Lost your password?"
650
+ msgstr "Wachtwoord vergeten Text"
651
+
652
+ #: custom.php:1169
653
  #, fuzzy
654
  #| msgid "Lost Password Text"
655
  msgid "Lost Password Text:"
656
  msgstr "Wachtwoord vergeten Text"
657
 
658
+ #: custom.php:1185
659
+ msgid "Select Text Decoration:"
660
+ msgstr ""
661
+
662
+ #: custom.php:1206
663
  msgid "Footer Text Color:"
664
  msgstr "Footer Tekst Kleur:"
665
 
666
+ #: custom.php:1221
667
  msgid "Footer Text Hover Color:"
668
  msgstr "Footer Tekst Hover Kleur:"
669
 
670
+ #: custom.php:1242
671
  msgid "Text Font Size:"
672
  msgstr "Tekst Font Grootte:"
673
 
674
+ #: custom.php:1259
675
  msgid "Footer Background Color:"
676
  msgstr "Footer Achtergrond Kleur:"
677
 
678
+ #: custom.php:1284
679
  msgid "Enable \"Back to\" Text:"
680
  msgstr ""
681
 
682
+ #: custom.php:1300
683
  msgid "\"Back to\" Text Decoration:"
684
  msgstr ""
685
 
686
+ #: custom.php:1321
687
  msgid "\"Back to\" Text Color:"
688
  msgstr ""
689
 
690
+ #: custom.php:1336
691
  msgid "\"Back to\" Text Hover Color:"
692
  msgstr ""
693
 
694
+ #: custom.php:1357
695
  msgid "\"Back to\" Text Font Size:"
696
  msgstr ""
697
 
698
+ #: custom.php:1374
699
  #, fuzzy
700
  #| msgid "Form Background Color"
701
  msgid "\"Back to\" Background Color:"
702
  msgstr "Formulier Achtergrondkleur"
703
 
704
+ #: custom.php:1400
705
  msgid "Enable Copyright Note:"
706
  msgstr ""
707
 
708
+ #: custom.php:1404 custom.php:1545
709
  #, fuzzy, php-format
710
  #| msgid "All Rights Reserved by:"
711
  msgid "© %1$s %2$s, All Rights Reserved."
712
  msgstr "Alle rechten voorbehouden aan:"
713
 
714
+ #: custom.php:1412
715
  msgid "Copyright Note:"
716
  msgstr ""
717
 
718
+ #: custom.php:1437
719
  msgid ""
720
  "Show some Love. Please help others learn about this free plugin by placing "
721
  "small link in footer. Thank you very much!"
722
  msgstr ""
723
 
724
+ #: custom.php:1453
725
  msgid "Love Position:"
726
  msgstr ""
727
 
728
+ #: custom.php:1459
729
+ msgid "Left"
730
+ msgstr ""
731
+
732
+ #: custom.php:1460
733
+ msgid "Right"
734
+ msgstr ""
735
+
736
+ #: custom.php:1471
737
  #, fuzzy
738
  #| msgid "Custom CSS"
739
  msgid "Custom CSS/JS"
740
  msgstr "Custom CSS"
741
 
742
+ #: custom.php:1484
743
  #, fuzzy
744
  #| msgid "Customize CSS"
745
  msgid "Customize CSS:"
746
  msgstr "Pas CSS"
747
 
748
+ #: custom.php:1489
749
  #, php-format
750
  msgid ""
751
  "Custom CSS doen't make effect live. For preview please save the setting and "
752
  "visit %1$s login%2$s page or after save refresh the customizer."
753
  msgstr ""
754
 
755
+ #: custom.php:1499
756
  #, fuzzy
757
  #| msgid "Customize JS"
758
  msgid "Customize JS:"
759
  msgstr "Pas JS"
760
 
761
+ #: custom.php:1504
762
  #, php-format
763
  msgid ""
764
  "Custom JS doen't make effect live. For preview please save the setting and "
765
  "visit %1$s login%2$s page or after save refresh the customizer."
766
  msgstr ""
767
 
768
+ #: custom.php:1528 custom.php:1530
769
  msgid "Powered by:"
770
  msgstr ""
771
 
772
+ #: custom.php:1641 include/customizer-strings.php:140
773
+ #, php-format
774
+ msgid "%1$sError:%2$s Invalid Password."
775
+ msgstr ""
776
+
777
+ #: custom.php:1647 include/customizer-strings.php:143
778
+ #, php-format
779
+ msgid "%1$sError:%2$s The email address isn't correct.."
780
+ msgstr ""
781
+
782
+ #: custom.php:1649 include/customizer-strings.php:144
783
+ #, php-format
784
+ msgid "%1$sError:%2$s Please type your email address."
785
+ msgstr ""
786
+
787
+ #: custom.php:1651 include/customizer-strings.php:145
788
+ #, php-format
789
+ msgid ""
790
+ "%1$sError:%2$s This username is already registered. Please choose another "
791
+ "one."
792
+ msgstr ""
793
+
794
+ #: custom.php:1653 include/customizer-strings.php:146
795
+ #, php-format
796
+ msgid ""
797
+ "%1$sError:%2$s This email is already registered, please choose another one."
798
+ msgstr ""
799
+
800
+ #: custom.php:1655 include/customizer-strings.php:147
801
+ #, php-format
802
+ msgid "%1$sError:%2$s Invalid username or email."
803
+ msgstr ""
804
+
805
+ #: custom.php:1730 include/template-loginpress.php:469
806
  msgid "Username"
807
  msgstr ""
808
 
809
+ #: custom.php:1732
810
  msgid "Email Address"
811
  msgstr ""
812
 
813
+ #: custom.php:1799 include/template-loginpress.php:370
814
  msgid ""
815
  "Please enter your username or email address. You will receive a link to "
816
  "create a new password via email."
817
  msgstr ""
818
 
819
+ #: custom.php:1807 include/template-loginpress.php:465
820
  msgid "Register For This Site"
821
  msgstr ""
822
 
823
+ #: custom.php:1825 custom.php:1829
824
  msgid "Your password has been reset."
825
  msgstr ""
826
 
827
+ #: custom.php:1829 include/template-loginpress.php:397
828
  #: include/template-loginpress.php:491
829
  msgid "Log in"
830
  msgstr ""
867
  msgid "LoginPress"
868
  msgstr ""
869
 
870
+ #: include/customizer-strings.php:9
871
  msgid "Logo Width:"
872
  msgstr ""
873
 
874
+ #: include/customizer-strings.php:9
875
  msgid "Logo Height:"
876
  msgstr ""
877
 
878
+ #: include/customizer-strings.php:9
879
  msgid "Space Bottom:"
880
  msgstr ""
881
 
882
+ #: include/customizer-strings.php:23
883
  #, fuzzy
884
  #| msgid "Input Field Text Color"
885
  msgid "Input Fields:"
886
  msgstr "Tekstinvoerveld Kleur"
887
 
888
+ #: include/customizer-strings.php:24
889
  #, fuzzy
890
  #| msgid "Input Field Text Color"
891
  msgid "Input Field Labels:"
892
  msgstr "Tekstinvoerveld Kleur"
893
 
894
+ #: include/customizer-strings.php:25
895
  #, fuzzy
896
  #| msgid "Login Logo"
897
  msgid "Login Form:"
898
  msgstr "Login Logo"
899
 
900
+ #: include/customizer-strings.php:26
901
  #, fuzzy
902
  #| msgid "Lost Password Text"
903
  msgid "Lost Your Password Text"
904
  msgstr "Wachtwoord vergeten Text"
905
 
906
+ #: include/customizer-strings.php:27
907
  msgid "Back To Site Text"
908
  msgstr ""
909
 
910
+ #: include/customizer-strings.php:28
911
  #, fuzzy
912
  #| msgid "Login Footer Links"
913
  msgid "LoginPress Footer Text"
914
  msgstr "Login Footer Links"
915
 
916
  #: include/customizer-strings.php:29
917
+ #, fuzzy
918
+ #| msgid "Form Background Image"
919
+ msgid "Background Image"
920
+ msgstr "Formulier Achtergrond Afbeelding"
921
+
922
+ #: include/customizer-strings.php:30
923
+ #, fuzzy
924
+ #| msgid "Background"
925
+ msgid "Background Video"
926
+ msgstr "Achtergrond"
927
+
928
+ #: include/customizer-strings.php:32
929
  msgid ""
930
  "This section helps you to easily Customize the login form input field "
931
  "elements."
932
  msgstr ""
933
 
934
+ #: include/customizer-strings.php:33
935
  msgid ""
936
  "This section helps you to easily Customize the login form input field labels."
937
  msgstr ""
938
 
939
+ #: include/customizer-strings.php:34
940
  msgid ""
941
  "This section helps you to easily Customize the login form elements whether "
942
  "they are form lables, fields or backgrounds."
943
  msgstr ""
944
 
945
+ #: include/customizer-strings.php:35
946
  msgid ""
947
  " Customize the \"Lost your password\" and \"Register\" text section under "
948
  "the form."
949
  msgstr ""
950
 
951
+ #: include/customizer-strings.php:36
952
  msgid "Customize the \"Back to\" text section under the form."
953
  msgstr ""
954
 
955
+ #: include/customizer-strings.php:37
956
  msgid ""
957
  "Customize the copyright note and branding sections at the footer of login "
958
  "page."
959
  msgstr ""
960
 
961
+ #: include/customizer-strings.php:38
962
+ #, fuzzy
963
+ #| msgid "Form Background Image"
964
+ msgid "Customize the background Image."
965
+ msgstr "Formulier Achtergrond Afbeelding"
966
+
967
+ #: include/customizer-strings.php:39
968
+ msgid "Customize the background Video."
969
+ msgstr ""
970
+
971
+ #: include/customizer-strings.php:49
972
  msgid "Form Width:"
973
  msgstr "Vorm Breedte:"
974
 
975
+ #: include/customizer-strings.php:50
976
  msgid "Form Minimum Height:"
977
  msgstr ""
978
 
979
+ #: include/customizer-strings.php:51
980
  #, fuzzy
981
  #| msgid "Form Padding:"
982
  msgid "Form Radius:"
983
  msgstr "Vorm Padding:"
984
 
985
+ #: include/customizer-strings.php:52
986
  #, fuzzy
987
  #| msgid "Form Padding:"
988
  msgid "Form Shadow:"
989
  msgstr "Vorm Padding:"
990
 
991
+ #: include/customizer-strings.php:53
992
  msgid "Form Shadow Opacity:"
993
  msgstr ""
994
 
995
+ #: include/customizer-strings.php:54
996
  msgid "Input Text Field Width:"
997
  msgstr ""
998
 
999
+ #: include/customizer-strings.php:55
1000
  #, fuzzy
1001
  #| msgid "Input Text Field Margin"
1002
  msgid "Input Text Field Radius:"
1003
  msgstr "Invoertekstveld Marge"
1004
 
1005
+ #: include/customizer-strings.php:56
1006
  #, fuzzy
1007
  #| msgid "Input Text Field Width"
1008
  msgid "Input Text Field Shadow:"
1009
  msgstr "Input tekstveld Breedte"
1010
 
1011
+ #: include/customizer-strings.php:57
1012
  #, fuzzy
1013
  #| msgid "Input Text Field Width"
1014
  msgid "Input Text Field Shadow Opacity:"
1015
  msgstr "Input tekstveld Breedte"
1016
 
1017
+ #: include/customizer-strings.php:58
1018
  #, fuzzy
1019
  #| msgid "Input Field Text Color"
1020
  msgid "Input Field Label Font Size:"
1021
  msgstr "Tekstinvoerveld Kleur"
1022
 
1023
+ #: include/customizer-strings.php:59
1024
  #, fuzzy
1025
  #| msgid "Text Font Size:"
1026
  msgid "Remember Me Font Size:"
1027
  msgstr "Tekst Font Grootte:"
1028
 
1029
+ #: include/customizer-strings.php:78
1030
  msgid "Form Background Color:"
1031
  msgstr ""
1032
 
1033
+ #: include/customizer-strings.php:79
1034
  msgid "Input Field Background Color:"
1035
  msgstr ""
1036
 
1037
+ #: include/customizer-strings.php:80
1038
  msgid "Input Field Text Color:"
1039
  msgstr ""
1040
 
1041
+ #: include/customizer-strings.php:81
1042
  #, fuzzy
1043
  #| msgid "Input Field Text Color"
1044
  msgid "Input Field Label Color:"
1045
  msgstr "Tekstinvoerveld Kleur"
1046
 
1047
+ #: include/customizer-strings.php:82
1048
  #, fuzzy
1049
  #| msgid "Label Color"
1050
  msgid "Remember me Label Color:"
1051
  msgstr "Label Color"
1052
 
1053
+ #: include/customizer-strings.php:86 include/template-loginpress.php:382
1054
  #: include/template-loginpress.php:514
1055
  msgid "Username or Email Address"
1056
  msgstr ""
1057
 
1058
+ #: include/customizer-strings.php:88
1059
  msgid "Form Padding:"
1060
  msgstr "Vorm Padding:"
1061
 
1062
+ #: include/customizer-strings.php:89
1063
  msgid "Border (Example: 2px dotted black):"
1064
  msgstr ""
1065
 
1066
+ #: include/customizer-strings.php:90
1067
  msgid "Input Text Field Margin:"
1068
  msgstr ""
1069
 
1070
+ #: include/customizer-strings.php:91
1071
  #, fuzzy
1072
  #| msgid "Empty Username Message:"
1073
  msgid "Username Label:"
1074
  msgstr "Lege Gebruikersnaam Message:"
1075
 
1076
+ #: include/customizer-strings.php:92
1077
  #, fuzzy
1078
  #| msgid "Empty Password Message:"
1079
  msgid "Password Label:"
1080
  msgstr "Leeg wachtwoord Message:"
1081
 
1082
+ #: include/customizer-strings.php:104
1083
  msgid "Button Color:"
1084
  msgstr ""
1085
 
1086
+ #: include/customizer-strings.php:105
1087
  msgid "Button Border Color:"
1088
  msgstr ""
1089
 
1090
+ #: include/customizer-strings.php:106
1091
  msgid "Button Color (Hover):"
1092
  msgstr ""
1093
 
1094
+ #: include/customizer-strings.php:107
1095
  msgid "Button Border (Hover):"
1096
  msgstr ""
1097
 
1098
+ #: include/customizer-strings.php:108
1099
  msgid "Button Box Shadow:"
1100
  msgstr ""
1101
 
1102
+ #: include/customizer-strings.php:109
1103
  msgid "Button Text Color:"
1104
  msgstr ""
1105
 
1106
+ #: include/customizer-strings.php:114
1107
  #, fuzzy
1108
  #| msgid "Text Font Size:"
1109
  msgid "Button Size:"
1110
  msgstr "Tekst Font Grootte:"
1111
 
1112
+ #: include/customizer-strings.php:114
1113
  #, fuzzy
1114
  #| msgid "Form Padding:"
1115
  msgid "Button Top Padding:"
1116
  msgstr "Vorm Padding:"
1117
 
1118
+ #: include/customizer-strings.php:114
1119
  #, fuzzy
1120
  #| msgid "Form Padding:"
1121
  msgid "Button Bottom Padding:"
1122
  msgstr "Vorm Padding:"
1123
 
1124
+ #: include/customizer-strings.php:114
1125
  msgid "Radius:"
1126
  msgstr ""
1127
 
1128
+ #: include/customizer-strings.php:114
1129
  msgid "Shadow:"
1130
  msgstr ""
1131
 
1132
+ #: include/customizer-strings.php:114
1133
  msgid "Shadow Opacity:"
1134
  msgstr ""
1135
 
1136
+ #: include/customizer-strings.php:114
1137
  #, fuzzy
1138
  #| msgid "Text Font Size:"
1139
  msgid "Text Size:"
1140
  msgstr "Tekst Font Grootte:"
1141
 
1142
+ #: include/customizer-strings.php:150
1143
+ msgid "Incorrect Username Message:"
1144
+ msgstr "Onjuiste gebruikersnaam Bericht:"
1145
+
1146
+ #: include/customizer-strings.php:151
1147
+ msgid "Incorrect Password Message:"
1148
+ msgstr "Onjuist wachtwoord Message:"
1149
+
1150
+ #: include/customizer-strings.php:152
1151
+ msgid "Empty Username Message:"
1152
+ msgstr "Lege Gebruikersnaam Message:"
1153
+
1154
+ #: include/customizer-strings.php:153
1155
+ msgid "Empty Password Message:"
1156
+ msgstr "Leeg wachtwoord Message:"
1157
+
1158
+ #: include/customizer-strings.php:154
1159
+ msgid "Invalid Email Message:"
1160
+ msgstr "Ongeldig e-mailbericht:"
1161
+
1162
+ #: include/customizer-strings.php:155
1163
+ msgid "Empty Email Message:"
1164
+ msgstr "Lege e-mailbericht:"
1165
+
1166
+ #: include/customizer-strings.php:156
1167
+ #, fuzzy
1168
+ #| msgid "Empty Username Message:"
1169
+ msgid "Username Already Exist Message:"
1170
+ msgstr "Lege Gebruikersnaam Message:"
1171
+
1172
+ #: include/customizer-strings.php:157
1173
+ #, fuzzy
1174
+ #| msgid "Empty Email Message:"
1175
+ msgid "Email Already Exist Message:"
1176
+ msgstr "Lege e-mailbericht:"
1177
+
1178
+ #: include/customizer-strings.php:158
1179
+ msgid "Forget Password Message:"
1180
+ msgstr "Wachtwoord vergeten Message:"
1181
+
1182
+ #: include/customizer-strings.php:159
1183
+ #, fuzzy
1184
+ #| msgid "Invalid Email Message:"
1185
+ msgid "Login with Email Message:"
1186
+ msgstr "Ongeldig e-mailbericht:"
1187
+
1188
+ #: include/customizer-strings.php:170
1189
+ msgid "Welcome Message on Lost Password:"
1190
+ msgstr "Welkom Bericht op Wachtwoord vergeten:"
1191
+
1192
+ #: include/customizer-strings.php:171
1193
+ #, fuzzy
1194
+ #| msgid "Welcome Message on Front Page:"
1195
+ msgid "Welcome Message on Login Page:"
1196
+ msgstr "Welkom bericht op de voorpagina:"
1197
+
1198
+ #: include/customizer-strings.php:172
1199
+ msgid "Welcome Message on Registration:"
1200
+ msgstr "Welkom Bericht op Registratie:"
1201
+
1202
+ #: include/customizer-strings.php:173
1203
+ msgid "Logout Message:"
1204
+ msgstr "Logout Message:"
1205
+
1206
+ #: include/customizer-strings.php:174
1207
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1208
+ msgstr ""
1209
+
1210
+ #: include/deactivate_modal.php:139
1211
  msgid "Quick feedback about LoginPress"
1212
  msgstr ""
1213
 
1214
+ #: include/deactivate_modal.php:142
1215
  msgid "If you have a moment, please let us know why you are deactivating:"
1216
  msgstr ""
1217
 
1218
+ #: include/deactivate_modal.php:150
1219
  msgid " I upgraded to LoginPress Pro"
1220
  msgstr ""
1221
 
1222
+ #: include/deactivate_modal.php:152
1223
  msgid ""
1224
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1225
  "add-on with Core version."
1226
  msgstr ""
1227
 
1228
+ #: include/deactivate_modal.php:159
1229
  msgid "I only needed the plugin for a short period"
1230
  msgstr ""
1231
 
1232
+ #: include/deactivate_modal.php:168
1233
  msgid "I found a better plugin"
1234
  msgstr ""
1235
 
1236
+ #: include/deactivate_modal.php:171
1237
  msgid "Kindly tell us the Plugin name."
1238
  msgstr ""
1239
 
1240
+ #: include/deactivate_modal.php:178
1241
  msgid "The plugin broke my site"
1242
  msgstr ""
1243
 
1244
+ #: include/deactivate_modal.php:187
1245
  msgid "The plugin suddenly stopped working"
1246
  msgstr ""
1247
 
1248
+ #: include/deactivate_modal.php:196
1249
  msgid "I no longer need the plugin"
1250
  msgstr ""
1251
 
1252
+ #: include/deactivate_modal.php:205
1253
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1254
  msgstr ""
1255
 
1256
+ #: include/deactivate_modal.php:214
1257
  msgid "Other"
1258
  msgstr ""
1259
 
1260
+ #: include/deactivate_modal.php:217
1261
  msgid "Kindly tell us the reason so we can improve."
1262
  msgstr ""
1263
 
1264
+ #: include/deactivate_modal.php:222
1265
  msgid "Anonymous feedback"
1266
  msgstr ""
1267
 
1268
+ #: include/deactivate_modal.php:223
1269
  msgid "Skip & Deactivate"
1270
  msgstr ""
1271
 
1272
+ #: include/deactivate_modal.php:226
1273
  msgid "Submit & Deactivate"
1274
  msgstr ""
1275
 
1276
+ #: include/deactivate_modal.php:227
1277
  msgid "Cancel"
1278
  msgstr ""
1279
 
1280
+ #: include/loginpress-import-export.php:14
1281
  msgid ""
1282
  "Import/Export your LoginPress Settings for/from other sites. This will "
1283
  "export/import all the settings including Customizer settings as well."
1284
  msgstr ""
1285
 
1286
+ #: include/loginpress-import-export.php:19
1287
  msgid "Import Settings:"
1288
  msgstr ""
1289
 
1290
+ #: include/loginpress-import-export.php:23
1291
  msgid "Import"
1292
  msgstr ""
1293
 
1294
+ #: include/loginpress-import-export.php:28
1295
  msgid "LoginPress Settings Imported Successfully."
1296
  msgstr ""
1297
 
1298
+ #: include/loginpress-import-export.php:30
1299
  msgid "Select a file and click on Import to start processing."
1300
  msgstr ""
1301
 
1302
+ #: include/loginpress-import-export.php:35
1303
  msgid "Export Settings:"
1304
  msgstr ""
1305
 
1306
+ #: include/loginpress-import-export.php:38
1307
  msgid "Export"
1308
  msgstr ""
1309
 
1310
+ #: include/loginpress-import-export.php:43
1311
  msgid "LoginPress Settings Exported Successfully!"
1312
  msgstr ""
1313
 
1314
+ #: include/loginpress-import-export.php:44
1315
  msgid "Export LoginPress Settings."
1316
  msgstr ""
1317
 
1379
  "features are most popular, so we can improve the plugin further."
1380
  msgstr ""
1381
 
1382
+ #: include/loginpress-optout-form.php:103
1383
+ #: include/loginpress-optout-form.php:119
1384
  msgid "Opt Out"
1385
  msgstr ""
1386
 
1387
+ #: include/loginpress-optout-form.php:108
1388
  msgid ""
1389
  "We appreciate your help in making the plugin better by letting us track some "
1390
  "usage data."
1391
  msgstr ""
1392
 
1393
+ #: include/loginpress-optout-form.php:112
1394
  #, php-format
1395
  msgid ""
1396
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1399
  "the tracking."
1400
  msgstr ""
1401
 
1402
+ #: include/loginpress-optout-form.php:113
1403
  #, php-format
1404
  msgid ""
1405
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1406
  "LoginPress%2$s."
1407
  msgstr ""
1408
 
1409
+ #: include/loginpress-optout-form.php:120
1410
  msgid "On second thought - I want to continue helping"
1411
  msgstr ""
1412
 
1461
  msgid "Registration confirmation will be emailed to you."
1462
  msgstr ""
1463
 
 
 
 
 
 
 
1464
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1465
  msgid "Log In"
1466
  msgstr ""
1469
  msgid "Remember Me"
1470
  msgstr ""
1471
 
1472
+ #: loginpress.php:277
1473
  msgid "Activate"
1474
  msgstr ""
1475
 
1476
+ #: loginpress.php:342
1477
+ msgid "Caps Lock is on"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1478
  msgstr ""
1479
 
1480
+ #: loginpress.php:415
1481
+ msgid "Vote!"
 
 
 
 
1482
  msgstr ""
1483
 
1484
+ #: loginpress.php:418
1485
+ msgid "Rate"
1486
  msgstr ""
1487
 
1488
+ #: loginpress.php:523
1489
  #, php-format
1490
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1491
  msgstr ""
1492
 
1493
+ #: loginpress.php:527
1494
  #, php-format
1495
  msgid " | %1$s Opt Out %2$s "
1496
  msgstr ""
1497
 
1498
+ #: loginpress.php:529
1499
  #, php-format
1500
  msgid " | %1$s Opt In %2$s "
1501
  msgstr ""
1502
 
1503
+ #: loginpress.php:535
1504
  #, php-format
1505
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1506
  msgstr ""
languages/loginpress-ru_RU.mo CHANGED
Binary file
languages/loginpress-ru_RU.po CHANGED
@@ -1,14 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
4
- "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
5
  "Project-Id-Version: LoginPress - Customizing the WordPress Login\n"
6
- "POT-Creation-Date: 2018-07-13 17:43+0500\n"
7
- "PO-Revision-Date: 2018-11-01 12:23+0300\n"
 
8
  "Language-Team: \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\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
@@ -17,54 +19,66 @@ msgstr ""
17
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
18
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
19
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
20
- "Last-Translator: \n"
21
- "Language: ru\n"
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
- #: classes/class-loginpress-addons.php:100
26
- #: classes/class-loginpress-addons.php:185
 
27
  #, php-format
28
  msgid "%1$s Already Installed %2$s"
29
  msgstr "%1$s уже установлено %2$s"
30
 
31
- #: classes/class-loginpress-addons.php:104
32
- #: classes/class-loginpress-addons.php:190
33
  #, php-format
34
  msgid "%1$s Activate Plugin %2$s"
35
  msgstr "%1$s активировать плагин %2$s"
36
 
37
- #: classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
38
  #, php-format
39
  msgid "%1$s Install %2$s"
40
  msgstr "%1$s установка %2$s"
41
 
42
- #: classes/class-loginpress-addons.php:226
 
 
 
 
 
 
43
  msgid "You have a lifetime license, it will never expire."
44
  msgstr "У вас пожизненная лицензия."
45
 
46
- #: classes/class-loginpress-addons.php:230
47
  #, php-format
48
  msgid "Your (%2$s) license key is valid until %s."
49
  msgstr "Ваш (%2$s) ключ лицензии действителен до %s."
50
 
51
- #: classes/class-loginpress-addons.php:244
52
  msgid "You need to activate your license to download the following add-ons."
53
  msgstr "Для загрузки следующих надстроек необходимо активировать лицензию."
54
 
55
- #: classes/class-loginpress-addons.php:257
56
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
57
  msgstr ""
58
  "Чтобы получить доступ к этим надстройкам, необходимо выполнить обновление до "
59
  "LoginPress Pro."
60
 
61
- #: classes/class-loginpress-addons.php:482
62
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
63
  msgstr ""
64
  "Расширьте функциональность LoginPress с этими удивительными дополнениями"
65
 
66
  #: classes/class-loginpress-custom-password.php:45
67
- #: include/customizer-strings.php:81 include/template-loginpress.php:518
68
  msgid "Password"
69
  msgstr "Пароль"
70
 
@@ -143,26 +157,89 @@ msgstr ""
143
  "error messages, registration error messages, forget password hint message "
144
  "and many more."
145
 
146
- #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
 
147
  #, php-format
148
  msgid "%1$sError:%2$s The username field is empty."
149
  msgstr "%1$sОшибка:%2$s не указано имя пользователя."
150
 
151
- #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
 
152
  #, php-format
153
  msgid "%1$sError:%2$s The password field is empty."
154
  msgstr "%1$sОшибка:%2$s не указан пароль."
155
 
156
- #: classes/class-loginpress-login-order.php:92 custom.php:828
 
157
  #, php-format
158
  msgid "%1$sError:%2$s Invalid Email Address"
159
  msgstr "%1$sError:%2$s неправильный адрес Email"
160
 
161
- #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
 
162
  #, php-format
163
  msgid "%1$sError:%2$s Invalid Username."
164
  msgstr "%1$sError:%2$s неправильное имя пользователя."
165
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
166
  #: classes/class-loginpress-promo.php:9
167
  msgid "Google Fonts"
168
  msgstr "Шрифты Google"
@@ -176,7 +253,7 @@ msgstr "Разблокировать Premium"
176
  msgid "reCAPTCHA"
177
  msgstr "reCAPTCHA"
178
 
179
- #: classes/class-loginpress-settings-api.php:372
180
  msgid "Choose File"
181
  msgstr "Выбрать файл"
182
 
@@ -220,7 +297,7 @@ msgstr "Запрос поддержки"
220
  msgid "Default Settings Restored"
221
  msgstr "Восстановить настройки по умолчанию"
222
 
223
- #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
224
  msgid "LoginPress"
225
  msgstr "LoginPress"
226
 
@@ -236,7 +313,8 @@ msgstr "Настройщик"
236
  msgid "Help"
237
  msgstr "Помощь"
238
 
239
- #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
 
240
  msgid "Import/Export LoginPress Settings"
241
  msgstr "Настройка импорта/экспорта LoginPress"
242
 
@@ -253,56 +331,56 @@ msgstr "Аддоны"
253
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
254
  msgstr "Все остальное настраивается через %1$sWordPress Customizer%2$s."
255
 
256
- #: classes/class-loginpress-setup.php:98
257
  msgid "Upgrade to Pro for More Features"
258
  msgstr "Обновитесь до версии Pro для получения дополнительных возможностей"
259
 
260
- #: classes/class-loginpress-setup.php:123
261
  msgid "Session Expire"
262
  msgstr "Сессия истекает"
263
 
264
- #: classes/class-loginpress-setup.php:124
265
  msgid "Set the session expiration time in minutes. e.g: 10"
266
  msgstr "Установить время отключения сессии в минутах, например: 10"
267
 
268
- #: classes/class-loginpress-setup.php:125
269
  msgid "10"
270
  msgstr "10"
271
 
272
- #: classes/class-loginpress-setup.php:148
273
  msgid "Custom Password Fields"
274
  msgstr "Настраиваемые поля пароля"
275
 
276
- #: classes/class-loginpress-setup.php:149
277
  msgid "Enable custom password fields on registration form."
278
  msgstr "Включить настраиваемый поля пароля в регистрационных формах."
279
 
280
- #: classes/class-loginpress-setup.php:154
281
  msgid "Login Order"
282
  msgstr "Порядок входа"
283
 
284
- #: classes/class-loginpress-setup.php:155
285
  msgid "Enable users to login using their username and/or email address."
286
  msgstr "Включить вход пользователей с помощью имени и/или адреса почты."
287
 
288
- #: classes/class-loginpress-setup.php:172
289
  msgid "Reset Default Settings"
290
  msgstr "Восстановить настройки по умолчанию"
291
 
292
- #: classes/class-loginpress-setup.php:173
293
  msgid "Remove my custom settings."
294
  msgstr "Удалить мои настройки."
295
 
296
- #: classes/class-loginpress-setup.php:206
297
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
298
  msgstr "LoginPress - обновление надоевших форм входа WordPress"
299
 
300
- #: classes/class-loginpress-setup.php:225
301
  #, php-format
302
  msgid "Free support is available on the %1$s plugin support forums%2$s."
303
  msgstr "Бесплатная поддержка доступна на %1$s форуме поддержки %2$s."
304
 
305
- #: classes/class-loginpress-setup.php:227
306
  #, php-format
307
  msgid ""
308
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
@@ -311,15 +389,15 @@ msgstr ""
311
  "Для премиум функций, аддонов и приоритетной поддержки, %1$s одновитесь до pro"
312
  "%2$s."
313
 
314
- #: classes/class-loginpress-setup.php:233
315
  msgid "Download Log File"
316
  msgstr "Скачать лог файл"
317
 
318
- #: classes/class-loginpress-setup.php:287
319
  msgid "Lost Password URL"
320
  msgstr "URL забытого пароля"
321
 
322
- #: classes/class-loginpress-setup.php:288
323
  msgid ""
324
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
325
  "password URL."
@@ -327,6 +405,21 @@ msgstr ""
327
  "Использовать адрес по умолчанию WordPress для замены забытого пароля вместо "
328
  "станицы WooCommerce."
329
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
330
  #: classes/control-presets.php:78
331
  msgid "Contact us for Custom Design"
332
  msgstr "Свяжитесь с нами для заказа своего личного дизайна"
@@ -335,330 +428,305 @@ msgstr "Свяжитесь с нами для заказа своего личн
335
  msgid "Info:"
336
  msgstr "Инфо:"
337
 
338
- #: custom.php:243
339
  msgid "Customize Your WordPress Login Page with LoginPress :)"
340
  msgstr "Настройте вашу страницу входа WordPress с помощью LoginPress :)"
341
 
342
- #: custom.php:256
343
  msgid "Themes"
344
  msgstr "Темы"
345
 
346
- #: custom.php:257
347
  msgid "Choose Theme"
348
  msgstr "Выберите тему"
349
 
350
- #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
351
  msgid "Company"
352
  msgstr "Компания"
353
 
354
- #: custom.php:271 custom.php:282 custom.php:476
355
  msgid "Persona"
356
  msgstr "Персона"
357
 
358
- #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
359
  msgid "Corporate"
360
  msgstr "Фирма"
361
 
362
- #: custom.php:274 custom.php:479
363
  msgid "Startup"
364
  msgstr "Автозапуск"
365
 
366
- #: custom.php:275 custom.php:480
367
  msgid "Wedding"
368
  msgstr "Свадьба"
369
 
370
- #: custom.php:276 custom.php:481
371
  msgid "Wedding #2"
372
  msgstr "Свадьба №2"
373
 
374
- #: custom.php:278 custom.php:483
375
  msgid "Bikers"
376
  msgstr "Байкеры"
377
 
378
- #: custom.php:279
379
  msgid "Fitness"
380
  msgstr "Фитнес"
381
 
382
- #: custom.php:280
383
  msgid "Shopping"
384
  msgstr "Шоппинг"
385
 
386
- #: custom.php:281
387
  msgid "Writers"
388
  msgstr "Писатели"
389
 
390
- #: custom.php:283
391
  msgid "Geek"
392
  msgstr "Гики"
393
 
394
- #: custom.php:284
395
  msgid "Innovation"
396
  msgstr "Инновации"
397
 
398
- #: custom.php:285
399
  msgid "Photographers"
400
  msgstr "Фотографы"
401
 
402
- #: custom.php:314
403
  msgid "Custom Design"
404
  msgstr "Индивидуальный дизайн"
405
 
406
- #: custom.php:332
407
  msgid "Logo"
408
  msgstr "Лого"
409
 
410
- #: custom.php:333
411
  msgid "Customize Your Logo Section"
412
  msgstr "Настроить раздел логотипа"
413
 
414
- #: custom.php:352
415
  msgid "Disable Logo:"
416
  msgstr "Отключить лого:"
417
 
418
- #: custom.php:365
419
  msgid "Logo Image:"
420
  msgstr "Рисунок логотипа:"
421
 
422
- #: custom.php:383
423
  msgid "Logo URL:"
424
  msgstr "Адрес логотипа:"
425
 
426
- #: custom.php:383
427
  msgid "Logo Hover Title:"
428
  msgstr "Заголовок лого при наведении курсора:"
429
 
430
- #: custom.php:409
431
  msgid "Background"
432
  msgstr "Фон"
433
 
434
- #: custom.php:423
435
  msgid "Background Color:"
436
  msgstr "Цвет фона:"
437
 
438
- #: custom.php:442
439
  msgid "Enable Background Image?"
440
  msgstr "Включить фоновое изображение?"
441
 
442
- #: custom.php:456
443
  msgid "Background Image:"
444
  msgstr "Фоновое изображение:"
445
 
446
- #: custom.php:503
 
 
 
 
447
  msgid "Background Gallery:"
448
  msgstr "Галерея фонов:"
449
 
450
- #: custom.php:516
451
  msgid "Background Repeat:"
452
  msgstr "Повтор фонов:"
453
 
454
- #: custom.php:539
455
  msgid "Select Position:"
456
  msgstr "Выберите позицию:"
457
 
458
- #: custom.php:564
459
  msgid "Background Image Size: "
460
  msgstr "Размер рисунка фона "
461
 
462
- #: custom.php:582
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  msgid "Customize Login Form"
464
  msgstr "Настроить форму входа"
465
 
466
- #: custom.php:604
467
  msgid "Enable Form Transparency:"
468
  msgstr "Включить прозрачность формы:"
469
 
470
- #: custom.php:617
471
  msgid "Form Background Image:"
472
  msgstr "Изображение фона формы:"
473
 
474
- #: custom.php:744
475
  msgid "Customize Forget Form"
476
  msgstr "Настроить форму удаления"
477
 
478
- #: custom.php:757
479
  msgid "Forget Form Background Image:"
480
  msgstr "Изображение фона формы удаления:"
481
 
482
- #: custom.php:771
483
  msgid "Forget Form Background Color:"
484
  msgstr "Цвет фона формы удаления:"
485
 
486
- #: custom.php:781
487
  msgid "Button Beauty"
488
  msgstr "Украшение кнопки"
489
 
490
- #: custom.php:812
491
  msgid "Error Messages"
492
  msgstr "Сообщения об ошибках"
493
 
494
- #: custom.php:820 custom.php:1545
495
- #, php-format
496
- msgid "%1$sError:%2$s Invalid Password."
497
- msgstr "%1$sОшибка:%2$s Неправильный пароль."
498
-
499
- #: custom.php:823 custom.php:1551
500
- #, php-format
501
- msgid "%1$sError:%2$s The email address isn't correct.."
502
- msgstr "%1$sОшибка:%2$s Адрес почты неверен."
503
-
504
- #: custom.php:824 custom.php:1553
505
- #, php-format
506
- msgid "%1$sError:%2$s Please type your email address."
507
- msgstr "%1$sОшибка:%2$s Укажите ваш адрес."
508
-
509
- #: custom.php:825 custom.php:1555
510
- #, php-format
511
- msgid ""
512
- "%1$sError:%2$s This username is already registered. Please choose another "
513
- "one."
514
- msgstr ""
515
- "%1$sОшибка:%2$s Такое имя пользователя уже используется, выберите другое."
516
-
517
- #: custom.php:826 custom.php:1557
518
- #, php-format
519
- msgid ""
520
- "%1$sError:%2$s This email is already registered, please choose another one."
521
- msgstr "%1$sОшибка:%2$s этот адрес почты уже зарегистрирован, укажете другой."
522
-
523
- #: custom.php:827 custom.php:1559
524
- #, php-format
525
- msgid "%1$sError:%2$s Invalid username or email."
526
- msgstr "%1$sОшибка:%2$s Неверное имя или адрес."
527
-
528
- #: custom.php:830
529
- msgid "Incorrect Username Message:"
530
- msgstr "Сообщение о неправильном имени пользователя:"
531
-
532
- #: custom.php:831
533
- msgid "Incorrect Password Message:"
534
- msgstr "Сообщение о неверном пароле:"
535
-
536
- #: custom.php:832
537
- msgid "Empty Username Message:"
538
- msgstr "Сообщение о пустом имени:"
539
-
540
- #: custom.php:833
541
- msgid "Empty Password Message:"
542
- msgstr "Сообщение о пустом пароле:"
543
-
544
- #: custom.php:834
545
- msgid "Invalid Email Message:"
546
- msgstr "Сообщение о неверном адресе:"
547
-
548
- #: custom.php:835
549
- msgid "Empty Email Message:"
550
- msgstr "Сообщение о пустом адресе:"
551
-
552
- #: custom.php:836
553
- msgid "Username Already Exist Message:"
554
- msgstr "Пользователь уже существует:"
555
-
556
- #: custom.php:837
557
- msgid "Email Already Exist Message:"
558
- msgstr "Почта уже используется:"
559
-
560
- #: custom.php:838
561
- msgid "Forget Password Message:"
562
- msgstr "Сообщение об удалении данных:"
563
-
564
- #: custom.php:839
565
- msgid "Login with Email Message:"
566
- msgstr "Вход с помощью адреса почты:"
567
-
568
- #: custom.php:866
569
  msgid "Welcome Messages"
570
  msgstr "Сообщение приветствия"
571
 
572
- #: custom.php:875
573
- msgid "Welcome Message on Lost Password:"
574
- msgstr "Сообщение приветствия на потерянный пароль:"
575
-
576
- #: custom.php:876
577
- msgid "Welcome Message on Login Page:"
578
- msgstr "Сообщение приветствия на странице входа:"
579
-
580
- #: custom.php:877
581
- msgid "Welcome Message on Registration:"
582
- msgstr "Сообщение приветствия при регистрации:"
583
-
584
- #: custom.php:878
585
- msgid "Logout Message:"
586
- msgstr "Сообщение при выходе:"
587
-
588
- #: custom.php:879
589
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
590
- msgstr "Граница поля сообщения: (Пример: 1px solid #00a0d2;)"
591
-
592
- #: custom.php:912
593
  msgid "Message Field Background Color:"
594
  msgstr "Цвет фона поля сообщения:"
595
 
596
- #: custom.php:1024
597
  msgid "Form Footer"
598
  msgstr "Подвал формы"
599
 
600
- #: custom.php:1046
601
  msgid "Enable Footer Text:"
602
  msgstr "Включить текст подвала:"
603
 
604
- #: custom.php:1060
 
 
 
 
 
605
  msgid "Lost Password Text:"
606
  msgstr "Текст при потере пароля:"
607
 
608
- #: custom.php:1095
 
 
 
 
 
 
609
  msgid "Footer Text Color:"
610
  msgstr "Цвет текста подвала:"
611
 
612
- #: custom.php:1109
613
  msgid "Footer Text Hover Color:"
614
  msgstr "Цвет текста подвала при наведении:"
615
 
616
- #: custom.php:1130
617
  msgid "Text Font Size:"
618
  msgstr "Размер шрифта текста:"
619
 
620
- #: custom.php:1146
621
  msgid "Footer Background Color:"
622
  msgstr "Цвет фона подвала:"
623
 
624
- #: custom.php:1170
625
  msgid "Enable \"Back to\" Text:"
626
  msgstr "Включить текст \"Вернуться на сайт\":"
627
 
628
- #: custom.php:1185
629
  msgid "\"Back to\" Text Decoration:"
630
  msgstr "Оформление текста \"Вернуться на сайт\":"
631
 
632
- #: custom.php:1205
633
  msgid "\"Back to\" Text Color:"
634
  msgstr "Цвет текста \"Вернуться на сайт\":"
635
 
636
- #: custom.php:1219
637
  msgid "\"Back to\" Text Hover Color:"
638
  msgstr "Цвет текста \"Вернуться на сайт\" при наведении:"
639
 
640
- #: custom.php:1240
641
  msgid "\"Back to\" Text Font Size:"
642
  msgstr "Размер шрифта текста \"Вернуться на сайт\":"
643
 
644
- #: custom.php:1256
645
  msgid "\"Back to\" Background Color:"
646
  msgstr "Цвет фона текста \"Вернуться на сайт\":"
647
 
648
- #: custom.php:1281
649
  msgid "Enable Copyright Note:"
650
  msgstr "Включить указание копирайта:"
651
 
652
- #: custom.php:1285 custom.php:1449
653
  #, php-format
654
  msgid "© %1$s %2$s, All Rights Reserved."
655
  msgstr "© %1$s %2$s, Все права защищены."
656
 
657
- #: custom.php:1292
658
  msgid "Copyright Note:"
659
  msgstr "Примечание копирайта:"
660
 
661
- #: custom.php:1316
662
  msgid ""
663
  "Show some Love. Please help others learn about this free plugin by placing "
664
  "small link in footer. Thank you very much!"
@@ -666,19 +734,27 @@ msgstr ""
666
  "Проявите благодарность: пусть пользователи вашего сайта узнают о нашем "
667
  "плагине. Спасибо!"
668
 
669
- #: custom.php:1331
670
  msgid "Love Position:"
671
  msgstr "Расположение благодарности:"
672
 
673
- #: custom.php:1349
 
 
 
 
 
 
 
 
674
  msgid "Custom CSS/JS"
675
  msgstr "Свои CSS/JS"
676
 
677
- #: custom.php:1362
678
  msgid "Customize CSS:"
679
  msgstr "Настройка CSS:"
680
 
681
- #: custom.php:1367
682
  #, php-format
683
  msgid ""
684
  "Custom CSS doen't make effect live. For preview please save the setting and "
@@ -687,11 +763,11 @@ msgstr ""
687
  "Свой CSS отобразится не сразу. Для просмотра изменений сохраните настройки и "
688
  "перейдите на страницу %1$s входа %2$s."
689
 
690
- #: custom.php:1377
691
  msgid "Customize JS:"
692
  msgstr "Свой JS:"
693
 
694
- #: custom.php:1382
695
  #, php-format
696
  msgid ""
697
  "Custom JS doen't make effect live. For preview please save the setting and "
@@ -700,19 +776,53 @@ msgstr ""
700
  "Свой JS отобразится не сразу. Для просмотра изменений сохраните настройки и "
701
  "перейдите на страницу %1$s входа %2$s."
702
 
703
- #: custom.php:1432 custom.php:1434
704
  msgid "Powered by:"
705
  msgstr "Разработано:"
706
 
707
- #: custom.php:1634 include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
708
  msgid "Username"
709
  msgstr "Пользователь"
710
 
711
- #: custom.php:1636
712
  msgid "Email Address"
713
  msgstr "Адрес почты"
714
 
715
- #: custom.php:1703 include/template-loginpress.php:370
716
  msgid ""
717
  "Please enter your username or email address. You will receive a link to "
718
  "create a new password via email."
@@ -720,15 +830,15 @@ msgstr ""
720
  "Введите ваше имя пользователя и адрес. Вам будет выслано письмо со ссылкой "
721
  "для создания нового пароля."
722
 
723
- #: custom.php:1711 include/template-loginpress.php:465
724
  msgid "Register For This Site"
725
  msgstr "Зарегистрироваться"
726
 
727
- #: custom.php:1729 custom.php:1733
728
  msgid "Your password has been reset."
729
  msgstr "Вам выслан пароль."
730
 
731
- #: custom.php:1733 include/template-loginpress.php:397
732
  #: include/template-loginpress.php:491
733
  msgid "Log in"
734
  msgstr "Вход"
@@ -774,54 +884,66 @@ msgctxt "Page title"
774
  msgid "LoginPress"
775
  msgstr "LoginPress"
776
 
777
- #: include/customizer-strings.php:8
778
  msgid "Logo Width:"
779
  msgstr "Ширина лого:"
780
 
781
- #: include/customizer-strings.php:8
782
  msgid "Logo Height:"
783
  msgstr "Высота лого:"
784
 
785
- #: include/customizer-strings.php:8
786
  msgid "Space Bottom:"
787
  msgstr "Интервал снизу:"
788
 
789
- #: include/customizer-strings.php:22
790
  msgid "Input Fields:"
791
  msgstr "Поля ввода:"
792
 
793
- #: include/customizer-strings.php:23
794
  msgid "Input Field Labels:"
795
  msgstr "Метки полей ввода:"
796
 
797
- #: include/customizer-strings.php:24
798
  msgid "Login Form:"
799
  msgstr "Форма входа:"
800
 
801
- #: include/customizer-strings.php:25
802
  msgid "Lost Your Password Text"
803
  msgstr "Текст забытого пароля"
804
 
805
- #: include/customizer-strings.php:26
806
  msgid "Back To Site Text"
807
  msgstr "Текст \"Вернуться на сайт\""
808
 
809
- #: include/customizer-strings.php:27
810
  msgid "LoginPress Footer Text"
811
  msgstr "Текст подвала LoginPress"
812
 
813
  #: include/customizer-strings.php:29
 
 
 
 
 
 
 
 
 
 
 
 
814
  msgid ""
815
  "This section helps you to easily Customize the login form input field "
816
  "elements."
817
  msgstr "Это раздел помогает легко настроить элементы формы входа."
818
 
819
- #: include/customizer-strings.php:30
820
  msgid ""
821
  "This section helps you to easily Customize the login form input field labels."
822
  msgstr "Это раздел помогает легко настроить метки элементов формы входа."
823
 
824
- #: include/customizer-strings.php:31
825
  msgid ""
826
  "This section helps you to easily Customize the login form elements whether "
827
  "they are form lables, fields or backgrounds."
@@ -829,177 +951,249 @@ msgstr ""
829
  "Это раздел помогает легко настроить элементы формы входа такие как метки "
830
  "формы, поля и фоны."
831
 
832
- #: include/customizer-strings.php:32
833
  msgid ""
834
  " Customize the \"Lost your password\" and \"Register\" text section under "
835
  "the form."
836
  msgstr ""
837
  " Настроить текст разделов \"Забыли пароль\" и \"Регистрация\" под формой."
838
 
839
- #: include/customizer-strings.php:33
840
  msgid "Customize the \"Back to\" text section under the form."
841
  msgstr "Настройка раздела \"Вернуться на сайт\" внизу формы."
842
 
843
- #: include/customizer-strings.php:34
844
  msgid ""
845
  "Customize the copyright note and branding sections at the footer of login "
846
  "page."
847
  msgstr "Настройка копирайта и секции брэндинга в подвале станицы входа."
848
 
849
- #: include/customizer-strings.php:44
 
 
 
 
 
 
 
 
 
 
 
 
850
  msgid "Form Width:"
851
  msgstr "Ширина формы:"
852
 
853
- #: include/customizer-strings.php:45
854
  msgid "Form Minimum Height:"
855
  msgstr "Минимальная высота формы:"
856
 
857
- #: include/customizer-strings.php:46
858
  msgid "Form Radius:"
859
  msgstr "Радиус закругления формы:"
860
 
861
- #: include/customizer-strings.php:47
862
  msgid "Form Shadow:"
863
  msgstr "Тень формы:"
864
 
865
- #: include/customizer-strings.php:48
866
  msgid "Form Shadow Opacity:"
867
  msgstr "Прозрачность тени формы:"
868
 
869
- #: include/customizer-strings.php:49
870
  msgid "Input Text Field Width:"
871
  msgstr "Ширина поля ввода текста:"
872
 
873
- #: include/customizer-strings.php:50
874
  msgid "Input Text Field Radius:"
875
  msgstr "Радиус закругления поля ввода текста:"
876
 
877
- #: include/customizer-strings.php:51
878
  msgid "Input Text Field Shadow:"
879
  msgstr "Тень поля ввода текста:"
880
 
881
- #: include/customizer-strings.php:52
882
  msgid "Input Text Field Shadow Opacity:"
883
  msgstr "Прозрачность тени поля ввода текста:"
884
 
885
- #: include/customizer-strings.php:53
886
  msgid "Input Field Label Font Size:"
887
  msgstr "Текст размера метки поля ввода:"
888
 
889
- #: include/customizer-strings.php:54
890
  msgid "Remember Me Font Size:"
891
  msgstr "Размер шрифта \"Запомнить меня\":"
892
 
893
- #: include/customizer-strings.php:73
894
  msgid "Form Background Color:"
895
  msgstr "Цвет фона формы:"
896
 
897
- #: include/customizer-strings.php:74
898
  msgid "Input Field Background Color:"
899
  msgstr "Цвет фона поля ввода:"
900
 
901
- #: include/customizer-strings.php:75
902
  msgid "Input Field Text Color:"
903
  msgstr "Цвет текста поля ввода:"
904
 
905
- #: include/customizer-strings.php:76
906
  msgid "Input Field Label Color:"
907
  msgstr "Цвет метки поля ввода:"
908
 
909
- #: include/customizer-strings.php:77
910
  msgid "Remember me Label Color:"
911
  msgstr "Цвет метки \"Запомнить меня\":"
912
 
913
- #: include/customizer-strings.php:81 include/template-loginpress.php:382
914
  #: include/template-loginpress.php:514
915
  msgid "Username or Email Address"
916
  msgstr "Имя пользователя или адрес почты"
917
 
918
- #: include/customizer-strings.php:83
919
  msgid "Form Padding:"
920
  msgstr "Отбивка формы:"
921
 
922
- #: include/customizer-strings.php:84
923
  msgid "Border (Example: 2px dotted black):"
924
  msgstr "Граница (Пример: 2px dotted black):"
925
 
926
- #: include/customizer-strings.php:85
927
  msgid "Input Text Field Margin:"
928
  msgstr "Поля текста поля ввода:"
929
 
930
- #: include/customizer-strings.php:86
931
  msgid "Username Label:"
932
  msgstr "Мета имени пользователя:"
933
 
934
- #: include/customizer-strings.php:87
935
  msgid "Password Label:"
936
  msgstr "Метка пароля:"
937
 
938
- #: include/customizer-strings.php:98
939
  msgid "Button Color:"
940
  msgstr "Цвет кнопки:"
941
 
942
- #: include/customizer-strings.php:99
943
  msgid "Button Border Color:"
944
  msgstr "Цвет границы кнопки:"
945
 
946
- #: include/customizer-strings.php:100
947
  msgid "Button Color (Hover):"
948
  msgstr "Цвет кнопки при наведении:"
949
 
950
- #: include/customizer-strings.php:101
951
  msgid "Button Border (Hover):"
952
  msgstr "Граница кнопки при наведении:"
953
 
954
- #: include/customizer-strings.php:102
955
  msgid "Button Box Shadow:"
956
  msgstr "Тень кнопки:"
957
 
958
- #: include/customizer-strings.php:103
959
  msgid "Button Text Color:"
960
  msgstr "Цвет текста кнопки:"
961
 
962
- #: include/customizer-strings.php:108
963
  msgid "Button Size:"
964
  msgstr "Размер кнопки:"
965
 
966
- #: include/customizer-strings.php:108
967
  msgid "Button Top Padding:"
968
  msgstr "Отбивка кнопки сверху:"
969
 
970
- #: include/customizer-strings.php:108
971
  msgid "Button Bottom Padding:"
972
  msgstr "Отбивка кнопки снизу:"
973
 
974
- #: include/customizer-strings.php:108
975
  msgid "Radius:"
976
  msgstr "Радиус закругления:"
977
 
978
- #: include/customizer-strings.php:108
979
  msgid "Shadow:"
980
  msgstr "Тень:"
981
 
982
- #: include/customizer-strings.php:108
983
  msgid "Shadow Opacity:"
984
  msgstr "Прозрачность тени:"
985
 
986
- #: include/customizer-strings.php:108
987
  msgid "Text Size:"
988
  msgstr "Размер текста:"
989
 
990
- #: include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
991
  msgid "Quick feedback about LoginPress"
992
  msgstr "Быстрый отзыв на LoginPress"
993
 
994
- #: include/deactivate_modal.php:134
995
  msgid "If you have a moment, please let us know why you are deactivating:"
996
  msgstr "Если у вас есть возможность, укажите причину удаления:"
997
 
998
- #: include/deactivate_modal.php:141
999
  msgid " I upgraded to LoginPress Pro"
1000
  msgstr " Я обновился до версии Про"
1001
 
1002
- #: include/deactivate_modal.php:143
1003
  msgid ""
1004
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1005
  "add-on with Core version."
@@ -1007,59 +1201,59 @@ msgstr ""
1007
  "Не нужно удалять бесплатную версию плагина, версия Про работает как аддон "
1008
  "поверх установленной."
1009
 
1010
- #: include/deactivate_modal.php:150
1011
  msgid "I only needed the plugin for a short period"
1012
  msgstr "Плагин мне нужен на небольшое время"
1013
 
1014
- #: include/deactivate_modal.php:159
1015
  msgid "I found a better plugin"
1016
  msgstr "Я нашел плагин лучше"
1017
 
1018
- #: include/deactivate_modal.php:162
1019
  msgid "Kindly tell us the Plugin name."
1020
  msgstr "Пожалуйста, скажите какой плагин вам понравился."
1021
 
1022
- #: include/deactivate_modal.php:169
1023
  msgid "The plugin broke my site"
1024
  msgstr "Плагин обрушил мой сайт"
1025
 
1026
- #: include/deactivate_modal.php:178
1027
  msgid "The plugin suddenly stopped working"
1028
  msgstr "Плагин внезапно перестал работать"
1029
 
1030
- #: include/deactivate_modal.php:187
1031
  msgid "I no longer need the plugin"
1032
  msgstr "Плагин мне более не нужен"
1033
 
1034
- #: include/deactivate_modal.php:196
1035
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1036
  msgstr "Приостановка временная, я просто отлаживаю проблему."
1037
 
1038
- #: include/deactivate_modal.php:205
1039
  msgid "Other"
1040
  msgstr "Прочее"
1041
 
1042
- #: include/deactivate_modal.php:208
1043
  msgid "Kindly tell us the reason so we can improve."
1044
  msgstr "Просим сообщить причину, чтобы мы могли работать лучше."
1045
 
1046
- #: include/deactivate_modal.php:213
1047
  msgid "Anonymous feedback"
1048
  msgstr "Анонимный отзыв"
1049
 
1050
- #: include/deactivate_modal.php:214
1051
  msgid "Skip & Deactivate"
1052
  msgstr "Пропустить и деактивировать"
1053
 
1054
- #: include/deactivate_modal.php:217
1055
  msgid "Submit & Deactivate"
1056
  msgstr "Передать и деактивировать"
1057
 
1058
- #: include/deactivate_modal.php:218
1059
  msgid "Cancel"
1060
  msgstr "Выход"
1061
 
1062
- #: include/loginpress-import-export.php:10
1063
  msgid ""
1064
  "Import/Export your LoginPress Settings for/from other sites. This will "
1065
  "export/import all the settings including Customizer settings as well."
@@ -1067,35 +1261,35 @@ msgstr ""
1067
  "Импорт/экспорт данных LoginPress с/на другой сайт. Это действие скопирует "
1068
  "все настройки плагина."
1069
 
1070
- #: include/loginpress-import-export.php:15
1071
  msgid "Import Settings:"
1072
  msgstr "Импорт настроек:"
1073
 
1074
- #: include/loginpress-import-export.php:19
1075
  msgid "Import"
1076
  msgstr "Импорт"
1077
 
1078
- #: include/loginpress-import-export.php:23
1079
  msgid "LoginPress Settings Imported Successfully."
1080
  msgstr "Настройки LoginPress импортированы успешно."
1081
 
1082
- #: include/loginpress-import-export.php:25
1083
  msgid "Select a file and click on Import to start processing."
1084
  msgstr "Выберите файл и нажмите \"Импорт\" для начала обработки."
1085
 
1086
- #: include/loginpress-import-export.php:30
1087
  msgid "Export Settings:"
1088
  msgstr "Экспорт настроек:"
1089
 
1090
- #: include/loginpress-import-export.php:33
1091
  msgid "Export"
1092
  msgstr "Экспорт"
1093
 
1094
- #: include/loginpress-import-export.php:37
1095
  msgid "LoginPress Settings Exported Successfully!"
1096
  msgstr "Экспорт настроек LoginPress выполнен успешно!"
1097
 
1098
- #: include/loginpress-import-export.php:38
1099
  msgid "Export LoginPress Settings."
1100
  msgstr "Настройки экспорта."
1101
 
@@ -1175,11 +1369,12 @@ msgstr ""
1175
  "такие как трафик. Эти данные помогают нам узнать какие возможности наиболее "
1176
  "популярны, чтобы мы могли улучшить работу плагина в будущем."
1177
 
1178
- #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
 
1179
  msgid "Opt Out"
1180
  msgstr "Устранение"
1181
 
1182
- #: include/loginpress-optout-form.php:98
1183
  msgid ""
1184
  "We appreciate your help in making the plugin better by letting us track some "
1185
  "usage data."
@@ -1187,7 +1382,7 @@ msgstr ""
1187
  "Мы благодарны за вашу помощь в разработке плагина предоставлением данных об "
1188
  "использовании."
1189
 
1190
- #: include/loginpress-optout-form.php:102
1191
  #, php-format
1192
  msgid ""
1193
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1200,7 +1395,7 @@ msgstr ""
1200
  "определение приоритетов новых функций и многое другое. Мы будем очень "
1201
  "признательны, если вы передумаете и позволите нам продолжить отслеживание."
1202
 
1203
- #: include/loginpress-optout-form.php:103
1204
  #, php-format
1205
  msgid ""
1206
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
@@ -1209,7 +1404,7 @@ msgstr ""
1209
  "Нажатием на \"Устранение\", вы отказываетесь от отправки данных в %1$s "
1210
  "LoginPress%2$s."
1211
 
1212
- #: include/loginpress-optout-form.php:110
1213
  msgid "On second thought - I want to continue helping"
1214
  msgstr "И все таки: я хочу продолжить помогать"
1215
 
@@ -1264,10 +1459,6 @@ msgstr "Адрес почты"
1264
  msgid "Registration confirmation will be emailed to you."
1265
  msgstr "Вам отправлено подтверждение регистрации."
1266
 
1267
- #: include/template-loginpress.php:493 include/template-loginpress.php:552
1268
- msgid "Lost your password?"
1269
- msgstr "Забыли пароль?"
1270
-
1271
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1272
  msgid "Log In"
1273
  msgstr "Вход"
@@ -1276,70 +1467,38 @@ msgstr "Вход"
1276
  msgid "Remember Me"
1277
  msgstr "Запомнить меня"
1278
 
1279
- #: loginpress.php:278
1280
  msgid "Activate"
1281
  msgstr "Активировать"
1282
 
1283
- #: loginpress.php:378
 
 
 
 
1284
  msgid "Vote!"
1285
  msgstr "Голосовать!"
1286
 
1287
- #: loginpress.php:571
1288
- msgid "Leave A Review?"
1289
- msgstr "Оставить отзыв?"
1290
-
1291
- #: loginpress.php:572
1292
- msgid ""
1293
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1294
- "review on WordPress.org?"
1295
  msgstr ""
1296
- "Мы надеемся, что вам нравится работать с LoginPress! Не могли бы вы оставить "
1297
- "отзыв о нас на WordPress.org?"
1298
-
1299
- #: loginpress.php:574
1300
- msgid "Sure! I'd love to!"
1301
- msgstr "Конечно, я тоже люблю!"
1302
-
1303
- #: loginpress.php:575
1304
- msgid "I've already left a review"
1305
- msgstr "Я уже оставил отзыв"
1306
-
1307
- #: loginpress.php:576
1308
- msgid "Maybe Later"
1309
- msgstr "Может быть позже"
1310
-
1311
- #: loginpress.php:577
1312
- msgid "Never show again"
1313
- msgstr "Никогда не показывать снова"
1314
-
1315
- #: loginpress.php:602
1316
- msgid "Introducing LoginPress Addons!"
1317
- msgstr "Представляем аддоны для LoginPress!"
1318
-
1319
- #: loginpress.php:603
1320
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1321
- msgstr "Расширьте возможности ваших страниц входа с помощью LoginPress."
1322
-
1323
- #: loginpress.php:607
1324
- msgid "Learn More"
1325
- msgstr "Узнать больше"
1326
 
1327
- #: loginpress.php:666
1328
  #, php-format
1329
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1330
  msgstr "%1$s Настройки %2$s | %3$s Customize %4$s"
1331
 
1332
- #: loginpress.php:670
1333
  #, php-format
1334
  msgid " | %1$s Opt Out %2$s "
1335
  msgstr " | %1$s Отклонить %2$s "
1336
 
1337
- #: loginpress.php:672
1338
  #, php-format
1339
  msgid " | %1$s Opt In %2$s "
1340
  msgstr " | %1$s Участвовать %2$s "
1341
 
1342
- #: loginpress.php:678
1343
  #, php-format
1344
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1345
  msgstr "%1$s %3$s Обновить до Pro %4$s %2$s"
@@ -1349,7 +1508,9 @@ msgid "LoginPress - Customizing the WordPress Login"
1349
  msgstr "LoginPress - настроить вход в WordPress"
1350
 
1351
  #. Plugin URI of the plugin/theme
1352
- msgid "http://WPBrigade.com/wordpress/plugins/loginpress/"
 
 
1353
  msgstr "http://WPBrigade.com/wordpress/plugins/loginpress/"
1354
 
1355
  #. Description of the plugin/theme
@@ -1367,5 +1528,7 @@ msgid "WPBrigade"
1367
  msgstr "WPBrigade"
1368
 
1369
  #. Author URI of the plugin/theme
1370
- msgid "http://WPBrigade.com/"
 
 
1371
  msgstr "http://WPBrigade.com/"
1
  msgid ""
2
  msgstr ""
 
 
3
  "Project-Id-Version: LoginPress - Customizing the WordPress Login\n"
4
+ "POT-Creation-Date: 2019-04-25 12:53+0500\n"
5
+ "PO-Revision-Date: 2019-04-25 12:53+0500\n"
6
+ "Last-Translator: \n"
7
  "Language-Team: \n"
8
+ "Language: ru\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
13
+ "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
14
  "X-Generator: Poedit 2.2\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
19
  "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
20
  "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
21
  "_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
 
 
22
  "X-Poedit-SearchPath-0: .\n"
23
  "X-Poedit-SearchPathExcluded-0: *.js\n"
24
 
25
+ #: classes/class-loginpress-addons.php:120
26
+ #: classes/class-loginpress-addons.php:205
27
+ #: classes/class-loginpress-addons.php:244
28
  #, php-format
29
  msgid "%1$s Already Installed %2$s"
30
  msgstr "%1$s уже установлено %2$s"
31
 
32
+ #: classes/class-loginpress-addons.php:124
33
+ #: classes/class-loginpress-addons.php:210
34
  #, php-format
35
  msgid "%1$s Activate Plugin %2$s"
36
  msgstr "%1$s активировать плагин %2$s"
37
 
38
+ #: classes/class-loginpress-addons.php:140
39
+ #: classes/class-loginpress-addons.php:225
40
+ #: classes/class-loginpress-addons.php:319
41
+ msgid "UPGRADE NOW"
42
+ msgstr ""
43
+
44
+ #: classes/class-loginpress-addons.php:215
45
+ #: classes/class-loginpress-addons.php:255
46
  #, php-format
47
  msgid "%1$s Install %2$s"
48
  msgstr "%1$s установка %2$s"
49
 
50
+ #: classes/class-loginpress-addons.php:250
51
+ #, fuzzy, php-format
52
+ #| msgid "%1$s Activate Plugin %2$s"
53
+ msgid "%3$s %1$s Activate Plugin %2$s"
54
+ msgstr "%1$s активировать плагин %2$s"
55
+
56
+ #: classes/class-loginpress-addons.php:337
57
  msgid "You have a lifetime license, it will never expire."
58
  msgstr "У вас пожизненная лицензия."
59
 
60
+ #: classes/class-loginpress-addons.php:341
61
  #, php-format
62
  msgid "Your (%2$s) license key is valid until %s."
63
  msgstr "Ваш (%2$s) ключ лицензии действителен до %s."
64
 
65
+ #: classes/class-loginpress-addons.php:355
66
  msgid "You need to activate your license to download the following add-ons."
67
  msgstr "Для загрузки следующих надстроек необходимо активировать лицензию."
68
 
69
+ #: classes/class-loginpress-addons.php:368
70
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
71
  msgstr ""
72
  "Чтобы получить доступ к этим надстройкам, необходимо выполнить обновление до "
73
  "LoginPress Pro."
74
 
75
+ #: classes/class-loginpress-addons.php:586
76
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
77
  msgstr ""
78
  "Расширьте функциональность LoginPress с этими удивительными дополнениями"
79
 
80
  #: classes/class-loginpress-custom-password.php:45
81
+ #: include/customizer-strings.php:86 include/template-loginpress.php:518
82
  msgid "Password"
83
  msgstr "Пароль"
84
 
157
  "error messages, registration error messages, forget password hint message "
158
  "and many more."
159
 
160
+ #: classes/class-loginpress-login-order.php:69 custom.php:1643
161
+ #: include/customizer-strings.php:141
162
  #, php-format
163
  msgid "%1$sError:%2$s The username field is empty."
164
  msgstr "%1$sОшибка:%2$s не указано имя пользователя."
165
 
166
+ #: classes/class-loginpress-login-order.php:71 custom.php:1645
167
+ #: include/customizer-strings.php:142
168
  #, php-format
169
  msgid "%1$sError:%2$s The password field is empty."
170
  msgstr "%1$sОшибка:%2$s не указан пароль."
171
 
172
+ #: classes/class-loginpress-login-order.php:92
173
+ #: include/customizer-strings.php:148
174
  #, php-format
175
  msgid "%1$sError:%2$s Invalid Email Address"
176
  msgstr "%1$sError:%2$s неправильный адрес Email"
177
 
178
+ #: classes/class-loginpress-login-order.php:114 custom.php:1639
179
+ #: include/customizer-strings.php:140
180
  #, php-format
181
  msgid "%1$sError:%2$s Invalid Username."
182
  msgstr "%1$sError:%2$s неправильное имя пользователя."
183
 
184
+ #: classes/class-loginpress-notifications.php:130
185
+ msgid "Leave A Review?"
186
+ msgstr "Оставить отзыв?"
187
+
188
+ #: classes/class-loginpress-notifications.php:131
189
+ msgid ""
190
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
191
+ "review on WordPress.org?"
192
+ msgstr ""
193
+ "Мы надеемся, что вам нравится работать с LoginPress! Не могли бы вы оставить "
194
+ "отзыв о нас на WordPress.org?"
195
+
196
+ #: classes/class-loginpress-notifications.php:133
197
+ msgid "Sure! I'd love to!"
198
+ msgstr "Конечно, я тоже люблю!"
199
+
200
+ #: classes/class-loginpress-notifications.php:134
201
+ msgid "I've already left a review"
202
+ msgstr "Я уже оставил отзыв"
203
+
204
+ #: classes/class-loginpress-notifications.php:135
205
+ msgid "Maybe Later"
206
+ msgstr "Может быть позже"
207
+
208
+ #: classes/class-loginpress-notifications.php:136
209
+ msgid "Never show again"
210
+ msgstr "Никогда не показывать снова"
211
+
212
+ #: classes/class-loginpress-notifications.php:161
213
+ msgid "Introducing LoginPress Addons!"
214
+ msgstr "Представляем аддоны для LoginPress!"
215
+
216
+ #: classes/class-loginpress-notifications.php:162
217
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
218
+ msgstr "Расширьте возможности ваших страниц входа с помощью LoginPress."
219
+
220
+ #: classes/class-loginpress-notifications.php:166
221
+ msgid "Learn More"
222
+ msgstr "Узнать больше"
223
+
224
+ #: classes/class-loginpress-notifications.php:270
225
+ msgid "FLAT 51% OFF"
226
+ msgstr ""
227
+
228
+ #: classes/class-loginpress-notifications.php:295
229
+ #, php-format
230
+ msgid ""
231
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
232
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
233
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
234
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
235
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
236
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
237
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
238
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
239
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
240
+ "free version</a>"
241
+ msgstr ""
242
+
243
  #: classes/class-loginpress-promo.php:9
244
  msgid "Google Fonts"
245
  msgstr "Шрифты Google"
253
  msgid "reCAPTCHA"
254
  msgstr "reCAPTCHA"
255
 
256
+ #: classes/class-loginpress-settings-api.php:372 custom.php:647
257
  msgid "Choose File"
258
  msgstr "Выбрать файл"
259
 
297
  msgid "Default Settings Restored"
298
  msgstr "Восстановить настройки по умолчанию"
299
 
300
+ #: classes/class-loginpress-setup.php:60 custom.php:250 loginpress.php:279
301
  msgid "LoginPress"
302
  msgstr "LoginPress"
303
 
313
  msgid "Help"
314
  msgstr "Помощь"
315
 
316
+ #: classes/class-loginpress-setup.php:68
317
+ #: include/loginpress-import-export.php:13
318
  msgid "Import/Export LoginPress Settings"
319
  msgstr "Настройка импорта/экспорта LoginPress"
320
 
331
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
332
  msgstr "Все остальное настраивается через %1$sWordPress Customizer%2$s."
333
 
334
+ #: classes/class-loginpress-setup.php:102
335
  msgid "Upgrade to Pro for More Features"
336
  msgstr "Обновитесь до версии Pro для получения дополнительных возможностей"
337
 
338
+ #: classes/class-loginpress-setup.php:127
339
  msgid "Session Expire"
340
  msgstr "Сессия истекает"
341
 
342
+ #: classes/class-loginpress-setup.php:128
343
  msgid "Set the session expiration time in minutes. e.g: 10"
344
  msgstr "Установить время отключения сессии в минутах, например: 10"
345
 
346
+ #: classes/class-loginpress-setup.php:129
347
  msgid "10"
348
  msgstr "10"
349
 
350
+ #: classes/class-loginpress-setup.php:152
351
  msgid "Custom Password Fields"
352
  msgstr "Настраиваемые поля пароля"
353
 
354
+ #: classes/class-loginpress-setup.php:153
355
  msgid "Enable custom password fields on registration form."
356
  msgstr "Включить настраиваемый поля пароля в регистрационных формах."
357
 
358
+ #: classes/class-loginpress-setup.php:158
359
  msgid "Login Order"
360
  msgstr "Порядок входа"
361
 
362
+ #: classes/class-loginpress-setup.php:159
363
  msgid "Enable users to login using their username and/or email address."
364
  msgstr "Включить вход пользователей с помощью имени и/или адреса почты."
365
 
366
+ #: classes/class-loginpress-setup.php:176
367
  msgid "Reset Default Settings"
368
  msgstr "Восстановить настройки по умолчанию"
369
 
370
+ #: classes/class-loginpress-setup.php:177
371
  msgid "Remove my custom settings."
372
  msgstr "Удалить мои настройки."
373
 
374
+ #: classes/class-loginpress-setup.php:213
375
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
376
  msgstr "LoginPress - обновление надоевших форм входа WordPress"
377
 
378
+ #: classes/class-loginpress-setup.php:232
379
  #, php-format
380
  msgid "Free support is available on the %1$s plugin support forums%2$s."
381
  msgstr "Бесплатная поддержка доступна на %1$s форуме поддержки %2$s."
382
 
383
+ #: classes/class-loginpress-setup.php:234
384
  #, php-format
385
  msgid ""
386
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
389
  "Для премиум функций, аддонов и приоритетной поддержки, %1$s одновитесь до pro"
390
  "%2$s."
391
 
392
+ #: classes/class-loginpress-setup.php:240
393
  msgid "Download Log File"
394
  msgstr "Скачать лог файл"
395
 
396
+ #: classes/class-loginpress-setup.php:296
397
  msgid "Lost Password URL"
398
  msgstr "URL забытого пароля"
399
 
400
+ #: classes/class-loginpress-setup.php:297
401
  msgid ""
402
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
403
  "password URL."
405
  "Использовать адрес по умолчанию WordPress для замены забытого пароля вместо "
406
  "станицы WooCommerce."
407
 
408
+ #: classes/class-loginpress-setup.php:314
409
+ #, fuzzy
410
+ #| msgid "LoginPress"
411
+ msgid "and LoginPress page"
412
+ msgstr "LoginPress"
413
+
414
+ #: classes/class-loginpress-setup.php:319
415
+ msgid "Remove Settings on Uninstall"
416
+ msgstr ""
417
+
418
+ #: classes/class-loginpress-setup.php:320
419
+ #, php-format
420
+ msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
421
+ msgstr ""
422
+
423
  #: classes/control-presets.php:78
424
  msgid "Contact us for Custom Design"
425
  msgstr "Свяжитесь с нами для заказа своего личного дизайна"
428
  msgid "Info:"
429
  msgstr "Инфо:"
430
 
431
+ #: custom.php:251
432
  msgid "Customize Your WordPress Login Page with LoginPress :)"
433
  msgstr "Настройте вашу страницу входа WordPress с помощью LoginPress :)"
434
 
435
+ #: custom.php:264
436
  msgid "Themes"
437
  msgstr "Темы"
438
 
439
+ #: custom.php:265
440
  msgid "Choose Theme"
441
  msgstr "Выберите тему"
442
 
443
+ #: custom.php:279 custom.php:286 custom.php:496 custom.php:503
444
  msgid "Company"
445
  msgstr "Компания"
446
 
447
+ #: custom.php:280 custom.php:291 custom.php:497
448
  msgid "Persona"
449
  msgstr "Персона"
450
 
451
+ #: custom.php:281 custom.php:282 custom.php:498 custom.php:499
452
  msgid "Corporate"
453
  msgstr "Фирма"
454
 
455
+ #: custom.php:283 custom.php:500
456
  msgid "Startup"
457
  msgstr "Автозапуск"
458
 
459
+ #: custom.php:284 custom.php:501
460
  msgid "Wedding"
461
  msgstr "Свадьба"
462
 
463
+ #: custom.php:285 custom.php:502
464
  msgid "Wedding #2"
465
  msgstr "Свадьба №2"
466
 
467
+ #: custom.php:287 custom.php:504
468
  msgid "Bikers"
469
  msgstr "Байкеры"
470
 
471
+ #: custom.php:288
472
  msgid "Fitness"
473
  msgstr "Фитнес"
474
 
475
+ #: custom.php:289
476
  msgid "Shopping"
477
  msgstr "Шоппинг"
478
 
479
+ #: custom.php:290
480
  msgid "Writers"
481
  msgstr "Писатели"
482
 
483
+ #: custom.php:292
484
  msgid "Geek"
485
  msgstr "Гики"
486
 
487
+ #: custom.php:293
488
  msgid "Innovation"
489
  msgstr "Инновации"
490
 
491
+ #: custom.php:294
492
  msgid "Photographers"
493
  msgstr "Фотографы"
494
 
495
+ #: custom.php:323
496
  msgid "Custom Design"
497
  msgstr "Индивидуальный дизайн"
498
 
499
+ #: custom.php:341
500
  msgid "Logo"
501
  msgstr "Лого"
502
 
503
+ #: custom.php:342
504
  msgid "Customize Your Logo Section"
505
  msgstr "Настроить раздел логотипа"
506
 
507
+ #: custom.php:362
508
  msgid "Disable Logo:"
509
  msgstr "Отключить лого:"
510
 
511
+ #: custom.php:376
512
  msgid "Logo Image:"
513
  msgstr "Рисунок логотипа:"
514
 
515
+ #: custom.php:394
516
  msgid "Logo URL:"
517
  msgstr "Адрес логотипа:"
518
 
519
+ #: custom.php:394
520
  msgid "Logo Hover Title:"
521
  msgstr "Заголовок лого при наведении курсора:"
522
 
523
+ #: custom.php:422
524
  msgid "Background"
525
  msgstr "Фон"
526
 
527
+ #: custom.php:437
528
  msgid "Background Color:"
529
  msgstr "Цвет фона:"
530
 
531
+ #: custom.php:460
532
  msgid "Enable Background Image?"
533
  msgstr "Включить фоновое изображение?"
534
 
535
+ #: custom.php:475
536
  msgid "Background Image:"
537
  msgstr "Фоновое изображение:"
538
 
539
+ #: custom.php:480
540
+ msgid "Select Image"
541
+ msgstr ""
542
+
543
+ #: custom.php:524
544
  msgid "Background Gallery:"
545
  msgstr "Галерея фонов:"
546
 
547
+ #: custom.php:538
548
  msgid "Background Repeat:"
549
  msgstr "Повтор фонов:"
550
 
551
+ #: custom.php:563
552
  msgid "Select Position:"
553
  msgstr "Выберите позицию:"
554
 
555
+ #: custom.php:589
556
  msgid "Background Image Size: "
557
  msgstr "Размер рисунка фона "
558
 
559
+ #: custom.php:619
560
+ #, fuzzy
561
+ #| msgid "Enable Background Image?"
562
+ msgid "Enable Background Video?"
563
+ msgstr "Включить фоновое изображение?"
564
+
565
+ #: custom.php:637
566
+ #, fuzzy
567
+ #| msgid "Background Color:"
568
+ msgid "Background Video:"
569
+ msgstr "Цвет фона:"
570
+
571
+ #: custom.php:642
572
+ #, fuzzy
573
+ #| msgid "Select Position:"
574
+ msgid "Select Video"
575
+ msgstr "Выберите позицию:"
576
+
577
+ #: custom.php:643
578
+ msgid "Change Video"
579
+ msgstr ""
580
+
581
+ #: custom.php:644
582
+ msgid "Default"
583
+ msgstr ""
584
+
585
+ #: custom.php:645
586
+ msgid "Remove"
587
+ msgstr ""
588
+
589
+ #: custom.php:646
590
+ msgid "Select File"
591
+ msgstr ""
592
+
593
+ #: custom.php:660
594
+ #, fuzzy
595
+ #| msgid "Text Size:"
596
+ msgid "Video Size:"
597
+ msgstr "Размер текста:"
598
+
599
+ #: custom.php:681
600
+ #, fuzzy
601
+ #| msgid "Select Position:"
602
+ msgid "Object Postion:"
603
+ msgstr "Выберите позицию:"
604
+
605
+ #: custom.php:686
606
+ msgid "50% 50%"
607
+ msgstr ""
608
+
609
+ #: custom.php:704
610
+ msgid "Muted Video?"
611
+ msgstr ""
612
+
613
+ #: custom.php:714
614
  msgid "Customize Login Form"
615
  msgstr "Настроить форму входа"
616
 
617
+ #: custom.php:737
618
  msgid "Enable Form Transparency:"
619
  msgstr "Включить прозрачность формы:"
620
 
621
+ #: custom.php:751
622
  msgid "Form Background Image:"
623
  msgstr "Изображение фона формы:"
624
 
625
+ #: custom.php:880
626
  msgid "Customize Forget Form"
627
  msgstr "Настроить форму удаления"
628
 
629
+ #: custom.php:894
630
  msgid "Forget Form Background Image:"
631
  msgstr "Изображение фона формы удаления:"
632
 
633
+ #: custom.php:909
634
  msgid "Forget Form Background Color:"
635
  msgstr "Цвет фона формы удаления:"
636
 
637
+ #: custom.php:919
638
  msgid "Button Beauty"
639
  msgstr "Украшение кнопки"
640
 
641
+ #: custom.php:950
642
  msgid "Error Messages"
643
  msgstr "Сообщения об ошибках"
644
 
645
+ #: custom.php:981
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
646
  msgid "Welcome Messages"
647
  msgstr "Сообщение приветствия"
648
 
649
+ #: custom.php:1019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
650
  msgid "Message Field Background Color:"
651
  msgstr "Цвет фона поля сообщения:"
652
 
653
+ #: custom.php:1131
654
  msgid "Form Footer"
655
  msgstr "Подвал формы"
656
 
657
+ #: custom.php:1154
658
  msgid "Enable Footer Text:"
659
  msgstr "Включить текст подвала:"
660
 
661
+ #: custom.php:1161 include/template-loginpress.php:493
662
+ #: include/template-loginpress.php:552
663
+ msgid "Lost your password?"
664
+ msgstr "Забыли пароль?"
665
+
666
+ #: custom.php:1169
667
  msgid "Lost Password Text:"
668
  msgstr "Текст при потере пароля:"
669
 
670
+ #: custom.php:1185
671
+ #, fuzzy
672
+ #| msgid "\"Back to\" Text Decoration:"
673
+ msgid "Select Text Decoration:"
674
+ msgstr "Оформление текста \"Вернуться на сайт\":"
675
+
676
+ #: custom.php:1206
677
  msgid "Footer Text Color:"
678
  msgstr "Цвет текста подвала:"
679
 
680
+ #: custom.php:1221
681
  msgid "Footer Text Hover Color:"
682
  msgstr "Цвет текста подвала при наведении:"
683
 
684
+ #: custom.php:1242
685
  msgid "Text Font Size:"
686
  msgstr "Размер шрифта текста:"
687
 
688
+ #: custom.php:1259
689
  msgid "Footer Background Color:"
690
  msgstr "Цвет фона подвала:"
691
 
692
+ #: custom.php:1284
693
  msgid "Enable \"Back to\" Text:"
694
  msgstr "Включить текст \"Вернуться на сайт\":"
695
 
696
+ #: custom.php:1300
697
  msgid "\"Back to\" Text Decoration:"
698
  msgstr "Оформление текста \"Вернуться на сайт\":"
699
 
700
+ #: custom.php:1321
701
  msgid "\"Back to\" Text Color:"
702
  msgstr "Цвет текста \"Вернуться на сайт\":"
703
 
704
+ #: custom.php:1336
705
  msgid "\"Back to\" Text Hover Color:"
706
  msgstr "Цвет текста \"Вернуться на сайт\" при наведении:"
707
 
708
+ #: custom.php:1357
709
  msgid "\"Back to\" Text Font Size:"
710
  msgstr "Размер шрифта текста \"Вернуться на сайт\":"
711
 
712
+ #: custom.php:1374
713
  msgid "\"Back to\" Background Color:"
714
  msgstr "Цвет фона текста \"Вернуться на сайт\":"
715
 
716
+ #: custom.php:1400
717
  msgid "Enable Copyright Note:"
718
  msgstr "Включить указание копирайта:"
719
 
720
+ #: custom.php:1404 custom.php:1545
721
  #, php-format
722
  msgid "© %1$s %2$s, All Rights Reserved."
723
  msgstr "© %1$s %2$s, Все права защищены."
724
 
725
+ #: custom.php:1412
726
  msgid "Copyright Note:"
727
  msgstr "Примечание копирайта:"
728
 
729
+ #: custom.php:1437
730
  msgid ""
731
  "Show some Love. Please help others learn about this free plugin by placing "
732
  "small link in footer. Thank you very much!"
734
  "Проявите благодарность: пусть пользователи вашего сайта узнают о нашем "
735
  "плагине. Спасибо!"
736
 
737
+ #: custom.php:1453
738
  msgid "Love Position:"
739
  msgstr "Расположение благодарности:"
740
 
741
+ #: custom.php:1459
742
+ msgid "Left"
743
+ msgstr ""
744
+
745
+ #: custom.php:1460
746
+ msgid "Right"
747
+ msgstr ""
748
+
749
+ #: custom.php:1471
750
  msgid "Custom CSS/JS"
751
  msgstr "Свои CSS/JS"
752
 
753
+ #: custom.php:1484
754
  msgid "Customize CSS:"
755
  msgstr "Настройка CSS:"
756
 
757
+ #: custom.php:1489
758
  #, php-format
759
  msgid ""
760
  "Custom CSS doen't make effect live. For preview please save the setting and "
763
  "Свой CSS отобразится не сразу. Для просмотра изменений сохраните настройки и "
764
  "перейдите на страницу %1$s входа %2$s."
765
 
766
+ #: custom.php:1499
767
  msgid "Customize JS:"
768
  msgstr "Свой JS:"
769
 
770
+ #: custom.php:1504
771
  #, php-format
772
  msgid ""
773
  "Custom JS doen't make effect live. For preview please save the setting and "
776
  "Свой JS отобразится не сразу. Для просмотра изменений сохраните настройки и "
777
  "перейдите на страницу %1$s входа %2$s."
778
 
779
+ #: custom.php:1528 custom.php:1530
780
  msgid "Powered by:"
781
  msgstr "Разработано:"
782
 
783
+ #: custom.php:1641 include/customizer-strings.php:140
784
+ #, php-format
785
+ msgid "%1$sError:%2$s Invalid Password."
786
+ msgstr "%1$sОшибка:%2$s Неправильный пароль."
787
+
788
+ #: custom.php:1647 include/customizer-strings.php:143
789
+ #, php-format
790
+ msgid "%1$sError:%2$s The email address isn't correct.."
791
+ msgstr "%1$sОшибка:%2$s Адрес почты неверен."
792
+
793
+ #: custom.php:1649 include/customizer-strings.php:144
794
+ #, php-format
795
+ msgid "%1$sError:%2$s Please type your email address."
796
+ msgstr "%1$sОшибка:%2$s Укажите ваш адрес."
797
+
798
+ #: custom.php:1651 include/customizer-strings.php:145
799
+ #, php-format
800
+ msgid ""
801
+ "%1$sError:%2$s This username is already registered. Please choose another "
802
+ "one."
803
+ msgstr ""
804
+ "%1$sОшибка:%2$s Такое имя пользователя уже используется, выберите другое."
805
+
806
+ #: custom.php:1653 include/customizer-strings.php:146
807
+ #, php-format
808
+ msgid ""
809
+ "%1$sError:%2$s This email is already registered, please choose another one."
810
+ msgstr "%1$sОшибка:%2$s этот адрес почты уже зарегистрирован, укажете другой."
811
+
812
+ #: custom.php:1655 include/customizer-strings.php:147
813
+ #, php-format
814
+ msgid "%1$sError:%2$s Invalid username or email."
815
+ msgstr "%1$sОшибка:%2$s Неверное имя или адрес."
816
+
817
+ #: custom.php:1730 include/template-loginpress.php:469
818
  msgid "Username"
819
  msgstr "Пользователь"
820
 
821
+ #: custom.php:1732
822
  msgid "Email Address"
823
  msgstr "Адрес почты"
824
 
825
+ #: custom.php:1799 include/template-loginpress.php:370
826
  msgid ""
827
  "Please enter your username or email address. You will receive a link to "
828
  "create a new password via email."
830
  "Введите ваше имя пользователя и адрес. Вам будет выслано письмо со ссылкой "
831
  "для создания нового пароля."
832
 
833
+ #: custom.php:1807 include/template-loginpress.php:465
834
  msgid "Register For This Site"
835
  msgstr "Зарегистрироваться"
836
 
837
+ #: custom.php:1825 custom.php:1829
838
  msgid "Your password has been reset."
839
  msgstr "Вам выслан пароль."
840
 
841
+ #: custom.php:1829 include/template-loginpress.php:397
842
  #: include/template-loginpress.php:491
843
  msgid "Log in"
844
  msgstr "Вход"
884
  msgid "LoginPress"
885
  msgstr "LoginPress"
886
 
887
+ #: include/customizer-strings.php:9
888
  msgid "Logo Width:"
889
  msgstr "Ширина лого:"
890
 
891
+ #: include/customizer-strings.php:9
892
  msgid "Logo Height:"
893
  msgstr "Высота лого:"
894
 
895
+ #: include/customizer-strings.php:9
896
  msgid "Space Bottom:"
897
  msgstr "Интервал снизу:"
898
 
899
+ #: include/customizer-strings.php:23
900
  msgid "Input Fields:"
901
  msgstr "Поля ввода:"
902
 
903
+ #: include/customizer-strings.php:24
904
  msgid "Input Field Labels:"
905
  msgstr "Метки полей ввода:"
906
 
907
+ #: include/customizer-strings.php:25
908
  msgid "Login Form:"
909
  msgstr "Форма входа:"
910
 
911
+ #: include/customizer-strings.php:26
912
  msgid "Lost Your Password Text"
913
  msgstr "Текст забытого пароля"
914
 
915
+ #: include/customizer-strings.php:27
916
  msgid "Back To Site Text"
917
  msgstr "Текст \"Вернуться на сайт\""
918
 
919
+ #: include/customizer-strings.php:28
920
  msgid "LoginPress Footer Text"
921
  msgstr "Текст подвала LoginPress"
922
 
923
  #: include/customizer-strings.php:29
924
+ #, fuzzy
925
+ #| msgid "Background Image:"
926
+ msgid "Background Image"
927
+ msgstr "Фоновое изображение:"
928
+
929
+ #: include/customizer-strings.php:30
930
+ #, fuzzy
931
+ #| msgid "Background"
932
+ msgid "Background Video"
933
+ msgstr "Фон"
934
+
935
+ #: include/customizer-strings.php:32
936
  msgid ""
937
  "This section helps you to easily Customize the login form input field "
938
  "elements."
939
  msgstr "Это раздел помогает легко настроить элементы формы входа."
940
 
941
+ #: include/customizer-strings.php:33
942
  msgid ""
943
  "This section helps you to easily Customize the login form input field labels."
944
  msgstr "Это раздел помогает легко настроить метки элементов формы входа."
945
 
946
+ #: include/customizer-strings.php:34
947
  msgid ""
948
  "This section helps you to easily Customize the login form elements whether "
949
  "they are form lables, fields or backgrounds."
951
  "Это раздел помогает легко настроить элементы формы входа такие как метки "
952
  "формы, поля и фоны."
953
 
954
+ #: include/customizer-strings.php:35
955
  msgid ""
956
  " Customize the \"Lost your password\" and \"Register\" text section under "
957
  "the form."
958
  msgstr ""
959
  " Настроить текст разделов \"Забыли пароль\" и \"Регистрация\" под формой."
960
 
961
+ #: include/customizer-strings.php:36
962
  msgid "Customize the \"Back to\" text section under the form."
963
  msgstr "Настройка раздела \"Вернуться на сайт\" внизу формы."
964
 
965
+ #: include/customizer-strings.php:37
966
  msgid ""
967
  "Customize the copyright note and branding sections at the footer of login "
968
  "page."
969
  msgstr "Настройка копирайта и секции брэндинга в подвале станицы входа."
970
 
971
+ #: include/customizer-strings.php:38
972
+ #, fuzzy
973
+ #| msgid "Form Background Image:"
974
+ msgid "Customize the background Image."
975
+ msgstr "Изображение фона формы:"
976
+
977
+ #: include/customizer-strings.php:39
978
+ #, fuzzy
979
+ #| msgid "Customize the \"Back to\" text section under the form."
980
+ msgid "Customize the background Video."
981
+ msgstr "Настройка раздела \"Вернуться на сайт\" внизу формы."
982
+
983
+ #: include/customizer-strings.php:49
984
  msgid "Form Width:"
985
  msgstr "Ширина формы:"
986
 
987
+ #: include/customizer-strings.php:50
988
  msgid "Form Minimum Height:"
989
  msgstr "Минимальная высота формы:"
990
 
991
+ #: include/customizer-strings.php:51
992
  msgid "Form Radius:"
993
  msgstr "Радиус закругления формы:"
994
 
995
+ #: include/customizer-strings.php:52
996
  msgid "Form Shadow:"
997
  msgstr "Тень формы:"
998
 
999
+ #: include/customizer-strings.php:53
1000
  msgid "Form Shadow Opacity:"
1001
  msgstr "Прозрачность тени формы:"
1002
 
1003
+ #: include/customizer-strings.php:54
1004
  msgid "Input Text Field Width:"
1005
  msgstr "Ширина поля ввода текста:"
1006
 
1007
+ #: include/customizer-strings.php:55
1008
  msgid "Input Text Field Radius:"
1009
  msgstr "Радиус закругления поля ввода текста:"
1010
 
1011
+ #: include/customizer-strings.php:56
1012
  msgid "Input Text Field Shadow:"
1013
  msgstr "Тень поля ввода текста:"
1014
 
1015
+ #: include/customizer-strings.php:57
1016
  msgid "Input Text Field Shadow Opacity:"
1017
  msgstr "Прозрачность тени поля ввода текста:"
1018
 
1019
+ #: include/customizer-strings.php:58
1020
  msgid "Input Field Label Font Size:"
1021
  msgstr "Текст размера метки поля ввода:"
1022
 
1023
+ #: include/customizer-strings.php:59
1024
  msgid "Remember Me Font Size:"
1025
  msgstr "Размер шрифта \"Запомнить меня\":"
1026
 
1027
+ #: include/customizer-strings.php:78
1028
  msgid "Form Background Color:"
1029
  msgstr "Цвет фона формы:"
1030
 
1031
+ #: include/customizer-strings.php:79
1032
  msgid "Input Field Background Color:"
1033
  msgstr "Цвет фона поля ввода:"
1034
 
1035
+ #: include/customizer-strings.php:80
1036
  msgid "Input Field Text Color:"
1037
  msgstr "Цвет текста поля ввода:"
1038
 
1039
+ #: include/customizer-strings.php:81
1040
  msgid "Input Field Label Color:"
1041
  msgstr "Цвет метки поля ввода:"
1042
 
1043
+ #: include/customizer-strings.php:82
1044
  msgid "Remember me Label Color:"
1045
  msgstr "Цвет метки \"Запомнить меня\":"
1046
 
1047
+ #: include/customizer-strings.php:86 include/template-loginpress.php:382
1048
  #: include/template-loginpress.php:514
1049
  msgid "Username or Email Address"
1050
  msgstr "Имя пользователя или адрес почты"
1051
 
1052
+ #: include/customizer-strings.php:88
1053
  msgid "Form Padding:"
1054
  msgstr "Отбивка формы:"
1055
 
1056
+ #: include/customizer-strings.php:89
1057
  msgid "Border (Example: 2px dotted black):"
1058
  msgstr "Граница (Пример: 2px dotted black):"
1059
 
1060
+ #: include/customizer-strings.php:90
1061
  msgid "Input Text Field Margin:"
1062
  msgstr "Поля текста поля ввода:"
1063
 
1064
+ #: include/customizer-strings.php:91
1065
  msgid "Username Label:"
1066
  msgstr "Мета имени пользователя:"
1067
 
1068
+ #: include/customizer-strings.php:92
1069
  msgid "Password Label:"
1070
  msgstr "Метка пароля:"
1071
 
1072
+ #: include/customizer-strings.php:104
1073
  msgid "Button Color:"
1074
  msgstr "Цвет кнопки:"
1075
 
1076
+ #: include/customizer-strings.php:105
1077
  msgid "Button Border Color:"
1078
  msgstr "Цвет границы кнопки:"
1079
 
1080
+ #: include/customizer-strings.php:106
1081
  msgid "Button Color (Hover):"
1082
  msgstr "Цвет кнопки при наведении:"
1083
 
1084
+ #: include/customizer-strings.php:107
1085
  msgid "Button Border (Hover):"
1086
  msgstr "Граница кнопки при наведении:"
1087
 
1088
+ #: include/customizer-strings.php:108
1089
  msgid "Button Box Shadow:"
1090
  msgstr "Тень кнопки:"
1091
 
1092
+ #: include/customizer-strings.php:109
1093
  msgid "Button Text Color:"
1094
  msgstr "Цвет текста кнопки:"
1095
 
1096
+ #: include/customizer-strings.php:114
1097
  msgid "Button Size:"
1098
  msgstr "Размер кнопки:"
1099
 
1100
+ #: include/customizer-strings.php:114
1101
  msgid "Button Top Padding:"
1102
  msgstr "Отбивка кнопки сверху:"
1103
 
1104
+ #: include/customizer-strings.php:114
1105
  msgid "Button Bottom Padding:"
1106
  msgstr "Отбивка кнопки снизу:"
1107
 
1108
+ #: include/customizer-strings.php:114
1109
  msgid "Radius:"
1110
  msgstr "Радиус закругления:"
1111
 
1112
+ #: include/customizer-strings.php:114
1113
  msgid "Shadow:"
1114
  msgstr "Тень:"
1115
 
1116
+ #: include/customizer-strings.php:114
1117
  msgid "Shadow Opacity:"
1118
  msgstr "Прозрачность тени:"
1119
 
1120
+ #: include/customizer-strings.php:114
1121
  msgid "Text Size:"
1122
  msgstr "Размер текста:"
1123
 
1124
+ #: include/customizer-strings.php:150
1125
+ msgid "Incorrect Username Message:"
1126
+ msgstr "Сообщение о неправильном имени пользователя:"
1127
+
1128
+ #: include/customizer-strings.php:151
1129
+ msgid "Incorrect Password Message:"
1130
+ msgstr "Сообщение о неверном пароле:"
1131
+
1132
+ #: include/customizer-strings.php:152
1133
+ msgid "Empty Username Message:"
1134
+ msgstr "Сообщение о пустом имени:"
1135
+
1136
+ #: include/customizer-strings.php:153
1137
+ msgid "Empty Password Message:"
1138
+ msgstr "Сообщение о пустом пароле:"
1139
+
1140
+ #: include/customizer-strings.php:154
1141
+ msgid "Invalid Email Message:"
1142
+ msgstr "Сообщение о неверном адресе:"
1143
+
1144
+ #: include/customizer-strings.php:155
1145
+ msgid "Empty Email Message:"
1146
+ msgstr "Сообщение о пустом адресе:"
1147
+
1148
+ #: include/customizer-strings.php:156
1149
+ msgid "Username Already Exist Message:"
1150
+ msgstr "Пользователь уже существует:"
1151
+
1152
+ #: include/customizer-strings.php:157
1153
+ msgid "Email Already Exist Message:"
1154
+ msgstr "Почта уже используется:"
1155
+
1156
+ #: include/customizer-strings.php:158
1157
+ msgid "Forget Password Message:"
1158
+ msgstr "Сообщение об удалении данных:"
1159
+
1160
+ #: include/customizer-strings.php:159
1161
+ msgid "Login with Email Message:"
1162
+ msgstr "Вход с помощью адреса почты:"
1163
+
1164
+ #: include/customizer-strings.php:170
1165
+ msgid "Welcome Message on Lost Password:"
1166
+ msgstr "Сообщение приветствия на потерянный пароль:"
1167
+
1168
+ #: include/customizer-strings.php:171
1169
+ msgid "Welcome Message on Login Page:"
1170
+ msgstr "Сообщение приветствия на странице входа:"
1171
+
1172
+ #: include/customizer-strings.php:172
1173
+ msgid "Welcome Message on Registration:"
1174
+ msgstr "Сообщение приветствия при регистрации:"
1175
+
1176
+ #: include/customizer-strings.php:173
1177
+ msgid "Logout Message:"
1178
+ msgstr "Сообщение при выходе:"
1179
+
1180
+ #: include/customizer-strings.php:174
1181
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1182
+ msgstr "Граница поля сообщения: (Пример: 1px solid #00a0d2;)"
1183
+
1184
+ #: include/deactivate_modal.php:139
1185
  msgid "Quick feedback about LoginPress"
1186
  msgstr "Быстрый отзыв на LoginPress"
1187
 
1188
+ #: include/deactivate_modal.php:142
1189
  msgid "If you have a moment, please let us know why you are deactivating:"
1190
  msgstr "Если у вас есть возможность, укажите причину удаления:"
1191
 
1192
+ #: include/deactivate_modal.php:150
1193
  msgid " I upgraded to LoginPress Pro"
1194
  msgstr " Я обновился до версии Про"
1195
 
1196
+ #: include/deactivate_modal.php:152
1197
  msgid ""
1198
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1199
  "add-on with Core version."
1201
  "Не нужно удалять бесплатную версию плагина, версия Про работает как аддон "
1202
  "поверх установленной."
1203
 
1204
+ #: include/deactivate_modal.php:159
1205
  msgid "I only needed the plugin for a short period"
1206
  msgstr "Плагин мне нужен на небольшое время"
1207
 
1208
+ #: include/deactivate_modal.php:168
1209
  msgid "I found a better plugin"
1210
  msgstr "Я нашел плагин лучше"
1211
 
1212
+ #: include/deactivate_modal.php:171
1213
  msgid "Kindly tell us the Plugin name."
1214
  msgstr "Пожалуйста, скажите какой плагин вам понравился."
1215
 
1216
+ #: include/deactivate_modal.php:178
1217
  msgid "The plugin broke my site"
1218
  msgstr "Плагин обрушил мой сайт"
1219
 
1220
+ #: include/deactivate_modal.php:187
1221
  msgid "The plugin suddenly stopped working"
1222
  msgstr "Плагин внезапно перестал работать"
1223
 
1224
+ #: include/deactivate_modal.php:196
1225
  msgid "I no longer need the plugin"
1226
  msgstr "Плагин мне более не нужен"
1227
 
1228
+ #: include/deactivate_modal.php:205
1229
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1230
  msgstr "Приостановка временная, я просто отлаживаю проблему."
1231
 
1232
+ #: include/deactivate_modal.php:214
1233
  msgid "Other"
1234
  msgstr "Прочее"
1235
 
1236
+ #: include/deactivate_modal.php:217
1237
  msgid "Kindly tell us the reason so we can improve."
1238
  msgstr "Просим сообщить причину, чтобы мы могли работать лучше."
1239
 
1240
+ #: include/deactivate_modal.php:222
1241
  msgid "Anonymous feedback"
1242
  msgstr "Анонимный отзыв"
1243
 
1244
+ #: include/deactivate_modal.php:223
1245
  msgid "Skip & Deactivate"
1246
  msgstr "Пропустить и деактивировать"
1247
 
1248
+ #: include/deactivate_modal.php:226
1249
  msgid "Submit & Deactivate"
1250
  msgstr "Передать и деактивировать"
1251
 
1252
+ #: include/deactivate_modal.php:227
1253
  msgid "Cancel"
1254
  msgstr "Выход"
1255
 
1256
+ #: include/loginpress-import-export.php:14
1257
  msgid ""
1258
  "Import/Export your LoginPress Settings for/from other sites. This will "
1259
  "export/import all the settings including Customizer settings as well."
1261
  "Импорт/экспорт данных LoginPress с/на другой сайт. Это действие скопирует "
1262
  "все настройки плагина."
1263
 
1264
+ #: include/loginpress-import-export.php:19
1265
  msgid "Import Settings:"
1266
  msgstr "Импорт настроек:"
1267
 
1268
+ #: include/loginpress-import-export.php:23
1269
  msgid "Import"
1270
  msgstr "Импорт"
1271
 
1272
+ #: include/loginpress-import-export.php:28
1273
  msgid "LoginPress Settings Imported Successfully."
1274
  msgstr "Настройки LoginPress импортированы успешно."
1275
 
1276
+ #: include/loginpress-import-export.php:30
1277
  msgid "Select a file and click on Import to start processing."
1278
  msgstr "Выберите файл и нажмите \"Импорт\" для начала обработки."
1279
 
1280
+ #: include/loginpress-import-export.php:35
1281
  msgid "Export Settings:"
1282
  msgstr "Экспорт настроек:"
1283
 
1284
+ #: include/loginpress-import-export.php:38
1285
  msgid "Export"
1286
  msgstr "Экспорт"
1287
 
1288
+ #: include/loginpress-import-export.php:43
1289
  msgid "LoginPress Settings Exported Successfully!"
1290
  msgstr "Экспорт настроек LoginPress выполнен успешно!"
1291
 
1292
+ #: include/loginpress-import-export.php:44
1293
  msgid "Export LoginPress Settings."
1294
  msgstr "Настройки экспорта."
1295
 
1369
  "такие как трафик. Эти данные помогают нам узнать какие возможности наиболее "
1370
  "популярны, чтобы мы могли улучшить работу плагина в будущем."
1371
 
1372
+ #: include/loginpress-optout-form.php:103
1373
+ #: include/loginpress-optout-form.php:119
1374
  msgid "Opt Out"
1375
  msgstr "Устранение"
1376
 
1377
+ #: include/loginpress-optout-form.php:108
1378
  msgid ""
1379
  "We appreciate your help in making the plugin better by letting us track some "
1380
  "usage data."
1382
  "Мы благодарны за вашу помощь в разработке плагина предоставлением данных об "
1383
  "использовании."
1384
 
1385
+ #: include/loginpress-optout-form.php:112
1386
  #, php-format
1387
  msgid ""
1388
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1395
  "определение приоритетов новых функций и многое другое. Мы будем очень "
1396
  "признательны, если вы передумаете и позволите нам продолжить отслеживание."
1397
 
1398
+ #: include/loginpress-optout-form.php:113
1399
  #, php-format
1400
  msgid ""
1401
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1404
  "Нажатием на \"Устранение\", вы отказываетесь от отправки данных в %1$s "
1405
  "LoginPress%2$s."
1406
 
1407
+ #: include/loginpress-optout-form.php:120
1408
  msgid "On second thought - I want to continue helping"
1409
  msgstr "И все таки: я хочу продолжить помогать"
1410
 
1459
  msgid "Registration confirmation will be emailed to you."
1460
  msgstr "Вам отправлено подтверждение регистрации."
1461
 
 
 
 
 
1462
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1463
  msgid "Log In"
1464
  msgstr "Вход"
1467
  msgid "Remember Me"
1468
  msgstr "Запомнить меня"
1469
 
1470
+ #: loginpress.php:277
1471
  msgid "Activate"
1472
  msgstr "Активировать"
1473
 
1474
+ #: loginpress.php:342
1475
+ msgid "Caps Lock is on"
1476
+ msgstr ""
1477
+
1478
+ #: loginpress.php:415
1479
  msgid "Vote!"
1480
  msgstr "Голосовать!"
1481
 
1482
+ #: loginpress.php:418
1483
+ msgid "Rate"
 
 
 
 
 
 
1484
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1485
 
1486
+ #: loginpress.php:523
1487
  #, php-format
1488
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1489
  msgstr "%1$s Настройки %2$s | %3$s Customize %4$s"
1490
 
1491
+ #: loginpress.php:527
1492
  #, php-format
1493
  msgid " | %1$s Opt Out %2$s "
1494
  msgstr " | %1$s Отклонить %2$s "
1495
 
1496
+ #: loginpress.php:529
1497
  #, php-format
1498
  msgid " | %1$s Opt In %2$s "
1499
  msgstr " | %1$s Участвовать %2$s "
1500
 
1501
+ #: loginpress.php:535
1502
  #, php-format
1503
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1504
  msgstr "%1$s %3$s Обновить до Pro %4$s %2$s"
1508
  msgstr "LoginPress - настроить вход в WordPress"
1509
 
1510
  #. Plugin URI of the plugin/theme
1511
+ #, fuzzy
1512
+ #| msgid "http://WPBrigade.com/wordpress/plugins/loginpress/"
1513
+ msgid "https://WPBrigade.com/wordpress/plugins/loginpress/"
1514
  msgstr "http://WPBrigade.com/wordpress/plugins/loginpress/"
1515
 
1516
  #. Description of the plugin/theme
1528
  msgstr "WPBrigade"
1529
 
1530
  #. Author URI of the plugin/theme
1531
+ #, fuzzy
1532
+ #| msgid "http://WPBrigade.com/"
1533
+ msgid "https://WPBrigade.com/"
1534
  msgstr "http://WPBrigade.com/"
languages/loginpress.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: LoginPress - Customizing the WordPress Login\n"
6
- "POT-Creation-Date: 2018-07-13 17:43+0500\n"
7
  "PO-Revision-Date: 2018-07-13 17:43+0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: loginpress.php\n"
@@ -21,46 +21,59 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
- #: classes/class-loginpress-addons.php:100
25
- #: classes/class-loginpress-addons.php:185
 
26
  #, php-format
27
  msgid "%1$s Already Installed %2$s"
28
  msgstr ""
29
 
30
- #: classes/class-loginpress-addons.php:104
31
- #: classes/class-loginpress-addons.php:190
32
  #, php-format
33
  msgid "%1$s Activate Plugin %2$s"
34
  msgstr ""
35
 
36
- #: classes/class-loginpress-addons.php:195
 
 
 
 
 
 
 
37
  #, php-format
38
  msgid "%1$s Install %2$s"
39
  msgstr ""
40
 
41
- #: classes/class-loginpress-addons.php:226
 
 
 
 
 
42
  msgid "You have a lifetime license, it will never expire."
43
  msgstr ""
44
 
45
- #: classes/class-loginpress-addons.php:230
46
  #, php-format
47
  msgid "Your (%2$s) license key is valid until %s."
48
  msgstr ""
49
 
50
- #: classes/class-loginpress-addons.php:244
51
  msgid "You need to activate your license to download the following add-ons."
52
  msgstr ""
53
 
54
- #: classes/class-loginpress-addons.php:257
55
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
56
  msgstr ""
57
 
58
- #: classes/class-loginpress-addons.php:482
59
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
60
  msgstr ""
61
 
62
  #: classes/class-loginpress-custom-password.php:45
63
- #: include/customizer-strings.php:81 include/template-loginpress.php:518
64
  msgid "Password"
65
  msgstr ""
66
 
@@ -124,26 +137,87 @@ msgid ""
124
  "and many more."
125
  msgstr ""
126
 
127
- #: classes/class-loginpress-login-order.php:69 custom.php:821 custom.php:1547
 
128
  #, php-format
129
  msgid "%1$sError:%2$s The username field is empty."
130
  msgstr ""
131
 
132
- #: classes/class-loginpress-login-order.php:71 custom.php:822 custom.php:1549
 
133
  #, php-format
134
  msgid "%1$sError:%2$s The password field is empty."
135
  msgstr ""
136
 
137
- #: classes/class-loginpress-login-order.php:92 custom.php:828
 
138
  #, php-format
139
  msgid "%1$sError:%2$s Invalid Email Address"
140
  msgstr ""
141
 
142
- #: classes/class-loginpress-login-order.php:114 custom.php:820 custom.php:1543
 
143
  #, php-format
144
  msgid "%1$sError:%2$s Invalid Username."
145
  msgstr ""
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  #: classes/class-loginpress-promo.php:9
148
  msgid "Google Fonts"
149
  msgstr ""
@@ -157,7 +231,7 @@ msgstr ""
157
  msgid "reCAPTCHA"
158
  msgstr ""
159
 
160
- #: classes/class-loginpress-settings-api.php:372
161
  msgid "Choose File"
162
  msgstr ""
163
 
@@ -201,7 +275,7 @@ msgstr ""
201
  msgid "Default Settings Restored"
202
  msgstr ""
203
 
204
- #: classes/class-loginpress-setup.php:60 custom.php:242 loginpress.php:280
205
  msgid "LoginPress"
206
  msgstr ""
207
 
@@ -217,7 +291,8 @@ msgstr ""
217
  msgid "Help"
218
  msgstr ""
219
 
220
- #: classes/class-loginpress-setup.php:68 include/loginpress-import-export.php:9
 
221
  msgid "Import/Export LoginPress Settings"
222
  msgstr ""
223
 
@@ -234,76 +309,89 @@ msgstr ""
234
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
235
  msgstr ""
236
 
237
- #: classes/class-loginpress-setup.php:98
238
  msgid "Upgrade to Pro for More Features"
239
  msgstr ""
240
 
241
- #: classes/class-loginpress-setup.php:123
242
  msgid "Session Expire"
243
  msgstr ""
244
 
245
- #: classes/class-loginpress-setup.php:124
246
  msgid "Set the session expiration time in minutes. e.g: 10"
247
  msgstr ""
248
 
249
- #: classes/class-loginpress-setup.php:125
250
  msgid "10"
251
  msgstr ""
252
 
253
- #: classes/class-loginpress-setup.php:148
254
  msgid "Custom Password Fields"
255
  msgstr ""
256
 
257
- #: classes/class-loginpress-setup.php:149
258
  msgid "Enable custom password fields on registration form."
259
  msgstr ""
260
 
261
- #: classes/class-loginpress-setup.php:154
262
  msgid "Login Order"
263
  msgstr ""
264
 
265
- #: classes/class-loginpress-setup.php:155
266
  msgid "Enable users to login using their username and/or email address."
267
  msgstr ""
268
 
269
- #: classes/class-loginpress-setup.php:172
270
  msgid "Reset Default Settings"
271
  msgstr ""
272
 
273
- #: classes/class-loginpress-setup.php:173
274
  msgid "Remove my custom settings."
275
  msgstr ""
276
 
277
- #: classes/class-loginpress-setup.php:206
278
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
279
  msgstr ""
280
 
281
- #: classes/class-loginpress-setup.php:225
282
  #, php-format
283
  msgid "Free support is available on the %1$s plugin support forums%2$s."
284
  msgstr ""
285
 
286
- #: classes/class-loginpress-setup.php:227
287
  #, php-format
288
  msgid ""
289
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
290
  "%2$s."
291
  msgstr ""
292
 
293
- #: classes/class-loginpress-setup.php:233
294
  msgid "Download Log File"
295
  msgstr ""
296
 
297
- #: classes/class-loginpress-setup.php:287
298
  msgid "Lost Password URL"
299
  msgstr ""
300
 
301
- #: classes/class-loginpress-setup.php:288
302
  msgid ""
303
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
304
  "password URL."
305
  msgstr ""
306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  #: classes/control-presets.php:78
308
  msgid "Contact us for Custom Design"
309
  msgstr ""
@@ -312,391 +400,396 @@ msgstr ""
312
  msgid "Info:"
313
  msgstr ""
314
 
315
- #: custom.php:243
316
  msgid "Customize Your WordPress Login Page with LoginPress :)"
317
  msgstr ""
318
 
319
- #: custom.php:256
320
  msgid "Themes"
321
  msgstr ""
322
 
323
- #: custom.php:257
324
  msgid "Choose Theme"
325
  msgstr ""
326
 
327
- #: custom.php:270 custom.php:277 custom.php:475 custom.php:482
328
  msgid "Company"
329
  msgstr ""
330
 
331
- #: custom.php:271 custom.php:282 custom.php:476
332
  msgid "Persona"
333
  msgstr ""
334
 
335
- #: custom.php:272 custom.php:273 custom.php:477 custom.php:478
336
  msgid "Corporate"
337
  msgstr ""
338
 
339
- #: custom.php:274 custom.php:479
340
  msgid "Startup"
341
  msgstr ""
342
 
343
- #: custom.php:275 custom.php:480
344
  msgid "Wedding"
345
  msgstr ""
346
 
347
- #: custom.php:276 custom.php:481
348
  msgid "Wedding #2"
349
  msgstr ""
350
 
351
- #: custom.php:278 custom.php:483
352
  msgid "Bikers"
353
  msgstr ""
354
 
355
- #: custom.php:279
356
  msgid "Fitness"
357
  msgstr ""
358
 
359
- #: custom.php:280
360
  msgid "Shopping"
361
  msgstr ""
362
 
363
- #: custom.php:281
364
  msgid "Writers"
365
  msgstr ""
366
 
367
- #: custom.php:283
368
  msgid "Geek"
369
  msgstr ""
370
 
371
- #: custom.php:284
372
  msgid "Innovation"
373
  msgstr ""
374
 
375
- #: custom.php:285
376
  msgid "Photographers"
377
  msgstr ""
378
 
379
- #: custom.php:314
380
  msgid "Custom Design"
381
  msgstr ""
382
 
383
- #: custom.php:332
384
  msgid "Logo"
385
  msgstr ""
386
 
387
- #: custom.php:333
388
  msgid "Customize Your Logo Section"
389
  msgstr ""
390
 
391
- #: custom.php:352
392
  msgid "Disable Logo:"
393
  msgstr ""
394
 
395
- #: custom.php:365
396
  msgid "Logo Image:"
397
  msgstr ""
398
 
399
- #: custom.php:383
400
  msgid "Logo URL:"
401
  msgstr ""
402
 
403
- #: custom.php:383
404
  msgid "Logo Hover Title:"
405
  msgstr ""
406
 
407
- #: custom.php:409
408
  msgid "Background"
409
  msgstr ""
410
 
411
- #: custom.php:423
412
  msgid "Background Color:"
413
  msgstr ""
414
 
415
- #: custom.php:442
416
  msgid "Enable Background Image?"
417
  msgstr ""
418
 
419
- #: custom.php:456
420
  msgid "Background Image:"
421
  msgstr ""
422
 
423
- #: custom.php:503
 
 
 
 
424
  msgid "Background Gallery:"
425
  msgstr ""
426
 
427
- #: custom.php:516
428
  msgid "Background Repeat:"
429
  msgstr ""
430
 
431
- #: custom.php:539
432
  msgid "Select Position:"
433
  msgstr ""
434
 
435
- #: custom.php:564
436
  msgid "Background Image Size: "
437
  msgstr ""
438
 
439
- #: custom.php:582
440
- msgid "Customize Login Form"
441
- msgstr ""
442
-
443
- #: custom.php:604
444
- msgid "Enable Form Transparency:"
445
- msgstr ""
446
-
447
- #: custom.php:617
448
- msgid "Form Background Image:"
449
- msgstr ""
450
-
451
- #: custom.php:744
452
- msgid "Customize Forget Form"
453
  msgstr ""
454
 
455
- #: custom.php:757
456
- msgid "Forget Form Background Image:"
457
  msgstr ""
458
 
459
- #: custom.php:771
460
- msgid "Forget Form Background Color:"
461
  msgstr ""
462
 
463
- #: custom.php:781
464
- msgid "Button Beauty"
465
  msgstr ""
466
 
467
- #: custom.php:812
468
- msgid "Error Messages"
469
  msgstr ""
470
 
471
- #: custom.php:820 custom.php:1545
472
- #, php-format
473
- msgid "%1$sError:%2$s Invalid Password."
474
- msgstr ""
475
-
476
- #: custom.php:823 custom.php:1551
477
- #, php-format
478
- msgid "%1$sError:%2$s The email address isn't correct.."
479
- msgstr ""
480
-
481
- #: custom.php:824 custom.php:1553
482
- #, php-format
483
- msgid "%1$sError:%2$s Please type your email address."
484
  msgstr ""
485
 
486
- #: custom.php:825 custom.php:1555
487
- #, php-format
488
- msgid ""
489
- "%1$sError:%2$s This username is already registered. Please choose another "
490
- "one."
491
  msgstr ""
492
 
493
- #: custom.php:826 custom.php:1557
494
- #, php-format
495
- msgid ""
496
- "%1$sError:%2$s This email is already registered, please choose another one."
497
  msgstr ""
498
 
499
- #: custom.php:827 custom.php:1559
500
- #, php-format
501
- msgid "%1$sError:%2$s Invalid username or email."
502
  msgstr ""
503
 
504
- #: custom.php:830
505
- msgid "Incorrect Username Message:"
506
  msgstr ""
507
 
508
- #: custom.php:831
509
- msgid "Incorrect Password Message:"
510
  msgstr ""
511
 
512
- #: custom.php:832
513
- msgid "Empty Username Message:"
514
  msgstr ""
515
 
516
- #: custom.php:833
517
- msgid "Empty Password Message:"
518
  msgstr ""
519
 
520
- #: custom.php:834
521
- msgid "Invalid Email Message:"
522
  msgstr ""
523
 
524
- #: custom.php:835
525
- msgid "Empty Email Message:"
526
  msgstr ""
527
 
528
- #: custom.php:836
529
- msgid "Username Already Exist Message:"
530
  msgstr ""
531
 
532
- #: custom.php:837
533
- msgid "Email Already Exist Message:"
534
  msgstr ""
535
 
536
- #: custom.php:838
537
- msgid "Forget Password Message:"
538
  msgstr ""
539
 
540
- #: custom.php:839
541
- msgid "Login with Email Message:"
542
  msgstr ""
543
 
544
- #: custom.php:866
545
  msgid "Welcome Messages"
546
  msgstr ""
547
 
548
- #: custom.php:875
549
- msgid "Welcome Message on Lost Password:"
550
- msgstr ""
551
-
552
- #: custom.php:876
553
- msgid "Welcome Message on Login Page:"
554
- msgstr ""
555
-
556
- #: custom.php:877
557
- msgid "Welcome Message on Registration:"
558
- msgstr ""
559
-
560
- #: custom.php:878
561
- msgid "Logout Message:"
562
- msgstr ""
563
-
564
- #: custom.php:879
565
- msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
566
- msgstr ""
567
-
568
- #: custom.php:912
569
  msgid "Message Field Background Color:"
570
  msgstr ""
571
 
572
- #: custom.php:1024
573
  msgid "Form Footer"
574
  msgstr ""
575
 
576
- #: custom.php:1046
577
  msgid "Enable Footer Text:"
578
  msgstr ""
579
 
580
- #: custom.php:1060
 
 
 
 
 
581
  msgid "Lost Password Text:"
582
  msgstr ""
583
 
584
- #: custom.php:1095
 
 
 
 
585
  msgid "Footer Text Color:"
586
  msgstr ""
587
 
588
- #: custom.php:1109
589
  msgid "Footer Text Hover Color:"
590
  msgstr ""
591
 
592
- #: custom.php:1130
593
  msgid "Text Font Size:"
594
  msgstr ""
595
 
596
- #: custom.php:1146
597
  msgid "Footer Background Color:"
598
  msgstr ""
599
 
600
- #: custom.php:1170
601
  msgid "Enable \"Back to\" Text:"
602
  msgstr ""
603
 
604
- #: custom.php:1185
605
  msgid "\"Back to\" Text Decoration:"
606
  msgstr ""
607
 
608
- #: custom.php:1205
609
  msgid "\"Back to\" Text Color:"
610
  msgstr ""
611
 
612
- #: custom.php:1219
613
  msgid "\"Back to\" Text Hover Color:"
614
  msgstr ""
615
 
616
- #: custom.php:1240
617
  msgid "\"Back to\" Text Font Size:"
618
  msgstr ""
619
 
620
- #: custom.php:1256
621
  msgid "\"Back to\" Background Color:"
622
  msgstr ""
623
 
624
- #: custom.php:1281
625
  msgid "Enable Copyright Note:"
626
  msgstr ""
627
 
628
- #: custom.php:1285 custom.php:1449
629
  #, php-format
630
  msgid "© %1$s %2$s, All Rights Reserved."
631
  msgstr ""
632
 
633
- #: custom.php:1292
634
  msgid "Copyright Note:"
635
  msgstr ""
636
 
637
- #: custom.php:1316
638
  msgid ""
639
  "Show some Love. Please help others learn about this free plugin by placing "
640
  "small link in footer. Thank you very much!"
641
  msgstr ""
642
 
643
- #: custom.php:1331
644
  msgid "Love Position:"
645
  msgstr ""
646
 
647
- #: custom.php:1349
 
 
 
 
 
 
 
 
648
  msgid "Custom CSS/JS"
649
  msgstr ""
650
 
651
- #: custom.php:1362
652
  msgid "Customize CSS:"
653
  msgstr ""
654
 
655
- #: custom.php:1367
656
  #, php-format
657
  msgid ""
658
  "Custom CSS doen't make effect live. For preview please save the setting and "
659
  "visit %1$s login%2$s page or after save refresh the customizer."
660
  msgstr ""
661
 
662
- #: custom.php:1377
663
  msgid "Customize JS:"
664
  msgstr ""
665
 
666
- #: custom.php:1382
667
  #, php-format
668
  msgid ""
669
  "Custom JS doen't make effect live. For preview please save the setting and "
670
  "visit %1$s login%2$s page or after save refresh the customizer."
671
  msgstr ""
672
 
673
- #: custom.php:1432 custom.php:1434
674
  msgid "Powered by:"
675
  msgstr ""
676
 
677
- #: custom.php:1634 include/template-loginpress.php:469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
678
  msgid "Username"
679
  msgstr ""
680
 
681
- #: custom.php:1636
682
  msgid "Email Address"
683
  msgstr ""
684
 
685
- #: custom.php:1703 include/template-loginpress.php:370
686
  msgid ""
687
  "Please enter your username or email address. You will receive a link to "
688
  "create a new password via email."
689
  msgstr ""
690
 
691
- #: custom.php:1711 include/template-loginpress.php:465
692
  msgid "Register For This Site"
693
  msgstr ""
694
 
695
- #: custom.php:1729 custom.php:1733
696
  msgid "Your password has been reset."
697
  msgstr ""
698
 
699
- #: custom.php:1733 include/template-loginpress.php:397
700
  #: include/template-loginpress.php:491
701
  msgid "Log in"
702
  msgstr ""
@@ -740,321 +833,397 @@ msgctxt "Page title"
740
  msgid "LoginPress"
741
  msgstr ""
742
 
743
- #: include/customizer-strings.php:8
744
  msgid "Logo Width:"
745
  msgstr ""
746
 
747
- #: include/customizer-strings.php:8
748
  msgid "Logo Height:"
749
  msgstr ""
750
 
751
- #: include/customizer-strings.php:8
752
  msgid "Space Bottom:"
753
  msgstr ""
754
 
755
- #: include/customizer-strings.php:22
756
  msgid "Input Fields:"
757
  msgstr ""
758
 
759
- #: include/customizer-strings.php:23
760
  msgid "Input Field Labels:"
761
  msgstr ""
762
 
763
- #: include/customizer-strings.php:24
764
  msgid "Login Form:"
765
  msgstr ""
766
 
767
- #: include/customizer-strings.php:25
768
  msgid "Lost Your Password Text"
769
  msgstr ""
770
 
771
- #: include/customizer-strings.php:26
772
  msgid "Back To Site Text"
773
  msgstr ""
774
 
775
- #: include/customizer-strings.php:27
776
  msgid "LoginPress Footer Text"
777
  msgstr ""
778
 
779
  #: include/customizer-strings.php:29
 
 
 
 
 
 
 
 
780
  msgid ""
781
  "This section helps you to easily Customize the login form input field "
782
  "elements."
783
  msgstr ""
784
 
785
- #: include/customizer-strings.php:30
786
  msgid ""
787
  "This section helps you to easily Customize the login form input field labels."
788
  msgstr ""
789
 
790
- #: include/customizer-strings.php:31
791
  msgid ""
792
  "This section helps you to easily Customize the login form elements whether "
793
  "they are form lables, fields or backgrounds."
794
  msgstr ""
795
 
796
- #: include/customizer-strings.php:32
797
  msgid ""
798
  " Customize the \"Lost your password\" and \"Register\" text section under "
799
  "the form."
800
  msgstr ""
801
 
802
- #: include/customizer-strings.php:33
803
  msgid "Customize the \"Back to\" text section under the form."
804
  msgstr ""
805
 
806
- #: include/customizer-strings.php:34
807
  msgid ""
808
  "Customize the copyright note and branding sections at the footer of login "
809
  "page."
810
  msgstr ""
811
 
812
- #: include/customizer-strings.php:44
 
 
 
 
 
 
 
 
813
  msgid "Form Width:"
814
  msgstr ""
815
 
816
- #: include/customizer-strings.php:45
817
  msgid "Form Minimum Height:"
818
  msgstr ""
819
 
820
- #: include/customizer-strings.php:46
821
  msgid "Form Radius:"
822
  msgstr ""
823
 
824
- #: include/customizer-strings.php:47
825
  msgid "Form Shadow:"
826
  msgstr ""
827
 
828
- #: include/customizer-strings.php:48
829
  msgid "Form Shadow Opacity:"
830
  msgstr ""
831
 
832
- #: include/customizer-strings.php:49
833
  msgid "Input Text Field Width:"
834
  msgstr ""
835
 
836
- #: include/customizer-strings.php:50
837
  msgid "Input Text Field Radius:"
838
  msgstr ""
839
 
840
- #: include/customizer-strings.php:51
841
  msgid "Input Text Field Shadow:"
842
  msgstr ""
843
 
844
- #: include/customizer-strings.php:52
845
  msgid "Input Text Field Shadow Opacity:"
846
  msgstr ""
847
 
848
- #: include/customizer-strings.php:53
849
  msgid "Input Field Label Font Size:"
850
  msgstr ""
851
 
852
- #: include/customizer-strings.php:54
853
  msgid "Remember Me Font Size:"
854
  msgstr ""
855
 
856
- #: include/customizer-strings.php:73
857
  msgid "Form Background Color:"
858
  msgstr ""
859
 
860
- #: include/customizer-strings.php:74
861
  msgid "Input Field Background Color:"
862
  msgstr ""
863
 
864
- #: include/customizer-strings.php:75
865
  msgid "Input Field Text Color:"
866
  msgstr ""
867
 
868
- #: include/customizer-strings.php:76
869
  msgid "Input Field Label Color:"
870
  msgstr ""
871
 
872
- #: include/customizer-strings.php:77
873
  msgid "Remember me Label Color:"
874
  msgstr ""
875
 
876
- #: include/customizer-strings.php:81 include/template-loginpress.php:382
877
  #: include/template-loginpress.php:514
878
  msgid "Username or Email Address"
879
  msgstr ""
880
 
881
- #: include/customizer-strings.php:83
882
  msgid "Form Padding:"
883
  msgstr ""
884
 
885
- #: include/customizer-strings.php:84
886
  msgid "Border (Example: 2px dotted black):"
887
  msgstr ""
888
 
889
- #: include/customizer-strings.php:85
890
  msgid "Input Text Field Margin:"
891
  msgstr ""
892
 
893
- #: include/customizer-strings.php:86
894
  msgid "Username Label:"
895
  msgstr ""
896
 
897
- #: include/customizer-strings.php:87
898
  msgid "Password Label:"
899
  msgstr ""
900
 
901
- #: include/customizer-strings.php:98
902
  msgid "Button Color:"
903
  msgstr ""
904
 
905
- #: include/customizer-strings.php:99
906
  msgid "Button Border Color:"
907
  msgstr ""
908
 
909
- #: include/customizer-strings.php:100
910
  msgid "Button Color (Hover):"
911
  msgstr ""
912
 
913
- #: include/customizer-strings.php:101
914
  msgid "Button Border (Hover):"
915
  msgstr ""
916
 
917
- #: include/customizer-strings.php:102
918
  msgid "Button Box Shadow:"
919
  msgstr ""
920
 
921
- #: include/customizer-strings.php:103
922
  msgid "Button Text Color:"
923
  msgstr ""
924
 
925
- #: include/customizer-strings.php:108
926
  msgid "Button Size:"
927
  msgstr ""
928
 
929
- #: include/customizer-strings.php:108
930
  msgid "Button Top Padding:"
931
  msgstr ""
932
 
933
- #: include/customizer-strings.php:108
934
  msgid "Button Bottom Padding:"
935
  msgstr ""
936
 
937
- #: include/customizer-strings.php:108
938
  msgid "Radius:"
939
  msgstr ""
940
 
941
- #: include/customizer-strings.php:108
942
  msgid "Shadow:"
943
  msgstr ""
944
 
945
- #: include/customizer-strings.php:108
946
  msgid "Shadow Opacity:"
947
  msgstr ""
948
 
949
- #: include/customizer-strings.php:108
950
  msgid "Text Size:"
951
  msgstr ""
952
 
953
- #: include/deactivate_modal.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
954
  msgid "Quick feedback about LoginPress"
955
  msgstr ""
956
 
957
- #: include/deactivate_modal.php:134
958
  msgid "If you have a moment, please let us know why you are deactivating:"
959
  msgstr ""
960
 
961
- #: include/deactivate_modal.php:141
962
  msgid " I upgraded to LoginPress Pro"
963
  msgstr ""
964
 
965
- #: include/deactivate_modal.php:143
966
  msgid ""
967
  "No need to deactivate this LoginPress Core version. Pro version works as an "
968
  "add-on with Core version."
969
  msgstr ""
970
 
971
- #: include/deactivate_modal.php:150
972
  msgid "I only needed the plugin for a short period"
973
  msgstr ""
974
 
975
- #: include/deactivate_modal.php:159
976
  msgid "I found a better plugin"
977
  msgstr ""
978
 
979
- #: include/deactivate_modal.php:162
980
  msgid "Kindly tell us the Plugin name."
981
  msgstr ""
982
 
983
- #: include/deactivate_modal.php:169
984
  msgid "The plugin broke my site"
985
  msgstr ""
986
 
987
- #: include/deactivate_modal.php:178
988
  msgid "The plugin suddenly stopped working"
989
  msgstr ""
990
 
991
- #: include/deactivate_modal.php:187
992
  msgid "I no longer need the plugin"
993
  msgstr ""
994
 
995
- #: include/deactivate_modal.php:196
996
  msgid "It's a temporary deactivation. I'm just debugging an issue."
997
  msgstr ""
998
 
999
- #: include/deactivate_modal.php:205
1000
  msgid "Other"
1001
  msgstr ""
1002
 
1003
- #: include/deactivate_modal.php:208
1004
  msgid "Kindly tell us the reason so we can improve."
1005
  msgstr ""
1006
 
1007
- #: include/deactivate_modal.php:213
1008
  msgid "Anonymous feedback"
1009
  msgstr ""
1010
 
1011
- #: include/deactivate_modal.php:214
1012
  msgid "Skip & Deactivate"
1013
  msgstr ""
1014
 
1015
- #: include/deactivate_modal.php:217
1016
  msgid "Submit & Deactivate"
1017
  msgstr ""
1018
 
1019
- #: include/deactivate_modal.php:218
1020
  msgid "Cancel"
1021
  msgstr ""
1022
 
1023
- #: include/loginpress-import-export.php:10
1024
  msgid ""
1025
  "Import/Export your LoginPress Settings for/from other sites. This will "
1026
  "export/import all the settings including Customizer settings as well."
1027
  msgstr ""
1028
 
1029
- #: include/loginpress-import-export.php:15
1030
  msgid "Import Settings:"
1031
  msgstr ""
1032
 
1033
- #: include/loginpress-import-export.php:19
1034
  msgid "Import"
1035
  msgstr ""
1036
 
1037
- #: include/loginpress-import-export.php:23
1038
  msgid "LoginPress Settings Imported Successfully."
1039
  msgstr ""
1040
 
1041
- #: include/loginpress-import-export.php:25
1042
  msgid "Select a file and click on Import to start processing."
1043
  msgstr ""
1044
 
1045
- #: include/loginpress-import-export.php:30
1046
  msgid "Export Settings:"
1047
  msgstr ""
1048
 
1049
- #: include/loginpress-import-export.php:33
1050
  msgid "Export"
1051
  msgstr ""
1052
 
1053
- #: include/loginpress-import-export.php:37
1054
  msgid "LoginPress Settings Exported Successfully!"
1055
  msgstr ""
1056
 
1057
- #: include/loginpress-import-export.php:38
1058
  msgid "Export LoginPress Settings."
1059
  msgstr ""
1060
 
@@ -1122,17 +1291,18 @@ msgid ""
1122
  "features are most popular, so we can improve the plugin further."
1123
  msgstr ""
1124
 
1125
- #: include/loginpress-optout-form.php:94 include/loginpress-optout-form.php:109
 
1126
  msgid "Opt Out"
1127
  msgstr ""
1128
 
1129
- #: include/loginpress-optout-form.php:98
1130
  msgid ""
1131
  "We appreciate your help in making the plugin better by letting us track some "
1132
  "usage data."
1133
  msgstr ""
1134
 
1135
- #: include/loginpress-optout-form.php:102
1136
  #, php-format
1137
  msgid ""
1138
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
@@ -1141,14 +1311,14 @@ msgid ""
1141
  "the tracking."
1142
  msgstr ""
1143
 
1144
- #: include/loginpress-optout-form.php:103
1145
  #, php-format
1146
  msgid ""
1147
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1148
  "LoginPress%2$s."
1149
  msgstr ""
1150
 
1151
- #: include/loginpress-optout-form.php:110
1152
  msgid "On second thought - I want to continue helping"
1153
  msgstr ""
1154
 
@@ -1203,10 +1373,6 @@ msgstr ""
1203
  msgid "Registration confirmation will be emailed to you."
1204
  msgstr ""
1205
 
1206
- #: include/template-loginpress.php:493 include/template-loginpress.php:552
1207
- msgid "Lost your password?"
1208
- msgstr ""
1209
-
1210
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1211
  msgid "Log In"
1212
  msgstr ""
@@ -1215,68 +1381,38 @@ msgstr ""
1215
  msgid "Remember Me"
1216
  msgstr ""
1217
 
1218
- #: loginpress.php:278
1219
  msgid "Activate"
1220
  msgstr ""
1221
 
1222
- #: loginpress.php:378
1223
- msgid "Vote!"
1224
- msgstr ""
1225
-
1226
- #: loginpress.php:571
1227
- msgid "Leave A Review?"
1228
- msgstr ""
1229
-
1230
- #: loginpress.php:572
1231
- msgid ""
1232
- "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
1233
- "review on WordPress.org?"
1234
  msgstr ""
1235
 
1236
- #: loginpress.php:574
1237
- msgid "Sure! I'd love to!"
1238
- msgstr ""
1239
-
1240
- #: loginpress.php:575
1241
- msgid "I've already left a review"
1242
- msgstr ""
1243
-
1244
- #: loginpress.php:576
1245
- msgid "Maybe Later"
1246
- msgstr ""
1247
-
1248
- #: loginpress.php:577
1249
- msgid "Never show again"
1250
- msgstr ""
1251
-
1252
- #: loginpress.php:602
1253
- msgid "Introducing LoginPress Addons!"
1254
- msgstr ""
1255
-
1256
- #: loginpress.php:603
1257
- msgid "Extend LoginPress with these add-ons and supercharge your login pages."
1258
  msgstr ""
1259
 
1260
- #: loginpress.php:607
1261
- msgid "Learn More"
1262
  msgstr ""
1263
 
1264
- #: loginpress.php:666
1265
  #, php-format
1266
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1267
  msgstr ""
1268
 
1269
- #: loginpress.php:670
1270
  #, php-format
1271
  msgid " | %1$s Opt Out %2$s "
1272
  msgstr ""
1273
 
1274
- #: loginpress.php:672
1275
  #, php-format
1276
  msgid " | %1$s Opt In %2$s "
1277
  msgstr ""
1278
 
1279
- #: loginpress.php:678
1280
  #, php-format
1281
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1282
  msgstr ""
@@ -1286,7 +1422,7 @@ msgid "LoginPress - Customizing the WordPress Login"
1286
  msgstr ""
1287
 
1288
  #. Plugin URI of the plugin/theme
1289
- msgid "http://WPBrigade.com/wordpress/plugins/loginpress/"
1290
  msgstr ""
1291
 
1292
  #. Description of the plugin/theme
@@ -1301,5 +1437,5 @@ msgid "WPBrigade"
1301
  msgstr ""
1302
 
1303
  #. Author URI of the plugin/theme
1304
- msgid "http://WPBrigade.com/"
1305
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: LoginPress - Customizing the WordPress Login\n"
6
+ "POT-Creation-Date: 2019-04-25 12:53+0500\n"
7
  "PO-Revision-Date: 2018-07-13 17:43+0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: loginpress.php\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #: classes/class-loginpress-addons.php:120
25
+ #: classes/class-loginpress-addons.php:205
26
+ #: classes/class-loginpress-addons.php:244
27
  #, php-format
28
  msgid "%1$s Already Installed %2$s"
29
  msgstr ""
30
 
31
+ #: classes/class-loginpress-addons.php:124
32
+ #: classes/class-loginpress-addons.php:210
33
  #, php-format
34
  msgid "%1$s Activate Plugin %2$s"
35
  msgstr ""
36
 
37
+ #: classes/class-loginpress-addons.php:140
38
+ #: classes/class-loginpress-addons.php:225
39
+ #: classes/class-loginpress-addons.php:319
40
+ msgid "UPGRADE NOW"
41
+ msgstr ""
42
+
43
+ #: classes/class-loginpress-addons.php:215
44
+ #: classes/class-loginpress-addons.php:255
45
  #, php-format
46
  msgid "%1$s Install %2$s"
47
  msgstr ""
48
 
49
+ #: classes/class-loginpress-addons.php:250
50
+ #, php-format
51
+ msgid "%3$s %1$s Activate Plugin %2$s"
52
+ msgstr ""
53
+
54
+ #: classes/class-loginpress-addons.php:337
55
  msgid "You have a lifetime license, it will never expire."
56
  msgstr ""
57
 
58
+ #: classes/class-loginpress-addons.php:341
59
  #, php-format
60
  msgid "Your (%2$s) license key is valid until %s."
61
  msgstr ""
62
 
63
+ #: classes/class-loginpress-addons.php:355
64
  msgid "You need to activate your license to download the following add-ons."
65
  msgstr ""
66
 
67
+ #: classes/class-loginpress-addons.php:368
68
  msgid "You need to upgrade to LoginPress Pro to access these add-ons."
69
  msgstr ""
70
 
71
+ #: classes/class-loginpress-addons.php:586
72
  msgid "Extend the functionality of LoginPress with these awesome Add-ons"
73
  msgstr ""
74
 
75
  #: classes/class-loginpress-custom-password.php:45
76
+ #: include/customizer-strings.php:86 include/template-loginpress.php:518
77
  msgid "Password"
78
  msgstr ""
79
 
137
  "and many more."
138
  msgstr ""
139
 
140
+ #: classes/class-loginpress-login-order.php:69 custom.php:1643
141
+ #: include/customizer-strings.php:141
142
  #, php-format
143
  msgid "%1$sError:%2$s The username field is empty."
144
  msgstr ""
145
 
146
+ #: classes/class-loginpress-login-order.php:71 custom.php:1645
147
+ #: include/customizer-strings.php:142
148
  #, php-format
149
  msgid "%1$sError:%2$s The password field is empty."
150
  msgstr ""
151
 
152
+ #: classes/class-loginpress-login-order.php:92
153
+ #: include/customizer-strings.php:148
154
  #, php-format
155
  msgid "%1$sError:%2$s Invalid Email Address"
156
  msgstr ""
157
 
158
+ #: classes/class-loginpress-login-order.php:114 custom.php:1639
159
+ #: include/customizer-strings.php:140
160
  #, php-format
161
  msgid "%1$sError:%2$s Invalid Username."
162
  msgstr ""
163
 
164
+ #: classes/class-loginpress-notifications.php:130
165
+ msgid "Leave A Review?"
166
+ msgstr ""
167
+
168
+ #: classes/class-loginpress-notifications.php:131
169
+ msgid ""
170
+ "We hope you've enjoyed using LoginPress! Would you consider leaving us a "
171
+ "review on WordPress.org?"
172
+ msgstr ""
173
+
174
+ #: classes/class-loginpress-notifications.php:133
175
+ msgid "Sure! I'd love to!"
176
+ msgstr ""
177
+
178
+ #: classes/class-loginpress-notifications.php:134
179
+ msgid "I've already left a review"
180
+ msgstr ""
181
+
182
+ #: classes/class-loginpress-notifications.php:135
183
+ msgid "Maybe Later"
184
+ msgstr ""
185
+
186
+ #: classes/class-loginpress-notifications.php:136
187
+ msgid "Never show again"
188
+ msgstr ""
189
+
190
+ #: classes/class-loginpress-notifications.php:161
191
+ msgid "Introducing LoginPress Addons!"
192
+ msgstr ""
193
+
194
+ #: classes/class-loginpress-notifications.php:162
195
+ msgid "Extend LoginPress with these add-ons and supercharge your login pages."
196
+ msgstr ""
197
+
198
+ #: classes/class-loginpress-notifications.php:166
199
+ msgid "Learn More"
200
+ msgstr ""
201
+
202
+ #: classes/class-loginpress-notifications.php:270
203
+ msgid "FLAT 51% OFF"
204
+ msgstr ""
205
+
206
+ #: classes/class-loginpress-notifications.php:295
207
+ #, php-format
208
+ msgid ""
209
+ "<strong>Biggest Winter Deal</strong> in the WordPress Universe! Get "
210
+ "<strong>LoginPress Pro and all Premium Add-ons</strong> with <strong>20%% "
211
+ "OFF</strong> [Limited Availability].<a href=\"https://wpbrigade.com/"
212
+ "wordpress/plugins/loginpress-pro/?utm_source=loginpress-"
213
+ "lite&utm_medium=freepluginbanner-button&utm_campaign=early20\" target="
214
+ "\"_blank\" style=\"text-decoration: none;\"><span class=\"dashicons "
215
+ "dashicons-smiley\" style=\"margin-left: 10px;\"></span> Grab The Deal</a>\n"
216
+ " \t\t\t\t\t<a href=\"%1$s\" style=\"text-decoration: none; margin-left: "
217
+ "10px;\"><span class=\"dashicons dashicons-dismiss\"></span> I'm good with "
218
+ "free version</a>"
219
+ msgstr ""
220
+
221
  #: classes/class-loginpress-promo.php:9
222
  msgid "Google Fonts"
223
  msgstr ""
231
  msgid "reCAPTCHA"
232
  msgstr ""
233
 
234
+ #: classes/class-loginpress-settings-api.php:372 custom.php:647
235
  msgid "Choose File"
236
  msgstr ""
237
 
275
  msgid "Default Settings Restored"
276
  msgstr ""
277
 
278
+ #: classes/class-loginpress-setup.php:60 custom.php:250 loginpress.php:279
279
  msgid "LoginPress"
280
  msgstr ""
281
 
291
  msgid "Help"
292
  msgstr ""
293
 
294
+ #: classes/class-loginpress-setup.php:68
295
+ #: include/loginpress-import-export.php:13
296
  msgid "Import/Export LoginPress Settings"
297
  msgstr ""
298
 
309
  msgid "Everything else is customizable through %1$sWordPress Customizer%2$s."
310
  msgstr ""
311
 
312
+ #: classes/class-loginpress-setup.php:102
313
  msgid "Upgrade to Pro for More Features"
314
  msgstr ""
315
 
316
+ #: classes/class-loginpress-setup.php:127
317
  msgid "Session Expire"
318
  msgstr ""
319
 
320
+ #: classes/class-loginpress-setup.php:128
321
  msgid "Set the session expiration time in minutes. e.g: 10"
322
  msgstr ""
323
 
324
+ #: classes/class-loginpress-setup.php:129
325
  msgid "10"
326
  msgstr ""
327
 
328
+ #: classes/class-loginpress-setup.php:152
329
  msgid "Custom Password Fields"
330
  msgstr ""
331
 
332
+ #: classes/class-loginpress-setup.php:153
333
  msgid "Enable custom password fields on registration form."
334
  msgstr ""
335
 
336
+ #: classes/class-loginpress-setup.php:158
337
  msgid "Login Order"
338
  msgstr ""
339
 
340
+ #: classes/class-loginpress-setup.php:159
341
  msgid "Enable users to login using their username and/or email address."
342
  msgstr ""
343
 
344
+ #: classes/class-loginpress-setup.php:176
345
  msgid "Reset Default Settings"
346
  msgstr ""
347
 
348
+ #: classes/class-loginpress-setup.php:177
349
  msgid "Remove my custom settings."
350
  msgstr ""
351
 
352
+ #: classes/class-loginpress-setup.php:213
353
  msgid "LoginPress - Rebranding your boring WordPress Login pages"
354
  msgstr ""
355
 
356
+ #: classes/class-loginpress-setup.php:232
357
  #, php-format
358
  msgid "Free support is available on the %1$s plugin support forums%2$s."
359
  msgstr ""
360
 
361
+ #: classes/class-loginpress-setup.php:234
362
  #, php-format
363
  msgid ""
364
  "For premium features, add-ons and priority email support, %1$s upgrade to pro"
365
  "%2$s."
366
  msgstr ""
367
 
368
+ #: classes/class-loginpress-setup.php:240
369
  msgid "Download Log File"
370
  msgstr ""
371
 
372
+ #: classes/class-loginpress-setup.php:296
373
  msgid "Lost Password URL"
374
  msgstr ""
375
 
376
+ #: classes/class-loginpress-setup.php:297
377
  msgid ""
378
  "Use WordPress default lost password URL instead of WooCommerce custom lost "
379
  "password URL."
380
  msgstr ""
381
 
382
+ #: classes/class-loginpress-setup.php:314
383
+ msgid "and LoginPress page"
384
+ msgstr ""
385
+
386
+ #: classes/class-loginpress-setup.php:319
387
+ msgid "Remove Settings on Uninstall"
388
+ msgstr ""
389
+
390
+ #: classes/class-loginpress-setup.php:320
391
+ #, php-format
392
+ msgid "This tool will remove all LoginPress settings %1$s upon uninstall."
393
+ msgstr ""
394
+
395
  #: classes/control-presets.php:78
396
  msgid "Contact us for Custom Design"
397
  msgstr ""
400
  msgid "Info:"
401
  msgstr ""
402
 
403
+ #: custom.php:251
404
  msgid "Customize Your WordPress Login Page with LoginPress :)"
405
  msgstr ""
406
 
407
+ #: custom.php:264
408
  msgid "Themes"
409
  msgstr ""
410
 
411
+ #: custom.php:265
412
  msgid "Choose Theme"
413
  msgstr ""
414
 
415
+ #: custom.php:279 custom.php:286 custom.php:496 custom.php:503
416
  msgid "Company"
417
  msgstr ""
418
 
419
+ #: custom.php:280 custom.php:291 custom.php:497
420
  msgid "Persona"
421
  msgstr ""
422
 
423
+ #: custom.php:281 custom.php:282 custom.php:498 custom.php:499
424
  msgid "Corporate"
425
  msgstr ""
426
 
427
+ #: custom.php:283 custom.php:500
428
  msgid "Startup"
429
  msgstr ""
430
 
431
+ #: custom.php:284 custom.php:501
432
  msgid "Wedding"
433
  msgstr ""
434
 
435
+ #: custom.php:285 custom.php:502
436
  msgid "Wedding #2"
437
  msgstr ""
438
 
439
+ #: custom.php:287 custom.php:504
440
  msgid "Bikers"
441
  msgstr ""
442
 
443
+ #: custom.php:288
444
  msgid "Fitness"
445
  msgstr ""
446
 
447
+ #: custom.php:289
448
  msgid "Shopping"
449
  msgstr ""
450
 
451
+ #: custom.php:290
452
  msgid "Writers"
453
  msgstr ""
454
 
455
+ #: custom.php:292
456
  msgid "Geek"
457
  msgstr ""
458
 
459
+ #: custom.php:293
460
  msgid "Innovation"
461
  msgstr ""
462
 
463
+ #: custom.php:294
464
  msgid "Photographers"
465
  msgstr ""
466
 
467
+ #: custom.php:323
468
  msgid "Custom Design"
469
  msgstr ""
470
 
471
+ #: custom.php:341
472
  msgid "Logo"
473
  msgstr ""
474
 
475
+ #: custom.php:342
476
  msgid "Customize Your Logo Section"
477
  msgstr ""
478
 
479
+ #: custom.php:362
480
  msgid "Disable Logo:"
481
  msgstr ""
482
 
483
+ #: custom.php:376
484
  msgid "Logo Image:"
485
  msgstr ""
486
 
487
+ #: custom.php:394
488
  msgid "Logo URL:"
489
  msgstr ""
490
 
491
+ #: custom.php:394
492
  msgid "Logo Hover Title:"
493
  msgstr ""
494
 
495
+ #: custom.php:422
496
  msgid "Background"
497
  msgstr ""
498
 
499
+ #: custom.php:437
500
  msgid "Background Color:"
501
  msgstr ""
502
 
503
+ #: custom.php:460
504
  msgid "Enable Background Image?"
505
  msgstr ""
506
 
507
+ #: custom.php:475
508
  msgid "Background Image:"
509
  msgstr ""
510
 
511
+ #: custom.php:480
512
+ msgid "Select Image"
513
+ msgstr ""
514
+
515
+ #: custom.php:524
516
  msgid "Background Gallery:"
517
  msgstr ""
518
 
519
+ #: custom.php:538
520
  msgid "Background Repeat:"
521
  msgstr ""
522
 
523
+ #: custom.php:563
524
  msgid "Select Position:"
525
  msgstr ""
526
 
527
+ #: custom.php:589
528
  msgid "Background Image Size: "
529
  msgstr ""
530
 
531
+ #: custom.php:619
532
+ msgid "Enable Background Video?"
 
 
 
 
 
 
 
 
 
 
 
 
533
  msgstr ""
534
 
535
+ #: custom.php:637
536
+ msgid "Background Video:"
537
  msgstr ""
538
 
539
+ #: custom.php:642
540
+ msgid "Select Video"
541
  msgstr ""
542
 
543
+ #: custom.php:643
544
+ msgid "Change Video"
545
  msgstr ""
546
 
547
+ #: custom.php:644
548
+ msgid "Default"
549
  msgstr ""
550
 
551
+ #: custom.php:645
552
+ msgid "Remove"
 
 
 
 
 
 
 
 
 
 
 
553
  msgstr ""
554
 
555
+ #: custom.php:646
556
+ msgid "Select File"
 
 
 
557
  msgstr ""
558
 
559
+ #: custom.php:660
560
+ msgid "Video Size:"
 
 
561
  msgstr ""
562
 
563
+ #: custom.php:681
564
+ msgid "Object Postion:"
 
565
  msgstr ""
566
 
567
+ #: custom.php:686
568
+ msgid "50% 50%"
569
  msgstr ""
570
 
571
+ #: custom.php:704
572
+ msgid "Muted Video?"
573
  msgstr ""
574
 
575
+ #: custom.php:714
576
+ msgid "Customize Login Form"
577
  msgstr ""
578
 
579
+ #: custom.php:737
580
+ msgid "Enable Form Transparency:"
581
  msgstr ""
582
 
583
+ #: custom.php:751
584
+ msgid "Form Background Image:"
585
  msgstr ""
586
 
587
+ #: custom.php:880
588
+ msgid "Customize Forget Form"
589
  msgstr ""
590
 
591
+ #: custom.php:894
592
+ msgid "Forget Form Background Image:"
593
  msgstr ""
594
 
595
+ #: custom.php:909
596
+ msgid "Forget Form Background Color:"
597
  msgstr ""
598
 
599
+ #: custom.php:919
600
+ msgid "Button Beauty"
601
  msgstr ""
602
 
603
+ #: custom.php:950
604
+ msgid "Error Messages"
605
  msgstr ""
606
 
607
+ #: custom.php:981
608
  msgid "Welcome Messages"
609
  msgstr ""
610
 
611
+ #: custom.php:1019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
612
  msgid "Message Field Background Color:"
613
  msgstr ""
614
 
615
+ #: custom.php:1131
616
  msgid "Form Footer"
617
  msgstr ""
618
 
619
+ #: custom.php:1154
620
  msgid "Enable Footer Text:"
621
  msgstr ""
622
 
623
+ #: custom.php:1161 include/template-loginpress.php:493
624
+ #: include/template-loginpress.php:552
625
+ msgid "Lost your password?"
626
+ msgstr ""
627
+
628
+ #: custom.php:1169
629
  msgid "Lost Password Text:"
630
  msgstr ""
631
 
632
+ #: custom.php:1185
633
+ msgid "Select Text Decoration:"
634
+ msgstr ""
635
+
636
+ #: custom.php:1206
637
  msgid "Footer Text Color:"
638
  msgstr ""
639
 
640
+ #: custom.php:1221
641
  msgid "Footer Text Hover Color:"
642
  msgstr ""
643
 
644
+ #: custom.php:1242
645
  msgid "Text Font Size:"
646
  msgstr ""
647
 
648
+ #: custom.php:1259
649
  msgid "Footer Background Color:"
650
  msgstr ""
651
 
652
+ #: custom.php:1284
653
  msgid "Enable \"Back to\" Text:"
654
  msgstr ""
655
 
656
+ #: custom.php:1300
657
  msgid "\"Back to\" Text Decoration:"
658
  msgstr ""
659
 
660
+ #: custom.php:1321
661
  msgid "\"Back to\" Text Color:"
662
  msgstr ""
663
 
664
+ #: custom.php:1336
665
  msgid "\"Back to\" Text Hover Color:"
666
  msgstr ""
667
 
668
+ #: custom.php:1357
669
  msgid "\"Back to\" Text Font Size:"
670
  msgstr ""
671
 
672
+ #: custom.php:1374
673
  msgid "\"Back to\" Background Color:"
674
  msgstr ""
675
 
676
+ #: custom.php:1400
677
  msgid "Enable Copyright Note:"
678
  msgstr ""
679
 
680
+ #: custom.php:1404 custom.php:1545
681
  #, php-format
682
  msgid "© %1$s %2$s, All Rights Reserved."
683
  msgstr ""
684
 
685
+ #: custom.php:1412
686
  msgid "Copyright Note:"
687
  msgstr ""
688
 
689
+ #: custom.php:1437
690
  msgid ""
691
  "Show some Love. Please help others learn about this free plugin by placing "
692
  "small link in footer. Thank you very much!"
693
  msgstr ""
694
 
695
+ #: custom.php:1453
696
  msgid "Love Position:"
697
  msgstr ""
698
 
699
+ #: custom.php:1459
700
+ msgid "Left"
701
+ msgstr ""
702
+
703
+ #: custom.php:1460
704
+ msgid "Right"
705
+ msgstr ""
706
+
707
+ #: custom.php:1471
708
  msgid "Custom CSS/JS"
709
  msgstr ""
710
 
711
+ #: custom.php:1484
712
  msgid "Customize CSS:"
713
  msgstr ""
714
 
715
+ #: custom.php:1489
716
  #, php-format
717
  msgid ""
718
  "Custom CSS doen't make effect live. For preview please save the setting and "
719
  "visit %1$s login%2$s page or after save refresh the customizer."
720
  msgstr ""
721
 
722
+ #: custom.php:1499
723
  msgid "Customize JS:"
724
  msgstr ""
725
 
726
+ #: custom.php:1504
727
  #, php-format
728
  msgid ""
729
  "Custom JS doen't make effect live. For preview please save the setting and "
730
  "visit %1$s login%2$s page or after save refresh the customizer."
731
  msgstr ""
732
 
733
+ #: custom.php:1528 custom.php:1530
734
  msgid "Powered by:"
735
  msgstr ""
736
 
737
+ #: custom.php:1641 include/customizer-strings.php:140
738
+ #, php-format
739
+ msgid "%1$sError:%2$s Invalid Password."
740
+ msgstr ""
741
+
742
+ #: custom.php:1647 include/customizer-strings.php:143
743
+ #, php-format
744
+ msgid "%1$sError:%2$s The email address isn't correct.."
745
+ msgstr ""
746
+
747
+ #: custom.php:1649 include/customizer-strings.php:144
748
+ #, php-format
749
+ msgid "%1$sError:%2$s Please type your email address."
750
+ msgstr ""
751
+
752
+ #: custom.php:1651 include/customizer-strings.php:145
753
+ #, php-format
754
+ msgid ""
755
+ "%1$sError:%2$s This username is already registered. Please choose another "
756
+ "one."
757
+ msgstr ""
758
+
759
+ #: custom.php:1653 include/customizer-strings.php:146
760
+ #, php-format
761
+ msgid ""
762
+ "%1$sError:%2$s This email is already registered, please choose another one."
763
+ msgstr ""
764
+
765
+ #: custom.php:1655 include/customizer-strings.php:147
766
+ #, php-format
767
+ msgid "%1$sError:%2$s Invalid username or email."
768
+ msgstr ""
769
+
770
+ #: custom.php:1730 include/template-loginpress.php:469
771
  msgid "Username"
772
  msgstr ""
773
 
774
+ #: custom.php:1732
775
  msgid "Email Address"
776
  msgstr ""
777
 
778
+ #: custom.php:1799 include/template-loginpress.php:370
779
  msgid ""
780
  "Please enter your username or email address. You will receive a link to "
781
  "create a new password via email."
782
  msgstr ""
783
 
784
+ #: custom.php:1807 include/template-loginpress.php:465
785
  msgid "Register For This Site"
786
  msgstr ""
787
 
788
+ #: custom.php:1825 custom.php:1829
789
  msgid "Your password has been reset."
790
  msgstr ""
791
 
792
+ #: custom.php:1829 include/template-loginpress.php:397
793
  #: include/template-loginpress.php:491
794
  msgid "Log in"
795
  msgstr ""
833
  msgid "LoginPress"
834
  msgstr ""
835
 
836
+ #: include/customizer-strings.php:9
837
  msgid "Logo Width:"
838
  msgstr ""
839
 
840
+ #: include/customizer-strings.php:9
841
  msgid "Logo Height:"
842
  msgstr ""
843
 
844
+ #: include/customizer-strings.php:9
845
  msgid "Space Bottom:"
846
  msgstr ""
847
 
848
+ #: include/customizer-strings.php:23
849
  msgid "Input Fields:"
850
  msgstr ""
851
 
852
+ #: include/customizer-strings.php:24
853
  msgid "Input Field Labels:"
854
  msgstr ""
855
 
856
+ #: include/customizer-strings.php:25
857
  msgid "Login Form:"
858
  msgstr ""
859
 
860
+ #: include/customizer-strings.php:26
861
  msgid "Lost Your Password Text"
862
  msgstr ""
863
 
864
+ #: include/customizer-strings.php:27
865
  msgid "Back To Site Text"
866
  msgstr ""
867
 
868
+ #: include/customizer-strings.php:28
869
  msgid "LoginPress Footer Text"
870
  msgstr ""
871
 
872
  #: include/customizer-strings.php:29
873
+ msgid "Background Image"
874
+ msgstr ""
875
+
876
+ #: include/customizer-strings.php:30
877
+ msgid "Background Video"
878
+ msgstr ""
879
+
880
+ #: include/customizer-strings.php:32
881
  msgid ""
882
  "This section helps you to easily Customize the login form input field "
883
  "elements."
884
  msgstr ""
885
 
886
+ #: include/customizer-strings.php:33
887
  msgid ""
888
  "This section helps you to easily Customize the login form input field labels."
889
  msgstr ""
890
 
891
+ #: include/customizer-strings.php:34
892
  msgid ""
893
  "This section helps you to easily Customize the login form elements whether "
894
  "they are form lables, fields or backgrounds."
895
  msgstr ""
896
 
897
+ #: include/customizer-strings.php:35
898
  msgid ""
899
  " Customize the \"Lost your password\" and \"Register\" text section under "
900
  "the form."
901
  msgstr ""
902
 
903
+ #: include/customizer-strings.php:36
904
  msgid "Customize the \"Back to\" text section under the form."
905
  msgstr ""
906
 
907
+ #: include/customizer-strings.php:37
908
  msgid ""
909
  "Customize the copyright note and branding sections at the footer of login "
910
  "page."
911
  msgstr ""
912
 
913
+ #: include/customizer-strings.php:38
914
+ msgid "Customize the background Image."
915
+ msgstr ""
916
+
917
+ #: include/customizer-strings.php:39
918
+ msgid "Customize the background Video."
919
+ msgstr ""
920
+
921
+ #: include/customizer-strings.php:49
922
  msgid "Form Width:"
923
  msgstr ""
924
 
925
+ #: include/customizer-strings.php:50
926
  msgid "Form Minimum Height:"
927
  msgstr ""
928
 
929
+ #: include/customizer-strings.php:51
930
  msgid "Form Radius:"
931
  msgstr ""
932
 
933
+ #: include/customizer-strings.php:52
934
  msgid "Form Shadow:"
935
  msgstr ""
936
 
937
+ #: include/customizer-strings.php:53
938
  msgid "Form Shadow Opacity:"
939
  msgstr ""
940
 
941
+ #: include/customizer-strings.php:54
942
  msgid "Input Text Field Width:"
943
  msgstr ""
944
 
945
+ #: include/customizer-strings.php:55
946
  msgid "Input Text Field Radius:"
947
  msgstr ""
948
 
949
+ #: include/customizer-strings.php:56
950
  msgid "Input Text Field Shadow:"
951
  msgstr ""
952
 
953
+ #: include/customizer-strings.php:57
954
  msgid "Input Text Field Shadow Opacity:"
955
  msgstr ""
956
 
957
+ #: include/customizer-strings.php:58
958
  msgid "Input Field Label Font Size:"
959
  msgstr ""
960
 
961
+ #: include/customizer-strings.php:59
962
  msgid "Remember Me Font Size:"
963
  msgstr ""
964
 
965
+ #: include/customizer-strings.php:78
966
  msgid "Form Background Color:"
967
  msgstr ""
968
 
969
+ #: include/customizer-strings.php:79
970
  msgid "Input Field Background Color:"
971
  msgstr ""
972
 
973
+ #: include/customizer-strings.php:80
974
  msgid "Input Field Text Color:"
975
  msgstr ""
976
 
977
+ #: include/customizer-strings.php:81
978
  msgid "Input Field Label Color:"
979
  msgstr ""
980
 
981
+ #: include/customizer-strings.php:82
982
  msgid "Remember me Label Color:"
983
  msgstr ""
984
 
985
+ #: include/customizer-strings.php:86 include/template-loginpress.php:382
986
  #: include/template-loginpress.php:514
987
  msgid "Username or Email Address"
988
  msgstr ""
989
 
990
+ #: include/customizer-strings.php:88
991
  msgid "Form Padding:"
992
  msgstr ""
993
 
994
+ #: include/customizer-strings.php:89
995
  msgid "Border (Example: 2px dotted black):"
996
  msgstr ""
997
 
998
+ #: include/customizer-strings.php:90
999
  msgid "Input Text Field Margin:"
1000
  msgstr ""
1001
 
1002
+ #: include/customizer-strings.php:91
1003
  msgid "Username Label:"
1004
  msgstr ""
1005
 
1006
+ #: include/customizer-strings.php:92
1007
  msgid "Password Label:"
1008
  msgstr ""
1009
 
1010
+ #: include/customizer-strings.php:104
1011
  msgid "Button Color:"
1012
  msgstr ""
1013
 
1014
+ #: include/customizer-strings.php:105
1015
  msgid "Button Border Color:"
1016
  msgstr ""
1017
 
1018
+ #: include/customizer-strings.php:106
1019
  msgid "Button Color (Hover):"
1020
  msgstr ""
1021
 
1022
+ #: include/customizer-strings.php:107
1023
  msgid "Button Border (Hover):"
1024
  msgstr ""
1025
 
1026
+ #: include/customizer-strings.php:108
1027
  msgid "Button Box Shadow:"
1028
  msgstr ""
1029
 
1030
+ #: include/customizer-strings.php:109
1031
  msgid "Button Text Color:"
1032
  msgstr ""
1033
 
1034
+ #: include/customizer-strings.php:114
1035
  msgid "Button Size:"
1036
  msgstr ""
1037
 
1038
+ #: include/customizer-strings.php:114
1039
  msgid "Button Top Padding:"
1040
  msgstr ""
1041
 
1042
+ #: include/customizer-strings.php:114
1043
  msgid "Button Bottom Padding:"
1044
  msgstr ""
1045
 
1046
+ #: include/customizer-strings.php:114
1047
  msgid "Radius:"
1048
  msgstr ""
1049
 
1050
+ #: include/customizer-strings.php:114
1051
  msgid "Shadow:"
1052
  msgstr ""
1053
 
1054
+ #: include/customizer-strings.php:114
1055
  msgid "Shadow Opacity:"
1056
  msgstr ""
1057
 
1058
+ #: include/customizer-strings.php:114
1059
  msgid "Text Size:"
1060
  msgstr ""
1061
 
1062
+ #: include/customizer-strings.php:150
1063
+ msgid "Incorrect Username Message:"
1064
+ msgstr ""
1065
+
1066
+ #: include/customizer-strings.php:151
1067
+ msgid "Incorrect Password Message:"
1068
+ msgstr ""
1069
+
1070
+ #: include/customizer-strings.php:152
1071
+ msgid "Empty Username Message:"
1072
+ msgstr ""
1073
+
1074
+ #: include/customizer-strings.php:153
1075
+ msgid "Empty Password Message:"
1076
+ msgstr ""
1077
+
1078
+ #: include/customizer-strings.php:154
1079
+ msgid "Invalid Email Message:"
1080
+ msgstr ""
1081
+
1082
+ #: include/customizer-strings.php:155
1083
+ msgid "Empty Email Message:"
1084
+ msgstr ""
1085
+
1086
+ #: include/customizer-strings.php:156
1087
+ msgid "Username Already Exist Message:"
1088
+ msgstr ""
1089
+
1090
+ #: include/customizer-strings.php:157
1091
+ msgid "Email Already Exist Message:"
1092
+ msgstr ""
1093
+
1094
+ #: include/customizer-strings.php:158
1095
+ msgid "Forget Password Message:"
1096
+ msgstr ""
1097
+
1098
+ #: include/customizer-strings.php:159
1099
+ msgid "Login with Email Message:"
1100
+ msgstr ""
1101
+
1102
+ #: include/customizer-strings.php:170
1103
+ msgid "Welcome Message on Lost Password:"
1104
+ msgstr ""
1105
+
1106
+ #: include/customizer-strings.php:171
1107
+ msgid "Welcome Message on Login Page:"
1108
+ msgstr ""
1109
+
1110
+ #: include/customizer-strings.php:172
1111
+ msgid "Welcome Message on Registration:"
1112
+ msgstr ""
1113
+
1114
+ #: include/customizer-strings.php:173
1115
+ msgid "Logout Message:"
1116
+ msgstr ""
1117
+
1118
+ #: include/customizer-strings.php:174
1119
+ msgid "Message Field Border: ( Example: 1px solid #00a0d2; )"
1120
+ msgstr ""
1121
+
1122
+ #: include/deactivate_modal.php:139
1123
  msgid "Quick feedback about LoginPress"
1124
  msgstr ""
1125
 
1126
+ #: include/deactivate_modal.php:142
1127
  msgid "If you have a moment, please let us know why you are deactivating:"
1128
  msgstr ""
1129
 
1130
+ #: include/deactivate_modal.php:150
1131
  msgid " I upgraded to LoginPress Pro"
1132
  msgstr ""
1133
 
1134
+ #: include/deactivate_modal.php:152
1135
  msgid ""
1136
  "No need to deactivate this LoginPress Core version. Pro version works as an "
1137
  "add-on with Core version."
1138
  msgstr ""
1139
 
1140
+ #: include/deactivate_modal.php:159
1141
  msgid "I only needed the plugin for a short period"
1142
  msgstr ""
1143
 
1144
+ #: include/deactivate_modal.php:168
1145
  msgid "I found a better plugin"
1146
  msgstr ""
1147
 
1148
+ #: include/deactivate_modal.php:171
1149
  msgid "Kindly tell us the Plugin name."
1150
  msgstr ""
1151
 
1152
+ #: include/deactivate_modal.php:178
1153
  msgid "The plugin broke my site"
1154
  msgstr ""
1155
 
1156
+ #: include/deactivate_modal.php:187
1157
  msgid "The plugin suddenly stopped working"
1158
  msgstr ""
1159
 
1160
+ #: include/deactivate_modal.php:196
1161
  msgid "I no longer need the plugin"
1162
  msgstr ""
1163
 
1164
+ #: include/deactivate_modal.php:205
1165
  msgid "It's a temporary deactivation. I'm just debugging an issue."
1166
  msgstr ""
1167
 
1168
+ #: include/deactivate_modal.php:214
1169
  msgid "Other"
1170
  msgstr ""
1171
 
1172
+ #: include/deactivate_modal.php:217
1173
  msgid "Kindly tell us the reason so we can improve."
1174
  msgstr ""
1175
 
1176
+ #: include/deactivate_modal.php:222
1177
  msgid "Anonymous feedback"
1178
  msgstr ""
1179
 
1180
+ #: include/deactivate_modal.php:223
1181
  msgid "Skip & Deactivate"
1182
  msgstr ""
1183
 
1184
+ #: include/deactivate_modal.php:226
1185
  msgid "Submit & Deactivate"
1186
  msgstr ""
1187
 
1188
+ #: include/deactivate_modal.php:227
1189
  msgid "Cancel"
1190
  msgstr ""
1191
 
1192
+ #: include/loginpress-import-export.php:14
1193
  msgid ""
1194
  "Import/Export your LoginPress Settings for/from other sites. This will "
1195
  "export/import all the settings including Customizer settings as well."
1196
  msgstr ""
1197
 
1198
+ #: include/loginpress-import-export.php:19
1199
  msgid "Import Settings:"
1200
  msgstr ""
1201
 
1202
+ #: include/loginpress-import-export.php:23
1203
  msgid "Import"
1204
  msgstr ""
1205
 
1206
+ #: include/loginpress-import-export.php:28
1207
  msgid "LoginPress Settings Imported Successfully."
1208
  msgstr ""
1209
 
1210
+ #: include/loginpress-import-export.php:30
1211
  msgid "Select a file and click on Import to start processing."
1212
  msgstr ""
1213
 
1214
+ #: include/loginpress-import-export.php:35
1215
  msgid "Export Settings:"
1216
  msgstr ""
1217
 
1218
+ #: include/loginpress-import-export.php:38
1219
  msgid "Export"
1220
  msgstr ""
1221
 
1222
+ #: include/loginpress-import-export.php:43
1223
  msgid "LoginPress Settings Exported Successfully!"
1224
  msgstr ""
1225
 
1226
+ #: include/loginpress-import-export.php:44
1227
  msgid "Export LoginPress Settings."
1228
  msgstr ""
1229
 
1291
  "features are most popular, so we can improve the plugin further."
1292
  msgstr ""
1293
 
1294
+ #: include/loginpress-optout-form.php:103
1295
+ #: include/loginpress-optout-form.php:119
1296
  msgid "Opt Out"
1297
  msgstr ""
1298
 
1299
+ #: include/loginpress-optout-form.php:108
1300
  msgid ""
1301
  "We appreciate your help in making the plugin better by letting us track some "
1302
  "usage data."
1303
  msgstr ""
1304
 
1305
+ #: include/loginpress-optout-form.php:112
1306
  #, php-format
1307
  msgid ""
1308
  "Usage tracking is done in the name of making %1$s LoginPress %2$s better. "
1311
  "the tracking."
1312
  msgstr ""
1313
 
1314
+ #: include/loginpress-optout-form.php:113
1315
  #, php-format
1316
  msgid ""
1317
  "By clicking \"Opt Out\", we will no longer be sending any data to %1$s "
1318
  "LoginPress%2$s."
1319
  msgstr ""
1320
 
1321
+ #: include/loginpress-optout-form.php:120
1322
  msgid "On second thought - I want to continue helping"
1323
  msgstr ""
1324
 
1373
  msgid "Registration confirmation will be emailed to you."
1374
  msgstr ""
1375
 
 
 
 
 
1376
  #: include/template-loginpress.php:508 include/template-loginpress.php:536
1377
  msgid "Log In"
1378
  msgstr ""
1381
  msgid "Remember Me"
1382
  msgstr ""
1383
 
1384
+ #: loginpress.php:277
1385
  msgid "Activate"
1386
  msgstr ""
1387
 
1388
+ #: loginpress.php:342
1389
+ msgid "Caps Lock is on"
 
 
 
 
 
 
 
 
 
 
1390
  msgstr ""
1391
 
1392
+ #: loginpress.php:415
1393
+ msgid "Vote!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1394
  msgstr ""
1395
 
1396
+ #: loginpress.php:418
1397
+ msgid "Rate"
1398
  msgstr ""
1399
 
1400
+ #: loginpress.php:523
1401
  #, php-format
1402
  msgid "%1$s Settings %2$s | %3$s Customize %4$s"
1403
  msgstr ""
1404
 
1405
+ #: loginpress.php:527
1406
  #, php-format
1407
  msgid " | %1$s Opt Out %2$s "
1408
  msgstr ""
1409
 
1410
+ #: loginpress.php:529
1411
  #, php-format
1412
  msgid " | %1$s Opt In %2$s "
1413
  msgstr ""
1414
 
1415
+ #: loginpress.php:535
1416
  #, php-format
1417
  msgid "%1$s %3$s Upgrade Pro %4$s %2$s"
1418
  msgstr ""
1422
  msgstr ""
1423
 
1424
  #. Plugin URI of the plugin/theme
1425
+ msgid "https://WPBrigade.com/wordpress/plugins/loginpress/"
1426
  msgstr ""
1427
 
1428
  #. Description of the plugin/theme
1437
  msgstr ""
1438
 
1439
  #. Author URI of the plugin/theme
1440
+ msgid "https://WPBrigade.com/"
1441
  msgstr ""
loginpress.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
- * Version: 1.1.21
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
@@ -22,7 +22,7 @@ if ( ! class_exists( 'LoginPress' ) ) :
22
  /**
23
  * @var string
24
  */
25
- public $version = '1.1.21';
26
 
27
  /**
28
  * @var The single instance of the class
@@ -386,19 +386,38 @@ if ( ! class_exists( 'LoginPress' ) ) :
386
 
387
  }
388
 
 
 
 
 
 
 
389
 
390
- public function _row_meta( $links, $file ) {
391
 
392
- if ( strpos( $file, 'loginpress.php' ) !== false ) {
393
 
394
- // Set link for Reviews.
395
- $new_links = array('<a href="https://wordpress.org/support/plugin/loginpress/reviews/?filter=5" target="_blank"><span class="dashicons dashicons-thumbs-up"></span> ' . __( 'Vote!', 'loginpress' ) . '</a>',
396
- );
397
 
398
- $links = array_merge( $links, $new_links );
 
 
 
 
 
 
 
 
399
  }
400
 
401
- return $links;
 
 
 
 
 
 
402
  }
403
 
404
  /**
3
  * Plugin Name: LoginPress - Customizing the WordPress Login
4
  * Plugin URI: https://WPBrigade.com/wordpress/plugins/loginpress/
5
  * Description: LoginPress is the best <code>wp-login</code> Login Page Customizer plugin by <a href="https://wpbrigade.com/">WPBrigade</a> which allows you to completely change the layout of login, register and forgot password forms.
6
+ * Version: 1.1.22
7
  * Author: WPBrigade
8
  * Author URI: https://WPBrigade.com/
9
  * Text Domain: loginpress
22
  /**
23
  * @var string
24
  */
25
+ public $version = '1.1.22';
26
 
27
  /**
28
  * @var The single instance of the class
386
 
387
  }
388
 
389
+ /**
390
+ * Add rating icon on plugins page.
391
+ *
392
+ * @since 1.0.9
393
+ * @version 1.1.22
394
+ */
395
 
396
+ public function _row_meta( $meta_fields, $file ) {
397
 
398
+ if ( $file != 'loginpress/loginpress.php' ) {
399
 
400
+ return $meta_fields;
401
+ }
 
402
 
403
+ echo "<style>.loginpress-rate-stars { display: inline-block; color: #ffb900; position: relative; top: 3px; }.loginpress-rate-stars svg{ fill:#ffb900; } .loginpress-rate-stars svg:hover{ fill:#ffb900 } .loginpress-rate-stars svg:hover ~ svg{ fill:none; } </style>";
404
+
405
+ $plugin_rate = "https://wordpress.org/support/plugin/loginpress/reviews/?rate=5#new-post";
406
+ $plugin_filter = "https://wordpress.org/support/plugin/loginpress/reviews/?filter=5";
407
+ $svg_xmlns = "https://www.w3.org/2000/svg";
408
+ $svg_icon = '';
409
+
410
+ for ( $i = 0; $i < 5; $i++ ) {
411
+ $svg_icon .= "<svg xmlns='" . esc_url( $svg_xmlns ) . "' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-star'><polygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/></svg>";
412
  }
413
 
414
+ // Set icon for thumbsup.
415
+ $meta_fields[] = '<a href="' . esc_url( $plugin_filter ) . '" target="_blank"><span class="dashicons dashicons-thumbs-up"></span>' . __( 'Vote!', 'loginpress' ) . '</a>';
416
+
417
+ // Set icon for 5-star reviews. v1.1.22
418
+ $meta_fields[] = "<a href='" . esc_url( $plugin_rate ) . "' target='_blank' title='" . esc_html__( 'Rate', 'loginpress' ) . "'><i class='loginpress-rate-stars'>" . $svg_icon . "</i></a>";
419
+
420
+ return $meta_fields;
421
  }
422
 
423
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tested up to: 5.1
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, login, login customizer, custom login, wordpress login, login customizer, custom login page, login error, login page style, loginpress
7
- Stable tag: 1.1.21
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -205,6 +205,12 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
205
 
206
  == Changelog ==
207
 
 
 
 
 
 
 
208
  = 1.1.21 - 2019-03-08 =
209
  * Bugfix: Background repeat.
210
  * Bugfix: Background position.
@@ -457,5 +463,5 @@ Please visit <a target="_blank" rel="friend" href="https://WPBrigade.com/wordpre
457
 
458
  == Upgrade Notice ==
459
 
460
- = 1.1.21 =
461
- * Important Release, upgrade immediately.
4
  Contributors: WPBrigade, hiddenpearls, AbdulWahab610
5
  Author URI: https://wpbrigade.com
6
  Tags: wp-login, login, login customizer, custom login, wordpress login, login customizer, custom login page, login error, login page style, loginpress
7
+ Stable tag: 1.1.22
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
205
 
206
  == Changelog ==
207
 
208
+ = 1.1.22 - 2019-04-25 =
209
+ * New Feature: Play Background Video at login page.
210
+ * Bugfix: Styling session expired popup.
211
+ * Enhancement: Update languages strings (.pot, .mo & .po) files.
212
+ * Enhancement: Introducing add-ons tabs to illustrate how each add-on works.
213
+
214
  = 1.1.21 - 2019-03-08 =
215
  * Bugfix: Background repeat.
216
  * Bugfix: Background position.
463
 
464
  == Upgrade Notice ==
465
 
466
+ = 1.1.22 =
467
+ * Important Release, upgrade immediately - Introducing Background video feature.