Admin Custom Login - Version 2.7.0

Version Description

  • Update language files
  • Modify css in dashboard
  • Update plcaholder text (for alllow special character)
Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Admin Custom Login
Version 2.7.0
Comparing to
See all releases

Code changes from version 2.6.9 to 2.7.0

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.6.9
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
@@ -37,7 +37,6 @@ final class WL_ACL_FREE {
37
  }
38
  WL_ACL_FREE::get_instance();
39
 
40
-
41
  /**
42
  * Admin Custom Login installation script
43
  */
@@ -46,7 +45,5 @@ function ACL_WeblizarDoInstallation() {
46
  require_once('installation.php');
47
  }
48
 
49
-
50
  require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
51
-
52
  ?>
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.7.0
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
37
  }
38
  WL_ACL_FREE::get_instance();
39
 
 
40
  /**
41
  * Admin Custom Login installation script
42
  */
45
  require_once('installation.php');
46
  }
47
 
 
48
  require_once( WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE . '/init.php' );
 
49
  ?>
admin/WL_ACL_FREE_Menu.php CHANGED
@@ -2,12 +2,6 @@
2
  defined( 'ABSPATH' ) or die();
3
 
4
  class WL_ACL_FREE_Menu {
5
- public static function create_menu() {
6
- $wl_admin_menu = add_menu_page( __( 'Admin Custom Login', WEBLIZAR_ACL ), __( 'Admin Custom Login', WEBLIZAR_ACL ), 'manage_options', 'admin-custom-login-main-menu', array( 'WL_ACL_FREE_Menu', 'admin_menu' ), 'dashicons-calendar', 10 );
7
- add_action( 'admin_print_styles-' . $wl_admin_menu, array( 'WL_ACL_FREE_Menu', 'admin_menu_assets' ) );
8
-
9
- }
10
-
11
  public static function admin_menu() {
12
  require_once( 'inc/admin_menu.php' );
13
  }
2
  defined( 'ABSPATH' ) or die();
3
 
4
  class WL_ACL_FREE_Menu {
 
 
 
 
 
 
5
  public static function admin_menu() {
6
  require_once( 'inc/admin_menu.php' );
7
  }
css/smartech.css CHANGED
@@ -1768,7 +1768,7 @@ border-radius: 0px;
1768
 
1769
 
1770
  .ui-tabs-panel .button-primary{
1771
- line-height:20px;
1772
  height:28px;
1773
  margin-right:10px;
1774
  }
1768
 
1769
 
1770
  .ui-tabs-panel .button-primary{
1771
+ line-height:25px;
1772
  height:28px;
1773
  margin-right:10px;
1774
  }
includes/dashboard/dashboard.php CHANGED
@@ -20,82 +20,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
20
  </div>
21
  </div>
22
  </div>
23
-
24
- <style>
25
- .panel.panel-primary.panel-default.content-panel .panel-body ul li {
26
- width: 50%;
27
- float: left;
28
- }
29
-
30
- .panel.panel-primary.panel-default.content-panel .panel-body {
31
- padding: 30px;
32
- }
33
-
34
-
35
- .panel.panel-primary.panel-default.content-panel span {
36
- background-color: #ececec;
37
- padding: 10px;
38
- border-radius: 4px;
39
- line-height:26px;
40
- }
41
- .panel.panel-primary.panel-default.content-panel a {
42
- margin-left: 86px;
43
- display: inline-block;
44
- }
45
- .fro-title {
46
- font-weight: normal;
47
- font-size: 1.5em;
48
- width: 30%;
49
- color: #555;
50
- padding: 10px 15px 15px 0;
51
- font-family: sans-serif;
52
- border:1px doted #000;
53
- }
54
-
55
- @media screen and (max-width:992px) {
56
- .panel.panel-primary.panel-default.content-panel .panel-body ul li {
57
- width: 100%;
58
- float: none;
59
- }
60
- .panel.panel-primary.panel-default.content-panel span {
61
- line-height: 45px;
62
- margin-bottom:10px;
63
- }
64
-
65
- .buy_btn {
66
- margin-left: 1px;
67
- }
68
- }
69
- .pro-features-list{ margin-bottom:30px !important; }
70
- </style>
71
 
72
- <div class="panel panel-primary panel-default content-panel" style="background-image">
73
- <div class="panel-body">
74
- <table class="form-table">
75
- <tr>
76
- <th scope="row" ><?php _e('Admin Custom Login Pro Features', WEBLIZAR_ACL)?></th>
77
- <td></td>
78
- </tr>
79
- </table>
80
- <div class="pro-features-list"></div>
81
- <ul >
82
- <li><i class="fa fa-check"></i> <?php _e('Max Login Retry', WEBLIZAR_ACL)?></li>
83
- <li><i class="fa fa-check"></i> <?php _e('Login With Access Token', WEBLIZAR_ACL); ?></li>
84
- <li><i class="fa fa-check"></i> <?php _e('Freeze Login Form On Brute Force Attack', WEBLIZAR_ACL); ?></li>
85
- <li><i class="fa fa-check"></i> <?php _e('Unfreeze Login Form By Secret Key', WEBLIZAR_ACL); ?></li>
86
- <li><i class="fa fa-check"></i> <?php _e('Social Media Login with Facebook, Twitter, Google+', WEBLIZAR_ACL); ?></li>
87
- <li><i class="fa fa-check"></i> <?php _e('Login Restriction By User Roles', WEBLIZAR_ACL); ?></li>
88
- <li><i class="fa fa-check"></i> <?php _e('Restrict Unauthorized IP Login Access', WEBLIZAR_ACL); ?></li>
89
- <li><i class="fa fa-check"></i> <?php _e('Ban User(s) Login Access', WEBLIZAR_ACL); ?></li>
90
- <li><i class="fa fa-check"></i> <?php _e('Max User Access Management', WEBLIZAR_ACL); ?></li>
91
- </ul>
92
-
93
- <div class="buy_btn col-md-12">
94
- <span> <?php _e('Note : First 100 Users Get 50% OFF on Admin Custom Login Pro Plugin Use Coupon Code : APL50 ', WEBLIZAR_ACL); ?> </span>
95
- <a class="conf_btn text-right" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank"><?php _e("Buy Now $25", WEBLIZAR_ACL ); ?></a>
96
- </div>
97
- </div>
98
- </div>
99
 
100
  <div class="panel panel-primary panel-default content-panel">
101
  <div class="panel-body">
@@ -117,6 +43,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
117
  </table>
118
  </div>
119
  </div>
 
120
  <div class="panel panel-primary panel-default content-panel">
121
  <div class="panel-body">
122
  <table class="form-table">
@@ -135,11 +62,44 @@ if ( ! defined( 'ABSPATH' ) ) exit;
135
  </div>
136
  </div>
137
 
138
- <div class="panel panel-primary panel-default content-panel">
139
  <div class="panel-body">
140
  <table class="form-table">
141
  <tr>
142
- <th scope="row" ><?php _e('Donate Us', WEBLIZAR_ACL)?></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  <td></td>
144
  </tr>
145
  <tr class="radio-span" style="border-bottom:none;">
@@ -150,11 +110,11 @@ if ( ! defined( 'ABSPATH' ) ) exit;
150
  <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
151
  <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
152
  </form>
153
- </td>
154
  </tr>
155
  </table>
156
  </div>
157
- </div>
158
 
159
  <button data-dialog="somedialog" class="dialog-button" style="display:none">Open Dialog</button>
160
  <div id="somedialog" class="dialog" style="position: fixed; z-index: 9999;">
@@ -170,6 +130,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
170
  </div>
171
  </div>
172
  </div>
 
173
  <button data-dialog7="somedialog7" class="dialog-button7" style="display:none">Open Dialog</button>
174
  <div id="somedialog7" class="dialog" style="position: fixed; z-index: 9999;">
175
  <div class="dialog__overlay"></div>
@@ -344,24 +305,4 @@ if(isset($_POST['Action'])) {
344
  update_option('Admin_custome_login_dashboard', $dashboard_page);
345
  }
346
  }
347
- ?>
348
- <style type="text/css">
349
- .panel-primary a {
350
- color: #fff;
351
- padding: 10px;
352
- border-radius: 4px;
353
- background-color: #ef4238;
354
- text-decoration: none;
355
- }
356
-
357
- .panel-primary a:hover {
358
- color: #fff;
359
- padding: 10px;
360
- text-decoration: none;
361
- }
362
-
363
- .buy_btn{
364
- margin-top: 25px;
365
- margin-left:18px;
366
- }
367
- </style>
20
  </div>
21
  </div>
22
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
  <div class="panel panel-primary panel-default content-panel">
27
  <div class="panel-body">
43
  </table>
44
  </div>
45
  </div>
46
+
47
  <div class="panel panel-primary panel-default content-panel">
48
  <div class="panel-body">
49
  <table class="form-table">
62
  </div>
63
  </div>
64
 
65
+ <div class="panel panel-primary panel-default content-panel" style="background-image">
66
  <div class="panel-body">
67
  <table class="form-table">
68
  <tr>
69
+ <th scope="row" >Admin Custom Login Pro Features</th>
70
+ <td></td>
71
+ </tr>
72
+ </table>
73
+ <div class="pro-features-list"></div>
74
+ <div class="col-md-6">
75
+ <ul>
76
+ <li><i class="fa fa-check"></i> Max Login Retry</li>
77
+ <li><i class="fa fa-check"></i> Login With Access Token</li>
78
+ <li><i class="fa fa-check"></i> Freeze Login Form On Brute Force Attack & Unfreeze By Admin Secret Key</li>
79
+ <li><i class="fa fa-check"></i> Social Media Login with Facebook, Twitter, Google+</li>
80
+ </ul>
81
+ </div>
82
+ <div class="col-md-6">
83
+ <ul>
84
+ <li><i class="fa fa-check"></i> Login Restriction By User Roles</li>
85
+ <li><i class="fa fa-check"></i> Restrict Unauthorized IP Login Access</li>
86
+ <li><i class="fa fa-check"></i> Ban User(s) Login Access</li>
87
+ <li><i class="fa fa-check"></i> Max User Access Management</li>
88
+ </ul>
89
+ </div>
90
+ <div class="col-md-12">
91
+ <p>First 100 Users Get 50% OFF on Admin Custom Login Pro Plugin Use Coupon Code: <strong>APL50</strong></p>
92
+ <a class="button-primary button-hero" href="http://demo.weblizar.com/admin-custom-login-pro/wp-admin/" target="_blank">Pro Live Demo</a>
93
+ <a class="button-primary button-hero" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">Buy Now $25</a>
94
+ </div>
95
+ </div>
96
+ </div>
97
+
98
+ <!--<div class="panel panel-primary panel-default content-panel">
99
+ <div class="panel-body">
100
+ <table class="form-table">
101
+ <tr>
102
+ <th scope="row" >Enjoying Using Fre Plugin, Please Donate Us</th>
103
  <td></td>
104
  </tr>
105
  <tr class="radio-span" style="border-bottom:none;">
110
  <input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!">
111
  <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
112
  </form>
113
+ </td>
114
  </tr>
115
  </table>
116
  </div>
117
+ </div>-->
118
 
119
  <button data-dialog="somedialog" class="dialog-button" style="display:none">Open Dialog</button>
120
  <div id="somedialog" class="dialog" style="position: fixed; z-index: 9999;">
130
  </div>
131
  </div>
132
  </div>
133
+
134
  <button data-dialog7="somedialog7" class="dialog-button7" style="display:none">Open Dialog</button>
135
  <div id="somedialog7" class="dialog" style="position: fixed; z-index: 9999;">
136
  <div class="dialog__overlay"></div>
305
  update_option('Admin_custome_login_dashboard', $dashboard_page);
306
  }
307
  }
308
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/login-form-setting/login-form-background.php CHANGED
@@ -561,35 +561,35 @@ function loginbgchange() {
561
  </div>
562
  </div>
563
 
564
- <!--Username Label and Placeholder Text start-->
565
  <div class="panel panel-primary panel-default content-panel">
566
  <div class="panel-body">
567
  <table class="form-table">
568
  <tr>
569
- <th scope="row" ><?php _e('Username Label and Placeholder Text', WEBLIZAR_ACL); ?></th>
570
  <td></td>
571
  </tr>
572
  <tr style="border-bottom:none;">
573
  <td>
574
- <input type="text" placeholder="<?php _e('Type Username or Email', WEBLIZAR_ACL); ?>" id="user_cust_lbl" name="user_cust_lbl" value="<?php echo $user_cust_lbl ;?>" style="width: 70%;">
575
  </td>
576
  </tr>
577
  </table>
578
  </div>
579
  </div>
580
- <!--Username Label and Placeholder Text end-->
581
 
582
  <!-- Password Label and Placeholder start-->
583
  <div class="panel panel-primary panel-default content-panel">
584
  <div class="panel-body">
585
  <table class="form-table">
586
  <tr>
587
- <th scope="row" ><?php _e('Password Label and Placeholder Text', WEBLIZAR_ACL); ?></th>
588
  <td></td>
589
  </tr>
590
  <tr style="border-bottom:none;">
591
  <td>
592
- <input type="text" placeholder="<?php _e('Type Password', WEBLIZAR_ACL); ?>" id="pass_cust_lbl" name="pass_cust_lbl" value="<?php echo $pass_cust_lbl ;?>" style="width: 70%;">
593
  </td>
594
  </tr>
595
  </table>
@@ -624,7 +624,7 @@ function loginbgchange() {
624
  </tr>
625
  <tr style="border-bottom:none;">
626
  <td>
627
- <textarea type="text" class="pro_text" placeholder="Enter Message" id="log_form_above_msg" name="log_form_above_msg" ><?php echo $log_form_above_msg; ?></textarea>
628
  </td>
629
  </tr>
630
  </table>
@@ -676,7 +676,7 @@ function loginbgchange() {
676
  </tr>
677
  <tr style="border-bottom:none;">
678
  <td>
679
- <textarea type="text" rows="4" class="pro_text" placeholder="Enter Tagline Message" id="tagline_msg" name="tagline_msg" ><?php $edit_tagline_msg = stripslashes($tagline_msg); echo $edit_tagline_msg; ?></textarea>
680
  </td>
681
  </tr>
682
  </table>
561
  </div>
562
  </div>
563
 
564
+ <!--Username and Password Placeholder Text-->
565
  <div class="panel panel-primary panel-default content-panel">
566
  <div class="panel-body">
567
  <table class="form-table">
568
  <tr>
569
+ <th scope="row" ><?php _e('Username / Email Field Placeholder Text', WEBLIZAR_ACL); ?></th>
570
  <td></td>
571
  </tr>
572
  <tr style="border-bottom:none;">
573
  <td>
574
+ <input type="text" placeholder="<?php _e('Type Username or Email', WEBLIZAR_ACL); ?>" id="user_cust_lbl" name="user_cust_lbl" value="<?php echo stripslashes(html_entity_decode($user_cust_lbl,ENT_QUOTES)); ?>" style="width: 70%;">
575
  </td>
576
  </tr>
577
  </table>
578
  </div>
579
  </div>
580
+ <!--Username and Password Placeholder Text end-->
581
 
582
  <!-- Password Label and Placeholder start-->
583
  <div class="panel panel-primary panel-default content-panel">
584
  <div class="panel-body">
585
  <table class="form-table">
586
  <tr>
587
+ <th scope="row" ><?php _e('Password Field Placeholder Text', WEBLIZAR_ACL); ?></th>
588
  <td></td>
589
  </tr>
590
  <tr style="border-bottom:none;">
591
  <td>
592
+ <input type="text" placeholder="<?php _e('Type Password', WEBLIZAR_ACL); ?>" id="pass_cust_lbl" name="pass_cust_lbl" value="<?php echo stripslashes(html_entity_decode($pass_cust_lbl,ENT_QUOTES)); ?>" style="width: 70%;">
593
  </td>
594
  </tr>
595
  </table>
624
  </tr>
625
  <tr style="border-bottom:none;">
626
  <td>
627
+ <textarea type="text" class="pro_text" placeholder="<?php _e('Type Message', WEBLIZAR_ACL); ?>" id="log_form_above_msg" name="log_form_above_msg" ><?php echo $log_form_above_msg; ?></textarea>
628
  </td>
629
  </tr>
630
  </table>
676
  </tr>
677
  <tr style="border-bottom:none;">
678
  <td>
679
+ <textarea type="text" rows="4" class="pro_text" placeholder="<?php _e('Type Message', WEBLIZAR_ACL); ?>" id="tagline_msg" name="tagline_msg" ><?php $edit_tagline_msg = stripslashes($tagline_msg); echo $edit_tagline_msg; ?></textarea>
680
  </td>
681
  </tr>
682
  </table>
init.php CHANGED
@@ -53,19 +53,23 @@ function ACL_GetReadyTranslation() {
53
  * Admin Custom Login menu
54
  */
55
  require_once("login-form-screen.php");
56
- add_action('admin_menu','acl_weblizar_admin_custom_login_menu');
57
  function acl_weblizar_admin_custom_login_menu() {
58
  if(current_user_can('administrator')){
 
 
 
59
  //plugin menu page under the settings page
60
  // $acl_menu = add_menu_page('Admin custom Login', 'Admin custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content');
61
  //$acl_menu = add_submenu_page( 'options-general.php','Admin Custom Login', 'Admin Custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content' );
62
- $acl_menu = add_submenu_page( 'admin-custom-login-main-menu',__( 'Settings', WEBLIZAR_ACL ), __( 'Settings', WEBLIZAR_ACL ),'administrator', 'admin_custom_login','acl_admin_custom_login_content' );
63
  add_action( 'admin_print_styles-' . $acl_menu, 'acl_admin_custom_login_css' );
 
 
 
64
  }
65
  }
66
 
67
- add_action( 'admin_menu', array( 'WL_ACL_FREE_Menu', 'create_menu' ), 1 );
68
-
69
  function acl_admin_custom_login_css() {
70
  // load CSS Files only With Admin Custom Login Menu Page
71
  if(strpos($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'], 'admin_custom_login') == true) {
53
  * Admin Custom Login menu
54
  */
55
  require_once("login-form-screen.php");
56
+ add_action('admin_menu','acl_weblizar_admin_custom_login_menu', 2);
57
  function acl_weblizar_admin_custom_login_menu() {
58
  if(current_user_can('administrator')){
59
+ $wl_admin_menu = add_menu_page( __( 'Admin Custom Login', WEBLIZAR_ACL ), __( 'Admin Custom Login', WEBLIZAR_ACL ), 'manage_options', 'admin_custom_login', 'acl_admin_custom_login_content', 'dashicons-calendar', 10 );
60
+ add_action( 'admin_print_styles-' . $wl_admin_menu, 'acl_admin_custom_login_css' );
61
+
62
  //plugin menu page under the settings page
63
  // $acl_menu = add_menu_page('Admin custom Login', 'Admin custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content');
64
  //$acl_menu = add_submenu_page( 'options-general.php','Admin Custom Login', 'Admin Custom Login','administrator', 'admin_custom_login','acl_admin_custom_login_content' );
65
+ $acl_menu = add_submenu_page( 'admin_custom_login',__( 'Settings', WEBLIZAR_ACL ), __( 'Settings', WEBLIZAR_ACL ),'administrator', 'admin_custom_login','acl_admin_custom_login_content' );
66
  add_action( 'admin_print_styles-' . $acl_menu, 'acl_admin_custom_login_css' );
67
+
68
+ $acl_menu = add_submenu_page( 'admin_custom_login',__( 'Get Pro', WEBLIZAR_ACL ), __( 'Get Pro', WEBLIZAR_ACL ),'administrator', 'admin-custom-login-main-menu',array( 'WL_ACL_FREE_Menu', 'admin_menu' ) );
69
+ add_action( 'admin_print_styles-' . $acl_menu, array( 'WL_ACL_FREE_Menu', 'admin_menu_assets' ) );
70
  }
71
  }
72
 
 
 
73
  function acl_admin_custom_login_css() {
74
  // load CSS Files only With Admin Custom Login Menu Page
75
  if(strpos($_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'], 'admin_custom_login') == true) {
languages/admin-custom-login-de_DE.mo CHANGED
Binary file
languages/admin-custom-login-de_DE.po CHANGED
@@ -1,181 +1,145 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:34+0530\n"
5
- "PO-Revision-Date: 2018-07-31 16:42+0530\n"
6
  "Last-Translator: Markus Petautschnig <markus_petautschnig@yahoo.de>\n"
7
  "Language-Team: \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 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "Benutzername oder E-mail Adresse"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Geben Sie Benutzername oder E-Mail ein"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Passwort"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- msgid "Type Password"
33
- msgstr "Passwort eingeben"
34
-
35
- #: admin-custom-login.php:193
36
- msgid "Find Us On Social Media"
37
- msgstr "Finden Sie uns auf Social Media"
38
-
39
- #: admin-custom-login.php:477
40
- msgid "Please upload a valid .json file"
41
- msgstr "Bitte eine gültige .json-Datei hochladen"
42
-
43
- #: admin-custom-login.php:483
44
- msgid "Please upload a file to import"
45
- msgstr "Bitte eine Datei, für den Import, hochladen"
46
-
47
- #: includes/content.php:28
48
  msgid "Admin Custom Login"
49
  msgstr "Admin Custom Login"
50
 
51
  #: includes/content.php:63
52
- msgid "Powered By"
53
- msgstr "Bereitgestellt von"
54
-
55
- #: includes/content.php:65
56
- msgid "Weblizar"
57
- msgstr "Weblizar"
58
-
59
- #: includes/content.php:69
60
  msgid "Show Us Some Love (Rate Us)"
61
  msgstr "Show Us Some Love (Rate Us)"
62
 
63
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
64
- #: includes/dashboard/dashboard.php:106
65
  msgid "Dashboard"
66
  msgstr "Armaturenbrett"
67
 
68
- #: includes/content.php:87
69
  #, fuzzy
70
  #| msgid "Application overview"
71
  msgid "application overview"
72
  msgstr "Anwendungsübersicht"
73
 
74
- #: includes/content.php:96
75
  msgid "Background Design"
76
  msgstr "Hintergrund Design"
77
 
78
- #: includes/content.php:97
79
  #, fuzzy
80
  #| msgid "Modify Background design here"
81
  msgid "modify background design here"
82
  msgstr "Hintergrunddesign hier ändern"
83
 
84
- #: includes/content.php:107
85
  msgid "Login form Setting"
86
  msgstr "Formular Einstell"
87
 
88
- #: includes/content.php:108
89
  #, fuzzy
90
  #| msgid "Modify Login design here"
91
  msgid "modify login design here"
92
  msgstr "Login Design hier ändern"
93
 
94
- #: includes/content.php:118
95
  msgid "Font Setting"
96
  msgstr "Schrift Einstell"
97
 
98
- #: includes/content.php:119
99
  #, fuzzy
100
  #| msgid "Modify Login Form Style here"
101
  msgid "modify login form style here"
102
  msgstr "Anmeldeformular-Stil hier ändern"
103
 
104
- #: includes/content.php:129 includes/settings/page-settings.php:50
105
  msgid "Logo Settings"
106
  msgstr "Logo Einstellungen"
107
 
108
- #: includes/content.php:130
109
  #, fuzzy
110
  #| msgid "Customize Logo Settings here"
111
  msgid "customize logo settings here"
112
  msgstr "Logo Einstellungen hier personalisieren"
113
 
114
- #: includes/content.php:141 includes/social/social.php:21
115
  msgid "Social Settings"
116
  msgstr "Social Einstell"
117
 
118
- #: includes/content.php:142
119
  #, fuzzy
120
  #| msgid "Connect with your social profile"
121
  msgid "connect with your social profile"
122
  msgstr "Verknüpfen Sie Ihre Sozialen Profile"
123
 
124
- #: includes/content.php:152
125
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
126
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
127
  msgid "Google Captcha"
128
  msgstr "Google Captcha"
129
 
130
- #: includes/content.php:153
131
  #, fuzzy
132
  #| msgid "Float Settings"
133
  msgid "configure captcha settings"
134
  msgstr "Einstellungen für Schwimmen"
135
 
136
- #: includes/content.php:163
137
  msgid "Export / Import"
138
  msgstr "Export/Import"
139
 
140
- #: includes/content.php:164
141
  msgid "import / export plugin settings"
142
  msgstr "Plugin-Einstellungen importieren / exportieren"
143
 
144
- #: includes/content.php:173
145
  msgid "Recommendations"
146
  msgstr "Empfehlungen"
147
 
148
- #: includes/content.php:174
149
  #, fuzzy
150
  #| msgid "Get More Free Useful Plugins"
151
  msgid "get more free plugins"
152
  msgstr "Erhalten Sie weitere kostenlose nützliche Plugins"
153
 
154
- #: includes/content.php:183 includes/help/help.php:15
155
  msgid "Help And Support"
156
  msgstr "Hilfe und Support"
157
 
158
- #: includes/content.php:184
159
  #, fuzzy
160
  #| msgid "Ask your query"
161
  msgid "ask your queries"
162
  msgstr "Suchanfrage eingeben"
163
 
164
- #: includes/content.php:193 includes/offers.php:11
165
  msgid "Our Offers"
166
  msgstr "Unsere Angebote"
167
 
168
- #: includes/content.php:194
169
  msgid "weblizar premium products"
170
  msgstr "weblizar Premium-Produkte"
171
 
172
- #: includes/content.php:203
173
  #, fuzzy
174
  #| msgid "Please rate us"
175
  msgid "Rate & Donate Us"
176
  msgstr "Bewerten Sie uns"
177
 
178
- #: includes/content.php:204
179
  #, fuzzy
180
  #| msgid "If you like us"
181
  msgid "if you like us"
@@ -185,51 +149,47 @@ msgstr "Wenn Sie uns mögen"
185
  msgid "Admin Custom Login Dashboard"
186
  msgstr "Admin Custom Login Armaturenbrett"
187
 
188
- #: includes/dashboard/dashboard.php:27
189
  msgid "Admin Custom Login Status"
190
  msgstr "Admin Custom Login Status"
191
 
192
- #: includes/dashboard/dashboard.php:33
193
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
194
  msgid "Disable"
195
  msgstr "Deaktivieren"
196
 
197
- #: includes/dashboard/dashboard.php:36
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
199
  msgid "Enable"
200
  msgstr "Aktivieren"
201
 
202
- #: includes/dashboard/dashboard.php:47
203
  msgid "View Login Page"
204
  msgstr "Login Seite ansehen"
205
 
206
- #: includes/dashboard/dashboard.php:52
207
  msgid "Copy below link and open in another browser where you are not logged in"
208
  msgstr ""
209
  "Kopieren Sie den folgenden Link und öffnen Sie ihn in einem anderen Browser, "
210
  "in dem Sie nicht angemeldet sind"
211
 
212
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
213
- msgid "Donate Us"
214
- msgstr "Bewerten Sie uns"
215
-
216
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
217
  #: includes/design/text_and_color.php:583
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
219
- #: includes/login-form-setting/Login-form-background.php:679
220
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
221
  msgid "Setting Save Successfully"
222
  msgstr "Einstellungen erfolgreich gespeichert"
223
 
224
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
225
  #: includes/design/background.php:180 includes/design/background.php:368
226
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
227
  #: includes/design/text_and_color.php:598
228
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
229
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
230
- #: includes/login-form-setting/Login-form-background.php:361
231
- #: includes/login-form-setting/Login-form-background.php:679
232
- #: includes/login-form-setting/Login-form-background.php:693
233
  #: includes/settings/page-settings.php:84
234
  #: includes/settings/page-settings.php:168
235
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -237,26 +197,26 @@ msgstr "Einstellungen erfolgreich gespeichert"
237
  msgid "Close"
238
  msgstr "Schließen"
239
 
240
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
241
  #: includes/design/text_and_color.php:598
242
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
243
- #: includes/login-form-setting/Login-form-background.php:693
244
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
245
  msgid "Setting Reset Successfully"
246
  msgstr "Einstellungen erfolgreich zurückgesetzt"
247
 
248
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
249
  #: includes/design/text_and_color.php:606
250
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
251
- #: includes/login-form-setting/Login-form-background.php:700
252
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
253
  msgid "Save Changes"
254
  msgstr "Änderungen speichern"
255
 
256
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
257
  #: includes/design/text_and_color.php:609
258
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
259
- #: includes/login-form-setting/Login-form-background.php:703
260
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
261
  msgid "Reset Default"
262
  msgstr "Auf Standard zurücksetzten"
@@ -266,7 +226,7 @@ msgid "Background Settings"
266
  msgstr "Hintergrund Einstellungen"
267
 
268
  #: includes/design/background.php:103 includes/design/background.php:110
269
- #: includes/login-form-setting/Login-form-background.php:276
270
  msgid "Select Background"
271
  msgstr "Wähle Hintergrund"
272
 
@@ -275,12 +235,12 @@ msgid "No Background Selected"
275
  msgstr "Kein Hintergrund gewählt"
276
 
277
  #: includes/design/background.php:111
278
- #: includes/login-form-setting/Login-form-background.php:283
279
  msgid "Static Background Color"
280
  msgstr "Statische Hintergrund Farbe"
281
 
282
  #: includes/design/background.php:112
283
- #: includes/login-form-setting/Login-form-background.php:284
284
  msgid "Static Background Image"
285
  msgstr "Statisches Hintergrund Bild"
286
 
@@ -289,35 +249,35 @@ msgid "Background SlideShow"
289
  msgstr "Hintergrund Slideshow"
290
 
291
  #: includes/design/background.php:131
292
- #: includes/login-form-setting/Login-form-background.php:300
293
  msgid "Background Color"
294
  msgstr "Hintergrundfarbe"
295
 
296
  #: includes/design/background.php:153 includes/design/background.php:172
297
- #: includes/login-form-setting/Login-form-background.php:337
298
  msgid "Background Image"
299
  msgstr "Hintergrundbild"
300
 
301
  #: includes/design/background.php:158
302
- #: includes/login-form-setting/Login-form-background.php:342
303
  #: includes/settings/page-settings.php:67
304
  msgid "No media selected!"
305
  msgstr "Kein Medium gewählt!"
306
 
307
  #: includes/design/background.php:160
308
- #: includes/login-form-setting/Login-form-background.php:343
309
  #: includes/settings/page-settings.php:68
310
  msgid "Upload"
311
  msgstr "Hochladen"
312
 
313
  #: includes/design/background.php:162
314
- #: includes/login-form-setting/Login-form-background.php:345
315
  #: includes/settings/page-settings.php:70
316
  msgid "Preview"
317
  msgstr "Vorschau"
318
 
319
  #: includes/design/background.php:164
320
- #: includes/login-form-setting/Login-form-background.php:347
321
  msgid "Remove"
322
  msgstr "Entfernen"
323
 
@@ -327,82 +287,82 @@ msgstr "Überlappen oder Strecken"
327
 
328
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
329
  #: includes/design/text_and_color.php:520
330
- #: includes/login-form-setting/Login-form-background.php:538
331
  msgid "Yes"
332
  msgstr "Ja"
333
 
334
  #: includes/design/background.php:213
335
- #: includes/login-form-setting/Login-form-background.php:376
336
  msgid "Background Repeat"
337
  msgstr "Hintergrund wiederholen"
338
 
339
  #: includes/design/background.php:219
340
- #: includes/login-form-setting/Login-form-background.php:382
341
  msgid "No Repeat"
342
  msgstr "Kein wiederholen"
343
 
344
  #: includes/design/background.php:220
345
- #: includes/login-form-setting/Login-form-background.php:383
346
  msgid "Repeat"
347
  msgstr "Wiederholen"
348
 
349
  #: includes/design/background.php:221
350
- #: includes/login-form-setting/Login-form-background.php:384
351
  msgid "Repeat Horizontally"
352
  msgstr "Horizontal wiederholen"
353
 
354
  #: includes/design/background.php:222
355
- #: includes/login-form-setting/Login-form-background.php:385
356
  msgid "Repeat Vertically"
357
  msgstr "Vertikal wiederholen"
358
 
359
  #: includes/design/background.php:234
360
- #: includes/login-form-setting/Login-form-background.php:396
361
  msgid "Background Position"
362
  msgstr "Hintergrund Position"
363
 
364
  #: includes/design/background.php:240
365
- #: includes/login-form-setting/Login-form-background.php:402
366
  msgid "Left Top"
367
  msgstr "Links Oben"
368
 
369
  #: includes/design/background.php:241
370
- #: includes/login-form-setting/Login-form-background.php:403
371
  msgid "Left Center"
372
  msgstr "Links Mitte"
373
 
374
  #: includes/design/background.php:242
375
- #: includes/login-form-setting/Login-form-background.php:404
376
  msgid "Left Bottom"
377
  msgstr "Links Unten"
378
 
379
  #: includes/design/background.php:243
380
- #: includes/login-form-setting/Login-form-background.php:405
381
  msgid "Right Top"
382
  msgstr "Rechts Oben"
383
 
384
  #: includes/design/background.php:244
385
- #: includes/login-form-setting/Login-form-background.php:406
386
  msgid "Right Center"
387
  msgstr "Rechts Mitte"
388
 
389
  #: includes/design/background.php:245
390
- #: includes/login-form-setting/Login-form-background.php:407
391
  msgid "Right Bottom"
392
  msgstr "Rechts UNten"
393
 
394
  #: includes/design/background.php:246
395
- #: includes/login-form-setting/Login-form-background.php:408
396
  msgid "Center Top"
397
  msgstr "Mitte Oben"
398
 
399
  #: includes/design/background.php:247
400
- #: includes/login-form-setting/Login-form-background.php:409
401
  msgid "Center Center"
402
  msgstr "Mitte Mitte"
403
 
404
  #: includes/design/background.php:248
405
- #: includes/login-form-setting/Login-form-background.php:410
406
  msgid "Center Bottom"
407
  msgstr "Mitte Unten"
408
 
@@ -516,7 +476,7 @@ msgstr "Aktiviere Linkschatten?"
516
 
517
  #: includes/design/text_and_color.php:247
518
  #: includes/design/text_and_color.php:523
519
- #: includes/login-form-setting/Login-form-background.php:541
520
  msgid "No"
521
  msgstr "Nein"
522
 
@@ -651,6 +611,10 @@ msgstr ""
651
  "Wir benötigen Ihr Feedback, um unsere Plugin-Funktionalität auf WordPress zu "
652
  "verbessern. Also, wenn Sie unser Plugin mögen, dann bewerten Sie uns bitte"
653
 
 
 
 
 
654
  #: includes/import-export-setting/import_export.php:13
655
  msgid "Export Custom Login Data"
656
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
@@ -685,147 +649,165 @@ msgstr ""
685
  msgid "Import"
686
  msgstr "Einführen"
687
 
688
- #: includes/login-form-setting/Login-form-background.php:191
689
  msgid "Login Settings"
690
  msgstr "Anmeldeeinstellungen"
691
 
692
- #: includes/login-form-setting/Login-form-background.php:204
693
  msgid "Login Form Position"
694
  msgstr "Anmeldeformularposition"
695
 
696
- #: includes/login-form-setting/Login-form-background.php:210
697
  msgid "Default"
698
  msgstr "Standard"
699
 
700
- #: includes/login-form-setting/Login-form-background.php:211
701
  msgid "Floating"
702
  msgstr "Schwimmend"
703
 
704
- #: includes/login-form-setting/Login-form-background.php:212
705
  msgid "Floating With Customization"
706
  msgstr "Schwimmend mit Anpassung"
707
 
708
- #: includes/login-form-setting/Login-form-background.php:223
709
  msgid "Float Settings"
710
  msgstr "Einstellungen für Schwimmen"
711
 
712
- #: includes/login-form-setting/Login-form-background.php:229
713
  msgid "Left"
714
  msgstr "Links"
715
 
716
- #: includes/login-form-setting/Login-form-background.php:232
717
  msgid "Center"
718
  msgstr "Mitte"
719
 
720
- #: includes/login-form-setting/Login-form-background.php:235
721
  msgid "Right"
722
  msgstr "Rechts"
723
 
724
- #: includes/login-form-setting/Login-form-background.php:245
725
  msgid "Floating With Customization Settings"
726
  msgstr "Schwimmend mit angepassten Einstellungen"
727
 
728
- #: includes/login-form-setting/Login-form-background.php:266
729
  msgid "Note: This form position setting will be not responsive."
730
  msgstr ""
731
  "Hinweis: Die Einstellungen für die Position des Formulars ist nicht "
732
  "responsive!."
733
 
734
- #: includes/login-form-setting/Login-form-background.php:282
735
  msgid "Select background"
736
  msgstr "Wähle Hintergrund"
737
 
738
- #: includes/login-form-setting/Login-form-background.php:315
739
  msgid "Login Form Opacity"
740
  msgstr "Anmeldeformular Deckkraft"
741
 
742
- #: includes/login-form-setting/Login-form-background.php:355
743
  #: includes/settings/page-settings.php:78
744
  msgid "Login Background Image"
745
  msgstr "Login Hintergrund Bild"
746
 
747
- #: includes/login-form-setting/Login-form-background.php:422
748
  msgid "Background Effect"
749
  msgstr "Hintergrund Effekt"
750
 
751
- #: includes/login-form-setting/Login-form-background.php:428
752
  msgid "Select overlay effect"
753
  msgstr "Wähle Überlappungseffekt"
754
 
755
- #: includes/login-form-setting/Login-form-background.php:429
756
  msgid "No Overlay Effect"
757
  msgstr "Kein Überlappungseffekt"
758
 
759
- #: includes/login-form-setting/Login-form-background.php:430
760
  msgid "Overlay Effect 1"
761
  msgstr "Überlappungseffekt 1"
762
 
763
- #: includes/login-form-setting/Login-form-background.php:431
764
  msgid "Overlay Effect 2"
765
  msgstr "Überlappungseffekt 2"
766
 
767
- #: includes/login-form-setting/Login-form-background.php:432
768
  msgid "Overlay Effect 3"
769
  msgstr "Überlappungseffekt 3"
770
 
771
- #: includes/login-form-setting/Login-form-background.php:445
772
  msgid "Login Form Width"
773
  msgstr "Anmeldeformular Weite"
774
 
775
- #: includes/login-form-setting/Login-form-background.php:462
776
  msgid "Border Color"
777
  msgstr "Umrandungsfarbe"
778
 
779
- #: includes/login-form-setting/Login-form-background.php:477
780
  msgid "Border Radius"
781
  msgstr "Umrandungsradius"
782
 
783
- #: includes/login-form-setting/Login-form-background.php:494
784
  msgid "Border Style"
785
  msgstr "Umrandungsstil"
786
 
787
- #: includes/login-form-setting/Login-form-background.php:500
788
  msgid "None"
789
  msgstr "Keinen"
790
 
791
- #: includes/login-form-setting/Login-form-background.php:501
792
  msgid "Solid"
793
  msgstr "Solide"
794
 
795
- #: includes/login-form-setting/Login-form-background.php:502
796
  msgid "Dotted"
797
  msgstr "Gepunktet"
798
 
799
- #: includes/login-form-setting/Login-form-background.php:503
800
  msgid "Dashed"
801
  msgstr "Gestrichelt"
802
 
803
- #: includes/login-form-setting/Login-form-background.php:504
804
  msgid "Double"
805
  msgstr "Doppelt"
806
 
807
- #: includes/login-form-setting/Login-form-background.php:515
808
  msgid "Border Thickness"
809
  msgstr "Umrandungsdicke"
810
 
811
- #: includes/login-form-setting/Login-form-background.php:532
812
  msgid "Enable Form Shadow?"
813
  msgstr "Aktiviere Formularschatten?"
814
 
815
- #: includes/login-form-setting/Login-form-background.php:552
816
  msgid "Form Shadow Color"
817
  msgstr "Formularschatten Farbe"
818
 
819
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
820
  msgid "Redirect Users After Login (Not Work For Admin)"
821
  msgstr ""
822
  "Benutzer nach der Anmeldung umleiten (nicht für den Administrator arbeiten)"
823
 
824
- #: includes/login-form-setting/Login-form-background.php:572
825
  msgid "Redirect URL"
826
  msgstr "URL umleiten"
827
 
828
- #: includes/login-form-setting/Login-form-background.php:573
829
  msgid ""
830
  "Enter the URL to redirect users after login, Setting will not work for an "
831
  "administrator."
@@ -833,47 +815,52 @@ msgstr ""
833
  "Geben Sie die URL ein, um Benutzer nach der Anmeldung umzuleiten, "
834
  "Einstellung funktioniert nicht für einen Administrator."
835
 
836
- #: includes/login-form-setting/Login-form-background.php:585
837
  msgid "Display Note To User Above Login Form"
838
  msgstr "Hinweis zum Benutzer oberhalb des Anmeldeformulars anzeigen"
839
 
840
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
841
  #, fuzzy
842
  #| msgid "Headline Font size"
843
  msgid "Message Font Size"
844
  msgstr "Überschrift Schriftgröße"
845
 
846
- #: includes/login-form-setting/Login-form-background.php:620
847
  #, fuzzy
848
  #| msgid "Headline Font Color"
849
  msgid "Message Font Color"
850
  msgstr "Überschrift Schriftfarbe"
851
 
852
- #: includes/login-form-setting/Login-form-background.php:637
853
  msgid "Tagline Message Display Below Login Form"
854
  msgstr "Tagline Message Display Unten Login Form"
855
 
856
- #: includes/login-form-setting/Login-form-background.php:654
857
- #: includes/login-form-setting/Login-form-background.php:659
858
  msgid "Custom CSS"
859
  msgstr "Benutzerdefiniertes CSS"
860
 
861
- #: includes/login-form-setting/Login-form-background.php:661
862
  msgid "Enter any custom css you want to apply on login panel."
863
  msgstr ""
864
  "Fügen Sie einen beliebigen, benutzerdefinierten CSS-Code ein, den Sie dem "
865
  "Anmelde-Panel hinzufügen möchten."
866
 
867
- #: includes/login-form-setting/Login-form-background.php:662
868
  msgid "Note: Please Do Not Use"
869
  msgstr "Hinweis: Bitte nicht verwenden"
870
 
871
- #: includes/login-form-setting/Login-form-background.php:662
872
  msgid "Tag With Custom CSS"
873
  msgstr "Tag nicht mit benutzerdefiniertem CSS-Code verbinden"
874
 
875
- #: includes/login-form-setting/Login-form-background.php:679
876
- #: includes/login-form-setting/Login-form-background.php:693
877
  msgid "Login"
878
  msgstr "Login"
879
 
@@ -1038,6 +1025,40 @@ msgstr "WhatsApp"
1038
  msgid "Social"
1039
  msgstr "Social"
1040
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1041
  #~ msgid "Export / Import Your Data"
1042
  #~ msgstr "Export / Import Ihrer Daten"
1043
 
@@ -1121,9 +1142,6 @@ msgstr "Social"
1121
  #~ msgid "Select Template"
1122
  #~ msgstr "Vorlage auswählen"
1123
 
1124
- #~ msgid "Add Settings"
1125
- #~ msgstr "Einstellungen hinzufügen"
1126
-
1127
  #~ msgid "Add settings"
1128
  #~ msgstr "Einstellungen hinzufügen"
1129
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:16+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:16+0530\n"
6
  "Last-Translator: Markus Petautschnig <markus_petautschnig@yahoo.de>\n"
7
  "Language-Team: \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 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Admin Custom Login"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Show Us Some Love (Rate Us)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Armaturenbrett"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Anwendungsübersicht"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Hintergrund Design"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Hintergrunddesign hier ändern"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Formular Einstell"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Login Design hier ändern"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Schrift Einstell"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Anmeldeformular-Stil hier ändern"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Logo Einstellungen"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Logo Einstellungen hier personalisieren"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Social Einstell"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Verknüpfen Sie Ihre Sozialen Profile"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  #, fuzzy
96
  #| msgid "Float Settings"
97
  msgid "configure captcha settings"
98
  msgstr "Einstellungen für Schwimmen"
99
 
100
+ #: includes/content.php:157
101
  msgid "Export / Import"
102
  msgstr "Export/Import"
103
 
104
+ #: includes/content.php:158
105
  msgid "import / export plugin settings"
106
  msgstr "Plugin-Einstellungen importieren / exportieren"
107
 
108
+ #: includes/content.php:167
109
  msgid "Recommendations"
110
  msgstr "Empfehlungen"
111
 
112
+ #: includes/content.php:168
113
  #, fuzzy
114
  #| msgid "Get More Free Useful Plugins"
115
  msgid "get more free plugins"
116
  msgstr "Erhalten Sie weitere kostenlose nützliche Plugins"
117
 
118
+ #: includes/content.php:177 includes/help/help.php:15
119
  msgid "Help And Support"
120
  msgstr "Hilfe und Support"
121
 
122
+ #: includes/content.php:178
123
  #, fuzzy
124
  #| msgid "Ask your query"
125
  msgid "ask your queries"
126
  msgstr "Suchanfrage eingeben"
127
 
128
+ #: includes/content.php:187 includes/offers.php:11
129
  msgid "Our Offers"
130
  msgstr "Unsere Angebote"
131
 
132
+ #: includes/content.php:188
133
  msgid "weblizar premium products"
134
  msgstr "weblizar Premium-Produkte"
135
 
136
+ #: includes/content.php:197
137
  #, fuzzy
138
  #| msgid "Please rate us"
139
  msgid "Rate & Donate Us"
140
  msgstr "Bewerten Sie uns"
141
 
142
+ #: includes/content.php:198
143
  #, fuzzy
144
  #| msgid "If you like us"
145
  msgid "if you like us"
149
  msgid "Admin Custom Login Dashboard"
150
  msgstr "Admin Custom Login Armaturenbrett"
151
 
152
+ #: includes/dashboard/dashboard.php:104
153
  msgid "Admin Custom Login Status"
154
  msgstr "Admin Custom Login Status"
155
 
156
+ #: includes/dashboard/dashboard.php:110
157
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
158
  msgid "Disable"
159
  msgstr "Deaktivieren"
160
 
161
+ #: includes/dashboard/dashboard.php:113
162
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
163
  msgid "Enable"
164
  msgstr "Aktivieren"
165
 
166
+ #: includes/dashboard/dashboard.php:124
167
  msgid "View Login Page"
168
  msgstr "Login Seite ansehen"
169
 
170
+ #: includes/dashboard/dashboard.php:129
171
  msgid "Copy below link and open in another browser where you are not logged in"
172
  msgstr ""
173
  "Kopieren Sie den folgenden Link und öffnen Sie ihn in einem anderen Browser, "
174
  "in dem Sie nicht angemeldet sind"
175
 
176
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
177
  #: includes/design/text_and_color.php:583
178
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
179
+ #: includes/login-form-setting/login-form-background.php:716
180
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
181
  msgid "Setting Save Successfully"
182
  msgstr "Einstellungen erfolgreich gespeichert"
183
 
184
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
185
  #: includes/design/background.php:180 includes/design/background.php:368
186
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
187
  #: includes/design/text_and_color.php:598
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
189
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
190
+ #: includes/login-form-setting/login-form-background.php:361
191
+ #: includes/login-form-setting/login-form-background.php:716
192
+ #: includes/login-form-setting/login-form-background.php:730
193
  #: includes/settings/page-settings.php:84
194
  #: includes/settings/page-settings.php:168
195
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
197
  msgid "Close"
198
  msgstr "Schließen"
199
 
200
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
201
  #: includes/design/text_and_color.php:598
202
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
203
+ #: includes/login-form-setting/login-form-background.php:730
204
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
205
  msgid "Setting Reset Successfully"
206
  msgstr "Einstellungen erfolgreich zurückgesetzt"
207
 
208
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
209
  #: includes/design/text_and_color.php:606
210
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
211
+ #: includes/login-form-setting/login-form-background.php:737
212
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
213
  msgid "Save Changes"
214
  msgstr "Änderungen speichern"
215
 
216
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
217
  #: includes/design/text_and_color.php:609
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
219
+ #: includes/login-form-setting/login-form-background.php:740
220
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
221
  msgid "Reset Default"
222
  msgstr "Auf Standard zurücksetzten"
226
  msgstr "Hintergrund Einstellungen"
227
 
228
  #: includes/design/background.php:103 includes/design/background.php:110
229
+ #: includes/login-form-setting/login-form-background.php:276
230
  msgid "Select Background"
231
  msgstr "Wähle Hintergrund"
232
 
235
  msgstr "Kein Hintergrund gewählt"
236
 
237
  #: includes/design/background.php:111
238
+ #: includes/login-form-setting/login-form-background.php:283
239
  msgid "Static Background Color"
240
  msgstr "Statische Hintergrund Farbe"
241
 
242
  #: includes/design/background.php:112
243
+ #: includes/login-form-setting/login-form-background.php:284
244
  msgid "Static Background Image"
245
  msgstr "Statisches Hintergrund Bild"
246
 
249
  msgstr "Hintergrund Slideshow"
250
 
251
  #: includes/design/background.php:131
252
+ #: includes/login-form-setting/login-form-background.php:300
253
  msgid "Background Color"
254
  msgstr "Hintergrundfarbe"
255
 
256
  #: includes/design/background.php:153 includes/design/background.php:172
257
+ #: includes/login-form-setting/login-form-background.php:337
258
  msgid "Background Image"
259
  msgstr "Hintergrundbild"
260
 
261
  #: includes/design/background.php:158
262
+ #: includes/login-form-setting/login-form-background.php:342
263
  #: includes/settings/page-settings.php:67
264
  msgid "No media selected!"
265
  msgstr "Kein Medium gewählt!"
266
 
267
  #: includes/design/background.php:160
268
+ #: includes/login-form-setting/login-form-background.php:343
269
  #: includes/settings/page-settings.php:68
270
  msgid "Upload"
271
  msgstr "Hochladen"
272
 
273
  #: includes/design/background.php:162
274
+ #: includes/login-form-setting/login-form-background.php:345
275
  #: includes/settings/page-settings.php:70
276
  msgid "Preview"
277
  msgstr "Vorschau"
278
 
279
  #: includes/design/background.php:164
280
+ #: includes/login-form-setting/login-form-background.php:347
281
  msgid "Remove"
282
  msgstr "Entfernen"
283
 
287
 
288
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
289
  #: includes/design/text_and_color.php:520
290
+ #: includes/login-form-setting/login-form-background.php:538
291
  msgid "Yes"
292
  msgstr "Ja"
293
 
294
  #: includes/design/background.php:213
295
+ #: includes/login-form-setting/login-form-background.php:376
296
  msgid "Background Repeat"
297
  msgstr "Hintergrund wiederholen"
298
 
299
  #: includes/design/background.php:219
300
+ #: includes/login-form-setting/login-form-background.php:382
301
  msgid "No Repeat"
302
  msgstr "Kein wiederholen"
303
 
304
  #: includes/design/background.php:220
305
+ #: includes/login-form-setting/login-form-background.php:383
306
  msgid "Repeat"
307
  msgstr "Wiederholen"
308
 
309
  #: includes/design/background.php:221
310
+ #: includes/login-form-setting/login-form-background.php:384
311
  msgid "Repeat Horizontally"
312
  msgstr "Horizontal wiederholen"
313
 
314
  #: includes/design/background.php:222
315
+ #: includes/login-form-setting/login-form-background.php:385
316
  msgid "Repeat Vertically"
317
  msgstr "Vertikal wiederholen"
318
 
319
  #: includes/design/background.php:234
320
+ #: includes/login-form-setting/login-form-background.php:396
321
  msgid "Background Position"
322
  msgstr "Hintergrund Position"
323
 
324
  #: includes/design/background.php:240
325
+ #: includes/login-form-setting/login-form-background.php:402
326
  msgid "Left Top"
327
  msgstr "Links Oben"
328
 
329
  #: includes/design/background.php:241
330
+ #: includes/login-form-setting/login-form-background.php:403
331
  msgid "Left Center"
332
  msgstr "Links Mitte"
333
 
334
  #: includes/design/background.php:242
335
+ #: includes/login-form-setting/login-form-background.php:404
336
  msgid "Left Bottom"
337
  msgstr "Links Unten"
338
 
339
  #: includes/design/background.php:243
340
+ #: includes/login-form-setting/login-form-background.php:405
341
  msgid "Right Top"
342
  msgstr "Rechts Oben"
343
 
344
  #: includes/design/background.php:244
345
+ #: includes/login-form-setting/login-form-background.php:406
346
  msgid "Right Center"
347
  msgstr "Rechts Mitte"
348
 
349
  #: includes/design/background.php:245
350
+ #: includes/login-form-setting/login-form-background.php:407
351
  msgid "Right Bottom"
352
  msgstr "Rechts UNten"
353
 
354
  #: includes/design/background.php:246
355
+ #: includes/login-form-setting/login-form-background.php:408
356
  msgid "Center Top"
357
  msgstr "Mitte Oben"
358
 
359
  #: includes/design/background.php:247
360
+ #: includes/login-form-setting/login-form-background.php:409
361
  msgid "Center Center"
362
  msgstr "Mitte Mitte"
363
 
364
  #: includes/design/background.php:248
365
+ #: includes/login-form-setting/login-form-background.php:410
366
  msgid "Center Bottom"
367
  msgstr "Mitte Unten"
368
 
476
 
477
  #: includes/design/text_and_color.php:247
478
  #: includes/design/text_and_color.php:523
479
+ #: includes/login-form-setting/login-form-background.php:541
480
  msgid "No"
481
  msgstr "Nein"
482
 
611
  "Wir benötigen Ihr Feedback, um unsere Plugin-Funktionalität auf WordPress zu "
612
  "verbessern. Also, wenn Sie unser Plugin mögen, dann bewerten Sie uns bitte"
613
 
614
+ #: includes/help/rate.php:62
615
+ msgid "Donate Us"
616
+ msgstr "Bewerten Sie uns"
617
+
618
  #: includes/import-export-setting/import_export.php:13
619
  msgid "Export Custom Login Data"
620
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
649
  msgid "Import"
650
  msgstr "Einführen"
651
 
652
+ #: includes/login-form-setting/login-form-background.php:191
653
  msgid "Login Settings"
654
  msgstr "Anmeldeeinstellungen"
655
 
656
+ #: includes/login-form-setting/login-form-background.php:204
657
  msgid "Login Form Position"
658
  msgstr "Anmeldeformularposition"
659
 
660
+ #: includes/login-form-setting/login-form-background.php:210
661
  msgid "Default"
662
  msgstr "Standard"
663
 
664
+ #: includes/login-form-setting/login-form-background.php:211
665
  msgid "Floating"
666
  msgstr "Schwimmend"
667
 
668
+ #: includes/login-form-setting/login-form-background.php:212
669
  msgid "Floating With Customization"
670
  msgstr "Schwimmend mit Anpassung"
671
 
672
+ #: includes/login-form-setting/login-form-background.php:223
673
  msgid "Float Settings"
674
  msgstr "Einstellungen für Schwimmen"
675
 
676
+ #: includes/login-form-setting/login-form-background.php:229
677
  msgid "Left"
678
  msgstr "Links"
679
 
680
+ #: includes/login-form-setting/login-form-background.php:232
681
  msgid "Center"
682
  msgstr "Mitte"
683
 
684
+ #: includes/login-form-setting/login-form-background.php:235
685
  msgid "Right"
686
  msgstr "Rechts"
687
 
688
+ #: includes/login-form-setting/login-form-background.php:245
689
  msgid "Floating With Customization Settings"
690
  msgstr "Schwimmend mit angepassten Einstellungen"
691
 
692
+ #: includes/login-form-setting/login-form-background.php:266
693
  msgid "Note: This form position setting will be not responsive."
694
  msgstr ""
695
  "Hinweis: Die Einstellungen für die Position des Formulars ist nicht "
696
  "responsive!."
697
 
698
+ #: includes/login-form-setting/login-form-background.php:282
699
  msgid "Select background"
700
  msgstr "Wähle Hintergrund"
701
 
702
+ #: includes/login-form-setting/login-form-background.php:315
703
  msgid "Login Form Opacity"
704
  msgstr "Anmeldeformular Deckkraft"
705
 
706
+ #: includes/login-form-setting/login-form-background.php:355
707
  #: includes/settings/page-settings.php:78
708
  msgid "Login Background Image"
709
  msgstr "Login Hintergrund Bild"
710
 
711
+ #: includes/login-form-setting/login-form-background.php:422
712
  msgid "Background Effect"
713
  msgstr "Hintergrund Effekt"
714
 
715
+ #: includes/login-form-setting/login-form-background.php:428
716
  msgid "Select overlay effect"
717
  msgstr "Wähle Überlappungseffekt"
718
 
719
+ #: includes/login-form-setting/login-form-background.php:429
720
  msgid "No Overlay Effect"
721
  msgstr "Kein Überlappungseffekt"
722
 
723
+ #: includes/login-form-setting/login-form-background.php:430
724
  msgid "Overlay Effect 1"
725
  msgstr "Überlappungseffekt 1"
726
 
727
+ #: includes/login-form-setting/login-form-background.php:431
728
  msgid "Overlay Effect 2"
729
  msgstr "Überlappungseffekt 2"
730
 
731
+ #: includes/login-form-setting/login-form-background.php:432
732
  msgid "Overlay Effect 3"
733
  msgstr "Überlappungseffekt 3"
734
 
735
+ #: includes/login-form-setting/login-form-background.php:445
736
  msgid "Login Form Width"
737
  msgstr "Anmeldeformular Weite"
738
 
739
+ #: includes/login-form-setting/login-form-background.php:462
740
  msgid "Border Color"
741
  msgstr "Umrandungsfarbe"
742
 
743
+ #: includes/login-form-setting/login-form-background.php:477
744
  msgid "Border Radius"
745
  msgstr "Umrandungsradius"
746
 
747
+ #: includes/login-form-setting/login-form-background.php:494
748
  msgid "Border Style"
749
  msgstr "Umrandungsstil"
750
 
751
+ #: includes/login-form-setting/login-form-background.php:500
752
  msgid "None"
753
  msgstr "Keinen"
754
 
755
+ #: includes/login-form-setting/login-form-background.php:501
756
  msgid "Solid"
757
  msgstr "Solide"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:502
760
  msgid "Dotted"
761
  msgstr "Gepunktet"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:503
764
  msgid "Dashed"
765
  msgstr "Gestrichelt"
766
 
767
+ #: includes/login-form-setting/login-form-background.php:504
768
  msgid "Double"
769
  msgstr "Doppelt"
770
 
771
+ #: includes/login-form-setting/login-form-background.php:515
772
  msgid "Border Thickness"
773
  msgstr "Umrandungsdicke"
774
 
775
+ #: includes/login-form-setting/login-form-background.php:532
776
  msgid "Enable Form Shadow?"
777
  msgstr "Aktiviere Formularschatten?"
778
 
779
+ #: includes/login-form-setting/login-form-background.php:552
780
  msgid "Form Shadow Color"
781
  msgstr "Formularschatten Farbe"
782
 
783
+ #: includes/login-form-setting/login-form-background.php:569
784
+ #, fuzzy
785
+ #| msgid "Username or Email Address"
786
+ msgid "Username / Email Field Placeholder Text"
787
+ msgstr "Benutzername oder E-mail Adresse"
788
+
789
+ #: includes/login-form-setting/login-form-background.php:574
790
+ msgid "Type Username or Email"
791
+ msgstr "Geben Sie Benutzername oder E-Mail ein"
792
+
793
+ #: includes/login-form-setting/login-form-background.php:587
794
+ msgid "Password Field Placeholder Text"
795
+ msgstr ""
796
+
797
+ #: includes/login-form-setting/login-form-background.php:592
798
+ msgid "Type Password"
799
+ msgstr "Passwort eingeben"
800
+
801
+ #: includes/login-form-setting/login-form-background.php:604
802
  msgid "Redirect Users After Login (Not Work For Admin)"
803
  msgstr ""
804
  "Benutzer nach der Anmeldung umleiten (nicht für den Administrator arbeiten)"
805
 
806
+ #: includes/login-form-setting/login-form-background.php:609
807
  msgid "Redirect URL"
808
  msgstr "URL umleiten"
809
 
810
+ #: includes/login-form-setting/login-form-background.php:610
811
  msgid ""
812
  "Enter the URL to redirect users after login, Setting will not work for an "
813
  "administrator."
815
  "Geben Sie die URL ein, um Benutzer nach der Anmeldung umzuleiten, "
816
  "Einstellung funktioniert nicht für einen Administrator."
817
 
818
+ #: includes/login-form-setting/login-form-background.php:622
819
  msgid "Display Note To User Above Login Form"
820
  msgstr "Hinweis zum Benutzer oberhalb des Anmeldeformulars anzeigen"
821
 
822
+ #: includes/login-form-setting/login-form-background.php:627
823
+ #: includes/login-form-setting/login-form-background.php:679
824
+ msgid "Type Message"
825
+ msgstr ""
826
+
827
+ #: includes/login-form-setting/login-form-background.php:639
828
  #, fuzzy
829
  #| msgid "Headline Font size"
830
  msgid "Message Font Size"
831
  msgstr "Überschrift Schriftgröße"
832
 
833
+ #: includes/login-form-setting/login-form-background.php:657
834
  #, fuzzy
835
  #| msgid "Headline Font Color"
836
  msgid "Message Font Color"
837
  msgstr "Überschrift Schriftfarbe"
838
 
839
+ #: includes/login-form-setting/login-form-background.php:674
840
  msgid "Tagline Message Display Below Login Form"
841
  msgstr "Tagline Message Display Unten Login Form"
842
 
843
+ #: includes/login-form-setting/login-form-background.php:691
844
+ #: includes/login-form-setting/login-form-background.php:696
845
  msgid "Custom CSS"
846
  msgstr "Benutzerdefiniertes CSS"
847
 
848
+ #: includes/login-form-setting/login-form-background.php:698
849
  msgid "Enter any custom css you want to apply on login panel."
850
  msgstr ""
851
  "Fügen Sie einen beliebigen, benutzerdefinierten CSS-Code ein, den Sie dem "
852
  "Anmelde-Panel hinzufügen möchten."
853
 
854
+ #: includes/login-form-setting/login-form-background.php:699
855
  msgid "Note: Please Do Not Use"
856
  msgstr "Hinweis: Bitte nicht verwenden"
857
 
858
+ #: includes/login-form-setting/login-form-background.php:699
859
  msgid "Tag With Custom CSS"
860
  msgstr "Tag nicht mit benutzerdefiniertem CSS-Code verbinden"
861
 
862
+ #: includes/login-form-setting/login-form-background.php:716
863
+ #: includes/login-form-setting/login-form-background.php:730
864
  msgid "Login"
865
  msgstr "Login"
866
 
1025
  msgid "Social"
1026
  msgstr "Social"
1027
 
1028
+ #: init.php:62
1029
+ #, fuzzy
1030
+ #| msgid "Add Settings"
1031
+ msgid "Settings"
1032
+ msgstr "Einstellungen hinzufügen"
1033
+
1034
+ #: init.php:154
1035
+ #, fuzzy
1036
+ #| msgid "Type Username or Email"
1037
+ msgid "Username or Email"
1038
+ msgstr "Geben Sie Benutzername oder E-Mail ein"
1039
+
1040
+ #: init.php:155
1041
+ msgid "Password"
1042
+ msgstr "Passwort"
1043
+
1044
+ #: init.php:178
1045
+ msgid "Find Us On Social Media"
1046
+ msgstr "Finden Sie uns auf Social Media"
1047
+
1048
+ #: init.php:465
1049
+ msgid "Please upload a valid .json file"
1050
+ msgstr "Bitte eine gültige .json-Datei hochladen"
1051
+
1052
+ #: init.php:471
1053
+ msgid "Please upload a file to import"
1054
+ msgstr "Bitte eine Datei, für den Import, hochladen"
1055
+
1056
+ #~ msgid "Powered By"
1057
+ #~ msgstr "Bereitgestellt von"
1058
+
1059
+ #~ msgid "Weblizar"
1060
+ #~ msgstr "Weblizar"
1061
+
1062
  #~ msgid "Export / Import Your Data"
1063
  #~ msgstr "Export / Import Ihrer Daten"
1064
 
1142
  #~ msgid "Select Template"
1143
  #~ msgstr "Vorlage auswählen"
1144
 
 
 
 
1145
  #~ msgid "Add settings"
1146
  #~ msgstr "Einstellungen hinzufügen"
1147
 
languages/admin-custom-login-es_ES.mo CHANGED
Binary file
languages/admin-custom-login-es_ES.po CHANGED
@@ -1,181 +1,143 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:36+0530\n"
5
- "PO-Revision-Date: 2018-07-31 16:58+0530\n"
6
  "Last-Translator: Chema Bescos <jmbescos@ibidemgroup.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "Nombre de usuario o dirección de correo electrónico"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Escriba nombre de usuario o correo electrónico"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Palabra clave"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- #, fuzzy
33
- #| msgid "Password"
34
- msgid "Type Password"
35
- msgstr "Palabra clave"
36
-
37
- #: admin-custom-login.php:193
38
- msgid "Find Us On Social Media"
39
- msgstr "Encuéntranos en las redes sociales"
40
-
41
- #: admin-custom-login.php:477
42
- msgid "Please upload a valid .json file"
43
- msgstr "Por favor sube un archivo .json válido"
44
-
45
- #: admin-custom-login.php:483
46
- msgid "Please upload a file to import"
47
- msgstr "Por favor sube un archivo para importar"
48
-
49
- #: includes/content.php:28
50
  msgid "Admin Custom Login"
51
  msgstr "Admin Custom Login"
52
 
53
  #: includes/content.php:63
54
- msgid "Powered By"
55
- msgstr "Powered By"
56
-
57
- #: includes/content.php:65
58
- msgid "Weblizar"
59
- msgstr "Weblizar"
60
-
61
- #: includes/content.php:69
62
  msgid "Show Us Some Love (Rate Us)"
63
  msgstr "Haznos llegar tu amor (Valóranos)"
64
 
65
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
66
- #: includes/dashboard/dashboard.php:106
67
  msgid "Dashboard"
68
  msgstr "Mi perfil"
69
 
70
- #: includes/content.php:87
71
  #, fuzzy
72
  #| msgid "Application overview"
73
  msgid "application overview"
74
  msgstr "Descripción de la aplicación"
75
 
76
- #: includes/content.php:96
77
  msgid "Background Design"
78
  msgstr "Diseño del Fondo"
79
 
80
- #: includes/content.php:97
81
  #, fuzzy
82
  #| msgid "Modify Background design here"
83
  msgid "modify background design here"
84
  msgstr "Modifica el diseño de fondo aquí"
85
 
86
- #: includes/content.php:107
87
  msgid "Login form Setting"
88
  msgstr "Configuración del formulario de Inicio de Sesión"
89
 
90
- #: includes/content.php:108
91
  #, fuzzy
92
  #| msgid "Modify Login design here"
93
  msgid "modify login design here"
94
  msgstr "Modificar el diseño de Inicio de Sesión aquí"
95
 
96
- #: includes/content.php:118
97
  msgid "Font Setting"
98
  msgstr "Configuración de fuentes"
99
 
100
- #: includes/content.php:119
101
  #, fuzzy
102
  #| msgid "Modify Login Form Style here"
103
  msgid "modify login form style here"
104
  msgstr "Modifica el estilo del formulario de Inicio de Sesión"
105
 
106
- #: includes/content.php:129 includes/settings/page-settings.php:50
107
  msgid "Logo Settings"
108
  msgstr "Configuración de logo"
109
 
110
- #: includes/content.php:130
111
  #, fuzzy
112
  #| msgid "Customize Logo Settings here"
113
  msgid "customize logo settings here"
114
  msgstr "Personaliza la configuración del logo aquí"
115
 
116
- #: includes/content.php:141 includes/social/social.php:21
117
  msgid "Social Settings"
118
  msgstr "Ajustes sociales"
119
 
120
- #: includes/content.php:142
121
  #, fuzzy
122
  #| msgid "Connect with your social profile"
123
  msgid "connect with your social profile"
124
  msgstr "Conecta con tus redes sociales"
125
 
126
- #: includes/content.php:152
127
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
128
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
129
  msgid "Google Captcha"
130
  msgstr "Google Captcha"
131
 
132
- #: includes/content.php:153
133
  msgid "configure captcha settings"
134
  msgstr "configurar ajustes de captcha"
135
 
136
- #: includes/content.php:163
137
  msgid "Export / Import"
138
  msgstr "Exportar / Importar"
139
 
140
- #: includes/content.php:164
141
  msgid "import / export plugin settings"
142
  msgstr "importar / exportar la configuración del complemento"
143
 
144
- #: includes/content.php:173
145
  msgid "Recommendations"
146
  msgstr "Recomendaciones"
147
 
148
- #: includes/content.php:174
149
  #, fuzzy
150
  #| msgid "Get More Free Useful Plugins"
151
  msgid "get more free plugins"
152
  msgstr "Consigue más plugins gratuitos"
153
 
154
- #: includes/content.php:183 includes/help/help.php:15
155
  msgid "Help And Support"
156
  msgstr "Ayuda"
157
 
158
- #: includes/content.php:184
159
  #, fuzzy
160
  #| msgid "Ask your query"
161
  msgid "ask your queries"
162
  msgstr "Haga su pregunta"
163
 
164
- #: includes/content.php:193 includes/offers.php:11
165
  msgid "Our Offers"
166
  msgstr "Nuestras ofertas"
167
 
168
- #: includes/content.php:194
169
  msgid "weblizar premium products"
170
  msgstr "productos premium weblizar"
171
 
172
- #: includes/content.php:203
173
  #, fuzzy
174
  #| msgid "Rate Us"
175
  msgid "Rate & Donate Us"
176
  msgstr "Valóranos"
177
 
178
- #: includes/content.php:204
179
  #, fuzzy
180
  #| msgid "If you like us"
181
  msgid "if you like us"
@@ -185,51 +147,45 @@ msgstr "Si te gustamos"
185
  msgid "Admin Custom Login Dashboard"
186
  msgstr "Escritorio de Custom Admin Login"
187
 
188
- #: includes/dashboard/dashboard.php:27
189
  msgid "Admin Custom Login Status"
190
  msgstr "Status de Admin Custom Login"
191
 
192
- #: includes/dashboard/dashboard.php:33
193
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
194
  msgid "Disable"
195
  msgstr "Deshabilitar"
196
 
197
- #: includes/dashboard/dashboard.php:36
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
199
  msgid "Enable"
200
  msgstr "Activar"
201
 
202
- #: includes/dashboard/dashboard.php:47
203
  msgid "View Login Page"
204
  msgstr "Ver Página inicio sesión"
205
 
206
- #: includes/dashboard/dashboard.php:52
207
  msgid "Copy below link and open in another browser where you are not logged in"
208
  msgstr "Copiar enlace y abrir en ventana nueva sin estar logueado"
209
 
210
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
211
- #, fuzzy
212
- #| msgid "Rate Us"
213
- msgid "Donate Us"
214
- msgstr "Valóranos"
215
-
216
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
217
  #: includes/design/text_and_color.php:583
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
219
- #: includes/login-form-setting/Login-form-background.php:679
220
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
221
  msgid "Setting Save Successfully"
222
  msgstr "Configuración Guardada con éxito"
223
 
224
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
225
  #: includes/design/background.php:180 includes/design/background.php:368
226
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
227
  #: includes/design/text_and_color.php:598
228
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
229
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
230
- #: includes/login-form-setting/Login-form-background.php:361
231
- #: includes/login-form-setting/Login-form-background.php:679
232
- #: includes/login-form-setting/Login-form-background.php:693
233
  #: includes/settings/page-settings.php:84
234
  #: includes/settings/page-settings.php:168
235
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -237,26 +193,26 @@ msgstr "Configuración Guardada con éxito"
237
  msgid "Close"
238
  msgstr "Cerrar"
239
 
240
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
241
  #: includes/design/text_and_color.php:598
242
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
243
- #: includes/login-form-setting/Login-form-background.php:693
244
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
245
  msgid "Setting Reset Successfully"
246
  msgstr "Configuración Restablecida con éxito"
247
 
248
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
249
  #: includes/design/text_and_color.php:606
250
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
251
- #: includes/login-form-setting/Login-form-background.php:700
252
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
253
  msgid "Save Changes"
254
  msgstr "Guardar cambios"
255
 
256
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
257
  #: includes/design/text_and_color.php:609
258
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
259
- #: includes/login-form-setting/Login-form-background.php:703
260
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
261
  msgid "Reset Default"
262
  msgstr "Reiniciar Por Defecto"
@@ -266,7 +222,7 @@ msgid "Background Settings"
266
  msgstr "Ajustes de fondo"
267
 
268
  #: includes/design/background.php:103 includes/design/background.php:110
269
- #: includes/login-form-setting/Login-form-background.php:276
270
  msgid "Select Background"
271
  msgstr "Seleccionar fondo"
272
 
@@ -275,12 +231,12 @@ msgid "No Background Selected"
275
  msgstr "Fondo no seleccionado"
276
 
277
  #: includes/design/background.php:111
278
- #: includes/login-form-setting/Login-form-background.php:283
279
  msgid "Static Background Color"
280
  msgstr "Color de fondo estático"
281
 
282
  #: includes/design/background.php:112
283
- #: includes/login-form-setting/Login-form-background.php:284
284
  msgid "Static Background Image"
285
  msgstr "Imagen de fondo estática"
286
 
@@ -289,35 +245,35 @@ msgid "Background SlideShow"
289
  msgstr "Fondo de diapositivas"
290
 
291
  #: includes/design/background.php:131
292
- #: includes/login-form-setting/Login-form-background.php:300
293
  msgid "Background Color"
294
  msgstr "Color de fondo"
295
 
296
  #: includes/design/background.php:153 includes/design/background.php:172
297
- #: includes/login-form-setting/Login-form-background.php:337
298
  msgid "Background Image"
299
  msgstr "Imagen de fondo"
300
 
301
  #: includes/design/background.php:158
302
- #: includes/login-form-setting/Login-form-background.php:342
303
  #: includes/settings/page-settings.php:67
304
  msgid "No media selected!"
305
  msgstr "¡No hay elementos multimedia seleccionados!"
306
 
307
  #: includes/design/background.php:160
308
- #: includes/login-form-setting/Login-form-background.php:343
309
  #: includes/settings/page-settings.php:68
310
  msgid "Upload"
311
  msgstr "Cargar"
312
 
313
  #: includes/design/background.php:162
314
- #: includes/login-form-setting/Login-form-background.php:345
315
  #: includes/settings/page-settings.php:70
316
  msgid "Preview"
317
  msgstr "Vista previa"
318
 
319
  #: includes/design/background.php:164
320
- #: includes/login-form-setting/Login-form-background.php:347
321
  msgid "Remove"
322
  msgstr "Quitar"
323
 
@@ -327,82 +283,82 @@ msgstr "Cubrir o alargar"
327
 
328
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
329
  #: includes/design/text_and_color.php:520
330
- #: includes/login-form-setting/Login-form-background.php:538
331
  msgid "Yes"
332
  msgstr "Si"
333
 
334
  #: includes/design/background.php:213
335
- #: includes/login-form-setting/Login-form-background.php:376
336
  msgid "Background Repeat"
337
  msgstr "Repetir fondo"
338
 
339
  #: includes/design/background.php:219
340
- #: includes/login-form-setting/Login-form-background.php:382
341
  msgid "No Repeat"
342
  msgstr "Ver todos los resultados"
343
 
344
  #: includes/design/background.php:220
345
- #: includes/login-form-setting/Login-form-background.php:383
346
  msgid "Repeat"
347
  msgstr "Repetir"
348
 
349
  #: includes/design/background.php:221
350
- #: includes/login-form-setting/Login-form-background.php:384
351
  msgid "Repeat Horizontally"
352
  msgstr "Ver todos los resultados"
353
 
354
  #: includes/design/background.php:222
355
- #: includes/login-form-setting/Login-form-background.php:385
356
  msgid "Repeat Vertically"
357
  msgstr "Ver todos los resultados"
358
 
359
  #: includes/design/background.php:234
360
- #: includes/login-form-setting/Login-form-background.php:396
361
  msgid "Background Position"
362
  msgstr "Posición del fondo"
363
 
364
  #: includes/design/background.php:240
365
- #: includes/login-form-setting/Login-form-background.php:402
366
  msgid "Left Top"
367
  msgstr "Superior Izq"
368
 
369
  #: includes/design/background.php:241
370
- #: includes/login-form-setting/Login-form-background.php:403
371
  msgid "Left Center"
372
  msgstr "Centro Izq"
373
 
374
  #: includes/design/background.php:242
375
- #: includes/login-form-setting/Login-form-background.php:404
376
  msgid "Left Bottom"
377
  msgstr "Inferior Izq"
378
 
379
  #: includes/design/background.php:243
380
- #: includes/login-form-setting/Login-form-background.php:405
381
  msgid "Right Top"
382
  msgstr "Superior der"
383
 
384
  #: includes/design/background.php:244
385
- #: includes/login-form-setting/Login-form-background.php:406
386
  msgid "Right Center"
387
  msgstr "Centro der"
388
 
389
  #: includes/design/background.php:245
390
- #: includes/login-form-setting/Login-form-background.php:407
391
  msgid "Right Bottom"
392
  msgstr "Inferior der"
393
 
394
  #: includes/design/background.php:246
395
- #: includes/login-form-setting/Login-form-background.php:408
396
  msgid "Center Top"
397
  msgstr "Botón de desplazamiento a la parte superior"
398
 
399
  #: includes/design/background.php:247
400
- #: includes/login-form-setting/Login-form-background.php:409
401
  msgid "Center Center"
402
  msgstr "Centro Centro"
403
 
404
  #: includes/design/background.php:248
405
- #: includes/login-form-setting/Login-form-background.php:410
406
  msgid "Center Bottom"
407
  msgstr "Inferior centro"
408
 
@@ -516,7 +472,7 @@ msgstr "Habilitar sombra del Enlace ?"
516
 
517
  #: includes/design/text_and_color.php:247
518
  #: includes/design/text_and_color.php:523
519
- #: includes/login-form-setting/Login-form-background.php:541
520
  msgid "No"
521
  msgstr "No"
522
 
@@ -652,6 +608,12 @@ msgstr ""
652
  "Necesitamos tu feedback para mejorar las funcionalidades de nuestro plugin "
653
  "en WordPress. Si te gusta nuestro plugin, valóranos en"
654
 
 
 
 
 
 
 
655
  #: includes/import-export-setting/import_export.php:13
656
  msgid "Export Custom Login Data"
657
  msgstr "Exportar datos de Custom Login"
@@ -685,146 +647,166 @@ msgstr ""
685
  msgid "Import"
686
  msgstr "Importar"
687
 
688
- #: includes/login-form-setting/Login-form-background.php:191
689
  msgid "Login Settings"
690
  msgstr "Configuración de inicio de sesión"
691
 
692
- #: includes/login-form-setting/Login-form-background.php:204
693
  msgid "Login Form Position"
694
  msgstr "Posición del formulario de inicio de sesión"
695
 
696
- #: includes/login-form-setting/Login-form-background.php:210
697
  msgid "Default"
698
  msgstr "Por defecto"
699
 
700
- #: includes/login-form-setting/Login-form-background.php:211
701
  msgid "Floating"
702
  msgstr "Flotante"
703
 
704
- #: includes/login-form-setting/Login-form-background.php:212
705
  msgid "Floating With Customization"
706
  msgstr "Flotante con personalización"
707
 
708
- #: includes/login-form-setting/Login-form-background.php:223
709
  msgid "Float Settings"
710
  msgstr "Configuración efecto flotante"
711
 
712
- #: includes/login-form-setting/Login-form-background.php:229
713
  msgid "Left"
714
  msgstr "Izquierda"
715
 
716
- #: includes/login-form-setting/Login-form-background.php:232
717
  msgid "Center"
718
  msgstr "Centro"
719
 
720
- #: includes/login-form-setting/Login-form-background.php:235
721
  msgid "Right"
722
  msgstr "Derecha"
723
 
724
- #: includes/login-form-setting/Login-form-background.php:245
725
  msgid "Floating With Customization Settings"
726
  msgstr "Ajustes de efecto flotante personalizado"
727
 
728
- #: includes/login-form-setting/Login-form-background.php:266
729
  msgid "Note: This form position setting will be not responsive."
730
  msgstr "Nota: Este ajuste de posición de formulario no será responsive."
731
 
732
- #: includes/login-form-setting/Login-form-background.php:282
733
  msgid "Select background"
734
  msgstr "Selecciona fondo"
735
 
736
- #: includes/login-form-setting/Login-form-background.php:315
737
  msgid "Login Form Opacity"
738
  msgstr "Opacidad del formulario de Inicio de Sesión"
739
 
740
- #: includes/login-form-setting/Login-form-background.php:355
741
  #: includes/settings/page-settings.php:78
742
  msgid "Login Background Image"
743
  msgstr "Imagen de fondo de inicio de sesión"
744
 
745
- #: includes/login-form-setting/Login-form-background.php:422
746
  msgid "Background Effect"
747
  msgstr "Efecto del fondo"
748
 
749
- #: includes/login-form-setting/Login-form-background.php:428
750
  msgid "Select overlay effect"
751
  msgstr "Seleccionar efecto de superposición"
752
 
753
- #: includes/login-form-setting/Login-form-background.php:429
754
  msgid "No Overlay Effect"
755
  msgstr "Sin efecto de superposición"
756
 
757
- #: includes/login-form-setting/Login-form-background.php:430
758
  msgid "Overlay Effect 1"
759
  msgstr "Efecto de superposición 1"
760
 
761
- #: includes/login-form-setting/Login-form-background.php:431
762
  msgid "Overlay Effect 2"
763
  msgstr "Efecto de superposición 2"
764
 
765
- #: includes/login-form-setting/Login-form-background.php:432
766
  msgid "Overlay Effect 3"
767
  msgstr "Efecto de superposición 3"
768
 
769
- #: includes/login-form-setting/Login-form-background.php:445
770
  msgid "Login Form Width"
771
  msgstr "Ancho del formulario de inicio de sesión"
772
 
773
- #: includes/login-form-setting/Login-form-background.php:462
774
  msgid "Border Color"
775
  msgstr "Color de borde"
776
 
777
- #: includes/login-form-setting/Login-form-background.php:477
778
  msgid "Border Radius"
779
  msgstr "Borde redondeado"
780
 
781
- #: includes/login-form-setting/Login-form-background.php:494
782
  msgid "Border Style"
783
  msgstr "Estilo del borde"
784
 
785
- #: includes/login-form-setting/Login-form-background.php:500
786
  msgid "None"
787
  msgstr "Ninguno"
788
 
789
- #: includes/login-form-setting/Login-form-background.php:501
790
  msgid "Solid"
791
  msgstr "Solida"
792
 
793
- #: includes/login-form-setting/Login-form-background.php:502
794
  msgid "Dotted"
795
  msgstr "Punteado"
796
 
797
- #: includes/login-form-setting/Login-form-background.php:503
798
  msgid "Dashed"
799
  msgstr "Guiones"
800
 
801
- #: includes/login-form-setting/Login-form-background.php:504
802
  msgid "Double"
803
  msgstr "Doble"
804
 
805
- #: includes/login-form-setting/Login-form-background.php:515
806
  msgid "Border Thickness"
807
  msgstr "Espesor de Borde"
808
 
809
- #: includes/login-form-setting/Login-form-background.php:532
810
  msgid "Enable Form Shadow?"
811
  msgstr "¿Habilitar sombra del formulario?"
812
 
813
- #: includes/login-form-setting/Login-form-background.php:552
814
  msgid "Form Shadow Color"
815
  msgstr "Color de sombra del Formulario"
816
 
817
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  msgid "Redirect Users After Login (Not Work For Admin)"
819
  msgstr ""
820
  "Redirigir usuarios después del inicio de sesión (no funciona para el "
821
  "administrador)"
822
 
823
- #: includes/login-form-setting/Login-form-background.php:572
824
  msgid "Redirect URL"
825
  msgstr "Redireccionar URL"
826
 
827
- #: includes/login-form-setting/Login-form-background.php:573
828
  msgid ""
829
  "Enter the URL to redirect users after login, Setting will not work for an "
830
  "administrator."
@@ -832,47 +814,52 @@ msgstr ""
832
  "Ingrese la URL para redirigir a los usuarios después de iniciar sesión. La "
833
  "configuración no funcionará para un administrador."
834
 
835
- #: includes/login-form-setting/Login-form-background.php:585
836
  msgid "Display Note To User Above Login Form"
837
  msgstr "Mostrar nota al usuario sobre el formulario de inicio de sesión"
838
 
839
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
840
  #, fuzzy
841
  #| msgid "Headline Font size"
842
  msgid "Message Font Size"
843
  msgstr "Tamaño de fuente del encabezado"
844
 
845
- #: includes/login-form-setting/Login-form-background.php:620
846
  #, fuzzy
847
  #| msgid "Headline Font Color"
848
  msgid "Message Font Color"
849
  msgstr "Color de la fuente del encabezado"
850
 
851
- #: includes/login-form-setting/Login-form-background.php:637
852
  msgid "Tagline Message Display Below Login Form"
853
  msgstr "Visualización de mensaje de lema debajo formulario de inicio de sesión"
854
 
855
- #: includes/login-form-setting/Login-form-background.php:654
856
- #: includes/login-form-setting/Login-form-background.php:659
857
  msgid "Custom CSS"
858
  msgstr "CSS personalizado"
859
 
860
- #: includes/login-form-setting/Login-form-background.php:661
861
  msgid "Enter any custom css you want to apply on login panel."
862
  msgstr ""
863
  "Introduce cualquier css personalizado que quieras aplicar al panel de Inicio "
864
  "de Sesión."
865
 
866
- #: includes/login-form-setting/Login-form-background.php:662
867
  msgid "Note: Please Do Not Use"
868
  msgstr "Nota: No usar"
869
 
870
- #: includes/login-form-setting/Login-form-background.php:662
871
  msgid "Tag With Custom CSS"
872
  msgstr "Comntar con CSS personalizado"
873
 
874
- #: includes/login-form-setting/Login-form-background.php:679
875
- #: includes/login-form-setting/Login-form-background.php:693
876
  msgid "Login"
877
  msgstr "Iniciar sesión"
878
 
@@ -1047,6 +1034,40 @@ msgstr "Whatsapp"
1047
  msgid "Social"
1048
  msgstr "Redes sociales"
1049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1050
  #~ msgid "User Name"
1051
  #~ msgstr "Nombre de usuario"
1052
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:16+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:16+0530\n"
6
  "Last-Translator: Chema Bescos <jmbescos@ibidemgroup.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Admin Custom Login"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Haznos llegar tu amor (Valóranos)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Mi perfil"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Descripción de la aplicación"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Diseño del Fondo"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Modifica el diseño de fondo aquí"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Configuración del formulario de Inicio de Sesión"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Modificar el diseño de Inicio de Sesión aquí"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Configuración de fuentes"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Modifica el estilo del formulario de Inicio de Sesión"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Configuración de logo"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Personaliza la configuración del logo aquí"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Ajustes sociales"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Conecta con tus redes sociales"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  msgid "configure captcha settings"
96
  msgstr "configurar ajustes de captcha"
97
 
98
+ #: includes/content.php:157
99
  msgid "Export / Import"
100
  msgstr "Exportar / Importar"
101
 
102
+ #: includes/content.php:158
103
  msgid "import / export plugin settings"
104
  msgstr "importar / exportar la configuración del complemento"
105
 
106
+ #: includes/content.php:167
107
  msgid "Recommendations"
108
  msgstr "Recomendaciones"
109
 
110
+ #: includes/content.php:168
111
  #, fuzzy
112
  #| msgid "Get More Free Useful Plugins"
113
  msgid "get more free plugins"
114
  msgstr "Consigue más plugins gratuitos"
115
 
116
+ #: includes/content.php:177 includes/help/help.php:15
117
  msgid "Help And Support"
118
  msgstr "Ayuda"
119
 
120
+ #: includes/content.php:178
121
  #, fuzzy
122
  #| msgid "Ask your query"
123
  msgid "ask your queries"
124
  msgstr "Haga su pregunta"
125
 
126
+ #: includes/content.php:187 includes/offers.php:11
127
  msgid "Our Offers"
128
  msgstr "Nuestras ofertas"
129
 
130
+ #: includes/content.php:188
131
  msgid "weblizar premium products"
132
  msgstr "productos premium weblizar"
133
 
134
+ #: includes/content.php:197
135
  #, fuzzy
136
  #| msgid "Rate Us"
137
  msgid "Rate & Donate Us"
138
  msgstr "Valóranos"
139
 
140
+ #: includes/content.php:198
141
  #, fuzzy
142
  #| msgid "If you like us"
143
  msgid "if you like us"
147
  msgid "Admin Custom Login Dashboard"
148
  msgstr "Escritorio de Custom Admin Login"
149
 
150
+ #: includes/dashboard/dashboard.php:104
151
  msgid "Admin Custom Login Status"
152
  msgstr "Status de Admin Custom Login"
153
 
154
+ #: includes/dashboard/dashboard.php:110
155
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
156
  msgid "Disable"
157
  msgstr "Deshabilitar"
158
 
159
+ #: includes/dashboard/dashboard.php:113
160
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
161
  msgid "Enable"
162
  msgstr "Activar"
163
 
164
+ #: includes/dashboard/dashboard.php:124
165
  msgid "View Login Page"
166
  msgstr "Ver Página inicio sesión"
167
 
168
+ #: includes/dashboard/dashboard.php:129
169
  msgid "Copy below link and open in another browser where you are not logged in"
170
  msgstr "Copiar enlace y abrir en ventana nueva sin estar logueado"
171
 
172
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
 
 
173
  #: includes/design/text_and_color.php:583
174
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
175
+ #: includes/login-form-setting/login-form-background.php:716
176
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
177
  msgid "Setting Save Successfully"
178
  msgstr "Configuración Guardada con éxito"
179
 
180
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
181
  #: includes/design/background.php:180 includes/design/background.php:368
182
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
183
  #: includes/design/text_and_color.php:598
184
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
185
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
186
+ #: includes/login-form-setting/login-form-background.php:361
187
+ #: includes/login-form-setting/login-form-background.php:716
188
+ #: includes/login-form-setting/login-form-background.php:730
189
  #: includes/settings/page-settings.php:84
190
  #: includes/settings/page-settings.php:168
191
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
193
  msgid "Close"
194
  msgstr "Cerrar"
195
 
196
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
197
  #: includes/design/text_and_color.php:598
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
199
+ #: includes/login-form-setting/login-form-background.php:730
200
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
201
  msgid "Setting Reset Successfully"
202
  msgstr "Configuración Restablecida con éxito"
203
 
204
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
205
  #: includes/design/text_and_color.php:606
206
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
207
+ #: includes/login-form-setting/login-form-background.php:737
208
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
209
  msgid "Save Changes"
210
  msgstr "Guardar cambios"
211
 
212
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
213
  #: includes/design/text_and_color.php:609
214
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
215
+ #: includes/login-form-setting/login-form-background.php:740
216
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
217
  msgid "Reset Default"
218
  msgstr "Reiniciar Por Defecto"
222
  msgstr "Ajustes de fondo"
223
 
224
  #: includes/design/background.php:103 includes/design/background.php:110
225
+ #: includes/login-form-setting/login-form-background.php:276
226
  msgid "Select Background"
227
  msgstr "Seleccionar fondo"
228
 
231
  msgstr "Fondo no seleccionado"
232
 
233
  #: includes/design/background.php:111
234
+ #: includes/login-form-setting/login-form-background.php:283
235
  msgid "Static Background Color"
236
  msgstr "Color de fondo estático"
237
 
238
  #: includes/design/background.php:112
239
+ #: includes/login-form-setting/login-form-background.php:284
240
  msgid "Static Background Image"
241
  msgstr "Imagen de fondo estática"
242
 
245
  msgstr "Fondo de diapositivas"
246
 
247
  #: includes/design/background.php:131
248
+ #: includes/login-form-setting/login-form-background.php:300
249
  msgid "Background Color"
250
  msgstr "Color de fondo"
251
 
252
  #: includes/design/background.php:153 includes/design/background.php:172
253
+ #: includes/login-form-setting/login-form-background.php:337
254
  msgid "Background Image"
255
  msgstr "Imagen de fondo"
256
 
257
  #: includes/design/background.php:158
258
+ #: includes/login-form-setting/login-form-background.php:342
259
  #: includes/settings/page-settings.php:67
260
  msgid "No media selected!"
261
  msgstr "¡No hay elementos multimedia seleccionados!"
262
 
263
  #: includes/design/background.php:160
264
+ #: includes/login-form-setting/login-form-background.php:343
265
  #: includes/settings/page-settings.php:68
266
  msgid "Upload"
267
  msgstr "Cargar"
268
 
269
  #: includes/design/background.php:162
270
+ #: includes/login-form-setting/login-form-background.php:345
271
  #: includes/settings/page-settings.php:70
272
  msgid "Preview"
273
  msgstr "Vista previa"
274
 
275
  #: includes/design/background.php:164
276
+ #: includes/login-form-setting/login-form-background.php:347
277
  msgid "Remove"
278
  msgstr "Quitar"
279
 
283
 
284
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
285
  #: includes/design/text_and_color.php:520
286
+ #: includes/login-form-setting/login-form-background.php:538
287
  msgid "Yes"
288
  msgstr "Si"
289
 
290
  #: includes/design/background.php:213
291
+ #: includes/login-form-setting/login-form-background.php:376
292
  msgid "Background Repeat"
293
  msgstr "Repetir fondo"
294
 
295
  #: includes/design/background.php:219
296
+ #: includes/login-form-setting/login-form-background.php:382
297
  msgid "No Repeat"
298
  msgstr "Ver todos los resultados"
299
 
300
  #: includes/design/background.php:220
301
+ #: includes/login-form-setting/login-form-background.php:383
302
  msgid "Repeat"
303
  msgstr "Repetir"
304
 
305
  #: includes/design/background.php:221
306
+ #: includes/login-form-setting/login-form-background.php:384
307
  msgid "Repeat Horizontally"
308
  msgstr "Ver todos los resultados"
309
 
310
  #: includes/design/background.php:222
311
+ #: includes/login-form-setting/login-form-background.php:385
312
  msgid "Repeat Vertically"
313
  msgstr "Ver todos los resultados"
314
 
315
  #: includes/design/background.php:234
316
+ #: includes/login-form-setting/login-form-background.php:396
317
  msgid "Background Position"
318
  msgstr "Posición del fondo"
319
 
320
  #: includes/design/background.php:240
321
+ #: includes/login-form-setting/login-form-background.php:402
322
  msgid "Left Top"
323
  msgstr "Superior Izq"
324
 
325
  #: includes/design/background.php:241
326
+ #: includes/login-form-setting/login-form-background.php:403
327
  msgid "Left Center"
328
  msgstr "Centro Izq"
329
 
330
  #: includes/design/background.php:242
331
+ #: includes/login-form-setting/login-form-background.php:404
332
  msgid "Left Bottom"
333
  msgstr "Inferior Izq"
334
 
335
  #: includes/design/background.php:243
336
+ #: includes/login-form-setting/login-form-background.php:405
337
  msgid "Right Top"
338
  msgstr "Superior der"
339
 
340
  #: includes/design/background.php:244
341
+ #: includes/login-form-setting/login-form-background.php:406
342
  msgid "Right Center"
343
  msgstr "Centro der"
344
 
345
  #: includes/design/background.php:245
346
+ #: includes/login-form-setting/login-form-background.php:407
347
  msgid "Right Bottom"
348
  msgstr "Inferior der"
349
 
350
  #: includes/design/background.php:246
351
+ #: includes/login-form-setting/login-form-background.php:408
352
  msgid "Center Top"
353
  msgstr "Botón de desplazamiento a la parte superior"
354
 
355
  #: includes/design/background.php:247
356
+ #: includes/login-form-setting/login-form-background.php:409
357
  msgid "Center Center"
358
  msgstr "Centro Centro"
359
 
360
  #: includes/design/background.php:248
361
+ #: includes/login-form-setting/login-form-background.php:410
362
  msgid "Center Bottom"
363
  msgstr "Inferior centro"
364
 
472
 
473
  #: includes/design/text_and_color.php:247
474
  #: includes/design/text_and_color.php:523
475
+ #: includes/login-form-setting/login-form-background.php:541
476
  msgid "No"
477
  msgstr "No"
478
 
608
  "Necesitamos tu feedback para mejorar las funcionalidades de nuestro plugin "
609
  "en WordPress. Si te gusta nuestro plugin, valóranos en"
610
 
611
+ #: includes/help/rate.php:62
612
+ #, fuzzy
613
+ #| msgid "Rate Us"
614
+ msgid "Donate Us"
615
+ msgstr "Valóranos"
616
+
617
  #: includes/import-export-setting/import_export.php:13
618
  msgid "Export Custom Login Data"
619
  msgstr "Exportar datos de Custom Login"
647
  msgid "Import"
648
  msgstr "Importar"
649
 
650
+ #: includes/login-form-setting/login-form-background.php:191
651
  msgid "Login Settings"
652
  msgstr "Configuración de inicio de sesión"
653
 
654
+ #: includes/login-form-setting/login-form-background.php:204
655
  msgid "Login Form Position"
656
  msgstr "Posición del formulario de inicio de sesión"
657
 
658
+ #: includes/login-form-setting/login-form-background.php:210
659
  msgid "Default"
660
  msgstr "Por defecto"
661
 
662
+ #: includes/login-form-setting/login-form-background.php:211
663
  msgid "Floating"
664
  msgstr "Flotante"
665
 
666
+ #: includes/login-form-setting/login-form-background.php:212
667
  msgid "Floating With Customization"
668
  msgstr "Flotante con personalización"
669
 
670
+ #: includes/login-form-setting/login-form-background.php:223
671
  msgid "Float Settings"
672
  msgstr "Configuración efecto flotante"
673
 
674
+ #: includes/login-form-setting/login-form-background.php:229
675
  msgid "Left"
676
  msgstr "Izquierda"
677
 
678
+ #: includes/login-form-setting/login-form-background.php:232
679
  msgid "Center"
680
  msgstr "Centro"
681
 
682
+ #: includes/login-form-setting/login-form-background.php:235
683
  msgid "Right"
684
  msgstr "Derecha"
685
 
686
+ #: includes/login-form-setting/login-form-background.php:245
687
  msgid "Floating With Customization Settings"
688
  msgstr "Ajustes de efecto flotante personalizado"
689
 
690
+ #: includes/login-form-setting/login-form-background.php:266
691
  msgid "Note: This form position setting will be not responsive."
692
  msgstr "Nota: Este ajuste de posición de formulario no será responsive."
693
 
694
+ #: includes/login-form-setting/login-form-background.php:282
695
  msgid "Select background"
696
  msgstr "Selecciona fondo"
697
 
698
+ #: includes/login-form-setting/login-form-background.php:315
699
  msgid "Login Form Opacity"
700
  msgstr "Opacidad del formulario de Inicio de Sesión"
701
 
702
+ #: includes/login-form-setting/login-form-background.php:355
703
  #: includes/settings/page-settings.php:78
704
  msgid "Login Background Image"
705
  msgstr "Imagen de fondo de inicio de sesión"
706
 
707
+ #: includes/login-form-setting/login-form-background.php:422
708
  msgid "Background Effect"
709
  msgstr "Efecto del fondo"
710
 
711
+ #: includes/login-form-setting/login-form-background.php:428
712
  msgid "Select overlay effect"
713
  msgstr "Seleccionar efecto de superposición"
714
 
715
+ #: includes/login-form-setting/login-form-background.php:429
716
  msgid "No Overlay Effect"
717
  msgstr "Sin efecto de superposición"
718
 
719
+ #: includes/login-form-setting/login-form-background.php:430
720
  msgid "Overlay Effect 1"
721
  msgstr "Efecto de superposición 1"
722
 
723
+ #: includes/login-form-setting/login-form-background.php:431
724
  msgid "Overlay Effect 2"
725
  msgstr "Efecto de superposición 2"
726
 
727
+ #: includes/login-form-setting/login-form-background.php:432
728
  msgid "Overlay Effect 3"
729
  msgstr "Efecto de superposición 3"
730
 
731
+ #: includes/login-form-setting/login-form-background.php:445
732
  msgid "Login Form Width"
733
  msgstr "Ancho del formulario de inicio de sesión"
734
 
735
+ #: includes/login-form-setting/login-form-background.php:462
736
  msgid "Border Color"
737
  msgstr "Color de borde"
738
 
739
+ #: includes/login-form-setting/login-form-background.php:477
740
  msgid "Border Radius"
741
  msgstr "Borde redondeado"
742
 
743
+ #: includes/login-form-setting/login-form-background.php:494
744
  msgid "Border Style"
745
  msgstr "Estilo del borde"
746
 
747
+ #: includes/login-form-setting/login-form-background.php:500
748
  msgid "None"
749
  msgstr "Ninguno"
750
 
751
+ #: includes/login-form-setting/login-form-background.php:501
752
  msgid "Solid"
753
  msgstr "Solida"
754
 
755
+ #: includes/login-form-setting/login-form-background.php:502
756
  msgid "Dotted"
757
  msgstr "Punteado"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:503
760
  msgid "Dashed"
761
  msgstr "Guiones"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:504
764
  msgid "Double"
765
  msgstr "Doble"
766
 
767
+ #: includes/login-form-setting/login-form-background.php:515
768
  msgid "Border Thickness"
769
  msgstr "Espesor de Borde"
770
 
771
+ #: includes/login-form-setting/login-form-background.php:532
772
  msgid "Enable Form Shadow?"
773
  msgstr "¿Habilitar sombra del formulario?"
774
 
775
+ #: includes/login-form-setting/login-form-background.php:552
776
  msgid "Form Shadow Color"
777
  msgstr "Color de sombra del Formulario"
778
 
779
+ #: includes/login-form-setting/login-form-background.php:569
780
+ #, fuzzy
781
+ #| msgid "Username or Email Address"
782
+ msgid "Username / Email Field Placeholder Text"
783
+ msgstr "Nombre de usuario o dirección de correo electrónico"
784
+
785
+ #: includes/login-form-setting/login-form-background.php:574
786
+ msgid "Type Username or Email"
787
+ msgstr "Escriba nombre de usuario o correo electrónico"
788
+
789
+ #: includes/login-form-setting/login-form-background.php:587
790
+ msgid "Password Field Placeholder Text"
791
+ msgstr ""
792
+
793
+ #: includes/login-form-setting/login-form-background.php:592
794
+ #, fuzzy
795
+ #| msgid "Password"
796
+ msgid "Type Password"
797
+ msgstr "Palabra clave"
798
+
799
+ #: includes/login-form-setting/login-form-background.php:604
800
  msgid "Redirect Users After Login (Not Work For Admin)"
801
  msgstr ""
802
  "Redirigir usuarios después del inicio de sesión (no funciona para el "
803
  "administrador)"
804
 
805
+ #: includes/login-form-setting/login-form-background.php:609
806
  msgid "Redirect URL"
807
  msgstr "Redireccionar URL"
808
 
809
+ #: includes/login-form-setting/login-form-background.php:610
810
  msgid ""
811
  "Enter the URL to redirect users after login, Setting will not work for an "
812
  "administrator."
814
  "Ingrese la URL para redirigir a los usuarios después de iniciar sesión. La "
815
  "configuración no funcionará para un administrador."
816
 
817
+ #: includes/login-form-setting/login-form-background.php:622
818
  msgid "Display Note To User Above Login Form"
819
  msgstr "Mostrar nota al usuario sobre el formulario de inicio de sesión"
820
 
821
+ #: includes/login-form-setting/login-form-background.php:627
822
+ #: includes/login-form-setting/login-form-background.php:679
823
+ msgid "Type Message"
824
+ msgstr ""
825
+
826
+ #: includes/login-form-setting/login-form-background.php:639
827
  #, fuzzy
828
  #| msgid "Headline Font size"
829
  msgid "Message Font Size"
830
  msgstr "Tamaño de fuente del encabezado"
831
 
832
+ #: includes/login-form-setting/login-form-background.php:657
833
  #, fuzzy
834
  #| msgid "Headline Font Color"
835
  msgid "Message Font Color"
836
  msgstr "Color de la fuente del encabezado"
837
 
838
+ #: includes/login-form-setting/login-form-background.php:674
839
  msgid "Tagline Message Display Below Login Form"
840
  msgstr "Visualización de mensaje de lema debajo formulario de inicio de sesión"
841
 
842
+ #: includes/login-form-setting/login-form-background.php:691
843
+ #: includes/login-form-setting/login-form-background.php:696
844
  msgid "Custom CSS"
845
  msgstr "CSS personalizado"
846
 
847
+ #: includes/login-form-setting/login-form-background.php:698
848
  msgid "Enter any custom css you want to apply on login panel."
849
  msgstr ""
850
  "Introduce cualquier css personalizado que quieras aplicar al panel de Inicio "
851
  "de Sesión."
852
 
853
+ #: includes/login-form-setting/login-form-background.php:699
854
  msgid "Note: Please Do Not Use"
855
  msgstr "Nota: No usar"
856
 
857
+ #: includes/login-form-setting/login-form-background.php:699
858
  msgid "Tag With Custom CSS"
859
  msgstr "Comntar con CSS personalizado"
860
 
861
+ #: includes/login-form-setting/login-form-background.php:716
862
+ #: includes/login-form-setting/login-form-background.php:730
863
  msgid "Login"
864
  msgstr "Iniciar sesión"
865
 
1034
  msgid "Social"
1035
  msgstr "Redes sociales"
1036
 
1037
+ #: init.php:62
1038
+ #, fuzzy
1039
+ #| msgid "Logo Settings"
1040
+ msgid "Settings"
1041
+ msgstr "Configuración de logo"
1042
+
1043
+ #: init.php:154
1044
+ #, fuzzy
1045
+ #| msgid "Type Username or Email"
1046
+ msgid "Username or Email"
1047
+ msgstr "Escriba nombre de usuario o correo electrónico"
1048
+
1049
+ #: init.php:155
1050
+ msgid "Password"
1051
+ msgstr "Palabra clave"
1052
+
1053
+ #: init.php:178
1054
+ msgid "Find Us On Social Media"
1055
+ msgstr "Encuéntranos en las redes sociales"
1056
+
1057
+ #: init.php:465
1058
+ msgid "Please upload a valid .json file"
1059
+ msgstr "Por favor sube un archivo .json válido"
1060
+
1061
+ #: init.php:471
1062
+ msgid "Please upload a file to import"
1063
+ msgstr "Por favor sube un archivo para importar"
1064
+
1065
+ #~ msgid "Powered By"
1066
+ #~ msgstr "Powered By"
1067
+
1068
+ #~ msgid "Weblizar"
1069
+ #~ msgstr "Weblizar"
1070
+
1071
  #~ msgid "User Name"
1072
  #~ msgstr "Nombre de usuario"
1073
 
languages/admin-custom-login-fi_FI.mo CHANGED
Binary file
languages/admin-custom-login-fi_FI.po CHANGED
@@ -1,181 +1,143 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:36+0530\n"
5
- "PO-Revision-Date: 2018-07-31 17:06+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: Eerik Anttila // ekiphet@gmail.com\n"
8
  "Language: fi_FI\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "Käyttäjänimi tai Sähköpostiosoite"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Kirjoita käyttäjätunnus tai sähköposti"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Salasana"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- #, fuzzy
33
- #| msgid "Password"
34
- msgid "Type Password"
35
- msgstr "Salasana"
36
-
37
- #: admin-custom-login.php:193
38
- msgid "Find Us On Social Media"
39
- msgstr "Löydä meidät sosiaalisesta mediasta"
40
-
41
- #: admin-custom-login.php:477
42
- msgid "Please upload a valid .json file"
43
- msgstr "Tiedosto ei kelpaa (.json)"
44
-
45
- #: admin-custom-login.php:483
46
- msgid "Please upload a file to import"
47
- msgstr "Lataa tiedosto tuotavaksi"
48
-
49
- #: includes/content.php:28
50
  msgid "Admin Custom Login"
51
  msgstr "Mukautettu kirjautumissivu ylläpitäjille"
52
 
53
  #: includes/content.php:63
54
- msgid "Powered By"
55
- msgstr "Tämän mahdollistaa"
56
-
57
- #: includes/content.php:65
58
- msgid "Weblizar"
59
- msgstr "Weblizar"
60
-
61
- #: includes/content.php:69
62
  msgid "Show Us Some Love (Rate Us)"
63
  msgstr "Näytä meille tukesi (Anna meille arvostelu)"
64
 
65
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
66
- #: includes/dashboard/dashboard.php:106
67
  msgid "Dashboard"
68
  msgstr "Päävalikko"
69
 
70
- #: includes/content.php:87
71
  #, fuzzy
72
  #| msgid "Application overview"
73
  msgid "application overview"
74
  msgstr "Yleiskatsaus"
75
 
76
- #: includes/content.php:96
77
  msgid "Background Design"
78
  msgstr "Taustan design"
79
 
80
- #: includes/content.php:97
81
  #, fuzzy
82
  #| msgid "Modify Background design here"
83
  msgid "modify background design here"
84
  msgstr "Muuta taustan designia"
85
 
86
- #: includes/content.php:107
87
  msgid "Login form Setting"
88
  msgstr "Kirjautumislomakkeen asetukset"
89
 
90
- #: includes/content.php:108
91
  #, fuzzy
92
  #| msgid "Modify Login design here"
93
  msgid "modify login design here"
94
  msgstr "Muuta kirjautumisen designia"
95
 
96
- #: includes/content.php:118
97
  msgid "Font Setting"
98
  msgstr "Fontin asetukset"
99
 
100
- #: includes/content.php:119
101
  #, fuzzy
102
  #| msgid "Modify Login Form Style here"
103
  msgid "modify login form style here"
104
  msgstr "Muuta kirjautumislomakkeen tyyliä"
105
 
106
- #: includes/content.php:129 includes/settings/page-settings.php:50
107
  msgid "Logo Settings"
108
  msgstr "Logon asetukset"
109
 
110
- #: includes/content.php:130
111
  #, fuzzy
112
  #| msgid "Customize Logo Settings here"
113
  msgid "customize logo settings here"
114
  msgstr "Muokkaa logon asetuksia"
115
 
116
- #: includes/content.php:141 includes/social/social.php:21
117
  msgid "Social Settings"
118
  msgstr "Sosiaalisen median painikkeet"
119
 
120
- #: includes/content.php:142
121
  #, fuzzy
122
  #| msgid "Connect with your social profile"
123
  msgid "connect with your social profile"
124
  msgstr "Lisää sosiaalisen median profiilisi"
125
 
126
- #: includes/content.php:152
127
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
128
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
129
  msgid "Google Captcha"
130
  msgstr "Google Captcha"
131
 
132
- #: includes/content.php:153
133
  msgid "configure captcha settings"
134
  msgstr "määritä captcha-asetukset"
135
 
136
- #: includes/content.php:163
137
  msgid "Export / Import"
138
  msgstr "Vie / Tuo"
139
 
140
- #: includes/content.php:164
141
  msgid "import / export plugin settings"
142
  msgstr "tuonti- ja vientisovellusasetukset"
143
 
144
- #: includes/content.php:173
145
  msgid "Recommendations"
146
  msgstr "Suositukset"
147
 
148
- #: includes/content.php:174
149
  #, fuzzy
150
  #| msgid "Get More Free Useful Plugins"
151
  msgid "get more free plugins"
152
  msgstr "Hanki lisää hyödyllisiä plugineita"
153
 
154
- #: includes/content.php:183 includes/help/help.php:15
155
  msgid "Help And Support"
156
  msgstr "Apu ja tuki"
157
 
158
- #: includes/content.php:184
159
  #, fuzzy
160
  #| msgid "Ask your query"
161
  msgid "ask your queries"
162
  msgstr "Kysy kysymyksesi"
163
 
164
- #: includes/content.php:193 includes/offers.php:11
165
  msgid "Our Offers"
166
  msgstr "Tarjoukset"
167
 
168
- #: includes/content.php:194
169
  msgid "weblizar premium products"
170
  msgstr "weblizar premium-tuotteita"
171
 
172
- #: includes/content.php:203
173
  #, fuzzy
174
  #| msgid "Rate Us"
175
  msgid "Rate & Donate Us"
176
  msgstr "Anna meille arvosana"
177
 
178
- #: includes/content.php:204
179
  #, fuzzy
180
  #| msgid "If you like us"
181
  msgid "if you like us"
@@ -185,53 +147,47 @@ msgstr "Jos tykkäät meistä"
185
  msgid "Admin Custom Login Dashboard"
186
  msgstr "Admin Custom Login -paneeli"
187
 
188
- #: includes/dashboard/dashboard.php:27
189
  msgid "Admin Custom Login Status"
190
  msgstr "Admin Custom Loginin status"
191
 
192
- #: includes/dashboard/dashboard.php:33
193
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
194
  msgid "Disable"
195
  msgstr "Ota pois käytöstä"
196
 
197
- #: includes/dashboard/dashboard.php:36
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
199
  msgid "Enable"
200
  msgstr "Aktivoi"
201
 
202
- #: includes/dashboard/dashboard.php:47
203
  msgid "View Login Page"
204
  msgstr "Tarkastele kirjautumissivua"
205
 
206
- #: includes/dashboard/dashboard.php:52
207
  msgid "Copy below link and open in another browser where you are not logged in"
208
  msgstr ""
209
  "Kopioi alhaalla oleva linkki ja avaa Incognito-tilassa tai toisessa "
210
  "selaimessa, jossa et ole kirjautunut sisään"
211
 
212
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
213
- #, fuzzy
214
- #| msgid "Rate Us"
215
- msgid "Donate Us"
216
- msgstr "Anna meille arvosana"
217
-
218
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
219
  #: includes/design/text_and_color.php:583
220
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
221
- #: includes/login-form-setting/Login-form-background.php:679
222
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
223
  msgid "Setting Save Successfully"
224
  msgstr "Asetus tallennettu onnistuneesti"
225
 
226
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
227
  #: includes/design/background.php:180 includes/design/background.php:368
228
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
229
  #: includes/design/text_and_color.php:598
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
231
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
232
- #: includes/login-form-setting/Login-form-background.php:361
233
- #: includes/login-form-setting/Login-form-background.php:679
234
- #: includes/login-form-setting/Login-form-background.php:693
235
  #: includes/settings/page-settings.php:84
236
  #: includes/settings/page-settings.php:168
237
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -239,26 +195,26 @@ msgstr "Asetus tallennettu onnistuneesti"
239
  msgid "Close"
240
  msgstr "Sulje"
241
 
242
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
243
  #: includes/design/text_and_color.php:598
244
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
245
- #: includes/login-form-setting/Login-form-background.php:693
246
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
247
  msgid "Setting Reset Successfully"
248
  msgstr "Asetus palautettu oletusarvoon onnistuneesti"
249
 
250
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
251
  #: includes/design/text_and_color.php:606
252
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
253
- #: includes/login-form-setting/Login-form-background.php:700
254
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
255
  msgid "Save Changes"
256
  msgstr "Tallenna muutokset"
257
 
258
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
259
  #: includes/design/text_and_color.php:609
260
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
261
- #: includes/login-form-setting/Login-form-background.php:703
262
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
263
  msgid "Reset Default"
264
  msgstr "Palauta oletusarvoon"
@@ -268,7 +224,7 @@ msgid "Background Settings"
268
  msgstr "Taustan asetukset"
269
 
270
  #: includes/design/background.php:103 includes/design/background.php:110
271
- #: includes/login-form-setting/Login-form-background.php:276
272
  msgid "Select Background"
273
  msgstr "Valitse tausta"
274
 
@@ -277,12 +233,12 @@ msgid "No Background Selected"
277
  msgstr "Ei taustaa valittuna"
278
 
279
  #: includes/design/background.php:111
280
- #: includes/login-form-setting/Login-form-background.php:283
281
  msgid "Static Background Color"
282
  msgstr "Staattinen taustaväri"
283
 
284
  #: includes/design/background.php:112
285
- #: includes/login-form-setting/Login-form-background.php:284
286
  msgid "Static Background Image"
287
  msgstr "Staattinen taustakuva"
288
 
@@ -291,35 +247,35 @@ msgid "Background SlideShow"
291
  msgstr "Kuvasarja-tausta"
292
 
293
  #: includes/design/background.php:131
294
- #: includes/login-form-setting/Login-form-background.php:300
295
  msgid "Background Color"
296
  msgstr "Taustaväri"
297
 
298
  #: includes/design/background.php:153 includes/design/background.php:172
299
- #: includes/login-form-setting/Login-form-background.php:337
300
  msgid "Background Image"
301
  msgstr "Taustakuva"
302
 
303
  #: includes/design/background.php:158
304
- #: includes/login-form-setting/Login-form-background.php:342
305
  #: includes/settings/page-settings.php:67
306
  msgid "No media selected!"
307
  msgstr "Ei mediaa valittuna!"
308
 
309
  #: includes/design/background.php:160
310
- #: includes/login-form-setting/Login-form-background.php:343
311
  #: includes/settings/page-settings.php:68
312
  msgid "Upload"
313
  msgstr "Lataa"
314
 
315
  #: includes/design/background.php:162
316
- #: includes/login-form-setting/Login-form-background.php:345
317
  #: includes/settings/page-settings.php:70
318
  msgid "Preview"
319
  msgstr "Esikatselu"
320
 
321
  #: includes/design/background.php:164
322
- #: includes/login-form-setting/Login-form-background.php:347
323
  msgid "Remove"
324
  msgstr "Poista"
325
 
@@ -329,82 +285,82 @@ msgstr "Täytä tai venytä"
329
 
330
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
331
  #: includes/design/text_and_color.php:520
332
- #: includes/login-form-setting/Login-form-background.php:538
333
  msgid "Yes"
334
  msgstr "Kyllä"
335
 
336
  #: includes/design/background.php:213
337
- #: includes/login-form-setting/Login-form-background.php:376
338
  msgid "Background Repeat"
339
  msgstr "Toista tausta"
340
 
341
  #: includes/design/background.php:219
342
- #: includes/login-form-setting/Login-form-background.php:382
343
  msgid "No Repeat"
344
  msgstr "Ei toistoa"
345
 
346
  #: includes/design/background.php:220
347
- #: includes/login-form-setting/Login-form-background.php:383
348
  msgid "Repeat"
349
  msgstr "Toista"
350
 
351
  #: includes/design/background.php:221
352
- #: includes/login-form-setting/Login-form-background.php:384
353
  msgid "Repeat Horizontally"
354
  msgstr "Toista vaakasuoraan"
355
 
356
  #: includes/design/background.php:222
357
- #: includes/login-form-setting/Login-form-background.php:385
358
  msgid "Repeat Vertically"
359
  msgstr "Toista pystysuoraan"
360
 
361
  #: includes/design/background.php:234
362
- #: includes/login-form-setting/Login-form-background.php:396
363
  msgid "Background Position"
364
  msgstr "Taustan sijainti"
365
 
366
  #: includes/design/background.php:240
367
- #: includes/login-form-setting/Login-form-background.php:402
368
  msgid "Left Top"
369
  msgstr "Vasen ylä"
370
 
371
  #: includes/design/background.php:241
372
- #: includes/login-form-setting/Login-form-background.php:403
373
  msgid "Left Center"
374
  msgstr "Vasen keski"
375
 
376
  #: includes/design/background.php:242
377
- #: includes/login-form-setting/Login-form-background.php:404
378
  msgid "Left Bottom"
379
  msgstr "Vasen ala"
380
 
381
  #: includes/design/background.php:243
382
- #: includes/login-form-setting/Login-form-background.php:405
383
  msgid "Right Top"
384
  msgstr "Oikea ylä"
385
 
386
  #: includes/design/background.php:244
387
- #: includes/login-form-setting/Login-form-background.php:406
388
  msgid "Right Center"
389
  msgstr "Oikea keski"
390
 
391
  #: includes/design/background.php:245
392
- #: includes/login-form-setting/Login-form-background.php:407
393
  msgid "Right Bottom"
394
  msgstr "Oikea ala"
395
 
396
  #: includes/design/background.php:246
397
- #: includes/login-form-setting/Login-form-background.php:408
398
  msgid "Center Top"
399
  msgstr "Keski ylä"
400
 
401
  #: includes/design/background.php:247
402
- #: includes/login-form-setting/Login-form-background.php:409
403
  msgid "Center Center"
404
  msgstr "Keskellä"
405
 
406
  #: includes/design/background.php:248
407
- #: includes/login-form-setting/Login-form-background.php:410
408
  msgid "Center Bottom"
409
  msgstr "Keski ala"
410
 
@@ -518,7 +474,7 @@ msgstr "Aktivoi linkkien varjostus?"
518
 
519
  #: includes/design/text_and_color.php:247
520
  #: includes/design/text_and_color.php:523
521
- #: includes/login-form-setting/Login-form-background.php:541
522
  msgid "No"
523
  msgstr "Ei"
524
 
@@ -653,6 +609,12 @@ msgstr ""
653
  "Tarvitsemme palautettasi, että voimme parantaa pluginimme toimivuutta "
654
  "WordPressissä. Jos siis tykkäät pluginistamme, anna meille arvosana"
655
 
 
 
 
 
 
 
656
  #: includes/import-export-setting/import_export.php:13
657
  msgid "Export Custom Login Data"
658
  msgstr "Vie mukautetut kirjautumistietosi"
@@ -685,144 +647,164 @@ msgstr ""
685
  msgid "Import"
686
  msgstr "Tuonti"
687
 
688
- #: includes/login-form-setting/Login-form-background.php:191
689
  msgid "Login Settings"
690
  msgstr "Sisäänkirjautumisen asetukset"
691
 
692
- #: includes/login-form-setting/Login-form-background.php:204
693
  msgid "Login Form Position"
694
  msgstr "Kirjautumislomakkeen sijainti"
695
 
696
- #: includes/login-form-setting/Login-form-background.php:210
697
  msgid "Default"
698
  msgstr "Oletus"
699
 
700
- #: includes/login-form-setting/Login-form-background.php:211
701
  msgid "Floating"
702
  msgstr "Kelluva"
703
 
704
- #: includes/login-form-setting/Login-form-background.php:212
705
  msgid "Floating With Customization"
706
  msgstr "Kelluva muokkausvaihtoehdoilla"
707
 
708
- #: includes/login-form-setting/Login-form-background.php:223
709
  msgid "Float Settings"
710
  msgstr "Kellumisen asetukset"
711
 
712
- #: includes/login-form-setting/Login-form-background.php:229
713
  msgid "Left"
714
  msgstr "Vasemmalla"
715
 
716
- #: includes/login-form-setting/Login-form-background.php:232
717
  msgid "Center"
718
  msgstr "Keskellä"
719
 
720
- #: includes/login-form-setting/Login-form-background.php:235
721
  msgid "Right"
722
  msgstr "Oikealla"
723
 
724
- #: includes/login-form-setting/Login-form-background.php:245
725
  msgid "Floating With Customization Settings"
726
  msgstr "Kelluva muokkausvaihtoehdoilla"
727
 
728
- #: includes/login-form-setting/Login-form-background.php:266
729
  msgid "Note: This form position setting will be not responsive."
730
  msgstr "Huomaathan, että tämän lomakkeen sijaintiasetus ei ole responsiivinen."
731
 
732
- #: includes/login-form-setting/Login-form-background.php:282
733
  msgid "Select background"
734
  msgstr "Valitse tausta"
735
 
736
- #: includes/login-form-setting/Login-form-background.php:315
737
  msgid "Login Form Opacity"
738
  msgstr "Kirjautumislomakkeen läpinäkymättömyys"
739
 
740
- #: includes/login-form-setting/Login-form-background.php:355
741
  #: includes/settings/page-settings.php:78
742
  msgid "Login Background Image"
743
  msgstr "Sisäänkirjautumisen taustakuva"
744
 
745
- #: includes/login-form-setting/Login-form-background.php:422
746
  msgid "Background Effect"
747
  msgstr "Taustakuvan efekti"
748
 
749
- #: includes/login-form-setting/Login-form-background.php:428
750
  msgid "Select overlay effect"
751
  msgstr "Valitse päällysefekti"
752
 
753
- #: includes/login-form-setting/Login-form-background.php:429
754
  msgid "No Overlay Effect"
755
  msgstr "Ei päällysefektiä"
756
 
757
- #: includes/login-form-setting/Login-form-background.php:430
758
  msgid "Overlay Effect 1"
759
  msgstr "Päällysefekti 1"
760
 
761
- #: includes/login-form-setting/Login-form-background.php:431
762
  msgid "Overlay Effect 2"
763
  msgstr "Päällysefekti 2"
764
 
765
- #: includes/login-form-setting/Login-form-background.php:432
766
  msgid "Overlay Effect 3"
767
  msgstr "Päällysefekti 3"
768
 
769
- #: includes/login-form-setting/Login-form-background.php:445
770
  msgid "Login Form Width"
771
  msgstr "Kirjautumislomakkeen leveys"
772
 
773
- #: includes/login-form-setting/Login-form-background.php:462
774
  msgid "Border Color"
775
  msgstr "Reunuksen väri"
776
 
777
- #: includes/login-form-setting/Login-form-background.php:477
778
  msgid "Border Radius"
779
  msgstr "Reunuksen säde"
780
 
781
- #: includes/login-form-setting/Login-form-background.php:494
782
  msgid "Border Style"
783
  msgstr "Reunuksen tyyli"
784
 
785
- #: includes/login-form-setting/Login-form-background.php:500
786
  msgid "None"
787
  msgstr "Ei mitään"
788
 
789
- #: includes/login-form-setting/Login-form-background.php:501
790
  msgid "Solid"
791
  msgstr "Kiinteä"
792
 
793
- #: includes/login-form-setting/Login-form-background.php:502
794
  msgid "Dotted"
795
  msgstr "Täplikäs"
796
 
797
- #: includes/login-form-setting/Login-form-background.php:503
798
  msgid "Dashed"
799
  msgstr "Viivoitettu"
800
 
801
- #: includes/login-form-setting/Login-form-background.php:504
802
  msgid "Double"
803
  msgstr "Tupla"
804
 
805
- #: includes/login-form-setting/Login-form-background.php:515
806
  msgid "Border Thickness"
807
  msgstr "Reunuksen tiheys"
808
 
809
- #: includes/login-form-setting/Login-form-background.php:532
810
  msgid "Enable Form Shadow?"
811
  msgstr "Aktivoi lomakkeen varjo?"
812
 
813
- #: includes/login-form-setting/Login-form-background.php:552
814
  msgid "Form Shadow Color"
815
  msgstr "Lomakkeen varjon väri"
816
 
817
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  msgid "Redirect Users After Login (Not Work For Admin)"
819
  msgstr "Uudelleenohjaa muut kuin ylläpitäjät"
820
 
821
- #: includes/login-form-setting/Login-form-background.php:572
822
  msgid "Redirect URL"
823
  msgstr "Uudelleenohjaus-URL"
824
 
825
- #: includes/login-form-setting/Login-form-background.php:573
826
  msgid ""
827
  "Enter the URL to redirect users after login, Setting will not work for an "
828
  "administrator."
@@ -830,45 +812,50 @@ msgstr ""
830
  "Kirjoita URL-osoite, joka ohjaa käyttäjiä kirjautumisen jälkeen. Asetus ei "
831
  "toimi järjestelmänvalvojana."
832
 
833
- #: includes/login-form-setting/Login-form-background.php:585
834
  msgid "Display Note To User Above Login Form"
835
  msgstr "Näytä Huomautus käyttäjän yllä kirjautumislomakkeelle"
836
 
837
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
838
  #, fuzzy
839
  #| msgid "Headline Font size"
840
  msgid "Message Font Size"
841
  msgstr "Otsikon fonttikoko"
842
 
843
- #: includes/login-form-setting/Login-form-background.php:620
844
  #, fuzzy
845
  #| msgid "Headline Font Color"
846
  msgid "Message Font Color"
847
  msgstr "Otsikon fontin väri"
848
 
849
- #: includes/login-form-setting/Login-form-background.php:637
850
  msgid "Tagline Message Display Below Login Form"
851
  msgstr "Tagline-viestinäyttö alla kirjautumissivun alla"
852
 
853
- #: includes/login-form-setting/Login-form-background.php:654
854
- #: includes/login-form-setting/Login-form-background.php:659
855
  msgid "Custom CSS"
856
  msgstr "Mukautettu CSS"
857
 
858
- #: includes/login-form-setting/Login-form-background.php:661
859
  msgid "Enter any custom css you want to apply on login panel."
860
  msgstr "Kirjoita CSS, jonka haluat asettaa kirjautumispaneeliin."
861
 
862
- #: includes/login-form-setting/Login-form-background.php:662
863
  msgid "Note: Please Do Not Use"
864
  msgstr "Huom! Ethän käytä tätä"
865
 
866
- #: includes/login-form-setting/Login-form-background.php:662
867
  msgid "Tag With Custom CSS"
868
  msgstr "Merkitse mukautetulla CSS:llä"
869
 
870
- #: includes/login-form-setting/Login-form-background.php:679
871
- #: includes/login-form-setting/Login-form-background.php:693
872
  msgid "Login"
873
  msgstr "Kirjaudu sisään"
874
 
@@ -1043,6 +1030,40 @@ msgstr "Whatsapp"
1043
  msgid "Social"
1044
  msgstr "Social"
1045
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1046
  #~ msgid "User Name"
1047
  #~ msgstr "Käyttäjätunnus"
1048
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:16+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:16+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: Eerik Anttila // ekiphet@gmail.com\n"
8
  "Language: fi_FI\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Mukautettu kirjautumissivu ylläpitäjille"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Näytä meille tukesi (Anna meille arvostelu)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Päävalikko"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Yleiskatsaus"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Taustan design"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Muuta taustan designia"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Kirjautumislomakkeen asetukset"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Muuta kirjautumisen designia"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Fontin asetukset"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Muuta kirjautumislomakkeen tyyliä"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Logon asetukset"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Muokkaa logon asetuksia"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Sosiaalisen median painikkeet"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Lisää sosiaalisen median profiilisi"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  msgid "configure captcha settings"
96
  msgstr "määritä captcha-asetukset"
97
 
98
+ #: includes/content.php:157
99
  msgid "Export / Import"
100
  msgstr "Vie / Tuo"
101
 
102
+ #: includes/content.php:158
103
  msgid "import / export plugin settings"
104
  msgstr "tuonti- ja vientisovellusasetukset"
105
 
106
+ #: includes/content.php:167
107
  msgid "Recommendations"
108
  msgstr "Suositukset"
109
 
110
+ #: includes/content.php:168
111
  #, fuzzy
112
  #| msgid "Get More Free Useful Plugins"
113
  msgid "get more free plugins"
114
  msgstr "Hanki lisää hyödyllisiä plugineita"
115
 
116
+ #: includes/content.php:177 includes/help/help.php:15
117
  msgid "Help And Support"
118
  msgstr "Apu ja tuki"
119
 
120
+ #: includes/content.php:178
121
  #, fuzzy
122
  #| msgid "Ask your query"
123
  msgid "ask your queries"
124
  msgstr "Kysy kysymyksesi"
125
 
126
+ #: includes/content.php:187 includes/offers.php:11
127
  msgid "Our Offers"
128
  msgstr "Tarjoukset"
129
 
130
+ #: includes/content.php:188
131
  msgid "weblizar premium products"
132
  msgstr "weblizar premium-tuotteita"
133
 
134
+ #: includes/content.php:197
135
  #, fuzzy
136
  #| msgid "Rate Us"
137
  msgid "Rate & Donate Us"
138
  msgstr "Anna meille arvosana"
139
 
140
+ #: includes/content.php:198
141
  #, fuzzy
142
  #| msgid "If you like us"
143
  msgid "if you like us"
147
  msgid "Admin Custom Login Dashboard"
148
  msgstr "Admin Custom Login -paneeli"
149
 
150
+ #: includes/dashboard/dashboard.php:104
151
  msgid "Admin Custom Login Status"
152
  msgstr "Admin Custom Loginin status"
153
 
154
+ #: includes/dashboard/dashboard.php:110
155
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
156
  msgid "Disable"
157
  msgstr "Ota pois käytöstä"
158
 
159
+ #: includes/dashboard/dashboard.php:113
160
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
161
  msgid "Enable"
162
  msgstr "Aktivoi"
163
 
164
+ #: includes/dashboard/dashboard.php:124
165
  msgid "View Login Page"
166
  msgstr "Tarkastele kirjautumissivua"
167
 
168
+ #: includes/dashboard/dashboard.php:129
169
  msgid "Copy below link and open in another browser where you are not logged in"
170
  msgstr ""
171
  "Kopioi alhaalla oleva linkki ja avaa Incognito-tilassa tai toisessa "
172
  "selaimessa, jossa et ole kirjautunut sisään"
173
 
174
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
 
 
175
  #: includes/design/text_and_color.php:583
176
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
177
+ #: includes/login-form-setting/login-form-background.php:716
178
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
179
  msgid "Setting Save Successfully"
180
  msgstr "Asetus tallennettu onnistuneesti"
181
 
182
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
183
  #: includes/design/background.php:180 includes/design/background.php:368
184
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
185
  #: includes/design/text_and_color.php:598
186
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
187
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
188
+ #: includes/login-form-setting/login-form-background.php:361
189
+ #: includes/login-form-setting/login-form-background.php:716
190
+ #: includes/login-form-setting/login-form-background.php:730
191
  #: includes/settings/page-settings.php:84
192
  #: includes/settings/page-settings.php:168
193
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
195
  msgid "Close"
196
  msgstr "Sulje"
197
 
198
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
199
  #: includes/design/text_and_color.php:598
200
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
201
+ #: includes/login-form-setting/login-form-background.php:730
202
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
203
  msgid "Setting Reset Successfully"
204
  msgstr "Asetus palautettu oletusarvoon onnistuneesti"
205
 
206
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
207
  #: includes/design/text_and_color.php:606
208
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
209
+ #: includes/login-form-setting/login-form-background.php:737
210
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
211
  msgid "Save Changes"
212
  msgstr "Tallenna muutokset"
213
 
214
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
215
  #: includes/design/text_and_color.php:609
216
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
217
+ #: includes/login-form-setting/login-form-background.php:740
218
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
219
  msgid "Reset Default"
220
  msgstr "Palauta oletusarvoon"
224
  msgstr "Taustan asetukset"
225
 
226
  #: includes/design/background.php:103 includes/design/background.php:110
227
+ #: includes/login-form-setting/login-form-background.php:276
228
  msgid "Select Background"
229
  msgstr "Valitse tausta"
230
 
233
  msgstr "Ei taustaa valittuna"
234
 
235
  #: includes/design/background.php:111
236
+ #: includes/login-form-setting/login-form-background.php:283
237
  msgid "Static Background Color"
238
  msgstr "Staattinen taustaväri"
239
 
240
  #: includes/design/background.php:112
241
+ #: includes/login-form-setting/login-form-background.php:284
242
  msgid "Static Background Image"
243
  msgstr "Staattinen taustakuva"
244
 
247
  msgstr "Kuvasarja-tausta"
248
 
249
  #: includes/design/background.php:131
250
+ #: includes/login-form-setting/login-form-background.php:300
251
  msgid "Background Color"
252
  msgstr "Taustaväri"
253
 
254
  #: includes/design/background.php:153 includes/design/background.php:172
255
+ #: includes/login-form-setting/login-form-background.php:337
256
  msgid "Background Image"
257
  msgstr "Taustakuva"
258
 
259
  #: includes/design/background.php:158
260
+ #: includes/login-form-setting/login-form-background.php:342
261
  #: includes/settings/page-settings.php:67
262
  msgid "No media selected!"
263
  msgstr "Ei mediaa valittuna!"
264
 
265
  #: includes/design/background.php:160
266
+ #: includes/login-form-setting/login-form-background.php:343
267
  #: includes/settings/page-settings.php:68
268
  msgid "Upload"
269
  msgstr "Lataa"
270
 
271
  #: includes/design/background.php:162
272
+ #: includes/login-form-setting/login-form-background.php:345
273
  #: includes/settings/page-settings.php:70
274
  msgid "Preview"
275
  msgstr "Esikatselu"
276
 
277
  #: includes/design/background.php:164
278
+ #: includes/login-form-setting/login-form-background.php:347
279
  msgid "Remove"
280
  msgstr "Poista"
281
 
285
 
286
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
287
  #: includes/design/text_and_color.php:520
288
+ #: includes/login-form-setting/login-form-background.php:538
289
  msgid "Yes"
290
  msgstr "Kyllä"
291
 
292
  #: includes/design/background.php:213
293
+ #: includes/login-form-setting/login-form-background.php:376
294
  msgid "Background Repeat"
295
  msgstr "Toista tausta"
296
 
297
  #: includes/design/background.php:219
298
+ #: includes/login-form-setting/login-form-background.php:382
299
  msgid "No Repeat"
300
  msgstr "Ei toistoa"
301
 
302
  #: includes/design/background.php:220
303
+ #: includes/login-form-setting/login-form-background.php:383
304
  msgid "Repeat"
305
  msgstr "Toista"
306
 
307
  #: includes/design/background.php:221
308
+ #: includes/login-form-setting/login-form-background.php:384
309
  msgid "Repeat Horizontally"
310
  msgstr "Toista vaakasuoraan"
311
 
312
  #: includes/design/background.php:222
313
+ #: includes/login-form-setting/login-form-background.php:385
314
  msgid "Repeat Vertically"
315
  msgstr "Toista pystysuoraan"
316
 
317
  #: includes/design/background.php:234
318
+ #: includes/login-form-setting/login-form-background.php:396
319
  msgid "Background Position"
320
  msgstr "Taustan sijainti"
321
 
322
  #: includes/design/background.php:240
323
+ #: includes/login-form-setting/login-form-background.php:402
324
  msgid "Left Top"
325
  msgstr "Vasen ylä"
326
 
327
  #: includes/design/background.php:241
328
+ #: includes/login-form-setting/login-form-background.php:403
329
  msgid "Left Center"
330
  msgstr "Vasen keski"
331
 
332
  #: includes/design/background.php:242
333
+ #: includes/login-form-setting/login-form-background.php:404
334
  msgid "Left Bottom"
335
  msgstr "Vasen ala"
336
 
337
  #: includes/design/background.php:243
338
+ #: includes/login-form-setting/login-form-background.php:405
339
  msgid "Right Top"
340
  msgstr "Oikea ylä"
341
 
342
  #: includes/design/background.php:244
343
+ #: includes/login-form-setting/login-form-background.php:406
344
  msgid "Right Center"
345
  msgstr "Oikea keski"
346
 
347
  #: includes/design/background.php:245
348
+ #: includes/login-form-setting/login-form-background.php:407
349
  msgid "Right Bottom"
350
  msgstr "Oikea ala"
351
 
352
  #: includes/design/background.php:246
353
+ #: includes/login-form-setting/login-form-background.php:408
354
  msgid "Center Top"
355
  msgstr "Keski ylä"
356
 
357
  #: includes/design/background.php:247
358
+ #: includes/login-form-setting/login-form-background.php:409
359
  msgid "Center Center"
360
  msgstr "Keskellä"
361
 
362
  #: includes/design/background.php:248
363
+ #: includes/login-form-setting/login-form-background.php:410
364
  msgid "Center Bottom"
365
  msgstr "Keski ala"
366
 
474
 
475
  #: includes/design/text_and_color.php:247
476
  #: includes/design/text_and_color.php:523
477
+ #: includes/login-form-setting/login-form-background.php:541
478
  msgid "No"
479
  msgstr "Ei"
480
 
609
  "Tarvitsemme palautettasi, että voimme parantaa pluginimme toimivuutta "
610
  "WordPressissä. Jos siis tykkäät pluginistamme, anna meille arvosana"
611
 
612
+ #: includes/help/rate.php:62
613
+ #, fuzzy
614
+ #| msgid "Rate Us"
615
+ msgid "Donate Us"
616
+ msgstr "Anna meille arvosana"
617
+
618
  #: includes/import-export-setting/import_export.php:13
619
  msgid "Export Custom Login Data"
620
  msgstr "Vie mukautetut kirjautumistietosi"
647
  msgid "Import"
648
  msgstr "Tuonti"
649
 
650
+ #: includes/login-form-setting/login-form-background.php:191
651
  msgid "Login Settings"
652
  msgstr "Sisäänkirjautumisen asetukset"
653
 
654
+ #: includes/login-form-setting/login-form-background.php:204
655
  msgid "Login Form Position"
656
  msgstr "Kirjautumislomakkeen sijainti"
657
 
658
+ #: includes/login-form-setting/login-form-background.php:210
659
  msgid "Default"
660
  msgstr "Oletus"
661
 
662
+ #: includes/login-form-setting/login-form-background.php:211
663
  msgid "Floating"
664
  msgstr "Kelluva"
665
 
666
+ #: includes/login-form-setting/login-form-background.php:212
667
  msgid "Floating With Customization"
668
  msgstr "Kelluva muokkausvaihtoehdoilla"
669
 
670
+ #: includes/login-form-setting/login-form-background.php:223
671
  msgid "Float Settings"
672
  msgstr "Kellumisen asetukset"
673
 
674
+ #: includes/login-form-setting/login-form-background.php:229
675
  msgid "Left"
676
  msgstr "Vasemmalla"
677
 
678
+ #: includes/login-form-setting/login-form-background.php:232
679
  msgid "Center"
680
  msgstr "Keskellä"
681
 
682
+ #: includes/login-form-setting/login-form-background.php:235
683
  msgid "Right"
684
  msgstr "Oikealla"
685
 
686
+ #: includes/login-form-setting/login-form-background.php:245
687
  msgid "Floating With Customization Settings"
688
  msgstr "Kelluva muokkausvaihtoehdoilla"
689
 
690
+ #: includes/login-form-setting/login-form-background.php:266
691
  msgid "Note: This form position setting will be not responsive."
692
  msgstr "Huomaathan, että tämän lomakkeen sijaintiasetus ei ole responsiivinen."
693
 
694
+ #: includes/login-form-setting/login-form-background.php:282
695
  msgid "Select background"
696
  msgstr "Valitse tausta"
697
 
698
+ #: includes/login-form-setting/login-form-background.php:315
699
  msgid "Login Form Opacity"
700
  msgstr "Kirjautumislomakkeen läpinäkymättömyys"
701
 
702
+ #: includes/login-form-setting/login-form-background.php:355
703
  #: includes/settings/page-settings.php:78
704
  msgid "Login Background Image"
705
  msgstr "Sisäänkirjautumisen taustakuva"
706
 
707
+ #: includes/login-form-setting/login-form-background.php:422
708
  msgid "Background Effect"
709
  msgstr "Taustakuvan efekti"
710
 
711
+ #: includes/login-form-setting/login-form-background.php:428
712
  msgid "Select overlay effect"
713
  msgstr "Valitse päällysefekti"
714
 
715
+ #: includes/login-form-setting/login-form-background.php:429
716
  msgid "No Overlay Effect"
717
  msgstr "Ei päällysefektiä"
718
 
719
+ #: includes/login-form-setting/login-form-background.php:430
720
  msgid "Overlay Effect 1"
721
  msgstr "Päällysefekti 1"
722
 
723
+ #: includes/login-form-setting/login-form-background.php:431
724
  msgid "Overlay Effect 2"
725
  msgstr "Päällysefekti 2"
726
 
727
+ #: includes/login-form-setting/login-form-background.php:432
728
  msgid "Overlay Effect 3"
729
  msgstr "Päällysefekti 3"
730
 
731
+ #: includes/login-form-setting/login-form-background.php:445
732
  msgid "Login Form Width"
733
  msgstr "Kirjautumislomakkeen leveys"
734
 
735
+ #: includes/login-form-setting/login-form-background.php:462
736
  msgid "Border Color"
737
  msgstr "Reunuksen väri"
738
 
739
+ #: includes/login-form-setting/login-form-background.php:477
740
  msgid "Border Radius"
741
  msgstr "Reunuksen säde"
742
 
743
+ #: includes/login-form-setting/login-form-background.php:494
744
  msgid "Border Style"
745
  msgstr "Reunuksen tyyli"
746
 
747
+ #: includes/login-form-setting/login-form-background.php:500
748
  msgid "None"
749
  msgstr "Ei mitään"
750
 
751
+ #: includes/login-form-setting/login-form-background.php:501
752
  msgid "Solid"
753
  msgstr "Kiinteä"
754
 
755
+ #: includes/login-form-setting/login-form-background.php:502
756
  msgid "Dotted"
757
  msgstr "Täplikäs"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:503
760
  msgid "Dashed"
761
  msgstr "Viivoitettu"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:504
764
  msgid "Double"
765
  msgstr "Tupla"
766
 
767
+ #: includes/login-form-setting/login-form-background.php:515
768
  msgid "Border Thickness"
769
  msgstr "Reunuksen tiheys"
770
 
771
+ #: includes/login-form-setting/login-form-background.php:532
772
  msgid "Enable Form Shadow?"
773
  msgstr "Aktivoi lomakkeen varjo?"
774
 
775
+ #: includes/login-form-setting/login-form-background.php:552
776
  msgid "Form Shadow Color"
777
  msgstr "Lomakkeen varjon väri"
778
 
779
+ #: includes/login-form-setting/login-form-background.php:569
780
+ #, fuzzy
781
+ #| msgid "Username or Email Address"
782
+ msgid "Username / Email Field Placeholder Text"
783
+ msgstr "Käyttäjänimi tai Sähköpostiosoite"
784
+
785
+ #: includes/login-form-setting/login-form-background.php:574
786
+ msgid "Type Username or Email"
787
+ msgstr "Kirjoita käyttäjätunnus tai sähköposti"
788
+
789
+ #: includes/login-form-setting/login-form-background.php:587
790
+ msgid "Password Field Placeholder Text"
791
+ msgstr ""
792
+
793
+ #: includes/login-form-setting/login-form-background.php:592
794
+ #, fuzzy
795
+ #| msgid "Password"
796
+ msgid "Type Password"
797
+ msgstr "Salasana"
798
+
799
+ #: includes/login-form-setting/login-form-background.php:604
800
  msgid "Redirect Users After Login (Not Work For Admin)"
801
  msgstr "Uudelleenohjaa muut kuin ylläpitäjät"
802
 
803
+ #: includes/login-form-setting/login-form-background.php:609
804
  msgid "Redirect URL"
805
  msgstr "Uudelleenohjaus-URL"
806
 
807
+ #: includes/login-form-setting/login-form-background.php:610
808
  msgid ""
809
  "Enter the URL to redirect users after login, Setting will not work for an "
810
  "administrator."
812
  "Kirjoita URL-osoite, joka ohjaa käyttäjiä kirjautumisen jälkeen. Asetus ei "
813
  "toimi järjestelmänvalvojana."
814
 
815
+ #: includes/login-form-setting/login-form-background.php:622
816
  msgid "Display Note To User Above Login Form"
817
  msgstr "Näytä Huomautus käyttäjän yllä kirjautumislomakkeelle"
818
 
819
+ #: includes/login-form-setting/login-form-background.php:627
820
+ #: includes/login-form-setting/login-form-background.php:679
821
+ msgid "Type Message"
822
+ msgstr ""
823
+
824
+ #: includes/login-form-setting/login-form-background.php:639
825
  #, fuzzy
826
  #| msgid "Headline Font size"
827
  msgid "Message Font Size"
828
  msgstr "Otsikon fonttikoko"
829
 
830
+ #: includes/login-form-setting/login-form-background.php:657
831
  #, fuzzy
832
  #| msgid "Headline Font Color"
833
  msgid "Message Font Color"
834
  msgstr "Otsikon fontin väri"
835
 
836
+ #: includes/login-form-setting/login-form-background.php:674
837
  msgid "Tagline Message Display Below Login Form"
838
  msgstr "Tagline-viestinäyttö alla kirjautumissivun alla"
839
 
840
+ #: includes/login-form-setting/login-form-background.php:691
841
+ #: includes/login-form-setting/login-form-background.php:696
842
  msgid "Custom CSS"
843
  msgstr "Mukautettu CSS"
844
 
845
+ #: includes/login-form-setting/login-form-background.php:698
846
  msgid "Enter any custom css you want to apply on login panel."
847
  msgstr "Kirjoita CSS, jonka haluat asettaa kirjautumispaneeliin."
848
 
849
+ #: includes/login-form-setting/login-form-background.php:699
850
  msgid "Note: Please Do Not Use"
851
  msgstr "Huom! Ethän käytä tätä"
852
 
853
+ #: includes/login-form-setting/login-form-background.php:699
854
  msgid "Tag With Custom CSS"
855
  msgstr "Merkitse mukautetulla CSS:llä"
856
 
857
+ #: includes/login-form-setting/login-form-background.php:716
858
+ #: includes/login-form-setting/login-form-background.php:730
859
  msgid "Login"
860
  msgstr "Kirjaudu sisään"
861
 
1030
  msgid "Social"
1031
  msgstr "Social"
1032
 
1033
+ #: init.php:62
1034
+ #, fuzzy
1035
+ #| msgid "Logo Settings"
1036
+ msgid "Settings"
1037
+ msgstr "Logon asetukset"
1038
+
1039
+ #: init.php:154
1040
+ #, fuzzy
1041
+ #| msgid "Type Username or Email"
1042
+ msgid "Username or Email"
1043
+ msgstr "Kirjoita käyttäjätunnus tai sähköposti"
1044
+
1045
+ #: init.php:155
1046
+ msgid "Password"
1047
+ msgstr "Salasana"
1048
+
1049
+ #: init.php:178
1050
+ msgid "Find Us On Social Media"
1051
+ msgstr "Löydä meidät sosiaalisesta mediasta"
1052
+
1053
+ #: init.php:465
1054
+ msgid "Please upload a valid .json file"
1055
+ msgstr "Tiedosto ei kelpaa (.json)"
1056
+
1057
+ #: init.php:471
1058
+ msgid "Please upload a file to import"
1059
+ msgstr "Lataa tiedosto tuotavaksi"
1060
+
1061
+ #~ msgid "Powered By"
1062
+ #~ msgstr "Tämän mahdollistaa"
1063
+
1064
+ #~ msgid "Weblizar"
1065
+ #~ msgstr "Weblizar"
1066
+
1067
  #~ msgid "User Name"
1068
  #~ msgstr "Käyttäjätunnus"
1069
 
languages/admin-custom-login-fr_FR.mo CHANGED
Binary file
languages/admin-custom-login-fr_FR.po CHANGED
@@ -1,173 +1,137 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:37+0530\n"
5
- "PO-Revision-Date: 2018-07-31 17:23+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "nom d'utilisateur ou adresse e-mail"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Tapez Nom d'utilisateur ou Email"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Mot de passe"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- msgid "Type Password"
33
- msgstr "Tapez votre mot de passe"
34
-
35
- #: admin-custom-login.php:193
36
- msgid "Find Us On Social Media"
37
- msgstr "Trouvez-nous sur les médias sociaux"
38
-
39
- #: admin-custom-login.php:477
40
- msgid "Please upload a valid .json file"
41
- msgstr "Veuillez télécharger un fichier .json valide"
42
-
43
- #: admin-custom-login.php:483
44
- msgid "Please upload a file to import"
45
- msgstr "Veuillez télécharger un fichier à importer"
46
-
47
- #: includes/content.php:28
48
  msgid "Admin Custom Login"
49
  msgstr "Connexion personnalisée"
50
 
51
  #: includes/content.php:63
52
- msgid "Powered By"
53
- msgstr "Généré par"
54
-
55
- #: includes/content.php:65
56
- msgid "Weblizar"
57
- msgstr "Weblizar"
58
-
59
- #: includes/content.php:69
60
  msgid "Show Us Some Love (Rate Us)"
61
  msgstr "Montrez-nous de l'amour (évaluez-nous)"
62
 
63
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
64
- #: includes/dashboard/dashboard.php:106
65
  msgid "Dashboard"
66
  msgstr "Tableau de bord"
67
 
68
- #: includes/content.php:87
69
  #, fuzzy
70
  #| msgid "Application overview"
71
  msgid "application overview"
72
  msgstr "Présentation des applications"
73
 
74
- #: includes/content.php:96
75
  msgid "Background Design"
76
  msgstr "Design du fond"
77
 
78
- #: includes/content.php:97
79
  #, fuzzy
80
  #| msgid "Modify Background design here"
81
  msgid "modify background design here"
82
  msgstr "Modifier le design du fond ici"
83
 
84
- #: includes/content.php:107
85
  msgid "Login form Setting"
86
  msgstr "Espace de Connexion"
87
 
88
- #: includes/content.php:108
89
  #, fuzzy
90
  #| msgid "Modify Login design here"
91
  msgid "modify login design here"
92
  msgstr "Modifier le design de Connexion ici"
93
 
94
- #: includes/content.php:118
95
  msgid "Font Setting"
96
  msgstr "Réglage de la police"
97
 
98
- #: includes/content.php:119
99
  #, fuzzy
100
  #| msgid "Modify Login Form Style here"
101
  msgid "modify login form style here"
102
  msgstr "Modifier le formulaire de Connexion ici"
103
 
104
- #: includes/content.php:129 includes/settings/page-settings.php:50
105
  msgid "Logo Settings"
106
  msgstr "Paramètres du Logo"
107
 
108
- #: includes/content.php:130
109
  #, fuzzy
110
  #| msgid "Customize Logo Settings here"
111
  msgid "customize logo settings here"
112
  msgstr "Personnaliser les paramètres du Logo ici"
113
 
114
- #: includes/content.php:141 includes/social/social.php:21
115
  msgid "Social Settings"
116
  msgstr "Réseaux Sociaux"
117
 
118
- #: includes/content.php:142
119
  #, fuzzy
120
  #| msgid "Connect with your social profile"
121
  msgid "connect with your social profile"
122
  msgstr "Se connecter avec votre profil social"
123
 
124
- #: includes/content.php:152
125
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
126
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
127
  msgid "Google Captcha"
128
  msgstr "Google Captcha"
129
 
130
- #: includes/content.php:153
131
  msgid "configure captcha settings"
132
  msgstr "configurer les paramètres du captcha"
133
 
134
- #: includes/content.php:163
135
  msgid "Export / Import"
136
  msgstr "Export / Import"
137
 
138
- #: includes/content.php:164
139
  msgid "import / export plugin settings"
140
  msgstr "paramètres du plugin import / export"
141
 
142
- #: includes/content.php:173
143
  msgid "Recommendations"
144
  msgstr "Recommandations"
145
 
146
- #: includes/content.php:174
147
  msgid "get more free plugins"
148
  msgstr "obtenir plus de plugins gratuits"
149
 
150
- #: includes/content.php:183 includes/help/help.php:15
151
  msgid "Help And Support"
152
  msgstr "Aide et soutien"
153
 
154
- #: includes/content.php:184
155
  msgid "ask your queries"
156
  msgstr "demandez vos questions"
157
 
158
- #: includes/content.php:193 includes/offers.php:11
159
  msgid "Our Offers"
160
  msgstr "Nos offres"
161
 
162
- #: includes/content.php:194
163
  msgid "weblizar premium products"
164
  msgstr "produits premium weblizar"
165
 
166
- #: includes/content.php:203
167
  msgid "Rate & Donate Us"
168
  msgstr "Notez et donnez-nous"
169
 
170
- #: includes/content.php:204
171
  msgid "if you like us"
172
  msgstr "si tu nous aimes"
173
 
@@ -175,51 +139,47 @@ msgstr "si tu nous aimes"
175
  msgid "Admin Custom Login Dashboard"
176
  msgstr "Panneau d'administration de Connexion personnalisée"
177
 
178
- #: includes/dashboard/dashboard.php:27
179
  msgid "Admin Custom Login Status"
180
  msgstr "Statut de connexion personnalisé de l'administrateur"
181
 
182
- #: includes/dashboard/dashboard.php:33
183
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
184
  msgid "Disable"
185
  msgstr "Désactiver"
186
 
187
- #: includes/dashboard/dashboard.php:36
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
189
  msgid "Enable"
190
  msgstr "Activer"
191
 
192
- #: includes/dashboard/dashboard.php:47
193
  msgid "View Login Page"
194
  msgstr "Voir la Page de Connexion"
195
 
196
- #: includes/dashboard/dashboard.php:52
197
  msgid "Copy below link and open in another browser where you are not logged in"
198
  msgstr ""
199
  "Copiez le lien ci-dessous et ouvrez dans un autre navigateur où vous n'êtes "
200
  "pas connecté"
201
 
202
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
203
- msgid "Donate Us"
204
- msgstr "Donne-nous"
205
-
206
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
207
  #: includes/design/text_and_color.php:583
208
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
209
- #: includes/login-form-setting/Login-form-background.php:679
210
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
211
  msgid "Setting Save Successfully"
212
  msgstr "Paramètres enregistrés avec succès"
213
 
214
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
215
  #: includes/design/background.php:180 includes/design/background.php:368
216
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
217
  #: includes/design/text_and_color.php:598
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
219
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
220
- #: includes/login-form-setting/Login-form-background.php:361
221
- #: includes/login-form-setting/Login-form-background.php:679
222
- #: includes/login-form-setting/Login-form-background.php:693
223
  #: includes/settings/page-settings.php:84
224
  #: includes/settings/page-settings.php:168
225
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -227,26 +187,26 @@ msgstr "Paramètres enregistrés avec succès"
227
  msgid "Close"
228
  msgstr "Fermer"
229
 
230
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
231
  #: includes/design/text_and_color.php:598
232
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
233
- #: includes/login-form-setting/Login-form-background.php:693
234
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
235
  msgid "Setting Reset Successfully"
236
  msgstr "Paramètres Réinitialisés avec succès"
237
 
238
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
239
  #: includes/design/text_and_color.php:606
240
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
241
- #: includes/login-form-setting/Login-form-background.php:700
242
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
243
  msgid "Save Changes"
244
  msgstr "Sauvegarder les modifications"
245
 
246
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
247
  #: includes/design/text_and_color.php:609
248
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
249
- #: includes/login-form-setting/Login-form-background.php:703
250
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
251
  msgid "Reset Default"
252
  msgstr "Réinitialiser"
@@ -256,7 +216,7 @@ msgid "Background Settings"
256
  msgstr "Paramètres d'arrière-plan"
257
 
258
  #: includes/design/background.php:103 includes/design/background.php:110
259
- #: includes/login-form-setting/Login-form-background.php:276
260
  msgid "Select Background"
261
  msgstr "Sélectionner l'arrière-plan"
262
 
@@ -265,12 +225,12 @@ msgid "No Background Selected"
265
  msgstr "Aucun arrière-plan sélectionné"
266
 
267
  #: includes/design/background.php:111
268
- #: includes/login-form-setting/Login-form-background.php:283
269
  msgid "Static Background Color"
270
  msgstr "Couleur d'arrière-plan statique"
271
 
272
  #: includes/design/background.php:112
273
- #: includes/login-form-setting/Login-form-background.php:284
274
  msgid "Static Background Image"
275
  msgstr "Image d'arrière-plan statique"
276
 
@@ -279,35 +239,35 @@ msgid "Background SlideShow"
279
  msgstr "Diaporama d'arrière-plan"
280
 
281
  #: includes/design/background.php:131
282
- #: includes/login-form-setting/Login-form-background.php:300
283
  msgid "Background Color"
284
  msgstr "Couleur d’arrière-plan"
285
 
286
  #: includes/design/background.php:153 includes/design/background.php:172
287
- #: includes/login-form-setting/Login-form-background.php:337
288
  msgid "Background Image"
289
  msgstr "Image de fond"
290
 
291
  #: includes/design/background.php:158
292
- #: includes/login-form-setting/Login-form-background.php:342
293
  #: includes/settings/page-settings.php:67
294
  msgid "No media selected!"
295
  msgstr "Aucun média sélectionné !"
296
 
297
  #: includes/design/background.php:160
298
- #: includes/login-form-setting/Login-form-background.php:343
299
  #: includes/settings/page-settings.php:68
300
  msgid "Upload"
301
  msgstr "Télécharger"
302
 
303
  #: includes/design/background.php:162
304
- #: includes/login-form-setting/Login-form-background.php:345
305
  #: includes/settings/page-settings.php:70
306
  msgid "Preview"
307
  msgstr "Aperçu"
308
 
309
  #: includes/design/background.php:164
310
- #: includes/login-form-setting/Login-form-background.php:347
311
  msgid "Remove"
312
  msgstr "Supprimer"
313
 
@@ -317,82 +277,82 @@ msgstr "Couvert ou Etiré"
317
 
318
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
319
  #: includes/design/text_and_color.php:520
320
- #: includes/login-form-setting/Login-form-background.php:538
321
  msgid "Yes"
322
  msgstr "Oui"
323
 
324
  #: includes/design/background.php:213
325
- #: includes/login-form-setting/Login-form-background.php:376
326
  msgid "Background Repeat"
327
  msgstr "Répétition de l’arrière-plan"
328
 
329
  #: includes/design/background.php:219
330
- #: includes/login-form-setting/Login-form-background.php:382
331
  msgid "No Repeat"
332
  msgstr "Pas de repetition"
333
 
334
  #: includes/design/background.php:220
335
- #: includes/login-form-setting/Login-form-background.php:383
336
  msgid "Repeat"
337
  msgstr "Répétition"
338
 
339
  #: includes/design/background.php:221
340
- #: includes/login-form-setting/Login-form-background.php:384
341
  msgid "Repeat Horizontally"
342
  msgstr "Répétition horizontale"
343
 
344
  #: includes/design/background.php:222
345
- #: includes/login-form-setting/Login-form-background.php:385
346
  msgid "Repeat Vertically"
347
  msgstr "Répétition verticale"
348
 
349
  #: includes/design/background.php:234
350
- #: includes/login-form-setting/Login-form-background.php:396
351
  msgid "Background Position"
352
  msgstr "Position de l’arrière plan"
353
 
354
  #: includes/design/background.php:240
355
- #: includes/login-form-setting/Login-form-background.php:402
356
  msgid "Left Top"
357
  msgstr "En haut à gauche"
358
 
359
  #: includes/design/background.php:241
360
- #: includes/login-form-setting/Login-form-background.php:403
361
  msgid "Left Center"
362
  msgstr "Au centre à gauche"
363
 
364
  #: includes/design/background.php:242
365
- #: includes/login-form-setting/Login-form-background.php:404
366
  msgid "Left Bottom"
367
  msgstr "En bas à gauche"
368
 
369
  #: includes/design/background.php:243
370
- #: includes/login-form-setting/Login-form-background.php:405
371
  msgid "Right Top"
372
  msgstr "En haut à droite"
373
 
374
  #: includes/design/background.php:244
375
- #: includes/login-form-setting/Login-form-background.php:406
376
  msgid "Right Center"
377
  msgstr "Au centre à droite"
378
 
379
  #: includes/design/background.php:245
380
- #: includes/login-form-setting/Login-form-background.php:407
381
  msgid "Right Bottom"
382
  msgstr "En bas à droite"
383
 
384
  #: includes/design/background.php:246
385
- #: includes/login-form-setting/Login-form-background.php:408
386
  msgid "Center Top"
387
  msgstr "En haut au centre"
388
 
389
  #: includes/design/background.php:247
390
- #: includes/login-form-setting/Login-form-background.php:409
391
  msgid "Center Center"
392
  msgstr "Centré Centré"
393
 
394
  #: includes/design/background.php:248
395
- #: includes/login-form-setting/Login-form-background.php:410
396
  msgid "Center Bottom"
397
  msgstr "En bas au centre"
398
 
@@ -506,7 +466,7 @@ msgstr "Activer l'ombre du formulaire ?"
506
 
507
  #: includes/design/text_and_color.php:247
508
  #: includes/design/text_and_color.php:523
509
- #: includes/login-form-setting/Login-form-background.php:541
510
  msgid "No"
511
  msgstr "Non"
512
 
@@ -644,6 +604,10 @@ msgstr ""
644
  "plugin sur WordPress. Donc, si vous aimez notre plugin alors s'il vous plaît "
645
  "nous évaluer"
646
 
 
 
 
 
647
  #: includes/import-export-setting/import_export.php:13
648
  msgid "Export Custom Login Data"
649
  msgstr "Panneau d'administration de Connexion personnalisée"
@@ -677,146 +641,164 @@ msgstr ""
677
  msgid "Import"
678
  msgstr "Importer"
679
 
680
- #: includes/login-form-setting/Login-form-background.php:191
681
  msgid "Login Settings"
682
  msgstr "Paramètres de connexion"
683
 
684
- #: includes/login-form-setting/Login-form-background.php:204
685
  msgid "Login Form Position"
686
  msgstr "Position du formulaire de connexion"
687
 
688
- #: includes/login-form-setting/Login-form-background.php:210
689
  msgid "Default"
690
  msgstr "Défaut"
691
 
692
- #: includes/login-form-setting/Login-form-background.php:211
693
  msgid "Floating"
694
  msgstr "Flottant"
695
 
696
- #: includes/login-form-setting/Login-form-background.php:212
697
  msgid "Floating With Customization"
698
  msgstr "Flottant avec la personnalisation"
699
 
700
- #: includes/login-form-setting/Login-form-background.php:223
701
  msgid "Float Settings"
702
  msgstr "Paramètres Float"
703
 
704
- #: includes/login-form-setting/Login-form-background.php:229
705
  msgid "Left"
706
  msgstr "Gauche"
707
 
708
- #: includes/login-form-setting/Login-form-background.php:232
709
  msgid "Center"
710
  msgstr "Centre"
711
 
712
- #: includes/login-form-setting/Login-form-background.php:235
713
  msgid "Right"
714
  msgstr "Droite"
715
 
716
- #: includes/login-form-setting/Login-form-background.php:245
717
  msgid "Floating With Customization Settings"
718
  msgstr "Flottant avec les paramètres de personnalisation"
719
 
720
- #: includes/login-form-setting/Login-form-background.php:266
721
  msgid "Note: This form position setting will be not responsive."
722
  msgstr "Remarque: Ce paramètre de position de formulaire ne sera pas réactif."
723
 
724
- #: includes/login-form-setting/Login-form-background.php:282
725
  msgid "Select background"
726
  msgstr "Sélectionner l'arrière-plan"
727
 
728
- #: includes/login-form-setting/Login-form-background.php:315
729
  msgid "Login Form Opacity"
730
  msgstr "Opacité de l'Espace de Connexion"
731
 
732
- #: includes/login-form-setting/Login-form-background.php:355
733
  #: includes/settings/page-settings.php:78
734
  msgid "Login Background Image"
735
  msgstr "Image de fond de l'écran de connexion"
736
 
737
- #: includes/login-form-setting/Login-form-background.php:422
738
  msgid "Background Effect"
739
  msgstr "Effet Arrière Plan"
740
 
741
- #: includes/login-form-setting/Login-form-background.php:428
742
  msgid "Select overlay effect"
743
  msgstr "Sélectionnez l'effet de superposition"
744
 
745
- #: includes/login-form-setting/Login-form-background.php:429
746
  msgid "No Overlay Effect"
747
  msgstr "Aucun effet de superposition"
748
 
749
- #: includes/login-form-setting/Login-form-background.php:430
750
  msgid "Overlay Effect 1"
751
  msgstr "Effet de superposition 1"
752
 
753
- #: includes/login-form-setting/Login-form-background.php:431
754
  msgid "Overlay Effect 2"
755
  msgstr "Effet de superposition 2"
756
 
757
- #: includes/login-form-setting/Login-form-background.php:432
758
  msgid "Overlay Effect 3"
759
  msgstr "Effet de superposition 3"
760
 
761
- #: includes/login-form-setting/Login-form-background.php:445
762
  msgid "Login Form Width"
763
  msgstr "Largeur de l'Espace de Connexion"
764
 
765
- #: includes/login-form-setting/Login-form-background.php:462
766
  msgid "Border Color"
767
  msgstr "Couleur des bordures"
768
 
769
- #: includes/login-form-setting/Login-form-background.php:477
770
  msgid "Border Radius"
771
  msgstr "Rayon de la bordure"
772
 
773
- #: includes/login-form-setting/Login-form-background.php:494
774
  msgid "Border Style"
775
  msgstr "Style de bordure"
776
 
777
- #: includes/login-form-setting/Login-form-background.php:500
778
  msgid "None"
779
  msgstr "Aucun"
780
 
781
- #: includes/login-form-setting/Login-form-background.php:501
782
  msgid "Solid"
783
  msgstr "Plein"
784
 
785
- #: includes/login-form-setting/Login-form-background.php:502
786
  msgid "Dotted"
787
  msgstr "Pointillé"
788
 
789
- #: includes/login-form-setting/Login-form-background.php:503
790
  msgid "Dashed"
791
  msgstr "Tiret"
792
 
793
- #: includes/login-form-setting/Login-form-background.php:504
794
  msgid "Double"
795
  msgstr "Double"
796
 
797
- #: includes/login-form-setting/Login-form-background.php:515
798
  msgid "Border Thickness"
799
  msgstr "Épaisseur de la bordure"
800
 
801
- #: includes/login-form-setting/Login-form-background.php:532
802
  msgid "Enable Form Shadow?"
803
  msgstr "Activer l'ombre du formulaire?"
804
 
805
- #: includes/login-form-setting/Login-form-background.php:552
806
  msgid "Form Shadow Color"
807
  msgstr "Couleur de l’ombre du formulaire"
808
 
809
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
810
  msgid "Redirect Users After Login (Not Work For Admin)"
811
  msgstr ""
812
  "Rediriger les utilisateurs après la connexion (pas de travail pour "
813
  "l'administrateur)"
814
 
815
- #: includes/login-form-setting/Login-form-background.php:572
816
  msgid "Redirect URL"
817
  msgstr "URL de redirection"
818
 
819
- #: includes/login-form-setting/Login-form-background.php:573
820
  msgid ""
821
  "Enter the URL to redirect users after login, Setting will not work for an "
822
  "administrator."
@@ -824,47 +806,52 @@ msgstr ""
824
  "Entrez l'URL pour rediriger les utilisateurs après la connexion, le "
825
  "paramètre ne fonctionnera pas pour un administrateur."
826
 
827
- #: includes/login-form-setting/Login-form-background.php:585
828
  msgid "Display Note To User Above Login Form"
829
  msgstr "Afficher la note à l'utilisateur au-dessus du formulaire de connexion"
830
 
831
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
832
  #, fuzzy
833
  #| msgid "Headline Font size"
834
  msgid "Message Font Size"
835
  msgstr "Taille de la police du titre"
836
 
837
- #: includes/login-form-setting/Login-form-background.php:620
838
  #, fuzzy
839
  #| msgid "Headline Font Color"
840
  msgid "Message Font Color"
841
  msgstr "Couleur de police de la ligne supérieure"
842
 
843
- #: includes/login-form-setting/Login-form-background.php:637
844
  msgid "Tagline Message Display Below Login Form"
845
  msgstr "Affichage du message de slogan sous le formulaire de connexion"
846
 
847
- #: includes/login-form-setting/Login-form-background.php:654
848
- #: includes/login-form-setting/Login-form-background.php:659
849
  msgid "Custom CSS"
850
  msgstr "CSS personnalisé"
851
 
852
- #: includes/login-form-setting/Login-form-background.php:661
853
  msgid "Enter any custom css you want to apply on login panel."
854
  msgstr ""
855
  "Entrez un CSS personnalisé que vous souhaitez appliquer sur le panneau de "
856
  "connexion."
857
 
858
- #: includes/login-form-setting/Login-form-background.php:662
859
  msgid "Note: Please Do Not Use"
860
  msgstr "Note: S'il vous plaît ne pas utiliser"
861
 
862
- #: includes/login-form-setting/Login-form-background.php:662
863
  msgid "Tag With Custom CSS"
864
  msgstr "Marquer avec CSS personnalisé"
865
 
866
- #: includes/login-form-setting/Login-form-background.php:679
867
- #: includes/login-form-setting/Login-form-background.php:693
868
  msgid "Login"
869
  msgstr "Connexion"
870
 
@@ -1039,6 +1026,40 @@ msgstr "Whatsapp"
1039
  msgid "Social"
1040
  msgstr "Social"
1041
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1042
  #~ msgid "preview"
1043
  #~ msgstr "prévisualiser"
1044
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:16+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:16+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Connexion personnalisée"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Montrez-nous de l'amour (évaluez-nous)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Tableau de bord"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Présentation des applications"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Design du fond"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Modifier le design du fond ici"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Espace de Connexion"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Modifier le design de Connexion ici"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Réglage de la police"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Modifier le formulaire de Connexion ici"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Paramètres du Logo"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Personnaliser les paramètres du Logo ici"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Réseaux Sociaux"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Se connecter avec votre profil social"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  msgid "configure captcha settings"
96
  msgstr "configurer les paramètres du captcha"
97
 
98
+ #: includes/content.php:157
99
  msgid "Export / Import"
100
  msgstr "Export / Import"
101
 
102
+ #: includes/content.php:158
103
  msgid "import / export plugin settings"
104
  msgstr "paramètres du plugin import / export"
105
 
106
+ #: includes/content.php:167
107
  msgid "Recommendations"
108
  msgstr "Recommandations"
109
 
110
+ #: includes/content.php:168
111
  msgid "get more free plugins"
112
  msgstr "obtenir plus de plugins gratuits"
113
 
114
+ #: includes/content.php:177 includes/help/help.php:15
115
  msgid "Help And Support"
116
  msgstr "Aide et soutien"
117
 
118
+ #: includes/content.php:178
119
  msgid "ask your queries"
120
  msgstr "demandez vos questions"
121
 
122
+ #: includes/content.php:187 includes/offers.php:11
123
  msgid "Our Offers"
124
  msgstr "Nos offres"
125
 
126
+ #: includes/content.php:188
127
  msgid "weblizar premium products"
128
  msgstr "produits premium weblizar"
129
 
130
+ #: includes/content.php:197
131
  msgid "Rate & Donate Us"
132
  msgstr "Notez et donnez-nous"
133
 
134
+ #: includes/content.php:198
135
  msgid "if you like us"
136
  msgstr "si tu nous aimes"
137
 
139
  msgid "Admin Custom Login Dashboard"
140
  msgstr "Panneau d'administration de Connexion personnalisée"
141
 
142
+ #: includes/dashboard/dashboard.php:104
143
  msgid "Admin Custom Login Status"
144
  msgstr "Statut de connexion personnalisé de l'administrateur"
145
 
146
+ #: includes/dashboard/dashboard.php:110
147
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
148
  msgid "Disable"
149
  msgstr "Désactiver"
150
 
151
+ #: includes/dashboard/dashboard.php:113
152
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
153
  msgid "Enable"
154
  msgstr "Activer"
155
 
156
+ #: includes/dashboard/dashboard.php:124
157
  msgid "View Login Page"
158
  msgstr "Voir la Page de Connexion"
159
 
160
+ #: includes/dashboard/dashboard.php:129
161
  msgid "Copy below link and open in another browser where you are not logged in"
162
  msgstr ""
163
  "Copiez le lien ci-dessous et ouvrez dans un autre navigateur où vous n'êtes "
164
  "pas connecté"
165
 
166
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
167
  #: includes/design/text_and_color.php:583
168
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
169
+ #: includes/login-form-setting/login-form-background.php:716
170
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
171
  msgid "Setting Save Successfully"
172
  msgstr "Paramètres enregistrés avec succès"
173
 
174
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
175
  #: includes/design/background.php:180 includes/design/background.php:368
176
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
177
  #: includes/design/text_and_color.php:598
178
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
179
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
180
+ #: includes/login-form-setting/login-form-background.php:361
181
+ #: includes/login-form-setting/login-form-background.php:716
182
+ #: includes/login-form-setting/login-form-background.php:730
183
  #: includes/settings/page-settings.php:84
184
  #: includes/settings/page-settings.php:168
185
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
187
  msgid "Close"
188
  msgstr "Fermer"
189
 
190
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
191
  #: includes/design/text_and_color.php:598
192
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
193
+ #: includes/login-form-setting/login-form-background.php:730
194
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
195
  msgid "Setting Reset Successfully"
196
  msgstr "Paramètres Réinitialisés avec succès"
197
 
198
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
199
  #: includes/design/text_and_color.php:606
200
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
201
+ #: includes/login-form-setting/login-form-background.php:737
202
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
203
  msgid "Save Changes"
204
  msgstr "Sauvegarder les modifications"
205
 
206
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
207
  #: includes/design/text_and_color.php:609
208
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
209
+ #: includes/login-form-setting/login-form-background.php:740
210
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
211
  msgid "Reset Default"
212
  msgstr "Réinitialiser"
216
  msgstr "Paramètres d'arrière-plan"
217
 
218
  #: includes/design/background.php:103 includes/design/background.php:110
219
+ #: includes/login-form-setting/login-form-background.php:276
220
  msgid "Select Background"
221
  msgstr "Sélectionner l'arrière-plan"
222
 
225
  msgstr "Aucun arrière-plan sélectionné"
226
 
227
  #: includes/design/background.php:111
228
+ #: includes/login-form-setting/login-form-background.php:283
229
  msgid "Static Background Color"
230
  msgstr "Couleur d'arrière-plan statique"
231
 
232
  #: includes/design/background.php:112
233
+ #: includes/login-form-setting/login-form-background.php:284
234
  msgid "Static Background Image"
235
  msgstr "Image d'arrière-plan statique"
236
 
239
  msgstr "Diaporama d'arrière-plan"
240
 
241
  #: includes/design/background.php:131
242
+ #: includes/login-form-setting/login-form-background.php:300
243
  msgid "Background Color"
244
  msgstr "Couleur d’arrière-plan"
245
 
246
  #: includes/design/background.php:153 includes/design/background.php:172
247
+ #: includes/login-form-setting/login-form-background.php:337
248
  msgid "Background Image"
249
  msgstr "Image de fond"
250
 
251
  #: includes/design/background.php:158
252
+ #: includes/login-form-setting/login-form-background.php:342
253
  #: includes/settings/page-settings.php:67
254
  msgid "No media selected!"
255
  msgstr "Aucun média sélectionné !"
256
 
257
  #: includes/design/background.php:160
258
+ #: includes/login-form-setting/login-form-background.php:343
259
  #: includes/settings/page-settings.php:68
260
  msgid "Upload"
261
  msgstr "Télécharger"
262
 
263
  #: includes/design/background.php:162
264
+ #: includes/login-form-setting/login-form-background.php:345
265
  #: includes/settings/page-settings.php:70
266
  msgid "Preview"
267
  msgstr "Aperçu"
268
 
269
  #: includes/design/background.php:164
270
+ #: includes/login-form-setting/login-form-background.php:347
271
  msgid "Remove"
272
  msgstr "Supprimer"
273
 
277
 
278
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
279
  #: includes/design/text_and_color.php:520
280
+ #: includes/login-form-setting/login-form-background.php:538
281
  msgid "Yes"
282
  msgstr "Oui"
283
 
284
  #: includes/design/background.php:213
285
+ #: includes/login-form-setting/login-form-background.php:376
286
  msgid "Background Repeat"
287
  msgstr "Répétition de l’arrière-plan"
288
 
289
  #: includes/design/background.php:219
290
+ #: includes/login-form-setting/login-form-background.php:382
291
  msgid "No Repeat"
292
  msgstr "Pas de repetition"
293
 
294
  #: includes/design/background.php:220
295
+ #: includes/login-form-setting/login-form-background.php:383
296
  msgid "Repeat"
297
  msgstr "Répétition"
298
 
299
  #: includes/design/background.php:221
300
+ #: includes/login-form-setting/login-form-background.php:384
301
  msgid "Repeat Horizontally"
302
  msgstr "Répétition horizontale"
303
 
304
  #: includes/design/background.php:222
305
+ #: includes/login-form-setting/login-form-background.php:385
306
  msgid "Repeat Vertically"
307
  msgstr "Répétition verticale"
308
 
309
  #: includes/design/background.php:234
310
+ #: includes/login-form-setting/login-form-background.php:396
311
  msgid "Background Position"
312
  msgstr "Position de l’arrière plan"
313
 
314
  #: includes/design/background.php:240
315
+ #: includes/login-form-setting/login-form-background.php:402
316
  msgid "Left Top"
317
  msgstr "En haut à gauche"
318
 
319
  #: includes/design/background.php:241
320
+ #: includes/login-form-setting/login-form-background.php:403
321
  msgid "Left Center"
322
  msgstr "Au centre à gauche"
323
 
324
  #: includes/design/background.php:242
325
+ #: includes/login-form-setting/login-form-background.php:404
326
  msgid "Left Bottom"
327
  msgstr "En bas à gauche"
328
 
329
  #: includes/design/background.php:243
330
+ #: includes/login-form-setting/login-form-background.php:405
331
  msgid "Right Top"
332
  msgstr "En haut à droite"
333
 
334
  #: includes/design/background.php:244
335
+ #: includes/login-form-setting/login-form-background.php:406
336
  msgid "Right Center"
337
  msgstr "Au centre à droite"
338
 
339
  #: includes/design/background.php:245
340
+ #: includes/login-form-setting/login-form-background.php:407
341
  msgid "Right Bottom"
342
  msgstr "En bas à droite"
343
 
344
  #: includes/design/background.php:246
345
+ #: includes/login-form-setting/login-form-background.php:408
346
  msgid "Center Top"
347
  msgstr "En haut au centre"
348
 
349
  #: includes/design/background.php:247
350
+ #: includes/login-form-setting/login-form-background.php:409
351
  msgid "Center Center"
352
  msgstr "Centré Centré"
353
 
354
  #: includes/design/background.php:248
355
+ #: includes/login-form-setting/login-form-background.php:410
356
  msgid "Center Bottom"
357
  msgstr "En bas au centre"
358
 
466
 
467
  #: includes/design/text_and_color.php:247
468
  #: includes/design/text_and_color.php:523
469
+ #: includes/login-form-setting/login-form-background.php:541
470
  msgid "No"
471
  msgstr "Non"
472
 
604
  "plugin sur WordPress. Donc, si vous aimez notre plugin alors s'il vous plaît "
605
  "nous évaluer"
606
 
607
+ #: includes/help/rate.php:62
608
+ msgid "Donate Us"
609
+ msgstr "Donne-nous"
610
+
611
  #: includes/import-export-setting/import_export.php:13
612
  msgid "Export Custom Login Data"
613
  msgstr "Panneau d'administration de Connexion personnalisée"
641
  msgid "Import"
642
  msgstr "Importer"
643
 
644
+ #: includes/login-form-setting/login-form-background.php:191
645
  msgid "Login Settings"
646
  msgstr "Paramètres de connexion"
647
 
648
+ #: includes/login-form-setting/login-form-background.php:204
649
  msgid "Login Form Position"
650
  msgstr "Position du formulaire de connexion"
651
 
652
+ #: includes/login-form-setting/login-form-background.php:210
653
  msgid "Default"
654
  msgstr "Défaut"
655
 
656
+ #: includes/login-form-setting/login-form-background.php:211
657
  msgid "Floating"
658
  msgstr "Flottant"
659
 
660
+ #: includes/login-form-setting/login-form-background.php:212
661
  msgid "Floating With Customization"
662
  msgstr "Flottant avec la personnalisation"
663
 
664
+ #: includes/login-form-setting/login-form-background.php:223
665
  msgid "Float Settings"
666
  msgstr "Paramètres Float"
667
 
668
+ #: includes/login-form-setting/login-form-background.php:229
669
  msgid "Left"
670
  msgstr "Gauche"
671
 
672
+ #: includes/login-form-setting/login-form-background.php:232
673
  msgid "Center"
674
  msgstr "Centre"
675
 
676
+ #: includes/login-form-setting/login-form-background.php:235
677
  msgid "Right"
678
  msgstr "Droite"
679
 
680
+ #: includes/login-form-setting/login-form-background.php:245
681
  msgid "Floating With Customization Settings"
682
  msgstr "Flottant avec les paramètres de personnalisation"
683
 
684
+ #: includes/login-form-setting/login-form-background.php:266
685
  msgid "Note: This form position setting will be not responsive."
686
  msgstr "Remarque: Ce paramètre de position de formulaire ne sera pas réactif."
687
 
688
+ #: includes/login-form-setting/login-form-background.php:282
689
  msgid "Select background"
690
  msgstr "Sélectionner l'arrière-plan"
691
 
692
+ #: includes/login-form-setting/login-form-background.php:315
693
  msgid "Login Form Opacity"
694
  msgstr "Opacité de l'Espace de Connexion"
695
 
696
+ #: includes/login-form-setting/login-form-background.php:355
697
  #: includes/settings/page-settings.php:78
698
  msgid "Login Background Image"
699
  msgstr "Image de fond de l'écran de connexion"
700
 
701
+ #: includes/login-form-setting/login-form-background.php:422
702
  msgid "Background Effect"
703
  msgstr "Effet Arrière Plan"
704
 
705
+ #: includes/login-form-setting/login-form-background.php:428
706
  msgid "Select overlay effect"
707
  msgstr "Sélectionnez l'effet de superposition"
708
 
709
+ #: includes/login-form-setting/login-form-background.php:429
710
  msgid "No Overlay Effect"
711
  msgstr "Aucun effet de superposition"
712
 
713
+ #: includes/login-form-setting/login-form-background.php:430
714
  msgid "Overlay Effect 1"
715
  msgstr "Effet de superposition 1"
716
 
717
+ #: includes/login-form-setting/login-form-background.php:431
718
  msgid "Overlay Effect 2"
719
  msgstr "Effet de superposition 2"
720
 
721
+ #: includes/login-form-setting/login-form-background.php:432
722
  msgid "Overlay Effect 3"
723
  msgstr "Effet de superposition 3"
724
 
725
+ #: includes/login-form-setting/login-form-background.php:445
726
  msgid "Login Form Width"
727
  msgstr "Largeur de l'Espace de Connexion"
728
 
729
+ #: includes/login-form-setting/login-form-background.php:462
730
  msgid "Border Color"
731
  msgstr "Couleur des bordures"
732
 
733
+ #: includes/login-form-setting/login-form-background.php:477
734
  msgid "Border Radius"
735
  msgstr "Rayon de la bordure"
736
 
737
+ #: includes/login-form-setting/login-form-background.php:494
738
  msgid "Border Style"
739
  msgstr "Style de bordure"
740
 
741
+ #: includes/login-form-setting/login-form-background.php:500
742
  msgid "None"
743
  msgstr "Aucun"
744
 
745
+ #: includes/login-form-setting/login-form-background.php:501
746
  msgid "Solid"
747
  msgstr "Plein"
748
 
749
+ #: includes/login-form-setting/login-form-background.php:502
750
  msgid "Dotted"
751
  msgstr "Pointillé"
752
 
753
+ #: includes/login-form-setting/login-form-background.php:503
754
  msgid "Dashed"
755
  msgstr "Tiret"
756
 
757
+ #: includes/login-form-setting/login-form-background.php:504
758
  msgid "Double"
759
  msgstr "Double"
760
 
761
+ #: includes/login-form-setting/login-form-background.php:515
762
  msgid "Border Thickness"
763
  msgstr "Épaisseur de la bordure"
764
 
765
+ #: includes/login-form-setting/login-form-background.php:532
766
  msgid "Enable Form Shadow?"
767
  msgstr "Activer l'ombre du formulaire?"
768
 
769
+ #: includes/login-form-setting/login-form-background.php:552
770
  msgid "Form Shadow Color"
771
  msgstr "Couleur de l’ombre du formulaire"
772
 
773
+ #: includes/login-form-setting/login-form-background.php:569
774
+ #, fuzzy
775
+ #| msgid "Username or Email Address"
776
+ msgid "Username / Email Field Placeholder Text"
777
+ msgstr "nom d'utilisateur ou adresse e-mail"
778
+
779
+ #: includes/login-form-setting/login-form-background.php:574
780
+ msgid "Type Username or Email"
781
+ msgstr "Tapez Nom d'utilisateur ou Email"
782
+
783
+ #: includes/login-form-setting/login-form-background.php:587
784
+ msgid "Password Field Placeholder Text"
785
+ msgstr ""
786
+
787
+ #: includes/login-form-setting/login-form-background.php:592
788
+ msgid "Type Password"
789
+ msgstr "Tapez votre mot de passe"
790
+
791
+ #: includes/login-form-setting/login-form-background.php:604
792
  msgid "Redirect Users After Login (Not Work For Admin)"
793
  msgstr ""
794
  "Rediriger les utilisateurs après la connexion (pas de travail pour "
795
  "l'administrateur)"
796
 
797
+ #: includes/login-form-setting/login-form-background.php:609
798
  msgid "Redirect URL"
799
  msgstr "URL de redirection"
800
 
801
+ #: includes/login-form-setting/login-form-background.php:610
802
  msgid ""
803
  "Enter the URL to redirect users after login, Setting will not work for an "
804
  "administrator."
806
  "Entrez l'URL pour rediriger les utilisateurs après la connexion, le "
807
  "paramètre ne fonctionnera pas pour un administrateur."
808
 
809
+ #: includes/login-form-setting/login-form-background.php:622
810
  msgid "Display Note To User Above Login Form"
811
  msgstr "Afficher la note à l'utilisateur au-dessus du formulaire de connexion"
812
 
813
+ #: includes/login-form-setting/login-form-background.php:627
814
+ #: includes/login-form-setting/login-form-background.php:679
815
+ msgid "Type Message"
816
+ msgstr ""
817
+
818
+ #: includes/login-form-setting/login-form-background.php:639
819
  #, fuzzy
820
  #| msgid "Headline Font size"
821
  msgid "Message Font Size"
822
  msgstr "Taille de la police du titre"
823
 
824
+ #: includes/login-form-setting/login-form-background.php:657
825
  #, fuzzy
826
  #| msgid "Headline Font Color"
827
  msgid "Message Font Color"
828
  msgstr "Couleur de police de la ligne supérieure"
829
 
830
+ #: includes/login-form-setting/login-form-background.php:674
831
  msgid "Tagline Message Display Below Login Form"
832
  msgstr "Affichage du message de slogan sous le formulaire de connexion"
833
 
834
+ #: includes/login-form-setting/login-form-background.php:691
835
+ #: includes/login-form-setting/login-form-background.php:696
836
  msgid "Custom CSS"
837
  msgstr "CSS personnalisé"
838
 
839
+ #: includes/login-form-setting/login-form-background.php:698
840
  msgid "Enter any custom css you want to apply on login panel."
841
  msgstr ""
842
  "Entrez un CSS personnalisé que vous souhaitez appliquer sur le panneau de "
843
  "connexion."
844
 
845
+ #: includes/login-form-setting/login-form-background.php:699
846
  msgid "Note: Please Do Not Use"
847
  msgstr "Note: S'il vous plaît ne pas utiliser"
848
 
849
+ #: includes/login-form-setting/login-form-background.php:699
850
  msgid "Tag With Custom CSS"
851
  msgstr "Marquer avec CSS personnalisé"
852
 
853
+ #: includes/login-form-setting/login-form-background.php:716
854
+ #: includes/login-form-setting/login-form-background.php:730
855
  msgid "Login"
856
  msgstr "Connexion"
857
 
1026
  msgid "Social"
1027
  msgstr "Social"
1028
 
1029
+ #: init.php:62
1030
+ #, fuzzy
1031
+ #| msgid "Logo Settings"
1032
+ msgid "Settings"
1033
+ msgstr "Paramètres du Logo"
1034
+
1035
+ #: init.php:154
1036
+ #, fuzzy
1037
+ #| msgid "Type Username or Email"
1038
+ msgid "Username or Email"
1039
+ msgstr "Tapez Nom d'utilisateur ou Email"
1040
+
1041
+ #: init.php:155
1042
+ msgid "Password"
1043
+ msgstr "Mot de passe"
1044
+
1045
+ #: init.php:178
1046
+ msgid "Find Us On Social Media"
1047
+ msgstr "Trouvez-nous sur les médias sociaux"
1048
+
1049
+ #: init.php:465
1050
+ msgid "Please upload a valid .json file"
1051
+ msgstr "Veuillez télécharger un fichier .json valide"
1052
+
1053
+ #: init.php:471
1054
+ msgid "Please upload a file to import"
1055
+ msgstr "Veuillez télécharger un fichier à importer"
1056
+
1057
+ #~ msgid "Powered By"
1058
+ #~ msgstr "Généré par"
1059
+
1060
+ #~ msgid "Weblizar"
1061
+ #~ msgstr "Weblizar"
1062
+
1063
  #~ msgid "preview"
1064
  #~ msgstr "prévisualiser"
1065
 
languages/admin-custom-login-hi_IN.mo CHANGED
Binary file
languages/admin-custom-login-hi_IN.po CHANGED
@@ -1,159 +1,124 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:49+0530\n"
5
- "PO-Revision-Date: 2018-07-31 17:25+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-KeywordsList: _e;_;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "उपयोगकर्ता का नाम या ईमेल का पता"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "उपयोगकर्ता नाम या ईमेल टाइप करें"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "पासवर्ड"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- msgid "Type Password"
33
- msgstr "पासवर्ड लिखें"
34
-
35
- #: admin-custom-login.php:193
36
- msgid "Find Us On Social Media"
37
- msgstr "हमें सामाजिक मीडिया पर खोजें"
38
-
39
- #: admin-custom-login.php:477
40
- msgid "Please upload a valid .json file"
41
- msgstr "कृपया केवल जैसन फ़ाइल अपलोड करें"
42
-
43
- #: admin-custom-login.php:483
44
- msgid "Please upload a file to import"
45
- msgstr "कृपया इम्पोर्ट के लिए फाइल अपलोड करे"
46
-
47
- #: includes/content.php:28
48
  msgid "Admin Custom Login"
49
  msgstr "व्यवस्थापक कस्टम लॉगिन"
50
 
51
  #: includes/content.php:63
52
- msgid "Powered By"
53
- msgstr "द्वारा संचालित"
54
-
55
- #: includes/content.php:65
56
- msgid "Weblizar"
57
- msgstr "वेब्लिज़र"
58
-
59
- #: includes/content.php:69
60
  msgid "Show Us Some Love (Rate Us)"
61
  msgstr "आपका सहयोग दे(रैट दे)"
62
 
63
- #: includes/content.php:86 includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
 
64
  msgid "Dashboard"
65
  msgstr "डैशबोर्ड"
66
 
67
- #: includes/content.php:87
68
  msgid "application overview"
69
  msgstr "आवेदन अवलोकन"
70
 
71
- #: includes/content.php:96
72
  msgid "Background Design"
73
  msgstr "पृष्ठभूमि डिजाइन"
74
 
75
- #: includes/content.php:97
76
  msgid "modify background design here"
77
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
78
 
79
- #: includes/content.php:107
80
  msgid "Login form Setting"
81
  msgstr "प्रवेश फार्म की स्थापना"
82
 
83
- #: includes/content.php:108
84
  msgid "modify login design here"
85
  msgstr "यहां लॉग इन डिजाइन सुधारे"
86
 
87
- #: includes/content.php:118
88
  msgid "Font Setting"
89
  msgstr "फ़ॉन्ट सेटिंग"
90
 
91
- #: includes/content.php:119
92
  msgid "modify login form style here"
93
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
94
 
95
- #: includes/content.php:129 includes/settings/page-settings.php:50
96
  msgid "Logo Settings"
97
  msgstr "लोगो सेटिंग्स"
98
 
99
- #: includes/content.php:130
100
  msgid "customize logo settings here"
101
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
102
 
103
- #: includes/content.php:141 includes/social/social.php:21
104
  msgid "Social Settings"
105
  msgstr "सामाजिक व्यवस्था"
106
 
107
- #: includes/content.php:142
108
  msgid "connect with your social profile"
109
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
110
 
111
- #: includes/content.php:152 includes/googlecaptcha-settings/gcaptcha-settings.php:117
112
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
113
  msgid "Google Captcha"
114
  msgstr "गूगल कैप्चा"
115
 
116
- #: includes/content.php:153
117
  msgid "configure captcha settings"
118
  msgstr "कैप्चा सेटिंग्स कॉन्फ़िगर करें"
119
 
120
- #: includes/content.php:163
121
  msgid "Export / Import"
122
  msgstr "इम्पोर्ट/एक्सपोर्ट"
123
 
124
- #: includes/content.php:164
125
  msgid "import / export plugin settings"
126
  msgstr "आयात / निर्यात प्लगइन सेटिंग्स"
127
 
128
- #: includes/content.php:173
129
  msgid "Recommendations"
130
  msgstr "सिफारिश"
131
 
132
- #: includes/content.php:174
133
  msgid "get more free plugins"
134
  msgstr "अन्य महत्वपूर्ण प्लगिन"
135
 
136
- #: includes/content.php:183 includes/help/help.php:15
137
  msgid "Help And Support"
138
  msgstr "मदद और समर्थन"
139
 
140
- #: includes/content.php:184
141
  msgid "ask your queries"
142
  msgstr "अपने प्रश्न पूछो"
143
 
144
- #: includes/content.php:193 includes/offers.php:11
145
  msgid "Our Offers"
146
  msgstr "हमारी पेशकश"
147
 
148
- #: includes/content.php:194
149
  msgid "weblizar premium products"
150
  msgstr "वेबलिज़र प्रीमियम उत्पाद"
151
 
152
- #: includes/content.php:203
153
  msgid "Rate & Donate Us"
154
  msgstr "हमें रेट करें और दान करें"
155
 
156
- #: includes/content.php:204
157
  msgid "if you like us"
158
  msgstr "अगर आप हमें पसंद करते हैं"
159
 
@@ -161,67 +126,72 @@ msgstr "अगर आप हमें पसंद करते हैं"
161
  msgid "Admin Custom Login Dashboard"
162
  msgstr "व्यवस्थापक कस्टम लॉगिन डैशबोर्ड"
163
 
164
- #: includes/dashboard/dashboard.php:27
165
  msgid "Admin Custom Login Status"
166
  msgstr "व्यवस्थापक कस्टम लॉगिन स्टेटस"
167
 
168
- #: includes/dashboard/dashboard.php:33 includes/googlecaptcha-settings/gcaptcha-settings.php:83
 
169
  msgid "Disable"
170
  msgstr "असक्षम"
171
 
172
- #: includes/dashboard/dashboard.php:36 includes/googlecaptcha-settings/gcaptcha-settings.php:80
 
173
  msgid "Enable"
174
  msgstr "सक्षम"
175
 
176
- #: includes/dashboard/dashboard.php:47
177
  msgid "View Login Page"
178
  msgstr "देखें लॉगिन पृष्ठ"
179
 
180
- #: includes/dashboard/dashboard.php:52
181
  msgid "Copy below link and open in another browser where you are not logged in"
182
  msgstr "नीचे दिये हुए लिंक को कॉपी करे और पेस्ट करे दुसरे ब्राउज़र में जहाँ आप लॉग इन ना हो"
183
 
184
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
185
- msgid "Donate Us"
186
- msgstr "हमें दान करें"
187
-
188
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368 includes/design/text_and_color.php:583
189
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
190
- #: includes/login-form-setting/Login-form-background.php:679 includes/settings/page-settings.php:168
191
- #: includes/social/social.php:192
192
  msgid "Setting Save Successfully"
193
  msgstr "सफलतापूर्वक सहेजें स्थापना"
194
 
195
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106 includes/design/background.php:180
196
- #: includes/design/background.php:368 includes/design/background.php:383 includes/design/text_and_color.php:583
197
- #: includes/design/text_and_color.php:598 includes/googlecaptcha-settings/gcaptcha-settings.php:117
 
 
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
199
- #: includes/login-form-setting/Login-form-background.php:361
200
- #: includes/login-form-setting/Login-form-background.php:679
201
- #: includes/login-form-setting/Login-form-background.php:693 includes/settings/page-settings.php:84
202
- #: includes/settings/page-settings.php:168 includes/settings/page-settings.php:182 includes/social/social.php:192
 
203
  #: includes/social/social.php:206
204
  msgid "Close"
205
  msgstr "बंद"
206
 
207
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383 includes/design/text_and_color.php:598
 
208
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
209
- #: includes/login-form-setting/Login-form-background.php:693 includes/settings/page-settings.php:182
210
- #: includes/social/social.php:206
211
  msgid "Setting Reset Successfully"
212
  msgstr "सफलतापूर्वक सहेजें स्थापना"
213
 
214
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391 includes/design/text_and_color.php:606
 
215
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
216
- #: includes/login-form-setting/Login-form-background.php:700 includes/settings/page-settings.php:189
217
- #: includes/social/social.php:213
218
  msgid "Save Changes"
219
  msgstr "परिवर्तनों को सुरक्षित करें"
220
 
221
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394 includes/design/text_and_color.php:609
 
222
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
223
- #: includes/login-form-setting/Login-form-background.php:703 includes/settings/page-settings.php:192
224
- #: includes/social/social.php:216
225
  msgid "Reset Default"
226
  msgstr "पुनः तैयार करना"
227
 
@@ -230,7 +200,7 @@ msgid "Background Settings"
230
  msgstr "पृष्ठभूमि सेटिंग"
231
 
232
  #: includes/design/background.php:103 includes/design/background.php:110
233
- #: includes/login-form-setting/Login-form-background.php:276
234
  msgid "Select Background"
235
  msgstr "पृष्ठभूमि चयन करें"
236
 
@@ -238,11 +208,13 @@ msgstr "पृष्ठभूमि चयन करें"
238
  msgid "No Background Selected"
239
  msgstr "कोई चयनित पृष्ठभूमि नहीं"
240
 
241
- #: includes/design/background.php:111 includes/login-form-setting/Login-form-background.php:283
 
242
  msgid "Static Background Color"
243
  msgstr "स्थिर पृष्ठभूमि का रंग"
244
 
245
- #: includes/design/background.php:112 includes/login-form-setting/Login-form-background.php:284
 
246
  msgid "Static Background Image"
247
  msgstr "स्थिर पृष्ठभूमि छवि"
248
 
@@ -250,31 +222,36 @@ msgstr "स्थिर पृष्ठभूमि छवि"
250
  msgid "Background SlideShow"
251
  msgstr "पृष्ठभूमि स्लाइड शो"
252
 
253
- #: includes/design/background.php:131 includes/login-form-setting/Login-form-background.php:300
 
254
  msgid "Background Color"
255
  msgstr "पृष्ठभूमि का रंग"
256
 
257
  #: includes/design/background.php:153 includes/design/background.php:172
258
- #: includes/login-form-setting/Login-form-background.php:337
259
  msgid "Background Image"
260
  msgstr "पृष्ठभूमि छवि"
261
 
262
- #: includes/design/background.php:158 includes/login-form-setting/Login-form-background.php:342
 
263
  #: includes/settings/page-settings.php:67
264
  msgid "No media selected!"
265
  msgstr "कोई मीडिया चयनित नहीं!"
266
 
267
- #: includes/design/background.php:160 includes/login-form-setting/Login-form-background.php:343
 
268
  #: includes/settings/page-settings.php:68
269
  msgid "Upload"
270
  msgstr "अपलोड"
271
 
272
- #: includes/design/background.php:162 includes/login-form-setting/Login-form-background.php:345
 
273
  #: includes/settings/page-settings.php:70
274
  msgid "Preview"
275
  msgstr "पूर्वावलोकन"
276
 
277
- #: includes/design/background.php:164 includes/login-form-setting/Login-form-background.php:347
 
278
  msgid "Remove"
279
  msgstr "हटाए"
280
 
@@ -283,67 +260,83 @@ msgid "Cover or Strech"
283
  msgstr "आवरण"
284
 
285
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
286
- #: includes/design/text_and_color.php:520 includes/login-form-setting/Login-form-background.php:538
 
287
  msgid "Yes"
288
  msgstr "हाँ"
289
 
290
- #: includes/design/background.php:213 includes/login-form-setting/Login-form-background.php:376
 
291
  msgid "Background Repeat"
292
  msgstr "पृष्ठभूमि दोहरान"
293
 
294
- #: includes/design/background.php:219 includes/login-form-setting/Login-form-background.php:382
 
295
  msgid "No Repeat"
296
  msgstr "दोहरान नहीं"
297
 
298
- #: includes/design/background.php:220 includes/login-form-setting/Login-form-background.php:383
 
299
  msgid "Repeat"
300
  msgstr "दोहरान"
301
 
302
- #: includes/design/background.php:221 includes/login-form-setting/Login-form-background.php:384
 
303
  msgid "Repeat Horizontally"
304
  msgstr "क्षैतिज दोहराएँ"
305
 
306
- #: includes/design/background.php:222 includes/login-form-setting/Login-form-background.php:385
 
307
  msgid "Repeat Vertically"
308
  msgstr "लंबवत दोहराएँ"
309
 
310
- #: includes/design/background.php:234 includes/login-form-setting/Login-form-background.php:396
 
311
  msgid "Background Position"
312
  msgstr "पृष्ठभूमि स्थिति"
313
 
314
- #: includes/design/background.php:240 includes/login-form-setting/Login-form-background.php:402
 
315
  msgid "Left Top"
316
  msgstr "बाएँ शीर्ष"
317
 
318
- #: includes/design/background.php:241 includes/login-form-setting/Login-form-background.php:403
 
319
  msgid "Left Center"
320
  msgstr "बायां केंद्र"
321
 
322
- #: includes/design/background.php:242 includes/login-form-setting/Login-form-background.php:404
 
323
  msgid "Left Bottom"
324
  msgstr "बायां नीचे"
325
 
326
- #: includes/design/background.php:243 includes/login-form-setting/Login-form-background.php:405
 
327
  msgid "Right Top"
328
  msgstr "दांया शीर्ष"
329
 
330
- #: includes/design/background.php:244 includes/login-form-setting/Login-form-background.php:406
 
331
  msgid "Right Center"
332
  msgstr "दायें केंद्र"
333
 
334
- #: includes/design/background.php:245 includes/login-form-setting/Login-form-background.php:407
 
335
  msgid "Right Bottom"
336
  msgstr "दांया नीचे"
337
 
338
- #: includes/design/background.php:246 includes/login-form-setting/Login-form-background.php:408
 
339
  msgid "Center Top"
340
  msgstr "केंद्र शीर्ष"
341
 
342
- #: includes/design/background.php:247 includes/login-form-setting/Login-form-background.php:409
 
343
  msgid "Center Center"
344
  msgstr "केंद्र"
345
 
346
- #: includes/design/background.php:248 includes/login-form-setting/Login-form-background.php:410
 
347
  msgid "Center Bottom"
348
  msgstr "केंद्र निचला"
349
 
@@ -456,7 +449,7 @@ msgid "Enable Link shadow?"
456
  msgstr "लिंक छाया सक्षम करें?"
457
 
458
  #: includes/design/text_and_color.php:247 includes/design/text_and_color.php:523
459
- #: includes/login-form-setting/Login-form-background.php:541
460
  msgid "No"
461
  msgstr "नहीं"
462
 
@@ -537,12 +530,12 @@ msgstr "प्रवाह दर"
537
 
538
  #: includes/help/help.php:44
539
  msgid ""
540
- "If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a "
541
- "positive feedback. Your feedback will help us to encourage and support the plugins continued development and "
542
- "better user support."
543
  msgstr ""
544
- "अगर आपको प्लगइन अच्छा लगा हो तो फीडबैक दे. आपका फीडबैक हमें उत्साहित करेगे नये प्रोडक्ट बनाने के लिए इससे हम और अच्छा सपोर्ट दे "
545
- "पाएंगे."
546
 
547
  #: includes/help/help.php:62
548
  msgid "Share Us Your Suggestion"
@@ -550,8 +543,8 @@ msgstr "हमें आपके सुझाव साझा करें"
550
 
551
  #: includes/help/help.php:68
552
  msgid ""
553
- "If you have any suggestion or features in your mind then please share us. We will try our best to add them in "
554
- "this plugin."
555
  msgstr "अगर आपके पास कोई सुझाव हो तो हमें बताये .हम उससे प्लगइन में शामिल करेंगे."
556
 
557
  #: includes/help/help.php:80
@@ -576,19 +569,24 @@ msgstr "हमें रेट करें और दान करें"
576
 
577
  #: includes/help/rate.php:29
578
  msgid ""
579
- "We need your feedback for improve our plugin functionality on WordPress. So, if you like our plugin then "
580
- "please rate us"
581
  msgstr "प्लगइन को अच्छा बनाने के लिए हमें आपके सुझाव की जरूरत है"
582
 
 
 
 
 
583
  #: includes/import-export-setting/import_export.php:13
584
  msgid "Export Custom Login Data"
585
  msgstr "कस्टम लॉगिन का डाटा एक्सपोर्ट करे"
586
 
587
  #: includes/import-export-setting/import_export.php:18
588
  msgid ""
589
- "Export the plugin settings for this site as a .json file. This allows you to easily import the configuration "
590
- "into another site."
591
- msgstr "एक्सपोर्ट करे प्लगइन सेटिंग को जैसन फाइल के रूप में . इससे आप इसे आसानी से अलग साईट में परयोग कर सकते है."
 
592
 
593
  #: includes/import-export-setting/import_export.php:23
594
  msgid "Export"
@@ -600,189 +598,215 @@ msgstr "कस्टम लॉगिन का डाटा इम्पोर
600
 
601
  #: includes/import-export-setting/import_export.php:42
602
  msgid ""
603
- "Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another "
604
- "site using the form above."
605
- msgstr "इम्पोर्ट करे प्लगइन सेटिंग को जैसन फाइल से.इसे आसानी से प्राप्त किया जा सकता एक्सपोर्ट करके दूसरी साईट में."
 
606
 
607
  #: includes/import-export-setting/import_export.php:50
608
  msgid "Import"
609
  msgstr "इम्पोर्ट"
610
 
611
- #: includes/login-form-setting/Login-form-background.php:191
612
  msgid "Login Settings"
613
  msgstr "लॉगिन सेटिंग्स"
614
 
615
- #: includes/login-form-setting/Login-form-background.php:204
616
  msgid "Login Form Position"
617
  msgstr "लॉग इन फॉर्म की स्थिति"
618
 
619
- #: includes/login-form-setting/Login-form-background.php:210
620
  msgid "Default"
621
  msgstr "डीफाल्ट"
622
 
623
- #: includes/login-form-setting/Login-form-background.php:211
624
  msgid "Floating"
625
  msgstr "घूमता हुआ"
626
 
627
- #: includes/login-form-setting/Login-form-background.php:212
628
  msgid "Floating With Customization"
629
  msgstr "कस्टोमाईज़ेसन के साथ घूमता हुआ"
630
 
631
- #: includes/login-form-setting/Login-form-background.php:223
632
  msgid "Float Settings"
633
  msgstr "फ्लोट सेटिंग्स"
634
 
635
- #: includes/login-form-setting/Login-form-background.php:229
636
  msgid "Left"
637
  msgstr "बाया"
638
 
639
- #: includes/login-form-setting/Login-form-background.php:232
640
  msgid "Center"
641
  msgstr "केंद्र"
642
 
643
- #: includes/login-form-setting/Login-form-background.php:235
644
  msgid "Right"
645
  msgstr "दाया"
646
 
647
- #: includes/login-form-setting/Login-form-background.php:245
648
  msgid "Floating With Customization Settings"
649
  msgstr "कस्टोमाईज़ेसन के साथ घूमता हुआ"
650
 
651
- #: includes/login-form-setting/Login-form-background.php:266
652
  msgid "Note: This form position setting will be not responsive."
653
  msgstr "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी."
654
 
655
- #: includes/login-form-setting/Login-form-background.php:282
656
  msgid "Select background"
657
  msgstr "चयन करें पृष्ठभूमि"
658
 
659
- #: includes/login-form-setting/Login-form-background.php:315
660
  msgid "Login Form Opacity"
661
  msgstr "पर्चा अपारदर्शिता लॉगिन"
662
 
663
- #: includes/login-form-setting/Login-form-background.php:355 includes/settings/page-settings.php:78
 
664
  msgid "Login Background Image"
665
  msgstr "लॉगिन पृष्ठभूमि छवि"
666
 
667
- #: includes/login-form-setting/Login-form-background.php:422
668
  msgid "Background Effect"
669
  msgstr "पृष्ठभूमि प्रभाव"
670
 
671
- #: includes/login-form-setting/Login-form-background.php:428
672
  msgid "Select overlay effect"
673
  msgstr "ओवरले प्रभाव का चयन करें"
674
 
675
- #: includes/login-form-setting/Login-form-background.php:429
676
  msgid "No Overlay Effect"
677
  msgstr "कोई ओवरले प्रभाव नहीं"
678
 
679
- #: includes/login-form-setting/Login-form-background.php:430
680
  msgid "Overlay Effect 1"
681
  msgstr "ओवरले प्रभाव 1"
682
 
683
- #: includes/login-form-setting/Login-form-background.php:431
684
  msgid "Overlay Effect 2"
685
  msgstr "ओवरले प्रभाव 2"
686
 
687
- #: includes/login-form-setting/Login-form-background.php:432
688
  msgid "Overlay Effect 3"
689
  msgstr "ओवरले प्रभाव 3"
690
 
691
- #: includes/login-form-setting/Login-form-background.php:445
692
  msgid "Login Form Width"
693
  msgstr "लॉगिन"
694
 
695
- #: includes/login-form-setting/Login-form-background.php:462
696
  msgid "Border Color"
697
  msgstr "सीमा रंग"
698
 
699
- #: includes/login-form-setting/Login-form-background.php:477
700
  msgid "Border Radius"
701
  msgstr "सीमा त्रिज्या"
702
 
703
- #: includes/login-form-setting/Login-form-background.php:494
704
  msgid "Border Style"
705
  msgstr "झालर की शैली"
706
 
707
- #: includes/login-form-setting/Login-form-background.php:500
708
  msgid "None"
709
  msgstr "नहीं"
710
 
711
- #: includes/login-form-setting/Login-form-background.php:501
712
  msgid "Solid"
713
  msgstr "ठोस"
714
 
715
- #: includes/login-form-setting/Login-form-background.php:502
716
  msgid "Dotted"
717
  msgstr "बिंदुओं से अंकित"
718
 
719
- #: includes/login-form-setting/Login-form-background.php:503
720
  msgid "Dashed"
721
  msgstr "मिश्रण"
722
 
723
- #: includes/login-form-setting/Login-form-background.php:504
724
  msgid "Double"
725
  msgstr "दोहरा"
726
 
727
- #: includes/login-form-setting/Login-form-background.php:515
728
  msgid "Border Thickness"
729
  msgstr "सीमा की मोटाई"
730
 
731
- #: includes/login-form-setting/Login-form-background.php:532
732
  msgid "Enable Form Shadow?"
733
  msgstr "फार्म छाया सक्षम करें?"
734
 
735
- #: includes/login-form-setting/Login-form-background.php:552
736
  msgid "Form Shadow Color"
737
  msgstr "छाया रंग रूप"
738
 
739
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
740
  msgid "Redirect Users After Login (Not Work For Admin)"
741
  msgstr "व्यवस्थापक के अलावा अन्य उपयोगकर्ताओं को पुन: डायरेक्ट करें"
742
 
743
- #: includes/login-form-setting/Login-form-background.php:572
744
  msgid "Redirect URL"
745
  msgstr "रीडायरेक्ट यूआरएल"
746
 
747
- #: includes/login-form-setting/Login-form-background.php:573
748
- msgid "Enter the URL to redirect users after login, Setting will not work for an administrator."
749
- msgstr "लॉगिन करने के बाद उपयोगकर्ताओं को रीडायरेक्ट करने के लिए URL दर्ज करें, व्यवस्थापक किसी व्यवस्थापक के लिए काम नहीं करेगा."
 
 
 
750
 
751
- #: includes/login-form-setting/Login-form-background.php:585
752
  msgid "Display Note To User Above Login Form"
753
  msgstr "लॉग इन फॉर्म के ऊपर उपयोगकर्ता को नोट नोट"
754
 
755
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
756
  msgid "Message Font Size"
757
  msgstr "संदेश फ़ॉन्ट का आकार"
758
 
759
- #: includes/login-form-setting/Login-form-background.php:620
760
  msgid "Message Font Color"
761
  msgstr "शीर्षक फ़ॉन्ट रंग"
762
 
763
- #: includes/login-form-setting/Login-form-background.php:637
764
  msgid "Tagline Message Display Below Login Form"
765
  msgstr "लॉगिन फॉर्म के नीचे टैगलाइन संदेश प्रदर्शन"
766
 
767
- #: includes/login-form-setting/Login-form-background.php:654
768
- #: includes/login-form-setting/Login-form-background.php:659
769
  msgid "Custom CSS"
770
  msgstr "कस्टम सी एस एस"
771
 
772
- #: includes/login-form-setting/Login-form-background.php:661
773
  msgid "Enter any custom css you want to apply on login panel."
774
  msgstr "कोई भी कस्टम सी एस एस डाले जो आप लॉग इन पैनल पर लगाना चाहते है."
775
 
776
- #: includes/login-form-setting/Login-form-background.php:662
777
  msgid "Note: Please Do Not Use"
778
  msgstr "नोट: किरपिया प्रयोग न करे"
779
 
780
- #: includes/login-form-setting/Login-form-background.php:662
781
  msgid "Tag With Custom CSS"
782
  msgstr "कस्टम सी एस एस के साथ स्टाइल टैग परयोग न करे"
783
 
784
- #: includes/login-form-setting/Login-form-background.php:679
785
- #: includes/login-form-setting/Login-form-background.php:693
786
  msgid "Login"
787
  msgstr "लॉगिन"
788
 
@@ -944,6 +968,46 @@ msgstr "क्या हुआ"
944
  msgid "Social"
945
  msgstr "सामाजिक"
946
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
947
  #~ msgid "User Name"
948
  #~ msgstr "यूज़र नेम"
949
 
@@ -1089,16 +1153,18 @@ msgstr "सामाजिक"
1089
  #~ msgstr "अपनी खुद फेसबुक एपीपी आईडी प्राप्त करें"
1090
 
1091
  #~ msgid "Settings successfully saved. Reloading page for generating preview below."
1092
- #~ msgstr "सेटिंग्स सफलतापूर्वक बना दी गई है। नीचे पूर्वावलोकन पैदा करने के लिए पेज को पुन: लोड किया जा रहा है।"
 
1093
 
1094
  #~ msgid "Select any time."
1095
  #~ msgstr "कोइ समय चुनें"
1096
 
1097
  #~ msgid ""
1098
- #~ "Thank you for scheduling appointment with us.<br>A confirmation mail will be forward to you soon after "
1099
- #~ "admin approval."
1100
  #~ msgstr ""
1101
- #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द ही आपको भेजा जाएगा।"
 
1102
 
1103
  #~ msgid "Select any service."
1104
  #~ msgstr "कोइ सेवा चुनें"
@@ -1122,10 +1188,11 @@ msgstr "सामाजिक"
1122
  #~ msgstr "नई नियुक्ति बनायें"
1123
 
1124
  #~ msgid ""
1125
- #~ "Thank you for scheduling appointment with us. A confirmation mail will be sent to you soon after admin "
1126
- #~ "approval."
1127
  #~ msgstr ""
1128
- #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द ही आपको भेजा जाएगा।"
 
1129
 
1130
  #~ msgid "Click Here"
1131
  #~ msgstr "यहाँ क्लिक करें"
@@ -1236,10 +1303,11 @@ msgstr "सामाजिक"
1236
  #~ msgstr "अमान्य ईमेल"
1237
 
1238
  #~ msgid ""
1239
- #~ "Thank you for scheduling appointment with us. A confirmation mail will be forward to you soon after admin "
1240
- #~ "approval."
1241
  #~ msgstr ""
1242
- #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द ही आपको भेजा जाएगा।"
 
1243
 
1244
  #~ msgid "Sorry! Today's all appointments has been booked."
1245
  #~ msgstr "क्षमा करें! आज सभी नियुक्तियों को बुक किया जा चुका है।"
@@ -1268,7 +1336,9 @@ msgstr "सामाजिक"
1268
  #~ msgid "Help & Support"
1269
  #~ msgstr "मदद और समर्थन"
1270
 
1271
- #~ msgid "Appointment Calendar Plugin has been successfully removed. It can be re-activated from the "
 
 
1272
  #~ msgstr "नियुक्ति कैलेंडर प्लगइन सफलतापूर्वक हटा दिया गया है। आप इसे फिर से सक्रिय कर सकते हैं"
1273
 
1274
  #~ msgid "Plugins Page"
@@ -1278,17 +1348,18 @@ msgstr "सामाजिक"
1278
  #~ msgstr "नियुक्ति कैलेंडर प्लगइन हटायें।"
1279
 
1280
  #~ msgid ""
1281
- #~ "This operation wiil delete all Appointment Calendar data & settings. If you continue, You will not be able "
1282
- #~ "to retrieve or restore your appointments entries."
1283
  #~ msgstr ""
1284
- #~ "यह कार्यवाही नियुक्ति कैलेंडर डेटा की नियुक्ति प्रविष्टियों सहित सेटिंग्स, नष्ट कर देगी. यह पूर्ववत प्राप्त नहीं किया जा सकता है।"
 
1285
 
1286
  #~ msgid ""
1287
- #~ "Warning! Appointment Calendar data & settings, including appointment entries will be deleted. This cannot "
1288
- #~ "be undone. OK to delete, CANCEL to stop"
1289
  #~ msgstr ""
1290
- #~ "चेतावनी! नियुक्ति कैलेंडर डेटा और नियुक्ति प्रविष्टियों सहित सेटिंग्स, नष्ट कर दिया जाएगा. यह पूर्ववत प्राप्त नहीं किया जा सकता "
1291
- #~ "है. इसको रोकने के लिए रद्द करें।"
1292
 
1293
  #~ msgid "REMOVE PLUGIN"
1294
  #~ msgstr "प्लगइन हटायें"
@@ -1413,9 +1484,6 @@ msgstr "सामाजिक"
1413
  #~ msgid "WP Mail Details"
1414
  #~ msgstr "WP मेल विवरण"
1415
 
1416
- #~ msgid "Admin Email"
1417
- #~ msgstr "व्यवस्थापक ईमेल"
1418
-
1419
  #~ msgid "PHPMail Details"
1420
  #~ msgstr "PHP मेल विवरण"
1421
 
@@ -1948,19 +2016,24 @@ msgstr "सामाजिक"
1948
  #~ msgstr "नियुक्त हो चुकी"
1949
 
1950
  #~ msgid ""
1951
- #~ "<strong>Appointment Calendar Lite</strong> is a simple but effective plugin which enables you to take "
1952
- #~ "appointments on your wordpress blog."
1953
  #~ msgstr ""
1954
- #~ "<strong>नियुक्ति कैलेंडर एक सरल लेकिन प्रभावी प्लगइन जो आपको अपने वर्डप्रैस ब्लॉग पर नियुक्तियों को लेने के लिए सक्षम बनाता है। "
1955
- #~ "</strong>"
1956
 
1957
- #~ msgid "If you are a consultant/doctor/lawyer etc, you can harness the power of appointment calendar."
1958
- #~ msgstr "यदि आप एक परामर्शदाता चिकित्सक, वकील आदि हैं, तो आप नियुक्ति कैलेंडर की शक्ति का दोहन कर सकते हैं।"
 
 
 
1959
 
1960
  #~ msgid ""
1961
- #~ "Simply unzip and upload appointment-calendar directory to /wp-content/plugins/ directory and activate the "
1962
- #~ "plugin."
1963
- #~ msgstr "बस खोलें और नियुक्ति कैलेंडर प्रीमियम प्लगइन को /wp-content/plugins/ डयरेक्ट्री में अपलोड करें और प्लगइन को सक्रिय करें।"
 
 
1964
 
1965
  #~ msgid "To insert Appointment Calendar into any post or page, use the shortcode:"
1966
  #~ msgstr "किसी भी पोस्ट या पृष्ठ में नियुक्ति कैलेंडर डालने के लिए इस शोर्टकोड का उपयोग करें:"
@@ -2559,7 +2632,8 @@ msgstr "सामाजिक"
2559
  #~ msgid "Appointment Calendar Premium"
2560
  #~ msgstr "नियुक्ति कैलेंडर प्रीमियम"
2561
 
2562
- #~ msgid "To insert Appointment Calendar Premium Button into any post or page, use the shortcode:"
 
2563
  #~ msgstr "किसी भी पोस्ट या पृष्ठ में नियुक्ति कैलेंडर प्रीमियम बटन डालने के लिए इस शोर्टकोड का उपयोग करें:"
2564
 
2565
  #, fuzzy
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:16+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:16+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-KeywordsList: _e;_;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "व्यवस्थापक कस्टम लॉगिन"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "आपका सहयोग दे(रैट दे)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "डैशबोर्ड"
31
 
32
+ #: includes/content.php:81
33
  msgid "application overview"
34
  msgstr "आवेदन अवलोकन"
35
 
36
+ #: includes/content.php:90
37
  msgid "Background Design"
38
  msgstr "पृष्ठभूमि डिजाइन"
39
 
40
+ #: includes/content.php:91
41
  msgid "modify background design here"
42
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
43
 
44
+ #: includes/content.php:101
45
  msgid "Login form Setting"
46
  msgstr "प्रवेश फार्म की स्थापना"
47
 
48
+ #: includes/content.php:102
49
  msgid "modify login design here"
50
  msgstr "यहां लॉग इन डिजाइन सुधारे"
51
 
52
+ #: includes/content.php:112
53
  msgid "Font Setting"
54
  msgstr "फ़ॉन्ट सेटिंग"
55
 
56
+ #: includes/content.php:113
57
  msgid "modify login form style here"
58
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
59
 
60
+ #: includes/content.php:123 includes/settings/page-settings.php:50
61
  msgid "Logo Settings"
62
  msgstr "लोगो सेटिंग्स"
63
 
64
+ #: includes/content.php:124
65
  msgid "customize logo settings here"
66
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
67
 
68
+ #: includes/content.php:135 includes/social/social.php:21
69
  msgid "Social Settings"
70
  msgstr "सामाजिक व्यवस्था"
71
 
72
+ #: includes/content.php:136
73
  msgid "connect with your social profile"
74
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
75
 
76
+ #: includes/content.php:146 includes/googlecaptcha-settings/gcaptcha-settings.php:117
77
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
78
  msgid "Google Captcha"
79
  msgstr "गूगल कैप्चा"
80
 
81
+ #: includes/content.php:147
82
  msgid "configure captcha settings"
83
  msgstr "कैप्चा सेटिंग्स कॉन्फ़िगर करें"
84
 
85
+ #: includes/content.php:157
86
  msgid "Export / Import"
87
  msgstr "इम्पोर्ट/एक्सपोर्ट"
88
 
89
+ #: includes/content.php:158
90
  msgid "import / export plugin settings"
91
  msgstr "आयात / निर्यात प्लगइन सेटिंग्स"
92
 
93
+ #: includes/content.php:167
94
  msgid "Recommendations"
95
  msgstr "सिफारिश"
96
 
97
+ #: includes/content.php:168
98
  msgid "get more free plugins"
99
  msgstr "अन्य महत्वपूर्ण प्लगिन"
100
 
101
+ #: includes/content.php:177 includes/help/help.php:15
102
  msgid "Help And Support"
103
  msgstr "मदद और समर्थन"
104
 
105
+ #: includes/content.php:178
106
  msgid "ask your queries"
107
  msgstr "अपने प्रश्न पूछो"
108
 
109
+ #: includes/content.php:187 includes/offers.php:11
110
  msgid "Our Offers"
111
  msgstr "हमारी पेशकश"
112
 
113
+ #: includes/content.php:188
114
  msgid "weblizar premium products"
115
  msgstr "वेबलिज़र प्रीमियम उत्पाद"
116
 
117
+ #: includes/content.php:197
118
  msgid "Rate & Donate Us"
119
  msgstr "हमें रेट करें और दान करें"
120
 
121
+ #: includes/content.php:198
122
  msgid "if you like us"
123
  msgstr "अगर आप हमें पसंद करते हैं"
124
 
126
  msgid "Admin Custom Login Dashboard"
127
  msgstr "व्यवस्थापक कस्टम लॉगिन डैशबोर्ड"
128
 
129
+ #: includes/dashboard/dashboard.php:104
130
  msgid "Admin Custom Login Status"
131
  msgstr "व्यवस्थापक कस्टम लॉगिन स्टेटस"
132
 
133
+ #: includes/dashboard/dashboard.php:110
134
+ #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
135
  msgid "Disable"
136
  msgstr "असक्षम"
137
 
138
+ #: includes/dashboard/dashboard.php:113
139
+ #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
140
  msgid "Enable"
141
  msgstr "सक्षम"
142
 
143
+ #: includes/dashboard/dashboard.php:124
144
  msgid "View Login Page"
145
  msgstr "देखें लॉगिन पृष्ठ"
146
 
147
+ #: includes/dashboard/dashboard.php:129
148
  msgid "Copy below link and open in another browser where you are not logged in"
149
  msgstr "नीचे दिये हुए लिंक को कॉपी करे और पेस्ट करे दुसरे ब्राउज़र में जहाँ आप लॉग इन ना हो"
150
 
151
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
152
+ #: includes/design/text_and_color.php:583
 
 
 
153
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
154
+ #: includes/login-form-setting/login-form-background.php:716
155
+ #: includes/settings/page-settings.php:168 includes/social/social.php:192
156
  msgid "Setting Save Successfully"
157
  msgstr "सफलतापूर्वक सहेजें स्थापना"
158
 
159
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
160
+ #: includes/design/background.php:180 includes/design/background.php:368
161
+ #: includes/design/background.php:383 includes/design/text_and_color.php:583
162
+ #: includes/design/text_and_color.php:598
163
+ #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
164
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
165
+ #: includes/login-form-setting/login-form-background.php:361
166
+ #: includes/login-form-setting/login-form-background.php:716
167
+ #: includes/login-form-setting/login-form-background.php:730
168
+ #: includes/settings/page-settings.php:84 includes/settings/page-settings.php:168
169
+ #: includes/settings/page-settings.php:182 includes/social/social.php:192
170
  #: includes/social/social.php:206
171
  msgid "Close"
172
  msgstr "बंद"
173
 
174
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
175
+ #: includes/design/text_and_color.php:598
176
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
177
+ #: includes/login-form-setting/login-form-background.php:730
178
+ #: includes/settings/page-settings.php:182 includes/social/social.php:206
179
  msgid "Setting Reset Successfully"
180
  msgstr "सफलतापूर्वक सहेजें स्थापना"
181
 
182
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
183
+ #: includes/design/text_and_color.php:606
184
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
185
+ #: includes/login-form-setting/login-form-background.php:737
186
+ #: includes/settings/page-settings.php:189 includes/social/social.php:213
187
  msgid "Save Changes"
188
  msgstr "परिवर्तनों को सुरक्षित करें"
189
 
190
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
191
+ #: includes/design/text_and_color.php:609
192
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
193
+ #: includes/login-form-setting/login-form-background.php:740
194
+ #: includes/settings/page-settings.php:192 includes/social/social.php:216
195
  msgid "Reset Default"
196
  msgstr "पुनः तैयार करना"
197
 
200
  msgstr "पृष्ठभूमि सेटिंग"
201
 
202
  #: includes/design/background.php:103 includes/design/background.php:110
203
+ #: includes/login-form-setting/login-form-background.php:276
204
  msgid "Select Background"
205
  msgstr "पृष्ठभूमि चयन करें"
206
 
208
  msgid "No Background Selected"
209
  msgstr "कोई चयनित पृष्ठभूमि नहीं"
210
 
211
+ #: includes/design/background.php:111
212
+ #: includes/login-form-setting/login-form-background.php:283
213
  msgid "Static Background Color"
214
  msgstr "स्थिर पृष्ठभूमि का रंग"
215
 
216
+ #: includes/design/background.php:112
217
+ #: includes/login-form-setting/login-form-background.php:284
218
  msgid "Static Background Image"
219
  msgstr "स्थिर पृष्ठभूमि छवि"
220
 
222
  msgid "Background SlideShow"
223
  msgstr "पृष्ठभूमि स्लाइड शो"
224
 
225
+ #: includes/design/background.php:131
226
+ #: includes/login-form-setting/login-form-background.php:300
227
  msgid "Background Color"
228
  msgstr "पृष्ठभूमि का रंग"
229
 
230
  #: includes/design/background.php:153 includes/design/background.php:172
231
+ #: includes/login-form-setting/login-form-background.php:337
232
  msgid "Background Image"
233
  msgstr "पृष्ठभूमि छवि"
234
 
235
+ #: includes/design/background.php:158
236
+ #: includes/login-form-setting/login-form-background.php:342
237
  #: includes/settings/page-settings.php:67
238
  msgid "No media selected!"
239
  msgstr "कोई मीडिया चयनित नहीं!"
240
 
241
+ #: includes/design/background.php:160
242
+ #: includes/login-form-setting/login-form-background.php:343
243
  #: includes/settings/page-settings.php:68
244
  msgid "Upload"
245
  msgstr "अपलोड"
246
 
247
+ #: includes/design/background.php:162
248
+ #: includes/login-form-setting/login-form-background.php:345
249
  #: includes/settings/page-settings.php:70
250
  msgid "Preview"
251
  msgstr "पूर्वावलोकन"
252
 
253
+ #: includes/design/background.php:164
254
+ #: includes/login-form-setting/login-form-background.php:347
255
  msgid "Remove"
256
  msgstr "हटाए"
257
 
260
  msgstr "आवरण"
261
 
262
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
263
+ #: includes/design/text_and_color.php:520
264
+ #: includes/login-form-setting/login-form-background.php:538
265
  msgid "Yes"
266
  msgstr "हाँ"
267
 
268
+ #: includes/design/background.php:213
269
+ #: includes/login-form-setting/login-form-background.php:376
270
  msgid "Background Repeat"
271
  msgstr "पृष्ठभूमि दोहरान"
272
 
273
+ #: includes/design/background.php:219
274
+ #: includes/login-form-setting/login-form-background.php:382
275
  msgid "No Repeat"
276
  msgstr "दोहरान नहीं"
277
 
278
+ #: includes/design/background.php:220
279
+ #: includes/login-form-setting/login-form-background.php:383
280
  msgid "Repeat"
281
  msgstr "दोहरान"
282
 
283
+ #: includes/design/background.php:221
284
+ #: includes/login-form-setting/login-form-background.php:384
285
  msgid "Repeat Horizontally"
286
  msgstr "क्षैतिज दोहराएँ"
287
 
288
+ #: includes/design/background.php:222
289
+ #: includes/login-form-setting/login-form-background.php:385
290
  msgid "Repeat Vertically"
291
  msgstr "लंबवत दोहराएँ"
292
 
293
+ #: includes/design/background.php:234
294
+ #: includes/login-form-setting/login-form-background.php:396
295
  msgid "Background Position"
296
  msgstr "पृष्ठभूमि स्थिति"
297
 
298
+ #: includes/design/background.php:240
299
+ #: includes/login-form-setting/login-form-background.php:402
300
  msgid "Left Top"
301
  msgstr "बाएँ शीर्ष"
302
 
303
+ #: includes/design/background.php:241
304
+ #: includes/login-form-setting/login-form-background.php:403
305
  msgid "Left Center"
306
  msgstr "बायां केंद्र"
307
 
308
+ #: includes/design/background.php:242
309
+ #: includes/login-form-setting/login-form-background.php:404
310
  msgid "Left Bottom"
311
  msgstr "बायां नीचे"
312
 
313
+ #: includes/design/background.php:243
314
+ #: includes/login-form-setting/login-form-background.php:405
315
  msgid "Right Top"
316
  msgstr "दांया शीर्ष"
317
 
318
+ #: includes/design/background.php:244
319
+ #: includes/login-form-setting/login-form-background.php:406
320
  msgid "Right Center"
321
  msgstr "दायें केंद्र"
322
 
323
+ #: includes/design/background.php:245
324
+ #: includes/login-form-setting/login-form-background.php:407
325
  msgid "Right Bottom"
326
  msgstr "दांया नीचे"
327
 
328
+ #: includes/design/background.php:246
329
+ #: includes/login-form-setting/login-form-background.php:408
330
  msgid "Center Top"
331
  msgstr "केंद्र शीर्ष"
332
 
333
+ #: includes/design/background.php:247
334
+ #: includes/login-form-setting/login-form-background.php:409
335
  msgid "Center Center"
336
  msgstr "केंद्र"
337
 
338
+ #: includes/design/background.php:248
339
+ #: includes/login-form-setting/login-form-background.php:410
340
  msgid "Center Bottom"
341
  msgstr "केंद्र निचला"
342
 
449
  msgstr "लिंक छाया सक्षम करें?"
450
 
451
  #: includes/design/text_and_color.php:247 includes/design/text_and_color.php:523
452
+ #: includes/login-form-setting/login-form-background.php:541
453
  msgid "No"
454
  msgstr "नहीं"
455
 
530
 
531
  #: includes/help/help.php:44
532
  msgid ""
533
+ "If you are enjoying using our Admin Custom Login plugin and find it useful, then please "
534
+ "consider writing a positive feedback. Your feedback will help us to encourage and support "
535
+ "the plugins continued development and better user support."
536
  msgstr ""
537
+ "अगर आपको प्लगइन अच्छा लगा हो तो फीडबैक दे. आपका फीडबैक हमें उत्साहित करेगे नये प्रोडक्ट बनाने के लिए इससे "
538
+ "हम और अच्छा सपोर्ट दे पाएंगे."
539
 
540
  #: includes/help/help.php:62
541
  msgid "Share Us Your Suggestion"
543
 
544
  #: includes/help/help.php:68
545
  msgid ""
546
+ "If you have any suggestion or features in your mind then please share us. We will try our "
547
+ "best to add them in this plugin."
548
  msgstr "अगर आपके पास कोई सुझाव हो तो हमें बताये .हम उससे प्लगइन में शामिल करेंगे."
549
 
550
  #: includes/help/help.php:80
569
 
570
  #: includes/help/rate.php:29
571
  msgid ""
572
+ "We need your feedback for improve our plugin functionality on WordPress. So, if you like "
573
+ "our plugin then please rate us"
574
  msgstr "प्लगइन को अच्छा बनाने के लिए हमें आपके सुझाव की जरूरत है"
575
 
576
+ #: includes/help/rate.php:62
577
+ msgid "Donate Us"
578
+ msgstr "हमें दान करें"
579
+
580
  #: includes/import-export-setting/import_export.php:13
581
  msgid "Export Custom Login Data"
582
  msgstr "कस्टम लॉगिन का डाटा एक्सपोर्ट करे"
583
 
584
  #: includes/import-export-setting/import_export.php:18
585
  msgid ""
586
+ "Export the plugin settings for this site as a .json file. This allows you to easily import "
587
+ "the configuration into another site."
588
+ msgstr ""
589
+ "एक्सपोर्ट करे प्लगइन सेटिंग को जैसन फाइल के रूप में . इससे आप इसे आसानी से अलग साईट में परयोग कर सकते है."
590
 
591
  #: includes/import-export-setting/import_export.php:23
592
  msgid "Export"
598
 
599
  #: includes/import-export-setting/import_export.php:42
600
  msgid ""
601
+ "Import the plugin settings from a .json file. This file can be obtained by exporting the "
602
+ "settings on another site using the form above."
603
+ msgstr ""
604
+ "इम्पोर्ट करे प्लगइन सेटिंग को जैसन फाइल से.इसे आसानी से प्राप्त किया जा सकता एक्सपोर्ट करके दूसरी साईट में."
605
 
606
  #: includes/import-export-setting/import_export.php:50
607
  msgid "Import"
608
  msgstr "इम्पोर्ट"
609
 
610
+ #: includes/login-form-setting/login-form-background.php:191
611
  msgid "Login Settings"
612
  msgstr "लॉगिन सेटिंग्स"
613
 
614
+ #: includes/login-form-setting/login-form-background.php:204
615
  msgid "Login Form Position"
616
  msgstr "लॉग इन फॉर्म की स्थिति"
617
 
618
+ #: includes/login-form-setting/login-form-background.php:210
619
  msgid "Default"
620
  msgstr "डीफाल्ट"
621
 
622
+ #: includes/login-form-setting/login-form-background.php:211
623
  msgid "Floating"
624
  msgstr "घूमता हुआ"
625
 
626
+ #: includes/login-form-setting/login-form-background.php:212
627
  msgid "Floating With Customization"
628
  msgstr "कस्टोमाईज़ेसन के साथ घूमता हुआ"
629
 
630
+ #: includes/login-form-setting/login-form-background.php:223
631
  msgid "Float Settings"
632
  msgstr "फ्लोट सेटिंग्स"
633
 
634
+ #: includes/login-form-setting/login-form-background.php:229
635
  msgid "Left"
636
  msgstr "बाया"
637
 
638
+ #: includes/login-form-setting/login-form-background.php:232
639
  msgid "Center"
640
  msgstr "केंद्र"
641
 
642
+ #: includes/login-form-setting/login-form-background.php:235
643
  msgid "Right"
644
  msgstr "दाया"
645
 
646
+ #: includes/login-form-setting/login-form-background.php:245
647
  msgid "Floating With Customization Settings"
648
  msgstr "कस्टोमाईज़ेसन के साथ घूमता हुआ"
649
 
650
+ #: includes/login-form-setting/login-form-background.php:266
651
  msgid "Note: This form position setting will be not responsive."
652
  msgstr "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी."
653
 
654
+ #: includes/login-form-setting/login-form-background.php:282
655
  msgid "Select background"
656
  msgstr "चयन करें पृष्ठभूमि"
657
 
658
+ #: includes/login-form-setting/login-form-background.php:315
659
  msgid "Login Form Opacity"
660
  msgstr "पर्चा अपारदर्शिता लॉगिन"
661
 
662
+ #: includes/login-form-setting/login-form-background.php:355
663
+ #: includes/settings/page-settings.php:78
664
  msgid "Login Background Image"
665
  msgstr "लॉगिन पृष्ठभूमि छवि"
666
 
667
+ #: includes/login-form-setting/login-form-background.php:422
668
  msgid "Background Effect"
669
  msgstr "पृष्ठभूमि प्रभाव"
670
 
671
+ #: includes/login-form-setting/login-form-background.php:428
672
  msgid "Select overlay effect"
673
  msgstr "ओवरले प्रभाव का चयन करें"
674
 
675
+ #: includes/login-form-setting/login-form-background.php:429
676
  msgid "No Overlay Effect"
677
  msgstr "कोई ओवरले प्रभाव नहीं"
678
 
679
+ #: includes/login-form-setting/login-form-background.php:430
680
  msgid "Overlay Effect 1"
681
  msgstr "ओवरले प्रभाव 1"
682
 
683
+ #: includes/login-form-setting/login-form-background.php:431
684
  msgid "Overlay Effect 2"
685
  msgstr "ओवरले प्रभाव 2"
686
 
687
+ #: includes/login-form-setting/login-form-background.php:432
688
  msgid "Overlay Effect 3"
689
  msgstr "ओवरले प्रभाव 3"
690
 
691
+ #: includes/login-form-setting/login-form-background.php:445
692
  msgid "Login Form Width"
693
  msgstr "लॉगिन"
694
 
695
+ #: includes/login-form-setting/login-form-background.php:462
696
  msgid "Border Color"
697
  msgstr "सीमा रंग"
698
 
699
+ #: includes/login-form-setting/login-form-background.php:477
700
  msgid "Border Radius"
701
  msgstr "सीमा त्रिज्या"
702
 
703
+ #: includes/login-form-setting/login-form-background.php:494
704
  msgid "Border Style"
705
  msgstr "झालर की शैली"
706
 
707
+ #: includes/login-form-setting/login-form-background.php:500
708
  msgid "None"
709
  msgstr "नहीं"
710
 
711
+ #: includes/login-form-setting/login-form-background.php:501
712
  msgid "Solid"
713
  msgstr "ठोस"
714
 
715
+ #: includes/login-form-setting/login-form-background.php:502
716
  msgid "Dotted"
717
  msgstr "बिंदुओं से अंकित"
718
 
719
+ #: includes/login-form-setting/login-form-background.php:503
720
  msgid "Dashed"
721
  msgstr "मिश्रण"
722
 
723
+ #: includes/login-form-setting/login-form-background.php:504
724
  msgid "Double"
725
  msgstr "दोहरा"
726
 
727
+ #: includes/login-form-setting/login-form-background.php:515
728
  msgid "Border Thickness"
729
  msgstr "सीमा की मोटाई"
730
 
731
+ #: includes/login-form-setting/login-form-background.php:532
732
  msgid "Enable Form Shadow?"
733
  msgstr "फार्म छाया सक्षम करें?"
734
 
735
+ #: includes/login-form-setting/login-form-background.php:552
736
  msgid "Form Shadow Color"
737
  msgstr "छाया रंग रूप"
738
 
739
+ #: includes/login-form-setting/login-form-background.php:569
740
+ msgid "Username / Email Field Placeholder Text"
741
+ msgstr "उपयोगकर्ता नाम / ईमेल फ़ील्ड प्लेसहोल्डर टेक्स्ट"
742
+
743
+ #: includes/login-form-setting/login-form-background.php:574
744
+ msgid "Type Username or Email"
745
+ msgstr "उपयोगकर्ता नाम या ईमेल टाइप करें"
746
+
747
+ #: includes/login-form-setting/login-form-background.php:587
748
+ msgid "Password Field Placeholder Text"
749
+ msgstr "पासवर्ड फ़ील्ड प्लेसहोल्डर टेक्स्ट"
750
+
751
+ #: includes/login-form-setting/login-form-background.php:592
752
+ msgid "Type Password"
753
+ msgstr "पासवर्ड लिखें"
754
+
755
+ #: includes/login-form-setting/login-form-background.php:604
756
  msgid "Redirect Users After Login (Not Work For Admin)"
757
  msgstr "व्यवस्थापक के अलावा अन्य उपयोगकर्ताओं को पुन: डायरेक्ट करें"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:609
760
  msgid "Redirect URL"
761
  msgstr "रीडायरेक्ट यूआरएल"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:610
764
+ msgid ""
765
+ "Enter the URL to redirect users after login, Setting will not work for an administrator."
766
+ msgstr ""
767
+ "लॉगिन करने के बाद उपयोगकर्ताओं को रीडायरेक्ट करने के लिए URL दर्ज करें, व्यवस्थापक किसी व्यवस्थापक के लिए "
768
+ "काम नहीं करेगा."
769
 
770
+ #: includes/login-form-setting/login-form-background.php:622
771
  msgid "Display Note To User Above Login Form"
772
  msgstr "लॉग इन फॉर्म के ऊपर उपयोगकर्ता को नोट नोट"
773
 
774
+ #: includes/login-form-setting/login-form-background.php:627
775
+ #: includes/login-form-setting/login-form-background.php:679
776
+ msgid "Type Message"
777
+ msgstr "संदेश टाइप करें"
778
+
779
+ #: includes/login-form-setting/login-form-background.php:639
780
  msgid "Message Font Size"
781
  msgstr "संदेश फ़ॉन्ट का आकार"
782
 
783
+ #: includes/login-form-setting/login-form-background.php:657
784
  msgid "Message Font Color"
785
  msgstr "शीर्षक फ़ॉन्ट रंग"
786
 
787
+ #: includes/login-form-setting/login-form-background.php:674
788
  msgid "Tagline Message Display Below Login Form"
789
  msgstr "लॉगिन फॉर्म के नीचे टैगलाइन संदेश प्रदर्शन"
790
 
791
+ #: includes/login-form-setting/login-form-background.php:691
792
+ #: includes/login-form-setting/login-form-background.php:696
793
  msgid "Custom CSS"
794
  msgstr "कस्टम सी एस एस"
795
 
796
+ #: includes/login-form-setting/login-form-background.php:698
797
  msgid "Enter any custom css you want to apply on login panel."
798
  msgstr "कोई भी कस्टम सी एस एस डाले जो आप लॉग इन पैनल पर लगाना चाहते है."
799
 
800
+ #: includes/login-form-setting/login-form-background.php:699
801
  msgid "Note: Please Do Not Use"
802
  msgstr "नोट: किरपिया प्रयोग न करे"
803
 
804
+ #: includes/login-form-setting/login-form-background.php:699
805
  msgid "Tag With Custom CSS"
806
  msgstr "कस्टम सी एस एस के साथ स्टाइल टैग परयोग न करे"
807
 
808
+ #: includes/login-form-setting/login-form-background.php:716
809
+ #: includes/login-form-setting/login-form-background.php:730
810
  msgid "Login"
811
  msgstr "लॉगिन"
812
 
968
  msgid "Social"
969
  msgstr "सामाजिक"
970
 
971
+ #: init.php:62
972
+ msgid "Settings"
973
+ msgstr "सेटिंग्स"
974
+
975
+ #: init.php:154
976
+ msgid "Username or Email"
977
+ msgstr "उपयोगकर्ता का नाम या ईमेल"
978
+
979
+ #: init.php:155
980
+ msgid "Password"
981
+ msgstr "पासवर्ड"
982
+
983
+ #: init.php:178
984
+ msgid "Find Us On Social Media"
985
+ msgstr "हमें सामाजिक मीडिया पर खोजें"
986
+
987
+ #: init.php:465
988
+ msgid "Please upload a valid .json file"
989
+ msgstr "कृपया केवल जैसन फ़ाइल अपलोड करें"
990
+
991
+ #: init.php:471
992
+ msgid "Please upload a file to import"
993
+ msgstr "कृपया इम्पोर्ट के लिए फाइल अपलोड करे"
994
+
995
+ #, fuzzy
996
+ #~| msgid "Admin Email"
997
+ #~ msgid "Admin Demo"
998
+ #~ msgstr "व्यवस्थापक ईमेल"
999
+
1000
+ #, fuzzy
1001
+ #~| msgid "Admin Custom Login Status"
1002
+ #~ msgid "Admin Custom Login Pro Features"
1003
+ #~ msgstr "व्यवस्थापक कस्टम लॉगिन स्टेटस"
1004
+
1005
+ #~ msgid "Powered By"
1006
+ #~ msgstr "द्वारा संचालित"
1007
+
1008
+ #~ msgid "Weblizar"
1009
+ #~ msgstr "वेब्लिज़र"
1010
+
1011
  #~ msgid "User Name"
1012
  #~ msgstr "यूज़र नेम"
1013
 
1153
  #~ msgstr "अपनी खुद फेसबुक एपीपी आईडी प्राप्त करें"
1154
 
1155
  #~ msgid "Settings successfully saved. Reloading page for generating preview below."
1156
+ #~ msgstr ""
1157
+ #~ "सेटिंग्स सफलतापूर्वक बना दी गई है। नीचे पूर्वावलोकन पैदा करने के लिए पेज को पुन: लोड किया जा रहा है।"
1158
 
1159
  #~ msgid "Select any time."
1160
  #~ msgstr "कोइ समय चुनें"
1161
 
1162
  #~ msgid ""
1163
+ #~ "Thank you for scheduling appointment with us.<br>A confirmation mail will be forward to "
1164
+ #~ "you soon after admin approval."
1165
  #~ msgstr ""
1166
+ #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द "
1167
+ #~ "ही आपको भेजा जाएगा।"
1168
 
1169
  #~ msgid "Select any service."
1170
  #~ msgstr "कोइ सेवा चुनें"
1188
  #~ msgstr "नई नियुक्ति बनायें"
1189
 
1190
  #~ msgid ""
1191
+ #~ "Thank you for scheduling appointment with us. A confirmation mail will be sent to you "
1192
+ #~ "soon after admin approval."
1193
  #~ msgstr ""
1194
+ #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द "
1195
+ #~ "ही आपको भेजा जाएगा।"
1196
 
1197
  #~ msgid "Click Here"
1198
  #~ msgstr "यहाँ क्लिक करें"
1303
  #~ msgstr "अमान्य ईमेल"
1304
 
1305
  #~ msgid ""
1306
+ #~ "Thank you for scheduling appointment with us. A confirmation mail will be forward to you "
1307
+ #~ "soon after admin approval."
1308
  #~ msgstr ""
1309
+ #~ "हमारे साथ नियुक्ति का समय निर्धारण करने के लिए धन्यवाद। एक संपुष्टि मेल व्यवस्थापक अनुमोदन के बाद जल्द "
1310
+ #~ "ही आपको भेजा जाएगा।"
1311
 
1312
  #~ msgid "Sorry! Today's all appointments has been booked."
1313
  #~ msgstr "क्षमा करें! आज सभी नियुक्तियों को बुक किया जा चुका है।"
1336
  #~ msgid "Help & Support"
1337
  #~ msgstr "मदद और समर्थन"
1338
 
1339
+ #~ msgid ""
1340
+ #~ "Appointment Calendar Plugin has been successfully removed. It can be re-activated from "
1341
+ #~ "the "
1342
  #~ msgstr "नियुक्ति कैलेंडर प्लगइन सफलतापूर्वक हटा दिया गया है। आप इसे फिर से सक्रिय कर सकते हैं"
1343
 
1344
  #~ msgid "Plugins Page"
1348
  #~ msgstr "नियुक्ति कैलेंडर प्लगइन हटायें।"
1349
 
1350
  #~ msgid ""
1351
+ #~ "This operation wiil delete all Appointment Calendar data & settings. If you continue, "
1352
+ #~ "You will not be able to retrieve or restore your appointments entries."
1353
  #~ msgstr ""
1354
+ #~ "यह कार्यवाही नियुक्ति कैलेंडर डेटा की नियुक्ति प्रविष्टियों सहित सेटिंग्स, नष्ट कर देगी. यह पूर्ववत प्राप्त "
1355
+ #~ "नहीं किया जा सकता है।"
1356
 
1357
  #~ msgid ""
1358
+ #~ "Warning! Appointment Calendar data & settings, including appointment entries will be "
1359
+ #~ "deleted. This cannot be undone. OK to delete, CANCEL to stop"
1360
  #~ msgstr ""
1361
+ #~ "चेतावनी! नियुक्ति कैलेंडर डेटा और नियुक्ति प्रविष्टियों सहित सेटिंग्स, नष्ट कर दिया जाएगा. यह पूर्ववत "
1362
+ #~ "प्राप्त नहीं किया जा सकता है. इसको रोकने के लिए रद्द करें।"
1363
 
1364
  #~ msgid "REMOVE PLUGIN"
1365
  #~ msgstr "प्लगइन हटायें"
1484
  #~ msgid "WP Mail Details"
1485
  #~ msgstr "WP मेल विवरण"
1486
 
 
 
 
1487
  #~ msgid "PHPMail Details"
1488
  #~ msgstr "PHP मेल विवरण"
1489
 
2016
  #~ msgstr "नियुक्त हो चुकी"
2017
 
2018
  #~ msgid ""
2019
+ #~ "<strong>Appointment Calendar Lite</strong> is a simple but effective plugin which "
2020
+ #~ "enables you to take appointments on your wordpress blog."
2021
  #~ msgstr ""
2022
+ #~ "<strong>नियुक्ति कैलेंडर एक सरल लेकिन प्रभावी प्लगइन जो आपको अपने वर्डप्रैस ब्लॉग पर नियुक्तियों को लेने के "
2023
+ #~ "लिए सक्षम बनाता है। </strong>"
2024
 
2025
+ #~ msgid ""
2026
+ #~ "If you are a consultant/doctor/lawyer etc, you can harness the power of appointment "
2027
+ #~ "calendar."
2028
+ #~ msgstr ""
2029
+ #~ "यदि आप एक परामर्शदाता चिकित्सक, वकील आदि हैं, तो आप नियुक्ति कैलेंडर की शक्ति का दोहन कर सकते हैं।"
2030
 
2031
  #~ msgid ""
2032
+ #~ "Simply unzip and upload appointment-calendar directory to /wp-content/plugins/ directory "
2033
+ #~ "and activate the plugin."
2034
+ #~ msgstr ""
2035
+ #~ "बस खोलें और नियुक्ति कैलेंडर प्रीमियम प्लगइन को /wp-content/plugins/ डयरेक्ट्री में अपलोड करें और प्लगइन "
2036
+ #~ "को सक्रिय करें।"
2037
 
2038
  #~ msgid "To insert Appointment Calendar into any post or page, use the shortcode:"
2039
  #~ msgstr "किसी भी पोस्ट या पृष्ठ में नियुक्ति कैलेंडर डालने के लिए इस शोर्टकोड का उपयोग करें:"
2632
  #~ msgid "Appointment Calendar Premium"
2633
  #~ msgstr "नियुक्ति कैलेंडर प्रीमियम"
2634
 
2635
+ #~ msgid ""
2636
+ #~ "To insert Appointment Calendar Premium Button into any post or page, use the shortcode:"
2637
  #~ msgstr "किसी भी पोस्ट या पृष्ठ में नियुक्ति कैलेंडर प्रीमियम बटन डालने के लिए इस शोर्टकोड का उपयोग करें:"
2638
 
2639
  #, fuzzy
languages/admin-custom-login-it_IT.mo CHANGED
Binary file
languages/admin-custom-login-it_IT.po CHANGED
@@ -1,173 +1,137 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:37+0530\n"
5
- "PO-Revision-Date: 2018-07-31 17:41+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "Username o Indirizzo Email"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Scrivi Nome utente o Email"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Parola d'ordine"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- msgid "Type Password"
33
- msgstr "Inserisci password"
34
-
35
- #: admin-custom-login.php:193
36
- msgid "Find Us On Social Media"
37
- msgstr "Trovaci sui social media"
38
-
39
- #: admin-custom-login.php:477
40
- msgid "Please upload a valid .json file"
41
- msgstr "Si prega di caricare un file .json valido"
42
-
43
- #: admin-custom-login.php:483
44
- msgid "Please upload a file to import"
45
- msgstr "Si prega di caricare un file per importare"
46
-
47
- #: includes/content.php:28
48
  msgid "Admin Custom Login"
49
  msgstr "Login Custom Admin"
50
 
51
  #: includes/content.php:63
52
- msgid "Powered By"
53
- msgstr "Realizzato da"
54
-
55
- #: includes/content.php:65
56
- msgid "Weblizar"
57
- msgstr "Weblizar"
58
-
59
- #: includes/content.php:69
60
  msgid "Show Us Some Love (Rate Us)"
61
  msgstr "Mostraci un po 'di amore (valuta noi)"
62
 
63
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
64
- #: includes/dashboard/dashboard.php:106
65
  msgid "Dashboard"
66
  msgstr "Cruscotto"
67
 
68
- #: includes/content.php:87
69
  #, fuzzy
70
  #| msgid "Application overview"
71
  msgid "application overview"
72
  msgstr "Panoramica Applicazione"
73
 
74
- #: includes/content.php:96
75
  msgid "Background Design"
76
  msgstr "Impostazioni Sfondo"
77
 
78
- #: includes/content.php:97
79
  #, fuzzy
80
  #| msgid "Modify Background design here"
81
  msgid "modify background design here"
82
  msgstr "Modifica impostazioni sfondo"
83
 
84
- #: includes/content.php:107
85
  msgid "Login form Setting"
86
  msgstr "Impostazioni Login"
87
 
88
- #: includes/content.php:108
89
  #, fuzzy
90
  #| msgid "Modify Login design here"
91
  msgid "modify login design here"
92
  msgstr "Modifica impostazioni login"
93
 
94
- #: includes/content.php:118
95
  msgid "Font Setting"
96
  msgstr "Impostazioni Font"
97
 
98
- #: includes/content.php:119
99
  #, fuzzy
100
  #| msgid "Modify Login Form Style here"
101
  msgid "modify login form style here"
102
  msgstr "Modifica Stile Form Login"
103
 
104
- #: includes/content.php:129 includes/settings/page-settings.php:50
105
  msgid "Logo Settings"
106
  msgstr "Impostazioni Logo"
107
 
108
- #: includes/content.php:130
109
  #, fuzzy
110
  #| msgid "Customize Logo Settings here"
111
  msgid "customize logo settings here"
112
  msgstr "Personalizza Impostazioni Logo"
113
 
114
- #: includes/content.php:141 includes/social/social.php:21
115
  msgid "Social Settings"
116
  msgstr "Impostazioni Social"
117
 
118
- #: includes/content.php:142
119
  #, fuzzy
120
  #| msgid "Connect with your social profile"
121
  msgid "connect with your social profile"
122
  msgstr "Connettersi con profili Social"
123
 
124
- #: includes/content.php:152
125
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
126
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
127
  msgid "Google Captcha"
128
  msgstr "Google Captcha"
129
 
130
- #: includes/content.php:153
131
  msgid "configure captcha settings"
132
  msgstr "configurare le impostazioni captcha"
133
 
134
- #: includes/content.php:163
135
  msgid "Export / Import"
136
  msgstr "Esportazione importazione"
137
 
138
- #: includes/content.php:164
139
  msgid "import / export plugin settings"
140
  msgstr "impostazioni del plugin di importazione / esportazione"
141
 
142
- #: includes/content.php:173
143
  msgid "Recommendations"
144
  msgstr "raccomandazioni"
145
 
146
- #: includes/content.php:174
147
  msgid "get more free plugins"
148
  msgstr "ottieni più plugin gratuiti"
149
 
150
- #: includes/content.php:183 includes/help/help.php:15
151
  msgid "Help And Support"
152
  msgstr "Aiuto e supporto"
153
 
154
- #: includes/content.php:184
155
  msgid "ask your queries"
156
  msgstr "Aiuto e supporto"
157
 
158
- #: includes/content.php:193 includes/offers.php:11
159
  msgid "Our Offers"
160
  msgstr "Le nostre offerte"
161
 
162
- #: includes/content.php:194
163
  msgid "weblizar premium products"
164
  msgstr "weblizar prodotti premium"
165
 
166
- #: includes/content.php:203
167
  msgid "Rate & Donate Us"
168
  msgstr "Vota e donaci"
169
 
170
- #: includes/content.php:204
171
  msgid "if you like us"
172
  msgstr "if you like us"
173
 
@@ -175,49 +139,45 @@ msgstr "if you like us"
175
  msgid "Admin Custom Login Dashboard"
176
  msgstr "Amministrazione Login Personalizzato"
177
 
178
- #: includes/dashboard/dashboard.php:27
179
  msgid "Admin Custom Login Status"
180
  msgstr "Admin Login personalizzato"
181
 
182
- #: includes/dashboard/dashboard.php:33
183
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
184
  msgid "Disable"
185
  msgstr "disattivare"
186
 
187
- #: includes/dashboard/dashboard.php:36
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
189
  msgid "Enable"
190
  msgstr "Abilitare"
191
 
192
- #: includes/dashboard/dashboard.php:47
193
  msgid "View Login Page"
194
  msgstr "Visualizza Pagina Login"
195
 
196
- #: includes/dashboard/dashboard.php:52
197
  msgid "Copy below link and open in another browser where you are not logged in"
198
  msgstr "Copia sotto il link e apri in un altro browser in cui non sei loggato"
199
 
200
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
201
- msgid "Donate Us"
202
- msgstr "Donaci"
203
-
204
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
205
  #: includes/design/text_and_color.php:583
206
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
207
- #: includes/login-form-setting/Login-form-background.php:679
208
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
209
  msgid "Setting Save Successfully"
210
  msgstr "Impostazioni Salvate Correttamente"
211
 
212
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
213
  #: includes/design/background.php:180 includes/design/background.php:368
214
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
215
  #: includes/design/text_and_color.php:598
216
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
217
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
218
- #: includes/login-form-setting/Login-form-background.php:361
219
- #: includes/login-form-setting/Login-form-background.php:679
220
- #: includes/login-form-setting/Login-form-background.php:693
221
  #: includes/settings/page-settings.php:84
222
  #: includes/settings/page-settings.php:168
223
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -225,26 +185,26 @@ msgstr "Impostazioni Salvate Correttamente"
225
  msgid "Close"
226
  msgstr "Chiudi"
227
 
228
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
229
  #: includes/design/text_and_color.php:598
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
231
- #: includes/login-form-setting/Login-form-background.php:693
232
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
233
  msgid "Setting Reset Successfully"
234
  msgstr "Impostazioni Ripristinate Correttamente"
235
 
236
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
237
  #: includes/design/text_and_color.php:606
238
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
239
- #: includes/login-form-setting/Login-form-background.php:700
240
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
241
  msgid "Save Changes"
242
  msgstr "Salva Modifiche"
243
 
244
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
245
  #: includes/design/text_and_color.php:609
246
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
247
- #: includes/login-form-setting/Login-form-background.php:703
248
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
249
  msgid "Reset Default"
250
  msgstr "Ripristina Predefinite"
@@ -254,7 +214,7 @@ msgid "Background Settings"
254
  msgstr "Impostazioni Sfondo"
255
 
256
  #: includes/design/background.php:103 includes/design/background.php:110
257
- #: includes/login-form-setting/Login-form-background.php:276
258
  msgid "Select Background"
259
  msgstr "Seleziona sfondo"
260
 
@@ -263,12 +223,12 @@ msgid "No Background Selected"
263
  msgstr "Nessuno sfondo Selezionato"
264
 
265
  #: includes/design/background.php:111
266
- #: includes/login-form-setting/Login-form-background.php:283
267
  msgid "Static Background Color"
268
  msgstr "Colore Sfondo"
269
 
270
  #: includes/design/background.php:112
271
- #: includes/login-form-setting/Login-form-background.php:284
272
  msgid "Static Background Image"
273
  msgstr "Immagine di Sfondo"
274
 
@@ -277,35 +237,35 @@ msgid "Background SlideShow"
277
  msgstr "Sfondo con Slideshow"
278
 
279
  #: includes/design/background.php:131
280
- #: includes/login-form-setting/Login-form-background.php:300
281
  msgid "Background Color"
282
  msgstr "Colore Sfondo"
283
 
284
  #: includes/design/background.php:153 includes/design/background.php:172
285
- #: includes/login-form-setting/Login-form-background.php:337
286
  msgid "Background Image"
287
  msgstr "Immagine Sfondo"
288
 
289
  #: includes/design/background.php:158
290
- #: includes/login-form-setting/Login-form-background.php:342
291
  #: includes/settings/page-settings.php:67
292
  msgid "No media selected!"
293
  msgstr "Nessuno contenuto selezionato!"
294
 
295
  #: includes/design/background.php:160
296
- #: includes/login-form-setting/Login-form-background.php:343
297
  #: includes/settings/page-settings.php:68
298
  msgid "Upload"
299
  msgstr "Upload"
300
 
301
  #: includes/design/background.php:162
302
- #: includes/login-form-setting/Login-form-background.php:345
303
  #: includes/settings/page-settings.php:70
304
  msgid "Preview"
305
  msgstr "Anteprima"
306
 
307
  #: includes/design/background.php:164
308
- #: includes/login-form-setting/Login-form-background.php:347
309
  msgid "Remove"
310
  msgstr "Rimuovi"
311
 
@@ -315,82 +275,82 @@ msgstr "Coprire o Distendere"
315
 
316
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
317
  #: includes/design/text_and_color.php:520
318
- #: includes/login-form-setting/Login-form-background.php:538
319
  msgid "Yes"
320
  msgstr "Si"
321
 
322
  #: includes/design/background.php:213
323
- #: includes/login-form-setting/Login-form-background.php:376
324
  msgid "Background Repeat"
325
  msgstr "Ripeti Sfondo"
326
 
327
  #: includes/design/background.php:219
328
- #: includes/login-form-setting/Login-form-background.php:382
329
  msgid "No Repeat"
330
  msgstr "Nessuna Ripetizione"
331
 
332
  #: includes/design/background.php:220
333
- #: includes/login-form-setting/Login-form-background.php:383
334
  msgid "Repeat"
335
  msgstr "Ripeti"
336
 
337
  #: includes/design/background.php:221
338
- #: includes/login-form-setting/Login-form-background.php:384
339
  msgid "Repeat Horizontally"
340
  msgstr "Ripeti Orizzontalmente"
341
 
342
  #: includes/design/background.php:222
343
- #: includes/login-form-setting/Login-form-background.php:385
344
  msgid "Repeat Vertically"
345
  msgstr "Ripeti Verticalmente"
346
 
347
  #: includes/design/background.php:234
348
- #: includes/login-form-setting/Login-form-background.php:396
349
  msgid "Background Position"
350
  msgstr "Posizione Sfondo"
351
 
352
  #: includes/design/background.php:240
353
- #: includes/login-form-setting/Login-form-background.php:402
354
  msgid "Left Top"
355
  msgstr "Alto Sinistra"
356
 
357
  #: includes/design/background.php:241
358
- #: includes/login-form-setting/Login-form-background.php:403
359
  msgid "Left Center"
360
  msgstr "Centro Sinistra"
361
 
362
  #: includes/design/background.php:242
363
- #: includes/login-form-setting/Login-form-background.php:404
364
  msgid "Left Bottom"
365
  msgstr "Basso Sinistra"
366
 
367
  #: includes/design/background.php:243
368
- #: includes/login-form-setting/Login-form-background.php:405
369
  msgid "Right Top"
370
  msgstr "Alto Destra"
371
 
372
  #: includes/design/background.php:244
373
- #: includes/login-form-setting/Login-form-background.php:406
374
  msgid "Right Center"
375
  msgstr "Centro Destra"
376
 
377
  #: includes/design/background.php:245
378
- #: includes/login-form-setting/Login-form-background.php:407
379
  msgid "Right Bottom"
380
  msgstr "Basso Destra"
381
 
382
  #: includes/design/background.php:246
383
- #: includes/login-form-setting/Login-form-background.php:408
384
  msgid "Center Top"
385
  msgstr "Alto in Centro"
386
 
387
  #: includes/design/background.php:247
388
- #: includes/login-form-setting/Login-form-background.php:409
389
  msgid "Center Center"
390
  msgstr "Centro Centro"
391
 
392
  #: includes/design/background.php:248
393
- #: includes/login-form-setting/Login-form-background.php:410
394
  msgid "Center Bottom"
395
  msgstr "Basso Centro"
396
 
@@ -504,7 +464,7 @@ msgstr "Abilita Ombra nei Link?"
504
 
505
  #: includes/design/text_and_color.php:247
506
  #: includes/design/text_and_color.php:523
507
- #: includes/login-form-setting/Login-form-background.php:541
508
  msgid "No"
509
  msgstr "No"
510
 
@@ -641,6 +601,10 @@ msgstr ""
641
  "Abbiamo bisogno del tuo feedback per migliorare la nostra funzionalità di "
642
  "plugin su WordPress. Quindi, se ti piace il nostro plugin, per favore votaci"
643
 
 
 
 
 
644
  #: includes/import-export-setting/import_export.php:13
645
  msgid "Export Custom Login Data"
646
  msgstr "Amministrazione Login Personalizzato"
@@ -674,146 +638,164 @@ msgstr ""
674
  msgid "Import"
675
  msgstr "Importare"
676
 
677
- #: includes/login-form-setting/Login-form-background.php:191
678
  msgid "Login Settings"
679
  msgstr "Impostazioni Login"
680
 
681
- #: includes/login-form-setting/Login-form-background.php:204
682
  msgid "Login Form Position"
683
  msgstr "Posizione modulo di accesso"
684
 
685
- #: includes/login-form-setting/Login-form-background.php:210
686
  msgid "Default"
687
  msgstr "Predefinito"
688
 
689
- #: includes/login-form-setting/Login-form-background.php:211
690
  msgid "Floating"
691
  msgstr "Galleggiante"
692
 
693
- #: includes/login-form-setting/Login-form-background.php:212
694
  msgid "Floating With Customization"
695
  msgstr "Floating With Customization"
696
 
697
- #: includes/login-form-setting/Login-form-background.php:223
698
  msgid "Float Settings"
699
  msgstr "Impostazioni Float"
700
 
701
- #: includes/login-form-setting/Login-form-background.php:229
702
  msgid "Left"
703
  msgstr "Sinistra"
704
 
705
- #: includes/login-form-setting/Login-form-background.php:232
706
  msgid "Center"
707
  msgstr "Centro"
708
 
709
- #: includes/login-form-setting/Login-form-background.php:235
710
  msgid "Right"
711
  msgstr "Destra"
712
 
713
- #: includes/login-form-setting/Login-form-background.php:245
714
  msgid "Floating With Customization Settings"
715
  msgstr "Fluttuante con le impostazioni di personalizzazione"
716
 
717
- #: includes/login-form-setting/Login-form-background.php:266
718
  msgid "Note: This form position setting will be not responsive."
719
  msgstr ""
720
  "Nota: questa impostazione della posizione del modulo non sarà reattiva."
721
 
722
- #: includes/login-form-setting/Login-form-background.php:282
723
  msgid "Select background"
724
  msgstr "Seleziona sfondo"
725
 
726
- #: includes/login-form-setting/Login-form-background.php:315
727
  msgid "Login Form Opacity"
728
  msgstr "Opacità Form Login"
729
 
730
- #: includes/login-form-setting/Login-form-background.php:355
731
  #: includes/settings/page-settings.php:78
732
  msgid "Login Background Image"
733
  msgstr "Immagine Sfondo Login"
734
 
735
- #: includes/login-form-setting/Login-form-background.php:422
736
  msgid "Background Effect"
737
  msgstr "Effetti Sfondo"
738
 
739
- #: includes/login-form-setting/Login-form-background.php:428
740
  msgid "Select overlay effect"
741
  msgstr "Seleziona effetto rivestimento"
742
 
743
- #: includes/login-form-setting/Login-form-background.php:429
744
  msgid "No Overlay Effect"
745
  msgstr "Nessuno Effetto Rivestimento"
746
 
747
- #: includes/login-form-setting/Login-form-background.php:430
748
  msgid "Overlay Effect 1"
749
  msgstr "Effetto Rivestimento 1"
750
 
751
- #: includes/login-form-setting/Login-form-background.php:431
752
  msgid "Overlay Effect 2"
753
  msgstr "Effetto Rivestimento 2"
754
 
755
- #: includes/login-form-setting/Login-form-background.php:432
756
  msgid "Overlay Effect 3"
757
  msgstr "Effetto Rivestimento 3"
758
 
759
- #: includes/login-form-setting/Login-form-background.php:445
760
  msgid "Login Form Width"
761
  msgstr "Larghezza Form Login"
762
 
763
- #: includes/login-form-setting/Login-form-background.php:462
764
  msgid "Border Color"
765
  msgstr "Colore Bordo"
766
 
767
- #: includes/login-form-setting/Login-form-background.php:477
768
  msgid "Border Radius"
769
  msgstr "Arrotondamento Bordo"
770
 
771
- #: includes/login-form-setting/Login-form-background.php:494
772
  msgid "Border Style"
773
  msgstr "Stile Bordo"
774
 
775
- #: includes/login-form-setting/Login-form-background.php:500
776
  msgid "None"
777
  msgstr "Nessuno"
778
 
779
- #: includes/login-form-setting/Login-form-background.php:501
780
  msgid "Solid"
781
  msgstr "Continuo"
782
 
783
- #: includes/login-form-setting/Login-form-background.php:502
784
  msgid "Dotted"
785
  msgstr "Punteggiato"
786
 
787
- #: includes/login-form-setting/Login-form-background.php:503
788
  msgid "Dashed"
789
  msgstr "Tratteggiato"
790
 
791
- #: includes/login-form-setting/Login-form-background.php:504
792
  msgid "Double"
793
  msgstr "Doppio"
794
 
795
- #: includes/login-form-setting/Login-form-background.php:515
796
  msgid "Border Thickness"
797
  msgstr "Spessore Bordo"
798
 
799
- #: includes/login-form-setting/Login-form-background.php:532
800
  msgid "Enable Form Shadow?"
801
  msgstr "Abilitare ombre nel form?"
802
 
803
- #: includes/login-form-setting/Login-form-background.php:552
804
  msgid "Form Shadow Color"
805
  msgstr "Colore Ombra Del Form"
806
 
807
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
808
  msgid "Redirect Users After Login (Not Work For Admin)"
809
  msgstr ""
810
  "Reindirizzare gli utenti dopo l'accesso (non funziona per l'amministratore)"
811
 
812
- #: includes/login-form-setting/Login-form-background.php:572
813
  msgid "Redirect URL"
814
  msgstr "URL di reindirizzamento"
815
 
816
- #: includes/login-form-setting/Login-form-background.php:573
817
  msgid ""
818
  "Enter the URL to redirect users after login, Setting will not work for an "
819
  "administrator."
@@ -821,47 +803,52 @@ msgstr ""
821
  "Inserisci l'URL per reindirizzare gli utenti dopo l'accesso, Impostazioni "
822
  "non funzionerà per un amministratore."
823
 
824
- #: includes/login-form-setting/Login-form-background.php:585
825
  msgid "Display Note To User Above Login Form"
826
  msgstr "Visualizza la nota per l'utente sopra il modulo di accesso"
827
 
828
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
829
  #, fuzzy
830
  #| msgid "Headline Font size"
831
  msgid "Message Font Size"
832
  msgstr "Dimensione Font Titolo"
833
 
834
- #: includes/login-form-setting/Login-form-background.php:620
835
  #, fuzzy
836
  #| msgid "Headline Font Color"
837
  msgid "Message Font Color"
838
  msgstr "Colore Font Titolo"
839
 
840
- #: includes/login-form-setting/Login-form-background.php:637
841
  msgid "Tagline Message Display Below Login Form"
842
  msgstr "Messaggio di tagline visualizzato sotto il modulo di accesso"
843
 
844
- #: includes/login-form-setting/Login-form-background.php:654
845
- #: includes/login-form-setting/Login-form-background.php:659
846
  msgid "Custom CSS"
847
  msgstr "CSS personalizzato"
848
 
849
- #: includes/login-form-setting/Login-form-background.php:661
850
  msgid "Enter any custom css you want to apply on login panel."
851
  msgstr ""
852
  "Inserisci qualsiasi css personalizzato che desideri applicare sul pannello "
853
  "di accesso."
854
 
855
- #: includes/login-form-setting/Login-form-background.php:662
856
  msgid "Note: Please Do Not Use"
857
  msgstr "Nota: non utilizzare"
858
 
859
- #: includes/login-form-setting/Login-form-background.php:662
860
  msgid "Tag With Custom CSS"
861
  msgstr "Tag con CSS personalizzato"
862
 
863
- #: includes/login-form-setting/Login-form-background.php:679
864
- #: includes/login-form-setting/Login-form-background.php:693
865
  msgid "Login"
866
  msgstr "Login"
867
 
@@ -1036,6 +1023,40 @@ msgstr "Whatsapp"
1036
  msgid "Social"
1037
  msgstr "Social"
1038
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1039
  #~ msgid "preview"
1040
  #~ msgstr "anteprima"
1041
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:15+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:15+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Login Custom Admin"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Mostraci un po 'di amore (valuta noi)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Cruscotto"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Panoramica Applicazione"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Impostazioni Sfondo"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Modifica impostazioni sfondo"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Impostazioni Login"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Modifica impostazioni login"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Impostazioni Font"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Modifica Stile Form Login"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Impostazioni Logo"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Personalizza Impostazioni Logo"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Impostazioni Social"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Connettersi con profili Social"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  msgid "configure captcha settings"
96
  msgstr "configurare le impostazioni captcha"
97
 
98
+ #: includes/content.php:157
99
  msgid "Export / Import"
100
  msgstr "Esportazione importazione"
101
 
102
+ #: includes/content.php:158
103
  msgid "import / export plugin settings"
104
  msgstr "impostazioni del plugin di importazione / esportazione"
105
 
106
+ #: includes/content.php:167
107
  msgid "Recommendations"
108
  msgstr "raccomandazioni"
109
 
110
+ #: includes/content.php:168
111
  msgid "get more free plugins"
112
  msgstr "ottieni più plugin gratuiti"
113
 
114
+ #: includes/content.php:177 includes/help/help.php:15
115
  msgid "Help And Support"
116
  msgstr "Aiuto e supporto"
117
 
118
+ #: includes/content.php:178
119
  msgid "ask your queries"
120
  msgstr "Aiuto e supporto"
121
 
122
+ #: includes/content.php:187 includes/offers.php:11
123
  msgid "Our Offers"
124
  msgstr "Le nostre offerte"
125
 
126
+ #: includes/content.php:188
127
  msgid "weblizar premium products"
128
  msgstr "weblizar prodotti premium"
129
 
130
+ #: includes/content.php:197
131
  msgid "Rate & Donate Us"
132
  msgstr "Vota e donaci"
133
 
134
+ #: includes/content.php:198
135
  msgid "if you like us"
136
  msgstr "if you like us"
137
 
139
  msgid "Admin Custom Login Dashboard"
140
  msgstr "Amministrazione Login Personalizzato"
141
 
142
+ #: includes/dashboard/dashboard.php:104
143
  msgid "Admin Custom Login Status"
144
  msgstr "Admin Login personalizzato"
145
 
146
+ #: includes/dashboard/dashboard.php:110
147
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
148
  msgid "Disable"
149
  msgstr "disattivare"
150
 
151
+ #: includes/dashboard/dashboard.php:113
152
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
153
  msgid "Enable"
154
  msgstr "Abilitare"
155
 
156
+ #: includes/dashboard/dashboard.php:124
157
  msgid "View Login Page"
158
  msgstr "Visualizza Pagina Login"
159
 
160
+ #: includes/dashboard/dashboard.php:129
161
  msgid "Copy below link and open in another browser where you are not logged in"
162
  msgstr "Copia sotto il link e apri in un altro browser in cui non sei loggato"
163
 
164
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
165
  #: includes/design/text_and_color.php:583
166
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
167
+ #: includes/login-form-setting/login-form-background.php:716
168
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
169
  msgid "Setting Save Successfully"
170
  msgstr "Impostazioni Salvate Correttamente"
171
 
172
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
173
  #: includes/design/background.php:180 includes/design/background.php:368
174
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
175
  #: includes/design/text_and_color.php:598
176
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
177
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
178
+ #: includes/login-form-setting/login-form-background.php:361
179
+ #: includes/login-form-setting/login-form-background.php:716
180
+ #: includes/login-form-setting/login-form-background.php:730
181
  #: includes/settings/page-settings.php:84
182
  #: includes/settings/page-settings.php:168
183
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
185
  msgid "Close"
186
  msgstr "Chiudi"
187
 
188
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
189
  #: includes/design/text_and_color.php:598
190
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
191
+ #: includes/login-form-setting/login-form-background.php:730
192
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
193
  msgid "Setting Reset Successfully"
194
  msgstr "Impostazioni Ripristinate Correttamente"
195
 
196
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
197
  #: includes/design/text_and_color.php:606
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
199
+ #: includes/login-form-setting/login-form-background.php:737
200
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
201
  msgid "Save Changes"
202
  msgstr "Salva Modifiche"
203
 
204
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
205
  #: includes/design/text_and_color.php:609
206
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
207
+ #: includes/login-form-setting/login-form-background.php:740
208
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
209
  msgid "Reset Default"
210
  msgstr "Ripristina Predefinite"
214
  msgstr "Impostazioni Sfondo"
215
 
216
  #: includes/design/background.php:103 includes/design/background.php:110
217
+ #: includes/login-form-setting/login-form-background.php:276
218
  msgid "Select Background"
219
  msgstr "Seleziona sfondo"
220
 
223
  msgstr "Nessuno sfondo Selezionato"
224
 
225
  #: includes/design/background.php:111
226
+ #: includes/login-form-setting/login-form-background.php:283
227
  msgid "Static Background Color"
228
  msgstr "Colore Sfondo"
229
 
230
  #: includes/design/background.php:112
231
+ #: includes/login-form-setting/login-form-background.php:284
232
  msgid "Static Background Image"
233
  msgstr "Immagine di Sfondo"
234
 
237
  msgstr "Sfondo con Slideshow"
238
 
239
  #: includes/design/background.php:131
240
+ #: includes/login-form-setting/login-form-background.php:300
241
  msgid "Background Color"
242
  msgstr "Colore Sfondo"
243
 
244
  #: includes/design/background.php:153 includes/design/background.php:172
245
+ #: includes/login-form-setting/login-form-background.php:337
246
  msgid "Background Image"
247
  msgstr "Immagine Sfondo"
248
 
249
  #: includes/design/background.php:158
250
+ #: includes/login-form-setting/login-form-background.php:342
251
  #: includes/settings/page-settings.php:67
252
  msgid "No media selected!"
253
  msgstr "Nessuno contenuto selezionato!"
254
 
255
  #: includes/design/background.php:160
256
+ #: includes/login-form-setting/login-form-background.php:343
257
  #: includes/settings/page-settings.php:68
258
  msgid "Upload"
259
  msgstr "Upload"
260
 
261
  #: includes/design/background.php:162
262
+ #: includes/login-form-setting/login-form-background.php:345
263
  #: includes/settings/page-settings.php:70
264
  msgid "Preview"
265
  msgstr "Anteprima"
266
 
267
  #: includes/design/background.php:164
268
+ #: includes/login-form-setting/login-form-background.php:347
269
  msgid "Remove"
270
  msgstr "Rimuovi"
271
 
275
 
276
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
277
  #: includes/design/text_and_color.php:520
278
+ #: includes/login-form-setting/login-form-background.php:538
279
  msgid "Yes"
280
  msgstr "Si"
281
 
282
  #: includes/design/background.php:213
283
+ #: includes/login-form-setting/login-form-background.php:376
284
  msgid "Background Repeat"
285
  msgstr "Ripeti Sfondo"
286
 
287
  #: includes/design/background.php:219
288
+ #: includes/login-form-setting/login-form-background.php:382
289
  msgid "No Repeat"
290
  msgstr "Nessuna Ripetizione"
291
 
292
  #: includes/design/background.php:220
293
+ #: includes/login-form-setting/login-form-background.php:383
294
  msgid "Repeat"
295
  msgstr "Ripeti"
296
 
297
  #: includes/design/background.php:221
298
+ #: includes/login-form-setting/login-form-background.php:384
299
  msgid "Repeat Horizontally"
300
  msgstr "Ripeti Orizzontalmente"
301
 
302
  #: includes/design/background.php:222
303
+ #: includes/login-form-setting/login-form-background.php:385
304
  msgid "Repeat Vertically"
305
  msgstr "Ripeti Verticalmente"
306
 
307
  #: includes/design/background.php:234
308
+ #: includes/login-form-setting/login-form-background.php:396
309
  msgid "Background Position"
310
  msgstr "Posizione Sfondo"
311
 
312
  #: includes/design/background.php:240
313
+ #: includes/login-form-setting/login-form-background.php:402
314
  msgid "Left Top"
315
  msgstr "Alto Sinistra"
316
 
317
  #: includes/design/background.php:241
318
+ #: includes/login-form-setting/login-form-background.php:403
319
  msgid "Left Center"
320
  msgstr "Centro Sinistra"
321
 
322
  #: includes/design/background.php:242
323
+ #: includes/login-form-setting/login-form-background.php:404
324
  msgid "Left Bottom"
325
  msgstr "Basso Sinistra"
326
 
327
  #: includes/design/background.php:243
328
+ #: includes/login-form-setting/login-form-background.php:405
329
  msgid "Right Top"
330
  msgstr "Alto Destra"
331
 
332
  #: includes/design/background.php:244
333
+ #: includes/login-form-setting/login-form-background.php:406
334
  msgid "Right Center"
335
  msgstr "Centro Destra"
336
 
337
  #: includes/design/background.php:245
338
+ #: includes/login-form-setting/login-form-background.php:407
339
  msgid "Right Bottom"
340
  msgstr "Basso Destra"
341
 
342
  #: includes/design/background.php:246
343
+ #: includes/login-form-setting/login-form-background.php:408
344
  msgid "Center Top"
345
  msgstr "Alto in Centro"
346
 
347
  #: includes/design/background.php:247
348
+ #: includes/login-form-setting/login-form-background.php:409
349
  msgid "Center Center"
350
  msgstr "Centro Centro"
351
 
352
  #: includes/design/background.php:248
353
+ #: includes/login-form-setting/login-form-background.php:410
354
  msgid "Center Bottom"
355
  msgstr "Basso Centro"
356
 
464
 
465
  #: includes/design/text_and_color.php:247
466
  #: includes/design/text_and_color.php:523
467
+ #: includes/login-form-setting/login-form-background.php:541
468
  msgid "No"
469
  msgstr "No"
470
 
601
  "Abbiamo bisogno del tuo feedback per migliorare la nostra funzionalità di "
602
  "plugin su WordPress. Quindi, se ti piace il nostro plugin, per favore votaci"
603
 
604
+ #: includes/help/rate.php:62
605
+ msgid "Donate Us"
606
+ msgstr "Donaci"
607
+
608
  #: includes/import-export-setting/import_export.php:13
609
  msgid "Export Custom Login Data"
610
  msgstr "Amministrazione Login Personalizzato"
638
  msgid "Import"
639
  msgstr "Importare"
640
 
641
+ #: includes/login-form-setting/login-form-background.php:191
642
  msgid "Login Settings"
643
  msgstr "Impostazioni Login"
644
 
645
+ #: includes/login-form-setting/login-form-background.php:204
646
  msgid "Login Form Position"
647
  msgstr "Posizione modulo di accesso"
648
 
649
+ #: includes/login-form-setting/login-form-background.php:210
650
  msgid "Default"
651
  msgstr "Predefinito"
652
 
653
+ #: includes/login-form-setting/login-form-background.php:211
654
  msgid "Floating"
655
  msgstr "Galleggiante"
656
 
657
+ #: includes/login-form-setting/login-form-background.php:212
658
  msgid "Floating With Customization"
659
  msgstr "Floating With Customization"
660
 
661
+ #: includes/login-form-setting/login-form-background.php:223
662
  msgid "Float Settings"
663
  msgstr "Impostazioni Float"
664
 
665
+ #: includes/login-form-setting/login-form-background.php:229
666
  msgid "Left"
667
  msgstr "Sinistra"
668
 
669
+ #: includes/login-form-setting/login-form-background.php:232
670
  msgid "Center"
671
  msgstr "Centro"
672
 
673
+ #: includes/login-form-setting/login-form-background.php:235
674
  msgid "Right"
675
  msgstr "Destra"
676
 
677
+ #: includes/login-form-setting/login-form-background.php:245
678
  msgid "Floating With Customization Settings"
679
  msgstr "Fluttuante con le impostazioni di personalizzazione"
680
 
681
+ #: includes/login-form-setting/login-form-background.php:266
682
  msgid "Note: This form position setting will be not responsive."
683
  msgstr ""
684
  "Nota: questa impostazione della posizione del modulo non sarà reattiva."
685
 
686
+ #: includes/login-form-setting/login-form-background.php:282
687
  msgid "Select background"
688
  msgstr "Seleziona sfondo"
689
 
690
+ #: includes/login-form-setting/login-form-background.php:315
691
  msgid "Login Form Opacity"
692
  msgstr "Opacità Form Login"
693
 
694
+ #: includes/login-form-setting/login-form-background.php:355
695
  #: includes/settings/page-settings.php:78
696
  msgid "Login Background Image"
697
  msgstr "Immagine Sfondo Login"
698
 
699
+ #: includes/login-form-setting/login-form-background.php:422
700
  msgid "Background Effect"
701
  msgstr "Effetti Sfondo"
702
 
703
+ #: includes/login-form-setting/login-form-background.php:428
704
  msgid "Select overlay effect"
705
  msgstr "Seleziona effetto rivestimento"
706
 
707
+ #: includes/login-form-setting/login-form-background.php:429
708
  msgid "No Overlay Effect"
709
  msgstr "Nessuno Effetto Rivestimento"
710
 
711
+ #: includes/login-form-setting/login-form-background.php:430
712
  msgid "Overlay Effect 1"
713
  msgstr "Effetto Rivestimento 1"
714
 
715
+ #: includes/login-form-setting/login-form-background.php:431
716
  msgid "Overlay Effect 2"
717
  msgstr "Effetto Rivestimento 2"
718
 
719
+ #: includes/login-form-setting/login-form-background.php:432
720
  msgid "Overlay Effect 3"
721
  msgstr "Effetto Rivestimento 3"
722
 
723
+ #: includes/login-form-setting/login-form-background.php:445
724
  msgid "Login Form Width"
725
  msgstr "Larghezza Form Login"
726
 
727
+ #: includes/login-form-setting/login-form-background.php:462
728
  msgid "Border Color"
729
  msgstr "Colore Bordo"
730
 
731
+ #: includes/login-form-setting/login-form-background.php:477
732
  msgid "Border Radius"
733
  msgstr "Arrotondamento Bordo"
734
 
735
+ #: includes/login-form-setting/login-form-background.php:494
736
  msgid "Border Style"
737
  msgstr "Stile Bordo"
738
 
739
+ #: includes/login-form-setting/login-form-background.php:500
740
  msgid "None"
741
  msgstr "Nessuno"
742
 
743
+ #: includes/login-form-setting/login-form-background.php:501
744
  msgid "Solid"
745
  msgstr "Continuo"
746
 
747
+ #: includes/login-form-setting/login-form-background.php:502
748
  msgid "Dotted"
749
  msgstr "Punteggiato"
750
 
751
+ #: includes/login-form-setting/login-form-background.php:503
752
  msgid "Dashed"
753
  msgstr "Tratteggiato"
754
 
755
+ #: includes/login-form-setting/login-form-background.php:504
756
  msgid "Double"
757
  msgstr "Doppio"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:515
760
  msgid "Border Thickness"
761
  msgstr "Spessore Bordo"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:532
764
  msgid "Enable Form Shadow?"
765
  msgstr "Abilitare ombre nel form?"
766
 
767
+ #: includes/login-form-setting/login-form-background.php:552
768
  msgid "Form Shadow Color"
769
  msgstr "Colore Ombra Del Form"
770
 
771
+ #: includes/login-form-setting/login-form-background.php:569
772
+ #, fuzzy
773
+ #| msgid "Username or Email Address"
774
+ msgid "Username / Email Field Placeholder Text"
775
+ msgstr "Username o Indirizzo Email"
776
+
777
+ #: includes/login-form-setting/login-form-background.php:574
778
+ msgid "Type Username or Email"
779
+ msgstr "Scrivi Nome utente o Email"
780
+
781
+ #: includes/login-form-setting/login-form-background.php:587
782
+ msgid "Password Field Placeholder Text"
783
+ msgstr ""
784
+
785
+ #: includes/login-form-setting/login-form-background.php:592
786
+ msgid "Type Password"
787
+ msgstr "Inserisci password"
788
+
789
+ #: includes/login-form-setting/login-form-background.php:604
790
  msgid "Redirect Users After Login (Not Work For Admin)"
791
  msgstr ""
792
  "Reindirizzare gli utenti dopo l'accesso (non funziona per l'amministratore)"
793
 
794
+ #: includes/login-form-setting/login-form-background.php:609
795
  msgid "Redirect URL"
796
  msgstr "URL di reindirizzamento"
797
 
798
+ #: includes/login-form-setting/login-form-background.php:610
799
  msgid ""
800
  "Enter the URL to redirect users after login, Setting will not work for an "
801
  "administrator."
803
  "Inserisci l'URL per reindirizzare gli utenti dopo l'accesso, Impostazioni "
804
  "non funzionerà per un amministratore."
805
 
806
+ #: includes/login-form-setting/login-form-background.php:622
807
  msgid "Display Note To User Above Login Form"
808
  msgstr "Visualizza la nota per l'utente sopra il modulo di accesso"
809
 
810
+ #: includes/login-form-setting/login-form-background.php:627
811
+ #: includes/login-form-setting/login-form-background.php:679
812
+ msgid "Type Message"
813
+ msgstr ""
814
+
815
+ #: includes/login-form-setting/login-form-background.php:639
816
  #, fuzzy
817
  #| msgid "Headline Font size"
818
  msgid "Message Font Size"
819
  msgstr "Dimensione Font Titolo"
820
 
821
+ #: includes/login-form-setting/login-form-background.php:657
822
  #, fuzzy
823
  #| msgid "Headline Font Color"
824
  msgid "Message Font Color"
825
  msgstr "Colore Font Titolo"
826
 
827
+ #: includes/login-form-setting/login-form-background.php:674
828
  msgid "Tagline Message Display Below Login Form"
829
  msgstr "Messaggio di tagline visualizzato sotto il modulo di accesso"
830
 
831
+ #: includes/login-form-setting/login-form-background.php:691
832
+ #: includes/login-form-setting/login-form-background.php:696
833
  msgid "Custom CSS"
834
  msgstr "CSS personalizzato"
835
 
836
+ #: includes/login-form-setting/login-form-background.php:698
837
  msgid "Enter any custom css you want to apply on login panel."
838
  msgstr ""
839
  "Inserisci qualsiasi css personalizzato che desideri applicare sul pannello "
840
  "di accesso."
841
 
842
+ #: includes/login-form-setting/login-form-background.php:699
843
  msgid "Note: Please Do Not Use"
844
  msgstr "Nota: non utilizzare"
845
 
846
+ #: includes/login-form-setting/login-form-background.php:699
847
  msgid "Tag With Custom CSS"
848
  msgstr "Tag con CSS personalizzato"
849
 
850
+ #: includes/login-form-setting/login-form-background.php:716
851
+ #: includes/login-form-setting/login-form-background.php:730
852
  msgid "Login"
853
  msgstr "Login"
854
 
1023
  msgid "Social"
1024
  msgstr "Social"
1025
 
1026
+ #: init.php:62
1027
+ #, fuzzy
1028
+ #| msgid "Logo Settings"
1029
+ msgid "Settings"
1030
+ msgstr "Impostazioni Logo"
1031
+
1032
+ #: init.php:154
1033
+ #, fuzzy
1034
+ #| msgid "Type Username or Email"
1035
+ msgid "Username or Email"
1036
+ msgstr "Scrivi Nome utente o Email"
1037
+
1038
+ #: init.php:155
1039
+ msgid "Password"
1040
+ msgstr "Parola d'ordine"
1041
+
1042
+ #: init.php:178
1043
+ msgid "Find Us On Social Media"
1044
+ msgstr "Trovaci sui social media"
1045
+
1046
+ #: init.php:465
1047
+ msgid "Please upload a valid .json file"
1048
+ msgstr "Si prega di caricare un file .json valido"
1049
+
1050
+ #: init.php:471
1051
+ msgid "Please upload a file to import"
1052
+ msgstr "Si prega di caricare un file per importare"
1053
+
1054
+ #~ msgid "Powered By"
1055
+ #~ msgstr "Realizzato da"
1056
+
1057
+ #~ msgid "Weblizar"
1058
+ #~ msgstr "Weblizar"
1059
+
1060
  #~ msgid "preview"
1061
  #~ msgstr "anteprima"
1062
 
languages/admin-custom-login-pl_PL.mo CHANGED
Binary file
languages/admin-custom-login-pl_PL.po CHANGED
@@ -1,181 +1,143 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-07-26 18:37+0530\n"
5
- "PO-Revision-Date: 2018-07-31 17:46+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: admin-custom-login.php:169
20
- msgid "Username or Email Address"
21
- msgstr "Nazwa użytkownika lub adres e-mail"
22
-
23
- #: admin-custom-login.php:169 admin-custom-login.php:175
24
- msgid "Type Username or Email"
25
- msgstr "Wpisz nazwę użytkownika lub e-mail"
26
-
27
- #: admin-custom-login.php:170
28
- msgid "Password"
29
- msgstr "Hasło"
30
-
31
- #: admin-custom-login.php:170 admin-custom-login.php:176
32
- #, fuzzy
33
- #| msgid "Password"
34
- msgid "Type Password"
35
- msgstr "Hasło"
36
-
37
- #: admin-custom-login.php:193
38
- msgid "Find Us On Social Media"
39
- msgstr "Znajdź nas w mediach społecznościowych"
40
-
41
- #: admin-custom-login.php:477
42
- msgid "Please upload a valid .json file"
43
- msgstr "Proszę załadować poprawny plik .json"
44
-
45
- #: admin-custom-login.php:483
46
- msgid "Please upload a file to import"
47
- msgstr "Prosze załadować plik do importu"
48
-
49
- #: includes/content.php:28
50
  msgid "Admin Custom Login"
51
  msgstr "Admin Custom Login"
52
 
53
  #: includes/content.php:63
54
- msgid "Powered By"
55
- msgstr "Powered By"
56
-
57
- #: includes/content.php:65
58
- msgid "Weblizar"
59
- msgstr "Weblizar"
60
-
61
- #: includes/content.php:69
62
  msgid "Show Us Some Love (Rate Us)"
63
  msgstr "Doceń nas (Oceń)"
64
 
65
- #: includes/content.php:86 includes/dashboard/dashboard.php:92
66
- #: includes/dashboard/dashboard.php:106
67
  msgid "Dashboard"
68
  msgstr "Kokpit"
69
 
70
- #: includes/content.php:87
71
  #, fuzzy
72
  #| msgid "Application overview"
73
  msgid "application overview"
74
  msgstr "Opis aplikacji"
75
 
76
- #: includes/content.php:96
77
  msgid "Background Design"
78
  msgstr "Projektowanie tła"
79
 
80
- #: includes/content.php:97
81
  #, fuzzy
82
  #| msgid "Modify Background design here"
83
  msgid "modify background design here"
84
  msgstr "Zmodyfikuj tło"
85
 
86
- #: includes/content.php:107
87
  msgid "Login form Setting"
88
  msgstr "Ustawienia logowania"
89
 
90
- #: includes/content.php:108
91
  #, fuzzy
92
  #| msgid "Modify Login design here"
93
  msgid "modify login design here"
94
  msgstr "Modyfikuj styl logowania"
95
 
96
- #: includes/content.php:118
97
  msgid "Font Setting"
98
  msgstr "Ustawienia czcionek"
99
 
100
- #: includes/content.php:119
101
  #, fuzzy
102
  #| msgid "Modify Login Form Style here"
103
  msgid "modify login form style here"
104
  msgstr "Modyfikuj styl formatki logowania"
105
 
106
- #: includes/content.php:129 includes/settings/page-settings.php:50
107
  msgid "Logo Settings"
108
  msgstr "Ustawienia Logo"
109
 
110
- #: includes/content.php:130
111
  #, fuzzy
112
  #| msgid "Customize Logo Settings here"
113
  msgid "customize logo settings here"
114
  msgstr "Modyfikuj ustawienia logo"
115
 
116
- #: includes/content.php:141 includes/social/social.php:21
117
  msgid "Social Settings"
118
  msgstr "Ustawienia mediów społecznościowych"
119
 
120
- #: includes/content.php:142
121
  #, fuzzy
122
  #| msgid "Connect with your social profile"
123
  msgid "connect with your social profile"
124
  msgstr "Połącz z twoim profilem"
125
 
126
- #: includes/content.php:152
127
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
128
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
129
  msgid "Google Captcha"
130
  msgstr "Google Captcha"
131
 
132
- #: includes/content.php:153
133
  msgid "configure captcha settings"
134
  msgstr "skonfiguruj ustawienia captcha"
135
 
136
- #: includes/content.php:163
137
  msgid "Export / Import"
138
  msgstr "Eksport/Import"
139
 
140
- #: includes/content.php:164
141
  msgid "import / export plugin settings"
142
  msgstr "ustawienia wtyczek importu / eksportu"
143
 
144
- #: includes/content.php:173
145
  msgid "Recommendations"
146
  msgstr "Polecane"
147
 
148
- #: includes/content.php:174
149
  #, fuzzy
150
  #| msgid "Get More Free Useful Plugins"
151
  msgid "get more free plugins"
152
  msgstr "Zdobądź wiecej darmowych przydatnych wtyczek"
153
 
154
- #: includes/content.php:183 includes/help/help.php:15
155
  msgid "Help And Support"
156
  msgstr "Pomoc i wparcie"
157
 
158
- #: includes/content.php:184
159
  #, fuzzy
160
  #| msgid "Ask your query"
161
  msgid "ask your queries"
162
  msgstr "Zadaj pytanie"
163
 
164
- #: includes/content.php:193 includes/offers.php:11
165
  msgid "Our Offers"
166
  msgstr "Nasze oferty"
167
 
168
- #: includes/content.php:194
169
  msgid "weblizar premium products"
170
  msgstr "Produkty premium firmy weblizar"
171
 
172
- #: includes/content.php:203
173
  #, fuzzy
174
  #| msgid "Rate Us"
175
  msgid "Rate & Donate Us"
176
  msgstr "Oceń Nas"
177
 
178
- #: includes/content.php:204
179
  #, fuzzy
180
  #| msgid "If you like us"
181
  msgid "if you like us"
@@ -185,53 +147,47 @@ msgstr "Jeśli nas lubisz"
185
  msgid "Admin Custom Login Dashboard"
186
  msgstr "Admin Custom Login Kokpit"
187
 
188
- #: includes/dashboard/dashboard.php:27
189
  msgid "Admin Custom Login Status"
190
  msgstr "Admin Custom Login Status"
191
 
192
- #: includes/dashboard/dashboard.php:33
193
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
194
  msgid "Disable"
195
  msgstr "Wyłącz"
196
 
197
- #: includes/dashboard/dashboard.php:36
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
199
  msgid "Enable"
200
  msgstr "Włącz"
201
 
202
- #: includes/dashboard/dashboard.php:47
203
  msgid "View Login Page"
204
  msgstr "Widok Strony Logowania"
205
 
206
- #: includes/dashboard/dashboard.php:52
207
  msgid "Copy below link and open in another browser where you are not logged in"
208
  msgstr ""
209
  "Skopiuj poniższy link i otwórz go w przeglądarce w której nie jesteś "
210
  "zalogowany"
211
 
212
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
213
- #, fuzzy
214
- #| msgid "Rate Us"
215
- msgid "Donate Us"
216
- msgstr "Oceń Nas"
217
-
218
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
219
  #: includes/design/text_and_color.php:583
220
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
221
- #: includes/login-form-setting/Login-form-background.php:679
222
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
223
  msgid "Setting Save Successfully"
224
  msgstr "Ustawienia zostały zapisane poprawnie ! :)"
225
 
226
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
227
  #: includes/design/background.php:180 includes/design/background.php:368
228
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
229
  #: includes/design/text_and_color.php:598
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
231
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
232
- #: includes/login-form-setting/Login-form-background.php:361
233
- #: includes/login-form-setting/Login-form-background.php:679
234
- #: includes/login-form-setting/Login-form-background.php:693
235
  #: includes/settings/page-settings.php:84
236
  #: includes/settings/page-settings.php:168
237
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
@@ -239,26 +195,26 @@ msgstr "Ustawienia zostały zapisane poprawnie ! :)"
239
  msgid "Close"
240
  msgstr "Zamknij"
241
 
242
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
243
  #: includes/design/text_and_color.php:598
244
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
245
- #: includes/login-form-setting/Login-form-background.php:693
246
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
247
  msgid "Setting Reset Successfully"
248
  msgstr "Ustawienia zostały poprawnie zresetowane ! :)"
249
 
250
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
251
  #: includes/design/text_and_color.php:606
252
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
253
- #: includes/login-form-setting/Login-form-background.php:700
254
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
255
  msgid "Save Changes"
256
  msgstr "Zapisz zmiany"
257
 
258
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
259
  #: includes/design/text_and_color.php:609
260
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
261
- #: includes/login-form-setting/Login-form-background.php:703
262
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
263
  msgid "Reset Default"
264
  msgstr "Resetuj do ustawień domyślnych"
@@ -268,7 +224,7 @@ msgid "Background Settings"
268
  msgstr "Ustawienia tła"
269
 
270
  #: includes/design/background.php:103 includes/design/background.php:110
271
- #: includes/login-form-setting/Login-form-background.php:276
272
  msgid "Select Background"
273
  msgstr "Wybierz Tło"
274
 
@@ -277,12 +233,12 @@ msgid "No Background Selected"
277
  msgstr "Nie wybrano tła"
278
 
279
  #: includes/design/background.php:111
280
- #: includes/login-form-setting/Login-form-background.php:283
281
  msgid "Static Background Color"
282
  msgstr "Kolor Tła"
283
 
284
  #: includes/design/background.php:112
285
- #: includes/login-form-setting/Login-form-background.php:284
286
  msgid "Static Background Image"
287
  msgstr "Tło w formie obrazka"
288
 
@@ -291,35 +247,35 @@ msgid "Background SlideShow"
291
  msgstr "Tło jako pokaz slajdów"
292
 
293
  #: includes/design/background.php:131
294
- #: includes/login-form-setting/Login-form-background.php:300
295
  msgid "Background Color"
296
  msgstr "Kolor Tła"
297
 
298
  #: includes/design/background.php:153 includes/design/background.php:172
299
- #: includes/login-form-setting/Login-form-background.php:337
300
  msgid "Background Image"
301
  msgstr "Tło w formie obrazka"
302
 
303
  #: includes/design/background.php:158
304
- #: includes/login-form-setting/Login-form-background.php:342
305
  #: includes/settings/page-settings.php:67
306
  msgid "No media selected!"
307
  msgstr "Nie wybrano pliku !"
308
 
309
  #: includes/design/background.php:160
310
- #: includes/login-form-setting/Login-form-background.php:343
311
  #: includes/settings/page-settings.php:68
312
  msgid "Upload"
313
  msgstr "Załaduj"
314
 
315
  #: includes/design/background.php:162
316
- #: includes/login-form-setting/Login-form-background.php:345
317
  #: includes/settings/page-settings.php:70
318
  msgid "Preview"
319
  msgstr "Podgląd"
320
 
321
  #: includes/design/background.php:164
322
- #: includes/login-form-setting/Login-form-background.php:347
323
  msgid "Remove"
324
  msgstr "Usuń"
325
 
@@ -329,82 +285,82 @@ msgstr "Pokryj lub rozciągnij"
329
 
330
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
331
  #: includes/design/text_and_color.php:520
332
- #: includes/login-form-setting/Login-form-background.php:538
333
  msgid "Yes"
334
  msgstr "Tak"
335
 
336
  #: includes/design/background.php:213
337
- #: includes/login-form-setting/Login-form-background.php:376
338
  msgid "Background Repeat"
339
  msgstr "Powtórzenie tła"
340
 
341
  #: includes/design/background.php:219
342
- #: includes/login-form-setting/Login-form-background.php:382
343
  msgid "No Repeat"
344
  msgstr "Nie powtarzaj"
345
 
346
  #: includes/design/background.php:220
347
- #: includes/login-form-setting/Login-form-background.php:383
348
  msgid "Repeat"
349
  msgstr "Powtarzaj"
350
 
351
  #: includes/design/background.php:221
352
- #: includes/login-form-setting/Login-form-background.php:384
353
  msgid "Repeat Horizontally"
354
  msgstr "Powtarzaj poziomo"
355
 
356
  #: includes/design/background.php:222
357
- #: includes/login-form-setting/Login-form-background.php:385
358
  msgid "Repeat Vertically"
359
  msgstr "Powtarzaj pionowo"
360
 
361
  #: includes/design/background.php:234
362
- #: includes/login-form-setting/Login-form-background.php:396
363
  msgid "Background Position"
364
  msgstr "Pozycja tła"
365
 
366
  #: includes/design/background.php:240
367
- #: includes/login-form-setting/Login-form-background.php:402
368
  msgid "Left Top"
369
  msgstr "Lewy górny"
370
 
371
  #: includes/design/background.php:241
372
- #: includes/login-form-setting/Login-form-background.php:403
373
  msgid "Left Center"
374
  msgstr "Lewy środkowy"
375
 
376
  #: includes/design/background.php:242
377
- #: includes/login-form-setting/Login-form-background.php:404
378
  msgid "Left Bottom"
379
  msgstr "Lewy dolny"
380
 
381
  #: includes/design/background.php:243
382
- #: includes/login-form-setting/Login-form-background.php:405
383
  msgid "Right Top"
384
  msgstr "Prawy górny"
385
 
386
  #: includes/design/background.php:244
387
- #: includes/login-form-setting/Login-form-background.php:406
388
  msgid "Right Center"
389
  msgstr "Prawy środkowy"
390
 
391
  #: includes/design/background.php:245
392
- #: includes/login-form-setting/Login-form-background.php:407
393
  msgid "Right Bottom"
394
  msgstr "Prawy dolny"
395
 
396
  #: includes/design/background.php:246
397
- #: includes/login-form-setting/Login-form-background.php:408
398
  msgid "Center Top"
399
  msgstr "Środkowy górny"
400
 
401
  #: includes/design/background.php:247
402
- #: includes/login-form-setting/Login-form-background.php:409
403
  msgid "Center Center"
404
  msgstr "Środkowy"
405
 
406
  #: includes/design/background.php:248
407
- #: includes/login-form-setting/Login-form-background.php:410
408
  msgid "Center Bottom"
409
  msgstr "Środkowy dolny"
410
 
@@ -518,7 +474,7 @@ msgstr "Włączyć cień dla linków ?"
518
 
519
  #: includes/design/text_and_color.php:247
520
  #: includes/design/text_and_color.php:523
521
- #: includes/login-form-setting/Login-form-background.php:541
522
  msgid "No"
523
  msgstr "Nie"
524
 
@@ -653,6 +609,12 @@ msgstr ""
653
  "Potrzebujemy twojej opinii aby udowodnić funkcjonalność naszej wtyczki w "
654
  "Wordpressie. Jesli ci sie podoba to prosimy oceń nas"
655
 
 
 
 
 
 
 
656
  #: includes/import-export-setting/import_export.php:13
657
  msgid "Export Custom Login Data"
658
  msgstr "Eksportuj ustawienia Custom Login"
@@ -686,145 +648,165 @@ msgstr ""
686
  msgid "Import"
687
  msgstr "Import"
688
 
689
- #: includes/login-form-setting/Login-form-background.php:191
690
  msgid "Login Settings"
691
  msgstr "Ustawienia logowania"
692
 
693
- #: includes/login-form-setting/Login-form-background.php:204
694
  msgid "Login Form Position"
695
  msgstr "Pozycja formatki logowania"
696
 
697
- #: includes/login-form-setting/Login-form-background.php:210
698
  msgid "Default"
699
  msgstr "Domyślne"
700
 
701
- #: includes/login-form-setting/Login-form-background.php:211
702
  msgid "Floating"
703
  msgstr "Pływający"
704
 
705
- #: includes/login-form-setting/Login-form-background.php:212
706
  msgid "Floating With Customization"
707
  msgstr "Floating z dostosowaniem"
708
 
709
- #: includes/login-form-setting/Login-form-background.php:223
710
  msgid "Float Settings"
711
  msgstr "Ustawienia pływaka"
712
 
713
- #: includes/login-form-setting/Login-form-background.php:229
714
  msgid "Left"
715
  msgstr "Lewa"
716
 
717
- #: includes/login-form-setting/Login-form-background.php:232
718
  msgid "Center"
719
  msgstr "Środek"
720
 
721
- #: includes/login-form-setting/Login-form-background.php:235
722
  msgid "Right"
723
  msgstr "Prawa"
724
 
725
- #: includes/login-form-setting/Login-form-background.php:245
726
  msgid "Floating With Customization Settings"
727
  msgstr "Pływający + dostosuj"
728
 
729
- #: includes/login-form-setting/Login-form-background.php:266
730
  msgid "Note: This form position setting will be not responsive."
731
  msgstr "Uwaga: To ustawienie pozycji formatki nie będzie responsywne."
732
 
733
- #: includes/login-form-setting/Login-form-background.php:282
734
  msgid "Select background"
735
  msgstr "Wybierz tło"
736
 
737
- #: includes/login-form-setting/Login-form-background.php:315
738
  msgid "Login Form Opacity"
739
  msgstr "Pozycja formatki logowania"
740
 
741
- #: includes/login-form-setting/Login-form-background.php:355
742
  #: includes/settings/page-settings.php:78
743
  msgid "Login Background Image"
744
  msgstr "Obrazek jak tło formatki logowania"
745
 
746
- #: includes/login-form-setting/Login-form-background.php:422
747
  msgid "Background Effect"
748
  msgstr "Efekty tła"
749
 
750
- #: includes/login-form-setting/Login-form-background.php:428
751
  msgid "Select overlay effect"
752
  msgstr "Wybierz efekt"
753
 
754
- #: includes/login-form-setting/Login-form-background.php:429
755
  msgid "No Overlay Effect"
756
  msgstr "Bez efektu"
757
 
758
- #: includes/login-form-setting/Login-form-background.php:430
759
  msgid "Overlay Effect 1"
760
  msgstr "Efekt 1"
761
 
762
- #: includes/login-form-setting/Login-form-background.php:431
763
  msgid "Overlay Effect 2"
764
  msgstr "Efekt 2"
765
 
766
- #: includes/login-form-setting/Login-form-background.php:432
767
  msgid "Overlay Effect 3"
768
  msgstr "Efekt 3"
769
 
770
- #: includes/login-form-setting/Login-form-background.php:445
771
  msgid "Login Form Width"
772
  msgstr "Szerokość formularza logowania"
773
 
774
- #: includes/login-form-setting/Login-form-background.php:462
775
  msgid "Border Color"
776
  msgstr "Kolor ramki"
777
 
778
- #: includes/login-form-setting/Login-form-background.php:477
779
  msgid "Border Radius"
780
  msgstr "Zaokrąglenie ramki"
781
 
782
- #: includes/login-form-setting/Login-form-background.php:494
783
  msgid "Border Style"
784
  msgstr "Styl Ramki"
785
 
786
- #: includes/login-form-setting/Login-form-background.php:500
787
  msgid "None"
788
  msgstr "Brak"
789
 
790
- #: includes/login-form-setting/Login-form-background.php:501
791
  msgid "Solid"
792
  msgstr "Mocny"
793
 
794
- #: includes/login-form-setting/Login-form-background.php:502
795
  msgid "Dotted"
796
  msgstr "Kropkowany"
797
 
798
- #: includes/login-form-setting/Login-form-background.php:503
799
  msgid "Dashed"
800
  msgstr "Dashed"
801
 
802
- #: includes/login-form-setting/Login-form-background.php:504
803
  msgid "Double"
804
  msgstr "Podwójny"
805
 
806
- #: includes/login-form-setting/Login-form-background.php:515
807
  msgid "Border Thickness"
808
  msgstr "Grubość ramki"
809
 
810
- #: includes/login-form-setting/Login-form-background.php:532
811
  msgid "Enable Form Shadow?"
812
  msgstr "Włączyc cień?"
813
 
814
- #: includes/login-form-setting/Login-form-background.php:552
815
  msgid "Form Shadow Color"
816
  msgstr "Kolor cieniowania"
817
 
818
- #: includes/login-form-setting/Login-form-background.php:567
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
819
  msgid "Redirect Users After Login (Not Work For Admin)"
820
  msgstr ""
821
  "Przekierowuj użytkowników po zalogowaniu (nie działają dla administratora)"
822
 
823
- #: includes/login-form-setting/Login-form-background.php:572
824
  msgid "Redirect URL"
825
  msgstr "Przekierowanie URL"
826
 
827
- #: includes/login-form-setting/Login-form-background.php:573
828
  msgid ""
829
  "Enter the URL to redirect users after login, Setting will not work for an "
830
  "administrator."
@@ -832,47 +814,52 @@ msgstr ""
832
  "Wprowadź adres URL przekierowania użytkowników po zalogowaniu, ustawienie "
833
  "nie będzie działać dla administratora."
834
 
835
- #: includes/login-form-setting/Login-form-background.php:585
836
  msgid "Display Note To User Above Login Form"
837
  msgstr "Wyświetl notatkę dla użytkownika powyżej formularza logowania"
838
 
839
- #: includes/login-form-setting/Login-form-background.php:602
 
 
 
 
 
840
  #, fuzzy
841
  #| msgid "Headline Font size"
842
  msgid "Message Font Size"
843
  msgstr "Rozmiar czcionki nagłówka"
844
 
845
- #: includes/login-form-setting/Login-form-background.php:620
846
  #, fuzzy
847
  #| msgid "Headline Font Color"
848
  msgid "Message Font Color"
849
  msgstr "Kolor czcionki nagłówka"
850
 
851
- #: includes/login-form-setting/Login-form-background.php:637
852
  msgid "Tagline Message Display Below Login Form"
853
  msgstr "Tagline Message Display Poniżej formularza logowania"
854
 
855
- #: includes/login-form-setting/Login-form-background.php:654
856
- #: includes/login-form-setting/Login-form-background.php:659
857
  msgid "Custom CSS"
858
  msgstr "Własny CSS"
859
 
860
- #: includes/login-form-setting/Login-form-background.php:661
861
  msgid "Enter any custom css you want to apply on login panel."
862
  msgstr ""
863
  "Wpisz dowolny preferowany przez ciebie styl css aby zastosować go dla panelu "
864
  "logowania."
865
 
866
- #: includes/login-form-setting/Login-form-background.php:662
867
  msgid "Note: Please Do Not Use"
868
  msgstr "Notatka : Proszę nie używać"
869
 
870
- #: includes/login-form-setting/Login-form-background.php:662
871
  msgid "Tag With Custom CSS"
872
  msgstr "Tag z niestandardowym CSS"
873
 
874
- #: includes/login-form-setting/Login-form-background.php:679
875
- #: includes/login-form-setting/Login-form-background.php:693
876
  msgid "Login"
877
  msgstr "Nazwa użytkownika (login)"
878
 
@@ -1047,6 +1034,40 @@ msgstr "Whatsapp"
1047
  msgid "Social"
1048
  msgstr "Social"
1049
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1050
  #~ msgid "User Name"
1051
  #~ msgstr "Nazwa użytkownika"
1052
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-06 14:15+0530\n"
5
+ "PO-Revision-Date: 2018-08-06 14:15+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  msgid "Admin Custom Login"
21
  msgstr "Admin Custom Login"
22
 
23
  #: includes/content.php:63
 
 
 
 
 
 
 
 
24
  msgid "Show Us Some Love (Rate Us)"
25
  msgstr "Doceń nas (Oceń)"
26
 
27
+ #: includes/content.php:80 includes/dashboard/dashboard.php:169
28
+ #: includes/dashboard/dashboard.php:183
29
  msgid "Dashboard"
30
  msgstr "Kokpit"
31
 
32
+ #: includes/content.php:81
33
  #, fuzzy
34
  #| msgid "Application overview"
35
  msgid "application overview"
36
  msgstr "Opis aplikacji"
37
 
38
+ #: includes/content.php:90
39
  msgid "Background Design"
40
  msgstr "Projektowanie tła"
41
 
42
+ #: includes/content.php:91
43
  #, fuzzy
44
  #| msgid "Modify Background design here"
45
  msgid "modify background design here"
46
  msgstr "Zmodyfikuj tło"
47
 
48
+ #: includes/content.php:101
49
  msgid "Login form Setting"
50
  msgstr "Ustawienia logowania"
51
 
52
+ #: includes/content.php:102
53
  #, fuzzy
54
  #| msgid "Modify Login design here"
55
  msgid "modify login design here"
56
  msgstr "Modyfikuj styl logowania"
57
 
58
+ #: includes/content.php:112
59
  msgid "Font Setting"
60
  msgstr "Ustawienia czcionek"
61
 
62
+ #: includes/content.php:113
63
  #, fuzzy
64
  #| msgid "Modify Login Form Style here"
65
  msgid "modify login form style here"
66
  msgstr "Modyfikuj styl formatki logowania"
67
 
68
+ #: includes/content.php:123 includes/settings/page-settings.php:50
69
  msgid "Logo Settings"
70
  msgstr "Ustawienia Logo"
71
 
72
+ #: includes/content.php:124
73
  #, fuzzy
74
  #| msgid "Customize Logo Settings here"
75
  msgid "customize logo settings here"
76
  msgstr "Modyfikuj ustawienia logo"
77
 
78
+ #: includes/content.php:135 includes/social/social.php:21
79
  msgid "Social Settings"
80
  msgstr "Ustawienia mediów społecznościowych"
81
 
82
+ #: includes/content.php:136
83
  #, fuzzy
84
  #| msgid "Connect with your social profile"
85
  msgid "connect with your social profile"
86
  msgstr "Połącz z twoim profilem"
87
 
88
+ #: includes/content.php:146
89
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
90
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
91
  msgid "Google Captcha"
92
  msgstr "Google Captcha"
93
 
94
+ #: includes/content.php:147
95
  msgid "configure captcha settings"
96
  msgstr "skonfiguruj ustawienia captcha"
97
 
98
+ #: includes/content.php:157
99
  msgid "Export / Import"
100
  msgstr "Eksport/Import"
101
 
102
+ #: includes/content.php:158
103
  msgid "import / export plugin settings"
104
  msgstr "ustawienia wtyczek importu / eksportu"
105
 
106
+ #: includes/content.php:167
107
  msgid "Recommendations"
108
  msgstr "Polecane"
109
 
110
+ #: includes/content.php:168
111
  #, fuzzy
112
  #| msgid "Get More Free Useful Plugins"
113
  msgid "get more free plugins"
114
  msgstr "Zdobądź wiecej darmowych przydatnych wtyczek"
115
 
116
+ #: includes/content.php:177 includes/help/help.php:15
117
  msgid "Help And Support"
118
  msgstr "Pomoc i wparcie"
119
 
120
+ #: includes/content.php:178
121
  #, fuzzy
122
  #| msgid "Ask your query"
123
  msgid "ask your queries"
124
  msgstr "Zadaj pytanie"
125
 
126
+ #: includes/content.php:187 includes/offers.php:11
127
  msgid "Our Offers"
128
  msgstr "Nasze oferty"
129
 
130
+ #: includes/content.php:188
131
  msgid "weblizar premium products"
132
  msgstr "Produkty premium firmy weblizar"
133
 
134
+ #: includes/content.php:197
135
  #, fuzzy
136
  #| msgid "Rate Us"
137
  msgid "Rate & Donate Us"
138
  msgstr "Oceń Nas"
139
 
140
+ #: includes/content.php:198
141
  #, fuzzy
142
  #| msgid "If you like us"
143
  msgid "if you like us"
147
  msgid "Admin Custom Login Dashboard"
148
  msgstr "Admin Custom Login Kokpit"
149
 
150
+ #: includes/dashboard/dashboard.php:104
151
  msgid "Admin Custom Login Status"
152
  msgstr "Admin Custom Login Status"
153
 
154
+ #: includes/dashboard/dashboard.php:110
155
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
156
  msgid "Disable"
157
  msgstr "Wyłącz"
158
 
159
+ #: includes/dashboard/dashboard.php:113
160
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
161
  msgid "Enable"
162
  msgstr "Włącz"
163
 
164
+ #: includes/dashboard/dashboard.php:124
165
  msgid "View Login Page"
166
  msgstr "Widok Strony Logowania"
167
 
168
+ #: includes/dashboard/dashboard.php:129
169
  msgid "Copy below link and open in another browser where you are not logged in"
170
  msgstr ""
171
  "Skopiuj poniższy link i otwórz go w przeglądarce w której nie jesteś "
172
  "zalogowany"
173
 
174
+ #: includes/dashboard/dashboard.php:169 includes/design/background.php:368
 
 
 
 
 
 
175
  #: includes/design/text_and_color.php:583
176
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
177
+ #: includes/login-form-setting/login-form-background.php:716
178
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
179
  msgid "Setting Save Successfully"
180
  msgstr "Ustawienia zostały zapisane poprawnie ! :)"
181
 
182
+ #: includes/dashboard/dashboard.php:169 includes/dashboard/dashboard.php:183
183
  #: includes/design/background.php:180 includes/design/background.php:368
184
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
185
  #: includes/design/text_and_color.php:598
186
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
187
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
188
+ #: includes/login-form-setting/login-form-background.php:361
189
+ #: includes/login-form-setting/login-form-background.php:716
190
+ #: includes/login-form-setting/login-form-background.php:730
191
  #: includes/settings/page-settings.php:84
192
  #: includes/settings/page-settings.php:168
193
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
195
  msgid "Close"
196
  msgstr "Zamknij"
197
 
198
+ #: includes/dashboard/dashboard.php:183 includes/design/background.php:383
199
  #: includes/design/text_and_color.php:598
200
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
201
+ #: includes/login-form-setting/login-form-background.php:730
202
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
203
  msgid "Setting Reset Successfully"
204
  msgstr "Ustawienia zostały poprawnie zresetowane ! :)"
205
 
206
+ #: includes/dashboard/dashboard.php:190 includes/design/background.php:391
207
  #: includes/design/text_and_color.php:606
208
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
209
+ #: includes/login-form-setting/login-form-background.php:737
210
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
211
  msgid "Save Changes"
212
  msgstr "Zapisz zmiany"
213
 
214
+ #: includes/dashboard/dashboard.php:193 includes/design/background.php:394
215
  #: includes/design/text_and_color.php:609
216
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
217
+ #: includes/login-form-setting/login-form-background.php:740
218
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
219
  msgid "Reset Default"
220
  msgstr "Resetuj do ustawień domyślnych"
224
  msgstr "Ustawienia tła"
225
 
226
  #: includes/design/background.php:103 includes/design/background.php:110
227
+ #: includes/login-form-setting/login-form-background.php:276
228
  msgid "Select Background"
229
  msgstr "Wybierz Tło"
230
 
233
  msgstr "Nie wybrano tła"
234
 
235
  #: includes/design/background.php:111
236
+ #: includes/login-form-setting/login-form-background.php:283
237
  msgid "Static Background Color"
238
  msgstr "Kolor Tła"
239
 
240
  #: includes/design/background.php:112
241
+ #: includes/login-form-setting/login-form-background.php:284
242
  msgid "Static Background Image"
243
  msgstr "Tło w formie obrazka"
244
 
247
  msgstr "Tło jako pokaz slajdów"
248
 
249
  #: includes/design/background.php:131
250
+ #: includes/login-form-setting/login-form-background.php:300
251
  msgid "Background Color"
252
  msgstr "Kolor Tła"
253
 
254
  #: includes/design/background.php:153 includes/design/background.php:172
255
+ #: includes/login-form-setting/login-form-background.php:337
256
  msgid "Background Image"
257
  msgstr "Tło w formie obrazka"
258
 
259
  #: includes/design/background.php:158
260
+ #: includes/login-form-setting/login-form-background.php:342
261
  #: includes/settings/page-settings.php:67
262
  msgid "No media selected!"
263
  msgstr "Nie wybrano pliku !"
264
 
265
  #: includes/design/background.php:160
266
+ #: includes/login-form-setting/login-form-background.php:343
267
  #: includes/settings/page-settings.php:68
268
  msgid "Upload"
269
  msgstr "Załaduj"
270
 
271
  #: includes/design/background.php:162
272
+ #: includes/login-form-setting/login-form-background.php:345
273
  #: includes/settings/page-settings.php:70
274
  msgid "Preview"
275
  msgstr "Podgląd"
276
 
277
  #: includes/design/background.php:164
278
+ #: includes/login-form-setting/login-form-background.php:347
279
  msgid "Remove"
280
  msgstr "Usuń"
281
 
285
 
286
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
287
  #: includes/design/text_and_color.php:520
288
+ #: includes/login-form-setting/login-form-background.php:538
289
  msgid "Yes"
290
  msgstr "Tak"
291
 
292
  #: includes/design/background.php:213
293
+ #: includes/login-form-setting/login-form-background.php:376
294
  msgid "Background Repeat"
295
  msgstr "Powtórzenie tła"
296
 
297
  #: includes/design/background.php:219
298
+ #: includes/login-form-setting/login-form-background.php:382
299
  msgid "No Repeat"
300
  msgstr "Nie powtarzaj"
301
 
302
  #: includes/design/background.php:220
303
+ #: includes/login-form-setting/login-form-background.php:383
304
  msgid "Repeat"
305
  msgstr "Powtarzaj"
306
 
307
  #: includes/design/background.php:221
308
+ #: includes/login-form-setting/login-form-background.php:384
309
  msgid "Repeat Horizontally"
310
  msgstr "Powtarzaj poziomo"
311
 
312
  #: includes/design/background.php:222
313
+ #: includes/login-form-setting/login-form-background.php:385
314
  msgid "Repeat Vertically"
315
  msgstr "Powtarzaj pionowo"
316
 
317
  #: includes/design/background.php:234
318
+ #: includes/login-form-setting/login-form-background.php:396
319
  msgid "Background Position"
320
  msgstr "Pozycja tła"
321
 
322
  #: includes/design/background.php:240
323
+ #: includes/login-form-setting/login-form-background.php:402
324
  msgid "Left Top"
325
  msgstr "Lewy górny"
326
 
327
  #: includes/design/background.php:241
328
+ #: includes/login-form-setting/login-form-background.php:403
329
  msgid "Left Center"
330
  msgstr "Lewy środkowy"
331
 
332
  #: includes/design/background.php:242
333
+ #: includes/login-form-setting/login-form-background.php:404
334
  msgid "Left Bottom"
335
  msgstr "Lewy dolny"
336
 
337
  #: includes/design/background.php:243
338
+ #: includes/login-form-setting/login-form-background.php:405
339
  msgid "Right Top"
340
  msgstr "Prawy górny"
341
 
342
  #: includes/design/background.php:244
343
+ #: includes/login-form-setting/login-form-background.php:406
344
  msgid "Right Center"
345
  msgstr "Prawy środkowy"
346
 
347
  #: includes/design/background.php:245
348
+ #: includes/login-form-setting/login-form-background.php:407
349
  msgid "Right Bottom"
350
  msgstr "Prawy dolny"
351
 
352
  #: includes/design/background.php:246
353
+ #: includes/login-form-setting/login-form-background.php:408
354
  msgid "Center Top"
355
  msgstr "Środkowy górny"
356
 
357
  #: includes/design/background.php:247
358
+ #: includes/login-form-setting/login-form-background.php:409
359
  msgid "Center Center"
360
  msgstr "Środkowy"
361
 
362
  #: includes/design/background.php:248
363
+ #: includes/login-form-setting/login-form-background.php:410
364
  msgid "Center Bottom"
365
  msgstr "Środkowy dolny"
366
 
474
 
475
  #: includes/design/text_and_color.php:247
476
  #: includes/design/text_and_color.php:523
477
+ #: includes/login-form-setting/login-form-background.php:541
478
  msgid "No"
479
  msgstr "Nie"
480
 
609
  "Potrzebujemy twojej opinii aby udowodnić funkcjonalność naszej wtyczki w "
610
  "Wordpressie. Jesli ci sie podoba to prosimy oceń nas"
611
 
612
+ #: includes/help/rate.php:62
613
+ #, fuzzy
614
+ #| msgid "Rate Us"
615
+ msgid "Donate Us"
616
+ msgstr "Oceń Nas"
617
+
618
  #: includes/import-export-setting/import_export.php:13
619
  msgid "Export Custom Login Data"
620
  msgstr "Eksportuj ustawienia Custom Login"
648
  msgid "Import"
649
  msgstr "Import"
650
 
651
+ #: includes/login-form-setting/login-form-background.php:191
652
  msgid "Login Settings"
653
  msgstr "Ustawienia logowania"
654
 
655
+ #: includes/login-form-setting/login-form-background.php:204
656
  msgid "Login Form Position"
657
  msgstr "Pozycja formatki logowania"
658
 
659
+ #: includes/login-form-setting/login-form-background.php:210
660
  msgid "Default"
661
  msgstr "Domyślne"
662
 
663
+ #: includes/login-form-setting/login-form-background.php:211
664
  msgid "Floating"
665
  msgstr "Pływający"
666
 
667
+ #: includes/login-form-setting/login-form-background.php:212
668
  msgid "Floating With Customization"
669
  msgstr "Floating z dostosowaniem"
670
 
671
+ #: includes/login-form-setting/login-form-background.php:223
672
  msgid "Float Settings"
673
  msgstr "Ustawienia pływaka"
674
 
675
+ #: includes/login-form-setting/login-form-background.php:229
676
  msgid "Left"
677
  msgstr "Lewa"
678
 
679
+ #: includes/login-form-setting/login-form-background.php:232
680
  msgid "Center"
681
  msgstr "Środek"
682
 
683
+ #: includes/login-form-setting/login-form-background.php:235
684
  msgid "Right"
685
  msgstr "Prawa"
686
 
687
+ #: includes/login-form-setting/login-form-background.php:245
688
  msgid "Floating With Customization Settings"
689
  msgstr "Pływający + dostosuj"
690
 
691
+ #: includes/login-form-setting/login-form-background.php:266
692
  msgid "Note: This form position setting will be not responsive."
693
  msgstr "Uwaga: To ustawienie pozycji formatki nie będzie responsywne."
694
 
695
+ #: includes/login-form-setting/login-form-background.php:282
696
  msgid "Select background"
697
  msgstr "Wybierz tło"
698
 
699
+ #: includes/login-form-setting/login-form-background.php:315
700
  msgid "Login Form Opacity"
701
  msgstr "Pozycja formatki logowania"
702
 
703
+ #: includes/login-form-setting/login-form-background.php:355
704
  #: includes/settings/page-settings.php:78
705
  msgid "Login Background Image"
706
  msgstr "Obrazek jak tło formatki logowania"
707
 
708
+ #: includes/login-form-setting/login-form-background.php:422
709
  msgid "Background Effect"
710
  msgstr "Efekty tła"
711
 
712
+ #: includes/login-form-setting/login-form-background.php:428
713
  msgid "Select overlay effect"
714
  msgstr "Wybierz efekt"
715
 
716
+ #: includes/login-form-setting/login-form-background.php:429
717
  msgid "No Overlay Effect"
718
  msgstr "Bez efektu"
719
 
720
+ #: includes/login-form-setting/login-form-background.php:430
721
  msgid "Overlay Effect 1"
722
  msgstr "Efekt 1"
723
 
724
+ #: includes/login-form-setting/login-form-background.php:431
725
  msgid "Overlay Effect 2"
726
  msgstr "Efekt 2"
727
 
728
+ #: includes/login-form-setting/login-form-background.php:432
729
  msgid "Overlay Effect 3"
730
  msgstr "Efekt 3"
731
 
732
+ #: includes/login-form-setting/login-form-background.php:445
733
  msgid "Login Form Width"
734
  msgstr "Szerokość formularza logowania"
735
 
736
+ #: includes/login-form-setting/login-form-background.php:462
737
  msgid "Border Color"
738
  msgstr "Kolor ramki"
739
 
740
+ #: includes/login-form-setting/login-form-background.php:477
741
  msgid "Border Radius"
742
  msgstr "Zaokrąglenie ramki"
743
 
744
+ #: includes/login-form-setting/login-form-background.php:494
745
  msgid "Border Style"
746
  msgstr "Styl Ramki"
747
 
748
+ #: includes/login-form-setting/login-form-background.php:500
749
  msgid "None"
750
  msgstr "Brak"
751
 
752
+ #: includes/login-form-setting/login-form-background.php:501
753
  msgid "Solid"
754
  msgstr "Mocny"
755
 
756
+ #: includes/login-form-setting/login-form-background.php:502
757
  msgid "Dotted"
758
  msgstr "Kropkowany"
759
 
760
+ #: includes/login-form-setting/login-form-background.php:503
761
  msgid "Dashed"
762
  msgstr "Dashed"
763
 
764
+ #: includes/login-form-setting/login-form-background.php:504
765
  msgid "Double"
766
  msgstr "Podwójny"
767
 
768
+ #: includes/login-form-setting/login-form-background.php:515
769
  msgid "Border Thickness"
770
  msgstr "Grubość ramki"
771
 
772
+ #: includes/login-form-setting/login-form-background.php:532
773
  msgid "Enable Form Shadow?"
774
  msgstr "Włączyc cień?"
775
 
776
+ #: includes/login-form-setting/login-form-background.php:552
777
  msgid "Form Shadow Color"
778
  msgstr "Kolor cieniowania"
779
 
780
+ #: includes/login-form-setting/login-form-background.php:569
781
+ #, fuzzy
782
+ #| msgid "Username or Email Address"
783
+ msgid "Username / Email Field Placeholder Text"
784
+ msgstr "Nazwa użytkownika lub adres e-mail"
785
+
786
+ #: includes/login-form-setting/login-form-background.php:574
787
+ msgid "Type Username or Email"
788
+ msgstr "Wpisz nazwę użytkownika lub e-mail"
789
+
790
+ #: includes/login-form-setting/login-form-background.php:587
791
+ msgid "Password Field Placeholder Text"
792
+ msgstr ""
793
+
794
+ #: includes/login-form-setting/login-form-background.php:592
795
+ #, fuzzy
796
+ #| msgid "Password"
797
+ msgid "Type Password"
798
+ msgstr "Hasło"
799
+
800
+ #: includes/login-form-setting/login-form-background.php:604
801
  msgid "Redirect Users After Login (Not Work For Admin)"
802
  msgstr ""
803
  "Przekierowuj użytkowników po zalogowaniu (nie działają dla administratora)"
804
 
805
+ #: includes/login-form-setting/login-form-background.php:609
806
  msgid "Redirect URL"
807
  msgstr "Przekierowanie URL"
808
 
809
+ #: includes/login-form-setting/login-form-background.php:610
810
  msgid ""
811
  "Enter the URL to redirect users after login, Setting will not work for an "
812
  "administrator."
814
  "Wprowadź adres URL przekierowania użytkowników po zalogowaniu, ustawienie "
815
  "nie będzie działać dla administratora."
816
 
817
+ #: includes/login-form-setting/login-form-background.php:622
818
  msgid "Display Note To User Above Login Form"
819
  msgstr "Wyświetl notatkę dla użytkownika powyżej formularza logowania"
820
 
821
+ #: includes/login-form-setting/login-form-background.php:627
822
+ #: includes/login-form-setting/login-form-background.php:679
823
+ msgid "Type Message"
824
+ msgstr ""
825
+
826
+ #: includes/login-form-setting/login-form-background.php:639
827
  #, fuzzy
828
  #| msgid "Headline Font size"
829
  msgid "Message Font Size"
830
  msgstr "Rozmiar czcionki nagłówka"
831
 
832
+ #: includes/login-form-setting/login-form-background.php:657
833
  #, fuzzy
834
  #| msgid "Headline Font Color"
835
  msgid "Message Font Color"
836
  msgstr "Kolor czcionki nagłówka"
837
 
838
+ #: includes/login-form-setting/login-form-background.php:674
839
  msgid "Tagline Message Display Below Login Form"
840
  msgstr "Tagline Message Display Poniżej formularza logowania"
841
 
842
+ #: includes/login-form-setting/login-form-background.php:691
843
+ #: includes/login-form-setting/login-form-background.php:696
844
  msgid "Custom CSS"
845
  msgstr "Własny CSS"
846
 
847
+ #: includes/login-form-setting/login-form-background.php:698
848
  msgid "Enter any custom css you want to apply on login panel."
849
  msgstr ""
850
  "Wpisz dowolny preferowany przez ciebie styl css aby zastosować go dla panelu "
851
  "logowania."
852
 
853
+ #: includes/login-form-setting/login-form-background.php:699
854
  msgid "Note: Please Do Not Use"
855
  msgstr "Notatka : Proszę nie używać"
856
 
857
+ #: includes/login-form-setting/login-form-background.php:699
858
  msgid "Tag With Custom CSS"
859
  msgstr "Tag z niestandardowym CSS"
860
 
861
+ #: includes/login-form-setting/login-form-background.php:716
862
+ #: includes/login-form-setting/login-form-background.php:730
863
  msgid "Login"
864
  msgstr "Nazwa użytkownika (login)"
865
 
1034
  msgid "Social"
1035
  msgstr "Social"
1036
 
1037
+ #: init.php:62
1038
+ #, fuzzy
1039
+ #| msgid "Logo Settings"
1040
+ msgid "Settings"
1041
+ msgstr "Ustawienia Logo"
1042
+
1043
+ #: init.php:154
1044
+ #, fuzzy
1045
+ #| msgid "Type Username or Email"
1046
+ msgid "Username or Email"
1047
+ msgstr "Wpisz nazwę użytkownika lub e-mail"
1048
+
1049
+ #: init.php:155
1050
+ msgid "Password"
1051
+ msgstr "Hasło"
1052
+
1053
+ #: init.php:178
1054
+ msgid "Find Us On Social Media"
1055
+ msgstr "Znajdź nas w mediach społecznościowych"
1056
+
1057
+ #: init.php:465
1058
+ msgid "Please upload a valid .json file"
1059
+ msgstr "Proszę załadować poprawny plik .json"
1060
+
1061
+ #: init.php:471
1062
+ msgid "Please upload a file to import"
1063
+ msgstr "Prosze załadować plik do importu"
1064
+
1065
+ #~ msgid "Powered By"
1066
+ #~ msgstr "Powered By"
1067
+
1068
+ #~ msgid "Weblizar"
1069
+ #~ msgstr "Weblizar"
1070
+
1071
  #~ msgid "User Name"
1072
  #~ msgstr "Nazwa użytkownika"
1073
 
languages/admin-custom-login-pt_BR.mo CHANGED
Binary file
languages/admin-custom-login-pt_BR.po CHANGED
@@ -1,7 +1,7 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "POT-Creation-Date: 2018-07-31 15:48+0530\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
@@ -9,35 +9,13 @@ msgstr ""
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=ISO-8859-1\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
- #: admin-custom-login.php:174
19
- #, fuzzy
20
- #| msgid "Please rate us "
21
- msgid "Username or Email"
22
- msgstr "Por favor, classifique-nos "
23
-
24
- #: admin-custom-login.php:175
25
- msgid "Password"
26
- msgstr "Senha"
27
-
28
- #: admin-custom-login.php:198
29
- msgid "Find Us On Social Media"
30
- msgstr "Encontre-nos nas Mídias Sociais"
31
-
32
- #: admin-custom-login.php:485
33
- msgid "Please upload a valid .json file"
34
- msgstr "Por favor, envie um arquivo .json válido"
35
-
36
- #: admin-custom-login.php:491
37
- msgid "Please upload a file to import"
38
- msgstr "Por favor, envie um arquivo para importar"
39
-
40
- #: includes/content.php:28
41
  msgid "Admin Custom Login"
42
  msgstr "Personalizar Login de Administrador"
43
 
@@ -45,8 +23,8 @@ msgstr "Personalizar Login de Administrador"
45
  msgid "Show Us Some Love (Rate Us)"
46
  msgstr "Mostre-nos Algum Amor (Avalie-nos)"
47
 
48
- #: includes/content.php:80 includes/dashboard/dashboard.php:92
49
- #: includes/dashboard/dashboard.php:106
50
  msgid "Dashboard"
51
  msgstr "Painel de Controle"
52
 
@@ -172,36 +150,30 @@ msgstr "Se você gosta de nós"
172
  msgid "Admin Custom Login Dashboard"
173
  msgstr "Personalizar Painel de Controle do Login de Administrador"
174
 
175
- #: includes/dashboard/dashboard.php:27
176
  msgid "Admin Custom Login Status"
177
  msgstr "Estado do Admin Custom Login"
178
 
179
- #: includes/dashboard/dashboard.php:33
180
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
181
  msgid "Disable"
182
  msgstr "Desabilitado"
183
 
184
- #: includes/dashboard/dashboard.php:36
185
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
186
  msgid "Enable"
187
  msgstr "Habilitado"
188
 
189
- #: includes/dashboard/dashboard.php:47
190
  msgid "View Login Page"
191
  msgstr "Visualizar Página de Login"
192
 
193
- #: includes/dashboard/dashboard.php:52
194
  msgid "Copy below link and open in another browser where you are not logged in"
195
  msgstr ""
196
  "Copiar link abaixo e abrir em outro navegador onde você não está conectado"
197
 
198
- #: includes/dashboard/dashboard.php:65 includes/help/rate.php:62
199
- #, fuzzy
200
- #| msgid "Rate Us"
201
- msgid "Donate Us"
202
- msgstr "Classifique-nos"
203
-
204
- #: includes/dashboard/dashboard.php:92 includes/design/background.php:368
205
  #: includes/design/text_and_color.php:583
206
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
207
  #: includes/login-form-setting/login-form-background.php:716
@@ -209,7 +181,7 @@ msgstr "Classifique-nos"
209
  msgid "Setting Save Successfully"
210
  msgstr "Configurações Salvas com Sucesso"
211
 
212
- #: includes/dashboard/dashboard.php:92 includes/dashboard/dashboard.php:106
213
  #: includes/design/background.php:180 includes/design/background.php:368
214
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
215
  #: includes/design/text_and_color.php:598
@@ -225,7 +197,7 @@ msgstr "Configurações Salvas com Sucesso"
225
  msgid "Close"
226
  msgstr "Fechar"
227
 
228
- #: includes/dashboard/dashboard.php:106 includes/design/background.php:383
229
  #: includes/design/text_and_color.php:598
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
231
  #: includes/login-form-setting/login-form-background.php:730
@@ -233,7 +205,7 @@ msgstr "Fechar"
233
  msgid "Setting Reset Successfully"
234
  msgstr "Configurações Restauradas com Sucesso"
235
 
236
- #: includes/dashboard/dashboard.php:113 includes/design/background.php:391
237
  #: includes/design/text_and_color.php:606
238
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
239
  #: includes/login-form-setting/login-form-background.php:737
@@ -241,7 +213,7 @@ msgstr "Configurações Restauradas com Sucesso"
241
  msgid "Save Changes"
242
  msgstr "Salvar Configurações"
243
 
244
- #: includes/dashboard/dashboard.php:116 includes/design/background.php:394
245
  #: includes/design/text_and_color.php:609
246
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
247
  #: includes/login-form-setting/login-form-background.php:740
@@ -650,6 +622,12 @@ msgstr ""
650
  "in no WordPress. Então, se você gosta do nosso plug-in, por favor, avalie-"
651
  "nos"
652
 
 
 
 
 
 
 
653
  #: includes/import-export-setting/import_export.php:13
654
  msgid "Export Custom Login Data"
655
  msgstr "Exportar Dados de Entrada Personalizados"
@@ -813,15 +791,21 @@ msgid "Form Shadow Color"
813
  msgstr "Cor da Sombra do Formulário"
814
 
815
  #: includes/login-form-setting/login-form-background.php:569
816
- msgid "Username Label and Placeholder Text"
 
 
817
  msgstr "R�tulo do nome de usu�rio e texto de espa�o reservado"
818
 
819
  #: includes/login-form-setting/login-form-background.php:574
820
- msgid "Type Username or Email Address"
821
- msgstr "Por favor, classifique-nos"
 
 
822
 
823
  #: includes/login-form-setting/login-form-background.php:587
824
- msgid "Password Label and Placeholder Text"
 
 
825
  msgstr "R�tulo de senha e texto de espa�o reservado"
826
 
827
  #: includes/login-form-setting/login-form-background.php:592
@@ -851,6 +835,11 @@ msgstr ""
851
  msgid "Display Note To User Above Login Form"
852
  msgstr "Exibir nota ao usu�rio acima do formul�rio de logon"
853
 
 
 
 
 
 
854
  #: includes/login-form-setting/login-form-background.php:639
855
  #, fuzzy
856
  #| msgid "Link Font Size"
@@ -1054,6 +1043,37 @@ msgstr "Whatsapp"
1054
  msgid "Social"
1055
  msgstr "Social"
1056
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1057
  #~ msgid "Powered By"
1058
  #~ msgstr "Criado Por"
1059
 
@@ -1181,11 +1201,6 @@ msgstr "Social"
1181
  #~ msgid "By"
1182
  #~ msgstr "Por "
1183
 
1184
- #, fuzzy
1185
- #~| msgid "Logo Settings"
1186
- #~ msgid "Settings"
1187
- #~ msgstr "Configurações de Logotipo"
1188
-
1189
  #, fuzzy
1190
  #~| msgid "Remove"
1191
  #~ msgid "URL removed"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-08-06 14:31+0530\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=ISO-8859-1\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1\n"
13
  "X-Poedit-Basepath: .\n"
14
  "X-Poedit-KeywordsList: _e;__\n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin/WL_ACL_FREE_Menu.php:6 includes/content.php:28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  msgid "Admin Custom Login"
20
  msgstr "Personalizar Login de Administrador"
21
 
23
  msgid "Show Us Some Love (Rate Us)"
24
  msgstr "Mostre-nos Algum Amor (Avalie-nos)"
25
 
26
+ #: includes/content.php:80 includes/dashboard/dashboard.php:170
27
+ #: includes/dashboard/dashboard.php:184
28
  msgid "Dashboard"
29
  msgstr "Painel de Controle"
30
 
150
  msgid "Admin Custom Login Dashboard"
151
  msgstr "Personalizar Painel de Controle do Login de Administrador"
152
 
153
+ #: includes/dashboard/dashboard.php:104
154
  msgid "Admin Custom Login Status"
155
  msgstr "Estado do Admin Custom Login"
156
 
157
+ #: includes/dashboard/dashboard.php:110
158
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
159
  msgid "Disable"
160
  msgstr "Desabilitado"
161
 
162
+ #: includes/dashboard/dashboard.php:113
163
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
164
  msgid "Enable"
165
  msgstr "Habilitado"
166
 
167
+ #: includes/dashboard/dashboard.php:125
168
  msgid "View Login Page"
169
  msgstr "Visualizar Página de Login"
170
 
171
+ #: includes/dashboard/dashboard.php:130
172
  msgid "Copy below link and open in another browser where you are not logged in"
173
  msgstr ""
174
  "Copiar link abaixo e abrir em outro navegador onde você não está conectado"
175
 
176
+ #: includes/dashboard/dashboard.php:170 includes/design/background.php:368
 
 
 
 
 
 
177
  #: includes/design/text_and_color.php:583
178
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
179
  #: includes/login-form-setting/login-form-background.php:716
181
  msgid "Setting Save Successfully"
182
  msgstr "Configurações Salvas com Sucesso"
183
 
184
+ #: includes/dashboard/dashboard.php:170 includes/dashboard/dashboard.php:184
185
  #: includes/design/background.php:180 includes/design/background.php:368
186
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
187
  #: includes/design/text_and_color.php:598
197
  msgid "Close"
198
  msgstr "Fechar"
199
 
200
+ #: includes/dashboard/dashboard.php:184 includes/design/background.php:383
201
  #: includes/design/text_and_color.php:598
202
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
203
  #: includes/login-form-setting/login-form-background.php:730
205
  msgid "Setting Reset Successfully"
206
  msgstr "Configurações Restauradas com Sucesso"
207
 
208
+ #: includes/dashboard/dashboard.php:191 includes/design/background.php:391
209
  #: includes/design/text_and_color.php:606
210
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
211
  #: includes/login-form-setting/login-form-background.php:737
213
  msgid "Save Changes"
214
  msgstr "Salvar Configurações"
215
 
216
+ #: includes/dashboard/dashboard.php:194 includes/design/background.php:394
217
  #: includes/design/text_and_color.php:609
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
219
  #: includes/login-form-setting/login-form-background.php:740
622
  "in no WordPress. Então, se você gosta do nosso plug-in, por favor, avalie-"
623
  "nos"
624
 
625
+ #: includes/help/rate.php:62
626
+ #, fuzzy
627
+ #| msgid "Rate Us"
628
+ msgid "Donate Us"
629
+ msgstr "Classifique-nos"
630
+
631
  #: includes/import-export-setting/import_export.php:13
632
  msgid "Export Custom Login Data"
633
  msgstr "Exportar Dados de Entrada Personalizados"
791
  msgstr "Cor da Sombra do Formulário"
792
 
793
  #: includes/login-form-setting/login-form-background.php:569
794
+ #, fuzzy
795
+ #| msgid "Username Label and Placeholder Text"
796
+ msgid "Username / Email Field Placeholder Text"
797
  msgstr "R�tulo do nome de usu�rio e texto de espa�o reservado"
798
 
799
  #: includes/login-form-setting/login-form-background.php:574
800
+ #, fuzzy
801
+ #| msgid "Please rate us "
802
+ msgid "Type Username or Email"
803
+ msgstr "Por favor, classifique-nos "
804
 
805
  #: includes/login-form-setting/login-form-background.php:587
806
+ #, fuzzy
807
+ #| msgid "Password Label and Placeholder Text"
808
+ msgid "Password Field Placeholder Text"
809
  msgstr "R�tulo de senha e texto de espa�o reservado"
810
 
811
  #: includes/login-form-setting/login-form-background.php:592
835
  msgid "Display Note To User Above Login Form"
836
  msgstr "Exibir nota ao usu�rio acima do formul�rio de logon"
837
 
838
+ #: includes/login-form-setting/login-form-background.php:627
839
+ #: includes/login-form-setting/login-form-background.php:679
840
+ msgid "Type Message"
841
+ msgstr ""
842
+
843
  #: includes/login-form-setting/login-form-background.php:639
844
  #, fuzzy
845
  #| msgid "Link Font Size"
1043
  msgid "Social"
1044
  msgstr "Social"
1045
 
1046
+ #: init.php:62
1047
+ #, fuzzy
1048
+ #| msgid "Logo Settings"
1049
+ msgid "Settings"
1050
+ msgstr "Configurações de Logotipo"
1051
+
1052
+ #: init.php:154
1053
+ #, fuzzy
1054
+ #| msgid "Please rate us "
1055
+ msgid "Username or Email"
1056
+ msgstr "Por favor, classifique-nos "
1057
+
1058
+ #: init.php:155
1059
+ msgid "Password"
1060
+ msgstr "Senha"
1061
+
1062
+ #: init.php:178
1063
+ msgid "Find Us On Social Media"
1064
+ msgstr "Encontre-nos nas Mídias Sociais"
1065
+
1066
+ #: init.php:465
1067
+ msgid "Please upload a valid .json file"
1068
+ msgstr "Por favor, envie um arquivo .json válido"
1069
+
1070
+ #: init.php:471
1071
+ msgid "Please upload a file to import"
1072
+ msgstr "Por favor, envie um arquivo para importar"
1073
+
1074
+ #~ msgid "Type Username or Email Address"
1075
+ #~ msgstr "Por favor, classifique-nos"
1076
+
1077
  #~ msgid "Powered By"
1078
  #~ msgstr "Criado Por"
1079
 
1201
  #~ msgid "By"
1202
  #~ msgstr "Por "
1203
 
 
 
 
 
 
1204
  #, fuzzy
1205
  #~| msgid "Remove"
1206
  #~ msgid "URL removed"
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
- Tested up to: 4.9.7
7
- Stable tag: 2.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -124,6 +124,11 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
124
 
125
  For more information, see [Weblizar](http://www.weblizar.com/)
126
 
 
 
 
 
 
127
  = 2.6.9 =
128
  * Add Offer Image at dashboard
129
  * Change main menu position
3
  Donate link: https://www.weblizar.com/
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
+ Tested up to: 4.9.8
7
+ Stable tag: 2.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
124
 
125
  For more information, see [Weblizar](http://www.weblizar.com/)
126
 
127
+ = 2.7.0 =
128
+ * Update language files
129
+ * Modify css in dashboard
130
+ * Update plcaholder text (for alllow special character)
131
+
132
  = 2.6.9 =
133
  * Add Offer Image at dashboard
134
  * Change main menu position