Admin Custom Login - Version 2.5.8

Version Description

  • Plugin text domain updated according to Wordpress.org Guideline
Download this release

Release Info

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

Code changes from version 2.5.7 to 2.5.8

Files changed (39) hide show
  1. admin-custom-login.php +10 -8
  2. includes/Login-form-setting/Login-form-background.php +68 -68
  3. includes/content.php +25 -26
  4. includes/dashboard/dashboard.php +10 -10
  5. includes/design/background.php +54 -55
  6. includes/design/text_and_color.php +26 -26
  7. includes/get_value.php +0 -1
  8. includes/help/help.php +8 -8
  9. includes/help/rate.php +3 -3
  10. includes/import-export-setting/import_export.php +6 -6
  11. includes/recommendations/recommendations.php +44 -66
  12. includes/settings/page-settings.php +17 -17
  13. includes/social/social.php +37 -37
  14. languages/WEBLIZAR_ACL-de_DE.mo +0 -0
  15. languages/WEBLIZAR_ACL-es_ES.mo +0 -0
  16. languages/WEBLIZAR_ACL-fi_FI.mo +0 -0
  17. languages/WEBLIZAR_ACL-fr_FR.mo +0 -0
  18. languages/WEBLIZAR_ACL-hi_IN.mo +0 -0
  19. languages/WEBLIZAR_ACL-it_IT.mo +0 -0
  20. languages/WEBLIZAR_ACL-pl_PL.mo +0 -0
  21. languages/WEBLIZAR_ACL-pt_BR.mo +0 -0
  22. languages/WEBLIZAR_ACL-pt_BR.po +0 -1005
  23. languages/admin-custom-login-de_DE.mo +0 -0
  24. languages/{WEBLIZAR_ACL-de_DE.po → admin-custom-login-de_DE.po} +166 -174
  25. languages/admin-custom-login-es_ES.mo +0 -0
  26. languages/{WEBLIZAR_ACL-es_ES.po → admin-custom-login-es_ES.po} +163 -170
  27. languages/admin-custom-login-fi_FI.mo +0 -0
  28. languages/{WEBLIZAR_ACL-fi_FI.po → admin-custom-login-fi_FI.po} +960 -964
  29. languages/admin-custom-login-fr_FR.mo +0 -0
  30. languages/{WEBLIZAR_ACL-fr_FR.po → admin-custom-login-fr_FR.po} +122 -167
  31. languages/admin-custom-login-hi_IN.mo +0 -0
  32. languages/{WEBLIZAR_ACL-hi_IN.po → admin-custom-login-hi_IN.po} +164 -172
  33. languages/admin-custom-login-it_IT.mo +0 -0
  34. languages/{WEBLIZAR_ACL-it_IT.po → admin-custom-login-it_IT.po} +120 -165
  35. languages/admin-custom-login-pl_PL.mo +0 -0
  36. languages/{WEBLIZAR_ACL-pl_PL.po → admin-custom-login-pl_PL.po} +163 -172
  37. languages/admin-custom-login-pt_BR.mo +0 -0
  38. languages/admin-custom-login-pt_BR.po +4061 -0
  39. readme.txt +12 -17
admin-custom-login.php CHANGED
@@ -1,17 +1,19 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.5.7
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
8
  * Plugin URI: http://weblizar.com/plugins/
 
 
9
  */
10
 
11
  // Exit if accessed directly
12
  if ( ! defined( 'ABSPATH' ) ) exit;
13
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
14
- define("WEBLIZAR_ACL", "WEBLIZAR_ACL" );
15
 
16
  /**
17
  * Redirect user after successful login.
@@ -25,7 +27,7 @@ function ACL_login_redirect( $redirect_to, $request, $user ) {
25
  //is there a user to check?
26
  if ( isset( $user->roles ) && is_array( $user->roles ) ) {
27
 
28
- // get and load custom rerdirect option after user login
29
  $login_page = unserialize(get_option('Admin_custome_login_login'));
30
  $login_redirect_user = $login_page['login_redirect_user'];
31
 
@@ -154,14 +156,14 @@ function acl_footer_func() {
154
 
155
  <?php if($enable_inputbox_icon=='yes'){?>
156
  if (jQuery('#log_input_lable').length) {
157
- document.getElementById("log_input_lable").innerHTML="<?php _e('User Name','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 _e('User Name','WEBLIZAR_ACL');?>'></div>";
158
- 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 _e('Password','WEBLIZAR_ACL');?>'></div>";
159
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
160
  }
161
  <?php } else { ?>
162
  if (jQuery('#log_input_lable').length) {
163
- jQuery('#loginform #user_login').attr('placeholder', '<?php _e('User Name','WEBLIZAR_ACL');?>');
164
- jQuery('#loginform #user_pass').attr('placeholder', '<?php _e('Password','WEBLIZAR_ACL');?>');
165
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
166
  }
167
  <?php }?>
@@ -171,7 +173,7 @@ function acl_footer_func() {
171
 
172
  //enable Social Icon In inner login form
173
  <?php if($Social_page['enable_social_icon'] == "inner" || $Social_page['enable_social_icon'] == "both") {?>
174
- jQuery( ".forgetmenot, #lostpasswordform" ).append('<div class="acl-social-inner" style="padding-top:16px"><div class="acl-social-text" style="color:<?php echo $heading_font_color; ?>; font-size:<?php echo $heading_font_size;?>px; "><?php _e('Find Us On Social Media','WEBLIZAR_ACL'); ?></div><div style="padding-top:5px"><?php if($Social_page['social_twitter_link']!=''){ ?><a href="<?php echo $Social_page['social_twitter_link'];?>" class="icon-button twitter"><i class="fa fa-twitter"></i><span></span></a><?php } if($Social_page['social_facebook_link']!=''){ ?> <a href="<?php echo $Social_page['social_facebook_link'];?>" class="icon-button facebook"><i class="fa fa-facebook"></i><span></span></a> <?php } if($Social_page['social_google_plus_link']!=''){ ?> <a href="<?php echo $Social_page['social_google_plus_link'];?>" class="icon-button google-plus"><i class="fa fa-google-plus"></i><span></span></a><?php } if($Social_page['social_linkedin_link']!=''){ ?> <a href="<?php echo $Social_page['social_linkedin_link'];?>" class="icon-button linkedin"> <i class="fa fa-linkedin"> </i> <span></span> </a> <?php } if($Social_page['social_pinterest_link']!=''){ ?><a href="<?php echo $Social_page['social_pinterest_link'];?>" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a><?php } if($Social_page['social_digg_link']!=''){ ?><a href="<?php echo $Social_page['social_digg_link'];?>" class="icon-button digg"><i class="fa fa-digg"></i><span></span></a><?php } if($Social_page['social_youtube_link']!=''){ ?><a href="<?php echo $Social_page['social_youtube_link'];?>" class="icon-button youtube"><i class="fa fa-youtube"></i><span></span></a><?php } if($Social_page['social_flickr_link']!=''){ ?><a href="<?php echo $Social_page['social_flickr_link'];?>" class="icon-button flickr"><i class="fa fa-flickr"></i><span></span></a><?php } if($Social_page['social_tumblr_link']!=''){ ?><a href="<?php echo $Social_page['social_tumblr_link'];?>" class="icon-button tumblr"><i class="fa fa-tumblr"></i><span></span></a><?php } if($Social_page['social_vkontakte_link']!=''){ ?><a href="<?php echo $Social_page['social_vkontakte_link'];?>" class="icon-button vkontakte"><i class="fa fa-vk"></i><span></span></a><?php } if($Social_page['social_skype_link']!=''){ ?><a href="<?php echo $Social_page['social_skype_link'];?>" class="icon-button skype"><i class="fa fa-skype"></i><span></span></a><?php } if($Social_page['social_instagram_link']!=''){ ?><a href="<?php echo $Social_page['social_instagram_link'];?>" class="icon-button instagram"><i class="fa fa-instagram"></i><span></span></a><?php } if($Social_page['social_telegram_link']!=''){ ?><a href="<?php echo $Social_page['social_telegram_link'];?>" class="icon-button telegram"><i class="fa fa-telegram"></i><span></span></a><?php }if($Social_page['social_whatsapp_link']!=''){ ?><a href="<?php echo $Social_page['social_whatsapp_link'];?>" class="icon-button whatsapp"><i class="fa fa-whatsapp"></i><span></span></a><?php } ?><div></div>' );
175
  <?php } ?>
176
  //enable Social Icon In outer login form
177
  <?php if($Social_page['enable_social_icon'] == "outer" || $Social_page['enable_social_icon'] == "both") {?>
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.5.8
5
  * Description: Customize Your WordPress Login Screen Amazingly
6
  * Author: Weblizar
7
  * Author URI: http://weblizar.com/plugins/
8
  * Plugin URI: http://weblizar.com/plugins/
9
+ * Text Domain: admin-custom-login
10
+ * Domain Path: /languages/
11
  */
12
 
13
  // Exit if accessed directly
14
  if ( ! defined( 'ABSPATH' ) ) exit;
15
  define("WEBLIZAR_NALF_PLUGIN_URL", plugin_dir_url(__FILE__));
16
+ define("WEBLIZAR_ACL", "admin-custom-login", true);
17
 
18
  /**
19
  * Redirect user after successful login.
27
  //is there a user to check?
28
  if ( isset( $user->roles ) && is_array( $user->roles ) ) {
29
 
30
+ // get and load custom redirect option after user login
31
  $login_page = unserialize(get_option('Admin_custome_login_login'));
32
  $login_redirect_user = $login_page['login_redirect_user'];
33
 
156
 
157
  <?php if($enable_inputbox_icon=='yes'){?>
158
  if (jQuery('#log_input_lable').length) {
159
+ document.getElementById("log_input_lable").innerHTML="<?php _e('User Name',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 _e('User Name',WEBLIZAR_ACL);?>'></div>";
160
+ 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 _e('Password',WEBLIZAR_ACL);?>'></div>";
161
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 45px');
162
  }
163
  <?php } else { ?>
164
  if (jQuery('#log_input_lable').length) {
165
+ jQuery('#loginform #user_login').attr('placeholder', '<?php _e('User Name',WEBLIZAR_ACL);?>');
166
+ jQuery('#loginform #user_pass').attr('placeholder', '<?php _e('Password',WEBLIZAR_ACL);?>');
167
  jQuery('body.login div#login form .input, .login input[type="text"]').css('padding','5px 5px 5px 5px');
168
  }
169
  <?php }?>
173
 
174
  //enable Social Icon In inner login form
175
  <?php if($Social_page['enable_social_icon'] == "inner" || $Social_page['enable_social_icon'] == "both") {?>
176
+ jQuery( ".forgetmenot, #lostpasswordform" ).append('<div class="acl-social-inner" style="padding-top:16px"><div class="acl-social-text" style="color:<?php echo $heading_font_color; ?>; font-size:<?php echo $heading_font_size;?>px; "><?php _e('Find Us On Social Media',WEBLIZAR_ACL); ?></div><div style="padding-top:5px"><?php if($Social_page['social_twitter_link']!=''){ ?><a href="<?php echo $Social_page['social_twitter_link'];?>" class="icon-button twitter"><i class="fa fa-twitter"></i><span></span></a><?php } if($Social_page['social_facebook_link']!=''){ ?> <a href="<?php echo $Social_page['social_facebook_link'];?>" class="icon-button facebook"><i class="fa fa-facebook"></i><span></span></a> <?php } if($Social_page['social_google_plus_link']!=''){ ?> <a href="<?php echo $Social_page['social_google_plus_link'];?>" class="icon-button google-plus"><i class="fa fa-google-plus"></i><span></span></a><?php } if($Social_page['social_linkedin_link']!=''){ ?> <a href="<?php echo $Social_page['social_linkedin_link'];?>" class="icon-button linkedin"> <i class="fa fa-linkedin"> </i> <span></span> </a> <?php } if($Social_page['social_pinterest_link']!=''){ ?><a href="<?php echo $Social_page['social_pinterest_link'];?>" class="icon-button pinterest"><i class="fa fa-pinterest"></i><span></span></a><?php } if($Social_page['social_digg_link']!=''){ ?><a href="<?php echo $Social_page['social_digg_link'];?>" class="icon-button digg"><i class="fa fa-digg"></i><span></span></a><?php } if($Social_page['social_youtube_link']!=''){ ?><a href="<?php echo $Social_page['social_youtube_link'];?>" class="icon-button youtube"><i class="fa fa-youtube"></i><span></span></a><?php } if($Social_page['social_flickr_link']!=''){ ?><a href="<?php echo $Social_page['social_flickr_link'];?>" class="icon-button flickr"><i class="fa fa-flickr"></i><span></span></a><?php } if($Social_page['social_tumblr_link']!=''){ ?><a href="<?php echo $Social_page['social_tumblr_link'];?>" class="icon-button tumblr"><i class="fa fa-tumblr"></i><span></span></a><?php } if($Social_page['social_vkontakte_link']!=''){ ?><a href="<?php echo $Social_page['social_vkontakte_link'];?>" class="icon-button vkontakte"><i class="fa fa-vk"></i><span></span></a><?php } if($Social_page['social_skype_link']!=''){ ?><a href="<?php echo $Social_page['social_skype_link'];?>" class="icon-button skype"><i class="fa fa-skype"></i><span></span></a><?php } if($Social_page['social_instagram_link']!=''){ ?><a href="<?php echo $Social_page['social_instagram_link'];?>" class="icon-button instagram"><i class="fa fa-instagram"></i><span></span></a><?php } if($Social_page['social_telegram_link']!=''){ ?><a href="<?php echo $Social_page['social_telegram_link'];?>" class="icon-button telegram"><i class="fa fa-telegram"></i><span></span></a><?php }if($Social_page['social_whatsapp_link']!=''){ ?><a href="<?php echo $Social_page['social_whatsapp_link'];?>" class="icon-button whatsapp"><i class="fa fa-whatsapp"></i><span></span></a><?php } ?><div></div>' );
177
  <?php } ?>
178
  //enable Social Icon In outer login form
179
  <?php if($Social_page['enable_social_icon'] == "outer" || $Social_page['enable_social_icon'] == "both") {?>
includes/Login-form-setting/Login-form-background.php CHANGED
@@ -172,7 +172,7 @@ function loginbgchange() {
172
  <div class="post-social post-social-xs" id="post-social-5">
173
  <div class="text-center padding-all text-center">
174
  <div class="textbox text-white margin-bottom settings-title">
175
- <?php _e('Login Settings','WEBLIZAR_ACL'); ?>
176
  </div>
177
  </div>
178
  </div>
@@ -185,15 +185,15 @@ function loginbgchange() {
185
  <div class="panel-body">
186
  <table class="form-table">
187
  <tr>
188
- <th scope="row" ><?php _e('Login Form Position','WEBLIZAR_ACL'); ?></th>
189
  <td></td>
190
  </tr>
191
  <tr class="radio-span" style="border-bottom:none;">
192
  <td>
193
  <select id="login_form_position" name="login_form_position" class="standard-dropdown" onchange='form_position_change()'>
194
- <option value="default" <?php if($login_form_position == "default") echo "selected"; ?>><?php _e('Default','WEBLIZAR_ACL'); ?></option>
195
- <option value="lf_float_style" <?php if($login_form_position == "lf_float_style") echo "selected"; ?>><?php _e('Floating','WEBLIZAR_ACL'); ?></option>
196
- <option value="lf_customize_style" <?php if($login_form_position == "lf_customize_style") echo "selected"; ?>><?php _e('Floating With Customization','WEBLIZAR_ACL'); ?></option>
197
  </select>
198
  </td>
199
  </tr>
@@ -204,19 +204,19 @@ function loginbgchange() {
204
  <div id="div-login-float" class="lf_float_style" style="display:none;">
205
  <table class="form-table">
206
  <tr>
207
- <th scope="row" ><?php _e('Float Settings','WEBLIZAR_ACL'); ?></th>
208
  <td></td>
209
  </tr>
210
  <tr class="radio-span" style="border-bottom:none;">
211
  <td>
212
  <span>
213
- <input type="radio" name="login_form_float" value="left" id="login_form_float" <?php if($login_form_float=="left")echo "checked"; ?> />&nbsp;<?php _e('Left','WEBLIZAR_ACL')?><br>
214
  </span>
215
  <span>
216
- <input type="radio" name="login_form_float" value="center" id="login_form_float" <?php if($login_form_float=="center")echo "checked"; ?> />&nbsp;<?php _e('Center','WEBLIZAR_ACL')?><br>
217
  </span>
218
  <span>
219
- <input type="radio" name="login_form_float" value="right" id="login_form_float" <?php if($login_form_float=="right")echo "checked"; ?> />&nbsp;<?php _e('Right','WEBLIZAR_ACL')?><br>
220
  </span>
221
  </td>
222
  </tr>
@@ -226,7 +226,7 @@ function loginbgchange() {
226
  <div id="div-login-custom" class="lf_customize_style" style="display:none;">
227
  <table class="form-table">
228
  <tr>
229
- <th scope="row" ><?php _e('Floating With Customization Settings','WEBLIZAR_ACL'); ?></th>
230
  <td></td>
231
  </tr>
232
  <tr style="border-bottom:none;">
@@ -247,7 +247,7 @@ function loginbgchange() {
247
  </tr>
248
  <tr>
249
  <td>
250
- <p><?php _e('Note: This form position setting will be not responsive.','WEBLIZAR_ACL'); ?></p>
251
  </td>
252
  </tr>
253
  </table>
@@ -257,15 +257,15 @@ function loginbgchange() {
257
  <div class="panel-body">
258
  <table class="form-table">
259
  <tr>
260
- <th scope="row" ><?php _e('Select Background','WEBLIZAR_ACL'); ?></th>
261
  <td></td>
262
  </tr>
263
  <tr class="radio-span" style="border-bottom:none;">
264
  <td>
265
  <select id="select-login-bg" class="standard-dropdown" name="select-background" onchange='loginbgchange()'>
266
- <optgroup label="<?php _e('Select background','WEBLIZAR_ACL'); ?>">
267
- <option value="static-background-color" ><?php _e('Static Background Color','WEBLIZAR_ACL'); ?></option>
268
- <option value="static-background-image" ><?php _e('Static Background Image','WEBLIZAR_ACL'); ?></option>
269
  </optgroup>
270
  </select>
271
  </td>
@@ -281,7 +281,7 @@ function loginbgchange() {
281
  <div class="panel-body">
282
  <table class="form-table">
283
  <tr>
284
- <th scope="row" ><?php _e('Background Color','WEBLIZAR_ACL'); ?></th>
285
  <td></td>
286
  </tr>
287
  <tr style="border-bottom:none;">
@@ -296,7 +296,7 @@ function loginbgchange() {
296
  <div class="panel-body">
297
  <table class="form-table">
298
  <tr>
299
- <th scope="row" ><?php _e('Login Form Opacity','WEBLIZAR_ACL')?></th>
300
  <td></td>
301
  </tr>
302
  <tr style="border-bottom:none;">
@@ -318,17 +318,17 @@ function loginbgchange() {
318
  <div class="panel-body">
319
  <table class="form-table">
320
  <tr>
321
- <th scope="row" ><?php _e('Background Image','WEBLIZAR_ACL')?></th>
322
  <td></td>
323
  </tr>
324
  <tr style="border-bottom:none;">
325
  <td>
326
- <input type="text" class="pro_text" id="login_bg_image" placeholder="<?php _e('No media selected!','WEBLIZAR_ACL')?>" name="upload_image" disabled="disabled" value="<?php echo $login_bg_image; ?>"/>
327
- <input type="button" value="<?php _e('Upload','WEBLIZAR_ACL')?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
328
 
329
- <input type="button" value="<?php _e('preview','WEBLIZAR_ACL')?>" data-toggle="modal" data-target="#about_us_image_builder" id="login-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image_2()" />
330
 
331
- <input type="button" id="display-logo" value="<?php _e('Remove','WEBLIZAR_ACL')?>" class="button " onclick="Acl_login_img_clear();" />
332
 
333
  <!-- Modal -->
334
  <div class="modal " id="about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
@@ -336,13 +336,13 @@ function loginbgchange() {
336
  <div class="modal-content">
337
  <div class="modal-header">
338
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
339
- <h4 class="modal-title" id="myModalLabel"><?php _e('Login Background Image','WEBLIZAR_ACL')?></h4>
340
  </div>
341
  <div class="modal-body">
342
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="img"/>
343
  </div>
344
  <div class="modal-footer">
345
- <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close','WEBLIZAR_ACL')?></button>
346
  </div>
347
  </div>
348
  </div>
@@ -357,16 +357,16 @@ function loginbgchange() {
357
  <div class="panel-body">
358
  <table class="form-table">
359
  <tr>
360
- <th scope="row" ><?php _e('Background Repeat','WEBLIZAR_ACL')?></th>
361
  <td></td>
362
  </tr>
363
  <tr class="radio-span" style="border-bottom:none;">
364
  <td>
365
  <select id="login_bg_repeat" class="standard-dropdown" name="login_bg_repeat">
366
- <option value="no-repeat" ><?php _e('No Repeat ','WEBLIZAR_ACL')?> </option>
367
- <option value="repeat" ><?php _e('Repeat','WEBLIZAR_ACL')?> </option>
368
- <option value="repeat-x" ><?php _e('Repeat Horizontally','WEBLIZAR_ACL')?> </option>
369
- <option value="repeat-y" ><?php _e('Repeat Vertically','WEBLIZAR_ACL')?> </option>
370
  </select>
371
  </td>
372
  </tr>
@@ -377,21 +377,21 @@ function loginbgchange() {
377
  <div class="panel-body">
378
  <table class="form-table">
379
  <tr>
380
- <th scope="row" ><?php _e('Background Position ','WEBLIZAR_ACL')?></th>
381
  <td></td>
382
  </tr>
383
  <tr class="radio-span" style="border-bottom:none;">
384
  <td>
385
  <select id="login_bg_position" class="standard-dropdown" name="login_bg_position">
386
- <option value="left top" ><?php _e('Left Top','WEBLIZAR_ACL')?> </option>
387
- <option value="left center" ><?php _e('Left Center','WEBLIZAR_ACL')?> </option>
388
- <option value="left bottom" ><?php _e('Left Bottom','WEBLIZAR_ACL')?> </option>
389
- <option value="right top" ><?php _e('Right Top','WEBLIZAR_ACL')?> </option>
390
- <option value="right center" ><?php _e('Right Center','WEBLIZAR_ACL')?> </option>
391
- <option value="right bottom" ><?php _e('Right Bottom','WEBLIZAR_ACL')?></option>
392
- <option value="center top" ><?php _e('Center Top','WEBLIZAR_ACL')?> </option>
393
- <option value="center" ><?php _e('Center Center','WEBLIZAR_ACL')?> </option>
394
- <option value="center bottom" ><?php _e('Center Bottom','WEBLIZAR_ACL')?> </option>
395
  </select>
396
  </td>
397
  </tr>
@@ -403,17 +403,17 @@ function loginbgchange() {
403
  <div class="panel-body">
404
  <table class="form-table">
405
  <tr>
406
- <th scope="row" ><?php _e('Background Effect','WEBLIZAR_ACL')?></th>
407
  <td></td>
408
  </tr>
409
  <tr class="radio-span" style="border-bottom:none;">
410
  <td>
411
  <select id="login_bg_color_overlay" class="standard-dropdown" name="login_bg_color_overlay" >
412
- <optgroup label="<?php _e('Select overlay effect','WEBLIZAR_ACL')?>">
413
- <option value="no_effect" ><?php _e('No Overlay Effect','WEBLIZAR_ACL')?></option>
414
- <option value="pattern-1" ><?php _e('Overlay Effect 1','WEBLIZAR_ACL')?> </option>
415
- <option value="pattern-2" ><?php _e('Overlay Effect 2','WEBLIZAR_ACL')?> </option>
416
- <option value="logo" ><?php _e('Overlay Effect 3','WEBLIZAR_ACL')?> </option>
417
  </optgroup>
418
  </select>
419
  </td>
@@ -426,7 +426,7 @@ function loginbgchange() {
426
  <div class="panel-body">
427
  <table class="form-table">
428
  <tr>
429
- <th scope="row" ><?php _e('Login Form Width','WEBLIZAR_ACL')?></th>
430
  <td></td>
431
  </tr>
432
  <tr style="border-bottom:none;">
@@ -443,7 +443,7 @@ function loginbgchange() {
443
  <div class="panel-body">
444
  <table class="form-table">
445
  <tr>
446
- <th scope="row" ><?php _e('Border Color','WEBLIZAR_ACL')?></th>
447
  <td></td>
448
  </tr>
449
  <tr style="border-bottom:none;">
@@ -458,7 +458,7 @@ function loginbgchange() {
458
  <div class="panel-body">
459
  <table class="form-table">
460
  <tr>
461
- <th scope="row" ><?php _e('Border Radius','WEBLIZAR_ACL')?></th>
462
  <td></td>
463
  </tr>
464
  <tr style="border-bottom:none;">
@@ -475,17 +475,17 @@ function loginbgchange() {
475
  <div class="panel-body">
476
  <table class="form-table">
477
  <tr>
478
- <th scope="row" ><?php _e('Border Style','WEBLIZAR_ACL')?></th>
479
  <td></td>
480
  </tr>
481
  <tr class="radio-span" style="border-bottom:none;">
482
  <td>
483
  <select id="login_border_style" class="standard-dropdown" name="login_border_style">
484
- <option value="none" ><?php _e('None','WEBLIZAR_ACL')?> </option>
485
- <option value="solid" ><?php _e('Solid','WEBLIZAR_ACL')?> </option>
486
- <option value="dotted" ><?php _e('Dotted','WEBLIZAR_ACL')?> </option>
487
- <option value="dashed" ><?php _e('Dashed','WEBLIZAR_ACL')?> </option>
488
- <option value="double" ><?php _e('Double','WEBLIZAR_ACL')?> </option>
489
  </select>
490
  </td>
491
  </tr>
@@ -496,7 +496,7 @@ function loginbgchange() {
496
  <div class="panel-body">
497
  <table class="form-table">
498
  <tr>
499
- <th scope="row" ><?php _e('Border Thickness','WEBLIZAR_ACL')?></th>
500
  <td></td>
501
  </tr>
502
  <tr style="border-bottom:none;">
@@ -513,16 +513,16 @@ function loginbgchange() {
513
  <div class="panel-body">
514
  <table class="form-table">
515
  <tr>
516
- <th scope="row" ><?php _e('Enable form shadow?','WEBLIZAR_ACL')?></th>
517
  <td></td>
518
  </tr>
519
  <tr class="radio-span" style="border-bottom:none;">
520
  <td>
521
  <span>
522
- <input type="radio" name="enable_form_shadow" value="yes" id="login_enable_shadow1" <?php if($login_enable_shadow=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes','WEBLIZAR_ACL')?><br>
523
  </span>
524
  <span>
525
- <input type="radio" name="enable_form_shadow" value="no" id="login_enable_shadow2" <?php if($login_enable_shadow=="no")echo "checked"; ?> />&nbsp;<?php _e('No','WEBLIZAR_ACL')?><br>
526
  </span>
527
  </td>
528
  </tr>
@@ -533,7 +533,7 @@ function loginbgchange() {
533
  <div class="panel-body">
534
  <table class="form-table">
535
  <tr>
536
- <th scope="row" ><?php _e('Form Shadow Color','WEBLIZAR_ACL')?></th>
537
  <td></td>
538
  </tr>
539
  <tr style="border-bottom:none;">
@@ -548,13 +548,13 @@ function loginbgchange() {
548
  <div class="panel-body">
549
  <table class="form-table">
550
  <tr>
551
- <th scope="row" ><?php _e('Redirect Users After Login (Not Work For Admin)','WEBLIZAR_ACL')?></th>
552
  <td></td>
553
  </tr>
554
  <tr class="radio-span" style="border-bottom:none;">
555
  <td>
556
- <input type="text" class="login_redirect_user" id="login_redirect_user" name="login_redirect_user" placeholder="Redirect URL" size="56" value="<?php echo $login_redirect_user; ?>"><br>
557
- <span style="color:#ef4238"> Enter the URL to redirect users after login, this setting will not work for admin</span>
558
  </td>
559
  </tr>
560
  </table>
@@ -564,12 +564,12 @@ function loginbgchange() {
564
  <div class="panel-body">
565
  <table class="form-table">
566
  <tr>
567
- <th scope="row" ><?php _e('Custom CSS','WEBLIZAR_ACL')?></th>
568
  <td></td>
569
  </tr>
570
  <tr class="radio-span" style="border-bottom:none;">
571
  <td>
572
- <textarea id="login_custom_css" name="login_custom_css" placeholder="<?php _e('Custom CSS','WEBLIZAR_ACL')?>" type="text" class="login_custom_css" rows="10" cols="75" style="width:80%"><?php echo $login_custom_css; ?></textarea>
573
  <p class="description">
574
  <?php _e('Enter any custom css you want to apply on login panel.', WEBLIZAR_ACL ); ?>.<br>
575
  <?php _e('Note: Please Do Not Use', WEBLIZAR_ACL ); ?> <b>Style</b> <?php _e('Tag With Custom CSS', WEBLIZAR_ACL ); ?>.
@@ -589,7 +589,7 @@ function loginbgchange() {
589
  </svg>
590
  </div>
591
  <div class="dialog-inner">
592
- <h2><strong><?php _e('Login ','WEBLIZAR_ACL')?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button2"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
593
  </div>
594
  </div>
595
  </div>
@@ -603,17 +603,17 @@ function loginbgchange() {
603
  </svg>
604
  </div>
605
  <div class="dialog-inner">
606
- <h2><strong><?php _e('Login ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button8"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
607
  </div>
608
  </div>
609
  </div>
610
  <div class="panel panel-primary save-button-block">
611
  <div class="panel-body">
612
  <div class="pull-left">
613
- <button type="button" onclick="return Custom_login_login('loginbgSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL')?></button>
614
  </div>
615
  <div class="pull-right">
616
- <button type="button" onclick="return Custom_login_login('loginbgReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL')?></button>
617
  </div>
618
  </div>
619
  </div>
172
  <div class="post-social post-social-xs" id="post-social-5">
173
  <div class="text-center padding-all text-center">
174
  <div class="textbox text-white margin-bottom settings-title">
175
+ <?php _e('Login Settings', WEBLIZAR_ACL); ?>
176
  </div>
177
  </div>
178
  </div>
185
  <div class="panel-body">
186
  <table class="form-table">
187
  <tr>
188
+ <th scope="row" ><?php _e('Login Form Position', WEBLIZAR_ACL); ?></th>
189
  <td></td>
190
  </tr>
191
  <tr class="radio-span" style="border-bottom:none;">
192
  <td>
193
  <select id="login_form_position" name="login_form_position" class="standard-dropdown" onchange='form_position_change()'>
194
+ <option value="default" <?php if($login_form_position == "default") echo "selected"; ?>><?php _e('Default', WEBLIZAR_ACL); ?></option>
195
+ <option value="lf_float_style" <?php if($login_form_position == "lf_float_style") echo "selected"; ?>><?php _e('Floating', WEBLIZAR_ACL); ?></option>
196
+ <option value="lf_customize_style" <?php if($login_form_position == "lf_customize_style") echo "selected"; ?>><?php _e('Floating With Customization', WEBLIZAR_ACL); ?></option>
197
  </select>
198
  </td>
199
  </tr>
204
  <div id="div-login-float" class="lf_float_style" style="display:none;">
205
  <table class="form-table">
206
  <tr>
207
+ <th scope="row" ><?php _e('Float Settings', WEBLIZAR_ACL); ?></th>
208
  <td></td>
209
  </tr>
210
  <tr class="radio-span" style="border-bottom:none;">
211
  <td>
212
  <span>
213
+ <input type="radio" name="login_form_float" value="left" id="login_form_float" <?php if($login_form_float=="left")echo "checked"; ?> />&nbsp;<?php _e('Left', WEBLIZAR_ACL)?><br>
214
  </span>
215
  <span>
216
+ <input type="radio" name="login_form_float" value="center" id="login_form_float" <?php if($login_form_float=="center")echo "checked"; ?> />&nbsp;<?php _e('Center', WEBLIZAR_ACL)?><br>
217
  </span>
218
  <span>
219
+ <input type="radio" name="login_form_float" value="right" id="login_form_float" <?php if($login_form_float=="right")echo "checked"; ?> />&nbsp;<?php _e('Right', WEBLIZAR_ACL)?><br>
220
  </span>
221
  </td>
222
  </tr>
226
  <div id="div-login-custom" class="lf_customize_style" style="display:none;">
227
  <table class="form-table">
228
  <tr>
229
+ <th scope="row" ><?php _e('Floating With Customization Settings', WEBLIZAR_ACL); ?></th>
230
  <td></td>
231
  </tr>
232
  <tr style="border-bottom:none;">
247
  </tr>
248
  <tr>
249
  <td>
250
+ <p><?php _e('Note: This form position setting will be not responsive.', WEBLIZAR_ACL); ?></p>
251
  </td>
252
  </tr>
253
  </table>
257
  <div class="panel-body">
258
  <table class="form-table">
259
  <tr>
260
+ <th scope="row" ><?php _e('Select Background', WEBLIZAR_ACL); ?></th>
261
  <td></td>
262
  </tr>
263
  <tr class="radio-span" style="border-bottom:none;">
264
  <td>
265
  <select id="select-login-bg" class="standard-dropdown" name="select-background" onchange='loginbgchange()'>
266
+ <optgroup label="<?php _e('Select background', WEBLIZAR_ACL); ?>">
267
+ <option value="static-background-color" ><?php _e('Static Background Color', WEBLIZAR_ACL); ?></option>
268
+ <option value="static-background-image" ><?php _e('Static Background Image', WEBLIZAR_ACL); ?></option>
269
  </optgroup>
270
  </select>
271
  </td>
281
  <div class="panel-body">
282
  <table class="form-table">
283
  <tr>
284
+ <th scope="row" ><?php _e('Background Color', WEBLIZAR_ACL); ?></th>
285
  <td></td>
286
  </tr>
287
  <tr style="border-bottom:none;">
296
  <div class="panel-body">
297
  <table class="form-table">
298
  <tr>
299
+ <th scope="row" ><?php _e('Login Form Opacity', WEBLIZAR_ACL)?></th>
300
  <td></td>
301
  </tr>
302
  <tr style="border-bottom:none;">
318
  <div class="panel-body">
319
  <table class="form-table">
320
  <tr>
321
+ <th scope="row" ><?php _e('Background Image', WEBLIZAR_ACL)?></th>
322
  <td></td>
323
  </tr>
324
  <tr style="border-bottom:none;">
325
  <td>
326
+ <input type="text" class="pro_text" id="login_bg_image" placeholder="<?php _e('No media selected!', WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo $login_bg_image; ?>"/>
327
+ <input type="button" value="<?php _e('Upload', WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
328
 
329
+ <input type="button" value="<?php _e('Preview', WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#about_us_image_builder" id="login-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image_2()" />
330
 
331
+ <input type="button" id="display-logo" value="<?php _e('Remove', WEBLIZAR_ACL)?>" class="button " onclick="Acl_login_img_clear();" />
332
 
333
  <!-- Modal -->
334
  <div class="modal " id="about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
336
  <div class="modal-content">
337
  <div class="modal-header">
338
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
339
+ <h4 class="modal-title" id="myModalLabel"><?php _e('Login Background Image', WEBLIZAR_ACL)?></h4>
340
  </div>
341
  <div class="modal-body">
342
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="img"/>
343
  </div>
344
  <div class="modal-footer">
345
+ <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close', WEBLIZAR_ACL)?></button>
346
  </div>
347
  </div>
348
  </div>
357
  <div class="panel-body">
358
  <table class="form-table">
359
  <tr>
360
+ <th scope="row" ><?php _e('Background Repeat', WEBLIZAR_ACL)?></th>
361
  <td></td>
362
  </tr>
363
  <tr class="radio-span" style="border-bottom:none;">
364
  <td>
365
  <select id="login_bg_repeat" class="standard-dropdown" name="login_bg_repeat">
366
+ <option value="no-repeat" ><?php _e('No Repeat', WEBLIZAR_ACL)?></option>
367
+ <option value="repeat" ><?php _e('Repeat', WEBLIZAR_ACL)?></option>
368
+ <option value="repeat-x" ><?php _e('Repeat Horizontally', WEBLIZAR_ACL)?></option>
369
+ <option value="repeat-y" ><?php _e('Repeat Vertically', WEBLIZAR_ACL)?></option>
370
  </select>
371
  </td>
372
  </tr>
377
  <div class="panel-body">
378
  <table class="form-table">
379
  <tr>
380
+ <th scope="row" ><?php _e('Background Position', WEBLIZAR_ACL)?></th>
381
  <td></td>
382
  </tr>
383
  <tr class="radio-span" style="border-bottom:none;">
384
  <td>
385
  <select id="login_bg_position" class="standard-dropdown" name="login_bg_position">
386
+ <option value="left top" ><?php _e('Left Top', WEBLIZAR_ACL)?> </option>
387
+ <option value="left center" ><?php _e('Left Center', WEBLIZAR_ACL)?> </option>
388
+ <option value="left bottom" ><?php _e('Left Bottom', WEBLIZAR_ACL)?> </option>
389
+ <option value="right top" ><?php _e('Right Top', WEBLIZAR_ACL)?> </option>
390
+ <option value="right center" ><?php _e('Right Center', WEBLIZAR_ACL)?> </option>
391
+ <option value="right bottom" ><?php _e('Right Bottom', WEBLIZAR_ACL)?></option>
392
+ <option value="center top" ><?php _e('Center Top', WEBLIZAR_ACL)?> </option>
393
+ <option value="center" ><?php _e('Center Center', WEBLIZAR_ACL)?> </option>
394
+ <option value="center bottom" ><?php _e('Center Bottom', WEBLIZAR_ACL)?> </option>
395
  </select>
396
  </td>
397
  </tr>
403
  <div class="panel-body">
404
  <table class="form-table">
405
  <tr>
406
+ <th scope="row" ><?php _e('Background Effect', WEBLIZAR_ACL)?></th>
407
  <td></td>
408
  </tr>
409
  <tr class="radio-span" style="border-bottom:none;">
410
  <td>
411
  <select id="login_bg_color_overlay" class="standard-dropdown" name="login_bg_color_overlay" >
412
+ <optgroup label="<?php _e('Select overlay effect', WEBLIZAR_ACL)?>">
413
+ <option value="no_effect" ><?php _e('No Overlay Effect', WEBLIZAR_ACL)?></option>
414
+ <option value="pattern-1" ><?php _e('Overlay Effect 1', WEBLIZAR_ACL)?> </option>
415
+ <option value="pattern-2" ><?php _e('Overlay Effect 2', WEBLIZAR_ACL)?> </option>
416
+ <option value="logo" ><?php _e('Overlay Effect 3', WEBLIZAR_ACL)?> </option>
417
  </optgroup>
418
  </select>
419
  </td>
426
  <div class="panel-body">
427
  <table class="form-table">
428
  <tr>
429
+ <th scope="row" ><?php _e('Login Form Width', WEBLIZAR_ACL)?></th>
430
  <td></td>
431
  </tr>
432
  <tr style="border-bottom:none;">
443
  <div class="panel-body">
444
  <table class="form-table">
445
  <tr>
446
+ <th scope="row" ><?php _e('Border Color', WEBLIZAR_ACL)?></th>
447
  <td></td>
448
  </tr>
449
  <tr style="border-bottom:none;">
458
  <div class="panel-body">
459
  <table class="form-table">
460
  <tr>
461
+ <th scope="row" ><?php _e('Border Radius', WEBLIZAR_ACL)?></th>
462
  <td></td>
463
  </tr>
464
  <tr style="border-bottom:none;">
475
  <div class="panel-body">
476
  <table class="form-table">
477
  <tr>
478
+ <th scope="row" ><?php _e('Border Style', WEBLIZAR_ACL)?></th>
479
  <td></td>
480
  </tr>
481
  <tr class="radio-span" style="border-bottom:none;">
482
  <td>
483
  <select id="login_border_style" class="standard-dropdown" name="login_border_style">
484
+ <option value="none" ><?php _e('None', WEBLIZAR_ACL)?> </option>
485
+ <option value="solid" ><?php _e('Solid', WEBLIZAR_ACL)?> </option>
486
+ <option value="dotted" ><?php _e('Dotted', WEBLIZAR_ACL)?> </option>
487
+ <option value="dashed" ><?php _e('Dashed', WEBLIZAR_ACL)?> </option>
488
+ <option value="double" ><?php _e('Double', WEBLIZAR_ACL)?> </option>
489
  </select>
490
  </td>
491
  </tr>
496
  <div class="panel-body">
497
  <table class="form-table">
498
  <tr>
499
+ <th scope="row" ><?php _e('Border Thickness', WEBLIZAR_ACL)?></th>
500
  <td></td>
501
  </tr>
502
  <tr style="border-bottom:none;">
513
  <div class="panel-body">
514
  <table class="form-table">
515
  <tr>
516
+ <th scope="row" ><?php _e('Enable Form Shadow?', WEBLIZAR_ACL)?></th>
517
  <td></td>
518
  </tr>
519
  <tr class="radio-span" style="border-bottom:none;">
520
  <td>
521
  <span>
522
+ <input type="radio" name="enable_form_shadow" value="yes" id="login_enable_shadow1" <?php if($login_enable_shadow=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes', WEBLIZAR_ACL)?><br>
523
  </span>
524
  <span>
525
+ <input type="radio" name="enable_form_shadow" value="no" id="login_enable_shadow2" <?php if($login_enable_shadow=="no")echo "checked"; ?> />&nbsp;<?php _e('No', WEBLIZAR_ACL)?><br>
526
  </span>
527
  </td>
528
  </tr>
533
  <div class="panel-body">
534
  <table class="form-table">
535
  <tr>
536
+ <th scope="row" ><?php _e('Form Shadow Color', WEBLIZAR_ACL)?></th>
537
  <td></td>
538
  </tr>
539
  <tr style="border-bottom:none;">
548
  <div class="panel-body">
549
  <table class="form-table">
550
  <tr>
551
+ <th scope="row" ><?php _e('Redirect Users After Login (Not Work For Admin)', WEBLIZAR_ACL)?></th>
552
  <td></td>
553
  </tr>
554
  <tr class="radio-span" style="border-bottom:none;">
555
  <td>
556
+ <input type="text" class="login_redirect_user" id="login_redirect_user" name="login_redirect_user" placeholder="<?php _e('Redirect URL', WEBLIZAR_ACL)?>" size="56" value="<?php echo $login_redirect_user; ?>"><br>
557
+ <span style="color:#ef4238"><?php _e('Enter the URL to redirect users after login, Setting will not work for an administrator.', WEBLIZAR_ACL)?></span>
558
  </td>
559
  </tr>
560
  </table>
564
  <div class="panel-body">
565
  <table class="form-table">
566
  <tr>
567
+ <th scope="row" ><?php _e('Custom CSS', WEBLIZAR_ACL)?></th>
568
  <td></td>
569
  </tr>
570
  <tr class="radio-span" style="border-bottom:none;">
571
  <td>
572
+ <textarea id="login_custom_css" name="login_custom_css" placeholder="<?php _e('Custom CSS', WEBLIZAR_ACL)?>" type="text" class="login_custom_css" rows="10" cols="75" style="width:80%"><?php echo $login_custom_css; ?></textarea>
573
  <p class="description">
574
  <?php _e('Enter any custom css you want to apply on login panel.', WEBLIZAR_ACL ); ?>.<br>
575
  <?php _e('Note: Please Do Not Use', WEBLIZAR_ACL ); ?> <b>Style</b> <?php _e('Tag With Custom CSS', WEBLIZAR_ACL ); ?>.
589
  </svg>
590
  </div>
591
  <div class="dialog-inner">
592
+ <h2><strong><?php _e('Login', WEBLIZAR_ACL)?></strong> <?php _e('Setting Save Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button2"><?php _e('Close', WEBLIZAR_ACL)?></button></div>
593
  </div>
594
  </div>
595
  </div>
603
  </svg>
604
  </div>
605
  <div class="dialog-inner">
606
+ <h2><strong><?php _e('Login', WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button8"><?php _e('Close', WEBLIZAR_ACL)?></button></div>
607
  </div>
608
  </div>
609
  </div>
610
  <div class="panel panel-primary save-button-block">
611
  <div class="panel-body">
612
  <div class="pull-left">
613
+ <button type="button" onclick="return Custom_login_login('loginbgSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes', WEBLIZAR_ACL)?></button>
614
  </div>
615
  <div class="pull-right">
616
+ <button type="button" onclick="return Custom_login_login('loginbgReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default', WEBLIZAR_ACL)?></button>
617
  </div>
618
  </div>
619
  </div>
includes/content.php CHANGED
@@ -8,8 +8,7 @@ require_once('get_value.php');
8
  <style>
9
  #post-social-5{
10
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/pattern-1.png'; ?>') left top repeat, url('<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/bg1.jpg'; ?>') center center fixed;
11
- }
12
-
13
  </style>
14
  <!-- ==============================================
15
  Fonts
@@ -26,7 +25,7 @@ Fonts
26
  <span class="icon-bar"></span>
27
  </button>
28
  <a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
29
- <a class="navbar-brand coming-soon-admin-title" href="index.html"><?php _e('Admin Custom Login','WEBLIZAR_ACL')?></a>
30
  </div>
31
 
32
  <!-- /.navbar-header -->
@@ -61,13 +60,13 @@ Fonts
61
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/photo.jpg'; ?>" alt="Profile Picture"/>
62
  </span>
63
  <p class="sidebar-profile-description">
64
- <?php _e('Powered By','WEBLIZAR_ACL')?>
65
  </p>
66
- <h3 class="sidebar-profile-name"><a href="http://weblizar.com/" target="_blank" style="background-color: #29282f; border-left:0px ; "><?php _e( 'Weblizar', 'WEBLIZAR_ACL' ); ?></a></h3>
67
 
68
 
69
 
70
- <h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)','WEBLIZAR_ACL')?></h5>
71
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
72
  <span class="dashicons dashicons-star-filled"></span>
73
  <span class="dashicons dashicons-star-filled"></span>
@@ -83,8 +82,8 @@ Fonts
83
  <i class="fa fa-square fa-stack-2x text-primary"></i>
84
  <i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>
85
  </span>
86
- <span class="sidebar-item-title"><?php _e('Dashboard','WEBLIZAR_ACL')?></span>
87
- <span class="sidebar-item-subtitle"><?php _e('Application overview','WEBLIZAR_ACL')?></span>
88
  </a>
89
  </li>
90
  <li>
@@ -93,8 +92,8 @@ Fonts
93
  <i class="fa fa-square fa-stack-2x text-primary"></i>
94
  <i class="fa fa-paint-brush fa-stack-1x fa-inverse"></i>
95
  </span>
96
- <span class="sidebar-item-title"><?php _e('Background Design','WEBLIZAR_ACL')?></span>
97
- <span class="sidebar-item-subtitle"><?php _e('Modify Background design here','WEBLIZAR_ACL')?></span>
98
  </a>
99
  <!-- /.nav-second-level -->
100
  </li>
@@ -104,8 +103,8 @@ Fonts
104
  <i class="fa fa-square fa-stack-2x text-primary"></i>
105
  <i class="fa fa-paint-brush fa-stack-1x fa-inverse"></i>
106
  </span>
107
- <span class="sidebar-item-title"><?php _e('Login form Setting','WEBLIZAR_ACL')?></span>
108
- <span class="sidebar-item-subtitle"><?php _e('Modify Login design here','WEBLIZAR_ACL')?></span>
109
  </a>
110
  <!-- /.nav-second-level -->
111
  </li>
@@ -115,8 +114,8 @@ Fonts
115
  <i class="fa fa-square fa-stack-2x text-primary"></i>
116
  <i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>
117
  </span>
118
- <span class="sidebar-item-title"><?php _e('Font Setting','WEBLIZAR_ACL')?></span>
119
- <span class="sidebar-item-subtitle"><?php _e('Modify Login Form Style here','WEBLIZAR_ACL')?></span>
120
  </a>
121
  </li>
122
 
@@ -126,8 +125,8 @@ Fonts
126
  <i class="fa fa-square fa-stack-2x text-primary"></i>
127
  <i class="fa fa-wrench fa-stack-1x fa-inverse"></i>
128
  </span>
129
- <span class="sidebar-item-title"><?php _e('Logo Settings','WEBLIZAR_ACL')?></span>
130
- <span class="sidebar-item-subtitle"><?php _e('Customize Logo Settings here','WEBLIZAR_ACL')?></span>
131
  </a>
132
 
133
  <!-- /.nav-second-level -->
@@ -138,8 +137,8 @@ Fonts
138
  <i class="fa fa-square fa-stack-2x text-primary"></i>
139
  <i class="fa fa-table fa-stack-1x fa-inverse"></i>
140
  </span>
141
- <span class="sidebar-item-title"><?php _e('Social Settings','WEBLIZAR_ACL')?></span>
142
- <span class="sidebar-item-subtitle"><?php _e('Connect with your social profile','WEBLIZAR_ACL')?></span>
143
  </a>
144
  </li>
145
 
@@ -149,8 +148,8 @@ Fonts
149
  <i class="fa fa-square fa-stack-2x text-primary"></i>
150
  <i class="fa fa-upload fa-stack-1x fa-inverse"></i>
151
  </span>
152
- <span class="sidebar-item-title"><?php _e('Export / Import','WEBLIZAR_ACL')?></span>
153
- <span class="sidebar-item-subtitle"><?php _e('Export / Import Your Data','WEBLIZAR_ACL')?></span>
154
  </a>
155
  </li>
156
  <li>
@@ -159,8 +158,8 @@ Fonts
159
  <i class="fa fa-square fa-stack-2x text-primary"></i>
160
  <i class="fa fa-plug fa-stack-1x fa-inverse"></i>
161
  </span>
162
- <span class="sidebar-item-title"><?php _e('Recommendations','WEBLIZAR_ACL')?></span>
163
- <span class="sidebar-item-subtitle"><?php _e('Get More Free Useful Plugins','WEBLIZAR_ACL')?></span>
164
  </a>
165
  </li>
166
  <li>
@@ -169,8 +168,8 @@ Fonts
169
  <i class="fa fa-square fa-stack-2x text-primary"></i>
170
  <i class="fa fa-question fa-stack-1x fa-inverse"></i>
171
  </span>
172
- <span class="sidebar-item-title"><?php _e('Help And Support','WEBLIZAR_ACL')?></span>
173
- <span class="sidebar-item-subtitle"><?php _e('Ask your query','WEBLIZAR_ACL')?></span>
174
  </a>
175
  </li>
176
  <li>
@@ -179,8 +178,8 @@ Fonts
179
  <i class="fa fa-square fa-stack-2x text-primary"></i>
180
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
181
  </span>
182
- <span class="sidebar-item-title"><?php _e('Please rate us ','WEBLIZAR_ACL')?></span>
183
- <span class="sidebar-item-subtitle"><?php _e('If you like us','WEBLIZAR_ACL')?></span>
184
  </a>
185
  </li>
186
 
8
  <style>
9
  #post-social-5{
10
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/pattern-1.png'; ?>') left top repeat, url('<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/bg1.jpg'; ?>') center center fixed;
11
+ }
 
12
  </style>
13
  <!-- ==============================================
14
  Fonts
25
  <span class="icon-bar"></span>
26
  </button>
27
  <a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
28
+ <a class="navbar-brand coming-soon-admin-title" href="index.html"><?php _e('Admin Custom Login', WEBLIZAR_ACL)?></a>
29
  </div>
30
 
31
  <!-- /.navbar-header -->
60
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'css/img/photo.jpg'; ?>" alt="Profile Picture"/>
61
  </span>
62
  <p class="sidebar-profile-description">
63
+ <?php _e('Powered By', WEBLIZAR_ACL)?>
64
  </p>
65
+ <h3 class="sidebar-profile-name"><a href="http://weblizar.com/" target="_blank" style="background-color: #29282f; border-left:0px ; "><?php _e( 'Weblizar', WEBLIZAR_ACL ); ?></a></h3>
66
 
67
 
68
 
69
+ <h5 style="color:#fff" class="acl-rate"><?php _e('Show Us Some Love (Rate Us)', WEBLIZAR_ACL)?></h5>
70
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
71
  <span class="dashicons dashicons-star-filled"></span>
72
  <span class="dashicons dashicons-star-filled"></span>
82
  <i class="fa fa-square fa-stack-2x text-primary"></i>
83
  <i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>
84
  </span>
85
+ <span class="sidebar-item-title"><?php _e('Dashboard', WEBLIZAR_ACL)?></span>
86
+ <span class="sidebar-item-subtitle"><?php _e('Application overview', WEBLIZAR_ACL)?></span>
87
  </a>
88
  </li>
89
  <li>
92
  <i class="fa fa-square fa-stack-2x text-primary"></i>
93
  <i class="fa fa-paint-brush fa-stack-1x fa-inverse"></i>
94
  </span>
95
+ <span class="sidebar-item-title"><?php _e('Background Design', WEBLIZAR_ACL)?></span>
96
+ <span class="sidebar-item-subtitle"><?php _e('Modify Background design here', WEBLIZAR_ACL)?></span>
97
  </a>
98
  <!-- /.nav-second-level -->
99
  </li>
103
  <i class="fa fa-square fa-stack-2x text-primary"></i>
104
  <i class="fa fa-paint-brush fa-stack-1x fa-inverse"></i>
105
  </span>
106
+ <span class="sidebar-item-title"><?php _e('Login form Setting', WEBLIZAR_ACL)?></span>
107
+ <span class="sidebar-item-subtitle"><?php _e('Modify Login design here', WEBLIZAR_ACL)?></span>
108
  </a>
109
  <!-- /.nav-second-level -->
110
  </li>
114
  <i class="fa fa-square fa-stack-2x text-primary"></i>
115
  <i class="fa fa-dashboard fa-stack-1x fa-inverse"></i>
116
  </span>
117
+ <span class="sidebar-item-title"><?php _e('Font Setting', WEBLIZAR_ACL)?></span>
118
+ <span class="sidebar-item-subtitle"><?php _e('Modify Login Form Style here', WEBLIZAR_ACL)?></span>
119
  </a>
120
  </li>
121
 
125
  <i class="fa fa-square fa-stack-2x text-primary"></i>
126
  <i class="fa fa-wrench fa-stack-1x fa-inverse"></i>
127
  </span>
128
+ <span class="sidebar-item-title"><?php _e('Logo Settings', WEBLIZAR_ACL)?></span>
129
+ <span class="sidebar-item-subtitle"><?php _e('Customize Logo Settings here', WEBLIZAR_ACL)?></span>
130
  </a>
131
 
132
  <!-- /.nav-second-level -->
137
  <i class="fa fa-square fa-stack-2x text-primary"></i>
138
  <i class="fa fa-table fa-stack-1x fa-inverse"></i>
139
  </span>
140
+ <span class="sidebar-item-title"><?php _e('Social Settings', WEBLIZAR_ACL)?></span>
141
+ <span class="sidebar-item-subtitle"><?php _e('Connect with your social profile', WEBLIZAR_ACL)?></span>
142
  </a>
143
  </li>
144
 
148
  <i class="fa fa-square fa-stack-2x text-primary"></i>
149
  <i class="fa fa-upload fa-stack-1x fa-inverse"></i>
150
  </span>
151
+ <span class="sidebar-item-title"><?php _e('Export / Import', WEBLIZAR_ACL)?></span>
152
+ <span class="sidebar-item-subtitle"><?php _e('Export / Import Your Data', WEBLIZAR_ACL)?></span>
153
  </a>
154
  </li>
155
  <li>
158
  <i class="fa fa-square fa-stack-2x text-primary"></i>
159
  <i class="fa fa-plug fa-stack-1x fa-inverse"></i>
160
  </span>
161
+ <span class="sidebar-item-title"><?php _e('Recommendations', WEBLIZAR_ACL)?></span>
162
+ <span class="sidebar-item-subtitle"><?php _e('Get More Free Useful Plugins', WEBLIZAR_ACL)?></span>
163
  </a>
164
  </li>
165
  <li>
168
  <i class="fa fa-square fa-stack-2x text-primary"></i>
169
  <i class="fa fa-question fa-stack-1x fa-inverse"></i>
170
  </span>
171
+ <span class="sidebar-item-title"><?php _e('Help And Support', WEBLIZAR_ACL)?></span>
172
+ <span class="sidebar-item-subtitle"><?php _e('Ask your query', WEBLIZAR_ACL)?></span>
173
  </a>
174
  </li>
175
  <li>
178
  <i class="fa fa-square fa-stack-2x text-primary"></i>
179
  <i class="fa fa-star fa-stack-1x fa-inverse"></i>
180
  </span>
181
+ <span class="sidebar-item-title"><?php _e('Please rate us', WEBLIZAR_ACL)?></span>
182
+ <span class="sidebar-item-subtitle"><?php _e('If you like us', WEBLIZAR_ACL)?></span>
183
  </a>
184
  </li>
185
 
includes/dashboard/dashboard.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
- <?php _e('Admin Custom Login Dashboard','WEBLIZAR_ACL')?>
16
  </div>
17
  </div>
18
  </div>
@@ -24,16 +24,16 @@ if ( ! defined( 'ABSPATH' ) ) exit;
24
  <div class="panel-body">
25
  <table class="form-table">
26
  <tr>
27
- <th scope="row" ><?php _e('Admin Custom Login Status','WEBLIZAR_ACL')?></th>
28
  <td></td>
29
  </tr>
30
  <tr class="radio-span" style="border-bottom:none;">
31
  <td>
32
  <span>
33
- <input type="radio" name="dashboard_status" value="disable" id="dashboard_status1" <?php if($dashboard_status == "disable") echo "checked"; ?> />&nbsp;<?php _e('Disable','WEBLIZAR_ACL')?><br>
34
  </span>
35
  <span>
36
- <input type="radio" name="dashboard_status" value="enable" id="dashboard_status2" <?php if($dashboard_status == "enable") echo "checked";?> />&nbsp;<?php _e('Enable','WEBLIZAR_ACL')?><br>
37
  </span>
38
  </td>
39
  </tr>
@@ -44,12 +44,12 @@ if ( ! defined( 'ABSPATH' ) ) exit;
44
  <div class="panel-body">
45
  <table class="form-table">
46
  <tr>
47
- <th scope="row" ><?php _e('View Login Page','WEBLIZAR_ACL')?></th>
48
  <td></td>
49
  </tr>
50
  <tr class="radio-span" style="border-bottom:none;">
51
  <td>
52
- <h4><?php _e('Copy below link and open in another browser where you are not logged in','WEBLIZAR_ACL')?></h4>
53
  <br>
54
  <span style="color:#ef4238"> <?php echo wp_login_url(); ?> </span>
55
  </td>
@@ -67,7 +67,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
67
  </svg>
68
  </div>
69
  <div class="dialog-inner">
70
- <h2><strong><?php _e('Dashboard ','WEBLIZAR_ACL');?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL');?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button" ><?php _e('Close','WEBLIZAR_ACL');?></button></div>
71
  </div>
72
  </div>
73
  </div>
@@ -81,17 +81,17 @@ if ( ! defined( 'ABSPATH' ) ) exit;
81
  </svg>
82
  </div>
83
  <div class="dialog-inner">
84
- <h2><strong><?php _e('Dashboard ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button7" ><?php _e('Close','WEBLIZAR_ACL')?></button></div>
85
  </div>
86
  </div>
87
  </div>
88
  <div class="panel panel-primary save-button-block">
89
  <div class="panel-body">
90
  <div class="pull-left">
91
- <button type="button" onclick="return Custom_login_dashboard('dashboardSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL');?></button>
92
  </div>
93
  <div class="pull-right">
94
- <button type="button" onclick="return Custom_login_dashboard('dashboardReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL');?></button>
95
  </div>
96
  </div>
97
  </div>
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
+ <?php _e('Admin Custom Login Dashboard', WEBLIZAR_ACL); ?>
16
  </div>
17
  </div>
18
  </div>
24
  <div class="panel-body">
25
  <table class="form-table">
26
  <tr>
27
+ <th scope="row" ><?php _e('Admin Custom Login Status', WEBLIZAR_ACL)?></th>
28
  <td></td>
29
  </tr>
30
  <tr class="radio-span" style="border-bottom:none;">
31
  <td>
32
  <span>
33
+ <input type="radio" name="dashboard_status" value="disable" id="dashboard_status1" <?php if($dashboard_status == "disable") echo "checked"; ?> />&nbsp;<?php _e('Disable', WEBLIZAR_ACL)?><br>
34
  </span>
35
  <span>
36
+ <input type="radio" name="dashboard_status" value="enable" id="dashboard_status2" <?php if($dashboard_status == "enable") echo "checked";?> />&nbsp;<?php _e('Enable', WEBLIZAR_ACL)?><br>
37
  </span>
38
  </td>
39
  </tr>
44
  <div class="panel-body">
45
  <table class="form-table">
46
  <tr>
47
+ <th scope="row" ><?php _e('View Login Page', WEBLIZAR_ACL)?></th>
48
  <td></td>
49
  </tr>
50
  <tr class="radio-span" style="border-bottom:none;">
51
  <td>
52
+ <h4><?php _e('Copy below link and open in another browser where you are not logged in', WEBLIZAR_ACL)?></h4>
53
  <br>
54
  <span style="color:#ef4238"> <?php echo wp_login_url(); ?> </span>
55
  </td>
67
  </svg>
68
  </div>
69
  <div class="dialog-inner">
70
+ <h2><strong><?php _e('Dashboard', WEBLIZAR_ACL);?></strong> <?php _e('Setting Save Successfully', WEBLIZAR_ACL);?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button" ><?php _e('Close', WEBLIZAR_ACL);?></button></div>
71
  </div>
72
  </div>
73
  </div>
81
  </svg>
82
  </div>
83
  <div class="dialog-inner">
84
+ <h2><strong><?php _e('Dashboard', WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button7" ><?php _e('Close', WEBLIZAR_ACL)?></button></div>
85
  </div>
86
  </div>
87
  </div>
88
  <div class="panel panel-primary save-button-block">
89
  <div class="panel-body">
90
  <div class="pull-left">
91
+ <button type="button" onclick="return Custom_login_dashboard('dashboardSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes', WEBLIZAR_ACL);?></button>
92
  </div>
93
  <div class="pull-right">
94
+ <button type="button" onclick="return Custom_login_dashboard('dashboardReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default', WEBLIZAR_ACL);?></button>
95
  </div>
96
  </div>
97
  </div>
includes/design/background.php CHANGED
@@ -88,7 +88,7 @@ function set_slideshow(){
88
  <div class="post-social post-social-xs" id="post-social-5">
89
  <div class="text-center padding-all text-center">
90
  <div class="textbox text-white margin-bottom settings-title">
91
- <?php _e('Background Settings','WEBLIZAR_ACL')?>
92
  </div>
93
  </div>
94
  </div>
@@ -100,17 +100,17 @@ function set_slideshow(){
100
  <div class="panel-body">
101
  <table class="form-table">
102
  <tr>
103
- <th scope="row" ><?php _e('Select Background','WEBLIZAR_ACL')?></th>
104
  <td></td>
105
  </tr>
106
  <tr class="radio-span" style="border-bottom:none;">
107
  <td>
108
  <select id="select-background" class="standard-dropdown" name="select-background" onchange='getComboid()'>
109
- <option value="no-background" ><?php _e('No background Selected','WEBLIZAR_ACL')?></option>
110
- <optgroup label="<?php _e('Select background','WEBLIZAR_ACL')?>">
111
- <option value="static-background-color" ><?php _e('Static Background Color','WEBLIZAR_ACL')?></option>
112
- <option value="static-background-image" ><?php _e('Static Background Image','WEBLIZAR_ACL')?></option>
113
- <option value="slider-background"><?php _e('Background SlideShow','WEBLIZAR_ACL')?></option>
114
  </optgroup>
115
  </select>
116
  </td>
@@ -128,7 +128,7 @@ function set_slideshow(){
128
  <div class="panel-body">
129
  <table class="form-table">
130
  <tr>
131
- <th scope="row" ><?php _e('Background Color','WEBLIZAR_ACL')?></th>
132
  <td></td>
133
  </tr>
134
  <tr style="border-bottom:none;">
@@ -150,18 +150,18 @@ function set_slideshow(){
150
  <div class="panel-body">
151
  <table class="form-table">
152
  <tr>
153
- <th scope="row" ><?php _e('Background Image','WEBLIZAR_ACL')?></th>
154
  <td></td>
155
  </tr>
156
  <tr style="border-bottom:none;">
157
  <td>
158
- <input type="text" class="pro_text" id="top_image" placeholder="<?php _e('No media selected!','WEBLIZAR_ACL')?>" name="upload_image" disabled="disabled" value="<?php echo $top_image; ?>"/>
159
 
160
- <input type="button" value="<?php _e('Upload','WEBLIZAR_ACL')?>" id="upload-logo" class="button-primary rcsp_media_upload" />
161
 
162
- <input type="button" value="<?php _e('Preview','WEBLIZAR_ACL')?>" data-toggle="modal" data-target="#top_about_us_image_builder" id="top-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image()" />
163
 
164
- <input type="button" id="display-logo" value="<?php _e('Remove','WEBLIZAR_ACL')?>" class="button" onclick="Acl_top_img_clear();" />
165
 
166
  <!-- Modal -->
167
  <div class="modal " id="top_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
@@ -169,7 +169,7 @@ function set_slideshow(){
169
  <div class="modal-content">
170
  <div class="modal-header">
171
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
172
- <h4 class="modal-title" id="myModalLabel"><?php _e('Background Image','WEBLIZAR_ACL')?></h4>
173
  </div>
174
 
175
  <div class="modal-body">
@@ -177,7 +177,7 @@ function set_slideshow(){
177
  </div>
178
 
179
  <div class="modal-footer">
180
- <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close','WEBLIZAR_ACL')?></button>
181
  </div>
182
  </div>
183
  </div>
@@ -193,12 +193,12 @@ function set_slideshow(){
193
  <div class="panel-body">
194
  <table class="form-table">
195
  <tr>
196
- <th scope="row" ><?php _e('Cover or Strech','WEBLIZAR_ACL')?></th>
197
  <td></td>
198
  </tr>
199
  <tr style="border-bottom:none;">
200
  <td>
201
- <input type="checkbox" value="yes" id="bg-strech" name="strech-bg" onclick="OnChangeCheckbox(this)" style="visibility: visible;" <?php if($top_cover=="yes"){echo "checked";}?>/>&nbsp;<?php _e('Yes','WEBLIZAR_ACL')?>
202
  </td>
203
  </tr>
204
  </table>
@@ -210,17 +210,16 @@ function set_slideshow(){
210
  <div class="panel-body">
211
  <table class="form-table">
212
  <tr>
213
- <th scope="row" ><?php _e('Background Repeat','WEBLIZAR_ACL')?></th>
214
  <td></td>
215
  </tr>
216
  <tr class="radio-span" style="border-bottom:none;">
217
  <td>
218
- <select id="top_bg_repeat" class="standard-dropdown" name="top_bg_repeat" >
219
-
220
- <option value="no-repeat" ><?php _e('No Repeat ','WEBLIZAR_ACL')?> </option>
221
- <option value="repeat" ><?php _e('Repeat','WEBLIZAR_ACL')?> </option>
222
- <option value="repeat-x" ><?php _e('Repeat Horizontally','WEBLIZAR_ACL')?> </option>
223
- <option value="repeat-y" ><?php _e('Repeat Vertically','WEBLIZAR_ACL')?> </option>
224
  </select>
225
  </td>
226
  </tr>
@@ -232,21 +231,21 @@ function set_slideshow(){
232
  <div class="panel-body">
233
  <table class="form-table">
234
  <tr>
235
- <th scope="row" ><?php _e('Background Position ','WEBLIZAR_ACL')?></th>
236
  <td></td>
237
  </tr>
238
  <tr class="radio-span" style="border-bottom:none;">
239
  <td>
240
  <select id="top_bg_position" class="standard-dropdown" name="top_bg_position" >
241
- <option value="left top" ><?php _e('Left Top','WEBLIZAR_ACL')?> </option>
242
- <option value="left center" ><?php _e('Left Center','WEBLIZAR_ACL')?> </option>
243
- <option value="left bottom" ><?php _e('Left Bottom','WEBLIZAR_ACL')?> </option>
244
- <option value="right top" ><?php _e('Right Top','WEBLIZAR_ACL')?> </option>
245
- <option value="right center" ><?php _e('Right Center','WEBLIZAR_ACL')?> </option>
246
- <option value="right bottom" ><?php _e('Right Bottom','WEBLIZAR_ACL')?></option>
247
- <option value="center top" ><?php _e('Center Top','WEBLIZAR_ACL')?> </option>
248
- <option value="center" ><?php _e('Center Center','WEBLIZAR_ACL')?> </option>
249
- <option value="center bottom" ><?php _e('Center Bottom','WEBLIZAR_ACL')?> </option>
250
  </select>
251
  </td>
252
  </tr>
@@ -258,15 +257,15 @@ function set_slideshow(){
258
  <div class="panel-body">
259
  <table class="form-table">
260
  <tr>
261
- <th scope="row" ><?php _e('Background Attachment','WEBLIZAR_ACL')?></th>
262
  <td></td>
263
  </tr>
264
  <tr class="radio-span" style="border-bottom:none;">
265
  <td>
266
  <select id="top_bg_attachment" class="standard-dropdown" name="top_bg_attachment">
267
- <option value="fixed" ><?php _e('Fixed','WEBLIZAR_ACL')?> </option>
268
- <option value="scroll" ><?php _e('Scroll','WEBLIZAR_ACL')?> </option>
269
- <option value="inherit" ><?php _e('Inherit','WEBLIZAR_ACL')?> </option>
270
  </select>
271
  </td>
272
  </tr>
@@ -285,18 +284,18 @@ function set_slideshow(){
285
  <div class="panel-body">
286
  <table class="form-table">
287
  <tr>
288
- <th scope="row" ><?php _e('No. Of Background Slideshow','WEBLIZAR_ACL')?></th>
289
  <td></td>
290
  </tr>
291
  <tr style="border-bottom:none;">
292
  <td>
293
  <select id="top_slideshow_no" class="standard-dropdown" name="top_slideshow_no" onchange="set_slideshow()">
294
- <option value="0" ><?php _e('Select Number of Slide Show','WEBLIZAR_ACL')?> </option>
295
- <option value="2" ><?php _e('2','WEBLIZAR_ACL')?> </option>
296
- <option value="3" ><?php _e('3','WEBLIZAR_ACL')?> </option>
297
- <option value="4" ><?php _e('4','WEBLIZAR_ACL')?> </option>
298
- <option value="5" ><?php _e('5','WEBLIZAR_ACL')?> </option>
299
- <option value="6" ><?php _e('6','WEBLIZAR_ACL')?> </option>
300
  </select>
301
  </td>
302
  </tr>
@@ -307,7 +306,7 @@ function set_slideshow(){
307
  <div class="panel-body">
308
  <table class="form-table">
309
  <tr>
310
- <th scope="row" ><?php _e('No. Of Background Slideshow','WEBLIZAR_ACL')?></th>
311
  <td></td>
312
  </tr>
313
 
@@ -337,17 +336,17 @@ function set_slideshow(){
337
  <div class="panel-body">
338
  <table class="form-table">
339
  <tr>
340
- <th scope="row" ><?php _e('Slider Animation','WEBLIZAR_ACL')?></th>
341
  <td></td>
342
  </tr>
343
  <tr class="radio-span" style="border-bottom:none;">
344
  <td>
345
  <select id="top_bg_slider_animation" class="standard-dropdown" name="top_bg_slider_animation" >
346
 
347
- <option value="slider-style1" ><?php _e('Slider Animation 1','WEBLIZAR_ACL')?> </option>
348
- <option value="slider-style2" ><?php _e('Slider Animation 2','WEBLIZAR_ACL')?> </option>
349
- <option value="slider-style3" ><?php _e('Slider Animation 3','WEBLIZAR_ACL')?> </option>
350
- <option value="slider-style4" ><?php _e('Slider Animation 4','WEBLIZAR_ACL')?> </option>
351
  </select>
352
  </td>
353
  </tr>
@@ -366,7 +365,7 @@ function set_slideshow(){
366
  </svg>
367
  </div>
368
  <div class="dialog-inner">
369
- <h2><strong><?php _e('Top Background ','WEBLIZAR_ACL')?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" id="dialog-close-button1" data-dialog-close ><?php _e('Close','WEBLIZAR_ACL')?></button></div>
370
  </div>
371
  </div>
372
  </div>
@@ -381,7 +380,7 @@ function set_slideshow(){
381
  </svg>
382
  </div>
383
  <div class="dialog-inner">
384
- <h2><strong><?php _e('Top Background ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button11"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
385
  </div>
386
  </div>
387
  </div>
@@ -389,10 +388,10 @@ function set_slideshow(){
389
  <div class="panel panel-primary save-button-block">
390
  <div class="panel-body">
391
  <div class="pull-left">
392
- <button type="button" onclick="return Custom_login_top('topbgSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL')?></button>
393
  </div>
394
  <div class="pull-right">
395
- <button type="button" onclick="return Custom_login_top('topbgReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL')?></button>
396
  </div>
397
  </div>
398
  </div>
88
  <div class="post-social post-social-xs" id="post-social-5">
89
  <div class="text-center padding-all text-center">
90
  <div class="textbox text-white margin-bottom settings-title">
91
+ <?php _e('Background Settings', WEBLIZAR_ACL)?>
92
  </div>
93
  </div>
94
  </div>
100
  <div class="panel-body">
101
  <table class="form-table">
102
  <tr>
103
+ <th scope="row" ><?php _e('Select Background', WEBLIZAR_ACL)?></th>
104
  <td></td>
105
  </tr>
106
  <tr class="radio-span" style="border-bottom:none;">
107
  <td>
108
  <select id="select-background" class="standard-dropdown" name="select-background" onchange='getComboid()'>
109
+ <option value="no-background" ><?php _e('No Background Selected', WEBLIZAR_ACL)?></option>
110
+ <optgroup label="<?php _e('Select Background', WEBLIZAR_ACL)?>">
111
+ <option value="static-background-color" ><?php _e('Static Background Color', WEBLIZAR_ACL)?></option>
112
+ <option value="static-background-image" ><?php _e('Static Background Image', WEBLIZAR_ACL)?></option>
113
+ <option value="slider-background"><?php _e('Background SlideShow', WEBLIZAR_ACL)?></option>
114
  </optgroup>
115
  </select>
116
  </td>
128
  <div class="panel-body">
129
  <table class="form-table">
130
  <tr>
131
+ <th scope="row" ><?php _e('Background Color', WEBLIZAR_ACL)?></th>
132
  <td></td>
133
  </tr>
134
  <tr style="border-bottom:none;">
150
  <div class="panel-body">
151
  <table class="form-table">
152
  <tr>
153
+ <th scope="row" ><?php _e('Background Image', WEBLIZAR_ACL)?></th>
154
  <td></td>
155
  </tr>
156
  <tr style="border-bottom:none;">
157
  <td>
158
+ <input type="text" class="pro_text" id="top_image" placeholder="<?php _e('No media selected!', WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo $top_image; ?>"/>
159
 
160
+ <input type="button" value="<?php _e('Upload', WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload" />
161
 
162
+ <input type="button" value="<?php _e('Preview', WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#top_about_us_image_builder" id="top-image-previewer" title="Font Awesome Icons" class="button " onclick="Acl_show_Image()" />
163
 
164
+ <input type="button" id="display-logo" value="<?php _e('Remove', WEBLIZAR_ACL)?>" class="button" onclick="Acl_top_img_clear();" />
165
 
166
  <!-- Modal -->
167
  <div class="modal " id="top_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
169
  <div class="modal-content">
170
  <div class="modal-header">
171
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
172
+ <h4 class="modal-title" id="myModalLabel"><?php _e('Background Image', WEBLIZAR_ACL)?></h4>
173
  </div>
174
 
175
  <div class="modal-body">
177
  </div>
178
 
179
  <div class="modal-footer">
180
+ <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close', WEBLIZAR_ACL)?></button>
181
  </div>
182
  </div>
183
  </div>
193
  <div class="panel-body">
194
  <table class="form-table">
195
  <tr>
196
+ <th scope="row" ><?php _e('Cover or Strech', WEBLIZAR_ACL)?></th>
197
  <td></td>
198
  </tr>
199
  <tr style="border-bottom:none;">
200
  <td>
201
+ <input type="checkbox" value="yes" id="bg-strech" name="strech-bg" onclick="OnChangeCheckbox(this)" style="visibility: visible;" <?php if($top_cover=="yes"){echo "checked";}?>/>&nbsp;<?php _e('Yes', WEBLIZAR_ACL)?>
202
  </td>
203
  </tr>
204
  </table>
210
  <div class="panel-body">
211
  <table class="form-table">
212
  <tr>
213
+ <th scope="row" ><?php _e('Background Repeat', WEBLIZAR_ACL)?></th>
214
  <td></td>
215
  </tr>
216
  <tr class="radio-span" style="border-bottom:none;">
217
  <td>
218
+ <select id="top_bg_repeat" class="standard-dropdown" name="top_bg_repeat" >
219
+ <option value="no-repeat" ><?php _e('No Repeat', WEBLIZAR_ACL)?></option>
220
+ <option value="repeat" ><?php _e('Repeat', WEBLIZAR_ACL)?></option>
221
+ <option value="repeat-x" ><?php _e('Repeat Horizontally', WEBLIZAR_ACL)?></option>
222
+ <option value="repeat-y" ><?php _e('Repeat Vertically', WEBLIZAR_ACL)?></option>
 
223
  </select>
224
  </td>
225
  </tr>
231
  <div class="panel-body">
232
  <table class="form-table">
233
  <tr>
234
+ <th scope="row" ><?php _e('Background Position', WEBLIZAR_ACL)?></th>
235
  <td></td>
236
  </tr>
237
  <tr class="radio-span" style="border-bottom:none;">
238
  <td>
239
  <select id="top_bg_position" class="standard-dropdown" name="top_bg_position" >
240
+ <option value="left top" ><?php _e('Left Top', WEBLIZAR_ACL)?> </option>
241
+ <option value="left center" ><?php _e('Left Center', WEBLIZAR_ACL)?> </option>
242
+ <option value="left bottom" ><?php _e('Left Bottom', WEBLIZAR_ACL)?> </option>
243
+ <option value="right top" ><?php _e('Right Top', WEBLIZAR_ACL)?> </option>
244
+ <option value="right center" ><?php _e('Right Center', WEBLIZAR_ACL)?> </option>
245
+ <option value="right bottom" ><?php _e('Right Bottom', WEBLIZAR_ACL)?></option>
246
+ <option value="center top" ><?php _e('Center Top', WEBLIZAR_ACL)?> </option>
247
+ <option value="center" ><?php _e('Center Center', WEBLIZAR_ACL)?> </option>
248
+ <option value="center bottom" ><?php _e('Center Bottom', WEBLIZAR_ACL)?> </option>
249
  </select>
250
  </td>
251
  </tr>
257
  <div class="panel-body">
258
  <table class="form-table">
259
  <tr>
260
+ <th scope="row" ><?php _e('Background Attachment', WEBLIZAR_ACL)?></th>
261
  <td></td>
262
  </tr>
263
  <tr class="radio-span" style="border-bottom:none;">
264
  <td>
265
  <select id="top_bg_attachment" class="standard-dropdown" name="top_bg_attachment">
266
+ <option value="fixed" ><?php _e('Fixed', WEBLIZAR_ACL)?> </option>
267
+ <option value="scroll" ><?php _e('Scroll', WEBLIZAR_ACL)?> </option>
268
+ <option value="inherit" ><?php _e('Inherit', WEBLIZAR_ACL)?> </option>
269
  </select>
270
  </td>
271
  </tr>
284
  <div class="panel-body">
285
  <table class="form-table">
286
  <tr>
287
+ <th scope="row" ><?php _e('No. Of Background Slideshow', WEBLIZAR_ACL)?></th>
288
  <td></td>
289
  </tr>
290
  <tr style="border-bottom:none;">
291
  <td>
292
  <select id="top_slideshow_no" class="standard-dropdown" name="top_slideshow_no" onchange="set_slideshow()">
293
+ <option value="0" ><?php _e('Select Number of Slide Show', WEBLIZAR_ACL)?> </option>
294
+ <option value="2" ><?php _e('2', WEBLIZAR_ACL)?> </option>
295
+ <option value="3" ><?php _e('3', WEBLIZAR_ACL)?> </option>
296
+ <option value="4" ><?php _e('4', WEBLIZAR_ACL)?> </option>
297
+ <option value="5" ><?php _e('5', WEBLIZAR_ACL)?> </option>
298
+ <option value="6" ><?php _e('6', WEBLIZAR_ACL)?> </option>
299
  </select>
300
  </td>
301
  </tr>
306
  <div class="panel-body">
307
  <table class="form-table">
308
  <tr>
309
+ <th scope="row" ><?php _e('No. Of Background Slideshow', WEBLIZAR_ACL)?></th>
310
  <td></td>
311
  </tr>
312
 
336
  <div class="panel-body">
337
  <table class="form-table">
338
  <tr>
339
+ <th scope="row" ><?php _e('Slider Animation', WEBLIZAR_ACL)?></th>
340
  <td></td>
341
  </tr>
342
  <tr class="radio-span" style="border-bottom:none;">
343
  <td>
344
  <select id="top_bg_slider_animation" class="standard-dropdown" name="top_bg_slider_animation" >
345
 
346
+ <option value="slider-style1" ><?php _e('Slider Animation 1', WEBLIZAR_ACL)?> </option>
347
+ <option value="slider-style2" ><?php _e('Slider Animation 2', WEBLIZAR_ACL)?> </option>
348
+ <option value="slider-style3" ><?php _e('Slider Animation 3', WEBLIZAR_ACL)?> </option>
349
+ <option value="slider-style4" ><?php _e('Slider Animation 4', WEBLIZAR_ACL)?> </option>
350
  </select>
351
  </td>
352
  </tr>
365
  </svg>
366
  </div>
367
  <div class="dialog-inner">
368
+ <h2><strong><?php _e('Top Background', WEBLIZAR_ACL)?></strong> <?php _e('Setting Save Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" id="dialog-close-button1" data-dialog-close ><?php _e('Close', WEBLIZAR_ACL)?></button></div>
369
  </div>
370
  </div>
371
  </div>
380
  </svg>
381
  </div>
382
  <div class="dialog-inner">
383
+ <h2><strong><?php _e('Top Background', WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button11"><?php _e('Close', WEBLIZAR_ACL)?></button></div>
384
  </div>
385
  </div>
386
  </div>
388
  <div class="panel panel-primary save-button-block">
389
  <div class="panel-body">
390
  <div class="pull-left">
391
+ <button type="button" onclick="return Custom_login_top('topbgSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes', WEBLIZAR_ACL)?></button>
392
  </div>
393
  <div class="pull-right">
394
+ <button type="button" onclick="return Custom_login_top('topbgReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default', WEBLIZAR_ACL)?></button>
395
  </div>
396
  </div>
397
  </div>
includes/design/text_and_color.php CHANGED
@@ -86,7 +86,7 @@ jQuery(document).ready(function(){
86
  <div class="post-social post-social-xs" id="post-social-5">
87
  <div class="text-center padding-all text-center">
88
  <div class="textbox text-white margin-bottom settings-title">
89
- <?php _e('Text And Color Settings','WEBLIZAR_ACL')?>
90
  </div>
91
  </div>
92
  </div>
@@ -99,7 +99,7 @@ jQuery(document).ready(function(){
99
  <div class="panel-body">
100
  <table class="form-table">
101
  <tr>
102
- <th scope="row" ><?php _e('Headline Font Color','WEBLIZAR_ACL')?></th>
103
  <td></td>
104
  </tr>
105
  <tr style="border-bottom:none;">
@@ -115,7 +115,7 @@ jQuery(document).ready(function(){
115
  <div class="panel-body">
116
  <table class="form-table">
117
  <tr>
118
- <th scope="row" ><?php _e('Input Font Color','WEBLIZAR_ACL')?></th>
119
  <td></td>
120
  </tr>
121
  <tr style="border-bottom:none;">
@@ -131,7 +131,7 @@ jQuery(document).ready(function(){
131
  <div class="panel-body">
132
  <table class="form-table">
133
  <tr>
134
- <th scope="row" ><?php _e('Link Color','WEBLIZAR_ACL')?></th>
135
  <td></td>
136
  </tr>
137
  <tr style="border-bottom:none;">
@@ -147,7 +147,7 @@ jQuery(document).ready(function(){
147
  <div class="panel-body">
148
  <table class="form-table">
149
  <tr>
150
- <th scope="row" ><?php _e('Button Color','WEBLIZAR_ACL')?></th>
151
  <td></td>
152
  </tr>
153
  <tr style="border-bottom:none;">
@@ -163,7 +163,7 @@ jQuery(document).ready(function(){
163
  <div class="panel-body">
164
  <table class="form-table">
165
  <tr>
166
- <th scope="row" ><?php _e('Headline Font size','WEBLIZAR_ACL')?></th>
167
  <td></td>
168
  </tr>
169
  <tr style="border-bottom:none;">
@@ -181,7 +181,7 @@ jQuery(document).ready(function(){
181
  <div class="panel-body">
182
  <table class="form-table">
183
  <tr>
184
- <th scope="row" ><?php _e('Input Font Size','WEBLIZAR_ACL')?></th>
185
  <td></td>
186
  </tr>
187
  <tr style="border-bottom:none;">
@@ -199,7 +199,7 @@ jQuery(document).ready(function(){
199
  <div class="panel-body">
200
  <table class="form-table">
201
  <tr>
202
- <th scope="row" ><?php _e('Link Font Size','WEBLIZAR_ACL')?></th>
203
  <td></td>
204
  </tr>
205
  <tr style="border-bottom:none;">
@@ -217,7 +217,7 @@ jQuery(document).ready(function(){
217
  <div class="panel-body">
218
  <table class="form-table">
219
  <tr>
220
- <th scope="row" ><?php _e('Button Font Size','WEBLIZAR_ACL')?></th>
221
  <td></td>
222
  </tr>
223
  <tr style="border-bottom:none;">
@@ -235,16 +235,16 @@ jQuery(document).ready(function(){
235
  <div class="panel-body">
236
  <table class="form-table">
237
  <tr>
238
- <th scope="row" ><?php _e('Enable Link shadow?','WEBLIZAR_ACL')?></th>
239
  <td></td>
240
  </tr>
241
  <tr class="radio-span" style="border-bottom:none;">
242
  <td>
243
  <span>
244
- <input type="radio" name="enable_Link_shadow" value="yes" id="enable_Link_shadow1" <?php if($enable_link_shadow=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes','WEBLIZAR_ACL')?><br>
245
  </span>
246
  <span>
247
- <input type="radio" name="enable_Link_shadow" value="no" id="enable_Link_shadow2" <?php if($enable_link_shadow=="no")echo "checked"; ?> />&nbsp;<?php _e('No','WEBLIZAR_ACL')?><br>
248
  </span>
249
  </td>
250
  </tr>
@@ -256,7 +256,7 @@ jQuery(document).ready(function(){
256
  <div class="panel-body">
257
  <table class="form-table">
258
  <tr>
259
- <th scope="row" ><?php _e('Link Shadow Color','WEBLIZAR_ACL')?></th>
260
  <td></td>
261
  </tr>
262
  <tr style="border-bottom:none;">
@@ -272,7 +272,7 @@ jQuery(document).ready(function(){
272
  <div class="panel-body">
273
  <table class="form-table">
274
  <tr>
275
- <th scope="row" ><?php _e('Headline Font Style','WEBLIZAR_ACL')?></th>
276
  <td></td>
277
  </tr>
278
  <?php $RPP_Font_Style=""; ?>
@@ -834,7 +834,7 @@ jQuery(document).ready(function(){
834
  <div class="panel-body">
835
  <table class="form-table">
836
  <tr>
837
- <th scope="row" ><?php _e('Input Font Style','WEBLIZAR_ACL')?></th>
838
  <td></td>
839
  </tr>
840
  <?php $RPP_Font_Style=""; ?>
@@ -1396,7 +1396,7 @@ jQuery(document).ready(function(){
1396
  <div class="panel-body">
1397
  <table class="form-table">
1398
  <tr>
1399
- <th scope="row" ><?php _e('Link Font Style','WEBLIZAR_ACL')?></th>
1400
  <td></td>
1401
  </tr>
1402
  <?php $RPP_Font_Style=""; ?>
@@ -1959,7 +1959,7 @@ jQuery(document).ready(function(){
1959
  <div class="panel-body">
1960
  <table class="form-table">
1961
  <tr>
1962
- <th scope="row" ><?php _e('Button Font Style','WEBLIZAR_ACL')?></th>
1963
  <td></td>
1964
  </tr>
1965
  <?php $RPP_Font_Style=""; ?>
@@ -2522,16 +2522,16 @@ jQuery(document).ready(function(){
2522
  <div class="panel-body">
2523
  <table class="form-table">
2524
  <tr>
2525
- <th scope="row" ><?php _e('Enable Input Box Icon?','WEBLIZAR_ACL')?></th>
2526
  <td></td>
2527
  </tr>
2528
  <tr class="radio-span" style="border-bottom:none;">
2529
  <td>
2530
  <span>
2531
- <input type="radio" name="enable_inputbox_icon" value="yes" id="enable_inputbox_icon1" <?php if($enable_inputbox_icon=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes','WEBLIZAR_ACL')?><br>
2532
  </span>
2533
  <span>
2534
- <input type="radio" name="enable_inputbox_icon" value="no" id="enable_inputbox_icon2" <?php if($enable_inputbox_icon=="no")echo "checked"; ?> />&nbsp;<?php _e('No','WEBLIZAR_ACL')?><br>
2535
  </span>
2536
  </td>
2537
  </tr>
@@ -2542,7 +2542,7 @@ jQuery(document).ready(function(){
2542
  <div class="panel-body">
2543
  <table class="form-table">
2544
  <tr>
2545
- <th scope="row" ><?php _e('Icon For user Input Box','WEBLIZAR_ACL')?></th>
2546
  <td></td>
2547
  </tr>
2548
  <tr class="" style="border-bottom:none;">
@@ -2563,7 +2563,7 @@ jQuery(document).ready(function(){
2563
  <div class="panel-body">
2564
  <table class="form-table">
2565
  <tr>
2566
- <th scope="row" ><?php _e('Icon For Password Input Box','WEBLIZAR_ACL')?></th>
2567
  <td></td>
2568
  </tr>
2569
  <tr class="" style="border-bottom:none;">
@@ -2591,7 +2591,7 @@ jQuery(document).ready(function(){
2591
  </svg>
2592
  </div>
2593
  <div class="dialog-inner">
2594
- <h2><strong><?php _e('Text and Color ','WEBLIZAR_ACL')?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button3"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
2595
  </div>
2596
  </div>
2597
  </div>
@@ -2606,7 +2606,7 @@ jQuery(document).ready(function(){
2606
  </svg>
2607
  </div>
2608
  <div class="dialog-inner">
2609
- <h2><strong><?php _e('Text and Color ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button9"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
2610
  </div>
2611
  </div>
2612
  </div>
@@ -2614,10 +2614,10 @@ jQuery(document).ready(function(){
2614
  <div class="panel panel-primary save-button-block" >
2615
  <div class="panel-body">
2616
  <div class="pull-left">
2617
- <button type="button" onclick="return Custom_login_text('textandcolorSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL')?></button>
2618
  </div>
2619
  <div class="pull-right">
2620
- <button type="button" onclick="return Custom_login_text('textandcolorReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL')?></button>
2621
  </div>
2622
  </div>
2623
  </div>
86
  <div class="post-social post-social-xs" id="post-social-5">
87
  <div class="text-center padding-all text-center">
88
  <div class="textbox text-white margin-bottom settings-title">
89
+ <?php _e('Text And Color Settings', WEBLIZAR_ACL)?>
90
  </div>
91
  </div>
92
  </div>
99
  <div class="panel-body">
100
  <table class="form-table">
101
  <tr>
102
+ <th scope="row" ><?php _e('Headline Font Color', WEBLIZAR_ACL)?></th>
103
  <td></td>
104
  </tr>
105
  <tr style="border-bottom:none;">
115
  <div class="panel-body">
116
  <table class="form-table">
117
  <tr>
118
+ <th scope="row" ><?php _e('Input Font Color', WEBLIZAR_ACL)?></th>
119
  <td></td>
120
  </tr>
121
  <tr style="border-bottom:none;">
131
  <div class="panel-body">
132
  <table class="form-table">
133
  <tr>
134
+ <th scope="row" ><?php _e('Link Color', WEBLIZAR_ACL)?></th>
135
  <td></td>
136
  </tr>
137
  <tr style="border-bottom:none;">
147
  <div class="panel-body">
148
  <table class="form-table">
149
  <tr>
150
+ <th scope="row" ><?php _e('Button Color', WEBLIZAR_ACL)?></th>
151
  <td></td>
152
  </tr>
153
  <tr style="border-bottom:none;">
163
  <div class="panel-body">
164
  <table class="form-table">
165
  <tr>
166
+ <th scope="row" ><?php _e('Headline Font size', WEBLIZAR_ACL)?></th>
167
  <td></td>
168
  </tr>
169
  <tr style="border-bottom:none;">
181
  <div class="panel-body">
182
  <table class="form-table">
183
  <tr>
184
+ <th scope="row" ><?php _e('Input Font Size', WEBLIZAR_ACL)?></th>
185
  <td></td>
186
  </tr>
187
  <tr style="border-bottom:none;">
199
  <div class="panel-body">
200
  <table class="form-table">
201
  <tr>
202
+ <th scope="row" ><?php _e('Link Font Size', WEBLIZAR_ACL)?></th>
203
  <td></td>
204
  </tr>
205
  <tr style="border-bottom:none;">
217
  <div class="panel-body">
218
  <table class="form-table">
219
  <tr>
220
+ <th scope="row" ><?php _e('Button Font Size', WEBLIZAR_ACL)?></th>
221
  <td></td>
222
  </tr>
223
  <tr style="border-bottom:none;">
235
  <div class="panel-body">
236
  <table class="form-table">
237
  <tr>
238
+ <th scope="row" ><?php _e('Enable Link shadow?', WEBLIZAR_ACL)?></th>
239
  <td></td>
240
  </tr>
241
  <tr class="radio-span" style="border-bottom:none;">
242
  <td>
243
  <span>
244
+ <input type="radio" name="enable_Link_shadow" value="yes" id="enable_Link_shadow1" <?php if($enable_link_shadow=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes', WEBLIZAR_ACL)?><br>
245
  </span>
246
  <span>
247
+ <input type="radio" name="enable_Link_shadow" value="no" id="enable_Link_shadow2" <?php if($enable_link_shadow=="no")echo "checked"; ?> />&nbsp;<?php _e('No', WEBLIZAR_ACL)?><br>
248
  </span>
249
  </td>
250
  </tr>
256
  <div class="panel-body">
257
  <table class="form-table">
258
  <tr>
259
+ <th scope="row" ><?php _e('Link Shadow Color', WEBLIZAR_ACL)?></th>
260
  <td></td>
261
  </tr>
262
  <tr style="border-bottom:none;">
272
  <div class="panel-body">
273
  <table class="form-table">
274
  <tr>
275
+ <th scope="row" ><?php _e('Headline Font Style', WEBLIZAR_ACL)?></th>
276
  <td></td>
277
  </tr>
278
  <?php $RPP_Font_Style=""; ?>
834
  <div class="panel-body">
835
  <table class="form-table">
836
  <tr>
837
+ <th scope="row" ><?php _e('Input Font Style', WEBLIZAR_ACL)?></th>
838
  <td></td>
839
  </tr>
840
  <?php $RPP_Font_Style=""; ?>
1396
  <div class="panel-body">
1397
  <table class="form-table">
1398
  <tr>
1399
+ <th scope="row" ><?php _e('Link Font Style', WEBLIZAR_ACL)?></th>
1400
  <td></td>
1401
  </tr>
1402
  <?php $RPP_Font_Style=""; ?>
1959
  <div class="panel-body">
1960
  <table class="form-table">
1961
  <tr>
1962
+ <th scope="row" ><?php _e('Button Font Style', WEBLIZAR_ACL)?></th>
1963
  <td></td>
1964
  </tr>
1965
  <?php $RPP_Font_Style=""; ?>
2522
  <div class="panel-body">
2523
  <table class="form-table">
2524
  <tr>
2525
+ <th scope="row" ><?php _e('Enable Input Box Icon?', WEBLIZAR_ACL)?></th>
2526
  <td></td>
2527
  </tr>
2528
  <tr class="radio-span" style="border-bottom:none;">
2529
  <td>
2530
  <span>
2531
+ <input type="radio" name="enable_inputbox_icon" value="yes" id="enable_inputbox_icon1" <?php if($enable_inputbox_icon=="yes")echo "checked"; ?> />&nbsp;<?php _e('Yes', WEBLIZAR_ACL)?><br>
2532
  </span>
2533
  <span>
2534
+ <input type="radio" name="enable_inputbox_icon" value="no" id="enable_inputbox_icon2" <?php if($enable_inputbox_icon=="no")echo "checked"; ?> />&nbsp;<?php _e('No', WEBLIZAR_ACL)?><br>
2535
  </span>
2536
  </td>
2537
  </tr>
2542
  <div class="panel-body">
2543
  <table class="form-table">
2544
  <tr>
2545
+ <th scope="row" ><?php _e('Icon For user Input Box', WEBLIZAR_ACL)?></th>
2546
  <td></td>
2547
  </tr>
2548
  <tr class="" style="border-bottom:none;">
2563
  <div class="panel-body">
2564
  <table class="form-table">
2565
  <tr>
2566
+ <th scope="row" ><?php _e('Icon For Password Input Box', WEBLIZAR_ACL)?></th>
2567
  <td></td>
2568
  </tr>
2569
  <tr class="" style="border-bottom:none;">
2591
  </svg>
2592
  </div>
2593
  <div class="dialog-inner">
2594
+ <h2><strong><?php _e('Text and Color', WEBLIZAR_ACL); ?></strong> <?php _e('Setting Save Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button3"><?php _e('Close', WEBLIZAR_ACL)?></button></div>
2595
  </div>
2596
  </div>
2597
  </div>
2606
  </svg>
2607
  </div>
2608
  <div class="dialog-inner">
2609
+ <h2><strong><?php _e('Text and Color', WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully', WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button9"><?php _e('Close', WEBLIZAR_ACL)?></button></div>
2610
  </div>
2611
  </div>
2612
  </div>
2614
  <div class="panel panel-primary save-button-block" >
2615
  <div class="panel-body">
2616
  <div class="pull-left">
2617
+ <button type="button" onclick="return Custom_login_text('textandcolorSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes', WEBLIZAR_ACL)?></button>
2618
  </div>
2619
  <div class="pull-right">
2620
+ <button type="button" onclick="return Custom_login_text('textandcolorReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default', WEBLIZAR_ACL)?></button>
2621
  </div>
2622
  </div>
2623
  </div>
includes/get_value.php CHANGED
@@ -1,5 +1,4 @@
1
  <?php
2
-
3
  // Exit if accessed directly
4
  if ( ! defined( 'ABSPATH' ) ) exit;
5
 
1
  <?php
 
2
  // Exit if accessed directly
3
  if ( ! defined( 'ABSPATH' ) ) exit;
4
 
includes/help/help.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
- <?php _e('Help And Support','WEBLIZAR_ACL')?>
16
  </div>
17
  </div>
18
  </div>
@@ -35,13 +35,13 @@ if ( ! defined( 'ABSPATH' ) ) exit;
35
  <div class="panel-body">
36
  <table class="form-table">
37
  <tr>
38
- <th scope="row" ><?php _e('Rate Us','WEBLIZAR_ACL')?></th>
39
  <td></td>
40
  </tr>
41
  <tr class="radio-span" style="border-bottom:none;">
42
  <td>
43
 
44
- <h4><?php _e('If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugins continued development and better user support.','WEBLIZAR_ACL')?></h4>
45
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
46
  <span class="dashicons dashicons-star-filled"></span>
47
  <span class="dashicons dashicons-star-filled"></span>
@@ -59,13 +59,13 @@ if ( ! defined( 'ABSPATH' ) ) exit;
59
  <div class="panel-body">
60
  <table class="form-table">
61
  <tr>
62
- <th scope="row" ><?php _e('Share Us Your Suggestion','WEBLIZAR_ACL')?></th>
63
  <td></td>
64
  </tr>
65
  <tr class="radio-span" style="border-bottom:none;">
66
  <td>
67
 
68
- <h4> <?php _e('If you have any suggestion or features in your mind then please share us. We will try our best to add them in this plugin.','WEBLIZAR_ACL')?> </h4>
69
 
70
  </td>
71
  </tr>
@@ -77,13 +77,13 @@ if ( ! defined( 'ABSPATH' ) ) exit;
77
  <div class="panel-body">
78
  <table class="form-table">
79
  <tr>
80
- <th scope="row" ><?php _e('Language Contribution ','WEBLIZAR_ACL')?></th>
81
  <td></td>
82
  </tr>
83
  <tr class="radio-span" style="border-bottom:none;">
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>
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
+ <?php _e('Help And Support', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
35
  <div class="panel-body">
36
  <table class="form-table">
37
  <tr>
38
+ <th scope="row" ><?php _e('Rate Us', WEBLIZAR_ACL)?></th>
39
  <td></td>
40
  </tr>
41
  <tr class="radio-span" style="border-bottom:none;">
42
  <td>
43
 
44
+ <h4><?php _e('If you are enjoying using our Admin Custom Login plugin and find it useful, then please consider writing a positive feedback. Your feedback will help us to encourage and support the plugins continued development and better user support.', WEBLIZAR_ACL)?></h4>
45
  <a class="acl-rate-us" style="text-align:center; text-decoration: none;font:normal 30px/l;" href="https://wordpress.org/plugins/admin-custom-login/" target="_blank">
46
  <span class="dashicons dashicons-star-filled"></span>
47
  <span class="dashicons dashicons-star-filled"></span>
59
  <div class="panel-body">
60
  <table class="form-table">
61
  <tr>
62
+ <th scope="row" ><?php _e('Share Us Your Suggestion', WEBLIZAR_ACL)?></th>
63
  <td></td>
64
  </tr>
65
  <tr class="radio-span" style="border-bottom:none;">
66
  <td>
67
 
68
+ <h4><?php _e('If you have any suggestion or features in your mind then please share us. We will try our best to add them in this plugin.', WEBLIZAR_ACL)?> </h4>
69
 
70
  </td>
71
  </tr>
77
  <div class="panel-body">
78
  <table class="form-table">
79
  <tr>
80
+ <th scope="row" ><?php _e('Language Contribution', WEBLIZAR_ACL)?></th>
81
  <td></td>
82
  </tr>
83
  <tr class="radio-span" style="border-bottom:none;">
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>
includes/help/rate.php CHANGED
@@ -12,7 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
- <?php _e('Rate Us','WEBLIZAR_ACL')?>
16
  </div>
17
  </div>
18
  </div>
@@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
26
 
27
  <tr class="radio-span" style="border-bottom:none;">
28
  <td>
29
- <h3><?php _e('We need your feedback for improve our plugin functionality on WordPress. So, if you like our plugin then please rate us','WEBLIZAR_ACL')?></h3>
30
  </td>
31
  </tr>
32
  </table>
@@ -36,7 +36,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
36
  <div class="panel-body">
37
  <table class="form-table">
38
  <tr>
39
- <th scope="row" ><?php _e('Rate Us','WEBLIZAR_ACL')?></th>
40
  <td></td>
41
  </tr>
42
  <tr class="radio-span" style="border-bottom:none;">
12
  <div class="post-social post-social-xs" id="post-social-5">
13
  <div class="text-center padding-all text-center">
14
  <div class="textbox text-white margin-bottom settings-title">
15
+ <?php _e('Rate Us', WEBLIZAR_ACL)?>
16
  </div>
17
  </div>
18
  </div>
26
 
27
  <tr class="radio-span" style="border-bottom:none;">
28
  <td>
29
+ <h3><?php _e('We need your feedback for improve our plugin functionality on WordPress. So, if you like our plugin then please rate us', WEBLIZAR_ACL)?></h3>
30
  </td>
31
  </tr>
32
  </table>
36
  <div class="panel-body">
37
  <table class="form-table">
38
  <tr>
39
+ <th scope="row" ><?php _e('Rate Us', WEBLIZAR_ACL)?></th>
40
  <td></td>
41
  </tr>
42
  <tr class="radio-span" style="border-bottom:none;">
includes/import-export-setting/import_export.php CHANGED
@@ -10,17 +10,17 @@ if ( ! defined( 'ABSPATH' ) ) exit;
10
  <div class="panel-body">
11
  <table class="form-table">
12
  <tr>
13
- <th scope="row" ><?php _e('Export Custom Login Data ','WEBLIZAR_ACL')?></th>
14
  <td></td>
15
  </tr>
16
  <tr class="radio-span" style="border-bottom:none;">
17
  <td style="width:80%">
18
- <p style="margin-bottom:15px;"><?php _e( 'Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.','WEBLIZAR_ACL' ); ?></p>
19
  <form method="post">
20
  <p><input type="hidden" name="acl_action" value="export_settings" /></p>
21
  <p>
22
  <?php wp_nonce_field( 'acl_export_nonce', 'acl_export_nonce' ); ?>
23
- <input type="submit" name="submit" id="submit" class="btn btn-info btn-md" value="Export" />
24
  </p>
25
  </form>
26
  </td>
@@ -34,12 +34,12 @@ if ( ! defined( 'ABSPATH' ) ) exit;
34
  <div class="panel-body">
35
  <table class="form-table">
36
  <tr>
37
- <th scope="row" ><?php _e('Import Custom Login Data ','WEBLIZAR_ACL')?></th>
38
  <td></td>
39
  </tr>
40
  <tr class="radio-span" style="border-bottom:none;">
41
  <td style="width:80%">
42
- <p style="margin-bottom:15px;"><?php _e( 'Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.','WEBLIZAR_ACL' ); ?></p>
43
  <form method="post" enctype="multipart/form-data">
44
  <p>
45
  <input type="file" name="import_file"/>
@@ -47,7 +47,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
47
  <p>
48
  <input type="hidden" name="acl_action" value="import_settings" />
49
  <?php wp_nonce_field( 'acl_import_nonce', 'acl_import_nonce' ); ?>
50
- <input type="submit" name="submit" id="submit" class="btn btn-info btn-md" value="Import" />
51
  </p>
52
  </form>
53
  </td>
10
  <div class="panel-body">
11
  <table class="form-table">
12
  <tr>
13
+ <th scope="row" ><?php _e('Export Custom Login Data', WEBLIZAR_ACL); ?></th>
14
  <td></td>
15
  </tr>
16
  <tr class="radio-span" style="border-bottom:none;">
17
  <td style="width:80%">
18
+ <p style="margin-bottom:15px;"><?php _e( 'Export the plugin settings for this site as a .json file. This allows you to easily import the configuration into another site.', WEBLIZAR_ACL ); ?></p>
19
  <form method="post">
20
  <p><input type="hidden" name="acl_action" value="export_settings" /></p>
21
  <p>
22
  <?php wp_nonce_field( 'acl_export_nonce', 'acl_export_nonce' ); ?>
23
+ <input type="submit" name="submit" id="submit" class="btn btn-info btn-md" value="<?php _e('Export', WEBLIZAR_ACL); ?>" />
24
  </p>
25
  </form>
26
  </td>
34
  <div class="panel-body">
35
  <table class="form-table">
36
  <tr>
37
+ <th scope="row" ><?php _e('Import Custom Login Data', WEBLIZAR_ACL)?></th>
38
  <td></td>
39
  </tr>
40
  <tr class="radio-span" style="border-bottom:none;">
41
  <td style="width:80%">
42
+ <p style="margin-bottom:15px;"><?php _e( 'Import the plugin settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.', WEBLIZAR_ACL); ?></p>
43
  <form method="post" enctype="multipart/form-data">
44
  <p>
45
  <input type="file" name="import_file"/>
47
  <p>
48
  <input type="hidden" name="acl_action" value="import_settings" />
49
  <?php wp_nonce_field( 'acl_import_nonce', 'acl_import_nonce' ); ?>
50
+ <input type="submit" name="submit" id="submit" class="btn btn-info btn-md" value="<?php _e('Import', WEBLIZAR_ACL); ?>" />
51
  </p>
52
  </form>
53
  </td>
includes/recommendations/recommendations.php CHANGED
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
15
  <div class="post-social post-social-xs" id="post-social-5">
16
  <div class="text-center padding-all text-center">
17
  <div class="textbox text-white margin-bottom settings-title">
18
- <?php _e('Plugin Recommendation','WEBLIZAR_ACL')?>
19
  </div>
20
  </div>
21
  </div>
@@ -26,7 +26,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
26
  <div class="panel panel-primary panel-default content-panel">
27
  <div class="panel-body">
28
  <table class="form-table2">
29
-
30
  <tr class="radio-span" style="border-bottom:none;">
31
  <td>
32
  <?php
@@ -35,8 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
35
  $tabs = array();
36
  $tab = "search";
37
  $per_page = 100;
38
- $args = array
39
- (
40
  "author"=> "weblizar",
41
  "page" => $paged,
42
  "per_page" => $per_page,
@@ -46,10 +44,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
46
  $arges = apply_filters( "install_plugins_table_api_args_$tab", $args );
47
  $api = plugins_api( "query_plugins", $arges );
48
  $item = $api->plugins;
49
- if(!function_exists("wp_star_rating"))
50
- {
51
- function wp_star_rating( $args = array() )
52
- {
53
  $defaults = array(
54
  'rating' => 0,
55
  'type' => 'rating',
@@ -95,7 +91,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
95
  <div id="advanced" class="meta-box-sortables">
96
  <div id="gallery_bank_get_started" class="postbox" >
97
  <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
98
- <h2 class="hndle"><span><?php _e("Get More Free Wordpress Plguins From Weblizar", WEBLIZAR_ACL); ?></span></h3>
99
  <div class="inside">
100
  <div id="ux_recommendation" class="gallery_bank_layout">
101
 
@@ -105,31 +101,21 @@ if ( ! defined( 'ABSPATH' ) ) exit;
105
  <div class="wp-list-table plugin-install">
106
  <div id="the-list">
107
  <?php
108
- foreach ((array) $item as $plugin)
109
- {
110
- if (is_object( $plugin))
111
- {
112
- $plugin = (array) $plugin;
113
-
114
  }
115
- if (!empty($plugin["icons"]["svg"]))
116
- {
117
  $plugin_icon_url = $plugin["icons"]["svg"];
118
- }
119
- elseif (!empty( $plugin["icons"]["2x"]))
120
- {
121
  $plugin_icon_url = $plugin["icons"]["2x"];
122
- }
123
- elseif (!empty( $plugin["icons"]["1x"]))
124
- {
125
  $plugin_icon_url = $plugin["icons"]["1x"];
126
- }
127
- else
128
- {
129
  $plugin_icon_url = $plugin["icons"]["default"];
130
  }
131
- $plugins_allowedtags = array
132
- (
133
  "a" => array( "href" => array(),"title" => array(), "target" => array() ),
134
  "abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
135
  "code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
@@ -144,7 +130,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
144
  "&amp;TB_iframe=true&amp;width=600&amp;height=550" );
145
 
146
  /* translators: 1: Plugin name and version. */
147
- $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' . __( 'More Details' ) . '</a>';
148
  $action_links = array();
149
  if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
150
  {
@@ -155,19 +141,19 @@ if ( ! defined( 'ABSPATH' ) ) exit;
155
  if ( $status["url"] )
156
  {
157
  /* translators: 1: Plugin name and version. */
158
- $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' . __( 'Install Now' ) . '</a>';
159
  }
160
  break;
161
  case "update_available":
162
  if ($status["url"])
163
  {
164
  /* translators: 1: Plugin name and version */
165
- $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' . __( 'Update Now' ) . '</a>';
166
  }
167
  break;
168
  case "latest_installed":
169
  case "newer_installed":
170
- $action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . _x( 'Installed', 'plugin' ) . '</span>';
171
  break;
172
  }
173
  }
@@ -189,7 +175,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
189
  </p>
190
  <p class="authors">
191
  <cite>
192
- <?php _e( "By ",WEBLIZAR_ACL); echo $author;?>
193
  </cite>
194
  </p>
195
  </div>
@@ -198,70 +184,67 @@ if ( ! defined( 'ABSPATH' ) ) exit;
198
  <ul class="plugin-action-buttons-custom">
199
  <li>
200
  <?php
201
- if ($action_links)
202
- {
203
  echo implode("</li><li>", $action_links);
204
  }
205
-
206
- switch($plugin["slug"])
207
- {
208
  case "gallery-bank" :
209
  ?>
210
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
211
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
212
  </a>
213
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
214
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
215
  </a>
216
  <?php
217
  break;
218
  case "contact-bank" :
219
  ?>
220
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
221
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
222
  </a>
223
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
224
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
225
  </a>
226
  <?php
227
  break;
228
  case "captcha-bank" :
229
  ?>
230
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
231
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
232
  </a>
233
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
234
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
235
  </a>
236
  <?php
237
  break;
238
  case "wp-clean-up-optimizer" :
239
  ?>
240
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
241
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
242
  </a>
243
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
244
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
245
  </a>
246
  <?php
247
  break;
248
  case "google-maps-bank":
249
  ?>
250
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
251
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
252
  </a>
253
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
254
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
255
  </a>
256
  <?php
257
  break;
258
  case "wp-backup-bank":
259
  ?>
260
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
261
- <?php _e("Premium Editions", WEBLIZAR_ACL); ?>
262
  </a>
263
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
264
- <?php _e("Visit Website", WEBLIZAR_ACL); ?>
265
  </a>
266
  <?php
267
  break;
@@ -279,7 +262,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
279
  </span>
280
  </div>
281
  <div class="column-updated">
282
- <strong><?php _e("Last Updated:"); ?></strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
283
  <?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
284
  </span>
285
  </div>
@@ -288,17 +271,12 @@ if ( ! defined( 'ABSPATH' ) ) exit;
288
  </div>
289
  <div class="column-compatibility">
290
  <?php
291
- if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">"))
292
- {
293
- echo '<span class="compatibility-untested">' . __( "<strong>Untested</strong> with your version of WordPress" ) . '</span>';
294
- }
295
- elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<"))
296
- {
297
- echo '<span class="compatibility-incompatible">' . __("Incompatible with your version of WordPress") . '</span>';
298
- }
299
- else
300
- {
301
- echo '<span class="compatibility-compatible">' . __("Compatible with your version of WordPress") . '</span>';
302
  }
303
  ?>
304
  </div>
@@ -319,11 +297,11 @@ if ( ! defined( 'ABSPATH' ) ) exit;
319
  </div>
320
  </div>
321
  </form>
322
- </td>
323
- </tr>
324
- </table>
325
- </div>
326
  </div>
 
327
 
328
 
329
 
15
  <div class="post-social post-social-xs" id="post-social-5">
16
  <div class="text-center padding-all text-center">
17
  <div class="textbox text-white margin-bottom settings-title">
18
+ Plugin Recommendation
19
  </div>
20
  </div>
21
  </div>
26
  <div class="panel panel-primary panel-default content-panel">
27
  <div class="panel-body">
28
  <table class="form-table2">
 
29
  <tr class="radio-span" style="border-bottom:none;">
30
  <td>
31
  <?php
34
  $tabs = array();
35
  $tab = "search";
36
  $per_page = 100;
37
+ $args = array (
 
38
  "author"=> "weblizar",
39
  "page" => $paged,
40
  "per_page" => $per_page,
44
  $arges = apply_filters( "install_plugins_table_api_args_$tab", $args );
45
  $api = plugins_api( "query_plugins", $arges );
46
  $item = $api->plugins;
47
+ if(!function_exists("wp_star_rating")) {
48
+ function wp_star_rating( $args = array() ) {
 
 
49
  $defaults = array(
50
  'rating' => 0,
51
  'type' => 'rating',
91
  <div id="advanced" class="meta-box-sortables">
92
  <div id="gallery_bank_get_started" class="postbox" >
93
  <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
94
+ <h2 class="hndle"><span>Get More Free WordPess Plguins From Weblizar</span></h3>
95
  <div class="inside">
96
  <div id="ux_recommendation" class="gallery_bank_layout">
97
 
101
  <div class="wp-list-table plugin-install">
102
  <div id="the-list">
103
  <?php
104
+ foreach ((array) $item as $plugin) {
105
+ if (is_object( $plugin)) {
106
+ $plugin = (array) $plugin;
 
 
 
107
  }
108
+ if (!empty($plugin["icons"]["svg"])) {
 
109
  $plugin_icon_url = $plugin["icons"]["svg"];
110
+ } elseif (!empty( $plugin["icons"]["2x"])) {
 
 
111
  $plugin_icon_url = $plugin["icons"]["2x"];
112
+ } elseif (!empty( $plugin["icons"]["1x"])) {
 
 
113
  $plugin_icon_url = $plugin["icons"]["1x"];
114
+ } else {
 
 
115
  $plugin_icon_url = $plugin["icons"]["default"];
116
  }
117
+
118
+ $plugins_allowedtags = array (
119
  "a" => array( "href" => array(),"title" => array(), "target" => array() ),
120
  "abbr" => array( "title" => array() ),"acronym" => array( "title" => array() ),
121
  "code" => array(), "pre" => array(), "em" => array(),"strong" => array(),
130
  "&amp;TB_iframe=true&amp;width=600&amp;height=550" );
131
 
132
  /* translators: 1: Plugin name and version. */
133
+ $action_links[] = '<a href="' . esc_url( $details_link ) . '" class="thickbox" aria-label="' . esc_attr( sprintf("More information about %s", $name ) ) . '" data-title="' . esc_attr( $name ) . '">' .'More Details'. '</a>';
134
  $action_links = array();
135
  if (current_user_can( "install_plugins") || current_user_can("update_plugins"))
136
  {
141
  if ( $status["url"] )
142
  {
143
  /* translators: 1: Plugin name and version. */
144
+ $action_links[] = '<a class="install-now button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf("Install %s now", $name ) ) . '">' .'Install Now'. '</a>';
145
  }
146
  break;
147
  case "update_available":
148
  if ($status["url"])
149
  {
150
  /* translators: 1: Plugin name and version */
151
+ $action_links[] = '<a class="button" href="' . $status['url'] . '" aria-label="' . esc_attr( sprintf( "Update %s now", $name ) ) . '">' .'Update Now'. '</a>';
152
  }
153
  break;
154
  case "latest_installed":
155
  case "newer_installed":
156
+ $action_links[] = '<span class="button button-disabled" title="' . esc_attr__( "This plugin is already installed and is up to date" ) . ' ">' . 'Installed'. '</span>';
157
  break;
158
  }
159
  }
175
  </p>
176
  <p class="authors">
177
  <cite>
178
+ Developed By: <?php echo $author; ?>
179
  </cite>
180
  </p>
181
  </div>
184
  <ul class="plugin-action-buttons-custom">
185
  <li>
186
  <?php
187
+ if ($action_links) {
 
188
  echo implode("</li><li>", $action_links);
189
  }
190
+ switch($plugin["slug"]) {
 
 
191
  case "gallery-bank" :
192
  ?>
193
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/pricing/" target="_blank" >
194
+ Premium Editions
195
  </a>
196
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-gallery-bank/" target="_blank" >
197
+ Visit Website
198
  </a>
199
  <?php
200
  break;
201
  case "contact-bank" :
202
  ?>
203
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/pricing/" target="_blank" >
204
+ Premium Editions
205
  </a>
206
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-contact-bank/" target="_blank" >
207
+ Visit Website
208
  </a>
209
  <?php
210
  break;
211
  case "captcha-bank" :
212
  ?>
213
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/pricing/" target="_blank" >
214
+ Premium Editions
215
  </a>
216
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-captcha-bank/" target="_blank" >
217
+ Visit Website
218
  </a>
219
  <?php
220
  break;
221
  case "wp-clean-up-optimizer" :
222
  ?>
223
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/pricing/" target="_blank" >
224
+ Premium Editions
225
  </a>
226
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-clean-up-optimizer/" target="_blank" >
227
+ Visit Website
228
  </a>
229
  <?php
230
  break;
231
  case "google-maps-bank":
232
  ?>
233
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/pricing/" target="_blank" >
234
+ Premium Editions
235
  </a>
236
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-google-maps-bank/" target="_blank" >
237
+ Visit Website
238
  </a>
239
  <?php
240
  break;
241
  case "wp-backup-bank":
242
  ?>
243
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/pricing/" target="_blank" >
244
+ Premium Editions
245
  </a>
246
  <a class="plugin-div-button install-now button" href="http://tech-banker.com/products/wp-backup-bank/" target="_blank" >
247
+ Visit Website
248
  </a>
249
  <?php
250
  break;
262
  </span>
263
  </div>
264
  <div class="column-updated">
265
+ <strong>Last Updated:</strong> <span title="<?php echo esc_attr($plugin["last_updated"]); ?>">
266
  <?php printf("%s ago", human_time_diff(strtotime($plugin["last_updated"]))); ?>
267
  </span>
268
  </div>
271
  </div>
272
  <div class="column-compatibility">
273
  <?php
274
+ if ( !empty($plugin["tested"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["tested"])), $plugin["tested"], ">")) {
275
+ echo '<span class="compatibility-untested">' . "<strong>Untested</strong> with your version of WordPress". '</span>';
276
+ } elseif (!empty($plugin["requires"]) && version_compare(substr($GLOBALS["wp_version"], 0, strlen($plugin["requires"])), $plugin["requires"], "<")) {
277
+ echo '<span class="compatibility-incompatible">' . "Incompatible with your version of WordPress". '</span>';
278
+ } else {
279
+ echo '<span class="compatibility-compatible">' . "Compatible with your version of WordPress". '</span>';
 
 
 
 
 
280
  }
281
  ?>
282
  </div>
297
  </div>
298
  </div>
299
  </form>
300
+ </td>
301
+ </tr>
302
+ </table>
 
303
  </div>
304
+ </div>
305
 
306
 
307
 
includes/settings/page-settings.php CHANGED
@@ -47,7 +47,7 @@ jQuery(function() {
47
  <div class="post-social post-social-xs" id="post-social-5">
48
  <div class="text-center padding-all text-center">
49
  <div class="textbox text-white margin-bottom settings-title">
50
- <?php _e('Logo Settings','WEBLIZAR_ACL')?>
51
  </div>
52
  </div>
53
  </div>
@@ -59,15 +59,15 @@ jQuery(function() {
59
  <div class="panel-body">
60
  <table class="form-table">
61
  <tr>
62
- <th scope="row" ><?php _e('Logo','WEBLIZAR_ACL')?></th>
63
  <td></td>
64
  </tr>
65
  <tr class="radio-span" style="border-bottom:none;">
66
  <td>
67
- <input type="text" class="pro_text" id="logo-image" placeholder="<?php _e('No media selected!','WEBLIZAR_ACL')?>" name="upload_image" disabled="disabled" value="<?php echo $logo_image; ?>"/>
68
- <input type="button" value="<?php _e('Upload','WEBLIZAR_ACL')?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
69
 
70
- <input type="button" id="display-logo" value="<?php _e('preview','WEBLIZAR_ACL')?>" data-toggle="modal" data-target="#logo_about_us_image_builder" class="button " onclick="Acl_show_Image_3()"/>
71
 
72
  <!-- Modal -->
73
  <div class="modal " id="logo_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
@@ -75,13 +75,13 @@ jQuery(function() {
75
  <div class="modal-content">
76
  <div class="modal-header">
77
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
78
- <h4 class="modal-title" id="myModalLabel"><?php _e('Login Background Image','WEBLIZAR_ACL')?></h4>
79
  </div>
80
  <div class="modal-body">
81
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="logo_img_prev"/>
82
  </div>
83
  <div class="modal-footer">
84
- <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close','WEBLIZAR_ACL')?></button>
85
  </div>
86
  </div>
87
  </div>
@@ -95,7 +95,7 @@ jQuery(function() {
95
  <div class="panel-body">
96
  <table class="form-table">
97
  <tr>
98
- <th scope="row" ><?php _e('Logo Width','WEBLIZAR_ACL')?></th>
99
  <td></td>
100
  </tr>
101
  <tr style="border-bottom:none;">
@@ -112,7 +112,7 @@ jQuery(function() {
112
  <div class="panel-body">
113
  <table class="form-table">
114
  <tr>
115
- <th scope="row" ><?php _e('Logo Height','WEBLIZAR_ACL')?></th>
116
  <td></td>
117
  </tr>
118
  <tr style="border-bottom:none;">
@@ -129,12 +129,12 @@ jQuery(function() {
129
  <div class="panel-body">
130
  <table class="form-table">
131
  <tr>
132
- <th scope="row" ><?php _e('Logo URL','WEBLIZAR_ACL')?></th>
133
  <td></td>
134
  </tr>
135
  <tr class="radio-span" style="border-bottom:none;">
136
  <td>
137
- <input type="text" class="pro_text" id="log-url" name="log-url" placeholder="<?php _e('Logo URL','WEBLIZAR_ACL')?>" size="56" value="<?php echo $logo_url; ?>"/>
138
  </td>
139
  </tr>
140
  </table>
@@ -144,12 +144,12 @@ jQuery(function() {
144
  <div class="panel-body">
145
  <table class="form-table">
146
  <tr>
147
- <th scope="row" ><?php _e('Logo URL Title','WEBLIZAR_ACL')?></th>
148
  <td></td>
149
  </tr>
150
  <tr class="radio-span" style="border-bottom:none;">
151
  <td>
152
- <input type="text" class="pro_text" id="log-url-title" name="log-url-title" placeholder="<?php _e('Logo URL Title','WEBLIZAR_ACL')?>" size="56" value="<?php echo $logo_url_title; ?>"/>
153
  </td>
154
  </tr>
155
  </table>
@@ -165,7 +165,7 @@ jQuery(function() {
165
  </svg>
166
  </div>
167
  <div class="dialog-inner">
168
- <h2><strong><?php _e('Logo ','WEBLIZAR_ACL')?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button4"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
169
  </div>
170
  </div>
171
  </div>
@@ -179,17 +179,17 @@ jQuery(function() {
179
  </svg>
180
  </div>
181
  <div class="dialog-inner">
182
- <h2><strong><?php _e('Logo ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button10"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
183
  </div>
184
  </div>
185
  </div>
186
  <div class="panel panel-primary save-button-block">
187
  <div class="panel-body">
188
  <div class="pull-left">
189
- <button type="button" onclick="return Custom_login_logo('logoSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL')?></button>
190
  </div>
191
  <div class="pull-right">
192
- <button type="button" onclick="return Custom_login_logo('logoReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL')?></button>
193
  </div>
194
  </div>
195
  </div>
47
  <div class="post-social post-social-xs" id="post-social-5">
48
  <div class="text-center padding-all text-center">
49
  <div class="textbox text-white margin-bottom settings-title">
50
+ <?php _e('Logo Settings',WEBLIZAR_ACL)?>
51
  </div>
52
  </div>
53
  </div>
59
  <div class="panel-body">
60
  <table class="form-table">
61
  <tr>
62
+ <th scope="row" ><?php _e('Logo',WEBLIZAR_ACL)?></th>
63
  <td></td>
64
  </tr>
65
  <tr class="radio-span" style="border-bottom:none;">
66
  <td>
67
+ <input type="text" class="pro_text" id="logo-image" placeholder="<?php _e('No media selected!',WEBLIZAR_ACL)?>" name="upload_image" disabled="disabled" value="<?php echo $logo_image; ?>"/>
68
+ <input type="button" value="<?php _e('Upload',WEBLIZAR_ACL)?>" id="upload-logo" class="button-primary rcsp_media_upload"/>
69
 
70
+ <input type="button" id="display-logo" value="<?php _e('Preview',WEBLIZAR_ACL)?>" data-toggle="modal" data-target="#logo_about_us_image_builder" class="button " onclick="Acl_show_Image_3()"/>
71
 
72
  <!-- Modal -->
73
  <div class="modal " id="logo_about_us_image_builder" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
75
  <div class="modal-content">
76
  <div class="modal-header">
77
  <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
78
+ <h4 class="modal-title" id="myModalLabel"><?php _e('Login Background Image',WEBLIZAR_ACL)?></h4>
79
  </div>
80
  <div class="modal-body">
81
  <img class="show_prev_img" src="" style="width:100%; height:50%" id="logo_img_prev"/>
82
  </div>
83
  <div class="modal-footer">
84
+ <button type="button" class="btn btn-default" data-dismiss="modal"><?php _e('Close',WEBLIZAR_ACL)?></button>
85
  </div>
86
  </div>
87
  </div>
95
  <div class="panel-body">
96
  <table class="form-table">
97
  <tr>
98
+ <th scope="row" ><?php _e('Logo Width',WEBLIZAR_ACL)?></th>
99
  <td></td>
100
  </tr>
101
  <tr style="border-bottom:none;">
112
  <div class="panel-body">
113
  <table class="form-table">
114
  <tr>
115
+ <th scope="row" ><?php _e('Logo Height',WEBLIZAR_ACL)?></th>
116
  <td></td>
117
  </tr>
118
  <tr style="border-bottom:none;">
129
  <div class="panel-body">
130
  <table class="form-table">
131
  <tr>
132
+ <th scope="row" ><?php _e('Logo URL',WEBLIZAR_ACL)?></th>
133
  <td></td>
134
  </tr>
135
  <tr class="radio-span" style="border-bottom:none;">
136
  <td>
137
+ <input type="text" class="pro_text" id="log-url" name="log-url" placeholder="<?php _e('Logo URL',WEBLIZAR_ACL)?>" size="56" value="<?php echo $logo_url; ?>"/>
138
  </td>
139
  </tr>
140
  </table>
144
  <div class="panel-body">
145
  <table class="form-table">
146
  <tr>
147
+ <th scope="row" ><?php _e('Logo URL Title',WEBLIZAR_ACL)?></th>
148
  <td></td>
149
  </tr>
150
  <tr class="radio-span" style="border-bottom:none;">
151
  <td>
152
+ <input type="text" class="pro_text" id="log-url-title" name="log-url-title" placeholder="<?php _e('Logo URL Title',WEBLIZAR_ACL)?>" size="56" value="<?php echo $logo_url_title; ?>"/>
153
  </td>
154
  </tr>
155
  </table>
165
  </svg>
166
  </div>
167
  <div class="dialog-inner">
168
+ <h2><strong><?php _e('Logo',WEBLIZAR_ACL)?></strong> <?php _e('Setting Save Successfully',WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button4"><?php _e('Close',WEBLIZAR_ACL)?></button></div>
169
  </div>
170
  </div>
171
  </div>
179
  </svg>
180
  </div>
181
  <div class="dialog-inner">
182
+ <h2><strong><?php _e('Logo',WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully',WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button10"><?php _e('Close',WEBLIZAR_ACL)?></button></div>
183
  </div>
184
  </div>
185
  </div>
186
  <div class="panel panel-primary save-button-block">
187
  <div class="panel-body">
188
  <div class="pull-left">
189
+ <button type="button" onclick="return Custom_login_logo('logoSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes',WEBLIZAR_ACL)?></button>
190
  </div>
191
  <div class="pull-right">
192
+ <button type="button" onclick="return Custom_login_logo('logoReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default',WEBLIZAR_ACL)?></button>
193
  </div>
194
  </div>
195
  </div>
includes/social/social.php CHANGED
@@ -18,7 +18,7 @@ jQuery(document).ready(function(){
18
  <div class="post-social post-social-xs" id="post-social-5">
19
  <div class="text-center padding-all text-center">
20
  <div class="textbox text-white margin-bottom settings-title">
21
- <?php _e('Social Settings','WEBLIZAR_ACL')?>
22
  </div>
23
  </div>
24
  </div>
@@ -30,16 +30,16 @@ jQuery(document).ready(function(){
30
  <div class="panel-body">
31
  <table class="form-table">
32
  <tr>
33
- <th scope="row" ><?php _e('Enable Social Icons','WEBLIZAR_ACL')?></th>
34
  <td></td>
35
  </tr>
36
  <tr class="radio-span" style="border-bottom:none;">
37
  <td>
38
  <select id="enable_social_icon" class="standard-dropdown" name="enable_social_icon">
39
- <option value="no-icon" ><?php _e('No Icon','WEBLIZAR_ACL')?></option>
40
- <option value="inner" ><?php _e('Inner','WEBLIZAR_ACL')?></option>
41
- <option value="outer" ><?php _e('Outer','WEBLIZAR_ACL')?></option>
42
- <option value="both" ><?php _e('Both','WEBLIZAR_ACL')?></option>
43
  </select>
44
  </td>
45
  </tr>
@@ -50,19 +50,19 @@ jQuery(document).ready(function(){
50
  <div class="panel-body">
51
  <table class="form-table">
52
  <tr>
53
- <th scope="row" ><?php _e('Social Media Icon Size','WEBLIZAR_ACL')?></th>
54
  <td></td>
55
  </tr>
56
  <tr class="radio-span" style="border-bottom:none;">
57
  <td>
58
  <span>
59
- <input type="radio" name="social_size" value="small" id="social_size1" <?php if($social_icon_size=="small")echo "checked"; ?> />&nbsp;<?php _e('Small','WEBLIZAR_ACL')?><br>
60
  </span>
61
  <span>
62
- <input type="radio" name="social_size" value="mediam" id="social_size2" <?php if($social_icon_size=="mediam")echo "checked"; ?> />&nbsp;<?php _e('Medium','WEBLIZAR_ACL')?><br>
63
  </span>
64
  <span>
65
- <input type="radio" name="social_size" value="large" id="social_size3" <?php if($social_icon_size=="large")echo "checked"; ?> />&nbsp;<?php _e('Large','WEBLIZAR_ACL')?><br>
66
  </span>
67
  </td>
68
  </tr>
@@ -73,16 +73,16 @@ jQuery(document).ready(function(){
73
  <div class="panel-body">
74
  <table class="form-table">
75
  <tr>
76
- <th scope="row" ><?php _e('Social Media Icon Layout','WEBLIZAR_ACL')?></th>
77
  <td></td>
78
  </tr>
79
  <tr class="radio-span" style="border-bottom:none;">
80
  <td>
81
  <span>
82
- <input type="radio" name="social_layout" value="rectangle" id="social_layout1" <?php if($social_icon_layout=="rectangle")echo "checked"; ?> />&nbsp;<?php _e('Rectangle','WEBLIZAR_ACL')?><br>
83
  </span>
84
  <span>
85
- <input type="radio" name="social_layout" value="circle" id="social_layout2" <?php if($social_icon_layout=="circle")echo "checked"; ?> />&nbsp;<?php _e('Circle','WEBLIZAR_ACL')?><br>
86
  </span>
87
  </td>
88
  </tr>
@@ -93,7 +93,7 @@ jQuery(document).ready(function(){
93
  <div class="panel-body">
94
  <table class="form-table">
95
  <tr>
96
- <th scope="row" ><?php _e('Social Media Icon Color','WEBLIZAR_ACL')?></th>
97
  <td></td>
98
  </tr>
99
  <tr style="border-bottom:none;">
@@ -108,7 +108,7 @@ jQuery(document).ready(function(){
108
  <div class="panel-body">
109
  <table class="form-table">
110
  <tr>
111
- <th scope="row" ><?php _e('Social Media Icon Color On Hover','WEBLIZAR_ACL')?></th>
112
  <td></td>
113
  </tr>
114
  <tr style="border-bottom:none;">
@@ -123,7 +123,7 @@ jQuery(document).ready(function(){
123
  <div class="panel-body">
124
  <table class="form-table">
125
  <tr>
126
- <th scope="row" ><?php _e('Social Media Icon Background Color','WEBLIZAR_ACL')?></th>
127
  <td></td>
128
  </tr>
129
  <tr style="border-bottom:none;">
@@ -138,7 +138,7 @@ jQuery(document).ready(function(){
138
  <div class="panel-body">
139
  <table class="form-table">
140
  <tr>
141
- <th scope="row" ><?php _e('Social Media Background Color On Hover','WEBLIZAR_ACL')?></th>
142
  <td></td>
143
  </tr>
144
  <tr style="border-bottom:none;">
@@ -153,27 +153,27 @@ jQuery(document).ready(function(){
153
  <div class="panel-body">
154
  <table class="form-table">
155
  <tr>
156
- <th scope="row" ><?php _e('Social Profiles','WEBLIZAR_ACL')?></th>
157
  <td></td>
158
  </tr>
159
  <tr class="radio-span" style="border-bottom:none;">
160
  <td>
161
- <p class="rcsp_p_admin"><?php _e('Enter your social profiles complete url here','WEBLIZAR_ACL')?></p>
162
  <ul class="rcp_social_profile_admin">
163
- <li><i class="fa fa-facebook"></i><input type="text" class="pro_text" id="facebook-link" name="facebook-link" placeholder="<?php _e('Facebook','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_facebook_link; ?>" /></li>
164
- <li><i class="fa fa-twitter"></i><input type="text" class="pro_text" id="twitter-link" name="twitter-link" placeholder="<?php _e('Twitter','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_twitter_link; ?>" /></li>
165
- <li><i class="fa fa-linkedin"></i><input type="text" class="pro_text" id="linkedin-link" name="linkedin-link" placeholder="<?php _e('Linkedin','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_linkedin_link; ?>" /></li>
166
- <li><i class="fa fa-google-plus"></i><input type="text" class="pro_text" id="google-plus-link" name="google-plus-link" placeholder="<?php _e('google plus','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_google_plus_link; ?>" /></li>
167
- <li><i class="fa fa-pinterest-p"></i><input type="text" class="pro_text" id="pinterest-link" name="pinterest-link" placeholder="<?php _e('Pinterest','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_pinterest_link; ?>" /></li>
168
- <li><i class="fa fa-digg"></i><input type="text" class="pro_text" id="digg-link" name="digg-link" placeholder="<?php _e('Digg','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_digg_link; ?>" /></li>
169
- <li><i class="fa fa-youtube"></i><input type="text" class="pro_text" id="youtube-link" name="youtube-link" placeholder="<?php _e('Youtube','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_youtube_link; ?>" /></li>
170
- <li><i class="fa fa-flickr"></i><input type="text" class="pro_text" id="flickr-link" name="flickr-link" placeholder="<?php _e('Flickr','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_flickr_link; ?>" /></li>
171
- <li><i class="fa fa-tumblr"></i><input type="text" class="pro_text" id="tumblr-link" name="tumblr-link" placeholder="<?php _e('Tumblr','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_tumblr_link; ?>" /></li>
172
- <li><i class="fa fa-vk"></i><input type="text" class="pro_text" id="vkontakte-link" name="vkontakte-link" placeholder="<?php _e('VKontakte','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_vkontakte_link; ?>" /></li>
173
- <li><i class="fa fa-skype"></i><input type="text" class="pro_text" id="skype-link" name="skype-link" placeholder="<?php _e('Skype','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_skype_link; ?>" /></li>
174
- <li><i class="fa fa-instagram"></i><input type="text" class="pro_text" id="instagram-link" name="instagram-link" placeholder="<?php _e('Instagram','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_instagram_link; ?>" /></li>
175
- <li><i class="fa fa-telegram"></i><input type="text" class="pro_text" id="telegram-link" name="telegram-link" placeholder="<?php _e('Telegram','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_telegram_link; ?>" /></li>
176
- <li><i class="fa fa-whatsapp"></i><input type="text" class="pro_text" id="whatsapp-link" name="whatsapp-link" placeholder="<?php _e('Whatsapp','WEBLIZAR_ACL')?>" size="56" value="<?php echo $social_whatsapp_link; ?>" /></li>
177
  </ul>
178
  </td>
179
  </tr>
@@ -190,7 +190,7 @@ jQuery(document).ready(function(){
190
  </svg>
191
  </div>
192
  <div class="dialog-inner">
193
- <h2><strong><?php _e('Social ','WEBLIZAR_ACL')?></strong><?php _e('Setting Save Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button5"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
194
  </div>
195
  </div>
196
  </div>
@@ -204,17 +204,17 @@ jQuery(document).ready(function(){
204
  </svg>
205
  </div>
206
  <div class="dialog-inner">
207
- <h2><strong><?php _e('Social ','WEBLIZAR_ACL')?></strong><?php _e('Setting Reset Successfully','WEBLIZAR_ACL')?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button6"><?php _e('Close','WEBLIZAR_ACL')?></button></div>
208
  </div>
209
  </div>
210
  </div>
211
  <div class="panel panel-primary save-button-block">
212
  <div class="panel-body">
213
  <div class="pull-left">
214
- <button type="button" onclick="return Custom_login_social('socialSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes','WEBLIZAR_ACL')?></button>
215
  </div>
216
  <div class="pull-right">
217
- <button type="button" onclick="return Custom_login_social('socialReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default','WEBLIZAR_ACL')?></button>
218
  </div>
219
  </div>
220
  </div>
18
  <div class="post-social post-social-xs" id="post-social-5">
19
  <div class="text-center padding-all text-center">
20
  <div class="textbox text-white margin-bottom settings-title">
21
+ <?php _e('Social Settings',WEBLIZAR_ACL)?>
22
  </div>
23
  </div>
24
  </div>
30
  <div class="panel-body">
31
  <table class="form-table">
32
  <tr>
33
+ <th scope="row" ><?php _e('Enable Social Icons',WEBLIZAR_ACL)?></th>
34
  <td></td>
35
  </tr>
36
  <tr class="radio-span" style="border-bottom:none;">
37
  <td>
38
  <select id="enable_social_icon" class="standard-dropdown" name="enable_social_icon">
39
+ <option value="no-icon" ><?php _e('No Icon',WEBLIZAR_ACL)?></option>
40
+ <option value="inner" ><?php _e('Inner',WEBLIZAR_ACL)?></option>
41
+ <option value="outer" ><?php _e('Outer',WEBLIZAR_ACL)?></option>
42
+ <option value="both" ><?php _e('Both',WEBLIZAR_ACL)?></option>
43
  </select>
44
  </td>
45
  </tr>
50
  <div class="panel-body">
51
  <table class="form-table">
52
  <tr>
53
+ <th scope="row" ><?php _e('Social Media Icon Size',WEBLIZAR_ACL)?></th>
54
  <td></td>
55
  </tr>
56
  <tr class="radio-span" style="border-bottom:none;">
57
  <td>
58
  <span>
59
+ <input type="radio" name="social_size" value="small" id="social_size1" <?php if($social_icon_size=="small")echo "checked"; ?> />&nbsp;<?php _e('Small',WEBLIZAR_ACL)?><br>
60
  </span>
61
  <span>
62
+ <input type="radio" name="social_size" value="mediam" id="social_size2" <?php if($social_icon_size=="mediam")echo "checked"; ?> />&nbsp;<?php _e('Medium',WEBLIZAR_ACL)?><br>
63
  </span>
64
  <span>
65
+ <input type="radio" name="social_size" value="large" id="social_size3" <?php if($social_icon_size=="large")echo "checked"; ?> />&nbsp;<?php _e('Large',WEBLIZAR_ACL)?><br>
66
  </span>
67
  </td>
68
  </tr>
73
  <div class="panel-body">
74
  <table class="form-table">
75
  <tr>
76
+ <th scope="row" ><?php _e('Social Media Icon Layout',WEBLIZAR_ACL)?></th>
77
  <td></td>
78
  </tr>
79
  <tr class="radio-span" style="border-bottom:none;">
80
  <td>
81
  <span>
82
+ <input type="radio" name="social_layout" value="rectangle" id="social_layout1" <?php if($social_icon_layout=="rectangle")echo "checked"; ?> />&nbsp;<?php _e('Rectangle',WEBLIZAR_ACL)?><br>
83
  </span>
84
  <span>
85
+ <input type="radio" name="social_layout" value="circle" id="social_layout2" <?php if($social_icon_layout=="circle")echo "checked"; ?> />&nbsp;<?php _e('Circle',WEBLIZAR_ACL)?><br>
86
  </span>
87
  </td>
88
  </tr>
93
  <div class="panel-body">
94
  <table class="form-table">
95
  <tr>
96
+ <th scope="row" ><?php _e('Social Media Icon Color',WEBLIZAR_ACL)?></th>
97
  <td></td>
98
  </tr>
99
  <tr style="border-bottom:none;">
108
  <div class="panel-body">
109
  <table class="form-table">
110
  <tr>
111
+ <th scope="row" ><?php _e('Social Media Icon Color On Hover',WEBLIZAR_ACL)?></th>
112
  <td></td>
113
  </tr>
114
  <tr style="border-bottom:none;">
123
  <div class="panel-body">
124
  <table class="form-table">
125
  <tr>
126
+ <th scope="row" ><?php _e('Social Media Icon Background Color',WEBLIZAR_ACL)?></th>
127
  <td></td>
128
  </tr>
129
  <tr style="border-bottom:none;">
138
  <div class="panel-body">
139
  <table class="form-table">
140
  <tr>
141
+ <th scope="row" ><?php _e('Social Media Background Color On Hover',WEBLIZAR_ACL)?></th>
142
  <td></td>
143
  </tr>
144
  <tr style="border-bottom:none;">
153
  <div class="panel-body">
154
  <table class="form-table">
155
  <tr>
156
+ <th scope="row" ><?php _e('Social Profiles',WEBLIZAR_ACL)?></th>
157
  <td></td>
158
  </tr>
159
  <tr class="radio-span" style="border-bottom:none;">
160
  <td>
161
+ <p class="rcsp_p_admin"><?php _e('Enter your social profiles complete url here',WEBLIZAR_ACL)?></p>
162
  <ul class="rcp_social_profile_admin">
163
+ <li><i class="fa fa-facebook"></i><input type="text" class="pro_text" id="facebook-link" name="facebook-link" placeholder="<?php _e('Facebook', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_facebook_link; ?>" /></li>
164
+ <li><i class="fa fa-twitter"></i><input type="text" class="pro_text" id="twitter-link" name="twitter-link" placeholder="<?php _e('Twitter', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_twitter_link; ?>" /></li>
165
+ <li><i class="fa fa-linkedin"></i><input type="text" class="pro_text" id="linkedin-link" name="linkedin-link" placeholder="<?php _e('Linkedin', WEBLIZAR_ACL); ?>" size="56" value="<?php echo $social_linkedin_link; ?>" /></li>
166
+ <li><i class="fa fa-google-plus"></i><input type="text" class="pro_text" id="google-plus-link" name="google-plus-link" placeholder="<?php _e('Google Plus', WEBLIZAR_ACL); ?>" size="56" value="<?php echo $social_google_plus_link; ?>" /></li>
167
+ <li><i class="fa fa-pinterest-p"></i><input type="text" class="pro_text" id="pinterest-link" name="pinterest-link" placeholder="<?php _e('Pinterest', WEBLIZAR_ACL); ?>" size="56" value="<?php echo $social_pinterest_link; ?>" /></li>
168
+ <li><i class="fa fa-digg"></i><input type="text" class="pro_text" id="digg-link" name="digg-link" placeholder="<?php _e('Digg', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_digg_link; ?>" /></li>
169
+ <li><i class="fa fa-youtube"></i><input type="text" class="pro_text" id="youtube-link" name="youtube-link" placeholder="<?php _e('Youtube', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_youtube_link; ?>" /></li>
170
+ <li><i class="fa fa-flickr"></i><input type="text" class="pro_text" id="flickr-link" name="flickr-link" placeholder="<?php _e('Flickr', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_flickr_link; ?>" /></li>
171
+ <li><i class="fa fa-tumblr"></i><input type="text" class="pro_text" id="tumblr-link" name="tumblr-link" placeholder="<?php _e('Tumblr', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_tumblr_link; ?>" /></li>
172
+ <li><i class="fa fa-vk"></i><input type="text" class="pro_text" id="vkontakte-link" name="vkontakte-link" placeholder="<?php _e('VKontakte', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_vkontakte_link; ?>" /></li>
173
+ <li><i class="fa fa-skype"></i><input type="text" class="pro_text" id="skype-link" name="skype-link" placeholder="<?php _e('Skype', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_skype_link; ?>" /></li>
174
+ <li><i class="fa fa-instagram"></i><input type="text" class="pro_text" id="instagram-link" name="instagram-link" placeholder="<?php _e('Instagram', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_instagram_link; ?>" /></li>
175
+ <li><i class="fa fa-telegram"></i><input type="text" class="pro_text" id="telegram-link" name="telegram-link" placeholder="<?php _e('Telegram', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_telegram_link; ?>" /></li>
176
+ <li><i class="fa fa-whatsapp"></i><input type="text" class="pro_text" id="whatsapp-link" name="whatsapp-link" placeholder="<?php _e('Whatsapp', WEBLIZAR_ACL)?>" size="56" value="<?php echo $social_whatsapp_link; ?>" /></li>
177
  </ul>
178
  </td>
179
  </tr>
190
  </svg>
191
  </div>
192
  <div class="dialog-inner">
193
+ <h2><strong><?php _e('Social', WEBLIZAR_ACL)?></strong> <?php _e('Setting Save Successfully',WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button5"><?php _e('Close',WEBLIZAR_ACL)?></button></div>
194
  </div>
195
  </div>
196
  </div>
204
  </svg>
205
  </div>
206
  <div class="dialog-inner">
207
+ <h2><strong><?php _e('Social',WEBLIZAR_ACL)?></strong> <?php _e('Setting Reset Successfully',WEBLIZAR_ACL)?></h2><div><button class="action dialog-button-close" data-dialog-close id="dialog-close-button6"><?php _e('Close',WEBLIZAR_ACL)?></button></div>
208
  </div>
209
  </div>
210
  </div>
211
  <div class="panel panel-primary save-button-block">
212
  <div class="panel-body">
213
  <div class="pull-left">
214
+ <button type="button" onclick="return Custom_login_social('socialSave', '');" class="btn btn-info btn-lg"><?php _e('Save Changes',WEBLIZAR_ACL)?></button>
215
  </div>
216
  <div class="pull-right">
217
+ <button type="button" onclick="return Custom_login_social('socialReset', '');" class="btn btn-primary btn-lg"><?php _e('Reset Default',WEBLIZAR_ACL)?></button>
218
  </div>
219
  </div>
220
  </div>
languages/WEBLIZAR_ACL-de_DE.mo DELETED
Binary file
languages/WEBLIZAR_ACL-es_ES.mo DELETED
Binary file
languages/WEBLIZAR_ACL-fi_FI.mo DELETED
Binary file
languages/WEBLIZAR_ACL-fr_FR.mo DELETED
Binary file
languages/WEBLIZAR_ACL-hi_IN.mo DELETED
Binary file
languages/WEBLIZAR_ACL-it_IT.mo DELETED
Binary file
languages/WEBLIZAR_ACL-pl_PL.mo DELETED
Binary file
languages/WEBLIZAR_ACL-pt_BR.mo DELETED
Binary file
languages/WEBLIZAR_ACL-pt_BR.po DELETED
@@ -1,1005 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Custom Admin V2.5.4\n"
4
- "POT-Creation-Date: 2017-10-25 18:51-0200\n"
5
- "PO-Revision-Date: 2017-11-03 17:00+0530\n"
6
- "Last-Translator: \n"
7
- "Language-Team: Rodrigues (Blupixel) <rodrigues@blupixel.com.br>\n"
8
- "Language: pt_BR\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__;_\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../admin-custom-login.php:157 ../admin-custom-login.php:163
20
- msgid "User Name"
21
- msgstr "Nome de Usuário"
22
-
23
- #: ../admin-custom-login.php:158 ../admin-custom-login.php:164
24
- msgid "Password"
25
- msgstr "Senha"
26
-
27
- #: ../admin-custom-login.php:174
28
- msgid "Find Us On Social Media"
29
- msgstr "Encontre-nos nas Mídias Sociais"
30
-
31
- #: ../admin-custom-login.php:429
32
- msgid "Please upload a valid .json file"
33
- msgstr "Por favor, envie um arquivo .json válido"
34
-
35
- #: ../admin-custom-login.php:435
36
- msgid "Please upload a file to import"
37
- msgstr "Por favor, envie um arquivo para importar"
38
-
39
- #: ../includes/Login-form-setting/Login-form-background.php:175
40
- msgid "Login Settings"
41
- msgstr "Configurações de Login"
42
-
43
- #: ../includes/Login-form-setting/Login-form-background.php:188
44
- msgid "Login Form Position"
45
- msgstr "Posição do Formulário de Login"
46
-
47
- #: ../includes/Login-form-setting/Login-form-background.php:194
48
- msgid "Default"
49
- msgstr "Padrão"
50
-
51
- #: ../includes/Login-form-setting/Login-form-background.php:195
52
- msgid "Floating"
53
- msgstr "Flutuando"
54
-
55
- #: ../includes/Login-form-setting/Login-form-background.php:196
56
- msgid "Floating With Customization"
57
- msgstr "Flutuando com Personalização"
58
-
59
- #: ../includes/Login-form-setting/Login-form-background.php:207
60
- msgid "Float Settings"
61
- msgstr "Configurações de Flutuação"
62
-
63
- #: ../includes/Login-form-setting/Login-form-background.php:213
64
- msgid "Left"
65
- msgstr "Esquerda"
66
-
67
- #: ../includes/Login-form-setting/Login-form-background.php:216
68
- msgid "Center"
69
- msgstr "Centro"
70
-
71
- #: ../includes/Login-form-setting/Login-form-background.php:219
72
- msgid "Right"
73
- msgstr "Direita"
74
-
75
- #: ../includes/Login-form-setting/Login-form-background.php:229
76
- msgid "Floating With Customization Settings"
77
- msgstr "Flutuando com Configurações de Personalização"
78
-
79
- #: ../includes/Login-form-setting/Login-form-background.php:250
80
- msgid "Note: This form position setting will be not responsive."
81
- msgstr "Nota: Esta definição de posição do formulário não será responsiva."
82
-
83
- #: ../includes/Login-form-setting/Login-form-background.php:260
84
- #: ../includes/design/background.php:103
85
- msgid "Select Background"
86
- msgstr "Escolha um fundo"
87
-
88
- #: ../includes/Login-form-setting/Login-form-background.php:266
89
- #: ../includes/design/background.php:110
90
- msgid "Select background"
91
- msgstr "Selecione um fundo"
92
-
93
- #: ../includes/Login-form-setting/Login-form-background.php:267
94
- #: ../includes/design/background.php:111
95
- msgid "Static Background Color"
96
- msgstr "Cor de fundo estática"
97
-
98
- #: ../includes/Login-form-setting/Login-form-background.php:268
99
- #: ../includes/design/background.php:112
100
- msgid "Static Background Image"
101
- msgstr "Imagem de fundo estática"
102
-
103
- #: ../includes/Login-form-setting/Login-form-background.php:284
104
- #: ../includes/design/background.php:131
105
- msgid "Background Color"
106
- msgstr "Cor de Fundo"
107
-
108
- #: ../includes/Login-form-setting/Login-form-background.php:299
109
- msgid "Login Form Opacity"
110
- msgstr "Opacidade do Formulário de Login"
111
-
112
- #: ../includes/Login-form-setting/Login-form-background.php:321
113
- #: ../includes/design/background.php:153 ../includes/design/background.php:172
114
- msgid "Background Image"
115
- msgstr "Imagem de Fundo"
116
-
117
- #: ../includes/Login-form-setting/Login-form-background.php:326
118
- #: ../includes/design/background.php:158
119
- #: ../includes/settings/page-settings.php:67
120
- msgid "No media selected!"
121
- msgstr "Nenhuma mídia selecionada!"
122
-
123
- #: ../includes/Login-form-setting/Login-form-background.php:327
124
- #: ../includes/design/background.php:160
125
- #: ../includes/settings/page-settings.php:68
126
- msgid "Upload"
127
- msgstr "Enviar"
128
-
129
- #: ../includes/Login-form-setting/Login-form-background.php:329
130
- #: ../includes/settings/page-settings.php:70
131
- msgid "preview"
132
- msgstr "pré-visualizar"
133
-
134
- #: ../includes/Login-form-setting/Login-form-background.php:331
135
- #: ../includes/design/background.php:164
136
- msgid "Remove"
137
- msgstr "Remover"
138
-
139
- #: ../includes/Login-form-setting/Login-form-background.php:339
140
- #: ../includes/settings/page-settings.php:78
141
- msgid "Login Background Image"
142
- msgstr "Imagem de Fundo do Login"
143
-
144
- #: ../includes/Login-form-setting/Login-form-background.php:345
145
- #: ../includes/Login-form-setting/Login-form-background.php:592
146
- #: ../includes/Login-form-setting/Login-form-background.php:606
147
- #: ../includes/dashboard/dashboard.php:70
148
- #: ../includes/dashboard/dashboard.php:84 ../includes/design/background.php:180
149
- #: ../includes/design/background.php:369 ../includes/design/background.php:384
150
- #: ../includes/design/text_and_color.php:2594
151
- #: ../includes/design/text_and_color.php:2609
152
- #: ../includes/settings/page-settings.php:84
153
- #: ../includes/settings/page-settings.php:168
154
- #: ../includes/settings/page-settings.php:182 ../includes/social/social.php:193
155
- #: ../includes/social/social.php:207
156
- msgid "Close"
157
- msgstr "Fechar"
158
-
159
- #: ../includes/Login-form-setting/Login-form-background.php:360
160
- #: ../includes/design/background.php:213
161
- msgid "Background Repeat"
162
- msgstr "Repetir Fundo"
163
-
164
- #: ../includes/Login-form-setting/Login-form-background.php:366
165
- #: ../includes/design/background.php:220
166
- msgid "No Repeat "
167
- msgstr "Não Repetir"
168
-
169
- #: ../includes/Login-form-setting/Login-form-background.php:367
170
- #: ../includes/design/background.php:221
171
- msgid "Repeat"
172
- msgstr "Repetir"
173
-
174
- #: ../includes/Login-form-setting/Login-form-background.php:368
175
- #: ../includes/design/background.php:222
176
- msgid "Repeat Horizontally"
177
- msgstr "Repetir Horizontalmente"
178
-
179
- #: ../includes/Login-form-setting/Login-form-background.php:369
180
- #: ../includes/design/background.php:223
181
- msgid "Repeat Vertically"
182
- msgstr "Repetir Verticalmente"
183
-
184
- #: ../includes/Login-form-setting/Login-form-background.php:380
185
- #: ../includes/design/background.php:235
186
- msgid "Background Position "
187
- msgstr "Posição do Fundo "
188
-
189
- #: ../includes/Login-form-setting/Login-form-background.php:386
190
- #: ../includes/design/background.php:241
191
- msgid "Left Top"
192
- msgstr "Esquerda Topo"
193
-
194
- #: ../includes/Login-form-setting/Login-form-background.php:387
195
- #: ../includes/design/background.php:242
196
- msgid "Left Center"
197
- msgstr "Esquerda Centro"
198
-
199
- #: ../includes/Login-form-setting/Login-form-background.php:388
200
- #: ../includes/design/background.php:243
201
- msgid "Left Bottom"
202
- msgstr "Esquerda Inferior"
203
-
204
- #: ../includes/Login-form-setting/Login-form-background.php:389
205
- #: ../includes/design/background.php:244
206
- msgid "Right Top"
207
- msgstr "Direita Topo"
208
-
209
- #: ../includes/Login-form-setting/Login-form-background.php:390
210
- #: ../includes/design/background.php:245
211
- msgid "Right Center"
212
- msgstr "Direita Centro"
213
-
214
- #: ../includes/Login-form-setting/Login-form-background.php:391
215
- #: ../includes/design/background.php:246
216
- msgid "Right Bottom"
217
- msgstr "Direita Inferior"
218
-
219
- #: ../includes/Login-form-setting/Login-form-background.php:392
220
- #: ../includes/design/background.php:247
221
- msgid "Center Top"
222
- msgstr "Centro Topo"
223
-
224
- #: ../includes/Login-form-setting/Login-form-background.php:393
225
- #: ../includes/design/background.php:248
226
- msgid "Center Center"
227
- msgstr "Centro Centro"
228
-
229
- #: ../includes/Login-form-setting/Login-form-background.php:394
230
- #: ../includes/design/background.php:249
231
- msgid "Center Bottom"
232
- msgstr "Centro Inferior"
233
-
234
- #: ../includes/Login-form-setting/Login-form-background.php:406
235
- msgid "Background Effect"
236
- msgstr "Efeito de Fundo"
237
-
238
- #: ../includes/Login-form-setting/Login-form-background.php:412
239
- msgid "Select overlay effect"
240
- msgstr "Selecione efeito de sobreposição"
241
-
242
- #: ../includes/Login-form-setting/Login-form-background.php:413
243
- msgid "No Overlay Effect"
244
- msgstr "Sem Efeito de Sobreposição"
245
-
246
- #: ../includes/Login-form-setting/Login-form-background.php:414
247
- msgid "Overlay Effect 1"
248
- msgstr "Efeito de Sobreposição 1"
249
-
250
- #: ../includes/Login-form-setting/Login-form-background.php:415
251
- msgid "Overlay Effect 2"
252
- msgstr "Efeito de Sobreposição 2"
253
-
254
- #: ../includes/Login-form-setting/Login-form-background.php:416
255
- msgid "Overlay Effect 3"
256
- msgstr "Efeito de Sobreposição 3"
257
-
258
- #: ../includes/Login-form-setting/Login-form-background.php:429
259
- msgid "Login Form Width"
260
- msgstr "Largura do Formulário de Login"
261
-
262
- #: ../includes/Login-form-setting/Login-form-background.php:446
263
- msgid "Border Color"
264
- msgstr "Cor da Borda"
265
-
266
- #: ../includes/Login-form-setting/Login-form-background.php:461
267
- msgid "Border Radius"
268
- msgstr "Borda Arredondada"
269
-
270
- #: ../includes/Login-form-setting/Login-form-background.php:478
271
- msgid "Border Style"
272
- msgstr "Estilo da Borda"
273
-
274
- #: ../includes/Login-form-setting/Login-form-background.php:484
275
- msgid "None"
276
- msgstr "Nenhum"
277
-
278
- #: ../includes/Login-form-setting/Login-form-background.php:485
279
- msgid "Solid"
280
- msgstr "Sólida"
281
-
282
- #: ../includes/Login-form-setting/Login-form-background.php:486
283
- msgid "Dotted"
284
- msgstr "Pontilhada"
285
-
286
- #: ../includes/Login-form-setting/Login-form-background.php:487
287
- msgid "Dashed"
288
- msgstr "Tracejada"
289
-
290
- #: ../includes/Login-form-setting/Login-form-background.php:488
291
- msgid "Double"
292
- msgstr "Dupla"
293
-
294
- #: ../includes/Login-form-setting/Login-form-background.php:499
295
- msgid "Border Thickness"
296
- msgstr "Espessura da Borda"
297
-
298
- #: ../includes/Login-form-setting/Login-form-background.php:516
299
- msgid "Enable form shadow?"
300
- msgstr "Habilitar sobra do formulário?"
301
-
302
- #: ../includes/Login-form-setting/Login-form-background.php:522
303
- #: ../includes/design/background.php:201
304
- #: ../includes/design/text_and_color.php:244
305
- #: ../includes/design/text_and_color.php:2531
306
- msgid "Yes"
307
- msgstr "Sim"
308
-
309
- #: ../includes/Login-form-setting/Login-form-background.php:525
310
- #: ../includes/design/text_and_color.php:247
311
- #: ../includes/design/text_and_color.php:2534
312
- msgid "No"
313
- msgstr "Não"
314
-
315
- #: ../includes/Login-form-setting/Login-form-background.php:536
316
- msgid "Form Shadow Color"
317
- msgstr "Cor da Sombra do Formulário"
318
-
319
- #: ../includes/Login-form-setting/Login-form-background.php:551
320
- msgid "Redirect Users After Login (Not Work For Admin)"
321
- msgstr "Redirecionar usuários após o login (não funciona para o administrador)"
322
-
323
- #: ../includes/Login-form-setting/Login-form-background.php:567
324
- #: ../includes/Login-form-setting/Login-form-background.php:572
325
- msgid "Custom CSS"
326
- msgstr "Personalizar CSS"
327
-
328
- #: ../includes/Login-form-setting/Login-form-background.php:574
329
- msgid "Enter any custom css you want to apply on login panel."
330
- msgstr ""
331
- "Digite qualquer css personalizado que você deseja aplicar no painel de "
332
- "entrada."
333
-
334
- #: ../includes/Login-form-setting/Login-form-background.php:575
335
- msgid "Note: Please Do Not Use"
336
- msgstr "Nota: Por favor não usar"
337
-
338
- #: ../includes/Login-form-setting/Login-form-background.php:575
339
- msgid "Tag With Custom CSS"
340
- msgstr "Etiqueta com CSS Personalizado"
341
-
342
- #: ../includes/Login-form-setting/Login-form-background.php:592
343
- #: ../includes/Login-form-setting/Login-form-background.php:606
344
- msgid "Login "
345
- msgstr "Entrar "
346
-
347
- #: ../includes/Login-form-setting/Login-form-background.php:592
348
- #: ../includes/dashboard/dashboard.php:70 ../includes/design/background.php:369
349
- #: ../includes/design/text_and_color.php:2594
350
- #: ../includes/settings/page-settings.php:168 ../includes/social/social.php:193
351
- msgid "Setting Save Successfully"
352
- msgstr "Configurações Salvas com Sucesso"
353
-
354
- #: ../includes/Login-form-setting/Login-form-background.php:606
355
- #: ../includes/dashboard/dashboard.php:84 ../includes/design/background.php:384
356
- #: ../includes/design/text_and_color.php:2609
357
- #: ../includes/settings/page-settings.php:182 ../includes/social/social.php:207
358
- msgid "Setting Reset Successfully"
359
- msgstr "Configurações Restauradas com Sucesso"
360
-
361
- #: ../includes/Login-form-setting/Login-form-background.php:613
362
- #: ../includes/dashboard/dashboard.php:91 ../includes/design/background.php:392
363
- #: ../includes/design/text_and_color.php:2617
364
- #: ../includes/settings/page-settings.php:189 ../includes/social/social.php:214
365
- msgid "Save Changes"
366
- msgstr "Salvar Configurações"
367
-
368
- #: ../includes/Login-form-setting/Login-form-background.php:616
369
- #: ../includes/dashboard/dashboard.php:94 ../includes/design/background.php:395
370
- #: ../includes/design/text_and_color.php:2620
371
- #: ../includes/settings/page-settings.php:192 ../includes/social/social.php:217
372
- msgid "Reset Default"
373
- msgstr "Restaurar Padrões"
374
-
375
- #: ../includes/content.php:29
376
- msgid "Admin Custom Login"
377
- msgstr "Personalizar Login de Administrador"
378
-
379
- #: ../includes/content.php:64
380
- msgid "Powered By"
381
- msgstr "Criado Por"
382
-
383
- #: ../includes/content.php:66
384
- msgid "Weblizar"
385
- msgstr "Weblizar"
386
-
387
- #: ../includes/content.php:70
388
- msgid "Show Us Some Love (Rate Us)"
389
- msgstr "Mostre-nos Algum Amor (Avalie-nos)"
390
-
391
- #: ../includes/content.php:86
392
- msgid "Dashboard"
393
- msgstr "Painel de Controle"
394
-
395
- #: ../includes/content.php:87
396
- msgid "Application overview"
397
- msgstr "Resumo de aplicações"
398
-
399
- #: ../includes/content.php:96
400
- msgid "Background Design"
401
- msgstr "Design de Fundo"
402
-
403
- #: ../includes/content.php:97
404
- msgid "Modify Background design here"
405
- msgstr "Modificar o design do fundo aqui"
406
-
407
- #: ../includes/content.php:107
408
- msgid "Login form Setting"
409
- msgstr "Configurações do formulário de Login"
410
-
411
- #: ../includes/content.php:108
412
- msgid "Modify Login design here"
413
- msgstr "Modificar design do Login aqui"
414
-
415
- #: ../includes/content.php:118
416
- msgid "Font Setting"
417
- msgstr "Configurações de Fonte"
418
-
419
- #: ../includes/content.php:119
420
- msgid "Modify Login Form Style here"
421
- msgstr "Modificar Estilo do Formulário de Login aqui"
422
-
423
- #: ../includes/content.php:129 ../includes/settings/page-settings.php:50
424
- msgid "Logo Settings"
425
- msgstr "Configurações de Logotipo"
426
-
427
- #: ../includes/content.php:130
428
- msgid "Customize Logo Settings here"
429
- msgstr "Personalize as Configurações de Logotipo aqui"
430
-
431
- #: ../includes/content.php:141 ../includes/social/social.php:21
432
- msgid "Social Settings"
433
- msgstr "Configurações Sociais"
434
-
435
- #: ../includes/content.php:142
436
- msgid "Connect with your social profile"
437
- msgstr "Conectar com seu perfil social"
438
-
439
- #: ../includes/content.php:152
440
- msgid "Export / Import"
441
- msgstr "Exportar / Importar"
442
-
443
- #: ../includes/content.php:153
444
- msgid "Export / Import Your Data"
445
- msgstr "Exportar / Importar Seus Dados"
446
-
447
- #: ../includes/content.php:162
448
- msgid "Recommendations"
449
- msgstr "Recomendações"
450
-
451
- #: ../includes/content.php:163
452
- msgid "Get More Free Useful Plugins"
453
- msgstr "Obter Mais Plugins Úteis Gratuitos"
454
-
455
- #: ../includes/content.php:172 ../includes/help/help.php:15
456
- msgid "Help And Support"
457
- msgstr "Ajuda e Suporte"
458
-
459
- #: ../includes/content.php:173
460
- msgid "Ask your query"
461
- msgstr "Faça sua consulta"
462
-
463
- #: ../includes/content.php:182
464
- msgid "Please rate us "
465
- msgstr "Por favor, classifique-nos "
466
-
467
- #: ../includes/content.php:183
468
- msgid "If you like us"
469
- msgstr "Se você gosta de nós"
470
-
471
- #: ../includes/dashboard/dashboard.php:15
472
- msgid "Admin Custom Login Dashboard"
473
- msgstr "Personalizar Painel de Controle do Login de Administrador"
474
-
475
- #: ../includes/dashboard/dashboard.php:27
476
- msgid "Admin Custom Login Status"
477
- msgstr "Estado do Admin Custom Login"
478
-
479
- #: ../includes/dashboard/dashboard.php:33
480
- msgid "Disable"
481
- msgstr "Desabilitado"
482
-
483
- #: ../includes/dashboard/dashboard.php:36
484
- msgid "Enable"
485
- msgstr "Habilitado"
486
-
487
- #: ../includes/dashboard/dashboard.php:47
488
- msgid "View Login Page"
489
- msgstr "Visualizar Página de Login"
490
-
491
- #: ../includes/dashboard/dashboard.php:52
492
- msgid "Copy below link and open in another browser where you are not logged in"
493
- msgstr ""
494
- "Copiar link abaixo e abrir em outro navegador onde você não está conectado"
495
-
496
- #: ../includes/dashboard/dashboard.php:70
497
- #: ../includes/dashboard/dashboard.php:84
498
- msgid "Dashboard "
499
- msgstr "Painel de Controle "
500
-
501
- #: ../includes/design/background.php:91
502
- msgid "Background Settings"
503
- msgstr "Configurações de Fundo"
504
-
505
- #: ../includes/design/background.php:109
506
- msgid "No background Selected"
507
- msgstr "Nenhum fundo Selecionado"
508
-
509
- #: ../includes/design/background.php:113
510
- msgid "Background SlideShow"
511
- msgstr "Fundo em SlideShow"
512
-
513
- #: ../includes/design/background.php:162
514
- msgid "Preview"
515
- msgstr "Pré-visualizar"
516
-
517
- #: ../includes/design/background.php:196
518
- msgid "Cover or Strech"
519
- msgstr "Cobrir ou Esticar"
520
-
521
- #: ../includes/design/background.php:261
522
- msgid "Background Attachment"
523
- msgstr "Fundo Anexado"
524
-
525
- #: ../includes/design/background.php:267
526
- msgid "Fixed"
527
- msgstr "Fixo"
528
-
529
- #: ../includes/design/background.php:268
530
- msgid "Scroll"
531
- msgstr "Rolar"
532
-
533
- #: ../includes/design/background.php:269
534
- msgid "Inherit"
535
- msgstr "Herdar"
536
-
537
- #: ../includes/design/background.php:288 ../includes/design/background.php:310
538
- msgid "No. Of Background Slideshow"
539
- msgstr "Nenhum. Fundo em SlideShow"
540
-
541
- #: ../includes/design/background.php:294
542
- msgid "Select Number of Slide Show"
543
- msgstr "Selecione o Número de Slides"
544
-
545
- #: ../includes/design/background.php:295
546
- msgid "2"
547
- msgstr "2"
548
-
549
- #: ../includes/design/background.php:296
550
- msgid "3"
551
- msgstr "3"
552
-
553
- #: ../includes/design/background.php:297
554
- msgid "4"
555
- msgstr "4"
556
-
557
- #: ../includes/design/background.php:298
558
- msgid "5"
559
- msgstr "5"
560
-
561
- #: ../includes/design/background.php:299
562
- msgid "6"
563
- msgstr "6"
564
-
565
- #: ../includes/design/background.php:340
566
- msgid "Slider Animation"
567
- msgstr "Animação do Slide"
568
-
569
- #: ../includes/design/background.php:347
570
- msgid "Slider Animation 1"
571
- msgstr "Slide Animação 1"
572
-
573
- #: ../includes/design/background.php:348
574
- msgid "Slider Animation 2"
575
- msgstr "Slide Animação 2"
576
-
577
- #: ../includes/design/background.php:349
578
- msgid "Slider Animation 3"
579
- msgstr "Slide Animação 3"
580
-
581
- #: ../includes/design/background.php:350
582
- msgid "Slider Animation 4"
583
- msgstr "Slide Animação 4"
584
-
585
- #: ../includes/design/background.php:369 ../includes/design/background.php:384
586
- msgid "Top Background "
587
- msgstr "Fundo do Topo "
588
-
589
- #: ../includes/design/text_and_color.php:89
590
- msgid "Text And Color Settings"
591
- msgstr "Configurações de Texto e Cores"
592
-
593
- #: ../includes/design/text_and_color.php:102
594
- msgid "Headline Font Color"
595
- msgstr "Cor da Fonte do Título"
596
-
597
- #: ../includes/design/text_and_color.php:118
598
- msgid "Input Font Color"
599
- msgstr "Cor da Fonte de Entrada"
600
-
601
- #: ../includes/design/text_and_color.php:134
602
- msgid "Link Color"
603
- msgstr "Cor do Link"
604
-
605
- #: ../includes/design/text_and_color.php:150
606
- msgid "Button Color"
607
- msgstr "Cor do Botão"
608
-
609
- #: ../includes/design/text_and_color.php:166
610
- msgid "Headline Font size"
611
- msgstr "Tamanho da Fonte do Título"
612
-
613
- #: ../includes/design/text_and_color.php:184
614
- msgid "Input Font Size"
615
- msgstr "Tamanho da Fonte de Entrada"
616
-
617
- #: ../includes/design/text_and_color.php:202
618
- msgid "Link Font Size"
619
- msgstr "Tamanho da Fonte do Link"
620
-
621
- #: ../includes/design/text_and_color.php:220
622
- msgid "Button Font Size"
623
- msgstr "Tamanho da Fonte do Botão"
624
-
625
- #: ../includes/design/text_and_color.php:238
626
- msgid "Enable Link shadow?"
627
- msgstr "Habilitar sombra nos Links?"
628
-
629
- #: ../includes/design/text_and_color.php:259
630
- msgid "Link Shadow Color"
631
- msgstr "Cor da Sombra do Link"
632
-
633
- #: ../includes/design/text_and_color.php:275
634
- msgid "Headline Font Style"
635
- msgstr "Estilo da Fonte do Título"
636
-
637
- #: ../includes/design/text_and_color.php:837
638
- msgid "Input Font Style"
639
- msgstr "Estilo da Fonte de Entrada"
640
-
641
- #: ../includes/design/text_and_color.php:1399
642
- msgid "Link Font Style"
643
- msgstr "Estilo da Fonte do Link"
644
-
645
- #: ../includes/design/text_and_color.php:1962
646
- msgid "Button Font Style"
647
- msgstr "Estilo da Fonte do Botão"
648
-
649
- #: ../includes/design/text_and_color.php:2525
650
- msgid "Enable Input Box Icon?"
651
- msgstr "Habilitar Ícone na Caixa de Entrada?"
652
-
653
- #: ../includes/design/text_and_color.php:2545
654
- msgid "Icon For user Input Box"
655
- msgstr "Ícone para Usuário na Caixa de Entrada"
656
-
657
- #: ../includes/design/text_and_color.php:2566
658
- msgid "Icon For Password Input Box"
659
- msgstr "Ícone para Senha na Caixa de Entrada"
660
-
661
- #: ../includes/design/text_and_color.php:2594
662
- #: ../includes/design/text_and_color.php:2609
663
- msgid "Text and Color "
664
- msgstr "Texto e Cores "
665
-
666
- #: ../includes/help/help.php:28
667
- msgid "View Support Docs or Open a Ticket"
668
- msgstr "Veja os Documentos de Apoio ou Abra um Ticket"
669
-
670
- #: ../includes/help/help.php:38 ../includes/help/rate.php:15
671
- #: ../includes/help/rate.php:39
672
- msgid "Rate Us"
673
- msgstr "Classifique-nos"
674
-
675
- #: ../includes/help/help.php:44
676
- msgid ""
677
- "If you are enjoying using our Admin Custom Login plugin and find it useful, "
678
- "then please consider writing a positive feedback. Your feedback will help us "
679
- "to encourage and support the plugins continued development and better user "
680
- "support."
681
- msgstr ""
682
- "Se você está desfrutando do nosso plugin de Login Personalizado do Admin e "
683
- "encontrá-lo útil, então considere escrever um feedback positivo. Seu "
684
- "feedback nos ajudará a incentivar e apoiar o desenvolvimento contínuo dos "
685
- "plugins e melhor suporte ao usuário."
686
-
687
- #: ../includes/help/help.php:62
688
- msgid "Share Us Your Suggestion"
689
- msgstr "Partilhe a Sua Sugestão"
690
-
691
- #: ../includes/help/help.php:68
692
- msgid ""
693
- "If you have any suggestion or features in your mind then please share us. We "
694
- "will try our best to add them in this plugin."
695
- msgstr ""
696
- "Se você tiver qualquer sugestão ou características em sua mente, então por "
697
- "favor compartilhe conosco. Vamos tentar o nosso melhor para adiciona-las à "
698
- "este plugin."
699
-
700
- #: ../includes/help/help.php:80
701
- msgid "Language Contribution "
702
- msgstr "Contribuição de Idioma "
703
-
704
- #: ../includes/help/help.php:85
705
- msgid " Translate this plugin into your language"
706
- msgstr " Traduzir este plug-in para o seu idioma"
707
-
708
- #: ../includes/help/help.php:86
709
- msgid "Question : How to convert Plguin into My Language ?"
710
- msgstr "Pergunta: Como converter o Plugin para Meu Idioma?"
711
-
712
- #: ../includes/help/help.php:87
713
- msgid "here is solution"
714
- msgstr "aqui está a solução"
715
-
716
- #: ../includes/help/rate.php:29
717
- msgid ""
718
- "We need your feedback for improve our plugin functionality on WordPress. So, "
719
- "if you like our plugin then please rate us"
720
- msgstr ""
721
- "Precisamos de seus comentários para melhorar nossa funcionalidade do plug-in "
722
- "no WordPress. Então, se você gosta do nosso plug-in, por favor, avalie-nos"
723
-
724
- #: ../includes/import-export-setting/import_export.php:13
725
- msgid "Export Custom Login Data "
726
- msgstr "Exportar Dados de Entrada Personalizados "
727
-
728
- #: ../includes/import-export-setting/import_export.php:18
729
- msgid ""
730
- "Export the plugin settings for this site as a .json file. This allows you to "
731
- "easily import the configuration into another site."
732
- msgstr ""
733
- "Exportar as configurações do plugin para este site como um arquivo .json. "
734
- "Isso permite que você importe facilmente as configurações para outro site."
735
-
736
- #: ../includes/import-export-setting/import_export.php:37
737
- msgid "Import Custom Login Data "
738
- msgstr "Importar Dados de Entrada Personalizados "
739
-
740
- #: ../includes/import-export-setting/import_export.php:42
741
- msgid ""
742
- "Import the plugin settings from a .json file. This file can be obtained by "
743
- "exporting the settings on another site using the form above."
744
- msgstr ""
745
- "Importar as configurações do plugin de um arquivo .json. Este arquivo pode "
746
- "ser obtido através da exportação das configurações em outro site usando o "
747
- "formulário acima."
748
-
749
- #: ../includes/recommendations/recommendations.php:18
750
- msgid "Plugin Recommendation"
751
- msgstr "Recomendações do Plugin"
752
-
753
- #: ../includes/recommendations/recommendations.php:79
754
- #, php-format
755
- msgid "%s rating"
756
- msgstr "classificação %s"
757
-
758
- #: ../includes/recommendations/recommendations.php:98
759
- msgid "Get More Free Wordpress Plguins From Weblizar"
760
- msgstr "Obter Mais Plugins Wordpress Gratuitos de Weblizar"
761
-
762
- #: ../includes/recommendations/recommendations.php:147
763
- msgid "More Details"
764
- msgstr "Mais Detalhes"
765
-
766
- #: ../includes/recommendations/recommendations.php:158
767
- msgid "Install Now"
768
- msgstr "Instalar Agora"
769
-
770
- #: ../includes/recommendations/recommendations.php:165
771
- msgid "Update Now"
772
- msgstr "Atualizar Agora"
773
-
774
- #: ../includes/recommendations/recommendations.php:192
775
- msgid "By "
776
- msgstr "Por "
777
-
778
- #: ../includes/recommendations/recommendations.php:211
779
- #: ../includes/recommendations/recommendations.php:221
780
- #: ../includes/recommendations/recommendations.php:231
781
- #: ../includes/recommendations/recommendations.php:241
782
- #: ../includes/recommendations/recommendations.php:251
783
- #: ../includes/recommendations/recommendations.php:261
784
- msgid "Premium Editions"
785
- msgstr "Edições Premium"
786
-
787
- #: ../includes/recommendations/recommendations.php:214
788
- #: ../includes/recommendations/recommendations.php:224
789
- #: ../includes/recommendations/recommendations.php:234
790
- #: ../includes/recommendations/recommendations.php:244
791
- #: ../includes/recommendations/recommendations.php:254
792
- #: ../includes/recommendations/recommendations.php:264
793
- msgid "Visit Website"
794
- msgstr "Visite o Site"
795
-
796
- #: ../includes/recommendations/recommendations.php:282
797
- msgid "Last Updated:"
798
- msgstr "Última Atualização:"
799
-
800
- #: ../includes/recommendations/recommendations.php:293
801
- msgid "<strong>Untested</strong> with your version of WordPress"
802
- msgstr "<strong>Não testada</strong> com a sua versão do WordPress"
803
-
804
- #: ../includes/recommendations/recommendations.php:297
805
- msgid "Incompatible with your version of WordPress"
806
- msgstr "Incompatível com a sua versão do WordPress"
807
-
808
- #: ../includes/recommendations/recommendations.php:301
809
- msgid "Compatible with your version of WordPress"
810
- msgstr "Compatível com a sua versão do WordPress"
811
-
812
- #: ../includes/settings/page-settings.php:62
813
- msgid "Logo"
814
- msgstr "Logotipo"
815
-
816
- #: ../includes/settings/page-settings.php:98
817
- msgid "Logo Width"
818
- msgstr "Largura do Logotipo"
819
-
820
- #: ../includes/settings/page-settings.php:115
821
- msgid "Logo Height"
822
- msgstr "Altura do Logotipo"
823
-
824
- #: ../includes/settings/page-settings.php:132
825
- #: ../includes/settings/page-settings.php:137
826
- msgid "Logo URL"
827
- msgstr "URL do Logotipo"
828
-
829
- #: ../includes/settings/page-settings.php:147
830
- #: ../includes/settings/page-settings.php:152
831
- msgid "Logo URL Title"
832
- msgstr "Título da URL do Logotipo"
833
-
834
- #: ../includes/settings/page-settings.php:168
835
- #: ../includes/settings/page-settings.php:182
836
- msgid "Logo "
837
- msgstr "Logotipo "
838
-
839
- #: ../includes/social/social.php:33
840
- msgid "Enable Social Icons"
841
- msgstr "Habilitar Ícones Sociais"
842
-
843
- #: ../includes/social/social.php:39
844
- msgid "No Icon"
845
- msgstr "Sem Ícones"
846
-
847
- #: ../includes/social/social.php:40
848
- msgid "Inner"
849
- msgstr "Interno"
850
-
851
- #: ../includes/social/social.php:41
852
- msgid "Outer"
853
- msgstr "Externo"
854
-
855
- #: ../includes/social/social.php:42
856
- msgid "Both"
857
- msgstr "Ambos"
858
-
859
- #: ../includes/social/social.php:53
860
- msgid "Social Media Icon Size"
861
- msgstr "Tamanho do Ícone Social"
862
-
863
- #: ../includes/social/social.php:59
864
- msgid "Small"
865
- msgstr "Pequeno"
866
-
867
- #: ../includes/social/social.php:62
868
- msgid "Medium"
869
- msgstr "Médio"
870
-
871
- #: ../includes/social/social.php:65
872
- msgid "Large"
873
- msgstr "Grande"
874
-
875
- #: ../includes/social/social.php:76
876
- msgid "Social Media Icon Layout"
877
- msgstr "Layout do Ícone Social"
878
-
879
- #: ../includes/social/social.php:82
880
- msgid "Rectangle"
881
- msgstr "Retângulo"
882
-
883
- #: ../includes/social/social.php:85
884
- msgid "Circle"
885
- msgstr "Círculo"
886
-
887
- #: ../includes/social/social.php:96
888
- msgid "Social Media Icon Color"
889
- msgstr "Cor do Ícone Social"
890
-
891
- #: ../includes/social/social.php:111
892
- msgid "Social Media Icon Color On Hover"
893
- msgstr "Cor do Ícone Social Sobreposto"
894
-
895
- #: ../includes/social/social.php:126
896
- msgid "Social Media Icon Background Color"
897
- msgstr "Cor de Fundo do Ícone Social"
898
-
899
- #: ../includes/social/social.php:141
900
- msgid "Social Media Background Color On Hover"
901
- msgstr "Cor de Fundo do Ícone Social Sobreposto"
902
-
903
- #: ../includes/social/social.php:156
904
- msgid "Social Profiles"
905
- msgstr "Perfis Sociais"
906
-
907
- #: ../includes/social/social.php:161
908
- msgid "Enter your social profiles complete url here"
909
- msgstr "Entre com as url's completas dos seus perfis sociais"
910
-
911
- #: ../includes/social/social.php:163
912
- msgid "Facebook"
913
- msgstr "Facebook"
914
-
915
- #: ../includes/social/social.php:164
916
- msgid "Twitter"
917
- msgstr "Twitter"
918
-
919
- #: ../includes/social/social.php:165
920
- msgid "Linkedin"
921
- msgstr "Linkedin"
922
-
923
- #: ../includes/social/social.php:166
924
- msgid "google plus"
925
- msgstr "Google Plus"
926
-
927
- #: ../includes/social/social.php:167
928
- msgid "Pinterest"
929
- msgstr "Pinterest"
930
-
931
- #: ../includes/social/social.php:168
932
- msgid "Digg"
933
- msgstr "Digg"
934
-
935
- #: ../includes/social/social.php:169
936
- msgid "Youtube"
937
- msgstr "Youtube"
938
-
939
- #: ../includes/social/social.php:170
940
- msgid "Flickr"
941
- msgstr "Flickr"
942
-
943
- #: ../includes/social/social.php:171
944
- msgid "Tumblr"
945
- msgstr "Tumblr"
946
-
947
- #: ../includes/social/social.php:172
948
- msgid "VKontakte"
949
- msgstr "VKontakte"
950
-
951
- #: ../includes/social/social.php:173
952
- msgid "Skype"
953
- msgstr "Skype"
954
-
955
- #: ../includes/social/social.php:174
956
- msgid "Instagram"
957
- msgstr "Instagram"
958
-
959
- #: ../includes/social/social.php:175
960
- msgid "Telegram"
961
- msgstr "Telegram"
962
-
963
- #: ../includes/social/social.php:176
964
- msgid "Whatsapp"
965
- msgstr "Whatsapp"
966
-
967
- #: ../includes/social/social.php:193 ../includes/social/social.php:207
968
- msgid "Social "
969
- msgstr "Social "
970
-
971
- #~ msgid "Contact Us:"
972
- #~ msgstr "Contate-nos:"
973
-
974
- #~ msgid "Nome de Usuário"
975
- #~ msgstr "Nome de Usuário"
976
-
977
- #~ msgid "nome de usuário"
978
- #~ msgstr "nome de usuário"
979
-
980
- #~ msgid "Senha"
981
- #~ msgstr "Senha"
982
-
983
- #~ msgid "senha"
984
- #~ msgstr "senha"
985
-
986
- #~ msgid "Contate-nos:"
987
- #~ msgstr "Contate-nos:"
988
-
989
- #~ msgid "Login from Floating"
990
- #~ msgstr "Login Flutuante"
991
-
992
- #~ msgid " Login Preview"
993
- #~ msgstr " Pré-visualizar Login"
994
-
995
- #~ msgid "Admin Custom login Status"
996
- #~ msgstr "Personalizar Status de Login do Administrador"
997
-
998
- #~ msgid "Disabled"
999
- #~ msgstr "Desabilitado"
1000
-
1001
- #~ msgid "Enable Custom Login"
1002
- #~ msgstr "Habilitar Personalização de Login"
1003
-
1004
- #~ msgid "Open Your WP Login Page in a New Tab"
1005
- #~ msgstr "Abrir Sua Página de WP Login em uma Nova Aba"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/admin-custom-login-de_DE.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-de_DE.po → admin-custom-login-de_DE.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:57+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:57+0530\n"
6
  "Last-Translator: Markus Petautschnig <markus_petautschnig@yahoo.de>\n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -30,11 +30,11 @@ msgstr ""
30
 
31
  #: admin-custom-login.php:429
32
  msgid "Please upload a valid .json file"
33
- msgstr "Bitte eine gültige .json-Datei hochladen!"
34
 
35
  #: admin-custom-login.php:435
36
  msgid "Please upload a file to import"
37
- msgstr "Bitte eine Datei, für den Import, hochladen!"
38
 
39
  #: includes/Login-form-setting/Login-form-background.php:175
40
  msgid "Login Settings"
@@ -80,15 +80,14 @@ msgstr "Schwimmend mit angepassten Einstellungen"
80
  msgid "Note: This form position setting will be not responsive."
81
  msgstr ""
82
  "Hinweis: Die Einstellungen für die Position des Formulars ist nicht "
83
- "responsive!"
84
 
85
  #: includes/Login-form-setting/Login-form-background.php:260
86
- #: includes/design/background.php:103
87
  msgid "Select Background"
88
  msgstr "Wähle Hintergrund"
89
 
90
  #: includes/Login-form-setting/Login-form-background.php:266
91
- #: includes/design/background.php:110
92
  msgid "Select background"
93
  msgstr "Wähle Hintergrund"
94
 
@@ -127,8 +126,8 @@ msgid "Upload"
127
  msgstr "Hochladen"
128
 
129
  #: includes/Login-form-setting/Login-form-background.php:329
130
- #: includes/settings/page-settings.php:70
131
- msgid "preview"
132
  msgstr "Vorschau"
133
 
134
  #: includes/Login-form-setting/Login-form-background.php:331
@@ -145,8 +144,8 @@ msgstr "Login Hintergrund Bild"
145
  #: includes/Login-form-setting/Login-form-background.php:592
146
  #: includes/Login-form-setting/Login-form-background.php:606
147
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
148
- #: includes/design/background.php:180 includes/design/background.php:369
149
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
150
  #: includes/design/text_and_color.php:2609
151
  #: includes/settings/page-settings.php:84
152
  #: includes/settings/page-settings.php:168
@@ -161,72 +160,72 @@ msgid "Background Repeat"
161
  msgstr "Hintergrund wiederholen"
162
 
163
  #: includes/Login-form-setting/Login-form-background.php:366
164
- #: includes/design/background.php:220
165
- msgid "No Repeat "
166
  msgstr "Kein wiederholen"
167
 
168
  #: includes/Login-form-setting/Login-form-background.php:367
169
- #: includes/design/background.php:221
170
  msgid "Repeat"
171
  msgstr "Wiederholen"
172
 
173
  #: includes/Login-form-setting/Login-form-background.php:368
174
- #: includes/design/background.php:222
175
  msgid "Repeat Horizontally"
176
  msgstr "Horizontal wiederholen"
177
 
178
  #: includes/Login-form-setting/Login-form-background.php:369
179
- #: includes/design/background.php:223
180
  msgid "Repeat Vertically"
181
  msgstr "Vertikal wiederholen"
182
 
183
  #: includes/Login-form-setting/Login-form-background.php:380
184
- #: includes/design/background.php:235
185
- msgid "Background Position "
186
  msgstr "Hintergrund Position"
187
 
188
  #: includes/Login-form-setting/Login-form-background.php:386
189
- #: includes/design/background.php:241
190
  msgid "Left Top"
191
  msgstr "Links Oben"
192
 
193
  #: includes/Login-form-setting/Login-form-background.php:387
194
- #: includes/design/background.php:242
195
  msgid "Left Center"
196
  msgstr "Links Mitte"
197
 
198
  #: includes/Login-form-setting/Login-form-background.php:388
199
- #: includes/design/background.php:243
200
  msgid "Left Bottom"
201
  msgstr "Links Unten"
202
 
203
  #: includes/Login-form-setting/Login-form-background.php:389
204
- #: includes/design/background.php:244
205
  msgid "Right Top"
206
  msgstr "Rechts Oben"
207
 
208
  #: includes/Login-form-setting/Login-form-background.php:390
209
- #: includes/design/background.php:245
210
  msgid "Right Center"
211
  msgstr "Rechts Mitte"
212
 
213
  #: includes/Login-form-setting/Login-form-background.php:391
214
- #: includes/design/background.php:246
215
  msgid "Right Bottom"
216
  msgstr "Rechts UNten"
217
 
218
  #: includes/Login-form-setting/Login-form-background.php:392
219
- #: includes/design/background.php:247
220
  msgid "Center Top"
221
  msgstr "Mitte Oben"
222
 
223
  #: includes/Login-form-setting/Login-form-background.php:393
224
- #: includes/design/background.php:248
225
  msgid "Center Center"
226
  msgstr "Mitte Mitte"
227
 
228
  #: includes/Login-form-setting/Login-form-background.php:394
229
- #: includes/design/background.php:249
230
  msgid "Center Bottom"
231
  msgstr "Mitte Unten"
232
 
@@ -295,7 +294,7 @@ msgid "Border Thickness"
295
  msgstr "Umrandungsdicke"
296
 
297
  #: includes/Login-form-setting/Login-form-background.php:516
298
- msgid "Enable form shadow?"
299
  msgstr "Aktiviere Formularschatten?"
300
 
301
  #: includes/Login-form-setting/Login-form-background.php:522
@@ -318,6 +317,16 @@ msgstr "Formularschatten Farbe"
318
  msgid "Redirect Users After Login (Not Work For Admin)"
319
  msgstr ""
320
 
 
 
 
 
 
 
 
 
 
 
321
  #: includes/Login-form-setting/Login-form-background.php:567
322
  #: includes/Login-form-setting/Login-form-background.php:572
323
  msgid "Custom CSS"
@@ -327,142 +336,143 @@ msgstr "Benutzerdefiniertes CSS"
327
  msgid "Enter any custom css you want to apply on login panel."
328
  msgstr ""
329
  "Fügen Sie einen beliebigen, benutzerdefinierten CSS-Code ein, den Sie dem "
330
- "Anmelde-Panel hinzufügen möchten"
331
 
332
  #: includes/Login-form-setting/Login-form-background.php:575
333
  msgid "Note: Please Do Not Use"
334
- msgstr "Hinweis: Bitte nicht verwenden!"
335
 
336
  #: includes/Login-form-setting/Login-form-background.php:575
337
  msgid "Tag With Custom CSS"
338
- msgstr "Tag nicht mit benutzerdefiniertem CSS-Code verbinden."
339
 
340
  #: includes/Login-form-setting/Login-form-background.php:592
341
  #: includes/Login-form-setting/Login-form-background.php:606
342
- msgid "Login "
343
  msgstr "Login"
344
 
345
  #: includes/Login-form-setting/Login-form-background.php:592
346
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
347
  #: includes/design/text_and_color.php:2594
348
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
349
  msgid "Setting Save Successfully"
350
- msgstr "Einstellungen erfolgreich gespeichert!"
351
 
352
  #: includes/Login-form-setting/Login-form-background.php:606
353
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
354
  #: includes/design/text_and_color.php:2609
355
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
356
  msgid "Setting Reset Successfully"
357
- msgstr "Einstellungen erfolgreich zurückgesetzt!"
358
 
359
  #: includes/Login-form-setting/Login-form-background.php:613
360
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
361
  #: includes/design/text_and_color.php:2617
362
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
363
  msgid "Save Changes"
364
  msgstr "Änderungen speichern"
365
 
366
  #: includes/Login-form-setting/Login-form-background.php:616
367
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
368
  #: includes/design/text_and_color.php:2620
369
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
370
  msgid "Reset Default"
371
  msgstr "Auf Standard zurücksetzten"
372
 
373
- #: includes/content.php:29
374
  msgid "Admin Custom Login"
375
  msgstr "Admin Custom Login"
376
 
377
- #: includes/content.php:64
378
  msgid "Powered By"
379
  msgstr "Bereitgestellt von"
380
 
381
- #: includes/content.php:66
382
  msgid "Weblizar"
383
  msgstr "Weblizar"
384
 
385
- #: includes/content.php:70
386
  msgid "Show Us Some Love (Rate Us)"
387
  msgstr ""
388
 
389
- #: includes/content.php:86
 
390
  msgid "Dashboard"
391
  msgstr "Armaturenbrett"
392
 
393
- #: includes/content.php:87
394
  msgid "Application overview"
395
  msgstr "Anwendungsübersicht"
396
 
397
- #: includes/content.php:96
398
  msgid "Background Design"
399
  msgstr "Hintergrund Design"
400
 
401
- #: includes/content.php:97
402
  msgid "Modify Background design here"
403
  msgstr "Hintergrunddesign hier ändern"
404
 
405
- #: includes/content.php:107
406
  msgid "Login form Setting"
407
- msgstr "Formular Einstell..."
408
 
409
- #: includes/content.php:108
410
  msgid "Modify Login design here"
411
  msgstr "Login Design hier ändern"
412
 
413
- #: includes/content.php:118
414
  msgid "Font Setting"
415
- msgstr "Schrift Einstell..."
416
 
417
- #: includes/content.php:119
418
  msgid "Modify Login Form Style here"
419
  msgstr "Anmeldeformular-Stil hier ändern"
420
 
421
- #: includes/content.php:129 includes/settings/page-settings.php:50
422
  msgid "Logo Settings"
423
  msgstr "Logo Einstellungen"
424
 
425
- #: includes/content.php:130
426
  msgid "Customize Logo Settings here"
427
  msgstr "Logo Einstellungen hier personalisieren"
428
 
429
- #: includes/content.php:141 includes/social/social.php:21
430
  msgid "Social Settings"
431
- msgstr "Social Einstell..."
432
 
433
- #: includes/content.php:142
434
  msgid "Connect with your social profile"
435
  msgstr "Verknüpfen Sie Ihre Sozialen Profile"
436
 
437
- #: includes/content.php:152
438
  msgid "Export / Import"
439
  msgstr "Export/Import"
440
 
441
- #: includes/content.php:153
442
  msgid "Export / Import Your Data"
443
  msgstr "Export / Import Ihrer Daten"
444
 
445
- #: includes/content.php:162
446
  msgid "Recommendations"
447
  msgstr "Empfehlungen"
448
 
449
- #: includes/content.php:163
450
  msgid "Get More Free Useful Plugins"
451
- msgstr "Erhalten Sie weitere kostenlose nützliche Plugins..."
452
 
453
- #: includes/content.php:172 includes/help/help.php:15
454
  msgid "Help And Support"
455
  msgstr "Hilfe und Support"
456
 
457
- #: includes/content.php:173
458
  msgid "Ask your query"
459
  msgstr "Suchanfrage eingeben"
460
 
461
- #: includes/content.php:182
462
- msgid "Please rate us "
463
  msgstr "Bewerten Sie uns"
464
 
465
- #: includes/content.php:183
466
  msgid "If you like us"
467
  msgstr "Wenn Sie uns mögen"
468
 
@@ -479,7 +489,6 @@ msgid "Disable"
479
  msgstr "Deaktivieren"
480
 
481
  #: includes/dashboard/dashboard.php:36
482
- #, fuzzy
483
  msgid "Enable"
484
  msgstr "Aktivieren"
485
 
@@ -491,96 +500,88 @@ msgstr "Login Seite ansehen"
491
  msgid "Copy below link and open in another browser where you are not logged in"
492
  msgstr ""
493
 
494
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
495
- msgid "Dashboard "
496
- msgstr "Armaturenbrett"
497
-
498
  #: includes/design/background.php:91
499
  msgid "Background Settings"
500
  msgstr "Hintergrund Einstellungen"
501
 
502
  #: includes/design/background.php:109
503
- msgid "No background Selected"
504
  msgstr "Kein Hintergrund gewählt"
505
 
506
  #: includes/design/background.php:113
507
  msgid "Background SlideShow"
508
  msgstr "Hintergrund Slideshow"
509
 
510
- #: includes/design/background.php:162
511
- msgid "Preview"
512
- msgstr "Vorschau"
513
-
514
  #: includes/design/background.php:196
515
  msgid "Cover or Strech"
516
  msgstr "Überlappen oder Strecken"
517
 
518
- #: includes/design/background.php:261
519
  msgid "Background Attachment"
520
  msgstr "Hintergrund Fixierung"
521
 
522
- #: includes/design/background.php:267
523
  msgid "Fixed"
524
  msgstr "Fixiert"
525
 
526
- #: includes/design/background.php:268
527
  msgid "Scroll"
528
  msgstr "Scrollen"
529
 
530
- #: includes/design/background.php:269
531
  msgid "Inherit"
532
  msgstr "Vererbt"
533
 
534
- #: includes/design/background.php:288 includes/design/background.php:310
535
  msgid "No. Of Background Slideshow"
536
  msgstr "Nr. der Hintergrund Slideshow"
537
 
538
- #: includes/design/background.php:294
539
  msgid "Select Number of Slide Show"
540
  msgstr "Wähle Anzahl der Slideshow"
541
 
542
- #: includes/design/background.php:295
543
  msgid "2"
544
  msgstr "2"
545
 
546
- #: includes/design/background.php:296
547
  msgid "3"
548
  msgstr "3"
549
 
550
- #: includes/design/background.php:297
551
  msgid "4"
552
  msgstr "4"
553
 
554
- #: includes/design/background.php:298
555
  msgid "5"
556
  msgstr "5"
557
 
558
- #: includes/design/background.php:299
559
  msgid "6"
560
  msgstr "6"
561
 
562
- #: includes/design/background.php:340
563
  msgid "Slider Animation"
564
  msgstr "Slider Animation"
565
 
566
- #: includes/design/background.php:347
567
  msgid "Slider Animation 1"
568
  msgstr "Slider Animation 1"
569
 
570
- #: includes/design/background.php:348
571
  msgid "Slider Animation 2"
572
  msgstr "Slider Animation 2"
573
 
574
- #: includes/design/background.php:349
575
  msgid "Slider Animation 3"
576
  msgstr "Slider Animation 3"
577
 
578
- #: includes/design/background.php:350
579
  msgid "Slider Animation 4"
580
  msgstr "Slider Animation 4"
581
 
582
- #: includes/design/background.php:369 includes/design/background.php:384
583
- msgid "Top Background "
584
  msgstr "Top Hintergrund"
585
 
586
  #: includes/design/text_and_color.php:89
@@ -657,12 +658,12 @@ msgstr "Icon für Passwort Eingabebox"
657
 
658
  #: includes/design/text_and_color.php:2594
659
  #: includes/design/text_and_color.php:2609
660
- msgid "Text and Color "
661
  msgstr "Text und Farbe"
662
 
663
  #: includes/help/help.php:28
664
  msgid "View Support Docs or Open a Ticket"
665
- msgstr "Support Dokumente anzeigen, oder Ticket öffnen."
666
 
667
  #: includes/help/help.php:38 includes/help/rate.php:15
668
  #: includes/help/rate.php:39
@@ -679,7 +680,7 @@ msgstr ""
679
 
680
  #: includes/help/help.php:62
681
  msgid "Share Us Your Suggestion"
682
- msgstr "Teilen Sie Ihre Vorschläge mit uns."
683
 
684
  #: includes/help/help.php:68
685
  msgid ""
@@ -688,15 +689,15 @@ msgid ""
688
  msgstr ""
689
 
690
  #: includes/help/help.php:80
691
- msgid "Language Contribution "
692
- msgstr "Zur Übersetzung beitragen "
693
 
694
  #: includes/help/help.php:85
695
- msgid " Translate this plugin into your language"
696
  msgstr ""
697
 
698
  #: includes/help/help.php:86
699
- msgid "Question : How to convert Plguin into My Language ?"
700
  msgstr ""
701
 
702
  #: includes/help/help.php:87
@@ -710,7 +711,7 @@ msgid ""
710
  msgstr ""
711
 
712
  #: includes/import-export-setting/import_export.php:13
713
- msgid "Export Custom Login Data "
714
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
715
 
716
  #: includes/import-export-setting/import_export.php:18
@@ -722,8 +723,12 @@ msgstr ""
722
  "Auf diese Weise können Sie die Konfiguration einfach in eine andere Seite "
723
  "importieren."
724
 
 
 
 
 
725
  #: includes/import-export-setting/import_export.php:37
726
- msgid "Import Custom Login Data "
727
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
728
 
729
  #: includes/import-export-setting/import_export.php:42
@@ -735,74 +740,19 @@ msgstr ""
735
  "kann durch die Nutzung der obigen Funktion auf einer anderen Webseite "
736
  "exportiert werden."
737
 
738
- #: includes/recommendations/recommendations.php:18
739
- msgid "Plugin Recommendation"
740
- msgstr "Plugin-Empfehlungen"
741
 
742
  #. translators: 1: The rating
743
- #: includes/recommendations/recommendations.php:79
744
  #, php-format
745
  msgid "%s rating"
746
  msgstr "%s Bewertung"
747
 
748
- #: includes/recommendations/recommendations.php:98
749
- msgid "Get More Free Wordpress Plguins From Weblizar"
750
- msgstr "Erhalten Sie weitere kostenlose Wordpress Plugins von Weblizar"
751
-
752
- #. translators: 1: Plugin name and version.
753
- #: includes/recommendations/recommendations.php:147
754
- msgid "More Details"
755
- msgstr "Mehr Details"
756
-
757
- #. translators: 1: Plugin name and version.
758
- #: includes/recommendations/recommendations.php:158
759
- msgid "Install Now"
760
- msgstr "Jetzt installieren"
761
-
762
- #. translators: 1: Plugin name and version
763
- #: includes/recommendations/recommendations.php:165
764
- msgid "Update Now"
765
- msgstr "Jetzt aktualisieren"
766
-
767
- #: includes/recommendations/recommendations.php:192
768
- msgid "By "
769
- msgstr "Von"
770
-
771
- #: includes/recommendations/recommendations.php:211
772
- #: includes/recommendations/recommendations.php:221
773
- #: includes/recommendations/recommendations.php:231
774
- #: includes/recommendations/recommendations.php:241
775
- #: includes/recommendations/recommendations.php:251
776
- #: includes/recommendations/recommendations.php:261
777
- msgid "Premium Editions"
778
- msgstr "Premium-Editionen"
779
-
780
- #: includes/recommendations/recommendations.php:214
781
- #: includes/recommendations/recommendations.php:224
782
- #: includes/recommendations/recommendations.php:234
783
- #: includes/recommendations/recommendations.php:244
784
- #: includes/recommendations/recommendations.php:254
785
- #: includes/recommendations/recommendations.php:264
786
- msgid "Visit Website"
787
- msgstr "Webseite besuchen"
788
-
789
- #: includes/recommendations/recommendations.php:282
790
- msgid "Last Updated:"
791
- msgstr "Letzte Änderung:"
792
-
793
- #: includes/recommendations/recommendations.php:293
794
- msgid "<strong>Untested</strong> with your version of WordPress"
795
- msgstr "<strong>Ungetestet</strong> mit Ihrer Version von WordPress!"
796
-
797
- #: includes/recommendations/recommendations.php:297
798
- msgid "Incompatible with your version of WordPress"
799
- msgstr "<strong>Inkompatibel</strong> mit Ihrer WordPress-Version!"
800
-
801
- #: includes/recommendations/recommendations.php:301
802
- msgid "Compatible with your version of WordPress"
803
- msgstr "<strong>Kompatibel</strong> mit Ihrer WordPress-Version!"
804
-
805
  #: includes/settings/page-settings.php:62
 
 
806
  msgid "Logo"
807
  msgstr "Logo"
808
 
@@ -824,11 +774,6 @@ msgstr "Logo URL"
824
  msgid "Logo URL Title"
825
  msgstr "Logo URL Titel"
826
 
827
- #: includes/settings/page-settings.php:168
828
- #: includes/settings/page-settings.php:182
829
- msgid "Logo "
830
- msgstr "Logo"
831
-
832
  #: includes/social/social.php:33
833
  msgid "Enable Social Icons"
834
  msgstr "Aktiviere Soziale Icons"
@@ -914,8 +859,8 @@ msgid "Linkedin"
914
  msgstr "Linkedin"
915
 
916
  #: includes/social/social.php:166
917
- msgid "google plus"
918
- msgstr "Google+"
919
 
920
  #: includes/social/social.php:167
921
  msgid "Pinterest"
@@ -958,9 +903,56 @@ msgid "Whatsapp"
958
  msgstr ""
959
 
960
  #: includes/social/social.php:193 includes/social/social.php:207
961
- msgid "Social "
962
  msgstr "Social"
963
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
964
  #~ msgid "Contact Us:"
965
  #~ msgstr "Kontaktieren Sie uns:"
966
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:35+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:35+0530\n"
6
  "Last-Translator: Markus Petautschnig <markus_petautschnig@yahoo.de>\n"
7
  "Language-Team: \n"
8
  "Language: de_DE\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
30
 
31
  #: admin-custom-login.php:429
32
  msgid "Please upload a valid .json file"
33
+ msgstr "Bitte eine gültige .json-Datei hochladen"
34
 
35
  #: admin-custom-login.php:435
36
  msgid "Please upload a file to import"
37
+ msgstr "Bitte eine Datei, für den Import, hochladen"
38
 
39
  #: includes/Login-form-setting/Login-form-background.php:175
40
  msgid "Login Settings"
80
  msgid "Note: This form position setting will be not responsive."
81
  msgstr ""
82
  "Hinweis: Die Einstellungen für die Position des Formulars ist nicht "
83
+ "responsive!."
84
 
85
  #: includes/Login-form-setting/Login-form-background.php:260
86
+ #: includes/design/background.php:103 includes/design/background.php:110
87
  msgid "Select Background"
88
  msgstr "Wähle Hintergrund"
89
 
90
  #: includes/Login-form-setting/Login-form-background.php:266
 
91
  msgid "Select background"
92
  msgstr "Wähle Hintergrund"
93
 
126
  msgstr "Hochladen"
127
 
128
  #: includes/Login-form-setting/Login-form-background.php:329
129
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
130
+ msgid "Preview"
131
  msgstr "Vorschau"
132
 
133
  #: includes/Login-form-setting/Login-form-background.php:331
144
  #: includes/Login-form-setting/Login-form-background.php:592
145
  #: includes/Login-form-setting/Login-form-background.php:606
146
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
147
+ #: includes/design/background.php:180 includes/design/background.php:368
148
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
149
  #: includes/design/text_and_color.php:2609
150
  #: includes/settings/page-settings.php:84
151
  #: includes/settings/page-settings.php:168
160
  msgstr "Hintergrund wiederholen"
161
 
162
  #: includes/Login-form-setting/Login-form-background.php:366
163
+ #: includes/design/background.php:219
164
+ msgid "No Repeat"
165
  msgstr "Kein wiederholen"
166
 
167
  #: includes/Login-form-setting/Login-form-background.php:367
168
+ #: includes/design/background.php:220
169
  msgid "Repeat"
170
  msgstr "Wiederholen"
171
 
172
  #: includes/Login-form-setting/Login-form-background.php:368
173
+ #: includes/design/background.php:221
174
  msgid "Repeat Horizontally"
175
  msgstr "Horizontal wiederholen"
176
 
177
  #: includes/Login-form-setting/Login-form-background.php:369
178
+ #: includes/design/background.php:222
179
  msgid "Repeat Vertically"
180
  msgstr "Vertikal wiederholen"
181
 
182
  #: includes/Login-form-setting/Login-form-background.php:380
183
+ #: includes/design/background.php:234
184
+ msgid "Background Position"
185
  msgstr "Hintergrund Position"
186
 
187
  #: includes/Login-form-setting/Login-form-background.php:386
188
+ #: includes/design/background.php:240
189
  msgid "Left Top"
190
  msgstr "Links Oben"
191
 
192
  #: includes/Login-form-setting/Login-form-background.php:387
193
+ #: includes/design/background.php:241
194
  msgid "Left Center"
195
  msgstr "Links Mitte"
196
 
197
  #: includes/Login-form-setting/Login-form-background.php:388
198
+ #: includes/design/background.php:242
199
  msgid "Left Bottom"
200
  msgstr "Links Unten"
201
 
202
  #: includes/Login-form-setting/Login-form-background.php:389
203
+ #: includes/design/background.php:243
204
  msgid "Right Top"
205
  msgstr "Rechts Oben"
206
 
207
  #: includes/Login-form-setting/Login-form-background.php:390
208
+ #: includes/design/background.php:244
209
  msgid "Right Center"
210
  msgstr "Rechts Mitte"
211
 
212
  #: includes/Login-form-setting/Login-form-background.php:391
213
+ #: includes/design/background.php:245
214
  msgid "Right Bottom"
215
  msgstr "Rechts UNten"
216
 
217
  #: includes/Login-form-setting/Login-form-background.php:392
218
+ #: includes/design/background.php:246
219
  msgid "Center Top"
220
  msgstr "Mitte Oben"
221
 
222
  #: includes/Login-form-setting/Login-form-background.php:393
223
+ #: includes/design/background.php:247
224
  msgid "Center Center"
225
  msgstr "Mitte Mitte"
226
 
227
  #: includes/Login-form-setting/Login-form-background.php:394
228
+ #: includes/design/background.php:248
229
  msgid "Center Bottom"
230
  msgstr "Mitte Unten"
231
 
294
  msgstr "Umrandungsdicke"
295
 
296
  #: includes/Login-form-setting/Login-form-background.php:516
297
+ msgid "Enable Form Shadow?"
298
  msgstr "Aktiviere Formularschatten?"
299
 
300
  #: includes/Login-form-setting/Login-form-background.php:522
317
  msgid "Redirect Users After Login (Not Work For Admin)"
318
  msgstr ""
319
 
320
+ #: includes/Login-form-setting/Login-form-background.php:556
321
+ msgid "Redirect URL"
322
+ msgstr ""
323
+
324
+ #: includes/Login-form-setting/Login-form-background.php:557
325
+ msgid ""
326
+ "Enter the URL to redirect users after login, Setting will not work for an "
327
+ "administrator."
328
+ msgstr ""
329
+
330
  #: includes/Login-form-setting/Login-form-background.php:567
331
  #: includes/Login-form-setting/Login-form-background.php:572
332
  msgid "Custom CSS"
336
  msgid "Enter any custom css you want to apply on login panel."
337
  msgstr ""
338
  "Fügen Sie einen beliebigen, benutzerdefinierten CSS-Code ein, den Sie dem "
339
+ "Anmelde-Panel hinzufügen möchten."
340
 
341
  #: includes/Login-form-setting/Login-form-background.php:575
342
  msgid "Note: Please Do Not Use"
343
+ msgstr "Hinweis: Bitte nicht verwenden"
344
 
345
  #: includes/Login-form-setting/Login-form-background.php:575
346
  msgid "Tag With Custom CSS"
347
+ msgstr "Tag nicht mit benutzerdefiniertem CSS-Code verbinden"
348
 
349
  #: includes/Login-form-setting/Login-form-background.php:592
350
  #: includes/Login-form-setting/Login-form-background.php:606
351
+ msgid "Login"
352
  msgstr "Login"
353
 
354
  #: includes/Login-form-setting/Login-form-background.php:592
355
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
356
  #: includes/design/text_and_color.php:2594
357
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
358
  msgid "Setting Save Successfully"
359
+ msgstr "Einstellungen erfolgreich gespeichert"
360
 
361
  #: includes/Login-form-setting/Login-form-background.php:606
362
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
363
  #: includes/design/text_and_color.php:2609
364
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
365
  msgid "Setting Reset Successfully"
366
+ msgstr "Einstellungen erfolgreich zurückgesetzt"
367
 
368
  #: includes/Login-form-setting/Login-form-background.php:613
369
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
370
  #: includes/design/text_and_color.php:2617
371
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
372
  msgid "Save Changes"
373
  msgstr "Änderungen speichern"
374
 
375
  #: includes/Login-form-setting/Login-form-background.php:616
376
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
377
  #: includes/design/text_and_color.php:2620
378
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
379
  msgid "Reset Default"
380
  msgstr "Auf Standard zurücksetzten"
381
 
382
+ #: includes/content.php:28
383
  msgid "Admin Custom Login"
384
  msgstr "Admin Custom Login"
385
 
386
+ #: includes/content.php:63
387
  msgid "Powered By"
388
  msgstr "Bereitgestellt von"
389
 
390
+ #: includes/content.php:65
391
  msgid "Weblizar"
392
  msgstr "Weblizar"
393
 
394
+ #: includes/content.php:69
395
  msgid "Show Us Some Love (Rate Us)"
396
  msgstr ""
397
 
398
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
399
+ #: includes/dashboard/dashboard.php:84
400
  msgid "Dashboard"
401
  msgstr "Armaturenbrett"
402
 
403
+ #: includes/content.php:86
404
  msgid "Application overview"
405
  msgstr "Anwendungsübersicht"
406
 
407
+ #: includes/content.php:95
408
  msgid "Background Design"
409
  msgstr "Hintergrund Design"
410
 
411
+ #: includes/content.php:96
412
  msgid "Modify Background design here"
413
  msgstr "Hintergrunddesign hier ändern"
414
 
415
+ #: includes/content.php:106
416
  msgid "Login form Setting"
417
+ msgstr "Formular Einstell"
418
 
419
+ #: includes/content.php:107
420
  msgid "Modify Login design here"
421
  msgstr "Login Design hier ändern"
422
 
423
+ #: includes/content.php:117
424
  msgid "Font Setting"
425
+ msgstr "Schrift Einstell"
426
 
427
+ #: includes/content.php:118
428
  msgid "Modify Login Form Style here"
429
  msgstr "Anmeldeformular-Stil hier ändern"
430
 
431
+ #: includes/content.php:128 includes/settings/page-settings.php:50
432
  msgid "Logo Settings"
433
  msgstr "Logo Einstellungen"
434
 
435
+ #: includes/content.php:129
436
  msgid "Customize Logo Settings here"
437
  msgstr "Logo Einstellungen hier personalisieren"
438
 
439
+ #: includes/content.php:140 includes/social/social.php:21
440
  msgid "Social Settings"
441
+ msgstr "Social Einstell"
442
 
443
+ #: includes/content.php:141
444
  msgid "Connect with your social profile"
445
  msgstr "Verknüpfen Sie Ihre Sozialen Profile"
446
 
447
+ #: includes/content.php:151
448
  msgid "Export / Import"
449
  msgstr "Export/Import"
450
 
451
+ #: includes/content.php:152
452
  msgid "Export / Import Your Data"
453
  msgstr "Export / Import Ihrer Daten"
454
 
455
+ #: includes/content.php:161
456
  msgid "Recommendations"
457
  msgstr "Empfehlungen"
458
 
459
+ #: includes/content.php:162
460
  msgid "Get More Free Useful Plugins"
461
+ msgstr "Erhalten Sie weitere kostenlose nützliche Plugins"
462
 
463
+ #: includes/content.php:171 includes/help/help.php:15
464
  msgid "Help And Support"
465
  msgstr "Hilfe und Support"
466
 
467
+ #: includes/content.php:172
468
  msgid "Ask your query"
469
  msgstr "Suchanfrage eingeben"
470
 
471
+ #: includes/content.php:181
472
+ msgid "Please rate us"
473
  msgstr "Bewerten Sie uns"
474
 
475
+ #: includes/content.php:182
476
  msgid "If you like us"
477
  msgstr "Wenn Sie uns mögen"
478
 
489
  msgstr "Deaktivieren"
490
 
491
  #: includes/dashboard/dashboard.php:36
 
492
  msgid "Enable"
493
  msgstr "Aktivieren"
494
 
500
  msgid "Copy below link and open in another browser where you are not logged in"
501
  msgstr ""
502
 
 
 
 
 
503
  #: includes/design/background.php:91
504
  msgid "Background Settings"
505
  msgstr "Hintergrund Einstellungen"
506
 
507
  #: includes/design/background.php:109
508
+ msgid "No Background Selected"
509
  msgstr "Kein Hintergrund gewählt"
510
 
511
  #: includes/design/background.php:113
512
  msgid "Background SlideShow"
513
  msgstr "Hintergrund Slideshow"
514
 
 
 
 
 
515
  #: includes/design/background.php:196
516
  msgid "Cover or Strech"
517
  msgstr "Überlappen oder Strecken"
518
 
519
+ #: includes/design/background.php:260
520
  msgid "Background Attachment"
521
  msgstr "Hintergrund Fixierung"
522
 
523
+ #: includes/design/background.php:266
524
  msgid "Fixed"
525
  msgstr "Fixiert"
526
 
527
+ #: includes/design/background.php:267
528
  msgid "Scroll"
529
  msgstr "Scrollen"
530
 
531
+ #: includes/design/background.php:268
532
  msgid "Inherit"
533
  msgstr "Vererbt"
534
 
535
+ #: includes/design/background.php:287 includes/design/background.php:309
536
  msgid "No. Of Background Slideshow"
537
  msgstr "Nr. der Hintergrund Slideshow"
538
 
539
+ #: includes/design/background.php:293
540
  msgid "Select Number of Slide Show"
541
  msgstr "Wähle Anzahl der Slideshow"
542
 
543
+ #: includes/design/background.php:294
544
  msgid "2"
545
  msgstr "2"
546
 
547
+ #: includes/design/background.php:295
548
  msgid "3"
549
  msgstr "3"
550
 
551
+ #: includes/design/background.php:296
552
  msgid "4"
553
  msgstr "4"
554
 
555
+ #: includes/design/background.php:297
556
  msgid "5"
557
  msgstr "5"
558
 
559
+ #: includes/design/background.php:298
560
  msgid "6"
561
  msgstr "6"
562
 
563
+ #: includes/design/background.php:339
564
  msgid "Slider Animation"
565
  msgstr "Slider Animation"
566
 
567
+ #: includes/design/background.php:346
568
  msgid "Slider Animation 1"
569
  msgstr "Slider Animation 1"
570
 
571
+ #: includes/design/background.php:347
572
  msgid "Slider Animation 2"
573
  msgstr "Slider Animation 2"
574
 
575
+ #: includes/design/background.php:348
576
  msgid "Slider Animation 3"
577
  msgstr "Slider Animation 3"
578
 
579
+ #: includes/design/background.php:349
580
  msgid "Slider Animation 4"
581
  msgstr "Slider Animation 4"
582
 
583
+ #: includes/design/background.php:368 includes/design/background.php:383
584
+ msgid "Top Background"
585
  msgstr "Top Hintergrund"
586
 
587
  #: includes/design/text_and_color.php:89
658
 
659
  #: includes/design/text_and_color.php:2594
660
  #: includes/design/text_and_color.php:2609
661
+ msgid "Text and Color"
662
  msgstr "Text und Farbe"
663
 
664
  #: includes/help/help.php:28
665
  msgid "View Support Docs or Open a Ticket"
666
+ msgstr "Support Dokumente anzeigen, oder Ticket öffnen"
667
 
668
  #: includes/help/help.php:38 includes/help/rate.php:15
669
  #: includes/help/rate.php:39
680
 
681
  #: includes/help/help.php:62
682
  msgid "Share Us Your Suggestion"
683
+ msgstr "Teilen Sie Ihre Vorschläge mit uns"
684
 
685
  #: includes/help/help.php:68
686
  msgid ""
689
  msgstr ""
690
 
691
  #: includes/help/help.php:80
692
+ msgid "Language Contribution"
693
+ msgstr "Zur Übersetzung beitragen"
694
 
695
  #: includes/help/help.php:85
696
+ msgid "Translate this plugin into your language"
697
  msgstr ""
698
 
699
  #: includes/help/help.php:86
700
+ msgid "Question : How to convert Plguin into My Language?"
701
  msgstr ""
702
 
703
  #: includes/help/help.php:87
711
  msgstr ""
712
 
713
  #: includes/import-export-setting/import_export.php:13
714
+ msgid "Export Custom Login Data"
715
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
716
 
717
  #: includes/import-export-setting/import_export.php:18
723
  "Auf diese Weise können Sie die Konfiguration einfach in eine andere Seite "
724
  "importieren."
725
 
726
+ #: includes/import-export-setting/import_export.php:23
727
+ msgid "Export"
728
+ msgstr ""
729
+
730
  #: includes/import-export-setting/import_export.php:37
731
+ msgid "Import Custom Login Data"
732
  msgstr "Exportiere benutzerdefinierte Anmeldedaten"
733
 
734
  #: includes/import-export-setting/import_export.php:42
740
  "kann durch die Nutzung der obigen Funktion auf einer anderen Webseite "
741
  "exportiert werden."
742
 
743
+ #: includes/import-export-setting/import_export.php:50
744
+ msgid "Import"
745
+ msgstr ""
746
 
747
  #. translators: 1: The rating
748
+ #: includes/recommendations/recommendations.php:75
749
  #, php-format
750
  msgid "%s rating"
751
  msgstr "%s Bewertung"
752
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
753
  #: includes/settings/page-settings.php:62
754
+ #: includes/settings/page-settings.php:168
755
+ #: includes/settings/page-settings.php:182
756
  msgid "Logo"
757
  msgstr "Logo"
758
 
774
  msgid "Logo URL Title"
775
  msgstr "Logo URL Titel"
776
 
 
 
 
 
 
777
  #: includes/social/social.php:33
778
  msgid "Enable Social Icons"
779
  msgstr "Aktiviere Soziale Icons"
859
  msgstr "Linkedin"
860
 
861
  #: includes/social/social.php:166
862
+ msgid "Google Plus"
863
+ msgstr "Google Plus"
864
 
865
  #: includes/social/social.php:167
866
  msgid "Pinterest"
903
  msgstr ""
904
 
905
  #: includes/social/social.php:193 includes/social/social.php:207
906
+ msgid "Social"
907
  msgstr "Social"
908
 
909
+ #~ msgid "preview"
910
+ #~ msgstr "Vorschau"
911
+
912
+ #~ msgid "Plugin Recommendation"
913
+ #~ msgstr "Plugin-Empfehlungen"
914
+
915
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
916
+ #~ msgstr "Erhalten Sie weitere kostenlose Wordpress Plugins von Weblizar"
917
+
918
+ #~ msgid "More Details"
919
+ #~ msgstr "Mehr Details"
920
+
921
+ #~ msgid "Install Now"
922
+ #~ msgstr "Jetzt installieren"
923
+
924
+ #~ msgid "Update Now"
925
+ #~ msgstr "Jetzt aktualisieren"
926
+
927
+ #, fuzzy
928
+ #~| msgid "By "
929
+ #~ msgid "By"
930
+ #~ msgstr "Von"
931
+
932
+ #~ msgid "Premium Editions"
933
+ #~ msgstr "Premium-Editionen"
934
+
935
+ #~ msgid "Visit Website"
936
+ #~ msgstr "Webseite besuchen"
937
+
938
+ #~ msgid "Last Updated:"
939
+ #~ msgstr "Letzte Änderung:"
940
+
941
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
942
+ #~ msgstr "<strong>Ungetestet</strong> mit Ihrer Version von WordPress!"
943
+
944
+ #~ msgid "Incompatible with your version of WordPress"
945
+ #~ msgstr "<strong>Inkompatibel</strong> mit Ihrer WordPress-Version!"
946
+
947
+ #~ msgid "Compatible with your version of WordPress"
948
+ #~ msgstr "<strong>Kompatibel</strong> mit Ihrer WordPress-Version!"
949
+
950
+ #~ msgid "Dashboard "
951
+ #~ msgstr "Armaturenbrett"
952
+
953
+ #~ msgid "Logo "
954
+ #~ msgstr "Logo"
955
+
956
  #~ msgid "Contact Us:"
957
  #~ msgstr "Kontaktieren Sie uns:"
958
 
languages/admin-custom-login-es_ES.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-es_ES.po → admin-custom-login-es_ES.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:58+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:58+0530\n"
6
  "Last-Translator: Chema Bescos <jmbescos@ibidemgroup.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -81,12 +81,11 @@ msgid "Note: This form position setting will be not responsive."
81
  msgstr "Nota: Este ajuste de posición de formulario no será responsive."
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
- #: includes/design/background.php:103
85
  msgid "Select Background"
86
  msgstr "Seleccionar fondo"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
89
- #: includes/design/background.php:110
90
  msgid "Select background"
91
  msgstr "Selecciona fondo"
92
 
@@ -125,9 +124,9 @@ msgid "Upload"
125
  msgstr "Cargar"
126
 
127
  #: includes/Login-form-setting/Login-form-background.php:329
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "vista previa"
131
 
132
  #: includes/Login-form-setting/Login-form-background.php:331
133
  #: includes/design/background.php:164
@@ -143,8 +142,8 @@ msgstr "Imagen de fondo de inicio de sesión"
143
  #: includes/Login-form-setting/Login-form-background.php:592
144
  #: includes/Login-form-setting/Login-form-background.php:606
145
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
148
  #: includes/design/text_and_color.php:2609
149
  #: includes/settings/page-settings.php:84
150
  #: includes/settings/page-settings.php:168
@@ -159,72 +158,72 @@ msgid "Background Repeat"
159
  msgstr "Repetir fondo"
160
 
161
  #: includes/Login-form-setting/Login-form-background.php:366
162
- #: includes/design/background.php:220
163
- msgid "No Repeat "
164
- msgstr "Ver todos los resultados "
165
 
166
  #: includes/Login-form-setting/Login-form-background.php:367
167
- #: includes/design/background.php:221
168
  msgid "Repeat"
169
  msgstr "Repetir"
170
 
171
  #: includes/Login-form-setting/Login-form-background.php:368
172
- #: includes/design/background.php:222
173
  msgid "Repeat Horizontally"
174
  msgstr "Ver todos los resultados"
175
 
176
  #: includes/Login-form-setting/Login-form-background.php:369
177
- #: includes/design/background.php:223
178
  msgid "Repeat Vertically"
179
  msgstr "Ver todos los resultados"
180
 
181
  #: includes/Login-form-setting/Login-form-background.php:380
182
- #: includes/design/background.php:235
183
- msgid "Background Position "
184
- msgstr "Posición del fondo "
185
 
186
  #: includes/Login-form-setting/Login-form-background.php:386
187
- #: includes/design/background.php:241
188
  msgid "Left Top"
189
  msgstr "Superior Izq"
190
 
191
  #: includes/Login-form-setting/Login-form-background.php:387
192
- #: includes/design/background.php:242
193
  msgid "Left Center"
194
  msgstr "Centro Izq"
195
 
196
  #: includes/Login-form-setting/Login-form-background.php:388
197
- #: includes/design/background.php:243
198
  msgid "Left Bottom"
199
  msgstr "Inferior Izq"
200
 
201
  #: includes/Login-form-setting/Login-form-background.php:389
202
- #: includes/design/background.php:244
203
  msgid "Right Top"
204
  msgstr "Superior der"
205
 
206
  #: includes/Login-form-setting/Login-form-background.php:390
207
- #: includes/design/background.php:245
208
  msgid "Right Center"
209
  msgstr "Centro der"
210
 
211
  #: includes/Login-form-setting/Login-form-background.php:391
212
- #: includes/design/background.php:246
213
  msgid "Right Bottom"
214
  msgstr "Inferior der"
215
 
216
  #: includes/Login-form-setting/Login-form-background.php:392
217
- #: includes/design/background.php:247
218
  msgid "Center Top"
219
  msgstr "Botón de desplazamiento a la parte superior"
220
 
221
  #: includes/Login-form-setting/Login-form-background.php:393
222
- #: includes/design/background.php:248
223
  msgid "Center Center"
224
  msgstr "Centro Centro"
225
 
226
  #: includes/Login-form-setting/Login-form-background.php:394
227
- #: includes/design/background.php:249
228
  msgid "Center Bottom"
229
  msgstr "Inferior centro"
230
 
@@ -293,7 +292,7 @@ msgid "Border Thickness"
293
  msgstr "Espesor de Borde"
294
 
295
  #: includes/Login-form-setting/Login-form-background.php:516
296
- msgid "Enable form shadow?"
297
  msgstr "¿Habilitar sombra del formulario?"
298
 
299
  #: includes/Login-form-setting/Login-form-background.php:522
@@ -316,6 +315,16 @@ msgstr "Color de sombra del Formulario"
316
  msgid "Redirect Users After Login (Not Work For Admin)"
317
  msgstr ""
318
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/Login-form-setting/Login-form-background.php:567
320
  #: includes/Login-form-setting/Login-form-background.php:572
321
  msgid "Custom CSS"
@@ -337,130 +346,131 @@ msgstr "Comntar con CSS personalizado"
337
 
338
  #: includes/Login-form-setting/Login-form-background.php:592
339
  #: includes/Login-form-setting/Login-form-background.php:606
340
- msgid "Login "
341
- msgstr "Iniciar sesión "
342
 
343
  #: includes/Login-form-setting/Login-form-background.php:592
344
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
345
  #: includes/design/text_and_color.php:2594
346
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
347
  msgid "Setting Save Successfully"
348
  msgstr "Configuración Guardada con éxito"
349
 
350
  #: includes/Login-form-setting/Login-form-background.php:606
351
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
352
  #: includes/design/text_and_color.php:2609
353
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
354
  msgid "Setting Reset Successfully"
355
  msgstr "Configuración Restablecida con éxito"
356
 
357
  #: includes/Login-form-setting/Login-form-background.php:613
358
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
359
  #: includes/design/text_and_color.php:2617
360
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
361
  msgid "Save Changes"
362
  msgstr "Guardar cambios"
363
 
364
  #: includes/Login-form-setting/Login-form-background.php:616
365
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
366
  #: includes/design/text_and_color.php:2620
367
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
368
  msgid "Reset Default"
369
  msgstr "Reiniciar Por Defecto"
370
 
371
- #: includes/content.php:29
372
  msgid "Admin Custom Login"
373
  msgstr "Admin Custom Login"
374
 
375
- #: includes/content.php:64
376
  msgid "Powered By"
377
  msgstr "Powered By"
378
 
379
- #: includes/content.php:66
380
  msgid "Weblizar"
381
  msgstr "Weblizar"
382
 
383
- #: includes/content.php:70
384
  msgid "Show Us Some Love (Rate Us)"
385
  msgstr "Haznos llegar tu amor (Valóranos)"
386
 
387
- #: includes/content.php:86
 
388
  msgid "Dashboard"
389
  msgstr "Mi perfil"
390
 
391
- #: includes/content.php:87
392
  msgid "Application overview"
393
  msgstr "Descripción de la aplicación"
394
 
395
- #: includes/content.php:96
396
  msgid "Background Design"
397
  msgstr "Diseño del Fondo"
398
 
399
- #: includes/content.php:97
400
  msgid "Modify Background design here"
401
  msgstr "Modifica el diseño de fondo aquí"
402
 
403
- #: includes/content.php:107
404
  msgid "Login form Setting"
405
  msgstr "Configuración del formulario de Inicio de Sesión"
406
 
407
- #: includes/content.php:108
408
  msgid "Modify Login design here"
409
  msgstr "Modificar el diseño de Inicio de Sesión aquí"
410
 
411
- #: includes/content.php:118
412
  msgid "Font Setting"
413
  msgstr "Configuración de fuentes"
414
 
415
- #: includes/content.php:119
416
  msgid "Modify Login Form Style here"
417
  msgstr "Modifica el estilo del formulario de Inicio de Sesión"
418
 
419
- #: includes/content.php:129 includes/settings/page-settings.php:50
420
  msgid "Logo Settings"
421
  msgstr "Configuración de logo"
422
 
423
- #: includes/content.php:130
424
  msgid "Customize Logo Settings here"
425
  msgstr "Personaliza la configuración del logo aquí"
426
 
427
- #: includes/content.php:141 includes/social/social.php:21
428
  msgid "Social Settings"
429
  msgstr "Ajustes sociales"
430
 
431
- #: includes/content.php:142
432
  msgid "Connect with your social profile"
433
  msgstr "Conecta con tus redes sociales"
434
 
435
- #: includes/content.php:152
436
  msgid "Export / Import"
437
  msgstr "Exportar / Importar"
438
 
439
- #: includes/content.php:153
440
  msgid "Export / Import Your Data"
441
  msgstr "Exportar / Importar datos"
442
 
443
- #: includes/content.php:162
444
  msgid "Recommendations"
445
  msgstr "Recomendaciones"
446
 
447
- #: includes/content.php:163
448
  msgid "Get More Free Useful Plugins"
449
  msgstr "Consigue más plugins gratuitos"
450
 
451
- #: includes/content.php:172 includes/help/help.php:15
452
  msgid "Help And Support"
453
  msgstr "Ayuda"
454
 
455
- #: includes/content.php:173
456
  msgid "Ask your query"
457
  msgstr "Haga su pregunta"
458
 
459
- #: includes/content.php:182
460
- msgid "Please rate us "
461
- msgstr "Por favor valórenos "
462
 
463
- #: includes/content.php:183
464
  msgid "If you like us"
465
  msgstr "Si te gustamos"
466
 
@@ -488,97 +498,89 @@ msgstr "Ver Página inicio sesión"
488
  msgid "Copy below link and open in another browser where you are not logged in"
489
  msgstr "Copiar enlace y abrir en ventana nueva sin estar logueado"
490
 
491
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
492
- msgid "Dashboard "
493
- msgstr "Panel de control "
494
-
495
  #: includes/design/background.php:91
496
  msgid "Background Settings"
497
  msgstr "Ajustes de fondo"
498
 
499
  #: includes/design/background.php:109
500
- msgid "No background Selected"
501
  msgstr "Fondo no seleccionado"
502
 
503
  #: includes/design/background.php:113
504
  msgid "Background SlideShow"
505
  msgstr "Fondo de diapositivas"
506
 
507
- #: includes/design/background.php:162
508
- msgid "Preview"
509
- msgstr "Vista previa"
510
-
511
  #: includes/design/background.php:196
512
  msgid "Cover or Strech"
513
  msgstr "Cubrir o alargar"
514
 
515
- #: includes/design/background.php:261
516
  msgid "Background Attachment"
517
  msgstr "Fijación del fondo"
518
 
519
- #: includes/design/background.php:267
520
  msgid "Fixed"
521
  msgstr "Fijo"
522
 
523
- #: includes/design/background.php:268
524
  msgid "Scroll"
525
  msgstr "Activar o desactivar el desplazamiento al botón superior"
526
 
527
- #: includes/design/background.php:269
528
  msgid "Inherit"
529
  msgstr "Heredar"
530
 
531
- #: includes/design/background.php:288 includes/design/background.php:310
532
  msgid "No. Of Background Slideshow"
533
  msgstr "No. de Fondo del presentador de diapositivas"
534
 
535
- #: includes/design/background.php:294
536
  msgid "Select Number of Slide Show"
537
  msgstr "Seleccionar número de diapositivas"
538
 
539
- #: includes/design/background.php:295
540
  msgid "2"
541
  msgstr "2"
542
 
543
- #: includes/design/background.php:296
544
  msgid "3"
545
  msgstr "3"
546
 
547
- #: includes/design/background.php:297
548
  msgid "4"
549
  msgstr "4"
550
 
551
- #: includes/design/background.php:298
552
  msgid "5"
553
  msgstr "5"
554
 
555
- #: includes/design/background.php:299
556
  msgid "6"
557
  msgstr "El personal del carrusel"
558
 
559
- #: includes/design/background.php:340
560
  msgid "Slider Animation"
561
  msgstr "Entradas Recientes"
562
 
563
- #: includes/design/background.php:347
564
  msgid "Slider Animation 1"
565
  msgstr "Animación Diapositiva 1"
566
 
567
- #: includes/design/background.php:348
568
  msgid "Slider Animation 2"
569
  msgstr "Animación Diapositiva 2"
570
 
571
- #: includes/design/background.php:349
572
  msgid "Slider Animation 3"
573
  msgstr "Animación Diapositiva 3"
574
 
575
- #: includes/design/background.php:350
576
  msgid "Slider Animation 4"
577
  msgstr "Animación Diapositiva 4"
578
 
579
- #: includes/design/background.php:369 includes/design/background.php:384
580
- msgid "Top Background "
581
- msgstr "Fondo de la Barra Superior "
582
 
583
  #: includes/design/text_and_color.php:89
584
  msgid "Text And Color Settings"
@@ -654,8 +656,8 @@ msgstr "Icono Para Caja de entrada Contraseña"
654
 
655
  #: includes/design/text_and_color.php:2594
656
  #: includes/design/text_and_color.php:2609
657
- msgid "Text and Color "
658
- msgstr "Color y texto "
659
 
660
  #: includes/help/help.php:28
661
  msgid "View Support Docs or Open a Ticket"
@@ -691,15 +693,15 @@ msgstr ""
691
  "compártela con nosotros. Haremos todo lo posible por añadirla a este plugin."
692
 
693
  #: includes/help/help.php:80
694
- msgid "Language Contribution "
695
- msgstr "Contribución de idioma "
696
 
697
  #: includes/help/help.php:85
698
- msgid " Translate this plugin into your language"
699
- msgstr " Traduce este plugin a tu propio idioma"
700
 
701
  #: includes/help/help.php:86
702
- msgid "Question : How to convert Plguin into My Language ?"
703
  msgstr "Pregunta: Cómo traducir este plugin a mi idioma?"
704
 
705
  #: includes/help/help.php:87
@@ -715,8 +717,8 @@ msgstr ""
715
  "en WordPress. Si te gusta nuestro plugin, valóranos en"
716
 
717
  #: includes/import-export-setting/import_export.php:13
718
- msgid "Export Custom Login Data "
719
- msgstr "Exportar datos de Custom Login "
720
 
721
  #: includes/import-export-setting/import_export.php:18
722
  msgid ""
@@ -726,9 +728,13 @@ msgstr ""
726
  "Exportar la configuración del plugin de este sitio como un archivo .json. "
727
  "Esto le permite importar fácilmente la configuración en otro sitio."
728
 
 
 
 
 
729
  #: includes/import-export-setting/import_export.php:37
730
- msgid "Import Custom Login Data "
731
- msgstr "Importar datos de Custom Login "
732
 
733
  #: includes/import-export-setting/import_export.php:42
734
  msgid ""
@@ -739,74 +745,19 @@ msgstr ""
739
  "puede obtener mediante la exportación de los ajustes en otro sitio usando el "
740
  "formulario de arriba."
741
 
742
- #: includes/recommendations/recommendations.php:18
743
- msgid "Plugin Recommendation"
744
- msgstr "Recomendación de plugin"
745
 
746
  #. translators: 1: The rating
747
- #: includes/recommendations/recommendations.php:79
748
  #, php-format
749
  msgid "%s rating"
750
  msgstr "%s calificación"
751
 
752
- #: includes/recommendations/recommendations.php:98
753
- msgid "Get More Free Wordpress Plguins From Weblizar"
754
- msgstr "Obtener más plugins gratuitos de Weblizar para Wordpress"
755
-
756
- #. translators: 1: Plugin name and version.
757
- #: includes/recommendations/recommendations.php:147
758
- msgid "More Details"
759
- msgstr "Más detalles"
760
-
761
- #. translators: 1: Plugin name and version.
762
- #: includes/recommendations/recommendations.php:158
763
- msgid "Install Now"
764
- msgstr "Instalar ahora"
765
-
766
- #. translators: 1: Plugin name and version
767
- #: includes/recommendations/recommendations.php:165
768
- msgid "Update Now"
769
- msgstr "Actualizar ahora"
770
-
771
- #: includes/recommendations/recommendations.php:192
772
- msgid "By "
773
- msgstr "Al hacerlo "
774
-
775
- #: includes/recommendations/recommendations.php:211
776
- #: includes/recommendations/recommendations.php:221
777
- #: includes/recommendations/recommendations.php:231
778
- #: includes/recommendations/recommendations.php:241
779
- #: includes/recommendations/recommendations.php:251
780
- #: includes/recommendations/recommendations.php:261
781
- msgid "Premium Editions"
782
- msgstr "Versión Premium"
783
-
784
- #: includes/recommendations/recommendations.php:214
785
- #: includes/recommendations/recommendations.php:224
786
- #: includes/recommendations/recommendations.php:234
787
- #: includes/recommendations/recommendations.php:244
788
- #: includes/recommendations/recommendations.php:254
789
- #: includes/recommendations/recommendations.php:264
790
- msgid "Visit Website"
791
- msgstr "Visitar sitio web"
792
-
793
- #: includes/recommendations/recommendations.php:282
794
- msgid "Last Updated:"
795
- msgstr "Ultima Actualización:"
796
-
797
- #: includes/recommendations/recommendations.php:293
798
- msgid "<strong>Untested</strong> with your version of WordPress"
799
- msgstr "<strong>No comprobado</strong> con tu versión de WordPress"
800
-
801
- #: includes/recommendations/recommendations.php:297
802
- msgid "Incompatible with your version of WordPress"
803
- msgstr "Incompatible con tu versión de WordPress"
804
-
805
- #: includes/recommendations/recommendations.php:301
806
- msgid "Compatible with your version of WordPress"
807
- msgstr "Compatible con tu versión de WordPress"
808
-
809
  #: includes/settings/page-settings.php:62
 
 
810
  msgid "Logo"
811
  msgstr "Logo"
812
 
@@ -828,11 +779,6 @@ msgstr "URL del logotipo"
828
  msgid "Logo URL Title"
829
  msgstr "Logo URL Título"
830
 
831
- #: includes/settings/page-settings.php:168
832
- #: includes/settings/page-settings.php:182
833
- msgid "Logo "
834
- msgstr "Logo "
835
-
836
  #: includes/social/social.php:33
837
  msgid "Enable Social Icons"
838
  msgstr "Activa iconos sociales"
@@ -918,8 +864,8 @@ msgid "Linkedin"
918
  msgstr "LinkedIn Url"
919
 
920
  #: includes/social/social.php:166
921
- msgid "google plus"
922
- msgstr "google plus"
923
 
924
  #: includes/social/social.php:167
925
  msgid "Pinterest"
@@ -962,8 +908,55 @@ msgid "Whatsapp"
962
  msgstr ""
963
 
964
  #: includes/social/social.php:193 includes/social/social.php:207
965
- msgid "Social "
966
- msgstr "Redes sociales "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
967
 
968
  #~ msgid "Contact Us:"
969
  #~ msgstr "Contacta con nosotros:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:35+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:35+0530\n"
6
  "Last-Translator: Chema Bescos <jmbescos@ibidemgroup.com>\n"
7
  "Language-Team: \n"
8
  "Language: es_ES\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
81
  msgstr "Nota: Este ajuste de posición de formulario no será responsive."
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
  msgid "Select Background"
86
  msgstr "Seleccionar fondo"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
 
89
  msgid "Select background"
90
  msgstr "Selecciona fondo"
91
 
124
  msgstr "Cargar"
125
 
126
  #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "Vista previa"
130
 
131
  #: includes/Login-form-setting/Login-form-background.php:331
132
  #: includes/design/background.php:164
142
  #: includes/Login-form-setting/Login-form-background.php:592
143
  #: includes/Login-form-setting/Login-form-background.php:606
144
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
  #: includes/design/text_and_color.php:2609
148
  #: includes/settings/page-settings.php:84
149
  #: includes/settings/page-settings.php:168
158
  msgstr "Repetir fondo"
159
 
160
  #: includes/Login-form-setting/Login-form-background.php:366
161
+ #: includes/design/background.php:219
162
+ msgid "No Repeat"
163
+ msgstr "Ver todos los resultados"
164
 
165
  #: includes/Login-form-setting/Login-form-background.php:367
166
+ #: includes/design/background.php:220
167
  msgid "Repeat"
168
  msgstr "Repetir"
169
 
170
  #: includes/Login-form-setting/Login-form-background.php:368
171
+ #: includes/design/background.php:221
172
  msgid "Repeat Horizontally"
173
  msgstr "Ver todos los resultados"
174
 
175
  #: includes/Login-form-setting/Login-form-background.php:369
176
+ #: includes/design/background.php:222
177
  msgid "Repeat Vertically"
178
  msgstr "Ver todos los resultados"
179
 
180
  #: includes/Login-form-setting/Login-form-background.php:380
181
+ #: includes/design/background.php:234
182
+ msgid "Background Position"
183
+ msgstr "Posición del fondo"
184
 
185
  #: includes/Login-form-setting/Login-form-background.php:386
186
+ #: includes/design/background.php:240
187
  msgid "Left Top"
188
  msgstr "Superior Izq"
189
 
190
  #: includes/Login-form-setting/Login-form-background.php:387
191
+ #: includes/design/background.php:241
192
  msgid "Left Center"
193
  msgstr "Centro Izq"
194
 
195
  #: includes/Login-form-setting/Login-form-background.php:388
196
+ #: includes/design/background.php:242
197
  msgid "Left Bottom"
198
  msgstr "Inferior Izq"
199
 
200
  #: includes/Login-form-setting/Login-form-background.php:389
201
+ #: includes/design/background.php:243
202
  msgid "Right Top"
203
  msgstr "Superior der"
204
 
205
  #: includes/Login-form-setting/Login-form-background.php:390
206
+ #: includes/design/background.php:244
207
  msgid "Right Center"
208
  msgstr "Centro der"
209
 
210
  #: includes/Login-form-setting/Login-form-background.php:391
211
+ #: includes/design/background.php:245
212
  msgid "Right Bottom"
213
  msgstr "Inferior der"
214
 
215
  #: includes/Login-form-setting/Login-form-background.php:392
216
+ #: includes/design/background.php:246
217
  msgid "Center Top"
218
  msgstr "Botón de desplazamiento a la parte superior"
219
 
220
  #: includes/Login-form-setting/Login-form-background.php:393
221
+ #: includes/design/background.php:247
222
  msgid "Center Center"
223
  msgstr "Centro Centro"
224
 
225
  #: includes/Login-form-setting/Login-form-background.php:394
226
+ #: includes/design/background.php:248
227
  msgid "Center Bottom"
228
  msgstr "Inferior centro"
229
 
292
  msgstr "Espesor de Borde"
293
 
294
  #: includes/Login-form-setting/Login-form-background.php:516
295
+ msgid "Enable Form Shadow?"
296
  msgstr "¿Habilitar sombra del formulario?"
297
 
298
  #: includes/Login-form-setting/Login-form-background.php:522
315
  msgid "Redirect Users After Login (Not Work For Admin)"
316
  msgstr ""
317
 
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
  #: includes/Login-form-setting/Login-form-background.php:567
329
  #: includes/Login-form-setting/Login-form-background.php:572
330
  msgid "Custom CSS"
346
 
347
  #: includes/Login-form-setting/Login-form-background.php:592
348
  #: includes/Login-form-setting/Login-form-background.php:606
349
+ msgid "Login"
350
+ msgstr "Iniciar sesión"
351
 
352
  #: includes/Login-form-setting/Login-form-background.php:592
353
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
354
  #: includes/design/text_and_color.php:2594
355
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
356
  msgid "Setting Save Successfully"
357
  msgstr "Configuración Guardada con éxito"
358
 
359
  #: includes/Login-form-setting/Login-form-background.php:606
360
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
361
  #: includes/design/text_and_color.php:2609
362
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
363
  msgid "Setting Reset Successfully"
364
  msgstr "Configuración Restablecida con éxito"
365
 
366
  #: includes/Login-form-setting/Login-form-background.php:613
367
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
368
  #: includes/design/text_and_color.php:2617
369
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
370
  msgid "Save Changes"
371
  msgstr "Guardar cambios"
372
 
373
  #: includes/Login-form-setting/Login-form-background.php:616
374
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
375
  #: includes/design/text_and_color.php:2620
376
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
377
  msgid "Reset Default"
378
  msgstr "Reiniciar Por Defecto"
379
 
380
+ #: includes/content.php:28
381
  msgid "Admin Custom Login"
382
  msgstr "Admin Custom Login"
383
 
384
+ #: includes/content.php:63
385
  msgid "Powered By"
386
  msgstr "Powered By"
387
 
388
+ #: includes/content.php:65
389
  msgid "Weblizar"
390
  msgstr "Weblizar"
391
 
392
+ #: includes/content.php:69
393
  msgid "Show Us Some Love (Rate Us)"
394
  msgstr "Haznos llegar tu amor (Valóranos)"
395
 
396
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
397
+ #: includes/dashboard/dashboard.php:84
398
  msgid "Dashboard"
399
  msgstr "Mi perfil"
400
 
401
+ #: includes/content.php:86
402
  msgid "Application overview"
403
  msgstr "Descripción de la aplicación"
404
 
405
+ #: includes/content.php:95
406
  msgid "Background Design"
407
  msgstr "Diseño del Fondo"
408
 
409
+ #: includes/content.php:96
410
  msgid "Modify Background design here"
411
  msgstr "Modifica el diseño de fondo aquí"
412
 
413
+ #: includes/content.php:106
414
  msgid "Login form Setting"
415
  msgstr "Configuración del formulario de Inicio de Sesión"
416
 
417
+ #: includes/content.php:107
418
  msgid "Modify Login design here"
419
  msgstr "Modificar el diseño de Inicio de Sesión aquí"
420
 
421
+ #: includes/content.php:117
422
  msgid "Font Setting"
423
  msgstr "Configuración de fuentes"
424
 
425
+ #: includes/content.php:118
426
  msgid "Modify Login Form Style here"
427
  msgstr "Modifica el estilo del formulario de Inicio de Sesión"
428
 
429
+ #: includes/content.php:128 includes/settings/page-settings.php:50
430
  msgid "Logo Settings"
431
  msgstr "Configuración de logo"
432
 
433
+ #: includes/content.php:129
434
  msgid "Customize Logo Settings here"
435
  msgstr "Personaliza la configuración del logo aquí"
436
 
437
+ #: includes/content.php:140 includes/social/social.php:21
438
  msgid "Social Settings"
439
  msgstr "Ajustes sociales"
440
 
441
+ #: includes/content.php:141
442
  msgid "Connect with your social profile"
443
  msgstr "Conecta con tus redes sociales"
444
 
445
+ #: includes/content.php:151
446
  msgid "Export / Import"
447
  msgstr "Exportar / Importar"
448
 
449
+ #: includes/content.php:152
450
  msgid "Export / Import Your Data"
451
  msgstr "Exportar / Importar datos"
452
 
453
+ #: includes/content.php:161
454
  msgid "Recommendations"
455
  msgstr "Recomendaciones"
456
 
457
+ #: includes/content.php:162
458
  msgid "Get More Free Useful Plugins"
459
  msgstr "Consigue más plugins gratuitos"
460
 
461
+ #: includes/content.php:171 includes/help/help.php:15
462
  msgid "Help And Support"
463
  msgstr "Ayuda"
464
 
465
+ #: includes/content.php:172
466
  msgid "Ask your query"
467
  msgstr "Haga su pregunta"
468
 
469
+ #: includes/content.php:181
470
+ msgid "Please rate us"
471
+ msgstr "Por favor valórenos"
472
 
473
+ #: includes/content.php:182
474
  msgid "If you like us"
475
  msgstr "Si te gustamos"
476
 
498
  msgid "Copy below link and open in another browser where you are not logged in"
499
  msgstr "Copiar enlace y abrir en ventana nueva sin estar logueado"
500
 
 
 
 
 
501
  #: includes/design/background.php:91
502
  msgid "Background Settings"
503
  msgstr "Ajustes de fondo"
504
 
505
  #: includes/design/background.php:109
506
+ msgid "No Background Selected"
507
  msgstr "Fondo no seleccionado"
508
 
509
  #: includes/design/background.php:113
510
  msgid "Background SlideShow"
511
  msgstr "Fondo de diapositivas"
512
 
 
 
 
 
513
  #: includes/design/background.php:196
514
  msgid "Cover or Strech"
515
  msgstr "Cubrir o alargar"
516
 
517
+ #: includes/design/background.php:260
518
  msgid "Background Attachment"
519
  msgstr "Fijación del fondo"
520
 
521
+ #: includes/design/background.php:266
522
  msgid "Fixed"
523
  msgstr "Fijo"
524
 
525
+ #: includes/design/background.php:267
526
  msgid "Scroll"
527
  msgstr "Activar o desactivar el desplazamiento al botón superior"
528
 
529
+ #: includes/design/background.php:268
530
  msgid "Inherit"
531
  msgstr "Heredar"
532
 
533
+ #: includes/design/background.php:287 includes/design/background.php:309
534
  msgid "No. Of Background Slideshow"
535
  msgstr "No. de Fondo del presentador de diapositivas"
536
 
537
+ #: includes/design/background.php:293
538
  msgid "Select Number of Slide Show"
539
  msgstr "Seleccionar número de diapositivas"
540
 
541
+ #: includes/design/background.php:294
542
  msgid "2"
543
  msgstr "2"
544
 
545
+ #: includes/design/background.php:295
546
  msgid "3"
547
  msgstr "3"
548
 
549
+ #: includes/design/background.php:296
550
  msgid "4"
551
  msgstr "4"
552
 
553
+ #: includes/design/background.php:297
554
  msgid "5"
555
  msgstr "5"
556
 
557
+ #: includes/design/background.php:298
558
  msgid "6"
559
  msgstr "El personal del carrusel"
560
 
561
+ #: includes/design/background.php:339
562
  msgid "Slider Animation"
563
  msgstr "Entradas Recientes"
564
 
565
+ #: includes/design/background.php:346
566
  msgid "Slider Animation 1"
567
  msgstr "Animación Diapositiva 1"
568
 
569
+ #: includes/design/background.php:347
570
  msgid "Slider Animation 2"
571
  msgstr "Animación Diapositiva 2"
572
 
573
+ #: includes/design/background.php:348
574
  msgid "Slider Animation 3"
575
  msgstr "Animación Diapositiva 3"
576
 
577
+ #: includes/design/background.php:349
578
  msgid "Slider Animation 4"
579
  msgstr "Animación Diapositiva 4"
580
 
581
+ #: includes/design/background.php:368 includes/design/background.php:383
582
+ msgid "Top Background"
583
+ msgstr "Fondo de la Barra Superior"
584
 
585
  #: includes/design/text_and_color.php:89
586
  msgid "Text And Color Settings"
656
 
657
  #: includes/design/text_and_color.php:2594
658
  #: includes/design/text_and_color.php:2609
659
+ msgid "Text and Color"
660
+ msgstr "Color y texto"
661
 
662
  #: includes/help/help.php:28
663
  msgid "View Support Docs or Open a Ticket"
693
  "compártela con nosotros. Haremos todo lo posible por añadirla a este plugin."
694
 
695
  #: includes/help/help.php:80
696
+ msgid "Language Contribution"
697
+ msgstr "Contribución de idioma"
698
 
699
  #: includes/help/help.php:85
700
+ msgid "Translate this plugin into your language"
701
+ msgstr "Traduce este plugin a tu propio idioma"
702
 
703
  #: includes/help/help.php:86
704
+ msgid "Question : How to convert Plguin into My Language?"
705
  msgstr "Pregunta: Cómo traducir este plugin a mi idioma?"
706
 
707
  #: includes/help/help.php:87
717
  "en WordPress. Si te gusta nuestro plugin, valóranos en"
718
 
719
  #: includes/import-export-setting/import_export.php:13
720
+ msgid "Export Custom Login Data"
721
+ msgstr "Exportar datos de Custom Login"
722
 
723
  #: includes/import-export-setting/import_export.php:18
724
  msgid ""
728
  "Exportar la configuración del plugin de este sitio como un archivo .json. "
729
  "Esto le permite importar fácilmente la configuración en otro sitio."
730
 
731
+ #: includes/import-export-setting/import_export.php:23
732
+ msgid "Export"
733
+ msgstr ""
734
+
735
  #: includes/import-export-setting/import_export.php:37
736
+ msgid "Import Custom Login Data"
737
+ msgstr "Importar datos de Custom Login"
738
 
739
  #: includes/import-export-setting/import_export.php:42
740
  msgid ""
745
  "puede obtener mediante la exportación de los ajustes en otro sitio usando el "
746
  "formulario de arriba."
747
 
748
+ #: includes/import-export-setting/import_export.php:50
749
+ msgid "Import"
750
+ msgstr ""
751
 
752
  #. translators: 1: The rating
753
+ #: includes/recommendations/recommendations.php:75
754
  #, php-format
755
  msgid "%s rating"
756
  msgstr "%s calificación"
757
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758
  #: includes/settings/page-settings.php:62
759
+ #: includes/settings/page-settings.php:168
760
+ #: includes/settings/page-settings.php:182
761
  msgid "Logo"
762
  msgstr "Logo"
763
 
779
  msgid "Logo URL Title"
780
  msgstr "Logo URL Título"
781
 
 
 
 
 
 
782
  #: includes/social/social.php:33
783
  msgid "Enable Social Icons"
784
  msgstr "Activa iconos sociales"
864
  msgstr "LinkedIn Url"
865
 
866
  #: includes/social/social.php:166
867
+ msgid "Google Plus"
868
+ msgstr "Google Plus"
869
 
870
  #: includes/social/social.php:167
871
  msgid "Pinterest"
908
  msgstr ""
909
 
910
  #: includes/social/social.php:193 includes/social/social.php:207
911
+ msgid "Social"
912
+ msgstr "Redes sociales"
913
+
914
+ #~ msgid "preview"
915
+ #~ msgstr "vista previa"
916
+
917
+ #~ msgid "Plugin Recommendation"
918
+ #~ msgstr "Recomendación de plugin"
919
+
920
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
921
+ #~ msgstr "Obtener más plugins gratuitos de Weblizar para Wordpress"
922
+
923
+ #~ msgid "More Details"
924
+ #~ msgstr "Más detalles"
925
+
926
+ #~ msgid "Install Now"
927
+ #~ msgstr "Instalar ahora"
928
+
929
+ #~ msgid "Update Now"
930
+ #~ msgstr "Actualizar ahora"
931
+
932
+ #, fuzzy
933
+ #~| msgid "By "
934
+ #~ msgid "By"
935
+ #~ msgstr "Al hacerlo "
936
+
937
+ #~ msgid "Premium Editions"
938
+ #~ msgstr "Versión Premium"
939
+
940
+ #~ msgid "Visit Website"
941
+ #~ msgstr "Visitar sitio web"
942
+
943
+ #~ msgid "Last Updated:"
944
+ #~ msgstr "Ultima Actualización:"
945
+
946
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
947
+ #~ msgstr "<strong>No comprobado</strong> con tu versión de WordPress"
948
+
949
+ #~ msgid "Incompatible with your version of WordPress"
950
+ #~ msgstr "Incompatible con tu versión de WordPress"
951
+
952
+ #~ msgid "Compatible with your version of WordPress"
953
+ #~ msgstr "Compatible con tu versión de WordPress"
954
+
955
+ #~ msgid "Dashboard "
956
+ #~ msgstr "Panel de control "
957
+
958
+ #~ msgid "Logo "
959
+ #~ msgstr "Logo "
960
 
961
  #~ msgid "Contact Us:"
962
  #~ msgstr "Contacta con nosotros:"
languages/admin-custom-login-fi_FI.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-fi_FI.po → admin-custom-login-fi_FI.po} RENAMED
@@ -1,964 +1,960 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2018-01-14 05:59+0000\n"
5
- "PO-Revision-Date: 2018-01-14 08:43+0200\n"
6
- "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
- "Language-Team: Eerik Anttila // ekiphet@gmail.com\n"
8
- "Language: fi_FI\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.5\n"
13
- "X-Poedit-Basepath: .\n"
14
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: _e;__;_\n"
17
- "X-Poedit-SearchPath-0: .\n"
18
-
19
- #: admin-custom-login.php:157 admin-custom-login.php:163
20
- msgid "User Name"
21
- msgstr "Käyttäjätunnus"
22
-
23
- #: admin-custom-login.php:158 admin-custom-login.php:164
24
- msgid "Password"
25
- msgstr "Salasana"
26
-
27
- #: admin-custom-login.php:174
28
- msgid "Find Us On Social Media"
29
- msgstr "Löydä meidät sosiaalisesta mediasta"
30
-
31
- #: admin-custom-login.php:429
32
- msgid "Please upload a valid .json file"
33
- msgstr "Tiedosto ei kelpaa (.json)"
34
-
35
- #: admin-custom-login.php:435
36
- msgid "Please upload a file to import"
37
- msgstr "Lataa tiedosto tuotavaksi"
38
-
39
- #: includes/Login-form-setting/Login-form-background.php:174
40
- msgid "Login Settings"
41
- msgstr "Sisäänkirjautumisen asetukset"
42
-
43
- #: includes/Login-form-setting/Login-form-background.php:187
44
- msgid "Login Form Position"
45
- msgstr "Kirjautumislomakkeen sijainti"
46
-
47
- #: includes/Login-form-setting/Login-form-background.php:193
48
- msgid "Default"
49
- msgstr "Oletus"
50
-
51
- #: includes/Login-form-setting/Login-form-background.php:194
52
- msgid "Floating"
53
- msgstr "Kelluva"
54
-
55
- #: includes/Login-form-setting/Login-form-background.php:195
56
- msgid "Floating With Customization"
57
- msgstr "Kelluva muokkausvaihtoehdoilla"
58
-
59
- #: includes/Login-form-setting/Login-form-background.php:206
60
- msgid "Float Settings"
61
- msgstr "Kellumisen asetukset"
62
-
63
- #: includes/Login-form-setting/Login-form-background.php:212
64
- msgid "Left"
65
- msgstr "Vasemmalla"
66
-
67
- #: includes/Login-form-setting/Login-form-background.php:215
68
- msgid "Center"
69
- msgstr "Keskellä"
70
-
71
- #: includes/Login-form-setting/Login-form-background.php:218
72
- msgid "Right"
73
- msgstr "Oikealla"
74
-
75
- #: includes/Login-form-setting/Login-form-background.php:228
76
- msgid "Floating With Customization Settings"
77
- msgstr "Kelluva muokkausvaihtoehdoilla"
78
-
79
- #: includes/Login-form-setting/Login-form-background.php:249
80
- msgid "Note: This form position setting will be not responsive."
81
- msgstr "Huomaathan, että tämän lomakkeen sijaintiasetus ei ole responsiivinen."
82
-
83
- #: includes/Login-form-setting/Login-form-background.php:259
84
- #: includes/design/background.php:103
85
- msgid "Select Background"
86
- msgstr "Valitse tausta"
87
-
88
- #: includes/Login-form-setting/Login-form-background.php:265
89
- #: includes/design/background.php:110
90
- msgid "Select background"
91
- msgstr "Valitse tausta"
92
-
93
- #: includes/Login-form-setting/Login-form-background.php:266
94
- #: includes/design/background.php:111
95
- msgid "Static Background Color"
96
- msgstr "Staattinen taustaväri"
97
-
98
- #: includes/Login-form-setting/Login-form-background.php:267
99
- #: includes/design/background.php:112
100
- msgid "Static Background Image"
101
- msgstr "Staattinen taustakuva"
102
-
103
- #: includes/Login-form-setting/Login-form-background.php:283
104
- #: includes/design/background.php:131
105
- msgid "Background Color"
106
- msgstr "Taustaväri"
107
-
108
- #: includes/Login-form-setting/Login-form-background.php:298
109
- msgid "Login Form Opacity"
110
- msgstr "Kirjautumislomakkeen läpinäkymättömyys"
111
-
112
- #: includes/Login-form-setting/Login-form-background.php:320
113
- #: includes/design/background.php:153 includes/design/background.php:172
114
- msgid "Background Image"
115
- msgstr "Taustakuva"
116
-
117
- #: includes/Login-form-setting/Login-form-background.php:325
118
- #: includes/design/background.php:158 includes/settings/page-settings.php:67
119
- msgid "No media selected!"
120
- msgstr "Ei mediaa valittuna!"
121
-
122
- #: includes/Login-form-setting/Login-form-background.php:326
123
- #: includes/design/background.php:160 includes/settings/page-settings.php:68
124
- msgid "Upload"
125
- msgstr "Lataa"
126
-
127
- #: includes/Login-form-setting/Login-form-background.php:328
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "Esikatselu"
131
-
132
- #: includes/Login-form-setting/Login-form-background.php:330
133
- #: includes/design/background.php:164
134
- msgid "Remove"
135
- msgstr "Poista"
136
-
137
- #: includes/Login-form-setting/Login-form-background.php:338
138
- #: includes/settings/page-settings.php:78
139
- msgid "Login Background Image"
140
- msgstr "Sisäänkirjautumisen taustakuva"
141
-
142
- #: includes/Login-form-setting/Login-form-background.php:344
143
- #: includes/Login-form-setting/Login-form-background.php:591
144
- #: includes/Login-form-setting/Login-form-background.php:605
145
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2595
148
- #: includes/design/text_and_color.php:2610
149
- #: includes/settings/page-settings.php:84
150
- #: includes/settings/page-settings.php:168
151
- #: includes/settings/page-settings.php:182 includes/social/social.php:193
152
- #: includes/social/social.php:207
153
- msgid "Close"
154
- msgstr "Sulje"
155
-
156
- #: includes/Login-form-setting/Login-form-background.php:359
157
- #: includes/design/background.php:213
158
- msgid "Background Repeat"
159
- msgstr "Toista tausta"
160
-
161
- #: includes/Login-form-setting/Login-form-background.php:365
162
- #: includes/design/background.php:220
163
- msgid "No Repeat "
164
- msgstr "Ei toistoa"
165
-
166
- #: includes/Login-form-setting/Login-form-background.php:366
167
- #: includes/design/background.php:221
168
- msgid "Repeat"
169
- msgstr "Toista"
170
-
171
- #: includes/Login-form-setting/Login-form-background.php:367
172
- #: includes/design/background.php:222
173
- msgid "Repeat Horizontally"
174
- msgstr "Toista vaakasuoraan"
175
-
176
- #: includes/Login-form-setting/Login-form-background.php:368
177
- #: includes/design/background.php:223
178
- msgid "Repeat Vertically"
179
- msgstr "Toista pystysuoraan"
180
-
181
- #: includes/Login-form-setting/Login-form-background.php:379
182
- #: includes/design/background.php:235
183
- msgid "Background Position "
184
- msgstr "Taustan sijainti"
185
-
186
- #: includes/Login-form-setting/Login-form-background.php:385
187
- #: includes/design/background.php:241
188
- msgid "Left Top"
189
- msgstr "Vasen ylä"
190
-
191
- #: includes/Login-form-setting/Login-form-background.php:386
192
- #: includes/design/background.php:242
193
- msgid "Left Center"
194
- msgstr "Vasen keski"
195
-
196
- #: includes/Login-form-setting/Login-form-background.php:387
197
- #: includes/design/background.php:243
198
- msgid "Left Bottom"
199
- msgstr "Vasen ala"
200
-
201
- #: includes/Login-form-setting/Login-form-background.php:388
202
- #: includes/design/background.php:244
203
- msgid "Right Top"
204
- msgstr "Oikea ylä"
205
-
206
- #: includes/Login-form-setting/Login-form-background.php:389
207
- #: includes/design/background.php:245
208
- msgid "Right Center"
209
- msgstr "Oikea keski"
210
-
211
- #: includes/Login-form-setting/Login-form-background.php:390
212
- #: includes/design/background.php:246
213
- msgid "Right Bottom"
214
- msgstr "Oikea ala"
215
-
216
- #: includes/Login-form-setting/Login-form-background.php:391
217
- #: includes/design/background.php:247
218
- msgid "Center Top"
219
- msgstr "Keski ylä"
220
-
221
- #: includes/Login-form-setting/Login-form-background.php:392
222
- #: includes/design/background.php:248
223
- msgid "Center Center"
224
- msgstr "Keskellä"
225
-
226
- #: includes/Login-form-setting/Login-form-background.php:393
227
- #: includes/design/background.php:249
228
- msgid "Center Bottom"
229
- msgstr "Keski ala"
230
-
231
- #: includes/Login-form-setting/Login-form-background.php:405
232
- msgid "Background Effect"
233
- msgstr "Taustakuvan efekti"
234
-
235
- #: includes/Login-form-setting/Login-form-background.php:411
236
- msgid "Select overlay effect"
237
- msgstr "Valitse päällysefekti"
238
-
239
- #: includes/Login-form-setting/Login-form-background.php:412
240
- msgid "No Overlay Effect"
241
- msgstr "Ei päällysefektiä"
242
-
243
- #: includes/Login-form-setting/Login-form-background.php:413
244
- msgid "Overlay Effect 1"
245
- msgstr "Päällysefekti 1"
246
-
247
- #: includes/Login-form-setting/Login-form-background.php:414
248
- msgid "Overlay Effect 2"
249
- msgstr "Päällysefekti 2"
250
-
251
- #: includes/Login-form-setting/Login-form-background.php:415
252
- msgid "Overlay Effect 3"
253
- msgstr "Päällysefekti 3"
254
-
255
- #: includes/Login-form-setting/Login-form-background.php:428
256
- msgid "Login Form Width"
257
- msgstr "Kirjautumislomakkeen leveys"
258
-
259
- #: includes/Login-form-setting/Login-form-background.php:445
260
- msgid "Border Color"
261
- msgstr "Reunuksen väri"
262
-
263
- #: includes/Login-form-setting/Login-form-background.php:460
264
- msgid "Border Radius"
265
- msgstr "Reunuksen säde"
266
-
267
- #: includes/Login-form-setting/Login-form-background.php:477
268
- msgid "Border Style"
269
- msgstr "Reunuksen tyyli"
270
-
271
- #: includes/Login-form-setting/Login-form-background.php:483
272
- msgid "None"
273
- msgstr "Ei mitään"
274
-
275
- #: includes/Login-form-setting/Login-form-background.php:484
276
- msgid "Solid"
277
- msgstr "Kiinteä"
278
-
279
- #: includes/Login-form-setting/Login-form-background.php:485
280
- msgid "Dotted"
281
- msgstr "Täplikäs"
282
-
283
- #: includes/Login-form-setting/Login-form-background.php:486
284
- msgid "Dashed"
285
- msgstr "Viivoitettu"
286
-
287
- #: includes/Login-form-setting/Login-form-background.php:487
288
- msgid "Double"
289
- msgstr "Tupla"
290
-
291
- #: includes/Login-form-setting/Login-form-background.php:498
292
- msgid "Border Thickness"
293
- msgstr "Reunuksen tiheys"
294
-
295
- #: includes/Login-form-setting/Login-form-background.php:515
296
- msgid "Enable form shadow?"
297
- msgstr "Aktivoi lomakkeen varjo?"
298
-
299
- #: includes/Login-form-setting/Login-form-background.php:521
300
- #: includes/design/background.php:201 includes/design/text_and_color.php:245
301
- #: includes/design/text_and_color.php:2532
302
- msgid "Yes"
303
- msgstr "Kyllä"
304
-
305
- #: includes/Login-form-setting/Login-form-background.php:524
306
- #: includes/design/text_and_color.php:248
307
- #: includes/design/text_and_color.php:2535
308
- msgid "No"
309
- msgstr "Ei"
310
-
311
- #: includes/Login-form-setting/Login-form-background.php:535
312
- msgid "Form Shadow Color"
313
- msgstr "Lomakkeen varjon väri"
314
-
315
- #: includes/Login-form-setting/Login-form-background.php:550
316
- msgid "Redirect Users other than Admin"
317
- msgstr "Uudelleenohjaa muut kuin ylläpitäjät"
318
-
319
- #: includes/Login-form-setting/Login-form-background.php:566
320
- #: includes/Login-form-setting/Login-form-background.php:571
321
- msgid "Custom CSS"
322
- msgstr "Mukautettu CSS"
323
-
324
- #: includes/Login-form-setting/Login-form-background.php:573
325
- msgid "Enter any custom css you want to apply on login panel."
326
- msgstr "Kirjoita CSS, jonka haluat asettaa kirjautumispaneeliin."
327
-
328
- #: includes/Login-form-setting/Login-form-background.php:574
329
- msgid "Note: Please Do Not Use"
330
- msgstr "Huom! Ethän käytä tätä."
331
-
332
- #: includes/Login-form-setting/Login-form-background.php:574
333
- msgid "Tag With Custom CSS"
334
- msgstr "Merkitse mukautetulla CSS:llä."
335
-
336
- #: includes/Login-form-setting/Login-form-background.php:591
337
- #: includes/Login-form-setting/Login-form-background.php:605
338
- msgid "Kirjaudu"
339
- msgstr "Kirjaudu"
340
-
341
- #: includes/Login-form-setting/Login-form-background.php:591
342
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
343
- #: includes/design/text_and_color.php:2595
344
- #: includes/settings/page-settings.php:168 includes/social/social.php:193
345
- msgid "Setting Save Successfully"
346
- msgstr "Asetus tallennettu onnistuneesti"
347
-
348
- #: includes/Login-form-setting/Login-form-background.php:605
349
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
350
- #: includes/design/text_and_color.php:2610
351
- #: includes/settings/page-settings.php:182 includes/social/social.php:207
352
- msgid "Setting Reset Successfully"
353
- msgstr "Asetus palautettu oletusarvoon onnistuneesti"
354
-
355
- #: includes/Login-form-setting/Login-form-background.php:612
356
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
357
- #: includes/design/text_and_color.php:2618
358
- #: includes/settings/page-settings.php:189 includes/social/social.php:214
359
- msgid "Save Changes"
360
- msgstr "Tallenna muutokset"
361
-
362
- #: includes/Login-form-setting/Login-form-background.php:615
363
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
364
- #: includes/design/text_and_color.php:2621
365
- #: includes/settings/page-settings.php:192 includes/social/social.php:217
366
- msgid "Reset Default"
367
- msgstr "Palauta oletusarvoon"
368
-
369
- #: includes/content.php:29
370
- msgid "Admin Custom Login"
371
- msgstr "Mukautettu kirjautumissivu ylläpitäjille"
372
-
373
- #: includes/content.php:64
374
- msgid "Powered By"
375
- msgstr "Tämän mahdollistaa"
376
-
377
- #: includes/content.php:66
378
- msgid "Weblizar"
379
- msgstr "Weblizar"
380
-
381
- #: includes/content.php:70
382
- msgid "Show Us Some Love (Rate Us)"
383
- msgstr "Näytä meille tukesi (Anna meille arvostelu)"
384
-
385
- #: includes/content.php:86
386
- msgid "Dashboard"
387
- msgstr "Päävalikko"
388
-
389
- #: includes/content.php:87
390
- msgid "Application overview"
391
- msgstr "Yleiskatsaus"
392
-
393
- #: includes/content.php:96
394
- msgid "Background Design"
395
- msgstr "Taustan design"
396
-
397
- #: includes/content.php:97
398
- msgid "Modify Background design here"
399
- msgstr "Muuta taustan designia"
400
-
401
- #: includes/content.php:107
402
- msgid "Login form Setting"
403
- msgstr "Kirjautumislomakkeen asetukset"
404
-
405
- #: includes/content.php:108
406
- msgid "Modify Login design here"
407
- msgstr "Muuta kirjautumisen designia"
408
-
409
- #: includes/content.php:118
410
- msgid "Font Setting"
411
- msgstr "Fontin asetukset"
412
-
413
- #: includes/content.php:119
414
- msgid "Modify Login Form Style here"
415
- msgstr "Muuta kirjautumislomakkeen tyyliä"
416
-
417
- #: includes/content.php:129 includes/settings/page-settings.php:50
418
- msgid "Logo Settings"
419
- msgstr "Logon asetukset"
420
-
421
- #: includes/content.php:130
422
- msgid "Customize Logo Settings here"
423
- msgstr "Muokkaa logon asetuksia"
424
-
425
- #: includes/content.php:141 includes/social/social.php:21
426
- msgid "Social Settings"
427
- msgstr "Sosiaalisen median painikkeet"
428
-
429
- #: includes/content.php:142
430
- msgid "Connect with your social profile"
431
- msgstr "Lisää sosiaalisen median profiilisi"
432
-
433
- #: includes/content.php:152
434
- msgid "Export / Import"
435
- msgstr "Vie / Tuo"
436
-
437
- #: includes/content.php:153
438
- msgid "Export / Import Your Data"
439
- msgstr "Vie / Tuo tietosi"
440
-
441
- #: includes/content.php:162
442
- msgid "Recommendations"
443
- msgstr "Suositukset"
444
-
445
- #: includes/content.php:163
446
- msgid "Get More Free Useful Plugins"
447
- msgstr "Hanki lisää hyödyllisiä plugineita"
448
-
449
- #: includes/content.php:172 includes/help/help.php:15
450
- msgid "Help And Support"
451
- msgstr "Apu ja tuki"
452
-
453
- #: includes/content.php:173
454
- msgid "Ask your query"
455
- msgstr "Kysy kysymyksesi"
456
-
457
- #: includes/content.php:182
458
- msgid "Please rate us "
459
- msgstr "Anna meille arvosana"
460
-
461
- #: includes/content.php:183
462
- msgid "If you like us"
463
- msgstr "Jos tykkäät meistä"
464
-
465
- #: includes/dashboard/dashboard.php:15
466
- msgid "Admin Custom Login Dashboard"
467
- msgstr "Admin Custom Login -paneeli"
468
-
469
- #: includes/dashboard/dashboard.php:27
470
- msgid "Admin Custom Login Status"
471
- msgstr "Admin Custom Loginin status"
472
-
473
- #: includes/dashboard/dashboard.php:33
474
- msgid "Disable"
475
- msgstr "Ota pois käytöstä"
476
-
477
- #: includes/dashboard/dashboard.php:36
478
- msgid "Enable"
479
- msgstr "Aktivoi"
480
-
481
- #: includes/dashboard/dashboard.php:47
482
- msgid "View Login Page"
483
- msgstr "Tarkastele kirjautumissivua"
484
-
485
- #: includes/dashboard/dashboard.php:52
486
- msgid "Copy below link and open in another browser where you are not logged in"
487
- msgstr ""
488
- "Kopioi alhaalla oleva linkki ja avaa Incognito-tilassa tai toisessa "
489
- "selaimessa, jossa et ole kirjautunut sisään."
490
-
491
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
492
- msgid "Dashboard "
493
- msgstr "Paneeli"
494
-
495
- #: includes/design/background.php:91
496
- msgid "Background Settings"
497
- msgstr "Taustan asetukset"
498
-
499
- #: includes/design/background.php:109
500
- msgid "No background Selected"
501
- msgstr "Ei taustaa valittuna"
502
-
503
- #: includes/design/background.php:113
504
- msgid "Background SlideShow"
505
- msgstr "Kuvasarja-tausta"
506
-
507
- #: includes/design/background.php:162
508
- msgid "Preview"
509
- msgstr "Esikatselu"
510
-
511
- #: includes/design/background.php:196
512
- msgid "Cover or Strech"
513
- msgstr "Täytä tai venytä"
514
-
515
- #: includes/design/background.php:261
516
- msgid "Background Attachment"
517
- msgstr "Taustan kiinnitys"
518
-
519
- #: includes/design/background.php:267
520
- msgid "Fixed"
521
- msgstr "Kiinnitetty"
522
-
523
- #: includes/design/background.php:268
524
- msgid "Scroll"
525
- msgstr "Scroll"
526
-
527
- #: includes/design/background.php:269
528
- msgid "Inherit"
529
- msgstr "Inherit"
530
-
531
- #: includes/design/background.php:288 includes/design/background.php:310
532
- msgid "No. Of Background Slideshow"
533
- msgstr "Kuvasarjan kuvan numero"
534
-
535
- #: includes/design/background.php:294
536
- msgid "Select Number of Slide Show"
537
- msgstr "Valitse kuvasarjan numero"
538
-
539
- #: includes/design/background.php:295
540
- msgid "2"
541
- msgstr "2"
542
-
543
- #: includes/design/background.php:296
544
- msgid "3"
545
- msgstr "3"
546
-
547
- #: includes/design/background.php:297
548
- msgid "4"
549
- msgstr "4"
550
-
551
- #: includes/design/background.php:298
552
- msgid "5"
553
- msgstr "5"
554
-
555
- #: includes/design/background.php:299
556
- msgid "6"
557
- msgstr "6"
558
-
559
- #: includes/design/background.php:340
560
- msgid "Slider Animation"
561
- msgstr "Kuvasarjan animaatio"
562
-
563
- #: includes/design/background.php:347
564
- msgid "Slider Animation 1"
565
- msgstr "Kuvasarjan animaatio 1"
566
-
567
- #: includes/design/background.php:348
568
- msgid "Slider Animation 2"
569
- msgstr "Kuvasarjan animaatio 2"
570
-
571
- #: includes/design/background.php:349
572
- msgid "Slider Animation 3"
573
- msgstr "Kuvasarjan animaatio 3"
574
-
575
- #: includes/design/background.php:350
576
- msgid "Slider Animation 4"
577
- msgstr "Kuvasarjan animaatio 4"
578
-
579
- #: includes/design/background.php:369 includes/design/background.php:384
580
- msgid "Top Background "
581
- msgstr "Ylätausta"
582
-
583
- #: includes/design/text_and_color.php:90
584
- msgid "Text And Color Settings"
585
- msgstr "Tekstin ja värin asetukset"
586
-
587
- #: includes/design/text_and_color.php:103
588
- msgid "Headline Font Color"
589
- msgstr "Otsikon fontin väri"
590
-
591
- #: includes/design/text_and_color.php:119
592
- msgid "Input Font Color"
593
- msgstr "Syöttötekstien fontin väri"
594
-
595
- #: includes/design/text_and_color.php:135
596
- msgid "Link Color"
597
- msgstr "Linkkien väri"
598
-
599
- #: includes/design/text_and_color.php:151
600
- msgid "Button Color"
601
- msgstr "Painikkeen väri"
602
-
603
- #: includes/design/text_and_color.php:167
604
- msgid "Headline Font size"
605
- msgstr "Otsikon fonttikoko"
606
-
607
- #: includes/design/text_and_color.php:185
608
- msgid "Input Font Size"
609
- msgstr "Syöttötekstien fonttikoko"
610
-
611
- #: includes/design/text_and_color.php:203
612
- msgid "Link Font Size"
613
- msgstr "Linkkien fonttikoko"
614
-
615
- #: includes/design/text_and_color.php:221
616
- msgid "Button Font Size"
617
- msgstr "Painikkeen fonttikoko"
618
-
619
- #: includes/design/text_and_color.php:239
620
- msgid "Enable Link shadow?"
621
- msgstr "Aktivoi linkkien varjostus?"
622
-
623
- #: includes/design/text_and_color.php:260
624
- msgid "Link Shadow Color"
625
- msgstr "Linkkien varjon väri"
626
-
627
- #: includes/design/text_and_color.php:276
628
- msgid "Headline Font Style"
629
- msgstr "Otsikon fonttityyli"
630
-
631
- #: includes/design/text_and_color.php:838
632
- msgid "Input Font Style"
633
- msgstr "Syöttötekstien fonttityyli"
634
-
635
- #: includes/design/text_and_color.php:1400
636
- msgid "Link Font Style"
637
- msgstr "Linkkien fonttityyli"
638
-
639
- #: includes/design/text_and_color.php:1963
640
- msgid "Button Font Style"
641
- msgstr "Painikkeiden fonttityyli"
642
-
643
- #: includes/design/text_and_color.php:2526
644
- msgid "Enable Input Box Icon?"
645
- msgstr "Aktivoi ikonit tekstikenttiin?"
646
-
647
- #: includes/design/text_and_color.php:2546
648
- msgid "Icon For user Input Box"
649
- msgstr "Ikoni käyttäjätunnuksen tekstikenttään"
650
-
651
- #: includes/design/text_and_color.php:2567
652
- msgid "Icon For Password Input Box"
653
- msgstr "Ikoni salasanan tekstikenttään"
654
-
655
- #: includes/design/text_and_color.php:2595
656
- #: includes/design/text_and_color.php:2610
657
- msgid "Text and Color "
658
- msgstr "Teksti ja väri"
659
-
660
- #: includes/help/help.php:28
661
- msgid "View Support Docs or Open a Ticket"
662
- msgstr "Katso tukidokumentit tai avaa tukitiketti"
663
-
664
- #: includes/help/help.php:38 includes/help/rate.php:15
665
- #: includes/help/rate.php:39
666
- msgid "Rate Us"
667
- msgstr "Anna meille arvosana"
668
-
669
- #: includes/help/help.php:44
670
- msgid ""
671
- "If you are enjoying using our Admin Custom Login plugin and find it useful, "
672
- "then please consider writing a positive feedback. Your feedback will help us "
673
- "to encourage and support the plugins continued development and better user "
674
- "support."
675
- msgstr ""
676
- "Jos tykkäät meidän Admin Custom Login -pluginista ja pidät sitä "
677
- "hyödyllisenä, harkitse positiivisen palautteen kirjoittamista. Palautteesi "
678
- "auttaa meitä ylläpitämään kehittämiämme plugineita ja käyttäjätukea."
679
-
680
- #: includes/help/help.php:62
681
- msgid "Share Us Your Suggestion"
682
- msgstr "Jaa meille ehdotuksesi"
683
-
684
- #: includes/help/help.php:68
685
- msgid ""
686
- "If you have any suggestion or features in your mind then please share us. We "
687
- "will try our best to add them in this plugin."
688
- msgstr ""
689
- "Jos sinulla on ehdotuksia tai ominaisuuksia mielessä, jaa ne meidän "
690
- "kanssamme! Me yritämme parhaamme lisätä ne tähän pluginiin."
691
-
692
- #: includes/help/help.php:80
693
- msgid "Language Contribution "
694
- msgstr "Kielen kääntäminen"
695
-
696
- #: includes/help/help.php:85
697
- msgid " Translate this plugin into your language"
698
- msgstr "Käännä tämä plugin sinun kielellesi"
699
-
700
- #: includes/help/help.php:86
701
- msgid "Question : How to convert Plguin into My Language ?"
702
- msgstr "Kysymys: Miten käännän tämän pluginin kielelleni?"
703
-
704
- #: includes/help/help.php:87
705
- msgid "here is solution"
706
- msgstr "Tässä ratkaisu."
707
-
708
- #: includes/help/rate.php:29
709
- msgid ""
710
- "We need your feedback for improve our plugin functionality on WordPress. So, "
711
- "if you like our plugin then please rate us"
712
- msgstr ""
713
- "Tarvitsemme palautettasi, että voimme parantaa pluginimme toimivuutta "
714
- "WordPressissä. Jos siis tykkäät pluginistamme, anna meille arvosana!"
715
-
716
- #: includes/import-export-setting/import_export.php:13
717
- msgid "Export Custom Login Data "
718
- msgstr "Vie mukautetut kirjautumistietosi"
719
-
720
- #: includes/import-export-setting/import_export.php:19
721
- msgid ""
722
- "Export the plugin settings for this site as a .json file. This allows you to "
723
- "easily import the configuration into another site."
724
- msgstr ""
725
- "Vie pluginin asetukset tälle sivulle .json-tiedostona. Tämän avulla voit "
726
- "helposti tuoda konfiguraation toiselle sivulle."
727
-
728
- #: includes/import-export-setting/import_export.php:38
729
- msgid "Import Custom Login Data "
730
- msgstr "Tuo mukautettu kirjautumissivu"
731
-
732
- #: includes/import-export-setting/import_export.php:44
733
- msgid ""
734
- "Import the plugin settings from a .json file. This file can be obtained by "
735
- "exporting the settings on another site using the form above."
736
- msgstr ""
737
- "Tuo pluginin asetukset .json-tiedostona. Tiedosto voidaan hakea viemällä "
738
- "asetukset toiselle sivulle yllä olevan lomakkeen avulla."
739
-
740
- #: includes/recommendations/recommendations.php:18
741
- msgid "Plugin Recommendation"
742
- msgstr "Plugin-suositus"
743
-
744
- #. translators: 1: The rating
745
- #: includes/recommendations/recommendations.php:78
746
- #, php-format
747
- msgid "%s rating"
748
- msgstr "%s arvosana"
749
-
750
- #: includes/recommendations/recommendations.php:97
751
- msgid "Get More Free Wordpress Plguins From Weblizar"
752
- msgstr "Hanki lisää ilmaisia Wordpress-plugineita Weblizarilta"
753
-
754
- #. translators: 1: Plugin name and version.
755
- #: includes/recommendations/recommendations.php:146
756
- msgid "More Details"
757
- msgstr "Lisätietoja"
758
-
759
- #. translators: 1: Plugin name and version.
760
- #: includes/recommendations/recommendations.php:157
761
- msgid "Install Now"
762
- msgstr "Asenna nyt"
763
-
764
- #. translators: 1: Plugin name and version
765
- #: includes/recommendations/recommendations.php:164
766
- msgid "Update Now"
767
- msgstr "Päivitä nyt"
768
-
769
- #: includes/recommendations/recommendations.php:191
770
- msgid "By "
771
- msgstr "Tehnyt"
772
-
773
- #: includes/recommendations/recommendations.php:210
774
- #: includes/recommendations/recommendations.php:220
775
- #: includes/recommendations/recommendations.php:230
776
- #: includes/recommendations/recommendations.php:240
777
- #: includes/recommendations/recommendations.php:250
778
- #: includes/recommendations/recommendations.php:260
779
- msgid "Premium Editions"
780
- msgstr "Premium-versiot"
781
-
782
- #: includes/recommendations/recommendations.php:213
783
- #: includes/recommendations/recommendations.php:223
784
- #: includes/recommendations/recommendations.php:233
785
- #: includes/recommendations/recommendations.php:243
786
- #: includes/recommendations/recommendations.php:253
787
- #: includes/recommendations/recommendations.php:263
788
- msgid "Visit Website"
789
- msgstr "Vieraile sivustolla"
790
-
791
- #: includes/recommendations/recommendations.php:281
792
- msgid "Last Updated:"
793
- msgstr "Viimeksi päivitetty:"
794
-
795
- #: includes/recommendations/recommendations.php:292
796
- msgid "<strong>Untested</strong> with your version of WordPress"
797
- msgstr "<strong>Ei testattu</strong> sinun Wordpress-versiollasi."
798
-
799
- #: includes/recommendations/recommendations.php:296
800
- msgid "Incompatible with your version of WordPress"
801
- msgstr "Ei yhteensopiva Wordpress-versiosi kanssa"
802
-
803
- #: includes/recommendations/recommendations.php:300
804
- msgid "Compatible with your version of WordPress"
805
- msgstr "Yhteensopiva Wordpress-versiosi kanssa"
806
-
807
- #: includes/settings/page-settings.php:62
808
- msgid "Logo"
809
- msgstr "Logo"
810
-
811
- #: includes/settings/page-settings.php:98
812
- msgid "Logo Width"
813
- msgstr "Logon leveys"
814
-
815
- #: includes/settings/page-settings.php:115
816
- msgid "Logo Height"
817
- msgstr "Logon korkeus"
818
-
819
- #: includes/settings/page-settings.php:132
820
- #: includes/settings/page-settings.php:137
821
- msgid "Logo URL"
822
- msgstr "Logon URL"
823
-
824
- #: includes/settings/page-settings.php:147
825
- #: includes/settings/page-settings.php:152
826
- msgid "Logo URL Title"
827
- msgstr "Logon URL-otsikko"
828
-
829
- #: includes/settings/page-settings.php:168
830
- #: includes/settings/page-settings.php:182
831
- msgid "Logo "
832
- msgstr "Logo"
833
-
834
- #: includes/social/social.php:33
835
- msgid "Enable Social Icons"
836
- msgstr "Aktivoi sosiaalisen median ikonit"
837
-
838
- #: includes/social/social.php:39
839
- msgid "No Icon"
840
- msgstr "Ei ikonia"
841
-
842
- #: includes/social/social.php:40
843
- msgid "Inner"
844
- msgstr "Sisällä"
845
-
846
- #: includes/social/social.php:41
847
- msgid "Outer"
848
- msgstr "Ulkona"
849
-
850
- #: includes/social/social.php:42
851
- msgid "Both"
852
- msgstr "Molemmat"
853
-
854
- #: includes/social/social.php:53
855
- msgid "Social Media Icon Size"
856
- msgstr "Sosiaalisen median ikonien koko"
857
-
858
- #: includes/social/social.php:59
859
- msgid "Small"
860
- msgstr "Pieni"
861
-
862
- #: includes/social/social.php:62
863
- msgid "Medium"
864
- msgstr "Keskikokoinen"
865
-
866
- #: includes/social/social.php:65
867
- msgid "Large"
868
- msgstr "Suuri"
869
-
870
- #: includes/social/social.php:76
871
- msgid "Social Media Icon Layout"
872
- msgstr "Sosiaalisen median ikonien sijoittaminen"
873
-
874
- #: includes/social/social.php:82
875
- msgid "Rectangle"
876
- msgstr "Suorakulmio"
877
-
878
- #: includes/social/social.php:85
879
- msgid "Circle"
880
- msgstr "Ympyrä"
881
-
882
- #: includes/social/social.php:96
883
- msgid "Social Media Icon Color"
884
- msgstr "Ikonin väri"
885
-
886
- #: includes/social/social.php:111
887
- msgid "Social Media Icon Color On Hover"
888
- msgstr "Ikonin väri, kun hiiri viedään päälle"
889
-
890
- #: includes/social/social.php:126
891
- msgid "Social Media Icon Background Color"
892
- msgstr "Ikonin taustaväri"
893
-
894
- #: includes/social/social.php:141
895
- msgid "Social Media Background Color On Hover"
896
- msgstr "Ikonin taustaväri, kun hiiri viedään päälle"
897
-
898
- #: includes/social/social.php:156
899
- msgid "Social Profiles"
900
- msgstr "Sosiaalisen median profiilit"
901
-
902
- #: includes/social/social.php:161
903
- msgid "Enter your social profiles complete url here"
904
- msgstr "Pistä sosiaalisen median profiileittesi linkit tänne"
905
-
906
- #: includes/social/social.php:163
907
- msgid "Facebook"
908
- msgstr ""
909
-
910
- #: includes/social/social.php:164
911
- msgid "Twitter"
912
- msgstr ""
913
-
914
- #: includes/social/social.php:165
915
- msgid "Linkedin"
916
- msgstr ""
917
-
918
- #: includes/social/social.php:166
919
- msgid "google plus"
920
- msgstr ""
921
-
922
- #: includes/social/social.php:167
923
- msgid "Pinterest"
924
- msgstr ""
925
-
926
- #: includes/social/social.php:168
927
- msgid "Digg"
928
- msgstr ""
929
-
930
- #: includes/social/social.php:169
931
- msgid "Youtube"
932
- msgstr ""
933
-
934
- #: includes/social/social.php:170
935
- msgid "Flickr"
936
- msgstr ""
937
-
938
- #: includes/social/social.php:171
939
- msgid "Tumblr"
940
- msgstr ""
941
-
942
- #: includes/social/social.php:172
943
- msgid "VKontakte"
944
- msgstr ""
945
-
946
- #: includes/social/social.php:173
947
- msgid "Skype"
948
- msgstr ""
949
-
950
- #: includes/social/social.php:174
951
- msgid "Instagram"
952
- msgstr ""
953
-
954
- #: includes/social/social.php:175
955
- msgid "Telegram"
956
- msgstr ""
957
-
958
- #: includes/social/social.php:176
959
- msgid "Whatsapp"
960
- msgstr ""
961
-
962
- #: includes/social/social.php:193 includes/social/social.php:207
963
- msgid "Social "
964
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:35+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:35+0530\n"
6
+ "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
+ "Language-Team: Eerik Anttila // ekiphet@gmail.com\n"
8
+ "Language: fi_FI\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-KeywordsList: _e;__;_\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: admin-custom-login.php:157 admin-custom-login.php:163
20
+ msgid "User Name"
21
+ msgstr "Käyttäjätunnus"
22
+
23
+ #: admin-custom-login.php:158 admin-custom-login.php:164
24
+ msgid "Password"
25
+ msgstr "Salasana"
26
+
27
+ #: admin-custom-login.php:174
28
+ msgid "Find Us On Social Media"
29
+ msgstr "Löydä meidät sosiaalisesta mediasta"
30
+
31
+ #: admin-custom-login.php:429
32
+ msgid "Please upload a valid .json file"
33
+ msgstr "Tiedosto ei kelpaa (.json)"
34
+
35
+ #: admin-custom-login.php:435
36
+ msgid "Please upload a file to import"
37
+ msgstr "Lataa tiedosto tuotavaksi"
38
+
39
+ #: includes/Login-form-setting/Login-form-background.php:175
40
+ msgid "Login Settings"
41
+ msgstr "Sisäänkirjautumisen asetukset"
42
+
43
+ #: includes/Login-form-setting/Login-form-background.php:188
44
+ msgid "Login Form Position"
45
+ msgstr "Kirjautumislomakkeen sijainti"
46
+
47
+ #: includes/Login-form-setting/Login-form-background.php:194
48
+ msgid "Default"
49
+ msgstr "Oletus"
50
+
51
+ #: includes/Login-form-setting/Login-form-background.php:195
52
+ msgid "Floating"
53
+ msgstr "Kelluva"
54
+
55
+ #: includes/Login-form-setting/Login-form-background.php:196
56
+ msgid "Floating With Customization"
57
+ msgstr "Kelluva muokkausvaihtoehdoilla"
58
+
59
+ #: includes/Login-form-setting/Login-form-background.php:207
60
+ msgid "Float Settings"
61
+ msgstr "Kellumisen asetukset"
62
+
63
+ #: includes/Login-form-setting/Login-form-background.php:213
64
+ msgid "Left"
65
+ msgstr "Vasemmalla"
66
+
67
+ #: includes/Login-form-setting/Login-form-background.php:216
68
+ msgid "Center"
69
+ msgstr "Keskellä"
70
+
71
+ #: includes/Login-form-setting/Login-form-background.php:219
72
+ msgid "Right"
73
+ msgstr "Oikealla"
74
+
75
+ #: includes/Login-form-setting/Login-form-background.php:229
76
+ msgid "Floating With Customization Settings"
77
+ msgstr "Kelluva muokkausvaihtoehdoilla"
78
+
79
+ #: includes/Login-form-setting/Login-form-background.php:250
80
+ msgid "Note: This form position setting will be not responsive."
81
+ msgstr "Huomaathan, että tämän lomakkeen sijaintiasetus ei ole responsiivinen."
82
+
83
+ #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
+ msgid "Select Background"
86
+ msgstr "Valitse tausta"
87
+
88
+ #: includes/Login-form-setting/Login-form-background.php:266
89
+ msgid "Select background"
90
+ msgstr "Valitse tausta"
91
+
92
+ #: includes/Login-form-setting/Login-form-background.php:267
93
+ #: includes/design/background.php:111
94
+ msgid "Static Background Color"
95
+ msgstr "Staattinen taustaväri"
96
+
97
+ #: includes/Login-form-setting/Login-form-background.php:268
98
+ #: includes/design/background.php:112
99
+ msgid "Static Background Image"
100
+ msgstr "Staattinen taustakuva"
101
+
102
+ #: includes/Login-form-setting/Login-form-background.php:284
103
+ #: includes/design/background.php:131
104
+ msgid "Background Color"
105
+ msgstr "Taustaväri"
106
+
107
+ #: includes/Login-form-setting/Login-form-background.php:299
108
+ msgid "Login Form Opacity"
109
+ msgstr "Kirjautumislomakkeen läpinäkymättömyys"
110
+
111
+ #: includes/Login-form-setting/Login-form-background.php:321
112
+ #: includes/design/background.php:153 includes/design/background.php:172
113
+ msgid "Background Image"
114
+ msgstr "Taustakuva"
115
+
116
+ #: includes/Login-form-setting/Login-form-background.php:326
117
+ #: includes/design/background.php:158 includes/settings/page-settings.php:67
118
+ msgid "No media selected!"
119
+ msgstr "Ei mediaa valittuna!"
120
+
121
+ #: includes/Login-form-setting/Login-form-background.php:327
122
+ #: includes/design/background.php:160 includes/settings/page-settings.php:68
123
+ msgid "Upload"
124
+ msgstr "Lataa"
125
+
126
+ #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "Esikatselu"
130
+
131
+ #: includes/Login-form-setting/Login-form-background.php:331
132
+ #: includes/design/background.php:164
133
+ msgid "Remove"
134
+ msgstr "Poista"
135
+
136
+ #: includes/Login-form-setting/Login-form-background.php:339
137
+ #: includes/settings/page-settings.php:78
138
+ msgid "Login Background Image"
139
+ msgstr "Sisäänkirjautumisen taustakuva"
140
+
141
+ #: includes/Login-form-setting/Login-form-background.php:345
142
+ #: includes/Login-form-setting/Login-form-background.php:592
143
+ #: includes/Login-form-setting/Login-form-background.php:606
144
+ #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
+ #: includes/design/text_and_color.php:2609
148
+ #: includes/settings/page-settings.php:84
149
+ #: includes/settings/page-settings.php:168
150
+ #: includes/settings/page-settings.php:182 includes/social/social.php:193
151
+ #: includes/social/social.php:207
152
+ msgid "Close"
153
+ msgstr "Sulje"
154
+
155
+ #: includes/Login-form-setting/Login-form-background.php:360
156
+ #: includes/design/background.php:213
157
+ msgid "Background Repeat"
158
+ msgstr "Toista tausta"
159
+
160
+ #: includes/Login-form-setting/Login-form-background.php:366
161
+ #: includes/design/background.php:219
162
+ msgid "No Repeat"
163
+ msgstr "Ei toistoa"
164
+
165
+ #: includes/Login-form-setting/Login-form-background.php:367
166
+ #: includes/design/background.php:220
167
+ msgid "Repeat"
168
+ msgstr "Toista"
169
+
170
+ #: includes/Login-form-setting/Login-form-background.php:368
171
+ #: includes/design/background.php:221
172
+ msgid "Repeat Horizontally"
173
+ msgstr "Toista vaakasuoraan"
174
+
175
+ #: includes/Login-form-setting/Login-form-background.php:369
176
+ #: includes/design/background.php:222
177
+ msgid "Repeat Vertically"
178
+ msgstr "Toista pystysuoraan"
179
+
180
+ #: includes/Login-form-setting/Login-form-background.php:380
181
+ #: includes/design/background.php:234
182
+ msgid "Background Position"
183
+ msgstr "Taustan sijainti"
184
+
185
+ #: includes/Login-form-setting/Login-form-background.php:386
186
+ #: includes/design/background.php:240
187
+ msgid "Left Top"
188
+ msgstr "Vasen ylä"
189
+
190
+ #: includes/Login-form-setting/Login-form-background.php:387
191
+ #: includes/design/background.php:241
192
+ msgid "Left Center"
193
+ msgstr "Vasen keski"
194
+
195
+ #: includes/Login-form-setting/Login-form-background.php:388
196
+ #: includes/design/background.php:242
197
+ msgid "Left Bottom"
198
+ msgstr "Vasen ala"
199
+
200
+ #: includes/Login-form-setting/Login-form-background.php:389
201
+ #: includes/design/background.php:243
202
+ msgid "Right Top"
203
+ msgstr "Oikea ylä"
204
+
205
+ #: includes/Login-form-setting/Login-form-background.php:390
206
+ #: includes/design/background.php:244
207
+ msgid "Right Center"
208
+ msgstr "Oikea keski"
209
+
210
+ #: includes/Login-form-setting/Login-form-background.php:391
211
+ #: includes/design/background.php:245
212
+ msgid "Right Bottom"
213
+ msgstr "Oikea ala"
214
+
215
+ #: includes/Login-form-setting/Login-form-background.php:392
216
+ #: includes/design/background.php:246
217
+ msgid "Center Top"
218
+ msgstr "Keski ylä"
219
+
220
+ #: includes/Login-form-setting/Login-form-background.php:393
221
+ #: includes/design/background.php:247
222
+ msgid "Center Center"
223
+ msgstr "Keskellä"
224
+
225
+ #: includes/Login-form-setting/Login-form-background.php:394
226
+ #: includes/design/background.php:248
227
+ msgid "Center Bottom"
228
+ msgstr "Keski ala"
229
+
230
+ #: includes/Login-form-setting/Login-form-background.php:406
231
+ msgid "Background Effect"
232
+ msgstr "Taustakuvan efekti"
233
+
234
+ #: includes/Login-form-setting/Login-form-background.php:412
235
+ msgid "Select overlay effect"
236
+ msgstr "Valitse päällysefekti"
237
+
238
+ #: includes/Login-form-setting/Login-form-background.php:413
239
+ msgid "No Overlay Effect"
240
+ msgstr "Ei päällysefektiä"
241
+
242
+ #: includes/Login-form-setting/Login-form-background.php:414
243
+ msgid "Overlay Effect 1"
244
+ msgstr "Päällysefekti 1"
245
+
246
+ #: includes/Login-form-setting/Login-form-background.php:415
247
+ msgid "Overlay Effect 2"
248
+ msgstr "Päällysefekti 2"
249
+
250
+ #: includes/Login-form-setting/Login-form-background.php:416
251
+ msgid "Overlay Effect 3"
252
+ msgstr "Päällysefekti 3"
253
+
254
+ #: includes/Login-form-setting/Login-form-background.php:429
255
+ msgid "Login Form Width"
256
+ msgstr "Kirjautumislomakkeen leveys"
257
+
258
+ #: includes/Login-form-setting/Login-form-background.php:446
259
+ msgid "Border Color"
260
+ msgstr "Reunuksen väri"
261
+
262
+ #: includes/Login-form-setting/Login-form-background.php:461
263
+ msgid "Border Radius"
264
+ msgstr "Reunuksen säde"
265
+
266
+ #: includes/Login-form-setting/Login-form-background.php:478
267
+ msgid "Border Style"
268
+ msgstr "Reunuksen tyyli"
269
+
270
+ #: includes/Login-form-setting/Login-form-background.php:484
271
+ msgid "None"
272
+ msgstr "Ei mitään"
273
+
274
+ #: includes/Login-form-setting/Login-form-background.php:485
275
+ msgid "Solid"
276
+ msgstr "Kiinteä"
277
+
278
+ #: includes/Login-form-setting/Login-form-background.php:486
279
+ msgid "Dotted"
280
+ msgstr "Täplikäs"
281
+
282
+ #: includes/Login-form-setting/Login-form-background.php:487
283
+ msgid "Dashed"
284
+ msgstr "Viivoitettu"
285
+
286
+ #: includes/Login-form-setting/Login-form-background.php:488
287
+ msgid "Double"
288
+ msgstr "Tupla"
289
+
290
+ #: includes/Login-form-setting/Login-form-background.php:499
291
+ msgid "Border Thickness"
292
+ msgstr "Reunuksen tiheys"
293
+
294
+ #: includes/Login-form-setting/Login-form-background.php:516
295
+ msgid "Enable Form Shadow?"
296
+ msgstr "Aktivoi lomakkeen varjo?"
297
+
298
+ #: includes/Login-form-setting/Login-form-background.php:522
299
+ #: includes/design/background.php:201 includes/design/text_and_color.php:244
300
+ #: includes/design/text_and_color.php:2531
301
+ msgid "Yes"
302
+ msgstr "Kyllä"
303
+
304
+ #: includes/Login-form-setting/Login-form-background.php:525
305
+ #: includes/design/text_and_color.php:247
306
+ #: includes/design/text_and_color.php:2534
307
+ msgid "No"
308
+ msgstr "Ei"
309
+
310
+ #: includes/Login-form-setting/Login-form-background.php:536
311
+ msgid "Form Shadow Color"
312
+ msgstr "Lomakkeen varjon väri"
313
+
314
+ #: includes/Login-form-setting/Login-form-background.php:551
315
+ msgid "Redirect Users After Login (Not Work For Admin)"
316
+ msgstr "Uudelleenohjaa muut kuin ylläpitäjät"
317
+
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
+ #: includes/Login-form-setting/Login-form-background.php:567
329
+ #: includes/Login-form-setting/Login-form-background.php:572
330
+ msgid "Custom CSS"
331
+ msgstr "Mukautettu CSS"
332
+
333
+ #: includes/Login-form-setting/Login-form-background.php:574
334
+ msgid "Enter any custom css you want to apply on login panel."
335
+ msgstr "Kirjoita CSS, jonka haluat asettaa kirjautumispaneeliin."
336
+
337
+ #: includes/Login-form-setting/Login-form-background.php:575
338
+ msgid "Note: Please Do Not Use"
339
+ msgstr "Huom! Ethän käytä tätä"
340
+
341
+ #: includes/Login-form-setting/Login-form-background.php:575
342
+ msgid "Tag With Custom CSS"
343
+ msgstr "Merkitse mukautetulla CSS:llä"
344
+
345
+ #: includes/Login-form-setting/Login-form-background.php:592
346
+ #: includes/Login-form-setting/Login-form-background.php:606
347
+ msgid "Login"
348
+ msgstr ""
349
+
350
+ #: includes/Login-form-setting/Login-form-background.php:592
351
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
352
+ #: includes/design/text_and_color.php:2594
353
+ #: includes/settings/page-settings.php:168 includes/social/social.php:193
354
+ msgid "Setting Save Successfully"
355
+ msgstr "Asetus tallennettu onnistuneesti"
356
+
357
+ #: includes/Login-form-setting/Login-form-background.php:606
358
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
359
+ #: includes/design/text_and_color.php:2609
360
+ #: includes/settings/page-settings.php:182 includes/social/social.php:207
361
+ msgid "Setting Reset Successfully"
362
+ msgstr "Asetus palautettu oletusarvoon onnistuneesti"
363
+
364
+ #: includes/Login-form-setting/Login-form-background.php:613
365
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
366
+ #: includes/design/text_and_color.php:2617
367
+ #: includes/settings/page-settings.php:189 includes/social/social.php:214
368
+ msgid "Save Changes"
369
+ msgstr "Tallenna muutokset"
370
+
371
+ #: includes/Login-form-setting/Login-form-background.php:616
372
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
373
+ #: includes/design/text_and_color.php:2620
374
+ #: includes/settings/page-settings.php:192 includes/social/social.php:217
375
+ msgid "Reset Default"
376
+ msgstr "Palauta oletusarvoon"
377
+
378
+ #: includes/content.php:28
379
+ msgid "Admin Custom Login"
380
+ msgstr "Mukautettu kirjautumissivu ylläpitäjille"
381
+
382
+ #: includes/content.php:63
383
+ msgid "Powered By"
384
+ msgstr "Tämän mahdollistaa"
385
+
386
+ #: includes/content.php:65
387
+ msgid "Weblizar"
388
+ msgstr "Weblizar"
389
+
390
+ #: includes/content.php:69
391
+ msgid "Show Us Some Love (Rate Us)"
392
+ msgstr "Näytä meille tukesi (Anna meille arvostelu)"
393
+
394
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
395
+ #: includes/dashboard/dashboard.php:84
396
+ msgid "Dashboard"
397
+ msgstr "Päävalikko"
398
+
399
+ #: includes/content.php:86
400
+ msgid "Application overview"
401
+ msgstr "Yleiskatsaus"
402
+
403
+ #: includes/content.php:95
404
+ msgid "Background Design"
405
+ msgstr "Taustan design"
406
+
407
+ #: includes/content.php:96
408
+ msgid "Modify Background design here"
409
+ msgstr "Muuta taustan designia"
410
+
411
+ #: includes/content.php:106
412
+ msgid "Login form Setting"
413
+ msgstr "Kirjautumislomakkeen asetukset"
414
+
415
+ #: includes/content.php:107
416
+ msgid "Modify Login design here"
417
+ msgstr "Muuta kirjautumisen designia"
418
+
419
+ #: includes/content.php:117
420
+ msgid "Font Setting"
421
+ msgstr "Fontin asetukset"
422
+
423
+ #: includes/content.php:118
424
+ msgid "Modify Login Form Style here"
425
+ msgstr "Muuta kirjautumislomakkeen tyyliä"
426
+
427
+ #: includes/content.php:128 includes/settings/page-settings.php:50
428
+ msgid "Logo Settings"
429
+ msgstr "Logon asetukset"
430
+
431
+ #: includes/content.php:129
432
+ msgid "Customize Logo Settings here"
433
+ msgstr "Muokkaa logon asetuksia"
434
+
435
+ #: includes/content.php:140 includes/social/social.php:21
436
+ msgid "Social Settings"
437
+ msgstr "Sosiaalisen median painikkeet"
438
+
439
+ #: includes/content.php:141
440
+ msgid "Connect with your social profile"
441
+ msgstr "Lisää sosiaalisen median profiilisi"
442
+
443
+ #: includes/content.php:151
444
+ msgid "Export / Import"
445
+ msgstr "Vie / Tuo"
446
+
447
+ #: includes/content.php:152
448
+ msgid "Export / Import Your Data"
449
+ msgstr "Vie / Tuo tietosi"
450
+
451
+ #: includes/content.php:161
452
+ msgid "Recommendations"
453
+ msgstr "Suositukset"
454
+
455
+ #: includes/content.php:162
456
+ msgid "Get More Free Useful Plugins"
457
+ msgstr "Hanki lisää hyödyllisiä plugineita"
458
+
459
+ #: includes/content.php:171 includes/help/help.php:15
460
+ msgid "Help And Support"
461
+ msgstr "Apu ja tuki"
462
+
463
+ #: includes/content.php:172
464
+ msgid "Ask your query"
465
+ msgstr "Kysy kysymyksesi"
466
+
467
+ #: includes/content.php:181
468
+ msgid "Please rate us"
469
+ msgstr "Anna meille arvosana"
470
+
471
+ #: includes/content.php:182
472
+ msgid "If you like us"
473
+ msgstr "Jos tykkäät meistä"
474
+
475
+ #: includes/dashboard/dashboard.php:15
476
+ msgid "Admin Custom Login Dashboard"
477
+ msgstr "Admin Custom Login -paneeli"
478
+
479
+ #: includes/dashboard/dashboard.php:27
480
+ msgid "Admin Custom Login Status"
481
+ msgstr "Admin Custom Loginin status"
482
+
483
+ #: includes/dashboard/dashboard.php:33
484
+ msgid "Disable"
485
+ msgstr "Ota pois käytöstä"
486
+
487
+ #: includes/dashboard/dashboard.php:36
488
+ msgid "Enable"
489
+ msgstr "Aktivoi"
490
+
491
+ #: includes/dashboard/dashboard.php:47
492
+ msgid "View Login Page"
493
+ msgstr "Tarkastele kirjautumissivua"
494
+
495
+ #: includes/dashboard/dashboard.php:52
496
+ msgid "Copy below link and open in another browser where you are not logged in"
497
+ msgstr ""
498
+ "Kopioi alhaalla oleva linkki ja avaa Incognito-tilassa tai toisessa "
499
+ "selaimessa, jossa et ole kirjautunut sisään"
500
+
501
+ #: includes/design/background.php:91
502
+ msgid "Background Settings"
503
+ msgstr "Taustan asetukset"
504
+
505
+ #: includes/design/background.php:109
506
+ msgid "No Background Selected"
507
+ msgstr "Ei taustaa valittuna"
508
+
509
+ #: includes/design/background.php:113
510
+ msgid "Background SlideShow"
511
+ msgstr "Kuvasarja-tausta"
512
+
513
+ #: includes/design/background.php:196
514
+ msgid "Cover or Strech"
515
+ msgstr "Täytä tai venytä"
516
+
517
+ #: includes/design/background.php:260
518
+ msgid "Background Attachment"
519
+ msgstr "Taustan kiinnitys"
520
+
521
+ #: includes/design/background.php:266
522
+ msgid "Fixed"
523
+ msgstr "Kiinnitetty"
524
+
525
+ #: includes/design/background.php:267
526
+ msgid "Scroll"
527
+ msgstr "Scroll"
528
+
529
+ #: includes/design/background.php:268
530
+ msgid "Inherit"
531
+ msgstr "Inherit"
532
+
533
+ #: includes/design/background.php:287 includes/design/background.php:309
534
+ msgid "No. Of Background Slideshow"
535
+ msgstr "Kuvasarjan kuvan numero"
536
+
537
+ #: includes/design/background.php:293
538
+ msgid "Select Number of Slide Show"
539
+ msgstr "Valitse kuvasarjan numero"
540
+
541
+ #: includes/design/background.php:294
542
+ msgid "2"
543
+ msgstr "2"
544
+
545
+ #: includes/design/background.php:295
546
+ msgid "3"
547
+ msgstr "3"
548
+
549
+ #: includes/design/background.php:296
550
+ msgid "4"
551
+ msgstr "4"
552
+
553
+ #: includes/design/background.php:297
554
+ msgid "5"
555
+ msgstr "5"
556
+
557
+ #: includes/design/background.php:298
558
+ msgid "6"
559
+ msgstr "6"
560
+
561
+ #: includes/design/background.php:339
562
+ msgid "Slider Animation"
563
+ msgstr "Kuvasarjan animaatio"
564
+
565
+ #: includes/design/background.php:346
566
+ msgid "Slider Animation 1"
567
+ msgstr "Kuvasarjan animaatio 1"
568
+
569
+ #: includes/design/background.php:347
570
+ msgid "Slider Animation 2"
571
+ msgstr "Kuvasarjan animaatio 2"
572
+
573
+ #: includes/design/background.php:348
574
+ msgid "Slider Animation 3"
575
+ msgstr "Kuvasarjan animaatio 3"
576
+
577
+ #: includes/design/background.php:349
578
+ msgid "Slider Animation 4"
579
+ msgstr "Kuvasarjan animaatio 4"
580
+
581
+ #: includes/design/background.php:368 includes/design/background.php:383
582
+ msgid "Top Background"
583
+ msgstr "Ylätausta"
584
+
585
+ #: includes/design/text_and_color.php:89
586
+ msgid "Text And Color Settings"
587
+ msgstr "Tekstin ja värin asetukset"
588
+
589
+ #: includes/design/text_and_color.php:102
590
+ msgid "Headline Font Color"
591
+ msgstr "Otsikon fontin väri"
592
+
593
+ #: includes/design/text_and_color.php:118
594
+ msgid "Input Font Color"
595
+ msgstr "Syöttötekstien fontin väri"
596
+
597
+ #: includes/design/text_and_color.php:134
598
+ msgid "Link Color"
599
+ msgstr "Linkkien väri"
600
+
601
+ #: includes/design/text_and_color.php:150
602
+ msgid "Button Color"
603
+ msgstr "Painikkeen väri"
604
+
605
+ #: includes/design/text_and_color.php:166
606
+ msgid "Headline Font size"
607
+ msgstr "Otsikon fonttikoko"
608
+
609
+ #: includes/design/text_and_color.php:184
610
+ msgid "Input Font Size"
611
+ msgstr "Syöttötekstien fonttikoko"
612
+
613
+ #: includes/design/text_and_color.php:202
614
+ msgid "Link Font Size"
615
+ msgstr "Linkkien fonttikoko"
616
+
617
+ #: includes/design/text_and_color.php:220
618
+ msgid "Button Font Size"
619
+ msgstr "Painikkeen fonttikoko"
620
+
621
+ #: includes/design/text_and_color.php:238
622
+ msgid "Enable Link shadow?"
623
+ msgstr "Aktivoi linkkien varjostus?"
624
+
625
+ #: includes/design/text_and_color.php:259
626
+ msgid "Link Shadow Color"
627
+ msgstr "Linkkien varjon väri"
628
+
629
+ #: includes/design/text_and_color.php:275
630
+ msgid "Headline Font Style"
631
+ msgstr "Otsikon fonttityyli"
632
+
633
+ #: includes/design/text_and_color.php:837
634
+ msgid "Input Font Style"
635
+ msgstr "Syöttötekstien fonttityyli"
636
+
637
+ #: includes/design/text_and_color.php:1399
638
+ msgid "Link Font Style"
639
+ msgstr "Linkkien fonttityyli"
640
+
641
+ #: includes/design/text_and_color.php:1962
642
+ msgid "Button Font Style"
643
+ msgstr "Painikkeiden fonttityyli"
644
+
645
+ #: includes/design/text_and_color.php:2525
646
+ msgid "Enable Input Box Icon?"
647
+ msgstr "Aktivoi ikonit tekstikenttiin?"
648
+
649
+ #: includes/design/text_and_color.php:2545
650
+ msgid "Icon For user Input Box"
651
+ msgstr "Ikoni käyttäjätunnuksen tekstikenttään"
652
+
653
+ #: includes/design/text_and_color.php:2566
654
+ msgid "Icon For Password Input Box"
655
+ msgstr "Ikoni salasanan tekstikenttään"
656
+
657
+ #: includes/design/text_and_color.php:2594
658
+ #: includes/design/text_and_color.php:2609
659
+ msgid "Text and Color"
660
+ msgstr "Teksti ja väri"
661
+
662
+ #: includes/help/help.php:28
663
+ msgid "View Support Docs or Open a Ticket"
664
+ msgstr "Katso tukidokumentit tai avaa tukitiketti"
665
+
666
+ #: includes/help/help.php:38 includes/help/rate.php:15
667
+ #: includes/help/rate.php:39
668
+ msgid "Rate Us"
669
+ msgstr "Anna meille arvosana"
670
+
671
+ #: includes/help/help.php:44
672
+ msgid ""
673
+ "If you are enjoying using our Admin Custom Login plugin and find it useful, "
674
+ "then please consider writing a positive feedback. Your feedback will help us "
675
+ "to encourage and support the plugins continued development and better user "
676
+ "support."
677
+ msgstr ""
678
+ "Jos tykkäät meidän Admin Custom Login -pluginista ja pidät sitä "
679
+ "hyödyllisenä, harkitse positiivisen palautteen kirjoittamista. Palautteesi "
680
+ "auttaa meitä ylläpitämään kehittämiämme plugineita ja käyttäjätukea."
681
+
682
+ #: includes/help/help.php:62
683
+ msgid "Share Us Your Suggestion"
684
+ msgstr "Jaa meille ehdotuksesi"
685
+
686
+ #: includes/help/help.php:68
687
+ msgid ""
688
+ "If you have any suggestion or features in your mind then please share us. We "
689
+ "will try our best to add them in this plugin."
690
+ msgstr ""
691
+ "Jos sinulla on ehdotuksia tai ominaisuuksia mielessä, jaa ne meidän "
692
+ "kanssamme! Me yritämme parhaamme lisätä ne tähän pluginiin."
693
+
694
+ #: includes/help/help.php:80
695
+ msgid "Language Contribution"
696
+ msgstr "Kielen kääntäminen"
697
+
698
+ #: includes/help/help.php:85
699
+ msgid "Translate this plugin into your language"
700
+ msgstr "Käännä tämä plugin sinun kielellesi"
701
+
702
+ #: includes/help/help.php:86
703
+ msgid "Question : How to convert Plguin into My Language?"
704
+ msgstr "Kysymys: Miten käännän tämän pluginin kielelleni?"
705
+
706
+ #: includes/help/help.php:87
707
+ msgid "here is solution"
708
+ msgstr "tässä ratkaisu"
709
+
710
+ #: includes/help/rate.php:29
711
+ msgid ""
712
+ "We need your feedback for improve our plugin functionality on WordPress. So, "
713
+ "if you like our plugin then please rate us"
714
+ msgstr ""
715
+ "Tarvitsemme palautettasi, että voimme parantaa pluginimme toimivuutta "
716
+ "WordPressissä. Jos siis tykkäät pluginistamme, anna meille arvosana"
717
+
718
+ #: includes/import-export-setting/import_export.php:13
719
+ msgid "Export Custom Login Data"
720
+ msgstr "Vie mukautetut kirjautumistietosi"
721
+
722
+ #: includes/import-export-setting/import_export.php:18
723
+ msgid ""
724
+ "Export the plugin settings for this site as a .json file. This allows you to "
725
+ "easily import the configuration into another site."
726
+ msgstr ""
727
+ "Vie pluginin asetukset tälle sivulle .json-tiedostona. Tämän avulla voit "
728
+ "helposti tuoda konfiguraation toiselle sivulle."
729
+
730
+ #: includes/import-export-setting/import_export.php:23
731
+ msgid "Export"
732
+ msgstr ""
733
+
734
+ #: includes/import-export-setting/import_export.php:37
735
+ msgid "Import Custom Login Data"
736
+ msgstr "Tuo mukautettu kirjautumissivu"
737
+
738
+ #: includes/import-export-setting/import_export.php:42
739
+ msgid ""
740
+ "Import the plugin settings from a .json file. This file can be obtained by "
741
+ "exporting the settings on another site using the form above."
742
+ msgstr ""
743
+ "Tuo pluginin asetukset .json-tiedostona. Tiedosto voidaan hakea viemällä "
744
+ "asetukset toiselle sivulle yllä olevan lomakkeen avulla."
745
+
746
+ #: includes/import-export-setting/import_export.php:50
747
+ msgid "Import"
748
+ msgstr ""
749
+
750
+ #. translators: 1: The rating
751
+ #: includes/recommendations/recommendations.php:75
752
+ #, php-format
753
+ msgid "%s rating"
754
+ msgstr "%s arvosana"
755
+
756
+ #: includes/settings/page-settings.php:62
757
+ #: includes/settings/page-settings.php:168
758
+ #: includes/settings/page-settings.php:182
759
+ msgid "Logo"
760
+ msgstr "Logo"
761
+
762
+ #: includes/settings/page-settings.php:98
763
+ msgid "Logo Width"
764
+ msgstr "Logon leveys"
765
+
766
+ #: includes/settings/page-settings.php:115
767
+ msgid "Logo Height"
768
+ msgstr "Logon korkeus"
769
+
770
+ #: includes/settings/page-settings.php:132
771
+ #: includes/settings/page-settings.php:137
772
+ msgid "Logo URL"
773
+ msgstr "Logon URL"
774
+
775
+ #: includes/settings/page-settings.php:147
776
+ #: includes/settings/page-settings.php:152
777
+ msgid "Logo URL Title"
778
+ msgstr "Logon URL-otsikko"
779
+
780
+ #: includes/social/social.php:33
781
+ msgid "Enable Social Icons"
782
+ msgstr "Aktivoi sosiaalisen median ikonit"
783
+
784
+ #: includes/social/social.php:39
785
+ msgid "No Icon"
786
+ msgstr "Ei ikonia"
787
+
788
+ #: includes/social/social.php:40
789
+ msgid "Inner"
790
+ msgstr "Sisällä"
791
+
792
+ #: includes/social/social.php:41
793
+ msgid "Outer"
794
+ msgstr "Ulkona"
795
+
796
+ #: includes/social/social.php:42
797
+ msgid "Both"
798
+ msgstr "Molemmat"
799
+
800
+ #: includes/social/social.php:53
801
+ msgid "Social Media Icon Size"
802
+ msgstr "Sosiaalisen median ikonien koko"
803
+
804
+ #: includes/social/social.php:59
805
+ msgid "Small"
806
+ msgstr "Pieni"
807
+
808
+ #: includes/social/social.php:62
809
+ msgid "Medium"
810
+ msgstr "Keskikokoinen"
811
+
812
+ #: includes/social/social.php:65
813
+ msgid "Large"
814
+ msgstr "Suuri"
815
+
816
+ #: includes/social/social.php:76
817
+ msgid "Social Media Icon Layout"
818
+ msgstr "Sosiaalisen median ikonien sijoittaminen"
819
+
820
+ #: includes/social/social.php:82
821
+ msgid "Rectangle"
822
+ msgstr "Suorakulmio"
823
+
824
+ #: includes/social/social.php:85
825
+ msgid "Circle"
826
+ msgstr "Ympyrä"
827
+
828
+ #: includes/social/social.php:96
829
+ msgid "Social Media Icon Color"
830
+ msgstr "Ikonin väri"
831
+
832
+ #: includes/social/social.php:111
833
+ msgid "Social Media Icon Color On Hover"
834
+ msgstr "Ikonin väri, kun hiiri viedään päälle"
835
+
836
+ #: includes/social/social.php:126
837
+ msgid "Social Media Icon Background Color"
838
+ msgstr "Ikonin taustaväri"
839
+
840
+ #: includes/social/social.php:141
841
+ msgid "Social Media Background Color On Hover"
842
+ msgstr "Ikonin taustaväri, kun hiiri viedään päälle"
843
+
844
+ #: includes/social/social.php:156
845
+ msgid "Social Profiles"
846
+ msgstr "Sosiaalisen median profiilit"
847
+
848
+ #: includes/social/social.php:161
849
+ msgid "Enter your social profiles complete url here"
850
+ msgstr "Pistä sosiaalisen median profiileittesi linkit tänne"
851
+
852
+ #: includes/social/social.php:163
853
+ msgid "Facebook"
854
+ msgstr ""
855
+
856
+ #: includes/social/social.php:164
857
+ msgid "Twitter"
858
+ msgstr ""
859
+
860
+ #: includes/social/social.php:165
861
+ msgid "Linkedin"
862
+ msgstr ""
863
+
864
+ #: includes/social/social.php:166
865
+ msgid "Google Plus"
866
+ msgstr ""
867
+
868
+ #: includes/social/social.php:167
869
+ msgid "Pinterest"
870
+ msgstr ""
871
+
872
+ #: includes/social/social.php:168
873
+ msgid "Digg"
874
+ msgstr ""
875
+
876
+ #: includes/social/social.php:169
877
+ msgid "Youtube"
878
+ msgstr ""
879
+
880
+ #: includes/social/social.php:170
881
+ msgid "Flickr"
882
+ msgstr ""
883
+
884
+ #: includes/social/social.php:171
885
+ msgid "Tumblr"
886
+ msgstr ""
887
+
888
+ #: includes/social/social.php:172
889
+ msgid "VKontakte"
890
+ msgstr ""
891
+
892
+ #: includes/social/social.php:173
893
+ msgid "Skype"
894
+ msgstr ""
895
+
896
+ #: includes/social/social.php:174
897
+ msgid "Instagram"
898
+ msgstr ""
899
+
900
+ #: includes/social/social.php:175
901
+ msgid "Telegram"
902
+ msgstr ""
903
+
904
+ #: includes/social/social.php:176
905
+ msgid "Whatsapp"
906
+ msgstr ""
907
+
908
+ #: includes/social/social.php:193 includes/social/social.php:207
909
+ msgid "Social"
910
+ msgstr ""
911
+
912
+ #~ msgid "preview"
913
+ #~ msgstr "Esikatselu"
914
+
915
+ #~ msgid "Plugin Recommendation"
916
+ #~ msgstr "Plugin-suositus"
917
+
918
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
919
+ #~ msgstr "Hanki lisää ilmaisia Wordpress-plugineita Weblizarilta"
920
+
921
+ #~ msgid "More Details"
922
+ #~ msgstr "Lisätietoja"
923
+
924
+ #~ msgid "Install Now"
925
+ #~ msgstr "Asenna nyt"
926
+
927
+ #~ msgid "Update Now"
928
+ #~ msgstr "Päivitä nyt"
929
+
930
+ #, fuzzy
931
+ #~| msgid "By "
932
+ #~ msgid "By"
933
+ #~ msgstr "Tehnyt"
934
+
935
+ #~ msgid "Premium Editions"
936
+ #~ msgstr "Premium-versiot"
937
+
938
+ #~ msgid "Visit Website"
939
+ #~ msgstr "Vieraile sivustolla"
940
+
941
+ #~ msgid "Last Updated:"
942
+ #~ msgstr "Viimeksi päivitetty:"
943
+
944
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
945
+ #~ msgstr "<strong>Ei testattu</strong> sinun Wordpress-versiollasi."
946
+
947
+ #~ msgid "Incompatible with your version of WordPress"
948
+ #~ msgstr "Ei yhteensopiva Wordpress-versiosi kanssa"
949
+
950
+ #~ msgid "Compatible with your version of WordPress"
951
+ #~ msgstr "Yhteensopiva Wordpress-versiosi kanssa"
952
+
953
+ #~ msgid "Kirjaudu"
954
+ #~ msgstr "Kirjaudu"
955
+
956
+ #~ msgid "Dashboard "
957
+ #~ msgstr "Paneeli"
958
+
959
+ #~ msgid "Logo "
960
+ #~ msgstr "Logo"
 
 
 
 
languages/admin-custom-login-fr_FR.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-fr_FR.po → admin-custom-login-fr_FR.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:58+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:58+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -81,12 +81,11 @@ msgid "Note: This form position setting will be not responsive."
81
  msgstr ""
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
- #: includes/design/background.php:103
85
  msgid "Select Background"
86
  msgstr "Sélectionner l'arrière-plan"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
89
- #: includes/design/background.php:110
90
  msgid "Select background"
91
  msgstr "Sélectionner l'arrière-plan"
92
 
@@ -122,17 +121,17 @@ msgstr "Aucun média sélectionné !"
122
  #: includes/Login-form-setting/Login-form-background.php:327
123
  #: includes/design/background.php:160 includes/settings/page-settings.php:68
124
  msgid "Upload"
125
- msgstr "télécharger"
126
 
127
  #: includes/Login-form-setting/Login-form-background.php:329
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "prévisualiser"
131
 
132
  #: includes/Login-form-setting/Login-form-background.php:331
133
  #: includes/design/background.php:164
134
  msgid "Remove"
135
- msgstr "supprimer"
136
 
137
  #: includes/Login-form-setting/Login-form-background.php:339
138
  #: includes/settings/page-settings.php:78
@@ -143,8 +142,8 @@ msgstr "Image de fond de l'écran de connexion"
143
  #: includes/Login-form-setting/Login-form-background.php:592
144
  #: includes/Login-form-setting/Login-form-background.php:606
145
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
148
  #: includes/design/text_and_color.php:2609
149
  #: includes/settings/page-settings.php:84
150
  #: includes/settings/page-settings.php:168
@@ -159,72 +158,72 @@ msgid "Background Repeat"
159
  msgstr "Répétition de l’arrière-plan"
160
 
161
  #: includes/Login-form-setting/Login-form-background.php:366
162
- #: includes/design/background.php:220
163
- msgid "No Repeat "
164
- msgstr "Pas de répétition"
165
 
166
  #: includes/Login-form-setting/Login-form-background.php:367
167
- #: includes/design/background.php:221
168
  msgid "Repeat"
169
  msgstr "Répétition"
170
 
171
  #: includes/Login-form-setting/Login-form-background.php:368
172
- #: includes/design/background.php:222
173
  msgid "Repeat Horizontally"
174
  msgstr "Répétition horizontale"
175
 
176
  #: includes/Login-form-setting/Login-form-background.php:369
177
- #: includes/design/background.php:223
178
  msgid "Repeat Vertically"
179
  msgstr "Répétition verticale"
180
 
181
  #: includes/Login-form-setting/Login-form-background.php:380
182
- #: includes/design/background.php:235
183
- msgid "Background Position "
184
  msgstr "Position de l’arrière plan"
185
 
186
  #: includes/Login-form-setting/Login-form-background.php:386
187
- #: includes/design/background.php:241
188
  msgid "Left Top"
189
  msgstr "En haut à gauche"
190
 
191
  #: includes/Login-form-setting/Login-form-background.php:387
192
- #: includes/design/background.php:242
193
  msgid "Left Center"
194
  msgstr "Au centre à gauche"
195
 
196
  #: includes/Login-form-setting/Login-form-background.php:388
197
- #: includes/design/background.php:243
198
  msgid "Left Bottom"
199
  msgstr "En bas à gauche"
200
 
201
  #: includes/Login-form-setting/Login-form-background.php:389
202
- #: includes/design/background.php:244
203
  msgid "Right Top"
204
  msgstr "En haut à droite"
205
 
206
  #: includes/Login-form-setting/Login-form-background.php:390
207
- #: includes/design/background.php:245
208
  msgid "Right Center"
209
  msgstr "Au centre à droite"
210
 
211
  #: includes/Login-form-setting/Login-form-background.php:391
212
- #: includes/design/background.php:246
213
  msgid "Right Bottom"
214
  msgstr "En bas à droite"
215
 
216
  #: includes/Login-form-setting/Login-form-background.php:392
217
- #: includes/design/background.php:247
218
  msgid "Center Top"
219
  msgstr "En haut au centre"
220
 
221
  #: includes/Login-form-setting/Login-form-background.php:393
222
- #: includes/design/background.php:248
223
  msgid "Center Center"
224
  msgstr "Centré Centré"
225
 
226
  #: includes/Login-form-setting/Login-form-background.php:394
227
- #: includes/design/background.php:249
228
  msgid "Center Bottom"
229
  msgstr "En bas au centre"
230
 
@@ -293,8 +292,8 @@ msgid "Border Thickness"
293
  msgstr "Épaisseur de la bordure"
294
 
295
  #: includes/Login-form-setting/Login-form-background.php:516
296
- msgid "Enable form shadow?"
297
- msgstr "Activer l'ombre du formulaire ?"
298
 
299
  #: includes/Login-form-setting/Login-form-background.php:522
300
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
@@ -316,6 +315,16 @@ msgstr "Couleur de l’ombre du formulaire"
316
  msgid "Redirect Users After Login (Not Work For Admin)"
317
  msgstr ""
318
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/Login-form-setting/Login-form-background.php:567
320
  #: includes/Login-form-setting/Login-form-background.php:572
321
  msgid "Custom CSS"
@@ -335,130 +344,131 @@ msgstr ""
335
 
336
  #: includes/Login-form-setting/Login-form-background.php:592
337
  #: includes/Login-form-setting/Login-form-background.php:606
338
- msgid "Login "
339
  msgstr "Connexion"
340
 
341
  #: includes/Login-form-setting/Login-form-background.php:592
342
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
343
  #: includes/design/text_and_color.php:2594
344
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
345
  msgid "Setting Save Successfully"
346
- msgstr "Paramètres enregistrés avec succès."
347
 
348
  #: includes/Login-form-setting/Login-form-background.php:606
349
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
350
  #: includes/design/text_and_color.php:2609
351
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
352
  msgid "Setting Reset Successfully"
353
- msgstr "Paramètres Réinitialisés avec succès !"
354
 
355
  #: includes/Login-form-setting/Login-form-background.php:613
356
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
357
  #: includes/design/text_and_color.php:2617
358
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
359
  msgid "Save Changes"
360
  msgstr "Sauvegarder les modifications"
361
 
362
  #: includes/Login-form-setting/Login-form-background.php:616
363
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
364
  #: includes/design/text_and_color.php:2620
365
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
366
  msgid "Reset Default"
367
  msgstr "Réinitialiser"
368
 
369
- #: includes/content.php:29
370
  msgid "Admin Custom Login"
371
  msgstr "Connexion personnalisée"
372
 
373
- #: includes/content.php:64
374
  msgid "Powered By"
375
  msgstr "Généré par"
376
 
377
- #: includes/content.php:66
378
  msgid "Weblizar"
379
  msgstr "Weblizar"
380
 
381
- #: includes/content.php:70
382
  msgid "Show Us Some Love (Rate Us)"
383
  msgstr ""
384
 
385
- #: includes/content.php:86
 
386
  msgid "Dashboard"
387
  msgstr "Tableau de bord"
388
 
389
- #: includes/content.php:87
390
  msgid "Application overview"
391
  msgstr "Présentation des applications"
392
 
393
- #: includes/content.php:96
394
  msgid "Background Design"
395
  msgstr "Design du fond"
396
 
397
- #: includes/content.php:97
398
  msgid "Modify Background design here"
399
  msgstr "Modifier le design du fond ici"
400
 
401
- #: includes/content.php:107
402
  msgid "Login form Setting"
403
  msgstr "Espace de Connexion"
404
 
405
- #: includes/content.php:108
406
  msgid "Modify Login design here"
407
  msgstr "Modifier le design de Connexion ici"
408
 
409
- #: includes/content.php:118
410
  msgid "Font Setting"
411
  msgstr "Réglage de la police"
412
 
413
- #: includes/content.php:119
414
  msgid "Modify Login Form Style here"
415
  msgstr "Modifier le formulaire de Connexion ici"
416
 
417
- #: includes/content.php:129 includes/settings/page-settings.php:50
418
  msgid "Logo Settings"
419
  msgstr "Paramètres du Logo"
420
 
421
- #: includes/content.php:130
422
  msgid "Customize Logo Settings here"
423
  msgstr "Personnaliser les paramètres du Logo ici"
424
 
425
- #: includes/content.php:141 includes/social/social.php:21
426
  msgid "Social Settings"
427
  msgstr "Réseaux Sociaux"
428
 
429
- #: includes/content.php:142
430
  msgid "Connect with your social profile"
431
  msgstr "Se connecter avec votre profil social"
432
 
433
- #: includes/content.php:152
434
  msgid "Export / Import"
435
  msgstr ""
436
 
437
- #: includes/content.php:153
438
  msgid "Export / Import Your Data"
439
  msgstr ""
440
 
441
- #: includes/content.php:162
442
  msgid "Recommendations"
443
  msgstr ""
444
 
445
- #: includes/content.php:163
446
  msgid "Get More Free Useful Plugins"
447
  msgstr ""
448
 
449
- #: includes/content.php:172 includes/help/help.php:15
450
  msgid "Help And Support"
451
  msgstr ""
452
 
453
- #: includes/content.php:173
454
  msgid "Ask your query"
455
  msgstr ""
456
 
457
- #: includes/content.php:182
458
- msgid "Please rate us "
459
  msgstr ""
460
 
461
- #: includes/content.php:183
462
  msgid "If you like us"
463
  msgstr ""
464
 
@@ -486,96 +496,88 @@ msgstr "Voir la Page de Connexion"
486
  msgid "Copy below link and open in another browser where you are not logged in"
487
  msgstr ""
488
 
489
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
490
- msgid "Dashboard "
491
- msgstr "Tableau de bord"
492
-
493
  #: includes/design/background.php:91
494
  msgid "Background Settings"
495
  msgstr "Paramètres d'arrière-plan"
496
 
497
  #: includes/design/background.php:109
498
- msgid "No background Selected"
499
  msgstr "Aucun arrière-plan sélectionné"
500
 
501
  #: includes/design/background.php:113
502
  msgid "Background SlideShow"
503
  msgstr "Diaporama d'arrière-plan"
504
 
505
- #: includes/design/background.php:162
506
- msgid "Preview"
507
- msgstr "Aperçu"
508
-
509
  #: includes/design/background.php:196
510
  msgid "Cover or Strech"
511
  msgstr "Couvert ou Etiré"
512
 
513
- #: includes/design/background.php:261
514
  msgid "Background Attachment"
515
  msgstr "Pièces jointes de l’arrière-plan"
516
 
517
- #: includes/design/background.php:267
518
  msgid "Fixed"
519
  msgstr "Fixé"
520
 
521
- #: includes/design/background.php:268
522
  msgid "Scroll"
523
  msgstr "Défilement"
524
 
525
- #: includes/design/background.php:269
526
  msgid "Inherit"
527
  msgstr "Hérité"
528
 
529
- #: includes/design/background.php:288 includes/design/background.php:310
530
  msgid "No. Of Background Slideshow"
531
  msgstr "N ° Du diaporama d'arrière plan"
532
 
533
- #: includes/design/background.php:294
534
  msgid "Select Number of Slide Show"
535
  msgstr "Sélectionnez le numéro du diaporama"
536
 
537
- #: includes/design/background.php:295
538
  msgid "2"
539
  msgstr "2"
540
 
541
- #: includes/design/background.php:296
542
  msgid "3"
543
  msgstr "3"
544
 
545
- #: includes/design/background.php:297
546
  msgid "4"
547
  msgstr "4"
548
 
549
- #: includes/design/background.php:298
550
  msgid "5"
551
  msgstr "5"
552
 
553
- #: includes/design/background.php:299
554
  msgid "6"
555
  msgstr "6"
556
 
557
- #: includes/design/background.php:340
558
  msgid "Slider Animation"
559
  msgstr "Animation du diaporama"
560
 
561
- #: includes/design/background.php:347
562
  msgid "Slider Animation 1"
563
  msgstr "Animation du diaporama 1"
564
 
565
- #: includes/design/background.php:348
566
  msgid "Slider Animation 2"
567
  msgstr "Animation du diaporama 2"
568
 
569
- #: includes/design/background.php:349
570
  msgid "Slider Animation 3"
571
  msgstr "Animation du diaporama 3"
572
 
573
- #: includes/design/background.php:350
574
  msgid "Slider Animation 4"
575
  msgstr "Animation du diaporama 4"
576
 
577
- #: includes/design/background.php:369 includes/design/background.php:384
578
- msgid "Top Background "
579
  msgstr "Haut de l'arrière-plan"
580
 
581
  #: includes/design/text_and_color.php:89
@@ -652,7 +654,7 @@ msgstr "Icone pour la fenêtre mot de passe"
652
 
653
  #: includes/design/text_and_color.php:2594
654
  #: includes/design/text_and_color.php:2609
655
- msgid "Text and Color "
656
  msgstr "Texte et Couleur"
657
 
658
  #: includes/help/help.php:28
@@ -683,15 +685,15 @@ msgid ""
683
  msgstr ""
684
 
685
  #: includes/help/help.php:80
686
- msgid "Language Contribution "
687
  msgstr ""
688
 
689
  #: includes/help/help.php:85
690
- msgid " Translate this plugin into your language"
691
  msgstr ""
692
 
693
  #: includes/help/help.php:86
694
- msgid "Question : How to convert Plguin into My Language ?"
695
  msgstr ""
696
 
697
  #: includes/help/help.php:87
@@ -705,8 +707,8 @@ msgid ""
705
  msgstr ""
706
 
707
  #: includes/import-export-setting/import_export.php:13
708
- msgid "Export Custom Login Data "
709
- msgstr ""
710
 
711
  #: includes/import-export-setting/import_export.php:18
712
  msgid ""
@@ -714,84 +716,33 @@ msgid ""
714
  "easily import the configuration into another site."
715
  msgstr ""
716
 
717
- #: includes/import-export-setting/import_export.php:37
718
- msgid "Import Custom Login Data "
719
  msgstr ""
720
 
 
 
 
 
721
  #: includes/import-export-setting/import_export.php:42
722
  msgid ""
723
  "Import the plugin settings from a .json file. This file can be obtained by "
724
  "exporting the settings on another site using the form above."
725
  msgstr ""
726
 
727
- #: includes/recommendations/recommendations.php:18
728
- msgid "Plugin Recommendation"
729
  msgstr ""
730
 
731
  #. translators: 1: The rating
732
- #: includes/recommendations/recommendations.php:79
733
  #, php-format
734
  msgid "%s rating"
735
  msgstr ""
736
 
737
- #: includes/recommendations/recommendations.php:98
738
- msgid "Get More Free Wordpress Plguins From Weblizar"
739
- msgstr ""
740
-
741
- #. translators: 1: Plugin name and version.
742
- #: includes/recommendations/recommendations.php:147
743
- msgid "More Details"
744
- msgstr ""
745
-
746
- #. translators: 1: Plugin name and version.
747
- #: includes/recommendations/recommendations.php:158
748
- msgid "Install Now"
749
- msgstr ""
750
-
751
- #. translators: 1: Plugin name and version
752
- #: includes/recommendations/recommendations.php:165
753
- msgid "Update Now"
754
- msgstr ""
755
-
756
- #: includes/recommendations/recommendations.php:192
757
- msgid "By "
758
- msgstr ""
759
-
760
- #: includes/recommendations/recommendations.php:211
761
- #: includes/recommendations/recommendations.php:221
762
- #: includes/recommendations/recommendations.php:231
763
- #: includes/recommendations/recommendations.php:241
764
- #: includes/recommendations/recommendations.php:251
765
- #: includes/recommendations/recommendations.php:261
766
- msgid "Premium Editions"
767
- msgstr ""
768
-
769
- #: includes/recommendations/recommendations.php:214
770
- #: includes/recommendations/recommendations.php:224
771
- #: includes/recommendations/recommendations.php:234
772
- #: includes/recommendations/recommendations.php:244
773
- #: includes/recommendations/recommendations.php:254
774
- #: includes/recommendations/recommendations.php:264
775
- msgid "Visit Website"
776
- msgstr ""
777
-
778
- #: includes/recommendations/recommendations.php:282
779
- msgid "Last Updated:"
780
- msgstr ""
781
-
782
- #: includes/recommendations/recommendations.php:293
783
- msgid "<strong>Untested</strong> with your version of WordPress"
784
- msgstr ""
785
-
786
- #: includes/recommendations/recommendations.php:297
787
- msgid "Incompatible with your version of WordPress"
788
- msgstr ""
789
-
790
- #: includes/recommendations/recommendations.php:301
791
- msgid "Compatible with your version of WordPress"
792
- msgstr ""
793
-
794
  #: includes/settings/page-settings.php:62
 
 
795
  msgid "Logo"
796
  msgstr "Logo"
797
 
@@ -806,18 +757,13 @@ msgstr "Hauteur du logo"
806
  #: includes/settings/page-settings.php:132
807
  #: includes/settings/page-settings.php:137
808
  msgid "Logo URL"
809
- msgstr "Url du Logo:"
810
 
811
  #: includes/settings/page-settings.php:147
812
  #: includes/settings/page-settings.php:152
813
  msgid "Logo URL Title"
814
  msgstr "Titre de l'URL du Logo"
815
 
816
- #: includes/settings/page-settings.php:168
817
- #: includes/settings/page-settings.php:182
818
- msgid "Logo "
819
- msgstr "Logo"
820
-
821
  #: includes/social/social.php:33
822
  msgid "Enable Social Icons"
823
  msgstr "Activer les icônes sociaux"
@@ -888,7 +834,7 @@ msgstr "Profils Sociaux"
888
 
889
  #: includes/social/social.php:161
890
  msgid "Enter your social profiles complete url here"
891
- msgstr "Entrez l’URL complète de votre profil social."
892
 
893
  #: includes/social/social.php:163
894
  msgid "Facebook"
@@ -903,7 +849,7 @@ msgid "Linkedin"
903
  msgstr "LinkedIn"
904
 
905
  #: includes/social/social.php:166
906
- msgid "google plus"
907
  msgstr "Google Plus"
908
 
909
  #: includes/social/social.php:167
@@ -947,9 +893,18 @@ msgid "Whatsapp"
947
  msgstr ""
948
 
949
  #: includes/social/social.php:193 includes/social/social.php:207
950
- msgid "Social "
951
  msgstr "Sociaux"
952
 
 
 
 
 
 
 
 
 
 
953
  #~ msgid "Login from Floating"
954
  #~ msgstr "Espace de Connexion Flottant"
955
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:35+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:35+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: fr_FR\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
81
  msgstr ""
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
  msgid "Select Background"
86
  msgstr "Sélectionner l'arrière-plan"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
 
89
  msgid "Select background"
90
  msgstr "Sélectionner l'arrière-plan"
91
 
121
  #: includes/Login-form-setting/Login-form-background.php:327
122
  #: includes/design/background.php:160 includes/settings/page-settings.php:68
123
  msgid "Upload"
124
+ msgstr "Télécharger"
125
 
126
  #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "Aperçu"
130
 
131
  #: includes/Login-form-setting/Login-form-background.php:331
132
  #: includes/design/background.php:164
133
  msgid "Remove"
134
+ msgstr "Supprimer"
135
 
136
  #: includes/Login-form-setting/Login-form-background.php:339
137
  #: includes/settings/page-settings.php:78
142
  #: includes/Login-form-setting/Login-form-background.php:592
143
  #: includes/Login-form-setting/Login-form-background.php:606
144
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
  #: includes/design/text_and_color.php:2609
148
  #: includes/settings/page-settings.php:84
149
  #: includes/settings/page-settings.php:168
158
  msgstr "Répétition de l’arrière-plan"
159
 
160
  #: includes/Login-form-setting/Login-form-background.php:366
161
+ #: includes/design/background.php:219
162
+ msgid "No Repeat"
163
+ msgstr "Pas de repetition"
164
 
165
  #: includes/Login-form-setting/Login-form-background.php:367
166
+ #: includes/design/background.php:220
167
  msgid "Repeat"
168
  msgstr "Répétition"
169
 
170
  #: includes/Login-form-setting/Login-form-background.php:368
171
+ #: includes/design/background.php:221
172
  msgid "Repeat Horizontally"
173
  msgstr "Répétition horizontale"
174
 
175
  #: includes/Login-form-setting/Login-form-background.php:369
176
+ #: includes/design/background.php:222
177
  msgid "Repeat Vertically"
178
  msgstr "Répétition verticale"
179
 
180
  #: includes/Login-form-setting/Login-form-background.php:380
181
+ #: includes/design/background.php:234
182
+ msgid "Background Position"
183
  msgstr "Position de l’arrière plan"
184
 
185
  #: includes/Login-form-setting/Login-form-background.php:386
186
+ #: includes/design/background.php:240
187
  msgid "Left Top"
188
  msgstr "En haut à gauche"
189
 
190
  #: includes/Login-form-setting/Login-form-background.php:387
191
+ #: includes/design/background.php:241
192
  msgid "Left Center"
193
  msgstr "Au centre à gauche"
194
 
195
  #: includes/Login-form-setting/Login-form-background.php:388
196
+ #: includes/design/background.php:242
197
  msgid "Left Bottom"
198
  msgstr "En bas à gauche"
199
 
200
  #: includes/Login-form-setting/Login-form-background.php:389
201
+ #: includes/design/background.php:243
202
  msgid "Right Top"
203
  msgstr "En haut à droite"
204
 
205
  #: includes/Login-form-setting/Login-form-background.php:390
206
+ #: includes/design/background.php:244
207
  msgid "Right Center"
208
  msgstr "Au centre à droite"
209
 
210
  #: includes/Login-form-setting/Login-form-background.php:391
211
+ #: includes/design/background.php:245
212
  msgid "Right Bottom"
213
  msgstr "En bas à droite"
214
 
215
  #: includes/Login-form-setting/Login-form-background.php:392
216
+ #: includes/design/background.php:246
217
  msgid "Center Top"
218
  msgstr "En haut au centre"
219
 
220
  #: includes/Login-form-setting/Login-form-background.php:393
221
+ #: includes/design/background.php:247
222
  msgid "Center Center"
223
  msgstr "Centré Centré"
224
 
225
  #: includes/Login-form-setting/Login-form-background.php:394
226
+ #: includes/design/background.php:248
227
  msgid "Center Bottom"
228
  msgstr "En bas au centre"
229
 
292
  msgstr "Épaisseur de la bordure"
293
 
294
  #: includes/Login-form-setting/Login-form-background.php:516
295
+ msgid "Enable Form Shadow?"
296
+ msgstr "Activer l'ombre du formulaire?"
297
 
298
  #: includes/Login-form-setting/Login-form-background.php:522
299
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
315
  msgid "Redirect Users After Login (Not Work For Admin)"
316
  msgstr ""
317
 
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
  #: includes/Login-form-setting/Login-form-background.php:567
329
  #: includes/Login-form-setting/Login-form-background.php:572
330
  msgid "Custom CSS"
344
 
345
  #: includes/Login-form-setting/Login-form-background.php:592
346
  #: includes/Login-form-setting/Login-form-background.php:606
347
+ msgid "Login"
348
  msgstr "Connexion"
349
 
350
  #: includes/Login-form-setting/Login-form-background.php:592
351
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
352
  #: includes/design/text_and_color.php:2594
353
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
354
  msgid "Setting Save Successfully"
355
+ msgstr "Paramètres enregistrés avec succès"
356
 
357
  #: includes/Login-form-setting/Login-form-background.php:606
358
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
359
  #: includes/design/text_and_color.php:2609
360
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
361
  msgid "Setting Reset Successfully"
362
+ msgstr "Paramètres Réinitialisés avec succès"
363
 
364
  #: includes/Login-form-setting/Login-form-background.php:613
365
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
366
  #: includes/design/text_and_color.php:2617
367
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
368
  msgid "Save Changes"
369
  msgstr "Sauvegarder les modifications"
370
 
371
  #: includes/Login-form-setting/Login-form-background.php:616
372
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
373
  #: includes/design/text_and_color.php:2620
374
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
375
  msgid "Reset Default"
376
  msgstr "Réinitialiser"
377
 
378
+ #: includes/content.php:28
379
  msgid "Admin Custom Login"
380
  msgstr "Connexion personnalisée"
381
 
382
+ #: includes/content.php:63
383
  msgid "Powered By"
384
  msgstr "Généré par"
385
 
386
+ #: includes/content.php:65
387
  msgid "Weblizar"
388
  msgstr "Weblizar"
389
 
390
+ #: includes/content.php:69
391
  msgid "Show Us Some Love (Rate Us)"
392
  msgstr ""
393
 
394
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
395
+ #: includes/dashboard/dashboard.php:84
396
  msgid "Dashboard"
397
  msgstr "Tableau de bord"
398
 
399
+ #: includes/content.php:86
400
  msgid "Application overview"
401
  msgstr "Présentation des applications"
402
 
403
+ #: includes/content.php:95
404
  msgid "Background Design"
405
  msgstr "Design du fond"
406
 
407
+ #: includes/content.php:96
408
  msgid "Modify Background design here"
409
  msgstr "Modifier le design du fond ici"
410
 
411
+ #: includes/content.php:106
412
  msgid "Login form Setting"
413
  msgstr "Espace de Connexion"
414
 
415
+ #: includes/content.php:107
416
  msgid "Modify Login design here"
417
  msgstr "Modifier le design de Connexion ici"
418
 
419
+ #: includes/content.php:117
420
  msgid "Font Setting"
421
  msgstr "Réglage de la police"
422
 
423
+ #: includes/content.php:118
424
  msgid "Modify Login Form Style here"
425
  msgstr "Modifier le formulaire de Connexion ici"
426
 
427
+ #: includes/content.php:128 includes/settings/page-settings.php:50
428
  msgid "Logo Settings"
429
  msgstr "Paramètres du Logo"
430
 
431
+ #: includes/content.php:129
432
  msgid "Customize Logo Settings here"
433
  msgstr "Personnaliser les paramètres du Logo ici"
434
 
435
+ #: includes/content.php:140 includes/social/social.php:21
436
  msgid "Social Settings"
437
  msgstr "Réseaux Sociaux"
438
 
439
+ #: includes/content.php:141
440
  msgid "Connect with your social profile"
441
  msgstr "Se connecter avec votre profil social"
442
 
443
+ #: includes/content.php:151
444
  msgid "Export / Import"
445
  msgstr ""
446
 
447
+ #: includes/content.php:152
448
  msgid "Export / Import Your Data"
449
  msgstr ""
450
 
451
+ #: includes/content.php:161
452
  msgid "Recommendations"
453
  msgstr ""
454
 
455
+ #: includes/content.php:162
456
  msgid "Get More Free Useful Plugins"
457
  msgstr ""
458
 
459
+ #: includes/content.php:171 includes/help/help.php:15
460
  msgid "Help And Support"
461
  msgstr ""
462
 
463
+ #: includes/content.php:172
464
  msgid "Ask your query"
465
  msgstr ""
466
 
467
+ #: includes/content.php:181
468
+ msgid "Please rate us"
469
  msgstr ""
470
 
471
+ #: includes/content.php:182
472
  msgid "If you like us"
473
  msgstr ""
474
 
496
  msgid "Copy below link and open in another browser where you are not logged in"
497
  msgstr ""
498
 
 
 
 
 
499
  #: includes/design/background.php:91
500
  msgid "Background Settings"
501
  msgstr "Paramètres d'arrière-plan"
502
 
503
  #: includes/design/background.php:109
504
+ msgid "No Background Selected"
505
  msgstr "Aucun arrière-plan sélectionné"
506
 
507
  #: includes/design/background.php:113
508
  msgid "Background SlideShow"
509
  msgstr "Diaporama d'arrière-plan"
510
 
 
 
 
 
511
  #: includes/design/background.php:196
512
  msgid "Cover or Strech"
513
  msgstr "Couvert ou Etiré"
514
 
515
+ #: includes/design/background.php:260
516
  msgid "Background Attachment"
517
  msgstr "Pièces jointes de l’arrière-plan"
518
 
519
+ #: includes/design/background.php:266
520
  msgid "Fixed"
521
  msgstr "Fixé"
522
 
523
+ #: includes/design/background.php:267
524
  msgid "Scroll"
525
  msgstr "Défilement"
526
 
527
+ #: includes/design/background.php:268
528
  msgid "Inherit"
529
  msgstr "Hérité"
530
 
531
+ #: includes/design/background.php:287 includes/design/background.php:309
532
  msgid "No. Of Background Slideshow"
533
  msgstr "N ° Du diaporama d'arrière plan"
534
 
535
+ #: includes/design/background.php:293
536
  msgid "Select Number of Slide Show"
537
  msgstr "Sélectionnez le numéro du diaporama"
538
 
539
+ #: includes/design/background.php:294
540
  msgid "2"
541
  msgstr "2"
542
 
543
+ #: includes/design/background.php:295
544
  msgid "3"
545
  msgstr "3"
546
 
547
+ #: includes/design/background.php:296
548
  msgid "4"
549
  msgstr "4"
550
 
551
+ #: includes/design/background.php:297
552
  msgid "5"
553
  msgstr "5"
554
 
555
+ #: includes/design/background.php:298
556
  msgid "6"
557
  msgstr "6"
558
 
559
+ #: includes/design/background.php:339
560
  msgid "Slider Animation"
561
  msgstr "Animation du diaporama"
562
 
563
+ #: includes/design/background.php:346
564
  msgid "Slider Animation 1"
565
  msgstr "Animation du diaporama 1"
566
 
567
+ #: includes/design/background.php:347
568
  msgid "Slider Animation 2"
569
  msgstr "Animation du diaporama 2"
570
 
571
+ #: includes/design/background.php:348
572
  msgid "Slider Animation 3"
573
  msgstr "Animation du diaporama 3"
574
 
575
+ #: includes/design/background.php:349
576
  msgid "Slider Animation 4"
577
  msgstr "Animation du diaporama 4"
578
 
579
+ #: includes/design/background.php:368 includes/design/background.php:383
580
+ msgid "Top Background"
581
  msgstr "Haut de l'arrière-plan"
582
 
583
  #: includes/design/text_and_color.php:89
654
 
655
  #: includes/design/text_and_color.php:2594
656
  #: includes/design/text_and_color.php:2609
657
+ msgid "Text and Color"
658
  msgstr "Texte et Couleur"
659
 
660
  #: includes/help/help.php:28
685
  msgstr ""
686
 
687
  #: includes/help/help.php:80
688
+ msgid "Language Contribution"
689
  msgstr ""
690
 
691
  #: includes/help/help.php:85
692
+ msgid "Translate this plugin into your language"
693
  msgstr ""
694
 
695
  #: includes/help/help.php:86
696
+ msgid "Question : How to convert Plguin into My Language?"
697
  msgstr ""
698
 
699
  #: includes/help/help.php:87
707
  msgstr ""
708
 
709
  #: includes/import-export-setting/import_export.php:13
710
+ msgid "Export Custom Login Data"
711
+ msgstr "Panneau d'administration de Connexion personnalisée"
712
 
713
  #: includes/import-export-setting/import_export.php:18
714
  msgid ""
716
  "easily import the configuration into another site."
717
  msgstr ""
718
 
719
+ #: includes/import-export-setting/import_export.php:23
720
+ msgid "Export"
721
  msgstr ""
722
 
723
+ #: includes/import-export-setting/import_export.php:37
724
+ msgid "Import Custom Login Data"
725
+ msgstr "Panneau d'administration de Connexion personnalisée"
726
+
727
  #: includes/import-export-setting/import_export.php:42
728
  msgid ""
729
  "Import the plugin settings from a .json file. This file can be obtained by "
730
  "exporting the settings on another site using the form above."
731
  msgstr ""
732
 
733
+ #: includes/import-export-setting/import_export.php:50
734
+ msgid "Import"
735
  msgstr ""
736
 
737
  #. translators: 1: The rating
738
+ #: includes/recommendations/recommendations.php:75
739
  #, php-format
740
  msgid "%s rating"
741
  msgstr ""
742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
743
  #: includes/settings/page-settings.php:62
744
+ #: includes/settings/page-settings.php:168
745
+ #: includes/settings/page-settings.php:182
746
  msgid "Logo"
747
  msgstr "Logo"
748
 
757
  #: includes/settings/page-settings.php:132
758
  #: includes/settings/page-settings.php:137
759
  msgid "Logo URL"
760
+ msgstr "Url du Logo"
761
 
762
  #: includes/settings/page-settings.php:147
763
  #: includes/settings/page-settings.php:152
764
  msgid "Logo URL Title"
765
  msgstr "Titre de l'URL du Logo"
766
 
 
 
 
 
 
767
  #: includes/social/social.php:33
768
  msgid "Enable Social Icons"
769
  msgstr "Activer les icônes sociaux"
834
 
835
  #: includes/social/social.php:161
836
  msgid "Enter your social profiles complete url here"
837
+ msgstr "Entrez l’URL complète de votre profil social"
838
 
839
  #: includes/social/social.php:163
840
  msgid "Facebook"
849
  msgstr "LinkedIn"
850
 
851
  #: includes/social/social.php:166
852
+ msgid "Google Plus"
853
  msgstr "Google Plus"
854
 
855
  #: includes/social/social.php:167
893
  msgstr ""
894
 
895
  #: includes/social/social.php:193 includes/social/social.php:207
896
+ msgid "Social"
897
  msgstr "Sociaux"
898
 
899
+ #~ msgid "preview"
900
+ #~ msgstr "prévisualiser"
901
+
902
+ #~ msgid "Dashboard "
903
+ #~ msgstr "Tableau de bord"
904
+
905
+ #~ msgid "Logo "
906
+ #~ msgstr "Logo"
907
+
908
  #~ msgid "Login from Floating"
909
  #~ msgstr "Espace de Connexion Flottant"
910
 
languages/admin-custom-login-hi_IN.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-hi_IN.po → admin-custom-login-hi_IN.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:58+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:58+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-KeywordsList: _e;_;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -78,15 +78,14 @@ msgstr "कस्टोमाईज़ेसन के साथ घूमता
78
 
79
  #: includes/Login-form-setting/Login-form-background.php:250
80
  msgid "Note: This form position setting will be not responsive."
81
- msgstr "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी"
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
- #: includes/design/background.php:103
85
  msgid "Select Background"
86
  msgstr "पृष्ठभूमि चयन करें"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
89
- #: includes/design/background.php:110
90
  msgid "Select background"
91
  msgstr "चयन करें पृष्ठभूमि"
92
 
@@ -103,7 +102,7 @@ msgstr "स्थिर पृष्ठभूमि छवि"
103
  #: includes/Login-form-setting/Login-form-background.php:284
104
  #: includes/design/background.php:131
105
  msgid "Background Color"
106
- msgstr "पृष्ठभूमि का रंग "
107
 
108
  #: includes/Login-form-setting/Login-form-background.php:299
109
  msgid "Login Form Opacity"
@@ -117,7 +116,7 @@ msgstr "पृष्ठभूमि छवि"
117
  #: includes/Login-form-setting/Login-form-background.php:326
118
  #: includes/design/background.php:158 includes/settings/page-settings.php:67
119
  msgid "No media selected!"
120
- msgstr "कोई मीडिया चयनित नहीं"
121
 
122
  #: includes/Login-form-setting/Login-form-background.php:327
123
  #: includes/design/background.php:160 includes/settings/page-settings.php:68
@@ -125,9 +124,9 @@ msgid "Upload"
125
  msgstr "अपलोड"
126
 
127
  #: includes/Login-form-setting/Login-form-background.php:329
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "पूर्व दर्शन"
131
 
132
  #: includes/Login-form-setting/Login-form-background.php:331
133
  #: includes/design/background.php:164
@@ -143,8 +142,8 @@ msgstr "लॉगिन पृष्ठभूमि छवि"
143
  #: includes/Login-form-setting/Login-form-background.php:592
144
  #: includes/Login-form-setting/Login-form-background.php:606
145
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
148
  #: includes/design/text_and_color.php:2609 includes/settings/page-settings.php:84
149
  #: includes/settings/page-settings.php:168 includes/settings/page-settings.php:182
150
  #: includes/social/social.php:193 includes/social/social.php:207
@@ -157,72 +156,72 @@ msgid "Background Repeat"
157
  msgstr "पृष्ठभूमि दोहरान"
158
 
159
  #: includes/Login-form-setting/Login-form-background.php:366
160
- #: includes/design/background.php:220
161
- msgid "No Repeat "
162
  msgstr "दोहरान नहीं"
163
 
164
  #: includes/Login-form-setting/Login-form-background.php:367
165
- #: includes/design/background.php:221
166
  msgid "Repeat"
167
  msgstr "दोहरान"
168
 
169
  #: includes/Login-form-setting/Login-form-background.php:368
170
- #: includes/design/background.php:222
171
  msgid "Repeat Horizontally"
172
  msgstr "क्षैतिज दोहराएँ"
173
 
174
  #: includes/Login-form-setting/Login-form-background.php:369
175
- #: includes/design/background.php:223
176
  msgid "Repeat Vertically"
177
  msgstr "लंबवत दोहराएँ"
178
 
179
  #: includes/Login-form-setting/Login-form-background.php:380
180
- #: includes/design/background.php:235
181
- msgid "Background Position "
182
  msgstr "पृष्ठभूमि स्थिति"
183
 
184
  #: includes/Login-form-setting/Login-form-background.php:386
185
- #: includes/design/background.php:241
186
  msgid "Left Top"
187
  msgstr "बाएँ शीर्ष"
188
 
189
  #: includes/Login-form-setting/Login-form-background.php:387
190
- #: includes/design/background.php:242
191
  msgid "Left Center"
192
  msgstr "बायां केंद्र"
193
 
194
  #: includes/Login-form-setting/Login-form-background.php:388
195
- #: includes/design/background.php:243
196
  msgid "Left Bottom"
197
  msgstr "बायां नीचे"
198
 
199
  #: includes/Login-form-setting/Login-form-background.php:389
200
- #: includes/design/background.php:244
201
  msgid "Right Top"
202
  msgstr "दांया शीर्ष"
203
 
204
  #: includes/Login-form-setting/Login-form-background.php:390
205
- #: includes/design/background.php:245
206
  msgid "Right Center"
207
  msgstr "दायें केंद्र"
208
 
209
  #: includes/Login-form-setting/Login-form-background.php:391
210
- #: includes/design/background.php:246
211
  msgid "Right Bottom"
212
  msgstr "दांया नीचे"
213
 
214
  #: includes/Login-form-setting/Login-form-background.php:392
215
- #: includes/design/background.php:247
216
  msgid "Center Top"
217
  msgstr "केंद्र शीर्ष"
218
 
219
  #: includes/Login-form-setting/Login-form-background.php:393
220
- #: includes/design/background.php:248
221
  msgid "Center Center"
222
  msgstr "केंद्र"
223
 
224
  #: includes/Login-form-setting/Login-form-background.php:394
225
- #: includes/design/background.php:249
226
  msgid "Center Bottom"
227
  msgstr "केंद्र निचला"
228
 
@@ -291,7 +290,7 @@ msgid "Border Thickness"
291
  msgstr "सीमा की मोटाई"
292
 
293
  #: includes/Login-form-setting/Login-form-background.php:516
294
- msgid "Enable form shadow?"
295
  msgstr "फार्म छाया सक्षम करें?"
296
 
297
  #: includes/Login-form-setting/Login-form-background.php:522
@@ -313,6 +312,17 @@ msgstr "छाया रंग रूप"
313
  msgid "Redirect Users After Login (Not Work For Admin)"
314
  msgstr "व्यवस्थापक के अलावा अन्य उपयोगकर्ताओं को पुन: डायरेक्ट करें"
315
 
 
 
 
 
 
 
 
 
 
 
 
316
  #: includes/Login-form-setting/Login-form-background.php:567
317
  #: includes/Login-form-setting/Login-form-background.php:572
318
  msgid "Custom CSS"
@@ -320,7 +330,7 @@ msgstr "कस्टम सी एस एस"
320
 
321
  #: includes/Login-form-setting/Login-form-background.php:574
322
  msgid "Enter any custom css you want to apply on login panel."
323
- msgstr "कोई भी कस्टम सी एस एस डाले जो आप लॉग इन पैनल पर लगाना चाहते है"
324
 
325
  #: includes/Login-form-setting/Login-form-background.php:575
326
  msgid "Note: Please Do Not Use"
@@ -332,130 +342,131 @@ msgstr "कस्टम सी एस एस के साथ स्टाइ
332
 
333
  #: includes/Login-form-setting/Login-form-background.php:592
334
  #: includes/Login-form-setting/Login-form-background.php:606
335
- msgid "Login "
336
  msgstr "लॉगिन"
337
 
338
  #: includes/Login-form-setting/Login-form-background.php:592
339
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
340
  #: includes/design/text_and_color.php:2594 includes/settings/page-settings.php:168
341
  #: includes/social/social.php:193
342
  msgid "Setting Save Successfully"
343
  msgstr "सफलतापूर्वक सहेजें स्थापना"
344
 
345
  #: includes/Login-form-setting/Login-form-background.php:606
346
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
347
  #: includes/design/text_and_color.php:2609 includes/settings/page-settings.php:182
348
  #: includes/social/social.php:207
349
  msgid "Setting Reset Successfully"
350
  msgstr "सफलतापूर्वक सहेजें स्थापना"
351
 
352
  #: includes/Login-form-setting/Login-form-background.php:613
353
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
354
  #: includes/design/text_and_color.php:2617 includes/settings/page-settings.php:189
355
  #: includes/social/social.php:214
356
  msgid "Save Changes"
357
  msgstr "परिवर्तनों को सुरक्षित करें"
358
 
359
  #: includes/Login-form-setting/Login-form-background.php:616
360
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
361
  #: includes/design/text_and_color.php:2620 includes/settings/page-settings.php:192
362
  #: includes/social/social.php:217
363
  msgid "Reset Default"
364
  msgstr "पुनः तैयार करना"
365
 
366
- #: includes/content.php:29
367
  msgid "Admin Custom Login"
368
  msgstr "व्यवस्थापक कस्टम लॉगिन"
369
 
370
- #: includes/content.php:64
371
  msgid "Powered By"
372
  msgstr "द्वारा संचालित"
373
 
374
- #: includes/content.php:66
375
  msgid "Weblizar"
376
  msgstr "वेब्लिज़र"
377
 
378
- #: includes/content.php:70
379
  msgid "Show Us Some Love (Rate Us)"
380
  msgstr "आपका सहयोग दे(रैट दे)"
381
 
382
- #: includes/content.php:86
 
383
  msgid "Dashboard"
384
  msgstr "डैशबोर्ड"
385
 
386
- #: includes/content.php:87
387
  msgid "Application overview"
388
  msgstr "आवेदन सिंहावलोकन"
389
 
390
- #: includes/content.php:96
391
  msgid "Background Design"
392
  msgstr "पृष्ठभूमि डिजाइन"
393
 
394
- #: includes/content.php:97
395
  msgid "Modify Background design here"
396
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
397
 
398
- #: includes/content.php:107
399
  msgid "Login form Setting"
400
  msgstr "प्रवेश फार्म की स्थापना"
401
 
402
- #: includes/content.php:108
403
  msgid "Modify Login design here"
404
  msgstr "यहां लॉग इन डिजाइन सुधारे"
405
 
406
- #: includes/content.php:118
407
  msgid "Font Setting"
408
  msgstr "फ़ॉन्ट सेटिंग"
409
 
410
- #: includes/content.php:119
411
  msgid "Modify Login Form Style here"
412
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
413
 
414
- #: includes/content.php:129 includes/settings/page-settings.php:50
415
  msgid "Logo Settings"
416
  msgstr "लोगो सेटिंग्स"
417
 
418
- #: includes/content.php:130
419
  msgid "Customize Logo Settings here"
420
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
421
 
422
- #: includes/content.php:141 includes/social/social.php:21
423
  msgid "Social Settings"
424
  msgstr "सामाजिक व्यवस्था"
425
 
426
- #: includes/content.php:142
427
  msgid "Connect with your social profile"
428
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
429
 
430
- #: includes/content.php:152
431
  msgid "Export / Import"
432
  msgstr "इम्पोर्ट/एक्सपोर्ट"
433
 
434
- #: includes/content.php:153
435
  msgid "Export / Import Your Data"
436
  msgstr "इम्पोर्ट/एक्सपोर्ट आपका डाटा"
437
 
438
- #: includes/content.php:162
439
  msgid "Recommendations"
440
  msgstr "सिफारिश"
441
 
442
- #: includes/content.php:163
443
  msgid "Get More Free Useful Plugins"
444
  msgstr "अन्य महत्वपूर्ण प्लगिन"
445
 
446
- #: includes/content.php:172 includes/help/help.php:15
447
  msgid "Help And Support"
448
  msgstr "मदद और समर्थन"
449
 
450
- #: includes/content.php:173
451
  msgid "Ask your query"
452
  msgstr "आपकी क्वेरी से पूछो"
453
 
454
- #: includes/content.php:182
455
- msgid "Please rate us "
456
  msgstr "किरपया हमे रैट करे"
457
 
458
- #: includes/content.php:183
459
  msgid "If you like us"
460
  msgstr "यदि आप हमें पसंद करते हो तो"
461
 
@@ -483,96 +494,88 @@ msgstr "देखें लॉगिन पृष्ठ"
483
  msgid "Copy below link and open in another browser where you are not logged in"
484
  msgstr "नीचे दिये हुए लिंक को कॉपी करे और पेस्ट करे दुसरे ब्राउज़र में जहाँ आप लॉग इन ना हो"
485
 
486
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
487
- msgid "Dashboard "
488
- msgstr "डैशबोर्ड"
489
-
490
  #: includes/design/background.php:91
491
  msgid "Background Settings"
492
  msgstr "पृष्ठभूमि सेटिंग"
493
 
494
  #: includes/design/background.php:109
495
- msgid "No background Selected"
496
  msgstr "कोई चयनित पृष्ठभूमि नहीं"
497
 
498
  #: includes/design/background.php:113
499
  msgid "Background SlideShow"
500
  msgstr "पृष्ठभूमि स्लाइड शो"
501
 
502
- #: includes/design/background.php:162
503
- msgid "Preview"
504
- msgstr "पूर्वावलोकन"
505
-
506
  #: includes/design/background.php:196
507
  msgid "Cover or Strech"
508
  msgstr "आवरण"
509
 
510
- #: includes/design/background.php:261
511
  msgid "Background Attachment"
512
  msgstr "पृष्ठभूमि संलग्न"
513
 
514
- #: includes/design/background.php:267
515
  msgid "Fixed"
516
  msgstr "स्थिर"
517
 
518
- #: includes/design/background.php:268
519
  msgid "Scroll"
520
  msgstr "लपेटा हुआ"
521
 
522
- #: includes/design/background.php:269
523
  msgid "Inherit"
524
  msgstr "विरासत में पाना"
525
 
526
- #: includes/design/background.php:288 includes/design/background.php:310
527
  msgid "No. Of Background Slideshow"
528
  msgstr "पृष्ठभूमि स्लाइड शो की संख्या"
529
 
530
- #: includes/design/background.php:294
531
  msgid "Select Number of Slide Show"
532
  msgstr "स्लाइड शो के नंबर का चयन"
533
 
534
- #: includes/design/background.php:295
535
  msgid "2"
536
  msgstr "2"
537
 
538
- #: includes/design/background.php:296
539
  msgid "3"
540
  msgstr "3"
541
 
542
- #: includes/design/background.php:297
543
  msgid "4"
544
  msgstr "4"
545
 
546
- #: includes/design/background.php:298
547
  msgid "5"
548
  msgstr "5"
549
 
550
- #: includes/design/background.php:299
551
  msgid "6"
552
  msgstr "6"
553
 
554
- #: includes/design/background.php:340
555
  msgid "Slider Animation"
556
  msgstr "स्लाइडर एनिमेशन"
557
 
558
- #: includes/design/background.php:347
559
  msgid "Slider Animation 1"
560
  msgstr "स्लाइडर एनिमेशन 1"
561
 
562
- #: includes/design/background.php:348
563
  msgid "Slider Animation 2"
564
  msgstr "स्लाइडर एनिमेशन 2"
565
 
566
- #: includes/design/background.php:349
567
  msgid "Slider Animation 3"
568
  msgstr "स्लाइडर एनिमेशन 3"
569
 
570
- #: includes/design/background.php:350
571
  msgid "Slider Animation 4"
572
  msgstr "स्लाइडर एनिमेशन 4"
573
 
574
- #: includes/design/background.php:369 includes/design/background.php:384
575
- msgid "Top Background "
576
  msgstr "पृष्ठभूमि का रंग"
577
 
578
  #: includes/design/text_and_color.php:89
@@ -648,7 +651,7 @@ msgid "Icon For Password Input Box"
648
  msgstr "पासवर्ड इनपुट बॉक्स के लिए चिह्न"
649
 
650
  #: includes/design/text_and_color.php:2594 includes/design/text_and_color.php:2609
651
- msgid "Text and Color "
652
  msgstr "पाठ और रंग"
653
 
654
  #: includes/help/help.php:28
@@ -666,7 +669,7 @@ msgid ""
666
  "the plugins continued development and better user support."
667
  msgstr ""
668
  "अगर आपको प्लगइन अच्छा लगा हो तो फीडबैक दे. आपका फीडबैक हमें उत्साहित करेगे नये प्रोडक्ट बनाने के लिए इससे "
669
- "हम और अच्छा सपोर्ट दे पाएंगे"
670
 
671
  #: includes/help/help.php:62
672
  msgid "Share Us Your Suggestion"
@@ -676,19 +679,19 @@ msgstr "हमें आपके सुझाव साझा करें"
676
  msgid ""
677
  "If you have any suggestion or features in your mind then please share us. We will try our "
678
  "best to add them in this plugin."
679
- msgstr "अगर आपके पास कोई सुझाव हो तो हमें बताये .हम उससे प्लगइन में शामिल करेंगे"
680
 
681
  #: includes/help/help.php:80
682
- msgid "Language Contribution "
683
  msgstr "भाषा योगदान"
684
 
685
  #: includes/help/help.php:85
686
- msgid " Translate this plugin into your language"
687
  msgstr "प्लगइन को आपकी भाषा में बदले"
688
 
689
  #: includes/help/help.php:86
690
- msgid "Question : How to convert Plguin into My Language ?"
691
- msgstr "प्रश्न: प्लगइन को अपनी भाषा में कैसे बदले"
692
 
693
  #: includes/help/help.php:87
694
  msgid "here is solution"
@@ -701,95 +704,43 @@ msgid ""
701
  msgstr "प्लगइन को अच्छा बनाने के लिए हमें आपके सुझाव की जरूरत है"
702
 
703
  #: includes/import-export-setting/import_export.php:13
704
- msgid "Export Custom Login Data "
705
- msgstr " कस्टम लॉगिन का डाटा एक्सपोर्ट करे"
706
 
707
  #: includes/import-export-setting/import_export.php:18
708
  msgid ""
709
  "Export the plugin settings for this site as a .json file. This allows you to easily import "
710
  "the configuration into another site."
711
  msgstr ""
712
- "एक्सपोर्ट करे प्लगइन सेटिंग को जैसन फाइल के रूप में . इससे आप इसे आसानी से अलग साईट में परयोग कर सकते है"
 
 
 
 
713
 
714
  #: includes/import-export-setting/import_export.php:37
715
- msgid "Import Custom Login Data "
716
- msgstr " कस्टम लॉगिन का डाटा इम्पोर्ट करे"
717
 
718
  #: includes/import-export-setting/import_export.php:42
719
  msgid ""
720
  "Import the plugin settings from a .json file. This file can be obtained by exporting the "
721
  "settings on another site using the form above."
722
  msgstr ""
723
- "इम्पोर्ट करे प्लगइन सेटिंग को जैसन फाइल से.इसे आसानी से प्राप्त किया जा सकता एक्सपोर्ट करके दूसरी साईट में "
724
 
725
- #: includes/recommendations/recommendations.php:18
726
- msgid "Plugin Recommendation"
727
- msgstr "प्लगइन सिफारिस"
728
 
729
  #. translators: 1: The rating
730
- #: includes/recommendations/recommendations.php:79
731
  #, php-format
732
  msgid "%s rating"
733
  msgstr "%s रेटिंग"
734
 
735
- #: includes/recommendations/recommendations.php:98
736
- msgid "Get More Free Wordpress Plguins From Weblizar"
737
- msgstr "वेब्लिज़ार के प्लगइन प्राप्त करे"
738
-
739
- #. translators: 1: Plugin name and version.
740
- #: includes/recommendations/recommendations.php:147
741
- msgid "More Details"
742
- msgstr "अधिक जानकारी"
743
-
744
- #. translators: 1: Plugin name and version.
745
- #: includes/recommendations/recommendations.php:158
746
- msgid "Install Now"
747
- msgstr "इनस्टॉल करे"
748
-
749
- #. translators: 1: Plugin name and version
750
- #: includes/recommendations/recommendations.php:165
751
- msgid "Update Now"
752
- msgstr "अपडेट करे"
753
-
754
- #: includes/recommendations/recommendations.php:192
755
- msgid "By "
756
- msgstr "से"
757
-
758
- #: includes/recommendations/recommendations.php:211
759
- #: includes/recommendations/recommendations.php:221
760
- #: includes/recommendations/recommendations.php:231
761
- #: includes/recommendations/recommendations.php:241
762
- #: includes/recommendations/recommendations.php:251
763
- #: includes/recommendations/recommendations.php:261
764
- msgid "Premium Editions"
765
- msgstr "प्रीमियम एडिसन"
766
-
767
- #: includes/recommendations/recommendations.php:214
768
- #: includes/recommendations/recommendations.php:224
769
- #: includes/recommendations/recommendations.php:234
770
- #: includes/recommendations/recommendations.php:244
771
- #: includes/recommendations/recommendations.php:254
772
- #: includes/recommendations/recommendations.php:264
773
- msgid "Visit Website"
774
- msgstr "वेबसाइट देखे"
775
-
776
- #: includes/recommendations/recommendations.php:282
777
- msgid "Last Updated:"
778
- msgstr "पिछली बार अपडेट"
779
-
780
- #: includes/recommendations/recommendations.php:293
781
- msgid "<strong>Untested</strong> with your version of WordPress"
782
- msgstr "आपके वर्शन के साथ अनटेस्टेड"
783
-
784
- #: includes/recommendations/recommendations.php:297
785
- msgid "Incompatible with your version of WordPress"
786
- msgstr "आपके वर्शन के साथ सहायक नही"
787
-
788
- #: includes/recommendations/recommendations.php:301
789
- msgid "Compatible with your version of WordPress"
790
- msgstr "आपके वर्शन के साथ सहायक है"
791
-
792
- #: includes/settings/page-settings.php:62
793
  msgid "Logo"
794
  msgstr "लोगो"
795
 
@@ -809,10 +760,6 @@ msgstr "लोगो URL"
809
  msgid "Logo URL Title"
810
  msgstr "लोगो URL शीर्षक"
811
 
812
- #: includes/settings/page-settings.php:168 includes/settings/page-settings.php:182
813
- msgid "Logo "
814
- msgstr "लोगो"
815
-
816
  #: includes/social/social.php:33
817
  msgid "Enable Social Icons"
818
  msgstr "सामाजिक आइकन सक्रिय"
@@ -867,7 +814,7 @@ msgstr "सामाजिक मीडिया आइकन रंग"
867
 
868
  #: includes/social/social.php:111
869
  msgid "Social Media Icon Color On Hover"
870
- msgstr "सामाजिक मीडिया आइकन रंग हॉवर पर "
871
 
872
  #: includes/social/social.php:126
873
  msgid "Social Media Icon Background Color"
@@ -898,12 +845,12 @@ msgid "Linkedin"
898
  msgstr "लिंकेडीन"
899
 
900
  #: includes/social/social.php:166
901
- msgid "google plus"
902
- msgstr "गूगल प्लस "
903
 
904
  #: includes/social/social.php:167
905
  msgid "Pinterest"
906
- msgstr "पिंट्रेस्ट "
907
 
908
  #: includes/social/social.php:168
909
  msgid "Digg"
@@ -942,9 +889,54 @@ msgid "Whatsapp"
942
  msgstr "क्या हुआ"
943
 
944
  #: includes/social/social.php:193 includes/social/social.php:207
945
- msgid "Social "
946
  msgstr "सामाजिक"
947
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
948
  #~ msgid "Contact Us:"
949
  #~ msgstr "हमसे संपर्क करें"
950
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custome-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:34+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:34+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: hi_IN\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-KeywordsList: _e;_;__\n"
14
  "X-Poedit-Basepath: .\n"
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
78
 
79
  #: includes/Login-form-setting/Login-form-background.php:250
80
  msgid "Note: This form position setting will be not responsive."
81
+ msgstr "नोट: इस फॉर्म की पोजीशन रेसपोनसिव नही होगी."
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
  msgid "Select Background"
86
  msgstr "पृष्ठभूमि चयन करें"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
 
89
  msgid "Select background"
90
  msgstr "चयन करें पृष्ठभूमि"
91
 
102
  #: includes/Login-form-setting/Login-form-background.php:284
103
  #: includes/design/background.php:131
104
  msgid "Background Color"
105
+ msgstr "पृष्ठभूमि का रंग"
106
 
107
  #: includes/Login-form-setting/Login-form-background.php:299
108
  msgid "Login Form Opacity"
116
  #: includes/Login-form-setting/Login-form-background.php:326
117
  #: includes/design/background.php:158 includes/settings/page-settings.php:67
118
  msgid "No media selected!"
119
+ msgstr "कोई मीडिया चयनित नहीं!"
120
 
121
  #: includes/Login-form-setting/Login-form-background.php:327
122
  #: includes/design/background.php:160 includes/settings/page-settings.php:68
124
  msgstr "अपलोड"
125
 
126
  #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "पूर्वावलोकन"
130
 
131
  #: includes/Login-form-setting/Login-form-background.php:331
132
  #: includes/design/background.php:164
142
  #: includes/Login-form-setting/Login-form-background.php:592
143
  #: includes/Login-form-setting/Login-form-background.php:606
144
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
  #: includes/design/text_and_color.php:2609 includes/settings/page-settings.php:84
148
  #: includes/settings/page-settings.php:168 includes/settings/page-settings.php:182
149
  #: includes/social/social.php:193 includes/social/social.php:207
156
  msgstr "पृष्ठभूमि दोहरान"
157
 
158
  #: includes/Login-form-setting/Login-form-background.php:366
159
+ #: includes/design/background.php:219
160
+ msgid "No Repeat"
161
  msgstr "दोहरान नहीं"
162
 
163
  #: includes/Login-form-setting/Login-form-background.php:367
164
+ #: includes/design/background.php:220
165
  msgid "Repeat"
166
  msgstr "दोहरान"
167
 
168
  #: includes/Login-form-setting/Login-form-background.php:368
169
+ #: includes/design/background.php:221
170
  msgid "Repeat Horizontally"
171
  msgstr "क्षैतिज दोहराएँ"
172
 
173
  #: includes/Login-form-setting/Login-form-background.php:369
174
+ #: includes/design/background.php:222
175
  msgid "Repeat Vertically"
176
  msgstr "लंबवत दोहराएँ"
177
 
178
  #: includes/Login-form-setting/Login-form-background.php:380
179
+ #: includes/design/background.php:234
180
+ msgid "Background Position"
181
  msgstr "पृष्ठभूमि स्थिति"
182
 
183
  #: includes/Login-form-setting/Login-form-background.php:386
184
+ #: includes/design/background.php:240
185
  msgid "Left Top"
186
  msgstr "बाएँ शीर्ष"
187
 
188
  #: includes/Login-form-setting/Login-form-background.php:387
189
+ #: includes/design/background.php:241
190
  msgid "Left Center"
191
  msgstr "बायां केंद्र"
192
 
193
  #: includes/Login-form-setting/Login-form-background.php:388
194
+ #: includes/design/background.php:242
195
  msgid "Left Bottom"
196
  msgstr "बायां नीचे"
197
 
198
  #: includes/Login-form-setting/Login-form-background.php:389
199
+ #: includes/design/background.php:243
200
  msgid "Right Top"
201
  msgstr "दांया शीर्ष"
202
 
203
  #: includes/Login-form-setting/Login-form-background.php:390
204
+ #: includes/design/background.php:244
205
  msgid "Right Center"
206
  msgstr "दायें केंद्र"
207
 
208
  #: includes/Login-form-setting/Login-form-background.php:391
209
+ #: includes/design/background.php:245
210
  msgid "Right Bottom"
211
  msgstr "दांया नीचे"
212
 
213
  #: includes/Login-form-setting/Login-form-background.php:392
214
+ #: includes/design/background.php:246
215
  msgid "Center Top"
216
  msgstr "केंद्र शीर्ष"
217
 
218
  #: includes/Login-form-setting/Login-form-background.php:393
219
+ #: includes/design/background.php:247
220
  msgid "Center Center"
221
  msgstr "केंद्र"
222
 
223
  #: includes/Login-form-setting/Login-form-background.php:394
224
+ #: includes/design/background.php:248
225
  msgid "Center Bottom"
226
  msgstr "केंद्र निचला"
227
 
290
  msgstr "सीमा की मोटाई"
291
 
292
  #: includes/Login-form-setting/Login-form-background.php:516
293
+ msgid "Enable Form Shadow?"
294
  msgstr "फार्म छाया सक्षम करें?"
295
 
296
  #: includes/Login-form-setting/Login-form-background.php:522
312
  msgid "Redirect Users After Login (Not Work For Admin)"
313
  msgstr "व्यवस्थापक के अलावा अन्य उपयोगकर्ताओं को पुन: डायरेक्ट करें"
314
 
315
+ #: includes/Login-form-setting/Login-form-background.php:556
316
+ msgid "Redirect URL"
317
+ msgstr "रीडायरेक्ट यूआरएल"
318
+
319
+ #: includes/Login-form-setting/Login-form-background.php:557
320
+ msgid ""
321
+ "Enter the URL to redirect users after login, Setting will not work for an administrator."
322
+ msgstr ""
323
+ "लॉगिन करने के बाद उपयोगकर्ताओं को रीडायरेक्ट करने के लिए URL दर्ज करें, व्यवस्थापक किसी व्यवस्थापक के लिए "
324
+ "काम नहीं करेगा."
325
+
326
  #: includes/Login-form-setting/Login-form-background.php:567
327
  #: includes/Login-form-setting/Login-form-background.php:572
328
  msgid "Custom CSS"
330
 
331
  #: includes/Login-form-setting/Login-form-background.php:574
332
  msgid "Enter any custom css you want to apply on login panel."
333
+ msgstr "कोई भी कस्टम सी एस एस डाले जो आप लॉग इन पैनल पर लगाना चाहते है."
334
 
335
  #: includes/Login-form-setting/Login-form-background.php:575
336
  msgid "Note: Please Do Not Use"
342
 
343
  #: includes/Login-form-setting/Login-form-background.php:592
344
  #: includes/Login-form-setting/Login-form-background.php:606
345
+ msgid "Login"
346
  msgstr "लॉगिन"
347
 
348
  #: includes/Login-form-setting/Login-form-background.php:592
349
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
350
  #: includes/design/text_and_color.php:2594 includes/settings/page-settings.php:168
351
  #: includes/social/social.php:193
352
  msgid "Setting Save Successfully"
353
  msgstr "सफलतापूर्वक सहेजें स्थापना"
354
 
355
  #: includes/Login-form-setting/Login-form-background.php:606
356
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
357
  #: includes/design/text_and_color.php:2609 includes/settings/page-settings.php:182
358
  #: includes/social/social.php:207
359
  msgid "Setting Reset Successfully"
360
  msgstr "सफलतापूर्वक सहेजें स्थापना"
361
 
362
  #: includes/Login-form-setting/Login-form-background.php:613
363
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
364
  #: includes/design/text_and_color.php:2617 includes/settings/page-settings.php:189
365
  #: includes/social/social.php:214
366
  msgid "Save Changes"
367
  msgstr "परिवर्तनों को सुरक्षित करें"
368
 
369
  #: includes/Login-form-setting/Login-form-background.php:616
370
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
371
  #: includes/design/text_and_color.php:2620 includes/settings/page-settings.php:192
372
  #: includes/social/social.php:217
373
  msgid "Reset Default"
374
  msgstr "पुनः तैयार करना"
375
 
376
+ #: includes/content.php:28
377
  msgid "Admin Custom Login"
378
  msgstr "व्यवस्थापक कस्टम लॉगिन"
379
 
380
+ #: includes/content.php:63
381
  msgid "Powered By"
382
  msgstr "द्वारा संचालित"
383
 
384
+ #: includes/content.php:65
385
  msgid "Weblizar"
386
  msgstr "वेब्लिज़र"
387
 
388
+ #: includes/content.php:69
389
  msgid "Show Us Some Love (Rate Us)"
390
  msgstr "आपका सहयोग दे(रैट दे)"
391
 
392
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
393
+ #: includes/dashboard/dashboard.php:84
394
  msgid "Dashboard"
395
  msgstr "डैशबोर्ड"
396
 
397
+ #: includes/content.php:86
398
  msgid "Application overview"
399
  msgstr "आवेदन सिंहावलोकन"
400
 
401
+ #: includes/content.php:95
402
  msgid "Background Design"
403
  msgstr "पृष्ठभूमि डिजाइन"
404
 
405
+ #: includes/content.php:96
406
  msgid "Modify Background design here"
407
  msgstr "यहाँ पृष्ठभूमि डिजाइन सुधारे"
408
 
409
+ #: includes/content.php:106
410
  msgid "Login form Setting"
411
  msgstr "प्रवेश फार्म की स्थापना"
412
 
413
+ #: includes/content.php:107
414
  msgid "Modify Login design here"
415
  msgstr "यहां लॉग इन डिजाइन सुधारे"
416
 
417
+ #: includes/content.php:117
418
  msgid "Font Setting"
419
  msgstr "फ़ॉन्ट सेटिंग"
420
 
421
+ #: includes/content.php:118
422
  msgid "Modify Login Form Style here"
423
  msgstr "यहां लॉगिन फार्म शैली सुधारे"
424
 
425
+ #: includes/content.php:128 includes/settings/page-settings.php:50
426
  msgid "Logo Settings"
427
  msgstr "लोगो सेटिंग्स"
428
 
429
+ #: includes/content.php:129
430
  msgid "Customize Logo Settings here"
431
  msgstr "यहाँ लोगो सेटिंग्स को अनुकूलित"
432
 
433
+ #: includes/content.php:140 includes/social/social.php:21
434
  msgid "Social Settings"
435
  msgstr "सामाजिक व्यवस्था"
436
 
437
+ #: includes/content.php:141
438
  msgid "Connect with your social profile"
439
  msgstr "अपने सामाजिक प्रोफाइल के साथ कनेक्ट"
440
 
441
+ #: includes/content.php:151
442
  msgid "Export / Import"
443
  msgstr "इम्पोर्ट/एक्सपोर्ट"
444
 
445
+ #: includes/content.php:152
446
  msgid "Export / Import Your Data"
447
  msgstr "इम्पोर्ट/एक्सपोर्ट आपका डाटा"
448
 
449
+ #: includes/content.php:161
450
  msgid "Recommendations"
451
  msgstr "सिफारिश"
452
 
453
+ #: includes/content.php:162
454
  msgid "Get More Free Useful Plugins"
455
  msgstr "अन्य महत्वपूर्ण प्लगिन"
456
 
457
+ #: includes/content.php:171 includes/help/help.php:15
458
  msgid "Help And Support"
459
  msgstr "मदद और समर्थन"
460
 
461
+ #: includes/content.php:172
462
  msgid "Ask your query"
463
  msgstr "आपकी क्वेरी से पूछो"
464
 
465
+ #: includes/content.php:181
466
+ msgid "Please rate us"
467
  msgstr "किरपया हमे रैट करे"
468
 
469
+ #: includes/content.php:182
470
  msgid "If you like us"
471
  msgstr "यदि आप हमें पसंद करते हो तो"
472
 
494
  msgid "Copy below link and open in another browser where you are not logged in"
495
  msgstr "नीचे दिये हुए लिंक को कॉपी करे और पेस्ट करे दुसरे ब्राउज़र में जहाँ आप लॉग इन ना हो"
496
 
 
 
 
 
497
  #: includes/design/background.php:91
498
  msgid "Background Settings"
499
  msgstr "पृष्ठभूमि सेटिंग"
500
 
501
  #: includes/design/background.php:109
502
+ msgid "No Background Selected"
503
  msgstr "कोई चयनित पृष्ठभूमि नहीं"
504
 
505
  #: includes/design/background.php:113
506
  msgid "Background SlideShow"
507
  msgstr "पृष्ठभूमि स्लाइड शो"
508
 
 
 
 
 
509
  #: includes/design/background.php:196
510
  msgid "Cover or Strech"
511
  msgstr "आवरण"
512
 
513
+ #: includes/design/background.php:260
514
  msgid "Background Attachment"
515
  msgstr "पृष्ठभूमि संलग्न"
516
 
517
+ #: includes/design/background.php:266
518
  msgid "Fixed"
519
  msgstr "स्थिर"
520
 
521
+ #: includes/design/background.php:267
522
  msgid "Scroll"
523
  msgstr "लपेटा हुआ"
524
 
525
+ #: includes/design/background.php:268
526
  msgid "Inherit"
527
  msgstr "विरासत में पाना"
528
 
529
+ #: includes/design/background.php:287 includes/design/background.php:309
530
  msgid "No. Of Background Slideshow"
531
  msgstr "पृष्ठभूमि स्लाइड शो की संख्या"
532
 
533
+ #: includes/design/background.php:293
534
  msgid "Select Number of Slide Show"
535
  msgstr "स्लाइड शो के नंबर का चयन"
536
 
537
+ #: includes/design/background.php:294
538
  msgid "2"
539
  msgstr "2"
540
 
541
+ #: includes/design/background.php:295
542
  msgid "3"
543
  msgstr "3"
544
 
545
+ #: includes/design/background.php:296
546
  msgid "4"
547
  msgstr "4"
548
 
549
+ #: includes/design/background.php:297
550
  msgid "5"
551
  msgstr "5"
552
 
553
+ #: includes/design/background.php:298
554
  msgid "6"
555
  msgstr "6"
556
 
557
+ #: includes/design/background.php:339
558
  msgid "Slider Animation"
559
  msgstr "स्लाइडर एनिमेशन"
560
 
561
+ #: includes/design/background.php:346
562
  msgid "Slider Animation 1"
563
  msgstr "स्लाइडर एनिमेशन 1"
564
 
565
+ #: includes/design/background.php:347
566
  msgid "Slider Animation 2"
567
  msgstr "स्लाइडर एनिमेशन 2"
568
 
569
+ #: includes/design/background.php:348
570
  msgid "Slider Animation 3"
571
  msgstr "स्लाइडर एनिमेशन 3"
572
 
573
+ #: includes/design/background.php:349
574
  msgid "Slider Animation 4"
575
  msgstr "स्लाइडर एनिमेशन 4"
576
 
577
+ #: includes/design/background.php:368 includes/design/background.php:383
578
+ msgid "Top Background"
579
  msgstr "पृष्ठभूमि का रंग"
580
 
581
  #: includes/design/text_and_color.php:89
651
  msgstr "पासवर्ड इनपुट बॉक्स के लिए चिह्न"
652
 
653
  #: includes/design/text_and_color.php:2594 includes/design/text_and_color.php:2609
654
+ msgid "Text and Color"
655
  msgstr "पाठ और रंग"
656
 
657
  #: includes/help/help.php:28
669
  "the plugins continued development and better user support."
670
  msgstr ""
671
  "अगर आपको प्लगइन अच्छा लगा हो तो फीडबैक दे. आपका फीडबैक हमें उत्साहित करेगे नये प्रोडक्ट बनाने के लिए इससे "
672
+ "हम और अच्छा सपोर्ट दे पाएंगे."
673
 
674
  #: includes/help/help.php:62
675
  msgid "Share Us Your Suggestion"
679
  msgid ""
680
  "If you have any suggestion or features in your mind then please share us. We will try our "
681
  "best to add them in this plugin."
682
+ msgstr "अगर आपके पास कोई सुझाव हो तो हमें बताये .हम उससे प्लगइन में शामिल करेंगे."
683
 
684
  #: includes/help/help.php:80
685
+ msgid "Language Contribution"
686
  msgstr "भाषा योगदान"
687
 
688
  #: includes/help/help.php:85
689
+ msgid "Translate this plugin into your language"
690
  msgstr "प्लगइन को आपकी भाषा में बदले"
691
 
692
  #: includes/help/help.php:86
693
+ msgid "Question : How to convert Plguin into My Language?"
694
+ msgstr "प्रश्न: प्लगइन को अपनी भाषा में कैसे बदले?"
695
 
696
  #: includes/help/help.php:87
697
  msgid "here is solution"
704
  msgstr "प्लगइन को अच्छा बनाने के लिए हमें आपके सुझाव की जरूरत है"
705
 
706
  #: includes/import-export-setting/import_export.php:13
707
+ msgid "Export Custom Login Data"
708
+ msgstr "कस्टम लॉगिन का डाटा एक्सपोर्ट करे"
709
 
710
  #: includes/import-export-setting/import_export.php:18
711
  msgid ""
712
  "Export the plugin settings for this site as a .json file. This allows you to easily import "
713
  "the configuration into another site."
714
  msgstr ""
715
+ "एक्सपोर्ट करे प्लगइन सेटिंग को जैसन फाइल के रूप में . इससे आप इसे आसानी से अलग साईट में परयोग कर सकते है."
716
+
717
+ #: includes/import-export-setting/import_export.php:23
718
+ msgid "Export"
719
+ msgstr "एक्सपोर्ट"
720
 
721
  #: includes/import-export-setting/import_export.php:37
722
+ msgid "Import Custom Login Data"
723
+ msgstr "कस्टम लॉगिन का डाटा इम्पोर्ट करे"
724
 
725
  #: includes/import-export-setting/import_export.php:42
726
  msgid ""
727
  "Import the plugin settings from a .json file. This file can be obtained by exporting the "
728
  "settings on another site using the form above."
729
  msgstr ""
730
+ "इम्पोर्ट करे प्लगइन सेटिंग को जैसन फाइल से.इसे आसानी से प्राप्त किया जा सकता एक्सपोर्ट करके दूसरी साईट में."
731
 
732
+ #: includes/import-export-setting/import_export.php:50
733
+ msgid "Import"
734
+ msgstr "इम्पोर्ट"
735
 
736
  #. translators: 1: The rating
737
+ #: includes/recommendations/recommendations.php:75
738
  #, php-format
739
  msgid "%s rating"
740
  msgstr "%s रेटिंग"
741
 
742
+ #: includes/settings/page-settings.php:62 includes/settings/page-settings.php:168
743
+ #: includes/settings/page-settings.php:182
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
744
  msgid "Logo"
745
  msgstr "लोगो"
746
 
760
  msgid "Logo URL Title"
761
  msgstr "लोगो URL शीर्षक"
762
 
 
 
 
 
763
  #: includes/social/social.php:33
764
  msgid "Enable Social Icons"
765
  msgstr "सामाजिक आइकन सक्रिय"
814
 
815
  #: includes/social/social.php:111
816
  msgid "Social Media Icon Color On Hover"
817
+ msgstr "सामाजिक मीडिया आइकन रंग हॉवर पर"
818
 
819
  #: includes/social/social.php:126
820
  msgid "Social Media Icon Background Color"
845
  msgstr "लिंकेडीन"
846
 
847
  #: includes/social/social.php:166
848
+ msgid "Google Plus"
849
+ msgstr "गूगल प्लस"
850
 
851
  #: includes/social/social.php:167
852
  msgid "Pinterest"
853
+ msgstr "पिंट्रेस्ट"
854
 
855
  #: includes/social/social.php:168
856
  msgid "Digg"
889
  msgstr "क्या हुआ"
890
 
891
  #: includes/social/social.php:193 includes/social/social.php:207
892
+ msgid "Social"
893
  msgstr "सामाजिक"
894
 
895
+ #~ msgid "preview"
896
+ #~ msgstr "पूर्व दर्शन"
897
+
898
+ #~ msgid "Plugin Recommendation"
899
+ #~ msgstr "प्लगइन सिफारिस"
900
+
901
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
902
+ #~ msgstr "वेब्लिज़ार के प्लगइन प्राप्त करे"
903
+
904
+ #~ msgid "More Details"
905
+ #~ msgstr "अधिक जानकारी"
906
+
907
+ #~ msgid "Install Now"
908
+ #~ msgstr "इनस्टॉल करे"
909
+
910
+ #~ msgid "Update Now"
911
+ #~ msgstr "अपडेट करे"
912
+
913
+ #~ msgid "By"
914
+ #~ msgstr "से"
915
+
916
+ #~ msgid "Premium Editions"
917
+ #~ msgstr "प्रीमियम एडिसन"
918
+
919
+ #~ msgid "Visit Website"
920
+ #~ msgstr "वेबसाइट देखे"
921
+
922
+ #~ msgid "Last Updated:"
923
+ #~ msgstr "खीरी बारी अपडेट:"
924
+
925
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
926
+ #~ msgstr "आपके वर्शन के साथ अनटेस्टेड"
927
+
928
+ #~ msgid "Incompatible with your version of WordPress"
929
+ #~ msgstr "आपके वर्शन के साथ सहायक नही"
930
+
931
+ #~ msgid "Compatible with your version of WordPress"
932
+ #~ msgstr "आपके वर्शन के साथ सहायक है"
933
+
934
+ #~ msgid "Dashboard "
935
+ #~ msgstr "डैशबोर्ड"
936
+
937
+ #~ msgid "Logo "
938
+ #~ msgstr "लोगो"
939
+
940
  #~ msgid "Contact Us:"
941
  #~ msgstr "हमसे संपर्क करें"
942
 
languages/admin-custom-login-it_IT.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-it_IT.po → admin-custom-login-it_IT.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:58+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:58+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -81,12 +81,11 @@ msgid "Note: This form position setting will be not responsive."
81
  msgstr ""
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
- #: includes/design/background.php:103
85
  msgid "Select Background"
86
  msgstr "Seleziona sfondo"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
89
- #: includes/design/background.php:110
90
  msgid "Select background"
91
  msgstr "Seleziona sfondo"
92
 
@@ -125,9 +124,9 @@ msgid "Upload"
125
  msgstr "Upload"
126
 
127
  #: includes/Login-form-setting/Login-form-background.php:329
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "anteprima"
131
 
132
  #: includes/Login-form-setting/Login-form-background.php:331
133
  #: includes/design/background.php:164
@@ -143,8 +142,8 @@ msgstr "Immagine Sfondo Login"
143
  #: includes/Login-form-setting/Login-form-background.php:592
144
  #: includes/Login-form-setting/Login-form-background.php:606
145
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
148
  #: includes/design/text_and_color.php:2609
149
  #: includes/settings/page-settings.php:84
150
  #: includes/settings/page-settings.php:168
@@ -159,72 +158,72 @@ msgid "Background Repeat"
159
  msgstr "Ripeti Sfondo"
160
 
161
  #: includes/Login-form-setting/Login-form-background.php:366
162
- #: includes/design/background.php:220
163
- msgid "No Repeat "
164
- msgstr "Nessuna Ripetizione "
165
 
166
  #: includes/Login-form-setting/Login-form-background.php:367
167
- #: includes/design/background.php:221
168
  msgid "Repeat"
169
  msgstr "Ripeti"
170
 
171
  #: includes/Login-form-setting/Login-form-background.php:368
172
- #: includes/design/background.php:222
173
  msgid "Repeat Horizontally"
174
  msgstr "Ripeti Orizzontalmente"
175
 
176
  #: includes/Login-form-setting/Login-form-background.php:369
177
- #: includes/design/background.php:223
178
  msgid "Repeat Vertically"
179
  msgstr "Ripeti Verticalmente"
180
 
181
  #: includes/Login-form-setting/Login-form-background.php:380
182
- #: includes/design/background.php:235
183
- msgid "Background Position "
184
- msgstr "Posizione Sfondo "
185
 
186
  #: includes/Login-form-setting/Login-form-background.php:386
187
- #: includes/design/background.php:241
188
  msgid "Left Top"
189
  msgstr "Alto Sinistra"
190
 
191
  #: includes/Login-form-setting/Login-form-background.php:387
192
- #: includes/design/background.php:242
193
  msgid "Left Center"
194
  msgstr "Centro Sinistra"
195
 
196
  #: includes/Login-form-setting/Login-form-background.php:388
197
- #: includes/design/background.php:243
198
  msgid "Left Bottom"
199
  msgstr "Basso Sinistra"
200
 
201
  #: includes/Login-form-setting/Login-form-background.php:389
202
- #: includes/design/background.php:244
203
  msgid "Right Top"
204
  msgstr "Alto Destra"
205
 
206
  #: includes/Login-form-setting/Login-form-background.php:390
207
- #: includes/design/background.php:245
208
  msgid "Right Center"
209
  msgstr "Centro Destra"
210
 
211
  #: includes/Login-form-setting/Login-form-background.php:391
212
- #: includes/design/background.php:246
213
  msgid "Right Bottom"
214
  msgstr "Basso Destra"
215
 
216
  #: includes/Login-form-setting/Login-form-background.php:392
217
- #: includes/design/background.php:247
218
  msgid "Center Top"
219
  msgstr "Alto in Centro"
220
 
221
  #: includes/Login-form-setting/Login-form-background.php:393
222
- #: includes/design/background.php:248
223
  msgid "Center Center"
224
  msgstr "Centro Centro"
225
 
226
  #: includes/Login-form-setting/Login-form-background.php:394
227
- #: includes/design/background.php:249
228
  msgid "Center Bottom"
229
  msgstr "Basso Centro"
230
 
@@ -293,7 +292,7 @@ msgid "Border Thickness"
293
  msgstr "Spessore Bordo"
294
 
295
  #: includes/Login-form-setting/Login-form-background.php:516
296
- msgid "Enable form shadow?"
297
  msgstr "Abilitare ombre nel form?"
298
 
299
  #: includes/Login-form-setting/Login-form-background.php:522
@@ -316,6 +315,16 @@ msgstr "Colore Ombra Del Form"
316
  msgid "Redirect Users After Login (Not Work For Admin)"
317
  msgstr ""
318
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/Login-form-setting/Login-form-background.php:567
320
  #: includes/Login-form-setting/Login-form-background.php:572
321
  msgid "Custom CSS"
@@ -335,130 +344,131 @@ msgstr ""
335
 
336
  #: includes/Login-form-setting/Login-form-background.php:592
337
  #: includes/Login-form-setting/Login-form-background.php:606
338
- msgid "Login "
339
  msgstr "Login"
340
 
341
  #: includes/Login-form-setting/Login-form-background.php:592
342
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
343
  #: includes/design/text_and_color.php:2594
344
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
345
  msgid "Setting Save Successfully"
346
  msgstr "Impostazioni Salvate Correttamente"
347
 
348
  #: includes/Login-form-setting/Login-form-background.php:606
349
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
350
  #: includes/design/text_and_color.php:2609
351
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
352
  msgid "Setting Reset Successfully"
353
  msgstr "Impostazioni Ripristinate Correttamente"
354
 
355
  #: includes/Login-form-setting/Login-form-background.php:613
356
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
357
  #: includes/design/text_and_color.php:2617
358
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
359
  msgid "Save Changes"
360
  msgstr "Salva Modifiche"
361
 
362
  #: includes/Login-form-setting/Login-form-background.php:616
363
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
364
  #: includes/design/text_and_color.php:2620
365
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
366
  msgid "Reset Default"
367
  msgstr "Ripristina Predefinite"
368
 
369
- #: includes/content.php:29
370
  msgid "Admin Custom Login"
371
  msgstr "Login Custom Admin"
372
 
373
- #: includes/content.php:64
374
  msgid "Powered By"
375
  msgstr "Realizzato da"
376
 
377
- #: includes/content.php:66
378
  msgid "Weblizar"
379
  msgstr "Weblizar"
380
 
381
- #: includes/content.php:70
382
  msgid "Show Us Some Love (Rate Us)"
383
  msgstr ""
384
 
385
- #: includes/content.php:86
 
386
  msgid "Dashboard"
387
  msgstr "Cruscotto"
388
 
389
- #: includes/content.php:87
390
  msgid "Application overview"
391
  msgstr "Panoramica Applicazione"
392
 
393
- #: includes/content.php:96
394
  msgid "Background Design"
395
  msgstr "Impostazioni Sfondo"
396
 
397
- #: includes/content.php:97
398
  msgid "Modify Background design here"
399
  msgstr "Modifica impostazioni sfondo"
400
 
401
- #: includes/content.php:107
402
  msgid "Login form Setting"
403
  msgstr "Impostazioni Login"
404
 
405
- #: includes/content.php:108
406
  msgid "Modify Login design here"
407
- msgstr "Modifica impostazioni login "
408
 
409
- #: includes/content.php:118
410
  msgid "Font Setting"
411
  msgstr "Impostazioni Font"
412
 
413
- #: includes/content.php:119
414
  msgid "Modify Login Form Style here"
415
  msgstr "Modifica Stile Form Login"
416
 
417
- #: includes/content.php:129 includes/settings/page-settings.php:50
418
  msgid "Logo Settings"
419
  msgstr "Impostazioni Logo"
420
 
421
- #: includes/content.php:130
422
  msgid "Customize Logo Settings here"
423
  msgstr "Personalizza Impostazioni Logo"
424
 
425
- #: includes/content.php:141 includes/social/social.php:21
426
  msgid "Social Settings"
427
  msgstr "Impostazioni Social"
428
 
429
- #: includes/content.php:142
430
  msgid "Connect with your social profile"
431
  msgstr "Connettersi con profili Social"
432
 
433
- #: includes/content.php:152
434
  msgid "Export / Import"
435
  msgstr ""
436
 
437
- #: includes/content.php:153
438
  msgid "Export / Import Your Data"
439
  msgstr ""
440
 
441
- #: includes/content.php:162
442
  msgid "Recommendations"
443
  msgstr ""
444
 
445
- #: includes/content.php:163
446
  msgid "Get More Free Useful Plugins"
447
  msgstr ""
448
 
449
- #: includes/content.php:172 includes/help/help.php:15
450
  msgid "Help And Support"
451
  msgstr ""
452
 
453
- #: includes/content.php:173
454
  msgid "Ask your query"
455
  msgstr ""
456
 
457
- #: includes/content.php:182
458
- msgid "Please rate us "
459
  msgstr ""
460
 
461
- #: includes/content.php:183
462
  msgid "If you like us"
463
  msgstr ""
464
 
@@ -486,96 +496,88 @@ msgstr "Visualizza Pagina Login"
486
  msgid "Copy below link and open in another browser where you are not logged in"
487
  msgstr ""
488
 
489
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
490
- msgid "Dashboard "
491
- msgstr "Cruscotto"
492
-
493
  #: includes/design/background.php:91
494
  msgid "Background Settings"
495
  msgstr "Impostazioni Sfondo"
496
 
497
  #: includes/design/background.php:109
498
- msgid "No background Selected"
499
  msgstr "Nessuno sfondo Selezionato"
500
 
501
  #: includes/design/background.php:113
502
  msgid "Background SlideShow"
503
  msgstr "Sfondo con Slideshow"
504
 
505
- #: includes/design/background.php:162
506
- msgid "Preview"
507
- msgstr "Anteprima"
508
-
509
  #: includes/design/background.php:196
510
  msgid "Cover or Strech"
511
  msgstr "Coprire o Distendere"
512
 
513
- #: includes/design/background.php:261
514
  msgid "Background Attachment"
515
  msgstr "Sfondo Allegato"
516
 
517
- #: includes/design/background.php:267
518
  msgid "Fixed"
519
  msgstr "Fisso"
520
 
521
- #: includes/design/background.php:268
522
  msgid "Scroll"
523
  msgstr "Scorrevole"
524
 
525
- #: includes/design/background.php:269
526
  msgid "Inherit"
527
  msgstr "Ereditato"
528
 
529
- #: includes/design/background.php:288 includes/design/background.php:310
530
  msgid "No. Of Background Slideshow"
531
  msgstr "Num. Slideshow per lo sfondo"
532
 
533
- #: includes/design/background.php:294
534
  msgid "Select Number of Slide Show"
535
  msgstr "Seleziona numero di Slideshow"
536
 
537
- #: includes/design/background.php:295
538
  msgid "2"
539
  msgstr "2"
540
 
541
- #: includes/design/background.php:296
542
  msgid "3"
543
  msgstr "3"
544
 
545
- #: includes/design/background.php:297
546
  msgid "4"
547
  msgstr "4"
548
 
549
- #: includes/design/background.php:298
550
  msgid "5"
551
  msgstr "5"
552
 
553
- #: includes/design/background.php:299
554
  msgid "6"
555
  msgstr "6"
556
 
557
- #: includes/design/background.php:340
558
  msgid "Slider Animation"
559
  msgstr "Animazione Diapositiva"
560
 
561
- #: includes/design/background.php:347
562
  msgid "Slider Animation 1"
563
  msgstr "Animazione Diapositiva 1"
564
 
565
- #: includes/design/background.php:348
566
  msgid "Slider Animation 2"
567
  msgstr "Animazione Diapositiva 2"
568
 
569
- #: includes/design/background.php:349
570
  msgid "Slider Animation 3"
571
  msgstr "Animazione Diapositiva 3"
572
 
573
- #: includes/design/background.php:350
574
  msgid "Slider Animation 4"
575
  msgstr "Animazione Diapositiva 4"
576
 
577
- #: includes/design/background.php:369 includes/design/background.php:384
578
- msgid "Top Background "
579
  msgstr "Sfonto Alto"
580
 
581
  #: includes/design/text_and_color.php:89
@@ -600,7 +602,7 @@ msgstr "Colore Tasto"
600
 
601
  #: includes/design/text_and_color.php:166
602
  msgid "Headline Font size"
603
- msgstr "Dimensione Font Titolo "
604
 
605
  #: includes/design/text_and_color.php:184
606
  msgid "Input Font Size"
@@ -652,7 +654,7 @@ msgstr "Icona Per Inserimento Password"
652
 
653
  #: includes/design/text_and_color.php:2594
654
  #: includes/design/text_and_color.php:2609
655
- msgid "Text and Color "
656
  msgstr "Testo e Colore"
657
 
658
  #: includes/help/help.php:28
@@ -683,15 +685,15 @@ msgid ""
683
  msgstr ""
684
 
685
  #: includes/help/help.php:80
686
- msgid "Language Contribution "
687
  msgstr ""
688
 
689
  #: includes/help/help.php:85
690
- msgid " Translate this plugin into your language"
691
  msgstr ""
692
 
693
  #: includes/help/help.php:86
694
- msgid "Question : How to convert Plguin into My Language ?"
695
  msgstr ""
696
 
697
  #: includes/help/help.php:87
@@ -705,8 +707,8 @@ msgid ""
705
  msgstr ""
706
 
707
  #: includes/import-export-setting/import_export.php:13
708
- msgid "Export Custom Login Data "
709
- msgstr ""
710
 
711
  #: includes/import-export-setting/import_export.php:18
712
  msgid ""
@@ -714,84 +716,33 @@ msgid ""
714
  "easily import the configuration into another site."
715
  msgstr ""
716
 
717
- #: includes/import-export-setting/import_export.php:37
718
- msgid "Import Custom Login Data "
719
  msgstr ""
720
 
 
 
 
 
721
  #: includes/import-export-setting/import_export.php:42
722
  msgid ""
723
  "Import the plugin settings from a .json file. This file can be obtained by "
724
  "exporting the settings on another site using the form above."
725
  msgstr ""
726
 
727
- #: includes/recommendations/recommendations.php:18
728
- msgid "Plugin Recommendation"
729
  msgstr ""
730
 
731
  #. translators: 1: The rating
732
- #: includes/recommendations/recommendations.php:79
733
  #, php-format
734
  msgid "%s rating"
735
  msgstr ""
736
 
737
- #: includes/recommendations/recommendations.php:98
738
- msgid "Get More Free Wordpress Plguins From Weblizar"
739
- msgstr ""
740
-
741
- #. translators: 1: Plugin name and version.
742
- #: includes/recommendations/recommendations.php:147
743
- msgid "More Details"
744
- msgstr ""
745
-
746
- #. translators: 1: Plugin name and version.
747
- #: includes/recommendations/recommendations.php:158
748
- msgid "Install Now"
749
- msgstr ""
750
-
751
- #. translators: 1: Plugin name and version
752
- #: includes/recommendations/recommendations.php:165
753
- msgid "Update Now"
754
- msgstr ""
755
-
756
- #: includes/recommendations/recommendations.php:192
757
- msgid "By "
758
- msgstr ""
759
-
760
- #: includes/recommendations/recommendations.php:211
761
- #: includes/recommendations/recommendations.php:221
762
- #: includes/recommendations/recommendations.php:231
763
- #: includes/recommendations/recommendations.php:241
764
- #: includes/recommendations/recommendations.php:251
765
- #: includes/recommendations/recommendations.php:261
766
- msgid "Premium Editions"
767
- msgstr ""
768
-
769
- #: includes/recommendations/recommendations.php:214
770
- #: includes/recommendations/recommendations.php:224
771
- #: includes/recommendations/recommendations.php:234
772
- #: includes/recommendations/recommendations.php:244
773
- #: includes/recommendations/recommendations.php:254
774
- #: includes/recommendations/recommendations.php:264
775
- msgid "Visit Website"
776
- msgstr ""
777
-
778
- #: includes/recommendations/recommendations.php:282
779
- msgid "Last Updated:"
780
- msgstr ""
781
-
782
- #: includes/recommendations/recommendations.php:293
783
- msgid "<strong>Untested</strong> with your version of WordPress"
784
- msgstr ""
785
-
786
- #: includes/recommendations/recommendations.php:297
787
- msgid "Incompatible with your version of WordPress"
788
- msgstr ""
789
-
790
- #: includes/recommendations/recommendations.php:301
791
- msgid "Compatible with your version of WordPress"
792
- msgstr ""
793
-
794
  #: includes/settings/page-settings.php:62
 
 
795
  msgid "Logo"
796
  msgstr "Logo"
797
 
@@ -813,11 +764,6 @@ msgstr "URL Logo"
813
  msgid "Logo URL Title"
814
  msgstr "Titolo URL Logo"
815
 
816
- #: includes/settings/page-settings.php:168
817
- #: includes/settings/page-settings.php:182
818
- msgid "Logo "
819
- msgstr "Logo "
820
-
821
  #: includes/social/social.php:33
822
  msgid "Enable Social Icons"
823
  msgstr "Abilita Icone Social"
@@ -903,8 +849,8 @@ msgid "Linkedin"
903
  msgstr "Linkedin"
904
 
905
  #: includes/social/social.php:166
906
- msgid "google plus"
907
- msgstr "google plus"
908
 
909
  #: includes/social/social.php:167
910
  msgid "Pinterest"
@@ -947,8 +893,17 @@ msgid "Whatsapp"
947
  msgstr ""
948
 
949
  #: includes/social/social.php:193 includes/social/social.php:207
950
- msgid "Social "
951
- msgstr "Social "
 
 
 
 
 
 
 
 
 
952
 
953
  #~ msgid "Login from Floating"
954
  #~ msgstr "Posizione Form Login"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:34+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:34+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: it_IT\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
81
  msgstr ""
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
  msgid "Select Background"
86
  msgstr "Seleziona sfondo"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
 
89
  msgid "Select background"
90
  msgstr "Seleziona sfondo"
91
 
124
  msgstr "Upload"
125
 
126
  #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "Anteprima"
130
 
131
  #: includes/Login-form-setting/Login-form-background.php:331
132
  #: includes/design/background.php:164
142
  #: includes/Login-form-setting/Login-form-background.php:592
143
  #: includes/Login-form-setting/Login-form-background.php:606
144
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
  #: includes/design/text_and_color.php:2609
148
  #: includes/settings/page-settings.php:84
149
  #: includes/settings/page-settings.php:168
158
  msgstr "Ripeti Sfondo"
159
 
160
  #: includes/Login-form-setting/Login-form-background.php:366
161
+ #: includes/design/background.php:219
162
+ msgid "No Repeat"
163
+ msgstr "Nessuna Ripetizione"
164
 
165
  #: includes/Login-form-setting/Login-form-background.php:367
166
+ #: includes/design/background.php:220
167
  msgid "Repeat"
168
  msgstr "Ripeti"
169
 
170
  #: includes/Login-form-setting/Login-form-background.php:368
171
+ #: includes/design/background.php:221
172
  msgid "Repeat Horizontally"
173
  msgstr "Ripeti Orizzontalmente"
174
 
175
  #: includes/Login-form-setting/Login-form-background.php:369
176
+ #: includes/design/background.php:222
177
  msgid "Repeat Vertically"
178
  msgstr "Ripeti Verticalmente"
179
 
180
  #: includes/Login-form-setting/Login-form-background.php:380
181
+ #: includes/design/background.php:234
182
+ msgid "Background Position"
183
+ msgstr "Posizione Sfondo"
184
 
185
  #: includes/Login-form-setting/Login-form-background.php:386
186
+ #: includes/design/background.php:240
187
  msgid "Left Top"
188
  msgstr "Alto Sinistra"
189
 
190
  #: includes/Login-form-setting/Login-form-background.php:387
191
+ #: includes/design/background.php:241
192
  msgid "Left Center"
193
  msgstr "Centro Sinistra"
194
 
195
  #: includes/Login-form-setting/Login-form-background.php:388
196
+ #: includes/design/background.php:242
197
  msgid "Left Bottom"
198
  msgstr "Basso Sinistra"
199
 
200
  #: includes/Login-form-setting/Login-form-background.php:389
201
+ #: includes/design/background.php:243
202
  msgid "Right Top"
203
  msgstr "Alto Destra"
204
 
205
  #: includes/Login-form-setting/Login-form-background.php:390
206
+ #: includes/design/background.php:244
207
  msgid "Right Center"
208
  msgstr "Centro Destra"
209
 
210
  #: includes/Login-form-setting/Login-form-background.php:391
211
+ #: includes/design/background.php:245
212
  msgid "Right Bottom"
213
  msgstr "Basso Destra"
214
 
215
  #: includes/Login-form-setting/Login-form-background.php:392
216
+ #: includes/design/background.php:246
217
  msgid "Center Top"
218
  msgstr "Alto in Centro"
219
 
220
  #: includes/Login-form-setting/Login-form-background.php:393
221
+ #: includes/design/background.php:247
222
  msgid "Center Center"
223
  msgstr "Centro Centro"
224
 
225
  #: includes/Login-form-setting/Login-form-background.php:394
226
+ #: includes/design/background.php:248
227
  msgid "Center Bottom"
228
  msgstr "Basso Centro"
229
 
292
  msgstr "Spessore Bordo"
293
 
294
  #: includes/Login-form-setting/Login-form-background.php:516
295
+ msgid "Enable Form Shadow?"
296
  msgstr "Abilitare ombre nel form?"
297
 
298
  #: includes/Login-form-setting/Login-form-background.php:522
315
  msgid "Redirect Users After Login (Not Work For Admin)"
316
  msgstr ""
317
 
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
  #: includes/Login-form-setting/Login-form-background.php:567
329
  #: includes/Login-form-setting/Login-form-background.php:572
330
  msgid "Custom CSS"
344
 
345
  #: includes/Login-form-setting/Login-form-background.php:592
346
  #: includes/Login-form-setting/Login-form-background.php:606
347
+ msgid "Login"
348
  msgstr "Login"
349
 
350
  #: includes/Login-form-setting/Login-form-background.php:592
351
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
352
  #: includes/design/text_and_color.php:2594
353
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
354
  msgid "Setting Save Successfully"
355
  msgstr "Impostazioni Salvate Correttamente"
356
 
357
  #: includes/Login-form-setting/Login-form-background.php:606
358
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
359
  #: includes/design/text_and_color.php:2609
360
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
361
  msgid "Setting Reset Successfully"
362
  msgstr "Impostazioni Ripristinate Correttamente"
363
 
364
  #: includes/Login-form-setting/Login-form-background.php:613
365
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
366
  #: includes/design/text_and_color.php:2617
367
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
368
  msgid "Save Changes"
369
  msgstr "Salva Modifiche"
370
 
371
  #: includes/Login-form-setting/Login-form-background.php:616
372
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
373
  #: includes/design/text_and_color.php:2620
374
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
375
  msgid "Reset Default"
376
  msgstr "Ripristina Predefinite"
377
 
378
+ #: includes/content.php:28
379
  msgid "Admin Custom Login"
380
  msgstr "Login Custom Admin"
381
 
382
+ #: includes/content.php:63
383
  msgid "Powered By"
384
  msgstr "Realizzato da"
385
 
386
+ #: includes/content.php:65
387
  msgid "Weblizar"
388
  msgstr "Weblizar"
389
 
390
+ #: includes/content.php:69
391
  msgid "Show Us Some Love (Rate Us)"
392
  msgstr ""
393
 
394
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
395
+ #: includes/dashboard/dashboard.php:84
396
  msgid "Dashboard"
397
  msgstr "Cruscotto"
398
 
399
+ #: includes/content.php:86
400
  msgid "Application overview"
401
  msgstr "Panoramica Applicazione"
402
 
403
+ #: includes/content.php:95
404
  msgid "Background Design"
405
  msgstr "Impostazioni Sfondo"
406
 
407
+ #: includes/content.php:96
408
  msgid "Modify Background design here"
409
  msgstr "Modifica impostazioni sfondo"
410
 
411
+ #: includes/content.php:106
412
  msgid "Login form Setting"
413
  msgstr "Impostazioni Login"
414
 
415
+ #: includes/content.php:107
416
  msgid "Modify Login design here"
417
+ msgstr "Modifica impostazioni login"
418
 
419
+ #: includes/content.php:117
420
  msgid "Font Setting"
421
  msgstr "Impostazioni Font"
422
 
423
+ #: includes/content.php:118
424
  msgid "Modify Login Form Style here"
425
  msgstr "Modifica Stile Form Login"
426
 
427
+ #: includes/content.php:128 includes/settings/page-settings.php:50
428
  msgid "Logo Settings"
429
  msgstr "Impostazioni Logo"
430
 
431
+ #: includes/content.php:129
432
  msgid "Customize Logo Settings here"
433
  msgstr "Personalizza Impostazioni Logo"
434
 
435
+ #: includes/content.php:140 includes/social/social.php:21
436
  msgid "Social Settings"
437
  msgstr "Impostazioni Social"
438
 
439
+ #: includes/content.php:141
440
  msgid "Connect with your social profile"
441
  msgstr "Connettersi con profili Social"
442
 
443
+ #: includes/content.php:151
444
  msgid "Export / Import"
445
  msgstr ""
446
 
447
+ #: includes/content.php:152
448
  msgid "Export / Import Your Data"
449
  msgstr ""
450
 
451
+ #: includes/content.php:161
452
  msgid "Recommendations"
453
  msgstr ""
454
 
455
+ #: includes/content.php:162
456
  msgid "Get More Free Useful Plugins"
457
  msgstr ""
458
 
459
+ #: includes/content.php:171 includes/help/help.php:15
460
  msgid "Help And Support"
461
  msgstr ""
462
 
463
+ #: includes/content.php:172
464
  msgid "Ask your query"
465
  msgstr ""
466
 
467
+ #: includes/content.php:181
468
+ msgid "Please rate us"
469
  msgstr ""
470
 
471
+ #: includes/content.php:182
472
  msgid "If you like us"
473
  msgstr ""
474
 
496
  msgid "Copy below link and open in another browser where you are not logged in"
497
  msgstr ""
498
 
 
 
 
 
499
  #: includes/design/background.php:91
500
  msgid "Background Settings"
501
  msgstr "Impostazioni Sfondo"
502
 
503
  #: includes/design/background.php:109
504
+ msgid "No Background Selected"
505
  msgstr "Nessuno sfondo Selezionato"
506
 
507
  #: includes/design/background.php:113
508
  msgid "Background SlideShow"
509
  msgstr "Sfondo con Slideshow"
510
 
 
 
 
 
511
  #: includes/design/background.php:196
512
  msgid "Cover or Strech"
513
  msgstr "Coprire o Distendere"
514
 
515
+ #: includes/design/background.php:260
516
  msgid "Background Attachment"
517
  msgstr "Sfondo Allegato"
518
 
519
+ #: includes/design/background.php:266
520
  msgid "Fixed"
521
  msgstr "Fisso"
522
 
523
+ #: includes/design/background.php:267
524
  msgid "Scroll"
525
  msgstr "Scorrevole"
526
 
527
+ #: includes/design/background.php:268
528
  msgid "Inherit"
529
  msgstr "Ereditato"
530
 
531
+ #: includes/design/background.php:287 includes/design/background.php:309
532
  msgid "No. Of Background Slideshow"
533
  msgstr "Num. Slideshow per lo sfondo"
534
 
535
+ #: includes/design/background.php:293
536
  msgid "Select Number of Slide Show"
537
  msgstr "Seleziona numero di Slideshow"
538
 
539
+ #: includes/design/background.php:294
540
  msgid "2"
541
  msgstr "2"
542
 
543
+ #: includes/design/background.php:295
544
  msgid "3"
545
  msgstr "3"
546
 
547
+ #: includes/design/background.php:296
548
  msgid "4"
549
  msgstr "4"
550
 
551
+ #: includes/design/background.php:297
552
  msgid "5"
553
  msgstr "5"
554
 
555
+ #: includes/design/background.php:298
556
  msgid "6"
557
  msgstr "6"
558
 
559
+ #: includes/design/background.php:339
560
  msgid "Slider Animation"
561
  msgstr "Animazione Diapositiva"
562
 
563
+ #: includes/design/background.php:346
564
  msgid "Slider Animation 1"
565
  msgstr "Animazione Diapositiva 1"
566
 
567
+ #: includes/design/background.php:347
568
  msgid "Slider Animation 2"
569
  msgstr "Animazione Diapositiva 2"
570
 
571
+ #: includes/design/background.php:348
572
  msgid "Slider Animation 3"
573
  msgstr "Animazione Diapositiva 3"
574
 
575
+ #: includes/design/background.php:349
576
  msgid "Slider Animation 4"
577
  msgstr "Animazione Diapositiva 4"
578
 
579
+ #: includes/design/background.php:368 includes/design/background.php:383
580
+ msgid "Top Background"
581
  msgstr "Sfonto Alto"
582
 
583
  #: includes/design/text_and_color.php:89
602
 
603
  #: includes/design/text_and_color.php:166
604
  msgid "Headline Font size"
605
+ msgstr "Dimensione Font Titolo"
606
 
607
  #: includes/design/text_and_color.php:184
608
  msgid "Input Font Size"
654
 
655
  #: includes/design/text_and_color.php:2594
656
  #: includes/design/text_and_color.php:2609
657
+ msgid "Text and Color"
658
  msgstr "Testo e Colore"
659
 
660
  #: includes/help/help.php:28
685
  msgstr ""
686
 
687
  #: includes/help/help.php:80
688
+ msgid "Language Contribution"
689
  msgstr ""
690
 
691
  #: includes/help/help.php:85
692
+ msgid "Translate this plugin into your language"
693
  msgstr ""
694
 
695
  #: includes/help/help.php:86
696
+ msgid "Question : How to convert Plguin into My Language?"
697
  msgstr ""
698
 
699
  #: includes/help/help.php:87
707
  msgstr ""
708
 
709
  #: includes/import-export-setting/import_export.php:13
710
+ msgid "Export Custom Login Data"
711
+ msgstr "Amministrazione Login Personalizzato"
712
 
713
  #: includes/import-export-setting/import_export.php:18
714
  msgid ""
716
  "easily import the configuration into another site."
717
  msgstr ""
718
 
719
+ #: includes/import-export-setting/import_export.php:23
720
+ msgid "Export"
721
  msgstr ""
722
 
723
+ #: includes/import-export-setting/import_export.php:37
724
+ msgid "Import Custom Login Data"
725
+ msgstr "Amministrazione Login Personalizzato"
726
+
727
  #: includes/import-export-setting/import_export.php:42
728
  msgid ""
729
  "Import the plugin settings from a .json file. This file can be obtained by "
730
  "exporting the settings on another site using the form above."
731
  msgstr ""
732
 
733
+ #: includes/import-export-setting/import_export.php:50
734
+ msgid "Import"
735
  msgstr ""
736
 
737
  #. translators: 1: The rating
738
+ #: includes/recommendations/recommendations.php:75
739
  #, php-format
740
  msgid "%s rating"
741
  msgstr ""
742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
743
  #: includes/settings/page-settings.php:62
744
+ #: includes/settings/page-settings.php:168
745
+ #: includes/settings/page-settings.php:182
746
  msgid "Logo"
747
  msgstr "Logo"
748
 
764
  msgid "Logo URL Title"
765
  msgstr "Titolo URL Logo"
766
 
 
 
 
 
 
767
  #: includes/social/social.php:33
768
  msgid "Enable Social Icons"
769
  msgstr "Abilita Icone Social"
849
  msgstr "Linkedin"
850
 
851
  #: includes/social/social.php:166
852
+ msgid "Google Plus"
853
+ msgstr "Google Plus"
854
 
855
  #: includes/social/social.php:167
856
  msgid "Pinterest"
893
  msgstr ""
894
 
895
  #: includes/social/social.php:193 includes/social/social.php:207
896
+ msgid "Social"
897
+ msgstr "Social"
898
+
899
+ #~ msgid "preview"
900
+ #~ msgstr "anteprima"
901
+
902
+ #~ msgid "Dashboard "
903
+ #~ msgstr "Cruscotto"
904
+
905
+ #~ msgid "Logo "
906
+ #~ msgstr "Logo "
907
 
908
  #~ msgid "Login from Floating"
909
  #~ msgstr "Posizione Form Login"
languages/admin-custom-login-pl_PL.mo ADDED
Binary file
languages/{WEBLIZAR_ACL-pl_PL.po → admin-custom-login-pl_PL.po} RENAMED
@@ -1,15 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
- "POT-Creation-Date: 2017-11-03 16:58+0530\n"
5
- "PO-Revision-Date: 2017-11-03 16:59+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.4\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -81,12 +81,11 @@ msgid "Note: This form position setting will be not responsive."
81
  msgstr "Uwaga: To ustawienie pozycji formatki nie będzie responsywne."
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
- #: includes/design/background.php:103
85
  msgid "Select Background"
86
  msgstr "Wybierz Tło"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
89
- #: includes/design/background.php:110
90
  msgid "Select background"
91
  msgstr "Wybierz tło"
92
 
@@ -125,9 +124,9 @@ msgid "Upload"
125
  msgstr "Załaduj"
126
 
127
  #: includes/Login-form-setting/Login-form-background.php:329
128
- #: includes/settings/page-settings.php:70
129
- msgid "preview"
130
- msgstr "podgląd"
131
 
132
  #: includes/Login-form-setting/Login-form-background.php:331
133
  #: includes/design/background.php:164
@@ -143,8 +142,8 @@ msgstr "Obrazek jak tło formatki logowania"
143
  #: includes/Login-form-setting/Login-form-background.php:592
144
  #: includes/Login-form-setting/Login-form-background.php:606
145
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
146
- #: includes/design/background.php:180 includes/design/background.php:369
147
- #: includes/design/background.php:384 includes/design/text_and_color.php:2594
148
  #: includes/design/text_and_color.php:2609
149
  #: includes/settings/page-settings.php:84
150
  #: includes/settings/page-settings.php:168
@@ -159,72 +158,72 @@ msgid "Background Repeat"
159
  msgstr "Powtórzenie tła"
160
 
161
  #: includes/Login-form-setting/Login-form-background.php:366
162
- #: includes/design/background.php:220
163
- msgid "No Repeat "
164
- msgstr "Nie powtarzaj "
165
 
166
  #: includes/Login-form-setting/Login-form-background.php:367
167
- #: includes/design/background.php:221
168
  msgid "Repeat"
169
  msgstr "Powtarzaj"
170
 
171
  #: includes/Login-form-setting/Login-form-background.php:368
172
- #: includes/design/background.php:222
173
  msgid "Repeat Horizontally"
174
  msgstr "Powtarzaj poziomo"
175
 
176
  #: includes/Login-form-setting/Login-form-background.php:369
177
- #: includes/design/background.php:223
178
  msgid "Repeat Vertically"
179
  msgstr "Powtarzaj pionowo"
180
 
181
  #: includes/Login-form-setting/Login-form-background.php:380
182
- #: includes/design/background.php:235
183
- msgid "Background Position "
184
- msgstr "Pozycja tła "
185
 
186
  #: includes/Login-form-setting/Login-form-background.php:386
187
- #: includes/design/background.php:241
188
  msgid "Left Top"
189
  msgstr "Lewy górny"
190
 
191
  #: includes/Login-form-setting/Login-form-background.php:387
192
- #: includes/design/background.php:242
193
  msgid "Left Center"
194
  msgstr "Lewy środkowy"
195
 
196
  #: includes/Login-form-setting/Login-form-background.php:388
197
- #: includes/design/background.php:243
198
  msgid "Left Bottom"
199
  msgstr "Lewy dolny"
200
 
201
  #: includes/Login-form-setting/Login-form-background.php:389
202
- #: includes/design/background.php:244
203
  msgid "Right Top"
204
  msgstr "Prawy górny"
205
 
206
  #: includes/Login-form-setting/Login-form-background.php:390
207
- #: includes/design/background.php:245
208
  msgid "Right Center"
209
  msgstr "Prawy środkowy"
210
 
211
  #: includes/Login-form-setting/Login-form-background.php:391
212
- #: includes/design/background.php:246
213
  msgid "Right Bottom"
214
  msgstr "Prawy dolny"
215
 
216
  #: includes/Login-form-setting/Login-form-background.php:392
217
- #: includes/design/background.php:247
218
  msgid "Center Top"
219
  msgstr "Środkowy górny"
220
 
221
  #: includes/Login-form-setting/Login-form-background.php:393
222
- #: includes/design/background.php:248
223
  msgid "Center Center"
224
  msgstr "Środkowy"
225
 
226
  #: includes/Login-form-setting/Login-form-background.php:394
227
- #: includes/design/background.php:249
228
  msgid "Center Bottom"
229
  msgstr "Środkowy dolny"
230
 
@@ -293,8 +292,8 @@ msgid "Border Thickness"
293
  msgstr "Grubość ramki"
294
 
295
  #: includes/Login-form-setting/Login-form-background.php:516
296
- msgid "Enable form shadow?"
297
- msgstr "Włączyc cień ?"
298
 
299
  #: includes/Login-form-setting/Login-form-background.php:522
300
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
@@ -316,6 +315,16 @@ msgstr "Kolor cieniowania"
316
  msgid "Redirect Users After Login (Not Work For Admin)"
317
  msgstr ""
318
 
 
 
 
 
 
 
 
 
 
 
319
  #: includes/Login-form-setting/Login-form-background.php:567
320
  #: includes/Login-form-setting/Login-form-background.php:572
321
  msgid "Custom CSS"
@@ -337,130 +346,131 @@ msgstr "Tag z niestandardowym CSS"
337
 
338
  #: includes/Login-form-setting/Login-form-background.php:592
339
  #: includes/Login-form-setting/Login-form-background.php:606
340
- msgid "Login "
341
- msgstr "Nazwa użytkownika (login) "
342
 
343
  #: includes/Login-form-setting/Login-form-background.php:592
344
- #: includes/dashboard/dashboard.php:70 includes/design/background.php:369
345
  #: includes/design/text_and_color.php:2594
346
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
347
  msgid "Setting Save Successfully"
348
  msgstr "Ustawienia zostały zapisane poprawnie ! :)"
349
 
350
  #: includes/Login-form-setting/Login-form-background.php:606
351
- #: includes/dashboard/dashboard.php:84 includes/design/background.php:384
352
  #: includes/design/text_and_color.php:2609
353
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
354
  msgid "Setting Reset Successfully"
355
  msgstr "Ustawienia zostały poprawnie zresetowane ! :)"
356
 
357
  #: includes/Login-form-setting/Login-form-background.php:613
358
- #: includes/dashboard/dashboard.php:91 includes/design/background.php:392
359
  #: includes/design/text_and_color.php:2617
360
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
361
  msgid "Save Changes"
362
  msgstr "Zapisz zmiany"
363
 
364
  #: includes/Login-form-setting/Login-form-background.php:616
365
- #: includes/dashboard/dashboard.php:94 includes/design/background.php:395
366
  #: includes/design/text_and_color.php:2620
367
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
368
  msgid "Reset Default"
369
  msgstr "Resetuj do ustawień domyślnych"
370
 
371
- #: includes/content.php:29
372
  msgid "Admin Custom Login"
373
  msgstr "Admin Custom Login"
374
 
375
- #: includes/content.php:64
376
  msgid "Powered By"
377
  msgstr "Powered By"
378
 
379
- #: includes/content.php:66
380
  msgid "Weblizar"
381
  msgstr "Weblizar"
382
 
383
- #: includes/content.php:70
384
  msgid "Show Us Some Love (Rate Us)"
385
  msgstr "Doceń nas (Oceń)"
386
 
387
- #: includes/content.php:86
 
388
  msgid "Dashboard"
389
  msgstr "Kokpit"
390
 
391
- #: includes/content.php:87
392
  msgid "Application overview"
393
  msgstr "Opis aplikacji"
394
 
395
- #: includes/content.php:96
396
  msgid "Background Design"
397
  msgstr "Projektowanie tła"
398
 
399
- #: includes/content.php:97
400
  msgid "Modify Background design here"
401
  msgstr "Zmodyfikuj tło"
402
 
403
- #: includes/content.php:107
404
  msgid "Login form Setting"
405
  msgstr "Ustawienia logowania"
406
 
407
- #: includes/content.php:108
408
  msgid "Modify Login design here"
409
  msgstr "Modyfikuj styl logowania"
410
 
411
- #: includes/content.php:118
412
  msgid "Font Setting"
413
  msgstr "Ustawienia czcionek"
414
 
415
- #: includes/content.php:119
416
  msgid "Modify Login Form Style here"
417
  msgstr "Modyfikuj styl formatki logowania"
418
 
419
- #: includes/content.php:129 includes/settings/page-settings.php:50
420
  msgid "Logo Settings"
421
  msgstr "Ustawienia Logo"
422
 
423
- #: includes/content.php:130
424
  msgid "Customize Logo Settings here"
425
  msgstr "Modyfikuj ustawienia logo"
426
 
427
- #: includes/content.php:141 includes/social/social.php:21
428
  msgid "Social Settings"
429
  msgstr "Ustawienia mediów społecznościowych"
430
 
431
- #: includes/content.php:142
432
  msgid "Connect with your social profile"
433
  msgstr "Połącz z twoim profilem"
434
 
435
- #: includes/content.php:152
436
  msgid "Export / Import"
437
  msgstr "Eksport/Import"
438
 
439
- #: includes/content.php:153
440
  msgid "Export / Import Your Data"
441
  msgstr "Eksportuj/Importuj twoje ustawienia"
442
 
443
- #: includes/content.php:162
444
  msgid "Recommendations"
445
  msgstr "Polecane"
446
 
447
- #: includes/content.php:163
448
  msgid "Get More Free Useful Plugins"
449
  msgstr "Zdobądź wiecej darmowych przydatnych wtyczek"
450
 
451
- #: includes/content.php:172 includes/help/help.php:15
452
  msgid "Help And Support"
453
  msgstr "Pomoc i wparcie"
454
 
455
- #: includes/content.php:173
456
  msgid "Ask your query"
457
  msgstr "Zadaj pytanie"
458
 
459
- #: includes/content.php:182
460
- msgid "Please rate us "
461
- msgstr "Oceń nas "
462
 
463
- #: includes/content.php:183
464
  msgid "If you like us"
465
  msgstr "Jeśli nas lubisz"
466
 
@@ -490,97 +500,89 @@ msgstr ""
490
  "Skopiuj poniższy link i otwórz go w przeglądarce w której nie jesteś "
491
  "zalogowany"
492
 
493
- #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
494
- msgid "Dashboard "
495
- msgstr "Kokpit "
496
-
497
  #: includes/design/background.php:91
498
  msgid "Background Settings"
499
  msgstr "Ustawienia tła"
500
 
501
  #: includes/design/background.php:109
502
- msgid "No background Selected"
503
  msgstr "Nie wybrano tła"
504
 
505
  #: includes/design/background.php:113
506
  msgid "Background SlideShow"
507
  msgstr "Tło jako pokaz slajdów"
508
 
509
- #: includes/design/background.php:162
510
- msgid "Preview"
511
- msgstr "Podgląd"
512
-
513
  #: includes/design/background.php:196
514
  msgid "Cover or Strech"
515
  msgstr "Pokryj lub rozciągnij"
516
 
517
- #: includes/design/background.php:261
518
  msgid "Background Attachment"
519
  msgstr "Dostosowywanie tła"
520
 
521
- #: includes/design/background.php:267
522
  msgid "Fixed"
523
  msgstr "Dopasuj"
524
 
525
- #: includes/design/background.php:268
526
  msgid "Scroll"
527
  msgstr "Scroll"
528
 
529
- #: includes/design/background.php:269
530
  msgid "Inherit"
531
  msgstr "Inherit"
532
 
533
- #: includes/design/background.php:288 includes/design/background.php:310
534
  msgid "No. Of Background Slideshow"
535
  msgstr "Nr pokazu slajdów (tło)"
536
 
537
- #: includes/design/background.php:294
538
  msgid "Select Number of Slide Show"
539
  msgstr "Wybierz nr pokazu slajdów"
540
 
541
- #: includes/design/background.php:295
542
  msgid "2"
543
  msgstr "2"
544
 
545
- #: includes/design/background.php:296
546
  msgid "3"
547
  msgstr "3"
548
 
549
- #: includes/design/background.php:297
550
  msgid "4"
551
  msgstr "4"
552
 
553
- #: includes/design/background.php:298
554
  msgid "5"
555
  msgstr "5"
556
 
557
- #: includes/design/background.php:299
558
  msgid "6"
559
  msgstr "6"
560
 
561
- #: includes/design/background.php:340
562
  msgid "Slider Animation"
563
  msgstr "Slider Animation"
564
 
565
- #: includes/design/background.php:347
566
  msgid "Slider Animation 1"
567
  msgstr "Slider Animation 1"
568
 
569
- #: includes/design/background.php:348
570
  msgid "Slider Animation 2"
571
  msgstr "Slider Animation 2"
572
 
573
- #: includes/design/background.php:349
574
  msgid "Slider Animation 3"
575
  msgstr "Slider Animation 3"
576
 
577
- #: includes/design/background.php:350
578
  msgid "Slider Animation 4"
579
  msgstr "Slider Animation 4"
580
 
581
- #: includes/design/background.php:369 includes/design/background.php:384
582
- msgid "Top Background "
583
- msgstr "Top Tła "
584
 
585
  #: includes/design/text_and_color.php:89
586
  msgid "Text And Color Settings"
@@ -656,8 +658,8 @@ msgstr "Ikona dla pola input Hasło"
656
 
657
  #: includes/design/text_and_color.php:2594
658
  #: includes/design/text_and_color.php:2609
659
- msgid "Text and Color "
660
- msgstr "Tekst i kolor "
661
 
662
  #: includes/help/help.php:28
663
  msgid "View Support Docs or Open a Ticket"
@@ -692,16 +694,16 @@ msgstr ""
692
  "podziel się nimi z nami. Zrobimy wszystko aby dodać je do naszej wtyczki."
693
 
694
  #: includes/help/help.php:80
695
- msgid "Language Contribution "
696
- msgstr "Wsparcie jezyków "
697
 
698
  #: includes/help/help.php:85
699
- msgid " Translate this plugin into your language"
700
- msgstr " Przetłumacz ten plugin na swój jezyk"
701
 
702
  #: includes/help/help.php:86
703
- msgid "Question : How to convert Plguin into My Language ?"
704
- msgstr "Pytanie : Jak przetłumaczyć tą wtyczkę na mój jezyk ?"
705
 
706
  #: includes/help/help.php:87
707
  msgid "here is solution"
@@ -716,8 +718,8 @@ msgstr ""
716
  "Wordpressie. Jesli ci sie podoba to prosimy oceń nas"
717
 
718
  #: includes/import-export-setting/import_export.php:13
719
- msgid "Export Custom Login Data "
720
- msgstr "Eksportuj ustawienia Custom Login "
721
 
722
  #: includes/import-export-setting/import_export.php:18
723
  msgid ""
@@ -727,9 +729,13 @@ msgstr ""
727
  "Eksportuj ustawienia wtyczki jako plik .json. Pozwoli Ci do w łatwy sposób "
728
  "przenieść ustawienia do innej strony."
729
 
 
 
 
 
730
  #: includes/import-export-setting/import_export.php:37
731
- msgid "Import Custom Login Data "
732
- msgstr "Importuj ustawienia Custom Login "
733
 
734
  #: includes/import-export-setting/import_export.php:42
735
  msgid ""
@@ -740,74 +746,19 @@ msgstr ""
740
  "przenieść ustawienia wyeksporotwane z innej strony używającej tego "
741
  "rozwiązania."
742
 
743
- #: includes/recommendations/recommendations.php:18
744
- msgid "Plugin Recommendation"
745
- msgstr "Polecane wtyczki"
746
 
747
  #. translators: 1: The rating
748
- #: includes/recommendations/recommendations.php:79
749
  #, php-format
750
  msgid "%s rating"
751
  msgstr "%s ocen"
752
 
753
- #: includes/recommendations/recommendations.php:98
754
- msgid "Get More Free Wordpress Plguins From Weblizar"
755
- msgstr "Get More Free Wordpress Plguins From Weblizar"
756
-
757
- #. translators: 1: Plugin name and version.
758
- #: includes/recommendations/recommendations.php:147
759
- msgid "More Details"
760
- msgstr "More Details"
761
-
762
- #. translators: 1: Plugin name and version.
763
- #: includes/recommendations/recommendations.php:158
764
- msgid "Install Now"
765
- msgstr "Install Now"
766
-
767
- #. translators: 1: Plugin name and version
768
- #: includes/recommendations/recommendations.php:165
769
- msgid "Update Now"
770
- msgstr "Update Now"
771
-
772
- #: includes/recommendations/recommendations.php:192
773
- msgid "By "
774
- msgstr "By "
775
-
776
- #: includes/recommendations/recommendations.php:211
777
- #: includes/recommendations/recommendations.php:221
778
- #: includes/recommendations/recommendations.php:231
779
- #: includes/recommendations/recommendations.php:241
780
- #: includes/recommendations/recommendations.php:251
781
- #: includes/recommendations/recommendations.php:261
782
- msgid "Premium Editions"
783
- msgstr "Premium Editions"
784
-
785
- #: includes/recommendations/recommendations.php:214
786
- #: includes/recommendations/recommendations.php:224
787
- #: includes/recommendations/recommendations.php:234
788
- #: includes/recommendations/recommendations.php:244
789
- #: includes/recommendations/recommendations.php:254
790
- #: includes/recommendations/recommendations.php:264
791
- msgid "Visit Website"
792
- msgstr "Visit Website"
793
-
794
- #: includes/recommendations/recommendations.php:282
795
- msgid "Last Updated:"
796
- msgstr "Last Updated:"
797
-
798
- #: includes/recommendations/recommendations.php:293
799
- msgid "<strong>Untested</strong> with your version of WordPress"
800
- msgstr "<strong>Untested</strong> with your version of WordPress"
801
-
802
- #: includes/recommendations/recommendations.php:297
803
- msgid "Incompatible with your version of WordPress"
804
- msgstr "Incompatible with your version of WordPress"
805
-
806
- #: includes/recommendations/recommendations.php:301
807
- msgid "Compatible with your version of WordPress"
808
- msgstr "Compatible with your version of WordPress"
809
-
810
  #: includes/settings/page-settings.php:62
 
 
811
  msgid "Logo"
812
  msgstr "Logo"
813
 
@@ -829,11 +780,6 @@ msgstr "Logo URL"
829
  msgid "Logo URL Title"
830
  msgstr "Tytuł Logo URL"
831
 
832
- #: includes/settings/page-settings.php:168
833
- #: includes/settings/page-settings.php:182
834
- msgid "Logo "
835
- msgstr "Logo "
836
-
837
  #: includes/social/social.php:33
838
  msgid "Enable Social Icons"
839
  msgstr "Włącz ikony społecznościowe"
@@ -919,8 +865,8 @@ msgid "Linkedin"
919
  msgstr "Linkedin"
920
 
921
  #: includes/social/social.php:166
922
- msgid "google plus"
923
- msgstr "google plus"
924
 
925
  #: includes/social/social.php:167
926
  msgid "Pinterest"
@@ -963,8 +909,53 @@ msgid "Whatsapp"
963
  msgstr ""
964
 
965
  #: includes/social/social.php:193 includes/social/social.php:207
966
- msgid "Social "
967
- msgstr "Social "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
968
 
969
  #~ msgid "Contact Us:"
970
  #~ msgstr "Napisz do nas :"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: admin-custom-login\n"
4
+ "POT-Creation-Date: 2018-01-31 15:34+0530\n"
5
+ "PO-Revision-Date: 2018-01-31 15:34+0530\n"
6
  "Last-Translator: Weblizar <lizarweb@gmail.com>\n"
7
  "Language-Team: \n"
8
  "Language: pl_PL\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
  "X-Poedit-Basepath: .\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
81
  msgstr "Uwaga: To ustawienie pozycji formatki nie będzie responsywne."
82
 
83
  #: includes/Login-form-setting/Login-form-background.php:260
84
+ #: includes/design/background.php:103 includes/design/background.php:110
85
  msgid "Select Background"
86
  msgstr "Wybierz Tło"
87
 
88
  #: includes/Login-form-setting/Login-form-background.php:266
 
89
  msgid "Select background"
90
  msgstr "Wybierz tło"
91
 
124
  msgstr "Załaduj"
125
 
126
  #: includes/Login-form-setting/Login-form-background.php:329
127
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
128
+ msgid "Preview"
129
+ msgstr "Podgląd"
130
 
131
  #: includes/Login-form-setting/Login-form-background.php:331
132
  #: includes/design/background.php:164
142
  #: includes/Login-form-setting/Login-form-background.php:592
143
  #: includes/Login-form-setting/Login-form-background.php:606
144
  #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
145
+ #: includes/design/background.php:180 includes/design/background.php:368
146
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
147
  #: includes/design/text_and_color.php:2609
148
  #: includes/settings/page-settings.php:84
149
  #: includes/settings/page-settings.php:168
158
  msgstr "Powtórzenie tła"
159
 
160
  #: includes/Login-form-setting/Login-form-background.php:366
161
+ #: includes/design/background.php:219
162
+ msgid "No Repeat"
163
+ msgstr "Nie powtarzaj"
164
 
165
  #: includes/Login-form-setting/Login-form-background.php:367
166
+ #: includes/design/background.php:220
167
  msgid "Repeat"
168
  msgstr "Powtarzaj"
169
 
170
  #: includes/Login-form-setting/Login-form-background.php:368
171
+ #: includes/design/background.php:221
172
  msgid "Repeat Horizontally"
173
  msgstr "Powtarzaj poziomo"
174
 
175
  #: includes/Login-form-setting/Login-form-background.php:369
176
+ #: includes/design/background.php:222
177
  msgid "Repeat Vertically"
178
  msgstr "Powtarzaj pionowo"
179
 
180
  #: includes/Login-form-setting/Login-form-background.php:380
181
+ #: includes/design/background.php:234
182
+ msgid "Background Position"
183
+ msgstr "Pozycja tła"
184
 
185
  #: includes/Login-form-setting/Login-form-background.php:386
186
+ #: includes/design/background.php:240
187
  msgid "Left Top"
188
  msgstr "Lewy górny"
189
 
190
  #: includes/Login-form-setting/Login-form-background.php:387
191
+ #: includes/design/background.php:241
192
  msgid "Left Center"
193
  msgstr "Lewy środkowy"
194
 
195
  #: includes/Login-form-setting/Login-form-background.php:388
196
+ #: includes/design/background.php:242
197
  msgid "Left Bottom"
198
  msgstr "Lewy dolny"
199
 
200
  #: includes/Login-form-setting/Login-form-background.php:389
201
+ #: includes/design/background.php:243
202
  msgid "Right Top"
203
  msgstr "Prawy górny"
204
 
205
  #: includes/Login-form-setting/Login-form-background.php:390
206
+ #: includes/design/background.php:244
207
  msgid "Right Center"
208
  msgstr "Prawy środkowy"
209
 
210
  #: includes/Login-form-setting/Login-form-background.php:391
211
+ #: includes/design/background.php:245
212
  msgid "Right Bottom"
213
  msgstr "Prawy dolny"
214
 
215
  #: includes/Login-form-setting/Login-form-background.php:392
216
+ #: includes/design/background.php:246
217
  msgid "Center Top"
218
  msgstr "Środkowy górny"
219
 
220
  #: includes/Login-form-setting/Login-form-background.php:393
221
+ #: includes/design/background.php:247
222
  msgid "Center Center"
223
  msgstr "Środkowy"
224
 
225
  #: includes/Login-form-setting/Login-form-background.php:394
226
+ #: includes/design/background.php:248
227
  msgid "Center Bottom"
228
  msgstr "Środkowy dolny"
229
 
292
  msgstr "Grubość ramki"
293
 
294
  #: includes/Login-form-setting/Login-form-background.php:516
295
+ msgid "Enable Form Shadow?"
296
+ msgstr "Włączyc cień?"
297
 
298
  #: includes/Login-form-setting/Login-form-background.php:522
299
  #: includes/design/background.php:201 includes/design/text_and_color.php:244
315
  msgid "Redirect Users After Login (Not Work For Admin)"
316
  msgstr ""
317
 
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
  #: includes/Login-form-setting/Login-form-background.php:567
329
  #: includes/Login-form-setting/Login-form-background.php:572
330
  msgid "Custom CSS"
346
 
347
  #: includes/Login-form-setting/Login-form-background.php:592
348
  #: includes/Login-form-setting/Login-form-background.php:606
349
+ msgid "Login"
350
+ msgstr "Nazwa użytkownika (login)"
351
 
352
  #: includes/Login-form-setting/Login-form-background.php:592
353
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
354
  #: includes/design/text_and_color.php:2594
355
  #: includes/settings/page-settings.php:168 includes/social/social.php:193
356
  msgid "Setting Save Successfully"
357
  msgstr "Ustawienia zostały zapisane poprawnie ! :)"
358
 
359
  #: includes/Login-form-setting/Login-form-background.php:606
360
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
361
  #: includes/design/text_and_color.php:2609
362
  #: includes/settings/page-settings.php:182 includes/social/social.php:207
363
  msgid "Setting Reset Successfully"
364
  msgstr "Ustawienia zostały poprawnie zresetowane ! :)"
365
 
366
  #: includes/Login-form-setting/Login-form-background.php:613
367
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
368
  #: includes/design/text_and_color.php:2617
369
  #: includes/settings/page-settings.php:189 includes/social/social.php:214
370
  msgid "Save Changes"
371
  msgstr "Zapisz zmiany"
372
 
373
  #: includes/Login-form-setting/Login-form-background.php:616
374
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
375
  #: includes/design/text_and_color.php:2620
376
  #: includes/settings/page-settings.php:192 includes/social/social.php:217
377
  msgid "Reset Default"
378
  msgstr "Resetuj do ustawień domyślnych"
379
 
380
+ #: includes/content.php:28
381
  msgid "Admin Custom Login"
382
  msgstr "Admin Custom Login"
383
 
384
+ #: includes/content.php:63
385
  msgid "Powered By"
386
  msgstr "Powered By"
387
 
388
+ #: includes/content.php:65
389
  msgid "Weblizar"
390
  msgstr "Weblizar"
391
 
392
+ #: includes/content.php:69
393
  msgid "Show Us Some Love (Rate Us)"
394
  msgstr "Doceń nas (Oceń)"
395
 
396
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
397
+ #: includes/dashboard/dashboard.php:84
398
  msgid "Dashboard"
399
  msgstr "Kokpit"
400
 
401
+ #: includes/content.php:86
402
  msgid "Application overview"
403
  msgstr "Opis aplikacji"
404
 
405
+ #: includes/content.php:95
406
  msgid "Background Design"
407
  msgstr "Projektowanie tła"
408
 
409
+ #: includes/content.php:96
410
  msgid "Modify Background design here"
411
  msgstr "Zmodyfikuj tło"
412
 
413
+ #: includes/content.php:106
414
  msgid "Login form Setting"
415
  msgstr "Ustawienia logowania"
416
 
417
+ #: includes/content.php:107
418
  msgid "Modify Login design here"
419
  msgstr "Modyfikuj styl logowania"
420
 
421
+ #: includes/content.php:117
422
  msgid "Font Setting"
423
  msgstr "Ustawienia czcionek"
424
 
425
+ #: includes/content.php:118
426
  msgid "Modify Login Form Style here"
427
  msgstr "Modyfikuj styl formatki logowania"
428
 
429
+ #: includes/content.php:128 includes/settings/page-settings.php:50
430
  msgid "Logo Settings"
431
  msgstr "Ustawienia Logo"
432
 
433
+ #: includes/content.php:129
434
  msgid "Customize Logo Settings here"
435
  msgstr "Modyfikuj ustawienia logo"
436
 
437
+ #: includes/content.php:140 includes/social/social.php:21
438
  msgid "Social Settings"
439
  msgstr "Ustawienia mediów społecznościowych"
440
 
441
+ #: includes/content.php:141
442
  msgid "Connect with your social profile"
443
  msgstr "Połącz z twoim profilem"
444
 
445
+ #: includes/content.php:151
446
  msgid "Export / Import"
447
  msgstr "Eksport/Import"
448
 
449
+ #: includes/content.php:152
450
  msgid "Export / Import Your Data"
451
  msgstr "Eksportuj/Importuj twoje ustawienia"
452
 
453
+ #: includes/content.php:161
454
  msgid "Recommendations"
455
  msgstr "Polecane"
456
 
457
+ #: includes/content.php:162
458
  msgid "Get More Free Useful Plugins"
459
  msgstr "Zdobądź wiecej darmowych przydatnych wtyczek"
460
 
461
+ #: includes/content.php:171 includes/help/help.php:15
462
  msgid "Help And Support"
463
  msgstr "Pomoc i wparcie"
464
 
465
+ #: includes/content.php:172
466
  msgid "Ask your query"
467
  msgstr "Zadaj pytanie"
468
 
469
+ #: includes/content.php:181
470
+ msgid "Please rate us"
471
+ msgstr "Oceń nas"
472
 
473
+ #: includes/content.php:182
474
  msgid "If you like us"
475
  msgstr "Jeśli nas lubisz"
476
 
500
  "Skopiuj poniższy link i otwórz go w przeglądarce w której nie jesteś "
501
  "zalogowany"
502
 
 
 
 
 
503
  #: includes/design/background.php:91
504
  msgid "Background Settings"
505
  msgstr "Ustawienia tła"
506
 
507
  #: includes/design/background.php:109
508
+ msgid "No Background Selected"
509
  msgstr "Nie wybrano tła"
510
 
511
  #: includes/design/background.php:113
512
  msgid "Background SlideShow"
513
  msgstr "Tło jako pokaz slajdów"
514
 
 
 
 
 
515
  #: includes/design/background.php:196
516
  msgid "Cover or Strech"
517
  msgstr "Pokryj lub rozciągnij"
518
 
519
+ #: includes/design/background.php:260
520
  msgid "Background Attachment"
521
  msgstr "Dostosowywanie tła"
522
 
523
+ #: includes/design/background.php:266
524
  msgid "Fixed"
525
  msgstr "Dopasuj"
526
 
527
+ #: includes/design/background.php:267
528
  msgid "Scroll"
529
  msgstr "Scroll"
530
 
531
+ #: includes/design/background.php:268
532
  msgid "Inherit"
533
  msgstr "Inherit"
534
 
535
+ #: includes/design/background.php:287 includes/design/background.php:309
536
  msgid "No. Of Background Slideshow"
537
  msgstr "Nr pokazu slajdów (tło)"
538
 
539
+ #: includes/design/background.php:293
540
  msgid "Select Number of Slide Show"
541
  msgstr "Wybierz nr pokazu slajdów"
542
 
543
+ #: includes/design/background.php:294
544
  msgid "2"
545
  msgstr "2"
546
 
547
+ #: includes/design/background.php:295
548
  msgid "3"
549
  msgstr "3"
550
 
551
+ #: includes/design/background.php:296
552
  msgid "4"
553
  msgstr "4"
554
 
555
+ #: includes/design/background.php:297
556
  msgid "5"
557
  msgstr "5"
558
 
559
+ #: includes/design/background.php:298
560
  msgid "6"
561
  msgstr "6"
562
 
563
+ #: includes/design/background.php:339
564
  msgid "Slider Animation"
565
  msgstr "Slider Animation"
566
 
567
+ #: includes/design/background.php:346
568
  msgid "Slider Animation 1"
569
  msgstr "Slider Animation 1"
570
 
571
+ #: includes/design/background.php:347
572
  msgid "Slider Animation 2"
573
  msgstr "Slider Animation 2"
574
 
575
+ #: includes/design/background.php:348
576
  msgid "Slider Animation 3"
577
  msgstr "Slider Animation 3"
578
 
579
+ #: includes/design/background.php:349
580
  msgid "Slider Animation 4"
581
  msgstr "Slider Animation 4"
582
 
583
+ #: includes/design/background.php:368 includes/design/background.php:383
584
+ msgid "Top Background"
585
+ msgstr "Top Tła"
586
 
587
  #: includes/design/text_and_color.php:89
588
  msgid "Text And Color Settings"
658
 
659
  #: includes/design/text_and_color.php:2594
660
  #: includes/design/text_and_color.php:2609
661
+ msgid "Text and Color"
662
+ msgstr "Tekst i kolor"
663
 
664
  #: includes/help/help.php:28
665
  msgid "View Support Docs or Open a Ticket"
694
  "podziel się nimi z nami. Zrobimy wszystko aby dodać je do naszej wtyczki."
695
 
696
  #: includes/help/help.php:80
697
+ msgid "Language Contribution"
698
+ msgstr "Wsparcie jezyków"
699
 
700
  #: includes/help/help.php:85
701
+ msgid "Translate this plugin into your language"
702
+ msgstr "Przetłumacz ten plugin na swój jezyk"
703
 
704
  #: includes/help/help.php:86
705
+ msgid "Question : How to convert Plguin into My Language?"
706
+ msgstr "Pytanie : Jak przetłumaczyć tą wtyczkę na mój jezyk?"
707
 
708
  #: includes/help/help.php:87
709
  msgid "here is solution"
718
  "Wordpressie. Jesli ci sie podoba to prosimy oceń nas"
719
 
720
  #: includes/import-export-setting/import_export.php:13
721
+ msgid "Export Custom Login Data"
722
+ msgstr "Eksportuj ustawienia Custom Login"
723
 
724
  #: includes/import-export-setting/import_export.php:18
725
  msgid ""
729
  "Eksportuj ustawienia wtyczki jako plik .json. Pozwoli Ci do w łatwy sposób "
730
  "przenieść ustawienia do innej strony."
731
 
732
+ #: includes/import-export-setting/import_export.php:23
733
+ msgid "Export"
734
+ msgstr ""
735
+
736
  #: includes/import-export-setting/import_export.php:37
737
+ msgid "Import Custom Login Data"
738
+ msgstr "Importuj ustawienia Custom Login"
739
 
740
  #: includes/import-export-setting/import_export.php:42
741
  msgid ""
746
  "przenieść ustawienia wyeksporotwane z innej strony używającej tego "
747
  "rozwiązania."
748
 
749
+ #: includes/import-export-setting/import_export.php:50
750
+ msgid "Import"
751
+ msgstr ""
752
 
753
  #. translators: 1: The rating
754
+ #: includes/recommendations/recommendations.php:75
755
  #, php-format
756
  msgid "%s rating"
757
  msgstr "%s ocen"
758
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
759
  #: includes/settings/page-settings.php:62
760
+ #: includes/settings/page-settings.php:168
761
+ #: includes/settings/page-settings.php:182
762
  msgid "Logo"
763
  msgstr "Logo"
764
 
780
  msgid "Logo URL Title"
781
  msgstr "Tytuł Logo URL"
782
 
 
 
 
 
 
783
  #: includes/social/social.php:33
784
  msgid "Enable Social Icons"
785
  msgstr "Włącz ikony społecznościowe"
865
  msgstr "Linkedin"
866
 
867
  #: includes/social/social.php:166
868
+ msgid "Google Plus"
869
+ msgstr "Google Plus"
870
 
871
  #: includes/social/social.php:167
872
  msgid "Pinterest"
909
  msgstr ""
910
 
911
  #: includes/social/social.php:193 includes/social/social.php:207
912
+ msgid "Social"
913
+ msgstr "Social"
914
+
915
+ #~ msgid "preview"
916
+ #~ msgstr "podgląd"
917
+
918
+ #~ msgid "Plugin Recommendation"
919
+ #~ msgstr "Polecane wtyczki"
920
+
921
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
922
+ #~ msgstr "Get More Free Wordpress Plguins From Weblizar"
923
+
924
+ #~ msgid "More Details"
925
+ #~ msgstr "More Details"
926
+
927
+ #~ msgid "Install Now"
928
+ #~ msgstr "Install Now"
929
+
930
+ #~ msgid "Update Now"
931
+ #~ msgstr "Update Now"
932
+
933
+ #~ msgid "By"
934
+ #~ msgstr "By"
935
+
936
+ #~ msgid "Premium Editions"
937
+ #~ msgstr "Premium Editions"
938
+
939
+ #~ msgid "Visit Website"
940
+ #~ msgstr "Visit Website"
941
+
942
+ #~ msgid "Last Updated:"
943
+ #~ msgstr "Last Updated:"
944
+
945
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
946
+ #~ msgstr "<strong>Untested</strong> with your version of WordPress"
947
+
948
+ #~ msgid "Incompatible with your version of WordPress"
949
+ #~ msgstr "Incompatible with your version of WordPress"
950
+
951
+ #~ msgid "Compatible with your version of WordPress"
952
+ #~ msgstr "Compatible with your version of WordPress"
953
+
954
+ #~ msgid "Dashboard "
955
+ #~ msgstr "Kokpit "
956
+
957
+ #~ msgid "Logo "
958
+ #~ msgstr "Logo "
959
 
960
  #~ msgid "Contact Us:"
961
  #~ msgstr "Napisz do nas :"
languages/admin-custom-login-pt_BR.mo ADDED
Binary file
languages/admin-custom-login-pt_BR.po ADDED
@@ -0,0 +1,4061 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: \n"
4
+ "POT-Creation-Date: 2018-01-31 15:34+0530\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=ISO-8859-1\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.0.6\n"
13
+ "X-Poedit-Basepath: .\n"
14
+ "X-Poedit-KeywordsList: _e;__\n"
15
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+
18
+ #: admin-custom-login.php:157 admin-custom-login.php:163
19
+ msgid "User Name"
20
+ msgstr "Nome de Usuário"
21
+
22
+ #: admin-custom-login.php:158 admin-custom-login.php:164
23
+ msgid "Password"
24
+ msgstr "Senha"
25
+
26
+ #: admin-custom-login.php:174
27
+ msgid "Find Us On Social Media"
28
+ msgstr "Encontre-nos nas Mídias Sociais"
29
+
30
+ #: admin-custom-login.php:429
31
+ msgid "Please upload a valid .json file"
32
+ msgstr "Por favor, envie um arquivo .json válido"
33
+
34
+ #: admin-custom-login.php:435
35
+ msgid "Please upload a file to import"
36
+ msgstr ""
37
+
38
+ #: includes/Login-form-setting/Login-form-background.php:175
39
+ msgid "Login Settings"
40
+ msgstr "Configurações de Logotipo"
41
+
42
+ #: includes/Login-form-setting/Login-form-background.php:188
43
+ msgid "Login Form Position"
44
+ msgstr "Largura do Formulário de Login"
45
+
46
+ #: includes/Login-form-setting/Login-form-background.php:194
47
+ msgid "Default"
48
+ msgstr "Padrão"
49
+
50
+ #: includes/Login-form-setting/Login-form-background.php:195
51
+ msgid "Floating"
52
+ msgstr "Flutuando"
53
+
54
+ #: includes/Login-form-setting/Login-form-background.php:196
55
+ msgid "Floating With Customization"
56
+ msgstr "Etiqueta com CSS Personalizado"
57
+
58
+ #: includes/Login-form-setting/Login-form-background.php:207
59
+ msgid "Float Settings"
60
+ msgstr "Configurações de Fonte"
61
+
62
+ #: includes/Login-form-setting/Login-form-background.php:213
63
+ msgid "Left"
64
+ msgstr "Esquerda Topo"
65
+
66
+ #: includes/Login-form-setting/Login-form-background.php:216
67
+ msgid "Center"
68
+ msgstr "Centro Topo"
69
+
70
+ #: includes/Login-form-setting/Login-form-background.php:219
71
+ msgid "Right"
72
+ msgstr "Direita"
73
+
74
+ #: includes/Login-form-setting/Login-form-background.php:229
75
+ msgid "Floating With Customization Settings"
76
+ msgstr "Flutuando com Configurações de Personalização"
77
+
78
+ #: includes/Login-form-setting/Login-form-background.php:250
79
+ msgid "Note: This form position setting will be not responsive."
80
+ msgstr ""
81
+
82
+ #: includes/Login-form-setting/Login-form-background.php:260
83
+ #: includes/design/background.php:103 includes/design/background.php:110
84
+ msgid "Select Background"
85
+ msgstr "Escolha um fundo"
86
+
87
+ #: includes/Login-form-setting/Login-form-background.php:266
88
+ msgid "Select background"
89
+ msgstr "Escolha um fundo"
90
+
91
+ #: includes/Login-form-setting/Login-form-background.php:267
92
+ #: includes/design/background.php:111
93
+ msgid "Static Background Color"
94
+ msgstr "Cor de fundo estática"
95
+
96
+ #: includes/Login-form-setting/Login-form-background.php:268
97
+ #: includes/design/background.php:112
98
+ msgid "Static Background Image"
99
+ msgstr "Imagem de Fundo"
100
+
101
+ #: includes/Login-form-setting/Login-form-background.php:284
102
+ #: includes/design/background.php:131
103
+ msgid "Background Color"
104
+ msgstr "Cor de Fundo"
105
+
106
+ #: includes/Login-form-setting/Login-form-background.php:299
107
+ msgid "Login Form Opacity"
108
+ msgstr "Largura do Formulário de Login"
109
+
110
+ #: includes/Login-form-setting/Login-form-background.php:321
111
+ #: includes/design/background.php:153 includes/design/background.php:172
112
+ msgid "Background Image"
113
+ msgstr "Imagem de Fundo"
114
+
115
+ #: includes/Login-form-setting/Login-form-background.php:326
116
+ #: includes/design/background.php:158 includes/settings/page-settings.php:67
117
+ msgid "No media selected!"
118
+ msgstr "Nenhuma mídia selecionada!"
119
+
120
+ #: includes/Login-form-setting/Login-form-background.php:327
121
+ #: includes/design/background.php:160 includes/settings/page-settings.php:68
122
+ msgid "Upload"
123
+ msgstr "Enviar"
124
+
125
+ #: includes/Login-form-setting/Login-form-background.php:329
126
+ #: includes/design/background.php:162 includes/settings/page-settings.php:70
127
+ msgid "Preview"
128
+ msgstr "Pré-visualizar"
129
+
130
+ #: includes/Login-form-setting/Login-form-background.php:331
131
+ #: includes/design/background.php:164
132
+ msgid "Remove"
133
+ msgstr "Remover"
134
+
135
+ #: includes/Login-form-setting/Login-form-background.php:339
136
+ #: includes/settings/page-settings.php:78
137
+ msgid "Login Background Image"
138
+ msgstr "Imagem de Fundo"
139
+
140
+ #: includes/Login-form-setting/Login-form-background.php:345
141
+ #: includes/Login-form-setting/Login-form-background.php:592
142
+ #: includes/Login-form-setting/Login-form-background.php:606
143
+ #: includes/dashboard/dashboard.php:70 includes/dashboard/dashboard.php:84
144
+ #: includes/design/background.php:180 includes/design/background.php:368
145
+ #: includes/design/background.php:383 includes/design/text_and_color.php:2594
146
+ #: includes/design/text_and_color.php:2609
147
+ #: includes/settings/page-settings.php:84
148
+ #: includes/settings/page-settings.php:168
149
+ #: includes/settings/page-settings.php:182 includes/social/social.php:193
150
+ #: includes/social/social.php:207
151
+ msgid "Close"
152
+ msgstr "Fechar"
153
+
154
+ #: includes/Login-form-setting/Login-form-background.php:360
155
+ #: includes/design/background.php:213
156
+ msgid "Background Repeat"
157
+ msgstr "Repetir Fundo"
158
+
159
+ #: includes/Login-form-setting/Login-form-background.php:366
160
+ #: includes/design/background.php:219
161
+ msgid "No Repeat"
162
+ msgstr "Não Repetir"
163
+
164
+ #: includes/Login-form-setting/Login-form-background.php:367
165
+ #: includes/design/background.php:220
166
+ msgid "Repeat"
167
+ msgstr "Repetir"
168
+
169
+ #: includes/Login-form-setting/Login-form-background.php:368
170
+ #: includes/design/background.php:221
171
+ msgid "Repeat Horizontally"
172
+ msgstr "Repetir Horizontalmente"
173
+
174
+ #: includes/Login-form-setting/Login-form-background.php:369
175
+ #: includes/design/background.php:222
176
+ msgid "Repeat Vertically"
177
+ msgstr "Repetir Verticalmente"
178
+
179
+ #: includes/Login-form-setting/Login-form-background.php:380
180
+ #: includes/design/background.php:234
181
+ msgid "Background Position"
182
+ msgstr "Posição do Fundo"
183
+
184
+ #: includes/Login-form-setting/Login-form-background.php:386
185
+ #: includes/design/background.php:240
186
+ msgid "Left Top"
187
+ msgstr "Esquerda Topo"
188
+
189
+ #: includes/Login-form-setting/Login-form-background.php:387
190
+ #: includes/design/background.php:241
191
+ msgid "Left Center"
192
+ msgstr "Esquerda Centro"
193
+
194
+ #: includes/Login-form-setting/Login-form-background.php:388
195
+ #: includes/design/background.php:242
196
+ msgid "Left Bottom"
197
+ msgstr "Esquerda Inferior"
198
+
199
+ #: includes/Login-form-setting/Login-form-background.php:389
200
+ #: includes/design/background.php:243
201
+ msgid "Right Top"
202
+ msgstr "Direita Topo"
203
+
204
+ #: includes/Login-form-setting/Login-form-background.php:390
205
+ #: includes/design/background.php:244
206
+ msgid "Right Center"
207
+ msgstr "Direita Centro"
208
+
209
+ #: includes/Login-form-setting/Login-form-background.php:391
210
+ #: includes/design/background.php:245
211
+ msgid "Right Bottom"
212
+ msgstr "Direita Inferior"
213
+
214
+ #: includes/Login-form-setting/Login-form-background.php:392
215
+ #: includes/design/background.php:246
216
+ msgid "Center Top"
217
+ msgstr "Centro Topo"
218
+
219
+ #: includes/Login-form-setting/Login-form-background.php:393
220
+ #: includes/design/background.php:247
221
+ msgid "Center Center"
222
+ msgstr "Centro Centro"
223
+
224
+ #: includes/Login-form-setting/Login-form-background.php:394
225
+ #: includes/design/background.php:248
226
+ msgid "Center Bottom"
227
+ msgstr "Centro Inferior"
228
+
229
+ #: includes/Login-form-setting/Login-form-background.php:406
230
+ msgid "Background Effect"
231
+ msgstr "Efeito de Fundo"
232
+
233
+ #: includes/Login-form-setting/Login-form-background.php:412
234
+ msgid "Select overlay effect"
235
+ msgstr "Selecione efeito de sobreposição"
236
+
237
+ #: includes/Login-form-setting/Login-form-background.php:413
238
+ msgid "No Overlay Effect"
239
+ msgstr "Sem Efeito de Sobreposição"
240
+
241
+ #: includes/Login-form-setting/Login-form-background.php:414
242
+ msgid "Overlay Effect 1"
243
+ msgstr "Efeito de Sobreposição 1"
244
+
245
+ #: includes/Login-form-setting/Login-form-background.php:415
246
+ msgid "Overlay Effect 2"
247
+ msgstr "Efeito de Sobreposição 2"
248
+
249
+ #: includes/Login-form-setting/Login-form-background.php:416
250
+ msgid "Overlay Effect 3"
251
+ msgstr "Efeito de Sobreposição 3"
252
+
253
+ #: includes/Login-form-setting/Login-form-background.php:429
254
+ msgid "Login Form Width"
255
+ msgstr "Largura do Formulário de Login"
256
+
257
+ #: includes/Login-form-setting/Login-form-background.php:446
258
+ msgid "Border Color"
259
+ msgstr "Cor da Borda"
260
+
261
+ #: includes/Login-form-setting/Login-form-background.php:461
262
+ msgid "Border Radius"
263
+ msgstr "Borda Arredondada"
264
+
265
+ #: includes/Login-form-setting/Login-form-background.php:478
266
+ msgid "Border Style"
267
+ msgstr "Estilo da Borda"
268
+
269
+ #: includes/Login-form-setting/Login-form-background.php:484
270
+ msgid "None"
271
+ msgstr "Nenhum"
272
+
273
+ #: includes/Login-form-setting/Login-form-background.php:485
274
+ msgid "Solid"
275
+ msgstr "Sólida"
276
+
277
+ #: includes/Login-form-setting/Login-form-background.php:486
278
+ msgid "Dotted"
279
+ msgstr "Pontilhada"
280
+
281
+ #: includes/Login-form-setting/Login-form-background.php:487
282
+ msgid "Dashed"
283
+ msgstr "Tracejada"
284
+
285
+ #: includes/Login-form-setting/Login-form-background.php:488
286
+ msgid "Double"
287
+ msgstr "Dupla"
288
+
289
+ #: includes/Login-form-setting/Login-form-background.php:499
290
+ msgid "Border Thickness"
291
+ msgstr "Espessura da Borda"
292
+
293
+ #: includes/Login-form-setting/Login-form-background.php:516
294
+ msgid "Enable Form Shadow?"
295
+ msgstr "Habilitar sobra do formulário?"
296
+
297
+ #: includes/Login-form-setting/Login-form-background.php:522
298
+ #: includes/design/background.php:201 includes/design/text_and_color.php:244
299
+ #: includes/design/text_and_color.php:2531
300
+ msgid "Yes"
301
+ msgstr "Sim"
302
+
303
+ #: includes/Login-form-setting/Login-form-background.php:525
304
+ #: includes/design/text_and_color.php:247
305
+ #: includes/design/text_and_color.php:2534
306
+ msgid "No"
307
+ msgstr "Não"
308
+
309
+ #: includes/Login-form-setting/Login-form-background.php:536
310
+ msgid "Form Shadow Color"
311
+ msgstr "Cor da Sombra do Formulário"
312
+
313
+ #: includes/Login-form-setting/Login-form-background.php:551
314
+ msgid "Redirect Users After Login (Not Work For Admin)"
315
+ msgstr ""
316
+ "Redirecionar usuários após o login (não funciona para o administrador)"
317
+
318
+ #: includes/Login-form-setting/Login-form-background.php:556
319
+ msgid "Redirect URL"
320
+ msgstr ""
321
+
322
+ #: includes/Login-form-setting/Login-form-background.php:557
323
+ msgid ""
324
+ "Enter the URL to redirect users after login, Setting will not work for an "
325
+ "administrator."
326
+ msgstr ""
327
+
328
+ #: includes/Login-form-setting/Login-form-background.php:567
329
+ #: includes/Login-form-setting/Login-form-background.php:572
330
+ msgid "Custom CSS"
331
+ msgstr "Personalizar CSS"
332
+
333
+ #: includes/Login-form-setting/Login-form-background.php:574
334
+ msgid "Enter any custom css you want to apply on login panel."
335
+ msgstr ""
336
+ "Digite qualquer css personalizado que você deseja aplicar no painel de "
337
+ "entrada."
338
+
339
+ #: includes/Login-form-setting/Login-form-background.php:575
340
+ msgid "Note: Please Do Not Use"
341
+ msgstr "Nota: Por favor não usar"
342
+
343
+ #: includes/Login-form-setting/Login-form-background.php:575
344
+ msgid "Tag With Custom CSS"
345
+ msgstr "Etiqueta com CSS Personalizado"
346
+
347
+ #: includes/Login-form-setting/Login-form-background.php:592
348
+ #: includes/Login-form-setting/Login-form-background.php:606
349
+ msgid "Login"
350
+ msgstr "Entrar"
351
+
352
+ #: includes/Login-form-setting/Login-form-background.php:592
353
+ #: includes/dashboard/dashboard.php:70 includes/design/background.php:368
354
+ #: includes/design/text_and_color.php:2594
355
+ #: includes/settings/page-settings.php:168 includes/social/social.php:193
356
+ msgid "Setting Save Successfully"
357
+ msgstr "Configurações Salvas com Sucesso"
358
+
359
+ #: includes/Login-form-setting/Login-form-background.php:606
360
+ #: includes/dashboard/dashboard.php:84 includes/design/background.php:383
361
+ #: includes/design/text_and_color.php:2609
362
+ #: includes/settings/page-settings.php:182 includes/social/social.php:207
363
+ msgid "Setting Reset Successfully"
364
+ msgstr "Configurações Restauradas com Sucesso"
365
+
366
+ #: includes/Login-form-setting/Login-form-background.php:613
367
+ #: includes/dashboard/dashboard.php:91 includes/design/background.php:391
368
+ #: includes/design/text_and_color.php:2617
369
+ #: includes/settings/page-settings.php:189 includes/social/social.php:214
370
+ msgid "Save Changes"
371
+ msgstr "Salvar Configurações"
372
+
373
+ #: includes/Login-form-setting/Login-form-background.php:616
374
+ #: includes/dashboard/dashboard.php:94 includes/design/background.php:394
375
+ #: includes/design/text_and_color.php:2620
376
+ #: includes/settings/page-settings.php:192 includes/social/social.php:217
377
+ msgid "Reset Default"
378
+ msgstr "Restaurar Padrões"
379
+
380
+ #: includes/content.php:28
381
+ msgid "Admin Custom Login"
382
+ msgstr "Personalizar Login de Administrador"
383
+
384
+ #: includes/content.php:63
385
+ msgid "Powered By"
386
+ msgstr "Criado Por"
387
+
388
+ #: includes/content.php:65
389
+ msgid "Weblizar"
390
+ msgstr "Weblizar"
391
+
392
+ #: includes/content.php:69
393
+ msgid "Show Us Some Love (Rate Us)"
394
+ msgstr "Mostre-nos Algum Amor (Avalie-nos)"
395
+
396
+ #: includes/content.php:85 includes/dashboard/dashboard.php:70
397
+ #: includes/dashboard/dashboard.php:84
398
+ msgid "Dashboard"
399
+ msgstr "Painel de Controle"
400
+
401
+ #: includes/content.php:86
402
+ msgid "Application overview"
403
+ msgstr "Resumo de aplicações"
404
+
405
+ #: includes/content.php:95
406
+ msgid "Background Design"
407
+ msgstr "Design de Fundo"
408
+
409
+ #: includes/content.php:96
410
+ msgid "Modify Background design here"
411
+ msgstr "Modificar o design do fundo aqui"
412
+
413
+ #: includes/content.php:106
414
+ msgid "Login form Setting"
415
+ msgstr "Configurações do formulário de Login"
416
+
417
+ #: includes/content.php:107
418
+ msgid "Modify Login design here"
419
+ msgstr "Modificar design do Login aqui"
420
+
421
+ #: includes/content.php:117
422
+ msgid "Font Setting"
423
+ msgstr "Configurações de Fonte"
424
+
425
+ #: includes/content.php:118
426
+ msgid "Modify Login Form Style here"
427
+ msgstr "Modificar Estilo do Formulário de Login aqui"
428
+
429
+ #: includes/content.php:128 includes/settings/page-settings.php:50
430
+ msgid "Logo Settings"
431
+ msgstr "Configurações de Logotipo"
432
+
433
+ #: includes/content.php:129
434
+ msgid "Customize Logo Settings here"
435
+ msgstr "Personalize as Configurações de Logotipo aqui"
436
+
437
+ #: includes/content.php:140 includes/social/social.php:21
438
+ msgid "Social Settings"
439
+ msgstr "Configurações Sociais"
440
+
441
+ #: includes/content.php:141
442
+ msgid "Connect with your social profile"
443
+ msgstr "Conectar com seu perfil social"
444
+
445
+ #: includes/content.php:151
446
+ msgid "Export / Import"
447
+ msgstr "Exportar / Importar"
448
+
449
+ #: includes/content.php:152
450
+ msgid "Export / Import Your Data"
451
+ msgstr "Exportar / Importar Seus Dados"
452
+
453
+ #: includes/content.php:161
454
+ msgid "Recommendations"
455
+ msgstr "Recomendações"
456
+
457
+ #: includes/content.php:162
458
+ msgid "Get More Free Useful Plugins"
459
+ msgstr "Obter Mais Plugins Úteis Gratuitos"
460
+
461
+ #: includes/content.php:171 includes/help/help.php:15
462
+ msgid "Help And Support"
463
+ msgstr "Ajuda e Suporte"
464
+
465
+ #: includes/content.php:172
466
+ msgid "Ask your query"
467
+ msgstr "Faça sua consulta"
468
+
469
+ #: includes/content.php:181
470
+ msgid "Please rate us"
471
+ msgstr "Por favor, classifique-nos"
472
+
473
+ #: includes/content.php:182
474
+ msgid "If you like us"
475
+ msgstr "Se você gosta de nós"
476
+
477
+ #: includes/dashboard/dashboard.php:15
478
+ msgid "Admin Custom Login Dashboard"
479
+ msgstr "Personalizar Painel de Controle do Login de Administrador"
480
+
481
+ #: includes/dashboard/dashboard.php:27
482
+ msgid "Admin Custom Login Status"
483
+ msgstr "Estado do Admin Custom Login"
484
+
485
+ #: includes/dashboard/dashboard.php:33
486
+ msgid "Disable"
487
+ msgstr "Desabilitado"
488
+
489
+ #: includes/dashboard/dashboard.php:36
490
+ msgid "Enable"
491
+ msgstr "Habilitado"
492
+
493
+ #: includes/dashboard/dashboard.php:47
494
+ msgid "View Login Page"
495
+ msgstr "Visualizar Página de Login"
496
+
497
+ #: includes/dashboard/dashboard.php:52
498
+ msgid "Copy below link and open in another browser where you are not logged in"
499
+ msgstr ""
500
+ "Copiar link abaixo e abrir em outro navegador onde você não está conectado"
501
+
502
+ #: includes/design/background.php:91
503
+ msgid "Background Settings"
504
+ msgstr "Configurações de Fundo"
505
+
506
+ #: includes/design/background.php:109
507
+ msgid "No Background Selected"
508
+ msgstr "Nenhum fundo Selecionado"
509
+
510
+ #: includes/design/background.php:113
511
+ msgid "Background SlideShow"
512
+ msgstr "Fundo em SlideShow"
513
+
514
+ #: includes/design/background.php:196
515
+ msgid "Cover or Strech"
516
+ msgstr "Cobrir ou Esticar"
517
+
518
+ #: includes/design/background.php:260
519
+ msgid "Background Attachment"
520
+ msgstr "Fundo Anexado"
521
+
522
+ #: includes/design/background.php:266
523
+ msgid "Fixed"
524
+ msgstr "Fixo"
525
+
526
+ #: includes/design/background.php:267
527
+ msgid "Scroll"
528
+ msgstr "Rolar"
529
+
530
+ #: includes/design/background.php:268
531
+ msgid "Inherit"
532
+ msgstr "Herdar"
533
+
534
+ #: includes/design/background.php:287 includes/design/background.php:309
535
+ msgid "No. Of Background Slideshow"
536
+ msgstr "Nenhum. Fundo em SlideShow"
537
+
538
+ #: includes/design/background.php:293
539
+ msgid "Select Number of Slide Show"
540
+ msgstr "Selecione o Número de Slides"
541
+
542
+ #: includes/design/background.php:294
543
+ msgid "2"
544
+ msgstr "2"
545
+
546
+ #: includes/design/background.php:295
547
+ msgid "3"
548
+ msgstr "3"
549
+
550
+ #: includes/design/background.php:296
551
+ msgid "4"
552
+ msgstr "4"
553
+
554
+ #: includes/design/background.php:297
555
+ msgid "5"
556
+ msgstr "5"
557
+
558
+ #: includes/design/background.php:298
559
+ msgid "6"
560
+ msgstr "6"
561
+
562
+ #: includes/design/background.php:339
563
+ msgid "Slider Animation"
564
+ msgstr "Animação do Slide"
565
+
566
+ #: includes/design/background.php:346
567
+ msgid "Slider Animation 1"
568
+ msgstr "Slide Animação 1"
569
+
570
+ #: includes/design/background.php:347
571
+ msgid "Slider Animation 2"
572
+ msgstr "Slide Animação 2"
573
+
574
+ #: includes/design/background.php:348
575
+ msgid "Slider Animation 3"
576
+ msgstr "Slide Animação 3"
577
+
578
+ #: includes/design/background.php:349
579
+ msgid "Slider Animation 4"
580
+ msgstr "Slide Animação 4"
581
+
582
+ #: includes/design/background.php:368 includes/design/background.php:383
583
+ msgid "Top Background"
584
+ msgstr "Fundo do Topo"
585
+
586
+ #: includes/design/text_and_color.php:89
587
+ msgid "Text And Color Settings"
588
+ msgstr "Configurações de Texto e Cores"
589
+
590
+ #: includes/design/text_and_color.php:102
591
+ msgid "Headline Font Color"
592
+ msgstr "Cor da Fonte do Título"
593
+
594
+ #: includes/design/text_and_color.php:118
595
+ msgid "Input Font Color"
596
+ msgstr "Cor da Fonte de Entrada"
597
+
598
+ #: includes/design/text_and_color.php:134
599
+ msgid "Link Color"
600
+ msgstr "Cor do Link"
601
+
602
+ #: includes/design/text_and_color.php:150
603
+ msgid "Button Color"
604
+ msgstr "Cor do Botão"
605
+
606
+ #: includes/design/text_and_color.php:166
607
+ msgid "Headline Font size"
608
+ msgstr "Tamanho da Fonte do Título"
609
+
610
+ #: includes/design/text_and_color.php:184
611
+ msgid "Input Font Size"
612
+ msgstr "Tamanho da Fonte de Entrada"
613
+
614
+ #: includes/design/text_and_color.php:202
615
+ msgid "Link Font Size"
616
+ msgstr "Tamanho da Fonte do Link"
617
+
618
+ #: includes/design/text_and_color.php:220
619
+ msgid "Button Font Size"
620
+ msgstr "Tamanho da Fonte do Botão"
621
+
622
+ #: includes/design/text_and_color.php:238
623
+ msgid "Enable Link shadow?"
624
+ msgstr "Habilitar sombra nos Links?"
625
+
626
+ #: includes/design/text_and_color.php:259
627
+ msgid "Link Shadow Color"
628
+ msgstr "Cor da Sombra do Link"
629
+
630
+ #: includes/design/text_and_color.php:275
631
+ msgid "Headline Font Style"
632
+ msgstr "Estilo da Fonte do Título"
633
+
634
+ #: includes/design/text_and_color.php:837
635
+ msgid "Input Font Style"
636
+ msgstr "Estilo da Fonte de Entrada"
637
+
638
+ #: includes/design/text_and_color.php:1399
639
+ msgid "Link Font Style"
640
+ msgstr "Estilo da Fonte do Link"
641
+
642
+ #: includes/design/text_and_color.php:1962
643
+ msgid "Button Font Style"
644
+ msgstr "Estilo da Fonte do Botão"
645
+
646
+ #: includes/design/text_and_color.php:2525
647
+ msgid "Enable Input Box Icon?"
648
+ msgstr "Habilitar Ícone na Caixa de Entrada?"
649
+
650
+ #: includes/design/text_and_color.php:2545
651
+ msgid "Icon For user Input Box"
652
+ msgstr "Ícone para Usuário na Caixa de Entrada"
653
+
654
+ #: includes/design/text_and_color.php:2566
655
+ msgid "Icon For Password Input Box"
656
+ msgstr "Ícone para Senha na Caixa de Entrada"
657
+
658
+ #: includes/design/text_and_color.php:2594
659
+ #: includes/design/text_and_color.php:2609
660
+ msgid "Text and Color"
661
+ msgstr "Texto e Cores"
662
+
663
+ #: includes/help/help.php:28
664
+ msgid "View Support Docs or Open a Ticket"
665
+ msgstr "Veja os Documentos de Apoio ou Abra um Ticket"
666
+
667
+ #: includes/help/help.php:38 includes/help/rate.php:15
668
+ #: includes/help/rate.php:39
669
+ msgid "Rate Us"
670
+ msgstr "Classifique-nos"
671
+
672
+ #: includes/help/help.php:44
673
+ msgid ""
674
+ "If you are enjoying using our Admin Custom Login plugin and find it useful, "
675
+ "then please consider writing a positive feedback. Your feedback will help us "
676
+ "to encourage and support the plugins continued development and better user "
677
+ "support."
678
+ msgstr ""
679
+ "Se você está desfrutando do nosso plugin de Login Personalizado do Admin e "
680
+ "encontrá-lo útil, então considere escrever um feedback positivo. Seu "
681
+ "feedback nos ajudará a incentivar e apoiar o desenvolvimento contínuo dos "
682
+ "plugins e melhor suporte ao usuário."
683
+
684
+ #: includes/help/help.php:62
685
+ msgid "Share Us Your Suggestion"
686
+ msgstr "Partilhe a Sua Sugestão"
687
+
688
+ #: includes/help/help.php:68
689
+ msgid ""
690
+ "If you have any suggestion or features in your mind then please share us. We "
691
+ "will try our best to add them in this plugin."
692
+ msgstr ""
693
+ "Se você tiver qualquer sugestão ou características em sua mente, então "
694
+ "por favor compartilhe conosco. Vamos tentar o nosso melhor para adiciona-las "
695
+ "à este plugin."
696
+
697
+ #: includes/help/help.php:80
698
+ msgid "Language Contribution"
699
+ msgstr "Contribuição de Idioma"
700
+
701
+ #: includes/help/help.php:85
702
+ msgid "Translate this plugin into your language"
703
+ msgstr "Traduzir este plug-in para o seu idioma"
704
+
705
+ #: includes/help/help.php:86
706
+ msgid "Question : How to convert Plguin into My Language?"
707
+ msgstr "Pergunta: Como converter o Plugin para Meu Idioma?"
708
+
709
+ #: includes/help/help.php:87
710
+ msgid "here is solution"
711
+ msgstr "aqui está a solução"
712
+
713
+ #: includes/help/rate.php:29
714
+ msgid ""
715
+ "We need your feedback for improve our plugin functionality on WordPress. So, "
716
+ "if you like our plugin then please rate us"
717
+ msgstr ""
718
+ "Precisamos de seus comentários para melhorar nossa funcionalidade do plug-"
719
+ "in no WordPress. Então, se você gosta do nosso plug-in, por favor, avalie-"
720
+ "nos"
721
+
722
+ #: includes/import-export-setting/import_export.php:13
723
+ msgid "Export Custom Login Data"
724
+ msgstr "Exportar Dados de Entrada Personalizados"
725
+
726
+ #: includes/import-export-setting/import_export.php:18
727
+ msgid ""
728
+ "Export the plugin settings for this site as a .json file. This allows you to "
729
+ "easily import the configuration into another site."
730
+ msgstr ""
731
+ "Exportar as configurações do plugin para este site como um arquivo .json. "
732
+ "Isso permite que você importe facilmente as configurações para outro site."
733
+
734
+ #: includes/import-export-setting/import_export.php:23
735
+ msgid "Export"
736
+ msgstr "Ajuda e Suporte"
737
+
738
+ #: includes/import-export-setting/import_export.php:37
739
+ msgid "Import Custom Login Data"
740
+ msgstr "Importar Dados de Entrada Personalizados"
741
+
742
+ #: includes/import-export-setting/import_export.php:42
743
+ msgid ""
744
+ "Import the plugin settings from a .json file. This file can be obtained by "
745
+ "exporting the settings on another site using the form above."
746
+ msgstr ""
747
+ "Importar as configurações do plugin de um arquivo .json. Este arquivo pode "
748
+ "ser obtido através da exportação das configurações em outro site usando "
749
+ "o formulário acima."
750
+
751
+ #: includes/import-export-setting/import_export.php:50
752
+ msgid "Import"
753
+ msgstr "Ajuda e Suporte"
754
+
755
+ #. translators: 1: The rating
756
+ #: includes/recommendations/recommendations.php:75
757
+ #, php-format
758
+ msgid "%s rating"
759
+ msgstr "classificação %s"
760
+
761
+ #: includes/settings/page-settings.php:62
762
+ #: includes/settings/page-settings.php:168
763
+ #: includes/settings/page-settings.php:182
764
+ msgid "Logo"
765
+ msgstr "Logotipo"
766
+
767
+ #: includes/settings/page-settings.php:98
768
+ msgid "Logo Width"
769
+ msgstr "Largura do Logotipo"
770
+
771
+ #: includes/settings/page-settings.php:115
772
+ msgid "Logo Height"
773
+ msgstr "Altura do Logotipo"
774
+
775
+ #: includes/settings/page-settings.php:132
776
+ #: includes/settings/page-settings.php:137
777
+ msgid "Logo URL"
778
+ msgstr "URL do Logotipo"
779
+
780
+ #: includes/settings/page-settings.php:147
781
+ #: includes/settings/page-settings.php:152
782
+ msgid "Logo URL Title"
783
+ msgstr "Título da URL do Logotipo"
784
+
785
+ #: includes/social/social.php:33
786
+ msgid "Enable Social Icons"
787
+ msgstr "Habilitar Ícones Sociais"
788
+
789
+ #: includes/social/social.php:39
790
+ msgid "No Icon"
791
+ msgstr "Sem Ícones"
792
+
793
+ #: includes/social/social.php:40
794
+ msgid "Inner"
795
+ msgstr "Interno"
796
+
797
+ #: includes/social/social.php:41
798
+ msgid "Outer"
799
+ msgstr "Externo"
800
+
801
+ #: includes/social/social.php:42
802
+ msgid "Both"
803
+ msgstr "Ambos"
804
+
805
+ #: includes/social/social.php:53
806
+ msgid "Social Media Icon Size"
807
+ msgstr "Tamanho do Ícone Social"
808
+
809
+ #: includes/social/social.php:59
810
+ msgid "Small"
811
+ msgstr "Pequeno"
812
+
813
+ #: includes/social/social.php:62
814
+ msgid "Medium"
815
+ msgstr "Médio"
816
+
817
+ #: includes/social/social.php:65
818
+ msgid "Large"
819
+ msgstr "Grande"
820
+
821
+ #: includes/social/social.php:76
822
+ msgid "Social Media Icon Layout"
823
+ msgstr "Layout do Ícone Social"
824
+
825
+ #: includes/social/social.php:82
826
+ msgid "Rectangle"
827
+ msgstr "Retângulo"
828
+
829
+ #: includes/social/social.php:85
830
+ msgid "Circle"
831
+ msgstr "Círculo"
832
+
833
+ #: includes/social/social.php:96
834
+ msgid "Social Media Icon Color"
835
+ msgstr "Cor do Ícone Social"
836
+
837
+ #: includes/social/social.php:111
838
+ msgid "Social Media Icon Color On Hover"
839
+ msgstr "Cor do Ícone Social Sobreposto"
840
+
841
+ #: includes/social/social.php:126
842
+ msgid "Social Media Icon Background Color"
843
+ msgstr "Cor de Fundo do Ícone Social"
844
+
845
+ #: includes/social/social.php:141
846
+ msgid "Social Media Background Color On Hover"
847
+ msgstr "Cor de Fundo do Ícone Social Sobreposto"
848
+
849
+ #: includes/social/social.php:156
850
+ msgid "Social Profiles"
851
+ msgstr "Perfis Sociais"
852
+
853
+ #: includes/social/social.php:161
854
+ msgid "Enter your social profiles complete url here"
855
+ msgstr "Entre com as url's completas dos seus perfis sociais"
856
+
857
+ #: includes/social/social.php:163
858
+ msgid "Facebook"
859
+ msgstr "Facebook"
860
+
861
+ #: includes/social/social.php:164
862
+ msgid "Twitter"
863
+ msgstr "Twitter"
864
+
865
+ #: includes/social/social.php:165
866
+ msgid "Linkedin"
867
+ msgstr "Linkedin"
868
+
869
+ #: includes/social/social.php:166
870
+ msgid "Google Plus"
871
+ msgstr "Google Plus"
872
+
873
+ #: includes/social/social.php:167
874
+ msgid "Pinterest"
875
+ msgstr "Pinterest"
876
+
877
+ #: includes/social/social.php:168
878
+ msgid "Digg"
879
+ msgstr "Digg"
880
+
881
+ #: includes/social/social.php:169
882
+ msgid "Youtube"
883
+ msgstr "Youtube"
884
+
885
+ #: includes/social/social.php:170
886
+ msgid "Flickr"
887
+ msgstr "Flickr"
888
+
889
+ #: includes/social/social.php:171
890
+ msgid "Tumblr"
891
+ msgstr "Tumblr"
892
+
893
+ #: includes/social/social.php:172
894
+ msgid "VKontakte"
895
+ msgstr "VKontakte"
896
+
897
+ #: includes/social/social.php:173
898
+ msgid "Skype"
899
+ msgstr "Skype"
900
+
901
+ #: includes/social/social.php:174
902
+ msgid "Instagram"
903
+ msgstr "Instagram"
904
+
905
+ #: includes/social/social.php:175
906
+ msgid "Telegram"
907
+ msgstr "Telegram"
908
+
909
+ #: includes/social/social.php:176
910
+ msgid "Whatsapp"
911
+ msgstr "Whatsapp"
912
+
913
+ #: includes/social/social.php:193 includes/social/social.php:207
914
+ msgid "Social"
915
+ msgstr "Social"
916
+
917
+ #, fuzzy
918
+ #~| msgid "Select Background"
919
+ #~ msgid "Select Nackground"
920
+ #~ msgstr "Escolha um fundo"
921
+
922
+ #~ msgid "No Repeat "
923
+ #~ msgstr "Não Repetir"
924
+
925
+ #~ msgid "Background Position "
926
+ #~ msgstr "Posição do Fundo "
927
+
928
+ #~ msgid "Enable form shadow?"
929
+ #~ msgstr "Habilitar sobra do formulário?"
930
+
931
+ #, fuzzy
932
+ #~| msgid "Redirect Users After Login (Not Work For Admin)"
933
+ #~ msgid "Redirect Users other than Admin"
934
+ #~ msgstr ""
935
+ #~ "Redirecionar usuários após o login (não funciona para o administrador)"
936
+
937
+ #~ msgid "Login "
938
+ #~ msgstr "Entrar "
939
+
940
+ #~ msgid "Please rate us "
941
+ #~ msgstr "Por favor, classifique-nos "
942
+
943
+ #~ msgid "Dashboard "
944
+ #~ msgstr "Painel de Controle "
945
+
946
+ #~ msgid "Top Background "
947
+ #~ msgstr "Fundo do Topo "
948
+
949
+ #~ msgid "Text and Color "
950
+ #~ msgstr "Texto e Cores "
951
+
952
+ #~ msgid "Language Contribution "
953
+ #~ msgstr "Contribuição de Idioma "
954
+
955
+ #~ msgid " Translate this plugin into your language"
956
+ #~ msgstr " Traduzir este plug-in para o seu idioma"
957
+
958
+ #~ msgid "Question : How to convert Plguin into My Language ?"
959
+ #~ msgstr "Pergunta: Como converter o Plugin para Meu Idioma?"
960
+
961
+ #~ msgid "Export Custom Login Data "
962
+ #~ msgstr "Exportar Dados de Entrada Personalizados "
963
+
964
+ #~ msgid "Import Custom Login Data "
965
+ #~ msgstr "Importar Dados de Entrada Personalizados "
966
+
967
+ #~ msgid "Plugin Recommendation"
968
+ #~ msgstr "Recomendações do Plugin"
969
+
970
+ #~ msgid "Get More Free Wordpress Plguins From Weblizar"
971
+ #~ msgstr "Obter Mais Plugins Wordpress Gratuitos de Weblizar"
972
+
973
+ #~ msgid "More Details"
974
+ #~ msgstr "Mais Detalhes"
975
+
976
+ #~ msgid "Install Now"
977
+ #~ msgstr "Instalar Agora"
978
+
979
+ #~ msgid "Update Now"
980
+ #~ msgstr "Atualizar Agora"
981
+
982
+ #~ msgid "By "
983
+ #~ msgstr "Por "
984
+
985
+ #~ msgid "Premium Editions"
986
+ #~ msgstr "Edições Premium"
987
+
988
+ #~ msgid "Visit Website"
989
+ #~ msgstr "Visite o Site"
990
+
991
+ #~ msgid "Last Updated:"
992
+ #~ msgstr "Última Atualização:"
993
+
994
+ #~ msgid "<strong>Untested</strong> with your version of WordPress"
995
+ #~ msgstr "<strong>Não testada</strong> com a sua versão do WordPress"
996
+
997
+ #~ msgid "Incompatible with your version of WordPress"
998
+ #~ msgstr "Incompatível com a sua versão do WordPress"
999
+
1000
+ #~ msgid "Compatible with your version of WordPress"
1001
+ #~ msgstr "Compatível com a sua versão do WordPress"
1002
+
1003
+ #~ msgid "Logo "
1004
+ #~ msgstr "Logotipo "
1005
+
1006
+ #~ msgid "google plus"
1007
+ #~ msgstr "Google Plus"
1008
+
1009
+ #~ msgid "Social "
1010
+ #~ msgstr "Social "
1011
+
1012
+ #, fuzzy
1013
+ #~| msgid "By "
1014
+ #~ msgid "By"
1015
+ #~ msgstr "Por "
1016
+
1017
+ #, fuzzy
1018
+ #~| msgid "Logo Settings"
1019
+ #~ msgid "Settings"
1020
+ #~ msgstr "Configurações de Logotipo"
1021
+
1022
+ #, fuzzy
1023
+ #~| msgid "Remove"
1024
+ #~ msgid "URL removed"
1025
+ #~ msgstr "Remover"
1026
+
1027
+ #, fuzzy
1028
+ #~| msgid "preview"
1029
+ #~ msgid "Overview"
1030
+ #~ msgstr "pré-visualizar"
1031
+
1032
+ #, fuzzy
1033
+ #~| msgid "Save Changes"
1034
+ #~ msgid "Change"
1035
+ #~ msgstr "Salvar Configurações"
1036
+
1037
+ #, fuzzy
1038
+ #~| msgid "Setting Save Successfully"
1039
+ #~ msgid "Appearance Saved Successfully"
1040
+ #~ msgstr "Configurações Salvas com Sucesso"
1041
+
1042
+ #, fuzzy
1043
+ #~| msgid "Custom CSS"
1044
+ #~ msgid "Custom Css Saved"
1045
+ #~ msgstr "Personalizar CSS"
1046
+
1047
+ #, fuzzy
1048
+ #~| msgid "Social Settings"
1049
+ #~ msgid " General Setting"
1050
+ #~ msgstr "Configurações Sociais"
1051
+
1052
+ #, fuzzy
1053
+ #~| msgid "More Details"
1054
+ #~ msgid " Details"
1055
+ #~ msgstr "Mais Detalhes"
1056
+
1057
+ #, fuzzy
1058
+ #~| msgid "Custom CSS"
1059
+ #~ msgid "Custom Css"
1060
+ #~ msgstr "Personalizar CSS"
1061
+
1062
+ #, fuzzy
1063
+ #~| msgid "Social Settings"
1064
+ #~ msgid "General Setting"
1065
+ #~ msgstr "Configurações Sociais"
1066
+
1067
+ #, fuzzy
1068
+ #~| msgid "Select Background"
1069
+ #~ msgid "Select color:"
1070
+ #~ msgstr "Escolha um fundo"
1071
+
1072
+ #, fuzzy
1073
+ #~| msgid "Upload"
1074
+ #~ msgid "Upload logo:"
1075
+ #~ msgstr "Enviar"
1076
+
1077
+ #, fuzzy
1078
+ #~| msgid "Logo Width"
1079
+ #~ msgid "Logo width"
1080
+ #~ msgstr "Largura do Logotipo"
1081
+
1082
+ #, fuzzy
1083
+ #~| msgid "Logo Height"
1084
+ #~ msgid "Logo height"
1085
+ #~ msgstr "Altura do Logotipo"
1086
+
1087
+ #, fuzzy
1088
+ #~| msgid "Select Background"
1089
+ #~ msgid "Select Icon"
1090
+ #~ msgstr "Escolha um fundo"
1091
+
1092
+ #, fuzzy
1093
+ #~| msgid "Social "
1094
+ #~ msgid "Social Link:"
1095
+ #~ msgstr "Social "
1096
+
1097
+ #, fuzzy
1098
+ #~| msgid "Social "
1099
+ #~ msgid "Social Link 1"
1100
+ #~ msgstr "Social "
1101
+
1102
+ #, fuzzy
1103
+ #~| msgid "Social "
1104
+ #~ msgid "Social Link 2"
1105
+ #~ msgstr "Social "
1106
+
1107
+ #, fuzzy
1108
+ #~| msgid "Social "
1109
+ #~ msgid "Social Link 3"
1110
+ #~ msgstr "Social "
1111
+
1112
+ #, fuzzy
1113
+ #~| msgid "Social "
1114
+ #~ msgid "Social Link 4"
1115
+ #~ msgstr "Social "
1116
+
1117
+ #, fuzzy
1118
+ #~| msgid "Social "
1119
+ #~ msgid "Social Link 5"
1120
+ #~ msgstr "Social "
1121
+
1122
+ #, fuzzy
1123
+ #~| msgid "More Details"
1124
+ #~ msgid "Details"
1125
+ #~ msgstr "Mais Detalhes"
1126
+
1127
+ #, fuzzy
1128
+ #~| msgid "User Name"
1129
+ #~ msgid "Service Name:"
1130
+ #~ msgstr "Nome de Usuário"
1131
+
1132
+ #, fuzzy
1133
+ #~| msgid "Custom CSS"
1134
+ #~ msgid "Customer:"
1135
+ #~ msgstr "Personalizar CSS"
1136
+
1137
+ #, fuzzy
1138
+ #~| msgid "Contact Us:"
1139
+ #~ msgid "Contact No.:"
1140
+ #~ msgstr "Contate-nos:"
1141
+
1142
+ #, fuzzy
1143
+ #~| msgid "Update Now"
1144
+ #~ msgid "Update"
1145
+ #~ msgstr "Atualizar Agora"
1146
+
1147
+ #, fuzzy
1148
+ #~| msgid "Setting Save Successfully"
1149
+ #~ msgid "Appointment Created Successfully"
1150
+ #~ msgstr "Configurações Salvas com Sucesso"
1151
+
1152
+ #, fuzzy
1153
+ #~| msgid "Floating"
1154
+ #~ msgid "Updating"
1155
+ #~ msgstr "Flutuando"
1156
+
1157
+ #, fuzzy
1158
+ #~| msgid "Setting Save Successfully"
1159
+ #~ msgid "Appointment Updated Successfully"
1160
+ #~ msgstr "Configurações Salvas com Sucesso"
1161
+
1162
+ #, fuzzy
1163
+ #~| msgid "Setting Reset Successfully"
1164
+ #~ msgid "Appointment Delete Successfully"
1165
+ #~ msgstr "Configurações Restauradas com Sucesso"
1166
+
1167
+ #, fuzzy
1168
+ #~| msgid "Floating"
1169
+ #~ msgid "Deleting"
1170
+ #~ msgstr "Flutuando"
1171
+
1172
+ #, fuzzy
1173
+ #~| msgid "Setting Save Successfully"
1174
+ #~ msgid "Mail Sent Successfully"
1175
+ #~ msgstr "Configurações Salvas com Sucesso"
1176
+
1177
+ #, fuzzy
1178
+ #~| msgid "Setting Save Successfully"
1179
+ #~ msgid "Status Updated Successfully"
1180
+ #~ msgstr "Configurações Salvas com Sucesso"
1181
+
1182
+ #, fuzzy
1183
+ #~| msgid "Please rate us "
1184
+ #~ msgid "Please select/create one"
1185
+ #~ msgstr "Por favor, classifique-nos "
1186
+
1187
+ #, fuzzy
1188
+ #~| msgid "User Name"
1189
+ #~ msgid "Customer Name"
1190
+ #~ msgstr "Nome de Usuário"
1191
+
1192
+ #, fuzzy
1193
+ #~| msgid "Contact Us:"
1194
+ #~ msgid "Contact No"
1195
+ #~ msgstr "Contate-nos:"
1196
+
1197
+ #, fuzzy
1198
+ #~| msgid "Setting Save Successfully"
1199
+ #~ msgid "Appointment Booked Successfully"
1200
+ #~ msgstr "Configurações Salvas com Sucesso"
1201
+
1202
+ #, fuzzy
1203
+ #~| msgid "Custom CSS"
1204
+ #~ msgid "Customer"
1205
+ #~ msgstr "Personalizar CSS"
1206
+
1207
+ #, fuzzy
1208
+ #~| msgid "Contact Us:"
1209
+ #~ msgid "Contact No."
1210
+ #~ msgstr "Contate-nos:"
1211
+
1212
+ #, fuzzy
1213
+ #~| msgid "Admin Custom Login Status"
1214
+ #~ msgid "Appointment Status"
1215
+ #~ msgstr "Estado do Admin Custom Login"
1216
+
1217
+ #, fuzzy
1218
+ #~| msgid "Select Background"
1219
+ #~ msgid "Select Status"
1220
+ #~ msgstr "Escolha um fundo"
1221
+
1222
+ #, fuzzy
1223
+ #~| msgid "Repeat"
1224
+ #~ msgid "Repeat:"
1225
+ #~ msgstr "Repetir"
1226
+
1227
+ #, fuzzy
1228
+ #~| msgid "Select overlay effect"
1229
+ #~ msgid "Select Staff"
1230
+ #~ msgstr "Selecione efeito de sobreposição"
1231
+
1232
+ #, fuzzy
1233
+ #~| msgid "User Name"
1234
+ #~ msgid "Customer Name:"
1235
+ #~ msgstr "Nome de Usuário"
1236
+
1237
+ #, fuzzy
1238
+ #~| msgid "Skype"
1239
+ #~ msgid "Skype Id:"
1240
+ #~ msgstr "Skype"
1241
+
1242
+ #, fuzzy
1243
+ #~| msgid "Social Profiles"
1244
+ #~ msgid "Special Notes"
1245
+ #~ msgstr "Perfis Sociais"
1246
+
1247
+ #, fuzzy
1248
+ #~| msgid "Setting Save Successfully"
1249
+ #~ msgid "Customer Created Successfully"
1250
+ #~ msgstr "Configurações Salvas com Sucesso"
1251
+
1252
+ #, fuzzy
1253
+ #~| msgid "Setting Save Successfully"
1254
+ #~ msgid "Customer Update Successfully"
1255
+ #~ msgstr "Configurações Salvas com Sucesso"
1256
+
1257
+ #, fuzzy
1258
+ #~| msgid "Setting Reset Successfully"
1259
+ #~ msgid "Customer Delete Successfully"
1260
+ #~ msgstr "Configurações Restauradas com Sucesso"
1261
+
1262
+ #, fuzzy
1263
+ #~| msgid "Admin Custom Login"
1264
+ #~ msgid "Add Customer"
1265
+ #~ msgstr "Personalizar Login de Administrador"
1266
+
1267
+ #, fuzzy
1268
+ #~| msgid "User Name"
1269
+ #~ msgid "First Name"
1270
+ #~ msgstr "Nome de Usuário"
1271
+
1272
+ #, fuzzy
1273
+ #~| msgid "User Name"
1274
+ #~ msgid "Last Name"
1275
+ #~ msgstr "Nome de Usuário"
1276
+
1277
+ #, fuzzy
1278
+ #~| msgid "Skype"
1279
+ #~ msgid "Skype Id"
1280
+ #~ msgstr "Skype"
1281
+
1282
+ #, fuzzy
1283
+ #~| msgid "Custom CSS"
1284
+ #~ msgid "Customers"
1285
+ #~ msgstr "Personalizar CSS"
1286
+
1287
+ #, fuzzy
1288
+ #~| msgid "Setting Reset Successfully"
1289
+ #~ msgid "Data Inserted Successfully"
1290
+ #~ msgstr "Configurações Restauradas com Sucesso"
1291
+
1292
+ #, fuzzy
1293
+ #~| msgid "Enable Social Icons"
1294
+ #~ msgid "Enable Email Checkbox"
1295
+ #~ msgstr "Habilitar Ícones Sociais"
1296
+
1297
+ #, fuzzy
1298
+ #~| msgid "Disable"
1299
+ #~ msgid "Variables"
1300
+ #~ msgstr "Desabilitado"
1301
+
1302
+ #, fuzzy
1303
+ #~| msgid "User Name"
1304
+ #~ msgid "Name"
1305
+ #~ msgstr "Nome de Usuário"
1306
+
1307
+ #, fuzzy
1308
+ #~| msgid "Repeat"
1309
+ #~ msgid "Repeat Day(s)"
1310
+ #~ msgstr "Repetir"
1311
+
1312
+ #, fuzzy
1313
+ #~| msgid "Repeat"
1314
+ #~ msgid "Repeat Week(s)"
1315
+ #~ msgstr "Repetir"
1316
+
1317
+ #, fuzzy
1318
+ #~| msgid "%s rating"
1319
+ #~ msgid "Creating"
1320
+ #~ msgstr "classificação %s"
1321
+
1322
+ #, fuzzy
1323
+ #~| msgid "Setting Save Successfully"
1324
+ #~ msgid "Holiday Created Successfully"
1325
+ #~ msgstr "Configurações Salvas com Sucesso"
1326
+
1327
+ #, fuzzy
1328
+ #~| msgid "Update Now"
1329
+ #~ msgid "Update Holiday"
1330
+ #~ msgstr "Atualizar Agora"
1331
+
1332
+ #, fuzzy
1333
+ #~| msgid "Setting Save Successfully"
1334
+ #~ msgid "Holiday Update Successfully"
1335
+ #~ msgstr "Configurações Salvas com Sucesso"
1336
+
1337
+ #, fuzzy
1338
+ #~| msgid "Setting Save Successfully"
1339
+ #~ msgid "Delete Successfully"
1340
+ #~ msgstr "Configurações Salvas com Sucesso"
1341
+
1342
+ #, fuzzy
1343
+ #~| msgid "Setting Reset Successfully"
1344
+ #~ msgid "Holiday Delete Successfully"
1345
+ #~ msgstr "Configurações Restauradas com Sucesso"
1346
+
1347
+ #, fuzzy
1348
+ #~| msgid "Solid"
1349
+ #~ msgid "Holiday"
1350
+ #~ msgstr "Sólida"
1351
+
1352
+ #, fuzzy
1353
+ #~| msgid "More Details"
1354
+ #~ msgid "Plugin Details"
1355
+ #~ msgstr "Mais Detalhes"
1356
+
1357
+ #, fuzzy
1358
+ #~| msgid "Select Background"
1359
+ #~ msgid "Select Icon:"
1360
+ #~ msgstr "Escolha um fundo"
1361
+
1362
+ #, fuzzy
1363
+ #~| msgid "Headline Font Color"
1364
+ #~ msgid "Select Color:"
1365
+ #~ msgstr "Cor da Fonte do Título"
1366
+
1367
+ #, fuzzy
1368
+ #~| msgid "Select Background"
1369
+ #~ msgid "Select Category"
1370
+ #~ msgstr "Escolha um fundo"
1371
+
1372
+ #, fuzzy
1373
+ #~| msgid "Setting Save Successfully"
1374
+ #~ msgid "Category Created Successfully"
1375
+ #~ msgstr "Configurações Salvas com Sucesso"
1376
+
1377
+ #, fuzzy
1378
+ #~| msgid "Setting Reset Successfully"
1379
+ #~ msgid "Category Deleted Successfully"
1380
+ #~ msgstr "Configurações Restauradas com Sucesso"
1381
+
1382
+ #, fuzzy
1383
+ #~| msgid "Setting Save Successfully"
1384
+ #~ msgid "Service Created Successfully"
1385
+ #~ msgstr "Configurações Salvas com Sucesso"
1386
+
1387
+ #, fuzzy
1388
+ #~| msgid "Setting Save Successfully"
1389
+ #~ msgid "Update Successfully"
1390
+ #~ msgstr "Configurações Salvas com Sucesso"
1391
+
1392
+ #, fuzzy
1393
+ #~| msgid "Setting Save Successfully"
1394
+ #~ msgid "Category Updated Successfully"
1395
+ #~ msgstr "Configurações Salvas com Sucesso"
1396
+
1397
+ #, fuzzy
1398
+ #~| msgid "Setting Save Successfully"
1399
+ #~ msgid "Settings Saved"
1400
+ #~ msgstr "Configurações Salvas com Sucesso"
1401
+
1402
+ #, fuzzy
1403
+ #~| msgid "Remove"
1404
+ #~ msgid "Removing"
1405
+ #~ msgstr "Remover"
1406
+
1407
+ #, fuzzy
1408
+ #~| msgid "Float Settings"
1409
+ #~ msgid "Calendar Setting"
1410
+ #~ msgstr "Configurações de Flutuação"
1411
+
1412
+ #, fuzzy
1413
+ #~| msgid "Remove"
1414
+ #~ msgid "Remove Plugin"
1415
+ #~ msgstr "Remover"
1416
+
1417
+ #, fuzzy
1418
+ #~| msgid "Font Setting"
1419
+ #~ msgid "Currency Setting"
1420
+ #~ msgstr "Configurações de Fonte"
1421
+
1422
+ #, fuzzy
1423
+ #~| msgid "Text and Color "
1424
+ #~ msgid "Theme Color"
1425
+ #~ msgstr "Texto e Cores "
1426
+
1427
+ #, fuzzy
1428
+ #~| msgid "Custom CSS"
1429
+ #~ msgid "Custom Slots"
1430
+ #~ msgstr "Personalizar CSS"
1431
+
1432
+ #, fuzzy
1433
+ #~| msgid "User Name"
1434
+ #~ msgid "Bussiness Name"
1435
+ #~ msgstr "Nome de Usuário"
1436
+
1437
+ #, fuzzy
1438
+ #~| msgid "Text and Color "
1439
+ #~ msgid "Time off Color"
1440
+ #~ msgstr "Texto e Cores "
1441
+
1442
+ #, fuzzy
1443
+ #~| msgid "Link Font Style"
1444
+ #~ msgid "Font Style"
1445
+ #~ msgstr "Estilo da Fonte do Link"
1446
+
1447
+ #, fuzzy
1448
+ #~| msgid "Please rate us "
1449
+ #~ msgid "Please Select date"
1450
+ #~ msgstr "Por favor, classifique-nos "
1451
+
1452
+ #, fuzzy
1453
+ #~| msgid "Please rate us "
1454
+ #~ msgid "Please Wait"
1455
+ #~ msgstr "Por favor, classifique-nos "
1456
+
1457
+ #, fuzzy
1458
+ #~| msgid "More Details"
1459
+ #~ msgid "3. Details"
1460
+ #~ msgstr "Mais Detalhes"
1461
+
1462
+ #, fuzzy
1463
+ #~| msgid "Please rate us "
1464
+ #~ msgid "Please Enter Username"
1465
+ #~ msgstr "Por favor, classifique-nos "
1466
+
1467
+ #, fuzzy
1468
+ #~| msgid "Please rate us "
1469
+ #~ msgid "Please Enter First Name"
1470
+ #~ msgstr "Por favor, classifique-nos "
1471
+
1472
+ #, fuzzy
1473
+ #~| msgid "Please rate us "
1474
+ #~ msgid "Please Enter Last Name"
1475
+ #~ msgstr "Por favor, classifique-nos "
1476
+
1477
+ #, fuzzy
1478
+ #~| msgid "Please rate us "
1479
+ #~ msgid "Please Enter Password"
1480
+ #~ msgstr "Por favor, classifique-nos "
1481
+
1482
+ #, fuzzy
1483
+ #~| msgid "Please rate us "
1484
+ #~ msgid "Please Enter Email"
1485
+ #~ msgstr "Por favor, classifique-nos "
1486
+
1487
+ #, fuzzy
1488
+ #~| msgid "None"
1489
+ #~ msgid "on"
1490
+ #~ msgstr "Nenhum"
1491
+
1492
+ #, fuzzy
1493
+ #~| msgid "User Name"
1494
+ #~ msgid "Username :"
1495
+ #~ msgstr "Nome de Usuário"
1496
+
1497
+ #, fuzzy
1498
+ #~| msgid "User Name"
1499
+ #~ msgid "Enter User Name"
1500
+ #~ msgstr "Nome de Usuário"
1501
+
1502
+ #, fuzzy
1503
+ #~| msgid "User Name"
1504
+ #~ msgid "Enter Name"
1505
+ #~ msgstr "Nome de Usuário"
1506
+
1507
+ #, fuzzy
1508
+ #~| msgid "Last Updated:"
1509
+ #~ msgid "Last Name :"
1510
+ #~ msgstr "Última Atualização:"
1511
+
1512
+ #, fuzzy
1513
+ #~| msgid "Password"
1514
+ #~ msgid "Password :"
1515
+ #~ msgstr "Senha"
1516
+
1517
+ #, fuzzy
1518
+ #~| msgid "Password"
1519
+ #~ msgid "Enter Password"
1520
+ #~ msgstr "Senha"
1521
+
1522
+ #, fuzzy
1523
+ #~| msgid "Skype"
1524
+ #~ msgid "Skype Id :"
1525
+ #~ msgstr "Skype"
1526
+
1527
+ #, fuzzy
1528
+ #~| msgid "Pinterest"
1529
+ #~ msgid "Enter Notes"
1530
+ #~ msgstr "Pinterest"
1531
+
1532
+ #, fuzzy
1533
+ #~| msgid "Setting Save Successfully"
1534
+ #~ msgid "Login Successfull"
1535
+ #~ msgstr "Configurações Salvas com Sucesso"
1536
+
1537
+ #, fuzzy
1538
+ #~| msgid "Rate Us"
1539
+ #~ msgid "Date :"
1540
+ #~ msgstr "Classifique-nos"
1541
+
1542
+ #, fuzzy
1543
+ #~| msgid "Skype"
1544
+ #~ msgid "Skype Id.:"
1545
+ #~ msgstr "Skype"
1546
+
1547
+ #, fuzzy
1548
+ #~| msgid "More Details"
1549
+ #~ msgid "Service Detail"
1550
+ #~ msgstr "Mais Detalhes"
1551
+
1552
+ #, fuzzy
1553
+ #~| msgid "More Details"
1554
+ #~ msgid "User Detail"
1555
+ #~ msgstr "Mais Detalhes"
1556
+
1557
+ #, fuzzy
1558
+ #~| msgid "Password"
1559
+ #~ msgid "Invalid Password"
1560
+ #~ msgstr "Senha"
1561
+
1562
+ #, fuzzy
1563
+ #~| msgid "Rate Us"
1564
+ #~ msgid "Rate it"
1565
+ #~ msgstr "Classifique-nos"
1566
+
1567
+ #, fuzzy
1568
+ #~| msgid "More Details"
1569
+ #~ msgid "Less Details"
1570
+ #~ msgstr "Mais Detalhes"
1571
+
1572
+ #, fuzzy
1573
+ #~| msgid "Social Settings"
1574
+ #~ msgid "Shortcode settings"
1575
+ #~ msgstr "Configurações Sociais"
1576
+
1577
+ #, fuzzy
1578
+ #~| msgid "Right Center"
1579
+ #~ msgid "Visit Help Center"
1580
+ #~ msgstr "Direita Centro"
1581
+
1582
+ #, fuzzy
1583
+ #~| msgid "Recommendations"
1584
+ #~ msgid "Documentation"
1585
+ #~ msgstr "Recomendações"
1586
+
1587
+ #, fuzzy
1588
+ #~| msgid "Logo URL"
1589
+ #~ msgid "Home URL"
1590
+ #~ msgstr "URL do Logotipo"
1591
+
1592
+ #, fuzzy
1593
+ #~| msgid "Upload"
1594
+ #~ msgid "Upload Plugin"
1595
+ #~ msgstr "Enviar"
1596
+
1597
+ #, fuzzy
1598
+ #~| msgid "Install Now"
1599
+ #~ msgid "Installed"
1600
+ #~ msgstr "Instalar Agora"
1601
+
1602
+ #, fuzzy
1603
+ #~| msgid "Update Now"
1604
+ #~ msgid "Update to v %s"
1605
+ #~ msgstr "Atualizar Agora"
1606
+
1607
+ #, fuzzy
1608
+ #~| msgid "Help And Support"
1609
+ #~ msgid "Send to support"
1610
+ #~ msgstr "Ajuda e Suporte"
1611
+
1612
+ #, fuzzy
1613
+ #~| msgid "Custom CSS"
1614
+ #~ msgid "Custom Code"
1615
+ #~ msgstr "Personalizar CSS"
1616
+
1617
+ #, fuzzy
1618
+ #~| msgid "Login Settings"
1619
+ #~ msgid "Miscellaneous Settings"
1620
+ #~ msgstr "Configurações de Login"
1621
+
1622
+ #, fuzzy
1623
+ #~| msgid "Float Settings"
1624
+ #~ msgid "Default Settings"
1625
+ #~ msgstr "Configurações de Flutuação"
1626
+
1627
+ #, fuzzy
1628
+ #~| msgid "Logo Settings"
1629
+ #~ msgid "Restore Settings"
1630
+ #~ msgstr "Configurações de Logotipo"
1631
+
1632
+ #, fuzzy
1633
+ #~| msgid "Export / Import"
1634
+ #~ msgid "Import / Export"
1635
+ #~ msgstr "Exportar / Importar"
1636
+
1637
+ #, fuzzy
1638
+ #~| msgid "Logo Settings"
1639
+ #~ msgid "Settings page"
1640
+ #~ msgstr "Configurações de Logotipo"
1641
+
1642
+ #, fuzzy
1643
+ #~| msgid "Login Settings"
1644
+ #~ msgid "Manage License Settings"
1645
+ #~ msgstr "Configurações de Login"
1646
+
1647
+ #, fuzzy
1648
+ #~| msgid "Logo Settings"
1649
+ #~ msgid "Restore settings"
1650
+ #~ msgstr "Configurações de Logotipo"
1651
+
1652
+ #, fuzzy
1653
+ #~| msgid "Setting Reset Successfully"
1654
+ #~ msgid "File %s edited successfully."
1655
+ #~ msgstr "Configurações Restauradas com Sucesso"
1656
+
1657
+ #, fuzzy
1658
+ #~| msgid "Recommendations"
1659
+ #~ msgid "Recommended"
1660
+ #~ msgstr "Recomendações"
1661
+
1662
+ #, fuzzy
1663
+ #~| msgid "Float Settings"
1664
+ #~ msgid "Captcha Settings"
1665
+ #~ msgstr "Configurações de Flutuação"
1666
+
1667
+ #, fuzzy
1668
+ #~| msgid "None"
1669
+ #~ msgid "one"
1670
+ #~ msgstr "Nenhum"
1671
+
1672
+ #, fuzzy
1673
+ #~| msgid "Right"
1674
+ #~ msgid "eighteen"
1675
+ #~ msgstr "Direita"
1676
+
1677
+ #, fuzzy
1678
+ #~| msgid "Logo Height"
1679
+ #~ msgid "forty eight"
1680
+ #~ msgstr "Altura do Logotipo"
1681
+
1682
+ #, fuzzy
1683
+ #~| msgid "Right"
1684
+ #~ msgid "eighty"
1685
+ #~ msgstr "Direita"
1686
+
1687
+ #, fuzzy
1688
+ #~| msgid "Right Center"
1689
+ #~ msgid "eighty one"
1690
+ #~ msgstr "Direita Centro"
1691
+
1692
+ #, fuzzy
1693
+ #~| msgid "Right Bottom"
1694
+ #~ msgid "eighty two"
1695
+ #~ msgstr "Direita Inferior"
1696
+
1697
+ #, fuzzy
1698
+ #~| msgid "Right Top"
1699
+ #~ msgid "eighty four"
1700
+ #~ msgstr "Direita Topo"
1701
+
1702
+ #, fuzzy
1703
+ #~| msgid "Logo Height"
1704
+ #~ msgid "eighty eight"
1705
+ #~ msgstr "Altura do Logotipo"
1706
+
1707
+ #, fuzzy
1708
+ #~| msgid "Right Center"
1709
+ #~ msgid "eighty nine"
1710
+ #~ msgstr "Direita Centro"
1711
+
1712
+ #, fuzzy
1713
+ #~| msgid "Please rate us "
1714
+ #~ msgid "Please enter the value."
1715
+ #~ msgstr "Por favor, classifique-nos "
1716
+
1717
+ #, fuzzy
1718
+ #~| msgid "Top Background "
1719
+ #~ msgid "No packages found"
1720
+ #~ msgstr "Fundo do Topo "
1721
+
1722
+ #, fuzzy
1723
+ #~| msgid "Login "
1724
+ #~ msgid "Login form"
1725
+ #~ msgstr "Entrar "
1726
+
1727
+ #, fuzzy
1728
+ #~| msgid "Reset Default"
1729
+ #~ msgid "WordPress default"
1730
+ #~ msgstr "Restaurar Padrões"
1731
+
1732
+ #, fuzzy
1733
+ #~| msgid "Logo Settings"
1734
+ #~ msgid "Messages Settings"
1735
+ #~ msgstr "Configurações de Logotipo"
1736
+
1737
+ #, fuzzy
1738
+ #~| msgid "Enable Custom Login"
1739
+ #~ msgid "Enable time limit"
1740
+ #~ msgstr "Habilitar Personalização de Login"
1741
+
1742
+ #, fuzzy
1743
+ #~| msgid "Update Now"
1744
+ #~ msgid "update"
1745
+ #~ msgstr "Atualizar Agora"
1746
+
1747
+ #, fuzzy
1748
+ #~| msgid "Install Now"
1749
+ #~ msgid "install"
1750
+ #~ msgstr "Instalar Agora"
1751
+
1752
+ #, fuzzy
1753
+ #~| msgid "Save Changes"
1754
+ #~ msgid "Save changes"
1755
+ #~ msgstr "Salvar Configurações"
1756
+
1757
+ #, fuzzy
1758
+ #~| msgid "Solid"
1759
+ #~ msgid "Holidays"
1760
+ #~ msgstr "Sólida"
1761
+
1762
+ #, fuzzy
1763
+ #~| msgid "Link Color"
1764
+ #~ msgid "Color"
1765
+ #~ msgstr "Cor do Link"
1766
+
1767
+ #, fuzzy
1768
+ #~| msgid "Button Color"
1769
+ #~ msgid "Designation Color"
1770
+ #~ msgstr "Cor do Botão"
1771
+
1772
+ #, fuzzy
1773
+ #~| msgid "Disable"
1774
+ #~ msgid "Available"
1775
+ #~ msgstr "Desabilitado"
1776
+
1777
+ #, fuzzy
1778
+ #~| msgid "More Details"
1779
+ #~ msgid "Holiday Details"
1780
+ #~ msgstr "Mais Detalhes"
1781
+
1782
+ #, fuzzy
1783
+ #~| msgid "Setting Save Successfully"
1784
+ #~ msgid "Holiday added successfully."
1785
+ #~ msgstr "Configurações Salvas com Sucesso"
1786
+
1787
+ #, fuzzy
1788
+ #~| msgid "User Name"
1789
+ #~ msgid "Username"
1790
+ #~ msgstr "Nome de Usuário"
1791
+
1792
+ #, fuzzy
1793
+ #~| msgid "More Details"
1794
+ #~ msgid "Staff Details"
1795
+ #~ msgstr "Mais Detalhes"
1796
+
1797
+ #, fuzzy
1798
+ #~| msgid "Setting Save Successfully"
1799
+ #~ msgid "Request added successfully."
1800
+ #~ msgstr "Configurações Salvas com Sucesso"
1801
+
1802
+ #, fuzzy
1803
+ #~| msgid "Facebook"
1804
+ #~ msgid "Facebook Page URL"
1805
+ #~ msgstr "Facebook"
1806
+
1807
+ #, fuzzy
1808
+ #~| msgid "Logo Width"
1809
+ #~ msgid "Widget Width"
1810
+ #~ msgstr "Largura do Logotipo"
1811
+
1812
+ #, fuzzy
1813
+ #~| msgid "Logo Height"
1814
+ #~ msgid "Widget Height"
1815
+ #~ msgstr "Altura do Logotipo"
1816
+
1817
+ #, fuzzy
1818
+ #~| msgid "Facebook"
1819
+ #~ msgid "Facebook App ID"
1820
+ #~ msgstr "Facebook"
1821
+
1822
+ #, fuzzy
1823
+ #~| msgid "Rate Us"
1824
+ #~ msgid "Rate Us on "
1825
+ #~ msgstr "Classifique-nos"
1826
+
1827
+ #, fuzzy
1828
+ #~| msgid "Social Settings"
1829
+ #~ msgid "Shortcode Settings"
1830
+ #~ msgstr "Configurações Sociais"
1831
+
1832
+ #, fuzzy
1833
+ #~| msgid "Incompatible with your version of WordPress"
1834
+ #~ msgid "Untested with your version of WordPress"
1835
+ #~ msgstr "Incompatível com a sua versão do WordPress"
1836
+
1837
+ #, fuzzy
1838
+ #~| msgid "Premium Editions"
1839
+ #~ msgid "Premium Themes"
1840
+ #~ msgstr "Edições Premium"
1841
+
1842
+ #, fuzzy
1843
+ #~| msgid "Premium Editions"
1844
+ #~ msgid "Premium Plugins"
1845
+ #~ msgstr "Edições Premium"
1846
+
1847
+ #, fuzzy
1848
+ #~| msgid "Save Changes"
1849
+ #~ msgid "View Changelog"
1850
+ #~ msgstr "Salvar Configurações"
1851
+
1852
+ #, fuzzy
1853
+ #~| msgid "Preview"
1854
+ #~ msgid "Previous"
1855
+ #~ msgstr "Pré-visualizar"
1856
+
1857
+ #, fuzzy
1858
+ #~| msgid "Logo URL Title"
1859
+ #~ msgid "No Title"
1860
+ #~ msgstr "Título da URL do Logotipo"
1861
+
1862
+ #, fuzzy
1863
+ #~| msgid "Enter any custom css you want to apply on login panel."
1864
+ #~ msgid "Enter any custom css you want to apply."
1865
+ #~ msgstr ""
1866
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
1867
+ #~ "entrada."
1868
+
1869
+ #, fuzzy
1870
+ #~| msgid "Note: Please Do Not Use"
1871
+ #~ msgid "Please Do Not Use"
1872
+ #~ msgstr "Nota: Por favor não usar"
1873
+
1874
+ #, fuzzy
1875
+ #~| msgid "Background Color"
1876
+ #~ msgid "Image Background Color"
1877
+ #~ msgstr "Cor de Fundo"
1878
+
1879
+ #, fuzzy
1880
+ #~| msgid "Input Font Color"
1881
+ #~ msgid "Description Font Color"
1882
+ #~ msgstr "Cor da Fonte de Entrada"
1883
+
1884
+ #, fuzzy
1885
+ #~| msgid "Button Color"
1886
+ #~ msgid "Button Font Color"
1887
+ #~ msgstr "Cor do Botão"
1888
+
1889
+ #, fuzzy
1890
+ #~| msgid "Button Font Style"
1891
+ #~ msgid "Button Title"
1892
+ #~ msgstr "Estilo da Fonte do Botão"
1893
+
1894
+ #, fuzzy
1895
+ #~| msgid "Link Font Style"
1896
+ #~ msgid "Light Box Styles"
1897
+ #~ msgstr "Estilo da Fonte do Link"
1898
+
1899
+ #, fuzzy
1900
+ #~| msgid "Enter any custom css you want to apply on login panel."
1901
+ #~ msgid "Enter any custom css you want to apply on this gallery"
1902
+ #~ msgstr ""
1903
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
1904
+ #~ "entrada."
1905
+
1906
+ #, fuzzy
1907
+ #~| msgid "Linkedin"
1908
+ #~ msgid "Link"
1909
+ #~ msgstr "Linkedin"
1910
+
1911
+ #, fuzzy
1912
+ #~| msgid "preview"
1913
+ #~ msgid "%s reviews"
1914
+ #~ msgstr "pré-visualizar"
1915
+
1916
+ #, fuzzy
1917
+ #~| msgid "Contact Us:"
1918
+ #~ msgid "Contact Support"
1919
+ #~ msgstr "Contate-nos:"
1920
+
1921
+ #, fuzzy
1922
+ #~| msgid "Contate-nos:"
1923
+ #~ msgid "Content"
1924
+ #~ msgstr "Contate-nos:"
1925
+
1926
+ #, fuzzy
1927
+ #~| msgid "Float Settings"
1928
+ #~ msgid "Google Captcha Settings"
1929
+ #~ msgstr "Configurações de Flutuação"
1930
+
1931
+ #, fuzzy
1932
+ #~| msgid "Login Settings"
1933
+ #~ msgid "plugin setting page"
1934
+ #~ msgstr "Configurações de Login"
1935
+
1936
+ #, fuzzy
1937
+ #~| msgid "Custom CSS"
1938
+ #~ msgid "Custom Forms"
1939
+ #~ msgstr "Personalizar CSS"
1940
+
1941
+ #, fuzzy
1942
+ #~| msgid "Instagram"
1943
+ #~ msgid "Instagram Feed"
1944
+ #~ msgstr "Instagram"
1945
+
1946
+ #, fuzzy
1947
+ #~| msgid "Instagram"
1948
+ #~ msgid "Follow on Instagram"
1949
+ #~ msgstr "Instagram"
1950
+
1951
+ #, fuzzy
1952
+ #~| msgid "Button Color"
1953
+ #~ msgid "Button not working?"
1954
+ #~ msgstr "Cor do Botão"
1955
+
1956
+ #, fuzzy
1957
+ #~| msgid "Background Image"
1958
+ #~ msgid "Padding around Images"
1959
+ #~ msgstr "Imagem de Fundo"
1960
+
1961
+ #, fuzzy
1962
+ #~| msgid "here is solution"
1963
+ #~ msgid "Image Resolution"
1964
+ #~ msgstr "aqui está a solução"
1965
+
1966
+ #, fuzzy
1967
+ #~| msgid "Border Style"
1968
+ #~ msgid "Photo Hover Style"
1969
+ #~ msgstr "Estilo da Borda"
1970
+
1971
+ #, fuzzy
1972
+ #~| msgid "Background Color"
1973
+ #~ msgid "Hover Background Color"
1974
+ #~ msgstr "Cor de Fundo"
1975
+
1976
+ #, fuzzy
1977
+ #~| msgid "Text and Color "
1978
+ #~ msgid "Hover Text Color"
1979
+ #~ msgstr "Texto e Cores "
1980
+
1981
+ #, fuzzy
1982
+ #~| msgid "Instagram"
1983
+ #~ msgid "Instagram Icon/Link"
1984
+ #~ msgstr "Instagram"
1985
+
1986
+ #, fuzzy
1987
+ #~| msgid "Recommendations"
1988
+ #~ msgid "Like/Comment Icons"
1989
+ #~ msgstr "Recomendações"
1990
+
1991
+ #, fuzzy
1992
+ #~| msgid "Headline Font Color"
1993
+ #~ msgid "Header Text Color"
1994
+ #~ msgstr "Cor da Fonte do Título"
1995
+
1996
+ #, fuzzy
1997
+ #~| msgid "Border Style"
1998
+ #~ msgid "Header Style"
1999
+ #~ msgstr "Estilo da Borda"
2000
+
2001
+ #, fuzzy
2002
+ #~| msgid "Border Color"
2003
+ #~ msgid "Primary Color"
2004
+ #~ msgstr "Cor da Borda"
2005
+
2006
+ #, fuzzy
2007
+ #~| msgid "Border Color"
2008
+ #~ msgid "Secondary Color"
2009
+ #~ msgstr "Cor da Borda"
2010
+
2011
+ #, fuzzy
2012
+ #~| msgid "Text and Color "
2013
+ #~ msgid "Text Color"
2014
+ #~ msgstr "Texto e Cores "
2015
+
2016
+ #, fuzzy
2017
+ #~| msgid "No Icon"
2018
+ #~ msgid "Show Icons"
2019
+ #~ msgstr "Sem Ícones"
2020
+
2021
+ #, fuzzy
2022
+ #~| msgid "Button Color"
2023
+ #~ msgid "Icon Color"
2024
+ #~ msgstr "Cor do Botão"
2025
+
2026
+ #, fuzzy
2027
+ #~| msgid "Input Font Size"
2028
+ #~ msgid "Icon Size"
2029
+ #~ msgstr "Tamanho da Fonte de Entrada"
2030
+
2031
+ #, fuzzy
2032
+ #~| msgid "Right Center"
2033
+ #~ msgid "Lightbox Comments"
2034
+ #~ msgstr "Direita Centro"
2035
+
2036
+ #, fuzzy
2037
+ #~| msgid "Button Color"
2038
+ #~ msgid "Button Text Color"
2039
+ #~ msgstr "Cor do Botão"
2040
+
2041
+ #, fuzzy
2042
+ #~| msgid "Button Color"
2043
+ #~ msgid "Button Text"
2044
+ #~ msgstr "Cor do Botão"
2045
+
2046
+ #, fuzzy
2047
+ #~| msgid "Slider Animation"
2048
+ #~ msgid "Moderation"
2049
+ #~ msgstr "Animação do Slide"
2050
+
2051
+ #, fuzzy
2052
+ #~| msgid "Customize Logo Settings here"
2053
+ #~ msgid "Customize Options"
2054
+ #~ msgstr "Personalize as Configurações de Logotipo aqui"
2055
+
2056
+ #, fuzzy
2057
+ #~| msgid "Slider Animation"
2058
+ #~ msgid "Image Hover Animation"
2059
+ #~ msgstr "Animação do Slide"
2060
+
2061
+ #, fuzzy
2062
+ #~| msgid "Border Color"
2063
+ #~ msgid "Hover Color"
2064
+ #~ msgstr "Cor da Borda"
2065
+
2066
+ #, fuzzy
2067
+ #~| msgid "Button Font Style"
2068
+ #~ msgid "Caption Font Style"
2069
+ #~ msgstr "Estilo da Fonte do Botão"
2070
+
2071
+ #, fuzzy
2072
+ #~| msgid "Link Font Style"
2073
+ #~ msgid "Lightbox Style"
2074
+ #~ msgstr "Estilo da Fonte do Link"
2075
+
2076
+ #, fuzzy
2077
+ #~| msgid "Setting Save Successfully"
2078
+ #~ msgid "Data Save Successfully."
2079
+ #~ msgstr "Configurações Salvas com Sucesso"
2080
+
2081
+ #, fuzzy
2082
+ #~| msgid "Setting Reset Successfully"
2083
+ #~ msgid "Data Reset Successfully."
2084
+ #~ msgstr "Configurações Restauradas com Sucesso"
2085
+
2086
+ #, fuzzy
2087
+ #~| msgid "Setting Reset Successfully"
2088
+ #~ msgid "Selected Data Remove Successfully."
2089
+ #~ msgstr "Configurações Restauradas com Sucesso"
2090
+
2091
+ #, fuzzy
2092
+ #~| msgid "Setting Reset Successfully"
2093
+ #~ msgid "All Data Removed Successfully."
2094
+ #~ msgstr "Configurações Restauradas com Sucesso"
2095
+
2096
+ #, fuzzy
2097
+ #~| msgid "Setting Reset Successfully"
2098
+ #~ msgid "Mail sent Successfully."
2099
+ #~ msgstr "Configurações Restauradas com Sucesso"
2100
+
2101
+ #, fuzzy
2102
+ #~| msgid "Social Settings"
2103
+ #~ msgid "General Settings"
2104
+ #~ msgstr "Configurações Sociais"
2105
+
2106
+ #, fuzzy
2107
+ #~| msgid "Social Media Icon Size"
2108
+ #~ msgid "Social Media Options"
2109
+ #~ msgstr "Tamanho do Ícone Social"
2110
+
2111
+ #, fuzzy
2112
+ #~| msgid "Premium Editions"
2113
+ #~ msgid "Get Premium Version"
2114
+ #~ msgstr "Edições Premium"
2115
+
2116
+ #, fuzzy
2117
+ #~| msgid " Login Preview"
2118
+ #~ msgid " Live Preview"
2119
+ #~ msgstr " Pré-visualizar Login"
2120
+
2121
+ #, fuzzy
2122
+ #~| msgid "Background Settings"
2123
+ #~ msgid "Appearance Settings"
2124
+ #~ msgstr "Configurações de Fundo"
2125
+
2126
+ #, fuzzy
2127
+ #~| msgid "Social Settings"
2128
+ #~ msgid "SEO Settings"
2129
+ #~ msgstr "Configurações Sociais"
2130
+
2131
+ #, fuzzy
2132
+ #~| msgid "Font Setting"
2133
+ #~ msgid "Access Control Settings"
2134
+ #~ msgstr "Configurações de Fonte"
2135
+
2136
+ #, fuzzy
2137
+ #~| msgid "Logo "
2138
+ #~ msgid "Logo Text"
2139
+ #~ msgstr "Logotipo "
2140
+
2141
+ #, fuzzy
2142
+ #~| msgid "Logo "
2143
+ #~ msgid "Logo Image"
2144
+ #~ msgstr "Logotipo "
2145
+
2146
+ #, fuzzy
2147
+ #~| msgid "Logo Height"
2148
+ #~ msgid "Logo Text "
2149
+ #~ msgstr "Altura do Logotipo"
2150
+
2151
+ #, fuzzy
2152
+ #~| msgid "Logo "
2153
+ #~ msgid "Logo Image "
2154
+ #~ msgstr "Logotipo "
2155
+
2156
+ #, fuzzy
2157
+ #~| msgid "Logo Width"
2158
+ #~ msgid "Logo Width "
2159
+ #~ msgstr "Largura do Logotipo"
2160
+
2161
+ #, fuzzy
2162
+ #~| msgid "Logo Height"
2163
+ #~ msgid "Logo Height "
2164
+ #~ msgstr "Altura do Logotipo"
2165
+
2166
+ #, fuzzy
2167
+ #~| msgid "Upload"
2168
+ #~ msgid "Upload Image"
2169
+ #~ msgstr "Enviar"
2170
+
2171
+ #, fuzzy
2172
+ #~| msgid "Background Color"
2173
+ #~ msgid "Change Background Color"
2174
+ #~ msgstr "Cor de Fundo"
2175
+
2176
+ #, fuzzy
2177
+ #~| msgid "Button Color"
2178
+ #~ msgid "Button Link"
2179
+ #~ msgstr "Cor do Botão"
2180
+
2181
+ #, fuzzy
2182
+ #~| msgid "Linkedin"
2183
+ #~ msgid "Link to Admin"
2184
+ #~ msgstr "Linkedin"
2185
+
2186
+ #, fuzzy
2187
+ #~| msgid "Reset Default"
2188
+ #~ msgid "Restore Defaults"
2189
+ #~ msgstr "Restaurar Padrões"
2190
+
2191
+ #, fuzzy
2192
+ #~| msgid "Enable Social Icons"
2193
+ #~ msgid "Enable Search Robots"
2194
+ #~ msgstr "Habilitar Ícones Sociais"
2195
+
2196
+ #~ msgid "Disabled"
2197
+ #~ msgstr "Desabilitado"
2198
+
2199
+ #, fuzzy
2200
+ #~| msgid "Enable"
2201
+ #~ msgid "Enabled"
2202
+ #~ msgstr "Habilitado"
2203
+
2204
+ #, fuzzy
2205
+ #~| msgid "Text And Color Settings"
2206
+ #~ msgid "Skin Color Settings"
2207
+ #~ msgstr "Configurações de Texto e Cores"
2208
+
2209
+ #, fuzzy
2210
+ #~| msgid "Text And Color Settings"
2211
+ #~ msgid "Skin Color Selection Settings"
2212
+ #~ msgstr "Configurações de Texto e Cores"
2213
+
2214
+ #, fuzzy
2215
+ #~| msgid "Social Settings"
2216
+ #~ msgid "Social Link And Icon Settings"
2217
+ #~ msgstr "Configurações Sociais"
2218
+
2219
+ #, fuzzy
2220
+ #~| msgid "Social "
2221
+ #~ msgid "Social Icon "
2222
+ #~ msgstr "Social "
2223
+
2224
+ #, fuzzy
2225
+ #~| msgid "Login form Setting"
2226
+ #~ msgid "Subscriber Form Settings"
2227
+ #~ msgstr "Configurações do formulário de Login"
2228
+
2229
+ #, fuzzy
2230
+ #~| msgid "Social Settings"
2231
+ #~ msgid "Subscriber Email Settings"
2232
+ #~ msgstr "Configurações Sociais"
2233
+
2234
+ #, fuzzy
2235
+ #~| msgid "Setting Reset Successfully"
2236
+ #~ msgid "Data Delete SuccessFully"
2237
+ #~ msgstr "Configurações Restauradas com Sucesso"
2238
+
2239
+ #, fuzzy
2240
+ #~| msgid "Setting Reset Successfully"
2241
+ #~ msgid "Your Selected Data Removed SuccessFully"
2242
+ #~ msgstr "Configurações Restauradas com Sucesso"
2243
+
2244
+ #, fuzzy
2245
+ #~| msgid "Center Top"
2246
+ #~ msgid "Counter Clock"
2247
+ #~ msgstr "Centro Topo"
2248
+
2249
+ #, fuzzy
2250
+ #~| msgid "No Icon"
2251
+ #~ msgid "Icon"
2252
+ #~ msgstr "Sem Ícones"
2253
+
2254
+ #, fuzzy
2255
+ #~| msgid "Float Settings"
2256
+ #~ msgid "Footer Settings"
2257
+ #~ msgstr "Configurações de Flutuação"
2258
+
2259
+ #, fuzzy
2260
+ #~| msgid "Background Settings"
2261
+ #~ msgid "Advance Options Settings"
2262
+ #~ msgstr "Configurações de Fundo"
2263
+
2264
+ #, fuzzy
2265
+ #~| msgid "Custom CSS"
2266
+ #~ msgid "Custom CSS Editor"
2267
+ #~ msgstr "Personalizar CSS"
2268
+
2269
+ #, fuzzy
2270
+ #~| msgid "Setting Reset Successfully"
2271
+ #~ msgid "All Data restored Successfully."
2272
+ #~ msgstr "Configurações Restauradas com Sucesso"
2273
+
2274
+ #, fuzzy
2275
+ #~| msgid "Setting Save Successfully"
2276
+ #~ msgid "Theme Activate Successfully."
2277
+ #~ msgstr "Configurações Salvas com Sucesso"
2278
+
2279
+ #, fuzzy
2280
+ #~| msgid "Connect with your social profile"
2281
+ #~ msgid "Connect your visitors"
2282
+ #~ msgstr "Conectar com seu perfil social"
2283
+
2284
+ #, fuzzy
2285
+ #~| msgid " Translate this plugin into your language"
2286
+ #~ msgid "Multilingual Translate Plugin In Any Language"
2287
+ #~ msgstr " Traduzir este plug-in para o seu idioma"
2288
+
2289
+ #, fuzzy
2290
+ #~| msgid "Compatible with your version of WordPress"
2291
+ #~ msgid "Compatible With Most WordPress Theme"
2292
+ #~ msgstr "Compatível com a sua versão do WordPress"
2293
+
2294
+ #, fuzzy
2295
+ #~| msgid "Plugin Recommendation"
2296
+ #~ msgid "Complete Plugin Documentation"
2297
+ #~ msgstr "Recomendações do Plugin"
2298
+
2299
+ #, fuzzy
2300
+ #~| msgid "Flickr"
2301
+ #~ msgid "Click Here"
2302
+ #~ msgstr "Flickr"
2303
+
2304
+ #, fuzzy
2305
+ #~| msgid "More Details"
2306
+ #~ msgid "Check Detail"
2307
+ #~ msgstr "Mais Detalhes"
2308
+
2309
+ #, fuzzy
2310
+ #~| msgid "Social Settings"
2311
+ #~ msgid "Subscriber Settings"
2312
+ #~ msgstr "Configurações Sociais"
2313
+
2314
+ #, fuzzy
2315
+ #~| msgid "Reset Default"
2316
+ #~ msgid "Restore Defaults : "
2317
+ #~ msgstr "Restaurar Padrões"
2318
+
2319
+ #, fuzzy
2320
+ #~| msgid "Social Settings"
2321
+ #~ msgid "Restored all settings"
2322
+ #~ msgstr "Configurações Sociais"
2323
+
2324
+ #, fuzzy
2325
+ #~| msgid "Button Color"
2326
+ #~ msgid "Custom Color"
2327
+ #~ msgstr "Cor do Botão"
2328
+
2329
+ #, fuzzy
2330
+ #~| msgid "Default"
2331
+ #~ msgid "Default Color"
2332
+ #~ msgstr "Padrão"
2333
+
2334
+ #, fuzzy
2335
+ #~| msgid "Pinterest"
2336
+ #~ msgid "Litered"
2337
+ #~ msgstr "Pinterest"
2338
+
2339
+ #, fuzzy
2340
+ #~| msgid "Social Settings"
2341
+ #~ msgid "All Section Settings"
2342
+ #~ msgstr "Configurações Sociais"
2343
+
2344
+ #, fuzzy
2345
+ #~| msgid "Headline Font size"
2346
+ #~ msgid "Headings Font Size ( H2 )"
2347
+ #~ msgstr "Tamanho da Fonte do Título"
2348
+
2349
+ #, fuzzy
2350
+ #~| msgid "Headline Font size"
2351
+ #~ msgid "Sub Headings Font Size ( H4 )"
2352
+ #~ msgstr "Tamanho da Fonte do Título"
2353
+
2354
+ #, fuzzy
2355
+ #~| msgid "Button Font Size"
2356
+ #~ msgid "description Font Size ( P )"
2357
+ #~ msgstr "Tamanho da Fonte do Botão"
2358
+
2359
+ #, fuzzy
2360
+ #~| msgid "Social "
2361
+ #~ msgid "Social Media"
2362
+ #~ msgstr "Social "
2363
+
2364
+ #, fuzzy
2365
+ #~| msgid "Enable Social Icons"
2366
+ #~ msgid "Social Icons"
2367
+ #~ msgstr "Habilitar Ícones Sociais"
2368
+
2369
+ #, fuzzy
2370
+ #~| msgid "Social "
2371
+ #~ msgid "Social Icon"
2372
+ #~ msgstr "Social "
2373
+
2374
+ #, fuzzy
2375
+ #~| msgid "Flickr"
2376
+ #~ msgid "click here"
2377
+ #~ msgstr "Flickr"
2378
+
2379
+ #, fuzzy
2380
+ #~| msgid "Social Media Icon Background Color"
2381
+ #~ msgid "Enter Social Icon and Background Color Here"
2382
+ #~ msgstr "Cor de Fundo do Ícone Social"
2383
+
2384
+ #, fuzzy
2385
+ #~| msgid "Social Settings"
2386
+ #~ msgid "Subscribers Settings"
2387
+ #~ msgstr "Configurações Sociais"
2388
+
2389
+ #, fuzzy
2390
+ #~| msgid "Button Color"
2391
+ #~ msgid "Button Hover Text Color"
2392
+ #~ msgstr "Cor do Botão"
2393
+
2394
+ #, fuzzy
2395
+ #~| msgid "Static Background Color"
2396
+ #~ msgid "Button Hover Background Color"
2397
+ #~ msgstr "Cor de fundo estática"
2398
+
2399
+ #, fuzzy
2400
+ #~| msgid "Login Settings"
2401
+ #~ msgid "Mad Mimi Settings"
2402
+ #~ msgstr "Configurações de Login"
2403
+
2404
+ #, fuzzy
2405
+ #~| msgid "Social Settings"
2406
+ #~ msgid "MailChimp Settings"
2407
+ #~ msgstr "Configurações Sociais"
2408
+
2409
+ #, fuzzy
2410
+ #~| msgid "Social Media Icon Color"
2411
+ #~ msgid "Social Media Promotion"
2412
+ #~ msgstr "Cor do Ícone Social"
2413
+
2414
+ #, fuzzy
2415
+ #~| msgid "Custom CSS"
2416
+ #~ msgid "Custom Color Schemes"
2417
+ #~ msgstr "Personalizar CSS"
2418
+
2419
+ #, fuzzy
2420
+ #~| msgid "Premium Editions"
2421
+ #~ msgid "Premium Version"
2422
+ #~ msgstr "Edições Premium"
2423
+
2424
+ #, fuzzy
2425
+ #~| msgid "Floating With Customization Settings"
2426
+ #~ msgid "Page Animations Settings"
2427
+ #~ msgstr "Flutuando com Configurações de Personalização"
2428
+
2429
+ #, fuzzy
2430
+ #~| msgid "Slider Animation"
2431
+ #~ msgid "Page In Animations"
2432
+ #~ msgstr "Animação do Slide"
2433
+
2434
+ #, fuzzy
2435
+ #~| msgid "Slider Animation"
2436
+ #~ msgid "Page Out Animations"
2437
+ #~ msgstr "Animação do Slide"
2438
+
2439
+ #, fuzzy
2440
+ #~| msgid "Slider Animation"
2441
+ #~ msgid "Page Animations"
2442
+ #~ msgstr "Animação do Slide"
2443
+
2444
+ #, fuzzy
2445
+ #~| msgid "Login Settings"
2446
+ #~ msgid "Page Animation Settings"
2447
+ #~ msgstr "Configurações de Login"
2448
+
2449
+ #, fuzzy
2450
+ #~| msgid "Overlay Effect 1"
2451
+ #~ msgid "Effect 1"
2452
+ #~ msgstr "Efeito de Sobreposição 1"
2453
+
2454
+ #, fuzzy
2455
+ #~| msgid "Overlay Effect 2"
2456
+ #~ msgid "Effect 2"
2457
+ #~ msgstr "Efeito de Sobreposição 2"
2458
+
2459
+ #, fuzzy
2460
+ #~| msgid "Slider Animation"
2461
+ #~ msgid "Animation"
2462
+ #~ msgstr "Animação do Slide"
2463
+
2464
+ #, fuzzy
2465
+ #~| msgid "Right Center"
2466
+ #~ msgid "Right to Left"
2467
+ #~ msgstr "Direita Centro"
2468
+
2469
+ #, fuzzy
2470
+ #~| msgid "Left Bottom"
2471
+ #~ msgid "Top to Bottom"
2472
+ #~ msgstr "Esquerda Inferior"
2473
+
2474
+ #, fuzzy
2475
+ #~| msgid "Border Color"
2476
+ #~ msgid "Image Hover Color"
2477
+ #~ msgstr "Cor da Borda"
2478
+
2479
+ #, fuzzy
2480
+ #~| msgid "Enter any custom css you want to apply on login panel."
2481
+ #~ msgid "Enter any custom css you want to apply on this gallery."
2482
+ #~ msgstr ""
2483
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
2484
+ #~ "entrada."
2485
+
2486
+ #, fuzzy
2487
+ #~| msgid "Help And Support"
2488
+ #~ msgid "Help and Support"
2489
+ #~ msgstr "Ajuda e Suporte"
2490
+
2491
+ #, fuzzy
2492
+ #~| msgid "Show Us Some Love (Rate Us)"
2493
+ #~ msgid "Show us some love, Rate Us"
2494
+ #~ msgstr "Mostre-nos Algum Amor (Avalie-nos)"
2495
+
2496
+ #, fuzzy
2497
+ #~| msgid "Border Style"
2498
+ #~ msgid "Image Border Size"
2499
+ #~ msgstr "Estilo da Borda"
2500
+
2501
+ #, fuzzy
2502
+ #~| msgid "Border Color"
2503
+ #~ msgid "Image Border Color"
2504
+ #~ msgstr "Cor da Borda"
2505
+
2506
+ #, fuzzy
2507
+ #~| msgid "Customize Logo Settings here"
2508
+ #~ msgid "Configure Plugin Settings Here"
2509
+ #~ msgstr "Personalize as Configurações de Logotipo aqui"
2510
+
2511
+ #, fuzzy
2512
+ #~| msgid "Logo Settings"
2513
+ #~ msgid "Settings Tab"
2514
+ #~ msgstr "Configurações de Logotipo"
2515
+
2516
+ #, fuzzy
2517
+ #~| msgid "Border Color"
2518
+ #~ msgid "Product Color"
2519
+ #~ msgstr "Cor da Borda"
2520
+
2521
+ #, fuzzy
2522
+ #~| msgid "Logo Width"
2523
+ #~ msgid "Width"
2524
+ #~ msgstr "Largura do Logotipo"
2525
+
2526
+ #, fuzzy
2527
+ #~| msgid "Right"
2528
+ #~ msgid "Height"
2529
+ #~ msgstr "Direita"
2530
+
2531
+ #, fuzzy
2532
+ #~| msgid "Right"
2533
+ #~ msgid "Weight"
2534
+ #~ msgstr "Direita"
2535
+
2536
+ #, fuzzy
2537
+ #~| msgid "2"
2538
+ #~ msgid "2G"
2539
+ #~ msgstr "2"
2540
+
2541
+ #, fuzzy
2542
+ #~| msgid "3"
2543
+ #~ msgid "3G"
2544
+ #~ msgstr "3"
2545
+
2546
+ #, fuzzy
2547
+ #~| msgid "4"
2548
+ #~ msgid "4G"
2549
+ #~ msgstr "4"
2550
+
2551
+ #, fuzzy
2552
+ #~| msgid "Update Now"
2553
+ #~ msgid "Update Product"
2554
+ #~ msgstr "Atualizar Agora"
2555
+
2556
+ #, fuzzy
2557
+ #~| msgid "Float Settings"
2558
+ #~ msgid "Product Settings"
2559
+ #~ msgstr "Configurações de Flutuação"
2560
+
2561
+ #, fuzzy
2562
+ #~| msgid "Float Settings"
2563
+ #~ msgid "Products Settings"
2564
+ #~ msgstr "Configurações de Flutuação"
2565
+
2566
+ #, fuzzy
2567
+ #~| msgid "Instagram"
2568
+ #~ msgid "Instagram Gallery"
2569
+ #~ msgstr "Instagram"
2570
+
2571
+ #, fuzzy
2572
+ #~| msgid "Logo Settings"
2573
+ #~ msgid "Page/Post settings"
2574
+ #~ msgstr "Configurações de Logotipo"
2575
+
2576
+ #, fuzzy
2577
+ #~| msgid "Float Settings"
2578
+ #~ msgid "Display Settings"
2579
+ #~ msgstr "Configurações de Flutuação"
2580
+
2581
+ #, fuzzy
2582
+ #~| msgid "Link Font Size"
2583
+ #~ msgid "Font size"
2584
+ #~ msgstr "Tamanho da Fonte do Link"
2585
+
2586
+ #, fuzzy
2587
+ #~| msgid "Input Font Color"
2588
+ #~ msgid "Font Color"
2589
+ #~ msgstr "Cor da Fonte de Entrada"
2590
+
2591
+ #, fuzzy
2592
+ #~| msgid "Select overlay effect"
2593
+ #~ msgid "Select Template"
2594
+ #~ msgstr "Selecione efeito de sobreposição"
2595
+
2596
+ #, fuzzy
2597
+ #~| msgid "Logo Settings"
2598
+ #~ msgid "Add settings"
2599
+ #~ msgstr "Configurações de Logotipo"
2600
+
2601
+ #, fuzzy
2602
+ #~| msgid "Note: Please Do Not Use"
2603
+ #~ msgid "Note: Please Select Post Type ."
2604
+ #~ msgstr "Nota: Por favor não usar"
2605
+
2606
+ #, fuzzy
2607
+ #~| msgid "Note: Please Do Not Use"
2608
+ #~ msgid "Note: Please Select atleast one ."
2609
+ #~ msgstr "Nota: Por favor não usar"
2610
+
2611
+ #, fuzzy
2612
+ #~| msgid "Border Style"
2613
+ #~ msgid "Order By"
2614
+ #~ msgstr "Estilo da Borda"
2615
+
2616
+ #, fuzzy
2617
+ #~| msgid "Slider Animation"
2618
+ #~ msgid "Slider Display Options"
2619
+ #~ msgstr "Animação do Slide"
2620
+
2621
+ #, fuzzy
2622
+ #~| msgid "Link Shadow Color"
2623
+ #~ msgid "Sliding Arrow Color"
2624
+ #~ msgstr "Cor da Sombra do Link"
2625
+
2626
+ #, fuzzy
2627
+ #~| msgid "Text and Color "
2628
+ #~ msgid "Font Text Color"
2629
+ #~ msgstr "Texto e Cores "
2630
+
2631
+ #, fuzzy
2632
+ #~| msgid "Link Font Size"
2633
+ #~ msgid "Font Size"
2634
+ #~ msgstr "Tamanho da Fonte do Link"
2635
+
2636
+ #, fuzzy
2637
+ #~| msgid "Link Color"
2638
+ #~ msgid "Link option"
2639
+ #~ msgstr "Cor do Link"
2640
+
2641
+ #, fuzzy
2642
+ #~| msgid "Social Media Background Color On Hover"
2643
+ #~ msgid "BackgroundColor On Hover"
2644
+ #~ msgstr "Cor de Fundo do Ícone Social Sobreposto"
2645
+
2646
+ #, fuzzy
2647
+ #~| msgid "Social Media Icon Color On Hover"
2648
+ #~ msgid "Font Text Color On Hover"
2649
+ #~ msgstr "Cor do Ícone Social Sobreposto"
2650
+
2651
+ #, fuzzy
2652
+ #~| msgid "Border Style"
2653
+ #~ msgid "Border Size"
2654
+ #~ msgstr "Estilo da Borda"
2655
+
2656
+ #, fuzzy
2657
+ #~| msgid "Border Style"
2658
+ #~ msgid "Featured Images Border Style"
2659
+ #~ msgstr "Estilo da Borda"
2660
+
2661
+ #, fuzzy
2662
+ #~| msgid "Border Color"
2663
+ #~ msgid "Featured Images Border Color"
2664
+ #~ msgstr "Cor da Borda"
2665
+
2666
+ #, fuzzy
2667
+ #~| msgid "Circle"
2668
+ #~ msgid "In Circle"
2669
+ #~ msgstr "Círculo"
2670
+
2671
+ #, fuzzy
2672
+ #~| msgid "Logo Settings"
2673
+ #~ msgid "Coming Soon Mode Settings"
2674
+ #~ msgstr "Configurações de Logotipo"
2675
+
2676
+ #, fuzzy
2677
+ #~| msgid "Social Settings"
2678
+ #~ msgid "SEO Selection Settings"
2679
+ #~ msgstr "Configurações Sociais"
2680
+
2681
+ #, fuzzy
2682
+ #~| msgid "Logo Settings"
2683
+ #~ msgid "Layout Settings"
2684
+ #~ msgstr "Configurações de Logotipo"
2685
+
2686
+ #, fuzzy
2687
+ #~| msgid "Social Settings"
2688
+ #~ msgid "Responsive Gallery Settings"
2689
+ #~ msgstr "Configurações Sociais"
2690
+
2691
+ #, fuzzy
2692
+ #~| msgid "Login Form Opacity"
2693
+ #~ msgid "Hover Color Opacity"
2694
+ #~ msgstr "Opacidade do Formulário de Login"
2695
+
2696
+ #, fuzzy
2697
+ #~| msgid "Social Settings"
2698
+ #~ msgid "Gallery Settings"
2699
+ #~ msgstr "Configurações Sociais"
2700
+
2701
+ #, fuzzy
2702
+ #~| msgid "Slider Animation"
2703
+ #~ msgid "Image Zoom Animation"
2704
+ #~ msgstr "Animação do Slide"
2705
+
2706
+ #, fuzzy
2707
+ #~| msgid "Update Now"
2708
+ #~ msgid "Update Portfolio"
2709
+ #~ msgstr "Atualizar Agora"
2710
+
2711
+ #, fuzzy
2712
+ #~| msgid "Instagram"
2713
+ #~ msgid "Instagram Gallery Pro"
2714
+ #~ msgstr "Instagram"
2715
+
2716
+ #, fuzzy
2717
+ #~| msgid "Background Color"
2718
+ #~ msgid "Text Background Color"
2719
+ #~ msgstr "Cor de Fundo"
2720
+
2721
+ #, fuzzy
2722
+ #~| msgid "Static Background Color"
2723
+ #~ msgid "Select Text Background Color"
2724
+ #~ msgstr "Cor de fundo estática"
2725
+
2726
+ #, fuzzy
2727
+ #~| msgid "Text and Color "
2728
+ #~ msgid "Select Text Color"
2729
+ #~ msgstr "Texto e Cores "
2730
+
2731
+ #, fuzzy
2732
+ #~| msgid "Last Updated:"
2733
+ #~ msgid "Automatic Updates"
2734
+ #~ msgstr "Última Atualização:"
2735
+
2736
+ #, fuzzy
2737
+ #~| msgid "Last Updated:"
2738
+ #~ msgid "Translation Updates"
2739
+ #~ msgstr "Última Atualização:"
2740
+
2741
+ #, fuzzy
2742
+ #~| msgid "More Details"
2743
+ #~ msgid "Core E-mails"
2744
+ #~ msgstr "Mais Detalhes"
2745
+
2746
+ #, fuzzy
2747
+ #~| msgid "Update Now"
2748
+ #~ msgid "Updates Options"
2749
+ #~ msgstr "Atualizar Agora"
2750
+
2751
+ #, fuzzy
2752
+ #~| msgid "Save Changes"
2753
+ #~ msgid "Save Users"
2754
+ #~ msgstr "Salvar Configurações"
2755
+
2756
+ #, fuzzy
2757
+ #~| msgid "Enable"
2758
+ #~ msgid "Enable Logs"
2759
+ #~ msgstr "Habilitado"
2760
+
2761
+ #, fuzzy
2762
+ #~| msgid "Disable"
2763
+ #~ msgid "Disable Logging"
2764
+ #~ msgstr "Desabilitado"
2765
+
2766
+ #, fuzzy
2767
+ #~| msgid "Disable"
2768
+ #~ msgid "Disable Tracking"
2769
+ #~ msgstr "Desabilitado"
2770
+
2771
+ #, fuzzy
2772
+ #~| msgid "Reset Default"
2773
+ #~ msgid "Reset to Defaults"
2774
+ #~ msgstr "Restaurar Padrões"
2775
+
2776
+ #, fuzzy
2777
+ #~| msgid "Select background"
2778
+ #~ msgid "Select bulk action"
2779
+ #~ msgstr "Selecione um fundo"
2780
+
2781
+ #, fuzzy
2782
+ #~| msgid "More Details"
2783
+ #~ msgid "Show more details"
2784
+ #~ msgstr "Mais Detalhes"
2785
+
2786
+ #, fuzzy
2787
+ #~| msgid "Recommendations"
2788
+ #~ msgid "No comments"
2789
+ #~ msgstr "Recomendações"
2790
+
2791
+ #, fuzzy
2792
+ #~| msgid "Preview"
2793
+ #~ msgid "Previous page"
2794
+ #~ msgstr "Pré-visualizar"
2795
+
2796
+ #, fuzzy
2797
+ #~| msgid "Last Updated:"
2798
+ #~ msgid "Last page"
2799
+ #~ msgstr "Última Atualização:"
2800
+
2801
+ #, fuzzy
2802
+ #~| msgid "More Details"
2803
+ #~ msgid "View details"
2804
+ #~ msgstr "Mais Detalhes"
2805
+
2806
+ #, fuzzy
2807
+ #~| msgid "Visit Website"
2808
+ #~ msgid "Visit plugin site"
2809
+ #~ msgstr "Visite o Site"
2810
+
2811
+ #, fuzzy
2812
+ #~| msgid "Visit Website"
2813
+ #~ msgid "Visit Theme Site"
2814
+ #~ msgstr "Visite o Site"
2815
+
2816
+ #, fuzzy
2817
+ #~| msgid "Slider Animation"
2818
+ #~ msgid "Slider Width"
2819
+ #~ msgstr "Animação do Slide"
2820
+
2821
+ #, fuzzy
2822
+ #~| msgid "Slider Animation"
2823
+ #~ msgid "Slider Height"
2824
+ #~ msgstr "Animação do Slide"
2825
+
2826
+ #, fuzzy
2827
+ #~| msgid "Slider Animation"
2828
+ #~ msgid "Slide Distance"
2829
+ #~ msgstr "Animação do Slide"
2830
+
2831
+ #, fuzzy
2832
+ #~| msgid "Headline Font Color"
2833
+ #~ msgid "Slide Title Color"
2834
+ #~ msgstr "Cor da Fonte do Título"
2835
+
2836
+ #, fuzzy
2837
+ #~| msgid "Static Background Color"
2838
+ #~ msgid "Slide Title Background Color"
2839
+ #~ msgstr "Cor de fundo estática"
2840
+
2841
+ #, fuzzy
2842
+ #~| msgid "Social Media Icon Background Color"
2843
+ #~ msgid "Slide Description Background Color"
2844
+ #~ msgstr "Cor de Fundo do Ícone Social"
2845
+
2846
+ #, fuzzy
2847
+ #~| msgid "Button Color"
2848
+ #~ msgid "Navigation Color"
2849
+ #~ msgstr "Cor do Botão"
2850
+
2851
+ #, fuzzy
2852
+ #~| msgid "Slider Animation"
2853
+ #~ msgid "Slide Transition"
2854
+ #~ msgstr "Animação do Slide"
2855
+
2856
+ #, fuzzy
2857
+ #~| msgid "Enter any custom css you want to apply on login panel."
2858
+ #~ msgid "Select a transition effect you want to apply on slides"
2859
+ #~ msgstr ""
2860
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
2861
+ #~ "entrada."
2862
+
2863
+ #, fuzzy
2864
+ #~| msgid "Enter any custom css you want to apply on login panel."
2865
+ #~ msgid "Select a slide order you want to apply on slides"
2866
+ #~ msgstr ""
2867
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
2868
+ #~ "entrada."
2869
+
2870
+ #, fuzzy
2871
+ #~| msgid "Left Bottom"
2872
+ #~ msgid "Bottom"
2873
+ #~ msgstr "Esquerda Inferior"
2874
+
2875
+ #, fuzzy
2876
+ #~| msgid "Border Color"
2877
+ #~ msgid "Border"
2878
+ #~ msgstr "Cor da Borda"
2879
+
2880
+ #, fuzzy
2881
+ #~| msgid "Pinterest"
2882
+ #~ msgid "Pointer"
2883
+ #~ msgstr "Pinterest"
2884
+
2885
+ #, fuzzy
2886
+ #~| msgid "Logo Width"
2887
+ #~ msgid "100% Width"
2888
+ #~ msgstr "Largura do Logotipo"
2889
+
2890
+ #, fuzzy
2891
+ #~| msgid "Logo Width"
2892
+ #~ msgid "Full Width"
2893
+ #~ msgstr "Largura do Logotipo"
2894
+
2895
+ #, fuzzy
2896
+ #~| msgid "Custom CSS"
2897
+ #~ msgid "Custom"
2898
+ #~ msgstr "Personalizar CSS"
2899
+
2900
+ #, fuzzy
2901
+ #~| msgid "Logo Height"
2902
+ #~ msgid "Auto Height"
2903
+ #~ msgstr "Altura do Logotipo"
2904
+
2905
+ #, fuzzy
2906
+ #~| msgid "Contate-nos:"
2907
+ #~ msgid "Contain"
2908
+ #~ msgstr "Contate-nos:"
2909
+
2910
+ #, fuzzy
2911
+ #~| msgid "Headline Font Color"
2912
+ #~ msgid "Navigation Pointer Color"
2913
+ #~ msgstr "Cor da Fonte do Título"
2914
+
2915
+ #, fuzzy
2916
+ #~| msgid "Background SlideShow"
2917
+ #~ msgid "Full Screen Slide Show"
2918
+ #~ msgstr "Fundo em SlideShow"
2919
+
2920
+ #, fuzzy
2921
+ #~| msgid "Enter any custom css you want to apply on login panel."
2922
+ #~ msgid ""
2923
+ #~ "Enter any custom css you want to apply on this slider into textarea filed"
2924
+ #~ msgstr ""
2925
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
2926
+ #~ "entrada."
2927
+
2928
+ #, fuzzy
2929
+ #~| msgid "Slider Animation"
2930
+ #~ msgid "Slide Descriptions"
2931
+ #~ msgstr "Animação do Slide"
2932
+
2933
+ #, fuzzy
2934
+ #~| msgid "Slider Animation"
2935
+ #~ msgid "Slide Description"
2936
+ #~ msgstr "Animação do Slide"
2937
+
2938
+ #, fuzzy
2939
+ #~| msgid "Language Contribution "
2940
+ #~ msgid "Contributor"
2941
+ #~ msgstr "Contribuição de Idioma "
2942
+
2943
+ #, fuzzy
2944
+ #~| msgid "Language Contribution "
2945
+ #~ msgid "Manage options"
2946
+ #~ msgstr "Contribuição de Idioma "
2947
+
2948
+ #, fuzzy
2949
+ #~| msgid "Upload"
2950
+ #~ msgid "Upload files"
2951
+ #~ msgstr "Enviar"
2952
+
2953
+ #, fuzzy
2954
+ #~| msgid "Dashboard"
2955
+ #~ msgid "Edit dashboard"
2956
+ #~ msgstr "Painel de Controle"
2957
+
2958
+ #, fuzzy
2959
+ #~| msgid "Install Now"
2960
+ #~ msgid "Install plugins"
2961
+ #~ msgstr "Instalar Agora"
2962
+
2963
+ #, fuzzy
2964
+ #~| msgid "Update Now"
2965
+ #~ msgid "Update themes"
2966
+ #~ msgstr "Atualizar Agora"
2967
+
2968
+ #, fuzzy
2969
+ #~| msgid "Install Now"
2970
+ #~ msgid "Install themes"
2971
+ #~ msgstr "Instalar Agora"
2972
+
2973
+ #, fuzzy
2974
+ #~| msgid "Update Now"
2975
+ #~ msgid "Update core"
2976
+ #~ msgstr "Atualizar Agora"
2977
+
2978
+ #, fuzzy
2979
+ #~| msgid "Remove"
2980
+ #~ msgid "Remove users"
2981
+ #~ msgstr "Remover"
2982
+
2983
+ #, fuzzy
2984
+ #~| msgid "User Name"
2985
+ #~ msgid "User ID"
2986
+ #~ msgstr "Nome de Usuário"
2987
+
2988
+ #, fuzzy
2989
+ #~| msgid "Social Settings"
2990
+ #~ msgid "User Profile Settings"
2991
+ #~ msgstr "Configurações Sociais"
2992
+
2993
+ #, fuzzy
2994
+ #~| msgid "Login Settings"
2995
+ #~ msgid "Pin Settings"
2996
+ #~ msgstr "Configurações de Login"
2997
+
2998
+ #, fuzzy
2999
+ #~| msgid " Login Preview"
3000
+ #~ msgid "Live Preview off"
3001
+ #~ msgstr " Pré-visualizar Login"
3002
+
3003
+ #, fuzzy
3004
+ #~| msgid "Logo Settings"
3005
+ #~ msgid "Widget Settings"
3006
+ #~ msgstr "Configurações de Logotipo"
3007
+
3008
+ #, fuzzy
3009
+ #~| msgid "Pinterest"
3010
+ #~ msgid "[pinterest_feed]"
3011
+ #~ msgstr "Pinterest"
3012
+
3013
+ #, fuzzy
3014
+ #~| msgid "Pinterest"
3015
+ #~ msgid "[pinterest_board]"
3016
+ #~ msgstr "Pinterest"
3017
+
3018
+ #, fuzzy
3019
+ #~| msgid "Pinterest"
3020
+ #~ msgid "[pinterest_pins]"
3021
+ #~ msgstr "Pinterest"
3022
+
3023
+ #, fuzzy
3024
+ #~| msgid "Pinterest"
3025
+ #~ msgid "Pinterest Feed Widget"
3026
+ #~ msgstr "Pinterest"
3027
+
3028
+ #, fuzzy
3029
+ #~| msgid "Social Profiles"
3030
+ #~ msgid "Profile"
3031
+ #~ msgstr "Perfis Sociais"
3032
+
3033
+ #, fuzzy
3034
+ #~| msgid "Social Settings"
3035
+ #~ msgid "Profile Settings"
3036
+ #~ msgstr "Configurações Sociais"
3037
+
3038
+ #, fuzzy
3039
+ #~| msgid "Float Settings"
3040
+ #~ msgid "Profile Stat Settings"
3041
+ #~ msgstr "Configurações de Flutuação"
3042
+
3043
+ #, fuzzy
3044
+ #~| msgid "Login Settings"
3045
+ #~ msgid "Pins Settings"
3046
+ #~ msgstr "Configurações de Login"
3047
+
3048
+ #, fuzzy
3049
+ #~| msgid "Plugin Recommendation"
3050
+ #~ msgid "Pins Section"
3051
+ #~ msgstr "Recomendações do Plugin"
3052
+
3053
+ #, fuzzy
3054
+ #~| msgid "Disable"
3055
+ #~ msgid "Enable/Disable"
3056
+ #~ msgstr "Desabilitado"
3057
+
3058
+ #, fuzzy
3059
+ #~| msgid "Font Setting"
3060
+ #~ msgid "Account Settings"
3061
+ #~ msgstr "Configurações de Fonte"
3062
+
3063
+ #, fuzzy
3064
+ #~| msgid "Password"
3065
+ #~ msgid "Live API Password"
3066
+ #~ msgstr "Senha"
3067
+
3068
+ #, fuzzy
3069
+ #~| msgid "User Name"
3070
+ #~ msgid "Brand Name"
3071
+ #~ msgstr "Nome de Usuário"
3072
+
3073
+ #, fuzzy
3074
+ #~| msgid "Button Font Size"
3075
+ #~ msgid "Button Size"
3076
+ #~ msgstr "Tamanho da Fonte do Botão"
3077
+
3078
+ #, fuzzy
3079
+ #~| msgid "Border Style"
3080
+ #~ msgid "Page Style"
3081
+ #~ msgstr "Estilo da Borda"
3082
+
3083
+ #, fuzzy
3084
+ #~| msgid "Background Settings"
3085
+ #~ msgid "Advanced Settings"
3086
+ #~ msgstr "Configurações de Fundo"
3087
+
3088
+ #, fuzzy
3089
+ #~| msgid "Enable Custom Login"
3090
+ #~ msgid "Enable Logging"
3091
+ #~ msgstr "Habilitar Personalização de Login"
3092
+
3093
+ #, fuzzy
3094
+ #~| msgid "Powered By"
3095
+ #~ msgid "Powered by Jetpack"
3096
+ #~ msgstr "Criado Por"
3097
+
3098
+ #, fuzzy
3099
+ #~| msgid "Rate Us"
3100
+ #~ msgid "Rate %"
3101
+ #~ msgstr "Classifique-nos"
3102
+
3103
+ #, fuzzy
3104
+ #~| msgid "Select Background"
3105
+ #~ msgid "Select one..."
3106
+ #~ msgstr "Escolha um fundo"
3107
+
3108
+ #, fuzzy
3109
+ #~| msgid "Rate Us"
3110
+ #~ msgid "Rates"
3111
+ #~ msgstr "Classifique-nos"
3112
+
3113
+ #, fuzzy
3114
+ #~| msgid "Logo Height"
3115
+ #~ msgid "Total Weight"
3116
+ #~ msgstr "Altura do Logotipo"
3117
+
3118
+ #, fuzzy
3119
+ #~| msgid "Recommendations"
3120
+ #~ msgid "Item Dimensions"
3121
+ #~ msgstr "Recomendações"
3122
+
3123
+ #, fuzzy
3124
+ #~| msgid "Right Center"
3125
+ #~ msgid "Weight not entered"
3126
+ #~ msgstr "Direita Centro"
3127
+
3128
+ #, fuzzy
3129
+ #~| msgid "No background Selected"
3130
+ #~ msgid "No packages selected"
3131
+ #~ msgstr "Nenhum fundo Selecionado"
3132
+
3133
+ #, fuzzy
3134
+ #~| msgid "By "
3135
+ #~ msgid "Buy"
3136
+ #~ msgstr "Por "
3137
+
3138
+ #, fuzzy
3139
+ #~| msgid "No media selected!"
3140
+ #~ msgid "All services selected"
3141
+ #~ msgstr "Nenhuma mídia selecionada!"
3142
+
3143
+ #, fuzzy
3144
+ #~| msgid "Save Changes"
3145
+ #~ msgid "Saved Packages"
3146
+ #~ msgstr "Salvar Configurações"
3147
+
3148
+ #, fuzzy
3149
+ #~| msgid "No background Selected"
3150
+ #~ msgid "All packages selected"
3151
+ #~ msgstr "Nenhum fundo Selecionado"
3152
+
3153
+ #, fuzzy
3154
+ #~| msgid "Social Settings"
3155
+ #~ msgid "Save Settings"
3156
+ #~ msgstr "Configurações Sociais"
3157
+
3158
+ #, fuzzy
3159
+ #~| msgid "Twitter"
3160
+ #~ msgid "Letter"
3161
+ #~ msgstr "Twitter"
3162
+
3163
+ #, fuzzy
3164
+ #~| msgid "4"
3165
+ #~ msgid "A4"
3166
+ #~ msgstr "4"
3167
+
3168
+ #, fuzzy
3169
+ #~| msgid "Please rate us "
3170
+ #~ msgid "Please choose a rate"
3171
+ #~ msgstr "Por favor, classifique-nos "
3172
+
3173
+ #, fuzzy
3174
+ #~| msgid "Dotted"
3175
+ #~ msgid "Mayotte"
3176
+ #~ msgstr "Pontilhada"
3177
+
3178
+ #, fuzzy
3179
+ #~| msgid "Center"
3180
+ #~ msgid "Corrientes"
3181
+ #~ msgstr "Centro"
3182
+
3183
+ #, fuzzy
3184
+ #~| msgid "More Details"
3185
+ #~ msgid "Morelos"
3186
+ #~ msgstr "Mais Detalhes"
3187
+
3188
+ #, fuzzy
3189
+ #~| msgid "Inherit"
3190
+ #~ msgid "Bheri"
3191
+ #~ msgstr "Herdar"
3192
+
3193
+ #, fuzzy
3194
+ #~| msgid "Center"
3195
+ #~ msgid "Canterbury"
3196
+ #~ msgstr "Centro"
3197
+
3198
+ #, fuzzy
3199
+ #~| msgid "Tumblr"
3200
+ #~ msgid "Tumbes"
3201
+ #~ msgstr "Tumblr"
3202
+
3203
+ #, fuzzy
3204
+ #~| msgid "Telegram"
3205
+ #~ msgid "Teleorman"
3206
+ #~ msgstr "Telegram"
3207
+
3208
+ #, fuzzy
3209
+ #~| msgid "Select Background"
3210
+ #~ msgid "Select none"
3211
+ #~ msgstr "Escolha um fundo"
3212
+
3213
+ #, fuzzy
3214
+ #~| msgid "Install Now"
3215
+ #~ msgid "Free - Install now"
3216
+ #~ msgstr "Instalar Agora"
3217
+
3218
+ #, fuzzy
3219
+ #~| msgid "User Name"
3220
+ #~ msgid "User"
3221
+ #~ msgstr "Nome de Usuário"
3222
+
3223
+ #, fuzzy
3224
+ #~| msgid "Enable"
3225
+ #~ msgid "Enable reviews"
3226
+ #~ msgstr "Habilitado"
3227
+
3228
+ #, fuzzy
3229
+ #~| msgid "Enter any custom css you want to apply on login panel."
3230
+ #~ msgid "Enter a coupon code to apply to this order."
3231
+ #~ msgstr ""
3232
+ #~ "Digite qualquer css personalizado que você deseja aplicar no painel de "
3233
+ #~ "entrada."
3234
+
3235
+ #, fuzzy
3236
+ #~| msgid "Setting Save Successfully"
3237
+ #~ msgid "Attribute updated successfully"
3238
+ #~ msgstr "Configurações Salvas com Sucesso"
3239
+
3240
+ #, fuzzy
3241
+ #~| msgid "Admin Custom Login"
3242
+ #~ msgid "Custom ordering"
3243
+ #~ msgstr "Personalizar Login de Administrador"
3244
+
3245
+ #, fuzzy
3246
+ #~| msgid "Border Style"
3247
+ #~ msgid "Order by"
3248
+ #~ msgstr "Estilo da Borda"
3249
+
3250
+ #, fuzzy
3251
+ #~| msgid "Password"
3252
+ #~ msgid "Lost password"
3253
+ #~ msgstr "Senha"
3254
+
3255
+ #, fuzzy
3256
+ #~| msgid "Admin Custom Login"
3257
+ #~ msgid "Custom Link"
3258
+ #~ msgstr "Personalizar Login de Administrador"
3259
+
3260
+ #, fuzzy
3261
+ #~| msgid "Float Settings"
3262
+ #~ msgid "Tax Settings"
3263
+ #~ msgstr "Configurações de Flutuação"
3264
+
3265
+ #, fuzzy
3266
+ #~| msgid "Background Settings"
3267
+ #~ msgid "Checkout Settings"
3268
+ #~ msgstr "Configurações de Fundo"
3269
+
3270
+ #, fuzzy
3271
+ #~| msgid "Social Settings"
3272
+ #~ msgid "Email Settings"
3273
+ #~ msgstr "Configurações Sociais"
3274
+
3275
+ #, fuzzy
3276
+ #~| msgid "Logo Settings"
3277
+ #~ msgid "API Settings"
3278
+ #~ msgstr "Configurações de Logotipo"
3279
+
3280
+ #, fuzzy
3281
+ #~| msgid "Help And Support"
3282
+ #~ msgid "Help &amp; Support"
3283
+ #~ msgstr "Ajuda e Suporte"
3284
+
3285
+ #, fuzzy
3286
+ #~| msgid "Export / Import"
3287
+ #~ msgid "Product Import"
3288
+ #~ msgstr "Exportar / Importar"
3289
+
3290
+ #, fuzzy
3291
+ #~| msgid "Logo Settings"
3292
+ #~ msgid "WooCommerce settings"
3293
+ #~ msgstr "Configurações de Logotipo"
3294
+
3295
+ #, fuzzy
3296
+ #~| msgid "Visit Website"
3297
+ #~ msgid "Visit Store"
3298
+ #~ msgstr "Visite o Site"
3299
+
3300
+ #, fuzzy
3301
+ #~| msgid "preview"
3302
+ #~ msgid "Reviews"
3303
+ #~ msgstr "pré-visualizar"
3304
+
3305
+ #, fuzzy
3306
+ #~| msgid "Custom CSS"
3307
+ #~ msgid "Custom base"
3308
+ #~ msgstr "Personalizar CSS"
3309
+
3310
+ #, fuzzy
3311
+ #~| msgid "Floating"
3312
+ #~ msgid "Sorting"
3313
+ #~ msgstr "Flutuando"
3314
+
3315
+ #, fuzzy
3316
+ #~| msgid "Last Updated:"
3317
+ #~ msgid "Last name"
3318
+ #~ msgstr "Última Atualização:"
3319
+
3320
+ #, fuzzy
3321
+ #~| msgid "Custom CSS"
3322
+ #~ msgid "Customer list"
3323
+ #~ msgstr "Personalizar CSS"
3324
+
3325
+ #, fuzzy
3326
+ #~| msgid "Remove"
3327
+ #~ msgid "Remove image"
3328
+ #~ msgstr "Remover"
3329
+
3330
+ #, fuzzy
3331
+ #~| msgid "Enable Custom Login"
3332
+ #~ msgid "Enable auto-renew"
3333
+ #~ msgstr "Habilitar Personalização de Login"
3334
+
3335
+ #, fuzzy
3336
+ #~| msgid "Please upload a valid .json file"
3337
+ #~ msgid "Please upload or provide the link to a valid CSV file."
3338
+ #~ msgstr "Por favor, envie um arquivo .json válido"
3339
+
3340
+ #, fuzzy
3341
+ #~| msgid "Button Font Size"
3342
+ #~ msgid "Button text"
3343
+ #~ msgstr "Tamanho da Fonte do Botão"
3344
+
3345
+ #, fuzzy
3346
+ #~| msgid "Logo URL"
3347
+ #~ msgid "Download URL"
3348
+ #~ msgstr "URL do Logotipo"
3349
+
3350
+ #, fuzzy
3351
+ #~| msgid "More Details"
3352
+ #~ msgid "General Details"
3353
+ #~ msgstr "Mais Detalhes"
3354
+
3355
+ #, fuzzy
3356
+ #~| msgid "Border Style"
3357
+ #~ msgid "Order date:"
3358
+ #~ msgstr "Estilo da Borda"
3359
+
3360
+ #, fuzzy
3361
+ #~| msgid "Border Radius"
3362
+ #~ msgid "Order status:"
3363
+ #~ msgstr "Borda Arredondada"
3364
+
3365
+ #, fuzzy
3366
+ #~| msgid "Rate Us"
3367
+ #~ msgid "Rate name"
3368
+ #~ msgstr "Classifique-nos"
3369
+
3370
+ #, fuzzy
3371
+ #~| msgid "Rate Us"
3372
+ #~ msgid "Rate code"
3373
+ #~ msgstr "Classifique-nos"
3374
+
3375
+ #, fuzzy
3376
+ #~| msgid "Enable"
3377
+ #~ msgid "Taxable"
3378
+ #~ msgstr "Habilitado"
3379
+
3380
+ #, fuzzy
3381
+ #~| msgid "Select Background"
3382
+ #~ msgid "Select Page"
3383
+ #~ msgstr "Escolha um fundo"
3384
+
3385
+ #, fuzzy
3386
+ #~| msgid "Last Updated:"
3387
+ #~ msgid "Last order"
3388
+ #~ msgstr "Última Atualização:"
3389
+
3390
+ #, fuzzy
3391
+ #~| msgid "Border Radius"
3392
+ #~ msgid "orders"
3393
+ #~ msgstr "Borda Arredondada"
3394
+
3395
+ #, fuzzy
3396
+ #~| msgid "Rate Us"
3397
+ #~ msgid "Rate"
3398
+ #~ msgstr "Classifique-nos"
3399
+
3400
+ #, fuzzy
3401
+ #~| msgid "Logo"
3402
+ #~ msgid "Logout"
3403
+ #~ msgstr "Logotipo"
3404
+
3405
+ #, fuzzy
3406
+ #~| msgid "Enable Custom Login"
3407
+ #~ msgid "Enable guest checkout"
3408
+ #~ msgstr "Habilitar Personalização de Login"
3409
+
3410
+ #, fuzzy
3411
+ #~| msgid "Border Color"
3412
+ #~ msgid "Base color"
3413
+ #~ msgstr "Cor da Borda"
3414
+
3415
+ #, fuzzy
3416
+ #~| msgid "Background Color"
3417
+ #~ msgid "Background color"
3418
+ #~ msgstr "Cor de Fundo"
3419
+
3420
+ #, fuzzy
3421
+ #~| msgid "Background Color"
3422
+ #~ msgid "Body background color"
3423
+ #~ msgstr "Cor de Fundo"
3424
+
3425
+ #, fuzzy
3426
+ #~| msgid "Border Color"
3427
+ #~ msgid "Body text color"
3428
+ #~ msgstr "Cor da Borda"
3429
+
3430
+ #, fuzzy
3431
+ #~| msgid "Enable"
3432
+ #~ msgid "Enable taxes"
3433
+ #~ msgstr "Habilitado"
3434
+
3435
+ #, fuzzy
3436
+ #~| msgid "%s rating"
3437
+ #~ msgid "Average rating"
3438
+ #~ msgstr "classificação %s"
3439
+
3440
+ #, fuzzy
3441
+ #~| msgid "Enable Custom Login"
3442
+ #~ msgid "Enable stock management"
3443
+ #~ msgstr "Habilitar Personalização de Login"
3444
+
3445
+ #, fuzzy
3446
+ #~| msgid "Right Center"
3447
+ #~ msgid "Weight unit"
3448
+ #~ msgstr "Direita Centro"
3449
+
3450
+ #, fuzzy
3451
+ #~| msgid "%s rating"
3452
+ #~ msgid "%s rates"
3453
+ #~ msgstr "classificação %s"
3454
+
3455
+ #, fuzzy
3456
+ #~| msgid "No media selected!"
3457
+ #~ msgid "No row(s) selected"
3458
+ #~ msgstr "Nenhuma mídia selecionada!"
3459
+
3460
+ #, fuzzy
3461
+ #~| msgid "Save Changes"
3462
+ #~ msgid "Cancel changes"
3463
+ #~ msgstr "Salvar Configurações"
3464
+
3465
+ #, fuzzy
3466
+ #~| msgid "More Details"
3467
+ #~ msgid "Key details"
3468
+ #~ msgstr "Mais Detalhes"
3469
+
3470
+ #, fuzzy
3471
+ #~| msgid "Last Updated:"
3472
+ #~ msgid "Customer updated"
3473
+ #~ msgstr "Última Atualização:"
3474
+
3475
+ #, fuzzy
3476
+ #~| msgid "Application overview"
3477
+ #~ msgid "Action event"
3478
+ #~ msgstr "Resumo de aplicações"
3479
+
3480
+ #, fuzzy
3481
+ #~| msgid "Custom CSS"
3482
+ #~ msgid "Custom topic"
3483
+ #~ msgstr "Personalizar CSS"
3484
+
3485
+ #, fuzzy
3486
+ #~| msgid "Update Now"
3487
+ #~ msgid "Updated at"
3488
+ #~ msgstr "Atualizar Agora"
3489
+
3490
+ #, fuzzy
3491
+ #~| msgid "Remove"
3492
+ #~ msgid "Remote get"
3493
+ #~ msgstr "Remover"
3494
+
3495
+ #, fuzzy
3496
+ #~| msgid "Visit Website"
3497
+ #~ msgid "Visibility"
3498
+ #~ msgstr "Visite o Site"
3499
+
3500
+ #, fuzzy
3501
+ #~| msgid "Custom CSS"
3502
+ #~ msgid "Custom:"
3503
+ #~ msgstr "Personalizar CSS"
3504
+
3505
+ #, fuzzy
3506
+ #~| msgid "More Details"
3507
+ #~ msgid "File details."
3508
+ #~ msgstr "Mais Detalhes"
3509
+
3510
+ #, fuzzy
3511
+ #~| msgid "Admin Custom login Status"
3512
+ #~ msgid "Customer login name."
3513
+ #~ msgstr "Personalizar Status de Login do Administrador"
3514
+
3515
+ #, fuzzy
3516
+ #~| msgid "Last Updated:"
3517
+ #~ msgid "Last name."
3518
+ #~ msgstr "Última Atualização:"
3519
+
3520
+ #, fuzzy
3521
+ #~| msgid "Border Radius"
3522
+ #~ msgid "Order status."
3523
+ #~ msgstr "Borda Arredondada"
3524
+
3525
+ #, fuzzy
3526
+ #~| msgid "Logo Settings"
3527
+ #~ msgid "Settings."
3528
+ #~ msgstr "Configurações de Logotipo"
3529
+
3530
+ #, fuzzy
3531
+ #~| msgid "Setting Reset Successfully"
3532
+ #~ msgid "Roles successfully reset"
3533
+ #~ msgstr "Configurações Restauradas com Sucesso"
3534
+
3535
+ #, fuzzy
3536
+ #~| msgid "Setting Reset Successfully"
3537
+ #~ msgid "Sessions successfully cleared"
3538
+ #~ msgstr "Configurações Restauradas com Sucesso"
3539
+
3540
+ #, fuzzy
3541
+ #~| msgid "Setting Reset Successfully"
3542
+ #~ msgid "Usage tracking settings successfully reset."
3543
+ #~ msgstr "Configurações Restauradas com Sucesso"
3544
+
3545
+ #, fuzzy
3546
+ #~| msgid "Border Style"
3547
+ #~ msgid "Order note."
3548
+ #~ msgstr "Estilo da Borda"
3549
+
3550
+ #, fuzzy
3551
+ #~| msgid "Disabled"
3552
+ #~ msgid "API disabled!"
3553
+ #~ msgstr "Desabilitado"
3554
+
3555
+ #, fuzzy
3556
+ #~| msgid "Border Style"
3557
+ #~ msgid "Order notes"
3558
+ #~ msgstr "Estilo da Borda"
3559
+
3560
+ #, fuzzy
3561
+ #~| msgid "Please rate us "
3562
+ #~ msgid "Please rate the product."
3563
+ #~ msgstr "Por favor, classifique-nos "
3564
+
3565
+ #, fuzzy
3566
+ #~| msgid "Last Updated:"
3567
+ #~ msgid "Cart updated."
3568
+ #~ msgstr "Última Atualização:"
3569
+
3570
+ #, fuzzy
3571
+ #~| msgid "Border Style"
3572
+ #~ msgid "Backordered"
3573
+ #~ msgstr "Estilo da Borda"
3574
+
3575
+ #, fuzzy
3576
+ #~| msgid "Update Now"
3577
+ #~ msgid "Update category"
3578
+ #~ msgstr "Atualizar Agora"
3579
+
3580
+ #, fuzzy
3581
+ #~| msgid "Update Now"
3582
+ #~ msgid "Update tag"
3583
+ #~ msgstr "Atualizar Agora"
3584
+
3585
+ #, fuzzy
3586
+ #~| msgid "Update Now"
3587
+ #~ msgid "Update %s"
3588
+ #~ msgstr "Atualizar Agora"
3589
+
3590
+ #, fuzzy
3591
+ #~| msgid "Slider Animation"
3592
+ #~ msgid "Orders navigation"
3593
+ #~ msgstr "Animação do Slide"
3594
+
3595
+ #, fuzzy
3596
+ #~| msgid "Dashed"
3597
+ #~ msgid "Trashed"
3598
+ #~ msgstr "Tracejada"
3599
+
3600
+ #, fuzzy
3601
+ #~| msgid "Update Now"
3602
+ #~ msgid "Updated"
3603
+ #~ msgstr "Atualizar Agora"
3604
+
3605
+ #, fuzzy
3606
+ #~| msgid "Custom CSS"
3607
+ #~ msgid "Customer ID."
3608
+ #~ msgstr "Personalizar CSS"
3609
+
3610
+ #, fuzzy
3611
+ #~| msgid "More Details"
3612
+ #~ msgid "Your order details"
3613
+ #~ msgstr "Mais Detalhes"
3614
+
3615
+ #, fuzzy
3616
+ #~| msgid "Custom CSS"
3617
+ #~ msgid "Customer note"
3618
+ #~ msgstr "Personalizar CSS"
3619
+
3620
+ #, fuzzy
3621
+ #~| msgid "Password"
3622
+ #~ msgid "Reset password"
3623
+ #~ msgstr "Senha"
3624
+
3625
+ #, fuzzy
3626
+ #~| msgid "Enable form shadow?"
3627
+ #~ msgid "Enable for shipping methods"
3628
+ #~ msgstr "Habilitar sobra do formulário?"
3629
+
3630
+ #, fuzzy
3631
+ #~| msgid "Enable form shadow?"
3632
+ #~ msgid "Enable PayPal sandbox"
3633
+ #~ msgstr "Habilitar sobra do formulário?"
3634
+
3635
+ #, fuzzy
3636
+ #~| msgid "Enable Custom Login"
3637
+ #~ msgid "Enable logging"
3638
+ #~ msgstr "Habilitar Personalização de Login"
3639
+
3640
+ #, fuzzy
3641
+ #~| msgid "Password"
3642
+ #~ msgid "API password"
3643
+ #~ msgstr "Senha"
3644
+
3645
+ #, fuzzy
3646
+ #~| msgid "Border Color"
3647
+ #~ msgid "Modal color"
3648
+ #~ msgstr "Cor da Borda"
3649
+
3650
+ #, fuzzy
3651
+ #~| msgid "Select Background"
3652
+ #~ msgid "Selected countries"
3653
+ #~ msgstr "Escolha um fundo"
3654
+
3655
+ #, fuzzy
3656
+ #~| msgid "Default"
3657
+ #~ msgid "Default sorting"
3658
+ #~ msgstr "Padrão"
3659
+
3660
+ #, fuzzy
3661
+ #~| msgid "Select Background"
3662
+ #~ msgid "Select a category"
3663
+ #~ msgstr "Escolha um fundo"
3664
+
3665
+ #, fuzzy
3666
+ #~| msgid "Select Number of Slide Show"
3667
+ #~ msgid "Number of reviews to show"
3668
+ #~ msgstr "Selecione o Número de Slides"
3669
+
3670
+ #, fuzzy
3671
+ #~| msgid "Update Now"
3672
+ #~ msgid "Update totals"
3673
+ #~ msgstr "Atualizar Agora"
3674
+
3675
+ #, fuzzy
3676
+ #~| msgid "User Name"
3677
+ #~ msgid "Username: %s"
3678
+ #~ msgstr "Nome de Usuário"
3679
+
3680
+ #, fuzzy
3681
+ #~| msgid "More Details"
3682
+ #~ msgid "Customer details"
3683
+ #~ msgstr "Mais Detalhes"
3684
+
3685
+ #, fuzzy
3686
+ #~| msgid "Password"
3687
+ #~ msgid "Password change"
3688
+ #~ msgstr "Senha"
3689
+
3690
+ #, fuzzy
3691
+ #~| msgid "Password"
3692
+ #~ msgid "New password"
3693
+ #~ msgstr "Senha"
3694
+
3695
+ #, fuzzy
3696
+ #~| msgid "More Details"
3697
+ #~ msgid "Order details"
3698
+ #~ msgstr "Mais Detalhes"
3699
+
3700
+ #, fuzzy
3701
+ #~| msgid "preview"
3702
+ #~ msgid "Add a review"
3703
+ #~ msgstr "pré-visualizar"
3704
+
3705
+ #, fuzzy
3706
+ #~| msgid "Background Attachment"
3707
+ #~ msgid "Import Attachments"
3708
+ #~ msgstr "Fundo Anexado"
3709
+
3710
+ #, fuzzy
3711
+ #~| msgid "Logo Settings"
3712
+ #~ msgid "WP Editor Settings"
3713
+ #~ msgstr "Configurações de Logotipo"
3714
+
3715
+ #, fuzzy
3716
+ #~| msgid "No media selected!"
3717
+ #~ msgid "No File Selected"
3718
+ #~ msgstr "Nenhuma mídia selecionada!"
3719
+
3720
+ #, fuzzy
3721
+ #~| msgid "Text And Color Settings"
3722
+ #~ msgid "Theme Editor Settings"
3723
+ #~ msgstr "Configurações de Texto e Cores"
3724
+
3725
+ #, fuzzy
3726
+ #~| msgid "Login form Setting"
3727
+ #~ msgid "Plugin Editor Settings"
3728
+ #~ msgstr "Configurações do formulário de Login"
3729
+
3730
+ #, fuzzy
3731
+ #~| msgid "Text And Color Settings"
3732
+ #~ msgid "Page/Post Editor Settings"
3733
+ #~ msgstr "Configurações de Texto e Cores"
3734
+
3735
+ #, fuzzy
3736
+ #~| msgid "Login Settings"
3737
+ #~ msgid "Main Settings"
3738
+ #~ msgstr "Configurações de Login"
3739
+
3740
+ #, fuzzy
3741
+ #~| msgid "Premium Editions"
3742
+ #~ msgid "Plugin Edit Links"
3743
+ #~ msgstr "Edições Premium"
3744
+
3745
+ #, fuzzy
3746
+ #~| msgid "Enable Custom Login"
3747
+ #~ msgid "Enable Logging:"
3748
+ #~ msgstr "Habilitar Personalização de Login"
3749
+
3750
+ #, fuzzy
3751
+ #~| msgid "Dashboard"
3752
+ #~ msgid "Blackboard"
3753
+ #~ msgstr "Painel de Controle"
3754
+
3755
+ #, fuzzy
3756
+ #~| msgid "Right"
3757
+ #~ msgid "Night"
3758
+ #~ msgstr "Direita"
3759
+
3760
+ #, fuzzy
3761
+ #~| msgid "Link Font Size"
3762
+ #~ msgid "Change Font Size:"
3763
+ #~ msgstr "Tamanho da Fonte do Link"
3764
+
3765
+ #, fuzzy
3766
+ #~| msgid "Enable Link shadow?"
3767
+ #~ msgid "Enable Line Numbers:"
3768
+ #~ msgstr "Habilitar sombra nos Links?"
3769
+
3770
+ #, fuzzy
3771
+ #~| msgid "Enable Link shadow?"
3772
+ #~ msgid "Enable Line Wrapping:"
3773
+ #~ msgstr "Habilitar sombra nos Links?"
3774
+
3775
+ #, fuzzy
3776
+ #~| msgid "Input Font Size"
3777
+ #~ msgid "Indent Size"
3778
+ #~ msgstr "Tamanho da Fonte de Entrada"
3779
+
3780
+ #, fuzzy
3781
+ #~| msgid "Input Font Size"
3782
+ #~ msgid "Indent Size:"
3783
+ #~ msgstr "Tamanho da Fonte de Entrada"
3784
+
3785
+ #, fuzzy
3786
+ #~| msgid "Logo Height"
3787
+ #~ msgid "Editor Height"
3788
+ #~ msgstr "Altura do Logotipo"
3789
+
3790
+ #, fuzzy
3791
+ #~| msgid "Logo Height"
3792
+ #~ msgid "Editor Height:"
3793
+ #~ msgstr "Altura do Logotipo"
3794
+
3795
+ #, fuzzy
3796
+ #~| msgid "Upload"
3797
+ #~ msgid "File Upload"
3798
+ #~ msgstr "Enviar"
3799
+
3800
+ #, fuzzy
3801
+ #~| msgid "Enable Custom Login"
3802
+ #~ msgid "Enable Creating Plugins:"
3803
+ #~ msgstr "Habilitar Personalização de Login"
3804
+
3805
+ #, fuzzy
3806
+ #~| msgid "Upload"
3807
+ #~ msgid "Upload Files"
3808
+ #~ msgstr "Enviar"
3809
+
3810
+ #, fuzzy
3811
+ #~| msgid "Upload"
3812
+ #~ msgid "Upload File"
3813
+ #~ msgstr "Enviar"
3814
+
3815
+ #, fuzzy
3816
+ #~| msgid "Update Now"
3817
+ #~ msgid "Update File"
3818
+ #~ msgstr "Atualizar Agora"
3819
+
3820
+ #, fuzzy
3821
+ #~| msgid "User Name"
3822
+ #~ msgid "Theme Name"
3823
+ #~ msgstr "Nome de Usuário"
3824
+
3825
+ #, fuzzy
3826
+ #~| msgid "More Details"
3827
+ #~ msgid "Customer Details"
3828
+ #~ msgstr "Mais Detalhes"
3829
+
3830
+ #, fuzzy
3831
+ #~| msgid "More Details"
3832
+ #~ msgid "Order Details"
3833
+ #~ msgstr "Mais Detalhes"
3834
+
3835
+ #, fuzzy
3836
+ #~| msgid "Last Updated:"
3837
+ #~ msgid "Last Status Update"
3838
+ #~ msgstr "Última Atualização:"
3839
+
3840
+ #, fuzzy
3841
+ #~| msgid "Border Style"
3842
+ #~ msgid "order deleted"
3843
+ #~ msgstr "Estilo da Borda"
3844
+
3845
+ #, fuzzy
3846
+ #~| msgid "Right"
3847
+ #~ msgid "right"
3848
+ #~ msgstr "Direita"
3849
+
3850
+ #, fuzzy
3851
+ #~| msgid "Border Style"
3852
+ #~ msgid "order page"
3853
+ #~ msgstr "Estilo da Borda"
3854
+
3855
+ #, fuzzy
3856
+ #~| msgid "Border Color"
3857
+ #~ msgid "order history"
3858
+ #~ msgstr "Cor da Borda"
3859
+
3860
+ #, fuzzy
3861
+ #~| msgid "Password"
3862
+ #~ msgid "Lost Password"
3863
+ #~ msgstr "Senha"
3864
+
3865
+ #, fuzzy
3866
+ #~| msgid "Logo Settings"
3867
+ #~ msgid "Order Settings"
3868
+ #~ msgstr "Configurações de Logotipo"
3869
+
3870
+ #, fuzzy
3871
+ #~| msgid "Float Settings"
3872
+ #~ msgid "Order Form Settings"
3873
+ #~ msgstr "Configurações de Flutuação"
3874
+
3875
+ #, fuzzy
3876
+ #~| msgid "Update Now"
3877
+ #~ msgid "Update Category"
3878
+ #~ msgstr "Atualizar Agora"
3879
+
3880
+ #, fuzzy
3881
+ #~| msgid "Enable"
3882
+ #~ msgid "Main Table"
3883
+ #~ msgstr "Habilitado"
3884
+
3885
+ #, fuzzy
3886
+ #~| msgid "Enable"
3887
+ #~ msgid "Table"
3888
+ #~ msgstr "Habilitado"
3889
+
3890
+ #, fuzzy
3891
+ #~| msgid "Center Center"
3892
+ #~ msgid "Center Column All"
3893
+ #~ msgstr "Centro Centro"
3894
+
3895
+ #, fuzzy
3896
+ #~| msgid "Default"
3897
+ #~ msgid "Default Prices"
3898
+ #~ msgstr "Padrão"
3899
+
3900
+ #, fuzzy
3901
+ #~| msgid "Float Settings"
3902
+ #~ msgid "Gateways Settings"
3903
+ #~ msgstr "Configurações de Flutuação"
3904
+
3905
+ #, fuzzy
3906
+ #~| msgid "Login Settings"
3907
+ #~ msgid "Localization Settings"
3908
+ #~ msgstr "Configurações de Login"
3909
+
3910
+ #, fuzzy
3911
+ #~| msgid "Border Color"
3912
+ #~ msgid "Orders Form"
3913
+ #~ msgstr "Cor da Borda"
3914
+
3915
+ #, fuzzy
3916
+ #~| msgid "Font Setting"
3917
+ #~ msgid "Orders Setting"
3918
+ #~ msgstr "Configurações de Fonte"
3919
+
3920
+ #, fuzzy
3921
+ #~| msgid "Custom CSS"
3922
+ #~ msgid "Custom Range"
3923
+ #~ msgstr "Personalizar CSS"
3924
+
3925
+ #, fuzzy
3926
+ #~| msgid "Custom CSS"
3927
+ #~ msgid "Custom range"
3928
+ #~ msgstr "Personalizar CSS"
3929
+
3930
+ #, fuzzy
3931
+ #~| msgid "Float Settings"
3932
+ #~ msgid "Global Settings"
3933
+ #~ msgstr "Configurações de Flutuação"
3934
+
3935
+ #, fuzzy
3936
+ #~| msgid "Float Settings"
3937
+ #~ msgid "Manage Global Settings"
3938
+ #~ msgstr "Configurações de Flutuação"
3939
+
3940
+ #, fuzzy
3941
+ #~| msgid "Background Settings"
3942
+ #~ msgid "Manage Order Settings"
3943
+ #~ msgstr "Configurações de Fundo"
3944
+
3945
+ #, fuzzy
3946
+ #~| msgid "Logo Height"
3947
+ #~ msgid "on right"
3948
+ #~ msgstr "Altura do Logotipo"
3949
+
3950
+ #, fuzzy
3951
+ #~| msgid "Slider Animation"
3952
+ #~ msgid "no animation"
3953
+ #~ msgstr "Animação do Slide"
3954
+
3955
+ #, fuzzy
3956
+ #~| msgid "Plugin Recommendation"
3957
+ #~ msgid "Plugin Version:"
3958
+ #~ msgstr "Recomendações do Plugin"
3959
+
3960
+ #, fuzzy
3961
+ #~| msgid "User Name"
3962
+ #~ msgid "SMTP Username"
3963
+ #~ msgstr "Nome de Usuário"
3964
+
3965
+ #, fuzzy
3966
+ #~| msgid "Password"
3967
+ #~ msgid "SMTP Password"
3968
+ #~ msgstr "Senha"
3969
+
3970
+ #, fuzzy
3971
+ #~| msgid "Close"
3972
+ #~ msgid "Close Shop:"
3973
+ #~ msgstr "Fechar"
3974
+
3975
+ #, fuzzy
3976
+ #~| msgid "Save Changes"
3977
+ #~ msgid "Delivery Charges:"
3978
+ #~ msgstr "Salvar Configurações"
3979
+
3980
+ #, fuzzy
3981
+ #~| msgid "Border Radius"
3982
+ #~ msgid "order status"
3983
+ #~ msgstr "Borda Arredondada"
3984
+
3985
+ #, fuzzy
3986
+ #~| msgid "Small"
3987
+ #~ msgid "small"
3988
+ #~ msgstr "Pequeno"
3989
+
3990
+ #, fuzzy
3991
+ #~| msgid "Large"
3992
+ #~ msgid "large"
3993
+ #~ msgstr "Grande"
3994
+
3995
+ #, fuzzy
3996
+ #~| msgid "Medium"
3997
+ #~ msgid "medium"
3998
+ #~ msgstr "Médio"
3999
+
4000
+ #, fuzzy
4001
+ #~| msgid "Social Profiles"
4002
+ #~ msgid "Special Offers"
4003
+ #~ msgstr "Perfis Sociais"
4004
+
4005
+ #, fuzzy
4006
+ #~| msgid "Social "
4007
+ #~ msgid "Special Pizza"
4008
+ #~ msgstr "Social "
4009
+
4010
+ #, fuzzy
4011
+ #~| msgid "More Details"
4012
+ #~ msgid "order details"
4013
+ #~ msgstr "Mais Detalhes"
4014
+
4015
+ #, fuzzy
4016
+ #~| msgid "Update Now"
4017
+ #~ msgid "update order"
4018
+ #~ msgstr "Atualizar Agora"
4019
+
4020
+ #, fuzzy
4021
+ #~| msgid "Save Changes"
4022
+ #~ msgid "Delivery Charges"
4023
+ #~ msgstr "Salvar Configurações"
4024
+
4025
+ #, fuzzy
4026
+ #~| msgid "Close"
4027
+ #~ msgid "closed"
4028
+ #~ msgstr "Fechar"
4029
+
4030
+ #, fuzzy
4031
+ #~| msgid "More Details"
4032
+ #~ msgid "Site Details"
4033
+ #~ msgstr "Mais Detalhes"
4034
+
4035
+ #, fuzzy
4036
+ #~| msgid "Pinterest"
4037
+ #~ msgid "Plaintext"
4038
+ #~ msgstr "Pinterest"
4039
+
4040
+ #, fuzzy
4041
+ #~| msgid "Right Center"
4042
+ #~ msgid "Height [Integer]"
4043
+ #~ msgstr "Direita Centro"
4044
+
4045
+ #~ msgid "Nome de Usuário"
4046
+ #~ msgstr "Nome de Usuário"
4047
+
4048
+ #~ msgid "nome de usuário"
4049
+ #~ msgstr "nome de usuário"
4050
+
4051
+ #~ msgid "Senha"
4052
+ #~ msgstr "Senha"
4053
+
4054
+ #~ msgid "senha"
4055
+ #~ msgstr "senha"
4056
+
4057
+ #~ msgid "Login from Floating"
4058
+ #~ msgstr "Login Flutuante"
4059
+
4060
+ #~ msgid "Open Your WP Login Page in a New Tab"
4061
+ #~ msgstr "Abrir Sua Página de WP Login em uma Nova Aba"
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Customize WordPress Login Page ===
2
  Contributors: weblizar
3
  Donate link: http://www.weblizar.com/
4
- Tags: custom login page, custom admin login, custom login, customize wordpress login page, wordpress login
5
  Requires at least: 4.0
6
  Tested up to: 4.9.1
7
- Stable tag: 2.5.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -20,7 +20,7 @@ Pugin allows to change background color, background image, background slide show
20
 
21
  Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
22
 
23
- **Standard Features**
24
 
25
  * Add Your Own Custom Logo On Login Form
26
  * Background Colour
@@ -41,7 +41,6 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
41
  * Interactive Plugin Dashboard
42
  * Customize Login Form Positions
43
 
44
-
45
  ### Background Slide Show:
46
  This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
47
 
@@ -76,16 +75,11 @@ Plugin is integrated with 500+ google fonts. So add beautiful font styles fro yo
76
  ### Unlimited Colour Scheme:
77
  Theere you able update plugin design with unlimited colours. Colour option is available for both login form panel and background
78
 
79
- > #### **Admin Demo**
80
- >
81
- >
82
- > [Admin Demo](http://demo.weblizar.com/admin-custom-login-admin-demo/wp-admin)
83
- >
84
- > **Username:** userdemo
85
- >
86
- > **Password:** userdemo
87
- >
88
- >
89
 
90
  ### Translations By Our Plugin Users:
91
 
@@ -123,12 +117,13 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
123
  9. Made by Mary Job
124
  10. http://amirasghari.com Made by Dr. Amir Asghari
125
  11. Admin Setting Dashboard
126
-
127
  == Changelog ==
128
 
129
  For more information, see [Weblizar](http://wwww.weblizar.com/)
130
 
131
- = 2.5.6 - Finnish Translation added by Eerik Anttila
 
132
  = 2.5.6 - Plugin tested with latest WordPress 4.9.1 and working perfect, feedback and review appreciated
133
  = 2.5.5 - Portuguese Translation updaed by Rodrigues Santana
134
  = 2.5.4 - Plugin code indented and made the code clean + Fomr Inner Social Icons Text Changed
1
+ === Customize WordPress Login Page - Custom Login, Design Login Page, Login Page Customizer ===
2
  Contributors: weblizar
3
  Donate link: http://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.1
7
+ Stable tag: 2.5.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
20
 
21
  Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
22
 
23
+ ### Standard Features
24
 
25
  * Add Your Own Custom Logo On Login Form
26
  * Background Colour
41
  * Interactive Plugin Dashboard
42
  * Customize Login Form Positions
43
 
 
44
  ### Background Slide Show:
45
  This is our most key feature of this plugin. We have provide you our best to add slide show on your custom login background without any hesitation.
46
 
75
  ### Unlimited Colour Scheme:
76
  Theere you able update plugin design with unlimited colours. Colour option is available for both login form panel and background
77
 
78
+ #### Admin Demo
79
+
80
+ * [Admin Demo](http://demo.weblizar.com/admin-custom-login-admin-demo/wp-admin)
81
+ * **Username:** userdemo
82
+ * **Password:** userdemo
 
 
 
 
 
83
 
84
  ### Translations By Our Plugin Users:
85
 
117
  9. Made by Mary Job
118
  10. http://amirasghari.com Made by Dr. Amir Asghari
119
  11. Admin Setting Dashboard
120
+
121
  == Changelog ==
122
 
123
  For more information, see [Weblizar](http://wwww.weblizar.com/)
124
 
125
+ = 2.5.8 - Plugin text domain updated according to Wordpress.org Guideline
126
+ = 2.5.7 - Finnish Translation added by Eerik Anttila
127
  = 2.5.6 - Plugin tested with latest WordPress 4.9.1 and working perfect, feedback and review appreciated
128
  = 2.5.5 - Portuguese Translation updaed by Rodrigues Santana
129
  = 2.5.4 - Plugin code indented and made the code clean + Fomr Inner Social Icons Text Changed