Erident Custom Login and Dashboard - Version 3.5.2

Version Description

  • Hide Register | Lost your password link
  • Hide Back to your website link
  • CSS updates to override default wp shadows
Download this release

Release Info

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

Code changes from version 3.5.1 to 3.5.2

er-admin.css CHANGED
@@ -62,22 +62,26 @@
62
  background: lightYellow;
63
  border: 1px solid #E6DB55;
64
  margin: 10px 5px 10px 0;
65
-
66
  float: left;
67
  width: 46%;
68
  min-width: 310px;
69
  }
70
  .er_notice2 {
71
  color: #00529B;
72
- background-color: #BDE5F8;
73
  border: 1px solid;
74
- margin: 10px 0px;
75
- padding:15px 20px;
76
-
77
  width: 45%;
78
  float: left;
79
  margin-right: 10px;
80
- min-width: 260px;
 
 
 
 
 
81
  }
82
  .wp-erident-dashboard select {
83
  height:30px;
@@ -108,4 +112,7 @@ font-size: 15px;
108
  }
109
  .settings_page_erident-custom-login-and-dashboard .inside.openinside {
110
  display: block;
111
- }
 
 
 
62
  background: lightYellow;
63
  border: 1px solid #E6DB55;
64
  margin: 10px 5px 10px 0;
65
+
66
  float: left;
67
  width: 46%;
68
  min-width: 310px;
69
  }
70
  .er_notice2 {
71
  color: #00529B;
72
+ background-color: #BDE5F8;
73
  border: 1px solid;
74
+ margin: 10px 0px;
75
+ padding:15px 20px;
 
76
  width: 45%;
77
  float: left;
78
  margin-right: 10px;
79
+ min-width: 260px;
80
+ }
81
+ .er_notice2.orange {
82
+ background-color: #ffeed0;
83
+ border-color: orange;
84
+ color: #444;
85
  }
86
  .wp-erident-dashboard select {
87
  height:30px;
112
  }
113
  .settings_page_erident-custom-login-and-dashboard .inside.openinside {
114
  display: block;
115
+ }
116
+ .clearfix {
117
+ clear: both;
118
+ }
er-custom-login.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.eridenttech.com/wp-plugins/erident-custom-login-and-dashb
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: 3.5.1
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
@@ -14,7 +14,7 @@ License: GPL
14
  /* Copyright 2016 Libin V Babu (email : libin@libin.in)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
- it under the terms of the GNU General Public License, version 2, as
18
  published by the Free Software Foundation.
19
 
20
  This program is distributed in the hope that it will be useful,
@@ -77,23 +77,38 @@ add_action('admin_enqueue_scripts', 'er_admin_enqueue_script');
77
  /* Login Logo */
78
  function er_login_logo() {
79
  /*Get all options from db */
80
- $er_options = get_option('plugin_erident_settings');
81
-
82
- if($er_options['dashboard_check_shadow'] == "Yes") {
83
- $er_login_link_shadow = $er_options['dashboard_link_shadow'].' 0 1px 0';
84
  }
85
  else {
86
  $er_login_link_shadow = "none";
87
  }
88
- if($er_options['dashboard_check_form_shadow'] == "Yes") {
 
89
  $er_login_form_shadow = '0 4px 10px -1px '.$er_options['dashboard_form_shadow'];
90
  }
91
  else {
92
  $er_login_form_shadow = "none";
93
  }
94
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  /* Check if opacity field is empty */
96
- if($er_options['dashboard_login_bg_opacity'] == "") {
97
  $er_login_default_opacity = "1";
98
  }
99
  else {
@@ -117,7 +132,7 @@ function er_login_logo() {
117
  }
118
  $btnrgba = er_hex2rgb( $er_options['dashboard_button_color'] );
119
  $loginbg = er_hex2rgb( $er_options['dashboard_login_bg'] );
120
-
121
  ?>
122
  <style type="text/css">
123
  /* Styles loading from Erident Custom Login and Dashboard Plugin*/
@@ -169,6 +184,12 @@ function er_login_logo() {
169
  body.login #nav, body.login #backtoblog {
170
  text-shadow: <?php echo $er_login_link_shadow ?>;
171
  }
 
 
 
 
 
 
172
  </style>
173
  <?php
174
  }
@@ -254,14 +275,45 @@ add_action( 'admin_init', 'er_process_settings_import' );
254
 
255
 
256
  /* Runs when plugin is activated */
257
- register_activation_hook(__FILE__,'wp_erident_dashboard_install');
258
 
259
  /* Runs on plugin deactivation*/
260
  register_deactivation_hook( __FILE__, 'wp_erident_dashboard_remove' );
261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  function wp_erident_dashboard_install() {
263
  /* Creates new database field */
264
-
265
  $er_new_options = array(
266
  'dashboard_data_left' => 'Powered by YourWebsiteName',
267
  'dashboard_data_right' => '&copy; 2016 All Rights Reserved',
@@ -284,6 +336,8 @@ function wp_erident_dashboard_install() {
284
  'dashboard_check_shadow' => 'Yes',
285
  'dashboard_link_shadow' => '#ffffff',
286
  'dashboard_check_form_shadow' => 'Yes',
 
 
287
  'dashboard_form_shadow' => '#C8C8C8',
288
  'dashboard_button_color' => '#5E5E5E',
289
  'top_bg_color' => '#f9fad2',
@@ -298,26 +352,15 @@ function wp_erident_dashboard_install() {
298
  'top_bg_size' => 'auto',
299
  'dashboard_delete_db' => 'No'
300
  );
301
-
302
- // if old options exist, update to new system
303
- $check_db_key = get_option( 'wp_erident_dashboard_delete_db');
304
-
305
- if(!empty($check_db_key)) {
306
- foreach( $er_new_options as $key => $value ) {
307
- $existing = get_option( 'wp_erident_' . $key );
308
- $er_new_options[$key] = $existing;
309
- delete_option( 'wp_erident_' . $key );
310
- }
311
- }
312
-
313
  add_option( 'plugin_erident_settings', $er_new_options );
314
  }
315
 
316
  function wp_erident_dashboard_remove() {
317
  /*Get all options from db */
318
  $er_options = get_option('plugin_erident_settings');
319
-
320
- if($er_options['dashboard_delete_db'] == "Yes") {
321
  /* Deletes the database field */
322
  delete_option('plugin_erident_settings');
323
  }
@@ -347,9 +390,9 @@ if ( is_admin() ){
347
  */
348
  wp_enqueue_script( 'wp_erident_dashboard-script2' );
349
  wp_enqueue_script( 'wp_erident_dashboard-script' );
350
- }
351
  /* Call the html code */
352
-
353
  }
354
  function wp_erident_dashboard_html_page() {
355
  ?>
@@ -360,7 +403,7 @@ function wp_erident_dashboard_html_page() {
360
  <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>
361
  <form class="wp-erident-dashboard" method="post">
362
 
363
- <?php
364
  if( isset($_POST['er_update_settings']) ) {
365
  if ( ! empty( $_POST ) && check_admin_referer( 'er_nonce_form', 'er_total_nonce' ) ) {
366
  $er_new_options = $_POST['er_options_up'];
@@ -370,6 +413,7 @@ if( isset($_POST['er_update_settings']) ) {
370
  } ?>
371
  <?php /*Get all options from db */
372
  $er_options = get_option('plugin_erident_settings');
 
373
  ?>
374
  <div class="postbox">
375
  <div class="handlediv" title="Click to toggle"><br></div>
@@ -415,7 +459,7 @@ value="<?php echo esc_html( stripslashes($er_options['dashboard_data_right'] ));
415
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
416
  </td>
417
  </tr>
418
-
419
  <tr valign="top">
420
  <th scope="row"><?php _e( 'Login Screen Background Image:', 'erident-custom-login-and-dashboard' ); ?></th>
421
  <td><input class="er-textfield" name="er_options_up[top_bg_image]" type="text" id="wp_erident_top_bg_image"
@@ -427,41 +471,41 @@ value="<?php echo $er_options['top_bg_image']; ?>" /><button class="set_custom_i
427
  <tr valign="top">
428
  <th scope="row"><?php _e( 'Login Screen Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
429
  <td>
430
- <?php
431
  switch($er_options['top_bg_repeat'])
432
  {
433
  case 'none':
434
  $er_screen_a='selected="selected"';
435
  $er_screen_b=$er_screen_c=$er_screen_d="";
436
  break;
437
-
438
  case 'repeat':
439
  $er_screen_b='selected="selected"';
440
  $er_screen_a=$er_screen_c=$er_screen_d="";
441
  break;
442
-
443
  case 'repeat-x':
444
  $er_screen_c='selected="selected"';
445
  $er_screen_a=$er_screen_b=$er_screen_d="";
446
  break;
447
-
448
  case 'repeat-y':
449
  $er_screen_d='selected="selected"';
450
  $er_screen_a=$er_screen_b=$er_screen_c="";
451
  break;
452
-
453
  default:
454
  $er_screen_a=$er_screen_b=$er_screen_c=$er_screen_d="";
455
  break;
456
  }
457
- ?>
458
  <select class="er-textfield-small" name="er_options_up[top_bg_repeat]" id="wp_erident_top_bg_repeat">
459
  <option value="no-repeat" <?php echo $er_screen_a; ?>>No Repeat</option>
460
  <option value="repeat" <?php echo $er_screen_b; ?>>Repeat</option>
461
  <option value="repeat-x" <?php echo $er_screen_c; ?>>Repeat-x</option>
462
  <option value="repeat-y" <?php echo $er_screen_d; ?>>Repeat-y</option>
463
  </select>
464
-
465
  <br />
466
  <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
467
  </td>
@@ -476,7 +520,7 @@ value="<?php echo $er_options['top_bg_ypos']; ?>" />
476
  <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>
477
  </td>
478
  </tr>
479
-
480
  <tr valign="top">
481
  <th scope="row"><?php _e( 'Background Size:', 'erident-custom-login-and-dashboard' ); ?></th>
482
  <td><input class="er-textfield-small" name="er_options_up[top_bg_size]" type="text" id="wp_erident_top_bg_size"
@@ -485,7 +529,7 @@ value="<?php echo $er_options['top_bg_size']; ?>" />
485
  <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>
486
  </td>
487
  </tr>
488
-
489
  </table>
490
  </div><!-- end inside -->
491
  </div><!-- end postbox -->
@@ -495,9 +539,9 @@ value="<?php echo $er_options['top_bg_size']; ?>" />
495
  <div class="handlediv" title="Click to toggle"><br></div>
496
  <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Login Screen Logo', 'erident-custom-login-and-dashboard' ); ?></span>
497
  <span class="postbox-title-action"><?php _e( '(Change the default WordPress logo and powered by text)', 'erident-custom-login-and-dashboard' ); ?></span>
498
- </h3>
499
  <div class="inside openinside">
500
- <table>
501
  <tr valign="top">
502
  <th scope="row"><?php _e( 'Logo Url:', 'erident-custom-login-and-dashboard' ); ?></th>
503
  <td><input class="er-textfield" name="er_options_up[dashboard_image_logo]" type="text" id="wp_erident_dashboard_image_logo"
@@ -506,7 +550,7 @@ value="<?php echo $er_options['dashboard_image_logo']; ?>" class="regular-text p
506
  <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>
507
  </td>
508
  </tr>
509
-
510
  <tr valign="top">
511
  <th scope="row"><?php _e( 'Logo Width:', 'erident-custom-login-and-dashboard' ); ?></th>
512
  <td><input class="er-textfield-small" name="er_options_up[dashboard_image_logo_width]" type="text" id="wp_erident_dashboard_image_logo_width"
@@ -523,7 +567,7 @@ value="<?php echo $er_options['dashboard_image_logo_height']; ?>" />px
523
  <span class="description"><?php _e( 'Your Logo Height(Enter in pixels). Default: 63px', 'erident-custom-login-and-dashboard' ); ?></span>
524
  </td>
525
  </tr>
526
-
527
  <tr valign="top">
528
  <th scope="row"><?php _e( 'Powered by Text:', 'erident-custom-login-and-dashboard' ); ?></th>
529
  <td><input class="er-textfield" name="er_options_up[dashboard_power_text]" type="text" id="wp_erident_dashboard_power_text"
@@ -563,39 +607,39 @@ value="<?php echo $er_options['dashboard_login_radius']; ?>" />px
563
  <tr valign="top">
564
  <th scope="row"><?php _e( 'Login Border Style', 'erident-custom-login-and-dashboard' ); ?></th>
565
  <td>
566
- <?php
567
  switch($er_options['dashboard_login_border'])
568
  {
569
  case 'none':
570
  $er_a='selected="selected"';
571
  $er_b=$er_c=$er_d=$er_e="";
572
  break;
573
-
574
  case 'solid':
575
  $er_b='selected="selected"';
576
  $er_a=$er_c=$er_d=$er_e="";
577
  break;
578
-
579
  case 'dotted':
580
  $er_c='selected="selected"';
581
  $er_a=$er_b=$er_d=$er_e="";
582
  break;
583
-
584
  case 'dashed':
585
  $er_d='selected="selected"';
586
  $er_a=$er_b=$er_c=$er_e="";
587
  break;
588
-
589
  case 'double':
590
  $er_e='selected="selected"';
591
  $er_a=$er_b=$er_c=$er_d="";
592
  break;
593
-
594
  default:
595
  $er_a=$er_b=$er_c=$er_d=$er_e="";
596
  break;
597
  }
598
- ?>
599
  <select class="er-textfield-small" name="er_options_up[dashboard_login_border]" id="wp_erident_dashboard_login_border">
600
  <option value="none" <?php echo $er_a; ?>>None</option>
601
  <option value="solid" <?php echo $er_b; ?>>Solid</option>
@@ -645,46 +689,46 @@ value="<?php echo $er_options['dashboard_border_thick']; ?>" />px
645
  <tr valign="top">
646
  <th scope="row"><?php _e( 'Login Form Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
647
  <td>
648
- <?php
649
  switch($er_options['login_bg_repeat'])
650
  {
651
  case 'none':
652
  $er_login_a='selected="selected"';
653
  $er_login_b=$er_login_c=$er_login_d="";
654
  break;
655
-
656
  case 'repeat':
657
  $er_login_b='selected="selected"';
658
  $er_login_a=$er_login_c=$er_login_d="";
659
  break;
660
-
661
  case 'repeat-x':
662
  $er_login_c='selected="selected"';
663
  $er_login_a=$er_login_b=$er_login_d="";
664
  break;
665
-
666
  case 'repeat-y':
667
  $er_login_d='selected="selected"';
668
  $er_login_a=$er_login_b=$er_login_c="";
669
  break;
670
-
671
  default:
672
  $er_login_a=$er_login_b=$er_login_c=$er_login_d="";
673
  break;
674
  }
675
- ?>
676
  <select class="er-textfield-small" name="er_options_up[login_bg_repeat]" id="wp_erident_login_bg_repeat">
677
  <option value="no-repeat" <?php echo $er_login_a; ?>>No Repeat</option>
678
  <option value="repeat" <?php echo $er_login_b; ?>>Repeat</option>
679
  <option value="repeat-x" <?php echo $er_login_c; ?>>Repeat-x</option>
680
  <option value="repeat-y" <?php echo $er_login_d; ?>>Repeat-y</option>
681
  </select>
682
-
683
  <br />
684
  <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
685
  </td>
686
  </tr>
687
-
688
  <tr valign="top">
689
  <th scope="row"><?php _e( 'Background Position:', 'erident-custom-login-and-dashboard' ); ?></th>
690
  <td><?php _e( 'Horizontal Position: ', 'erident-custom-login-and-dashboard' ); ?><input class="er-textfield-small" name="er_options_up[login_bg_xpos]" type="text" id="wp_erident_login_bg_xpos"
@@ -695,7 +739,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
695
  <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>
696
  </td>
697
  </tr>
698
-
699
  <tr valign="top">
700
  <th scope="row"><?php _e( 'Login Form Label Text Color', 'erident-custom-login-and-dashboard' ); ?></th>
701
  <td>
@@ -737,11 +781,11 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
737
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
738
  </td>
739
  </tr>
740
-
741
  <tr valign="top">
742
  <th scope="row"><?php _e( 'Enable link shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
743
  <td>
744
- <?php
745
  $check_sh = $er_options['dashboard_check_shadow'];
746
  if($check_sh == 'Yes') { $sx = "checked"; $sy = ''; } else { $sy = "checked"; $sx = ''; } ?>
747
 
@@ -765,12 +809,12 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
765
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
766
  </td>
767
  </tr>
768
-
769
  <!-- Form Shadow -->
770
  <tr valign="top">
771
  <th scope="row"><?php _e( 'Enable form shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
772
  <td>
773
- <?php
774
  $check_fsh = $er_options['dashboard_check_form_shadow'];
775
  if($check_fsh == 'Yes') { $fsx = "checked"; $fsy = ''; } else { $fsy = "checked"; $fsx = ''; } ?>
776
 
@@ -795,7 +839,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
795
  </td>
796
  </tr>
797
  <!-- end Form shadow -->
798
-
799
  <!-- Login Button Color -->
800
  <tr valign="top">
801
  <th scope="row"><?php _e( 'Login Button Color', 'erident-custom-login-and-dashboard' ); ?></th>
@@ -806,7 +850,49 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
806
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
807
  </td>
808
  </tr>
809
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810
  </table>
811
  </div><!-- end inside -->
812
  </div><!-- end postbox -->
@@ -821,7 +907,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
821
  <tr valign="top">
822
  <th scope="row"><?php _e( 'Delete custom settings upon plugin deactivation?', 'erident-custom-login-and-dashboard' ); ?></th>
823
  <td>
824
- <?php
825
  $check = $er_options['dashboard_delete_db'];
826
  if($check == 'Yes') { $x = "checked"; $y = ''; } else { $y = "checked"; $x = ''; } ?>
827
 
@@ -839,7 +925,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
839
  </table>
840
  </div><!-- end inside -->
841
  </div><!-- end postbox -->
842
-
843
  <p>
844
  <input type="submit" name="er_update_settings" class="button-primary" value="<?php _e('Save Changes') ?>" />
845
  </p>
@@ -860,7 +946,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
860
  </form>
861
  </div><!-- .inside -->
862
  </div><!-- .postbox -->
863
-
864
  <div class="postbox">
865
  <div class="handlediv" title="Click to toggle"><br></div>
866
  <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Import Settings', 'erident-custom-login-and-dashboard' ); ?></span></h3>
@@ -890,10 +976,16 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
890
  <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>
891
  </ul>
892
  </div><!-- end .er_notice2 -->
 
 
 
 
 
 
893
  <div class="er_notice">
894
  <h3><?php _e( 'Hire Me', 'erident-custom-login-and-dashboard' ); ?></h3>
895
  <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>
896
-
897
  <h3><?php _e( 'Translation Credits', 'erident-custom-login-and-dashboard'); ?></h3>
898
  <ul>
899
  <li><?php _e( 'Spanish by <a href="http://www.linkedin.com/in/adrifolio" target="_blank">Adriana De La Cuadra</a>', 'erident-custom-login-and-dashboard'); ?></li>
@@ -909,57 +1001,57 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
909
 
910
  </div>
911
  <script type="text/javascript">
912
-
913
  jQuery(document).ready(function() {
914
  jQuery('#ilctabscolorpicker').hide();
915
  jQuery('#ilctabscolorpicker').farbtastic("#wp_erident_dashboard_border_color");
916
  jQuery("#wp_erident_dashboard_border_color").click(function(){jQuery('#ilctabscolorpicker').slideDown()});
917
  jQuery("#wp_erident_dashboard_border_color").blur(function(){jQuery('#ilctabscolorpicker').slideUp()});
918
-
919
  jQuery('#ilctabscolorpicker2').hide();
920
  jQuery('#ilctabscolorpicker2').farbtastic("#wp_erident_dashboard_login_bg");
921
  jQuery("#wp_erident_dashboard_login_bg").click(function(){jQuery('#ilctabscolorpicker2').slideDown()});
922
  jQuery("#wp_erident_dashboard_login_bg").blur(function(){jQuery('#ilctabscolorpicker2').slideUp()});
923
-
924
  jQuery('#ilctabscolorpicker3').hide();
925
  jQuery('#ilctabscolorpicker3').farbtastic("#wp_erident_dashboard_text_color");
926
  jQuery("#wp_erident_dashboard_text_color").click(function(){jQuery('#ilctabscolorpicker3').slideDown()});
927
  jQuery("#wp_erident_dashboard_text_color").blur(function(){jQuery('#ilctabscolorpicker3').slideUp()});
928
-
929
  jQuery('#ilctabscolorpicker4').hide();
930
  jQuery('#ilctabscolorpicker4').farbtastic("#wp_erident_top_bg_color");
931
  jQuery("#wp_erident_top_bg_color").click(function(){jQuery('#ilctabscolorpicker4').slideDown()});
932
  jQuery("#wp_erident_top_bg_color").blur(function(){jQuery('#ilctabscolorpicker4').slideUp()});
933
-
934
  jQuery('#ilctabscolorpicker5').hide();
935
  jQuery('#ilctabscolorpicker5').farbtastic("#wp_erident_dashboard_link_color");
936
  jQuery("#wp_erident_dashboard_link_color").click(function(){jQuery('#ilctabscolorpicker5').slideDown()});
937
  jQuery("#wp_erident_dashboard_link_color").blur(function(){jQuery('#ilctabscolorpicker5').slideUp()});
938
-
939
  jQuery('#ilctabscolorpicker6').hide();
940
  jQuery('#ilctabscolorpicker6').farbtastic("#wp_erident_dashboard_link_shadow");
941
  jQuery("#wp_erident_dashboard_link_shadow").click(function(){jQuery('#ilctabscolorpicker6').slideDown()});
942
  jQuery("#wp_erident_dashboard_link_shadow").blur(function(){jQuery('#ilctabscolorpicker6').slideUp()});
943
-
944
  jQuery('#ilctabscolorpicker7').hide();
945
  jQuery('#ilctabscolorpicker7').farbtastic("#wp_erident_dashboard_form_shadow");
946
  jQuery("#wp_erident_dashboard_form_shadow").click(function(){jQuery('#ilctabscolorpicker7').slideDown()});
947
  jQuery("#wp_erident_dashboard_form_shadow").blur(function(){jQuery('#ilctabscolorpicker7').slideUp()});
948
-
949
  jQuery('#ilctabscolorpicker8').hide();
950
  jQuery('#ilctabscolorpicker8').farbtastic("#wp_erident_dashboard_input_text_color");
951
  jQuery("#wp_erident_dashboard_input_text_color").click(function(){jQuery('#ilctabscolorpicker8').slideDown()});
952
  jQuery("#wp_erident_dashboard_input_text_color").blur(function(){jQuery('#ilctabscolorpicker8').slideUp()});
953
-
954
  jQuery('#ilctabscolorpicker9').hide();
955
  jQuery('#ilctabscolorpicker9').farbtastic("#wp_erident_dashboard_button_color");
956
  jQuery("#wp_erident_dashboard_button_color").click(function(){jQuery('#ilctabscolorpicker9').slideDown()});
957
  jQuery("#wp_erident_dashboard_button_color").blur(function(){jQuery('#ilctabscolorpicker9').slideUp()});
958
-
959
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
960
  jQuery( this ).css( "cursor", "pointer" );
961
  });
962
-
963
  /* Sliding the panels */
964
  jQuery(".postbox").on('click', '.handlediv', function(){
965
  jQuery(this).siblings(".inside").slideToggle();
@@ -967,7 +1059,7 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
967
  jQuery(".postbox").on('click', '.hndle', function(){
968
  jQuery(this).siblings(".inside").slideToggle();
969
  });
970
-
971
  if (jQuery('.set_custom_images').length > 0) {
972
  if ( typeof wp !== 'undefined' && wp.media && wp.media.editor) {
973
  jQuery('.wrap').on('click', '.set_custom_images', function(e) {
@@ -982,10 +1074,10 @@ value="<?php echo $er_options['login_bg_ypos']; ?>" />
982
  });
983
  }
984
  };
985
-
986
  });
987
-
988
  </script>
989
  <?php
990
  }
991
- ?>
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: 3.5.2
9
  Author: Libin V Babu
10
  Author URI: http://www.libin.in/
11
  License: GPL
14
  /* Copyright 2016 Libin V Babu (email : libin@libin.in)
15
 
16
  This program is free software; you can redistribute it and/or modify
17
+ it under the terms of the GNU General Public License, version 2, as
18
  published by the Free Software Foundation.
19
 
20
  This program is distributed in the hope that it will be useful,
77
  /* Login Logo */
78
  function er_login_logo() {
79
  /*Get all options from db */
80
+ $er_options = get_option('plugin_erident_settings');
81
+
82
+ if($er_options['dashboard_check_shadow'] == "Yes") {
83
+ $er_login_link_shadow = $er_options['dashboard_link_shadow'].' 0 1px 0';
84
  }
85
  else {
86
  $er_login_link_shadow = "none";
87
  }
88
+
89
+ if($er_options['dashboard_check_form_shadow'] == "Yes") {
90
  $er_login_form_shadow = '0 4px 10px -1px '.$er_options['dashboard_form_shadow'];
91
  }
92
  else {
93
  $er_login_form_shadow = "none";
94
  }
95
+
96
+ if($er_options['dashboard_check_lost_pass'] == "Yes") {
97
+ $er_login_lost_pass = "none";
98
+ }
99
+ else {
100
+ $er_login_lost_pass = "block";
101
+ }
102
+
103
+ if($er_options['dashboard_check_backtoblog'] == "Yes") {
104
+ $er_login_backtoblog = "none";
105
+ }
106
+ else {
107
+ $er_login_backtoblog = "block";
108
+ }
109
+
110
  /* Check if opacity field is empty */
111
+ if($er_options['dashboard_login_bg_opacity'] == "") {
112
  $er_login_default_opacity = "1";
113
  }
114
  else {
132
  }
133
  $btnrgba = er_hex2rgb( $er_options['dashboard_button_color'] );
134
  $loginbg = er_hex2rgb( $er_options['dashboard_login_bg'] );
135
+
136
  ?>
137
  <style type="text/css">
138
  /* Styles loading from Erident Custom Login and Dashboard Plugin*/
184
  body.login #nav, body.login #backtoblog {
185
  text-shadow: <?php echo $er_login_link_shadow ?>;
186
  }
187
+ .login form .input, .login input[type=text], .wp-core-ui .button-primary:focus {
188
+ box-shadow: none !important;
189
+ }
190
+ body.login #loginform p.submit .button-primary, body.wp-core-ui .button-primary { box-shadow: none; }
191
+ body.login p#nav { display: <?php echo $er_login_lost_pass ?>; }
192
+ body.login #backtoblog { display: <?php echo $er_login_backtoblog ?>; }
193
  </style>
194
  <?php
195
  }
275
 
276
 
277
  /* Runs when plugin is activated */
278
+ register_activation_hook(__FILE__,'wp_erident_dashboard_install');
279
 
280
  /* Runs on plugin deactivation*/
281
  register_deactivation_hook( __FILE__, 'wp_erident_dashboard_remove' );
282
 
283
+ /* Runs when plugin updated to 3.5.2 */
284
+ add_action( 'upgrader_process_complete', 'er_upgrade_function',10, 2);
285
+
286
+ function er_upgrade_function( $upgrader_object, $options ) {
287
+ $current_plugin_path_name = plugin_basename( __FILE__ );
288
+
289
+ if ($options['action'] == 'update' && $options['type'] == 'plugin' ){
290
+ foreach($options['packages'] as $each_plugin){
291
+ if ($each_plugin==$current_plugin_path_name){
292
+ wp_erident_dashboard_update();
293
+ }
294
+ }
295
+ }
296
+ }
297
+
298
+ if (isset($_GET['update_db'])) {
299
+ wp_erident_dashboard_update();
300
+ }
301
+
302
+ function wp_erident_dashboard_update(){
303
+ $existingOptions = get_option('plugin_erident_settings');
304
+ $newOptions = array(
305
+ 'dashboard_check_lost_pass' => 'No',
306
+ 'dashboard_check_backtoblog' => 'No'
307
+ );
308
+
309
+ $options = array_merge($existingOptions, $newOptions);
310
+ update_option('plugin_erident_settings', $options);
311
+ }
312
+
313
+
314
  function wp_erident_dashboard_install() {
315
  /* Creates new database field */
316
+
317
  $er_new_options = array(
318
  'dashboard_data_left' => 'Powered by YourWebsiteName',
319
  'dashboard_data_right' => '&copy; 2016 All Rights Reserved',
336
  'dashboard_check_shadow' => 'Yes',
337
  'dashboard_link_shadow' => '#ffffff',
338
  'dashboard_check_form_shadow' => 'Yes',
339
+ 'dashboard_check_lost_pass' => 'No',
340
+ 'dashboard_check_backtoblog' => 'No',
341
  'dashboard_form_shadow' => '#C8C8C8',
342
  'dashboard_button_color' => '#5E5E5E',
343
  'top_bg_color' => '#f9fad2',
352
  'top_bg_size' => 'auto',
353
  'dashboard_delete_db' => 'No'
354
  );
355
+
 
 
 
 
 
 
 
 
 
 
 
356
  add_option( 'plugin_erident_settings', $er_new_options );
357
  }
358
 
359
  function wp_erident_dashboard_remove() {
360
  /*Get all options from db */
361
  $er_options = get_option('plugin_erident_settings');
362
+
363
+ if($er_options['dashboard_delete_db'] == "Yes") {
364
  /* Deletes the database field */
365
  delete_option('plugin_erident_settings');
366
  }
390
  */
391
  wp_enqueue_script( 'wp_erident_dashboard-script2' );
392
  wp_enqueue_script( 'wp_erident_dashboard-script' );
393
+ }
394
  /* Call the html code */
395
+
396
  }
397
  function wp_erident_dashboard_html_page() {
398
  ?>
403
  <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>
404
  <form class="wp-erident-dashboard" method="post">
405
 
406
+ <?php
407
  if( isset($_POST['er_update_settings']) ) {
408
  if ( ! empty( $_POST ) && check_admin_referer( 'er_nonce_form', 'er_total_nonce' ) ) {
409
  $er_new_options = $_POST['er_options_up'];
413
  } ?>
414
  <?php /*Get all options from db */
415
  $er_options = get_option('plugin_erident_settings');
416
+
417
  ?>
418
  <div class="postbox">
419
  <div class="handlediv" title="Click to toggle"><br></div>
459
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
460
  </td>
461
  </tr>
462
+
463
  <tr valign="top">
464
  <th scope="row"><?php _e( 'Login Screen Background Image:', 'erident-custom-login-and-dashboard' ); ?></th>
465
  <td><input class="er-textfield" name="er_options_up[top_bg_image]" type="text" id="wp_erident_top_bg_image"
471
  <tr valign="top">
472
  <th scope="row"><?php _e( 'Login Screen Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
473
  <td>
474
+ <?php
475
  switch($er_options['top_bg_repeat'])
476
  {
477
  case 'none':
478
  $er_screen_a='selected="selected"';
479
  $er_screen_b=$er_screen_c=$er_screen_d="";
480
  break;
481
+
482
  case 'repeat':
483
  $er_screen_b='selected="selected"';
484
  $er_screen_a=$er_screen_c=$er_screen_d="";
485
  break;
486
+
487
  case 'repeat-x':
488
  $er_screen_c='selected="selected"';
489
  $er_screen_a=$er_screen_b=$er_screen_d="";
490
  break;
491
+
492
  case 'repeat-y':
493
  $er_screen_d='selected="selected"';
494
  $er_screen_a=$er_screen_b=$er_screen_c="";
495
  break;
496
+
497
  default:
498
  $er_screen_a=$er_screen_b=$er_screen_c=$er_screen_d="";
499
  break;
500
  }
501
+ ?>
502
  <select class="er-textfield-small" name="er_options_up[top_bg_repeat]" id="wp_erident_top_bg_repeat">
503
  <option value="no-repeat" <?php echo $er_screen_a; ?>>No Repeat</option>
504
  <option value="repeat" <?php echo $er_screen_b; ?>>Repeat</option>
505
  <option value="repeat-x" <?php echo $er_screen_c; ?>>Repeat-x</option>
506
  <option value="repeat-y" <?php echo $er_screen_d; ?>>Repeat-y</option>
507
  </select>
508
+
509
  <br />
510
  <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
511
  </td>
520
  <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>
521
  </td>
522
  </tr>
523
+
524
  <tr valign="top">
525
  <th scope="row"><?php _e( 'Background Size:', 'erident-custom-login-and-dashboard' ); ?></th>
526
  <td><input class="er-textfield-small" name="er_options_up[top_bg_size]" type="text" id="wp_erident_top_bg_size"
529
  <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>
530
  </td>
531
  </tr>
532
+
533
  </table>
534
  </div><!-- end inside -->
535
  </div><!-- end postbox -->
539
  <div class="handlediv" title="Click to toggle"><br></div>
540
  <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Login Screen Logo', 'erident-custom-login-and-dashboard' ); ?></span>
541
  <span class="postbox-title-action"><?php _e( '(Change the default WordPress logo and powered by text)', 'erident-custom-login-and-dashboard' ); ?></span>
542
+ </h3>
543
  <div class="inside openinside">
544
+ <table>
545
  <tr valign="top">
546
  <th scope="row"><?php _e( 'Logo Url:', 'erident-custom-login-and-dashboard' ); ?></th>
547
  <td><input class="er-textfield" name="er_options_up[dashboard_image_logo]" type="text" id="wp_erident_dashboard_image_logo"
550
  <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>
551
  </td>
552
  </tr>
553
+
554
  <tr valign="top">
555
  <th scope="row"><?php _e( 'Logo Width:', 'erident-custom-login-and-dashboard' ); ?></th>
556
  <td><input class="er-textfield-small" name="er_options_up[dashboard_image_logo_width]" type="text" id="wp_erident_dashboard_image_logo_width"
567
  <span class="description"><?php _e( 'Your Logo Height(Enter in pixels). Default: 63px', 'erident-custom-login-and-dashboard' ); ?></span>
568
  </td>
569
  </tr>
570
+
571
  <tr valign="top">
572
  <th scope="row"><?php _e( 'Powered by Text:', 'erident-custom-login-and-dashboard' ); ?></th>
573
  <td><input class="er-textfield" name="er_options_up[dashboard_power_text]" type="text" id="wp_erident_dashboard_power_text"
607
  <tr valign="top">
608
  <th scope="row"><?php _e( 'Login Border Style', 'erident-custom-login-and-dashboard' ); ?></th>
609
  <td>
610
+ <?php
611
  switch($er_options['dashboard_login_border'])
612
  {
613
  case 'none':
614
  $er_a='selected="selected"';
615
  $er_b=$er_c=$er_d=$er_e="";
616
  break;
617
+
618
  case 'solid':
619
  $er_b='selected="selected"';
620
  $er_a=$er_c=$er_d=$er_e="";
621
  break;
622
+
623
  case 'dotted':
624
  $er_c='selected="selected"';
625
  $er_a=$er_b=$er_d=$er_e="";
626
  break;
627
+
628
  case 'dashed':
629
  $er_d='selected="selected"';
630
  $er_a=$er_b=$er_c=$er_e="";
631
  break;
632
+
633
  case 'double':
634
  $er_e='selected="selected"';
635
  $er_a=$er_b=$er_c=$er_d="";
636
  break;
637
+
638
  default:
639
  $er_a=$er_b=$er_c=$er_d=$er_e="";
640
  break;
641
  }
642
+ ?>
643
  <select class="er-textfield-small" name="er_options_up[dashboard_login_border]" id="wp_erident_dashboard_login_border">
644
  <option value="none" <?php echo $er_a; ?>>None</option>
645
  <option value="solid" <?php echo $er_b; ?>>Solid</option>
689
  <tr valign="top">
690
  <th scope="row"><?php _e( 'Login Form Background Repeat', 'erident-custom-login-and-dashboard' ); ?></th>
691
  <td>
692
+ <?php
693
  switch($er_options['login_bg_repeat'])
694
  {
695
  case 'none':
696
  $er_login_a='selected="selected"';
697
  $er_login_b=$er_login_c=$er_login_d="";
698
  break;
699
+
700
  case 'repeat':
701
  $er_login_b='selected="selected"';
702
  $er_login_a=$er_login_c=$er_login_d="";
703
  break;
704
+
705
  case 'repeat-x':
706
  $er_login_c='selected="selected"';
707
  $er_login_a=$er_login_b=$er_login_d="";
708
  break;
709
+
710
  case 'repeat-y':
711
  $er_login_d='selected="selected"';
712
  $er_login_a=$er_login_b=$er_login_c="";
713
  break;
714
+
715
  default:
716
  $er_login_a=$er_login_b=$er_login_c=$er_login_d="";
717
  break;
718
  }
719
+ ?>
720
  <select class="er-textfield-small" name="er_options_up[login_bg_repeat]" id="wp_erident_login_bg_repeat">
721
  <option value="no-repeat" <?php echo $er_login_a; ?>>No Repeat</option>
722
  <option value="repeat" <?php echo $er_login_b; ?>>Repeat</option>
723
  <option value="repeat-x" <?php echo $er_login_c; ?>>Repeat-x</option>
724
  <option value="repeat-y" <?php echo $er_login_d; ?>>Repeat-y</option>
725
  </select>
726
+
727
  <br />
728
  <span class="description"><?php _e( 'Select an image repeat option from dropdown.', 'erident-custom-login-and-dashboard' ); ?></span>
729
  </td>
730
  </tr>
731
+
732
  <tr valign="top">
733
  <th scope="row"><?php _e( 'Background Position:', 'erident-custom-login-and-dashboard' ); ?></th>
734
  <td><?php _e( 'Horizontal Position: ', 'erident-custom-login-and-dashboard' ); ?><input class="er-textfield-small" name="er_options_up[login_bg_xpos]" type="text" id="wp_erident_login_bg_xpos"
739
  <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>
740
  </td>
741
  </tr>
742
+
743
  <tr valign="top">
744
  <th scope="row"><?php _e( 'Login Form Label Text Color', 'erident-custom-login-and-dashboard' ); ?></th>
745
  <td>
781
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
782
  </td>
783
  </tr>
784
+
785
  <tr valign="top">
786
  <th scope="row"><?php _e( 'Enable link shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
787
  <td>
788
+ <?php
789
  $check_sh = $er_options['dashboard_check_shadow'];
790
  if($check_sh == 'Yes') { $sx = "checked"; $sy = ''; } else { $sy = "checked"; $sx = ''; } ?>
791
 
809
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
810
  </td>
811
  </tr>
812
+
813
  <!-- Form Shadow -->
814
  <tr valign="top">
815
  <th scope="row"><?php _e( 'Enable form shadow?', 'erident-custom-login-and-dashboard' ); ?></th>
816
  <td>
817
+ <?php
818
  $check_fsh = $er_options['dashboard_check_form_shadow'];
819
  if($check_fsh == 'Yes') { $fsx = "checked"; $fsy = ''; } else { $fsy = "checked"; $fsx = ''; } ?>
820
 
839
  </td>
840
  </tr>
841
  <!-- end Form shadow -->
842
+
843
  <!-- Login Button Color -->
844
  <tr valign="top">
845
  <th scope="row"><?php _e( 'Login Button Color', 'erident-custom-login-and-dashboard' ); ?></th>
850
  <span class="description"><?php _e( 'Click the box to select a color.', 'erident-custom-login-and-dashboard' ); ?></span>
851
  </td>
852
  </tr>
853
+
854
+ <!-- Lost Password -->
855
+ <tr valign="top">
856
+ <th scope="row"><?php _e( 'Hide Register | Lost your password link', 'erident-custom-login-and-dashboard' ); ?></th>
857
+ <td>
858
+ <?php
859
+ $check_lsp = $er_options['dashboard_check_lost_pass'];
860
+ if($check_lsp == 'Yes') { $lspy = "checked"; $lspn = ''; } else { $lspn = "checked"; $lspy = ''; } ?>
861
+
862
+ <label>
863
+ <input type="radio" name="er_options_up[dashboard_check_lost_pass]" value="Yes" id="wp_erident_dashboard_check_lost_pass_0" <?php echo $lspy; ?> />
864
+ <?php _e( 'Yes', 'erident-custom-login-and-dashboard' ); ?></label>
865
+
866
+ <label>
867
+ <input type="radio" name="er_options_up[dashboard_check_lost_pass]" value="No" id="wp_erident_dashboard_check_lost_pass_1" <?php echo $lspn; ?> />
868
+ <?php _e( 'No', 'erident-custom-login-and-dashboard' ); ?></label>
869
+ <br />
870
+ <span class="description"><?php _e( '(Check an option)', 'erident-custom-login-and-dashboard' ); ?></span>
871
+ </td>
872
+ </tr>
873
+ <!-- end Lost Password -->
874
+
875
+ <!-- Back to Blog -->
876
+ <tr valign="top">
877
+ <th scope="row"><?php _e( 'Hide Back to your website link', 'erident-custom-login-and-dashboard' ); ?></th>
878
+ <td>
879
+ <?php
880
+ $check_btb = $er_options['dashboard_check_backtoblog'];
881
+ if($check_btb == 'Yes') { $btby = "checked"; $btbn = ''; } else { $btbn = "checked"; $btby = ''; } ?>
882
+
883
+ <label>
884
+ <input type="radio" name="er_options_up[dashboard_check_backtoblog]" value="Yes" id="wp_erident_dashboard_check_btb_0" <?php echo $btby; ?> />
885
+ <?php _e( 'Yes', 'erident-custom-login-and-dashboard' ); ?></label>
886
+
887
+ <label>
888
+ <input type="radio" name="er_options_up[dashboard_check_backtoblog]" value="No" id="wp_erident_dashboard_check_btb_1" <?php echo $btbn; ?> />
889
+ <?php _e( 'No', 'erident-custom-login-and-dashboard' ); ?></label>
890
+ <br />
891
+ <span class="description"><?php _e( '(Check an option)', 'erident-custom-login-and-dashboard' ); ?></span>
892
+ </td>
893
+ </tr>
894
+ <!-- end Back to Blog -->
895
+
896
  </table>
897
  </div><!-- end inside -->
898
  </div><!-- end postbox -->
907
  <tr valign="top">
908
  <th scope="row"><?php _e( 'Delete custom settings upon plugin deactivation?', 'erident-custom-login-and-dashboard' ); ?></th>
909
  <td>
910
+ <?php
911
  $check = $er_options['dashboard_delete_db'];
912
  if($check == 'Yes') { $x = "checked"; $y = ''; } else { $y = "checked"; $x = ''; } ?>
913
 
925
  </table>
926
  </div><!-- end inside -->
927
  </div><!-- end postbox -->
928
+
929
  <p>
930
  <input type="submit" name="er_update_settings" class="button-primary" value="<?php _e('Save Changes') ?>" />
931
  </p>
946
  </form>
947
  </div><!-- .inside -->
948
  </div><!-- .postbox -->
949
+
950
  <div class="postbox">
951
  <div class="handlediv" title="Click to toggle"><br></div>
952
  <h3 class="hndle" title="Click to toggle"><span><?php _e( 'Import Settings', 'erident-custom-login-and-dashboard' ); ?></span></h3>
976
  <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>
977
  </ul>
978
  </div><!-- end .er_notice2 -->
979
+ <div class="er_notice2 orange">
980
+ <h3>Donate</h3>
981
+ <p>Erident Custom Login and Dashboard is a free plugin offering a bunch of options to completely customize the look of your wordpress login page. I'm always working hard to add new options while keeping the plugin FREE to use. Support the plugin by offering a donation.</p>
982
+ <a href="https://www.paypal.me/LibinVBabu/25" class="button-primary" target="_blank">Donate Now</a>
983
+ </div>
984
+ <div class="clearfix"></div>
985
  <div class="er_notice">
986
  <h3><?php _e( 'Hire Me', 'erident-custom-login-and-dashboard' ); ?></h3>
987
  <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>
988
+
989
  <h3><?php _e( 'Translation Credits', 'erident-custom-login-and-dashboard'); ?></h3>
990
  <ul>
991
  <li><?php _e( 'Spanish by <a href="http://www.linkedin.com/in/adrifolio" target="_blank">Adriana De La Cuadra</a>', 'erident-custom-login-and-dashboard'); ?></li>
1001
 
1002
  </div>
1003
  <script type="text/javascript">
1004
+
1005
  jQuery(document).ready(function() {
1006
  jQuery('#ilctabscolorpicker').hide();
1007
  jQuery('#ilctabscolorpicker').farbtastic("#wp_erident_dashboard_border_color");
1008
  jQuery("#wp_erident_dashboard_border_color").click(function(){jQuery('#ilctabscolorpicker').slideDown()});
1009
  jQuery("#wp_erident_dashboard_border_color").blur(function(){jQuery('#ilctabscolorpicker').slideUp()});
1010
+
1011
  jQuery('#ilctabscolorpicker2').hide();
1012
  jQuery('#ilctabscolorpicker2').farbtastic("#wp_erident_dashboard_login_bg");
1013
  jQuery("#wp_erident_dashboard_login_bg").click(function(){jQuery('#ilctabscolorpicker2').slideDown()});
1014
  jQuery("#wp_erident_dashboard_login_bg").blur(function(){jQuery('#ilctabscolorpicker2').slideUp()});
1015
+
1016
  jQuery('#ilctabscolorpicker3').hide();
1017
  jQuery('#ilctabscolorpicker3').farbtastic("#wp_erident_dashboard_text_color");
1018
  jQuery("#wp_erident_dashboard_text_color").click(function(){jQuery('#ilctabscolorpicker3').slideDown()});
1019
  jQuery("#wp_erident_dashboard_text_color").blur(function(){jQuery('#ilctabscolorpicker3').slideUp()});
1020
+
1021
  jQuery('#ilctabscolorpicker4').hide();
1022
  jQuery('#ilctabscolorpicker4').farbtastic("#wp_erident_top_bg_color");
1023
  jQuery("#wp_erident_top_bg_color").click(function(){jQuery('#ilctabscolorpicker4').slideDown()});
1024
  jQuery("#wp_erident_top_bg_color").blur(function(){jQuery('#ilctabscolorpicker4').slideUp()});
1025
+
1026
  jQuery('#ilctabscolorpicker5').hide();
1027
  jQuery('#ilctabscolorpicker5').farbtastic("#wp_erident_dashboard_link_color");
1028
  jQuery("#wp_erident_dashboard_link_color").click(function(){jQuery('#ilctabscolorpicker5').slideDown()});
1029
  jQuery("#wp_erident_dashboard_link_color").blur(function(){jQuery('#ilctabscolorpicker5').slideUp()});
1030
+
1031
  jQuery('#ilctabscolorpicker6').hide();
1032
  jQuery('#ilctabscolorpicker6').farbtastic("#wp_erident_dashboard_link_shadow");
1033
  jQuery("#wp_erident_dashboard_link_shadow").click(function(){jQuery('#ilctabscolorpicker6').slideDown()});
1034
  jQuery("#wp_erident_dashboard_link_shadow").blur(function(){jQuery('#ilctabscolorpicker6').slideUp()});
1035
+
1036
  jQuery('#ilctabscolorpicker7').hide();
1037
  jQuery('#ilctabscolorpicker7').farbtastic("#wp_erident_dashboard_form_shadow");
1038
  jQuery("#wp_erident_dashboard_form_shadow").click(function(){jQuery('#ilctabscolorpicker7').slideDown()});
1039
  jQuery("#wp_erident_dashboard_form_shadow").blur(function(){jQuery('#ilctabscolorpicker7').slideUp()});
1040
+
1041
  jQuery('#ilctabscolorpicker8').hide();
1042
  jQuery('#ilctabscolorpicker8').farbtastic("#wp_erident_dashboard_input_text_color");
1043
  jQuery("#wp_erident_dashboard_input_text_color").click(function(){jQuery('#ilctabscolorpicker8').slideDown()});
1044
  jQuery("#wp_erident_dashboard_input_text_color").blur(function(){jQuery('#ilctabscolorpicker8').slideUp()});
1045
+
1046
  jQuery('#ilctabscolorpicker9').hide();
1047
  jQuery('#ilctabscolorpicker9').farbtastic("#wp_erident_dashboard_button_color");
1048
  jQuery("#wp_erident_dashboard_button_color").click(function(){jQuery('#ilctabscolorpicker9').slideDown()});
1049
  jQuery("#wp_erident_dashboard_button_color").blur(function(){jQuery('#ilctabscolorpicker9').slideUp()});
1050
+
1051
  jQuery( ".postbox .hndle" ).on( "mouseover", function() {
1052
  jQuery( this ).css( "cursor", "pointer" );
1053
  });
1054
+
1055
  /* Sliding the panels */
1056
  jQuery(".postbox").on('click', '.handlediv', function(){
1057
  jQuery(this).siblings(".inside").slideToggle();
1059
  jQuery(".postbox").on('click', '.hndle', function(){
1060
  jQuery(this).siblings(".inside").slideToggle();
1061
  });
1062
+
1063
  if (jQuery('.set_custom_images').length > 0) {
1064
  if ( typeof wp !== 'undefined' && wp.media && wp.media.editor) {
1065
  jQuery('.wrap').on('click', '.set_custom_images', function(e) {
1074
  });
1075
  }
1076
  };
1077
+
1078
  });
1079
+
1080
  </script>
1081
  <?php
1082
  }
1083
+ ?>
languages/en.mo CHANGED
Binary file
languages/en.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:19+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:19+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.11\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"
@@ -20,119 +20,119 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr ""
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr ""
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr ""
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr ""
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr ""
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr ""
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr ""
48
 
49
- #: er-custom-login.php:359
50
  msgid "Click on the header of each block to open it."
51
  msgstr ""
52
 
53
- #: er-custom-login.php:367
54
  msgid "Settings saved."
55
  msgstr ""
56
 
57
- #: er-custom-login.php:375
58
  msgid "Dashboard Settings"
59
  msgstr ""
60
 
61
- #: er-custom-login.php:376
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
65
  msgstr ""
66
 
67
- #: er-custom-login.php:381
68
  msgid "Enter the text for dashboard left side footer:"
69
  msgstr ""
70
 
71
- #: er-custom-login.php:386
72
  msgid ""
73
  "This will replace the default \"Thank you for creating with WordPress\" on "
74
  "the bottom left side of dashboard"
75
  msgstr ""
76
 
77
- #: er-custom-login.php:390
78
  msgid "Enter the text for dashboard right side footer:"
79
  msgstr ""
80
 
81
- #: er-custom-login.php:394
82
  msgid ""
83
  "This will replace the default \"WordPress Version\" on the bottom right side "
84
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
85
  "page again to see the result after saving."
86
  msgstr ""
87
 
88
- #: er-custom-login.php:403
89
  msgid "Login Screen Background"
90
  msgstr ""
91
 
92
- #: er-custom-login.php:404
93
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
94
  msgstr ""
95
 
96
- #: er-custom-login.php:409
97
  msgid "Login Screen Background Color:"
98
  msgstr ""
99
 
100
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
101
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
102
  msgid "Click the box to select a color."
103
  msgstr ""
104
 
105
- #: er-custom-login.php:419
106
  msgid "Login Screen Background Image:"
107
  msgstr ""
108
 
109
- #: er-custom-login.php:421 er-custom-login.php:639
110
  msgid "Add Background Image"
111
  msgstr ""
112
 
113
- #: er-custom-login.php:423
114
  msgid ""
115
  "Add your own pattern/image url for the screen background. Leave blank if you "
116
  "don't need any images."
117
  msgstr ""
118
 
119
- #: er-custom-login.php:427
120
  msgid "Login Screen Background Repeat"
121
  msgstr ""
122
 
123
- #: er-custom-login.php:465 er-custom-login.php:683
124
  msgid "Select an image repeat option from dropdown."
125
  msgstr ""
126
 
127
- #: er-custom-login.php:469 er-custom-login.php:688
128
  msgid "Background Position:"
129
  msgstr ""
130
 
131
- #: er-custom-login.php:470 er-custom-login.php:689
132
  msgid "Horizontal Position: "
133
  msgstr ""
134
 
135
- #: er-custom-login.php:475 er-custom-login.php:694
136
  msgid ""
137
  "The background-position property sets the starting position of a background "
138
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -141,11 +141,11 @@ msgid ""
141
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
142
  msgstr ""
143
 
144
- #: er-custom-login.php:480
145
  msgid "Background Size:"
146
  msgstr ""
147
 
148
- #: er-custom-login.php:484
149
  msgid ""
150
  "The background-size property specifies the size of a background image. If "
151
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -154,107 +154,107 @@ msgid ""
154
  "asp\" target=\"_blank\">More Info</a>"
155
  msgstr ""
156
 
157
- #: er-custom-login.php:495
158
  msgid "Login Screen Logo"
159
  msgstr ""
160
 
161
- #: er-custom-login.php:496
162
  msgid "(Change the default WordPress logo and powered by text)"
163
  msgstr ""
164
 
165
- #: er-custom-login.php:501
166
  msgid "Logo Url:"
167
  msgstr ""
168
 
169
- #: er-custom-login.php:503
170
  msgid "Add Logo"
171
  msgstr ""
172
 
173
- #: er-custom-login.php:505
174
  msgid ""
175
  "(URL path to image to replace default WordPress Logo. (You can upload your "
176
  "image with the WordPress media uploader)"
177
  msgstr ""
178
 
179
- #: er-custom-login.php:510
180
  msgid "Logo Width:"
181
  msgstr ""
182
 
183
- #: er-custom-login.php:514
184
  msgid "Your Logo width(Enter in pixels). Default: 274px"
185
  msgstr ""
186
 
187
- #: er-custom-login.php:518
188
  msgid "Logo Height:"
189
  msgstr ""
190
 
191
- #: er-custom-login.php:522
192
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
193
  msgstr ""
194
 
195
- #: er-custom-login.php:527
196
  msgid "Powered by Text:"
197
  msgstr ""
198
 
199
- #: er-custom-login.php:531
200
  msgid "Show when mouse hover over custom Login logo"
201
  msgstr ""
202
 
203
- #: er-custom-login.php:541
204
  msgid "Login Form Settings"
205
  msgstr ""
206
 
207
- #: er-custom-login.php:542
208
  msgid "(The following settings will change the Login Form style)"
209
  msgstr ""
210
 
211
- #: er-custom-login.php:547
212
  msgid "Login form width:"
213
  msgstr ""
214
 
215
- #: er-custom-login.php:551
216
  msgid "Total Form width(Enter in pixels). Default: 350px"
217
  msgstr ""
218
 
219
- #: er-custom-login.php:555
220
  msgid "Login Form Border Radius:"
221
  msgstr ""
222
 
223
- #: er-custom-login.php:559
224
  msgid ""
225
  "Border Radius of Login Form. This is the option to make the corners rounded."
226
  "(Enter in pixels)"
227
  msgstr ""
228
 
229
- #: er-custom-login.php:563
230
  msgid "Login Border Style"
231
  msgstr ""
232
 
233
- #: er-custom-login.php:607
234
  msgid "Select a Border Style option from dropdown."
235
  msgstr ""
236
 
237
- #: er-custom-login.php:611
238
  msgid "Login Border Thickness:"
239
  msgstr ""
240
 
241
- #: er-custom-login.php:615
242
  msgid "Thickness of Border (Enter value in pixels)"
243
  msgstr ""
244
 
245
- #: er-custom-login.php:619
246
  msgid "Login Border Color:"
247
  msgstr ""
248
 
249
- #: er-custom-login.php:628
250
  msgid "Login Form Background Color:"
251
  msgstr ""
252
 
253
- #: er-custom-login.php:632
254
  msgid "Background Opacity: "
255
  msgstr ""
256
 
257
- #: er-custom-login.php:634
258
  msgid ""
259
  "Click the box to select a color. Background Opacity will helps you to put "
260
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -263,171 +263,182 @@ msgid ""
263
  "Info</a>"
264
  msgstr ""
265
 
266
- #: er-custom-login.php:638
267
  msgid "Login Form Background Image:"
268
  msgstr ""
269
 
270
- #: er-custom-login.php:641
271
  msgid ""
272
  "Add your own pattern/image url to the form background. Leave blank if you "
273
  "don't need any images."
274
  msgstr ""
275
 
276
- #: er-custom-login.php:645
277
  msgid "Login Form Background Repeat"
278
  msgstr ""
279
 
280
- #: er-custom-login.php:691
281
  msgid "Vertical Position: "
282
  msgstr ""
283
 
284
- #: er-custom-login.php:699
285
  msgid "Login Form Label Text Color"
286
  msgstr ""
287
 
288
- #: er-custom-login.php:704
289
  msgid ""
290
  "Click the box to select a color. This will change the color of label "
291
  "Username/Password"
292
  msgstr ""
293
 
294
- #: er-custom-login.php:708
295
  msgid "Login Form Label Text Size:"
296
  msgstr ""
297
 
298
- #: er-custom-login.php:711
299
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
300
  msgstr ""
301
 
302
- #: er-custom-login.php:715
303
  msgid "Login Form Input Text Color"
304
  msgstr ""
305
 
306
- #: er-custom-login.php:720
307
  msgid ""
308
  "Click the box to select a color. This will change the color of text inside "
309
  "text box."
310
  msgstr ""
311
 
312
- #: er-custom-login.php:724
313
  msgid "Login Form Input Text Size:"
314
  msgstr ""
315
 
316
- #: er-custom-login.php:727
317
  msgid "Font Size of text inside text box(Enter value in pixels)"
318
  msgstr ""
319
 
320
- #: er-custom-login.php:731
321
  msgid "Login Form Link Color"
322
  msgstr ""
323
 
324
- #: er-custom-login.php:741
325
  msgid "Enable link shadow?"
326
  msgstr ""
327
 
328
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
329
  msgid "Yes"
330
  msgstr ""
331
 
332
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
333
  msgid "No"
334
  msgstr ""
335
 
336
- #: er-custom-login.php:755 er-custom-login.php:784
 
337
  msgid "(Check an option)"
338
  msgstr ""
339
 
340
- #: er-custom-login.php:759
341
  msgid "Login Form Link Shadow Color"
342
  msgstr ""
343
 
344
- #: er-custom-login.php:770
345
  msgid "Enable form shadow?"
346
  msgstr ""
347
 
348
- #: er-custom-login.php:788
349
  msgid "Login Form Shadow Color"
350
  msgstr ""
351
 
352
- #: er-custom-login.php:800
353
  msgid "Login Button Color"
354
  msgstr ""
355
 
356
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
357
  msgid "Plugin Un-install Settings"
358
  msgstr ""
359
 
360
- #: er-custom-login.php:821
361
  msgid "Delete custom settings upon plugin deactivation?"
362
  msgstr ""
363
 
364
- #: er-custom-login.php:835
365
  msgid ""
366
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
367
  "plugin deactivation)"
368
  msgstr ""
369
 
370
- #: er-custom-login.php:843
371
  msgid "Save Changes"
372
  msgstr ""
373
 
374
- #: er-custom-login.php:850
375
  msgid "Export Settings"
376
  msgstr ""
377
 
378
- #: er-custom-login.php:852
379
  msgid ""
380
  "Export the plugin settings for this site as a .json file. This allows you to "
381
  "easily import the configuration into another site."
382
  msgstr ""
383
 
384
- #: er-custom-login.php:857
385
  msgid "Export"
386
  msgstr ""
387
 
388
- #: er-custom-login.php:865
389
  msgid "Import Settings"
390
  msgstr ""
391
 
392
- #: er-custom-login.php:867
393
  msgid ""
394
  "Import the plugin settings from a .json file. This file can be obtained by "
395
  "exporting the settings on another site using the form above."
396
  msgstr ""
397
 
398
- #: er-custom-login.php:875
399
  msgid "Import"
400
  msgstr ""
401
 
402
- #: er-custom-login.php:883
403
  msgid "Quick Links"
404
  msgstr ""
405
 
406
- #: er-custom-login.php:885
407
  msgid "Open Your WP Login Page in a New Tab"
408
  msgstr ""
409
 
410
- #: er-custom-login.php:886
411
  msgid "Plugin Documentation"
412
  msgstr ""
413
 
414
- #: er-custom-login.php:887
415
  msgid "Plugin Support Page"
416
  msgstr ""
417
 
418
- #: er-custom-login.php:888
419
  msgid "Feature Request/Suggestions?"
420
  msgstr ""
421
 
422
- #: er-custom-login.php:889
423
  msgid "Got some Love? Give us a 5 star rating!"
424
  msgstr ""
425
 
426
- #: er-custom-login.php:893
427
  msgid "Hire Me"
428
  msgstr ""
429
 
430
- #: er-custom-login.php:894
431
  msgid ""
432
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
433
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -435,46 +446,46 @@ msgid ""
435
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
436
  msgstr ""
437
 
438
- #: er-custom-login.php:896
439
  msgid "Translation Credits"
440
  msgstr ""
441
 
442
- #: er-custom-login.php:898
443
  msgid ""
444
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
445
  "\">Adriana De La Cuadra</a>"
446
  msgstr ""
447
 
448
- #: er-custom-login.php:899
449
  msgid ""
450
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
451
  "\" target=\"_blank\">Guillaume Vaslin</a>"
452
  msgstr ""
453
 
454
- #: er-custom-login.php:900
455
  msgid ""
456
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
457
  "Kaulfuss</a>"
458
  msgstr ""
459
 
460
- #: er-custom-login.php:901
461
  msgid ""
462
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
463
  "target=\"_blank\">Muhammet Küçük</a>"
464
  msgstr ""
465
 
466
- #: er-custom-login.php:902
467
  msgid ""
468
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
469
  "Heydari</a>"
470
  msgstr ""
471
 
472
- #: er-custom-login.php:903
473
  msgid ""
474
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
475
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
476
  msgstr ""
477
 
478
- #: er-custom-login.php:905
479
  msgid "Do you wants to translate this plugin to your language? Email me!"
480
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:47+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:47+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.8.11\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"
20
  msgid "Settings"
21
  msgstr ""
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr ""
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr ""
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr ""
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr ""
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr ""
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr ""
48
 
49
+ #: er-custom-login.php:403
50
  msgid "Click on the header of each block to open it."
51
  msgstr ""
52
 
53
+ #: er-custom-login.php:411
54
  msgid "Settings saved."
55
  msgstr ""
56
 
57
+ #: er-custom-login.php:420
58
  msgid "Dashboard Settings"
59
  msgstr ""
60
 
61
+ #: er-custom-login.php:421
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
65
  msgstr ""
66
 
67
+ #: er-custom-login.php:426
68
  msgid "Enter the text for dashboard left side footer:"
69
  msgstr ""
70
 
71
+ #: er-custom-login.php:431
72
  msgid ""
73
  "This will replace the default \"Thank you for creating with WordPress\" on "
74
  "the bottom left side of dashboard"
75
  msgstr ""
76
 
77
+ #: er-custom-login.php:435
78
  msgid "Enter the text for dashboard right side footer:"
79
  msgstr ""
80
 
81
+ #: er-custom-login.php:439
82
  msgid ""
83
  "This will replace the default \"WordPress Version\" on the bottom right side "
84
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
85
  "page again to see the result after saving."
86
  msgstr ""
87
 
88
+ #: er-custom-login.php:448
89
  msgid "Login Screen Background"
90
  msgstr ""
91
 
92
+ #: er-custom-login.php:449
93
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
94
  msgstr ""
95
 
96
+ #: er-custom-login.php:454
97
  msgid "Login Screen Background Color:"
98
  msgstr ""
99
 
100
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
101
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
102
  msgid "Click the box to select a color."
103
  msgstr ""
104
 
105
+ #: er-custom-login.php:464
106
  msgid "Login Screen Background Image:"
107
  msgstr ""
108
 
109
+ #: er-custom-login.php:466 er-custom-login.php:684
110
  msgid "Add Background Image"
111
  msgstr ""
112
 
113
+ #: er-custom-login.php:468
114
  msgid ""
115
  "Add your own pattern/image url for the screen background. Leave blank if you "
116
  "don't need any images."
117
  msgstr ""
118
 
119
+ #: er-custom-login.php:472
120
  msgid "Login Screen Background Repeat"
121
  msgstr ""
122
 
123
+ #: er-custom-login.php:510 er-custom-login.php:728
124
  msgid "Select an image repeat option from dropdown."
125
  msgstr ""
126
 
127
+ #: er-custom-login.php:514 er-custom-login.php:733
128
  msgid "Background Position:"
129
  msgstr ""
130
 
131
+ #: er-custom-login.php:515 er-custom-login.php:734
132
  msgid "Horizontal Position: "
133
  msgstr ""
134
 
135
+ #: er-custom-login.php:520 er-custom-login.php:739
136
  msgid ""
137
  "The background-position property sets the starting position of a background "
138
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
141
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
142
  msgstr ""
143
 
144
+ #: er-custom-login.php:525
145
  msgid "Background Size:"
146
  msgstr ""
147
 
148
+ #: er-custom-login.php:529
149
  msgid ""
150
  "The background-size property specifies the size of a background image. If "
151
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
154
  "asp\" target=\"_blank\">More Info</a>"
155
  msgstr ""
156
 
157
+ #: er-custom-login.php:540
158
  msgid "Login Screen Logo"
159
  msgstr ""
160
 
161
+ #: er-custom-login.php:541
162
  msgid "(Change the default WordPress logo and powered by text)"
163
  msgstr ""
164
 
165
+ #: er-custom-login.php:546
166
  msgid "Logo Url:"
167
  msgstr ""
168
 
169
+ #: er-custom-login.php:548
170
  msgid "Add Logo"
171
  msgstr ""
172
 
173
+ #: er-custom-login.php:550
174
  msgid ""
175
  "(URL path to image to replace default WordPress Logo. (You can upload your "
176
  "image with the WordPress media uploader)"
177
  msgstr ""
178
 
179
+ #: er-custom-login.php:555
180
  msgid "Logo Width:"
181
  msgstr ""
182
 
183
+ #: er-custom-login.php:559
184
  msgid "Your Logo width(Enter in pixels). Default: 274px"
185
  msgstr ""
186
 
187
+ #: er-custom-login.php:563
188
  msgid "Logo Height:"
189
  msgstr ""
190
 
191
+ #: er-custom-login.php:567
192
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
193
  msgstr ""
194
 
195
+ #: er-custom-login.php:572
196
  msgid "Powered by Text:"
197
  msgstr ""
198
 
199
+ #: er-custom-login.php:576
200
  msgid "Show when mouse hover over custom Login logo"
201
  msgstr ""
202
 
203
+ #: er-custom-login.php:586
204
  msgid "Login Form Settings"
205
  msgstr ""
206
 
207
+ #: er-custom-login.php:587
208
  msgid "(The following settings will change the Login Form style)"
209
  msgstr ""
210
 
211
+ #: er-custom-login.php:592
212
  msgid "Login form width:"
213
  msgstr ""
214
 
215
+ #: er-custom-login.php:596
216
  msgid "Total Form width(Enter in pixels). Default: 350px"
217
  msgstr ""
218
 
219
+ #: er-custom-login.php:600
220
  msgid "Login Form Border Radius:"
221
  msgstr ""
222
 
223
+ #: er-custom-login.php:604
224
  msgid ""
225
  "Border Radius of Login Form. This is the option to make the corners rounded."
226
  "(Enter in pixels)"
227
  msgstr ""
228
 
229
+ #: er-custom-login.php:608
230
  msgid "Login Border Style"
231
  msgstr ""
232
 
233
+ #: er-custom-login.php:652
234
  msgid "Select a Border Style option from dropdown."
235
  msgstr ""
236
 
237
+ #: er-custom-login.php:656
238
  msgid "Login Border Thickness:"
239
  msgstr ""
240
 
241
+ #: er-custom-login.php:660
242
  msgid "Thickness of Border (Enter value in pixels)"
243
  msgstr ""
244
 
245
+ #: er-custom-login.php:664
246
  msgid "Login Border Color:"
247
  msgstr ""
248
 
249
+ #: er-custom-login.php:673
250
  msgid "Login Form Background Color:"
251
  msgstr ""
252
 
253
+ #: er-custom-login.php:677
254
  msgid "Background Opacity: "
255
  msgstr ""
256
 
257
+ #: er-custom-login.php:679
258
  msgid ""
259
  "Click the box to select a color. Background Opacity will helps you to put "
260
  "transparent color over a background image. Possible values 0 to 1. Example: "
263
  "Info</a>"
264
  msgstr ""
265
 
266
+ #: er-custom-login.php:683
267
  msgid "Login Form Background Image:"
268
  msgstr ""
269
 
270
+ #: er-custom-login.php:686
271
  msgid ""
272
  "Add your own pattern/image url to the form background. Leave blank if you "
273
  "don't need any images."
274
  msgstr ""
275
 
276
+ #: er-custom-login.php:690
277
  msgid "Login Form Background Repeat"
278
  msgstr ""
279
 
280
+ #: er-custom-login.php:736
281
  msgid "Vertical Position: "
282
  msgstr ""
283
 
284
+ #: er-custom-login.php:744
285
  msgid "Login Form Label Text Color"
286
  msgstr ""
287
 
288
+ #: er-custom-login.php:749
289
  msgid ""
290
  "Click the box to select a color. This will change the color of label "
291
  "Username/Password"
292
  msgstr ""
293
 
294
+ #: er-custom-login.php:753
295
  msgid "Login Form Label Text Size:"
296
  msgstr ""
297
 
298
+ #: er-custom-login.php:756
299
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
300
  msgstr ""
301
 
302
+ #: er-custom-login.php:760
303
  msgid "Login Form Input Text Color"
304
  msgstr ""
305
 
306
+ #: er-custom-login.php:765
307
  msgid ""
308
  "Click the box to select a color. This will change the color of text inside "
309
  "text box."
310
  msgstr ""
311
 
312
+ #: er-custom-login.php:769
313
  msgid "Login Form Input Text Size:"
314
  msgstr ""
315
 
316
+ #: er-custom-login.php:772
317
  msgid "Font Size of text inside text box(Enter value in pixels)"
318
  msgstr ""
319
 
320
+ #: er-custom-login.php:776
321
  msgid "Login Form Link Color"
322
  msgstr ""
323
 
324
+ #: er-custom-login.php:786
325
  msgid "Enable link shadow?"
326
  msgstr ""
327
 
328
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
329
+ #: er-custom-login.php:885 er-custom-login.php:916
330
  msgid "Yes"
331
  msgstr ""
332
 
333
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
334
+ #: er-custom-login.php:889 er-custom-login.php:920
335
  msgid "No"
336
  msgstr ""
337
 
338
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
339
+ #: er-custom-login.php:891
340
  msgid "(Check an option)"
341
  msgstr ""
342
 
343
+ #: er-custom-login.php:804
344
  msgid "Login Form Link Shadow Color"
345
  msgstr ""
346
 
347
+ #: er-custom-login.php:815
348
  msgid "Enable form shadow?"
349
  msgstr ""
350
 
351
+ #: er-custom-login.php:833
352
  msgid "Login Form Shadow Color"
353
  msgstr ""
354
 
355
+ #: er-custom-login.php:845
356
  msgid "Login Button Color"
357
  msgstr ""
358
 
359
+ #: er-custom-login.php:856
360
+ msgid "Hide Register | Lost your password link"
361
+ msgstr ""
362
+
363
+ #: er-custom-login.php:877
364
+ msgid "Hide Back to your website link"
365
+ msgstr ""
366
+
367
+ #: er-custom-login.php:903
368
  msgid "Plugin Un-install Settings"
369
  msgstr ""
370
 
371
+ #: er-custom-login.php:908
372
  msgid "Delete custom settings upon plugin deactivation?"
373
  msgstr ""
374
 
375
+ #: er-custom-login.php:922
376
  msgid ""
377
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
378
  "plugin deactivation)"
379
  msgstr ""
380
 
381
+ #: er-custom-login.php:930
382
  msgid "Save Changes"
383
  msgstr ""
384
 
385
+ #: er-custom-login.php:937
386
  msgid "Export Settings"
387
  msgstr ""
388
 
389
+ #: er-custom-login.php:939
390
  msgid ""
391
  "Export the plugin settings for this site as a .json file. This allows you to "
392
  "easily import the configuration into another site."
393
  msgstr ""
394
 
395
+ #: er-custom-login.php:944
396
  msgid "Export"
397
  msgstr ""
398
 
399
+ #: er-custom-login.php:952
400
  msgid "Import Settings"
401
  msgstr ""
402
 
403
+ #: er-custom-login.php:954
404
  msgid ""
405
  "Import the plugin settings from a .json file. This file can be obtained by "
406
  "exporting the settings on another site using the form above."
407
  msgstr ""
408
 
409
+ #: er-custom-login.php:962
410
  msgid "Import"
411
  msgstr ""
412
 
413
+ #: er-custom-login.php:970
414
  msgid "Quick Links"
415
  msgstr ""
416
 
417
+ #: er-custom-login.php:972
418
  msgid "Open Your WP Login Page in a New Tab"
419
  msgstr ""
420
 
421
+ #: er-custom-login.php:973
422
  msgid "Plugin Documentation"
423
  msgstr ""
424
 
425
+ #: er-custom-login.php:974
426
  msgid "Plugin Support Page"
427
  msgstr ""
428
 
429
+ #: er-custom-login.php:975
430
  msgid "Feature Request/Suggestions?"
431
  msgstr ""
432
 
433
+ #: er-custom-login.php:976
434
  msgid "Got some Love? Give us a 5 star rating!"
435
  msgstr ""
436
 
437
+ #: er-custom-login.php:986
438
  msgid "Hire Me"
439
  msgstr ""
440
 
441
+ #: er-custom-login.php:987
442
  msgid ""
443
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
444
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
446
  "www.libin.in\" target=\"_blank\">www.libin.in</a>"
447
  msgstr ""
448
 
449
+ #: er-custom-login.php:989
450
  msgid "Translation Credits"
451
  msgstr ""
452
 
453
+ #: er-custom-login.php:991
454
  msgid ""
455
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
456
  "\">Adriana De La Cuadra</a>"
457
  msgstr ""
458
 
459
+ #: er-custom-login.php:992
460
  msgid ""
461
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
462
  "\" target=\"_blank\">Guillaume Vaslin</a>"
463
  msgstr ""
464
 
465
+ #: er-custom-login.php:993
466
  msgid ""
467
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
468
  "Kaulfuss</a>"
469
  msgstr ""
470
 
471
+ #: er-custom-login.php:994
472
  msgid ""
473
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
474
  "target=\"_blank\">Muhammet Küçük</a>"
475
  msgstr ""
476
 
477
+ #: er-custom-login.php:995
478
  msgid ""
479
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
480
  "Heydari</a>"
481
  msgstr ""
482
 
483
+ #: er-custom-login.php:996
484
  msgid ""
485
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
486
+ "target=\"_blank\">Samuel Desconsi </a>"
487
  msgstr ""
488
 
489
+ #: er-custom-login.php:998
490
  msgid "Do you wants to translate this plugin to your language? Email me!"
491
  msgstr ""
languages/erident-custom-login-and-dashboard-de_DE.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-de_DE.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:20+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:20+0530\n"
6
  "Last-Translator: Peter Kaulfuß <info@peter-kaulfuss.eu>\n"
7
  "Language-Team: Peter Kaulfuß\n"
8
  "Language: de_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 1.6.11\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"
@@ -20,27 +20,27 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Einstellungen"
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr "Bitte wählen Sie eine gültige .json Datei zum Hochladen aus"
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr "Bitte laden Sie eine Datei zum Importieren hoch"
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr "Die neuen Einstellungen wurden erfolgreich importiert!"
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Persönliches Login und Dashboard"
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Custom Login and Dashboard Einstellungen"
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,21 +48,21 @@ msgstr ""
48
  "Das Plugin lädt die Standard Einstellungen für die unten stehenden Optionen. "
49
  "Bitte ändern Sie die Einstellungen wie von Ihnen benötigt."
50
 
51
- #: er-custom-login.php:359
52
  msgid "Click on the header of each block to open it."
53
  msgstr ""
54
  "Klicken Sie auf die Überschriften der Blöcke, um die möglichen Einstellungen "
55
  "anzuzeigen."
56
 
57
- #: er-custom-login.php:367
58
  msgid "Settings saved."
59
  msgstr "Einstellungen gespeichert."
60
 
61
- #: er-custom-login.php:375
62
  msgid "Dashboard Settings"
63
  msgstr "Dashboard Einstellungen"
64
 
65
- #: er-custom-login.php:376
66
  msgid ""
67
  "(These settings will be reflected when a user/admin logins to the WordPress "
68
  "Dashboard)"
@@ -70,12 +70,12 @@ msgstr ""
70
  "(Diese Einstellungen werden wirksam, wenn sich ein Nutzer/Administrator an "
71
  "dem Dashboard von WordPress anmeldet)"
72
 
73
- #: er-custom-login.php:381
74
  msgid "Enter the text for dashboard left side footer:"
75
  msgstr ""
76
  "Geben Sie den Text für die linke Seite des Fußbereiches am DashBoard ein:"
77
 
78
- #: er-custom-login.php:386
79
  msgid ""
80
  "This will replace the default \"Thank you for creating with WordPress\" on "
81
  "the bottom left side of dashboard"
@@ -83,12 +83,12 @@ msgstr ""
83
  "Diese Einstellung wird den Standardtext \"Danke für das Vertrauen in "
84
  "WordPress.\" unten links auf dem Dashboard ersetzen"
85
 
86
- #: er-custom-login.php:390
87
  msgid "Enter the text for dashboard right side footer:"
88
  msgstr ""
89
  "Geben Sie den Text für die rechte Seite des Fußbereiches am DashBoard ein:"
90
 
91
- #: er-custom-login.php:394
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -99,33 +99,33 @@ msgstr ""
99
  "dieser Funktion. Aktualisieren Sie die Seite erneut auf das Ergebnis nach "
100
  "dem Speichern angezeigt."
101
 
102
- #: er-custom-login.php:403
103
  msgid "Login Screen Background"
104
  msgstr "Login Seite Hintergrund"
105
 
106
- #: er-custom-login.php:404
107
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
108
  msgstr ""
109
  "(Die folgenden Einstellungen werden auf der Seite \"wp-login.php\" wirksam)"
110
 
111
- #: er-custom-login.php:409
112
  msgid "Login Screen Background Color:"
113
  msgstr "Login Seite Hintergrundfarbe:"
114
 
115
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
116
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
117
  msgid "Click the box to select a color."
118
  msgstr "Klicken Sie die Box an, um eine Farbe auszuwählen."
119
 
120
- #: er-custom-login.php:419
121
  msgid "Login Screen Background Image:"
122
  msgstr "Login Seite Hintergrund Bild:"
123
 
124
- #: er-custom-login.php:421 er-custom-login.php:639
125
  msgid "Add Background Image"
126
  msgstr "Hinzufügen Hintergrundbild"
127
 
128
- #: er-custom-login.php:423
129
  msgid ""
130
  "Add your own pattern/image url for the screen background. Leave blank if you "
131
  "don't need any images."
@@ -134,25 +134,25 @@ msgstr ""
134
  "Hintergrund ein. Frei lassen, falls Sie kein Bild in den Hintergrund "
135
  "einfügen wollen."
136
 
137
- #: er-custom-login.php:427
138
  msgid "Login Screen Background Repeat"
139
  msgstr "Login Seite Hintergrund Wiederholung"
140
 
141
- #: er-custom-login.php:465 er-custom-login.php:683
142
  msgid "Select an image repeat option from dropdown."
143
  msgstr ""
144
  "Wählen Sie eine Option zur Wiederholung des Hintergrundbildes aus dem "
145
  "Auswahlmenü aus."
146
 
147
- #: er-custom-login.php:469 er-custom-login.php:688
148
  msgid "Background Position:"
149
  msgstr "Hintergrund Position:"
150
 
151
- #: er-custom-login.php:470 er-custom-login.php:689
152
  msgid "Horizontal Position: "
153
  msgstr "Horizontale Position:"
154
 
155
- #: er-custom-login.php:475 er-custom-login.php:694
156
  msgid ""
157
  "The background-position property sets the starting position of a background "
158
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -168,11 +168,11 @@ msgstr ""
168
  "<a href=\"http://www.w3schools.com/cssref/pr_background-position.asp\" "
169
  "target=\"_blank\">Weitere Informationen</a>"
170
 
171
- #: er-custom-login.php:480
172
  msgid "Background Size:"
173
  msgstr "Hintergund Größe:"
174
 
175
- #: er-custom-login.php:484
176
  msgid ""
177
  "The background-size property specifies the size of a background image. If "
178
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -187,23 +187,23 @@ msgstr ""
187
  "\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
188
  "\"_blank\">Weitere Informationen</a>"
189
 
190
- #: er-custom-login.php:495
191
  msgid "Login Screen Logo"
192
  msgstr "Login Seite Logo"
193
 
194
- #: er-custom-login.php:496
195
  msgid "(Change the default WordPress logo and powered by text)"
196
  msgstr "(Ändert das Standard-Logo und den powered by Text von WordPress)"
197
 
198
- #: er-custom-login.php:501
199
  msgid "Logo Url:"
200
  msgstr "URL der Logo-Datei:"
201
 
202
- #: er-custom-login.php:503
203
  msgid "Add Logo"
204
  msgstr "Logo hinzufügen"
205
 
206
- #: er-custom-login.php:505
207
  msgid ""
208
  "(URL path to image to replace default WordPress Logo. (You can upload your "
209
  "image with the WordPress media uploader)"
@@ -212,55 +212,55 @@ msgstr ""
212
  "werden soll. (Sie können ihre Logo-Datei mit dem Medien-Uploader von "
213
  "Wordpress hochladen, und die URL zum Bild dann hier einfügen))"
214
 
215
- #: er-custom-login.php:510
216
  msgid "Logo Width:"
217
  msgstr "Logo Breite:"
218
 
219
- #: er-custom-login.php:514
220
  msgid "Your Logo width(Enter in pixels). Default: 274px"
221
  msgstr "Die Breite Ihres Logos (Wert in Pixel eingeben). Standard: 271px"
222
 
223
- #: er-custom-login.php:518
224
  msgid "Logo Height:"
225
  msgstr "Logo Höhe:"
226
 
227
- #: er-custom-login.php:522
228
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
229
  msgstr "Die Höhe Ihres Logos (Wert in Pixel eingeben). Standard: 63px"
230
 
231
- #: er-custom-login.php:527
232
  msgid "Powered by Text:"
233
  msgstr "Powered by Text:"
234
 
235
- #: er-custom-login.php:531
236
  msgid "Show when mouse hover over custom Login logo"
237
  msgstr "Wird angezeigt, wenn die Maus über dem Logo schwebt"
238
 
239
- #: er-custom-login.php:541
240
  msgid "Login Form Settings"
241
  msgstr "Login-Formular Einstellungen"
242
 
243
- #: er-custom-login.php:542
244
  msgid "(The following settings will change the Login Form style)"
245
  msgstr ""
246
  "(Die folgenden Einstellungen werden das Aussehen des Login-Formulars "
247
  "verändern)"
248
 
249
- #: er-custom-login.php:547
250
  msgid "Login form width:"
251
  msgstr "Login-Formular Breite:"
252
 
253
- #: er-custom-login.php:551
254
  msgid "Total Form width(Enter in pixels). Default: 350px"
255
  msgstr ""
256
  "Die gesamte Breite des Login-Formulars (Wert in Pixel eingeben). Standard: "
257
  "350px"
258
 
259
- #: er-custom-login.php:555
260
  msgid "Login Form Border Radius:"
261
  msgstr "Login-Formular Rahmen-Radius:"
262
 
263
- #: er-custom-login.php:559
264
  msgid ""
265
  "Border Radius of Login Form. This is the option to make the corners rounded."
266
  "(Enter in pixels)"
@@ -268,35 +268,35 @@ msgstr ""
268
  "Der Rahmen-Radius des Login-Formulars. Diese Einstellung bewirkt das die "
269
  "Ecken des Rahmens rund werden. (In Pixel eingeben)"
270
 
271
- #: er-custom-login.php:563
272
  msgid "Login Border Style"
273
  msgstr "Login-Formular Rahmen-Linienart"
274
 
275
- #: er-custom-login.php:607
276
  msgid "Select a Border Style option from dropdown."
277
  msgstr "Wählen Sie eine Rahmen-Linienart aus dem Auswahlmenü aus."
278
 
279
- #: er-custom-login.php:611
280
  msgid "Login Border Thickness:"
281
  msgstr "Login-Formular Rahmen Liniendicke"
282
 
283
- #: er-custom-login.php:615
284
  msgid "Thickness of Border (Enter value in pixels)"
285
  msgstr "Die Dicke der Rahmen-Linie (Einen Wert in Pixel eingeben)"
286
 
287
- #: er-custom-login.php:619
288
  msgid "Login Border Color:"
289
  msgstr "Login-Formular Rahmen Linienfarbe"
290
 
291
- #: er-custom-login.php:628
292
  msgid "Login Form Background Color:"
293
  msgstr "Login-Formular Hintergrund Farbe:"
294
 
295
- #: er-custom-login.php:632
296
  msgid "Background Opacity: "
297
  msgstr "Hintergund Transparenz:"
298
 
299
- #: er-custom-login.php:634
300
  msgid ""
301
  "Click the box to select a color. Background Opacity will helps you to put "
302
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -311,11 +311,11 @@ msgstr ""
311
  "erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Mehr "
312
  "Informationen</a>"
313
 
314
- #: er-custom-login.php:638
315
  msgid "Login Form Background Image:"
316
  msgstr "Login-Formular Hintergrund Bild:"
317
 
318
- #: er-custom-login.php:641
319
  msgid ""
320
  "Add your own pattern/image url to the form background. Leave blank if you "
321
  "don't need any images."
@@ -324,19 +324,19 @@ msgstr ""
324
  "Formular Hintergrund ein. Frei lassen, falls Sie kein Bild in den "
325
  "Hintergrund einfügen wollen."
326
 
327
- #: er-custom-login.php:645
328
  msgid "Login Form Background Repeat"
329
  msgstr "Login-Formular Hnitergrundbild Wiederholungen"
330
 
331
- #: er-custom-login.php:691
332
  msgid "Vertical Position: "
333
  msgstr "Vertikale Position:"
334
 
335
- #: er-custom-login.php:699
336
  msgid "Login Form Label Text Color"
337
  msgstr "Login-Formular Beschriftung Text-Farbe"
338
 
339
- #: er-custom-login.php:704
340
  msgid ""
341
  "Click the box to select a color. This will change the color of label "
342
  "Username/Password"
@@ -344,21 +344,21 @@ msgstr ""
344
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
345
  "die Farbe des Beschriftungstextes Benutzername / Passwort"
346
 
347
- #: er-custom-login.php:708
348
  msgid "Login Form Label Text Size:"
349
  msgstr "Login-Formular Beschriftung Text-Größe"
350
 
351
- #: er-custom-login.php:711
352
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
353
  msgstr ""
354
  "Schriftgröße des Beschriftungstextes der Formularfelder Benutzername / "
355
  "Passwort (Wert in Pixel eingeben)"
356
 
357
- #: er-custom-login.php:715
358
  msgid "Login Form Input Text Color"
359
  msgstr "Login-Formular Texteingabe Text-Farbe"
360
 
361
- #: er-custom-login.php:720
362
  msgid ""
363
  "Click the box to select a color. This will change the color of text inside "
364
  "text box."
@@ -366,62 +366,73 @@ msgstr ""
366
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
367
  "die Farbe des Eingabetextes in den Formularfeldern."
368
 
369
- #: er-custom-login.php:724
370
  msgid "Login Form Input Text Size:"
371
  msgstr "Login-Formular Texteingabe Text-Größe"
372
 
373
- #: er-custom-login.php:727
374
  msgid "Font Size of text inside text box(Enter value in pixels)"
375
  msgstr ""
376
  "Schriftgröße des Textes der in die Formularfelder eingegeben wird (Wert in "
377
  "Pixel eingeben)"
378
 
379
- #: er-custom-login.php:731
380
  msgid "Login Form Link Color"
381
  msgstr "Login-Formular Link-Farbe"
382
 
383
- #: er-custom-login.php:741
384
  msgid "Enable link shadow?"
385
  msgstr "Schatten am Link aktivieren?"
386
 
387
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
388
  msgid "Yes"
389
  msgstr "Ja"
390
 
391
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
392
  msgid "No"
393
  msgstr "Nein"
394
 
395
- #: er-custom-login.php:755 er-custom-login.php:784
 
396
  msgid "(Check an option)"
397
  msgstr "(eine Option auswählen)"
398
 
399
- #: er-custom-login.php:759
400
  msgid "Login Form Link Shadow Color"
401
  msgstr "Login-Forumlar Link-Schatten Farbe"
402
 
403
- #: er-custom-login.php:770
404
  msgid "Enable form shadow?"
405
  msgstr "Schatten des Formularfeldes aktivieren?"
406
 
407
- #: er-custom-login.php:788
408
  msgid "Login Form Shadow Color"
409
  msgstr "Login-Formular Formular-Schatten Farbe"
410
 
411
- #: er-custom-login.php:800
412
  msgid "Login Button Color"
413
  msgstr "Login-Knopf Farbe"
414
 
415
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
416
  msgid "Plugin Un-install Settings"
417
  msgstr "Plugin De-Installation Einstellungen"
418
 
419
- #: er-custom-login.php:821
420
  msgid "Delete custom settings upon plugin deactivation?"
421
  msgstr ""
422
  "Benutzerspezifische Einstellungen bei der Deaktivierung des Plugins löschen?"
423
 
424
- #: er-custom-login.php:835
425
  msgid ""
426
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
427
  "plugin deactivation)"
@@ -432,15 +443,15 @@ msgstr ""
432
  "DER OPTION \"JA\" WERDEN BEI DER NÄCHSTEN DEAKTIVIERUNG ALLE "
433
  "BENUTZERSPEZIFISCHEN EINSTELLUNGEN AUS DER DATENBANK GELÖSCHT!)"
434
 
435
- #: er-custom-login.php:843
436
  msgid "Save Changes"
437
  msgstr "Änderungen speichern"
438
 
439
- #: er-custom-login.php:850
440
  msgid "Export Settings"
441
  msgstr "Einstellungen exportieren"
442
 
443
- #: er-custom-login.php:852
444
  msgid ""
445
  "Export the plugin settings for this site as a .json file. This allows you to "
446
  "easily import the configuration into another site."
@@ -449,15 +460,15 @@ msgstr ""
449
  "Mit dieser Funktion können Sie die hier vorgenommenen Einstellungen einfach "
450
  "in eine andere WordPress-Seite übernehmen."
451
 
452
- #: er-custom-login.php:857
453
  msgid "Export"
454
  msgstr "Exportieren"
455
 
456
- #: er-custom-login.php:865
457
  msgid "Import Settings"
458
  msgstr "Einstellungen importieren"
459
 
460
- #: er-custom-login.php:867
461
  msgid ""
462
  "Import the plugin settings from a .json file. This file can be obtained by "
463
  "exporting the settings on another site using the form above."
@@ -467,39 +478,39 @@ msgstr ""
467
  "WordPress-Seite erzeugen, und damit diese Einstellungen einfach in die "
468
  "aktuelle WordPress-Seite übernehmen."
469
 
470
- #: er-custom-login.php:875
471
  msgid "Import"
472
  msgstr "Importieren"
473
 
474
- #: er-custom-login.php:883
475
  msgid "Quick Links"
476
  msgstr "Schnelle Hilfe - Quick Links"
477
 
478
- #: er-custom-login.php:885
479
  msgid "Open Your WP Login Page in a New Tab"
480
  msgstr "Die WP Login-Seite in einem neuen Tab öffnen"
481
 
482
- #: er-custom-login.php:886
483
  msgid "Plugin Documentation"
484
  msgstr "Dokumentation des Plugins"
485
 
486
- #: er-custom-login.php:887
487
  msgid "Plugin Support Page"
488
  msgstr "Support-Seite des Plugins"
489
 
490
- #: er-custom-login.php:888
491
  msgid "Feature Request/Suggestions?"
492
  msgstr "Neue Funktion gewünscht? Ideen ?"
493
 
494
- #: er-custom-login.php:889
495
  msgid "Got some Love? Give us a 5 star rating!"
496
  msgstr "Etwas Liebe geben? Geben Sie uns eine 5 Sterne Bewertung"
497
 
498
- #: er-custom-login.php:893
499
  msgid "Hire Me"
500
  msgstr "Engagieren Sie mich"
501
 
502
- #: er-custom-login.php:894
503
  msgid ""
504
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
505
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -512,11 +523,11 @@ msgstr ""
512
  "<br/>Online Portfolio: <a href=\"http://www.libin.in\" target=\"_blank\">www."
513
  "libin.in</a>"
514
 
515
- #: er-custom-login.php:896
516
  msgid "Translation Credits"
517
  msgstr "Vielen Dank für die Übersetzungen an: "
518
 
519
- #: er-custom-login.php:898
520
  msgid ""
521
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
522
  "\">Adriana De La Cuadra</a>"
@@ -524,7 +535,7 @@ msgstr ""
524
  "Spanisch von <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
525
  "\">Adriana De La Cuadra</a>"
526
 
527
- #: er-custom-login.php:899
528
  msgid ""
529
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
530
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -532,7 +543,7 @@ msgstr ""
532
  "Französisch von <a href=\"https://www.linkedin.com/pub/vaslin-"
533
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
534
 
535
- #: er-custom-login.php:900
536
  msgid ""
537
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
538
  "Kaulfuss</a>"
@@ -540,7 +551,7 @@ msgstr ""
540
  "Deutsch von <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
541
  "\">Peter Kaulfuss</a>"
542
 
543
- #: er-custom-login.php:901
544
  msgid ""
545
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
546
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -548,7 +559,7 @@ msgstr ""
548
  "Turkish von <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
549
  "target=\"_blank\">Muhammet Küçük</a>"
550
 
551
- #: er-custom-login.php:902
552
  msgid ""
553
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
554
  "Heydari</a>"
@@ -556,19 +567,26 @@ msgstr ""
556
  "Persian von <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
557
  "Heydari</a>"
558
 
559
- #: er-custom-login.php:903
560
  msgid ""
561
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
562
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
563
  msgstr ""
564
- "Portuguese-Brazil von <a href=\"https://www.facebook.com/home.php?"
565
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
566
 
567
- #: er-custom-login.php:905
568
  msgid "Do you wants to translate this plugin to your language? Email me!"
569
  msgstr ""
570
  "Sie möchten eine Übersetzung dieses Plugins in Ihrer Sprache beisteuern? "
571
  "Senden Sie eine <a href=\"mailto:libin@libin.in\">Email</a> an mich!"
572
 
 
 
 
 
 
 
 
573
  #~ msgid "Default Logo Size 274px × 63px"
574
  #~ msgstr "Standard Größe des Logos ist 274px x 63px"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:51+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:51+0530\n"
6
  "Last-Translator: Peter Kaulfuß <info@peter-kaulfuss.eu>\n"
7
  "Language-Team: Peter Kaulfuß\n"
8
  "Language: de_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 1.8.11\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"
20
  msgid "Settings"
21
  msgstr "Einstellungen"
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr "Bitte wählen Sie eine gültige .json Datei zum Hochladen aus"
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Bitte laden Sie eine Datei zum Importieren hoch"
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Die neuen Einstellungen wurden erfolgreich importiert!"
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Persönliches Login und Dashboard"
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Custom Login and Dashboard Einstellungen"
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "Das Plugin lädt die Standard Einstellungen für die unten stehenden Optionen. "
49
  "Bitte ändern Sie die Einstellungen wie von Ihnen benötigt."
50
 
51
+ #: er-custom-login.php:403
52
  msgid "Click on the header of each block to open it."
53
  msgstr ""
54
  "Klicken Sie auf die Überschriften der Blöcke, um die möglichen Einstellungen "
55
  "anzuzeigen."
56
 
57
+ #: er-custom-login.php:411
58
  msgid "Settings saved."
59
  msgstr "Einstellungen gespeichert."
60
 
61
+ #: er-custom-login.php:420
62
  msgid "Dashboard Settings"
63
  msgstr "Dashboard Einstellungen"
64
 
65
+ #: er-custom-login.php:421
66
  msgid ""
67
  "(These settings will be reflected when a user/admin logins to the WordPress "
68
  "Dashboard)"
70
  "(Diese Einstellungen werden wirksam, wenn sich ein Nutzer/Administrator an "
71
  "dem Dashboard von WordPress anmeldet)"
72
 
73
+ #: er-custom-login.php:426
74
  msgid "Enter the text for dashboard left side footer:"
75
  msgstr ""
76
  "Geben Sie den Text für die linke Seite des Fußbereiches am DashBoard ein:"
77
 
78
+ #: er-custom-login.php:431
79
  msgid ""
80
  "This will replace the default \"Thank you for creating with WordPress\" on "
81
  "the bottom left side of dashboard"
83
  "Diese Einstellung wird den Standardtext \"Danke für das Vertrauen in "
84
  "WordPress.\" unten links auf dem Dashboard ersetzen"
85
 
86
+ #: er-custom-login.php:435
87
  msgid "Enter the text for dashboard right side footer:"
88
  msgstr ""
89
  "Geben Sie den Text für die rechte Seite des Fußbereiches am DashBoard ein:"
90
 
91
+ #: er-custom-login.php:439
92
  msgid ""
93
  "This will replace the default \"WordPress Version\" on the bottom right side "
94
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
99
  "dieser Funktion. Aktualisieren Sie die Seite erneut auf das Ergebnis nach "
100
  "dem Speichern angezeigt."
101
 
102
+ #: er-custom-login.php:448
103
  msgid "Login Screen Background"
104
  msgstr "Login Seite Hintergrund"
105
 
106
+ #: er-custom-login.php:449
107
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
108
  msgstr ""
109
  "(Die folgenden Einstellungen werden auf der Seite \"wp-login.php\" wirksam)"
110
 
111
+ #: er-custom-login.php:454
112
  msgid "Login Screen Background Color:"
113
  msgstr "Login Seite Hintergrundfarbe:"
114
 
115
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
116
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
117
  msgid "Click the box to select a color."
118
  msgstr "Klicken Sie die Box an, um eine Farbe auszuwählen."
119
 
120
+ #: er-custom-login.php:464
121
  msgid "Login Screen Background Image:"
122
  msgstr "Login Seite Hintergrund Bild:"
123
 
124
+ #: er-custom-login.php:466 er-custom-login.php:684
125
  msgid "Add Background Image"
126
  msgstr "Hinzufügen Hintergrundbild"
127
 
128
+ #: er-custom-login.php:468
129
  msgid ""
130
  "Add your own pattern/image url for the screen background. Leave blank if you "
131
  "don't need any images."
134
  "Hintergrund ein. Frei lassen, falls Sie kein Bild in den Hintergrund "
135
  "einfügen wollen."
136
 
137
+ #: er-custom-login.php:472
138
  msgid "Login Screen Background Repeat"
139
  msgstr "Login Seite Hintergrund Wiederholung"
140
 
141
+ #: er-custom-login.php:510 er-custom-login.php:728
142
  msgid "Select an image repeat option from dropdown."
143
  msgstr ""
144
  "Wählen Sie eine Option zur Wiederholung des Hintergrundbildes aus dem "
145
  "Auswahlmenü aus."
146
 
147
+ #: er-custom-login.php:514 er-custom-login.php:733
148
  msgid "Background Position:"
149
  msgstr "Hintergrund Position:"
150
 
151
+ #: er-custom-login.php:515 er-custom-login.php:734
152
  msgid "Horizontal Position: "
153
  msgstr "Horizontale Position:"
154
 
155
+ #: er-custom-login.php:520 er-custom-login.php:739
156
  msgid ""
157
  "The background-position property sets the starting position of a background "
158
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
168
  "<a href=\"http://www.w3schools.com/cssref/pr_background-position.asp\" "
169
  "target=\"_blank\">Weitere Informationen</a>"
170
 
171
+ #: er-custom-login.php:525
172
  msgid "Background Size:"
173
  msgstr "Hintergund Größe:"
174
 
175
+ #: er-custom-login.php:529
176
  msgid ""
177
  "The background-size property specifies the size of a background image. If "
178
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
187
  "\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
188
  "\"_blank\">Weitere Informationen</a>"
189
 
190
+ #: er-custom-login.php:540
191
  msgid "Login Screen Logo"
192
  msgstr "Login Seite Logo"
193
 
194
+ #: er-custom-login.php:541
195
  msgid "(Change the default WordPress logo and powered by text)"
196
  msgstr "(Ändert das Standard-Logo und den powered by Text von WordPress)"
197
 
198
+ #: er-custom-login.php:546
199
  msgid "Logo Url:"
200
  msgstr "URL der Logo-Datei:"
201
 
202
+ #: er-custom-login.php:548
203
  msgid "Add Logo"
204
  msgstr "Logo hinzufügen"
205
 
206
+ #: er-custom-login.php:550
207
  msgid ""
208
  "(URL path to image to replace default WordPress Logo. (You can upload your "
209
  "image with the WordPress media uploader)"
212
  "werden soll. (Sie können ihre Logo-Datei mit dem Medien-Uploader von "
213
  "Wordpress hochladen, und die URL zum Bild dann hier einfügen))"
214
 
215
+ #: er-custom-login.php:555
216
  msgid "Logo Width:"
217
  msgstr "Logo Breite:"
218
 
219
+ #: er-custom-login.php:559
220
  msgid "Your Logo width(Enter in pixels). Default: 274px"
221
  msgstr "Die Breite Ihres Logos (Wert in Pixel eingeben). Standard: 271px"
222
 
223
+ #: er-custom-login.php:563
224
  msgid "Logo Height:"
225
  msgstr "Logo Höhe:"
226
 
227
+ #: er-custom-login.php:567
228
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
229
  msgstr "Die Höhe Ihres Logos (Wert in Pixel eingeben). Standard: 63px"
230
 
231
+ #: er-custom-login.php:572
232
  msgid "Powered by Text:"
233
  msgstr "Powered by Text:"
234
 
235
+ #: er-custom-login.php:576
236
  msgid "Show when mouse hover over custom Login logo"
237
  msgstr "Wird angezeigt, wenn die Maus über dem Logo schwebt"
238
 
239
+ #: er-custom-login.php:586
240
  msgid "Login Form Settings"
241
  msgstr "Login-Formular Einstellungen"
242
 
243
+ #: er-custom-login.php:587
244
  msgid "(The following settings will change the Login Form style)"
245
  msgstr ""
246
  "(Die folgenden Einstellungen werden das Aussehen des Login-Formulars "
247
  "verändern)"
248
 
249
+ #: er-custom-login.php:592
250
  msgid "Login form width:"
251
  msgstr "Login-Formular Breite:"
252
 
253
+ #: er-custom-login.php:596
254
  msgid "Total Form width(Enter in pixels). Default: 350px"
255
  msgstr ""
256
  "Die gesamte Breite des Login-Formulars (Wert in Pixel eingeben). Standard: "
257
  "350px"
258
 
259
+ #: er-custom-login.php:600
260
  msgid "Login Form Border Radius:"
261
  msgstr "Login-Formular Rahmen-Radius:"
262
 
263
+ #: er-custom-login.php:604
264
  msgid ""
265
  "Border Radius of Login Form. This is the option to make the corners rounded."
266
  "(Enter in pixels)"
268
  "Der Rahmen-Radius des Login-Formulars. Diese Einstellung bewirkt das die "
269
  "Ecken des Rahmens rund werden. (In Pixel eingeben)"
270
 
271
+ #: er-custom-login.php:608
272
  msgid "Login Border Style"
273
  msgstr "Login-Formular Rahmen-Linienart"
274
 
275
+ #: er-custom-login.php:652
276
  msgid "Select a Border Style option from dropdown."
277
  msgstr "Wählen Sie eine Rahmen-Linienart aus dem Auswahlmenü aus."
278
 
279
+ #: er-custom-login.php:656
280
  msgid "Login Border Thickness:"
281
  msgstr "Login-Formular Rahmen Liniendicke"
282
 
283
+ #: er-custom-login.php:660
284
  msgid "Thickness of Border (Enter value in pixels)"
285
  msgstr "Die Dicke der Rahmen-Linie (Einen Wert in Pixel eingeben)"
286
 
287
+ #: er-custom-login.php:664
288
  msgid "Login Border Color:"
289
  msgstr "Login-Formular Rahmen Linienfarbe"
290
 
291
+ #: er-custom-login.php:673
292
  msgid "Login Form Background Color:"
293
  msgstr "Login-Formular Hintergrund Farbe:"
294
 
295
+ #: er-custom-login.php:677
296
  msgid "Background Opacity: "
297
  msgstr "Hintergund Transparenz:"
298
 
299
+ #: er-custom-login.php:679
300
  msgid ""
301
  "Click the box to select a color. Background Opacity will helps you to put "
302
  "transparent color over a background image. Possible values 0 to 1. Example: "
311
  "erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Mehr "
312
  "Informationen</a>"
313
 
314
+ #: er-custom-login.php:683
315
  msgid "Login Form Background Image:"
316
  msgstr "Login-Formular Hintergrund Bild:"
317
 
318
+ #: er-custom-login.php:686
319
  msgid ""
320
  "Add your own pattern/image url to the form background. Leave blank if you "
321
  "don't need any images."
324
  "Formular Hintergrund ein. Frei lassen, falls Sie kein Bild in den "
325
  "Hintergrund einfügen wollen."
326
 
327
+ #: er-custom-login.php:690
328
  msgid "Login Form Background Repeat"
329
  msgstr "Login-Formular Hnitergrundbild Wiederholungen"
330
 
331
+ #: er-custom-login.php:736
332
  msgid "Vertical Position: "
333
  msgstr "Vertikale Position:"
334
 
335
+ #: er-custom-login.php:744
336
  msgid "Login Form Label Text Color"
337
  msgstr "Login-Formular Beschriftung Text-Farbe"
338
 
339
+ #: er-custom-login.php:749
340
  msgid ""
341
  "Click the box to select a color. This will change the color of label "
342
  "Username/Password"
344
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
345
  "die Farbe des Beschriftungstextes Benutzername / Passwort"
346
 
347
+ #: er-custom-login.php:753
348
  msgid "Login Form Label Text Size:"
349
  msgstr "Login-Formular Beschriftung Text-Größe"
350
 
351
+ #: er-custom-login.php:756
352
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
353
  msgstr ""
354
  "Schriftgröße des Beschriftungstextes der Formularfelder Benutzername / "
355
  "Passwort (Wert in Pixel eingeben)"
356
 
357
+ #: er-custom-login.php:760
358
  msgid "Login Form Input Text Color"
359
  msgstr "Login-Formular Texteingabe Text-Farbe"
360
 
361
+ #: er-custom-login.php:765
362
  msgid ""
363
  "Click the box to select a color. This will change the color of text inside "
364
  "text box."
366
  "Klicken Sie die Box an, um eine Farbe auszuwählen. Diese Option verändert "
367
  "die Farbe des Eingabetextes in den Formularfeldern."
368
 
369
+ #: er-custom-login.php:769
370
  msgid "Login Form Input Text Size:"
371
  msgstr "Login-Formular Texteingabe Text-Größe"
372
 
373
+ #: er-custom-login.php:772
374
  msgid "Font Size of text inside text box(Enter value in pixels)"
375
  msgstr ""
376
  "Schriftgröße des Textes der in die Formularfelder eingegeben wird (Wert in "
377
  "Pixel eingeben)"
378
 
379
+ #: er-custom-login.php:776
380
  msgid "Login Form Link Color"
381
  msgstr "Login-Formular Link-Farbe"
382
 
383
+ #: er-custom-login.php:786
384
  msgid "Enable link shadow?"
385
  msgstr "Schatten am Link aktivieren?"
386
 
387
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
388
+ #: er-custom-login.php:885 er-custom-login.php:916
389
  msgid "Yes"
390
  msgstr "Ja"
391
 
392
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
393
+ #: er-custom-login.php:889 er-custom-login.php:920
394
  msgid "No"
395
  msgstr "Nein"
396
 
397
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
398
+ #: er-custom-login.php:891
399
  msgid "(Check an option)"
400
  msgstr "(eine Option auswählen)"
401
 
402
+ #: er-custom-login.php:804
403
  msgid "Login Form Link Shadow Color"
404
  msgstr "Login-Forumlar Link-Schatten Farbe"
405
 
406
+ #: er-custom-login.php:815
407
  msgid "Enable form shadow?"
408
  msgstr "Schatten des Formularfeldes aktivieren?"
409
 
410
+ #: er-custom-login.php:833
411
  msgid "Login Form Shadow Color"
412
  msgstr "Login-Formular Formular-Schatten Farbe"
413
 
414
+ #: er-custom-login.php:845
415
  msgid "Login Button Color"
416
  msgstr "Login-Knopf Farbe"
417
 
418
+ #: er-custom-login.php:856
419
+ msgid "Hide Register | Lost your password link"
420
+ msgstr "Register ausblenden | Passwort vergessen?"
421
+
422
+ #: er-custom-login.php:877
423
+ msgid "Hide Back to your website link"
424
+ msgstr "Hide Zurück zu Ihrer Website-Link"
425
+
426
+ #: er-custom-login.php:903
427
  msgid "Plugin Un-install Settings"
428
  msgstr "Plugin De-Installation Einstellungen"
429
 
430
+ #: er-custom-login.php:908
431
  msgid "Delete custom settings upon plugin deactivation?"
432
  msgstr ""
433
  "Benutzerspezifische Einstellungen bei der Deaktivierung des Plugins löschen?"
434
 
435
+ #: er-custom-login.php:922
436
  msgid ""
437
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
438
  "plugin deactivation)"
443
  "DER OPTION \"JA\" WERDEN BEI DER NÄCHSTEN DEAKTIVIERUNG ALLE "
444
  "BENUTZERSPEZIFISCHEN EINSTELLUNGEN AUS DER DATENBANK GELÖSCHT!)"
445
 
446
+ #: er-custom-login.php:930
447
  msgid "Save Changes"
448
  msgstr "Änderungen speichern"
449
 
450
+ #: er-custom-login.php:937
451
  msgid "Export Settings"
452
  msgstr "Einstellungen exportieren"
453
 
454
+ #: er-custom-login.php:939
455
  msgid ""
456
  "Export the plugin settings for this site as a .json file. This allows you to "
457
  "easily import the configuration into another site."
460
  "Mit dieser Funktion können Sie die hier vorgenommenen Einstellungen einfach "
461
  "in eine andere WordPress-Seite übernehmen."
462
 
463
+ #: er-custom-login.php:944
464
  msgid "Export"
465
  msgstr "Exportieren"
466
 
467
+ #: er-custom-login.php:952
468
  msgid "Import Settings"
469
  msgstr "Einstellungen importieren"
470
 
471
+ #: er-custom-login.php:954
472
  msgid ""
473
  "Import the plugin settings from a .json file. This file can be obtained by "
474
  "exporting the settings on another site using the form above."
478
  "WordPress-Seite erzeugen, und damit diese Einstellungen einfach in die "
479
  "aktuelle WordPress-Seite übernehmen."
480
 
481
+ #: er-custom-login.php:962
482
  msgid "Import"
483
  msgstr "Importieren"
484
 
485
+ #: er-custom-login.php:970
486
  msgid "Quick Links"
487
  msgstr "Schnelle Hilfe - Quick Links"
488
 
489
+ #: er-custom-login.php:972
490
  msgid "Open Your WP Login Page in a New Tab"
491
  msgstr "Die WP Login-Seite in einem neuen Tab öffnen"
492
 
493
+ #: er-custom-login.php:973
494
  msgid "Plugin Documentation"
495
  msgstr "Dokumentation des Plugins"
496
 
497
+ #: er-custom-login.php:974
498
  msgid "Plugin Support Page"
499
  msgstr "Support-Seite des Plugins"
500
 
501
+ #: er-custom-login.php:975
502
  msgid "Feature Request/Suggestions?"
503
  msgstr "Neue Funktion gewünscht? Ideen ?"
504
 
505
+ #: er-custom-login.php:976
506
  msgid "Got some Love? Give us a 5 star rating!"
507
  msgstr "Etwas Liebe geben? Geben Sie uns eine 5 Sterne Bewertung"
508
 
509
+ #: er-custom-login.php:986
510
  msgid "Hire Me"
511
  msgstr "Engagieren Sie mich"
512
 
513
+ #: er-custom-login.php:987
514
  msgid ""
515
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
516
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
523
  "<br/>Online Portfolio: <a href=\"http://www.libin.in\" target=\"_blank\">www."
524
  "libin.in</a>"
525
 
526
+ #: er-custom-login.php:989
527
  msgid "Translation Credits"
528
  msgstr "Vielen Dank für die Übersetzungen an: "
529
 
530
+ #: er-custom-login.php:991
531
  msgid ""
532
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
533
  "\">Adriana De La Cuadra</a>"
535
  "Spanisch von <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
536
  "\">Adriana De La Cuadra</a>"
537
 
538
+ #: er-custom-login.php:992
539
  msgid ""
540
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
541
  "\" target=\"_blank\">Guillaume Vaslin</a>"
543
  "Französisch von <a href=\"https://www.linkedin.com/pub/vaslin-"
544
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
545
 
546
+ #: er-custom-login.php:993
547
  msgid ""
548
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
549
  "Kaulfuss</a>"
551
  "Deutsch von <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
552
  "\">Peter Kaulfuss</a>"
553
 
554
+ #: er-custom-login.php:994
555
  msgid ""
556
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
557
  "target=\"_blank\">Muhammet Küçük</a>"
559
  "Turkish von <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
560
  "target=\"_blank\">Muhammet Küçük</a>"
561
 
562
+ #: er-custom-login.php:995
563
  msgid ""
564
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
565
  "Heydari</a>"
567
  "Persian von <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
568
  "Heydari</a>"
569
 
570
+ #: er-custom-login.php:996
571
  msgid ""
572
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
573
+ "target=\"_blank\">Samuel Desconsi </a>"
574
  msgstr ""
575
+ "Portuguese-Brazil von <a href=\"https://www.facebook.com/samuel.desconsi\" "
576
+ "target=\"_blank\">Samuel Desconsi </a>"
577
 
578
+ #: er-custom-login.php:998
579
  msgid "Do you wants to translate this plugin to your language? Email me!"
580
  msgstr ""
581
  "Sie möchten eine Übersetzung dieses Plugins in Ihrer Sprache beisteuern? "
582
  "Senden Sie eine <a href=\"mailto:libin@libin.in\">Email</a> an mich!"
583
 
584
+ #~ msgid ""
585
+ #~ "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
586
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
587
+ #~ msgstr ""
588
+ #~ "Portuguese-Brazil von <a href=\"https://www.facebook.com/home.php?"
589
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
590
+
591
  #~ msgid "Default Logo Size 274px × 63px"
592
  #~ msgstr "Standard Größe des Logos ist 274px x 63px"
languages/erident-custom-login-and-dashboard-es_ES.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-es_ES.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:20+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:20+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\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 1.6.11\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"
@@ -20,27 +20,27 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Configuración"
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor adjunte un archivo .json valido"
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr "Por favor adjunte un archivo a importar."
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr "La nueva configuración fue importada exitosamente."
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login y Dashboard"
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +48,19 @@ msgstr ""
48
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
49
  "Puedes ajustarlas a tus necesidades."
50
 
51
- #: er-custom-login.php:359
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Para acceder a más opciones presiona los encabezados de cada sección."
54
 
55
- #: er-custom-login.php:367
56
  msgid "Settings saved."
57
  msgstr "Configuración Salvada"
58
 
59
- #: er-custom-login.php:375
60
  msgid "Dashboard Settings"
61
  msgstr "Configuración del panel"
62
 
63
- #: er-custom-login.php:376
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +68,11 @@ msgstr ""
68
  "(Estos ajustes se reflejarán cuando un usuario / administrador inicia su "
69
  "sesión en el panel de control de WordPress)"
70
 
71
- #: er-custom-login.php:381
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Texto para el panel del pie de página izquierdo:"
74
 
75
- #: er-custom-login.php:386
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +80,11 @@ msgstr ""
80
  "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
81
  "en la parte inferior izquierda del cuadro de mandos"
82
 
83
- #: er-custom-login.php:390
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Texto para el panel del pie de página derecho:"
86
 
87
- #: er-custom-login.php:394
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -95,32 +95,32 @@ msgstr ""
95
  "desactivar esta función. Actualizar la página de nuevo para ver el resultado "
96
  "después de guardar."
97
 
98
- #: er-custom-login.php:403
99
  msgid "Login Screen Background"
100
  msgstr "Fondo de la Pantalla de Ingreso"
101
 
102
- #: er-custom-login.php:404
103
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
104
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
105
 
106
- #: er-custom-login.php:409
107
  msgid "Login Screen Background Color:"
108
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
109
 
110
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
111
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
112
  msgid "Click the box to select a color."
113
  msgstr "Haz click en el cuadro para seleccionar un color."
114
 
115
- #: er-custom-login.php:419
116
  msgid "Login Screen Background Image:"
117
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
118
 
119
- #: er-custom-login.php:421 er-custom-login.php:639
120
  msgid "Add Background Image"
121
  msgstr "Añadir imagen de fondo"
122
 
123
- #: er-custom-login.php:423
124
  msgid ""
125
  "Add your own pattern/image url for the screen background. Leave blank if you "
126
  "don't need any images."
@@ -128,23 +128,23 @@ msgstr ""
128
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
129
  "blanco si no necesitas ninguna imagen."
130
 
131
- #: er-custom-login.php:427
132
  msgid "Login Screen Background Repeat"
133
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
134
 
135
- #: er-custom-login.php:465 er-custom-login.php:683
136
  msgid "Select an image repeat option from dropdown."
137
  msgstr "Selecciona una opción de repetición."
138
 
139
- #: er-custom-login.php:469 er-custom-login.php:688
140
  msgid "Background Position:"
141
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
142
 
143
- #: er-custom-login.php:470 er-custom-login.php:689
144
  msgid "Horizontal Position: "
145
  msgstr "Posición horizontal:"
146
 
147
- #: er-custom-login.php:475 er-custom-login.php:694
148
  msgid ""
149
  "The background-position property sets the starting position of a background "
150
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -159,11 +159,11 @@ msgstr ""
159
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
160
  "\"_blank\"> Más información </ a>"
161
 
162
- #: er-custom-login.php:480
163
  msgid "Background Size:"
164
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
165
 
166
- #: er-custom-login.php:484
167
  msgid ""
168
  "The background-size property specifies the size of a background image. If "
169
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -177,23 +177,23 @@ msgstr ""
177
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
178
  "asp\" target=\"_blank\"> Más información </ a>"
179
 
180
- #: er-custom-login.php:495
181
  msgid "Login Screen Logo"
182
  msgstr "Logo de la Pantalla de Ingreso"
183
 
184
- #: er-custom-login.php:496
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
187
 
188
- #: er-custom-login.php:501
189
  msgid "Logo Url:"
190
  msgstr "URL del Logo:"
191
 
192
- #: er-custom-login.php:503
193
  msgid "Add Logo"
194
  msgstr "Añadir Logo"
195
 
196
- #: er-custom-login.php:505
197
  msgid ""
198
  "(URL path to image to replace default WordPress Logo. (You can upload your "
199
  "image with the WordPress media uploader)"
@@ -201,86 +201,86 @@ msgstr ""
201
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
202
  "image usando el cargador de medios de Wordpress)"
203
 
204
- #: er-custom-login.php:510
205
  msgid "Logo Width:"
206
  msgstr "Ancho del Logo:"
207
 
208
- #: er-custom-login.php:514
209
  msgid "Your Logo width(Enter in pixels). Default: 274px"
210
  msgstr "Anchura del logo. El valor predeterminado es 274px"
211
 
212
- #: er-custom-login.php:518
213
  msgid "Logo Height:"
214
  msgstr "Alto del Logo:"
215
 
216
- #: er-custom-login.php:522
217
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
218
  msgstr "Altura del logo. El valor predeterminado es 63px"
219
 
220
- #: er-custom-login.php:527
221
  msgid "Powered by Text:"
222
  msgstr "Desarrollado por:"
223
 
224
- #: er-custom-login.php:531
225
  msgid "Show when mouse hover over custom Login logo"
226
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
227
 
228
- #: er-custom-login.php:541
229
  msgid "Login Form Settings"
230
  msgstr "Formato de la Pantalla de Ingreso"
231
 
232
- #: er-custom-login.php:542
233
  msgid "(The following settings will change the Login Form style)"
234
  msgstr ""
235
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
236
 
237
- #: er-custom-login.php:547
238
  msgid "Login form width:"
239
  msgstr "Ancho del Formato:"
240
 
241
- #: er-custom-login.php:551
242
  msgid "Total Form width(Enter in pixels). Default: 350px"
243
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
244
 
245
- #: er-custom-login.php:555
246
  msgid "Login Form Border Radius:"
247
  msgstr "Radio del Borde del Formato:"
248
 
249
- #: er-custom-login.php:559
250
  msgid ""
251
  "Border Radius of Login Form. This is the option to make the corners rounded."
252
  "(Enter in pixels)"
253
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
254
 
255
- #: er-custom-login.php:563
256
  msgid "Login Border Style"
257
  msgstr "Estilo del Borde del Formato:"
258
 
259
- #: er-custom-login.php:607
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Selecciona una opción del menú."
262
 
263
- #: er-custom-login.php:611
264
  msgid "Login Border Thickness:"
265
  msgstr "Espesor del Borde del Formato:"
266
 
267
- #: er-custom-login.php:615
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Entra el valor en píxeles."
270
 
271
- #: er-custom-login.php:619
272
  msgid "Login Border Color:"
273
  msgstr "Color del Borde del Formato:"
274
 
275
- #: er-custom-login.php:628
276
  msgid "Login Form Background Color:"
277
  msgstr "Color de Fondo del Formato:"
278
 
279
- #: er-custom-login.php:632
280
  msgid "Background Opacity: "
281
  msgstr "Opacidad de fondo:"
282
 
283
- #: er-custom-login.php:634
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -294,30 +294,30 @@ msgstr ""
294
  "defecto: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
295
  "dashboard/faq/\" target=\"_blank\">Más información</a>"
296
 
297
- #: er-custom-login.php:638
298
  msgid "Login Form Background Image:"
299
  msgstr "Imagen de Fondo del Formato:"
300
 
301
- #: er-custom-login.php:641
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
305
  msgstr ""
306
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
307
 
308
- #: er-custom-login.php:645
309
  msgid "Login Form Background Repeat"
310
  msgstr "Repetición de la Imagen de Fondo del Formato:"
311
 
312
- #: er-custom-login.php:691
313
  msgid "Vertical Position: "
314
  msgstr "Posición Vertical:"
315
 
316
- #: er-custom-login.php:699
317
  msgid "Login Form Label Text Color"
318
  msgstr "Color del Texto de las Etiquetas del Formato:"
319
 
320
- #: er-custom-login.php:704
321
  msgid ""
322
  "Click the box to select a color. This will change the color of label "
323
  "Username/Password"
@@ -325,79 +325,90 @@ msgstr ""
325
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
326
  "color de las etiquetas \"usuario\" y \"contraseña\""
327
 
328
- #: er-custom-login.php:708
329
  msgid "Login Form Label Text Size:"
330
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
331
 
332
- #: er-custom-login.php:711
333
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
334
  msgstr "Entra el valor en píxeles."
335
 
336
- #: er-custom-login.php:715
337
  msgid "Login Form Input Text Color"
338
  msgstr "Color del Texto de los Campos del Formato:"
339
 
340
- #: er-custom-login.php:720
341
  msgid ""
342
  "Click the box to select a color. This will change the color of text inside "
343
  "text box."
344
  msgstr "Haz click en el cuadro para seleccionar un color."
345
 
346
- #: er-custom-login.php:724
347
  msgid "Login Form Input Text Size:"
348
  msgstr "Tamaño del Texto de los Campos del Formato:"
349
 
350
- #: er-custom-login.php:727
351
  msgid "Font Size of text inside text box(Enter value in pixels)"
352
  msgstr "Entra el valor en píxeles."
353
 
354
- #: er-custom-login.php:731
355
  msgid "Login Form Link Color"
356
  msgstr "Color de los enlaces:"
357
 
358
- #: er-custom-login.php:741
359
  msgid "Enable link shadow?"
360
  msgstr "Deseas habilitar la sombra en los enlaces?"
361
 
362
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
363
  msgid "Yes"
364
  msgstr "sí"
365
 
366
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
367
  msgid "No"
368
  msgstr "no"
369
 
370
- #: er-custom-login.php:755 er-custom-login.php:784
 
371
  msgid "(Check an option)"
372
  msgstr "(Marca una opción)"
373
 
374
- #: er-custom-login.php:759
375
  msgid "Login Form Link Shadow Color"
376
  msgstr "Color de la Sombra del Formato:"
377
 
378
- #: er-custom-login.php:770
379
  msgid "Enable form shadow?"
380
  msgstr "Activar forma de sombra?"
381
 
382
- #: er-custom-login.php:788
383
  msgid "Login Form Shadow Color"
384
  msgstr "Color de la Sombra del Formato:"
385
 
386
- #: er-custom-login.php:800
387
  msgid "Login Button Color"
388
  msgstr "Color del Botón del Formato:"
389
 
390
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
391
  msgid "Plugin Un-install Settings"
392
  msgstr "Opción para Desinstalar el Plugin"
393
 
394
- #: er-custom-login.php:821
395
  msgid "Delete custom settings upon plugin deactivation?"
396
  msgstr ""
397
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
398
  "desactivado?"
399
 
400
- #: er-custom-login.php:835
401
  msgid ""
402
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
403
  "plugin deactivation)"
@@ -405,15 +416,15 @@ msgstr ""
405
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
406
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
407
 
408
- #: er-custom-login.php:843
409
  msgid "Save Changes"
410
  msgstr "Guardar cambios"
411
 
412
- #: er-custom-login.php:850
413
  msgid "Export Settings"
414
  msgstr "Exportar Configuración"
415
 
416
- #: er-custom-login.php:852
417
  msgid ""
418
  "Export the plugin settings for this site as a .json file. This allows you to "
419
  "easily import the configuration into another site."
@@ -421,15 +432,15 @@ msgstr ""
421
  "Exportar la configuración del plugin de este sitio web en formato .json. "
422
  "Esto permite importar la configuración a otro sitio."
423
 
424
- #: er-custom-login.php:857
425
  msgid "Export"
426
  msgstr "exportación"
427
 
428
- #: er-custom-login.php:865
429
  msgid "Import Settings"
430
  msgstr "Importar Configuración"
431
 
432
- #: er-custom-login.php:867
433
  msgid ""
434
  "Import the plugin settings from a .json file. This file can be obtained by "
435
  "exporting the settings on another site using the form above."
@@ -438,39 +449,39 @@ msgstr ""
438
  "puedeobtainer al exportar la configuración de otro sitio web usando el "
439
  "formato de arriba."
440
 
441
- #: er-custom-login.php:875
442
  msgid "Import"
443
  msgstr "importación"
444
 
445
- #: er-custom-login.php:883
446
  msgid "Quick Links"
447
  msgstr "Enlaces Rápidos"
448
 
449
- #: er-custom-login.php:885
450
  msgid "Open Your WP Login Page in a New Tab"
451
  msgstr "Abrir una WP Login Página en una nueva pestaña"
452
 
453
- #: er-custom-login.php:886
454
  msgid "Plugin Documentation"
455
  msgstr "Documentación del Plugin"
456
 
457
- #: er-custom-login.php:887
458
  msgid "Plugin Support Page"
459
  msgstr "Página de Soporte Plugin"
460
 
461
- #: er-custom-login.php:888
462
  msgid "Feature Request/Suggestions?"
463
  msgstr "Sugerencias?"
464
 
465
- #: er-custom-login.php:889
466
  msgid "Got some Love? Give us a 5 star rating!"
467
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
468
 
469
- #: er-custom-login.php:893
470
  msgid "Hire Me"
471
  msgstr "Contratamé"
472
 
473
- #: er-custom-login.php:894
474
  msgid ""
475
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
476
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -483,11 +494,11 @@ msgstr ""
483
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
484
  "libin.in</a>"
485
 
486
- #: er-custom-login.php:896
487
  msgid "Translation Credits"
488
  msgstr "Traducción"
489
 
490
- #: er-custom-login.php:898
491
  msgid ""
492
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
493
  "\">Adriana De La Cuadra</a>"
@@ -495,7 +506,7 @@ msgstr ""
495
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
496
  "target=\"_blank\">Adriana De La Cuadra</a>"
497
 
498
- #: er-custom-login.php:899
499
  msgid ""
500
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
501
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -503,7 +514,7 @@ msgstr ""
503
  "Traducción al Francés por<a href=\"https://www.linkedin.com/pub/vaslin-"
504
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
505
 
506
- #: er-custom-login.php:900
507
  msgid ""
508
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
509
  "Kaulfuss</a>"
@@ -511,7 +522,7 @@ msgstr ""
511
  "Alemán por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
512
  "\">Peter Kaulfuss</a>"
513
 
514
- #: er-custom-login.php:901
515
  msgid ""
516
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
517
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -519,7 +530,7 @@ msgstr ""
519
  "Turkish por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
520
  "target=\"_blank\">Muhammet Küçük</a>"
521
 
522
- #: er-custom-login.php:902
523
  msgid ""
524
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
525
  "Heydari</a>"
@@ -527,20 +538,27 @@ msgstr ""
527
  "Persian por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
528
  "Heydari</a>"
529
 
530
- #: er-custom-login.php:903
531
  msgid ""
532
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
533
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
534
  msgstr ""
535
- "Portuguese-Brazil por <a href=\"https://www.facebook.com/home.php?"
536
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
537
 
538
- #: er-custom-login.php:905
539
  msgid "Do you wants to translate this plugin to your language? Email me!"
540
  msgstr ""
541
  "¿Usted quiere traducir este plugin en tu idioma? Envíeme un correo "
542
  "electrónico!"
543
 
 
 
 
 
 
 
 
544
  #~ msgid "Dutch by <a href=\"#\" target=\"_blank\">John Blom</a>"
545
  #~ msgstr "Dutch poor <a href=\"#\" target=\"_blank\">John Blom</a>"
546
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:51+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:52+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\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 1.8.11\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"
20
  msgid "Settings"
21
  msgstr "Configuración"
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor adjunte un archivo .json valido"
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Por favor adjunte un archivo a importar."
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "La nueva configuración fue importada exitosamente."
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login y Dashboard"
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "ERIDENT, Ingreso Customizado - Panel de Control"
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "Los siguientes son las configuraciones predeterminadas de este plugin. "
49
  "Puedes ajustarlas a tus necesidades."
50
 
51
+ #: er-custom-login.php:403
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Para acceder a más opciones presiona los encabezados de cada sección."
54
 
55
+ #: er-custom-login.php:411
56
  msgid "Settings saved."
57
  msgstr "Configuración Salvada"
58
 
59
+ #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Configuración del panel"
62
 
63
+ #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
68
  "(Estos ajustes se reflejarán cuando un usuario / administrador inicia su "
69
  "sesión en el panel de control de WordPress)"
70
 
71
+ #: er-custom-login.php:426
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Texto para el panel del pie de página izquierdo:"
74
 
75
+ #: er-custom-login.php:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
80
  "Esto reemplazará el valor por defecto \"Gracias por crear con WordPress \" "
81
  "en la parte inferior izquierda del cuadro de mandos"
82
 
83
+ #: er-custom-login.php:435
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Texto para el panel del pie de página derecho:"
86
 
87
+ #: er-custom-login.php:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
95
  "desactivar esta función. Actualizar la página de nuevo para ver el resultado "
96
  "después de guardar."
97
 
98
+ #: er-custom-login.php:448
99
  msgid "Login Screen Background"
100
  msgstr "Fondo de la Pantalla de Ingreso"
101
 
102
+ #: er-custom-login.php:449
103
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
104
  msgstr "(Estos ajustes se reflejarán en la página \"wp-login.php\")"
105
 
106
+ #: er-custom-login.php:454
107
  msgid "Login Screen Background Color:"
108
  msgstr "Color del Fondo de la Pantalla de Ingreso:"
109
 
110
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
111
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
112
  msgid "Click the box to select a color."
113
  msgstr "Haz click en el cuadro para seleccionar un color."
114
 
115
+ #: er-custom-login.php:464
116
  msgid "Login Screen Background Image:"
117
  msgstr "Imagen de Fondo de la Pantalla de Ingreso: "
118
 
119
+ #: er-custom-login.php:466 er-custom-login.php:684
120
  msgid "Add Background Image"
121
  msgstr "Añadir imagen de fondo"
122
 
123
+ #: er-custom-login.php:468
124
  msgid ""
125
  "Add your own pattern/image url for the screen background. Leave blank if you "
126
  "don't need any images."
128
  "Añade el url de tu patrón/imagen para el fondo de la pantalla. Deja en "
129
  "blanco si no necesitas ninguna imagen."
130
 
131
+ #: er-custom-login.php:472
132
  msgid "Login Screen Background Repeat"
133
  msgstr "Repetición de la Image de Fondo de la Pantalla de Ingreso:"
134
 
135
+ #: er-custom-login.php:510 er-custom-login.php:728
136
  msgid "Select an image repeat option from dropdown."
137
  msgstr "Selecciona una opción de repetición."
138
 
139
+ #: er-custom-login.php:514 er-custom-login.php:733
140
  msgid "Background Position:"
141
  msgstr "Posición de la Image de Fondo de la Pantalla de Ingreso: "
142
 
143
+ #: er-custom-login.php:515 er-custom-login.php:734
144
  msgid "Horizontal Position: "
145
  msgstr "Posición horizontal:"
146
 
147
+ #: er-custom-login.php:520 er-custom-login.php:739
148
  msgid ""
149
  "The background-position property sets the starting position of a background "
150
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
159
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
160
  "\"_blank\"> Más información </ a>"
161
 
162
+ #: er-custom-login.php:525
163
  msgid "Background Size:"
164
  msgstr "Tamaño e la Image de Fondo de la Pantalla de Ingreso:"
165
 
166
+ #: er-custom-login.php:529
167
  msgid ""
168
  "The background-size property specifies the size of a background image. If "
169
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
177
  "contienen. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
178
  "asp\" target=\"_blank\"> Más información </ a>"
179
 
180
+ #: er-custom-login.php:540
181
  msgid "Login Screen Logo"
182
  msgstr "Logo de la Pantalla de Ingreso"
183
 
184
+ #: er-custom-login.php:541
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr "(Cambia el logo de Wordpress y el texto \"powered by Wordpress\")"
187
 
188
+ #: er-custom-login.php:546
189
  msgid "Logo Url:"
190
  msgstr "URL del Logo:"
191
 
192
+ #: er-custom-login.php:548
193
  msgid "Add Logo"
194
  msgstr "Añadir Logo"
195
 
196
+ #: er-custom-login.php:550
197
  msgid ""
198
  "(URL path to image to replace default WordPress Logo. (You can upload your "
199
  "image with the WordPress media uploader)"
201
  "Ingresa el URL para reemplazar el logo de Wordpress. (Tu puedes subir tu "
202
  "image usando el cargador de medios de Wordpress)"
203
 
204
+ #: er-custom-login.php:555
205
  msgid "Logo Width:"
206
  msgstr "Ancho del Logo:"
207
 
208
+ #: er-custom-login.php:559
209
  msgid "Your Logo width(Enter in pixels). Default: 274px"
210
  msgstr "Anchura del logo. El valor predeterminado es 274px"
211
 
212
+ #: er-custom-login.php:563
213
  msgid "Logo Height:"
214
  msgstr "Alto del Logo:"
215
 
216
+ #: er-custom-login.php:567
217
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
218
  msgstr "Altura del logo. El valor predeterminado es 63px"
219
 
220
+ #: er-custom-login.php:572
221
  msgid "Powered by Text:"
222
  msgstr "Desarrollado por:"
223
 
224
+ #: er-custom-login.php:576
225
  msgid "Show when mouse hover over custom Login logo"
226
  msgstr "Este valor se muestra cuando se pasa el mouse sobre el logo"
227
 
228
+ #: er-custom-login.php:586
229
  msgid "Login Form Settings"
230
  msgstr "Formato de la Pantalla de Ingreso"
231
 
232
+ #: er-custom-login.php:587
233
  msgid "(The following settings will change the Login Form style)"
234
  msgstr ""
235
  "(Estos ajustes cambiarán el estilo del formato de la pantalla de ingreso)"
236
 
237
+ #: er-custom-login.php:592
238
  msgid "Login form width:"
239
  msgstr "Ancho del Formato:"
240
 
241
+ #: er-custom-login.php:596
242
  msgid "Total Form width(Enter in pixels). Default: 350px"
243
  msgstr "Ancho total del formato en píxeles. Tamaño predeterminado: 350px"
244
 
245
+ #: er-custom-login.php:600
246
  msgid "Login Form Border Radius:"
247
  msgstr "Radio del Borde del Formato:"
248
 
249
+ #: er-custom-login.php:604
250
  msgid ""
251
  "Border Radius of Login Form. This is the option to make the corners rounded."
252
  "(Enter in pixels)"
253
  msgstr "Usa esta opción para hacer las esquinas del formato redondas."
254
 
255
+ #: er-custom-login.php:608
256
  msgid "Login Border Style"
257
  msgstr "Estilo del Borde del Formato:"
258
 
259
+ #: er-custom-login.php:652
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Selecciona una opción del menú."
262
 
263
+ #: er-custom-login.php:656
264
  msgid "Login Border Thickness:"
265
  msgstr "Espesor del Borde del Formato:"
266
 
267
+ #: er-custom-login.php:660
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Entra el valor en píxeles."
270
 
271
+ #: er-custom-login.php:664
272
  msgid "Login Border Color:"
273
  msgstr "Color del Borde del Formato:"
274
 
275
+ #: er-custom-login.php:673
276
  msgid "Login Form Background Color:"
277
  msgstr "Color de Fondo del Formato:"
278
 
279
+ #: er-custom-login.php:677
280
  msgid "Background Opacity: "
281
  msgstr "Opacidad de fondo:"
282
 
283
+ #: er-custom-login.php:679
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
294
  "defecto: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
295
  "dashboard/faq/\" target=\"_blank\">Más información</a>"
296
 
297
+ #: er-custom-login.php:683
298
  msgid "Login Form Background Image:"
299
  msgstr "Imagen de Fondo del Formato:"
300
 
301
+ #: er-custom-login.php:686
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
305
  msgstr ""
306
  "Agrega tu propio patrón/imagen. Deja en blanco si no necesitas imágenes."
307
 
308
+ #: er-custom-login.php:690
309
  msgid "Login Form Background Repeat"
310
  msgstr "Repetición de la Imagen de Fondo del Formato:"
311
 
312
+ #: er-custom-login.php:736
313
  msgid "Vertical Position: "
314
  msgstr "Posición Vertical:"
315
 
316
+ #: er-custom-login.php:744
317
  msgid "Login Form Label Text Color"
318
  msgstr "Color del Texto de las Etiquetas del Formato:"
319
 
320
+ #: er-custom-login.php:749
321
  msgid ""
322
  "Click the box to select a color. This will change the color of label "
323
  "Username/Password"
325
  "Haz click en el cuadro para seleccionar un color. Esta opción cambiara el "
326
  "color de las etiquetas \"usuario\" y \"contraseña\""
327
 
328
+ #: er-custom-login.php:753
329
  msgid "Login Form Label Text Size:"
330
  msgstr "Tamaño del Texto de las Etiquetas del Formato:"
331
 
332
+ #: er-custom-login.php:756
333
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
334
  msgstr "Entra el valor en píxeles."
335
 
336
+ #: er-custom-login.php:760
337
  msgid "Login Form Input Text Color"
338
  msgstr "Color del Texto de los Campos del Formato:"
339
 
340
+ #: er-custom-login.php:765
341
  msgid ""
342
  "Click the box to select a color. This will change the color of text inside "
343
  "text box."
344
  msgstr "Haz click en el cuadro para seleccionar un color."
345
 
346
+ #: er-custom-login.php:769
347
  msgid "Login Form Input Text Size:"
348
  msgstr "Tamaño del Texto de los Campos del Formato:"
349
 
350
+ #: er-custom-login.php:772
351
  msgid "Font Size of text inside text box(Enter value in pixels)"
352
  msgstr "Entra el valor en píxeles."
353
 
354
+ #: er-custom-login.php:776
355
  msgid "Login Form Link Color"
356
  msgstr "Color de los enlaces:"
357
 
358
+ #: er-custom-login.php:786
359
  msgid "Enable link shadow?"
360
  msgstr "Deseas habilitar la sombra en los enlaces?"
361
 
362
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
363
+ #: er-custom-login.php:885 er-custom-login.php:916
364
  msgid "Yes"
365
  msgstr "sí"
366
 
367
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
368
+ #: er-custom-login.php:889 er-custom-login.php:920
369
  msgid "No"
370
  msgstr "no"
371
 
372
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
373
+ #: er-custom-login.php:891
374
  msgid "(Check an option)"
375
  msgstr "(Marca una opción)"
376
 
377
+ #: er-custom-login.php:804
378
  msgid "Login Form Link Shadow Color"
379
  msgstr "Color de la Sombra del Formato:"
380
 
381
+ #: er-custom-login.php:815
382
  msgid "Enable form shadow?"
383
  msgstr "Activar forma de sombra?"
384
 
385
+ #: er-custom-login.php:833
386
  msgid "Login Form Shadow Color"
387
  msgstr "Color de la Sombra del Formato:"
388
 
389
+ #: er-custom-login.php:845
390
  msgid "Login Button Color"
391
  msgstr "Color del Botón del Formato:"
392
 
393
+ #: er-custom-login.php:856
394
+ msgid "Hide Register | Lost your password link"
395
+ msgstr "Ocultar Registro | Perdió tu contraseña"
396
+
397
+ #: er-custom-login.php:877
398
+ msgid "Hide Back to your website link"
399
+ msgstr "Ocultar Volver al enlace de su sitio web"
400
+
401
+ #: er-custom-login.php:903
402
  msgid "Plugin Un-install Settings"
403
  msgstr "Opción para Desinstalar el Plugin"
404
 
405
+ #: er-custom-login.php:908
406
  msgid "Delete custom settings upon plugin deactivation?"
407
  msgstr ""
408
  "Deseas borrar las configuraciones que has customizado una vez el plugin sea "
409
  "desactivado?"
410
 
411
+ #: er-custom-login.php:922
412
  msgid ""
413
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
414
  "plugin deactivation)"
416
  "(Si seleccionas \"sí\" todas los cambios que hayas hecho a la configuración "
417
  "serán borrados de la base de datos una vez el plugin sea desactivado)"
418
 
419
+ #: er-custom-login.php:930
420
  msgid "Save Changes"
421
  msgstr "Guardar cambios"
422
 
423
+ #: er-custom-login.php:937
424
  msgid "Export Settings"
425
  msgstr "Exportar Configuración"
426
 
427
+ #: er-custom-login.php:939
428
  msgid ""
429
  "Export the plugin settings for this site as a .json file. This allows you to "
430
  "easily import the configuration into another site."
432
  "Exportar la configuración del plugin de este sitio web en formato .json. "
433
  "Esto permite importar la configuración a otro sitio."
434
 
435
+ #: er-custom-login.php:944
436
  msgid "Export"
437
  msgstr "exportación"
438
 
439
+ #: er-custom-login.php:952
440
  msgid "Import Settings"
441
  msgstr "Importar Configuración"
442
 
443
+ #: er-custom-login.php:954
444
  msgid ""
445
  "Import the plugin settings from a .json file. This file can be obtained by "
446
  "exporting the settings on another site using the form above."
449
  "puedeobtainer al exportar la configuración de otro sitio web usando el "
450
  "formato de arriba."
451
 
452
+ #: er-custom-login.php:962
453
  msgid "Import"
454
  msgstr "importación"
455
 
456
+ #: er-custom-login.php:970
457
  msgid "Quick Links"
458
  msgstr "Enlaces Rápidos"
459
 
460
+ #: er-custom-login.php:972
461
  msgid "Open Your WP Login Page in a New Tab"
462
  msgstr "Abrir una WP Login Página en una nueva pestaña"
463
 
464
+ #: er-custom-login.php:973
465
  msgid "Plugin Documentation"
466
  msgstr "Documentación del Plugin"
467
 
468
+ #: er-custom-login.php:974
469
  msgid "Plugin Support Page"
470
  msgstr "Página de Soporte Plugin"
471
 
472
+ #: er-custom-login.php:975
473
  msgid "Feature Request/Suggestions?"
474
  msgstr "Sugerencias?"
475
 
476
+ #: er-custom-login.php:976
477
  msgid "Got some Love? Give us a 5 star rating!"
478
  msgstr "¿Tienes algo de amor? Danos un 5 estrellas!"
479
 
480
+ #: er-custom-login.php:986
481
  msgid "Hire Me"
482
  msgstr "Contratamé"
483
 
484
+ #: er-custom-login.php:987
485
  msgid ""
486
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
487
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
494
  "portafolio en linea: <a href=\"http://www.libin.in\" target=\"_blank\">www."
495
  "libin.in</a>"
496
 
497
+ #: er-custom-login.php:989
498
  msgid "Translation Credits"
499
  msgstr "Traducción"
500
 
501
+ #: er-custom-login.php:991
502
  msgid ""
503
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
504
  "\">Adriana De La Cuadra</a>"
506
  "Traducida al Español por <a href=\"http://www.linkedin.com/in/adrifolio\" "
507
  "target=\"_blank\">Adriana De La Cuadra</a>"
508
 
509
+ #: er-custom-login.php:992
510
  msgid ""
511
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
512
  "\" target=\"_blank\">Guillaume Vaslin</a>"
514
  "Traducción al Francés por<a href=\"https://www.linkedin.com/pub/vaslin-"
515
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
516
 
517
+ #: er-custom-login.php:993
518
  msgid ""
519
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
520
  "Kaulfuss</a>"
522
  "Alemán por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
523
  "\">Peter Kaulfuss</a>"
524
 
525
+ #: er-custom-login.php:994
526
  msgid ""
527
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
528
  "target=\"_blank\">Muhammet Küçük</a>"
530
  "Turkish por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
531
  "target=\"_blank\">Muhammet Küçük</a>"
532
 
533
+ #: er-custom-login.php:995
534
  msgid ""
535
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
536
  "Heydari</a>"
538
  "Persian por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
539
  "Heydari</a>"
540
 
541
+ #: er-custom-login.php:996
542
  msgid ""
543
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
544
+ "target=\"_blank\">Samuel Desconsi </a>"
545
  msgstr ""
546
+ "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
547
+ "target=\"_blank\">Samuel Desconsi </a>"
548
 
549
+ #: er-custom-login.php:998
550
  msgid "Do you wants to translate this plugin to your language? Email me!"
551
  msgstr ""
552
  "¿Usted quiere traducir este plugin en tu idioma? Envíeme un correo "
553
  "electrónico!"
554
 
555
+ #~ msgid ""
556
+ #~ "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
557
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
558
+ #~ msgstr ""
559
+ #~ "Portuguese-Brazil por <a href=\"https://www.facebook.com/home.php?"
560
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
561
+
562
  #~ msgid "Dutch by <a href=\"#\" target=\"_blank\">John Blom</a>"
563
  #~ msgstr "Dutch poor <a href=\"#\" target=\"_blank\">John Blom</a>"
564
 
languages/erident-custom-login-and-dashboard-fa_IR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-fa_IR.po CHANGED
@@ -1,17 +1,17 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: erident-custom-login-and-dashboard\n"
4
- "POT-Creation-Date: 2015-06-10 18:20+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:21+0530\n"
6
  "Last-Translator: Reza Heydari <webdev.irh@gmail.com>\n"
7
  "Language-Team: webdev.irh@gmail.com <webdev.irh@gmail.com>\n"
8
  "Language: fa\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.11\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
- "X-Poedit-Basepath: ../\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
@@ -25,7 +25,8 @@ msgstr ""
25
  #: ../tags/3.0/er-custom-login.php:44 ../tags/3.1/er-custom-login.php:44
26
  #: ../tags/3.2/er-custom-login.php:44 ../tags/3.3.1/er-custom-login.php:44
27
  #: ../tags/3.3/er-custom-login.php:44 ../tags/3.4.1/er-custom-login.php:44
28
- #: ../tags/3.4/er-custom-login.php:44 ../trunk/er-custom-login.php:44
 
29
  msgid "Settings"
30
  msgstr "تنظیمات"
31
 
@@ -39,7 +40,8 @@ msgstr "تنظیمات"
39
  #: ../tags/3.0/er-custom-login.php:815 ../tags/3.1/er-custom-login.php:819
40
  #: ../tags/3.2/er-custom-login.php:819 ../tags/3.3.1/er-custom-login.php:830
41
  #: ../tags/3.3/er-custom-login.php:829 ../tags/3.4.1/er-custom-login.php:837
42
- #: ../tags/3.4/er-custom-login.php:836 ../trunk/er-custom-login.php:843
 
43
  msgid "Save Changes"
44
  msgstr "ذخیره تغییرات"
45
 
@@ -47,7 +49,8 @@ msgstr "ذخیره تغییرات"
47
  #: ../tags/3.0/er-custom-login.php:312 ../tags/3.1/er-custom-login.php:316
48
  #: ../tags/3.2/er-custom-login.php:316 ../tags/3.3.1/er-custom-login.php:326
49
  #: ../tags/3.3/er-custom-login.php:325 ../tags/3.4.1/er-custom-login.php:333
50
- #: ../tags/3.4/er-custom-login.php:332 ../trunk/er-custom-login.php:337
 
51
  msgid "Custom Login and Dashboard"
52
  msgstr "پیشخوان و صفحه ورود سفارشی"
53
 
@@ -55,7 +58,8 @@ msgstr "پیشخوان و صفحه ورود سفارشی"
55
  #: ../tags/3.0/er-custom-login.php:333 ../tags/3.1/er-custom-login.php:337
56
  #: ../tags/3.2/er-custom-login.php:337 ../tags/3.3.1/er-custom-login.php:347
57
  #: ../tags/3.3/er-custom-login.php:346 ../tags/3.4.1/er-custom-login.php:354
58
- #: ../tags/3.4/er-custom-login.php:353 ../trunk/er-custom-login.php:358
 
59
  msgid "Erident Custom Login and Dashboard Settings"
60
  msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی اریدنت"
61
 
@@ -63,7 +67,8 @@ msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی ارید
63
  #: ../tags/3.0/er-custom-login.php:334 ../tags/3.1/er-custom-login.php:338
64
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
65
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
66
- #: ../tags/3.4/er-custom-login.php:354 ../trunk/er-custom-login.php:359
 
67
  msgid ""
68
  "Plugin Loads default values for all below entries. Please change the values "
69
  "to yours."
@@ -75,7 +80,8 @@ msgstr ""
75
  #: ../tags/3.0/er-custom-login.php:334 ../tags/3.1/er-custom-login.php:338
76
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
77
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
78
- #: ../tags/3.4/er-custom-login.php:354 ../trunk/er-custom-login.php:359
 
79
  msgid "Click on the header of each block to open it."
80
  msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن کلیک کنید."
81
 
@@ -83,7 +89,8 @@ msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن
83
  #: ../tags/3.0/er-custom-login.php:348 ../tags/3.1/er-custom-login.php:352
84
  #: ../tags/3.2/er-custom-login.php:352 ../tags/3.3.1/er-custom-login.php:362
85
  #: ../tags/3.3/er-custom-login.php:361 ../tags/3.4.1/er-custom-login.php:369
86
- #: ../tags/3.4/er-custom-login.php:368 ../trunk/er-custom-login.php:375
 
87
  msgid "Dashboard Settings"
88
  msgstr "تنظیمات پیشخوان"
89
 
@@ -91,7 +98,8 @@ msgstr "تنظیمات پیشخوان"
91
  #: ../tags/3.0/er-custom-login.php:349 ../tags/3.1/er-custom-login.php:353
92
  #: ../tags/3.2/er-custom-login.php:353 ../tags/3.3.1/er-custom-login.php:363
93
  #: ../tags/3.3/er-custom-login.php:362 ../tags/3.4.1/er-custom-login.php:370
94
- #: ../tags/3.4/er-custom-login.php:369 ../trunk/er-custom-login.php:376
 
95
  msgid ""
96
  "(These settings will be reflected when a user/admin logins to the WordPress "
97
  "Dashboard)"
@@ -101,7 +109,8 @@ msgstr "(این تنظیمات بر روی پیشخوان وردپرس اعما
101
  #: ../tags/3.0/er-custom-login.php:354 ../tags/3.1/er-custom-login.php:358
102
  #: ../tags/3.2/er-custom-login.php:358 ../tags/3.3.1/er-custom-login.php:368
103
  #: ../tags/3.3/er-custom-login.php:367 ../tags/3.4.1/er-custom-login.php:375
104
- #: ../tags/3.4/er-custom-login.php:374 ../trunk/er-custom-login.php:381
 
105
  msgid "Enter the text for dashboard left side footer:"
106
  msgstr "متن مربوط به پانوشت سمت راست پیشخوان را وارد کنید."
107
 
@@ -109,7 +118,8 @@ msgstr "متن مربوط به پانوشت سمت راست پیشخوان را
109
  #: ../tags/3.0/er-custom-login.php:359 ../tags/3.1/er-custom-login.php:363
110
  #: ../tags/3.2/er-custom-login.php:363 ../tags/3.3.1/er-custom-login.php:373
111
  #: ../tags/3.3/er-custom-login.php:372 ../tags/3.4.1/er-custom-login.php:380
112
- #: ../tags/3.4/er-custom-login.php:379 ../trunk/er-custom-login.php:386
 
113
  msgid ""
114
  "This will replace the default \"Thank you for creating with WordPress\" on "
115
  "the bottom left side of dashboard"
@@ -120,7 +130,8 @@ msgstr ""
120
  #: ../tags/3.0/er-custom-login.php:363 ../tags/3.1/er-custom-login.php:367
121
  #: ../tags/3.2/er-custom-login.php:367 ../tags/3.3.1/er-custom-login.php:377
122
  #: ../tags/3.3/er-custom-login.php:376 ../tags/3.4.1/er-custom-login.php:384
123
- #: ../tags/3.4/er-custom-login.php:383 ../trunk/er-custom-login.php:390
 
124
  msgid "Enter the text for dashboard right side footer:"
125
  msgstr "متن مربوط به پانوشت سمت چپ پیشخوان را وارد کنید."
126
 
@@ -138,7 +149,8 @@ msgstr "این متن جایگزین متن نسخه وردپرس در سمت چ
138
  #: ../tags/3.0/er-custom-login.php:376 ../tags/3.1/er-custom-login.php:380
139
  #: ../tags/3.2/er-custom-login.php:380 ../tags/3.3.1/er-custom-login.php:390
140
  #: ../tags/3.3/er-custom-login.php:389 ../tags/3.4.1/er-custom-login.php:397
141
- #: ../tags/3.4/er-custom-login.php:396 ../trunk/er-custom-login.php:403
 
142
  msgid "Login Screen Background"
143
  msgstr "پس زمینه صفحه ورود"
144
 
@@ -146,7 +158,8 @@ msgstr "پس زمینه صفحه ورود"
146
  #: ../tags/3.0/er-custom-login.php:377 ../tags/3.1/er-custom-login.php:381
147
  #: ../tags/3.2/er-custom-login.php:381 ../tags/3.3.1/er-custom-login.php:391
148
  #: ../tags/3.3/er-custom-login.php:390 ../tags/3.4.1/er-custom-login.php:398
149
- #: ../tags/3.4/er-custom-login.php:397 ../trunk/er-custom-login.php:404
 
150
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
151
  msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر می گذارند.)"
152
 
@@ -154,7 +167,8 @@ msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر
154
  #: ../tags/3.0/er-custom-login.php:382 ../tags/3.1/er-custom-login.php:386
155
  #: ../tags/3.2/er-custom-login.php:386 ../tags/3.3.1/er-custom-login.php:396
156
  #: ../tags/3.3/er-custom-login.php:395 ../tags/3.4.1/er-custom-login.php:403
157
- #: ../tags/3.4/er-custom-login.php:402 ../trunk/er-custom-login.php:409
 
158
  msgid "Login Screen Background Color:"
159
  msgstr "رنگ پس زمینه صفحه ورود:"
160
 
@@ -187,10 +201,16 @@ msgstr "رنگ پس زمینه صفحه ورود:"
187
  #: ../tags/3.4.1/er-custom-login.php:799 ../tags/3.4/er-custom-login.php:407
188
  #: ../tags/3.4/er-custom-login.php:617 ../tags/3.4/er-custom-login.php:729
189
  #: ../tags/3.4/er-custom-login.php:757 ../tags/3.4/er-custom-login.php:786
190
- #: ../tags/3.4/er-custom-login.php:798 ../trunk/er-custom-login.php:414
191
- #: ../trunk/er-custom-login.php:624 ../trunk/er-custom-login.php:736
192
- #: ../trunk/er-custom-login.php:764 ../trunk/er-custom-login.php:793
193
- #: ../trunk/er-custom-login.php:805
 
 
 
 
 
 
194
  msgid "Click the box to select a color."
195
  msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
196
 
@@ -198,7 +218,8 @@ msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
198
  #: ../tags/3.0/er-custom-login.php:392 ../tags/3.1/er-custom-login.php:396
199
  #: ../tags/3.2/er-custom-login.php:396 ../tags/3.3.1/er-custom-login.php:406
200
  #: ../tags/3.3/er-custom-login.php:405 ../tags/3.4.1/er-custom-login.php:413
201
- #: ../tags/3.4/er-custom-login.php:412 ../trunk/er-custom-login.php:419
 
202
  msgid "Login Screen Background Image:"
203
  msgstr "تصویر پس زمینه صفحه ورود"
204
 
@@ -206,7 +227,8 @@ msgstr "تصویر پس زمینه صفحه ورود"
206
  #: ../tags/3.0/er-custom-login.php:396 ../tags/3.1/er-custom-login.php:400
207
  #: ../tags/3.2/er-custom-login.php:400 ../tags/3.3.1/er-custom-login.php:410
208
  #: ../tags/3.3/er-custom-login.php:409 ../tags/3.4.1/er-custom-login.php:417
209
- #: ../tags/3.4/er-custom-login.php:416 ../trunk/er-custom-login.php:423
 
210
  msgid ""
211
  "Add your own pattern/image url for the screen background. Leave blank if you "
212
  "don't need any images."
@@ -218,7 +240,8 @@ msgstr ""
218
  #: ../tags/3.0/er-custom-login.php:400 ../tags/3.1/er-custom-login.php:404
219
  #: ../tags/3.2/er-custom-login.php:404 ../tags/3.3.1/er-custom-login.php:414
220
  #: ../tags/3.3/er-custom-login.php:413 ../tags/3.4.1/er-custom-login.php:421
221
- #: ../tags/3.4/er-custom-login.php:420 ../trunk/er-custom-login.php:427
 
222
  msgid "Login Screen Background Repeat"
223
  msgstr "تکرار پس زمبنه صفحه ورود"
224
 
@@ -231,7 +254,9 @@ msgstr "تکرار پس زمبنه صفحه ورود"
231
  #: ../tags/3.3/er-custom-login.php:451 ../tags/3.3/er-custom-login.php:669
232
  #: ../tags/3.4.1/er-custom-login.php:459 ../tags/3.4.1/er-custom-login.php:677
233
  #: ../tags/3.4/er-custom-login.php:458 ../tags/3.4/er-custom-login.php:676
234
- #: ../trunk/er-custom-login.php:465 ../trunk/er-custom-login.php:683
 
 
235
  msgid "Select an image repeat option from dropdown."
236
  msgstr "یکی از گزینه های تکرار را از لیست انتخاب کنید."
237
 
@@ -244,7 +269,9 @@ msgstr "یکی از گزینه های تکرار را از لیست انتخاب
244
  #: ../tags/3.3/er-custom-login.php:455 ../tags/3.3/er-custom-login.php:674
245
  #: ../tags/3.4.1/er-custom-login.php:463 ../tags/3.4.1/er-custom-login.php:682
246
  #: ../tags/3.4/er-custom-login.php:462 ../tags/3.4/er-custom-login.php:681
247
- #: ../trunk/er-custom-login.php:469 ../trunk/er-custom-login.php:688
 
 
248
  msgid "Background Position:"
249
  msgstr "موقعیت پس زمینه:"
250
 
@@ -257,7 +284,9 @@ msgstr "موقعیت پس زمینه:"
257
  #: ../tags/3.3/er-custom-login.php:456 ../tags/3.3/er-custom-login.php:675
258
  #: ../tags/3.4.1/er-custom-login.php:464 ../tags/3.4.1/er-custom-login.php:683
259
  #: ../tags/3.4/er-custom-login.php:463 ../tags/3.4/er-custom-login.php:682
260
- #: ../trunk/er-custom-login.php:470 ../trunk/er-custom-login.php:689
 
 
261
  msgid "Horizontal Position: "
262
  msgstr "موقعیت افقی:"
263
 
@@ -270,7 +299,9 @@ msgstr "موقعیت افقی:"
270
  #: ../tags/3.3/er-custom-login.php:461 ../tags/3.3/er-custom-login.php:680
271
  #: ../tags/3.4.1/er-custom-login.php:469 ../tags/3.4.1/er-custom-login.php:688
272
  #: ../tags/3.4/er-custom-login.php:468 ../tags/3.4/er-custom-login.php:687
273
- #: ../trunk/er-custom-login.php:475 ../trunk/er-custom-login.php:694
 
 
274
  msgid ""
275
  "The background-position property sets the starting position of a background "
276
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -279,17 +310,18 @@ msgid ""
279
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
280
  msgstr ""
281
  "گزینه «موقعیت پس زمینه» برای تعیین موقعیت شروع پس زمینه استفاده می شود. اگر "
282
- "مقدار را به \"پیکسل\" یا \"درصد\", وارد می کنید \"px\" یا \"%\" را در "
283
- "انتهای مقدار وارد کنید،. اگر مقدار گزینه «تکرار پس زمینه» را \"Repeat\" "
284
- "بگزارید هیچ تغییری اتفاق نمی افتد.. <a href=\"http://www.w3schools.com/"
285
- "cssref/pr_background-position.asp\" target=\"_blank\">اطلاعات بیشتر در زمینه "
286
- "تکرار پس زمینه</a>"
287
 
288
  #: ../tags/2.3.0/er-custom-login.php:432 ../tags/2.3.1/er-custom-login.php:432
289
  #: ../tags/3.0/er-custom-login.php:453 ../tags/3.1/er-custom-login.php:457
290
  #: ../tags/3.2/er-custom-login.php:457 ../tags/3.3.1/er-custom-login.php:467
291
  #: ../tags/3.3/er-custom-login.php:466 ../tags/3.4.1/er-custom-login.php:474
292
- #: ../tags/3.4/er-custom-login.php:473 ../trunk/er-custom-login.php:480
 
293
  msgid "Background Size:"
294
  msgstr "اندازه پس زمینه:"
295
 
@@ -297,25 +329,27 @@ msgstr "اندازه پس زمینه:"
297
  #: ../tags/3.0/er-custom-login.php:457 ../tags/3.1/er-custom-login.php:461
298
  #: ../tags/3.2/er-custom-login.php:461 ../tags/3.3.1/er-custom-login.php:471
299
  #: ../tags/3.3/er-custom-login.php:470 ../tags/3.4.1/er-custom-login.php:478
300
- #: ../tags/3.4/er-custom-login.php:477 ../trunk/er-custom-login.php:484
 
301
  msgid ""
302
- "The background-size property specifies the size of a background image. If "
303
- "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
304
- "at the end of value. Possible values: auto, length, percentage, cover, "
305
- "contain. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
306
- "asp\" target=\"_blank\">More Info</a>"
307
  msgstr ""
308
  "گزینه «اندازه پس زمینه» برای تعیین اندازه پس زمینه استفاده می شود. اگر مقدار "
309
- "را به \"پیکسل\" یا \"درصد\", وارد می کنید \"px\" یا \"%\" را در انتهای "
310
- "مقدار وارد کنید. مقادیر قابل قبول: auto, length, percentage, cover, "
311
- "contain. <a href=\"http://www.w3schools.com/cssref/css3_pr_background-size."
312
- "asp\" target=\"_blank\">اطلاعات بیشتر</a>"
313
 
314
  #: ../tags/2.3.0/er-custom-login.php:447 ../tags/2.3.1/er-custom-login.php:447
315
  #: ../tags/3.0/er-custom-login.php:468 ../tags/3.1/er-custom-login.php:472
316
  #: ../tags/3.2/er-custom-login.php:472 ../tags/3.3.1/er-custom-login.php:482
317
  #: ../tags/3.3/er-custom-login.php:481 ../tags/3.4.1/er-custom-login.php:489
318
- #: ../tags/3.4/er-custom-login.php:488 ../trunk/er-custom-login.php:495
 
319
  msgid "Login Screen Logo"
320
  msgstr "لوگوی صفحه ورود"
321
 
@@ -323,7 +357,8 @@ msgstr "لوگوی صفحه ورود"
323
  #: ../tags/3.0/er-custom-login.php:469 ../tags/3.1/er-custom-login.php:473
324
  #: ../tags/3.2/er-custom-login.php:473 ../tags/3.3.1/er-custom-login.php:483
325
  #: ../tags/3.3/er-custom-login.php:482 ../tags/3.4.1/er-custom-login.php:490
326
- #: ../tags/3.4/er-custom-login.php:489 ../trunk/er-custom-login.php:496
 
327
  msgid "(Change the default WordPress logo and powered by text)"
328
  msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
329
 
@@ -331,7 +366,8 @@ msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
331
  #: ../tags/3.0/er-custom-login.php:474 ../tags/3.1/er-custom-login.php:478
332
  #: ../tags/3.2/er-custom-login.php:478 ../tags/3.3.1/er-custom-login.php:488
333
  #: ../tags/3.3/er-custom-login.php:487 ../tags/3.4.1/er-custom-login.php:495
334
- #: ../tags/3.4/er-custom-login.php:494 ../trunk/er-custom-login.php:501
 
335
  msgid "Logo Url:"
336
  msgstr "مسیر URL لوگو:"
337
 
@@ -346,19 +382,21 @@ msgstr "به طور پیش فرض اندازه 274px × لوگو 63px"
346
  #: ../tags/3.0/er-custom-login.php:478 ../tags/3.1/er-custom-login.php:482
347
  #: ../tags/3.2/er-custom-login.php:482 ../tags/3.3.1/er-custom-login.php:492
348
  #: ../tags/3.3/er-custom-login.php:491 ../tags/3.4.1/er-custom-login.php:499
349
- #: ../tags/3.4/er-custom-login.php:498 ../trunk/er-custom-login.php:505
 
350
  msgid ""
351
  "(URL path to image to replace default WordPress Logo. (You can upload your "
352
  "image with the WordPress media uploader)"
353
  msgstr ""
354
- "(مسیر تصویری که مایلید جایگزین لوگوی پیش فرض وردپرس گردد. می توانید از "
355
- "آپلودر رسانه وردپرس برای بارگزاری تصویر موردنظرتان استفاده کنید)"
356
 
357
  #: ../tags/2.3.0/er-custom-login.php:462 ../tags/2.3.1/er-custom-login.php:462
358
  #: ../tags/3.0/er-custom-login.php:483 ../tags/3.1/er-custom-login.php:487
359
  #: ../tags/3.2/er-custom-login.php:487 ../tags/3.3.1/er-custom-login.php:497
360
  #: ../tags/3.3/er-custom-login.php:496 ../tags/3.4.1/er-custom-login.php:504
361
- #: ../tags/3.4/er-custom-login.php:503 ../trunk/er-custom-login.php:510
 
362
  msgid "Logo Width:"
363
  msgstr "عرض لوگو:"
364
 
@@ -366,7 +404,8 @@ msgstr "عرض لوگو:"
366
  #: ../tags/3.0/er-custom-login.php:487 ../tags/3.1/er-custom-login.php:491
367
  #: ../tags/3.2/er-custom-login.php:491 ../tags/3.3.1/er-custom-login.php:501
368
  #: ../tags/3.3/er-custom-login.php:500 ../tags/3.4.1/er-custom-login.php:508
369
- #: ../tags/3.4/er-custom-login.php:507 ../trunk/er-custom-login.php:514
 
370
  msgid "Your Logo width(Enter in pixels). Default: 274px"
371
  msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
372
 
@@ -374,7 +413,8 @@ msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
374
  #: ../tags/3.0/er-custom-login.php:491 ../tags/3.1/er-custom-login.php:495
375
  #: ../tags/3.2/er-custom-login.php:495 ../tags/3.3.1/er-custom-login.php:505
376
  #: ../tags/3.3/er-custom-login.php:504 ../tags/3.4.1/er-custom-login.php:512
377
- #: ../tags/3.4/er-custom-login.php:511 ../trunk/er-custom-login.php:518
 
378
  msgid "Logo Height:"
379
  msgstr "طول لوگو:"
380
 
@@ -382,7 +422,8 @@ msgstr "طول لوگو:"
382
  #: ../tags/3.0/er-custom-login.php:495 ../tags/3.1/er-custom-login.php:499
383
  #: ../tags/3.2/er-custom-login.php:499 ../tags/3.3.1/er-custom-login.php:509
384
  #: ../tags/3.3/er-custom-login.php:508 ../tags/3.4.1/er-custom-login.php:516
385
- #: ../tags/3.4/er-custom-login.php:515 ../trunk/er-custom-login.php:522
 
386
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
387
  msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
388
 
@@ -390,7 +431,8 @@ msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
390
  #: ../tags/3.0/er-custom-login.php:500 ../tags/3.1/er-custom-login.php:504
391
  #: ../tags/3.2/er-custom-login.php:504 ../tags/3.3.1/er-custom-login.php:514
392
  #: ../tags/3.3/er-custom-login.php:513 ../tags/3.4.1/er-custom-login.php:521
393
- #: ../tags/3.4/er-custom-login.php:520 ../trunk/er-custom-login.php:527
 
394
  msgid "Powered by Text:"
395
  msgstr "متن نیرو گرفته از: "
396
 
@@ -398,7 +440,8 @@ msgstr "متن نیرو گرفته از: "
398
  #: ../tags/3.0/er-custom-login.php:504 ../tags/3.1/er-custom-login.php:508
399
  #: ../tags/3.2/er-custom-login.php:508 ../tags/3.3.1/er-custom-login.php:518
400
  #: ../tags/3.3/er-custom-login.php:517 ../tags/3.4.1/er-custom-login.php:525
401
- #: ../tags/3.4/er-custom-login.php:524 ../trunk/er-custom-login.php:531
 
402
  msgid "Show when mouse hover over custom Login logo"
403
  msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگیرد نمایش داده می شود."
404
 
@@ -406,7 +449,8 @@ msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگ
406
  #: ../tags/3.0/er-custom-login.php:514 ../tags/3.1/er-custom-login.php:518
407
  #: ../tags/3.2/er-custom-login.php:518 ../tags/3.3.1/er-custom-login.php:528
408
  #: ../tags/3.3/er-custom-login.php:527 ../tags/3.4.1/er-custom-login.php:535
409
- #: ../tags/3.4/er-custom-login.php:534 ../trunk/er-custom-login.php:541
 
410
  msgid "Login Form Settings"
411
  msgstr "تنظیمات فرم ورود"
412
 
@@ -414,7 +458,8 @@ msgstr "تنظیمات فرم ورود"
414
  #: ../tags/3.0/er-custom-login.php:515 ../tags/3.1/er-custom-login.php:519
415
  #: ../tags/3.2/er-custom-login.php:519 ../tags/3.3.1/er-custom-login.php:529
416
  #: ../tags/3.3/er-custom-login.php:528 ../tags/3.4.1/er-custom-login.php:536
417
- #: ../tags/3.4/er-custom-login.php:535 ../trunk/er-custom-login.php:542
 
418
  msgid "(The following settings will change the Login Form style)"
419
  msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می دهد)"
420
 
@@ -422,7 +467,8 @@ msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می ده
422
  #: ../tags/3.0/er-custom-login.php:520 ../tags/3.1/er-custom-login.php:524
423
  #: ../tags/3.2/er-custom-login.php:524 ../tags/3.3.1/er-custom-login.php:534
424
  #: ../tags/3.3/er-custom-login.php:533 ../tags/3.4.1/er-custom-login.php:541
425
- #: ../tags/3.4/er-custom-login.php:540 ../trunk/er-custom-login.php:547
 
426
  msgid "Login form width:"
427
  msgstr "عرض فرم ورود: "
428
 
@@ -430,7 +476,8 @@ msgstr "عرض فرم ورود: "
430
  #: ../tags/3.0/er-custom-login.php:524 ../tags/3.1/er-custom-login.php:528
431
  #: ../tags/3.2/er-custom-login.php:528 ../tags/3.3.1/er-custom-login.php:538
432
  #: ../tags/3.3/er-custom-login.php:537 ../tags/3.4.1/er-custom-login.php:545
433
- #: ../tags/3.4/er-custom-login.php:544 ../trunk/er-custom-login.php:551
 
434
  msgid "Total Form width(Enter in pixels). Default: 350px"
435
  msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
436
 
@@ -438,7 +485,8 @@ msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
438
  #: ../tags/3.0/er-custom-login.php:528 ../tags/3.1/er-custom-login.php:532
439
  #: ../tags/3.2/er-custom-login.php:532 ../tags/3.3.1/er-custom-login.php:542
440
  #: ../tags/3.3/er-custom-login.php:541 ../tags/3.4.1/er-custom-login.php:549
441
- #: ../tags/3.4/er-custom-login.php:548 ../trunk/er-custom-login.php:555
 
442
  msgid "Login Form Border Radius:"
443
  msgstr "اندازه قوس مرز فرم ورود: "
444
 
@@ -446,7 +494,8 @@ msgstr "اندازه قوس مرز فرم ورود: "
446
  #: ../tags/3.0/er-custom-login.php:532 ../tags/3.1/er-custom-login.php:536
447
  #: ../tags/3.2/er-custom-login.php:536 ../tags/3.3.1/er-custom-login.php:546
448
  #: ../tags/3.3/er-custom-login.php:545 ../tags/3.4.1/er-custom-login.php:553
449
- #: ../tags/3.4/er-custom-login.php:552 ../trunk/er-custom-login.php:559
 
450
  msgid ""
451
  "Border Radius of Login Form. This is the option to make the corners rounded."
452
  "(Enter in pixels)"
@@ -458,7 +507,8 @@ msgstr ""
458
  #: ../tags/3.0/er-custom-login.php:536 ../tags/3.1/er-custom-login.php:540
459
  #: ../tags/3.2/er-custom-login.php:540 ../tags/3.3.1/er-custom-login.php:550
460
  #: ../tags/3.3/er-custom-login.php:549 ../tags/3.4.1/er-custom-login.php:557
461
- #: ../tags/3.4/er-custom-login.php:556 ../trunk/er-custom-login.php:563
 
462
  msgid "Login Border Style"
463
  msgstr "استایل مرز فرم ورود"
464
 
@@ -466,7 +516,8 @@ msgstr "استایل مرز فرم ورود"
466
  #: ../tags/3.0/er-custom-login.php:580 ../tags/3.1/er-custom-login.php:584
467
  #: ../tags/3.2/er-custom-login.php:584 ../tags/3.3.1/er-custom-login.php:594
468
  #: ../tags/3.3/er-custom-login.php:593 ../tags/3.4.1/er-custom-login.php:601
469
- #: ../tags/3.4/er-custom-login.php:600 ../trunk/er-custom-login.php:607
 
470
  msgid "Select a Border Style option from dropdown."
471
  msgstr "یکی از گزینه های لیست را انتخاب کنید."
472
 
@@ -474,7 +525,8 @@ msgstr "یکی از گزینه های لیست را انتخاب کنید."
474
  #: ../tags/3.0/er-custom-login.php:584 ../tags/3.1/er-custom-login.php:588
475
  #: ../tags/3.2/er-custom-login.php:588 ../tags/3.3.1/er-custom-login.php:598
476
  #: ../tags/3.3/er-custom-login.php:597 ../tags/3.4.1/er-custom-login.php:605
477
- #: ../tags/3.4/er-custom-login.php:604 ../trunk/er-custom-login.php:611
 
478
  msgid "Login Border Thickness:"
479
  msgstr "ضخامت مرز فرم ورود:"
480
 
@@ -482,7 +534,8 @@ msgstr "ضخامت مرز فرم ورود:"
482
  #: ../tags/3.0/er-custom-login.php:588 ../tags/3.1/er-custom-login.php:592
483
  #: ../tags/3.2/er-custom-login.php:592 ../tags/3.3.1/er-custom-login.php:602
484
  #: ../tags/3.3/er-custom-login.php:601 ../tags/3.4.1/er-custom-login.php:609
485
- #: ../tags/3.4/er-custom-login.php:608 ../trunk/er-custom-login.php:615
 
486
  msgid "Thickness of Border (Enter value in pixels)"
487
  msgstr "ضخامت مرز (به پیکسل)"
488
 
@@ -490,7 +543,8 @@ msgstr "ضخامت مرز (به پیکسل)"
490
  #: ../tags/3.0/er-custom-login.php:592 ../tags/3.1/er-custom-login.php:596
491
  #: ../tags/3.2/er-custom-login.php:596 ../tags/3.3.1/er-custom-login.php:606
492
  #: ../tags/3.3/er-custom-login.php:605 ../tags/3.4.1/er-custom-login.php:613
493
- #: ../tags/3.4/er-custom-login.php:612 ../trunk/er-custom-login.php:619
 
494
  msgid "Login Border Color:"
495
  msgstr "رنگ مرز فرم ورود:"
496
 
@@ -498,7 +552,8 @@ msgstr "رنگ مرز فرم ورود:"
498
  #: ../tags/3.0/er-custom-login.php:601 ../tags/3.1/er-custom-login.php:605
499
  #: ../tags/3.2/er-custom-login.php:605 ../tags/3.3.1/er-custom-login.php:615
500
  #: ../tags/3.3/er-custom-login.php:614 ../tags/3.4.1/er-custom-login.php:622
501
- #: ../tags/3.4/er-custom-login.php:621 ../trunk/er-custom-login.php:628
 
502
  msgid "Login Form Background Color:"
503
  msgstr "رنگ پس زمینه فرم ورود:"
504
 
@@ -506,7 +561,8 @@ msgstr "رنگ پس زمینه فرم ورود:"
506
  #: ../tags/3.0/er-custom-login.php:610 ../tags/3.1/er-custom-login.php:614
507
  #: ../tags/3.2/er-custom-login.php:614 ../tags/3.3.1/er-custom-login.php:625
508
  #: ../tags/3.3/er-custom-login.php:624 ../tags/3.4.1/er-custom-login.php:632
509
- #: ../tags/3.4/er-custom-login.php:631 ../trunk/er-custom-login.php:638
 
510
  msgid "Login Form Background Image:"
511
  msgstr "تصویر پس زمینه فرم ورود:"
512
 
@@ -514,7 +570,8 @@ msgstr "تصویر پس زمینه فرم ورود:"
514
  #: ../tags/3.0/er-custom-login.php:613 ../tags/3.1/er-custom-login.php:617
515
  #: ../tags/3.2/er-custom-login.php:617 ../tags/3.3.1/er-custom-login.php:628
516
  #: ../tags/3.3/er-custom-login.php:627 ../tags/3.4.1/er-custom-login.php:635
517
- #: ../tags/3.4/er-custom-login.php:634 ../trunk/er-custom-login.php:641
 
518
  msgid ""
519
  "Add your own pattern/image url to the form background. Leave blank if you "
520
  "don't need any images."
@@ -526,7 +583,8 @@ msgstr ""
526
  #: ../tags/3.0/er-custom-login.php:617 ../tags/3.1/er-custom-login.php:621
527
  #: ../tags/3.2/er-custom-login.php:621 ../tags/3.3.1/er-custom-login.php:632
528
  #: ../tags/3.3/er-custom-login.php:631 ../tags/3.4.1/er-custom-login.php:639
529
- #: ../tags/3.4/er-custom-login.php:638 ../trunk/er-custom-login.php:645
 
530
  msgid "Login Form Background Repeat"
531
  msgstr "تکرار پس زمینه فرم ورود"
532
 
@@ -534,7 +592,8 @@ msgstr "تکرار پس زمینه فرم ورود"
534
  #: ../tags/3.0/er-custom-login.php:663 ../tags/3.1/er-custom-login.php:667
535
  #: ../tags/3.2/er-custom-login.php:667 ../tags/3.3.1/er-custom-login.php:678
536
  #: ../tags/3.3/er-custom-login.php:677 ../tags/3.4.1/er-custom-login.php:685
537
- #: ../tags/3.4/er-custom-login.php:684 ../trunk/er-custom-login.php:691
 
538
  msgid "Vertical Position: "
539
  msgstr "موقعیت عمودی:"
540
 
@@ -542,7 +601,8 @@ msgstr "موقعیت عمودی:"
542
  #: ../tags/3.0/er-custom-login.php:671 ../tags/3.1/er-custom-login.php:675
543
  #: ../tags/3.2/er-custom-login.php:675 ../tags/3.3.1/er-custom-login.php:686
544
  #: ../tags/3.3/er-custom-login.php:685 ../tags/3.4.1/er-custom-login.php:693
545
- #: ../tags/3.4/er-custom-login.php:692 ../trunk/er-custom-login.php:699
 
546
  msgid "Login Form Label Text Color"
547
  msgstr "رنگ متن برچسب های فرم ورود"
548
 
@@ -550,19 +610,21 @@ msgstr "رنگ متن برچسب های فرم ورود"
550
  #: ../tags/3.0/er-custom-login.php:676 ../tags/3.1/er-custom-login.php:680
551
  #: ../tags/3.2/er-custom-login.php:680 ../tags/3.3.1/er-custom-login.php:691
552
  #: ../tags/3.3/er-custom-login.php:690 ../tags/3.4.1/er-custom-login.php:698
553
- #: ../tags/3.4/er-custom-login.php:697 ../trunk/er-custom-login.php:704
 
554
  msgid ""
555
- "Click the box to select a color. This will change the color of label "
556
- "Username/Password"
557
  msgstr ""
558
- "برای انتخاب رنگ درون کادر کلیک کنید. این گزینه رنگ برچسب های نام کاربری و "
559
- "رمز عبور را تغییر میدهد."
560
 
561
  #: ../tags/2.3.0/er-custom-login.php:661 ../tags/2.3.1/er-custom-login.php:661
562
  #: ../tags/3.0/er-custom-login.php:680 ../tags/3.1/er-custom-login.php:684
563
  #: ../tags/3.2/er-custom-login.php:684 ../tags/3.3.1/er-custom-login.php:695
564
  #: ../tags/3.3/er-custom-login.php:694 ../tags/3.4.1/er-custom-login.php:702
565
- #: ../tags/3.4/er-custom-login.php:701 ../trunk/er-custom-login.php:708
 
566
  msgid "Login Form Label Text Size:"
567
  msgstr "اندازه متن برچسب های فرم ورود"
568
 
@@ -570,7 +632,8 @@ msgstr "اندازه متن برچسب های فرم ورود"
570
  #: ../tags/3.0/er-custom-login.php:683 ../tags/3.1/er-custom-login.php:687
571
  #: ../tags/3.2/er-custom-login.php:687 ../tags/3.3.1/er-custom-login.php:698
572
  #: ../tags/3.3/er-custom-login.php:697 ../tags/3.4.1/er-custom-login.php:705
573
- #: ../tags/3.4/er-custom-login.php:704 ../trunk/er-custom-login.php:711
 
574
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
575
  msgstr "اندازه متن برچسب های نام کاربری و رمز عبور (به پیکسل)"
576
 
@@ -578,7 +641,8 @@ msgstr "اندازه متن برچسب های نام کاربری و رمز عب
578
  #: ../tags/3.0/er-custom-login.php:687 ../tags/3.1/er-custom-login.php:691
579
  #: ../tags/3.2/er-custom-login.php:691 ../tags/3.3.1/er-custom-login.php:702
580
  #: ../tags/3.3/er-custom-login.php:701 ../tags/3.4.1/er-custom-login.php:709
581
- #: ../tags/3.4/er-custom-login.php:708 ../trunk/er-custom-login.php:715
 
582
  msgid "Login Form Input Text Color"
583
  msgstr "رنگ متون درون کادرهای متن فرم ورود"
584
 
@@ -586,7 +650,8 @@ msgstr "رنگ متون درون کادرهای متن فرم ورود"
586
  #: ../tags/3.0/er-custom-login.php:692 ../tags/3.1/er-custom-login.php:696
587
  #: ../tags/3.2/er-custom-login.php:696 ../tags/3.3.1/er-custom-login.php:707
588
  #: ../tags/3.3/er-custom-login.php:706 ../tags/3.4.1/er-custom-login.php:714
589
- #: ../tags/3.4/er-custom-login.php:713 ../trunk/er-custom-login.php:720
 
590
  msgid ""
591
  "Click the box to select a color. This will change the color of text inside "
592
  "text box."
@@ -598,7 +663,8 @@ msgstr ""
598
  #: ../tags/3.0/er-custom-login.php:696 ../tags/3.1/er-custom-login.php:700
599
  #: ../tags/3.2/er-custom-login.php:700 ../tags/3.3.1/er-custom-login.php:711
600
  #: ../tags/3.3/er-custom-login.php:710 ../tags/3.4.1/er-custom-login.php:718
601
- #: ../tags/3.4/er-custom-login.php:717 ../trunk/er-custom-login.php:724
 
602
  msgid "Login Form Input Text Size:"
603
  msgstr "اندازه متون درون کادرهای متن فرم ورود"
604
 
@@ -606,7 +672,8 @@ msgstr "اندازه متون درون کادرهای متن فرم ورود"
606
  #: ../tags/3.0/er-custom-login.php:699 ../tags/3.1/er-custom-login.php:703
607
  #: ../tags/3.2/er-custom-login.php:703 ../tags/3.3.1/er-custom-login.php:714
608
  #: ../tags/3.3/er-custom-login.php:713 ../tags/3.4.1/er-custom-login.php:721
609
- #: ../tags/3.4/er-custom-login.php:720 ../trunk/er-custom-login.php:727
 
610
  msgid "Font Size of text inside text box(Enter value in pixels)"
611
  msgstr "اندازه متون داخل کادرهای ورد متن فرم ورود (به پیکسل)"
612
 
@@ -614,7 +681,8 @@ msgstr "اندازه متون داخل کادرهای ورد متن فرم ور
614
  #: ../tags/3.0/er-custom-login.php:703 ../tags/3.1/er-custom-login.php:707
615
  #: ../tags/3.2/er-custom-login.php:707 ../tags/3.3.1/er-custom-login.php:718
616
  #: ../tags/3.3/er-custom-login.php:717 ../tags/3.4.1/er-custom-login.php:725
617
- #: ../tags/3.4/er-custom-login.php:724 ../trunk/er-custom-login.php:731
 
618
  msgid "Login Form Link Color"
619
  msgstr "رنگ پیوند فرم ورود"
620
 
@@ -622,7 +690,8 @@ msgstr "رنگ پیوند فرم ورود"
622
  #: ../tags/3.0/er-custom-login.php:713 ../tags/3.1/er-custom-login.php:717
623
  #: ../tags/3.2/er-custom-login.php:717 ../tags/3.3.1/er-custom-login.php:728
624
  #: ../tags/3.3/er-custom-login.php:727 ../tags/3.4.1/er-custom-login.php:735
625
- #: ../tags/3.4/er-custom-login.php:734 ../trunk/er-custom-login.php:741
 
626
  msgid "Enable link shadow?"
627
  msgstr "فعال کردن سایه پیوند؟"
628
 
@@ -639,8 +708,12 @@ msgstr "فعال کردن سایه پیوند؟"
639
  #: ../tags/3.3/er-custom-login.php:815 ../tags/3.4.1/er-custom-login.php:743
640
  #: ../tags/3.4.1/er-custom-login.php:772 ../tags/3.4.1/er-custom-login.php:823
641
  #: ../tags/3.4/er-custom-login.php:742 ../tags/3.4/er-custom-login.php:771
642
- #: ../tags/3.4/er-custom-login.php:822 ../trunk/er-custom-login.php:749
643
- #: ../trunk/er-custom-login.php:778 ../trunk/er-custom-login.php:829
 
 
 
 
644
  msgid "Yes"
645
  msgstr "بله"
646
 
@@ -657,8 +730,12 @@ msgstr "بله"
657
  #: ../tags/3.3/er-custom-login.php:819 ../tags/3.4.1/er-custom-login.php:747
658
  #: ../tags/3.4.1/er-custom-login.php:776 ../tags/3.4.1/er-custom-login.php:827
659
  #: ../tags/3.4/er-custom-login.php:746 ../tags/3.4/er-custom-login.php:775
660
- #: ../tags/3.4/er-custom-login.php:826 ../trunk/er-custom-login.php:753
661
- #: ../trunk/er-custom-login.php:782 ../trunk/er-custom-login.php:833
 
 
 
 
662
  msgid "No"
663
  msgstr "خیر"
664
 
@@ -671,7 +748,10 @@ msgstr "خیر"
671
  #: ../tags/3.3/er-custom-login.php:741 ../tags/3.3/er-custom-login.php:770
672
  #: ../tags/3.4.1/er-custom-login.php:749 ../tags/3.4.1/er-custom-login.php:778
673
  #: ../tags/3.4/er-custom-login.php:748 ../tags/3.4/er-custom-login.php:777
674
- #: ../trunk/er-custom-login.php:755 ../trunk/er-custom-login.php:784
 
 
 
675
  msgid "(Check an option)"
676
  msgstr "(یک گزینه را تیک بزنید)"
677
 
@@ -679,7 +759,8 @@ msgstr "(یک گزینه را تیک بزنید)"
679
  #: ../tags/3.0/er-custom-login.php:731 ../tags/3.1/er-custom-login.php:735
680
  #: ../tags/3.2/er-custom-login.php:735 ../tags/3.3.1/er-custom-login.php:746
681
  #: ../tags/3.3/er-custom-login.php:745 ../tags/3.4.1/er-custom-login.php:753
682
- #: ../tags/3.4/er-custom-login.php:752 ../trunk/er-custom-login.php:759
 
683
  msgid "Login Form Link Shadow Color"
684
  msgstr "رنگ سایه پیوند فرم ورود"
685
 
@@ -687,7 +768,8 @@ msgstr "رنگ سایه پیوند فرم ورود"
687
  #: ../tags/3.0/er-custom-login.php:742 ../tags/3.1/er-custom-login.php:746
688
  #: ../tags/3.2/er-custom-login.php:746 ../tags/3.3.1/er-custom-login.php:757
689
  #: ../tags/3.3/er-custom-login.php:756 ../tags/3.4.1/er-custom-login.php:764
690
- #: ../tags/3.4/er-custom-login.php:763 ../trunk/er-custom-login.php:770
 
691
  msgid "Enable form shadow?"
692
  msgstr "فعال کردن سایه فرم؟"
693
 
@@ -695,7 +777,8 @@ msgstr "فعال کردن سایه فرم؟"
695
  #: ../tags/3.0/er-custom-login.php:760 ../tags/3.1/er-custom-login.php:764
696
  #: ../tags/3.2/er-custom-login.php:764 ../tags/3.3.1/er-custom-login.php:775
697
  #: ../tags/3.3/er-custom-login.php:774 ../tags/3.4.1/er-custom-login.php:782
698
- #: ../tags/3.4/er-custom-login.php:781 ../trunk/er-custom-login.php:788
 
699
  msgid "Login Form Shadow Color"
700
  msgstr "رنگ سایه فرم ورود"
701
 
@@ -703,7 +786,8 @@ msgstr "رنگ سایه فرم ورود"
703
  #: ../tags/3.0/er-custom-login.php:772 ../tags/3.1/er-custom-login.php:776
704
  #: ../tags/3.2/er-custom-login.php:776 ../tags/3.3.1/er-custom-login.php:787
705
  #: ../tags/3.3/er-custom-login.php:786 ../tags/3.4.1/er-custom-login.php:794
706
- #: ../tags/3.4/er-custom-login.php:793 ../trunk/er-custom-login.php:800
 
707
  msgid "Login Button Color"
708
  msgstr "رنگ کلید ورود"
709
 
@@ -711,7 +795,8 @@ msgstr "رنگ کلید ورود"
711
  #: ../tags/3.0/er-custom-login.php:788 ../tags/3.1/er-custom-login.php:792
712
  #: ../tags/3.2/er-custom-login.php:792 ../tags/3.3.1/er-custom-login.php:803
713
  #: ../tags/3.3/er-custom-login.php:802 ../tags/3.4.1/er-custom-login.php:810
714
- #: ../tags/3.4/er-custom-login.php:809 ../trunk/er-custom-login.php:816
 
715
  msgid "Plugin Un-install Settings"
716
  msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
717
 
@@ -719,7 +804,8 @@ msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
719
  #: ../tags/3.0/er-custom-login.php:793 ../tags/3.1/er-custom-login.php:797
720
  #: ../tags/3.2/er-custom-login.php:797 ../tags/3.3.1/er-custom-login.php:808
721
  #: ../tags/3.3/er-custom-login.php:807 ../tags/3.4.1/er-custom-login.php:815
722
- #: ../tags/3.4/er-custom-login.php:814 ../trunk/er-custom-login.php:821
 
723
  msgid "Delete custom settings upon plugin deactivation?"
724
  msgstr ""
725
  "آیا مایلید تنظیمات سفارشی شده افزونه وقتی افزونه غیرفعال می شود حذف گردد؟"
@@ -728,19 +814,21 @@ msgstr ""
728
  #: ../tags/3.0/er-custom-login.php:807 ../tags/3.1/er-custom-login.php:811
729
  #: ../tags/3.2/er-custom-login.php:811 ../tags/3.3.1/er-custom-login.php:822
730
  #: ../tags/3.3/er-custom-login.php:821 ../tags/3.4.1/er-custom-login.php:829
731
- #: ../tags/3.4/er-custom-login.php:828 ../trunk/er-custom-login.php:835
 
732
  msgid ""
733
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
734
  "plugin deactivation)"
735
  msgstr ""
736
- "(اگر بله را انتخاب کنید تمام تنظیماتی که تاکنون سفارشی کرده اید هنگام "
737
- "غیرفعال کردن افزونه از پایگاه داده وردپرس حذف خواهد شد) "
738
 
739
  #: ../tags/2.3.0/er-custom-login.php:808 ../tags/2.3.1/er-custom-login.php:809
740
  #: ../tags/3.0/er-custom-login.php:857 ../tags/3.1/er-custom-login.php:861
741
  #: ../tags/3.2/er-custom-login.php:861 ../tags/3.3.1/er-custom-login.php:872
742
  #: ../tags/3.3/er-custom-login.php:871 ../tags/3.4.1/er-custom-login.php:879
743
- #: ../tags/3.4/er-custom-login.php:878 ../trunk/er-custom-login.php:885
 
744
  msgid "Open Your WP Login Page in a New Tab"
745
  msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
746
 
@@ -748,7 +836,8 @@ msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
748
  #: ../tags/3.0/er-custom-login.php:858 ../tags/3.1/er-custom-login.php:862
749
  #: ../tags/3.2/er-custom-login.php:862 ../tags/3.3.1/er-custom-login.php:873
750
  #: ../tags/3.3/er-custom-login.php:872 ../tags/3.4.1/er-custom-login.php:880
751
- #: ../tags/3.4/er-custom-login.php:879 ../trunk/er-custom-login.php:886
 
752
  msgid "Plugin Documentation"
753
  msgstr "مستندات افزونه"
754
 
@@ -756,7 +845,8 @@ msgstr "مستندات افزونه"
756
  #: ../tags/3.0/er-custom-login.php:859 ../tags/3.1/er-custom-login.php:863
757
  #: ../tags/3.2/er-custom-login.php:863 ../tags/3.3.1/er-custom-login.php:874
758
  #: ../tags/3.3/er-custom-login.php:873 ../tags/3.4.1/er-custom-login.php:881
759
- #: ../tags/3.4/er-custom-login.php:880 ../trunk/er-custom-login.php:887
 
760
  msgid "Plugin Support Page"
761
  msgstr "صفحه پشتیبانی افزونه"
762
 
@@ -764,7 +854,8 @@ msgstr "صفحه پشتیبانی افزونه"
764
  #: ../tags/3.0/er-custom-login.php:860 ../tags/3.1/er-custom-login.php:864
765
  #: ../tags/3.2/er-custom-login.php:864 ../tags/3.3.1/er-custom-login.php:875
766
  #: ../tags/3.3/er-custom-login.php:874 ../tags/3.4.1/er-custom-login.php:882
767
- #: ../tags/3.4/er-custom-login.php:881 ../trunk/er-custom-login.php:888
 
768
  msgid "Feature Request/Suggestions?"
769
  msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقادی دارید؟"
770
 
@@ -772,7 +863,8 @@ msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقاد
772
  #: ../tags/3.0/er-custom-login.php:861 ../tags/3.1/er-custom-login.php:865
773
  #: ../tags/3.2/er-custom-login.php:865 ../tags/3.3.1/er-custom-login.php:876
774
  #: ../tags/3.3/er-custom-login.php:875 ../tags/3.4.1/er-custom-login.php:883
775
- #: ../tags/3.4/er-custom-login.php:882 ../trunk/er-custom-login.php:889
 
776
  msgid "Got some Love? Give us a 5 star rating!"
777
  msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس به ما یک امتیاز 5 ستاره بده!"
778
 
@@ -780,7 +872,8 @@ msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس
780
  #: ../tags/3.0/er-custom-login.php:865 ../tags/3.1/er-custom-login.php:869
781
  #: ../tags/3.2/er-custom-login.php:869 ../tags/3.3.1/er-custom-login.php:880
782
  #: ../tags/3.3/er-custom-login.php:879 ../tags/3.4.1/er-custom-login.php:887
783
- #: ../tags/3.4/er-custom-login.php:886 ../trunk/er-custom-login.php:893
 
784
  msgid "Hire Me"
785
  msgstr "مرا استخدام کن"
786
 
@@ -788,7 +881,8 @@ msgstr "مرا استخدام کن"
788
  #: ../tags/3.0/er-custom-login.php:866 ../tags/3.1/er-custom-login.php:870
789
  #: ../tags/3.2/er-custom-login.php:870 ../tags/3.3.1/er-custom-login.php:881
790
  #: ../tags/3.3/er-custom-login.php:880 ../tags/3.4.1/er-custom-login.php:888
791
- #: ../tags/3.4/er-custom-login.php:887 ../trunk/er-custom-login.php:894
 
792
  msgid ""
793
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
794
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -804,7 +898,8 @@ msgstr ""
804
  #: ../tags/3.1/er-custom-login.php:859 ../tags/3.2/er-custom-login.php:859
805
  #: ../tags/3.3.1/er-custom-login.php:870 ../tags/3.3/er-custom-login.php:869
806
  #: ../tags/3.4.1/er-custom-login.php:877 ../tags/3.4/er-custom-login.php:876
807
- #: ../trunk/er-custom-login.php:883
 
808
  msgid "Quick Links"
809
  msgstr "دسترسی سریع"
810
 
@@ -812,7 +907,8 @@ msgstr "دسترسی سریع"
812
  #: ../tags/3.1/er-custom-login.php:872 ../tags/3.2/er-custom-login.php:872
813
  #: ../tags/3.3.1/er-custom-login.php:883 ../tags/3.3/er-custom-login.php:882
814
  #: ../tags/3.4.1/er-custom-login.php:890 ../tags/3.4/er-custom-login.php:889
815
- #: ../trunk/er-custom-login.php:896
 
816
  msgid "Translation Credits"
817
  msgstr "دستاندرکاران ترجمه"
818
 
@@ -820,7 +916,8 @@ msgstr "دستاندرکاران ترجمه"
820
  #: ../tags/3.1/er-custom-login.php:874 ../tags/3.2/er-custom-login.php:874
821
  #: ../tags/3.3.1/er-custom-login.php:885 ../tags/3.3/er-custom-login.php:884
822
  #: ../tags/3.4.1/er-custom-login.php:892 ../tags/3.4/er-custom-login.php:891
823
- #: ../trunk/er-custom-login.php:898
 
824
  msgid ""
825
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
826
  "\">Adriana De La Cuadra</a>"
@@ -832,7 +929,8 @@ msgstr ""
832
  #: ../tags/3.1/er-custom-login.php:877 ../tags/3.2/er-custom-login.php:878
833
  #: ../tags/3.3.1/er-custom-login.php:889 ../tags/3.3/er-custom-login.php:888
834
  #: ../tags/3.4.1/er-custom-login.php:897 ../tags/3.4/er-custom-login.php:896
835
- #: ../trunk/er-custom-login.php:905
 
836
  msgid "Do you wants to translate this plugin to your language? Email me!"
837
  msgstr ""
838
  "مایل به ترجمه این افزونه به زبان خودتان هستید؟ فایل ترجمه را برای من ایمیل "
@@ -841,42 +939,48 @@ msgstr ""
841
  #: ../tags/3.0/er-custom-login.php:215 ../tags/3.1/er-custom-login.php:215
842
  #: ../tags/3.2/er-custom-login.php:215 ../tags/3.3.1/er-custom-login.php:224
843
  #: ../tags/3.3/er-custom-login.php:223 ../tags/3.4.1/er-custom-login.php:231
844
- #: ../tags/3.4/er-custom-login.php:230 ../trunk/er-custom-login.php:235
 
845
  msgid "Please upload a valid .json file"
846
  msgstr "لطفاً یک فایل json معتبر بارگزاری کنید."
847
 
848
  #: ../tags/3.0/er-custom-login.php:221 ../tags/3.1/er-custom-login.php:221
849
  #: ../tags/3.2/er-custom-login.php:221 ../tags/3.3.1/er-custom-login.php:230
850
  #: ../tags/3.3/er-custom-login.php:229 ../tags/3.4.1/er-custom-login.php:237
851
- #: ../tags/3.4/er-custom-login.php:236 ../trunk/er-custom-login.php:241
 
852
  msgid "Please upload a file to import"
853
  msgstr "لطفاً یک فایل برای درون ریزی آپلود کنید"
854
 
855
  #: ../tags/3.0/er-custom-login.php:228 ../tags/3.1/er-custom-login.php:228
856
  #: ../tags/3.2/er-custom-login.php:228 ../tags/3.3.1/er-custom-login.php:237
857
  #: ../tags/3.3/er-custom-login.php:236 ../tags/3.4.1/er-custom-login.php:244
858
- #: ../tags/3.4/er-custom-login.php:243 ../trunk/er-custom-login.php:248
 
859
  msgid "New settings imported successfully!"
860
  msgstr "تنظیمات جدید با موفقیت وارد شد!"
861
 
862
  #: ../tags/3.0/er-custom-login.php:341 ../tags/3.1/er-custom-login.php:345
863
  #: ../tags/3.2/er-custom-login.php:345 ../tags/3.3.1/er-custom-login.php:355
864
  #: ../tags/3.3/er-custom-login.php:354 ../tags/3.4.1/er-custom-login.php:362
865
- #: ../tags/3.4/er-custom-login.php:361 ../trunk/er-custom-login.php:367
 
866
  msgid "Settings saved."
867
  msgstr "تغییرات ذخیره شد."
868
 
869
  #: ../tags/3.0/er-custom-login.php:822 ../tags/3.1/er-custom-login.php:826
870
  #: ../tags/3.2/er-custom-login.php:826 ../tags/3.3.1/er-custom-login.php:837
871
  #: ../tags/3.3/er-custom-login.php:836 ../tags/3.4.1/er-custom-login.php:844
872
- #: ../tags/3.4/er-custom-login.php:843 ../trunk/er-custom-login.php:850
 
873
  msgid "Export Settings"
874
  msgstr "برون بری تنظیمات"
875
 
876
  #: ../tags/3.0/er-custom-login.php:824 ../tags/3.1/er-custom-login.php:828
877
  #: ../tags/3.2/er-custom-login.php:828 ../tags/3.3.1/er-custom-login.php:839
878
  #: ../tags/3.3/er-custom-login.php:838 ../tags/3.4.1/er-custom-login.php:846
879
- #: ../tags/3.4/er-custom-login.php:845 ../trunk/er-custom-login.php:852
 
880
  msgid ""
881
  "Export the plugin settings for this site as a .json file. This allows you to "
882
  "easily import the configuration into another site."
@@ -887,21 +991,24 @@ msgstr ""
887
  #: ../tags/3.0/er-custom-login.php:829 ../tags/3.1/er-custom-login.php:833
888
  #: ../tags/3.2/er-custom-login.php:833 ../tags/3.3.1/er-custom-login.php:844
889
  #: ../tags/3.3/er-custom-login.php:843 ../tags/3.4.1/er-custom-login.php:851
890
- #: ../tags/3.4/er-custom-login.php:850 ../trunk/er-custom-login.php:857
 
891
  msgid "Export"
892
  msgstr "برون بری"
893
 
894
  #: ../tags/3.0/er-custom-login.php:837 ../tags/3.1/er-custom-login.php:841
895
  #: ../tags/3.2/er-custom-login.php:841 ../tags/3.3.1/er-custom-login.php:852
896
  #: ../tags/3.3/er-custom-login.php:851 ../tags/3.4.1/er-custom-login.php:859
897
- #: ../tags/3.4/er-custom-login.php:858 ../trunk/er-custom-login.php:865
 
898
  msgid "Import Settings"
899
  msgstr "تنظیمات درون ریزی"
900
 
901
  #: ../tags/3.0/er-custom-login.php:839 ../tags/3.1/er-custom-login.php:843
902
  #: ../tags/3.2/er-custom-login.php:843 ../tags/3.3.1/er-custom-login.php:854
903
  #: ../tags/3.3/er-custom-login.php:853 ../tags/3.4.1/er-custom-login.php:861
904
- #: ../tags/3.4/er-custom-login.php:860 ../trunk/er-custom-login.php:867
 
905
  msgid ""
906
  "Import the plugin settings from a .json file. This file can be obtained by "
907
  "exporting the settings on another site using the form above."
@@ -912,14 +1019,16 @@ msgstr ""
912
  #: ../tags/3.0/er-custom-login.php:847 ../tags/3.1/er-custom-login.php:851
913
  #: ../tags/3.2/er-custom-login.php:851 ../tags/3.3.1/er-custom-login.php:862
914
  #: ../tags/3.3/er-custom-login.php:861 ../tags/3.4.1/er-custom-login.php:869
915
- #: ../tags/3.4/er-custom-login.php:868 ../trunk/er-custom-login.php:875
 
916
  msgid "Import"
917
  msgstr "درون ریزی"
918
 
919
  #: ../tags/3.0/er-custom-login.php:871 ../tags/3.1/er-custom-login.php:875
920
  #: ../tags/3.2/er-custom-login.php:875 ../tags/3.3.1/er-custom-login.php:886
921
  #: ../tags/3.3/er-custom-login.php:885 ../tags/3.4.1/er-custom-login.php:893
922
- #: ../tags/3.4/er-custom-login.php:892 ../trunk/er-custom-login.php:899
 
923
  msgid ""
924
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
925
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -929,7 +1038,8 @@ msgstr ""
929
 
930
  #: ../tags/3.2/er-custom-login.php:876 ../tags/3.3.1/er-custom-login.php:887
931
  #: ../tags/3.3/er-custom-login.php:886 ../tags/3.4.1/er-custom-login.php:894
932
- #: ../tags/3.4/er-custom-login.php:893 ../trunk/er-custom-login.php:900
 
933
  msgid ""
934
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
935
  "Kaulfuss</a>"
@@ -939,13 +1049,15 @@ msgstr ""
939
 
940
  #: ../tags/3.3.1/er-custom-login.php:619 ../tags/3.3/er-custom-login.php:618
941
  #: ../tags/3.4.1/er-custom-login.php:626 ../tags/3.4/er-custom-login.php:625
942
- #: ../trunk/er-custom-login.php:632
 
943
  msgid "Background Opacity: "
944
  msgstr "درصد تاری پس زمینه (Opacity):"
945
 
946
  #: ../tags/3.3.1/er-custom-login.php:621 ../tags/3.3/er-custom-login.php:620
947
  #: ../tags/3.4.1/er-custom-login.php:628 ../tags/3.4/er-custom-login.php:627
948
- #: ../trunk/er-custom-login.php:634
 
949
  msgid ""
950
  "Click the box to select a color. Background Opacity will helps you to put "
951
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -960,17 +1072,21 @@ msgstr ""
960
 
961
  #: ../tags/3.4.1/er-custom-login.php:415 ../tags/3.4.1/er-custom-login.php:633
962
  #: ../tags/3.4/er-custom-login.php:414 ../tags/3.4/er-custom-login.php:632
963
- #: ../trunk/er-custom-login.php:421 ../trunk/er-custom-login.php:639
 
 
964
  msgid "Add Background Image"
965
  msgstr "اضافه کردن تصویر پس زمینه"
966
 
967
  #: ../tags/3.4.1/er-custom-login.php:497 ../tags/3.4/er-custom-login.php:496
968
- #: ../trunk/er-custom-login.php:503
 
969
  msgid "Add Logo"
970
  msgstr "اضافه کردن لوگو"
971
 
972
  #: ../tags/3.4.1/er-custom-login.php:895 ../tags/3.4/er-custom-login.php:894
973
- #: ../trunk/er-custom-login.php:901
 
974
  msgid ""
975
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
976
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -978,7 +1094,8 @@ msgstr ""
978
  "ترکی توسط <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
979
  "target=\"_blank\">Muhammet Küçük</a>"
980
 
981
- #: ../trunk/er-custom-login.php:394
 
982
  msgid ""
983
  "This will replace the default \"WordPress Version\" on the bottom right side "
984
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -990,7 +1107,8 @@ msgstr ""
990
  "کنید. برای دیدن نتیجه پس از ذخیره تغییرات صفحه را مجدداً بارگزاری (تازه سازی) "
991
  "کنید."
992
 
993
- #: ../trunk/er-custom-login.php:902
 
994
  msgid ""
995
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
996
  "Heydari</a>"
@@ -998,10 +1116,24 @@ msgstr ""
998
  "فارسی شده توسط <a href=\"https://about.me/reza.heydari\" target=\"_blank"
999
  "\">Reza Heydari</a>"
1000
 
1001
- #: ../trunk/er-custom-login.php:903
 
 
 
 
 
 
1002
  msgid ""
1003
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
1004
  "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
1005
  msgstr ""
1006
  "پرتغالی برزیل-توسط <a href=\"https://www.facebook.com/home.php?m2w&refid=8\" "
1007
  "target=\"_blank\">Reza Heydari</a>"
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: erident-custom-login-and-dashboard\n"
4
+ "POT-Creation-Date: 2016-12-19 21:52+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:53+0530\n"
6
  "Last-Translator: Reza Heydari <webdev.irh@gmail.com>\n"
7
  "Language-Team: webdev.irh@gmail.com <webdev.irh@gmail.com>\n"
8
  "Language: fa\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.8.11\n"
13
  "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
25
  #: ../tags/3.0/er-custom-login.php:44 ../tags/3.1/er-custom-login.php:44
26
  #: ../tags/3.2/er-custom-login.php:44 ../tags/3.3.1/er-custom-login.php:44
27
  #: ../tags/3.3/er-custom-login.php:44 ../tags/3.4.1/er-custom-login.php:44
28
+ #: ../tags/3.4/er-custom-login.php:44 ../tags/3.5.1/er-custom-login.php:44
29
+ #: ../tags/3.5/er-custom-login.php:44 ../trunk/er-custom-login.php:44
30
  msgid "Settings"
31
  msgstr "تنظیمات"
32
 
40
  #: ../tags/3.0/er-custom-login.php:815 ../tags/3.1/er-custom-login.php:819
41
  #: ../tags/3.2/er-custom-login.php:819 ../tags/3.3.1/er-custom-login.php:830
42
  #: ../tags/3.3/er-custom-login.php:829 ../tags/3.4.1/er-custom-login.php:837
43
+ #: ../tags/3.4/er-custom-login.php:836 ../tags/3.5.1/er-custom-login.php:844
44
+ #: ../tags/3.5/er-custom-login.php:843 ../trunk/er-custom-login.php:930
45
  msgid "Save Changes"
46
  msgstr "ذخیره تغییرات"
47
 
49
  #: ../tags/3.0/er-custom-login.php:312 ../tags/3.1/er-custom-login.php:316
50
  #: ../tags/3.2/er-custom-login.php:316 ../tags/3.3.1/er-custom-login.php:326
51
  #: ../tags/3.3/er-custom-login.php:325 ../tags/3.4.1/er-custom-login.php:333
52
+ #: ../tags/3.4/er-custom-login.php:332 ../tags/3.5.1/er-custom-login.php:338
53
+ #: ../tags/3.5/er-custom-login.php:337 ../trunk/er-custom-login.php:381
54
  msgid "Custom Login and Dashboard"
55
  msgstr "پیشخوان و صفحه ورود سفارشی"
56
 
58
  #: ../tags/3.0/er-custom-login.php:333 ../tags/3.1/er-custom-login.php:337
59
  #: ../tags/3.2/er-custom-login.php:337 ../tags/3.3.1/er-custom-login.php:347
60
  #: ../tags/3.3/er-custom-login.php:346 ../tags/3.4.1/er-custom-login.php:354
61
+ #: ../tags/3.4/er-custom-login.php:353 ../tags/3.5.1/er-custom-login.php:359
62
+ #: ../tags/3.5/er-custom-login.php:358 ../trunk/er-custom-login.php:402
63
  msgid "Erident Custom Login and Dashboard Settings"
64
  msgstr "تنظیمات صفحه ورود و پیشخوان سفارشی اریدنت"
65
 
67
  #: ../tags/3.0/er-custom-login.php:334 ../tags/3.1/er-custom-login.php:338
68
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
69
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
70
+ #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
71
+ #: ../tags/3.5/er-custom-login.php:359 ../trunk/er-custom-login.php:403
72
  msgid ""
73
  "Plugin Loads default values for all below entries. Please change the values "
74
  "to yours."
80
  #: ../tags/3.0/er-custom-login.php:334 ../tags/3.1/er-custom-login.php:338
81
  #: ../tags/3.2/er-custom-login.php:338 ../tags/3.3.1/er-custom-login.php:348
82
  #: ../tags/3.3/er-custom-login.php:347 ../tags/3.4.1/er-custom-login.php:355
83
+ #: ../tags/3.4/er-custom-login.php:354 ../tags/3.5.1/er-custom-login.php:360
84
+ #: ../tags/3.5/er-custom-login.php:359 ../trunk/er-custom-login.php:403
85
  msgid "Click on the header of each block to open it."
86
  msgstr "برای بازشدن هر بخش بر روی نوار عنوان آن کلیک کنید."
87
 
89
  #: ../tags/3.0/er-custom-login.php:348 ../tags/3.1/er-custom-login.php:352
90
  #: ../tags/3.2/er-custom-login.php:352 ../tags/3.3.1/er-custom-login.php:362
91
  #: ../tags/3.3/er-custom-login.php:361 ../tags/3.4.1/er-custom-login.php:369
92
+ #: ../tags/3.4/er-custom-login.php:368 ../tags/3.5.1/er-custom-login.php:376
93
+ #: ../tags/3.5/er-custom-login.php:375 ../trunk/er-custom-login.php:420
94
  msgid "Dashboard Settings"
95
  msgstr "تنظیمات پیشخوان"
96
 
98
  #: ../tags/3.0/er-custom-login.php:349 ../tags/3.1/er-custom-login.php:353
99
  #: ../tags/3.2/er-custom-login.php:353 ../tags/3.3.1/er-custom-login.php:363
100
  #: ../tags/3.3/er-custom-login.php:362 ../tags/3.4.1/er-custom-login.php:370
101
+ #: ../tags/3.4/er-custom-login.php:369 ../tags/3.5.1/er-custom-login.php:377
102
+ #: ../tags/3.5/er-custom-login.php:376 ../trunk/er-custom-login.php:421
103
  msgid ""
104
  "(These settings will be reflected when a user/admin logins to the WordPress "
105
  "Dashboard)"
109
  #: ../tags/3.0/er-custom-login.php:354 ../tags/3.1/er-custom-login.php:358
110
  #: ../tags/3.2/er-custom-login.php:358 ../tags/3.3.1/er-custom-login.php:368
111
  #: ../tags/3.3/er-custom-login.php:367 ../tags/3.4.1/er-custom-login.php:375
112
+ #: ../tags/3.4/er-custom-login.php:374 ../tags/3.5.1/er-custom-login.php:382
113
+ #: ../tags/3.5/er-custom-login.php:381 ../trunk/er-custom-login.php:426
114
  msgid "Enter the text for dashboard left side footer:"
115
  msgstr "متن مربوط به پانوشت سمت راست پیشخوان را وارد کنید."
116
 
118
  #: ../tags/3.0/er-custom-login.php:359 ../tags/3.1/er-custom-login.php:363
119
  #: ../tags/3.2/er-custom-login.php:363 ../tags/3.3.1/er-custom-login.php:373
120
  #: ../tags/3.3/er-custom-login.php:372 ../tags/3.4.1/er-custom-login.php:380
121
+ #: ../tags/3.4/er-custom-login.php:379 ../tags/3.5.1/er-custom-login.php:387
122
+ #: ../tags/3.5/er-custom-login.php:386 ../trunk/er-custom-login.php:431
123
  msgid ""
124
  "This will replace the default \"Thank you for creating with WordPress\" on "
125
  "the bottom left side of dashboard"
130
  #: ../tags/3.0/er-custom-login.php:363 ../tags/3.1/er-custom-login.php:367
131
  #: ../tags/3.2/er-custom-login.php:367 ../tags/3.3.1/er-custom-login.php:377
132
  #: ../tags/3.3/er-custom-login.php:376 ../tags/3.4.1/er-custom-login.php:384
133
+ #: ../tags/3.4/er-custom-login.php:383 ../tags/3.5.1/er-custom-login.php:391
134
+ #: ../tags/3.5/er-custom-login.php:390 ../trunk/er-custom-login.php:435
135
  msgid "Enter the text for dashboard right side footer:"
136
  msgstr "متن مربوط به پانوشت سمت چپ پیشخوان را وارد کنید."
137
 
149
  #: ../tags/3.0/er-custom-login.php:376 ../tags/3.1/er-custom-login.php:380
150
  #: ../tags/3.2/er-custom-login.php:380 ../tags/3.3.1/er-custom-login.php:390
151
  #: ../tags/3.3/er-custom-login.php:389 ../tags/3.4.1/er-custom-login.php:397
152
+ #: ../tags/3.4/er-custom-login.php:396 ../tags/3.5.1/er-custom-login.php:404
153
+ #: ../tags/3.5/er-custom-login.php:403 ../trunk/er-custom-login.php:448
154
  msgid "Login Screen Background"
155
  msgstr "پس زمینه صفحه ورود"
156
 
158
  #: ../tags/3.0/er-custom-login.php:377 ../tags/3.1/er-custom-login.php:381
159
  #: ../tags/3.2/er-custom-login.php:381 ../tags/3.3.1/er-custom-login.php:391
160
  #: ../tags/3.3/er-custom-login.php:390 ../tags/3.4.1/er-custom-login.php:398
161
+ #: ../tags/3.4/er-custom-login.php:397 ../tags/3.5.1/er-custom-login.php:405
162
+ #: ../tags/3.5/er-custom-login.php:404 ../trunk/er-custom-login.php:449
163
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
164
  msgstr "(تنظیمات زیر بر روی فایل \"wp-login.php\" تاثیر می گذارند.)"
165
 
167
  #: ../tags/3.0/er-custom-login.php:382 ../tags/3.1/er-custom-login.php:386
168
  #: ../tags/3.2/er-custom-login.php:386 ../tags/3.3.1/er-custom-login.php:396
169
  #: ../tags/3.3/er-custom-login.php:395 ../tags/3.4.1/er-custom-login.php:403
170
+ #: ../tags/3.4/er-custom-login.php:402 ../tags/3.5.1/er-custom-login.php:410
171
+ #: ../tags/3.5/er-custom-login.php:409 ../trunk/er-custom-login.php:454
172
  msgid "Login Screen Background Color:"
173
  msgstr "رنگ پس زمینه صفحه ورود:"
174
 
201
  #: ../tags/3.4.1/er-custom-login.php:799 ../tags/3.4/er-custom-login.php:407
202
  #: ../tags/3.4/er-custom-login.php:617 ../tags/3.4/er-custom-login.php:729
203
  #: ../tags/3.4/er-custom-login.php:757 ../tags/3.4/er-custom-login.php:786
204
+ #: ../tags/3.4/er-custom-login.php:798 ../tags/3.5.1/er-custom-login.php:415
205
+ #: ../tags/3.5.1/er-custom-login.php:625 ../tags/3.5.1/er-custom-login.php:737
206
+ #: ../tags/3.5.1/er-custom-login.php:765 ../tags/3.5.1/er-custom-login.php:794
207
+ #: ../tags/3.5.1/er-custom-login.php:806 ../tags/3.5/er-custom-login.php:414
208
+ #: ../tags/3.5/er-custom-login.php:624 ../tags/3.5/er-custom-login.php:736
209
+ #: ../tags/3.5/er-custom-login.php:764 ../tags/3.5/er-custom-login.php:793
210
+ #: ../tags/3.5/er-custom-login.php:805 ../trunk/er-custom-login.php:459
211
+ #: ../trunk/er-custom-login.php:669 ../trunk/er-custom-login.php:781
212
+ #: ../trunk/er-custom-login.php:809 ../trunk/er-custom-login.php:838
213
+ #: ../trunk/er-custom-login.php:850
214
  msgid "Click the box to select a color."
215
  msgstr "برای انتخاب زنگ درون کادر کلیک کنید."
216
 
218
  #: ../tags/3.0/er-custom-login.php:392 ../tags/3.1/er-custom-login.php:396
219
  #: ../tags/3.2/er-custom-login.php:396 ../tags/3.3.1/er-custom-login.php:406
220
  #: ../tags/3.3/er-custom-login.php:405 ../tags/3.4.1/er-custom-login.php:413
221
+ #: ../tags/3.4/er-custom-login.php:412 ../tags/3.5.1/er-custom-login.php:420
222
+ #: ../tags/3.5/er-custom-login.php:419 ../trunk/er-custom-login.php:464
223
  msgid "Login Screen Background Image:"
224
  msgstr "تصویر پس زمینه صفحه ورود"
225
 
227
  #: ../tags/3.0/er-custom-login.php:396 ../tags/3.1/er-custom-login.php:400
228
  #: ../tags/3.2/er-custom-login.php:400 ../tags/3.3.1/er-custom-login.php:410
229
  #: ../tags/3.3/er-custom-login.php:409 ../tags/3.4.1/er-custom-login.php:417
230
+ #: ../tags/3.4/er-custom-login.php:416 ../tags/3.5.1/er-custom-login.php:424
231
+ #: ../tags/3.5/er-custom-login.php:423 ../trunk/er-custom-login.php:468
232
  msgid ""
233
  "Add your own pattern/image url for the screen background. Leave blank if you "
234
  "don't need any images."
240
  #: ../tags/3.0/er-custom-login.php:400 ../tags/3.1/er-custom-login.php:404
241
  #: ../tags/3.2/er-custom-login.php:404 ../tags/3.3.1/er-custom-login.php:414
242
  #: ../tags/3.3/er-custom-login.php:413 ../tags/3.4.1/er-custom-login.php:421
243
+ #: ../tags/3.4/er-custom-login.php:420 ../tags/3.5.1/er-custom-login.php:428
244
+ #: ../tags/3.5/er-custom-login.php:427 ../trunk/er-custom-login.php:472
245
  msgid "Login Screen Background Repeat"
246
  msgstr "تکرار پس زمبنه صفحه ورود"
247
 
254
  #: ../tags/3.3/er-custom-login.php:451 ../tags/3.3/er-custom-login.php:669
255
  #: ../tags/3.4.1/er-custom-login.php:459 ../tags/3.4.1/er-custom-login.php:677
256
  #: ../tags/3.4/er-custom-login.php:458 ../tags/3.4/er-custom-login.php:676
257
+ #: ../tags/3.5.1/er-custom-login.php:466 ../tags/3.5.1/er-custom-login.php:684
258
+ #: ../tags/3.5/er-custom-login.php:465 ../tags/3.5/er-custom-login.php:683
259
+ #: ../trunk/er-custom-login.php:510 ../trunk/er-custom-login.php:728
260
  msgid "Select an image repeat option from dropdown."
261
  msgstr "یکی از گزینه های تکرار را از لیست انتخاب کنید."
262
 
269
  #: ../tags/3.3/er-custom-login.php:455 ../tags/3.3/er-custom-login.php:674
270
  #: ../tags/3.4.1/er-custom-login.php:463 ../tags/3.4.1/er-custom-login.php:682
271
  #: ../tags/3.4/er-custom-login.php:462 ../tags/3.4/er-custom-login.php:681
272
+ #: ../tags/3.5.1/er-custom-login.php:470 ../tags/3.5.1/er-custom-login.php:689
273
+ #: ../tags/3.5/er-custom-login.php:469 ../tags/3.5/er-custom-login.php:688
274
+ #: ../trunk/er-custom-login.php:514 ../trunk/er-custom-login.php:733
275
  msgid "Background Position:"
276
  msgstr "موقعیت پس زمینه:"
277
 
284
  #: ../tags/3.3/er-custom-login.php:456 ../tags/3.3/er-custom-login.php:675
285
  #: ../tags/3.4.1/er-custom-login.php:464 ../tags/3.4.1/er-custom-login.php:683
286
  #: ../tags/3.4/er-custom-login.php:463 ../tags/3.4/er-custom-login.php:682
287
+ #: ../tags/3.5.1/er-custom-login.php:471 ../tags/3.5.1/er-custom-login.php:690
288
+ #: ../tags/3.5/er-custom-login.php:470 ../tags/3.5/er-custom-login.php:689
289
+ #: ../trunk/er-custom-login.php:515 ../trunk/er-custom-login.php:734
290
  msgid "Horizontal Position: "
291
  msgstr "موقعیت افقی:"
292
 
299
  #: ../tags/3.3/er-custom-login.php:461 ../tags/3.3/er-custom-login.php:680
300
  #: ../tags/3.4.1/er-custom-login.php:469 ../tags/3.4.1/er-custom-login.php:688
301
  #: ../tags/3.4/er-custom-login.php:468 ../tags/3.4/er-custom-login.php:687
302
+ #: ../tags/3.5.1/er-custom-login.php:476 ../tags/3.5.1/er-custom-login.php:695
303
+ #: ../tags/3.5/er-custom-login.php:475 ../tags/3.5/er-custom-login.php:694
304
+ #: ../trunk/er-custom-login.php:520 ../trunk/er-custom-login.php:739
305
  msgid ""
306
  "The background-position property sets the starting position of a background "
307
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
310
  "cssref/pr_background-position.asp\" target=\"_blank\">More Info</a>"
311
  msgstr ""
312
  "گزینه «موقعیت پس زمینه» برای تعیین موقعیت شروع پس زمینه استفاده می شود. اگر "
313
+ "مقدار را به \"پیکسل\" یا \"درصد\", وارد می کنید \"px\" یا \"%\" را در انتهای "
314
+ "مقدار وارد کنید،. اگر مقدار گزینه «تکرار پس زمینه» را \"Repeat\" بگزارید هیچ "
315
+ "تغییری اتفاق نمی افتد.. <a href=\"http://www.w3schools.com/cssref/"
316
+ "pr_background-position.asp\" target=\"_blank\">اطلاعات بیشتر در زمینه تکرار "
317
+ "پس زمینه</a>"
318
 
319
  #: ../tags/2.3.0/er-custom-login.php:432 ../tags/2.3.1/er-custom-login.php:432
320
  #: ../tags/3.0/er-custom-login.php:453 ../tags/3.1/er-custom-login.php:457
321
  #: ../tags/3.2/er-custom-login.php:457 ../tags/3.3.1/er-custom-login.php:467
322
  #: ../tags/3.3/er-custom-login.php:466 ../tags/3.4.1/er-custom-login.php:474
323
+ #: ../tags/3.4/er-custom-login.php:473 ../tags/3.5.1/er-custom-login.php:481
324
+ #: ../tags/3.5/er-custom-login.php:480 ../trunk/er-custom-login.php:525
325
  msgid "Background Size:"
326
  msgstr "اندازه پس زمینه:"
327
 
329
  #: ../tags/3.0/er-custom-login.php:457 ../tags/3.1/er-custom-login.php:461
330
  #: ../tags/3.2/er-custom-login.php:461 ../tags/3.3.1/er-custom-login.php:471
331
  #: ../tags/3.3/er-custom-login.php:470 ../tags/3.4.1/er-custom-login.php:478
332
+ #: ../tags/3.4/er-custom-login.php:477 ../tags/3.5.1/er-custom-login.php:485
333
+ #: ../tags/3.5/er-custom-login.php:484 ../trunk/er-custom-login.php:529
334
  msgid ""
335
+ "The background-size property specifies the size of a background image. If you "
336
+ "entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" at "
337
+ "the end of value. Possible values: auto, length, percentage, cover, contain. "
338
+ "<a href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" "
339
+ "target=\"_blank\">More Info</a>"
340
  msgstr ""
341
  "گزینه «اندازه پس زمینه» برای تعیین اندازه پس زمینه استفاده می شود. اگر مقدار "
342
+ "را به \"پیکسل\" یا \"درصد\", وارد می کنید \"px\" یا \"%\" را در انتهای مقدار "
343
+ "وارد کنید. مقادیر قابل قبول: auto, length, percentage, cover, contain. <a "
344
+ "href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" target="
345
+ "\"_blank\">اطلاعات بیشتر</a>"
346
 
347
  #: ../tags/2.3.0/er-custom-login.php:447 ../tags/2.3.1/er-custom-login.php:447
348
  #: ../tags/3.0/er-custom-login.php:468 ../tags/3.1/er-custom-login.php:472
349
  #: ../tags/3.2/er-custom-login.php:472 ../tags/3.3.1/er-custom-login.php:482
350
  #: ../tags/3.3/er-custom-login.php:481 ../tags/3.4.1/er-custom-login.php:489
351
+ #: ../tags/3.4/er-custom-login.php:488 ../tags/3.5.1/er-custom-login.php:496
352
+ #: ../tags/3.5/er-custom-login.php:495 ../trunk/er-custom-login.php:540
353
  msgid "Login Screen Logo"
354
  msgstr "لوگوی صفحه ورود"
355
 
357
  #: ../tags/3.0/er-custom-login.php:469 ../tags/3.1/er-custom-login.php:473
358
  #: ../tags/3.2/er-custom-login.php:473 ../tags/3.3.1/er-custom-login.php:483
359
  #: ../tags/3.3/er-custom-login.php:482 ../tags/3.4.1/er-custom-login.php:490
360
+ #: ../tags/3.4/er-custom-login.php:489 ../tags/3.5.1/er-custom-login.php:497
361
+ #: ../tags/3.5/er-custom-login.php:496 ../trunk/er-custom-login.php:541
362
  msgid "(Change the default WordPress logo and powered by text)"
363
  msgstr "(تغییر لوگو و متن نیروگرفته از وردپرس)"
364
 
366
  #: ../tags/3.0/er-custom-login.php:474 ../tags/3.1/er-custom-login.php:478
367
  #: ../tags/3.2/er-custom-login.php:478 ../tags/3.3.1/er-custom-login.php:488
368
  #: ../tags/3.3/er-custom-login.php:487 ../tags/3.4.1/er-custom-login.php:495
369
+ #: ../tags/3.4/er-custom-login.php:494 ../tags/3.5.1/er-custom-login.php:502
370
+ #: ../tags/3.5/er-custom-login.php:501 ../trunk/er-custom-login.php:546
371
  msgid "Logo Url:"
372
  msgstr "مسیر URL لوگو:"
373
 
382
  #: ../tags/3.0/er-custom-login.php:478 ../tags/3.1/er-custom-login.php:482
383
  #: ../tags/3.2/er-custom-login.php:482 ../tags/3.3.1/er-custom-login.php:492
384
  #: ../tags/3.3/er-custom-login.php:491 ../tags/3.4.1/er-custom-login.php:499
385
+ #: ../tags/3.4/er-custom-login.php:498 ../tags/3.5.1/er-custom-login.php:506
386
+ #: ../tags/3.5/er-custom-login.php:505 ../trunk/er-custom-login.php:550
387
  msgid ""
388
  "(URL path to image to replace default WordPress Logo. (You can upload your "
389
  "image with the WordPress media uploader)"
390
  msgstr ""
391
+ "(مسیر تصویری که مایلید جایگزین لوگوی پیش فرض وردپرس گردد. می توانید از آپلودر "
392
+ "رسانه وردپرس برای بارگزاری تصویر موردنظرتان استفاده کنید)"
393
 
394
  #: ../tags/2.3.0/er-custom-login.php:462 ../tags/2.3.1/er-custom-login.php:462
395
  #: ../tags/3.0/er-custom-login.php:483 ../tags/3.1/er-custom-login.php:487
396
  #: ../tags/3.2/er-custom-login.php:487 ../tags/3.3.1/er-custom-login.php:497
397
  #: ../tags/3.3/er-custom-login.php:496 ../tags/3.4.1/er-custom-login.php:504
398
+ #: ../tags/3.4/er-custom-login.php:503 ../tags/3.5.1/er-custom-login.php:511
399
+ #: ../tags/3.5/er-custom-login.php:510 ../trunk/er-custom-login.php:555
400
  msgid "Logo Width:"
401
  msgstr "عرض لوگو:"
402
 
404
  #: ../tags/3.0/er-custom-login.php:487 ../tags/3.1/er-custom-login.php:491
405
  #: ../tags/3.2/er-custom-login.php:491 ../tags/3.3.1/er-custom-login.php:501
406
  #: ../tags/3.3/er-custom-login.php:500 ../tags/3.4.1/er-custom-login.php:508
407
+ #: ../tags/3.4/er-custom-login.php:507 ../tags/3.5.1/er-custom-login.php:515
408
+ #: ../tags/3.5/er-custom-login.php:514 ../trunk/er-custom-login.php:559
409
  msgid "Your Logo width(Enter in pixels). Default: 274px"
410
  msgstr "عرض لوگو (پیکسل) پیشفرض: 274px"
411
 
413
  #: ../tags/3.0/er-custom-login.php:491 ../tags/3.1/er-custom-login.php:495
414
  #: ../tags/3.2/er-custom-login.php:495 ../tags/3.3.1/er-custom-login.php:505
415
  #: ../tags/3.3/er-custom-login.php:504 ../tags/3.4.1/er-custom-login.php:512
416
+ #: ../tags/3.4/er-custom-login.php:511 ../tags/3.5.1/er-custom-login.php:519
417
+ #: ../tags/3.5/er-custom-login.php:518 ../trunk/er-custom-login.php:563
418
  msgid "Logo Height:"
419
  msgstr "طول لوگو:"
420
 
422
  #: ../tags/3.0/er-custom-login.php:495 ../tags/3.1/er-custom-login.php:499
423
  #: ../tags/3.2/er-custom-login.php:499 ../tags/3.3.1/er-custom-login.php:509
424
  #: ../tags/3.3/er-custom-login.php:508 ../tags/3.4.1/er-custom-login.php:516
425
+ #: ../tags/3.4/er-custom-login.php:515 ../tags/3.5.1/er-custom-login.php:523
426
+ #: ../tags/3.5/er-custom-login.php:522 ../trunk/er-custom-login.php:567
427
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
428
  msgstr "طول لوگو (پیکسل) پیشفرض: 63px"
429
 
431
  #: ../tags/3.0/er-custom-login.php:500 ../tags/3.1/er-custom-login.php:504
432
  #: ../tags/3.2/er-custom-login.php:504 ../tags/3.3.1/er-custom-login.php:514
433
  #: ../tags/3.3/er-custom-login.php:513 ../tags/3.4.1/er-custom-login.php:521
434
+ #: ../tags/3.4/er-custom-login.php:520 ../tags/3.5.1/er-custom-login.php:528
435
+ #: ../tags/3.5/er-custom-login.php:527 ../trunk/er-custom-login.php:572
436
  msgid "Powered by Text:"
437
  msgstr "متن نیرو گرفته از: "
438
 
440
  #: ../tags/3.0/er-custom-login.php:504 ../tags/3.1/er-custom-login.php:508
441
  #: ../tags/3.2/er-custom-login.php:508 ../tags/3.3.1/er-custom-login.php:518
442
  #: ../tags/3.3/er-custom-login.php:517 ../tags/3.4.1/er-custom-login.php:525
443
+ #: ../tags/3.4/er-custom-login.php:524 ../tags/3.5.1/er-custom-login.php:532
444
+ #: ../tags/3.5/er-custom-login.php:531 ../trunk/er-custom-login.php:576
445
  msgid "Show when mouse hover over custom Login logo"
446
  msgstr "زمانی که نشانگر ماوس بر روی لوگو قراربگیرد نمایش داده می شود."
447
 
449
  #: ../tags/3.0/er-custom-login.php:514 ../tags/3.1/er-custom-login.php:518
450
  #: ../tags/3.2/er-custom-login.php:518 ../tags/3.3.1/er-custom-login.php:528
451
  #: ../tags/3.3/er-custom-login.php:527 ../tags/3.4.1/er-custom-login.php:535
452
+ #: ../tags/3.4/er-custom-login.php:534 ../tags/3.5.1/er-custom-login.php:542
453
+ #: ../tags/3.5/er-custom-login.php:541 ../trunk/er-custom-login.php:586
454
  msgid "Login Form Settings"
455
  msgstr "تنظیمات فرم ورود"
456
 
458
  #: ../tags/3.0/er-custom-login.php:515 ../tags/3.1/er-custom-login.php:519
459
  #: ../tags/3.2/er-custom-login.php:519 ../tags/3.3.1/er-custom-login.php:529
460
  #: ../tags/3.3/er-custom-login.php:528 ../tags/3.4.1/er-custom-login.php:536
461
+ #: ../tags/3.4/er-custom-login.php:535 ../tags/3.5.1/er-custom-login.php:543
462
+ #: ../tags/3.5/er-custom-login.php:542 ../trunk/er-custom-login.php:587
463
  msgid "(The following settings will change the Login Form style)"
464
  msgstr "(تنظیمات زیر سبک فرم ورود را تغییر می دهد)"
465
 
467
  #: ../tags/3.0/er-custom-login.php:520 ../tags/3.1/er-custom-login.php:524
468
  #: ../tags/3.2/er-custom-login.php:524 ../tags/3.3.1/er-custom-login.php:534
469
  #: ../tags/3.3/er-custom-login.php:533 ../tags/3.4.1/er-custom-login.php:541
470
+ #: ../tags/3.4/er-custom-login.php:540 ../tags/3.5.1/er-custom-login.php:548
471
+ #: ../tags/3.5/er-custom-login.php:547 ../trunk/er-custom-login.php:592
472
  msgid "Login form width:"
473
  msgstr "عرض فرم ورود: "
474
 
476
  #: ../tags/3.0/er-custom-login.php:524 ../tags/3.1/er-custom-login.php:528
477
  #: ../tags/3.2/er-custom-login.php:528 ../tags/3.3.1/er-custom-login.php:538
478
  #: ../tags/3.3/er-custom-login.php:537 ../tags/3.4.1/er-custom-login.php:545
479
+ #: ../tags/3.4/er-custom-login.php:544 ../tags/3.5.1/er-custom-login.php:552
480
+ #: ../tags/3.5/er-custom-login.php:551 ../trunk/er-custom-login.php:596
481
  msgid "Total Form width(Enter in pixels). Default: 350px"
482
  msgstr "کل عرض فرم (به پیکسل). پیش فرض: 350px"
483
 
485
  #: ../tags/3.0/er-custom-login.php:528 ../tags/3.1/er-custom-login.php:532
486
  #: ../tags/3.2/er-custom-login.php:532 ../tags/3.3.1/er-custom-login.php:542
487
  #: ../tags/3.3/er-custom-login.php:541 ../tags/3.4.1/er-custom-login.php:549
488
+ #: ../tags/3.4/er-custom-login.php:548 ../tags/3.5.1/er-custom-login.php:556
489
+ #: ../tags/3.5/er-custom-login.php:555 ../trunk/er-custom-login.php:600
490
  msgid "Login Form Border Radius:"
491
  msgstr "اندازه قوس مرز فرم ورود: "
492
 
494
  #: ../tags/3.0/er-custom-login.php:532 ../tags/3.1/er-custom-login.php:536
495
  #: ../tags/3.2/er-custom-login.php:536 ../tags/3.3.1/er-custom-login.php:546
496
  #: ../tags/3.3/er-custom-login.php:545 ../tags/3.4.1/er-custom-login.php:553
497
+ #: ../tags/3.4/er-custom-login.php:552 ../tags/3.5.1/er-custom-login.php:560
498
+ #: ../tags/3.5/er-custom-login.php:559 ../trunk/er-custom-login.php:604
499
  msgid ""
500
  "Border Radius of Login Form. This is the option to make the corners rounded."
501
  "(Enter in pixels)"
507
  #: ../tags/3.0/er-custom-login.php:536 ../tags/3.1/er-custom-login.php:540
508
  #: ../tags/3.2/er-custom-login.php:540 ../tags/3.3.1/er-custom-login.php:550
509
  #: ../tags/3.3/er-custom-login.php:549 ../tags/3.4.1/er-custom-login.php:557
510
+ #: ../tags/3.4/er-custom-login.php:556 ../tags/3.5.1/er-custom-login.php:564
511
+ #: ../tags/3.5/er-custom-login.php:563 ../trunk/er-custom-login.php:608
512
  msgid "Login Border Style"
513
  msgstr "استایل مرز فرم ورود"
514
 
516
  #: ../tags/3.0/er-custom-login.php:580 ../tags/3.1/er-custom-login.php:584
517
  #: ../tags/3.2/er-custom-login.php:584 ../tags/3.3.1/er-custom-login.php:594
518
  #: ../tags/3.3/er-custom-login.php:593 ../tags/3.4.1/er-custom-login.php:601
519
+ #: ../tags/3.4/er-custom-login.php:600 ../tags/3.5.1/er-custom-login.php:608
520
+ #: ../tags/3.5/er-custom-login.php:607 ../trunk/er-custom-login.php:652
521
  msgid "Select a Border Style option from dropdown."
522
  msgstr "یکی از گزینه های لیست را انتخاب کنید."
523
 
525
  #: ../tags/3.0/er-custom-login.php:584 ../tags/3.1/er-custom-login.php:588
526
  #: ../tags/3.2/er-custom-login.php:588 ../tags/3.3.1/er-custom-login.php:598
527
  #: ../tags/3.3/er-custom-login.php:597 ../tags/3.4.1/er-custom-login.php:605
528
+ #: ../tags/3.4/er-custom-login.php:604 ../tags/3.5.1/er-custom-login.php:612
529
+ #: ../tags/3.5/er-custom-login.php:611 ../trunk/er-custom-login.php:656
530
  msgid "Login Border Thickness:"
531
  msgstr "ضخامت مرز فرم ورود:"
532
 
534
  #: ../tags/3.0/er-custom-login.php:588 ../tags/3.1/er-custom-login.php:592
535
  #: ../tags/3.2/er-custom-login.php:592 ../tags/3.3.1/er-custom-login.php:602
536
  #: ../tags/3.3/er-custom-login.php:601 ../tags/3.4.1/er-custom-login.php:609
537
+ #: ../tags/3.4/er-custom-login.php:608 ../tags/3.5.1/er-custom-login.php:616
538
+ #: ../tags/3.5/er-custom-login.php:615 ../trunk/er-custom-login.php:660
539
  msgid "Thickness of Border (Enter value in pixels)"
540
  msgstr "ضخامت مرز (به پیکسل)"
541
 
543
  #: ../tags/3.0/er-custom-login.php:592 ../tags/3.1/er-custom-login.php:596
544
  #: ../tags/3.2/er-custom-login.php:596 ../tags/3.3.1/er-custom-login.php:606
545
  #: ../tags/3.3/er-custom-login.php:605 ../tags/3.4.1/er-custom-login.php:613
546
+ #: ../tags/3.4/er-custom-login.php:612 ../tags/3.5.1/er-custom-login.php:620
547
+ #: ../tags/3.5/er-custom-login.php:619 ../trunk/er-custom-login.php:664
548
  msgid "Login Border Color:"
549
  msgstr "رنگ مرز فرم ورود:"
550
 
552
  #: ../tags/3.0/er-custom-login.php:601 ../tags/3.1/er-custom-login.php:605
553
  #: ../tags/3.2/er-custom-login.php:605 ../tags/3.3.1/er-custom-login.php:615
554
  #: ../tags/3.3/er-custom-login.php:614 ../tags/3.4.1/er-custom-login.php:622
555
+ #: ../tags/3.4/er-custom-login.php:621 ../tags/3.5.1/er-custom-login.php:629
556
+ #: ../tags/3.5/er-custom-login.php:628 ../trunk/er-custom-login.php:673
557
  msgid "Login Form Background Color:"
558
  msgstr "رنگ پس زمینه فرم ورود:"
559
 
561
  #: ../tags/3.0/er-custom-login.php:610 ../tags/3.1/er-custom-login.php:614
562
  #: ../tags/3.2/er-custom-login.php:614 ../tags/3.3.1/er-custom-login.php:625
563
  #: ../tags/3.3/er-custom-login.php:624 ../tags/3.4.1/er-custom-login.php:632
564
+ #: ../tags/3.4/er-custom-login.php:631 ../tags/3.5.1/er-custom-login.php:639
565
+ #: ../tags/3.5/er-custom-login.php:638 ../trunk/er-custom-login.php:683
566
  msgid "Login Form Background Image:"
567
  msgstr "تصویر پس زمینه فرم ورود:"
568
 
570
  #: ../tags/3.0/er-custom-login.php:613 ../tags/3.1/er-custom-login.php:617
571
  #: ../tags/3.2/er-custom-login.php:617 ../tags/3.3.1/er-custom-login.php:628
572
  #: ../tags/3.3/er-custom-login.php:627 ../tags/3.4.1/er-custom-login.php:635
573
+ #: ../tags/3.4/er-custom-login.php:634 ../tags/3.5.1/er-custom-login.php:642
574
+ #: ../tags/3.5/er-custom-login.php:641 ../trunk/er-custom-login.php:686
575
  msgid ""
576
  "Add your own pattern/image url to the form background. Leave blank if you "
577
  "don't need any images."
583
  #: ../tags/3.0/er-custom-login.php:617 ../tags/3.1/er-custom-login.php:621
584
  #: ../tags/3.2/er-custom-login.php:621 ../tags/3.3.1/er-custom-login.php:632
585
  #: ../tags/3.3/er-custom-login.php:631 ../tags/3.4.1/er-custom-login.php:639
586
+ #: ../tags/3.4/er-custom-login.php:638 ../tags/3.5.1/er-custom-login.php:646
587
+ #: ../tags/3.5/er-custom-login.php:645 ../trunk/er-custom-login.php:690
588
  msgid "Login Form Background Repeat"
589
  msgstr "تکرار پس زمینه فرم ورود"
590
 
592
  #: ../tags/3.0/er-custom-login.php:663 ../tags/3.1/er-custom-login.php:667
593
  #: ../tags/3.2/er-custom-login.php:667 ../tags/3.3.1/er-custom-login.php:678
594
  #: ../tags/3.3/er-custom-login.php:677 ../tags/3.4.1/er-custom-login.php:685
595
+ #: ../tags/3.4/er-custom-login.php:684 ../tags/3.5.1/er-custom-login.php:692
596
+ #: ../tags/3.5/er-custom-login.php:691 ../trunk/er-custom-login.php:736
597
  msgid "Vertical Position: "
598
  msgstr "موقعیت عمودی:"
599
 
601
  #: ../tags/3.0/er-custom-login.php:671 ../tags/3.1/er-custom-login.php:675
602
  #: ../tags/3.2/er-custom-login.php:675 ../tags/3.3.1/er-custom-login.php:686
603
  #: ../tags/3.3/er-custom-login.php:685 ../tags/3.4.1/er-custom-login.php:693
604
+ #: ../tags/3.4/er-custom-login.php:692 ../tags/3.5.1/er-custom-login.php:700
605
+ #: ../tags/3.5/er-custom-login.php:699 ../trunk/er-custom-login.php:744
606
  msgid "Login Form Label Text Color"
607
  msgstr "رنگ متن برچسب های فرم ورود"
608
 
610
  #: ../tags/3.0/er-custom-login.php:676 ../tags/3.1/er-custom-login.php:680
611
  #: ../tags/3.2/er-custom-login.php:680 ../tags/3.3.1/er-custom-login.php:691
612
  #: ../tags/3.3/er-custom-login.php:690 ../tags/3.4.1/er-custom-login.php:698
613
+ #: ../tags/3.4/er-custom-login.php:697 ../tags/3.5.1/er-custom-login.php:705
614
+ #: ../tags/3.5/er-custom-login.php:704 ../trunk/er-custom-login.php:749
615
  msgid ""
616
+ "Click the box to select a color. This will change the color of label Username/"
617
+ "Password"
618
  msgstr ""
619
+ "برای انتخاب رنگ درون کادر کلیک کنید. این گزینه رنگ برچسب های نام کاربری و رمز "
620
+ "عبور را تغییر میدهد."
621
 
622
  #: ../tags/2.3.0/er-custom-login.php:661 ../tags/2.3.1/er-custom-login.php:661
623
  #: ../tags/3.0/er-custom-login.php:680 ../tags/3.1/er-custom-login.php:684
624
  #: ../tags/3.2/er-custom-login.php:684 ../tags/3.3.1/er-custom-login.php:695
625
  #: ../tags/3.3/er-custom-login.php:694 ../tags/3.4.1/er-custom-login.php:702
626
+ #: ../tags/3.4/er-custom-login.php:701 ../tags/3.5.1/er-custom-login.php:709
627
+ #: ../tags/3.5/er-custom-login.php:708 ../trunk/er-custom-login.php:753
628
  msgid "Login Form Label Text Size:"
629
  msgstr "اندازه متن برچسب های فرم ورود"
630
 
632
  #: ../tags/3.0/er-custom-login.php:683 ../tags/3.1/er-custom-login.php:687
633
  #: ../tags/3.2/er-custom-login.php:687 ../tags/3.3.1/er-custom-login.php:698
634
  #: ../tags/3.3/er-custom-login.php:697 ../tags/3.4.1/er-custom-login.php:705
635
+ #: ../tags/3.4/er-custom-login.php:704 ../tags/3.5.1/er-custom-login.php:712
636
+ #: ../tags/3.5/er-custom-login.php:711 ../trunk/er-custom-login.php:756
637
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
638
  msgstr "اندازه متن برچسب های نام کاربری و رمز عبور (به پیکسل)"
639
 
641
  #: ../tags/3.0/er-custom-login.php:687 ../tags/3.1/er-custom-login.php:691
642
  #: ../tags/3.2/er-custom-login.php:691 ../tags/3.3.1/er-custom-login.php:702
643
  #: ../tags/3.3/er-custom-login.php:701 ../tags/3.4.1/er-custom-login.php:709
644
+ #: ../tags/3.4/er-custom-login.php:708 ../tags/3.5.1/er-custom-login.php:716
645
+ #: ../tags/3.5/er-custom-login.php:715 ../trunk/er-custom-login.php:760
646
  msgid "Login Form Input Text Color"
647
  msgstr "رنگ متون درون کادرهای متن فرم ورود"
648
 
650
  #: ../tags/3.0/er-custom-login.php:692 ../tags/3.1/er-custom-login.php:696
651
  #: ../tags/3.2/er-custom-login.php:696 ../tags/3.3.1/er-custom-login.php:707
652
  #: ../tags/3.3/er-custom-login.php:706 ../tags/3.4.1/er-custom-login.php:714
653
+ #: ../tags/3.4/er-custom-login.php:713 ../tags/3.5.1/er-custom-login.php:721
654
+ #: ../tags/3.5/er-custom-login.php:720 ../trunk/er-custom-login.php:765
655
  msgid ""
656
  "Click the box to select a color. This will change the color of text inside "
657
  "text box."
663
  #: ../tags/3.0/er-custom-login.php:696 ../tags/3.1/er-custom-login.php:700
664
  #: ../tags/3.2/er-custom-login.php:700 ../tags/3.3.1/er-custom-login.php:711
665
  #: ../tags/3.3/er-custom-login.php:710 ../tags/3.4.1/er-custom-login.php:718
666
+ #: ../tags/3.4/er-custom-login.php:717 ../tags/3.5.1/er-custom-login.php:725
667
+ #: ../tags/3.5/er-custom-login.php:724 ../trunk/er-custom-login.php:769
668
  msgid "Login Form Input Text Size:"
669
  msgstr "اندازه متون درون کادرهای متن فرم ورود"
670
 
672
  #: ../tags/3.0/er-custom-login.php:699 ../tags/3.1/er-custom-login.php:703
673
  #: ../tags/3.2/er-custom-login.php:703 ../tags/3.3.1/er-custom-login.php:714
674
  #: ../tags/3.3/er-custom-login.php:713 ../tags/3.4.1/er-custom-login.php:721
675
+ #: ../tags/3.4/er-custom-login.php:720 ../tags/3.5.1/er-custom-login.php:728
676
+ #: ../tags/3.5/er-custom-login.php:727 ../trunk/er-custom-login.php:772
677
  msgid "Font Size of text inside text box(Enter value in pixels)"
678
  msgstr "اندازه متون داخل کادرهای ورد متن فرم ورود (به پیکسل)"
679
 
681
  #: ../tags/3.0/er-custom-login.php:703 ../tags/3.1/er-custom-login.php:707
682
  #: ../tags/3.2/er-custom-login.php:707 ../tags/3.3.1/er-custom-login.php:718
683
  #: ../tags/3.3/er-custom-login.php:717 ../tags/3.4.1/er-custom-login.php:725
684
+ #: ../tags/3.4/er-custom-login.php:724 ../tags/3.5.1/er-custom-login.php:732
685
+ #: ../tags/3.5/er-custom-login.php:731 ../trunk/er-custom-login.php:776
686
  msgid "Login Form Link Color"
687
  msgstr "رنگ پیوند فرم ورود"
688
 
690
  #: ../tags/3.0/er-custom-login.php:713 ../tags/3.1/er-custom-login.php:717
691
  #: ../tags/3.2/er-custom-login.php:717 ../tags/3.3.1/er-custom-login.php:728
692
  #: ../tags/3.3/er-custom-login.php:727 ../tags/3.4.1/er-custom-login.php:735
693
+ #: ../tags/3.4/er-custom-login.php:734 ../tags/3.5.1/er-custom-login.php:742
694
+ #: ../tags/3.5/er-custom-login.php:741 ../trunk/er-custom-login.php:786
695
  msgid "Enable link shadow?"
696
  msgstr "فعال کردن سایه پیوند؟"
697
 
708
  #: ../tags/3.3/er-custom-login.php:815 ../tags/3.4.1/er-custom-login.php:743
709
  #: ../tags/3.4.1/er-custom-login.php:772 ../tags/3.4.1/er-custom-login.php:823
710
  #: ../tags/3.4/er-custom-login.php:742 ../tags/3.4/er-custom-login.php:771
711
+ #: ../tags/3.4/er-custom-login.php:822 ../tags/3.5.1/er-custom-login.php:750
712
+ #: ../tags/3.5.1/er-custom-login.php:779 ../tags/3.5.1/er-custom-login.php:830
713
+ #: ../tags/3.5/er-custom-login.php:749 ../tags/3.5/er-custom-login.php:778
714
+ #: ../tags/3.5/er-custom-login.php:829 ../trunk/er-custom-login.php:794
715
+ #: ../trunk/er-custom-login.php:823 ../trunk/er-custom-login.php:864
716
+ #: ../trunk/er-custom-login.php:885 ../trunk/er-custom-login.php:916
717
  msgid "Yes"
718
  msgstr "بله"
719
 
730
  #: ../tags/3.3/er-custom-login.php:819 ../tags/3.4.1/er-custom-login.php:747
731
  #: ../tags/3.4.1/er-custom-login.php:776 ../tags/3.4.1/er-custom-login.php:827
732
  #: ../tags/3.4/er-custom-login.php:746 ../tags/3.4/er-custom-login.php:775
733
+ #: ../tags/3.4/er-custom-login.php:826 ../tags/3.5.1/er-custom-login.php:754
734
+ #: ../tags/3.5.1/er-custom-login.php:783 ../tags/3.5.1/er-custom-login.php:834
735
+ #: ../tags/3.5/er-custom-login.php:753 ../tags/3.5/er-custom-login.php:782
736
+ #: ../tags/3.5/er-custom-login.php:833 ../trunk/er-custom-login.php:798
737
+ #: ../trunk/er-custom-login.php:827 ../trunk/er-custom-login.php:868
738
+ #: ../trunk/er-custom-login.php:889 ../trunk/er-custom-login.php:920
739
  msgid "No"
740
  msgstr "خیر"
741
 
748
  #: ../tags/3.3/er-custom-login.php:741 ../tags/3.3/er-custom-login.php:770
749
  #: ../tags/3.4.1/er-custom-login.php:749 ../tags/3.4.1/er-custom-login.php:778
750
  #: ../tags/3.4/er-custom-login.php:748 ../tags/3.4/er-custom-login.php:777
751
+ #: ../tags/3.5.1/er-custom-login.php:756 ../tags/3.5.1/er-custom-login.php:785
752
+ #: ../tags/3.5/er-custom-login.php:755 ../tags/3.5/er-custom-login.php:784
753
+ #: ../trunk/er-custom-login.php:800 ../trunk/er-custom-login.php:829
754
+ #: ../trunk/er-custom-login.php:870 ../trunk/er-custom-login.php:891
755
  msgid "(Check an option)"
756
  msgstr "(یک گزینه را تیک بزنید)"
757
 
759
  #: ../tags/3.0/er-custom-login.php:731 ../tags/3.1/er-custom-login.php:735
760
  #: ../tags/3.2/er-custom-login.php:735 ../tags/3.3.1/er-custom-login.php:746
761
  #: ../tags/3.3/er-custom-login.php:745 ../tags/3.4.1/er-custom-login.php:753
762
+ #: ../tags/3.4/er-custom-login.php:752 ../tags/3.5.1/er-custom-login.php:760
763
+ #: ../tags/3.5/er-custom-login.php:759 ../trunk/er-custom-login.php:804
764
  msgid "Login Form Link Shadow Color"
765
  msgstr "رنگ سایه پیوند فرم ورود"
766
 
768
  #: ../tags/3.0/er-custom-login.php:742 ../tags/3.1/er-custom-login.php:746
769
  #: ../tags/3.2/er-custom-login.php:746 ../tags/3.3.1/er-custom-login.php:757
770
  #: ../tags/3.3/er-custom-login.php:756 ../tags/3.4.1/er-custom-login.php:764
771
+ #: ../tags/3.4/er-custom-login.php:763 ../tags/3.5.1/er-custom-login.php:771
772
+ #: ../tags/3.5/er-custom-login.php:770 ../trunk/er-custom-login.php:815
773
  msgid "Enable form shadow?"
774
  msgstr "فعال کردن سایه فرم؟"
775
 
777
  #: ../tags/3.0/er-custom-login.php:760 ../tags/3.1/er-custom-login.php:764
778
  #: ../tags/3.2/er-custom-login.php:764 ../tags/3.3.1/er-custom-login.php:775
779
  #: ../tags/3.3/er-custom-login.php:774 ../tags/3.4.1/er-custom-login.php:782
780
+ #: ../tags/3.4/er-custom-login.php:781 ../tags/3.5.1/er-custom-login.php:789
781
+ #: ../tags/3.5/er-custom-login.php:788 ../trunk/er-custom-login.php:833
782
  msgid "Login Form Shadow Color"
783
  msgstr "رنگ سایه فرم ورود"
784
 
786
  #: ../tags/3.0/er-custom-login.php:772 ../tags/3.1/er-custom-login.php:776
787
  #: ../tags/3.2/er-custom-login.php:776 ../tags/3.3.1/er-custom-login.php:787
788
  #: ../tags/3.3/er-custom-login.php:786 ../tags/3.4.1/er-custom-login.php:794
789
+ #: ../tags/3.4/er-custom-login.php:793 ../tags/3.5.1/er-custom-login.php:801
790
+ #: ../tags/3.5/er-custom-login.php:800 ../trunk/er-custom-login.php:845
791
  msgid "Login Button Color"
792
  msgstr "رنگ کلید ورود"
793
 
795
  #: ../tags/3.0/er-custom-login.php:788 ../tags/3.1/er-custom-login.php:792
796
  #: ../tags/3.2/er-custom-login.php:792 ../tags/3.3.1/er-custom-login.php:803
797
  #: ../tags/3.3/er-custom-login.php:802 ../tags/3.4.1/er-custom-login.php:810
798
+ #: ../tags/3.4/er-custom-login.php:809 ../tags/3.5.1/er-custom-login.php:817
799
+ #: ../tags/3.5/er-custom-login.php:816 ../trunk/er-custom-login.php:903
800
  msgid "Plugin Un-install Settings"
801
  msgstr "تنظیمات حذف و غیر فعال کردن افزونه"
802
 
804
  #: ../tags/3.0/er-custom-login.php:793 ../tags/3.1/er-custom-login.php:797
805
  #: ../tags/3.2/er-custom-login.php:797 ../tags/3.3.1/er-custom-login.php:808
806
  #: ../tags/3.3/er-custom-login.php:807 ../tags/3.4.1/er-custom-login.php:815
807
+ #: ../tags/3.4/er-custom-login.php:814 ../tags/3.5.1/er-custom-login.php:822
808
+ #: ../tags/3.5/er-custom-login.php:821 ../trunk/er-custom-login.php:908
809
  msgid "Delete custom settings upon plugin deactivation?"
810
  msgstr ""
811
  "آیا مایلید تنظیمات سفارشی شده افزونه وقتی افزونه غیرفعال می شود حذف گردد؟"
814
  #: ../tags/3.0/er-custom-login.php:807 ../tags/3.1/er-custom-login.php:811
815
  #: ../tags/3.2/er-custom-login.php:811 ../tags/3.3.1/er-custom-login.php:822
816
  #: ../tags/3.3/er-custom-login.php:821 ../tags/3.4.1/er-custom-login.php:829
817
+ #: ../tags/3.4/er-custom-login.php:828 ../tags/3.5.1/er-custom-login.php:836
818
+ #: ../tags/3.5/er-custom-login.php:835 ../trunk/er-custom-login.php:922
819
  msgid ""
820
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
821
  "plugin deactivation)"
822
  msgstr ""
823
+ "(اگر بله را انتخاب کنید تمام تنظیماتی که تاکنون سفارشی کرده اید هنگام غیرفعال "
824
+ "کردن افزونه از پایگاه داده وردپرس حذف خواهد شد) "
825
 
826
  #: ../tags/2.3.0/er-custom-login.php:808 ../tags/2.3.1/er-custom-login.php:809
827
  #: ../tags/3.0/er-custom-login.php:857 ../tags/3.1/er-custom-login.php:861
828
  #: ../tags/3.2/er-custom-login.php:861 ../tags/3.3.1/er-custom-login.php:872
829
  #: ../tags/3.3/er-custom-login.php:871 ../tags/3.4.1/er-custom-login.php:879
830
+ #: ../tags/3.4/er-custom-login.php:878 ../tags/3.5.1/er-custom-login.php:886
831
+ #: ../tags/3.5/er-custom-login.php:885 ../trunk/er-custom-login.php:972
832
  msgid "Open Your WP Login Page in a New Tab"
833
  msgstr "بازشدن صفحه ورود وردپرس در زبانه جدید"
834
 
836
  #: ../tags/3.0/er-custom-login.php:858 ../tags/3.1/er-custom-login.php:862
837
  #: ../tags/3.2/er-custom-login.php:862 ../tags/3.3.1/er-custom-login.php:873
838
  #: ../tags/3.3/er-custom-login.php:872 ../tags/3.4.1/er-custom-login.php:880
839
+ #: ../tags/3.4/er-custom-login.php:879 ../tags/3.5.1/er-custom-login.php:887
840
+ #: ../tags/3.5/er-custom-login.php:886 ../trunk/er-custom-login.php:973
841
  msgid "Plugin Documentation"
842
  msgstr "مستندات افزونه"
843
 
845
  #: ../tags/3.0/er-custom-login.php:859 ../tags/3.1/er-custom-login.php:863
846
  #: ../tags/3.2/er-custom-login.php:863 ../tags/3.3.1/er-custom-login.php:874
847
  #: ../tags/3.3/er-custom-login.php:873 ../tags/3.4.1/er-custom-login.php:881
848
+ #: ../tags/3.4/er-custom-login.php:880 ../tags/3.5.1/er-custom-login.php:888
849
+ #: ../tags/3.5/er-custom-login.php:887 ../trunk/er-custom-login.php:974
850
  msgid "Plugin Support Page"
851
  msgstr "صفحه پشتیبانی افزونه"
852
 
854
  #: ../tags/3.0/er-custom-login.php:860 ../tags/3.1/er-custom-login.php:864
855
  #: ../tags/3.2/er-custom-login.php:864 ../tags/3.3.1/er-custom-login.php:875
856
  #: ../tags/3.3/er-custom-login.php:874 ../tags/3.4.1/er-custom-login.php:882
857
+ #: ../tags/3.4/er-custom-login.php:881 ../tags/3.5.1/er-custom-login.php:889
858
+ #: ../tags/3.5/er-custom-login.php:888 ../trunk/er-custom-login.php:975
859
  msgid "Feature Request/Suggestions?"
860
  msgstr "درخواست ویژگی جدید یا پیشنهاد یا انتقادی دارید؟"
861
 
863
  #: ../tags/3.0/er-custom-login.php:861 ../tags/3.1/er-custom-login.php:865
864
  #: ../tags/3.2/er-custom-login.php:865 ../tags/3.3.1/er-custom-login.php:876
865
  #: ../tags/3.3/er-custom-login.php:875 ../tags/3.4.1/er-custom-login.php:883
866
+ #: ../tags/3.4/er-custom-login.php:882 ../tags/3.5.1/er-custom-login.php:890
867
+ #: ../tags/3.5/er-custom-login.php:889 ../trunk/er-custom-login.php:976
868
  msgid "Got some Love? Give us a 5 star rating!"
869
  msgstr "دوستداری یک حرکت دوستانه انجام بدی؟ پس به ما یک امتیاز 5 ستاره بده!"
870
 
872
  #: ../tags/3.0/er-custom-login.php:865 ../tags/3.1/er-custom-login.php:869
873
  #: ../tags/3.2/er-custom-login.php:869 ../tags/3.3.1/er-custom-login.php:880
874
  #: ../tags/3.3/er-custom-login.php:879 ../tags/3.4.1/er-custom-login.php:887
875
+ #: ../tags/3.4/er-custom-login.php:886 ../tags/3.5.1/er-custom-login.php:894
876
+ #: ../tags/3.5/er-custom-login.php:893 ../trunk/er-custom-login.php:986
877
  msgid "Hire Me"
878
  msgstr "مرا استخدام کن"
879
 
881
  #: ../tags/3.0/er-custom-login.php:866 ../tags/3.1/er-custom-login.php:870
882
  #: ../tags/3.2/er-custom-login.php:870 ../tags/3.3.1/er-custom-login.php:881
883
  #: ../tags/3.3/er-custom-login.php:880 ../tags/3.4.1/er-custom-login.php:888
884
+ #: ../tags/3.4/er-custom-login.php:887 ../tags/3.5.1/er-custom-login.php:895
885
+ #: ../tags/3.5/er-custom-login.php:894 ../trunk/er-custom-login.php:987
886
  msgid ""
887
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
888
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
898
  #: ../tags/3.1/er-custom-login.php:859 ../tags/3.2/er-custom-login.php:859
899
  #: ../tags/3.3.1/er-custom-login.php:870 ../tags/3.3/er-custom-login.php:869
900
  #: ../tags/3.4.1/er-custom-login.php:877 ../tags/3.4/er-custom-login.php:876
901
+ #: ../tags/3.5.1/er-custom-login.php:884 ../tags/3.5/er-custom-login.php:883
902
+ #: ../trunk/er-custom-login.php:970
903
  msgid "Quick Links"
904
  msgstr "دسترسی سریع"
905
 
907
  #: ../tags/3.1/er-custom-login.php:872 ../tags/3.2/er-custom-login.php:872
908
  #: ../tags/3.3.1/er-custom-login.php:883 ../tags/3.3/er-custom-login.php:882
909
  #: ../tags/3.4.1/er-custom-login.php:890 ../tags/3.4/er-custom-login.php:889
910
+ #: ../tags/3.5.1/er-custom-login.php:897 ../tags/3.5/er-custom-login.php:896
911
+ #: ../trunk/er-custom-login.php:989
912
  msgid "Translation Credits"
913
  msgstr "دستاندرکاران ترجمه"
914
 
916
  #: ../tags/3.1/er-custom-login.php:874 ../tags/3.2/er-custom-login.php:874
917
  #: ../tags/3.3.1/er-custom-login.php:885 ../tags/3.3/er-custom-login.php:884
918
  #: ../tags/3.4.1/er-custom-login.php:892 ../tags/3.4/er-custom-login.php:891
919
+ #: ../tags/3.5.1/er-custom-login.php:899 ../tags/3.5/er-custom-login.php:898
920
+ #: ../trunk/er-custom-login.php:991
921
  msgid ""
922
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
923
  "\">Adriana De La Cuadra</a>"
929
  #: ../tags/3.1/er-custom-login.php:877 ../tags/3.2/er-custom-login.php:878
930
  #: ../tags/3.3.1/er-custom-login.php:889 ../tags/3.3/er-custom-login.php:888
931
  #: ../tags/3.4.1/er-custom-login.php:897 ../tags/3.4/er-custom-login.php:896
932
+ #: ../tags/3.5.1/er-custom-login.php:906 ../tags/3.5/er-custom-login.php:905
933
+ #: ../trunk/er-custom-login.php:998
934
  msgid "Do you wants to translate this plugin to your language? Email me!"
935
  msgstr ""
936
  "مایل به ترجمه این افزونه به زبان خودتان هستید؟ فایل ترجمه را برای من ایمیل "
939
  #: ../tags/3.0/er-custom-login.php:215 ../tags/3.1/er-custom-login.php:215
940
  #: ../tags/3.2/er-custom-login.php:215 ../tags/3.3.1/er-custom-login.php:224
941
  #: ../tags/3.3/er-custom-login.php:223 ../tags/3.4.1/er-custom-login.php:231
942
+ #: ../tags/3.4/er-custom-login.php:230 ../tags/3.5.1/er-custom-login.php:236
943
+ #: ../tags/3.5/er-custom-login.php:235 ../trunk/er-custom-login.php:257
944
  msgid "Please upload a valid .json file"
945
  msgstr "لطفاً یک فایل json معتبر بارگزاری کنید."
946
 
947
  #: ../tags/3.0/er-custom-login.php:221 ../tags/3.1/er-custom-login.php:221
948
  #: ../tags/3.2/er-custom-login.php:221 ../tags/3.3.1/er-custom-login.php:230
949
  #: ../tags/3.3/er-custom-login.php:229 ../tags/3.4.1/er-custom-login.php:237
950
+ #: ../tags/3.4/er-custom-login.php:236 ../tags/3.5.1/er-custom-login.php:242
951
+ #: ../tags/3.5/er-custom-login.php:241 ../trunk/er-custom-login.php:263
952
  msgid "Please upload a file to import"
953
  msgstr "لطفاً یک فایل برای درون ریزی آپلود کنید"
954
 
955
  #: ../tags/3.0/er-custom-login.php:228 ../tags/3.1/er-custom-login.php:228
956
  #: ../tags/3.2/er-custom-login.php:228 ../tags/3.3.1/er-custom-login.php:237
957
  #: ../tags/3.3/er-custom-login.php:236 ../tags/3.4.1/er-custom-login.php:244
958
+ #: ../tags/3.4/er-custom-login.php:243 ../tags/3.5.1/er-custom-login.php:249
959
+ #: ../tags/3.5/er-custom-login.php:248 ../trunk/er-custom-login.php:270
960
  msgid "New settings imported successfully!"
961
  msgstr "تنظیمات جدید با موفقیت وارد شد!"
962
 
963
  #: ../tags/3.0/er-custom-login.php:341 ../tags/3.1/er-custom-login.php:345
964
  #: ../tags/3.2/er-custom-login.php:345 ../tags/3.3.1/er-custom-login.php:355
965
  #: ../tags/3.3/er-custom-login.php:354 ../tags/3.4.1/er-custom-login.php:362
966
+ #: ../tags/3.4/er-custom-login.php:361 ../tags/3.5.1/er-custom-login.php:368
967
+ #: ../tags/3.5/er-custom-login.php:367 ../trunk/er-custom-login.php:411
968
  msgid "Settings saved."
969
  msgstr "تغییرات ذخیره شد."
970
 
971
  #: ../tags/3.0/er-custom-login.php:822 ../tags/3.1/er-custom-login.php:826
972
  #: ../tags/3.2/er-custom-login.php:826 ../tags/3.3.1/er-custom-login.php:837
973
  #: ../tags/3.3/er-custom-login.php:836 ../tags/3.4.1/er-custom-login.php:844
974
+ #: ../tags/3.4/er-custom-login.php:843 ../tags/3.5.1/er-custom-login.php:851
975
+ #: ../tags/3.5/er-custom-login.php:850 ../trunk/er-custom-login.php:937
976
  msgid "Export Settings"
977
  msgstr "برون بری تنظیمات"
978
 
979
  #: ../tags/3.0/er-custom-login.php:824 ../tags/3.1/er-custom-login.php:828
980
  #: ../tags/3.2/er-custom-login.php:828 ../tags/3.3.1/er-custom-login.php:839
981
  #: ../tags/3.3/er-custom-login.php:838 ../tags/3.4.1/er-custom-login.php:846
982
+ #: ../tags/3.4/er-custom-login.php:845 ../tags/3.5.1/er-custom-login.php:853
983
+ #: ../tags/3.5/er-custom-login.php:852 ../trunk/er-custom-login.php:939
984
  msgid ""
985
  "Export the plugin settings for this site as a .json file. This allows you to "
986
  "easily import the configuration into another site."
991
  #: ../tags/3.0/er-custom-login.php:829 ../tags/3.1/er-custom-login.php:833
992
  #: ../tags/3.2/er-custom-login.php:833 ../tags/3.3.1/er-custom-login.php:844
993
  #: ../tags/3.3/er-custom-login.php:843 ../tags/3.4.1/er-custom-login.php:851
994
+ #: ../tags/3.4/er-custom-login.php:850 ../tags/3.5.1/er-custom-login.php:858
995
+ #: ../tags/3.5/er-custom-login.php:857 ../trunk/er-custom-login.php:944
996
  msgid "Export"
997
  msgstr "برون بری"
998
 
999
  #: ../tags/3.0/er-custom-login.php:837 ../tags/3.1/er-custom-login.php:841
1000
  #: ../tags/3.2/er-custom-login.php:841 ../tags/3.3.1/er-custom-login.php:852
1001
  #: ../tags/3.3/er-custom-login.php:851 ../tags/3.4.1/er-custom-login.php:859
1002
+ #: ../tags/3.4/er-custom-login.php:858 ../tags/3.5.1/er-custom-login.php:866
1003
+ #: ../tags/3.5/er-custom-login.php:865 ../trunk/er-custom-login.php:952
1004
  msgid "Import Settings"
1005
  msgstr "تنظیمات درون ریزی"
1006
 
1007
  #: ../tags/3.0/er-custom-login.php:839 ../tags/3.1/er-custom-login.php:843
1008
  #: ../tags/3.2/er-custom-login.php:843 ../tags/3.3.1/er-custom-login.php:854
1009
  #: ../tags/3.3/er-custom-login.php:853 ../tags/3.4.1/er-custom-login.php:861
1010
+ #: ../tags/3.4/er-custom-login.php:860 ../tags/3.5.1/er-custom-login.php:868
1011
+ #: ../tags/3.5/er-custom-login.php:867 ../trunk/er-custom-login.php:954
1012
  msgid ""
1013
  "Import the plugin settings from a .json file. This file can be obtained by "
1014
  "exporting the settings on another site using the form above."
1019
  #: ../tags/3.0/er-custom-login.php:847 ../tags/3.1/er-custom-login.php:851
1020
  #: ../tags/3.2/er-custom-login.php:851 ../tags/3.3.1/er-custom-login.php:862
1021
  #: ../tags/3.3/er-custom-login.php:861 ../tags/3.4.1/er-custom-login.php:869
1022
+ #: ../tags/3.4/er-custom-login.php:868 ../tags/3.5.1/er-custom-login.php:876
1023
+ #: ../tags/3.5/er-custom-login.php:875 ../trunk/er-custom-login.php:962
1024
  msgid "Import"
1025
  msgstr "درون ریزی"
1026
 
1027
  #: ../tags/3.0/er-custom-login.php:871 ../tags/3.1/er-custom-login.php:875
1028
  #: ../tags/3.2/er-custom-login.php:875 ../tags/3.3.1/er-custom-login.php:886
1029
  #: ../tags/3.3/er-custom-login.php:885 ../tags/3.4.1/er-custom-login.php:893
1030
+ #: ../tags/3.4/er-custom-login.php:892 ../tags/3.5.1/er-custom-login.php:900
1031
+ #: ../tags/3.5/er-custom-login.php:899 ../trunk/er-custom-login.php:992
1032
  msgid ""
1033
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
1034
  "\" target=\"_blank\">Guillaume Vaslin</a>"
1038
 
1039
  #: ../tags/3.2/er-custom-login.php:876 ../tags/3.3.1/er-custom-login.php:887
1040
  #: ../tags/3.3/er-custom-login.php:886 ../tags/3.4.1/er-custom-login.php:894
1041
+ #: ../tags/3.4/er-custom-login.php:893 ../tags/3.5.1/er-custom-login.php:901
1042
+ #: ../tags/3.5/er-custom-login.php:900 ../trunk/er-custom-login.php:993
1043
  msgid ""
1044
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
1045
  "Kaulfuss</a>"
1049
 
1050
  #: ../tags/3.3.1/er-custom-login.php:619 ../tags/3.3/er-custom-login.php:618
1051
  #: ../tags/3.4.1/er-custom-login.php:626 ../tags/3.4/er-custom-login.php:625
1052
+ #: ../tags/3.5.1/er-custom-login.php:633 ../tags/3.5/er-custom-login.php:632
1053
+ #: ../trunk/er-custom-login.php:677
1054
  msgid "Background Opacity: "
1055
  msgstr "درصد تاری پس زمینه (Opacity):"
1056
 
1057
  #: ../tags/3.3.1/er-custom-login.php:621 ../tags/3.3/er-custom-login.php:620
1058
  #: ../tags/3.4.1/er-custom-login.php:628 ../tags/3.4/er-custom-login.php:627
1059
+ #: ../tags/3.5.1/er-custom-login.php:635 ../tags/3.5/er-custom-login.php:634
1060
+ #: ../trunk/er-custom-login.php:679
1061
  msgid ""
1062
  "Click the box to select a color. Background Opacity will helps you to put "
1063
  "transparent color over a background image. Possible values 0 to 1. Example: "
1072
 
1073
  #: ../tags/3.4.1/er-custom-login.php:415 ../tags/3.4.1/er-custom-login.php:633
1074
  #: ../tags/3.4/er-custom-login.php:414 ../tags/3.4/er-custom-login.php:632
1075
+ #: ../tags/3.5.1/er-custom-login.php:422 ../tags/3.5.1/er-custom-login.php:640
1076
+ #: ../tags/3.5/er-custom-login.php:421 ../tags/3.5/er-custom-login.php:639
1077
+ #: ../trunk/er-custom-login.php:466 ../trunk/er-custom-login.php:684
1078
  msgid "Add Background Image"
1079
  msgstr "اضافه کردن تصویر پس زمینه"
1080
 
1081
  #: ../tags/3.4.1/er-custom-login.php:497 ../tags/3.4/er-custom-login.php:496
1082
+ #: ../tags/3.5.1/er-custom-login.php:504 ../tags/3.5/er-custom-login.php:503
1083
+ #: ../trunk/er-custom-login.php:548
1084
  msgid "Add Logo"
1085
  msgstr "اضافه کردن لوگو"
1086
 
1087
  #: ../tags/3.4.1/er-custom-login.php:895 ../tags/3.4/er-custom-login.php:894
1088
+ #: ../tags/3.5.1/er-custom-login.php:902 ../tags/3.5/er-custom-login.php:901
1089
+ #: ../trunk/er-custom-login.php:994
1090
  msgid ""
1091
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1092
  "target=\"_blank\">Muhammet Küçük</a>"
1094
  "ترکی توسط <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
1095
  "target=\"_blank\">Muhammet Küçük</a>"
1096
 
1097
+ #: ../tags/3.5.1/er-custom-login.php:395 ../tags/3.5/er-custom-login.php:394
1098
+ #: ../trunk/er-custom-login.php:439
1099
  msgid ""
1100
  "This will replace the default \"WordPress Version\" on the bottom right side "
1101
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
1107
  "کنید. برای دیدن نتیجه پس از ذخیره تغییرات صفحه را مجدداً بارگزاری (تازه سازی) "
1108
  "کنید."
1109
 
1110
+ #: ../tags/3.5.1/er-custom-login.php:903 ../tags/3.5/er-custom-login.php:902
1111
+ #: ../trunk/er-custom-login.php:995
1112
  msgid ""
1113
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
1114
  "Heydari</a>"
1116
  "فارسی شده توسط <a href=\"https://about.me/reza.heydari\" target=\"_blank"
1117
  "\">Reza Heydari</a>"
1118
 
1119
+ #: ../tags/3.5.1/er-custom-login.php:904 ../trunk/er-custom-login.php:996
1120
+ msgid ""
1121
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
1122
+ "target=\"_blank\">Samuel Desconsi </a>"
1123
+ msgstr ""
1124
+
1125
+ #: ../tags/3.5/er-custom-login.php:903
1126
  msgid ""
1127
  "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
1128
  "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
1129
  msgstr ""
1130
  "پرتغالی برزیل-توسط <a href=\"https://www.facebook.com/home.php?m2w&refid=8\" "
1131
  "target=\"_blank\">Reza Heydari</a>"
1132
+
1133
+ #: ../trunk/er-custom-login.php:856
1134
+ msgid "Hide Register | Lost your password link"
1135
+ msgstr "مخفی کردن ثبت نام | از دست داده لینک رمز عبور خود را"
1136
+
1137
+ #: ../trunk/er-custom-login.php:877
1138
+ msgid "Hide Back to your website link"
1139
+ msgstr "مخفی کردن برگشت به لینک وب سایت خود را"
languages/erident-custom-login-and-dashboard-fr_FR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-fr_FR.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:21+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:22+0530\n"
6
  "Last-Translator: Guillaume Vaslin <moskito7@wanadoo.fr>\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 1.6.11\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"
@@ -20,27 +20,27 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Réglages"
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr "Veuillez charger un fichier .json valide"
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr "Veuillez charger un fichier à importer"
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr "Nouveaux réglages importés avec succès !"
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Connexion et tableau de bord personnalisés"
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Réglages d'Erident Custom Login and Dashboard"
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +48,19 @@ msgstr ""
48
  "L'extension charge les valeurs par défaut pour toutes les entrées ci-"
49
  "dessous. Veuillez entrer vos propres données."
50
 
51
- #: er-custom-login.php:359
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Cliquez sur le titre de chaque bloc pour l'ouvrir."
54
 
55
- #: er-custom-login.php:367
56
  msgid "Settings saved."
57
  msgstr "Réglages sauvegardés."
58
 
59
- #: er-custom-login.php:375
60
  msgid "Dashboard Settings"
61
  msgstr "Réglages du tableau de bord"
62
 
63
- #: er-custom-login.php:376
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +68,11 @@ msgstr ""
68
  "(Ces réglages seront renvoyés quand un utilisateur/administrateur se "
69
  "connectera au tableau de bord de WordPress)"
70
 
71
- #: er-custom-login.php:381
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Entrez le texte qui sera situé en bas à gauche du tableau de bord : "
74
 
75
- #: er-custom-login.php:386
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +80,11 @@ msgstr ""
80
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
81
  "tableau de bord"
82
 
83
- #: er-custom-login.php:390
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Entrez le texte qui sera situé en bas à droite du tableau de bord : "
86
 
87
- #: er-custom-login.php:394
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -94,32 +94,32 @@ msgstr ""
94
  "Gardez-le comme champ vide pour désactiver cette fonctionnalité. Actualiser "
95
  "à nouveau la page pour voir le résultat après l'enregistrement."
96
 
97
- #: er-custom-login.php:403
98
  msgid "Login Screen Background"
99
  msgstr "Fond de l'écran de connexion"
100
 
101
- #: er-custom-login.php:404
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
104
 
105
- #: er-custom-login.php:409
106
  msgid "Login Screen Background Color:"
107
  msgstr "Couleur du fond de l'écran de connexion : "
108
 
109
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
110
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
111
  msgid "Click the box to select a color."
112
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
113
 
114
- #: er-custom-login.php:419
115
  msgid "Login Screen Background Image:"
116
  msgstr "Image de fond de l'écran de connexion : "
117
 
118
- #: er-custom-login.php:421 er-custom-login.php:639
119
  msgid "Add Background Image"
120
  msgstr "Ajouter l'image de fond"
121
 
122
- #: er-custom-login.php:423
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
@@ -127,25 +127,25 @@ msgstr ""
127
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
128
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
129
 
130
- #: er-custom-login.php:427
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Répétition du fond de l'écran de connexion"
133
 
134
- #: er-custom-login.php:465 er-custom-login.php:683
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr ""
137
  "Sélectionnez une option de répétition pour l'image à partir du menu "
138
  "déroulant."
139
 
140
- #: er-custom-login.php:469 er-custom-login.php:688
141
  msgid "Background Position:"
142
  msgstr "Positionnement du fond : "
143
 
144
- #: er-custom-login.php:470 er-custom-login.php:689
145
  msgid "Horizontal Position: "
146
  msgstr "Positionnement horizontal : "
147
 
148
- #: er-custom-login.php:475 er-custom-login.php:694
149
  msgid ""
150
  "The background-position property sets the starting position of a background "
151
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -160,11 +160,11 @@ msgstr ""
160
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
161
  "d'infos</a>"
162
 
163
- #: er-custom-login.php:480
164
  msgid "Background Size:"
165
  msgstr "Taille du fond : "
166
 
167
- #: er-custom-login.php:484
168
  msgid ""
169
  "The background-size property specifies the size of a background image. If "
170
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -178,23 +178,23 @@ msgstr ""
178
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
179
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
180
 
181
- #: er-custom-login.php:495
182
  msgid "Login Screen Logo"
183
  msgstr "Logo de l'écran de connexion"
184
 
185
- #: er-custom-login.php:496
186
  msgid "(Change the default WordPress logo and powered by text)"
187
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
188
 
189
- #: er-custom-login.php:501
190
  msgid "Logo Url:"
191
  msgstr "Url du logo : "
192
 
193
- #: er-custom-login.php:503
194
  msgid "Add Logo"
195
  msgstr "Ajouter Logo"
196
 
197
- #: er-custom-login.php:505
198
  msgid ""
199
  "(URL path to image to replace default WordPress Logo. (You can upload your "
200
  "image with the WordPress media uploader)"
@@ -202,53 +202,53 @@ msgstr ""
202
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
203
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
204
 
205
- #: er-custom-login.php:510
206
  msgid "Logo Width:"
207
  msgstr "Largeur du logo : "
208
 
209
- #: er-custom-login.php:514
210
  msgid "Your Logo width(Enter in pixels). Default: 274px"
211
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
212
 
213
- #: er-custom-login.php:518
214
  msgid "Logo Height:"
215
  msgstr "Hauteur du logo : "
216
 
217
- #: er-custom-login.php:522
218
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
219
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
220
 
221
- #: er-custom-login.php:527
222
  msgid "Powered by Text:"
223
  msgstr "Texte propulsé par : "
224
 
225
- #: er-custom-login.php:531
226
  msgid "Show when mouse hover over custom Login logo"
227
  msgstr ""
228
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
229
 
230
- #: er-custom-login.php:541
231
  msgid "Login Form Settings"
232
  msgstr "Réglages du formulaire de connexion"
233
 
234
- #: er-custom-login.php:542
235
  msgid "(The following settings will change the Login Form style)"
236
  msgstr ""
237
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
238
 
239
- #: er-custom-login.php:547
240
  msgid "Login form width:"
241
  msgstr "Largeur du formulaire de connexion : "
242
 
243
- #: er-custom-login.php:551
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
246
 
247
- #: er-custom-login.php:555
248
  msgid "Login Form Border Radius:"
249
  msgstr "Radius de la bordure du formulaire de connexion : "
250
 
251
- #: er-custom-login.php:559
252
  msgid ""
253
  "Border Radius of Login Form. This is the option to make the corners rounded."
254
  "(Enter in pixels)"
@@ -256,35 +256,35 @@ msgstr ""
256
  "Radius de la bordure du formulaire de connexion. Cette option permet "
257
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
258
 
259
- #: er-custom-login.php:563
260
  msgid "Login Border Style"
261
  msgstr "Style de la bordure du formulaire de connexion"
262
 
263
- #: er-custom-login.php:607
264
  msgid "Select a Border Style option from dropdown."
265
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
266
 
267
- #: er-custom-login.php:611
268
  msgid "Login Border Thickness:"
269
  msgstr "Finesse de la bordure du formulaire de connexion : "
270
 
271
- #: er-custom-login.php:615
272
  msgid "Thickness of Border (Enter value in pixels)"
273
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
274
 
275
- #: er-custom-login.php:619
276
  msgid "Login Border Color:"
277
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
278
 
279
- #: er-custom-login.php:628
280
  msgid "Login Form Background Color:"
281
  msgstr "Couleur de fond du formulaire de connexion : "
282
 
283
- #: er-custom-login.php:632
284
  msgid "Background Opacity: "
285
  msgstr "Opacité du fond : "
286
 
287
- #: er-custom-login.php:634
288
  msgid ""
289
  "Click the box to select a color. Background Opacity will helps you to put "
290
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -299,11 +299,11 @@ msgstr ""
299
  "plugins/erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Plus "
300
  "d'infos</a>"
301
 
302
- #: er-custom-login.php:638
303
  msgid "Login Form Background Image:"
304
  msgstr "Image de fond du formulaire de connexion : "
305
 
306
- #: er-custom-login.php:641
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
@@ -311,19 +311,19 @@ msgstr ""
311
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
312
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
313
 
314
- #: er-custom-login.php:645
315
  msgid "Login Form Background Repeat"
316
  msgstr "Répétition du fond du formulaire de connexion"
317
 
318
- #: er-custom-login.php:691
319
  msgid "Vertical Position: "
320
  msgstr "Positionnement vertical : "
321
 
322
- #: er-custom-login.php:699
323
  msgid "Login Form Label Text Color"
324
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
325
 
326
- #: er-custom-login.php:704
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
@@ -331,21 +331,21 @@ msgstr ""
331
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
332
  "de l'étiquette Utilisateur/Mot de passe"
333
 
334
- #: er-custom-login.php:708
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
337
 
338
- #: er-custom-login.php:711
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
342
  "valeur en pixels)"
343
 
344
- #: er-custom-login.php:715
345
  msgid "Login Form Input Text Color"
346
  msgstr "Couleur du texte entré dans le formulaire de connexion"
347
 
348
- #: er-custom-login.php:720
349
  msgid ""
350
  "Click the box to select a color. This will change the color of text inside "
351
  "text box."
@@ -353,62 +353,73 @@ msgstr ""
353
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
354
  "du texte dans le champ de texte."
355
 
356
- #: er-custom-login.php:724
357
  msgid "Login Form Input Text Size:"
358
  msgstr "Taille du texte saisi dans le formulaire de connexion"
359
 
360
- #: er-custom-login.php:727
361
  msgid "Font Size of text inside text box(Enter value in pixels)"
362
  msgstr ""
363
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
364
  "en pixels)"
365
 
366
- #: er-custom-login.php:731
367
  msgid "Login Form Link Color"
368
  msgstr "Couleur des liens dans le formulaire de connexion"
369
 
370
- #: er-custom-login.php:741
371
  msgid "Enable link shadow?"
372
  msgstr "Activer l'ombre du lien ? "
373
 
374
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
375
  msgid "Yes"
376
  msgstr "Oui"
377
 
378
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
379
  msgid "No"
380
  msgstr "Non"
381
 
382
- #: er-custom-login.php:755 er-custom-login.php:784
 
383
  msgid "(Check an option)"
384
  msgstr "(Vérifiez une option)"
385
 
386
- #: er-custom-login.php:759
387
  msgid "Login Form Link Shadow Color"
388
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
389
 
390
- #: er-custom-login.php:770
391
  msgid "Enable form shadow?"
392
  msgstr "Activer l'ombre du formulaire ?"
393
 
394
- #: er-custom-login.php:788
395
  msgid "Login Form Shadow Color"
396
  msgstr "Couleur de l'ombre du formulaire de connexion"
397
 
398
- #: er-custom-login.php:800
399
  msgid "Login Button Color"
400
  msgstr "Couleur du bouton de connexion"
401
 
402
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
403
  msgid "Plugin Un-install Settings"
404
  msgstr "Réglages de la désinstallation de l'extension"
405
 
406
- #: er-custom-login.php:821
407
  msgid "Delete custom settings upon plugin deactivation?"
408
  msgstr ""
409
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
410
 
411
- #: er-custom-login.php:835
412
  msgid ""
413
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
414
  "plugin deactivation)"
@@ -416,15 +427,15 @@ msgstr ""
416
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
417
  "de la base de données lors de la désactivation de l'extension)"
418
 
419
- #: er-custom-login.php:843
420
  msgid "Save Changes"
421
  msgstr "Sauvegarder les changements"
422
 
423
- #: er-custom-login.php:850
424
  msgid "Export Settings"
425
  msgstr "Exporter les réglages"
426
 
427
- #: er-custom-login.php:852
428
  msgid ""
429
  "Export the plugin settings for this site as a .json file. This allows you to "
430
  "easily import the configuration into another site."
@@ -432,15 +443,15 @@ msgstr ""
432
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
433
  "vous permettra d'importer la configuration dans un autre site."
434
 
435
- #: er-custom-login.php:857
436
  msgid "Export"
437
  msgstr "Exporter"
438
 
439
- #: er-custom-login.php:865
440
  msgid "Import Settings"
441
  msgstr "Réglages d'importation"
442
 
443
- #: er-custom-login.php:867
444
  msgid ""
445
  "Import the plugin settings from a .json file. This file can be obtained by "
446
  "exporting the settings on another site using the form above."
@@ -449,39 +460,39 @@ msgstr ""
449
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
450
  "ci-dessus."
451
 
452
- #: er-custom-login.php:875
453
  msgid "Import"
454
  msgstr "Importer"
455
 
456
- #: er-custom-login.php:883
457
  msgid "Quick Links"
458
  msgstr "Liens rapides"
459
 
460
- #: er-custom-login.php:885
461
  msgid "Open Your WP Login Page in a New Tab"
462
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
463
 
464
- #: er-custom-login.php:886
465
  msgid "Plugin Documentation"
466
  msgstr "Documentation de l'extension"
467
 
468
- #: er-custom-login.php:887
469
  msgid "Plugin Support Page"
470
  msgstr "Page de support de l'extension"
471
 
472
- #: er-custom-login.php:888
473
  msgid "Feature Request/Suggestions?"
474
  msgstr "Une requête/suggestion de fonctionnalité ?"
475
 
476
- #: er-custom-login.php:889
477
  msgid "Got some Love? Give us a 5 star rating!"
478
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
479
 
480
- #: er-custom-login.php:893
481
  msgid "Hire Me"
482
  msgstr "Louez moi"
483
 
484
- #: er-custom-login.php:894
485
  msgid ""
486
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
487
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -494,11 +505,11 @@ msgstr ""
494
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
495
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
496
 
497
- #: er-custom-login.php:896
498
  msgid "Translation Credits"
499
  msgstr "Crédits de traduction"
500
 
501
- #: er-custom-login.php:898
502
  msgid ""
503
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
504
  "\">Adriana De La Cuadra</a>"
@@ -506,7 +517,7 @@ msgstr ""
506
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
507
  "\">Adriana De La Cuadra</a>"
508
 
509
- #: er-custom-login.php:899
510
  msgid ""
511
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
512
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -514,7 +525,7 @@ msgstr ""
514
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
515
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
516
 
517
- #: er-custom-login.php:900
518
  msgid ""
519
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
520
  "Kaulfuss</a>"
@@ -522,7 +533,7 @@ msgstr ""
522
  "Allemande par <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
523
  "\">Peter Kaulfuss</a>"
524
 
525
- #: er-custom-login.php:901
526
  msgid ""
527
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
528
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -530,7 +541,7 @@ msgstr ""
530
  "Turkish par <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
531
  "target=\"_blank\">Muhammet Küçük</a>"
532
 
533
- #: er-custom-login.php:902
534
  msgid ""
535
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
536
  "Heydari</a>"
@@ -538,19 +549,26 @@ msgstr ""
538
  "Persian par <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
539
  "Heydari</a>"
540
 
541
- #: er-custom-login.php:903
542
  msgid ""
543
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
544
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
545
  msgstr ""
546
- "Portuguese-Brazil par <a href=\"https://www.facebook.com/home.php?"
547
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
548
 
549
- #: er-custom-login.php:905
550
  msgid "Do you wants to translate this plugin to your language? Email me!"
551
  msgstr ""
552
  "Vous voulez traduire cette extension dans votre langue ? Envoyez-moi un "
553
  "mail !"
554
 
 
 
 
 
 
 
 
555
  #~ msgid "Default Logo Size 274px × 63px"
556
  #~ msgstr "Taille par défaut du logo 274px × 63px"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:53+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:54+0530\n"
6
  "Last-Translator: Guillaume Vaslin <moskito7@wanadoo.fr>\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 1.8.11\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"
20
  msgid "Settings"
21
  msgstr "Réglages"
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr "Veuillez charger un fichier .json valide"
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Veuillez charger un fichier à importer"
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Nouveaux réglages importés avec succès !"
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Connexion et tableau de bord personnalisés"
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Réglages d'Erident Custom Login and Dashboard"
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "L'extension charge les valeurs par défaut pour toutes les entrées ci-"
49
  "dessous. Veuillez entrer vos propres données."
50
 
51
+ #: er-custom-login.php:403
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Cliquez sur le titre de chaque bloc pour l'ouvrir."
54
 
55
+ #: er-custom-login.php:411
56
  msgid "Settings saved."
57
  msgstr "Réglages sauvegardés."
58
 
59
+ #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Réglages du tableau de bord"
62
 
63
+ #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
68
  "(Ces réglages seront renvoyés quand un utilisateur/administrateur se "
69
  "connectera au tableau de bord de WordPress)"
70
 
71
+ #: er-custom-login.php:426
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Entrez le texte qui sera situé en bas à gauche du tableau de bord : "
74
 
75
+ #: er-custom-login.php:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
80
  "Ceci remplacera le texte \"Merci d'utiliser WordPress\" en bas à gauche du "
81
  "tableau de bord"
82
 
83
+ #: er-custom-login.php:435
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Entrez le texte qui sera situé en bas à droite du tableau de bord : "
86
 
87
+ #: er-custom-login.php:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
94
  "Gardez-le comme champ vide pour désactiver cette fonctionnalité. Actualiser "
95
  "à nouveau la page pour voir le résultat après l'enregistrement."
96
 
97
+ #: er-custom-login.php:448
98
  msgid "Login Screen Background"
99
  msgstr "Fond de l'écran de connexion"
100
 
101
+ #: er-custom-login.php:449
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Les réglages suivants seront envoyés dans la page \"wp-login.php\")"
104
 
105
+ #: er-custom-login.php:454
106
  msgid "Login Screen Background Color:"
107
  msgstr "Couleur du fond de l'écran de connexion : "
108
 
109
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
110
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
111
  msgid "Click the box to select a color."
112
  msgstr "Cliquez sur la boîte pour sélectionner une couleur."
113
 
114
+ #: er-custom-login.php:464
115
  msgid "Login Screen Background Image:"
116
  msgstr "Image de fond de l'écran de connexion : "
117
 
118
+ #: er-custom-login.php:466 er-custom-login.php:684
119
  msgid "Add Background Image"
120
  msgstr "Ajouter l'image de fond"
121
 
122
+ #: er-custom-login.php:468
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
127
  "Ajoutez l'url de votre propre motif/image pour le fond de l'écran. Laissez "
128
  "ce champ blanc si vous ne souhaitez pas utiliser d'images."
129
 
130
+ #: er-custom-login.php:472
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Répétition du fond de l'écran de connexion"
133
 
134
+ #: er-custom-login.php:510 er-custom-login.php:728
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr ""
137
  "Sélectionnez une option de répétition pour l'image à partir du menu "
138
  "déroulant."
139
 
140
+ #: er-custom-login.php:514 er-custom-login.php:733
141
  msgid "Background Position:"
142
  msgstr "Positionnement du fond : "
143
 
144
+ #: er-custom-login.php:515 er-custom-login.php:734
145
  msgid "Horizontal Position: "
146
  msgstr "Positionnement horizontal : "
147
 
148
+ #: er-custom-login.php:520 er-custom-login.php:739
149
  msgid ""
150
  "The background-position property sets the starting position of a background "
151
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
160
  "w3schools.com/cssref/pr_background-position.asp\" target=\"_blank\">Plus "
161
  "d'infos</a>"
162
 
163
+ #: er-custom-login.php:525
164
  msgid "Background Size:"
165
  msgstr "Taille du fond : "
166
 
167
+ #: er-custom-login.php:529
168
  msgid ""
169
  "The background-size property specifies the size of a background image. If "
170
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
178
  "percentage, cover, contain. <a href=\"http://www.w3schools.com/cssref/"
179
  "css3_pr_background-size.asp\" target=\"_blank\">Plus d'infos</a>"
180
 
181
+ #: er-custom-login.php:540
182
  msgid "Login Screen Logo"
183
  msgstr "Logo de l'écran de connexion"
184
 
185
+ #: er-custom-login.php:541
186
  msgid "(Change the default WordPress logo and powered by text)"
187
  msgstr "(Change le logo WordPress par défaut ainsi que le texte propulsé par)"
188
 
189
+ #: er-custom-login.php:546
190
  msgid "Logo Url:"
191
  msgstr "Url du logo : "
192
 
193
+ #: er-custom-login.php:548
194
  msgid "Add Logo"
195
  msgstr "Ajouter Logo"
196
 
197
+ #: er-custom-login.php:550
198
  msgid ""
199
  "(URL path to image to replace default WordPress Logo. (You can upload your "
200
  "image with the WordPress media uploader)"
202
  "Url de l'image pour remplacer le logo WordPress par défaut. (Vous pouvez "
203
  "envoyer votre image avec l'outil d'envoi de médias interne à WordPress)"
204
 
205
+ #: er-custom-login.php:555
206
  msgid "Logo Width:"
207
  msgstr "Largeur du logo : "
208
 
209
+ #: er-custom-login.php:559
210
  msgid "Your Logo width(Enter in pixels). Default: 274px"
211
  msgstr "Largeur de votre logo (entrez-la en pixels). Par défaut : 274 px"
212
 
213
+ #: er-custom-login.php:563
214
  msgid "Logo Height:"
215
  msgstr "Hauteur du logo : "
216
 
217
+ #: er-custom-login.php:567
218
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
219
  msgstr "Hauteur de votre logo (entrez-la en pixels). Par défaut : 63 px"
220
 
221
+ #: er-custom-login.php:572
222
  msgid "Powered by Text:"
223
  msgstr "Texte propulsé par : "
224
 
225
+ #: er-custom-login.php:576
226
  msgid "Show when mouse hover over custom Login logo"
227
  msgstr ""
228
  "Montré quand la souris passe au-dessus du logo de connexion personnalisé"
229
 
230
+ #: er-custom-login.php:586
231
  msgid "Login Form Settings"
232
  msgstr "Réglages du formulaire de connexion"
233
 
234
+ #: er-custom-login.php:587
235
  msgid "(The following settings will change the Login Form style)"
236
  msgstr ""
237
  "(Les réglages suivants vont changer le style du formulaire de connexion)"
238
 
239
+ #: er-custom-login.php:592
240
  msgid "Login form width:"
241
  msgstr "Largeur du formulaire de connexion : "
242
 
243
+ #: er-custom-login.php:596
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr "Largeur totale du formulaire (Entrez-la en pixels). Par défaut : 350px"
246
 
247
+ #: er-custom-login.php:600
248
  msgid "Login Form Border Radius:"
249
  msgstr "Radius de la bordure du formulaire de connexion : "
250
 
251
+ #: er-custom-login.php:604
252
  msgid ""
253
  "Border Radius of Login Form. This is the option to make the corners rounded."
254
  "(Enter in pixels)"
256
  "Radius de la bordure du formulaire de connexion. Cette option permet "
257
  "d'obtenir des coins arrondis. (Entrez la valeur en pixels)"
258
 
259
+ #: er-custom-login.php:608
260
  msgid "Login Border Style"
261
  msgstr "Style de la bordure du formulaire de connexion"
262
 
263
+ #: er-custom-login.php:652
264
  msgid "Select a Border Style option from dropdown."
265
  msgstr "Sélectionnez une option de style à partir de la liste déroulante."
266
 
267
+ #: er-custom-login.php:656
268
  msgid "Login Border Thickness:"
269
  msgstr "Finesse de la bordure du formulaire de connexion : "
270
 
271
+ #: er-custom-login.php:660
272
  msgid "Thickness of Border (Enter value in pixels)"
273
  msgstr "Finesse de la bordure (Entrez-là en pixels)"
274
 
275
+ #: er-custom-login.php:664
276
  msgid "Login Border Color:"
277
  msgstr "Couleur de la bordure de la fenêtre de connexion : "
278
 
279
+ #: er-custom-login.php:673
280
  msgid "Login Form Background Color:"
281
  msgstr "Couleur de fond du formulaire de connexion : "
282
 
283
+ #: er-custom-login.php:677
284
  msgid "Background Opacity: "
285
  msgstr "Opacité du fond : "
286
 
287
+ #: er-custom-login.php:679
288
  msgid ""
289
  "Click the box to select a color. Background Opacity will helps you to put "
290
  "transparent color over a background image. Possible values 0 to 1. Example: "
299
  "plugins/erident-custom-login-and-dashboard/faq/\" target=\"_blank\">Plus "
300
  "d'infos</a>"
301
 
302
+ #: er-custom-login.php:683
303
  msgid "Login Form Background Image:"
304
  msgstr "Image de fond du formulaire de connexion : "
305
 
306
+ #: er-custom-login.php:686
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
311
  "Ajoutez l'url de votre propre motif/image pour le fond du formulaire. "
312
  "Laissez ce champ blanc si vous ne souhaitez pas utiliser d'images."
313
 
314
+ #: er-custom-login.php:690
315
  msgid "Login Form Background Repeat"
316
  msgstr "Répétition du fond du formulaire de connexion"
317
 
318
+ #: er-custom-login.php:736
319
  msgid "Vertical Position: "
320
  msgstr "Positionnement vertical : "
321
 
322
+ #: er-custom-login.php:744
323
  msgid "Login Form Label Text Color"
324
  msgstr "Couleur du texte des étiquettes du formulaire de connexion"
325
 
326
+ #: er-custom-login.php:749
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
331
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
332
  "de l'étiquette Utilisateur/Mot de passe"
333
 
334
+ #: er-custom-login.php:753
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Taille du texte des étiquettes du formulaire de connexion : "
337
 
338
+ #: er-custom-login.php:756
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Taille des caractères de l'étiquette Utilisateur/Mot de passe (Entrez la "
342
  "valeur en pixels)"
343
 
344
+ #: er-custom-login.php:760
345
  msgid "Login Form Input Text Color"
346
  msgstr "Couleur du texte entré dans le formulaire de connexion"
347
 
348
+ #: er-custom-login.php:765
349
  msgid ""
350
  "Click the box to select a color. This will change the color of text inside "
351
  "text box."
353
  "Cliquez sur la boîte pour sélectionner une couleur. Ceci changera la couleur "
354
  "du texte dans le champ de texte."
355
 
356
+ #: er-custom-login.php:769
357
  msgid "Login Form Input Text Size:"
358
  msgstr "Taille du texte saisi dans le formulaire de connexion"
359
 
360
+ #: er-custom-login.php:772
361
  msgid "Font Size of text inside text box(Enter value in pixels)"
362
  msgstr ""
363
  "Taille des caractères saisis dans les champs de caractères (Entrez la valeur "
364
  "en pixels)"
365
 
366
+ #: er-custom-login.php:776
367
  msgid "Login Form Link Color"
368
  msgstr "Couleur des liens dans le formulaire de connexion"
369
 
370
+ #: er-custom-login.php:786
371
  msgid "Enable link shadow?"
372
  msgstr "Activer l'ombre du lien ? "
373
 
374
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
375
+ #: er-custom-login.php:885 er-custom-login.php:916
376
  msgid "Yes"
377
  msgstr "Oui"
378
 
379
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
380
+ #: er-custom-login.php:889 er-custom-login.php:920
381
  msgid "No"
382
  msgstr "Non"
383
 
384
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
385
+ #: er-custom-login.php:891
386
  msgid "(Check an option)"
387
  msgstr "(Vérifiez une option)"
388
 
389
+ #: er-custom-login.php:804
390
  msgid "Login Form Link Shadow Color"
391
  msgstr "Couleur de l'ombre du lien dans le formulaire de connexion"
392
 
393
+ #: er-custom-login.php:815
394
  msgid "Enable form shadow?"
395
  msgstr "Activer l'ombre du formulaire ?"
396
 
397
+ #: er-custom-login.php:833
398
  msgid "Login Form Shadow Color"
399
  msgstr "Couleur de l'ombre du formulaire de connexion"
400
 
401
+ #: er-custom-login.php:845
402
  msgid "Login Button Color"
403
  msgstr "Couleur du bouton de connexion"
404
 
405
+ #: er-custom-login.php:856
406
+ msgid "Hide Register | Lost your password link"
407
+ msgstr "Cacher S'inscrire | Mot de passe oublié"
408
+
409
+ #: er-custom-login.php:877
410
+ msgid "Hide Back to your website link"
411
+ msgstr "Masquer Retour au lien de votre site web"
412
+
413
+ #: er-custom-login.php:903
414
  msgid "Plugin Un-install Settings"
415
  msgstr "Réglages de la désinstallation de l'extension"
416
 
417
+ #: er-custom-login.php:908
418
  msgid "Delete custom settings upon plugin deactivation?"
419
  msgstr ""
420
  "Effacer les réglages personnalisés lors de la désactivation de l'extension"
421
 
422
+ #: er-custom-login.php:922
423
  msgid ""
424
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
425
  "plugin deactivation)"
427
  "(Si vous laissez sur \"oui\" tous les réglages personnalisés seront effacés "
428
  "de la base de données lors de la désactivation de l'extension)"
429
 
430
+ #: er-custom-login.php:930
431
  msgid "Save Changes"
432
  msgstr "Sauvegarder les changements"
433
 
434
+ #: er-custom-login.php:937
435
  msgid "Export Settings"
436
  msgstr "Exporter les réglages"
437
 
438
+ #: er-custom-login.php:939
439
  msgid ""
440
  "Export the plugin settings for this site as a .json file. This allows you to "
441
  "easily import the configuration into another site."
443
  "Exporter les réglages de l'extension sous la forme d'un fichier .json. Ceci "
444
  "vous permettra d'importer la configuration dans un autre site."
445
 
446
+ #: er-custom-login.php:944
447
  msgid "Export"
448
  msgstr "Exporter"
449
 
450
+ #: er-custom-login.php:952
451
  msgid "Import Settings"
452
  msgstr "Réglages d'importation"
453
 
454
+ #: er-custom-login.php:954
455
  msgid ""
456
  "Import the plugin settings from a .json file. This file can be obtained by "
457
  "exporting the settings on another site using the form above."
460
  "obtenu en exportant les réglages d'un autre site en utilisant le formulaire "
461
  "ci-dessus."
462
 
463
+ #: er-custom-login.php:962
464
  msgid "Import"
465
  msgstr "Importer"
466
 
467
+ #: er-custom-login.php:970
468
  msgid "Quick Links"
469
  msgstr "Liens rapides"
470
 
471
+ #: er-custom-login.php:972
472
  msgid "Open Your WP Login Page in a New Tab"
473
  msgstr "Ouvrir votre page de connexion WP dans un nouvel onglet"
474
 
475
+ #: er-custom-login.php:973
476
  msgid "Plugin Documentation"
477
  msgstr "Documentation de l'extension"
478
 
479
+ #: er-custom-login.php:974
480
  msgid "Plugin Support Page"
481
  msgstr "Page de support de l'extension"
482
 
483
+ #: er-custom-login.php:975
484
  msgid "Feature Request/Suggestions?"
485
  msgstr "Une requête/suggestion de fonctionnalité ?"
486
 
487
+ #: er-custom-login.php:976
488
  msgid "Got some Love? Give us a 5 star rating!"
489
  msgstr "Vous aimez ? Donnez-nous une note de 5 étoiles !"
490
 
491
+ #: er-custom-login.php:986
492
  msgid "Hire Me"
493
  msgstr "Louez moi"
494
 
495
+ #: er-custom-login.php:987
496
  msgid ""
497
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
498
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
505
  "libin@libin.in\">libin@libin.in</a> <br/>Portfolio en ligne : <a href="
506
  "\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
507
 
508
+ #: er-custom-login.php:989
509
  msgid "Translation Credits"
510
  msgstr "Crédits de traduction"
511
 
512
+ #: er-custom-login.php:991
513
  msgid ""
514
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
515
  "\">Adriana De La Cuadra</a>"
517
  "Espagnol par <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
518
  "\">Adriana De La Cuadra</a>"
519
 
520
+ #: er-custom-login.php:992
521
  msgid ""
522
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
523
  "\" target=\"_blank\">Guillaume Vaslin</a>"
525
  "Français par <a href=\"https://www.linkedin.com/pub/vaslin-"
526
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
527
 
528
+ #: er-custom-login.php:993
529
  msgid ""
530
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
531
  "Kaulfuss</a>"
533
  "Allemande par <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
534
  "\">Peter Kaulfuss</a>"
535
 
536
+ #: er-custom-login.php:994
537
  msgid ""
538
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
539
  "target=\"_blank\">Muhammet Küçük</a>"
541
  "Turkish par <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
542
  "target=\"_blank\">Muhammet Küçük</a>"
543
 
544
+ #: er-custom-login.php:995
545
  msgid ""
546
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
547
  "Heydari</a>"
549
  "Persian par <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
550
  "Heydari</a>"
551
 
552
+ #: er-custom-login.php:996
553
  msgid ""
554
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
555
+ "target=\"_blank\">Samuel Desconsi </a>"
556
  msgstr ""
557
+ "Portuguese-Brazil par <a href=\"https://www.facebook.com/samuel.desconsi\" "
558
+ "target=\"_blank\">Samuel Desconsi </a>"
559
 
560
+ #: er-custom-login.php:998
561
  msgid "Do you wants to translate this plugin to your language? Email me!"
562
  msgstr ""
563
  "Vous voulez traduire cette extension dans votre langue ? Envoyez-moi un "
564
  "mail !"
565
 
566
+ #~ msgid ""
567
+ #~ "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
568
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
569
+ #~ msgstr ""
570
+ #~ "Portuguese-Brazil par <a href=\"https://www.facebook.com/home.php?"
571
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
572
+
573
  #~ msgid "Default Logo Size 274px × 63px"
574
  #~ msgstr "Taille par défaut du logo 274px × 63px"
languages/erident-custom-login-and-dashboard-pt_BR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-pt_BR.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:22+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:22+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: pt_BR\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.11\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"
@@ -20,27 +20,27 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Configurações"
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor, carregue um arquivo .json válido"
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr "Carregar arquivo para importação"
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr "Novas configurações importadas com sucesso"
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login e Painel de Controle"
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Configurações Erident Custom Login e Painel de Controle"
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
@@ -48,19 +48,19 @@ msgstr ""
48
  "O Plugin carregou o valor padrão para todas as entradas. Por favor, mude os "
49
  "valores a seu gosto."
50
 
51
- #: er-custom-login.php:359
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Clique sobre o cabeçalho para abrir determinado bloco"
54
 
55
- #: er-custom-login.php:367
56
  msgid "Settings saved."
57
  msgstr "Configurações salvas."
58
 
59
- #: er-custom-login.php:375
60
  msgid "Dashboard Settings"
61
  msgstr "Configurações do Painel de Controle"
62
 
63
- #: er-custom-login.php:376
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
@@ -68,11 +68,11 @@ msgstr ""
68
  "(Estas configurações refletirão quando um usuário/administrador efetuar "
69
  "login no Painel de Controle do Wordpress)"
70
 
71
- #: er-custom-login.php:381
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Digite o texto para o rodapé esquerdo do Painel de Controle:"
74
 
75
- #: er-custom-login.php:386
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
@@ -80,11 +80,11 @@ msgstr ""
80
  "Esta configuração irá repor a frase padrão \"Thank you for creating with "
81
  "Wordpress\" no lado inferior esquerdo do Painel de Controle."
82
 
83
- #: er-custom-login.php:390
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Digite o texto para o rodapé direito do Painel de Controle:"
86
 
87
- #: er-custom-login.php:394
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -94,32 +94,32 @@ msgstr ""
94
  "do Painel de Controle. Deixe em branco este campo para desabilitar esta "
95
  "opção. Atualize a página novamente para ver as mudanças depois de salvar."
96
 
97
- #: er-custom-login.php:403
98
  msgid "Login Screen Background"
99
  msgstr "Fundo da tela de Login"
100
 
101
- #: er-custom-login.php:404
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Estas configurações irão aparecer na página \"wp-login.php\")"
104
 
105
- #: er-custom-login.php:409
106
  msgid "Login Screen Background Color:"
107
  msgstr "Cor de fundo da tela de Login"
108
 
109
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
110
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
111
  msgid "Click the box to select a color."
112
  msgstr "Clique no campo acima para selecionar a Cor:"
113
 
114
- #: er-custom-login.php:419
115
  msgid "Login Screen Background Image:"
116
  msgstr "Imagem de fundo da tela de Login:"
117
 
118
- #: er-custom-login.php:421 er-custom-login.php:639
119
  msgid "Add Background Image"
120
  msgstr "Adicione uma imagem de fundo"
121
 
122
- #: er-custom-login.php:423
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
@@ -127,23 +127,23 @@ msgstr ""
127
  "Adicione a URL da imagem para o fundo da tela. Deixe em branco caso não "
128
  "queira utilizar uma imagem."
129
 
130
- #: er-custom-login.php:427
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Repetição do fundo da tela de Login"
133
 
134
- #: er-custom-login.php:465 er-custom-login.php:683
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr "Selecione um método de repetição no menu acima."
137
 
138
- #: er-custom-login.php:469 er-custom-login.php:688
139
  msgid "Background Position:"
140
  msgstr "Posição de Fundo:"
141
 
142
- #: er-custom-login.php:470 er-custom-login.php:689
143
  msgid "Horizontal Position: "
144
  msgstr "Posição Horizontal:"
145
 
146
- #: er-custom-login.php:475 er-custom-login.php:694
147
  msgid ""
148
  "The background-position property sets the starting position of a background "
149
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -158,11 +158,11 @@ msgstr ""
158
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
159
  "\"_blank\">Maiores informações (em inglês)</a>"
160
 
161
- #: er-custom-login.php:480
162
  msgid "Background Size:"
163
  msgstr "Tamanho de Fundo:"
164
 
165
- #: er-custom-login.php:484
166
  msgid ""
167
  "The background-size property specifies the size of a background image. If "
168
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -177,25 +177,25 @@ msgstr ""
177
  "cssref/css3_pr_background-size.asp\" target=\"_blank\">Maiores informações "
178
  "(em inglês)</a>"
179
 
180
- #: er-custom-login.php:495
181
  msgid "Login Screen Logo"
182
  msgstr "Logotipo da tela de Login"
183
 
184
- #: er-custom-login.php:496
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr ""
187
  "(Altera o logotipo padrão do Wordpress e o texto exibido \"Desenvolvido por "
188
  "(powered)\""
189
 
190
- #: er-custom-login.php:501
191
  msgid "Logo Url:"
192
  msgstr "Logotipo URL"
193
 
194
- #: er-custom-login.php:503
195
  msgid "Add Logo"
196
  msgstr "Adicionar Logotipo"
197
 
198
- #: er-custom-login.php:505
199
  msgid ""
200
  "(URL path to image to replace default WordPress Logo. (You can upload your "
201
  "image with the WordPress media uploader)"
@@ -204,52 +204,52 @@ msgstr ""
204
  "(Você pode realizar o carregamento da imagem pela biblioteca de media do "
205
  "WordPress)"
206
 
207
- #: er-custom-login.php:510
208
  msgid "Logo Width:"
209
  msgstr "Largura do Logotipo:"
210
 
211
- #: er-custom-login.php:514
212
  msgid "Your Logo width(Enter in pixels). Default: 274px"
213
  msgstr "Insira o valor da largura do logotipo (em pixels). Valor padrão: 274px"
214
 
215
- #: er-custom-login.php:518
216
  msgid "Logo Height:"
217
  msgstr "Altura do Logotipo"
218
 
219
- #: er-custom-login.php:522
220
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
221
  msgstr "Insira o valor da altura do logotipo (em pixels). Valor padrão: 60px"
222
 
223
- #: er-custom-login.php:527
224
  msgid "Powered by Text:"
225
  msgstr "Texto Desenvolvido por (Powered by):"
226
 
227
- #: er-custom-login.php:531
228
  msgid "Show when mouse hover over custom Login logo"
229
  msgstr "Exibe a mensagem quando passar o mouse em cima do logotipo de login."
230
 
231
- #: er-custom-login.php:541
232
  msgid "Login Form Settings"
233
  msgstr "Configurações do formulário de Login"
234
 
235
- #: er-custom-login.php:542
236
  msgid "(The following settings will change the Login Form style)"
237
  msgstr "(Estas configurações vão alterar o estilo do formulário de Login)"
238
 
239
- #: er-custom-login.php:547
240
  msgid "Login form width:"
241
  msgstr "Largura do formulário de Login:"
242
 
243
- #: er-custom-login.php:551
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr ""
246
  "Largura total do formulário (Insira valor em pixels). Valor padrão: 350px"
247
 
248
- #: er-custom-login.php:555
249
  msgid "Login Form Border Radius:"
250
  msgstr "Curvatura da borda do formulário de Login:"
251
 
252
- #: er-custom-login.php:559
253
  msgid ""
254
  "Border Radius of Login Form. This is the option to make the corners rounded."
255
  "(Enter in pixels)"
@@ -257,35 +257,35 @@ msgstr ""
257
  "Curvatura da borda do formulário de Login. Esta opção cria os cantos "
258
  "arredondados do formulário. (Insira os valores em pixels)"
259
 
260
- #: er-custom-login.php:563
261
  msgid "Login Border Style"
262
  msgstr "Estilo de Bordas do Formulário"
263
 
264
- #: er-custom-login.php:607
265
  msgid "Select a Border Style option from dropdown."
266
  msgstr "Selecione o estilo da borda no menu acima."
267
 
268
- #: er-custom-login.php:611
269
  msgid "Login Border Thickness:"
270
  msgstr "Espessura da borda do Formulário:"
271
 
272
- #: er-custom-login.php:615
273
  msgid "Thickness of Border (Enter value in pixels)"
274
  msgstr "Espessura da borda (Insira o valor em pixels)"
275
 
276
- #: er-custom-login.php:619
277
  msgid "Login Border Color:"
278
  msgstr "Cor da borda do Formulário:"
279
 
280
- #: er-custom-login.php:628
281
  msgid "Login Form Background Color:"
282
  msgstr "Cor de fundo do Formulário de Login:"
283
 
284
- #: er-custom-login.php:632
285
  msgid "Background Opacity: "
286
  msgstr "Opacidade do Fundo:"
287
 
288
- #: er-custom-login.php:634
289
  msgid ""
290
  "Click the box to select a color. Background Opacity will helps you to put "
291
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -299,11 +299,11 @@ msgstr ""
299
  "padrão: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
300
  "dashboard/faq/\" target=\"_blank\">Mais informações (em inglês)</a>"
301
 
302
- #: er-custom-login.php:638
303
  msgid "Login Form Background Image:"
304
  msgstr "Imagem de Fundo do Formulário de Login:"
305
 
306
- #: er-custom-login.php:641
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
@@ -311,19 +311,19 @@ msgstr ""
311
  "Adicione a URL da imagem para o fundo do formulário de Login. Deixe em "
312
  "branco caso não queira utilizar uma imagem."
313
 
314
- #: er-custom-login.php:645
315
  msgid "Login Form Background Repeat"
316
  msgstr "Repetição da imagem de fundo do Formulário de Login"
317
 
318
- #: er-custom-login.php:691
319
  msgid "Vertical Position: "
320
  msgstr "Posição Vertical:"
321
 
322
- #: er-custom-login.php:699
323
  msgid "Login Form Label Text Color"
324
  msgstr "Cor da Label do Formulário de Contato"
325
 
326
- #: er-custom-login.php:704
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
@@ -331,20 +331,20 @@ msgstr ""
331
  "Clique na caixa para selecionar a Cor. Irá mudar a cor dos Labels Nome do "
332
  "Usuário / Senha"
333
 
334
- #: er-custom-login.php:708
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Tamanho do Label do formulário de Contato:"
337
 
338
- #: er-custom-login.php:711
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Tamanho da Fonte do Label Nome do Usuário / Senha (Insira o valor em pixels)"
342
 
343
- #: er-custom-login.php:715
344
  msgid "Login Form Input Text Color"
345
  msgstr "Cor do Campo de Texto do Formulário de Contato"
346
 
347
- #: er-custom-login.php:720
348
  msgid ""
349
  "Click the box to select a color. This will change the color of text inside "
350
  "text box."
@@ -352,59 +352,70 @@ msgstr ""
352
  "Clique na caixa para selecionar a Cor. Irá alterar a cor interna do Campo de "
353
  "Texto."
354
 
355
- #: er-custom-login.php:724
356
  msgid "Login Form Input Text Size:"
357
  msgstr "Tamanho do Campo de Texto do formulário de Login:"
358
 
359
- #: er-custom-login.php:727
360
  msgid "Font Size of text inside text box(Enter value in pixels)"
361
  msgstr "Tamanho da Fonte do Campo de Texto (Insira o valor em pixels)"
362
 
363
- #: er-custom-login.php:731
364
  msgid "Login Form Link Color"
365
  msgstr "Cor dos Links do Formulário de Login"
366
 
367
- #: er-custom-login.php:741
368
  msgid "Enable link shadow?"
369
  msgstr "Habilitar sombra dos Links?"
370
 
371
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
372
  msgid "Yes"
373
  msgstr "Sim"
374
 
375
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
376
  msgid "No"
377
  msgstr "Não"
378
 
379
- #: er-custom-login.php:755 er-custom-login.php:784
 
380
  msgid "(Check an option)"
381
  msgstr "(Marque uma opção)"
382
 
383
- #: er-custom-login.php:759
384
  msgid "Login Form Link Shadow Color"
385
  msgstr "Cor da Sombra dos Links do formulário de Contato"
386
 
387
- #: er-custom-login.php:770
388
  msgid "Enable form shadow?"
389
  msgstr "Habilitar sombra do Formulário?"
390
 
391
- #: er-custom-login.php:788
392
  msgid "Login Form Shadow Color"
393
  msgstr "Cor da sombra do formulário de Contato"
394
 
395
- #: er-custom-login.php:800
396
  msgid "Login Button Color"
397
  msgstr "Cor do botão do formulário de Contato"
398
 
399
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
400
  msgid "Plugin Un-install Settings"
401
  msgstr "Configurações de Instalação/Desinstalação do plugin"
402
 
403
- #: er-custom-login.php:821
404
  msgid "Delete custom settings upon plugin deactivation?"
405
  msgstr "Excluir todas as configurações feitas quando desativar o plugin?"
406
 
407
- #: er-custom-login.php:835
408
  msgid ""
409
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
410
  "plugin deactivation)"
@@ -412,15 +423,15 @@ msgstr ""
412
  "(Se marcar \"Sim\", todas as configurações serão excluidas do banco de dados "
413
  "quando realizar a desativação do plugin)"
414
 
415
- #: er-custom-login.php:843
416
  msgid "Save Changes"
417
  msgstr "Salvar"
418
 
419
- #: er-custom-login.php:850
420
  msgid "Export Settings"
421
  msgstr "Exportar Configurações"
422
 
423
- #: er-custom-login.php:852
424
  msgid ""
425
  "Export the plugin settings for this site as a .json file. This allows you to "
426
  "easily import the configuration into another site."
@@ -429,15 +440,15 @@ msgstr ""
429
  "extenção \".json\". Este arquivo facilitará a importação das configurações "
430
  "para outro site."
431
 
432
- #: er-custom-login.php:857
433
  msgid "Export"
434
  msgstr "Exportar"
435
 
436
- #: er-custom-login.php:865
437
  msgid "Import Settings"
438
  msgstr "Importar Configurações"
439
 
440
- #: er-custom-login.php:867
441
  msgid ""
442
  "Import the plugin settings from a .json file. This file can be obtained by "
443
  "exporting the settings on another site using the form above."
@@ -446,39 +457,39 @@ msgstr ""
446
  "poderá ser obtido pela exportação das configurações de um outro respectivo "
447
  "site usando o formulário acima."
448
 
449
- #: er-custom-login.php:875
450
  msgid "Import"
451
  msgstr "Importar"
452
 
453
- #: er-custom-login.php:883
454
  msgid "Quick Links"
455
  msgstr "Links Rápidos"
456
 
457
- #: er-custom-login.php:885
458
  msgid "Open Your WP Login Page in a New Tab"
459
  msgstr "Abrir a página de Login em uma nova aba."
460
 
461
- #: er-custom-login.php:886
462
  msgid "Plugin Documentation"
463
  msgstr "Documentação do Plugin"
464
 
465
- #: er-custom-login.php:887
466
  msgid "Plugin Support Page"
467
  msgstr "Página de Suporte para o Plugin"
468
 
469
- #: er-custom-login.php:888
470
  msgid "Feature Request/Suggestions?"
471
  msgstr "Gostaria de dar uma sugestão/incluisão de caracteristica?"
472
 
473
- #: er-custom-login.php:889
474
  msgid "Got some Love? Give us a 5 star rating!"
475
  msgstr "Gostou? Avalie em 5 estrelas!"
476
 
477
- #: er-custom-login.php:893
478
  msgid "Hire Me"
479
  msgstr "Contrate-me"
480
 
481
- #: er-custom-login.php:894
482
  msgid ""
483
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
484
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -490,11 +501,11 @@ msgstr ""
490
  "\"mailto:libin@libin.in\">libin@libin.in</a><br/>Visite meu Portfólio: <a "
491
  "href=\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
492
 
493
- #: er-custom-login.php:896
494
  msgid "Translation Credits"
495
  msgstr "Créditos aos Tradutores"
496
 
497
- #: er-custom-login.php:898
498
  msgid ""
499
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
500
  "\">Adriana De La Cuadra</a>"
@@ -502,7 +513,7 @@ msgstr ""
502
  "Espanhol por <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
503
  "\">Adriana De La Cuadra</a>"
504
 
505
- #: er-custom-login.php:899
506
  msgid ""
507
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
508
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -510,7 +521,7 @@ msgstr ""
510
  "Francês por <a href=\"https://www.linkedin.com/pub/vaslin-"
511
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
512
 
513
- #: er-custom-login.php:900
514
  msgid ""
515
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
516
  "Kaulfuss</a>"
@@ -518,7 +529,7 @@ msgstr ""
518
  "Alemão por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
519
  "\">Peter Kaulfuss</a>"
520
 
521
- #: er-custom-login.php:901
522
  msgid ""
523
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
524
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -526,7 +537,7 @@ msgstr ""
526
  "Turco por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
527
  "target=\"_blank\">Muhammet Küçük</a>"
528
 
529
- #: er-custom-login.php:902
530
  msgid ""
531
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
532
  "Heydari</a>"
@@ -534,15 +545,22 @@ msgstr ""
534
  "Persa por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
535
  "Heydari</a>"
536
 
537
- #: er-custom-login.php:903
538
  msgid ""
539
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
540
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
541
  msgstr ""
542
- "Portuguese-Brazil por <a href=\"https://www.facebook.com/home.php?"
543
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
544
 
545
- #: er-custom-login.php:905
546
  msgid "Do you wants to translate this plugin to your language? Email me!"
547
  msgstr ""
548
  "Você gostaria de traduzir este plugin para o seu idioma? Mande-me um E-mail!"
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:54+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:55+0530\n"
6
  "Last-Translator: Libin <libin@libin.in>\n"
7
  "Language-Team: \n"
8
  "Language: pt_BR\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.8.11\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"
20
  msgid "Settings"
21
  msgstr "Configurações"
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr "Por favor, carregue um arquivo .json válido"
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Carregar arquivo para importação"
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Novas configurações importadas com sucesso"
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Custom Login e Painel de Controle"
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Configurações Erident Custom Login e Painel de Controle"
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
48
  "O Plugin carregou o valor padrão para todas as entradas. Por favor, mude os "
49
  "valores a seu gosto."
50
 
51
+ #: er-custom-login.php:403
52
  msgid "Click on the header of each block to open it."
53
  msgstr "Clique sobre o cabeçalho para abrir determinado bloco"
54
 
55
+ #: er-custom-login.php:411
56
  msgid "Settings saved."
57
  msgstr "Configurações salvas."
58
 
59
+ #: er-custom-login.php:420
60
  msgid "Dashboard Settings"
61
  msgstr "Configurações do Painel de Controle"
62
 
63
+ #: er-custom-login.php:421
64
  msgid ""
65
  "(These settings will be reflected when a user/admin logins to the WordPress "
66
  "Dashboard)"
68
  "(Estas configurações refletirão quando um usuário/administrador efetuar "
69
  "login no Painel de Controle do Wordpress)"
70
 
71
+ #: er-custom-login.php:426
72
  msgid "Enter the text for dashboard left side footer:"
73
  msgstr "Digite o texto para o rodapé esquerdo do Painel de Controle:"
74
 
75
+ #: er-custom-login.php:431
76
  msgid ""
77
  "This will replace the default \"Thank you for creating with WordPress\" on "
78
  "the bottom left side of dashboard"
80
  "Esta configuração irá repor a frase padrão \"Thank you for creating with "
81
  "Wordpress\" no lado inferior esquerdo do Painel de Controle."
82
 
83
+ #: er-custom-login.php:435
84
  msgid "Enter the text for dashboard right side footer:"
85
  msgstr "Digite o texto para o rodapé direito do Painel de Controle:"
86
 
87
+ #: er-custom-login.php:439
88
  msgid ""
89
  "This will replace the default \"WordPress Version\" on the bottom right side "
90
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
94
  "do Painel de Controle. Deixe em branco este campo para desabilitar esta "
95
  "opção. Atualize a página novamente para ver as mudanças depois de salvar."
96
 
97
+ #: er-custom-login.php:448
98
  msgid "Login Screen Background"
99
  msgstr "Fundo da tela de Login"
100
 
101
+ #: er-custom-login.php:449
102
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
103
  msgstr "(Estas configurações irão aparecer na página \"wp-login.php\")"
104
 
105
+ #: er-custom-login.php:454
106
  msgid "Login Screen Background Color:"
107
  msgstr "Cor de fundo da tela de Login"
108
 
109
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
110
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
111
  msgid "Click the box to select a color."
112
  msgstr "Clique no campo acima para selecionar a Cor:"
113
 
114
+ #: er-custom-login.php:464
115
  msgid "Login Screen Background Image:"
116
  msgstr "Imagem de fundo da tela de Login:"
117
 
118
+ #: er-custom-login.php:466 er-custom-login.php:684
119
  msgid "Add Background Image"
120
  msgstr "Adicione uma imagem de fundo"
121
 
122
+ #: er-custom-login.php:468
123
  msgid ""
124
  "Add your own pattern/image url for the screen background. Leave blank if you "
125
  "don't need any images."
127
  "Adicione a URL da imagem para o fundo da tela. Deixe em branco caso não "
128
  "queira utilizar uma imagem."
129
 
130
+ #: er-custom-login.php:472
131
  msgid "Login Screen Background Repeat"
132
  msgstr "Repetição do fundo da tela de Login"
133
 
134
+ #: er-custom-login.php:510 er-custom-login.php:728
135
  msgid "Select an image repeat option from dropdown."
136
  msgstr "Selecione um método de repetição no menu acima."
137
 
138
+ #: er-custom-login.php:514 er-custom-login.php:733
139
  msgid "Background Position:"
140
  msgstr "Posição de Fundo:"
141
 
142
+ #: er-custom-login.php:515 er-custom-login.php:734
143
  msgid "Horizontal Position: "
144
  msgstr "Posição Horizontal:"
145
 
146
+ #: er-custom-login.php:520 er-custom-login.php:739
147
  msgid ""
148
  "The background-position property sets the starting position of a background "
149
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
158
  "\"http://www.w3schools.com/cssref/pr_background-position.asp\" target="
159
  "\"_blank\">Maiores informações (em inglês)</a>"
160
 
161
+ #: er-custom-login.php:525
162
  msgid "Background Size:"
163
  msgstr "Tamanho de Fundo:"
164
 
165
+ #: er-custom-login.php:529
166
  msgid ""
167
  "The background-size property specifies the size of a background image. If "
168
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
177
  "cssref/css3_pr_background-size.asp\" target=\"_blank\">Maiores informações "
178
  "(em inglês)</a>"
179
 
180
+ #: er-custom-login.php:540
181
  msgid "Login Screen Logo"
182
  msgstr "Logotipo da tela de Login"
183
 
184
+ #: er-custom-login.php:541
185
  msgid "(Change the default WordPress logo and powered by text)"
186
  msgstr ""
187
  "(Altera o logotipo padrão do Wordpress e o texto exibido \"Desenvolvido por "
188
  "(powered)\""
189
 
190
+ #: er-custom-login.php:546
191
  msgid "Logo Url:"
192
  msgstr "Logotipo URL"
193
 
194
+ #: er-custom-login.php:548
195
  msgid "Add Logo"
196
  msgstr "Adicionar Logotipo"
197
 
198
+ #: er-custom-login.php:550
199
  msgid ""
200
  "(URL path to image to replace default WordPress Logo. (You can upload your "
201
  "image with the WordPress media uploader)"
204
  "(Você pode realizar o carregamento da imagem pela biblioteca de media do "
205
  "WordPress)"
206
 
207
+ #: er-custom-login.php:555
208
  msgid "Logo Width:"
209
  msgstr "Largura do Logotipo:"
210
 
211
+ #: er-custom-login.php:559
212
  msgid "Your Logo width(Enter in pixels). Default: 274px"
213
  msgstr "Insira o valor da largura do logotipo (em pixels). Valor padrão: 274px"
214
 
215
+ #: er-custom-login.php:563
216
  msgid "Logo Height:"
217
  msgstr "Altura do Logotipo"
218
 
219
+ #: er-custom-login.php:567
220
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
221
  msgstr "Insira o valor da altura do logotipo (em pixels). Valor padrão: 60px"
222
 
223
+ #: er-custom-login.php:572
224
  msgid "Powered by Text:"
225
  msgstr "Texto Desenvolvido por (Powered by):"
226
 
227
+ #: er-custom-login.php:576
228
  msgid "Show when mouse hover over custom Login logo"
229
  msgstr "Exibe a mensagem quando passar o mouse em cima do logotipo de login."
230
 
231
+ #: er-custom-login.php:586
232
  msgid "Login Form Settings"
233
  msgstr "Configurações do formulário de Login"
234
 
235
+ #: er-custom-login.php:587
236
  msgid "(The following settings will change the Login Form style)"
237
  msgstr "(Estas configurações vão alterar o estilo do formulário de Login)"
238
 
239
+ #: er-custom-login.php:592
240
  msgid "Login form width:"
241
  msgstr "Largura do formulário de Login:"
242
 
243
+ #: er-custom-login.php:596
244
  msgid "Total Form width(Enter in pixels). Default: 350px"
245
  msgstr ""
246
  "Largura total do formulário (Insira valor em pixels). Valor padrão: 350px"
247
 
248
+ #: er-custom-login.php:600
249
  msgid "Login Form Border Radius:"
250
  msgstr "Curvatura da borda do formulário de Login:"
251
 
252
+ #: er-custom-login.php:604
253
  msgid ""
254
  "Border Radius of Login Form. This is the option to make the corners rounded."
255
  "(Enter in pixels)"
257
  "Curvatura da borda do formulário de Login. Esta opção cria os cantos "
258
  "arredondados do formulário. (Insira os valores em pixels)"
259
 
260
+ #: er-custom-login.php:608
261
  msgid "Login Border Style"
262
  msgstr "Estilo de Bordas do Formulário"
263
 
264
+ #: er-custom-login.php:652
265
  msgid "Select a Border Style option from dropdown."
266
  msgstr "Selecione o estilo da borda no menu acima."
267
 
268
+ #: er-custom-login.php:656
269
  msgid "Login Border Thickness:"
270
  msgstr "Espessura da borda do Formulário:"
271
 
272
+ #: er-custom-login.php:660
273
  msgid "Thickness of Border (Enter value in pixels)"
274
  msgstr "Espessura da borda (Insira o valor em pixels)"
275
 
276
+ #: er-custom-login.php:664
277
  msgid "Login Border Color:"
278
  msgstr "Cor da borda do Formulário:"
279
 
280
+ #: er-custom-login.php:673
281
  msgid "Login Form Background Color:"
282
  msgstr "Cor de fundo do Formulário de Login:"
283
 
284
+ #: er-custom-login.php:677
285
  msgid "Background Opacity: "
286
  msgstr "Opacidade do Fundo:"
287
 
288
+ #: er-custom-login.php:679
289
  msgid ""
290
  "Click the box to select a color. Background Opacity will helps you to put "
291
  "transparent color over a background image. Possible values 0 to 1. Example: "
299
  "padrão: 1 <a href=\"https://wordpress.org/plugins/erident-custom-login-and-"
300
  "dashboard/faq/\" target=\"_blank\">Mais informações (em inglês)</a>"
301
 
302
+ #: er-custom-login.php:683
303
  msgid "Login Form Background Image:"
304
  msgstr "Imagem de Fundo do Formulário de Login:"
305
 
306
+ #: er-custom-login.php:686
307
  msgid ""
308
  "Add your own pattern/image url to the form background. Leave blank if you "
309
  "don't need any images."
311
  "Adicione a URL da imagem para o fundo do formulário de Login. Deixe em "
312
  "branco caso não queira utilizar uma imagem."
313
 
314
+ #: er-custom-login.php:690
315
  msgid "Login Form Background Repeat"
316
  msgstr "Repetição da imagem de fundo do Formulário de Login"
317
 
318
+ #: er-custom-login.php:736
319
  msgid "Vertical Position: "
320
  msgstr "Posição Vertical:"
321
 
322
+ #: er-custom-login.php:744
323
  msgid "Login Form Label Text Color"
324
  msgstr "Cor da Label do Formulário de Contato"
325
 
326
+ #: er-custom-login.php:749
327
  msgid ""
328
  "Click the box to select a color. This will change the color of label "
329
  "Username/Password"
331
  "Clique na caixa para selecionar a Cor. Irá mudar a cor dos Labels Nome do "
332
  "Usuário / Senha"
333
 
334
+ #: er-custom-login.php:753
335
  msgid "Login Form Label Text Size:"
336
  msgstr "Tamanho do Label do formulário de Contato:"
337
 
338
+ #: er-custom-login.php:756
339
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
340
  msgstr ""
341
  "Tamanho da Fonte do Label Nome do Usuário / Senha (Insira o valor em pixels)"
342
 
343
+ #: er-custom-login.php:760
344
  msgid "Login Form Input Text Color"
345
  msgstr "Cor do Campo de Texto do Formulário de Contato"
346
 
347
+ #: er-custom-login.php:765
348
  msgid ""
349
  "Click the box to select a color. This will change the color of text inside "
350
  "text box."
352
  "Clique na caixa para selecionar a Cor. Irá alterar a cor interna do Campo de "
353
  "Texto."
354
 
355
+ #: er-custom-login.php:769
356
  msgid "Login Form Input Text Size:"
357
  msgstr "Tamanho do Campo de Texto do formulário de Login:"
358
 
359
+ #: er-custom-login.php:772
360
  msgid "Font Size of text inside text box(Enter value in pixels)"
361
  msgstr "Tamanho da Fonte do Campo de Texto (Insira o valor em pixels)"
362
 
363
+ #: er-custom-login.php:776
364
  msgid "Login Form Link Color"
365
  msgstr "Cor dos Links do Formulário de Login"
366
 
367
+ #: er-custom-login.php:786
368
  msgid "Enable link shadow?"
369
  msgstr "Habilitar sombra dos Links?"
370
 
371
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
372
+ #: er-custom-login.php:885 er-custom-login.php:916
373
  msgid "Yes"
374
  msgstr "Sim"
375
 
376
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
377
+ #: er-custom-login.php:889 er-custom-login.php:920
378
  msgid "No"
379
  msgstr "Não"
380
 
381
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
382
+ #: er-custom-login.php:891
383
  msgid "(Check an option)"
384
  msgstr "(Marque uma opção)"
385
 
386
+ #: er-custom-login.php:804
387
  msgid "Login Form Link Shadow Color"
388
  msgstr "Cor da Sombra dos Links do formulário de Contato"
389
 
390
+ #: er-custom-login.php:815
391
  msgid "Enable form shadow?"
392
  msgstr "Habilitar sombra do Formulário?"
393
 
394
+ #: er-custom-login.php:833
395
  msgid "Login Form Shadow Color"
396
  msgstr "Cor da sombra do formulário de Contato"
397
 
398
+ #: er-custom-login.php:845
399
  msgid "Login Button Color"
400
  msgstr "Cor do botão do formulário de Contato"
401
 
402
+ #: er-custom-login.php:856
403
+ msgid "Hide Register | Lost your password link"
404
+ msgstr "Ocultar Registar | Perdeu seu link de senha"
405
+
406
+ #: er-custom-login.php:877
407
+ msgid "Hide Back to your website link"
408
+ msgstr "Ocultar Voltar ao link do seu site"
409
+
410
+ #: er-custom-login.php:903
411
  msgid "Plugin Un-install Settings"
412
  msgstr "Configurações de Instalação/Desinstalação do plugin"
413
 
414
+ #: er-custom-login.php:908
415
  msgid "Delete custom settings upon plugin deactivation?"
416
  msgstr "Excluir todas as configurações feitas quando desativar o plugin?"
417
 
418
+ #: er-custom-login.php:922
419
  msgid ""
420
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
421
  "plugin deactivation)"
423
  "(Se marcar \"Sim\", todas as configurações serão excluidas do banco de dados "
424
  "quando realizar a desativação do plugin)"
425
 
426
+ #: er-custom-login.php:930
427
  msgid "Save Changes"
428
  msgstr "Salvar"
429
 
430
+ #: er-custom-login.php:937
431
  msgid "Export Settings"
432
  msgstr "Exportar Configurações"
433
 
434
+ #: er-custom-login.php:939
435
  msgid ""
436
  "Export the plugin settings for this site as a .json file. This allows you to "
437
  "easily import the configuration into another site."
440
  "extenção \".json\". Este arquivo facilitará a importação das configurações "
441
  "para outro site."
442
 
443
+ #: er-custom-login.php:944
444
  msgid "Export"
445
  msgstr "Exportar"
446
 
447
+ #: er-custom-login.php:952
448
  msgid "Import Settings"
449
  msgstr "Importar Configurações"
450
 
451
+ #: er-custom-login.php:954
452
  msgid ""
453
  "Import the plugin settings from a .json file. This file can be obtained by "
454
  "exporting the settings on another site using the form above."
457
  "poderá ser obtido pela exportação das configurações de um outro respectivo "
458
  "site usando o formulário acima."
459
 
460
+ #: er-custom-login.php:962
461
  msgid "Import"
462
  msgstr "Importar"
463
 
464
+ #: er-custom-login.php:970
465
  msgid "Quick Links"
466
  msgstr "Links Rápidos"
467
 
468
+ #: er-custom-login.php:972
469
  msgid "Open Your WP Login Page in a New Tab"
470
  msgstr "Abrir a página de Login em uma nova aba."
471
 
472
+ #: er-custom-login.php:973
473
  msgid "Plugin Documentation"
474
  msgstr "Documentação do Plugin"
475
 
476
+ #: er-custom-login.php:974
477
  msgid "Plugin Support Page"
478
  msgstr "Página de Suporte para o Plugin"
479
 
480
+ #: er-custom-login.php:975
481
  msgid "Feature Request/Suggestions?"
482
  msgstr "Gostaria de dar uma sugestão/incluisão de caracteristica?"
483
 
484
+ #: er-custom-login.php:976
485
  msgid "Got some Love? Give us a 5 star rating!"
486
  msgstr "Gostou? Avalie em 5 estrelas!"
487
 
488
+ #: er-custom-login.php:986
489
  msgid "Hire Me"
490
  msgstr "Contrate-me"
491
 
492
+ #: er-custom-login.php:987
493
  msgid ""
494
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
495
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
501
  "\"mailto:libin@libin.in\">libin@libin.in</a><br/>Visite meu Portfólio: <a "
502
  "href=\"http://www.libin.in\" target=\"_blank\">www.libin.in</a>"
503
 
504
+ #: er-custom-login.php:989
505
  msgid "Translation Credits"
506
  msgstr "Créditos aos Tradutores"
507
 
508
+ #: er-custom-login.php:991
509
  msgid ""
510
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
511
  "\">Adriana De La Cuadra</a>"
513
  "Espanhol por <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
514
  "\">Adriana De La Cuadra</a>"
515
 
516
+ #: er-custom-login.php:992
517
  msgid ""
518
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
519
  "\" target=\"_blank\">Guillaume Vaslin</a>"
521
  "Francês por <a href=\"https://www.linkedin.com/pub/vaslin-"
522
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
523
 
524
+ #: er-custom-login.php:993
525
  msgid ""
526
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
527
  "Kaulfuss</a>"
529
  "Alemão por <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
530
  "\">Peter Kaulfuss</a>"
531
 
532
+ #: er-custom-login.php:994
533
  msgid ""
534
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
535
  "target=\"_blank\">Muhammet Küçük</a>"
537
  "Turco por <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
538
  "target=\"_blank\">Muhammet Küçük</a>"
539
 
540
+ #: er-custom-login.php:995
541
  msgid ""
542
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
543
  "Heydari</a>"
545
  "Persa por <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
546
  "Heydari</a>"
547
 
548
+ #: er-custom-login.php:996
549
  msgid ""
550
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
551
+ "target=\"_blank\">Samuel Desconsi </a>"
552
  msgstr ""
553
+ "Portuguese-Brazil por <a href=\"https://www.facebook.com/samuel.desconsi\" "
554
+ "target=\"_blank\">Samuel Desconsi </a>"
555
 
556
+ #: er-custom-login.php:998
557
  msgid "Do you wants to translate this plugin to your language? Email me!"
558
  msgstr ""
559
  "Você gostaria de traduzir este plugin para o seu idioma? Mande-me um E-mail!"
560
+
561
+ #~ msgid ""
562
+ #~ "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
563
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
564
+ #~ msgstr ""
565
+ #~ "Portuguese-Brazil por <a href=\"https://www.facebook.com/home.php?"
566
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
languages/erident-custom-login-and-dashboard-tr_TR.mo CHANGED
Binary file
languages/erident-custom-login-and-dashboard-tr_TR.po CHANGED
@@ -1,16 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
- "POT-Creation-Date: 2015-06-10 18:22+0530\n"
5
- "PO-Revision-Date: 2015-06-10 18:22+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: tr\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.11\n"
13
- "X-Poedit-Basepath: ../\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -20,45 +20,45 @@ msgstr ""
20
  msgid "Settings"
21
  msgstr "Ayarlar"
22
 
23
- #: er-custom-login.php:235
24
  msgid "Please upload a valid .json file"
25
  msgstr "Lütfen geçerli bir .json dosyası yükleyin"
26
 
27
- #: er-custom-login.php:241
28
  msgid "Please upload a file to import"
29
  msgstr "Lütfen içe aktaracağınız dosyayı upload ediniz"
30
 
31
- #: er-custom-login.php:248
32
  msgid "New settings imported successfully!"
33
  msgstr "Yeni ayarlar başarı ile içe aktarıldı"
34
 
35
- #: er-custom-login.php:337
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Giriş ve Başlangıç Ekranı Düzenleme Bölümü"
38
 
39
- #: er-custom-login.php:358
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Login ve Dashboard Ayarlarını Düzenleme"
42
 
43
- #: er-custom-login.php:359
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr "Eklenti varsayılan değerleri "
48
 
49
- #: er-custom-login.php:359
50
  msgid "Click on the header of each block to open it."
51
  msgstr "Başlıklara tıklayarak ayarlarını açabilirsiniz."
52
 
53
- #: er-custom-login.php:367
54
  msgid "Settings saved."
55
  msgstr "Ayarlar kaydedildi"
56
 
57
- #: er-custom-login.php:375
58
  msgid "Dashboard Settings"
59
  msgstr "Başlangıç Ayarları"
60
 
61
- #: er-custom-login.php:376
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
@@ -66,11 +66,11 @@ msgstr ""
66
  "(Bu ayarlar bir Kullanıcı ya da Yönetici WordPress Başlangıç bölümüne "
67
  "girdiğinde gözükecektir)"
68
 
69
- #: er-custom-login.php:381
70
  msgid "Enter the text for dashboard left side footer:"
71
  msgstr "Başlangıç bölümünde sol alt köşede bulunan metni değiştirin:"
72
 
73
- #: er-custom-login.php:386
74
  msgid ""
75
  "This will replace the default \"Thank you for creating with WordPress\" on "
76
  "the bottom left side of dashboard"
@@ -78,11 +78,11 @@ msgstr ""
78
  "Burası başlangıç ekraninda sol alttaki varsayılan \"Wordpress Versiyon\"u "
79
  "değiştirecektir"
80
 
81
- #: er-custom-login.php:390
82
  msgid "Enter the text for dashboard right side footer:"
83
  msgstr "Başlangıç bölümünde sağ alt köşede bulunan metni değiştirin:"
84
 
85
- #: er-custom-login.php:394
86
  msgid ""
87
  "This will replace the default \"WordPress Version\" on the bottom right side "
88
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
@@ -92,32 +92,32 @@ msgstr ""
92
  "değiştirecektir. Bu özelliği devre dışı bırakmak için boş alan olarak tutun. "
93
  "Kaydettikten sonra sonucu görmek için tekrar sayfayı yenileyin."
94
 
95
- #: er-custom-login.php:403
96
  msgid "Login Screen Background"
97
  msgstr "Giriş Ekranı Arkaplanı"
98
 
99
- #: er-custom-login.php:404
100
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
101
  msgstr "(Aşağıdaki ayarlar \"wp-login.php\" sayfasını etkileyecektir)"
102
 
103
- #: er-custom-login.php:409
104
  msgid "Login Screen Background Color:"
105
  msgstr "Giriş Ekranı Arkaplan Rengi"
106
 
107
- #: er-custom-login.php:414 er-custom-login.php:624 er-custom-login.php:736
108
- #: er-custom-login.php:764 er-custom-login.php:793 er-custom-login.php:805
109
  msgid "Click the box to select a color."
110
  msgstr "Renk seçmek için kutucuğa tıklayınız"
111
 
112
- #: er-custom-login.php:419
113
  msgid "Login Screen Background Image:"
114
  msgstr "Giriş Ekranı Arkaplan Resmi:"
115
 
116
- #: er-custom-login.php:421 er-custom-login.php:639
117
  msgid "Add Background Image"
118
  msgstr "Arka Plan Resim Ekle"
119
 
120
- #: er-custom-login.php:423
121
  msgid ""
122
  "Add your own pattern/image url for the screen background. Leave blank if you "
123
  "don't need any images."
@@ -125,23 +125,23 @@ msgstr ""
125
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
126
  "fotoğraf eklemeyecekseniz , boş bırakın"
127
 
128
- #: er-custom-login.php:427
129
  msgid "Login Screen Background Repeat"
130
  msgstr "Oturum açma ekranı arka plan tekrarlayın"
131
 
132
- #: er-custom-login.php:465 er-custom-login.php:683
133
  msgid "Select an image repeat option from dropdown."
134
  msgstr "Açılan listeden bir görüntü yineleme seçeneğini seçin."
135
 
136
- #: er-custom-login.php:469 er-custom-login.php:688
137
  msgid "Background Position:"
138
  msgstr "Arkaplan Pozisyonu:"
139
 
140
- #: er-custom-login.php:470 er-custom-login.php:689
141
  msgid "Horizontal Position: "
142
  msgstr "Yatay konumu:"
143
 
144
- #: er-custom-login.php:475 er-custom-login.php:694
145
  msgid ""
146
  "The background-position property sets the starting position of a background "
147
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
@@ -156,11 +156,11 @@ msgstr ""
156
  "\"_blank\">Daha Fazla Bilgi</a> yaparsanız , bir değişiklik "
157
  "göstermeyecektir ."
158
 
159
- #: er-custom-login.php:480
160
  msgid "Background Size:"
161
  msgstr "Arkaplan Boyutu:"
162
 
163
- #: er-custom-login.php:484
164
  msgid ""
165
  "The background-size property specifies the size of a background image. If "
166
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
@@ -174,25 +174,25 @@ msgstr ""
174
  "<a href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" "
175
  "target=\"_blank\">Daha fazla Bilgi</a>"
176
 
177
- #: er-custom-login.php:495
178
  msgid "Login Screen Logo"
179
  msgstr "Giriş Ekranı Logosu"
180
 
181
- #: er-custom-login.php:496
182
  msgid "(Change the default WordPress logo and powered by text)"
183
  msgstr ""
184
  "(Varsayılan Wordpress logosu ve Mouse üzerine gelince gelen yazıyı "
185
  "değiştirin)"
186
 
187
- #: er-custom-login.php:501
188
  msgid "Logo Url:"
189
  msgstr "Logo Url'si:"
190
 
191
- #: er-custom-login.php:503
192
  msgid "Add Logo"
193
  msgstr "Logo ekle"
194
 
195
- #: er-custom-login.php:505
196
  msgid ""
197
  "(URL path to image to replace default WordPress Logo. (You can upload your "
198
  "image with the WordPress media uploader)"
@@ -200,51 +200,51 @@ msgstr ""
200
  "(Link varsayılan WordPress Logosunu değiştirecektir. (Wordpress medya "
201
  "yükleyicisi ile resim yükleyebilirsiniz)"
202
 
203
- #: er-custom-login.php:510
204
  msgid "Logo Width:"
205
  msgstr "Logo Genişliği:"
206
 
207
- #: er-custom-login.php:514
208
  msgid "Your Logo width(Enter in pixels). Default: 274px"
209
  msgstr "Logonuzun Genişliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
210
 
211
- #: er-custom-login.php:518
212
  msgid "Logo Height:"
213
  msgstr "Logo Yüksekliği"
214
 
215
- #: er-custom-login.php:522
216
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
217
  msgstr "Logonuzun Yüksekliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
218
 
219
- #: er-custom-login.php:527
220
  msgid "Powered by Text:"
221
  msgstr "Mouse'unuz logonun üzerine gelince yazacak olan metin"
222
 
223
- #: er-custom-login.php:531
224
  msgid "Show when mouse hover over custom Login logo"
225
  msgstr "Mouse'unuz giriş logosunun üstüne gelince vurgulayın"
226
 
227
- #: er-custom-login.php:541
228
  msgid "Login Form Settings"
229
  msgstr "Giriş Formu Ayarları"
230
 
231
- #: er-custom-login.php:542
232
  msgid "(The following settings will change the Login Form style)"
233
  msgstr "(Aşağıdaki ayarlar , Giriş formu stilini değiştirecektir)"
234
 
235
- #: er-custom-login.php:547
236
  msgid "Login form width:"
237
  msgstr "Giriş formu genişliği:"
238
 
239
- #: er-custom-login.php:551
240
  msgid "Total Form width(Enter in pixels). Default: 350px"
241
  msgstr "Toplam form genişliği(Piksel olarak giriniz). Varsayılan : 350 Piksel"
242
 
243
- #: er-custom-login.php:555
244
  msgid "Login Form Border Radius:"
245
  msgstr "Giriş formu çerçeve Çapı"
246
 
247
- #: er-custom-login.php:559
248
  msgid ""
249
  "Border Radius of Login Form. This is the option to make the corners rounded."
250
  "(Enter in pixels)"
@@ -252,35 +252,35 @@ msgstr ""
252
  "Giriş formundaki çerçeve çapını girin . Bu ayar köşeler yuvarlak ise "
253
  "kullanılır(Piksel olarak girin)"
254
 
255
- #: er-custom-login.php:563
256
  msgid "Login Border Style"
257
  msgstr "Giriş çerçeve stili"
258
 
259
- #: er-custom-login.php:607
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Bir çerçeve stili seçin"
262
 
263
- #: er-custom-login.php:611
264
  msgid "Login Border Thickness:"
265
  msgstr "Giriş çerçevesi kalınlığı:"
266
 
267
- #: er-custom-login.php:615
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Çerçevenin kalınlığı (değerleri piksel olarak giriniz)"
270
 
271
- #: er-custom-login.php:619
272
  msgid "Login Border Color:"
273
  msgstr "Giriş çerçeve rengi:"
274
 
275
- #: er-custom-login.php:628
276
  msgid "Login Form Background Color:"
277
  msgstr "Giriş Formu Arkaplan Rengi:"
278
 
279
- #: er-custom-login.php:632
280
  msgid "Background Opacity: "
281
  msgstr "Arkaplan Saydamlığı:"
282
 
283
- #: er-custom-login.php:634
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
@@ -294,11 +294,11 @@ msgstr ""
294
  "href=\"https://wordpress.org/plugins/erident-custom-login-and-dashboard/faq/"
295
  "\" target=\"_blank\">Daha Fazla Bilgi</a>"
296
 
297
- #: er-custom-login.php:638
298
  msgid "Login Form Background Image:"
299
  msgstr "Giriş Ekranı Arkaplan Resmi:"
300
 
301
- #: er-custom-login.php:641
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
@@ -306,19 +306,19 @@ msgstr ""
306
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
307
  "fotoğraf eklemeyecekseniz , boş bırakın"
308
 
309
- #: er-custom-login.php:645
310
  msgid "Login Form Background Repeat"
311
  msgstr "Giriş Ekranı Arkaplanı"
312
 
313
- #: er-custom-login.php:691
314
  msgid "Vertical Position: "
315
  msgstr "Diket Pozisyon:"
316
 
317
- #: er-custom-login.php:699
318
  msgid "Login Form Label Text Color"
319
  msgstr "Giriş Formu etiketi metin rengi"
320
 
321
- #: er-custom-login.php:704
322
  msgid ""
323
  "Click the box to select a color. This will change the color of label "
324
  "Username/Password"
@@ -326,20 +326,20 @@ msgstr ""
326
  "Renk seçmek için kutuya tıklayınız .Bu ayar Kullanıcı Adı/Şifre etiketinin "
327
  "rengini değiştirecektir."
328
 
329
- #: er-custom-login.php:708
330
  msgid "Login Form Label Text Size:"
331
  msgstr "Giriş formu etiketi metin boyutu:"
332
 
333
- #: er-custom-login.php:711
334
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
335
  msgstr ""
336
  "Kullanıcı Adı/Şifre etiketlerinin Yazı boyutu?(Değeri piksel olarak giriniz)"
337
 
338
- #: er-custom-login.php:715
339
  msgid "Login Form Input Text Color"
340
  msgstr "Giriş formu metin rengi"
341
 
342
- #: er-custom-login.php:720
343
  msgid ""
344
  "Click the box to select a color. This will change the color of text inside "
345
  "text box."
@@ -347,59 +347,70 @@ msgstr ""
347
  "Renk seçmek için kutuya tıklayınız .Bu ayar metin kutusunun içindeki metnin "
348
  "rengini değiştirecektir."
349
 
350
- #: er-custom-login.php:724
351
  msgid "Login Form Input Text Size:"
352
  msgstr "Giriş Formu girilen metin boyutu:"
353
 
354
- #: er-custom-login.php:727
355
  msgid "Font Size of text inside text box(Enter value in pixels)"
356
  msgstr "Metin kutusunun içindeki yazı boyutu(Değeri piksel olarak giriniz)"
357
 
358
- #: er-custom-login.php:731
359
  msgid "Login Form Link Color"
360
  msgstr "Giriş formu bağlantı rengi"
361
 
362
- #: er-custom-login.php:741
363
  msgid "Enable link shadow?"
364
  msgstr "Linklerdeki gölgelemeyi aktifleştir ?"
365
 
366
- #: er-custom-login.php:749 er-custom-login.php:778 er-custom-login.php:829
 
367
  msgid "Yes"
368
  msgstr "Evet"
369
 
370
- #: er-custom-login.php:753 er-custom-login.php:782 er-custom-login.php:833
 
371
  msgid "No"
372
  msgstr "Hayır"
373
 
374
- #: er-custom-login.php:755 er-custom-login.php:784
 
375
  msgid "(Check an option)"
376
  msgstr "(Bir seçenek seçin)"
377
 
378
- #: er-custom-login.php:759
379
  msgid "Login Form Link Shadow Color"
380
  msgstr "Giriş Formu Bağlantısı Gölge Rengi"
381
 
382
- #: er-custom-login.php:770
383
  msgid "Enable form shadow?"
384
  msgstr "Gölgeleri Aktifleştir?"
385
 
386
- #: er-custom-login.php:788
387
  msgid "Login Form Shadow Color"
388
  msgstr "Giriş Formu Gölge Rengi"
389
 
390
- #: er-custom-login.php:800
391
  msgid "Login Button Color"
392
  msgstr "Giriş Yap butonu rengi"
393
 
394
- #: er-custom-login.php:816
 
 
 
 
 
 
 
 
395
  msgid "Plugin Un-install Settings"
396
  msgstr "Eklenti Silme Ayarları."
397
 
398
- #: er-custom-login.php:821
399
  msgid "Delete custom settings upon plugin deactivation?"
400
  msgstr "Yapılan ayarları sil ve eklentiyi etkinsizleştir ?"
401
 
402
- #: er-custom-login.php:835
403
  msgid ""
404
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
405
  "plugin deactivation)"
@@ -407,15 +418,15 @@ msgstr ""
407
  "(Eğer \"Yes\" i seçerseniz bütün düzenlenen ayarlar veritabanınızdan "
408
  "silinecek eklentiyi etkinsizleştirecektir)"
409
 
410
- #: er-custom-login.php:843
411
  msgid "Save Changes"
412
  msgstr "Değişiklikleri Kaydet"
413
 
414
- #: er-custom-login.php:850
415
  msgid "Export Settings"
416
  msgstr "Ayarları dışa aktar"
417
 
418
- #: er-custom-login.php:852
419
  msgid ""
420
  "Export the plugin settings for this site as a .json file. This allows you to "
421
  "easily import the configuration into another site."
@@ -423,15 +434,15 @@ msgstr ""
423
  "Bu sitenizin eklenti ayarlarını .json dosyası olarak dışa aktarabilirsiniz. "
424
  "Böylece ayarlarınızı kolaylıkla başka bir siteye aktarabilirsiniz ."
425
 
426
- #: er-custom-login.php:857
427
  msgid "Export"
428
  msgstr "Dışa Aktar"
429
 
430
- #: er-custom-login.php:865
431
  msgid "Import Settings"
432
  msgstr "Ayarları İçe Aktarın"
433
 
434
- #: er-custom-login.php:867
435
  msgid ""
436
  "Import the plugin settings from a .json file. This file can be obtained by "
437
  "exporting the settings on another site using the form above."
@@ -439,39 +450,39 @@ msgstr ""
439
  "Eklenti ayarlarını bir .json dosyasından aktarın.Bu dosya başka bir siteden "
440
  "dışarı aktardığınız ayar olabilir ."
441
 
442
- #: er-custom-login.php:875
443
  msgid "Import"
444
  msgstr "İçe Aktar"
445
 
446
- #: er-custom-login.php:883
447
  msgid "Quick Links"
448
  msgstr "Hazır Bağlantılar"
449
 
450
- #: er-custom-login.php:885
451
  msgid "Open Your WP Login Page in a New Tab"
452
  msgstr "WP giriş ekranınızı yeni bir sekmede açın"
453
 
454
- #: er-custom-login.php:886
455
  msgid "Plugin Documentation"
456
  msgstr "Eklenti Belgeleri"
457
 
458
- #: er-custom-login.php:887
459
  msgid "Plugin Support Page"
460
  msgstr "Eklenti Destek Sayfası"
461
 
462
- #: er-custom-login.php:888
463
  msgid "Feature Request/Suggestions?"
464
  msgstr "Özellik İsteiğiniz/Önerileriniz?"
465
 
466
- #: er-custom-login.php:889
467
  msgid "Got some Love? Give us a 5 star rating!"
468
  msgstr "Beğendiniz mi? Bize 5 yıldız verin!"
469
 
470
- #: er-custom-login.php:893
471
  msgid "Hire Me"
472
  msgstr "Beni İşe Alın"
473
 
474
- #: er-custom-login.php:894
475
  msgid ""
476
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
477
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
@@ -484,11 +495,11 @@ msgstr ""
484
  "\">libin@libin.in</a> <br/>Online Portfolyo: <a href=\"http://www.libin.in\" "
485
  "target=\"_blank\">www.libin.in</a>"
486
 
487
- #: er-custom-login.php:896
488
  msgid "Translation Credits"
489
  msgstr "Çeviride Katkısı Bulunanlar"
490
 
491
- #: er-custom-login.php:898
492
  msgid ""
493
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
494
  "\">Adriana De La Cuadra</a>"
@@ -496,7 +507,7 @@ msgstr ""
496
  "İspanyolcaya çeviren <a href=\"http://www.linkedin.com/in/adrifolio\" "
497
  "target=\"_blank\">Adriana De La Cuadra</a>"
498
 
499
- #: er-custom-login.php:899
500
  msgid ""
501
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
502
  "\" target=\"_blank\">Guillaume Vaslin</a>"
@@ -504,7 +515,7 @@ msgstr ""
504
  "Fransızcaya çeviren <a href=\"https://www.linkedin.com/pub/vaslin-"
505
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
506
 
507
- #: er-custom-login.php:900
508
  msgid ""
509
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
510
  "Kaulfuss</a>"
@@ -512,7 +523,7 @@ msgstr ""
512
  "Almancaya çeviren <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
513
  "\">Peter Kaulfuss</a>"
514
 
515
- #: er-custom-login.php:901
516
  msgid ""
517
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
518
  "target=\"_blank\">Muhammet Küçük</a>"
@@ -520,7 +531,7 @@ msgstr ""
520
  "Turkish çeviren <a href=\"https://www.linkedin.com/profile/view?"
521
  "id=335577895\" target=\"_blank\">Muhammet Küçük</a>"
522
 
523
- #: er-custom-login.php:902
524
  msgid ""
525
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
526
  "Heydari</a>"
@@ -528,18 +539,25 @@ msgstr ""
528
  "Persian çeviren <a href=\"https://about.me/reza.heydari\" target=\"_blank"
529
  "\">Reza Heydari</a>"
530
 
531
- #: er-custom-login.php:903
532
  msgid ""
533
- "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
534
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
535
  msgstr ""
536
- "Portuguese-Brazil çeviren <a href=\"https://www.facebook.com/home.php?"
537
- "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
538
 
539
- #: er-custom-login.php:905
540
  msgid "Do you wants to translate this plugin to your language? Email me!"
541
  msgstr "Bu eklentiyi kendi dilinize mi çevirmek istiyorsunuz? Bana mail atın!"
542
 
 
 
 
 
 
 
 
543
  #~ msgid "Dutch by <a href=\"#\" target=\"_blank\">John Blom</a>"
544
  #~ msgstr "Dutch çeviren <a href=\"#\" target=\"_blank\">John Blom</a>"
545
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Erident\n"
4
+ "POT-Creation-Date: 2016-12-19 21:55+0530\n"
5
+ "PO-Revision-Date: 2016-12-19 21:56+0530\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: tr\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.8.11\n"
13
+ "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=1; plural=0;\n"
15
  "X-Poedit-KeywordsList: __;_e\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
20
  msgid "Settings"
21
  msgstr "Ayarlar"
22
 
23
+ #: er-custom-login.php:257
24
  msgid "Please upload a valid .json file"
25
  msgstr "Lütfen geçerli bir .json dosyası yükleyin"
26
 
27
+ #: er-custom-login.php:263
28
  msgid "Please upload a file to import"
29
  msgstr "Lütfen içe aktaracağınız dosyayı upload ediniz"
30
 
31
+ #: er-custom-login.php:270
32
  msgid "New settings imported successfully!"
33
  msgstr "Yeni ayarlar başarı ile içe aktarıldı"
34
 
35
+ #: er-custom-login.php:381
36
  msgid "Custom Login and Dashboard"
37
  msgstr "Giriş ve Başlangıç Ekranı Düzenleme Bölümü"
38
 
39
+ #: er-custom-login.php:402
40
  msgid "Erident Custom Login and Dashboard Settings"
41
  msgstr "Erident Login ve Dashboard Ayarlarını Düzenleme"
42
 
43
+ #: er-custom-login.php:403
44
  msgid ""
45
  "Plugin Loads default values for all below entries. Please change the values "
46
  "to yours."
47
  msgstr "Eklenti varsayılan değerleri "
48
 
49
+ #: er-custom-login.php:403
50
  msgid "Click on the header of each block to open it."
51
  msgstr "Başlıklara tıklayarak ayarlarını açabilirsiniz."
52
 
53
+ #: er-custom-login.php:411
54
  msgid "Settings saved."
55
  msgstr "Ayarlar kaydedildi"
56
 
57
+ #: er-custom-login.php:420
58
  msgid "Dashboard Settings"
59
  msgstr "Başlangıç Ayarları"
60
 
61
+ #: er-custom-login.php:421
62
  msgid ""
63
  "(These settings will be reflected when a user/admin logins to the WordPress "
64
  "Dashboard)"
66
  "(Bu ayarlar bir Kullanıcı ya da Yönetici WordPress Başlangıç bölümüne "
67
  "girdiğinde gözükecektir)"
68
 
69
+ #: er-custom-login.php:426
70
  msgid "Enter the text for dashboard left side footer:"
71
  msgstr "Başlangıç bölümünde sol alt köşede bulunan metni değiştirin:"
72
 
73
+ #: er-custom-login.php:431
74
  msgid ""
75
  "This will replace the default \"Thank you for creating with WordPress\" on "
76
  "the bottom left side of dashboard"
78
  "Burası başlangıç ekraninda sol alttaki varsayılan \"Wordpress Versiyon\"u "
79
  "değiştirecektir"
80
 
81
+ #: er-custom-login.php:435
82
  msgid "Enter the text for dashboard right side footer:"
83
  msgstr "Başlangıç bölümünde sağ alt köşede bulunan metni değiştirin:"
84
 
85
+ #: er-custom-login.php:439
86
  msgid ""
87
  "This will replace the default \"WordPress Version\" on the bottom right side "
88
  "of dashboard. Keep it as empty field for disabling this feature. Refresh the "
92
  "değiştirecektir. Bu özelliği devre dışı bırakmak için boş alan olarak tutun. "
93
  "Kaydettikten sonra sonucu görmek için tekrar sayfayı yenileyin."
94
 
95
+ #: er-custom-login.php:448
96
  msgid "Login Screen Background"
97
  msgstr "Giriş Ekranı Arkaplanı"
98
 
99
+ #: er-custom-login.php:449
100
  msgid "(The following settings will be reflected on the \"wp-login.php\" page)"
101
  msgstr "(Aşağıdaki ayarlar \"wp-login.php\" sayfasını etkileyecektir)"
102
 
103
+ #: er-custom-login.php:454
104
  msgid "Login Screen Background Color:"
105
  msgstr "Giriş Ekranı Arkaplan Rengi"
106
 
107
+ #: er-custom-login.php:459 er-custom-login.php:669 er-custom-login.php:781
108
+ #: er-custom-login.php:809 er-custom-login.php:838 er-custom-login.php:850
109
  msgid "Click the box to select a color."
110
  msgstr "Renk seçmek için kutucuğa tıklayınız"
111
 
112
+ #: er-custom-login.php:464
113
  msgid "Login Screen Background Image:"
114
  msgstr "Giriş Ekranı Arkaplan Resmi:"
115
 
116
+ #: er-custom-login.php:466 er-custom-login.php:684
117
  msgid "Add Background Image"
118
  msgstr "Arka Plan Resim Ekle"
119
 
120
+ #: er-custom-login.php:468
121
  msgid ""
122
  "Add your own pattern/image url for the screen background. Leave blank if you "
123
  "don't need any images."
125
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
126
  "fotoğraf eklemeyecekseniz , boş bırakın"
127
 
128
+ #: er-custom-login.php:472
129
  msgid "Login Screen Background Repeat"
130
  msgstr "Oturum açma ekranı arka plan tekrarlayın"
131
 
132
+ #: er-custom-login.php:510 er-custom-login.php:728
133
  msgid "Select an image repeat option from dropdown."
134
  msgstr "Açılan listeden bir görüntü yineleme seçeneğini seçin."
135
 
136
+ #: er-custom-login.php:514 er-custom-login.php:733
137
  msgid "Background Position:"
138
  msgstr "Arkaplan Pozisyonu:"
139
 
140
+ #: er-custom-login.php:515 er-custom-login.php:734
141
  msgid "Horizontal Position: "
142
  msgstr "Yatay konumu:"
143
 
144
+ #: er-custom-login.php:520 er-custom-login.php:739
145
  msgid ""
146
  "The background-position property sets the starting position of a background "
147
  "image. If you entering the value in \"pixels\" or \"percentage\", add \"px\" "
156
  "\"_blank\">Daha Fazla Bilgi</a> yaparsanız , bir değişiklik "
157
  "göstermeyecektir ."
158
 
159
+ #: er-custom-login.php:525
160
  msgid "Background Size:"
161
  msgstr "Arkaplan Boyutu:"
162
 
163
+ #: er-custom-login.php:529
164
  msgid ""
165
  "The background-size property specifies the size of a background image. If "
166
  "you entering the value in \"pixels\" or \"percentage\", add \"px\" or \"%\" "
174
  "<a href=\"http://www.w3schools.com/cssref/css3_pr_background-size.asp\" "
175
  "target=\"_blank\">Daha fazla Bilgi</a>"
176
 
177
+ #: er-custom-login.php:540
178
  msgid "Login Screen Logo"
179
  msgstr "Giriş Ekranı Logosu"
180
 
181
+ #: er-custom-login.php:541
182
  msgid "(Change the default WordPress logo and powered by text)"
183
  msgstr ""
184
  "(Varsayılan Wordpress logosu ve Mouse üzerine gelince gelen yazıyı "
185
  "değiştirin)"
186
 
187
+ #: er-custom-login.php:546
188
  msgid "Logo Url:"
189
  msgstr "Logo Url'si:"
190
 
191
+ #: er-custom-login.php:548
192
  msgid "Add Logo"
193
  msgstr "Logo ekle"
194
 
195
+ #: er-custom-login.php:550
196
  msgid ""
197
  "(URL path to image to replace default WordPress Logo. (You can upload your "
198
  "image with the WordPress media uploader)"
200
  "(Link varsayılan WordPress Logosunu değiştirecektir. (Wordpress medya "
201
  "yükleyicisi ile resim yükleyebilirsiniz)"
202
 
203
+ #: er-custom-login.php:555
204
  msgid "Logo Width:"
205
  msgstr "Logo Genişliği:"
206
 
207
+ #: er-custom-login.php:559
208
  msgid "Your Logo width(Enter in pixels). Default: 274px"
209
  msgstr "Logonuzun Genişliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
210
 
211
+ #: er-custom-login.php:563
212
  msgid "Logo Height:"
213
  msgstr "Logo Yüksekliği"
214
 
215
+ #: er-custom-login.php:567
216
  msgid "Your Logo Height(Enter in pixels). Default: 63px"
217
  msgstr "Logonuzun Yüksekliği(Piksel olarak giriniz). Varsayılan 274 pikseldir"
218
 
219
+ #: er-custom-login.php:572
220
  msgid "Powered by Text:"
221
  msgstr "Mouse'unuz logonun üzerine gelince yazacak olan metin"
222
 
223
+ #: er-custom-login.php:576
224
  msgid "Show when mouse hover over custom Login logo"
225
  msgstr "Mouse'unuz giriş logosunun üstüne gelince vurgulayın"
226
 
227
+ #: er-custom-login.php:586
228
  msgid "Login Form Settings"
229
  msgstr "Giriş Formu Ayarları"
230
 
231
+ #: er-custom-login.php:587
232
  msgid "(The following settings will change the Login Form style)"
233
  msgstr "(Aşağıdaki ayarlar , Giriş formu stilini değiştirecektir)"
234
 
235
+ #: er-custom-login.php:592
236
  msgid "Login form width:"
237
  msgstr "Giriş formu genişliği:"
238
 
239
+ #: er-custom-login.php:596
240
  msgid "Total Form width(Enter in pixels). Default: 350px"
241
  msgstr "Toplam form genişliği(Piksel olarak giriniz). Varsayılan : 350 Piksel"
242
 
243
+ #: er-custom-login.php:600
244
  msgid "Login Form Border Radius:"
245
  msgstr "Giriş formu çerçeve Çapı"
246
 
247
+ #: er-custom-login.php:604
248
  msgid ""
249
  "Border Radius of Login Form. This is the option to make the corners rounded."
250
  "(Enter in pixels)"
252
  "Giriş formundaki çerçeve çapını girin . Bu ayar köşeler yuvarlak ise "
253
  "kullanılır(Piksel olarak girin)"
254
 
255
+ #: er-custom-login.php:608
256
  msgid "Login Border Style"
257
  msgstr "Giriş çerçeve stili"
258
 
259
+ #: er-custom-login.php:652
260
  msgid "Select a Border Style option from dropdown."
261
  msgstr "Bir çerçeve stili seçin"
262
 
263
+ #: er-custom-login.php:656
264
  msgid "Login Border Thickness:"
265
  msgstr "Giriş çerçevesi kalınlığı:"
266
 
267
+ #: er-custom-login.php:660
268
  msgid "Thickness of Border (Enter value in pixels)"
269
  msgstr "Çerçevenin kalınlığı (değerleri piksel olarak giriniz)"
270
 
271
+ #: er-custom-login.php:664
272
  msgid "Login Border Color:"
273
  msgstr "Giriş çerçeve rengi:"
274
 
275
+ #: er-custom-login.php:673
276
  msgid "Login Form Background Color:"
277
  msgstr "Giriş Formu Arkaplan Rengi:"
278
 
279
+ #: er-custom-login.php:677
280
  msgid "Background Opacity: "
281
  msgstr "Arkaplan Saydamlığı:"
282
 
283
+ #: er-custom-login.php:679
284
  msgid ""
285
  "Click the box to select a color. Background Opacity will helps you to put "
286
  "transparent color over a background image. Possible values 0 to 1. Example: "
294
  "href=\"https://wordpress.org/plugins/erident-custom-login-and-dashboard/faq/"
295
  "\" target=\"_blank\">Daha Fazla Bilgi</a>"
296
 
297
+ #: er-custom-login.php:683
298
  msgid "Login Form Background Image:"
299
  msgstr "Giriş Ekranı Arkaplan Resmi:"
300
 
301
+ #: er-custom-login.php:686
302
  msgid ""
303
  "Add your own pattern/image url to the form background. Leave blank if you "
304
  "don't need any images."
306
  "Arkaplan olarak kendi deseninizi veya görselinizin linkini ekleyin. Eğer "
307
  "fotoğraf eklemeyecekseniz , boş bırakın"
308
 
309
+ #: er-custom-login.php:690
310
  msgid "Login Form Background Repeat"
311
  msgstr "Giriş Ekranı Arkaplanı"
312
 
313
+ #: er-custom-login.php:736
314
  msgid "Vertical Position: "
315
  msgstr "Diket Pozisyon:"
316
 
317
+ #: er-custom-login.php:744
318
  msgid "Login Form Label Text Color"
319
  msgstr "Giriş Formu etiketi metin rengi"
320
 
321
+ #: er-custom-login.php:749
322
  msgid ""
323
  "Click the box to select a color. This will change the color of label "
324
  "Username/Password"
326
  "Renk seçmek için kutuya tıklayınız .Bu ayar Kullanıcı Adı/Şifre etiketinin "
327
  "rengini değiştirecektir."
328
 
329
+ #: er-custom-login.php:753
330
  msgid "Login Form Label Text Size:"
331
  msgstr "Giriş formu etiketi metin boyutu:"
332
 
333
+ #: er-custom-login.php:756
334
  msgid "Font Size of Label Username/Password(Enter value in pixels)"
335
  msgstr ""
336
  "Kullanıcı Adı/Şifre etiketlerinin Yazı boyutu?(Değeri piksel olarak giriniz)"
337
 
338
+ #: er-custom-login.php:760
339
  msgid "Login Form Input Text Color"
340
  msgstr "Giriş formu metin rengi"
341
 
342
+ #: er-custom-login.php:765
343
  msgid ""
344
  "Click the box to select a color. This will change the color of text inside "
345
  "text box."
347
  "Renk seçmek için kutuya tıklayınız .Bu ayar metin kutusunun içindeki metnin "
348
  "rengini değiştirecektir."
349
 
350
+ #: er-custom-login.php:769
351
  msgid "Login Form Input Text Size:"
352
  msgstr "Giriş Formu girilen metin boyutu:"
353
 
354
+ #: er-custom-login.php:772
355
  msgid "Font Size of text inside text box(Enter value in pixels)"
356
  msgstr "Metin kutusunun içindeki yazı boyutu(Değeri piksel olarak giriniz)"
357
 
358
+ #: er-custom-login.php:776
359
  msgid "Login Form Link Color"
360
  msgstr "Giriş formu bağlantı rengi"
361
 
362
+ #: er-custom-login.php:786
363
  msgid "Enable link shadow?"
364
  msgstr "Linklerdeki gölgelemeyi aktifleştir ?"
365
 
366
+ #: er-custom-login.php:794 er-custom-login.php:823 er-custom-login.php:864
367
+ #: er-custom-login.php:885 er-custom-login.php:916
368
  msgid "Yes"
369
  msgstr "Evet"
370
 
371
+ #: er-custom-login.php:798 er-custom-login.php:827 er-custom-login.php:868
372
+ #: er-custom-login.php:889 er-custom-login.php:920
373
  msgid "No"
374
  msgstr "Hayır"
375
 
376
+ #: er-custom-login.php:800 er-custom-login.php:829 er-custom-login.php:870
377
+ #: er-custom-login.php:891
378
  msgid "(Check an option)"
379
  msgstr "(Bir seçenek seçin)"
380
 
381
+ #: er-custom-login.php:804
382
  msgid "Login Form Link Shadow Color"
383
  msgstr "Giriş Formu Bağlantısı Gölge Rengi"
384
 
385
+ #: er-custom-login.php:815
386
  msgid "Enable form shadow?"
387
  msgstr "Gölgeleri Aktifleştir?"
388
 
389
+ #: er-custom-login.php:833
390
  msgid "Login Form Shadow Color"
391
  msgstr "Giriş Formu Gölge Rengi"
392
 
393
+ #: er-custom-login.php:845
394
  msgid "Login Button Color"
395
  msgstr "Giriş Yap butonu rengi"
396
 
397
+ #: er-custom-login.php:856
398
+ msgid "Hide Register | Lost your password link"
399
+ msgstr "Kayıt Gizle | Şifre bağlantınızı kaybettiniz"
400
+
401
+ #: er-custom-login.php:877
402
+ msgid "Hide Back to your website link"
403
+ msgstr "Web sitenize geri dön bağlantısını gizle"
404
+
405
+ #: er-custom-login.php:903
406
  msgid "Plugin Un-install Settings"
407
  msgstr "Eklenti Silme Ayarları."
408
 
409
+ #: er-custom-login.php:908
410
  msgid "Delete custom settings upon plugin deactivation?"
411
  msgstr "Yapılan ayarları sil ve eklentiyi etkinsizleştir ?"
412
 
413
+ #: er-custom-login.php:922
414
  msgid ""
415
  "(If you set \"Yes\" all custom settings will be deleted from database upon "
416
  "plugin deactivation)"
418
  "(Eğer \"Yes\" i seçerseniz bütün düzenlenen ayarlar veritabanınızdan "
419
  "silinecek eklentiyi etkinsizleştirecektir)"
420
 
421
+ #: er-custom-login.php:930
422
  msgid "Save Changes"
423
  msgstr "Değişiklikleri Kaydet"
424
 
425
+ #: er-custom-login.php:937
426
  msgid "Export Settings"
427
  msgstr "Ayarları dışa aktar"
428
 
429
+ #: er-custom-login.php:939
430
  msgid ""
431
  "Export the plugin settings for this site as a .json file. This allows you to "
432
  "easily import the configuration into another site."
434
  "Bu sitenizin eklenti ayarlarını .json dosyası olarak dışa aktarabilirsiniz. "
435
  "Böylece ayarlarınızı kolaylıkla başka bir siteye aktarabilirsiniz ."
436
 
437
+ #: er-custom-login.php:944
438
  msgid "Export"
439
  msgstr "Dışa Aktar"
440
 
441
+ #: er-custom-login.php:952
442
  msgid "Import Settings"
443
  msgstr "Ayarları İçe Aktarın"
444
 
445
+ #: er-custom-login.php:954
446
  msgid ""
447
  "Import the plugin settings from a .json file. This file can be obtained by "
448
  "exporting the settings on another site using the form above."
450
  "Eklenti ayarlarını bir .json dosyasından aktarın.Bu dosya başka bir siteden "
451
  "dışarı aktardığınız ayar olabilir ."
452
 
453
+ #: er-custom-login.php:962
454
  msgid "Import"
455
  msgstr "İçe Aktar"
456
 
457
+ #: er-custom-login.php:970
458
  msgid "Quick Links"
459
  msgstr "Hazır Bağlantılar"
460
 
461
+ #: er-custom-login.php:972
462
  msgid "Open Your WP Login Page in a New Tab"
463
  msgstr "WP giriş ekranınızı yeni bir sekmede açın"
464
 
465
+ #: er-custom-login.php:973
466
  msgid "Plugin Documentation"
467
  msgstr "Eklenti Belgeleri"
468
 
469
+ #: er-custom-login.php:974
470
  msgid "Plugin Support Page"
471
  msgstr "Eklenti Destek Sayfası"
472
 
473
+ #: er-custom-login.php:975
474
  msgid "Feature Request/Suggestions?"
475
  msgstr "Özellik İsteiğiniz/Önerileriniz?"
476
 
477
+ #: er-custom-login.php:976
478
  msgid "Got some Love? Give us a 5 star rating!"
479
  msgstr "Beğendiniz mi? Bize 5 yıldız verin!"
480
 
481
+ #: er-custom-login.php:986
482
  msgid "Hire Me"
483
  msgstr "Beni İşe Alın"
484
 
485
+ #: er-custom-login.php:987
486
  msgid ""
487
  "Hey, I'm Libin, a professional Front End Engineer/WordPress Developer. You "
488
  "can hire me for freelancing projects.<br/><br/>Email me: <a href=\"mailto:"
495
  "\">libin@libin.in</a> <br/>Online Portfolyo: <a href=\"http://www.libin.in\" "
496
  "target=\"_blank\">www.libin.in</a>"
497
 
498
+ #: er-custom-login.php:989
499
  msgid "Translation Credits"
500
  msgstr "Çeviride Katkısı Bulunanlar"
501
 
502
+ #: er-custom-login.php:991
503
  msgid ""
504
  "Spanish by <a href=\"http://www.linkedin.com/in/adrifolio\" target=\"_blank"
505
  "\">Adriana De La Cuadra</a>"
507
  "İspanyolcaya çeviren <a href=\"http://www.linkedin.com/in/adrifolio\" "
508
  "target=\"_blank\">Adriana De La Cuadra</a>"
509
 
510
+ #: er-custom-login.php:992
511
  msgid ""
512
  "French by <a href=\"https://www.linkedin.com/pub/vaslin-guillaume/38/35a/5aa"
513
  "\" target=\"_blank\">Guillaume Vaslin</a>"
515
  "Fransızcaya çeviren <a href=\"https://www.linkedin.com/pub/vaslin-"
516
  "guillaume/38/35a/5aa\" target=\"_blank\">Guillaume Vaslin</a>"
517
 
518
+ #: er-custom-login.php:993
519
  msgid ""
520
  "German by <a href=\"http://www.starsofvietnam.net/\" target=\"_blank\">Peter "
521
  "Kaulfuss</a>"
523
  "Almancaya çeviren <a href=\"http://www.starsofvietnam.net/\" target=\"_blank"
524
  "\">Peter Kaulfuss</a>"
525
 
526
+ #: er-custom-login.php:994
527
  msgid ""
528
  "Turkish by <a href=\"https://www.linkedin.com/profile/view?id=335577895\" "
529
  "target=\"_blank\">Muhammet Küçük</a>"
531
  "Turkish çeviren <a href=\"https://www.linkedin.com/profile/view?"
532
  "id=335577895\" target=\"_blank\">Muhammet Küçük</a>"
533
 
534
+ #: er-custom-login.php:995
535
  msgid ""
536
  "Persian by <a href=\"https://about.me/reza.heydari\" target=\"_blank\">Reza "
537
  "Heydari</a>"
539
  "Persian çeviren <a href=\"https://about.me/reza.heydari\" target=\"_blank"
540
  "\">Reza Heydari</a>"
541
 
542
+ #: er-custom-login.php:996
543
  msgid ""
544
+ "Portuguese-Brazil by <a href=\"https://www.facebook.com/samuel.desconsi\" "
545
+ "target=\"_blank\">Samuel Desconsi </a>"
546
  msgstr ""
547
+ "Portuguese-Brazil çeviren <a href=\"https://www.facebook.com/samuel.desconsi"
548
+ "\" target=\"_blank\">Samuel Desconsi </a>"
549
 
550
+ #: er-custom-login.php:998
551
  msgid "Do you wants to translate this plugin to your language? Email me!"
552
  msgstr "Bu eklentiyi kendi dilinize mi çevirmek istiyorsunuz? Bana mail atın!"
553
 
554
+ #~ msgid ""
555
+ #~ "Portuguese-Brazil by <a href=\"https://www.facebook.com/home.php?"
556
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
557
+ #~ msgstr ""
558
+ #~ "Portuguese-Brazil çeviren <a href=\"https://www.facebook.com/home.php?"
559
+ #~ "m2w&refid=8\" target=\"_blank\">Reza Heydari</a>"
560
+
561
  #~ msgid "Dutch by <a href=\"#\" target=\"_blank\">John Blom</a>"
562
  #~ msgstr "Dutch çeviren <a href=\"#\" target=\"_blank\">John Blom</a>"
563
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
- 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: 4.5
7
- Stable tag: 3.5.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -14,13 +14,16 @@ Customize completely your WordPress Login Screen easily. Add your logo, change b
14
 
15
  TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding. Now faster and better db performance!
16
 
 
17
  * New*: Upload logo and background images with WordPress media uploader right from the settings page
18
  * New*: Persian, Portuguese-Brazil & Turkish Translations available along with German, French and Spanish!
19
  * New*: Now supports opacity on login form background!
20
  * New*: Import/Export Settings feature available!
21
 
22
  Fastest support for the plugin. If you have any queries,
23
- visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
 
 
24
 
25
  **Features:**
26
 
@@ -32,7 +35,9 @@ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-
32
  1. Replace the WordPress Logo on the Login Form with your own
33
  1. Enable/Disable shadow for the Links on Login Form
34
  1. Enable/Disable shadow for the Login Form
35
- 1. Change Login button Color
 
 
36
  1. Preserve previous settings upon WordPress/plugins update!
37
  1. Import/Export all plugin settings between websites.
38
 
@@ -71,7 +76,9 @@ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-
71
  * Login Form Link Shadow Color
72
  * Enable form Shadow
73
  * Login Form Shadow Color
74
- * Change Login button Color
 
 
75
 
76
  **Plugin Un-install Settings**
77
 
@@ -124,6 +131,11 @@ You can achieve it by either using a transparent png/gif image or you can use th
124
 
125
  == Changelog ==
126
 
 
 
 
 
 
127
  = 3.5.1 =
128
  * Compatibility fix with WordPress 4.5
129
  * Minor bug fix
@@ -219,5 +231,5 @@ You can achieve it by either using a transparent png/gif image or you can use th
219
 
220
  == Upgrade Notice ==
221
 
222
- = 3.5.1 =
223
- Compatibility fix with WordPress 4.5
1
  === Erident Custom Login and Dashboard ===
2
  Contributors: libinvbabu
3
+ Donate link: https://www.paypal.me/LibinVBabu/25
4
  Tags: login, customisation, admin, dashboard, customise, erident, custom, form, logo, customize, branding
5
  Requires at least: 3.0.0
6
+ Tested up to: 4.7
7
+ Stable tag: 3.5.2
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
14
 
15
  TOP RATED PLUGIN for Login Page Customization!!! Customize completely your WordPress Login Screen and Dashboard easily. Add your company logo to login screen, change background images, colors, styles etc. Customize your Dashboard footer text also for complete branding. Now faster and better db performance!
16
 
17
+ * New*: Options to Hide Links on Login page (Register, Lost password and Back to website links)
18
  * New*: Upload logo and background images with WordPress media uploader right from the settings page
19
  * New*: Persian, Portuguese-Brazil & Turkish Translations available along with German, French and Spanish!
20
  * New*: Now supports opacity on login form background!
21
  * New*: Import/Export Settings feature available!
22
 
23
  Fastest support for the plugin. If you have any queries,
24
+ visit the WordPress [support forum](http://wordpress.org/support/plugin/erident-custom-login-and-dashboard).
25
+
26
+ https://www.youtube.com/watch?v=Cou5UA2c_z8
27
 
28
  **Features:**
29
 
35
  1. Replace the WordPress Logo on the Login Form with your own
36
  1. Enable/Disable shadow for the Links on Login Form
37
  1. Enable/Disable shadow for the Login Form
38
+ 1. Change Login button Color
39
+ 1. Hide Register | Lost your password link
40
+ 1. Hide Back to your website link
41
  1. Preserve previous settings upon WordPress/plugins update!
42
  1. Import/Export all plugin settings between websites.
43
 
76
  * Login Form Link Shadow Color
77
  * Enable form Shadow
78
  * Login Form Shadow Color
79
+ * Change Login button Color
80
+ * Hide Register | Lost your password link
81
+ * Hide Back to your website link
82
 
83
  **Plugin Un-install Settings**
84
 
131
 
132
  == Changelog ==
133
 
134
+ = 3.5.2 =
135
+ * Hide Register | Lost your password link
136
+ * Hide Back to your website link
137
+ * CSS updates to override default wp shadows
138
+
139
  = 3.5.1 =
140
  * Compatibility fix with WordPress 4.5
141
  * Minor bug fix
231
 
232
  == Upgrade Notice ==
233
 
234
+ = 3.5.2 =
235
+ New Features available to hide links on login page.