All In One WP Security & Firewall - Version 4.4.0

Version Description

  • Added robustness to login lockdown feature by replacing the strtotime function with DateTime/DateInterval. This should prevent 32-bit systems from being constrained to the max date of 19 Jan 2038.
  • Fixed bugs related to captcha features.
  • Fixed and improved "Logged In Users" functionality for multisite.
  • Always set valid dates, to avoid errors when strict mode is enabled on mysql. Thanks to Davide.
Download this release

Release Info

Developer mra13
Plugin Icon 128x128 All In One WP Security & Firewall
Version 4.4.0
Comparing to
See all releases

Code changes from version 4.3.9.4 to 4.4.0

Files changed (37) hide show
  1. admin/wp-security-blacklist-menu.php +2 -2
  2. admin/wp-security-brute-force-menu.php +9 -9
  3. admin/wp-security-dashboard-menu.php +34 -25
  4. admin/wp-security-filescan-menu.php +1 -1
  5. admin/wp-security-filesystem-menu.php +1 -1
  6. admin/wp-security-firewall-menu.php +2 -2
  7. admin/wp-security-list-404.php +6 -6
  8. admin/wp-security-list-acct-activity.php +4 -4
  9. admin/wp-security-list-comment-spammer-ip.php +4 -4
  10. admin/wp-security-list-locked-ip.php +8 -8
  11. admin/wp-security-list-logged-in-users.php +21 -9
  12. admin/wp-security-list-login-fails.php +4 -4
  13. admin/wp-security-list-permanent-blocked-ip.php +4 -4
  14. admin/wp-security-list-registered-users.php +6 -6
  15. admin/wp-security-maintenance-menu.php +1 -1
  16. admin/wp-security-misc-options-menu.php +4 -4
  17. admin/wp-security-settings-menu.php +13 -13
  18. admin/wp-security-spam-menu.php +1 -1
  19. admin/wp-security-user-accounts-menu.php +2 -2
  20. admin/wp-security-user-login-menu.php +6 -6
  21. admin/wp-security-user-registration-menu.php +1 -1
  22. admin/wp-security-whois-menu.php +0 -136
  23. classes/wp-security-captcha.php +4 -11
  24. classes/wp-security-deactivation-tasks.php +44 -4
  25. classes/wp-security-general-init-tasks.php +29 -32
  26. classes/wp-security-installer.php +43 -8
  27. classes/wp-security-user-login.php +57 -12
  28. classes/wp-security-user-registration.php +0 -22
  29. js/masonry.pkgd.min.js +0 -9
  30. languages/all-in-one-wp-security-and-firewall-es_ES.mo +0 -0
  31. languages/all-in-one-wp-security-and-firewall-es_ES.po +0 -4017
  32. languages/all-in-one-wp-security-and-firewall-fa_IR.mo +0 -0
  33. languages/all-in-one-wp-security-and-firewall-fa_IR.po +0 -4056
  34. languages/all-in-one-wp-security-and-firewall-it_IT.mo +0 -0
  35. languages/all-in-one-wp-security-and-firewall-it_IT.po +0 -7365
  36. languages/all-in-one-wp-security-and-firewall-nl_NL.mo +0 -0
  37. languages/all-in-one-wp-security-and-firewall-nl_NL.po +2853 -2373
admin/wp-security-blacklist-menu.php CHANGED
@@ -155,7 +155,7 @@ class AIOWPSecurity_Blacklist_Menu extends AIOWPSecurity_Admin_Menu
155
  </div>
156
  <div class="aio_grey_box">
157
  <?php
158
- $addon_link = '<strong><a href="http://www.site-scanners.com/country-blocking-addon/" target="_blank">Country Blocking Addon</a></strong>';
159
  $info_msg = sprintf( __('You may also be interested in our %s.', 'all-in-one-wp-security-and-firewall'), $addon_link);
160
  $info_msg2 = __('This addon allows you to automatically block IP addresses based on their country of origin.', 'all-in-one-wp-security-and-firewall');
161
 
@@ -177,7 +177,7 @@ class AIOWPSecurity_Blacklist_Menu extends AIOWPSecurity_Admin_Menu
177
  <div class="aio_orange_box">
178
  <p>
179
  <?php
180
- $read_link = '<a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">must read this message</a>';
181
  echo sprintf(__('This feature can lock you out of admin if it doesn\'t work correctly on your site. You %s before activating this feature.', 'all-in-one-wp-security-and-firewall'), $read_link);
182
  ?>
183
  </p>
155
  </div>
156
  <div class="aio_grey_box">
157
  <?php
158
+ $addon_link = '<strong><a href="http://www.site-scanners.com/country-blocking-addon/" target="_blank">'.__('Country Blocking Addon', 'all-in-one-wp-security-and-firewall').'</a></strong>';
159
  $info_msg = sprintf( __('You may also be interested in our %s.', 'all-in-one-wp-security-and-firewall'), $addon_link);
160
  $info_msg2 = __('This addon allows you to automatically block IP addresses based on their country of origin.', 'all-in-one-wp-security-and-firewall');
161
 
177
  <div class="aio_orange_box">
178
  <p>
179
  <?php
180
+ $read_link = '<a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">'.__('must read this message', 'all-in-one-wp-security-and-firewall').'</a>';
181
  echo sprintf(__('This feature can lock you out of admin if it doesn\'t work correctly on your site. You %s before activating this feature.', 'all-in-one-wp-security-and-firewall'), $read_link);
182
  ?>
183
  </p>
admin/wp-security-brute-force-menu.php CHANGED
@@ -165,8 +165,8 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
165
  ?>
166
  <div class="aio_blue_box">
167
  <?php
168
- $cookie_based_feature_url = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab2" target="_blank">Cookie Based Brute Force Prevention</a>';
169
- $white_list_feature_url = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab4" target="_blank">Login Page White List</a>';
170
  echo '<p>'.__('An effective Brute Force prevention technique is to change the default WordPress login page URL.', 'all-in-one-wp-security-and-firewall').'</p>'.
171
  '<p>'.__('Normally if you wanted to login to WordPress you would type your site\'s home URL followed by wp-login.php.', 'all-in-one-wp-security-and-firewall').'</p>'.
172
  '<p>'.__('This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the <strong>wp-login.php</strong> to any string that you like.', 'all-in-one-wp-security-and-firewall').'</p>'.
@@ -205,7 +205,7 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
205
  <?php wp_nonce_field('aiowpsec-rename-login-page-nonce'); ?>
206
  <div class="aio_orange_box">
207
  <?php
208
- $read_link = '<a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">must read this message</a>';
209
  echo '<p>'.sprintf(__('This feature can lock you out of admin if it doesn\'t work correctly on your site. You %s before activating this feature.', 'all-in-one-wp-security-and-firewall'), $read_link).'</p>';
210
  echo '<p>'.__("NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page.", "all-in-one-wp-security-and-firewall").'</p>';
211
  ?>
@@ -340,12 +340,12 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
340
  </div>
341
  <div class="aio_yellow_box">
342
  <?php
343
- $backup_tab_link = '<a href="admin.php?page='.AIOWPSEC_SETTINGS_MENU_SLUG.'&tab=tab2" target="_blank">backup</a>';
344
- $video_link = '<a href="https://www.tipsandtricks-hq.com/all-in-one-wp-security-plugin-cookie-based-brute-force-login-attack-prevention-feature-5994" target="_blank">video tutorial</a>';
345
  $info_msg = sprintf( __('Even though this feature should not have any impact on your site\'s general functionality <strong>you are strongly encouraged to take a %s of your .htaccess file before proceeding</strong>.', 'all-in-one-wp-security-and-firewall'), $backup_tab_link);
346
  $info_msg1 = __('If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens.', 'all-in-one-wp-security-and-firewall');
347
  $info_msg2 = sprintf( __('To learn more about how to use this feature please watch the following %s.', 'all-in-one-wp-security-and-firewall'), $video_link);
348
- $brute_force_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_FIREWALL_MENU_SLUG.'&tab=tab4" target="_blank">Cookie-Based Brute Force Login Prevention</a>';
349
  echo '<p>'.$info_msg.
350
  '<br />'.$info_msg1.
351
  '<br />'.$info_msg2.'</p>';
@@ -376,7 +376,7 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
376
  <?php wp_nonce_field('aiowpsec-enable-cookie-based-brute-force-prevention'); ?>
377
  <div class="aio_orange_box">
378
  <p>
379
- <?php _e('This feature can lock you out of admin if it doesn\'t work correctly on your site. You <a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">must read this message</a> before activating this feature.', 'all-in-one-wp-security-and-firewall'); ?>
380
  </p>
381
  </div>
382
  <table class="form-table">
@@ -572,7 +572,7 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
572
  <div class="aio_orange_box">
573
  <p>
574
  <?php
575
- echo __('By enabling these settings the Google reCAPTCHA v2 widget will be applied by default for all forms in the captcha settings below.', 'all-in-one-wp-security-and-firewall');
576
  ?>
577
  </p>
578
  </div>
@@ -780,7 +780,7 @@ class AIOWPSecurity_Brute_Force_Menu extends AIOWPSecurity_Admin_Menu
780
  <div class="aio_yellow_box">
781
  <?php
782
  $brute_force_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab2" target="_blank">Cookie-Based Brute Force Login Prevention</a>';
783
- $rename_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab1" target="_blank">Rename Login Page</a>';
784
  echo '<p>'.sprintf( __('Attention: If in addition to enabling the white list feature, you also have one of the %s or %s features enabled, <strong>you will still need to use your secret word or special slug in the URL when trying to access your WordPress login page</strong>.', 'all-in-one-wp-security-and-firewall'), $brute_force_login_feature_link, $rename_login_feature_link).'</p>
785
  <p>'.__('These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security.', 'all-in-one-wp-security-and-firewall').'</p>';
786
  ?>
165
  ?>
166
  <div class="aio_blue_box">
167
  <?php
168
+ $cookie_based_feature_url = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab2" target="_blank">'.__('Cookie Based Brute Force Prevention', 'all-in-one-wp-security-and-firewall').'</a>';
169
+ $white_list_feature_url = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab4" target="_blank">'.__('Login Page White List', 'all-in-one-wp-security-and-firewall').'</a>';
170
  echo '<p>'.__('An effective Brute Force prevention technique is to change the default WordPress login page URL.', 'all-in-one-wp-security-and-firewall').'</p>'.
171
  '<p>'.__('Normally if you wanted to login to WordPress you would type your site\'s home URL followed by wp-login.php.', 'all-in-one-wp-security-and-firewall').'</p>'.
172
  '<p>'.__('This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the <strong>wp-login.php</strong> to any string that you like.', 'all-in-one-wp-security-and-firewall').'</p>'.
205
  <?php wp_nonce_field('aiowpsec-rename-login-page-nonce'); ?>
206
  <div class="aio_orange_box">
207
  <?php
208
+ $read_link = '<a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">'.__('must read this message', 'all-in-one-wp-security-and-firewall').'</a>';
209
  echo '<p>'.sprintf(__('This feature can lock you out of admin if it doesn\'t work correctly on your site. You %s before activating this feature.', 'all-in-one-wp-security-and-firewall'), $read_link).'</p>';
210
  echo '<p>'.__("NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page.", "all-in-one-wp-security-and-firewall").'</p>';
211
  ?>
340
  </div>
341
  <div class="aio_yellow_box">
342
  <?php
343
+ $backup_tab_link = '<a href="admin.php?page='.AIOWPSEC_SETTINGS_MENU_SLUG.'&tab=tab2" target="_blank">'.__('backup', 'all-in-one-wp-security-and-firewall').'</a>';
344
+ $video_link = '<a href="https://www.tipsandtricks-hq.com/all-in-one-wp-security-plugin-cookie-based-brute-force-login-attack-prevention-feature-5994" target="_blank">'.__('video tutorial', 'all-in-one-wp-security-and-firewall').'</a>';
345
  $info_msg = sprintf( __('Even though this feature should not have any impact on your site\'s general functionality <strong>you are strongly encouraged to take a %s of your .htaccess file before proceeding</strong>.', 'all-in-one-wp-security-and-firewall'), $backup_tab_link);
346
  $info_msg1 = __('If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens.', 'all-in-one-wp-security-and-firewall');
347
  $info_msg2 = sprintf( __('To learn more about how to use this feature please watch the following %s.', 'all-in-one-wp-security-and-firewall'), $video_link);
348
+ $brute_force_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_FIREWALL_MENU_SLUG.'&tab=tab4" target="_blank">'.__('Cookie-Based Brute Force Login Prevention', 'all-in-one-wp-security-and-firewall').'</a>';
349
  echo '<p>'.$info_msg.
350
  '<br />'.$info_msg1.
351
  '<br />'.$info_msg2.'</p>';
376
  <?php wp_nonce_field('aiowpsec-enable-cookie-based-brute-force-prevention'); ?>
377
  <div class="aio_orange_box">
378
  <p>
379
+ <?php _e('This feature can lock you out of admin if it doesn\'t work correctly on your site. You <a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note" target="_blank">'.__('must read this message', 'all-in-one-wp-security-and-firewall').'</a> before activating this feature.', 'all-in-one-wp-security-and-firewall'); ?>
380
  </p>
381
  </div>
382
  <table class="form-table">
572
  <div class="aio_orange_box">
573
  <p>
574
  <?php
575
+ echo __('By enabling these settings the Google reCAPTCHA v2 widget will be applied by default for all forms with captcha enabled.', 'all-in-one-wp-security-and-firewall');
576
  ?>
577
  </p>
578
  </div>
780
  <div class="aio_yellow_box">
781
  <?php
782
  $brute_force_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab2" target="_blank">Cookie-Based Brute Force Login Prevention</a>';
783
+ $rename_login_feature_link = '<a href="admin.php?page='.AIOWPSEC_BRUTE_FORCE_MENU_SLUG.'&tab=tab1" target="_blank">'.__('Rename Login Page', 'all-in-one-wp-security-and-firewall').'</a>';
784
  echo '<p>'.sprintf( __('Attention: If in addition to enabling the white list feature, you also have one of the %s or %s features enabled, <strong>you will still need to use your secret word or special slug in the URL when trying to access your WordPress login page</strong>.', 'all-in-one-wp-security-and-firewall'), $brute_force_login_feature_link, $rename_login_feature_link).'</p>
785
  <p>'.__('These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security.', 'all-in-one-wp-security-and-firewall').'</p>';
786
  ?>
admin/wp-security-dashboard-menu.php CHANGED
@@ -328,7 +328,7 @@ class AIOWPSecurity_Dashboard_Menu extends AIOWPSecurity_Admin_Menu
328
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
329
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>"/>
330
  <?php
331
- $blocked_ip_list->search_box('Search', 'search_permanent_block');
332
  if (isset($_REQUEST["tab"])) {
333
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
334
  }
@@ -586,16 +586,15 @@ class AIOWPSecurity_Dashboard_Menu extends AIOWPSecurity_Admin_Menu
586
  function widget_spread_the_word() {
587
  ?>
588
  <p><?php _e('We are working hard to make your WordPress site more secure. Please support us, here is how:', 'all-in-one-wp-security-and-firewall');?></p>
589
- <p><a href="https://plus.google.com/+Tipsandtricks-hq/" target="_blank">Follow us on
590
- Google+</a>
591
  </p>
592
  <p>
593
  <a href="http://twitter.com/intent/tweet?url=https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin&text=I love the All In One WP Security and Firewall plugin!"
594
- target="_blank" class="aio_tweet_link">Post to Twitter</a>
595
  </p>
596
  <p>
597
  <a href="http://wordpress.org/support/view/plugin-reviews/all-in-one-wp-security-and-firewall/"
598
- target="_blank" class="aio_rate_us_link">Give us a Good Rating</a>
599
  </p>
600
  <?php
601
  }
@@ -780,31 +779,41 @@ class AIOWPSecurity_Dashboard_Menu extends AIOWPSecurity_Admin_Menu
780
 
781
  function widget_logged_in_users() {
782
  $users_online_link = '<a href="admin.php?page=' . AIOWPSEC_USER_LOGIN_MENU_SLUG . '&tab=tab5">Logged In Users</a>';
 
 
 
783
  if (AIOWPSecurity_Utility::is_multisite_install()) {
784
- $logged_in_users = get_site_transient('users_online');
785
- $num_users = count($logged_in_users);
786
- if ($num_users > 1) {
787
- echo '<div class="aio_red_box"><p>' . __('Number of users currently logged in site-wide is:', 'all-in-one-wp-security-and-firewall') . ' <strong>' . $num_users . '</strong></p>';
788
- $info_msg = '<p>' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $users_online_link) . '</p>';
789
- echo $info_msg . '</div>';
790
  } else {
791
- echo '<div class="aio_green_box"><p>' . __('There are no other site-wide users currently logged in.', 'all-in-one-wp-security-and-firewall') . '</p></div>';
 
 
 
 
 
792
  }
793
  } else {
794
  $logged_in_users = get_transient('users_online');
795
- if ($logged_in_users === false || $logged_in_users == NULL) {
796
- $num_users = 0;
797
- } else {
798
- $num_users = count($logged_in_users);
799
- }
800
- if ($num_users > 1) {
801
- echo '<div class="aio_red_box"><p>' . __('Number of users currently logged into your site (including you) is:', 'all-in-one-wp-security-and-firewall') . ' <strong>' . $num_users . '</strong></p>';
802
- $info_msg = '<p>' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $users_online_link) . '</p>';
803
- echo $info_msg . '</div>';
804
- } else {
805
- echo '<div class="aio_green_box"><p>' . __('There are no other users currently logged in.', 'all-in-one-wp-security-and-firewall') . '</p></div>';
806
- }
807
- }
 
 
808
  }
809
 
810
  function widget_locked_ip_addresses() {
328
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
329
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>"/>
330
  <?php
331
+ $blocked_ip_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_permanent_block');
332
  if (isset($_REQUEST["tab"])) {
333
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
334
  }
586
  function widget_spread_the_word() {
587
  ?>
588
  <p><?php _e('We are working hard to make your WordPress site more secure. Please support us, here is how:', 'all-in-one-wp-security-and-firewall');?></p>
589
+ <p><a href="https://www.facebook.com/tipsntrickshq/" target="_blank"><?php _e('Follow us on', 'all-in-one-wp-security-and-firewall');?> Facebook</a>
 
590
  </p>
591
  <p>
592
  <a href="http://twitter.com/intent/tweet?url=https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin&text=I love the All In One WP Security and Firewall plugin!"
593
+ target="_blank" class="aio_tweet_link"><?php _e('Post to Twitter', 'all-in-one-wp-security-and-firewall');?></a>
594
  </p>
595
  <p>
596
  <a href="http://wordpress.org/support/view/plugin-reviews/all-in-one-wp-security-and-firewall/"
597
+ target="_blank" class="aio_rate_us_link"><?php _e('Give us a Good Rating', 'all-in-one-wp-security-and-firewall');?></a>
598
  </p>
599
  <?php
600
  }
779
 
780
  function widget_logged_in_users() {
781
  $users_online_link = '<a href="admin.php?page=' . AIOWPSEC_USER_LOGIN_MENU_SLUG . '&tab=tab5">Logged In Users</a>';
782
+ // default display messages
783
+ $multiple_users_info_msg = __('Number of users currently logged into your site (including you) is:', 'all-in-one-wp-security-and-firewall');
784
+ $single_user_info_msg = __('There are no other users currently logged in.', 'all-in-one-wp-security-and-firewall');
785
  if (AIOWPSecurity_Utility::is_multisite_install()) {
786
+ $current_blog_id = get_current_blog_id();
787
+ $is_main = is_main_site($current_blog_id);
788
+
789
+ if(empty($is_main)) {
790
+ // subsite - only get logged in users for this blog_id
791
+ $logged_in_users = AIOWPSecurity_User_Login::get_subsite_logged_in_users($current_blog_id);
792
  } else {
793
+ // main site - get sitewide users
794
+ $logged_in_users = get_site_transient('users_online');
795
+
796
+ // If viewing aiowps from multisite main network dashboard then display a different message
797
+ $multiple_users_info_msg = __('Number of users currently logged in site-wide (including you) is:', 'all-in-one-wp-security-and-firewall');
798
+ $single_user_info_msg = __('There are no other site-wide users currently logged in.', 'all-in-one-wp-security-and-firewall');
799
  }
800
  } else {
801
  $logged_in_users = get_transient('users_online');
802
+ }
803
+
804
+ if (empty($logged_in_users)) {
805
+ $num_users = 0;
806
+ } else {
807
+ $num_users = count($logged_in_users);
808
+ }
809
+ if ($num_users > 1) {
810
+ echo '<div class="aio_red_box"><p>' . $multiple_users_info_msg . ' <strong>' . $num_users . '</strong></p>';
811
+ $info_msg = '<p>' . sprintf(__('Go to the %s menu to see more details', 'all-in-one-wp-security-and-firewall'), $users_online_link) . '</p>';
812
+ echo $info_msg . '</div>';
813
+ } else {
814
+ echo '<div class="aio_green_box"><p>' . $single_user_info_msg . '</p></div>';
815
+ }
816
+
817
  }
818
 
819
  function widget_locked_ip_addresses() {
admin/wp-security-filescan-menu.php CHANGED
@@ -369,7 +369,7 @@ class AIOWPSecurity_Filescan_Menu extends AIOWPSecurity_Admin_Menu
369
  '<p>'.__('Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site\'s search ranking.', 'all-in-one-wp-security-and-firewall').'</p>'.
370
  '<p>'.__('This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings.', 'all-in-one-wp-security-and-firewall').'</p>';
371
 
372
- $site_scanners_link = '<a href="http://www.site-scanners.com" target="_blank">CLICK HERE</a>';
373
 
374
  echo '<h2>'.__('Scanning For Malware', 'all-in-one-wp-security-and-firewall').'</h2>';
375
  echo '<p>'.__('Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly.', 'all-in-one-wp-security-and-firewall').'</p>'.
369
  '<p>'.__('Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site\'s search ranking.', 'all-in-one-wp-security-and-firewall').'</p>'.
370
  '<p>'.__('This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings.', 'all-in-one-wp-security-and-firewall').'</p>';
371
 
372
+ $site_scanners_link = '<a href="http://www.site-scanners.com" target="_blank">'.__('CLICK HERE', 'all-in-one-wp-security-and-firewall').'</a>';
373
 
374
  echo '<h2>'.__('Scanning For Malware', 'all-in-one-wp-security-and-firewall').'</h2>';
375
  echo '<p>'.__('Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly.', 'all-in-one-wp-security-and-firewall').'</p>'.
admin/wp-security-filesystem-menu.php CHANGED
@@ -359,7 +359,7 @@ class AIOWPSecurity_Filesystem_Menu extends AIOWPSecurity_Admin_Menu
359
  <div class="postbox">
360
  <h3 class="hndle"><label for="title"><?php _e('View System Logs', 'all-in-one-wp-security-and-firewall'); ?></label></h3>
361
  <div class="inside">
362
- <p>Please click the button below to view the latest system logs:</p>
363
  <form action="" method="POST">
364
  <?php wp_nonce_field('aiowpsec-view-system-logs-nonce'); ?>
365
  <div><?php _e('Enter System Log File Name', 'all-in-one-wp-security-and-firewall')?>:
359
  <div class="postbox">
360
  <h3 class="hndle"><label for="title"><?php _e('View System Logs', 'all-in-one-wp-security-and-firewall'); ?></label></h3>
361
  <div class="inside">
362
+ <p><?php _e('Please click the button below to view the latest system logs', 'all-in-one-wp-security-and-firewall'); ?>:</p>
363
  <form action="" method="POST">
364
  <?php wp_nonce_field('aiowpsec-view-system-logs-nonce'); ?>
365
  <div><?php _e('Enter System Log File Name', 'all-in-one-wp-security-and-firewall')?>:
admin/wp-security-firewall-menu.php CHANGED
@@ -663,7 +663,7 @@ class AIOWPSecurity_Firewall_Menu extends AIOWPSecurity_Admin_Menu
663
  <div class="aio_blue_box">
664
  <?php
665
  $info_msg = '';
666
- $wiki_link = '<a href="http://en.wikipedia.org/wiki/Internet_bot" target="_blank">What is an Internet Bot</a>';
667
  $info_msg .= '<p><strong>'.sprintf( __('%s?', 'all-in-one-wp-security-and-firewall'), $wiki_link).'</strong></p>';
668
 
669
  $info_msg .= '<p>'. __('A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task.', 'all-in-one-wp-security-and-firewall').'</p>';
@@ -968,7 +968,7 @@ class AIOWPSecurity_Firewall_Menu extends AIOWPSecurity_Admin_Menu
968
  <form id="tables-filter" method="post">
969
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
970
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
971
- <?php $event_list_404->search_box('Search', 'search_404_events'); ?>
972
  <?php
973
  if(isset($_REQUEST["tab"]))
974
  {
663
  <div class="aio_blue_box">
664
  <?php
665
  $info_msg = '';
666
+ $wiki_link = '<a href="http://en.wikipedia.org/wiki/Internet_bot" target="_blank">'.__('What is an Internet Bot', 'all-in-one-wp-security-and-firewall').'</a>';
667
  $info_msg .= '<p><strong>'.sprintf( __('%s?', 'all-in-one-wp-security-and-firewall'), $wiki_link).'</strong></p>';
668
 
669
  $info_msg .= '<p>'. __('A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task.', 'all-in-one-wp-security-and-firewall').'</p>';
968
  <form id="tables-filter" method="post">
969
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
970
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
971
+ <?php $event_list_404->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_404_events'); ?>
972
  <?php
973
  if(isset($_REQUEST["tab"]))
974
  {
admin/wp-security-list-404.php CHANGED
@@ -81,12 +81,12 @@ class AIOWPSecurity_List_404 extends AIOWPSecurity_List_Table {
81
  $columns = array(
82
  'cb' => '<input type="checkbox" />', //Render a checkbox
83
  'id' => 'ID',
84
- 'event_type' => 'Event Type',
85
- 'ip_or_host' => 'IP Address',
86
- 'url' => 'Attempted URL',
87
- 'referer_info' => 'Referer',
88
- 'event_date' => 'Date',
89
- 'status' => 'Lock Status',
90
  );
91
  $columns = apply_filters('list_404_get_columns', $columns);
92
  return $columns;
81
  $columns = array(
82
  'cb' => '<input type="checkbox" />', //Render a checkbox
83
  'id' => 'ID',
84
+ 'event_type' => __('Event Type','all-in-one-wp-security-and-firewall'),
85
+ 'ip_or_host' => __('IP Address','all-in-one-wp-security-and-firewall'),
86
+ 'url' => __('Attempted URL','all-in-one-wp-security-and-firewall'),
87
+ 'referer_info' => __('Referer','all-in-one-wp-security-and-firewall'),
88
+ 'event_date' => __('Date','all-in-one-wp-security-and-firewall'),
89
+ 'status' => __('Lock Status','all-in-one-wp-security-and-firewall'),
90
  );
91
  $columns = apply_filters('list_404_get_columns', $columns);
92
  return $columns;
admin/wp-security-list-acct-activity.php CHANGED
@@ -51,10 +51,10 @@ class AIOWPSecurity_List_Account_Activity extends AIOWPSecurity_List_Table {
51
  function get_columns(){
52
  $columns = array(
53
  'cb' => '<input type="checkbox" />', //Render a checkbox
54
- 'user_id' => 'User ID',
55
- 'user_login' => 'Username',
56
- 'login_date' => 'Login Date',
57
- 'logout_date' => 'Logout Date',
58
  'login_ip' => 'IP'
59
  );
60
  return $columns;
51
  function get_columns(){
52
  $columns = array(
53
  'cb' => '<input type="checkbox" />', //Render a checkbox
54
+ 'user_id' => __('User ID', 'all-in-one-wp-security-and-firewall'),
55
+ 'user_login' => __('Username', 'all-in-one-wp-security-and-firewall'),
56
+ 'login_date' => __('Login Date', 'all-in-one-wp-security-and-firewall'),
57
+ 'logout_date' => __('Logout Date', 'all-in-one-wp-security-and-firewall'),
58
  'login_ip' => 'IP'
59
  );
60
  return $columns;
admin/wp-security-list-comment-spammer-ip.php CHANGED
@@ -56,9 +56,9 @@ class AIOWPSecurity_List_Comment_Spammer_IP extends AIOWPSecurity_List_Table {
56
  function get_columns(){
57
  $columns = array(
58
  'cb' => '<input type="checkbox" />', //Render a checkbox
59
- 'comment_author_IP' => 'Spammer IP',
60
- 'amount' => 'Number of SPAM Comments From This IP',
61
- 'status' => 'Status',
62
  );
63
  return $columns;
64
  }
@@ -78,7 +78,7 @@ class AIOWPSecurity_List_Comment_Spammer_IP extends AIOWPSecurity_List_Table {
78
  $actions = array(); //blank array
79
  }else{
80
  $actions = array(
81
- 'block' => 'Block'
82
  );
83
  }
84
  return $actions;
56
  function get_columns(){
57
  $columns = array(
58
  'cb' => '<input type="checkbox" />', //Render a checkbox
59
+ 'comment_author_IP' => __('Spammer IP', 'all-in-one-wp-security-and-firewall'),
60
+ 'amount' => __('Number of SPAM Comments From This IP', 'all-in-one-wp-security-and-firewall'),
61
+ 'status' => __('Status', 'all-in-one-wp-security-and-firewall'),
62
  );
63
  return $columns;
64
  }
78
  $actions = array(); //blank array
79
  }else{
80
  $actions = array(
81
+ 'block' => __('Block', 'all-in-one-wp-security-and-firewall')
82
  );
83
  }
84
  return $actions;
admin/wp-security-list-locked-ip.php CHANGED
@@ -56,12 +56,12 @@ class AIOWPSecurity_List_Locked_IP extends AIOWPSecurity_List_Table {
56
  function get_columns(){
57
  $columns = array(
58
  'cb' => '<input type="checkbox" />', //Render a checkbox
59
- 'failed_login_ip' => 'Locked IP/Range',
60
- 'user_id' => 'User ID',
61
- 'user_login' => 'Username',
62
- 'lock_reason' => 'Reason',
63
- 'lockdown_date' => 'Date Locked',
64
- 'release_date' => 'Release Date'
65
  );
66
  return $columns;
67
  }
@@ -80,8 +80,8 @@ class AIOWPSecurity_List_Locked_IP extends AIOWPSecurity_List_Table {
80
 
81
  function get_bulk_actions() {
82
  $actions = array(
83
- 'unlock' => 'Unlock',
84
- 'delete' => 'Delete'
85
  );
86
  return $actions;
87
  }
56
  function get_columns(){
57
  $columns = array(
58
  'cb' => '<input type="checkbox" />', //Render a checkbox
59
+ 'failed_login_ip' => __('Locked IP/Range', 'all-in-one-wp-security-and-firewall'),
60
+ 'user_id' => __('User ID', 'all-in-one-wp-security-and-firewall'),
61
+ 'user_login' => __('Username', 'all-in-one-wp-security-and-firewall'),
62
+ 'lock_reason' => __('Reason', 'all-in-one-wp-security-and-firewall'),
63
+ 'lockdown_date' => __('Date Locked', 'all-in-one-wp-security-and-firewall'),
64
+ 'release_date' => __('Release Date', 'all-in-one-wp-security-and-firewall')
65
  );
66
  return $columns;
67
  }
80
 
81
  function get_bulk_actions() {
82
  $actions = array(
83
+ 'unlock' => __('Unlock', 'all-in-one-wp-security-and-firewall'),
84
+ 'delete' => __('Delete', 'all-in-one-wp-security-and-firewall')
85
  );
86
  return $actions;
87
  }
admin/wp-security-list-logged-in-users.php CHANGED
@@ -41,9 +41,9 @@ class AIOWPSecurity_List_Logged_In_Users extends AIOWPSecurity_List_Table {
41
 
42
  function get_columns(){
43
  $columns = array(
44
- 'user_id' => 'User ID',
45
- 'username' => 'Login Name',
46
- 'ip_address' => 'IP Address',
47
  );
48
  return $columns;
49
  }
@@ -111,14 +111,28 @@ class AIOWPSecurity_List_Logged_In_Users extends AIOWPSecurity_List_Table {
111
  $sortable = $this->get_sortable_columns();
112
 
113
  $this->_column_headers = array($columns, $hidden, $sortable);
114
-
115
- //$this->process_bulk_action();
116
 
117
  global $wpdb;
118
  global $aio_wp_security;
119
 
120
- $logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
121
- if($logged_in_users !== FALSE){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  foreach ($logged_in_users as $key=>$val)
123
  {
124
  $userdata = get_userdata($val['user_id']);
@@ -126,8 +140,6 @@ class AIOWPSecurity_List_Logged_In_Users extends AIOWPSecurity_List_Table {
126
  $val['username'] = $username;
127
  $logged_in_users[$key] = $val;
128
  }
129
- }else{
130
- $logged_in_users = array(); //If no transient found set to empty array
131
  }
132
  $data = $logged_in_users;
133
  $current_page = $this->get_pagenum();
41
 
42
  function get_columns(){
43
  $columns = array(
44
+ 'user_id' => __('User ID', 'all-in-one-wp-security-and-firewall'),
45
+ 'username' => __('Login Name', 'all-in-one-wp-security-and-firewall'),
46
+ 'ip_address' => __('IP Address', 'all-in-one-wp-security-and-firewall'),
47
  );
48
  return $columns;
49
  }
111
  $sortable = $this->get_sortable_columns();
112
 
113
  $this->_column_headers = array($columns, $hidden, $sortable);
 
 
114
 
115
  global $wpdb;
116
  global $aio_wp_security;
117
 
118
+ if (AIOWPSecurity_Utility::is_multisite_install()) {
119
+ $current_blog_id = get_current_blog_id();
120
+ $is_main = is_main_site($current_blog_id);
121
+ if(empty($is_main)) {
122
+ // subsite - only get logged in users for this blog_id
123
+ $logged_in_users = AIOWPSecurity_User_Login::get_subsite_logged_in_users($current_blog_id);
124
+ } else {
125
+ // main site - get sitewide users
126
+ $logged_in_users = get_site_transient('users_online');
127
+ }
128
+
129
+ } else {
130
+ $logged_in_users = get_transient('users_online');
131
+ }
132
+
133
+ if(empty($logged_in_users)){
134
+ $logged_in_users = array(); //If no transient found set to empty array
135
+ }else{
136
  foreach ($logged_in_users as $key=>$val)
137
  {
138
  $userdata = get_userdata($val['user_id']);
140
  $val['username'] = $username;
141
  $logged_in_users[$key] = $val;
142
  }
 
 
143
  }
144
  $data = $logged_in_users;
145
  $current_page = $this->get_pagenum();
admin/wp-security-list-login-fails.php CHANGED
@@ -51,10 +51,10 @@ class AIOWPSecurity_List_Login_Failed_Attempts extends AIOWPSecurity_List_Table
51
  function get_columns(){
52
  $columns = array(
53
  'cb' => '<input type="checkbox" />', //Render a checkbox
54
- 'login_attempt_ip' => 'Login IP Range',
55
- 'user_id' => 'User ID',
56
- 'user_login' => 'Username',
57
- 'failed_login_date' => 'Date'
58
  );
59
  return $columns;
60
  }
51
  function get_columns(){
52
  $columns = array(
53
  'cb' => '<input type="checkbox" />', //Render a checkbox
54
+ 'login_attempt_ip' => __('Login IP Range', 'all-in-one-wp-security-and-firewall'),
55
+ 'user_id' => __('User ID', 'all-in-one-wp-security-and-firewall'),
56
+ 'user_login' => __('Username', 'all-in-one-wp-security-and-firewall'),
57
+ 'failed_login_date' => __('Date', 'all-in-one-wp-security-and-firewall')
58
  );
59
  return $columns;
60
  }
admin/wp-security-list-permanent-blocked-ip.php CHANGED
@@ -63,9 +63,9 @@ class AIOWPSecurity_List_Blocked_IP extends AIOWPSecurity_List_Table
63
  $columns = array(
64
  'cb' => '<input type="checkbox" />', //Render a checkbox
65
  'id' => 'ID',
66
- 'blocked_ip' => 'Blocked IP',
67
- 'block_reason' => 'Reason',
68
- 'blocked_date' => 'Date'
69
  );
70
  return $columns;
71
  }
@@ -84,7 +84,7 @@ class AIOWPSecurity_List_Blocked_IP extends AIOWPSecurity_List_Table
84
  function get_bulk_actions()
85
  {
86
  $actions = array(
87
- 'unblock' => 'Unblock'
88
  );
89
  return $actions;
90
  }
63
  $columns = array(
64
  'cb' => '<input type="checkbox" />', //Render a checkbox
65
  'id' => 'ID',
66
+ 'blocked_ip' => __('Blocked IP', 'all-in-one-wp-security-and-firewall'),
67
+ 'block_reason' => __('Reason', 'all-in-one-wp-security-and-firewall'),
68
+ 'blocked_date' => __('Date', 'all-in-one-wp-security-and-firewall')
69
  );
70
  return $columns;
71
  }
84
  function get_bulk_actions()
85
  {
86
  $actions = array(
87
+ 'unblock' => __('Unblock', 'all-in-one-wp-security-and-firewall')
88
  );
89
  return $actions;
90
  }
admin/wp-security-list-registered-users.php CHANGED
@@ -66,12 +66,12 @@ class AIOWPSecurity_List_Registered_Users extends AIOWPSecurity_List_Table {
66
  function get_columns(){
67
  $columns = array(
68
  'cb' => '<input type="checkbox" />', //Render a checkbox
69
- 'ID' => 'User ID',
70
- 'user_login' => 'Login Name',
71
- 'user_email' => 'Email',
72
- 'user_registered' => 'Register Date',
73
- 'account_status' => 'Account Status',
74
- 'ip_address' => 'IP Address'
75
  );
76
  return $columns;
77
  }
66
  function get_columns(){
67
  $columns = array(
68
  'cb' => '<input type="checkbox" />', //Render a checkbox
69
+ 'ID' => __('User ID', 'all-in-one-wp-security-and-firewall'),
70
+ 'user_login' => __('Login Name', 'all-in-one-wp-security-and-firewall'),
71
+ 'user_email' => __('Email', 'all-in-one-wp-security-and-firewall'),
72
+ 'user_registered' => __('Register Date', 'all-in-one-wp-security-and-firewall'),
73
+ 'account_status' => __('Account Status', 'all-in-one-wp-security-and-firewall'),
74
+ 'ip_address' => __('IP Address', 'all-in-one-wp-security-and-firewall')
75
  );
76
  return $columns;
77
  }
admin/wp-security-maintenance-menu.php CHANGED
@@ -132,7 +132,7 @@ class AIOWPSecurity_Maintenance_Menu extends AIOWPSecurity_Admin_Menu
132
  </table>
133
 
134
  <div class="submit">
135
- <input type="submit" class="button-primary" name="aiowpsec_save_site_lockout" value="<?php _e('Save Site Lockout Settings'); ?>" />
136
  </div>
137
  </form>
138
  </div></div>
132
  </table>
133
 
134
  <div class="submit">
135
+ <input type="submit" class="button-primary" name="aiowpsec_save_site_lockout" value="<?php _e('Save Site Lockout Settings', 'all-in-one-wp-security-and-firewall'); ?>" />
136
  </div>
137
  </form>
138
  </div></div>
admin/wp-security-misc-options-menu.php CHANGED
@@ -120,7 +120,7 @@ class AIOWPSecurity_Misc_Options_Menu extends AIOWPSecurity_Admin_Menu
120
  </table>
121
 
122
  <div class="submit">
123
- <input type="submit" class="button-primary" name="aiowpsec_save_copy_protection" value="<?php _e('Save Copy Protection Settings'); ?>" />
124
  </div>
125
  </form>
126
  </div></div>
@@ -171,7 +171,7 @@ class AIOWPSecurity_Misc_Options_Menu extends AIOWPSecurity_Admin_Menu
171
  </table>
172
 
173
  <div class="submit">
174
- <input type="submit" class="button-primary" name="aiowpsec_save_frame_display_prevent" value="<?php _e('Save Settings'); ?>" />
175
  </div>
176
  </form>
177
  </div></div>
@@ -222,7 +222,7 @@ class AIOWPSecurity_Misc_Options_Menu extends AIOWPSecurity_Admin_Menu
222
  </table>
223
 
224
  <div class="submit">
225
- <input type="submit" class="button-primary" name="aiowpsec_save_users_enumeration" value="<?php _e('Save Settings'); ?>" />
226
  </div>
227
  </form>
228
  </div></div>
@@ -282,7 +282,7 @@ class AIOWPSecurity_Misc_Options_Menu extends AIOWPSecurity_Admin_Menu
282
  </table>
283
 
284
  <div class="submit">
285
- <input type="submit" class="button-primary" name="aiowpsec_save_rest_settings" value="<?php _e('Save Settings'); ?>" />
286
  </div>
287
  </form>
288
  </div></div>
120
  </table>
121
 
122
  <div class="submit">
123
+ <input type="submit" class="button-primary" name="aiowpsec_save_copy_protection" value="<?php _e('Save Copy Protection Settings', 'all-in-one-wp-security-and-firewall'); ?>" />
124
  </div>
125
  </form>
126
  </div></div>
171
  </table>
172
 
173
  <div class="submit">
174
+ <input type="submit" class="button-primary" name="aiowpsec_save_frame_display_prevent" value="<?php _e('Save Settings', 'all-in-one-wp-security-and-firewall'); ?>" />
175
  </div>
176
  </form>
177
  </div></div>
222
  </table>
223
 
224
  <div class="submit">
225
+ <input type="submit" class="button-primary" name="aiowpsec_save_users_enumeration" value="<?php _e('Save Settings', 'all-in-one-wp-security-and-firewall'); ?>" />
226
  </div>
227
  </form>
228
  </div></div>
282
  </table>
283
 
284
  <div class="submit">
285
+ <input type="submit" class="button-primary" name="aiowpsec_save_rest_settings" value="<?php _e('Save Settings', 'all-in-one-wp-security-and-firewall'); ?>" />
286
  </div>
287
  </form>
288
  </div></div>
admin/wp-security-settings-menu.php CHANGED
@@ -151,7 +151,7 @@ class AIOWPSecurity_Settings_Menu extends AIOWPSecurity_Admin_Menu
151
 
152
  ?>
153
  <div class="aio_grey_box">
154
- <p>For information, updates and documentation, please visit the <a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin" target="_blank">AIO WP Security & Firewall Plugin</a> Page.</p>
155
  <p><a href="https://www.tipsandtricks-hq.com/development-center" target="_blank">Follow us</a> on Twitter, Google+ or via Email to stay upto date about the new security features of this plugin.</p>
156
  </div>
157
 
@@ -182,7 +182,7 @@ class AIOWPSecurity_Settings_Menu extends AIOWPSecurity_Admin_Menu
182
  ?>
183
  </div>
184
  <div class="submit">
185
- <input type="submit" class="button" name="aiowpsec_disable_all_features" value="<?php _e('Disable All Security Features'); ?>" />
186
  </div>
187
  </form>
188
  </div>
@@ -355,7 +355,7 @@ class AIOWPSecurity_Settings_Menu extends AIOWPSecurity_Admin_Menu
355
  <tr valign="top">
356
  <th scope="row"><?php _e('.htaccess file to restore from', 'all-in-one-wp-security-and-firewall')?>:</th>
357
  <td>
358
- <input type="button" id="aiowps_htaccess_file_button" name="aiowps_htaccess_file_button" class="button rbutton" value="Select Your htaccess File" />
359
  <input name="aiowps_htaccess_file" type="text" id="aiowps_htaccess_file" value="" size="80" />
360
  <p class="description">
361
  <?php
@@ -457,7 +457,7 @@ class AIOWPSecurity_Settings_Menu extends AIOWPSecurity_Admin_Menu
457
  <tr valign="top">
458
  <th scope="row"><?php _e('wp-config file to restore from', 'all-in-one-wp-security-and-firewall')?>:</th>
459
  <td>
460
- <input type="button" id="aiowps_wp_config_file_button" name="aiowps_wp_config_file_button" class="button rbutton" value="Select Your wp-config File" />
461
  <input name="aiowps_wp_config_file" type="text" id="aiowps_wp_config_file" value="" size="80" />
462
  <p class="description">
463
  <?php
@@ -692,7 +692,7 @@ function render_tab5()
692
  <span class="description"><?php _e('Use this section to import your All In One WP Security & Firewall settings from a file. Alternatively, copy/paste the contents of your import file into the textarea below.', 'all-in-one-wp-security-and-firewall'); ?></span>
693
  <th scope="row"><?php _e('Import File', 'all-in-one-wp-security-and-firewall')?>:</th>
694
  <td>
695
- <input type="button" id="aiowps_import_settings_file_button" name="aiowps_import_settings_file_button" class="button rbutton" value="Select Your Import Settings File" />
696
  <input name="aiowps_import_settings_file" type="text" id="aiowps_import_settings_file" value="" size="80" />
697
  <p class="description">
698
  <?php
@@ -743,14 +743,14 @@ function render_tab5()
743
  }
744
  ?>
745
  <div class="postbox">
746
- <h3 class="hndle"><label for="title"><?php _e('IP Retrieval Settings', 'aiowpsecurity'); ?></label></h3>
747
  <div class="inside">
748
  <div class="aio_blue_box">
749
  <?php
750
- echo '<p>'.__('The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address.', 'aiowpsecurity').
751
- '<br />'.__('By default this plugin uses the $_SERVER[\'REMOTE_ADDR\'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP.', 'aiowpsecurity').
752
- '<br />'.__('However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable.', 'aiowpsecurity').
753
- '<br />'.__('You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address.', 'aiowpsecurity').'</p>';
754
  ?>
755
  </div>
756
 
@@ -760,13 +760,13 @@ function render_tab5()
760
  <tr valign="top">
761
  <td>
762
  <select id="aiowps_ip_retrieve_method" name="aiowps_ip_retrieve_method">
763
- <option value="0" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '0' ); ?>><?php echo 'REMOTE_ADDR' .' ('.__('Default','aiowpsecurity').')'; ?></option>
764
  <option value="1" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '1' ); ?>><?php echo 'HTTP_CF_CONNECTING_IP'; ?></option>
765
  <option value="2" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '2' ); ?>><?php echo 'HTTP_X_FORWARDED_FOR'; ?></option>
766
  <option value="3" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '3' ); ?>><?php echo 'HTTP_X_FORWARDED'; ?></option>
767
  <option value="4" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '4' ); ?>><?php echo 'HTTP_CLIENT_IP'; ?></option>
768
  </select>
769
- <span class="description"><?php _e('Choose a $_SERVER variable you would like to retrieve the visitor IP address from.', 'aiowpsecurity'); ?>
770
  </span>
771
  <span class="aiowps_more_info_anchor"><span class="aiowps_more_info_toggle_char">+</span><span class="aiowps_more_info_toggle_text"><?php _e('More Info', 'all-in-one-wp-security-and-firewall'); ?></span></span>
772
  <div class="aiowps_more_info_body">
@@ -779,7 +779,7 @@ function render_tab5()
779
  </td>
780
  </tr>
781
  </table>
782
- <input type="submit" name="aiowps_save_advanced_settings" value="<?php _e('Save Settings', 'aiowpsecurity')?>" class="button-primary" />
783
  </form>
784
  </div></div>
785
  <?php
151
 
152
  ?>
153
  <div class="aio_grey_box">
154
+ <p><?php _e('For information, updates and documentation, please visit the', 'all-in-one-wp-security-and-firewall'); ?> <a href="https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin" target="_blank">AIO WP Security & Firewall Plugin</a> <?php _e('Page', 'all-in-one-wp-security-and-firewall'); ?>.</p>
155
  <p><a href="https://www.tipsandtricks-hq.com/development-center" target="_blank">Follow us</a> on Twitter, Google+ or via Email to stay upto date about the new security features of this plugin.</p>
156
  </div>
157
 
182
  ?>
183
  </div>
184
  <div class="submit">
185
+ <input type="submit" class="button" name="aiowpsec_disable_all_features" value="<?php _e('Disable All Security Features', 'all-in-one-wp-security-and-firewall'); ?>" />
186
  </div>
187
  </form>
188
  </div>
355
  <tr valign="top">
356
  <th scope="row"><?php _e('.htaccess file to restore from', 'all-in-one-wp-security-and-firewall')?>:</th>
357
  <td>
358
+ <input type="button" id="aiowps_htaccess_file_button" name="aiowps_htaccess_file_button" class="button rbutton" value="<?php _e('Select Your htaccess File', 'all-in-one-wp-security-and-firewall'); ?>" />
359
  <input name="aiowps_htaccess_file" type="text" id="aiowps_htaccess_file" value="" size="80" />
360
  <p class="description">
361
  <?php
457
  <tr valign="top">
458
  <th scope="row"><?php _e('wp-config file to restore from', 'all-in-one-wp-security-and-firewall')?>:</th>
459
  <td>
460
+ <input type="button" id="aiowps_wp_config_file_button" name="aiowps_wp_config_file_button" class="button rbutton" value="<?php _e('Select Your wp-config File', 'all-in-one-wp-security-and-firewall'); ?>" />
461
  <input name="aiowps_wp_config_file" type="text" id="aiowps_wp_config_file" value="" size="80" />
462
  <p class="description">
463
  <?php
692
  <span class="description"><?php _e('Use this section to import your All In One WP Security & Firewall settings from a file. Alternatively, copy/paste the contents of your import file into the textarea below.', 'all-in-one-wp-security-and-firewall'); ?></span>
693
  <th scope="row"><?php _e('Import File', 'all-in-one-wp-security-and-firewall')?>:</th>
694
  <td>
695
+ <input type="button" id="aiowps_import_settings_file_button" name="aiowps_import_settings_file_button" class="button rbutton" value="<?php _e('Select Your Import Settings File', 'all-in-one-wp-security-and-firewall'); ?>" />
696
  <input name="aiowps_import_settings_file" type="text" id="aiowps_import_settings_file" value="" size="80" />
697
  <p class="description">
698
  <?php
743
  }
744
  ?>
745
  <div class="postbox">
746
+ <h3 class="hndle"><label for="title"><?php _e('IP Retrieval Settings', 'all-in-one-wp-security-and-firewall'); ?></label></h3>
747
  <div class="inside">
748
  <div class="aio_blue_box">
749
  <?php
750
+ echo '<p>'.__('The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address.', 'all-in-one-wp-security-and-firewall').
751
+ '<br />'.__('By default this plugin uses the $_SERVER[\'REMOTE_ADDR\'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP.', 'all-in-one-wp-security-and-firewall').
752
+ '<br />'.__('However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable.', 'all-in-one-wp-security-and-firewall').
753
+ '<br />'.__('You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address.', 'all-in-one-wp-security-and-firewall').'</p>';
754
  ?>
755
  </div>
756
 
760
  <tr valign="top">
761
  <td>
762
  <select id="aiowps_ip_retrieve_method" name="aiowps_ip_retrieve_method">
763
+ <option value="0" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '0' ); ?>><?php echo 'REMOTE_ADDR' .' ('.__('Default','all-in-one-wp-security-and-firewall').')'; ?></option>
764
  <option value="1" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '1' ); ?>><?php echo 'HTTP_CF_CONNECTING_IP'; ?></option>
765
  <option value="2" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '2' ); ?>><?php echo 'HTTP_X_FORWARDED_FOR'; ?></option>
766
  <option value="3" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '3' ); ?>><?php echo 'HTTP_X_FORWARDED'; ?></option>
767
  <option value="4" <?php selected( $aio_wp_security->configs->get_value('aiowps_ip_retrieve_method'), '4' ); ?>><?php echo 'HTTP_CLIENT_IP'; ?></option>
768
  </select>
769
+ <span class="description"><?php _e('Choose a $_SERVER variable you would like to retrieve the visitor IP address from.', 'all-in-one-wp-security-and-firewall'); ?>
770
  </span>
771
  <span class="aiowps_more_info_anchor"><span class="aiowps_more_info_toggle_char">+</span><span class="aiowps_more_info_toggle_text"><?php _e('More Info', 'all-in-one-wp-security-and-firewall'); ?></span></span>
772
  <div class="aiowps_more_info_body">
779
  </td>
780
  </tr>
781
  </table>
782
+ <input type="submit" name="aiowps_save_advanced_settings" value="<?php _e('Save Settings', 'all-in-one-wp-security-and-firewall')?>" class="button-primary" />
783
  </form>
784
  </div></div>
785
  <?php
admin/wp-security-spam-menu.php CHANGED
@@ -125,7 +125,7 @@ class AIOWPSecurity_Spam_Menu extends AIOWPSecurity_Admin_Menu
125
  <div class="inside">
126
  <div class="aio_blue_box">
127
  <?php
128
- echo '<p>'.__('This feature will add a simple math captcha field in the WordPress comments form.', 'all-in-one-wp-security-and-firewall').
129
  '<br />'.__('Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules.', 'all-in-one-wp-security-and-firewall').'</p>';
130
  ?>
131
  </div>
125
  <div class="inside">
126
  <div class="aio_blue_box">
127
  <?php
128
+ echo '<p>'.__('This feature will add a captcha field in the WordPress comments form.', 'all-in-one-wp-security-and-firewall').
129
  '<br />'.__('Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules.', 'all-in-one-wp-security-and-firewall').'</p>';
130
  ?>
131
  </div>
admin/wp-security-user-accounts-menu.php CHANGED
@@ -212,9 +212,9 @@ class AIOWPSecurity_User_Accounts_Menu extends AIOWPSecurity_Admin_Menu
212
  </div>
213
 
214
  <div class="postbox">
215
- <h3 class="hndle"><label for="title"><?php _e('Password Strength Tool', 'all-in-one-wp-security-and-firewall')?></label></h3>
216
  <div class="inside">
217
- <div class="aio_grey_box aio_half_width"><p>This password tool uses an algorithm which calculates how long it would take for your password to be cracked using the computing power of an off-the-shelf current model desktop PC with high end processor, graphics card and appropriate password cracking software.</p></div>
218
  <div class="aiowps_password_tool_field">
219
  <input size="40" id="aiowps_password_test" name="aiowps_password_test" type="text" />
220
  <div class="description"><?php _e('Start typing a password.', 'all-in-one-wp-security-and-firewall'); ?></div>
212
  </div>
213
 
214
  <div class="postbox">
215
+ <h3 class="hndle"><label for="title"><?php _e('Password Strength Tool', 'all-in-one-wp-security-and-firewall');?></label></h3>
216
  <div class="inside">
217
+ <div class="aio_grey_box aio_half_width"><p><?php _e('This password tool uses an algorithm which calculates how long it would take for your password to be cracked using the computing power of an off-the-shelf current model desktop PC with high end processor, graphics card and appropriate password cracking software.', 'all-in-one-wp-security-and-firewall');?></p></div>
218
  <div class="aiowps_password_tool_field">
219
  <input size="40" id="aiowps_password_test" name="aiowps_password_test" type="text" />
220
  <div class="description"><?php _e('Start typing a password.', 'all-in-one-wp-security-and-firewall'); ?></div>
admin/wp-security-user-login-menu.php CHANGED
@@ -202,9 +202,9 @@ class AIOWPSecurity_User_Login_Menu extends AIOWPSecurity_Admin_Menu
202
  //success case
203
  $result = 1;
204
  $list = $payload[1];
205
- $banned_ip_data = implode(PHP_EOL, $list);
206
- $aio_wp_security->configs->set_value('aiowps_lockdown_allowed_ip_addresses',$banned_ip_data);
207
- $_POST['aiowps_lockdown_allowed_ip_addresses'] = ''; //Clear the post variable for the banned address list
208
  }
209
  else{
210
  $result = -1;
@@ -426,7 +426,7 @@ class AIOWPSecurity_User_Login_Menu extends AIOWPSecurity_Admin_Menu
426
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
427
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
428
  <?php
429
- $failed_login_list->search_box('Search', 'search_failed_login');
430
  if (isset($_REQUEST["tab"])) {
431
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
432
  }
@@ -580,7 +580,7 @@ class AIOWPSecurity_User_Login_Menu extends AIOWPSecurity_Admin_Menu
580
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
581
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
582
  <?php
583
- $acct_activity_list->search_box('Search', 'search_login_activity');
584
  if (isset($_REQUEST["tab"])) {
585
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
586
  }
@@ -607,9 +607,9 @@ class AIOWPSecurity_User_Login_Menu extends AIOWPSecurity_Admin_Menu
607
 
608
  function render_tab5()
609
  {
 
610
  $logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
611
 
612
- global $aio_wp_security;
613
  include_once 'wp-security-list-logged-in-users.php'; //For rendering the AIOWPSecurity_List_Table
614
  $user_list = new AIOWPSecurity_List_Logged_In_Users();
615
  if(isset($_REQUEST['action'])) //Do row action tasks for list table form for login activity display
202
  //success case
203
  $result = 1;
204
  $list = $payload[1];
205
+ $allowed_ip_data = implode(PHP_EOL, $list);
206
+ $aio_wp_security->configs->set_value('aiowps_lockdown_allowed_ip_addresses', $allowed_ip_data);
207
+ $_POST['aiowps_lockdown_allowed_ip_addresses'] = ''; //Clear the post variable for the allowed address list
208
  }
209
  else{
210
  $result = -1;
426
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
427
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
428
  <?php
429
+ $failed_login_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_failed_login');
430
  if (isset($_REQUEST["tab"])) {
431
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
432
  }
580
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
581
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
582
  <?php
583
+ $acct_activity_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_login_activity');
584
  if (isset($_REQUEST["tab"])) {
585
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
586
  }
607
 
608
  function render_tab5()
609
  {
610
+ global $aio_wp_security;
611
  $logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
612
 
 
613
  include_once 'wp-security-list-logged-in-users.php'; //For rendering the AIOWPSecurity_List_Table
614
  $user_list = new AIOWPSecurity_List_Logged_In_Users();
615
  if(isset($_REQUEST['action'])) //Do row action tasks for list table form for login activity display
admin/wp-security-user-registration-menu.php CHANGED
@@ -168,7 +168,7 @@ class AIOWPSecurity_User_Registration_Menu extends AIOWPSecurity_Admin_Menu
168
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
169
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
170
  <?php
171
- $user_list->search_box('Search', 'search_user_registration');
172
  if (isset($_REQUEST["tab"])) {
173
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
174
  }
168
  <!-- For plugins, we also need to ensure that the form posts back to our current page -->
169
  <input type="hidden" name="page" value="<?php echo esc_attr($_REQUEST['page']); ?>" />
170
  <?php
171
+ $user_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_user_registration');
172
  if (isset($_REQUEST["tab"])) {
173
  echo '<input type="hidden" name="tab" value="' . esc_attr($_REQUEST["tab"]) . '" />';
174
  }
admin/wp-security-whois-menu.php DELETED
@@ -1,136 +0,0 @@
1
- <?php
2
- if(!defined('ABSPATH')){
3
- exit;//Exit if accessed directly
4
- }
5
-
6
- class AIOWPSecurity_WhoIs_Menu extends AIOWPSecurity_Admin_Menu
7
- {
8
- var $menu_page_slug = AIOWPSEC_WHOIS_MENU_SLUG;
9
-
10
- /* Specify all the tabs of this menu in the following array */
11
- var $menu_tabs;
12
-
13
- var $menu_tabs_handler = array(
14
- 'tab1' => 'render_tab1',
15
- );
16
-
17
- function __construct()
18
- {
19
- $this->render_menu_page();
20
- }
21
-
22
- function set_menu_tabs()
23
- {
24
- $this->menu_tabs = array(
25
- 'tab1' => __('WhoIS Lookup', 'all-in-one-wp-security-and-firewall'),
26
- );
27
- }
28
-
29
- function get_current_tab()
30
- {
31
- $tab_keys = array_keys($this->menu_tabs);
32
- $tab = isset( $_GET['tab'] ) ? sanitize_text_field($_GET['tab']) : $tab_keys[0];
33
- return $tab;
34
- }
35
-
36
- /*
37
- * Renders our tabs of this menu as nav items
38
- */
39
- function render_menu_tabs()
40
- {
41
- $current_tab = $this->get_current_tab();
42
-
43
- echo '<h2 class="nav-tab-wrapper">';
44
- foreach ( $this->menu_tabs as $tab_key => $tab_caption )
45
- {
46
- $active = $current_tab == $tab_key ? 'nav-tab-active' : '';
47
- echo '<a class="nav-tab ' . $active . '" href="?page=' . $this->menu_page_slug . '&tab=' . $tab_key . '">' . $tab_caption . '</a>';
48
- }
49
- echo '</h2>';
50
- }
51
-
52
- /*
53
- * The menu rendering goes here
54
- */
55
- function render_menu_page()
56
- {
57
- echo '<div class="wrap">';
58
- echo '<h2>'.__('WHOIS Lookup','all-in-one-wp-security-and-firewall').'</h2>';//Interface title
59
- $this->set_menu_tabs();
60
- $tab = $this->get_current_tab();
61
- $this->render_menu_tabs();
62
- ?>
63
- <div id="poststuff"><div id="post-body">
64
- <?php
65
- //$tab_keys = array_keys($this->menu_tabs);
66
- call_user_func(array(&$this, $this->menu_tabs_handler[$tab]));
67
- ?>
68
- </div></div>
69
- </div><!-- end of wrap -->
70
- <?php
71
- }
72
-
73
- function render_tab1()
74
- {
75
- global $aio_wp_security;
76
-
77
- ?>
78
- <h2><?php _e('WHOIS Lookup Information', 'all-in-one-wp-security-and-firewall')?></h2>
79
- <div class="aio_blue_box">
80
- <?php
81
- echo '<p>'.__('This feature allows you to look up more detailed information about an IP address or domain name by querying the WHOIS API.', 'all-in-one-wp-security-and-firewall').'
82
- </p>';
83
- ?>
84
- </div>
85
-
86
- <div class="postbox">
87
- <h3 class="hndle"><label for="title"><?php _e('Perform a WHOIS Lookup for an IP or Domain Name', 'all-in-one-wp-security-and-firewall'); ?></label></h3>
88
- <div class="inside">
89
- <form action="" method="POST">
90
- <?php wp_nonce_field('aiowpsec-whois-lookup-nonce'); ?>
91
- <table class="form-table">
92
- <tr valign="top">
93
- <th scope="row"><?php _e('Enter IP Address or Domain Name', 'all-in-one-wp-security-and-firewall')?>:</th>
94
- <td><input type="text" size="20" name="aiowps_whois_lookup_field" value="<?php //echo $aio_wp_security->configs->get_value('aiowps_whois_lookup_field'); ?>" />
95
- <span class="description"><?php _e('Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-name.com', 'all-in-one-wp-security-and-firewall'); ?></span>
96
- </td>
97
- </tr>
98
- </table>
99
- <input type="submit" name="aiowps_whois_lookup" value="<?php _e('Perform IP or Domain Lookup', 'all-in-one-wp-security-and-firewall')?>" class="button-primary ip-domain-lookup" />
100
- </form>
101
- </div></div>
102
- <?php
103
- if (isset($_POST['aiowps_whois_lookup']))
104
- {
105
- $nonce=$_REQUEST['_wpnonce'];
106
- if (!wp_verify_nonce($nonce, 'aiowpsec-whois-lookup-nonce'))
107
- {
108
- $aio_wp_security->debug_logger->log_debug("Nonce check failed on WHOIS lookup!",4);
109
- die("Nonce check failed on WHOIS lookup!");
110
- }
111
-
112
- require_once(AIO_WP_SECURITY_LIB_PATH.'/whois/whois.main.php');
113
- require_once(AIO_WP_SECURITY_LIB_PATH.'/whois/whois.utils.php');
114
- $input_val = trim($_POST['aiowps_whois_lookup_field']);
115
- $input_val = preg_replace('#^https?://#', '', $input_val);
116
- if (filter_var($input_val, FILTER_VALIDATE_IP) || filter_var(gethostbyname($input_val), FILTER_VALIDATE_IP))
117
- {
118
- //$info_msg_string = '<p class="aio_info_with_icon">'.sprintf( __('WHOIS lookup successfully completed. Please see the results below:', 'all-in-one-wp-security-and-firewall')).'</p>';
119
- //echo ($info_msg_string);
120
- $this->show_msg_updated(__('WHOIS lookup successfully completed. Please see the results below:', 'all-in-one-wp-security-and-firewall'));
121
- $whois = new Whois();
122
- $result = $whois->Lookup($input_val);
123
- if (!empty($result['rawdata']))
124
- {
125
- $utils = new utils;
126
- $winfo = $utils->showHTML($result);
127
- echo $winfo;
128
- }
129
- }
130
- else
131
- {
132
- $this->show_msg_error(__('You have entered an incorrectly formatted IP address or domain name. Please try again.','all-in-one-wp-security-and-firewall'));
133
- }
134
- }
135
- }
136
- } //end class
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
classes/wp-security-captcha.php CHANGED
@@ -154,33 +154,28 @@ class AIOWPSecurity_Captcha
154
  */
155
  function verify_captcha_submit () {
156
  global $aio_wp_security;
157
- if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')){
158
  //Google reCaptcha enabled
159
  if (array_key_exists('g-recaptcha-response', $_POST)) {
160
  $g_recaptcha_response = isset($_POST['g-recaptcha-response'])?sanitize_text_field($_POST['g-recaptcha-response']):'';
161
  $verify_captcha = $this->verify_google_recaptcha($g_recaptcha_response);
162
- if($verify_captcha === false) {
163
- return false; // wrong answer was entered
164
- }
165
  }else {
166
  // Expected captcha field in $_POST but got none!
167
  return false;
168
  }
169
- }else if($aio_wp_security->configs->get_value('aiowps_enable_login_captcha')) {
170
  // math captcha is enabled
171
  if (array_key_exists('aiowps-captcha-answer', $_POST)) {
172
  $captcha_answer = isset($_POST['aiowps-captcha-answer'])?sanitize_text_field($_POST['aiowps-captcha-answer']):'';
173
 
174
  $verify_captcha = $this->verify_math_captcha_answer($captcha_answer);
175
- if ( $verify_captcha === false ) {
176
- return false; // wrong answer was entered
177
- }
178
  } else {
179
  // Expected captcha field in $_POST but got none!
180
  return false;
181
  }
182
  }
183
- return true;
184
  }
185
 
186
  /**
@@ -210,7 +205,6 @@ class AIOWPSecurity_Captcha
210
  */
211
  function verify_google_recaptcha($resp_token='') {
212
  global $aio_wp_security;
213
-
214
  $is_humanoid = false;
215
 
216
  if ( empty( $resp_token ) ) {
@@ -238,7 +232,6 @@ class AIOWPSecurity_Captcha
238
  if(isset( $response['success'] ) && $response['success'] == true) {
239
  $is_humanoid = true;
240
  }
241
-
242
  return $is_humanoid;
243
  }
244
 
154
  */
155
  function verify_captcha_submit () {
156
  global $aio_wp_security;
157
+ if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
158
  //Google reCaptcha enabled
159
  if (array_key_exists('g-recaptcha-response', $_POST)) {
160
  $g_recaptcha_response = isset($_POST['g-recaptcha-response'])?sanitize_text_field($_POST['g-recaptcha-response']):'';
161
  $verify_captcha = $this->verify_google_recaptcha($g_recaptcha_response);
162
+ return $verify_captcha;
 
 
163
  }else {
164
  // Expected captcha field in $_POST but got none!
165
  return false;
166
  }
167
+ } else {
168
  // math captcha is enabled
169
  if (array_key_exists('aiowps-captcha-answer', $_POST)) {
170
  $captcha_answer = isset($_POST['aiowps-captcha-answer'])?sanitize_text_field($_POST['aiowps-captcha-answer']):'';
171
 
172
  $verify_captcha = $this->verify_math_captcha_answer($captcha_answer);
173
+ return $verify_captcha;
 
 
174
  } else {
175
  // Expected captcha field in $_POST but got none!
176
  return false;
177
  }
178
  }
 
179
  }
180
 
181
  /**
205
  */
206
  function verify_google_recaptcha($resp_token='') {
207
  global $aio_wp_security;
 
208
  $is_humanoid = false;
209
 
210
  if ( empty( $resp_token ) ) {
232
  if(isset( $response['success'] ) && $response['success'] == true) {
233
  $is_humanoid = true;
234
  }
 
235
  return $is_humanoid;
236
  }
237
 
classes/wp-security-deactivation-tasks.php CHANGED
@@ -7,15 +7,55 @@ include_once(dirname(__FILE__) . '/wp-security-configure-settings.php');//Allows
7
 
8
  class AIOWPSecurity_Deactivation
9
  {
10
- static function run_deactivation_tasks()
 
 
 
 
 
 
 
11
  {
12
  global $wpdb;
13
  global $aio_wp_security;
14
 
15
- //Let's first save the current aio_wp_security_configs options in a temp option
16
- update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
17
-
18
  //Deactivate all firewall and other .htaccess rules
19
  AIOWPSecurity_Configure_Settings::turn_off_all_firewall_rules();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
  }
7
 
8
  class AIOWPSecurity_Deactivation
9
  {
10
+ /**
11
+ * Runs various deactivation tasks
12
+ * Handles single and multi-site (NW activation) cases
13
+ * @global type $wpdb
14
+ * @global type $aio_wp_security
15
+ * @param type $networkwide
16
+ */
17
+ static function run_deactivation_tasks($networkwide)
18
  {
19
  global $wpdb;
20
  global $aio_wp_security;
21
 
 
 
 
22
  //Deactivate all firewall and other .htaccess rules
23
  AIOWPSecurity_Configure_Settings::turn_off_all_firewall_rules();
24
+
25
+ if (AIOWPSecurity_Utility::is_multisite_install()){
26
+ delete_site_transient('users_online');
27
+ }
28
+ else{
29
+ delete_transient('users_online');
30
+ }
31
+
32
+ //
33
+ if (AIOWPSecurity_Utility::is_multisite_install() && $networkwide) {
34
+ // check if it is a network activation
35
+ $blogids = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
36
+ foreach ($blogids as $blog_id) {
37
+ switch_to_blog($blog_id);
38
+ //Let's first save the current aio_wp_security_configs options in a temp option
39
+ update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
40
+
41
+ AIOWPSecurity_Deactivation::clear_cron_events();
42
+ restore_current_blog();
43
+ }
44
+ } else {
45
+ //Let's first save the current aio_wp_security_configs options in a temp option
46
+ update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
47
+
48
+ AIOWPSecurity_Deactivation::clear_cron_events();
49
+ }
50
+
51
+
52
+ }
53
+
54
+ /**
55
+ * Helper function which clears aiowps cron events
56
+ */
57
+ static function clear_cron_events() {
58
+ wp_clear_scheduled_hook('aiowps_hourly_cron_event');
59
+ wp_clear_scheduled_hook('aiowps_daily_cron_event');
60
  }
61
  }
classes/wp-security-general-init-tasks.php CHANGED
@@ -6,6 +6,7 @@ if(!defined('ABSPATH')){
6
  class AIOWPSecurity_General_Init_Tasks
7
  {
8
  function __construct(){
 
9
  global $aio_wp_security;
10
 
11
  if ($aio_wp_security->configs->get_value('aiowps_disable_xmlrpc_pingback_methods') == '1') {
@@ -120,41 +121,29 @@ class AIOWPSecurity_General_Init_Tasks
120
  }
121
 
122
  //For woo form captcha features
123
- $woo_login_captcha_enabled = false;
124
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_login_captcha') == '1' &&
125
- !is_user_logged_in()) {
126
- $woo_login_captcha_enabled = true;
127
- add_action('woocommerce_login_form', array(&$this, 'insert_captcha_question_form'));
128
- }
129
-
130
- $woo_register_captcha_enabled = false;
131
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_register_captcha') == '1' &&
132
- !is_user_logged_in()) {
133
- $woo_register_captcha_enabled = true;
134
- add_action('woocommerce_register_form', array(&$this, 'insert_captcha_question_form'));
135
- }
136
-
137
- $woo_lostpassword_captcha_enabled = false;
138
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_lostpassword_captcha') == '1' &&
139
- !is_user_logged_in()) {
140
- $woo_lostpassword_captcha_enabled = true;
141
- add_action('woocommerce_lostpassword_form', array(&$this, 'insert_captcha_question_form'));
142
- }
143
-
144
-
145
- if($woo_login_captcha_enabled){
146
  if(isset($_POST['woocommerce-login-nonce'])) {
147
- add_filter('woocommerce_process_login_errors', array(&$this, 'aiowps_validate_woo_login_with_captcha'), 10, 3);
148
  }
149
  }
150
-
151
- if($woo_register_captcha_enabled){
 
 
 
 
152
  if(isset($_POST['woocommerce-register-nonce'])) {
153
- add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_login_with_captcha'), 10, 3);
154
  }
155
  }
156
-
157
- if($woo_lostpassword_captcha_enabled){
 
 
 
158
  if(isset($_POST['woocommerce-lost-password-nonce'])) {
159
  add_action('lostpassword_post', array(&$this, 'process_woo_lost_password_form_post'));
160
  }
@@ -272,7 +261,7 @@ class AIOWPSecurity_General_Init_Tasks
272
 
273
  //Add more tasks that need to be executed at init time
274
 
275
- }
276
 
277
  function aiowps_disable_xmlrpc_pingback_methods( $methods ) {
278
  unset( $methods['pingback.ping'] );
@@ -392,7 +381,15 @@ class AIOWPSecurity_General_Init_Tasks
392
  $current_user = $current_user->ID;
393
  $current_time = current_time('timestamp');
394
 
395
- $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip); //We will store last activity time and ip address in transient entry
 
 
 
 
 
 
 
 
396
 
397
  if($logged_in_users === false || $logged_in_users == NULL){
398
  $logged_in_users = array();
@@ -588,7 +585,7 @@ class AIOWPSecurity_General_Init_Tasks
588
  return;
589
  }
590
 
591
- function aiowps_validate_woo_login_with_captcha( $errors, $username, $password ) {
592
  global $aio_wp_security;
593
  $locked = $aio_wp_security->user_login_obj->check_locked_user();
594
  if(!empty($locked)){
6
  class AIOWPSecurity_General_Init_Tasks
7
  {
8
  function __construct(){
9
+ // Do init time tasks
10
  global $aio_wp_security;
11
 
12
  if ($aio_wp_security->configs->get_value('aiowps_disable_xmlrpc_pingback_methods') == '1') {
121
  }
122
 
123
  //For woo form captcha features
124
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_login_captcha') == '1') {
125
+ if (!is_user_logged_in()) {
126
+ add_action('woocommerce_login_form', array(&$this, 'insert_captcha_question_form'));
127
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  if(isset($_POST['woocommerce-login-nonce'])) {
129
+ add_filter('woocommerce_process_login_errors', array(&$this, 'aiowps_validate_woo_login_or_reg_captcha'), 10, 3);
130
  }
131
  }
132
+
133
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_register_captcha') == '1') {
134
+ if(!is_user_logged_in()) {
135
+ add_action('woocommerce_register_form', array(&$this, 'insert_captcha_question_form'));
136
+ }
137
+
138
  if(isset($_POST['woocommerce-register-nonce'])) {
139
+ add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_login_or_reg_captcha'), 10, 3);
140
  }
141
  }
142
+
143
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_lostpassword_captcha') == '1') {
144
+ if(!is_user_logged_in()) {
145
+ add_action('woocommerce_lostpassword_form', array(&$this, 'insert_captcha_question_form'));
146
+ }
147
  if(isset($_POST['woocommerce-lost-password-nonce'])) {
148
  add_action('lostpassword_post', array(&$this, 'process_woo_lost_password_form_post'));
149
  }
261
 
262
  //Add more tasks that need to be executed at init time
263
 
264
+ } // end _construct()
265
 
266
  function aiowps_disable_xmlrpc_pingback_methods( $methods ) {
267
  unset( $methods['pingback.ping'] );
381
  $current_user = $current_user->ID;
382
  $current_time = current_time('timestamp');
383
 
384
+ // Store last activity time and ip address in transient entry
385
+ if(AIOWPSecurity_Utility::is_multisite_install()) {
386
+ $current_blog_id = get_current_blog_id();
387
+ // For multi-sites also store blog_id
388
+ $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip, "blog_id" => $current_blog_id);
389
+ } else {
390
+ $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip); //We will store last activity time and ip address in transient entry
391
+ }
392
+
393
 
394
  if($logged_in_users === false || $logged_in_users == NULL){
395
  $logged_in_users = array();
585
  return;
586
  }
587
 
588
+ function aiowps_validate_woo_login_or_reg_captcha( $errors, $username, $password ) {
589
  global $aio_wp_security;
590
  $locked = $aio_wp_security->user_login_obj->check_locked_user();
591
  if(!empty($locked)){
classes/wp-security-installer.php CHANGED
@@ -69,8 +69,8 @@ class AIOWPSecurity_Installer
69
  id bigint(20) NOT NULL AUTO_INCREMENT,
70
  user_id bigint(20) NOT NULL,
71
  user_login VARCHAR(150) NOT NULL,
72
- lockdown_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
73
- release_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
74
  failed_login_ip varchar(100) NOT NULL DEFAULT '',
75
  lock_reason varchar(128) NOT NULL DEFAULT '',
76
  unlock_key varchar(128) NOT NULL DEFAULT '',
@@ -82,7 +82,7 @@ class AIOWPSecurity_Installer
82
  id bigint(20) NOT NULL AUTO_INCREMENT,
83
  user_id bigint(20) NOT NULL,
84
  user_login VARCHAR(150) NOT NULL,
85
- failed_login_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
86
  login_attempt_ip varchar(100) NOT NULL DEFAULT '',
87
  PRIMARY KEY (id)
88
  )" . $charset_collate . ";";
@@ -92,8 +92,8 @@ class AIOWPSecurity_Installer
92
  id bigint(20) NOT NULL AUTO_INCREMENT,
93
  user_id bigint(20) NOT NULL,
94
  user_login VARCHAR(150) NOT NULL,
95
- login_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
96
- logout_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
97
  login_ip varchar(100) NOT NULL DEFAULT '',
98
  login_country varchar(150) NOT NULL DEFAULT '',
99
  browser_type varchar(150) NOT NULL DEFAULT '',
@@ -103,7 +103,7 @@ class AIOWPSecurity_Installer
103
 
104
  $gm_tbl_sql = "CREATE TABLE " . $aiowps_global_meta_tbl_name . " (
105
  meta_id bigint(20) NOT NULL auto_increment,
106
- date_time datetime NOT NULL default '0000-00-00 00:00:00',
107
  meta_key1 varchar(255) NOT NULL,
108
  meta_key2 varchar(255) NOT NULL,
109
  meta_key3 varchar(255) NOT NULL,
@@ -123,7 +123,7 @@ class AIOWPSecurity_Installer
123
  event_type VARCHAR(150) NOT NULL DEFAULT '',
124
  username VARCHAR(150),
125
  user_id bigint(20),
126
- event_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
127
  ip_or_host varchar(100),
128
  referer_info varchar(255),
129
  url varchar(255),
@@ -138,7 +138,7 @@ class AIOWPSecurity_Installer
138
  blocked_ip varchar(100) NOT NULL DEFAULT '',
139
  block_reason varchar(128) NOT NULL DEFAULT '',
140
  country_origin varchar(50) NOT NULL DEFAULT '',
141
- blocked_date datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
142
  unblock tinyint(1) NOT NULL DEFAULT '0',
143
  PRIMARY KEY (id)
144
  )" . $charset_collate . ";";
@@ -203,4 +203,39 @@ class AIOWPSecurity_Installer
203
  return false;
204
  }
205
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  }
69
  id bigint(20) NOT NULL AUTO_INCREMENT,
70
  user_id bigint(20) NOT NULL,
71
  user_login VARCHAR(150) NOT NULL,
72
+ lockdown_date datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
73
+ release_date datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
74
  failed_login_ip varchar(100) NOT NULL DEFAULT '',
75
  lock_reason varchar(128) NOT NULL DEFAULT '',
76
  unlock_key varchar(128) NOT NULL DEFAULT '',
82
  id bigint(20) NOT NULL AUTO_INCREMENT,
83
  user_id bigint(20) NOT NULL,
84
  user_login VARCHAR(150) NOT NULL,
85
+ failed_login_date datetime NOT NULL DEFAULT '1000-10-00 10:00:00',
86
  login_attempt_ip varchar(100) NOT NULL DEFAULT '',
87
  PRIMARY KEY (id)
88
  )" . $charset_collate . ";";
92
  id bigint(20) NOT NULL AUTO_INCREMENT,
93
  user_id bigint(20) NOT NULL,
94
  user_login VARCHAR(150) NOT NULL,
95
+ login_date datetime NOT NULL DEFAULT '1000-10-00 10:00:00',
96
+ logout_date datetime NOT NULL DEFAULT '1000-10-00 10:00:00',
97
  login_ip varchar(100) NOT NULL DEFAULT '',
98
  login_country varchar(150) NOT NULL DEFAULT '',
99
  browser_type varchar(150) NOT NULL DEFAULT '',
103
 
104
  $gm_tbl_sql = "CREATE TABLE " . $aiowps_global_meta_tbl_name . " (
105
  meta_id bigint(20) NOT NULL auto_increment,
106
+ date_time datetime NOT NULL default '1000-10-10 10:00:00',
107
  meta_key1 varchar(255) NOT NULL,
108
  meta_key2 varchar(255) NOT NULL,
109
  meta_key3 varchar(255) NOT NULL,
123
  event_type VARCHAR(150) NOT NULL DEFAULT '',
124
  username VARCHAR(150),
125
  user_id bigint(20),
126
+ event_date datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
127
  ip_or_host varchar(100),
128
  referer_info varchar(255),
129
  url varchar(255),
138
  blocked_ip varchar(100) NOT NULL DEFAULT '',
139
  block_reason varchar(128) NOT NULL DEFAULT '',
140
  country_origin varchar(50) NOT NULL DEFAULT '',
141
+ blocked_date datetime NOT NULL DEFAULT '1000-10-10 10:00:00',
142
  unblock tinyint(1) NOT NULL DEFAULT '0',
143
  PRIMARY KEY (id)
144
  )" . $charset_collate . ";";
203
  return false;
204
  }
205
  }
206
+
207
+ /**
208
+ * Setup aiowps cron tasks
209
+ * Handles both single and multi-site (NW activation) cases
210
+ * @global type $wpdb
211
+ * @param type $networkwide
212
+ */
213
+ static function set_cron_tasks_upon_activation($networkwide) {
214
+ global $wpdb;
215
+ if (AIOWPSecurity_Utility::is_multisite_install() && $networkwide) {
216
+ // check if it is a network activation
217
+ $blogids = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
218
+ foreach ($blogids as $blog_id) {
219
+ switch_to_blog($blog_id);
220
+ AIOWPSecurity_Installer::schedule_cron_events();
221
+ do_action('aiowps_activation_complete');
222
+ restore_current_blog();
223
+ }
224
+ } else {
225
+ AIOWPSecurity_Installer::schedule_cron_events();
226
+ do_action('aiowps_activation_complete');
227
+ }
228
+ }
229
+
230
+ /**
231
+ * Helper function for scheduling aiowps cron events
232
+ */
233
+ static function schedule_cron_events() {
234
+ if ( !wp_next_scheduled('aiowps_hourly_cron_event') ) {
235
+ wp_schedule_event(time(), 'hourly', 'aiowps_hourly_cron_event'); //schedule an hourly cron event
236
+ }
237
+ if ( !wp_next_scheduled('aiowps_daily_cron_event') ) {
238
+ wp_schedule_event(time(), 'daily', 'aiowps_daily_cron_event'); //schedule an daily cron event
239
+ }
240
+ }
241
  }
classes/wp-security-user-login.php CHANGED
@@ -12,13 +12,16 @@ class AIOWPSecurity_User_Login
12
  var $key_login_msg;
13
  function __construct()
14
  {
 
15
  $this->key_login_msg = 'aiowps_login_msg_id';
16
  // As a first authentication step, check if user's IP is locked.
17
  add_filter('authenticate', array($this, 'block_ip_if_locked'), 1, 1);
18
  // Check whether user needs to be manually approved after default WordPress authenticate hooks (with priority 20).
19
  add_filter('authenticate', array($this, 'check_manual_registration_approval'), 30, 1);
20
  // Check login captcha
21
- add_filter('authenticate', array($this, 'check_captcha'), 20, 1);
 
 
22
  // As a last authentication step, perform post authentication steps
23
  add_filter('authenticate', array($this, 'post_authenticate'), 100, 3);
24
  add_action('aiowps_force_logout_check', array($this, 'aiowps_force_logout_action_handler'));
@@ -89,8 +92,6 @@ class AIOWPSecurity_User_Login
89
  * Check, whether $user needs to be manually approved by site admin yet.
90
  * @global AIO_WP_Security $aio_wp_security
91
  * @param WP_Error|WP_User $user
92
- * @param string $username
93
- * @param string $password
94
  * @return WP_Error|WP_User
95
  */
96
  function check_manual_registration_approval($user)
@@ -221,7 +222,7 @@ class AIOWPSecurity_User_Login
221
  {
222
  global $wpdb, $aio_wp_security;
223
  $login_lockdown_table = AIOWPSEC_TBL_LOGIN_LOCKDOWN;
224
- $lockout_time_length = $aio_wp_security->configs->get_value('aiowps_lockout_time_length');
225
  $ip = AIOWPSecurity_Utility_IP::get_user_ip_address(); //Get the IP address of user
226
  if(empty($ip)) return;
227
  $ip_range = AIOWPSecurity_Utility_IP::get_sanitized_ip_range($ip); //Get the IP range of the current user
@@ -238,9 +239,11 @@ class AIOWPSecurity_User_Login
238
  $ip_range_str = esc_sql($ip_range).'.*';
239
 
240
  $lock_time = current_time( 'mysql' );
241
- $lock_minutes = $lockout_time_length;
242
- $newtimestamp = strtotime($lock_time.' + '.$lock_minutes.' minute');
243
- $release_time = date('Y-m-d H:i:s', $newtimestamp);
 
 
244
  $data = array('user_id' => $user_id, 'user_login' => $username, 'lockdown_date' => $lock_time, 'release_date' => $release_time, 'failed_login_IP' => $ip, 'lock_reason' => $lock_reason);
245
  $format = array('%d', '%s', '%s', '%s', '%s', '%s');
246
  $result = $wpdb->insert($login_lockdown_table, $data, $format);
@@ -506,7 +509,7 @@ class AIOWPSecurity_User_Login
506
  $data = array('logout_date' => $logout_date_time);
507
  $where = array('user_id' => $user_id,
508
  'login_ip' => $ip_addr,
509
- 'logout_date' => '0000-00-00 00:00:00');
510
  $result = $wpdb->update($login_activity_table, $data, $where);
511
  if ($result === FALSE)
512
  {
@@ -520,7 +523,20 @@ class AIOWPSecurity_User_Login
520
  function update_user_online_transient($user_id, $ip_addr)
521
  {
522
  global $aio_wp_security;
523
- $logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
 
 
 
 
 
 
 
 
 
 
 
 
 
524
  //$logged_in_users = get_transient('users_online');
525
  if ($logged_in_users === false || $logged_in_users == NULL)
526
  {
@@ -537,8 +553,13 @@ class AIOWPSecurity_User_Login
537
  $j++;
538
  }
539
  //Save the transient
540
- AIOWPSecurity_Utility::is_multisite_install() ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
541
- //set_transient('users_online', $logged_in_users, 30 * 60); //Set transient with the data obtained above and also set the expiry to 30min
 
 
 
 
 
542
  return;
543
  }
544
 
@@ -604,4 +625,28 @@ class AIOWPSecurity_User_Login
604
  $unlock_request_form .= '<button type="submit" name="aiowps_unlock_request" id="aiowps_unlock_request" class="button">'.__('Request Unlock', 'all-in-one-wp-security-and-firewall').'</button></div></form>';
605
  return $unlock_request_form;
606
  }
607
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  var $key_login_msg;
13
  function __construct()
14
  {
15
+ global $aio_wp_security;
16
  $this->key_login_msg = 'aiowps_login_msg_id';
17
  // As a first authentication step, check if user's IP is locked.
18
  add_filter('authenticate', array($this, 'block_ip_if_locked'), 1, 1);
19
  // Check whether user needs to be manually approved after default WordPress authenticate hooks (with priority 20).
20
  add_filter('authenticate', array($this, 'check_manual_registration_approval'), 30, 1);
21
  // Check login captcha
22
+ if($aio_wp_security->configs->get_value('aiowps_enable_login_captcha')) {
23
+ add_filter('authenticate', array($this, 'check_captcha'), 20, 1);
24
+ }
25
  // As a last authentication step, perform post authentication steps
26
  add_filter('authenticate', array($this, 'post_authenticate'), 100, 3);
27
  add_action('aiowps_force_logout_check', array($this, 'aiowps_force_logout_action_handler'));
92
  * Check, whether $user needs to be manually approved by site admin yet.
93
  * @global AIO_WP_Security $aio_wp_security
94
  * @param WP_Error|WP_User $user
 
 
95
  * @return WP_Error|WP_User
96
  */
97
  function check_manual_registration_approval($user)
222
  {
223
  global $wpdb, $aio_wp_security;
224
  $login_lockdown_table = AIOWPSEC_TBL_LOGIN_LOCKDOWN;
225
+ $lock_minutes = $aio_wp_security->configs->get_value('aiowps_lockout_time_length');
226
  $ip = AIOWPSecurity_Utility_IP::get_user_ip_address(); //Get the IP address of user
227
  if(empty($ip)) return;
228
  $ip_range = AIOWPSecurity_Utility_IP::get_sanitized_ip_range($ip); //Get the IP range of the current user
239
  $ip_range_str = esc_sql($ip_range).'.*';
240
 
241
  $lock_time = current_time( 'mysql' );
242
+ $date = new DateTime($lock_time);
243
+ $add_interval = 'PT'.absint($lock_minutes).'M';
244
+ $date->add(new DateInterval($add_interval));
245
+ $release_time = $date->format('Y-m-d H:i:s');
246
+
247
  $data = array('user_id' => $user_id, 'user_login' => $username, 'lockdown_date' => $lock_time, 'release_date' => $release_time, 'failed_login_IP' => $ip, 'lock_reason' => $lock_reason);
248
  $format = array('%d', '%s', '%s', '%s', '%s', '%s');
249
  $result = $wpdb->insert($login_lockdown_table, $data, $format);
509
  $data = array('logout_date' => $logout_date_time);
510
  $where = array('user_id' => $user_id,
511
  'login_ip' => $ip_addr,
512
+ 'logout_date' => '1000-10-10 10:00:00');
513
  $result = $wpdb->update($login_activity_table, $data, $where);
514
  if ($result === FALSE)
515
  {
523
  function update_user_online_transient($user_id, $ip_addr)
524
  {
525
  global $aio_wp_security;
526
+ $is_multi_site = AIOWPSecurity_Utility::is_multisite_install();
527
+ if ($is_multi_site) {
528
+ $current_blog_id = get_current_blog_id();
529
+ $is_main = is_main_site($current_blog_id);
530
+ if($is_main) {
531
+ $logged_in_users = get_site_transient('users_online');
532
+ } else {
533
+ switch_to_blog($current_blog_id);
534
+ $logged_in_users = get_transient('users_online');
535
+ }
536
+ } else {
537
+ $logged_in_users = get_transient('users_online');
538
+ }
539
+
540
  //$logged_in_users = get_transient('users_online');
541
  if ($logged_in_users === false || $logged_in_users == NULL)
542
  {
553
  $j++;
554
  }
555
  //Save the transient
556
+
557
+ // AIOWPSecurity_Utility::is_multisite_install() ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
558
+ if ($is_multi_site) {
559
+ ($is_main) ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
560
+ } else {
561
+ set_transient('users_online', $logged_in_users, 30 * 60);
562
+ }
563
  return;
564
  }
565
 
625
  $unlock_request_form .= '<button type="submit" name="aiowps_unlock_request" id="aiowps_unlock_request" class="button">'.__('Request Unlock', 'all-in-one-wp-security-and-firewall').'</button></div></form>';
626
  return $unlock_request_form;
627
  }
628
+
629
+ /**
630
+ * Returns all logged in users for specific subsite of multisite installation
631
+ * Checks the aiowps transient 'users_online'
632
+ * @param type $blog_id
633
+ * @return array
634
+ */
635
+ static function get_subsite_logged_in_users($blog_id=0) {
636
+ if(empty($blog_id)) return false;
637
+
638
+ $subsite_logged_in_users = array();
639
+ if (AIOWPSecurity_Utility::is_multisite_install()) {
640
+ // this contains all logged in users sitewide across subsites
641
+ $users_online = get_site_transient('users_online');
642
+ $logged_in_users = empty($users_online)?array():$users_online;
643
+ // Subsite - extract only logged in users for current blog
644
+ foreach($logged_in_users as $user) {
645
+ if (isset($user['blog_id']) && $user['blog_id'] == $blog_id) {
646
+ $subsite_logged_in_users[] = $user;
647
+ }
648
+ }
649
+ }
650
+ return $subsite_logged_in_users;
651
+ }
652
+ }
classes/wp-security-user-registration.php CHANGED
@@ -12,7 +12,6 @@ class AIOWPSecurity_User_Registration
12
  add_action('user_register', array(&$this, 'aiowps_user_registration_action_handler'));
13
  if($aio_wp_security->configs->get_value('aiowps_enable_registration_page_captcha') == '1'){
14
  add_filter('registration_errors', array(&$this, 'aiowps_validate_registration_with_captcha'), 10, 3);
15
- add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_registration_with_captcha'), 10, 4);
16
  }
17
  }
18
 
@@ -78,25 +77,4 @@ class AIOWPSecurity_User_Registration
78
  }
79
  return $errors;
80
  }
81
-
82
- function aiowps_validate_woo_registration_with_captcha($errors, $username, $password, $email)
83
- {
84
- global $aio_wp_security;
85
-
86
- $locked = $aio_wp_security->user_login_obj->check_locked_user();
87
- if($locked == null){
88
- //user is not locked continue
89
- }else{
90
- $errors->add('authentication_failed', __('<strong>ERROR</strong>: You are not allowed to register because your IP address is currently locked!', 'all-in-one-wp-security-and-firewall'));
91
- }
92
- $verify_captcha = $aio_wp_security->captcha_obj->verify_captcha_submit();
93
-
94
- if($verify_captcha === false)
95
- {
96
- // wrong answer was entered
97
- $errors->add('authentication_failed', __('<strong>ERROR</strong>: Your answer was incorrect - please try again.', 'all-in-one-wp-security-and-firewall'));
98
- }
99
- return $errors;
100
- }
101
-
102
  }
12
  add_action('user_register', array(&$this, 'aiowps_user_registration_action_handler'));
13
  if($aio_wp_security->configs->get_value('aiowps_enable_registration_page_captcha') == '1'){
14
  add_filter('registration_errors', array(&$this, 'aiowps_validate_registration_with_captcha'), 10, 3);
 
15
  }
16
  }
17
 
77
  }
78
  return $errors;
79
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  }
js/masonry.pkgd.min.js DELETED
@@ -1,9 +0,0 @@
1
- /*!
2
- * Masonry PACKAGED v3.1.5
3
- * Cascading grid layout library
4
- * http://masonry.desandro.com
5
- * MIT License
6
- * by David DeSandro
7
- */
8
-
9
- !function(a){function b(){}function c(a){function c(b){b.prototype.option||(b.prototype.option=function(b){a.isPlainObject(b)&&(this.options=a.extend(!0,this.options,b))})}function e(b,c){a.fn[b]=function(e){if("string"==typeof e){for(var g=d.call(arguments,1),h=0,i=this.length;i>h;h++){var j=this[h],k=a.data(j,b);if(k)if(a.isFunction(k[e])&&"_"!==e.charAt(0)){var l=k[e].apply(k,g);if(void 0!==l)return l}else f("no such method '"+e+"' for "+b+" instance");else f("cannot call methods on "+b+" prior to initialization; attempted to call '"+e+"'")}return this}return this.each(function(){var d=a.data(this,b);d?(d.option(e),d._init()):(d=new c(this,e),a.data(this,b,d))})}}if(a){var f="undefined"==typeof console?b:function(a){console.error(a)};return a.bridget=function(a,b){c(b),e(a,b)},a.bridget}}var d=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],c):c(a.jQuery)}(window),function(a){function b(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var c=document.documentElement,d=function(){};c.addEventListener?d=function(a,b,c){a.addEventListener(b,c,!1)}:c.attachEvent&&(d=function(a,c,d){a[c+d]=d.handleEvent?function(){var c=b(a);d.handleEvent.call(d,c)}:function(){var c=b(a);d.call(a,c)},a.attachEvent("on"+c,a[c+d])});var e=function(){};c.removeEventListener?e=function(a,b,c){a.removeEventListener(b,c,!1)}:c.detachEvent&&(e=function(a,b,c){a.detachEvent("on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:d,unbind:e};"function"==typeof define&&define.amd?define("eventie/eventie",f):"object"==typeof exports?module.exports=f:a.eventie=f}(this),function(a){function b(a){"function"==typeof a&&(b.isReady?a():f.push(a))}function c(a){var c="readystatechange"===a.type&&"complete"!==e.readyState;if(!b.isReady&&!c){b.isReady=!0;for(var d=0,g=f.length;g>d;d++){var h=f[d];h()}}}function d(d){return d.bind(e,"DOMContentLoaded",c),d.bind(e,"readystatechange",c),d.bind(a,"load",c),b}var e=a.document,f=[];b.isReady=!1,"function"==typeof define&&define.amd?(b.isReady="function"==typeof requirejs,define("doc-ready/doc-ready",["eventie/eventie"],d)):a.docReady=d(a.eventie)}(this),function(){function a(){}function b(a,b){for(var c=a.length;c--;)if(a[c].listener===b)return c;return-1}function c(a){return function(){return this[a].apply(this,arguments)}}var d=a.prototype,e=this,f=e.EventEmitter;d.getListeners=function(a){var b,c,d=this._getEvents();if(a instanceof RegExp){b={};for(c in d)d.hasOwnProperty(c)&&a.test(c)&&(b[c]=d[c])}else b=d[a]||(d[a]=[]);return b},d.flattenListeners=function(a){var b,c=[];for(b=0;b<a.length;b+=1)c.push(a[b].listener);return c},d.getListenersAsObject=function(a){var b,c=this.getListeners(a);return c instanceof Array&&(b={},b[a]=c),b||c},d.addListener=function(a,c){var d,e=this.getListenersAsObject(a),f="object"==typeof c;for(d in e)e.hasOwnProperty(d)&&-1===b(e[d],c)&&e[d].push(f?c:{listener:c,once:!1});return this},d.on=c("addListener"),d.addOnceListener=function(a,b){return this.addListener(a,{listener:b,once:!0})},d.once=c("addOnceListener"),d.defineEvent=function(a){return this.getListeners(a),this},d.defineEvents=function(a){for(var b=0;b<a.length;b+=1)this.defineEvent(a[b]);return this},d.removeListener=function(a,c){var d,e,f=this.getListenersAsObject(a);for(e in f)f.hasOwnProperty(e)&&(d=b(f[e],c),-1!==d&&f[e].splice(d,1));return this},d.off=c("removeListener"),d.addListeners=function(a,b){return this.manipulateListeners(!1,a,b)},d.removeListeners=function(a,b){return this.manipulateListeners(!0,a,b)},d.manipulateListeners=function(a,b,c){var d,e,f=a?this.removeListener:this.addListener,g=a?this.removeListeners:this.addListeners;if("object"!=typeof b||b instanceof RegExp)for(d=c.length;d--;)f.call(this,b,c[d]);else for(d in b)b.hasOwnProperty(d)&&(e=b[d])&&("function"==typeof e?f.call(this,d,e):g.call(this,d,e));return this},d.removeEvent=function(a){var b,c=typeof a,d=this._getEvents();if("string"===c)delete d[a];else if(a instanceof RegExp)for(b in d)d.hasOwnProperty(b)&&a.test(b)&&delete d[b];else delete this._events;return this},d.removeAllListeners=c("removeEvent"),d.emitEvent=function(a,b){var c,d,e,f,g=this.getListenersAsObject(a);for(e in g)if(g.hasOwnProperty(e))for(d=g[e].length;d--;)c=g[e][d],c.once===!0&&this.removeListener(a,c.listener),f=c.listener.apply(this,b||[]),f===this._getOnceReturnValue()&&this.removeListener(a,c.listener);return this},d.trigger=c("emitEvent"),d.emit=function(a){var b=Array.prototype.slice.call(arguments,1);return this.emitEvent(a,b)},d.setOnceReturnValue=function(a){return this._onceReturnValue=a,this},d._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},d._getEvents=function(){return this._events||(this._events={})},a.noConflict=function(){return e.EventEmitter=f,a},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return a}):"object"==typeof module&&module.exports?module.exports=a:this.EventEmitter=a}.call(this),function(a){function b(a){if(a){if("string"==typeof d[a])return a;a=a.charAt(0).toUpperCase()+a.slice(1);for(var b,e=0,f=c.length;f>e;e++)if(b=c[e]+a,"string"==typeof d[b])return b}}var c="Webkit Moz ms Ms O".split(" "),d=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return b}):"object"==typeof exports?module.exports=b:a.getStyleProperty=b}(window),function(a){function b(a){var b=parseFloat(a),c=-1===a.indexOf("%")&&!isNaN(b);return c&&b}function c(){for(var a={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},b=0,c=g.length;c>b;b++){var d=g[b];a[d]=0}return a}function d(a){function d(a){if("string"==typeof a&&(a=document.querySelector(a)),a&&"object"==typeof a&&a.nodeType){var d=f(a);if("none"===d.display)return c();var e={};e.width=a.offsetWidth,e.height=a.offsetHeight;for(var k=e.isBorderBox=!(!j||!d[j]||"border-box"!==d[j]),l=0,m=g.length;m>l;l++){var n=g[l],o=d[n];o=h(a,o);var p=parseFloat(o);e[n]=isNaN(p)?0:p}var q=e.paddingLeft+e.paddingRight,r=e.paddingTop+e.paddingBottom,s=e.marginLeft+e.marginRight,t=e.marginTop+e.marginBottom,u=e.borderLeftWidth+e.borderRightWidth,v=e.borderTopWidth+e.borderBottomWidth,w=k&&i,x=b(d.width);x!==!1&&(e.width=x+(w?0:q+u));var y=b(d.height);return y!==!1&&(e.height=y+(w?0:r+v)),e.innerWidth=e.width-(q+u),e.innerHeight=e.height-(r+v),e.outerWidth=e.width+s,e.outerHeight=e.height+t,e}}function h(a,b){if(e||-1===b.indexOf("%"))return b;var c=a.style,d=c.left,f=a.runtimeStyle,g=f&&f.left;return g&&(f.left=a.currentStyle.left),c.left=b,b=c.pixelLeft,c.left=d,g&&(f.left=g),b}var i,j=a("boxSizing");return function(){if(j){var a=document.createElement("div");a.style.width="200px",a.style.padding="1px 2px 3px 4px",a.style.borderStyle="solid",a.style.borderWidth="1px 2px 3px 4px",a.style[j]="border-box";var c=document.body||document.documentElement;c.appendChild(a);var d=f(a);i=200===b(d.width),c.removeChild(a)}}(),d}var e=a.getComputedStyle,f=e?function(a){return e(a,null)}:function(a){return a.currentStyle},g=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],d):"object"==typeof exports?module.exports=d(require("get-style-property")):a.getSize=d(a.getStyleProperty)}(window),function(a,b){function c(a,b){return a[h](b)}function d(a){if(!a.parentNode){var b=document.createDocumentFragment();b.appendChild(a)}}function e(a,b){d(a);for(var c=a.parentNode.querySelectorAll(b),e=0,f=c.length;f>e;e++)if(c[e]===a)return!0;return!1}function f(a,b){return d(a),c(a,b)}var g,h=function(){if(b.matchesSelector)return"matchesSelector";for(var a=["webkit","moz","ms","o"],c=0,d=a.length;d>c;c++){var e=a[c],f=e+"MatchesSelector";if(b[f])return f}}();if(h){var i=document.createElement("div"),j=c(i,"div");g=j?c:f}else g=e;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return g}):window.matchesSelector=g}(this,Element.prototype),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){for(var b in a)return!1;return b=null,!0}function d(a){return a.replace(/([A-Z])/g,function(a){return"-"+a.toLowerCase()})}function e(a,e,f){function h(a,b){a&&(this.element=a,this.layout=b,this.position={x:0,y:0},this._create())}var i=f("transition"),j=f("transform"),k=i&&j,l=!!f("perspective"),m={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"}[i],n=["transform","transition","transitionDuration","transitionProperty"],o=function(){for(var a={},b=0,c=n.length;c>b;b++){var d=n[b],e=f(d);e&&e!==d&&(a[d]=e)}return a}();b(h.prototype,a.prototype),h.prototype._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},h.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},h.prototype.getSize=function(){this.size=e(this.element)},h.prototype.css=function(a){var b=this.element.style;for(var c in a){var d=o[c]||c;b[d]=a[c]}},h.prototype.getPosition=function(){var a=g(this.element),b=this.layout.options,c=b.isOriginLeft,d=b.isOriginTop,e=parseInt(a[c?"left":"right"],10),f=parseInt(a[d?"top":"bottom"],10);e=isNaN(e)?0:e,f=isNaN(f)?0:f;var h=this.layout.size;e-=c?h.paddingLeft:h.paddingRight,f-=d?h.paddingTop:h.paddingBottom,this.position.x=e,this.position.y=f},h.prototype.layoutPosition=function(){var a=this.layout.size,b=this.layout.options,c={};b.isOriginLeft?(c.left=this.position.x+a.paddingLeft+"px",c.right=""):(c.right=this.position.x+a.paddingRight+"px",c.left=""),b.isOriginTop?(c.top=this.position.y+a.paddingTop+"px",c.bottom=""):(c.bottom=this.position.y+a.paddingBottom+"px",c.top=""),this.css(c),this.emitEvent("layout",[this])};var p=l?function(a,b){return"translate3d("+a+"px, "+b+"px, 0)"}:function(a,b){return"translate("+a+"px, "+b+"px)"};h.prototype._transitionTo=function(a,b){this.getPosition();var c=this.position.x,d=this.position.y,e=parseInt(a,10),f=parseInt(b,10),g=e===this.position.x&&f===this.position.y;if(this.setPosition(a,b),g&&!this.isTransitioning)return void this.layoutPosition();var h=a-c,i=b-d,j={},k=this.layout.options;h=k.isOriginLeft?h:-h,i=k.isOriginTop?i:-i,j.transform=p(h,i),this.transition({to:j,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},h.prototype.goTo=function(a,b){this.setPosition(a,b),this.layoutPosition()},h.prototype.moveTo=k?h.prototype._transitionTo:h.prototype.goTo,h.prototype.setPosition=function(a,b){this.position.x=parseInt(a,10),this.position.y=parseInt(b,10)},h.prototype._nonTransition=function(a){this.css(a.to),a.isCleaning&&this._removeStyles(a.to);for(var b in a.onTransitionEnd)a.onTransitionEnd[b].call(this)},h.prototype._transition=function(a){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(a);var b=this._transn;for(var c in a.onTransitionEnd)b.onEnd[c]=a.onTransitionEnd[c];for(c in a.to)b.ingProperties[c]=!0,a.isCleaning&&(b.clean[c]=!0);if(a.from){this.css(a.from);var d=this.element.offsetHeight;d=null}this.enableTransition(a.to),this.css(a.to),this.isTransitioning=!0};var q=j&&d(j)+",opacity";h.prototype.enableTransition=function(){this.isTransitioning||(this.css({transitionProperty:q,transitionDuration:this.layout.options.transitionDuration}),this.element.addEventListener(m,this,!1))},h.prototype.transition=h.prototype[i?"_transition":"_nonTransition"],h.prototype.onwebkitTransitionEnd=function(a){this.ontransitionend(a)},h.prototype.onotransitionend=function(a){this.ontransitionend(a)};var r={"-webkit-transform":"transform","-moz-transform":"transform","-o-transform":"transform"};h.prototype.ontransitionend=function(a){if(a.target===this.element){var b=this._transn,d=r[a.propertyName]||a.propertyName;if(delete b.ingProperties[d],c(b.ingProperties)&&this.disableTransition(),d in b.clean&&(this.element.style[a.propertyName]="",delete b.clean[d]),d in b.onEnd){var e=b.onEnd[d];e.call(this),delete b.onEnd[d]}this.emitEvent("transitionEnd",[this])}},h.prototype.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(m,this,!1),this.isTransitioning=!1},h.prototype._removeStyles=function(a){var b={};for(var c in a)b[c]="";this.css(b)};var s={transitionProperty:"",transitionDuration:""};return h.prototype.removeTransitionStyles=function(){this.css(s)},h.prototype.removeElem=function(){this.element.parentNode.removeChild(this.element),this.emitEvent("remove",[this])},h.prototype.remove=function(){if(!i||!parseFloat(this.layout.options.transitionDuration))return void this.removeElem();var a=this;this.on("transitionEnd",function(){return a.removeElem(),!0}),this.hide()},h.prototype.reveal=function(){delete this.isHidden,this.css({display:""});var a=this.layout.options;this.transition({from:a.hiddenStyle,to:a.visibleStyle,isCleaning:!0})},h.prototype.hide=function(){this.isHidden=!0,this.css({display:""});var a=this.layout.options;this.transition({from:a.visibleStyle,to:a.hiddenStyle,isCleaning:!0,onTransitionEnd:{opacity:function(){this.isHidden&&this.css({display:"none"})}}})},h.prototype.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},h}var f=a.getComputedStyle,g=f?function(a){return f(a,null)}:function(a){return a.currentStyle};"function"==typeof define&&define.amd?define("outlayer/item",["eventEmitter/EventEmitter","get-size/get-size","get-style-property/get-style-property"],e):(a.Outlayer={},a.Outlayer.Item=e(a.EventEmitter,a.getSize,a.getStyleProperty))}(window),function(a){function b(a,b){for(var c in b)a[c]=b[c];return a}function c(a){return"[object Array]"===l.call(a)}function d(a){var b=[];if(c(a))b=a;else if(a&&"number"==typeof a.length)for(var d=0,e=a.length;e>d;d++)b.push(a[d]);else b.push(a);return b}function e(a,b){var c=n(b,a);-1!==c&&b.splice(c,1)}function f(a){return a.replace(/(.)([A-Z])/g,function(a,b,c){return b+"-"+c}).toLowerCase()}function g(c,g,l,n,o,p){function q(a,c){if("string"==typeof a&&(a=h.querySelector(a)),!a||!m(a))return void(i&&i.error("Bad "+this.constructor.namespace+" element: "+a));this.element=a,this.options=b({},this.constructor.defaults),this.option(c);var d=++r;this.element.outlayerGUID=d,s[d]=this,this._create(),this.options.isInitLayout&&this.layout()}var r=0,s={};return q.namespace="outlayer",q.Item=p,q.defaults={containerStyle:{position:"relative"},isInitLayout:!0,isOriginLeft:!0,isOriginTop:!0,isResizeBound:!0,isResizingContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}},b(q.prototype,l.prototype),q.prototype.option=function(a){b(this.options,a)},q.prototype._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),b(this.element.style,this.options.containerStyle),this.options.isResizeBound&&this.bindResize()},q.prototype.reloadItems=function(){this.items=this._itemize(this.element.children)},q.prototype._itemize=function(a){for(var b=this._filterFindItemElements(a),c=this.constructor.Item,d=[],e=0,f=b.length;f>e;e++){var g=b[e],h=new c(g,this);d.push(h)}return d},q.prototype._filterFindItemElements=function(a){a=d(a);for(var b=this.options.itemSelector,c=[],e=0,f=a.length;f>e;e++){var g=a[e];if(m(g))if(b){o(g,b)&&c.push(g);for(var h=g.querySelectorAll(b),i=0,j=h.length;j>i;i++)c.push(h[i])}else c.push(g)}return c},q.prototype.getItemElements=function(){for(var a=[],b=0,c=this.items.length;c>b;b++)a.push(this.items[b].element);return a},q.prototype.layout=function(){this._resetLayout(),this._manageStamps();var a=void 0!==this.options.isLayoutInstant?this.options.isLayoutInstant:!this._isLayoutInited;this.layoutItems(this.items,a),this._isLayoutInited=!0},q.prototype._init=q.prototype.layout,q.prototype._resetLayout=function(){this.getSize()},q.prototype.getSize=function(){this.size=n(this.element)},q.prototype._getMeasurement=function(a,b){var c,d=this.options[a];d?("string"==typeof d?c=this.element.querySelector(d):m(d)&&(c=d),this[a]=c?n(c)[b]:d):this[a]=0},q.prototype.layoutItems=function(a,b){a=this._getItemsForLayout(a),this._layoutItems(a,b),this._postLayout()},q.prototype._getItemsForLayout=function(a){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c];e.isIgnored||b.push(e)}return b},q.prototype._layoutItems=function(a,b){function c(){d.emitEvent("layoutComplete",[d,a])}var d=this;if(!a||!a.length)return void c();this._itemsOn(a,"layout",c);for(var e=[],f=0,g=a.length;g>f;f++){var h=a[f],i=this._getItemLayoutPosition(h);i.item=h,i.isInstant=b||h.isLayoutInstant,e.push(i)}this._processLayoutQueue(e)},q.prototype._getItemLayoutPosition=function(){return{x:0,y:0}},q.prototype._processLayoutQueue=function(a){for(var b=0,c=a.length;c>b;b++){var d=a[b];this._positionItem(d.item,d.x,d.y,d.isInstant)}},q.prototype._positionItem=function(a,b,c,d){d?a.goTo(b,c):a.moveTo(b,c)},q.prototype._postLayout=function(){this.resizeContainer()},q.prototype.resizeContainer=function(){if(this.options.isResizingContainer){var a=this._getContainerSize();a&&(this._setContainerMeasure(a.width,!0),this._setContainerMeasure(a.height,!1))}},q.prototype._getContainerSize=k,q.prototype._setContainerMeasure=function(a,b){if(void 0!==a){var c=this.size;c.isBorderBox&&(a+=b?c.paddingLeft+c.paddingRight+c.borderLeftWidth+c.borderRightWidth:c.paddingBottom+c.paddingTop+c.borderTopWidth+c.borderBottomWidth),a=Math.max(a,0),this.element.style[b?"width":"height"]=a+"px"}},q.prototype._itemsOn=function(a,b,c){function d(){return e++,e===f&&c.call(g),!0}for(var e=0,f=a.length,g=this,h=0,i=a.length;i>h;h++){var j=a[h];j.on(b,d)}},q.prototype.ignore=function(a){var b=this.getItem(a);b&&(b.isIgnored=!0)},q.prototype.unignore=function(a){var b=this.getItem(a);b&&delete b.isIgnored},q.prototype.stamp=function(a){if(a=this._find(a)){this.stamps=this.stamps.concat(a);for(var b=0,c=a.length;c>b;b++){var d=a[b];this.ignore(d)}}},q.prototype.unstamp=function(a){if(a=this._find(a))for(var b=0,c=a.length;c>b;b++){var d=a[b];e(d,this.stamps),this.unignore(d)}},q.prototype._find=function(a){return a?("string"==typeof a&&(a=this.element.querySelectorAll(a)),a=d(a)):void 0},q.prototype._manageStamps=function(){if(this.stamps&&this.stamps.length){this._getBoundingRect();for(var a=0,b=this.stamps.length;b>a;a++){var c=this.stamps[a];this._manageStamp(c)}}},q.prototype._getBoundingRect=function(){var a=this.element.getBoundingClientRect(),b=this.size;this._boundingRect={left:a.left+b.paddingLeft+b.borderLeftWidth,top:a.top+b.paddingTop+b.borderTopWidth,right:a.right-(b.paddingRight+b.borderRightWidth),bottom:a.bottom-(b.paddingBottom+b.borderBottomWidth)}},q.prototype._manageStamp=k,q.prototype._getElementOffset=function(a){var b=a.getBoundingClientRect(),c=this._boundingRect,d=n(a),e={left:b.left-c.left-d.marginLeft,top:b.top-c.top-d.marginTop,right:c.right-b.right-d.marginRight,bottom:c.bottom-b.bottom-d.marginBottom};return e},q.prototype.handleEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},q.prototype.bindResize=function(){this.isResizeBound||(c.bind(a,"resize",this),this.isResizeBound=!0)},q.prototype.unbindResize=function(){this.isResizeBound&&c.unbind(a,"resize",this),this.isResizeBound=!1},q.prototype.onresize=function(){function a(){b.resize(),delete b.resizeTimeout}this.resizeTimeout&&clearTimeout(this.resizeTimeout);var b=this;this.resizeTimeout=setTimeout(a,100)},q.prototype.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},q.prototype.needsResizeLayout=function(){var a=n(this.element),b=this.size&&a;return b&&a.innerWidth!==this.size.innerWidth},q.prototype.addItems=function(a){var b=this._itemize(a);return b.length&&(this.items=this.items.concat(b)),b},q.prototype.appended=function(a){var b=this.addItems(a);b.length&&(this.layoutItems(b,!0),this.reveal(b))},q.prototype.prepended=function(a){var b=this._itemize(a);if(b.length){var c=this.items.slice(0);this.items=b.concat(c),this._resetLayout(),this._manageStamps(),this.layoutItems(b,!0),this.reveal(b),this.layoutItems(c)}},q.prototype.reveal=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.reveal()}},q.prototype.hide=function(a){var b=a&&a.length;if(b)for(var c=0;b>c;c++){var d=a[c];d.hide()}},q.prototype.getItem=function(a){for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];if(d.element===a)return d}},q.prototype.getItems=function(a){if(a&&a.length){for(var b=[],c=0,d=a.length;d>c;c++){var e=a[c],f=this.getItem(e);f&&b.push(f)}return b}},q.prototype.remove=function(a){a=d(a);var b=this.getItems(a);if(b&&b.length){this._itemsOn(b,"remove",function(){this.emitEvent("removeComplete",[this,b])});for(var c=0,f=b.length;f>c;c++){var g=b[c];g.remove(),e(g,this.items)}}},q.prototype.destroy=function(){var a=this.element.style;a.height="",a.position="",a.width="";for(var b=0,c=this.items.length;c>b;b++){var d=this.items[b];d.destroy()}this.unbindResize(),delete this.element.outlayerGUID,j&&j.removeData(this.element,this.constructor.namespace)},q.data=function(a){var b=a&&a.outlayerGUID;return b&&s[b]},q.create=function(a,c){function d(){q.apply(this,arguments)}return Object.create?d.prototype=Object.create(q.prototype):b(d.prototype,q.prototype),d.prototype.constructor=d,d.defaults=b({},q.defaults),b(d.defaults,c),d.prototype.settings={},d.namespace=a,d.data=q.data,d.Item=function(){p.apply(this,arguments)},d.Item.prototype=new p,g(function(){for(var b=f(a),c=h.querySelectorAll(".js-"+b),e="data-"+b+"-options",g=0,k=c.length;k>g;g++){var l,m=c[g],n=m.getAttribute(e);try{l=n&&JSON.parse(n)}catch(o){i&&i.error("Error parsing "+e+" on "+m.nodeName.toLowerCase()+(m.id?"#"+m.id:"")+": "+o);continue}var p=new d(m,l);j&&j.data(m,a,p)}}),j&&j.bridget&&j.bridget(a,d),d},q.Item=p,q}var h=a.document,i=a.console,j=a.jQuery,k=function(){},l=Object.prototype.toString,m="object"==typeof HTMLElement?function(a){return a instanceof HTMLElement}:function(a){return a&&"object"==typeof a&&1===a.nodeType&&"string"==typeof a.nodeName},n=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1};"function"==typeof define&&define.amd?define("outlayer/outlayer",["eventie/eventie","doc-ready/doc-ready","eventEmitter/EventEmitter","get-size/get-size","matches-selector/matches-selector","./item"],g):a.Outlayer=g(a.eventie,a.docReady,a.EventEmitter,a.getSize,a.matchesSelector,a.Outlayer.Item)}(window),function(a){function b(a,b){var d=a.create("masonry");return d.prototype._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns();var a=this.cols;for(this.colYs=[];a--;)this.colYs.push(0);this.maxY=0},d.prototype.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var a=this.items[0],c=a&&a.element;this.columnWidth=c&&b(c).outerWidth||this.containerWidth}this.columnWidth+=this.gutter,this.cols=Math.floor((this.containerWidth+this.gutter)/this.columnWidth),this.cols=Math.max(this.cols,1)},d.prototype.getContainerWidth=function(){var a=this.options.isFitWidth?this.element.parentNode:this.element,c=b(a);this.containerWidth=c&&c.innerWidth},d.prototype._getItemLayoutPosition=function(a){a.getSize();var b=a.size.outerWidth%this.columnWidth,d=b&&1>b?"round":"ceil",e=Math[d](a.size.outerWidth/this.columnWidth);e=Math.min(e,this.cols);for(var f=this._getColGroup(e),g=Math.min.apply(Math,f),h=c(f,g),i={x:this.columnWidth*h,y:g},j=g+a.size.outerHeight,k=this.cols+1-f.length,l=0;k>l;l++)this.colYs[h+l]=j;return i},d.prototype._getColGroup=function(a){if(2>a)return this.colYs;for(var b=[],c=this.cols+1-a,d=0;c>d;d++){var e=this.colYs.slice(d,d+a);b[d]=Math.max.apply(Math,e)}return b},d.prototype._manageStamp=function(a){var c=b(a),d=this._getElementOffset(a),e=this.options.isOriginLeft?d.left:d.right,f=e+c.outerWidth,g=Math.floor(e/this.columnWidth);g=Math.max(0,g);var h=Math.floor(f/this.columnWidth);h-=f%this.columnWidth?0:1,h=Math.min(this.cols-1,h);for(var i=(this.options.isOriginTop?d.top:d.bottom)+c.outerHeight,j=g;h>=j;j++)this.colYs[j]=Math.max(i,this.colYs[j])},d.prototype._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var a={height:this.maxY};return this.options.isFitWidth&&(a.width=this._getContainerFitWidth()),a},d.prototype._getContainerFitWidth=function(){for(var a=0,b=this.cols;--b&&0===this.colYs[b];)a++;return(this.cols-a)*this.columnWidth-this.gutter},d.prototype.needsResizeLayout=function(){var a=this.containerWidth;return this.getContainerWidth(),a!==this.containerWidth},d}var c=Array.prototype.indexOf?function(a,b){return a.indexOf(b)}:function(a,b){for(var c=0,d=a.length;d>c;c++){var e=a[c];if(e===b)return c}return-1};"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size"],b):a.Masonry=b(a.Outlayer,a.getSize)}(window);
 
 
 
 
 
 
 
 
 
languages/all-in-one-wp-security-and-firewall-es_ES.mo DELETED
Binary file
languages/all-in-one-wp-security-and-firewall-es_ES.po DELETED
@@ -1,4017 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: AIOWPS\n"
4
- "POT-Creation-Date: 2013-12-03 12:53+1000\n"
5
- "PO-Revision-Date: 2014-02-25 02:56-0300\n"
6
- "Last-Translator: Samuel Montoya <samuel.montoya@synaptic.cl>\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 1.5.4\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SearchPath-0: .\n"
16
-
17
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:156
18
- msgid "WP Security"
19
- msgstr "Seguridad Wordpress"
20
-
21
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:157
22
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:22
23
- msgid "Dashboard"
24
- msgstr "Escritorio"
25
-
26
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:158
27
- msgid "Settings"
28
- msgstr "Opciones"
29
-
30
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:159
31
- msgid "User Accounts"
32
- msgstr "Cuentas de usuario"
33
-
34
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:160
35
- msgid "User Login"
36
- msgstr "Ingreso de usuarios"
37
-
38
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:161
39
- msgid "User Registration"
40
- msgstr "Registro de Usuarios"
41
-
42
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:162
43
- msgid "Database Security"
44
- msgstr "Seguridad base datos"
45
-
46
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:166
47
- msgid "Filesystem Security"
48
- msgstr "Seguridad de archivos"
49
-
50
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:168
51
- msgid "WHOIS Lookup"
52
- msgstr "Búsqueda WHOIS"
53
-
54
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:172
55
- msgid "Blacklist Manager"
56
- msgstr "Administrados listas negras"
57
-
58
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:177
59
- msgid "Firewall"
60
- msgstr "Firewall"
61
-
62
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:179
63
- msgid "SPAM Prevention"
64
- msgstr "Prevencion de SPAM"
65
-
66
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:183
67
- msgid "Scanner"
68
- msgstr "Escáner"
69
-
70
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:185
71
- msgid "Maintenance"
72
- msgstr "Mantenimiento"
73
-
74
- #: all-in-one-wp-security/admin/wp-security-admin-menu.php:43
75
- msgid "Settings successfully updated."
76
- msgstr "Ajustes actualizado correctamente."
77
-
78
- #: all-in-one-wp-security/admin/wp-security-admin-menu.php:50
79
- msgid "The selected record(s) deleted successfully!"
80
- msgstr "El registro(s) seleccionado eliminado correctamente!"
81
-
82
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:22
83
- msgid "Ban Users"
84
- msgstr "Ban Users"
85
-
86
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:80
87
- msgid "Nonce check failed for save blacklist settings!"
88
- msgstr ""
89
-
90
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:132
91
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:147
92
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:400
93
- msgid ""
94
- "The plugin was unable to write to the .htaccess file. Please edit file "
95
- "manually."
96
- msgstr ""
97
- "El plug-in no pudo escribir en el fichero htaccess.. Por favor, editar el "
98
- "archivo manualmente."
99
-
100
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:139
101
- msgid "Ban IPs or User Agents"
102
- msgstr "Prohibir IPs o agentes de usuario"
103
-
104
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:142
105
- msgid ""
106
- "The All In One WP Security Blacklist feature gives you the option of banning "
107
- "certain host IP addresses or ranges and also user agents."
108
- msgstr ""
109
-
110
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:143
111
- msgid ""
112
- "This feature will deny total site access for users which have IP addresses "
113
- "or user agents matching those which you have configured in the settings "
114
- "below."
115
- msgstr ""
116
- "Esta característica va a negar el acceso total de la instalación para los "
117
- "usuarios que tienen direcciones IP o los agentes de usuario que coincidan "
118
- "con los que se haya configurado en la configuración de abajo."
119
-
120
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:144
121
- msgid ""
122
- "The plugin achieves this by making appropriate modifications to your ."
123
- "htaccess file."
124
- msgstr ""
125
- "El plugin logra esto haciendo las modificaciones pertinentes en su archivo "
126
- "htaccess.."
127
-
128
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:145
129
- msgid ""
130
- "By blocking people via the .htaccess file your are using the most secure "
131
- "first line of defence which denies all access to blacklisted visitors as "
132
- "soon as they hit your hosting server."
133
- msgstr ""
134
-
135
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:151
136
- msgid "IP Hosts and User Agent Blacklist Settings"
137
- msgstr ""
138
-
139
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:162
140
- msgid "Enable IP or User Agent Blacklisting"
141
- msgstr ""
142
-
143
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:165
144
- msgid ""
145
- "Check this if you want to enable the banning (or blacklisting) of selected "
146
- "IP addresses and/or user agents specified in the settings below"
147
- msgstr ""
148
- "Seleccione esta opción si desea habilitar la prohibición (o una lista negra) "
149
- "de direcciones IP seleccionadas y / o agentes de usuario especificados en la "
150
- "siguiente configuración"
151
-
152
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:169
153
- msgid "Enter IP Addresses:"
154
- msgstr "Introduzca las direcciones IP:"
155
-
156
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:173
157
- msgid "Enter one or more IP addresses or IP ranges."
158
- msgstr "Introduzca una o más direcciones IP o rangos de IP."
159
-
160
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:174
161
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:194
162
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:271
163
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:288
164
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:147
165
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:177
166
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:308
167
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:338
168
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:369
169
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:397
170
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:426
171
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:514
172
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:669
173
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:703
174
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:726
175
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:747
176
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:174
177
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:259
178
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:456
179
- msgid "More Info"
180
- msgstr "Mas info"
181
-
182
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:177
183
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:459
184
- msgid "Each IP address must be on a new line."
185
- msgstr "Cada dirección IP debe estar en una línea nueva."
186
-
187
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:178
188
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:460
189
- msgid ""
190
- "To specify an IP range use a wildcard \"*\" character. Acceptable ways to "
191
- "use wildcards is shown in the examples below:"
192
- msgstr ""
193
-
194
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:179
195
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:461
196
- msgid "Example 1: 195.47.89.*"
197
- msgstr "Ejemplo 1: 195.47.89.*"
198
-
199
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:180
200
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:462
201
- msgid "Example 2: 195.47.*.*"
202
- msgstr "Ejemplo 2: 195.47.*.*"
203
-
204
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:181
205
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:463
206
- msgid "Example 3: 195.*.*.*"
207
- msgstr "Ejemplo 3: 195.*.*.*"
208
-
209
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:188
210
- msgid "Enter User Agents:"
211
- msgstr "Introduzca el Agente de Usuario:"
212
-
213
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:193
214
- msgid "Enter one or more user agent strings."
215
- msgstr "Introduce una o más cadenas de agente de usuario."
216
-
217
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:197
218
- msgid "Each user agent string must be on a new line."
219
- msgstr "Cada cadena de agente de usuario debe estar en una línea nueva."
220
-
221
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:198
222
- msgid "Example 1 - A single user agent string to block:"
223
- msgstr "Ejemplo 1 - Una cadena única de agente de usuario para bloquear:"
224
-
225
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:200
226
- msgid "Example 2 - A list of more than 1 user agent strings to block"
227
- msgstr ""
228
- "Ejemplo 2 - Una lista de más de 1 cadenas de agente de usuario para bloquear"
229
-
230
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:208
231
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:347
232
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:309
233
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:231
234
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:497
235
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:189
236
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:232
237
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:336
238
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:470
239
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:628
240
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:146
241
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:221
242
- msgid "Save Settings"
243
- msgstr "Guardar opciones"
244
-
245
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:23
246
- msgid "System Info"
247
- msgstr "Informacion de sistema"
248
-
249
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
250
- msgid "For information, updates and documentation, please visit the"
251
- msgstr ""
252
- "Para obtener información, actualizaciones y documentación, por favor visite "
253
- "el "
254
-
255
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
256
- msgid "AIO WP Security & Firewall Plugin"
257
- msgstr ""
258
-
259
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
260
- msgid "Page"
261
- msgstr "Pagina"
262
-
263
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:74
264
- msgid "Follow us"
265
- msgstr "Síguenos"
266
-
267
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:74
268
- msgid ""
269
- "Twitter, Google+ or via Email to stay upto date about the new security "
270
- "features of this plugin."
271
- msgstr ""
272
- "Twitter, Google+ o vía correo electrónico para mantenerse al día sobre las "
273
- "nuevas características de seguridad de este plugin."
274
-
275
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:88
276
- msgid "Security Strength Meter"
277
- msgstr "Medidor de Seguridad"
278
-
279
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:117
280
- msgid "Total Achievable Points: "
281
- msgstr "Total de puntos alcanzables: "
282
-
283
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:119
284
- msgid "Current Score of Your Site: "
285
- msgstr "Puntuación actual de su sitio: "
286
-
287
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:129
288
- msgid "Security Points Breakdown"
289
- msgstr "Analisis Puntos de Seguridad"
290
-
291
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:170
292
- msgid "Critical Feature Status"
293
- msgstr "Estado caracteriticas de seguridad"
294
-
295
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:174
296
- msgid ""
297
- "Below is the current status of the critical features that you should "
298
- "activate on your site to achieve a minimum level of recommended security"
299
- msgstr ""
300
- "A continuación se muestra el estado actual de las características esenciales "
301
- "que debe activar en su sitio para alcanzar un nivel mínimo de seguridad "
302
- "recomendada"
303
-
304
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:178
305
- msgid "Admin Username"
306
- msgstr "Nombre de usuario Admin"
307
-
308
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:193
309
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:27
310
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:39
311
- msgid "Login Lockdown"
312
- msgstr ""
313
-
314
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:208
315
- msgid "File Permission"
316
- msgstr "permiso del archivo"
317
-
318
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:223
319
- msgid "Basic Firewall"
320
- msgstr "Firewall Basico"
321
-
322
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:241
323
- msgid "Maintenance Mode Status"
324
- msgstr "Estado modo mantenimiento"
325
-
326
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:245
327
- msgid ""
328
- "Maintenance mode is currently enabled. Remember to turn it off when you are "
329
- "done"
330
- msgstr ""
331
- "El modo de mantenimiento está habilitada actualmente. Recuerde que apagarlo "
332
- "cuando haya terminado"
333
-
334
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:248
335
- msgid "Maintenance mode is currently off."
336
- msgstr "El modo de mantenimiento actualmente apagado."
337
-
338
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:252
339
- msgid "Maintenance Mode"
340
- msgstr "Modo Mantenimiento"
341
-
342
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:291
343
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:33
344
- msgid "Logged In Users"
345
- msgstr "Usuarios conectados"
346
-
347
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:301
348
- msgid "Number of users currently logged in site-wide is:"
349
- msgstr "Número de usuarios conectados actualmente en todo el sitio web es:"
350
-
351
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:302
352
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:324
353
- #, php-format
354
- msgid "Go to the %s menu to see more details"
355
- msgstr "Ir al menú de %s para ver más detalles"
356
-
357
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:307
358
- msgid "There are no other site-wide users currently logged in."
359
- msgstr ""
360
- "No hay otros usuarios de todo el sitio Actualmente se ha iniciado sesión"
361
-
362
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:323
363
- msgid "Number of users currently logged into your site is:"
364
- msgstr "Número de usuarios conectados actualmente en su sitio es:"
365
-
366
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:329
367
- msgid "There are no other users currently logged in."
368
- msgstr "Actualmente no hay usuarios conectados"
369
-
370
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:340
371
- msgid "Spread the Word"
372
- msgstr "Corre la Voz"
373
-
374
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:343
375
- msgid ""
376
- "We are working to make your WordPress site more secure. Please support us, "
377
- "here is how:"
378
- msgstr ""
379
- "Estamos trabajando para hacer de su sitio de WordPress más seguro. Por favor "
380
- "que nos apoyen, aquí es cómo:"
381
-
382
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:367
383
- msgid "Site Info"
384
- msgstr "Informacion del sitio"
385
-
386
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:369
387
- msgid "Plugin Version"
388
- msgstr "Plugin Version"
389
-
390
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:370
391
- msgid "WP Version"
392
- msgstr "Version Wordpress"
393
-
394
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:372
395
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:374
396
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:395
397
- msgid "Version"
398
- msgstr "Version"
399
-
400
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:373
401
- msgid "Table Prefix"
402
- msgstr "Prefijo de tablas"
403
-
404
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:375
405
- msgid "Session Save Path"
406
- msgstr ""
407
-
408
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:377
409
- msgid "Server Name"
410
- msgstr "Nombre servidor"
411
-
412
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:378
413
- msgid "Cookie Domain"
414
- msgstr "Dominio de Cookie"
415
-
416
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:379
417
- msgid "Library Present"
418
- msgstr ""
419
-
420
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:380
421
- msgid "Debug File Write Permissions"
422
- msgstr ""
423
-
424
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:384
425
- msgid "Active Plugins"
426
- msgstr "Plugins activos"
427
-
428
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:394
429
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:130
430
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:149
431
- msgid "Name"
432
- msgstr "Nombre"
433
-
434
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:396
435
- msgid "Plugin URL"
436
- msgstr "URL Plugin"
437
-
438
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:23
439
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:57
440
- msgid "DB Prefix"
441
- msgstr "Prefijo DB"
442
-
443
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:24
444
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:59
445
- msgid "DB Backup"
446
- msgstr "Respaldo DB"
447
-
448
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:84
449
- msgid "Nonce check failed for DB prefix change operation!"
450
- msgstr ""
451
-
452
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:92
453
- msgid ""
454
- "The plugin has detected that it cannot write to the wp-config.php file. This "
455
- "feature can only be used if the plugin can successfully write to the wp-"
456
- "config.php file."
457
- msgstr ""
458
- "El plug-in ha detectado que no se puede escribir en el archivo wp-config."
459
- "php. Esta función sólo se puede utilizar si el plugin se puede escribir "
460
- "correctamente en el archivo wp-config.php."
461
-
462
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:105
463
- msgid "Please enter a value for the DB prefix."
464
- msgstr "Por favor, introduzca un valor para el prefijo DB."
465
-
466
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:114
467
- msgid ""
468
- "<strong>ERROR</strong>: The table prefix can only contain numbers, letters, "
469
- "and underscores."
470
- msgstr ""
471
- "<strong>ERROR</strong>: El prefijo de tabla sólo puede contener números, "
472
- "letras y guiones bajos."
473
-
474
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:122
475
- msgid "Change Database Prefix"
476
- msgstr "Cambiar prefijo Base datos"
477
-
478
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:125
479
- msgid ""
480
- "Your WordPress DB is the most important asset of your website because it "
481
- "contains a lot of your site's precious information."
482
- msgstr ""
483
- "Su base de datos de WordPress es el activo más importante de su sitio web, "
484
- "ya que contiene una gran cantidad de valiosa información de su sitio."
485
-
486
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:126
487
- msgid ""
488
- "The DB is also a target for hackers via methods such as SQL injections and "
489
- "malicious and automated code which targets certain tables."
490
- msgstr ""
491
- "La DB es también un objetivo para los hackers a través de métodos tales como "
492
- "las inyecciones de SQL y los códigos maliciosos y automatizada que apunta "
493
- "ciertas tablas."
494
-
495
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:127
496
- msgid ""
497
- "One way to add a layer of protection for your DB is to change the default "
498
- "WordPress table prefix from \"wp_\" to something else which will be "
499
- "difficult for hackers to guess."
500
- msgstr ""
501
- "Una forma de añadir una capa de protección a su base de datos es cambiar el "
502
- "prefijo de las tablas de WordPress por defecto de \"wp_ \" a otra cosa que "
503
- "será difícil para los hackers de adivinar."
504
-
505
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:128
506
- msgid ""
507
- "This feature allows you to easily change the prefix to a value of your "
508
- "choice or to a random value set by this plugin."
509
- msgstr ""
510
- "Esta característica le permite cambiar fácilmente el prefijo a un valor de "
511
- "su elección o en un valor aleatorio establecido por este plugin."
512
-
513
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:134
514
- msgid "DB Prefix Options"
515
- msgstr "Opciones prefijo Db"
516
-
517
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:145
518
- #, php-format
519
- msgid "It is recommended that you perform a %s before using this feature"
520
- msgstr "Se recomienda que realice una %s antes de utilizar esta función"
521
-
522
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:154
523
- msgid "Current DB Table Prefix"
524
- msgstr "Actual prefijo de tablas en DB"
525
-
526
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:160
527
- msgid ""
528
- "Your site is currently using the default WordPress DB prefix value of \"wp_"
529
- "\". \n"
530
- " To increase your site's security you should "
531
- "consider changing the DB prefix value to another value."
532
- msgstr ""
533
- "Su sitio está utilizando actualmente el valor de prefijo por defecto de "
534
- "WordPress DB \"wp_\". \n"
535
- " Para aumentar la seguridad de su sitio debe "
536
- "tener en cuenta el cambio del valor de prefijo DB a otro valor."
537
-
538
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:167
539
- msgid "Generate New DB Table Prefix"
540
- msgstr "Generar nuevo Prefijo de tabla"
541
-
542
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:170
543
- msgid ""
544
- "Check this if you want the plugin to generate a random 6 character string "
545
- "for the table prefix"
546
- msgstr ""
547
- "Seleccione esta opción si desea que el plugin para seleccione seis "
548
- "caracteres aleatorios para el prefijo de la tabla"
549
-
550
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:171
551
- msgid "OR"
552
- msgstr "O"
553
-
554
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:173
555
- msgid ""
556
- "Choose your own DB prefix by specifying a string which contains letters and/"
557
- "or numbers and/or underscores. Example: xyz_"
558
- msgstr ""
559
- "Elija su propio prefijo DB especificando una cadena que contiene letras y / "
560
- "o números y / o guiones bajos. Ejemplo: xyz_"
561
-
562
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:177
563
- msgid "Change DB Prefix"
564
- msgstr "Cambiar prefijo DB"
565
-
566
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:198
567
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:86
568
- msgid "Nonce check failed for manual DB backup operation!"
569
- msgstr ""
570
-
571
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:215
572
- msgid ""
573
- "DB Backup was successfully completed! You will receive the backup file via "
574
- "email if you have enabled \"Send Backup File Via Email\", otherwise you can "
575
- "retrieve it via FTP from the following directory:"
576
- msgstr ""
577
- "Copia de seguridad de base de datos se completó con éxito! Usted recibirá el "
578
- "archivo de copia de seguridad por correo electrónico si ha habilitado "
579
- "\"Enviar archivo de copia de seguridad por correo electrónico \", de lo "
580
- "contrario se puede recuperar a través de FTP desde el siguiente directorio:"
581
-
582
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:217
583
- msgid "Your DB Backup File location: "
584
- msgstr ""
585
-
586
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:225
587
- msgid "DB Backup failed. Please check the permissions of the backup directory."
588
- msgstr ""
589
- "copia de seguridad ha fallado. Por favor, compruebe los permisos del "
590
- "directorio de copia de seguridad."
591
-
592
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:242
593
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:126
594
- msgid ""
595
- "You entered a non numeric value for the \"backup time interval\" field. It "
596
- "has been set to the default value."
597
- msgstr ""
598
- "Ha introducido un valor no numérico para el \"intervalo de tiempo de copia "
599
- "de seguridad \" de campo. Se ha establecido en el valor predeterminado."
600
-
601
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:249
602
- msgid ""
603
- "You entered a non numeric value for the \"number of backup files to keep\" "
604
- "field. It has been set to the default value."
605
- msgstr ""
606
- "Ha introducido un valor no numérico para el campo \"número de archivos de "
607
- "copia de seguridad para mantener \". Se ha establecido en el valor "
608
- "predeterminado."
609
-
610
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:256
611
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:156
612
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:121
613
- msgid ""
614
- "You have entered an incorrect email address format. It has been set to your "
615
- "WordPress admin email as default."
616
- msgstr ""
617
- "Ha introducido un formato de dirección de correo electrónico incorrecta. Se "
618
- "ha establecido en su correo electrónico de administración de WordPress por "
619
- "defecto."
620
-
621
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:262
622
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:162
623
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:219
624
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:127
625
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:581
626
- msgid "Attention!"
627
- msgstr "Atencion!"
628
-
629
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:289
630
- msgid "Manual Backup"
631
- msgstr "Respaldo Manual"
632
-
633
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:295
634
- msgid "To create a new DB backup just click on the button below."
635
- msgstr ""
636
- "Para crear una nueva copia de seguridad DB simplemente haga clic en el botón "
637
- "de abajo."
638
-
639
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:298
640
- msgid "Create DB Backup Now"
641
- msgstr "Respaldar base datos"
642
-
643
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:302
644
- msgid "Automated Scheduled Backups"
645
- msgstr "Respaldos programados automáticos"
646
-
647
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:314
648
- msgid "Enable Automated Scheduled Backups"
649
- msgstr "Habilitar copias de seguridad programadas"
650
-
651
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:317
652
- msgid ""
653
- "Check this if you want the system to automatically generate backups "
654
- "periodically based on the settings below"
655
- msgstr ""
656
- "Seleccione esta opción si desea que el sistema genere automáticamente copias "
657
- "de seguridad periódicamente en base a la siguiente configuración"
658
-
659
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:321
660
- msgid "Backup Time Interval"
661
- msgstr "Tiempo entre respaldos"
662
-
663
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:324
664
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:259
665
- msgid "Hours"
666
- msgstr "Horas"
667
-
668
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:325
669
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:260
670
- msgid "Days"
671
- msgstr "Dias"
672
-
673
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:326
674
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:261
675
- msgid "Weeks"
676
- msgstr "Semanas"
677
-
678
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:328
679
- msgid "Set the value for how often you would like an automated backup to occur"
680
- msgstr ""
681
- "Establezca la frecuencia con que desea realizar una copia de seguridad "
682
- "automática"
683
-
684
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:332
685
- msgid "Number of Backup Files To Keep"
686
- msgstr "Número de archivos de copia de seguridad para mantener"
687
-
688
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:334
689
- msgid ""
690
- "Thie field allows you to choose the number of backup files you would like to "
691
- "keep in the backup directory"
692
- msgstr ""
693
- "El campo le permite elegir el número de archivos de copia de seguridad que "
694
- "le gustaría tener en el directorio de copia de seguridad"
695
-
696
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:338
697
- msgid "Send Backup File Via Email"
698
- msgstr "Enviar archivo respaldo via Email"
699
-
700
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:341
701
- msgid ""
702
- "Check this if you want the system to email you the backup file after a DB "
703
- "backup has been performed"
704
- msgstr ""
705
- "Seleccione esta opción si desea que el sistema le envía por correo "
706
- "electrónico el archivo de copia de seguridad después de que se ha realizado "
707
- "una copia de seguridad de base de datos"
708
-
709
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:343
710
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:305
711
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:228
712
- msgid "Enter an email address"
713
- msgstr "Ingrese una direccion de email"
714
-
715
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:373
716
- msgid "Starting DB prefix change operations....."
717
- msgstr ""
718
-
719
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:375
720
- #, php-format
721
- msgid ""
722
- "Your WordPress system has a total of %s tables and your new DB prefix will "
723
- "be: %s"
724
- msgstr ""
725
-
726
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:381
727
- #: all-in-one-wp-security/classes/wp-security-utility.php:206
728
- msgid ""
729
- "Failed to make a backup of the wp-config.php file. This operation will not "
730
- "go ahead."
731
- msgstr ""
732
- "No se pudo hacer una copia de seguridad del archivo wp-config.php. Esta "
733
- "operación no seguirá adelante."
734
-
735
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:385
736
- msgid "A backup copy of your wp-config.php file was created successfully!"
737
- msgstr ""
738
- "Una copia de seguridad del archivo wp-config.php sido creado con éxito!"
739
-
740
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:408
741
- #, php-format
742
- msgid "%s table name update failed"
743
- msgstr ""
744
-
745
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:420
746
- #, php-format
747
- msgid "Please change the prefix manually for the above tables to: %s"
748
- msgstr "Por favor cambio el prefijo manualmente para las siguientes tablas: %s"
749
-
750
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:423
751
- #, php-format
752
- msgid "%s tables had their prefix updated successfully!"
753
- msgstr ""
754
-
755
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:438
756
- msgid "wp-config.php file was updated successfully!"
757
- msgstr "El archivo wp-config.php se ha actulizado satisfactoriamente!"
758
-
759
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:441
760
- #, php-format
761
- msgid ""
762
- "The \"wp-config.php\" file was not able to be modified. Please modify this "
763
- "file manually using your favourite editor and search \n"
764
- " for variable \"$table_prefix\" and assign the following "
765
- "value to that variable: %s"
766
- msgstr ""
767
-
768
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:462
769
- msgid "There was an error when updating the options table."
770
- msgstr ""
771
-
772
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:466
773
- msgid ""
774
- "The options table records which had references to the old DB prefix were "
775
- "updated successfully!"
776
- msgstr ""
777
-
778
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:491
779
- #, php-format
780
- msgid ""
781
- "Error updating user_meta table where new meta_key = %s, old meta_key = %s "
782
- "and user_id = %s."
783
- msgstr ""
784
-
785
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:497
786
- msgid ""
787
- "The usermeta table records which had references to the old DB prefix were "
788
- "updated successfully!"
789
- msgstr ""
790
-
791
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:499
792
- msgid "DB prefix change tasks have been completed."
793
- msgstr ""
794
-
795
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:22
796
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:94
797
- msgid "File Change Detection"
798
- msgstr "Detección de cambio de archivos"
799
-
800
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:93
801
- msgid "Nonce check failed for manual file change detection scan operation!"
802
- msgstr ""
803
-
804
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:100
805
- msgid ""
806
- "The plugin has detected that this is your first file change detection scan. "
807
- "The file details from this scan will be used to detect file changes for "
808
- "future scans!"
809
- msgstr ""
810
-
811
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:194
812
- msgid ""
813
- "NEW SCAN COMPLETED: The plugin has detected that you have made changes to "
814
- "the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
815
- " In order to ensure that future scan results are "
816
- "accurate, the old scan data has been refreshed."
817
- msgstr ""
818
-
819
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:204
820
- msgid ""
821
- "All In One WP Security & Firewall has detected that there was a change in "
822
- "your host's files."
823
- msgstr ""
824
-
825
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:206
826
- msgid "View Scan Details & Clear This Message"
827
- msgstr "Ver los detalles de escaneo y eliminar este mensaje"
828
-
829
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:215
830
- msgid ""
831
- "If given an opportunity hackers can insert their code or files into your "
832
- "system which they can then use to carry out malicious acts on your site."
833
- msgstr ""
834
- "Si se les da una oportunidad a los piratas informáticos pueden insertar su "
835
- "código o archivos en su sistema, que luego puede utilizar para llevar a cabo "
836
- "los actos malintencionados en su sitio."
837
-
838
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:216
839
- msgid ""
840
- "Being informed of any changes in your files can be a good way to quickly "
841
- "prevent a hacker from causing damage to your website."
842
- msgstr ""
843
- "Estar informado de cualquier cambio en sus archivos puede ser una buena "
844
- "manera de prevenir rápidamente un hacker de causar daños en el sitio web."
845
-
846
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:217
847
- msgid ""
848
- "In general, WordPress core and plugin files and file types such as \".php\" "
849
- "or \".js\" should not change often and when they do, it is important that "
850
- "you are made aware when a change occurs and which file was affected."
851
- msgstr ""
852
-
853
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:218
854
- msgid ""
855
- "The \"File Change Detection Feature\" will notify you of any file change "
856
- "which occurs on your system, including the addition and deletion of files by "
857
- "performing a regular automated or manual scan of your system's files."
858
- msgstr ""
859
- "La \"característica de detección de cambio de archivo \" le notificará de "
860
- "cualquier cambio de archivo que se produce en su sistema, incluyendo la "
861
- "adición y eliminación de archivos mediante la realización de una búsqueda de "
862
- "virus automatizado o manual de los archivos de tu sistema."
863
-
864
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:219
865
- msgid ""
866
- "This feature also allows you to exclude certain files or folders from the "
867
- "scan in cases where you know that they change often as part of their normal "
868
- "operation. (For example log files and certain caching plugin files may "
869
- "change often and hence you may choose to exclude such files from the file "
870
- "change detection scan)"
871
- msgstr ""
872
- "Esta característica también le permite excluir ciertos archivos o carpetas "
873
- "de la exploración en los casos donde se sabe que a menudo cambian como parte "
874
- "de su funcionamiento normal. (Por ejemplo los archivos de registro y ciertos "
875
- "archivos de plugin de caché pueden cambiar a menudo y por lo tanto usted "
876
- "puede optar por excluir este tipo de archivos del análisis de detección de "
877
- "cambio de archivo)"
878
-
879
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:224
880
- msgid "Manual File Change Detection Scan"
881
- msgstr ""
882
-
883
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:230
884
- msgid ""
885
- "To perform a manual file change detection scan click on the button below."
886
- msgstr ""
887
- "Para realizar un escaneo manual de detección de cambio de archivo , haga "
888
- "clic en el botón de abajo."
889
-
890
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:233
891
- msgid "Perform Scan Now"
892
- msgstr "Realizar un scaneos"
893
-
894
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:237
895
- msgid "File Change Detection Settings"
896
- msgstr "Configuración de detección de modificación del archivo"
897
-
898
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:249
899
- msgid "Enable Automated File Change Detection Scan"
900
- msgstr "Activar escaneo automatizado de detección de cambio de archivo"
901
-
902
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:252
903
- msgid ""
904
- "Check this if you want the system to automatically/periodically scan your "
905
- "files to check for file changes based on the settings below"
906
- msgstr ""
907
- "Seleccione esta opción si desea que el sistema escanee periódicamente sus "
908
- "archivos para verificar si hay cambios en los archivos en función de los "
909
- "ajustes siguientes"
910
-
911
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:256
912
- msgid "Scan Time Interval"
913
- msgstr "Intervalo entre escaneos"
914
-
915
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:263
916
- msgid "Set the value for how often you would like a scan to occur"
917
- msgstr ""
918
- "Establezca el valor de la frecuencia con la que le gustaría que se realice "
919
- "un escaneo"
920
-
921
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:267
922
- msgid "File Types To Ignore"
923
- msgstr "Tipos de archivo a ignorar"
924
-
925
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:270
926
- msgid ""
927
- "Enter each file type or extension on a new line which you wish to exclude "
928
- "from the file change detection scan."
929
- msgstr ""
930
-
931
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:274
932
- msgid ""
933
- "You can exclude file types from the scan which would not normally pose any "
934
- "security threat if they were changed. These can include things such as image "
935
- "files."
936
- msgstr ""
937
-
938
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:275
939
- msgid ""
940
- "Example: If you want the scanner to ignore files of type jpg, png, and bmp, "
941
- "then you would enter the following:"
942
- msgstr ""
943
- "Ejemplo: Si desea que el escáner ignorare los archivos de tipo jpg, png, y "
944
- "bmp, a continuación, se escribiría lo siguiente:"
945
-
946
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:276
947
- msgid "jpg"
948
- msgstr "jpg"
949
-
950
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:277
951
- msgid "png"
952
- msgstr "png"
953
-
954
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:278
955
- msgid "bmp"
956
- msgstr "bmp"
957
-
958
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:284
959
- msgid "Files/Directories To Ignore"
960
- msgstr "Archivos/Direcctorios a ignorar"
961
-
962
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:287
963
- msgid ""
964
- "Enter each file or directory on a new line which you wish to exclude from "
965
- "the file change detection scan."
966
- msgstr ""
967
-
968
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:291
969
- msgid ""
970
- "You can exclude specific files/directories from the scan which would not "
971
- "normally pose any security threat if they were changed. These can include "
972
- "things such as log files."
973
- msgstr ""
974
-
975
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:292
976
- msgid ""
977
- "Example: If you want the scanner to ignore certain files in different "
978
- "directories or whole directories, then you would enter the following:"
979
- msgstr ""
980
- "Ejemplo: Si desea que el scanner ignore ciertos archivos en diferentes "
981
- "directorios o directorios completos, a continuación, debe escribir lo "
982
- "siguiente:"
983
-
984
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:293
985
- msgid "cache/config/master.php"
986
- msgstr ""
987
-
988
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:294
989
- msgid "somedirectory"
990
- msgstr "algundirectorio"
991
-
992
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:300
993
- msgid "Send Email When Change Detected"
994
- msgstr "Enviar un correo cuando detecte un cambio"
995
-
996
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:303
997
- msgid ""
998
- "Check this if you want the system to email you if a file change was detected"
999
- msgstr ""
1000
- "Seleccione esta opción si desea que el sistema le envía por correo "
1001
- "electrónico si se detecta un cambio en un archivo"
1002
-
1003
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:335
1004
- msgid "Latest File Change Scan Results"
1005
- msgstr ""
1006
-
1007
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:344
1008
- msgid "The following files were added to your host."
1009
- msgstr "Los siguientes archivos se han añadido a su host."
1010
-
1011
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:347
1012
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:368
1013
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:392
1014
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:26
1015
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:27
1016
- msgid "File"
1017
- msgstr "Archivo"
1018
-
1019
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:348
1020
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:369
1021
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:393
1022
- msgid "File Size"
1023
- msgstr "Tamanño de archivo"
1024
-
1025
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:349
1026
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:370
1027
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:394
1028
- msgid "File Modified"
1029
- msgstr "Archivo modificado"
1030
-
1031
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:365
1032
- msgid "The following files were removed from your host."
1033
- msgstr "Los siguientes archivos fueron retirados de su host."
1034
-
1035
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:389
1036
- msgid "The following files were changed on your host."
1037
- msgstr "Los siguientes archivos se han cambiado en el host."
1038
-
1039
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:26
1040
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:63
1041
- msgid "File Permissions"
1042
- msgstr "Permisos de archivo"
1043
-
1044
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:27
1045
- msgid "PHP File Editing"
1046
- msgstr "Edicion archivo PHP"
1047
-
1048
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:28
1049
- msgid "WP File Access"
1050
- msgstr "WP acceso archivo"
1051
-
1052
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:29
1053
- msgid "Host System Logs"
1054
- msgstr ""
1055
-
1056
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:96
1057
- #, php-format
1058
- msgid "The permissions for %s were succesfully changed to %s"
1059
- msgstr "Los permisos para %s se cambiaron exitosamente a %s"
1060
-
1061
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:100
1062
- #, php-format
1063
- msgid "Unable to change permissions for %s!"
1064
- msgstr "No se puede cambiar los permisos de %s!"
1065
-
1066
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:106
1067
- msgid "File Permissions Scan"
1068
- msgstr ""
1069
-
1070
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:109
1071
- msgid ""
1072
- "Your WordPress file and folder permission settings govern the accessability "
1073
- "and read/write privileges of the files and folders which make up your WP "
1074
- "installation."
1075
- msgstr ""
1076
- "La configuración de permisos de archivos y carpetas WordPress rigen la "
1077
- "accesibilidad y de lectura / escritura de los privilegios de los archivos y "
1078
- "carpetas que componen la instalación de WP."
1079
-
1080
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:110
1081
- msgid ""
1082
- "Your WP installation already comes with reasonably secure file permission "
1083
- "settings for the filesystem."
1084
- msgstr ""
1085
-
1086
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:111
1087
- msgid ""
1088
- "However, sometimes people or other plugins modify the various permission "
1089
- "settings of certain core WP folders or files such that they end up making "
1090
- "their site less secure because they chose the wrong permission values."
1091
- msgstr ""
1092
-
1093
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:112
1094
- msgid ""
1095
- "This feature will scan the critical WP core folders and files and will "
1096
- "highlight any permission settings which are insecure."
1097
- msgstr ""
1098
- "Esta característica va a escanear las carpetas críticos fundamentales WP y "
1099
- "archivos y resaltará cualquier configuración de permisos que son inseguros."
1100
-
1101
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:118
1102
- msgid "WP Directory and File Permissions Scan Results"
1103
- msgstr ""
1104
-
1105
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:131
1106
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:150
1107
- msgid "File/Folder"
1108
- msgstr "Archivo/Carpeta"
1109
-
1110
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:132
1111
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:151
1112
- msgid "Current Permissions"
1113
- msgstr "Permisos actuales"
1114
-
1115
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:133
1116
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:152
1117
- msgid "Recommended Permissions"
1118
- msgstr "Permisos recomendados"
1119
-
1120
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:134
1121
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:153
1122
- msgid "Recommended Action"
1123
- msgstr "Acciones recomendadas"
1124
-
1125
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:191
1126
- msgid "Your PHP file editing settings were saved successfully."
1127
- msgstr ""
1128
-
1129
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:195
1130
- msgid ""
1131
- "Operation failed! Unable to modify or make a backup of wp-config.php file!"
1132
- msgstr ""
1133
-
1134
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:201
1135
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:65
1136
- msgid "File Editing"
1137
- msgstr "Edicion de archivo"
1138
-
1139
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:204
1140
- msgid ""
1141
- "The Wordpress Dashboard by default allows administrators to edit PHP files, "
1142
- "such as plugin and theme files."
1143
- msgstr ""
1144
-
1145
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:205
1146
- msgid ""
1147
- "This is often the first tool an attacker will use if able to login, since it "
1148
- "allows code execution."
1149
- msgstr ""
1150
- "Esto es a menudo la primera herramienta que un atacante usará si es capaz de "
1151
- "iniciar sesión, ya que permite la ejecución de código"
1152
-
1153
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:206
1154
- msgid ""
1155
- "This feature will disable the ability for people to edit PHP files via the "
1156
- "dashboard."
1157
- msgstr ""
1158
-
1159
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:212
1160
- msgid "Disable PHP File Editing"
1161
- msgstr "Desactivar Edición de archivo PHP"
1162
-
1163
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:224
1164
- msgid "Disable Ability To Edit PHP Files"
1165
- msgstr "Desactivar posibilidad de editar archivos PHP"
1166
-
1167
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:227
1168
- msgid ""
1169
- "Check this if you want to remove the ability for people to edit PHP files "
1170
- "via the WP dashboard"
1171
- msgstr ""
1172
-
1173
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:271
1174
- msgid ""
1175
- "You have successfully saved the Prevent Access to Default WP Files "
1176
- "configuration."
1177
- msgstr ""
1178
-
1179
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:275
1180
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:115
1181
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:269
1182
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:480
1183
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:619
1184
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:106
1185
- msgid ""
1186
- "Could not write to the .htaccess file. Please check the file permissions."
1187
- msgstr ""
1188
-
1189
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:280
1190
- msgid "WordPress Files"
1191
- msgstr "Archivos WordPress"
1192
-
1193
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:283
1194
- #, php-format
1195
- msgid ""
1196
- "This feature allows you to prevent access to files such as %s, %s and %s "
1197
- "which are delivered with all WP installations."
1198
- msgstr ""
1199
-
1200
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:284
1201
- msgid ""
1202
- "By preventing access to these files you are hiding some key pieces of "
1203
- "information (such as WordPress version info) from potential hackers."
1204
- msgstr ""
1205
-
1206
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:289
1207
- msgid "Prevent Access to Default WP Files"
1208
- msgstr ""
1209
-
1210
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:300
1211
- msgid "Prevent Access to WP Default Install Files"
1212
- msgstr ""
1213
-
1214
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:303
1215
- msgid ""
1216
- "Check this if you want to prevent access to readme.html, license.txt and wp-"
1217
- "config-sample.php."
1218
- msgstr ""
1219
- "Seleccione esta opción si desea impedir el acceso a readme.html, license.txt "
1220
- "y wp-config-sample.php."
1221
-
1222
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:307
1223
- msgid "Save Setting"
1224
- msgstr "guardar ajuste"
1225
-
1226
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:331
1227
- msgid "System Logs"
1228
- msgstr "Logs de sistema"
1229
-
1230
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:334
1231
- msgid ""
1232
- "Sometimes your hosting platform will produce error or warning logs in a file "
1233
- "called \"error_log\"."
1234
- msgstr ""
1235
- "A veces, su plataforma de alojamiento producirá error o registros de avisos "
1236
- "en un archivo llamado \"error_log \"."
1237
-
1238
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:335
1239
- msgid ""
1240
- "Depending on the nature and cause of the error or warning, your hosting "
1241
- "server can create multiple instances of this file in numerous directory "
1242
- "locations of your WordPress installation."
1243
- msgstr ""
1244
-
1245
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:336
1246
- msgid ""
1247
- "By occassionally viewing the contents of these logs files you can keep "
1248
- "informed of any underlying problems on your system which you might need to "
1249
- "address."
1250
- msgstr ""
1251
-
1252
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:342
1253
- msgid "View System Logs"
1254
- msgstr "Ver log de sistema"
1255
-
1256
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:347
1257
- msgid "Enter System Log File Name"
1258
- msgstr "Introdusca el nombre para el archivo de registro"
1259
-
1260
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:349
1261
- msgid "Enter your system log file name. (Defaults to error_log)"
1262
- msgstr ""
1263
-
1264
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:352
1265
- msgid "View Latest System Logs"
1266
- msgstr "Vea Los Últimos Registros del sistema"
1267
-
1268
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:354
1269
- msgid "Loading..."
1270
- msgstr "Cargando..."
1271
-
1272
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:371
1273
- msgid "No system logs were found!"
1274
- msgstr ""
1275
-
1276
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:424
1277
- msgid "Set Recommended Permissions"
1278
- msgstr "Establecer permisos recomendados"
1279
-
1280
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:430
1281
- msgid "No Action Required"
1282
- msgstr "No se requiere acción"
1283
-
1284
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:470
1285
- #, php-format
1286
- msgid "Showing latest entries of error_log file: %s"
1287
- msgstr "Mostrando las entradas más recientes de archivo error_log: %s"
1288
-
1289
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:25
1290
- msgid "Basic Firewall Rules"
1291
- msgstr "Reglas basicas de Firewall"
1292
-
1293
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:26
1294
- msgid "Additional Firewall Rules"
1295
- msgstr "Reglas adicionales de Firewall"
1296
-
1297
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:27
1298
- msgid "5G Blacklist Firewall Rules"
1299
- msgstr "Las reglas de 5G firewall de lista negra"
1300
-
1301
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:28
1302
- msgid "Brute Force Prevention"
1303
- msgstr "Prevencion Fuerza Bruta"
1304
-
1305
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:111
1306
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:102
1307
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:96
1308
- msgid "Settings were successfully saved"
1309
- msgstr "Ajustes se guardaron correctamente"
1310
-
1311
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:120
1312
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:485
1313
- msgid "Firewall Settings"
1314
- msgstr "Opciones de Firewall"
1315
-
1316
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:127
1317
- #, php-format
1318
- msgid ""
1319
- "This should not have any impact on your site's general functionality but if "
1320
- "you wish you can take a %s of your .htaccess file before proceeding."
1321
- msgstr ""
1322
-
1323
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:128
1324
- msgid ""
1325
- "The features in this tab allow you to activate some basic firewall security "
1326
- "protection rules for your site."
1327
- msgstr ""
1328
- "Las funciones de esta ficha permiten activar algunas reglas básicas de "
1329
- "protección de la seguridad de firewall para su sitio."
1330
-
1331
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:129
1332
- msgid ""
1333
- "The firewall functionality is achieved via the insertion of special code "
1334
- "into your currently active .htaccess file."
1335
- msgstr ""
1336
- "La funcionalidad de servidor de seguridad se logra a través de la inserción "
1337
- "de un código especial en su archivo. Htaccess actualmente activo."
1338
-
1339
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:135
1340
- msgid "Basic Firewall Settings"
1341
- msgstr "Opciones basicas de Firewall"
1342
-
1343
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:143
1344
- msgid "Enable Basic Firewall Protection"
1345
- msgstr "Habilitar proteccion basica de Firewall"
1346
-
1347
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:146
1348
- msgid "Check this if you want to apply basic firewall protection to your site."
1349
- msgstr ""
1350
- "Seleccione esta opción si desea aplicar la protección básica de cortafuegos "
1351
- "a su sitio."
1352
-
1353
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:150
1354
- msgid ""
1355
- "This setting will implement the following basic firewall protection "
1356
- "mechanisms on your site:"
1357
- msgstr ""
1358
- "Este ajuste implementará los siguientes mecanismos básicos de protección de "
1359
- "firewall en su sitio:"
1360
-
1361
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:151
1362
- msgid "1) Protect your htaccess file by denying access to it."
1363
- msgstr "1) Proteger su archivo htaccess al negar el acceso a la misma."
1364
-
1365
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:152
1366
- msgid "2) Disable the server signature."
1367
- msgstr "2) Desactivar la firma del servidor."
1368
-
1369
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:153
1370
- msgid "3) Limit file upload size (10MB)."
1371
- msgstr "3) el tamaño de carga de archivos Límite (10MB)."
1372
-
1373
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:154
1374
- msgid "4) Protect your wp-config.php file by denying access to it."
1375
- msgstr "4) Proteger su archivo wp-config.php al negar el acceso a la misma."
1376
-
1377
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:155
1378
- msgid ""
1379
- "The above firewall features will be applied via your .htaccess file and "
1380
- "should not affect your site's overall functionality."
1381
- msgstr ""
1382
- "Las características de firewall anteriores se aplicarán a través de su "
1383
- "archivo .htaccess y no deberían afectar a la funcionalidad general de su "
1384
- "sitio."
1385
-
1386
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:156
1387
- msgid ""
1388
- "You are still advised to take a backup of your active .htaccess file just in "
1389
- "case."
1390
- msgstr ""
1391
-
1392
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:165
1393
- msgid "WordPress Pingback Vulnerability Protection"
1394
- msgstr ""
1395
-
1396
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:173
1397
- msgid "Enable Pingback Protection"
1398
- msgstr "Activar protección Pingback"
1399
-
1400
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:176
1401
- msgid ""
1402
- "Check this if you are not using the WP XML-RPC functionality and you want to "
1403
- "enable protection against WordPress pingback vulnerabilities."
1404
- msgstr ""
1405
-
1406
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:180
1407
- msgid ""
1408
- "This setting will add a directive in your .htaccess to disable access to the "
1409
- "WordPress xmlrpc.php file which is responsible for the XML-RPC functionality "
1410
- "such as pingbacks in WordPress."
1411
- msgstr ""
1412
-
1413
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:181
1414
- msgid ""
1415
- "Hackers can exploit various pingback vulnerabilities in the WordPress XML-"
1416
- "RPC API in a number of ways such as:"
1417
- msgstr ""
1418
- "Los hackers pueden explotar varias vulnerabilidades pingback en el WordPress "
1419
- "XML-RPC API de varias maneras, tales como:"
1420
-
1421
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:182
1422
- msgid "1) Denial of Service (DoS) attacks"
1423
- msgstr "1) la denegación de servicio (DoS)"
1424
-
1425
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:183
1426
- msgid "2) Hacking internal routers."
1427
- msgstr "2) Hackear routers internos."
1428
-
1429
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:184
1430
- msgid "3) Scanning ports in internal networks to get info from various hosts."
1431
- msgstr ""
1432
- "3) análisis de puertos en las redes internas para obtener información de "
1433
- "varios hosts."
1434
-
1435
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:185
1436
- msgid ""
1437
- "Apart from the security protection benefit, this feature may also help "
1438
- "reduce load on your server, particularly if your site currently has a lot of "
1439
- "unwanted traffic hitting the XML-RPC API on your installation."
1440
- msgstr ""
1441
-
1442
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:186
1443
- msgid ""
1444
- "NOTE: You should only enable this feature if you are not currently using the "
1445
- "XML-RPC functionality on your WordPress installation."
1446
- msgstr ""
1447
- "NOTA: Sólo se debe activar esta función si no está utilizando la "
1448
- "funcionalidad de XML-RPC en su instalación de WordPress."
1449
-
1450
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:193
1451
- msgid "Save Basic Firewall Settings"
1452
- msgstr "Guardar la configuracion basica de Firewall"
1453
-
1454
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:265
1455
- msgid ""
1456
- "You have successfully saved the Additional Firewall Protection configuration"
1457
- msgstr ""
1458
- "Ha guardado correctamente la configuración adicional de protección del "
1459
- "cortafuegos"
1460
-
1461
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:279
1462
- msgid "Additional Firewall Protection"
1463
- msgstr "Proteccion adicional de Firewall"
1464
-
1465
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:283
1466
- #, php-format
1467
- msgid ""
1468
- "Due to the nature of the code being inserted to the .htaccess file, this "
1469
- "feature may break some functionality for certain plugins and you are "
1470
- "therefore advised to take a %s of .htaccess before applying this "
1471
- "configuration."
1472
- msgstr ""
1473
-
1474
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:285
1475
- msgid ""
1476
- "This feature allows you to activate more advanced firewall settings to your "
1477
- "site."
1478
- msgstr ""
1479
-
1480
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:286
1481
- msgid ""
1482
- "The advanced firewall rules are applied via the insertion of special code to "
1483
- "your currently active .htaccess file."
1484
- msgstr ""
1485
-
1486
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:295
1487
- msgid "Listing of Directory Contents"
1488
- msgstr ""
1489
-
1490
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:304
1491
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:80
1492
- msgid "Disable Index Views"
1493
- msgstr "Desactivar Índice Vistas"
1494
-
1495
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:307
1496
- msgid "Check this if you want to disable directory and file listing."
1497
- msgstr ""
1498
- "Seleccione esta opción si desea desactivar el listado de archivos y "
1499
- "directorios."
1500
-
1501
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:312
1502
- msgid ""
1503
- "By default, an Apache server will allow the listing of the contents of a "
1504
- "directory if it doesn't contain an index.php file."
1505
- msgstr ""
1506
- "De manera predeterminada, un servidor Apache permitirá el listado de los "
1507
- "contenidos de un directorio si no contiene un archivo index.php."
1508
-
1509
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:314
1510
- msgid "This feature will prevent the listing of contents for all directories."
1511
- msgstr ""
1512
- "Esta característica evita el listado de contenidos de todos los directorios."
1513
-
1514
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:316
1515
- msgid ""
1516
- "NOTE: In order for this feature to work \"AllowOverride\" must be enabled in "
1517
- "your httpd.conf file. Ask your hosting provider to check this if you don't "
1518
- "have access to httpd.conf"
1519
- msgstr ""
1520
-
1521
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:325
1522
- msgid "Trace and Track"
1523
- msgstr "Rastreo y Seguimiento"
1524
-
1525
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:334
1526
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:81
1527
- msgid "Disable Trace and Track"
1528
- msgstr "Desactivar Rastreo y Seguimiento"
1529
-
1530
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:337
1531
- msgid "Check this if you want to disable trace and track."
1532
- msgstr "Seleccione esta opción si desea desactivar rastreo y seguimiento."
1533
-
1534
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:342
1535
- msgid ""
1536
- "HTTP Trace attack (XST) can be used to return header requests and grab "
1537
- "cookies and other information."
1538
- msgstr ""
1539
-
1540
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:344
1541
- msgid ""
1542
- "This hacking technique is usually used together with cross site scripting "
1543
- "attacks (XSS)."
1544
- msgstr ""
1545
-
1546
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:346
1547
- msgid ""
1548
- "Disabling trace and track on your site will help prevent HTTP Trace attacks."
1549
- msgstr ""
1550
-
1551
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:355
1552
- msgid "Proxy Comment Posting"
1553
- msgstr ""
1554
-
1555
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:365
1556
- msgid "Forbid Proxy Comment Posting"
1557
- msgstr ""
1558
-
1559
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:368
1560
- msgid "Check this if you want to forbid proxy comment posting."
1561
- msgstr ""
1562
-
1563
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:373
1564
- msgid ""
1565
- "This setting will deny any requests that use a proxy server when posting "
1566
- "comments."
1567
- msgstr ""
1568
-
1569
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:374
1570
- msgid ""
1571
- "By forbidding proxy comments you are in effect eliminating some SPAM and "
1572
- "other proxy requests."
1573
- msgstr ""
1574
-
1575
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:383
1576
- msgid "Bad Query Strings"
1577
- msgstr ""
1578
-
1579
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:393
1580
- msgid "Deny Bad Query Strings"
1581
- msgstr ""
1582
-
1583
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:396
1584
- msgid "This will help protect you against malicious queries via XSS."
1585
- msgstr ""
1586
- "Esto le ayudará a protegerse contra las consultas maliciosos a través de XSS."
1587
-
1588
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:401
1589
- msgid ""
1590
- "This feature will write rules in your .htaccess file to prevent malicious "
1591
- "string attacks on your site using XSS."
1592
- msgstr ""
1593
-
1594
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:402
1595
- msgid ""
1596
- "NOTE: Some of these strings might be used for plugins or themes and hence "
1597
- "this might break some functionality."
1598
- msgstr ""
1599
- "NOTA: Algunas de estas cadenas podrían utilizarse para plugins o temas y por "
1600
- "lo tanto esto podría romper alguna funcionalidad."
1601
-
1602
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:403
1603
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:433
1604
- msgid ""
1605
- "You are therefore strongly advised to take a backup of your active .htaccess "
1606
- "file before applying this feature."
1607
- msgstr ""
1608
-
1609
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:412
1610
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:84
1611
- msgid "Advanced Character String Filter"
1612
- msgstr "Filtro de cadena de caracteres Avanzado"
1613
-
1614
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:422
1615
- msgid "Enable Advanced Character String Filter"
1616
- msgstr "Habilitar filtro avanzado cadena de caracteres"
1617
-
1618
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:425
1619
- msgid "This will block bad character matches from XSS."
1620
- msgstr "Esto bloqueará coincidencias malas de caracteres XSS."
1621
-
1622
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:430
1623
- msgid ""
1624
- "This is an advanced character string filter to prevent malicious string "
1625
- "attacks on your site coming from Cross Site Scripting (XSS)."
1626
- msgstr ""
1627
- "Se trata de un filtro de cadena de caracteres avanzados para prevenir "
1628
- "ataques maliciosos de cadenas en su sitio procedentes de Cross Site "
1629
- "Scripting (XSS)."
1630
-
1631
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:431
1632
- msgid ""
1633
- "This setting matches for common malicious string patterns and exploits and "
1634
- "will produce a 403 error for the hacker attempting the query."
1635
- msgstr ""
1636
- "Este valor coincide con los patrones de cadenas maliciosas comunes y hazañas "
1637
- "y producirá un error 403 para el hacker intenta la consulta."
1638
-
1639
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:432
1640
- msgid "NOTE: Some strings for this setting might break some functionality."
1641
- msgstr ""
1642
- "NOTA: Algunas cadenas de este ajuste podría romper alguna funcionalidad."
1643
-
1644
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:441
1645
- msgid "Save Additional Firewall Settings"
1646
- msgstr "Guardar la configuracion adicionales de Firewall"
1647
-
1648
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:476
1649
- msgid "You have successfully saved the 5G Firewall Protection configuration"
1650
- msgstr "Ha guardado correctamente la configuración de protección 5G Firewall"
1651
-
1652
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:489
1653
- #, php-format
1654
- msgid ""
1655
- "This feature allows you to activate the 5G firewall security protection "
1656
- "rules designed and produced by %s."
1657
- msgstr ""
1658
- "Esta función le permite activar las reglas de protección de la seguridad de "
1659
- "cortafuegos 5G diseñados y producidos por %s."
1660
-
1661
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:490
1662
- msgid ""
1663
- "The 5G Blacklist is a simple, flexible blacklist that helps reduce the "
1664
- "number of malicious URL requests that hit your website."
1665
- msgstr ""
1666
- "El 5G Blacklist es una lista negra simple, flexible, que ayuda a reducir el "
1667
- "número de peticiones de URL maliciosas que afecte su sitio web."
1668
-
1669
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:491
1670
- msgid ""
1671
- "The added advantage of applying the 5G firewall to your site is that it has "
1672
- "been tested and confirmed by the people at PerishablePress.com to be an "
1673
- "optimal and least disruptive set of .htaccess security rules for general WP "
1674
- "sites running on an Apache server or similar."
1675
- msgstr ""
1676
- "La ventaja de aplicar el firewall 5G a su sitio, es que ha sido probado y "
1677
- "confirmado por el pueblo en PerishablePress.com ser un conjunto óptimo y "
1678
- "menos perjudicial de las normas de seguridad htaccess para sitios WP "
1679
- "generales que se ejecutan en un servidor Apache o similar."
1680
-
1681
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:492
1682
- #, php-format
1683
- msgid ""
1684
- "Therefore the 5G firewall rules should not have any impact on your site's "
1685
- "general functionality but if you wish you can take a %s of your .htaccess "
1686
- "file before proceeding."
1687
- msgstr ""
1688
- "Por lo tanto, las reglas del firewall 5G no deberían tener ningún impacto en "
1689
- "la funcionalidad general de su sitio, pero si lo desea, puede tomar un %s de "
1690
- "su archivo .htaccess. antes de proceder."
1691
-
1692
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:498
1693
- msgid "5G Blacklist/Firewall Settings"
1694
- msgstr "5G opciones Lista negra/Firewall"
1695
-
1696
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:510
1697
- msgid "Enable 5G Firewall Protection"
1698
- msgstr "Habilitar Protección 5G de Firewall"
1699
-
1700
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:513
1701
- msgid ""
1702
- "Check this if you want to apply the 5G Blacklist firewall protection from "
1703
- "perishablepress.com to your site."
1704
- msgstr ""
1705
- "Seleccione esta opción si desea aplicar la lista negra de la protección "
1706
- "firewall 5G de perishablepress.com a su sitio."
1707
-
1708
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:517
1709
- msgid ""
1710
- "This setting will implement the 5G security firewall protection mechanisms "
1711
- "on your site which include the following things:"
1712
- msgstr ""
1713
- "Este ajuste implementa los mecanismos de protección de firewall de seguridad "
1714
- "5G en su sitio, que incluyen lo siguiente:"
1715
-
1716
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:518
1717
- msgid "1) Block forbidden characters commonly used in exploitative attacks."
1718
- msgstr ""
1719
- "1) Bloquear caracteres prohibidos de uso común en los ataques de explotación."
1720
-
1721
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:519
1722
- msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
1723
- msgstr ""
1724
- "2) Bloquear caracteres maliciosos URL codificadas como el \".css(\" string."
1725
-
1726
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:520
1727
- msgid ""
1728
- "3) Guard against the common patterns and specific exploits in the root "
1729
- "portion of targeted URLs."
1730
- msgstr ""
1731
- "3) protegerse contra los patrones comunes y exploits específicos en la parte "
1732
- "de la raíz de las URL específicas."
1733
-
1734
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:521
1735
- msgid ""
1736
- "4) Stop attackers from manipulating query strings by disallowing illicit "
1737
- "characters."
1738
- msgstr ""
1739
- "4) Detener que los atacantes manipulen cadenas de consulta al no permitir "
1740
- "caracteres ilegales."
1741
-
1742
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:522
1743
- msgid "....and much more."
1744
- msgstr ".... y mucho más."
1745
-
1746
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:528
1747
- msgid "Save 5G Firewall Settings"
1748
- msgstr "Guardar opciones 5G Firewall"
1749
-
1750
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:556
1751
- msgid ""
1752
- "Settings have not been saved - your secret word must consist only of "
1753
- "alphanumeric characters, ie, letters and/or numbers only!"
1754
- msgstr ""
1755
- "Los ajustes no se han salvado - tu palabra secreta debe consistir en "
1756
- "caracteres alfanuméricos, es decir, letras y números!"
1757
-
1758
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:574
1759
- msgid ""
1760
- "You have successfully enabled the cookie based brute force prevention feature"
1761
- msgstr ""
1762
- "Usted ha habilitado correctamente la función de prevención de la fuerza "
1763
- "bruta basan en cookies"
1764
-
1765
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:575
1766
- msgid ""
1767
- "From now on you will need to log into your WP Admin using the following URL:"
1768
- msgstr ""
1769
- "A partir de ahora usted tendrá que acceder a su administración WP usando la "
1770
- "siguiente URL:"
1771
-
1772
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:577
1773
- msgid ""
1774
- "It is important that you save this URL value somewhere in case you forget "
1775
- "it, OR,"
1776
- msgstr ""
1777
- "Es importante que guarde este valor URL en alguna parte en caso de que la "
1778
- "olvide, O, "
1779
-
1780
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:578
1781
- #, php-format
1782
- msgid "simply remember to add a \"?%s=1\" to your current site URL address."
1783
- msgstr ""
1784
- "simplemente recuerde agregar un \"?%s=1\" a su dirección URL del sitio "
1785
- "actual."
1786
-
1787
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:584
1788
- msgid ""
1789
- "You have successfully saved cookie based brute force prevention feature "
1790
- "settings."
1791
- msgstr ""
1792
-
1793
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:629
1794
- msgid "Brute Force Prevention Firewall Settings"
1795
- msgstr "Configuración de Firewall de Prevención de fuerza bruta"
1796
-
1797
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:634
1798
- msgid ""
1799
- "A Brute Force Attack is when a hacker tries many combinations of usernames "
1800
- "and passwords until they succeed in guessing the right combination."
1801
- msgstr ""
1802
-
1803
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:635
1804
- msgid ""
1805
- "Due to the fact that at any one time there may be many concurrent login "
1806
- "attempts occurring on your site via malicious automated robots, this also "
1807
- "has a negative impact on your server's memory and performance."
1808
- msgstr ""
1809
-
1810
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:636
1811
- msgid ""
1812
- "The features in this tab will stop the majority of Brute Force Login Attacks "
1813
- "at the .htaccess level thus providing even better protection for your WP "
1814
- "login page and also reducing the load on your server because the system does "
1815
- "not have to run PHP code to process the login attempts."
1816
- msgstr ""
1817
-
1818
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:643
1819
- #, php-format
1820
- msgid ""
1821
- "Even though this feature should not have any impact on your site's general "
1822
- "functionality <strong>you are strongly encouraged to take a %s of your ."
1823
- "htaccess file before proceeding</strong>."
1824
- msgstr ""
1825
-
1826
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:644
1827
- msgid ""
1828
- "If this feature is not used correctly, you can get locked out of your site. "
1829
- "A backup file will come in handy if that happens."
1830
- msgstr ""
1831
-
1832
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:645
1833
- #, php-format
1834
- msgid ""
1835
- "To learn more about how to use this feature please watch the following %s."
1836
- msgstr ""
1837
- "Para obtener más información sobre cómo utilizar esta función por favor ver "
1838
- "el siguiente %s."
1839
-
1840
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:654
1841
- msgid "Cookie Based Brute Force Login Prevention"
1842
- msgstr ""
1843
-
1844
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:665
1845
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:79
1846
- msgid "Enable Brute Force Attack Prevention"
1847
- msgstr "Habilitar la prevención de ataques de fuerza bruta"
1848
-
1849
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:668
1850
- msgid ""
1851
- "Check this if you want to protect your login page from Brute Force Attack."
1852
- msgstr ""
1853
- "Marque esta si quieres proteger tu página de inicio de sesión de ataque de "
1854
- "fuerza bruta."
1855
-
1856
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:673
1857
- msgid ""
1858
- "This feature will deny access to your WordPress login page for all people "
1859
- "except those who have a special cookie in their browser."
1860
- msgstr ""
1861
- "Esta característica va a negar el acceso a su página de inicio de sesión de "
1862
- "WordPress para todas las personas, excepto los que tengan una cookie "
1863
- "especial en su navegador."
1864
-
1865
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:675
1866
- msgid "To use this feature do the following:"
1867
- msgstr "Para utilizar esta función, haga lo siguiente:"
1868
-
1869
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:677
1870
- msgid "1) Enable the checkbox."
1871
- msgstr "1) Active la casilla de verificación."
1872
-
1873
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:679
1874
- msgid ""
1875
- "2) Enter a secret word consisting of alphanumeric characters which will be "
1876
- "difficult to guess. This secret word will be useful whenever you need to "
1877
- "know the special URL which you will use to access the login page (see point "
1878
- "below)."
1879
- msgstr ""
1880
- "2) Introduzca una palabra secreta que consiste en caracteres alfanuméricos "
1881
- "que serán difíciles de adivinar. Esta palabra secreta será útil cuando lo "
1882
- "que necesita saber la URL especial que va a utilizar para acceder a la "
1883
- "página de inicio de sesión (véase el punto siguiente)."
1884
-
1885
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:681
1886
- msgid ""
1887
- "3) You will then be provided with a special login URL. You will need to use "
1888
- "this URL to login to your WordPress site instead of the usual login URL. "
1889
- "NOTE: The system will deposit a special cookie in your browser which will "
1890
- "allow you access to the WordPress administration login page."
1891
- msgstr ""
1892
- "3) A continuación, se le proporcionará una URL especial de inicio de sesión. "
1893
- "Usted tendrá que utilizar esta URL para acceder a su sitio de WordPress en "
1894
- "lugar de la URL de acceso habitual. NOTA: El sistema depositará una cookie "
1895
- "especial en su navegador que le permitirá acceder a la página de inicio de "
1896
- "sesión de administración de WordPress."
1897
-
1898
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:683
1899
- msgid ""
1900
- "Any person trying to access your login page who does not have the special "
1901
- "cookie in their browser will be automatically blocked."
1902
- msgstr ""
1903
- "Cualquier persona que intenta acceder a la página de inicio de sesión que no "
1904
- "tiene la cookie especial en su navegador se bloqueará automáticamente."
1905
-
1906
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:690
1907
- msgid "Secret Word"
1908
- msgstr "Palabra Secreta"
1909
-
1910
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:692
1911
- msgid ""
1912
- "Choose a secret word consisting of alphanumeric characters which you can use "
1913
- "to access your special URL. Your are highly encouraged to choose a word "
1914
- "which will be difficult to guess."
1915
- msgstr ""
1916
- "Elija una palabra secreta que consiste en caracteres alfanuméricos que se "
1917
- "pueden utilizar para acceder a su URL especial. se les anima a elegir una "
1918
- "palabra que será difícil de adivinar."
1919
-
1920
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:696
1921
- msgid "Re-direct URL"
1922
- msgstr "URL redirigir"
1923
-
1924
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:700
1925
- msgid ""
1926
- "Specify a URL to redirect a hacker to when they try to access your WordPress "
1927
- "login page."
1928
- msgstr ""
1929
- "Especificar una dirección URL para redirigir un hacker cuando tratan de "
1930
- "acceder a la página de inicio de sesión de WordPress."
1931
-
1932
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:707
1933
- msgid ""
1934
- "The URL specified here can be any site's URL and does not have to be your "
1935
- "own. For example you can be as creative as you like and send hackers to the "
1936
- "CIA or NSA home page."
1937
- msgstr ""
1938
- "La dirección URL especificada aquí puede ser la dirección URL de cualquier "
1939
- "sitio y no tiene que ser la suya. Por ejemplo, usted puede ser tan creativo "
1940
- "como quieras y enviar los hackers a la página principal de la CIA o la NSA."
1941
-
1942
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:709
1943
- msgid ""
1944
- "This field will default to: http://127.0.0.1 if you do not enter a value."
1945
- msgstr ""
1946
- "Este campo será por defecto: http://127.0.0.1 si no se introduce un valor."
1947
-
1948
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:711
1949
- msgid "Useful Tip:"
1950
- msgstr "Consejo útil:"
1951
-
1952
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:713
1953
- msgid ""
1954
- "It's a good idea to not redirect attempted brute force login attempts to "
1955
- "your site because it increases the load on your server."
1956
- msgstr ""
1957
-
1958
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:715
1959
- msgid ""
1960
- "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal "
1961
- "because it deflects them back to their own local host and puts the load on "
1962
- "their server instead of yours."
1963
- msgstr ""
1964
-
1965
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:722
1966
- msgid "My Site Has Posts Or Pages Which Are Password Protected"
1967
- msgstr "Mi sitio tiene mensajes o páginas que están protegidos por contraseña"
1968
-
1969
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:725
1970
- msgid ""
1971
- "Check this if you are using the native WordPress password protection feature "
1972
- "for some or all of your blog posts or pages."
1973
- msgstr ""
1974
- "Seleccione esta opción si está utilizando la función de protección con "
1975
- "contraseña nativa de WordPress para algunas o todas las entradas de su blog "
1976
- "o páginas."
1977
-
1978
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:730
1979
- msgid ""
1980
- "In the cases where you are protecting some of your posts or pages using the "
1981
- "in-built WordPress password protection feature, a few extra lines of "
1982
- "directives and exceptions need to be added to your .htacces file so that "
1983
- "people trying to access pages are not automatically blocked."
1984
- msgstr ""
1985
-
1986
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:732
1987
- msgid ""
1988
- "By enabling this checkbox the plugin will add the necessary rules and "
1989
- "exceptions to your .htacces file so that people trying to access these pages "
1990
- "are not automatically blocked."
1991
- msgstr ""
1992
-
1993
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:734
1994
- msgid "Helpful Tip:"
1995
- msgstr "Consejo útil:"
1996
-
1997
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:736
1998
- msgid ""
1999
- "If you do not use the WordPress password protection feature for your posts "
2000
- "or pages then it is highly recommended that you leave this checkbox disabled."
2001
- msgstr ""
2002
- "Si no utiliza la función de protección de contraseña de WordPress para sus "
2003
- "posts o páginas entonces es altamente recomendable que deje esta opción sin "
2004
- "marcar."
2005
-
2006
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:743
2007
- msgid "My Site Has a Theme or Plugins Which Use AJAX"
2008
- msgstr "Mi sitio tiene un tema o plugins que utilizan AJAX"
2009
-
2010
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:746
2011
- msgid "Check this if your site uses AJAX functionality."
2012
- msgstr "marque esto si su sitio utiliza la funcionalidad de AJAX."
2013
-
2014
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:751
2015
- msgid ""
2016
- "In the cases where your WordPress installation has a theme or plugins which "
2017
- "use AJAX, a few extra lines of directives and exceptions need to be added to "
2018
- "your .htacces file to prevent AJAX requests from being automatically blocked "
2019
- "by the brute force prevention feature."
2020
- msgstr ""
2021
- "En los casos en que la instalación de WordPress tiene un tema o plugins que "
2022
- "utilizan AJAX, algunas líneas adicionales de las directivas y las "
2023
- "excepciones se deben agregar a su archivo  .htacces para evitar que las "
2024
- "peticiones AJAX se bloqueen automáticamente por la función de prevención de "
2025
- "la fuerza bruta."
2026
-
2027
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:753
2028
- msgid ""
2029
- "By enabling this checkbox the plugin will add the necessary rules and "
2030
- "exceptions to your .htacces file so that AJAX operations will work as "
2031
- "expected."
2032
- msgstr ""
2033
- "Al activar esta casilla el plugin añadirá las reglas y excepciones "
2034
- "necesarias para su archivo .htacces para que las operaciones de AJAX "
2035
- "funcionen como se esperaba."
2036
-
2037
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:768
2038
- msgid "The cookie test was successful. You can now enable this feature."
2039
- msgstr "La prueba de cookies fue un éxito. Ahora puede activar esta función."
2040
-
2041
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:771
2042
- msgid "Save Feature Settings"
2043
- msgstr "Guardar configuración de característica"
2044
-
2045
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:778
2046
- msgid ""
2047
- "The cookie test failed on this server. So this feature cannot be used on "
2048
- "this site."
2049
- msgstr ""
2050
- "La prueba de cokkie ha fallado en este servidor. Así que esta función no se "
2051
- "puede utilizar en este sitio."
2052
-
2053
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:784
2054
- msgid ""
2055
- "Before using this feature you are required to perform a cookie test first. "
2056
- "This is to make sure that your browser cookie is working correctly and that "
2057
- "you won't lock yourself out."
2058
- msgstr ""
2059
- "Antes de utilizar esta función es necesario que realice una prueba de la "
2060
- "galleta en primer lugar. Esto es para asegurarse de que su cookie del "
2061
- "navegador está funcionando correctamente y que no se bloquee usted mismo."
2062
-
2063
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:786
2064
- msgid "Perform Cookie Test"
2065
- msgstr "Realice la prueba de Cookie"
2066
-
2067
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:79
2068
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:86
2069
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:80
2070
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:91
2071
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:78
2072
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:82
2073
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:93
2074
- msgid "Please select some records using the checkboxes"
2075
- msgstr ""
2076
- "Por favor seleccione algunos registros utilizando las casillas de "
2077
- "verificación"
2078
-
2079
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:107
2080
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:107
2081
- msgid "The selected entries were deleted successfully!"
2082
- msgstr "Las entradas seleccionadas se eliminaron con éxito!"
2083
-
2084
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:120
2085
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:119
2086
- msgid "The selected entry was deleted successfully!"
2087
- msgstr "La entrada seleccionada se ha eliminado correctamente!"
2088
-
2089
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:139
2090
- msgid ""
2091
- "The selected IP addresses were saved in the blacklist configuration settings."
2092
- msgstr ""
2093
- "Las direcciones IP seleccionadas se guardarán en los ajustes de "
2094
- "configuración de lista negra."
2095
-
2096
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:153
2097
- msgid ""
2098
- "The .htaccess file was successfully modified to include the selected IP "
2099
- "addresses."
2100
- msgstr ""
2101
-
2102
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:159
2103
- msgid ""
2104
- "NOTE: The .htaccess file was not modified because you have disabled the "
2105
- "\"Enable IP or User Agent Blacklisting\" check box."
2106
- msgstr ""
2107
-
2108
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:160
2109
- #, php-format
2110
- msgid ""
2111
- "To block these IP addresses you will need to enable the above flag in the %s "
2112
- "menu"
2113
- msgstr ""
2114
- "Para bloquear estas direcciones IP que tendrá que habilitar el indicador de "
2115
- "arriba en el menú de la %s"
2116
-
2117
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:115
2118
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:748
2119
- msgid "The selected IP ranges were unlocked successfully!"
2120
- msgstr "Los rangos de IP seleccionados fueron desbloqueados con éxito!"
2121
-
2122
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:124
2123
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:757
2124
- msgid "The selected IP range was unlocked successfully!"
2125
- msgstr "El rango de IP seleccionada fue desbloqueado correctamente!"
2126
-
2127
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:118
2128
- msgid "The selected accounts were approved successfully!"
2129
- msgstr "Las cuentas seleccionadas se aprobaron con éxito!"
2130
-
2131
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:125
2132
- msgid "The selected account was approved successfully!"
2133
- msgstr "La cuenta seleccionada fue aprobado con éxito!"
2134
-
2135
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:146
2136
- msgid "The selected accounts were deleted successfully!"
2137
- msgstr "Las cuentas seleccionadas se eliminaron con éxito!"
2138
-
2139
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:154
2140
- msgid "The selected account was deleted successfully!"
2141
- msgstr "La cuenta seleccionada se ha eliminado correctamente!"
2142
-
2143
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:22
2144
- msgid "Visitor Lockout"
2145
- msgstr "Bloqueo de visitante"
2146
-
2147
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:88
2148
- msgid "Site lockout feature settings saved!"
2149
- msgstr "Configuración de la función de bloqueo del sitio guardados!"
2150
-
2151
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:93
2152
- msgid "General Visitor Lockout"
2153
- msgstr "Bloqueo general de visita"
2154
-
2155
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:99
2156
- msgid ""
2157
- "This feature allows you to put your site into \"maintenance mode\" by "
2158
- "locking down the front-end to all visitors except logged in users with super "
2159
- "admin privileges."
2160
- msgstr ""
2161
- "Esta característica le permite poner su sitio en \"modo de mantenimiento \" "
2162
- "al bloquear el front-end para todos los visitantes, excepto los usuarios "
2163
- "registrados con privilegios de administrador."
2164
-
2165
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:100
2166
- msgid ""
2167
- "Locking your site down to general visitors can be useful if you are "
2168
- "investigating some issues on your site or perhaps you might be doing some "
2169
- "maintenance and wish to keep out all traffic for security reasons."
2170
- msgstr ""
2171
- "Bloqueo de su sitio a los visitantes en general puede ser útil si usted está "
2172
- "investigando algunos problemas en su sitio o tal vez usted podría estar "
2173
- "haciendo algo de mantenimiento y desea mantener fuera todo el tráfico por "
2174
- "motivos de seguridad."
2175
-
2176
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:105
2177
- msgid "Enable Front-end Lockout"
2178
- msgstr "Activar Bloqueo Front-end"
2179
-
2180
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:108
2181
- msgid ""
2182
- "Check this if you want all visitors except those who are logged in as "
2183
- "administrator to be locked out of the front-end of your site."
2184
- msgstr ""
2185
- "Seleccione esta opción si desea que todos los visitantes, excepto los que se "
2186
- "ha iniciado sesión como administrador para bloquear fuera del front-end de "
2187
- "su sitio."
2188
-
2189
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:112
2190
- msgid "Enter a Message:"
2191
- msgstr "Escriba un mensaje:"
2192
-
2193
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:124
2194
- msgid ""
2195
- "Enter a message you wish to display to visitors when your site is in "
2196
- "maintenance mode."
2197
- msgstr ""
2198
- "Escriba un mensaje que desea mostrar a los visitantes cuando su sitio está "
2199
- "en modo de mantenimiento."
2200
-
2201
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:131
2202
- msgid "Save Site Lockout Settings"
2203
- msgstr "Guardar la configuración de bloqueo de sitio"
2204
-
2205
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:25
2206
- msgid "General Settings"
2207
- msgstr "Configuración general"
2208
-
2209
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:28
2210
- msgid "WP Meta Info"
2211
- msgstr ""
2212
-
2213
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:95
2214
- msgid "All the security features have been disabled successfully!"
2215
- msgstr "Todos los elementos de seguridad han desactivado con éxito!"
2216
-
2217
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:99
2218
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:126
2219
- msgid ""
2220
- "Could not write to the .htaccess file. Please restore your .htaccess file "
2221
- "manually using the restore functionality in the \".htaccess File\"."
2222
- msgstr ""
2223
- "No se pudo escribir en el archivo .htaccess.. Por favor, restaure el "
2224
- "archivo .htaccess manualmente utilizando la funcionalidad de restauración en "
2225
- "\".htaccess archivo \"."
2226
-
2227
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:104
2228
- msgid ""
2229
- "Could not write to the wp-config.php. Please restore your wp-config.php file "
2230
- "manually using the restore functionality in the \"wp-config.php File\"."
2231
- msgstr ""
2232
- "No se pudo escribir en el wp-config.php. Por favor, restaurar el archivo wp-"
2233
- "config.php manualmente utilizando la funcionalidad de restauración en \"wp-"
2234
- "config.php \"."
2235
-
2236
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:122
2237
- msgid "All firewall rules have been disabled successfully!"
2238
- msgstr "Todas las reglas del firewall se han desactivado con éxito!"
2239
-
2240
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:136
2241
- msgid "WP Security Plugin"
2242
- msgstr "WP Plugin de seguridad"
2243
-
2244
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:138
2245
- msgid ""
2246
- "Thank you for using our WordPress security plugin. There are a lot of "
2247
- "security features in this plugin."
2248
- msgstr ""
2249
- "Gracias por utilizar nuestro plugin de seguridad de WordPress. Hay una gran "
2250
- "cantidad de características de seguridad en este plugin."
2251
-
2252
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:139
2253
- msgid ""
2254
- "Go through each menu items and enable the security options to add more "
2255
- "security to your site. Start by activating the basic features first."
2256
- msgstr ""
2257
- "Ir a través de cada uno de los elementos del menú y habilite las opciones de "
2258
- "seguridad para añadir más seguridad a su sitio. Comience por la activación "
2259
- "de las funciones básicas primero."
2260
-
2261
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:140
2262
- msgid ""
2263
- "It is a good practice to take a backup of your .htaccess file, database and "
2264
- "wp-config.php file before activating the security features. This plugin has "
2265
- "options that you can use to backup those resources easily."
2266
- msgstr ""
2267
- "Es una buena práctica tener una copia de seguridad de su archivo. htaccess, "
2268
- "base de datos y el archivo wp-config.php antes de activar los dispositivos "
2269
- "de seguridad. Este plugin tiene opciones que puede utilizar para copia de "
2270
- "seguridad de esos recursos con facilidad."
2271
-
2272
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:143
2273
- msgid "Backup your database"
2274
- msgstr "Respaldar base de datos"
2275
-
2276
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:144
2277
- msgid "Backup .htaccess file"
2278
- msgstr "Respaldar archivo .htaccess"
2279
-
2280
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:145
2281
- msgid "Backup wp-config.php file"
2282
- msgstr "Respaldar archivo wp-config.php"
2283
-
2284
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:151
2285
- msgid "Disable Security Features"
2286
- msgstr "Desactivar las características de seguridad"
2287
-
2288
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:157
2289
- msgid ""
2290
- "If you think that some plugin functionality on your site is broken due to a "
2291
- "security feature you enabled in this plugin, then use the following option "
2292
- "to turn off all the security features of this plugin."
2293
- msgstr ""
2294
- "Si usted piensa que algunas funciones en su sitio se rompieron debido a una "
2295
- "característica de seguridad que se ha activado con este plugin, a "
2296
- "continuación, utilice la siguiente opción para desactivar todas las "
2297
- "funciones de seguridad de este plugin."
2298
-
2299
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:161
2300
- msgid "Disable All Security Features"
2301
- msgstr "Desactivar todas las características de seguridad"
2302
-
2303
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:167
2304
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:177
2305
- msgid "Disable All Firewall Rules"
2306
- msgstr "Deshabilitar todas las reglas del cortafuegos"
2307
-
2308
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:173
2309
- msgid ""
2310
- "This feature will disable all firewall rules which are currently active in "
2311
- "this plugin and it will also delete these rules from your .htacess file. Use "
2312
- "it if you think one of the firewall rules is causing an issue on your site."
2313
- msgstr ""
2314
- "Esta función deshabilita todas las reglas del cortafuegos que se encuentran "
2315
- "activas en este plugin y también eliminar estas reglas de su archivo "
2316
- "htacess. Úselo si usted piensa una de las reglas de firewall está causando "
2317
- "un problema en su sitio."
2318
-
2319
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:206
2320
- msgid ""
2321
- "Your .htaccess file was successfully backed up! Using an FTP program go to "
2322
- "the \"backups\" directory of this plugin to save a copy of the file to your "
2323
- "computer."
2324
- msgstr ""
2325
- "Su .htaccess fue respaldado con éxito! Usando un programa de FTP vaya a las "
2326
- "\"copias de seguridad \" de este plugin para guardar una copia del archivo "
2327
- "en su equipo."
2328
-
2329
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:216
2330
- msgid ""
2331
- "htaccess file rename failed during backup. Please check your root directory "
2332
- "for the backup file using FTP."
2333
- msgstr ""
2334
- "El renombrado de su archivo .htaccess falló durante la copia de seguridad. "
2335
- "Por favor, consulte el directorio raíz para el archivo de copia de seguridad "
2336
- "mediante FTP."
2337
-
2338
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:222
2339
- msgid "htaccess backup failed."
2340
- msgstr "htaccess fallo respaldo."
2341
-
2342
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:237
2343
- msgid "Please choose a .htaccess to restore from."
2344
- msgstr "Por favor, elija un htaccess a restaurar."
2345
-
2346
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:253
2347
- msgid ""
2348
- "htaccess file restore failed. Please attempt to restore the .htaccess "
2349
- "manually using FTP."
2350
- msgstr ""
2351
- "htaccess restauración fracasó. Por favor, intente restaurar el archivo. "
2352
- "Htaccess manualmente mediante FTP."
2353
-
2354
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:257
2355
- msgid "Your .htaccess file has successfully been restored!"
2356
- msgstr "Su archivo .htaccess ha sido restaurado completamente!"
2357
-
2358
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:263
2359
- msgid ""
2360
- "htaccess Restore operation failed! Please check the contents of the file you "
2361
- "are trying to restore from."
2362
- msgstr ""
2363
- "htaccess operación Restaurar falló! Por favor, compruebe el contenido del "
2364
- "archivo que está intentando restaurar."
2365
-
2366
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:269
2367
- msgid ".htaccess File Operations"
2368
- msgstr ".htaccess operaciones de archivo"
2369
-
2370
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:272
2371
- msgid ""
2372
- "Your \".htaccess\" file is a key component of your website's security and it "
2373
- "can be modified to implement various levels of protection mechanisms."
2374
- msgstr ""
2375
-
2376
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:273
2377
- msgid ""
2378
- "This feature allows you to backup and save your currently active .htaccess "
2379
- "file should you need to re-use the the backed up file in the future."
2380
- msgstr ""
2381
-
2382
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:274
2383
- msgid ""
2384
- "You can also restore your site's .htaccess settings using a backed up ."
2385
- "htaccess file."
2386
- msgstr ""
2387
- "También puede restaurar la configuración htaccess de su sitio utilizando una "
2388
- "copia de seguridad del archivo htaccess."
2389
-
2390
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:288
2391
- msgid "Save the current .htaccess file"
2392
- msgstr "Guarde el archivo actual. htaccess"
2393
-
2394
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:292
2395
- msgid ""
2396
- "Click the button below to backup and save the currently active .htaccess "
2397
- "file."
2398
- msgstr ""
2399
-
2400
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:293
2401
- msgid "Backup .htaccess File"
2402
- msgstr ""
2403
-
2404
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:297
2405
- msgid "Restore from a backed up .htaccess file"
2406
- msgstr ""
2407
-
2408
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:303
2409
- msgid ".htaccess file to restore from"
2410
- msgstr ""
2411
-
2412
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:309
2413
- msgid ""
2414
- "After selecting your file, click the button below to restore your site using "
2415
- "the backed up htaccess file (htaccess_backup.txt)."
2416
- msgstr ""
2417
-
2418
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:315
2419
- msgid "Restore .htaccess File"
2420
- msgstr "Restaurar archivo .htaccess "
2421
-
2422
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:319
2423
- msgid "View Contents of the currently active .htaccess file"
2424
- msgstr ""
2425
-
2426
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:348
2427
- msgid "Please choose a wp-config.php file to restore from."
2428
- msgstr ""
2429
-
2430
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:364
2431
- msgid ""
2432
- "wp-config.php file restore failed. Please attempt to restore this file "
2433
- "manually using FTP."
2434
- msgstr ""
2435
-
2436
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:368
2437
- msgid "Your wp-config.php file has successfully been restored!"
2438
- msgstr ""
2439
-
2440
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:374
2441
- msgid ""
2442
- "wp-config.php Restore operation failed! Please check the contents of the "
2443
- "file you are trying to restore from."
2444
- msgstr ""
2445
-
2446
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:380
2447
- msgid "wp-config.php File Operations"
2448
- msgstr "Operaciones archivo wp-config.php"
2449
-
2450
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:383
2451
- msgid ""
2452
- "Your \"wp-config.php\" file is one of the most important in your WordPress "
2453
- "installation. It is a primary configuration file and contains crucial things "
2454
- "such as details of your database and other critical components."
2455
- msgstr ""
2456
- "Su archivo \"wp-config.php \" es uno de los más importantes de tu "
2457
- "instalación de WordPress. Se trata de un archivo de configuración principal "
2458
- "y contiene cosas cruciales como los detalles de su base de datos y otros "
2459
- "componentes críticos."
2460
-
2461
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:384
2462
- msgid ""
2463
- "This feature allows you to backup and save your currently active wp-config."
2464
- "php file should you need to re-use the the backed up file in the future."
2465
- msgstr ""
2466
- "Esta característica le permite realizar copias de seguridad y guardar el "
2467
- "archivo wp-config.php actualmente activo en caso de que tenga que volver a "
2468
- "utilizar el archivo de copia de seguridad en el futuro."
2469
-
2470
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:385
2471
- msgid ""
2472
- "You can also restore your site's wp-config.php settings using a backed up wp-"
2473
- "config.php file."
2474
- msgstr ""
2475
- "También puede restaurar la configuración wp-config.php de tu sitio con su "
2476
- "copia de seguridad del archivo wp-config.php ."
2477
-
2478
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:399
2479
- msgid "Save the current wp-config.php file"
2480
- msgstr "Guarde el archivo actual wp-config.php"
2481
-
2482
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:403
2483
- msgid ""
2484
- "Click the button below to backup and download the contents of the currently "
2485
- "active wp-config.php file."
2486
- msgstr ""
2487
- "Haga clic en el botón de abajo para hacer una copia de seguridad y descargar "
2488
- "el archivo wp-config.php actualmente activo."
2489
-
2490
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:404
2491
- msgid "Backup wp-config.php File"
2492
- msgstr "Respaldar archivo wp-config.php"
2493
-
2494
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:409
2495
- msgid "Restore from a backed up wp-config file"
2496
- msgstr ""
2497
-
2498
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:415
2499
- msgid "wp-config file to restore from"
2500
- msgstr ""
2501
-
2502
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:421
2503
- msgid ""
2504
- "After selecting your file click the button below to restore your site using "
2505
- "the backed up wp-config file (wp-config.php.backup.txt)."
2506
- msgstr ""
2507
- "Después de seleccionar el archivo, haga clic en el botón de abajo para "
2508
- "restaurar su sitio utilizando el archivo wp-config respaldado (wp-config.php."
2509
- "backup.txt)."
2510
-
2511
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:427
2512
- msgid "Restore wp-config File"
2513
- msgstr "Restaurar Archivo wp-config"
2514
-
2515
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:431
2516
- msgid "View Contents of the currently active wp-config.php file"
2517
- msgstr "Ver contenido actual del archivo wp-config.php"
2518
-
2519
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:466
2520
- msgid "WP Generator Meta Tag"
2521
- msgstr ""
2522
-
2523
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:469
2524
- msgid ""
2525
- "Wordpress generator automatically adds some meta information inside the "
2526
- "\"head\" tags of every page on your site's front end. Below is an example of "
2527
- "this:"
2528
- msgstr ""
2529
-
2530
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:471
2531
- msgid ""
2532
- "The above meta information shows which version of WordPress your site is "
2533
- "currently running and thus can help hackers or crawlers scan your site to "
2534
- "see if you have an older version of WordPress or one with a known exploit."
2535
- msgstr ""
2536
- "La información META de arriba muestra la versión de WordPress que su sitio "
2537
- "está actualmente en ejecución y por lo tanto puede ayudar a los piratas "
2538
- "informáticos o rastreadores escanean su sitio para ver si tiene una versión "
2539
- "anterior de WordPress o uno con una debilidad conocida."
2540
-
2541
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:472
2542
- msgid ""
2543
- "This feature will allow you to remove the WP generator meta info from your "
2544
- "site's pages."
2545
- msgstr ""
2546
-
2547
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:478
2548
- msgid "WP Generator Meta Info"
2549
- msgstr "Generador WP Meta info"
2550
-
2551
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:490
2552
- msgid "Remove WP Generator Meta Info"
2553
- msgstr "Eliminar generador WP Meta Info"
2554
-
2555
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:493
2556
- msgid ""
2557
- "Check this if you want to remove the meta info produced by WP Generator from "
2558
- "all pages"
2559
- msgstr ""
2560
-
2561
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:23
2562
- msgid "Comment SPAM"
2563
- msgstr "Comentario SPAM"
2564
-
2565
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:24
2566
- msgid "Comment SPAM IP Monitoring"
2567
- msgstr "Monitoreo IP comentario SPAM"
2568
-
2569
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:111
2570
- msgid "Comment SPAM Settings"
2571
- msgstr "Ajustes comentario SPAM"
2572
-
2573
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:116
2574
- msgid "Add Captcha To Comments Form"
2575
- msgstr "Añadir Captcha al formulario de Comentarios."
2576
-
2577
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:120
2578
- msgid ""
2579
- "This feature will add a simple math captcha field in the WordPress comments "
2580
- "form."
2581
- msgstr ""
2582
- "Esta característica añadirá un campo Captcha matemática simple en el "
2583
- "formulario de comentarios."
2584
-
2585
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:137
2586
- msgid "Enable Captcha On Comment Forms"
2587
- msgstr "Habilitar Captcha en formulario de comentario"
2588
-
2589
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:140
2590
- msgid "Check this if you want to insert a captcha field on the comment forms"
2591
- msgstr ""
2592
- "Seleccione esta opción si desea insertar un campo CAPTCHA en los formularios "
2593
- "de comentarios"
2594
-
2595
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:148
2596
- msgid "Block Spambot Comments"
2597
- msgstr "Bloquear Comentarios de SpamBot"
2598
-
2599
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:152
2600
- msgid ""
2601
- "A large portion of WordPress blog comment SPAM is mainly produced by "
2602
- "automated bots and not necessarily by humans. "
2603
- msgstr ""
2604
- "Una gran parte de los comentarios no deseados en WordPress se produce "
2605
- "principalmente por los robots automatizados y no necesariamente por los "
2606
- "seres humanos."
2607
-
2608
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:153
2609
- msgid ""
2610
- "This feature will greatly minimize the useless and unecessary traffic and "
2611
- "load on your server resulting from SPAM comments by blocking all comment "
2612
- "requests which do not originate from your domain."
2613
- msgstr ""
2614
-
2615
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:170
2616
- msgid "Block Spambots From Posting Comments"
2617
- msgstr ""
2618
-
2619
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:173
2620
- msgid ""
2621
- "Check this if you want to apply a firewall rule which will block comments "
2622
- "originating from spambots."
2623
- msgstr ""
2624
- "Seleccione esta opción si desea aplicar una regla de firewall que bloquea "
2625
- "los comentarios procedentes de spam."
2626
-
2627
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:177
2628
- msgid ""
2629
- "This feature will implement a firewall rule to block all comment attempts "
2630
- "which do not originate from your domain."
2631
- msgstr ""
2632
- "Esta característica implementa una regla de firewall para bloquear todo "
2633
- "intento de comentario que no sean originarios de su dominio."
2634
-
2635
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:178
2636
- msgid ""
2637
- "A legitimate comment is one which is submitted by a human who physically "
2638
- "fills out the comment form and clicks the submit button. For such events, "
2639
- "the HTTP_REFERRER is always set to your own domain."
2640
- msgstr ""
2641
- "Un comentario legítimo es aquel que se presenta por un ser humano que llena "
2642
- "físicamente el formulario de comentarios y pulsa el botón enviar. Para este "
2643
- "tipo de eventos, el HTTP_REFERRER siempre se establece en su propio dominio."
2644
-
2645
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:179
2646
- msgid ""
2647
- "A comment submitted by a spambot is done by directly calling the comments."
2648
- "php file, which usually means that the HTTP_REFERRER value is not your "
2649
- "domain and often times empty."
2650
- msgstr ""
2651
- "Un comentario enviado por un robot de spam se hace llamando directamente el "
2652
- "archivo comments.php, que por lo general significa que el valor "
2653
- "HTTP_REFERRER no es su dominio y muchas veces es vacía."
2654
-
2655
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:180
2656
- msgid ""
2657
- "This feature will check and block comment requests which are not referred by "
2658
- "your domain thus greatly reducing your overall blog SPAM and PHP requests "
2659
- "done by the server to process these comments."
2660
- msgstr ""
2661
- "Esta función comprobará y peticiones de bloques de comentario que no son "
2662
- "referidos por su dominio, lo que reduce considerablemente sus peticiones de "
2663
- "spam en su blog y PHP realizadas por el servidor para procesar estos "
2664
- "comentarios."
2665
-
2666
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:207
2667
- msgid "Nonce check failed for list SPAM comment IPs!"
2668
- msgstr ""
2669
-
2670
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:213
2671
- msgid ""
2672
- "You entered a non numeric value for the minimum SPAM comments per IP field. "
2673
- "It has been set to the default value."
2674
- msgstr ""
2675
- "Ha introducido un valor no numérico para las observaciones mínimas de SPAM "
2676
- "por campo de la propiedad intelectual. Se ha establecido en el valor "
2677
- "predeterminado."
2678
-
2679
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:225
2680
- #, php-format
2681
- msgid ""
2682
- "Displaying results for IP addresses which have posted a minimum of %s SPAM "
2683
- "comments"
2684
- msgstr ""
2685
-
2686
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:241
2687
- msgid ""
2688
- "This tab displays a list of the IP addresses of the people or bots who have "
2689
- "left SPAM comments on your site."
2690
- msgstr ""
2691
- "Esta ficha muestra una lista de las direcciones IP de las personas o los "
2692
- "robots que han dejado comentarios SPAM en su sitio."
2693
-
2694
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:242
2695
- msgid ""
2696
- "This information can be handy for identifying the most persistent IP "
2697
- "addresses or ranges used by spammers."
2698
- msgstr ""
2699
-
2700
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:243
2701
- msgid ""
2702
- "By inspecting the IP address data coming from spammers you will be in a "
2703
- "better position to determine which addresses or address ranges you should "
2704
- "block by adding them to your blacklist."
2705
- msgstr ""
2706
-
2707
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:244
2708
- msgid ""
2709
- "To add one or more of the IP addresses displayed in the table below to your "
2710
- "blacklist, simply click the \"Block\" link for the individual row or select "
2711
- "more than one address \n"
2712
- " using the checkboxes and then choose the \"block"
2713
- "\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
2714
- msgstr ""
2715
-
2716
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:250
2717
- msgid "List SPAMMER IP Addresses"
2718
- msgstr "Lista direcciones IP de Spammer"
2719
-
2720
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:256
2721
- msgid "Minimum number of SPAM comments per IP"
2722
- msgstr "Número mínimo de comentarios SPAM por IP"
2723
-
2724
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:258
2725
- msgid ""
2726
- "This field allows you to list only those IP addresses which have been used "
2727
- "to post X or more SPAM comments."
2728
- msgstr ""
2729
- "Este campo le permite listar sólo las direcciones IP que se han utilizado "
2730
- "para publicar X o más comentarios SPAM."
2731
-
2732
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:262
2733
- msgid ""
2734
- "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses "
2735
- "which were used to submit SPAM comments."
2736
- msgstr ""
2737
-
2738
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:263
2739
- msgid ""
2740
- "Example 2: Setting this value to \"5\" will list only those IP addresses "
2741
- "which were used to submit 5 SPAM comments or more on your site."
2742
- msgstr ""
2743
-
2744
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:270
2745
- msgid "Find IP Addresses"
2746
- msgstr "Buscar direcciones IP"
2747
-
2748
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:274
2749
- msgid "SPAMMER IP Address Results"
2750
- msgstr "Resultados de direcciones IP SPAMMER"
2751
-
2752
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:280
2753
- #: all-in-one-wp-security/classes/wp-security-utility.php:150
2754
- msgid ""
2755
- "The plugin has detected that you are using a Multi-Site WordPress "
2756
- "installation."
2757
- msgstr ""
2758
-
2759
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:281
2760
- msgid "Only the \"superadmin\" can block IP addresses from the main site."
2761
- msgstr ""
2762
-
2763
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:282
2764
- msgid ""
2765
- "Take note of the IP addresses you want blocked and ask the superadmin to add "
2766
- "these to the blacklist using the \"Blacklist Manager\" on the main site."
2767
- msgstr ""
2768
-
2769
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:29
2770
- msgid "WP Username"
2771
- msgstr "WP Nombre de usuario"
2772
-
2773
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:30
2774
- msgid "Display Name"
2775
- msgstr "Mostrar nombre"
2776
-
2777
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:31
2778
- msgid "Password"
2779
- msgstr "Contraseña"
2780
-
2781
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:85
2782
- msgid "Admin User Security"
2783
- msgstr "Seguridad del usuario administrador"
2784
-
2785
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:88
2786
- msgid ""
2787
- "By default, WordPress sets the administrator username to \"admin\" at "
2788
- "installation time."
2789
- msgstr ""
2790
- "Por defecto, WordPress establece el nombre de usuario administrador de "
2791
- "\"admin \" durante la instalación."
2792
-
2793
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:89
2794
- msgid ""
2795
- "A lot of hackers try to take advantage of this information by attempting "
2796
- "\"Brute Force Login Attacks\" where they repeatedly try to guess the "
2797
- "password by using \"admin\" for username."
2798
- msgstr ""
2799
- "Una gran cantidad de piratas informáticos tratan de tomar ventaja de esta "
2800
- "información por intentar \"Ataques de fuerza bruta\", donde en varias "
2801
- "ocasiones tratan de adivinar la contraseña con el usuario \"admin \"."
2802
-
2803
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:90
2804
- msgid ""
2805
- "From a security perspective, changing the default \"admin\" user name is one "
2806
- "of the first and smartest things you should do on your site."
2807
- msgstr ""
2808
- "Desde una perspectiva de seguridad, cambiar el nombre de usuario \"admin \" "
2809
- "por defecto es una de las primeras y más inteligentes cosas que debe hacer "
2810
- "en su sitio."
2811
-
2812
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:91
2813
- msgid ""
2814
- "This feature will allow you to change your default \"admin\" user name to a "
2815
- "more secure name of your choosing."
2816
- msgstr ""
2817
- "Esta función le permitirá cambiar su nombre de usuario por defecto \"admin "
2818
- "\" por un nombre más seguro de su elección."
2819
-
2820
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:98
2821
- msgid "List of Administrator Accounts"
2822
- msgstr "Lista de cuentas de administrador"
2823
-
2824
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:107
2825
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:33
2826
- msgid "Change Admin Username"
2827
- msgstr "Cambiar Nombre de usuario Admin"
2828
-
2829
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:115
2830
- msgid ""
2831
- "Your site currently has an account which uses the default \"admin\" "
2832
- "username. \n"
2833
- " It is highly recommended that you change this name to "
2834
- "something else. \n"
2835
- " Use the following field to change the admin username."
2836
- msgstr ""
2837
-
2838
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:123
2839
- msgid "New Admin Username"
2840
- msgstr "Nuevo nombre de usuario"
2841
-
2842
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:125
2843
- msgid "Choose a new username for admin."
2844
- msgstr "Elija un nuevo nombre de usuario de administrador."
2845
-
2846
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:129
2847
- msgid "Change Username"
2848
- msgstr "Cambiar nombre usuario"
2849
-
2850
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:131
2851
- msgid ""
2852
- "NOTE: If you are currently logged in as \"admin\" you will be automatically "
2853
- "logged out after changing your username and will be required to log back in."
2854
- msgstr ""
2855
- "NOTA: Si está conectado como \"admin \" se cerrará la sesión automáticamente "
2856
- "después de cambiar su nombre de usuario y tendrá que volver a iniciar sesión"
2857
-
2858
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:138
2859
- msgid "No action required! "
2860
- msgstr "Ninguna acción requerida!"
2861
-
2862
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:140
2863
- msgid ""
2864
- "Your site does not have any account which uses the default \"admin\" "
2865
- "username. "
2866
- msgstr ""
2867
- "Su sitio no tiene ninguna cuenta que utiliza el valor por defecto \"admin \" "
2868
- "nombre de usuario."
2869
-
2870
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:141
2871
- msgid "This is good security practice."
2872
- msgstr "Esta es una buena práctica de seguridad."
2873
-
2874
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:153
2875
- msgid "Display Name Security"
2876
- msgstr "Nombre a visualizar de Seguridad"
2877
-
2878
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:156
2879
- msgid ""
2880
- "When you submit a post or answer a comment, WordPress will usually display "
2881
- "your \"nickname\"."
2882
- msgstr ""
2883
- "Cuando usted envía un mensaje o responder a un comentario, WordPress se le "
2884
- "mostrará su \"nickname\"."
2885
-
2886
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:157
2887
- msgid ""
2888
- "By default the nickname is set to the login (or user) name of your account."
2889
- msgstr ""
2890
- "Por defecto, el apodo se establece en el inicio de sesión (o usuario) nombre "
2891
- "de su cuenta."
2892
-
2893
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:158
2894
- msgid ""
2895
- "From a security perspective, leaving your nickname the same as your user "
2896
- "name is bad practice because it gives a hacker at least half of your "
2897
- "account's login credentials."
2898
- msgstr ""
2899
- "Desde una perspectiva de seguridad, dejando a su apodo el mismo que el "
2900
- "nombre de usuario es una mala práctica, ya que da a un hacker por lo menos "
2901
- "la mitad de las credenciales de acceso de su cuenta."
2902
-
2903
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:159
2904
- msgid ""
2905
- "Therefore to further tighten your site's security you are advised to change "
2906
- "your <strong>nickname</strong> and <strong>Display name</strong> to be "
2907
- "different from your <strong>Username</strong>."
2908
- msgstr ""
2909
- "Por lo tanto para apretar aún más la seguridad de su sitio se le recomienda "
2910
- "cambiar su <strong>apodo</strong> y su <strong>nombre visible </ strong> "
2911
- "para ser diferente de su <strong>usuario</strong>"
2912
-
2913
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:165
2914
- msgid "Modify Accounts With Identical Login Name & Display Name"
2915
- msgstr "Modificar cuentas con nombre de usuario y nombre visible"
2916
-
2917
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:174
2918
- msgid ""
2919
- "Your site currently has the following accounts which have an identical login "
2920
- "name and display name."
2921
- msgstr ""
2922
- "Su sitio tiene actualmente las siguientes cuentas que tienen un nombre de "
2923
- "usuario idénticos y nombre para mostrar."
2924
-
2925
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:175
2926
- msgid "Click on the link to edit the settings of that particular user account"
2927
- msgstr ""
2928
- "Haga clic en el enlace para editar la configuración de la cuenta de usuario "
2929
- "en particular"
2930
-
2931
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:190
2932
- msgid "No action required."
2933
- msgstr "No se requiere ninguna acción."
2934
-
2935
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:191
2936
- msgid ""
2937
- "Your site does not have a user account where the display name is identical "
2938
- "to the username."
2939
- msgstr ""
2940
- "Su sitio no tiene una cuenta de usuario en el que el nombre para mostrar es "
2941
- "idéntico al nombre de usuario."
2942
-
2943
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:202
2944
- msgid "Password Tool"
2945
- msgstr "Herramienta de contraseñas"
2946
-
2947
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:205
2948
- msgid ""
2949
- "Poor password selection is one of the most common weak points of many sites "
2950
- "and is usually the first thing a hacker will try to exploit when attempting "
2951
- "to break into your site."
2952
- msgstr ""
2953
- "Mala selección contraseña es uno de los puntos débiles más comunes de muchos "
2954
- "sitios y suele ser la primera cosa que un hacker intentará explotar al "
2955
- "intentar entrar en su sitio."
2956
-
2957
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:206
2958
- msgid ""
2959
- "Many people fall into the trap of using a simple word or series of numbers "
2960
- "as their password. Such a predictable and simple password would take a "
2961
- "competent hacker merely minutes to guess your password by using a simple "
2962
- "script which cycles through the easy and most common combinations."
2963
- msgstr ""
2964
- "Muchas personas caen en la trampa de utilizar una simple palabra o serie de "
2965
- "números como su contraseña. Esta contraseña predecible y simple tomaría un "
2966
- "hacker competente a escasos minutos de adivinar la contraseña utilizando un "
2967
- "simple script que ciclos a través de las combinaciones fáciles y más comunes."
2968
-
2969
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:207
2970
- msgid ""
2971
- "The longer and more complex your password is the harder it is for hackers to "
2972
- "\"crack\" because more complex passwords require much greater computing "
2973
- "power and time."
2974
- msgstr ""
2975
- "Cuanto más larga y más compleja es su contraseña, más difícil es para los "
2976
- "hacker \"crakearlas\" ya que las contraseñas más complejas requieren mucha "
2977
- "más potencia y tiempo de cálculo."
2978
-
2979
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:208
2980
- msgid ""
2981
- "This section contains a useful password strength tool which you can use to "
2982
- "check whether your password is sufficiently strong enough."
2983
- msgstr ""
2984
- "Esta sección contiene una herramienta de seguridad para contraseña que se "
2985
- "puede utilizar para comprobar si la contraseña es lo suficientemente fuerte."
2986
-
2987
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:213
2988
- msgid "Password Strength Tool"
2989
- msgstr "Herramienta de Seguridad de contraseña"
2990
-
2991
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:218
2992
- msgid "Start typing a password."
2993
- msgstr "Comience a escribir una contraseña."
2994
-
2995
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:221
2996
- msgid "It would take a desktop PC approximately"
2997
- msgstr "Haría falta una PC de escritorio, aproximadamente"
2998
-
2999
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:222
3000
- msgid "1 sec"
3001
- msgstr "1 seg"
3002
-
3003
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:222
3004
- msgid "to crack your password!"
3005
- msgstr "para descifrar la contraseña!"
3006
-
3007
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:227
3008
- msgid "Password Strength"
3009
- msgstr "Fuerza dela contraseña"
3010
-
3011
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:243
3012
- msgid "Nonce check failed on admin username change operation!"
3013
- msgstr ""
3014
-
3015
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:250
3016
- msgid "Username "
3017
- msgstr "nombre usuario"
3018
-
3019
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:250
3020
- msgid " already exists. Please enter another value. "
3021
- msgstr " ya existe. Por favor, introduzca otro valor."
3022
-
3023
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:266
3024
- msgid "The database update operation of the user account failed!"
3025
- msgstr ""
3026
- "La operación de actualización de base de datos de la cuenta de usuario ha "
3027
- "fallado!"
3028
-
3029
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:293
3030
- msgid "You entered an invalid username. Please enter another value. "
3031
- msgstr ""
3032
- "Ha introducido un nombre de usuario inválido. Por favor, introduzca otro "
3033
- "valor."
3034
-
3035
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:297
3036
- msgid "Please enter a value for your username. "
3037
- msgstr "Por favor, introduzca un valor para el nombre de usuario."
3038
-
3039
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:304
3040
- msgid "Username Successfully Changed!"
3041
- msgstr "Nombre de usuario cambió con éxito!"
3042
-
3043
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:324
3044
- msgid "Account Login Name"
3045
- msgstr "Nombre de cuenta de usuario "
3046
-
3047
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:28
3048
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:41
3049
- msgid "Login Captcha"
3050
- msgstr "Login Captcha"
3051
-
3052
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:29
3053
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:407
3054
- msgid "Login Whitelist"
3055
- msgstr "Lista blanca de ingreso"
3056
-
3057
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:30
3058
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:519
3059
- msgid "Failed Login Records"
3060
- msgstr ""
3061
-
3062
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:31
3063
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:47
3064
- msgid "Force Logout"
3065
- msgstr "Forzar salir"
3066
-
3067
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:32
3068
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:653
3069
- msgid "Account Activity Logs"
3070
- msgstr "Registros de Actividad de la cuenta"
3071
-
3072
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:100
3073
- msgid ""
3074
- "You entered a non numeric value for the max login attempts field. It has "
3075
- "been set to the default value."
3076
- msgstr ""
3077
- "Ha introducido un valor no numérico para el campo de intentos de conexión "
3078
- "máx. Se ha establecido en el valor predeterminado."
3079
-
3080
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:107
3081
- msgid ""
3082
- "You entered a non numeric value for the login retry time period field. It "
3083
- "has been set to the default value."
3084
- msgstr ""
3085
- "Ha introducido un valor no numérico para el inicio de sesión de reintento "
3086
- "campo período de tiempo. Se ha establecido en el valor predeterminado."
3087
-
3088
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:114
3089
- msgid ""
3090
- "You entered a non numeric value for the lockout time length field. It has "
3091
- "been set to the default value."
3092
- msgstr ""
3093
- "Ha introducido un valor no numérico para el campo de longitud de tiempo de "
3094
- "bloqueo. Se ha establecido en el valor predeterminado."
3095
-
3096
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:159
3097
- msgid "Login Lockdown Configuration"
3098
- msgstr ""
3099
-
3100
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:163
3101
- msgid "One of the ways hackers try to compromise sites is via a "
3102
- msgstr ""
3103
- "Una de las maneras que los piratas informáticos intentan comprometer sitios "
3104
- "es a través de un"
3105
-
3106
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:163
3107
- msgid "Brute Force Login Attack"
3108
- msgstr "Ataque de ingreso por fuerza bruta"
3109
-
3110
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:164
3111
- msgid ""
3112
- "This is where attackers use repeated login attempts until they guess the "
3113
- "password."
3114
- msgstr ""
3115
- "Aquí es donde los atacantes utilizan intentos de acceso repetidos hasta que "
3116
- "adivinen la contraseña."
3117
-
3118
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:165
3119
- msgid ""
3120
- "Apart from choosing strong passwords, monitoring and blocking IP addresses "
3121
- "which are involved in repeated login failures in a short period of time is a "
3122
- "very effective way to stop these types of attacks."
3123
- msgstr ""
3124
- "Aparte de elegir contraseñas seguras, seguimiento y bloqueo de direcciones "
3125
- "IP que están involucrados en errores de entrada repetidas en un período "
3126
- "corto de tiempo es una forma muy efectiva para detener este tipo de ataques."
3127
-
3128
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:166
3129
- #, php-format
3130
- msgid ""
3131
- "You may also want to checkout our %s feature for another secure way to "
3132
- "protect against these types of attacks."
3133
- msgstr ""
3134
-
3135
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:171
3136
- msgid "Login Lockdown Options"
3137
- msgstr ""
3138
-
3139
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:183
3140
- msgid "Enable Login Lockdown Feature"
3141
- msgstr "Activar característica de bloqueo de inicio de sesión"
3142
-
3143
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:186
3144
- msgid ""
3145
- "Check this if you want to enable the login lockdown feature and apply the "
3146
- "settings below"
3147
- msgstr ""
3148
- "Seleccione esta opción si desea activar la función de bloqueo de inicio de "
3149
- "sesión y aplicar los siguientes ajustes"
3150
-
3151
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:190
3152
- msgid "Max Login Attempts"
3153
- msgstr "Intentos maximos de ingreso"
3154
-
3155
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:192
3156
- msgid ""
3157
- "Set the value for the maximum login retries before IP address is locked out"
3158
- msgstr ""
3159
- "Defina el valor para los reintentos máximos de inicio de sesión antes de que "
3160
- "la dirección IP se bloquee"
3161
-
3162
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:196
3163
- msgid "Login Retry Time Period (min)"
3164
- msgstr ""
3165
-
3166
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:198
3167
- msgid ""
3168
- "If the maximum number of failed login attempts for a particular IP address "
3169
- "occur within this time period the plugin will lock out that address"
3170
- msgstr ""
3171
- "Si el número máximo de intentos de conexión fallidos para una determinada "
3172
- "dirección IP se producen dentro de este período de tiempo el plugin se "
3173
- "bloqueará esa dirección"
3174
-
3175
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:202
3176
- msgid "Time Length of Lockout (min)"
3177
- msgstr "Duración del tiempo de bloqueo (min)"
3178
-
3179
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:204
3180
- msgid ""
3181
- "Set the length of time for which a particular IP address will be prevented "
3182
- "from logging in"
3183
- msgstr ""
3184
-
3185
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:208
3186
- msgid "Display Generic Error Message"
3187
- msgstr "Mostrar mensaje de error genérico"
3188
-
3189
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:211
3190
- msgid ""
3191
- "Check this if you want to show a generic error message when a login attempt "
3192
- "fails"
3193
- msgstr ""
3194
- "Seleccione esta opción si desea mostrar un mensaje de error genérico cuando "
3195
- "falla un intento de inicio de sesión"
3196
-
3197
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:215
3198
- msgid "Instantly Lockout Invalid Usernames"
3199
- msgstr ""
3200
-
3201
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:218
3202
- msgid ""
3203
- "Check this if you want to instantly lockout login attempts with usernames "
3204
- "which do not exist on your system"
3205
- msgstr ""
3206
- "Seleccione esta opción si desea bloquear de inmediato los intentos de "
3207
- "conexión con los nombres de usuario que no existen en su sistema"
3208
-
3209
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:223
3210
- msgid "Notify By Email"
3211
- msgstr "Notificar por correo"
3212
-
3213
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:226
3214
- msgid ""
3215
- "Check this if you want to receive an email when someone has been locked out "
3216
- "due to maximum failed login attempts"
3217
- msgstr ""
3218
- "Seleccione esta opción si desea recibir un correo electrónico cuando alguien "
3219
- "ha sido bloqueada debido a un máximo de intentos de conexión fallidos"
3220
-
3221
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:236
3222
- msgid "Currently Locked Out IP Address Ranges"
3223
- msgstr ""
3224
-
3225
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:290
3226
- msgid ""
3227
- "This feature allows you to add a captcha form on the WordPress login page."
3228
- msgstr ""
3229
- "Esta característica le permite añadir un formulario Captcha en la página de "
3230
- "inicio de sesión de WordPress."
3231
-
3232
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:291
3233
- msgid ""
3234
- "Users who attempt to login will also need to enter the answer to a simple "
3235
- "mathematical question - if they enter the wrong answer, the plugin will not "
3236
- "allow them login even if they entered the correct username and password."
3237
- msgstr ""
3238
- "Los usuarios que intenten iniciar sesión también tendrán que entrar en la "
3239
- "respuesta a una pregunta matemática simple - si entran en la respuesta "
3240
- "incorrecta, el plugin no permitirá que ingresa, incluso si entraron en el "
3241
- "nombre de usuario y contraseña correctos."
3242
-
3243
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:292
3244
- msgid ""
3245
- "Therefore, adding a captcha form on the login page is another effective yet "
3246
- "simple \"Brute Force\" prevention technique."
3247
- msgstr ""
3248
-
3249
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:298
3250
- msgid "Login Form Captcha Settings"
3251
- msgstr "Opciones de Capcha del formulario de ingreso"
3252
-
3253
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:309
3254
- msgid "Enable Captcha On Login Page"
3255
- msgstr "Habilitar capcha en pagina de ingreso"
3256
-
3257
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:312
3258
- msgid "Check this if you want to insert a captcha form on the login page"
3259
- msgstr ""
3260
- "Seleccione esta opción si desea insertar un formulario Captcha en la página "
3261
- "de inicio de sesión"
3262
-
3263
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:318
3264
- msgid "Lost Password Form Captcha Settings"
3265
- msgstr "Opciones de Capcha para recuperar contraseña"
3266
-
3267
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:328
3268
- msgid "Enable Captcha On Lost Password Page"
3269
- msgstr "Habilitar Captcha en Página de recuperar contraseña"
3270
-
3271
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:331
3272
- msgid ""
3273
- "Check this if you want to insert a captcha form on the lost password page"
3274
- msgstr ""
3275
- "Seleccione esta opción si desea insertar un formulario Captcha en la página "
3276
- "para recuperar contraseña"
3277
-
3278
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:353
3279
- msgid "Nonce check failed for save whitelist settings!"
3280
- msgstr ""
3281
-
3282
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:410
3283
- msgid ""
3284
- "The All In One WP Security Whitelist feature gives you the option of only "
3285
- "allowing certain IP addresses or ranges to have access to your WordPress "
3286
- "login page."
3287
- msgstr ""
3288
-
3289
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:411
3290
- msgid ""
3291
- "This feature will deny login access for all IP addresses which are not in "
3292
- "your whitelist as configured in the settings below."
3293
- msgstr ""
3294
- "Esta característica va a negar el acceso de inicio de sesión para todas las "
3295
- "direcciones IP que no están en su lista blanca como se ha configurado en los "
3296
- "ajustes de abajo."
3297
-
3298
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:412
3299
- msgid ""
3300
- "The plugin achieves this by writing the appropriate directives to your ."
3301
- "htaccess file."
3302
- msgstr ""
3303
-
3304
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:413
3305
- msgid ""
3306
- "By allowing/blocking IP addresses via the .htaccess file your are using the "
3307
- "most secure first line of defence because login access will only be granted "
3308
- "to whitelisted IP addresses and other addresses will be blocked as soon as "
3309
- "they try to access your login page."
3310
- msgstr ""
3311
-
3312
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:420
3313
- #, php-format
3314
- msgid ""
3315
- "Attention: If in addition to enabling the white list feature, you also have "
3316
- "the %s feature enabled, <strong>you will still need to use your secret word "
3317
- "in the URL when trying to access your WordPress login page</strong>."
3318
- msgstr ""
3319
-
3320
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:421
3321
- msgid ""
3322
- "These features are NOT functionally related. Having both of them enabled on "
3323
- "your site means you are creating 2 layers of security."
3324
- msgstr ""
3325
- "Estas funciones no están relacionadas funcionalmente. Tener ambos habilitado "
3326
- "en su sitio significa que va a crear 2 capas de seguridad."
3327
-
3328
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:426
3329
- msgid "Login IP Whitelist Settings"
3330
- msgstr ""
3331
-
3332
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:437
3333
- msgid "Enable IP Whitelisting"
3334
- msgstr "Habilitar lista blaca IP"
3335
-
3336
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:440
3337
- msgid ""
3338
- "Check this if you want to enable the whitelisting of selected IP addresses "
3339
- "specified in the settings below"
3340
- msgstr ""
3341
-
3342
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:444
3343
- msgid "Your Current IP Address"
3344
- msgstr "Tu IP actual"
3345
-
3346
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:447
3347
- msgid ""
3348
- "You can copy and paste this address in the text box below if you want to "
3349
- "include it in your login whitelist."
3350
- msgstr ""
3351
-
3352
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:451
3353
- msgid "Enter Whitelisted IP Addresses:"
3354
- msgstr ""
3355
-
3356
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:455
3357
- msgid ""
3358
- "Enter one or more IP addresses or IP ranges you wish to include in your "
3359
- "whitelist. Only the addresses specified here will have access to the "
3360
- "WordPress login page."
3361
- msgstr ""
3362
-
3363
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:485
3364
- msgid "Nonce check failed for delete all failed login records operation!"
3365
- msgstr ""
3366
-
3367
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:494
3368
- msgid "User Login Feature - Delete all failed login records operation failed!"
3369
- msgstr ""
3370
-
3371
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:498
3372
- msgid "All records from the Failed Logins table were deleted successfully!"
3373
- msgstr ""
3374
- "Todos los registros de la tabla logins fallidos se han suprimido con éxito!"
3375
-
3376
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:513
3377
- msgid "This tab displays the failed login attempts for your site."
3378
- msgstr "Esta ficha muestra los intentos fallidos de conexión para su sitio."
3379
-
3380
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:514
3381
- msgid ""
3382
- "The information below can be handy if you need to do security investigations "
3383
- "because it will show you the IP range, username and ID (if applicable) and "
3384
- "the time/date of the failed login attempt."
3385
- msgstr ""
3386
- "La siguiente información puede ser útil si usted tiene que hacer las "
3387
- "investigaciones de seguridad, ya que le mostrará el rango de IP, nombre de "
3388
- "usuario y el ID (si procede) y la hora / fecha del intento fallido de login."
3389
-
3390
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:535
3391
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:544
3392
- msgid "Delete All Failed Login Records"
3393
- msgstr "Eliminar todos los registros de ingresos fallidos"
3394
-
3395
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:541
3396
- msgid ""
3397
- "Click this button if you wish to delete all failed login records in one go."
3398
- msgstr ""
3399
- "Haga clic en este botón si desea borrar todos los registros de conexión "
3400
- "fallidos de una sola vez."
3401
-
3402
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:569
3403
- msgid ""
3404
- "You entered a non numeric value for the logout time period field. It has "
3405
- "been set to the default value."
3406
- msgstr ""
3407
- "Ha introducido un valor no numérico para el campo Período de tiempo de "
3408
- "salida. Se ha establecido en el valor predeterminado."
3409
-
3410
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:597
3411
- msgid ""
3412
- "Setting an expiry period for your WP administration session is a simple way "
3413
- "to protect against unauthorized access to your site from your computer."
3414
- msgstr ""
3415
- "Establecer un período de caducidad para su sesión de administración WP es "
3416
- "una forma sencilla de proteger contra el acceso no autorizado a su sitio web "
3417
- "desde su ordenador."
3418
-
3419
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:598
3420
- msgid ""
3421
- "This feature allows you to specify a time period in minutes after which the "
3422
- "admin session will expire and the user will be forced to log back in."
3423
- msgstr ""
3424
- "Esta característica le permite especificar un período de tiempo en cuestión "
3425
- "de minutos después de lo cual la sesión de administrador expirará y el "
3426
- "usuario se verá obligado a volver a iniciar sesión."
3427
-
3428
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:603
3429
- msgid "Force User Logout Options"
3430
- msgstr "Opciones de forzar salida de usuarios"
3431
-
3432
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:615
3433
- msgid "Enable Force WP User Logout"
3434
- msgstr "Habilitar salida forzada de usuarios"
3435
-
3436
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:618
3437
- msgid ""
3438
- "Check this if you want to force a wp user to be logged out after a "
3439
- "configured amount of time"
3440
- msgstr ""
3441
- "Seleccione esta opción si desea forzar a salir un usuario de WP, pasada una "
3442
- "cantidad de tiempo configurada."
3443
-
3444
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:622
3445
- msgid "Logout the WP User After XX Minutes"
3446
- msgstr "Desconectar el Usuario WP después de XX minutos"
3447
-
3448
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:624
3449
- msgid ""
3450
- "(Minutes) The user will be forced to log back in after this time period has "
3451
- "elapased."
3452
- msgstr ""
3453
- "(Minutos) El usuario se verá obligado a entrar de nuevo una vez transcurrido "
3454
- "este período de tiempo."
3455
-
3456
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:647
3457
- msgid ""
3458
- "This tab displays the login activity for WordPress admin accounts registered "
3459
- "with your site."
3460
- msgstr ""
3461
- "Esta pestaña muestra la actividad de inicio de sesión para las cuentas de "
3462
- "administración de WordPress registrados en su sitio."
3463
-
3464
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:648
3465
- msgid ""
3466
- "The information below can be handy if you need to do security investigations "
3467
- "because it will show you the last 50 recent login events by username, IP "
3468
- "address and time/date."
3469
- msgstr ""
3470
- "La siguiente información puede ser útil si usted tiene que hacer las "
3471
- "investigaciones de seguridad, ya que le mostrará los últimos 50 eventos de "
3472
- "inicio de sesión recientes por nombre de usuario, la dirección IP y la "
3473
- "hora / fecha."
3474
-
3475
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:685
3476
- msgid "Nonce check failed for users logged in list!"
3477
- msgstr ""
3478
-
3479
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:698
3480
- msgid "Refresh Logged In User Data"
3481
- msgstr ""
3482
-
3483
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:702
3484
- msgid "Refresh Data"
3485
- msgstr ""
3486
-
3487
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:708
3488
- msgid "This tab displays all users who are currently logged into your site."
3489
- msgstr ""
3490
- "Esta pestaña muestra todos los usuarios que han iniciado sesión en su sitio."
3491
-
3492
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:709
3493
- msgid ""
3494
- "If you suspect there is a user or users who are logged in which should not "
3495
- "be, you can block them by inspecting the IP addresses from the data below "
3496
- "and adding them to your blacklist."
3497
- msgstr ""
3498
- "Si usted sospecha que hay un usuario o usuarios que han iniciado sesión en "
3499
- "la que no debe ser, puede bloquearlas mediante la inspección de las "
3500
- "direcciones IP de los datos a continuación y añadirlos a su lista negra."
3501
-
3502
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:714
3503
- msgid "Currently Logged In Users"
3504
- msgstr "Usuarios conectados Actualmente"
3505
-
3506
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:779
3507
- msgid "The selected records were deleted successfully!"
3508
- msgstr "Los registros seleccionados se han eliminado con éxito!"
3509
-
3510
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:788
3511
- msgid "The selected record was deleted successfully!"
3512
- msgstr "El registro seleccionado se ha eliminado correctamente!"
3513
-
3514
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:23
3515
- msgid "Manual Approval"
3516
- msgstr "Aprovacion Manual"
3517
-
3518
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:24
3519
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:53
3520
- msgid "Registration Captcha"
3521
- msgstr "Captcha registro"
3522
-
3523
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:112
3524
- msgid "User Registration Settings"
3525
- msgstr "Configuración de registro de usuario"
3526
-
3527
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:116
3528
- msgid "Manually Approve New Registrations"
3529
- msgstr "Aprobar manualmente los Nuevos Registros"
3530
-
3531
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:120
3532
- msgid ""
3533
- "If your site allows people to create their own accounts via the WordPress "
3534
- "registration form, then you can minimize SPAM or bogus registrations by "
3535
- "manually approving each registration."
3536
- msgstr ""
3537
- "Si el sitio permite a las personas crear sus propias cuentas a través del "
3538
- "formulario de registro de WordPress, entonces usted puede minimizar el Spam "
3539
- "o registros falsos al aprobar manualmente cada registro."
3540
-
3541
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:121
3542
- msgid ""
3543
- "This feature will automatically set a newly registered account to \"pending"
3544
- "\" until the administrator activates it. Therefore undesirable registrants "
3545
- "will be unable to log in without your express approval."
3546
- msgstr ""
3547
- "Esta característica se establecerá automáticamente una nueva cuenta "
3548
- "registrada a \" pendiente\" hasta que el administrador lo activa. Por lo "
3549
- "tanto, los solicitantes de registro no deseados no podrán iniciar la sesión "
3550
- "sin su aprobación expresa."
3551
-
3552
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:122
3553
- msgid ""
3554
- "You can view all accounts which have been newly registered via the handy "
3555
- "table below and you can also perform bulk activation/deactivation/deletion "
3556
- "tasks on each account."
3557
- msgstr ""
3558
-
3559
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:138
3560
- msgid "Enable manual approval of new registrations"
3561
- msgstr "Habilitar aprobación manual de nuevos registros"
3562
-
3563
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:141
3564
- msgid ""
3565
- "Check this if you want to automatically disable all newly registered "
3566
- "accounts so that you can approve them manually."
3567
- msgstr ""
3568
- "Seleccione esta opción si desea desactivar automáticamente todas las cuentas "
3569
- "recién registrados para que pueda aprobar manualmente."
3570
-
3571
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:150
3572
- msgid "Approve Registered Users"
3573
- msgstr "Aprobar Usuarios Registrados"
3574
-
3575
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:195
3576
- msgid ""
3577
- "This feature allows you to add a captcha form on the WordPress registration "
3578
- "page."
3579
- msgstr ""
3580
- "Esta característica le permite añadir un formulario CAPTCHA en la página de "
3581
- "registro de WordPress."
3582
-
3583
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:196
3584
- msgid ""
3585
- "Users who attempt to register will also need to enter the answer to a simple "
3586
- "mathematical question - if they enter the wrong answer, the plugin will not "
3587
- "allow them to register."
3588
- msgstr ""
3589
- "Los usuarios que intenten registrarse también tendrán que entrar en la "
3590
- "respuesta a una pregunta matemática simple - si entran en la respuesta "
3591
- "incorrecta, el plugin no permitirá que se registren."
3592
-
3593
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:197
3594
- msgid ""
3595
- "Therefore, adding a captcha form on the registration page is another "
3596
- "effective yet simple SPAM registration prevention technique."
3597
- msgstr ""
3598
- "Por lo tanto, la adición de un formulario CAPTCHA en la página de registro "
3599
- "es otra técnica de prevención de inscripción SPAM y simple eficaz."
3600
-
3601
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:202
3602
- msgid "Registration Page Captcha Settings"
3603
- msgstr "Configuración de página de registro Captcha"
3604
-
3605
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:214
3606
- msgid "Enable Captcha On Registration Page"
3607
- msgstr "Habilitar Captcha en página de registro"
3608
-
3609
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:217
3610
- msgid ""
3611
- "Check this if you want to insert a captcha form on the WordPress user "
3612
- "registration page (if you allow user registration)."
3613
- msgstr ""
3614
- "Seleccione esta opción si desea insertar un formulario CAPTCHA en la página "
3615
- "de registro de usuario de WordPress (si se permite el registro de usuarios)."
3616
-
3617
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:22
3618
- msgid "WhoIS Lookup"
3619
- msgstr "búsqueda WhoIS"
3620
-
3621
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:74
3622
- msgid "WHOIS Lookup Information"
3623
- msgstr "Información de búsqueda WHOIS"
3624
-
3625
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:77
3626
- msgid ""
3627
- "This feature allows you to look up more detailed information about an IP "
3628
- "address or domain name by querying the WHOIS API."
3629
- msgstr ""
3630
- "Esta función le permite buscar información más detallada acerca de una "
3631
- "dirección IP o nombre de dominio mediante la consulta de la API de base de "
3632
- "datos WHOIS."
3633
-
3634
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:83
3635
- msgid "Perform a WHOIS Lookup for an IP or Domain Name"
3636
- msgstr ""
3637
-
3638
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:89
3639
- msgid "Enter IP Address or Domain Name"
3640
- msgstr "Introduzca la dirección IP o nombre de dominio"
3641
-
3642
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:91
3643
- msgid ""
3644
- "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-"
3645
- "name.com"
3646
- msgstr ""
3647
- "Introduzca una dirección IP o nombre de dominio. Ejemplo: 111.11.12.13 O "
3648
- "algun-domain-name.com"
3649
-
3650
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:95
3651
- msgid "Perform IP or Domain Lookup"
3652
- msgstr "Realice una búsqueda IP o de dominio "
3653
-
3654
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:115
3655
- msgid "WHOIS lookup successfully completed. Please see the results below:"
3656
- msgstr ""
3657
- "Búsqueda WHOIS ha completado correctamente. Por favor, vea los resultados a "
3658
- "continuación:"
3659
-
3660
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:127
3661
- msgid ""
3662
- "You have entered an incorrectly formatted IP address or domain name. Please "
3663
- "try again."
3664
- msgstr ""
3665
- "Ha introducido una dirección IP con formato incorrecto o nombre de dominio. "
3666
- "Por favor, inténtelo de nuevo."
3667
-
3668
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:178
3669
- msgid "No items found."
3670
- msgstr "No se han encontrado artículos."
3671
-
3672
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:281
3673
- msgid "Bulk Actions"
3674
- msgstr "Acciones en lote"
3675
-
3676
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:291
3677
- msgid "Apply"
3678
- msgstr "Aplicar"
3679
-
3680
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:365
3681
- msgid "Show all dates"
3682
- msgstr "Mostrar todas las fechas"
3683
-
3684
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:378
3685
- #, php-format
3686
- msgid "%1$s %2$d"
3687
- msgstr ""
3688
-
3689
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:394
3690
- msgid "List View"
3691
- msgstr ""
3692
-
3693
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:395
3694
- msgid "Excerpt View"
3695
- msgstr ""
3696
-
3697
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:421
3698
- #, php-format
3699
- msgid "%s pending"
3700
- msgstr "%s pendiente"
3701
-
3702
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:653
3703
- msgid "Select All"
3704
- msgstr "Seleccionar todo"
3705
-
3706
- #: all-in-one-wp-security/classes/wp-security-backup.php:177
3707
- msgid "All In One WP Security - Site Database Backup"
3708
- msgstr "All In One WP Security - Respaldo base datos del sitio"
3709
-
3710
- #: all-in-one-wp-security/classes/wp-security-backup.php:179
3711
- msgid "Attached is your latest DB backup file for site URL"
3712
- msgstr ""
3713
-
3714
- #: all-in-one-wp-security/classes/wp-security-backup.php:179
3715
- msgid " generated on"
3716
- msgstr "generada en"
3717
-
3718
- #: all-in-one-wp-security/classes/wp-security-captcha.php:12
3719
- msgid "Please enter an answer in digits:"
3720
- msgstr "Por favor, introduzca una respuesta en digitos:"
3721
-
3722
- #: all-in-one-wp-security/classes/wp-security-captcha.php:91
3723
- msgid "one"
3724
- msgstr "uno"
3725
-
3726
- #: all-in-one-wp-security/classes/wp-security-captcha.php:92
3727
- msgid "two"
3728
- msgstr "dos"
3729
-
3730
- #: all-in-one-wp-security/classes/wp-security-captcha.php:93
3731
- msgid "three"
3732
- msgstr "tres"
3733
-
3734
- #: all-in-one-wp-security/classes/wp-security-captcha.php:94
3735
- msgid "four"
3736
- msgstr "cuatro"
3737
-
3738
- #: all-in-one-wp-security/classes/wp-security-captcha.php:95
3739
- msgid "five"
3740
- msgstr "cinco"
3741
-
3742
- #: all-in-one-wp-security/classes/wp-security-captcha.php:96
3743
- msgid "six"
3744
- msgstr "seis"
3745
-
3746
- #: all-in-one-wp-security/classes/wp-security-captcha.php:97
3747
- msgid "seven"
3748
- msgstr "siete"
3749
-
3750
- #: all-in-one-wp-security/classes/wp-security-captcha.php:98
3751
- msgid "eight"
3752
- msgstr "Ocho"
3753
-
3754
- #: all-in-one-wp-security/classes/wp-security-captcha.php:99
3755
- msgid "nine"
3756
- msgstr "Nueve"
3757
-
3758
- #: all-in-one-wp-security/classes/wp-security-captcha.php:100
3759
- msgid "ten"
3760
- msgstr "Diez"
3761
-
3762
- #: all-in-one-wp-security/classes/wp-security-captcha.php:101
3763
- msgid "eleven"
3764
- msgstr "Once"
3765
-
3766
- #: all-in-one-wp-security/classes/wp-security-captcha.php:102
3767
- msgid "twelve"
3768
- msgstr "Doce"
3769
-
3770
- #: all-in-one-wp-security/classes/wp-security-captcha.php:103
3771
- msgid "thirteen"
3772
- msgstr "Trece"
3773
-
3774
- #: all-in-one-wp-security/classes/wp-security-captcha.php:104
3775
- msgid "fourteen"
3776
- msgstr "catorce"
3777
-
3778
- #: all-in-one-wp-security/classes/wp-security-captcha.php:105
3779
- msgid "fifteen"
3780
- msgstr "quince"
3781
-
3782
- #: all-in-one-wp-security/classes/wp-security-captcha.php:106
3783
- msgid "sixteen"
3784
- msgstr "dieciseis"
3785
-
3786
- #: all-in-one-wp-security/classes/wp-security-captcha.php:107
3787
- msgid "seventeen"
3788
- msgstr "diecisiete"
3789
-
3790
- #: all-in-one-wp-security/classes/wp-security-captcha.php:108
3791
- msgid "eighteen"
3792
- msgstr "dieciocho"
3793
-
3794
- #: all-in-one-wp-security/classes/wp-security-captcha.php:109
3795
- msgid "nineteen"
3796
- msgstr "diecinueve"
3797
-
3798
- #: all-in-one-wp-security/classes/wp-security-captcha.php:110
3799
- msgid "twenty"
3800
- msgstr "veinte"
3801
-
3802
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:58
3803
- msgid "All In One WP Security - File change detected!"
3804
- msgstr "All In One WP Security - Cambio de archivo detectado!"
3805
-
3806
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:60
3807
- msgid "A file change was detected on your system for site URL"
3808
- msgstr ""
3809
- "Se ha detectado un cambio en un archivo en el sistema de dirección URL del "
3810
- "sitio"
3811
-
3812
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:60
3813
- msgid ". Scan was generated on"
3814
- msgstr ""
3815
-
3816
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:61
3817
- msgid "Login to your site to view the scan details."
3818
- msgstr "Ingrese a su sitio para ver los detalles del análisis."
3819
-
3820
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:158
3821
- msgid "Please enter an answer in the CAPTCHA field."
3822
- msgstr "Por favor, introduzca una respuesta en el campo de CAPTCHA"
3823
-
3824
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:168
3825
- msgid ""
3826
- "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
3827
- msgstr ""
3828
- "Error: Introdujo un CAPTCHA de respuesta incorrecta. Por favor, regrese y "
3829
- "vuelva a intentarlo."
3830
-
3831
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:196
3832
- #: all-in-one-wp-security/classes/wp-security-user-login.php:63
3833
- #: all-in-one-wp-security/classes/wp-security-user-login.php:66
3834
- #: all-in-one-wp-security/classes/wp-security-user-registration.php:59
3835
- msgid "<strong>ERROR</strong>: Your answer was incorrect - please try again."
3836
- msgstr ""
3837
- "<strong> ERROR </ strong>: Su respuesta fue incorrecta - por favor intente "
3838
- "de nuevo."
3839
-
3840
- #: all-in-one-wp-security/classes/wp-security-user-login.php:39
3841
- msgid ""
3842
- "<strong>ERROR</strong>: Login failed because your IP address has been "
3843
- "blocked.\n"
3844
- " Please contact the administrator."
3845
- msgstr ""
3846
- "<strong>ERROR</strong>: La conexión falló porque su dirección IP ha sido "
3847
- "bloqueada \n"
3848
- ". Por favor, póngase en contacto con el "
3849
- "administrador."
3850
-
3851
- #: all-in-one-wp-security/classes/wp-security-user-login.php:76
3852
- msgid "<strong>ERROR</strong>: The username field is empty."
3853
- msgstr "<strong>ERROR</strong>: El nombre de usuario está vacío."
3854
-
3855
- #: all-in-one-wp-security/classes/wp-security-user-login.php:80
3856
- msgid "<strong>ERROR</strong>: The password field is empty."
3857
- msgstr "<strong>ERROR</strong>: El campo de la contraseña está vacía."
3858
-
3859
- #: all-in-one-wp-security/classes/wp-security-user-login.php:100
3860
- #: all-in-one-wp-security/classes/wp-security-user-login.php:126
3861
- msgid "<strong>ERROR</strong>: Invalid login credentials."
3862
- msgstr "<strong>ERROR</strong>: Credenciales de inicio de sesión no válidos."
3863
-
3864
- #: all-in-one-wp-security/classes/wp-security-user-login.php:103
3865
- msgid "<strong>ERROR</strong>: Invalid username."
3866
- msgstr "<strong>ERROR</strong>: Nombre de usuario inválido."
3867
-
3868
- #: all-in-one-wp-security/classes/wp-security-user-login.php:129
3869
- #, php-format
3870
- msgid ""
3871
- "<strong>ERROR</strong>: Incorrect password. <a href=\"%s\" title=\"Password "
3872
- "Lost and Found\">Lost your password</a>?"
3873
- msgstr ""
3874
- "<strong>ERROR</strong>: contraseña incorrecta. <a href=\"%s\" title="
3875
- "\"Password Lost and Found\">Olvidó su contraseña</a>?"
3876
-
3877
- #: all-in-one-wp-security/classes/wp-security-user-login.php:140
3878
- msgid ""
3879
- "<strong>ACCOUNT PENDING</strong>: Your account is currently not active. An "
3880
- "administrator needs to activate your account before you can login."
3881
- msgstr ""
3882
- "<strong>CUENTA PENDIENTE</strong>: Su cuenta no está activa. Un "
3883
- "administrador debe activar su cuenta antes de poder iniciar la sesión."
3884
-
3885
- #: all-in-one-wp-security/classes/wp-security-user-login.php:263
3886
- msgid "Site Lockout Notification"
3887
- msgstr "Notificación de bloqueo del sitio"
3888
-
3889
- #: all-in-one-wp-security/classes/wp-security-user-login.php:264
3890
- msgid ""
3891
- "A lockdown event has occurred due to too many failed login attempts or "
3892
- "invalid username:"
3893
- msgstr ""
3894
- "Un evento de bloqueo se ha producido debido a demasiados intentos fallidos "
3895
- "de acceso o nombre de usuario no válido:"
3896
-
3897
- #: all-in-one-wp-security/classes/wp-security-user-login.php:265
3898
- msgid "Username: "
3899
- msgstr "Nombre de usuario:"
3900
-
3901
- #: all-in-one-wp-security/classes/wp-security-user-login.php:266
3902
- msgid "IP Address: "
3903
- msgstr "Direccion IP: "
3904
-
3905
- #: all-in-one-wp-security/classes/wp-security-user-login.php:267
3906
- msgid "IP Range: "
3907
- msgstr "Rango IP:"
3908
-
3909
- #: all-in-one-wp-security/classes/wp-security-user-login.php:268
3910
- msgid ""
3911
- "Log into your site's WordPress administration panel to see the duration of "
3912
- "the lockout or to unlock the user."
3913
- msgstr ""
3914
- "Inicie sesión en el panel de administración de WordPress de su sitio para "
3915
- "ver la duración del bloqueo o desbloquear el usuario."
3916
-
3917
- #: all-in-one-wp-security/classes/wp-security-user-login.php:425
3918
- #, php-format
3919
- msgid ""
3920
- "Your session has expired because it has been over %d minutes since your last "
3921
- "login."
3922
- msgstr ""
3923
- "Su sesión ha expirado ya que han pasado más de %d minutos desde el último "
3924
- "acceso."
3925
-
3926
- #: all-in-one-wp-security/classes/wp-security-user-login.php:426
3927
- #: all-in-one-wp-security/classes/wp-security-user-login.php:430
3928
- msgid "Please log back in to continue."
3929
- msgstr "Por favor, vuelva a iniciar sesión para continuar."
3930
-
3931
- #: all-in-one-wp-security/classes/wp-security-user-login.php:429
3932
- msgid "You were logged out because you just changed the \"admin\" username."
3933
- msgstr ""
3934
-
3935
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:79
3936
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:98
3937
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:113
3938
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:128
3939
- msgid " is not a valid ip address format."
3940
- msgstr "no es un formato de dirección IP válida."
3941
-
3942
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:136
3943
- msgid "You cannot ban your own IP address: "
3944
- msgstr "No se puede prohibir su propia dirección IP: "
3945
-
3946
- #: all-in-one-wp-security/classes/wp-security-utility.php:151
3947
- msgid ""
3948
- "This feature can only be configured by the \"superadmin\" on the main site."
3949
- msgstr ""
3950
-
3951
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:29
3952
- msgid "Remove WP Generatore Meta Tag"
3953
- msgstr ""
3954
-
3955
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:35
3956
- msgid "Change Display Name"
3957
- msgstr "Cambiar de nombre a mostrar"
3958
-
3959
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:43
3960
- msgid "Lost Password Captcha"
3961
- msgstr "Recuperar contraseña Captcha"
3962
-
3963
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:45
3964
- msgid "Login IP Whitelisting"
3965
- msgstr ""
3966
-
3967
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:51
3968
- msgid "Registration Approval"
3969
- msgstr "Aprobación de Registro"
3970
-
3971
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:67
3972
- msgid "WordPress Files Access"
3973
- msgstr "Acceso archivos de WordPress"
3974
-
3975
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:71
3976
- msgid "IP and User Agent Blacklisting"
3977
- msgstr ""
3978
-
3979
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:75
3980
- msgid "Enable Basic Firewall"
3981
- msgstr "Habilitar Firewall Basico"
3982
-
3983
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:76
3984
- msgid "Enable Pingback Vulnerability Protection"
3985
- msgstr ""
3986
-
3987
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:82
3988
- msgid "Forbid Proxy Comments"
3989
- msgstr "Prohibir los comentarios via proxy"
3990
-
3991
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:83
3992
- msgid "Deny Bad Queries"
3993
- msgstr "Denegar malas consultas"
3994
-
3995
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:85
3996
- msgid "5G Blacklist"
3997
- msgstr "5G Lista Negra"
3998
-
3999
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:88
4000
- msgid "Block Spambots"
4001
- msgstr "Bloquear spam bots"
4002
-
4003
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:90
4004
- msgid "Comment Captcha"
4005
- msgstr "Captcha comentarios"
4006
-
4007
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:28
4008
- msgid "Basic"
4009
- msgstr "Basico"
4010
-
4011
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:31
4012
- msgid "Intermediate"
4013
- msgstr "Intermedio"
4014
-
4015
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:34
4016
- msgid "Advanced"
4017
- msgstr "Avanzado"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/all-in-one-wp-security-and-firewall-fa_IR.mo DELETED
Binary file
languages/all-in-one-wp-security-and-firewall-fa_IR.po DELETED
@@ -1,4056 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: امنیت فراگیر وردپرس\n"
4
- "POT-Creation-Date: 2013-12-03 12:53+1000\n"
5
- "PO-Revision-Date: 2014-05-21 11:45+0330\n"
6
- "Last-Translator: Amir Mousavi <xerxes1718@gmail.com>\n"
7
- "Language-Team: Amir Mousavi <me@ameer.ir>\n"
8
- "Language: fa_IR\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.6.5\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "Plural-Forms: nplurals=1; plural=0;\n"
16
- "X-Poedit-SearchPath-0: .\n"
17
-
18
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:156
19
- msgid "WP Security"
20
- msgstr "امنیت فراگیر وردپرس"
21
-
22
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:157
23
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:22
24
- msgid "Dashboard"
25
- msgstr "پیشخوان امنیت"
26
-
27
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:158
28
- msgid "Settings"
29
- msgstr "تنظیمات"
30
-
31
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:159
32
- msgid "User Accounts"
33
- msgstr "حساب های کاربری"
34
-
35
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:160
36
- msgid "User Login"
37
- msgstr "ورود کاربران"
38
-
39
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:161
40
- msgid "User Registration"
41
- msgstr "نام‌نویسی کاربران"
42
-
43
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:162
44
- msgid "Database Security"
45
- msgstr "امنیت پایگاه داده"
46
-
47
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:166
48
- msgid "Filesystem Security"
49
- msgstr "امنیت فایل‌های سیستم"
50
-
51
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:168
52
- msgid "WHOIS Lookup"
53
- msgstr "مراجعه به WHOIS"
54
-
55
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:172
56
- msgid "Blacklist Manager"
57
- msgstr "مدیریت فهرست سیاه"
58
-
59
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:177
60
- msgid "Firewall"
61
- msgstr "دیوار آتش"
62
-
63
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:179
64
- msgid "SPAM Prevention"
65
- msgstr "جلوگیری از اسپم"
66
-
67
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:183
68
- msgid "Scanner"
69
- msgstr "اسکنر"
70
-
71
- #: all-in-one-wp-security/admin/wp-security-admin-init.php:185
72
- msgid "Maintenance"
73
- msgstr "حالت تعمیر"
74
-
75
- #: all-in-one-wp-security/admin/wp-security-admin-menu.php:43
76
- msgid "Settings successfully updated."
77
- msgstr "تنظیمات با موفقیت به روز رسانی شد!"
78
-
79
- #: all-in-one-wp-security/admin/wp-security-admin-menu.php:50
80
- msgid "The selected record(s) deleted successfully!"
81
- msgstr "رکورد(های) انتخابی با موفقیت پاک شد(ند)!"
82
-
83
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:22
84
- msgid "Ban Users"
85
- msgstr "ممنوع کردن کاربران"
86
-
87
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:80
88
- msgid "Nonce check failed for save blacklist settings!"
89
- msgstr "بررسی Nonce برای ذخیره فهرست سیاه، ناموفق بود!"
90
-
91
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:132
92
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:147
93
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:400
94
- msgid ""
95
- "The plugin was unable to write to the .htaccess file. Please edit file "
96
- "manually."
97
- msgstr ""
98
- "افزونه قادر به نوشتن در فایل htaccess. نیست. لطفا فایل را به صورت دستی "
99
- "ویرایش کنید."
100
-
101
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:139
102
- msgid "Ban IPs or User Agents"
103
- msgstr "ممنوعیت IP یا نرم افزار نماینده کاربران (User Agents)"
104
-
105
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:142
106
- msgid ""
107
- "The All In One WP Security Blacklist feature gives you the option of banning "
108
- "certain host IP addresses or ranges and also user agents."
109
- msgstr ""
110
- "فهرست سیاه AIOWP به شما این امکان را می دهد تا یک میزبان IP مشخص یا یک رنج "
111
- "IP یا یک نرم افزار خاص را مسدود کنید."
112
-
113
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:143
114
- msgid ""
115
- "This feature will deny total site access for users which have IP addresses "
116
- "or user agents matching those which you have configured in the settings "
117
- "below."
118
- msgstr ""
119
- "این ویژگی دسترسی کامل به سایت را برای کاربرانی که IP یا نرم افزار مشخص شده "
120
- "در پایین را دارند، قطع می کند."
121
-
122
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:144
123
- msgid ""
124
- "The plugin achieves this by making appropriate modifications to your ."
125
- "htaccess file."
126
- msgstr "افزونه برای رسیدن به این هدف تغییراتی در فایل .htaccess شما می دهد."
127
-
128
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:145
129
- msgid ""
130
- "By blocking people via the .htaccess file your are using the most secure "
131
- "first line of defence which denies all access to blacklisted visitors as "
132
- "soon as they hit your hosting server."
133
- msgstr ""
134
- "با مسدود کردن مردم از طریق فایل htaccess. شما از محکم ترین خط دفاعی اولیه "
135
- "استفاده می کنید؛ این خط دفاعی دسترسی کامل بازدیدکنندگان ممنوعه را قطع می کند."
136
-
137
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:151
138
- msgid "IP Hosts and User Agent Blacklist Settings"
139
- msgstr "ساماندهی فهرست سیاه میزبان های IP و نرم افزارهای نماینده کاربر"
140
-
141
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:162
142
- msgid "Enable IP or User Agent Blacklisting"
143
- msgstr "فعال سازی فهرست سیاه برای IP یا نرم افزار نماینده کاربری"
144
-
145
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:165
146
- msgid ""
147
- "Check this if you want to enable the banning (or blacklisting) of selected "
148
- "IP addresses and/or user agents specified in the settings below"
149
- msgstr ""
150
- "این گزینه برای را برای فعال‌سازی ممنوعیت IPها/نرم افزارهای نماینده کاربر تیک "
151
- "بزنید."
152
-
153
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:169
154
- msgid "Enter IP Addresses:"
155
- msgstr "آدرس های IP را وارد کنید:"
156
-
157
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:173
158
- msgid "Enter one or more IP addresses or IP ranges."
159
- msgstr "یک یا چند IP یا رنج IP را وارد کنید."
160
-
161
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:174
162
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:194
163
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:271
164
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:288
165
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:147
166
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:177
167
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:308
168
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:338
169
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:369
170
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:397
171
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:426
172
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:514
173
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:669
174
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:703
175
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:726
176
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:747
177
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:174
178
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:259
179
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:456
180
- msgid "More Info"
181
- msgstr "اطلاعات بیشتر"
182
-
183
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:177
184
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:459
185
- msgid "Each IP address must be on a new line."
186
- msgstr "هر IP آدرس می بایست در یک خط جدید وارد شود."
187
-
188
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:178
189
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:460
190
- msgid ""
191
- "To specify an IP range use a wildcard \"*\" character. Acceptable ways to "
192
- "use wildcards is shown in the examples below:"
193
- msgstr ""
194
- "برای مشخص کردن یک رنج IP از Wildcard \"*\" استفاده کنید. روش های درست "
195
- "استفاده از Wildcardها در نمونه های زیر نشان داده شده است:"
196
-
197
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:179
198
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:461
199
- msgid "Example 1: 195.47.89.*"
200
- msgstr "نمونه یک : *.195.47.89"
201
-
202
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:180
203
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:462
204
- msgid "Example 2: 195.47.*.*"
205
- msgstr "نمونه دو : *.*.195.47"
206
-
207
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:181
208
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:463
209
- msgid "Example 3: 195.*.*.*"
210
- msgstr "نمونه سه : *.*.*.195"
211
-
212
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:188
213
- msgid "Enter User Agents:"
214
- msgstr "نرم افزارهای نماینده کاربر را وارد کنید:"
215
-
216
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:193
217
- msgid "Enter one or more user agent strings."
218
- msgstr "یک یا چند نرم افزار نماینده کاربری را وارد کنید."
219
-
220
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:197
221
- msgid "Each user agent string must be on a new line."
222
- msgstr "هر نرم افزار نماینده کاربری می بایست در یک خط جدید وارد شود."
223
-
224
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:198
225
- msgid "Example 1 - A single user agent string to block:"
226
- msgstr "نمونه یک : یک نرم افزار نماینده کاربری برای مسدود کردن"
227
-
228
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:200
229
- msgid "Example 2 - A list of more than 1 user agent strings to block"
230
- msgstr "نمونه دو: یک لیست از نرم افزارهای نماینده کاربری برای مسدود کردن"
231
-
232
- #: all-in-one-wp-security/admin/wp-security-blacklist-menu.php:208
233
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:347
234
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:309
235
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:231
236
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:497
237
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:189
238
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:232
239
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:336
240
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:470
241
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:628
242
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:146
243
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:221
244
- msgid "Save Settings"
245
- msgstr "ذخیره تنظیمات"
246
-
247
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:23
248
- msgid "System Info"
249
- msgstr "اطلاعات سیستم"
250
-
251
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
252
- msgid "For information, updates and documentation, please visit the"
253
- msgstr "برای اطلاعات، بروز رسانی ها و راهنمای استفاده، لطفا برگه"
254
-
255
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
256
- msgid "AIO WP Security & Firewall Plugin"
257
- msgstr "افزونه امنیت فراگیر و دیوار آتش وردپرس"
258
-
259
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:73
260
- msgid "Page"
261
- msgstr "را ببینید"
262
-
263
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:74
264
- msgid "Follow us"
265
- msgstr "ما را دنبال کنید"
266
-
267
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:74
268
- msgid ""
269
- "Twitter, Google+ or via Email to stay upto date about the new security "
270
- "features of this plugin."
271
- msgstr ""
272
- "توییتر، گوگل پلاس و یا از طریق ایمیل تا از ویژگی‌های جدید امنیتی این افزونه "
273
- "با خبر باشید."
274
-
275
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:88
276
- msgid "Security Strength Meter"
277
- msgstr "نشانگر میزان امنیت"
278
-
279
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:117
280
- msgid "Total Achievable Points: "
281
- msgstr "همه امتیازهای قابل کسب:"
282
-
283
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:119
284
- msgid "Current Score of Your Site: "
285
- msgstr "امتیاز کنونی سایت شما:"
286
-
287
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:129
288
- msgid "Security Points Breakdown"
289
- msgstr "تفکیک امتیازهای امنیتی"
290
-
291
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:170
292
- msgid "Critical Feature Status"
293
- msgstr "وضعیت ویژگی‌های مهم"
294
-
295
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:174
296
- msgid ""
297
- "Below is the current status of the critical features that you should "
298
- "activate on your site to achieve a minimum level of recommended security"
299
- msgstr ""
300
- "در زیر وضعیت کنونی ویژگی‌های مهم را می بینید که برای رسیدن به سطح حداقل امنیت "
301
- "باید آنها را فعال کنید."
302
-
303
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:178
304
- msgid "Admin Username"
305
- msgstr "نام کاربری سرپرست"
306
-
307
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:193
308
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:27
309
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:39
310
- msgid "Login Lockdown"
311
- msgstr "قفل ورود"
312
-
313
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:208
314
- msgid "File Permission"
315
- msgstr "اجازه دسترسی به فایل"
316
-
317
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:223
318
- msgid "Basic Firewall"
319
- msgstr "دیوار آتش آغازین"
320
-
321
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:241
322
- msgid "Maintenance Mode Status"
323
- msgstr "وضعیت حالت تعمیر"
324
-
325
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:245
326
- msgid ""
327
- "Maintenance mode is currently enabled. Remember to turn it off when you are "
328
- "done"
329
- msgstr ""
330
- "حالت تعمیر فعال است. به یاد داشته باشید پس از اتمام کارتان آن را خاموش کنید."
331
-
332
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:248
333
- msgid "Maintenance mode is currently off."
334
- msgstr "حالت تعمیر خاموش است."
335
-
336
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:252
337
- msgid "Maintenance Mode"
338
- msgstr "حالت تعمیر"
339
-
340
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:291
341
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:33
342
- msgid "Logged In Users"
343
- msgstr "کاربران وارد شده"
344
-
345
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:301
346
- msgid "Number of users currently logged in site-wide is:"
347
- msgstr "تعداد کاربرانی که هم اکنون در سایت وارد شده اند:"
348
-
349
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:302
350
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:324
351
- #, php-format
352
- msgid "Go to the %s menu to see more details"
353
- msgstr "برای مشاهده جزییات بیشتر به فهرست %s بروید"
354
-
355
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:307
356
- msgid "There are no other site-wide users currently logged in."
357
- msgstr "هم اکنون هیچ کاربر دیگری در سایت وارد نشده است."
358
-
359
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:323
360
- msgid "Number of users currently logged into your site is:"
361
- msgstr "تعداد کاربرانی که در حال حاضر در سایت هستند."
362
-
363
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:329
364
- msgid "There are no other users currently logged in."
365
- msgstr "هم اکنون هیچ کاربر دیگری در سایت حضور ندارد."
366
-
367
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:340
368
- msgid "Spread the Word"
369
- msgstr "گسترش این افزونه"
370
-
371
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:343
372
- msgid ""
373
- "We are working to make your WordPress site more secure. Please support us, "
374
- "here is how:"
375
- msgstr ""
376
- "ما کار می کنیم تا سایت وردپرسی شما را امن‌تر کنیم. لطفا از اینجا ما را حمایت "
377
- "کنید:"
378
-
379
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:367
380
- msgid "Site Info"
381
- msgstr "اطلاعات سایت"
382
-
383
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:369
384
- msgid "Plugin Version"
385
- msgstr "نسخه افزونه"
386
-
387
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:370
388
- msgid "WP Version"
389
- msgstr "نسخه وردپرس"
390
-
391
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:372
392
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:374
393
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:395
394
- msgid "Version"
395
- msgstr "نسخه"
396
-
397
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:373
398
- msgid "Table Prefix"
399
- msgstr "پیشوند جدول"
400
-
401
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:375
402
- msgid "Session Save Path"
403
- msgstr "محل ذخیره جلسه"
404
-
405
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:377
406
- msgid "Server Name"
407
- msgstr "نام سِرور"
408
-
409
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:378
410
- msgid "Cookie Domain"
411
- msgstr "دامنه کوکی"
412
-
413
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:379
414
- msgid "Library Present"
415
- msgstr "کتابخانه موجود"
416
-
417
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:380
418
- msgid "Debug File Write Permissions"
419
- msgstr "اشکال یابی مجوزهای نوشتن فایل"
420
-
421
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:384
422
- msgid "Active Plugins"
423
- msgstr "افزونه های فعال"
424
-
425
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:394
426
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:130
427
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:149
428
- msgid "Name"
429
- msgstr "نام"
430
-
431
- #: all-in-one-wp-security/admin/wp-security-dashboard-menu.php:396
432
- msgid "Plugin URL"
433
- msgstr "آدرس افزونه"
434
-
435
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:23
436
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:57
437
- msgid "DB Prefix"
438
- msgstr "پیشوند دیتابیس"
439
-
440
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:24
441
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:59
442
- msgid "DB Backup"
443
- msgstr "فایل پشتیبان دیتابیس"
444
-
445
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:84
446
- msgid "Nonce check failed for DB prefix change operation!"
447
- msgstr "بررسی Nonce برای تغییر پیشوند دیتابیس ناموفق بود!"
448
-
449
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:92
450
- msgid ""
451
- "The plugin has detected that it cannot write to the wp-config.php file. This "
452
- "feature can only be used if the plugin can successfully write to the wp-"
453
- "config.php file."
454
- msgstr ""
455
- "افزونه نمی تواند در فایل wp-config.php کدنویسی کند. این ویژگی تنها در صورتی "
456
- "کار می کند که افزونه بتواند در فایل wp-config.php کدنویسی کند."
457
-
458
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:105
459
- msgid "Please enter a value for the DB prefix."
460
- msgstr "لطفا یک مقدار(Value) برای پیشوند دیتابیس وارد کنید."
461
-
462
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:114
463
- msgid ""
464
- "<strong>ERROR</strong>: The table prefix can only contain numbers, letters, "
465
- "and underscores."
466
- msgstr ""
467
- "<strong>خطا</strong>: پیشوند جدول، فقط باید شامل حروف،عدد و یا Underline "
468
- "باشد."
469
-
470
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:122
471
- msgid "Change Database Prefix"
472
- msgstr "تغییر پیشوند دیتابیس"
473
-
474
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:125
475
- msgid ""
476
- "Your WordPress DB is the most important asset of your website because it "
477
- "contains a lot of your site's precious information."
478
- msgstr ""
479
- "دیتابیس وردپرس شما،مهم ترین قسمت سایت شماست؛ زیرا بخش ارزشمند اطلاعات سایت "
480
- "شما در آن است."
481
-
482
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:126
483
- msgid ""
484
- "The DB is also a target for hackers via methods such as SQL injections and "
485
- "malicious and automated code which targets certain tables."
486
- msgstr ""
487
- "دیتابیس همچنین هدفی برای هکرها می باشد که از طریق SQL Injections یا کدهای "
488
- "خرابکارانه خودکار جدولهای خاصی را هدف می گیرند."
489
-
490
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:127
491
- msgid ""
492
- "One way to add a layer of protection for your DB is to change the default "
493
- "WordPress table prefix from \"wp_\" to something else which will be "
494
- "difficult for hackers to guess."
495
- msgstr ""
496
- "یک راه برای حفاظت از دیتابیس، تغییر پیشوند وردپرس برای جدول ها یعنی \"wp_"
497
- "\" ، به چیز دیگری است که حدس زدن آن برای هکرها دشوار باشد."
498
-
499
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:128
500
- msgid ""
501
- "This feature allows you to easily change the prefix to a value of your "
502
- "choice or to a random value set by this plugin."
503
- msgstr ""
504
- "این ویژگی به شما امکان تغییر آسان پیشوند دیتابیس را می دهد؛ شما می توانید از "
505
- "پیشوند دلخواه خودتان یا از پیشوند تصادفی افزونه استفاده کنید."
506
-
507
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:134
508
- msgid "DB Prefix Options"
509
- msgstr "گزینه های تغییر پیشوند دیتابیس"
510
-
511
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:145
512
- #, php-format
513
- msgid "It is recommended that you perform a %s before using this feature"
514
- msgstr "توصیه می شود قبل از استفاده از این ویژگی %s"
515
-
516
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:154
517
- msgid "Current DB Table Prefix"
518
- msgstr "پیشوند فعلی جدول های دیتابیس"
519
-
520
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:160
521
- msgid ""
522
- "Your site is currently using the default WordPress DB prefix value of \"wp_"
523
- "\". \n"
524
- " To increase your site's security you should "
525
- "consider changing the DB prefix value to another value."
526
- msgstr ""
527
- "سایت شما هم اکنون از پیشوند وردپرس یعنی \"wp_\" برای دیتابیس استفاده می "
528
- "کند.\n"
529
- "برای افزایش امنیت سایت،بهتر است شما یک پیشوند دیگر انتخاب کنید"
530
-
531
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:167
532
- msgid "Generate New DB Table Prefix"
533
- msgstr "ساختن یک پیشوند تصادفی جدید برای دیتابیس"
534
-
535
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:170
536
- msgid ""
537
- "Check this if you want the plugin to generate a random 6 character string "
538
- "for the table prefix"
539
- msgstr ""
540
- "اگر می خواهید افزونه یک پیشوند تصادفی 6 کاراکتری برای دیتابیس شما بسازد، این "
541
- "گزینه را تیک بزنید."
542
-
543
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:171
544
- msgid "OR"
545
- msgstr "یا"
546
-
547
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:173
548
- msgid ""
549
- "Choose your own DB prefix by specifying a string which contains letters and/"
550
- "or numbers and/or underscores. Example: xyz_"
551
- msgstr ""
552
- "خودتان یک پیشوند دلخواه به زبان انگلیسی برای دیتابیس بنویسید(پیشوند می تواند "
553
- "شامل حروف،عدد و یا Underline باشد)"
554
-
555
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:177
556
- msgid "Change DB Prefix"
557
- msgstr "تغییر پیشوند دیتابیس"
558
-
559
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:198
560
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:86
561
- msgid "Nonce check failed for manual DB backup operation!"
562
- msgstr "بررسی Nonce برای پشتیبان گیری دستی از دیتابیس، ناموفق بود!"
563
-
564
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:215
565
- msgid ""
566
- "DB Backup was successfully completed! You will receive the backup file via "
567
- "email if you have enabled \"Send Backup File Via Email\", otherwise you can "
568
- "retrieve it via FTP from the following directory:"
569
- msgstr ""
570
- "فایل پشتیبان دیتابیس با موفقیت ایجاد شد. شما یک نسخه از فایل پشتیبان را از "
571
- "طریق ایمیل دریافت می کنید به شرط اینکه گزینه \"ارسال فایل پشتیبان از طریق "
572
- "ایمیل\" را فعال کرده باشید. در غیر این صورت شما می توانید فایل را در آدرس "
573
- "زیر بیابید:"
574
-
575
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:217
576
- msgid "Your DB Backup File location: "
577
- msgstr "محل قرارگیری فایل پشتیبان دیتابیس:"
578
-
579
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:225
580
- msgid "DB Backup failed. Please check the permissions of the backup directory."
581
- msgstr ""
582
- "پشتیبان گیری ناموفق بود! لطفا مجوزهای مسیر ذخیره فایل پشتیبان را بررسی کنید."
583
-
584
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:242
585
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:126
586
- msgid ""
587
- "You entered a non numeric value for the \"backup time interval\" field. It "
588
- "has been set to the default value."
589
- msgstr ""
590
- "شما یک مقدار غیر عددی برای \"بازه زمانی پشتیبان گیری\" وارد کرده اید. بازه "
591
- "زمانی روی مقدار پیش‌فرض تنظیم می شود."
592
-
593
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:249
594
- msgid ""
595
- "You entered a non numeric value for the \"number of backup files to keep\" "
596
- "field. It has been set to the default value."
597
- msgstr ""
598
- "شما یک مقدار غیر عددی برای \"تعداد فایلهای پشتیبانی که باید نگه داشته شود\" "
599
- "وارد کرده اید. تعداد فایل ها روی مقدار پیش‌فرض تنظیم می شود."
600
-
601
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:256
602
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:156
603
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:121
604
- msgid ""
605
- "You have entered an incorrect email address format. It has been set to your "
606
- "WordPress admin email as default."
607
- msgstr ""
608
- "شما یک آدرس ایمیل نامعتبر وارد کرده اید. آدرس ایمیل طبق آدرس ایمیل پیش‌فرض "
609
- "سایت تنظیم می شود."
610
-
611
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:262
612
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:162
613
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:219
614
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:127
615
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:581
616
- msgid "Attention!"
617
- msgstr "توجه!"
618
-
619
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:289
620
- msgid "Manual Backup"
621
- msgstr "پشتیبان گیری دستی"
622
-
623
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:295
624
- msgid "To create a new DB backup just click on the button below."
625
- msgstr "برای ایجاد یک پشتیبان دیتابیس روی کلید زیر کلیک کنید"
626
-
627
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:298
628
- msgid "Create DB Backup Now"
629
- msgstr "ایجاد فایل پشتیبان دیتابیس"
630
-
631
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:302
632
- msgid "Automated Scheduled Backups"
633
- msgstr "پشتیبان گیری خودکار"
634
-
635
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:314
636
- msgid "Enable Automated Scheduled Backups"
637
- msgstr "فعال‌سازی پشتیبان گیری خودکار"
638
-
639
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:317
640
- msgid ""
641
- "Check this if you want the system to automatically generate backups "
642
- "periodically based on the settings below"
643
- msgstr ""
644
- "برای پشتیبان گیری خودکار در بازه های زمانی مختلف، گزینه زیر را تیک بزنید."
645
-
646
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:321
647
- msgid "Backup Time Interval"
648
- msgstr "بازه زمانی پشتیبان گیری"
649
-
650
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:324
651
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:259
652
- msgid "Hours"
653
- msgstr "ساعت"
654
-
655
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:325
656
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:260
657
- msgid "Days"
658
- msgstr "روز"
659
-
660
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:326
661
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:261
662
- msgid "Weeks"
663
- msgstr "هفته"
664
-
665
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:328
666
- msgid "Set the value for how often you would like an automated backup to occur"
667
- msgstr ""
668
- "برای تعیین اینکه هرچند وقت یک بار پشتیبان گیری خودکار انجام شود،یک مقدار "
669
- "وارد کنید"
670
-
671
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:332
672
- msgid "Number of Backup Files To Keep"
673
- msgstr "تعداد فایل های پشتیبان که باید نگه داشته شود"
674
-
675
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:334
676
- msgid ""
677
- "Thie field allows you to choose the number of backup files you would like to "
678
- "keep in the backup directory"
679
- msgstr ""
680
- "این قسمت به شما اجازه می دهد تعیین کنید چه تعداد فایل پشتیبان روی هاست باقی "
681
- "بمانند."
682
-
683
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:338
684
- msgid "Send Backup File Via Email"
685
- msgstr "فرستادن فایل پشتیبان از طریق ایمیل"
686
-
687
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:341
688
- msgid ""
689
- "Check this if you want the system to email you the backup file after a DB "
690
- "backup has been performed"
691
- msgstr ""
692
- "برای اینکه سیستم پس از تهیه هر پشتیبان، یک نسخه برای شما ایمیل کند، این "
693
- "گزینه را تیک بزنید"
694
-
695
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:343
696
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:305
697
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:228
698
- msgid "Enter an email address"
699
- msgstr "یک آدرس ایمیل وارد کنید"
700
-
701
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:373
702
- msgid "Starting DB prefix change operations....."
703
- msgstr "آغاز عملیات تغییر پیشوند دیتابیس"
704
-
705
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:375
706
- #, php-format
707
- msgid ""
708
- "Your WordPress system has a total of %s tables and your new DB prefix will "
709
- "be: %s"
710
- msgstr ""
711
- "سیستم وردپرس شما در کل %s جدول دارد و پیشوند جدید دیتابیس شما %s خواهد بود."
712
-
713
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:381
714
- #: all-in-one-wp-security/classes/wp-security-utility.php:206
715
- msgid ""
716
- "Failed to make a backup of the wp-config.php file. This operation will not "
717
- "go ahead."
718
- msgstr "خطا در پشتیبان گیری از فایل wp-config.php. عملیات متوقف شد."
719
-
720
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:385
721
- msgid "A backup copy of your wp-config.php file was created successfully!"
722
- msgstr "یک پشتیبان از فایل wp-config.php شما با موفقیت ایجاد شد!"
723
-
724
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:408
725
- #, php-format
726
- msgid "%s table name update failed"
727
- msgstr "بروزرسانی نام جدول %s ناموفق بود"
728
-
729
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:420
730
- #, php-format
731
- msgid "Please change the prefix manually for the above tables to: %s"
732
- msgstr "لطفا پیشوند جدول(های) فوق را به صورت دستی به %s تغییر دهید."
733
-
734
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:423
735
- #, php-format
736
- msgid "%s tables had their prefix updated successfully!"
737
- msgstr "%s جدول، پیشوندشان به خوبی بروز شد."
738
-
739
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:438
740
- msgid "wp-config.php file was updated successfully!"
741
- msgstr "فایل wp-config.php به خوبی بروز شد!"
742
-
743
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:441
744
- #, php-format
745
- msgid ""
746
- "The \"wp-config.php\" file was not able to be modified. Please modify this "
747
- "file manually using your favourite editor and search \n"
748
- " for variable \"$table_prefix\" and assign the following "
749
- "value to that variable: %s"
750
- msgstr ""
751
- "فایل wp-config.php قابل ویرایش نیست. لطفا به صورت دستی فایل را باز کرده \n"
752
- " و متغیر \"$table_prefix\" را بیابید. سپس مقدار آن را به %s تغییر دهید."
753
-
754
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:462
755
- msgid "There was an error when updating the options table."
756
- msgstr "هنگام بروز کردن جدول Options خطایی رخ داد."
757
-
758
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:466
759
- msgid ""
760
- "The options table records which had references to the old DB prefix were "
761
- "updated successfully!"
762
- msgstr ""
763
- "رکوردهای جدول Options که به پیشوند قبلی دیتابیس ارجاع داشتند، به خوبی بروز "
764
- "شدند!"
765
-
766
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:491
767
- #, php-format
768
- msgid ""
769
- "Error updating user_meta table where new meta_key = %s, old meta_key = %s "
770
- "and user_id = %s."
771
- msgstr ""
772
- "خطا در بروز رسانی جدول user_meta در جایی که meta_key جدید = %s ، meta_key "
773
- "قدیمی = %s و user_id = %s است."
774
-
775
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:497
776
- msgid ""
777
- "The usermeta table records which had references to the old DB prefix were "
778
- "updated successfully!"
779
- msgstr ""
780
- "رکوردهای جدول Usermeta که به پیشوند قبلی دیتابیس ارجاع داشتند، به خوبی بروز "
781
- "شدند!"
782
-
783
- #: all-in-one-wp-security/admin/wp-security-database-menu.php:499
784
- msgid "DB prefix change tasks have been completed."
785
- msgstr "عملیات تغییر پیشوند دیتابیس با موفقیت به پایان رسید."
786
-
787
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:22
788
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:94
789
- msgid "File Change Detection"
790
- msgstr "شناسایی تغییر فایل"
791
-
792
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:93
793
- msgid "Nonce check failed for manual file change detection scan operation!"
794
- msgstr "بررسی Nonce برای شناسایی دستی تغییر فایل ناموفق بود!"
795
-
796
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:100
797
- msgid ""
798
- "The plugin has detected that this is your first file change detection scan. "
799
- "The file details from this scan will be used to detect file changes for "
800
- "future scans!"
801
- msgstr ""
802
- "این نخستین اسکن شما برای تغییر فایل است.برای شناسایی تغییر فایل در اسکن های "
803
- "آینده از جزییات این اسکن استفاده می شود."
804
-
805
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:194
806
- msgid ""
807
- "NEW SCAN COMPLETED: The plugin has detected that you have made changes to "
808
- "the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
809
- " In order to ensure that future scan results are "
810
- "accurate, the old scan data has been refreshed."
811
- msgstr ""
812
- "اسکن جدید انجام شد. افزونه تشخیص داده که شما تغییراتی در \"فرمت هایی که باید "
813
- "چشم پوشی شود\" یا \"فایل هایی که باید چشم پوشی شود\" ایجاد کرده اید.\n"
814
- "برای اطمینان از اینکه نتایج اسکن های آینده دقیق خواهند بود، نتایج اسکن قدیمی "
815
- "بروز شد."
816
-
817
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:204
818
- msgid ""
819
- "All In One WP Security & Firewall has detected that there was a change in "
820
- "your host's files."
821
- msgstr "امنیت فراگیر وردپرس یک تغییر در فایل‌های هاست شما شناسایی کرده است."
822
-
823
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:206
824
- msgid "View Scan Details & Clear This Message"
825
- msgstr "مشاهده نتایج اسکن و پاک کردن این پیغام"
826
-
827
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:215
828
- msgid ""
829
- "If given an opportunity hackers can insert their code or files into your "
830
- "system which they can then use to carry out malicious acts on your site."
831
- msgstr ""
832
- "اگر به هکرها امکان داده شود آنها می توانند فایلها یا کدهای خود را وارد "
833
- "سیستم شما کرده و از طریق آنها اعمال خرابکارانه روی سایت شما انجام دهند."
834
-
835
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:216
836
- msgid ""
837
- "Being informed of any changes in your files can be a good way to quickly "
838
- "prevent a hacker from causing damage to your website."
839
- msgstr ""
840
- "آگاهی همیشگی از تغییر فایل‌ها راه بسیار خوبی برای جلوگیری از خرابکاری یک هکر "
841
- "در سایت شماست."
842
-
843
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:217
844
- msgid ""
845
- "In general, WordPress core and plugin files and file types such as \".php\" "
846
- "or \".js\" should not change often and when they do, it is important that "
847
- "you are made aware when a change occurs and which file was affected."
848
- msgstr ""
849
- "معمولا فایل‌های هسته وردپرس،فایل های افزونه‌ها و همچنین فایلهایی مانند \".php"
850
- "\" یا \".js\" خیلی کم تغییر می‌کنند و این مهم است که هرگاه این فایلها تغییر "
851
- "کردند بلافاصله شما باخبر شوید."
852
-
853
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:218
854
- msgid ""
855
- "The \"File Change Detection Feature\" will notify you of any file change "
856
- "which occurs on your system, including the addition and deletion of files by "
857
- "performing a regular automated or manual scan of your system's files."
858
- msgstr ""
859
- " \"ویژگی تشخیص تغییر فایل‌ها\" با انجام یک اسکن خودکار یا دستی، هر گاه تغییری "
860
- "شامل پاک شدن یا افزوده شدن در فایل های شما اتفاق بیفتد، شما را با خبر می "
861
- "سازد."
862
-
863
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:219
864
- msgid ""
865
- "This feature also allows you to exclude certain files or folders from the "
866
- "scan in cases where you know that they change often as part of their normal "
867
- "operation. (For example log files and certain caching plugin files may "
868
- "change often and hence you may choose to exclude such files from the file "
869
- "change detection scan)"
870
- msgstr ""
871
- "این ویژگی همچنین به شما اجازه می دهد تا فایلها و پوشه های مشخصی را (که می "
872
- "دانید اغلب تغییر می کنند) از لیست اسکن خارج کنید.(برای مثال فایلهای گزارش "
873
- "(Log) )"
874
-
875
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:224
876
- msgid "Manual File Change Detection Scan"
877
- msgstr "اسکن شناسایی تغییر فایل به صورت دستی"
878
-
879
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:230
880
- msgid ""
881
- "To perform a manual file change detection scan click on the button below."
882
- msgstr ""
883
- "برای انجام یک اسکن شناسایی تغییر فایل به صورت دستی روی دکمه زیر کلیک کنید."
884
-
885
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:233
886
- msgid "Perform Scan Now"
887
- msgstr "انجام اسکن"
888
-
889
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:237
890
- msgid "File Change Detection Settings"
891
- msgstr "تنظیمات شناسایی تغییر فایل"
892
-
893
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:249
894
- msgid "Enable Automated File Change Detection Scan"
895
- msgstr "فعال کردن شناسایی تغییر فایل به طور خودکار"
896
-
897
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:252
898
- msgid ""
899
- "Check this if you want the system to automatically/periodically scan your "
900
- "files to check for file changes based on the settings below"
901
- msgstr ""
902
- "برای اسکن خودکار/زمان‌بندی شده فایل ها بر اساس تنظیمات زیر، این گزینه را تیک "
903
- "بزنید"
904
-
905
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:256
906
- msgid "Scan Time Interval"
907
- msgstr "بازه زمانی اسکن"
908
-
909
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:263
910
- msgid "Set the value for how often you would like a scan to occur"
911
- msgstr "تعیین کنید هر چند وقت یک بار اسکن انجام شود "
912
-
913
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:267
914
- msgid "File Types To Ignore"
915
- msgstr "فرمت هایی که باید چشم پوشی شود"
916
-
917
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:270
918
- msgid ""
919
- "Enter each file type or extension on a new line which you wish to exclude "
920
- "from the file change detection scan."
921
- msgstr "در هر خط فرمت هایی که می خواهید اسکن نشوند را وارد کنید"
922
-
923
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:274
924
- msgid ""
925
- "You can exclude file types from the scan which would not normally pose any "
926
- "security threat if they were changed. These can include things such as image "
927
- "files."
928
- msgstr ""
929
- "شما می توانید فرمت فایلهایی را که تغییر آنها به طور معمول خطری برای سیستم "
930
- "ندارد، از اسکن شدن بازدارید. برای نمونه فرمت فایلهای تصویری."
931
-
932
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:275
933
- msgid ""
934
- "Example: If you want the scanner to ignore files of type jpg, png, and bmp, "
935
- "then you would enter the following:"
936
- msgstr ""
937
- "نمونه: اگر شما می خواهید که اسکنر فایلهایی با پسوند jpg، png و bmp را اسکن "
938
- "نکند آنها را به شکل زیر وارد کنید:"
939
-
940
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:276
941
- msgid "jpg"
942
- msgstr "jpg"
943
-
944
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:277
945
- msgid "png"
946
- msgstr "png"
947
-
948
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:278
949
- msgid "bmp"
950
- msgstr "bmp"
951
-
952
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:284
953
- msgid "Files/Directories To Ignore"
954
- msgstr "فایل‌ها/ مسیرهایی که باید چشم پوشی شود:"
955
-
956
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:287
957
- msgid ""
958
- "Enter each file or directory on a new line which you wish to exclude from "
959
- "the file change detection scan."
960
- msgstr "در هر خط فایل‌ها و مسیرهایی را که می خواهید اسکن نشوند وارد کنید."
961
-
962
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:291
963
- msgid ""
964
- "You can exclude specific files/directories from the scan which would not "
965
- "normally pose any security threat if they were changed. These can include "
966
- "things such as log files."
967
- msgstr ""
968
- "شما می توانید فایلها و مسیرهایی را که تغییر آنها به طور معمول خطری برای "
969
- "سیستم ندارد، از اسکن شدن بازدارید. برای نمونه فایلهای گزارش (Log)"
970
-
971
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:292
972
- msgid ""
973
- "Example: If you want the scanner to ignore certain files in different "
974
- "directories or whole directories, then you would enter the following:"
975
- msgstr ""
976
- "نمونه: اگر شما می‌خواهید که اسکنر فایل های خاصی را در مسیر های مختلف و یا کل "
977
- "مسیرها اسکن نکند، آنها را به شکل زیر وارد کنید:"
978
-
979
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:293
980
- msgid "cache/config/master.php"
981
- msgstr "cache/config/master.php"
982
-
983
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:294
984
- msgid "somedirectory"
985
- msgstr "somedirectory"
986
-
987
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:300
988
- msgid "Send Email When Change Detected"
989
- msgstr "هنگامی که تغییر فایل شناسایی شد به من ایمیل بفرست"
990
-
991
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:303
992
- msgid ""
993
- "Check this if you want the system to email you if a file change was detected"
994
- msgstr ""
995
- "اگر می خواهید سیستم وقتی یک تغییر فایل را شناسایی کرد به شما ایمیل بفرستد "
996
- "این گزینه را تیک بزنید"
997
-
998
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:335
999
- msgid "Latest File Change Scan Results"
1000
- msgstr "واپسین نتایج تغییرات فایل"
1001
-
1002
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:344
1003
- msgid "The following files were added to your host."
1004
- msgstr "فایلهای زیر به هاست شما اضافه شده اند."
1005
-
1006
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:347
1007
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:368
1008
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:392
1009
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:26
1010
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:27
1011
- msgid "File"
1012
- msgstr "فایل"
1013
-
1014
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:348
1015
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:369
1016
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:393
1017
- msgid "File Size"
1018
- msgstr "اندازه فایل"
1019
-
1020
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:349
1021
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:370
1022
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:394
1023
- msgid "File Modified"
1024
- msgstr "اصلاح شدن فایل"
1025
-
1026
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:365
1027
- msgid "The following files were removed from your host."
1028
- msgstr "فایل‌های زیر از هاست شما پاک شدند."
1029
-
1030
- #: all-in-one-wp-security/admin/wp-security-filescan-menu.php:389
1031
- msgid "The following files were changed on your host."
1032
- msgstr "فایل‌های زیر در هاست شما تغییر کرده اند"
1033
-
1034
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:26
1035
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:63
1036
- msgid "File Permissions"
1037
- msgstr "مجوزهای فایل"
1038
-
1039
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:27
1040
- msgid "PHP File Editing"
1041
- msgstr "ویرایش فایل PHP"
1042
-
1043
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:28
1044
- msgid "WP File Access"
1045
- msgstr "دسترسی به فایلهای وردپرس"
1046
-
1047
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:29
1048
- msgid "Host System Logs"
1049
- msgstr "گزارش‌های سیستم هاست"
1050
-
1051
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:96
1052
- #, php-format
1053
- msgid "The permissions for %s were succesfully changed to %s"
1054
- msgstr "مجوزها برای %s به خوبی به %s تغییر کردند."
1055
-
1056
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:100
1057
- #, php-format
1058
- msgid "Unable to change permissions for %s!"
1059
- msgstr "ناتوانی در تغییر مجوزها برای %s !"
1060
-
1061
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:106
1062
- msgid "File Permissions Scan"
1063
- msgstr "اسکن مجوزهای فایل"
1064
-
1065
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:109
1066
- msgid ""
1067
- "Your WordPress file and folder permission settings govern the accessability "
1068
- "and read/write privileges of the files and folders which make up your WP "
1069
- "installation."
1070
- msgstr ""
1071
- "دسترسی و اجازه خواندن و نوشتن فایل ها و پوشه هایی که وردپرس را می سازند، "
1072
- "توسط مجوزهای فایل کنترل می شود."
1073
-
1074
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:110
1075
- msgid ""
1076
- "Your WP installation already comes with reasonably secure file permission "
1077
- "settings for the filesystem."
1078
- msgstr "نسخه وردپرس شما به صورت پیش‌فرض با تنظیمات درست مجوزهای فایل عرضه می‌شود"
1079
-
1080
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:111
1081
- msgid ""
1082
- "However, sometimes people or other plugins modify the various permission "
1083
- "settings of certain core WP folders or files such that they end up making "
1084
- "their site less secure because they chose the wrong permission values."
1085
- msgstr ""
1086
- "با این حال،گاهی مردم یا سایر افزونه ها تنظیمات این مجوزها را برای فایلهای "
1087
- "هسته وردپرس به شکل نادرستی تغییر می‌دهند و این در نهایت باعث ناامن شدن سایت "
1088
- "می شود."
1089
-
1090
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:112
1091
- msgid ""
1092
- "This feature will scan the critical WP core folders and files and will "
1093
- "highlight any permission settings which are insecure."
1094
- msgstr ""
1095
- "این ویژگی فایل‌ها و پوشه‌های مهم هسته وردپرس را اسکن می کند؛ سپس هر تنظیمات "
1096
- "مجوزی را که ناامن باشد مشخص می کند."
1097
-
1098
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:118
1099
- msgid "WP Directory and File Permissions Scan Results"
1100
- msgstr "نتایج اسکن مسیر نصب وردپرس و مجوزهای فایل"
1101
-
1102
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:131
1103
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:150
1104
- msgid "File/Folder"
1105
- msgstr "فایل/پوشه"
1106
-
1107
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:132
1108
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:151
1109
- msgid "Current Permissions"
1110
- msgstr "مجوزهای فعلی"
1111
-
1112
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:133
1113
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:152
1114
- msgid "Recommended Permissions"
1115
- msgstr "مجوزهای پیشنهادی"
1116
-
1117
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:134
1118
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:153
1119
- msgid "Recommended Action"
1120
- msgstr "کار پیشنهادی"
1121
-
1122
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:191
1123
- msgid "Your PHP file editing settings were saved successfully."
1124
- msgstr "تنظیمات ویرایش فایل PHP با موفقیت ذخیره شد."
1125
-
1126
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:195
1127
- msgid ""
1128
- "Operation failed! Unable to modify or make a backup of wp-config.php file!"
1129
- msgstr ""
1130
- "عملیات ناموفق بود! ناتوانی در اصلاح یا تهیه فایل پشتیبان از فایل wp-config."
1131
- "php !"
1132
-
1133
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:201
1134
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:65
1135
- msgid "File Editing"
1136
- msgstr "ویرایش فایل"
1137
-
1138
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:204
1139
- msgid ""
1140
- "The Wordpress Dashboard by default allows administrators to edit PHP files, "
1141
- "such as plugin and theme files."
1142
- msgstr ""
1143
- "پیشخوان وردپرس به طور پیش‌فرض به مدیران سایت اجازه ویرایش فایل‌های PHP (مانند "
1144
- "فایل‌های پوسته ها و افزونه ها) را می‌دهد."
1145
-
1146
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:205
1147
- msgid ""
1148
- "This is often the first tool an attacker will use if able to login, since it "
1149
- "allows code execution."
1150
- msgstr ""
1151
- "معمولا این نخستین راهی است که یک هکر در صورت ورود به سایت از آن استفاده می "
1152
- "کند؛ زیرا از این طریق می تواند کدهای خودش را اجرا کند.\v"
1153
-
1154
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:206
1155
- msgid ""
1156
- "This feature will disable the ability for people to edit PHP files via the "
1157
- "dashboard."
1158
- msgstr ""
1159
- "این ویژگی امکان ویرایش فایل های PHP از طریق پیشخوان وردپرس را غیرفعال می کند."
1160
-
1161
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:212
1162
- msgid "Disable PHP File Editing"
1163
- msgstr "غیرفعال کردن ویرایش فایل PHP"
1164
-
1165
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:224
1166
- msgid "Disable Ability To Edit PHP Files"
1167
- msgstr "غیرفعال کردن ویرایش فایل‌های PHP"
1168
-
1169
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:227
1170
- msgid ""
1171
- "Check this if you want to remove the ability for people to edit PHP files "
1172
- "via the WP dashboard"
1173
- msgstr ""
1174
- "اگر می خواهید اجازه ویرایش فایل‌های PHP از طریق پیشخوان وردپرس را غیرفعال "
1175
- "کنید این گزینه را تیک بزنید."
1176
-
1177
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:271
1178
- msgid ""
1179
- "You have successfully saved the Prevent Access to Default WP Files "
1180
- "configuration."
1181
- msgstr ""
1182
- "شما با موفقیت تنظیمات \"جلوگیری از دسترسی به فایل‌های وردپرس\" را ذخیره کردید."
1183
-
1184
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:275
1185
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:115
1186
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:269
1187
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:480
1188
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:619
1189
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:106
1190
- msgid ""
1191
- "Could not write to the .htaccess file. Please check the file permissions."
1192
- msgstr ""
1193
- "نمی توان در فایل .htaccess چیزی نوشت.لطفا مجوزهای این فایل را بررسی کنید."
1194
-
1195
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:280
1196
- msgid "WordPress Files"
1197
- msgstr "فایل‌های وردپرس"
1198
-
1199
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:283
1200
- #, php-format
1201
- msgid ""
1202
- "This feature allows you to prevent access to files such as %s, %s and %s "
1203
- "which are delivered with all WP installations."
1204
- msgstr ""
1205
- "این ویژگی امکان جلوگیری از دسترسی به فایل‌‎هایی مانند %s ، %s و %s را فراهم می "
1206
- "کند. این فایل‌ها به همراه هر نگارش وردپرس عرضه می شوند."
1207
-
1208
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:284
1209
- msgid ""
1210
- "By preventing access to these files you are hiding some key pieces of "
1211
- "information (such as WordPress version info) from potential hackers."
1212
- msgstr ""
1213
- "با جلوگیری از دسترسی به این فایل‌ها شما تعدادی از اطلاعات کلیدی (مانند نسخه "
1214
- "وردپرس) را از چشم هکرها پنهان می کنید."
1215
-
1216
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:289
1217
- msgid "Prevent Access to Default WP Files"
1218
- msgstr "جلوگیری از دسترسی به فایل‌های پیش‌فرض وردپرس"
1219
-
1220
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:300
1221
- msgid "Prevent Access to WP Default Install Files"
1222
- msgstr "جلوگیری از دسترسی به فایل‌های نصب پیش‌فرض وردپرس"
1223
-
1224
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:303
1225
- msgid ""
1226
- "Check this if you want to prevent access to readme.html, license.txt and wp-"
1227
- "config-sample.php."
1228
- msgstr ""
1229
- "اگر می خواهید جلو دسترسی به فایل‌های readme.html، license.txt و wp-config-"
1230
- "sample.php را بگیرید، این گزینه را تیک بزنید."
1231
-
1232
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:307
1233
- msgid "Save Setting"
1234
- msgstr "ذخیره تنظیمات"
1235
-
1236
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:331
1237
- msgid "System Logs"
1238
- msgstr "گزارش‌های سیستم"
1239
-
1240
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:334
1241
- msgid ""
1242
- "Sometimes your hosting platform will produce error or warning logs in a file "
1243
- "called \"error_log\"."
1244
- msgstr ""
1245
- "گاهی سیستم هاست شما گزارش‌های خطا یا هشدار در قالب فایل \"error_log\" تولید "
1246
- "می کند."
1247
-
1248
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:335
1249
- msgid ""
1250
- "Depending on the nature and cause of the error or warning, your hosting "
1251
- "server can create multiple instances of this file in numerous directory "
1252
- "locations of your WordPress installation."
1253
- msgstr ""
1254
- "بسته به نوع و دلیل بروز خطا یا هشدار، سیستم هاست شما می‌تواند چندین نسخه از "
1255
- "این فایل را در مسیرهای مختلف وردپرس ایجاد کند."
1256
-
1257
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:336
1258
- msgid ""
1259
- "By occassionally viewing the contents of these logs files you can keep "
1260
- "informed of any underlying problems on your system which you might need to "
1261
- "address."
1262
- msgstr ""
1263
- "با دیدن گاه به گاه درونمایه این فایل‌های گزارش شما می توانید از همه مشکلات "
1264
- "پنهان سیستم آگاه شوید."
1265
-
1266
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:342
1267
- msgid "View System Logs"
1268
- msgstr "دیدن گزارش‌های سیستم"
1269
-
1270
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:347
1271
- msgid "Enter System Log File Name"
1272
- msgstr "ورود نام فایل گزارش"
1273
-
1274
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:349
1275
- msgid "Enter your system log file name. (Defaults to error_log)"
1276
- msgstr "نام فایل‌ گزارش سیستم خود را وارد کنید. (پیش‌فرض error_log است)"
1277
-
1278
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:352
1279
- msgid "View Latest System Logs"
1280
- msgstr "دیدن تازه‌ترین گزارش های سیستم"
1281
-
1282
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:354
1283
- msgid "Loading..."
1284
- msgstr "بارگذاری..."
1285
-
1286
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:371
1287
- msgid "No system logs were found!"
1288
- msgstr "هیچ گزارشی یافت نشد!"
1289
-
1290
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:424
1291
- msgid "Set Recommended Permissions"
1292
- msgstr "تنظیم مجوزهای پیشنهادی"
1293
-
1294
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:430
1295
- msgid "No Action Required"
1296
- msgstr "کاری نیاز نیست."
1297
-
1298
- #: all-in-one-wp-security/admin/wp-security-filesystem-menu.php:470
1299
- #, php-format
1300
- msgid "Showing latest entries of error_log file: %s"
1301
- msgstr "نمایش تازه ترین نوشته‌های فایل error_log : %s"
1302
-
1303
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:25
1304
- msgid "Basic Firewall Rules"
1305
- msgstr "دستورهای پایه دیوارآتش"
1306
-
1307
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:26
1308
- msgid "Additional Firewall Rules"
1309
- msgstr "دستورهای اضافی دیوارآتش"
1310
-
1311
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:27
1312
- msgid "5G Blacklist Firewall Rules"
1313
- msgstr "دستورهای دیوارآتش لیست سیاه 5G"
1314
-
1315
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:28
1316
- msgid "Brute Force Prevention"
1317
- msgstr "جلوگیری از Brute Force"
1318
-
1319
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:111
1320
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:102
1321
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:96
1322
- msgid "Settings were successfully saved"
1323
- msgstr "تنظیمات به خوبی ذخیره شد."
1324
-
1325
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:120
1326
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:485
1327
- msgid "Firewall Settings"
1328
- msgstr "تنظیمات دیوارآتش"
1329
-
1330
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:127
1331
- #, php-format
1332
- msgid ""
1333
- "This should not have any impact on your site's general functionality but if "
1334
- "you wish you can take a %s of your .htaccess file before proceeding."
1335
- msgstr ""
1336
- "این کار نباید هیچ‌گونه آسیبی به کارایی سایت شما وارد کند اما شما اگر بخواهید "
1337
- "می توانید یک %s از فایل .htaccess خود بگیرید."
1338
-
1339
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:128
1340
- msgid ""
1341
- "The features in this tab allow you to activate some basic firewall security "
1342
- "protection rules for your site."
1343
- msgstr "این ویژگی"
1344
-
1345
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:129
1346
- msgid ""
1347
- "The firewall functionality is achieved via the insertion of special code "
1348
- "into your currently active .htaccess file."
1349
- msgstr ""
1350
- "کارایی دیوارآتش از راه وارد کردن کدهای ویژه در فایل .htaccess شما به دست می "
1351
- "آید."
1352
-
1353
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:135
1354
- msgid "Basic Firewall Settings"
1355
- msgstr "تنظیمات پایه دیوارآتش"
1356
-
1357
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:143
1358
- msgid "Enable Basic Firewall Protection"
1359
- msgstr "به کار انداختن محافظت دیوارآتش پایه"
1360
-
1361
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:146
1362
- msgid "Check this if you want to apply basic firewall protection to your site."
1363
- msgstr ""
1364
- "اگر می‌خواهید محافظت پایه دیوارآتش روی سایت شما به کار گرفته شود، این گزینه "
1365
- "را تیک بزنید."
1366
-
1367
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:150
1368
- msgid ""
1369
- "This setting will implement the following basic firewall protection "
1370
- "mechanisms on your site:"
1371
- msgstr "این تنظیم ساز و کارهای محفاظت زیر را در سایت شما به کار می گیرد:"
1372
-
1373
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:151
1374
- msgid "1) Protect your htaccess file by denying access to it."
1375
- msgstr "1) حفاظت از فایل .htaccess به وسیله جلوگیری از دسترسی به آن"
1376
-
1377
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:152
1378
- msgid "2) Disable the server signature."
1379
- msgstr "2) از کار انداختن امضای سرور (server signature)"
1380
-
1381
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:153
1382
- msgid "3) Limit file upload size (10MB)."
1383
- msgstr "3) محدود کردن حجم قابل آپلود (10 مگابایت)"
1384
-
1385
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:154
1386
- msgid "4) Protect your wp-config.php file by denying access to it."
1387
- msgstr "4) حفاظت از فایل wp-config.php به وسیله جلوگیری از دسترسی به آن"
1388
-
1389
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:155
1390
- msgid ""
1391
- "The above firewall features will be applied via your .htaccess file and "
1392
- "should not affect your site's overall functionality."
1393
- msgstr ""
1394
- "حفاظت های بالا از راه فایل .htaccess شما به کار گرفته می شود و نبایستی به "
1395
- "کارایی سایت شما آسیب بزند."
1396
-
1397
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:156
1398
- msgid ""
1399
- "You are still advised to take a backup of your active .htaccess file just in "
1400
- "case."
1401
- msgstr "هنوز هم به شما سفارش می‌شود از فایل .htaccess خود پشتیبان بگیرید."
1402
-
1403
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:165
1404
- msgid "WordPress Pingback Vulnerability Protection"
1405
- msgstr "حفاظت آسیب‌پذیری Pingback وردپرس"
1406
-
1407
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:173
1408
- msgid "Enable Pingback Protection"
1409
- msgstr "فعال کردن حفاظت Pingback"
1410
-
1411
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:176
1412
- msgid ""
1413
- "Check this if you are not using the WP XML-RPC functionality and you want to "
1414
- "enable protection against WordPress pingback vulnerabilities."
1415
- msgstr ""
1416
- "این گزینه را تیک بزنید اگر از کارایی WP XML-RPC استفاده نمی‌کنید و می‌خواهید "
1417
- "از آسیب‌پذیری Pingback وردپرس حفاظت کنید."
1418
-
1419
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:180
1420
- msgid ""
1421
- "This setting will add a directive in your .htaccess to disable access to the "
1422
- "WordPress xmlrpc.php file which is responsible for the XML-RPC functionality "
1423
- "such as pingbacks in WordPress."
1424
- msgstr ""
1425
- "این تنظیم یک دستور‌دهنده (directive) در فایل .htaceess شما وارد می‌کند. این "
1426
- "دستوردهنده دسترسی به فایل xmlrpc.php وردپرس را قطع می‌کند.این فایل مسئولیت "
1427
- "کارایی‌های XML-RPC (مانند pingback) را برعهده دارد."
1428
-
1429
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:181
1430
- msgid ""
1431
- "Hackers can exploit various pingback vulnerabilities in the WordPress XML-"
1432
- "RPC API in a number of ways such as:"
1433
- msgstr ""
1434
- "هکرها می‌توانند از آسیب‌پذیری های مختلف Pingback در XML-RPC API وردپرس "
1435
- "استفاده کنند. تعدادی از این راه‌ها در زیر نوشته شده:"
1436
-
1437
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:182
1438
- msgid "1) Denial of Service (DoS) attacks"
1439
- msgstr "1) حمله‌های رد سرویس (DoS)"
1440
-
1441
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:183
1442
- msgid "2) Hacking internal routers."
1443
- msgstr "2) هک کردن مسیریاب های داخلی"
1444
-
1445
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:184
1446
- msgid "3) Scanning ports in internal networks to get info from various hosts."
1447
- msgstr ""
1448
- "3) اسکن پورت‌ها در شبکه‌های داخلی؛برای بدست آوردن اطلاعات از هاست‌های مختلف"
1449
-
1450
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:185
1451
- msgid ""
1452
- "Apart from the security protection benefit, this feature may also help "
1453
- "reduce load on your server, particularly if your site currently has a lot of "
1454
- "unwanted traffic hitting the XML-RPC API on your installation."
1455
- msgstr ""
1456
- "جدا از مسئله امنیتی، این ویژگی فشار روی سِرور شما را کم می‌کند؛ چنانچه سایت "
1457
- "شما در حال حاضر دارای حجم بزرگی از ترافیک‌ ناخواسته است (که بوسیله XML-RPC "
1458
- "API بوجود می‎‌آید)."
1459
-
1460
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:186
1461
- msgid ""
1462
- "NOTE: You should only enable this feature if you are not currently using the "
1463
- "XML-RPC functionality on your WordPress installation."
1464
- msgstr ""
1465
- "توجه: چنانچه شما از قابلیت XML-RPC استفاده می‌کنید، نباید این ویژگی را فعال "
1466
- "کنید."
1467
-
1468
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:193
1469
- msgid "Save Basic Firewall Settings"
1470
- msgstr "ذخیره تنظیمات دیوارآتش پایه"
1471
-
1472
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:265
1473
- msgid ""
1474
- "You have successfully saved the Additional Firewall Protection configuration"
1475
- msgstr "شما با موفقیت تنظیمات اضافی دیوار آتش را ذخیره کردید."
1476
-
1477
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:279
1478
- msgid "Additional Firewall Protection"
1479
- msgstr "موارد اضافی دیوار آتش"
1480
-
1481
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:283
1482
- #, php-format
1483
- msgid ""
1484
- "Due to the nature of the code being inserted to the .htaccess file, this "
1485
- "feature may break some functionality for certain plugins and you are "
1486
- "therefore advised to take a %s of .htaccess before applying this "
1487
- "configuration."
1488
- msgstr ""
1489
- "با توجه به ماهیت کدهایی که در فایل .htaccess وارد می‌شود، این ویژگی ممکن است "
1490
- "کارکرد بعضی از افزونه‌ها را مختل کند. از این رو به شما سفارش می‌شود حتما قبل "
1491
- "از به کارگیری این ویژگی، یک %s ."
1492
-
1493
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:285
1494
- msgid ""
1495
- "This feature allows you to activate more advanced firewall settings to your "
1496
- "site."
1497
- msgstr "این ویژگی به شما امکان فعال‌سازی تنظیمات پیشرفته دیوارآتش را می دهد."
1498
-
1499
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:286
1500
- msgid ""
1501
- "The advanced firewall rules are applied via the insertion of special code to "
1502
- "your currently active .htaccess file."
1503
- msgstr ""
1504
- "ویژگی‌های پیشرفته دیوارآتش از راه وارد کردن کدهای مخصوص در فایل .htaccess "
1505
- "شما، به کار گرفته می‌شود."
1506
-
1507
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:295
1508
- msgid "Listing of Directory Contents"
1509
- msgstr "فهرست کردن محتوای دایرکتوری"
1510
-
1511
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:304
1512
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:80
1513
- msgid "Disable Index Views"
1514
- msgstr "از کار انداختن مشاهده محتوا به صورت فهرست (Index Views)"
1515
-
1516
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:307
1517
- msgid "Check this if you want to disable directory and file listing."
1518
- msgstr ""
1519
- "اگر می‌خواهید فهرست کردن دایرکتوری و فایل‌ها را از کار بندازید، این گزینه را "
1520
- "تیک بزنید."
1521
-
1522
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:312
1523
- msgid ""
1524
- "By default, an Apache server will allow the listing of the contents of a "
1525
- "directory if it doesn't contain an index.php file."
1526
- msgstr ""
1527
- "به صورت پیش‌فرض، سرور آپاچی اجازه فهرست کردن محتوای یک دایرکتوری را می‌دهد.(در "
1528
- "صورت نبودن فایل index.php در آن دایرکتوری)"
1529
-
1530
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:314
1531
- msgid "This feature will prevent the listing of contents for all directories."
1532
- msgstr ""
1533
- "این ویژگی امکان فهرست کردن محتوا را برای تمام دایرکتوری‌ها غیرفعال می‌کند."
1534
-
1535
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:316
1536
- msgid ""
1537
- "NOTE: In order for this feature to work \"AllowOverride\" must be enabled in "
1538
- "your httpd.conf file. Ask your hosting provider to check this if you don't "
1539
- "have access to httpd.conf"
1540
- msgstr ""
1541
- "توجه: برای به کارگیری این ویژگی باید \"AllowOverride\" در فایل httpd.conf "
1542
- "فعال شده باشد. چنانچه به این فایل دسترسی ندارید از ارائه دهنده خدمات هاست "
1543
- "خود بخواهید این مورد را بررسی کند."
1544
-
1545
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:325
1546
- msgid "Trace and Track"
1547
- msgstr "ردیابی و رهگیری"
1548
-
1549
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:334
1550
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:81
1551
- msgid "Disable Trace and Track"
1552
- msgstr "از کار انداختن ردیابی و رهگیری"
1553
-
1554
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:337
1555
- msgid "Check this if you want to disable trace and track."
1556
- msgstr "اگر می‌خواهید ردیابی و رهگیری را از کار بندازید این گزینه را تیک بزنید."
1557
-
1558
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:342
1559
- msgid ""
1560
- "HTTP Trace attack (XST) can be used to return header requests and grab "
1561
- "cookies and other information."
1562
- msgstr ""
1563
- "حمله ردیابی HTTP یا XST می‌تواند برای بازگرداندن درخواست‌های Header و گرفتن "
1564
- "کوکی ها و دیگر اطلاعات استفاده شود."
1565
-
1566
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:344
1567
- msgid ""
1568
- "This hacking technique is usually used together with cross site scripting "
1569
- "attacks (XSS)."
1570
- msgstr ""
1571
- "این تکنیک هک کردن معمولا همراه با حمله‌های برنامه نویسی متقابل سایت (XSS) "
1572
- "استفاده می‌شود."
1573
-
1574
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:346
1575
- msgid ""
1576
- "Disabling trace and track on your site will help prevent HTTP Trace attacks."
1577
- msgstr ""
1578
- "از کار انداختن ردیابی و رهگیری روی سایت شما از بروز حملات ردیابی HTTP "
1579
- "جلوگیری می‌کند."
1580
-
1581
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:355
1582
- msgid "Proxy Comment Posting"
1583
- msgstr "فرستادن دیدگاه از راه پراکسی"
1584
-
1585
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:365
1586
- msgid "Forbid Proxy Comment Posting"
1587
- msgstr "ممنوع کردن فرستادن دیدگاه از راه پراکسی"
1588
-
1589
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:368
1590
- msgid "Check this if you want to forbid proxy comment posting."
1591
- msgstr ""
1592
- "اگر می‌خواهید فرستادن دیدگاه از راه پراکسی را غیرفعال کنید، این گزینه را تیک "
1593
- "بزنید."
1594
-
1595
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:373
1596
- msgid ""
1597
- "This setting will deny any requests that use a proxy server when posting "
1598
- "comments."
1599
- msgstr ""
1600
- "همه درخواست‌های فرستادن دیدگاه که هنگام فرستادن از یک پراکسی سِرور استفاده "
1601
- "می‌کنند، توسط این تنظیم رد می‌شوند."
1602
-
1603
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:374
1604
- msgid ""
1605
- "By forbidding proxy comments you are in effect eliminating some SPAM and "
1606
- "other proxy requests."
1607
- msgstr ""
1608
- "با ممنوع کردن فرستادن دیدگاه از راه پراکسی، در عمل شما جلوی بسیاری از SPAMها "
1609
- "و سایر درخواست‌های پراکسی را می‌گیرید."
1610
-
1611
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:383
1612
- msgid "Bad Query Strings"
1613
- msgstr "Bad Query Strings"
1614
-
1615
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:393
1616
- msgid "Deny Bad Query Strings"
1617
- msgstr "جلوگیری از Bad Query Strings"
1618
-
1619
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:396
1620
- msgid "This will help protect you against malicious queries via XSS."
1621
- msgstr "این ویژگی از شما در برابر کوئری‌های خراب‌کارانه XSS ، محافظت می‌کند."
1622
-
1623
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:401
1624
- msgid ""
1625
- "This feature will write rules in your .htaccess file to prevent malicious "
1626
- "string attacks on your site using XSS."
1627
- msgstr ""
1628
- "این ویژگی دستورهایی در فایل .htaccess شما وارد می‌کند که جلوی حملات رشته‌های "
1629
- "خراب‌کارانه XSS را می‌گیرد."
1630
-
1631
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:402
1632
- msgid ""
1633
- "NOTE: Some of these strings might be used for plugins or themes and hence "
1634
- "this might break some functionality."
1635
- msgstr ""
1636
- "توجه: بعضی از این رشته‌ها ممکن است برای افزونه‌ها و پوسته‌ها استفاده شوند "
1637
- "بنابراین این ویژگی ممکن است برخی از کارکردها را مختل کند."
1638
-
1639
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:403
1640
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:433
1641
- msgid ""
1642
- "You are therefore strongly advised to take a backup of your active .htaccess "
1643
- "file before applying this feature."
1644
- msgstr ""
1645
- "پس به شما شدیدا سفارش می‌شود قبل از به‌کارگیری این قابلیت یک فایل پشتیبان از ."
1646
- "htaccess فعلی خود بگیرید."
1647
-
1648
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:412
1649
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:84
1650
- msgid "Advanced Character String Filter"
1651
- msgstr "فیلتر پیشرفته برای رشته‌های کارکتری"
1652
-
1653
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:422
1654
- msgid "Enable Advanced Character String Filter"
1655
- msgstr "فعال کردن فیلتر پیشرفته رشته‌های کارکتری"
1656
-
1657
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:425
1658
- msgid "This will block bad character matches from XSS."
1659
- msgstr "این ویژگی مانع جور شدن کارکترهای بد از XSS می‌شود."
1660
-
1661
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:430
1662
- msgid ""
1663
- "This is an advanced character string filter to prevent malicious string "
1664
- "attacks on your site coming from Cross Site Scripting (XSS)."
1665
- msgstr ""
1666
- "این یک فیلتر پیشرفته رشته‌های کارکتری است که برای جلوگیری از حملات خراب‌کارانه "
1667
- "XSS به سایت شما، به کار می‌رود."
1668
-
1669
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:431
1670
- msgid ""
1671
- "This setting matches for common malicious string patterns and exploits and "
1672
- "will produce a 403 error for the hacker attempting the query."
1673
- msgstr ""
1674
- "این تنظیم الگوهای رشته‌ای که معمولا برای حمله به کار می‌روند شناسایی می‌کند و "
1675
- "در صورت تلاش هکر برای دستیابی به اطلاعات خطای 403 را به او نشان می‌دهد."
1676
-
1677
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:432
1678
- msgid "NOTE: Some strings for this setting might break some functionality."
1679
- msgstr ""
1680
- "توجه: بعضی رشته‌ها برای این تنظیم ممکن است برخی از کارکردها را مختل کنند."
1681
-
1682
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:441
1683
- msgid "Save Additional Firewall Settings"
1684
- msgstr "ذخیره تنظیمات اضافی دیوارآتش"
1685
-
1686
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:476
1687
- msgid "You have successfully saved the 5G Firewall Protection configuration"
1688
- msgstr "شما با موفقیت پیکربندی دیوارآتش 5G را ذخیره کردید."
1689
-
1690
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:489
1691
- #, php-format
1692
- msgid ""
1693
- "This feature allows you to activate the 5G firewall security protection "
1694
- "rules designed and produced by %s."
1695
- msgstr ""
1696
- "این ویژگی به شما امکان به کارگیری لایه حفاظتی 5G را می‌دهد که توسط %s طراحی و "
1697
- "توسعه داده شده است."
1698
-
1699
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:490
1700
- msgid ""
1701
- "The 5G Blacklist is a simple, flexible blacklist that helps reduce the "
1702
- "number of malicious URL requests that hit your website."
1703
- msgstr ""
1704
- "لیست سیاه 5G یک لیست‌سیاه ساده و انعطاف‌پذیر است که تعداد درخواست‌های "
1705
- "خرابکارانه URL به سایت شما را کاهش می‌دهد."
1706
-
1707
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:491
1708
- msgid ""
1709
- "The added advantage of applying the 5G firewall to your site is that it has "
1710
- "been tested and confirmed by the people at PerishablePress.com to be an "
1711
- "optimal and least disruptive set of .htaccess security rules for general WP "
1712
- "sites running on an Apache server or similar."
1713
- msgstr ""
1714
- "مزیت استفاده از دیوارآتش 5G این است که این دیوار آتش توسط اعضای سایت "
1715
- "PerishablePress.com آزمایش و تأیید شده که بهینه‌ترین تنظیمات امنیتی را به "
1716
- "سایت‌های وردپرس روی سِرور Apache می‌دهد."
1717
-
1718
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:492
1719
- #, php-format
1720
- msgid ""
1721
- "Therefore the 5G firewall rules should not have any impact on your site's "
1722
- "general functionality but if you wish you can take a %s of your .htaccess "
1723
- "file before proceeding."
1724
- msgstr ""
1725
- "بنابراین دستورهای 5G نبایستی روی کارکرد عمومی سایت شما تأثیر بگذارد. اما اگر "
1726
- "شما بخواهید، پیش از ادامه دادن می‌توانید یک %s از فایل .htaccess فعلی خود "
1727
- "بگیرید."
1728
-
1729
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:498
1730
- msgid "5G Blacklist/Firewall Settings"
1731
- msgstr "تنظیمات لیست‌سیاه/دیوارآتش 5G"
1732
-
1733
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:510
1734
- msgid "Enable 5G Firewall Protection"
1735
- msgstr "فعال کردن دیوارآتش 5G"
1736
-
1737
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:513
1738
- msgid ""
1739
- "Check this if you want to apply the 5G Blacklist firewall protection from "
1740
- "perishablepress.com to your site."
1741
- msgstr ""
1742
- "اگر می خواهید دیوارآتش 5G ارائه شده توسط perishablepress.com را فعال کنید، "
1743
- "این گزینه را تیک بزنید."
1744
-
1745
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:517
1746
- msgid ""
1747
- "This setting will implement the 5G security firewall protection mechanisms "
1748
- "on your site which include the following things:"
1749
- msgstr "این تنظیم ساز‌وکارهای حفاظتی 5G زیر را روی سایت شما اعمال می‌کند:"
1750
-
1751
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:518
1752
- msgid "1) Block forbidden characters commonly used in exploitative attacks."
1753
- msgstr ""
1754
- "1) مسدودسازی کارکترهای غیرمجازی که معمولا در حملات سودجویانه استفاده می‌شوند."
1755
-
1756
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:519
1757
- msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
1758
- msgstr "2) مسدود سازی کارکترهای URL رمزگذاری شده مانند رشته \".css(\" ."
1759
-
1760
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:520
1761
- msgid ""
1762
- "3) Guard against the common patterns and specific exploits in the root "
1763
- "portion of targeted URLs."
1764
- msgstr "3) حفاظت در برابر الگوهای معمول و سوء استفاده های خاص در ریشه URLها."
1765
-
1766
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:521
1767
- msgid ""
1768
- "4) Stop attackers from manipulating query strings by disallowing illicit "
1769
- "characters."
1770
- msgstr ""
1771
- "4) متوقف کردن مهاجمان از دستکاری رشته‌های Query با ممانعت از کارکترهای غیرمجاز"
1772
-
1773
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:522
1774
- msgid "....and much more."
1775
- msgstr "و بسیاری دیگر..."
1776
-
1777
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:528
1778
- msgid "Save 5G Firewall Settings"
1779
- msgstr "ذخیره تنظیمات دیوارآتش 5G"
1780
-
1781
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:556
1782
- msgid ""
1783
- "Settings have not been saved - your secret word must consist only of "
1784
- "alphanumeric characters, ie, letters and/or numbers only!"
1785
- msgstr ""
1786
- "تنظیمات ذخیره نشده است - واژه محرمانه شما باید فقط شامل حروف، اعداد و یا "
1787
- "مخلوطی از حرف و عدد باشد."
1788
-
1789
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:574
1790
- msgid ""
1791
- "You have successfully enabled the cookie based brute force prevention feature"
1792
- msgstr "ویژگی جلوگیری از brute force برپایه کوکی، با موفقیت فعال شد."
1793
-
1794
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:575
1795
- msgid ""
1796
- "From now on you will need to log into your WP Admin using the following URL:"
1797
- msgstr "از هم‌اکنون شما باید از آدرس زیر وارد پیشخوان وردپرس شوید:"
1798
-
1799
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:577
1800
- msgid ""
1801
- "It is important that you save this URL value somewhere in case you forget "
1802
- "it, OR,"
1803
- msgstr ""
1804
- "این مهم است که شما این آدرس را جایی ذخیره کنید؛ چون ممکن است آن را فراموش "
1805
- "کنید. یا اینکه"
1806
-
1807
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:578
1808
- #, php-format
1809
- msgid "simply remember to add a \"?%s=1\" to your current site URL address."
1810
- msgstr ""
1811
- "به یاد داشته باشید که یک \"?%s=1\" به انتهای آدرس فعلی سایت خود اضافه کنید."
1812
-
1813
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:584
1814
- msgid ""
1815
- "You have successfully saved cookie based brute force prevention feature "
1816
- "settings."
1817
- msgstr "تنظیمات جلوگیری از brute force برپایه کوکی با موفقیت ذخیره شد."
1818
-
1819
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:629
1820
- msgid "Brute Force Prevention Firewall Settings"
1821
- msgstr "دیوارآتش جلوگیری از Brute Force"
1822
-
1823
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:634
1824
- msgid ""
1825
- "A Brute Force Attack is when a hacker tries many combinations of usernames "
1826
- "and passwords until they succeed in guessing the right combination."
1827
- msgstr ""
1828
- "حمله بی‌رحمانه یا Brute Force Attack وقتی اتفاق می‌افتد که هکر ترکیب‌های مختلف "
1829
- "زیادی از نام کاربری و رمزعبور را آزمایش می‌کند تا بالاخره موفق بشود ترکیب "
1830
- "درست را حدس بزند."
1831
-
1832
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:635
1833
- msgid ""
1834
- "Due to the fact that at any one time there may be many concurrent login "
1835
- "attempts occurring on your site via malicious automated robots, this also "
1836
- "has a negative impact on your server's memory and performance."
1837
- msgstr ""
1838
- "با توجه به این واقعیت که در هر زمان ممکن است از طریق روبات های مخرب خودکار "
1839
- "تلاش‌های زیادی برای ورود به سایت شما رخ دهد، در نتیجه Brute force تأثیر منفی "
1840
- "روی عملکرد سِرور شما می‌گذارد/"
1841
-
1842
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:636
1843
- msgid ""
1844
- "The features in this tab will stop the majority of Brute Force Login Attacks "
1845
- "at the .htaccess level thus providing even better protection for your WP "
1846
- "login page and also reducing the load on your server because the system does "
1847
- "not have to run PHP code to process the login attempts."
1848
- msgstr ""
1849
- "این ویژگی اکثریت حملات Brute Force را از طریق فایل .htaccess متوقف می‌کند. "
1850
- "بنابراین از برگه ورود وردپرس شما محافظت بهتری به عمل می‌آید. همچنین این کار "
1851
- "باعث کاهش فشار روی سِرور می‌شود؛زیرا سیستم مجبور نیست برای هر تلاش ورود تعداد "
1852
- "زیادی کد php را اجرا کند."
1853
-
1854
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:643
1855
- #, php-format
1856
- msgid ""
1857
- "Even though this feature should not have any impact on your site's general "
1858
- "functionality <strong>you are strongly encouraged to take a %s of your ."
1859
- "htaccess file before proceeding</strong>."
1860
- msgstr ""
1861
- "هرچند این ویژگی نباید هیچگونه تأثیری روی کارکرد سایت شما بگذارد اما "
1862
- "<strong>شدیدا به شما سفارش می‌شود که قبل از انجام این کار یک %s از فایل ."
1863
- "htaccess خود بگیرید.</strong>"
1864
-
1865
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:644
1866
- msgid ""
1867
- "If this feature is not used correctly, you can get locked out of your site. "
1868
- "A backup file will come in handy if that happens."
1869
- msgstr ""
1870
- "اگر این ویژگی به درستی استفاده نشود ممکن است که امکان ورود به سایت برای خود "
1871
- "شما هم قفل شود.در چنین حالتی یک فایل پشتیبان بسیار کارآمد است."
1872
-
1873
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:645
1874
- #, php-format
1875
- msgid ""
1876
- "To learn more about how to use this feature please watch the following %s."
1877
- msgstr "برای آموختن بیشتر درباره استفاده از این ویژگی لطفا این %s را ببینید."
1878
-
1879
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:654
1880
- msgid "Cookie Based Brute Force Login Prevention"
1881
- msgstr "جلوگیری از Brute Force بر پایه کوکی"
1882
-
1883
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:665
1884
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:79
1885
- msgid "Enable Brute Force Attack Prevention"
1886
- msgstr "فعال کردن جلوگیری از Brute Force"
1887
-
1888
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:668
1889
- msgid ""
1890
- "Check this if you want to protect your login page from Brute Force Attack."
1891
- msgstr ""
1892
- "اگر می‌خواهید برگه ورود خود را از حمله Brute Force حفظ کنید، این گزینه را تیک "
1893
- "بزنید."
1894
-
1895
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:673
1896
- msgid ""
1897
- "This feature will deny access to your WordPress login page for all people "
1898
- "except those who have a special cookie in their browser."
1899
- msgstr ""
1900
- "این گزینه دسترسی همه کاربران را به صفحه ورود وردپرس قطع می‌کند به جز کاربرانی "
1901
- "که در مرورگر خود یک کوکی ویژه داشته باشند."
1902
-
1903
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:675
1904
- msgid "To use this feature do the following:"
1905
- msgstr "برای بهره‌گیری از این ویژگی به شکل زیر عمل کنید:"
1906
-
1907
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:677
1908
- msgid "1) Enable the checkbox."
1909
- msgstr "1) گزینه را تیک بزنید."
1910
-
1911
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:679
1912
- msgid ""
1913
- "2) Enter a secret word consisting of alphanumeric characters which will be "
1914
- "difficult to guess. This secret word will be useful whenever you need to "
1915
- "know the special URL which you will use to access the login page (see point "
1916
- "below)."
1917
- msgstr ""
1918
- "2) یک واژه محرمانه(شامل حرف و عدد) که حدس زدن آن سخت باشد، وارد کنید. این "
1919
- "واژه محرمانه وقتی به کار می‌آید که شما بخواهید بدانید از چه آدرس خاصی برای "
1920
- "دسترسی به صفحه ورود باید استفاده کنید. (مورد پایینی را ببینید)"
1921
-
1922
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:681
1923
- msgid ""
1924
- "3) You will then be provided with a special login URL. You will need to use "
1925
- "this URL to login to your WordPress site instead of the usual login URL. "
1926
- "NOTE: The system will deposit a special cookie in your browser which will "
1927
- "allow you access to the WordPress administration login page."
1928
- msgstr ""
1929
- "3) سپس یک URL ویژه به شما داده می‌شود. شما برای ورود به سایت باید از این URL "
1930
- "استفاده کنید(به جای استفاده از آدرس معمولی ورود). توجه: سیستم یک کوکی خاص را "
1931
- "در مرورگر شما ذخیره می‌کند که به شما اجازه دسترسی به صفحه ورود را خواهد داد."
1932
-
1933
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:683
1934
- msgid ""
1935
- "Any person trying to access your login page who does not have the special "
1936
- "cookie in their browser will be automatically blocked."
1937
- msgstr ""
1938
- "هرکسی که تلاش کند به صفحه ورود شما دست یابد و این کوکی ویژه را در مرورگر "
1939
- "خودش نداشته باشد به طور خودکار بلاک می‌شود."
1940
-
1941
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:690
1942
- msgid "Secret Word"
1943
- msgstr "واژه محرمانه"
1944
-
1945
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:692
1946
- msgid ""
1947
- "Choose a secret word consisting of alphanumeric characters which you can use "
1948
- "to access your special URL. Your are highly encouraged to choose a word "
1949
- "which will be difficult to guess."
1950
- msgstr ""
1951
- "یک واژه محرمانه شامل(حروف یا اعداد، یا هر دو) انتخاب کنید که بتوانید از آن "
1952
- "برای دسترسی به URL ویژه استفاده کنید. به شما سفارش می‌کنیم واژه‌ای را انتخاب "
1953
- "کنید که حدس زدن آن سخت باشد."
1954
-
1955
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:696
1956
- msgid "Re-direct URL"
1957
- msgstr "آدرس تغییر مسیر (Re-direct URL)"
1958
-
1959
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:700
1960
- msgid ""
1961
- "Specify a URL to redirect a hacker to when they try to access your WordPress "
1962
- "login page."
1963
- msgstr ""
1964
- "یک آدرس مشخص کنید که وقتی یک هکر تلاش می‌کند به برگه ورود شما دست یابد به آن "
1965
- "آدرس منتقل شود."
1966
-
1967
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:707
1968
- msgid ""
1969
- "The URL specified here can be any site's URL and does not have to be your "
1970
- "own. For example you can be as creative as you like and send hackers to the "
1971
- "CIA or NSA home page."
1972
- msgstr ""
1973
- "آدرسی که اینجا مشخص می‌کنید، می‌تواند متعلق به هر سایتی باشد و نیاز نیست حتما "
1974
- "آدرسی در سایت خود شما باشد. برای نمونه شما می‌توانید خلاقیت به خرج دهید و "
1975
- "هکرها را به سایت CIA یا NSA هدایت کنید!"
1976
-
1977
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:709
1978
- msgid ""
1979
- "This field will default to: http://127.0.0.1 if you do not enter a value."
1980
- msgstr ""
1981
- "اگر شما چیزی وارد نکنید مقدار پیش‌فرض به کار گرفته می‌شود: http://127.0.0.1"
1982
-
1983
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:711
1984
- msgid "Useful Tip:"
1985
- msgstr "راهنمایی کارآمد:"
1986
-
1987
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:713
1988
- msgid ""
1989
- "It's a good idea to not redirect attempted brute force login attempts to "
1990
- "your site because it increases the load on your server."
1991
- msgstr ""
1992
- "این ایده خوبی هست که حملات Brute force را به یک آدرس در سایت خودتان منتقل "
1993
- "نکنید؛ چون این کار باعث افزایش فشار روی سِرور شما می‌شود."
1994
-
1995
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:715
1996
- msgid ""
1997
- "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal "
1998
- "because it deflects them back to their own local host and puts the load on "
1999
- "their server instead of yours."
2000
- msgstr ""
2001
- "هدایت یک هکر یا یک ربات خرابکار به \"http://127.0.0.1\" ایده بسیار خوبی "
2002
- "است. زیرا این کار آنها را به هاست خودشان بر می‌گرداند و از این طریق فشار روی "
2003
- "سِرور آنها وارد می‌شود نه سِرور شما."
2004
-
2005
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:722
2006
- msgid "My Site Has Posts Or Pages Which Are Password Protected"
2007
- msgstr "سایت من نوشته‌ها یا برگه‌هایی دارد که با رمز محافظت می‌شوند."
2008
-
2009
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:725
2010
- msgid ""
2011
- "Check this if you are using the native WordPress password protection feature "
2012
- "for some or all of your blog posts or pages."
2013
- msgstr ""
2014
- "اگر شما از قابلیت داخلی وردپرس برای رمزگذاری همه یا بعضی از نوشته‌ها و "
2015
- "برگه‌های خود استفاده می‌کنید؛ این گزینه را تیک بزنید."
2016
-
2017
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:730
2018
- msgid ""
2019
- "In the cases where you are protecting some of your posts or pages using the "
2020
- "in-built WordPress password protection feature, a few extra lines of "
2021
- "directives and exceptions need to be added to your .htacces file so that "
2022
- "people trying to access pages are not automatically blocked."
2023
- msgstr ""
2024
- "در موارد که در آن شما از برخی از نوشته ها و یا برگه‌های خود با استفاده از "
2025
- "ویژگی درونی وردپرس(رمزگذاری نوشته‌ها) محافظت می‌کنید، نیاز است که چند خط کوتاه "
2026
- "دستورهای اضافی به فایل .htaccess شما اضافه شود؛ بنابراین افرادی که می‌خواهد "
2027
- "برگه‌ها را ببینند به طور خودکار بلاک نمی‌شوند."
2028
-
2029
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:732
2030
- msgid ""
2031
- "By enabling this checkbox the plugin will add the necessary rules and "
2032
- "exceptions to your .htacces file so that people trying to access these pages "
2033
- "are not automatically blocked."
2034
- msgstr ""
2035
- "با فعال کردن این گزینه، افزونه دستورها و استثنائات لازم را به فایل .htaccess "
2036
- "شما اضافه می‌کند بنابراین کسانی که تلاش می‌کنند به برگه‌های محافظت شده برسند به "
2037
- "صورت خودکار بلاک نمی‌شوند."
2038
-
2039
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:734
2040
- msgid "Helpful Tip:"
2041
- msgstr "راهنمایی کارآمد:"
2042
-
2043
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:736
2044
- msgid ""
2045
- "If you do not use the WordPress password protection feature for your posts "
2046
- "or pages then it is highly recommended that you leave this checkbox disabled."
2047
- msgstr ""
2048
- "اگر شما از ویژگی رمزگذاری وردپرس برای برگه‌ها یا نوشته‌ها استفاده نمی‌کنید، "
2049
- "شدیدا سفارش می‌شود این گزینه را غیرفعال بگذارید."
2050
-
2051
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:743
2052
- msgid "My Site Has a Theme or Plugins Which Use AJAX"
2053
- msgstr "سایت من پوسته یا افزونه‌ای دارد که از AJAX استفاده می‌کند"
2054
-
2055
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:746
2056
- msgid "Check this if your site uses AJAX functionality."
2057
- msgstr "اگر سایت شما از AJAX استفاده می‌کند این گزینه را تیک بزنید."
2058
-
2059
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:751
2060
- msgid ""
2061
- "In the cases where your WordPress installation has a theme or plugins which "
2062
- "use AJAX, a few extra lines of directives and exceptions need to be added to "
2063
- "your .htacces file to prevent AJAX requests from being automatically blocked "
2064
- "by the brute force prevention feature."
2065
- msgstr ""
2066
- "در مواردی که سایت وردپرس شما پوسته یا افزونه‌ای دارد که از AJAX استفاده "
2067
- "می‌کند، نیاز است که چند خط کوتاه دستورهای اضافی به فایل .htaccess شما اضافه "
2068
- "شود؛ بنابراین درخواست‌های AJAX به صورت خودکار بلاک نمی‌شوند."
2069
-
2070
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:753
2071
- msgid ""
2072
- "By enabling this checkbox the plugin will add the necessary rules and "
2073
- "exceptions to your .htacces file so that AJAX operations will work as "
2074
- "expected."
2075
- msgstr ""
2076
- "با فعال کردن این گزینه، افزونه دستورها و استثنائات لازم را به فایل .htaccess "
2077
- "شما اضافه می‌کند بنابراین کارکردهای AJAX مختل نمی‌شود."
2078
-
2079
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:768
2080
- msgid "The cookie test was successful. You can now enable this feature."
2081
- msgstr "آزمایش کوکی موفق بود. شما هم اکنون می‌توانید این ویژگی را فعال کنید."
2082
-
2083
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:771
2084
- msgid "Save Feature Settings"
2085
- msgstr "ذخیره تنظیمات ویژگی"
2086
-
2087
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:778
2088
- msgid ""
2089
- "The cookie test failed on this server. So this feature cannot be used on "
2090
- "this site."
2091
- msgstr ""
2092
- "آزمایش کوکی ناموفق بود. پس نمی‌توان از این ویژگی روی این سایت استفاده کرد."
2093
-
2094
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:784
2095
- msgid ""
2096
- "Before using this feature you are required to perform a cookie test first. "
2097
- "This is to make sure that your browser cookie is working correctly and that "
2098
- "you won't lock yourself out."
2099
- msgstr ""
2100
- "پیش از استفاده از این ویژگی شما باید یک آزمایش کوکی انجام دهید. این کار برای "
2101
- "اطمینان از کارکرد درست کوکی روی مرورگر شماست که باعث می‌شود دسترسی خودتان به "
2102
- "سایت قطع نشود."
2103
-
2104
- #: all-in-one-wp-security/admin/wp-security-firewall-menu.php:786
2105
- msgid "Perform Cookie Test"
2106
- msgstr "انجام آزمایش کوکی"
2107
-
2108
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:79
2109
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:86
2110
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:80
2111
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:91
2112
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:78
2113
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:82
2114
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:93
2115
- msgid "Please select some records using the checkboxes"
2116
- msgstr "لطفا تعدادی رکورد را با استفاده از جعبه‌تیک انتخاب کنید"
2117
-
2118
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:107
2119
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:107
2120
- msgid "The selected entries were deleted successfully!"
2121
- msgstr "رکوردهای انتخاب شده با موفقیت پاک شدند."
2122
-
2123
- #: all-in-one-wp-security/admin/wp-security-list-acct-activity.php:120
2124
- #: all-in-one-wp-security/admin/wp-security-list-login-fails.php:119
2125
- msgid "The selected entry was deleted successfully!"
2126
- msgstr "رکورد انتخابی با موفقیت پاک شد."
2127
-
2128
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:139
2129
- msgid ""
2130
- "The selected IP addresses were saved in the blacklist configuration settings."
2131
- msgstr "IP آدرس‌های انتخابی در پیکربندی لیست‌سیاه ذخیره می‌شوند."
2132
-
2133
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:153
2134
- msgid ""
2135
- "The .htaccess file was successfully modified to include the selected IP "
2136
- "addresses."
2137
- msgstr "IP آدرس‌های انتخابی با موفقیت به فایل .htaccess افزوده شدند."
2138
-
2139
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:159
2140
- msgid ""
2141
- "NOTE: The .htaccess file was not modified because you have disabled the "
2142
- "\"Enable IP or User Agent Blacklisting\" check box."
2143
- msgstr ""
2144
- "توجه: فایل .htaccess ویرایش نشد؛ زیرا شما گزینه \"قرار دادن IP یا نماینده "
2145
- "کاربری در لیست سیاه\" را فعال نکرده اید."
2146
-
2147
- #: all-in-one-wp-security/admin/wp-security-list-comment-spammer-ip.php:160
2148
- #, php-format
2149
- msgid ""
2150
- "To block these IP addresses you will need to enable the above flag in the %s "
2151
- "menu"
2152
- msgstr ""
2153
- "برای مسدود کردن این IP آدرس‌ها، شما باید flag بالا را در فهرست %s فعال کنید."
2154
-
2155
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:115
2156
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:748
2157
- msgid "The selected IP ranges were unlocked successfully!"
2158
- msgstr "محدوده IP های انتخابی آزاد شدند!"
2159
-
2160
- #: all-in-one-wp-security/admin/wp-security-list-locked-ip.php:124
2161
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:757
2162
- msgid "The selected IP range was unlocked successfully!"
2163
- msgstr "محدوده IP انتخاب‌شده آزاد شد!"
2164
-
2165
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:118
2166
- msgid "The selected accounts were approved successfully!"
2167
- msgstr "حساب‌های کاربری انتخاب‌شده تأیید شدند!"
2168
-
2169
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:125
2170
- msgid "The selected account was approved successfully!"
2171
- msgstr "حساب کاربری انتخاب‌شده آزاد شد!"
2172
-
2173
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:146
2174
- msgid "The selected accounts were deleted successfully!"
2175
- msgstr "حساب‌های کاربری انتخاب‌شده پاک شدند!"
2176
-
2177
- #: all-in-one-wp-security/admin/wp-security-list-registered-users.php:154
2178
- msgid "The selected account was deleted successfully!"
2179
- msgstr "حساب کاربری انتخاب‌شده پاک شد!"
2180
-
2181
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:22
2182
- msgid "Visitor Lockout"
2183
- msgstr "قفل کردن بازدید"
2184
-
2185
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:88
2186
- msgid "Site lockout feature settings saved!"
2187
- msgstr "تنظیمات قفل کردن ذخیره شد!"
2188
-
2189
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:93
2190
- msgid "General Visitor Lockout"
2191
- msgstr "قفل کردن بازدید عمومی"
2192
-
2193
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:99
2194
- msgid ""
2195
- "This feature allows you to put your site into \"maintenance mode\" by "
2196
- "locking down the front-end to all visitors except logged in users with super "
2197
- "admin privileges."
2198
- msgstr ""
2199
- "این ویژگی به شما اجازه می دهد که با ممنوع کردن بازدیدکنندگان سایت خود را در "
2200
- "\"حالت تعمیر\" قرار دهید. در این حالت تنها مدیران قادر به دیدن سایت هستند."
2201
-
2202
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:100
2203
- msgid ""
2204
- "Locking your site down to general visitors can be useful if you are "
2205
- "investigating some issues on your site or perhaps you might be doing some "
2206
- "maintenance and wish to keep out all traffic for security reasons."
2207
- msgstr ""
2208
- "قفل کردن سایت زمانی به کار می‌آید که شما بخواهید برخی مسائل را در سایت بررسی "
2209
- "کنید یا تعمیراتی در سایت انجام دهید و نخواهید در این مدت کسی سایت را ببیند."
2210
-
2211
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:105
2212
- msgid "Enable Front-end Lockout"
2213
- msgstr "فعال سازی قفل کردن سایت"
2214
-
2215
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:108
2216
- msgid ""
2217
- "Check this if you want all visitors except those who are logged in as "
2218
- "administrator to be locked out of the front-end of your site."
2219
- msgstr ""
2220
- "اگر می‌خواهید نمای سایت را برای همه (به جز مدیران) قفل کنید، این گزینه را تیک "
2221
- "بزنید."
2222
-
2223
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:112
2224
- msgid "Enter a Message:"
2225
- msgstr "یک پیام وارد کنید:"
2226
-
2227
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:124
2228
- msgid ""
2229
- "Enter a message you wish to display to visitors when your site is in "
2230
- "maintenance mode."
2231
- msgstr ""
2232
- "پیامی را که می‌خواهید بازدیدکنندگان هنگام مشاهده حالت تعمیر ببینند در این جا "
2233
- "وارد کنید."
2234
-
2235
- #: all-in-one-wp-security/admin/wp-security-maintenance-menu.php:131
2236
- msgid "Save Site Lockout Settings"
2237
- msgstr "ذخیره تنظیمات قفل سایت"
2238
-
2239
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:25
2240
- msgid "General Settings"
2241
- msgstr "تنظیمات عمومی"
2242
-
2243
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:28
2244
- msgid "WP Meta Info"
2245
- msgstr "اطلاعات Metaی وردپرس"
2246
-
2247
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:95
2248
- msgid "All the security features have been disabled successfully!"
2249
- msgstr "همه ویژگی‌های امنیتی با موفقیت از کار انداخته شدند!"
2250
-
2251
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:99
2252
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:126
2253
- msgid ""
2254
- "Could not write to the .htaccess file. Please restore your .htaccess file "
2255
- "manually using the restore functionality in the \".htaccess File\"."
2256
- msgstr ""
2257
- "نمی‌توان در فایل .htaccess نوشت. لطفا فایل .htaccess خود را با مراجه به قسمت "
2258
- "\"فایل .htaccess\". بازگردانی کنید."
2259
-
2260
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:104
2261
- msgid ""
2262
- "Could not write to the wp-config.php. Please restore your wp-config.php file "
2263
- "manually using the restore functionality in the \"wp-config.php File\"."
2264
- msgstr ""
2265
- "نمی‌توان در فایل wp-config.php نوشت. لطفا فایل wp-config.php خود را با مراجه "
2266
- "به قسمت \"فایل wp-config.php\". بازگردانی کنید."
2267
-
2268
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:122
2269
- msgid "All firewall rules have been disabled successfully!"
2270
- msgstr "همه دستورهای دیوارآتش با موفقیت از کار انداخته شدند!"
2271
-
2272
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:136
2273
- msgid "WP Security Plugin"
2274
- msgstr "افزونه امنیت فراگیر وردپرس"
2275
-
2276
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:138
2277
- msgid ""
2278
- "Thank you for using our WordPress security plugin. There are a lot of "
2279
- "security features in this plugin."
2280
- msgstr ""
2281
- "از شما سپاسگزاریم که از افزونه امنیت وردپرس ما استفاده می‌کنید. در این افزونه "
2282
- "ویژگی‌های امنیتی بسیاری وجود دارد."
2283
-
2284
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:139
2285
- msgid ""
2286
- "Go through each menu items and enable the security options to add more "
2287
- "security to your site. Start by activating the basic features first."
2288
- msgstr ""
2289
- "به هرکدام از گزینه‌های فهرست بروید و با فعال کردن ویژگی‌های امنیتی، سایت خود "
2290
- "را امن‌تر کنید. با فعال کردن ویژگی‌های پایه شروع کنید."
2291
-
2292
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:140
2293
- msgid ""
2294
- "It is a good practice to take a backup of your .htaccess file, database and "
2295
- "wp-config.php file before activating the security features. This plugin has "
2296
- "options that you can use to backup those resources easily."
2297
- msgstr ""
2298
- "این یک تمرین خوب است که پیش از فعال‌کردن ویژگی امنیتی یک پشتیبان از فایل ."
2299
- "htaccess ، پایگاه‌داده و فایل wp-config.php خودتان بگیرید. این افزونه "
2300
- "گزینه‌هایی دارد که با آنها به آسانی می‌توانید از فایل‌های ذکر شده پشتیبان تهیه "
2301
- "کنید."
2302
-
2303
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:143
2304
- msgid "Backup your database"
2305
- msgstr "پشتیبان‌گیری از پایگاه‌داده"
2306
-
2307
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:144
2308
- msgid "Backup .htaccess file"
2309
- msgstr "پشتیبان‌گیری از فایل .htaccess"
2310
-
2311
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:145
2312
- msgid "Backup wp-config.php file"
2313
- msgstr "پشتیبان‌گیری از فایل wp-config.php"
2314
-
2315
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:151
2316
- msgid "Disable Security Features"
2317
- msgstr "از کار انداختن ویژگی امنیتی"
2318
-
2319
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:157
2320
- msgid ""
2321
- "If you think that some plugin functionality on your site is broken due to a "
2322
- "security feature you enabled in this plugin, then use the following option "
2323
- "to turn off all the security features of this plugin."
2324
- msgstr ""
2325
- "اگر فکر می‌کنید که یکی از ویژگی‌های امنیتی این افزونه باعث اختلال در کارکرد "
2326
- "سایت شما شده است با استفاده از گزینه زیر می‌توانید همه ویژگی‌های امنیتی این "
2327
- "افزونه را از کار بیندازید."
2328
-
2329
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:161
2330
- msgid "Disable All Security Features"
2331
- msgstr "از کار انداختن همه ویژگی‌های امنیتی"
2332
-
2333
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:167
2334
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:177
2335
- msgid "Disable All Firewall Rules"
2336
- msgstr "از کار انداختن همه دستورهای دیوارآتش"
2337
-
2338
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:173
2339
- msgid ""
2340
- "This feature will disable all firewall rules which are currently active in "
2341
- "this plugin and it will also delete these rules from your .htacess file. Use "
2342
- "it if you think one of the firewall rules is causing an issue on your site."
2343
- msgstr ""
2344
- "این ویژگی همه دستورهای دیوارآتش را که هم اکنون فعال است، از کار می‌اندازد و "
2345
- "همچنین این دستورها را از فایل .htaccess شما پاک می‌کند. اگر فکر می‌کنید یکی از "
2346
- "دستورهای دیوارآتش باعث بروز مشکل در سایت شما شده، از این ویژگی استفاده کنید."
2347
-
2348
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:206
2349
- msgid ""
2350
- "Your .htaccess file was successfully backed up! Using an FTP program go to "
2351
- "the \"backups\" directory of this plugin to save a copy of the file to your "
2352
- "computer."
2353
- msgstr ""
2354
- "فایل .htaccess شما با موفقیت پشتیبان‌گیری شد. با یک نرم‌افزار FTP به پوشه "
2355
- "\"backups\" در مسیر نصب این افزونه بروید تا یک نسخه از پشتیبان را در "
2356
- "کامپیوتر خود ذخیره کنید."
2357
-
2358
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:216
2359
- msgid ""
2360
- "htaccess file rename failed during backup. Please check your root directory "
2361
- "for the backup file using FTP."
2362
- msgstr ""
2363
- "تغییر نام فایل .htaccess در هنگام پشتیبان‌گیری ناموفق بود. لطفا مسیر root "
2364
- "هاست خود را برای یافتن فایل پشتیبان چک کنید. (با نرم افزار FTP)"
2365
-
2366
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:222
2367
- msgid "htaccess backup failed."
2368
- msgstr "پشتیبان‌گیری از .htaccess ناموفق بود."
2369
-
2370
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:237
2371
- msgid "Please choose a .htaccess to restore from."
2372
- msgstr ""
2373
- "لطفا یک فایل .htaccess را انتخاب کنید تا با استفاده از آن بازگردانی انجام "
2374
- "شود."
2375
-
2376
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:253
2377
- msgid ""
2378
- "htaccess file restore failed. Please attempt to restore the .htaccess "
2379
- "manually using FTP."
2380
- msgstr ""
2381
- "بازگردانی فایل htaccess. ناموفق بود. لطفا بازگردانی htaccess. را به صورت "
2382
- "دستی بازگردانی کنید."
2383
-
2384
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:257
2385
- msgid "Your .htaccess file has successfully been restored!"
2386
- msgstr "فایل .htaccess شما با موفقیت بازگردانی شد!"
2387
-
2388
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:263
2389
- msgid ""
2390
- "htaccess Restore operation failed! Please check the contents of the file you "
2391
- "are trying to restore from."
2392
- msgstr ""
2393
- "عملیات بازگردانی .htaccess ناموفق بود. لطفا محتویات فایلی که قصد بازگردانی "
2394
- "از آن را داشتید، بررسی کنید."
2395
-
2396
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:269
2397
- msgid ".htaccess File Operations"
2398
- msgstr "عملیات فایل .htaccess"
2399
-
2400
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:272
2401
- msgid ""
2402
- "Your \".htaccess\" file is a key component of your website's security and it "
2403
- "can be modified to implement various levels of protection mechanisms."
2404
- msgstr ""
2405
- "فایل \".htaccess\" شما یک جزء کلیدی در امنیت سایت شماست که می‌توان با ویرایش "
2406
- "آن ساز‌و‌کار‌های مختلف امنیتی را به سایت اضافه کرد."
2407
-
2408
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:273
2409
- msgid ""
2410
- "This feature allows you to backup and save your currently active .htaccess "
2411
- "file should you need to re-use the the backed up file in the future."
2412
- msgstr ""
2413
- "این ویژگی به شما امکان پشتیبان‌گیری و ذخیره فایل .htaccess فعلی را می‌دهد که "
2414
- "اگر در آینده لازم شد بتوانید دوباره از این فایل استفاده کنید."
2415
-
2416
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:274
2417
- msgid ""
2418
- "You can also restore your site's .htaccess settings using a backed up ."
2419
- "htaccess file."
2420
- msgstr ""
2421
- "شما همچنین می‌توانید تنظیمات .htaccess سایتتان را با استفاده از یک فایل "
2422
- "پشتیبان بازگردانی کنید."
2423
-
2424
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:288
2425
- msgid "Save the current .htaccess file"
2426
- msgstr "ذخیره فایل .htaccess کنونی"
2427
-
2428
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:292
2429
- msgid ""
2430
- "Click the button below to backup and save the currently active .htaccess "
2431
- "file."
2432
- msgstr ""
2433
- "روی دکمه زیر کلیک کنید تا از فایل .htaccess کنونی پشتیبان و ذخیره گرفته شود."
2434
-
2435
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:293
2436
- msgid "Backup .htaccess File"
2437
- msgstr "پشتیبان‌گیری از فایل .htaccess"
2438
-
2439
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:297
2440
- msgid "Restore from a backed up .htaccess file"
2441
- msgstr "بازگردانی از یک فایل پشتیبان .htaccess"
2442
-
2443
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:303
2444
- msgid ".htaccess file to restore from"
2445
- msgstr "فایل .htaccess که بایستی از آن برای بازگردانی استفاده شود"
2446
-
2447
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:309
2448
- msgid ""
2449
- "After selecting your file, click the button below to restore your site using "
2450
- "the backed up htaccess file (htaccess_backup.txt)."
2451
- msgstr ""
2452
- "پس از انتخاب فایل، روی دکمه زیر کلیک کنید تا سایت شما از فایل پشتیبان ."
2453
- "htaccess بازگردانی شود. (htaccess_backup.txt)"
2454
-
2455
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:315
2456
- msgid "Restore .htaccess File"
2457
- msgstr "بازگردانی فایل .htaccess"
2458
-
2459
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:319
2460
- msgid "View Contents of the currently active .htaccess file"
2461
- msgstr "مشاهده محتویات فایل .htaccess کنونی"
2462
-
2463
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:348
2464
- msgid "Please choose a wp-config.php file to restore from."
2465
- msgstr "لطفا یک فایل wp-config.php را برای بازگردانی انتخاب کنید."
2466
-
2467
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:364
2468
- msgid ""
2469
- "wp-config.php file restore failed. Please attempt to restore this file "
2470
- "manually using FTP."
2471
- msgstr ""
2472
- "باز گردانی فایل wp-config.php ناموفق بود. لطفا به صورت دستی بازگردانی را "
2473
- "انجام دهید."
2474
-
2475
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:368
2476
- msgid "Your wp-config.php file has successfully been restored!"
2477
- msgstr "فایل wp-config.php شما با موفقیت بازگردانی شد!"
2478
-
2479
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:374
2480
- msgid ""
2481
- "wp-config.php Restore operation failed! Please check the contents of the "
2482
- "file you are trying to restore from."
2483
- msgstr ""
2484
- "عملیات بازگردانی wp-config.php ناموفق بود. لطفا محتویات فایلی را که "
2485
- "می‌خواستید بازگردانی کنید بررسی کنید."
2486
-
2487
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:380
2488
- msgid "wp-config.php File Operations"
2489
- msgstr "عملیات فایل wp-config.php"
2490
-
2491
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:383
2492
- msgid ""
2493
- "Your \"wp-config.php\" file is one of the most important in your WordPress "
2494
- "installation. It is a primary configuration file and contains crucial things "
2495
- "such as details of your database and other critical components."
2496
- msgstr ""
2497
- "فایل \"wp-config.php\" یکی از مهم‌ترین فایل‌های وردپرس است. این فایل یک پرونده "
2498
- "پیکربندی اصلی است که شامل جزییات مهمی درباره پایگاه‌داده شما و دیگر بخش‌های "
2499
- "مهم وردپرس می‌باشد."
2500
-
2501
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:384
2502
- msgid ""
2503
- "This feature allows you to backup and save your currently active wp-config."
2504
- "php file should you need to re-use the the backed up file in the future."
2505
- msgstr ""
2506
- "این ویژگی به شما اجازه می‌دهد که از فایل wp-config.php کنونی خود پشتیبان تهیه "
2507
- "کنید تا در صورت نیاز در آینده بتوانید از آن استفاده کنید."
2508
-
2509
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:385
2510
- msgid ""
2511
- "You can also restore your site's wp-config.php settings using a backed up wp-"
2512
- "config.php file."
2513
- msgstr ""
2514
- "همچنین شما می‌توانید با استفاده از یک پشتیبان که قبلا از این فایل تهیه کرده "
2515
- "اید، تنظیمات wp-config.php سایت خود را بازگردانی کنید."
2516
-
2517
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:399
2518
- msgid "Save the current wp-config.php file"
2519
- msgstr "دخیره فایل wp-config.php کنونی"
2520
-
2521
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:403
2522
- msgid ""
2523
- "Click the button below to backup and download the contents of the currently "
2524
- "active wp-config.php file."
2525
- msgstr ""
2526
- "روی دکمه زیر کلیک کنید تا از فایل wp-config.php کنونی پشتیبان تهیه کنید."
2527
-
2528
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:404
2529
- msgid "Backup wp-config.php File"
2530
- msgstr "پشتیبان‌گیری از فایل wp-config.php"
2531
-
2532
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:409
2533
- msgid "Restore from a backed up wp-config file"
2534
- msgstr "بازگردانی از یک فایل پشتیبان wp-config"
2535
-
2536
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:415
2537
- msgid "wp-config file to restore from"
2538
- msgstr "فایلی که باید از آن برای بازگردانی استفاده کرد"
2539
-
2540
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:421
2541
- msgid ""
2542
- "After selecting your file click the button below to restore your site using "
2543
- "the backed up wp-config file (wp-config.php.backup.txt)."
2544
- msgstr ""
2545
- "بعد از آن که فایل پشتیبان را انتخاب کردید روی دکمه زیر کلیک کنید تا تنظیمات "
2546
- "wp-config.php از فایل پشتیبان بازگردانی شود. (wp-config.php.backup.txt)"
2547
-
2548
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:427
2549
- msgid "Restore wp-config File"
2550
- msgstr "بازگردانی فایل wp-config"
2551
-
2552
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:431
2553
- msgid "View Contents of the currently active wp-config.php file"
2554
- msgstr "دیدن محتویات فایل wp-config.php کنونی"
2555
-
2556
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:466
2557
- msgid "WP Generator Meta Tag"
2558
- msgstr "سازنده تگ‌های Meta"
2559
-
2560
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:469
2561
- msgid ""
2562
- "Wordpress generator automatically adds some meta information inside the "
2563
- "\"head\" tags of every page on your site's front end. Below is an example of "
2564
- "this:"
2565
- msgstr ""
2566
- "وردپرس به طور خودکارتعدادی فراداده(Metadata) را در قسمت \"head\" هر صفحه از "
2567
- "سایت شما وارد می‌کند. در زیر می‌توانید نمونه‌ای از این فراداده‌ها را ببینید:"
2568
-
2569
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:471
2570
- msgid ""
2571
- "The above meta information shows which version of WordPress your site is "
2572
- "currently running and thus can help hackers or crawlers scan your site to "
2573
- "see if you have an older version of WordPress or one with a known exploit."
2574
- msgstr ""
2575
- "فراداده‌های بالا نشان می‌دهند که شما از کدام نسخه وردپرس استفاده می‌کنید؛ در "
2576
- "نتیجه هکرها یا Crawlerها می‌توانند بفهمند که آیا شما از نسخه‌های قدیمی وردپرس "
2577
- "استفاده می‌کنید و یا حفره امنیتی شناخته شده‌ای دارید."
2578
-
2579
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:472
2580
- msgid ""
2581
- "This feature will allow you to remove the WP generator meta info from your "
2582
- "site's pages."
2583
- msgstr ""
2584
- "این ویژگی به شما اجازه می‌دهد که این فراداده‌ها را از برگه‌های سایت خود پاک "
2585
- "کنید."
2586
-
2587
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:478
2588
- msgid "WP Generator Meta Info"
2589
- msgstr "سازنده فراداده"
2590
-
2591
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:490
2592
- msgid "Remove WP Generator Meta Info"
2593
- msgstr "پاک کردن فراداده‌ها"
2594
-
2595
- #: all-in-one-wp-security/admin/wp-security-settings-menu.php:493
2596
- msgid ""
2597
- "Check this if you want to remove the meta info produced by WP Generator from "
2598
- "all pages"
2599
- msgstr ""
2600
- "اگر می‌خواهید که فراداده‌هایی که بدست وردپرس ساخته شده از همه برگه‌ها پاک شود، "
2601
- "این گزینه را تیک بزنید."
2602
-
2603
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:23
2604
- msgid "Comment SPAM"
2605
- msgstr "دیدگاه‌های جفنگ"
2606
-
2607
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:24
2608
- msgid "Comment SPAM IP Monitoring"
2609
- msgstr "نظارت بر IP دیدگاه‌های جفنگ"
2610
-
2611
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:111
2612
- msgid "Comment SPAM Settings"
2613
- msgstr "تنظیمات دیدگاه‌های جفنگ"
2614
-
2615
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:116
2616
- msgid "Add Captcha To Comments Form"
2617
- msgstr "افزودن فرم Captcha به فرم دیدگاه‌ها"
2618
-
2619
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:120
2620
- msgid ""
2621
- "This feature will add a simple math captcha field in the WordPress comments "
2622
- "form."
2623
- msgstr "این ویژگی یک زمینه Captcha ریاضی به فرم دیدگاه‌های وردپرس اضافه می‌کند."
2624
-
2625
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:137
2626
- msgid "Enable Captcha On Comment Forms"
2627
- msgstr "فعال کردن Captcha در فرم دیدگاه‌ها"
2628
-
2629
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:140
2630
- msgid "Check this if you want to insert a captcha field on the comment forms"
2631
- msgstr ""
2632
- "اگر می‌خواهید یک زمینه Captcha در فرم دیدگاه‌ها وارد کنید، این گزینه را تیک "
2633
- "بزنید."
2634
-
2635
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:148
2636
- msgid "Block Spambot Comments"
2637
- msgstr "بازداشتن ربات‌های جفنگ‌نویس"
2638
-
2639
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:152
2640
- msgid ""
2641
- "A large portion of WordPress blog comment SPAM is mainly produced by "
2642
- "automated bots and not necessarily by humans. "
2643
- msgstr ""
2644
- "بخش بزرگی از دیدگاه‌های جفنگ یک سایت وردپرس،از سوی ربات‌های خودکار نوشته می‌شود."
2645
-
2646
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:153
2647
- msgid ""
2648
- "This feature will greatly minimize the useless and unecessary traffic and "
2649
- "load on your server resulting from SPAM comments by blocking all comment "
2650
- "requests which do not originate from your domain."
2651
- msgstr ""
2652
- "این ویژگی از راه بازداشتن درخواست‌های ثبت دیدگاه تا اندازه زیادی ترافیک "
2653
- "بی‌استفاده و بی‌اهمیت و فشار روی سِرور شما را (که نتیجه دیدگاه‌های جفنگ است) "
2654
- "کاهش می‌دهد."
2655
-
2656
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:170
2657
- msgid "Block Spambots From Posting Comments"
2658
- msgstr "بازداشتن ربات‌های جفنگ‌نویس از فرستادن دیدگاه"
2659
-
2660
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:173
2661
- msgid ""
2662
- "Check this if you want to apply a firewall rule which will block comments "
2663
- "originating from spambots."
2664
- msgstr ""
2665
- "اگر می‌خواهید یک دستور دیوارآتش برای جلوگیری از ربات‌های جفنگ‌نویس به کار "
2666
- "بگیرید این گزینه را تیک بزنید."
2667
-
2668
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:177
2669
- msgid ""
2670
- "This feature will implement a firewall rule to block all comment attempts "
2671
- "which do not originate from your domain."
2672
- msgstr ""
2673
- "این ویژگی یک دستور دیوارآتش برای جلوگیری از تمام درخواست‌های ثبت دیدگاه که از "
2674
- "دامنه شما سرچشمه نگرفته، پیاده سازی می‌کند."
2675
-
2676
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:178
2677
- msgid ""
2678
- "A legitimate comment is one which is submitted by a human who physically "
2679
- "fills out the comment form and clicks the submit button. For such events, "
2680
- "the HTTP_REFERRER is always set to your own domain."
2681
- msgstr ""
2682
- "یک دیدگاه واقعی، دیدگاهی است که توسط یک انسان پر می‌شود؛ یک انسان که فرم "
2683
- "دیدگاه را پر می‌کند و سپس روی گزینه ثبت کلیک می‌کند. برای بعضی رخدادها مانند "
2684
- "دیدگاه‌گذاری HTTP_REFERRER روی دامنه شما تنظیم می‌شود."
2685
-
2686
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:179
2687
- msgid ""
2688
- "A comment submitted by a spambot is done by directly calling the comments."
2689
- "php file, which usually means that the HTTP_REFERRER value is not your "
2690
- "domain and often times empty."
2691
- msgstr ""
2692
- "دیدگاهی که از سوی یک ربات جفنگ‌گذار تولید می‌شود، تنها با فراخوانی فایل "
2693
- "comments.php به ثبت می‌رسد که معمولا در این فرآیند مقدار HTTP_REFERRER دامنه "
2694
- "شما نیست و اغلب خالی است."
2695
-
2696
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:180
2697
- msgid ""
2698
- "This feature will check and block comment requests which are not referred by "
2699
- "your domain thus greatly reducing your overall blog SPAM and PHP requests "
2700
- "done by the server to process these comments."
2701
- msgstr ""
2702
- "این ویژگی درخواست‌های ثبت دیدگاه را بررسی می‌کند و آن‌هایی که از دامنه شما "
2703
- "سرچشمه نمی‌گیرند، مسدود می‌کند. این کار باعث کاهش حجم عظیم جفنگ‌ها و پردازش‌هایی "
2704
- "می‌شود که سِرور برای این جفنگ‌ها انجام می‌دهد."
2705
-
2706
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:207
2707
- msgid "Nonce check failed for list SPAM comment IPs!"
2708
- msgstr "بررسی Nonce برای لیست کردن IP دیدگاه‌های جفنگ ناموفق بود!"
2709
-
2710
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:213
2711
- msgid ""
2712
- "You entered a non numeric value for the minimum SPAM comments per IP field. "
2713
- "It has been set to the default value."
2714
- msgstr ""
2715
- "شما یک مقدار غیرعددی برای کمترین تعداد جفنگ برای هر IP وارد کردید. مقدار "
2716
- "پیش‌فرض استفاده می‌شود."
2717
-
2718
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:225
2719
- #, php-format
2720
- msgid ""
2721
- "Displaying results for IP addresses which have posted a minimum of %s SPAM "
2722
- "comments"
2723
- msgstr "نمایش نتایج برای IP آدرس‌هایی که حداقل %s دیدگاه جفنگ فرستاده‌اند."
2724
-
2725
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:241
2726
- msgid ""
2727
- "This tab displays a list of the IP addresses of the people or bots who have "
2728
- "left SPAM comments on your site."
2729
- msgstr ""
2730
- "این تَب فهرست IP آدرس‌ مردم یا ربات‌هایی که در سایت شما دیدگاه جفنگ نوشته‌اند، "
2731
- "نشان می‌دهد."
2732
-
2733
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:242
2734
- msgid ""
2735
- "This information can be handy for identifying the most persistent IP "
2736
- "addresses or ranges used by spammers."
2737
- msgstr ""
2738
- "برای شناسایی محدوده IPهایی که توسط جفنگ‌نویس‌ها استفاده می‌شود،این داده‌ها به "
2739
- "کار می‌آیند."
2740
-
2741
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:243
2742
- msgid ""
2743
- "By inspecting the IP address data coming from spammers you will be in a "
2744
- "better position to determine which addresses or address ranges you should "
2745
- "block by adding them to your blacklist."
2746
- msgstr ""
2747
- "با شناسایی IP جفنگ‌نویس‌ها شما بهتر می‌توانید IPها یا محدوده IPهایی که باید در "
2748
- "لیست سیاه قرار دهید، تشخیص بدهید."
2749
-
2750
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:244
2751
- msgid ""
2752
- "To add one or more of the IP addresses displayed in the table below to your "
2753
- "blacklist, simply click the \"Block\" link for the individual row or select "
2754
- "more than one address \n"
2755
- " using the checkboxes and then choose the \"block"
2756
- "\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
2757
- msgstr ""
2758
- "برای افزودن هرکدام از IPهای زیر به لیست سیاه، روی لینک \"بازداشتن\" در ردیف "
2759
- "هرکدام کلیک کنید یا برای افزودن چندتایی آدرس‌ها از جعبه‌تیک‌ها استفاده کنید، "
2760
- "سپس گزینه \"بازداشتن\" را از فهرست کارهای دسته‌جمعی انتخاب و روی دکمه اجرا "
2761
- "کلیک کنید."
2762
-
2763
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:250
2764
- msgid "List SPAMMER IP Addresses"
2765
- msgstr "فهرست IP آدرس‌های جفنگ‌نویس‌ها"
2766
-
2767
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:256
2768
- msgid "Minimum number of SPAM comments per IP"
2769
- msgstr "کمترین تعداد دیدگاه‌های جفنگ برای هر IP"
2770
-
2771
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:258
2772
- msgid ""
2773
- "This field allows you to list only those IP addresses which have been used "
2774
- "to post X or more SPAM comments."
2775
- msgstr ""
2776
- "این زمینه به شما اجازه می‌دهد که تنها IP آدرس‌هایی را فهرست کنید که برای "
2777
- "فرستادن X دیدگاه جفنگ یا بیشتر استفاده شده اند."
2778
-
2779
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:262
2780
- msgid ""
2781
- "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses "
2782
- "which were used to submit SPAM comments."
2783
- msgstr ""
2784
- "نمونه یک: تنظیم این مقدار روی عدد 0 یا 1 باعث می‌شود که همه IP آدرس‌های "
2785
- "استفاده شده برای دیدگاه‌های جفنگ، فهرست شوند."
2786
-
2787
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:263
2788
- msgid ""
2789
- "Example 2: Setting this value to \"5\" will list only those IP addresses "
2790
- "which were used to submit 5 SPAM comments or more on your site."
2791
- msgstr ""
2792
- "نمونه دو: تنظیم این مقدار روی عدد 5 باعث می‌شود که همه IP آدرس‌هایی که برای "
2793
- "ثبت 5 دیدگاه جفنگ یا بیشتر استفاده شده‌اند، فهرست شوند."
2794
-
2795
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:270
2796
- msgid "Find IP Addresses"
2797
- msgstr "یافتن IP آدرس‌ها"
2798
-
2799
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:274
2800
- msgid "SPAMMER IP Address Results"
2801
- msgstr "نتایج IP آدرس‌های جفنگ‌نویس"
2802
-
2803
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:280
2804
- #: all-in-one-wp-security/classes/wp-security-utility.php:150
2805
- msgid ""
2806
- "The plugin has detected that you are using a Multi-Site WordPress "
2807
- "installation."
2808
- msgstr "افزونه تشخیص داده است که شما از نسخه چندین‌سایت وردپرس استفاده می‌کنید."
2809
-
2810
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:281
2811
- msgid "Only the \"superadmin\" can block IP addresses from the main site."
2812
- msgstr "تنها مدیر ارشد می‌تواند IP آدرس‌ها را از سایت اصلی مسدود کند."
2813
-
2814
- #: all-in-one-wp-security/admin/wp-security-spam-menu.php:282
2815
- msgid ""
2816
- "Take note of the IP addresses you want blocked and ask the superadmin to add "
2817
- "these to the blacklist using the \"Blacklist Manager\" on the main site."
2818
- msgstr ""
2819
- "همه IP آدرس‌هایی را که می‌خواهید مسدود شوند یادداشت کرده و به از مدیر ارشد "
2820
- "سایت بخواهید که آن‌ها را در لیست سیاه قرار دهد.(با استفاده از \"مدیریت لیست "
2821
- "سیاه\")"
2822
-
2823
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:29
2824
- msgid "WP Username"
2825
- msgstr "نام کاربری وردپرس"
2826
-
2827
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:30
2828
- msgid "Display Name"
2829
- msgstr "نام نمایشی"
2830
-
2831
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:31
2832
- msgid "Password"
2833
- msgstr "گذرواژه"
2834
-
2835
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:85
2836
- msgid "Admin User Security"
2837
- msgstr "امنیت کاربر مدیر"
2838
-
2839
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:88
2840
- msgid ""
2841
- "By default, WordPress sets the administrator username to \"admin\" at "
2842
- "installation time."
2843
- msgstr ""
2844
- "در هنگام نصب وردپرس، نام کاربری مدیر به طور پیش‌فرض روی \"admin\" تنظیم "
2845
- "می‌شود."
2846
-
2847
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:89
2848
- msgid ""
2849
- "A lot of hackers try to take advantage of this information by attempting "
2850
- "\"Brute Force Login Attacks\" where they repeatedly try to guess the "
2851
- "password by using \"admin\" for username."
2852
- msgstr ""
2853
- "بسیاری از هکرها با دانستن این نام کاربری پیش‌فرض،دست به حملات Brute Force "
2854
- "برای ورود به سایت می‌زنند. که این حملات ترکیبی از نام کاربری \"admin\" و "
2855
- "گذرواژه‌های مختلف است."
2856
-
2857
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:90
2858
- msgid ""
2859
- "From a security perspective, changing the default \"admin\" user name is one "
2860
- "of the first and smartest things you should do on your site."
2861
- msgstr ""
2862
- "از دیدگاه امنیتی، تغییر نام کاربری پیش‌فرض \"admin\"، یکی از اولین و "
2863
- "هوشمندانه‌ترین کارهایی است که شما باید روی سایتتان انجام دهید."
2864
-
2865
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:91
2866
- msgid ""
2867
- "This feature will allow you to change your default \"admin\" user name to a "
2868
- "more secure name of your choosing."
2869
- msgstr ""
2870
- "این ویژگی به شما امکان تغییر نام کاربری پیش‌فرض \"admin\" را به هر نام کاربری "
2871
- "دیگری می‌دهد."
2872
-
2873
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:98
2874
- msgid "List of Administrator Accounts"
2875
- msgstr "فهرست حساب‌های کاربری مدیران"
2876
-
2877
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:107
2878
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:33
2879
- msgid "Change Admin Username"
2880
- msgstr "تغییر نام‌کاربری مدیر"
2881
-
2882
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:115
2883
- msgid ""
2884
- "Your site currently has an account which uses the default \"admin\" "
2885
- "username. \n"
2886
- " It is highly recommended that you change this name to "
2887
- "something else. \n"
2888
- " Use the following field to change the admin username."
2889
- msgstr ""
2890
- "سایت شما هم اکنون دارای حسابی با نام کاربری \"admin\" می‌باشد.\n"
2891
- "به شما شدیداً توصیه می‌شود که این نام کاربری را با نام دیگری عوض کنید. \n"
2892
- "از زمینه زیر برای تغییر نام کاربری مدیر استفاده کنید."
2893
-
2894
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:123
2895
- msgid "New Admin Username"
2896
- msgstr "نام‌کاربری تازه برای مدیر"
2897
-
2898
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:125
2899
- msgid "Choose a new username for admin."
2900
- msgstr "یک نام کاربری تازه برای مدیر انتخاب کنید."
2901
-
2902
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:129
2903
- msgid "Change Username"
2904
- msgstr "تغییر نام‌کاربری"
2905
-
2906
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:131
2907
- msgid ""
2908
- "NOTE: If you are currently logged in as \"admin\" you will be automatically "
2909
- "logged out after changing your username and will be required to log back in."
2910
- msgstr ""
2911
- "توجه: چنانچه شما هم اکنون با نام کاربری \"admin\" وارد سایت شده‌اید، پس از "
2912
- "تغییر نام‌کاربری به طور خودکار از سایت خارج می‌شود و بایستی دوباره وارد سایت "
2913
- "شوید."
2914
-
2915
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:138
2916
- msgid "No action required! "
2917
- msgstr "هیچ اقدامی نیاز نیست!"
2918
-
2919
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:140
2920
- msgid ""
2921
- "Your site does not have any account which uses the default \"admin\" "
2922
- "username. "
2923
- msgstr "سایت شما هیچ حساب کاربری با نام پیش‌فرض \"admin\" ندارد."
2924
-
2925
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:141
2926
- msgid "This is good security practice."
2927
- msgstr "این یک آمادگی خوب امنیتی است."
2928
-
2929
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:153
2930
- msgid "Display Name Security"
2931
- msgstr "امنیت نام نمایشی"
2932
-
2933
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:156
2934
- msgid ""
2935
- "When you submit a post or answer a comment, WordPress will usually display "
2936
- "your \"nickname\"."
2937
- msgstr ""
2938
- "هنگامی که شما یک نوشته را منتشر می‌کنید یا به یک دیدگاه پاسخ می‌دهید، وردپرس "
2939
- "معمولا لقب شما را نمایش می‌دهد."
2940
-
2941
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:157
2942
- msgid ""
2943
- "By default the nickname is set to the login (or user) name of your account."
2944
- msgstr ""
2945
- "به طور پیش‌فرض لقب همان نام‌کاربری حساب شماست(یا نامی که برای ورود به سایت "
2946
- "استفاده می‌کنید)."
2947
-
2948
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:158
2949
- msgid ""
2950
- "From a security perspective, leaving your nickname the same as your user "
2951
- "name is bad practice because it gives a hacker at least half of your "
2952
- "account's login credentials."
2953
- msgstr ""
2954
- "از دیدگاه امنیتی، نمایش نام‌کاربری به عنوان لقب یک کار خطرناک است زیرا در این "
2955
- "صورت شما نیمی از اطلاعات لازم برای ورود به سایت را در اختیار هکرها می‌گذارید."
2956
-
2957
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:159
2958
- msgid ""
2959
- "Therefore to further tighten your site's security you are advised to change "
2960
- "your <strong>nickname</strong> and <strong>Display name</strong> to be "
2961
- "different from your <strong>Username</strong>."
2962
- msgstr ""
2963
- "پس به شما سفارش می‌شود برای امن‌تر کردن سایتتان، <strong>لقب</strong> و "
2964
- "<strong>نمایش عمومی نام</strong> خود را، به چیزی متفاوت از <strong>نام "
2965
- "کاربری</strong> تغییر دهید."
2966
-
2967
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:165
2968
- msgid "Modify Accounts With Identical Login Name & Display Name"
2969
- msgstr "ویرایش حساب‌هایی که نام نمایشی و نام‌ورود آن‌ها یکسان است"
2970
-
2971
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:174
2972
- msgid ""
2973
- "Your site currently has the following accounts which have an identical login "
2974
- "name and display name."
2975
- msgstr "حساب‌های زیر در سایت شما دارای نام نمایشی و نام‌ورود یکسان هستند."
2976
-
2977
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:175
2978
- msgid "Click on the link to edit the settings of that particular user account"
2979
- msgstr "برای ویرایش تنظیمات هر کاربر روی لینک مربوط به آن حساب کلیک کنید"
2980
-
2981
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:190
2982
- msgid "No action required."
2983
- msgstr "اقدامی نیاز نیست!"
2984
-
2985
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:191
2986
- msgid ""
2987
- "Your site does not have a user account where the display name is identical "
2988
- "to the username."
2989
- msgstr "هیچ حسابی در سایت شما دارای نام نمایشی و نام‌ورود یکسان نیست."
2990
-
2991
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:202
2992
- msgid "Password Tool"
2993
- msgstr "ابزار گذرواژه"
2994
-
2995
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:205
2996
- msgid ""
2997
- "Poor password selection is one of the most common weak points of many sites "
2998
- "and is usually the first thing a hacker will try to exploit when attempting "
2999
- "to break into your site."
3000
- msgstr ""
3001
- "انتخاب گذرواژه ضعیف یکی از آسیب‌پذیری‌های معمول در بسیاری از سایت‌هاست و معمولا "
3002
- "اولین چیزی است که هکرها از آن برای ورود به سایت شما سوءاستفاده می‌کنند."
3003
-
3004
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:206
3005
- msgid ""
3006
- "Many people fall into the trap of using a simple word or series of numbers "
3007
- "as their password. Such a predictable and simple password would take a "
3008
- "competent hacker merely minutes to guess your password by using a simple "
3009
- "script which cycles through the easy and most common combinations."
3010
- msgstr ""
3011
- "بسیاری از مردم با انتخاب یک واژه ساده یا دنباله‌ای از اعداد برای گذرواژه‌‌شان، "
3012
- "در دام می‌افتند. یک گذرواژه ساده و قابل پیش‌بینی صرفا چند دقیقه از وقت یک هکر "
3013
- "ماهر را می‌گیرد که با استفاده از یک اسکریپت ساده و چرخیدن در میان عبارت‌های "
3014
- "رایج گذرواژه شما را پیدا کند."
3015
-
3016
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:207
3017
- msgid ""
3018
- "The longer and more complex your password is the harder it is for hackers to "
3019
- "\"crack\" because more complex passwords require much greater computing "
3020
- "power and time."
3021
- msgstr ""
3022
- "هرچه گذرواژه طولانی‌تر و پیچیده‌تر باشد، شکستن یا کرک کردن آن سخت‌تر می‌شود؛ "
3023
- "زیرا گذرواژه پیچیده‌تر زمان و قدرت پردازشی بیشتری نیاز دارد."
3024
-
3025
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:208
3026
- msgid ""
3027
- "This section contains a useful password strength tool which you can use to "
3028
- "check whether your password is sufficiently strong enough."
3029
- msgstr ""
3030
- "این بخش دارای یک ابزار کاربردی قدرت گذرواژه است که می‌توانید با استفاده از آن "
3031
- "بفهمید که گذواژه‌تان چقدر قوی است."
3032
-
3033
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:213
3034
- msgid "Password Strength Tool"
3035
- msgstr "ابزار قدرت گذرواژه"
3036
-
3037
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:218
3038
- msgid "Start typing a password."
3039
- msgstr "یک گذرواژه تایپ کنید"
3040
-
3041
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:221
3042
- msgid "It would take a desktop PC approximately"
3043
- msgstr "باری یک رایانه رومیزی تقریباً"
3044
-
3045
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:222
3046
- msgid "1 sec"
3047
- msgstr "1 ثانیه"
3048
-
3049
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:222
3050
- msgid "to crack your password!"
3051
- msgstr "طول می‌کشد تا گذرواژه شما را بشکند."
3052
-
3053
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:227
3054
- msgid "Password Strength"
3055
- msgstr "قدرت گذرواژه"
3056
-
3057
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:243
3058
- msgid "Nonce check failed on admin username change operation!"
3059
- msgstr "بررسی Nonce برای عملیات تغییر نام مدیر ناموفق بود!"
3060
-
3061
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:250
3062
- msgid "Username "
3063
- msgstr "نام کاربری"
3064
-
3065
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:250
3066
- msgid " already exists. Please enter another value. "
3067
- msgstr "از قبل وجود دارد.لطفا مقدار دیگری وارد کنید."
3068
-
3069
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:266
3070
- msgid "The database update operation of the user account failed!"
3071
- msgstr "عملیات به روز‌رسانی پایگاه‌داده برای این نام‌کاربری ناموفق بود!"
3072
-
3073
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:293
3074
- msgid "You entered an invalid username. Please enter another value. "
3075
- msgstr "شما یک نام‌کاربری نامعتبر وارد کردید.یک نام دیگر را آزمایش کنید."
3076
-
3077
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:297
3078
- msgid "Please enter a value for your username. "
3079
- msgstr "لطفا یک نام کاربری وارد کنید."
3080
-
3081
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:304
3082
- msgid "Username Successfully Changed!"
3083
- msgstr "نام کاربری با موفقیت تغییر کرد!"
3084
-
3085
- #: all-in-one-wp-security/admin/wp-security-user-accounts-menu.php:324
3086
- msgid "Account Login Name"
3087
- msgstr "نام ورود مورد استفاده حساب"
3088
-
3089
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:28
3090
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:41
3091
- msgid "Login Captcha"
3092
- msgstr "Captcha برای ورود"
3093
-
3094
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:29
3095
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:407
3096
- msgid "Login Whitelist"
3097
- msgstr "لیست سفید ورود"
3098
-
3099
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:30
3100
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:519
3101
- msgid "Failed Login Records"
3102
- msgstr "رکورد ورودهای ناموفق"
3103
-
3104
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:31
3105
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:47
3106
- msgid "Force Logout"
3107
- msgstr "خروج اجباری"
3108
-
3109
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:32
3110
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:653
3111
- msgid "Account Activity Logs"
3112
- msgstr "گزارش فعالیت‌های حساب"
3113
-
3114
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:100
3115
- msgid ""
3116
- "You entered a non numeric value for the max login attempts field. It has "
3117
- "been set to the default value."
3118
- msgstr ""
3119
- "شما یک مقدار غیر عددی برای حداکثر تلاش‌های ورود وارد کردید. مقدار پیش‌فرض "
3120
- "استفاده می‌شود."
3121
-
3122
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:107
3123
- msgid ""
3124
- "You entered a non numeric value for the login retry time period field. It "
3125
- "has been set to the default value."
3126
- msgstr ""
3127
- "شما یک مقدار غیر عددی برای بازه‌زمانی تلاش‌دوباره ورود وارد کردید. مقدار "
3128
- "پیش‌فرض استفاده می‌شود."
3129
-
3130
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:114
3131
- msgid ""
3132
- "You entered a non numeric value for the lockout time length field. It has "
3133
- "been set to the default value."
3134
- msgstr ""
3135
- "شما یک مقدار غیر عددی برای زمان بازداشتن از ورود وارد کردید. مقدار پیش‌فرض "
3136
- "استفاده می‌شود."
3137
-
3138
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:159
3139
- msgid "Login Lockdown Configuration"
3140
- msgstr "تنظیمات بازداری از ورود"
3141
-
3142
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:163
3143
- msgid "One of the ways hackers try to compromise sites is via a "
3144
- msgstr "یکی از راههایی که هکر‌ها در روش"
3145
-
3146
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:163
3147
- msgid "Brute Force Login Attack"
3148
- msgstr "حمله Brute Force"
3149
-
3150
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:164
3151
- msgid ""
3152
- "This is where attackers use repeated login attempts until they guess the "
3153
- "password."
3154
- msgstr ""
3155
- "برای ورود استفاده می‌کنند این است که به صورت مداوم اقدام به ورود می‌کنند تا "
3156
- "زمانی که رمز را حدس بزنند."
3157
-
3158
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:165
3159
- msgid ""
3160
- "Apart from choosing strong passwords, monitoring and blocking IP addresses "
3161
- "which are involved in repeated login failures in a short period of time is a "
3162
- "very effective way to stop these types of attacks."
3163
- msgstr ""
3164
- "جدا از انتخاب گذرواژه قدرتمند، نظارت و مسدود کردن IPهایی که در یک بازه کوتاه "
3165
- "چندین‌بار ورود ناموفق داشته اند، یک روش کارآمد برای جلوگیری از بروز این نوع "
3166
- "حملات است."
3167
-
3168
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:166
3169
- #, php-format
3170
- msgid ""
3171
- "You may also want to checkout our %s feature for another secure way to "
3172
- "protect against these types of attacks."
3173
- msgstr ""
3174
- "اگر بخواهید می‌توانید ویژگی دیگری که ما برای جلوگیری از این نوع حملات به کار "
3175
- "می گیریم ببینید: %s"
3176
-
3177
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:171
3178
- msgid "Login Lockdown Options"
3179
- msgstr "گزینه‌های بازداری از ورود"
3180
-
3181
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:183
3182
- msgid "Enable Login Lockdown Feature"
3183
- msgstr "به‌کارگیری ویژگی بازداری از ورود"
3184
-
3185
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:186
3186
- msgid ""
3187
- "Check this if you want to enable the login lockdown feature and apply the "
3188
- "settings below"
3189
- msgstr ""
3190
- "اگر می‌خواهید ویژگی بازداری از ورود و تنظیمات زیر را به کار بگیرید، این گزینه "
3191
- "را تیک بزنید"
3192
-
3193
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:190
3194
- msgid "Max Login Attempts"
3195
- msgstr "حداکثر تعداد تلاش برای ورود"
3196
-
3197
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:192
3198
- msgid ""
3199
- "Set the value for the maximum login retries before IP address is locked out"
3200
- msgstr ""
3201
- "حداکثر دفعاتی را که یک IP قبل از قفل شدن می‌تواند اقدام به ورود کند، وارد کنید"
3202
-
3203
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:196
3204
- msgid "Login Retry Time Period (min)"
3205
- msgstr "بازه زمانی تلاش برای ورود دوباره (دقیقه)"
3206
-
3207
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:198
3208
- msgid ""
3209
- "If the maximum number of failed login attempts for a particular IP address "
3210
- "occur within this time period the plugin will lock out that address"
3211
- msgstr ""
3212
- "اگر حداکثر دفعات ورود ناموفق برای یک IP رخ بدهد، افزونه به اندازه این بازه "
3213
- "زمانی، آن IP را قفل می‌کند."
3214
-
3215
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:202
3216
- msgid "Time Length of Lockout (min)"
3217
- msgstr "بازه زمانی قفل کردن (دقیقه)"
3218
-
3219
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:204
3220
- msgid ""
3221
- "Set the length of time for which a particular IP address will be prevented "
3222
- "from logging in"
3223
- msgstr "بازه‎‌ای که باید از ورود یک IP خاص جلوگیری شود، در این جا وارد کنید"
3224
-
3225
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:208
3226
- msgid "Display Generic Error Message"
3227
- msgstr "نمایش پیام خطای عمومی"
3228
-
3229
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:211
3230
- msgid ""
3231
- "Check this if you want to show a generic error message when a login attempt "
3232
- "fails"
3233
- msgstr ""
3234
- "اگر می‌خواهید بعد از یک ورود ناموفق، یک پیام خطای عمومی نمایش داده شود این "
3235
- "گزینه را تیک بزنید."
3236
-
3237
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:215
3238
- msgid "Instantly Lockout Invalid Usernames"
3239
- msgstr "قفل کردن فوری نام‌های کاربری نامعتبر"
3240
-
3241
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:218
3242
- msgid ""
3243
- "Check this if you want to instantly lockout login attempts with usernames "
3244
- "which do not exist on your system"
3245
- msgstr ""
3246
- "اگر می‌خواهید بلافاصله تلاش‌های ورود برای نام‌های کاربری که در سایتتان نیست قفل "
3247
- "شود، این گزینه را تیک بزنید"
3248
-
3249
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:223
3250
- msgid "Notify By Email"
3251
- msgstr "آگاه کردن از راه ایمیل"
3252
-
3253
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:226
3254
- msgid ""
3255
- "Check this if you want to receive an email when someone has been locked out "
3256
- "due to maximum failed login attempts"
3257
- msgstr ""
3258
- "اگر می‌خواهید وقتی IP یک نفر در اثر تلاش‌های ناموفق زیاد قفل شد، به شما ایمیل "
3259
- "زده شود، این گزینه را تیک بزنید."
3260
-
3261
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:236
3262
- msgid "Currently Locked Out IP Address Ranges"
3263
- msgstr "محدوده IPهایی که هم اکنون قفل شده اند"
3264
-
3265
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:290
3266
- msgid ""
3267
- "This feature allows you to add a captcha form on the WordPress login page."
3268
- msgstr ""
3269
- "این ویژگی به شما امکان اضافه کردن یک فرم Captcha به صفحه ورود وردپرس را "
3270
- "می‌دهد."
3271
-
3272
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:291
3273
- msgid ""
3274
- "Users who attempt to login will also need to enter the answer to a simple "
3275
- "mathematical question - if they enter the wrong answer, the plugin will not "
3276
- "allow them login even if they entered the correct username and password."
3277
- msgstr ""
3278
- "کاربرانی که قصد ورود دارند همچنین باید پاسخ یک سوال ساده ریاضی را وارد کنند. "
3279
- "اگر پاسخ نادرست بدهند افزونه از ورود آن‌ها جلوگیری می‌کند؛ حتی اگر نام‌کاربری و "
3280
- "گذرواژه صحیح را وارد کرده باشند."
3281
-
3282
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:292
3283
- msgid ""
3284
- "Therefore, adding a captcha form on the login page is another effective yet "
3285
- "simple \"Brute Force\" prevention technique."
3286
- msgstr ""
3287
- "بنابراین افزودن یک فرم Captcha به برگه ورود، یک ترفند ساده دیگر برای جلوگیری "
3288
- "از Brute Force است."
3289
-
3290
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:298
3291
- msgid "Login Form Captcha Settings"
3292
- msgstr "تنظیمات Captcha برای برگه ورود"
3293
-
3294
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:309
3295
- msgid "Enable Captcha On Login Page"
3296
- msgstr "فعال کردن Captcha در برگه ورود"
3297
-
3298
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:312
3299
- msgid "Check this if you want to insert a captcha form on the login page"
3300
- msgstr ""
3301
- "اگر می خواهید یک فرم Captcha به برگه ورود شما اضافه شود، این گزینه را تیک "
3302
- "بزنید."
3303
-
3304
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:318
3305
- msgid "Lost Password Form Captcha Settings"
3306
- msgstr "تنظیم Captcha برای فرم بازیابی گذرواژه"
3307
-
3308
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:328
3309
- msgid "Enable Captcha On Lost Password Page"
3310
- msgstr "فعال کردن Captcha برای برگه بازیابی گذرواژه"
3311
-
3312
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:331
3313
- msgid ""
3314
- "Check this if you want to insert a captcha form on the lost password page"
3315
- msgstr ""
3316
- "اگر می‌خواهید به برگه بازیابی گذرواژه یک فرم Captcha اضافه کنید، این گزینه را "
3317
- "تیک بزنید."
3318
-
3319
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:353
3320
- msgid "Nonce check failed for save whitelist settings!"
3321
- msgstr "بررسی Nonce برای ذخیره لیست سفید ناموفق بود!"
3322
-
3323
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:410
3324
- msgid ""
3325
- "The All In One WP Security Whitelist feature gives you the option of only "
3326
- "allowing certain IP addresses or ranges to have access to your WordPress "
3327
- "login page."
3328
- msgstr ""
3329
- "لیست سفید افزونه امنیت فراگیر وردپرس به شما اجازه می‌دهد تا فقط به تعداد "
3330
- "مشخصی آدرس/محدوده IP اجازه دسترسی به برگه ورود را بدهید."
3331
-
3332
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:411
3333
- msgid ""
3334
- "This feature will deny login access for all IP addresses which are not in "
3335
- "your whitelist as configured in the settings below."
3336
- msgstr ""
3337
- "طبق تنظیمات زیر، هر IP آدرسی که در لیست سفید نباشد از دسترسی به برگه ورود "
3338
- "باز می‌ماند."
3339
-
3340
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:412
3341
- msgid ""
3342
- "The plugin achieves this by writing the appropriate directives to your ."
3343
- "htaccess file."
3344
- msgstr "افزونه برای این کار، دستورهای مناسبی را در فایل htaccess. شما می‌نویسد."
3345
-
3346
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:413
3347
- msgid ""
3348
- "By allowing/blocking IP addresses via the .htaccess file your are using the "
3349
- "most secure first line of defence because login access will only be granted "
3350
- "to whitelisted IP addresses and other addresses will be blocked as soon as "
3351
- "they try to access your login page."
3352
- msgstr ""
3353
- "با اجازه دادن یا ندادن به IP آدرس‌ها از طریق فایل htaccess. ، شما از امن‌ترین "
3354
- "خط دفاعی اولیه استفاده می‌کنید؛ زیرا اجازه دسترسی به برگه ورود تنها برای IP "
3355
- "آدرس‌های موجود در لیست سفید صادر می‌شود و بقیه آدرس‌ها به محض تلاش برای رسیدن "
3356
- "به برگه ورود، مسدود خواهند شد."
3357
-
3358
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:420
3359
- #, php-format
3360
- msgid ""
3361
- "Attention: If in addition to enabling the white list feature, you also have "
3362
- "the %s feature enabled, <strong>you will still need to use your secret word "
3363
- "in the URL when trying to access your WordPress login page</strong>."
3364
- msgstr ""
3365
- "توجه: اگر علاوه بر فعال کردن ویژگی لیست سفید، شما ویژگی %s را هم فعال "
3366
- "کنید، <strong>شما همچنان برای دسترسی به برگه ورود وردپرس، نیاز به وارد کردن "
3367
- "واژه محرمانه در آدرس اینترنتی دارید</strong>."
3368
-
3369
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:421
3370
- msgid ""
3371
- "These features are NOT functionally related. Having both of them enabled on "
3372
- "your site means you are creating 2 layers of security."
3373
- msgstr ""
3374
- "این دو ویژگی کارکرد مشابهی ندارند. فعال کردن همزمان آنها روی سایت به این "
3375
- "معنا است که شما دو لایه حفاظتی ایجاد کرده اید."
3376
-
3377
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:426
3378
- msgid "Login IP Whitelist Settings"
3379
- msgstr "تنظیمات لیست سفید IP"
3380
-
3381
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:437
3382
- msgid "Enable IP Whitelisting"
3383
- msgstr "فعال کردن تنظیمات لیست سفید IP"
3384
-
3385
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:440
3386
- msgid ""
3387
- "Check this if you want to enable the whitelisting of selected IP addresses "
3388
- "specified in the settings below"
3389
- msgstr ""
3390
- "اگر می‌خواهید ویژگی لیست سفید را برای IP آدرس‌هایی که در زیر مشخص کرده اید، "
3391
- "فعال شود، این گزینه را تیک بزنید."
3392
-
3393
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:444
3394
- msgid "Your Current IP Address"
3395
- msgstr "آدرس IP کنونی شما"
3396
-
3397
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:447
3398
- msgid ""
3399
- "You can copy and paste this address in the text box below if you want to "
3400
- "include it in your login whitelist."
3401
- msgstr ""
3402
- "شما می‌توانید این آدرس را کپی و در جعبه متن پایین، Paste کنید.(اگر می‌خواهید "
3403
- "IP کنونی شما در لیست سفید ثبت شود)"
3404
-
3405
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:451
3406
- msgid "Enter Whitelisted IP Addresses:"
3407
- msgstr "IP آدرس‌های لیست سفید را وارد کنید:"
3408
-
3409
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:455
3410
- msgid ""
3411
- "Enter one or more IP addresses or IP ranges you wish to include in your "
3412
- "whitelist. Only the addresses specified here will have access to the "
3413
- "WordPress login page."
3414
- msgstr ""
3415
- "یک یا چند IP آدرس یا محدوده IP وارد کنید. تنها آدرس‌هایی که در اینجا ذکر شوند "
3416
- "اجازه دسترسی به برگه ورود وردپرس را خواهند داشت."
3417
-
3418
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:485
3419
- msgid "Nonce check failed for delete all failed login records operation!"
3420
- msgstr ""
3421
- "بررسی Nonce برای پاک کردن همه گزارش‌های ورود ناموفق، با شکست رو به رو شد!"
3422
-
3423
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:494
3424
- msgid "User Login Feature - Delete all failed login records operation failed!"
3425
- msgstr ""
3426
- "ویژگی ورود کاربر - عملیات پاک کردن همه گزارش‌های ورود ناموفق، با شکست رو به "
3427
- "رو شد!"
3428
-
3429
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:498
3430
- msgid "All records from the Failed Logins table were deleted successfully!"
3431
- msgstr "همه گزارش‌ها از جدول ورودهای ناموفق پاک شدند!"
3432
-
3433
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:513
3434
- msgid "This tab displays the failed login attempts for your site."
3435
- msgstr "این تَب، همه تلاش‌های ناموفق برای ورود به سایت شما را نشان می‌دهد."
3436
-
3437
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:514
3438
- msgid ""
3439
- "The information below can be handy if you need to do security investigations "
3440
- "because it will show you the IP range, username and ID (if applicable) and "
3441
- "the time/date of the failed login attempt."
3442
- msgstr ""
3443
- "اگر شما نیاز به انجام بررسی‌های امنیتی دارید، اطلاعات زیر می تواند سودمند "
3444
- "باشد. زیرا این اطلاعات به شما محدوده IP، نام کاربری و ID (در صورت وجود) و "
3445
- "تاریخ / زمانهای ورود ناموفق را نشان می‌دهد."
3446
-
3447
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:535
3448
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:544
3449
- msgid "Delete All Failed Login Records"
3450
- msgstr "پاک کردن همه گزارش‌های ورود ناموفق"
3451
-
3452
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:541
3453
- msgid ""
3454
- "Click this button if you wish to delete all failed login records in one go."
3455
- msgstr ""
3456
- "اگر می‌خواهید در یک حرکت همه گزارش‌های ورود ناموفق را پاک کنید، روی دکمه کلیک "
3457
- "کنید."
3458
-
3459
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:569
3460
- msgid ""
3461
- "You entered a non numeric value for the logout time period field. It has "
3462
- "been set to the default value."
3463
- msgstr ""
3464
- "شما یک مقدار غیر عددی برای بازه زمانی خروج از سایت وارد کرده‌اید. مقدار "
3465
- "پیش‌فرض استفاده می‌شود."
3466
-
3467
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:597
3468
- msgid ""
3469
- "Setting an expiry period for your WP administration session is a simple way "
3470
- "to protect against unauthorized access to your site from your computer."
3471
- msgstr ""
3472
- "تنظیم یک بازه زمانی برای مدت زمان حضور مدیر در سایت، یک راه مفید برای "
3473
- "جلوگیری از دسترسی غیرمجاز به سایت از راه کامپیوتر شماست."
3474
-
3475
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:598
3476
- msgid ""
3477
- "This feature allows you to specify a time period in minutes after which the "
3478
- "admin session will expire and the user will be forced to log back in."
3479
- msgstr ""
3480
- "این ویژگی به شما اجازه می‌دهد تا یک بازه زمانی(به دقیقه) تعیین کنید؛ پس از "
3481
- "این بازه زمانی مدیر به طور خودکار از سایت خارج می‌شود و برای وارد شدن دوباره "
3482
- "باید گذرواژه را وارد کند."
3483
-
3484
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:603
3485
- msgid "Force User Logout Options"
3486
- msgstr "گزینه‌های بیرون‌کردن اجباری کاربر"
3487
-
3488
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:615
3489
- msgid "Enable Force WP User Logout"
3490
- msgstr "فعال‌سازی بیرون کردن اجباری کاربر"
3491
-
3492
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:618
3493
- msgid ""
3494
- "Check this if you want to force a wp user to be logged out after a "
3495
- "configured amount of time"
3496
- msgstr ""
3497
- "اگر می‌خواهید یک کاربر بعد از بازه زمانی مشخصی از سایت بیرون شود، این گزینه "
3498
- "را تیک بزنید."
3499
-
3500
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:622
3501
- msgid "Logout the WP User After XX Minutes"
3502
- msgstr "بیرون کردن کاربر پس از XX دقیقه"
3503
-
3504
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:624
3505
- msgid ""
3506
- "(Minutes) The user will be forced to log back in after this time period has "
3507
- "elapased."
3508
- msgstr "(دقیقه) بعد از گذشت این زمان کاربر دوباره باید وارد سایت شود."
3509
-
3510
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:647
3511
- msgid ""
3512
- "This tab displays the login activity for WordPress admin accounts registered "
3513
- "with your site."
3514
- msgstr "این تَب، فعالیت‌های ورود را برای حساب‌های مدیران سایت نشان می‌دهد."
3515
-
3516
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:648
3517
- msgid ""
3518
- "The information below can be handy if you need to do security investigations "
3519
- "because it will show you the last 50 recent login events by username, IP "
3520
- "address and time/date."
3521
- msgstr ""
3522
- "اگر شما نیاز به انجام بررسی‌های امنیتی دارید، اطلاعات زیر می تواند سودمند "
3523
- "باشد. زیرا 50 ورود آخر را بر اساس نام کاربری، IP آدرس و زمان/تاریخ نشان "
3524
- "می‌دهد."
3525
-
3526
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:685
3527
- msgid "Nonce check failed for users logged in list!"
3528
- msgstr "بررسی Nonce برای فهرست کاربران حاضر در سایت، ناموفق بود!"
3529
-
3530
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:698
3531
- msgid "Refresh Logged In User Data"
3532
- msgstr "تازه کردن اطلاعات کاربران حاضر در سایت"
3533
-
3534
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:702
3535
- msgid "Refresh Data"
3536
- msgstr "تازه‌سازی"
3537
-
3538
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:708
3539
- msgid "This tab displays all users who are currently logged into your site."
3540
- msgstr "این تَب همه کاربرانی را که هم اکنون در سایت شما حاضر هستند، نشان می‌دهد."
3541
-
3542
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:709
3543
- msgid ""
3544
- "If you suspect there is a user or users who are logged in which should not "
3545
- "be, you can block them by inspecting the IP addresses from the data below "
3546
- "and adding them to your blacklist."
3547
- msgstr ""
3548
- "اگر شما به یک یا چند نفر از کاربران حاضر، بدگمان هستید، می‌توانید IP آدرس "
3549
- "آن‌ها را از جدول زیر برداشته و در لیست سیاه خود قرار دهید."
3550
-
3551
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:714
3552
- msgid "Currently Logged In Users"
3553
- msgstr "کاربران حاضر در سایت"
3554
-
3555
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:779
3556
- msgid "The selected records were deleted successfully!"
3557
- msgstr "گزارش‌های انتخاب شده با موفقیت پاک شدند!"
3558
-
3559
- #: all-in-one-wp-security/admin/wp-security-user-login-menu.php:788
3560
- msgid "The selected record was deleted successfully!"
3561
- msgstr "گزارش انتخاب شده با موفقیت پاک شد!"
3562
-
3563
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:23
3564
- msgid "Manual Approval"
3565
- msgstr "تأیید دستی"
3566
-
3567
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:24
3568
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:53
3569
- msgid "Registration Captcha"
3570
- msgstr "Captcha برای نام‌نویسی"
3571
-
3572
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:112
3573
- msgid "User Registration Settings"
3574
- msgstr "تنظیمات نام‌نویسی کاربر"
3575
-
3576
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:116
3577
- msgid "Manually Approve New Registrations"
3578
- msgstr "تأیید دستی نام‌نویسی‌های تازه"
3579
-
3580
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:120
3581
- msgid ""
3582
- "If your site allows people to create their own accounts via the WordPress "
3583
- "registration form, then you can minimize SPAM or bogus registrations by "
3584
- "manually approving each registration."
3585
- msgstr ""
3586
- "اگر سایت شما به مردم اجازه می‌دهد که خودشان از طریق فرم نام‌نویسی وردپرس برای "
3587
- "خودشان حساب کاربری بسازند، شما می‌توانید با تأیید دستی نام‌نویسی‌ها جلوی "
3588
- "مزاحم‌ها و جفنگ‌نویس‌ها را بگیرید."
3589
-
3590
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:121
3591
- msgid ""
3592
- "This feature will automatically set a newly registered account to \"pending"
3593
- "\" until the administrator activates it. Therefore undesirable registrants "
3594
- "will be unable to log in without your express approval."
3595
- msgstr ""
3596
- "این ویژگی به طور خودکار، حساب‌های تازه را در لیست انتظار قرار می‌دهد تا زمانی "
3597
- "که مدیر آن حساب را فعال کند. بنابراین حساب‌های ناخواسته بدون تأیید صریح شما "
3598
- "نمی‌توانند وارد سایت شوند."
3599
-
3600
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:122
3601
- msgid ""
3602
- "You can view all accounts which have been newly registered via the handy "
3603
- "table below and you can also perform bulk activation/deactivation/deletion "
3604
- "tasks on each account."
3605
- msgstr ""
3606
- "شما می‌توانید همه حساب‌هایی را که به تازگی نام‌نویسی کرده اند در جدول زیر "
3607
- "ببینید و کارهای دسته جمعی مانند فعال‌کردن/غیر فعال‌کردن/پاک کردن را روی آنها "
3608
- "انجام دهید."
3609
-
3610
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:138
3611
- msgid "Enable manual approval of new registrations"
3612
- msgstr "فعال‌سازی تأیید دستی برای نام‌نویسی‌های تازه"
3613
-
3614
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:141
3615
- msgid ""
3616
- "Check this if you want to automatically disable all newly registered "
3617
- "accounts so that you can approve them manually."
3618
- msgstr ""
3619
- "اگر می‌خواهید هر نام‌نویسی تازه‌ای که اتفاق می‌افتد به صورت دستی تأیید کنید، این "
3620
- "گزینه را تیک بزنید."
3621
-
3622
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:150
3623
- msgid "Approve Registered Users"
3624
- msgstr "تأیید کاربران ثبت‌نام شده"
3625
-
3626
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:195
3627
- msgid ""
3628
- "This feature allows you to add a captcha form on the WordPress registration "
3629
- "page."
3630
- msgstr ""
3631
- "این ویژگی به شما اجازه می‌دهد که یک فرم Captcha به برگه نام‌نویسی وردپرس اضافه "
3632
- "کنید."
3633
-
3634
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:196
3635
- msgid ""
3636
- "Users who attempt to register will also need to enter the answer to a simple "
3637
- "mathematical question - if they enter the wrong answer, the plugin will not "
3638
- "allow them to register."
3639
- msgstr ""
3640
- "کسانی که می‌خواهند نام‌نویسی کنند بایستی به یک پرسش ساده ریاضی پاسخ بدهند. در "
3641
- "صورت دادن پاسخ اشتباه آن‌ها نمی‌توانند نام نویسی کنند."
3642
-
3643
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:197
3644
- msgid ""
3645
- "Therefore, adding a captcha form on the registration page is another "
3646
- "effective yet simple SPAM registration prevention technique."
3647
- msgstr ""
3648
- "بنابراین افزودن یک فرم Captcha به برگه نام‌نویسی یک ترفند ساده دیگر برای "
3649
- "جلوگیری از نام‌نویسی جفنگ‌نویس‌هاست."
3650
-
3651
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:202
3652
- msgid "Registration Page Captcha Settings"
3653
- msgstr "تنظیمات Captcha برای نام‌نویسی"
3654
-
3655
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:214
3656
- msgid "Enable Captcha On Registration Page"
3657
- msgstr "فعال‌سازی Captcha در برگه نام‌نویسی"
3658
-
3659
- #: all-in-one-wp-security/admin/wp-security-user-registration-menu.php:217
3660
- msgid ""
3661
- "Check this if you want to insert a captcha form on the WordPress user "
3662
- "registration page (if you allow user registration)."
3663
- msgstr ""
3664
- "اگر می‌خواهید یک فرم Captcha به برگه نام‌نویسی وردپرس اضافه کنید این گزینه را "
3665
- "تیک بزنید. (در صورتی که نام‌نویسی را برای سایت آزاد کرده‌اید)"
3666
-
3667
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:22
3668
- msgid "WhoIS Lookup"
3669
- msgstr "جستجوی WhoIS"
3670
-
3671
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:74
3672
- msgid "WHOIS Lookup Information"
3673
- msgstr "اطلاعات جستجوی WHOIS"
3674
-
3675
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:77
3676
- msgid ""
3677
- "This feature allows you to look up more detailed information about an IP "
3678
- "address or domain name by querying the WHOIS API."
3679
- msgstr ""
3680
- "این ویژگی به شما اجازه می‌دهد تا از راه جستجو در WHOIS اطلاعات دقیق‌تری درباره "
3681
- "یک IP آدرس یا نام دامنه بدست آورید."
3682
-
3683
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:83
3684
- msgid "Perform a WHOIS Lookup for an IP or Domain Name"
3685
- msgstr "انجام جستجوی WHOIS برای یک IP و یا نام دامنه"
3686
-
3687
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:89
3688
- msgid "Enter IP Address or Domain Name"
3689
- msgstr "نام دامنه یا IP آدرس را وارد کنید"
3690
-
3691
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:91
3692
- msgid ""
3693
- "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-"
3694
- "name.com"
3695
- msgstr ""
3696
- "یک IP آدرس یا نام دامنه وارد کنید. نمونه: 13.12.11.111 یا some-domain-name."
3697
- "com"
3698
-
3699
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:95
3700
- msgid "Perform IP or Domain Lookup"
3701
- msgstr "انجام جستجوی IP یا دامنه"
3702
-
3703
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:115
3704
- msgid "WHOIS lookup successfully completed. Please see the results below:"
3705
- msgstr "جستجوی WHOIS با موفقیت به پایان رسید. لطفا نتایج زیر را ببینید:"
3706
-
3707
- #: all-in-one-wp-security/admin/wp-security-whois-menu.php:127
3708
- msgid ""
3709
- "You have entered an incorrectly formatted IP address or domain name. Please "
3710
- "try again."
3711
- msgstr ""
3712
- "شما آدرس IP یا نام دامنه را در قالب نادرستی وارد کرده‌اید. لطفا دوباره تلاش "
3713
- "کنید."
3714
-
3715
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:178
3716
- msgid "No items found."
3717
- msgstr "موردی یافت نشد."
3718
-
3719
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:281
3720
- msgid "Bulk Actions"
3721
- msgstr "کارهای دسته‌جمعی"
3722
-
3723
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:291
3724
- msgid "Apply"
3725
- msgstr "به کار گرفتن"
3726
-
3727
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:365
3728
- msgid "Show all dates"
3729
- msgstr "نمایش همه تاریخ‌ها"
3730
-
3731
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:378
3732
- #, php-format
3733
- msgid "%1$s %2$d"
3734
- msgstr "%1$s %2$d"
3735
-
3736
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:394
3737
- msgid "List View"
3738
- msgstr "نمایش فهرست‌وار"
3739
-
3740
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:395
3741
- msgid "Excerpt View"
3742
- msgstr "نمایش چکیده"
3743
-
3744
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:421
3745
- #, php-format
3746
- msgid "%s pending"
3747
- msgstr "%s در انتظار"
3748
-
3749
- #: all-in-one-wp-security/admin/general/wp-security-list-table.php:653
3750
- msgid "Select All"
3751
- msgstr "انتخاب همه"
3752
-
3753
- #: all-in-one-wp-security/classes/wp-security-backup.php:177
3754
- msgid "All In One WP Security - Site Database Backup"
3755
- msgstr "افزونه امنیت فراگیر وردپرس - پشتیبان پایگاه داده سایت"
3756
-
3757
- #: all-in-one-wp-security/classes/wp-security-backup.php:179
3758
- msgid "Attached is your latest DB backup file for site URL"
3759
- msgstr ""
3760
- "فایل پیوست‌شده تازه‌ترین نسخه پشتیبان از پایگاه داده برای این نشانی سایت است"
3761
-
3762
- #: all-in-one-wp-security/classes/wp-security-backup.php:179
3763
- msgid " generated on"
3764
- msgstr "ساخته‌شده در"
3765
-
3766
- #: all-in-one-wp-security/classes/wp-security-captcha.php:12
3767
- msgid "Please enter an answer in digits:"
3768
- msgstr "لطفا پاسخ را به رقم وارد کنید:"
3769
-
3770
- #: all-in-one-wp-security/classes/wp-security-captcha.php:91
3771
- msgid "one"
3772
- msgstr "یک"
3773
-
3774
- #: all-in-one-wp-security/classes/wp-security-captcha.php:92
3775
- msgid "two"
3776
- msgstr "دو"
3777
-
3778
- #: all-in-one-wp-security/classes/wp-security-captcha.php:93
3779
- msgid "three"
3780
- msgstr "سه"
3781
-
3782
- #: all-in-one-wp-security/classes/wp-security-captcha.php:94
3783
- msgid "four"
3784
- msgstr "چهار"
3785
-
3786
- #: all-in-one-wp-security/classes/wp-security-captcha.php:95
3787
- msgid "five"
3788
- msgstr "پنج"
3789
-
3790
- #: all-in-one-wp-security/classes/wp-security-captcha.php:96
3791
- msgid "six"
3792
- msgstr "شش"
3793
-
3794
- #: all-in-one-wp-security/classes/wp-security-captcha.php:97
3795
- msgid "seven"
3796
- msgstr "هفت"
3797
-
3798
- #: all-in-one-wp-security/classes/wp-security-captcha.php:98
3799
- msgid "eight"
3800
- msgstr "هشت"
3801
-
3802
- #: all-in-one-wp-security/classes/wp-security-captcha.php:99
3803
- msgid "nine"
3804
- msgstr "نه"
3805
-
3806
- #: all-in-one-wp-security/classes/wp-security-captcha.php:100
3807
- msgid "ten"
3808
- msgstr "ده"
3809
-
3810
- #: all-in-one-wp-security/classes/wp-security-captcha.php:101
3811
- msgid "eleven"
3812
- msgstr "یازده"
3813
-
3814
- #: all-in-one-wp-security/classes/wp-security-captcha.php:102
3815
- msgid "twelve"
3816
- msgstr "دوازده"
3817
-
3818
- #: all-in-one-wp-security/classes/wp-security-captcha.php:103
3819
- msgid "thirteen"
3820
- msgstr "سیزده"
3821
-
3822
- #: all-in-one-wp-security/classes/wp-security-captcha.php:104
3823
- msgid "fourteen"
3824
- msgstr "چهارده"
3825
-
3826
- #: all-in-one-wp-security/classes/wp-security-captcha.php:105
3827
- msgid "fifteen"
3828
- msgstr "پانزده"
3829
-
3830
- #: all-in-one-wp-security/classes/wp-security-captcha.php:106
3831
- msgid "sixteen"
3832
- msgstr "شانزده"
3833
-
3834
- #: all-in-one-wp-security/classes/wp-security-captcha.php:107
3835
- msgid "seventeen"
3836
- msgstr "هفده"
3837
-
3838
- #: all-in-one-wp-security/classes/wp-security-captcha.php:108
3839
- msgid "eighteen"
3840
- msgstr "هجده"
3841
-
3842
- #: all-in-one-wp-security/classes/wp-security-captcha.php:109
3843
- msgid "nineteen"
3844
- msgstr "نوزده"
3845
-
3846
- #: all-in-one-wp-security/classes/wp-security-captcha.php:110
3847
- msgid "twenty"
3848
- msgstr "بیست"
3849
-
3850
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:58
3851
- msgid "All In One WP Security - File change detected!"
3852
- msgstr "امنیت فراگیر وردپرس - شناسایی تغییر فایل"
3853
-
3854
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:60
3855
- msgid "A file change was detected on your system for site URL"
3856
- msgstr "یک تغییر فایل روی سیستم شما برای این سایت شناسایی شده است"
3857
-
3858
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:60
3859
- msgid ". Scan was generated on"
3860
- msgstr ". بررسی در این تاریخ انجام شده است"
3861
-
3862
- #: all-in-one-wp-security/classes/wp-security-file-scan.php:61
3863
- msgid "Login to your site to view the scan details."
3864
- msgstr "برای مشاهده جزییات بررسی، وارد پیشخوان سایت خود شوید."
3865
-
3866
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:158
3867
- msgid "Please enter an answer in the CAPTCHA field."
3868
- msgstr "لطفا یک پاسخ در زمینه Captcha وارد کنید."
3869
-
3870
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:168
3871
- msgid ""
3872
- "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
3873
- msgstr "خطا: پاسخ شما به Captcha نادرست بود. برگردید و دوباره تلاش کنید."
3874
-
3875
- #: all-in-one-wp-security/classes/wp-security-general-init-tasks.php:196
3876
- #: all-in-one-wp-security/classes/wp-security-user-login.php:63
3877
- #: all-in-one-wp-security/classes/wp-security-user-login.php:66
3878
- #: all-in-one-wp-security/classes/wp-security-user-registration.php:59
3879
- msgid "<strong>ERROR</strong>: Your answer was incorrect - please try again."
3880
- msgstr "<strong>خطا</strong>: پاسخ شما اشتباه بود - دوباره تلاش کنید."
3881
-
3882
- #: all-in-one-wp-security/classes/wp-security-user-login.php:39
3883
- msgid ""
3884
- "<strong>ERROR</strong>: Login failed because your IP address has been "
3885
- "blocked.\n"
3886
- " Please contact the administrator."
3887
- msgstr ""
3888
- "<strong>خطا</strong> ورود با شکست مواجه شد. زیرا IP شما مسدود شده است.\n"
3889
- " لطفا با مدیر تماس بگیرید."
3890
-
3891
- #: all-in-one-wp-security/classes/wp-security-user-login.php:76
3892
- msgid "<strong>ERROR</strong>: The username field is empty."
3893
- msgstr "<strong>خطا</strong> : زمینه نام‌کاربری خالی است."
3894
-
3895
- #: all-in-one-wp-security/classes/wp-security-user-login.php:80
3896
- msgid "<strong>ERROR</strong>: The password field is empty."
3897
- msgstr "<strong>خطا</strong> : زمینه گذرواژه خالی است."
3898
-
3899
- #: all-in-one-wp-security/classes/wp-security-user-login.php:100
3900
- #: all-in-one-wp-security/classes/wp-security-user-login.php:126
3901
- msgid "<strong>ERROR</strong>: Invalid login credentials."
3902
- msgstr "<strong>خطا</strong> : اطلاعات ورود نادرست است."
3903
-
3904
- #: all-in-one-wp-security/classes/wp-security-user-login.php:103
3905
- msgid "<strong>ERROR</strong>: Invalid username."
3906
- msgstr "<strong>خطا</strong> :نام کاربری نادرست است."
3907
-
3908
- #: all-in-one-wp-security/classes/wp-security-user-login.php:129
3909
- #, php-format
3910
- msgid ""
3911
- "<strong>ERROR</strong>: Incorrect password. <a href=\"%s\" title=\"Password "
3912
- "Lost and Found\">Lost your password</a>?"
3913
- msgstr ""
3914
- "<strong>خطا</strong> : گذرواژه نادرست است.<a href=\"%s\" title=\"گم کردن و "
3915
- "بازیابی گذرواژه\">گذرواژه‌تان را گم کردید؟</a>"
3916
-
3917
- #: all-in-one-wp-security/classes/wp-security-user-login.php:140
3918
- msgid ""
3919
- "<strong>ACCOUNT PENDING</strong>: Your account is currently not active. An "
3920
- "administrator needs to activate your account before you can login."
3921
- msgstr ""
3922
- "<strong>نام نویسی در انتظار</strong> : حساب شما هنوز فعال نشده است. قبل از "
3923
- "اینکه بتوانید وارد شوید، یک مدیر باید حساب شما را فعال کند."
3924
-
3925
- #: all-in-one-wp-security/classes/wp-security-user-login.php:263
3926
- msgid "Site Lockout Notification"
3927
- msgstr "هشدار ورود ناموفق به سایت"
3928
-
3929
- #: all-in-one-wp-security/classes/wp-security-user-login.php:264
3930
- msgid ""
3931
- "A lockdown event has occurred due to too many failed login attempts or "
3932
- "invalid username:"
3933
- msgstr ""
3934
- "در پی تلاش‌های ناموفق زیاد برای ورود یا وارد کردن نام کاربری نادرست، ورود به "
3935
- "سایت برای یک IP یا نام کاربری قفل شده است:"
3936
-
3937
- #: all-in-one-wp-security/classes/wp-security-user-login.php:265
3938
- msgid "Username: "
3939
- msgstr "نام کاربری:"
3940
-
3941
- #: all-in-one-wp-security/classes/wp-security-user-login.php:266
3942
- msgid "IP Address: "
3943
- msgstr "آدرس IP:"
3944
-
3945
- #: all-in-one-wp-security/classes/wp-security-user-login.php:267
3946
- msgid "IP Range: "
3947
- msgstr "محدوده IP:"
3948
-
3949
- #: all-in-one-wp-security/classes/wp-security-user-login.php:268
3950
- msgid ""
3951
- "Log into your site's WordPress administration panel to see the duration of "
3952
- "the lockout or to unlock the user."
3953
- msgstr ""
3954
- "برای مشاهده مدت زمان قفل شدن کاربر یا آزاد کردن آن به پیشخوان سایت وردپرس "
3955
- "خود وارد شوید."
3956
-
3957
- #: all-in-one-wp-security/classes/wp-security-user-login.php:425
3958
- #, php-format
3959
- msgid ""
3960
- "Your session has expired because it has been over %d minutes since your last "
3961
- "login."
3962
- msgstr ""
3963
- "جلسه شما به پایان رسیده است زیرا بیش از %d دقیقه از آخرین ورود شما می‌گذرد."
3964
-
3965
- #: all-in-one-wp-security/classes/wp-security-user-login.php:426
3966
- #: all-in-one-wp-security/classes/wp-security-user-login.php:430
3967
- msgid "Please log back in to continue."
3968
- msgstr "برای ادامه، لطفا دوباره وارد شوید."
3969
-
3970
- #: all-in-one-wp-security/classes/wp-security-user-login.php:429
3971
- msgid "You were logged out because you just changed the \"admin\" username."
3972
- msgstr "شما از سایت بیرون شدید چون نام کاربری admin را تغییر دادید."
3973
-
3974
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:79
3975
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:98
3976
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:113
3977
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:128
3978
- msgid " is not a valid ip address format."
3979
- msgstr "یک قالب درستی IP آدرس نیست."
3980
-
3981
- #: all-in-one-wp-security/classes/wp-security-utility-ip-address.php:136
3982
- msgid "You cannot ban your own IP address: "
3983
- msgstr "شما نمی‌توانید آدرس IP خودتان را مسدود کنید:"
3984
-
3985
- #: all-in-one-wp-security/classes/wp-security-utility.php:151
3986
- msgid ""
3987
- "This feature can only be configured by the \"superadmin\" on the main site."
3988
- msgstr "این ویژگی تنها توسط مدیر ارشد سایت قابل تنظیم است."
3989
-
3990
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:29
3991
- msgid "Remove WP Generatore Meta Tag"
3992
- msgstr "حذف سازنده تگ‌های متا"
3993
-
3994
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:35
3995
- msgid "Change Display Name"
3996
- msgstr "تغییر نمایش عمومی نام"
3997
-
3998
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:43
3999
- msgid "Lost Password Captcha"
4000
- msgstr "Captcha برای گذرواژه گمشده"
4001
-
4002
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:45
4003
- msgid "Login IP Whitelisting"
4004
- msgstr "لیست سفید IPها برای ورود به سایت"
4005
-
4006
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:51
4007
- msgid "Registration Approval"
4008
- msgstr "تأیید نام‌نویسی"
4009
-
4010
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:67
4011
- msgid "WordPress Files Access"
4012
- msgstr "دسترسی به فایل‌های وردپرس"
4013
-
4014
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:71
4015
- msgid "IP and User Agent Blacklisting"
4016
- msgstr "لیست سیاه IP یا نماینده کاربری"
4017
-
4018
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:75
4019
- msgid "Enable Basic Firewall"
4020
- msgstr "فعال‌سازی دیوارآتش پایه"
4021
-
4022
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:76
4023
- msgid "Enable Pingback Vulnerability Protection"
4024
- msgstr "فعال‌سازی محافظت در برابر آسیب‌پذیری Pingback"
4025
-
4026
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:82
4027
- msgid "Forbid Proxy Comments"
4028
- msgstr "ممنوع کردن فرستادن دیدگاه از طریق پراکسی"
4029
-
4030
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:83
4031
- msgid "Deny Bad Queries"
4032
- msgstr "رد کردن جستجوهای خطرناک"
4033
-
4034
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:85
4035
- msgid "5G Blacklist"
4036
- msgstr "لیست سیاه 5G"
4037
-
4038
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:88
4039
- msgid "Block Spambots"
4040
- msgstr "مسدود کردن ربات‌های جفنگ‌نویس"
4041
-
4042
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item-manager.php:90
4043
- msgid "Comment Captcha"
4044
- msgstr "Captcha برای دیدگاه"
4045
-
4046
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:28
4047
- msgid "Basic"
4048
- msgstr "آسان"
4049
-
4050
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:31
4051
- msgid "Intermediate"
4052
- msgstr "میانه"
4053
-
4054
- #: all-in-one-wp-security/classes/grade-system/wp-security-feature-item.php:34
4055
- msgid "Advanced"
4056
- msgstr "پیشرفته"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/all-in-one-wp-security-and-firewall-it_IT.mo DELETED
Binary file
languages/all-in-one-wp-security-and-firewall-it_IT.po DELETED
@@ -1,7365 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: All In One WP Security vv3.7.9\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-08-24 14:59+0200\n"
6
- "PO-Revision-Date: 2015-08-24 15:49+0200\n"
7
- "Last-Translator: Davide Giunchi <davide.giunchi@diennea.com>\n"
8
- "Language-Team: Marco Guglielmetti <mg@marcoguglielmetti.it>\n"
9
- "Language: it_IT\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.8.4\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
- "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
18
- "X-Poedit-Basepath: .\n"
19
- "X-Textdomain-Support: yes\n"
20
- "X-Poedit-SearchPath-0: ..\n"
21
-
22
- # @ default
23
- #: ../admin/general/wp-security-list-table.php:178
24
- msgid "No items found."
25
- msgstr "Nessun articolo trovato."
26
-
27
- # @ default
28
- #: ../admin/general/wp-security-list-table.php:281
29
- msgid "Bulk Actions"
30
- msgstr "Azioni in blocco"
31
-
32
- # @ default
33
- #: ../admin/general/wp-security-list-table.php:291
34
- msgid "Apply"
35
- msgstr "Applica"
36
-
37
- # @ default
38
- #: ../admin/general/wp-security-list-table.php:365
39
- msgid "Show all dates"
40
- msgstr "Mostra tutte le date"
41
-
42
- # @ default
43
- #: ../admin/general/wp-security-list-table.php:378
44
- #, php-format
45
- msgid "%1$s %2$d"
46
- msgstr "%1$s %2$d"
47
-
48
- # @ default
49
- #: ../admin/general/wp-security-list-table.php:394
50
- msgid "List View"
51
- msgstr "Vedi Lista"
52
-
53
- # @ default
54
- #: ../admin/general/wp-security-list-table.php:395
55
- msgid "Excerpt View"
56
- msgstr "Vedi Estratto"
57
-
58
- # @ default
59
- #: ../admin/general/wp-security-list-table.php:421
60
- #, php-format
61
- msgid "%s pending"
62
- msgstr "%s pendenti"
63
-
64
- # @ default
65
- #: ../admin/general/wp-security-list-table.php:477
66
- #: ../admin/general/wp-security-list-table.php:881
67
- #, php-format
68
- msgid "1 item"
69
- msgid_plural "%s items"
70
- msgstr[0] "1 Elemento"
71
- msgstr[1] "%s elementi"
72
-
73
- # @ default
74
- #: ../admin/general/wp-security-list-table.php:517
75
- #, php-format
76
- msgctxt "paging"
77
- msgid "%1$s of %2$s"
78
- msgstr ""
79
-
80
- # @ default
81
- #: ../admin/general/wp-security-list-table.php:653
82
- msgid "Select All"
83
- msgstr "Seleziona Tutti"
84
-
85
- # @ all-in-one-wp-security-and-firewall
86
- #: ../admin/wp-security-admin-init.php:203
87
- msgid "WP Security"
88
- msgstr "Sicurezza WP"
89
-
90
- # @ all-in-one-wp-security-and-firewall
91
- #: ../admin/wp-security-admin-init.php:204
92
- #: ../admin/wp-security-dashboard-menu.php:24
93
- msgid "Dashboard"
94
- msgstr "Bacheca"
95
-
96
- # @ all-in-one-wp-security-and-firewall
97
- #: ../admin/wp-security-admin-init.php:205
98
- msgid "Settings"
99
- msgstr "Impostazioni"
100
-
101
- # @ all-in-one-wp-security-and-firewall
102
- #: ../admin/wp-security-admin-init.php:206
103
- msgid "User Accounts"
104
- msgstr "Account Utente"
105
-
106
- # @ all-in-one-wp-security-and-firewall
107
- #: ../admin/wp-security-admin-init.php:207
108
- msgid "User Login"
109
- msgstr "Login Utente"
110
-
111
- # @ all-in-one-wp-security-and-firewall
112
- #: ../admin/wp-security-admin-init.php:208
113
- msgid "User Registration"
114
- msgstr "Registrazione Utenti"
115
-
116
- # @ all-in-one-wp-security-and-firewall
117
- #: ../admin/wp-security-admin-init.php:209
118
- msgid "Database Security"
119
- msgstr "Sicurezza Database"
120
-
121
- # @ all-in-one-wp-security-and-firewall
122
- #: ../admin/wp-security-admin-init.php:213
123
- msgid "Filesystem Security"
124
- msgstr "Sicurezza File Sistema"
125
-
126
- # @ all-in-one-wp-security-and-firewall
127
- #: ../admin/wp-security-admin-init.php:215
128
- msgid "WHOIS Lookup"
129
- msgstr "Ricerca WHOIS"
130
-
131
- # @ all-in-one-wp-security-and-firewall
132
- #: ../admin/wp-security-admin-init.php:219
133
- msgid "Blacklist Manager"
134
- msgstr "Gestione Blacklist"
135
-
136
- # @ all-in-one-wp-security-and-firewall
137
- #: ../admin/wp-security-admin-init.php:224
138
- msgid "Firewall"
139
- msgstr "Firewall"
140
-
141
- # @ all-in-one-wp-security-and-firewall
142
- #: ../admin/wp-security-admin-init.php:226
143
- msgid "Brute Force"
144
- msgstr ""
145
-
146
- # @ all-in-one-wp-security-and-firewall
147
- #: ../admin/wp-security-admin-init.php:227
148
- msgid "SPAM Prevention"
149
- msgstr "Prevenzione SPAM"
150
-
151
- # @ all-in-one-wp-security-and-firewall
152
- #: ../admin/wp-security-admin-init.php:231
153
- msgid "Scanner"
154
- msgstr "Scanner"
155
-
156
- # @ all-in-one-wp-security-and-firewall
157
- #: ../admin/wp-security-admin-init.php:233
158
- msgid "Maintenance"
159
- msgstr "Manutenzione"
160
-
161
- # @ all-in-one-wp-security-and-firewall
162
- #: ../admin/wp-security-admin-init.php:234
163
- msgid "Miscellaneous"
164
- msgstr "Altre impostazioni"
165
-
166
- # @ all-in-one-wp-security-and-firewall
167
- #: ../admin/wp-security-admin-menu.php:43
168
- msgid "Settings successfully updated."
169
- msgstr "Le Impostazioni sono state salvate con successo"
170
-
171
- # @ all-in-one-wp-security-and-firewall
172
- #: ../admin/wp-security-admin-menu.php:50
173
- msgid "The selected record(s) deleted successfully!"
174
- msgstr "Record selezionato (i) cancellato con successo!"
175
-
176
- # @ all-in-one-wp-security-and-firewall
177
- #: ../admin/wp-security-blacklist-menu.php:22
178
- msgid "Ban Users"
179
- msgstr "Utenti Bannati"
180
-
181
- # @ all-in-one-wp-security-and-firewall
182
- #: ../admin/wp-security-blacklist-menu.php:80
183
- msgid "Nonce check failed for save blacklist settings!"
184
- msgstr "Salvataggio impostazioni blacklist fallito!"
185
-
186
- # @ all-in-one-wp-security-and-firewall
187
- #: ../admin/wp-security-blacklist-menu.php:135
188
- #: ../admin/wp-security-brute-force-menu.php:635
189
- #: ../admin/wp-security-firewall-menu.php:977
190
- #: ../admin/wp-security-list-404.php:213
191
- #: ../admin/wp-security-list-comment-spammer-ip.php:161
192
- msgid ""
193
- "The plugin was unable to write to the .htaccess file. Please edit file "
194
- "manually."
195
- msgstr ""
196
- "Il plugin non è stato in grado di scrivere nel file .htaccess. Si prega di "
197
- "modificare il file manualmente."
198
-
199
- # @ all-in-one-wp-security-and-firewall
200
- #: ../admin/wp-security-blacklist-menu.php:142
201
- msgid "Ban IPs or User Agents"
202
- msgstr "IP o User Agent Bannati"
203
-
204
- # @ all-in-one-wp-security-and-firewall
205
- #: ../admin/wp-security-blacklist-menu.php:145
206
- msgid ""
207
- "The All In One WP Security Blacklist feature gives you the option of banning "
208
- "certain host IP addresses or ranges and also user agents."
209
- msgstr ""
210
- "La caratteristica Blacklist offre la possibilità di vietare determinati "
211
- "indirizzi IP o intervalli di accesso e anche user agent."
212
-
213
- # @ all-in-one-wp-security-and-firewall
214
- #: ../admin/wp-security-blacklist-menu.php:146
215
- msgid ""
216
- "This feature will deny total site access for users which have IP addresses or "
217
- "user agents matching those which you have configured in the settings below."
218
- msgstr ""
219
- "Questa funzione potrà negare l'accesso totale del sito per gli utenti che "
220
- "dispongono di indirizzi IP o gli agenti utente che corrispondono a quelli che "
221
- "si è configurato nelle impostazioni di seguito."
222
-
223
- # @ all-in-one-wp-security-and-firewall
224
- #: ../admin/wp-security-blacklist-menu.php:147
225
- msgid ""
226
- "The plugin achieves this by making appropriate modifications to your ."
227
- "htaccess file."
228
- msgstr ""
229
- "Il plugin realizza questo, facendo le opportune modifiche al file .htaccess."
230
-
231
- # @ all-in-one-wp-security-and-firewall
232
- #: ../admin/wp-security-blacklist-menu.php:148
233
- msgid ""
234
- "By blocking people via the .htaccess file your are using the most secure "
235
- "first line of defence which denies all access to blacklisted visitors as soon "
236
- "as they hit your hosting server."
237
- msgstr ""
238
- "Bloccando le persone tramite il file .htaccess si sta usando la prima linea "
239
- "di difesa più sicura che nega tutti gli accessi ai visitatori nella lista "
240
- "nera non appena provano a collegarsi al vostro server di hosting."
241
-
242
- # @ all-in-one-wp-security-and-firewall
243
- #: ../admin/wp-security-blacklist-menu.php:154
244
- msgid "IP Hosts and User Agent Blacklist Settings"
245
- msgstr "Impostazioni Blacklist IP Host e User Agent"
246
-
247
- # @ all-in-one-wp-security-and-firewall
248
- #: ../admin/wp-security-blacklist-menu.php:165
249
- msgid "Enable IP or User Agent Blacklisting"
250
- msgstr "Attiva IP o User Agent Blacklist"
251
-
252
- # @ all-in-one-wp-security-and-firewall
253
- #: ../admin/wp-security-blacklist-menu.php:168
254
- msgid ""
255
- "Check this if you want to enable the banning (or blacklisting) of selected IP "
256
- "addresses and/or user agents specified in the settings below"
257
- msgstr ""
258
- "Seleziona questa casella se desideri attivare la messa al bando (o lista "
259
- "nera) di indirizzi IP selezionati e / o user agents specificati nelle "
260
- "impostazioni di seguito"
261
-
262
- # @ all-in-one-wp-security-and-firewall
263
- #: ../admin/wp-security-blacklist-menu.php:172
264
- msgid "Enter IP Addresses:"
265
- msgstr "Inserisci Indirizzo IP:"
266
-
267
- # @ all-in-one-wp-security-and-firewall
268
- #: ../admin/wp-security-blacklist-menu.php:176
269
- msgid "Enter one or more IP addresses or IP ranges."
270
- msgstr "Immettere uno o più indirizzi IP o intervalli IP."
271
-
272
- # @ all-in-one-wp-security-and-firewall
273
- #: ../admin/wp-security-blacklist-menu.php:177
274
- #: ../admin/wp-security-blacklist-menu.php:197
275
- #: ../admin/wp-security-brute-force-menu.php:351
276
- #: ../admin/wp-security-brute-force-menu.php:385
277
- #: ../admin/wp-security-brute-force-menu.php:408
278
- #: ../admin/wp-security-brute-force-menu.php:429
279
- #: ../admin/wp-security-brute-force-menu.php:691
280
- #: ../admin/wp-security-filescan-menu.php:293
281
- #: ../admin/wp-security-filescan-menu.php:310
282
- #: ../admin/wp-security-firewall-menu.php:168
283
- #: ../admin/wp-security-firewall-menu.php:198
284
- #: ../admin/wp-security-firewall-menu.php:228
285
- #: ../admin/wp-security-firewall-menu.php:355
286
- #: ../admin/wp-security-firewall-menu.php:385
287
- #: ../admin/wp-security-firewall-menu.php:416
288
- #: ../admin/wp-security-firewall-menu.php:444
289
- #: ../admin/wp-security-firewall-menu.php:473
290
- #: ../admin/wp-security-firewall-menu.php:561
291
- #: ../admin/wp-security-firewall-menu.php:651
292
- #: ../admin/wp-security-firewall-menu.php:854
293
- #: ../admin/wp-security-firewall-menu.php:877
294
- #: ../admin/wp-security-spam-menu.php:168 ../admin/wp-security-spam-menu.php:253
295
- msgid "More Info"
296
- msgstr "Altre Info"
297
-
298
- # @ all-in-one-wp-security-and-firewall
299
- #: ../admin/wp-security-blacklist-menu.php:180
300
- #: ../admin/wp-security-brute-force-menu.php:694
301
- msgid "Each IP address must be on a new line."
302
- msgstr "Ogni indirizzo IP deve essere su una nuova linea."
303
-
304
- # @ all-in-one-wp-security-and-firewall
305
- #: ../admin/wp-security-blacklist-menu.php:181
306
- #: ../admin/wp-security-brute-force-menu.php:695
307
- msgid ""
308
- "To specify an IP range use a wildcard \"*\" character. Acceptable ways to use "
309
- "wildcards is shown in the examples below:"
310
- msgstr ""
311
- "Per specificare un intervallo di indirizzi IP utilizzare un carattere jolly/"
312
- "asterisco \"*\". Il modo corretto per utilizzare i caratteri jolly è mostrato "
313
- "negli esempi qui sotto:"
314
-
315
- # @ all-in-one-wp-security-and-firewall
316
- #: ../admin/wp-security-blacklist-menu.php:182
317
- #: ../admin/wp-security-brute-force-menu.php:696
318
- msgid "Example 1: 195.47.89.*"
319
- msgstr "Esempio 1: 195.47.89.*"
320
-
321
- # @ all-in-one-wp-security-and-firewall
322
- #: ../admin/wp-security-blacklist-menu.php:183
323
- #: ../admin/wp-security-brute-force-menu.php:697
324
- msgid "Example 2: 195.47.*.*"
325
- msgstr "Esempio 2: 195.47.*.*"
326
-
327
- # @ all-in-one-wp-security-and-firewall
328
- #: ../admin/wp-security-blacklist-menu.php:184
329
- #: ../admin/wp-security-brute-force-menu.php:698
330
- msgid "Example 3: 195.*.*.*"
331
- msgstr "Esempio 3: 195.*.*.*"
332
-
333
- # @ all-in-one-wp-security-and-firewall
334
- #: ../admin/wp-security-blacklist-menu.php:191
335
- msgid "Enter User Agents:"
336
- msgstr "Inserisci User Agents:"
337
-
338
- # @ all-in-one-wp-security-and-firewall
339
- #: ../admin/wp-security-blacklist-menu.php:196
340
- msgid "Enter one or more user agent strings."
341
- msgstr "Inserisci una o più stringhe user agent."
342
-
343
- # @ all-in-one-wp-security-and-firewall
344
- #: ../admin/wp-security-blacklist-menu.php:200
345
- msgid "Each user agent string must be on a new line."
346
- msgstr "Ogni stringa user agent deve essere su una nuova linea."
347
-
348
- # @ all-in-one-wp-security-and-firewall
349
- #: ../admin/wp-security-blacklist-menu.php:201
350
- msgid "Example 1 - A single user agent string to block:"
351
- msgstr "Esempio 1 - Una singola stringa user agent per bloccare:"
352
-
353
- # @ all-in-one-wp-security-and-firewall
354
- #: ../admin/wp-security-blacklist-menu.php:203
355
- msgid "Example 2 - A list of more than 1 user agent strings to block"
356
- msgstr "Esempio 2 - Un elenco di più stringhe di agent per bloccare"
357
-
358
- # @ all-in-one-wp-security-and-firewall
359
- # @ default
360
- #: ../admin/wp-security-blacklist-menu.php:211
361
- #: ../admin/wp-security-brute-force-menu.php:196
362
- #: ../admin/wp-security-brute-force-menu.php:571
363
- #: ../admin/wp-security-brute-force-menu.php:705
364
- #: ../admin/wp-security-brute-force-menu.php:767
365
- #: ../admin/wp-security-database-menu.php:356
366
- #: ../admin/wp-security-filescan-menu.php:331
367
- #: ../admin/wp-security-filesystem-menu.php:231
368
- #: ../admin/wp-security-firewall-menu.php:729
369
- #: ../admin/wp-security-firewall-menu.php:896
370
- #: ../admin/wp-security-misc-options-menu.php:165
371
- #: ../admin/wp-security-settings-menu.php:495
372
- #: ../admin/wp-security-spam-menu.php:183 ../admin/wp-security-spam-menu.php:349
373
- #: ../admin/wp-security-user-login-menu.php:239
374
- #: ../admin/wp-security-user-login-menu.php:407
375
- #: ../admin/wp-security-user-registration-menu.php:146
376
- #: ../admin/wp-security-user-registration-menu.php:232
377
- msgid "Save Settings"
378
- msgstr "Salva Impostazioni"
379
-
380
- # @ all-in-one-wp-security-and-firewall
381
- #: ../admin/wp-security-brute-force-menu.php:26
382
- #: ../admin/wp-security-dashboard-menu.php:370
383
- #: ../admin/wp-security-dashboard-menu.php:379
384
- msgid "Rename Login Page"
385
- msgstr "Rinomina Pagina Login"
386
-
387
- # @ all-in-one-wp-security-and-firewall
388
- #: ../admin/wp-security-brute-force-menu.php:27
389
- msgid "Cookie Based Brute Force Prevention"
390
- msgstr "Prevenzione Brute Force basata su Cookie"
391
-
392
- # @ all-in-one-wp-security-and-firewall
393
- #: ../admin/wp-security-brute-force-menu.php:28
394
- #: ../classes/grade-system/wp-security-feature-item-manager.php:44
395
- msgid "Login Captcha"
396
- msgstr "Captcha Pagina Login"
397
-
398
- # @ all-in-one-wp-security-and-firewall
399
- #: ../admin/wp-security-brute-force-menu.php:29
400
- #: ../admin/wp-security-brute-force-menu.php:642
401
- msgid "Login Whitelist"
402
- msgstr "Lista Bianca Login"
403
-
404
- # @ all-in-one-wp-security-and-firewall
405
- #: ../admin/wp-security-brute-force-menu.php:30
406
- msgid "Honeypot"
407
- msgstr ""
408
-
409
- # @ all-in-one-wp-security-and-firewall
410
- #: ../admin/wp-security-brute-force-menu.php:105
411
- msgid "Please enter a value for your login page slug."
412
- msgstr "Inserisci un valore per la tua pagina di login"
413
-
414
- # @ all-in-one-wp-security-and-firewall
415
- #: ../admin/wp-security-brute-force-menu.php:109
416
- msgid "You cannot use the value \"wp-admin\" for your login page slug."
417
- msgstr ""
418
- "Non è possibile utilizzare il valore \"wp-admin \" per la tua pagina di login."
419
-
420
- #: ../admin/wp-security-brute-force-menu.php:111
421
- msgid "You must alpha numeric characters for your login page slug."
422
- msgstr ""
423
-
424
- # @ all-in-one-wp-security-and-firewall
425
- #: ../admin/wp-security-brute-force-menu.php:116
426
- #: ../admin/wp-security-database-menu.php:271
427
- #: ../admin/wp-security-filescan-menu.php:171
428
- #: ../admin/wp-security-firewall-menu.php:796
429
- #: ../admin/wp-security-spam-menu.php:213
430
- #: ../admin/wp-security-user-login-menu.php:123
431
- #: ../admin/wp-security-user-login-menu.php:360
432
- msgid "Attention!"
433
- msgstr "Attenzione!"
434
-
435
- # @ all-in-one-wp-security-and-firewall
436
- #: ../admin/wp-security-brute-force-menu.php:135
437
- msgid ""
438
- "Could not delete the Cookie-based directives from the .htaccess file. Please "
439
- "check the file permissions."
440
- msgstr ""
441
- "Impossibile eliminare le direttive basate su Cookie dal file htaccess.. Si "
442
- "prega di controllare i permessi dei file."
443
-
444
- # @ all-in-one-wp-security-and-firewall
445
- #: ../admin/wp-security-brute-force-menu.php:145
446
- msgid ""
447
- "An effective Brute Force prevention technique is to change the default "
448
- "WordPress login page URL."
449
- msgstr ""
450
- "Un efficace tecnica di prevenzione Brute Force è quella di cambiare "
451
- "l'impostazione predefinita dell'URL della pagina di login di WordPress."
452
-
453
- # @ all-in-one-wp-security-and-firewall
454
- #: ../admin/wp-security-brute-force-menu.php:146
455
- msgid ""
456
- "Normally if you wanted to login to WordPress you would type your site's home "
457
- "URL followed by wp-login.php."
458
- msgstr ""
459
- "Normalmente, se si vuole accedere a WordPress è necessario digitare l'URL del "
460
- "tuo sito seguito da wp-login.php."
461
-
462
- # @ all-in-one-wp-security-and-firewall
463
- #: ../admin/wp-security-brute-force-menu.php:147
464
- msgid ""
465
- "This feature allows you to change the login URL by setting your own slug and "
466
- "renaming the last portion of the login URL which contains the <strong>wp-"
467
- "login.php</strong> to any string that you like."
468
- msgstr ""
469
- "Questa funzione consente di modificare l'URL di accesso impostando il proprio "
470
- "slug e rinominare l'ultima parte dell'URL di accesso che contiene il <strong> "
471
- "wp-login.php </strong> con qualsiasi stringa che ti piace."
472
-
473
- # @ all-in-one-wp-security-and-firewall
474
- #: ../admin/wp-security-brute-force-menu.php:148
475
- msgid ""
476
- "By doing this, malicious bots and hackers will not be able to access your "
477
- "login page because they will not know the correct login page URL."
478
- msgstr ""
479
- "In questo modo, bot maligni e hacker non saranno in grado di accedere alla "
480
- "pagina di login perché non conoscono il corretto URL della pagina di login."
481
-
482
- # @ all-in-one-wp-security-and-firewall
483
- #: ../admin/wp-security-brute-force-menu.php:150
484
- msgid ""
485
- "You may also be interested in the following alternative brute force "
486
- "prevention features:"
487
- msgstr ""
488
- "Potresti anche essere interessato alle seguenti caratteristiche di "
489
- "prevenzione brute force alternative:"
490
-
491
- # @ all-in-one-wp-security-and-firewall
492
- #: ../admin/wp-security-brute-force-menu.php:161
493
- msgid "Your WordPress login page URL has been renamed."
494
- msgstr "L'URL della tua pagina di login WordPress è stato rinominato."
495
-
496
- # @ all-in-one-wp-security-and-firewall
497
- #: ../admin/wp-security-brute-force-menu.php:162
498
- msgid "Your current login URL is:"
499
- msgstr "Il tuo attuale indirizzo di login (URL)"
500
-
501
- # @ all-in-one-wp-security-and-firewall
502
- #: ../admin/wp-security-brute-force-menu.php:164
503
- msgid ""
504
- "NOTE: If you already had the Cookie-Based Brute Force Prevention feature "
505
- "active, the plugin has automatically deactivated it because only one of these "
506
- "features can be active at any one time."
507
- msgstr ""
508
- "NOTA: Se hai già la funzione di Prevenzione Brute Force basata sui cookie "
509
- "attiva il plugin viene disattivato automaticamente perché una sola di queste "
510
- "caratteristiche, alla volta, può essere attiva."
511
-
512
- # @ all-in-one-wp-security-and-firewall
513
- #: ../admin/wp-security-brute-force-menu.php:171
514
- msgid "Rename Login Page Settings"
515
- msgstr "Impostazioni Rinomina Pagina Login"
516
-
517
- # @ all-in-one-wp-security-and-firewall
518
- #: ../admin/wp-security-brute-force-menu.php:183
519
- msgid "Enable Rename Login Page Feature"
520
- msgstr "Attiva opzione Rinomina Pagina Login"
521
-
522
- # @ all-in-one-wp-security-and-firewall
523
- #: ../admin/wp-security-brute-force-menu.php:186
524
- msgid "Check this if you want to enable the rename login page feature"
525
- msgstr ""
526
- "Seleziona questa casella per attivare la funzione di rinmomina login e "
527
- "applicare le seguenti impostazioni"
528
-
529
- # @ all-in-one-wp-security-and-firewall
530
- #: ../admin/wp-security-brute-force-menu.php:190
531
- msgid "Login Page URL"
532
- msgstr "Indirizzo di login (URL)"
533
-
534
- # @ all-in-one-wp-security-and-firewall
535
- #: ../admin/wp-security-brute-force-menu.php:192
536
- msgid ""
537
- "Enter a string which will represent your secure login page slug. You are "
538
- "enouraged to choose something which is hard to guess and only you will "
539
- "remember."
540
- msgstr ""
541
- "Immettere una stringa che rappresenterà lo slug della tua pagina di login "
542
- "sicura (lo slug è la parte finale dell'indirizzo pagina). Oportuno scegliere "
543
- "qualcosa che è difficile indovinare."
544
-
545
- # @ all-in-one-wp-security-and-firewall
546
- #: ../admin/wp-security-brute-force-menu.php:225
547
- msgid ""
548
- "Settings have not been saved - your secret word must consist only of "
549
- "alphanumeric characters, ie, letters and/or numbers only!"
550
- msgstr ""
551
- "Le impostazioni non sono state salvate - la tua parola segreta deve essere "
552
- "composta solo da caratteri alfanumerici, cioè lettere e/o solo numeri!"
553
-
554
- # @ all-in-one-wp-security-and-firewall
555
- #: ../admin/wp-security-brute-force-menu.php:244
556
- msgid ""
557
- "You have successfully enabled the cookie based brute force prevention feature"
558
- msgstr ""
559
- "È stata attivata con successo la funzione di prevenzione base brute force"
560
-
561
- # @ all-in-one-wp-security-and-firewall
562
- #: ../admin/wp-security-brute-force-menu.php:245
563
- msgid ""
564
- "From now on you will need to log into your WP Admin using the following URL:"
565
- msgstr ""
566
- "Da ora in poi per accedere al pannello Admin WP dovrai usare il seguente URL:"
567
-
568
- # @ all-in-one-wp-security-and-firewall
569
- #: ../admin/wp-security-brute-force-menu.php:247
570
- msgid ""
571
- "It is important that you save this URL value somewhere in case you forget it, "
572
- "OR,"
573
- msgstr ""
574
- "Consiglio di salvare il nuovo URL di accesso nel caso dovessi dimenticarlo, O,"
575
-
576
- # @ all-in-one-wp-security-and-firewall
577
- #: ../admin/wp-security-brute-force-menu.php:248
578
- #, php-format
579
- msgid "simply remember to add a \"?%s=1\" to your current site URL address."
580
- msgstr ""
581
- "basta ti ricordi di aggiungere \"?%s=1\" al tuo attuale indirizzo URL del "
582
- "sito."
583
-
584
- # @ all-in-one-wp-security-and-firewall
585
- #: ../admin/wp-security-brute-force-menu.php:254
586
- msgid ""
587
- "You have successfully saved cookie based brute force prevention feature "
588
- "settings."
589
- msgstr ""
590
- "Hai salvato con successo il cookie per le impostazioni base di prevenzione "
591
- "brute force."
592
-
593
- # @ all-in-one-wp-security-and-firewall
594
- #: ../admin/wp-security-brute-force-menu.php:289
595
- #: ../admin/wp-security-filesystem-menu.php:275
596
- #: ../admin/wp-security-firewall-menu.php:122
597
- #: ../admin/wp-security-firewall-menu.php:316
598
- #: ../admin/wp-security-firewall-menu.php:527
599
- #: ../admin/wp-security-firewall-menu.php:696
600
- #: ../admin/wp-security-settings-menu.php:589
601
- #: ../admin/wp-security-spam-menu.php:108
602
- msgid ""
603
- "Could not write to the .htaccess file. Please check the file permissions."
604
- msgstr ""
605
- "Impossibile scrivere nel file .htaccess. Controlla i permessi dei file."
606
-
607
- # @ all-in-one-wp-security-and-firewall
608
- #: ../admin/wp-security-brute-force-menu.php:299
609
- msgid "Brute Force Prevention Firewall Settings"
610
- msgstr "Impostazioni Prevenzione Brute Force Firewall"
611
-
612
- # @ all-in-one-wp-security-and-firewall
613
- #: ../admin/wp-security-brute-force-menu.php:304
614
- msgid ""
615
- "A Brute Force Attack is when a hacker tries many combinations of usernames "
616
- "and passwords until they succeed in guessing the right combination."
617
- msgstr ""
618
- "Un attacco brute force è quando un hacker tenta molte combinazioni di nomi "
619
- "utente e password fino a quando non riesce a indovinare quella giusta."
620
-
621
- # @ all-in-one-wp-security-and-firewall
622
- #: ../admin/wp-security-brute-force-menu.php:305
623
- msgid ""
624
- "Due to the fact that at any one time there may be many concurrent login "
625
- "attempts occurring on your site via malicious automated robots, this also has "
626
- "a negative impact on your server's memory and performance."
627
- msgstr ""
628
- "A causa del fatto che in qualsiasi momento ci possono essere molti tentativi "
629
- "di accesso simultanei che si verificano sul tuo sito tramite robot "
630
- "automatizzati maligni, anche questo ha un impatto negativo sulla memoria e le "
631
- "prestazioni del server."
632
-
633
- # @ all-in-one-wp-security-and-firewall
634
- #: ../admin/wp-security-brute-force-menu.php:306
635
- msgid ""
636
- "The features in this tab will stop the majority of Brute Force Login Attacks "
637
- "at the .htaccess level thus providing even better protection for your WP "
638
- "login page and also reducing the load on your server because the system does "
639
- "not have to run PHP code to process the login attempts."
640
- msgstr ""
641
- "Le funzionalità di questa scheda ferma la maggior parte degli attacchi di "
642
- "brute force di login a livello .htaccess fornendo così una protezione ancora "
643
- "migliore per la pagina di login WP e riducendo anche il carico sul server, "
644
- "perché il sistema non ha bisogno di eseguire codice PHP per elaborare "
645
- "tentativi di accesso."
646
-
647
- # @ all-in-one-wp-security-and-firewall
648
- #: ../admin/wp-security-brute-force-menu.php:313
649
- #, php-format
650
- msgid ""
651
- "Even though this feature should not have any impact on your site's general "
652
- "functionality <strong>you are strongly encouraged to take a %s of your ."
653
- "htaccess file before proceeding</strong>."
654
- msgstr ""
655
- "Anche se questa caratteristica non dovrebbe avere alcun impatto sulla "
656
- "funzionalità generale del tuo sito <strong> è vivamente consigliato fare un "
657
- "%s del file .htaccess prima di procedere</strong>."
658
-
659
- # @ all-in-one-wp-security-and-firewall
660
- #: ../admin/wp-security-brute-force-menu.php:314
661
- msgid ""
662
- "If this feature is not used correctly, you can get locked out of your site. A "
663
- "backed up .htaccess file will come in handy if that happens."
664
- msgstr ""
665
- "Se questa funzione non viene utilizzata correttamente puoi rimanere bloccato "
666
- "fuori dal tuo sito. Un backup del file .htaccess sarà utile se questo accade."
667
-
668
- # @ all-in-one-wp-security-and-firewall
669
- #: ../admin/wp-security-brute-force-menu.php:315
670
- #, php-format
671
- msgid ""
672
- "To learn more about how to use this feature please watch the following %s."
673
- msgstr ""
674
- "Per ulteriori informazioni su come utilizzare questa funzionalità si prega di "
675
- "guardare il seguente %s."
676
-
677
- # @ all-in-one-wp-security-and-firewall
678
- #: ../admin/wp-security-brute-force-menu.php:328
679
- msgid ""
680
- "NOTE: If you already had the Rename Login Page feature active, the plugin has "
681
- "automatically deactivated it because only one of these features can be active "
682
- "at any one time."
683
- msgstr ""
684
- "NOTA: Se hai già la funzione di Rinomina pagina login attiva il plugin viene "
685
- "disattivato automaticamente perché una sola di queste caratteristiche può "
686
- "essere attiva."
687
-
688
- # @ all-in-one-wp-security-and-firewall
689
- #: ../admin/wp-security-brute-force-menu.php:336
690
- msgid "Cookie Based Brute Force Login Prevention"
691
- msgstr "Prevenzione Brute Force Login Basata su Cookie."
692
-
693
- # @ all-in-one-wp-security-and-firewall
694
- #: ../admin/wp-security-brute-force-menu.php:347
695
- #: ../classes/grade-system/wp-security-feature-item-manager.php:91
696
- msgid "Enable Brute Force Attack Prevention"
697
- msgstr "Abilita Prevenzione Attacchi Brute Force"
698
-
699
- # @ all-in-one-wp-security-and-firewall
700
- #: ../admin/wp-security-brute-force-menu.php:350
701
- msgid ""
702
- "Check this if you want to protect your login page from Brute Force Attack."
703
- msgstr ""
704
- "Seleziona questa casella per proteggere la pagina di login da attacchi brute "
705
- "force."
706
-
707
- # @ all-in-one-wp-security-and-firewall
708
- #: ../admin/wp-security-brute-force-menu.php:355
709
- msgid ""
710
- "This feature will deny access to your WordPress login page for all people "
711
- "except those who have a special cookie in their browser."
712
- msgstr ""
713
- "Questa funzione nega l'accesso alla pagina di login di WordPress per tutte le "
714
- "persone, tranne coloro che hanno un cookie speciale nel proprio browser."
715
-
716
- # @ all-in-one-wp-security-and-firewall
717
- #: ../admin/wp-security-brute-force-menu.php:357
718
- msgid "To use this feature do the following:"
719
- msgstr "Per utilizzare questa funzione, attenersi alla seguente procedura:"
720
-
721
- # @ all-in-one-wp-security-and-firewall
722
- #: ../admin/wp-security-brute-force-menu.php:359
723
- msgid "1) Enable the checkbox."
724
- msgstr "1) Attivare la casella di controllo."
725
-
726
- # @ all-in-one-wp-security-and-firewall
727
- #: ../admin/wp-security-brute-force-menu.php:361
728
- msgid ""
729
- "2) Enter a secret word consisting of alphanumeric characters which will be "
730
- "difficult to guess. This secret word will be useful whenever you need to know "
731
- "the special URL which you will use to access the login page (see point below)."
732
- msgstr ""
733
- "2) Inserire una parola segreta composta da caratteri alfanumerici difficile "
734
- "da indovinare. Questa parola segreta sarà utile ogni volta che è necessario "
735
- "conoscere l'URL speciale che verrà utilizzato per accedere alla pagina di "
736
- "login (vedi punto seguente)."
737
-
738
- # @ all-in-one-wp-security-and-firewall
739
- #: ../admin/wp-security-brute-force-menu.php:363
740
- msgid ""
741
- "3) You will then be provided with a special login URL. You will need to use "
742
- "this URL to login to your WordPress site instead of the usual login URL. "
743
- "NOTE: The system will deposit a special cookie in your browser which will "
744
- "allow you access to the WordPress administration login page."
745
- msgstr ""
746
- "3) Ti verrà fornito un URL di accesso speciale. È necessario utilizzare "
747
- "questo URL per accedere al sito WordPress invece del solito URL di login. "
748
- "NOTA: Il sistema deposita un cookie speciale nel browser che permetterà di "
749
- "accedere alla pagina di login di amministrazione WordPress."
750
-
751
- # @ all-in-one-wp-security-and-firewall
752
- #: ../admin/wp-security-brute-force-menu.php:365
753
- msgid ""
754
- "Any person trying to access your login page who does not have the special "
755
- "cookie in their browser will be automatically blocked."
756
- msgstr ""
757
- "Qualsiasi persona che tenta di accedere alla pagina di login che non ha il "
758
- "cookie speciale nel browser viene bloccato automaticamente."
759
-
760
- # @ all-in-one-wp-security-and-firewall
761
- #: ../admin/wp-security-brute-force-menu.php:372
762
- msgid "Secret Word"
763
- msgstr "Parola Segreta"
764
-
765
- # @ all-in-one-wp-security-and-firewall
766
- #: ../admin/wp-security-brute-force-menu.php:374
767
- msgid ""
768
- "Choose a secret word consisting of alphanumeric characters which you can use "
769
- "to access your special URL. Your are highly encouraged to choose a word which "
770
- "will be difficult to guess."
771
- msgstr ""
772
- "Scegli una parola segreta composta da caratteri alfanumerici che è possibile "
773
- "utilizzare per accedere al tuo URL speciale. Mi raccomando di scegliere una "
774
- "parola molto difficile da indovinare."
775
-
776
- # @ all-in-one-wp-security-and-firewall
777
- #: ../admin/wp-security-brute-force-menu.php:378
778
- msgid "Re-direct URL"
779
- msgstr "URL Re-direct"
780
-
781
- # @ all-in-one-wp-security-and-firewall
782
- #: ../admin/wp-security-brute-force-menu.php:382
783
- msgid ""
784
- "Specify a URL to redirect a hacker to when they try to access your WordPress "
785
- "login page."
786
- msgstr ""
787
- "Specificare un URL per reindirizzare un hacker quando cerca di accedere alla "
788
- "pagina di login di WordPress"
789
-
790
- # @ all-in-one-wp-security-and-firewall
791
- #: ../admin/wp-security-brute-force-menu.php:389
792
- msgid ""
793
- "The URL specified here can be any site's URL and does not have to be your "
794
- "own. For example you can be as creative as you like and send hackers to the "
795
- "CIA or NSA home page."
796
- msgstr ""
797
- "L'URL specificato qui può essere un URL di qualsiasi sito e non deve essere "
798
- "per forza il tuo. Ad esempio puoi usare la fantasia e inviare l'hacker al "
799
- "sito della polizia postale alla CIA o quello che preferisci."
800
-
801
- # @ all-in-one-wp-security-and-firewall
802
- #: ../admin/wp-security-brute-force-menu.php:391
803
- msgid ""
804
- "This field will default to: http://127.0.0.1 if you do not enter a value."
805
- msgstr ""
806
- "Se non inserisci un valore questo campo sarà di default impostato a: "
807
- "http://127.0.0.1"
808
-
809
- # @ all-in-one-wp-security-and-firewall
810
- #: ../admin/wp-security-brute-force-menu.php:393
811
- msgid "Useful Tip:"
812
- msgstr "Suggerimento utile:"
813
-
814
- # @ all-in-one-wp-security-and-firewall
815
- #: ../admin/wp-security-brute-force-menu.php:395
816
- msgid ""
817
- "It's a good idea to not redirect attempted brute force login attempts to your "
818
- "site because it increases the load on your server."
819
- msgstr ""
820
- "Una buona idea è di non reindirizzare i tentativi di attacco brute force al "
821
- "tuo sito, perché il carico sul server aumenta."
822
-
823
- # @ all-in-one-wp-security-and-firewall
824
- #: ../admin/wp-security-brute-force-menu.php:397
825
- msgid ""
826
- "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal "
827
- "because it deflects them back to their own local host and puts the load on "
828
- "their server instead of yours."
829
- msgstr ""
830
- "Reindirizzare un hacker o bot maligni a \"http://127.0.0.1\" è l'ideale "
831
- "perché li devia indietro al proprio host locale e mette il carico sui loro "
832
- "server al posto del tuo."
833
-
834
- # @ all-in-one-wp-security-and-firewall
835
- #: ../admin/wp-security-brute-force-menu.php:404
836
- msgid "My Site Has Posts Or Pages Which Are Password Protected"
837
- msgstr "Il mio sito ha post o pagine che sono protetti da password"
838
-
839
- # @ all-in-one-wp-security-and-firewall
840
- #: ../admin/wp-security-brute-force-menu.php:407
841
- msgid ""
842
- "Check this if you are using the native WordPress password protection feature "
843
- "for some or all of your blog posts or pages."
844
- msgstr ""
845
- "Seleziona questa casella se si utilizza la funzione di protezione con "
846
- "password nativa di WordPress per alcuni o tutti i post/pagine del tuo blog."
847
-
848
- # @ all-in-one-wp-security-and-firewall
849
- #: ../admin/wp-security-brute-force-menu.php:412
850
- msgid ""
851
- "In the cases where you are protecting some of your posts or pages using the "
852
- "in-built WordPress password protection feature, a few extra lines of "
853
- "directives and exceptions need to be added to your .htacces file so that "
854
- "people trying to access pages are not automatically blocked."
855
- msgstr ""
856
- "Nei casi in cui si stanno proteggendo alcuni post o pagine tramite la "
857
- "funzione di protezione con password di WordPress, poche linee in più di "
858
- "direttive e eccezioni devono essere aggiunte al file .htacces in modo che le "
859
- "persone che cercano di accedere alle pagine non siano automaticamente "
860
- "bloccate."
861
-
862
- # @ all-in-one-wp-security-and-firewall
863
- #: ../admin/wp-security-brute-force-menu.php:414
864
- msgid ""
865
- "By enabling this checkbox the plugin will add the necessary rules and "
866
- "exceptions to your .htacces file so that people trying to access these pages "
867
- "are not automatically blocked."
868
- msgstr ""
869
- "Abilitando questa casella il plugin aggiungerà le regole e le eccezioni "
870
- "necessarie per il file .htacces in modo che le persone che cercano di "
871
- "accedere a queste pagine non vengano automaticamente bloccate."
872
-
873
- # @ all-in-one-wp-security-and-firewall
874
- #: ../admin/wp-security-brute-force-menu.php:416
875
- msgid "Helpful Tip:"
876
- msgstr "Suggerimento utile:"
877
-
878
- # @ all-in-one-wp-security-and-firewall
879
- #: ../admin/wp-security-brute-force-menu.php:418
880
- msgid ""
881
- "If you do not use the WordPress password protection feature for your posts or "
882
- "pages then it is highly recommended that you leave this checkbox disabled."
883
- msgstr ""
884
- "Se non si utilizza la funzione di protezione con password di WordPress per i "
885
- "tuoi post o le pagine, allora si consiglia vivamente di lasciare questa "
886
- "casella di controllo disattivata."
887
-
888
- # @ all-in-one-wp-security-and-firewall
889
- #: ../admin/wp-security-brute-force-menu.php:425
890
- msgid "My Site Has a Theme or Plugins Which Use AJAX"
891
- msgstr "Il mio sito ha un tema o plugin che utilizzano AJAX"
892
-
893
- # @ all-in-one-wp-security-and-firewall
894
- #: ../admin/wp-security-brute-force-menu.php:428
895
- msgid "Check this if your site uses AJAX functionality."
896
- msgstr "Seleziona questa casella se il sito utilizza funzionalità AJAX."
897
-
898
- # @ all-in-one-wp-security-and-firewall
899
- #: ../admin/wp-security-brute-force-menu.php:433
900
- msgid ""
901
- "In the cases where your WordPress installation has a theme or plugins which "
902
- "use AJAX, a few extra lines of directives and exceptions need to be added to "
903
- "your .htacces file to prevent AJAX requests from being automatically blocked "
904
- "by the brute force prevention feature."
905
- msgstr ""
906
- "Nei casi in cui l'installazione di WordPress ha un tema o plugin che usano "
907
- "AJAX, poche linee in più di direttive e eccezioni devono essere aggiunte al "
908
- "file .htacces per evitare che le richieste AJAX vengano bloccate "
909
- "automaticamente dalla funzione di prevenzione brute force."
910
-
911
- # @ all-in-one-wp-security-and-firewall
912
- #: ../admin/wp-security-brute-force-menu.php:435
913
- msgid ""
914
- "By enabling this checkbox the plugin will add the necessary rules and "
915
- "exceptions to your .htacces file so that AJAX operations will work as "
916
- "expected."
917
- msgstr ""
918
- "Abilitando questa casella il plugin aggiungerà le regole e le eccezioni "
919
- "necessarie nel file .htacces in modo che le operazioni AJAX funzioneranno "
920
- "come previsto."
921
-
922
- # @ all-in-one-wp-security-and-firewall
923
- #: ../admin/wp-security-brute-force-menu.php:450
924
- msgid "The cookie test was successful. You can now enable this feature."
925
- msgstr ""
926
- "Il Test cookie ha avuto successo. Ora è possibile attivare questa funzione."
927
-
928
- # @ all-in-one-wp-security-and-firewall
929
- #: ../admin/wp-security-brute-force-menu.php:453
930
- msgid "Save Feature Settings"
931
- msgstr "Sala Impostazioni Caratteristiche"
932
-
933
- # @ all-in-one-wp-security-and-firewall
934
- #: ../admin/wp-security-brute-force-menu.php:460
935
- msgid ""
936
- "The cookie test failed on this server. So this feature cannot be used on this "
937
- "site."
938
- msgstr ""
939
- "La provacookie non è riuscita su questo server. Quindi, questa funzione non "
940
- "può essere utilizzata in questo sito."
941
-
942
- # @ all-in-one-wp-security-and-firewall
943
- #: ../admin/wp-security-brute-force-menu.php:465
944
- msgid ""
945
- "Before using this feature you are required to perform a cookie test first. "
946
- "This is to make sure that your browser cookie is working correctly and that "
947
- "you won't lock yourself out."
948
- msgstr ""
949
- "Prima di utilizzare questa funzione viene richiesto di eseguire un test "
950
- "cookie. Questo per fare verificare che il cookie del browser funziona "
951
- "correttamente e non rischi di rimanere fuori."
952
-
953
- # @ all-in-one-wp-security-and-firewall
954
- #: ../admin/wp-security-brute-force-menu.php:467
955
- msgid "Perform Cookie Test"
956
- msgstr "Esegui Test Cookie"
957
-
958
- # @ all-in-one-wp-security-and-firewall
959
- #: ../admin/wp-security-brute-force-menu.php:507
960
- msgid ""
961
- "This feature allows you to add a captcha form on the WordPress login page."
962
- msgstr ""
963
- "Seleziona questo se desideri inserire un campo captcha nella pagina di Login "
964
- "WordPress"
965
-
966
- # @ all-in-one-wp-security-and-firewall
967
- #: ../admin/wp-security-brute-force-menu.php:508
968
- msgid ""
969
- "Users who attempt to login will also need to enter the answer to a simple "
970
- "mathematical question - if they enter the wrong answer, the plugin will not "
971
- "allow them login even if they entered the correct username and password."
972
- msgstr ""
973
- "Gli utenti che tentano di accedere devono inserire la risposta ad una "
974
- "semplice domanda matematica - se viene data la risposta sbagliata il plugin "
975
- "non permetterà l'accesso anche se il nome utente e la password sono corretti."
976
-
977
- # @ all-in-one-wp-security-and-firewall
978
- #: ../admin/wp-security-brute-force-menu.php:509
979
- msgid ""
980
- "Therefore, adding a captcha form on the login page is another effective yet "
981
- "simple \"Brute Force\" prevention technique."
982
- msgstr ""
983
- "Pertanto, l'aggiunta di un modulo captcha sulla pagina di login è un altro "
984
- "efficace ma semplice metodo di prevenzione \"Brute Force\"."
985
-
986
- # @ all-in-one-wp-security-and-firewall
987
- #: ../admin/wp-security-brute-force-menu.php:515
988
- msgid "Login Form Captcha Settings"
989
- msgstr "Impostazioni Modulo Captcha pagina di Login"
990
-
991
- # @ all-in-one-wp-security-and-firewall
992
- #: ../admin/wp-security-brute-force-menu.php:526
993
- msgid "Enable Captcha On Login Page"
994
- msgstr "Attiva Captcha sulla Pagina di Login"
995
-
996
- # @ all-in-one-wp-security-and-firewall
997
- #: ../admin/wp-security-brute-force-menu.php:529
998
- msgid "Check this if you want to insert a captcha form on the login page"
999
- msgstr ""
1000
- "Seleziona questa casella se desideri inserire un campo captcha nel modulo "
1001
- "della pagina di login"
1002
-
1003
- #: ../admin/wp-security-brute-force-menu.php:535
1004
- msgid "Custom Login Form Captcha Settings"
1005
- msgstr ""
1006
-
1007
- #: ../admin/wp-security-brute-force-menu.php:544
1008
- msgid "Enable Captcha On Custom Login Form"
1009
- msgstr ""
1010
-
1011
- #: ../admin/wp-security-brute-force-menu.php:547
1012
- msgid ""
1013
- "Check this if you want to insert captcha on a custom login form generated by "
1014
- "the following WP function: wp_login_form()"
1015
- msgstr ""
1016
-
1017
- # @ all-in-one-wp-security-and-firewall
1018
- #: ../admin/wp-security-brute-force-menu.php:553
1019
- msgid "Lost Password Form Captcha Settings"
1020
- msgstr "Impostazioni Modulo Captcha Password persa "
1021
-
1022
- # @ all-in-one-wp-security-and-firewall
1023
- #: ../admin/wp-security-brute-force-menu.php:563
1024
- msgid "Enable Captcha On Lost Password Page"
1025
- msgstr "Attiva Captcha nella Pagina Password Persa"
1026
-
1027
- # @ all-in-one-wp-security-and-firewall
1028
- #: ../admin/wp-security-brute-force-menu.php:566
1029
- msgid ""
1030
- "Check this if you want to insert a captcha form on the lost password page"
1031
- msgstr ""
1032
- "Seleziona questa casella se desideri inserire un campo captcha nel modulo "
1033
- "della password persa"
1034
-
1035
- # @ all-in-one-wp-security-and-firewall
1036
- #: ../admin/wp-security-brute-force-menu.php:588
1037
- msgid "Nonce check failed for save whitelist settings!"
1038
- msgstr "Verifica fallita per salvare le impostazioni whitelist!"
1039
-
1040
- # @ all-in-one-wp-security-and-firewall
1041
- #: ../admin/wp-security-brute-force-menu.php:645
1042
- msgid ""
1043
- "The All In One WP Security Whitelist feature gives you the option of only "
1044
- "allowing certain IP addresses or ranges to have access to your WordPress "
1045
- "login page."
1046
- msgstr ""
1047
- "La caratteristica Whitelist ti dà la possibilità di autorizzare solo "
1048
- "determinati indirizzi IP, o intervalli, ad accedere alla pagina login di "
1049
- "WordPress."
1050
-
1051
- # @ all-in-one-wp-security-and-firewall
1052
- #: ../admin/wp-security-brute-force-menu.php:646
1053
- msgid ""
1054
- "This feature will deny login access for all IP addresses which are not in "
1055
- "your whitelist as configured in the settings below."
1056
- msgstr ""
1057
- "Questa funzione nega l'accesso da login per tutti gli indirizzi IP che non "
1058
- "sono nella tua lista bianca come configurato nelle impostazioni di seguito."
1059
-
1060
- # @ all-in-one-wp-security-and-firewall
1061
- #: ../admin/wp-security-brute-force-menu.php:647
1062
- msgid ""
1063
- "The plugin achieves this by writing the appropriate directives to your ."
1064
- "htaccess file."
1065
- msgstr ""
1066
- "Il plugin realizza questo, facendo le opportune modifiche al file .htaccess."
1067
-
1068
- # @ all-in-one-wp-security-and-firewall
1069
- #: ../admin/wp-security-brute-force-menu.php:648
1070
- msgid ""
1071
- "By allowing/blocking IP addresses via the .htaccess file your are using the "
1072
- "most secure first line of defence because login access will only be granted "
1073
- "to whitelisted IP addresses and other addresses will be blocked as soon as "
1074
- "they try to access your login page."
1075
- msgstr ""
1076
- "Consentendo/bloccando gli indirizzi IP tramite il file .htaccess si sta "
1077
- "usando la linea di difesa più sicura, perché l'accesso al login sarà concesso "
1078
- "solo agli indirizzi IP nella whitelist e gli altri indirizzi verranno "
1079
- "bloccati non appena tentano di accedere alla pagina di login."
1080
-
1081
- # @ all-in-one-wp-security-and-firewall
1082
- #: ../admin/wp-security-brute-force-menu.php:655
1083
- #, php-format
1084
- msgid ""
1085
- "Attention: If in addition to enabling the white list feature, you also have "
1086
- "the %s feature enabled, <strong>you will still need to use your secret word "
1087
- "in the URL when trying to access your WordPress login page</strong>."
1088
- msgstr ""
1089
- "Attenzione: Se oltre ad abilitare la funzione lista bianca, si ha anche la "
1090
- "funzione %s attivata,<strong>sarà comunque necessario utilizzare la tua "
1091
- "parola segreta nell'URL quando si cerca di accedere alla pagina di login di "
1092
- "WordPress</strong>."
1093
-
1094
- # @ all-in-one-wp-security-and-firewall
1095
- #: ../admin/wp-security-brute-force-menu.php:656
1096
- msgid ""
1097
- "These features are NOT functionally related. Having both of them enabled on "
1098
- "your site means you are creating 2 layers of security."
1099
- msgstr ""
1100
- "Queste caratteristiche NON sono funzionalmente correlate. Se si abilitano "
1101
- "entrambe sul sito si creano due livelli di sicurezza."
1102
-
1103
- # @ all-in-one-wp-security-and-firewall
1104
- #: ../admin/wp-security-brute-force-menu.php:661
1105
- msgid "Login IP Whitelist Settings"
1106
- msgstr "Login Configurazione Whitelist IP"
1107
-
1108
- # @ all-in-one-wp-security-and-firewall
1109
- #: ../admin/wp-security-brute-force-menu.php:672
1110
- msgid "Enable IP Whitelisting"
1111
- msgstr "Attiva IP Whitelisting"
1112
-
1113
- # @ all-in-one-wp-security-and-firewall
1114
- #: ../admin/wp-security-brute-force-menu.php:675
1115
- msgid ""
1116
- "Check this if you want to enable the whitelisting of selected IP addresses "
1117
- "specified in the settings below"
1118
- msgstr ""
1119
- "Seleziona questa casella se vuoi attivare la whitelist di indirizzi IP "
1120
- "selezionati specificati nelle impostazioni di seguito"
1121
-
1122
- # @ all-in-one-wp-security-and-firewall
1123
- #: ../admin/wp-security-brute-force-menu.php:679
1124
- msgid "Your Current IP Address"
1125
- msgstr "Il Tuo Indirizzo IP Attuale"
1126
-
1127
- # @ all-in-one-wp-security-and-firewall
1128
- #: ../admin/wp-security-brute-force-menu.php:682
1129
- msgid ""
1130
- "You can copy and paste this address in the text box below if you want to "
1131
- "include it in your login whitelist."
1132
- msgstr ""
1133
- "È possibile copiare e incollare questo indirizzo nella casella di testo "
1134
- "sottostante, se desideri includerlo nella tua lista bianca login."
1135
-
1136
- # @ all-in-one-wp-security-and-firewall
1137
- #: ../admin/wp-security-brute-force-menu.php:686
1138
- msgid "Enter Whitelisted IP Addresses:"
1139
- msgstr "Inserisci Indirizzi IP Whitelisted:"
1140
-
1141
- # @ all-in-one-wp-security-and-firewall
1142
- #: ../admin/wp-security-brute-force-menu.php:690
1143
- msgid ""
1144
- "Enter one or more IP addresses or IP ranges you wish to include in your "
1145
- "whitelist. Only the addresses specified here will have access to the "
1146
- "WordPress login page."
1147
- msgstr ""
1148
- "Immettere uno o più indirizzi IP o intervalli IP che vuoi includere nella tua "
1149
- "lista bianca. Solo gli indirizzi specificati qui potranno accedere alla "
1150
- "pagina di login di WordPress."
1151
-
1152
- # @ all-in-one-wp-security-and-firewall
1153
- #: ../admin/wp-security-brute-force-menu.php:738
1154
- msgid ""
1155
- "This feature allows you to add a special hidden \"honeypot\" field on the "
1156
- "WordPress login page. This will only be visible to robots and not humans."
1157
- msgstr ""
1158
- "Questa funzione consente di aggiungere un particolare campo nascosto "
1159
- "\"honeypot\" nella pagina di login di WordPress. Questo sarà visibile solo ai "
1160
- "robot e non agli esseri umani."
1161
-
1162
- # @ all-in-one-wp-security-and-firewall
1163
- #: ../admin/wp-security-brute-force-menu.php:739
1164
- msgid ""
1165
- "Since robots usually fill in every input field from a login form, they will "
1166
- "also submit a value for the special hidden honeypot field."
1167
- msgstr ""
1168
- "Dal momento che i robot di solito compilano ogni campo di input che trovano "
1169
- "in un form di login, compileranno anche il campo speciale nascosto honeypot."
1170
-
1171
- # @ all-in-one-wp-security-and-firewall
1172
- #: ../admin/wp-security-brute-force-menu.php:740
1173
- msgid ""
1174
- "The way honeypots work is that a hidden field is placed somewhere inside a "
1175
- "form which only robots will submit. If that field contains a value when the "
1176
- "form is submitted then a robot has most likely submitted the form and it is "
1177
- "consquently dealt with."
1178
- msgstr ""
1179
- "Il concetto su cui si basa honeypot è che essendo un campo nascosto è "
1180
- "collocato da qualche parte all'interno di una form che solo i robot possono "
1181
- "compilare. Se questo campo contiene un valore quando il modulo viene inviato "
1182
- "significa che è stato riempito da un robot e verrà affrontato di conseguenza."
1183
-
1184
- # @ all-in-one-wp-security-and-firewall
1185
- #: ../admin/wp-security-brute-force-menu.php:741
1186
- msgid ""
1187
- "Therefore, if the plugin detects that this field has a value when the login "
1188
- "form is submitted, then the robot which is attempting to login to your site "
1189
- "will be redirected to its localhost address - http://127.0.0.1."
1190
- msgstr ""
1191
- "Pertanto, se il plugin rileva che questo campo ha un valore quando viene "
1192
- "inviato il form di login, il robot che sta tentando di accedere al tuo sito "
1193
- "sarà reindirizzato al suo indirizzo localhost - http://127.0.0.1."
1194
-
1195
- # @ all-in-one-wp-security-and-firewall
1196
- #: ../admin/wp-security-brute-force-menu.php:747
1197
- msgid "Login Form Honeypot Settings"
1198
- msgstr "Impostazioni Honeypot Login Form"
1199
-
1200
- # @ all-in-one-wp-security-and-firewall
1201
- #: ../admin/wp-security-brute-force-menu.php:758
1202
- msgid "Enable Honeypot On Login Page"
1203
- msgstr "Attiva Honeypot sulla pagina di Login"
1204
-
1205
- # @ all-in-one-wp-security-and-firewall
1206
- #: ../admin/wp-security-brute-force-menu.php:761
1207
- msgid "Check this if you want to enable the honeypot feature for the login page"
1208
- msgstr ""
1209
- "Seleziona questa casella se vuoi abilitare la funzione honeypot per la pagina "
1210
- "di login"
1211
-
1212
- # @ all-in-one-wp-security-and-firewall
1213
- #: ../admin/wp-security-dashboard-menu.php:25
1214
- msgid "System Info"
1215
- msgstr "Info Sistema"
1216
-
1217
- # @ all-in-one-wp-security-and-firewall
1218
- #: ../admin/wp-security-dashboard-menu.php:26
1219
- #: ../admin/wp-security-dashboard-menu.php:462
1220
- msgid "Locked IP Addresses"
1221
- msgstr "Indirizzi IP bloccati"
1222
-
1223
- #: ../admin/wp-security-dashboard-menu.php:27
1224
- msgid "AIOWPS Logs"
1225
- msgstr ""
1226
-
1227
- # @ all-in-one-wp-security-and-firewall
1228
- #: ../admin/wp-security-dashboard-menu.php:77
1229
- msgid "For information, updates and documentation, please visit the"
1230
- msgstr "Per informazioni, aggiornamenti e documentazione, vista la pagina "
1231
-
1232
- # @ all-in-one-wp-security-and-firewall
1233
- #: ../admin/wp-security-dashboard-menu.php:77
1234
- msgid "AIO WP Security & Firewall Plugin"
1235
- msgstr "AIO WP Security & Firewall Plugin"
1236
-
1237
- # @ all-in-one-wp-security-and-firewall
1238
- #: ../admin/wp-security-dashboard-menu.php:77
1239
- msgid "Page"
1240
- msgstr "."
1241
-
1242
- # @ all-in-one-wp-security-and-firewall
1243
- #: ../admin/wp-security-dashboard-menu.php:78
1244
- msgid "Follow us"
1245
- msgstr "Seguici su"
1246
-
1247
- # @ all-in-one-wp-security-and-firewall
1248
- #: ../admin/wp-security-dashboard-menu.php:78
1249
- msgid ""
1250
- "Twitter, Google+ or via Email to stay up to date about the new security "
1251
- "features of this plugin."
1252
- msgstr ""
1253
- "Twitter, Google+ o via e-mail per rimanere sempre aggiornato sulle nuove "
1254
- "funzionalità di sicurezza di questo plugin."
1255
-
1256
- # @ all-in-one-wp-security-and-firewall
1257
- #: ../admin/wp-security-dashboard-menu.php:94
1258
- msgid "Security Strength Meter"
1259
- msgstr "Indicatore Stato Sicurezza"
1260
-
1261
- # @ all-in-one-wp-security-and-firewall
1262
- #: ../admin/wp-security-dashboard-menu.php:123
1263
- msgid "Total Achievable Points: "
1264
- msgstr "Totale punti realizzabili:"
1265
-
1266
- # @ all-in-one-wp-security-and-firewall
1267
- #: ../admin/wp-security-dashboard-menu.php:125
1268
- msgid "Current Score of Your Site: "
1269
- msgstr "Punteggio attuale del tuo sito:"
1270
-
1271
- # @ all-in-one-wp-security-and-firewall
1272
- #: ../admin/wp-security-dashboard-menu.php:135
1273
- msgid "Security Points Breakdown"
1274
- msgstr "Scomposizione Punti Sicurezza"
1275
-
1276
- # @ all-in-one-wp-security-and-firewall
1277
- #: ../admin/wp-security-dashboard-menu.php:176
1278
- msgid "Spread the Word"
1279
- msgstr "Diffondi la Parola"
1280
-
1281
- # @ all-in-one-wp-security-and-firewall
1282
- #: ../admin/wp-security-dashboard-menu.php:179
1283
- msgid ""
1284
- "We are working hard to make your WordPress site more secure. Please support "
1285
- "us, here is how:"
1286
- msgstr ""
1287
- "Stiamo lavorando duramente per rendere il vostro sito WordPress più sicuro. "
1288
- "Si prega di sostenere, ecco come:"
1289
-
1290
- # @ all-in-one-wp-security-and-firewall
1291
- #: ../admin/wp-security-dashboard-menu.php:195
1292
- msgid "Critical Feature Status"
1293
- msgstr "Stato Caratteristiche Critiche"
1294
-
1295
- # @ all-in-one-wp-security-and-firewall
1296
- #: ../admin/wp-security-dashboard-menu.php:199
1297
- msgid ""
1298
- "Below is the current status of the critical features that you should activate "
1299
- "on your site to achieve a minimum level of recommended security"
1300
- msgstr ""
1301
- "Di seguito è riportato lo stato attuale delle caratteristiche fondamentali "
1302
- "che dovresti attivare sul tuo sito per ottenere il livello minimo di "
1303
- "sicurezza raccomandata"
1304
-
1305
- # @ all-in-one-wp-security-and-firewall
1306
- #: ../admin/wp-security-dashboard-menu.php:203
1307
- msgid "Admin Username"
1308
- msgstr "Nome Utente Admin"
1309
-
1310
- # @ all-in-one-wp-security-and-firewall
1311
- #: ../admin/wp-security-dashboard-menu.php:218
1312
- #: ../admin/wp-security-user-login-menu.php:25
1313
- #: ../classes/grade-system/wp-security-feature-item-manager.php:42
1314
- msgid "Login Lockdown"
1315
- msgstr "Blocco Login"
1316
-
1317
- # @ all-in-one-wp-security-and-firewall
1318
- #: ../admin/wp-security-dashboard-menu.php:233
1319
- msgid "File Permission"
1320
- msgstr "Permessi File"
1321
-
1322
- # @ all-in-one-wp-security-and-firewall
1323
- #: ../admin/wp-security-dashboard-menu.php:248
1324
- msgid "Basic Firewall"
1325
- msgstr "Firewall Base"
1326
-
1327
- # @ all-in-one-wp-security-and-firewall
1328
- #: ../admin/wp-security-dashboard-menu.php:266
1329
- msgid "Last 5 Logins"
1330
- msgstr "Ultimi 5 Login"
1331
-
1332
- # @ all-in-one-wp-security-and-firewall
1333
- #: ../admin/wp-security-dashboard-menu.php:283
1334
- msgid "No data found!"
1335
- msgstr "Nessun dato|"
1336
-
1337
- # @ all-in-one-wp-security-and-firewall
1338
- #: ../admin/wp-security-dashboard-menu.php:287
1339
- msgid "Last 5 logins summary:"
1340
- msgstr "Ultimi 5 accessi:"
1341
-
1342
- # @ all-in-one-wp-security-and-firewall
1343
- #: ../admin/wp-security-dashboard-menu.php:291
1344
- msgid "User"
1345
- msgstr "Utente"
1346
-
1347
- # @ all-in-one-wp-security-and-firewall
1348
- #: ../admin/wp-security-dashboard-menu.php:292
1349
- msgid "Date"
1350
- msgstr "Data"
1351
-
1352
- # @ all-in-one-wp-security-and-firewall
1353
- #: ../admin/wp-security-dashboard-menu.php:293
1354
- msgid "IP"
1355
- msgstr ""
1356
-
1357
- # @ all-in-one-wp-security-and-firewall
1358
- #: ../admin/wp-security-dashboard-menu.php:314
1359
- msgid "Maintenance Mode Status"
1360
- msgstr "Modo Stato Manutenzione"
1361
-
1362
- # @ all-in-one-wp-security-and-firewall
1363
- #: ../admin/wp-security-dashboard-menu.php:318
1364
- msgid ""
1365
- "Maintenance mode is currently enabled. Remember to turn it off when you are "
1366
- "done"
1367
- msgstr ""
1368
- "Modalità manutenzione è attualmente abilitata. Ricordati di disattivarla "
1369
- "quando hai fatto."
1370
-
1371
- # @ all-in-one-wp-security-and-firewall
1372
- #: ../admin/wp-security-dashboard-menu.php:321
1373
- msgid "Maintenance mode is currently off."
1374
- msgstr "Modalità Manutenzione è attualmente disattivata"
1375
-
1376
- # @ all-in-one-wp-security-and-firewall
1377
- #: ../admin/wp-security-dashboard-menu.php:325
1378
- msgid "Maintenance Mode"
1379
- msgstr "Modo Manutenzione"
1380
-
1381
- # @ all-in-one-wp-security-and-firewall
1382
- #: ../admin/wp-security-dashboard-menu.php:347
1383
- msgid "Cookie Based Brute Prevention"
1384
- msgstr "Prevenzione Brute Force basata su Cookie"
1385
-
1386
- # @ all-in-one-wp-security-and-firewall
1387
- #: ../admin/wp-security-dashboard-menu.php:350
1388
- msgid "Cookie-Based Brute Force"
1389
- msgstr "Cookie Brute Force Base."
1390
-
1391
- # @ all-in-one-wp-security-and-firewall
1392
- #: ../admin/wp-security-dashboard-menu.php:354
1393
- #: ../admin/wp-security-dashboard-menu.php:382
1394
- #, php-format
1395
- msgid "The %s feature is currently active."
1396
- msgstr "La funzione %s è attualmente attiva."
1397
-
1398
- # @ all-in-one-wp-security-and-firewall
1399
- #: ../admin/wp-security-dashboard-menu.php:355
1400
- #: ../admin/wp-security-dashboard-menu.php:383
1401
- msgid "Your new WordPress login URL is now:"
1402
- msgstr "Il tuo nuovo URL di login WordPress:"
1403
-
1404
- # @ all-in-one-wp-security-and-firewall
1405
- #: ../admin/wp-security-dashboard-menu.php:415
1406
- #: ../admin/wp-security-user-login-menu.php:29
1407
- msgid "Logged In Users"
1408
- msgstr "Utenti attualmente loggati."
1409
-
1410
- # @ all-in-one-wp-security-and-firewall
1411
- #: ../admin/wp-security-dashboard-menu.php:425
1412
- msgid "Number of users currently logged in site-wide is:"
1413
- msgstr "NIl numero di utenti attualmente collegati a livello di sito è:"
1414
-
1415
- # @ all-in-one-wp-security-and-firewall
1416
- #: ../admin/wp-security-dashboard-menu.php:426
1417
- #: ../admin/wp-security-dashboard-menu.php:448
1418
- #: ../admin/wp-security-dashboard-menu.php:476
1419
- #, php-format
1420
- msgid "Go to the %s menu to see more details"
1421
- msgstr "Vai al menu %s per vedere più dettagli"
1422
-
1423
- # @ all-in-one-wp-security-and-firewall
1424
- #: ../admin/wp-security-dashboard-menu.php:431
1425
- msgid "There are no other site-wide users currently logged in."
1426
- msgstr "Non ci sono altri utenti a livello di sito attualmente loggati"
1427
-
1428
- # @ all-in-one-wp-security-and-firewall
1429
- #: ../admin/wp-security-dashboard-menu.php:447
1430
- msgid "Number of users currently logged into your site (including you) is:"
1431
- msgstr "Il numero di utenti attualmente loggati nel sito (incluso tu) è:"
1432
-
1433
- # @ all-in-one-wp-security-and-firewall
1434
- #: ../admin/wp-security-dashboard-menu.php:453
1435
- msgid "There are no other users currently logged in."
1436
- msgstr "Non ci sono altri utenti attualmente loggati."
1437
-
1438
- # @ all-in-one-wp-security-and-firewall
1439
- #: ../admin/wp-security-dashboard-menu.php:470
1440
- msgid "There are no IP addresses currently locked out."
1441
- msgstr "Non ci sono indirizzi IP attualmente bloccati"
1442
-
1443
- # @ all-in-one-wp-security-and-firewall
1444
- #: ../admin/wp-security-dashboard-menu.php:475
1445
- msgid "Number of temporarily locked out IP addresses: "
1446
- msgstr "Numero di indirizzi IP temporaneamente bloccati:"
1447
-
1448
- # @ all-in-one-wp-security-and-firewall
1449
- #: ../admin/wp-security-dashboard-menu.php:518
1450
- msgid "Site Info"
1451
- msgstr "Info Sito"
1452
-
1453
- # @ all-in-one-wp-security-and-firewall
1454
- #: ../admin/wp-security-dashboard-menu.php:520
1455
- msgid "Plugin Version"
1456
- msgstr "Versione Plugin"
1457
-
1458
- # @ all-in-one-wp-security-and-firewall
1459
- #: ../admin/wp-security-dashboard-menu.php:521
1460
- msgid "WP Version"
1461
- msgstr "Versione WP:"
1462
-
1463
- # @ all-in-one-wp-security-and-firewall
1464
- #: ../admin/wp-security-dashboard-menu.php:523
1465
- #: ../admin/wp-security-dashboard-menu.php:525
1466
- #: ../admin/wp-security-dashboard-menu.php:621
1467
- msgid "Version"
1468
- msgstr "Versione"
1469
-
1470
- # @ all-in-one-wp-security-and-firewall
1471
- #: ../admin/wp-security-dashboard-menu.php:524
1472
- msgid "Table Prefix"
1473
- msgstr "Prefisso Tabelle"
1474
-
1475
- # @ all-in-one-wp-security-and-firewall
1476
- #: ../admin/wp-security-dashboard-menu.php:526
1477
- msgid "Session Save Path"
1478
- msgstr "Salva Sessione Percorso"
1479
-
1480
- # @ all-in-one-wp-security-and-firewall
1481
- #: ../admin/wp-security-dashboard-menu.php:528
1482
- msgid "Server Name"
1483
- msgstr "Nome Server:"
1484
-
1485
- # @ all-in-one-wp-security-and-firewall
1486
- #: ../admin/wp-security-dashboard-menu.php:529
1487
- msgid "Cookie Domain"
1488
- msgstr "Cookie Dominio"
1489
-
1490
- # @ all-in-one-wp-security-and-firewall
1491
- #: ../admin/wp-security-dashboard-menu.php:530
1492
- msgid "Library Present"
1493
- msgstr "Libreria Presente"
1494
-
1495
- # @ all-in-one-wp-security-and-firewall
1496
- #: ../admin/wp-security-dashboard-menu.php:531
1497
- msgid "Debug File Write Permissions"
1498
- msgstr "Debug File Permessi di scrittura"
1499
-
1500
- # @ all-in-one-wp-security-and-firewall
1501
- #: ../admin/wp-security-dashboard-menu.php:535
1502
- msgid "PHP Info"
1503
- msgstr ""
1504
-
1505
- # @ all-in-one-wp-security-and-firewall
1506
- #: ../admin/wp-security-dashboard-menu.php:537
1507
- msgid "PHP Version"
1508
- msgstr ""
1509
-
1510
- # @ all-in-one-wp-security-and-firewall
1511
- #: ../admin/wp-security-dashboard-menu.php:538
1512
- msgid "PHP Memory Usage"
1513
- msgstr "PHP Memoria in uso"
1514
-
1515
- # @ all-in-one-wp-security-and-firewall
1516
- #: ../admin/wp-security-dashboard-menu.php:539
1517
- msgid " MB"
1518
- msgstr ""
1519
-
1520
- # @ all-in-one-wp-security-and-firewall
1521
- #: ../admin/wp-security-dashboard-menu.php:545
1522
- #: ../admin/wp-security-dashboard-menu.php:553
1523
- #: ../admin/wp-security-dashboard-menu.php:561
1524
- #: ../admin/wp-security-dashboard-menu.php:603
1525
- msgid "N/A"
1526
- msgstr ""
1527
-
1528
- # @ all-in-one-wp-security-and-firewall
1529
- #: ../admin/wp-security-dashboard-menu.php:548
1530
- msgid "PHP Memory Limit"
1531
- msgstr ""
1532
-
1533
- # @ all-in-one-wp-security-and-firewall
1534
- #: ../admin/wp-security-dashboard-menu.php:556
1535
- msgid "PHP Max Upload Size"
1536
- msgstr ""
1537
-
1538
- # @ all-in-one-wp-security-and-firewall
1539
- #: ../admin/wp-security-dashboard-menu.php:564
1540
- msgid "PHP Max Post Size"
1541
- msgstr ""
1542
-
1543
- # @ all-in-one-wp-security-and-firewall
1544
- #: ../admin/wp-security-dashboard-menu.php:567
1545
- #: ../admin/wp-security-dashboard-menu.php:575
1546
- #: ../admin/wp-security-dashboard-menu.php:584
1547
- #: ../admin/wp-security-dashboard-menu.php:592
1548
- msgid "On"
1549
- msgstr ""
1550
-
1551
- # @ all-in-one-wp-security-and-firewall
1552
- #: ../admin/wp-security-dashboard-menu.php:569
1553
- #: ../admin/wp-security-dashboard-menu.php:577
1554
- #: ../admin/wp-security-dashboard-menu.php:586
1555
- #: ../admin/wp-security-dashboard-menu.php:594
1556
- msgid "Off"
1557
- msgstr ""
1558
-
1559
- # @ all-in-one-wp-security-and-firewall
1560
- #: ../admin/wp-security-dashboard-menu.php:572
1561
- msgid "PHP Safe Mode"
1562
- msgstr ""
1563
-
1564
- # @ all-in-one-wp-security-and-firewall
1565
- #: ../admin/wp-security-dashboard-menu.php:580
1566
- msgid "PHP Allow URL fopen"
1567
- msgstr ""
1568
-
1569
- # @ default
1570
- #: ../admin/wp-security-dashboard-menu.php:589
1571
- msgid "PHP Allow URL Include"
1572
- msgstr ""
1573
-
1574
- # @ all-in-one-wp-security-and-firewall
1575
- #: ../admin/wp-security-dashboard-menu.php:597
1576
- msgid "PHP Display Errors"
1577
- msgstr ""
1578
-
1579
- # @ all-in-one-wp-security-and-firewall
1580
- #: ../admin/wp-security-dashboard-menu.php:606
1581
- msgid "PHP Max Script Execution Time"
1582
- msgstr ""
1583
-
1584
- # @ default
1585
- #: ../admin/wp-security-dashboard-menu.php:606
1586
- msgid "Seconds"
1587
- msgstr "Secondi"
1588
-
1589
- # @ all-in-one-wp-security-and-firewall
1590
- #: ../admin/wp-security-dashboard-menu.php:610
1591
- msgid "Active Plugins"
1592
- msgstr "Plugin Attivi"
1593
-
1594
- # @ all-in-one-wp-security-and-firewall
1595
- #: ../admin/wp-security-dashboard-menu.php:620
1596
- #: ../admin/wp-security-filesystem-menu.php:130
1597
- #: ../admin/wp-security-filesystem-menu.php:149
1598
- msgid "Name"
1599
- msgstr "Nome"
1600
-
1601
- # @ all-in-one-wp-security-and-firewall
1602
- #: ../admin/wp-security-dashboard-menu.php:622
1603
- msgid "Plugin URL"
1604
- msgstr "URL Plugin"
1605
-
1606
- # @ all-in-one-wp-security-and-firewall
1607
- #: ../admin/wp-security-dashboard-menu.php:658
1608
- msgid "Currently Locked Out IP Addresses and Ranges"
1609
- msgstr "Indirizzi IP e intervalli attualmente bloccati"
1610
-
1611
- #: ../admin/wp-security-dashboard-menu.php:688
1612
- msgid "View Logs for All In WP Security & Firewall Plugin"
1613
- msgstr "Visualizza i Log di All In WP Security & Firewall Plugin"
1614
-
1615
- # @ all-in-one-wp-security-and-firewall
1616
- #: ../admin/wp-security-dashboard-menu.php:694
1617
- #: ../admin/wp-security-database-menu.php:330
1618
- msgid "Backup Time Interval"
1619
- msgstr "Intervallo di Tempo Backup"
1620
-
1621
- #: ../admin/wp-security-dashboard-menu.php:697
1622
- msgid "--Select a file--"
1623
- msgstr "--Seleziona un file--"
1624
-
1625
- #: ../admin/wp-security-dashboard-menu.php:701
1626
- msgid "Select one of the log files to view the contents"
1627
- msgstr ""
1628
-
1629
- #: ../admin/wp-security-dashboard-menu.php:705
1630
- msgid "View Logs"
1631
- msgstr "Visualizza i Log"
1632
-
1633
- #: ../admin/wp-security-dashboard-menu.php:723
1634
- msgid "Log File Contents For"
1635
- msgstr "Contentuo del file di Log per"
1636
-
1637
- #: ../admin/wp-security-dashboard-menu.php:734
1638
- msgid "Log file is empty!"
1639
- msgstr "Il file di Log è vuoto!"
1640
-
1641
- # @ all-in-one-wp-security-and-firewall
1642
- #: ../admin/wp-security-database-menu.php:26
1643
- #: ../admin/wp-security-database-menu.php:31
1644
- #: ../classes/grade-system/wp-security-feature-item-manager.php:63
1645
- msgid "DB Backup"
1646
- msgstr "Backup DB"
1647
-
1648
- # @ all-in-one-wp-security-and-firewall
1649
- #: ../admin/wp-security-database-menu.php:30
1650
- #: ../classes/grade-system/wp-security-feature-item-manager.php:61
1651
- msgid "DB Prefix"
1652
- msgstr "Prefisso DB"
1653
-
1654
- # @ all-in-one-wp-security-and-firewall
1655
- #: ../admin/wp-security-database-menu.php:93
1656
- msgid "Nonce check failed for DB prefix change operation!"
1657
- msgstr "Check non riuscito per operazione di cambiamento prefisso tabelle DB!"
1658
-
1659
- # @ all-in-one-wp-security-and-firewall
1660
- #: ../admin/wp-security-database-menu.php:101
1661
- msgid ""
1662
- "The plugin has detected that it cannot write to the wp-config.php file. This "
1663
- "feature can only be used if the plugin can successfully write to the wp-"
1664
- "config.php file."
1665
- msgstr ""
1666
- "Il plugin ha rilevato che non si può scrivere nel file wp-config.php. Questa "
1667
- "funzione può essere utilizzata solo se il plug-in è in grado di scrivere "
1668
- "correttamente il file wp-config.php."
1669
-
1670
- # @ all-in-one-wp-security-and-firewall
1671
- #: ../admin/wp-security-database-menu.php:114
1672
- msgid "Please enter a value for the DB prefix."
1673
- msgstr "Prego inserisci un valore per il prefisso DB."
1674
-
1675
- # @ all-in-one-wp-security-and-firewall
1676
- #: ../admin/wp-security-database-menu.php:123
1677
- msgid ""
1678
- "<strong>ERROR</strong>: The table prefix can only contain numbers, letters, "
1679
- "and underscores."
1680
- msgstr ""
1681
- "<strong>ERRORE</strong>: Il prefisso della tabella può contenere solo numeri, "
1682
- "lettere e caratteri di sottolineatura."
1683
-
1684
- # @ all-in-one-wp-security-and-firewall
1685
- #: ../admin/wp-security-database-menu.php:131
1686
- msgid "Change Database Prefix"
1687
- msgstr "Cambia Prefisso Database"
1688
-
1689
- # @ all-in-one-wp-security-and-firewall
1690
- #: ../admin/wp-security-database-menu.php:134
1691
- msgid ""
1692
- "Your WordPress DB is the most important asset of your website because it "
1693
- "contains a lot of your site's precious information."
1694
- msgstr ""
1695
- "Il tuo DB WordPress è la risorsa più importante del tuo sito web perché "
1696
- "contiene un sacco di informazioni preziose."
1697
-
1698
- # @ all-in-one-wp-security-and-firewall
1699
- #: ../admin/wp-security-database-menu.php:135
1700
- msgid ""
1701
- "The DB is also a target for hackers via methods such as SQL injections and "
1702
- "malicious and automated code which targets certain tables."
1703
- msgstr ""
1704
- "Anche Il DB è un bersaglio per gli hacker tramite metodi come injections SQL "
1705
- "e codice dannoso e automatizzato che può danneggiare le tabelle."
1706
-
1707
- # @ all-in-one-wp-security-and-firewall
1708
- #: ../admin/wp-security-database-menu.php:136
1709
- msgid ""
1710
- "One way to add a layer of protection for your DB is to change the default "
1711
- "WordPress table prefix from \"wp_\" to something else which will be difficult "
1712
- "for hackers to guess."
1713
- msgstr ""
1714
- "Un modo per aggiungere un livello di protezione per il vostro DB è quello di "
1715
- "cambiare il prefisso delle tabelle di WordPress di default da \"wp_\" a "
1716
- "qualcos'altro che sarà difficile per gli hacker individuare."
1717
-
1718
- # @ all-in-one-wp-security-and-firewall
1719
- #: ../admin/wp-security-database-menu.php:137
1720
- msgid ""
1721
- "This feature allows you to easily change the prefix to a value of your choice "
1722
- "or to a random value set by this plugin."
1723
- msgstr ""
1724
- "Questa funzione consente di modificare facilmente il prefisso per un valore "
1725
- "di tua scelta o su un valore casuale impostato dal plugin."
1726
-
1727
- # @ all-in-one-wp-security-and-firewall
1728
- #: ../admin/wp-security-database-menu.php:143
1729
- msgid "DB Prefix Options"
1730
- msgstr "Opzioni Prefisso DB"
1731
-
1732
- # @ all-in-one-wp-security-and-firewall
1733
- #: ../admin/wp-security-database-menu.php:154
1734
- #, php-format
1735
- msgid "It is recommended that you perform a %s before using this feature"
1736
- msgstr "Si consiglia di eseguire un %s prima di usare questa funzione."
1737
-
1738
- # @ all-in-one-wp-security-and-firewall
1739
- #: ../admin/wp-security-database-menu.php:163
1740
- msgid "Current DB Table Prefix"
1741
- msgstr "Prefisso Tabelle DB Attuale"
1742
-
1743
- # @ all-in-one-wp-security-and-firewall
1744
- #: ../admin/wp-security-database-menu.php:169
1745
- msgid ""
1746
- "Your site is currently using the default WordPress DB prefix value of \"wp_"
1747
- "\". \n"
1748
- " To increase your site's security you should "
1749
- "consider changing the DB prefix value to another value."
1750
- msgstr ""
1751
- "Il tuo sito sta usando il valore predefinito \"wp_\". \n"
1752
- " Per aumentare la sicurezza dovresti cambiare il "
1753
- "valore del prefisso DB a un altro valore."
1754
-
1755
- # @ all-in-one-wp-security-and-firewall
1756
- #: ../admin/wp-security-database-menu.php:176
1757
- msgid "Generate New DB Table Prefix"
1758
- msgstr "Genera un Nuovo Prefisso Tabelle DB"
1759
-
1760
- # @ all-in-one-wp-security-and-firewall
1761
- #: ../admin/wp-security-database-menu.php:179
1762
- msgid ""
1763
- "Check this if you want the plugin to generate a random 6 character string for "
1764
- "the table prefix"
1765
- msgstr ""
1766
- "Seleziona questo se vuoi che il plugin generi una stringa casuale di 6 "
1767
- "caratteri per il prefisso tabella"
1768
-
1769
- # @ all-in-one-wp-security-and-firewall
1770
- #: ../admin/wp-security-database-menu.php:180
1771
- msgid "OR"
1772
- msgstr "O"
1773
-
1774
- # @ all-in-one-wp-security-and-firewall
1775
- #: ../admin/wp-security-database-menu.php:182
1776
- msgid ""
1777
- "Choose your own DB prefix by specifying a string which contains letters and/"
1778
- "or numbers and/or underscores. Example: xyz_"
1779
- msgstr ""
1780
- "Scegli il prefisso DB specificando una stringa che contiene lettere e/o "
1781
- "numeri e/o trattino basso. esempio: xyz_"
1782
-
1783
- # @ all-in-one-wp-security-and-firewall
1784
- #: ../admin/wp-security-database-menu.php:186
1785
- msgid "Change DB Prefix"
1786
- msgstr "Cambia Prefisso DB"
1787
-
1788
- # @ all-in-one-wp-security-and-firewall
1789
- #: ../admin/wp-security-database-menu.php:207
1790
- #: ../admin/wp-security-filesystem-menu.php:86
1791
- msgid "Nonce check failed for manual DB backup operation!"
1792
- msgstr "Check non riuscito per l'operazione di backup DB manuale!"
1793
-
1794
- # @ all-in-one-wp-security-and-firewall
1795
- #: ../admin/wp-security-database-menu.php:224
1796
- msgid ""
1797
- "DB Backup was successfully completed! You will receive the backup file via "
1798
- "email if you have enabled \"Send Backup File Via Email\", otherwise you can "
1799
- "retrieve it via FTP from the following directory:"
1800
- msgstr ""
1801
- "DB backup è stato completato con successo! Riceverai il file di backup "
1802
- "tramite e-mail se hai attivato \"Invia file di Backup Via Email\", altrimenti "
1803
- "è possibile recuperarlo tramite FTP dalla seguente directory:"
1804
-
1805
- # @ default
1806
- #: ../admin/wp-security-database-menu.php:226
1807
- msgid "Your DB Backup File location: "
1808
- msgstr "La posizione del tuo File di Backup DB"
1809
-
1810
- # @ all-in-one-wp-security-and-firewall
1811
- #: ../admin/wp-security-database-menu.php:234
1812
- msgid "DB Backup failed. Please check the permissions of the backup directory."
1813
- msgstr ""
1814
- "DB Backup non riuscito. Si prega di controllare i permessi della directory di "
1815
- "backup."
1816
-
1817
- # @ all-in-one-wp-security-and-firewall
1818
- #: ../admin/wp-security-database-menu.php:251
1819
- #: ../admin/wp-security-filescan-menu.php:135
1820
- msgid ""
1821
- "You entered a non numeric value for the \"backup time interval\" field. It "
1822
- "has been set to the default value."
1823
- msgstr ""
1824
- "È stato immesso un valore non numerico per il campo \"intervallo di tempo di "
1825
- "backup\". È stato impostato il valore di default."
1826
-
1827
- # @ all-in-one-wp-security-and-firewall
1828
- #: ../admin/wp-security-database-menu.php:258
1829
- msgid ""
1830
- "You entered a non numeric value for the \"number of backup files to keep\" "
1831
- "field. It has been set to the default value."
1832
- msgstr ""
1833
- "È stato immesso un valore non numerico per il campo \"numero file di backup "
1834
- "da conservare \". E 'stato impostato il valore di default."
1835
-
1836
- # @ all-in-one-wp-security-and-firewall
1837
- #: ../admin/wp-security-database-menu.php:265
1838
- #: ../admin/wp-security-filescan-menu.php:165
1839
- #: ../admin/wp-security-user-login-menu.php:117
1840
- msgid ""
1841
- "You have entered an incorrect email address format. It has been set to your "
1842
- "WordPress admin email as default."
1843
- msgstr ""
1844
- "È stato immesso un formato di indirizzo email errato. E 'stato impostato la "
1845
- "tua email amministratore WordPress predefinita."
1846
-
1847
- # @ all-in-one-wp-security-and-firewall
1848
- #: ../admin/wp-security-database-menu.php:298
1849
- msgid "Manual Backup"
1850
- msgstr "Backup Manuale"
1851
-
1852
- # @ all-in-one-wp-security-and-firewall
1853
- #: ../admin/wp-security-database-menu.php:304
1854
- msgid "To create a new DB backup just click on the button below."
1855
- msgstr ""
1856
- "Per creare un nuovo backup DB è sufficiente cliccare sul pulsante qui sotto."
1857
-
1858
- # @ all-in-one-wp-security-and-firewall
1859
- #: ../admin/wp-security-database-menu.php:307
1860
- msgid "Create DB Backup Now"
1861
- msgstr "Crea nuovo Backup DB"
1862
-
1863
- # @ all-in-one-wp-security-and-firewall
1864
- #: ../admin/wp-security-database-menu.php:311
1865
- msgid "Automated Scheduled Backups"
1866
- msgstr "Programma Automazione Backup"
1867
-
1868
- # @ all-in-one-wp-security-and-firewall
1869
- #: ../admin/wp-security-database-menu.php:323
1870
- msgid "Enable Automated Scheduled Backups"
1871
- msgstr "Attiva Programmazione Automatica Backup"
1872
-
1873
- # @ all-in-one-wp-security-and-firewall
1874
- #: ../admin/wp-security-database-menu.php:326
1875
- msgid ""
1876
- "Check this if you want the system to automatically generate backups "
1877
- "periodically based on the settings below"
1878
- msgstr ""
1879
- "Seleziona questa casella se desideri che il sistema generari automaticamente "
1880
- "i backup periodicamente in base alle impostazioni di seguito"
1881
-
1882
- # @ all-in-one-wp-security-and-firewall
1883
- #: ../admin/wp-security-database-menu.php:333
1884
- #: ../admin/wp-security-filescan-menu.php:281
1885
- msgid "Hours"
1886
- msgstr "Ore"
1887
-
1888
- # @ all-in-one-wp-security-and-firewall
1889
- #: ../admin/wp-security-database-menu.php:334
1890
- #: ../admin/wp-security-filescan-menu.php:282
1891
- msgid "Days"
1892
- msgstr "Giorni"
1893
-
1894
- # @ all-in-one-wp-security-and-firewall
1895
- #: ../admin/wp-security-database-menu.php:335
1896
- #: ../admin/wp-security-filescan-menu.php:283
1897
- msgid "Weeks"
1898
- msgstr "Settimane"
1899
-
1900
- # @ all-in-one-wp-security-and-firewall
1901
- #: ../admin/wp-security-database-menu.php:337
1902
- msgid "Set the value for how often you would like an automated backup to occur"
1903
- msgstr ""
1904
- "Impostare il valore per quanto spesso si desidera creare un backup automatico"
1905
-
1906
- # @ all-in-one-wp-security-and-firewall
1907
- #: ../admin/wp-security-database-menu.php:341
1908
- msgid "Number of Backup Files To Keep"
1909
- msgstr "Numero di file di backup da conservare"
1910
-
1911
- # @ all-in-one-wp-security-and-firewall
1912
- #: ../admin/wp-security-database-menu.php:343
1913
- msgid ""
1914
- "Thie field allows you to choose the number of backup files you would like to "
1915
- "keep in the backup directory"
1916
- msgstr ""
1917
- "Il campo consente di scegliere il numero di file di backup che si desidera "
1918
- "mantenere nella directory di backup"
1919
-
1920
- # @ all-in-one-wp-security-and-firewall
1921
- #: ../admin/wp-security-database-menu.php:347
1922
- msgid "Send Backup File Via Email"
1923
- msgstr "Invia File di Backup via Email"
1924
-
1925
- # @ all-in-one-wp-security-and-firewall
1926
- #: ../admin/wp-security-database-menu.php:350
1927
- msgid ""
1928
- "Check this if you want the system to email you the backup file after a DB "
1929
- "backup has been performed"
1930
- msgstr ""
1931
- "Seleziona questa casella se vuoi che il File di backup venga inviato tramite "
1932
- "email quando viene eseguita una copia di backup DB"
1933
-
1934
- # @ all-in-one-wp-security-and-firewall
1935
- #: ../admin/wp-security-database-menu.php:352
1936
- #: ../admin/wp-security-filescan-menu.php:327
1937
- #: ../admin/wp-security-user-login-menu.php:235
1938
- msgid "Enter an email address"
1939
- msgstr "Inserisci Indirizzo Email"
1940
-
1941
- # @ all-in-one-wp-security-and-firewall
1942
- #: ../admin/wp-security-database-menu.php:383
1943
- msgid "Error - Could not get tables or no tables found!"
1944
- msgstr "Errore - Impossibile ottenere tabelle o nessuna tabella trovata!"
1945
-
1946
- # @ all-in-one-wp-security-and-firewall
1947
- #: ../admin/wp-security-database-menu.php:387
1948
- msgid "Starting DB prefix change operations....."
1949
- msgstr "Operazioni Cambio Impostazioni Prefisso DB..."
1950
-
1951
- # @ all-in-one-wp-security-and-firewall
1952
- #: ../admin/wp-security-database-menu.php:389
1953
- #, php-format
1954
- msgid ""
1955
- "Your WordPress system has a total of %s tables and your new DB prefix will "
1956
- "be: %s"
1957
- msgstr ""
1958
- "Il tuo sito WordPress ha un totale di%s tabelle ed il nuovo prefisso DB sarà:"
1959
- "%s"
1960
-
1961
- # @ all-in-one-wp-security-and-firewall
1962
- #: ../admin/wp-security-database-menu.php:395
1963
- #: ../classes/wp-security-utility.php:225
1964
- msgid ""
1965
- "Failed to make a backup of the wp-config.php file. This operation will not go "
1966
- "ahead."
1967
- msgstr ""
1968
- "Impossibile effettuare un backup del file wp-config.php. Questa operazione "
1969
- "non andrà avanti."
1970
-
1971
- # @ all-in-one-wp-security-and-firewall
1972
- #: ../admin/wp-security-database-menu.php:399
1973
- msgid "A backup copy of your wp-config.php file was created successfully!"
1974
- msgstr "Una copia di backup del file wp-config.php è stato creato con successo!"
1975
-
1976
- # @ all-in-one-wp-security-and-firewall
1977
- #: ../admin/wp-security-database-menu.php:421
1978
- #, php-format
1979
- msgid "%s table name update failed"
1980
- msgstr "%s aggiornamento nome tabelle fallito"
1981
-
1982
- # @ all-in-one-wp-security-and-firewall
1983
- #: ../admin/wp-security-database-menu.php:433
1984
- #, php-format
1985
- msgid "Please change the prefix manually for the above tables to: %s"
1986
- msgstr ""
1987
- "Si prega di cambiare il prefisso manualmente per le tabelle di cui sopra a:%s"
1988
-
1989
- # @ all-in-one-wp-security-and-firewall
1990
- #: ../admin/wp-security-database-menu.php:436
1991
- #, php-format
1992
- msgid "%s tables had their prefix updated successfully!"
1993
- msgstr "%s tabelle hanno il loro prefisso aggiornato con successo!"
1994
-
1995
- # @ all-in-one-wp-security-and-firewall
1996
- #: ../admin/wp-security-database-menu.php:452
1997
- msgid "wp-config.php file was updated successfully!"
1998
- msgstr "wp-config.php file è stato aggiornato con successo!"
1999
-
2000
- # @ all-in-one-wp-security-and-firewall
2001
- #: ../admin/wp-security-database-menu.php:455
2002
- #, php-format
2003
- msgid ""
2004
- "The \"wp-config.php\" file was not able to be modified. Please modify this "
2005
- "file manually using your favourite editor and search \n"
2006
- " for variable \"$table_prefix\" and assign the following "
2007
- "value to that variable: %s"
2008
- msgstr ""
2009
- "Non è stato possibile modificare il file \"wp-config.php\". Modifica il file "
2010
- "manualmente usando il tuo editor preferito, cerca \n"
2011
- " la variabile \"$table_prefix\" e assegna il seguente "
2012
- "valore a tale variabile: %s"
2013
-
2014
- #: ../admin/wp-security-database-menu.php:468
2015
- #: ../admin/wp-security-database-menu.php:490
2016
- #, php-format
2017
- msgid "Update of table %s failed: unable to change %s to %s"
2018
- msgstr "Aggiornamento della tabella %s fallito: non riesco a cambiare %s in %s"
2019
-
2020
- # @ all-in-one-wp-security-and-firewall
2021
- #: ../admin/wp-security-database-menu.php:472
2022
- msgid ""
2023
- "The options table records which had references to the old DB prefix were "
2024
- "updated successfully!"
2025
- msgstr ""
2026
- "Le opzioni dei record della tabella che avevano i riferimenti al vecchio "
2027
- "prefisso DB sono state aggiornate con successo!"
2028
-
2029
- #: ../admin/wp-security-database-menu.php:494
2030
- #, php-format
2031
- msgid ""
2032
- "The %s table records which had references to the old DB prefix were updated "
2033
- "successfully!"
2034
- msgstr ""
2035
- "I record della tabella %s che avevano riferimenti al vecchio prefisso di "
2036
- "Database sono stati aggiornati con successo!"
2037
-
2038
- # @ all-in-one-wp-security-and-firewall
2039
- #: ../admin/wp-security-database-menu.php:523
2040
- #, php-format
2041
- msgid ""
2042
- "Error updating user_meta table where new meta_key = %s, old meta_key = %s and "
2043
- "user_id = %s."
2044
- msgstr ""
2045
- "Errore di aggiornamento della tabella user_meta dove nuovo meta_key = %s, "
2046
- "vecchio meta_key = %s e user_id = %s."
2047
-
2048
- # @ all-in-one-wp-security-and-firewall
2049
- #: ../admin/wp-security-database-menu.php:528
2050
- msgid ""
2051
- "The usermeta table records which had references to the old DB prefix were "
2052
- "updated successfully!"
2053
- msgstr ""
2054
- "I record della tabella usermeta che avevano riferimenti al vecchio prefisso "
2055
- "DB sono state aggiornate con successo!"
2056
-
2057
- # @ all-in-one-wp-security-and-firewall
2058
- #: ../admin/wp-security-database-menu.php:530
2059
- msgid "DB prefix change tasks have been completed."
2060
- msgstr "Sono state completate le attività di DB del cambiamento di prefisso."
2061
-
2062
- # @ all-in-one-wp-security-and-firewall
2063
- #: ../admin/wp-security-filescan-menu.php:24
2064
- #: ../classes/grade-system/wp-security-feature-item-manager.php:108
2065
- msgid "File Change Detection"
2066
- msgstr "Rilevamento Modifiche File"
2067
-
2068
- # @ all-in-one-wp-security-and-firewall
2069
- #: ../admin/wp-security-filescan-menu.php:25
2070
- msgid "Malware Scan"
2071
- msgstr "Scansione Malware"
2072
-
2073
- # @ all-in-one-wp-security-and-firewall
2074
- #: ../admin/wp-security-filescan-menu.php:26
2075
- msgid "DB Scan"
2076
- msgstr "Scansione DataBase"
2077
-
2078
- # @ all-in-one-wp-security-and-firewall
2079
- #: ../admin/wp-security-filescan-menu.php:95
2080
- msgid "There have been no file changes since the last scan."
2081
- msgstr "Non ci sono state modifiche al file dopo l'ultima scansione."
2082
-
2083
- # @ all-in-one-wp-security-and-firewall
2084
- #: ../admin/wp-security-filescan-menu.php:105
2085
- msgid "Nonce check failed for manual file change detection scan operation!"
2086
- msgstr ""
2087
- "Check non riuscito per la scansione manulale di rilevamento modifica dei file!"
2088
-
2089
- # @ all-in-one-wp-security-and-firewall
2090
- #: ../admin/wp-security-filescan-menu.php:112
2091
- msgid ""
2092
- "The plugin has detected that this is your first file change detection scan. "
2093
- "The file details from this scan will be used to detect file changes for "
2094
- "future scans!"
2095
- msgstr ""
2096
- "Il plugin ha rilevato che questa è la tua prima scansione di rilevamento "
2097
- "delle modifiche dei file. I dettagli dei file da questa scansione verranno "
2098
- "utilizzati per rilevare i cambiamenti dei file per le scansioni future!"
2099
-
2100
- # @ all-in-one-wp-security-and-firewall
2101
- #: ../admin/wp-security-filescan-menu.php:114
2102
- msgid "Scan Complete - There were no file changes detected!"
2103
- msgstr "Scansione Completa - Non sono state rilevate variazioni ai file!"
2104
-
2105
- # @ all-in-one-wp-security-and-firewall
2106
- #: ../admin/wp-security-filescan-menu.php:203
2107
- msgid ""
2108
- "NEW SCAN COMPLETED: The plugin has detected that you have made changes to the "
2109
- "\"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
2110
- " In order to ensure that future scan results are accurate, "
2111
- "the old scan data has been refreshed."
2112
- msgstr ""
2113
- "NUOVA SCANSIONE COMPLETATA: Il plugin ha rilevato che sono state apportate "
2114
- "modifiche alla cartella \"Tipi di file da ignorare\" o\"File da ignorare "
2115
- "\"campi. \n"
2116
- " Al fine di garantire che i risultati delle scansioni "
2117
- "future siano precisi, i dati della scansione vecchia sono stati aggiornati."
2118
-
2119
- # @ all-in-one-wp-security-and-firewall
2120
- #: ../admin/wp-security-filescan-menu.php:213
2121
- msgid ""
2122
- "All In One WP Security & Firewall has detected that there was a change in "
2123
- "your host's files."
2124
- msgstr ""
2125
- "All In One WP Security & firewall ha rilevato che c'è stato un cambiamento "
2126
- "nei file del proprio host."
2127
-
2128
- # @ all-in-one-wp-security-and-firewall
2129
- #: ../admin/wp-security-filescan-menu.php:215
2130
- msgid "View Scan Details & Clear This Message"
2131
- msgstr "Visualizza i dettagli di scansione e cancella il messaggio"
2132
-
2133
- # @ all-in-one-wp-security-and-firewall
2134
- #: ../admin/wp-security-filescan-menu.php:224
2135
- msgid ""
2136
- "If given an opportunity hackers can insert their code or files into your "
2137
- "system which they can then use to carry out malicious acts on your site."
2138
- msgstr ""
2139
- "Esiste la possibilità che hacker possano inserire il loro codice, nei file o "
2140
- "nel vostro sistema, da utilizzare poi per eseguire operazioni dannose sul tuo "
2141
- "sito."
2142
-
2143
- # @ all-in-one-wp-security-and-firewall
2144
- #: ../admin/wp-security-filescan-menu.php:225
2145
- msgid ""
2146
- "Being informed of any changes in your files can be a good way to quickly "
2147
- "prevent a hacker from causing damage to your website."
2148
- msgstr ""
2149
- "Essere informati di eventuali cambiamenti nei file può essere un buon modo "
2150
- "per evitare rapidamente che un hacker possa causare danni al tuo sito web."
2151
-
2152
- # @ all-in-one-wp-security-and-firewall
2153
- #: ../admin/wp-security-filescan-menu.php:226
2154
- msgid ""
2155
- "In general, WordPress core and plugin files and file types such as \".php\" "
2156
- "or \".js\" should not change often and when they do, it is important that you "
2157
- "are made aware when a change occurs and which file was affected."
2158
- msgstr ""
2159
- "In generale, i file del cuore di WordPress dei plugin e tipi di file come ad "
2160
- "esempio \".php\" o \".js\" non dovrebbero cambiare spesso e, quando succede, "
2161
- "è importante sapere quando si verifica un cambiamento e quale file è stata "
2162
- "influenzato."
2163
-
2164
- # @ all-in-one-wp-security-and-firewall
2165
- #: ../admin/wp-security-filescan-menu.php:227
2166
- msgid ""
2167
- "The \"File Change Detection Feature\" will notify you of any file change "
2168
- "which occurs on your system, including the addition and deletion of files by "
2169
- "performing a regular automated or manual scan of your system's files."
2170
- msgstr ""
2171
- "La funzione \"Rilevamento Modifiche File\" comunicherà qualsiasi modifica di "
2172
- "file che si verifica sul sistema, tra cui l'aggiunta e la cancellazione dei "
2173
- "file per effettuare una normale scansione automatica o manuale dei file del "
2174
- "proprio sistema."
2175
-
2176
- # @ all-in-one-wp-security-and-firewall
2177
- #: ../admin/wp-security-filescan-menu.php:228
2178
- msgid ""
2179
- "This feature also allows you to exclude certain files or folders from the "
2180
- "scan in cases where you know that they change often as part of their normal "
2181
- "operation. (For example log files and certain caching plugin files may change "
2182
- "often and hence you may choose to exclude such files from the file change "
2183
- "detection scan)"
2184
- msgstr ""
2185
- "Questa funzione consente inoltre di escludere determinati file o cartelle "
2186
- "dalla scansione se si sa che cambiano spesso come parte del loro normale "
2187
- "funzionamento. (Ad esempio i file di log e di alcuni file dei plugin di "
2188
- "caching possono cambiare spesso e quindi si può scegliere di escludere tali "
2189
- "file dalla scansione)"
2190
-
2191
- # @ all-in-one-wp-security-and-firewall
2192
- #: ../admin/wp-security-filescan-menu.php:233
2193
- msgid "Manual File Change Detection Scan"
2194
- msgstr "Scansione Rilevamento Modifiche File Manuale"
2195
-
2196
- # @ all-in-one-wp-security-and-firewall
2197
- #: ../admin/wp-security-filescan-menu.php:239
2198
- msgid ""
2199
- "To perform a manual file change detection scan click on the button below."
2200
- msgstr ""
2201
- "Per eseguire una scansione manuale di rilevamento modifica file clicca sul "
2202
- "pulsante qui sotto."
2203
-
2204
- # @ all-in-one-wp-security-and-firewall
2205
- #: ../admin/wp-security-filescan-menu.php:242
2206
- msgid "Perform Scan Now"
2207
- msgstr "Esegui scansione Ora"
2208
-
2209
- # @ all-in-one-wp-security-and-firewall
2210
- #: ../admin/wp-security-filescan-menu.php:246
2211
- msgid "View Last Saved File Change Results"
2212
- msgstr "Mostra l'ultimo salvataggio del Risultato di Modifiche File"
2213
-
2214
- # @ all-in-one-wp-security-and-firewall
2215
- #: ../admin/wp-security-filescan-menu.php:252
2216
- msgid ""
2217
- "Click the button below to view the saved file change results from the last "
2218
- "scan."
2219
- msgstr ""
2220
- "Clicca sul pulsante qui sotto per visualizzare i risultati di modifica del "
2221
- "file salvato dall'ultima scansione."
2222
-
2223
- # @ all-in-one-wp-security-and-firewall
2224
- #: ../admin/wp-security-filescan-menu.php:255
2225
- msgid "View Last File Change"
2226
- msgstr "Mostra Ultima Modifica File"
2227
-
2228
- # @ all-in-one-wp-security-and-firewall
2229
- #: ../admin/wp-security-filescan-menu.php:259
2230
- msgid "File Change Detection Settings"
2231
- msgstr "Impostazioni Rilevamento Modifiche File"
2232
-
2233
- # @ all-in-one-wp-security-and-firewall
2234
- #: ../admin/wp-security-filescan-menu.php:271
2235
- msgid "Enable Automated File Change Detection Scan"
2236
- msgstr "Attiva Scansione Automatica Rilevamento Modifiche File"
2237
-
2238
- # @ all-in-one-wp-security-and-firewall
2239
- #: ../admin/wp-security-filescan-menu.php:274
2240
- msgid ""
2241
- "Check this if you want the system to automatically/periodically scan your "
2242
- "files to check for file changes based on the settings below"
2243
- msgstr ""
2244
- "Seleziona questa casella se vuoi che il sistema esegua in automatico/"
2245
- "periodicamente la scansione dei file per verificare eventuali modifiche in "
2246
- "base alle impostazioni di seguito"
2247
-
2248
- # @ all-in-one-wp-security-and-firewall
2249
- #: ../admin/wp-security-filescan-menu.php:278
2250
- msgid "Scan Time Interval"
2251
- msgstr "Intervallo Tempo Scansione"
2252
-
2253
- # @ all-in-one-wp-security-and-firewall
2254
- #: ../admin/wp-security-filescan-menu.php:285
2255
- msgid "Set the value for how often you would like a scan to occur"
2256
- msgstr ""
2257
- "Impostare il valore per quanto spesso si desidera creare una scansione di "
2258
- "verifica"
2259
-
2260
- # @ all-in-one-wp-security-and-firewall
2261
- #: ../admin/wp-security-filescan-menu.php:289
2262
- msgid "File Types To Ignore"
2263
- msgstr "Tipi di file da ignorare"
2264
-
2265
- # @ all-in-one-wp-security-and-firewall
2266
- #: ../admin/wp-security-filescan-menu.php:292
2267
- msgid ""
2268
- "Enter each file type or extension on a new line which you wish to exclude "
2269
- "from the file change detection scan."
2270
- msgstr ""
2271
- "Immettere ogni tipo di file o estensione su una nuova linea che si desidera "
2272
- "escludere dalla scansione di rilevamento delle modifiche dei file."
2273
-
2274
- # @ all-in-one-wp-security-and-firewall
2275
- #: ../admin/wp-security-filescan-menu.php:296
2276
- msgid ""
2277
- "You can exclude file types from the scan which would not normally pose any "
2278
- "security threat if they were changed. These can include things such as image "
2279
- "files."
2280
- msgstr ""
2281
- "È possibile escludere tipi di file dalla scansione, che normalmente non "
2282
- "pongono alcuna minaccia per la sicurezza se sono stati modificati. Questi "
2283
- "possono includere cose come file di immagine."
2284
-
2285
- # @ all-in-one-wp-security-and-firewall
2286
- #: ../admin/wp-security-filescan-menu.php:297
2287
- msgid ""
2288
- "Example: If you want the scanner to ignore files of type jpg, png, and bmp, "
2289
- "then you would enter the following:"
2290
- msgstr ""
2291
- "Esempio: Se si desidera che lo scanner ignori i file di tipo jpg, png, bmp, "
2292
- "immettere il seguente:"
2293
-
2294
- # @ all-in-one-wp-security-and-firewall
2295
- #: ../admin/wp-security-filescan-menu.php:298
2296
- msgid "jpg"
2297
- msgstr "jpg"
2298
-
2299
- # @ all-in-one-wp-security-and-firewall
2300
- #: ../admin/wp-security-filescan-menu.php:299
2301
- msgid "png"
2302
- msgstr "png"
2303
-
2304
- # @ all-in-one-wp-security-and-firewall
2305
- #: ../admin/wp-security-filescan-menu.php:300
2306
- msgid "bmp"
2307
- msgstr "bmp"
2308
-
2309
- # @ all-in-one-wp-security-and-firewall
2310
- #: ../admin/wp-security-filescan-menu.php:306
2311
- msgid "Files/Directories To Ignore"
2312
- msgstr "File/Directory Da Ignorare"
2313
-
2314
- # @ all-in-one-wp-security-and-firewall
2315
- #: ../admin/wp-security-filescan-menu.php:309
2316
- msgid ""
2317
- "Enter each file or directory on a new line which you wish to exclude from the "
2318
- "file change detection scan."
2319
- msgstr ""
2320
- "Inserisci ogni file o directory, che si desidera escludere dalla scansione di "
2321
- "rilevamento delle modifiche dei file, su una nuova linea."
2322
-
2323
- # @ all-in-one-wp-security-and-firewall
2324
- #: ../admin/wp-security-filescan-menu.php:313
2325
- msgid ""
2326
- "You can exclude specific files/directories from the scan which would not "
2327
- "normally pose any security threat if they were changed. These can include "
2328
- "things such as log files."
2329
- msgstr ""
2330
- "È possibile escludere file/directory specifici dalla scansione, che "
2331
- "normalmente non pongono alcuna minaccia per la sicurezza se sono stati "
2332
- "modificati. Questi possono includere cose come i file di log."
2333
-
2334
- # @ all-in-one-wp-security-and-firewall
2335
- #: ../admin/wp-security-filescan-menu.php:314
2336
- msgid ""
2337
- "Example: If you want the scanner to ignore certain files in different "
2338
- "directories or whole directories, then you would enter the following:"
2339
- msgstr ""
2340
- "Esempio: Se si desidera che lo scanner ignori determinati file in diverse "
2341
- "directory o intere directory, immettere il seguente:"
2342
-
2343
- # @ all-in-one-wp-security-and-firewall
2344
- #: ../admin/wp-security-filescan-menu.php:315
2345
- msgid "cache/config/master.php"
2346
- msgstr "cache/config/master.php"
2347
-
2348
- # @ all-in-one-wp-security-and-firewall
2349
- #: ../admin/wp-security-filescan-menu.php:316
2350
- msgid "somedirectory"
2351
- msgstr "nomedirectory"
2352
-
2353
- # @ all-in-one-wp-security-and-firewall
2354
- #: ../admin/wp-security-filescan-menu.php:322
2355
- msgid "Send Email When Change Detected"
2356
- msgstr "Invia e-mail quando viene rilevata una modifica"
2357
-
2358
- # @ all-in-one-wp-security-and-firewall
2359
- #: ../admin/wp-security-filescan-menu.php:325
2360
- msgid ""
2361
- "Check this if you want the system to email you if a file change was detected"
2362
- msgstr ""
2363
- "Seleziona questa casella se vuoi ricevere un'email ogni volta che viene "
2364
- "rilevata una modifica"
2365
-
2366
- # @ all-in-one-wp-security-and-firewall
2367
- #: ../admin/wp-security-filescan-menu.php:343
2368
- msgid "What is Malware?"
2369
- msgstr "Che cosa è un Malware?"
2370
-
2371
- # @ all-in-one-wp-security-and-firewall
2372
- #: ../admin/wp-security-filescan-menu.php:344
2373
- msgid ""
2374
- "The word Malware stands for Malicious Software. It can consist of things like "
2375
- "trojan horses, adware, worms, spyware and any other undesirable code which a "
2376
- "hacker will try to inject into your website."
2377
- msgstr ""
2378
- "La parola Malware è sinonimo di software dannoso. Esso può essere costituito "
2379
- "da cose come trojan horses, adware, worm, spyware e qualsiasi altro codice "
2380
- "indesiderato che un hacker cercherà di iniettare nel tuo sito web."
2381
-
2382
- #: ../admin/wp-security-filescan-menu.php:345
2383
- msgid ""
2384
- "Often when malware code has been inserted into your site you will normally "
2385
- "not notice anything out of the ordinary based on appearances, but it can have "
2386
- "a dramatic effect on your site's search ranking."
2387
- msgstr ""
2388
-
2389
- # @ all-in-one-wp-security-and-firewall
2390
- #: ../admin/wp-security-filescan-menu.php:346
2391
- msgid ""
2392
- "This is because the bots and spiders from search engines such as Google have "
2393
- "the capability to detect malware when they are indexing the pages on your "
2394
- "site, and consequently they can blacklist your website which will in turn "
2395
- "affect your search rankings."
2396
- msgstr ""
2397
- "Questo perché i bot e spider dei motori di ricerca come Google hanno la "
2398
- "capacità di rilevare il malware quando vengono a indicizzare le pagine del "
2399
- "tuo sito, e di conseguenza possono mettere in blacklist il tuo sito web e di "
2400
- "conseguenza influenzare il posizionamento sui motori."
2401
-
2402
- # @ all-in-one-wp-security-and-firewall
2403
- #: ../admin/wp-security-filescan-menu.php:350
2404
- msgid "Scanning For Malware"
2405
- msgstr "Scansione ricerca Malware"
2406
-
2407
- # @ all-in-one-wp-security-and-firewall
2408
- #: ../admin/wp-security-filescan-menu.php:351
2409
- msgid ""
2410
- "Due to the constantly changing and complex nature of Malware, scanning for "
2411
- "such things using a standalone plugin will not work reliably. This is "
2412
- "something best done via an external scan of your site regularly."
2413
- msgstr ""
2414
- "A causa della natura costantemente mutevole e complessa di malware, la "
2415
- "scansione per queste cose usando un plugin standalone non funziona "
2416
- "correttamente. Questo funziona meglio tramite una scansione esterna del "
2417
- "vostro sito fatta regolarmente."
2418
-
2419
- # @ all-in-one-wp-security-and-firewall
2420
- #: ../admin/wp-security-filescan-menu.php:352
2421
- msgid ""
2422
- "This is why we have created an easy-to-use scanning service which is hosted "
2423
- "off our own server which will scan your site for malware once every day and "
2424
- "notify you if it finds anything."
2425
- msgstr ""
2426
- "Per questo motivo abbiamo creato un servizio di scansione di facile utilizzo, "
2427
- "che viene ospitato fuori sul nostro server, che esegue la scansione del sito "
2428
- "per il malware una volta al giorno e notifica se trova qualche cosa che non "
2429
- "va."
2430
-
2431
- # @ all-in-one-wp-security-and-firewall
2432
- #: ../admin/wp-security-filescan-menu.php:353
2433
- msgid "When you sign up for this service you will get the following:"
2434
- msgstr "Iscrivendoti a questo servizio otterrai le seguenti caratteristiche:"
2435
-
2436
- # @ all-in-one-wp-security-and-firewall
2437
- #: ../admin/wp-security-filescan-menu.php:355
2438
- msgid "Automatic Daily Scan of 1 Website"
2439
- msgstr "Scansione quotidiana automatica di 1 Sito Web"
2440
-
2441
- # @ all-in-one-wp-security-and-firewall
2442
- #: ../admin/wp-security-filescan-menu.php:356
2443
- msgid "Automatic Malware & Blacklist Monitoring"
2444
- msgstr "Monitoraggio Automatico Malware & Blacklist"
2445
-
2446
- # @ all-in-one-wp-security-and-firewall
2447
- #: ../admin/wp-security-filescan-menu.php:357
2448
- msgid "Automatic Email Alerting"
2449
- msgstr "Alert Automatico via Email"
2450
-
2451
- # @ all-in-one-wp-security-and-firewall
2452
- #: ../admin/wp-security-filescan-menu.php:358
2453
- msgid "Site uptime monitoring"
2454
- msgstr "Monitoraggio uptime del sito"
2455
-
2456
- # @ all-in-one-wp-security-and-firewall
2457
- #: ../admin/wp-security-filescan-menu.php:359
2458
- msgid "Site response time monitoring"
2459
- msgstr "Monitoraggio del tempo di risposta Sito"
2460
-
2461
- # @ all-in-one-wp-security-and-firewall
2462
- #: ../admin/wp-security-filescan-menu.php:360
2463
- msgid "Malware Cleanup"
2464
- msgstr "Pulizia Malware"
2465
-
2466
- # @ all-in-one-wp-security-and-firewall
2467
- #: ../admin/wp-security-filescan-menu.php:361
2468
- msgid "Blacklist Removal"
2469
- msgstr "Rimozione Blacklist"
2470
-
2471
- # @ all-in-one-wp-security-and-firewall
2472
- #: ../admin/wp-security-filescan-menu.php:362
2473
- msgid "No Contract (Cancel Anytime)"
2474
- msgstr "Nessun contratto (Annulli in qualsiasi momento)"
2475
-
2476
- # @ all-in-one-wp-security-and-firewall
2477
- #: ../admin/wp-security-filescan-menu.php:364
2478
- #, php-format
2479
- msgid "To learn more please %s."
2480
- msgstr "Per ulteriori informazioni %s."
2481
-
2482
- # @ all-in-one-wp-security-and-firewall
2483
- #: ../admin/wp-security-filescan-menu.php:374
2484
- msgid ""
2485
- "This feature performs a basic database scan which will look for any common "
2486
- "suspicious-looking strings and javascript and html code in some of the "
2487
- "Wordpress core tables."
2488
- msgstr ""
2489
- "Questa funzione esegue una scansione del database di base che andrà a cercare "
2490
- "tutte le stringhe comuni, javascript e codice html sospetti in alcune delle "
2491
- "tabelle di base Wordpress."
2492
-
2493
- # @ all-in-one-wp-security-and-firewall
2494
- #: ../admin/wp-security-filescan-menu.php:391
2495
- msgid "Nonce check failed for manual db scan operation!"
2496
- msgstr ""
2497
- "Selezione non riuscita per l'operazione di scansione db manuale!\n"
2498
- "ecco Tutti i Dettagli:"
2499
-
2500
- # @ all-in-one-wp-security-and-firewall
2501
- #: ../admin/wp-security-filescan-menu.php:402
2502
- msgid ""
2503
- "This feature will perform a basic database scan which will look for any "
2504
- "common suspicious-looking strings and javascript and html code in some of the "
2505
- "Wordpress core tables."
2506
- msgstr ""
2507
- "Questa funzione esegue una scansione del data base per cercare eventuali "
2508
- "stringhe comuni, javascript e codice html, dall'aspetto sospetto in alcune "
2509
- "delle tabelle di base Wordpress."
2510
-
2511
- # @ all-in-one-wp-security-and-firewall
2512
- #: ../admin/wp-security-filescan-menu.php:403
2513
- msgid ""
2514
- "If the scan finds anything it will list all \"potentially\" malicious results "
2515
- "but it is up to you to verify whether a result is a genuine example of a "
2516
- "hacking attack or a false positive."
2517
- msgstr ""
2518
- "Se la scansione trova qualcosa elencherà tutti i risultati \"potenzialmente\" "
2519
- "dannosi, ma sta a te poi verificare se il risultato è un vero e proprio "
2520
- "esempio di un attacco di hacking o un falso positivo."
2521
-
2522
- # @ all-in-one-wp-security-and-firewall
2523
- #: ../admin/wp-security-filescan-menu.php:404
2524
- msgid ""
2525
- "As well as scanning for generic strings commonly used in malicious cases, "
2526
- "this feature will also scan for some of the known \"pharma\" hack entries and "
2527
- "if it finds any it will automatically delete them."
2528
- msgstr ""
2529
- "Così come la scansione per le stringhe generiche comunemente utilizzate in "
2530
- "casi maligni, questa caratteristica farà anche la scansione per alcune delle "
2531
- "note voci \"pharma\" hack e se ne rileva le cancellerà automaticamente."
2532
-
2533
- # @ all-in-one-wp-security-and-firewall
2534
- #: ../admin/wp-security-filescan-menu.php:405
2535
- msgid ""
2536
- "The WordPress core tables scanned by this feature include: posts, postmeta, "
2537
- "comments, links, users, usermeta, and options tables."
2538
- msgstr ""
2539
- "Le tabelle di base di WordPress scansionate da questa funzionalità includono: "
2540
- "posts, postmeta, comments, links, users, usermeta, e options."
2541
-
2542
- # @ all-in-one-wp-security-and-firewall
2543
- #: ../admin/wp-security-filescan-menu.php:410
2544
- msgid "Database Scan"
2545
- msgstr "Scansione Database"
2546
-
2547
- # @ all-in-one-wp-security-and-firewall
2548
- #: ../admin/wp-security-filescan-menu.php:416
2549
- msgid "To perform a database scan click on the button below."
2550
- msgstr "Per eseguire una scansione del database clicca sul pulsante qui sotto."
2551
-
2552
- # @ all-in-one-wp-security-and-firewall
2553
- #: ../admin/wp-security-filescan-menu.php:419
2554
- msgid "Perform DB Scan"
2555
- msgstr "Esegui Scansione DB"
2556
-
2557
- # @ all-in-one-wp-security-and-firewall
2558
- #: ../admin/wp-security-filescan-menu.php:452
2559
- msgid "Latest File Change Scan Results"
2560
- msgstr "Ultimi Risultati scansione di modifica file"
2561
-
2562
- # @ all-in-one-wp-security-and-firewall
2563
- #: ../admin/wp-security-filescan-menu.php:461
2564
- msgid "The following files were added to your host."
2565
- msgstr "I seguenti file sono stati aggiunti al tu Host."
2566
-
2567
- # @ all-in-one-wp-security-and-firewall
2568
- #: ../admin/wp-security-filescan-menu.php:464
2569
- #: ../admin/wp-security-filescan-menu.php:485
2570
- #: ../admin/wp-security-filescan-menu.php:509
2571
- #: ../admin/wp-security-settings-menu.php:27
2572
- #: ../admin/wp-security-settings-menu.php:28
2573
- msgid "File"
2574
- msgstr "File"
2575
-
2576
- # @ all-in-one-wp-security-and-firewall
2577
- #: ../admin/wp-security-filescan-menu.php:465
2578
- #: ../admin/wp-security-filescan-menu.php:486
2579
- #: ../admin/wp-security-filescan-menu.php:510
2580
- msgid "File Size"
2581
- msgstr "Dimensione File"
2582
-
2583
- # @ all-in-one-wp-security-and-firewall
2584
- #: ../admin/wp-security-filescan-menu.php:466
2585
- #: ../admin/wp-security-filescan-menu.php:487
2586
- #: ../admin/wp-security-filescan-menu.php:511
2587
- msgid "File Modified"
2588
- msgstr "Modifica File"
2589
-
2590
- # @ all-in-one-wp-security-and-firewall
2591
- #: ../admin/wp-security-filescan-menu.php:482
2592
- msgid "The following files were removed from your host."
2593
- msgstr "I seguenti file sono stati rimossi dal tuo host."
2594
-
2595
- # @ all-in-one-wp-security-and-firewall
2596
- #: ../admin/wp-security-filescan-menu.php:506
2597
- msgid "The following files were changed on your host."
2598
- msgstr "I seguenti file sono stati modificati nel tuo host."
2599
-
2600
- # @ all-in-one-wp-security-and-firewall
2601
- #: ../admin/wp-security-filesystem-menu.php:26
2602
- #: ../classes/grade-system/wp-security-feature-item-manager.php:67
2603
- msgid "File Permissions"
2604
- msgstr "Permessi File"
2605
-
2606
- # @ all-in-one-wp-security-and-firewall
2607
- #: ../admin/wp-security-filesystem-menu.php:27
2608
- msgid "PHP File Editing"
2609
- msgstr "Modifica File PHP"
2610
-
2611
- # @ all-in-one-wp-security-and-firewall
2612
- #: ../admin/wp-security-filesystem-menu.php:28
2613
- msgid "WP File Access"
2614
- msgstr "Accesso File WP"
2615
-
2616
- # @ all-in-one-wp-security-and-firewall
2617
- #: ../admin/wp-security-filesystem-menu.php:29
2618
- msgid "Host System Logs"
2619
- msgstr "Registro Sistema Host"
2620
-
2621
- # @ all-in-one-wp-security-and-firewall
2622
- #: ../admin/wp-security-filesystem-menu.php:96
2623
- #, php-format
2624
- msgid "The permissions for %s were succesfully changed to %s"
2625
- msgstr "I permessi perr %s sono stati modificati con successo a %s"
2626
-
2627
- # @ all-in-one-wp-security-and-firewall
2628
- #: ../admin/wp-security-filesystem-menu.php:100
2629
- #, php-format
2630
- msgid "Unable to change permissions for %s!"
2631
- msgstr "Impossibile modificare i permessi per %s!"
2632
-
2633
- # @ all-in-one-wp-security-and-firewall
2634
- #: ../admin/wp-security-filesystem-menu.php:106
2635
- msgid "File Permissions Scan"
2636
- msgstr "Permessi Scansione File"
2637
-
2638
- # @ all-in-one-wp-security-and-firewall
2639
- #: ../admin/wp-security-filesystem-menu.php:109
2640
- msgid ""
2641
- "Your WordPress file and folder permission settings govern the accessability "
2642
- "and read/write privileges of the files and folders which make up your WP "
2643
- "installation."
2644
- msgstr ""
2645
- "Il tuoi file di WordPress e le impostazioni delle autorizzazioni delle "
2646
- "cartelle regolano i privilegi di accesso e lettura/scrittura dei file e delle "
2647
- "cartelle che compongono l'installazione WP."
2648
-
2649
- # @ all-in-one-wp-security-and-firewall
2650
- #: ../admin/wp-security-filesystem-menu.php:110
2651
- msgid ""
2652
- "Your WP installation already comes with reasonably secure file permission "
2653
- "settings for the filesystem."
2654
- msgstr ""
2655
- "La tua installazione di WP viene fornita già con le impostazioni di "
2656
- "autorizzazione file ragionevolmente sicure per il filesystem."
2657
-
2658
- # @ all-in-one-wp-security-and-firewall
2659
- #: ../admin/wp-security-filesystem-menu.php:111
2660
- msgid ""
2661
- "However, sometimes people or other plugins modify the various permission "
2662
- "settings of certain core WP folders or files such that they end up making "
2663
- "their site less secure because they chose the wrong permission values."
2664
- msgstr ""
2665
- "Tuttavia, a volte la gente o altri plugin, modificano le varie impostazioni "
2666
- "dei permessi di alcune cartelle o file WP fondamentali e lo rendono meno "
2667
- "sicuro perché hanno scelto i valori dei permessi sbagliati."
2668
-
2669
- # @ all-in-one-wp-security-and-firewall
2670
- #: ../admin/wp-security-filesystem-menu.php:112
2671
- msgid ""
2672
- "This feature will scan the critical WP core folders and files and will "
2673
- "highlight any permission settings which are insecure."
2674
- msgstr ""
2675
- "Questa funzione consente di eseguire la scansione delle cartelle di base WP e "
2676
- "file critici e metterà in evidenza le impostazioni di autorizzazione che sono "
2677
- "insicure."
2678
-
2679
- # @ all-in-one-wp-security-and-firewall
2680
- #: ../admin/wp-security-filesystem-menu.php:118
2681
- msgid "WP Directory and File Permissions Scan Results"
2682
- msgstr "Risultati scansione Directory WP e permessi dei file"
2683
-
2684
- # @ all-in-one-wp-security-and-firewall
2685
- #: ../admin/wp-security-filesystem-menu.php:131
2686
- #: ../admin/wp-security-filesystem-menu.php:150
2687
- msgid "File/Folder"
2688
- msgstr "File/Cartelle"
2689
-
2690
- # @ all-in-one-wp-security-and-firewall
2691
- #: ../admin/wp-security-filesystem-menu.php:132
2692
- #: ../admin/wp-security-filesystem-menu.php:151
2693
- msgid "Current Permissions"
2694
- msgstr "Permessi Attuali"
2695
-
2696
- # @ all-in-one-wp-security-and-firewall
2697
- #: ../admin/wp-security-filesystem-menu.php:133
2698
- #: ../admin/wp-security-filesystem-menu.php:152
2699
- msgid "Recommended Permissions"
2700
- msgstr "Permessi Raccomandati"
2701
-
2702
- # @ all-in-one-wp-security-and-firewall
2703
- #: ../admin/wp-security-filesystem-menu.php:134
2704
- #: ../admin/wp-security-filesystem-menu.php:153
2705
- msgid "Recommended Action"
2706
- msgstr "Azione Raccomandata"
2707
-
2708
- # @ all-in-one-wp-security-and-firewall
2709
- #: ../admin/wp-security-filesystem-menu.php:191
2710
- msgid "Your PHP file editing settings were saved successfully."
2711
- msgstr ""
2712
- "Le impostazioni di editing dei file PHP sono state salvate con successo."
2713
-
2714
- # @ all-in-one-wp-security-and-firewall
2715
- #: ../admin/wp-security-filesystem-menu.php:195
2716
- msgid ""
2717
- "Operation failed! Unable to modify or make a backup of wp-config.php file!"
2718
- msgstr ""
2719
- "Operazione non riuscita! Impossibile modificare o fare un backup del file wp-"
2720
- "config.php!"
2721
-
2722
- # @ all-in-one-wp-security-and-firewall
2723
- #: ../admin/wp-security-filesystem-menu.php:201
2724
- #: ../classes/grade-system/wp-security-feature-item-manager.php:69
2725
- msgid "File Editing"
2726
- msgstr "Modifica File"
2727
-
2728
- # @ all-in-one-wp-security-and-firewall
2729
- #: ../admin/wp-security-filesystem-menu.php:204
2730
- msgid ""
2731
- "The Wordpress Dashboard by default allows administrators to edit PHP files, "
2732
- "such as plugin and theme files."
2733
- msgstr ""
2734
- "La Bacheca Wordpress di default consente agli amministratori di modificare i "
2735
- "file PHP, come plugin e file dei temi."
2736
-
2737
- # @ all-in-one-wp-security-and-firewall
2738
- #: ../admin/wp-security-filesystem-menu.php:205
2739
- msgid ""
2740
- "This is often the first tool an attacker will use if able to login, since it "
2741
- "allows code execution."
2742
- msgstr ""
2743
- "Questo è spesso il primo strumento che chi attacca il sito utilizzerà, se in "
2744
- "grado di accedere, in quanto permette l'esecuzione di codice."
2745
-
2746
- # @ all-in-one-wp-security-and-firewall
2747
- #: ../admin/wp-security-filesystem-menu.php:206
2748
- msgid ""
2749
- "This feature will disable the ability for people to edit PHP files via the "
2750
- "dashboard."
2751
- msgstr ""
2752
- "Questa funzione consente di disattivare la possibilità per le persone di "
2753
- "modificare i file PHP tramite la bacheca."
2754
-
2755
- # @ all-in-one-wp-security-and-firewall
2756
- #: ../admin/wp-security-filesystem-menu.php:212
2757
- msgid "Disable PHP File Editing"
2758
- msgstr "Disabilità Modifica File PHP"
2759
-
2760
- # @ all-in-one-wp-security-and-firewall
2761
- #: ../admin/wp-security-filesystem-menu.php:224
2762
- msgid "Disable Ability To Edit PHP Files"
2763
- msgstr "Disattivare la possibilità di modificare i file PHP"
2764
-
2765
- # @ all-in-one-wp-security-and-firewall
2766
- #: ../admin/wp-security-filesystem-menu.php:227
2767
- msgid ""
2768
- "Check this if you want to remove the ability for people to edit PHP files via "
2769
- "the WP dashboard"
2770
- msgstr ""
2771
- "Seleziona questa casella se vuoi rimuovere la possibilità per le persone di "
2772
- "modificare i file PHP tramite la bacheca WP"
2773
-
2774
- # @ all-in-one-wp-security-and-firewall
2775
- #: ../admin/wp-security-filesystem-menu.php:271
2776
- msgid ""
2777
- "You have successfully saved the Prevent Access to Default WP Files "
2778
- "configuration."
2779
- msgstr ""
2780
- "Hai salvato con successo di impedire l'accesso al file di configurazione di "
2781
- "default WP."
2782
-
2783
- # @ all-in-one-wp-security-and-firewall
2784
- #: ../admin/wp-security-filesystem-menu.php:280
2785
- msgid "WordPress Files"
2786
- msgstr "File WordPress"
2787
-
2788
- # @ all-in-one-wp-security-and-firewall
2789
- #: ../admin/wp-security-filesystem-menu.php:283
2790
- #, php-format
2791
- msgid ""
2792
- "This feature allows you to prevent access to files such as %s, %s and %s "
2793
- "which are delivered with all WP installations."
2794
- msgstr ""
2795
- "Questa funzione consente di impedire l'accesso ai file come %s, %s e %s che "
2796
- "vengono inseriti in tutte le installazioni WP.."
2797
-
2798
- # @ all-in-one-wp-security-and-firewall
2799
- #: ../admin/wp-security-filesystem-menu.php:284
2800
- msgid ""
2801
- "By preventing access to these files you are hiding some key pieces of "
2802
- "information (such as WordPress version info) from potential hackers."
2803
- msgstr ""
2804
- "Impedendo l'accesso a questi file si nascondono alcune informazioni "
2805
- "fondamentali (come info sulla versione WordPress) da potenziali hacker."
2806
-
2807
- # @ all-in-one-wp-security-and-firewall
2808
- #: ../admin/wp-security-filesystem-menu.php:289
2809
- msgid "Prevent Access to Default WP Files"
2810
- msgstr "Impedire l'accesso ai file di WP di default"
2811
-
2812
- # @ all-in-one-wp-security-and-firewall
2813
- #: ../admin/wp-security-filesystem-menu.php:300
2814
- msgid "Prevent Access to WP Default Install Files"
2815
- msgstr "Impedire l'accesso ai file di installazione WP di default"
2816
-
2817
- # @ all-in-one-wp-security-and-firewall
2818
- #: ../admin/wp-security-filesystem-menu.php:303
2819
- msgid ""
2820
- "Check this if you want to prevent access to readme.html, license.txt and wp-"
2821
- "config-sample.php."
2822
- msgstr ""
2823
- "Seleziona questa casella per impedire l'accesso a readme.html, license.txt e "
2824
- "wp-config-sample.php."
2825
-
2826
- # @ all-in-one-wp-security-and-firewall
2827
- #: ../admin/wp-security-filesystem-menu.php:307
2828
- msgid "Save Setting"
2829
- msgstr "Salva Impostazioni"
2830
-
2831
- # @ all-in-one-wp-security-and-firewall
2832
- #: ../admin/wp-security-filesystem-menu.php:331
2833
- msgid "System Logs"
2834
- msgstr "Registro Sistema"
2835
-
2836
- # @ all-in-one-wp-security-and-firewall
2837
- #: ../admin/wp-security-filesystem-menu.php:334
2838
- msgid ""
2839
- "Sometimes your hosting platform will produce error or warning logs in a file "
2840
- "called \"error_log\"."
2841
- msgstr ""
2842
- "A volte la vostra piattaforma di hosting produrrà errore o log di avviso in "
2843
- "un file chiamato \"error_log\"."
2844
-
2845
- # @ all-in-one-wp-security-and-firewall
2846
- #: ../admin/wp-security-filesystem-menu.php:335
2847
- msgid ""
2848
- "Depending on the nature and cause of the error or warning, your hosting "
2849
- "server can create multiple instances of this file in numerous directory "
2850
- "locations of your WordPress installation."
2851
- msgstr ""
2852
- "A seconda della natura e la causa di errore o di avvertimento, il server "
2853
- "dell'hosting è in grado di creare più istanze di questo file in numerose "
2854
- "posizioni di directory della vostra installazione WordPress."
2855
-
2856
- # @ all-in-one-wp-security-and-firewall
2857
- #: ../admin/wp-security-filesystem-menu.php:336
2858
- msgid ""
2859
- "By occassionally viewing the contents of these logs files you can keep "
2860
- "informed of any underlying problems on your system which you might need to "
2861
- "address."
2862
- msgstr ""
2863
- "Di tanto in tanto la visualizzazione del contenuto di questi file di log può "
2864
- "darci informazioni di eventuali problemi di fondo sul sistema che si potrebbe "
2865
- "aver bisogno di affrontare."
2866
-
2867
- # @ all-in-one-wp-security-and-firewall
2868
- #: ../admin/wp-security-filesystem-menu.php:342
2869
- msgid "View System Logs"
2870
- msgstr "Visualizza registri di sistema"
2871
-
2872
- # @ all-in-one-wp-security-and-firewall
2873
- #: ../admin/wp-security-filesystem-menu.php:347
2874
- msgid "Enter System Log File Name"
2875
- msgstr "Inserisci il Nome File Registro Sistema"
2876
-
2877
- # @ all-in-one-wp-security-and-firewall
2878
- #: ../admin/wp-security-filesystem-menu.php:349
2879
- msgid "Enter your system log file name. (Defaults to error_log)"
2880
- msgstr "Immettere il nome del file di log di sistema. (Predefinito è error_log)"
2881
-
2882
- # @ all-in-one-wp-security-and-firewall
2883
- #: ../admin/wp-security-filesystem-menu.php:352
2884
- msgid "View Latest System Logs"
2885
- msgstr "Visualizza ultimi registri di sistema"
2886
-
2887
- # @ all-in-one-wp-security-and-firewall
2888
- #: ../admin/wp-security-filesystem-menu.php:354
2889
- msgid "Loading..."
2890
- msgstr "Caricamento..."
2891
-
2892
- # @ all-in-one-wp-security-and-firewall
2893
- #: ../admin/wp-security-filesystem-menu.php:371
2894
- msgid "No system logs were found!"
2895
- msgstr "Nessun log di sistema sono stato trovato!"
2896
-
2897
- # @ all-in-one-wp-security-and-firewall
2898
- #: ../admin/wp-security-filesystem-menu.php:424
2899
- msgid "Set Recommended Permissions"
2900
- msgstr "Imposta Permessi Consigliati"
2901
-
2902
- # @ all-in-one-wp-security-and-firewall
2903
- #: ../admin/wp-security-filesystem-menu.php:430
2904
- msgid "No Action Required"
2905
- msgstr "Nessuna Azione Richiesta"
2906
-
2907
- # @ all-in-one-wp-security-and-firewall
2908
- #: ../admin/wp-security-filesystem-menu.php:470
2909
- #, php-format
2910
- msgid "Showing latest entries of error_log file: %s"
2911
- msgstr "Risultati delle ultime voci di error_log file: %s"
2912
-
2913
- # @ all-in-one-wp-security-and-firewall
2914
- #: ../admin/wp-security-firewall-menu.php:28
2915
- msgid "Basic Firewall Rules"
2916
- msgstr "Regole Firewall Base"
2917
-
2918
- # @ all-in-one-wp-security-and-firewall
2919
- #: ../admin/wp-security-firewall-menu.php:29
2920
- msgid "Additional Firewall Rules"
2921
- msgstr "Regole Firewall Aggiuntive"
2922
-
2923
- # @ all-in-one-wp-security-and-firewall
2924
- #: ../admin/wp-security-firewall-menu.php:30
2925
- msgid "5G Blacklist Firewall Rules"
2926
- msgstr "Regole Blacklist Firewall 5G"
2927
-
2928
- # @ all-in-one-wp-security-and-firewall
2929
- #: ../admin/wp-security-firewall-menu.php:31
2930
- msgid "Internet Bots"
2931
- msgstr ""
2932
-
2933
- # @ all-in-one-wp-security-and-firewall
2934
- #: ../admin/wp-security-firewall-menu.php:32
2935
- msgid "Prevent Hotlinks"
2936
- msgstr "Prevenzione Hotlinks"
2937
-
2938
- # @ all-in-one-wp-security-and-firewall
2939
- #: ../admin/wp-security-firewall-menu.php:33
2940
- msgid "404 Detection"
2941
- msgstr "Rilevamento 404"
2942
-
2943
- #: ../admin/wp-security-firewall-menu.php:34
2944
- msgid "Custom Rules"
2945
- msgstr "Regole personalizzate"
2946
-
2947
- # @ all-in-one-wp-security-and-firewall
2948
- #: ../admin/wp-security-firewall-menu.php:118
2949
- #: ../admin/wp-security-firewall-menu.php:692
2950
- #: ../admin/wp-security-spam-menu.php:104 ../admin/wp-security-spam-menu.php:317
2951
- #: ../admin/wp-security-user-registration-menu.php:96
2952
- msgid "Settings were successfully saved"
2953
- msgstr "Impostazioni salvate con successo"
2954
-
2955
- # @ all-in-one-wp-security-and-firewall
2956
- #: ../admin/wp-security-firewall-menu.php:127
2957
- #: ../admin/wp-security-firewall-menu.php:532
2958
- msgid "Firewall Settings"
2959
- msgstr "Impostazioni Firewall"
2960
-
2961
- # @ all-in-one-wp-security-and-firewall
2962
- #: ../admin/wp-security-firewall-menu.php:134
2963
- #, php-format
2964
- msgid ""
2965
- "This should not have any impact on your site's general functionality but if "
2966
- "you wish you can take a %s of your .htaccess file before proceeding."
2967
- msgstr ""
2968
- "Questo non dovrebbe avere alcun impatto sulla funzionalità generale del tuo "
2969
- "sito, ma se vuoi puoi creare un %s del file .htaccess prima di procedere."
2970
-
2971
- # @ all-in-one-wp-security-and-firewall
2972
- #: ../admin/wp-security-firewall-menu.php:135
2973
- msgid ""
2974
- "The features in this tab allow you to activate some basic firewall security "
2975
- "protection rules for your site."
2976
- msgstr ""
2977
- "Le funzionalità di questa scheda consentono di attivare alcune regole di "
2978
- "protezione di sicurezza del firewall di base per il sito."
2979
-
2980
- # @ all-in-one-wp-security-and-firewall
2981
- #: ../admin/wp-security-firewall-menu.php:136
2982
- msgid ""
2983
- "The firewall functionality is achieved via the insertion of special code into "
2984
- "your currently active .htaccess file."
2985
- msgstr ""
2986
- "La funzionalità firewall è ottenuta tramite l'inserimento di codice speciale "
2987
- "nel file attualmente attivo .htaccess."
2988
-
2989
- # @ all-in-one-wp-security-and-firewall
2990
- #: ../admin/wp-security-firewall-menu.php:146
2991
- msgid "Attention:"
2992
- msgstr "Attenzione:"
2993
-
2994
- # @ all-in-one-wp-security-and-firewall
2995
- #: ../admin/wp-security-firewall-menu.php:147
2996
- msgid "Currently the "
2997
- msgstr "Attualmente "
2998
-
2999
- # @ all-in-one-wp-security-and-firewall
3000
- #: ../admin/wp-security-firewall-menu.php:147
3001
- #: ../admin/wp-security-firewall-menu.php:194
3002
- msgid "Enable Pingback Protection"
3003
- msgstr "Attiva Protezione Pingback"
3004
-
3005
- # @ all-in-one-wp-security-and-firewall
3006
- #: ../admin/wp-security-firewall-menu.php:147
3007
- msgid " is active."
3008
- msgstr "è abilitata"
3009
-
3010
- # @ all-in-one-wp-security-and-firewall
3011
- #: ../admin/wp-security-firewall-menu.php:148
3012
- msgid ""
3013
- "Please beware that if you are using the WordPress iOS App, then you will need "
3014
- "to deactivate this feature in order for the app to work properly."
3015
- msgstr ""
3016
- "Fa attenzione che se utilizzi App WordPress iOS, allora dovrai disattivare "
3017
- "questa funzione in modo che l'applicazione funzioni correttamente."
3018
-
3019
- # @ all-in-one-wp-security-and-firewall
3020
- #: ../admin/wp-security-firewall-menu.php:156
3021
- msgid "Basic Firewall Settings"
3022
- msgstr "Impostazioni Firewall Base"
3023
-
3024
- # @ all-in-one-wp-security-and-firewall
3025
- #: ../admin/wp-security-firewall-menu.php:164
3026
- msgid "Enable Basic Firewall Protection"
3027
- msgstr "Attiva Protezione Firewall Base"
3028
-
3029
- # @ all-in-one-wp-security-and-firewall
3030
- #: ../admin/wp-security-firewall-menu.php:167
3031
- msgid "Check this if you want to apply basic firewall protection to your site."
3032
- msgstr ""
3033
- "Seleziona questa casella se vuoi applicare la protezione di base del firewall "
3034
- "per il sito."
3035
-
3036
- # @ all-in-one-wp-security-and-firewall
3037
- #: ../admin/wp-security-firewall-menu.php:171
3038
- msgid ""
3039
- "This setting will implement the following basic firewall protection "
3040
- "mechanisms on your site:"
3041
- msgstr ""
3042
- "Questa impostazione applicherà i seguenti meccanismi di base di protezione "
3043
- "firewall sul tuo sito:"
3044
-
3045
- # @ all-in-one-wp-security-and-firewall
3046
- #: ../admin/wp-security-firewall-menu.php:172
3047
- msgid "1) Protect your htaccess file by denying access to it."
3048
- msgstr "1) Proteggi il tuo .htaccess negando l'accesso ad esso."
3049
-
3050
- # @ all-in-one-wp-security-and-firewall
3051
- #: ../admin/wp-security-firewall-menu.php:173
3052
- msgid "2) Disable the server signature."
3053
- msgstr "2) Disabilitare la firma del server."
3054
-
3055
- # @ all-in-one-wp-security-and-firewall
3056
- #: ../admin/wp-security-firewall-menu.php:174
3057
- msgid "3) Limit file upload size (10MB)."
3058
- msgstr "3) Limite dimensione file di upload (10 MB)."
3059
-
3060
- # @ all-in-one-wp-security-and-firewall
3061
- #: ../admin/wp-security-firewall-menu.php:175
3062
- msgid "4) Protect your wp-config.php file by denying access to it."
3063
- msgstr "4) Proteggere il file wp-config.php negando l'accesso ad esso."
3064
-
3065
- # @ all-in-one-wp-security-and-firewall
3066
- #: ../admin/wp-security-firewall-menu.php:176
3067
- msgid ""
3068
- "The above firewall features will be applied via your .htaccess file and "
3069
- "should not affect your site's overall functionality."
3070
- msgstr ""
3071
- "Le funzioni di firewall di cui sopra verranno applicate tramite il file ."
3072
- "htaccess e non dovrebbero pregiudicare la funzionalità complessiva del tuo "
3073
- "sito."
3074
-
3075
- # @ all-in-one-wp-security-and-firewall
3076
- #: ../admin/wp-security-firewall-menu.php:177
3077
- msgid ""
3078
- "You are still advised to take a backup of your active .htaccess file just in "
3079
- "case."
3080
- msgstr ""
3081
- "sei invitato ancora ad eseguire una copia di backup dell'attuale file ."
3082
- "htaccess per ogni evenienza."
3083
-
3084
- # @ all-in-one-wp-security-and-firewall
3085
- #: ../admin/wp-security-firewall-menu.php:186
3086
- msgid "WordPress Pingback Vulnerability Protection"
3087
- msgstr "Protezione Vulnerabilità WordPress Pingback"
3088
-
3089
- # @ all-in-one-wp-security-and-firewall
3090
- #: ../admin/wp-security-firewall-menu.php:197
3091
- msgid ""
3092
- "Check this if you are not using the WP XML-RPC functionality and you want to "
3093
- "enable protection against WordPress pingback vulnerabilities."
3094
- msgstr ""
3095
- "Seleziona questo se non utilizzi le funzioni WP XML-RPC e vuoi attivare la "
3096
- "protezione per la vulnerabilità WordPress pingback."
3097
-
3098
- # @ all-in-one-wp-security-and-firewall
3099
- #: ../admin/wp-security-firewall-menu.php:201
3100
- msgid ""
3101
- "This setting will add a directive in your .htaccess to disable access to the "
3102
- "WordPress xmlrpc.php file which is responsible for the XML-RPC functionality "
3103
- "such as pingbacks in WordPress."
3104
- msgstr ""
3105
- "Questa impostazione aggiunge una direttiva nel file .htaccess per "
3106
- "disabilitare l'accesso al file xmlrpc.php WordPress che serve per la "
3107
- "funzionalità di XML-RPC come pingbacks in WordPress."
3108
-
3109
- # @ all-in-one-wp-security-and-firewall
3110
- #: ../admin/wp-security-firewall-menu.php:202
3111
- msgid ""
3112
- "Hackers can exploit various pingback vulnerabilities in the WordPress XML-RPC "
3113
- "API in a number of ways such as:"
3114
- msgstr ""
3115
- "Gli hacker possono sfruttare le varie vulnerabilità pingback in WordPress API "
3116
- "XML-RPC in vari modi, ad esempio:"
3117
-
3118
- # @ all-in-one-wp-security-and-firewall
3119
- #: ../admin/wp-security-firewall-menu.php:203
3120
- msgid "1) Denial of Service (DoS) attacks"
3121
- msgstr "1) Attacchi Denial di Service (DoS)"
3122
-
3123
- # @ all-in-one-wp-security-and-firewall
3124
- #: ../admin/wp-security-firewall-menu.php:204
3125
- msgid "2) Hacking internal routers."
3126
- msgstr "2) Hacking router interni."
3127
-
3128
- # @ all-in-one-wp-security-and-firewall
3129
- #: ../admin/wp-security-firewall-menu.php:205
3130
- msgid "3) Scanning ports in internal networks to get info from various hosts."
3131
- msgstr ""
3132
- "3) Scansione porte in reti interne per ottenere informazioni da vari host."
3133
-
3134
- # @ all-in-one-wp-security-and-firewall
3135
- #: ../admin/wp-security-firewall-menu.php:206
3136
- msgid ""
3137
- "Apart from the security protection benefit, this feature may also help reduce "
3138
- "load on your server, particularly if your site currently has a lot of "
3139
- "unwanted traffic hitting the XML-RPC API on your installation."
3140
- msgstr ""
3141
- "Oltre al beneficio di protezione di sicurezza, questa funzione può anche "
3142
- "contribuire a ridurre il carico sul server, in particolare se il vostro sito "
3143
- "ha attualmente un sacco di traffico indesiderato che colpisce l'API XML-RPC "
3144
- "sulla tua installazione."
3145
-
3146
- # @ all-in-one-wp-security-and-firewall
3147
- #: ../admin/wp-security-firewall-menu.php:207
3148
- msgid ""
3149
- "NOTE: You should only enable this feature if you are not currently using the "
3150
- "XML-RPC functionality on your WordPress installation."
3151
- msgstr ""
3152
- "NOTA: Si deve attivare questa funzione solo se non si sta utilizzando la "
3153
- "funzionalità XML-RPC di WordPress."
3154
-
3155
- #: ../admin/wp-security-firewall-menu.php:216
3156
- #: ../classes/grade-system/wp-security-feature-item-manager.php:81
3157
- msgid "Block Accesss to Debug Log File"
3158
- msgstr "Blocca di accessi al Log file Debug"
3159
-
3160
- #: ../admin/wp-security-firewall-menu.php:224
3161
- msgid "Block Access to debug.log File"
3162
- msgstr "Blocca gli accessi al file debug.log"
3163
-
3164
- #: ../admin/wp-security-firewall-menu.php:227
3165
- msgid ""
3166
- "Check this if you want to block access to the debug.log file that WordPress "
3167
- "creates when debug logging is enabled."
3168
- msgstr ""
3169
- "Seleziona questo se vuoi bloccare gli accessi al file debug.log che WordPress "
3170
- "crea quando i log di debug sono abilitati."
3171
-
3172
- #: ../admin/wp-security-firewall-menu.php:231
3173
- msgid ""
3174
- "WordPress has an option to turn on the debug logging to a file located in wp-"
3175
- "content/debug.log. This file may contain sensitive information."
3176
- msgstr ""
3177
- "WordPress ha un'opzione per abilitare i log di debug in un file che si trova "
3178
- "in wp-content/debug.log. Questo file può contenere informazioni sensibili."
3179
-
3180
- #: ../admin/wp-security-firewall-menu.php:232
3181
- msgid ""
3182
- "Using this optoin will block external access to this file. You can still "
3183
- "access this file by logging into your site via FTP"
3184
- msgstr ""
3185
- "L'uso di questa opzione bloccherà gli accessi esterni a questo file. Potrai "
3186
- "ancora accedere a questo file collegandoti al tuo sito tramite FTP"
3187
-
3188
- # @ all-in-one-wp-security-and-firewall
3189
- #: ../admin/wp-security-firewall-menu.php:240
3190
- msgid "Save Basic Firewall Settings"
3191
- msgstr "Salva Impostazioni Base Firewall"
3192
-
3193
- # @ all-in-one-wp-security-and-firewall
3194
- #: ../admin/wp-security-firewall-menu.php:312
3195
- msgid ""
3196
- "You have successfully saved the Additional Firewall Protection configuration"
3197
- msgstr ""
3198
- "Hai salvato con successo la configurazione Aggiuntiva di protezione firewall"
3199
-
3200
- # @ all-in-one-wp-security-and-firewall
3201
- #: ../admin/wp-security-firewall-menu.php:326
3202
- msgid "Additional Firewall Protection"
3203
- msgstr "Protezione Firewall Aggiuntiva"
3204
-
3205
- # @ all-in-one-wp-security-and-firewall
3206
- #: ../admin/wp-security-firewall-menu.php:330
3207
- #, php-format
3208
- msgid ""
3209
- "Due to the nature of the code being inserted to the .htaccess file, this "
3210
- "feature may break some functionality for certain plugins and you are "
3211
- "therefore advised to take a %s of .htaccess before applying this "
3212
- "configuration."
3213
- msgstr ""
3214
- "A causa della natura del codice che viene inserito nel file .htaccess, questa "
3215
- "funzione potrebbe bloccare la funzionalità di alcuni plugin e si consiglia "
3216
- "pertanto di salvare un %s di .htaccess prima di applicare questa "
3217
- "configurazione."
3218
-
3219
- # @ all-in-one-wp-security-and-firewall
3220
- #: ../admin/wp-security-firewall-menu.php:332
3221
- msgid ""
3222
- "This feature allows you to activate more advanced firewall settings to your "
3223
- "site."
3224
- msgstr ""
3225
- "Questa funzione consente di attivare le impostazioni del firewall più "
3226
- "avanzate al tuo sito."
3227
-
3228
- # @ all-in-one-wp-security-and-firewall
3229
- #: ../admin/wp-security-firewall-menu.php:333
3230
- msgid ""
3231
- "The advanced firewall rules are applied via the insertion of special code to "
3232
- "your currently active .htaccess file."
3233
- msgstr ""
3234
- "Le regole del firewall avanzate vengono applicate tramite l'inserimento di "
3235
- "codice speciale per l'attuale file .htaccess attivo."
3236
-
3237
- # @ all-in-one-wp-security-and-firewall
3238
- #: ../admin/wp-security-firewall-menu.php:342
3239
- msgid "Listing of Directory Contents"
3240
- msgstr "Elenco Contenuti Directory"
3241
-
3242
- # @ all-in-one-wp-security-and-firewall
3243
- #: ../admin/wp-security-firewall-menu.php:351
3244
- #: ../classes/grade-system/wp-security-feature-item-manager.php:92
3245
- msgid "Disable Index Views"
3246
- msgstr "Disabilita Vista Index"
3247
-
3248
- # @ all-in-one-wp-security-and-firewall
3249
- #: ../admin/wp-security-firewall-menu.php:354
3250
- msgid "Check this if you want to disable directory and file listing."
3251
- msgstr ""
3252
- "Seleziona questa casella se desideri disabilitare directory e elenco file."
3253
-
3254
- # @ all-in-one-wp-security-and-firewall
3255
- #: ../admin/wp-security-firewall-menu.php:359
3256
- msgid ""
3257
- "By default, an Apache server will allow the listing of the contents of a "
3258
- "directory if it doesn't contain an index.php file."
3259
- msgstr ""
3260
- "Per impostazione predefinita, un server Apache, può elencare il contenuto di "
3261
- "una directory se non contiene un file index.php."
3262
-
3263
- # @ all-in-one-wp-security-and-firewall
3264
- #: ../admin/wp-security-firewall-menu.php:361
3265
- msgid "This feature will prevent the listing of contents for all directories."
3266
- msgstr ""
3267
- "Questa funzione impedisce di vedere l'elenco di contenuti per tutte le "
3268
- "directory."
3269
-
3270
- # @ all-in-one-wp-security-and-firewall
3271
- #: ../admin/wp-security-firewall-menu.php:363
3272
- msgid ""
3273
- "NOTE: In order for this feature to work \"AllowOverride\" of the Indexes "
3274
- "directive must be enabled in your httpd.conf file. Ask your hosting provider "
3275
- "to check this if you don't have access to httpd.conf"
3276
- msgstr ""
3277
- "NOTA: Per utilizzare questa funzione \"AllowOverride\" della direttiva indici "
3278
- "deve essere abilitato nel file httpd.conf. Chiedi al tuo fornitore di hosting "
3279
- "per verificare questo se non hai accesso a httpd.conf"
3280
-
3281
- # @ all-in-one-wp-security-and-firewall
3282
- #: ../admin/wp-security-firewall-menu.php:372
3283
- msgid "Trace and Track"
3284
- msgstr "Tracciamento e Monitoraggio"
3285
-
3286
- # @ all-in-one-wp-security-and-firewall
3287
- #: ../admin/wp-security-firewall-menu.php:381
3288
- #: ../classes/grade-system/wp-security-feature-item-manager.php:93
3289
- msgid "Disable Trace and Track"
3290
- msgstr "Disattiva Tracciamento e Monitoraggio"
3291
-
3292
- # @ all-in-one-wp-security-and-firewall
3293
- #: ../admin/wp-security-firewall-menu.php:384
3294
- msgid "Check this if you want to disable trace and track."
3295
- msgstr "Seleziona questa per disabilitare tracciamento e monitoraraggio."
3296
-
3297
- # @ all-in-one-wp-security-and-firewall
3298
- #: ../admin/wp-security-firewall-menu.php:389
3299
- msgid ""
3300
- "HTTP Trace attack (XST) can be used to return header requests and grab "
3301
- "cookies and other information."
3302
- msgstr ""
3303
- "Attacco Trace HTTP (XST) può essere utilizzato per trovare le richieste di "
3304
- "intestazione, catturare cookie e e altre informazioni."
3305
-
3306
- # @ all-in-one-wp-security-and-firewall
3307
- #: ../admin/wp-security-firewall-menu.php:391
3308
- msgid ""
3309
- "This hacking technique is usually used together with cross site scripting "
3310
- "attacks (XSS)."
3311
- msgstr ""
3312
- "Questa tecnica di hacking è di solito usata con attacchi cross site scripting "
3313
- "(XSS)."
3314
-
3315
- # @ all-in-one-wp-security-and-firewall
3316
- #: ../admin/wp-security-firewall-menu.php:393
3317
- msgid ""
3318
- "Disabling trace and track on your site will help prevent HTTP Trace attacks."
3319
- msgstr ""
3320
- "Disabilitare il tracciamento e monitoraggio sul tuo sito aiuterà a prevenire "
3321
- "gli attacchi di Trace HTTP."
3322
-
3323
- # @ all-in-one-wp-security-and-firewall
3324
- #: ../admin/wp-security-firewall-menu.php:402
3325
- msgid "Proxy Comment Posting"
3326
- msgstr "Proxy Pubblicazione Commenti"
3327
-
3328
- # @ all-in-one-wp-security-and-firewall
3329
- #: ../admin/wp-security-firewall-menu.php:412
3330
- msgid "Forbid Proxy Comment Posting"
3331
- msgstr "Vieta pubblicazione dei commenti via Proxy"
3332
-
3333
- # @ all-in-one-wp-security-and-firewall
3334
- #: ../admin/wp-security-firewall-menu.php:415
3335
- msgid "Check this if you want to forbid proxy comment posting."
3336
- msgstr ""
3337
- "Seleziona questa casella se vuoi proibire pubblicazione commenti da proxy."
3338
-
3339
- # @ all-in-one-wp-security-and-firewall
3340
- #: ../admin/wp-security-firewall-menu.php:420
3341
- msgid ""
3342
- "This setting will deny any requests that use a proxy server when posting "
3343
- "comments."
3344
- msgstr ""
3345
- "Con questa impostazione verrà rifiutata qualsiasi richiesta che utilizza un "
3346
- "server proxy durante la pubblicazione di commenti."
3347
-
3348
- # @ all-in-one-wp-security-and-firewall
3349
- #: ../admin/wp-security-firewall-menu.php:421
3350
- msgid ""
3351
- "By forbidding proxy comments you are in effect eliminating some SPAM and "
3352
- "other proxy requests."
3353
- msgstr ""
3354
- "Vietando commenti proxy si eliminano in effetti molti commenti spam e altre "
3355
- "richieste proxy."
3356
-
3357
- # @ all-in-one-wp-security-and-firewall
3358
- #: ../admin/wp-security-firewall-menu.php:430
3359
- msgid "Bad Query Strings"
3360
- msgstr "Stringhe Query Dannose"
3361
-
3362
- # @ all-in-one-wp-security-and-firewall
3363
- #: ../admin/wp-security-firewall-menu.php:440
3364
- msgid "Deny Bad Query Strings"
3365
- msgstr "Nega Stringhe Query Dannose"
3366
-
3367
- # @ all-in-one-wp-security-and-firewall
3368
- #: ../admin/wp-security-firewall-menu.php:443
3369
- msgid "This will help protect you against malicious queries via XSS."
3370
- msgstr "Questo aiuterà a proteggere contro query maligne fatte tramite XSS."
3371
-
3372
- # @ all-in-one-wp-security-and-firewall
3373
- #: ../admin/wp-security-firewall-menu.php:448
3374
- msgid ""
3375
- "This feature will write rules in your .htaccess file to prevent malicious "
3376
- "string attacks on your site using XSS."
3377
- msgstr ""
3378
- "Questa funzione scriverà regole nel tuo file .htaccess per prevenire attacchi "
3379
- "dannosi sul tuo sito utilizzando query XSS."
3380
-
3381
- # @ all-in-one-wp-security-and-firewall
3382
- #: ../admin/wp-security-firewall-menu.php:449
3383
- msgid ""
3384
- "NOTE: Some of these strings might be used for plugins or themes and hence "
3385
- "this might break some functionality."
3386
- msgstr ""
3387
- "NOTA: Alcune di queste stringhe potrebbero essere usate per i plugin o temi e "
3388
- "quindi questo potrebbe rompere alcune funzionalità."
3389
-
3390
- # @ all-in-one-wp-security-and-firewall
3391
- #: ../admin/wp-security-firewall-menu.php:450
3392
- #: ../admin/wp-security-firewall-menu.php:480
3393
- msgid ""
3394
- "You are therefore strongly advised to take a backup of your active .htaccess "
3395
- "file before applying this feature."
3396
- msgstr ""
3397
- "Si raccomanda pertanto di fare un backup del file .htaccess prima di "
3398
- "applicare questa funzione."
3399
-
3400
- # @ all-in-one-wp-security-and-firewall
3401
- #: ../admin/wp-security-firewall-menu.php:459
3402
- #: ../classes/grade-system/wp-security-feature-item-manager.php:96
3403
- msgid "Advanced Character String Filter"
3404
- msgstr "Filtro Avanzato Stringa Caratteri "
3405
-
3406
- # @ all-in-one-wp-security-and-firewall
3407
- #: ../admin/wp-security-firewall-menu.php:469
3408
- msgid "Enable Advanced Character String Filter"
3409
- msgstr "Attiva Filtro Avanzato Stringa Caratteri"
3410
-
3411
- # @ all-in-one-wp-security-and-firewall
3412
- #: ../admin/wp-security-firewall-menu.php:472
3413
- msgid "This will block bad character matches from XSS."
3414
- msgstr "Questo bloccherà partite di caratteri dannosi da XSS."
3415
-
3416
- # @ all-in-one-wp-security-and-firewall
3417
- #: ../admin/wp-security-firewall-menu.php:477
3418
- msgid ""
3419
- "This is an advanced character string filter to prevent malicious string "
3420
- "attacks on your site coming from Cross Site Scripting (XSS)."
3421
- msgstr ""
3422
- "Si tratta di un filtro stringa di caratteri avanzato per prevenire attacchi "
3423
- "di stringhe dannose sul tuo sito provenienti da Cross Site Scripting (XSS)."
3424
-
3425
- # @ all-in-one-wp-security-and-firewall
3426
- #: ../admin/wp-security-firewall-menu.php:478
3427
- msgid ""
3428
- "This setting matches for common malicious string patterns and exploits and "
3429
- "will produce a 403 error for the hacker attempting the query."
3430
- msgstr ""
3431
- "Questa impostazione produrrà un errore 403 per l'hacker che tenta la query."
3432
-
3433
- # @ all-in-one-wp-security-and-firewall
3434
- #: ../admin/wp-security-firewall-menu.php:479
3435
- msgid "NOTE: Some strings for this setting might break some functionality."
3436
- msgstr ""
3437
- "NOTA: Alcune stringhe con questa impostazione potrebbero rompere alcune "
3438
- "funzionalità."
3439
-
3440
- # @ all-in-one-wp-security-and-firewall
3441
- #: ../admin/wp-security-firewall-menu.php:488
3442
- msgid "Save Additional Firewall Settings"
3443
- msgstr "Salva Impostazioni Aggiuntive Firewall"
3444
-
3445
- # @ all-in-one-wp-security-and-firewall
3446
- #: ../admin/wp-security-firewall-menu.php:523
3447
- msgid "You have successfully saved the 5G Firewall Protection configuration"
3448
- msgstr "Hai salvato con successo la configurazione della protezione firewall 5G"
3449
-
3450
- # @ all-in-one-wp-security-and-firewall
3451
- #: ../admin/wp-security-firewall-menu.php:536
3452
- #, php-format
3453
- msgid ""
3454
- "This feature allows you to activate the 5G firewall security protection "
3455
- "rules designed and produced by %s."
3456
- msgstr ""
3457
- "Questa funzione consente di attivare le regole di tutela della sicurezza del "
3458
- "firewall 5G progettato e prodotto da %s."
3459
-
3460
- # @ all-in-one-wp-security-and-firewall
3461
- #: ../admin/wp-security-firewall-menu.php:537
3462
- msgid ""
3463
- "The 5G Blacklist is a simple, flexible blacklist that helps reduce the number "
3464
- "of malicious URL requests that hit your website."
3465
- msgstr ""
3466
- "Il 5G Blacklist è una semplice lista nera, flessibile, che aiuta a ridurre il "
3467
- "numero di richieste da URL malevoli che ha colpito il vostro sito web."
3468
-
3469
- # @ all-in-one-wp-security-and-firewall
3470
- #: ../admin/wp-security-firewall-menu.php:538
3471
- msgid ""
3472
- "The added advantage of applying the 5G firewall to your site is that it has "
3473
- "been tested and confirmed by the people at PerishablePress.com to be an "
3474
- "optimal and least disruptive set of .htaccess security rules for general WP "
3475
- "sites running on an Apache server or similar."
3476
- msgstr ""
3477
- "Il vantaggio di applicare il firewall 5G al tuo sito è che esso è stato "
3478
- "testato e confermato dal popolo PerishablePress.com come un insieme ottimale "
3479
- "e meno dirompente di regole di sicurezza .htaccess per siti WP generali in "
3480
- "esecuzione su server Apache o simili ."
3481
-
3482
- # @ all-in-one-wp-security-and-firewall
3483
- #: ../admin/wp-security-firewall-menu.php:539
3484
- #, php-format
3485
- msgid ""
3486
- "Therefore the 5G firewall rules should not have any impact on your site's "
3487
- "general functionality but if you wish you can take a %s of your .htaccess "
3488
- "file before proceeding."
3489
- msgstr ""
3490
- "Pertanto le regole del firewall 5G non dovrebbero avere alcun impatto sulla "
3491
- "funzionalità generale del tuo sito, ma sempre meglio salvare un %s del file ."
3492
- "htaccess prima di procedere."
3493
-
3494
- # @ all-in-one-wp-security-and-firewall
3495
- #: ../admin/wp-security-firewall-menu.php:545
3496
- msgid "5G Blacklist/Firewall Settings"
3497
- msgstr "Impostazioni Blacklist/Firewall 5G"
3498
-
3499
- # @ all-in-one-wp-security-and-firewall
3500
- #: ../admin/wp-security-firewall-menu.php:557
3501
- msgid "Enable 5G Firewall Protection"
3502
- msgstr "Abilita Protezione Firewall 5G"
3503
-
3504
- # @ all-in-one-wp-security-and-firewall
3505
- #: ../admin/wp-security-firewall-menu.php:560
3506
- msgid ""
3507
- "Check this if you want to apply the 5G Blacklist firewall protection from "
3508
- "perishablepress.com to your site."
3509
- msgstr ""
3510
- "Seleziona questa casella se si vuoi applicare la protezione del firewall 5G "
3511
- "Blacklist di perishablepress.com al tuo sito."
3512
-
3513
- # @ all-in-one-wp-security-and-firewall
3514
- #: ../admin/wp-security-firewall-menu.php:564
3515
- msgid ""
3516
- "This setting will implement the 5G security firewall protection mechanisms on "
3517
- "your site which include the following things:"
3518
- msgstr ""
3519
- "Questa impostazione darà esecuzione ai meccanismi di protezione 5G di "
3520
- "sicurezza del firewall sul vostro sito, che comprendono le seguenti cose:"
3521
-
3522
- # @ all-in-one-wp-security-and-firewall
3523
- #: ../admin/wp-security-firewall-menu.php:565
3524
- msgid "1) Block forbidden characters commonly used in exploitative attacks."
3525
- msgstr ""
3526
- "1) Bloccare i caratteri proibiti comunemente utilizzati in attacchi "
3527
- "esplorativi."
3528
-
3529
- # @ all-in-one-wp-security-and-firewall
3530
- #: ../admin/wp-security-firewall-menu.php:566
3531
- msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
3532
- msgstr ""
3533
- "2) Bloccare URL codificati con caratteri maligni come stringa \".css (\" ."
3534
-
3535
- # @ all-in-one-wp-security-and-firewall
3536
- #: ../admin/wp-security-firewall-menu.php:567
3537
- msgid ""
3538
- "3) Guard against the common patterns and specific exploits in the root "
3539
- "portion of targeted URLs."
3540
- msgstr ""
3541
- "3) Protezione contro i modelli comuni e specifici exploit nella root "
3542
- "principale di URL mirati."
3543
-
3544
- # @ all-in-one-wp-security-and-firewall
3545
- #: ../admin/wp-security-firewall-menu.php:568
3546
- msgid ""
3547
- "4) Stop attackers from manipulating query strings by disallowing illicit "
3548
- "characters."
3549
- msgstr ""
3550
- "4) Arrestare tentativi di manipolazione stringhe di query vietando caratteri "
3551
- "illeciti."
3552
-
3553
- # @ all-in-one-wp-security-and-firewall
3554
- #: ../admin/wp-security-firewall-menu.php:569
3555
- msgid "....and much more."
3556
- msgstr "...e molto altro."
3557
-
3558
- # @ all-in-one-wp-security-and-firewall
3559
- #: ../admin/wp-security-firewall-menu.php:575
3560
- msgid "Save 5G Firewall Settings"
3561
- msgstr "Salva Impostazioni 5G Firewall"
3562
-
3563
- # @ all-in-one-wp-security-and-firewall
3564
- #: ../admin/wp-security-firewall-menu.php:606
3565
- msgid "The Internet bot settings were successfully saved"
3566
- msgstr "Le impostazioni bot Internet sono state salvate con successo"
3567
-
3568
- # @ all-in-one-wp-security-and-firewall
3569
- #: ../admin/wp-security-firewall-menu.php:610
3570
- msgid "Internet Bot Settings"
3571
- msgstr "Impostazioni Internet Bot"
3572
-
3573
- # @ all-in-one-wp-security-and-firewall
3574
- #: ../admin/wp-security-firewall-menu.php:617
3575
- #, php-format
3576
- msgid "%s?"
3577
- msgstr ""
3578
-
3579
- # @ all-in-one-wp-security-and-firewall
3580
- #: ../admin/wp-security-firewall-menu.php:619
3581
- msgid ""
3582
- "A bot is a piece of software which runs on the Internet and performs "
3583
- "automatic tasks. For example when Google indexes your pages it uses automatic "
3584
- "bots to achieve this task."
3585
- msgstr ""
3586
- "Un bot è un software che gira su Internet e svolge funzioni automatiche. Per "
3587
- "esempio, quando Google indicizza le pagine usa bot automatici per realizzare "
3588
- "questo compito."
3589
-
3590
- # @ all-in-one-wp-security-and-firewall
3591
- #: ../admin/wp-security-firewall-menu.php:620
3592
- msgid ""
3593
- "A lot of bots are legitimate and non-malicous but not all bots are good and "
3594
- "often you will find some which try to impersonate legitimate bots such as "
3595
- "\"Googlebot\" but in reality they have nohing to do with Google at all."
3596
- msgstr ""
3597
- "La maggioranza di bot sono legittimi ma non tutti i bot sono buoni e spesso "
3598
- "ne incontrerai alcuni che cercano di impersonare bot legittimi, quali "
3599
- "\"Googlebot \", ma in realtà non hanno nulla a che fare con Google."
3600
-
3601
- # @ all-in-one-wp-security-and-firewall
3602
- #: ../admin/wp-security-firewall-menu.php:621
3603
- msgid ""
3604
- "Although most of the bots out there are relatively harmless sometimes website "
3605
- "owners want to have more control over which bots they allow into their site."
3606
- msgstr ""
3607
- "Sebbene la maggior parte dei bot là fuori sono relativamente innocui talvolta "
3608
- "i proprietari di siti web vogliono avere più controllo su ciò che i bot "
3609
- "possono fare nel loro sito."
3610
-
3611
- # @ all-in-one-wp-security-and-firewall
3612
- #: ../admin/wp-security-firewall-menu.php:622
3613
- msgid ""
3614
- "This feature allows you to block bots which are impersonating as a Googlebot "
3615
- "but actually aren't. (In other words they are fake Google bots)"
3616
- msgstr ""
3617
- "Questa funzione consente di bloccare i bot che si spacciano come Googlebot, "
3618
- "ma in realtà non lo sono. (In altre parole, sono falsi bot di Google)"
3619
-
3620
- # @ all-in-one-wp-security-and-firewall
3621
- #: ../admin/wp-security-firewall-menu.php:623
3622
- msgid ""
3623
- "Googlebots have a unique indentity which cannot easily be forged and this "
3624
- "feature will indentify any fake Google bots and block them from reading your "
3625
- "site's pages."
3626
- msgstr ""
3627
- "Googlebots hanno un indentità unica che non può essere facilmente forgiata e "
3628
- "questa caratteristica scoprirà eventuali bot di Google falsi e gli impedirà "
3629
- "di leggere le pagine del tuo sito."
3630
-
3631
- # @ all-in-one-wp-security-and-firewall
3632
- #: ../admin/wp-security-firewall-menu.php:629
3633
- msgid ""
3634
- "<strong>Attention</strong>: Sometimes non-malicious Internet organizations "
3635
- "might have bots which impersonate as a \"Googlebot\"."
3636
- msgstr ""
3637
- "<strong>Attention</strong>: A volte organizzazioni Internet non dannose "
3638
- "potrebbero avere bot che impersonano \"Googlebot\"."
3639
-
3640
- # @ all-in-one-wp-security-and-firewall
3641
- #: ../admin/wp-security-firewall-menu.php:630
3642
- msgid ""
3643
- "Just be aware that if you activate this feature the plugin will block all "
3644
- "bots which use the \"Googlebot\" string in their User Agent information but "
3645
- "are NOT officially from Google (irrespective whether they are malicious or "
3646
- "not)."
3647
- msgstr ""
3648
- "Basta essere consapevoli che, se si attiva questa funzione, il plugin "
3649
- "bloccherà tutti i bot che utilizzano la stringa \"Googlebot\" nelle loro "
3650
- "informazioni User Agent, ma non sono ufficialmente di Google (a prescindere "
3651
- "dal fatto che siano dannosi o meno)."
3652
-
3653
- # @ all-in-one-wp-security-and-firewall
3654
- #: ../admin/wp-security-firewall-menu.php:631
3655
- msgid ""
3656
- "All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will "
3657
- "not be affected by this feature."
3658
- msgstr ""
3659
- "Tutti gli altri bot di altre organizzazioni come \"Yahoo\", \"Bing\" ecc... "
3660
- "non saranno interessati da questa funzione."
3661
-
3662
- # @ all-in-one-wp-security-and-firewall
3663
- #: ../admin/wp-security-firewall-menu.php:637
3664
- #: ../admin/wp-security-firewall-menu.php:647
3665
- #: ../classes/grade-system/wp-security-feature-item-manager.php:98
3666
- msgid "Block Fake Googlebots"
3667
- msgstr "Blocca i Falsi Googlebot"
3668
-
3669
- # @ all-in-one-wp-security-and-firewall
3670
- #: ../admin/wp-security-firewall-menu.php:650
3671
- msgid "Check this if you want to block all fake Googlebots."
3672
- msgstr "Seleziona questa casella per bloccare tutti i falsi Googlebot."
3673
-
3674
- # @ all-in-one-wp-security-and-firewall
3675
- #: ../admin/wp-security-firewall-menu.php:654
3676
- msgid ""
3677
- "This feature will check if the User Agent information of a bot contains the "
3678
- "string \"Googlebot\"."
3679
- msgstr ""
3680
- "Questa funzione controlla se le informazioni User Agent di un bot contiene la "
3681
- "stringa \"Googlebot\"."
3682
-
3683
- # @ all-in-one-wp-security-and-firewall
3684
- #: ../admin/wp-security-firewall-menu.php:655
3685
- msgid ""
3686
- "It will then perform a few tests to verify if the bot is legitimately from "
3687
- "Google and if so it will allow the bot to proceed."
3688
- msgstr ""
3689
- "Sarà quindi necessario eseguire alcuni test per verificare se il bot è "
3690
- "effettivamente di Google e se così sarà permetterà al bot di procedere."
3691
-
3692
- # @ all-in-one-wp-security-and-firewall
3693
- #: ../admin/wp-security-firewall-menu.php:656
3694
- msgid ""
3695
- "If the bot fails the checks then the plugin will mark it as being a fake "
3696
- "Googlebot and it will block it"
3697
- msgstr ""
3698
- "Se il bot non supera i controlli il plugin lo segnerà come un Googlebot falso "
3699
- "e sarà bloccato"
3700
-
3701
- # @ all-in-one-wp-security-and-firewall
3702
- #: ../admin/wp-security-firewall-menu.php:663
3703
- msgid "Save Internet Bot Settings"
3704
- msgstr "Salva Impostazioni Internet Bot"
3705
-
3706
- # @ all-in-one-wp-security-and-firewall
3707
- #: ../admin/wp-security-firewall-menu.php:700
3708
- #: ../admin/wp-security-firewall-menu.php:722
3709
- #: ../classes/grade-system/wp-security-feature-item-manager.php:32
3710
- msgid "Prevent Image Hotlinking"
3711
- msgstr "Prevenzione Hotlinking Immagini"
3712
-
3713
- # @ all-in-one-wp-security-and-firewall
3714
- #: ../admin/wp-security-firewall-menu.php:703
3715
- msgid ""
3716
- "A Hotlink is where someone displays an image on their site which is actually "
3717
- "located on your site by using a direct link to the source of the image on "
3718
- "your server."
3719
- msgstr ""
3720
- "Un Hotlink è quando qualcuno visualizza un'immagine sul suo sito (ma "
3721
- "l'immagine si trova effettivamente sul tuo sito) utilizzando un link diretto "
3722
- "alla fonte dell'immagine sul tuo server."
3723
-
3724
- # @ all-in-one-wp-security-and-firewall
3725
- #: ../admin/wp-security-firewall-menu.php:704
3726
- msgid ""
3727
- "Due to the fact that the image being displayed on the other person's site is "
3728
- "coming from your server, this can cause leaking of bandwidth and resources "
3729
- "for you because your server has to present this image for the people viewing "
3730
- "it on someone elses's site."
3731
- msgstr ""
3732
- "Il fatto che l'immagine visualizzata sul sito dell'altra persona è in realtà "
3733
- "sul tuo server causa perdita di banda e risorse per te, se il server da la "
3734
- "possibilità di usare l'immagine esternamente chiunque può sfruttare le tue "
3735
- "risorse su altri siti."
3736
-
3737
- # @ all-in-one-wp-security-and-firewall
3738
- #: ../admin/wp-security-firewall-menu.php:705
3739
- msgid ""
3740
- "This feature will prevent people from directly hotlinking images from your "
3741
- "site's pages by writing some directives in your .htaccess file."
3742
- msgstr ""
3743
- "Questa funzione impedisce alle persone di fare hotlinking sulle immagini del "
3744
- "tuo sito, direttamente dall'esterno, scrivendo alcune direttive nel file "
3745
- "htaccess.."
3746
-
3747
- # @ all-in-one-wp-security-and-firewall
3748
- #: ../admin/wp-security-firewall-menu.php:710
3749
- msgid "Prevent Hotlinking"
3750
- msgstr "Impedisci Hotlinking"
3751
-
3752
- # @ all-in-one-wp-security-and-firewall
3753
- #: ../admin/wp-security-firewall-menu.php:725
3754
- msgid "Check this if you want to prevent hotlinking to images on your site."
3755
- msgstr ""
3756
- "Seleziona questa casella se desideri impedire l'hotlinking alle immagini sul "
3757
- "tuo sito."
3758
-
3759
- # @ all-in-one-wp-security-and-firewall
3760
- #: ../admin/wp-security-firewall-menu.php:745
3761
- msgid "Nonce check failed for delete all 404 event logs operation!"
3762
- msgstr ""
3763
- "Selezione non riuscita per cancellare tutte le operazioni del registro eventi "
3764
- "404!"
3765
-
3766
- # @ all-in-one-wp-security-and-firewall
3767
- #: ../admin/wp-security-firewall-menu.php:756
3768
- msgid "404 Detection Feature - Delete all 404 event logs operation failed!"
3769
- msgstr ""
3770
- "404 Caratteristiche Rilevamento - Operazione elimina tutti gli eventi 404 "
3771
- "registrati non riuscita!"
3772
-
3773
- # @ all-in-one-wp-security-and-firewall
3774
- #: ../admin/wp-security-firewall-menu.php:760
3775
- msgid "All 404 event logs were deleted from the DB successfully!"
3776
- msgstr "Tutti gli eventi 404 sono stati cancellati dal DB con successo!"
3777
-
3778
- # @ all-in-one-wp-security-and-firewall
3779
- #: ../admin/wp-security-firewall-menu.php:784
3780
- #: ../admin/wp-security-user-login-menu.php:110
3781
- msgid ""
3782
- "You entered a non numeric value for the lockout time length field. It has "
3783
- "been set to the default value."
3784
- msgstr ""
3785
- "È stato immesso un valore non numerico per il campo lunghezza tempo di "
3786
- "blocco. Reimpostato il valore di default."
3787
-
3788
- # @ all-in-one-wp-security-and-firewall
3789
- #: ../admin/wp-security-firewall-menu.php:790
3790
- msgid ""
3791
- "You entered an incorrect format for the \"Redirect URL\" field. It has been "
3792
- "set to the default value."
3793
- msgstr ""
3794
- "È stato inserito un formato non corretto per il campo \"Redirect URL\". È "
3795
- "stato reimpostato sul valore predefinito."
3796
-
3797
- # @ all-in-one-wp-security-and-firewall
3798
- #: ../admin/wp-security-firewall-menu.php:825
3799
- msgid "404 Detection Configuration"
3800
- msgstr "Configurazione Rilevamento 404"
3801
-
3802
- # @ all-in-one-wp-security-and-firewall
3803
- #: ../admin/wp-security-firewall-menu.php:828
3804
- msgid ""
3805
- "A 404 or Not Found error occurs when somebody tries to access a non-existent "
3806
- "page on your website."
3807
- msgstr ""
3808
- "L'errore 404, o Nessun contenuto trovato, si verifica quando qualcuno tenta "
3809
- "di accedere a una pagina inesistente sul tuo sito web."
3810
-
3811
- # @ all-in-one-wp-security-and-firewall
3812
- #: ../admin/wp-security-firewall-menu.php:829
3813
- msgid ""
3814
- "Typically, most 404 errors happen quite innocently when people have mis-typed "
3815
- "a URL or used an old link to page which doesn't exist anymore."
3816
- msgstr ""
3817
- "In genere, la maggior parte degli errori 404, accade abbastanza "
3818
- "innocentemente quando le persone hanno erroneamente digitato un URL o "
3819
- "utilizzato un vecchio link a una pagina che non esiste più."
3820
-
3821
- # @ all-in-one-wp-security-and-firewall
3822
- #: ../admin/wp-security-firewall-menu.php:830
3823
- msgid ""
3824
- "However, in some cases you may find many repeated 404 errors which occur in a "
3825
- "relatively short space of time and from the same IP address which are all "
3826
- "attempting to access a variety of non-existent page URLs."
3827
- msgstr ""
3828
- "Tuttavia, in alcuni casi, si possono trovare ripetuti errori 404, che si "
3829
- "verificano in un lasso di tempo relativamente breve e dallo stesso indirizzo "
3830
- "IP, che stanno tutti tentando di accedere a una serie di URL di pagine "
3831
- "inesistenti."
3832
-
3833
- # @ all-in-one-wp-security-and-firewall
3834
- #: ../admin/wp-security-firewall-menu.php:831
3835
- msgid ""
3836
- "Such behaviour can mean that a hacker might be trying to find a particular "
3837
- "page or URL for sinister reasons."
3838
- msgstr ""
3839
- "Tale comportamento può significare che un hacker tenta di trovare una "
3840
- "determinata pagina o un URL per motivi sinistri."
3841
-
3842
- # @ all-in-one-wp-security-and-firewall
3843
- #: ../admin/wp-security-firewall-menu.php:832
3844
- msgid ""
3845
- "This feature allows you to monitor all 404 events which occur on your site, "
3846
- "and it also gives you the option of blocking IP addresses for a configured "
3847
- "length of time."
3848
- msgstr ""
3849
- "Questa funzione consente di monitorare tutti gli eventi 404 che si verificano "
3850
- "sul tuo sito, e ti dà anche la possibilità di bloccare gli indirizzi IP per "
3851
- "un periodo di tempo configurato."
3852
-
3853
- # @ all-in-one-wp-security-and-firewall
3854
- #: ../admin/wp-security-firewall-menu.php:833
3855
- msgid ""
3856
- "If you want to temporarily block an IP address, simply click the \"Temp Block"
3857
- "\" link for the applicable IP entry in the \"404 Event Logs\" table below."
3858
- msgstr ""
3859
- "Se desideri bloccare temporaneamente un indirizzo IP, è sufficiente fare clic "
3860
- "sul link \"Temp Block\" per la voce IP applicabile nella tabella \"Registro "
3861
- "Eventi 404\" qui sotto."
3862
-
3863
- # @ all-in-one-wp-security-and-firewall
3864
- #: ../admin/wp-security-firewall-menu.php:838
3865
- msgid "404 Detection Options"
3866
- msgstr "Opzioni Rilevamento 404"
3867
-
3868
- # @ all-in-one-wp-security-and-firewall
3869
- #: ../admin/wp-security-firewall-menu.php:850
3870
- msgid "Enable IP Lockout For 404 Events"
3871
- msgstr "Attiva blocco IP per gli eventi 404"
3872
-
3873
- # @ all-in-one-wp-security-and-firewall
3874
- #: ../admin/wp-security-firewall-menu.php:853
3875
- msgid "Check this if you want to enable the lockout of selected IP addresses."
3876
- msgstr ""
3877
- "Seleziona questa casella se desideri attivare il blocco di indirizzi IP "
3878
- "selezionati."
3879
-
3880
- # @ all-in-one-wp-security-and-firewall
3881
- #: ../admin/wp-security-firewall-menu.php:858
3882
- msgid ""
3883
- "When you enable this checkbox, all 404 events on your site will be logged in "
3884
- "the table below. You can monitor these events and select some IP addresses to "
3885
- "be blocked in the table. All IP addresses you select to be blocked from the "
3886
- "\"404 Event Logs\" table section will be unable to access your site."
3887
- msgstr ""
3888
- "Quando si attiva questa casella di controllo, tutti gli eventi 404 sul tuo "
3889
- "sito verranno registrati nella tabella sottostante. È possibile monitorare "
3890
- "questi eventi e selezionare alcuni indirizzi IP da bloccare nella tabella. "
3891
- "Tutti gli indirizzi IP selezionati per essere bloccati dalla tabella "
3892
- "\"Registro Eventi 404\" non sarà in grado di accedere al sito."
3893
-
3894
- # @ all-in-one-wp-security-and-firewall
3895
- #: ../admin/wp-security-firewall-menu.php:866
3896
- msgid "Enable 404 Event Logging"
3897
- msgstr "Attiva registro Eventi 404"
3898
-
3899
- # @ all-in-one-wp-security-and-firewall
3900
- #: ../admin/wp-security-firewall-menu.php:869
3901
- msgid "Check this if you want to enable the logging of 404 events"
3902
- msgstr ""
3903
- "Seleziona questa casella se desideri attivare la registrazione eventi 404"
3904
-
3905
- # @ all-in-one-wp-security-and-firewall
3906
- #: ../admin/wp-security-firewall-menu.php:874
3907
- msgid "Time Length of 404 Lockout (min)"
3908
- msgstr "Periodo durata blocco 404 (min)"
3909
-
3910
- # @ all-in-one-wp-security-and-firewall
3911
- #: ../admin/wp-security-firewall-menu.php:876
3912
- msgid ""
3913
- "Set the length of time for which a blocked IP address will be prevented from "
3914
- "visiting your site"
3915
- msgstr ""
3916
- "Imposta un periodo di tempo per cui un indirizzo IP sarà bloccato e non potrà "
3917
- "visitare il tuo sito"
3918
-
3919
- # @ all-in-one-wp-security-and-firewall
3920
- #: ../admin/wp-security-firewall-menu.php:881
3921
- msgid ""
3922
- "You can lock any IP address which is recorded in the \"404 Event Logs\" table "
3923
- "section below."
3924
- msgstr ""
3925
- "Puoi bloccare qualsiasi indirizzo IP che viene registrato nella sezione "
3926
- "\"Registro Eventi 404\" sotto."
3927
-
3928
- # @ all-in-one-wp-security-and-firewall
3929
- #: ../admin/wp-security-firewall-menu.php:883
3930
- msgid ""
3931
- "To temporarily lock an IP address, hover over the ID column and click the "
3932
- "\"Temp Block\" link for the applicable IP entry."
3933
- msgstr ""
3934
- "Per bloccare temporaneamente un indirizzo IP, passa il mouse sopra la colonna "
3935
- "ID e clicca sul link \"Temp Block\" per la voce IP che vuoi."
3936
-
3937
- # @ all-in-one-wp-security-and-firewall
3938
- #: ../admin/wp-security-firewall-menu.php:890
3939
- msgid "404 Lockout Redirect URL"
3940
- msgstr "404 URL Reindirizzamento Blocco"
3941
-
3942
- # @ all-in-one-wp-security-and-firewall
3943
- #: ../admin/wp-security-firewall-menu.php:892
3944
- msgid "A blocked visitor will be automatically redirected to this URL."
3945
- msgstr ""
3946
- "Un visitatore bloccato verrà automaticamente reindirizzato a questo URL."
3947
-
3948
- # @ all-in-one-wp-security-and-firewall
3949
- #: ../admin/wp-security-firewall-menu.php:901
3950
- msgid "404 Event Logs"
3951
- msgstr "Registro Eventi 404"
3952
-
3953
- # @ all-in-one-wp-security-and-firewall
3954
- #: ../admin/wp-security-firewall-menu.php:923
3955
- #: ../admin/wp-security-firewall-menu.php:932
3956
- msgid "Delete All 404 Event Logs"
3957
- msgstr "Elimina tutti gli eventi 404 registrati"
3958
-
3959
- # @ all-in-one-wp-security-and-firewall
3960
- #: ../admin/wp-security-firewall-menu.php:929
3961
- msgid "Click this button if you wish to purge all 404 event logs from the DB."
3962
- msgstr ""
3963
- "Clicca su questo pulsante per pulire il database da tutti gli eventi 404 "
3964
- "registrati"
3965
-
3966
- #: ../admin/wp-security-firewall-menu.php:985
3967
- msgid "Custom .htaccess Rules Settings"
3968
- msgstr "Impostazioni regole .htaccess personalizzate"
3969
-
3970
- #: ../admin/wp-security-firewall-menu.php:992
3971
- msgid ""
3972
- "This feature can be used to apply your own custom .htaccess rules and "
3973
- "directives."
3974
- msgstr ""
3975
- "Questa funzione può essere utilizzata per applicate le tue regole e "
3976
- "direttive .htaccess personalizzate"
3977
-
3978
- #: ../admin/wp-security-firewall-menu.php:993
3979
- msgid ""
3980
- "It is useful for when you want to tweak our existing firewall rules or when "
3981
- "you want to add your own."
3982
- msgstr ""
3983
- "E' utile quando vuoi ottimizzare le nostre regole di firewall oppure quando "
3984
- "ne vuoi aggiungere di tue."
3985
-
3986
- #: ../admin/wp-security-firewall-menu.php:994
3987
- msgid ""
3988
- "NOTE: This feature can only used if your site is hosted in an apache or "
3989
- "similar web server."
3990
- msgstr ""
3991
- "NOTA: Questa funzione può essere utilizzata solo se il tuo sito è ospitato in "
3992
- "un web server Apache o simile"
3993
-
3994
- #: ../admin/wp-security-firewall-menu.php:1000
3995
- msgid ""
3996
- "<strong>Warning</strong>: Only use this feature if you know what you are "
3997
- "doing."
3998
- msgstr ""
3999
- "<strong>Attenzione</strong>: Utilizza questa funzione solo se sai cosa stai "
4000
- "facendo."
4001
-
4002
- #: ../admin/wp-security-firewall-menu.php:1001
4003
- msgid ""
4004
- "Incorrect .htaccess rules or directives can break or prevent access to your "
4005
- "site."
4006
- msgstr ""
4007
- "Regole o direttive .htaccess non corrette possono bloccare gli accessi al tuo "
4008
- "sito."
4009
-
4010
- #: ../admin/wp-security-firewall-menu.php:1002
4011
- msgid ""
4012
- "It is your responsibility to ensure that you are entering the correct code!"
4013
- msgstr ""
4014
-
4015
- #: ../admin/wp-security-firewall-menu.php:1003
4016
- msgid ""
4017
- "If you break your site you will need to access your server via FTP or "
4018
- "something similar and then edit your .htaccess file and delete the changes "
4019
- "you made."
4020
- msgstr ""
4021
-
4022
- #: ../admin/wp-security-firewall-menu.php:1009
4023
- msgid "Custom .htaccess Rules"
4024
- msgstr "Regole .htaccess personalizzate"
4025
-
4026
- #: ../admin/wp-security-firewall-menu.php:1013
4027
- msgid "Enable Custom .htaccess Rules"
4028
- msgstr "Abilita le regole .htaccess personalizzate"
4029
-
4030
- #: ../admin/wp-security-firewall-menu.php:1016
4031
- msgid ""
4032
- "Check this if you want to enable custom rules entered in the text box below"
4033
- msgstr ""
4034
- "Seleziona questo se vuoi abilitare le regole personalizzate inserite nel "
4035
- "riquadro sottostante"
4036
-
4037
- #: ../admin/wp-security-firewall-menu.php:1020
4038
- msgid "Enter Custom .htaccess Rules:"
4039
- msgstr "Inserisci le regole .htaccess personalizzate:"
4040
-
4041
- #: ../admin/wp-security-firewall-menu.php:1024
4042
- msgid "Enter your custom .htaccess rules/directives."
4043
- msgstr "Inserisci le tue regole/direttive .htaccess personalizzate"
4044
-
4045
- #: ../admin/wp-security-firewall-menu.php:1029
4046
- msgid "Save Custom Rules"
4047
- msgstr "Salva le regole personalizzate"
4048
-
4049
- # @ all-in-one-wp-security-and-firewall
4050
- #: ../admin/wp-security-list-404.php:116 ../admin/wp-security-list-404.php:124
4051
- #: ../admin/wp-security-list-404.php:131
4052
- #: ../admin/wp-security-list-acct-activity.php:83
4053
- #: ../admin/wp-security-list-comment-spammer-ip.php:90
4054
- #: ../admin/wp-security-list-locked-ip.php:90
4055
- #: ../admin/wp-security-list-locked-ip.php:101
4056
- #: ../admin/wp-security-list-login-fails.php:82
4057
- #: ../admin/wp-security-list-registered-users.php:87
4058
- #: ../admin/wp-security-list-registered-users.php:98
4059
- msgid "Please select some records using the checkboxes"
4060
- msgstr ""
4061
- "Si prega di selezionare alcuni record utilizzando le caselle di controllo"
4062
-
4063
- #: ../admin/wp-security-list-404.php:152 ../admin/wp-security-list-404.php:189
4064
- msgid ""
4065
- "Could not process the request because the IP addresses for the selected "
4066
- "entries could not be found!"
4067
- msgstr ""
4068
-
4069
- #: ../admin/wp-security-list-404.php:161
4070
- msgid "The selected IP addresses are now temporarily blocked!"
4071
- msgstr "Gli indirizzi IP selezionati sono ora bloccati temporaneamente!"
4072
-
4073
- #: ../admin/wp-security-list-404.php:166
4074
- msgid "The selected IP address is now temporarily blocked!"
4075
- msgstr "L'indirizzo IP selezionato è ora temporaneamente bloccato!"
4076
-
4077
- #: ../admin/wp-security-list-404.php:168
4078
- msgid "The selected entry is not a valid IP address!"
4079
- msgstr "La voce selezionata non è un indirizzo IP valido!"
4080
-
4081
- #: ../admin/wp-security-list-404.php:216
4082
- msgid ""
4083
- "The selected IP addresses have been added to the blacklist and will be "
4084
- "permanently blocked!"
4085
- msgstr ""
4086
- "Gli indirizzi IP selezionati sono stati aggiunti alla blacklist e saranno "
4087
- "bloccati permanentemente!"
4088
-
4089
- #: ../admin/wp-security-list-404.php:252
4090
- msgid "Nonce check failed for delete selected 404 event logs operation!"
4091
- msgstr ""
4092
-
4093
- # @ all-in-one-wp-security-and-firewall
4094
- #: ../admin/wp-security-list-acct-activity.php:113
4095
- #: ../admin/wp-security-list-login-fails.php:113
4096
- msgid "The selected entries were deleted successfully!"
4097
- msgstr "Le voci selezionate sono state cancellate con successo!"
4098
-
4099
- #: ../admin/wp-security-list-acct-activity.php:125
4100
- msgid "Nonce check failed for delete selected account activity logs operation!"
4101
- msgstr ""
4102
-
4103
- # @ all-in-one-wp-security-and-firewall
4104
- #: ../admin/wp-security-list-acct-activity.php:133
4105
- #: ../admin/wp-security-list-login-fails.php:133
4106
- msgid "The selected entry was deleted successfully!"
4107
- msgstr "La voce selezionata è stata eliminata con successo!"
4108
-
4109
- #: ../admin/wp-security-list-comment-spammer-ip.php:139
4110
- msgid "Nonce check failed for delete selected blocked IP operation!"
4111
- msgstr ""
4112
-
4113
- # @ all-in-one-wp-security-and-firewall
4114
- #: ../admin/wp-security-list-comment-spammer-ip.php:153
4115
- msgid ""
4116
- "The selected IP addresses were saved in the blacklist configuration settings."
4117
- msgstr ""
4118
- "Gli indirizzi IP selezionati sono stati salvati nelle impostazioni di "
4119
- "configurazione blacklist."
4120
-
4121
- # @ all-in-one-wp-security-and-firewall
4122
- #: ../admin/wp-security-list-comment-spammer-ip.php:167
4123
- msgid ""
4124
- "The .htaccess file was successfully modified to include the selected IP "
4125
- "addresses."
4126
- msgstr ""
4127
- "Il file .htaccess è stato modificato correttamente per includere gli "
4128
- "indirizzi IP selezionati."
4129
-
4130
- # @ all-in-one-wp-security-and-firewall
4131
- #: ../admin/wp-security-list-comment-spammer-ip.php:173
4132
- msgid ""
4133
- "NOTE: The .htaccess file was not modified because you have disabled the "
4134
- "\"Enable IP or User Agent Blacklisting\" check box."
4135
- msgstr ""
4136
- "NOTE: Il file .htaccess non è stata modificato perché è stata disattivata la "
4137
- "casella \"Abilita IP o User Agent Blacklisting\"."
4138
-
4139
- # @ all-in-one-wp-security-and-firewall
4140
- #: ../admin/wp-security-list-comment-spammer-ip.php:174
4141
- #, php-format
4142
- msgid ""
4143
- "To block these IP addresses you will need to enable the above flag in the %s "
4144
- "menu"
4145
- msgstr ""
4146
- "Per bloccare questi indirizzi IP è necessario attivare il flag sopra nel menù "
4147
- "%s"
4148
-
4149
- # @ all-in-one-wp-security-and-firewall
4150
- #: ../admin/wp-security-list-locked-ip.php:127
4151
- #: ../admin/wp-security-user-login-menu.php:529
4152
- msgid "The selected IP entries were unlocked successfully!"
4153
- msgstr "Le voci IP selezionate sono state sbloccate con successo!"
4154
-
4155
- #: ../admin/wp-security-list-locked-ip.php:136
4156
- msgid "Nonce check failed for unlock IP operation!"
4157
- msgstr ""
4158
-
4159
- # @ all-in-one-wp-security-and-firewall
4160
- #: ../admin/wp-security-list-locked-ip.php:144
4161
- #: ../admin/wp-security-user-login-menu.php:538
4162
- msgid "The selected IP entry was unlocked successfully!"
4163
- msgstr "La voce IP selezionata è stata sbloccata con successo!"
4164
-
4165
- #: ../admin/wp-security-list-locked-ip.php:177
4166
- msgid "Nonce check failed for delete lockdown record operation!"
4167
- msgstr ""
4168
-
4169
- #: ../admin/wp-security-list-logged-in-users.php:84
4170
- msgid "Nonce check failed for force user logout operation!"
4171
- msgstr ""
4172
-
4173
- #: ../admin/wp-security-list-logged-in-users.php:95
4174
- msgid "The selected user was logged out successfully!"
4175
- msgstr ""
4176
-
4177
- #: ../admin/wp-security-list-login-fails.php:125
4178
- msgid "Nonce check failed for delete failed login record operation!"
4179
- msgstr ""
4180
-
4181
- # @ all-in-one-wp-security-and-firewall
4182
- #: ../admin/wp-security-list-registered-users.php:132
4183
- #: ../admin/wp-security-list-registered-users.php:158
4184
- msgid "Your account is now active"
4185
- msgstr "Il tuo account è ora attivo"
4186
-
4187
- #: ../admin/wp-security-list-registered-users.php:133
4188
- msgid "Your account with user ID:"
4189
- msgstr ""
4190
-
4191
- #: ../admin/wp-security-list-registered-users.php:133
4192
- #: ../admin/wp-security-list-registered-users.php:159
4193
- msgid " is now active"
4194
- msgstr ""
4195
-
4196
- # @ all-in-one-wp-security-and-firewall
4197
- #: ../admin/wp-security-list-registered-users.php:142
4198
- msgid "The selected accounts were approved successfully!"
4199
- msgstr "Gli account selezionati sono stati approvati con successo!"
4200
-
4201
- # @ all-in-one-wp-security-and-firewall
4202
- #: ../admin/wp-security-list-registered-users.php:146
4203
- msgid "The following accounts failed to update successfully: "
4204
- msgstr "L'aggiornamento dei seguenti accanto è fallito:"
4205
-
4206
- # @ all-in-one-wp-security-and-firewall
4207
- #: ../admin/wp-security-list-registered-users.php:154
4208
- msgid "The selected account was approved successfully!"
4209
- msgstr "Gli account selezionati sono stati approvati con successo!"
4210
-
4211
- # @ all-in-one-wp-security-and-firewall
4212
- #: ../admin/wp-security-list-registered-users.php:159
4213
- msgid "Your account with username: "
4214
- msgstr "Il tuo account con nome utente:"
4215
-
4216
- # @ all-in-one-wp-security-and-firewall
4217
- #: ../admin/wp-security-list-registered-users.php:187
4218
- msgid "The selected accounts were deleted successfully!"
4219
- msgstr "Gli account selezionati sono stati approvati con successo!"
4220
-
4221
- #: ../admin/wp-security-list-registered-users.php:195
4222
- msgid "Nonce check failed for delete registered user account operation!"
4223
- msgstr ""
4224
-
4225
- # @ all-in-one-wp-security-and-firewall
4226
- #: ../admin/wp-security-list-registered-users.php:203
4227
- msgid "The selected account was deleted successfully!"
4228
- msgstr "Gli account selezionati sono stati approvati con successo!"
4229
-
4230
- # @ all-in-one-wp-security-and-firewall
4231
- #: ../admin/wp-security-maintenance-menu.php:22
4232
- msgid "Visitor Lockout"
4233
- msgstr "Visitatori Bloccati"
4234
-
4235
- # @ all-in-one-wp-security-and-firewall
4236
- #: ../admin/wp-security-maintenance-menu.php:88
4237
- msgid "Site lockout feature settings saved!"
4238
- msgstr "Impostazioni funzioni blocco sito salvate con successo!"
4239
-
4240
- # @ all-in-one-wp-security-and-firewall
4241
- #: ../admin/wp-security-maintenance-menu.php:93
4242
- msgid "General Visitor Lockout"
4243
- msgstr "Visitatori Bloccati Generale"
4244
-
4245
- # @ all-in-one-wp-security-and-firewall
4246
- #: ../admin/wp-security-maintenance-menu.php:99
4247
- msgid ""
4248
- "This feature allows you to put your site into \"maintenance mode\" by locking "
4249
- "down the front-end to all visitors except logged in users with super admin "
4250
- "privileges."
4251
- msgstr ""
4252
- "Questa funzione consente di mettere il sito in \"modalità manutenzione\" "
4253
- "bloccando il front-end a tutti i visitatori, tranne gli utenti registrati con "
4254
- "privilegi di super amministratore."
4255
-
4256
- # @ all-in-one-wp-security-and-firewall
4257
- #: ../admin/wp-security-maintenance-menu.php:100
4258
- msgid ""
4259
- "Locking your site down to general visitors can be useful if you are "
4260
- "investigating some issues on your site or perhaps you might be doing some "
4261
- "maintenance and wish to keep out all traffic for security reasons."
4262
- msgstr ""
4263
- "Bloccare il sito per i visitatori generali può essere utile se si stanno "
4264
- "indagando alcuni problemi sul sito o forse si vuole fare un po' di "
4265
- "manutenzione e voler tenere fuori tutto il traffico per motivi di sicurezza."
4266
-
4267
- # @ all-in-one-wp-security-and-firewall
4268
- #: ../admin/wp-security-maintenance-menu.php:105
4269
- msgid "Enable Front-end Lockout"
4270
- msgstr "Attiva Blocco Front-end"
4271
-
4272
- # @ all-in-one-wp-security-and-firewall
4273
- #: ../admin/wp-security-maintenance-menu.php:108
4274
- msgid ""
4275
- "Check this if you want all visitors except those who are logged in as "
4276
- "administrator to be locked out of the front-end of your site."
4277
- msgstr ""
4278
- "Seleziona questa casella se desideri che tutti i visitatori, ad eccezione di "
4279
- "chi ha effettuato l'accesso come amministratore, siano bloccati fuori dal "
4280
- "front-end del tuo sito."
4281
-
4282
- # @ all-in-one-wp-security-and-firewall
4283
- #: ../admin/wp-security-maintenance-menu.php:112
4284
- msgid "Enter a Message:"
4285
- msgstr "Inserisci Messaggio:"
4286
-
4287
- # @ all-in-one-wp-security-and-firewall
4288
- #: ../admin/wp-security-maintenance-menu.php:124
4289
- msgid ""
4290
- "Enter a message you wish to display to visitors when your site is in "
4291
- "maintenance mode."
4292
- msgstr ""
4293
- "Immettere un messaggio che si desidera mostrare ai visitatori quando il sito "
4294
- "è in modalità manutenzione."
4295
-
4296
- # @ default
4297
- #: ../admin/wp-security-maintenance-menu.php:131
4298
- msgid "Save Site Lockout Settings"
4299
- msgstr "Salva Impostazioni Blocco Sito"
4300
-
4301
- # @ all-in-one-wp-security-and-firewall
4302
- #: ../admin/wp-security-misc-options-menu.php:23
4303
- msgid "Copy Protection"
4304
- msgstr "Protezione Copia"
4305
-
4306
- # @ all-in-one-wp-security-and-firewall
4307
- #: ../admin/wp-security-misc-options-menu.php:24
4308
- msgid "Frames"
4309
- msgstr ""
4310
-
4311
- # @ all-in-one-wp-security-and-firewall
4312
- #: ../admin/wp-security-misc-options-menu.php:88
4313
- msgid "Copy Protection feature settings saved!"
4314
- msgstr "Impostazioni delle funzioni di protezione copia salvata!"
4315
-
4316
- # @ all-in-one-wp-security-and-firewall
4317
- #: ../admin/wp-security-misc-options-menu.php:93
4318
- msgid "Disable The Ability To Copy Text"
4319
- msgstr "Disabilitare la possibilità di copiare testo"
4320
-
4321
- # @ all-in-one-wp-security-and-firewall
4322
- #: ../admin/wp-security-misc-options-menu.php:99
4323
- msgid ""
4324
- "This feature allows you to disable the ability to select and copy text from "
4325
- "your front end."
4326
- msgstr ""
4327
- "Questa funzione consente di disabilitare la possibilità di selezionare e "
4328
- "copiare testo dal front-end."
4329
-
4330
- # @ all-in-one-wp-security-and-firewall
4331
- #: ../admin/wp-security-misc-options-menu.php:104
4332
- msgid "Enable Copy Protection"
4333
- msgstr "Attiva Protezione Copia"
4334
-
4335
- # @ all-in-one-wp-security-and-firewall
4336
- #: ../admin/wp-security-misc-options-menu.php:107
4337
- msgid ""
4338
- "Check this if you want to disable the \"Right Click\", \"Text Selection\" and "
4339
- "\"Copy\" option on the front end of your site."
4340
- msgstr ""
4341
- "Seleziona questa casella se desideri disattivare il tasto \"Click Destro\", "
4342
- "\"Selezione Testo\" e l'opzione \"Copia\" sul front-end del tuo sito."
4343
-
4344
- # @ default
4345
- #: ../admin/wp-security-misc-options-menu.php:114
4346
- msgid "Save Copy Protection Settings"
4347
- msgstr "Salva Impostazioni Protezione Copia"
4348
-
4349
- # @ all-in-one-wp-security-and-firewall
4350
- #: ../admin/wp-security-misc-options-menu.php:138
4351
- msgid "Frame Display Prevention feature settings saved!"
4352
- msgstr "Impostazioni funzione prevenzione di visualizzazione Frame salvate!"
4353
-
4354
- # @ all-in-one-wp-security-and-firewall
4355
- #: ../admin/wp-security-misc-options-menu.php:143
4356
- msgid "Prevent Your Site From Being Displayed In a Frame"
4357
- msgstr "Impedire che il tuo sito venga visualizzato in un frame"
4358
-
4359
- # @ all-in-one-wp-security-and-firewall
4360
- #: ../admin/wp-security-misc-options-menu.php:149
4361
- msgid ""
4362
- "This feature allows you to prevent other sites from displaying any of your "
4363
- "content via a frame or iframe."
4364
- msgstr ""
4365
- "Questa funzione consente di impedire ad altri siti di visualizzare i tuoi "
4366
- "contenuti tramite un frame o iframe."
4367
-
4368
- # @ all-in-one-wp-security-and-firewall
4369
- #: ../admin/wp-security-misc-options-menu.php:150
4370
- msgid ""
4371
- "When enabled, this feature will set the \"X-Frame-Options\" paramater to "
4372
- "\"sameorigin\" in the HTTP header."
4373
- msgstr ""
4374
- "Se abilitata, questa funzione imposta il parametro \"X-Frame-Options\" a "
4375
- "\"sameorigin\" nell'intestazione HTTP."
4376
-
4377
- # @ all-in-one-wp-security-and-firewall
4378
- #: ../admin/wp-security-misc-options-menu.php:155
4379
- msgid "Enable iFrame Protection"
4380
- msgstr "Attiva Protezione iFrame"
4381
-
4382
- # @ all-in-one-wp-security-and-firewall
4383
- #: ../admin/wp-security-misc-options-menu.php:158
4384
- msgid ""
4385
- "Check this if you want to stop other sites from displaying your content in a "
4386
- "frame or iframe."
4387
- msgstr ""
4388
- "Seleziona questa casella se vuoi impedire ad altri siti di visualizzare i "
4389
- "tuoi contenuti in un frame o iframe."
4390
-
4391
- # @ all-in-one-wp-security-and-firewall
4392
- #: ../admin/wp-security-settings-menu.php:26
4393
- msgid "General Settings"
4394
- msgstr "Impostazioni Generali"
4395
-
4396
- # @ all-in-one-wp-security-and-firewall
4397
- #: ../admin/wp-security-settings-menu.php:29
4398
- msgid "WP Meta Info"
4399
- msgstr "Meta Info WP"
4400
-
4401
- # @ all-in-one-wp-security-and-firewall
4402
- #: ../admin/wp-security-settings-menu.php:30
4403
- msgid "Import/Export"
4404
- msgstr "Importa/Esporta"
4405
-
4406
- # @ all-in-one-wp-security-and-firewall
4407
- #: ../admin/wp-security-settings-menu.php:97
4408
- msgid "All the security features have been disabled successfully!"
4409
- msgstr ""
4410
- "Tutte le caratteristiche di sicurezza sono state disabilitate con successo!"
4411
-
4412
- # @ all-in-one-wp-security-and-firewall
4413
- #: ../admin/wp-security-settings-menu.php:101
4414
- #: ../admin/wp-security-settings-menu.php:128
4415
- msgid ""
4416
- "Could not write to the .htaccess file. Please restore your .htaccess file "
4417
- "manually using the restore functionality in the \".htaccess File\"."
4418
- msgstr ""
4419
- "Impossibile scrivere nel file .htaccess. Si prega di ripristinare il file "
4420
- "manualmente utilizzando la funzione di ripristino del \"File .htaccess\"."
4421
-
4422
- # @ all-in-one-wp-security-and-firewall
4423
- #: ../admin/wp-security-settings-menu.php:106
4424
- msgid ""
4425
- "Could not write to the wp-config.php. Please restore your wp-config.php file "
4426
- "manually using the restore functionality in the \"wp-config.php File\"."
4427
- msgstr ""
4428
- "Impossibile scrivere il wp-config.php. Si prega di ripristinare il file wp-"
4429
- "config.php manualmente utilizzando la funzione di ripristino del \"File wp-"
4430
- "config.php\"."
4431
-
4432
- # @ all-in-one-wp-security-and-firewall
4433
- #: ../admin/wp-security-settings-menu.php:124
4434
- msgid "All firewall rules have been disabled successfully!"
4435
- msgstr "Tutte le regole del firewall sono state disabilitate con successo!"
4436
-
4437
- # @ all-in-one-wp-security-and-firewall
4438
- #: ../admin/wp-security-settings-menu.php:138
4439
- msgid "WP Security Plugin"
4440
- msgstr "WP Plugin Sicurezza"
4441
-
4442
- # @ all-in-one-wp-security-and-firewall
4443
- #: ../admin/wp-security-settings-menu.php:140
4444
- msgid ""
4445
- "Thank you for using our WordPress security plugin. There are a lot of "
4446
- "security features in this plugin."
4447
- msgstr ""
4448
- "Grazie per aver scelto il nostro plugin di sicurezza WordPress. Ci sono un "
4449
- "sacco di funzioni di sicurezza in questo plugin."
4450
-
4451
- # @ all-in-one-wp-security-and-firewall
4452
- #: ../admin/wp-security-settings-menu.php:141
4453
- msgid ""
4454
- "Go through each menu items and enable the security options to add more "
4455
- "security to your site. Start by activating the basic features first."
4456
- msgstr ""
4457
- "Passa attraverso ogni voce di menù e attiva le opzioni di sicurezza per "
4458
- "rendere più sicuro il tuo sito. Inizia attivando le funzionalità di Base."
4459
-
4460
- # @ all-in-one-wp-security-and-firewall
4461
- #: ../admin/wp-security-settings-menu.php:142
4462
- msgid ""
4463
- "It is a good practice to take a backup of your .htaccess file, database and "
4464
- "wp-config.php file before activating the security features. This plugin has "
4465
- "options that you can use to backup those resources easily."
4466
- msgstr ""
4467
- "Sempre consigliato fare un backup dei file del database, wp-config.php e ."
4468
- "htaccess prima di attivare le funzioni di protezione. Questo plugin ha "
4469
- "opzioni che è possibile utilizzare per eseguire il backup di tali risorse "
4470
- "facilmente."
4471
-
4472
- # @ all-in-one-wp-security-and-firewall
4473
- #: ../admin/wp-security-settings-menu.php:145
4474
- msgid "Backup your database"
4475
- msgstr "Backup tuo database"
4476
-
4477
- # @ all-in-one-wp-security-and-firewall
4478
- #: ../admin/wp-security-settings-menu.php:146
4479
- msgid "Backup .htaccess file"
4480
- msgstr "Backup file .htaccess"
4481
-
4482
- # @ all-in-one-wp-security-and-firewall
4483
- #: ../admin/wp-security-settings-menu.php:147
4484
- msgid "Backup wp-config.php file"
4485
- msgstr "Backup file wp-config.php"
4486
-
4487
- # @ all-in-one-wp-security-and-firewall
4488
- #: ../admin/wp-security-settings-menu.php:153
4489
- msgid "Disable Security Features"
4490
- msgstr "Disabilita Funzioni Sicurezza"
4491
-
4492
- # @ all-in-one-wp-security-and-firewall
4493
- #: ../admin/wp-security-settings-menu.php:159
4494
- msgid ""
4495
- "If you think that some plugin functionality on your site is broken due to a "
4496
- "security feature you enabled in this plugin, then use the following option to "
4497
- "turn off all the security features of this plugin."
4498
- msgstr ""
4499
- "Se pensi che alcune funzionalità del plugin sul ​​tuo sito non vanno più bene a "
4500
- "causa di una funzione di sicurezza attivata in questo plugin, utilizza la "
4501
- "seguente opzione per disattivare tutte le funzioni di sicurezza del plugin."
4502
-
4503
- # @ default
4504
- #: ../admin/wp-security-settings-menu.php:163
4505
- msgid "Disable All Security Features"
4506
- msgstr "Disabilita Tutte le Funzioni di Sicurezza"
4507
-
4508
- # @ all-in-one-wp-security-and-firewall
4509
- # @ default
4510
- #: ../admin/wp-security-settings-menu.php:169
4511
- #: ../admin/wp-security-settings-menu.php:179
4512
- msgid "Disable All Firewall Rules"
4513
- msgstr "Disabilita Tutte le Regole del Firewall"
4514
-
4515
- # @ all-in-one-wp-security-and-firewall
4516
- #: ../admin/wp-security-settings-menu.php:175
4517
- msgid ""
4518
- "This feature will disable all firewall rules which are currently active in "
4519
- "this plugin and it will also delete these rules from your .htacess file. Use "
4520
- "it if you think one of the firewall rules is causing an issue on your site."
4521
- msgstr ""
4522
- "Questa funzione consente di disattivare tutte le regole del firewall che sono "
4523
- "attualmente attive in questo plugin e saranno cancellate le regole dal file ."
4524
- "htacess. Usalo se pensi che una delle regole del firewall sta causando un "
4525
- "problema sul tuo sito."
4526
-
4527
- # @ all-in-one-wp-security-and-firewall
4528
- #: ../admin/wp-security-settings-menu.php:208
4529
- msgid ""
4530
- "Your .htaccess file was successfully backed up! Using an FTP program go to "
4531
- "the \"/wp-content/aiowps_backups\" directory to save a copy of the file to "
4532
- "your computer."
4533
- msgstr ""
4534
- "Il backuo del file .htaccess è stato eseguito con successo! Usando un "
4535
- "programma FTP va alla directory \"/wp-content/aiowps_backups\" per salvare "
4536
- "una copia del file sul computer."
4537
-
4538
- # @ all-in-one-wp-security-and-firewall
4539
- #: ../admin/wp-security-settings-menu.php:214
4540
- msgid ""
4541
- "htaccess file rename failed during backup. Please check your root directory "
4542
- "for the backup file using FTP."
4543
- msgstr ""
4544
- "tentativo di rinominare il file .htaccess fallito durante il backup. Verifica "
4545
- "la tua root directory per il file di backup tramite FTP."
4546
-
4547
- # @ all-in-one-wp-security-and-firewall
4548
- #: ../admin/wp-security-settings-menu.php:220
4549
- msgid "htaccess backup failed."
4550
- msgstr "backup .htaccess fallito"
4551
-
4552
- # @ all-in-one-wp-security-and-firewall
4553
- #: ../admin/wp-security-settings-menu.php:235
4554
- msgid "Please choose a .htaccess to restore from."
4555
- msgstr "Seleziona un file .htaccess per il ripristino."
4556
-
4557
- # @ all-in-one-wp-security-and-firewall
4558
- #: ../admin/wp-security-settings-menu.php:251
4559
- msgid ""
4560
- "htaccess file restore failed. Please attempt to restore the .htaccess "
4561
- "manually using FTP."
4562
- msgstr ""
4563
- "htaccess file di ripristino non riuscito. Si prega di provare a ripristinare "
4564
- "l'.htaccess manualmente tramite FTP."
4565
-
4566
- # @ all-in-one-wp-security-and-firewall
4567
- #: ../admin/wp-security-settings-menu.php:255
4568
- msgid "Your .htaccess file has successfully been restored!"
4569
- msgstr "Il tuo file .htaccess è stato ripristinato con successo!"
4570
-
4571
- # @ all-in-one-wp-security-and-firewall
4572
- #: ../admin/wp-security-settings-menu.php:261
4573
- msgid ""
4574
- "htaccess Restore operation failed! Please check the contents of the file you "
4575
- "are trying to restore from."
4576
- msgstr ""
4577
- "operazione di ripristino htaccess non riuscita! Si prega di verificare il "
4578
- "contenuto del file che si sta tentando di ripristinare da"
4579
-
4580
- # @ all-in-one-wp-security-and-firewall
4581
- #: ../admin/wp-security-settings-menu.php:267
4582
- msgid ".htaccess File Operations"
4583
- msgstr "Operazioni File .htaccess"
4584
-
4585
- # @ all-in-one-wp-security-and-firewall
4586
- #: ../admin/wp-security-settings-menu.php:270
4587
- msgid ""
4588
- "Your \".htaccess\" file is a key component of your website's security and it "
4589
- "can be modified to implement various levels of protection mechanisms."
4590
- msgstr ""
4591
- "Il file \".htaccess\" è un componente chiave della sicurezza del tuo sito web "
4592
- "e può essere modificato per implementare diversi livelli di meccanismi di "
4593
- "protezione."
4594
-
4595
- # @ all-in-one-wp-security-and-firewall
4596
- #: ../admin/wp-security-settings-menu.php:271
4597
- msgid ""
4598
- "This feature allows you to backup and save your currently active .htaccess "
4599
- "file should you need to re-use the the backed up file in the future."
4600
- msgstr ""
4601
- "Questa funzione consente di eseguire il backup e salvare il file .htaccess "
4602
- "attualmente attivo e in caso di necessità ri-utilizzare il file di backup in "
4603
- "futuro."
4604
-
4605
- # @ all-in-one-wp-security-and-firewall
4606
- #: ../admin/wp-security-settings-menu.php:272
4607
- msgid ""
4608
- "You can also restore your site's .htaccess settings using a backed up ."
4609
- "htaccess file."
4610
- msgstr ""
4611
- "È inoltre possibile ripristinare le impostazioni .htaccess del tuo sito "
4612
- "utilizzando un file .htaccess di cui hai eseguito il backup."
4613
-
4614
- # @ all-in-one-wp-security-and-firewall
4615
- #: ../admin/wp-security-settings-menu.php:286
4616
- msgid "Save the current .htaccess file"
4617
- msgstr "Salva il file .htaccess attuale"
4618
-
4619
- # @ all-in-one-wp-security-and-firewall
4620
- #: ../admin/wp-security-settings-menu.php:290
4621
- msgid ""
4622
- "Click the button below to backup and save the currently active .htaccess file."
4623
- msgstr ""
4624
- "Clicca sul bottone qui sotto per eseguire il backup e salvare il file ."
4625
- "htaccess attualmente attivo."
4626
-
4627
- # @ all-in-one-wp-security-and-firewall
4628
- #: ../admin/wp-security-settings-menu.php:291
4629
- msgid "Backup .htaccess File"
4630
- msgstr "Backup File .htaccess"
4631
-
4632
- # @ all-in-one-wp-security-and-firewall
4633
- #: ../admin/wp-security-settings-menu.php:295
4634
- msgid "Restore from a backed up .htaccess file"
4635
- msgstr "Ripristina da un file di backup .htaccess"
4636
-
4637
- # @ all-in-one-wp-security-and-firewall
4638
- #: ../admin/wp-security-settings-menu.php:301
4639
- msgid ".htaccess file to restore from"
4640
- msgstr "ripristina file .htaccess da"
4641
-
4642
- # @ all-in-one-wp-security-and-firewall
4643
- #: ../admin/wp-security-settings-menu.php:307
4644
- msgid ""
4645
- "After selecting your file, click the button below to restore your site using "
4646
- "the backed up htaccess file (htaccess_backup.txt)."
4647
- msgstr ""
4648
- "Dopo aver selezionato il file, clicca sul pulsante qui sotto per ripristinare "
4649
- "il sito utilizzando il backup del file htaccess (htaccess_backup.txt)."
4650
-
4651
- # @ all-in-one-wp-security-and-firewall
4652
- #: ../admin/wp-security-settings-menu.php:313
4653
- msgid "Restore .htaccess File"
4654
- msgstr "Ripristina File .htaccess"
4655
-
4656
- # @ all-in-one-wp-security-and-firewall
4657
- #: ../admin/wp-security-settings-menu.php:317
4658
- msgid "View Contents of the currently active .htaccess file"
4659
- msgstr "Vedi il contenuto del file .htaccess attualmente attivo"
4660
-
4661
- # @ all-in-one-wp-security-and-firewall
4662
- #: ../admin/wp-security-settings-menu.php:346
4663
- msgid "Please choose a wp-config.php file to restore from."
4664
- msgstr "Prego scegli il file wp-config.php da ripristinare"
4665
-
4666
- # @ all-in-one-wp-security-and-firewall
4667
- #: ../admin/wp-security-settings-menu.php:362
4668
- msgid ""
4669
- "wp-config.php file restore failed. Please attempt to restore this file "
4670
- "manually using FTP."
4671
- msgstr ""
4672
- "ripristino file wp-config.php non riuscito. Cerca di ripristinare questo file "
4673
- "manualmente tramite FTP."
4674
-
4675
- # @ all-in-one-wp-security-and-firewall
4676
- #: ../admin/wp-security-settings-menu.php:366
4677
- msgid "Your wp-config.php file has successfully been restored!"
4678
- msgstr "Il tuo file wp-config.php è stato ripristinato con successo!"
4679
-
4680
- # @ all-in-one-wp-security-and-firewall
4681
- #: ../admin/wp-security-settings-menu.php:372
4682
- msgid ""
4683
- "wp-config.php Restore operation failed! Please check the contents of the file "
4684
- "you are trying to restore from."
4685
- msgstr ""
4686
- "operazione ripristino wp-config.php fallita! Verifica il contenuto del file "
4687
- "che stai tentando di ripristinare da."
4688
-
4689
- # @ all-in-one-wp-security-and-firewall
4690
- #: ../admin/wp-security-settings-menu.php:378
4691
- msgid "wp-config.php File Operations"
4692
- msgstr "Operazioni File wp-config.php"
4693
-
4694
- # @ all-in-one-wp-security-and-firewall
4695
- #: ../admin/wp-security-settings-menu.php:381
4696
- msgid ""
4697
- "Your \"wp-config.php\" file is one of the most important in your WordPress "
4698
- "installation. It is a primary configuration file and contains crucial things "
4699
- "such as details of your database and other critical components."
4700
- msgstr ""
4701
- "Il file è \"wp-config.php\" uno dei più importanti dell'installazione di "
4702
- "WordPress. Si tratta di un file di configurazione principale e contiene cose "
4703
- "fondamentali come i dettagli del database e altri componenti critici."
4704
-
4705
- # @ all-in-one-wp-security-and-firewall
4706
- #: ../admin/wp-security-settings-menu.php:382
4707
- msgid ""
4708
- "This feature allows you to backup and save your currently active wp-config."
4709
- "php file should you need to re-use the the backed up file in the future."
4710
- msgstr ""
4711
- "Questa funzione consente di eseguire il backup e salvare il file wp-config."
4712
- "php attualmente attivo e in caso di necessità ri-utilizzare il file di backup "
4713
- "in futuro."
4714
-
4715
- # @ all-in-one-wp-security-and-firewall
4716
- #: ../admin/wp-security-settings-menu.php:383
4717
- msgid ""
4718
- "You can also restore your site's wp-config.php settings using a backed up wp-"
4719
- "config.php file."
4720
- msgstr ""
4721
- "È inoltre possibile ripristinare le impostazioni di wp-config.php del tuo "
4722
- "sito utilizzando un file wp-config.php di cui hai fatto il backup."
4723
-
4724
- # @ all-in-one-wp-security-and-firewall
4725
- #: ../admin/wp-security-settings-menu.php:397
4726
- msgid "Save the current wp-config.php file"
4727
- msgstr "Salva il file wp-config.php corrente"
4728
-
4729
- # @ all-in-one-wp-security-and-firewall
4730
- #: ../admin/wp-security-settings-menu.php:401
4731
- msgid ""
4732
- "Click the button below to backup and download the contents of the currently "
4733
- "active wp-config.php file."
4734
- msgstr ""
4735
- "Clicca sul bottone qui sotto per eseguire il backup e salvare il file wp-"
4736
- "config.php attualmente attivo."
4737
-
4738
- # @ all-in-one-wp-security-and-firewall
4739
- #: ../admin/wp-security-settings-menu.php:402
4740
- msgid "Backup wp-config.php File"
4741
- msgstr "Backup File wp-config.php"
4742
-
4743
- # @ all-in-one-wp-security-and-firewall
4744
- #: ../admin/wp-security-settings-menu.php:407
4745
- msgid "Restore from a backed up wp-config file"
4746
- msgstr "Ripristina file wp-config.php da un backup"
4747
-
4748
- # @ all-in-one-wp-security-and-firewall
4749
- #: ../admin/wp-security-settings-menu.php:413
4750
- msgid "wp-config file to restore from"
4751
- msgstr "ripristino file wp-config.php da"
4752
-
4753
- # @ all-in-one-wp-security-and-firewall
4754
- #: ../admin/wp-security-settings-menu.php:419
4755
- msgid ""
4756
- "After selecting your file click the button below to restore your site using "
4757
- "the backed up wp-config file (wp-config.php.backup.txt)."
4758
- msgstr ""
4759
- "Dopo aver selezionato il file clicca sul pulsante qui sotto per ripristinare "
4760
- "il sito utilizzando il backup di file wp-config (wp-config.php.backup.txt)."
4761
-
4762
- # @ all-in-one-wp-security-and-firewall
4763
- #: ../admin/wp-security-settings-menu.php:425
4764
- msgid "Restore wp-config File"
4765
- msgstr "Ripristina File wp-config.php"
4766
-
4767
- # @ all-in-one-wp-security-and-firewall
4768
- #: ../admin/wp-security-settings-menu.php:429
4769
- msgid "View Contents of the currently active wp-config.php file"
4770
- msgstr "Vedi il contenuto dell'attuale file wp-config.php"
4771
-
4772
- # @ all-in-one-wp-security-and-firewall
4773
- #: ../admin/wp-security-settings-menu.php:464
4774
- msgid "WP Generator Meta Tag"
4775
- msgstr "Generatore WP Meta Tag"
4776
-
4777
- # @ all-in-one-wp-security-and-firewall
4778
- #: ../admin/wp-security-settings-menu.php:467
4779
- msgid ""
4780
- "Wordpress generator automatically adds some meta information inside the \"head"
4781
- "\" tags of every page on your site's front end. Below is an example of this:"
4782
- msgstr ""
4783
- "Wordpress generatore aggiunge automaticamente alcune informazioni meta dentro "
4784
- "i tag della \"head\" di ogni pagina del front-end del tuo sito. Di seguito è "
4785
- "riportato un esempio di questo:"
4786
-
4787
- # @ all-in-one-wp-security-and-firewall
4788
- #: ../admin/wp-security-settings-menu.php:469
4789
- msgid ""
4790
- "The above meta information shows which version of WordPress your site is "
4791
- "currently running and thus can help hackers or crawlers scan your site to see "
4792
- "if you have an older version of WordPress or one with a known exploit."
4793
- msgstr ""
4794
- "La meta informazioni di cui sopra mostra la versione di WordPress attualmente "
4795
- "in esecuzione e quindi può aiutare gli hacker o crawler nella scansione del "
4796
- "sito che potrebbero sfruttare bug noti di tale versione WordPress."
4797
-
4798
- # @ all-in-one-wp-security-and-firewall
4799
- #: ../admin/wp-security-settings-menu.php:470
4800
- msgid ""
4801
- "This feature will allow you to remove the WP generator meta info from your "
4802
- "site's pages."
4803
- msgstr ""
4804
- "Questa funzione permette di rimuovere il generatore di meta informazioni WP "
4805
- "dalle pagine del tuo sito."
4806
-
4807
- # @ all-in-one-wp-security-and-firewall
4808
- #: ../admin/wp-security-settings-menu.php:476
4809
- msgid "WP Generator Meta Info"
4810
- msgstr "Generatore Meta Info WP"
4811
-
4812
- # @ all-in-one-wp-security-and-firewall
4813
- #: ../admin/wp-security-settings-menu.php:488
4814
- msgid "Remove WP Generator Meta Info"
4815
- msgstr "Rimuovi Generatore Meta Info WP"
4816
-
4817
- # @ all-in-one-wp-security-and-firewall
4818
- #: ../admin/wp-security-settings-menu.php:491
4819
- msgid ""
4820
- "Check this if you want to remove the meta info produced by WP Generator from "
4821
- "all pages"
4822
- msgstr ""
4823
- "Seleziona questa casella se per rimuovere le informazioni meta prodotte dal "
4824
- "generatore WP su tutte le pagine"
4825
-
4826
- # @ all-in-one-wp-security-and-firewall
4827
- #: ../admin/wp-security-settings-menu.php:521
4828
- msgid "Please choose a file to import your settings from."
4829
- msgstr "Si prega di scegliere un file da cui importare le impostazioni."
4830
-
4831
- #: ../admin/wp-security-settings-menu.php:553
4832
- msgid "Import AIOWPS settings from "
4833
- msgstr "Importa le impostazioni di AIOWPS da"
4834
-
4835
- # @ all-in-one-wp-security-and-firewall
4836
- #: ../admin/wp-security-settings-menu.php:559
4837
- #: ../admin/wp-security-settings-menu.php:603
4838
- msgid ""
4839
- "The deletion of the import file failed. Please delete this file manually via "
4840
- "the media menu for security purposes."
4841
- msgstr ""
4842
- "La cancellazione del file di importazione non è riuscita. Si prega di "
4843
- "cancellare questo file manualmente tramite il menu media per motivi di "
4844
- "sicurezza."
4845
-
4846
- # @ all-in-one-wp-security-and-firewall
4847
- #: ../admin/wp-security-settings-menu.php:561
4848
- #: ../admin/wp-security-settings-menu.php:605
4849
- msgid ""
4850
- "The file you uploaded was also deleted for security purposes because it "
4851
- "contains security settings details."
4852
- msgstr ""
4853
- "Il file caricato è stato eliminato anche per motivi di sicurezza perché "
4854
- "contiene particolari impostazioni di protezione."
4855
-
4856
- #: ../admin/wp-security-settings-menu.php:576
4857
- msgid "Your AIOWPS settings were successfully imported via file input."
4858
- msgstr ""
4859
- "Le tue impostazioni AIOWPS sono state importate con successo tramite input "
4860
- "file."
4861
-
4862
- # @ all-in-one-wp-security-and-firewall
4863
- #: ../admin/wp-security-settings-menu.php:577
4864
- msgid ""
4865
- "The deletion of the import file failed. Please delete this file manually via "
4866
- "the media menu for security purposes because it contains security settings "
4867
- "details."
4868
- msgstr ""
4869
- "La cancellazione del file di importazione non è riuscita. Si prega di "
4870
- "cancellare questo file manualmente tramite il menu media per motivi di "
4871
- "sicurezza perché contiene particolari impostazioni di protezione."
4872
-
4873
- # @ all-in-one-wp-security-and-firewall
4874
- #: ../admin/wp-security-settings-menu.php:579
4875
- msgid ""
4876
- "Your AIOWPS settings were successfully imported. The file you uploaded was "
4877
- "also deleted for security purposes because it contains security settings "
4878
- "details."
4879
- msgstr ""
4880
- "Le impostazioni AIOWPS sono state importate correttamente. Il file caricato è "
4881
- "stato eliminato anche per motivi di sicurezza perché contiene particolari "
4882
- "impostazioni di protezione."
4883
-
4884
- #: ../admin/wp-security-settings-menu.php:582
4885
- msgid "Your AIOWPS settings were successfully imported via text entry."
4886
- msgstr ""
4887
- "Le tue impostazioni AIOWPS sono state importate con successo tramite "
4888
- "inserimento testuale."
4889
-
4890
- # @ all-in-one-wp-security-and-firewall
4891
- #: ../admin/wp-security-settings-menu.php:597
4892
- msgid ""
4893
- "The contents of your settings file appear invalid. Please check the contents "
4894
- "of the file you are trying to import settings from."
4895
- msgstr ""
4896
- "Il contenuto del file impostazioni appare non valido. Controlla il contenuto "
4897
- "del file che si sta tentando di importare."
4898
-
4899
- # @ all-in-one-wp-security-and-firewall
4900
- #: ../admin/wp-security-settings-menu.php:614
4901
- msgid "Export or Import Your AIOWPS Settings"
4902
- msgstr "Esportare o importare le impostazioni AIOWPS"
4903
-
4904
- # @ all-in-one-wp-security-and-firewall
4905
- #: ../admin/wp-security-settings-menu.php:617
4906
- msgid ""
4907
- "This section allows you to export or import your All In One WP Security & "
4908
- "Firewall settings."
4909
- msgstr ""
4910
- "Questa sezione permette di esportare o importare le impostazioni del tuo All "
4911
- "In One WP Security & Firewall."
4912
-
4913
- # @ all-in-one-wp-security-and-firewall
4914
- #: ../admin/wp-security-settings-menu.php:618
4915
- msgid ""
4916
- "This can be handy if you wanted to save time by applying the settings from "
4917
- "one site to another site."
4918
- msgstr ""
4919
- "Questo può essere utile se si vuole risparmiare tempo applicando le "
4920
- "impostazioni da un sito a un altro sito."
4921
-
4922
- # @ all-in-one-wp-security-and-firewall
4923
- #: ../admin/wp-security-settings-menu.php:619
4924
- msgid ""
4925
- "NOTE: Before importing, it is your responsibility to know what settings you "
4926
- "are trying to import. Importing settings blindly can cause you to be locked "
4927
- "out of your site."
4928
- msgstr ""
4929
- "NOTA: Prima di importare, è tua responsabilità sapere quali impostazioni stai "
4930
- "tentando di importare. L'importazione delle impostazioni alla cieca può "
4931
- "causare il blocco del tuo sito."
4932
-
4933
- #: ../admin/wp-security-settings-menu.php:620
4934
- msgid ""
4935
- "For Example: If a settings item relies on the domain URL then it may not work "
4936
- "correctly when imported into a site with a different domain."
4937
- msgstr ""
4938
- "Per esempio: se una impostazione si affida all'URL di un dominio, potrà non "
4939
- "funzionare correttamente quando verrà importata in un sito con un dominio "
4940
- "differente."
4941
-
4942
- # @ all-in-one-wp-security-and-firewall
4943
- #: ../admin/wp-security-settings-menu.php:626
4944
- #: ../admin/wp-security-settings-menu.php:635
4945
- msgid "Export AIOWPS Settings"
4946
- msgstr "Impostazioni Esportazione AIOWPS"
4947
-
4948
- # @ all-in-one-wp-security-and-firewall
4949
- #: ../admin/wp-security-settings-menu.php:632
4950
- msgid ""
4951
- "To export your All In One WP Security & Firewall settings click the button "
4952
- "below."
4953
- msgstr ""
4954
- "Per esportare le impostazioni di All In One WP Security & Firewall clicca sul "
4955
- "pulsante qui sotto."
4956
-
4957
- # @ all-in-one-wp-security-and-firewall
4958
- #: ../admin/wp-security-settings-menu.php:639
4959
- #: ../admin/wp-security-settings-menu.php:664
4960
- msgid "Import AIOWPS Settings"
4961
- msgstr "Impostazioni Importazione AIOWPS"
4962
-
4963
- #: ../admin/wp-security-settings-menu.php:645
4964
- msgid ""
4965
- "Use this section to import your All In One WP Security & Firewall settings "
4966
- "from a file. Alternatively, copy/paste the contents of your import file into "
4967
- "the textarea below."
4968
- msgstr ""
4969
- "Usa questa sezione per importate i toi settaggi di All In One WP Security & "
4970
- "Firewall da un file. In alternativa, copia/incolla il contenuto del tuo file "
4971
- "da importante, nella textarea sottostante."
4972
-
4973
- # @ all-in-one-wp-security-and-firewall
4974
- #: ../admin/wp-security-settings-menu.php:646
4975
- msgid "Import File"
4976
- msgstr "Importa File"
4977
-
4978
- # @ all-in-one-wp-security-and-firewall
4979
- #: ../admin/wp-security-settings-menu.php:652
4980
- msgid ""
4981
- "After selecting your file, click the button below to apply the settings to "
4982
- "your site."
4983
- msgstr ""
4984
- "Dopo aver selezionato il file, clicca sul pulsante qui sotto per applicare le "
4985
- "impostazioni al tuo sito."
4986
-
4987
- #: ../admin/wp-security-settings-menu.php:658
4988
- msgid "Copy/Paste Import Data"
4989
- msgstr "Copia/Incolla i dati da importare"
4990
-
4991
- # @ all-in-one-wp-security-and-firewall
4992
- #: ../admin/wp-security-spam-menu.php:24
4993
- msgid "Comment SPAM"
4994
- msgstr "Commenti SPAM"
4995
-
4996
- # @ all-in-one-wp-security-and-firewall
4997
- #: ../admin/wp-security-spam-menu.php:25
4998
- msgid "Comment SPAM IP Monitoring"
4999
- msgstr "Monitoraggio IP Commenti SPAM"
5000
-
5001
- # @ all-in-one-wp-security-and-firewall
5002
- #: ../admin/wp-security-spam-menu.php:26
5003
- msgid "BuddyPress"
5004
- msgstr "DubbyPress"
5005
-
5006
- # @ all-in-one-wp-security-and-firewall
5007
- #: ../admin/wp-security-spam-menu.php:113
5008
- msgid "Comment SPAM Settings"
5009
- msgstr "Impostazione Commenti SPAM"
5010
-
5011
- # @ all-in-one-wp-security-and-firewall
5012
- #: ../admin/wp-security-spam-menu.php:118
5013
- msgid "Add Captcha To Comments Form"
5014
- msgstr "Aggiungi Captcha al Modulo Commenti"
5015
-
5016
- # @ all-in-one-wp-security-and-firewall
5017
- #: ../admin/wp-security-spam-menu.php:122
5018
- msgid ""
5019
- "This feature will add a simple math captcha field in the WordPress comments "
5020
- "form."
5021
- msgstr ""
5022
- "Questa funzione aggiungerà un semplice campo captcha matematico al modulo "
5023
- "commenti WordPress."
5024
-
5025
- # @ all-in-one-wp-security-and-firewall
5026
- #: ../admin/wp-security-spam-menu.php:123
5027
- msgid ""
5028
- "Adding a captcha field in the comment form is a simple way of greatly "
5029
- "reducing SPAM comments from bots without using .htaccess rules."
5030
- msgstr ""
5031
- "Aggiunta di un campo captcha nel modulo dei commenti è un modo semplice di "
5032
- "ridurre notevolmente i commenti spam dei bot senza utilizzare regole ."
5033
- "htaccess."
5034
-
5035
- # @ all-in-one-wp-security-and-firewall
5036
- #: ../admin/wp-security-spam-menu.php:132
5037
- msgid "Enable Captcha On Comment Forms"
5038
- msgstr "Attiva Captcha nel Modulo Commenti"
5039
-
5040
- # @ all-in-one-wp-security-and-firewall
5041
- #: ../admin/wp-security-spam-menu.php:135
5042
- msgid "Check this if you want to insert a captcha field on the comment forms"
5043
- msgstr ""
5044
- "Seleziona questo se desideri inserire un campo captcha nel modulo commenti"
5045
-
5046
- # @ all-in-one-wp-security-and-firewall
5047
- #: ../admin/wp-security-spam-menu.php:142
5048
- msgid "Block Spambot Comments"
5049
- msgstr "Blocca Commenti Spambot"
5050
-
5051
- # @ all-in-one-wp-security-and-firewall
5052
- #: ../admin/wp-security-spam-menu.php:146
5053
- msgid ""
5054
- "A large portion of WordPress blog comment SPAM is mainly produced by "
5055
- "automated bots and not necessarily by humans. "
5056
- msgstr ""
5057
- "Una gran parte dei commenti SPAM nei blog WordPress è prodotto principalmente "
5058
- "da bot automatici e non necessariamente da esseri umani."
5059
-
5060
- # @ all-in-one-wp-security-and-firewall
5061
- #: ../admin/wp-security-spam-menu.php:147
5062
- msgid ""
5063
- "This feature will greatly minimize the useless and unecessary traffic and "
5064
- "load on your server resulting from SPAM comments by blocking all comment "
5065
- "requests which do not originate from your domain."
5066
- msgstr ""
5067
- "Questa caratteristica ridurrà al minimo il traffico inutile è buona regola "
5068
- "non caricare sul server commenti spam, bloccando tutte le richieste di "
5069
- "commento che non hanno origine dal proprio dominio."
5070
-
5071
- # @ all-in-one-wp-security-and-firewall
5072
- #: ../admin/wp-security-spam-menu.php:148
5073
- msgid ""
5074
- "In other words, if the comment was not submitted by a human who physically "
5075
- "submitted the comment on your site, the request will be blocked."
5076
- msgstr ""
5077
- "In altre parole, se il commento non è stato fatto da un essere umano che "
5078
- "fisicamente ha scritto il commento sul tuo sito, la richiesta verrà bloccata."
5079
-
5080
- # @ all-in-one-wp-security-and-firewall
5081
- #: ../admin/wp-security-spam-menu.php:164
5082
- msgid "Block Spambots From Posting Comments"
5083
- msgstr "Impedisci che Spambots possano pubblicare commenti"
5084
-
5085
- # @ all-in-one-wp-security-and-firewall
5086
- #: ../admin/wp-security-spam-menu.php:167
5087
- msgid ""
5088
- "Check this if you want to apply a firewall rule which will block comments "
5089
- "originating from spambots."
5090
- msgstr ""
5091
- "Seleziona questa casella se vuoi applicare una regola firewall che blocca i "
5092
- "commenti provenienti da spambot."
5093
-
5094
- # @ all-in-one-wp-security-and-firewall
5095
- #: ../admin/wp-security-spam-menu.php:171
5096
- msgid ""
5097
- "This feature will implement a firewall rule to block all comment attempts "
5098
- "which do not originate from your domain."
5099
- msgstr ""
5100
- "Questa funzione consente di applicare una regola firewall per bloccare tutti "
5101
- "i tentativi di commento che non hanno origine dal proprio dominio."
5102
-
5103
- # @ all-in-one-wp-security-and-firewall
5104
- #: ../admin/wp-security-spam-menu.php:172
5105
- msgid ""
5106
- "A legitimate comment is one which is submitted by a human who physically "
5107
- "fills out the comment form and clicks the submit button. For such events, the "
5108
- "HTTP_REFERRER is always set to your own domain."
5109
- msgstr ""
5110
- "Un commento legittimo è quello che viene presentato da un umano che riempie "
5111
- "fisicamente il modulo commenti e fa clic sul pulsante di invio. Per tali "
5112
- "eventi, il HTTP_REFERRER è sempre impostato per il proprio dominio."
5113
-
5114
- # @ all-in-one-wp-security-and-firewall
5115
- #: ../admin/wp-security-spam-menu.php:173
5116
- msgid ""
5117
- "A comment submitted by a spambot is done by directly calling the comments.php "
5118
- "file, which usually means that the HTTP_REFERRER value is not your domain and "
5119
- "often times empty."
5120
- msgstr ""
5121
- "Un commento lasciato da uno spambot viene fatto chiamando direttamente il "
5122
- "file comments.php, che di solito significa che il valore HTTP_REFERRER non è "
5123
- "il vostro dominio e spesso vuoto."
5124
-
5125
- # @ all-in-one-wp-security-and-firewall
5126
- #: ../admin/wp-security-spam-menu.php:174
5127
- msgid ""
5128
- "This feature will check and block comment requests which are not referred by "
5129
- "your domain thus greatly reducing your overall blog SPAM and PHP requests "
5130
- "done by the server to process these comments."
5131
- msgstr ""
5132
- "Questa funzione controlla e blocca commenti e richieste non contemplate dal "
5133
- "tuo dominio, riducendo notevolmente lo SPAM nel blog in generale e le "
5134
- "richieste PHP fatte dal server per elaborare questi commenti."
5135
-
5136
- # @ all-in-one-wp-security-and-firewall
5137
- #: ../admin/wp-security-spam-menu.php:201
5138
- msgid "Nonce check failed for list SPAM comment IPs!"
5139
- msgstr "Check non riuscito per la lista IP spam Commenti!"
5140
-
5141
- # @ all-in-one-wp-security-and-firewall
5142
- #: ../admin/wp-security-spam-menu.php:207
5143
- msgid ""
5144
- "You entered a non numeric value for the minimum SPAM comments per IP field. "
5145
- "It has been set to the default value."
5146
- msgstr ""
5147
- "È stato immesso un valore non numerico per i commenti di spam minimi per "
5148
- "campo IP. E 'stato impostato il valore di default."
5149
-
5150
- # @ all-in-one-wp-security-and-firewall
5151
- #: ../admin/wp-security-spam-menu.php:219
5152
- #, php-format
5153
- msgid ""
5154
- "Displaying results for IP addresses which have posted a minimum of %s SPAM "
5155
- "comments"
5156
- msgstr ""
5157
- "Visualizzazione dei risultati per gli indirizzi IP che hanno inviato un "
5158
- "minimo di %s commenti spam"
5159
-
5160
- # @ all-in-one-wp-security-and-firewall
5161
- #: ../admin/wp-security-spam-menu.php:235
5162
- msgid ""
5163
- "This tab displays a list of the IP addresses of the people or bots who have "
5164
- "left SPAM comments on your site."
5165
- msgstr ""
5166
- "Questa scheda visualizza un elenco degli indirizzi IP delle persone o bot che "
5167
- "hanno lasciato commenti di spam sul tuo sito."
5168
-
5169
- # @ all-in-one-wp-security-and-firewall
5170
- #: ../admin/wp-security-spam-menu.php:236
5171
- msgid ""
5172
- "This information can be handy for identifying the most persistent IP "
5173
- "addresses or ranges used by spammers."
5174
- msgstr ""
5175
- "Questa informazione può essere utile per identificare gli indirizzi IP, o "
5176
- "intervalli IP, più persistenti dagli spammer."
5177
-
5178
- # @ all-in-one-wp-security-and-firewall
5179
- #: ../admin/wp-security-spam-menu.php:237
5180
- msgid ""
5181
- "By inspecting the IP address data coming from spammers you will be in a "
5182
- "better position to determine which addresses or address ranges you should "
5183
- "block by adding them to your blacklist."
5184
- msgstr ""
5185
- "Osservando i dati degli indirizzi IP provenienti da spammer vi troverete in "
5186
- "una posizione migliore per determinare quali indirizzi o intervalli di "
5187
- "indirizzi si dovrebbe bloccare aggiungendoli alla lista nera."
5188
-
5189
- # @ all-in-one-wp-security-and-firewall
5190
- #: ../admin/wp-security-spam-menu.php:238
5191
- msgid ""
5192
- "To add one or more of the IP addresses displayed in the table below to your "
5193
- "blacklist, simply click the \"Block\" link for the individual row or select "
5194
- "more than one address \n"
5195
- " using the checkboxes and then choose the \"block"
5196
- "\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
5197
- msgstr ""
5198
- "Per aggiungere uno o più indirizzi IP visualizzati nella tabella di seguito, "
5199
- "alla tua lista nera, è sufficiente cliccare sul collegamento \"Block\" per la "
5200
- "singola riga o selezionare più di un indirizzo \n"
5201
- " utilizzando le caselle di controllo e quindi "
5202
- "scegliere l'opzione dal menu a discesa Azioni in blocco \"block\" e fare clic "
5203
- "sul pulsante \"Applica\"."
5204
-
5205
- # @ all-in-one-wp-security-and-firewall
5206
- #: ../admin/wp-security-spam-menu.php:244
5207
- msgid "List SPAMMER IP Addresses"
5208
- msgstr "Lista indirizzi IP SPAMMER"
5209
-
5210
- # @ all-in-one-wp-security-and-firewall
5211
- #: ../admin/wp-security-spam-menu.php:250
5212
- msgid "Minimum number of SPAM comments per IP"
5213
- msgstr "Numero minimo di commenti spam per IP"
5214
-
5215
- # @ all-in-one-wp-security-and-firewall
5216
- #: ../admin/wp-security-spam-menu.php:252
5217
- msgid ""
5218
- "This field allows you to list only those IP addresses which have been used to "
5219
- "post X or more SPAM comments."
5220
- msgstr ""
5221
- "Questo campo consente di elencare solo gli indirizzi IP che sono stati "
5222
- "utilizzati per pubblicare X o più commenti spam."
5223
-
5224
- # @ all-in-one-wp-security-and-firewall
5225
- #: ../admin/wp-security-spam-menu.php:256
5226
- msgid ""
5227
- "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses "
5228
- "which were used to submit SPAM comments."
5229
- msgstr ""
5230
- "Esempio 1: Impostando questo valore a \"0\" o \"1\" verranno elencati tutti "
5231
- "gli indirizzi IP che sono stati utilizzati per inviare commenti spam."
5232
-
5233
- # @ all-in-one-wp-security-and-firewall
5234
- #: ../admin/wp-security-spam-menu.php:257
5235
- msgid ""
5236
- "Example 2: Setting this value to \"5\" will list only those IP addresses "
5237
- "which were used to submit 5 SPAM comments or more on your site."
5238
- msgstr ""
5239
- "Esempio 2: Impostando questo valore a \"5\" elencherà solo gli indirizzi IP "
5240
- "usati per creare almeno 5 commenti SPAM o più sul tuo sito."
5241
-
5242
- # @ all-in-one-wp-security-and-firewall
5243
- #: ../admin/wp-security-spam-menu.php:264
5244
- msgid "Find IP Addresses"
5245
- msgstr "Trova Indirizzo IP"
5246
-
5247
- # @ all-in-one-wp-security-and-firewall
5248
- #: ../admin/wp-security-spam-menu.php:268
5249
- msgid "SPAMMER IP Address Results"
5250
- msgstr "Risultato Indirizzi IP SPAMMER"
5251
-
5252
- # @ all-in-one-wp-security-and-firewall
5253
- #: ../admin/wp-security-spam-menu.php:274 ../classes/wp-security-utility.php:169
5254
- msgid ""
5255
- "The plugin has detected that you are using a Multi-Site WordPress "
5256
- "installation."
5257
- msgstr ""
5258
- "Il plugin ha rilevato che si sta usando una installazione di WordPress Multi-"
5259
- "Site."
5260
-
5261
- # @ all-in-one-wp-security-and-firewall
5262
- #: ../admin/wp-security-spam-menu.php:275
5263
- msgid "Only the \"superadmin\" can block IP addresses from the main site."
5264
- msgstr ""
5265
- "Solo il \"superadmin\" può bloccare gli indirizzi IP dal sito principale."
5266
-
5267
- # @ all-in-one-wp-security-and-firewall
5268
- #: ../admin/wp-security-spam-menu.php:276
5269
- msgid ""
5270
- "Take note of the IP addresses you want blocked and ask the superadmin to add "
5271
- "these to the blacklist using the \"Blacklist Manager\" on the main site."
5272
- msgstr ""
5273
- "Prendere nota degli indirizzi IP da bloccare e chiedere al superadmin di "
5274
- "aggiungere questi per la lista nera con \"Gestione Blacklist\" sul sito "
5275
- "principale."
5276
-
5277
- # @ all-in-one-wp-security-and-firewall
5278
- #: ../admin/wp-security-spam-menu.php:321
5279
- msgid "BuddyPress SPAM Settings"
5280
- msgstr "Impostazioni BuddyPress SPAM"
5281
-
5282
- # @ all-in-one-wp-security-and-firewall
5283
- #: ../admin/wp-security-spam-menu.php:326
5284
- msgid "Add Captcha To BuddyPress Registration Form"
5285
- msgstr "Aggiungere Captcha nel Modulo di Registrazione BuddyPress"
5286
-
5287
- # @ all-in-one-wp-security-and-firewall
5288
- #: ../admin/wp-security-spam-menu.php:330
5289
- msgid ""
5290
- "This feature will add a simple math captcha field in the BuddyPress "
5291
- "registration form."
5292
- msgstr ""
5293
- "Questa caratteristica aggiunge un campo captcha matematico semplice nel "
5294
- "modulo di registrazione BuddyPress."
5295
-
5296
- # @ all-in-one-wp-security-and-firewall
5297
- #: ../admin/wp-security-spam-menu.php:331
5298
- msgid ""
5299
- "Adding a captcha field in the registration form is a simple way of greatly "
5300
- "reducing SPAM signups from bots without using .htaccess rules."
5301
- msgstr ""
5302
- "Aggiunta di un campo captcha nel modulo di registrazione è un modo semplice "
5303
- "di ridurre notevolmente iscrizioni da bots spam senza utilizzare regole ."
5304
- "htaccess."
5305
-
5306
- # @ all-in-one-wp-security-and-firewall
5307
- #: ../admin/wp-security-spam-menu.php:341
5308
- msgid "Enable Captcha On BuddyPress Registration Form"
5309
- msgstr "Attiva Captcha nella Pagina di Registrazione di BuddyPress"
5310
-
5311
- # @ all-in-one-wp-security-and-firewall
5312
- #: ../admin/wp-security-spam-menu.php:344
5313
- msgid ""
5314
- "Check this if you want to insert a captcha field on the BuddyPress "
5315
- "registration forms"
5316
- msgstr ""
5317
- "Seleziona questo se desideri inserire un campo captcha nel modulo di "
5318
- "registrazione BuddyPress"
5319
-
5320
- # @ all-in-one-wp-security-and-firewall
5321
- #: ../admin/wp-security-spam-menu.php:353
5322
- msgid ""
5323
- "BuddyPress is not active! In order to use this feature you will need to have "
5324
- "BuddyPress installed and activated."
5325
- msgstr ""
5326
- "BuddyPress non è attivo! Per poter utilizzare questa funzione è necessario "
5327
- "aver installato e attivato BuddyPress."
5328
-
5329
- # @ all-in-one-wp-security-and-firewall
5330
- #: ../admin/wp-security-user-accounts-menu.php:29
5331
- msgid "WP Username"
5332
- msgstr "Nome utente WP"
5333
-
5334
- # @ all-in-one-wp-security-and-firewall
5335
- #: ../admin/wp-security-user-accounts-menu.php:30
5336
- msgid "Display Name"
5337
- msgstr "Nome Visualizzato"
5338
-
5339
- # @ all-in-one-wp-security-and-firewall
5340
- # @ default
5341
- #: ../admin/wp-security-user-accounts-menu.php:31
5342
- #: ../other-includes/wp-security-rename-login-feature.php:915
5343
- msgid "Password"
5344
- msgstr "Password"
5345
-
5346
- # @ all-in-one-wp-security-and-firewall
5347
- #: ../admin/wp-security-user-accounts-menu.php:85
5348
- msgid "Admin User Security"
5349
- msgstr "Sicurezza Utente Admin"
5350
-
5351
- # @ all-in-one-wp-security-and-firewall
5352
- #: ../admin/wp-security-user-accounts-menu.php:88
5353
- msgid ""
5354
- "By default, WordPress sets the administrator username to \"admin\" at "
5355
- "installation time."
5356
- msgstr ""
5357
- "Per impostazione predefinita, WordPress imposta il nome utente amministratore "
5358
- "come \"admin\" al momento dell'installazione."
5359
-
5360
- # @ all-in-one-wp-security-and-firewall
5361
- #: ../admin/wp-security-user-accounts-menu.php:89
5362
- msgid ""
5363
- "A lot of hackers try to take advantage of this information by attempting "
5364
- "\"Brute Force Login Attacks\" where they repeatedly try to guess the password "
5365
- "by using \"admin\" for username."
5366
- msgstr ""
5367
- "Un sacco di hacker cercano di approfittare di queste informazioni, tentando "
5368
- "\"Attacchi Brute Force Login\" dove hanno più possibilità di indovinare la "
5369
- "password utilizzando \"admin \" per il nome utente."
5370
-
5371
- # @ all-in-one-wp-security-and-firewall
5372
- #: ../admin/wp-security-user-accounts-menu.php:90
5373
- msgid ""
5374
- "From a security perspective, changing the default \"admin\" user name is one "
5375
- "of the first and smartest things you should do on your site."
5376
- msgstr ""
5377
- "Dal punto di vista della sicurezza, la modifica del valore predefinito nome "
5378
- "utente \"admin\" è una delle prime e più intelligenti cose che dovresti fare "
5379
- "sul tuo sito."
5380
-
5381
- # @ all-in-one-wp-security-and-firewall
5382
- #: ../admin/wp-security-user-accounts-menu.php:91
5383
- msgid ""
5384
- "This feature will allow you to change your default \"admin\" user name to a "
5385
- "more secure name of your choosing."
5386
- msgstr ""
5387
- "Questa funzione permette di cambiare il nome utente predefinito \"admin \" "
5388
- "in un nome più sicuro a tua scelta."
5389
-
5390
- # @ all-in-one-wp-security-and-firewall
5391
- #: ../admin/wp-security-user-accounts-menu.php:98
5392
- msgid "List of Administrator Accounts"
5393
- msgstr "Lista Account di Amministrazione"
5394
-
5395
- # @ all-in-one-wp-security-and-firewall
5396
- #: ../admin/wp-security-user-accounts-menu.php:107
5397
- #: ../classes/grade-system/wp-security-feature-item-manager.php:36
5398
- msgid "Change Admin Username"
5399
- msgstr "Cambia Nome Utente Admin"
5400
-
5401
- # @ all-in-one-wp-security-and-firewall
5402
- #: ../admin/wp-security-user-accounts-menu.php:115
5403
- msgid ""
5404
- "Your site currently has an account which uses the default \"admin\" "
5405
- "username. \n"
5406
- " It is highly recommended that you change this name to "
5407
- "something else. \n"
5408
- " Use the following field to change the admin username."
5409
- msgstr ""
5410
- "Il sito attualmente ha un account che usa il nome utente predefinito \"admin"
5411
- "\" . \n"
5412
- " È altamente consigliato modificare questo nome in qualcosa "
5413
- "d'altro. \n"
5414
- " Utilizzare il seguente campo per modificare il nome utente "
5415
- "admin."
5416
-
5417
- # @ all-in-one-wp-security-and-firewall
5418
- #: ../admin/wp-security-user-accounts-menu.php:123
5419
- msgid "New Admin Username"
5420
- msgstr "Nuovo Nome Utente Admin"
5421
-
5422
- # @ all-in-one-wp-security-and-firewall
5423
- #: ../admin/wp-security-user-accounts-menu.php:125
5424
- msgid "Choose a new username for admin."
5425
- msgstr "Scegli nuovo nome utente per admin"
5426
-
5427
- # @ all-in-one-wp-security-and-firewall
5428
- #: ../admin/wp-security-user-accounts-menu.php:129
5429
- msgid "Change Username"
5430
- msgstr "Cambia Nome Utente"
5431
-
5432
- # @ all-in-one-wp-security-and-firewall
5433
- #: ../admin/wp-security-user-accounts-menu.php:131
5434
- msgid ""
5435
- "NOTE: If you are currently logged in as \"admin\" you will be automatically "
5436
- "logged out after changing your username and will be required to log back in."
5437
- msgstr ""
5438
- "NOTA: Se si è effettuato l'accesso come \"admin\" si viene automaticamente "
5439
- "disconnessi dopo aver cambiato il nome utente e sarà richiesto di effettuare "
5440
- "il login per rientrare."
5441
-
5442
- # @ all-in-one-wp-security-and-firewall
5443
- #: ../admin/wp-security-user-accounts-menu.php:138
5444
- msgid "No action required! "
5445
- msgstr "Nessuna azione richiesta!"
5446
-
5447
- # @ all-in-one-wp-security-and-firewall
5448
- #: ../admin/wp-security-user-accounts-menu.php:140
5449
- msgid ""
5450
- "Your site does not have any account which uses the default \"admin\" "
5451
- "username. "
5452
- msgstr ""
5453
- "Il tuo sito non ha nessun account che usa il nome utente predefinito \"admin"
5454
- "\"."
5455
-
5456
- # @ all-in-one-wp-security-and-firewall
5457
- #: ../admin/wp-security-user-accounts-menu.php:141
5458
- msgid "This is good security practice."
5459
- msgstr "Questa è una buona pratica di sicurezza."
5460
-
5461
- # @ all-in-one-wp-security-and-firewall
5462
- #: ../admin/wp-security-user-accounts-menu.php:153
5463
- msgid "Display Name Security"
5464
- msgstr "Nome Sicurezza Visualizzato"
5465
-
5466
- # @ all-in-one-wp-security-and-firewall
5467
- #: ../admin/wp-security-user-accounts-menu.php:156
5468
- msgid ""
5469
- "When you submit a post or answer a comment, WordPress will usually display "
5470
- "your \"nickname\"."
5471
- msgstr ""
5472
- "Quando si pubblica un articolo o si risponde a un commento, WordPress farà "
5473
- "comparire il tuo \"nickname\"."
5474
-
5475
- # @ all-in-one-wp-security-and-firewall
5476
- #: ../admin/wp-security-user-accounts-menu.php:157
5477
- msgid ""
5478
- "By default the nickname is set to the login (or user) name of your account."
5479
- msgstr ""
5480
- "Per impostazione predefinita, il nickname impostato per il login (o utente) è "
5481
- "il nome del tuo account."
5482
-
5483
- # @ all-in-one-wp-security-and-firewall
5484
- #: ../admin/wp-security-user-accounts-menu.php:158
5485
- msgid ""
5486
- "From a security perspective, leaving your nickname the same as your user name "
5487
- "is bad practice because it gives a hacker at least half of your account's "
5488
- "login credentials."
5489
- msgstr ""
5490
- "Dal punto di vista della sicurezza, lasciando il tuo nickname uguale al tuo "
5491
- "nome utente, è sbagliato e pericoloso, perché offre su un piatto a un hacker "
5492
- "almeno la metà delle credenziali di accesso del tuo account."
5493
-
5494
- # @ all-in-one-wp-security-and-firewall
5495
- #: ../admin/wp-security-user-accounts-menu.php:159
5496
- msgid ""
5497
- "Therefore to further tighten your site's security you are advised to change "
5498
- "your <strong>nickname</strong> and <strong>Display name</strong> to be "
5499
- "different from your <strong>Username</strong>."
5500
- msgstr ""
5501
- "Quindi per stringere ulteriormente la sicurezza del tuo sito si consiglia di "
5502
- "cambiare il tuo <strong>nickname</strong> e <strong>Nome Visualizzato</"
5503
- "strong> in modo che siano diverso da <strong>Nome Utente</strong>."
5504
-
5505
- # @ all-in-one-wp-security-and-firewall
5506
- #: ../admin/wp-security-user-accounts-menu.php:165
5507
- msgid "Modify Accounts With Identical Login Name & Display Name"
5508
- msgstr "Modifica Account con Identico Nome Login & Nome Visualizzato"
5509
-
5510
- # @ all-in-one-wp-security-and-firewall
5511
- #: ../admin/wp-security-user-accounts-menu.php:174
5512
- msgid ""
5513
- "Your site currently has the following accounts which have an identical login "
5514
- "name and display name."
5515
- msgstr ""
5516
- "Il sito ha attualmente i seguenti account che hanno un nome di login identico "
5517
- "al nome visualizzato."
5518
-
5519
- # @ all-in-one-wp-security-and-firewall
5520
- #: ../admin/wp-security-user-accounts-menu.php:175
5521
- msgid "Click on the link to edit the settings of that particular user account"
5522
- msgstr ""
5523
- "Clicca sul collegamento per modificare le impostazioni di quel particolare "
5524
- "account utente"
5525
-
5526
- # @ all-in-one-wp-security-and-firewall
5527
- #: ../admin/wp-security-user-accounts-menu.php:190
5528
- msgid "No action required."
5529
- msgstr "Nessuna azione richiesta"
5530
-
5531
- # @ all-in-one-wp-security-and-firewall
5532
- #: ../admin/wp-security-user-accounts-menu.php:191
5533
- msgid ""
5534
- "Your site does not have a user account where the display name is identical to "
5535
- "the username."
5536
- msgstr ""
5537
- "Il sito non dispone di un account utente in cui il nome di visualizzazione è "
5538
- "identica al nome utente."
5539
-
5540
- # @ all-in-one-wp-security-and-firewall
5541
- #: ../admin/wp-security-user-accounts-menu.php:202
5542
- msgid "Password Tool"
5543
- msgstr "Strumento Password"
5544
-
5545
- # @ all-in-one-wp-security-and-firewall
5546
- #: ../admin/wp-security-user-accounts-menu.php:205
5547
- msgid ""
5548
- "Poor password selection is one of the most common weak points of many sites "
5549
- "and is usually the first thing a hacker will try to exploit when attempting "
5550
- "to break into your site."
5551
- msgstr ""
5552
- "Scelta di password brevi o facili è uno dei punti deboli più comuni di molti "
5553
- "siti e di solito è la prima cosa che un hacker cercherà di sfruttare quando "
5554
- "tenta di violare il sito."
5555
-
5556
- # @ all-in-one-wp-security-and-firewall
5557
- #: ../admin/wp-security-user-accounts-menu.php:206
5558
- msgid ""
5559
- "Many people fall into the trap of using a simple word or series of numbers as "
5560
- "their password. Such a predictable and simple password would take a competent "
5561
- "hacker merely minutes to guess your password by using a simple script which "
5562
- "cycles through the easy and most common combinations."
5563
- msgstr ""
5564
- "Molte persone cadono nella trappola di usare una semplice parola o una serie "
5565
- "di numeri come password. Tale parola, prevedibile e semplice, permette a un "
5566
- "hacker competente di indovinare la password in pochi minuti, utilizzando un "
5567
- "semplice script che crea cicli di combinazioni semplici e più comuni."
5568
-
5569
- # @ all-in-one-wp-security-and-firewall
5570
- #: ../admin/wp-security-user-accounts-menu.php:207
5571
- msgid ""
5572
- "The longer and more complex your password is the harder it is for hackers to "
5573
- "\"crack\" because more complex passwords require much greater computing power "
5574
- "and time."
5575
- msgstr ""
5576
- "Una password più lunga e complessa è più difficile per gli hacker da "
5577
- "\"crackare \", perché richiede maggiore tempo e potenza di calcolo."
5578
-
5579
- # @ all-in-one-wp-security-and-firewall
5580
- #: ../admin/wp-security-user-accounts-menu.php:208
5581
- msgid ""
5582
- "This section contains a useful password strength tool which you can use to "
5583
- "check whether your password is sufficiently strong enough."
5584
- msgstr ""
5585
- "Questa sezione contiene un utile strumento password che è possibile "
5586
- "utilizzare per controllare se la password è sufficientemente forte."
5587
-
5588
- # @ all-in-one-wp-security-and-firewall
5589
- #: ../admin/wp-security-user-accounts-menu.php:213
5590
- msgid "Password Strength Tool"
5591
- msgstr "Strumento Forza Password"
5592
-
5593
- # @ all-in-one-wp-security-and-firewall
5594
- #: ../admin/wp-security-user-accounts-menu.php:218
5595
- msgid "Start typing a password."
5596
- msgstr "Iniziare a digitare una password."
5597
-
5598
- # @ all-in-one-wp-security-and-firewall
5599
- #: ../admin/wp-security-user-accounts-menu.php:221
5600
- msgid "It would take a desktop PC approximately"
5601
- msgstr "Con un PC desktop ci vorrebbe circa"
5602
-
5603
- # @ all-in-one-wp-security-and-firewall
5604
- #: ../admin/wp-security-user-accounts-menu.php:222
5605
- msgid "1 sec"
5606
- msgstr "1 sec"
5607
-
5608
- # @ all-in-one-wp-security-and-firewall
5609
- #: ../admin/wp-security-user-accounts-menu.php:222
5610
- msgid "to crack your password!"
5611
- msgstr "per crackare la tua password!"
5612
-
5613
- # @ all-in-one-wp-security-and-firewall
5614
- #: ../admin/wp-security-user-accounts-menu.php:227
5615
- msgid "Password Strength"
5616
- msgstr "Forza Password"
5617
-
5618
- # @ all-in-one-wp-security-and-firewall
5619
- #: ../admin/wp-security-user-accounts-menu.php:243
5620
- msgid "Nonce check failed on admin username change operation!"
5621
- msgstr ""
5622
- "Check controllo fallito nell'operazione di cambiamento del nome utente admin!"
5623
-
5624
- # @ all-in-one-wp-security-and-firewall
5625
- #: ../admin/wp-security-user-accounts-menu.php:250
5626
- msgid "Username "
5627
- msgstr "Nome Utente"
5628
-
5629
- # @ all-in-one-wp-security-and-firewall
5630
- #: ../admin/wp-security-user-accounts-menu.php:250
5631
- msgid " already exists. Please enter another value. "
5632
- msgstr "già esistente. Inserisci un altro valore."
5633
-
5634
- # @ all-in-one-wp-security-and-firewall
5635
- #: ../admin/wp-security-user-accounts-menu.php:266
5636
- msgid "The database update operation of the user account failed!"
5637
- msgstr ""
5638
- "L'operazione di aggiornamento database dell'account utente non è riuscita!"
5639
-
5640
- # @ all-in-one-wp-security-and-firewall
5641
- #: ../admin/wp-security-user-accounts-menu.php:295
5642
- msgid "You entered an invalid username. Please enter another value. "
5643
- msgstr ""
5644
- "Hai inserito un nome utente non valido. Si prega di inserire un altro valore."
5645
-
5646
- # @ all-in-one-wp-security-and-firewall
5647
- #: ../admin/wp-security-user-accounts-menu.php:299
5648
- msgid "Please enter a value for your username. "
5649
- msgstr "Prego inserisci un valore per il nome utente."
5650
-
5651
- # @ all-in-one-wp-security-and-firewall
5652
- #: ../admin/wp-security-user-accounts-menu.php:306
5653
- msgid "Username Successfully Changed!"
5654
- msgstr "Nome Utente Cambiato con Successo!"
5655
-
5656
- # @ all-in-one-wp-security-and-firewall
5657
- #: ../admin/wp-security-user-accounts-menu.php:326
5658
- msgid "Account Login Name"
5659
- msgstr "Nome Login Account"
5660
-
5661
- # @ all-in-one-wp-security-and-firewall
5662
- #: ../admin/wp-security-user-login-menu.php:26
5663
- #: ../admin/wp-security-user-login-menu.php:298
5664
- msgid "Failed Login Records"
5665
- msgstr "Record Login Falliti"
5666
-
5667
- # @ all-in-one-wp-security-and-firewall
5668
- #: ../admin/wp-security-user-login-menu.php:27
5669
- #: ../classes/grade-system/wp-security-feature-item-manager.php:51
5670
- msgid "Force Logout"
5671
- msgstr "Forza Logout Utente"
5672
-
5673
- # @ all-in-one-wp-security-and-firewall
5674
- #: ../admin/wp-security-user-login-menu.php:28
5675
- #: ../admin/wp-security-user-login-menu.php:432
5676
- msgid "Account Activity Logs"
5677
- msgstr "Account Attività Logs"
5678
-
5679
- # @ all-in-one-wp-security-and-firewall
5680
- #: ../admin/wp-security-user-login-menu.php:96
5681
- msgid ""
5682
- "You entered a non numeric value for the max login attempts field. It has been "
5683
- "set to the default value."
5684
- msgstr ""
5685
- "È stato immesso un valore non numerico per il campo max tentativi di login. È "
5686
- "stato impostato il valore di default."
5687
-
5688
- # @ all-in-one-wp-security-and-firewall
5689
- #: ../admin/wp-security-user-login-menu.php:103
5690
- msgid ""
5691
- "You entered a non numeric value for the login retry time period field. It has "
5692
- "been set to the default value."
5693
- msgstr ""
5694
- "È stato immesso un valore non numerico per il campo periodo di tempo login "
5695
- "riprovare. E' stato impostato il valore di default."
5696
-
5697
- # @ all-in-one-wp-security-and-firewall
5698
- #: ../admin/wp-security-user-login-menu.php:159
5699
- msgid "Login Lockdown Configuration"
5700
- msgstr "Configurazione Blocco Login"
5701
-
5702
- # @ all-in-one-wp-security-and-firewall
5703
- #: ../admin/wp-security-user-login-menu.php:163
5704
- msgid "One of the ways hackers try to compromise sites is via a "
5705
- msgstr ""
5706
- "Uno dei modi con cui gli hacker tentano di compromettere siti è tramite un"
5707
-
5708
- # @ all-in-one-wp-security-and-firewall
5709
- #: ../admin/wp-security-user-login-menu.php:163
5710
- msgid "Brute Force Login Attack"
5711
- msgstr "Attacco Brute Force Login"
5712
-
5713
- # @ all-in-one-wp-security-and-firewall
5714
- #: ../admin/wp-security-user-login-menu.php:164
5715
- msgid ""
5716
- "This is where attackers use repeated login attempts until they guess the "
5717
- "password."
5718
- msgstr ""
5719
- "Questo è dove gli aggressori usano i tentativi di accesso ripetuti fino a "
5720
- "quando non indovinano la password."
5721
-
5722
- # @ all-in-one-wp-security-and-firewall
5723
- #: ../admin/wp-security-user-login-menu.php:165
5724
- msgid ""
5725
- "Apart from choosing strong passwords, monitoring and blocking IP addresses "
5726
- "which are involved in repeated login failures in a short period of time is a "
5727
- "very effective way to stop these types of attacks."
5728
- msgstr ""
5729
- "Oltre alla scelta di password, il monitoraggio e il blocco degli indirizzi IP "
5730
- "che sono coinvolti in errori di login ripetuti in un breve periodo di tempo è "
5731
- "un modo molto efficace per fermare questi tipi di attacchi."
5732
-
5733
- # @ all-in-one-wp-security-and-firewall
5734
- #: ../admin/wp-security-user-login-menu.php:166
5735
- #, php-format
5736
- msgid ""
5737
- "You may also want to checkout our %s feature for another secure way to "
5738
- "protect against these types of attacks."
5739
- msgstr ""
5740
- "Si consiglia inoltre di vedere %s un altro modo sicuro per proteggere contro "
5741
- "questi tipi di attacchi."
5742
-
5743
- # @ all-in-one-wp-security-and-firewall
5744
- #: ../admin/wp-security-user-login-menu.php:171
5745
- msgid "Login Lockdown Options"
5746
- msgstr "Opzioni Blocco Login"
5747
-
5748
- # @ all-in-one-wp-security-and-firewall
5749
- #: ../admin/wp-security-user-login-menu.php:183
5750
- msgid "Enable Login Lockdown Feature"
5751
- msgstr "Attiva Funzioni Blocco Login"
5752
-
5753
- # @ all-in-one-wp-security-and-firewall
5754
- #: ../admin/wp-security-user-login-menu.php:186
5755
- msgid ""
5756
- "Check this if you want to enable the login lockdown feature and apply the "
5757
- "settings below"
5758
- msgstr ""
5759
- "Seleziona questa casella per attivare la funzione di blocco accesso e "
5760
- "applicare le seguenti impostazioni"
5761
-
5762
- # @ all-in-one-wp-security-and-firewall
5763
- #: ../admin/wp-security-user-login-menu.php:190
5764
- msgid "Allow Unlock Requests"
5765
- msgstr "Consenti richieste di sblocco"
5766
-
5767
- # @ all-in-one-wp-security-and-firewall
5768
- #: ../admin/wp-security-user-login-menu.php:193
5769
- msgid ""
5770
- "Check this if you want to allow users to generate an automated unlock request "
5771
- "link which will unlock their account"
5772
- msgstr ""
5773
- "Seleziona questa casella se desideri consentire agli utenti di generare una "
5774
- "richiesta di link sblocco automatico che sbloccherà il loro account"
5775
-
5776
- # @ all-in-one-wp-security-and-firewall
5777
- #: ../admin/wp-security-user-login-menu.php:197
5778
- msgid "Max Login Attempts"
5779
- msgstr "Max Tentativi Login"
5780
-
5781
- # @ all-in-one-wp-security-and-firewall
5782
- #: ../admin/wp-security-user-login-menu.php:199
5783
- msgid ""
5784
- "Set the value for the maximum login retries before IP address is locked out"
5785
- msgstr ""
5786
- "Impostare il valore per il numero massimo di tentativi d'accesso prima che "
5787
- "l'indirizzo IP venga bloccato"
5788
-
5789
- # @ all-in-one-wp-security-and-firewall
5790
- #: ../admin/wp-security-user-login-menu.php:203
5791
- msgid "Login Retry Time Period (min)"
5792
- msgstr "Tempo Tentativi Riprova Login (min)"
5793
-
5794
- # @ all-in-one-wp-security-and-firewall
5795
- #: ../admin/wp-security-user-login-menu.php:205
5796
- msgid ""
5797
- "If the maximum number of failed login attempts for a particular IP address "
5798
- "occur within this time period the plugin will lock out that address"
5799
- msgstr ""
5800
- "Se il numero massimo di tentativi di accesso non riusciti per un particolare "
5801
- "indirizzo IP avviene entro questo periodo di tempo il plugin blocca "
5802
- "quell'indirizzo"
5803
-
5804
- # @ all-in-one-wp-security-and-firewall
5805
- #: ../admin/wp-security-user-login-menu.php:209
5806
- msgid "Time Length of Lockout (min)"
5807
- msgstr "Tempo Durata Blocco (min)"
5808
-
5809
- # @ all-in-one-wp-security-and-firewall
5810
- #: ../admin/wp-security-user-login-menu.php:211
5811
- msgid ""
5812
- "Set the length of time for which a particular IP address will be prevented "
5813
- "from logging in"
5814
- msgstr ""
5815
- "Impostare il periodo di tempo per il quale sarà impedito il login a un "
5816
- "particolare indirizzo IP"
5817
-
5818
- # @ all-in-one-wp-security-and-firewall
5819
- #: ../admin/wp-security-user-login-menu.php:215
5820
- msgid "Display Generic Error Message"
5821
- msgstr "Mostra Messaggio Errore Generico"
5822
-
5823
- # @ all-in-one-wp-security-and-firewall
5824
- #: ../admin/wp-security-user-login-menu.php:218
5825
- msgid ""
5826
- "Check this if you want to show a generic error message when a login attempt "
5827
- "fails"
5828
- msgstr ""
5829
- "Seleziona questa casella per mostrare un messaggio di errore generico quando "
5830
- "fallsce il login nel tempo"
5831
-
5832
- # @ all-in-one-wp-security-and-firewall
5833
- #: ../admin/wp-security-user-login-menu.php:222
5834
- msgid "Instantly Lockout Invalid Usernames"
5835
- msgstr "Blocca immediatamente Nomi Utenti non validi"
5836
-
5837
- # @ all-in-one-wp-security-and-firewall
5838
- #: ../admin/wp-security-user-login-menu.php:225
5839
- msgid ""
5840
- "Check this if you want to instantly lockout login attempts with usernames "
5841
- "which do not exist on your system"
5842
- msgstr ""
5843
- "Seleziona questa casella se vuoi bloccare istantaneamente i tentativi di "
5844
- "accesso con nomi utente che non esistono sul tuo sistema"
5845
-
5846
- # @ all-in-one-wp-security-and-firewall
5847
- #: ../admin/wp-security-user-login-menu.php:230
5848
- msgid "Notify By Email"
5849
- msgstr "Notifica via Email"
5850
-
5851
- # @ all-in-one-wp-security-and-firewall
5852
- #: ../admin/wp-security-user-login-menu.php:233
5853
- msgid ""
5854
- "Check this if you want to receive an email when someone has been locked out "
5855
- "due to maximum failed login attempts"
5856
- msgstr ""
5857
- "Seleziona questa casella se vuoi ricevere una e-mail quando qualcuno è stato "
5858
- "bloccato a causa di massimi tentativi falliti d'accesso"
5859
-
5860
- # @ all-in-one-wp-security-and-firewall
5861
- #: ../admin/wp-security-user-login-menu.php:243
5862
- msgid "Currently Locked Out IP Address Ranges"
5863
- msgstr " Intervalli di indirizzi IP attualmente bloccati"
5864
-
5865
- # @ all-in-one-wp-security-and-firewall
5866
- #: ../admin/wp-security-user-login-menu.php:248
5867
- #, php-format
5868
- msgid ""
5869
- "To see a list of all locked IP addresses and ranges go to the %s tab in the "
5870
- "dashboard menu."
5871
- msgstr ""
5872
- "Per visualizzare un elenco di tutti gli indirizzi IP bloccati e gli "
5873
- "intervalli vai alla scheda %s nel menu della bacheca."
5874
-
5875
- # @ all-in-one-wp-security-and-firewall
5876
- #: ../admin/wp-security-user-login-menu.php:264
5877
- msgid "Nonce check failed for delete all failed login records operation!"
5878
- msgstr "Tentativo non riuscito di eliminare tutti i record di login falliti!"
5879
-
5880
- # @ all-in-one-wp-security-and-firewall
5881
- #: ../admin/wp-security-user-login-menu.php:273
5882
- msgid "User Login Feature - Delete all failed login records operation failed!"
5883
- msgstr ""
5884
- "Funzioni Login Utente - Operazione per eliminirare i record login falliti non "
5885
- "riuscita!"
5886
-
5887
- # @ all-in-one-wp-security-and-firewall
5888
- #: ../admin/wp-security-user-login-menu.php:277
5889
- msgid "All records from the Failed Logins table were deleted successfully!"
5890
- msgstr ""
5891
- "Tutti i record della tabella accessi non riusciti sono stati cancellati con "
5892
- "successo!"
5893
-
5894
- # @ all-in-one-wp-security-and-firewall
5895
- #: ../admin/wp-security-user-login-menu.php:292
5896
- msgid "This tab displays the failed login attempts for your site."
5897
- msgstr ""
5898
- "Questa scheda visualizza i tentativi di accesso non riusciti per il tuo sito."
5899
-
5900
- # @ all-in-one-wp-security-and-firewall
5901
- #: ../admin/wp-security-user-login-menu.php:293
5902
- msgid ""
5903
- "The information below can be handy if you need to do security investigations "
5904
- "because it will show you the IP range, username and ID (if applicable) and "
5905
- "the time/date of the failed login attempt."
5906
- msgstr ""
5907
- "Le informazioni qui di seguito possono essere utili se hai bisogno di fare "
5908
- "indagini sulla sicurezza, perché mostreranno l'intervallo IP, nome utente e "
5909
- "ID (se applicabile) e la data/ora del tentativo di accesso non riuscito."
5910
-
5911
- # @ all-in-one-wp-security-and-firewall
5912
- #: ../admin/wp-security-user-login-menu.php:314
5913
- #: ../admin/wp-security-user-login-menu.php:323
5914
- msgid "Delete All Failed Login Records"
5915
- msgstr "Elimina tutti i record Login Falliti"
5916
-
5917
- # @ all-in-one-wp-security-and-firewall
5918
- #: ../admin/wp-security-user-login-menu.php:320
5919
- msgid ""
5920
- "Click this button if you wish to delete all failed login records in one go."
5921
- msgstr ""
5922
- "Clicca su questo pulsante se vuoi eliminare tutti i record di accesso non "
5923
- "riusciti in un colpo solo."
5924
-
5925
- # @ all-in-one-wp-security-and-firewall
5926
- #: ../admin/wp-security-user-login-menu.php:348
5927
- msgid ""
5928
- "You entered a non numeric value for the logout time period field. It has been "
5929
- "set to the default value."
5930
- msgstr ""
5931
- "È stato immesso un valore non numerico per il campo periodo di tempo "
5932
- "disconnessione. Reimpostato il valore di default."
5933
-
5934
- # @ all-in-one-wp-security-and-firewall
5935
- #: ../admin/wp-security-user-login-menu.php:376
5936
- msgid ""
5937
- "Setting an expiry period for your WP administration session is a simple way "
5938
- "to protect against unauthorized access to your site from your computer."
5939
- msgstr ""
5940
- "Impostare un periodo di scadenza per la sessione di amministrazione WP è un "
5941
- "modo semplice per proteggere il sito dall'accesso non autorizzato da computer."
5942
-
5943
- # @ all-in-one-wp-security-and-firewall
5944
- #: ../admin/wp-security-user-login-menu.php:377
5945
- msgid ""
5946
- "This feature allows you to specify a time period in minutes after which the "
5947
- "admin session will expire and the user will be forced to log back in."
5948
- msgstr ""
5949
- "Questa funzione consente di specificare un periodo di tempo in minuti dopo il "
5950
- "quale la sessione di amministrazione scadrà e l'utente sarà costretto ad "
5951
- "accedere di nuovo."
5952
-
5953
- # @ all-in-one-wp-security-and-firewall
5954
- #: ../admin/wp-security-user-login-menu.php:382
5955
- msgid "Force User Logout Options"
5956
- msgstr "Opzioni Forza Logout Utente"
5957
-
5958
- # @ all-in-one-wp-security-and-firewall
5959
- #: ../admin/wp-security-user-login-menu.php:394
5960
- msgid "Enable Force WP User Logout"
5961
- msgstr "Attiva Logout WP Utente Forzato"
5962
-
5963
- # @ all-in-one-wp-security-and-firewall
5964
- #: ../admin/wp-security-user-login-menu.php:397
5965
- msgid ""
5966
- "Check this if you want to force a wp user to be logged out after a configured "
5967
- "amount of time"
5968
- msgstr ""
5969
- "Seleziona questa casella se vuoi forzare un utente wp a ri-autenticarsi dopo "
5970
- "un periodo di tempo scelto"
5971
-
5972
- # @ all-in-one-wp-security-and-firewall
5973
- #: ../admin/wp-security-user-login-menu.php:401
5974
- msgid "Logout the WP User After XX Minutes"
5975
- msgstr "Disconnetti l'Utente WP Dopo XX Minuti"
5976
-
5977
- # @ all-in-one-wp-security-and-firewall
5978
- #: ../admin/wp-security-user-login-menu.php:403
5979
- msgid ""
5980
- "(Minutes) The user will be forced to log back in after this time period has "
5981
- "elapased."
5982
- msgstr ""
5983
- "(Minuti), l'utente sarà costretto a ricollegarsi dopo che è trascorso questo "
5984
- "periodo di tempo."
5985
-
5986
- # @ all-in-one-wp-security-and-firewall
5987
- #: ../admin/wp-security-user-login-menu.php:426
5988
- msgid ""
5989
- "This tab displays the login activity for WordPress admin accounts registered "
5990
- "with your site."
5991
- msgstr ""
5992
- "Questa scheda visualizza l'attività di accesso per gli account WordPress di "
5993
- "amministrazione registrati nel tuo sito."
5994
-
5995
- # @ all-in-one-wp-security-and-firewall
5996
- #: ../admin/wp-security-user-login-menu.php:427
5997
- msgid ""
5998
- "The information below can be handy if you need to do security investigations "
5999
- "because it will show you the last 50 recent login events by username, IP "
6000
- "address and time/date."
6001
- msgstr ""
6002
- "Le informazioni di seguito possono essere utili per fare indagini sulla "
6003
- "sicurezza, perché mostrano gli ultimi 50 eventi Recenti di Login per nome "
6004
- "utente, indirizzo IP e la data/ora."
6005
-
6006
- # @ all-in-one-wp-security-and-firewall
6007
- #: ../admin/wp-security-user-login-menu.php:470
6008
- msgid "Nonce check failed for users logged in list!"
6009
- msgstr "Verifica fallita di utenti in lista connessi!"
6010
-
6011
- # @ all-in-one-wp-security-and-firewall
6012
- #: ../admin/wp-security-user-login-menu.php:478
6013
- msgid "Refresh Logged In User Data"
6014
- msgstr "Riacricamento Dati Login Utente"
6015
-
6016
- # @ all-in-one-wp-security-and-firewall
6017
- #: ../admin/wp-security-user-login-menu.php:482
6018
- msgid "Refresh Data"
6019
- msgstr "Ricarica Dati"
6020
-
6021
- # @ all-in-one-wp-security-and-firewall
6022
- #: ../admin/wp-security-user-login-menu.php:488
6023
- msgid "This tab displays all users who are currently logged into your site."
6024
- msgstr ""
6025
- "Questa scheda consente di visualizzare tutti gli utenti che sono connessi nel "
6026
- "tuo sito."
6027
-
6028
- # @ all-in-one-wp-security-and-firewall
6029
- #: ../admin/wp-security-user-login-menu.php:489
6030
- msgid ""
6031
- "If you suspect there is a user or users who are logged in which should not "
6032
- "be, you can block them by inspecting the IP addresses from the data below and "
6033
- "adding them to your blacklist."
6034
- msgstr ""
6035
- "Se si sospetta ci sia uno o più utenti registrati, che non dovrebbero "
6036
- "esserci, è possibile bloccarli ispezionando gli indirizzi IP dai dati qui "
6037
- "sotto e aggiungendoli alla tua lista nera."
6038
-
6039
- #: ../admin/wp-security-user-login-menu.php:490
6040
- msgid ""
6041
- "You can also instantly log them out by clicking on the \"Force Logout\" link "
6042
- "when you hover over the row in the User Id column."
6043
- msgstr ""
6044
- "Puoi anche disconnetterli istantaneamente cliccando sul link \"Forza Logout\" "
6045
- "quando passerai sopra alla colonna User Id."
6046
-
6047
- # @ all-in-one-wp-security-and-firewall
6048
- #: ../admin/wp-security-user-login-menu.php:495
6049
- msgid "Currently Logged In Users"
6050
- msgstr "Utenti Connessi Ora"
6051
-
6052
- # @ all-in-one-wp-security-and-firewall
6053
- #: ../admin/wp-security-user-login-menu.php:560
6054
- msgid "The selected records were deleted successfully!"
6055
- msgstr "I record selezionati sono stati cancellati con successo!"
6056
-
6057
- # @ all-in-one-wp-security-and-firewall
6058
- #: ../admin/wp-security-user-login-menu.php:570
6059
- msgid "The selected record was deleted successfully!"
6060
- msgstr "Il record selezionato è stato cancellato con successo!"
6061
-
6062
- # @ all-in-one-wp-security-and-firewall
6063
- #: ../admin/wp-security-user-registration-menu.php:23
6064
- msgid "Manual Approval"
6065
- msgstr "Approvazione manuale"
6066
-
6067
- # @ all-in-one-wp-security-and-firewall
6068
- #: ../admin/wp-security-user-registration-menu.php:24
6069
- #: ../classes/grade-system/wp-security-feature-item-manager.php:57
6070
- msgid "Registration Captcha"
6071
- msgstr "Impostazioni Captcha Registrazione"
6072
-
6073
- # @ all-in-one-wp-security-and-firewall
6074
- #: ../admin/wp-security-user-registration-menu.php:112
6075
- msgid "User Registration Settings"
6076
- msgstr "Impostazioni Registrazione Utenti"
6077
-
6078
- # @ all-in-one-wp-security-and-firewall
6079
- #: ../admin/wp-security-user-registration-menu.php:116
6080
- msgid "Manually Approve New Registrations"
6081
- msgstr "Approvazione Manuale Nuove Registrazioni"
6082
-
6083
- # @ all-in-one-wp-security-and-firewall
6084
- #: ../admin/wp-security-user-registration-menu.php:120
6085
- msgid ""
6086
- "If your site allows people to create their own accounts via the WordPress "
6087
- "registration form, then you can minimize SPAM or bogus registrations by "
6088
- "manually approving each registration."
6089
- msgstr ""
6090
- "Se il sito consente agli utenti di creare i propri account tramite il modulo "
6091
- "di registrazione WordPress, allora è possibile ridurre SPAM o registrazioni "
6092
- "fasulle approvando manualmente ogni registrazione."
6093
-
6094
- # @ all-in-one-wp-security-and-firewall
6095
- #: ../admin/wp-security-user-registration-menu.php:121
6096
- msgid ""
6097
- "This feature will automatically set a newly registered account to \"pending\" "
6098
- "until the administrator activates it. Therefore undesirable registrants will "
6099
- "be unable to log in without your express approval."
6100
- msgstr ""
6101
- "Questa funzione consente di impostare automaticamente un account appena "
6102
- "registrato \"in attesa\" fino a quando l'amministratore lo attiva. "
6103
- "Pertanto, gli iscritti indesiderati non saranno in grado di accedere senza la "
6104
- "vostra approvazione esplicita."
6105
-
6106
- # @ all-in-one-wp-security-and-firewall
6107
- #: ../admin/wp-security-user-registration-menu.php:122
6108
- msgid ""
6109
- "You can view all accounts which have been newly registered via the handy "
6110
- "table below and you can also perform bulk activation/deactivation/deletion "
6111
- "tasks on each account."
6112
- msgstr ""
6113
- "È possibile visualizzare tutti gli account che sono stati recentemente "
6114
- "registrati tramite la tabella qui sotto e si possono anche effettuare "
6115
- "operazioni di attivazione/disattivazione/eliminazione di massa su ogni "
6116
- "account."
6117
-
6118
- # @ all-in-one-wp-security-and-firewall
6119
- #: ../admin/wp-security-user-registration-menu.php:138
6120
- msgid "Enable manual approval of new registrations"
6121
- msgstr "Attiva approvazione manuale di nuove registrazioni"
6122
-
6123
- # @ all-in-one-wp-security-and-firewall
6124
- #: ../admin/wp-security-user-registration-menu.php:141
6125
- msgid ""
6126
- "Check this if you want to automatically disable all newly registered accounts "
6127
- "so that you can approve them manually."
6128
- msgstr ""
6129
- "Seleziona questa casella se desideri disattivare automaticamente tutti gli "
6130
- "account di nuova registrazione in modo da approvarli manualmente."
6131
-
6132
- # @ all-in-one-wp-security-and-firewall
6133
- #: ../admin/wp-security-user-registration-menu.php:150
6134
- msgid "Approve Registered Users"
6135
- msgstr "Approva Utenti registrati "
6136
-
6137
- # @ all-in-one-wp-security-and-firewall
6138
- #: ../admin/wp-security-user-registration-menu.php:195
6139
- msgid ""
6140
- "This feature allows you to add a captcha form on the WordPress registration "
6141
- "page."
6142
- msgstr ""
6143
- "Questa funzione consente di aggiungere un modulo captcha nella pagina di "
6144
- "registrazione di WordPress."
6145
-
6146
- # @ all-in-one-wp-security-and-firewall
6147
- #: ../admin/wp-security-user-registration-menu.php:196
6148
- msgid ""
6149
- "Users who attempt to register will also need to enter the answer to a simple "
6150
- "mathematical question - if they enter the wrong answer, the plugin will not "
6151
- "allow them to register."
6152
- msgstr ""
6153
- "Gli utenti che tentano di registrarsi devono inserire la risposta ad una "
6154
- "semplice domanda matematica - se inseriscono la risposta sbagliata il plugin "
6155
- "non permetterà loro di registrarsi."
6156
-
6157
- # @ all-in-one-wp-security-and-firewall
6158
- #: ../admin/wp-security-user-registration-menu.php:197
6159
- msgid ""
6160
- "Therefore, adding a captcha form on the registration page is another "
6161
- "effective yet simple SPAM registration prevention technique."
6162
- msgstr ""
6163
- "Pertanto, l'aggiunta di un modulo captcha nella pagina di registrazione, è "
6164
- "un'altra tecnica semplice ma efficace per prevenire registrazioni SPAM."
6165
-
6166
- # @ all-in-one-wp-security-and-firewall
6167
- #: ../admin/wp-security-user-registration-menu.php:202
6168
- msgid "Registration Page Captcha Settings"
6169
- msgstr "Impostazioni Captcha Pagina Registrazione"
6170
-
6171
- # @ all-in-one-wp-security-and-firewall
6172
- #: ../admin/wp-security-user-registration-menu.php:209
6173
- msgid ""
6174
- "The core default behaviour for WordPress Multi Site regarding user "
6175
- "registration is that all users are registered via the main site."
6176
- msgstr ""
6177
- "Il comportamento predefinito di base per WordPress Multi Site, per quanto "
6178
- "riguarda la registrazione degli utenti, è che tutti gli utenti sono "
6179
- "registrati attraverso il sito principale."
6180
-
6181
- # @ all-in-one-wp-security-and-firewall
6182
- #: ../admin/wp-security-user-registration-menu.php:210
6183
- msgid ""
6184
- "Therefore, if you would like to add a captcha form to the registration page "
6185
- "for a Multi Site, please go to \"Registration Captcha\" settings on the main "
6186
- "site."
6187
- msgstr ""
6188
- "Pertanto, se si desidera aggiungere un modulo captcha alla pagina di "
6189
- "registrazione per un Multi Sito, si prega di andare in Impostazioni "
6190
- "\"Registrazione Captcha\" sul sito principale."
6191
-
6192
- # @ all-in-one-wp-security-and-firewall
6193
- #: ../admin/wp-security-user-registration-menu.php:225
6194
- msgid "Enable Captcha On Registration Page"
6195
- msgstr "Attiva Captcha nella Pagina di Registrazione"
6196
-
6197
- # @ all-in-one-wp-security-and-firewall
6198
- #: ../admin/wp-security-user-registration-menu.php:228
6199
- msgid ""
6200
- "Check this if you want to insert a captcha form on the WordPress user "
6201
- "registration page (if you allow user registration)."
6202
- msgstr ""
6203
- "Seleziona questo se desideri inserire un modulo captcha nella pagina di "
6204
- "registrazione utente WordPress (se si consente la registrazione dell'utente)."
6205
-
6206
- # @ all-in-one-wp-security-and-firewall
6207
- #: ../admin/wp-security-whois-menu.php:22
6208
- msgid "WhoIS Lookup"
6209
- msgstr "Ricerca WHOIS"
6210
-
6211
- # @ all-in-one-wp-security-and-firewall
6212
- #: ../admin/wp-security-whois-menu.php:74
6213
- msgid "WHOIS Lookup Information"
6214
- msgstr "Cerca Informazioni WHOIS"
6215
-
6216
- # @ all-in-one-wp-security-and-firewall
6217
- #: ../admin/wp-security-whois-menu.php:77
6218
- msgid ""
6219
- "This feature allows you to look up more detailed information about an IP "
6220
- "address or domain name by querying the WHOIS API."
6221
- msgstr ""
6222
- "Questa funzione consente di cercare informazioni più dettagliate su un "
6223
- "indirizzo IP o nome di dominio tramite l'API WHOIS."
6224
-
6225
- # @ all-in-one-wp-security-and-firewall
6226
- #: ../admin/wp-security-whois-menu.php:83
6227
- msgid "Perform a WHOIS Lookup for an IP or Domain Name"
6228
- msgstr "Eseguire una ricerca con whois per un IP o nome di dominio"
6229
-
6230
- # @ all-in-one-wp-security-and-firewall
6231
- #: ../admin/wp-security-whois-menu.php:89
6232
- msgid "Enter IP Address or Domain Name"
6233
- msgstr "Inserisci l'indirizzo IP o il Nome Dominio"
6234
-
6235
- # @ all-in-one-wp-security-and-firewall
6236
- #: ../admin/wp-security-whois-menu.php:91
6237
- msgid ""
6238
- "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-name."
6239
- "com"
6240
- msgstr ""
6241
- "Inserire un indirizzo IP o il nome del dominio. Esempio: 111.11.12.13 O nome-"
6242
- "dominio-chevuoi.com"
6243
-
6244
- # @ all-in-one-wp-security-and-firewall
6245
- #: ../admin/wp-security-whois-menu.php:95
6246
- msgid "Perform IP or Domain Lookup"
6247
- msgstr "Eseguire ricerca IP o di dominio"
6248
-
6249
- # @ all-in-one-wp-security-and-firewall
6250
- #: ../admin/wp-security-whois-menu.php:115
6251
- msgid "WHOIS lookup successfully completed. Please see the results below:"
6252
- msgstr ""
6253
- "WHOIS completato con successo. Si prega di vedere i risultati di seguito:"
6254
-
6255
- # @ all-in-one-wp-security-and-firewall
6256
- #: ../admin/wp-security-whois-menu.php:127
6257
- msgid ""
6258
- "You have entered an incorrectly formatted IP address or domain name. Please "
6259
- "try again."
6260
- msgstr ""
6261
- "È stato immesso un indirizzo IP, o il nome dominio, non correttamente "
6262
- "formattato. Riprova."
6263
-
6264
- # @ all-in-one-wp-security-and-firewall
6265
- #: ../classes/grade-system/wp-security-feature-item-manager.php:29
6266
- msgid "Remove WP Generatore Meta Tag"
6267
- msgstr "Rimuovi Generatore WP Meta Tag"
6268
-
6269
- # @ all-in-one-wp-security-and-firewall
6270
- #: ../classes/grade-system/wp-security-feature-item-manager.php:38
6271
- msgid "Change Display Name"
6272
- msgstr "Cambia Nome Visualizzato"
6273
-
6274
- #: ../classes/grade-system/wp-security-feature-item-manager.php:45
6275
- msgid "Custom Login Captcha"
6276
- msgstr ""
6277
-
6278
- # @ all-in-one-wp-security-and-firewall
6279
- #: ../classes/grade-system/wp-security-feature-item-manager.php:47
6280
- msgid "Lost Password Captcha"
6281
- msgstr "Password persa Captcha"
6282
-
6283
- # @ all-in-one-wp-security-and-firewall
6284
- #: ../classes/grade-system/wp-security-feature-item-manager.php:49
6285
- msgid "Login IP Whitelisting"
6286
- msgstr "Lista Bianca IP Login"
6287
-
6288
- # @ all-in-one-wp-security-and-firewall
6289
- #: ../classes/grade-system/wp-security-feature-item-manager.php:55
6290
- msgid "Registration Approval"
6291
- msgstr "Approvazione registrazione"
6292
-
6293
- # @ all-in-one-wp-security-and-firewall
6294
- #: ../classes/grade-system/wp-security-feature-item-manager.php:71
6295
- msgid "WordPress Files Access"
6296
- msgstr "Accesso File WordPress"
6297
-
6298
- # @ all-in-one-wp-security-and-firewall
6299
- #: ../classes/grade-system/wp-security-feature-item-manager.php:75
6300
- msgid "IP and User Agent Blacklisting"
6301
- msgstr "IP o User Agent Blacklist"
6302
-
6303
- # @ all-in-one-wp-security-and-firewall
6304
- #: ../classes/grade-system/wp-security-feature-item-manager.php:79
6305
- msgid "Enable Basic Firewall"
6306
- msgstr "Attiva Firewall Base"
6307
-
6308
- # @ all-in-one-wp-security-and-firewall
6309
- #: ../classes/grade-system/wp-security-feature-item-manager.php:80
6310
- msgid "Enable Pingback Vulnerability Protection"
6311
- msgstr "Attiva Protezione Vulnerabilità Pingback"
6312
-
6313
- # @ all-in-one-wp-security-and-firewall
6314
- #: ../classes/grade-system/wp-security-feature-item-manager.php:82
6315
- msgid "Enable IP blocking for 404 detection"
6316
- msgstr "Attivare il blocco IP per rilevamento 404"
6317
-
6318
- # @ all-in-one-wp-security-and-firewall
6319
- #: ../classes/grade-system/wp-security-feature-item-manager.php:86
6320
- msgid "Enable Rename Login Page"
6321
- msgstr "Attiva rinomina pagina login"
6322
-
6323
- # @ all-in-one-wp-security-and-firewall
6324
- #: ../classes/grade-system/wp-security-feature-item-manager.php:88
6325
- msgid "Enable Login Honeypot"
6326
- msgstr "Attiva Honeypot Login"
6327
-
6328
- # @ all-in-one-wp-security-and-firewall
6329
- #: ../classes/grade-system/wp-security-feature-item-manager.php:94
6330
- msgid "Forbid Proxy Comments"
6331
- msgstr "Vieta commenti via Proxy"
6332
-
6333
- # @ all-in-one-wp-security-and-firewall
6334
- #: ../classes/grade-system/wp-security-feature-item-manager.php:95
6335
- msgid "Deny Bad Queries"
6336
- msgstr "Nega Stringhe Dannose"
6337
-
6338
- # @ all-in-one-wp-security-and-firewall
6339
- #: ../classes/grade-system/wp-security-feature-item-manager.php:97
6340
- msgid "5G Blacklist"
6341
- msgstr "Blacklist 5G"
6342
-
6343
- # @ all-in-one-wp-security-and-firewall
6344
- #: ../classes/grade-system/wp-security-feature-item-manager.php:100
6345
- msgid "Block Spambots"
6346
- msgstr "Blocca Spambots"
6347
-
6348
- # @ all-in-one-wp-security-and-firewall
6349
- #: ../classes/grade-system/wp-security-feature-item-manager.php:102
6350
- msgid "Comment Captcha"
6351
- msgstr "Captcha Commenti"
6352
-
6353
- # @ all-in-one-wp-security-and-firewall
6354
- #: ../classes/grade-system/wp-security-feature-item-manager.php:104
6355
- msgid "BuddyPress Registration Captcha"
6356
- msgstr "BuddyPress Registrazione Captcha"
6357
-
6358
- # @ all-in-one-wp-security-and-firewall
6359
- #: ../classes/grade-system/wp-security-feature-item.php:28
6360
- msgid "Basic"
6361
- msgstr "Base"
6362
-
6363
- # @ all-in-one-wp-security-and-firewall
6364
- #: ../classes/grade-system/wp-security-feature-item.php:31
6365
- msgid "Intermediate"
6366
- msgstr "Intermedio"
6367
-
6368
- # @ all-in-one-wp-security-and-firewall
6369
- #: ../classes/grade-system/wp-security-feature-item.php:34
6370
- msgid "Advanced"
6371
- msgstr "Avanzate"
6372
-
6373
- # @ all-in-one-wp-security-and-firewall
6374
- #: ../classes/wp-security-backup.php:189
6375
- msgid "All In One WP Security - Site Database Backup"
6376
- msgstr "All In One WP Security - Backup Database Sito"
6377
-
6378
- # @ all-in-one-wp-security-and-firewall
6379
- #: ../classes/wp-security-backup.php:191
6380
- msgid "Attached is your latest DB backup file for site URL"
6381
- msgstr "In allegato è il file di backup DB più recente per l'URL del sito"
6382
-
6383
- # @ all-in-one-wp-security-and-firewall
6384
- #: ../classes/wp-security-backup.php:191
6385
- msgid " generated on"
6386
- msgstr "generati su"
6387
-
6388
- # @ all-in-one-wp-security-and-firewall
6389
- #: ../classes/wp-security-captcha.php:17
6390
- #: ../classes/wp-security-general-init-tasks.php:255
6391
- msgid "Please enter an answer in digits:"
6392
- msgstr "Inserisci una risposta in cifre:"
6393
-
6394
- # @ all-in-one-wp-security-and-firewall
6395
- #: ../classes/wp-security-captcha.php:96
6396
- msgid "one"
6397
- msgstr "uno"
6398
-
6399
- # @ all-in-one-wp-security-and-firewall
6400
- #: ../classes/wp-security-captcha.php:97
6401
- msgid "two"
6402
- msgstr "due"
6403
-
6404
- # @ all-in-one-wp-security-and-firewall
6405
- #: ../classes/wp-security-captcha.php:98
6406
- msgid "three"
6407
- msgstr "tre"
6408
-
6409
- # @ all-in-one-wp-security-and-firewall
6410
- #: ../classes/wp-security-captcha.php:99
6411
- msgid "four"
6412
- msgstr "quattro"
6413
-
6414
- # @ all-in-one-wp-security-and-firewall
6415
- #: ../classes/wp-security-captcha.php:100
6416
- msgid "five"
6417
- msgstr "cinque"
6418
-
6419
- # @ all-in-one-wp-security-and-firewall
6420
- #: ../classes/wp-security-captcha.php:101
6421
- msgid "six"
6422
- msgstr "sei"
6423
-
6424
- # @ all-in-one-wp-security-and-firewall
6425
- #: ../classes/wp-security-captcha.php:102
6426
- msgid "seven"
6427
- msgstr "sette"
6428
-
6429
- # @ all-in-one-wp-security-and-firewall
6430
- #: ../classes/wp-security-captcha.php:103
6431
- msgid "eight"
6432
- msgstr "otto"
6433
-
6434
- # @ all-in-one-wp-security-and-firewall
6435
- #: ../classes/wp-security-captcha.php:104
6436
- msgid "nine"
6437
- msgstr "nove"
6438
-
6439
- # @ all-in-one-wp-security-and-firewall
6440
- #: ../classes/wp-security-captcha.php:105
6441
- msgid "ten"
6442
- msgstr "dieci"
6443
-
6444
- # @ all-in-one-wp-security-and-firewall
6445
- #: ../classes/wp-security-captcha.php:106
6446
- msgid "eleven"
6447
- msgstr "undici"
6448
-
6449
- # @ all-in-one-wp-security-and-firewall
6450
- #: ../classes/wp-security-captcha.php:107
6451
- msgid "twelve"
6452
- msgstr "dodici"
6453
-
6454
- # @ all-in-one-wp-security-and-firewall
6455
- #: ../classes/wp-security-captcha.php:108
6456
- msgid "thirteen"
6457
- msgstr "tredici"
6458
-
6459
- # @ all-in-one-wp-security-and-firewall
6460
- #: ../classes/wp-security-captcha.php:109
6461
- msgid "fourteen"
6462
- msgstr "quattordici"
6463
-
6464
- # @ all-in-one-wp-security-and-firewall
6465
- #: ../classes/wp-security-captcha.php:110
6466
- msgid "fifteen"
6467
- msgstr "quindici"
6468
-
6469
- # @ all-in-one-wp-security-and-firewall
6470
- #: ../classes/wp-security-captcha.php:111
6471
- msgid "sixteen"
6472
- msgstr "sedici"
6473
-
6474
- # @ all-in-one-wp-security-and-firewall
6475
- #: ../classes/wp-security-captcha.php:112
6476
- msgid "seventeen"
6477
- msgstr "diciassette"
6478
-
6479
- # @ all-in-one-wp-security-and-firewall
6480
- #: ../classes/wp-security-captcha.php:113
6481
- msgid "eighteen"
6482
- msgstr "diciotto"
6483
-
6484
- # @ all-in-one-wp-security-and-firewall
6485
- #: ../classes/wp-security-captcha.php:114
6486
- msgid "nineteen"
6487
- msgstr "diciannove"
6488
-
6489
- # @ all-in-one-wp-security-and-firewall
6490
- #: ../classes/wp-security-captcha.php:115
6491
- msgid "twenty"
6492
- msgstr "venti"
6493
-
6494
- # @ all-in-one-wp-security-and-firewall
6495
- #: ../classes/wp-security-file-scan.php:65
6496
- msgid "All In One WP Security - File change detected!"
6497
- msgstr "All In One WP Security - Rilevata Modifica File!"
6498
-
6499
- # @ all-in-one-wp-security-and-firewall
6500
- #: ../classes/wp-security-file-scan.php:67
6501
- msgid "A file change was detected on your system for site URL"
6502
- msgstr "Un cambiamento file è stato rilevato sul sistema del sito con URL"
6503
-
6504
- # @ all-in-one-wp-security-and-firewall
6505
- #: ../classes/wp-security-file-scan.php:67
6506
- msgid ". Scan was generated on"
6507
- msgstr ". La scansione è stata generata"
6508
-
6509
- #: ../classes/wp-security-file-scan.php:68
6510
- msgid "A summary of the scan results is shown below:"
6511
- msgstr "Riepilogo del risultato della scansione:"
6512
-
6513
- # @ all-in-one-wp-security-and-firewall
6514
- #: ../classes/wp-security-file-scan.php:77
6515
- msgid "Login to your site to view the scan details."
6516
- msgstr "Accedi al sito per visualizzare i dettagli di scansione."
6517
-
6518
- # @ all-in-one-wp-security-and-firewall
6519
- #: ../classes/wp-security-file-scan.php:282
6520
- msgid ""
6521
- "Starting DB scan.....please wait while the plugin scans your database......."
6522
- msgstr ""
6523
- "Avvio scansione DB ..... sei pregato di pazientare mentre il plugin esegue la "
6524
- "scansione del database ......."
6525
-
6526
- # @ all-in-one-wp-security-and-firewall
6527
- #: ../classes/wp-security-file-scan.php:286
6528
- msgid "Scanning options table........."
6529
- msgstr "Scansione tabella options........."
6530
-
6531
- # @ all-in-one-wp-security-and-firewall
6532
- #: ../classes/wp-security-file-scan.php:355
6533
- #, php-format
6534
- msgid "%s and option_id: %s"
6535
- msgstr "%s e option_id: %s"
6536
-
6537
- # @ all-in-one-wp-security-and-firewall
6538
- #: ../classes/wp-security-file-scan.php:358
6539
- #, php-format
6540
- msgid ""
6541
- "Deletion of known pharma hack entry for option_name %s failed. Please delete "
6542
- "this entry manually!"
6543
- msgstr ""
6544
- "Soppressione di una nota voce pharma hack per option_name %s fallito. Si "
6545
- "prega di eliminare questa voce manualmente! "
6546
-
6547
- # @ all-in-one-wp-security-and-firewall
6548
- #: ../classes/wp-security-file-scan.php:360
6549
- #, php-format
6550
- msgid ""
6551
- "The options table entry with known pharma hack for option_id %s with "
6552
- "option_name %s was successfully deleted"
6553
- msgstr ""
6554
- "La voce della tabella options con il noto pharma hack per option_id %s with "
6555
- "option_name %s è stata eliminata con successo"
6556
-
6557
- # @ all-in-one-wp-security-and-firewall
6558
- #: ../classes/wp-security-file-scan.php:374
6559
- #, php-format
6560
- msgid "Possible suspicious entry found (for option_id: %s) - %s "
6561
- msgstr "Possibile voce sospetta trovata (per option_id: %s) - %s "
6562
-
6563
- # @ all-in-one-wp-security-and-firewall
6564
- #: ../classes/wp-security-file-scan.php:383
6565
- msgid "No suspicious entries found in options table"
6566
- msgstr "Nessuna voce sospetta trovata nella tabella options"
6567
-
6568
- # @ all-in-one-wp-security-and-firewall
6569
- #: ../classes/wp-security-file-scan.php:387
6570
- msgid "Scanning posts table........."
6571
- msgstr "Scansione tabella posts........."
6572
-
6573
- # @ all-in-one-wp-security-and-firewall
6574
- #: ../classes/wp-security-file-scan.php:427
6575
- #, php-format
6576
- msgid ""
6577
- "Possible suspicious entry found (for Post ID: %s) in the following column - "
6578
- "%s "
6579
- msgstr ""
6580
- "Possibile voce sospetta trovato (per Post ID: %s) nella colonna seguente - %s "
6581
-
6582
- # @ all-in-one-wp-security-and-firewall
6583
- #: ../classes/wp-security-file-scan.php:436
6584
- msgid "No suspicious entries found in posts table"
6585
- msgstr "Nessuna voce sospetta trovata nella tabella post"
6586
-
6587
- # @ all-in-one-wp-security-and-firewall
6588
- #: ../classes/wp-security-file-scan.php:440
6589
- msgid "Scanning links table........."
6590
- msgstr "Scansione tabella link........."
6591
-
6592
- # @ all-in-one-wp-security-and-firewall
6593
- #: ../classes/wp-security-file-scan.php:479
6594
- #: ../classes/wp-security-file-scan.php:530
6595
- #: ../classes/wp-security-file-scan.php:558
6596
- #: ../classes/wp-security-file-scan.php:586
6597
- #: ../classes/wp-security-file-scan.php:635
6598
- #, php-format
6599
- msgid "Possible suspicious entry - %s "
6600
- msgstr "Possibile voce sospetta - %s "
6601
-
6602
- # @ all-in-one-wp-security-and-firewall
6603
- #: ../classes/wp-security-file-scan.php:488
6604
- msgid "No suspicious entries found in links table"
6605
- msgstr "Nessuna voce sospetta trovata nella tabella link"
6606
-
6607
- # @ all-in-one-wp-security-and-firewall
6608
- #: ../classes/wp-security-file-scan.php:492
6609
- msgid "Scanning comments table........."
6610
- msgstr "Scansione tabella comments........."
6611
-
6612
- # @ all-in-one-wp-security-and-firewall
6613
- #: ../classes/wp-security-file-scan.php:539
6614
- msgid "No suspicious entries found in comments table"
6615
- msgstr "Nessuna voce sospetta trovata nella tabella comments"
6616
-
6617
- # @ all-in-one-wp-security-and-firewall
6618
- #: ../classes/wp-security-file-scan.php:543
6619
- msgid "Scanning postmeta table........."
6620
- msgstr "Scansione tabella postmeta........."
6621
-
6622
- # @ all-in-one-wp-security-and-firewall
6623
- #: ../classes/wp-security-file-scan.php:567
6624
- msgid "No suspicious entries found in postmeta table"
6625
- msgstr "Nessuna voce sospetta trovata nella tabella postmeta"
6626
-
6627
- # @ all-in-one-wp-security-and-firewall
6628
- #: ../classes/wp-security-file-scan.php:571
6629
- msgid "Scanning usermeta table........."
6630
- msgstr "Scansione tabella usermeta........."
6631
-
6632
- # @ all-in-one-wp-security-and-firewall
6633
- #: ../classes/wp-security-file-scan.php:595
6634
- msgid "No suspicious entries found in usermeta table"
6635
- msgstr "Nessuna voce sospetta trovata nella tabella usermeta"
6636
-
6637
- # @ all-in-one-wp-security-and-firewall
6638
- #: ../classes/wp-security-file-scan.php:599
6639
- msgid "Scanning users table........."
6640
- msgstr "Scansione tabella users........."
6641
-
6642
- # @ all-in-one-wp-security-and-firewall
6643
- #: ../classes/wp-security-file-scan.php:644
6644
- msgid "No suspicious entries found in users table"
6645
- msgstr "Nessuna voce sospetta trovata nella tabella users"
6646
-
6647
- # @ all-in-one-wp-security-and-firewall
6648
- #: ../classes/wp-security-file-scan.php:651
6649
- msgid ""
6650
- "The plugin has detected that there are some potentially suspicious entries in "
6651
- "your database."
6652
- msgstr ""
6653
- "Il plugin ha rilevato che ci sono alcune voci potenzialmente sospette nel "
6654
- "database."
6655
-
6656
- # @ all-in-one-wp-security-and-firewall
6657
- #: ../classes/wp-security-file-scan.php:652
6658
- msgid ""
6659
- "Please verify the results listed below to confirm whether the entries "
6660
- "detected are genuinely suspicious or if they are false positives."
6661
- msgstr ""
6662
- "Si prega di verificare i risultati elencati di seguito per confermare se le "
6663
- "voci rilevate sono effettivamente sospette o sono falsi positivi."
6664
-
6665
- # @ default
6666
- #: ../classes/wp-security-file-scan.php:657
6667
- #: ../classes/wp-security-file-scan.php:672
6668
- msgid "Disclaimer:"
6669
- msgstr ""
6670
-
6671
- # @ all-in-one-wp-security-and-firewall
6672
- #: ../classes/wp-security-file-scan.php:658
6673
- msgid ""
6674
- "Even though this database scan has revealed some suspicious entries, this "
6675
- "does not necessarily mean that other parts of your DB or site are also not "
6676
- "compromised."
6677
- msgstr ""
6678
- "Anche se questa scansione del database ha rivelato alcune voci sospette, "
6679
- "questo non significa necessariamente che le altre parti del vostro DB, o "
6680
- "sito, non siano compromessi."
6681
-
6682
- # @ all-in-one-wp-security-and-firewall
6683
- #: ../classes/wp-security-file-scan.php:659
6684
- #: ../classes/wp-security-file-scan.php:674
6685
- msgid ""
6686
- "Please note that database scan performed by this feature is basic and looks "
6687
- "for common malicious entries. Since hackers are continually evolving their "
6688
- "methods this scan is not meant to be a guaranteed catch-all for malware."
6689
- msgstr ""
6690
- "Si prega di notare che la scansione dei database eseguita con questa funzione "
6691
- "è basilare e cerca le voci malevoli comuni. Dal momento che gli hacker e i "
6692
- "loro metodi sono in continua evoluzione questa scansione non è una totale "
6693
- "garanzia per il malware."
6694
-
6695
- # @ all-in-one-wp-security-and-firewall
6696
- #: ../classes/wp-security-file-scan.php:660
6697
- #: ../classes/wp-security-file-scan.php:675
6698
- #, php-format
6699
- msgid ""
6700
- "It is your responsibility to do the due diligence and perform a robust %s on "
6701
- "your site if you wish to be more certain that your site is clean."
6702
- msgstr ""
6703
- "È tua responsabilità fare controlli migliori ed eseguire un robusto %s sul "
6704
- "tuo sito se vuoi essere più sicuro che sia pulito."
6705
-
6706
- # @ default
6707
- #: ../classes/wp-security-file-scan.php:667
6708
- msgid "DB Scan was completed successfully. No suspicious entries found."
6709
- msgstr "Scansione DB completata con successo. Nessuna voce sospetta trovata."
6710
-
6711
- # @ all-in-one-wp-security-and-firewall
6712
- #: ../classes/wp-security-file-scan.php:673
6713
- msgid ""
6714
- "Even though the database scan has not revealed any suspicious entries, this "
6715
- "does not necessarily mean that your site is actually completely clean or not "
6716
- "compromised."
6717
- msgstr ""
6718
- "Anche se la scansione database non ha rivelato voci sospette, questo non "
6719
- "garantisce che il sito sia completamente pulito o non compromesso."
6720
-
6721
- #: ../classes/wp-security-file-scan.php:715
6722
- msgid "The following files were added to your host"
6723
- msgstr "I seguenti file sono stati aggiunti al tuo host"
6724
-
6725
- #: ../classes/wp-security-file-scan.php:717
6726
- #: ../classes/wp-security-file-scan.php:726
6727
- #: ../classes/wp-security-file-scan.php:736
6728
- msgid "modified on: "
6729
- msgstr "modificato il: "
6730
-
6731
- #: ../classes/wp-security-file-scan.php:724
6732
- msgid "The following files were removed from your host"
6733
- msgstr "I seguenti file sono stati rimosso dal tuo host"
6734
-
6735
- #: ../classes/wp-security-file-scan.php:734
6736
- msgid "The following files were changed on your host"
6737
- msgstr "I seguenti file sono cambiati nel tuo host"
6738
-
6739
- # @ all-in-one-wp-security-and-firewall
6740
- #: ../classes/wp-security-general-init-tasks.php:282
6741
- #: ../classes/wp-security-general-init-tasks.php:359
6742
- #: ../classes/wp-security-user-login.php:69
6743
- #: ../classes/wp-security-user-login.php:72
6744
- #: ../classes/wp-security-user-registration.php:68
6745
- msgid "<strong>ERROR</strong>: Your answer was incorrect - please try again."
6746
- msgstr ""
6747
- "<strong>ERRORE</strong>: La risposta è sbagliata - si prega di riprovare."
6748
-
6749
- # @ all-in-one-wp-security-and-firewall
6750
- #: ../classes/wp-security-general-init-tasks.php:294
6751
- msgid "Enter something special:"
6752
- msgstr "Inserisci qualcosa di speciale:"
6753
-
6754
- # @ all-in-one-wp-security-and-firewall
6755
- #: ../classes/wp-security-general-init-tasks.php:321
6756
- msgid "Please enter an answer in the CAPTCHA field."
6757
- msgstr "Inserisci una risposta nel campo CAPTCHA."
6758
-
6759
- # @ all-in-one-wp-security-and-firewall
6760
- #: ../classes/wp-security-general-init-tasks.php:331
6761
- msgid ""
6762
- "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
6763
- msgstr "Errore: Hai inserito una risposta CAPTCHA sbagliata. Prova di nuovo."
6764
-
6765
- # @ all-in-one-wp-security-and-firewall
6766
- #: ../classes/wp-security-general-init-tasks.php:383
6767
- msgid "Your CAPTCHA answer was incorrect - please try again."
6768
- msgstr "La tua risposta CAPTCHA è sbagliata - si prega di riprovare."
6769
-
6770
- # @ all-in-one-wp-security-and-firewall
6771
- #: ../classes/wp-security-user-login.php:43
6772
- msgid ""
6773
- "<strong>ERROR</strong>: Login failed because your IP address has been "
6774
- "blocked. Please contact the administrator."
6775
- msgstr ""
6776
- "<strong>ERRORE</strong>: Accesso non riuscito perché il tuo indirizzo IP è "
6777
- "stato bloccato a causa di un numero eccessivo di tentativi di login falliti.\n"
6778
- " Si prega di contattare l'amministratore."
6779
-
6780
- # @ all-in-one-wp-security-and-firewall
6781
- #: ../classes/wp-security-user-login.php:82
6782
- msgid "<strong>ERROR</strong>: The username field is empty."
6783
- msgstr "<strong>ERRORE</strong>: Il campo Nome Utente è vuoto."
6784
-
6785
- # @ all-in-one-wp-security-and-firewall
6786
- #: ../classes/wp-security-user-login.php:86
6787
- msgid "<strong>ERROR</strong>: The password field is empty."
6788
- msgstr "<strong>ERRORE</strong>: Il campo password è vuoto."
6789
-
6790
- # @ all-in-one-wp-security-and-firewall
6791
- #: ../classes/wp-security-user-login.php:106
6792
- #: ../classes/wp-security-user-login.php:132
6793
- msgid "<strong>ERROR</strong>: Invalid login credentials."
6794
- msgstr "<strong>ERRORE</strong>: credenziali login non valide."
6795
-
6796
- # @ all-in-one-wp-security-and-firewall
6797
- #: ../classes/wp-security-user-login.php:109
6798
- msgid "<strong>ERROR</strong>: Invalid username."
6799
- msgstr "<strong>ERRORE</strong>: Nome Utente non valido."
6800
-
6801
- # @ all-in-one-wp-security-and-firewall
6802
- #: ../classes/wp-security-user-login.php:135
6803
- #, php-format
6804
- msgid ""
6805
- "<strong>ERROR</strong>: Incorrect password. <a href=\"%s\" title=\"Password "
6806
- "Lost and Found\">Lost your password</a>?"
6807
- msgstr ""
6808
- "<strong>ERRORE</strong>: Password non corretta. <a href=\"%s\" title="
6809
- "\"Password smarrita\">Hai perso la tua password</a>?"
6810
-
6811
- # @ all-in-one-wp-security-and-firewall
6812
- #: ../classes/wp-security-user-login.php:146
6813
- msgid ""
6814
- "<strong>ACCOUNT PENDING</strong>: Your account is currently not active. An "
6815
- "administrator needs to activate your account before you can login."
6816
- msgstr ""
6817
- "<strong>ACCOUNT IN SOSPESO </strong>: Il tuo account non è attivo. Un "
6818
- "amministratore deve attivare il tuo account prima di poter accedere."
6819
-
6820
- # @ all-in-one-wp-security-and-firewall
6821
- #: ../classes/wp-security-user-login.php:269
6822
- msgid "Site Lockout Notification"
6823
- msgstr "Avviso Blocco Sito"
6824
-
6825
- # @ all-in-one-wp-security-and-firewall
6826
- #: ../classes/wp-security-user-login.php:270
6827
- msgid ""
6828
- "A lockdown event has occurred due to too many failed login attempts or "
6829
- "invalid username:"
6830
- msgstr ""
6831
- "Un'azione di blocco si è verificata a causa di un numero eccessivo di "
6832
- "tentativi di accesso non riusciti, con i seguenti dati utente"
6833
-
6834
- #: ../classes/wp-security-user-login.php:271
6835
- msgid "Username: "
6836
- msgstr ""
6837
-
6838
- # @ all-in-one-wp-security-and-firewall
6839
- #: ../classes/wp-security-user-login.php:272
6840
- msgid "IP Address: "
6841
- msgstr "Indirizzo IP:"
6842
-
6843
- #: ../classes/wp-security-user-login.php:273
6844
- msgid "IP Range: "
6845
- msgstr "Gamma indirizzi IP: "
6846
-
6847
- # @ all-in-one-wp-security-and-firewall
6848
- #: ../classes/wp-security-user-login.php:274
6849
- msgid ""
6850
- "Log into your site's WordPress administration panel to see the duration of "
6851
- "the lockout or to unlock the user."
6852
- msgstr ""
6853
- "Accedi al pannello di amministrazione di WordPress del tuo sito per vedere la "
6854
- "durata del blocco o per sbloccare l'utente."
6855
-
6856
- # @ all-in-one-wp-security-and-firewall
6857
- #: ../classes/wp-security-user-login.php:348
6858
- msgid "Unlock Request Notification"
6859
- msgstr "Notifica richiesta sblocco"
6860
-
6861
- #: ../classes/wp-security-user-login.php:349
6862
- msgid "You have requested for the account with email address "
6863
- msgstr ""
6864
-
6865
- # @ all-in-one-wp-security-and-firewall
6866
- #: ../classes/wp-security-user-login.php:350
6867
- msgid "Unlock link: "
6868
- msgstr "Link Sblocco:"
6869
-
6870
- # @ all-in-one-wp-security-and-firewall
6871
- #: ../classes/wp-security-user-login.php:351
6872
- msgid ""
6873
- "After clicking the above link you will be able to login to the WordPress "
6874
- "administration panel."
6875
- msgstr ""
6876
- "Dopo aver cliccato sul link qui sopra sarai in grado di accedere al pannello "
6877
- "di amministrazione di WordPress."
6878
-
6879
- # @ all-in-one-wp-security-and-firewall
6880
- #: ../classes/wp-security-user-login.php:518
6881
- #, php-format
6882
- msgid ""
6883
- "Your session has expired because it has been over %d minutes since your last "
6884
- "login."
6885
- msgstr ""
6886
- "La sessione è scaduta perché è passato più di %d minuti dal tuo ultimo "
6887
- "accesso."
6888
-
6889
- # @ all-in-one-wp-security-and-firewall
6890
- #: ../classes/wp-security-user-login.php:519
6891
- #: ../classes/wp-security-user-login.php:523
6892
- msgid "Please log back in to continue."
6893
- msgstr "Accedi nuovamente per continuare."
6894
-
6895
- # @ all-in-one-wp-security-and-firewall
6896
- #: ../classes/wp-security-user-login.php:522
6897
- msgid "You were logged out because you just changed the \"admin\" username."
6898
- msgstr ""
6899
- "Sei stato disconnesso perché hai appena cambiato il nome utente \"admin\"."
6900
-
6901
- # @ all-in-one-wp-security-and-firewall
6902
- #: ../classes/wp-security-user-login.php:548
6903
- msgid "Request Unlock"
6904
- msgstr "Richiesta Sblocco"
6905
-
6906
- #: ../classes/wp-security-user-registration.php:55
6907
- msgid ""
6908
- "<strong>ERROR</strong>: You are not allowed to register because your IP "
6909
- "address is currently locked!"
6910
- msgstr ""
6911
-
6912
- # @ all-in-one-wp-security-and-firewall
6913
- #: ../classes/wp-security-utility-ip-address.php:76
6914
- #: ../classes/wp-security-utility-ip-address.php:95
6915
- #: ../classes/wp-security-utility-ip-address.php:110
6916
- #: ../classes/wp-security-utility-ip-address.php:125
6917
- msgid " is not a valid ip address format."
6918
- msgstr "formato indirizzo ip non valido."
6919
-
6920
- # @ all-in-one-wp-security-and-firewall
6921
- #: ../classes/wp-security-utility-ip-address.php:133
6922
- msgid "You cannot ban your own IP address: "
6923
- msgstr "Non spuoi vietare il tuo indirizzo IP:"
6924
-
6925
- # @ all-in-one-wp-security-and-firewall
6926
- #: ../classes/wp-security-utility.php:170
6927
- msgid ""
6928
- "This feature can only be configured by the \"superadmin\" on the main site."
6929
- msgstr ""
6930
- "Questa funzione può essere configurata solo dal \"superadmin\" sul sito "
6931
- "principale."
6932
-
6933
- # @ default
6934
- #: ../other-includes/wp-security-rename-login-feature.php:99
6935
- msgid "https://wordpress.org/"
6936
- msgstr ""
6937
-
6938
- # @ default
6939
- #: ../other-includes/wp-security-rename-login-feature.php:100
6940
- #: ../other-includes/wp-security-unlock-request.php:14
6941
- msgid "Powered by WordPress"
6942
- msgstr ""
6943
-
6944
- # @ default
6945
- #: ../other-includes/wp-security-rename-login-feature.php:217
6946
- #, php-format
6947
- msgid "&larr; Back to %s"
6948
- msgstr "&larr; Torna a %s"
6949
-
6950
- # @ default
6951
- #: ../other-includes/wp-security-rename-login-feature.php:282
6952
- msgid "<strong>ERROR</strong>: Enter a username or e-mail address."
6953
- msgstr ""
6954
- "<strong>ERRORE</strong>: inserisci il tuo nome utente o l'indirizzo e-mail"
6955
-
6956
- # @ default
6957
- #: ../other-includes/wp-security-rename-login-feature.php:286
6958
- msgid ""
6959
- "<strong>ERROR</strong>: There is no user registered with that email address."
6960
- msgstr ""
6961
- "<strong>ERRORE</strong>: Nessun utente registrato con questo indirizzo e-mail"
6962
-
6963
- # @ default
6964
- #: ../other-includes/wp-security-rename-login-feature.php:303
6965
- msgid "<strong>ERROR</strong>: Invalid username or e-mail."
6966
- msgstr "<strong>ERRORE</strong>: nome utente o indirizzo e-mail non valido"
6967
-
6968
- # @ default
6969
- #: ../other-includes/wp-security-rename-login-feature.php:341
6970
- msgid "Password reset is not allowed for this user"
6971
- msgstr "La reimpostazione della password non è consentita per questo utente"
6972
-
6973
- # @ default
6974
- #: ../other-includes/wp-security-rename-login-feature.php:367
6975
- msgid "Someone requested that the password be reset for the following account:"
6976
- msgstr ""
6977
- "Qualcuno ha richiesto il ripristino della password per il seguente account:"
6978
-
6979
- # @ default
6980
- #: ../other-includes/wp-security-rename-login-feature.php:369
6981
- #, php-format
6982
- msgid "Username: %s"
6983
- msgstr "Nome Utente: %s"
6984
-
6985
- # @ default
6986
- #: ../other-includes/wp-security-rename-login-feature.php:370
6987
- msgid "If this was a mistake, just ignore this email and nothing will happen."
6988
- msgstr ""
6989
- "Se questo è stato un errore, è sufficiente ignorare questa email e non "
6990
- "accadrà nulla."
6991
-
6992
- # @ default
6993
- #: ../other-includes/wp-security-rename-login-feature.php:371
6994
- msgid "To reset your password, visit the following address:"
6995
- msgstr "Per reimpostare la password visita il seguente indirizzo:"
6996
-
6997
- # @ default
6998
- #: ../other-includes/wp-security-rename-login-feature.php:383
6999
- #, php-format
7000
- msgid "[%s] Password Reset"
7001
- msgstr "[%s] Ripristino Password"
7002
-
7003
- # @ default
7004
- #: ../other-includes/wp-security-rename-login-feature.php:408
7005
- msgid "The e-mail could not be sent."
7006
- msgstr "L'e-mail non è stata inviata."
7007
-
7008
- # @ default
7009
- #: ../other-includes/wp-security-rename-login-feature.php:408
7010
- msgid "Possible reason: your host may have disabled the mail() function."
7011
- msgstr ""
7012
- "Possibile ragione: il tuo host potrebbe aver disabilitato la funzione mail()."
7013
-
7014
- #: ../other-includes/wp-security-rename-login-feature.php:530
7015
- msgid ""
7016
- "Your password reset link appears to be invalid. Please request a new link "
7017
- "below."
7018
- msgstr ""
7019
-
7020
- #: ../other-includes/wp-security-rename-login-feature.php:532
7021
- msgid "Your password reset link has expired. Please request a new link below."
7022
- msgstr ""
7023
-
7024
- # @ default
7025
- #: ../other-includes/wp-security-rename-login-feature.php:553
7026
- msgid "Lost Password"
7027
- msgstr "Password Persa"
7028
-
7029
- # @ default
7030
- #: ../other-includes/wp-security-rename-login-feature.php:553
7031
- msgid ""
7032
- "Please enter your username or email address. You will receive a link to "
7033
- "create a new password via email."
7034
- msgstr ""
7035
- "Inserisci il tuo nome utente o indirizzo e-mail. Riceverai un link per creare "
7036
- "una nuova password via email."
7037
-
7038
- # @ default
7039
- #: ../other-includes/wp-security-rename-login-feature.php:561
7040
- msgid "Username or E-mail:"
7041
- msgstr "Nome utente o e-mail:"
7042
-
7043
- # @ default
7044
- #: ../other-includes/wp-security-rename-login-feature.php:576
7045
- #: ../other-includes/wp-security-rename-login-feature.php:639
7046
- #: ../other-includes/wp-security-rename-login-feature.php:685
7047
- #: ../other-includes/wp-security-rename-login-feature.php:767
7048
- msgid "Log in"
7049
- msgstr ""
7050
-
7051
- # @ default
7052
- #: ../other-includes/wp-security-rename-login-feature.php:579
7053
- #: ../other-includes/wp-security-rename-login-feature.php:688
7054
- #: ../other-includes/wp-security-rename-login-feature.php:945
7055
- msgid "Register"
7056
- msgstr "Registrate"
7057
-
7058
- # @ default
7059
- #: ../other-includes/wp-security-rename-login-feature.php:624
7060
- msgid "The passwords do not match."
7061
- msgstr "Le password non coincidono."
7062
-
7063
- # @ default
7064
- #: ../other-includes/wp-security-rename-login-feature.php:639
7065
- msgid "Password Reset"
7066
- msgstr "Reimposta Password"
7067
-
7068
- # @ default
7069
- #: ../other-includes/wp-security-rename-login-feature.php:639
7070
- msgid "Your password has been reset."
7071
- msgstr "La tua password è stata reimpostata."
7072
-
7073
- # @ default
7074
- #: ../other-includes/wp-security-rename-login-feature.php:647
7075
- msgid "Reset Password"
7076
- msgstr "Resetta Password"
7077
-
7078
- # @ default
7079
- #: ../other-includes/wp-security-rename-login-feature.php:647
7080
- msgid "Enter your new password below."
7081
- msgstr "Inserisci una nuova password di seguito"
7082
-
7083
- # @ default
7084
- #: ../other-includes/wp-security-rename-login-feature.php:654
7085
- msgid "New password"
7086
- msgstr "Nuova password"
7087
-
7088
- # @ default
7089
- #: ../other-includes/wp-security-rename-login-feature.php:659
7090
- msgid "Strength indicator"
7091
- msgstr "Indicatore Forza"
7092
-
7093
- # @ default
7094
- #: ../other-includes/wp-security-rename-login-feature.php:663
7095
- msgid "Confirm new password"
7096
- msgstr "Conferma la nuova password"
7097
-
7098
- # @ default
7099
- #: ../other-includes/wp-security-rename-login-feature.php:740
7100
- msgid "Registration Form"
7101
- msgstr "Modulo Registrazione"
7102
-
7103
- # @ default
7104
- #: ../other-includes/wp-security-rename-login-feature.php:740
7105
- msgid "Register For This Site"
7106
- msgstr "Registrazione per questo sito"
7107
-
7108
- # @ default
7109
- #: ../other-includes/wp-security-rename-login-feature.php:745
7110
- #: ../other-includes/wp-security-rename-login-feature.php:911
7111
- msgid "Username"
7112
- msgstr "Non è utente"
7113
-
7114
- # @ default
7115
- #: ../other-includes/wp-security-rename-login-feature.php:749
7116
- msgid "E-mail"
7117
- msgstr "E-mail"
7118
-
7119
- #: ../other-includes/wp-security-rename-login-feature.php:760
7120
- msgid "Registration confirmation will be e-mailed to you."
7121
- msgstr ""
7122
-
7123
- # @ default
7124
- #: ../other-includes/wp-security-rename-login-feature.php:768
7125
- #: ../other-includes/wp-security-rename-login-feature.php:951
7126
- msgid "Lost your password?"
7127
- msgstr "Persa la password?"
7128
-
7129
- # @ default
7130
- #: ../other-includes/wp-security-rename-login-feature.php:808
7131
- #, php-format
7132
- msgid ""
7133
- "<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For "
7134
- "help, please see <a href=\"%1$s\">this documentation</a> or try the <a href="
7135
- "\"%2$s\">support forums</a>."
7136
- msgstr ""
7137
- "<strong>ERRORE</strong>: I cookie sono bloccati causa un'uscita inaspettata. "
7138
- "Per ulteriori informazioni, consulta <a href=\"%1$s\">questa documentazione</"
7139
- "a> or try the <a href=\"%2$s\">support forums</a>."
7140
-
7141
- #: ../other-includes/wp-security-rename-login-feature.php:809
7142
- #: ../other-includes/wp-security-rename-login-feature.php:813
7143
- msgid "https://codex.wordpress.org/Cookies"
7144
- msgstr ""
7145
-
7146
- # @ default
7147
- #: ../other-includes/wp-security-rename-login-feature.php:809
7148
- msgid "https://wordpress.org/support/"
7149
- msgstr ""
7150
-
7151
- # @ default
7152
- #: ../other-includes/wp-security-rename-login-feature.php:812
7153
- #, php-format
7154
- msgid ""
7155
- "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. "
7156
- "You must <a href=\"%s\">enable cookies</a> to use WordPress."
7157
- msgstr ""
7158
- "<strong>ERRORE</strong>: I cookie sono bloccati o non supportati dal tuo "
7159
- "browser. È necessario <a href=\"%s\">abilitare i cookie</a> per usare "
7160
- "WordPress."
7161
-
7162
- # @ default
7163
- #: ../other-includes/wp-security-rename-login-feature.php:831
7164
- msgid "You have logged in successfully."
7165
- msgstr "Hai fatto il login con successo."
7166
-
7167
- # @ default
7168
- #: ../other-includes/wp-security-rename-login-feature.php:865
7169
- msgid ""
7170
- "Session expired. Please log in again. You will not move away from this page."
7171
- msgstr ""
7172
- "Sessione scaduta. Effettua il login nuovamente. Non allontanarti da questa "
7173
- "pagina."
7174
-
7175
- # @ default
7176
- #: ../other-includes/wp-security-rename-login-feature.php:869
7177
- msgid "You are now logged out."
7178
- msgstr "Ora sei disconnesso."
7179
-
7180
- # @ default
7181
- #: ../other-includes/wp-security-rename-login-feature.php:871
7182
- msgid "User registration is currently not allowed."
7183
- msgstr "Registrazione utente non è attualmente consentita."
7184
-
7185
- # @ default
7186
- #: ../other-includes/wp-security-rename-login-feature.php:873
7187
- msgid "Check your e-mail for the confirmation link."
7188
- msgstr "Controlla la tua e-mail per il link di conferma."
7189
-
7190
- # @ default
7191
- #: ../other-includes/wp-security-rename-login-feature.php:875
7192
- msgid "Check your e-mail for your new password."
7193
- msgstr "Controlla la tua e-mail per la nuova password."
7194
-
7195
- # @ default
7196
- #: ../other-includes/wp-security-rename-login-feature.php:877
7197
- msgid "Registration complete. Please check your e-mail."
7198
- msgstr "Registrazione completa. Controlla la tua e-mail."
7199
-
7200
- #: ../other-includes/wp-security-rename-login-feature.php:879
7201
- msgid ""
7202
- "<strong>You have successfully updated WordPress!</strong> Please log back in "
7203
- "to see what&#8217;s new."
7204
- msgstr ""
7205
-
7206
- # @ default
7207
- #: ../other-includes/wp-security-rename-login-feature.php:896
7208
- msgid "Log In"
7209
- msgstr ""
7210
-
7211
- # @ default
7212
- #: ../other-includes/wp-security-unlock-request.php:13
7213
- msgid "http://wordpress.org/"
7214
- msgstr ""
7215
-
7216
- #: ../other-includes/wp-security-unlock-request.php:33
7217
- msgid "ERROR: Unable to process your request!"
7218
- msgstr ""
7219
-
7220
- # @ all-in-one-wp-security-and-firewall
7221
- #: ../other-includes/wp-security-unlock-request.php:50
7222
- msgid "Please enter a valid email address"
7223
- msgstr "Inserisci un indirizzo email valido"
7224
-
7225
- # @ all-in-one-wp-security-and-firewall
7226
- #: ../other-includes/wp-security-unlock-request.php:62
7227
- msgid "User account not found!"
7228
- msgstr "Account utente non trovato!"
7229
-
7230
- # @ all-in-one-wp-security-and-firewall
7231
- #: ../other-includes/wp-security-unlock-request.php:73
7232
- msgid "Error: No locked entry was found in the DB with your IP address range!"
7233
- msgstr ""
7234
- "Errore: Nessun blocco è stato trovato nel DB con questo intervallo di "
7235
- "indirizzi IP!"
7236
-
7237
- # @ all-in-one-wp-security-and-firewall
7238
- #: ../other-includes/wp-security-unlock-request.php:101
7239
- msgid "Email Address"
7240
- msgstr "Indirizzo Email"
7241
-
7242
- # @ all-in-one-wp-security-and-firewall
7243
- #~ msgid "There was an error when updating the options table."
7244
- #~ msgstr ""
7245
- #~ "Si è verificato un errore durante l'aggiornamento delle opzioni tabella."
7246
-
7247
- # @ default
7248
- #~ msgid "Go to the first page"
7249
- #~ msgstr "Vai alla prima pagina"
7250
-
7251
- # @ default
7252
- #~ msgid "Go to the previous page"
7253
- #~ msgstr "Torna alla pagina precedente."
7254
-
7255
- # @ default
7256
- #~ msgid "Current page"
7257
- #~ msgstr "Pagina corrente."
7258
-
7259
- # @ default
7260
- #~ msgid "Go to the next page"
7261
- #~ msgstr "Vai alla pagina successiva"
7262
-
7263
- # @ default
7264
- #~ msgid "Go to the last page"
7265
- #~ msgstr "Vai all'ultima pagina"
7266
-
7267
- # @ all-in-one-wp-security-and-firewall
7268
- #~ msgid ""
7269
- #~ "Often when malware code has been inserted into your site you will normally "
7270
- #~ "not notice anything out of the ordinary based on appearances, but it can "
7271
- #~ "have a dramatic effect on your site’s search ranking."
7272
- #~ msgstr ""
7273
- #~ "Spesso, quando il codice del malware è stato inserito nel tuo sito, non "
7274
- #~ "noterai nulla di straordinario in apparenza, ma può avere un effetto molto "
7275
- #~ "negativo in termini di risultati di ricerca."
7276
-
7277
- # @ all-in-one-wp-security-and-firewall
7278
- #~ msgid "Your account with username:"
7279
- #~ msgstr "Il tuo account con nome utente"
7280
-
7281
- # @ all-in-one-wp-security-and-firewall
7282
- #~ msgid "Username: Unknown"
7283
- #~ msgstr "Nome utente: Sconosciuto"
7284
-
7285
- # @ all-in-one-wp-security-and-firewall
7286
- #~ msgid "IP Range: .*"
7287
- #~ msgstr "Intervallo IP: .*"
7288
-
7289
- # @ all-in-one-wp-security-and-firewall
7290
- #~ msgid ""
7291
- #~ "You have requested for the account with email address to be unlocked. "
7292
- #~ "Please click the link below to unlock your account:"
7293
- #~ msgstr ""
7294
- #~ "Hai richiesto lo sblocco per l'account con questo indirizzo email. Clicca "
7295
- #~ "il link qui sotto per sbloccare il tuo account:"
7296
-
7297
- # @ default
7298
- #~ msgid "Are you lost?"
7299
- #~ msgstr "Ti sei perso?"
7300
-
7301
- # @ default
7302
- #~ msgid "Sorry, that key does not appear to be valid."
7303
- #~ msgstr "Spiacenti, questo chiave non sembra essere valida."
7304
-
7305
- # @ default
7306
- #~ msgid "Sorry, that key has expired. Please try again."
7307
- #~ msgstr "Spiacenti, questa chiave è scaduta. Prova di nuovo."
7308
-
7309
- # @ default
7310
- #~ msgid "Get New Password"
7311
- #~ msgstr "Ottieni Nuova password"
7312
-
7313
- # @ default
7314
- #~ msgid ""
7315
- #~ "Hint: The password should be at least seven characters long. To make it "
7316
- #~ "stronger, use upper and lower case letters, numbers, and symbols like ! "
7317
- #~ "\" ? $ % ^ &amp; )."
7318
- #~ msgstr ""
7319
- #~ "Suggerimento: La password deve essere di almeno sette caratteri. Per "
7320
- #~ "renderla più forte, usa lettere maiuscole e minuscole, numeri e simboli "
7321
- #~ "come ! \" ? $ % ^ &amp; )."
7322
-
7323
- # @ default
7324
- #~ msgid "A password will be e-mailed to you."
7325
- #~ msgstr "La password verrà inviata per posta elettronica."
7326
-
7327
- # @ default
7328
- #~ msgid "Password Lost and Found"
7329
- #~ msgstr "Password Persa e Trovata"
7330
-
7331
- # @ default
7332
- #~ msgid ""
7333
- #~ "<strong>You have successfully updated WordPress!</strong> Please log back "
7334
- #~ "in to experience the awesomeness."
7335
- #~ msgstr ""
7336
- #~ "<strong>WordPress è stato aggiornato! </ strong> Si prega di accedere "
7337
- #~ "nuovamente a vivere la suggestione."
7338
-
7339
- # @ default
7340
- #~ msgid "Remember Me"
7341
- #~ msgstr "Ricordami"
7342
-
7343
- # @ all-in-one-wp-security-and-firewall
7344
- #~ msgid "Import AIOWPS settings from file operation failed!"
7345
- #~ msgstr "Operazione importazione file impostazioni AIOWPS fallita!"
7346
-
7347
- # @ all-in-one-wp-security-and-firewall
7348
- #~ msgid "Your AIOWPS settings were successfully imported."
7349
- #~ msgstr "Le impostazioni AIOWPS sono state importate correttamente."
7350
-
7351
- # @ all-in-one-wp-security-and-firewall
7352
- #~ msgid ""
7353
- #~ "For Example: If a settings item rely on the domain URL then it may not "
7354
- #~ "work correctly when imported into a different domain."
7355
- #~ msgstr ""
7356
- #~ "Per esempio: se una voce impostazioni conta su l'URL del dominio allora "
7357
- #~ "può non funzionare correttamente quando importata in un dominio diverso."
7358
-
7359
- # @ all-in-one-wp-security-and-firewall
7360
- #~ msgid ""
7361
- #~ "Use this section to import your All In One WP Security & Firewall settings "
7362
- #~ "from a file."
7363
- #~ msgstr ""
7364
- #~ "Utilizzare questa sezione per importare le impostazioni di All In One WP "
7365
- #~ "Security & Firewall da un file"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/all-in-one-wp-security-and-firewall-nl_NL.mo CHANGED
Binary file
languages/all-in-one-wp-security-and-firewall-nl_NL.po CHANGED
@@ -1,4786 +1,4948 @@
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: All In One WP Security vv3.7.2\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: \n"
6
- "PO-Revision-Date: 2018-12-16 16:01+0100\n"
7
- "Last-Translator: CBO\n"
8
- "Language-Team: \n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
- "X-Generator: Poedit 2.2\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
- "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
16
- "X-Poedit-Basepath: ..\n"
17
- "X-Textdomain-Support: yes\n"
18
- "Language: nl_NL\n"
19
- "X-Poedit-SearchPath-0: .\n"
20
-
21
- # @ default
22
- #: admin/general/wp-security-list-table.php:178
23
- msgid "No items found."
24
- msgstr "Geen items gevonden."
25
-
26
- # @ default
27
- #: admin/general/wp-security-list-table.php:281
28
- msgid "Bulk Actions"
29
- msgstr "Bulkacties"
30
 
31
- # @ default
32
- #: admin/general/wp-security-list-table.php:291
33
- msgid "Apply"
34
- msgstr "Toepassen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
 
36
- # @ default
37
- #: admin/general/wp-security-list-table.php:365
38
- msgid "Show all dates"
39
- msgstr "Toon alle data"
40
 
41
- # @ default
42
- #. translators: 1: month name, 2: 4-digit year
43
- #: admin/general/wp-security-list-table.php:378
44
- #, php-format
45
- msgid "%1$s %2$d"
46
- msgstr "%1$s %2$d"
47
 
48
- # @ default
49
- #: admin/general/wp-security-list-table.php:394
50
- msgid "List View"
51
- msgstr "Lijst weergave"
52
 
53
- # @ default
54
- #: admin/general/wp-security-list-table.php:395
55
- msgid "Excerpt View"
56
- msgstr "Uittreksel weergave"
57
 
58
- # @ default
59
- #: admin/general/wp-security-list-table.php:421
60
- #, php-format
61
- msgid "%s pending"
62
- msgstr "%s in afwachting"
63
 
64
- # @ default
65
- #: admin/general/wp-security-list-table.php:477
66
- #: admin/general/wp-security-list-table.php:881
67
- #, php-format
68
- msgid "1 item"
69
- msgid_plural "%s items"
70
- msgstr[0] "1 item"
71
- msgstr[1] "%s items"
72
-
73
- # @ default
74
- #: admin/general/wp-security-list-table.php:495
75
- msgid "Go to the first page"
76
- msgstr "Ga naar de eerste pagina"
77
-
78
- # @ default
79
- #: admin/general/wp-security-list-table.php:502
80
- msgid "Go to the previous page"
81
- msgstr "Ga naar de vorige pagina"
82
-
83
- # @ default
84
- #: admin/general/wp-security-list-table.php:511
85
- msgid "Current page"
86
- msgstr "Huidige pagina"
87
 
88
- # @ default
89
- #: admin/general/wp-security-list-table.php:517
90
- #, php-format
91
- msgctxt "paging"
92
- msgid "%1$s of %2$s"
93
- msgstr "%1$s of %2$s"
94
 
95
- # @ default
96
- #: admin/general/wp-security-list-table.php:521
97
- msgid "Go to the next page"
98
- msgstr "Ga naar de volgende pagina"
99
 
100
- # @ default
101
- #: admin/general/wp-security-list-table.php:528
102
- msgid "Go to the last page"
103
- msgstr "Ga naar de laatste pagina"
104
 
105
- # @ default
106
- #: admin/general/wp-security-list-table.php:653
107
- msgid "Select All"
108
- msgstr "Alles selecteren"
109
 
110
- # @ all-in-one-wp-security-and-firewall
111
- #: admin/wp-security-admin-init.php:157
112
- msgid "WP Security"
113
- msgstr "WP beveiliging"
114
 
115
- # @ all-in-one-wp-security-and-firewall
116
- #: admin/wp-security-admin-init.php:158 admin/wp-security-dashboard-menu.php:23
117
- msgid "Dashboard"
118
- msgstr "Dashboard"
119
 
120
- # @ all-in-one-wp-security-and-firewall
121
- #: admin/wp-security-admin-init.php:159
122
- msgid "Settings"
123
- msgstr "Instellingen"
124
 
125
- # @ all-in-one-wp-security-and-firewall
126
- #: admin/wp-security-admin-init.php:160
127
- msgid "User Accounts"
128
- msgstr "Gebruiker account"
129
 
130
- # @ all-in-one-wp-security-and-firewall
131
- #: admin/wp-security-admin-init.php:161
132
- msgid "User Login"
133
- msgstr "Gebruiker login"
134
 
135
- # @ all-in-one-wp-security-and-firewall
136
- #: admin/wp-security-admin-init.php:162
137
- msgid "User Registration"
138
- msgstr "Gebruiker registratie"
139
 
140
- # @ all-in-one-wp-security-and-firewall
141
- #: admin/wp-security-admin-init.php:163
142
- msgid "Database Security"
143
- msgstr "Database beveiliging"
144
 
145
- # @ all-in-one-wp-security-and-firewall
146
- #: admin/wp-security-admin-init.php:167
147
- msgid "Filesystem Security"
148
- msgstr "Bestanden beveiliging"
149
 
150
- # @ all-in-one-wp-security-and-firewall
151
- #: admin/wp-security-admin-init.php:169
152
- msgid "WHOIS Lookup"
153
- msgstr "WHOIS opzoeken"
154
 
155
- # @ all-in-one-wp-security-and-firewall
156
- #: admin/wp-security-admin-init.php:173
157
- msgid "Blacklist Manager"
158
- msgstr "Blacklist manager"
159
 
160
- # @ all-in-one-wp-security-and-firewall
161
- #: admin/wp-security-admin-init.php:178
162
- msgid "Firewall"
163
- msgstr "Firewall"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
164
 
165
- # @ all-in-one-wp-security-and-firewall
166
- #: admin/wp-security-admin-init.php:183
167
- msgid "Brute Force"
168
- msgstr "Brute force"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
169
 
170
- # @ all-in-one-wp-security-and-firewall
171
- #: admin/wp-security-admin-init.php:185
172
- msgid "SPAM Prevention"
173
- msgstr "Anti-spam"
174
 
175
- # @ all-in-one-wp-security-and-firewall
176
- #: admin/wp-security-admin-init.php:189
177
- msgid "Scanner"
178
- msgstr "Scanner"
179
 
180
- # @ all-in-one-wp-security-and-firewall
181
- #: admin/wp-security-admin-init.php:191
182
- msgid "Maintenance"
183
- msgstr "Onderhoud"
184
 
185
- # @ all-in-one-wp-security-and-firewall
186
- #: admin/wp-security-admin-init.php:322
187
- msgid "Miscellaneous"
188
- msgstr "Diversen"
189
 
190
- # @ all-in-one-wp-security-and-firewall
191
- #: admin/wp-security-admin-menu.php:43
192
- msgid "Settings successfully updated."
193
- msgstr "Instellingen succesvol bijgewerkt."
194
 
195
- # @ all-in-one-wp-security-and-firewall
196
- #: admin/wp-security-admin-menu.php:50
197
- msgid "The selected record(s) deleted successfully!"
198
- msgstr "De geselecteerde record (s) met succes verwijderd!"
199
 
200
- # @ all-in-one-wp-security-and-firewall
201
- #: admin/wp-security-blacklist-menu.php:22
202
- msgid "Ban Users"
203
- msgstr "Blokkeer gebruikers"
204
 
205
- # @ all-in-one-wp-security-and-firewall
206
- #: admin/wp-security-blacklist-menu.php:80
207
- msgid "Nonce check failed for save blacklist settings!"
208
- msgstr "Nonce controle mislukt voor het opslaan van blacklist-instellingen!"
209
 
210
- # @ all-in-one-wp-security-and-firewall
211
- #: admin/wp-security-blacklist-menu.php:132
212
- #: admin/wp-security-brute-force-menu.php:608
213
- #: admin/wp-security-list-comment-spammer-ip.php:147
214
- msgid "The plugin was unable to write to the .htaccess file. Please edit file manually."
215
- msgstr "De plug-in kon niet naar het .htaccess-bestand schrijven. Bewerk het bestand aub handmatig."
216
 
217
- # @ all-in-one-wp-security-and-firewall
218
- #: admin/wp-security-blacklist-menu.php:139
219
- msgid "Ban IPs or User Agents"
220
- msgstr "IP's of gebruikersagenten blokkeren"
221
 
222
- # @ all-in-one-wp-security-and-firewall
223
- #: admin/wp-security-blacklist-menu.php:142
224
- msgid "The All In One WP Security Blacklist feature gives you the option of banning certain host IP addresses or ranges and also user agents."
225
- msgstr "De All In One WP Security Blacklist-functie biedt u de mogelijkheid bepaalde host-IP-adressen of bereiken en ook user-agents te blokkeren."
226
 
227
- # @ all-in-one-wp-security-and-firewall
228
- #: admin/wp-security-blacklist-menu.php:143
229
- msgid "This feature will deny total site access for users which have IP addresses or user agents matching those which you have configured in the settings below."
230
- msgstr "Met deze functie wordt de volledige sitetoegang voor gebruikers met IP-adressen of gebruikersagenten uitgesloten die overeenkomen met de gebruikers die u hebt geconfigureerd in de onderstaande instellingen."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
 
232
- # @ all-in-one-wp-security-and-firewall
233
- #: admin/wp-security-blacklist-menu.php:144
234
- msgid "The plugin achieves this by making appropriate modifications to your .htaccess file."
235
- msgstr "De plug-in doet dit door de juiste wijzigingen aan te brengen in uw .htaccess-bestand."
236
 
237
- # @ all-in-one-wp-security-and-firewall
238
- #: admin/wp-security-blacklist-menu.php:145
239
- msgid "By blocking people via the .htaccess file your are using the most secure first line of defence which denies all access to blacklisted visitors as soon as they hit your hosting server."
240
- msgstr "Door mensen te blokkeren via het .htaccess-bestand, gebruikt u de veiligste eerste verdedigingslinie die alle toegang tot op de zwarte lijst geplaatste bezoekers tegenhout zodra ze uw hostingserver bezoeken."
241
 
242
- # @ all-in-one-wp-security-and-firewall
243
- #: admin/wp-security-blacklist-menu.php:151
244
- msgid "IP Hosts and User Agent Blacklist Settings"
245
- msgstr "IP-hosts en User Agent Blacklist-instellingen"
246
 
247
- # @ all-in-one-wp-security-and-firewall
248
- #: admin/wp-security-blacklist-menu.php:162
249
- msgid "Enable IP or User Agent Blacklisting"
250
- msgstr "Schakel Blacklisting voor IP of User Agent in"
251
 
252
- # @ all-in-one-wp-security-and-firewall
253
- #: admin/wp-security-blacklist-menu.php:165
254
- msgid "Check this if you want to enable the banning (or blacklisting) of selected IP addresses and/or user agents specified in the settings below"
255
- msgstr "Schakel dit selectievakje in als u de blokkering (of blacklisting) van geselecteerde IP-adressen en / of user-agents wilt inschakelen die zijn opgegeven in de onderstaande instellingen"
256
 
257
- # @ all-in-one-wp-security-and-firewall
258
- #: admin/wp-security-blacklist-menu.php:169
259
- msgid "Enter IP Addresses:"
260
- msgstr "Voer IP-adressen in:"
261
 
262
- # @ all-in-one-wp-security-and-firewall
263
- #: admin/wp-security-blacklist-menu.php:173
264
- msgid "Enter one or more IP addresses or IP ranges."
265
- msgstr "Voer een of meer IP-adressen of IP-bereiken in."
266
 
267
- # @ all-in-one-wp-security-and-firewall
268
- #: admin/wp-security-blacklist-menu.php:174
269
- #: admin/wp-security-blacklist-menu.php:194
270
- #: admin/wp-security-brute-force-menu.php:343
271
- #: admin/wp-security-brute-force-menu.php:377
272
- #: admin/wp-security-brute-force-menu.php:400
273
- #: admin/wp-security-brute-force-menu.php:421
274
- #: admin/wp-security-brute-force-menu.php:664
275
- #: admin/wp-security-filescan-menu.php:291
276
- #: admin/wp-security-filescan-menu.php:308
277
- #: admin/wp-security-firewall-menu.php:165
278
- #: admin/wp-security-firewall-menu.php:195
279
- #: admin/wp-security-firewall-menu.php:326
280
- #: admin/wp-security-firewall-menu.php:356
281
- #: admin/wp-security-firewall-menu.php:387
282
- #: admin/wp-security-firewall-menu.php:415
283
- #: admin/wp-security-firewall-menu.php:444
284
- #: admin/wp-security-firewall-menu.php:532
285
- #: admin/wp-security-firewall-menu.php:622
286
- #: admin/wp-security-firewall-menu.php:824
287
- #: admin/wp-security-firewall-menu.php:847 admin/wp-security-spam-menu.php:174
288
- #: admin/wp-security-spam-menu.php:259
289
- msgid "More Info"
290
- msgstr "Meer informatie"
291
 
292
- # @ all-in-one-wp-security-and-firewall
293
- #: admin/wp-security-blacklist-menu.php:177
294
- #: admin/wp-security-brute-force-menu.php:667
295
- msgid "Each IP address must be on a new line."
296
- msgstr "Elk IP-adres moet op een nieuwe regel staan."
297
 
298
- # @ all-in-one-wp-security-and-firewall
299
- #: admin/wp-security-blacklist-menu.php:178
300
- #: admin/wp-security-brute-force-menu.php:668
301
- msgid "To specify an IP range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
302
- msgstr "Gebruik een jokerteken \"*\" om een IP-bereik op te geven. Aanvaardbare manieren om jokertekens te gebruiken, worden weergegeven in de onderstaande voorbeelden:"
303
 
304
- # @ all-in-one-wp-security-and-firewall
305
- #: admin/wp-security-blacklist-menu.php:179
306
- #: admin/wp-security-brute-force-menu.php:669
307
- msgid "Example 1: 195.47.89.*"
308
- msgstr "Voorbeeld 1: 195.47.89. *"
309
 
310
- # @ all-in-one-wp-security-and-firewall
311
- #: admin/wp-security-blacklist-menu.php:180
312
- #: admin/wp-security-brute-force-menu.php:670
313
- msgid "Example 2: 195.47.*.*"
314
- msgstr "Example 2: 195.47.*.*"
315
 
316
- # @ all-in-one-wp-security-and-firewall
317
- #: admin/wp-security-blacklist-menu.php:181
318
- #: admin/wp-security-brute-force-menu.php:671
319
- msgid "Example 3: 195.*.*.*"
320
- msgstr "Voorbeeld 3: 195. *. *. *"
321
 
322
- # @ all-in-one-wp-security-and-firewall
323
- #: admin/wp-security-blacklist-menu.php:188
324
- msgid "Enter User Agents:"
325
- msgstr "Voer gebruikers in:"
326
 
327
- # @ all-in-one-wp-security-and-firewall
328
- #: admin/wp-security-blacklist-menu.php:193
329
- msgid "Enter one or more user agent strings."
330
- msgstr "Voer een of meer gebruikers gegevens in."
331
 
332
- # @ all-in-one-wp-security-and-firewall
333
- #: admin/wp-security-blacklist-menu.php:197
334
- msgid "Each user agent string must be on a new line."
335
- msgstr "Elke gebruikers gegeven moet zich op een nieuwe regel bevinden."
336
 
337
- # @ all-in-one-wp-security-and-firewall
338
- #: admin/wp-security-blacklist-menu.php:198
339
- msgid "Example 1 - A single user agent string to block:"
340
- msgstr "Voorbeeld 1 - Van enkele gebruiker gegevens om te blokkeren:"
341
 
342
- # @ all-in-one-wp-security-and-firewall
343
- #: admin/wp-security-blacklist-menu.php:200
344
- msgid "Example 2 - A list of more than 1 user agent strings to block"
345
- msgstr "Voorbeeld 2 - Een lijst met meer dan 1 gebruiker gegevens die moet worden geblokkeerd"
346
-
347
- # @ all-in-one-wp-security-and-firewall
348
- #: admin/wp-security-blacklist-menu.php:208
349
- #: admin/wp-security-brute-force-menu.php:188
350
- #: admin/wp-security-brute-force-menu.php:544
351
- #: admin/wp-security-brute-force-menu.php:678
352
- #: admin/wp-security-database-menu.php:356
353
- #: admin/wp-security-filescan-menu.php:329
354
- #: admin/wp-security-filesystem-menu.php:231
355
- #: admin/wp-security-firewall-menu.php:700
356
- #: admin/wp-security-firewall-menu.php:866
357
- #: admin/wp-security-settings-menu.php:493 admin/wp-security-spam-menu.php:189
358
- #: admin/wp-security-user-login-menu.php:239
359
- #: admin/wp-security-user-login-menu.php:407
360
- #: admin/wp-security-user-registration-menu.php:146
361
- #: admin/wp-security-user-registration-menu.php:221
362
- msgid "Save Settings"
363
- msgstr "Instellingen opslaan"
364
 
365
- # @ all-in-one-wp-security-and-firewall
366
- #: admin/wp-security-brute-force-menu.php:25
367
- #: admin/wp-security-dashboard-menu.php:344
368
- #: admin/wp-security-dashboard-menu.php:353
369
- msgid "Rename Login Page"
370
- msgstr "Wijzig de inlogpagina"
371
 
372
- # @ all-in-one-wp-security-and-firewall
373
- #: admin/wp-security-brute-force-menu.php:26
374
- msgid "Cookie Based Brute Force Prevention"
375
- msgstr "Op cookies gebaseerde bruut geweldpreventie"
376
 
377
- # @ all-in-one-wp-security-and-firewall
378
- #: admin/wp-security-brute-force-menu.php:27
379
- #: classes/grade-system/wp-security-feature-item-manager.php:44
380
- msgid "Login Captcha"
381
- msgstr "Login Captcha"
382
 
383
- # @ all-in-one-wp-security-and-firewall
384
- #: admin/wp-security-brute-force-menu.php:28
385
- #: admin/wp-security-brute-force-menu.php:615
386
- msgid "Login Whitelist"
387
- msgstr "Login niet geblokkeerde lijst"
388
 
389
- # @ all-in-one-wp-security-and-firewall
390
- #: admin/wp-security-brute-force-menu.php:99
391
- msgid "Please enter a value for your login page slug."
392
- msgstr "Voer een waarde in voor uw inlogpagina."
393
 
394
- # @ all-in-one-wp-security-and-firewall
395
- #: admin/wp-security-brute-force-menu.php:103
396
- msgid "You cannot use the value \"wp-admin\" for your login page slug."
397
- msgstr "U kunt de waarde \"wp-admin\" niet gebruiken voor uw inlogpagina."
398
-
399
- # @ all-in-one-wp-security-and-firewall
400
- #: admin/wp-security-brute-force-menu.php:108
401
- #: admin/wp-security-database-menu.php:271
402
- #: admin/wp-security-filescan-menu.php:169
403
- #: admin/wp-security-firewall-menu.php:769 admin/wp-security-spam-menu.php:219
404
- #: admin/wp-security-user-login-menu.php:123
405
- #: admin/wp-security-user-login-menu.php:360
406
- msgid "Attention!"
407
- msgstr "Aandacht!"
408
 
409
- # @ all-in-one-wp-security-and-firewall
410
- #: admin/wp-security-brute-force-menu.php:127
411
- msgid "Could not delete the Cookie-based directives from the .htaccess file. Please check the file permissions."
412
- msgstr "Kon de op Cookie gebaseerde richtlijnen niet verwijderen uit het .htaccess-bestand. Controleer de bestandsrechten."
413
 
414
- # @ all-in-one-wp-security-and-firewall
415
- #: admin/wp-security-brute-force-menu.php:137
416
- msgid "An effective Brute Force prevention technique is to change the default WordPress login page URL."
417
- msgstr "Een effectieve brute force-preventietechniek is het wijzigen van de standaard WordPress-URL van de inlogpagina."
418
 
419
- # @ all-in-one-wp-security-and-firewall
420
- #: admin/wp-security-brute-force-menu.php:138
421
- msgid "Normally if you wanted to login to WordPress you would type your site's home URL followed by wp-login.php."
422
- msgstr "Normaal gesproken zou u, als u inlogde bij WordPress, de URL van uw site typen gevolgd door wp-login.php."
423
 
424
- # @ all-in-one-wp-security-and-firewall
425
- #: admin/wp-security-brute-force-menu.php:139
426
- msgid "This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the <strong>wp-login.php</strong> to any string that you like."
427
- msgstr "Met deze functie kunt u de aanmeldings-URL wijzigen door uw eigen slug in te stellen en het laatste gedeelte van de aanmeldings-URL die de <strong> wp-login.php </ strong> bevat naar elke gewenste tekenreeks te hernoemen."
428
 
429
- # @ all-in-one-wp-security-and-firewall
430
- #: admin/wp-security-brute-force-menu.php:140
431
- msgid "By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL."
432
- msgstr "Door dit te doen, hebben kwaadwillende bots en hackers geen toegang tot uw inlogpagina omdat ze niet de juiste inlogpagina-URL weten."
433
 
434
- # @ all-in-one-wp-security-and-firewall
435
- #: admin/wp-security-brute-force-menu.php:142
436
- msgid "You may also be interested in the following alternative brute force prevention features:"
437
- msgstr "Mogelijk bent u ook geïnteresseerd in de volgende alternatieve brute force-preventiefuncties:"
438
 
439
- # @ all-in-one-wp-security-and-firewall
440
- #: admin/wp-security-brute-force-menu.php:153
441
- msgid "Your WordPress login page URL has been renamed."
442
- msgstr "Uw WordPress-URL van de inlogpagina is hernoemd."
443
 
444
- # @ all-in-one-wp-security-and-firewall
445
- #: admin/wp-security-brute-force-menu.php:154
446
- msgid "Your current login URL is:"
447
- msgstr "Uw huidige inlog-URL is:"
448
 
449
- # @ all-in-one-wp-security-and-firewall
450
- #: admin/wp-security-brute-force-menu.php:156
451
- msgid "NOTE: If you already had the Cookie-Based Brute Force Prevention feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
452
- msgstr "OPMERKING: als u de functie Cookie-gebaseerde brute forcepreventie al had geactiveerd, heeft de plug-in deze automatisch gedeactiveerd omdat slechts een van deze functies op elk willekeurig moment actief kan zijn."
453
 
454
- # @ all-in-one-wp-security-and-firewall
455
- #: admin/wp-security-brute-force-menu.php:163
456
- msgid "Rename Login Page Settings"
457
- msgstr "Wijzig de instellingen van de aanmeldingspagina"
458
 
459
- # @ all-in-one-wp-security-and-firewall
460
- #: admin/wp-security-brute-force-menu.php:175
461
- msgid "Enable Rename Login Page Feature"
462
- msgstr "Schakel de functie hernoemen inlogpagina in"
463
 
464
- # @ all-in-one-wp-security-and-firewall
465
- #: admin/wp-security-brute-force-menu.php:178
466
- msgid "Check this if you want to enable the rename login page feature"
467
- msgstr "Selecteer dit als u de functie voor het wijzigen van de inlogpagina wilt inschakelen"
468
 
469
- # @ all-in-one-wp-security-and-firewall
470
- #: admin/wp-security-brute-force-menu.php:182
471
- msgid "Login Page URL"
472
- msgstr "URL van aanmeldingspagina"
473
 
474
- # @ all-in-one-wp-security-and-firewall
475
- #: admin/wp-security-brute-force-menu.php:184
476
- msgid "Enter a string which will represent your secure login page slug. You are enouraged to choose something which is hard to guess and only you will remember."
477
- msgstr "Voer een tekenreeks in die uw beveiligde inlogpagina-slug vertegenwoordigt. Je wordt aangemoedigd om iets te kiezen dat moeilijk te raden is en dat alleen jij zult onthouden."
478
 
479
- # @ all-in-one-wp-security-and-firewall
480
- #: admin/wp-security-brute-force-menu.php:217
481
- msgid "Settings have not been saved - your secret word must consist only of alphanumeric characters, ie, letters and/or numbers only!"
482
- msgstr "Instellingen zijn niet opgeslagen - uw geheime woord mag alleen bestaan uit alfanumerieke tekens, dat wil zeggen alleen letters en / of cijfers!"
483
 
484
- # @ all-in-one-wp-security-and-firewall
485
- #: admin/wp-security-brute-force-menu.php:236
486
- msgid "You have successfully enabled the cookie based brute force prevention feature"
487
- msgstr "U hebt de op cookies gebaseerde brute force-preventiefunctie geactiveerd"
488
 
489
- # @ all-in-one-wp-security-and-firewall
490
- #: admin/wp-security-brute-force-menu.php:237
491
- msgid "From now on you will need to log into your WP Admin using the following URL:"
492
- msgstr "Vanaf nu moet u inloggen op uw WP-beheerder met behulp van de volgende URL:"
493
 
494
- # @ all-in-one-wp-security-and-firewall
495
- #: admin/wp-security-brute-force-menu.php:239
496
- msgid "It is important that you save this URL value somewhere in case you forget it, OR,"
497
- msgstr "Het is belangrijk dat u deze URL-waarde ergens opslaat voor het geval u het vergeet, OF,"
498
 
499
- # @ all-in-one-wp-security-and-firewall
500
- #: admin/wp-security-brute-force-menu.php:240
501
- #, php-format
502
- msgid "simply remember to add a \"?%s=1\" to your current site URL address."
503
- msgstr "vergeet niet om een \"?% s = 1\" toe te voegen aan uw huidige site-URL-adres."
504
 
505
- # @ all-in-one-wp-security-and-firewall
506
- #: admin/wp-security-brute-force-menu.php:246
507
- msgid "You have successfully saved cookie based brute force prevention feature settings."
508
- msgstr "Je hebt met succes instellingen voor brute forcepreventie op basis van cookies opgeslagen."
509
 
510
- # @ all-in-one-wp-security-and-firewall
511
- #: admin/wp-security-brute-force-menu.php:281
512
- #: admin/wp-security-filesystem-menu.php:275
513
- #: admin/wp-security-firewall-menu.php:119
514
- #: admin/wp-security-firewall-menu.php:287
515
- #: admin/wp-security-firewall-menu.php:498
516
- #: admin/wp-security-firewall-menu.php:667 admin/wp-security-spam-menu.php:106
517
- msgid "Could not write to the .htaccess file. Please check the file permissions."
518
- msgstr "Kon het .htaccess-bestand niet schrijven. Controleer de bestandsrechten."
519
 
520
- # @ all-in-one-wp-security-and-firewall
521
- #: admin/wp-security-brute-force-menu.php:291
522
- msgid "Brute Force Prevention Firewall Settings"
523
- msgstr "Brute Kracht Preventie Firewall-instellingen"
524
 
525
- # @ all-in-one-wp-security-and-firewall
526
- #: admin/wp-security-brute-force-menu.php:296
527
- msgid "A Brute Force Attack is when a hacker tries many combinations of usernames and passwords until they succeed in guessing the right combination."
528
- msgstr "Een Brute force aanval is wanneer een hacker vele combinaties van gebruikersnamen en wachtwoorden probeert totdat hij erin slaagt de juiste combinatie te raden."
529
 
530
- # @ all-in-one-wp-security-and-firewall
531
- #: admin/wp-security-brute-force-menu.php:297
532
- msgid "Due to the fact that at any one time there may be many concurrent login attempts occurring on your site via malicious automated robots, this also has a negative impact on your server's memory and performance."
533
- msgstr "Vanwege het feit dat er op enig moment meerdere gelijktijdige inlogpogingen kunnen plaatsvinden op uw site via kwaadwillende geautomatiseerde robots, heeft dit ook een negatieve invloed op het geheugen en de prestaties van uw server."
534
 
535
- # @ all-in-one-wp-security-and-firewall
536
- #: admin/wp-security-brute-force-menu.php:298
537
- msgid "The features in this tab will stop the majority of Brute Force Login Attacks at the .htaccess level thus providing even better protection for your WP login page and also reducing the load on your server because the system does not have to run PHP code to process the login attempts."
538
- msgstr "De functies op dit tabblad zullen het grootste deel van Brute force Login aanval op het. Htaccess-niveau stoppen en bieden zo een nog betere bescherming voor uw WP-inlogpagina en verminderen ook de belasting van uw server omdat het systeem geen PHP-code hoeft te draaien om de inlogpogingen."
539
 
540
- # @ all-in-one-wp-security-and-firewall
541
- #: admin/wp-security-brute-force-menu.php:305
542
- #, php-format
543
- msgid "Even though this feature should not have any impact on your site's general functionality <strong>you are strongly encouraged to take a %s of your .htaccess file before proceeding</strong>."
544
- msgstr "Hoewel deze functie geen invloed zou moeten hebben op de algemene functionaliteit van uw site <strong> wordt u sterk aangeraden om een %s van uw .htaccess-bestand te nemen voordat u verdergaat </ strong>."
545
 
546
- # @ all-in-one-wp-security-and-firewall
547
- #: admin/wp-security-brute-force-menu.php:306
548
- msgid "If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens."
549
- msgstr "Als deze functie niet correct wordt gebruikt, kunt u worden buitengesloten van uw site. Een back-up van een .htaccess-bestand is handig als dat gebeurt."
550
 
551
- # @ all-in-one-wp-security-and-firewall
552
- #: admin/wp-security-brute-force-menu.php:307
553
- #, php-format
554
- msgid "To learn more about how to use this feature please watch the following %s."
555
- msgstr "Lees de volgende %s voor meer informatie over het gebruik van deze functie."
556
 
557
- # @ all-in-one-wp-security-and-firewall
558
- #: admin/wp-security-brute-force-menu.php:320
559
- msgid "NOTE: If you already had the Rename Login Page feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
560
- msgstr ""
561
 
562
- # @ all-in-one-wp-security-and-firewall
563
- #: admin/wp-security-brute-force-menu.php:328
564
- msgid "Cookie Based Brute Force Login Prevention"
565
- msgstr "Op cookies gebaseerde brute force-inlogpreventie"
566
 
567
- # @ all-in-one-wp-security-and-firewall
568
- #: admin/wp-security-brute-force-menu.php:339
569
- #: classes/grade-system/wp-security-feature-item-manager.php:87
570
- msgid "Enable Brute Force Attack Prevention"
571
- msgstr "Schakel de brute force aanval preventie in"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
572
 
573
- # @ all-in-one-wp-security-and-firewall
574
- #: admin/wp-security-brute-force-menu.php:342
575
- msgid "Check this if you want to protect your login page from Brute Force Attack."
576
- msgstr "Vink dit aan als je je inlogpagina wilt beschermen tegen Brute force aanval."
577
 
578
- # @ all-in-one-wp-security-and-firewall
579
- #: admin/wp-security-brute-force-menu.php:347
580
- msgid "This feature will deny access to your WordPress login page for all people except those who have a special cookie in their browser."
581
- msgstr "Deze functie zal de toegang tot uw WordPress inlogpagina voor alle personen weigeren, behalve degenen die een speciale cookie in hun browser hebben."
582
 
583
- # @ all-in-one-wp-security-and-firewall
584
- #: admin/wp-security-brute-force-menu.php:349
585
- msgid "To use this feature do the following:"
586
- msgstr "Om deze functie te gebruiken, doet u het volgende:"
587
 
588
- # @ all-in-one-wp-security-and-firewall
589
- #: admin/wp-security-brute-force-menu.php:351
590
- msgid "1) Enable the checkbox."
591
- msgstr "1) Schakel het selectievakje in."
592
 
593
- # @ all-in-one-wp-security-and-firewall
594
- #: admin/wp-security-brute-force-menu.php:353
595
- msgid "2) Enter a secret word consisting of alphanumeric characters which will be difficult to guess. This secret word will be useful whenever you need to know the special URL which you will use to access the login page (see point below)."
596
- msgstr "2) Voer een geheim woord in dat bestaat uit alfanumerieke tekens die moeilijk te raden zijn. Dit geheime woord is nuttig wanneer u de speciale URL moet weten die u gaat gebruiken om toegang te krijgen tot de inlogpagina (zie punt hieronder)."
597
 
598
- # @ all-in-one-wp-security-and-firewall
599
- #: admin/wp-security-brute-force-menu.php:355
600
- msgid "3) You will then be provided with a special login URL. You will need to use this URL to login to your WordPress site instead of the usual login URL. NOTE: The system will deposit a special cookie in your browser which will allow you access to the WordPress administration login page."
601
- msgstr "3) U ontvangt dan een speciale inlog-URL. U moet deze URL gebruiken om u aan te melden bij uw WordPress-site in plaats van de gebruikelijke inlog-URL. OPMERKING: Het systeem zal een speciale cookie in uw browser plaatsen die u toegang geeft tot de aanmeldingspagina van WordPress administratie."
602
 
603
- # @ all-in-one-wp-security-and-firewall
604
- #: admin/wp-security-brute-force-menu.php:357
605
- msgid "Any person trying to access your login page who does not have the special cookie in their browser will be automatically blocked."
606
- msgstr "Iedereen die probeert toegang te krijgen tot uw inlogpagina die niet over de speciale cookie in zijn browser beschikt, wordt automatisch geblokkeerd."
607
 
608
- # @ all-in-one-wp-security-and-firewall
609
- #: admin/wp-security-brute-force-menu.php:364
610
- msgid "Secret Word"
611
- msgstr "Geheim woord"
612
 
613
- # @ all-in-one-wp-security-and-firewall
614
- #: admin/wp-security-brute-force-menu.php:366
615
- msgid "Choose a secret word consisting of alphanumeric characters which you can use to access your special URL. Your are highly encouraged to choose a word which will be difficult to guess."
616
- msgstr "Kies een geheim woord bestaande uit alfanumerieke tekens dat u kunt gebruiken om toegang te krijgen tot uw speciale URL. U wordt sterk aangemoedigd om een woord te kiezen dat moeilijk te raden is."
617
 
618
- # @ all-in-one-wp-security-and-firewall
619
- #: admin/wp-security-brute-force-menu.php:370
620
- msgid "Re-direct URL"
621
- msgstr "Omleidings-URL"
622
 
623
- # @ all-in-one-wp-security-and-firewall
624
- #: admin/wp-security-brute-force-menu.php:374
625
- msgid "Specify a URL to redirect a hacker to when they try to access your WordPress login page."
626
- msgstr "Geef een URL op waarmee een hacker wordt omgeleid wanneer deze toegang probeert te krijgen tot uw WordPress-aanmeldingspagina."
627
 
628
- # @ all-in-one-wp-security-and-firewall
629
- #: admin/wp-security-brute-force-menu.php:381
630
- msgid "The URL specified here can be any site's URL and does not have to be your own. For example you can be as creative as you like and send hackers to the CIA or NSA home page."
631
- msgstr "De hier opgegeven URL kan de URL van elke site zijn en hoeft niet de uwe te zijn. U kunt bijvoorbeeld zo creatief zijn als u wilt en hackers naar de startpagina van de CIA of NSA sturen."
632
 
633
- # @ all-in-one-wp-security-and-firewall
634
- #: admin/wp-security-brute-force-menu.php:383
635
- msgid "This field will default to: http://127.0.0.1 if you do not enter a value."
636
- msgstr "In dit veld wordt standaard ingesteld op: http://127.0.0.1 als u geen waarde invoert."
637
 
638
- # @ all-in-one-wp-security-and-firewall
639
- #: admin/wp-security-brute-force-menu.php:385
640
- msgid "Useful Tip:"
641
- msgstr "Handige tip:"
642
 
643
- # @ all-in-one-wp-security-and-firewall
644
- #: admin/wp-security-brute-force-menu.php:387
645
- msgid "It's a good idea to not redirect attempted brute force login attempts to your site because it increases the load on your server."
646
- msgstr "Het is een goed idee om poging tot brute force-inlogpogingen naar uw site niet om te leiden, omdat dit de belasting van uw server verhoogt."
647
 
648
- # @ all-in-one-wp-security-and-firewall
649
- #: admin/wp-security-brute-force-menu.php:389
650
- msgid "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal because it deflects them back to their own local host and puts the load on their server instead of yours."
651
- msgstr "Het omleiden van een hacker of kwaadaardige bot terug naar \"http://127.0.0.1\" is ideaal omdat het ze terugleidt naar hun eigen lokale host en de belasting op hun server zet in plaats van de jouwe."
652
 
653
- # @ all-in-one-wp-security-and-firewall
654
- #: admin/wp-security-brute-force-menu.php:396
655
- msgid "My Site Has Posts Or Pages Which Are Password Protected"
656
- msgstr "Mijn site heeft berichten of pagina's die met een wachtwoord zijn beveiligd"
657
 
658
- # @ all-in-one-wp-security-and-firewall
659
- #: admin/wp-security-brute-force-menu.php:399
660
- msgid "Check this if you are using the native WordPress password protection feature for some or all of your blog posts or pages."
661
- msgstr "Vink dit aan als u de native WordPress-wachtwoordbeveiliging voor sommige of alle blogposts of -pagina's gebruikt."
662
 
663
- # @ all-in-one-wp-security-and-firewall
664
- #: admin/wp-security-brute-force-menu.php:404
665
- msgid "In the cases where you are protecting some of your posts or pages using the in-built WordPress password protection feature, a few extra lines of directives and exceptions need to be added to your .htacces file so that people trying to access pages are not automatically blocked."
666
- msgstr "In de gevallen waarin u sommige van uw berichten of pagina's beschermt met behulp van de ingebouwde wachtwoordbeveiliging voor WordPress, moeten een paar extra regels met richtlijnen en uitzonderingen aan uw .htacces-bestand worden toegevoegd, zodat mensen die proberen toegang te krijgen tot pagina's niet automatisch zijn geblokkeerd."
667
 
668
- # @ all-in-one-wp-security-and-firewall
669
- #: admin/wp-security-brute-force-menu.php:406
670
- msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that people trying to access these pages are not automatically blocked."
671
- msgstr "Door dit selectievakje in te schakelen, voegt de plug-in de nodige regels en uitzonderingen toe aan uw. Hacces-bestand, zodat mensen die proberen toegang te krijgen tot deze pagina's niet automatisch worden geblokkeerd."
672
 
673
- # @ all-in-one-wp-security-and-firewall
674
- #: admin/wp-security-brute-force-menu.php:408
675
- msgid "Helpful Tip:"
676
- msgstr "Handige tip:"
677
 
678
- # @ all-in-one-wp-security-and-firewall
679
- #: admin/wp-security-brute-force-menu.php:410
680
- msgid "If you do not use the WordPress password protection feature for your posts or pages then it is highly recommended that you leave this checkbox disabled."
681
- msgstr "Als u de wachtwoordbeveiliging van WordPress voor uw berichten of pagina's niet gebruikt, is het ten zeerste aan te raden om dit selectievakje uitgeschakeld te laten."
682
 
683
- # @ all-in-one-wp-security-and-firewall
684
- #: admin/wp-security-brute-force-menu.php:417
685
- msgid "My Site Has a Theme or Plugins Which Use AJAX"
686
- msgstr "Mijn site heeft een thema of plug-ins die AJAX gebruiken"
687
 
688
- # @ all-in-one-wp-security-and-firewall
689
- #: admin/wp-security-brute-force-menu.php:420
690
- msgid "Check this if your site uses AJAX functionality."
691
- msgstr "Controleer dit als uw site AJAX-functionaliteit gebruikt."
692
 
693
- # @ all-in-one-wp-security-and-firewall
694
- #: admin/wp-security-brute-force-menu.php:425
695
- msgid "In the cases where your WordPress installation has a theme or plugins which use AJAX, a few extra lines of directives and exceptions need to be added to your .htacces file to prevent AJAX requests from being automatically blocked by the brute force prevention feature."
696
- msgstr "In de gevallen waar uw WordPress-installatie een thema of plug-ins heeft die AJAX gebruiken, moeten een paar extra regels met richtlijnen en uitzonderingen worden toegevoegd aan uw .htacces-bestand om te voorkomen dat AJAX-verzoeken automatisch worden geblokkeerd door de brute force-preventiefunctie."
697
 
698
- # @ all-in-one-wp-security-and-firewall
699
- #: admin/wp-security-brute-force-menu.php:427
700
- msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that AJAX operations will work as expected."
701
- msgstr "Door dit selectievakje in te schakelen, voegt de plug-in de nodige regels en uitzonderingen toe aan uw .htacces-bestand, zodat AJAX-bewerkingen naar verwachting zullen werken."
702
 
703
- # @ all-in-one-wp-security-and-firewall
704
- #: admin/wp-security-brute-force-menu.php:442
705
- msgid "The cookie test was successful. You can now enable this feature."
706
- msgstr "De cookietest was succesvol. U kunt deze functie nu inschakelen."
707
 
708
- # @ all-in-one-wp-security-and-firewall
709
- #: admin/wp-security-brute-force-menu.php:445
710
- msgid "Save Feature Settings"
711
- msgstr "Bewaar functie-instellingen"
712
 
713
- # @ all-in-one-wp-security-and-firewall
714
- #: admin/wp-security-brute-force-menu.php:452
715
- msgid "The cookie test failed on this server. So this feature cannot be used on this site."
716
- msgstr "De cookietest is mislukt op deze server. Dus deze functie kan niet worden gebruikt op deze site."
717
 
718
- # @ all-in-one-wp-security-and-firewall
719
- #: admin/wp-security-brute-force-menu.php:457
720
- msgid "Before using this feature you are required to perform a cookie test first. This is to make sure that your browser cookie is working correctly and that you won't lock yourself out."
721
- msgstr "Voordat u deze functie gebruikt, moet u eerst een cookietest uitvoeren. Dit is om ervoor te zorgen dat uw browsercookie correct werkt en dat u zichzelf niet buitensluit."
722
 
723
- # @ all-in-one-wp-security-and-firewall
724
- #: admin/wp-security-brute-force-menu.php:459
725
- msgid "Perform Cookie Test"
726
- msgstr "Voer een cookietest uit"
727
 
728
- # @ all-in-one-wp-security-and-firewall
729
- #: admin/wp-security-brute-force-menu.php:498
730
- msgid "This feature allows you to add a captcha form on the WordPress login page."
731
- msgstr "Met deze functie kunt u een captcha-formulier toevoegen op de aanmeldingspagina van WordPress."
732
 
733
- # @ all-in-one-wp-security-and-firewall
734
- #: admin/wp-security-brute-force-menu.php:499
735
- msgid "Users who attempt to login will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them login even if they entered the correct username and password."
736
- msgstr "Gebruikers die proberen in te loggen, moeten ook het antwoord op een eenvoudige wiskundige vraag invoeren - als ze een verkeerd antwoord invoeren, staat de plug-in hen niet toe om in te loggen, zelfs als ze de juiste gebruikersnaam en wachtwoord hebben ingevoerd."
737
 
738
- # @ all-in-one-wp-security-and-firewall
739
- #: admin/wp-security-brute-force-menu.php:500
740
- msgid "Therefore, adding a captcha form on the login page is another effective yet simple \"Brute Force\" prevention technique."
741
- msgstr "Daarom is het toevoegen van een captcha-formulier op de inlogpagina een andere effectieve maar eenvoudige \"Brute force\" -preventietechniek."
742
 
743
- # @ all-in-one-wp-security-and-firewall
744
- #: admin/wp-security-brute-force-menu.php:506
745
- msgid "Login Form Captcha Settings"
746
- msgstr "Aanmeldingsformulier Captcha-instellingen"
747
 
748
- # @ all-in-one-wp-security-and-firewall
749
- #: admin/wp-security-brute-force-menu.php:517
750
- msgid "Enable Captcha On Login Page"
751
- msgstr "Schakel Captcha aan op inlogpagina"
752
 
753
- # @ all-in-one-wp-security-and-firewall
754
- #: admin/wp-security-brute-force-menu.php:520
755
- msgid "Check this if you want to insert a captcha form on the login page"
756
- msgstr "Selecteer dit als u een captcha-formulier wilt invoegen op de inlogpagina"
757
 
758
- # @ all-in-one-wp-security-and-firewall
759
- #: admin/wp-security-brute-force-menu.php:526
760
- msgid "Lost Password Form Captcha Settings"
761
- msgstr "Wachtwoord vergeten formulier voor Captcha-instellingen"
762
 
763
- # @ all-in-one-wp-security-and-firewall
764
- #: admin/wp-security-brute-force-menu.php:536
765
- msgid "Enable Captcha On Lost Password Page"
766
- msgstr "Captcha aan op password-pagina inschakelen"
767
 
768
- # @ all-in-one-wp-security-and-firewall
769
- #: admin/wp-security-brute-force-menu.php:539
770
- msgid "Check this if you want to insert a captcha form on the lost password page"
771
- msgstr "Selecteer dit als u een captcha-formulier wilt invoegen op de pagina voor verloren wachtwoorden"
772
 
773
- # @ all-in-one-wp-security-and-firewall
774
- #: admin/wp-security-brute-force-menu.php:561
775
- msgid "Nonce check failed for save whitelist settings!"
776
- msgstr "Nonce check mislukt voor het opslaan van witte lijst-instellingen!"
777
 
778
- # @ all-in-one-wp-security-and-firewall
779
- #: admin/wp-security-brute-force-menu.php:618
780
- msgid "The All In One WP Security Whitelist feature gives you the option of only allowing certain IP addresses or ranges to have access to your WordPress login page."
781
- msgstr "De All in one WP niet geblokkeerde lijst-functie voor beveiliging biedt u de mogelijkheid om alleen bepaalde IP-adressen of bereiken toegang te geven tot uw WordPress-aanmeldingspagina."
782
 
783
- # @ all-in-one-wp-security-and-firewall
784
- #: admin/wp-security-brute-force-menu.php:619
785
- msgid "This feature will deny login access for all IP addresses which are not in your whitelist as configured in the settings below."
786
- msgstr "Met deze functie wordt inlogtoegang voor alle IP-adressen die niet in uw whitelist staan, zoals geconfigureerd in de onderstaande instellingen, geweigerd."
787
 
788
- # @ all-in-one-wp-security-and-firewall
789
- #: admin/wp-security-brute-force-menu.php:620
790
- msgid "The plugin achieves this by writing the appropriate directives to your .htaccess file."
791
- msgstr "De plug-in bereikt dit door de juiste richtlijnen naar uw .htaccess-bestand te schrijven."
792
 
793
- # @ all-in-one-wp-security-and-firewall
794
- #: admin/wp-security-brute-force-menu.php:621
795
- msgid "By allowing/blocking IP addresses via the .htaccess file your are using the most secure first line of defence because login access will only be granted to whitelisted IP addresses and other addresses will be blocked as soon as they try to access your login page."
796
- msgstr "Door IP-adressen toe te staan / te blokkeren via het .htaccess-bestand, gebruikt u de veiligste eerste verdedigingslinie omdat inlogtoegang alleen wordt verleend aan witte IP-adressen en andere adressen worden geblokkeerd zodra ze proberen toegang te krijgen tot uw inlogpagina."
797
 
798
- # @ all-in-one-wp-security-and-firewall
799
- #: admin/wp-security-brute-force-menu.php:628
800
- #, php-format
801
- msgid "Attention: If in addition to enabling the white list feature, you also have the %s feature enabled, <strong>you will still need to use your secret word in the URL when trying to access your WordPress login page</strong>."
802
- msgstr "Let op: Als u naast het inschakelen van de witte lijstfunctie ook de %s functie hebt ingeschakeld, <strong>moet u uw geheime woord toch gebruiken in de URL wanneer u probeert toegang te krijgen tot uw WordPress inlogpagina</ strong>."
803
 
804
- # @ all-in-one-wp-security-and-firewall
805
- #: admin/wp-security-brute-force-menu.php:629
806
- msgid "These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security."
807
- msgstr "Deze functies zijn NIET functioneel gerelateerd. Als ze beide op uw site zijn ingeschakeld, betekent dit dat u twee beveiligingslagen maakt."
808
 
809
- # @ all-in-one-wp-security-and-firewall
810
- #: admin/wp-security-brute-force-menu.php:634
811
- msgid "Login IP Whitelist Settings"
812
- msgstr "Inloggen IP niet geblokkeerdelijst instellingen"
813
 
814
- # @ all-in-one-wp-security-and-firewall
815
- #: admin/wp-security-brute-force-menu.php:645
816
- msgid "Enable IP Whitelisting"
817
- msgstr "IP niet geblokkeerdelijst inschakelen"
818
 
819
- # @ all-in-one-wp-security-and-firewall
820
- #: admin/wp-security-brute-force-menu.php:648
821
- msgid "Check this if you want to enable the whitelisting of selected IP addresses specified in the settings below"
822
- msgstr "Selecteer dit als u de niet geblokkeerdelijst van de geselecteerde IP-adressen wilt inschakelen die zijn opgegeven in de onderstaande instellingen"
823
 
824
- # @ all-in-one-wp-security-and-firewall
825
- #: admin/wp-security-brute-force-menu.php:652
826
- msgid "Your Current IP Address"
827
- msgstr "Uw huidige IP-adres"
828
 
829
- # @ all-in-one-wp-security-and-firewall
830
- #: admin/wp-security-brute-force-menu.php:655
831
- msgid "You can copy and paste this address in the text box below if you want to include it in your login whitelist."
832
- msgstr "U kunt dit adres in het onderstaande tekstvak kopiëren en plakken als u het in uw witte login-login wilt opnemen."
833
 
834
- # @ all-in-one-wp-security-and-firewall
835
- #: admin/wp-security-brute-force-menu.php:659
836
- msgid "Enter Whitelisted IP Addresses:"
837
- msgstr "Voer IP-adressen op de witte lijst in:"
838
 
839
- # @ all-in-one-wp-security-and-firewall
840
- #: admin/wp-security-brute-force-menu.php:663
841
- msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. Only the addresses specified here will have access to the WordPress login page."
842
- msgstr "Voer een of meer IP-adressen of IP-reeksen in die u op uw witte lijst wilt opnemen. Alleen de hier opgegeven adressen hebben toegang tot de aanmeldingspagina van WordPress."
843
 
844
- # @ all-in-one-wp-security-and-firewall
845
- #: admin/wp-security-dashboard-menu.php:24
846
- msgid "System Info"
847
- msgstr "Systeeminformatie"
848
 
849
- # @ all-in-one-wp-security-and-firewall
850
- #: admin/wp-security-dashboard-menu.php:25
851
- #: admin/wp-security-dashboard-menu.php:436
852
- msgid "Locked IP Addresses"
853
- msgstr "Geblokkeerde IP-adressen"
854
 
855
- # @ all-in-one-wp-security-and-firewall
856
- #: admin/wp-security-dashboard-menu.php:31
857
- msgid "Permanent Block List"
858
- msgstr "Permanente blokkeringslijst"
859
-
860
- # @ all-in-one-wp-security-and-firewall
861
- #: admin/wp-security-dashboard-menu.php:75
862
- msgid "For information, updates and documentation, please visit the"
863
- msgstr "Voor informatie, updates en documentatie bezoekt u de"
864
-
865
- # @ all-in-one-wp-security-and-firewall
866
- #: admin/wp-security-dashboard-menu.php:75
867
- msgid "AIO WP Security & Firewall Plugin"
868
- msgstr "AIO WP-plug-in voor beveiliging en firewall"
869
-
870
- # @ all-in-one-wp-security-and-firewall
871
- #: admin/wp-security-dashboard-menu.php:75
872
- msgid "Page"
873
- msgstr "Pagina"
874
-
875
- # @ all-in-one-wp-security-and-firewall
876
- #: admin/wp-security-dashboard-menu.php:76
877
- msgid "Follow us"
878
- msgstr "Volg ons"
879
-
880
- # @ all-in-one-wp-security-and-firewall
881
- #: admin/wp-security-dashboard-menu.php:76
882
- msgid "Twitter, Google+ or via Email to stay up to date about the new security features of this plugin."
883
- msgstr "Twitter, Google+ of via e-mail om op de hoogte te blijven van de nieuwe beveiligingsfuncties van deze plug-in."
884
-
885
- # @ all-in-one-wp-security-and-firewall
886
- #: admin/wp-security-dashboard-menu.php:477
887
- msgid "Security Strength Meter"
888
- msgstr "Veiligheidssterktemeter"
889
 
890
- # @ all-in-one-wp-security-and-firewall
891
- #: admin/wp-security-dashboard-menu.php:119
892
- msgid "Total Achievable Points: "
893
- msgstr "Totaal behaalde punten: "
894
 
895
- # @ all-in-one-wp-security-and-firewall
896
- #: admin/wp-security-dashboard-menu.php:121
897
- msgid "Current Score of Your Site: "
898
- msgstr "Huidige score van uw site: "
899
 
900
- # @ all-in-one-wp-security-and-firewall
901
- #: admin/wp-security-dashboard-menu.php:478
902
- msgid "Security Points Breakdown"
903
- msgstr "Uitsplitsing beveiligingspunten"
 
 
904
 
905
- # @ all-in-one-wp-security-and-firewall
906
- #: admin/wp-security-dashboard-menu.php:479
907
- msgid "Spread the Word"
908
- msgstr "Vertel het verder"
909
 
910
- # @ all-in-one-wp-security-and-firewall
911
- #: admin/wp-security-dashboard-menu.php:480
912
- msgid "Get To Know The Developers"
913
- msgstr "Maak kennis met de ontwikkelaars"
914
 
915
- # @ all-in-one-wp-security-and-firewall
916
- #: admin/wp-security-dashboard-menu.php:604
917
- msgid "Wanna know more about the developers behind this plugin?"
918
- msgstr "Wil je meer weten over de ontwikkelaars achter deze plug-in?"
919
 
920
- # @ all-in-one-wp-security-and-firewall
921
- #: admin/wp-security-dashboard-menu.php:481
922
- msgid "Critical Feature Status"
923
- msgstr "Kritieke functiestatus"
924
 
925
- # @ all-in-one-wp-security-and-firewall
926
- #: admin/wp-security-dashboard-menu.php:176
927
- msgid "Below is the current status of the critical features that you should activate on your site to achieve a minimum level of recommended security"
928
- msgstr "Hieronder vindt u de huidige status van de kritieke functies die u op uw site moet activeren om een minimaal niveau van aanbevolen beveiliging te bereiken"
929
 
930
- # @ all-in-one-wp-security-and-firewall
931
- #: admin/wp-security-dashboard-menu.php:180
932
- msgid "Admin Username"
933
- msgstr "Admin-gebruikersnaam"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
934
 
935
- # @ all-in-one-wp-security-and-firewall
936
- #: admin/wp-security-dashboard-menu.php:195
937
- #: admin/wp-security-user-login-menu.php:25
938
- #: classes/grade-system/wp-security-feature-item-manager.php:42
939
- msgid "Login Lockdown"
940
- msgstr "Login slot"
941
 
942
- # @ all-in-one-wp-security-and-firewall
943
- #: admin/wp-security-dashboard-menu.php:210
944
- msgid "File Permission"
945
- msgstr "Bestandsmachtiging"
946
 
947
- # @ all-in-one-wp-security-and-firewall
948
- #: admin/wp-security-dashboard-menu.php:225
949
- msgid "Basic Firewall"
950
- msgstr "Basis Firewall"
951
 
952
- # @ all-in-one-wp-security-and-firewall
953
- #: admin/wp-security-dashboard-menu.php:482
954
- msgid "Last 5 Logins"
955
- msgstr "Laatste 5 logins"
956
 
957
- # @ all-in-one-wp-security-and-firewall
958
- #: admin/wp-security-dashboard-menu.php:257
959
- msgid "No data found!"
960
- msgstr "Geen data gevonden!"
961
 
962
- # @ all-in-one-wp-security-and-firewall
963
- #: admin/wp-security-dashboard-menu.php:261
964
- msgid "Last 5 logins summary:"
965
- msgstr "Samenvatting laatste 5 logins:"
966
 
967
- # @ all-in-one-wp-security-and-firewall
968
- #: admin/wp-security-dashboard-menu.php:486
969
- msgid "Brute Force Prevention Login Page"
970
- msgstr "Inlogpagina brute force-preventie"
971
 
972
- # @ all-in-one-wp-security-and-firewall
973
- #: admin/wp-security-dashboard-menu.php:265
974
- msgid "User"
975
- msgstr "Gebruiker"
976
 
977
- # @ all-in-one-wp-security-and-firewall
978
- #: admin/wp-security-dashboard-menu.php:266
979
- msgid "Date"
980
- msgstr "Datum"
981
 
982
- # @ all-in-one-wp-security-and-firewall
983
- #: admin/wp-security-dashboard-menu.php:267
984
- msgid "IP"
985
- msgstr "IP"
986
 
987
- # @ all-in-one-wp-security-and-firewall
988
- #: admin/wp-security-dashboard-menu.php:288
989
- msgid "Maintenance Mode Status"
990
- msgstr "Status Onderhoudsmodus"
991
 
992
- # @ all-in-one-wp-security-and-firewall
993
- #: admin/wp-security-dashboard-menu.php:292
994
- msgid "Maintenance mode is currently enabled. Remember to turn it off when you are done"
995
- msgstr "Onderhoudsmodus is momenteel ingeschakeld. Vergeet niet om het uit te schakelen als je klaar bent"
996
 
997
- # @ all-in-one-wp-security-and-firewall
998
- #: admin/wp-security-dashboard-menu.php:295
999
- msgid "Maintenance mode is currently off."
1000
- msgstr "De onderhoudsmodus is momenteel uitgeschakeld."
1001
 
1002
- # @ all-in-one-wp-security-and-firewall
1003
- #: admin/wp-security-dashboard-menu.php:299
1004
- msgid "Maintenance Mode"
1005
- msgstr "Onderhoudsstand"
1006
 
1007
- # @ all-in-one-wp-security-and-firewall
1008
- #: admin/wp-security-dashboard-menu.php:321
1009
- msgid "Cookie Based Brute Prevention"
1010
- msgstr "Op cookies gebaseerde brute preventie"
1011
 
1012
- # @ all-in-one-wp-security-and-firewall
1013
- #: admin/wp-security-dashboard-menu.php:324
1014
- msgid "Cookie-Based Brute Force"
1015
- msgstr "Op cookies gebaseerde brute kracht"
1016
 
1017
- # @ all-in-one-wp-security-and-firewall
1018
- #: admin/wp-security-dashboard-menu.php:328
1019
- #: admin/wp-security-dashboard-menu.php:356
1020
- #, php-format
1021
- msgid "The %s feature is currently active."
1022
- msgstr "De %s functie is momenteel actief."
1023
 
1024
- # @ all-in-one-wp-security-and-firewall
1025
- #: admin/wp-security-dashboard-menu.php:329
1026
- #: admin/wp-security-dashboard-menu.php:357
1027
- msgid "Your new WordPress login URL is now:"
1028
- msgstr "Uw nieuwe WordPress inlog-URL is nu:"
1029
 
1030
- # @ all-in-one-wp-security-and-firewall
1031
- #: admin/wp-security-dashboard-menu.php:389
1032
- #: admin/wp-security-user-login-menu.php:29
1033
- msgid "Logged In Users"
1034
- msgstr "Ingelogde gebruikers"
1035
 
1036
- # @ all-in-one-wp-security-and-firewall
1037
- #: admin/wp-security-dashboard-menu.php:399
1038
- msgid "Number of users currently logged in site-wide is:"
1039
- msgstr "Het aantal gebruikers dat momenteel op de hele site is ingelogd, is:"
1040
 
1041
- # @ all-in-one-wp-security-and-firewall
1042
- #: admin/wp-security-dashboard-menu.php:400
1043
- #: admin/wp-security-dashboard-menu.php:422
1044
- #: admin/wp-security-dashboard-menu.php:450
1045
- #, php-format
1046
- msgid "Go to the %s menu to see more details"
1047
- msgstr "Ga naar het %s menu voor meer details"
1048
 
1049
- # @ all-in-one-wp-security-and-firewall
1050
- #: admin/wp-security-dashboard-menu.php:405
1051
- msgid "There are no other site-wide users currently logged in."
1052
- msgstr "Er zijn momenteel geen andere gebruikers op de hele site ingelogd."
1053
 
1054
- # @ all-in-one-wp-security-and-firewall
1055
- #: admin/wp-security-dashboard-menu.php:421
1056
- msgid "Number of users currently logged into your site (including you) is:"
1057
- msgstr "Het aantal gebruikers dat momenteel op uw site is ingelogd (inclusief uzelf) is:"
1058
 
1059
- # @ all-in-one-wp-security-and-firewall
1060
- #: admin/wp-security-dashboard-menu.php:427
1061
- msgid "There are no other users currently logged in."
1062
- msgstr "Er zijn momenteel geen andere gebruikers die ingelogd zijn."
1063
 
1064
- # @ all-in-one-wp-security-and-firewall
1065
- #: admin/wp-security-dashboard-menu.php:444
1066
- msgid "There are no IP addresses currently locked out."
1067
- msgstr "Er zijn momenteel geen IP-adressen geblokkeerd."
1068
 
1069
- # @ all-in-one-wp-security-and-firewall
1070
- #: admin/wp-security-dashboard-menu.php:449
1071
- msgid "Number of temporarily locked out IP addresses: "
1072
- msgstr "Aantal tijdelijk geblokkeerde IP-adressen: "
1073
 
1074
- # @ all-in-one-wp-security-and-firewall
1075
- #: admin/wp-security-dashboard-menu.php:465
1076
- msgid "We are working hard to make your WordPress site more secure. Please support us, here is how:"
1077
- msgstr "We doen er alles aan om uw WordPress-site veiliger te maken. Steun ons alsjeblieft, hieronder ziet u hoe:"
1078
 
1079
- # @ all-in-one-wp-security-and-firewall
1080
- #: admin/wp-security-dashboard-menu.php:489
1081
- msgid "Site Info"
1082
- msgstr "Site informatie"
1083
 
1084
- # @ all-in-one-wp-security-and-firewall
1085
- #: admin/wp-security-dashboard-menu.php:491
1086
- msgid "Plugin Version"
1087
- msgstr "Plugin-versie"
1088
 
1089
- # @ all-in-one-wp-security-and-firewall
1090
- #: admin/wp-security-dashboard-menu.php:492
1091
- msgid "WP Version"
1092
- msgstr "WP-versie"
1093
 
1094
- # @ all-in-one-wp-security-and-firewall
1095
- #: admin/wp-security-dashboard-menu.php:494
1096
- #: admin/wp-security-dashboard-menu.php:496
1097
- #: admin/wp-security-dashboard-menu.php:592
1098
- msgid "Version"
1099
- msgstr "Versie"
1100
 
1101
- # @ all-in-one-wp-security-and-firewall
1102
- #: admin/wp-security-dashboard-menu.php:495
1103
- msgid "Table Prefix"
1104
- msgstr "Tabelvoorvoegsel"
1105
 
1106
- # @ all-in-one-wp-security-and-firewall
1107
- #: admin/wp-security-dashboard-menu.php:497
1108
- msgid "Session Save Path"
1109
- msgstr "Sessie Opslaan Pad"
1110
 
1111
- # @ all-in-one-wp-security-and-firewall
1112
- #: admin/wp-security-dashboard-menu.php:499
1113
- msgid "Server Name"
1114
- msgstr "Server naam"
1115
 
1116
- # @ all-in-one-wp-security-and-firewall
1117
- #: admin/wp-security-dashboard-menu.php:500
1118
- msgid "Cookie Domain"
1119
- msgstr "Cookie-domein"
1120
 
1121
- # @ all-in-one-wp-security-and-firewall
1122
- #: admin/wp-security-dashboard-menu.php:501
1123
- msgid "Library Present"
1124
- msgstr "Bibliotheek aanwezig"
1125
 
1126
- # @ all-in-one-wp-security-and-firewall
1127
- #: admin/wp-security-dashboard-menu.php:502
1128
- msgid "Debug File Write Permissions"
1129
- msgstr "Foutopsporingsbestanden Schrijfrechten"
1130
 
1131
- # @ all-in-one-wp-security-and-firewall
1132
- #: admin/wp-security-dashboard-menu.php:506
1133
- msgid "PHP Info"
1134
- msgstr "PHP informatie"
1135
 
1136
- # @ all-in-one-wp-security-and-firewall
1137
- #: admin/wp-security-dashboard-menu.php:508
1138
- msgid "PHP Version"
1139
- msgstr "PHP versie"
1140
 
1141
- # @ all-in-one-wp-security-and-firewall
1142
- #: admin/wp-security-dashboard-menu.php:509
1143
- msgid "PHP Memory Usage"
1144
- msgstr "PHP Geheugengebruik"
1145
 
1146
- # @ all-in-one-wp-security-and-firewall
1147
- #: admin/wp-security-dashboard-menu.php:510
1148
- msgid " MB"
1149
- msgstr " MB"
1150
 
1151
- # @ all-in-one-wp-security-and-firewall
1152
- #: admin/wp-security-dashboard-menu.php:516
1153
- #: admin/wp-security-dashboard-menu.php:524
1154
- #: admin/wp-security-dashboard-menu.php:532
1155
- #: admin/wp-security-dashboard-menu.php:574
1156
- msgid "N/A"
1157
- msgstr "N/A"
1158
 
1159
- # @ all-in-one-wp-security-and-firewall
1160
- #: admin/wp-security-dashboard-menu.php:519
1161
- msgid "PHP Memory Limit"
1162
- msgstr "PHP Geheugenlimiet"
1163
 
1164
- # @ all-in-one-wp-security-and-firewall
1165
- #: admin/wp-security-dashboard-menu.php:527
1166
- msgid "PHP Max Upload Size"
1167
- msgstr "PHP Maximale uploadgrootte"
1168
 
1169
- # @ all-in-one-wp-security-and-firewall
1170
- #: admin/wp-security-dashboard-menu.php:535
1171
- msgid "PHP Max Post Size"
1172
- msgstr "PHP Max. Berichtgrootte"
1173
 
1174
- # @ all-in-one-wp-security-and-firewall
1175
- #: admin/wp-security-dashboard-menu.php:538
1176
- #: admin/wp-security-dashboard-menu.php:546
1177
- #: admin/wp-security-dashboard-menu.php:555
1178
- #: admin/wp-security-dashboard-menu.php:563
1179
- msgid "On"
1180
- msgstr "Aan"
1181
 
1182
- # @ all-in-one-wp-security-and-firewall
1183
- #: admin/wp-security-dashboard-menu.php:540
1184
- #: admin/wp-security-dashboard-menu.php:548
1185
- #: admin/wp-security-dashboard-menu.php:557
1186
- #: admin/wp-security-dashboard-menu.php:565
1187
- msgid "Off"
1188
- msgstr "Uit"
1189
 
1190
- # @ all-in-one-wp-security-and-firewall
1191
- #: admin/wp-security-dashboard-menu.php:543
1192
- msgid "PHP Safe Mode"
1193
- msgstr "PHP Veilige modus"
1194
 
1195
- # @ all-in-one-wp-security-and-firewall
1196
- #: admin/wp-security-dashboard-menu.php:551
1197
- msgid "PHP Allow URL fopen"
1198
- msgstr "PHP Toestaan URL fopen"
1199
 
1200
- # @ default
1201
- #: admin/wp-security-dashboard-menu.php:560
1202
- msgid "PHP Allow URL Include"
1203
- msgstr "PHP Toestaan URL op te nemen"
1204
 
1205
- # @ all-in-one-wp-security-and-firewall
1206
- #: admin/wp-security-dashboard-menu.php:568
1207
- msgid "PHP Display Errors"
1208
- msgstr "PHP Fouten weergeven"
1209
 
1210
- # @ all-in-one-wp-security-and-firewall
1211
- #: admin/wp-security-dashboard-menu.php:577
1212
- msgid "PHP Max Script Execution Time"
1213
- msgstr "PHP Max script uitvoeringstijd"
1214
 
1215
- # @ default
1216
- #: admin/wp-security-dashboard-menu.php:577
1217
- msgid "Seconds"
1218
- msgstr "Seconden"
1219
 
1220
- # @ all-in-one-wp-security-and-firewall
1221
- #: admin/wp-security-dashboard-menu.php:581
1222
- msgid "Active Plugins"
1223
- msgstr "Actieve plug-ins"
1224
 
1225
- # @ all-in-one-wp-security-and-firewall
1226
- #: admin/wp-security-dashboard-menu.php:591
1227
- #: admin/wp-security-filesystem-menu.php:130
1228
- #: admin/wp-security-filesystem-menu.php:149
1229
- msgid "Name"
1230
- msgstr "Naam"
1231
 
1232
- # @ all-in-one-wp-security-and-firewall
1233
- #: admin/wp-security-dashboard-menu.php:593
1234
- msgid "Plugin URL"
1235
- msgstr "Plugin URL"
1236
 
1237
- # @ all-in-one-wp-security-and-firewall
1238
- #: admin/wp-security-dashboard-menu.php:629
1239
- msgid "Currently Locked Out IP Addresses and Ranges"
1240
- msgstr "Momenteel geblokkeerde IP-adressen en bereiken"
1241
 
1242
- # @ all-in-one-wp-security-and-firewall
1243
- #: admin/wp-security-database-menu.php:26
1244
- #: admin/wp-security-database-menu.php:31
1245
- #: classes/grade-system/wp-security-feature-item-manager.php:62
1246
- msgid "DB Backup"
1247
- msgstr "DB Backup"
1248
 
1249
- # @ all-in-one-wp-security-and-firewall
1250
- #: admin/wp-security-database-menu.php:30
1251
- #: classes/grade-system/wp-security-feature-item-manager.php:60
1252
- msgid "DB Prefix"
1253
- msgstr "DB Prefix"
1254
 
1255
- # @ all-in-one-wp-security-and-firewall
1256
- #: admin/wp-security-database-menu.php:93
1257
- msgid "Nonce check failed for DB prefix change operation!"
1258
- msgstr "Controle nonce is mislukt voor wijziging DB-voorvoegsel!"
1259
 
1260
- # @ all-in-one-wp-security-and-firewall
1261
- #: admin/wp-security-database-menu.php:101
1262
- msgid "The plugin has detected that it cannot write to the wp-config.php file. This feature can only be used if the plugin can successfully write to the wp-config.php file."
1263
- msgstr "De plug-in heeft gedetecteerd dat het niet naar het bestand wp-config.php kan schrijven. Deze functie kan alleen worden gebruikt als de plug-in succesvol kan schrijven naar het bestand wp-config.php."
1264
 
1265
- # @ all-in-one-wp-security-and-firewall
1266
- #: admin/wp-security-database-menu.php:114
1267
- msgid "Please enter a value for the DB prefix."
1268
- msgstr "Voer een waarde in voor de DB-prefix."
1269
 
1270
- # @ all-in-one-wp-security-and-firewall
1271
- #: admin/wp-security-database-menu.php:123
1272
- msgid "<strong>ERROR</strong>: The table prefix can only contain numbers, letters, and underscores."
1273
- msgstr "<strong>FOUT </strong>: het voorvoegsel van de tabel mag alleen cijfers, letters en onderstrepingstekens bevatten."
1274
 
1275
- # @ all-in-one-wp-security-and-firewall
1276
- #: admin/wp-security-database-menu.php:131
1277
- msgid "Change Database Prefix"
1278
- msgstr "Wijzig database Prefix"
1279
 
1280
- # @ all-in-one-wp-security-and-firewall
1281
- #: admin/wp-security-database-menu.php:134
1282
- msgid "Your WordPress DB is the most important asset of your website because it contains a lot of your site's precious information."
1283
- msgstr "Uw WordPress DB is het belangrijkste bezit van uw website omdat deze veel waardevolle informatie van uw site bevat."
1284
 
1285
- # @ all-in-one-wp-security-and-firewall
1286
- #: admin/wp-security-database-menu.php:135
1287
- msgid "The DB is also a target for hackers via methods such as SQL injections and malicious and automated code which targets certain tables."
1288
- msgstr "De DB is ook een doelwit voor hackers via methoden zoals SQL-injecties en schadelijke en geautomatiseerde code die op bepaalde tabellen is gericht."
1289
 
1290
- # @ all-in-one-wp-security-and-firewall
1291
- #: admin/wp-security-database-menu.php:136
1292
- msgid "One way to add a layer of protection for your DB is to change the default WordPress table prefix from \"wp_\" to something else which will be difficult for hackers to guess."
1293
- msgstr "Een manier om een beveiligingslaag toe te voegen voor uw DB is het standaard WordPress-tabelprefix van 'wp_' te wijzigen in iets anders dat moeilijk te raden is voor hackers."
1294
 
1295
- # @ all-in-one-wp-security-and-firewall
1296
- #: admin/wp-security-database-menu.php:137
1297
- msgid "This feature allows you to easily change the prefix to a value of your choice or to a random value set by this plugin."
1298
- msgstr "Met deze functie kunt u eenvoudig het voorvoegsel wijzigen in een waarde naar keuze of een willekeurige waarde instellen door deze plug-in."
1299
 
1300
- # @ all-in-one-wp-security-and-firewall
1301
- #: admin/wp-security-database-menu.php:143
1302
- msgid "DB Prefix Options"
1303
- msgstr "DB Prefix-opties"
1304
 
1305
- # @ all-in-one-wp-security-and-firewall
1306
- #: admin/wp-security-database-menu.php:154
1307
- #, php-format
1308
- msgid "It is recommended that you perform a %s before using this feature"
1309
- msgstr "Het wordt aanbevolen dat u een %s uitvoert voordat u deze functie gebruikt"
1310
 
1311
- # @ all-in-one-wp-security-and-firewall
1312
- #: admin/wp-security-database-menu.php:163
1313
- msgid "Current DB Table Prefix"
1314
- msgstr "Huidige DB-tabelprefix"
1315
 
1316
- # @ all-in-one-wp-security-and-firewall
1317
- #: admin/wp-security-database-menu.php:169
1318
- msgid ""
1319
- "Your site is currently using the default WordPress DB prefix value of \"wp_\". \n"
1320
- " To increase your site's security you should consider changing the DB prefix value to another value."
1321
- msgstr ""
1322
- "Uw site gebruikt momenteel de standaard WordPress DB-prefixwaarde \"wp_\".\n"
1323
- " Als u de beveiliging van uw site wilt verhogen, kunt u overwegen de DB-prefixwaarde te wijzigen in een andere waarde."
1324
 
1325
- # @ all-in-one-wp-security-and-firewall
1326
- #: admin/wp-security-database-menu.php:176
1327
- msgid "Generate New DB Table Prefix"
1328
- msgstr "Genereer een nieuwe DB-tabelprefix"
1329
 
1330
- # @ all-in-one-wp-security-and-firewall
1331
- #: admin/wp-security-database-menu.php:179
1332
- msgid "Check this if you want the plugin to generate a random 6 character string for the table prefix"
1333
- msgstr "Schakel dit selectievakje in als u wilt dat de plug-in een willekeurige tekenreeks van 6 tekens genereert voor het voorvoegsel van de tabel"
1334
 
1335
- # @ all-in-one-wp-security-and-firewall
1336
- #: admin/wp-security-database-menu.php:180
1337
- msgid "OR"
1338
- msgstr "OF"
1339
 
1340
- # @ all-in-one-wp-security-and-firewall
1341
- #: admin/wp-security-database-menu.php:182
1342
- msgid "Choose your own DB prefix by specifying a string which contains letters and/or numbers and/or underscores. Example: xyz_"
1343
- msgstr "Kies uw eigen DB-voorvoegsel door een tekenreeks op te geven die letters en / of cijfers en / of onderstrepingstekens bevat. Voorbeeld: xyz_"
1344
 
1345
- # @ all-in-one-wp-security-and-firewall
1346
- #: admin/wp-security-database-menu.php:186
1347
- msgid "Change DB Prefix"
1348
- msgstr "Wijzig DB-prefix"
1349
 
1350
- # @ all-in-one-wp-security-and-firewall
1351
- #: admin/wp-security-database-menu.php:207
1352
- #: admin/wp-security-filesystem-menu.php:86
1353
- msgid "Nonce check failed for manual DB backup operation!"
1354
- msgstr "Nonce check mislukt voor handmatige DB backup-bewerking!"
1355
 
1356
- # @ all-in-one-wp-security-and-firewall
1357
- #: admin/wp-security-database-menu.php:224
1358
- msgid "DB Backup was successfully completed! You will receive the backup file via email if you have enabled \"Send Backup File Via Email\", otherwise you can retrieve it via FTP from the following directory:"
1359
- msgstr "DB Backup is succesvol afgerond! U ontvangt het back-upbestand per e-mail als u \"Stuurbestand via e-mail verzenden\" hebt ingeschakeld, anders kunt u het via FTP ophalen uit de volgende map:"
1360
 
1361
- # @ default
1362
- #: admin/wp-security-database-menu.php:226
1363
- msgid "Your DB Backup File location: "
1364
- msgstr "Uw DB Backup File-locatie: "
1365
 
1366
- # @ all-in-one-wp-security-and-firewall
1367
- #: admin/wp-security-database-menu.php:234
1368
- msgid "DB Backup failed. Please check the permissions of the backup directory."
1369
- msgstr "DB Backup failed. Please check the permissions of the backup directory."
1370
 
1371
- # @ all-in-one-wp-security-and-firewall
1372
- #: admin/wp-security-database-menu.php:251
1373
- #: admin/wp-security-filescan-menu.php:133
1374
- msgid "You entered a non numeric value for the \"backup time interval\" field. It has been set to the default value."
1375
- msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld \"backup-tijdsinterval\". Het is ingesteld op de standaardwaarde."
1376
 
1377
- # @ all-in-one-wp-security-and-firewall
1378
- #: admin/wp-security-database-menu.php:258
1379
- msgid "You entered a non numeric value for the \"number of backup files to keep\" field. It has been set to the default value."
1380
- msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld 'Aantal back-upbestanden behouden'. Het is ingesteld op de standaardwaarde."
1381
 
1382
- # @ all-in-one-wp-security-and-firewall
1383
- #: admin/wp-security-database-menu.php:265
1384
- #: admin/wp-security-filescan-menu.php:163
1385
- #: admin/wp-security-user-login-menu.php:117
1386
- msgid "You have entered an incorrect email address format. It has been set to your WordPress admin email as default."
1387
- msgstr "U hebt een verkeerd e-mailadresindeling ingevoerd. Het is standaard ingesteld op uw WordPress-e-mailadres voor beheerders."
1388
 
1389
- # @ all-in-one-wp-security-and-firewall
1390
- #: admin/wp-security-database-menu.php:298
1391
- msgid "Manual Backup"
1392
- msgstr "Handmatige back-up"
1393
 
1394
- # @ all-in-one-wp-security-and-firewall
1395
- #: admin/wp-security-database-menu.php:304
1396
- msgid "To create a new DB backup just click on the button below."
1397
- msgstr "Klik op de onderstaande knop om een nieuwe DB-back-up te maken."
1398
 
1399
- # @ all-in-one-wp-security-and-firewall
1400
- #: admin/wp-security-database-menu.php:307
1401
- msgid "Create DB Backup Now"
1402
- msgstr "Maak nu DB-back-up"
1403
 
1404
- # @ all-in-one-wp-security-and-firewall
1405
- #: admin/wp-security-database-menu.php:311
1406
- msgid "Automated Scheduled Backups"
1407
- msgstr "Geautomatiseerde geplande back-ups"
1408
 
1409
- # @ all-in-one-wp-security-and-firewall
1410
- #: admin/wp-security-database-menu.php:323
1411
- msgid "Enable Automated Scheduled Backups"
1412
- msgstr "Schakel geautomatiseerde geplande back-ups in"
1413
 
1414
- # @ all-in-one-wp-security-and-firewall
1415
- #: admin/wp-security-database-menu.php:326
1416
- msgid "Check this if you want the system to automatically generate backups periodically based on the settings below"
1417
- msgstr "Selecteer dit als u wilt dat het systeem regelmatig automatisch back-ups genereert op basis van de onderstaande instellingen"
1418
 
1419
- # @ all-in-one-wp-security-and-firewall
1420
- #: admin/wp-security-database-menu.php:330
1421
- msgid "Backup Time Interval"
1422
- msgstr "Back-up interval tijd"
1423
 
1424
- # @ all-in-one-wp-security-and-firewall
1425
- #: admin/wp-security-database-menu.php:333
1426
- #: admin/wp-security-filescan-menu.php:279
1427
- msgid "Hours"
1428
- msgstr "Uren"
1429
 
1430
- # @ all-in-one-wp-security-and-firewall
1431
- #: admin/wp-security-database-menu.php:334
1432
- #: admin/wp-security-filescan-menu.php:280
1433
- msgid "Days"
1434
- msgstr "Dagen"
1435
 
1436
- # @ all-in-one-wp-security-and-firewall
1437
- #: admin/wp-security-database-menu.php:335
1438
- #: admin/wp-security-filescan-menu.php:281
1439
- msgid "Weeks"
1440
- msgstr "Weken"
1441
 
1442
- # @ all-in-one-wp-security-and-firewall
1443
- #: admin/wp-security-database-menu.php:337
1444
- msgid "Set the value for how often you would like an automated backup to occur"
1445
- msgstr "Stel de waarde in voor hoe vaak u een automatische back-up wilt laten plaatsvinden"
1446
 
1447
- # @ all-in-one-wp-security-and-firewall
1448
- #: admin/wp-security-database-menu.php:341
1449
- msgid "Number of Backup Files To Keep"
1450
- msgstr "Aantal back-upbestanden dat moet worden bewaard"
1451
 
1452
- # @ all-in-one-wp-security-and-firewall
1453
- #: admin/wp-security-database-menu.php:343
1454
- msgid "Thie field allows you to choose the number of backup files you would like to keep in the backup directory"
1455
- msgstr "In dit veld kunt u het aantal back-upbestanden kiezen dat u wilt behouden in de back-upmap"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1456
 
1457
- # @ all-in-one-wp-security-and-firewall
1458
- #: admin/wp-security-database-menu.php:347
1459
- msgid "Send Backup File Via Email"
1460
- msgstr "Stuur een back-upbestand via e-mail"
1461
 
1462
- # @ all-in-one-wp-security-and-firewall
1463
- #: admin/wp-security-database-menu.php:350
1464
- msgid "Check this if you want the system to email you the backup file after a DB backup has been performed"
1465
- msgstr "Selecteer dit als u wilt dat het systeem u het back-upbestand e-mailt nadat een DB-back-up is uitgevoerd"
1466
 
1467
- # @ all-in-one-wp-security-and-firewall
1468
- #: admin/wp-security-database-menu.php:352
1469
- #: admin/wp-security-filescan-menu.php:325
1470
- #: admin/wp-security-user-login-menu.php:235
1471
- msgid "Enter an email address"
1472
- msgstr "Voer een e-mail adres in"
1473
 
1474
- # @ all-in-one-wp-security-and-firewall
1475
- #: admin/wp-security-database-menu.php:383
1476
- msgid "Error - Could not get tables or no tables found!"
1477
- msgstr "Fout - Kan geen tabellen krijgen of geen tabellen gevonden!"
1478
 
1479
- # @ all-in-one-wp-security-and-firewall
1480
- #: admin/wp-security-database-menu.php:388
1481
- msgid "Starting DB prefix change operations....."
1482
- msgstr "DB-prefix wisseloperaties starten ..."
1483
 
1484
- # @ all-in-one-wp-security-and-firewall
1485
- #: admin/wp-security-database-menu.php:390
1486
- #, php-format
1487
- msgid "Your WordPress system has a total of %s tables and your new DB prefix will be: %s"
1488
- msgstr "Uw WordPress-systeem heeft in totaal %s tabellen en uw nieuwe DB-voorvoegsel is: %s"
1489
 
1490
- # @ all-in-one-wp-security-and-firewall
1491
- #: admin/wp-security-database-menu.php:396 classes/wp-security-utility.php:206
1492
- msgid "Failed to make a backup of the wp-config.php file. This operation will not go ahead."
1493
- msgstr "Kon geen back-up maken van het bestand wp-config.php. Deze operatie zal niet doorgaan."
1494
 
1495
- # @ all-in-one-wp-security-and-firewall
1496
- #: admin/wp-security-database-menu.php:400
1497
- msgid "A backup copy of your wp-config.php file was created successfully!"
1498
- msgstr "Een reservekopie van uw wp-config.php bestand is succesvol aangemaakt!"
1499
 
1500
- # @ all-in-one-wp-security-and-firewall
1501
- #: admin/wp-security-database-menu.php:422
1502
- #, php-format
1503
- msgid "%s table name update failed"
1504
- msgstr "%s tabelnaam bijwerken mislukt"
1505
 
1506
- # @ all-in-one-wp-security-and-firewall
1507
- #: admin/wp-security-database-menu.php:434
1508
- #, php-format
1509
- msgid "Please change the prefix manually for the above tables to: %s"
1510
- msgstr "Wijzig de prefixl handmatig voor de bovenstaande tabellen in: %s"
1511
 
1512
- # @ all-in-one-wp-security-and-firewall
1513
- #: admin/wp-security-database-menu.php:437
1514
- #, php-format
1515
- msgid "%s tables had their prefix updated successfully!"
1516
- msgstr "%s tabellen hebben de prefix succesvol bijgewerkt!"
1517
 
1518
- # @ all-in-one-wp-security-and-firewall
1519
- #: admin/wp-security-database-menu.php:452
1520
- msgid "wp-config.php file was updated successfully!"
1521
- msgstr "wp-config.php bestand is succesvol bijgewerkt!"
1522
 
1523
- # @ all-in-one-wp-security-and-firewall
1524
- #: admin/wp-security-database-menu.php:455
1525
- #, php-format
1526
- msgid ""
1527
- "The \"wp-config.php\" file was not able to be modified. Please modify this file manually using your favourite editor and search \n"
1528
- " for variable \"$table_prefix\" and assign the following value to that variable: %s"
1529
- msgstr ""
1530
- "Het bestand \"wp-config.php\" kon niet worden gewijzigd. Wijzig dit bestand handmatig met uw favoriete editor en zoek\n"
1531
- " voor variabele \"$ table_prefix\" en wijs de volgende waarde toe aan die variabele: %s"
1532
 
1533
- # @ all-in-one-wp-security-and-firewall
1534
- #: admin/wp-security-database-menu.php:476
1535
- msgid "There was an error when updating the options table."
1536
- msgstr "Er is een fout opgetreden bij het bijwerken van de optietabel."
1537
 
1538
- # @ all-in-one-wp-security-and-firewall
1539
- #: admin/wp-security-database-menu.php:480
1540
- msgid "The options table records which had references to the old DB prefix were updated successfully!"
1541
- msgstr "De optietabelrecords met verwijzingen naar het oude DB-prefix zijn succesvol bijgewerkt!"
1542
 
1543
- # @ all-in-one-wp-security-and-firewall
1544
- #: admin/wp-security-database-menu.php:505
1545
- #, php-format
1546
- msgid "Error updating user_meta table where new meta_key = %s, old meta_key = %s and user_id = %s."
1547
- msgstr "Fout bij bijwerken van user_meta-tabel waarbij nieuwe meta_key = %s, oude meta_key = %s en user_id = %s."
1548
 
1549
- # @ all-in-one-wp-security-and-firewall
1550
- #: admin/wp-security-database-menu.php:511
1551
- msgid "The usermeta table records which had references to the old DB prefix were updated successfully!"
1552
- msgstr "De usermeta-tabelrecords die verwijzingen naar het oude DB-prefix hadden, zijn met succes bijgewerkt!"
1553
 
1554
- # @ all-in-one-wp-security-and-firewall
1555
- #: admin/wp-security-database-menu.php:513
1556
- msgid "DB prefix change tasks have been completed."
1557
- msgstr "Wijzigingen in DB-prefix zijn voltooid."
1558
 
1559
- # @ all-in-one-wp-security-and-firewall
1560
- #: admin/wp-security-filescan-menu.php:23
1561
- #: classes/grade-system/wp-security-feature-item-manager.php:102
1562
- msgid "File Change Detection"
1563
- msgstr "Bestanden verander detectie"
1564
 
1565
- # @ all-in-one-wp-security-and-firewall
1566
- #: admin/wp-security-filescan-menu.php:24
1567
- msgid "Malware Scan"
1568
- msgstr "Malware Scan"
1569
 
1570
- # @ all-in-one-wp-security-and-firewall
1571
- #: admin/wp-security-filescan-menu.php:93
1572
- msgid "There have been no file changes since the last scan."
1573
- msgstr "Sinds de laatste scan zijn er geen bestandswijzigingen geweest."
1574
 
1575
- # @ all-in-one-wp-security-and-firewall
1576
- #: admin/wp-security-filescan-menu.php:103
1577
- msgid "Nonce check failed for manual file change detection scan operation!"
1578
- msgstr "Controle nonce is mislukt voor het handmatig scannen van scanbewerkingen voor bestandsverandering!"
1579
 
1580
- # @ all-in-one-wp-security-and-firewall
1581
- #: admin/wp-security-filescan-menu.php:110
1582
- msgid "The plugin has detected that this is your first file change detection scan. The file details from this scan will be used to detect file changes for future scans!"
1583
- msgstr "De plug-in heeft gedetecteerd dat dit uw eerste detectie-scan voor bestandsverandering is. De bestandsdetails van deze scan worden gebruikt om bestandswijzigingen voor toekomstige scans te detecteren!"
1584
 
1585
- # @ all-in-one-wp-security-and-firewall
1586
- #: admin/wp-security-filescan-menu.php:112
1587
- msgid "Scan Complete - There were no file changes detected!"
1588
- msgstr "Scannen voltooid - Er zijn geen bestandswijzigingen gedetecteerd!"
1589
 
1590
- # @ all-in-one-wp-security-and-firewall
1591
- #: admin/wp-security-filescan-menu.php:201
1592
- msgid ""
1593
- "NEW SCAN COMPLETED: The plugin has detected that you have made changes to the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
1594
- " In order to ensure that future scan results are accurate, the old scan data has been refreshed."
1595
- msgstr ""
1596
- "NIEUW SCAN VOLTOOID: De plug-in heeft gedetecteerd dat u wijzigingen hebt aangebracht in de velden \"Te negeren bestandstypen\" of \"Te negeren bestanden\".\n"
1597
- " Om ervoor te zorgen dat toekomstige scanresultaten accuraat zijn, zijn de oude scangegevens vernieuwd."
1598
 
1599
- # @ all-in-one-wp-security-and-firewall
1600
- #: admin/wp-security-filescan-menu.php:211
1601
- msgid "All In One WP Security & Firewall has detected that there was a change in your host's files."
1602
- msgstr "All In One WP Security & Firewall heeft geconstateerd dat er een wijziging is opgetreden in de bestanden van uw host."
1603
 
1604
- # @ all-in-one-wp-security-and-firewall
1605
- #: admin/wp-security-filescan-menu.php:213
1606
- msgid "View Scan Details & Clear This Message"
1607
- msgstr "Scaninformatie bekijken & dit bericht wissen"
1608
 
1609
- # @ all-in-one-wp-security-and-firewall
1610
- #: admin/wp-security-filescan-menu.php:222
1611
- msgid "If given an opportunity hackers can insert their code or files into your system which they can then use to carry out malicious acts on your site."
1612
- msgstr "Als hackers een kans krijgen, kunnen ze hun code of bestanden in uw systeem invoegen die ze vervolgens kunnen gebruiken om kwaadwillende handelingen uit te voeren op uw site."
1613
 
1614
- # @ all-in-one-wp-security-and-firewall
1615
- #: admin/wp-security-filescan-menu.php:223
1616
- msgid "Being informed of any changes in your files can be a good way to quickly prevent a hacker from causing damage to your website."
1617
- msgstr "Op de hoogte blijven van eventuele wijzigingen in uw bestanden kan een goede manier zijn om snel te voorkomen dat een hacker schade aan uw website veroorzaakt."
1618
 
1619
- # @ all-in-one-wp-security-and-firewall
1620
- #: admin/wp-security-filescan-menu.php:224
1621
- msgid "In general, WordPress core and plugin files and file types such as \".php\" or \".js\" should not change often and when they do, it is important that you are made aware when a change occurs and which file was affected."
1622
- msgstr "In het algemeen moeten WordPress core- en plugin-bestanden en bestandstypen zoals \".php\" of \".js\" niet vaak veranderen en wanneer dat het geval is, is het belangrijk dat u op de hoogte wordt gesteld wanneer een wijziging plaatsvindt en welk bestand is aangetast."
1623
 
1624
- # @ all-in-one-wp-security-and-firewall
1625
- #: admin/wp-security-filescan-menu.php:225
1626
- msgid "The \"File Change Detection Feature\" will notify you of any file change which occurs on your system, including the addition and deletion of files by performing a regular automated or manual scan of your system's files."
1627
- msgstr "Met de functie \"Detectie van bestandsverandering\" wordt u op de hoogte gebracht van elke bestandsverandering die zich op uw systeem voordoet, inclusief het toevoegen en verwijderen van bestanden door een regelmatige automatische of handmatige scan van de bestanden van uw systeem uit te voeren."
1628
 
1629
- # @ all-in-one-wp-security-and-firewall
1630
- #: admin/wp-security-filescan-menu.php:226
1631
- msgid "This feature also allows you to exclude certain files or folders from the scan in cases where you know that they change often as part of their normal operation. (For example log files and certain caching plugin files may change often and hence you may choose to exclude such files from the file change detection scan)"
1632
- msgstr "Met deze functie kunt u ook bepaalde bestanden of mappen uitsluiten van de scan in gevallen waarin u weet dat deze vaak veranderen als onderdeel van hun normale werking. (Logbestanden en bepaalde caching-pluginbestanden kunnen bijvoorbeeld vaak veranderen en daarom kunt u ervoor kiezen dergelijke bestanden uit te sluiten van de scan voor detectie van bestandswijzigingen)"
1633
 
1634
- # @ all-in-one-wp-security-and-firewall
1635
- #: admin/wp-security-filescan-menu.php:231
1636
- msgid "Manual File Change Detection Scan"
1637
- msgstr "Handmatige detectiescan van een fileverandering"
1638
 
1639
- # @ all-in-one-wp-security-and-firewall
1640
- #: admin/wp-security-filescan-menu.php:237
1641
- msgid "To perform a manual file change detection scan click on the button below."
1642
- msgstr "Klik op de onderstaande knop om een handmatige detectiescan van bestanden uit te voeren."
1643
 
1644
- # @ all-in-one-wp-security-and-firewall
1645
- #: admin/wp-security-filescan-menu.php:240
1646
- msgid "Perform Scan Now"
1647
- msgstr "Voer de scans nu uit"
1648
 
1649
- # @ all-in-one-wp-security-and-firewall
1650
- #: admin/wp-security-filescan-menu.php:244
1651
- msgid "View Last Saved File Change Results"
1652
- msgstr "Laatste resultaten weergeven van het gewijzigde bestand"
1653
 
1654
- # @ all-in-one-wp-security-and-firewall
1655
- #: admin/wp-security-filescan-menu.php:250
1656
- msgid "Click the button below to view the saved file change results from the last scan."
1657
- msgstr "Klik op de onderstaande knop om de opgeslagen resultaten van de bestandswijziging in de laatste scan te bekijken."
1658
 
1659
- # @ all-in-one-wp-security-and-firewall
1660
- #: admin/wp-security-filescan-menu.php:253
1661
- msgid "View Last File Change"
1662
- msgstr "Bekijk de laatste bestandswijziging"
1663
 
1664
- # @ all-in-one-wp-security-and-firewall
1665
- #: admin/wp-security-filescan-menu.php:257
1666
- msgid "File Change Detection Settings"
1667
- msgstr "Instellingen voor een bestandswijzigingsdetectie"
1668
 
1669
- # @ all-in-one-wp-security-and-firewall
1670
- #: admin/wp-security-filescan-menu.php:269
1671
- msgid "Enable Automated File Change Detection Scan"
1672
- msgstr "Geautomatiseerde detectiesscan inschakelen voor bestands wijzigingen"
1673
 
1674
- # @ all-in-one-wp-security-and-firewall
1675
- #: admin/wp-security-filescan-menu.php:272
1676
- msgid "Check this if you want the system to automatically/periodically scan your files to check for file changes based on the settings below"
1677
- msgstr "Selecteer dit als u wilt dat het systeem automatisch / periodiek uw bestanden scant om te controleren op bestandswijzigingen op basis van de onderstaande instellingen"
1678
 
1679
- # @ all-in-one-wp-security-and-firewall
1680
- #: admin/wp-security-filescan-menu.php:276
1681
- msgid "Scan Time Interval"
1682
- msgstr "Scan tijd interval"
1683
 
1684
- # @ all-in-one-wp-security-and-firewall
1685
- #: admin/wp-security-filescan-menu.php:283
1686
- msgid "Set the value for how often you would like a scan to occur"
1687
- msgstr "Stel de waarde in voor hoe vaak u een scan wilt laten plaatsvinden"
1688
 
1689
- # @ all-in-one-wp-security-and-firewall
1690
- #: admin/wp-security-filescan-menu.php:287
1691
- msgid "File Types To Ignore"
1692
- msgstr "Bestandstypen die moeten worden genegeerd"
1693
 
1694
- # @ all-in-one-wp-security-and-firewall
1695
- #: admin/wp-security-filescan-menu.php:290
1696
- msgid "Enter each file type or extension on a new line which you wish to exclude from the file change detection scan."
1697
- msgstr "Voer elk bestandstype of elke extensie in op een nieuwe regel die u wilt uitsluiten van de detectiescan voor bestandsverandering."
1698
 
1699
- # @ all-in-one-wp-security-and-firewall
1700
- #: admin/wp-security-filescan-menu.php:294
1701
- msgid "You can exclude file types from the scan which would not normally pose any security threat if they were changed. These can include things such as image files."
1702
- msgstr "U kunt bestandstypen uitsluiten van de scan die normaal geen beveiligingsrisico vormen als ze worden gewijzigd. Deze kunnen dingen omvatten zoals afbeeldingsbestanden."
1703
 
1704
- # @ all-in-one-wp-security-and-firewall
1705
- #: admin/wp-security-filescan-menu.php:295
1706
- msgid "Example: If you want the scanner to ignore files of type jpg, png, and bmp, then you would enter the following:"
1707
- msgstr "Voorbeeld: als u wilt dat de scanner bestanden van het type jpg, png en bmp negeert, voert u het volgende in:"
1708
 
1709
- # @ all-in-one-wp-security-and-firewall
1710
- #: admin/wp-security-filescan-menu.php:296
1711
- msgid "jpg"
1712
- msgstr "jpg"
1713
 
1714
- # @ all-in-one-wp-security-and-firewall
1715
- #: admin/wp-security-filescan-menu.php:297
1716
- msgid "png"
1717
- msgstr "png"
1718
 
1719
- # @ all-in-one-wp-security-and-firewall
1720
- #: admin/wp-security-filescan-menu.php:298
1721
- msgid "bmp"
1722
- msgstr "bmp"
1723
 
1724
- # @ all-in-one-wp-security-and-firewall
1725
- #: admin/wp-security-filescan-menu.php:304
1726
- msgid "Files/Directories To Ignore"
1727
- msgstr "Bestanden / mappen om te negeren"
1728
 
1729
- # @ all-in-one-wp-security-and-firewall
1730
- #: admin/wp-security-filescan-menu.php:307
1731
- msgid "Enter each file or directory on a new line which you wish to exclude from the file change detection scan."
1732
- msgstr "Voer elk bestand of elke map in op een nieuwe regel die u wilt uitsluiten van de detectiescan voor bestandsverandering."
1733
 
1734
- # @ all-in-one-wp-security-and-firewall
1735
- #: admin/wp-security-filescan-menu.php:311
1736
- msgid "You can exclude specific files/directories from the scan which would not normally pose any security threat if they were changed. These can include things such as log files."
1737
- msgstr "U kunt specifieke bestanden / mappen uitsluiten van de scan die normaal geen beveiligingsrisico vormen als ze worden gewijzigd. Deze kunnen dingen omvatten zoals logbestanden."
1738
 
1739
- # @ all-in-one-wp-security-and-firewall
1740
- #: admin/wp-security-filescan-menu.php:312
1741
- msgid "Example: If you want the scanner to ignore certain files in different directories or whole directories, then you would enter the following:"
1742
- msgstr "Voorbeeld: als u wilt dat de scanner bepaalde bestanden in verschillende mappen of hele mappen negeert, voert u het volgende in:"
1743
 
1744
- # @ all-in-one-wp-security-and-firewall
1745
- #: admin/wp-security-filescan-menu.php:313
1746
- msgid "cache/config/master.php"
1747
- msgstr "cache/config/master.php"
1748
 
1749
- # @ all-in-one-wp-security-and-firewall
1750
- #: admin/wp-security-filescan-menu.php:314
1751
- msgid "somedirectory"
1752
- msgstr "een map"
1753
 
1754
- # @ all-in-one-wp-security-and-firewall
1755
- #: admin/wp-security-filescan-menu.php:320
1756
- msgid "Send Email When Change Detected"
1757
- msgstr "E-mail verzenden bij een gedetecteerde wijziging"
1758
 
1759
- # @ all-in-one-wp-security-and-firewall
1760
- #: admin/wp-security-filescan-menu.php:323
1761
- msgid "Check this if you want the system to email you if a file change was detected"
1762
- msgstr "Vink dit aan als u wilt dat het systeem u een e-mailstuurt als een bestandsverandering is gedetecteerd"
1763
 
1764
- # @ all-in-one-wp-security-and-firewall
1765
- #: admin/wp-security-filescan-menu.php:341
1766
- msgid "What is Malware?"
1767
- msgstr "Wat is malware?"
1768
 
1769
- # @ all-in-one-wp-security-and-firewall
1770
- #: admin/wp-security-filescan-menu.php:342
1771
- msgid "The word Malware stands for Malicious Software. It can consist of things like trojan horses, adware, worms, spyware and any other undesirable code which a hacker will try to inject into your website."
1772
- msgstr "Het woord Malware staat voor Malicious Software. Het kan bestaan uit zaken als trojan horses, adware, worms, spyware en andere ongewenste code die een hacker in uw website zal proberen te injecteren."
1773
 
1774
- # @ all-in-one-wp-security-and-firewall
1775
- #: admin/wp-security-filescan-menu.php:343
1776
- msgid "Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site’s search ranking."
1777
- msgstr "Vaak als malwarecode op uw site is ingevoegd, merkt u normaal gesproken niets buitengewoons op basis van de uiterlijkheden, maar het kan een dramatisch effect hebben op de zoekrangschikking van uw site."
1778
 
1779
- # @ all-in-one-wp-security-and-firewall
1780
- #: admin/wp-security-filescan-menu.php:344
1781
- msgid "This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings."
1782
- msgstr "Dit komt omdat de bots en spiders van zoekmachines zoals Google de mogelijkheid hebben om malware te detecteren wanneer ze de pagina's op uw site indexeren, en bijgevolg kunnen zij uw website op een zwarte lijst zetten die op hun beurt van invloed is op uw zoekresultatenrangschikking."
1783
 
1784
- # @ all-in-one-wp-security-and-firewall
1785
- #: admin/wp-security-filescan-menu.php:348
1786
- msgid "Scanning For Malware"
1787
- msgstr "Scannen op malware"
1788
 
1789
- # @ all-in-one-wp-security-and-firewall
1790
- #: admin/wp-security-filescan-menu.php:349
1791
- msgid "Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly."
1792
- msgstr "Vanwege het voortdurend veranderende en complexe karakter van Malware, zal het scannen van dergelijke dingen met behulp van een stand-alone plug-in niet betrouwbaar werken. Dit is iets dat u best via een externe scan van uw site regelmatig kunt doen."
1793
 
1794
- # @ all-in-one-wp-security-and-firewall
1795
- #: admin/wp-security-filescan-menu.php:350
1796
- msgid "This is why we have created an easy-to-use scanning service which is hosted off our own server which will scan your site for malware once every day and notify you if it finds anything."
1797
- msgstr "Daarom hebben we een gebruiksvriendelijke scanservice gemaakt die wordt gehost op onze eigen server, die uw site elke dag op malware controleert en u op de hoogte brengt als er iets wordt gevonden."
1798
 
1799
- # @ all-in-one-wp-security-and-firewall
1800
- #: admin/wp-security-filescan-menu.php:351
1801
- msgid "When you sign up for this service you will get the following:"
1802
- msgstr "Wanneer u zich aanmeldt voor deze service, krijgt u het volgende:"
1803
 
1804
- # @ all-in-one-wp-security-and-firewall
1805
- #: admin/wp-security-filescan-menu.php:353
1806
- msgid "Automatic Daily Scan of 1 Website"
1807
- msgstr "Automatische dagelijkse scan van 1 website"
1808
 
1809
- # @ all-in-one-wp-security-and-firewall
1810
- #: admin/wp-security-filescan-menu.php:354
1811
- msgid "Automatic Malware & Blacklist Monitoring"
1812
- msgstr "Automatische Malware & Blacklist Monitoring"
1813
 
1814
- # @ all-in-one-wp-security-and-firewall
1815
- #: admin/wp-security-filescan-menu.php:355
1816
- msgid "Automatic Email Alerting"
1817
- msgstr "Automatische e-mailwaarschuwing"
1818
 
1819
- # @ all-in-one-wp-security-and-firewall
1820
- #: admin/wp-security-filescan-menu.php:356
1821
- msgid "Site uptime monitoring"
1822
- msgstr "Site uptime monitoring"
1823
 
1824
- # @ all-in-one-wp-security-and-firewall
1825
- #: admin/wp-security-filescan-menu.php:357
1826
- msgid "Site response time monitoring"
1827
- msgstr "Bewaking van reactietijd van de site"
1828
 
1829
- # @ all-in-one-wp-security-and-firewall
1830
- #: admin/wp-security-filescan-menu.php:358
1831
- msgid "Malware Cleanup"
1832
- msgstr "Malware opruimen"
1833
 
1834
- # @ all-in-one-wp-security-and-firewall
1835
- #: admin/wp-security-filescan-menu.php:359
1836
- msgid "Blacklist Removal"
1837
- msgstr "Blacklist verwijderen"
1838
 
1839
- # @ all-in-one-wp-security-and-firewall
1840
- #: admin/wp-security-filescan-menu.php:360
1841
- msgid "No Contract (Cancel Anytime)"
1842
- msgstr "Geen contract (op elk moment annuleren)"
1843
 
1844
- # @ all-in-one-wp-security-and-firewall
1845
- #: admin/wp-security-filescan-menu.php:362
1846
- #, php-format
1847
- msgid "To learn more please %s."
1848
- msgstr "Voor meer informatie kunt u %s."
1849
 
1850
- # @ all-in-one-wp-security-and-firewall
1851
- #: admin/wp-security-filescan-menu.php:391
1852
- msgid "Latest File Change Scan Results"
1853
- msgstr "Laatste scanresultaten van een bestand wijziging"
1854
 
1855
- # @ all-in-one-wp-security-and-firewall
1856
- #: admin/wp-security-filescan-menu.php:400
1857
- msgid "The following files were added to your host."
1858
- msgstr "De volgende bestanden zijn aan uw host toegevoegd."
1859
-
1860
- # @ all-in-one-wp-security-and-firewall
1861
- #: admin/wp-security-filescan-menu.php:403
1862
- #: admin/wp-security-filescan-menu.php:424
1863
- #: admin/wp-security-filescan-menu.php:448
1864
- #: admin/wp-security-settings-menu.php:26
1865
- #: admin/wp-security-settings-menu.php:27
1866
- msgid "File"
1867
- msgstr "Bestand"
1868
 
1869
- # @ all-in-one-wp-security-and-firewall
1870
- #: admin/wp-security-filescan-menu.php:404
1871
- #: admin/wp-security-filescan-menu.php:425
1872
- #: admin/wp-security-filescan-menu.php:449
1873
- msgid "File Size"
1874
- msgstr "Bestandsgrootte"
1875
 
1876
- # @ all-in-one-wp-security-and-firewall
1877
- #: admin/wp-security-filescan-menu.php:405
1878
- #: admin/wp-security-filescan-menu.php:426
1879
- #: admin/wp-security-filescan-menu.php:450
1880
- msgid "File Modified"
1881
- msgstr "Bestand gewijzigd"
1882
 
1883
- # @ all-in-one-wp-security-and-firewall
1884
- #: admin/wp-security-filescan-menu.php:421
1885
- msgid "The following files were removed from your host."
1886
- msgstr "De volgende bestanden zijn van uw host verwijderd."
1887
 
1888
- # @ all-in-one-wp-security-and-firewall
1889
- #: admin/wp-security-filescan-menu.php:445
1890
- msgid "The following files were changed on your host."
1891
- msgstr "De volgende bestanden zijn gewijzigd op uw host."
1892
 
1893
- # @ all-in-one-wp-security-and-firewall
1894
- #: admin/wp-security-filesystem-menu.php:26
1895
- #: classes/grade-system/wp-security-feature-item-manager.php:66
1896
- msgid "File Permissions"
1897
- msgstr "Bestandsrechten"
1898
 
1899
- # @ all-in-one-wp-security-and-firewall
1900
- #: admin/wp-security-filesystem-menu.php:27
1901
- msgid "PHP File Editing"
1902
- msgstr "PHP Bestand bewerken"
1903
 
1904
- # @ all-in-one-wp-security-and-firewall
1905
- #: admin/wp-security-filesystem-menu.php:28
1906
- msgid "WP File Access"
1907
- msgstr "WP Toegang tot bestanden"
1908
 
1909
- # @ all-in-one-wp-security-and-firewall
1910
- #: admin/wp-security-filesystem-menu.php:29
1911
- msgid "Host System Logs"
1912
- msgstr "Logboeken van het hostsysteem"
1913
 
1914
- # @ all-in-one-wp-security-and-firewall
1915
- #: admin/wp-security-filesystem-menu.php:96
1916
- #, php-format
1917
- msgid "The permissions for %s were succesfully changed to %s"
1918
- msgstr "De rechten voor %s zijn met succes gewijzigd in %s"
1919
 
1920
- # @ all-in-one-wp-security-and-firewall
1921
- #: admin/wp-security-filesystem-menu.php:100
1922
- #, php-format
1923
- msgid "Unable to change permissions for %s!"
1924
- msgstr "Kon de machtiginsinstelling niet wijzigen voor %s!"
1925
 
1926
- # @ all-in-one-wp-security-and-firewall
1927
- #: admin/wp-security-filesystem-menu.php:106
1928
- msgid "File Permissions Scan"
1929
- msgstr "File machtiginsinstellings Scan"
1930
 
1931
- # @ all-in-one-wp-security-and-firewall
1932
- #: admin/wp-security-filesystem-menu.php:109
1933
- msgid "Your WordPress file and folder permission settings govern the accessability and read/write privileges of the files and folders which make up your WP installation."
1934
- msgstr "Uw WordPress-machtigingsinstellingen voor bestanden en mappen bepalen de leesbaarheid en lees- en schrijfrechten van de bestanden en mappen die deel uitmaken van uw WP-installatie."
1935
 
1936
- # @ all-in-one-wp-security-and-firewall
1937
- #: admin/wp-security-filesystem-menu.php:110
1938
- msgid "Your WP installation already comes with reasonably secure file permission settings for the filesystem."
1939
- msgstr "Uw WP-installatie wordt al geleverd met redelijk veilige bestandsmachtigingsinstellingen voor het bestandssysteem."
1940
 
1941
- # @ all-in-one-wp-security-and-firewall
1942
- #: admin/wp-security-filesystem-menu.php:111
1943
- msgid "However, sometimes people or other plugins modify the various permission settings of certain core WP folders or files such that they end up making their site less secure because they chose the wrong permission values."
1944
- msgstr "Soms wijzigen mensen of andere plug-ins de verschillende machtigingsinstellingen van bepaalde kern-WP-mappen of -bestanden zodanig dat ze uiteindelijk hun site minder veilig maken omdat ze de verkeerde toestemmingswaarden hebben gekozen."
1945
 
1946
- # @ all-in-one-wp-security-and-firewall
1947
- #: admin/wp-security-filesystem-menu.php:112
1948
- msgid "This feature will scan the critical WP core folders and files and will highlight any permission settings which are insecure."
1949
- msgstr "Deze functie scant de cruciale WP-kernmappen en -bestanden en markeert eventuele machtigingsinstellingen die onveilig zijn."
1950
 
1951
- # @ all-in-one-wp-security-and-firewall
1952
- #: admin/wp-security-filesystem-menu.php:118
1953
- msgid "WP Directory and File Permissions Scan Results"
1954
- msgstr "Scanresultaten van de WP-directory en bestandsmachtigingen"
1955
 
1956
- # @ all-in-one-wp-security-and-firewall
1957
- #: admin/wp-security-filesystem-menu.php:131
1958
- #: admin/wp-security-filesystem-menu.php:150
1959
- msgid "File/Folder"
1960
- msgstr "Bestand/map"
1961
 
1962
- # @ all-in-one-wp-security-and-firewall
1963
- #: admin/wp-security-filesystem-menu.php:132
1964
- #: admin/wp-security-filesystem-menu.php:151
1965
- msgid "Current Permissions"
1966
- msgstr "Huidige machtigingen"
1967
 
1968
- # @ all-in-one-wp-security-and-firewall
1969
- #: admin/wp-security-filesystem-menu.php:133
1970
- #: admin/wp-security-filesystem-menu.php:152
1971
- msgid "Recommended Permissions"
1972
- msgstr "Aanbevolen machtigingen"
1973
 
1974
- # @ all-in-one-wp-security-and-firewall
1975
- #: admin/wp-security-filesystem-menu.php:134
1976
- #: admin/wp-security-filesystem-menu.php:153
1977
- msgid "Recommended Action"
1978
- msgstr "Aanbevolen actie"
1979
 
1980
- # @ all-in-one-wp-security-and-firewall
1981
- #: admin/wp-security-filesystem-menu.php:191
1982
- msgid "Your PHP file editing settings were saved successfully."
1983
- msgstr "Uw PHP-bestand bewerken instellingen werden met succes opgeslagen."
1984
 
1985
- # @ all-in-one-wp-security-and-firewall
1986
- #: admin/wp-security-filesystem-menu.php:195
1987
- msgid "Operation failed! Unable to modify or make a backup of wp-config.php file!"
1988
- msgstr "Operatie mislukt! Niet in staat om te wijzigen of een backup maken van de wp-config. php bestand!"
1989
 
1990
- # @ all-in-one-wp-security-and-firewall
1991
- #: admin/wp-security-filesystem-menu.php:201
1992
- #: classes/grade-system/wp-security-feature-item-manager.php:68
1993
- msgid "File Editing"
1994
- msgstr "Bestand bewerken"
1995
 
1996
- # @ all-in-one-wp-security-and-firewall
1997
- #: admin/wp-security-filesystem-menu.php:204
1998
- msgid "The Wordpress Dashboard by default allows administrators to edit PHP files, such as plugin and theme files."
1999
- msgstr "In het WordPress-dashboard kunnen beheerders standaard PHP-bestanden bewerken, zoals plug-in- en themabestanden."
2000
 
2001
- # @ all-in-one-wp-security-and-firewall
2002
- #: admin/wp-security-filesystem-menu.php:205
2003
- msgid "This is often the first tool an attacker will use if able to login, since it allows code execution."
2004
- msgstr "Dit is vaak het eerste hulpmiddel dat een aanvaller gebruikt als hij kan inloggen, omdat hiermee een code kan worden uitgevoerd .."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2005
 
2006
- # @ all-in-one-wp-security-and-firewall
2007
- #: admin/wp-security-filesystem-menu.php:206
2008
- msgid "This feature will disable the ability for people to edit PHP files via the dashboard."
2009
- msgstr "Met deze functie wordt de mogelijkheid voor personen om PHP-bestanden te bewerken via het dashboard uitgeschakeld."
2010
 
2011
- # @ all-in-one-wp-security-and-firewall
2012
- #: admin/wp-security-filesystem-menu.php:212
2013
- msgid "Disable PHP File Editing"
2014
- msgstr "Schakel PHP-bestands bewerking uit"
2015
 
2016
- # @ all-in-one-wp-security-and-firewall
2017
- #: admin/wp-security-filesystem-menu.php:224
2018
- msgid "Disable Ability To Edit PHP Files"
2019
- msgstr "Schakel de mogelijkheid om PHP-bestanden te bewerken uit"
2020
 
2021
- # @ all-in-one-wp-security-and-firewall
2022
- #: admin/wp-security-filesystem-menu.php:227
2023
- msgid "Check this if you want to remove the ability for people to edit PHP files via the WP dashboard"
2024
- msgstr "Vink dit aan als je de mogelijkheid voor mensen om PHP-bestanden te bewerken via het WP-dashboard wilt verwijderen"
2025
 
2026
- # @ all-in-one-wp-security-and-firewall
2027
- #: admin/wp-security-filesystem-menu.php:271
2028
- msgid "You have successfully saved the Prevent Access to Default WP Files configuration."
2029
- msgstr "U hebt de blokkering van de toegang tot configuratie van de standaard WP-bestanden opgeslagen."
2030
 
2031
- # @ all-in-one-wp-security-and-firewall
2032
- #: admin/wp-security-filesystem-menu.php:280
2033
- msgid "WordPress Files"
2034
- msgstr "WordPress bestanden"
2035
 
2036
- # @ all-in-one-wp-security-and-firewall
2037
- #: admin/wp-security-filesystem-menu.php:283
2038
- #, php-format
2039
- msgid "This feature allows you to prevent access to files such as %s, %s and %s which are delivered with all WP installations."
2040
- msgstr "Met deze functie kunt u de toegang blokkeren tot bestanden zoals %s, %s en %s die bij alle WP-installaties worden geleverd."
2041
 
2042
- # @ all-in-one-wp-security-and-firewall
2043
- #: admin/wp-security-filesystem-menu.php:284
2044
- msgid "By preventing access to these files you are hiding some key pieces of information (such as WordPress version info) from potential hackers."
2045
- msgstr "Door toegang tot deze bestanden te voorkomen, verbergt u enkele belangrijke stukjes informatie (zoals WordPress-versiegegevens) voor potentiële hackers."
 
 
 
2046
 
2047
- # @ all-in-one-wp-security-and-firewall
2048
- #: admin/wp-security-filesystem-menu.php:289
2049
- msgid "Prevent Access to Default WP Files"
2050
- msgstr "Voorkom toegang tot standaard WP-bestanden"
2051
 
2052
- # @ all-in-one-wp-security-and-firewall
2053
- #: admin/wp-security-filesystem-menu.php:300
2054
- msgid "Prevent Access to WP Default Install Files"
2055
- msgstr "Voorkom toegang tot standaard WP-bestanden"
2056
 
2057
- # @ all-in-one-wp-security-and-firewall
2058
- #: admin/wp-security-filesystem-menu.php:303
2059
- msgid "Check this if you want to prevent access to readme.html, license.txt and wp-config-sample.php."
2060
- msgstr "Vink dit aan als u de toegang tot readme.html, license.txt en wp-config-sample.php wilt voorkomen."
2061
 
2062
- # @ all-in-one-wp-security-and-firewall
2063
- #: admin/wp-security-filesystem-menu.php:307
2064
- msgid "Save Setting"
2065
- msgstr "Instellingen opslaan"
2066
 
2067
- # @ all-in-one-wp-security-and-firewall
2068
- #: admin/wp-security-filesystem-menu.php:331
2069
- msgid "System Logs"
2070
- msgstr "Systeemlogboeken"
2071
 
2072
- # @ all-in-one-wp-security-and-firewall
2073
- #: admin/wp-security-filesystem-menu.php:334
2074
- msgid "Sometimes your hosting platform will produce error or warning logs in a file called \"error_log\"."
2075
- msgstr "Soms produceert uw hostingplatform fout- of waarschuwingslogboeken in een bestand met de naam \"error_log\"."
2076
 
2077
- # @ all-in-one-wp-security-and-firewall
2078
- #: admin/wp-security-filesystem-menu.php:335
2079
- msgid "Depending on the nature and cause of the error or warning, your hosting server can create multiple instances of this file in numerous directory locations of your WordPress installation."
2080
- msgstr "Afhankelijk van de aard en oorzaak van de fout of waarschuwing, kan uw hostserver meerdere exemplaren van dit bestand maken op verschillende directorylocaties van uw WordPress-installatie."
2081
 
2082
- # @ all-in-one-wp-security-and-firewall
2083
- #: admin/wp-security-filesystem-menu.php:336
2084
- msgid "By occassionally viewing the contents of these logs files you can keep informed of any underlying problems on your system which you might need to address."
2085
- msgstr "Door af en toe de inhoud van deze logbestanden te bekijken, kunt u op de hoogte blijven van eventuele onderliggende problemen op uw systeem die u mogelijk moet verhelpen."
2086
 
2087
- # @ all-in-one-wp-security-and-firewall
2088
- #: admin/wp-security-filesystem-menu.php:342
2089
- msgid "View System Logs"
2090
- msgstr "Bekijk systeemlogboeken"
2091
 
2092
- # @ all-in-one-wp-security-and-firewall
2093
- #: admin/wp-security-filesystem-menu.php:347
2094
- msgid "Enter System Log File Name"
2095
- msgstr "Voer de bestandsnaam van het systeemlogbestand in"
2096
 
2097
- # @ all-in-one-wp-security-and-firewall
2098
- #: admin/wp-security-filesystem-menu.php:349
2099
- msgid "Enter your system log file name. (Defaults to error_log)"
2100
- msgstr "Voer uw systeemlogbestandsnaam in. (Standaard naar error_log)"
2101
 
2102
- # @ all-in-one-wp-security-and-firewall
2103
- #: admin/wp-security-filesystem-menu.php:352
2104
- msgid "View Latest System Logs"
2105
- msgstr "Bekijk de nieuwste systeemlogboeken"
2106
 
2107
- # @ all-in-one-wp-security-and-firewall
2108
- #: admin/wp-security-filesystem-menu.php:354
2109
- msgid "Loading..."
2110
- msgstr "Bezig met laden..."
2111
 
2112
- # @ all-in-one-wp-security-and-firewall
2113
- #: admin/wp-security-filesystem-menu.php:371
2114
- msgid "No system logs were found!"
2115
- msgstr "Er zijn geen systeemlogboeken gevonden!"
2116
 
2117
- # @ all-in-one-wp-security-and-firewall
2118
- #: admin/wp-security-filesystem-menu.php:424
2119
- msgid "Set Recommended Permissions"
2120
- msgstr "Stel aanbevolen machtigingen in"
2121
 
2122
- # @ all-in-one-wp-security-and-firewall
2123
- #: admin/wp-security-filesystem-menu.php:430
2124
- msgid "No Action Required"
2125
- msgstr "Geen actie nodig"
2126
 
2127
- # @ all-in-one-wp-security-and-firewall
2128
- #: admin/wp-security-filesystem-menu.php:470
2129
- #, php-format
2130
- msgid "Showing latest entries of error_log file: %s"
2131
- msgstr "De laatste gegevens van error_log file: %s"
2132
 
2133
- # @ all-in-one-wp-security-and-firewall
2134
- #: admin/wp-security-firewall-menu.php:27
2135
- msgid "Basic Firewall Rules"
2136
- msgstr "Basic Firewall-regels"
2137
 
2138
- # @ all-in-one-wp-security-and-firewall
2139
- #: admin/wp-security-firewall-menu.php:28
2140
- msgid "Additional Firewall Rules"
2141
- msgstr "Aanvullende firewallregels"
2142
 
2143
- # @ all-in-one-wp-security-and-firewall
2144
- #: admin/wp-security-firewall-menu.php:29
2145
- msgid "5G Blacklist Firewall Rules"
2146
- msgstr "5G Blacklist Firewall-regels"
2147
 
2148
- # @ all-in-one-wp-security-and-firewall
2149
- #: admin/wp-security-firewall-menu.php:30
2150
- msgid "Internet Bots"
2151
- msgstr "Internet Bots"
2152
 
2153
- # @ all-in-one-wp-security-and-firewall
2154
- #: admin/wp-security-firewall-menu.php:31
2155
- msgid "Prevent Hotlinks"
2156
- msgstr "Voorkom Hotlinks"
2157
 
2158
- # @ all-in-one-wp-security-and-firewall
2159
- #: admin/wp-security-firewall-menu.php:32
2160
- msgid "404 Detection"
2161
- msgstr "404 Detectie"
2162
 
2163
- # @ all-in-one-wp-security-and-firewall
2164
- #: admin/wp-security-firewall-menu.php:115
2165
- #: admin/wp-security-firewall-menu.php:663 admin/wp-security-spam-menu.php:102
2166
- #: admin/wp-security-user-registration-menu.php:96
2167
- msgid "Settings were successfully saved"
2168
- msgstr "Instellingen zijn succesvol opgeslagen"
2169
 
2170
- # @ all-in-one-wp-security-and-firewall
2171
- #: admin/wp-security-firewall-menu.php:124
2172
- #: admin/wp-security-firewall-menu.php:503
2173
- msgid "Firewall Settings"
2174
- msgstr "Firewall-instellingen"
2175
 
2176
- # @ all-in-one-wp-security-and-firewall
2177
- #: admin/wp-security-firewall-menu.php:131
2178
- #, php-format
2179
- msgid "This should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
2180
- msgstr "Dit zou geen enkele invloed moeten hebben op de algemene functionaliteit van uw site, maar u kunt desgewenst een %s van uw .htaccess-bestand nemen voordat u doorgaat."
2181
 
2182
- # @ all-in-one-wp-security-and-firewall
2183
- #: admin/wp-security-firewall-menu.php:132
2184
- msgid "The features in this tab allow you to activate some basic firewall security protection rules for your site."
2185
- msgstr "Met de functies op dit tabblad kunt u enkele basisbeveiligingsregels voor firewallbeveiliging voor uw site activeren."
 
 
 
2186
 
2187
- # @ all-in-one-wp-security-and-firewall
2188
- #: admin/wp-security-firewall-menu.php:133
2189
- msgid "The firewall functionality is achieved via the insertion of special code into your currently active .htaccess file."
2190
- msgstr "De firewallfunctionaliteit wordt bereikt door het invoegen van speciale code in uw momenteel actieve .htaccess-bestand."
 
2191
 
2192
- # @ all-in-one-wp-security-and-firewall
2193
- #: admin/wp-security-firewall-menu.php:143
2194
- msgid "Attention:"
2195
- msgstr "Aandacht:"
 
2196
 
2197
- # @ all-in-one-wp-security-and-firewall
2198
- #: admin/wp-security-firewall-menu.php:144
2199
- msgid "Currently the "
2200
- msgstr "Momenteel de "
2201
 
2202
- # @ all-in-one-wp-security-and-firewall
2203
- #: admin/wp-security-firewall-menu.php:144
2204
- #: admin/wp-security-firewall-menu.php:191
2205
- msgid "Enable Pingback Protection"
2206
- msgstr "Activeer Pingback-bescherming"
2207
 
2208
- # @ all-in-one-wp-security-and-firewall
2209
- #: admin/wp-security-firewall-menu.php:144
2210
- msgid " is active."
2211
- msgstr " is actief."
 
 
2212
 
2213
- # @ all-in-one-wp-security-and-firewall
2214
- #: admin/wp-security-firewall-menu.php:145
2215
- msgid "Please beware that if you are using the WordPress iOS App, then you will need to deactivate this feature in order for the app to work properly."
2216
- msgstr "Let op: als u de WordPress iOS-app gebruikt, moet u deze functie deactiveren om ervoor te zorgen dat de app correct werkt."
2217
 
2218
- # @ all-in-one-wp-security-and-firewall
2219
- #: admin/wp-security-firewall-menu.php:153
2220
- msgid "Basic Firewall Settings"
2221
- msgstr "Basis Firewall-instellingen"
2222
 
2223
- # @ all-in-one-wp-security-and-firewall
2224
- #: admin/wp-security-firewall-menu.php:161
2225
- msgid "Enable Basic Firewall Protection"
2226
- msgstr "Schakel de basis firewallbescherming in"
2227
 
2228
- # @ all-in-one-wp-security-and-firewall
2229
- #: admin/wp-security-firewall-menu.php:164
2230
- msgid "Check this if you want to apply basic firewall protection to your site."
2231
- msgstr "Selecteer dit als u basisfirewallbeveiliging op uw site wilt toepassen."
2232
 
2233
- # @ all-in-one-wp-security-and-firewall
2234
- #: admin/wp-security-firewall-menu.php:168
2235
- msgid "This setting will implement the following basic firewall protection mechanisms on your site:"
2236
- msgstr "Met deze instelling worden de volgende basismechanismen voor firewallbescherming op uw site geïmplementeerd:"
2237
 
2238
- # @ all-in-one-wp-security-and-firewall
2239
- #: admin/wp-security-firewall-menu.php:169
2240
- msgid "1) Protect your htaccess file by denying access to it."
2241
- msgstr "1) Bescherm uw htaccess-bestand door toegang te weigeren."
 
2242
 
2243
- # @ all-in-one-wp-security-and-firewall
2244
- #: admin/wp-security-firewall-menu.php:170
2245
- msgid "2) Disable the server signature."
2246
- msgstr "2) Schakel de serverhandsignature uit."
2247
 
2248
- # @ all-in-one-wp-security-and-firewall
2249
- #: admin/wp-security-firewall-menu.php:171
2250
- msgid "3) Limit file upload size (10MB)."
2251
- msgstr "3) Beperk bestandsgrootte van uploaden (10MB)."
2252
 
2253
- # @ all-in-one-wp-security-and-firewall
2254
- #: admin/wp-security-firewall-menu.php:172
2255
- msgid "4) Protect your wp-config.php file by denying access to it."
2256
- msgstr "4) Bescherm uw wp-config.php bestand door toegang te weigeren."
2257
 
2258
- # @ all-in-one-wp-security-and-firewall
2259
- #: admin/wp-security-firewall-menu.php:173
2260
- msgid "The above firewall features will be applied via your .htaccess file and should not affect your site's overall functionality."
2261
- msgstr "De bovenstaande firewall-functies worden toegepast via uw .htaccess-bestand en hebben geen invloed op de algehele functionaliteit van uw site."
2262
 
2263
- # @ all-in-one-wp-security-and-firewall
2264
- #: admin/wp-security-firewall-menu.php:174
2265
- msgid "You are still advised to take a backup of your active .htaccess file just in case."
2266
- msgstr "U wordt nog steeds geadviseerd om een back-up te maken van uw actieve .htaccess-bestand voor het geval dat."
2267
 
2268
- # @ all-in-one-wp-security-and-firewall
2269
- #: admin/wp-security-firewall-menu.php:183
2270
- msgid "WordPress Pingback Vulnerability Protection"
2271
- msgstr "WordPress Pingback-beveiligingslek"
2272
 
2273
- # @ all-in-one-wp-security-and-firewall
2274
- #: admin/wp-security-firewall-menu.php:194
2275
- msgid "Check this if you are not using the WP XML-RPC functionality and you want to enable protection against WordPress pingback vulnerabilities."
2276
- msgstr "Vink dit aan als u de WP XML-RPC-functionaliteit niet gebruikt en u bescherming tegen WordPress-kwetsbaarheden voor Pingback wilt inschakelen."
2277
 
2278
- # @ all-in-one-wp-security-and-firewall
2279
- #: admin/wp-security-firewall-menu.php:198
2280
- msgid "This setting will add a directive in your .htaccess to disable access to the WordPress xmlrpc.php file which is responsible for the XML-RPC functionality such as pingbacks in WordPress."
2281
- msgstr "Deze instelling voegt een richtlijn toe aan uw .htaccess om de toegang tot het WordPress xmlrpc.php-bestand uit te schakelen dat verantwoordelijk is voor de XML-RPC-functionaliteit zoals pingbacks in WordPress."
2282
 
2283
- # @ all-in-one-wp-security-and-firewall
2284
- #: admin/wp-security-firewall-menu.php:199
2285
- msgid "Hackers can exploit various pingback vulnerabilities in the WordPress XML-RPC API in a number of ways such as:"
2286
- msgstr "Hackers kunnen verschillende Pingback-kwetsbaarheden in de WordPress XML-RPC API misbruiken op een aantal manieren, zoals:"
2287
 
2288
- # @ all-in-one-wp-security-and-firewall
2289
- #: admin/wp-security-firewall-menu.php:200
2290
- msgid "1) Denial of Service (DoS) attacks"
2291
- msgstr "1) tegengaan van Service-aanvallen (DoS)"
2292
 
2293
- # @ all-in-one-wp-security-and-firewall
2294
- #: admin/wp-security-firewall-menu.php:201
2295
- msgid "2) Hacking internal routers."
2296
- msgstr "2) het hacken van interne routers."
2297
 
2298
- # @ all-in-one-wp-security-and-firewall
2299
- #: admin/wp-security-firewall-menu.php:202
2300
- msgid "3) Scanning ports in internal networks to get info from various hosts."
2301
- msgstr "3) Scannen van poorten in interne netwerken om informatie te krijgen van verschillende hosts."
2302
 
2303
- # @ all-in-one-wp-security-and-firewall
2304
- #: admin/wp-security-firewall-menu.php:203
2305
- msgid "Apart from the security protection benefit, this feature may also help reduce load on your server, particularly if your site currently has a lot of unwanted traffic hitting the XML-RPC API on your installation."
2306
- msgstr "Afgezien van het voordeel van de beveiligingsbescherming, kan deze functie ook helpen de belasting van uw server te verminderen, vooral als uw site momenteel veel ongewenst verkeer heeft dat de XML-RPC API op uw installatie raakt."
2307
 
2308
- # @ all-in-one-wp-security-and-firewall
2309
- #: admin/wp-security-firewall-menu.php:204
2310
- msgid "NOTE: You should only enable this feature if you are not currently using the XML-RPC functionality on your WordPress installation."
2311
- msgstr "OPMERKING: u moet deze functie alleen inschakelen als u de XML-RPC-functionaliteit momenteel niet gebruikt in uw WordPress-installatie."
2312
 
2313
- # @ all-in-one-wp-security-and-firewall
2314
- #: admin/wp-security-firewall-menu.php:211
2315
- msgid "Save Basic Firewall Settings"
2316
- msgstr "Bewaar basisinstellingen van de firewall"
 
 
 
2317
 
2318
- # @ all-in-one-wp-security-and-firewall
2319
- #: admin/wp-security-firewall-menu.php:283
2320
- msgid "You have successfully saved the Additional Firewall Protection configuration"
2321
- msgstr "U hebt de aanvullende firewallbeveiligingsconfiguratie opgeslagen"
2322
 
2323
- # @ all-in-one-wp-security-and-firewall
2324
- #: admin/wp-security-firewall-menu.php:297
2325
- msgid "Additional Firewall Protection"
2326
- msgstr "Extra firewallbescherming"
2327
 
2328
- # @ all-in-one-wp-security-and-firewall
2329
- #: admin/wp-security-firewall-menu.php:301
2330
- #, php-format
2331
- msgid "Due to the nature of the code being inserted to the .htaccess file, this feature may break some functionality for certain plugins and you are therefore advised to take a %s of .htaccess before applying this configuration."
2332
- msgstr "Vanwege de aard van de code die wordt ingevoegd in het. Htaccess-bestand, kan deze functie sommige functionaliteit voor bepaalde plug-ins onderbreken en daarom wordt u geadviseerd om %s van .htaccess te nemen voordat u deze configuratie toepast."
2333
 
2334
- # @ all-in-one-wp-security-and-firewall
2335
- #: admin/wp-security-firewall-menu.php:303
2336
- msgid "This feature allows you to activate more advanced firewall settings to your site."
2337
- msgstr "Met deze functie kunt u geavanceerdere firewall-instellingen activeren voor uw site."
2338
 
2339
- # @ all-in-one-wp-security-and-firewall
2340
- #: admin/wp-security-firewall-menu.php:304
2341
- msgid "The advanced firewall rules are applied via the insertion of special code to your currently active .htaccess file."
2342
- msgstr "De geavanceerde firewallregels worden toegepast via het invoegen van speciale code in uw momenteel actieve .htaccess-bestand."
2343
 
2344
- # @ all-in-one-wp-security-and-firewall
2345
- #: admin/wp-security-firewall-menu.php:313
2346
- msgid "Listing of Directory Contents"
2347
- msgstr "Vermelding van directoryinhoud"
2348
 
2349
- # @ all-in-one-wp-security-and-firewall
2350
- #: admin/wp-security-firewall-menu.php:322
2351
- #: classes/grade-system/wp-security-feature-item-manager.php:88
2352
- msgid "Disable Index Views"
2353
- msgstr "Indexweergaven uitschakelen"
2354
 
2355
- # @ all-in-one-wp-security-and-firewall
2356
- #: admin/wp-security-firewall-menu.php:325
2357
- msgid "Check this if you want to disable directory and file listing."
2358
- msgstr "Selecteer dit als u directory- en bestandsvermeldingen wilt uitschakelen."
2359
 
2360
- # @ all-in-one-wp-security-and-firewall
2361
- #: admin/wp-security-firewall-menu.php:330
2362
- msgid "By default, an Apache server will allow the listing of the contents of a directory if it doesn't contain an index.php file."
2363
- msgstr "Standaard staat een Apache-server de vermelding van de inhoud van een map toe als deze geen index.php-bestand bevat."
2364
 
2365
- # @ all-in-one-wp-security-and-firewall
2366
- #: admin/wp-security-firewall-menu.php:332
2367
- msgid "This feature will prevent the listing of contents for all directories."
2368
- msgstr "Deze functie voorkomt dat de inhoud van alle mappen wordt vermeld."
2369
 
2370
- # @ all-in-one-wp-security-and-firewall
2371
- #: admin/wp-security-firewall-menu.php:334
2372
- msgid "NOTE: In order for this feature to work \"AllowOverride\" of the Indexes directive must be enabled in your httpd.conf file. Ask your hosting provider to check this if you don't have access to httpd.conf"
2373
- msgstr "OPMERKING: Om deze functie te laten werken, moet \"AllowOverride\" van de Indexes-instructie zijn ingeschakeld in uw httpd.conf-bestand. Vraag uw hostingprovider om dit te controleren als u geen toegang heeft tot httpd.conf"
2374
 
2375
- # @ all-in-one-wp-security-and-firewall
2376
- #: admin/wp-security-firewall-menu.php:343
2377
- msgid "Trace and Track"
2378
- msgstr "Traceren en volgen"
2379
 
2380
- # @ all-in-one-wp-security-and-firewall
2381
- #: admin/wp-security-firewall-menu.php:352
2382
- #: classes/grade-system/wp-security-feature-item-manager.php:89
2383
- msgid "Disable Trace and Track"
2384
- msgstr "Schakel Traceren en volgen uit"
2385
 
2386
- # @ all-in-one-wp-security-and-firewall
2387
- #: admin/wp-security-firewall-menu.php:355
2388
- msgid "Check this if you want to disable trace and track."
2389
- msgstr "Selecteer dit als u traceren en volgen wilt uitschakelen."
 
2390
 
2391
- # @ all-in-one-wp-security-and-firewall
2392
- #: admin/wp-security-firewall-menu.php:360
2393
- msgid "HTTP Trace attack (XST) can be used to return header requests and grab cookies and other information."
2394
- msgstr "HTTP Trace Attack (XST) kan worden gebruikt om headeraanvragen in te dienen en om cookies en andere informatie te bemachtigen."
 
2395
 
2396
- # @ all-in-one-wp-security-and-firewall
2397
- #: admin/wp-security-firewall-menu.php:362
2398
- msgid "This hacking technique is usually used together with cross site scripting attacks (XSS)."
2399
- msgstr "Deze hacktechniek wordt meestal gebruikt in combinatie met cross-site scripting attacks (XSS)."
2400
 
2401
- # @ all-in-one-wp-security-and-firewall
2402
- #: admin/wp-security-firewall-menu.php:364
2403
- msgid "Disabling trace and track on your site will help prevent HTTP Trace attacks."
2404
- msgstr "Als u tracering en volgen uitschakelt op uw site, voorkomt u HTTP Trace-aanvallen."
2405
 
2406
- # @ all-in-one-wp-security-and-firewall
2407
- #: admin/wp-security-firewall-menu.php:373
2408
- msgid "Proxy Comment Posting"
2409
- msgstr "Proxy-opmerkingen plaatsen"
2410
 
2411
- # @ all-in-one-wp-security-and-firewall
2412
- #: admin/wp-security-firewall-menu.php:383
2413
- msgid "Forbid Proxy Comment Posting"
2414
- msgstr "Verbieden het plaatsen van Proxy opmerkingen"
2415
 
2416
- # @ all-in-one-wp-security-and-firewall
2417
- #: admin/wp-security-firewall-menu.php:386
2418
- msgid "Check this if you want to forbid proxy comment posting."
2419
- msgstr "Vink dit aan als u het plaatsen van proxycommentaar wilt verbieden."
2420
 
2421
- # @ all-in-one-wp-security-and-firewall
2422
- #: admin/wp-security-firewall-menu.php:391
2423
- msgid "This setting will deny any requests that use a proxy server when posting comments."
2424
- msgstr "Met deze instelling worden aanvragen die gebruikmaken van een proxyserver geweigerd bij het plaatsen van opmerkingen."
2425
 
2426
- # @ all-in-one-wp-security-and-firewall
2427
- #: admin/wp-security-firewall-menu.php:392
2428
- msgid "By forbidding proxy comments you are in effect eliminating some SPAM and other proxy requests."
2429
- msgstr "Door proxy-opmerkingen te verbieden, elimineert u in feite enkele SPAM- en andere proxyverzoeken."
2430
 
2431
- # @ all-in-one-wp-security-and-firewall
2432
- #: admin/wp-security-firewall-menu.php:401
2433
- msgid "Bad Query Strings"
2434
- msgstr "Slechte queryreeksen"
2435
 
2436
- # @ all-in-one-wp-security-and-firewall
2437
- #: admin/wp-security-firewall-menu.php:411
2438
- msgid "Deny Bad Query Strings"
2439
- msgstr "Slechte queryreeksen weigeren"
2440
 
2441
- # @ all-in-one-wp-security-and-firewall
2442
- #: admin/wp-security-firewall-menu.php:414
2443
- msgid "This will help protect you against malicious queries via XSS."
2444
- msgstr "Dit helpt je te beschermen tegen kwaadwillige vragen via XSS."
2445
 
2446
- # @ all-in-one-wp-security-and-firewall
2447
- #: admin/wp-security-firewall-menu.php:419
2448
- msgid "This feature will write rules in your .htaccess file to prevent malicious string attacks on your site using XSS."
2449
- msgstr "Deze functie schrijft regels in uw. Htaccess-bestand om kwaadwillende reeksaanvallen op uw site met XSS te voorkomen."
2450
 
2451
- # @ all-in-one-wp-security-and-firewall
2452
- #: admin/wp-security-firewall-menu.php:420
2453
- msgid "NOTE: Some of these strings might be used for plugins or themes and hence this might break some functionality."
2454
- msgstr "OPMERKING: sommige van deze tekenreeksen kunnen worden gebruikt voor plug-ins of thema's en daarom kan dit sommige functionaliteit tegenwerken."
2455
 
2456
- # @ all-in-one-wp-security-and-firewall
2457
- #: admin/wp-security-firewall-menu.php:421
2458
- #: admin/wp-security-firewall-menu.php:451
2459
- msgid "You are therefore strongly advised to take a backup of your active .htaccess file before applying this feature."
2460
- msgstr "Daarom wordt u ten zeerste aangeraden een back-up van uw actieve .htaccess-bestand te maken voordat u deze functie toepast."
2461
 
2462
- # @ all-in-one-wp-security-and-firewall
2463
- #: admin/wp-security-firewall-menu.php:430
2464
- #: classes/grade-system/wp-security-feature-item-manager.php:92
2465
- msgid "Advanced Character String Filter"
2466
- msgstr "Geavanceerde Character String Filter"
2467
 
2468
- # @ all-in-one-wp-security-and-firewall
2469
- #: admin/wp-security-firewall-menu.php:440
2470
- msgid "Enable Advanced Character String Filter"
2471
- msgstr "Geavanceerde Advanced Character String filter inschakelen"
2472
 
2473
- # @ all-in-one-wp-security-and-firewall
2474
- #: admin/wp-security-firewall-menu.php:443
2475
- msgid "This will block bad character matches from XSS."
2476
- msgstr "Hiermee worden verkeerde karakterovereenkomsten van XSS geblokkeerd."
2477
 
2478
- # @ all-in-one-wp-security-and-firewall
2479
- #: admin/wp-security-firewall-menu.php:448
2480
- msgid "This is an advanced character string filter to prevent malicious string attacks on your site coming from Cross Site Scripting (XSS)."
2481
- msgstr "Dit is een geavanceerd character string filter om te voorkomen dat kwaadwillende string attacks op uw site die afkomstig zijn van Cross Site Scripting (XSS)."
2482
 
2483
- # @ all-in-one-wp-security-and-firewall
2484
- #: admin/wp-security-firewall-menu.php:449
2485
- msgid "This setting matches for common malicious string patterns and exploits and will produce a 403 error for the hacker attempting the query."
2486
- msgstr "Deze instelling komt overeen met veelgebruikte kwaadwillende stringpatronen en exploits en zal een 403-fout produceren voor de hacker die de query probeert uit te voeren."
2487
 
2488
- # @ all-in-one-wp-security-and-firewall
2489
- #: admin/wp-security-firewall-menu.php:450
2490
- msgid "NOTE: Some strings for this setting might break some functionality."
2491
- msgstr "OPMERKING: Sommige strings met deze instelling kunnen sommige functies schenden."
2492
 
2493
- # @ all-in-one-wp-security-and-firewall
2494
- #: admin/wp-security-firewall-menu.php:459
2495
- msgid "Save Additional Firewall Settings"
2496
- msgstr "Sla extra firewall-instellingen op"
2497
 
2498
- # @ all-in-one-wp-security-and-firewall
2499
- #: admin/wp-security-firewall-menu.php:494
2500
- msgid "You have successfully saved the 5G Firewall Protection configuration"
2501
- msgstr "U hebt de configuratie van de 5G-firewallbescherming succesvol opgeslagen"
2502
 
2503
- # @ all-in-one-wp-security-and-firewall
2504
- #: admin/wp-security-firewall-menu.php:507
2505
- #, php-format
2506
- msgid "This feature allows you to activate the 5G firewall security protection rules designed and produced by %s."
2507
- msgstr "Met deze functie kunt u de beveiligings beschermingsregels van de 5G-firewall activeren die door %s zijn ontworpen en geproduceerd."
2508
 
2509
- # @ all-in-one-wp-security-and-firewall
2510
- #: admin/wp-security-firewall-menu.php:508
2511
- msgid "The 5G Blacklist is a simple, flexible blacklist that helps reduce the number of malicious URL requests that hit your website."
2512
- msgstr "De 5G Blacklist is een eenvoudige, flexibele zwarte lijst die helpt het aantal schadelijke URL-verzoeken te verminderen die op uw website terechtkomen."
2513
 
2514
- # @ all-in-one-wp-security-and-firewall
2515
- #: admin/wp-security-firewall-menu.php:509
2516
- msgid "The added advantage of applying the 5G firewall to your site is that it has been tested and confirmed by the people at PerishablePress.com to be an optimal and least disruptive set of .htaccess security rules for general WP sites running on an Apache server or similar."
2517
- msgstr "Het extra voordeel van het toepassen van de 5G-firewall op uw site is dat deze door de mensen op PerishablePress.com is getest en bevestigd als een optimale en minst verstorende set van .htaccess-beveiligingsregels voor algemene WP-sites die op een Apache-server of vergelijkbaar worden uitgevoerd ."
2518
-
2519
- # @ all-in-one-wp-security-and-firewall
2520
- #: admin/wp-security-firewall-menu.php:510
2521
- #, php-format
2522
- msgid "Therefore the 5G firewall rules should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
2523
- msgstr "Daarom mogen de 5G-firewallregels geen invloed hebben op de algemene functionaliteit van uw site, maar u kunt desgewenst een %s van uw .htaccess-bestand nemen voordat u doorgaat."
2524
-
2525
- # @ all-in-one-wp-security-and-firewall
2526
- #: admin/wp-security-firewall-menu.php:516
2527
- msgid "5G Blacklist/Firewall Settings"
2528
- msgstr "5G Blacklist / Firewall-instellingen"
2529
-
2530
- # @ all-in-one-wp-security-and-firewall
2531
- #: admin/wp-security-firewall-menu.php:528
2532
- msgid "Enable 5G Firewall Protection"
2533
- msgstr "Schakel 5G Firewall-bescherming in"
2534
-
2535
- # @ all-in-one-wp-security-and-firewall
2536
- #: admin/wp-security-firewall-menu.php:531
2537
- msgid "Check this if you want to apply the 5G Blacklist firewall protection from perishablepress.com to your site."
2538
- msgstr "Vink dit aan als u de 5G Blacklist-firewallbescherming van perishablepress.com op uw site wilt toepassen."
2539
 
2540
- # @ all-in-one-wp-security-and-firewall
2541
- #: admin/wp-security-firewall-menu.php:535
2542
- msgid "This setting will implement the 5G security firewall protection mechanisms on your site which include the following things:"
2543
- msgstr "Deze instelling implementeert de 5G-firewallbeveiligingsmechanismen op uw site die de volgende zaken bevatten:"
2544
 
2545
- # @ all-in-one-wp-security-and-firewall
2546
- #: admin/wp-security-firewall-menu.php:536
2547
- msgid "1) Block forbidden characters commonly used in exploitative attacks."
2548
- msgstr "1) Blokkeer verboden karakters die vaak worden gebruikt bij exploitative attacks."
2549
 
2550
- # @ all-in-one-wp-security-and-firewall
2551
- #: admin/wp-security-firewall-menu.php:537
2552
- msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
2553
- msgstr "2) Blokkeer kwaadwillende gecodeerde URL-tekens, zoals de tekenreeks \".css (\"."
2554
 
2555
- # @ all-in-one-wp-security-and-firewall
2556
- #: admin/wp-security-firewall-menu.php:538
2557
- msgid "3) Guard against the common patterns and specific exploits in the root portion of targeted URLs."
2558
- msgstr "3) Bescherm uzelf tegen de algemene patronen en specifieke exploits in het rootgedeelte van gerichte URL's."
2559
 
2560
- # @ all-in-one-wp-security-and-firewall
2561
- #: admin/wp-security-firewall-menu.php:539
2562
- msgid "4) Stop attackers from manipulating query strings by disallowing illicit characters."
2563
- msgstr "4) Stop aanvallers met het manipuleren van query strings door ongeoorloofde characters niet toe te staan."
2564
 
2565
- # @ all-in-one-wp-security-and-firewall
2566
- #: admin/wp-security-firewall-menu.php:540
2567
- msgid "....and much more."
2568
- msgstr "....en veel meer."
2569
 
2570
- # @ all-in-one-wp-security-and-firewall
2571
- #: admin/wp-security-firewall-menu.php:546
2572
- msgid "Save 5G Firewall Settings"
2573
- msgstr "Sla 5G Firewall-instellingen op"
2574
 
2575
- # @ all-in-one-wp-security-and-firewall
2576
- #: admin/wp-security-firewall-menu.php:577
2577
- msgid "The Internet bot settings were successfully saved"
2578
- msgstr "De internetbot-instellingen zijn succesvol opgeslagen"
2579
 
2580
- # @ all-in-one-wp-security-and-firewall
2581
- #: admin/wp-security-firewall-menu.php:581
2582
- msgid "Internet Bot Settings"
2583
- msgstr "Internet Bot-instellingen"
2584
 
2585
- # @ all-in-one-wp-security-and-firewall
2586
- #: admin/wp-security-firewall-menu.php:588
2587
- #, php-format
2588
- msgid "%s?"
2589
- msgstr "%s?"
2590
 
2591
- # @ all-in-one-wp-security-and-firewall
2592
- #: admin/wp-security-firewall-menu.php:590
2593
- msgid "A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task."
2594
- msgstr "Een bot is een stukje software dat op internet wordt uitgevoerd en automatische taken uitvoert. Wanneer Google bijvoorbeeld uw pagina's indexeert, gebruikt het automatische bots om deze taak te bereiken."
2595
 
2596
- # @ all-in-one-wp-security-and-firewall
2597
- #: admin/wp-security-firewall-menu.php:591
2598
- msgid "A lot of bots are legitimate and non-malicous but not all bots are good and often you will find some which try to impersonate legitimate bots such as \"Googlebot\" but in reality they have nohing to do with Google at all."
2599
- msgstr "Veel bots zijn legitiem en non-malicous, maar niet alle bots zijn goed en vaak zul je er een paar vinden die proberen om zich uit te geven voor legitieme bots zoals 'Googlebot', maar in werkelijkheid hebben ze helemaal niets met Google te maken."
2600
 
2601
- # @ all-in-one-wp-security-and-firewall
2602
- #: admin/wp-security-firewall-menu.php:592
2603
- msgid "Although most of the bots out there are relatively harmless sometimes website owners want to have more control over which bots they allow into their site."
2604
- msgstr "Hoewel de meeste bots die er zijn relatief onschadelijk zijn, willen website-eigenaren meer controle over welke bots ze op hun site toelaten."
2605
 
2606
- # @ all-in-one-wp-security-and-firewall
2607
- #: admin/wp-security-firewall-menu.php:593
2608
- msgid "This feature allows you to block bots which are impersonating as a Googlebot but actually aren't. (In other words they are fake Google bots)"
2609
- msgstr "Met deze functie kunt u bots blokkeren die zich voordoen als een Googlebot, maar dat in werkelijkheid niet zijn. (Met andere woorden: het zijn valse Google-bots)"
2610
 
2611
- # @ all-in-one-wp-security-and-firewall
2612
- #: admin/wp-security-firewall-menu.php:594
2613
- msgid "Googlebots have a unique indentity which cannot easily be forged and this feature will indentify any fake Google bots and block them from reading your site's pages."
2614
- msgstr "Google Bots hebben een unieke identiteit die niet gemakkelijk kan worden vervalst en deze functie identificeert eventuele nep-bots van Google en voorkomt dat ze de pagina's van uw site lezen."
2615
 
2616
- # @ all-in-one-wp-security-and-firewall
2617
- #: admin/wp-security-firewall-menu.php:600
2618
- msgid "<strong>Attention</strong>: Sometimes non-malicious Internet organizations might have bots which impersonate as a \"Googlebot\"."
2619
- msgstr "<strong> Let op </ strong>: soms hebben niet-kwaadwillende internetorganisaties mogelijk bots die zich voordoen als een 'Googlebot'."
2620
 
2621
- # @ all-in-one-wp-security-and-firewall
2622
- #: admin/wp-security-firewall-menu.php:601
2623
- msgid "Just be aware that if you activate this feature the plugin will block all bots which use the \"Googlebot\" string in their User Agent information but are NOT officially from Google (irrespective whether they are malicious or not)."
2624
- msgstr "Houd er rekening mee dat als u deze functie activeert, de plug-in alle bots die de 'Googlebot' string gebruiken blokkeert in hun User Agent-informatie, maar niet officieel van Google is (ongeacht of ze kwaadaardig zijn of niet)."
2625
 
2626
- # @ all-in-one-wp-security-and-firewall
2627
- #: admin/wp-security-firewall-menu.php:602
2628
- msgid "All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will not be affected by this feature."
2629
- msgstr "Alle andere bots van andere organisaties zoals \"Yahoo\", \"Bing\" enz. Worden niet beïnvloed door deze functie."
2630
 
2631
- # @ all-in-one-wp-security-and-firewall
2632
- #: admin/wp-security-firewall-menu.php:608
2633
- #: admin/wp-security-firewall-menu.php:618
2634
- #: classes/grade-system/wp-security-feature-item-manager.php:94
2635
- msgid "Block Fake Googlebots"
2636
- msgstr "Nep Googlebots blokkeren"
2637
 
2638
- # @ all-in-one-wp-security-and-firewall
2639
- #: admin/wp-security-firewall-menu.php:621
2640
- msgid "Check this if you want to block all fake Googlebots."
2641
- msgstr "Vink dit aan als je alle nep-Googlebots wilt blokkeren."
2642
 
2643
- # @ all-in-one-wp-security-and-firewall
2644
- #: admin/wp-security-firewall-menu.php:625
2645
- msgid "This feature will check if the User Agent information of a bot contains the string \"Googlebot\"."
2646
- msgstr "Deze functie controleert of de User Agent-informatie van een bot de string \"Googlebot\" bevat."
2647
 
2648
- # @ all-in-one-wp-security-and-firewall
2649
- #: admin/wp-security-firewall-menu.php:626
2650
- msgid "It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed."
2651
- msgstr "Vervolgens voert het een paar tests uit om te controleren of de bot legitiem van Google is en zo ja, dan kan de bot doorgaan."
2652
 
2653
- # @ all-in-one-wp-security-and-firewall
2654
- #: admin/wp-security-firewall-menu.php:627
2655
- msgid "If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it"
2656
- msgstr "Als de bot niet voldoet aan de controles, markeert de plug-in deze als een nep-Googlebot en blokkeert deze"
2657
 
2658
- # @ all-in-one-wp-security-and-firewall
2659
- #: admin/wp-security-firewall-menu.php:634
2660
- msgid "Save Internet Bot Settings"
2661
- msgstr "Sla de internet-botinstellingen op"
2662
 
2663
- # @ all-in-one-wp-security-and-firewall
2664
- #: admin/wp-security-firewall-menu.php:671
2665
- #: admin/wp-security-firewall-menu.php:693
2666
  #: classes/grade-system/wp-security-feature-item-manager.php:32
 
 
2667
  msgid "Prevent Image Hotlinking"
2668
- msgstr "Voorkom dat afbeeldingen hotlinken worden"
2669
 
2670
- # @ all-in-one-wp-security-and-firewall
2671
- #: admin/wp-security-firewall-menu.php:674
2672
  msgid "A Hotlink is where someone displays an image on their site which is actually located on your site by using a direct link to the source of the image on your server."
2673
- msgstr "Een hotlink is waar iemand een afbeelding op zijn site weergeeft die zich daadwerkelijk op uw site bevindt door een directe link naar de bron van de afbeelding op uw server te gebruiken."
2674
 
2675
- # @ all-in-one-wp-security-and-firewall
2676
- #: admin/wp-security-firewall-menu.php:675
2677
- msgid "Due to the fact that the image being displayed on the other person's site is coming from your server, this can cause leaking of bandwidth and resources for you because your server has to present this image for the people viewing it on someone elses's site."
2678
- msgstr "Vanwege het feit dat de afbeelding die wordt weergegeven op de site van de andere persoon afkomstig is van uw server, kan dit leiden tot lekken van bandbreedte en bronnen voor u omdat uw server deze afbeelding moet presenteren voor de mensen die deze op de website van iemand anders bekijken."
2679
 
2680
- # @ all-in-one-wp-security-and-firewall
2681
- #: admin/wp-security-firewall-menu.php:676
2682
- msgid "This feature will prevent people from directly hotlinking images from your site's pages by writing some directives in your .htaccess file."
2683
- msgstr "Met deze functie wordt voorkomen dat mensen rechtstreeks afbeeldingen van de pagina's van uw site hotlinken door enkele richtlijnen in uw .htaccess-bestand te schrijven."
2684
 
2685
- # @ all-in-one-wp-security-and-firewall
2686
- #: admin/wp-security-firewall-menu.php:681
2687
- msgid "Prevent Hotlinking"
2688
- msgstr "Voorkomen hotlinken"
2689
 
2690
- # @ all-in-one-wp-security-and-firewall
2691
- #: admin/wp-security-firewall-menu.php:696
2692
- msgid "Check this if you want to prevent hotlinking to images on your site."
2693
- msgstr "Vink dit aan als u wilt voorkomen dat hotlinks worden toegevoegd aan afbeeldingen op uw site."
2694
 
2695
- # @ all-in-one-wp-security-and-firewall
2696
- #: admin/wp-security-firewall-menu.php:716
2697
- msgid "Nonce check failed for delete all 404 event logs operation!"
2698
- msgstr "Nonce check mislukt voor het verwijderen van alle 404 event logs operatie!"
2699
 
2700
- # @ all-in-one-wp-security-and-firewall
2701
- #: admin/wp-security-firewall-menu.php:727
2702
- msgid "404 Detection Feature - Delete all 404 event logs operation failed!"
2703
- msgstr "404 Detectiefunctie - Verwijderen van alle 404-gebeurtenislogboeken is mislukt!"
2704
 
2705
- # @ all-in-one-wp-security-and-firewall
2706
- #: admin/wp-security-firewall-menu.php:731
2707
- msgid "All 404 event logs were deleted from the DB successfully!"
2708
- msgstr "Alle 404-gebeurtenislogboeken zijn met succes uit de database verwijderd!"
2709
 
2710
- # @ all-in-one-wp-security-and-firewall
2711
- #: admin/wp-security-firewall-menu.php:757
2712
- #: admin/wp-security-user-login-menu.php:110
2713
- msgid "You entered a non numeric value for the lockout time length field. It has been set to the default value."
2714
- msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld lockout time length. Het is ingesteld op de standaardwaarde."
2715
 
2716
- # @ all-in-one-wp-security-and-firewall
2717
- #: admin/wp-security-firewall-menu.php:763
2718
- msgid "You entered an incorrect format for the \"Redirect URL\" field. It has been set to the default value."
2719
- msgstr "U hebt een verkeerd formaat ingevoerd voor het veld \"Omleidings-URL\". Het is ingesteld op de standaardwaarde."
2720
 
2721
- # @ all-in-one-wp-security-and-firewall
2722
- #: admin/wp-security-firewall-menu.php:795
2723
- msgid "404 Detection Configuration"
2724
- msgstr "404 Detectieconfiguratie"
2725
 
2726
- # @ all-in-one-wp-security-and-firewall
2727
- #: admin/wp-security-firewall-menu.php:798
2728
- msgid "A 404 or Not Found error occurs when somebody tries to access a non-existent page on your website."
2729
- msgstr "Er treedt een niet gevonden 404-fout op als iemand probeert een niet-bestaande pagina op uw website te openen."
2730
 
2731
- # @ all-in-one-wp-security-and-firewall
2732
- #: admin/wp-security-firewall-menu.php:799
2733
- msgid "Typically, most 404 errors happen quite innocently when people have mis-typed a URL or used an old link to page which doesn't exist anymore."
2734
- msgstr "Meestal gebeuren de meeste 404-fouten vrij onschuldig wanneer mensen een URL verkeerd hebben getypt of een oude link naar een pagina hebben gebruikt die niet meer bestaat."
2735
 
2736
- # @ all-in-one-wp-security-and-firewall
2737
- #: admin/wp-security-firewall-menu.php:800
2738
- msgid "However, in some cases you may find many repeated 404 errors which occur in a relatively short space of time and from the same IP address which are all attempting to access a variety of non-existent page URLs."
2739
- msgstr "In sommige gevallen kunt u echter veel herhaalde 404-fouten vinden die zich in een relatief korte tijdspanne voordoen en van hetzelfde IP-adres die allemaal proberen toegang te krijgen tot een verscheidenheid aan niet-bestaande pagina-URL's."
2740
 
2741
- # @ all-in-one-wp-security-and-firewall
2742
- #: admin/wp-security-firewall-menu.php:801
2743
- msgid "Such behaviour can mean that a hacker might be trying to find a particular page or URL for sinister reasons."
2744
- msgstr "Dergelijk gedrag kan betekenen dat een hacker om een sinistere reden een bepaalde pagina of URL probeert te vinden."
2745
 
2746
- # @ all-in-one-wp-security-and-firewall
2747
- #: admin/wp-security-firewall-menu.php:802
2748
- msgid "This feature allows you to monitor all 404 events which occur on your site, and it also gives you the option of blocking IP addresses for a configured length of time."
2749
- msgstr "Met deze functie kunt u alle 404-gebeurtenissen op uw site volgen en kunt u ook IP-adressen gedurende een ingestelde tijdsduur blokkeren."
2750
 
2751
- # @ all-in-one-wp-security-and-firewall
2752
- #: admin/wp-security-firewall-menu.php:803
2753
- msgid "If you want to temporarily block an IP address, simply click the \"Temp Block\" link for the applicable IP entry in the \"404 Event Logs\" table below."
2754
- msgstr "Als u tijdelijk een IP-adres wilt blokkeren, klikt u eenvoudig op de koppeling \"Temp Block\" voor het toepasselijke IP-item in de tabel \"404 Event Logs\" hieronder."
2755
 
2756
- # @ all-in-one-wp-security-and-firewall
2757
- #: admin/wp-security-firewall-menu.php:808
2758
- msgid "404 Detection Options"
2759
- msgstr "404 Detectieopties"
2760
 
2761
- # @ all-in-one-wp-security-and-firewall
2762
- #: admin/wp-security-firewall-menu.php:820
2763
- msgid "Enable IP Lockout For 404 Events"
2764
- msgstr "IP-vergrendeling inschakelen voor 404-gebeurtenissen"
2765
 
2766
- # @ all-in-one-wp-security-and-firewall
2767
- #: admin/wp-security-firewall-menu.php:823
2768
- msgid "Check this if you want to enable the lockout of selected IP addresses."
2769
- msgstr "Selecteer dit als u de vergrendeling van geselecteerde IP-adressen wilt inschakelen."
2770
 
2771
- # @ all-in-one-wp-security-and-firewall
2772
- #: admin/wp-security-firewall-menu.php:828
2773
- msgid "When you enable this checkbox, all 404 events on your site will be logged in the table below. You can monitor these events and select some IP addresses to be blocked in the table. All IP addresses you select to be blocked from the \"404 Event Logs\" table section will be unable to access your site."
2774
- msgstr "Wanneer u dit selectievakje inschakelt, worden alle 404 gebeurtenissen op uw site in de onderstaande tabel vastgelegd. U kunt deze gebeurtenissen controleren en bepaalde IP-adressen selecteren die in de tabel moeten worden geblokkeerd. Alle IP-adressen die u selecteert om te worden geblokkeerd in het tabelgedeelte \"404 Event Logs\", hebben geen toegang tot uw site."
 
2775
 
2776
- # @ all-in-one-wp-security-and-firewall
2777
- #: admin/wp-security-firewall-menu.php:836
2778
- msgid "Enable 404 Event Logging"
2779
- msgstr "404 Logregistratie inschakelen"
2780
 
2781
- # @ all-in-one-wp-security-and-firewall
2782
- #: admin/wp-security-firewall-menu.php:839
2783
- msgid "Check this if you want to enable the logging of 404 events"
2784
- msgstr "Selecteer dit als u het loggen van 404-gebeurtenissen wilt inschakelen"
2785
 
2786
- # @ all-in-one-wp-security-and-firewall
2787
- #: admin/wp-security-firewall-menu.php:844
2788
- msgid "Time Length of 404 Lockout (min)"
2789
- msgstr "Tijdslengte van 404 Uitsluiting (min)"
2790
 
2791
- # @ all-in-one-wp-security-and-firewall
2792
- #: admin/wp-security-firewall-menu.php:846
2793
- msgid "Set the length of time for which a blocked IP address will be prevented from visiting your site"
2794
- msgstr "Stel in hoe lang het duurt voordat een geblokkeerd IP-adres uw site weer kan bezoeken"
2795
 
2796
- # @ all-in-one-wp-security-and-firewall
2797
- #: admin/wp-security-firewall-menu.php:851
2798
- msgid "You can lock any IP address which is recorded in the \"404 Event Logs\" table section below."
2799
- msgstr "U kunt elk IP-adres vergrendelen dat is vastgelegd in het onderstaande tabelgedeelte van de \"404 Event Logs\"."
2800
 
2801
- # @ all-in-one-wp-security-and-firewall
2802
- #: admin/wp-security-firewall-menu.php:853
2803
- msgid "To temporarily lock an IP address, hover over the ID column and click the \"Temp Block\" link for the applicable IP entry."
2804
- msgstr "Om tijdelijk een IP-adres te vergrendelen, plaatst u de muisaanwijzer op de kolom ID en klikt u op de koppeling \"Temp Block\" voor het toepasselijke IP-item."
2805
 
2806
- # @ all-in-one-wp-security-and-firewall
2807
- #: admin/wp-security-firewall-menu.php:860
2808
- msgid "404 Lockout Redirect URL"
2809
- msgstr "404 uitsluitingsverwijzings URL"
2810
 
2811
- # @ all-in-one-wp-security-and-firewall
2812
- #: admin/wp-security-firewall-menu.php:862
2813
- msgid "A blocked visitor will be automatically redirected to this URL."
2814
- msgstr "Een geblokkeerde bezoeker wordt automatisch doorgestuurd naar deze URL."
2815
 
2816
- # @ all-in-one-wp-security-and-firewall
2817
- #: admin/wp-security-firewall-menu.php:871
2818
- msgid "404 Event Logs"
2819
- msgstr "404 Gebeurtenislog"
2820
 
2821
- # @ all-in-one-wp-security-and-firewall
2822
- #: admin/wp-security-firewall-menu.php:892
2823
- #: admin/wp-security-firewall-menu.php:901
2824
- msgid "Delete All 404 Event Logs"
2825
- msgstr "Verwijder alle 404 gebeurtenislogs"
2826
 
2827
- # @ all-in-one-wp-security-and-firewall
2828
- #: admin/wp-security-firewall-menu.php:898
2829
- msgid "Click this button if you wish to purge all 404 event logs from the DB."
2830
- msgstr "Klik op deze knop als u alle 404-gebeurtenislog uit de database wilt verwijderen."
2831
-
2832
- # @ all-in-one-wp-security-and-firewall
2833
- #: admin/wp-security-list-404.php:108
2834
- #: admin/wp-security-list-acct-activity.php:79
2835
- #: admin/wp-security-list-comment-spammer-ip.php:86
2836
- #: admin/wp-security-list-locked-ip.php:82
2837
- #: admin/wp-security-list-locked-ip.php:93
2838
- #: admin/wp-security-list-login-fails.php:78
2839
- #: admin/wp-security-list-registered-users.php:82
2840
- #: admin/wp-security-list-registered-users.php:93
2841
- msgid "Please select some records using the checkboxes"
2842
- msgstr "Selecteer enkele records met behulp van de selectievakjes"
2843
 
2844
- # @ all-in-one-wp-security-and-firewall
2845
- #: admin/wp-security-list-acct-activity.php:107
2846
- #: admin/wp-security-list-login-fails.php:107
2847
- msgid "The selected entries were deleted successfully!"
2848
- msgstr "De geselecteerde items zijn succesvol verwijderd!"
2849
 
2850
- # @ all-in-one-wp-security-and-firewall
2851
- #: admin/wp-security-list-acct-activity.php:120
2852
- #: admin/wp-security-list-login-fails.php:119
2853
- msgid "The selected entry was deleted successfully!"
2854
- msgstr "Het geselecteerde item is succesvol verwijderd!"
2855
 
2856
- # @ all-in-one-wp-security-and-firewall
2857
- #: admin/wp-security-list-comment-spammer-ip.php:139
2858
- msgid "The selected IP addresses were saved in the blacklist configuration settings."
2859
- msgstr "De geselecteerde IP-adressen zijn opgeslagen in de configuratie-instellingen van de blacklist."
2860
 
2861
- # @ all-in-one-wp-security-and-firewall
2862
- #: admin/wp-security-list-comment-spammer-ip.php:153
2863
- msgid "The .htaccess file was successfully modified to include the selected IP addresses."
2864
- msgstr "Het .htaccess-bestand is met succes gewijzigd om de geselecteerde IP-adressen op te nemen."
2865
 
2866
- # @ all-in-one-wp-security-and-firewall
2867
- #: admin/wp-security-list-comment-spammer-ip.php:159
2868
- msgid "NOTE: The .htaccess file was not modified because you have disabled the \"Enable IP or User Agent Blacklisting\" check box."
2869
- msgstr "OPMERKING: het .htaccess-bestand is niet gewijzigd omdat u het selectievakje \"IP-adres of Gebruikersagent-zwarte lijst toestaan\" hebt uitgeschakeld."
2870
 
2871
- # @ all-in-one-wp-security-and-firewall
2872
- #: admin/wp-security-list-comment-spammer-ip.php:160
2873
- #, php-format
2874
- msgid "To block these IP addresses you will need to enable the above flag in the %s menu"
2875
- msgstr "Om deze IP-adressen te blokkeren, moet u de bovenstaande markering in het %s-menu inschakelen"
2876
 
2877
- # @ all-in-one-wp-security-and-firewall
2878
- #: admin/wp-security-list-locked-ip.php:117
2879
- #: admin/wp-security-user-login-menu.php:527
2880
- msgid "The selected IP entries were unlocked successfully!"
2881
- msgstr "De geselecteerde IP-vermeldingen zijn succesvol ontgrendeld!"
2882
 
2883
- # @ all-in-one-wp-security-and-firewall
2884
- #: admin/wp-security-list-locked-ip.php:126
2885
- #: admin/wp-security-user-login-menu.php:536
2886
- msgid "The selected IP entry was unlocked successfully!"
2887
- msgstr "Het geselecteerde IP-item is succesvol ontgrendeld!"
2888
 
2889
- # @ all-in-one-wp-security-and-firewall
2890
- #: admin/wp-security-list-registered-users.php:127
2891
- #: admin/wp-security-list-registered-users.php:151
2892
- msgid "Your account is now active"
2893
- msgstr "Uw account is nu actief"
2894
 
2895
- # @ all-in-one-wp-security-and-firewall
2896
- #: admin/wp-security-list-registered-users.php:128
2897
- msgid "Your account with username:"
2898
- msgstr "Uw account met gebruikersnaam:"
2899
 
2900
- # @ all-in-one-wp-security-and-firewall
2901
- #: admin/wp-security-list-registered-users.php:135
2902
- msgid "The selected accounts were approved successfully!"
2903
- msgstr "De geselecteerde accounts zijn succesvol goedgekeurd!"
2904
 
2905
- # @ all-in-one-wp-security-and-firewall
2906
- #: admin/wp-security-list-registered-users.
1
+ # Translation of Plugins - All In One WP Security &amp; Firewall - Development (trunk) in Dutch
2
+ # This file is distributed under the same license as the Plugins - All In One WP Security &amp; Firewall - Development (trunk) package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2019-06-15 09:34+1000\n"
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: Poedit 2.2.3\n"
11
+ "Language: nl\n"
12
+ "Project-Id-Version: Plugins - All In One WP Security &amp; Firewall - Development (trunk)\n"
13
+ "POT-Creation-Date: \n"
14
+ "Last-Translator: \n"
15
+ "Language-Team: \n"
 
 
 
 
 
 
 
 
 
 
 
16
 
17
+ #: admin/wp-security-admin-menu.php:102
18
+ msgid "The bulk action was successful"
19
+ msgstr "De bulk actie is met succes uitgevoerd"
20
+
21
+ #: admin/wp-security-admin-menu.php:106
22
+ msgid "The bulk action failed"
23
+ msgstr "De bulk actie is mislukt"
24
+
25
+ #: admin/general/wp-security-list-table.php:468
26
+ msgid "Select bulk action"
27
+ msgstr "Selecteer bulk actie"
28
+
29
+ #: admin/general/wp-security-list-table.php:532
30
+ #: admin/general/wp-security-list-table.php:1354
31
+ msgid "Show more details"
32
+ msgstr "Toon meer details"
33
+
34
+ #: admin/general/wp-security-list-table.php:600
35
+ msgid "Filter by date"
36
+ msgstr "Filter op datum"
37
+
38
+ #: admin/general/wp-security-list-table.php:602
39
+ msgid "All dates"
40
+ msgstr "Alle datums"
41
+
42
+ #: admin/general/wp-security-list-table.php:668
43
+ msgid "%s comment"
44
+ msgid_plural "%s comments"
45
+ msgstr[0] "%s reactie"
46
+ msgstr[1] "%s reacties"
47
+
48
+ #: admin/general/wp-security-list-table.php:669
49
+ msgid "%s approved comment"
50
+ msgid_plural "%s approved comments"
51
+ msgstr[0] "%s toegestane reactie"
52
+ msgstr[1] "%s toegestane reacties"
53
+
54
+ #: admin/general/wp-security-list-table.php:670
55
+ msgid "%s pending comment"
56
+ msgid_plural "%s pending comments"
57
+ msgstr[0] "%s wachtende reactie"
58
+ msgstr[1] "%s wachtende reacties"
59
+
60
+ #: admin/general/wp-security-list-table.php:676
61
+ #: admin/general/wp-security-list-table.php:698
62
+ #: admin/general/wp-security-list-table.php:721
63
+ msgid "No comments"
64
+ msgstr "Geen reacties"
65
+
66
+ #: admin/general/wp-security-list-table.php:698
67
+ msgid "No approved comments"
68
+ msgstr "Geen toegestane reacties"
69
+
70
+ #: admin/general/wp-security-list-table.php:721
71
+ msgid "No pending comments"
72
+ msgstr "Geen reacties in de wachtrij"
73
+
74
+ #: admin/general/wp-security-list-table.php:797
75
+ #: admin/general/wp-security-list-table.php:1378
76
+ msgid "%s item"
77
+ msgid_plural "%s items"
78
+ msgstr[0] "%s artikel"
79
+ msgstr[1] "%s artikelen"
80
 
81
+ #: admin/general/wp-security-list-table.php:834
82
+ msgid "First page"
83
+ msgstr "Eerste pagina"
 
84
 
85
+ #: admin/general/wp-security-list-table.php:845
86
+ msgid "Previous page"
87
+ msgstr "Vorige pagina"
 
 
 
88
 
89
+ #: admin/general/wp-security-list-table.php:870
90
+ msgid "Next page"
91
+ msgstr "Volgende pagina"
 
92
 
93
+ #: admin/general/wp-security-list-table.php:881
94
+ msgid "Last page"
95
+ msgstr "Laatste pagina"
 
96
 
97
+ #. translators: %s: site title
98
+ #: other-includes/wp-security-rename-login-feature.php:252
99
+ msgctxt "site"
100
+ msgid "&larr; Back to %s"
101
+ msgstr "&larr; Terug naar %s"
102
 
103
+ #: admin/wp-security-settings-menu.php:600
104
+ msgid "Import AIOWPS settings from "
105
+ msgstr "Importeer AIOWPS-instellingen van "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
 
107
+ #: admin/wp-security-misc-options-menu.php:267
108
+ msgid "Beware that if you are using other plugins which have registered REST endpoints (eg, Contact Form 7), then this feature will also block REST requests used by these plugins if the user is not logged in. It is recommended that you leave this feature disabled if you want uninterrupted functionality for such plugins."
109
+ msgstr "Wees ervan bewust dat als u andere plugins gebruikt die geregistreerde REST eindpunten hebben (b.v., Contact Form 7) , dan zal deze eigenschap ook REST-verzoeken die door deze plugins worden gebruikt blokkeren als de gebruiker niet ingelogd is. Het wordt aanbevolen dat u deze functie uitgeschakeld laat als u ononderbroken functionaliteit voor dergelijke plugins wilt hebben."
 
 
 
110
 
111
+ #: admin/wp-security-brute-force-menu.php:593
112
+ msgid "Secret Key"
113
+ msgstr "Geheime sleutel"
 
114
 
115
+ #: admin/wp-security-brute-force-menu.php:588
116
+ msgid "Site Key"
117
+ msgstr "Site-sleutel"
 
118
 
119
+ #: admin/wp-security-brute-force-menu.php:581
120
+ msgid "Use Google reCAPTCHA as default"
121
+ msgstr "Gebruik standaard Google reCAPTCHA"
 
122
 
123
+ #: admin/wp-security-brute-force-menu.php:569
124
+ msgid "Google reCAPTCHA Settings"
125
+ msgstr "Google reCAPTCHA-instellingen"
 
126
 
127
+ #: admin/wp-security-brute-force-menu.php:574
128
+ msgid "By enabling these settings the Google reCAPTCHA v2 widget will be applied by default for all forms in the captcha settings below."
129
+ msgstr "Door deze instellingen in te schakelen, wordt de Google reCAPTCHA v2-widget standaard toegepast op alle formulieren in de onderstaande captcha-instellingen."
 
130
 
131
+ #: admin/wp-security-brute-force-menu.php:562
132
+ msgid "If Google reCAPTCHA is disabled the simple maths captcha form will apply and users will need to enter the answer to a simple mathematical question."
133
+ msgstr "Als Google reCAPTCHA is uitgeschakeld, is het eenvoudige wiskunde-captcha-formulier van toepassing en moeten gebruikers het antwoord op een eenvoudige wiskundige vraag invoeren."
 
134
 
135
+ #: admin/wp-security-brute-force-menu.php:560
136
+ msgid "You have the option of using either %s or a plain maths captcha form."
137
+ msgstr "U hebt de mogelijkheid van het gebruik van ofwel %s of een gewone wiskunde-CAPTCHA vorm."
 
138
 
139
+ #: admin/wp-security-brute-force-menu.php:561
140
+ msgid "If you enable Google reCAPTCHA the reCAPTCHA widget will be displayed for all forms the captcha settings below."
141
+ msgstr "Wanneer u Google reCAPTCHA activeert zal de reCAPTCHA-widget worden weergegeven voor alle formulieren met de CAPTCHA-instellingen hieronder."
 
142
 
143
+ #: admin/wp-security-brute-force-menu.php:584
144
+ msgid "Check this if you want to default to Google reCAPTCHA for all settings below. (If this is left unchecked, all captcha forms will revert to the plain maths captcha)"
145
+ msgstr "Markeer dit als u standaard Google reCAPTCHA voor alle instellingen hieronder wil gebruiken. (Als dit niet is aangevinkt, dan zullen alle captcha-formulieren terugkeren naar de gewone wiskundige-CAPTCHA)"
 
146
 
147
+ #: admin/wp-security-brute-force-menu.php:558
148
+ msgid "This feature allows you to add a captcha form on various WordPress login pages and forms."
149
+ msgstr "Deze eigenschap staat u toe om een CAPTCHA-formulier op diverse WordPress loginpagina's en formulieren toe te voegen."
 
150
 
151
+ #: classes/wp-security-general-init-tasks.php:608
152
+ msgid "You are not authorized to perform this action."
153
+ msgstr "Je hebt geen rechten om deze actie uit te voeren."
 
154
 
155
+ #: admin/wp-security-dashboard-menu.php:496
156
+ msgid "View all"
157
+ msgstr "Bekijk alle"
 
158
 
159
+ #: admin/wp-security-misc-options-menu.php:31
160
+ msgid "WP REST API"
161
+ msgstr "WP REST API"
 
162
 
163
+ #: admin/wp-security-dashboard-menu.php:487
164
+ msgid "Brute Force Prevention Login Page"
165
+ msgstr "Brute Force Preventie loginpagina"
166
+
167
+ #: admin/wp-security-misc-options-menu.php:278
168
+ msgid "Check this if you want to stop REST API access for non-logged in requests."
169
+ msgstr "Selecteer dit als u de REST API-toegang wilt stoppen voor niet-ingelogde verzoeken."
170
+
171
+ #: admin/wp-security-misc-options-menu.php:275
172
+ msgid "Disallow Unauthorized REST Requests"
173
+ msgstr "Geen ongeautoriseerde REST-aanvragen toestaan"
174
+
175
+ #: admin/wp-security-misc-options-menu.php:261
176
+ msgid "When enabled this feature will only allow REST requests to be processed if the user is logged in."
177
+ msgstr "Indien ingeschakeld, staat deze functie alleen toe dat REST-aanvragen worden verwerkt als de gebruiker is aangemeld."
178
+
179
+ #: admin/wp-security-misc-options-menu.php:249
180
+ msgid "WP REST API Security feature settings saved!"
181
+ msgstr "WP REST API beveiligingsfunctie-instellingen opgeslagen!"
182
+
183
+ #: admin/wp-security-misc-options-menu.php:260
184
+ msgid "This feature allows you to block WordPress REST API access for unauthorized requests."
185
+ msgstr "Deze functie maakt het mogelijk om de WordPress REST API te blokkeren voor toegang tot ongeautoriseerde verzoeken."
186
+
187
+ #: admin/wp-security-filescan-menu.php:246
188
+ msgid "It appears that your server is using an old PHP version which is missing the %s. The file scanner feature needs this class in order to work. If you would like to use this feature please upgrade your server PHP version to 5.3 or greater."
189
+ msgstr "Het blijkt dat uw server een oude PHP-versie gebruikt die %s mist. De functie bestandsscanner heeft deze klasse nodig om te kunnen werken. Als u deze eigenschap zou willen gebruiken gelieve de PHP-versie van uw server te upgraden naar versie 5.3 of hoger."
190
+
191
+ #: classes/wp-security-process-renamed-login-page.php:147
192
+ #: other-includes/wp-security-rename-login-feature.php:855
193
+ msgid "Invalid key"
194
+ msgstr "Ongeldige sleutel"
195
 
196
+ #. translators: %s: site name
197
+ #: other-includes/wp-security-rename-login-feature.php:366
198
+ msgid "Site Name: %s"
199
+ msgstr "Sitenaam: %s"
200
+
201
+ #: other-includes/wp-security-rename-login-feature.php:708
202
+ msgid "Confirm use of weak password"
203
+ msgstr "Bevestig gebruik van zwak wachtwoord"
204
+
205
+ #. translators: Login screen title. 1: Login screen name, 2: Network or site
206
+ #. name
207
+ #: other-includes/wp-security-rename-login-feature.php:59
208
+ msgid "%1$s &lsaquo; %2$s &#8212; WordPress"
209
+ msgstr "%1$s &lsaquo; %2$s &#8212; WordPress"
210
+
211
+ #: other-includes/wp-security-rename-login-feature.php:846
212
+ msgid "Invalid request."
213
+ msgstr "Ongeldige aanvraag."
214
+
215
+ #: classes/wp-security-process-renamed-login-page.php:155
216
+ #: other-includes/wp-security-rename-login-feature.php:877
217
+ msgid "User action confirmed."
218
+ msgstr "Gebruikersactie bevestigd."
219
 
220
+ #: admin/wp-security-spam-menu.php:520
221
+ msgid "BBPress SPAM Settings"
222
+ msgstr "BBPress SPAM-instellingen"
 
223
 
224
+ #: admin/wp-security-spam-menu.php:31
225
+ msgid "BBPress"
226
+ msgstr "BBPress"
 
227
 
228
+ #: admin/wp-security-settings-menu.php:763
229
+ msgid "Default"
230
+ msgstr "Standaard"
 
231
 
232
+ #: classes/grade-system/wp-security-feature-item-manager.php:110
233
+ msgid "BBPress New Topic Captcha"
234
+ msgstr "BBPress Nieuw Topic Captcha"
 
235
 
236
+ #: admin/wp-security-settings-menu.php:35
237
+ msgid "Advanced Settings"
238
+ msgstr "Geavanceerde instellingen"
 
239
 
240
+ #: admin/wp-security-spam-menu.php:552
241
+ msgid "BBPress is not active! In order to use this feature you will need to have BBPress installed and activated."
242
+ msgstr "BBPres is niet actief! Om gebruik te maken van de optie moet je BBPress geïnstalleerd en geactiveerd hebben."
 
243
 
244
+ #: admin/wp-security-spam-menu.php:540
245
+ msgid "Enable Captcha On BBPress New Topic Form"
246
+ msgstr "Gebruik Captcha op het BBPress Nieuw Onderwerp Formulier"
 
247
 
248
+ #: admin/wp-security-settings-menu.php:746
249
+ msgid "IP Retrieval Settings"
250
+ msgstr "IP informatie-instellingen"
 
251
 
252
+ #: admin/wp-security-settings-menu.php:728
253
+ msgid "Nonce check failed for save advanced settings!"
254
+ msgstr "Nonce check mislukt voor het opslaan van geavanceerde instellingen!"
 
 
 
255
 
256
+ #: admin/wp-security-spam-menu.php:543
257
+ msgid "Check this if you want to insert a captcha field on the BBPress new topic forms"
258
+ msgstr "Vink dit aan als u een captcha-veld wilt invoegen op de BBPress nieuwe onderwerpformulieren"
 
259
 
260
+ #: admin/wp-security-settings-menu.php:775
261
+ msgid "If your chosen server variable fails the plugin will automatically fall back to retrieving the IP address from $_SERVER[\"REMOTE_ADDR\"]"
262
+ msgstr "Als de door u gekozen servervariabele niet werkt, zal de plug- in automatisch terugvallen op het ophalen van het IP-adres van $ _SERVER [\"REMOTE_ADDR\"]"
 
263
 
264
+ #: admin/wp-security-settings-menu.php:753
265
+ msgid "You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address."
266
+ msgstr "U kunt de onderstaande instellingen gebruiken om te configureren welke $ _SERVER global u wilt gebruiken voor het ophalen van het IP-adres."
267
+
268
+ #: admin/wp-security-settings-menu.php:752
269
+ msgid "However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable."
270
+ msgstr "In sommige opstellingen, zoals die met proxy's, load-balancers en CloudFlare, kan het echter nodig zijn om een andere $ _SERVER-variabele te gebruiken."
271
+
272
+ #: admin/wp-security-settings-menu.php:751
273
+ msgid "By default this plugin uses the $_SERVER['REMOTE_ADDR'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP."
274
+ msgstr "Standaard gebruikt deze plug-in de variabele $ _SERVER ['REMOTE_ADDR'] om het IP-adres van de bezoeker op te halen. Dit zou normaal de meest accurate en veiligste manier moeten zijn om het IP te krijgen."
275
+
276
+ #: admin/wp-security-filesystem-menu.php:121
277
+ msgid "This plugin has detected that your site is running on a Windows server."
278
+ msgstr "Deze plugin heeft ontdekt dat jouw site draait op een Windows-server."
279
+
280
+ #: admin/wp-security-filesystem-menu.php:122
281
+ msgid "This feature is not applicable for Windows server installations."
282
+ msgstr "Deze mogelijkheid is niet beschikbaar voor installaties die draaien op een Windows-server."
283
+
284
+ #: admin/wp-security-settings-menu.php:750
285
+ msgid "The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address."
286
+ msgstr "Met de instellingen voor het ophalen van een IP kunt u opgeven welke $ _SERVER globale variabele u deze plugin wilt laten gebruiken om het IP-adres van de bezoeker op te halen."
287
+
288
+ #: admin/wp-security-settings-menu.php:769
289
+ msgid "Choose a $_SERVER variable you would like to retrieve the visitor IP address from."
290
+ msgstr "Kies een $ _SERVER variabele die u wilt gebruiken om het bezoeker IP-adres op te halen."
291
+
292
+ #: admin/wp-security-spam-menu.php:530
293
+ msgid "Adding a captcha field in the this form is a simple way of greatly reducing SPAM submitted from bots."
294
+ msgstr "Het toevoegen van een CAPTCHA veld in dit formulier is een eenvoudige manier om SPAM sterk te verminderen die afkomstig is van bots."
295
 
296
+ #: admin/wp-security-spam-menu.php:525
297
+ msgid "Add Captcha To BBPress New Topic Form"
298
+ msgstr "Voeg Captcha toe aan het BBPress nieuw onderwerp formulier"
 
299
 
300
+ #: admin/wp-security-spam-menu.php:529
301
+ msgid "This feature will add a simple math captcha field in the BBPress new topic form."
302
+ msgstr "Deze functie voegt een eenvoudige math CAPTCHA veld toe aan het BBPress nieuw topic formulier."
 
303
 
304
+ #. Author of the plugin
305
+ msgid "Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy"
306
+ msgstr "Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy"
 
307
 
308
+ #: admin/wp-security-firewall-menu.php:1096
309
+ msgid "Place custom rules at the top"
310
+ msgstr "Plaatst eigen regels bovenaan"
 
311
 
312
+ #: admin/wp-security-firewall-menu.php:1099
313
+ msgid "Check this if you want to place your custom rules at the beginning of all the rules applied by this plugin"
314
+ msgstr "Selecteer dit als u uw eigen regels aan het begin van alle regels wilt plaatsen die door deze plugin worden toegepast"
 
315
 
316
+ #: other-includes/wp-security-rename-login-feature.php:982
317
+ msgid "Your session has expired. Please log in to continue where you left off."
318
+ msgstr "Je sessie is verlopen. Log a.u.b. opnieuw in om verder te gaan waar je gebleven was."
 
319
 
320
+ #: classes/grade-system/wp-security-feature-item-manager.php:46
321
+ msgid "Woo Login Captcha"
322
+ msgstr "Woo Login Captcha"
 
323
 
324
+ #: classes/grade-system/wp-security-feature-item-manager.php:47
325
+ msgid "Woo Register Captcha"
326
+ msgstr "Woo Registreer Captcha"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
 
328
+ #: admin/wp-security-brute-force-menu.php:645
329
+ msgid "Enable Captcha On Woocommerce Login Form"
330
+ msgstr "Gebruik Captcha op Woocommerce Login pagina"
 
 
331
 
332
+ #: admin/wp-security-brute-force-menu.php:658
333
+ msgid "Enable Captcha On Woocommerce Registration Form"
334
+ msgstr "Gebruik Captcha op Woocommerce Registratie pagina"
 
 
335
 
336
+ #: admin/wp-security-brute-force-menu.php:636
337
+ msgid "Woocommerce Forms Captcha Settings"
338
+ msgstr "Woocommerce Formulieren Captcha Instellingen"
 
 
339
 
340
+ #: admin/wp-security-brute-force-menu.php:661
341
+ msgid "Check this if you want to insert captcha on a Woocommerce registration form"
342
+ msgstr "Vink dit aan als je gebruik wilt maken van captcha op de Woocommerce registratie pagina"
 
 
343
 
344
+ #: admin/wp-security-brute-force-menu.php:648
345
+ msgid "Check this if you want to insert captcha on a Woocommerce login form"
346
+ msgstr "Vink dit aan als je gebruik wilt maken van captcha op de Woocommerce login pagina"
 
 
347
 
348
+ #: other-includes/wp-security-rename-login-feature.php:592
349
+ #: other-includes/wp-security-rename-login-feature.php:1036
350
+ msgid "Username or Email Address"
351
+ msgstr "Gebruikersnaam of e-mailadres"
352
 
353
+ #: classes/wp-security-user-login.php:300
354
+ msgid "Username:"
355
+ msgstr "Gebruikersnaam:"
 
356
 
357
+ #: classes/wp-security-user-login.php:52
358
+ msgid "Service Temporarily Unavailable"
359
+ msgstr "Service tijdelijk niet beschikbaar"
 
360
 
361
+ #: classes/wp-security-process-renamed-login-page.php:133
362
+ msgid "Not available."
363
+ msgstr "Niet beschikbaar."
 
364
 
365
+ #: other-includes/wp-security-unlock-request.php:115
366
+ msgid "Send Unlock Request"
367
+ msgstr "Verstuur ontgrendelaanvraag"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
368
 
369
+ #: classes/wp-security-user-login.php:410
370
+ msgid "Unlock link: %s"
371
+ msgstr "Ontgrendel link: %s"
 
 
 
372
 
373
+ #: classes/wp-security-user-login.php:302
374
+ msgid "IP Range:"
375
+ msgstr "IP Bereik:"
 
376
 
377
+ #: classes/wp-security-user-login.php:301
378
+ msgid "IP Address:"
379
+ msgstr "IP Adres:"
 
 
380
 
381
+ #: classes/grade-system/wp-security-feature-item-manager.php:101
382
+ msgid "5G/6G Blacklist"
383
+ msgstr "5G/6G Blacklist"
 
 
384
 
385
+ #: classes/wp-security-general-init-tasks.php:591
386
+ msgid "Your registration is pending approval."
387
+ msgstr "Je registratie wacht nog op goedkeuring."
 
388
 
389
+ #: other-includes/wp-security-unlock-request.php:99
390
+ msgid "You are here because you have been locked out due to too many incorrect login attempts."
391
+ msgstr "Je bent hier omdat je geblokkeerd bent wegens te vaak proberen in te loggen met verkeerde gegevens."
 
 
 
 
 
 
 
 
 
 
 
392
 
393
+ #: classes/wp-security-user-login.php:43
394
+ msgid "<strong>ERROR</strong>: Access from your IP address has been blocked for security reasons. Please contact the administrator."
395
+ msgstr "<strong>Fout</strong>: Toegang van jouw IP-adres is geblokkeerd om veiligheidsredenen. Neem contact op met de beheerder."
 
396
 
397
+ #: admin/wp-security-user-login-menu.php:340
398
+ msgid "Enable Login Lockdown IP Whitelist"
399
+ msgstr "Gebruik loginblokkade IP-whitelist"
 
400
 
401
+ #: admin/wp-security-user-login-menu.php:334
402
+ msgid "Login Lockdown IP Whitelist Settings"
403
+ msgstr "Loginblokkade IP-whitelist-instellingen"
 
404
 
405
+ #: admin/wp-security-user-login-menu.php:307
406
+ msgid "Insert one username per line. Existing usernames are not blocked even if present in the list."
407
+ msgstr "Vul een gebruikersnaam per regel in. Bestaande gebruikersnamen worden niet geblokkeerd zelfs als deze in de lijst staan."
 
408
 
409
+ #: admin/wp-security-user-login-menu.php:187
410
+ msgid "Nonce check failed for save lockdown whitelist settings!"
411
+ msgstr "Nonce check mislukt voor het opslaan van whitelist-instellingen!"
 
412
 
413
+ #: admin/wp-security-user-login-menu.php:351
414
+ msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. The addresses specified here will never be blocked by the login lockdown feature."
415
+ msgstr "Voer een of meer IP-adressen of IP-reeksen in die u op uw whitelist wilt opnemen . De hier opgegeven adressen worden nooit geblokkeerd door de functie voor het vergrendelen van inloggegevens."
 
416
 
417
+ #: admin/wp-security-user-login-menu.php:566
418
+ msgid "This tab displays the activity for accounts registered with your site that have logged in using the WordPress login form."
419
+ msgstr "Dit tabblad geeft de activiteit aan voor gebruikers die geregistreerd zijn bij uw site, die zijn ingelogd met behulp van het WordPress loginformulier."
 
420
 
421
+ #: admin/wp-security-user-registration-menu.php:284
422
+ msgid "This feature allows you to add a special hidden \"honeypot\" field on the WordPress registration page. This will only be visible to robots and not humans."
423
+ msgstr "Deze functie maakt het mogelijk een speciaal verborgen honeypot veld toe te voegen op de WordPress registratiepagina. Dit zal alleen zichtbaar zijn voor robots en niet voor de mens."
 
424
 
425
+ #: admin/wp-security-user-registration-menu.php:285
426
+ msgid "Since robots usually fill in every input field from a registration form, they will also submit a value for the special hidden honeypot field."
427
+ msgstr "Aangezien robots meestal elk invoerveld vullen van een registratieformulier, zullen ze ook een waarde voor het speciale verborgen honeypot-veld sturen."
 
428
 
429
+ #: admin/wp-security-user-registration-menu.php:287
430
+ msgid "Therefore, if the plugin detects that this field has a value when the registration form is submitted, then the robot which is attempting to register on your site will be redirected to its localhost address - http://127.0.0.1."
431
+ msgstr "Daarom, als de plugin detecteert dat dit veld een waarde heeft wanneer het registratieformulier wordt ingediend, dan zal de robot die probeert te registreren op uw site worden doorgestuurd naar het localhost-adres http://127.0.0.1."
 
432
 
433
+ #: admin/wp-security-user-login-menu.php:298
434
+ msgid "Instantly Lockout Specific Usernames"
435
+ msgstr "Direct blokkeren bepaalde gebruikersnamen"
 
436
 
437
+ #: admin/wp-security-user-registration-menu.php:29
438
+ msgid "Registration Honeypot"
439
+ msgstr "Registratie honeypot"
 
440
 
441
+ #: admin/wp-security-user-registration-menu.php:293
442
+ msgid "Registration Form Honeypot Settings"
443
+ msgstr "Registratie pagina honeypot-instellingen"
 
444
 
445
+ #: admin/wp-security-user-registration-menu.php:304
446
+ msgid "Enable Honeypot On Registration Page"
447
+ msgstr "Gebruik honeypot op registratiepagina"
 
448
 
449
+ #: admin/wp-security-user-registration-menu.php:307
450
+ msgid "Check this if you want to enable the honeypot feature for the registration page"
451
+ msgstr "Vink dit aan als je gebruik wilt maken van de honeypot-functie op de registratiepagina"
 
452
 
453
+ #: classes/grade-system/wp-security-feature-item-manager.php:61
454
+ msgid "Enable Registration Honeypot"
455
+ msgstr "Gebruik registratie-honeypot"
 
456
 
457
+ #: classes/wp-security-user-login.php:409
458
+ msgid "You have requested for the account with email address %s to be unlocked. Please click the link below to unlock your account:"
459
+ msgstr "Je hebt gevraagd het account met e-mailadres %s te deblokkeren. Klik op de onderstaande link om je account te deblokkeren:"
 
460
 
461
+ #: other-includes/wp-security-unlock-request.php:81
462
+ msgid "An email has been sent to you with the unlock instructions."
463
+ msgstr "Een e-mail is naar je onderweg met instructies om jezelf te ontgrendelen."
 
464
 
465
+ #: other-includes/wp-security-unlock-request.php:100
466
+ msgid "Please enter your email address and you will receive an email with instructions on how to unlock yourself."
467
+ msgstr "Vul a.u.b. jouw e-mailadres in en je zal een e-mail ontvangen met instructies om jezelf te ontgrendelen."
 
 
468
 
469
+ #: classes/wp-security-general-init-tasks.php:574
470
+ msgid "Would you like All In One WP Security & Firewall to re-insert the security rules in your .htaccess file which were cleared when you deactivated the plugin?"
471
+ msgstr "Wilt u dat All In One WP Security & Firewall de beveiligingsregels in uw .htaccess-bestand opnieuw invoegt die werden gewist toen u de plug-in deactiveerde ?"
 
472
 
473
+ #: admin/wp-security-spam-menu.php:324
474
+ msgid "All Time Total: "
475
+ msgstr "Totaal: "
 
 
 
 
 
 
476
 
477
+ #: admin/wp-security-settings-menu.php:33
478
+ msgid "WP Version Info"
479
+ msgstr "WP-versie-info"
 
480
 
481
+ #: admin/wp-security-list-registered-users.php:51
482
+ msgid "blocked"
483
+ msgstr "geblokkeerd"
 
484
 
485
+ #: admin/wp-security-spam-menu.php:345
486
+ msgid "Minimum number of SPAM comments"
487
+ msgstr "Minimaal aantal SPAM-reacties"
 
488
 
489
+ #: admin/wp-security-spam-menu.php:347
490
+ msgid "Specify the minimum number of SPAM comments for an IP address before it is permanently blocked."
491
+ msgstr "Vul het minimum aantal SPAM-reacties per IP-adres in voordat het permanent geblokkeerd wordt."
 
492
 
493
+ #: admin/wp-security-spam-menu.php:352
494
+ msgid "Example 2: Setting this value to \"5\" will block only those IP addresses which were used to submit 5 SPAM comments or more on your site."
495
+ msgstr "Voorbeeld 2: Wanneer je \"5\" invult als waarde zal het alle IP-adressen blokkeren die 5 of meer SPAM-reacties hebben geplaatst op jouw website."
 
 
496
 
497
+ #: admin/wp-security-spam-menu.php:351
498
+ msgid "Example 1: Setting this value to \"1\" will block ALL IP addresses which were used to submit at least one SPAM comment."
499
+ msgstr "Voorbeeld 1: Wanneer je \"1\" invult als waarde zal het alle IP-adressen blokkeren die minimaal 1 SPAM-reactie hebben geplaatst op jouw website."
 
500
 
501
+ #: admin/wp-security-spam-menu.php:338
502
+ msgid "Enable Auto Block of SPAM Comment IPs"
503
+ msgstr "Maak gebruik van automatisch blokkeren van SPAM-reacties IP's"
 
 
504
 
505
+ #: admin/wp-security-spam-menu.php:323
506
+ msgid "Spammer IPs Added To Permanent Block List Today: "
507
+ msgstr "Spammer IP's vandaag toegevoegd aan de blokkadelijst: "
 
508
 
509
+ #: admin/wp-security-spam-menu.php:310
510
+ msgid "You currently have no IP addresses permanently blocked due to SPAM."
511
+ msgstr "Je hebt momenteel geen IP-adressen geblokkeerd vanwege SPAM."
 
512
 
513
+ #: admin/wp-security-spam-menu.php:281
514
+ msgid "Auto Block SPAMMER IPs"
515
+ msgstr "Blokkeer SPAMMER IP's automatisch"
516
+
517
+ #: admin/wp-security-spam-menu.php:341
518
+ msgid "Check this box if you want this plugin to automatically block IP addresses which submit SPAM comments."
519
+ msgstr "Schakel dit selectievakje in als u wilt dat deze plug- in automatisch IP-adressen blokkeert die SPAM-opmerkingen indienen ."
520
+
521
+ #: admin/wp-security-spam-menu.php:296
522
+ msgid "Comments are usually labelled as SPAM either by the Akismet plugin or manually by the WP administrator when they mark a comment as \"spam\" from the WordPress Comments menu."
523
+ msgstr "Opmerkingen worden meestal als SPAM aangeduid door de Akismet-plug-in of handmatig door de WP-beheerder wanneer ze een opmerking markeren als \"spam\" in het menu WordPress Comments ."
524
+
525
+ #: admin/wp-security-misc-options-menu.php:108
526
+ msgid "When admin user is logged in, the feature is automatically disabled for his session."
527
+ msgstr "Wanneer de admin-gebruiker is aangemeld, wordt de functie automatisch uitgeschakeld voor zijn sessie."
528
+
529
+ #: admin/wp-security-spam-menu.php:295
530
+ msgid "This feature allows you to automatically and permanently block IP addresses which have exceeded a certain number of comments labelled as SPAM."
531
+ msgstr "Met deze functie kunt u automatisch en permanent IP-adressen blokkeren die een bepaald aantal opmerkingen met het label SPAM hebben overschreden ."
532
+
533
+ #: admin/wp-security-settings-menu.php:538
534
+ msgid "Check this if you want to remove the version and meta info produced by WP from all pages"
535
+ msgstr "Vink dit aan als u de versie en meta-info van WP van alle pagina's wilt verwijderen"
536
+
537
+ #: admin/wp-security-settings-menu.php:515
538
+ msgid "There are also other ways wordpress reveals version info such as during style and script loading. An example of this is:"
539
+ msgstr "Er zijn ook andere manieren waarop Wordpress informatie over de versie onthult, zoals tijdens het laden van stijlen en scripts. Een voorbeeld hiervan is:"
540
+
541
+ #: admin/wp-security-settings-menu.php:226
542
+ msgid "Please note that the log files are reset on every plugin update."
543
+ msgstr "Houd er rekening mee dat de logbestanden worden gereset bij elke update van de plug-in ."
544
+
545
+ #: admin/wp-security-settings-menu.php:225
546
+ msgid "Check this if you want to enable debug. You should keep this option disabled after you have finished debugging the issue."
547
+ msgstr "Vink dit aan als u debug wilt inschakelen. U moet deze optie uitgeschakeld houden nadat u klaar bent met het debuggen van het probleem."
548
+
549
+ #: admin/wp-security-settings-menu.php:215
550
+ msgid "This setting allows you to enable/disable debug for this plugin."
551
+ msgstr "Met deze instelling kunt u foutopsporing voor deze plug-in in- of uitschakelen ."
552
+
553
+ #: admin/wp-security-misc-options-menu.php:218
554
+ msgid "Check this if you want to stop users enumeration."
555
+ msgstr "Vink dit aan als u de opsomming van gebruikers wilt stoppen."
556
+
557
+ #: admin/wp-security-list-registered-users.php:290
558
+ msgid "The selected IP was successfully added to the permanent block list!"
559
+ msgstr "De geselecteerde IP is met succes toegevoegd aan de permanente blokkeerlijst !"
560
+
561
+ #: admin/wp-security-spam-menu.php:325
562
+ #: admin/wp-security-list-registered-users.php:274
563
+ #: admin/wp-security-list-registered-users.php:291
564
+ msgid "View Blocked IPs"
565
+ msgstr "Bekijk geblokkeerde IP's"
566
+
567
+ #: admin/wp-security-list-registered-users.php:273
568
+ msgid "The selected IP addresses were successfully added to the permanent block list!"
569
+ msgstr "De geselecteerde IP-adressen zijn met succes toegevoegd aan de permanente blokkeerlijst !"
570
+
571
+ #: admin/wp-security-list-comment-spammer-ip.php:137
572
+ msgid "The selected IP addresses are now permanently blocked!"
573
+ msgstr "De geselecteerde IP-adressen zijn nu permanent geblokkeerd !"
574
+
575
+ #: admin/wp-security-firewall-menu.php:983
576
+ #: admin/wp-security-firewall-menu.php:992
577
+ #: admin/wp-security-user-login-menu.php:439
578
+ #: admin/wp-security-user-login-menu.php:448
579
+ #: admin/wp-security-user-login-menu.php:593
580
+ #: admin/wp-security-user-login-menu.php:602
581
+ msgid "Export to CSV"
582
+ msgstr "Exporteer naar CSV"
583
+
584
+ #: admin/wp-security-firewall-menu.php:989
585
+ #: admin/wp-security-user-login-menu.php:445
586
+ #: admin/wp-security-user-login-menu.php:599
587
+ msgid "Click this button if you wish to download this log in CSV format."
588
+ msgstr "Klik op deze knop als u dit log wilt downloaden in CSV-formaat."
589
+
590
+ #: admin/wp-security-misc-options-menu.php:30
591
+ msgid "Users Enumeration"
592
+ msgstr "Gebruikersopsomming"
593
+
594
+ #: admin/wp-security-misc-options-menu.php:198
595
+ msgid "Users Enumeration Prevention feature settings saved!"
596
+ msgstr "Gebruikersopsomming preventiefunctie-instellingen opgeslagen!"
597
+
598
+ #: admin/wp-security-misc-options-menu.php:203
599
+ msgid "Prevent Users Enumeration"
600
+ msgstr "Voorkom gebruikersopsomming"
601
+
602
+ #: admin/wp-security-misc-options-menu.php:215
603
+ msgid "Disable Users Enumeration"
604
+ msgstr "Gebruikersopsomming uitschakelen"
605
+
606
+ #: admin/wp-security-spam-menu.php:286
607
+ msgid "This feature has detected that %s is not active. It is highly recommended that you activate the Akismet plugin to make the most of this feature."
608
+ msgstr "Deze functie heeft dat gedetecteerd dat %s niet actief is. Het wordt ten zeerste aanbevolen dat u de Akismet-plug- in activeert om het beste uit deze functie te halen."
609
+
610
+ #: admin/wp-security-spam-menu.php:219
611
+ msgid "You must enter an integer greater than zero for minimum number of spam comments field. It has been set to the default value."
612
+ msgstr "Je moet een geheel getal groter dan nul invullen voor het minimum aantal spam-opmerkingenveld. Het is ingesteld op de standaardwaarde."
613
+
614
+ #: admin/wp-security-firewall-menu.php:918
615
+ msgid "When you enable this checkbox, all 404 events on your site will be logged in the table below. You can monitor these events and select some IP addresses listed in the table below and block them for a specified amount of time. All IP addresses you select to be blocked from the \"404 Event Logs\" table section will be unable to access your site during the time specified."
616
+ msgstr "Wanneer u dit selectievakje inschakelt, worden alle 404-gebeurtenissen op uw site in de onderstaande tabel vastgelegd. U kunt deze gebeurtenissen controleren en een aantal IP-adressen selecteren in de onderstaande tabel en ze blokkeren voor een bepaalde tijd. Alle IP-adressen die u selecteert om te worden geblokkeerd in het tabelgedeelte \"404 Event Logs\", hebben gedurende de opgegeven tijd geen toegang tot uw site ."
617
+
618
+ #: admin/wp-security-spam-menu.php:216
619
+ msgid "You entered a non numeric value for the minimum number of spam comments field. It has been set to the default value."
620
+ msgstr "U hebt een niet numerieke waarde ingevoerd voor het minimumaantal spam-opmerkingen . Het is ingesteld op de standaardwaarde."
621
+
622
+ #: admin/wp-security-settings-menu.php:517
623
+ msgid "This feature will allow you to remove the WP generator meta info and other version info from your site's pages."
624
+ msgstr "Deze functie zal het toelaten dat de WP-generator meta-informatie en andere versie-informatie van uw website 's pagina's verwijdt."
625
+
626
+ #: admin/wp-security-settings-menu.php:509
627
+ msgid "WP Generator Meta Tag & Version Info"
628
+ msgstr "WP Generator-metatag- & versiegegevens"
629
+
630
+ #: admin/wp-security-settings-menu.php:230
631
+ msgid "Save Debug Settings"
632
+ msgstr "Sla debug-instellingen op"
633
+
634
+ #: admin/wp-security-settings-menu.php:222
635
+ msgid "Enable Debug"
636
+ msgstr "Schakel debug in"
637
+
638
+ #: admin/wp-security-settings-menu.php:216
639
+ msgid "Note: the debug log files are located in the \"plugins/all-in-one-wp-security-and-firewall/logs\" directory."
640
+ msgstr "Opmerking: de logbestanden van de foutopsporing bevinden zich in de map \" plugins/all-in-one-wp-security-and-firewall/logs\"."
641
+
642
+ #: admin/wp-security-settings-menu.php:209
643
+ msgid "Debug Settings"
644
+ msgstr "Debu- instellingen"
645
+
646
+ #: admin/wp-security-misc-options-menu.php:210
647
+ msgid "When enabled, this feature will print a \"forbidden\" error rather than the user information."
648
+ msgstr "Als deze functie is ingeschakeld, drukt deze een 'verboden' fout af in plaats van de gebruikers informatie."
649
+
650
+ #: admin/wp-security-misc-options-menu.php:209
651
+ msgid "This feature allows you to prevent external users/bots from fetching the user info with urls like \"/?author=1\"."
652
+ msgstr "Met deze functie kunt u voorkomen dat externe gebruikers / bots de gebruikersinformatie ophalen met urls zoals \"/? Author = 1\"."
653
+
654
+ #: admin/wp-security-list-registered-users.php:283
655
+ msgid "Nonce check failed for block IP operation of registered user!"
656
+ msgstr "Nonce-controle mislukt voor blok IP-bewerking van geregistreerde gebruiker!"
657
+
658
+ #: admin/wp-security-list-permanent-blocked-ip.php:138
659
+ msgid "Nonce check failed for unblock IP operation!"
660
+ msgstr "Nonce check mislukt voor deblokkering IP-bewerking!"
661
+
662
+ #: admin/wp-security-firewall-menu.php:607
663
+ msgid "Enable legacy 5G Firewall Protection"
664
+ msgstr "Verouderde 5G-firewall-bescherming inschakelen"
665
 
666
+ #: admin/wp-security-firewall-menu.php:592
667
+ msgid "Check this if you want to apply the 6G Blacklist firewall protection from perishablepress.com to your site."
668
+ msgstr "Vink dit aan als u de 6G Blacklist firewall-bescherming van perishablepress.com op uw site wilt toepassen ."
 
669
 
670
+ #: admin/wp-security-firewall-menu.php:596
671
+ msgid "This setting will implement the 6G security firewall protection mechanisms on your site which include the following things:"
672
+ msgstr "Deze instelling zal de 6G Security Firewall beschermingsmechanismen op uw site implementeren welke de volgende zaken omvatten:"
 
673
 
674
+ #: admin/wp-security-firewall-menu.php:910
675
+ msgid "Enable 404 IP Detection and Lockout"
676
+ msgstr "Schakel 404 IP-detectie en vergrendeling in"
 
677
 
678
+ #: admin/wp-security-firewall-menu.php:890
679
+ msgid "This addon allows you to automatically and permanently block IP addresses based on how many 404 errors they produce."
680
+ msgstr "Met deze add-on kunt u IP-adressen automatisch en permanent blokkeren op basis van het aantal 404-fouten dat ze produceren."
 
681
 
682
+ #: admin/wp-security-firewall-menu.php:568
683
+ msgid "The 6G Blacklist is updated and improved version of 5G Blacklist. If you have 5G Blacklist active, you might consider activating 6G Blacklist instead."
684
+ msgstr "De 6G Blacklist is een bijgewerkte en verbeterde versie van 5G Blacklist. Als je de 5G-blacklist actief hebt, kun je overwegen om in plaats daarvan de 6G Blacklist te activeren."
 
685
 
686
+ #: admin/wp-security-firewall-menu.php:227
687
+ msgid "The feature will still allow XMLRPC functionality on your site but will disable the pingback methods."
688
+ msgstr "De functie zal nog steeds XMLRPC-functionaliteit op uw site toestaan, maar zal de pingback-methoden uitschakelen."
 
689
 
690
+ #: admin/wp-security-firewall-menu.php:222
691
+ msgid "If you use Jetpack or WP iOS or other apps which need WP XML-RPC functionality then check this. This will enable protection against WordPress pingback vulnerabilities."
692
+ msgstr "Als u Jetpack of WP iOS of andere apps gebruikt die WP XML-RPC-functionaliteit nodig hebben, vinkt u dit aan. Hiermee wordt beveiliging tegen WordPress-pingback-kwetsbaarheden mogelijk gemaakt."
 
693
 
694
+ #: admin/wp-security-firewall-menu.php:219
695
+ msgid "Disable Pingback Functionality From XMLRPC"
696
+ msgstr "Schakel Pingback-functionaliteit uit vanuit XMLRPC"
 
697
 
698
+ #: admin/wp-security-firewall-menu.php:213
699
+ msgid "Leave this feature disabled and use the feature below if you want pingback protection but you still need XMLRPC."
700
+ msgstr "Laat deze functie uitgeschakeld en gebruik de onderstaande functie als je pingback-beveiliging wilt, maar je hebt nog steeds XML-RPC nodig."
 
701
 
702
+ #: admin/wp-security-firewall-menu.php:202
703
+ msgid "Check this if you are not using the WP XML-RPC functionality and you want to completely block external access to XMLRPC."
704
+ msgstr "Vink dit aan als u de WP XML-RPC-functionaliteit niet gebruikt en u de externe toegang tot XML-RPC volledig wilt blokkeren ."
 
705
 
706
+ #: admin/wp-security-firewall-menu.php:151
707
+ msgid "If you still need XMLRPC then uncheck the \"Completely Block Access To XMLRPC\" checkbox and enable only the \"Disable Pingback Functionality From XMLRPC\" checkbox."
708
+ msgstr "Als u nog steeds XML-RPC nodig hebt, schakelt u het selectievakje 'Volledig blokkeren van toegang tot XML-RPC' uit en schakelt u alleen het selectievakje 'Pingback-functionaliteit van XML-RPC uitschakelen' in."
 
709
 
710
+ #: admin/wp-security-firewall-menu.php:150
711
+ msgid "By leaving this feature enabled you will prevent Jetpack or Wordpress iOS or other apps which need XMLRPC from working correctly on your site."
712
+ msgstr "Als u deze functie ingeschakeld laat , voorkomt u dat Jetpack of WordPress iOS of andere apps die XML-RPC nodig hebben correct werken op uw site ."
 
713
 
714
+ #: admin/wp-security-firewall-menu.php:149
715
+ msgid "Attention: You have enabled the \"Completely Block Access To XMLRPC\" checkbox which means all XMLRPC functionality will be blocked."
716
+ msgstr "Let op: U hebt het selectievakje \"Volledig blokkeren van toegang tot XML-RPC\" ingeschakeld, wat betekent dat alle XML-RPC-functionaliteit zal worden geblokkeerd ."
 
717
 
718
+ #: admin/wp-security-filescan-menu.php:384
719
+ msgid "We provide advice for malware cleanup"
720
+ msgstr "Wij bieden advies voor het opschonen van malware"
 
721
 
722
+ #: admin/wp-security-filescan-menu.php:350
723
+ msgid "Enter one or more email addresses on a new line."
724
+ msgstr "Voer een of meer e-mailadressen in op een nieuwe regel."
 
725
 
726
+ #: admin/wp-security-firewall-menu.php:237
727
+ msgid "Block Access to Debug Log File"
728
+ msgstr "Toegang blokkeren tot het debug-logbestand"
 
729
 
730
+ #: admin/wp-security-firewall-menu.php:228
731
+ msgid "This feature will also remove the \"X-Pingback\" header if it is present."
732
+ msgstr "Deze functie verwijdert ook de \"X-Pingback\" header als deze aanwezig is."
 
733
 
734
+ #: admin/wp-security-firewall-menu.php:199
735
+ msgid "Completely Block Access To XMLRPC"
736
+ msgstr "Volledig blokkeren toegang tot XML-RPC"
 
737
 
738
+ #: admin/wp-security-firewall-menu.php:226
739
+ msgid "NOTE: If you use Jetpack or the Wordpress iOS or other apps then you should enable this feature but leave the \"Completely Block Access To XMLRPC\" checkbox unchecked."
740
+ msgstr "OPMERKING: Als u Jetpack of WordPress iOS of andere apps gebruikt dan moet je deze functie inschakelen, maar laat de \"Volledig blokkeren Access To XML-RPC\" checkbox niet aangevinkt."
 
741
 
742
+ #: admin/wp-security-brute-force-menu.php:810
743
+ msgid "To specify an IPv4 range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
744
+ msgstr "Gebruik een jokerteken \"*\" om een IPv4-bereik op te geven. Aanvaardbare manieren om jokertekens te gebruiken worden weergegeven in de onderstaande voorbeelden:"
 
745
 
746
+ #: admin/wp-security-database-menu.php:603
747
+ msgid "%s view definitions were updated successfully!"
748
+ msgstr "%s view definities zijn bijgewerkt!"
 
749
 
750
+ #: admin/wp-security-database-menu.php:579
751
+ msgid "Checking for MySQL tables of type \"view\"....."
752
+ msgstr "Controleren op MySQL-tabellen van het type \" view \" ....."
 
753
 
754
+ #: admin/wp-security-dashboard-menu.php:319
755
+ msgid "Permanently Blocked IP Addresses"
756
+ msgstr "Permanent geblokkeerde IP-adressen"
 
757
 
758
+ #: admin/wp-security-dashboard-menu.php:312
759
+ msgid "This tab displays the list of all permanently blocked IP addresses."
760
+ msgstr "Dit tabblad toont de lijst met alle permanent geblokkeerde IP-adressen."
 
761
 
762
+ #: admin/wp-security-dashboard-menu.php:261
763
+ msgid "This tab displays the list of all IP addresses which are currently temporarily locked out due to the Login Lockdown feature:"
764
+ msgstr "Dit tabblad toont de lijst van alle IP-adressen die momenteel tijdelijk zijn geblokkeerd vanwege de functie Login Lockdown:"
 
765
 
766
+ #: admin/wp-security-dashboard-menu.php:605
767
+ msgid "Wanna know more about the developers behind this plugin?"
768
+ msgstr "Wil je meer weten over de ontwikkelaars achter deze plug-in ?"
 
769
 
770
+ #: admin/wp-security-dashboard-menu.php:481
771
+ msgid "Get To Know The Developers"
772
+ msgstr "Maak kennis met de ontwikkelaars"
 
773
 
774
+ #: admin/wp-security-brute-force-menu.php:814
775
+ msgid "Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not supported for ipv6)"
776
+ msgstr "Of u kunt een IPv6-adres invoeren (OPMERKING: bereiken / jokertekens worden momenteel niet ondersteund voor IPv6)"
 
777
 
778
+ #: admin/wp-security-brute-force-menu.php:815
779
+ msgid "Example 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05"
780
+ msgstr "Voorbeeld 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05"
 
781
 
782
+ #: admin/wp-security-dashboard-menu.php:402
783
+ msgid "Error! The file you selected is not a permitted file. You can only view log files created by this plugin."
784
+ msgstr "Fout! Het geselecteerde bestand is geen toegestaan bestand. U kunt alleen logboekbestanden weergeven die door deze plugin zijn gemaakt."
 
785
 
786
+ #: admin/wp-security-filescan-menu.php:170
787
+ msgid "The following address was removed because it is not a valid email address: "
788
+ msgstr "Het volgende adres is verwijderd omdat het geen geldig e-mailadres is: "
 
789
 
790
+ #: admin/wp-security-database-menu.php:596
791
+ msgid "Update of the following MySQL view definition failed: %s"
792
+ msgstr "Actualisering van de volgende MySQL-view-definitie mislukt: %s"
 
793
 
794
+ #: admin/wp-security-brute-force-menu.php:379
795
+ msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You <a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note\" target=\"_blank\">must read this message</a> before activating this feature."
796
+ msgstr "Met deze functie kunt u de beheerder blokkeren als het niet correct werkt op uw site . U <a href=\"https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin#advanced_features_note\" target=\"_blank\">moet dit bericht lezen</a> voordat u deze functie activeert."
 
797
 
798
+ #: admin/wp-security-dashboard-menu.php:313 admin/wp-security-spam-menu.php:297
799
+ msgid "NOTE: This feature does NOT use the .htaccess file to permanently block the IP addresses so it should be compatible with all web servers running WordPress."
800
+ msgstr "OPMERKING: deze functie maakt GEEN gebruik van het .htaccess-bestand om de IP-adressen permanent te blokkeren, zodat het compatibel moet zijn met alle webservers waarop WordPress wordt uitgevoerd."
 
801
 
802
+ #: admin/wp-security-dashboard-menu.php:31
803
+ msgid "Permanent Block List"
804
+ msgstr "Permanente blokkeerlijst"
 
805
 
806
+ #: admin/wp-security-brute-force-menu.php:816
807
+ msgid "Example 5: 2205:0:1ca2:810d::"
808
+ msgstr "Voorbeeld 5: 2205:0:1ca2:810d ::"
 
809
 
810
+ #: admin/wp-security-blacklist-menu.php:181
811
+ #: admin/wp-security-brute-force-menu.php:209
812
+ msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You %s before activating this feature."
813
+ msgstr "Met deze functie kunt u de beheerder blokkeren als deze niet correct werkt op uw site . U %s voordat u deze functie activeert."
814
 
815
+ #: admin/wp-security-admin-init.php:108
816
+ msgid "Nonce check failed for export 404 event logs to CSV!"
817
+ msgstr "Nonce-controle is mislukt voor het exporteren van 404-gebeurtenislogboeken naar CSV!"
 
818
 
819
+ #: admin/wp-security-admin-init.php:70
820
+ msgid "Nonce check failed for export account activity logs to CSV!"
821
+ msgstr "Nonce check mislukt voor export gebruikeractiviteitenlogs naar CSV!"
 
822
 
823
+ #: admin/wp-security-admin-init.php:90
824
+ msgid "Nonce check failed for export failed login records to CSV!"
825
+ msgstr "Nonce check mislukt voor het exporteren van mislukte login records naar CSV!"
 
826
 
827
+ #: admin/wp-security-blacklist-menu.php:160
828
+ msgid "This addon allows you to automatically block IP addresses based on their country of origin."
829
+ msgstr "Deze addon maakt het mogelijk om automatisch IP-adressen te blokkeren op basis van hun land van herkomst."
 
830
 
831
+ #: admin/wp-security-brute-force-menu.php:210
832
+ msgid "NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page."
833
+ msgstr "Opmerking: Als u uw site host op WPEngine of een provider die server caching uitvoert, zult u de personen van host ondersteuning moeten vragen om uw hernoemde loginpagina niet in een cache te plaatsen."
 
834
 
835
+ #: admin/wp-security-firewall-menu.php:889
836
+ #: admin/wp-security-blacklist-menu.php:159
837
+ msgid "You may also be interested in our %s."
838
+ msgstr "Mogelijk bent u ook geïnteresseerd in onze %s."
839
 
840
+ #: admin/wp-security-dashboard-menu.php:361
841
+ msgid "Log File"
842
+ msgstr "Logbestand"
 
843
 
844
+ #: other-includes/wp-security-rename-login-feature.php:114
845
+ msgid "https://wordpress.org/"
846
+ msgstr "https://nl.wordpress.org/"
 
847
 
848
+ #: other-includes/wp-security-rename-login-feature.php:808
849
+ msgid "Username"
850
+ msgstr "Gebruikersnaam"
 
 
851
 
852
+ #: other-includes/wp-security-rename-login-feature.php:1051
853
+ msgid "Remember Me"
854
+ msgstr "Onthoud mij"
 
855
 
856
+ #: other-includes/wp-security-rename-login-feature.php:803
857
+ msgid "Registration Form"
858
+ msgstr "Registratieformulier"
 
859
 
860
+ #: other-includes/wp-security-rename-login-feature.php:693
861
+ msgid "New password"
862
+ msgstr "Nieuw wachtwoord"
 
863
 
864
+ #: classes/grade-system/wp-security-feature-item.php:34
865
+ msgid "Advanced"
866
+ msgstr "Geavanceerd"
 
867
 
868
+ #: other-includes/wp-security-rename-login-feature.php:603
869
+ msgid "Get New Password"
870
+ msgstr "Nieuw wachtwoord aanvragen"
 
871
 
872
+ #: other-includes/wp-security-rename-login-feature.php:823
873
+ msgid "Registration confirmation will be emailed to you."
874
+ msgstr "Een bevestiging van je registratie wordt naar je gemaild."
 
875
 
876
+ #: other-includes/wp-security-rename-login-feature.php:703
877
+ msgid "Strength indicator"
878
+ msgstr "Sterkte-indicator"
 
879
 
880
+ #: other-includes/wp-security-rename-login-feature.php:580
881
+ msgid "Lost Password"
882
+ msgstr "Wachtwoord vergeten"
 
883
 
884
+ #: other-includes/wp-security-rename-login-feature.php:1013
885
+ #: other-includes/wp-security-rename-login-feature.php:1053
886
+ msgid "Log In"
887
+ msgstr "Inloggen"
888
 
889
+ #: other-includes/wp-security-rename-login-feature.php:685
890
+ msgid "Enter your new password below."
891
+ msgstr "Vul hieronder een nieuw wachtwoord in."
 
 
892
 
893
+ #: other-includes/wp-security-rename-login-feature.php:662
894
+ msgid "The passwords do not match."
895
+ msgstr "De wachtwoorden komen niet overeen."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
896
 
897
+ #: other-includes/wp-security-rename-login-feature.php:986
898
+ msgid "You are now logged out."
899
+ msgstr "Je bent nu uitgelogd."
 
900
 
901
+ #: other-includes/wp-security-rename-login-feature.php:988
902
+ msgid "User registration is currently not allowed."
903
+ msgstr "Registratie is momenteel niet mogelijk."
 
904
 
905
+ #: other-includes/wp-security-rename-login-feature.php:607
906
+ #: other-includes/wp-security-rename-login-feature.php:677
907
+ #: other-includes/wp-security-rename-login-feature.php:735
908
+ #: other-includes/wp-security-rename-login-feature.php:830
909
+ msgid "Log in"
910
+ msgstr "Aanmelden"
911
 
912
+ #: other-includes/wp-security-rename-login-feature.php:803
913
+ msgid "Register For This Site"
914
+ msgstr "Je registeren voor deze site"
 
915
 
916
+ #: other-includes/wp-security-rename-login-feature.php:677
917
+ msgid "Your password has been reset."
918
+ msgstr "Je wachtwoord is opnieuw ingesteld."
 
919
 
920
+ #: other-includes/wp-security-rename-login-feature.php:557
921
+ msgid "Your password reset link appears to be invalid. Please request a new link below."
922
+ msgstr "Je wachtwoord-reset link lijkt ongeldig. Hieronder kun je een nieuwe link aanvragen."
 
923
 
924
+ #: other-includes/wp-security-rename-login-feature.php:559
925
+ msgid "Your password reset link has expired. Please request a new link below."
926
+ msgstr "Je wachtwoord reset-link is verlopen. Vraag hieronder een nieuwe link aan."
 
927
 
928
+ #: other-includes/wp-security-rename-login-feature.php:713
929
+ msgid "Confirm new password"
930
+ msgstr "Nieuw wachtwoord bevestigen"
 
931
 
932
+ #: other-includes/wp-security-rename-login-feature.php:610
933
+ #: other-includes/wp-security-rename-login-feature.php:738
934
+ #: other-includes/wp-security-rename-login-feature.php:826
935
+ #: other-includes/wp-security-rename-login-feature.php:1070
936
+ msgid "Register"
937
+ msgstr "Registreren"
938
+
939
+ #: other-includes/wp-security-rename-login-feature.php:685
940
+ #: other-includes/wp-security-rename-login-feature.php:731
941
+ msgid "Reset Password"
942
+ msgstr "Wachtwoord resetten"
943
+
944
+ #: other-includes/wp-security-rename-login-feature.php:364
945
+ msgid "Someone has requested a password reset for the following account:"
946
+ msgstr "Iemand heeft aangevraagd een nieuw wachtwoord in te stellen voor dit account:"
947
+
948
+ #. translators: %s: user login
949
+ #: other-includes/wp-security-rename-login-feature.php:368
950
+ msgid "Username: %s"
951
+ msgstr "Gebruikersnaam: %s"
952
+
953
+ #: other-includes/wp-security-rename-login-feature.php:370
954
+ msgid "To reset your password, visit the following address:"
955
+ msgstr "Om je wachtwoord opnieuw in te stellen, ga naar dit adres:"
956
+
957
+ #. translators: Password reset email subject. %s: Site name
958
+ #: other-includes/wp-security-rename-login-feature.php:374
959
+ msgid "[%s] Password Reset"
960
+ msgstr "[%s] Wachtwoord opnieuw ingesteld"
961
+
962
+ #. translators: 1: Browser cookie documentation URL, 2: Support forums URL
963
+ #: other-includes/wp-security-rename-login-feature.php:921
964
+ msgid "<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href=\"%1$s\">this documentation</a> or try the <a href=\"%2$s\">support forums</a>."
965
+ msgstr "<strong>FOUT</strong>: Cookies zijn geblokkeerd vanwege onverwachte uitvoer. Bekijk voor hulp <a href=\"%1$s\">deze documentatie</a> of probeer de <a href=\"%2$s\">supportforums</a>."
966
+
967
+ #: other-includes/wp-security-rename-login-feature.php:996
968
+ msgid "<strong>You have successfully updated WordPress!</strong> Please log back in to see what&#8217;s new."
969
+ msgstr "<strong>WordPress is succesvol bijgewerkt.</strong> Opnieuw inloggen om te zien wat er nieuw is."
970
+
971
+ #: admin/wp-security-user-login-menu.php:640
972
+ msgid "Refresh Data"
973
+ msgstr "Data verversen"
974
+
975
+ #: admin/wp-security-user-login-menu.php:452
976
+ #: admin/wp-security-user-login-menu.php:461
977
+ msgid "Delete All Failed Login Records"
978
+ msgstr "Verwijder alle mislukte logindata"
979
+
980
+ #: admin/wp-security-user-login-menu.php:412
981
+ msgid "This tab displays the failed login attempts for your site."
982
+ msgstr "Deze tab geeft de mislukte loginpogingen voor jouw site weer."
983
+
984
+ #: admin/wp-security-user-login-menu.php:458
985
+ msgid "Click this button if you wish to delete all failed login records in one go."
986
+ msgstr "Klik deze knop om alle mislukte loginrecords in één keer te verwijderen."
987
+
988
+ #: admin/wp-security-user-login-menu.php:486
989
+ msgid "You entered a non numeric value for the logout time period field. It has been set to the default value."
990
+ msgstr "De waarde die je hebt ingevuld is geen nummer. De standaard waarde word nu gebruikt."
991
+
992
+ #: admin/wp-security-user-login-menu.php:515
993
+ msgid "This feature allows you to specify a time period in minutes after which the admin session will expire and the user will be forced to log back in."
994
+ msgstr "Deze optie geeft je de mogelijkheid een periode in te stellen waarna de admin-sessies automatisch zullen verlopen en de gebruiker opnieuw moet inloggen."
995
+
996
+ #: admin/wp-security-user-login-menu.php:514
997
+ msgid "Setting an expiry period for your WP administration session is a simple way to protect against unauthorized access to your site from your computer."
998
+ msgstr "Het instellen van een verloop-periode voor de WP-admin-sessie is een simpele manier om je website te beschermen tegen niet toegestane toegang vanaf jouw computer."
999
+
1000
+ #: admin/wp-security-user-login-menu.php:535
1001
+ msgid "Check this if you want to force a wp user to be logged out after a configured amount of time"
1002
+ msgstr "Vink dit aan als je wil dat een gebruik automatisch wordt uitgelogd na een aangegeven tijd"
1003
+
1004
+ #: admin/wp-security-user-login-menu.php:541
1005
+ msgid "(Minutes) The user will be forced to log back in after this time period has elapased."
1006
+ msgstr "(Minuten) De gebruiker wordt gedwongen opnieuw in te loggen na deze periode."
1007
+
1008
+ #: admin/wp-security-user-login-menu.php:636
1009
+ msgid "Refresh Logged In User Data"
1010
+ msgstr "Vernieuw data ingelogde gebruiker"
1011
+
1012
+ #: admin/wp-security-user-login-menu.php:646
1013
+ msgid "This tab displays all users who are currently logged into your site."
1014
+ msgstr "Deze tab geeft alle gebruikers weer die momenteel zijn ingelogd."
1015
+
1016
+ #: admin/wp-security-user-login-menu.php:647
1017
+ msgid "If you suspect there is a user or users who are logged in which should not be, you can block them by inspecting the IP addresses from the data below and adding them to your blacklist."
1018
+ msgstr "Als je vermoedt dat een gebruiker is ingelogd terwijl die dat niet hoort te zijn, kan je zijn IP blokkeren door deze op te halen van de data hieronder en die toevoegen aan de blacklist."
1019
+
1020
+ #: admin/wp-security-user-login-menu.php:648
1021
+ msgid "You can also instantly log them out by clicking on the \"Force Logout\" link when you hover over the row in the User Id column."
1022
+ msgstr "Je kan ze ook direct uitloggen door te klikken op \"Forceer Uitloggen\" link als je over een rij in de User Id-kolom heengaat."
1023
+
1024
+ #: classes/grade-system/wp-security-feature-item-manager.php:38
1025
+ msgid "Change Display Name"
1026
+ msgstr "Schermnaam wijzigen"
1027
+
1028
+ #: classes/grade-system/wp-security-feature-item-manager.php:75
1029
+ msgid "WordPress Files Access"
1030
+ msgstr "WordPress bestandentoegang"
1031
+
1032
+ #: admin/wp-security-user-registration-menu.php:152
1033
+ msgid "Check this if you want to automatically disable all newly registered accounts so that you can approve them manually."
1034
+ msgstr "Vink dit aan als je alle nieuwe gebruikers handmatig wilt controleren."
1035
+
1036
+ #: admin/wp-security-whois-menu.php:93
1037
+ msgid "Enter IP Address or Domain Name"
1038
+ msgstr "Vul een IP-adres of domeinnaam in"
1039
+
1040
+ #: admin/wp-security-whois-menu.php:95
1041
+ msgid "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-name.com"
1042
+ msgstr "Vul een IP-adres of domeinnaam in. Bijvoorbeeld: 111.11.12.13 OF voorbeeld-domein.nl"
1043
+
1044
+ #: admin/wp-security-whois-menu.php:87
1045
+ msgid "Perform a WHOIS Lookup for an IP or Domain Name"
1046
+ msgstr "Zoek informatie op over een IP of domeinnaam"
1047
+
1048
+ #: admin/wp-security-whois-menu.php:25
1049
+ msgid "WhoIS Lookup"
1050
+ msgstr "Wie is"
1051
+
1052
+ #: admin/wp-security-whois-menu.php:78
1053
+ msgid "WHOIS Lookup Information"
1054
+ msgstr "Wie-is-informatie"
1055
+
1056
+ #: admin/wp-security-whois-menu.php:81
1057
+ msgid "This feature allows you to look up more detailed information about an IP address or domain name by querying the WHOIS API."
1058
+ msgstr "Deze optie laat jou meer informatie opzoeken over een IP-adres of domeinnaam door middel van de WHOIS API."
1059
+
1060
+ #: classes/grade-system/wp-security-feature-item-manager.php:104
1061
+ msgid "Block Spambots"
1062
+ msgstr "Spambots blokkeren"
1063
+
1064
+ #: classes/grade-system/wp-security-feature-item-manager.php:106
1065
+ msgid "Comment Captcha"
1066
+ msgstr "Reactie Captcha"
1067
+
1068
+ #: classes/grade-system/wp-security-feature-item-manager.php:108
1069
+ msgid "BuddyPress Registration Captcha"
1070
+ msgstr "BuddyPress Registratie Captcha"
1071
+
1072
+ #: classes/grade-system/wp-security-feature-item.php:28
1073
+ msgid "Basic"
1074
+ msgstr "Standaard"
1075
+
1076
+ #: classes/grade-system/wp-security-feature-item.php:31
1077
+ msgid "Intermediate"
1078
+ msgstr "Tussentijds"
1079
+
1080
+ #: classes/wp-security-backup.php:239
1081
+ msgid "All In One WP Security - Site Database Backup"
1082
+ msgstr "All In One WP Security - Site Database Backup"
1083
+
1084
+ #: classes/wp-security-captcha.php:42
1085
+ #: classes/wp-security-general-init-tasks.php:421
1086
+ msgid "Please enter an answer in digits:"
1087
+ msgstr "Vul een antwoord in in cijfers:"
1088
+
1089
+ #: classes/wp-security-captcha.php:123
1090
+ msgid "one"
1091
+ msgstr "een"
1092
+
1093
+ #: classes/wp-security-captcha.php:124
1094
+ msgid "two"
1095
+ msgstr "twee"
1096
+
1097
+ #: classes/wp-security-captcha.php:125
1098
+ msgid "three"
1099
+ msgstr "drie"
1100
+
1101
+ #: classes/wp-security-captcha.php:126
1102
+ msgid "four"
1103
+ msgstr "vier"
1104
+
1105
+ #: classes/wp-security-captcha.php:127
1106
+ msgid "five"
1107
+ msgstr "vijf"
1108
+
1109
+ #: classes/wp-security-captcha.php:128
1110
+ msgid "six"
1111
+ msgstr "zes"
1112
+
1113
+ #: classes/wp-security-captcha.php:129
1114
+ msgid "seven"
1115
+ msgstr "zeven"
1116
+
1117
+ #: classes/wp-security-captcha.php:130
1118
+ msgid "eight"
1119
+ msgstr "acht"
1120
+
1121
+ #: classes/wp-security-captcha.php:131
1122
+ msgid "nine"
1123
+ msgstr "negen"
1124
+
1125
+ #: classes/wp-security-captcha.php:132
1126
+ msgid "ten"
1127
+ msgstr "tien"
1128
+
1129
+ #: classes/wp-security-captcha.php:133
1130
+ msgid "eleven"
1131
+ msgstr "elf"
1132
+
1133
+ #: classes/wp-security-captcha.php:134
1134
+ msgid "twelve"
1135
+ msgstr "twaalf"
1136
+
1137
+ #: classes/wp-security-captcha.php:135
1138
+ msgid "thirteen"
1139
+ msgstr "dertien"
1140
+
1141
+ #: classes/wp-security-captcha.php:136
1142
+ msgid "fourteen"
1143
+ msgstr "veertien"
1144
+
1145
+ #: classes/wp-security-captcha.php:137
1146
+ msgid "fifteen"
1147
+ msgstr "vijftien"
1148
+
1149
+ #: classes/wp-security-file-scan.php:330
1150
+ msgid "The following files were removed from your host"
1151
+ msgstr "De volgende regels zijn verwijderd van jouw host"
1152
+
1153
+ #: classes/wp-security-file-scan.php:340
1154
+ msgid "The following files were changed on your host"
1155
+ msgstr "De volgende regels zijn bewerkt op jouw host"
1156
+
1157
+ #: classes/wp-security-general-init-tasks.php:478
1158
+ msgid "Enter something special:"
1159
+ msgstr "Vul iets speciaals in:"
1160
+
1161
+ #: classes/wp-security-general-init-tasks.php:542
1162
+ msgid "Your CAPTCHA answer was incorrect - please try again."
1163
+ msgstr "JE CAPTCHA-antwoord was fout - probeer opnieuw."
1164
+
1165
+ #: classes/wp-security-file-scan.php:321
1166
+ msgid "The following files were added to your host"
1167
+ msgstr "De volgende bestanden zijn toegevoegd aan je host"
1168
+
1169
+ #: other-includes/wp-security-rename-login-feature.php:115
1170
+ #: other-includes/wp-security-unlock-request.php:14
1171
+ msgid "Powered by WordPress"
1172
+ msgstr "Door WordPress"
1173
+
1174
+ #: other-includes/wp-security-rename-login-feature.php:677
1175
+ msgid "Password Reset"
1176
+ msgstr "Wachtwoord reset"
1177
+
1178
+ #: classes/wp-security-utility.php:229
1179
+ msgid "This feature can only be configured by the \"superadmin\" on the main site."
1180
+ msgstr "Deze optie kan alleen geconfigureerd worden door de \"superadmin\" op de hoofdsite."
1181
+
1182
+ #: other-includes/wp-security-rename-login-feature.php:404
1183
+ msgid "Possible reason: your host may have disabled the mail() function."
1184
+ msgstr "Mogelijke reden: jouw host heeft misschien de functie mail() uitgezet."
1185
+
1186
+ #: other-includes/wp-security-rename-login-feature.php:832
1187
+ #: other-includes/wp-security-rename-login-feature.php:1078
1188
+ msgid "Lost your password?"
1189
+ msgstr "Wachtwoord vergeten?"
1190
+
1191
+ #: other-includes/wp-security-rename-login-feature.php:922
1192
+ #: other-includes/wp-security-rename-login-feature.php:927
1193
+ msgid "https://codex.wordpress.org/Cookies"
1194
+ msgstr "https://codex.wordpress.org/Cookies"
1195
+
1196
+ #: other-includes/wp-security-rename-login-feature.php:922
1197
+ msgid "https://wordpress.org/support/"
1198
+ msgstr "https://wordpress.org/support/"
1199
+
1200
+ #: classes/grade-system/wp-security-feature-item-manager.php:59
1201
+ #: admin/wp-security-user-registration-menu.php:28
1202
+ msgid "Registration Captcha"
1203
+ msgstr "Registratie-captcha"
1204
+
1205
+ #: admin/wp-security-user-registration-menu.php:213
1206
+ msgid "This feature allows you to add a captcha form on the WordPress registration page."
1207
+ msgstr "Deze optie voegt een captcha form toe aan de WordPress registratiepagina."
1208
+
1209
+ #: admin/wp-security-user-registration-menu.php:243
1210
+ msgid "Enable Captcha On Registration Page"
1211
+ msgstr "Captcha op registratiepagina instellen"
1212
+
1213
+ #: admin/wp-security-user-registration-menu.php:246
1214
+ msgid "Check this if you want to insert a captcha form on the WordPress user registration page (if you allow user registration)."
1215
+ msgstr "Vink dit aan als je een captcha-formulier wilt weergeven op de WordPress registratiepagina (als je gebruikersregistratie toestaat)"
1216
+
1217
+ #: classes/wp-security-general-init-tasks.php:443
1218
+ #: classes/wp-security-general-init-tasks.php:523
1219
+ #: classes/wp-security-general-init-tasks.php:561
1220
+ #: classes/wp-security-user-login.php:81
1221
+ #: classes/wp-security-user-registration.php:76
1222
+ #: classes/wp-security-user-registration.php:97
1223
+ msgid "<strong>ERROR</strong>: Your answer was incorrect - please try again."
1224
+ msgstr "<strong>FOUT</strong>: Je antwoord was niet goed - probeer opnieuw."
1225
+
1226
+ #: classes/wp-security-general-init-tasks.php:504
1227
+ msgid "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
1228
+ msgstr "Fout: Je hebt een fout CAPTCHA-antwoord gegeven. Probeer opnieuw."
1229
+
1230
+ #: classes/wp-security-user-login.php:177
1231
+ msgid "<strong>ERROR</strong>: Invalid login credentials."
1232
+ msgstr "<strong>FOUT</strong>: Verkeerde logingegevens."
1233
+
1234
+ #. translators: 1: Browser cookie documentation URL
1235
+ #: other-includes/wp-security-rename-login-feature.php:926
1236
+ msgid "<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href=\"%s\">enable cookies</a> to use WordPress."
1237
+ msgstr "<strong>FOUT</strong>: Cookies zijn geblokkeerd of worden niet ondersteund door jouw browser. Je moet <a href=\"%s\">cookies aanzetten</a> om WordPress te gebruiken."
1238
+
1239
+ #: admin/wp-security-user-registration-menu.php:214
1240
+ msgid "Users who attempt to register will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them to register."
1241
+ msgstr "Gebruikers die zich willen registreren zullen antwoord moeten geven op een rekensom - als ze dit fout beantwoorden zullen ze zich niet kunnen registreren."
1242
+
1243
+ #: admin/wp-security-user-registration-menu.php:215
1244
+ msgid "Therefore, adding a captcha form on the registration page is another effective yet simple SPAM registration prevention technique."
1245
+ msgstr "Daarom is het toevoegen van een captcha op de registratiepagina een goede manier om SPAM te voorkomen."
1246
+
1247
+ #: classes/grade-system/wp-security-feature-item-manager.php:45
1248
+ msgid "Custom Login Captcha"
1249
+ msgstr "Aangepaste Login Captcha"
1250
+
1251
+ #: classes/grade-system/wp-security-feature-item-manager.php:49
1252
+ msgid "Lost Password Captcha"
1253
+ msgstr "Vergeten wachtwoord Captcha"
1254
+
1255
+ #: classes/grade-system/wp-security-feature-item-manager.php:29
1256
+ msgid "Remove WP Generator Meta Tag"
1257
+ msgstr "Verwijder de WP Generator Meta Tag"
1258
+
1259
+ #: classes/grade-system/wp-security-feature-item-manager.php:51
1260
+ msgid "Login IP Whitelisting"
1261
+ msgstr "Login IP Whitelisten"
1262
+
1263
+ #: classes/grade-system/wp-security-feature-item-manager.php:57
1264
+ msgid "Registration Approval"
1265
+ msgstr "Goedkeuring registratie"
1266
+
1267
+ #: classes/grade-system/wp-security-feature-item-manager.php:83
1268
+ msgid "Enable Basic Firewall"
1269
+ msgstr "Standaard firewall aanzetten"
1270
+
1271
+ #: classes/wp-security-captcha.php:138
1272
+ msgid "sixteen"
1273
+ msgstr "zestien"
1274
+
1275
+ #: classes/wp-security-captcha.php:139
1276
+ msgid "seventeen"
1277
+ msgstr "zeventien"
1278
+
1279
+ #: classes/wp-security-captcha.php:140
1280
+ msgid "eighteen"
1281
+ msgstr "achttien"
1282
+
1283
+ #: classes/wp-security-captcha.php:141
1284
+ msgid "nineteen"
1285
+ msgstr "negentien"
1286
+
1287
+ #: classes/wp-security-captcha.php:142
1288
+ msgid "twenty"
1289
+ msgstr "twintig"
1290
+
1291
+ #: classes/wp-security-file-scan.php:64
1292
+ msgid "All In One WP Security - File change detected!"
1293
+ msgstr "All In One WP Security - Gewijzigd bestand gevonden!"
1294
+
1295
+ #: classes/wp-security-file-scan.php:66
1296
+ msgid ". Scan was generated on"
1297
+ msgstr "Gescand op"
1298
+
1299
+ #: classes/grade-system/wp-security-feature-item-manager.php:79
1300
+ msgid "IP and User Agent Blacklisting"
1301
+ msgstr "IP en User Agent Blacklisten"
1302
+
1303
+ #: classes/grade-system/wp-security-feature-item-manager.php:84
1304
+ msgid "Enable Pingback Vulnerability Protection"
1305
+ msgstr "Pingback-bescherming gebruiken"
1306
+
1307
+ #: classes/grade-system/wp-security-feature-item-manager.php:90
1308
+ msgid "Enable Rename Login Page"
1309
+ msgstr "Hernoemen van loginpagina gebruiken"
1310
+
1311
+ #: classes/grade-system/wp-security-feature-item-manager.php:92
1312
+ msgid "Enable Login Honeypot"
1313
+ msgstr "Login-honeypot gebruiken"
1314
+
1315
+ #: classes/grade-system/wp-security-feature-item-manager.php:98
1316
+ msgid "Forbid Proxy Comments"
1317
+ msgstr "Proxy-reacties verbieden"
1318
+
1319
+ #: classes/grade-system/wp-security-feature-item-manager.php:99
1320
+ msgid "Deny Bad Queries"
1321
+ msgstr "Slechte query's blokkeren"
1322
+
1323
+ #: classes/wp-security-user-login.php:109
1324
+ msgid "<strong>ACCOUNT PENDING</strong>: Your account is currently not active. An administrator needs to activate your account before you can login."
1325
+ msgstr "<strong>ACCOUNT PENDING</strong>: Jouw account is momenteel niet actief. Een administrator moet jouw account eerst activeren voordat je kan inloggen."
1326
+
1327
+ #: classes/wp-security-user-login.php:298
1328
+ msgid "Site Lockout Notification"
1329
+ msgstr "Melding siteblokkade"
1330
+
1331
+ #: classes/wp-security-user-login.php:299
1332
+ msgid "A lockdown event has occurred due to too many failed login attempts or invalid username:"
1333
+ msgstr "Een gebruiker is geblokkeerd door teveel foute inlogpogingen of een ongeldige gebruikersnaam:"
1334
+
1335
+ #: classes/wp-security-user-login.php:407
1336
+ msgid "Unlock Request Notification"
1337
+ msgstr "Melding aanvraag deblokkade"
1338
+
1339
+ #: classes/wp-security-user-login.php:604
1340
+ msgid "Request Unlock"
1341
+ msgstr "Deblokkade aanvragen"
1342
+
1343
+ #: classes/wp-security-user-login.php:569
1344
+ #: classes/wp-security-user-login.php:573
1345
+ msgid "Please log back in to continue."
1346
+ msgstr "Log weer in om verder te gaan."
1347
+
1348
+ #: classes/wp-security-user-login.php:572
1349
+ msgid "You were logged out because you just changed the \"admin\" username."
1350
+ msgstr "Je bent uitgelogd omdat je de \"admin\"-gebruikersnaam hebt veranderd."
1351
+
1352
+ #: classes/wp-security-general-init-tasks.php:554
1353
+ #: classes/wp-security-user-registration.php:69
1354
+ #: classes/wp-security-user-registration.php:90
1355
+ msgid "<strong>ERROR</strong>: You are not allowed to register because your IP address is currently locked!"
1356
+ msgstr "<strong>ERROR</strong>: Je kan nu niet registreren omdat jouw IP-adres geblokkeerd is!"
1357
+
1358
+ #. Plugin Name of the plugin
1359
+ msgid "All In One WP Security"
1360
+ msgstr "All In One WP Security"
1361
+
1362
+ #: other-includes/wp-security-unlock-request.php:13
1363
+ msgid "http://wordpress.org/"
1364
+ msgstr "http://wordpress.org/"
1365
+
1366
+ #: other-includes/wp-security-unlock-request.php:62
1367
+ msgid "User account not found!"
1368
+ msgstr "Gebruikersaccount niet gevonden!"
1369
+
1370
+ #. Description of the plugin
1371
+ msgid "All round best WordPress security plugin!"
1372
+ msgstr "De beste all-round WordPress beveiligings-plug-in!"
1373
+
1374
+ #: classes/wp-security-user-login.php:568
1375
+ msgid "Your session has expired because it has been over %d minutes since your last login."
1376
+ msgstr "Je sessie is verlopen omdat het al langer dan %d minuten geleden is sinds je voor het laatst bent ingelogd."
1377
+
1378
+ #: classes/wp-security-file-scan.php:70
1379
+ msgid "Login to your site to view the scan details."
1380
+ msgstr "Login in op uw website om de scan te bekijken."
1381
+
1382
+ #: admin/wp-security-whois-menu.php:120
1383
+ msgid "WHOIS lookup successfully completed. Please see the results below:"
1384
+ msgstr "WHOIS-lookup gelukt. Zie het resultaat hieronder:"
1385
+
1386
+ #: classes/wp-security-file-scan.php:67
1387
+ msgid "A summary of the scan results is shown below:"
1388
+ msgstr "Een samenvatting van de scan staat hieronder:"
1389
+
1390
+ #. Plugin URI of the plugin
1391
+ msgid "https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin"
1392
+ msgstr "https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin"
1393
+
1394
+ #. Author URI of the plugin
1395
+ msgid "https://www.tipsandtricks-hq.com/"
1396
+ msgstr "https://www.tipsandtricks-hq.com/"
1397
+
1398
+ #: other-includes/wp-security-unlock-request.php:76
1399
+ msgid "Error: No locked entry was found in the DB with your IP address range!"
1400
+ msgstr "Fout : er is geen vergrendelde invoer gevonden in de database met uw IP-adresbereik!"
1401
+
1402
+ #: other-includes/wp-security-unlock-request.php:33
1403
+ msgid "ERROR: Unable to process your request!"
1404
+ msgstr "FOUT : kan uw aanvraag niet verwerken !"
1405
+
1406
+ #: classes/wp-security-user-login.php:411
1407
+ msgid "After clicking the above link you will be able to login to the WordPress administration panel."
1408
+ msgstr "Nadat u op de bovenstaande link hebt geklikt, kunt u inloggen op het WordPress-beheerpaneel ."
1409
+
1410
+ #: classes/wp-security-user-login.php:303
1411
+ msgid "Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user."
1412
+ msgstr "Log in op het WordPress administratiepanel van uw website om de duur van de lock-out te zien of om de gebruiker te ontgrendelen."
1413
+
1414
+ #: classes/grade-system/wp-security-feature-item-manager.php:86
1415
+ msgid "Enable IP blocking for 404 detection"
1416
+ msgstr "IP-blokkering inschakelen voor 404-detectie"
1417
+
1418
+ #: admin/wp-security-whois-menu.php:132
1419
+ msgid "You have entered an incorrectly formatted IP address or domain name. Please try again."
1420
+ msgstr "U hebt een onjuist geformatteerd IP-adres of een domeinnaam ingevoerd. Probeer het opnieuw."
1421
+
1422
+ #: admin/wp-security-user-registration-menu.php:131
1423
+ msgid "This feature will automatically set a newly registered account to \"pending\" until the administrator activates it. Therefore undesirable registrants will be unable to log in without your express approval."
1424
+ msgstr "Met deze functie wordt automatisch een nieuw geregistreerd account ingesteld op \"In behandeling\" totdat de beheerder deze activeert. Ongewenste geregistreerden kunnen daarom niet inloggen zonder uw uitdrukkelijke toestemming."
1425
+
1426
+ #: admin/wp-security-user-login-menu.php:413
1427
+ msgid "The information below can be handy if you need to do security investigations because it will show you the IP range, username and ID (if applicable) and the time/date of the failed login attempt."
1428
+ msgstr "Onderstaande informatie kan handig zijn om een veiligheidsonderzoek te doen, omdat het IP-bereik, gebruikersnaam en ID (indien van toepassing) en de tijd/datum van de mislukte login poging wordt getoond."
1429
+
1430
+ #: admin/wp-security-user-login-menu.php:567
1431
+ msgid "The information below can be handy if you need to do security investigations because it will show you the last 50 recent login events by username, IP address and time/date."
1432
+ msgstr "Onderstaande informatie kan handig zijn bij een veiligheidsonderzoek, omdat het je de laatste 50 recente logingebeurtenissen gesorteerd op gebruikersnaam, IP-adres en datum/tijd laat zien."
1433
+
1434
+ #: admin/wp-security-user-login-menu.php:628
1435
+ msgid "Nonce check failed for users logged in list!"
1436
+ msgstr "Nonce controle mislukt voor lijst ingelogde gebruikers!"
1437
+
1438
+ #: admin/wp-security-user-registration-menu.php:130
1439
+ msgid "If your site allows people to create their own accounts via the WordPress registration form, then you can minimize SPAM or bogus registrations by manually approving each registration."
1440
+ msgstr "Als uw site mensen in staat stelt om hun eigen account via het WordPress registratieformulier aan te maken, dan kunt u spam of valse registraties minimaliseren door elke registratie handmatig goed te keuren."
1441
+
1442
+ #: admin/wp-security-user-registration-menu.php:228
1443
+ msgid "Therefore, if you would like to add a captcha form to the registration page for a Multi Site, please go to \"Registration Captcha\" settings on the main site."
1444
+ msgstr "Daarom, als u een CAPTCHA-formulier wilt toe voegen aan de registratiepagina voor een multi-site, ga dan naar de \"registratie CAPTCHA\"-instellingen op de hoofd-site."
1445
+
1446
+ #: admin/wp-security-user-login-menu.php:532
1447
+ msgid "Enable Force WP User Logout"
1448
+ msgstr "Aanzetten van geforceerde gebruiker-loguit"
1449
+
1450
+ #: admin/wp-security-user-login-menu.php:539
1451
+ msgid "Logout the WP User After XX Minutes"
1452
+ msgstr "Log gebruikers uit na XX minuten"
1453
+
1454
+ #: admin/wp-security-user-login-menu.php:653
1455
+ msgid "Currently Logged In Users"
1456
+ msgstr "Momenteel ingelogde gebruikers"
1457
+
1458
+ #: admin/wp-security-user-registration-menu.php:220
1459
+ msgid "Registration Page Captcha Settings"
1460
+ msgstr "Registratiepagina captcha-instellingen"
1461
+
1462
+ #: admin/wp-security-whois-menu.php:99
1463
+ msgid "Perform IP or Domain Lookup"
1464
+ msgstr "Zoek een IP of domein op"
1465
+
1466
+ #: classes/wp-security-backup.php:241
1467
+ msgid " generated on"
1468
+ msgstr " gegenereerd op"
1469
+
1470
+ #: classes/wp-security-file-scan.php:66
1471
+ msgid "A file change was detected on your system for site URL"
1472
+ msgstr "Een bestandswijziging is gevonden op jouw systeem voor site-URL"
1473
+
1474
+ #: classes/wp-security-file-scan.php:323 classes/wp-security-file-scan.php:332
1475
+ #: classes/wp-security-file-scan.php:342
1476
+ msgid "modified on: "
1477
+ msgstr "bewerkt op: "
1478
+
1479
+ #: classes/wp-security-utility-ip-address.php:176
1480
+ msgid "You cannot ban your own IP address: "
1481
+ msgstr "Je kan je eigen IP-adres niet blokkeren: "
1482
+
1483
+ #: other-includes/wp-security-rename-login-feature.php:316
1484
+ msgid "<strong>ERROR</strong>: Enter a username or email address."
1485
+ msgstr "<strong>FOUT</strong>: Vul een gebruikersnaam of e-mailadres in."
1486
+
1487
+ #: other-includes/wp-security-rename-login-feature.php:320
1488
+ msgid "<strong>ERROR</strong>: There is no user registered with that email address."
1489
+ msgstr "<strong>FOUT</strong>: Er is geen gebruiker geregistreerd met dit e-mailadres."
1490
+
1491
+ #: other-includes/wp-security-rename-login-feature.php:341
1492
+ msgid "<strong>ERROR</strong>: Invalid username or email."
1493
+ msgstr "<strong>FOUT</strong>: Foutieve gebruikersnaam of e-mailadres."
1494
+
1495
+ #: other-includes/wp-security-rename-login-feature.php:369
1496
+ msgid "If this was a mistake, just ignore this email and nothing will happen."
1497
+ msgstr "Als dit een fout was, kun je deze e-mail negeren en gebeurt er niets."
1498
+
1499
+ #: other-includes/wp-security-rename-login-feature.php:404
1500
+ msgid "The email could not be sent."
1501
+ msgstr "De e-mail kon niet worden verzonden."
1502
+
1503
+ #: other-includes/wp-security-rename-login-feature.php:580
1504
+ msgid "Please enter your username or email address. You will receive a link to create a new password via email."
1505
+ msgstr "Vul je gebruikersnaam of e-mailadres in. Je ontvangt dan een link waarmee je een nieuw wachtwoord kunt instellen via de e-mail."
1506
+
1507
+ #: other-includes/wp-security-rename-login-feature.php:812
1508
+ msgid "Email"
1509
+ msgstr "E-mail"
1510
+
1511
+ #: other-includes/wp-security-rename-login-feature.php:945
1512
+ msgid "You have logged in successfully."
1513
+ msgstr "Je bent succesvol ingelogd."
1514
+
1515
+ #: other-includes/wp-security-rename-login-feature.php:990
1516
+ msgid "Check your email for the confirmation link."
1517
+ msgstr "Controleer je e-mail op de bevestigingslink."
1518
+
1519
+ #: other-includes/wp-security-rename-login-feature.php:992
1520
+ msgid "Check your email for your new password."
1521
+ msgstr "Bekijk je e-mail voor je nieuwe wachtwoord."
1522
+
1523
+ #: other-includes/wp-security-rename-login-feature.php:994
1524
+ msgid "Registration complete. Please check your email."
1525
+ msgstr "Registratie voltooid. Controleer je e-mail."
1526
+
1527
+ #: other-includes/wp-security-unlock-request.php:50
1528
+ msgid "Please enter a valid email address"
1529
+ msgstr "Vul alsjeblieft een geldig e-mailadres in"
1530
+
1531
+ #: other-includes/wp-security-unlock-request.php:111
1532
+ msgid "Email Address"
1533
+ msgstr "E-mailadres"
1534
+
1535
+ #: admin/wp-security-user-registration-menu.php:132
1536
+ msgid "You can view all accounts which have been newly registered via the handy table below and you can also perform bulk activation/deactivation/deletion tasks on each account."
1537
+ msgstr "U kunt alle accounts bekijken die onlangs via de handige tabel hieronder geregistreerd zijn en je kunt ook bulk activeren / deactiveren / verwijderen van taken op elk account."
1538
+
1539
+ #: admin/wp-security-user-registration-menu.php:227
1540
+ msgid "The core default behaviour for WordPress Multi Site regarding user registration is that all users are registered via the main site."
1541
+ msgstr "Het kern standaardgedrag voor WordPress multi-site met betrekking tot registratie als gebruiker is, dat alle gebruikers via de hoofdwebsite geregistreerd worden ."
1542
+
1543
+ #: admin/wp-security-user-registration-menu.php:27
1544
+ msgid "Manual Approval"
1545
+ msgstr "Handmatige goedkeuring"
1546
+
1547
+ #: admin/wp-security-user-registration-menu.php:122
1548
+ msgid "User Registration Settings"
1549
+ msgstr "Instellingen gebruikersregistratie"
1550
+
1551
+ #: admin/wp-security-user-registration-menu.php:126
1552
+ msgid "Manually Approve New Registrations"
1553
+ msgstr "Nieuwe registraties handmatig goedkeuren"
1554
+
1555
+ #: admin/wp-security-user-registration-menu.php:149
1556
+ msgid "Enable manual approval of new registrations"
1557
+ msgstr "Handmatig goedkeuren van nieuwe registraties aanzetten"
1558
+
1559
+ #: admin/wp-security-user-registration-menu.php:161
1560
+ msgid "Approve Registered Users"
1561
+ msgstr "Goedkeuren geregistreerde gebruikers"
1562
+
1563
+ #: classes/wp-security-utility-ip-address.php:104
1564
+ #: classes/wp-security-utility-ip-address.php:119
1565
+ #: classes/wp-security-utility-ip-address.php:138
1566
+ #: classes/wp-security-utility-ip-address.php:153
1567
+ #: classes/wp-security-utility-ip-address.php:168
1568
+ msgid " is not a valid ip address format."
1569
+ msgstr " is geen geldig IP-adres."
1570
+
1571
+ #: admin/wp-security-user-login-menu.php:520
1572
+ msgid "Force User Logout Options"
1573
+ msgstr "Forceer gebruikeruitlogopties"
1574
+
1575
+ #: classes/wp-security-backup.php:241
1576
+ msgid "Attached is your latest DB backup file for site URL"
1577
+ msgstr "Bijgevoegd is je laatste DB-back-upbestand van de site-URL"
1578
+
1579
+ #: admin/wp-security-user-accounts-menu.php:34
1580
+ #: other-includes/wp-security-rename-login-feature.php:1040
1581
+ msgid "Password"
1582
+ msgstr "Wachtwoord"
1583
+
1584
+ #: admin/wp-security-settings-menu.php:34
1585
+ msgid "Import/Export"
1586
+ msgstr "Import/Export"
1587
+
1588
+ #: admin/wp-security-spam-menu.php:30
1589
+ msgid "BuddyPress"
1590
+ msgstr "BuddyPress"
1591
+
1592
+ #: admin/wp-security-user-accounts-menu.php:229
1593
+ msgid "Password Strength"
1594
+ msgstr "Wachtwoordsterkte"
1595
+
1596
+ #: classes/grade-system/wp-security-feature-item-manager.php:53
1597
+ #: admin/wp-security-user-login-menu.php:30
1598
+ msgid "Force Logout"
1599
+ msgstr "Uitloggen forceren"
1600
+
1601
+ #: admin/wp-security-user-accounts-menu.php:131
1602
+ msgid "Change Username"
1603
+ msgstr "Verander gebruikersnaam"
1604
+
1605
+ #: admin/wp-security-user-accounts-menu.php:192
1606
+ msgid "No action required."
1607
+ msgstr "Geen actie nodig."
1608
+
1609
+ #: admin/wp-security-user-accounts-menu.php:204
1610
+ msgid "Password Tool"
1611
+ msgstr "Wachtwoord-tool"
1612
+
1613
+ #: admin/wp-security-user-accounts-menu.php:224
1614
+ msgid "1 sec"
1615
+ msgstr "1 seconde"
1616
+
1617
+ #: admin/wp-security-user-accounts-menu.php:224
1618
+ msgid "to crack your password!"
1619
+ msgstr "om je wachtwoord te raden!"
1620
+
1621
+ #: admin/wp-security-firewall-menu.php:760
1622
+ msgid "Prevent Hotlinking"
1623
+ msgstr "Hotlinken voorkomen"
1624
+
1625
+ #: admin/wp-security-firewall-menu.php:1085
1626
+ msgid "Custom .htaccess Rules"
1627
+ msgstr "Aangepaste .htaccess-regels"
1628
+
1629
+ #: admin/wp-security-firewall-menu.php:1089
1630
+ msgid "Enable Custom .htaccess Rules"
1631
+ msgstr "Aangepaste .htaccess-regels gebruiken"
1632
+
1633
+ #: admin/wp-security-firewall-menu.php:1103
1634
+ msgid "Enter Custom .htaccess Rules:"
1635
+ msgstr "Vul aangepaste .htaccess-regels in:"
1636
+
1637
+ #: admin/wp-security-firewall-menu.php:1112
1638
+ msgid "Save Custom Rules"
1639
+ msgstr "Aangepaste regels opslaan"
1640
+
1641
+ #: admin/wp-security-list-registered-users.php:160
1642
+ #: admin/wp-security-list-registered-users.php:194
1643
+ msgid "Your account is now active"
1644
+ msgstr "Jouw account is nu actief"
1645
+
1646
+ #: admin/wp-security-list-registered-users.php:161
1647
+ msgid "Your account with user ID:"
1648
+ msgstr "Jouw account met gebruikers-ID:"
1649
+
1650
+ #: admin/wp-security-list-registered-users.php:178
1651
+ msgid "The selected accounts were approved successfully!"
1652
+ msgstr "De geselecteerd accounts zijn succesvol geaccepteerd!"
1653
+
1654
+ #: admin/wp-security-maintenance-menu.php:116
1655
+ msgid "Enter a Message:"
1656
+ msgstr "Vul een bericht in:"
1657
+
1658
+ #: admin/wp-security-misc-options-menu.php:29
1659
+ msgid "Frames"
1660
+ msgstr "Frames"
1661
+
1662
+ #: admin/wp-security-settings-menu.php:167
1663
+ msgid "Backup .htaccess file"
1664
+ msgstr "Maak een back-up van je .htaccess-bestand"
1665
+
1666
+ #: admin/wp-security-settings-menu.php:166
1667
+ msgid "Backup your database"
1668
+ msgstr "Maak een back-up van je database"
1669
+
1670
+ #: admin/wp-security-settings-menu.php:168
1671
+ msgid "Backup wp-config.php file"
1672
+ msgstr "Maak een back-up van je wp-config.php-bestand"
1673
+
1674
+ #: admin/wp-security-settings-menu.php:175
1675
+ msgid "Disable Security Features"
1676
+ msgstr "Veiligheidsopties uitzetten"
1677
+
1678
+ #: admin/wp-security-settings-menu.php:185
1679
+ msgid "Disable All Security Features"
1680
+ msgstr "Alle veiligheidsopties uitzetten"
1681
+
1682
+ #: admin/wp-security-settings-menu.php:275
1683
+ msgid "htaccess backup failed."
1684
+ msgstr "htaccess-back-up mislukt."
1685
+
1686
+ #: admin/wp-security-firewall-menu.php:875
1687
+ msgid "404 Detection Configuration"
1688
+ msgstr "Configuratie 404-detectie"
1689
+
1690
+ #: admin/wp-security-user-accounts-menu.php:32
1691
+ msgid "WP Username"
1692
+ msgstr "WP-gebruikersnaam"
1693
+
1694
+ #: admin/wp-security-user-accounts-menu.php:33
1695
+ msgid "Display Name"
1696
+ msgstr "Schermnaam"
1697
+
1698
+ #: admin/wp-security-user-accounts-menu.php:89
1699
+ msgid "Admin User Security"
1700
+ msgstr "Administrator-beveiliging"
1701
+
1702
+ #: admin/wp-security-user-accounts-menu.php:127
1703
+ msgid "Choose a new username for admin."
1704
+ msgstr "Kies een nieuwe gebruikersnaam voor admin."
1705
+
1706
+ #: admin/wp-security-user-accounts-menu.php:125
1707
+ msgid "New Admin Username"
1708
+ msgstr "Nieuwe admin-gebruikersnaam"
1709
+
1710
+ #: classes/grade-system/wp-security-feature-item-manager.php:36
1711
+ #: admin/wp-security-user-accounts-menu.php:111
1712
+ msgid "Change Admin Username"
1713
+ msgstr "Verander admin-gebruikersnaam"
1714
+
1715
+ #: admin/wp-security-user-accounts-menu.php:102
1716
+ msgid "List of Administrator Accounts"
1717
+ msgstr "Lijst van administrator-accounts"
1718
+
1719
+ #: admin/wp-security-user-accounts-menu.php:215
1720
+ msgid "Password Strength Tool"
1721
+ msgstr "Wachtwoordsterkte-tool"
1722
+
1723
+ #: admin/wp-security-user-accounts-menu.php:220
1724
+ msgid "Start typing a password."
1725
+ msgstr "Type een wachtwoord."
1726
+
1727
+ #: admin/wp-security-user-accounts-menu.php:309
1728
+ msgid "Username Successfully Changed!"
1729
+ msgstr "Gebruikersnaam veranderd!"
1730
+
1731
+ #: admin/wp-security-list-registered-users.php:195
1732
+ msgid "Your account with username: "
1733
+ msgstr "Jouw account met gebruikersnaam: "
1734
+
1735
+ #: admin/wp-security-spam-menu.php:28
1736
+ msgid "Comment SPAM"
1737
+ msgstr "Reactie SPAM"
1738
+
1739
+ #: admin/wp-security-firewall-menu.php:961
1740
+ msgid "404 Event Logs"
1741
+ msgstr "404-logs"
1742
+
1743
+ #: admin/wp-security-user-login-menu.php:234
1744
+ msgid "Brute Force Login Attack"
1745
+ msgstr "Brute Force loginaanval"
1746
+
1747
+ #: admin/wp-security-misc-options-menu.php:101
1748
+ msgid "Disable The Ability To Copy Text"
1749
+ msgstr "Tekst kopiëren uitschakelen"
1750
+
1751
+ #: admin/wp-security-user-login-menu.php:241
1752
+ msgid "Login Lockdown Options"
1753
+ msgstr "Opties loginblokkade"
1754
+
1755
+ #: admin/wp-security-firewall-menu.php:1107
1756
+ msgid "Enter your custom .htaccess rules/directives."
1757
+ msgstr "Vul jouw eigen .htaccess-regels in."
1758
+
1759
+ #: admin/wp-security-user-login-menu.php:278
1760
+ msgid "Time Length of Lockout (min)"
1761
+ msgstr "Tijdsduur van de blokkade (min)"
1762
+
1763
+ #: admin/wp-security-user-login-menu.php:230
1764
+ msgid "Login Lockdown Configuration"
1765
+ msgstr "Configuratie login-blokkade"
1766
+
1767
+ #: admin/wp-security-user-accounts-menu.php:177
1768
+ msgid "Click on the link to edit the settings of that particular user account"
1769
+ msgstr "Klik op de link om de instellingen aan te passen voor een bepaald account"
1770
+
1771
+ #: admin/wp-security-user-accounts-menu.php:176
1772
+ msgid "Your site currently has the following accounts which have an identical login name and display name."
1773
+ msgstr "Bij de volgende gebruikers op jouw site zijn de schermnaam en de gebruikersnaam hetzelfde."
1774
+
1775
+ #: admin/wp-security-user-accounts-menu.php:193
1776
+ msgid "Your site does not have a user account where the display name is identical to the username."
1777
+ msgstr "Jouw site heeft geen gebruikers waar het schermnaam identiek is aan de gebruikersnaam."
1778
+
1779
+ #: admin/wp-security-user-accounts-menu.php:155
1780
+ msgid "Display Name Security"
1781
+ msgstr "Weergavenaam beveiliging"
1782
+
1783
+ #: admin/wp-security-user-accounts-menu.php:143
1784
+ msgid "This is good security practice."
1785
+ msgstr "Dit is goede beveiliging."
1786
+
1787
+ #: admin/wp-security-user-accounts-menu.php:158
1788
+ msgid "When you submit a post or answer a comment, WordPress will usually display your \"nickname\"."
1789
+ msgstr "Als je een bericht of reactie plaatst zal WordPress automatisch jouw gebruikersnaam weergeven."
1790
+
1791
+ #: admin/wp-security-user-accounts-menu.php:159
1792
+ msgid "By default the nickname is set to the login (or user) name of your account."
1793
+ msgstr "Standaard is de schermnaam hetzelfde als de gebruikersnaam van je account."
1794
 
1795
+ #: admin/wp-security-user-accounts-menu.php:160
1796
+ msgid "From a security perspective, leaving your nickname the same as your user name is bad practice because it gives a hacker at least half of your account's login credentials."
1797
+ msgstr "Voor beveiliging is het slecht om je schermnaam hetzelfde te laten als je gebruikersnaam omdat het een hacker de helft van je inloggegevens geeft."
 
 
 
1798
 
1799
+ #: admin/wp-security-user-accounts-menu.php:133
1800
+ msgid "NOTE: If you are currently logged in as \"admin\" you will be automatically logged out after changing your username and will be required to log back in."
1801
+ msgstr "LET OP: Als je momenteel ingelogd bent als \"admin\" zal je uitgelogd worden na het wijzigen van je gebruikersnaam en opnieuw moeten inloggen."
 
1802
 
1803
+ #: admin/wp-security-user-accounts-menu.php:95
1804
+ msgid "This feature will allow you to change your default \"admin\" user name to a more secure name of your choosing."
1805
+ msgstr "Hiermee kan je de standaard \"admin\"-gebruikersnaam wijzigen naar een veiligere naam."
 
1806
 
1807
+ #: admin/wp-security-user-accounts-menu.php:93
1808
+ msgid "A lot of hackers try to take advantage of this information by attempting \"Brute Force Login Attacks\" where they repeatedly try to guess the password by using \"admin\" for username."
1809
+ msgstr "Veel hackers maken hier gebruik van met \"Brute Force loginaanvallen\" waarbij continu wordt geprobeerd in te loggen met de gebruikersnaam \"admin\"."
 
1810
 
1811
+ #: admin/wp-security-spam-menu.php:478
1812
+ msgid "Enable Captcha On BuddyPress Registration Form"
1813
+ msgstr "Gebruik captcha voor BuddyPress registratieformulier"
 
1814
 
1815
+ #: admin/wp-security-spam-menu.php:481
1816
+ msgid "Check this if you want to insert a captcha field on the BuddyPress registration forms"
1817
+ msgstr "Vink dit aan als je een captcha-veld wilt toevoegen aan het BuddyPress-registratieformulier"
 
1818
 
1819
+ #: admin/wp-security-spam-menu.php:490
1820
+ msgid "BuddyPress is not active! In order to use this feature you will need to have BuddyPress installed and activated."
1821
+ msgstr "BuddyPress is niet actief! Om deze optie gebruiken moet BuddyPress geïnstalleerd en geactiveerd zijn."
 
1822
 
1823
+ #: admin/wp-security-user-accounts-menu.php:92
1824
+ msgid "By default, WordPress sets the administrator username to \"admin\" at installation time."
1825
+ msgstr "Standaard gebruikt WordPress \"admin\" als gebruikersnaam."
 
1826
 
1827
+ #: admin/wp-security-user-accounts-menu.php:94
1828
+ msgid "From a security perspective, changing the default \"admin\" user name is one of the first and smartest things you should do on your site."
1829
+ msgstr "Voor beveiliging is het veranderen van de \"admin\"-gebruikersnaam een van de eerste en slimste dingen om te doen."
 
1830
 
1831
+ #: admin/wp-security-spam-menu.php:401
1832
+ msgid "Find IP Addresses"
1833
+ msgstr "Zoek IP-adressen"
 
1834
 
1835
+ #: admin/wp-security-spam-menu.php:405
1836
+ msgid "SPAMMER IP Address Results"
1837
+ msgstr "SPAMMER IP-adres resultaten"
 
1838
 
1839
+ #: admin/wp-security-settings-menu.php:523
1840
+ msgid "WP Generator Meta Info"
1841
+ msgstr "WP Generator meta-info"
 
1842
 
1843
+ #: admin/wp-security-settings-menu.php:535
1844
+ msgid "Remove WP Generator Meta Info"
1845
+ msgstr "Verwijder WP Generator meta-info"
 
1846
 
1847
+ #: admin/wp-security-settings-menu.php:470
1848
+ msgid "Restore wp-config File"
1849
+ msgstr "Herstel wp-config-bestand"
 
1850
 
1851
+ #: admin/wp-security-settings-menu.php:447
1852
+ msgid "Backup wp-config.php File"
1853
+ msgstr "Backup wp-config.php-bestand"
 
1854
 
1855
+ #: admin/wp-security-settings-menu.php:368
1856
+ msgid "Restore .htaccess File"
1857
+ msgstr "Herstel .htaccess-bestand"
 
1858
 
1859
+ #: admin/wp-security-settings-menu.php:159
1860
+ msgid "WP Security Plugin"
1861
+ msgstr "WP Beveiligingsplugin"
 
 
 
1862
 
1863
+ #: admin/wp-security-misc-options-menu.php:164
1864
+ msgid "Enable iFrame Protection"
1865
+ msgstr "Gebruik iFrame-bescherming"
 
 
1866
 
1867
+ #: admin/wp-security-firewall-menu.php:996
1868
+ #: admin/wp-security-firewall-menu.php:1005
1869
+ msgid "Delete All 404 Event Logs"
1870
+ msgstr "Verwijder alle logbestanden van 404-evenementen"
 
1871
 
1872
+ #: admin/wp-security-user-login-menu.php:31
1873
+ #: admin/wp-security-user-login-menu.php:572
1874
+ msgid "Account Activity Logs"
1875
+ msgstr "Accountactiviteitenlogboek"
1876
 
1877
+ #: admin/wp-security-user-login-menu.php:235
1878
+ msgid "Apart from choosing strong passwords, monitoring and blocking IP addresses which are involved in repeated login failures in a short period of time is a very effective way to stop these types of attacks."
1879
+ msgstr "Afgezien van het kiezen van sterke wachtwoorden is het controleren en blokkeren van IP-adressen die in korte tijd betrokken zijn bij herhaalde inlogproblemen, een zeer effectieve manier om dit soort aanvallen te stoppen."
 
 
 
 
1880
 
1881
+ #: admin/wp-security-user-login-menu.php:234
1882
+ msgid "This is where attackers use repeated login attempts until they guess the password."
1883
+ msgstr "Dit is waar aanvallers herhaalde inlogpogingen gebruiken totdat ze het wachtwoord raden ."
 
1884
 
1885
+ #: admin/wp-security-user-login-menu.php:234
1886
+ msgid "One of the ways hackers try to compromise sites is via a "
1887
+ msgstr "Een van de manieren waarop hackers proberen sites te compromitteren is via een "
 
1888
 
1889
+ #: admin/wp-security-user-login-menu.php:107
1890
+ msgid "You entered a non numeric value for the login retry time period field. It has been set to the default value."
1891
+ msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld Opnieuw aanmelden tijdsperiode. Het is ingesteld op de standaardwaarde."
 
1892
 
1893
+ #: admin/wp-security-user-login-menu.php:100
1894
+ msgid "You entered a non numeric value for the max login attempts field. It has been set to the default value."
1895
+ msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld Max. loginpogingen. Het is ingesteld op de standaardwaarde."
 
1896
 
1897
+ #: admin/wp-security-user-accounts-menu.php:298
1898
+ msgid "You entered an invalid username. Please enter another value. "
1899
+ msgstr "U hebt een ongeldige gebruikersnaam ingevoerd. Voer een andere waarde in. "
 
1900
 
1901
+ #: admin/wp-security-user-accounts-menu.php:269
1902
+ msgid "The database update operation of the user account failed!"
1903
+ msgstr "De database-update van het gebruikersaccount is mislukt!"
 
1904
 
1905
+ #: admin/wp-security-user-accounts-menu.php:223
1906
+ msgid "It would take a desktop PC approximately"
1907
+ msgstr "Het zou ongeveer een desktop-pc kosten"
 
1908
 
1909
+ #: admin/wp-security-user-accounts-menu.php:209
1910
+ msgid "The longer and more complex your password is the harder it is for hackers to \"crack\" because more complex passwords require much greater computing power and time."
1911
+ msgstr "Hoe langer en complexer uw wachtwoord is, hoe moeilijker het voor hackers is om te \"kraken\", omdat meer complexe wachtwoorden veel meer rekenkracht en tijd vereisen."
 
1912
 
1913
+ #: admin/wp-security-user-accounts-menu.php:208
1914
+ msgid "Many people fall into the trap of using a simple word or series of numbers as their password. Such a predictable and simple password would take a competent hacker merely minutes to guess your password by using a simple script which cycles through the easy and most common combinations."
1915
+ msgstr "Veel mensen raken in de val van het gebruik van een simpel woord of een reeks cijfers als wachtwoord . Een dergelijk voorspelbaar en eenvoudig wachtwoord zou een bekwame hacker slechts enkele minuten kosten om uw wachtwoord te raden met behulp van een eenvoudig script dat door de eenvoudige en meest gebruikelijke combinaties loopt."
 
1916
 
1917
+ #: admin/wp-security-user-accounts-menu.php:207
1918
+ msgid "Poor password selection is one of the most common weak points of many sites and is usually the first thing a hacker will try to exploit when attempting to break into your site."
1919
+ msgstr "Slechte wachtwoordselectie is een van de meest voorkomende zwakke punten van veel sites en is meestal het eerste wat een hacker probeert te misbruiken wanneer hij probeert in te breken op uw site ."
 
 
 
1920
 
1921
+ #: admin/wp-security-maintenance-menu.php:92
1922
+ msgid "Site lockout feature settings saved!"
1923
+ msgstr "Locatie lockout-functie-instellingen opgeslagen!"
 
1924
 
1925
+ #: admin/wp-security-maintenance-menu.php:25
1926
+ msgid "Visitor Lockout"
1927
+ msgstr "Vergrendeling van bezoekers"
 
1928
 
1929
+ #: admin/wp-security-list-registered-users.php:247
1930
+ msgid "The selected account was deleted successfully!"
1931
+ msgstr "Het geselecteerde account is succesvol verwijderd!"
 
1932
 
1933
+ #: admin/wp-security-list-registered-users.php:231
1934
+ msgid "The selected accounts were deleted successfully!"
1935
+ msgstr "De geselecteerde accounts zijn succesvol verwijderd!"
 
1936
 
1937
+ #: admin/wp-security-list-registered-users.php:190
1938
+ msgid "The selected account was approved successfully!"
1939
+ msgstr "Het geselecteerde account is succesvol goedgekeurd !"
 
1940
 
1941
+ #: admin/wp-security-list-registered-users.php:182
1942
+ msgid "The following accounts failed to update successfully: "
1943
+ msgstr "De volgende accounts konden niet succesvol worden bijgewerkt: "
 
1944
 
1945
+ #: admin/wp-security-list-login-fails.php:137
1946
+ msgid "Nonce check failed for delete failed login record operation!"
1947
+ msgstr "Controle nonce is mislukt voor verwijderen mislukt inloggen bewerking!"
 
1948
 
1949
+ #: admin/wp-security-list-comment-spammer-ip.php:201
1950
+ msgid "The .htaccess file was successfully modified to include the selected IP addresses."
1951
+ msgstr "Het .htaccess-bestand is met succes gewijzigd om de geselecteerde IP-adressen op te nemen."
 
1952
 
1953
+ #: admin/wp-security-list-comment-spammer-ip.php:193
1954
+ msgid "The selected IP addresses were saved in the blacklist configuration settings."
1955
+ msgstr "De geselecteerde IP-adressen zijn opgeslagen in de configuratie-instellingen van de zwarte lijst."
 
1956
 
1957
+ #: admin/wp-security-list-login-fails.php:145
1958
+ #: admin/wp-security-list-acct-activity.php:146
1959
+ msgid "The selected entry was deleted successfully!"
1960
+ msgstr "Het geselecteerde item is succesvol verwijderd!"
1961
 
1962
+ #: admin/wp-security-list-404.php:259
1963
+ msgid "Nonce check failed for delete selected 404 event logs operation!"
1964
+ msgstr "Controle nonce is mislukt voor het verwijderen van de geselecteerde 404-eventlogs!"
 
 
 
 
1965
 
1966
+ #: admin/wp-security-list-404.php:219
1967
+ msgid "The selected IP addresses have been added to the blacklist and will be permanently blocked!"
1968
+ msgstr "De geselecteerde IP-adressen zijn toegevoegd aan de zwarte lijst en worden permanent geblokkeerd !"
 
1969
 
1970
+ #: admin/wp-security-list-404.php:174
1971
+ msgid "The selected entry is not a valid IP address!"
1972
+ msgstr "Het geselecteerde item is geen geldig IP-adres!"
 
1973
 
1974
+ #: admin/wp-security-list-404.php:172
1975
+ msgid "The selected IP address is now temporarily blocked!"
1976
+ msgstr "Het geselecteerde IP-adres is nu tijdelijk geblokkeerd !"
 
1977
 
1978
+ #: admin/wp-security-list-404.php:167
1979
+ msgid "The selected IP addresses are now temporarily blocked!"
1980
+ msgstr "De geselecteerde IP-adressen zijn nu tijdelijk geblokkeerd !"
 
 
 
 
1981
 
1982
+ #: admin/wp-security-list-404.php:158 admin/wp-security-list-404.php:196
1983
+ msgid "Could not process the request because the IP addresses for the selected entries could not be found!"
1984
+ msgstr "Kon de aanvraag niet verwerken omdat de IP-adressen voor de geselecteerde items niet konden worden gevonden!"
 
 
 
 
1985
 
1986
+ #: admin/wp-security-firewall-menu.php:1092
1987
+ msgid "Check this if you want to enable custom rules entered in the text box below"
1988
+ msgstr "Selecteer dit als u aangepaste regels wilt inschakelen die zijn ingevoerd in het onderstaande tekstvak"
 
1989
 
1990
+ #: admin/wp-security-firewall-menu.php:934
1991
+ msgid "Time Length of 404 Lockout (min)"
1992
+ msgstr "Tijdsduur van 404-lockout (min)"
 
1993
 
1994
+ #: admin/wp-security-firewall-menu.php:950
1995
+ msgid "404 Lockout Redirect URL"
1996
+ msgstr "404-vergrendeling voor redirectie URL"
 
1997
 
1998
+ #: admin/wp-security-firewall-menu.php:941
1999
+ msgid "You can lock any IP address which is recorded in the \"404 Event Logs\" table section below."
2000
+ msgstr "U kunt elk IP-adres vergrendelen dat is vastgelegd in het onderstaande tabelgedeelte \"404 Event Logs\"."
 
2001
 
2002
+ #: admin/wp-security-user-login-menu.php:255
2003
+ msgid "Check this if you want to enable the login lockdown feature and apply the settings below"
2004
+ msgstr "Selecteer dit als u de functie voor het vergrendelen van inloggegevens wilt inschakelen en de onderstaande instellingen wilt toepassen"
 
2005
 
2006
+ #: admin/wp-security-spam-menu.php:468
2007
+ msgid "Adding a captcha field in the registration form is a simple way of greatly reducing SPAM signups from bots without using .htaccess rules."
2008
+ msgstr "Het toevoegen van een captcha-veld in het registratieformulier is een eenvoudige manier om SPAM-registraties van bots te verminderen zonder de .htaccess-regels te gebruiken."
 
2009
 
2010
+ #: admin/wp-security-spam-menu.php:179
2011
+ msgid "A legitimate comment is one which is submitted by a human who physically fills out the comment form and clicks the submit button. For such events, the HTTP_REFERRER is always set to your own domain."
2012
+ msgstr "Een legitieme opmerking is een opmerking die wordt ingediend door een persoon die het opmerkingenformulier fysiek invult en op de knop Verzenden klikt. Voor dergelijke gebeurtenissen is de HTTP_REFERRER altijd ingesteld op uw eigen domein."
 
2013
 
2014
+ #: admin/wp-security-spam-menu.php:178
2015
+ msgid "This feature will implement a firewall rule to block all comment attempts which do not originate from your domain."
2016
+ msgstr "Met deze functie wordt een firewall-regel geïmplementeerd om alle opmerkingen te blokkeren die niet afkomstig zijn uit uw domein."
 
 
 
2017
 
2018
+ #: admin/wp-security-spam-menu.php:174
2019
+ msgid "Check this if you want to apply a firewall rule which will block comments originating from spambots."
2020
+ msgstr "Selecteer dit als u een firewall-regel wilt toepassen die opmerkingen afkomstig van spambots blokkeert."
 
2021
 
2022
+ #: admin/wp-security-spam-menu.php:154
2023
+ msgid "In other words, if the comment was not submitted by a human who physically submitted the comment on your site, the request will be blocked."
2024
+ msgstr "Met andere woorden, als de reactie niet werd ingediend door een mens die fysiek de reactie op uw website plaatste, zal het verzoek worden geblokkeerd ."
 
2025
 
2026
+ #: admin/wp-security-spam-menu.php:153
2027
+ msgid "This feature will greatly minimize the useless and unecessary traffic and load on your server resulting from SPAM comments by blocking all comment requests which do not originate from your domain."
2028
+ msgstr "Deze functie zal sterk het nutteloze en onnodige verkeer en de belasting van uw server, als gevolg van SPAM-reacties, minimaliseren, door het blokkeren van alle commentaarverzoeken die niet afkomstig zijn van uw domein."
 
 
 
2029
 
2030
+ #: admin/wp-security-spam-menu.php:152
2031
+ msgid "A large portion of WordPress blog comment SPAM is mainly produced by automated bots and not necessarily by humans. "
2032
+ msgstr "Een groot deel van WordPress blog commentaar SPAM wordt voornamelijk geproduceerd door geautomatiseerde bots en niet noodzakelijk door mensen. "
 
 
2033
 
2034
+ #: admin/wp-security-spam-menu.php:148
2035
+ msgid "Block Spambot Comments"
2036
+ msgstr "Spambot-opmerkingen blokkeren"
 
2037
 
2038
+ #: admin/wp-security-spam-menu.php:129
2039
+ msgid "Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules."
2040
+ msgstr "Het toevoegen van een captcha-veld in het reactieformulier is een eenvoudige manier om SPAM-opmerkingen van bots te verminderen zonder de .htaccess-regels te gebruiken."
 
2041
 
2042
+ #: admin/wp-security-settings-menu.php:705
2043
+ msgid "Copy/Paste Import Data"
2044
+ msgstr "Importeer gegevens en plak ze"
 
2045
 
2046
+ #: admin/wp-security-settings-menu.php:699
2047
+ msgid "After selecting your file, click the button below to apply the settings to your site."
2048
+ msgstr "Nadat u uw bestand hebt geselecteerd, klikt u op de onderstaande knop om de instellingen op uw site toe te passen ."
 
2049
 
2050
+ #: admin/wp-security-settings-menu.php:324
2051
+ msgid "Your \".htaccess\" file is a key component of your website's security and it can be modified to implement various levels of protection mechanisms."
2052
+ msgstr "Uw \".htaccess\"-bestand is een belangrijk onderdeel van de beveiliging van uw website en het kan worden gewijzigd om verschillende niveaus van beveiligingsmechanismen te implementeren."
 
2053
 
2054
+ #: admin/wp-security-settings-menu.php:325
2055
+ msgid "This feature allows you to backup and save your currently active .htaccess file should you need to re-use the the backed up file in the future."
2056
+ msgstr "Met deze functie kunt u een back-up maken en uw momenteel actieve .htaccess-bestand opslaan als u het back-upbestand in de toekomst opnieuw moet gebruiken."
 
2057
 
2058
+ #: admin/wp-security-settings-menu.php:326
2059
+ msgid "You can also restore your site's .htaccess settings using a backed up .htaccess file."
2060
+ msgstr "U kunt ook de .htaccess-instellingen van uw site herstellen met behulp van een .htaccess-bestand waarvan een back-up is gemaakt."
 
2061
 
2062
+ #: admin/wp-security-settings-menu.php:345
2063
+ msgid "Click the button below to backup and save the currently active .htaccess file."
2064
+ msgstr "Klik op de onderstaande knop om een back-up te maken van het momenteel actieve .htaccess-bestand en het op te slaan."
 
2065
 
2066
+ #: admin/wp-security-settings-menu.php:362
2067
+ msgid "After selecting your file, click the button below to restore your site using the backed up htaccess file (htaccess_backup.txt)."
2068
+ msgstr "Na het selecteren van uw bestand, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-up htaccess-bestand (htaccess_backup.txt)."
 
2069
 
2070
+ #: admin/wp-security-settings-menu.php:693
2071
+ msgid "Import File"
2072
+ msgstr "Importeer bestand"
 
2073
 
2074
+ #: admin/wp-security-settings-menu.php:692
2075
+ msgid "Use this section to import your All In One WP Security & Firewall settings from a file. Alternatively, copy/paste the contents of your import file into the textarea below."
2076
+ msgstr "Gebruik dit gedeelte om uw All In One WP Security & Firewall-instellingen uit een bestand te importeren . Of kopieer en plak de inhoud van uw importbestand in het onderstaande tekstgebied."
 
 
2077
 
2078
+ #: admin/wp-security-settings-menu.php:679
2079
+ msgid "To export your All In One WP Security & Firewall settings click the button below."
2080
+ msgstr "Klik op de onderstaande knop om uw All In One WP Security & Firewall-instellingen te exporteren ."
 
2081
 
2082
+ #: admin/wp-security-settings-menu.php:667
2083
+ msgid "For Example: If a settings item relies on the domain URL then it may not work correctly when imported into a site with a different domain."
2084
+ msgstr "Voorbeeld: als een instellingsitem afhankelijk is van de domein-URL, werkt deze mogelijk niet correct als deze wordt geïmporteerd in een site met een ander domein."
 
 
 
 
 
2085
 
2086
+ #: admin/wp-security-settings-menu.php:666
2087
+ msgid "NOTE: Before importing, it is your responsibility to know what settings you are trying to import. Importing settings blindly can cause you to be locked out of your site."
2088
+ msgstr "OPMERKING: Voordat u importeert, is het uw verantwoordelijkheid om te weten welke instellingen u probeert te importeren. Het importeren van instellingen blindelings kan ertoe leiden dat u om te worden uitgesloten van uw website ."
 
2089
 
2090
+ #: admin/wp-security-settings-menu.php:665
2091
+ msgid "This can be handy if you wanted to save time by applying the settings from one site to another site."
2092
+ msgstr "Dit kan handig zijn als u tijd wilt besparen door de instellingen van de ene site naar een andere site toe te passen ."
 
2093
 
2094
+ #: admin/wp-security-settings-menu.php:664
2095
+ msgid "This section allows you to export or import your All In One WP Security & Firewall settings."
2096
+ msgstr "In dit gedeelte kunt u uw All In One WP Security & Firewall-instellingen exporteren of importeren ."
 
2097
 
2098
+ #: admin/wp-security-settings-menu.php:661
2099
+ msgid "Export or Import Your AIOWPS Settings"
2100
+ msgstr "Exporteer of importeer uw AIOWPS-instellingen"
 
2101
 
2102
+ #: admin/wp-security-settings-menu.php:644
2103
+ msgid "The contents of your settings file appear invalid. Please check the contents of the file you are trying to import settings from."
2104
+ msgstr "De inhoud van uw instellingenbestand lijkt ongeldig. Controleer de inhoud van het bestand waarvan u de instellingen probeert te importeren."
 
2105
 
2106
+ #: admin/wp-security-settings-menu.php:629
2107
+ msgid "Your AIOWPS settings were successfully imported via text entry."
2108
+ msgstr "Uw AIOWPS-instellingen zijn met succes geïmporteerd via tekstinvoer."
 
 
2109
 
2110
+ #: admin/wp-security-settings-menu.php:626
2111
+ msgid "Your AIOWPS settings were successfully imported. The file you uploaded was also deleted for security purposes because it contains security settings details."
2112
+ msgstr "Uw AIOWPS-instellingen zijn succesvol geïmporteerd. Het bestand dat u hebt geüpload, is ook om veiligheidsredenen verwijderd omdat het beveiligingsinstellingen bevat."
 
2113
 
2114
+ #: admin/wp-security-settings-menu.php:624
2115
+ msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes because it contains security settings details."
2116
+ msgstr "Het verwijderen van het importbestand is mislukt. Gelieve dit bestand handmatig te verwijderen via het media-menu voor beveiligingsdoeleinden, want dit bevat details van beveiligingsinstellingen."
 
2117
 
2118
+ #: admin/wp-security-settings-menu.php:623
2119
+ msgid "Your AIOWPS settings were successfully imported via file input."
2120
+ msgstr "Uw AIOWPS-instellingen zijn met succes geïmporteerd via bestandsinvoer."
 
2121
 
2122
+ #: admin/wp-security-settings-menu.php:608
2123
+ #: admin/wp-security-settings-menu.php:652
2124
+ msgid "The file you uploaded was also deleted for security purposes because it contains security settings details."
2125
+ msgstr "Het bestand dat u hebt geüpload, is ook om veiligheidsredenen verwijderd omdat het beveiligingsinstellingen bevat."
 
2126
 
2127
+ #: admin/wp-security-settings-menu.php:606
2128
+ #: admin/wp-security-settings-menu.php:650
2129
+ msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes."
2130
+ msgstr "Het verwijderen van het importbestand is mislukt. Gelieve dit bestand handmatig te verwijderen via het media-menu voor beveiligingsdoeleinden."
2131
 
2132
+ #: admin/wp-security-user-login-menu.php:395
2133
+ msgid "All records from the Failed Logins table were deleted successfully!"
2134
+ msgstr "Alle records uit de lijst mislukte inlogpogingen zijn met succes verwijderd!"
 
 
 
2135
 
2136
+ #: admin/wp-security-user-login-menu.php:391
2137
+ msgid "User Login Feature - Delete all failed login records operation failed!"
2138
+ msgstr "Gebruikersaanmelding feature - Operatie 'verwijder alle mislukte loginrecords' mislukt!"
 
2139
 
2140
+ #: admin/wp-security-user-login-menu.php:382
2141
+ msgid "Nonce check failed for delete all failed login records operation!"
2142
+ msgstr "Nonce check mislukt voor het verwijderen van alle mislukte loginrecords!"
 
2143
 
2144
+ #: admin/wp-security-user-login-menu.php:314
2145
+ msgid "Check this if you want to receive an email when someone has been locked out due to maximum failed login attempts"
2146
+ msgstr "Vink dit aan als u een e-mail wilt ontvangen wanneer iemand is buitengesloten vanwege een maximaal aantal mislukte inlogpogingen"
 
2147
 
2148
+ #: admin/wp-security-user-login-menu.php:294
2149
+ msgid "Check this if you want to instantly lockout login attempts with usernames which do not exist on your system"
2150
+ msgstr "Vink dit aan als u inlogpogingen onmiddellijk wilt blokkeren met gebruikersnamen die niet bestaan op uw systeem"
 
2151
 
2152
+ #: admin/wp-security-user-login-menu.php:287
2153
+ msgid "Check this if you want to show a generic error message when a login attempt fails"
2154
+ msgstr "Selecteer dit als u een generiek foutbericht wilt weergeven wanneer een inlogpoging mislukt"
 
2155
 
2156
+ #: admin/wp-security-user-login-menu.php:280
2157
+ msgid "Set the length of time for which a particular IP address will be prevented from logging in"
2158
+ msgstr "Stel de tijdsduur in waarvoor een bepaald IP-adres niet mag worden aangemeld"
 
2159
 
2160
+ #: admin/wp-security-user-login-menu.php:268
2161
+ msgid "Set the value for the maximum login retries before IP address is locked out"
2162
+ msgstr "Stel de waarde in voor het maximale aantal pogingen om opnieuw in te loggen voordat het IP-adres is geblokkeerd"
 
2163
 
2164
+ #: admin/wp-security-user-login-menu.php:262
2165
+ msgid "Check this if you want to allow users to generate an automated unlock request link which will unlock their account"
2166
+ msgstr "Selecteer dit als u wilt toestaan dat gebruikers een verzoek kunnen genereren voor een link voor een geautomatiseerde unlock van hun account"
 
 
2167
 
2168
+ #: admin/wp-security-spam-menu.php:467
2169
+ msgid "This feature will add a simple math captcha field in the BuddyPress registration form."
2170
+ msgstr "Met deze functie toe te voegen een eenvoudig wiskunde-captcha-veld in het BuddyPress-inschrijfformulier."
 
 
2171
 
2172
+ #: admin/wp-security-spam-menu.php:412
2173
+ msgid "Only the \"superadmin\" can block IP addresses from the main site."
2174
+ msgstr "Alleen de \"superadmin\" kan IP-adressen van de hoofdsite blokkeren."
 
 
2175
 
2176
+ #: classes/wp-security-utility.php:228 admin/wp-security-spam-menu.php:411
2177
+ msgid "The plugin has detected that you are using a Multi-Site WordPress installation."
2178
+ msgstr "De plug-in heeft gedetecteerd dat u een multi-site WordPress-installatie gebruikt."
 
2179
 
2180
+ #: admin/wp-security-spam-menu.php:394
2181
+ msgid "Example 2: Setting this value to \"5\" will list only those IP addresses which were used to submit 5 SPAM comments or more on your site."
2182
+ msgstr "Voorbeeld 2: als u deze waarde instelt op \"5\", worden alleen die IP-adressen vermeld die zijn gebruikt om 5 SPAM-opmerkingen of meer op uw site in te dienen ."
 
2183
 
2184
+ #: admin/wp-security-spam-menu.php:393
2185
+ msgid "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses which were used to submit SPAM comments."
2186
+ msgstr "Voorbeeld 1: door deze waarde in te stellen op \"0\" of \"1\" worden ALLE IP-adressen vermeld die zijn gebruikt om SPAM-opmerkingen in te dienen ."
2187
+
2188
+ #: admin/wp-security-spam-menu.php:389
2189
+ msgid "This field allows you to list only those IP addresses which have been used to post X or more SPAM comments."
2190
+ msgstr "In dit veld kunt u alleen de IP-adressen tonen die zijn gebruikt om X of meer SPAM-reacties te posten."
2191
+
2192
+ #: admin/wp-security-spam-menu.php:387
2193
+ msgid "Minimum number of SPAM comments per IP"
2194
+ msgstr "Minimaal aantal SPAM-opmerkingen per IP"
2195
+
2196
+ #: admin/wp-security-spam-menu.php:370
2197
+ msgid "List SPAMMER IP Addresses"
2198
+ msgstr "Lijst SPAMMER IP-adressen"
2199
+
2200
+ #: admin/wp-security-spam-menu.php:376
2201
+ msgid "By inspecting the IP address data coming from spammers you will be in a better position to determine which addresses or address ranges you should block by adding them to the permanent block list."
2202
+ msgstr "Door de IP-adresgegevens te controleren die afkomstig zijn van spammers, bent u beter in staat om te bepalen welke adressen of adresbereiken u moet blokkeren door ze toe te voegen aan de permanente blokkeerlijst ."
2203
+
2204
+ #: admin/wp-security-spam-menu.php:375
2205
+ msgid "This information can be handy for identifying the most persistent IP addresses or ranges used by spammers."
2206
+ msgstr "Deze informatie kan handig zijn voor het identificeren van de meest persistente IP-adressen of bereiken die worden gebruikt door spammers."
2207
+
2208
+ #: admin/wp-security-spam-menu.php:374
2209
+ msgid "This section displays a list of the IP addresses of the people or bots who have left SPAM comments on your site."
2210
+ msgstr "In deze sectie wordt een lijst weergegeven met de IP-adressen van de mensen of bots die SPAM-opmerkingen op uw site hebben achtergelaten ."
2211
+
2212
+ #: admin/wp-security-spam-menu.php:266
2213
+ msgid "Displaying results for IP addresses which have posted a minimum of %s SPAM comments"
2214
+ msgstr "Resultaten weergeven voor IP-adressen die minimaal %s SPAM-opmerkingen hebben gepost"
2215
+
2216
+ #: admin/wp-security-spam-menu.php:377
2217
+ msgid ""
2218
+ "To add one or more of the IP addresses displayed in the table below to your blacklist, simply click the \"Block\" link for the individual row or select more than one address\n"
2219
+ " using the checkboxes and then choose the \"block\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
2220
+ msgstr ""
2221
+ "Om een of meer van de IP-adressen die in de onderstaande tabel worden weergegeven toe te voegen aan uw zwarte lijst, klikt u eenvoudigweg op de koppeling \" Blokkeren \" voor de afzonderlijke rij of selecteert u meer dan één adres \n"
2222
+ " \n"
2223
+ " met behulp van de selectievakjes en kiest u de optie \"blokkeren\" in de bulk. Klik op de vervolgkeuzelijst Acties en klik op de knop \"Toepassen\"."
2224
+
2225
+ #: admin/wp-security-spam-menu.php:254
2226
+ msgid "You entered a non numeric value for the minimum SPAM comments per IP field. It has been set to the default value."
2227
+ msgstr "U hebt een niet-numerieke waarde ingevoerd voor de minimale SPAM-opmerkingen per IP-veld. Het is ingesteld op de standaardwaarde."
2228
 
2229
+ #: admin/wp-security-spam-menu.php:248
2230
+ msgid "Nonce check failed for list SPAM comment IPs!"
2231
+ msgstr "Nonce check mislukt voor lijst SPAM-comment IP's!"
 
2232
 
2233
+ #: admin/wp-security-spam-menu.php:181
2234
+ msgid "This feature will check and block comment requests which are not referred by your domain thus greatly reducing your overall blog SPAM and PHP requests done by the server to process these comments."
2235
+ msgstr "Deze functie zal commentaarverzoeken controleren en blokkeren die niet afkomstig zijn van uw domein en zo uw totale blog-SPAM en PHP-verzoeken, gedaan door de server om deze te verwerken, sterk verminderen."
 
2236
 
2237
+ #: admin/wp-security-spam-menu.php:180
2238
+ msgid "A comment submitted by a spambot is done by directly calling the comments.php file, which usually means that the HTTP_REFERRER value is not your domain and often times empty."
2239
+ msgstr "Een opmerking die door een spambot wordt ingediend, wordt gedaan door rechtstreeks het bestand comments.php op te roepen. Dit betekent meestal dat de waarde HTTP_REFERRER niet uw domein is en vaak leeg."
 
 
 
2240
 
2241
+ #: admin/wp-security-settings-menu.php:514
2242
+ msgid "The above meta information shows which version of WordPress your site is currently running and thus can help hackers or crawlers scan your site to see if you have an older version of WordPress or one with a known exploit."
2243
+ msgstr "De bovenstaande meta-informatie laat zien welke versie van WordPress uw site momenteel gebruikt en kan zo helpen bij het door hackers of crawlers scannen van uw site om te zien of u een oudere versie van WordPress of een versie met een bekende exploit heeft."
 
2244
 
2245
+ #: admin/wp-security-settings-menu.php:512
2246
+ msgid "Wordpress generator automatically adds some meta information inside the \"head\" tags of every page on your site's front end. Below is an example of this:"
2247
+ msgstr "De WordPress-generator voegt automatisch wat meta-informatie toe aan de voorkant van de site op de \"head\" -tags van elke pagina . Hieronder is een voorbeeld hiervan:"
 
2248
 
2249
+ #: admin/wp-security-settings-menu.php:464
2250
+ msgid "After selecting your file click the button below to restore your site using the backed up wp-config file (wp-config.php.backup.txt)."
2251
+ msgstr "Nadat u uw bestand hebt geselecteerd, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-upbestand wp-config (wp-config.php.backup.txt)."
 
 
2252
 
2253
+ #: admin/wp-security-settings-menu.php:452
2254
+ msgid "Restore from a backed up wp-config file"
2255
+ msgstr "Herstel van een geback-upt wp-config-bestand"
 
2256
 
2257
+ #: admin/wp-security-settings-menu.php:446
2258
+ msgid "Click the button below to backup and download the contents of the currently active wp-config.php file."
2259
+ msgstr "Klik op de onderstaande knop om de inhoud van het momenteel actieve bestand wp-config.php te back-uppen en te downloaden ."
 
2260
 
2261
+ #: admin/wp-security-settings-menu.php:442
2262
+ msgid "Save the current wp-config.php file"
2263
+ msgstr "Sla het huidige bestand wp-config.php op"
 
 
2264
 
2265
+ #: admin/wp-security-settings-menu.php:427
2266
+ msgid "You can also restore your site's wp-config.php settings using a backed up wp-config.php file."
2267
+ msgstr "U kunt ook de wp-config.php-instellingen van uw site herstellen met behulp van een back-up van een wp-config.php-bestand."
 
 
2268
 
2269
+ #: admin/wp-security-settings-menu.php:426
2270
+ msgid "This feature allows you to backup and save your currently active wp-config.php file should you need to re-use the the backed up file in the future."
2271
+ msgstr "Met deze functie kunt u een back-up maken van uw momenteel actieve wp-config.php-bestand en dit opslaan, mocht u het back-upbestand in de toekomst opnieuw moeten gebruiken."
 
 
2272
 
2273
+ #: admin/wp-security-settings-menu.php:425
2274
+ msgid "Your \"wp-config.php\" file is one of the most important in your WordPress installation. It is a primary configuration file and contains crucial things such as details of your database and other critical components."
2275
+ msgstr "Uw \"wp-config.php\"-bestand is een van de belangrijkste in uw WordPress-installatie. Het is een primair configuratiebestand en bevat cruciale dingen zoals details van uw database en andere kritieke componenten."
 
2276
 
2277
+ #: admin/wp-security-settings-menu.php:410
2278
+ msgid "Your wp-config.php file has successfully been restored!"
2279
+ msgstr "Uw wp-config.php bestand is succesvol hersteld!"
 
 
 
 
 
 
2280
 
2281
+ #: admin/wp-security-settings-menu.php:406
2282
+ msgid "wp-config.php file restore failed. Please attempt to restore this file manually using FTP."
2283
+ msgstr "wp-config.php bestand herstellen mislukt. Probeer dit bestand handmatig te herstellen met behulp van FTP."
 
2284
 
2285
+ #: admin/wp-security-settings-menu.php:568
2286
+ msgid "Please choose a file to import your settings from."
2287
+ msgstr "Kies een bestand om uw instellingen van te importeren ."
 
2288
 
2289
+ #: admin/wp-security-settings-menu.php:390
2290
+ msgid "Please choose a wp-config.php file to restore from."
2291
+ msgstr "Kies een wp-config.php bestand om te herstellen van."
 
 
2292
 
2293
+ #: admin/wp-security-settings-menu.php:309
2294
+ msgid "Your .htaccess file has successfully been restored!"
2295
+ msgstr "Uw .htaccess-bestand is succesvol hersteld!"
 
2296
 
2297
+ #: admin/wp-security-settings-menu.php:305
2298
+ msgid "htaccess file restore failed. Please attempt to restore the .htaccess manually using FTP."
2299
+ msgstr ".htaccess-bestand herstellen mislukt. Probeer de .htaccess handmatig te herstellen met behulp van FTP."
 
2300
 
2301
+ #: admin/wp-security-settings-menu.php:290
2302
+ msgid "Please choose a .htaccess to restore from."
2303
+ msgstr "Kies alstublieft een .htaccess-bestand om terug te plaatsen."
 
 
2304
 
2305
+ #: admin/wp-security-settings-menu.php:269
2306
+ msgid "htaccess file rename failed during backup. Please check your root directory for the backup file using FTP."
2307
+ msgstr "Hernoemen .htaccess-bestand is mislukt tijdens back-up. Controleer de hoofdmap voor het back-upbestand met behulp van FTP."
 
2308
 
2309
+ #: admin/wp-security-settings-menu.php:263
2310
+ msgid "Your .htaccess file was successfully backed up! Using an FTP program go to the \"/wp-content/aiowps_backups\" directory to save a copy of the file to your computer."
2311
+ msgstr "Er is een back-up van uw .htaccess-bestand gemaakt! Ga met behulp van een FTP-programma naar de map \"/wp-content/aiowps_backups\" om een kopie van het bestand op uw computer op te slaan ."
 
2312
 
2313
+ #: admin/wp-security-settings-menu.php:198
2314
+ msgid "This feature will disable all firewall rules which are currently active in this plugin and it will also delete these rules from your .htacess file. Use it if you think one of the firewall rules is causing an issue on your site."
2315
+ msgstr "Met deze functie worden alle firewall-regels uitgeschakeld die momenteel actief zijn in deze plug-in en deze regels worden ook verwijderd uit uw .htacess-bestand. Gebruik het als u denkt dat een van de firewallregels een probleem op uw site veroorzaakt ."
 
2316
 
2317
+ #: admin/wp-security-settings-menu.php:163
2318
+ msgid "It is a good practice to take a backup of your .htaccess file, database and wp-config.php file before activating the security features. This plugin has options that you can use to backup those resources easily."
2319
+ msgstr "Het is een goede gewoonte om een back-up te maken van uw .htaccess-bestand, database en wp-config.php-bestand voordat u de beveiligingsfuncties activeert. Deze plug-in heeft opties die u kunt gebruiken om gemakkelijk een back-up van die bronnen te maken."
 
2320
 
2321
+ #: admin/wp-security-settings-menu.php:162
2322
+ msgid "Go through each menu items and enable the security options to add more security to your site. Start by activating the basic features first."
2323
+ msgstr "Doorloop alle menu-items en schakel de beveiligingsopties in om meer beveiliging aan uw site toe te voegen . Begin door eerst de basisfuncties te activeren."
 
2324
 
2325
+ #: admin/wp-security-settings-menu.php:161
2326
+ msgid "Thank you for using our WordPress security plugin. There are a lot of security features in this plugin."
2327
+ msgstr "Dank u voor het gebruik van onze WordPress security-plugin . Er zijn veel beveiligingsfuncties in deze plug-in ."
 
 
 
 
 
2328
 
2329
+ #: admin/wp-security-settings-menu.php:130
2330
+ msgid "All firewall rules have been disabled successfully!"
2331
+ msgstr "Alle firewall-regels zijn succesvol uitgeschakeld!"
 
2332
 
2333
+ #: admin/wp-security-settings-menu.php:112
2334
+ msgid "Could not write to the wp-config.php. Please restore your wp-config.php file manually using the restore functionality in the \"wp-config.php File\"."
2335
+ msgstr "Kon niet naar de wp-config.php schrijven. Herstel uw wp-config.php-bestand handmatig met behulp van de herstelfunctionaliteit in het \"wp-config.php-bestand\"."
 
2336
 
2337
+ #: admin/wp-security-settings-menu.php:107
2338
+ #: admin/wp-security-settings-menu.php:134
2339
+ msgid "Could not write to the .htaccess file. Please restore your .htaccess file manually using the restore functionality in the \".htaccess File\"."
2340
+ msgstr "Kon het .htaccess-bestand niet schrijven. Herstel uw .htaccess-bestand handmatig met behulp van de herstelfunctionaliteit in het \".htaccess-bestand\"."
2341
 
2342
+ #: admin/wp-security-settings-menu.php:103
2343
+ msgid "All the security features have been disabled successfully!"
2344
+ msgstr "Alle beveiligingsfuncties zijn met succes uitgeschakeld!"
 
2345
 
2346
+ #: admin/wp-security-misc-options-menu.php:167
2347
+ msgid "Check this if you want to stop other sites from displaying your content in a frame or iframe."
2348
+ msgstr "Selecteer dit als u andere websites wilt verhinderen inhoud in een frame of iframe weer te geven."
 
2349
 
2350
+ #: admin/wp-security-misc-options-menu.php:159
2351
+ msgid "When enabled, this feature will set the \"X-Frame-Options\" paramater to \"sameorigin\" in the HTTP header."
2352
+ msgstr "Als deze functie is ingeschakeld, wordt de parameter 'X-frame-opties' ingesteld op 'sameorigin' in de HTTP-header ."
 
2353
 
2354
+ #: admin/wp-security-misc-options-menu.php:158
2355
+ msgid "This feature allows you to prevent other sites from displaying any of your content via a frame or iframe."
2356
+ msgstr "Met deze functie kunt u voorkomen dat andere websites inhoud van uw site via een frame of iframe tonen."
 
2357
 
2358
+ #: admin/wp-security-misc-options-menu.php:152
2359
+ msgid "Prevent Your Site From Being Displayed In a Frame"
2360
+ msgstr "Voorkom dat uw site in een frame wordt weergegeven"
 
2361
 
2362
+ #: admin/wp-security-misc-options-menu.php:147
2363
+ msgid "Frame Display Prevention feature settings saved!"
2364
+ msgstr "Instellingen functie Frame-displaypreventie opgeslagen!"
 
2365
 
2366
+ #: admin/wp-security-misc-options-menu.php:123
2367
+ msgid "Save Copy Protection Settings"
2368
+ msgstr "Bewaar kopieerbeveiligingsinstellingen"
 
2369
 
2370
+ #: admin/wp-security-misc-options-menu.php:116
2371
+ msgid "Check this if you want to disable the \"Right Click\", \"Text Selection\" and \"Copy\" option on the front end of your site."
2372
+ msgstr "Schakel dit selectievakje in als u de optie 'Rechtsklikken', 'Tekstselectie' en 'Kopiëren' aan de voorkant van uw site wilt uitschakelen ."
 
2373
 
2374
+ #: admin/wp-security-misc-options-menu.php:107
2375
+ msgid "This feature allows you to disable the ability to select and copy text from your front end."
2376
+ msgstr "Met deze functie kunt u de mogelijkheid uitschakelen om tekst van uw frontend te selecteren en te kopiëren ."
 
2377
 
2378
+ #: admin/wp-security-misc-options-menu.php:96
2379
+ msgid "Copy Protection feature settings saved!"
2380
+ msgstr "Instellingen functie Kopieerbeveiliging opgeslagen!"
 
2381
 
2382
+ #: admin/wp-security-maintenance-menu.php:135
2383
+ msgid "Save Site Lockout Settings"
2384
+ msgstr "Opslaan Site-lockout-instellingen"
 
2385
 
2386
+ #: admin/wp-security-maintenance-menu.php:128
2387
+ msgid "Enter a message you wish to display to visitors when your site is in maintenance mode."
2388
+ msgstr "Voer een bericht in dat u wilt weergeven aan bezoekers wanneer uw site in onderhoudsmodus is."
 
2389
 
2390
+ #: admin/wp-security-maintenance-menu.php:112
2391
+ msgid "Check this if you want all visitors except those who are logged in as administrator to be locked out of the front-end of your site."
2392
+ msgstr "Vink dit aan als u wilt dat alle bezoekers, behalve degenen die zijn aangemeld als beheerder, worden uitgesloten van de front-end van uw site ."
 
2393
 
2394
+ #: admin/wp-security-maintenance-menu.php:109
2395
+ msgid "Enable Front-end Lockout"
2396
+ msgstr "Front-end lockout inschakelen"
 
2397
 
2398
+ #: admin/wp-security-maintenance-menu.php:104
2399
+ msgid "Locking your site down to general visitors can be useful if you are investigating some issues on your site or perhaps you might be doing some maintenance and wish to keep out all traffic for security reasons."
2400
+ msgstr "Vergrendelen van uw website voor algemene bezoekers kan handig zijn als je een aantal zaken op je website onderzoekt of misschien om onderhoud te doen en je alle verkeer om veiligheidsredenen wilt blokkeren."
 
2401
 
2402
+ #: admin/wp-security-maintenance-menu.php:103
2403
+ msgid "This feature allows you to put your site into \"maintenance mode\" by locking down the front-end to all visitors except logged in users with super admin privileges."
2404
+ msgstr "Met deze functie kunt u uw website in de \"maintenance mode\" zetten door het vergrendelen van de front-end voor alle bezoekers, behalve voor ingelogde gebruikers met superadmin-rechten."
 
2405
 
2406
+ #: admin/wp-security-maintenance-menu.php:97
2407
+ msgid "General Visitor Lockout"
2408
+ msgstr "Algemene bezoekersblokkering"
 
2409
 
2410
+ #: admin/wp-security-list-logged-in-users.php:98
2411
+ msgid "The selected user was logged out successfully!"
2412
+ msgstr "De geselecteerde gebruiker is succesvol uitgelogd!"
 
2413
 
2414
+ #: admin/wp-security-list-logged-in-users.php:87
2415
+ msgid "Nonce check failed for force user logout operation!"
2416
+ msgstr "Controle nonce mislukt voor gedwongen afmelding van de gebruiker!"
 
2417
 
2418
+ #: admin/wp-security-list-locked-ip.php:149
2419
+ msgid "The selected IP entry was unlocked successfully!"
2420
+ msgstr "Het geselecteerde IP-item is succesvol ontgrendeld!"
 
2421
 
2422
+ #: admin/wp-security-list-locked-ip.php:141
2423
+ msgid "Nonce check failed for unlock IP operation!"
2424
+ msgstr "Nonce check mislukt voor ontgrendeling IP-werking!"
 
2425
 
2426
+ #: admin/wp-security-list-locked-ip.php:132
2427
+ msgid "The selected IP entries were unlocked successfully!"
2428
+ msgstr "De geselecteerde IP-vermeldingen zijn succesvol ontgrendeld!"
 
2429
 
2430
+ #: admin/wp-security-firewall-menu.php:1078
2431
+ msgid "It is your responsibility to ensure that you are entering the correct code!"
2432
+ msgstr "Het is uw verantwoordelijkheid om ervoor te zorgen dat u de juiste code invoert!"
 
2433
 
2434
+ #: admin/wp-security-firewall-menu.php:883
2435
+ msgid "If you want to temporarily block or blacklist an IP address, simply click the \"Temp Block\" or \"Blacklist IP\" link for the applicable IP entry in the \"404 Event Logs\" table below."
2436
+ msgstr "Als u een IP-adres tijdelijk wilt blokkeren of blacklisten, klikt u eenvoudig op de koppeling \"Temp Block \" of \"Blacklist IP\" voor het toepasselijke IP-item in de tabel \"404 Event Logs\" hieronder."
 
2437
 
2438
+ #: admin/wp-security-firewall-menu.php:881
2439
+ msgid "Such behaviour can mean that a hacker might be trying to find a particular page or URL for sinister reasons."
2440
+ msgstr "Dergelijk gedrag kan betekenen dat een hacker om een duistere reden een bepaalde pagina of URL probeert te vinden ."
 
2441
 
2442
+ #: admin/wp-security-firewall-menu.php:880
2443
+ msgid "However, in some cases you may find many repeated 404 errors which occur in a relatively short space of time and from the same IP address which are all attempting to access a variety of non-existent page URLs."
2444
+ msgstr "In sommige gevallen kunt u echter veel herhaalde 404-fouten vinden die zich in een relatief korte tijdspanne voordoen en van hetzelfde IP-adres die allemaal proberen toegang te krijgen tot een verscheidenheid aan niet-bestaande pagina-URL's."
 
2445
 
2446
+ #: admin/wp-security-firewall-menu.php:1076
2447
+ msgid "<strong>Warning</strong>: Only use this feature if you know what you are doing."
2448
+ msgstr "<strong>Waarschuwing</strong>: Gebruik deze functie alleen als u weet wat u doet."
 
2449
 
2450
+ #: admin/wp-security-firewall-menu.php:1077
2451
+ msgid "Incorrect .htaccess rules or directives can break or prevent access to your site."
2452
+ msgstr "Onjuiste .htaccess-regels of -richtlijnen kunnen de toegang tot uw site verbreken of verhinderen ."
 
2453
 
2454
+ #: admin/wp-security-firewall-menu.php:1070
2455
+ msgid "NOTE: This feature can only used if your site is hosted in an apache or similar web server."
2456
+ msgstr "OPMERKING: Deze functie kan alleen worden gebruikt als uw site wordt gehost in een Apache of vergelijkbare webserver."
 
2457
 
2458
+ #: admin/wp-security-firewall-menu.php:1069
2459
+ msgid "It is useful for when you want to tweak our existing firewall rules or when you want to add your own."
2460
+ msgstr "Dit is handig als u onze bestaande firewall-regels wilt aanpassen of als u uw eigen firewallregels wilt toevoegen."
 
2461
 
2462
+ #: admin/wp-security-firewall-menu.php:1068
2463
+ msgid "This feature can be used to apply your own custom .htaccess rules and directives."
2464
+ msgstr "Deze functie kan worden gebruikt om uw eigen aangepaste .htaccess-regels en -richtlijnen toe te passen."
 
2465
 
2466
+ #: admin/wp-security-firewall-menu.php:952
2467
+ msgid "A blocked visitor will be automatically redirected to this URL."
2468
+ msgstr "Een geblokkeerde bezoeker wordt automatisch doorgestuurd naar deze URL."
 
2469
 
2470
+ #: admin/wp-security-firewall-menu.php:929
2471
+ msgid "Check this if you want to enable the logging of 404 events"
2472
+ msgstr "Selecteer dit als u het loggen van 404-gebeurtenissen wilt inschakelen"
 
2473
 
2474
+ #: admin/wp-security-firewall-menu.php:926
2475
+ msgid "Enable 404 Event Logging"
2476
+ msgstr "404-logboekregistratie inschakelen"
 
2477
 
2478
+ #: admin/wp-security-firewall-menu.php:913
2479
+ msgid "Check this if you want to enable the lockout of selected IP addresses."
2480
+ msgstr "Selecteer dit als u de vergrendeling van geselecteerde IP-adressen wilt inschakelen ."
 
2481
 
2482
+ #: admin/wp-security-firewall-menu.php:879
2483
+ msgid "Typically, most 404 errors happen quite innocently when people have mis-typed a URL or used an old link to page which doesn't exist anymore."
2484
+ msgstr "Meestal gebeuren de meeste 404-fouten vrij onschuldig wanneer mensen een URL verkeerd hebben getypt of een link naar een pagina hebben gebruikt die niet meer bestaat."
 
2485
 
2486
+ #: admin/wp-security-firewall-menu.php:840
2487
+ msgid "You entered an incorrect format for the \"Redirect URL\" field. It has been set to the default value."
2488
+ msgstr "U hebt een verkeerd formaat ingevoerd voor het veld \"OmleidingsURL\". Het is ingesteld op de standaardwaarde."
 
2489
 
2490
+ #: admin/wp-security-firewall-menu.php:755
2491
+ msgid "This feature will prevent people from directly hotlinking images from your site's pages by writing some directives in your .htaccess file."
2492
+ msgstr "Deze eigenschap zal verhinderen dat mensen direct hotlinking toepassen van afbeelden in de pagina's van uw site, door directives in uw .htaccess-bestand te schrijven."
 
2493
 
2494
+ #: admin/wp-security-firewall-menu.php:775
2495
+ msgid "Check this if you want to prevent hotlinking to images on your site."
2496
+ msgstr "Activeer dit als u niet wilt dat afbeeldingen op uw site worden gehotlinked."
 
2497
 
2498
+ #: admin/wp-security-firewall-menu.php:795
2499
+ msgid "Nonce check failed for delete all 404 event logs operation!"
2500
+ msgstr "Nonce controle is mislukt voor het verwijderen van alle 404 Event logs!"
 
2501
 
2502
+ #: admin/wp-security-firewall-menu.php:806
2503
+ msgid "404 Detection Feature - Delete all 404 event logs operation failed!"
2504
+ msgstr "Eigenschap 404-detectie - Verwijderen van alle 404-gebeurtenissen is mislukt!"
 
2505
 
2506
+ #: admin/wp-security-firewall-menu.php:810
2507
+ msgid "All 404 event logs were deleted from the DB successfully!"
2508
+ msgstr "Alle 404-gebeurtenissen werden succesvol uit de DB verwijderd!"
 
2509
 
2510
+ #: admin/wp-security-firewall-menu.php:834
2511
+ #: admin/wp-security-user-login-menu.php:114
2512
+ msgid "You entered a non numeric value for the lockout time length field. It has been set to the default value."
2513
+ msgstr "U hebt een niet-numerieke waarde opgegeven voor het veld Lengte van vergrendelingstijd. Het is ingesteld op de standaardwaarde."
2514
 
2515
+ #: admin/wp-security-list-registered-users.php:161
2516
+ #: admin/wp-security-list-registered-users.php:195
2517
+ msgid " is now active"
2518
+ msgstr " is nu actief"
2519
 
2520
+ #: admin/wp-security-misc-options-menu.php:28
2521
+ msgid "Copy Protection"
2522
+ msgstr "Kopieerbescherming"
 
2523
 
2524
+ #: admin/wp-security-misc-options-menu.php:113
2525
+ msgid "Enable Copy Protection"
2526
+ msgstr "Kopieerbescherming gebruiken"
 
2527
 
2528
+ #: admin/wp-security-settings-menu.php:30
2529
+ msgid "General Settings"
2530
+ msgstr "Algemene instellingen"
 
 
2531
 
2532
+ #: admin/wp-security-settings-menu.php:192
2533
+ #: admin/wp-security-settings-menu.php:202
2534
+ msgid "Disable All Firewall Rules"
2535
+ msgstr "Alle firewall-regels uitzetten"
2536
 
2537
+ #: admin/wp-security-settings-menu.php:673
2538
+ #: admin/wp-security-settings-menu.php:682
2539
+ msgid "Export AIOWPS Settings"
2540
+ msgstr "AIOWPS-instellingen exporteren"
 
 
 
 
 
 
 
 
 
2541
 
2542
+ #: admin/wp-security-settings-menu.php:686
2543
+ #: admin/wp-security-settings-menu.php:711
2544
+ msgid "Import AIOWPS Settings"
2545
+ msgstr "AIOWPS-instellingen importeren"
 
 
2546
 
2547
+ #: admin/wp-security-spam-menu.php:119
2548
+ msgid "Comment SPAM Settings"
2549
+ msgstr "Commentaar SPAM-instellingen"
 
 
 
2550
 
2551
+ #: admin/wp-security-spam-menu.php:124
2552
+ msgid "Add Captcha To Comments Form"
2553
+ msgstr "Voeg Captcha toe aan commentaarformulieren"
 
2554
 
2555
+ #: admin/wp-security-spam-menu.php:458
2556
+ msgid "BuddyPress SPAM Settings"
2557
+ msgstr "BuddyPress SPAM-instellingen"
 
2558
 
2559
+ #: admin/wp-security-spam-menu.php:463
2560
+ msgid "Add Captcha To BuddyPress Registration Form"
2561
+ msgstr "Voeg Captcha toe aan het BuddyPress-registratieformulier"
 
 
2562
 
2563
+ #: admin/wp-security-user-accounts-menu.php:140
2564
+ msgid "No action required! "
2565
+ msgstr "Geen actie nodig! "
 
2566
 
2567
+ #: admin/wp-security-user-accounts-menu.php:142
2568
+ msgid "Your site does not have any account which uses the default \"admin\" username. "
2569
+ msgstr "Jouw site heeft geen gebruiker met de standaard \"admin\"-gebruikersnaam. "
 
2570
 
2571
+ #: admin/wp-security-user-accounts-menu.php:161
2572
+ msgid "Therefore to further tighten your site's security you are advised to change your <strong>nickname</strong> and <strong>Display name</strong> to be different from your <strong>Username</strong>."
2573
+ msgstr "Daarom is het aangeraden om je <strong>schermnaam</strong> en <strong>schermnaam (zoals getoond op de site)</strong> anders te maken dan je <strong>gebruikersnaam</strong>."
 
2574
 
2575
+ #: admin/wp-security-user-accounts-menu.php:167
2576
+ msgid "Modify Accounts With Identical Login Name & Display Name"
2577
+ msgstr "Bewerk accounts met identieke gebruikersnaam & schermnaam"
 
 
2578
 
2579
+ #: admin/wp-security-user-accounts-menu.php:252
2580
+ msgid "Username "
2581
+ msgstr "Gebruikersnaam "
 
 
2582
 
2583
+ #: admin/wp-security-user-accounts-menu.php:252
2584
+ msgid " already exists. Please enter another value. "
2585
+ msgstr " bestaat al. Vul iets anders in. "
 
2586
 
2587
+ #: admin/wp-security-user-accounts-menu.php:302
2588
+ msgid "Please enter a value for your username. "
2589
+ msgstr "Voer aub een een waarde in voor je gebruikersnaam "
 
2590
 
2591
+ #: admin/wp-security-user-accounts-menu.php:329
2592
+ msgid "Account Login Name"
2593
+ msgstr "Account loginnaam"
 
2594
 
2595
+ #: admin/wp-security-user-login-menu.php:29
2596
+ #: admin/wp-security-user-login-menu.php:418
2597
+ msgid "Failed Login Records"
2598
+ msgstr "Geschiedenis mislukte logins"
2599
 
2600
+ #: admin/wp-security-user-login-menu.php:252
2601
+ msgid "Enable Login Lockdown Feature"
2602
+ msgstr "Gebruik loginblokkade"
 
2603
 
2604
+ #: admin/wp-security-user-login-menu.php:259
2605
+ msgid "Allow Unlock Requests"
2606
+ msgstr "Deblokkade-aanvraag toestaan"
 
2607
 
2608
+ #: admin/wp-security-user-login-menu.php:266
2609
+ msgid "Max Login Attempts"
2610
+ msgstr "Max. loginpogingen"
 
 
2611
 
2612
+ #: admin/wp-security-user-login-menu.php:272
2613
+ msgid "Login Retry Time Period (min)"
2614
+ msgstr "Loginpogingperiode (min)"
 
 
2615
 
2616
+ #: admin/wp-security-user-login-menu.php:274
2617
+ msgid "If the maximum number of failed login attempts for a particular IP address occur within this time period the plugin will lock out that address"
2618
+ msgstr "Als het maximum aantal mislukte pogingen voor een IP-adres binnen zoveel tijd wordt overschreden zal de plug-in automatisch het adres blokkeren"
 
 
2619
 
2620
+ #: admin/wp-security-user-login-menu.php:284
2621
+ msgid "Display Generic Error Message"
2622
+ msgstr "Aangepast foutbericht weergeven"
 
 
2623
 
2624
+ #: admin/wp-security-user-login-menu.php:291
2625
+ msgid "Instantly Lockout Invalid Usernames"
2626
+ msgstr "Direct blokkeren ongeldige gebruikersnamen"
 
2627
 
2628
+ #: admin/wp-security-user-login-menu.php:311
2629
+ msgid "Notify By Email"
2630
+ msgstr "Meld per e-mail"
 
2631
 
2632
+ #: admin/wp-security-user-login-menu.php:324
2633
+ msgid "Currently Locked Out IP Address Ranges"
2634
+ msgstr "Momenteel geblokkeerde IP-adressen"
 
 
2635
 
2636
+ #: admin/wp-security-user-login-menu.php:236
2637
+ msgid "You may also want to checkout our %s feature for another secure way to protect against these types of attacks."
2638
+ msgstr "Misschien wilt u ook onze %s functie bekijken voor een andere veilige manier om je te beschermen tegen dit soort aanvallen."
 
2639
 
2640
+ #: admin/wp-security-user-accounts-menu.php:210
2641
+ msgid "This section contains a useful password strength tool which you can use to check whether your password is sufficiently strong enough."
2642
+ msgstr "Dit gedeelte bevat een handig wachtwoordsterkte-tool dat u kunt gebruiken om te controleren of uw wachtwoord sterk genoeg is."
2643
+
2644
+ #: admin/wp-security-list-registered-users.php:239
2645
+ msgid "Nonce check failed for delete registered user account operation!"
2646
+ msgstr "Nonce check mislukt voor verwijderen van geregistreerde gebruikersaccount!"
2647
+
2648
+ #: admin/wp-security-list-login-fails.php:86
2649
+ #: admin/wp-security-list-permanent-blocked-ip.php:96
2650
+ #: admin/wp-security-list-locked-ip.php:94
2651
+ #: admin/wp-security-list-locked-ip.php:105
2652
+ #: admin/wp-security-list-registered-users.php:104
2653
+ #: admin/wp-security-list-registered-users.php:115
2654
+ #: admin/wp-security-list-registered-users.php:126
2655
+ #: admin/wp-security-list-comment-spammer-ip.php:95
2656
+ #: admin/wp-security-list-404.php:121 admin/wp-security-list-404.php:129
2657
+ #: admin/wp-security-list-404.php:136
2658
+ #: admin/wp-security-list-acct-activity.php:87
2659
+ msgid "Please select some records using the checkboxes"
2660
+ msgstr "Selecteer s.v.p. een aantal records met behulp van de selectievakjes"
2661
 
2662
+ #: admin/wp-security-user-login-menu.php:329
2663
+ msgid "To see a list of all locked IP addresses and ranges go to the %s tab in the dashboard menu."
2664
+ msgstr "Om een lijst van alle vergrendelde IP-adressen en bereiken te zien, gaat u naar %s tab in het dashboard-menu ."
 
2665
 
2666
+ #: admin/wp-security-user-accounts-menu.php:245
2667
+ msgid "Nonce check failed on admin username change operation!"
2668
+ msgstr "Controle nonce is mislukt bij wijziging van gebruikersnaam beheerder!"
 
2669
 
2670
+ #: admin/wp-security-firewall-menu.php:936
2671
+ msgid "Set the length of time for which a blocked IP address will be prevented from visiting your site"
2672
+ msgstr "Stel in hoe lang het duurt dat een geblokkeerd IP-adres uw site niet kan bezoeken"
 
2673
 
2674
+ #: admin/wp-security-firewall-menu.php:943
2675
+ msgid "To temporarily lock an IP address, hover over the ID column and click the \"Temp Block\" link for the applicable IP entry."
2676
+ msgstr "Om tijdelijk een IP-adres te vergrendelen, plaatst u de muisaanwijzer op de kolom ID en klikt u op de koppeling \"Tijdelijk blokkeren \" voor het van toepassing zijnde IP-item."
 
2677
 
2678
+ #: admin/wp-security-spam-menu.php:138
2679
+ msgid "Enable Captcha On Comment Forms"
2680
+ msgstr "Schakel Captcha op opmerkingenformulier in"
 
2681
 
2682
+ #: admin/wp-security-settings-menu.php:356
2683
+ msgid ".htaccess file to restore from"
2684
+ msgstr ".htaccess-bestand om van te herstellen"
 
2685
 
2686
+ #: admin/wp-security-settings-menu.php:350
2687
+ msgid "Restore from a backed up .htaccess file"
2688
+ msgstr "Herstellen van een back-up van .htaccess-bestand"
 
 
2689
 
2690
+ #: admin/wp-security-settings-menu.php:346
2691
+ msgid "Backup .htaccess File"
2692
+ msgstr "Back-up .htaccess-bestand"
2693
+
2694
+ #: admin/wp-security-settings-menu.php:341
2695
+ msgid "Save the current .htaccess file"
2696
+ msgstr "Sla het huidige .htaccess-bestand op"
2697
 
2698
+ #: admin/wp-security-settings-menu.php:321
2699
+ msgid ".htaccess File Operations"
2700
+ msgstr ".htaccess bestandsbewerkingen"
 
2701
 
2702
+ #: admin/wp-security-settings-menu.php:315
2703
+ msgid "htaccess Restore operation failed! Please check the contents of the file you are trying to restore from."
2704
+ msgstr ".htaccess-herstelbewerking mislukt! Controleer de inhoud van het bestand dat u probeert te herstellen."
 
2705
 
2706
+ #: admin/wp-security-settings-menu.php:181
2707
+ msgid "If you think that some plugin functionality on your site is broken due to a security feature you enabled in this plugin, then use the following option to turn off all the security features of this plugin."
2708
+ msgstr "Als u denkt dat sommige plug- in functionaliteit op uw site is verbroken vanwege een beveiligingsfunctie die u in deze plug- in hebt ingeschakeld, gebruikt u de volgende optie om alle beveiligingsfuncties van deze plug-in uit te schakelen ."
 
2709
 
2710
+ #: admin/wp-security-list-comment-spammer-ip.php:213
2711
+ msgid "To block these IP addresses you will need to enable the above flag in the %s menu"
2712
+ msgstr "Om deze IP-adressen te blokkeren moet u de bovenstaande vlag in het enable%s menu activeren"
 
2713
 
2714
+ #: admin/wp-security-list-comment-spammer-ip.php:212
2715
+ msgid "NOTE: The .htaccess file was not modified because you have disabled the \"Enable IP or User Agent Blacklisting\" check box."
2716
+ msgstr "LET OP: Het .htaccess-bestand is niet gewijzigd, omdat je de \"Enable IP of User Agent zwarte lijst\" checkbox hebt uitgeschakeld."
 
2717
 
2718
+ #: admin/wp-security-list-comment-spammer-ip.php:130
2719
+ #: admin/wp-security-list-comment-spammer-ip.php:179
2720
+ msgid "Nonce check failed for delete selected blocked IP operation!"
2721
+ msgstr "Nonce controle voor het verwijderen van geselecteerde geblokkeerde IP's is mislukt!"
2722
 
2723
+ #: admin/wp-security-list-acct-activity.php:138
2724
+ msgid "Nonce check failed for delete selected account activity logs operation!"
2725
+ msgstr "Nonce controle is mislukt voor het verwijderen van de geselecteerde logboeken van accountactiviteit !"
 
2726
 
2727
+ #: admin/wp-security-firewall-menu.php:1079
2728
+ msgid "If you break your site you will need to access your server via FTP or something similar and then edit your .htaccess file and delete the changes you made."
2729
+ msgstr "Als u de werking van de website uitschakeld hebt u toegang nodig tot uw site via FTP of iets dergelijks en bewerk vervolgens je het .htaccess-bestand en verwijder de wijzigingen die je gemaakt hebt."
 
2730
 
2731
+ #: admin/wp-security-spam-menu.php:413
2732
+ msgid "Take note of the IP addresses you want blocked and ask the superadmin to add these to the blacklist using the \"Blacklist Manager\" on the main site."
2733
+ msgstr "Neem kennis van de IP-adressen die u wilt blokkeren en vraag de superadmin om deze toe te voegen aan de zwarte lijst met behulp van de \"zwarte lijst Manager\" op de hoofdwebsite."
 
2734
 
2735
+ #: admin/wp-security-spam-menu.php:171
2736
+ msgid "Block Spambots From Posting Comments"
2737
+ msgstr "Block spambots voor het plaatsen van commentaren"
 
2738
 
2739
+ #: admin/wp-security-spam-menu.php:141
2740
+ msgid "Check this if you want to insert a captcha field on the comment forms"
2741
+ msgstr "Selecteer dit als u een captcha-veld wil invoegen op de commentaarformulieren"
 
2742
 
2743
+ #: admin/wp-security-spam-menu.php:128
2744
+ msgid "This feature will add a simple math captcha field in the WordPress comments form."
2745
+ msgstr "Deze functie zal een eenvoudig wiskunde captcha-veld toevoegen in het WordPress commentaarformulier."
 
2746
 
2747
+ #: admin/wp-security-spam-menu.php:29
2748
+ msgid "Comment SPAM IP Monitoring"
2749
+ msgstr "Bewaking commentaar SPAM IP"
 
2750
 
2751
+ #: admin/wp-security-settings-menu.php:458
2752
+ msgid "wp-config file to restore from"
2753
+ msgstr "wp-config-bestand om van te herstellen"
 
2754
 
2755
+ #: admin/wp-security-settings-menu.php:422
2756
+ msgid "wp-config.php File Operations"
2757
+ msgstr "wp-config.php-bestandsbewerkingen"
 
2758
 
2759
+ #: admin/wp-security-settings-menu.php:416
2760
+ msgid "wp-config.php Restore operation failed! Please check the contents of the file you are trying to restore from."
2761
+ msgstr "wp-config.php-herstelbewerking mislukt! Controleer de inhoud van het bestand dat u probeert te herstellen."
 
2762
 
2763
+ #: admin/wp-security-list-locked-ip.php:183
2764
+ msgid "Nonce check failed for delete lockdown record operation!"
2765
+ msgstr "Controle nonce mislukt voor het verwijderen van het lockdown-record!"
 
 
2766
 
2767
+ #: admin/wp-security-firewall-menu.php:882
2768
+ msgid "This feature allows you to monitor all 404 events which occur on your site, and it also gives you the option of blocking IP addresses for a configured length of time."
2769
+ msgstr "Met deze functie kunt u alle 404-gebeurtenissen monitoren die plaatsvinden op uw website, en het geeft u ook de mogelijkheid om IP-adressen te blokkeren voor een geconfigureerde tijdsduur."
 
2770
 
2771
+ #: admin/wp-security-firewall-menu.php:1061
2772
+ msgid "Custom .htaccess Rules Settings"
2773
+ msgstr "Aangepaste instellingen voor .htaccessregels"
 
2774
 
2775
+ #: admin/wp-security-firewall-menu.php:1002
2776
+ msgid "Click this button if you wish to purge all 404 event logs from the DB."
2777
+ msgstr "Klik op deze knop als u alle 404-eventlogs wilt verwijderen uit de DB."
 
2778
 
2779
+ #: admin/wp-security-firewall-menu.php:754
2780
+ msgid "Due to the fact that the image being displayed on the other person's site is coming from your server, this can cause leaking of bandwidth and resources for you because your server has to present this image for the people viewing it on someone elses's site."
2781
+ msgstr "Vanwege het feit dat de afbeelding die wordt weergegeven op de site van de andere persoon afkomstig is van uw server, kan dit leiden tot lekken van bandbreedte en bronnen voor u, omdat uw server deze afbeelding moet presenteren voor de mensen die deze op de website van iemand anders bekijken ."
 
2782
 
2783
+ #: admin/wp-security-firewall-menu.php:878
2784
+ msgid "A 404 or Not Found error occurs when somebody tries to access a non-existent page on your website."
2785
+ msgstr "Er treedt een 404-of niet-gevonden-fout als iemand probeert een niet-bestaande pagina op uw website te openen."
 
2786
 
2787
+ #: admin/wp-security-firewall-menu.php:898
2788
+ msgid "404 Detection Options"
2789
+ msgstr "Opties 404-detectie"
 
2790
 
2791
+ #: admin/wp-security-user-accounts-menu.php:119
2792
+ msgid "Your site currently has an account which uses the default \"admin\" username. It is highly recommended that you change this name to something else. Use the following field to change the admin username."
2793
+ msgstr "Je site heeft momenteel een gebruiker die de standaard \"admin\"-gebruikersnaam heeft. Het wordt aangeraden om die te veranderen in iets anders. Gebruik het volgende veld om de gebruikersnaam te wijzigen."
 
 
 
2794
 
2795
+ #: admin/wp-security-dashboard-menu.php:169
2796
+ #: admin/wp-security-dashboard-menu.php:179
2797
+ #: admin/wp-security-dashboard-menu.php:188
2798
+ msgid "On"
2799
+ msgstr "Aan"
2800
 
2801
+ #: admin/wp-security-dashboard-menu.php:171
2802
+ #: admin/wp-security-dashboard-menu.php:181
2803
+ #: admin/wp-security-dashboard-menu.php:190
2804
+ msgid "Off"
2805
+ msgstr "Uit"
2806
 
2807
+ #: admin/wp-security-filescan-menu.php:420
2808
+ #: admin/wp-security-filescan-menu.php:441
2809
+ #: admin/wp-security-filescan-menu.php:465
2810
+ #: admin/wp-security-settings-menu.php:31
2811
+ #: admin/wp-security-settings-menu.php:32
2812
+ msgid "File"
2813
+ msgstr "Bestand"
2814
 
2815
+ #: admin/wp-security-filesystem-menu.php:140
2816
+ #: admin/wp-security-filesystem-menu.php:159
2817
+ #: admin/wp-security-dashboard-menu.php:221
2818
+ msgid "Name"
2819
+ msgstr "Naam"
2820
 
2821
+ #: classes/grade-system/wp-security-feature-item-manager.php:67
2822
+ #: admin/wp-security-database-menu.php:29
2823
+ #: admin/wp-security-database-menu.php:34
2824
+ msgid "DB Backup"
2825
+ msgstr "DB back-up"
2826
 
2827
+ #: admin/wp-security-database-menu.php:185
2828
+ msgid "OR"
2829
+ msgstr "OF"
 
2830
 
2831
+ #: admin/wp-security-dashboard-menu.php:135
2832
+ msgid "PHP Version"
2833
+ msgstr "PHP-versie"
 
 
2834
 
2835
+ #: admin/wp-security-dashboard-menu.php:144
2836
+ #: admin/wp-security-dashboard-menu.php:153
2837
+ #: admin/wp-security-dashboard-menu.php:162
2838
+ #: admin/wp-security-dashboard-menu.php:200
2839
+ msgid "N/A"
2840
+ msgstr "N/A"
2841
 
2842
+ #: admin/wp-security-dashboard-menu.php:210
2843
+ msgid "Active Plugins"
2844
+ msgstr "Actieve plugins"
 
2845
 
2846
+ #: admin/wp-security-dashboard-menu.php:147
2847
+ msgid "PHP Memory Limit"
2848
+ msgstr "PHP-geheugenlimiet"
 
2849
 
2850
+ #: admin/wp-security-dashboard-menu.php:156
2851
+ msgid "PHP Max Upload Size"
2852
+ msgstr "PHP Max Upload Size"
 
2853
 
2854
+ #: admin/wp-security-dashboard-menu.php:165
2855
+ msgid "PHP Max Post Size"
2856
+ msgstr "PHP Max Post Size"
 
2857
 
2858
+ #: admin/wp-security-firewall-menu.php:667
2859
+ msgid "%s?"
2860
+ msgstr "%s?"
 
2861
 
2862
+ #: classes/grade-system/wp-security-feature-item-manager.php:102
2863
+ #: admin/wp-security-firewall-menu.php:687
2864
+ #: admin/wp-security-firewall-menu.php:697
2865
+ msgid "Block Fake Googlebots"
2866
+ msgstr "Blokkeer namaak Googlebots"
2867
 
2868
+ #: admin/wp-security-firewall-menu.php:601
2869
+ #: admin/wp-security-firewall-menu.php:619
2870
+ msgid "....and much more."
2871
+ msgstr "....en veel meer."
2872
 
2873
+ #: admin/wp-security-firewall-menu.php:393
2874
+ msgid "Trace and Track"
2875
+ msgstr "Trace and Track"
 
2876
 
2877
+ #: classes/grade-system/wp-security-feature-item-manager.php:97
2878
+ #: admin/wp-security-firewall-menu.php:402
2879
+ msgid "Disable Trace and Track"
2880
+ msgstr "Trace and Track uitzetten"
2881
 
2882
+ #: admin/wp-security-firewall-menu.php:347
2883
+ msgid "Additional Firewall Protection"
2884
+ msgstr "Extra firewall-bescherming"
 
2885
 
2886
+ #: admin/wp-security-filesystem-menu.php:372
2887
+ msgid "Loading..."
2888
+ msgstr "Laden..."
 
2889
 
2890
+ #: admin/wp-security-filesystem-menu.php:389
2891
+ msgid "No system logs were found!"
2892
+ msgstr "Geen systeemlogs gevonden!"
 
2893
 
2894
+ #: admin/wp-security-filesystem-menu.php:370
2895
+ msgid "View Latest System Logs"
2896
+ msgstr "Toon meest recente systeemlogs"
 
2897
 
2898
+ #: admin/wp-security-filesystem-menu.php:442
2899
+ msgid "Set Recommended Permissions"
2900
+ msgstr "Aanbevolen permissies instellen"
 
2901
 
2902
+ #: admin/wp-security-filesystem-menu.php:448
2903
+ msgid "No Action Required"
2904
+ msgstr "Geen actie nodig"
 
2905
 
2906
+ #: admin/wp-security-firewall-menu.php:28
2907
+ msgid "Basic Firewall Rules"
2908
+ msgstr "Standaard firewall-regels"
 
2909
 
2910
+ #: admin/wp-security-firewall-menu.php:31
2911
+ msgid "Internet Bots"
2912
+ msgstr "Internet bots"
 
2913
 
2914
+ #: admin/wp-security-firewall-menu.php:32
2915
+ msgid "Prevent Hotlinks"
2916
+ msgstr "Hotlinks voorkomen"
 
2917
 
2918
+ #: admin/wp-security-firewall-menu.php:33
2919
+ msgid "404 Detection"
2920
+ msgstr "404-detectie"
 
2921
 
2922
+ #: admin/wp-security-firewall-menu.php:34
2923
+ msgid "Custom Rules"
2924
+ msgstr "Aangepaste regels"
 
2925
 
2926
+ #: admin/wp-security-firewall-menu.php:120
2927
+ #: admin/wp-security-firewall-menu.php:742
2928
+ #: admin/wp-security-user-registration-menu.php:102
2929
+ #: admin/wp-security-spam-menu.php:110 admin/wp-security-spam-menu.php:454
2930
+ #: admin/wp-security-spam-menu.php:516
2931
+ msgid "Settings were successfully saved"
2932
+ msgstr "Instelling zijn succesvol opgeslagen"
2933
 
2934
+ #: admin/wp-security-firewall-menu.php:169
2935
+ msgid "Enable Basic Firewall Protection"
2936
+ msgstr "Standaard firewall-bescherming gebruiken"
 
2937
 
2938
+ #: admin/wp-security-filesystem-menu.php:144
2939
+ #: admin/wp-security-filesystem-menu.php:163
2940
+ msgid "Recommended Action"
2941
+ msgstr "Aangeraden actie"
2942
 
2943
+ #: classes/grade-system/wp-security-feature-item-manager.php:73
2944
+ #: admin/wp-security-filesystem-menu.php:219
2945
+ msgid "File Editing"
2946
+ msgstr "Bestand bewerken"
 
2947
 
2948
+ #: admin/wp-security-filesystem-menu.php:245
2949
+ msgid "Check this if you want to remove the ability for people to edit PHP files via the WP dashboard"
2950
+ msgstr "Vink dit aan als je de mogelijkheid tot het bewerken van PHP via het WordPress-dashboard uit wilt zetten"
 
2951
 
2952
+ #: admin/wp-security-filesystem-menu.php:298
2953
+ msgid "WordPress Files"
2954
+ msgstr "WordPress-bestanden"
 
2955
 
2956
+ #: admin/wp-security-filesystem-menu.php:289
2957
+ msgid "You have successfully saved the Prevent Access to Default WP Files configuration."
2958
+ msgstr "Je hebt succesvol de instellingen opgeslagen voor het voorkomen van toegang tot WP-bestanden."
 
2959
 
2960
+ #: admin/wp-security-filesystem-menu.php:349
2961
+ msgid "System Logs"
2962
+ msgstr "Systeembestanden"
 
 
2963
 
2964
+ #: admin/wp-security-filesystem-menu.php:360
2965
+ msgid "View System Logs"
2966
+ msgstr "Bekijk systeemlogs"
 
2967
 
2968
+ #: admin/wp-security-filesystem-menu.php:365
2969
+ msgid "Enter System Log File Name"
2970
+ msgstr "Vul bestandsnaam systeemlog in"
 
2971
 
2972
+ #: admin/wp-security-filesystem-menu.php:367
2973
+ msgid "Enter your system log file name. (Defaults to error_log)"
2974
+ msgstr "Vul bestandsnaam van je systeemlog in (Standaard is error_log)"
 
2975
 
2976
+ #: admin/wp-security-filesystem-menu.php:321
2977
+ msgid "Check this if you want to prevent access to readme.html, license.txt and wp-config-sample.php."
2978
+ msgstr "Vink dit aan als je toegang tot readme.html, license.txt en wp-config-sample.php wil blokkeren."
 
2979
 
2980
+ #: admin/wp-security-filesystem-menu.php:301
2981
+ msgid "This feature allows you to prevent access to files such as %s, %s and %s which are delivered with all WP installations."
2982
+ msgstr "Deze optie blokkeert toegang tot bestanden zoals %s, %s en %s die standaard met WP meekomen."
 
2983
 
2984
+ #: admin/wp-security-filesystem-menu.php:302
2985
+ msgid "By preventing access to these files you are hiding some key pieces of information (such as WordPress version info) from potential hackers."
2986
+ msgstr "Door toegang tot deze bestanden te blokkeren kan je belangrijke informatie afschermen (zoals welke WordPress-versie)."
 
 
2987
 
2988
+ #: admin/wp-security-filescan-menu.php:421
2989
+ #: admin/wp-security-filescan-menu.php:442
2990
+ #: admin/wp-security-filescan-menu.php:466
2991
+ msgid "File Size"
2992
+ msgstr "Bestandsgrootte"
2993
 
2994
+ #: admin/wp-security-filescan-menu.php:422
2995
+ #: admin/wp-security-filescan-menu.php:443
2996
+ #: admin/wp-security-filescan-menu.php:467
2997
+ msgid "File Modified"
2998
+ msgstr "Bestand bewerkt"
2999
 
3000
+ #: admin/wp-security-filescan-menu.php:438
3001
+ msgid "The following files were removed from your host."
3002
+ msgstr "De volgende bestanden zijn verwijderd van jouw host."
 
3003
 
3004
+ #: admin/wp-security-filescan-menu.php:462
3005
+ msgid "The following files were changed on your host."
3006
+ msgstr "De volgende bestanden zijn bewerkt op jouw host."
 
3007
 
3008
+ #: classes/grade-system/wp-security-feature-item-manager.php:71
3009
+ #: admin/wp-security-filesystem-menu.php:26
3010
+ msgid "File Permissions"
3011
+ msgstr "Bestandsrechten"
3012
 
3013
+ #: admin/wp-security-filesystem-menu.php:29
3014
+ msgid "Host System Logs"
3015
+ msgstr "Host systeemlogs"
 
3016
 
3017
+ #: admin/wp-security-filesystem-menu.php:107
3018
+ msgid "File Permissions Scan"
3019
+ msgstr "Scan bestandsrechten"
 
3020
 
3021
+ #: admin/wp-security-filesystem-menu.php:141
3022
+ #: admin/wp-security-filesystem-menu.php:160
3023
+ msgid "File/Folder"
3024
+ msgstr "Bestand / Map"
3025
 
3026
+ #: admin/wp-security-filesystem-menu.php:142
3027
+ #: admin/wp-security-filesystem-menu.php:161
3028
+ msgid "Current Permissions"
3029
+ msgstr "Huidge rechten"
3030
 
3031
+ #: admin/wp-security-filesystem-menu.php:143
3032
+ #: admin/wp-security-filesystem-menu.php:162
3033
+ msgid "Recommended Permissions"
3034
+ msgstr "Aangeraden vechten"
3035
 
3036
+ #: admin/wp-security-filescan-menu.php:367
3037
+ msgid "What is Malware?"
3038
+ msgstr "Wat is malware?"
 
3039
 
3040
+ #: admin/wp-security-filescan-menu.php:337
3041
+ msgid "somedirectory"
3042
+ msgstr "eenmap"
 
3043
 
3044
+ #: admin/wp-security-filescan-menu.php:374
3045
+ msgid "Scanning For Malware"
3046
+ msgstr "Aan het scannen naar malware"
 
3047
 
3048
+ #: admin/wp-security-filescan-menu.php:385
3049
+ msgid "Blacklist Removal"
3050
+ msgstr "Blacklist verwijderen"
 
3051
 
3052
+ #: admin/wp-security-filescan-menu.php:263
3053
+ msgid "Perform Scan Now"
3054
+ msgstr "Nu scannen"
 
 
3055
 
3056
+ #: admin/wp-security-filescan-menu.php:276
3057
+ msgid "View Last File Change"
3058
+ msgstr "Laatste bestandswijziging bekijken"
 
 
3059
 
3060
+ #: admin/wp-security-filescan-menu.php:319
3061
+ msgid "jpg"
3062
+ msgstr "jpg"
 
3063
 
3064
+ #: admin/wp-security-filescan-menu.php:320
3065
+ msgid "png"
3066
+ msgstr "png"
 
3067
 
3068
+ #: admin/wp-security-filescan-menu.php:321
3069
+ msgid "bmp"
3070
+ msgstr "bmp"
 
3071
 
3072
+ #: admin/wp-security-filescan-menu.php:327
3073
+ msgid "Files/Directories To Ignore"
3074
+ msgstr "Bestanden/Mappen uitsluiten"
 
3075
 
3076
+ #: admin/wp-security-filescan-menu.php:336
3077
+ msgid "cache/config/master.php"
3078
+ msgstr "cache/config/master.php"
 
3079
 
3080
+ #: classes/grade-system/wp-security-feature-item-manager.php:114
3081
+ #: admin/wp-security-filescan-menu.php:26
3082
+ msgid "File Change Detection"
3083
+ msgstr "Bestandwijzigingen"
3084
 
3085
+ #: admin/wp-security-filescan-menu.php:27
3086
+ msgid "Malware Scan"
3087
+ msgstr "Malware-scan"
 
3088
 
3089
+ #: admin/wp-security-database-menu.php:302
3090
+ msgid "Manual Backup"
3091
+ msgstr "Handmatige back-up"
 
 
3092
 
3093
+ #: admin/wp-security-database-menu.php:309
3094
+ msgid "Create DB Backup Now"
3095
+ msgstr "Maak DB-back-up"
 
3096
 
3097
+ #: admin/wp-security-database-menu.php:335
3098
+ #: admin/wp-security-filescan-menu.php:302
3099
+ msgid "Hours"
3100
+ msgstr "Uren"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3101
 
3102
+ #: admin/wp-security-database-menu.php:336
3103
+ #: admin/wp-security-filescan-menu.php:303
3104
+ msgid "Days"
3105
+ msgstr "Dagen"
3106
 
3107
+ #: admin/wp-security-database-menu.php:337
3108
+ #: admin/wp-security-filescan-menu.php:304
3109
+ msgid "Weeks"
3110
+ msgstr "Weken"
3111
 
3112
+ #: admin/wp-security-dashboard-menu.php:365
3113
+ msgid "--Select a file--"
3114
+ msgstr "-- Selecteer een bestand --"
 
3115
 
3116
+ #: admin/wp-security-dashboard-menu.php:381
3117
+ msgid "View Logs"
3118
+ msgstr "Logs bekijken"
 
3119
 
3120
+ #: classes/grade-system/wp-security-feature-item-manager.php:65
3121
+ #: admin/wp-security-database-menu.php:33
3122
+ msgid "DB Prefix"
3123
+ msgstr "DB-prefix"
3124
 
3125
+ #: admin/wp-security-database-menu.php:136
3126
+ msgid "Change Database Prefix"
3127
+ msgstr "Verander database-prefix"
 
3128
 
3129
+ #: admin/wp-security-database-menu.php:148
3130
+ msgid "DB Prefix Options"
3131
+ msgstr "Opties database-prefix"
 
3132
 
3133
+ #: admin/wp-security-dashboard-menu.php:204
3134
+ msgid "Seconds"
3135
+ msgstr "Seconden"
 
3136
 
3137
+ #: admin/wp-security-dashboard-menu.php:223
3138
+ msgid "Plugin URL"
3139
+ msgstr "Plugin-URL"
 
3140
 
3141
+ #: admin/wp-security-firewall-menu.php:656
3142
+ msgid "The Internet bot settings were successfully saved"
3143
+ msgstr "De internetbot-instellingen zijn succesvol opgeslagen"
 
 
3144
 
3145
+ #: admin/wp-security-firewall-menu.php:700
3146
+ msgid "Check this if you want to block all fake Googlebots."
3147
+ msgstr "Vink dit aan als je alle nep-Googlebots wil blokkeren."
 
3148
 
3149
+ #: admin/wp-security-database-menu.php:313
3150
+ msgid "Automated Scheduled Backups"
3151
+ msgstr "Ingeplande back-ups"
 
3152
 
3153
+ #: admin/wp-security-database-menu.php:343
3154
+ msgid "Number of Backup Files To Keep"
3155
+ msgstr "Aantal back-upbestanden om te bewaren"
 
3156
 
3157
+ #: admin/wp-security-database-menu.php:385
3158
+ msgid "Error - Could not get tables or no tables found!"
3159
+ msgstr "Error - Kon geen tabellen ophalen of vinden!"
 
3160
 
3161
+ #: admin/wp-security-database-menu.php:391
3162
+ msgid "Your WordPress system has a total of %s tables and your new DB prefix will be: %s"
3163
+ msgstr "Jouw WordPress-systeem heeft %s tabellen en jouw nieuwe DB-prefix wordt: %s"
 
3164
 
3165
+ #: admin/wp-security-database-menu.php:389
3166
+ msgid "Starting DB prefix change operations....."
3167
+ msgstr "Beginnen met het veranderen van het DB-prefix....."
 
3168
 
3169
+ #: admin/wp-security-database-menu.php:462
3170
+ msgid "wp-config.php file was updated successfully!"
3171
+ msgstr "wp-config.php is succesvol bijgewerkt!"
 
3172
 
3173
+ #: admin/wp-security-database-menu.php:535
3174
+ msgid "DB prefix change tasks have been completed."
3175
+ msgstr "Het veranderen van de DB-prefix is afgerond."
 
3176
 
3177
+ #: admin/wp-security-dashboard-menu.php:423
3178
+ msgid "Log file is empty!"
3179
+ msgstr "Logbestand is leeg!"
 
 
 
3180
 
3181
+ #: admin/wp-security-dashboard-menu.php:353
3182
+ msgid "View Logs for All In WP Security & Firewall Plugin"
3183
+ msgstr "Bekijk logs voor All In WP Security & Firewall plugin"
 
3184
 
3185
+ #: admin/wp-security-database-menu.php:118
3186
+ msgid "Please enter a value for the DB prefix."
3187
+ msgstr "Vul een waarde in voor de DB-prefix."
 
3188
 
3189
+ #: admin/wp-security-database-menu.php:97
3190
+ msgid "Nonce check failed for DB prefix change operation!"
3191
+ msgstr "Nonce check mislukt voor het veranderen van de DB-prefix!"
 
3192
 
3193
+ #: admin/wp-security-filescan-menu.php:299
3194
+ msgid "Scan Time Interval"
3195
+ msgstr "Scan tijdinterval"
 
3196
 
3197
+ #: admin/wp-security-filescan-menu.php:388
3198
+ msgid "To learn more please %s."
3199
+ msgstr "%s om meer te leren."
 
3200
 
 
 
 
3201
  #: classes/grade-system/wp-security-feature-item-manager.php:32
3202
+ #: admin/wp-security-firewall-menu.php:750
3203
+ #: admin/wp-security-firewall-menu.php:772
3204
  msgid "Prevent Image Hotlinking"
3205
+ msgstr "Voorkom afbeelding hotlinken"
3206
 
3207
+ #: admin/wp-security-firewall-menu.php:753
 
3208
  msgid "A Hotlink is where someone displays an image on their site which is actually located on your site by using a direct link to the source of the image on your server."
3209
+ msgstr "Er is een hotlink wanneer iemand een afbeelding op zijn site weergeeft die op jouw site staat door het toevoegen van een directe link naar de afbeelding op jouw server."
3210
 
3211
+ #: admin/wp-security-firewall-menu.php:423
3212
+ msgid "Proxy Comment Posting"
3213
+ msgstr "Reactie plaatsen via proxy"
 
3214
 
3215
+ #: admin/wp-security-firewall-menu.php:433
3216
+ msgid "Forbid Proxy Comment Posting"
3217
+ msgstr "Reactie plaatsen via proxy blokkeren"
 
3218
 
3219
+ #: admin/wp-security-firewall-menu.php:436
3220
+ msgid "Check this if you want to forbid proxy comment posting."
3221
+ msgstr "Vink dit aan als je niet wil dat reacties via een proxy worden geplaatst."
 
3222
 
3223
+ #: admin/wp-security-firewall-menu.php:30
3224
+ msgid "6G Blacklist Firewall Rules"
3225
+ msgstr "6G Blacklist firewall-regels"
 
3226
 
3227
+ #: admin/wp-security-firewall-menu.php:589
3228
+ msgid "Enable 6G Firewall Protection"
3229
+ msgstr "6G Firewall-bescherming inschakelen"
 
3230
 
3231
+ #: admin/wp-security-firewall-menu.php:552
3232
+ msgid "You have successfully saved the 5G/6G Firewall Protection configuration"
3233
+ msgstr "Je hebt de 5G/6G Firewall-bescherming opgeslagen"
 
3234
 
3235
+ #: classes/grade-system/wp-security-feature-item-manager.php:100
3236
+ #: admin/wp-security-firewall-menu.php:480
3237
+ msgid "Advanced Character String Filter"
3238
+ msgstr "Geavanceerd tekstfilter"
3239
 
3240
+ #: admin/wp-security-dashboard-menu.php:193
3241
+ msgid "PHP Display Errors"
3242
+ msgstr "PHP-fouten weergeven"
 
 
3243
 
3244
+ #: admin/wp-security-dashboard-menu.php:203
3245
+ msgid "PHP Max Script Execution Time"
3246
+ msgstr "PHP max. script-uitvoeringstijd"
 
3247
 
3248
+ #: admin/wp-security-dashboard-menu.php:268
3249
+ msgid "Currently Locked Out IP Addresses and Ranges"
3250
+ msgstr "Momenteel vergrendelde IP-adressen en bereiken"
 
3251
 
3252
+ #: admin/wp-security-dashboard-menu.php:376
3253
+ msgid "Select one of the log files to view the contents"
3254
+ msgstr "Selecteer een van de logboekbestanden om de inhoud te bekijken"
 
3255
 
3256
+ #: admin/wp-security-dashboard-menu.php:409
3257
+ msgid "Log File Contents For"
3258
+ msgstr "Inhoud van logboekbestand voor"
 
3259
 
3260
+ #: admin/wp-security-database-menu.php:105
3261
+ msgid "The plugin has detected that it cannot write to the wp-config.php file. This feature can only be used if the plugin can successfully write to the wp-config.php file."
3262
+ msgstr "De plugin heeft ontdekt dat het niet kan schrijven naar het wp-config. php-bestand. Deze functie kan alleen worden gebruikt als de plugin met succes kan schrijven naar het wp-config. php-bestand."
 
3263
 
3264
+ #: admin/wp-security-database-menu.php:127
3265
+ msgid "<strong>ERROR</strong>: The table prefix can only contain numbers, letters, and underscores."
3266
+ msgstr "<strong>FOUT</strong>: het tabel voorvoegsel kan alleen cijfers, letters en underscores bevatten."
 
3267
 
3268
+ #: admin/wp-security-database-menu.php:139
3269
+ msgid "Your WordPress DB is the most important asset of your website because it contains a lot of your site's precious information."
3270
+ msgstr "Uw WordPress-DB is de belangrijkste troef van uw website, omdat deze heel veel kostbare informatie van uw site bevat."
 
3271
 
3272
+ #: admin/wp-security-database-menu.php:140
3273
+ msgid "The DB is also a target for hackers via methods such as SQL injections and malicious and automated code which targets certain tables."
3274
+ msgstr "De DB is ook een doelwit voor hackers via methoden zoals SQL-injecties en kwaadaardige en geautomatiseerde code die zich op bepaalde tabellen richt."
 
3275
 
3276
+ #: admin/wp-security-database-menu.php:141
3277
+ msgid "One way to add a layer of protection for your DB is to change the default WordPress table prefix from \"wp_\" to something else which will be difficult for hackers to guess."
3278
+ msgstr "Een manier om een laag van bescherming voor uw database toe te voegen is om de standaard WordPress tabelprefix te veranderen van \"wp_\" in iets dat moeilijk door hackers te raden is."
 
3279
 
3280
+ #: admin/wp-security-database-menu.php:142
3281
+ msgid "This feature allows you to easily change the prefix to a value of your choice or to a random value set by this plugin."
3282
+ msgstr "Met deze functie kunt u de prefixgemakkelijk veranderen naar een waarde van uw keuze of naar een willekeurige waarde die deze plugin voor u in kan stellen."
 
3283
 
3284
+ #: admin/wp-security-database-menu.php:159
3285
+ msgid "It is recommended that you perform a %s before using this feature"
3286
+ msgstr "Het wordt aanbevolen dat u een %s uitvoert voordat u deze functie gebruikt"
 
3287
 
3288
+ #: admin/wp-security-database-menu.php:174
3289
+ msgid ""
3290
+ "Your site is currently using the default WordPress DB prefix value of \"wp_\". \n"
3291
+ " To increase your site's security you should consider changing the DB prefix value to another value."
3292
+ msgstr "Uw site maakt momenteel gebruik van de standaard WordPress DB-prefix \"wp_\". Om de beveiliging van uw site te verhogen moet u overwegen om de DB-prefix te wijzigen."
3293
 
3294
+ #: admin/wp-security-database-menu.php:187
3295
+ msgid "Choose your own DB prefix by specifying a string which contains letters and/or numbers and/or underscores. Example: xyz_"
3296
+ msgstr "Kies uw eigen DB-prefix door het specificeren van een reeks die letters en/of cijfers en/of underscores bevat. Voorbeeld: xyz_"
 
3297
 
3298
+ #: admin/wp-security-filesystem-menu.php:87
3299
+ #: admin/wp-security-database-menu.php:212
3300
+ msgid "Nonce check failed for manual DB backup operation!"
3301
+ msgstr "Nonce controle mislukt voor handmatige DB-back-up!"
3302
 
3303
+ #: admin/wp-security-database-menu.php:307
3304
+ msgid "To create a new DB backup just click on the button below."
3305
+ msgstr "Om een nieuwe DB-back-up te maken klikt u op de onderstaande knop."
 
3306
 
3307
+ #: admin/wp-security-database-menu.php:328
3308
+ msgid "Check this if you want the system to automatically generate backups periodically based on the settings below"
3309
+ msgstr "Activeer dit als u wilt dat het systeem automatisch periodiek back-ups genereert op basis van de onderstaande instellingen"
 
3310
 
3311
+ #: admin/wp-security-database-menu.php:339
3312
+ msgid "Set the value for how often you would like an automated backup to occur"
3313
+ msgstr "Stel hier in hoe vaak u een geautomatiseerde back-up wilt laten maken"
 
3314
 
3315
+ #: admin/wp-security-database-menu.php:345
3316
+ msgid "Thie field allows you to choose the number of backup files you would like to keep in the backup directory"
3317
+ msgstr "Dit veld maakt het mogelijk dat u het aantal back-ups kunt kiezen, welke u wilt bewaren in de backup-map"
 
3318
 
3319
+ #: admin/wp-security-dashboard-menu.php:174
3320
+ msgid "PHP Allow URL fopen"
3321
+ msgstr "PHP sta URL fopen toe"
 
3322
 
3323
+ #: admin/wp-security-dashboard-menu.php:184
3324
+ msgid "PHP Allow URL Include"
3325
+ msgstr "PHP sta URL include toe"
 
3326
 
3327
+ #: admin/wp-security-database-menu.php:238
3328
+ msgid "DB Backup failed. Please check the permissions of the backup directory."
3329
+ msgstr "DB-back-up mislukt. Controleer de machtigingen van de backup-map."
 
3330
 
3331
+ #: admin/wp-security-database-menu.php:255
3332
+ #: admin/wp-security-filescan-menu.php:136
3333
+ msgid "You entered a non numeric value for the \"backup time interval\" field. It has been set to the default value."
3334
+ msgstr "U hebt een niet-numerieke waarde voor het veld \"back-uptijdinterval\" ingevoerd. Het is nu ingesteld op de standaardwaarde."
 
3335
 
3336
+ #: admin/wp-security-database-menu.php:262
3337
+ msgid "You entered a non numeric value for the \"number of backup files to keep\" field. It has been set to the default value."
3338
+ msgstr "U hebt een niet-numerieke waarde voor het veld \"aantal back-upbestanden te houden\" ingevoerd. Het is nu ingesteld op de standaardwaarde."
 
 
 
 
 
 
 
 
 
 
 
 
 
3339
 
3340
+ #: classes/wp-security-utility.php:282 admin/wp-security-database-menu.php:397
3341
+ msgid "Failed to make a backup of the wp-config.php file. This operation will not go ahead."
3342
+ msgstr "Het maken van een back-up van het wp-config. php-bestand is mislukt. Deze operatie zal niet verder gaan."
 
 
3343
 
3344
+ #: admin/wp-security-database-menu.php:401
3345
+ msgid "A backup copy of your wp-config.php file was created successfully!"
3346
+ msgstr "Een back-up van uw wp-config. php-bestand is succesvol aangemaakt!"
 
 
3347
 
3348
+ #: admin/wp-security-database-menu.php:428
3349
+ msgid "%s table name update failed"
3350
+ msgstr "%s tabelnaam bijwerken is mislukt"
 
3351
 
3352
+ #: admin/wp-security-database-menu.php:440
3353
+ msgid "Please change the prefix manually for the above tables to: %s"
3354
+ msgstr "Wijzig het voorvoegsel handmatig voor de bovenstaande tabellen naar: %s"
 
3355
 
3356
+ #: admin/wp-security-database-menu.php:443
3357
+ msgid "%s tables had their prefix updated successfully!"
3358
+ msgstr "van %s tabellen is de prefix succesvol bijgewerkt!"
 
3359
 
3360
+ #: admin/wp-security-database-menu.php:465
3361
+ msgid ""
3362
+ "The \"wp-config.php\" file was not able to be modified. Please modify this file manually using your favourite editor and search \n"
3363
+ " for variable \"$table_prefix\" and assign the following value to that variable: %s"
3364
+ msgstr "Het \"wp-config. php\"-bestand kon niet worden gewijzigd. Wijzig dit bestand handmatig met uw favoriete editor en zoek naar variabele \"$table _prefix\" en wijs de volgende waarde toe aan die variabele: %s"
3365
 
3366
+ #: admin/wp-security-database-menu.php:477
3367
+ #: admin/wp-security-database-menu.php:496
3368
+ msgid "Update of table %s failed: unable to change %s to %s"
3369
+ msgstr "Update van tabel %s is mislukt: kan %s niet wijzigen in %s"
 
3370
 
3371
+ #: admin/wp-security-database-menu.php:481
3372
+ msgid "The options table records which had references to the old DB prefix were updated successfully!"
3373
+ msgstr "De records van de optiestabel die verwijzingen had naar de oude DB-prefix werden succesvol bijgewerkt!"
 
 
3374
 
3375
+ #: admin/wp-security-database-menu.php:500
3376
+ msgid "The %s table records which had references to the old DB prefix were updated successfully!"
3377
+ msgstr "De %s tabel records met verwijzingen naar de oude DB-prefix werden succesvol bijgewerkt!"
 
 
3378
 
3379
+ #: admin/wp-security-database-menu.php:528
3380
+ msgid "Error updating user_meta table where new meta_key = %s, old meta_key = %s and user_id = %s."
3381
+ msgstr "Fout bij het bijwerken van de user_meta tabel waar nieuwe meta_key = %s, oude meta_key = %s en user_id = %s."
 
3382
 
3383
+ #: admin/wp-security-database-menu.php:533
3384
+ msgid "The usermeta table records which had references to the old DB prefix were updated successfully!"
3385
+ msgstr "De usermeta tabel-records die verwijzingen naar de oude DB-prefix hadden werden succesvol bijgewerkt!"
 
3386