Erident Custom Login and Dashboard - Version 2.3.0

Version Description

  • New option to customize Login button Color
  • Localized the entire plugin and ready for translation
  • Spanish translation available
Download this release

Release Info

Developer libinvbabu
Plugin Icon 128x128 Erident Custom Login and Dashboard
Version 2.3.0
Comparing to
See all releases

Code changes from version 2.2.1 to 2.3.0

er-admin.css CHANGED
@@ -22,7 +22,7 @@
22
  .wp-erident-dashboard table {
23
 
24
  }
25
- #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6, #ilctabscolorpicker7, #ilctabscolorpicker8 {
26
  margin-left:210px;
27
  position:absolute;
28
  }
@@ -50,6 +50,9 @@
50
  #ilctabscolorpicker8 {
51
  margin-top:-55px;
52
  }
 
 
 
53
  .er_notice {
54
  padding: 10px 20px;
55
  -moz-border-radius: 3px;
22
  .wp-erident-dashboard table {
23
 
24
  }
25
+ #ilctabscolorpicker, #ilctabscolorpicker2, #ilctabscolorpicker3, #ilctabscolorpicker4, #ilctabscolorpicker5, #ilctabscolorpicker6, #ilctabscolorpicker7, #ilctabscolorpicker8, #ilctabscolorpicker9 {
26
  margin-left:210px;
27
  position:absolute;
28
  }
50
  #ilctabscolorpicker8 {
51
  margin-top:-55px;
52
  }
