Admin Custom Login - Version 2.7.1

Version Description

  • Update: Shorting Plugin Menu Name In Admin Menu (Admin Custom Login to AC Login)
  • Update: Plugin Menu Icon Updated
  • New: Login Fields Label setting
  • New: Login Form Button Label setting
  • Some settings labels text updated
  • Language files updated
Download this release

Release Info

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

Code changes from version 2.7.0 to 2.7.1

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
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/
@@ -16,7 +16,6 @@ define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
16
  define("WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE", plugin_dir_path(__FILE__));
17
  define("WEBLIZAR_ACL", "admin-custom-login", true);
18
 
19
-
20
  final class WL_ACL_FREE {
21
  private static $instance = null;
22
 
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.7.1
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
16
  define("WEBLIZAR_ACL_PLUGIN_DIR_PATH_FREE", plugin_dir_path(__FILE__));
17
  define("WEBLIZAR_ACL", "admin-custom-login", true);
18
 
 
19
  final class WL_ACL_FREE {
20
  private static $instance = null;
21
 
admin/inc/admin_menu.php CHANGED
@@ -9,7 +9,7 @@
9
  <div class="column-6-right">
10
  <div class="Configuration_btn">
11
  <a class="conf_btn" href="<?php echo get_admin_url(); ?>admin.php?page=admin_custom_login"><?php _e( "Plugin Configuration Click Here", WEBLIZAR_ACL ); ?></a>
12
- <a class="conf_btn" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank"><?php _e( "Buy Pro $25", WEBLIZAR_ACL ); ?></a>
13
  <a class="conf_btn" href="http://demo.weblizar.com/admin-custom-login-pro/wp-login.php" target="_blank"><?php _e( "Admin Demo", WEBLIZAR_ACL ); ?></a>
14
  </div>
15
  </div>
9
  <div class="column-6-right">
10
  <div class="Configuration_btn">
11
  <a class="conf_btn" href="<?php echo get_admin_url(); ?>admin.php?page=admin_custom_login"><?php _e( "Plugin Configuration Click Here", WEBLIZAR_ACL ); ?></a>
12
+ <a class="conf_btn" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank"><?php _e( "Buy Pro", WEBLIZAR_ACL ); echo "$25" ?></a>
13
  <a class="conf_btn" href="http://demo.weblizar.com/admin-custom-login-pro/wp-login.php" target="_blank"><?php _e( "Admin Demo", WEBLIZAR_ACL ); ?></a>
14
  </div>
15
  </div>
includes/get_value.php CHANGED
@@ -47,6 +47,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
47
  $tagline_msg= $login_page['tagline_msg'];
48
  if(isset($login_page['user_cust_lbl'])){ $user_cust_lbl= $login_page['user_cust_lbl']; } else { $user_cust_lbl = "Type Username or Email"; }
49
  if(isset($login_page['pass_cust_lbl'])){ $pass_cust_lbl= $login_page['pass_cust_lbl']; } else { $pass_cust_lbl = "Type Password"; }
 
 
 
 
50
 
51
  // Get value of Text and Color page
52
  $text_and_color_page = unserialize(get_option('Admin_custome_login_text'));
47
  $tagline_msg= $login_page['tagline_msg'];
48
  if(isset($login_page['user_cust_lbl'])){ $user_cust_lbl= $login_page['user_cust_lbl']; } else { $user_cust_lbl = "Type Username or Email"; }
49
  if(isset($login_page['pass_cust_lbl'])){ $pass_cust_lbl= $login_page['pass_cust_lbl']; } else { $pass_cust_lbl = "Type Password"; }
50
+
51
+ if(isset($login_page['label_username'])){ $label_username= $login_page['label_username']; } else { $label_username = "Username or Email"; }
52
+ if(isset($login_page['label_password'])){ $label_password= $login_page['label_password']; } else { $label_password = "Password"; }
53
+ if(isset($login_page['label_loginButton'])){ $label_loginButton= $login_page['label_loginButton']; } else { $label_loginButton = "Log In"; }
54
 
55
  // Get value of Text and Color page
56
  $text_and_color_page = unserialize(get_option('Admin_custome_login_text'));
includes/help/help.php CHANGED
@@ -84,7 +84,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
84
  <td>
85
  <h4><?php _e('Translate this plugin into your language', WEBLIZAR_ACL)?> </h4>
86
  <h4><?php _e('Question : How to convert Plguin into My Language?', WEBLIZAR_ACL)?> </h4>
87
- <a href="http://weblizar.com/customize-your-wordpress-login-page" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('here is solution','')?></a>
88
  </td>
89
  </tr>
90
  </table>
84
  <td>
85
  <h4><?php _e('Translate this plugin into your language', WEBLIZAR_ACL)?> </h4>
86
  <h4><?php _e('Question : How to convert Plguin into My Language?', WEBLIZAR_ACL)?> </h4>
87
+ <a href="https://translate.wordpress.org/projects/wp-plugins/admin-custom-login/" target="_new" type="button" class="btn btn-info btn-lg" style="color:#fff"><?php _e('here is solution','')?></a>
88
  </td>
89
  </tr>
90
  </table>
includes/login-form-setting/login-form-background.php CHANGED
@@ -247,7 +247,7 @@ function loginbgchange() {
247
  </tr>
248
  <tr style="border-bottom:none;">
249
  <td>
250
- <h4>Left Margin</h4>
251
  <div id="button_left" class="size-slider" style="width: 30%;display:inline-block"></div>
252
  <input type="text" class="slider-text" id="login_form_left" name="login_form_left" readonly="readonly">
253
  <span class="slider-text-span">Px</span>
@@ -255,7 +255,7 @@ function loginbgchange() {
255
  </tr>
256
  <tr>
257
  <td>
258
- <h4>Top Margin</h4>
259
  <div id="button_top" class="size-slider" style="width: 30%;display:inline-block"></div>
260
  <input type="text" class="slider-text" id="login_form_top" name="login_form_top" readonly="readonly">
261
  <span class="slider-text-span">Px</span>
@@ -545,6 +545,7 @@ function loginbgchange() {
545
  </table>
546
  </div>
547
  </div>
 
548
  <div class="panel panel-primary panel-default content-panel">
549
  <div class="panel-body">
550
  <table class="form-table">
@@ -561,25 +562,58 @@ function loginbgchange() {
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">
@@ -589,13 +623,30 @@ function loginbgchange() {
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>
596
  </div>
597
  </div>
598
- <!-- Password Label and Placeholder end-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
599
 
600
  <div class="panel panel-primary panel-default content-panel">
601
  <div class="panel-body">
@@ -800,6 +851,9 @@ function Custom_login_login(Action, id){
800
  var tagline_msg = jQuery( "#tagline_msg").val();
801
  var user_cust_lbl = jQuery( "#user_cust_lbl").val();
802
  var pass_cust_lbl = jQuery( "#pass_cust_lbl").val();
 
 
 
803
  //alert(tagline_msg);
804
 
805
  if (document.getElementById('login_enable_shadow1').checked) {
@@ -809,7 +863,7 @@ function Custom_login_login(Action, id){
809
  }
810
  var login_shadow_color = jQuery("#login_shadow_color").val();
811
 
812
- var PostData = "Action=" + Action + "&login_form_position=" + login_form_position + "&Login_bg_value=" + Login_bg_value + "&login_background_color=" + login_background_color + "&login_bg_color_overlay=" + login_bg_color_overlay + "&login_bg_image=" + login_bg_image + "&login_form_opacity=" + login_form_opacity + "&login_form_width=" + login_form_width + "&login_form_radius=" + login_form_radius + "&login_border_style=" + login_border_style + "&login_border_thikness=" + login_border_thikness + "&login_border_color=" + login_border_color + "&login_bg_repeat=" + login_bg_repeat + "&login_bg_position=" + login_bg_position + "&login_enable_shadow=" + login_enable_shadow + "&login_shadow_color=" + login_shadow_color + "&login_custom_css=" + login_custom_css + "&login_redirect_user=" + login_redirect_user +"&login_form_left=" + login_form_left + "&log_form_above_msg=" + log_form_above_msg + "&login_msg_font_color=" + login_msg_font_color + "&login_msg_fontsize=" + login_msg_fontsize + "&login_form_top=" + login_form_top + "&login_form_float=" + login_form_float + "&tagline_msg=" + tagline_msg + "&user_cust_lbl=" + user_cust_lbl + "&pass_cust_lbl=" + pass_cust_lbl;
813
  jQuery.ajax({
814
  dataType : 'html',
815
  type: 'POST',
@@ -982,6 +1036,9 @@ if(isset($_POST['Action'])){
982
  $login_msg_font_color = sanitize_option('login_msg_font_color', $_POST['login_msg_font_color']);
983
  $user_cust_lbl = sanitize_option('user_cust_lbl', $_POST['user_cust_lbl']);
984
  $pass_cust_lbl = sanitize_option('pass_cust_lbl', $_POST['pass_cust_lbl']);
 
 
 
985
 
986
 
987
  // Save Values in Option Table
@@ -1012,8 +1069,9 @@ if(isset($_POST['Action'])){
1012
  'login_msg_font_color' => $login_msg_font_color,
1013
  'user_cust_lbl' => $user_cust_lbl,
1014
  'pass_cust_lbl' => $pass_cust_lbl,
1015
-
1016
-
 
1017
  ));
1018
  update_option('Admin_custome_login_login', $login_page);
1019
  }
@@ -1046,7 +1104,9 @@ if(isset($_POST['Action'])){
1046
  'login_msg_font_color' => '#000000',
1047
  'user_cust_lbl' => 'Type Username or Email',
1048
  'pass_cust_lbl' => 'Type Password',
1049
-
 
 
1050
  ));
1051
  update_option('Admin_custome_login_login', $login_page);
1052
  }
247
  </tr>
248
  <tr style="border-bottom:none;">
249
  <td>
250
+ <h4><?php _e('Left Margin',WEBLIZAR_ACL); ?></h4>
251
  <div id="button_left" class="size-slider" style="width: 30%;display:inline-block"></div>
252
  <input type="text" class="slider-text" id="login_form_left" name="login_form_left" readonly="readonly">
253
  <span class="slider-text-span">Px</span>
255
  </tr>
256
  <tr>
257
  <td>
258
+ <h4><?php _e('Top Margin',WEBLIZAR_ACL); ?></h4>
259
  <div id="button_top" class="size-slider" style="width: 30%;display:inline-block"></div>
260
  <input type="text" class="slider-text" id="login_form_top" name="login_form_top" readonly="readonly">
261
  <span class="slider-text-span">Px</span>
545
  </table>
546
  </div>
547
  </div>
548
+
549
  <div class="panel panel-primary panel-default content-panel">
550
  <div class="panel-body">
551
  <table class="form-table">
562
  </div>
563
  </div>
564
 
565
+ <!-- Login Form Username / Email Label Text -->
566
+ <div class="panel panel-primary panel-default content-panel">
567
+ <div class="panel-body">
568
+ <table class="form-table">
569
+ <tr>
570
+ <th scope="row" ><?php _e('Username or Email Field Label Text', WEBLIZAR_ACL); ?></th>
571
+ <td></td>
572
+ </tr>
573
+ <tr style="border-bottom:none;">
574
+ <td>
575
+ <input type="text" placeholder="<?php _e('Type username or email field label text', WEBLIZAR_ACL); ?>" id="label_username" name="label_username" value="<?php echo stripslashes($label_username); ?>" style="width: 70%;">
576
+ </td>
577
+ </tr>
578
+ </table>
579
+ </div>
580
+ </div>
581
+
582
+ <!--Username Placeholder Text-->
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('Username or Email 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 username or email placeholder text', 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%;">
593
  </td>
594
  </tr>
595
  </table>
596
  </div>
597
  </div>
598
+
599
+ <!-- Login Form Password Field Label Text -->
600
+ <div class="panel panel-primary panel-default content-panel">
601
+ <div class="panel-body">
602
+ <table class="form-table">
603
+ <tr>
604
+ <th scope="row" ><?php _e('Password Field Label Text', WEBLIZAR_ACL); ?></th>
605
+ <td></td>
606
+ </tr>
607
+ <tr style="border-bottom:none;">
608
+ <td>
609
+ <input type="text" placeholder="<?php _e('Type password field label text', WEBLIZAR_ACL); ?>" id="label_password" name="label_password" value="<?php echo stripslashes($label_password); ?>" style="width: 70%;">
610
+ </td>
611
+ </tr>
612
+ </table>
613
+ </div>
614
+ </div>
615
 
616
+ <!-- Password Placeholder Text -->
617
  <div class="panel panel-primary panel-default content-panel">
618
  <div class="panel-body">
619
  <table class="form-table">
623
  </tr>
624
  <tr style="border-bottom:none;">
625
  <td>
626
+ <input type="text" placeholder="<?php _e('Type password field placeholder text', 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%;">
627
  </td>
628
  </tr>
629
  </table>
630
  </div>
631
  </div>
632
+
633
+
634
+ <div class="panel panel-primary panel-default content-panel">
635
+ <div class="panel-body">
636
+ <table class="form-table">
637
+ <tr>
638
+ <th scope="row" ><?php _e('Log In Button Text', WEBLIZAR_ACL); ?></th>
639
+ <td></td>
640
+ </tr>
641
+ <tr style="border-bottom:none;">
642
+ <td>
643
+ <input type="text" placeholder="<?php _e('Type log in button text', WEBLIZAR_ACL); ?>" id="label_loginButton" name="label_loginButton" value="<?php echo stripslashes($label_loginButton); ?>" style="width: 70%;">
644
+ </td>
645
+ </tr>
646
+ </table>
647
+ </div>
648
+ </div>
649
+ <!-- change the text of labels and log in button -->
650
 
651
  <div class="panel panel-primary panel-default content-panel">
652
  <div class="panel-body">
851
  var tagline_msg = jQuery( "#tagline_msg").val();
852
  var user_cust_lbl = jQuery( "#user_cust_lbl").val();
853
  var pass_cust_lbl = jQuery( "#pass_cust_lbl").val();
854
+ var label_username = jQuery( "#label_username").val();
855
+ var label_password = jQuery( "#label_password").val();
856
+ var label_loginButton = jQuery( "#label_loginButton").val();
857
  //alert(tagline_msg);
858
 
859
  if (document.getElementById('login_enable_shadow1').checked) {
863
  }
864
  var login_shadow_color = jQuery("#login_shadow_color").val();
865
 
866
+ var PostData = "Action=" + Action + "&login_form_position=" + login_form_position + "&Login_bg_value=" + Login_bg_value + "&login_background_color=" + login_background_color + "&login_bg_color_overlay=" + login_bg_color_overlay + "&login_bg_image=" + login_bg_image + "&login_form_opacity=" + login_form_opacity + "&login_form_width=" + login_form_width + "&login_form_radius=" + login_form_radius + "&login_border_style=" + login_border_style + "&login_border_thikness=" + login_border_thikness + "&login_border_color=" + login_border_color + "&login_bg_repeat=" + login_bg_repeat + "&login_bg_position=" + login_bg_position + "&login_enable_shadow=" + login_enable_shadow + "&login_shadow_color=" + login_shadow_color + "&login_custom_css=" + login_custom_css + "&login_redirect_user=" + login_redirect_user +"&login_form_left=" + login_form_left + "&log_form_above_msg=" + log_form_above_msg + "&login_msg_font_color=" + login_msg_font_color + "&login_msg_fontsize=" + login_msg_fontsize + "&login_form_top=" + login_form_top + "&login_form_float=" + login_form_float + "&tagline_msg=" + tagline_msg + "&user_cust_lbl=" + user_cust_lbl + "&pass_cust_lbl=" + pass_cust_lbl + '&label_username=' + label_username + '&label_password=' + label_password + '&label_loginButton=' + label_loginButton;
867
  jQuery.ajax({
868
  dataType : 'html',
869
  type: 'POST',
1036
  $login_msg_font_color = sanitize_option('login_msg_font_color', $_POST['login_msg_font_color']);
1037
  $user_cust_lbl = sanitize_option('user_cust_lbl', $_POST['user_cust_lbl']);
1038
  $pass_cust_lbl = sanitize_option('pass_cust_lbl', $_POST['pass_cust_lbl']);
1039
+ $label_username = sanitize_option('label_username', $_POST['label_username']);
1040
+ $label_password = sanitize_option('label_password', $_POST['label_password']);
1041
+ $label_loginButton = sanitize_option('label_loginButton', $_POST['label_loginButton']);
1042
 
1043
 
1044
  // Save Values in Option Table
1069
  'login_msg_font_color' => $login_msg_font_color,
1070
  'user_cust_lbl' => $user_cust_lbl,
1071
  'pass_cust_lbl' => $pass_cust_lbl,
1072
+ 'label_username' => $label_username,
1073
+ 'label_password' => $label_password,
1074
+ 'label_loginButton' => $label_loginButton,
1075
  ));
1076
  update_option('Admin_custome_login_login', $login_page);
1077
  }
1104
  'login_msg_font_color' => '#000000',
1105
  'user_cust_lbl' => 'Type Username or Email',
1106
  'pass_cust_lbl' => 'Type Password',
1107
+ 'label_username' => 'Username / Email',
1108
+ 'label_password' => 'Password',
1109
+ 'label_loginButton' => 'Log In',
1110
  ));
1111
  update_option('Admin_custome_login_login', $login_page);
1112
  }
init.php CHANGED
@@ -56,7 +56,7 @@ 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
@@ -131,6 +131,33 @@ function acl_advanced_login_form_plugin() {
131
  }
132
  add_action('login_enqueue_scripts', 'acl_advanced_login_form_plugin');
133
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  function acl_footer_func() {
135
  $text_and_color_page = unserialize(get_option('Admin_custome_login_text'));
136
  $user_input_icon = $text_and_color_page['user_input_icon'];
@@ -146,6 +173,8 @@ function acl_footer_func() {
146
  if(isset($login_page['user_cust_lbl'])){ $user_cust_lbl= $login_page['user_cust_lbl']; } else { $user_cust_lbl = "Type Username or Email"; }
147
  if(isset($login_page['pass_cust_lbl'])){ $pass_cust_lbl= $login_page['pass_cust_lbl']; } else { $pass_cust_lbl = "Type Password"; }
148
 
 
 
149
  ?>
150
  <script>
151
  jQuery(document).ready(function(){
@@ -155,8 +184,8 @@ function acl_footer_func() {
155
 
156
  <?php if($enable_inputbox_icon=='yes'){ ?>
157
  if (jQuery('#log_input_lable').length) {
158
- document.getElementById("log_input_lable").innerHTML="<?php _e('Username or Email', WEBLIZAR_ACL); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $user_input_icon; ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='<?php echo $user_cust_lbl; ?>'></div>";
159
- document.getElementById("pwd_input_lable").innerHTML="<?php _e('Password', WEBLIZAR_ACL); ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $password_input_icon; ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='<?php echo $pass_cust_lbl; ?>'></div>";
160
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
161
  }
162
  <?php } else { ?>
@@ -262,6 +291,9 @@ function acl_export_settings() {
262
  $tagline_msg = $login_page['tagline_msg'];
263
  $user_cust_lbl = $login_page['user_cust_lbl'];
264
  $pass_cust_lbl = $login_page['pass_cust_lbl'];
 
 
 
265
 
266
 
267
  // Get value of Text and Color page
@@ -371,6 +403,9 @@ function acl_export_settings() {
371
  'tagline_msg' => $tagline_msg,
372
  'user_cust_lbl' => $user_cust_lbl,
373
  'pass_cust_lbl' => $pass_cust_lbl,
 
 
 
374
 
375
  'heading_font_color' => $heading_font_color,
376
  'input_font_color' => $input_font_color,
@@ -514,6 +549,9 @@ function acl_import_settings() {
514
  $tagline_msg = $ACL_Settings['tagline_msg'];
515
  $user_cust_lbl = $ACL_Settings['user_cust_lbl'];
516
  $pass_cust_lbl = $ACL_Settings['pass_cust_lbl'];
 
 
 
517
 
518
  $heading_font_color = $ACL_Settings['heading_font_color'];
519
  $input_font_color = $ACL_Settings['input_font_color'];
@@ -713,7 +751,10 @@ function acl_import_settings() {
713
  'login_msg_font_color' => $login_msg_font_color,
714
  'tagline_msg' => $tagline_msg,
715
  'user_cust_lbl' => $user_cust_lbl,
716
- 'pass_cust_lbl' => $pass_cust_lbl
 
 
 
717
  ));
718
  update_option('Admin_custome_login_login', $login_page);
719
 
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 ), __( 'AC Login', WEBLIZAR_ACL ), 'manage_options', 'admin_custom_login', 'acl_admin_custom_login_content', 'dashicons-art', 10 );
60
  add_action( 'admin_print_styles-' . $wl_admin_menu, 'acl_admin_custom_login_css' );
61
 
62
  //plugin menu page under the settings page
131
  }
132
  add_action('login_enqueue_scripts', 'acl_advanced_login_form_plugin');
133
 
134
+ /*To change the Login Button Text starts*/
135
+ add_action( 'login_form', 'WACL_login_button_text' );
136
+ function WACL_login_button_text()
137
+ {
138
+ add_filter( 'gettext', 'WACL_loginbutton_gettext', 10, 2 );
139
+ }
140
+ function WACL_loginbutton_gettext( $translation, $text ) {
141
+
142
+ if(get_option('Admin_custome_login_login')){
143
+ $label_login_button = unserialize(get_option('Admin_custome_login_login'));
144
+ if(isset($label_login_button['label_loginButton'])) {
145
+ $label_text = $label_login_button['label_loginButton'];
146
+ } else {
147
+ $label_text = "Log In";
148
+ }
149
+ } else {
150
+ $label_text = "Log In";
151
+ }
152
+
153
+ if ( 'Log In' == $text ) {
154
+ return $label_text;
155
+ }
156
+ return $translation;
157
+ }
158
+
159
+ /*To change the Login Button Text ends*/
160
+
161
  function acl_footer_func() {
162
  $text_and_color_page = unserialize(get_option('Admin_custome_login_text'));
163
  $user_input_icon = $text_and_color_page['user_input_icon'];
173
  if(isset($login_page['user_cust_lbl'])){ $user_cust_lbl= $login_page['user_cust_lbl']; } else { $user_cust_lbl = "Type Username or Email"; }
174
  if(isset($login_page['pass_cust_lbl'])){ $pass_cust_lbl= $login_page['pass_cust_lbl']; } else { $pass_cust_lbl = "Type Password"; }
175
 
176
+ if(isset($login_page['label_username'])){ $label_username= $login_page['label_username']; } else { $label_username = "Username / Email"; }
177
+ if(isset($login_page['label_password'])){ $label_password= $login_page['label_password']; } else { $label_password = "Password"; }
178
  ?>
179
  <script>
180
  jQuery(document).ready(function(){
184
 
185
  <?php if($enable_inputbox_icon=='yes'){ ?>
186
  if (jQuery('#log_input_lable').length) {
187
+ document.getElementById("log_input_lable").innerHTML="<?php echo $label_username; ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $user_input_icon; ?>'></i></div> <input id='user_login' name='log' class='input' type='text' placeholder='<?php echo $user_cust_lbl; ?>'></div>";
188
+ document.getElementById("pwd_input_lable").innerHTML="<?php echo $label_password; ?><div class='input-container'> <div class='icon-ph'><i class='fa <?php echo $password_input_icon; ?>'></i></div> <input id='user_pass' name='pwd' class='input' type='password' placeholder='<?php echo $pass_cust_lbl; ?>'></div>";
189
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
190
  }
191
  <?php } else { ?>
291
  $tagline_msg = $login_page['tagline_msg'];
292
  $user_cust_lbl = $login_page['user_cust_lbl'];
293
  $pass_cust_lbl = $login_page['pass_cust_lbl'];
294
+ $label_username= $login_page['label_username'];
295
+ $label_password= $login_page['label_password'];
296
+ $label_loginButton= $login_page['label_loginButton'];
297
 
298
 
299
  // Get value of Text and Color page
403
  'tagline_msg' => $tagline_msg,
404
  'user_cust_lbl' => $user_cust_lbl,
405
  'pass_cust_lbl' => $pass_cust_lbl,
406
+ '$label_username' => $label_username,
407
+ 'label_password' => $label_password,
408
+ 'label_loginButton' => $label_loginButton,
409
 
410
  'heading_font_color' => $heading_font_color,
411
  'input_font_color' => $input_font_color,
549
  $tagline_msg = $ACL_Settings['tagline_msg'];
550
  $user_cust_lbl = $ACL_Settings['user_cust_lbl'];
551
  $pass_cust_lbl = $ACL_Settings['pass_cust_lbl'];
552
+ $label_username = $ACL_Settings['label_username'];
553
+ $label_password = $ACL_Settings['label_password'];
554
+ $label_loginButton = $ACL_Settings['label_loginButton'];
555
 
556
  $heading_font_color = $ACL_Settings['heading_font_color'];
557
  $input_font_color = $ACL_Settings['input_font_color'];
751
  'login_msg_font_color' => $login_msg_font_color,
752
  'tagline_msg' => $tagline_msg,
753
  'user_cust_lbl' => $user_cust_lbl,
754
+ 'pass_cust_lbl' => $pass_cust_lbl,
755
+ 'label_username' => $label_username,
756
+ 'label_password' => $label_password,
757
+ 'label_loginButton' => $label_loginButton,
758
  ));
759
  update_option('Admin_custome_login_login', $login_page);
760
 
installation.php CHANGED
@@ -5,7 +5,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
5
  $login_Version = unserialize(get_option('Admin_custome_login_Version'));
6
  $Version = $login_Version['Version'];
7
  if(!isset($Version)){
8
-
9
  $login_Version= serialize(array(
10
  'Version' => '1.0'
11
  ));
@@ -54,9 +53,13 @@ if(!isset($Version)){
54
  'login_msg_fontsize' => '16',
55
  'login_msg_font_color' => '#000000',
56
  'tagline_msg' => 'Login form is designed using <a href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">ACL</a> plugin by <a href="https://www.weblizar.com" target="_blank">Weblizar</a>.',
 
 
 
 
 
57
  ));
58
- add_option("Admin_custome_login_login", $login_page);
59
-
60
  $text_and_color_page= serialize(array(
61
  'heading_font_color'=>'#ffffff',
62
  'input_font_color'=>'#000000',
@@ -74,9 +77,7 @@ if(!isset($Version)){
74
  'button_font_style'=>'Open Sans',
75
  'enable_inputbox_icon'=>'yes',
76
  'user_input_icon'=>'fa-user',
77
- 'password_input_icon'=>'fa-key',
78
- 'user_cust_lbl'=>'Type Username or Email',
79
- 'pass_cust_lbl'=>'Type Password',
80
  ));
81
  add_option("Admin_custome_login_text", $text_and_color_page);
82
 
5
  $login_Version = unserialize(get_option('Admin_custome_login_Version'));
6
  $Version = $login_Version['Version'];
7
  if(!isset($Version)){
 
8
  $login_Version= serialize(array(
9
  'Version' => '1.0'
10
  ));
53
  'login_msg_fontsize' => '16',
54
  'login_msg_font_color' => '#000000',
55
  'tagline_msg' => 'Login form is designed using <a href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">ACL</a> plugin by <a href="https://www.weblizar.com" target="_blank">Weblizar</a>.',
56
+ 'user_cust_lbl' => 'Type Username or Email',
57
+ 'pass_cust_lbl' => 'Type Password',
58
+ 'label_username' => 'Username / Email',
59
+ 'label_password' => 'Password',
60
+ 'label_loginButton' => 'Log In'
61
  ));
62
+ add_option("Admin_custome_login_login", $login_page);
 
63
  $text_and_color_page= serialize(array(
64
  'heading_font_color'=>'#ffffff',
65
  'input_font_color'=>'#000000',
77
  'button_font_style'=>'Open Sans',
78
  'enable_inputbox_icon'=>'yes',
79
  'user_input_icon'=>'fa-user',
80
+ 'password_input_icon'=>'fa-key',
 
 
81
  ));
82
  add_option("Admin_custome_login_text", $text_and_color_page);
83
 
languages/admin-custom-login-de_DE.mo CHANGED
Binary file
languages/admin-custom-login-de_DE.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "Admin Custom Login"
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
 
@@ -149,47 +161,47 @@ msgstr "Wenn Sie uns mögen"
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,26 +209,26 @@ msgstr "Einstellungen erfolgreich gespeichert"
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"
@@ -689,6 +701,14 @@ msgstr "Rechts"
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 ""
@@ -776,38 +796,74 @@ msgstr "Umrandungsdicke"
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,52 +871,52 @@ msgstr ""
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,34 +1081,53 @@ msgstr "WhatsApp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:02+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:02+0530\n"
6
  "Last-Translator: Markus Petautschnig <markus_petautschnig@yahoo.de>\n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "Plugin-Konfiguration Klicken Sie hier"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "Kaufen Sie Pro"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "Admin-Demo"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Admin Custom Login"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Show Us Some Love (Rate Us)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Armaturenbrett"
43
 
161
  msgid "Admin Custom Login Dashboard"
162
  msgstr "Admin Custom Login Armaturenbrett"
163
 
164
+ #: includes/dashboard/dashboard.php:30
165
  msgid "Admin Custom Login Status"
166
  msgstr "Admin Custom Login Status"
167
 
168
+ #: includes/dashboard/dashboard.php:36
169
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
170
  msgid "Disable"
171
  msgstr "Deaktivieren"
172
 
173
+ #: includes/dashboard/dashboard.php:39
174
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
175
  msgid "Enable"
176
  msgstr "Aktivieren"
177
 
178
+ #: includes/dashboard/dashboard.php:51
179
  msgid "View Login Page"
180
  msgstr "Login Seite ansehen"
181
 
182
+ #: includes/dashboard/dashboard.php:56
183
  msgid "Copy below link and open in another browser where you are not logged in"
184
  msgstr ""
185
  "Kopieren Sie den folgenden Link und öffnen Sie ihn in einem anderen Browser, "
186
  "in dem Sie nicht angemeldet sind"
187
 
188
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
189
  #: includes/design/text_and_color.php:583
190
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
191
+ #: includes/login-form-setting/login-form-background.php:767
192
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
193
  msgid "Setting Save Successfully"
194
  msgstr "Einstellungen erfolgreich gespeichert"
195
 
196
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
197
  #: includes/design/background.php:180 includes/design/background.php:368
198
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
199
  #: includes/design/text_and_color.php:598
200
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
201
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
202
  #: includes/login-form-setting/login-form-background.php:361
203
+ #: includes/login-form-setting/login-form-background.php:767
204
+ #: includes/login-form-setting/login-form-background.php:781
205
  #: includes/settings/page-settings.php:84
206
  #: includes/settings/page-settings.php:168
207
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
209
  msgid "Close"
210
  msgstr "Schließen"
211
 
212
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
213
  #: includes/design/text_and_color.php:598
214
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
215
+ #: includes/login-form-setting/login-form-background.php:781
216
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
217
  msgid "Setting Reset Successfully"
218
  msgstr "Einstellungen erfolgreich zurückgesetzt"
219
 
220
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
221
  #: includes/design/text_and_color.php:606
222
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
223
+ #: includes/login-form-setting/login-form-background.php:788
224
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
225
  msgid "Save Changes"
226
  msgstr "Änderungen speichern"
227
 
228
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
229
  #: includes/design/text_and_color.php:609
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
231
+ #: includes/login-form-setting/login-form-background.php:791
232
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
233
  msgid "Reset Default"
234
  msgstr "Auf Standard zurücksetzten"
701
  msgid "Floating With Customization Settings"
702
  msgstr "Schwimmend mit angepassten Einstellungen"
703
 
704
+ #: includes/login-form-setting/login-form-background.php:250
705
+ msgid "Left Margin"
706
+ msgstr "Linke Marge"
707
+
708
+ #: includes/login-form-setting/login-form-background.php:258
709
+ msgid "Top Margin"
710
+ msgstr "Oberer Rand"
711
+
712
  #: includes/login-form-setting/login-form-background.php:266
713
  msgid "Note: This form position setting will be not responsive."
714
  msgstr ""
796
  msgid "Enable Form Shadow?"
797
  msgstr "Aktiviere Formularschatten?"
798
 
799
+ #: includes/login-form-setting/login-form-background.php:553
800
  msgid "Form Shadow Color"
801
  msgstr "Formularschatten Farbe"
802
 
803
+ #: includes/login-form-setting/login-form-background.php:570
804
  #, fuzzy
805
  #| msgid "Username or Email Address"
806
+ msgid "Username or Email Field Label Text"
807
  msgstr "Benutzername oder E-mail Adresse"
808
 
809
+ #: includes/login-form-setting/login-form-background.php:575
810
+ #, fuzzy
811
+ #| msgid "Username or Email Address"
812
+ msgid "Type username or email field label text"
813
+ msgstr "Benutzername oder E-mail Adresse"
814
 
815
  #: includes/login-form-setting/login-form-background.php:587
816
+ #, fuzzy
817
+ #| msgid "Username or Email Address"
818
+ msgid "Username or Email Field Placeholder Text"
819
+ msgstr "Benutzername oder E-mail Adresse"
820
 
821
  #: includes/login-form-setting/login-form-background.php:592
822
+ #, fuzzy
823
+ #| msgid "Username or Email Address"
824
+ msgid "Type username or email placeholder text"
825
+ msgstr "Benutzername oder E-mail Adresse"
826
 
827
  #: includes/login-form-setting/login-form-background.php:604
828
+ #, fuzzy
829
+ #| msgid "Password Field Placeholder Text"
830
+ msgid "Password Field Label Text"
831
+ msgstr "Passwort Feld Platzhalter Text"
832
+
833
+ #: includes/login-form-setting/login-form-background.php:609
834
+ #, fuzzy
835
+ #| msgid "Password Field Placeholder Text"
836
+ msgid "Type password field label text"
837
+ msgstr "Passwort Feld Platzhalter Text"
838
+
839
+ #: includes/login-form-setting/login-form-background.php:621
840
+ msgid "Password Field Placeholder Text"
841
+ msgstr "Passwort Feld Platzhalter Text"
842
+
843
+ #: includes/login-form-setting/login-form-background.php:626
844
+ #, fuzzy
845
+ #| msgid "Password Field Placeholder Text"
846
+ msgid "Type password field placeholder text"
847
+ msgstr "Passwort Feld Platzhalter Text"
848
+
849
+ #: includes/login-form-setting/login-form-background.php:638
850
+ msgid "Log In Button Text"
851
+ msgstr ""
852
+
853
+ #: includes/login-form-setting/login-form-background.php:643
854
+ msgid "Type log in button text"
855
+ msgstr ""
856
+
857
+ #: includes/login-form-setting/login-form-background.php:655
858
  msgid "Redirect Users After Login (Not Work For Admin)"
859
  msgstr ""
860
  "Benutzer nach der Anmeldung umleiten (nicht für den Administrator arbeiten)"
861
 
862
+ #: includes/login-form-setting/login-form-background.php:660
863
  msgid "Redirect URL"
864
  msgstr "URL umleiten"
865
 
866
+ #: includes/login-form-setting/login-form-background.php:661
867
  msgid ""
868
  "Enter the URL to redirect users after login, Setting will not work for an "
869
  "administrator."
871
  "Geben Sie die URL ein, um Benutzer nach der Anmeldung umzuleiten, "
872
  "Einstellung funktioniert nicht für einen Administrator."
873
 
874
+ #: includes/login-form-setting/login-form-background.php:673
875
  msgid "Display Note To User Above Login Form"
876
  msgstr "Hinweis zum Benutzer oberhalb des Anmeldeformulars anzeigen"
877
 
878
+ #: includes/login-form-setting/login-form-background.php:678
879
+ #: includes/login-form-setting/login-form-background.php:730
880
  msgid "Type Message"
881
+ msgstr "Nachricht eingeben"
882
 
883
+ #: includes/login-form-setting/login-form-background.php:690
884
  #, fuzzy
885
  #| msgid "Headline Font size"
886
  msgid "Message Font Size"
887
  msgstr "Überschrift Schriftgröße"
888
 
889
+ #: includes/login-form-setting/login-form-background.php:708
890
  #, fuzzy
891
  #| msgid "Headline Font Color"
892
  msgid "Message Font Color"
893
  msgstr "Überschrift Schriftfarbe"
894
 
895
+ #: includes/login-form-setting/login-form-background.php:725
896
  msgid "Tagline Message Display Below Login Form"
897
  msgstr "Tagline Message Display Unten Login Form"
898
 
899
+ #: includes/login-form-setting/login-form-background.php:742
900
+ #: includes/login-form-setting/login-form-background.php:747
901
  msgid "Custom CSS"
902
  msgstr "Benutzerdefiniertes CSS"
903
 
904
+ #: includes/login-form-setting/login-form-background.php:749
905
  msgid "Enter any custom css you want to apply on login panel."
906
  msgstr ""
907
  "Fügen Sie einen beliebigen, benutzerdefinierten CSS-Code ein, den Sie dem "
908
  "Anmelde-Panel hinzufügen möchten."
909
 
910
+ #: includes/login-form-setting/login-form-background.php:750
911
  msgid "Note: Please Do Not Use"
912
  msgstr "Hinweis: Bitte nicht verwenden"
913
 
914
+ #: includes/login-form-setting/login-form-background.php:750
915
  msgid "Tag With Custom CSS"
916
  msgstr "Tag nicht mit benutzerdefiniertem CSS-Code verbinden"
917
 
918
+ #: includes/login-form-setting/login-form-background.php:767
919
+ #: includes/login-form-setting/login-form-background.php:781
920
  msgid "Login"
921
  msgstr "Login"
922
 
1081
  msgid "Social"
1082
  msgstr "Social"
1083
 
1084
+ #: init.php:59
1085
+ #, fuzzy
1086
+ #| msgid "Login"
1087
+ msgid "AC Login"
1088
+ msgstr "Login"
1089
+
1090
+ #: init.php:65
1091
  #, fuzzy
1092
  #| msgid "Add Settings"
1093
  msgid "Settings"
1094
  msgstr "Einstellungen hinzufügen"
1095
 
1096
+ #: init.php:68
1097
+ msgid "Get Pro"
1098
+ msgstr "Werde professoinell"
 
 
 
 
 
 
1099
 
1100
+ #: init.php:211
1101
  msgid "Find Us On Social Media"
1102
  msgstr "Finden Sie uns auf Social Media"
1103
 
1104
+ #: init.php:504
1105
  msgid "Please upload a valid .json file"
1106
  msgstr "Bitte eine gültige .json-Datei hochladen"
1107
 
1108
+ #: init.php:510
1109
  msgid "Please upload a file to import"
1110
  msgstr "Bitte eine Datei, für den Import, hochladen"
1111
 
1112
+ #~ msgid "Type Username or Email"
1113
+ #~ msgstr "Geben Sie Benutzername oder E-Mail ein"
1114
+
1115
+ #~ msgid "Type Password"
1116
+ #~ msgstr "Passwort eingeben"
1117
+
1118
+ #, fuzzy
1119
+ #~| msgid "Admin Custom Login"
1120
+ #~ msgid "Custom Login"
1121
+ #~ msgstr "Admin Custom Login"
1122
+
1123
+ #, fuzzy
1124
+ #~| msgid "Type Username or Email"
1125
+ #~ msgid "Username or Email"
1126
+ #~ msgstr "Geben Sie Benutzername oder E-Mail ein"
1127
+
1128
+ #~ msgid "Password"
1129
+ #~ msgstr "Passwort"
1130
+
1131
  #~ msgid "Powered By"
1132
  #~ msgstr "Bereitgestellt von"
1133
 
languages/admin-custom-login-es_ES.mo CHANGED
Binary file
languages/admin-custom-login-es_ES.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "Admin Custom Login"
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
 
@@ -147,45 +159,45 @@ msgstr "Si te gustamos"
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,26 +205,26 @@ msgstr "Configuración Guardada con éxito"
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"
@@ -687,6 +699,14 @@ msgstr "Derecha"
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."
@@ -772,41 +792,71 @@ msgstr "Espesor de Borde"
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,52 +864,52 @@ msgstr ""
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
 
@@ -870,10 +920,8 @@ msgid "%s rating"
870
  msgstr "%s calificación"
871
 
872
  #: includes/settings/page-settings.php:62
873
- #, fuzzy
874
- #| msgid "Logo "
875
  msgid "Logo Image"
876
- msgstr "Logo "
877
 
878
  #: includes/settings/page-settings.php:98
879
  #, fuzzy
@@ -1034,34 +1082,50 @@ msgstr "Whatsapp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:02+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:02+0530\n"
6
  "Last-Translator: Chema Bescos <jmbescos@ibidemgroup.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr ""
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr ""
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr ""
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Admin Custom Login"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Haznos llegar tu amor (Valóranos)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Mi perfil"
43
 
159
  msgid "Admin Custom Login Dashboard"
160
  msgstr "Escritorio de Custom Admin Login"
161
 
162
+ #: includes/dashboard/dashboard.php:30
163
  msgid "Admin Custom Login Status"
164
  msgstr "Status de Admin Custom Login"
165
 
166
+ #: includes/dashboard/dashboard.php:36
167
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
168
  msgid "Disable"
169
  msgstr "Deshabilitar"
170
 
171
+ #: includes/dashboard/dashboard.php:39
172
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
173
  msgid "Enable"
174
  msgstr "Activar"
175
 
176
+ #: includes/dashboard/dashboard.php:51
177
  msgid "View Login Page"
178
  msgstr "Ver Página inicio sesión"
179
 
180
+ #: includes/dashboard/dashboard.php:56
181
  msgid "Copy below link and open in another browser where you are not logged in"
182
  msgstr "Copiar enlace y abrir en ventana nueva sin estar logueado"
183
 
184
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
185
  #: includes/design/text_and_color.php:583
186
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
187
+ #: includes/login-form-setting/login-form-background.php:767
188
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
189
  msgid "Setting Save Successfully"
190
  msgstr "Configuración Guardada con éxito"
191
 
192
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
193
  #: includes/design/background.php:180 includes/design/background.php:368
194
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
195
  #: includes/design/text_and_color.php:598
196
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
197
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
198
  #: includes/login-form-setting/login-form-background.php:361
199
+ #: includes/login-form-setting/login-form-background.php:767
200
+ #: includes/login-form-setting/login-form-background.php:781
201
  #: includes/settings/page-settings.php:84
202
  #: includes/settings/page-settings.php:168
203
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
205
  msgid "Close"
206
  msgstr "Cerrar"
207
 
208
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
209
  #: includes/design/text_and_color.php:598
210
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
211
+ #: includes/login-form-setting/login-form-background.php:781
212
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
213
  msgid "Setting Reset Successfully"
214
  msgstr "Configuración Restablecida con éxito"
215
 
216
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
217
  #: includes/design/text_and_color.php:606
218
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
219
+ #: includes/login-form-setting/login-form-background.php:788
220
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
221
  msgid "Save Changes"
222
  msgstr "Guardar cambios"
223
 
224
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
225
  #: includes/design/text_and_color.php:609
226
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
227
+ #: includes/login-form-setting/login-form-background.php:791
228
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
229
  msgid "Reset Default"
230
  msgstr "Reiniciar Por Defecto"
699
  msgid "Floating With Customization Settings"
700
  msgstr "Ajustes de efecto flotante personalizado"
701
 
702
+ #: includes/login-form-setting/login-form-background.php:250
703
+ msgid "Left Margin"
704
+ msgstr ""
705
+
706
+ #: includes/login-form-setting/login-form-background.php:258
707
+ msgid "Top Margin"
708
+ msgstr ""
709
+
710
  #: includes/login-form-setting/login-form-background.php:266
711
  msgid "Note: This form position setting will be not responsive."
712
  msgstr "Nota: Este ajuste de posición de formulario no será responsive."
792
  msgid "Enable Form Shadow?"
793
  msgstr "¿Habilitar sombra del formulario?"
794
 
795
+ #: includes/login-form-setting/login-form-background.php:553
796
  msgid "Form Shadow Color"
797
  msgstr "Color de sombra del Formulario"
798
 
799
+ #: includes/login-form-setting/login-form-background.php:570
800
  #, fuzzy
801
  #| msgid "Username or Email Address"
802
+ msgid "Username or Email Field Label Text"
803
  msgstr "Nombre de usuario o dirección de correo electrónico"
804
 
805
+ #: includes/login-form-setting/login-form-background.php:575
806
+ #, fuzzy
807
+ #| msgid "Username or Email Address"
808
+ msgid "Type username or email field label text"
809
+ msgstr "Nombre de usuario o dirección de correo electrónico"
810
 
811
  #: includes/login-form-setting/login-form-background.php:587
812
+ #, fuzzy
813
+ #| msgid "Username or Email Address"
814
+ msgid "Username or Email Field Placeholder Text"
815
+ msgstr "Nombre de usuario o dirección de correo electrónico"
816
 
817
  #: includes/login-form-setting/login-form-background.php:592
818
  #, fuzzy
819
+ #| msgid "Username or Email Address"
820
+ msgid "Type username or email placeholder text"
821
+ msgstr "Nombre de usuario o dirección de correo electrónico"
822
 
823
  #: includes/login-form-setting/login-form-background.php:604
824
+ msgid "Password Field Label Text"
825
+ msgstr ""
826
+
827
+ #: includes/login-form-setting/login-form-background.php:609
828
+ msgid "Type password field label text"
829
+ msgstr ""
830
+
831
+ #: includes/login-form-setting/login-form-background.php:621
832
+ msgid "Password Field Placeholder Text"
833
+ msgstr ""
834
+
835
+ #: includes/login-form-setting/login-form-background.php:626
836
+ #, fuzzy
837
+ #| msgid "Username or Email Address"
838
+ msgid "Type password field placeholder text"
839
+ msgstr "Nombre de usuario o dirección de correo electrónico"
840
+
841
+ #: includes/login-form-setting/login-form-background.php:638
842
+ msgid "Log In Button Text"
843
+ msgstr ""
844
+
845
+ #: includes/login-form-setting/login-form-background.php:643
846
+ msgid "Type log in button text"
847
+ msgstr ""
848
+
849
+ #: includes/login-form-setting/login-form-background.php:655
850
  msgid "Redirect Users After Login (Not Work For Admin)"
851
  msgstr ""
852
  "Redirigir usuarios después del inicio de sesión (no funciona para el "
853
  "administrador)"
854
 
855
+ #: includes/login-form-setting/login-form-background.php:660
856
  msgid "Redirect URL"
857
  msgstr "Redireccionar URL"
858
 
859
+ #: includes/login-form-setting/login-form-background.php:661
860
  msgid ""
861
  "Enter the URL to redirect users after login, Setting will not work for an "
862
  "administrator."
864
  "Ingrese la URL para redirigir a los usuarios después de iniciar sesión. La "
865
  "configuración no funcionará para un administrador."
866
 
867
+ #: includes/login-form-setting/login-form-background.php:673
868
  msgid "Display Note To User Above Login Form"
869
  msgstr "Mostrar nota al usuario sobre el formulario de inicio de sesión"
870
 
871
+ #: includes/login-form-setting/login-form-background.php:678
872
+ #: includes/login-form-setting/login-form-background.php:730
873
  msgid "Type Message"
874
  msgstr ""
875
 
876
+ #: includes/login-form-setting/login-form-background.php:690
877
  #, fuzzy
878
  #| msgid "Headline Font size"
879
  msgid "Message Font Size"
880
  msgstr "Tamaño de fuente del encabezado"
881
 
882
+ #: includes/login-form-setting/login-form-background.php:708
883
  #, fuzzy
884
  #| msgid "Headline Font Color"
885
  msgid "Message Font Color"
886
  msgstr "Color de la fuente del encabezado"
887
 
888
+ #: includes/login-form-setting/login-form-background.php:725
889
  msgid "Tagline Message Display Below Login Form"
890
  msgstr "Visualización de mensaje de lema debajo formulario de inicio de sesión"
891
 
892
+ #: includes/login-form-setting/login-form-background.php:742
893
+ #: includes/login-form-setting/login-form-background.php:747
894
  msgid "Custom CSS"
895
  msgstr "CSS personalizado"
896
 
897
+ #: includes/login-form-setting/login-form-background.php:749
898
  msgid "Enter any custom css you want to apply on login panel."
899
  msgstr ""
900
  "Introduce cualquier css personalizado que quieras aplicar al panel de Inicio "
901
  "de Sesión."
902
 
903
+ #: includes/login-form-setting/login-form-background.php:750
904
  msgid "Note: Please Do Not Use"
905
  msgstr "Nota: No usar"
906
 
907
+ #: includes/login-form-setting/login-form-background.php:750
908
  msgid "Tag With Custom CSS"
909
  msgstr "Comntar con CSS personalizado"
910
 
911
+ #: includes/login-form-setting/login-form-background.php:767
912
+ #: includes/login-form-setting/login-form-background.php:781
913
  msgid "Login"
914
  msgstr "Iniciar sesión"
915
 
920
  msgstr "%s calificación"
921
 
922
  #: includes/settings/page-settings.php:62
 
 
923
  msgid "Logo Image"
924
+ msgstr "Logo"
925
 
926
  #: includes/settings/page-settings.php:98
927
  #, fuzzy
1082
  msgid "Social"
1083
  msgstr "Redes sociales"
1084
 
1085
+ #: init.php:59
1086
+ #, fuzzy
1087
+ #| msgid "Login"
1088
+ msgid "AC Login"
1089
+ msgstr "Iniciar sesión"
1090
+
1091
+ #: init.php:65
1092
  #, fuzzy
1093
  #| msgid "Logo Settings"
1094
  msgid "Settings"
1095
  msgstr "Configuración de logo"
1096
 
1097
+ #: init.php:68
1098
+ msgid "Get Pro"
1099
+ msgstr ""
 
 
 
 
 
 
1100
 
1101
+ #: init.php:211
1102
  msgid "Find Us On Social Media"
1103
  msgstr "Encuéntranos en las redes sociales"
1104
 
1105
+ #: init.php:504
1106
  msgid "Please upload a valid .json file"
1107
  msgstr "Por favor sube un archivo .json válido"
1108
 
1109
+ #: init.php:510
1110
  msgid "Please upload a file to import"
1111
  msgstr "Por favor sube un archivo para importar"
1112
 
1113
+ #~ msgid "Type Username or Email"
1114
+ #~ msgstr "Escriba nombre de usuario o correo electrónico"
1115
+
1116
+ #, fuzzy
1117
+ #~| msgid "Password"
1118
+ #~ msgid "Type Password"
1119
+ #~ msgstr "Palabra clave"
1120
+
1121
+ #, fuzzy
1122
+ #~| msgid "Type Username or Email"
1123
+ #~ msgid "Username or Email"
1124
+ #~ msgstr "Escriba nombre de usuario o correo electrónico"
1125
+
1126
+ #~ msgid "Password"
1127
+ #~ msgstr "Palabra clave"
1128
+
1129
  #~ msgid "Powered By"
1130
  #~ msgstr "Powered By"
1131
 
languages/admin-custom-login-fi_FI.mo CHANGED
Binary file
languages/admin-custom-login-fi_FI.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "Mukautettu kirjautumissivu ylläpitäjille"
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
 
@@ -147,47 +159,47 @@ msgstr "Jos tykkäät meistä"
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,26 +207,26 @@ msgstr "Asetus tallennettu onnistuneesti"
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"
@@ -687,6 +699,14 @@ msgstr "Oikealla"
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."
@@ -772,39 +792,73 @@ msgstr "Reunuksen tiheys"
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,50 +866,50 @@ msgstr ""
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,34 +1084,55 @@ msgstr "Whatsapp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:03+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:03+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: Eerik Anttila // ekiphet@gmail.com\n"
8
  "Language: fi_FI\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "Plugin Configuration Klikkaa tästä"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "Osta Pro"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "Admin-esittely"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Mukautettu kirjautumissivu ylläpitäjille"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Näytä meille tukesi (Anna meille arvostelu)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Päävalikko"
43
 
159
  msgid "Admin Custom Login Dashboard"
160
  msgstr "Admin Custom Login -paneeli"
161
 
162
+ #: includes/dashboard/dashboard.php:30
163
  msgid "Admin Custom Login Status"
164
  msgstr "Admin Custom Loginin status"
165
 
166
+ #: includes/dashboard/dashboard.php:36
167
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
168
  msgid "Disable"
169
  msgstr "Ota pois käytöstä"
170
 
171
+ #: includes/dashboard/dashboard.php:39
172
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
173
  msgid "Enable"
174
  msgstr "Aktivoi"
175
 
176
+ #: includes/dashboard/dashboard.php:51
177
  msgid "View Login Page"
178
  msgstr "Tarkastele kirjautumissivua"
179
 
180
+ #: includes/dashboard/dashboard.php:56
181
  msgid "Copy below link and open in another browser where you are not logged in"
182
  msgstr ""
183
  "Kopioi alhaalla oleva linkki ja avaa Incognito-tilassa tai toisessa "
184
  "selaimessa, jossa et ole kirjautunut sisään"
185
 
186
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
187
  #: includes/design/text_and_color.php:583
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
189
+ #: includes/login-form-setting/login-form-background.php:767
190
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
191
  msgid "Setting Save Successfully"
192
  msgstr "Asetus tallennettu onnistuneesti"
193
 
194
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
195
  #: includes/design/background.php:180 includes/design/background.php:368
196
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
197
  #: includes/design/text_and_color.php:598
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
199
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
200
  #: includes/login-form-setting/login-form-background.php:361
201
+ #: includes/login-form-setting/login-form-background.php:767
202
+ #: includes/login-form-setting/login-form-background.php:781
203
  #: includes/settings/page-settings.php:84
204
  #: includes/settings/page-settings.php:168
205
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
207
  msgid "Close"
208
  msgstr "Sulje"
209
 
210
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
211
  #: includes/design/text_and_color.php:598
212
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
213
+ #: includes/login-form-setting/login-form-background.php:781
214
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
215
  msgid "Setting Reset Successfully"
216
  msgstr "Asetus palautettu oletusarvoon onnistuneesti"
217
 
218
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
219
  #: includes/design/text_and_color.php:606
220
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
221
+ #: includes/login-form-setting/login-form-background.php:788
222
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
223
  msgid "Save Changes"
224
  msgstr "Tallenna muutokset"
225
 
226
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
227
  #: includes/design/text_and_color.php:609
228
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
229
+ #: includes/login-form-setting/login-form-background.php:791
230
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
231
  msgid "Reset Default"
232
  msgstr "Palauta oletusarvoon"
699
  msgid "Floating With Customization Settings"
700
  msgstr "Kelluva muokkausvaihtoehdoilla"
701
 
702
+ #: includes/login-form-setting/login-form-background.php:250
703
+ msgid "Left Margin"
704
+ msgstr "Vasen marginaali"
705
+
706
+ #: includes/login-form-setting/login-form-background.php:258
707
+ msgid "Top Margin"
708
+ msgstr "Ylin marginaali"
709
+
710
  #: includes/login-form-setting/login-form-background.php:266
711
  msgid "Note: This form position setting will be not responsive."
712
  msgstr "Huomaathan, että tämän lomakkeen sijaintiasetus ei ole responsiivinen."
792
  msgid "Enable Form Shadow?"
793
  msgstr "Aktivoi lomakkeen varjo?"
794
 
795
+ #: includes/login-form-setting/login-form-background.php:553
796
  msgid "Form Shadow Color"
797
  msgstr "Lomakkeen varjon väri"
798
 
799
+ #: includes/login-form-setting/login-form-background.php:570
800
  #, fuzzy
801
  #| msgid "Username or Email Address"
802
+ msgid "Username or Email Field Label Text"
803
  msgstr "Käyttäjänimi tai Sähköpostiosoite"
804
 
805
+ #: includes/login-form-setting/login-form-background.php:575
806
+ #, fuzzy
807
+ #| msgid "Username or Email Address"
808
+ msgid "Type username or email field label text"
809
+ msgstr "Käyttäjänimi tai Sähköpostiosoite"
810
 
811
  #: includes/login-form-setting/login-form-background.php:587
812
+ #, fuzzy
813
+ #| msgid "Username or Email Address"
814
+ msgid "Username or Email Field Placeholder Text"
815
+ msgstr "Käyttäjänimi tai Sähköpostiosoite"
816
 
817
  #: includes/login-form-setting/login-form-background.php:592
818
  #, fuzzy
819
+ #| msgid "Username or Email Address"
820
+ msgid "Type username or email placeholder text"
821
+ msgstr "Käyttäjänimi tai Sähköpostiosoite"
822
 
823
  #: includes/login-form-setting/login-form-background.php:604
824
+ #, fuzzy
825
+ #| msgid "Password Field Placeholder Text"
826
+ msgid "Password Field Label Text"
827
+ msgstr "Salasanakenttä Paikkamerkkiteksti"
828
+
829
+ #: includes/login-form-setting/login-form-background.php:609
830
+ #, fuzzy
831
+ #| msgid "Password Field Placeholder Text"
832
+ msgid "Type password field label text"
833
+ msgstr "Salasanakenttä Paikkamerkkiteksti"
834
+
835
+ #: includes/login-form-setting/login-form-background.php:621
836
+ msgid "Password Field Placeholder Text"
837
+ msgstr "Salasanakenttä Paikkamerkkiteksti"
838
+
839
+ #: includes/login-form-setting/login-form-background.php:626
840
+ #, fuzzy
841
+ #| msgid "Password Field Placeholder Text"
842
+ msgid "Type password field placeholder text"
843
+ msgstr "Salasanakenttä Paikkamerkkiteksti"
844
+
845
+ #: includes/login-form-setting/login-form-background.php:638
846
+ msgid "Log In Button Text"
847
+ msgstr ""
848
+
849
+ #: includes/login-form-setting/login-form-background.php:643
850
+ msgid "Type log in button text"
851
+ msgstr ""
852
+
853
+ #: includes/login-form-setting/login-form-background.php:655
854
  msgid "Redirect Users After Login (Not Work For Admin)"
855
  msgstr "Uudelleenohjaa muut kuin ylläpitäjät"
856
 
857
+ #: includes/login-form-setting/login-form-background.php:660
858
  msgid "Redirect URL"
859
  msgstr "Uudelleenohjaus-URL"
860
 
861
+ #: includes/login-form-setting/login-form-background.php:661
862
  msgid ""
863
  "Enter the URL to redirect users after login, Setting will not work for an "
864
  "administrator."
866
  "Kirjoita URL-osoite, joka ohjaa käyttäjiä kirjautumisen jälkeen. Asetus ei "
867
  "toimi järjestelmänvalvojana."
868
 
869
+ #: includes/login-form-setting/login-form-background.php:673
870
  msgid "Display Note To User Above Login Form"
871
  msgstr "Näytä Huomautus käyttäjän yllä kirjautumislomakkeelle"
872
 
873
+ #: includes/login-form-setting/login-form-background.php:678
874
+ #: includes/login-form-setting/login-form-background.php:730
875
  msgid "Type Message"
876
+ msgstr "Kirjoita viesti"
877
 
878
+ #: includes/login-form-setting/login-form-background.php:690
879
  #, fuzzy
880
  #| msgid "Headline Font size"
881
  msgid "Message Font Size"
882
  msgstr "Otsikon fonttikoko"
883
 
884
+ #: includes/login-form-setting/login-form-background.php:708
885
  #, fuzzy
886
  #| msgid "Headline Font Color"
887
  msgid "Message Font Color"
888
  msgstr "Otsikon fontin väri"
889
 
890
+ #: includes/login-form-setting/login-form-background.php:725
891
  msgid "Tagline Message Display Below Login Form"
892
  msgstr "Tagline-viestinäyttö alla kirjautumissivun alla"
893
 
894
+ #: includes/login-form-setting/login-form-background.php:742
895
+ #: includes/login-form-setting/login-form-background.php:747
896
  msgid "Custom CSS"
897
  msgstr "Mukautettu CSS"
898
 
899
+ #: includes/login-form-setting/login-form-background.php:749
900
  msgid "Enter any custom css you want to apply on login panel."
901
  msgstr "Kirjoita CSS, jonka haluat asettaa kirjautumispaneeliin."
902
 
903
+ #: includes/login-form-setting/login-form-background.php:750
904
  msgid "Note: Please Do Not Use"
905
  msgstr "Huom! Ethän käytä tätä"
906
 
907
+ #: includes/login-form-setting/login-form-background.php:750
908
  msgid "Tag With Custom CSS"
909
  msgstr "Merkitse mukautetulla CSS:llä"
910
 
911
+ #: includes/login-form-setting/login-form-background.php:767
912
+ #: includes/login-form-setting/login-form-background.php:781
913
  msgid "Login"
914
  msgstr "Kirjaudu sisään"
915
 
1084
  msgid "Social"
1085
  msgstr "Social"
1086
 
1087
+ #: init.php:59
1088
+ #, fuzzy
1089
+ #| msgid "Login"
1090
+ msgid "AC Login"
1091
+ msgstr "Kirjaudu sisään"
1092
+
1093
+ #: init.php:65
1094
  #, fuzzy
1095
  #| msgid "Logo Settings"
1096
  msgid "Settings"
1097
  msgstr "Logon asetukset"
1098
 
1099
+ #: init.php:68
1100
+ msgid "Get Pro"
1101
+ msgstr "Hanki Pro"
 
 
 
 
 
 
1102
 
1103
+ #: init.php:211
1104
  msgid "Find Us On Social Media"
1105
  msgstr "Löydä meidät sosiaalisesta mediasta"
1106
 
1107
+ #: init.php:504
1108
  msgid "Please upload a valid .json file"
1109
  msgstr "Tiedosto ei kelpaa (.json)"
1110
 
1111
+ #: init.php:510
1112
  msgid "Please upload a file to import"
1113
  msgstr "Lataa tiedosto tuotavaksi"
1114
 
1115
+ #~ msgid "Type Username or Email"
1116
+ #~ msgstr "Kirjoita käyttäjätunnus tai sähköposti"
1117
+
1118
+ #, fuzzy
1119
+ #~| msgid "Password"
1120
+ #~ msgid "Type Password"
1121
+ #~ msgstr "Salasana"
1122
+
1123
+ #, fuzzy
1124
+ #~| msgid "Admin Custom Login"
1125
+ #~ msgid "Custom Login"
1126
+ #~ msgstr "Mukautettu kirjautumissivu ylläpitäjille"
1127
+
1128
+ #, fuzzy
1129
+ #~| msgid "Type Username or Email"
1130
+ #~ msgid "Username or Email"
1131
+ #~ msgstr "Kirjoita käyttäjätunnus tai sähköposti"
1132
+
1133
+ #~ msgid "Password"
1134
+ #~ msgstr "Salasana"
1135
+
1136
  #~ msgid "Powered By"
1137
  #~ msgstr "Tämän mahdollistaa"
1138
 
languages/admin-custom-login-fr_FR.mo CHANGED
Binary file
languages/admin-custom-login-fr_FR.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,66 +36,54 @@ msgstr "Connexion personnalisée"
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
@@ -139,47 +139,47 @@ msgstr "si tu nous aimes"
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,26 +187,26 @@ msgstr "Paramètres enregistrés avec succès"
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"
@@ -681,6 +681,14 @@ msgstr "Droite"
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."
@@ -766,39 +774,71 @@ msgstr "Épaisseur de la bordure"
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,52 +846,52 @@ msgstr ""
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,34 +1066,53 @@ msgstr "Whatsapp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:03+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:03+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "Configuration du plugin Cliquez ici"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "Acheter Pro"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "Démo Admin"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Connexion personnalisée"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Montrez-nous de l'amour (évaluez-nous)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Tableau de bord"
43
 
44
  #: includes/content.php:81
 
 
45
  msgid "application overview"
46
+ msgstr "présentation des applications"
47
 
48
  #: includes/content.php:90
49
  msgid "Background Design"
50
  msgstr "Design du fond"
51
 
52
  #: includes/content.php:91
 
 
53
  msgid "modify background design here"
54
+ msgstr "modifier le design du fond ici"
55
 
56
  #: includes/content.php:101
57
  msgid "Login form Setting"
58
  msgstr "Espace de Connexion"
59
 
60
  #: includes/content.php:102
 
 
61
  msgid "modify login design here"
62
+ msgstr "modifier le design de Connexion ici"
63
 
64
  #: includes/content.php:112
65
  msgid "Font Setting"
66
  msgstr "Réglage de la police"
67
 
68
  #: includes/content.php:113
 
 
69
  msgid "modify login form style here"
70
+ msgstr "modifier le formulaire de Connexion ici"
71
 
72
  #: includes/content.php:123 includes/settings/page-settings.php:50
73
  msgid "Logo Settings"
74
  msgstr "Paramètres du Logo"
75
 
76
  #: includes/content.php:124
 
 
77
  msgid "customize logo settings here"
78
+ msgstr "personnaliser les paramètres du Logo ici"
79
 
80
  #: includes/content.php:135 includes/social/social.php:21
81
  msgid "Social Settings"
82
  msgstr "Réseaux Sociaux"
83
 
84
  #: includes/content.php:136
 
 
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
139
  msgid "Admin Custom Login Dashboard"
140
  msgstr "Panneau d'administration de Connexion personnalisée"
141
 
142
+ #: includes/dashboard/dashboard.php:30
143
  msgid "Admin Custom Login Status"
144
  msgstr "Statut de connexion personnalisé de l'administrateur"
145
 
146
+ #: includes/dashboard/dashboard.php:36
147
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
148
  msgid "Disable"
149
  msgstr "Désactiver"
150
 
151
+ #: includes/dashboard/dashboard.php:39
152
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
153
  msgid "Enable"
154
  msgstr "Activer"
155
 
156
+ #: includes/dashboard/dashboard.php:51
157
  msgid "View Login Page"
158
  msgstr "Voir la Page de Connexion"
159
 
160
+ #: includes/dashboard/dashboard.php:56
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:129 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:767
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:129 includes/dashboard/dashboard.php:144
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:767
182
+ #: includes/login-form-setting/login-form-background.php:781
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:144 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:781
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:151 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:788
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:154 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:791
210
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
211
  msgid "Reset Default"
212
  msgstr "Réinitialiser"
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:250
685
+ msgid "Left Margin"
686
+ msgstr "Marge de gauche"
687
+
688
+ #: includes/login-form-setting/login-form-background.php:258
689
+ msgid "Top Margin"
690
+ msgstr "Marge supérieure"
691
+
692
  #: includes/login-form-setting/login-form-background.php:266
693
  msgid "Note: This form position setting will be not responsive."
694
  msgstr "Remarque: Ce paramètre de position de formulaire ne sera pas réactif."
774
  msgid "Enable Form Shadow?"
775
  msgstr "Activer l'ombre du formulaire?"
776
 
777
+ #: includes/login-form-setting/login-form-background.php:553
778
  msgid "Form Shadow Color"
779
  msgstr "Couleur de l’ombre du formulaire"
780
 
781
+ #: includes/login-form-setting/login-form-background.php:570
782
  #, fuzzy
783
+ msgid "Username or Email Field Label Text"
 
784
  msgstr "nom d'utilisateur ou adresse e-mail"
785
 
786
+ #: includes/login-form-setting/login-form-background.php:575
787
+ #, fuzzy
788
+ msgid "Type username or email field label text"
789
+ msgstr "nom d'utilisateur ou adresse e-mail"
790
 
791
  #: includes/login-form-setting/login-form-background.php:587
792
+ #, fuzzy
793
+ msgid "Username or Email Field Placeholder Text"
794
+ msgstr "nom d'utilisateur ou adresse e-mail"
795
 
796
  #: includes/login-form-setting/login-form-background.php:592
797
+ #, fuzzy
798
+ msgid "Type username or email placeholder text"
799
+ msgstr "nom d'utilisateur ou adresse e-mail"
800
 
801
  #: includes/login-form-setting/login-form-background.php:604
802
+ #, fuzzy
803
+ #| msgid "Password Field Placeholder Text"
804
+ msgid "Password Field Label Text"
805
+ msgstr "Texte de l'espace réservé au champ de mot de passe"
806
+
807
+ #: includes/login-form-setting/login-form-background.php:609
808
+ #, fuzzy
809
+ #| msgid "Password Field Placeholder Text"
810
+ msgid "Type password field label text"
811
+ msgstr "Texte de l'espace réservé au champ de mot de passe"
812
+
813
+ #: includes/login-form-setting/login-form-background.php:621
814
+ msgid "Password Field Placeholder Text"
815
+ msgstr "Texte de l'espace réservé au champ de mot de passe"
816
+
817
+ #: includes/login-form-setting/login-form-background.php:626
818
+ #, fuzzy
819
+ #| msgid "Password Field Placeholder Text"
820
+ msgid "Type password field placeholder text"
821
+ msgstr "Texte de l'espace réservé au champ de mot de passe"
822
+
823
+ #: includes/login-form-setting/login-form-background.php:638
824
+ msgid "Log In Button Text"
825
+ msgstr ""
826
+
827
+ #: includes/login-form-setting/login-form-background.php:643
828
+ msgid "Type log in button text"
829
+ msgstr ""
830
+
831
+ #: includes/login-form-setting/login-form-background.php:655
832
  msgid "Redirect Users After Login (Not Work For Admin)"
833
  msgstr ""
834
  "Rediriger les utilisateurs après la connexion (pas de travail pour "
835
  "l'administrateur)"
836
 
837
+ #: includes/login-form-setting/login-form-background.php:660
838
  msgid "Redirect URL"
839
  msgstr "URL de redirection"
840
 
841
+ #: includes/login-form-setting/login-form-background.php:661
842
  msgid ""
843
  "Enter the URL to redirect users after login, Setting will not work for an "
844
  "administrator."
846
  "Entrez l'URL pour rediriger les utilisateurs après la connexion, le "
847
  "paramètre ne fonctionnera pas pour un administrateur."
848
 
849
+ #: includes/login-form-setting/login-form-background.php:673
850
  msgid "Display Note To User Above Login Form"
851
  msgstr "Afficher la note à l'utilisateur au-dessus du formulaire de connexion"
852
 
853
+ #: includes/login-form-setting/login-form-background.php:678
854
+ #: includes/login-form-setting/login-form-background.php:730
855
  msgid "Type Message"
856
+ msgstr "Type Message"
857
 
858
+ #: includes/login-form-setting/login-form-background.php:690
859
  #, fuzzy
860
  #| msgid "Headline Font size"
861
  msgid "Message Font Size"
862
  msgstr "Taille de la police du titre"
863
 
864
+ #: includes/login-form-setting/login-form-background.php:708
865
  #, fuzzy
866
  #| msgid "Headline Font Color"
867
  msgid "Message Font Color"
868
  msgstr "Couleur de police de la ligne supérieure"
869
 
870
+ #: includes/login-form-setting/login-form-background.php:725
871
  msgid "Tagline Message Display Below Login Form"
872
  msgstr "Affichage du message de slogan sous le formulaire de connexion"
873
 
874
+ #: includes/login-form-setting/login-form-background.php:742
875
+ #: includes/login-form-setting/login-form-background.php:747
876
  msgid "Custom CSS"
877
  msgstr "CSS personnalisé"
878
 
879
+ #: includes/login-form-setting/login-form-background.php:749
880
  msgid "Enter any custom css you want to apply on login panel."
881
  msgstr ""
882
  "Entrez un CSS personnalisé que vous souhaitez appliquer sur le panneau de "
883
  "connexion."
884
 
885
+ #: includes/login-form-setting/login-form-background.php:750
886
  msgid "Note: Please Do Not Use"
887
  msgstr "Note: S'il vous plaît ne pas utiliser"
888
 
889
+ #: includes/login-form-setting/login-form-background.php:750
890
  msgid "Tag With Custom CSS"
891
  msgstr "Marquer avec CSS personnalisé"
892
 
893
+ #: includes/login-form-setting/login-form-background.php:767
894
+ #: includes/login-form-setting/login-form-background.php:781
895
  msgid "Login"
896
  msgstr "Connexion"
897
 
1066
  msgid "Social"
1067
  msgstr "Social"
1068
 
1069
+ #: init.php:59
1070
+ #, fuzzy
1071
+ #| msgid "Login"
1072
+ msgid "AC Login"
1073
+ msgstr "Connexion"
1074
+
1075
+ #: init.php:65
1076
  #, fuzzy
1077
  #| msgid "Logo Settings"
1078
  msgid "Settings"
1079
  msgstr "Paramètres du Logo"
1080
 
1081
+ #: init.php:68
1082
+ msgid "Get Pro"
1083
+ msgstr "Devenir pro"
 
 
 
 
 
 
1084
 
1085
+ #: init.php:211
1086
  msgid "Find Us On Social Media"
1087
  msgstr "Trouvez-nous sur les médias sociaux"
1088
 
1089
+ #: init.php:504
1090
  msgid "Please upload a valid .json file"
1091
  msgstr "Veuillez télécharger un fichier .json valide"
1092
 
1093
+ #: init.php:510
1094
  msgid "Please upload a file to import"
1095
  msgstr "Veuillez télécharger un fichier à importer"
1096
 
1097
+ #~ msgid "Type Username or Email"
1098
+ #~ msgstr "Tapez Nom d'utilisateur ou Email"
1099
+
1100
+ #~ msgid "Type Password"
1101
+ #~ msgstr "Tapez votre mot de passe"
1102
+
1103
+ #, fuzzy
1104
+ #~| msgid "Admin Custom Login"
1105
+ #~ msgid "Custom Login"
1106
+ #~ msgstr "Connexion personnalisée"
1107
+
1108
+ #, fuzzy
1109
+ #~| msgid "Type Username or Email"
1110
+ #~ msgid "Username or Email"
1111
+ #~ msgstr "Tapez Nom d'utilisateur ou Email"
1112
+
1113
+ #~ msgid "Password"
1114
+ #~ msgstr "Mot de passe"
1115
+
1116
  #~ msgid "Powered By"
1117
  #~ msgstr "Généré par"
1118
 
languages/admin-custom-login-hi_IN.mo CHANGED
Binary file
languages/admin-custom-login-hi_IN.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "व्यवस्थापक कस्टम लॉगिन"
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
 
@@ -126,71 +138,71 @@ msgstr "अगर आप हमें पसंद करते हैं"
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 "पुनः तैयार करना"
@@ -647,6 +659,14 @@ msgstr "दाया"
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 "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी."
@@ -732,81 +752,105 @@ msgstr "सीमा की मोटाई"
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,34 +1012,46 @@ msgstr "क्या हुआ"
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"
@@ -1670,9 +1726,6 @@ msgstr "कृपया इम्पोर्ट के लिए फाइल
1670
  #~ msgid "Select Start Day"
1671
  #~ msgstr "प्रारम्भ दिन चुनें"
1672
 
1673
- #~ msgid "Booking Button Text"
1674
- #~ msgstr "आरक्षण का बटन पाठ"
1675
-
1676
  #~ msgid "Booking Time Slot"
1677
  #~ msgstr "कैलेंडर के स्लॉट का समय"
1678
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:06+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:06+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "प्लगइन कॉन्फ़िगरेशन यहां क्लिक करें"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "खरीदारी के समर्थक"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "व्यवस्थापक डेमो"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "व्यवस्थापक कस्टम लॉगिन"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "आपका सहयोग दे(रैट दे)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "डैशबोर्ड"
43
 
138
  msgid "Admin Custom Login Dashboard"
139
  msgstr "व्यवस्थापक कस्टम लॉगिन डैशबोर्ड"
140
 
141
+ #: includes/dashboard/dashboard.php:30
142
  msgid "Admin Custom Login Status"
143
  msgstr "व्यवस्थापक कस्टम लॉगिन स्टेटस"
144
 
145
+ #: includes/dashboard/dashboard.php:36
146
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
147
  msgid "Disable"
148
  msgstr "असक्षम"
149
 
150
+ #: includes/dashboard/dashboard.php:39
151
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
152
  msgid "Enable"
153
  msgstr "सक्षम"
154
 
155
+ #: includes/dashboard/dashboard.php:51
156
  msgid "View Login Page"
157
  msgstr "देखें लॉगिन पृष्ठ"
158
 
159
+ #: includes/dashboard/dashboard.php:56
160
  msgid "Copy below link and open in another browser where you are not logged in"
161
  msgstr "नीचे दिये हुए लिंक को कॉपी करे और पेस्ट करे दुसरे ब्राउज़र में जहाँ आप लॉग इन ना हो"
162
 
163
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
164
  #: includes/design/text_and_color.php:583
165
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
166
+ #: includes/login-form-setting/login-form-background.php:767
167
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
168
  msgid "Setting Save Successfully"
169
  msgstr "सफलतापूर्वक सहेजें स्थापना"
170
 
171
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
172
  #: includes/design/background.php:180 includes/design/background.php:368
173
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
174
  #: includes/design/text_and_color.php:598
175
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
176
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
177
  #: includes/login-form-setting/login-form-background.php:361
178
+ #: includes/login-form-setting/login-form-background.php:767
179
+ #: includes/login-form-setting/login-form-background.php:781
180
  #: includes/settings/page-settings.php:84 includes/settings/page-settings.php:168
181
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
182
  #: includes/social/social.php:206
183
  msgid "Close"
184
  msgstr "बंद"
185
 
186
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
187
  #: includes/design/text_and_color.php:598
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
189
+ #: includes/login-form-setting/login-form-background.php:781
190
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
191
  msgid "Setting Reset Successfully"
192
  msgstr "सफलतापूर्वक सहेजें स्थापना"
193
 
194
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
195
  #: includes/design/text_and_color.php:606
196
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
197
+ #: includes/login-form-setting/login-form-background.php:788
198
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
199
  msgid "Save Changes"
200
  msgstr "परिवर्तनों को सुरक्षित करें"
201
 
202
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
203
  #: includes/design/text_and_color.php:609
204
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
205
+ #: includes/login-form-setting/login-form-background.php:791
206
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
207
  msgid "Reset Default"
208
  msgstr "पुनः तैयार करना"
659
  msgid "Floating With Customization Settings"
660
  msgstr "कस्टोमाईज़ेसन के साथ घूमता हुआ"
661
 
662
+ #: includes/login-form-setting/login-form-background.php:250
663
+ msgid "Left Margin"
664
+ msgstr "बायां मार्जिन"
665
+
666
+ #: includes/login-form-setting/login-form-background.php:258
667
+ msgid "Top Margin"
668
+ msgstr "ऊपरी किनारा"
669
+
670
  #: includes/login-form-setting/login-form-background.php:266
671
  msgid "Note: This form position setting will be not responsive."
672
  msgstr "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी."
752
  msgid "Enable Form Shadow?"
753
  msgstr "फार्म छाया सक्षम करें?"
754
 
755
+ #: includes/login-form-setting/login-form-background.php:553
756
  msgid "Form Shadow Color"
757
  msgstr "छाया रंग रूप"
758
 
759
+ #: includes/login-form-setting/login-form-background.php:570
760
+ msgid "Username or Email Field Label Text"
761
  msgstr "उपयोगकर्ता नाम / ईमेल फ़ील्ड प्लेसहोल्डर टेक्स्ट"
762
 
763
+ #: includes/login-form-setting/login-form-background.php:575
764
+ msgid "Type username or email field label text"
765
+ msgstr "उपयोगकर्ता नाम या ईमेल फ़ील्ड लेबल टेक्स्ट टाइप करें"
766
 
767
  #: includes/login-form-setting/login-form-background.php:587
768
+ msgid "Username or Email Field Placeholder Text"
769
+ msgstr "उपयोगकर्ता नाम या ईमेल फ़ील्ड प्लेसहोल्डर टेक्स्ट"
770
 
771
  #: includes/login-form-setting/login-form-background.php:592
772
+ msgid "Type username or email placeholder text"
773
+ msgstr "उपयोगकर्ता नाम या ईमेल प्लेसहोल्डर पाठ टाइप करें"
774
 
775
  #: includes/login-form-setting/login-form-background.php:604
776
+ msgid "Password Field Label Text"
777
+ msgstr "पासवर्ड फ़ील्ड लेबल टेक्स्ट"
778
+
779
+ #: includes/login-form-setting/login-form-background.php:609
780
+ msgid "Type password field label text"
781
+ msgstr "पासवर्ड फ़ील्ड लेबल टेक्स्ट टाइप करें"
782
+
783
+ #: includes/login-form-setting/login-form-background.php:621
784
+ msgid "Password Field Placeholder Text"
785
+ msgstr "पासवर्ड फ़ील्ड प्लेसहोल्डर टेक्स्ट"
786
+
787
+ #: includes/login-form-setting/login-form-background.php:626
788
+ msgid "Type password field placeholder text"
789
+ msgstr "पासवर्ड फ़ील्ड प्लेसहोल्डर टेक्स्ट टाइप करें"
790
+
791
+ #: includes/login-form-setting/login-form-background.php:638
792
+ msgid "Log In Button Text"
793
+ msgstr "लॉग इन बटन टेक्स्ट"
794
+
795
+ #: includes/login-form-setting/login-form-background.php:643
796
+ msgid "Type log in button text"
797
+ msgstr "लॉग इन बटन टेक्स्ट टाइप करें"
798
+
799
+ #: includes/login-form-setting/login-form-background.php:655
800
  msgid "Redirect Users After Login (Not Work For Admin)"
801
  msgstr "व्यवस्थापक के अलावा अन्य उपयोगकर्ताओं को पुन: डायरेक्ट करें"
802
 
803
+ #: includes/login-form-setting/login-form-background.php:660
804
  msgid "Redirect URL"
805
  msgstr "रीडायरेक्ट यूआरएल"
806
 
807
+ #: includes/login-form-setting/login-form-background.php:661
808
  msgid ""
809
  "Enter the URL to redirect users after login, Setting will not work for an administrator."
810
  msgstr ""
811
  "लॉगिन करने के बाद उपयोगकर्ताओं को रीडायरेक्ट करने के लिए URL दर्ज करें, व्यवस्थापक किसी व्यवस्थापक के लिए "
812
  "काम नहीं करेगा."
813
 
814
+ #: includes/login-form-setting/login-form-background.php:673
815
  msgid "Display Note To User Above Login Form"
816
  msgstr "लॉग इन फॉर्म के ऊपर उपयोगकर्ता को नोट नोट"
817
 
818
+ #: includes/login-form-setting/login-form-background.php:678
819
+ #: includes/login-form-setting/login-form-background.php:730
820
  msgid "Type Message"
821
  msgstr "संदेश टाइप करें"
822
 
823
+ #: includes/login-form-setting/login-form-background.php:690
824
  msgid "Message Font Size"
825
  msgstr "संदेश फ़ॉन्ट का आकार"
826
 
827
+ #: includes/login-form-setting/login-form-background.php:708
828
  msgid "Message Font Color"
829
  msgstr "शीर्षक फ़ॉन्ट रंग"
830
 
831
+ #: includes/login-form-setting/login-form-background.php:725
832
  msgid "Tagline Message Display Below Login Form"
833
  msgstr "लॉगिन फॉर्म के नीचे टैगलाइन संदेश प्रदर्शन"
834
 
835
+ #: includes/login-form-setting/login-form-background.php:742
836
+ #: includes/login-form-setting/login-form-background.php:747
837
  msgid "Custom CSS"
838
  msgstr "कस्टम सी एस एस"
839
 
840
+ #: includes/login-form-setting/login-form-background.php:749
841
  msgid "Enter any custom css you want to apply on login panel."
842
  msgstr "कोई भी कस्टम सी एस एस डाले जो आप लॉग इन पैनल पर लगाना चाहते है."
843
 
844
+ #: includes/login-form-setting/login-form-background.php:750
845
  msgid "Note: Please Do Not Use"
846
  msgstr "नोट: किरपिया प्रयोग न करे"
847
 
848
+ #: includes/login-form-setting/login-form-background.php:750
849
  msgid "Tag With Custom CSS"
850
  msgstr "कस्टम सी एस एस के साथ स्टाइल टैग परयोग न करे"
851
 
852
+ #: includes/login-form-setting/login-form-background.php:767
853
+ #: includes/login-form-setting/login-form-background.php:781
854
  msgid "Login"
855
  msgstr "लॉगिन"
856
 
1012
  msgid "Social"
1013
  msgstr "सामाजिक"
1014
 
1015
+ #: init.php:59
1016
+ msgid "AC Login"
1017
+ msgstr "कस्टम लॉगिन"
1018
+
1019
+ #: init.php:65
1020
  msgid "Settings"
1021
  msgstr "सेटिंग्स"
1022
 
1023
+ #: init.php:68
1024
+ msgid "Get Pro"
1025
+ msgstr "प्रीमियम प्राप्त करना"
 
 
 
 
1026
 
1027
+ #: init.php:211
1028
  msgid "Find Us On Social Media"
1029
  msgstr "हमें सामाजिक मीडिया पर खोजें"
1030
 
1031
+ #: init.php:504
1032
  msgid "Please upload a valid .json file"
1033
  msgstr "कृपया केवल जैसन फ़ाइल अपलोड करें"
1034
 
1035
+ #: init.php:510
1036
  msgid "Please upload a file to import"
1037
  msgstr "कृपया इम्पोर्ट के लिए फाइल अपलोड करे"
1038
 
1039
+ #~ msgid "Type Username or Email"
1040
+ #~ msgstr "उपयोगकर्ता नाम या ईमेल टाइप करें"
1041
+
1042
+ #~ msgid "Type Password"
1043
+ #~ msgstr "पासवर्ड लिखें"
1044
+
1045
  #, fuzzy
1046
+ #~| msgid "Admin Custom Login"
1047
+ #~ msgid "Custom Login"
1048
+ #~ msgstr "व्यवस्थापक कस्टम लॉगिन"
1049
+
1050
+ #~ msgid "Username or Email"
1051
+ #~ msgstr "उपयोगकर्ता का नाम या ईमेल"
1052
+
1053
+ #~ msgid "Password"
1054
+ #~ msgstr "पासवर्ड"
1055
 
1056
  #, fuzzy
1057
  #~| msgid "Admin Custom Login Status"
1726
  #~ msgid "Select Start Day"
1727
  #~ msgstr "प्रारम्भ दिन चुनें"
1728
 
 
 
 
1729
  #~ msgid "Booking Time Slot"
1730
  #~ msgstr "कैलेंडर के स्लॉट का समय"
1731
 
languages/admin-custom-login-it_IT.mo CHANGED
Binary file
languages/admin-custom-login-it_IT.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "Login Custom Admin"
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
 
@@ -139,45 +151,45 @@ msgstr "if you like us"
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,26 +197,26 @@ msgstr "Impostazioni Salvate Correttamente"
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"
@@ -678,6 +690,14 @@ msgstr "Destra"
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 ""
@@ -764,38 +784,74 @@ msgstr "Spessore Bordo"
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,52 +859,52 @@ msgstr ""
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,34 +1079,53 @@ msgstr "Whatsapp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:06+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:07+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "Configurazione del plugin clicca qui"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "Acquista Pro"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "Demo di amministrazione"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Login Custom Admin"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Mostraci un po 'di amore (valuta noi)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Cruscotto"
43
 
151
  msgid "Admin Custom Login Dashboard"
152
  msgstr "Amministrazione Login Personalizzato"
153
 
154
+ #: includes/dashboard/dashboard.php:30
155
  msgid "Admin Custom Login Status"
156
  msgstr "Admin Login personalizzato"
157
 
158
+ #: includes/dashboard/dashboard.php:36
159
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
160
  msgid "Disable"
161
  msgstr "disattivare"
162
 
163
+ #: includes/dashboard/dashboard.php:39
164
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
165
  msgid "Enable"
166
  msgstr "Abilitare"
167
 
168
+ #: includes/dashboard/dashboard.php:51
169
  msgid "View Login Page"
170
  msgstr "Visualizza Pagina Login"
171
 
172
+ #: includes/dashboard/dashboard.php:56
173
  msgid "Copy below link and open in another browser where you are not logged in"
174
  msgstr "Copia sotto il link e apri in un altro browser in cui non sei loggato"
175
 
176
+ #: includes/dashboard/dashboard.php:129 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:767
180
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
181
  msgid "Setting Save Successfully"
182
  msgstr "Impostazioni Salvate Correttamente"
183
 
184
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
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:767
192
+ #: includes/login-form-setting/login-form-background.php:781
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 "Chiudi"
199
 
200
+ #: includes/dashboard/dashboard.php:144 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:781
204
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
205
  msgid "Setting Reset Successfully"
206
  msgstr "Impostazioni Ripristinate Correttamente"
207
 
208
+ #: includes/dashboard/dashboard.php:151 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:788
212
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
213
  msgid "Save Changes"
214
  msgstr "Salva Modifiche"
215
 
216
+ #: includes/dashboard/dashboard.php:154 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:791
220
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
221
  msgid "Reset Default"
222
  msgstr "Ripristina Predefinite"
690
  msgid "Floating With Customization Settings"
691
  msgstr "Fluttuante con le impostazioni di personalizzazione"
692
 
693
+ #: includes/login-form-setting/login-form-background.php:250
694
+ msgid "Left Margin"
695
+ msgstr "Margine sinistro"
696
+
697
+ #: includes/login-form-setting/login-form-background.php:258
698
+ msgid "Top Margin"
699
+ msgstr "Margine superiore"
700
+
701
  #: includes/login-form-setting/login-form-background.php:266
702
  msgid "Note: This form position setting will be not responsive."
703
  msgstr ""
784
  msgid "Enable Form Shadow?"
785
  msgstr "Abilitare ombre nel form?"
786
 
787
+ #: includes/login-form-setting/login-form-background.php:553
788
  msgid "Form Shadow Color"
789
  msgstr "Colore Ombra Del Form"
790
 
791
+ #: includes/login-form-setting/login-form-background.php:570
792
  #, fuzzy
793
  #| msgid "Username or Email Address"
794
+ msgid "Username or Email Field Label Text"
795
  msgstr "Username o Indirizzo Email"
796
 
797
+ #: includes/login-form-setting/login-form-background.php:575
798
+ #, fuzzy
799
+ #| msgid "Username or Email Address"
800
+ msgid "Type username or email field label text"
801
+ msgstr "Username o Indirizzo Email"
802
 
803
  #: includes/login-form-setting/login-form-background.php:587
804
+ #, fuzzy
805
+ #| msgid "Username or Email Address"
806
+ msgid "Username or Email Field Placeholder Text"
807
+ msgstr "Username o Indirizzo Email"
808
 
809
  #: includes/login-form-setting/login-form-background.php:592
810
+ #, fuzzy
811
+ #| msgid "Username or Email Address"
812
+ msgid "Type username or email placeholder text"
813
+ msgstr "Username o Indirizzo Email"
814
 
815
  #: includes/login-form-setting/login-form-background.php:604
816
+ #, fuzzy
817
+ #| msgid "Password Field Placeholder Text"
818
+ msgid "Password Field Label Text"
819
+ msgstr "Testo segnaposto campo password"
820
+
821
+ #: includes/login-form-setting/login-form-background.php:609
822
+ #, fuzzy
823
+ #| msgid "Password Field Placeholder Text"
824
+ msgid "Type password field label text"
825
+ msgstr "Testo segnaposto campo password"
826
+
827
+ #: includes/login-form-setting/login-form-background.php:621
828
+ msgid "Password Field Placeholder Text"
829
+ msgstr "Testo segnaposto campo password"
830
+
831
+ #: includes/login-form-setting/login-form-background.php:626
832
+ #, fuzzy
833
+ #| msgid "Password Field Placeholder Text"
834
+ msgid "Type password field placeholder text"
835
+ msgstr "Testo segnaposto campo password"
836
+
837
+ #: includes/login-form-setting/login-form-background.php:638
838
+ msgid "Log In Button Text"
839
+ msgstr ""
840
+
841
+ #: includes/login-form-setting/login-form-background.php:643
842
+ msgid "Type log in button text"
843
+ msgstr ""
844
+
845
+ #: includes/login-form-setting/login-form-background.php:655
846
  msgid "Redirect Users After Login (Not Work For Admin)"
847
  msgstr ""
848
  "Reindirizzare gli utenti dopo l'accesso (non funziona per l'amministratore)"
849
 
850
+ #: includes/login-form-setting/login-form-background.php:660
851
  msgid "Redirect URL"
852
  msgstr "URL di reindirizzamento"
853
 
854
+ #: includes/login-form-setting/login-form-background.php:661
855
  msgid ""
856
  "Enter the URL to redirect users after login, Setting will not work for an "
857
  "administrator."
859
  "Inserisci l'URL per reindirizzare gli utenti dopo l'accesso, Impostazioni "
860
  "non funzionerà per un amministratore."
861
 
862
+ #: includes/login-form-setting/login-form-background.php:673
863
  msgid "Display Note To User Above Login Form"
864
  msgstr "Visualizza la nota per l'utente sopra il modulo di accesso"
865
 
866
+ #: includes/login-form-setting/login-form-background.php:678
867
+ #: includes/login-form-setting/login-form-background.php:730
868
  msgid "Type Message"
869
+ msgstr "Digita messaggio"
870
 
871
+ #: includes/login-form-setting/login-form-background.php:690
872
  #, fuzzy
873
  #| msgid "Headline Font size"
874
  msgid "Message Font Size"
875
  msgstr "Dimensione Font Titolo"
876
 
877
+ #: includes/login-form-setting/login-form-background.php:708
878
  #, fuzzy
879
  #| msgid "Headline Font Color"
880
  msgid "Message Font Color"
881
  msgstr "Colore Font Titolo"
882
 
883
+ #: includes/login-form-setting/login-form-background.php:725
884
  msgid "Tagline Message Display Below Login Form"
885
  msgstr "Messaggio di tagline visualizzato sotto il modulo di accesso"
886
 
887
+ #: includes/login-form-setting/login-form-background.php:742
888
+ #: includes/login-form-setting/login-form-background.php:747
889
  msgid "Custom CSS"
890
  msgstr "CSS personalizzato"
891
 
892
+ #: includes/login-form-setting/login-form-background.php:749
893
  msgid "Enter any custom css you want to apply on login panel."
894
  msgstr ""
895
  "Inserisci qualsiasi css personalizzato che desideri applicare sul pannello "
896
  "di accesso."
897
 
898
+ #: includes/login-form-setting/login-form-background.php:750
899
  msgid "Note: Please Do Not Use"
900
  msgstr "Nota: non utilizzare"
901
 
902
+ #: includes/login-form-setting/login-form-background.php:750
903
  msgid "Tag With Custom CSS"
904
  msgstr "Tag con CSS personalizzato"
905
 
906
+ #: includes/login-form-setting/login-form-background.php:767
907
+ #: includes/login-form-setting/login-form-background.php:781
908
  msgid "Login"
909
  msgstr "Login"
910
 
1079
  msgid "Social"
1080
  msgstr "Social"
1081
 
1082
+ #: init.php:59
1083
+ #, fuzzy
1084
+ #| msgid "Login"
1085
+ msgid "AC Login"
1086
+ msgstr "Login"
1087
+
1088
+ #: init.php:65
1089
  #, fuzzy
1090
  #| msgid "Logo Settings"
1091
  msgid "Settings"
1092
  msgstr "Impostazioni Logo"
1093
 
1094
+ #: init.php:68
1095
+ msgid "Get Pro"
1096
+ msgstr "Ottieni Pro"
 
 
 
 
 
 
1097
 
1098
+ #: init.php:211
1099
  msgid "Find Us On Social Media"
1100
  msgstr "Trovaci sui social media"
1101
 
1102
+ #: init.php:504
1103
  msgid "Please upload a valid .json file"
1104
  msgstr "Si prega di caricare un file .json valido"
1105
 
1106
+ #: init.php:510
1107
  msgid "Please upload a file to import"
1108
  msgstr "Si prega di caricare un file per importare"
1109
 
1110
+ #~ msgid "Type Username or Email"
1111
+ #~ msgstr "Scrivi Nome utente o Email"
1112
+
1113
+ #~ msgid "Type Password"
1114
+ #~ msgstr "Inserisci password"
1115
+
1116
+ #, fuzzy
1117
+ #~| msgid "Admin Custom Login"
1118
+ #~ msgid "Custom Login"
1119
+ #~ msgstr "Login Custom Admin"
1120
+
1121
+ #, fuzzy
1122
+ #~| msgid "Type Username or Email"
1123
+ #~ msgid "Username or Email"
1124
+ #~ msgstr "Scrivi Nome utente o Email"
1125
+
1126
+ #~ msgid "Password"
1127
+ #~ msgstr "Parola d'ordine"
1128
+
1129
  #~ msgid "Powered By"
1130
  #~ msgstr "Realizzato da"
1131
 
languages/admin-custom-login-pl_PL.mo CHANGED
Binary file
languages/admin-custom-login-pl_PL.po CHANGED
@@ -1,8 +1,8 @@
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"
@@ -16,7 +16,19 @@ msgstr ""
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
 
@@ -24,8 +36,8 @@ msgstr "Admin Custom Login"
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
 
@@ -147,47 +159,47 @@ msgstr "Jeśli nas lubisz"
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,26 +207,26 @@ msgstr "Ustawienia zostały zapisane poprawnie ! :)"
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"
@@ -688,6 +700,14 @@ msgstr "Prawa"
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."
@@ -773,40 +793,74 @@ msgstr "Grubość ramki"
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,52 +868,52 @@ msgstr ""
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,34 +1088,55 @@ msgstr "Whatsapp"
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
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-08-08 20:07+0530\n"
5
+ "PO-Revision-Date: 2018-08-08 20:07+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
16
  "X-Poedit-KeywordsList: _e;__;_\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: admin/inc/admin_menu.php:11
20
+ msgid "Plugin Configuration Click Here"
21
+ msgstr "Konfiguracja wtyczki Kliknij tutaj"
22
+
23
+ #: admin/inc/admin_menu.php:12
24
+ msgid "Buy Pro"
25
+ msgstr "Kup Pro"
26
+
27
+ #: admin/inc/admin_menu.php:13
28
+ msgid "Admin Demo"
29
+ msgstr "Demo administratora"
30
+
31
+ #: includes/content.php:28 init.php:59
32
  msgid "Admin Custom Login"
33
  msgstr "Admin Custom Login"
34
 
36
  msgid "Show Us Some Love (Rate Us)"
37
  msgstr "Doceń nas (Oceń)"
38
 
39
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
40
+ #: includes/dashboard/dashboard.php:144
41
  msgid "Dashboard"
42
  msgstr "Kokpit"
43
 
159
  msgid "Admin Custom Login Dashboard"
160
  msgstr "Admin Custom Login Kokpit"
161
 
162
+ #: includes/dashboard/dashboard.php:30
163
  msgid "Admin Custom Login Status"
164
  msgstr "Admin Custom Login Status"
165
 
166
+ #: includes/dashboard/dashboard.php:36
167
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
168
  msgid "Disable"
169
  msgstr "Wyłącz"
170
 
171
+ #: includes/dashboard/dashboard.php:39
172
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
173
  msgid "Enable"
174
  msgstr "Włącz"
175
 
176
+ #: includes/dashboard/dashboard.php:51
177
  msgid "View Login Page"
178
  msgstr "Widok Strony Logowania"
179
 
180
+ #: includes/dashboard/dashboard.php:56
181
  msgid "Copy below link and open in another browser where you are not logged in"
182
  msgstr ""
183
  "Skopiuj poniższy link i otwórz go w przeglądarce w której nie jesteś "
184
  "zalogowany"
185
 
186
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
187
  #: includes/design/text_and_color.php:583
188
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
189
+ #: includes/login-form-setting/login-form-background.php:767
190
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
191
  msgid "Setting Save Successfully"
192
  msgstr "Ustawienia zostały zapisane poprawnie ! :)"
193
 
194
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
195
  #: includes/design/background.php:180 includes/design/background.php:368
196
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
197
  #: includes/design/text_and_color.php:598
198
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
199
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
200
  #: includes/login-form-setting/login-form-background.php:361
201
+ #: includes/login-form-setting/login-form-background.php:767
202
+ #: includes/login-form-setting/login-form-background.php:781
203
  #: includes/settings/page-settings.php:84
204
  #: includes/settings/page-settings.php:168
205
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
207
  msgid "Close"
208
  msgstr "Zamknij"
209
 
210
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
211
  #: includes/design/text_and_color.php:598
212
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
213
+ #: includes/login-form-setting/login-form-background.php:781
214
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
215
  msgid "Setting Reset Successfully"
216
  msgstr "Ustawienia zostały poprawnie zresetowane ! :)"
217
 
218
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
219
  #: includes/design/text_and_color.php:606
220
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
221
+ #: includes/login-form-setting/login-form-background.php:788
222
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
223
  msgid "Save Changes"
224
  msgstr "Zapisz zmiany"
225
 
226
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
227
  #: includes/design/text_and_color.php:609
228
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
229
+ #: includes/login-form-setting/login-form-background.php:791
230
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
231
  msgid "Reset Default"
232
  msgstr "Resetuj do ustawień domyślnych"
700
  msgid "Floating With Customization Settings"
701
  msgstr "Pływający + dostosuj"
702
 
703
+ #: includes/login-form-setting/login-form-background.php:250
704
+ msgid "Left Margin"
705
+ msgstr "Lewy margines"
706
+
707
+ #: includes/login-form-setting/login-form-background.php:258
708
+ msgid "Top Margin"
709
+ msgstr "Górny margines"
710
+
711
  #: includes/login-form-setting/login-form-background.php:266
712
  msgid "Note: This form position setting will be not responsive."
713
  msgstr "Uwaga: To ustawienie pozycji formatki nie będzie responsywne."
793
  msgid "Enable Form Shadow?"
794
  msgstr "Włączyc cień?"
795
 
796
+ #: includes/login-form-setting/login-form-background.php:553
797
  msgid "Form Shadow Color"
798
  msgstr "Kolor cieniowania"
799
 
800
+ #: includes/login-form-setting/login-form-background.php:570
801
  #, fuzzy
802
  #| msgid "Username or Email Address"
803
+ msgid "Username or Email Field Label Text"
804
  msgstr "Nazwa użytkownika lub adres e-mail"
805
 
806
+ #: includes/login-form-setting/login-form-background.php:575
807
+ #, fuzzy
808
+ #| msgid "Username or Email Address"
809
+ msgid "Type username or email field label text"
810
+ msgstr "Nazwa użytkownika lub adres e-mail"
811
 
812
  #: includes/login-form-setting/login-form-background.php:587
813
+ #, fuzzy
814
+ #| msgid "Username or Email Address"
815
+ msgid "Username or Email Field Placeholder Text"
816
+ msgstr "Nazwa użytkownika lub adres e-mail"
817
 
818
  #: includes/login-form-setting/login-form-background.php:592
819
  #, fuzzy
820
+ #| msgid "Username or Email Address"
821
+ msgid "Type username or email placeholder text"
822
+ msgstr "Nazwa użytkownika lub adres e-mail"
823
 
824
  #: includes/login-form-setting/login-form-background.php:604
825
+ #, fuzzy
826
+ #| msgid "Password Field Placeholder Text"
827
+ msgid "Password Field Label Text"
828
+ msgstr "Hasło Tekst zastępczy pola"
829
+
830
+ #: includes/login-form-setting/login-form-background.php:609
831
+ #, fuzzy
832
+ #| msgid "Password Field Placeholder Text"
833
+ msgid "Type password field label text"
834
+ msgstr "Hasło Tekst zastępczy pola"
835
+
836
+ #: includes/login-form-setting/login-form-background.php:621
837
+ msgid "Password Field Placeholder Text"
838
+ msgstr "Hasło Tekst zastępczy pola"
839
+
840
+ #: includes/login-form-setting/login-form-background.php:626
841
+ #, fuzzy
842
+ #| msgid "Password Field Placeholder Text"
843
+ msgid "Type password field placeholder text"
844
+ msgstr "Hasło Tekst zastępczy pola"
845
+
846
+ #: includes/login-form-setting/login-form-background.php:638
847
+ msgid "Log In Button Text"
848
+ msgstr ""
849
+
850
+ #: includes/login-form-setting/login-form-background.php:643
851
+ msgid "Type log in button text"
852
+ msgstr ""
853
+
854
+ #: includes/login-form-setting/login-form-background.php:655
855
  msgid "Redirect Users After Login (Not Work For Admin)"
856
  msgstr ""
857
  "Przekierowuj użytkowników po zalogowaniu (nie działają dla administratora)"
858
 
859
+ #: includes/login-form-setting/login-form-background.php:660
860
  msgid "Redirect URL"
861
  msgstr "Przekierowanie URL"
862
 
863
+ #: includes/login-form-setting/login-form-background.php:661
864
  msgid ""
865
  "Enter the URL to redirect users after login, Setting will not work for an "
866
  "administrator."
868
  "Wprowadź adres URL przekierowania użytkowników po zalogowaniu, ustawienie "
869
  "nie będzie działać dla administratora."
870
 
871
+ #: includes/login-form-setting/login-form-background.php:673
872
  msgid "Display Note To User Above Login Form"
873
  msgstr "Wyświetl notatkę dla użytkownika powyżej formularza logowania"
874
 
875
+ #: includes/login-form-setting/login-form-background.php:678
876
+ #: includes/login-form-setting/login-form-background.php:730
877
  msgid "Type Message"
878
+ msgstr "Wpisz wiadomość"
879
 
880
+ #: includes/login-form-setting/login-form-background.php:690
881
  #, fuzzy
882
  #| msgid "Headline Font size"
883
  msgid "Message Font Size"
884
  msgstr "Rozmiar czcionki nagłówka"
885
 
886
+ #: includes/login-form-setting/login-form-background.php:708
887
  #, fuzzy
888
  #| msgid "Headline Font Color"
889
  msgid "Message Font Color"
890
  msgstr "Kolor czcionki nagłówka"
891
 
892
+ #: includes/login-form-setting/login-form-background.php:725
893
  msgid "Tagline Message Display Below Login Form"
894
  msgstr "Tagline Message Display Poniżej formularza logowania"
895
 
896
+ #: includes/login-form-setting/login-form-background.php:742
897
+ #: includes/login-form-setting/login-form-background.php:747
898
  msgid "Custom CSS"
899
  msgstr "Własny CSS"
900
 
901
+ #: includes/login-form-setting/login-form-background.php:749
902
  msgid "Enter any custom css you want to apply on login panel."
903
  msgstr ""
904
  "Wpisz dowolny preferowany przez ciebie styl css aby zastosować go dla panelu "
905
  "logowania."
906
 
907
+ #: includes/login-form-setting/login-form-background.php:750
908
  msgid "Note: Please Do Not Use"
909
  msgstr "Notatka : Proszę nie używać"
910
 
911
+ #: includes/login-form-setting/login-form-background.php:750
912
  msgid "Tag With Custom CSS"
913
  msgstr "Tag z niestandardowym CSS"
914
 
915
+ #: includes/login-form-setting/login-form-background.php:767
916
+ #: includes/login-form-setting/login-form-background.php:781
917
  msgid "Login"
918
  msgstr "Nazwa użytkownika (login)"
919
 
1088
  msgid "Social"
1089
  msgstr "Social"
1090
 
1091
+ #: init.php:59
1092
+ #, fuzzy
1093
+ #| msgid "Login"
1094
+ msgid "AC Login"
1095
+ msgstr "Nazwa użytkownika (login)"
1096
+
1097
+ #: init.php:65
1098
  #, fuzzy
1099
  #| msgid "Logo Settings"
1100
  msgid "Settings"
1101
  msgstr "Ustawienia Logo"
1102
 
1103
+ #: init.php:68
1104
+ msgid "Get Pro"
1105
+ msgstr "Zostać zawodowcem"
 
 
 
 
 
 
1106
 
1107
+ #: init.php:211
1108
  msgid "Find Us On Social Media"
1109
  msgstr "Znajdź nas w mediach społecznościowych"
1110
 
1111
+ #: init.php:504
1112
  msgid "Please upload a valid .json file"
1113
  msgstr "Proszę załadować poprawny plik .json"
1114
 
1115
+ #: init.php:510
1116
  msgid "Please upload a file to import"
1117
  msgstr "Prosze załadować plik do importu"
1118
 
1119
+ #~ msgid "Type Username or Email"
1120
+ #~ msgstr "Wpisz nazwę użytkownika lub e-mail"
1121
+
1122
+ #, fuzzy
1123
+ #~| msgid "Password"
1124
+ #~ msgid "Type Password"
1125
+ #~ msgstr "Hasło"
1126
+
1127
+ #, fuzzy
1128
+ #~| msgid "Admin Custom Login"
1129
+ #~ msgid "Custom Login"
1130
+ #~ msgstr "Admin Custom Login"
1131
+
1132
+ #, fuzzy
1133
+ #~| msgid "Type Username or Email"
1134
+ #~ msgid "Username or Email"
1135
+ #~ msgstr "Wpisz nazwę użytkownika lub e-mail"
1136
+
1137
+ #~ msgid "Password"
1138
+ #~ msgstr "Hasło"
1139
+
1140
  #~ msgid "Powered By"
1141
  #~ msgstr "Powered By"
1142
 
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-08-06 14:31+0530\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
@@ -15,7 +15,19 @@ msgstr ""
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,8 +35,8 @@ msgstr "Personalizar Login de Administrador"
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,46 +162,46 @@ msgstr "Se você gosta de nós"
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
180
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
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
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,26 +209,26 @@ msgstr "Configurações Salvas com Sucesso"
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
204
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
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
212
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
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
220
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
221
  msgid "Reset Default"
222
  msgstr "Restaurar Padrões"
@@ -701,6 +713,14 @@ msgstr "Direita"
701
  msgid "Floating With Customization Settings"
702
  msgstr "Flutuando com Configurações de Personalização"
703
 
 
 
 
 
 
 
 
 
704
  #: includes/login-form-setting/login-form-background.php:266
705
  msgid "Note: This form position setting will be not responsive."
706
  msgstr "Nota: esta configura��o de posi��o do formul�rio n�o ser� responsiva."
@@ -786,44 +806,78 @@ msgstr "Espessura da Borda"
786
  msgid "Enable Form Shadow?"
787
  msgstr "Habilitar sobra do formulário?"
788
 
789
- #: includes/login-form-setting/login-form-background.php:552
790
  msgid "Form Shadow Color"
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
812
  #, fuzzy
813
- #| msgid "Password"
814
- msgid "Type Password"
815
- msgstr "Senha"
816
 
817
- #: includes/login-form-setting/login-form-background.php:604
 
 
 
 
 
 
 
 
 
 
818
  msgid "Redirect Users After Login (Not Work For Admin)"
819
  msgstr ""
820
  "Redirecionar usuários após o login (não funciona para o administrador)"
821
 
822
- #: includes/login-form-setting/login-form-background.php:609
823
  msgid "Redirect URL"
824
  msgstr "URL de redirecionamento"
825
 
826
- #: includes/login-form-setting/login-form-background.php:610
827
  msgid ""
828
  "Enter the URL to redirect users after login, Setting will not work for an "
829
  "administrator."
@@ -831,52 +885,52 @@ msgstr ""
831
  "Digite o URL para redirecionar os usu�rios ap�s o login, a configura��o n�o "
832
  "funcionar� para um administrador."
833
 
834
- #: includes/login-form-setting/login-form-background.php:622
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"
846
  msgid "Message Font Size"
847
  msgstr "Tamanho da Fonte do Link"
848
 
849
- #: includes/login-form-setting/login-form-background.php:657
850
  #, fuzzy
851
  #| msgid "Headline Font Color"
852
  msgid "Message Font Color"
853
  msgstr "Cor da Fonte do Título"
854
 
855
- #: includes/login-form-setting/login-form-background.php:674
856
  msgid "Tagline Message Display Below Login Form"
857
  msgstr "Exibi��o de mensagem de tagline abaixo do formul�rio de login"
858
 
859
- #: includes/login-form-setting/login-form-background.php:691
860
- #: includes/login-form-setting/login-form-background.php:696
861
  msgid "Custom CSS"
862
  msgstr "Personalizar CSS"
863
 
864
- #: includes/login-form-setting/login-form-background.php:698
865
  msgid "Enter any custom css you want to apply on login panel."
866
  msgstr ""
867
  "Digite qualquer css personalizado que você deseja aplicar no painel de "
868
  "entrada."
869
 
870
- #: includes/login-form-setting/login-form-background.php:699
871
  msgid "Note: Please Do Not Use"
872
  msgstr "Nota: Por favor não usar"
873
 
874
- #: includes/login-form-setting/login-form-background.php:699
875
  msgid "Tag With Custom CSS"
876
  msgstr "Etiqueta com CSS Personalizado"
877
 
878
- #: includes/login-form-setting/login-form-background.php:716
879
- #: includes/login-form-setting/login-form-background.php:730
880
  msgid "Login"
881
  msgstr "Entrar"
882
 
@@ -1043,34 +1097,57 @@ msgstr "Whatsapp"
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
 
@@ -2200,11 +2277,6 @@ msgstr "Por favor, envie um arquivo para importar"
2200
  #~ msgid "Button Text Color"
2201
  #~ msgstr "Cor do Botão"
2202
 
2203
- #, fuzzy
2204
- #~| msgid "Button Color"
2205
- #~ msgid "Button Text"
2206
- #~ msgstr "Cor do Botão"
2207
-
2208
  #, fuzzy
2209
  #~| msgid "Slider Animation"
2210
  #~ msgid "Moderation"
@@ -3404,11 +3476,6 @@ msgstr "Por favor, envie um arquivo para importar"
3404
  #~ msgid "Lost password"
3405
  #~ msgstr "Senha"
3406
 
3407
- #, fuzzy
3408
- #~| msgid "Admin Custom Login"
3409
- #~ msgid "Custom Link"
3410
- #~ msgstr "Personalizar Login de Administrador"
3411
-
3412
  #, fuzzy
3413
  #~| msgid "Float Settings"
3414
  #~ msgid "Tax Settings"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-08-08 20:07+0530\n"
5
  "PO-Revision-Date: \n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
15
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
  "X-Poedit-SearchPath-0: .\n"
17
 
18
+ #: admin/inc/admin_menu.php:11
19
+ msgid "Plugin Configuration Click Here"
20
+ msgstr "Configura��o de Plugin Clique Aqui"
21
+
22
+ #: admin/inc/admin_menu.php:12
23
+ msgid "Buy Pro"
24
+ msgstr "Compre Pro"
25
+
26
+ #: admin/inc/admin_menu.php:13
27
+ msgid "Admin Demo"
28
+ msgstr "Demonstra��o de administra��o"
29
+
30
+ #: includes/content.php:28 init.php:59
31
  msgid "Admin Custom Login"
32
  msgstr "Personalizar Login de Administrador"
33
 
35
  msgid "Show Us Some Love (Rate Us)"
36
  msgstr "Mostre-nos Algum Amor (Avalie-nos)"
37
 
38
+ #: includes/content.php:80 includes/dashboard/dashboard.php:129
39
+ #: includes/dashboard/dashboard.php:144
40
  msgid "Dashboard"
41
  msgstr "Painel de Controle"
42
 
162
  msgid "Admin Custom Login Dashboard"
163
  msgstr "Personalizar Painel de Controle do Login de Administrador"
164
 
165
+ #: includes/dashboard/dashboard.php:30
166
  msgid "Admin Custom Login Status"
167
  msgstr "Estado do Admin Custom Login"
168
 
169
+ #: includes/dashboard/dashboard.php:36
170
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:83
171
  msgid "Disable"
172
  msgstr "Desabilitado"
173
 
174
+ #: includes/dashboard/dashboard.php:39
175
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:80
176
  msgid "Enable"
177
  msgstr "Habilitado"
178
 
179
+ #: includes/dashboard/dashboard.php:51
180
  msgid "View Login Page"
181
  msgstr "Visualizar Página de Login"
182
 
183
+ #: includes/dashboard/dashboard.php:56
184
  msgid "Copy below link and open in another browser where you are not logged in"
185
  msgstr ""
186
  "Copiar link abaixo e abrir em outro navegador onde você não está conectado"
187
 
188
+ #: includes/dashboard/dashboard.php:129 includes/design/background.php:368
189
  #: includes/design/text_and_color.php:583
190
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
191
+ #: includes/login-form-setting/login-form-background.php:767
192
  #: includes/settings/page-settings.php:168 includes/social/social.php:192
193
  msgid "Setting Save Successfully"
194
  msgstr "Configurações Salvas com Sucesso"
195
 
196
+ #: includes/dashboard/dashboard.php:129 includes/dashboard/dashboard.php:144
197
  #: includes/design/background.php:180 includes/design/background.php:368
198
  #: includes/design/background.php:383 includes/design/text_and_color.php:583
199
  #: includes/design/text_and_color.php:598
200
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:117
201
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
202
  #: includes/login-form-setting/login-form-background.php:361
203
+ #: includes/login-form-setting/login-form-background.php:767
204
+ #: includes/login-form-setting/login-form-background.php:781
205
  #: includes/settings/page-settings.php:84
206
  #: includes/settings/page-settings.php:168
207
  #: includes/settings/page-settings.php:182 includes/social/social.php:192
209
  msgid "Close"
210
  msgstr "Fechar"
211
 
212
+ #: includes/dashboard/dashboard.php:144 includes/design/background.php:383
213
  #: includes/design/text_and_color.php:598
214
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:131
215
+ #: includes/login-form-setting/login-form-background.php:781
216
  #: includes/settings/page-settings.php:182 includes/social/social.php:206
217
  msgid "Setting Reset Successfully"
218
  msgstr "Configurações Restauradas com Sucesso"
219
 
220
+ #: includes/dashboard/dashboard.php:151 includes/design/background.php:391
221
  #: includes/design/text_and_color.php:606
222
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:138
223
+ #: includes/login-form-setting/login-form-background.php:788
224
  #: includes/settings/page-settings.php:189 includes/social/social.php:213
225
  msgid "Save Changes"
226
  msgstr "Salvar Configurações"
227
 
228
+ #: includes/dashboard/dashboard.php:154 includes/design/background.php:394
229
  #: includes/design/text_and_color.php:609
230
  #: includes/googlecaptcha-settings/gcaptcha-settings.php:141
231
+ #: includes/login-form-setting/login-form-background.php:791
232
  #: includes/settings/page-settings.php:192 includes/social/social.php:216
233
  msgid "Reset Default"
234
  msgstr "Restaurar Padrões"
713
  msgid "Floating With Customization Settings"
714
  msgstr "Flutuando com Configurações de Personalização"
715
 
716
+ #: includes/login-form-setting/login-form-background.php:250
717
+ msgid "Left Margin"
718
+ msgstr "Margem esquerda"
719
+
720
+ #: includes/login-form-setting/login-form-background.php:258
721
+ msgid "Top Margin"
722
+ msgstr "Margem Superior"
723
+
724
  #: includes/login-form-setting/login-form-background.php:266
725
  msgid "Note: This form position setting will be not responsive."
726
  msgstr "Nota: esta configura��o de posi��o do formul�rio n�o ser� responsiva."
806
  msgid "Enable Form Shadow?"
807
  msgstr "Habilitar sobra do formulário?"
808
 
809
+ #: includes/login-form-setting/login-form-background.php:553
810
  msgid "Form Shadow Color"
811
  msgstr "Cor da Sombra do Formulário"
812
 
813
+ #: includes/login-form-setting/login-form-background.php:570
814
  #, fuzzy
815
  #| msgid "Username Label and Placeholder Text"
816
+ msgid "Username or Email Field Label 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:575
820
  #, fuzzy
821
+ #| msgid "Username Label and Placeholder Text"
822
+ msgid "Type username or email field label text"
823
+ msgstr "R�tulo do nome de usu�rio e texto de espa�o reservado"
824
 
825
  #: includes/login-form-setting/login-form-background.php:587
826
  #, fuzzy
827
+ #| msgid "Username Label and Placeholder Text"
828
+ msgid "Username or Email Field Placeholder Text"
829
+ msgstr "R�tulo do nome de usu�rio e texto de espa�o reservado"
830
+
831
+ #: includes/login-form-setting/login-form-background.php:592
832
+ #, fuzzy
833
+ #| msgid "Username Label and Placeholder Text"
834
+ msgid "Type username or email placeholder text"
835
+ msgstr "R�tulo do nome de usu�rio e texto de espa�o reservado"
836
+
837
+ #: includes/login-form-setting/login-form-background.php:604
838
+ #, fuzzy
839
+ #| msgid "Password Label and Placeholder Text"
840
+ msgid "Password Field Label Text"
841
+ msgstr "R�tulo de senha e texto de espa�o reservado"
842
+
843
+ #: includes/login-form-setting/login-form-background.php:609
844
+ #, fuzzy
845
+ #| msgid "Password Label and Placeholder Text"
846
+ msgid "Type password field label text"
847
+ msgstr "R�tulo de senha e texto de espa�o reservado"
848
+
849
+ #: includes/login-form-setting/login-form-background.php:621
850
+ #, fuzzy
851
  #| msgid "Password Label and Placeholder Text"
852
  msgid "Password Field Placeholder Text"
853
  msgstr "R�tulo de senha e texto de espa�o reservado"
854
 
855
+ #: includes/login-form-setting/login-form-background.php:626
856
  #, fuzzy
857
+ #| msgid "Password Label and Placeholder Text"
858
+ msgid "Type password field placeholder text"
859
+ msgstr "R�tulo de senha e texto de espa�o reservado"
860
 
861
+ #: includes/login-form-setting/login-form-background.php:638
862
+ #, fuzzy
863
+ #| msgid "Button Color"
864
+ msgid "Log In Button Text"
865
+ msgstr "Cor do Botão"
866
+
867
+ #: includes/login-form-setting/login-form-background.php:643
868
+ msgid "Type log in button text"
869
+ msgstr ""
870
+
871
+ #: includes/login-form-setting/login-form-background.php:655
872
  msgid "Redirect Users After Login (Not Work For Admin)"
873
  msgstr ""
874
  "Redirecionar usuários após o login (não funciona para o administrador)"
875
 
876
+ #: includes/login-form-setting/login-form-background.php:660
877
  msgid "Redirect URL"
878
  msgstr "URL de redirecionamento"
879
 
880
+ #: includes/login-form-setting/login-form-background.php:661
881
  msgid ""
882
  "Enter the URL to redirect users after login, Setting will not work for an "
883
  "administrator."
885
  "Digite o URL para redirecionar os usu�rios ap�s o login, a configura��o n�o "
886
  "funcionar� para um administrador."
887
 
888
+ #: includes/login-form-setting/login-form-background.php:673
889
  msgid "Display Note To User Above Login Form"
890
  msgstr "Exibir nota ao usu�rio acima do formul�rio de logon"
891
 
892
+ #: includes/login-form-setting/login-form-background.php:678
893
+ #: includes/login-form-setting/login-form-background.php:730
894
  msgid "Type Message"
895
+ msgstr "Mensagem de Tipo"
896
 
897
+ #: includes/login-form-setting/login-form-background.php:690
898
  #, fuzzy
899
  #| msgid "Link Font Size"
900
  msgid "Message Font Size"
901
  msgstr "Tamanho da Fonte do Link"
902
 
903
+ #: includes/login-form-setting/login-form-background.php:708
904
  #, fuzzy
905
  #| msgid "Headline Font Color"
906
  msgid "Message Font Color"
907
  msgstr "Cor da Fonte do Título"
908
 
909
+ #: includes/login-form-setting/login-form-background.php:725
910
  msgid "Tagline Message Display Below Login Form"
911
  msgstr "Exibi��o de mensagem de tagline abaixo do formul�rio de login"
912
 
913
+ #: includes/login-form-setting/login-form-background.php:742
914
+ #: includes/login-form-setting/login-form-background.php:747
915
  msgid "Custom CSS"
916
  msgstr "Personalizar CSS"
917
 
918
+ #: includes/login-form-setting/login-form-background.php:749
919
  msgid "Enter any custom css you want to apply on login panel."
920
  msgstr ""
921
  "Digite qualquer css personalizado que você deseja aplicar no painel de "
922
  "entrada."
923
 
924
+ #: includes/login-form-setting/login-form-background.php:750
925
  msgid "Note: Please Do Not Use"
926
  msgstr "Nota: Por favor não usar"
927
 
928
+ #: includes/login-form-setting/login-form-background.php:750
929
  msgid "Tag With Custom CSS"
930
  msgstr "Etiqueta com CSS Personalizado"
931
 
932
+ #: includes/login-form-setting/login-form-background.php:767
933
+ #: includes/login-form-setting/login-form-background.php:781
934
  msgid "Login"
935
  msgstr "Entrar"
936
 
1097
  msgid "Social"
1098
  msgstr "Social"
1099
 
1100
+ #: init.php:59
1101
+ #, fuzzy
1102
+ #| msgid "Login"
1103
+ msgid "AC Login"
1104
+ msgstr "Entrar"
1105
+
1106
+ #: init.php:65
1107
  #, fuzzy
1108
  #| msgid "Logo Settings"
1109
  msgid "Settings"
1110
  msgstr "Configurações de Logotipo"
1111
 
1112
+ #: init.php:68
1113
+ msgid "Get Pro"
1114
+ msgstr "Get Pro"
 
 
 
 
 
 
1115
 
1116
+ #: init.php:211
1117
  msgid "Find Us On Social Media"
1118
  msgstr "Encontre-nos nas Mídias Sociais"
1119
 
1120
+ #: init.php:504
1121
  msgid "Please upload a valid .json file"
1122
  msgstr "Por favor, envie um arquivo .json válido"
1123
 
1124
+ #: init.php:510
1125
  msgid "Please upload a file to import"
1126
  msgstr "Por favor, envie um arquivo para importar"
1127
 
1128
+ #, fuzzy
1129
+ #~| msgid "Please rate us "
1130
+ #~ msgid "Type Username or Email"
1131
+ #~ msgstr "Por favor, classifique-nos "
1132
+
1133
+ #, fuzzy
1134
+ #~| msgid "Password"
1135
+ #~ msgid "Type Password"
1136
+ #~ msgstr "Senha"
1137
+
1138
+ #, fuzzy
1139
+ #~| msgid "Admin Custom Login"
1140
+ #~ msgid "Custom Login"
1141
+ #~ msgstr "Personalizar Login de Administrador"
1142
+
1143
+ #, fuzzy
1144
+ #~| msgid "Please rate us "
1145
+ #~ msgid "Username or Email"
1146
+ #~ msgstr "Por favor, classifique-nos "
1147
+
1148
+ #~ msgid "Password"
1149
+ #~ msgstr "Senha"
1150
+
1151
  #~ msgid "Type Username or Email Address"
1152
  #~ msgstr "Por favor, classifique-nos"
1153
 
2277
  #~ msgid "Button Text Color"
2278
  #~ msgstr "Cor do Botão"
2279
 
 
 
 
 
 
2280
  #, fuzzy
2281
  #~| msgid "Slider Animation"
2282
  #~ msgid "Moderation"
3476
  #~ msgid "Lost password"
3477
  #~ msgstr "Senha"
3478
 
 
 
 
 
 
3479
  #, fuzzy
3480
  #~| msgid "Float Settings"
3481
  #~ msgid "Tax Settings"
login-form-screen.php CHANGED
@@ -101,6 +101,32 @@ function acl_er_login_logo() {
101
  }
102
  });
103
  </script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  <style type="text/css">
105
  <?php echo $login_custom_css; ?>
106
 
@@ -149,23 +175,6 @@ function acl_er_login_logo() {
149
  width: <?php echo $logo_page['logo_width'] ?>px;
150
  height: <?php echo $logo_page['logo_height'] ?>px;
151
  }
152
-
153
- <?php
154
- // Logo URL
155
- function my_login_logo_url() {
156
- $logo_page = unserialize(get_option('Admin_custome_login_logo'));
157
- return $logo_page['logo_url'];
158
- }
159
- add_filter( 'login_headerurl', 'my_login_logo_url' );
160
-
161
- // Logo URL Title
162
- function my_login_logo_url_title() {
163
- $logo_page = unserialize(get_option('Admin_custome_login_logo'));
164
- return $logo_page['logo_url_title'];
165
- }
166
- add_filter( 'login_headertitle', 'my_login_logo_url_title' );
167
- ?>
168
-
169
  <?php if($login_form_position == 'lf_float_style') { ?>
170
  #login {
171
  float:<?php echo $login_form_float; ?> !important;
@@ -290,7 +299,7 @@ function acl_er_login_logo() {
290
  color: <?php if(isset($login_page['login_msg_font_color'])) { echo $login_page['login_msg_font_color']; } else { echo "#000"; } ?> !important;
291
  }
292
  </style>
293
- <?php
294
  // Message Above Login Form
295
  add_filter('login_message','message_above_login_form');
296
  function message_above_login_form(){
101
  }
102
  });
103
  </script>
104
+ <?php
105
+ /* Logo URL */
106
+ function my_login_logo_url() {
107
+ if(get_option('Admin_custome_login_logo')) {
108
+ $logo_page = unserialize(get_option('Admin_custome_login_logo'));
109
+ return $logo_page['logo_url'];
110
+ // make get option varibles and use
111
+ } else {
112
+ return home_url();
113
+ /*create default variables and use*/
114
+ }
115
+ }
116
+ add_filter( 'login_headerurl', 'my_login_logo_url' );
117
+ /* Logo URL Title*/
118
+ function my_login_logo_url_title() {
119
+ if(get_option('Admin_custome_login_logo')) {
120
+ $logo_page = unserialize(get_option('Admin_custome_login_logo'));
121
+ return $logo_page['logo_url_title'];
122
+ // make get option varibles and use
123
+ } else {
124
+ return "Your Site Name and Info";
125
+ // create default variables and use
126
+ }
127
+ }
128
+ add_filter( 'login_headertitle', 'my_login_logo_url_title' );
129
+ ?>
130
  <style type="text/css">
131
  <?php echo $login_custom_css; ?>
132
 
175
  width: <?php echo $logo_page['logo_width'] ?>px;
176
  height: <?php echo $logo_page['logo_height'] ?>px;
177
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
178
  <?php if($login_form_position == 'lf_float_style') { ?>
179
  #login {
180
  float:<?php echo $login_form_float; ?> !important;
299
  color: <?php if(isset($login_page['login_msg_font_color'])) { echo $login_page['login_msg_font_color']; } else { echo "#000"; } ?> !important;
300
  }
301
  </style>
302
+ <?php
303
  // Message Above Login Form
304
  add_filter('login_message','message_above_login_form');
305
  function message_above_login_form(){
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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,6 +124,14 @@ 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.7.0 =
128
  * Update language files
129
  * Modify css in dashboard
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.1
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.1 =
128
+ * Update: Shorting Plugin Menu Name In Admin Menu (Admin Custom Login to AC Login)
129
+ * Update: Plugin Menu Icon Updated
130
+ * New: Login Fields Label setting
131
+ * New: Login Form Button Label setting
132
+ * Some settings labels text updated
133
+ * Language files updated
134
+
135
  = 2.7.0 =
136
  * Update language files
137
  * Modify css in dashboard