53
+ #ilctabscolorpicker9 {
54
+ margin-top:-170px;
55
+ }
56
  .er_notice {
57
  padding: 10px 20px;
58
  -moz-border-radius: 3px;
er-custom-login.php CHANGED
@@ -2,8 +2,10 @@
2
  /*
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
- Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles etc. Customize your Dashboard footer text also for complete branding.
6
- Version: 2.2.1
 
 
7
  Author: Libin V Babu
8
  Author URI: http://www.libin.in/
9
  License: GPL
@@ -25,6 +27,8 @@ License: GPL
25
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
26
  */
27
 
 
 
28
  function my_admin_head() {
29
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('er-admin.css', __FILE__). '">';
30
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('farbtastic/farbtastic.css', __FILE__). '">';
@@ -73,6 +77,7 @@ function er_login_logo() {
73
  $er_login_label_text_size = get_option('wp_erident_dashboard_label_text_size');
74
  $er_login_input_text_size = get_option('wp_erident_dashboard_input_text_size');
75
  $er_login_link_color = get_option('wp_erident_dashboard_link_color');
 
76
 
77
  $check_shadow = get_option('wp_erident_dashboard_check_shadow');
78
  if($check_shadow == "Yes") {
@@ -100,6 +105,25 @@ function er_login_logo() {
100
  $er_login_bg_repeat = get_option('wp_erident_login_bg_repeat');
101
  $er_login_bg_xpos = get_option('wp_erident_login_bg_xpos');
102
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  ?>
104
  <style type="text/css">
105
  /* Styles loading from Erident Custom Login and Dashboard Plugin*/
@@ -133,6 +157,13 @@ function er_login_logo() {
133
  color:<?php echo $er_login_text_color ?>;
134
  font-size:<?php echo $er_login_label_text_size ?>px;
135
  }
 
 
 
 
 
 
 
136
  body.login div#login form .input, .login input[type="text"] {
137
  color: <?php echo $er_login_input_text_color ?>;
138
  font-size:<?php echo $er_login_input_text_size ?>px;
@@ -192,6 +223,8 @@ add_option("wp_erident_dashboard_check_shadow", 'Yes', '', 'yes');
192
  add_option("wp_erident_dashboard_link_shadow", '#ffffff', '', 'yes');
193
  add_option("wp_erident_dashboard_check_form_shadow", 'Yes', '', 'yes');
194
  add_option("wp_erident_dashboard_form_shadow", '#C8C8C8', '', 'yes');
 
 
195
 
196
  add_option("wp_erident_top_bg_color", '#f9fad2', '', 'yes');
197
  add_option("wp_erident_top_bg_image", plugins_url('images/top_bg.jpg', __FILE__), '', 'yes');
@@ -233,6 +266,7 @@ delete_option('wp_erident_dashboard_check_shadow');
233
  delete_option('wp_erident_dashboard_link_shadow');
234
  delete_option('wp_erident_dashboard_check_form_shadow');
235
  delete_option('wp_erident_dashboard_form_shadow');
 
236
 
237
  delete_option('wp_erident_top_bg_color');
238
  delete_option('wp_erident_top_bg_image');
@@ -261,7 +295,7 @@ if ( is_admin() ){
261
 
262
  function wp_erident_dashboard_admin_menu() {
263
  /* Register our plugin page */
264
- $page = add_options_page('Custom Login and Dashboard', 'Custom Login and Dashboard', 'administrator', 'erident-custom-login-and-dashboard', 'wp_erident_dashboard_html_page');
265
 
266
  /* Using registered $page handle to hook script load */
267
  add_action('admin_print_styles-' . $page, 'wp_erident_dashboard_admin_styles');
@@ -282,33 +316,33 @@ function wp_erident_dashboard_html_page() {
282
 
283
  <div class="wrap">
284
  <div id="icon-options-general" class="icon32"><br></div>
285
- <h2>Erident Custom Login and Dashboard Settings</h2>
286
- <p><i>Plugin Loads default values for all below entries. Please change the values to yours.</i><br/><span style="background: #f9ff0a;">Click on the header of each block to open it.</span></p>
287
  <form class="wp-erident-dashboard" method="post" action="options.php">
288
  <?php wp_nonce_field('update-options'); ?>
289
 
290
  <div class="postbox">
291
  <div class="handlediv" title="Click to toggle"><br></div>
292
- <h3 class="hndle" title="Click to toggle"><span>Dashboard Settings</span>
293
- <span class="postbox-title-action">(These settings will be reflected when a user/admin logins to the WordPress Dashboard)</span>
294
  </h3>
295
  <div class="inside">
296
  <table border="0">
297
  <tr valign="top">
298
- <th scope="row">Enter the text for dashboard left side footer:</th>
299
  <td>
300
  <input class="er-textfield" name="wp_erident_dashboard_data_left" type="text" id="wp_erident_dashboard_data_left"
301
  value="<?php echo esc_html( get_option('wp_erident_dashboard_data_left') ); ?>" placeholder="Text for dashboard left side footer" />
302
  <br />
303
- <span class="description">This will replace the default "Thank you for creating with WordPress" on the bottom left side of dashboard</span>
304
  </td>
305
  </tr>
306
  <tr valign="top">
307
- <th scope="row">Enter the text for dashboard right side footer:</th>
308
  <td><input class="er-textfield" name="wp_erident_dashboard_data_right" type="text" id="wp_erident_dashboard_data_right"
309
  value="<?php echo esc_html( get_option('wp_erident_dashboard_data_right') ); ?>" placeholder="Text for dashboard left right footer" />
310
  <br />
311
- <span class="description">This will replace the default "WordPress Version" on the bottom right side of dashboard</span>
312
  </td>
313
  </tr>
314
  </table>
@@ -317,31 +351,31 @@ value="<?php echo esc_html( get_option('wp_erident_dashboard_data_right') ); ?>"
317
 
318
  <div class="postbox">
319
  <div class="handlediv" title="Click to toggle"><br></div>
320
- <h3 class="hndle" title="Click to toggle"><span>Login Screen Background</span>
321
- <span class="postbox-title-action">(The following settings will be reflected on the "wp-login.php" page)</span>
322
  </h3>
323
  <div class="inside">
324
  <table border="0">
325
  <tr valign="top">
326
- <th scope="row">Login Screen Background Color:</th>
327
  <td>
328
  <input class="er-textfield-small" type="text" id="wp_erident_top_bg_color" name="wp_erident_top_bg_color" value="<?php echo get_option('wp_erident_top_bg_color'); ?>" />
329
  <div id="ilctabscolorpicker4"></div>
330
  <br />
331
- <span class="description">Click the box to select a color.</span>
332
  </td>
333
  </tr>
334
 
335
  <tr valign="top">
336
- <th scope="row">Login Screen Background Image:</th>
337
  <td><input class="er-textfield" name="wp_erident_top_bg_image" type="text" id="wp_erident_top_bg_image"
338
  value="<?php echo get_option('wp_erident_top_bg_image'); ?>" />
339
  <br />
340
- <span class="description">Add your own pattern/image url for the screen background. Leave blank if you don't need any images.</span>
341
  </td>
342
  </tr>
343
  <tr valign="top">
344
- <th scope="row">Login Screen Background Repeat</th>
345
  <td>
346
  <?php
347
  $er_screen_repeat = get_option('wp_erident_top_bg_repeat');
@@ -380,26 +414,26 @@ value="<?php echo get_option('wp_erident_top_bg_image'); ?>" />
380
  </select>
381
 
382
  <br />
383
- <span class="description">Select an image repeat option from dropdown.</span>
384
  </td>
385
  </tr>
386
  <tr valign="top">
387
- <th scope="row">Background Position:</th>
388
- <td>Horizontal Position: <input class="er-textfield-small" name="wp_erident_top_bg_xpos" type="text" id="wp_erident_top_bg_xpos"
389
  value="<?php echo get_option('wp_erident_top_bg_xpos'); ?>" />
390
  Vertical Position: <input class="er-textfield-small" name="wp_erident_top_bg_ypos" type="text" id="wp_erident_top_bg_ypos"
391
  value="<?php echo get_option('wp_erident_top_bg_ypos'); ?>" />
392
  <br />
393
- <span class="description">The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a></span>
394
  </td>
395
  </tr>
396
 
397
  <tr valign="top">
398
- <th scope="row">Background Size:</th>
399
  <td><input class="er-textfield-small" name="wp_erident_top_bg_size" type="text" id="wp_erident_top_bg_size"
400
  value="<?php echo get_option('wp_erident_top_bg_size'); ?>" />
401
  <br />
402
- <span class="description">The background-size property specifies the size of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. Possible values: auto, length, percentage, cover, contain. <a href="http://www.w3schools.com/cssref/css3_pr_background-size.asp" target="_blank">More Info</a></span>
403
  </td>
404
  </tr>
405
 
@@ -410,43 +444,43 @@ value="<?php echo get_option('wp_erident_top_bg_size'); ?>" />
410
 
411
  <div class="postbox">
412
  <div class="handlediv" title="Click to toggle"><br></div>
413
- <h3 class="hndle" title="Click to toggle"><span>Login Screen Logo</span>
414
- <span class="postbox-title-action">(Change the default WordPress logo and powered by text)</span>
415
  </h3>
416
  <div class="inside openinside">
417
  <table>
418
  <tr valign="top">
419
- <th scope="row">Logo Url:</th>
420
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
421
- value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" /> <span class="description">Default Logo Size 274px × 63px</span>
422
  <br />
423
- <span class="description">(URL path to image to replace default WordPress Logo. (You can upload your image with the WordPress media uploader)</span>
424
  </td>
425
  </tr>
426
 
427
  <tr valign="top">
428
- <th scope="row">Logo Width:</th>
429
  <td><input class="er-textfield-small" name="wp_erident_dashboard_image_logo_width" type="text" id="wp_erident_dashboard_image_logo_width"
430
  value="<?php echo get_option('wp_erident_dashboard_image_logo_width'); ?>" />px
431
  <br />
432
- <span class="description">Your Logo width(Enter in pixels). Default: 274px</span>
433
  </td>
434
  </tr>
435
  <tr valign="top">
436
- <th scope="row">Logo Height:</th>
437
  <td><input class="er-textfield-small" name="wp_erident_dashboard_image_logo_height" type="text" id="wp_erident_dashboard_image_logo_height"
438
  value="<?php echo get_option('wp_erident_dashboard_image_logo_height'); ?>" />px
439
  <br />
440
- <span class="description">Your Logo Height(Enter in pixels). Default: 63px</span>
441
  </td>
442
  </tr>
443
 
444
  <tr valign="top">
445
- <th scope="row">Powered by Text:</th>
446
  <td><input class="er-textfield" name="wp_erident_dashboard_power_text" type="text" id="wp_erident_dashboard_power_text"
447
  value="<?php echo get_option('wp_erident_dashboard_power_text'); ?>" />
448
  <br />
449
- <span class="description">Show when mouse hover over custom Login logo</span>
450
  </td>
451
  </tr>
452
  </table>
@@ -456,29 +490,29 @@ value="<?php echo get_option('wp_erident_dashboard_power_text'); ?>" />
456
 
457
  <div class="postbox">
458
  <div class="handlediv" title="Click to toggle"><br></div>
459
- <h3 class="hndle" title="Click to toggle"><span>Login Form Settings</span>
460
- <span class="postbox-title-action">(The following settings will change the Login Form style)</span>
461
  </h3>
462
  <div class="inside">
463
  <table>
464
  <tr valign="top">
465
- <th scope="row">Login form width:</th>
466
  <td><input class="er-textfield-small" name="wp_erident_dashboard_login_width" type="text" id="wp_erident_dashboard_login_width"
467
  value="<?php echo get_option('wp_erident_dashboard_login_width'); ?>" />px
468
  <br />
469
- <span class="description">Total Form width(Enter in pixels). Default: 350px</span>
470
  </td>
471
  </tr>
472
  <tr valign="top">
473
- <th scope="row">Login Form Border Radius:</th>
474
  <td><input class="er-textfield-small" name="wp_erident_dashboard_login_radius" type="text" id="wp_erident_dashboard_login_radius"
475
  value="<?php echo get_option('wp_erident_dashboard_login_radius'); ?>" />px
476
  <br />
477
- <span class="description">Border Radius of Login Form. This is the option to make the corners rounded.(Enter in pixels)</span>
478
  </td>
479
  </tr>
480
  <tr valign="top">
481
- <th scope="row">Login Border Style</th>
482
  <td>
483
  <?php
484
  $er_border = get_option('wp_erident_dashboard_login_border');
@@ -523,44 +557,44 @@ value="<?php echo get_option('wp_erident_dashboard_login_radius'); ?>" />px
523
  </select>
524
 
525
  <br />
526
- <span class="description">Select a Border Style option from dropdown.</span>
527
  </td>
528
  </tr>
529
  <tr valign="top">
530
- <th scope="row">Login Border Thickness:</th>
531
  <td><input class="er-textfield-small" name="wp_erident_dashboard_border_thick" type="text" id="wp_erident_dashboard_border_thick"
532
  value="<?php echo get_option('wp_erident_dashboard_border_thick'); ?>" />px
533
  <br />
534
- <span class="description">Thickness of Border (Enter value in pixels)</span>
535
  </td>
536
  </tr>
537
  <tr valign="top">
538
- <th scope="row">Login Border Color:</th>
539
  <td>
540
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_border_color" name="wp_erident_dashboard_border_color" value="<?php echo get_option('wp_erident_dashboard_border_color'); ?>" />
541
  <div id="ilctabscolorpicker"></div>
542
  <br />
543
- <span class="description">Click the box to select a color.</span>
544
  </td>
545
  </tr>
546
  <tr valign="top">
547
- <th scope="row">Login Form Background Color:</th>
548
  <td>
549
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_login_bg" name="wp_erident_dashboard_login_bg" value="<?php echo get_option('wp_erident_dashboard_login_bg'); ?>" />
550
  <div id="ilctabscolorpicker2"></div>
551
  <br />
552
- <span class="description">Click the box to select a color.</span>
553
  </td>
554
  </tr>
555
  <tr valign="top">
556
- <th scope="row">Login Form Background Image:</th>
557
  <td><input class="er-textfield" name="wp_erident_login_bg_image" type="text" id="wp_erident_login_bg_image" value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
558
  <br />
559
- <span class="description">Add your own pattern/image url to the form background. Leave blank if you don't need any images.</span>
560
  </td>
561
  </tr>
562
  <tr valign="top">
563
- <th scope="row">Login Form Background Repeat</th>
564
  <td>
565
  <?php
566
  $er_form_repeat = get_option('wp_erident_login_bg_repeat');
@@ -599,65 +633,65 @@ value="<?php echo get_option('wp_erident_dashboard_border_thick'); ?>" />px
599
  </select>
600
 
601
  <br />
602
- <span class="description">Select an image repeat option from dropdown.</span>
603
  </td>
604
  </tr>
605
 
606
  <tr valign="top">
607
- <th scope="row">Background Position:</th>
608
- <td>Horizontal Position: <input class="er-textfield-small" name="wp_erident_login_bg_xpos" type="text" id="wp_erident_login_bg_xpos"
609
  value="<?php echo get_option('wp_erident_login_bg_xpos'); ?>" />
610
- Vertical Position: <input class="er-textfield-small" name="wp_erident_login_bg_ypos" type="text" id="wp_erident_login_bg_ypos"
611
  value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
612
  <br />
613
- <span class="description">The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a></span>
614
  </td>
615
  </tr>
616
 
617
  <tr valign="top">
618
- <th scope="row">Login Form Label Text Color</th>
619
  <td>
620
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_text_color" name="wp_erident_dashboard_text_color" value="<?php echo get_option('wp_erident_dashboard_text_color'); ?>" />
621
  <div id="ilctabscolorpicker3"></div>
622
  <br />
623
- <span class="description">Click the box to select a color. This will change the color of label Username/Password</span>
624
  </td>
625
  </tr>
626
  <tr valign="top">
627
- <th scope="row">Login Form Label Text Size:</th>
628
  <td><input class="er-textfield-small" name="wp_erident_dashboard_label_text_size" type="text" id="wp_erident_dashboard_label_text_size" value="<?php echo get_option('wp_erident_dashboard_label_text_size'); ?>" />px
629
  <br />
630
- <span class="description">Font Size of Label Username /Password(Enter value in pixels)</span>
631
  </td>
632
  </tr>
633
  <tr valign="top">
634
- <th scope="row">Login Form Input Text Color</th>
635
  <td>
636
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_input_text_color" name="wp_erident_dashboard_input_text_color" value="<?php echo get_option('wp_erident_dashboard_input_text_color'); ?>" />
637
  <div id="ilctabscolorpicker8"></div>
638
  <br />
639
- <span class="description">Click the box to select a color. This will change the color of text inside text box.</span>
640
  </td>
641
  </tr>
642
  <tr valign="top">
643
- <th scope="row">Login Form Input Text Size:</th>
644
  <td><input class="er-textfield-small" name="wp_erident_dashboard_input_text_size" type="text" id="wp_erident_dashboard_input_text_size" value="<?php echo get_option('wp_erident_dashboard_input_text_size'); ?>" />px
645
  <br />
646
- <span class="description">Font Size of text inside text box(Enter value in pixels)</span>
647
  </td>
648
  </tr>
649
  <tr valign="top">
650
- <th scope="row">Login Form Link Color</th>
651
  <td>
652
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_link_color" name="wp_erident_dashboard_link_color" value="<?php echo get_option('wp_erident_dashboard_link_color'); ?>" />
653
  <div id="ilctabscolorpicker5"></div>
654
  <br />
655
- <span class="description">Click the box to select a color.</span>
656
  </td>
657
  </tr>
658
 
659
  <tr valign="top">
660
- <th scope="row">Enable link shadow?</th>
661
  <td>
662
  <?php
663
  $check_sh = get_option('wp_erident_dashboard_check_shadow');
@@ -665,28 +699,28 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
665
 
666
  <label>
667
  <input type="radio" name="wp_erident_dashboard_check_shadow" value="Yes" id="wp_erident_dashboard_check_shadow_0" <?php echo $sx; ?> onclick="$('#hide-this').show('normal')" />
668
- Yes</label>
669
 
670
  <label>
671
  <input type="radio" name="wp_erident_dashboard_check_shadow" value="No" id="wp_erident_dashboard_check_shadow_1" <?php echo $sy; ?> onclick="$('#hide-this').hide('normal')" />
672
- No</label>
673
  <br />
674
- <span class="description">(Check an option)</span>
675
  </td>
676
  </tr>
677
  <tr valign="top" id="hide-this">
678
- <th scope="row">Login Form Link Shadow Color</th>
679
  <td>
680
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_link_shadow" name="wp_erident_dashboard_link_shadow" value="<?php echo get_option('wp_erident_dashboard_link_shadow'); ?>" />
681
  <div id="ilctabscolorpicker6"></div>
682
  <br />
683
- <span class="description">Click the box to select a color.</span>
684
  </td>
685
  </tr>
686
 
687
  <!-- Form Shadow -->
688
  <tr valign="top">
689
- <th scope="row">Enable form shadow?</th>
690
  <td>
691
  <?php
692
  $check_fsh = get_option('wp_erident_dashboard_check_form_shadow');
@@ -694,26 +728,37 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
694
 
695
  <label>
696
  <input type="radio" name="wp_erident_dashboard_check_form_shadow" value="Yes" id="wp_erident_dashboard_check_form_shadow_0" <?php echo $fsx; ?> onclick="$('#hide-this2').show('normal')" />
697
- Yes</label>
698
 
699
  <label>
700
  <input type="radio" name="wp_erident_dashboard_check_form_shadow" value="No" id="wp_erident_dashboard_check_form_shadow_1" <?php echo $fsy; ?> onclick="$('#hide-this2').hide('normal')" />
701
- No</label>
702
  <br />
703
- <span class="description">(Check an option)</span>
704
  </td>
705
  </tr>
706
  <tr valign="top" id="hide-this2">
707
- <th scope="row">Login Form Shadow Color</th>
708
  <td>
709
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_form_shadow" name="wp_erident_dashboard_form_shadow" value="<?php echo get_option('wp_erident_dashboard_form_shadow'); ?>" />
710
  <div id="ilctabscolorpicker7"></div>
711
  <br />
712
- <span class="description">Click the box to select a color.</span>
713
  </td>
714
  </tr>
715
  <!-- end Form shadow -->
716
 
 
 
 
 
 
 
 
 
 
 
 
717
  </table>
718
  </div><!-- end inside -->
719
  </div><!-- end postbox -->
@@ -721,12 +766,12 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
721
 
722
  <div class="postbox">
723
  <div class="handlediv" title="Click to toggle"><br></div>
724
- <h3 class="hndle" title="Click to toggle"><span>Plugin Un-install Settings</span>
725
  </h3>
726
  <div class="inside">
727
  <table border="0">
728
  <tr valign="top">
729
- <th scope="row">Delete custom settings upon plugin deactivation?</th>
730
  <td>
731
  <?php
732
  $check = get_option('wp_erident_dashboard_delete_db');
@@ -734,13 +779,13 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
734
 
735
  <label>
736
  <input type="radio" name="wp_erident_dashboard_delete_db" value="Yes" id="wp_erident_dashboard_delete_db_0" <?php echo $x; ?> />
737
- Yes</label>
738
 
739
  <label>
740
  <input type="radio" name="wp_erident_dashboard_delete_db" value="No" id="wp_erident_dashboard_delete_db_1" <?php echo $y; ?> />
741
- No</label>
742
  <br />
743
- <span class="description">(If you set "Yes" all custom settings will be deleted from database upon plugin deactivation)</span>
744
  </td>
745
  </tr>
746
  </table>
@@ -749,7 +794,7 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
749
 
750
 
751
  <input type="hidden" name="action" value="update" />
752
- <input type="hidden" name="page_options" value="wp_erident_dashboard_data_left,wp_erident_dashboard_data_right,wp_erident_dashboard_image_logo,wp_erident_dashboard_image_logo_width,wp_erident_dashboard_image_logo_height,wp_erident_dashboard_power_text,wp_erident_dashboard_login_width,wp_erident_dashboard_login_radius,wp_erident_dashboard_login_border,wp_erident_dashboard_border_thick,wp_erident_dashboard_border_color,wp_erident_dashboard_login_bg,wp_erident_dashboard_text_color,wp_erident_dashboard_delete_db,wp_erident_top_bg_color,wp_erident_top_bg_image,wp_erident_top_bg_repeat,wp_erident_login_bg_image,wp_erident_login_bg_repeat,wp_erident_dashboard_link_color,wp_erident_dashboard_link_shadow,wp_erident_dashboard_check_shadow,wp_erident_dashboard_form_shadow,wp_erident_dashboard_check_form_shadow,wp_erident_top_bg_xpos,wp_erident_top_bg_ypos,wp_erident_login_bg_xpos,wp_erident_login_bg_ypos,wp_erident_dashboard_input_text_color,wp_erident_dashboard_label_text_size,wp_erident_dashboard_input_text_size,wp_erident_top_bg_size" />
753
 
754
  <p>
755
  <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
@@ -760,16 +805,16 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
760
  <div class="er_notice2">
761
  <h3>Quick Links</h3>
762
  <ul>
763
- <li class="login-page"><a href="<?php bloginfo( 'wpurl' ); ?>/wp-login.php" target="_blank">Open Your WP Login Page in a New Tab</a></li>
764
- <li><a href="http://wordpress.org/extend/plugins/erident-custom-login-and-dashboard/" target="_blank">Plugin Documentation</a></li>
765
- <li><a href="http://wordpress.org/support/plugin/erident-custom-login-and-dashboard" target="_blank">Plugin Support Page</a></li>
766
- <li><a href="http://wordpress.org/support/topic/suggestionsrequests-for-future-version-update?replies=1" target="_blank">Feature Request/Suggestions?</a></li>
767
- <li class="green"><a href="http://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboard" target="_blank">Got some Love? Give us a 5 star rating!</a></li>
768
  </ul>
769
  </div><!-- end .er_notice2 -->
770
  <div class="er_notice">
771
- <h3>Hire Me</h3>
772
- <p>Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You can hire me for freelancing projects.<br/><br/>Email me: <a href="mailto:libin@libin.in">libin@libin.in</a> <br/>Online Portfolio: <a href="http://www.libin.in" target="_blank">www.libin.in</a></p>
773
  </div><!-- end .er_notice -->
774
 
775
  </div>
@@ -816,6 +861,11 @@ value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
816
  jQuery("#wp_erident_dashboard_input_text_color").click(function(){jQuery('#ilctabscolorpicker8').slideDown()});
817
  jQuery("#wp_erident_dashboard_input_text_color").blur(function(){jQuery('#ilctabscolorpicker8').slideUp()});
818
 
 
 
 
 
 
819
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
820
  jQuery( this ).css( "cursor", "pointer" );
821
  });
2
  /*
3
  Plugin Name: Erident Custom Login and Dashboard
4
  Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashboard
5
+ Description: Customize completely your WordPress Login Screen and Dashboard. Add your company logo to login screen, change background colors, styles, button color etc. Customize your Dashboard footer text also for complete branding.
6
+ Text Domain: erident-custom-login-and-dashboard
7
+ Domain Path: /languages
8
+ Version: 2.3.0
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
27
  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28
  */
29
 
30
+ load_plugin_textdomain('erident-custom-login-and-dashboard', false, basename( dirname( __FILE__ ) ) . '/languages/' );
31
+
32
  function my_admin_head() {
33
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('er-admin.css', __FILE__). '">';
34
  echo '<link rel="stylesheet" type="text/css" media="all" href="' .plugins_url('farbtastic/farbtastic.css', __FILE__). '">';
77
  $er_login_label_text_size = get_option('wp_erident_dashboard_label_text_size');
78
  $er_login_input_text_size = get_option('wp_erident_dashboard_input_text_size');
79
  $er_login_link_color = get_option('wp_erident_dashboard_link_color');
80
+ $er_login_button_color = get_option('wp_erident_dashboard_button_color');
81
 
82
  $check_shadow = get_option('wp_erident_dashboard_check_shadow');
83
  if($check_shadow == "Yes") {
105
  $er_login_bg_repeat = get_option('wp_erident_login_bg_repeat');
106
  $er_login_bg_xpos = get_option('wp_erident_login_bg_xpos');
107
  $er_login_bg_ypos = get_option('wp_erident_login_bg_ypos');
108
+
109
+
110
+ function hex2rgb( $colour ) {
111
+ if ( $colour[0] == '#' ) {
112
+ $colour = substr( $colour, 1 );
113
+ }
114
+ if ( strlen( $colour ) == 6 ) {
115
+ list( $r, $g, $b ) = array( $colour[0] . $colour[1], $colour[2] . $colour[3], $colour[4] . $colour[5] );
116
+ } elseif ( strlen( $colour ) == 3 ) {
117
+ list( $r, $g, $b ) = array( $colour[0] . $colour[0], $colour[1] . $colour[1], $colour[2] . $colour[2] );
118
+ } else {
119
+ return false;
120
+ }
121
+ $r = hexdec( $r );
122
+ $g = hexdec( $g );
123
+ $b = hexdec( $b );
124
+ return array( 'red' => $r, 'green' => $g, 'blue' => $b );
125
+ }
126
+ $btnrgba = hex2rgb( $er_login_button_color );
127
  ?>
128
  <style type="text/css">
129
  /* Styles loading from Erident Custom Login and Dashboard Plugin*/
157
  color:<?php echo $er_login_text_color ?>;
158
  font-size:<?php echo $er_login_label_text_size ?>px;
159
  }
160
+ body.login #loginform p.submit .button-primary {
161
+ background: <?php echo $er_login_button_color ?> !important;
162
+ border: none !important;
163
+ }
164
+ body.login #loginform p.submit .button-primary:hover, body.login #loginform p.submit .button-primary:focus {
165
+ background: rgba(<?php echo $btnrgba['red'];?>,<?php echo $btnrgba['green']?>,<?php echo $btnrgba['blue']?>, 0.9) !important;
166
+ }
167
  body.login div#login form .input, .login input[type="text"] {
168
  color: <?php echo $er_login_input_text_color ?>;
169
  font-size:<?php echo $er_login_input_text_size ?>px;
223
  add_option("wp_erident_dashboard_link_shadow", '#ffffff', '', 'yes');
224
  add_option("wp_erident_dashboard_check_form_shadow", 'Yes', '', 'yes');
225
  add_option("wp_erident_dashboard_form_shadow", '#C8C8C8', '', 'yes');
226
+ add_option("wp_erident_dashboard_button_color", '#5E5E5E', '', 'yes');
227
+
228
 
229
  add_option("wp_erident_top_bg_color", '#f9fad2', '', 'yes');
230
  add_option("wp_erident_top_bg_image", plugins_url('images/top_bg.jpg', __FILE__), '', 'yes');
266
  delete_option('wp_erident_dashboard_link_shadow');
267
  delete_option('wp_erident_dashboard_check_form_shadow');
268
  delete_option('wp_erident_dashboard_form_shadow');
269
+ delete_option('wp_erident_dashboard_button_color');
270
 
271
  delete_option('wp_erident_top_bg_color');
272
  delete_option('wp_erident_top_bg_image');
295
 
296
  function wp_erident_dashboard_admin_menu() {
297
  /* Register our plugin page */
298
+ $page = add_options_page(__('Custom Login and Dashboard', 'erident-custom-login-and-dashboard'), __('Custom Login and Dashboard', 'erident-custom-login-and-dashboard'), 'administrator', 'erident-custom-login-and-dashboard', 'wp_erident_dashboard_html_page');
299
 
300
  /* Using registered $page handle to hook script load */
301
  add_action('admin_print_styles-' . $page, 'wp_erident_dashboard_admin_styles');
316
 
317
  <div class="wrap">
318
  <div id="icon-options-general" class="icon32"><br></div>
319
+ <h2><?php _e( 'Erident Custom Login and Dashboard Settings', 'erident-custom-login-and-dashboard' ); ?></h2>
320
+ <p><i><?php _e( 'Plugin Loads default values for all below entries. Please change the values to yours.', 'erident-custom-login-and-dashboard' ); ?></i><br/><span style="background: #f9ff0a;"><?php _e( 'Click on the header of each block to open it.', 'erident-custom-login-and-dashboard' ); ?></span></p>
321
  <form class="wp-erident-dashboard" method="post" action="options.php">
322
  <?php wp_nonce_field('update-options'); ?>
323
 
324
  <div class="postbox">
325
  <div class="handlediv" title="Click to toggle"><br></div>
326
+ <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Dashboard Settings', 'erident-custom-login-and-dashboard' ); ?></span>
327
+ <span class="postbox-title-action"><?php _e( '(These settings will be reflected when a user/admin logins to the WordPress Dashboard)', 'erident-custom-login-and-dashboard' ); ?></span>
328
  </h3>
329
  <div class="inside">
330
  <table border="0">
331
  <tr valign="top">
332
+ <th scope="row"><?php _e( 'Enter the text for dashboard left side footer:', 'erident-custom-login-and-dashboard' ); ?></th>
333
  <td>
334
  <input class="er-textfield" name="wp_erident_dashboard_data_left" type="text" id="wp_erident_dashboard_data_left"
335
  value="<?php echo esc_html( get_option('wp_erident_dashboard_data_left') ); ?>" placeholder="Text for dashboard left side footer" />
336
  <br />
337
+ <span class="description"><?php _e( 'This will replace the default "Thank you for creating with WordPress" on the bottom left side of dashboard', 'erident-custom-login-and-dashboard' ); ?></span>
338
  </td>
339
  </tr>
340
  <tr valign="top">
341
+ <th scope="row"><?php _e( 'Enter the text for dashboard right side footer:', 'erident-custom-login-and-dashboard' ); ?></th>
342
  <td><input class="er-textfield" name="wp_erident_dashboard_data_right" type="text" id="wp_erident_dashboard_data_right"
343
  value="<?php echo esc_html( get_option('wp_erident_dashboard_data_right') ); ?>" placeholder="Text for dashboard left right footer" />
344
  <br />
345
+ <span class="description"><?php _e( 'This will replace the default "WordPress Version" on the bottom right side of dashboard', 'erident-custom-login-and-dashboard' ); ?></span>
346
  </td>
347
  </tr>
348
  </table>
351
 
352
  <div class="postbox">
353
  <div class="handlediv" title="Click to toggle"><br></div>
354
+ <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Login Screen Background', 'erident-custom-login-and-dashboard' ); ?></span>
355
+ <span class="postbox-title-action"><?php _e( '(The following settings will be reflected on the "wp-login.php" page)', 'erident-custom-login-and-dashboard' ); ?></span>
356
  </h3>
357
  <div class="inside">
358
  <table border="0">
359
  <tr valign="top">
360
+ <th scope="row"><?php _e( 'Login Screen Background Color:', 'erident-custom-login-and-dashboard' ); ?></th>
361
  <td>
362
  <input class="er-textfield-small" type="text" id="wp_erident_top_bg_color" name="wp_erident_top_bg_color" value="<?php echo get_option('wp_erident_top_bg_color'); ?>" />
363
  <div id="ilctabscolorpicker4"></div>
364
  <br />
365
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
366
  </td>
367
  </tr>
368
 
369
  <tr valign="top">
370
+ <th scope="row"><?php _e( 'Login Screen Background Image:', 'erident-custom-login-and-dashboard' ); ?></th>
371
  <td><input class="er-textfield" name="wp_erident_top_bg_image" type="text" id="wp_erident_top_bg_image"
372
  value="<?php echo get_option('wp_erident_top_bg_image'); ?>" />
373
  <br />
374
+ <span class="description"><?php _e( 'Add your own pattern/image url for the screen background. Leave blank if you don\'t need any images.', 'erident-custom-login-and-dashboard' ); ?></span>
375
  </td>
376
  </tr>
377
  <tr valign="top">
378
+ <th scope="row"><?php _e( 'Login Screen Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
379
  <td>
380
  <?php
381
  $er_screen_repeat = get_option('wp_erident_top_bg_repeat');
414
  </select>
415
 
416
  <br />
417
+ <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
418
  </td>
419
  </tr>
420
  <tr valign="top">
421
+ <th scope="row"><?php _e( 'Background Position:', 'erident-custom-login-and-dashboard' ); ?></th>
422
+ <td><?php _e( 'Horizontal Position: ', 'erident-custom-login-and-dashboard' ); ?> <input class="er-textfield-small" name="wp_erident_top_bg_xpos" type="text" id="wp_erident_top_bg_xpos"
423
  value="<?php echo get_option('wp_erident_top_bg_xpos'); ?>" />
424
  Vertical Position: <input class="er-textfield-small" name="wp_erident_top_bg_ypos" type="text" id="wp_erident_top_bg_ypos"
425
  value="<?php echo get_option('wp_erident_top_bg_ypos'); ?>" />
426
  <br />
427
+ <span class="description"><?php _e( 'The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a>', 'erident-custom-login-and-dashboard' ); ?></span>
428
  </td>
429
  </tr>
430
 
431
  <tr valign="top">
432
+ <th scope="row"><?php _e( 'Background Size:', 'erident-custom-login-and-dashboard' ); ?></th>
433
  <td><input class="er-textfield-small" name="wp_erident_top_bg_size" type="text" id="wp_erident_top_bg_size"
434
  value="<?php echo get_option('wp_erident_top_bg_size'); ?>" />
435
  <br />
436
+ <span class="description"><?php _e( 'The background-size property specifies the size of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. Possible values: auto, length, percentage, cover, contain. <a href="http://www.w3schools.com/cssref/css3_pr_background-size.asp" target="_blank">More Info</a>', 'erident-custom-login-and-dashboard' ); ?></span>
437
  </td>
438
  </tr>
439
 
444
 
445
  <div class="postbox">
446
  <div class="handlediv" title="Click to toggle"><br></div>
447
+ <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Login Screen Logo', 'erident-custom-login-and-dashboard' ); ?></span>
448
+ <span class="postbox-title-action"><?php _e( '(Change the default WordPress logo and powered by text)', 'erident-custom-login-and-dashboard' ); ?></span>
449
  </h3>
450
  <div class="inside openinside">
451
  <table>
452
  <tr valign="top">
453
+ <th scope="row"><?php _e( 'Logo Url:', 'erident-custom-login-and-dashboard' ); ?></th>
454
  <td><input class="er-textfield" name="wp_erident_dashboard_image_logo" type="text" id="wp_erident_dashboard_image_logo"
455
+ value="<?php echo get_option('wp_erident_dashboard_image_logo'); ?>" /> <span class="description"><?php _e( 'Default Logo Size 274px × 63px', 'erident-custom-login-and-dashboard' ); ?></span>
456
  <br />
457
+ <span class="description"><?php _e( '(URL path to image to replace default WordPress Logo. (You can upload your image with the WordPress media uploader)', 'erident-custom-login-and-dashboard' ); ?></span>
458
  </td>
459
  </tr>
460
 
461
  <tr valign="top">
462
+ <th scope="row"><?php _e( 'Logo Width:', 'erident-custom-login-and-dashboard' ); ?></th>
463
  <td><input class="er-textfield-small" name="wp_erident_dashboard_image_logo_width" type="text" id="wp_erident_dashboard_image_logo_width"
464
  value="<?php echo get_option('wp_erident_dashboard_image_logo_width'); ?>" />px
465
  <br />
466
+ <span class="description"><?php _e( 'Your Logo width(Enter in pixels). Default: 274px', 'erident-custom-login-and-dashboard' ); ?></span>
467
  </td>
468
  </tr>
469
  <tr valign="top">
470
+ <th scope="row"><?php _e( 'Logo Height:', 'erident-custom-login-and-dashboard' ); ?></th>
471
  <td><input class="er-textfield-small" name="wp_erident_dashboard_image_logo_height" type="text" id="wp_erident_dashboard_image_logo_height"
472
  value="<?php echo get_option('wp_erident_dashboard_image_logo_height'); ?>" />px
473
  <br />
474
+ <span class="description"><?php _e( 'Your Logo Height(Enter in pixels). Default: 63px', 'erident-custom-login-and-dashboard' ); ?></span>
475
  </td>
476
  </tr>
477
 
478
  <tr valign="top">
479
+ <th scope="row"><?php _e( 'Powered by Text:', 'erident-custom-login-and-dashboard' ); ?></th>
480
  <td><input class="er-textfield" name="wp_erident_dashboard_power_text" type="text" id="wp_erident_dashboard_power_text"
481
  value="<?php echo get_option('wp_erident_dashboard_power_text'); ?>" />
482
  <br />
483
+ <span class="description"><?php _e( 'Show when mouse hover over custom Login logo', 'erident-custom-login-and-dashboard' ); ?></span>
484
  </td>
485
  </tr>
486
  </table>
490
 
491
  <div class="postbox">
492
  <div class="handlediv" title="Click to toggle"><br></div>
493
+ <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Login Form Settings', 'erident-custom-login-and-dashboard' ); ?></span>
494
+ <span class="postbox-title-action"><?php _e( '(The following settings will change the Login Form style)', 'erident-custom-login-and-dashboard' ); ?></span>
495
  </h3>
496
  <div class="inside">
497
  <table>
498
  <tr valign="top">
499
+ <th scope="row"><?php _e( 'Login form width:', 'erident-custom-login-and-dashboard' ); ?></th>
500
  <td><input class="er-textfield-small" name="wp_erident_dashboard_login_width" type="text" id="wp_erident_dashboard_login_width"
501
  value="<?php echo get_option('wp_erident_dashboard_login_width'); ?>" />px
502
  <br />
503
+ <span class="description"><?php _e( 'Total Form width(Enter in pixels). Default: 350px', 'erident-custom-login-and-dashboard' ); ?></span>
504
  </td>
505
  </tr>
506
  <tr valign="top">
507
+ <th scope="row"><?php _e( 'Login Form Border Radius:', 'erident-custom-login-and-dashboard' ); ?></th>
508
  <td><input class="er-textfield-small" name="wp_erident_dashboard_login_radius" type="text" id="wp_erident_dashboard_login_radius"
509
  value="<?php echo get_option('wp_erident_dashboard_login_radius'); ?>" />px
510
  <br />
511
+ <span class="description"><?php _e( 'Border Radius of Login Form. This is the option to make the corners rounded.(Enter in pixels)', 'erident-custom-login-and-dashboard' ); ?></span>
512
  </td>
513
  </tr>
514
  <tr valign="top">
515
+ <th scope="row"><?php _e( 'Login Border Style', 'erident-custom-login-and-dashboard' ); ?></th>
516
  <td>
517
  <?php
518
  $er_border = get_option('wp_erident_dashboard_login_border');
557
  </select>
558
 
559
  <br />
560
+ <span class="description"><?php _e( 'Select a Border Style option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
561
  </td>
562
  </tr>
563
  <tr valign="top">
564
+ <th scope="row"><?php _e( 'Login Border Thickness:', 'erident-custom-login-and-dashboard' ); ?></th>
565
  <td><input class="er-textfield-small" name="wp_erident_dashboard_border_thick" type="text" id="wp_erident_dashboard_border_thick"
566
  value="<?php echo get_option('wp_erident_dashboard_border_thick'); ?>" />px
567
  <br />
568
+ <span class="description"><?php _e( 'Thickness of Border (Enter value in pixels)', 'erident-custom-login-and-dashboard' ); ?></span>
569
  </td>
570
  </tr>
571
  <tr valign="top">
572
+ <th scope="row"><?php _e( 'Login Border Color:', 'erident-custom-login-and-dashboard' ); ?></th>
573
  <td>
574
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_border_color" name="wp_erident_dashboard_border_color" value="<?php echo get_option('wp_erident_dashboard_border_color'); ?>" />
575
  <div id="ilctabscolorpicker"></div>
576
  <br />
577
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
578
  </td>
579
  </tr>
580
  <tr valign="top">
581
+ <th scope="row"><?php _e( 'Login Form Background Color:', 'erident-custom-login-and-dashboard' ); ?></th>
582
  <td>
583
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_login_bg" name="wp_erident_dashboard_login_bg" value="<?php echo get_option('wp_erident_dashboard_login_bg'); ?>" />
584
  <div id="ilctabscolorpicker2"></div>
585
  <br />
586
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
587
  </td>
588
  </tr>
589
  <tr valign="top">
590
+ <th scope="row"><?php _e( 'Login Form Background Image:', 'erident-custom-login-and-dashboard' ); ?></th>
591
  <td><input class="er-textfield" name="wp_erident_login_bg_image" type="text" id="wp_erident_login_bg_image" value="<?php echo get_option('wp_erident_login_bg_image'); ?>" />
592
  <br />
593
+ <span class="description"><?php _e( 'Add your own pattern/image url to the form background. Leave blank if you don\'t need any images.', 'erident-custom-login-and-dashboard' ); ?></span>
594
  </td>
595
  </tr>
596
  <tr valign="top">
597
+ <th scope="row"><?php _e( 'Login Form Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
598
  <td>
599
  <?php
600
  $er_form_repeat = get_option('wp_erident_login_bg_repeat');
633
  </select>
634
 
635
  <br />
636
+ <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
637
  </td>
638
  </tr>
639
 
640
  <tr valign="top">
641
+ <th scope="row"><?php _e( 'Background Position:', 'erident-custom-login-and-dashboard' ); ?></th>
642
+ <td><?php _e( 'Horizontal Position: ', 'erident-custom-login-and-dashboard' ); ?><input class="er-textfield-small" name="wp_erident_login_bg_xpos" type="text" id="wp_erident_login_bg_xpos"
643
  value="<?php echo get_option('wp_erident_login_bg_xpos'); ?>" />
644
+ <?php _e( 'Vertical Position: ', 'erident-custom-login-and-dashboard' ); ?><input class="er-textfield-small" name="wp_erident_login_bg_ypos" type="text" id="wp_erident_login_bg_ypos"
645
  value="<?php echo get_option('wp_erident_login_bg_ypos'); ?>" />
646
  <br />
647
+ <span class="description"><?php _e( 'The background-position property sets the starting position of a background image. If you entering the value in "pixels" or "percentage", add "px" or "%" at the end of value. This will not show any changes if you set the Background Repeat option as "Repeat". <a href="http://www.w3schools.com/cssref/pr_background-position.asp" target="_blank">More Info</a>', 'erident-custom-login-and-dashboard' ); ?></span>
648
  </td>
649
  </tr>
650
 
651
  <tr valign="top">
652
+ <th scope="row"><?php _e( 'Login Form Label Text Color', 'erident-custom-login-and-dashboard' ); ?></th>
653
  <td>
654
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_text_color" name="wp_erident_dashboard_text_color" value="<?php echo get_option('wp_erident_dashboard_text_color'); ?>" />
655
  <div id="ilctabscolorpicker3"></div>
656
  <br />
657
+ <span class="description"><?php _e( 'Click the box to select a color. This will change the color of label Username/Password', 'erident-custom-login-and-dashboard' ); ?></span>
658
  </td>
659
  </tr>
660
  <tr valign="top">
661
+ <th scope="row"><?php _e( 'Login Form Label Text Size:', 'erident-custom-login-and-dashboard' ); ?></th>
662
  <td><input class="er-textfield-small" name="wp_erident_dashboard_label_text_size" type="text" id="wp_erident_dashboard_label_text_size" value="<?php echo get_option('wp_erident_dashboard_label_text_size'); ?>" />px
663
  <br />
664
+ <span class="description"><?php _e( 'Font Size of Label Username/Password(Enter value in pixels)', 'erident-custom-login-and-dashboard' ); ?></span>
665
  </td>
666
  </tr>
667
  <tr valign="top">
668
+ <th scope="row"><?php _e( 'Login Form Input Text Color', 'erident-custom-login-and-dashboard' ); ?></th>
669
  <td>
670
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_input_text_color" name="wp_erident_dashboard_input_text_color" value="<?php echo get_option('wp_erident_dashboard_input_text_color'); ?>" />
671
  <div id="ilctabscolorpicker8"></div>
672
  <br />
673
+ <span class="description"><?php _e( 'Click the box to select a color. This will change the color of text inside text box.', 'erident-custom-login-and-dashboard' ); ?></span>
674
  </td>
675
  </tr>
676
  <tr valign="top">
677
+ <th scope="row"><?php _e( 'Login Form Input Text Size:', 'erident-custom-login-and-dashboard' ); ?></th>
678
  <td><input class="er-textfield-small" name="wp_erident_dashboard_input_text_size" type="text" id="wp_erident_dashboard_input_text_size" value="<?php echo get_option('wp_erident_dashboard_input_text_size'); ?>" />px
679
  <br />
680
+ <span class="description"><?php _e( 'Font Size of text inside text box(Enter value in pixels)', 'erident-custom-login-and-dashboard' ); ?></span>
681
  </td>
682
  </tr>
683
  <tr valign="top">
684
+ <th scope="row"><?php _e( 'Login Form Link Color', 'erident-custom-login-and-dashboard' ); ?></th>
685
  <td>
686
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_link_color" name="wp_erident_dashboard_link_color" value="<?php echo get_option('wp_erident_dashboard_link_color'); ?>" />
687
  <div id="ilctabscolorpicker5"></div>
688
  <br />
689
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
690
  </td>
691
  </tr>
692
 
693
  <tr valign="top">
694
+ <th scope="row"><?php _e( 'Enable link shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
695
  <td>
696
  <?php
697
  $check_sh = get_option('wp_erident_dashboard_check_shadow');
699
 
700
  <label>
701
  <input type="radio" name="wp_erident_dashboard_check_shadow" value="Yes" id="wp_erident_dashboard_check_shadow_0" <?php echo $sx; ?> onclick="$('#hide-this').show('normal')" />
702
+ <?php _e( 'Yes', 'erident-custom-login-and-dashboard' ); ?></label>
703
 
704
  <label>
705
  <input type="radio" name="wp_erident_dashboard_check_shadow" value="No" id="wp_erident_dashboard_check_shadow_1" <?php echo $sy; ?> onclick="$('#hide-this').hide('normal')" />
706
+ <?php _e( 'No', 'erident-custom-login-and-dashboard' ); ?></label>
707
  <br />
708
+ <span class="description"><?php _e( '(Check an option)', 'erident-custom-login-and-dashboard' ); ?></span>
709
  </td>
710
  </tr>
711
  <tr valign="top" id="hide-this">
712
+ <th scope="row"><?php _e( 'Login Form Link Shadow Color', 'erident-custom-login-and-dashboard' ); ?></th>
713
  <td>
714
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_link_shadow" name="wp_erident_dashboard_link_shadow" value="<?php echo get_option('wp_erident_dashboard_link_shadow'); ?>" />
715
  <div id="ilctabscolorpicker6"></div>
716
  <br />
717
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
718
  </td>
719
  </tr>
720
 
721
  <!-- Form Shadow -->
722
  <tr valign="top">
723
+ <th scope="row"><?php _e( 'Enable form shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
724
  <td>
725
  <?php
726
  $check_fsh = get_option('wp_erident_dashboard_check_form_shadow');
728
 
729
  <label>
730
  <input type="radio" name="wp_erident_dashboard_check_form_shadow" value="Yes" id="wp_erident_dashboard_check_form_shadow_0" <?php echo $fsx; ?> onclick="$('#hide-this2').show('normal')" />
731
+ <?php _e( 'Yes', 'erident-custom-login-and-dashboard' ); ?></label>
732
 
733
  <label>
734
  <input type="radio" name="wp_erident_dashboard_check_form_shadow" value="No" id="wp_erident_dashboard_check_form_shadow_1" <?php echo $fsy; ?> onclick="$('#hide-this2').hide('normal')" />
735
+ <?php _e( 'No', 'erident-custom-login-and-dashboard' ); ?></label>
736
  <br />
737
+ <span class="description"><?php _e( '(Check an option)', 'erident-custom-login-and-dashboard' ); ?></span>
738
  </td>
739
  </tr>
740
  <tr valign="top" id="hide-this2">
741
+ <th scope="row"><?php _e( 'Login Form Shadow Color', 'erident-custom-login-and-dashboard' ); ?></th>
742
  <td>
743
  <input class="er-textfield-small" type="text" id="wp_erident_dashboard_form_shadow" name="wp_erident_dashboard_form_shadow" value="<?php echo get_option('wp_erident_dashboard_form_shadow'); ?>" />
744
  <div id="ilctabscolorpicker7"></div>
745
  <br />
746
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
747
  </td>
748
  </tr>
749
  <!-- end Form shadow -->
750
 
751
+ <!-- Login Button Color -->
752
+ <tr valign="top">
753
+ <th scope="row"><?php _e( 'Login Button Color', 'erident-custom-login-and-dashboard' ); ?></th>
754
+ <td>
755
+ <input class="er-textfield-small" type="text" id="wp_erident_dashboard_button_color" name="wp_erident_dashboard_button_color" value="<?php echo get_option('wp_erident_dashboard_button_color'); ?>" />
756
+ <div id="ilctabscolorpicker9"></div>
757
+ <br />
758
+ <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
759
+ </td>
760
+ </tr>
761
+
762
  </table>
763
  </div><!-- end inside -->
764
  </div><!-- end postbox -->
766
 
767
  <div class="postbox">
768
  <div class="handlediv" title="Click to toggle"><br></div>
769
+ <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Plugin Un-install Settings', 'erident-custom-login-and-dashboard' ); ?></span>
770
  </h3>
771
  <div class="inside">
772
  <table border="0">
773
  <tr valign="top">
774
+ <th scope="row"><?php _e( 'Delete custom settings upon plugin deactivation?', 'erident-custom-login-and-dashboard' ); ?></th>
775
  <td>
776
  <?php
777
  $check = get_option('wp_erident_dashboard_delete_db');
779
 
780
  <label>
781
  <input type="radio" name="wp_erident_dashboard_delete_db" value="Yes" id="wp_erident_dashboard_delete_db_0" <?php echo $x; ?> />
782
+ <?php _e( 'Yes', 'erident-custom-login-and-dashboard' ); ?></label>
783
 
784
  <label>
785
  <input type="radio" name="wp_erident_dashboard_delete_db" value="No" id="wp_erident_dashboard_delete_db_1" <?php echo $y; ?> />
786
+ <?php _e( 'No', 'erident-custom-login-and-dashboard' ); ?></label>
787
  <br />
788
+ <span class="description"><?php _e( '(If you set "Yes" all custom settings will be deleted from database upon plugin deactivation)', 'erident-custom-login-and-dashboard' ); ?></span>
789
  </td>
790
  </tr>
791
  </table>
794
 
795
 
796
  <input type="hidden" name="action" value="update" />
797
+ <input type="hidden" name="page_options" value="wp_erident_dashboard_data_left,wp_erident_dashboard_data_right,wp_erident_dashboard_image_logo,wp_erident_dashboard_image_logo_width,wp_erident_dashboard_image_logo_height,wp_erident_dashboard_power_text,wp_erident_dashboard_login_width,wp_erident_dashboard_login_radius,wp_erident_dashboard_login_border,wp_erident_dashboard_border_thick,wp_erident_dashboard_border_color,wp_erident_dashboard_login_bg,wp_erident_dashboard_text_color,wp_erident_dashboard_delete_db,wp_erident_top_bg_color,wp_erident_top_bg_image,wp_erident_top_bg_repeat,wp_erident_login_bg_image,wp_erident_login_bg_repeat,wp_erident_dashboard_link_color,wp_erident_dashboard_link_shadow,wp_erident_dashboard_check_shadow,wp_erident_dashboard_form_shadow,wp_erident_dashboard_check_form_shadow,wp_erident_top_bg_xpos,wp_erident_top_bg_ypos,wp_erident_login_bg_xpos,wp_erident_login_bg_ypos,wp_erident_dashboard_input_text_color,wp_erident_dashboard_label_text_size,wp_erident_dashboard_input_text_size,wp_erident_top_bg_size,wp_erident_dashboard_button_color" />
798
 
799
  <p>
800
  <input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
805
  <div class="er_notice2">
806
  <h3>Quick Links</h3>
807
  <ul>
808
+ <li class="login-page"><a href="<?php bloginfo( 'wpurl' ); ?>/wp-login.php" target="_blank"><?php _e( 'Open Your WP Login Page in a New Tab', 'erident-custom-login-and-dashboard' ); ?></a></li>
809
+ <li><a href="http://wordpress.org/extend/plugins/erident-custom-login-and-dashboard/" target="_blank"><?php _e( 'Plugin Documentation', 'erident-custom-login-and-dashboard' ); ?></a></li>
810
+ <li><a href="http://wordpress.org/support/plugin/erident-custom-login-and-dashboard" target="_blank"><?php _e( 'Plugin Support Page', 'erident-custom-login-and-dashboard' ); ?></a></li>
811
+ <li><a href="http://wordpress.org/support/topic/suggestionsrequests-for-future-version-update?replies=1" target="_blank"><?php _e( 'Feature Request/Suggestions?', 'erident-custom-login-and-dashboard' ); ?></a></li>
812
+ <li class="green"><a href="http://wordpress.org/support/view/plugin-reviews/erident-custom-login-and-dashboard" target="_blank"><?php _e( 'Got some Love? Give us a 5 star rating!', 'erident-custom-login-and-dashboard' ); ?></a></li>
813
  </ul>
814
  </div><!-- end .er_notice2 -->
815
  <div class="er_notice">
816
+ <h3><?php _e( 'Hire Me', 'erident-custom-login-and-dashboard' ); ?></h3>
817
+ <p><?php _e( 'Hey, I\'m Libin, a professional Front End Engineer/WordPress Developer. You can hire me for freelancing projects.<br/><br/>Email me: <a href="mailto:libin@libin.in">libin@libin.in</a> <br/>Online Portfolio: <a href="http://www.libin.in" target="_blank">www.libin.in</a>', 'erident-custom-login-and-dashboard' ); ?></p>
818
  </div><!-- end .er_notice -->
819
 
820
  </div>
861
  jQuery("#wp_erident_dashboard_input_text_color").click(function(){jQuery('#ilctabscolorpicker8').slideDown()});
862
  jQuery("#wp_erident_dashboard_input_text_color").blur(function(){jQuery('#ilctabscolorpicker8').slideUp()});
863
 
864
+ jQuery('#ilctabscolorpicker9').hide();
865
+ jQuery('#ilctabscolorpicker9').farbtastic("#wp_erident_dashboard_button_color");
866
+ jQuery("#wp_erident_dashboard_button_color").click(function(){jQuery('#ilctabscolorpicker9').slideDown()});
867
+ jQuery("#wp_erident_dashboard_button_color").blur(function(){jQuery('#ilctabscolorpicker9').slideUp()});
868
+
869
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
870
  jQuery( this ).css( "cursor", "pointer" );
871
  });
languages/en.mo ADDED
Binary file
languages/en.po ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-04-23 14:44+0530\n"
5
+ "PO-Revision-Date: 2014-04-23 14:54+0530\n"
6
+ "Last-Translator: Libin <libin@libin.in>\n"
7
+ "Language-Team: \n"
8
+ "Language: en\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 1.6.4\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: er-custom-login.php:42
20
+ msgid "Settings"
21
+ msgstr ""
22
+
23
+ #: er-custom-login.php:317
24
+ msgid "Erident Custom Login and Dashboard Settings"
25
+ msgstr ""
26
+
27
+ #: er-custom-login.php:318
28
+ msgid ""
29
+ "Plugin Loads default values for all below entries. Please change the values "
30
+ "to yours."
31
+ msgstr ""
32
+
33
+ #: er-custom-login.php:318
34
+ msgid "Click on the header of each block to open it."
35
+ msgstr ""
36
+
37
+ #: er-custom-login.php:324
38
+ msgid "Dashboard Settings"
39
+ msgstr ""
40
+
41
+ #: er-custom-login.php:325
42
+ msgid ""
43
+ "(These settings will be reflected when a user/admin logins to the WordPress "
44
+ "Dashboard)"
45
+ msgstr ""
46
+
47
+ #: er-custom-login.php:330
48
+ msgid "Enter the text for dashboard left side footer:"
49
+ msgstr ""
50
+
51
+ #: er-custom-login.php:335
52
+ msgid ""
53
+ "This will replace the default \"Thank you for creating with WordPress\" on "
54
+ "the bottom left side of dashboard"
55
+ msgstr ""
56
+
57
+ #: er-custom-login.php:339
58
+ msgid "Enter the text for dashboard right side footer:"
59
+ msgstr ""
60
+
61
+ #: er-custom-login.php:343
62
+ msgid ""
63
+ "This will replace the default \"WordPress Version\" on the bottom right side "
64
+ "of dashboard"
65
+ msgstr ""
66
+
67
+ #: er-custom-login.php:352
68
+ msgid "Login Screen Background"
69
+ msgstr ""
70
+
71
+ #: er-custom-login.php:353
72
+ msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
73
+ msgstr ""
74
+
75
+ #: er-custom-login.php:358
76
+ msgid "Login Screen Background Color:"
77
+ msgstr ""
78
+
79
+ #: er-custom-login.php:363 er-custom-login.php:575 er-custom-login.php:584
80
+ #: er-custom-login.php:687 er-custom-login.php:715 er-custom-login.php:744
81
+ #: er-custom-login.php:756
82
+ msgid "Click the box to select a color."
83
+ msgstr ""
84
+
85
+ #: er-custom-login.php:368
86
+ msgid "Login Screen Background Image:"
87
+ msgstr ""
88
+
89
+ #: er-custom-login.php:372
90
+ msgid ""
91
+ "Add your own pattern/image url for the screen background. Leave blank if you "
92
+ "don't need any images."
93
+ msgstr ""
94
+
95
+ #: er-custom-login.php:376
96
+ msgid "Login Screen Background Repeat"
97
+ msgstr ""
98
+
99
+ #: er-custom-login.php:415 er-custom-login.php:634
100
+ msgid "Select an image repeat option from dropdown."
101
+ msgstr ""
102
+
103
+ #: er-custom-login.php:419 er-custom-login.php:639
104
+ msgid "Background Position:"
105
+ msgstr ""
106
+
107
+ #: er-custom-login.php:420 er-custom-login.php:640
108
+ msgid "Horizontal Position: "
109
+ msgstr ""
110
+
111
+ #: er-custom-login.php:425 er-custom-login.php:645
112
+ msgid ""
113
+ "The background-position property sets the starting position of a background "
114
+ "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
115
+ "or \"%\" at the end of value. This will not show any changes if you set the "
116
+ "Background Repeat option as \"Repeat\". <a href=\"http://www.w3schools.com/"
117
+ "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
118
+ msgstr ""
119
+
120
+ #: er-custom-login.php:430
121
+ msgid "Background Size:"
122
+ msgstr ""
123
+
124
+ #: er-custom-login.php:434
125
+ msgid ""
126
+ "The background-size property specifies the size of a background image. If "
127
+ "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
128
+ "at the end of value. Possible values: auto, length, percentage, cover, "
129
+ "contain. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
130
+ "asp\" target=\"_blank\">More Info</a>"
131
+ msgstr ""
132
+
133
+ #: er-custom-login.php:445
134
+ msgid "Login Screen Logo"
135
+ msgstr ""
136
+
137
+ #: er-custom-login.php:446
138
+ msgid "(Change the default WordPress logo and powered by text)"
139
+ msgstr ""
140
+
141
+ #: er-custom-login.php:451
142
+ msgid "Logo Url:"
143
+ msgstr ""
144
+
145
+ #: er-custom-login.php:453
146
+ msgid "Default Logo Size 274px × 63px"
147
+ msgstr ""
148
+
149
+ #: er-custom-login.php:455
150
+ msgid ""
151
+ "(URL path to image to replace default WordPress Logo. (You can upload your "
152
+ "image with the WordPress media uploader)"
153
+ msgstr ""
154
+
155
+ #: er-custom-login.php:460
156
+ msgid "Logo Width:"
157
+ msgstr ""
158
+
159
+ #: er-custom-login.php:464
160
+ msgid "Your Logo width(Enter in pixels). Default: 274px"
161
+ msgstr ""
162
+
163
+ #: er-custom-login.php:468
164
+ msgid "Logo Height:"
165
+ msgstr ""
166
+
167
+ #: er-custom-login.php:472
168
+ msgid "Your Logo Height(Enter in pixels). Default: 63px"
169
+ msgstr ""
170
+
171
+ #: er-custom-login.php:477
172
+ msgid "Powered by Text:"
173
+ msgstr ""
174
+
175
+ #: er-custom-login.php:481
176
+ msgid "Show when mouse hover over custom Login logo"
177
+ msgstr ""
178
+
179
+ #: er-custom-login.php:491
180
+ msgid "Login Form Settings"
181
+ msgstr ""
182
+
183
+ #: er-custom-login.php:492
184
+ msgid "(The following settings will change the Login Form style)"
185
+ msgstr ""
186
+
187
+ #: er-custom-login.php:497
188
+ msgid "Login form width:"
189
+ msgstr ""
190
+
191
+ #: er-custom-login.php:501
192
+ msgid "Total Form width(Enter in pixels). Default: 350px"
193
+ msgstr ""
194
+
195
+ #: er-custom-login.php:505
196
+ msgid "Login Form Border Radius:"
197
+ msgstr ""
198
+
199
+ #: er-custom-login.php:509
200
+ msgid ""
201
+ "Border Radius of Login Form. This is the option to make the corners rounded."
202
+ "(Enter in pixels)"
203
+ msgstr ""
204
+
205
+ #: er-custom-login.php:513
206
+ msgid "Login Border Style"
207
+ msgstr ""
208
+
209
+ #: er-custom-login.php:558
210
+ msgid "Select a Border Style option from dropdown."
211
+ msgstr ""
212
+
213
+ #: er-custom-login.php:562
214
+ msgid "Login Border Thickness:"
215
+ msgstr ""
216
+
217
+ #: er-custom-login.php:566
218
+ msgid "Thickness of Border (Enter value in pixels)"
219
+ msgstr ""
220
+
221
+ #: er-custom-login.php:570
222
+ msgid "Login Border Color:"
223
+ msgstr ""
224
+
225
+ #: er-custom-login.php:579
226
+ msgid "Login Form Background Color:"
227
+ msgstr ""
228
+
229
+ #: er-custom-login.php:588
230
+ msgid "Login Form Background Image:"
231
+ msgstr ""
232
+
233
+ #: er-custom-login.php:591
234
+ msgid ""
235
+ "Add your own pattern/image url to the form background. Leave blank if you "
236
+ "don't need any images."
237
+ msgstr ""
238
+
239
+ #: er-custom-login.php:595
240
+ msgid "Login Form Background Repeat"
241
+ msgstr ""
242
+
243
+ #: er-custom-login.php:642
244
+ msgid "Vertical Position: "
245
+ msgstr ""
246
+
247
+ #: er-custom-login.php:650
248
+ msgid "Login Form Label Text Color"
249
+ msgstr ""
250
+
251
+ #: er-custom-login.php:655
252
+ msgid ""
253
+ "Click the box to select a color. This will change the color of label "
254
+ "Username/Password"
255
+ msgstr ""
256
+
257
+ #: er-custom-login.php:659
258
+ msgid "Login Form Label Text Size:"
259
+ msgstr ""
260
+
261
+ #: er-custom-login.php:662
262
+ msgid "Font Size of Label Username/Password(Enter value in pixels)"
263
+ msgstr ""
264
+
265
+ #: er-custom-login.php:666
266
+ msgid "Login Form Input Text Color"
267
+ msgstr ""
268
+
269
+ #: er-custom-login.php:671
270
+ msgid ""
271
+ "Click the box to select a color. This will change the color of text inside "
272
+ "text box."
273
+ msgstr ""
274
+
275
+ #: er-custom-login.php:675
276
+ msgid "Login Form Input Text Size:"
277
+ msgstr ""
278
+
279
+ #: er-custom-login.php:678
280
+ msgid "Font Size of text inside text box(Enter value in pixels)"
281
+ msgstr ""
282
+
283
+ #: er-custom-login.php:682
284
+ msgid "Login Form Link Color"
285
+ msgstr ""
286
+
287
+ #: er-custom-login.php:692
288
+ msgid "Enable link shadow?"
289
+ msgstr ""
290
+
291
+ #: er-custom-login.php:700 er-custom-login.php:729 er-custom-login.php:780
292
+ msgid "Yes"
293
+ msgstr ""
294
+
295
+ #: er-custom-login.php:704 er-custom-login.php:733 er-custom-login.php:784
296
+ msgid "No"
297
+ msgstr ""
298
+
299
+ #: er-custom-login.php:706 er-custom-login.php:735
300
+ msgid "(Check an option)"
301
+ msgstr ""
302
+
303
+ #: er-custom-login.php:710
304
+ msgid "Login Form Link Shadow Color"
305
+ msgstr ""
306
+
307
+ #: er-custom-login.php:721
308
+ msgid "Enable form shadow?"
309
+ msgstr ""
310
+
311
+ #: er-custom-login.php:739
312
+ msgid "Login Form Shadow Color"
313
+ msgstr ""
314
+
315
+ #: er-custom-login.php:751
316
+ msgid "Login Button Color"
317
+ msgstr ""
318
+
319
+ #: er-custom-login.php:767
320
+ msgid "Plugin Un-install Settings"
321
+ msgstr ""
322
+
323
+ #: er-custom-login.php:772
324
+ msgid "Delete custom settings upon plugin deactivation?"
325
+ msgstr ""
326
+
327
+ #: er-custom-login.php:786
328
+ msgid ""
329
+ "(If you set \"Yes\" all custom settings will be deleted from database upon "
330
+ "plugin deactivation)"
331
+ msgstr ""
332
+
333
+ #: er-custom-login.php:798
334
+ msgid "Save Changes"
335
+ msgstr ""
336
+
337
+ #: er-custom-login.php:806
338
+ msgid "Open Your WP Login Page in a New Tab"
339
+ msgstr ""
340
+
341
+ #: er-custom-login.php:807
342
+ msgid "Plugin Documentation"
343
+ msgstr ""
344
+
345
+ #: er-custom-login.php:808
346
+ msgid "Plugin Support Page"
347
+ msgstr ""
348
+
349
+ #: er-custom-login.php:809
350
+ msgid "Feature Request/Suggestions?"
351
+ msgstr ""
352
+
353
+ #: er-custom-login.php:810
354
+ msgid "Got some Love? Give us a 5 star rating!"
355
+ msgstr ""
356
+
357
+ #: er-custom-login.php:814
358
+ msgid "Hire Me"
359
+ msgstr ""
360
+
361
+ #: er-custom-login.php:815
362
+ msgid ""
363
+ "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
364
+ "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
365
+ "libin@libin.in\">libin@libin.in</a> <br/>Online Portfolio: <a href=\"http://"
366
+ "www.libin.in\" target=\"_blank\">www.libin.in</a>"
367
+ msgstr ""
languages/erident-custom-login-and-dashboard-es_ES.mo ADDED
Binary file
languages/erident-custom-login-and-dashboard-es_ES.po ADDED
@@ -0,0 +1,414 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2014-04-23 15:32+0530\n"
5
+ "PO-Revision-Date: 2014-04-23 15:50+0530\n"
6
+ "Last-Translator: Libin <libin@libin.in>\n"
7
+ "Language-Team: \n"
8
+ "Language: en\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 1.6.4\n"
13
+ "X-Poedit-Basepath: ../\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: er-custom-login.php:44
20
+ msgid "Settings"
21
+ msgstr "Configuración"
22
+
23
+ #: er-custom-login.php:298
24
+ msgid "Custom Login and Dashboard"
25
+ msgstr "Custom Login y Dashboard"
26
+
27
+ #: er-custom-login.php:319
28
+ msgid "Erident Custom Login and Dashboard Settings"
29
+ msgstr "Erident Custom Login y Configuración del panel"
30
+
31
+ #: er-custom-login.php:320
32
+ msgid ""
33
+ "Plugin Loads default values for all below entries. Please change the values "
34
+ "to yours."
35
+ msgstr ""
36
+ "Valores predeterminados Cargas Programas para todas las entradas de abajo. "
37
+ "Por favor cambia los valores a la suya."
38
+
39
+ #: er-custom-login.php:320
40
+ msgid "Click on the header of each block to open it."
41
+ msgstr "Haga clic en el encabezado de cada bloque para abrirlo."
42
+
43
+ #: er-custom-login.php:326
44
+ msgid "Dashboard Settings"
45
+ msgstr "Configuración del panel"
46
+
47
+ #: er-custom-login.php:327
48
+ msgid ""
49
+ "(These settings will be reflected when a user/admin logins to the WordPress "
50
+ "Dashboard)"
51
+ msgstr ""
52
+ "(Estos ajustes se reflejarán cuando un usuario / administrador inicios de "
53
+ "sesión en el panel de WordPress)"
54
+
55
+ #: er-custom-login.php:332
56
+ msgid "Enter the text for dashboard left side footer:"
57
+ msgstr "Introduzca el texto para el salpicadero izquierda pie lado:"
58
+
59
+ #: er-custom-login.php:337
60
+ msgid ""
61
+ "This will replace the default \"Thank you for creating with WordPress\" on "
62
+ "the bottom left side of dashboard"
63
+ msgstr ""
64
+ "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
65
+ "en la parte inferior izquierda del cuadro de mandos"
66
+
67
+ #: er-custom-login.php:341
68
+ msgid "Enter the text for dashboard right side footer:"
69
+ msgstr "Introduzca el texto para el salpicadero derecho pie lado:"
70
+
71
+ #: er-custom-login.php:345
72
+ msgid ""
73
+ "This will replace the default \"WordPress Version\" on the bottom right side "
74
+ "of dashboard"
75
+ msgstr ""
76
+ "Esto reemplazará el valor por defecto \"WordPress Version \" en la parte "
77
+ "inferior derecha del cuadro de mandos"
78
+
79
+ #: er-custom-login.php:354
80
+ msgid "Login Screen Background"
81
+ msgstr "Antecedentes pantalla de login"
82
+
83
+ #: er-custom-login.php:355
84
+ msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
85
+ msgstr "(Los siguientes ajustes se reflejarán en la página \"wp-login.php \")"
86
+
87
+ #: er-custom-login.php:360
88
+ msgid "Login Screen Background Color:"
89
+ msgstr "Login Background Color de la pantalla:"
90
+
91
+ #: er-custom-login.php:365 er-custom-login.php:577 er-custom-login.php:586
92
+ #: er-custom-login.php:689 er-custom-login.php:717 er-custom-login.php:746
93
+ #: er-custom-login.php:758
94
+ msgid "Click the box to select a color."
95
+ msgstr "Haga clic en el cuadro para seleccionar un color."
96
+
97
+ #: er-custom-login.php:370
98
+ msgid "Login Screen Background Image:"
99
+ msgstr "Acceda pantalla Imagen de fondo:"
100
+
101
+ #: er-custom-login.php:374
102
+ msgid ""
103
+ "Add your own pattern/image url for the screen background. Leave blank if you "
104
+ "don't need any images."
105
+ msgstr ""
106
+ "Añade tu url patrón / imagen de fondo de la pantalla. Dejar en blanco si no "
107
+ "necesitas ninguna imagen."
108
+
109
+ #: er-custom-login.php:378
110
+ msgid "Login Screen Background Repeat"
111
+ msgstr "Pantalla de Ingreso de fondo Repetir"
112
+
113
+ #: er-custom-login.php:417 er-custom-login.php:636
114
+ msgid "Select an image repeat option from dropdown."
115
+ msgstr "Seleccione una opción de repetición de imagen desplegable."
116
+
117
+ #: er-custom-login.php:421 er-custom-login.php:641
118
+ msgid "Background Position:"
119
+ msgstr "Antecedentes Posición:"
120
+
121
+ #: er-custom-login.php:422 er-custom-login.php:642
122
+ msgid "Horizontal Position: "
123
+ msgstr "Posición horizontal:"
124
+
125
+ #: er-custom-login.php:427 er-custom-login.php:647
126
+ msgid ""
127
+ "The background-position property sets the starting position of a background "
128
+ "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
129
+ "or \"%\" at the end of value. This will not show any changes if you set the "
130
+ "Background Repeat option as \"Repeat\". <a href=\"http://www.w3schools.com/"
131
+ "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
132
+ msgstr ""
133
+ "La propiedad background-position ajusta la posición de partida de una imagen "
134
+ "de fondo. Si usted entra en el valor de \"píxeles \" o \"porcentaje \", "
135
+ "añada \"px \" o \"% \" al final del valor. Esto no mostrará ningún cambio si "
136
+ "se establece la opción de repetición de fondo como \"Repetir \". <a href="
137
+ "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
138
+ "\"_blank\"> Más información </ a>"
139
+
140
+ #: er-custom-login.php:432
141
+ msgid "Background Size:"
142
+ msgstr "Tamaño del fondo:"
143
+
144
+ #: er-custom-login.php:436
145
+ msgid ""
146
+ "The background-size property specifies the size of a background image. If "
147
+ "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
148
+ "at the end of value. Possible values: auto, length, percentage, cover, "
149
+ "contain. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
150
+ "asp\" target=\"_blank\">More Info</a>"
151
+ msgstr ""
152
+ "La propiedad background-size especifica el tamaño de una imagen de fondo. Si "
153
+ "usted entra en el valor de \"píxeles \" o \"porcentaje \", añada \"px \" o "
154
+ "\"% \" al final del valor. Valores posibles: auto,, porcentaje de cobertura, "
155
+ "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
156
+ "asp\" target=\"_blank\"> Más información </ a>"
157
+
158
+ #: er-custom-login.php:447
159
+ msgid "Login Screen Logo"
160
+ msgstr "Pantalla de Login Logo"
161
+
162
+ #: er-custom-login.php:448
163
+ msgid "(Change the default WordPress logo and powered by text)"
164
+ msgstr "(Cambiar el logo de WordPress por defecto y funciona con el texto)"
165
+
166
+ #: er-custom-login.php:453
167
+ msgid "Logo Url:"
168
+ msgstr "Logo Url:"
169
+
170
+ #: er-custom-login.php:455
171
+ msgid "Default Logo Size 274px × 63px"
172
+ msgstr "Logo por Defecto Tamaño 274px x 63px"
173
+
174
+ #: er-custom-login.php:457
175
+ msgid ""
176
+ "(URL path to image to replace default WordPress Logo. (You can upload your "
177
+ "image with the WordPress media uploader)"
178
+ msgstr ""
179
+ "(Ruta URL a la imagen para reemplazar por defecto de WordPress Logo. (Usted "
180
+ "puede subir su imagen con el cargador de medios de WordPress)"
181
+
182
+ #: er-custom-login.php:462
183
+ msgid "Logo Width:"
184
+ msgstr "Logo Ancho:"
185
+
186
+ #: er-custom-login.php:466
187
+ msgid "Your Logo width(Enter in pixels). Default: 274px"
188
+ msgstr "Su anchura Logo (Introduzca en píxeles). Por defecto: 274px"
189
+
190
+ #: er-custom-login.php:470
191
+ msgid "Logo Height:"
192
+ msgstr "Logo Altura:"
193
+
194
+ #: er-custom-login.php:474
195
+ msgid "Your Logo Height(Enter in pixels). Default: 63px"
196
+ msgstr "Añade su logotipo Altura (Introduzca en píxeles). Por defecto: 63px"
197
+
198
+ #: er-custom-login.php:479
199
+ msgid "Powered by Text:"
200
+ msgstr "Desarrollado por Texto:"
201
+
202
+ #: er-custom-login.php:483
203
+ msgid "Show when mouse hover over custom Login logo"
204
+ msgstr "Mostrar al cursor del mouse sobre la costumbre Entrar logo"
205
+
206
+ #: er-custom-login.php:493
207
+ msgid "Login Form Settings"
208
+ msgstr "Entrar Configuración Form"
209
+
210
+ #: er-custom-login.php:494
211
+ msgid "(The following settings will change the Login Form style)"
212
+ msgstr "(La siguiente configuración cambiar el estilo de formulario de acceso)"
213
+
214
+ #: er-custom-login.php:499
215
+ msgid "Login form width:"
216
+ msgstr "Login ancho del formulario:"
217
+
218
+ #: er-custom-login.php:503
219
+ msgid "Total Form width(Enter in pixels). Default: 350px"
220
+ msgstr "Ancho Forma (En Enter en píxeles). Por defecto: 350px"
221
+
222
+ #: er-custom-login.php:507
223
+ msgid "Login Form Border Radius:"
224
+ msgstr "Formulario de acceso Border Radio:"
225
+
226
+ #: er-custom-login.php:511
227
+ msgid ""
228
+ "Border Radius of Login Form. This is the option to make the corners rounded."
229
+ "(Enter in pixels)"
230
+ msgstr ""
231
+ "Border Radio del Formulario de acceso. Esta es la opción de hacer las "
232
+ "esquinas redondeadas. (Introduzca en píxeles)"
233
+
234
+ #: er-custom-login.php:515
235
+ msgid "Login Border Style"
236
+ msgstr "Acceda Estilo de borde"
237
+
238
+ #: er-custom-login.php:560
239
+ msgid "Select a Border Style option from dropdown."
240
+ msgstr "Seleccione una opción de Estilo de borde del menú desplegable."
241
+
242
+ #: er-custom-login.php:564
243
+ msgid "Login Border Thickness:"
244
+ msgstr "Acceda grosor del borde:"
245
+
246
+ #: er-custom-login.php:568
247
+ msgid "Thickness of Border (Enter value in pixels)"
248
+ msgstr "Espesor de la Frontera (Introduzca el valor en píxeles)"
249
+
250
+ #: er-custom-login.php:572
251
+ msgid "Login Border Color:"
252
+ msgstr "Acceda Color del borde:"
253
+
254
+ #: er-custom-login.php:581
255
+ msgid "Login Form Background Color:"
256
+ msgstr "Login Form Color de fondo:"
257
+
258
+ #: er-custom-login.php:590
259
+ msgid "Login Form Background Image:"
260
+ msgstr "Formulario de acceso Imagen de fondo:"
261
+
262
+ #: er-custom-login.php:593
263
+ msgid ""
264
+ "Add your own pattern/image url to the form background. Leave blank if you "
265
+ "don't need any images."
266
+ msgstr ""
267
+ "Añade tu url patrón / imagen para el fondo del formulario. Dejar en blanco "
268
+ "si no necesitas ninguna imagen."
269
+
270
+ #: er-custom-login.php:597
271
+ msgid "Login Form Background Repeat"
272
+ msgstr "Login Formulario de fondo Repetir"
273
+
274
+ #: er-custom-login.php:644
275
+ msgid "Vertical Position: "
276
+ msgstr "Posición Vertical:"
277
+
278
+ #: er-custom-login.php:652
279
+ msgid "Login Form Label Text Color"
280
+ msgstr "Login Form Label Color del texto"
281
+
282
+ #: er-custom-login.php:657
283
+ msgid ""
284
+ "Click the box to select a color. This will change the color of label "
285
+ "Username/Password"
286
+ msgstr ""
287
+ "Haga clic en el cuadro para seleccionar un color. Esto va a cambiar el color "
288
+ "de la etiqueta de nombre de usuario / contraseña"
289
+
290
+ #: er-custom-login.php:661
291
+ msgid "Login Form Label Text Size:"
292
+ msgstr "Login Form Label Tamaño del texto:"
293
+
294
+ #: er-custom-login.php:664
295
+ msgid "Font Size of Label Username/Password(Enter value in pixels)"
296
+ msgstr ""
297
+ "Tamaño de la Fuente de la Marca de Usuario / Contraseña (Introduzca el valor "
298
+ "en píxeles)"
299
+
300
+ #: er-custom-login.php:668
301
+ msgid "Login Form Input Text Color"
302
+ msgstr "Formulario de acceso de entrada de texto en color"
303
+
304
+ #: er-custom-login.php:673
305
+ msgid ""
306
+ "Click the box to select a color. This will change the color of text inside "
307
+ "text box."
308
+ msgstr ""
309
+ "Haga clic en el cuadro para seleccionar un color. Esto va a cambiar el color "
310
+ "del texto dentro de la caja de texto."
311
+
312
+ #: er-custom-login.php:677
313
+ msgid "Login Form Input Text Size:"
314
+ msgstr "Formulario de acceso de entrada Tamaño del texto:"
315
+
316
+ #: er-custom-login.php:680
317
+ msgid "Font Size of text inside text box(Enter value in pixels)"
318
+ msgstr ""
319
+ "Tamaño de fuente del texto dentro de la caja de texto (Introducir el valor "
320
+ "en píxeles)"
321
+
322
+ #: er-custom-login.php:684
323
+ msgid "Login Form Link Color"
324
+ msgstr "Formulario de acceso Enlace color"
325
+
326
+ #: er-custom-login.php:694
327
+ msgid "Enable link shadow?"
328
+ msgstr "Activar enlace sombra?"
329
+
330
+ #: er-custom-login.php:702 er-custom-login.php:731 er-custom-login.php:782
331
+ msgid "Yes"
332
+ msgstr "sí"
333
+
334
+ #: er-custom-login.php:706 er-custom-login.php:735 er-custom-login.php:786
335
+ msgid "No"
336
+ msgstr "no"
337
+
338
+ #: er-custom-login.php:708 er-custom-login.php:737
339
+ msgid "(Check an option)"
340
+ msgstr "(Marque una opción)"
341
+
342
+ #: er-custom-login.php:712
343
+ msgid "Login Form Link Shadow Color"
344
+ msgstr "Formulario de acceso Vínculo Color de sombra"
345
+
346
+ #: er-custom-login.php:723
347
+ msgid "Enable form shadow?"
348
+ msgstr "Activar forma de sombra?"
349
+
350
+ #: er-custom-login.php:741
351
+ msgid "Login Form Shadow Color"
352
+ msgstr "Login Form Color de sombra"
353
+
354
+ #: er-custom-login.php:753
355
+ msgid "Login Button Color"
356
+ msgstr "Botón Inicio de sesión en color"
357
+
358
+ #: er-custom-login.php:769
359
+ msgid "Plugin Un-install Settings"
360
+ msgstr "Programas desinstalar Configuración"
361
+
362
+ #: er-custom-login.php:774
363
+ msgid "Delete custom settings upon plugin deactivation?"
364
+ msgstr ""
365
+ "Eliminar una configuración personalizada a la desactivación de plugins?"
366
+
367
+ #: er-custom-login.php:788
368
+ msgid ""
369
+ "(If you set \"Yes\" all custom settings will be deleted from database upon "
370
+ "plugin deactivation)"
371
+ msgstr ""
372
+ "(Si establece \"Sí \" todos los ajustes personalizados se borrarán de la "
373
+ "base de datos tras la desactivación plugin)"
374
+
375
+ #: er-custom-login.php:800
376
+ msgid "Save Changes"
377
+ msgstr "Guardar cambios"
378
+
379
+ #: er-custom-login.php:808
380
+ msgid "Open Your WP Login Page in a New Tab"
381
+ msgstr "Abrir una WP Login Página en una nueva pestaña"
382
+
383
+ #: er-custom-login.php:809
384
+ msgid "Plugin Documentation"
385
+ msgstr "Documentación Plugin"
386
+
387
+ #: er-custom-login.php:810
388
+ msgid "Plugin Support Page"
389
+ msgstr "Soporte Plugin Página"
390
+
391
+ #: er-custom-login.php:811
392
+ msgid "Feature Request/Suggestions?"
393
+ msgstr "Pedido de funciones / Sugerencias?"
394
+
395
+ #: er-custom-login.php:812
396
+ msgid "Got some Love? Give us a 5 star rating!"
397
+ msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
398
+
399
+ #: er-custom-login.php:816
400
+ msgid "Hire Me"
401
+ msgstr "alquiler de mí"
402
+
403
+ #: er-custom-login.php:817
404
+ msgid ""
405
+ "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
406
+ "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
407
+ "libin@libin.in\">libin@libin.in</a> <br/>Online Portfolio: <a href=\"http://"
408
+ "www.libin.in\" target=\"_blank\">www.libin.in</a>"
409
+ msgstr ""
410
+ "Hey, estoy Libin, un profesional Front End Engineer / WordPress para "
411
+ "desarrolladores. Usted puede contratarme para trabajar independientemente "
412
+ "proyectos <br/> Envíeme un correo electrónico:. <a href=\"mailto:libin@libin."
413
+ "in\"> libin@libin.in </a> <br/> Portfolio Online : <a href=\"http://www."
414
+ "libin.in\" target=\"_blank\"> www.libin.in </a>"
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.libin.in
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
  Tested up to: 3.9
7
- Stable tag: 2.2.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -27,6 +27,7 @@ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-
27
  1. Replace the WordPress Logo on the Login Form with your own (Now support your own size logo).
28
  1. Enable/Disable shadow for the Links on Login Form
29
  1. Enable/Disable shadow for the Login Form
 
30
  1. Preserve previous settings upon WordPress/plugins update!
31
 
32
  **Erident Custom Login and Dashboard Settings:**
@@ -63,6 +64,7 @@ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-
63
  * Login Form Link Shadow Color
64
  * Enable form Shadow
65
  * Login Form Shadow Color
 
66
 
67
  **Plugin Un-install Settings**
68
 
@@ -106,6 +108,11 @@ You can edit the plugin's php file through WordPress plugin editor. But once you
106
 
107
  == Changelog ==
108
 
 
 
 
 
 
109
  = 2.2.1 =
110
  * Fixed constants Notice.
111
  * Fixed Image background cut on small screen resolutions.
@@ -155,5 +162,5 @@ You can edit the plugin's php file through WordPress plugin editor. But once you
155
 
156
  == Upgrade Notice ==
157
 
158
- = 2.2.1 =
159
- Bug Fixes on login page.
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
  Tested up to: 3.9
7
+ Stable tag: 2.3.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
27
  1. Replace the WordPress Logo on the Login Form with your own (Now support your own size logo).
28
  1. Enable/Disable shadow for the Links on Login Form
29
  1. Enable/Disable shadow for the Login Form
30
+ 1. Change Login button Color
31
  1. Preserve previous settings upon WordPress/plugins update!
32
 
33
  **Erident Custom Login and Dashboard Settings:**
64
  * Login Form Link Shadow Color
65
  * Enable form Shadow
66
  * Login Form Shadow Color
67
+ * Change Login button Color
68
 
69
  **Plugin Un-install Settings**
70
 
108
 
109
  == Changelog ==
110
 
111
+ = 2.3.0 =
112
+ * New option to customize Login button Color
113
+ * Localized the entire plugin and ready for translation
114
+ * Spanish translation available
115
+
116
  = 2.2.1 =
117
  * Fixed constants Notice.
118
  * Fixed Image background cut on small screen resolutions.
162
 
163
  == Upgrade Notice ==
164
 
165
+ = 2.3.0 =
166
+ New feature and translations available.