Clearfy – WordPress optimization plugin and disable ultimate tweaker - Version 1.3.184

Version Description

  • Fixed: Critical error with WCL_Helper::minifyHtml()
  • Fixed: Disable rest api
  • Fixed: Disable emojis
  • Fixed: Translations
  • Fixed: Bug when loading components with Clearfy business
  • Fixed: Added compatibility with Learndash
  • Fixed: Added nl_BE translation
  • Fixed: Added pt_BR translation
  • Fixed: Updated component translations
  • Fixed: Many small bugs fixed
Download this release

Release Info

Developer webcraftic
Plugin Icon 128x128 Clearfy – WordPress optimization plugin and disable ultimate tweaker
Version 1.3.184
Comparing to
See all releases

Code changes from version 1.3.1 to 1.3.184

Files changed (74) hide show
  1. admin/ajax/configurate.php +22 -20
  2. admin/ajax/install-addons.php +35 -10
  3. admin/ajax/update-package.php +24 -14
  4. admin/assets/css/general.css +27 -1
  5. admin/assets/img/quick-start-loader.gif +0 -0
  6. admin/assets/js/filters.js +98 -0
  7. admin/assets/js/general.js +42 -25
  8. admin/assets/js/install-addons.js +214 -11
  9. admin/assets/js/update-package.js +3 -0
  10. admin/boot.php +63 -1
  11. admin/includes/classes/class.install-plugins-button.php +1 -0
  12. admin/includes/classes/class.pages.php +16 -1
  13. admin/includes/classes/class.upgrader.php +1 -1
  14. admin/pages/license.php +3 -2
  15. admin/pages/quick-start.php +23 -10
  16. admin/pages/seo.php +13 -0
  17. assets/css/admin-bar.css +18 -1
  18. assets/css/admin-bar.less +25 -1
  19. clearfy.php +2 -2
  20. components/assets-manager/includes/class.configurate-assets.php +3 -3
  21. components/assets-manager/includes/class.plugin.php +12 -1
  22. components/assets-manager/languages/gonzales-nl_BE.mo +0 -0
  23. components/assets-manager/languages/gonzales-nl_BE.po +194 -0
  24. components/assets-manager/languages/gonzales-pt_BR.mo +0 -0
  25. components/assets-manager/languages/gonzales-pt_BR.po +194 -0
  26. components/comments-plus/includes/class.plugin.php +12 -1
  27. components/comments-plus/languages/comments-plus-nl_BE.mo +0 -0
  28. components/comments-plus/languages/comments-plus-nl_BE.po +359 -0
  29. components/comments-plus/languages/comments-plus-pt_BR.mo +0 -0
  30. components/comments-plus/languages/comments-plus-pt_BR.po +360 -0
  31. components/cyrlitera/includes/class.plugin.php +12 -1
  32. components/cyrlitera/languages/cyrlitera-nl_BE.mo +0 -0
  33. components/cyrlitera/languages/cyrlitera-nl_BE.po +208 -0
  34. components/cyrlitera/languages/cyrlitera-pt_BR.mo +0 -0
  35. components/cyrlitera/languages/cyrlitera-pt_BR.po +210 -0
  36. components/disable-admin-notices/includes/class.plugin.php +12 -1
  37. components/disable-admin-notices/includes/classes/class.configurate-notices.php +16 -2
  38. components/disable-admin-notices/languages/disable-admin-notices-nl_BE.mo +0 -0
  39. components/disable-admin-notices/languages/disable-admin-notices-nl_BE.po +173 -0
  40. components/disable-admin-notices/languages/disable-admin-notices-pt_BR.mo +0 -0
  41. components/disable-admin-notices/languages/disable-admin-notices-pt_BR.po +181 -0
  42. components/ga-cache/admin/activation.php +1 -1
  43. components/ga-cache/admin/boot.php +1 -1
  44. components/ga-cache/includes/class.plugin.php +13 -2
  45. components/ga-cache/languages/simple-google-analytics-nl_BE.mo +0 -0
  46. components/ga-cache/languages/simple-google-analytics-nl_BE.po +243 -0
  47. components/ga-cache/languages/simple-google-analytics-pt_BR.mo +0 -0
  48. components/ga-cache/languages/simple-google-analytics-pt_BR.po +247 -0
  49. components/html-minify/includes/class.plugin.php +12 -4
  50. components/html-minify/includes/classes/class.mac-main.php +32 -0
  51. components/minify-and-combine/includes/boot.php +1 -1
  52. components/minify-and-combine/includes/class.plugin.php +12 -4
  53. components/minify-and-combine/includes/classes/class.mac-base.php +4 -2
  54. components/minify-and-combine/includes/classes/class.mac-css-min.php +1 -0
  55. components/minify-and-combine/includes/classes/ext/php/jsmin.php +3 -3
  56. components/updates-manager/includes/class.plugin.php +12 -1
  57. components/updates-manager/languages/webcraftic-updates-manager-nl_BE.mo +0 -0
  58. components/updates-manager/languages/webcraftic-updates-manager-nl_BE.po +306 -0
  59. components/updates-manager/languages/webcraftic-updates-manager-pt_BR.mo +0 -0
  60. components/updates-manager/languages/webcraftic-updates-manager-pt_BR.po +311 -0
  61. includes/boot.php +37 -5
  62. includes/class.plugin.php +13 -2
  63. includes/classes/class.configurate-performance.php +99 -57
  64. includes/classes/class.configurate-seo.php +73 -47
  65. includes/classes/class.licensing.php +1 -1
  66. includes/classes/class.package.php +11 -2
  67. languages/clearfy-nl_BE.mo +0 -0
  68. languages/clearfy-nl_BE.po +3528 -0
  69. languages/clearfy-pt_BR.mo +0 -0
  70. languages/clearfy-pt_BR.po +3383 -0
  71. languages/clearfy-ru_RU.mo +0 -0
  72. languages/clearfy-ru_RU.po +3588 -3504
  73. libs/factory/core/includes/base.class.php +2 -2
  74. readme.txt +11 -0
admin/ajax/configurate.php CHANGED
@@ -16,17 +16,14 @@
16
  check_ajax_referer('wbcr_clearfy_ajax_quick_start_nonce', 'security');
17
 
18
  if( !current_user_can('manage_options') ) {
19
- echo json_encode(array('error' => __('You don\'t have enough capability to edit this information.', 'clearfy')));
20
- exit;
21
  }
22
 
23
- $mode_name = isset($_POST['mode'])
24
- ? sanitize_text_field($_POST['mode'])
25
- : null;
26
 
27
  if( empty($mode_name) ) {
28
- echo json_encode(array('error' => __('Undefinded mode.', 'clearfy')));
29
- exit;
30
  }
31
 
32
  if( $mode_name != 'reset' ) {
@@ -36,8 +33,7 @@
36
  $mode_options = $group->getOptions();
37
 
38
  if( empty($mode_options) ) {
39
- echo json_encode(array('error' => __('Undefinded mode.', 'clearfy')));
40
- exit;
41
  }
42
 
43
  foreach($mode_options as $option) {
@@ -67,21 +63,27 @@
67
  }
68
  }
69
 
70
- // todo: test cache control
71
- if( function_exists('w3tc_pgcache_flush') ) {
72
- w3tc_pgcache_flush();
73
- } elseif( function_exists('wp_cache_clear_cache') ) {
74
- wp_cache_clear_cache();
75
- } elseif( function_exists('rocket_clean_files') ) {
76
- rocket_clean_files(esc_url($_SERVER['HTTP_REFERER']));
77
- } else if( isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache') ) {
78
- $GLOBALS['wp_fastest_cache']->deleteCache();
 
 
79
  }
80
 
81
  do_action('wbcr_clearfy_configurated_quick_mode', $mode_name);
82
 
83
- echo json_encode(array('status' => 'success', 'export_options' => WCL_Helper::getExportOptions()));
84
- exit;
 
 
 
 
85
  }
86
 
87
  add_action('wp_ajax_wbcr_clearfy_configurate', 'wbcr_clearfy_configurate_plugin');
16
  check_ajax_referer('wbcr_clearfy_ajax_quick_start_nonce', 'security');
17
 
18
  if( !current_user_can('manage_options') ) {
19
+ wp_send_json(array('error' => __('You don\'t have enough capability to edit this information.', 'clearfy')));
 
20
  }
21
 
22
+ $mode_name = WCL_Plugin::app()->request->post('mode', false, true);
23
+ $flush_redirect = WCL_Plugin::app()->request->post('flush_redirect', false, true);
 
24
 
25
  if( empty($mode_name) ) {
26
+ wp_send_json(array('error' => __('Undefinded mode.', 'clearfy')));
 
27
  }
28
 
29
  if( $mode_name != 'reset' ) {
33
  $mode_options = $group->getOptions();
34
 
35
  if( empty($mode_options) ) {
36
+ wp_send_json(array('error' => __('Undefinded mode.', 'clearfy')));
 
37
  }
38
 
39
  foreach($mode_options as $option) {
63
  }
64
  }
65
 
66
+ if( !$flush_redirect ) {
67
+ // todo: создать отдельный файл для сброса кеша и перенести этот код туда
68
+ if( function_exists('w3tc_pgcache_flush') ) {
69
+ w3tc_pgcache_flush();
70
+ } elseif( function_exists('wp_cache_clear_cache') ) {
71
+ wp_cache_clear_cache();
72
+ } elseif( function_exists('rocket_clean_files') ) {
73
+ rocket_clean_files(esc_url($_SERVER['HTTP_REFERER']));
74
+ } else if( isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache') ) {
75
+ $GLOBALS['wp_fastest_cache']->deleteCache();
76
+ }
77
  }
78
 
79
  do_action('wbcr_clearfy_configurated_quick_mode', $mode_name);
80
 
81
+ // wbcr_clearfy/configurate_quick_mode_success_args
82
+ // @since 1.3.188
83
+ wp_send_json(apply_filters('wbcr_clearfy/configurate_quick_mode_success_args', array(
84
+ 'status' => 'success',
85
+ 'export_options' => WCL_Helper::getExportOptions()
86
+ ), $mode_name));
87
  }
88
 
89
  add_action('wp_ajax_wbcr_clearfy_configurate', 'wbcr_clearfy_configurate_plugin');
admin/ajax/install-addons.php CHANGED
@@ -23,11 +23,11 @@
23
  $storage = WCL_Plugin::app()->request->post('storage', null, true);
24
 
25
  if( !current_user_can('activate_plugins') ) {
26
- wp_send_json_error(array('errorMessage' => __('You don\'t have enough capability to edit this information.', 'clearfy')), 403);
27
  }
28
 
29
  if( empty($slug) || empty($action) ) {
30
- wp_send_json_error(array('errorMessage' => __('Required attributes are not passed or empty.', 'clearfy')));
31
  }
32
  $success = false;
33
  $send_data = array();
@@ -50,12 +50,12 @@
50
  $result = $licensing->activateAddon($slug);
51
  break;
52
  default:
53
- wp_send_json_error(array('errorMessage' => __('You are trying to perform an invalid action.', 'clearfy')));
54
  break;
55
  }
56
 
57
  if( is_wp_error($result) ) {
58
- wp_send_json_error(array('errorMessage' => $result->get_error_message()));
59
  } else {
60
  $success = true;
61
  $package_plugin = WCL_Package::instance();
@@ -66,7 +66,6 @@
66
  if( $action == 'activate' ) {
67
  if( WCL_Plugin::app()->activateComponent($slug) ) {
68
  $success = true;
69
-
70
  }
71
  } else if( $action == 'deactivate' ) {
72
 
@@ -74,14 +73,14 @@
74
  $success = true;
75
  }
76
  } else {
77
- wp_send_json_error(array('errorMessage' => __('You are trying to perform an invalid action.', 'clearfy')));
78
  }
79
  } else if( $storage == 'wordpress' ) {
80
  if( !empty($slug) ) {
81
  if( $action == 'activate' ) {
82
  $result = activate_plugin($slug);
83
  if( is_wp_error($result) ) {
84
- wp_send_json_error(array('errorMessage' => $result->get_error_message()));
85
  }
86
  } elseif( $action == 'deactivate' ) {
87
  deactivate_plugins($slug);
@@ -97,17 +96,43 @@
97
  $delete_button = WCL_Plugin::app()->getDeleteComponentsButton($storage, $slug);
98
  $send_data['delete_button'] = $delete_button->getButton();
99
  } catch( Exception $e ) {
100
- wp_send_json_error(array('errorMessage' => $e->getMessage()));
101
  }
102
  }
103
 
104
- if($success) {
105
  do_action('wbcr_clearfy_update_component', $slug, $action, $storage);
106
 
107
  wp_send_json_success($send_data);
108
  }
109
 
110
- wp_send_json_error(array('errorMessage' => __('An unknown error occurred during the activation of the component.', 'clearfy')));
111
  }
112
 
113
  add_action('wp_ajax_wbcr-clearfy-update-component', 'wbcr_clearfy_update_component');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  $storage = WCL_Plugin::app()->request->post('storage', null, true);
24
 
25
  if( !current_user_can('activate_plugins') ) {
26
+ wp_die(__('You don\'t have enough capability to edit this information.', 'clearfy'), __( 'Something went wrong.' ), 403);
27
  }
28
 
29
  if( empty($slug) || empty($action) ) {
30
+ wp_send_json_error(array('error_message' => __('Required attributes are not passed or empty.', 'clearfy')));
31
  }
32
  $success = false;
33
  $send_data = array();
50
  $result = $licensing->activateAddon($slug);
51
  break;
52
  default:
53
+ wp_send_json_error(array('error_message' => __('You are trying to perform an invalid action.', 'clearfy')));
54
  break;
55
  }
56
 
57
  if( is_wp_error($result) ) {
58
+ wp_send_json_error(array('error_message' => $result->get_error_message()));
59
  } else {
60
  $success = true;
61
  $package_plugin = WCL_Package::instance();
66
  if( $action == 'activate' ) {
67
  if( WCL_Plugin::app()->activateComponent($slug) ) {
68
  $success = true;
 
69
  }
70
  } else if( $action == 'deactivate' ) {
71
 
73
  $success = true;
74
  }
75
  } else {
76
+ wp_send_json_error(array('error_message' => __('You are trying to perform an invalid action.', 'clearfy')));
77
  }
78
  } else if( $storage == 'wordpress' ) {
79
  if( !empty($slug) ) {
80
  if( $action == 'activate' ) {
81
  $result = activate_plugin($slug);
82
  if( is_wp_error($result) ) {
83
+ wp_send_json_error(array('error_message' => $result->get_error_message()));
84
  }
85
  } elseif( $action == 'deactivate' ) {
86
  deactivate_plugins($slug);
96
  $delete_button = WCL_Plugin::app()->getDeleteComponentsButton($storage, $slug);
97
  $send_data['delete_button'] = $delete_button->getButton();
98
  } catch( Exception $e ) {
99
+ wp_send_json_error(array('error_message' => $e->getMessage()));
100
  }
101
  }
102
 
103
+ if( $success ) {
104
  do_action('wbcr_clearfy_update_component', $slug, $action, $storage);
105
 
106
  wp_send_json_success($send_data);
107
  }
108
 
109
+ wp_send_json_error(array('error_message' => __('An unknown error occurred during the activation of the component.', 'clearfy')));
110
  }
111
 
112
  add_action('wp_ajax_wbcr-clearfy-update-component', 'wbcr_clearfy_update_component');
113
+
114
+ /**
115
+ * Ajax event that calls the wbcr/clearfy/activated_component action,
116
+ * to get the component to work. Usually this is a call to the installation functions,
117
+ * but in some cases, overwriting permanent references or compatibility checks.
118
+ */
119
+ function wbcr_clearfy_prepare_component()
120
+ {
121
+ check_ajax_referer('updates');
122
+
123
+ $component_name = WCL_Plugin::app()->request->post('plugin', null, true);
124
+
125
+ if( !current_user_can('activate_plugins') ) {
126
+ wp_send_json_error(array('error_message' => __('You don\'t have enough capability to edit this information.', 'clearfy')), 403);
127
+ }
128
+
129
+ if( empty($component_name) ) {
130
+ wp_send_json_error(array('error_message' => __('Required attribute [component_name] is empty.', 'clearfy')));
131
+ }
132
+
133
+ do_action('wbcr/clearfy/activated_component', $component_name);
134
+
135
+ wp_send_json_success();
136
+ }
137
+
138
+ add_action('wp_ajax_wbcr-clearfy-prepare-component', 'wbcr_clearfy_prepare_component');
admin/ajax/update-package.php CHANGED
@@ -14,32 +14,42 @@
14
  /**
15
  * This action allows you to process Ajax requests to activate external components Clearfy
16
  */
17
- function wbcr_clearfy_update_package() {
 
 
 
18
 
19
- check_ajax_referer( 'package' );
20
-
21
  $licensing = WCL_Licensing::instance();
22
- $licensing->getAddons( true ); // обновляем список аддонов
 
23
  $package_plugin = WCL_Package::instance();
24
- if ( ! $licensing->isLicenseValid() and $licensing->isActivePaidAddons() ) {
25
- wp_send_json_error(array('msg' => __( 'To use premium components, you need activate a license!', 'clearfy' ) . '<a href="admin.php?page=license-wbcr_clearfy" class="btn btn-gold">' . __( 'Activate license', 'clearfy' ) . '</a>'));
26
  }
27
- $result = $package_plugin->update();
28
-
29
- if ( is_wp_error( $result ) ) {
30
- wp_send_json_error( array(
 
 
 
 
 
 
 
 
31
  'msg' => __($result->get_error_message(), 'clearfy'),
32
  'code' => __($result->get_error_code(), 'clearfy'),
33
- ) );
34
  }
35
  $success = true;
36
  $data = array();
37
- $data['msg'] = __( 'Configuration updated.', 'clearfy' );
38
  $data['result'] = $result;
39
- if($success) {
40
  do_action('wbcr_clearfy_package_updated', $package_plugin->getSlugs());
41
 
42
- wp_send_json_success( $data );
43
  }
44
 
45
  wp_send_json_error(array('errorMessage' => __('An unknown error occurred during the activation of the component.', 'clearfy')));
14
  /**
15
  * This action allows you to process Ajax requests to activate external components Clearfy
16
  */
17
+ function wbcr_clearfy_update_package()
18
+ {
19
+
20
+ check_ajax_referer('package');
21
 
 
 
22
  $licensing = WCL_Licensing::instance();
23
+ $licensing->getAddons(true); // обновляем список аддонов
24
+
25
  $package_plugin = WCL_Package::instance();
26
+ if( !$licensing->isLicenseValid() and $licensing->isActivePaidAddons() ) {
27
+ wp_send_json_error(array('msg' => __('To use premium components, you need activate a license!', 'clearfy') . '<a href="admin.php?page=license-wbcr_clearfy" class="btn btn-gold">' . __('Activate license', 'clearfy') . '</a>'));
28
  }
29
+
30
+ try {
31
+ $result = $package_plugin->update();
32
+ } catch( Exception $e ) {
33
+ wp_send_json_error(array(
34
+ 'msg' => $e->getMessage(),
35
+ 'code' => $e->getCode(),
36
+ ));
37
+ }
38
+
39
+ if( is_wp_error($result) ) {
40
+ wp_send_json_error(array(
41
  'msg' => __($result->get_error_message(), 'clearfy'),
42
  'code' => __($result->get_error_code(), 'clearfy'),
43
+ ));
44
  }
45
  $success = true;
46
  $data = array();
47
+ $data['msg'] = __('Configuration updated.', 'clearfy');
48
  $data['result'] = $result;
49
+ if( $success ) {
50
  do_action('wbcr_clearfy_package_updated', $package_plugin->getSlugs());
51
 
52
+ wp_send_json_success($data);
53
  }
54
 
55
  wp_send_json_error(array('errorMessage' => __('An unknown error occurred during the activation of the component.', 'clearfy')));
admin/assets/css/general.css CHANGED
@@ -11,6 +11,31 @@
11
  * Navigation bar
12
  */
13
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  #WBCR .wbcr-content-section,
15
  #WBCR .wbcr-right-sidebar-section {
16
  display: inline-block;
@@ -263,8 +288,9 @@
263
  background-color: #d1e3bd;
264
  }
265
  #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-loading .wbcr-clearfy-switch-confirmation button {
 
266
  background-color: #f7f7f7 !important;
267
- color: #e0e0e0 !important;
268
  cursor: default !important;
269
  }
270
  #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation {
11
  * Navigation bar
12
  */
13
  }
14
+ #WBCR .wbcr-clr-logo-label {
15
+ position: relative;
16
+ padding: 0 10px 3px;
17
+ border-radius: 5px;
18
+ border-bottom: 1px solid rgba(0, 0, 0, 0.3);
19
+ border-top: 1px solid rgba(255, 255, 255, 0.2);
20
+ }
21
+ #WBCR .wbcr-clr-logo-label:before {
22
+ content: '';
23
+ display: block;
24
+ position: absolute;
25
+ width: 20px;
26
+ height: 25px;
27
+ top: -10px;
28
+ right: -10px;
29
+ background: url(../../../assets/img/webcraftic-plugin-icon.png) 0 0 no-repeat;
30
+ }
31
+ #WBCR .wbcr-clr-logo-label.wbcr-clr-free-label-logo {
32
+ color: #f1f1f1;
33
+ background-color: #636363;
34
+ }
35
+ #WBCR .wbcr-clr-logo-label.wbcr-clr-premium-label-logo {
36
+ color: #000000;
37
+ background-color: #ffbe00;
38
+ }
39
  #WBCR .wbcr-content-section,
40
  #WBCR .wbcr-right-sidebar-section {
41
  display: inline-block;
288
  background-color: #d1e3bd;
289
  }
290
  #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch.wbcr-clearfy-loading .wbcr-clearfy-switch-confirmation button {
291
+ background: url("../img/quick-start-loader.gif") center center no-repeat;
292
  background-color: #f7f7f7 !important;
293
+ font-size: 0;
294
  cursor: default !important;
295
  }
296
  #WBCR #wbcr-clearfy-quick-mode-board .wbcr-clearfy-switch .wbcr-clearfy-switch-confirmation {
admin/assets/img/quick-start-loader.gif ADDED
Binary file
admin/assets/js/filters.js ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Filers & Hooks API
3
+ * Copyright 2018, Webcraftic, http://webcraftic.com
4
+ *
5
+ * @since 1.0.0
6
+ * @pacakge core
7
+ */
8
+ (function($) {
9
+ 'use strict';
10
+
11
+ if( !$.wbcr_clearfy ) {
12
+ $.wbcr_clearfy = {};
13
+ }
14
+ $.wbcr_clearfy.filters = $.wbcr_clearfy.filters || {
15
+
16
+ /**
17
+ * A set of registered filters.
18
+ */
19
+ _items: {},
20
+
21
+ /**
22
+ * A set of priorities of registered filters.
23
+ */
24
+ _priorities: {},
25
+
26
+ /**
27
+ * Applies filters to a given input value.
28
+ */
29
+ run: function(filterName, args) {
30
+ var input = args && args.length > 0 ? args[0] : null;
31
+ if( !this._items[filterName] ) {
32
+ return input;
33
+ }
34
+
35
+ for( var i in this._priorities[filterName] ) {
36
+ if( !this._priorities[filterName].hasOwnProperty(i) ) {
37
+ continue;
38
+ }
39
+
40
+ var priority = this._priorities[filterName][i];
41
+
42
+ for( var k = 0; k < this._items[filterName][priority].length; k++ ) {
43
+ var f = this._items[filterName][priority][k];
44
+ input = f.apply(f, args);
45
+ }
46
+ }
47
+
48
+ return input;
49
+ },
50
+
51
+ /**
52
+ * Registers a new filter.
53
+ */
54
+ add: function(filterName, callback, priority) {
55
+
56
+ if( !priority ) {
57
+ priority = 10;
58
+ }
59
+
60
+ if( !this._items[filterName] ) {
61
+ this._items[filterName] = {};
62
+ }
63
+ if( !this._items[filterName][priority] ) {
64
+ this._items[filterName][priority] = [];
65
+ }
66
+ this._items[filterName][priority].push(callback);
67
+
68
+ if( !this._priorities[filterName] ) {
69
+ this._priorities[filterName] = [];
70
+ }
71
+ if( $.inArray(priority, this._priorities[filterName]) === -1 ) {
72
+ this._priorities[filterName].push(priority);
73
+ }
74
+
75
+ this._priorities[filterName].sort(function(a, b) {
76
+ return a - b;
77
+ });
78
+ }
79
+ };
80
+
81
+ $.wbcr_clearfy.hooks = $.wbcr_clearfy.hooks || {
82
+
83
+ /**
84
+ * Applies filters to a given input value.
85
+ */
86
+ run: function(filterName, args) {
87
+ $.wbcr_clearfy.filters.run(filterName, args);
88
+ },
89
+
90
+ /**
91
+ * Registers a new filter.
92
+ */
93
+ add: function(filterName, callback, priority) {
94
+ $.wbcr_clearfy.filters.add(filterName, callback, priority);
95
+ }
96
+ };
97
+
98
+ })(jQuery);
admin/assets/js/general.js CHANGED
@@ -5,7 +5,6 @@
5
  * @version 1.0
6
  */
7
 
8
-
9
  (function($) {
10
  'use strict';
11
 
@@ -66,23 +65,35 @@
66
  });*/
67
 
68
  $('.wbcr-clearfy-popup-button-ok').click(function() {
69
- var $this = $(this), modeName = $(this).closest('.wbcr-clearfy-confirm-popup').data('mode'),
70
- switcher = $('div[data-mode="' + modeName + '"]', '#wbcr-clearfy-quick-mode-board');
 
 
71
 
72
  self.hideConfirmationPopup();
73
  switcher.addClass('wbcr-clearfy-loading');
74
 
75
  self.sendRequest({
76
  action: 'wbcr_clearfy_configurate',
77
- mode: modeName
 
78
  }, function(data) {
79
- switcher.removeClass('wbcr-clearfy-loading');
 
 
 
 
 
 
 
80
 
81
- if( data && data.export_options ) {
82
  $('#wbcr-clearfy-import-export').html(data.export_options);
83
  }
84
  },
85
- function() {
 
 
86
  if( modeName != 'reset' ) {
87
  switcher.addClass('wbcr-clearfy-active');
88
  return;
@@ -154,20 +165,20 @@
154
  }, function(data) {
155
  //console.log(data);
156
  $this.prop('disabled', false);
157
- if ( data.updateNotice ) {
158
- if ( ! $('.wbcr-clr-update-package').length ) {
159
  $('.wbcr-factory-content').prepend(
160
- '<div class="alert alert-warning wbcr-factory-warning-notice">\
161
- <p>\
162
- <span class="dashicons dashicons-warning"></span>\
163
- '+data.updateNotice+'\
164
  </p>\
165
  </div>\
166
- ');
167
  }
168
  } else {
169
- if ( $('.wbcr-clr-update-package').length ) {
170
- $('.wbcr-clr-update-package').closest( '.wbcr-factory-warning-notice' ).remove();
171
  }
172
  }
173
  });
@@ -175,9 +186,9 @@
175
  return false;
176
  });
177
  },
178
- sendRequest: function(data, beforeValidateCallback, successCallback) {
179
-
180
- var errorContanier = $('.wbcr-clearfy-switch-error-message'),
181
  defaultErrorMessage = errorContanier.text();
182
 
183
  if( wbcr_clearfy_ajax === undefined ) {
@@ -185,16 +196,16 @@
185
  return;
186
  }
187
 
188
- var ajaxUrl = wbcr_clearfy_ajax ? wbcr_clearfy_ajax.ajaxurl : ajaxurl;
189
 
190
- if( typeof data === 'object' ) {
191
- data.security = wbcr_clearfy_ajax.ajax_nonce;
192
  }
193
 
194
  $.ajax(ajaxurl, {
195
  type: 'post',
196
  dataType: 'json',
197
- data: data,
198
  success: function(data, textStatus, jqXHR) {
199
 
200
  beforeValidateCallback && beforeValidateCallback(data);
@@ -213,9 +224,15 @@
213
  return;
214
  }
215
 
216
- successCallback && successCallback();
 
 
 
 
 
217
 
218
- $('.wbcr-clearfy-switch-success-message').fadeIn(600).delay(3000).fadeOut(600);
 
219
 
220
  }
221
  });
5
  * @version 1.0
6
  */
7
 
 
8
  (function($) {
9
  'use strict';
10
 
65
  });*/
66
 
67
  $('.wbcr-clearfy-popup-button-ok').click(function() {
68
+ var $this = $(this), modeName = $this.closest('.wbcr-clearfy-confirm-popup').data('mode'),
69
+ switcher = $('div[data-mode="' + modeName + '"]', '#wbcr-clearfy-quick-mode-board'),
70
+ modeArgs = switcher.data('mode-args'),
71
+ flushRedirect = modeArgs && modeArgs.flush_redirect ? true : false;
72
 
73
  self.hideConfirmationPopup();
74
  switcher.addClass('wbcr-clearfy-loading');
75
 
76
  self.sendRequest({
77
  action: 'wbcr_clearfy_configurate',
78
+ mode: modeName,
79
+ flush_redirect: flushRedirect
80
  }, function(data) {
81
+ if( !flushRedirect ) {
82
+ switcher.removeClass('wbcr-clearfy-loading');
83
+ }
84
+
85
+ if( !data || data.error ) {
86
+ $.wbcr_clearfy.hooks.run('clearfy/quick_start/configurated_error', [modeName, data]);
87
+ return;
88
+ }
89
 
90
+ if( data.export_options ) {
91
  $('#wbcr-clearfy-import-export').html(data.export_options);
92
  }
93
  },
94
+ function(data) {
95
+ $.wbcr_clearfy.hooks.run('clearfy/quick_start/configurated', [modeName, data]);
96
+
97
  if( modeName != 'reset' ) {
98
  switcher.addClass('wbcr-clearfy-active');
99
  return;
165
  }, function(data) {
166
  //console.log(data);
167
  $this.prop('disabled', false);
168
+ if( data.updateNotice ) {
169
+ if( !$('.wbcr-clr-update-package').length ) {
170
  $('.wbcr-factory-content').prepend(
171
+ '<div class="alert alert-warning wbcr-factory-warning-notice">\
172
+ <p>\
173
+ <span class="dashicons dashicons-warning"></span>\
174
+ ' + data.updateNotice + '\
175
  </p>\
176
  </div>\
177
+ ');
178
  }
179
  } else {
180
+ if( $('.wbcr-clr-update-package').length ) {
181
+ $('.wbcr-clr-update-package').closest('.wbcr-factory-warning-notice').remove();
182
  }
183
  }
184
  });
186
  return false;
187
  });
188
  },
189
+ sendRequest: function(request_data, beforeValidateCallback, successCallback) {
190
+ var self = this,
191
+ errorContanier = $('.wbcr-clearfy-switch-error-message'),
192
  defaultErrorMessage = errorContanier.text();
193
 
194
  if( wbcr_clearfy_ajax === undefined ) {
196
  return;
197
  }
198
 
199
+ //var ajaxUrl = wbcr_clearfy_ajax ? wbcr_clearfy_ajax.ajaxurl : ajaxurl;
200
 
201
+ if( typeof request_data === 'object' ) {
202
+ request_data.security = wbcr_clearfy_ajax.ajax_nonce;
203
  }
204
 
205
  $.ajax(ajaxurl, {
206
  type: 'post',
207
  dataType: 'json',
208
+ data: request_data,
209
  success: function(data, textStatus, jqXHR) {
210
 
211
  beforeValidateCallback && beforeValidateCallback(data);
224
  return;
225
  }
226
 
227
+ successCallback && successCallback(data);
228
+
229
+ if( !request_data.flush_redirect ) {
230
+ $('.wbcr-clearfy-switch-success-message').fadeIn(600).delay(3000).fadeOut(600);
231
+ return;
232
+ }
233
 
234
+ window.location.href = wbcr_clearfy_ajax.flush_cache_url;
235
+ // открыть уведомление
236
 
237
  }
238
  });
admin/assets/js/install-addons.js CHANGED
@@ -50,22 +50,35 @@
50
  if( plugin_action == 'install' ) {
51
  $this.addClass('updating-message');
52
  }
 
53
  $this.addClass('disabled').text(button_i18n.loading);
54
 
 
 
55
  self.sendRequest(data, function(response) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  if( response.success ) {
57
  $this.removeClass('disabled').removeClass('updating-message');
 
58
  if( storage == 'freemius' ) {
59
  if( response.data.updateNotice ) {
60
  if( !$('.wbcr-clr-update-package').length ) {
61
- $('.wbcr-factory-content').prepend(
62
- '<div class="alert alert-warning wbcr-factory-warning-notice">\
63
- <p>\
64
- <span class="dashicons dashicons-warning"></span>\
65
- ' + response.data.updateNotice + '\
66
- </p>\
67
- </div>\
68
- ');
69
  }
70
  } else {
71
  if( $('.wbcr-clr-update-package').length ) {
@@ -84,6 +97,8 @@
84
  $this.removeClass('button-default').addClass('button-primary');
85
  }
86
 
 
 
87
  } else if( plugin_action == 'activate' ) {
88
 
89
  plugin_action = 'deactivate';
@@ -120,10 +135,24 @@
120
  // the active and inactive components are highlighted
121
 
122
  if( $this.closest('.plugin-card').length ) {
123
- $this.closest('.plugin-card').removeClass('plugin-status-deactive');
124
  $this.closest('.plugin-card').find('.delete-now').remove();
125
  }
126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  } else if( plugin_action == 'deactivate' ) {
128
 
129
  plugin_action = 'activate';
@@ -138,7 +167,7 @@
138
  // the active and inactive components are highlighted
139
 
140
  if( $this.closest('.plugin-card').length ) {
141
- $this.closest('.plugin-card').addClass('plugin-status-deactive');
142
 
143
  if( response.data['delete_button'] && response.data['delete_button'] != '' ) {
144
  $this.before($(response.data['delete_button']).addClass('delete-now'));
@@ -151,6 +180,8 @@
151
  $this.closest('.wbcr-hide-after-action').remove();
152
  }
153
 
 
 
154
  } else if( plugin_action == 'delete' ) {
155
 
156
  plugin_action = 'install';
@@ -163,9 +194,11 @@
163
  // the active and inactive components are highlighted
164
 
165
  if( $this.closest('.plugin-card').length ) {
166
- $this.closest('.plugin-card').addClass('plugin-status-deactive');
167
  $this.remove();
168
  }
 
 
169
  }
170
  } else {
171
  if( plugin_action == 'install' ) {
@@ -174,6 +207,8 @@
174
  }
175
 
176
  $this.text(button_i18n[plugin_action]);
 
 
177
  });
178
 
179
  return false;
@@ -194,6 +229,13 @@
194
  container.text(loading);
195
 
196
  self.sendRequest(data, function(response) {
 
 
 
 
 
 
 
197
  if( response.success ) {
198
  container.closest('div').removeClass('notice-warning').addClass('notice-success');
199
  container.text(success_msg);
@@ -205,16 +247,177 @@
205
  return false;
206
  });
207
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  sendRequest: function(data, callback) {
 
 
209
  $.ajax(ajaxurl, {
210
  type: 'post',
211
  dataType: 'json',
212
  data: data,
213
  success: function(data, textStatus, jqXHR) {
214
  callback && callback(data);
 
 
 
 
 
 
 
 
 
 
 
215
  }
216
  });
 
 
 
 
 
 
 
 
 
 
 
217
  }
 
218
  };
219
 
220
  $(document).ready(function() {
50
  if( plugin_action == 'install' ) {
51
  $this.addClass('updating-message');
52
  }
53
+
54
  $this.addClass('disabled').text(button_i18n.loading);
55
 
56
+ $.wbcr_clearfy.hooks.run('clearfy/components/pre_update', [$this, data]);
57
+
58
  self.sendRequest(data, function(response) {
59
+ if( !response || !response.success ) {
60
+
61
+ if( response.data && response.data.error_message ) {
62
+ self.showNotice(response.data.error_message, 'danger');
63
+ }
64
+
65
+ $.wbcr_clearfy.hooks.run('clearfy/components/update_error', [
66
+ $this,
67
+ data,
68
+ response.data.error_message,
69
+ response
70
+ ]);
71
+
72
+ return;
73
+ }
74
+
75
  if( response.success ) {
76
  $this.removeClass('disabled').removeClass('updating-message');
77
+
78
  if( storage == 'freemius' ) {
79
  if( response.data.updateNotice ) {
80
  if( !$('.wbcr-clr-update-package').length ) {
81
+ self.showNotice(response.data.updateNotice);
 
 
 
 
 
 
 
82
  }
83
  } else {
84
  if( $('.wbcr-clr-update-package').length ) {
97
  $this.removeClass('button-default').addClass('button-primary');
98
  }
99
 
100
+ $.wbcr_clearfy.hooks.run('clearfy/components/installed', [$this, data, response]);
101
+
102
  } else if( plugin_action == 'activate' ) {
103
 
104
  plugin_action = 'deactivate';
135
  // the active and inactive components are highlighted
136
 
137
  if( $this.closest('.plugin-card').length ) {
138
+ self.setComponentActivate($this);
139
  $this.closest('.plugin-card').find('.delete-now').remove();
140
  }
141
 
142
+ $.wbcr_clearfy.hooks.run('clearfy/components/pre_activate', [$this, data, response]);
143
+
144
+ /**
145
+ * Send an additional request for activation of the component, during activation
146
+ * perform the action wbcr/clearfy/activated_component.
147
+ *
148
+ * Basically, this is necessary to prepare the plugin to work, write the necessary rows and
149
+ * tables in the database, rewriting permalinks, checking conflicts, etc.
150
+ */
151
+ if( storage == 'freemius' || storage == 'internal' ) {
152
+ self.sendRequestToComponentActivationPrepare($this, data, button_i18n);
153
+ return;
154
+ }
155
+
156
  } else if( plugin_action == 'deactivate' ) {
157
 
158
  plugin_action = 'activate';
167
  // the active and inactive components are highlighted
168
 
169
  if( $this.closest('.plugin-card').length ) {
170
+ self.setComponentDeactivate($this);
171
 
172
  if( response.data['delete_button'] && response.data['delete_button'] != '' ) {
173
  $this.before($(response.data['delete_button']).addClass('delete-now'));
180
  $this.closest('.wbcr-hide-after-action').remove();
181
  }
182
 
183
+ $.wbcr_clearfy.hooks.run('clearfy/components/deactivated', [$this, data, response]);
184
+
185
  } else if( plugin_action == 'delete' ) {
186
 
187
  plugin_action = 'install';
194
  // the active and inactive components are highlighted
195
 
196
  if( $this.closest('.plugin-card').length ) {
197
+ self.setComponentDeactivate($this);
198
  $this.remove();
199
  }
200
+
201
+ $.wbcr_clearfy.hooks.run('clearfy/components/deleted', [$this, data, response]);
202
  }
203
  } else {
204
  if( plugin_action == 'install' ) {
207
  }
208
 
209
  $this.text(button_i18n[plugin_action]);
210
+
211
+ $.wbcr_clearfy.hooks.run('clearfy/components/updated', [$this, data, response]);
212
  });
213
 
214
  return false;
229
  container.text(loading);
230
 
231
  self.sendRequest(data, function(response) {
232
+ if( !response || !response.success ) {
233
+ if( response.data && response.data.error_message ) {
234
+ self.showNotice(response.data.error_message, 'danger');
235
+ }
236
+ return;
237
+ }
238
+
239
  if( response.success ) {
240
  container.closest('div').removeClass('notice-warning').addClass('notice-success');
241
  container.text(success_msg);
247
  return false;
248
  });
249
  },
250
+
251
+ /**
252
+ * Создает и показывает уведомление внутри интерфейса Clearfy
253
+ *
254
+ * @param {string} message - сообщение об ошибке или предупреждение
255
+ * @param {string} type - тип уведомления (error, warning, success)
256
+ */
257
+ showNotice: function(message, type) {
258
+ var noticeContanier = $('<div></div>'),
259
+ noticeInnerWrap = $('<p></p>'),
260
+ dashicon = $('<span></span>'),
261
+ dashiconClass,
262
+ noticeId = this.makeid();
263
+
264
+ if(!type) {
265
+ type = 'warning';
266
+ }
267
+
268
+ noticeContanier.addClass('alert', 'wbcr-factory-warning-notice')
269
+ .addClass('alert-' + type).addClass('wbcr-factory-' + type + '-notice');
270
+
271
+ noticeContanier.append(noticeInnerWrap);
272
+ noticeContanier.attr('id', 'uq-' + noticeId);
273
+
274
+ if( type == 'success' ) {
275
+ dashiconClass = 'dashicons-plus';
276
+ } else if(type == 'error') {
277
+ dashiconClass = 'dashicons-no';
278
+ } else {
279
+ dashiconClass = 'dashicons-warning';
280
+ }
281
+
282
+ dashicon.addClass('dashicons').addClass(dashiconClass);
283
+ noticeInnerWrap.prepend(dashicon);
284
+ dashicon.after(message);
285
+
286
+ $('.wbcr-factory-content').prepend(noticeContanier);
287
+
288
+ /**
289
+ * Хук выполняет проивольную функцию, после того как уведомление отображено
290
+ * Реализация системы фильтров и хуков в файле /admin/assests/filters.js
291
+ * Пример регистрации хука $.wbcr_clearfy.hooks.add('clearfy/components/updated', function(noticeId) {});
292
+ * @param {string} noticeId - id уведомления
293
+ */
294
+ $.wbcr_clearfy.hooks.run('clearfy/components/show_notice', [noticeId]);
295
+
296
+ return noticeId;
297
+ },
298
+
299
+ /**
300
+ * Удаляет уведомление из интерфейса Clearfy
301
+ *
302
+ * @param {string} noticeId - id уведомления
303
+ */
304
+ hideNotice: function(noticeId) {
305
+ var el;
306
+ if( !noticeId ) {
307
+ el = $('.wbcr-factory-content').find('.alert');
308
+ } else {
309
+ el = $('#uq-' + noticeId);
310
+ }
311
+
312
+ el.fadeOut(500, function(e) {
313
+ $(e).remove();
314
+
315
+ /**
316
+ * Хук выполняет проивольную функцию, после того как уведомление скрыто
317
+ * Реализация системы фильтров и хуков в файле /admin/assests/filters.js
318
+ * Пример регистрации хука $.wbcr_clearfy.hooks.add('clearfy/components/updated', function(noticeId)
319
+ * {});
320
+ * @param {string} noticeId - id уведомления
321
+ */
322
+ $.wbcr_clearfy.hooks.run('clearfy/components/hide_notice', [noticeId]);
323
+ });
324
+ },
325
+
326
+ /**
327
+ * Устанавливает стиль компонента
328
+ *
329
+ * @param {object} componentButton
330
+ */
331
+ setComponentDeactivate: function(componentButton) {
332
+ componentButton.closest('.plugin-card').addClass('plugin-status-deactive');
333
+ },
334
+
335
+ /**
336
+ * Устанавливает стиль компонента
337
+ *
338
+ * @param {object} componentButton
339
+ */
340
+ setComponentActivate: function(componentButton) {
341
+ componentButton.closest('.plugin-card').removeClass('plugin-status-deactive');
342
+ },
343
+
344
+ /**
345
+ * Отправляет дополнительный запрос на активацию компонента, во время активации
346
+ * выполняет хук wbcr/clearfy/activated_component.
347
+ *
348
+ * В принципе, это необходимо для подготовки плагина к работе, записи необходимых строк и таблиц в
349
+ * базу данных, перепись постоянных ссылок, проверка конфликтов и т.д.
350
+ *
351
+ * @param {object} componentButton
352
+ * @param {object} sendData
353
+ * @param {object} button_i18n
354
+ */
355
+ sendRequestToComponentActivationPrepare: function(componentButton, sendData, button_i18n) {
356
+ var self = this;
357
+
358
+ componentButton.addClass('button-primary')
359
+ .addClass('disabled')
360
+ .text(button_i18n.preparation);
361
+
362
+ sendData.action = 'wbcr-clearfy-prepare-component';
363
+
364
+ this.sendRequest(sendData, function(response) {
365
+ componentButton.removeClass('disabled');
366
+
367
+ if( !response || !response.success ) {
368
+ componentButton.text(button_i18n['activate']);
369
+ self.setComponentDeactivate(componentButton);
370
+
371
+ if( response.data && response.data.error_message ) {
372
+ self.showNotice(response.data.error_message, 'danger');
373
+ }
374
+
375
+ $.wbcr_clearfy.hooks.run('clearfy/components/activated_error', [sendData.plugin]);
376
+ return;
377
+ }
378
+
379
+ componentButton.removeClass('button-primary').text(button_i18n['deactivate']);
380
+ self.setComponentActivate(componentButton);
381
+
382
+ $.wbcr_clearfy.hooks.run('clearfy/components/activated', [sendData.plugin]);
383
+ });
384
+ },
385
+
386
  sendRequest: function(data, callback) {
387
+ var self = this;
388
+
389
  $.ajax(ajaxurl, {
390
  type: 'post',
391
  dataType: 'json',
392
  data: data,
393
  success: function(data, textStatus, jqXHR) {
394
  callback && callback(data);
395
+ },
396
+ error: function(xhr, ajaxOptions, thrownError) {
397
+ console.log(xhr.status);
398
+ console.log(xhr.responseText);
399
+ console.log(thrownError);
400
+
401
+ var noticeId = self.showNotice('Error: [' + thrownError + '] Status: [' + xhr.status + '] Error massage: [' + xhr.responseText + ']', 'danger');
402
+
403
+ /*setTimeout(function() {
404
+ self.hideNotice(noticeId);
405
+ }, 5000);*/
406
  }
407
  });
408
+ },
409
+
410
+ makeid: function() {
411
+ var text = "";
412
+ var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
413
+
414
+ for( var i = 0; i < 32; i++ ) {
415
+ text += possible.charAt(Math.floor(Math.random() * possible.length));
416
+ }
417
+
418
+ return text;
419
  }
420
+
421
  };
422
 
423
  $(document).ready(function() {
admin/assets/js/update-package.js CHANGED
@@ -55,6 +55,9 @@
55
  data: data,
56
  success: function(data, textStatus, jqXHR) {
57
  callback && callback(data);
 
 
 
58
  }
59
  });
60
  }
55
  data: data,
56
  success: function(data, textStatus, jqXHR) {
57
  callback && callback(data);
58
+ },
59
+ error: function(data) {
60
+ console.log(data);
61
  }
62
  });
63
  }
admin/boot.php CHANGED
@@ -11,6 +11,55 @@
11
  exit;
12
  }
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  /**
15
  * We assets scripts in the admin panel on each page.
16
  *
@@ -22,6 +71,10 @@
22
  ->getPluginVersion());
23
  wp_enqueue_script('wbcr-clearfy-install-addons', WCL_PLUGIN_URL . '/admin/assets/js/install-addons.js', array('jquery'), WCL_Plugin::app()
24
  ->getPluginVersion());
 
 
 
 
25
  }
26
 
27
  add_action('admin_enqueue_scripts', 'wbcr_clearfy_enqueue_global_scripts');
@@ -58,7 +111,7 @@
58
 
59
  $new_external_componetns = array(
60
  array(
61
- 'name' => 'cyr3lat',
62
  'base_path' => 'robin-image-optimizer/robin-image-optimizer.php',
63
  'type' => 'wordpress',
64
  'title' => __('Robin image optimizer – saves your money on image optimization!', 'clearfy'),
@@ -182,6 +235,15 @@ Most websites can be hacked easily, as hackers and bots know all security flaws
182
  function wbcr_clearfy_donate_widget($widgets, $position, $plugin)
183
  {
184
  if( $plugin->getPluginName() == WCL_Plugin::app()->getPluginName() ) {
 
 
 
 
 
 
 
 
 
185
  $buy_premium_url = WCL_Plugin::app()->getAuthorSitePageUrl('pricing', 'license_page');
186
 
187
  ob_start();
11
  exit;
12
  }
13
 
14
+ /**
15
+ * Выводит уведомление, что нужно сбросить постоянные ссылки.
16
+ * Уведомление будет показано на всех страницах Clearfy и его компонентах.
17
+ *
18
+ * @param WCL_Plugin $plugin
19
+ * @param Wbcr_FactoryPages407_ImpressiveThemplate $obj
20
+ * @return bool
21
+ */
22
+ //todo: Выводить сразу после деактивации аддона
23
+ function wbcr_clearfy_print_notice_rewrite_rules($plugin, $obj)
24
+ {
25
+ if( WCL_Plugin::app()->getOption('need_rewrite_rules') ) {
26
+ $obj->printWarningNotice(sprintf(__('When you deactivate some components, permanent links may work incorrectly. If this happens, please, <a href="%s">update the permalinks</a>, so you could complete the deactivation.', 'clearfy'), admin_url('options-permalink.php')));
27
+ }
28
+ }
29
+
30
+ add_action('wbcr_factory_pages_407_imppage_print_all_notices', 'wbcr_clearfy_print_notice_rewrite_rules', 10, 2);
31
+
32
+ /**
33
+ * Удалем уведомление Clearfy о том, что нужно перезаписать постоянные ссылоки.
34
+ */
35
+ function wbcr_clearfy_flush_rewrite_rules() {
36
+ WCL_Plugin::app()->deleteOption('need_rewrite_rules', 1);
37
+ }
38
+
39
+ add_action('flush_rewrite_rules_hard', 'wbcr_clearfy_flush_rewrite_rules');
40
+
41
+ /**
42
+ * Обновить постоынные ссылки, после выполнения быстрых настроек
43
+ *
44
+ * @param WHM_Plugin $plugin
45
+ * @param Wbcr_FactoryPages407_ImpressiveThemplate $obj
46
+ */
47
+ function wbcr_clearfy_after_form_save($plugin, $obj)
48
+ {
49
+ if( !WCL_Plugin::app()->currentUserCan() ) {
50
+ return;
51
+ }
52
+ $is_clearfy = WCL_Plugin::app()->getPluginName() == $plugin->getPluginName();
53
+
54
+ if( $is_clearfy && $obj->id == 'quick_start' && isset($_GET['action']) && $_GET['action'] == 'flush-cache-and-rules' ) {
55
+ require_once ABSPATH . 'wp-admin/includes/file.php';
56
+ require_once ABSPATH . 'wp-admin/includes/misc.php';
57
+ flush_rewrite_rules(true);
58
+ }
59
+ }
60
+
61
+ add_action('wbcr_factory_406_imppage_after_form_save', 'wbcr_clearfy_after_form_save', 10, 2);
62
+
63
  /**
64
  * We assets scripts in the admin panel on each page.
65
  *
71
  ->getPluginVersion());
72
  wp_enqueue_script('wbcr-clearfy-install-addons', WCL_PLUGIN_URL . '/admin/assets/js/install-addons.js', array('jquery'), WCL_Plugin::app()
73
  ->getPluginVersion());
74
+
75
+ // Filers & Hooks API
76
+ wp_enqueue_script('wbcr-clearfy-filters', WCL_PLUGIN_URL . '/admin/assets/js/filters.js', array('jquery'), WCL_Plugin::app()
77
+ ->getPluginVersion());
78
  }
79
 
80
  add_action('admin_enqueue_scripts', 'wbcr_clearfy_enqueue_global_scripts');
111
 
112
  $new_external_componetns = array(
113
  array(
114
+ 'name' => 'robin-image-optimizer',
115
  'base_path' => 'robin-image-optimizer/robin-image-optimizer.php',
116
  'type' => 'wordpress',
117
  'title' => __('Robin image optimizer – saves your money on image optimization!', 'clearfy'),
235
  function wbcr_clearfy_donate_widget($widgets, $position, $plugin)
236
  {
237
  if( $plugin->getPluginName() == WCL_Plugin::app()->getPluginName() ) {
238
+
239
+ $licensing = WCL_Licensing::instance();
240
+
241
+ if( $licensing->isLicenseValid() ) {
242
+ unset($widgets['donate_widget']);
243
+
244
+ return $widgets;
245
+ }
246
+
247
  $buy_premium_url = WCL_Plugin::app()->getAuthorSitePageUrl('pricing', 'license_page');
248
 
249
  ob_start();
admin/includes/classes/class.install-plugins-button.php CHANGED
@@ -361,6 +361,7 @@
361
  'deactivate' => __('Deactivate', 'clearfy'),
362
  'delete' => __('Delete', 'clearfy'),
363
  'loading' => __('Please wait...', 'clearfy'),
 
364
  'read' => __('Read more', 'clearfy')
365
  );
366
  }
361
  'deactivate' => __('Deactivate', 'clearfy'),
362
  'delete' => __('Delete', 'clearfy'),
363
  'loading' => __('Please wait...', 'clearfy'),
364
+ 'preparation' => __('Preparation...', 'clearfy'),
365
  'read' => __('Read more', 'clearfy')
366
  );
367
  }
admin/includes/classes/class.pages.php CHANGED
@@ -25,7 +25,8 @@
25
  *
26
  * @see Wbcr_FactoryPages407_AdminPage
27
  *
28
- * @since 1.0.0
 
29
  * @return void
30
  */
31
  public function assets($scripts, $styles)
@@ -42,6 +43,20 @@
42
  do_action('wbcr_clearfy_page_enqueue_scripts', $this->getResultId(), $scripts, $styles);
43
  }
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  /**
46
  * @param $option_name
47
  * @param bool $default
25
  *
26
  * @see Wbcr_FactoryPages407_AdminPage
27
  *
28
+ * @param Wbcr_Factory406_ScriptList $scripts
29
+ * @param Wbcr_Factory406_StyleList $styles
30
  * @return void
31
  */
32
  public function assets($scripts, $styles)
43
  do_action('wbcr_clearfy_page_enqueue_scripts', $this->getResultId(), $scripts, $styles);
44
  }
45
 
46
+ /**
47
+ * @return string
48
+ */
49
+ public function getPluginTitle()
50
+ {
51
+ $licensing = WCL_Licensing::instance();
52
+
53
+ return 'Webcraftic Clearfy ' . ($licensing->isLicenseValid()
54
+ ? '<span class="wbcr-clr-logo-label wbcr-clr-premium-label-logo">' . __('Business', 'clearfy') . '</span>'
55
+ : '<span class="wbcr-clr-logo-label wbcr-clr-free-label-logo">Free</span>') . ' ver';
56
+ }
57
+
58
+ //public function not
59
+
60
  /**
61
  * @param $option_name
62
  * @param bool $default
admin/includes/classes/class.upgrader.php CHANGED
@@ -34,7 +34,7 @@ class WCL_Plugin_Upgrader extends Plugin_Upgrader {
34
  return new WP_Error('no_package', $this->strings['no_package']);
35
 
36
 
37
- $download_file = download_url( $package );
38
  $mime_type = mime_content_type( $download_file );
39
 
40
  if ( 'text/plain' == $mime_type ) {
34
  return new WP_Error('no_package', $this->strings['no_package']);
35
 
36
 
37
+ $download_file = download_url( $package, 1000 );
38
  $mime_type = mime_content_type( $download_file );
39
 
40
  if ( 'text/plain' == $mime_type ) {
admin/pages/license.php CHANGED
@@ -272,6 +272,7 @@
272
 
273
  <div class="onp-container">
274
  <div class="license-details">
 
275
  <a href="<?= $this->plugin->getAuthorSitePageUrl('pricing', 'license_page') ?>" class="purchase-premium" target="_blank" rel="noopener">
276
  <span class="btn btn-gold btn-inner-wrap">
277
  <i class="fa fa-star"></i> <?php printf(__('Upgrade to Premium for $%s', 'clearfy'), '19') ?>
@@ -280,6 +281,7 @@
280
  </a>
281
 
282
  <p><?php printf(__('Your current license for %1$s:', 'clearfy'), $this->plugin->getPluginTitle()) ?></p>
 
283
 
284
  <div class="license-details-block <?= $license_type ?>-details-block">
285
  <?php if( $has_key ) { ?>
@@ -292,8 +294,7 @@
292
  <h3>
293
  <?= ucfirst($plan); ?>
294
  <?php if( $premium and $subscribe ) { ?>
295
- <span style="font-size: 15px;">(Automatic renewal, every <?php echo esc_attr($billing); ?>
296
- )</span>
297
  <?php } ?>
298
  </h3>
299
 
272
 
273
  <div class="onp-container">
274
  <div class="license-details">
275
+ <?php if($license_type == 'free'): ?>
276
  <a href="<?= $this->plugin->getAuthorSitePageUrl('pricing', 'license_page') ?>" class="purchase-premium" target="_blank" rel="noopener">
277
  <span class="btn btn-gold btn-inner-wrap">
278
  <i class="fa fa-star"></i> <?php printf(__('Upgrade to Premium for $%s', 'clearfy'), '19') ?>
281
  </a>
282
 
283
  <p><?php printf(__('Your current license for %1$s:', 'clearfy'), $this->plugin->getPluginTitle()) ?></p>
284
+ <?php endif; ?>
285
 
286
  <div class="license-details-block <?= $license_type ?>-details-block">
287
  <?php if( $has_key ) { ?>
294
  <h3>
295
  <?= ucfirst($plan); ?>
296
  <?php if( $premium and $subscribe ) { ?>
297
+ <span style="font-size: 15px;"><?php printf(__('(Automatic renewal, every %s',''), esc_attr($billing)); ?>)</span>
 
298
  <?php } ?>
299
  </h3>
300
 
admin/pages/quick-start.php CHANGED
@@ -88,12 +88,12 @@
88
  $this->scripts->add(WCL_PLUGIN_URL . '/admin/assets/js/update-package.js');
89
 
90
  $params = array(
91
- 'ajaxurl' => admin_url('admin-ajax.php'),
 
92
  'ajax_nonce' => wp_create_nonce('wbcr_clearfy_ajax_quick_start_nonce'),
93
  );
94
 
95
  wp_localize_script('jquery', 'wbcr_clearfy_ajax', $params);
96
-
97
  }
98
 
99
  /**
@@ -200,7 +200,11 @@
200
  unset($allow_mods['remove_default_widgets']);
201
  }
202
 
203
- $allow_mods['reset'] = array('title' => __('Reset all settings', 'clearfy'), 'icon' => 'dashicons-backup');
 
 
 
 
204
  ?>
205
  <div class="wbcr-clearfy-layer"></div>
206
  <div class="wbcr-clearfy-confirm-popup">
@@ -226,12 +230,21 @@
226
  <div class="row">
227
  <?php foreach($allow_mods as $mode_name => $mode): ?>
228
  <?php
229
- $mode_title = is_array($mode)
230
- ? $mode['title']
231
- : $mode;
232
- $mode_icon = is_array($mode) && $mode['icon']
233
- ? $mode['icon']
234
- : null;
 
 
 
 
 
 
 
 
 
235
  ?>
236
 
237
  <div class="col-sm-12">
@@ -250,7 +263,7 @@
250
  <p style="color:#9e9e9e"><?php _e('After confirmation, all the settings of the plug-in will return to the default state. Make backup settings by copying data from the export field.', 'clearfy') ?></p>
251
 
252
  <?php endif; ?>
253
- <div class="wbcr-clearfy-switch wbcr-clearfy-switch-mode-<?= $mode_name ?>" data-mode="<?= $mode_name ?>" data-mode-options="<?= $print_group_options ?>">
254
  <?php if( !empty($mode_icon) ): ?>
255
  <i class="dashicons <?= $mode_icon; ?>"></i>
256
  <?php endif; ?>
88
  $this->scripts->add(WCL_PLUGIN_URL . '/admin/assets/js/update-package.js');
89
 
90
  $params = array(
91
+ //'ajaxurl' => admin_url('admin-ajax.php'),
92
+ 'flush_cache_url' => $this->getActionUrl('flush-cache-and-rules', array('_wpnonce' => wp_create_nonce('wbcr_factory_' . $this->getResultId() . '_flush_action'))),
93
  'ajax_nonce' => wp_create_nonce('wbcr_clearfy_ajax_quick_start_nonce'),
94
  );
95
 
96
  wp_localize_script('jquery', 'wbcr_clearfy_ajax', $params);
 
97
  }
98
 
99
  /**
200
  unset($allow_mods['remove_default_widgets']);
201
  }
202
 
203
+ $allow_mods['reset'] = array(
204
+ 'title' => __('Reset all settings', 'clearfy'),
205
+ 'icon' => 'dashicons-backup',
206
+ 'args' => array('flush_redirect' => 1)
207
+ );
208
  ?>
209
  <div class="wbcr-clearfy-layer"></div>
210
  <div class="wbcr-clearfy-confirm-popup">
230
  <div class="row">
231
  <?php foreach($allow_mods as $mode_name => $mode): ?>
232
  <?php
233
+ $mode_title = $mode;
234
+ $mode_icon = '';
235
+ $mode_args = '';
236
+
237
+ if( is_array($mode) ) {
238
+ $mode_title = isset($mode['title'])
239
+ ? $mode['title']
240
+ : '';
241
+ $mode_icon = isset($mode['icon'])
242
+ ? $mode['icon']
243
+ : '';
244
+ $mode_args = isset($mode['args']) && is_array($mode['args'])
245
+ ? WCL_Helper::getEscapeJson($mode['args'])
246
+ : '';
247
+ }
248
  ?>
249
 
250
  <div class="col-sm-12">
263
  <p style="color:#9e9e9e"><?php _e('After confirmation, all the settings of the plug-in will return to the default state. Make backup settings by copying data from the export field.', 'clearfy') ?></p>
264
 
265
  <?php endif; ?>
266
+ <div class="wbcr-clearfy-switch wbcr-clearfy-switch-mode-<?= $mode_name ?>" data-mode="<?= $mode_name ?>" data-mode-args="<?= $mode_args ?>" data-mode-options="<?= $print_group_options ?>">
267
  <?php if( !empty($mode_icon) ): ?>
268
  <i class="dashicons <?= $mode_icon; ?>"></i>
269
  <?php endif; ?>
admin/pages/seo.php CHANGED
@@ -203,6 +203,19 @@ There is currently no UI to do so.', 'clearfy') . ' <br><b>Clearfy: </b>' . __('
203
  'default' => false
204
  );
205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  $options[] = array(
207
  'type' => 'checkbox',
208
  'way' => 'buttons',
203
  'default' => false
204
  );
205
 
206
+ /*$options[] = array(
207
+ 'type' => 'checkbox',
208
+ 'way' => 'buttons',
209
+ 'name' => 'yoast_canonical_pagination',
210
+ 'title' => sprintf(__('Canonical on pagination pages', 'clearfy'), 'head'),
211
+ 'layout' => array('hint-type' => 'icon', 'hint-icon-color' => 'grey'),
212
+ 'hint' => __('It’s a well-known fact, that the Yoast SEO plugin outputs canonical links on pagination pages, such as /page/2/, /page/3/ and so on. While various search engines treat canonical links differently, it is always better to replace them with the link leading to the main pagination page.
213
+ If enabled, this feature changes the canonical link to the main page or category link.
214
+ When you deactivate some components, permanent links may work incorrectly. If this happens, please, update the structure of the permanent links, so you could complete the deactivation.
215
+ ', 'clearfy'),
216
+ 'default' => false
217
+ );*/
218
+
219
  $options[] = array(
220
  'type' => 'checkbox',
221
  'way' => 'buttons',
assets/css/admin-bar.css CHANGED
@@ -6,6 +6,9 @@
6
  #wp-admin-bar-clearfy-menu {
7
  background: #443a54 !important;
8
  }
 
 
 
9
  #wp-admin-bar-clearfy-menu #wp-admin-bar-clearfy-menu-default {
10
  background: #565656 !important;
11
  }
@@ -18,6 +21,20 @@
18
  }
19
  #wp-admin-bar-clearfy-menu .wbcr-clearfy-admin-bar-menu-title {
20
  display: inline-block !important;
21
- width: 100px !important;
22
  overflow: hidden;
23
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  #wp-admin-bar-clearfy-menu {
7
  background: #443a54 !important;
8
  }
9
+ #wp-admin-bar-clearfy-menu .dashicons {
10
+ font: 400 20px/1 dashicons;
11
+ }
12
  #wp-admin-bar-clearfy-menu #wp-admin-bar-clearfy-menu-default {
13
  background: #565656 !important;
14
  }
21
  }
22
  #wp-admin-bar-clearfy-menu .wbcr-clearfy-admin-bar-menu-title {
23
  display: inline-block !important;
24
+ width: 65px !important;
25
  overflow: hidden;
26
  }
27
+ #wp-admin-bar-clearfy-menu .wbcr-clearfy-admin-bar-menu-title .dashicons {
28
+ font-size: 20px !important;
29
+ padding: 6px 0 !important;
30
+ }
31
+ #wp-admin-bar-clearfy-menu .ab-item .dashicons {
32
+ font-size: 14px;
33
+ padding: 6px 0;
34
+ }
35
+ #wp-admin-bar-clearfy-menu .ab-item .dashicons.dashicons-heart {
36
+ color: #fb7976;
37
+ }
38
+ #wp-admin-bar-clearfy-menu .ab-item .dashicons.dashicons-star-filled {
39
+ color: #ffbe00;
40
+ }
assets/css/admin-bar.less CHANGED
@@ -5,6 +5,10 @@
5
  */
6
 
7
  #wp-admin-bar-clearfy-menu {
 
 
 
 
8
  background: #443a54 !important;
9
 
10
  #wp-admin-bar-clearfy-menu-default {
@@ -19,7 +23,27 @@
19
  }
20
  .wbcr-clearfy-admin-bar-menu-title {
21
  display: inline-block !important;
22
- width: 100px !important;
23
  overflow: hidden;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  }
25
  }
5
  */
6
 
7
  #wp-admin-bar-clearfy-menu {
8
+ .dashicons {
9
+ font: 400 20px/1 dashicons;
10
+ }
11
+
12
  background: #443a54 !important;
13
 
14
  #wp-admin-bar-clearfy-menu-default {
23
  }
24
  .wbcr-clearfy-admin-bar-menu-title {
25
  display: inline-block !important;
26
+ width: 65px !important;
27
  overflow: hidden;
28
+
29
+ .dashicons {
30
+ font-size: 20px !important;
31
+ padding: 6px 0 !important;
32
+ }
33
+ }
34
+
35
+ .ab-item {
36
+ .dashicons {
37
+ font-size: 14px;
38
+ padding: 6px 0;
39
+
40
+ &.dashicons-heart {
41
+ color: #fb7976;
42
+ }
43
+
44
+ &.dashicons-star-filled {
45
+ color: #ffbe00;
46
+ }
47
+ }
48
  }
49
  }
clearfy.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://wordpress.org/plugins/clearfy/
5
  * Description: Disables unused Wordpress features, improves performance and increases SEO rankings, using Clearfy, which makes WordPress very easy.
6
  * Author: Webcraftic <wordpress.webraftic@gmail.com>
7
- * Version: 1.3.183
8
  * Text Domain: clearfy
9
  * Domain Path: /languages/
10
  * Author URI: http://clearfy.pro
@@ -37,7 +37,7 @@
37
  'prefix' => 'wbcr_clearfy_',
38
  'plugin_name' => 'wbcr_clearfy',
39
  'plugin_title' => __('Clearfy', 'clearfy'),
40
- 'plugin_version' => '1.3.183',
41
  'required_php_version' => '5.2',
42
  'required_wp_version' => '4.2',
43
  'freemius_plugin_id' => 2315,
4
  * Plugin URI: https://wordpress.org/plugins/clearfy/
5
  * Description: Disables unused Wordpress features, improves performance and increases SEO rankings, using Clearfy, which makes WordPress very easy.
6
  * Author: Webcraftic <wordpress.webraftic@gmail.com>
7
+ * Version: 1.3.184
8
  * Text Domain: clearfy
9
  * Domain Path: /languages/
10
  * Author URI: http://clearfy.pro
37
  'prefix' => 'wbcr_clearfy_',
38
  'plugin_name' => 'wbcr_clearfy',
39
  'plugin_title' => __('Clearfy', 'clearfy'),
40
+ 'plugin_version' => '1.3.184',
41
  'required_php_version' => '5.2',
42
  'required_wp_version' => '4.2',
43
  'freemius_plugin_id' => 2315,
components/assets-manager/includes/class.configurate-assets.php CHANGED
@@ -91,7 +91,7 @@
91
  $current_url = add_query_arg(array('wbcr_assets_manager' => 1));
92
 
93
  $menu_items['assetsManager'] = array(
94
- 'title' => __('Script Manager', 'gonzales') . ' (Beta)',
95
  'href' => $current_url
96
  );
97
 
@@ -111,7 +111,7 @@
111
 
112
  $args = array(
113
  'id' => 'assetsManager',
114
- 'title' => __('Script Manager', 'gonzales') . ' (Beta)',
115
  'href' => $current_url
116
  );
117
  $wp_admin_bar->add_node($args);
@@ -447,7 +447,7 @@
447
 
448
  $this->updateOption('assets_manager_options', $options);
449
 
450
- // todo: test cache control
451
  if( function_exists('w3tc_pgcache_flush') ) {
452
  w3tc_pgcache_flush();
453
  } elseif( function_exists('wp_cache_clear_cache') ) {
91
  $current_url = add_query_arg(array('wbcr_assets_manager' => 1));
92
 
93
  $menu_items['assetsManager'] = array(
94
+ 'title' => '<span class="dashicons dashicons-list-view"></span> ' . __('Script Manager', 'gonzales'),
95
  'href' => $current_url
96
  );
97
 
111
 
112
  $args = array(
113
  'id' => 'assetsManager',
114
+ 'title' => __('Script Manager', 'gonzales'),
115
  'href' => $current_url
116
  );
117
  $wp_admin_bar->add_node($args);
447
 
448
  $this->updateOption('assets_manager_options', $options);
449
 
450
+ // todo: создать отдельный файл для сброса кеша и перенести этот код туда
451
  if( function_exists('w3tc_pgcache_flush') ) {
452
  w3tc_pgcache_flush();
453
  } elseif( function_exists('wp_cache_clear_cache') ) {
components/assets-manager/includes/class.plugin.php CHANGED
@@ -83,10 +83,21 @@
83
  return self::$app;
84
  }
85
 
 
86
  protected function setTextDomain()
87
  {
88
  // Localization plugin
89
- load_plugin_textdomain('gonzales', false, dirname(WGZ_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
90
  }
91
 
92
  protected function setModules()
83
  return self::$app;
84
  }
85
 
86
+ // todo: перенести этот медот в фреймворк
87
  protected function setTextDomain()
88
  {
89
  // Localization plugin
90
+ //load_plugin_textdomain('gonzales', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
91
+
92
+ $domain = 'gonzales';
93
+ $locale = apply_filters('plugin_locale', is_admin()
94
+ ? get_user_locale()
95
+ : get_locale(), $domain);
96
+ $mofile = $domain . '-' . $locale . '.mo';
97
+
98
+ if( !load_textdomain($domain, WGZ_PLUGIN_DIR . '/languages/' . $mofile) ) {
99
+ load_muplugin_textdomain($domain);
100
+ }
101
  }
102
 
103
  protected function setModules()
components/assets-manager/languages/gonzales-nl_BE.mo ADDED
Binary file
components/assets-manager/languages/gonzales-nl_BE.po ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:24+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/boot.php:32
26
+ msgid "Get ultimate plugin free"
27
+ msgstr "Krijg ultieme plugin gratis"
28
+
29
+ #: admin/boot.php:57 admin/pages/assets-manager.php:101
30
+ msgid "Disable assets manager"
31
+ msgstr "Schakel assets manager uit"
32
+
33
+ #: admin/boot.php:64 admin/pages/assets-manager.php:125
34
+ msgid "Disable assets manager panel"
35
+ msgstr "Schakel paneel van assets manager uit"
36
+
37
+ #: admin/boot.php:70 admin/pages/assets-manager.php:134
38
+ msgid "Disable assets manager on front"
39
+ msgstr "Schakel assets manager op front-end uit"
40
+
41
+ #: admin/boot.php:76 admin/pages/assets-manager.php:143
42
+ msgid "Disable assets manager on back-end"
43
+ msgstr "Schakel assets manager op back-end uit"
44
+
45
+ #: admin/boot.php:82
46
+ msgid "Assets manager options"
47
+ msgstr "Assets manager opties"
48
+
49
+ #: admin/pages/assets-manager.php:42 admin/pages/assets-manager.php:61
50
+ #: includes/class.configurate-assets.php:139
51
+ msgid "Assets manager"
52
+ msgstr "Assets manager"
53
+
54
+ #: admin/pages/assets-manager.php:62
55
+ msgid "General"
56
+ msgstr "Algemeen"
57
+
58
+ #: admin/pages/assets-manager.php:94
59
+ msgid "Disable unused scripts, styles, and fonts"
60
+ msgstr "Ongebruikte scripts, stijlen en lettertypen uitschakelen"
61
+
62
+ #: admin/pages/assets-manager.php:94
63
+ msgid ""
64
+ "There is a button in the adminbar called \"Script Manager\". If you click on "
65
+ "it you will see a list of loaded scripts, styles and fonts on the current page "
66
+ "of your site. If you think that one of the assets is superfluous on this page, "
67
+ "you can disable it individually, so that it does not create unnecessary "
68
+ "queries when page loading. Use the script manager very carefull to non-corrupt "
69
+ "your website. We recommend to test this function at a local server."
70
+ msgstr ""
71
+ "Er is een knop in de beheerbalk genaamd 'Script Manager'. Als u erop klikt, "
72
+ "ziet u een lijst met geladen scripts, stijlen en lettertypen op de huidige "
73
+ "pagina van uw site. Als u denkt dat een van de items op deze pagina overbodig "
74
+ "is, kunt u deze afzonderlijk uitschakelen, zodat er geen onnodige query's "
75
+ "ontstaan ​​wanneer de pagina wordt geladen. Gebruik de script manager heel "
76
+ "voorzichtig om uw website niet te beschadigen. We raden aan om deze functie "
77
+ "bij een lokale server te testen."
78
+
79
+ #: admin/pages/assets-manager.php:103
80
+ msgid "Full disable of the module."
81
+ msgstr "De module volledig uitschakelen."
82
+
83
+ #: admin/pages/assets-manager.php:127
84
+ msgid ""
85
+ "By default in your admin bar there is a button for control the assets scripts "
86
+ "and styles. With this option, you can turn off the script manager on front and "
87
+ "back-end."
88
+ msgstr ""
89
+ "Standaard is er in je beheer balk een knop voor het beheren van de assets "
90
+ "scripts en -stijlen. Met deze optie kunt u de script manager aan frontend en "
91
+ "backend uitschakelen."
92
+
93
+ #: admin/pages/assets-manager.php:136
94
+ msgid "Disables assets manager initialization for frontend."
95
+ msgstr "Schakelt de opstart van assets manager voor de front-end uit."
96
+
97
+ #: admin/pages/assets-manager.php:145
98
+ msgid "Disables assets manager initialization for backend."
99
+ msgstr "Schakelt de opstart van assets manager voor de back-end uit."
100
+
101
+ #: gonzales.php:23
102
+ msgid ""
103
+ "We found that you use the plugin \"Clearfy - disable unused functions\", this "
104
+ "plugin already has the same functions as \"Assets manager\", so you can "
105
+ "disable the \"Assets manager\" plugin!"
106
+ msgstr ""
107
+ "We hebben vastgesteld dat u de plugin \"Clearfy - uitschakelen ongebruikte "
108
+ "functies\" gebruikt, deze plugin heeft al dezelfde functies als \"Assets "
109
+ "manager\", dus u kunt de plugin \"Assets manager\" uitschakelen!"
110
+
111
+ #: gonzales.php:80
112
+ msgid "Webcraftic assets manager"
113
+ msgstr "Webcraftic assets manager"
114
+
115
+ #: includes/class.configurate-assets.php:94
116
+ #: includes/class.configurate-assets.php:114
117
+ msgid "Script Manager"
118
+ msgstr "Script Manager"
119
+
120
+ #: includes/class.configurate-assets.php:141
121
+ msgid ""
122
+ "Below you can disable/enable CSS and JS files on a per page/post basis, as "
123
+ "well as by custom post types. We recommend testing this locally or on a "
124
+ "staging site first, as you could break the appearance of your live site. If "
125
+ "you aren't sure about a certain script, you can try clicking on it, as a lot "
126
+ "of authors will mention their plugin or theme in the header of the source code."
127
+ msgstr ""
128
+ "Hieronder kunt u CSS en JS bestanden per pagina/post uitschakelen en "
129
+ "inschakelen, evenals voor aangepaste bericht types. We raden aan dit eerst "
130
+ "lokaal of op een staging-site te testen, omdat je het uiterlijk van je live "
131
+ "site kunt breken. Als je niet zeker bent van een bepaald script, kun je "
132
+ "proberen erop te klikken, omdat veel auteurs hun plugin of thema zullen "
133
+ "vermelden in de hoofding van de broncode."
134
+
135
+ #: includes/class.configurate-assets.php:142
136
+ msgid ""
137
+ "If for some reason you run into trouble, you can always enable everything "
138
+ "again to reset the settings."
139
+ msgstr ""
140
+ "Als u om de één of andere reden in de problemen komt, kunt u altijd alles "
141
+ "opnieuw inschakelen om de instellingen opnieuw in te stellen."
142
+
143
+ #: includes/class.configurate-assets.php:151
144
+ msgid "Save settings"
145
+ msgstr "Bewaar instellingen"
146
+
147
+ #: includes/class.configurate-assets.php:158
148
+ msgid "Hide panel in adminbar?"
149
+ msgstr "Verberg paneel in beheer balk?"
150
+
151
+ #: includes/class.configurate-assets.php:169
152
+ msgid "State"
153
+ msgstr "Staat"
154
+
155
+ #: includes/class.configurate-assets.php:170
156
+ msgid "Size"
157
+ msgstr "Formaat"
158
+
159
+ #: includes/class.configurate-assets.php:171
160
+ msgid "Script"
161
+ msgstr "Script"
162
+
163
+ #: includes/class.configurate-assets.php:172
164
+ msgid "In use"
165
+ msgstr "In gebruik"
166
+
167
+ #: includes/class.configurate-assets.php:173
168
+ msgid "Disable"
169
+ msgstr "Uitschakelen"
170
+
171
+ #: includes/class.configurate-assets.php:174
172
+ msgid "Enable"
173
+ msgstr "Inschakelen"
174
+
175
+ #: includes/class.configurate-assets.php:221
176
+ msgid "In use by"
177
+ msgstr "In gebruik door"
178
+
179
+ #: includes/class.configurate-assets.php:248
180
+ msgid "Enabled"
181
+ msgstr "Ingeschakeld"
182
+
183
+ #: includes/class.configurate-assets.php:253
184
+ msgid "Everywhere"
185
+ msgstr "Overal"
186
+
187
+ #: includes/class.configurate-assets.php:260
188
+ #: includes/class.configurate-assets.php:283
189
+ msgid "Current URL"
190
+ msgstr "Huidige URL"
191
+
192
+ #: includes/class.configurate-assets.php:269
193
+ msgid "Disable everwhere to view enable settings."
194
+ msgstr "Overal uitschakelen om de instellingen voor inschakelen te bekijken."
components/assets-manager/languages/gonzales-pt_BR.mo ADDED
Binary file
components/assets-manager/languages/gonzales-pt_BR.po ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:23+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:23+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/boot.php:32
24
+ msgid "Get ultimate plugin free"
25
+ msgstr "Obtenha o melhor plugin grátis"
26
+
27
+ #: admin/boot.php:57 admin/pages/assets-manager.php:101
28
+ msgid "Disable assets manager"
29
+ msgstr "Desativar gerente de ativos"
30
+
31
+ #: admin/boot.php:64 admin/pages/assets-manager.php:125
32
+ msgid "Disable assets manager panel"
33
+ msgstr "Desativar painel do gerenciador de ativos"
34
+
35
+ #: admin/boot.php:70 admin/pages/assets-manager.php:134
36
+ msgid "Disable assets manager on front"
37
+ msgstr "Desativar o gerente de ativos na frente"
38
+
39
+ #: admin/boot.php:76 admin/pages/assets-manager.php:143
40
+ msgid "Disable assets manager on back-end"
41
+ msgstr "Desativar gerenciador de ativos no back-end"
42
+
43
+ #: admin/boot.php:82
44
+ msgid "Assets manager options"
45
+ msgstr "Opções do gerente de ativos"
46
+
47
+ #: admin/pages/assets-manager.php:42 admin/pages/assets-manager.php:61
48
+ #: includes/class.configurate-assets.php:139
49
+ msgid "Assets manager"
50
+ msgstr "Gerente de Ativos"
51
+
52
+ #: admin/pages/assets-manager.php:62
53
+ msgid "General"
54
+ msgstr "Geral"
55
+
56
+ #: admin/pages/assets-manager.php:94
57
+ msgid "Disable unused scripts, styles, and fonts"
58
+ msgstr "Desativar scripts, estilos e fontes não utilizados"
59
+
60
+ #: admin/pages/assets-manager.php:94
61
+ msgid ""
62
+ "There is a button in the adminbar called \"Script Manager\". If you click on "
63
+ "it you will see a list of loaded scripts, styles and fonts on the current "
64
+ "page of your site. If you think that one of the assets is superfluous on "
65
+ "this page, you can disable it individually, so that it does not create "
66
+ "unnecessary queries when page loading. Use the script manager very carefull "
67
+ "to non-corrupt your website. We recommend to test this function at a local "
68
+ "server."
69
+ msgstr ""
70
+ "Existe um botão na barra de admin chamado \"Script Manager \". Se você "
71
+ "clicar nele, verá uma lista de scripts, estilos e fontes carregados na "
72
+ "página atual do seu site. Se você acha que um dos ativos é supérfluo nesta "
73
+ "página, você pode desativá-lo individualmente, para que ele não crie "
74
+ "consultas desnecessárias ao carregar a página. Use o gerenciador de scripts "
75
+ "com muito cuidado para não corromper seu site. Recomendamos testar essa "
76
+ "função em um servidor local."
77
+
78
+ #: admin/pages/assets-manager.php:103
79
+ msgid "Full disable of the module."
80
+ msgstr "Desabilitação total do módulo."
81
+
82
+ #: admin/pages/assets-manager.php:127
83
+ msgid ""
84
+ "By default in your admin bar there is a button for control the assets "
85
+ "scripts and styles. With this option, you can turn off the script manager on "
86
+ "front and back-end."
87
+ msgstr ""
88
+ "Por padrão, na barra de administração, existe um botão para controlar os "
89
+ "scripts e estilos de recursos. Com essa opção, você pode desativar o "
90
+ "gerenciador de scripts na frente e no final."
91
+
92
+ #: admin/pages/assets-manager.php:136
93
+ msgid "Disables assets manager initialization for frontend."
94
+ msgstr "Desativa a inicialização do gerenciador de ativos para o frontend."
95
+
96
+ #: admin/pages/assets-manager.php:145
97
+ msgid "Disables assets manager initialization for backend."
98
+ msgstr "Desativa a inicialização do gerenciador de ativos para o back-end."
99
+
100
+ #: gonzales.php:23
101
+ msgid ""
102
+ "We found that you use the plugin \"Clearfy - disable unused functions\", "
103
+ "this plugin already has the same functions as \"Assets manager\", so you can "
104
+ "disable the \"Assets manager\" plugin!"
105
+ msgstr ""
106
+ "Descobrimos que você usa o plugin \"Clearfy - desabilita funções não usadas "
107
+ "\", este plugin já tem as mesmas funções de \"Assets manager \", então você "
108
+ "pode desabilitar o plugin \"Assets manager \"!"
109
+
110
+ #: gonzales.php:80
111
+ msgid "Webcraftic assets manager"
112
+ msgstr "Gerente de ativos da webraftic"
113
+
114
+ #: includes/class.configurate-assets.php:94
115
+ #: includes/class.configurate-assets.php:114
116
+ msgid "Script Manager"
117
+ msgstr "Gerenciador de scripts"
118
+
119
+ #: includes/class.configurate-assets.php:141
120
+ msgid ""
121
+ "Below you can disable/enable CSS and JS files on a per page/post basis, as "
122
+ "well as by custom post types. We recommend testing this locally or on a "
123
+ "staging site first, as you could break the appearance of your live site. If "
124
+ "you aren't sure about a certain script, you can try clicking on it, as a lot "
125
+ "of authors will mention their plugin or theme in the header of the source "
126
+ "code."
127
+ msgstr ""
128
+ "Abaixo, você pode desativar / ativar arquivos CSS e JS em uma base por "
129
+ "página / postagem, bem como por tipos de postagem personalizados. "
130
+ "Recomendamos testar isso localmente ou em um site de teste primeiro, pois "
131
+ "você pode quebrar a aparência do site ao vivo. Se você não tem certeza sobre "
132
+ "um determinado script, pode tentar clicar nele, pois muitos autores "
133
+ "mencionarão seu plug-in ou tema no cabeçalho do código-fonte."
134
+
135
+ #: includes/class.configurate-assets.php:142
136
+ msgid ""
137
+ "If for some reason you run into trouble, you can always enable everything "
138
+ "again to reset the settings."
139
+ msgstr ""
140
+ "Se por algum motivo você tiver problemas, poderá sempre ativar tudo "
141
+ "novamente para redefinir as configurações."
142
+
143
+ #: includes/class.configurate-assets.php:151
144
+ msgid "Save settings"
145
+ msgstr "Salvar configurações"
146
+
147
+ #: includes/class.configurate-assets.php:158
148
+ msgid "Hide panel in adminbar?"
149
+ msgstr "Ocultar painel em adminbar?"
150
+
151
+ #: includes/class.configurate-assets.php:169
152
+ msgid "State"
153
+ msgstr "Estado"
154
+
155
+ #: includes/class.configurate-assets.php:170
156
+ msgid "Size"
157
+ msgstr "Tamanho"
158
+
159
+ #: includes/class.configurate-assets.php:171
160
+ msgid "Script"
161
+ msgstr "Roteiro"
162
+
163
+ #: includes/class.configurate-assets.php:172
164
+ msgid "In use"
165
+ msgstr "Em uso"
166
+
167
+ #: includes/class.configurate-assets.php:173
168
+ msgid "Disable"
169
+ msgstr "Desabilitar"
170
+
171
+ #: includes/class.configurate-assets.php:174
172
+ msgid "Enable"
173
+ msgstr "Habilitar"
174
+
175
+ #: includes/class.configurate-assets.php:221
176
+ msgid "In use by"
177
+ msgstr "Em uso por"
178
+
179
+ #: includes/class.configurate-assets.php:248
180
+ msgid "Enabled"
181
+ msgstr "ativado"
182
+
183
+ #: includes/class.configurate-assets.php:253
184
+ msgid "Everywhere"
185
+ msgstr "Em toda parte"
186
+
187
+ #: includes/class.configurate-assets.php:260
188
+ #: includes/class.configurate-assets.php:283
189
+ msgid "Current URL"
190
+ msgstr "URL atual"
191
+
192
+ #: includes/class.configurate-assets.php:269
193
+ msgid "Disable everwhere to view enable settings."
194
+ msgstr "Desative o everwhere para visualizar as configurações de ativação."
components/comments-plus/includes/class.plugin.php CHANGED
@@ -83,10 +83,21 @@
83
  return self::$app;
84
  }
85
 
 
86
  protected function setTextDomain()
87
  {
88
  // Localization plugin
89
- load_plugin_textdomain('comments-plus', false, dirname(WCM_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
90
  }
91
 
92
  protected function setModules()
83
  return self::$app;
84
  }
85
 
86
+ // todo: перенести этот медот в фреймворк
87
  protected function setTextDomain()
88
  {
89
  // Localization plugin
90
+ //load_plugin_textdomain('comments-plus', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
91
+
92
+ $domain = 'comments-plus';
93
+ $locale = apply_filters('plugin_locale', is_admin()
94
+ ? get_user_locale()
95
+ : get_locale(), $domain);
96
+ $mofile = $domain . '-' . $locale . '.mo';
97
+
98
+ if( !load_textdomain($domain, WCM_PLUGIN_DIR . '/languages/' . $mofile) ) {
99
+ load_muplugin_textdomain($domain);
100
+ }
101
  }
102
 
103
  protected function setModules()
components/comments-plus/languages/comments-plus-nl_BE.mo ADDED
Binary file
components/comments-plus/languages/comments-plus-nl_BE.po ADDED
@@ -0,0 +1,359 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:27+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/boot.php:18
26
+ msgid "Disable comments on the entire site"
27
+ msgstr "Reacties uitschakelen op de volledige site"
28
+
29
+ #: admin/boot.php:24 admin/pages/comments.php:129
30
+ msgid "Select post types"
31
+ msgstr "Selecteer bericht types"
32
+
33
+ #: admin/boot.php:29 admin/pages/comments.php:157
34
+ msgid "Replace external links in comments on the JavaScript code"
35
+ msgstr "Vervang externe links in opmerkingen over de JavaScript code"
36
+
37
+ #: admin/boot.php:34 admin/pages/comments.php:166
38
+ msgid "Replace external links from comment authors on the JavaScript code"
39
+ msgstr "Vervang externe links van commentaar auteurs op de JavaScript code"
40
+
41
+ #: admin/boot.php:39
42
+ msgid "Disable X-Pingback"
43
+ msgstr "Uitschakelen X-Pingback"
44
+
45
+ #: admin/boot.php:44 admin/pages/comments.php:148
46
+ msgid "Remove field \"site\" in comment form"
47
+ msgstr "Verwijder het veld \"site\" in reactie formulier"
48
+
49
+ #: admin/boot.php:56
50
+ msgid "One click disable all comments"
51
+ msgstr "Alle reacties uitschakelen in één klik"
52
+
53
+ #: admin/boot.php:77
54
+ msgid "Get ultimate plugin free"
55
+ msgstr "Krijg ultieme plugin gratis"
56
+
57
+ #: admin/pages/comments.php:33 admin/pages/comments.php:94
58
+ msgid "Disable comments"
59
+ msgstr "Reacties uitschakelen"
60
+
61
+ #: admin/pages/comments.php:47
62
+ msgid "Comments"
63
+ msgstr "Opmerkingen"
64
+
65
+ #: admin/pages/comments.php:48
66
+ msgid "General"
67
+ msgstr "Algemeen"
68
+
69
+ #: admin/pages/comments.php:81
70
+ msgid "Global disabling of comments"
71
+ msgstr "Algemene uitschakeling van reacties"
72
+
73
+ #: admin/pages/comments.php:81
74
+ msgid ""
75
+ "What is the difference between these and native WordPress functions? WordPress "
76
+ "disables comments only for new posts! Using the functions below, you can "
77
+ "disable comments globally, even for old posts, and you can choose which post "
78
+ "types comments to disable. The plugin also disables the comment functionality "
79
+ "itself, which creates a certain load on the site."
80
+ msgstr ""
81
+ "Wat is het verschil tussen deze en native WordPress-functies? WordPress "
82
+ "schakelt alleen reacties uit voor nieuwe berichten! Met behulp van de "
83
+ "onderstaande functies kunt u opmerkingen globaal uitschakelen, zelfs voor oude "
84
+ "berichten, en kunt u kiezen welk bericht een opmerking is om uit te schakelen. "
85
+ "De plugin schakelt ook de commentaar functionaliteit zelf uit, die de site op "
86
+ "één of andere manier belast."
87
+
88
+ #: admin/pages/comments.php:96
89
+ msgid "Not disable"
90
+ msgstr "Niet uitschakelen"
91
+
92
+ #: admin/pages/comments.php:99
93
+ msgid "Everywhere"
94
+ msgstr "Overal"
95
+
96
+ #: admin/pages/comments.php:100
97
+ #, php-format
98
+ msgid ""
99
+ "You can delete all comments in the database by clicking on this link (<a href="
100
+ "\"%s\">cleaning comments in database</a>)."
101
+ msgstr ""
102
+ "U kunt alle reacties in de database verwijderen door op deze link te klikken "
103
+ "(<a href=\"%s\">reacties opschonen in database</a>)."
104
+
105
+ #: admin/pages/comments.php:104
106
+ msgid "On certain post types"
107
+ msgstr "Op bepaalde bericht types"
108
+
109
+ #: admin/pages/comments.php:105
110
+ #, php-format
111
+ msgid ""
112
+ "You can delete all comments for the selected post types. Select the post types "
113
+ "below and save the settings. After that, click the link (<a href=\"%s\">delete "
114
+ "all comments for the selected post types in database</a>)."
115
+ msgstr ""
116
+ "U kunt alle reacties voor de geselecteerde bericht types verwijderen. "
117
+ "Selecteer de bericht types hieronder en sla de instellingen op. Klik daarna op "
118
+ "de link (<a href=\"%s\">verwijder alle reacties voor de geselecteerde bericht "
119
+ "types in de database</a>)."
120
+
121
+ #: admin/pages/comments.php:109
122
+ msgid ""
123
+ "Everywhere - Warning: This option is global and will affect your entire site. "
124
+ "Use it only if you want to disable comments everywhere. A complete description "
125
+ "of what this option does is available here"
126
+ msgstr ""
127
+ "Overal - Waarschuwing: deze optie is globaal en heeft invloed op uw hele site. "
128
+ "Gebruik het alleen als u reacties overal wilt uitschakelen. Een volledige "
129
+ "beschrijving van wat deze optie doet, is hier beschikbaar"
130
+
131
+ #: admin/pages/comments.php:109
132
+ msgid ""
133
+ "On certain post types - Disabling comments will also disable trackbacks and "
134
+ "pingbacks. All comment-related fields will also be hidden from the edit/quick-"
135
+ "edit screens of the affected posts. These settings cannot be overridden for "
136
+ "individual posts."
137
+ msgstr ""
138
+ "Op bepaalde bericht types: Door het uitschakelen van reacties, worden ook "
139
+ "trackbacks en pingbacks uitgeschakeld. Alle aan reactie gerelateerde velden "
140
+ "worden ook verborgen in de editeer/quick-edit schermen van de betreffende "
141
+ "berichten. Deze instellingen kunnen niet worden overschreven voor individuele "
142
+ "berichten."
143
+
144
+ #: admin/pages/comments.php:132
145
+ msgid "Select the post types for which comments will be disabled"
146
+ msgstr "Selecteer de bericht types waarvoor reacties zullen worden uitgeschakeld"
147
+
148
+ #: admin/pages/comments.php:142
149
+ msgid "General settings for comments"
150
+ msgstr "Algemene instellingen voor reacties"
151
+
152
+ #: admin/pages/comments.php:142
153
+ msgid "These settings will help you improve SEO and reduce the amount of spam."
154
+ msgstr ""
155
+ "Met deze instellingen kunt u de SEO verbeteren en de hoeveelheid spam "
156
+ "verminderen."
157
+
158
+ #: admin/pages/comments.php:150
159
+ msgid ""
160
+ "Tired of spam in the comments? Do visitors leave \"blank\" comments for the "
161
+ "sake of a link to their site?"
162
+ msgstr ""
163
+ "Ben je spam in de reacties beu? Laten bezoekers \"lege\" reacties achter om "
164
+ "enkel te linken naar hun site?"
165
+
166
+ #: admin/pages/comments.php:150
167
+ msgid "Removes the \"Site\" field from the comment form."
168
+ msgstr "Verwijdert het veld \"Site\" uit het reactie formulier."
169
+
170
+ #: admin/pages/comments.php:150
171
+ msgid ""
172
+ "Works with the standard comment form, if the form is manually written in your "
173
+ "theme-it probably will not work!"
174
+ msgstr ""
175
+ "Werkt met het standaard reactie formulier, als het formulier handmatig aan uw "
176
+ "thema werd toegevoegd, zal het waarschijnlijk niet werken!"
177
+
178
+ #: admin/pages/comments.php:159
179
+ msgid ""
180
+ "Superfluous external links from comments, which can be typed from a dozen and "
181
+ "more for one article, do not bring anything good for promotion."
182
+ msgstr ""
183
+ "Overbodige externe linken van reacties, die uit een tiental of meer voor één "
184
+ "artikel getypt kunnen zijn, brengen promotioneel niets bij."
185
+
186
+ #: admin/pages/comments.php:159
187
+ #, php-format
188
+ msgid "Replaces the links of this kind of %s, on links of this kind %s"
189
+ msgstr "Vervangt de linken van dit soort %s, naar linken van dit type %s"
190
+
191
+ #: admin/pages/comments.php:168
192
+ msgid ""
193
+ "Up to 90 percent of comments in the blog can be left for the sake of an "
194
+ "external link. Even nofollow from page weight loss here does not help."
195
+ msgstr ""
196
+ "Tot 90 procent van de reacties in de blog wordt achtergelaten omwille van een "
197
+ "externe link. Zelfs nofollow voor pagina gewichtsverlies helpt hier niet."
198
+
199
+ #: admin/pages/comments.php:168
200
+ msgid ""
201
+ "Replaces the links of the authors of comments on the JavaScript code, it is "
202
+ "impossible to distinguish it from usual links."
203
+ msgstr ""
204
+ "Vervangt de linken van de auteurs van reacties op de JavaScript code, het is "
205
+ "onmogelijk om het te onderscheiden van de gebruikelijke linken."
206
+
207
+ #: admin/pages/comments.php:168
208
+ msgid "In some Wordpress topics this may not work."
209
+ msgstr "In sommige onderdelen van WordPress werkt dit misschien niet."
210
+
211
+ #: admin/pages/comments.php:175
212
+ msgid "Disable XML-RPC"
213
+ msgstr "Schakel XML-RPC uit"
214
+
215
+ #: admin/pages/comments.php:177
216
+ msgid ""
217
+ "A pingback is basically an automated comment that gets created when another "
218
+ "blog links to you. A self-pingback is created when you link to an article "
219
+ "within your own blog. Pingbacks are essentially nothing more than spam and "
220
+ "simply waste resources."
221
+ msgstr ""
222
+ "Een pingback is in feite een geautomatiseerde commentaar die wordt gemaakt "
223
+ "wanneer een andere blog linkt naar u. Een zelf-pingback wordt gemaakt wanneer "
224
+ "u een linkt naar een artikel binnen uw eigen blog. Pingbacks zijn in wezen "
225
+ "niets meer dan spam en simpelweg een verspilling van resources."
226
+
227
+ #: admin/pages/comments.php:177
228
+ msgid "Removes the server responses a reference to the xmlrpc file."
229
+ msgstr "Verwijdert de server reacties bij verwijzing naar het xmlrpc bestand."
230
+
231
+ #: admin/pages/delete-comments.php:36
232
+ msgid "Comments cleaner"
233
+ msgstr "Reacties opkuisen"
234
+
235
+ #: admin/pages/delete-comments.php:75
236
+ msgid "All comments have been deleted."
237
+ msgstr "Alle opmerkingen zijn verwijderd."
238
+
239
+ #: admin/pages/delete-comments.php:84
240
+ msgid ""
241
+ "An error occurred while trying to delete comments. Internal error occured. "
242
+ "Please try again later."
243
+ msgstr ""
244
+ "Er is een fout opgetreden bij het verwijderen van opmerkingen. Interne fout "
245
+ "opgetreden. Probeer het later opnieuw."
246
+
247
+ #: admin/pages/delete-comments.php:154
248
+ msgid ""
249
+ "Are you sure you want to delete comments from the database without restoring?"
250
+ msgstr ""
251
+ "Weet je zeker dat je reacties uit de database wilt verwijderen zonder te "
252
+ "herstellen?"
253
+
254
+ #: admin/pages/delete-comments.php:169
255
+ msgid "Delete "
256
+ msgstr ""
257
+
258
+ #: admin/pages/delete-comments.php:175
259
+ msgid "Comments clearing tools"
260
+ msgstr "Opmerkingen wissen tools"
261
+
262
+ #: admin/pages/delete-comments.php:178
263
+ msgid ""
264
+ "These functions can be useful for global disabling comments or bulk cleaning "
265
+ "spam comments."
266
+ msgstr ""
267
+ "Deze functies kunnen handig zijn voor algemene uitschakeling van opmerkingen "
268
+ "of voor het opschonen van spam-reacties."
269
+
270
+ #: admin/pages/delete-comments.php:183
271
+ msgid "Remove all comments"
272
+ msgstr "Verwijder alle reacties"
273
+
274
+ #: admin/pages/delete-comments.php:185
275
+ msgid "You can delete all comments in your database with one click."
276
+ msgstr "U kunt alle reacties in uw database met één klik verwijderen."
277
+
278
+ #: admin/pages/delete-comments.php:187
279
+ msgid "Choose post types"
280
+ msgstr "Kies bericht types"
281
+
282
+ #: admin/pages/delete-comments.php:192
283
+ msgid "Select all"
284
+ msgstr "Selecteer alles"
285
+
286
+ #: admin/pages/delete-comments.php:209
287
+ #, php-format
288
+ msgid "Delete Woocommerce order notices? (%d)"
289
+ msgstr "Woocommerce ordermeldingen verwijderen? (%d)"
290
+
291
+ #: admin/pages/delete-comments.php:215
292
+ #, php-format
293
+ msgid "Delete (%s)"
294
+ msgstr ""
295
+
296
+ #: admin/pages/delete-comments.php:222
297
+ msgid "Remove spam comments"
298
+ msgstr "Verwijder spam reacties"
299
+
300
+ #: admin/pages/delete-comments.php:224
301
+ msgid "You can remove only spam comments from the database with one click."
302
+ msgstr "U kunt met één muisklik enkel spam reacties uit de database verwijderen."
303
+
304
+ #: admin/pages/delete-comments.php:226 admin/pages/delete-comments.php:233
305
+ #: admin/pages/delete-comments.php:240
306
+ #, php-format
307
+ msgid "Delete (%d)"
308
+ msgstr "Verwijderen (%d)"
309
+
310
+ #: admin/pages/delete-comments.php:229
311
+ msgid "Remove unapproved comments"
312
+ msgstr "Verwijder niet-goedgekeurde reacties"
313
+
314
+ #: admin/pages/delete-comments.php:231
315
+ msgid "You can remove only unapproved comments from the database with one click."
316
+ msgstr ""
317
+ "U kunt met één klik enkel niet-goedgekeurde reacties uit de database "
318
+ "verwijderen."
319
+
320
+ #: admin/pages/delete-comments.php:236
321
+ msgid "Remove trashed comments"
322
+ msgstr "Verwijder reacties uit vuilbak"
323
+
324
+ #: admin/pages/delete-comments.php:238
325
+ msgid "You can remove only trashed comments from the database with one click."
326
+ msgstr ""
327
+ "U kunt met één klik enkel de reacties in de vuilbak uit de database "
328
+ "verwijderen."
329
+
330
+ #: comments-plus.php:23
331
+ msgid ""
332
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
333
+ "installed, this plugin already has disable comments functions, so you can "
334
+ "deactivate plugin \"Disable comments\"!"
335
+ msgstr ""
336
+ "We hebben geconstateerd dat de plugin \"Clearfy - uitschakelen ongebruikte "
337
+ "functies\" is geïnstalleerd, deze plugin heeft al de functie voor het "
338
+ "uitschakelen van reacties, dus u kunt de plugin \"Uitschakelen Reacties\" "
339
+ "deactiveren!"
340
+
341
+ #: comments-plus.php:81
342
+ msgid "Webcraftic Disable comments"
343
+ msgstr "Webcraftic uitschakelen reacties"
344
+
345
+ #: includes/classes/class.configurate-comments.php:188
346
+ #: includes/classes/class.configurate-comments.php:240
347
+ msgid "Comments are closed."
348
+ msgstr "Reacties zijn gesloten."
349
+
350
+ #: includes/classes/class.configurate-comments.php:228
351
+ #, php-format
352
+ msgid ""
353
+ "Note: The <em>%s</em> plugin is currently active, and comments are completely "
354
+ "disabled on: %s. Many of the settings below will not be applicable for those "
355
+ "post types."
356
+ msgstr ""
357
+ "Opmerking: de plugin <em>%s</em> is momenteel actief en reacties zijn volledig "
358
+ "uitgeschakeld op: %s. Veel van onderstaande instellingen zijn niet van "
359
+ "toepassing op die bericht types."
components/comments-plus/languages/comments-plus-pt_BR.mo ADDED
Binary file
components/comments-plus/languages/comments-plus-pt_BR.po ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:27+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:27+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/boot.php:18
24
+ msgid "Disable comments on the entire site"
25
+ msgstr "Desativar comentários em todo o site"
26
+
27
+ #: admin/boot.php:24 admin/pages/comments.php:129
28
+ msgid "Select post types"
29
+ msgstr "Selecione os tipos de postagem"
30
+
31
+ #: admin/boot.php:29 admin/pages/comments.php:157
32
+ msgid "Replace external links in comments on the JavaScript code"
33
+ msgstr "Substituir links externos nos comentários no código JavaScript"
34
+
35
+ #: admin/boot.php:34 admin/pages/comments.php:166
36
+ msgid "Replace external links from comment authors on the JavaScript code"
37
+ msgstr ""
38
+ "Substituir links externos de autores de comentários no código JavaScript"
39
+
40
+ #: admin/boot.php:39
41
+ msgid "Disable X-Pingback"
42
+ msgstr "Desativar X-Pingback"
43
+
44
+ #: admin/boot.php:44 admin/pages/comments.php:148
45
+ msgid "Remove field \"site\" in comment form"
46
+ msgstr "Remover campo \"site \" no formulário de comentário"
47
+
48
+ #: admin/boot.php:56
49
+ msgid "One click disable all comments"
50
+ msgstr "Um clique desativa todos os comentários"
51
+
52
+ #: admin/boot.php:77
53
+ msgid "Get ultimate plugin free"
54
+ msgstr "Obtenha o melhor plugin grátis"
55
+
56
+ #: admin/pages/comments.php:33 admin/pages/comments.php:94
57
+ msgid "Disable comments"
58
+ msgstr "Desativar comentários"
59
+
60
+ #: admin/pages/comments.php:47
61
+ msgid "Comments"
62
+ msgstr "Comentários"
63
+
64
+ #: admin/pages/comments.php:48
65
+ msgid "General"
66
+ msgstr "Geral"
67
+
68
+ #: admin/pages/comments.php:81
69
+ msgid "Global disabling of comments"
70
+ msgstr "Desativação global de comentários"
71
+
72
+ #: admin/pages/comments.php:81
73
+ msgid ""
74
+ "What is the difference between these and native WordPress functions? "
75
+ "WordPress disables comments only for new posts! Using the functions below, "
76
+ "you can disable comments globally, even for old posts, and you can choose "
77
+ "which post types comments to disable. The plugin also disables the comment "
78
+ "functionality itself, which creates a certain load on the site."
79
+ msgstr ""
80
+ "Qual é a diferença entre essas e funções nativas do WordPress? O WordPress "
81
+ "desativa os comentários apenas para novas postagens! Usando as funções "
82
+ "abaixo, você pode desativar os comentários globalmente, mesmo para postagens "
83
+ "antigas, e pode escolher quais comentários de tipos de post serão "
84
+ "desativados. O plug-in também desativa a própria funcionalidade de "
85
+ "comentários, o que cria uma certa carga no site."
86
+
87
+ #: admin/pages/comments.php:96
88
+ msgid "Not disable"
89
+ msgstr "Não desativar"
90
+
91
+ #: admin/pages/comments.php:99
92
+ msgid "Everywhere"
93
+ msgstr "Em toda parte"
94
+
95
+ #: admin/pages/comments.php:100
96
+ #, php-format
97
+ msgid ""
98
+ "You can delete all comments in the database by clicking on this link (<a "
99
+ "href=\"%s\">cleaning comments in database</a>)."
100
+ msgstr ""
101
+ "Você pode excluir todos os comentários no banco de dados clicando neste link "
102
+ "(<a href=\"%s\"> limpando comentários no banco de dados </a>)."
103
+
104
+ #: admin/pages/comments.php:104
105
+ msgid "On certain post types"
106
+ msgstr "Em certos tipos de postagem"
107
+
108
+ #: admin/pages/comments.php:105
109
+ #, php-format
110
+ msgid ""
111
+ "You can delete all comments for the selected post types. Select the post "
112
+ "types below and save the settings. After that, click the link (<a href=\"%s"
113
+ "\">delete all comments for the selected post types in database</a>)."
114
+ msgstr ""
115
+ "Você pode excluir todos os comentários para os tipos de postagem "
116
+ "selecionados. Selecione os tipos de postagem abaixo e salve as "
117
+ "configurações. Depois disso, clique no link (<a href=\"%s\"> exclua todos os "
118
+ "comentários para os tipos de postagem selecionados no banco de dados </a>)."
119
+
120
+ #: admin/pages/comments.php:109
121
+ msgid ""
122
+ "Everywhere - Warning: This option is global and will affect your entire "
123
+ "site. Use it only if you want to disable comments everywhere. A complete "
124
+ "description of what this option does is available here"
125
+ msgstr ""
126
+ "Em todo lugar - Aviso: essa opção é global e afetará todo o seu site. Use-o "
127
+ "somente se você quiser desabilitar os comentários em todos os lugares. Uma "
128
+ "descrição completa do que esta opção faz está disponível aqui"
129
+
130
+ #: admin/pages/comments.php:109
131
+ msgid ""
132
+ "On certain post types - Disabling comments will also disable trackbacks and "
133
+ "pingbacks. All comment-related fields will also be hidden from the edit/"
134
+ "quick-edit screens of the affected posts. These settings cannot be "
135
+ "overridden for individual posts."
136
+ msgstr ""
137
+ "Em determinados tipos de postagens - a desativação de comentários também "
138
+ "desativará os trackbacks e os pingbacks. Todos os campos relacionados a "
139
+ "comentários também ficarão ocultos nas telas de edição / edição rápida das "
140
+ "postagens afetadas. Essas configurações não podem ser substituídas por "
141
+ "postagens individuais."
142
+
143
+ #: admin/pages/comments.php:132
144
+ msgid "Select the post types for which comments will be disabled"
145
+ msgstr ""
146
+ "Selecione os tipos de postagem para os quais os comentários serão desativados"
147
+
148
+ #: admin/pages/comments.php:142
149
+ msgid "General settings for comments"
150
+ msgstr "Configurações gerais para comentários"
151
+
152
+ #: admin/pages/comments.php:142
153
+ msgid "These settings will help you improve SEO and reduce the amount of spam."
154
+ msgstr ""
155
+ "Essas configurações ajudarão você a melhorar o SEO e reduzir a quantidade de "
156
+ "spam."
157
+
158
+ #: admin/pages/comments.php:150
159
+ msgid ""
160
+ "Tired of spam in the comments? Do visitors leave \"blank\" comments for the "
161
+ "sake of a link to their site?"
162
+ msgstr ""
163
+ "Cansado de spam nos comentários? Os visitantes deixam comentários \"em "
164
+ "branco \" por causa de um link para seu site?"
165
+
166
+ #: admin/pages/comments.php:150
167
+ msgid "Removes the \"Site\" field from the comment form."
168
+ msgstr "Remove o campo \"Site \" do formulário de comentários."
169
+
170
+ #: admin/pages/comments.php:150
171
+ msgid ""
172
+ "Works with the standard comment form, if the form is manually written in "
173
+ "your theme-it probably will not work!"
174
+ msgstr ""
175
+ "Funciona com o formulário de comentários padrão, se o formulário for escrito "
176
+ "manualmente no seu tema, provavelmente não funcionará!"
177
+
178
+ #: admin/pages/comments.php:159
179
+ msgid ""
180
+ "Superfluous external links from comments, which can be typed from a dozen "
181
+ "and more for one article, do not bring anything good for promotion."
182
+ msgstr ""
183
+ "Links externos supérfluos de comentários, que podem ser digitados de uma "
184
+ "dúzia ou mais para um artigo, não trazem nada de bom para a promoção."
185
+
186
+ #: admin/pages/comments.php:159
187
+ #, php-format
188
+ msgid "Replaces the links of this kind of %s, on links of this kind %s"
189
+ msgstr "Substitui os links deste tipo de %s , em links desse tipo %s"
190
+
191
+ #: admin/pages/comments.php:168
192
+ msgid ""
193
+ "Up to 90 percent of comments in the blog can be left for the sake of an "
194
+ "external link. Even nofollow from page weight loss here does not help."
195
+ msgstr ""
196
+ "Até 90 por cento dos comentários no blog podem ser deixados por causa de um "
197
+ "link externo. Mesmo nofollow da perda de peso da página aqui não ajuda."
198
+
199
+ #: admin/pages/comments.php:168
200
+ msgid ""
201
+ "Replaces the links of the authors of comments on the JavaScript code, it is "
202
+ "impossible to distinguish it from usual links."
203
+ msgstr ""
204
+ "Substitui os links dos autores de comentários no código JavaScript, é "
205
+ "impossível distingui-lo dos links usuais."
206
+
207
+ #: admin/pages/comments.php:168
208
+ msgid "In some Wordpress topics this may not work."
209
+ msgstr "Em alguns tópicos do WordPress isso pode não funcionar."
210
+
211
+ #: admin/pages/comments.php:175
212
+ msgid "Disable XML-RPC"
213
+ msgstr "Desativar o XML-RPC"
214
+
215
+ #: admin/pages/comments.php:177
216
+ msgid ""
217
+ "A pingback is basically an automated comment that gets created when another "
218
+ "blog links to you. A self-pingback is created when you link to an article "
219
+ "within your own blog. Pingbacks are essentially nothing more than spam and "
220
+ "simply waste resources."
221
+ msgstr ""
222
+ "Um pingback é basicamente um comentário automatizado que é criado quando "
223
+ "outro blog é direcionado a você. Um pingback automático é criado quando você "
224
+ "vincula um artigo ao seu próprio blog. Pingbacks são essencialmente nada "
225
+ "mais que spam e simplesmente desperdiçam recursos."
226
+
227
+ #: admin/pages/comments.php:177
228
+ msgid "Removes the server responses a reference to the xmlrpc file."
229
+ msgstr "Remove as respostas do servidor uma referência ao arquivo xmlrpc."
230
+
231
+ #: admin/pages/delete-comments.php:36
232
+ msgid "Comments cleaner"
233
+ msgstr "Comentários mais limpo"
234
+
235
+ #: admin/pages/delete-comments.php:75
236
+ msgid "All comments have been deleted."
237
+ msgstr "Todos os comentários foram apagados."
238
+
239
+ #: admin/pages/delete-comments.php:84
240
+ msgid ""
241
+ "An error occurred while trying to delete comments. Internal error occured. "
242
+ "Please try again later."
243
+ msgstr ""
244
+ "Ocorreu um erro ao tentar excluir comentários. Erro interno ocorrido. Por "
245
+ "favor, tente novamente mais tarde."
246
+
247
+ #: admin/pages/delete-comments.php:154
248
+ msgid ""
249
+ "Are you sure you want to delete comments from the database without restoring?"
250
+ msgstr ""
251
+ "Tem certeza de que deseja excluir comentários do banco de dados sem "
252
+ "restaurar?"
253
+
254
+ #: admin/pages/delete-comments.php:169
255
+ msgid "Delete "
256
+ msgstr ""
257
+
258
+ #: admin/pages/delete-comments.php:175
259
+ msgid "Comments clearing tools"
260
+ msgstr "Ferramentas de compensação de comentários"
261
+
262
+ #: admin/pages/delete-comments.php:178
263
+ msgid ""
264
+ "These functions can be useful for global disabling comments or bulk cleaning "
265
+ "spam comments."
266
+ msgstr ""
267
+ "Essas funções podem ser úteis para comentários globais de desativação ou "
268
+ "comentários de spam de limpeza em massa."
269
+
270
+ #: admin/pages/delete-comments.php:183
271
+ msgid "Remove all comments"
272
+ msgstr "Remover todos os comentários"
273
+
274
+ #: admin/pages/delete-comments.php:185
275
+ msgid "You can delete all comments in your database with one click."
276
+ msgstr ""
277
+ "Você pode excluir todos os comentários em seu banco de dados com um clique."
278
+
279
+ #: admin/pages/delete-comments.php:187
280
+ msgid "Choose post types"
281
+ msgstr "Escolher tipos de postagem"
282
+
283
+ #: admin/pages/delete-comments.php:192
284
+ msgid "Select all"
285
+ msgstr "Selecionar tudo"
286
+
287
+ #: admin/pages/delete-comments.php:209
288
+ #, php-format
289
+ msgid "Delete Woocommerce order notices? (%d)"
290
+ msgstr "Excluir avisos de pedido do Woocommerce? ( %d )"
291
+
292
+ #: admin/pages/delete-comments.php:215
293
+ #, php-format
294
+ msgid "Delete (%s)"
295
+ msgstr ""
296
+
297
+ #: admin/pages/delete-comments.php:222
298
+ msgid "Remove spam comments"
299
+ msgstr "Remover comentários de spam"
300
+
301
+ #: admin/pages/delete-comments.php:224
302
+ msgid "You can remove only spam comments from the database with one click."
303
+ msgstr ""
304
+ "Você pode remover apenas comentários de spam do banco de dados com um clique."
305
+
306
+ #: admin/pages/delete-comments.php:226 admin/pages/delete-comments.php:233
307
+ #: admin/pages/delete-comments.php:240
308
+ #, php-format
309
+ msgid "Delete (%d)"
310
+ msgstr "Excluir ( %d )"
311
+
312
+ #: admin/pages/delete-comments.php:229
313
+ msgid "Remove unapproved comments"
314
+ msgstr "Remover comentários não aprovados"
315
+
316
+ #: admin/pages/delete-comments.php:231
317
+ msgid ""
318
+ "You can remove only unapproved comments from the database with one click."
319
+ msgstr ""
320
+ "Você pode remover apenas comentários não aprovados do banco de dados com um "
321
+ "clique."
322
+
323
+ #: admin/pages/delete-comments.php:236
324
+ msgid "Remove trashed comments"
325
+ msgstr "Remover comentários na lixeira"
326
+
327
+ #: admin/pages/delete-comments.php:238
328
+ msgid "You can remove only trashed comments from the database with one click."
329
+ msgstr ""
330
+ "Você pode remover apenas os comentários da base de dados com um clique."
331
+
332
+ #: comments-plus.php:23
333
+ msgid ""
334
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
335
+ "installed, this plugin already has disable comments functions, so you can "
336
+ "deactivate plugin \"Disable comments\"!"
337
+ msgstr ""
338
+ "Descobrimos que você tem o plug-in \"Clearfy - desativar recursos não "
339
+ "utilizados \" instalado, este plugin já tem funções de desabilitar "
340
+ "comentários, então você pode desativar o plugin \"Desativar comentários \"!"
341
+
342
+ #: comments-plus.php:81
343
+ msgid "Webcraftic Disable comments"
344
+ msgstr "Webcraftic Desabilitar comentários"
345
+
346
+ #: includes/classes/class.configurate-comments.php:188
347
+ #: includes/classes/class.configurate-comments.php:240
348
+ msgid "Comments are closed."
349
+ msgstr "Comentários estão fechados."
350
+
351
+ #: includes/classes/class.configurate-comments.php:228
352
+ #, php-format
353
+ msgid ""
354
+ "Note: The <em>%s</em> plugin is currently active, and comments are "
355
+ "completely disabled on: %s. Many of the settings below will not be "
356
+ "applicable for those post types."
357
+ msgstr ""
358
+ "Nota: O plug-in <em> %s </em> está ativo no momento e os comentários estão "
359
+ "completamente desativados em: %s . Muitas das configurações abaixo não serão "
360
+ "aplicáveis ​​a esses tipos de postagem."
components/cyrlitera/includes/class.plugin.php CHANGED
@@ -82,10 +82,21 @@
82
  return self::$app;
83
  }
84
 
 
85
  protected function setTextDomain()
86
  {
 
 
87
 
88
- load_plugin_textdomain('cyrlitera', false, dirname(WCTR_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
89
  }
90
 
91
  protected function setModules()
82
  return self::$app;
83
  }
84
 
85
+ // todo: перенести этот медот в фреймворк
86
  protected function setTextDomain()
87
  {
88
+ // Localization plugin
89
+ //load_plugin_textdomain('cyrlitera', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
90
 
91
+ $domain = 'cyrlitera';
92
+ $locale = apply_filters('plugin_locale', is_admin()
93
+ ? get_user_locale()
94
+ : get_locale(), $domain);
95
+ $mofile = $domain . '-' . $locale . '.mo';
96
+
97
+ if( !load_textdomain($domain, WCTR_PLUGIN_DIR . '/languages/' . $mofile) ) {
98
+ load_muplugin_textdomain($domain);
99
+ }
100
  }
101
 
102
  protected function setModules()
components/cyrlitera/languages/cyrlitera-nl_BE.mo ADDED
Binary file
components/cyrlitera/languages/cyrlitera-nl_BE.po ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:29+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/boot.php:56
26
+ #, php-format
27
+ msgid ""
28
+ "We found that you have the plugin %s installed. The functions of this plugin "
29
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
30
+ "plugins functions."
31
+ msgstr ""
32
+
33
+ #: admin/boot.php:57
34
+ #, php-format
35
+ msgid ""
36
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
37
+ "recommend do not use the same plugins functions at the same time!"
38
+ msgstr ""
39
+ "Als u de plugin %s om eender welke reden niet wilt deactiveren, raden wij u "
40
+ "ten zeerste aan om niet dezelfde plugin functies tegelijkertijd te gebruiken!"
41
+
42
+ #: admin/boot.php:117 admin/options.php:30
43
+ msgid "Use transliteration"
44
+ msgstr "Gebruik transliteratie"
45
+
46
+ #: admin/boot.php:123 admin/options.php:48
47
+ msgid "Force transliteration"
48
+ msgstr "Forceer transliteratie"
49
+
50
+ #: admin/boot.php:129 admin/options.php:78
51
+ msgid "Don't use transliteration in frontend"
52
+ msgstr ""
53
+
54
+ #: admin/boot.php:135 admin/options.php:39
55
+ msgid "Convert file names"
56
+ msgstr "Bestandsnamen converteren"
57
+
58
+ #: admin/boot.php:141 admin/options.php:58
59
+ msgid "Convert file names into lowercase"
60
+ msgstr "Bestandsnamen converteren naar kleine letters"
61
+
62
+ #: admin/boot.php:147 admin/options.php:68
63
+ msgid "Redirection old URLs to new ones"
64
+ msgstr "Redirect oude URL's naar nieuwe"
65
+
66
+ #: admin/boot.php:153 admin/options.php:88
67
+ msgid "Character Sets"
68
+ msgstr "Tekensets"
69
+
70
+ #: admin/boot.php:174
71
+ msgid "Get ultimate plugin free"
72
+ msgstr "Krijg ultieme plugin gratis"
73
+
74
+ #: admin/options.php:23
75
+ msgid "Transliteration of Cyrillic alphabet."
76
+ msgstr "Transliteratie van Cyrillische alfabet."
77
+
78
+ #: admin/options.php:23
79
+ msgid ""
80
+ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to the "
81
+ "Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian languages. "
82
+ "Example: http://site.dev/последние-новости -> http://site.dev/poslednie-novosti"
83
+ msgstr ""
84
+ "Converteert Cyrillische permalinks van post, pagina's, taxonomieën en "
85
+ "mediabestanden naar het Latijnse alfabet. Ondersteunt Russische, Oekraïense, "
86
+ "Georgische, Bulgaarse talen. Voorbeeld: http://site.dev/последнивости -> "
87
+ "http://site.dev/poslednie-novosti"
88
+
89
+ #: admin/options.php:32
90
+ msgid ""
91
+ "If you enable this option, all URLs of new pages, posts, tags, and categories "
92
+ "will automatically be converted to Latin."
93
+ msgstr ""
94
+ "Als u deze optie inschakelt, worden alle URL's van nieuwe pagina's, berichten, "
95
+ "tags en categorieën automatisch geconverteerd naar het Latijn."
96
+
97
+ #: admin/options.php:41
98
+ msgid ""
99
+ "This option works only for new media library files. All Cyrillic names of the "
100
+ "downloaded files will be converted to names with Latin characters."
101
+ msgstr ""
102
+ "Deze optie werkt alleen voor nieuwe mediabibliotheek bestanden. Alle "
103
+ "Cyrillische namen van de gedownloade bestanden worden geconverteerd naar namen "
104
+ "met Latijnse tekens."
105
+
106
+ #: admin/options.php:50
107
+ #, php-format
108
+ msgid ""
109
+ "If any of your plugins affects transliteration of links and file names, you "
110
+ "can use this option to change the plugin of %s to overwrite the changes of the "
111
+ "other plugins."
112
+ msgstr ""
113
+ "Als één van uw plugins de transliteratie van koppelingen en bestandsnamen "
114
+ "beïnvloedt, kunt u deze optie gebruiken om de plugin van %s te wijzigen om de "
115
+ "wijzigingen van de andere plugins te overschrijven."
116
+
117
+ #: admin/options.php:60
118
+ msgid ""
119
+ "This function works only for new upload files. Example: File_Name.jpg -> "
120
+ "file_name.jpg"
121
+ msgstr ""
122
+ "Deze functie werkt alleen voor nieuwe uploadbestanden. Voorbeeld: File_Name."
123
+ "jpg -> file_name.jpg"
124
+
125
+ #: admin/options.php:70
126
+ msgid ""
127
+ "If at the time of the plugin installation you had pages with unconverted "
128
+ "links, use this option to redirect users from old to new URLs with the Latin "
129
+ "alphabet."
130
+ msgstr ""
131
+ "Als u op het moment van de installatie van de plugin pagina's had met niet-"
132
+ "geconverteerde links, gebruikt u deze optie om gebruikers om te leiden van "
133
+ "oude naar nieuwe URL's met het Latijnse alfabet."
134
+
135
+ #: admin/options.php:80
136
+ msgid "Enable when have a problem in frontend."
137
+ msgstr ""
138
+
139
+ #: admin/options.php:89
140
+ msgid ""
141
+ "You can supplement current base of transliteration characters. Write pairs of "
142
+ "values separated by commas. Example:"
143
+ msgstr ""
144
+ "U kunt de huidige basis van transliteratie tekens aanvullen. Schrijf paren van "
145
+ "waardes gescheiden door komma's. Voorbeeld:"
146
+
147
+ #: admin/options.php:178
148
+ msgid ""
149
+ "If at the time of the plugin installation you already had posts, pages, tags "
150
+ "and categories, click on this button and the plugin will automatically convert "
151
+ "URLs into Latin. Attention! Previously uploaded files will not be converted."
152
+ msgstr ""
153
+ "Als u tijdens de installatie van de plugin al berichten, pagina's, tags en "
154
+ "categorieën had, klik dan op deze knop en de plugin converteert URL's "
155
+ "automatisch naar Latijn. Aandacht! Eerder geüploade bestanden worden niet "
156
+ "geconverteerd."
157
+
158
+ #: admin/options.php:187
159
+ msgid "Convert already created posts and categories"
160
+ msgstr "Converteer eerder gemaakte berichten en categorieën"
161
+
162
+ #: admin/options.php:189
163
+ msgid "Url of old posts, pages,terms,tags successfully converted into Latin!"
164
+ msgstr "Url van oude berichten, pagina's, voorwaarden, tags omgezet in Latijn!"
165
+
166
+ #: admin/options.php:199
167
+ msgid ""
168
+ "Allows you to restore converted URLs by using the \"Convert already created "
169
+ "posts and categories\" button. This can be useful in case of incorrect URLs or "
170
+ "incorrect transliteration of some characters. You can roll back changes and "
171
+ "advance the character sets above to correct the plugin's work. "
172
+ msgstr ""
173
+ "Hiermee kunt u geconverteerde URL's herstellen met behulp van de knop "
174
+ "\"Bestaande berichten en categorieën converteren\". Dit kan handig zijn in het "
175
+ "geval van onjuiste URL's of onjuiste transliteratie van sommige tekens. U kunt "
176
+ "wijzigingen terugdraaien en de tekensets hierboven verbeteren om het werk van "
177
+ "de plugin te corrigeren."
178
+
179
+ #: admin/options.php:208
180
+ msgid "Rollback changes"
181
+ msgstr "Wijzigingen terugdraaien"
182
+
183
+ #: admin/options.php:210
184
+ msgid "The rollback of new changes was successful!"
185
+ msgstr "Het terugdraaien van nieuwe wijzigingen was succesvol!"
186
+
187
+ #: admin/pages/cyrlitera.php:33 admin/pages/cyrlitera.php:49
188
+ msgid "Transliteration"
189
+ msgstr "Transliteratie"
190
+
191
+ #: admin/pages/cyrlitera.php:50
192
+ msgid "General"
193
+ msgstr "Algemeen"
194
+
195
+ #: cyrlitera.php:23
196
+ msgid ""
197
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
198
+ "installed, this plugin already has disable comments functions, so you can "
199
+ "deactivate plugin \"Webcraftic Cyrlitera\"!"
200
+ msgstr ""
201
+ "We hebben vastgesteld dat de plugin \"Clearfy - niet-gebruikte functies "
202
+ "uitschakelen\" is geïnstalleerd. Deze plugin heeft reeds de functie "
203
+ "opmerkingen uitschakelen, zodat u de plugin \"Webcraftic Cyrlitera\" kunt "
204
+ "deactiveren!"
205
+
206
+ #: cyrlitera.php:81
207
+ msgid "Webcraftic Cyrlitera"
208
+ msgstr "Webcraftic Cyrlitera"
components/cyrlitera/languages/cyrlitera-pt_BR.mo ADDED
Binary file
components/cyrlitera/languages/cyrlitera-pt_BR.po ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:29+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:29+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/boot.php:56
24
+ #, php-format
25
+ msgid ""
26
+ "We found that you have the plugin %s installed. The functions of this plugin "
27
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
28
+ "plugins functions."
29
+ msgstr ""
30
+ "Descobrimos que você tem o plugin %s instalado. As funções deste plugin já "
31
+ "existem em %s . Por favor, desative o plugin %s para evitar conflitos entre "
32
+ "as funções dos plugins."
33
+
34
+ #: admin/boot.php:57
35
+ #, php-format
36
+ msgid ""
37
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
38
+ "recommend do not use the same plugins functions at the same time!"
39
+ msgstr ""
40
+ "Se você não quiser desativar o plugin %s por algum motivo, recomendamos que "
41
+ "não use as mesmas funções de plugins ao mesmo tempo!"
42
+
43
+ #: admin/boot.php:117 admin/options.php:30
44
+ msgid "Use transliteration"
45
+ msgstr "Use transliteração"
46
+
47
+ #: admin/boot.php:123 admin/options.php:48
48
+ msgid "Force transliteration"
49
+ msgstr "Forçar transliteração"
50
+
51
+ #: admin/boot.php:129 admin/options.php:78
52
+ msgid "Don't use transliteration in frontend"
53
+ msgstr ""
54
+
55
+ #: admin/boot.php:135 admin/options.php:39
56
+ msgid "Convert file names"
57
+ msgstr "Converter nomes de arquivos"
58
+
59
+ #: admin/boot.php:141 admin/options.php:58
60
+ msgid "Convert file names into lowercase"
61
+ msgstr "Converter nomes de arquivos em minúsculas"
62
+
63
+ #: admin/boot.php:147 admin/options.php:68
64
+ msgid "Redirection old URLs to new ones"
65
+ msgstr "Redirecionar URLs antigas para novas"
66
+
67
+ #: admin/boot.php:153 admin/options.php:88
68
+ msgid "Character Sets"
69
+ msgstr "Conjuntos de caracteres"
70
+
71
+ #: admin/boot.php:174
72
+ msgid "Get ultimate plugin free"
73
+ msgstr "Obtenha o melhor plugin grátis"
74
+
75
+ #: admin/options.php:23
76
+ msgid "Transliteration of Cyrillic alphabet."
77
+ msgstr "Transliteração do alfabeto cirílico."
78
+
79
+ #: admin/options.php:23
80
+ msgid ""
81
+ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to "
82
+ "the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
83
+ "languages. Example: http://site.dev/последние-новости -> http://site.dev/"
84
+ "poslednie-novosti"
85
+ msgstr ""
86
+ "Converte permalinks cirílicos de post, páginas, taxonomias e arquivos de "
87
+ "mídia para o alfabeto latino. Suporta as línguas russa, ucraniana, georgiana "
88
+ "e búlgara. Exemplo: http://site.dev/последние-новости -> http://site.dev/"
89
+ "poslednie-novosti"
90
+
91
+ #: admin/options.php:32
92
+ msgid ""
93
+ "If you enable this option, all URLs of new pages, posts, tags, and "
94
+ "categories will automatically be converted to Latin."
95
+ msgstr ""
96
+ "Se você ativar essa opção, todos os URLs de novas páginas, postagens, tags e "
97
+ "categorias serão convertidos automaticamente para o idioma latino."
98
+
99
+ #: admin/options.php:41
100
+ msgid ""
101
+ "This option works only for new media library files. All Cyrillic names of "
102
+ "the downloaded files will be converted to names with Latin characters."
103
+ msgstr ""
104
+ "Esta opção funciona apenas para novos arquivos de biblioteca de mídia. Todos "
105
+ "os nomes cirílicos dos arquivos baixados serão convertidos em nomes com "
106
+ "caracteres latinos."
107
+
108
+ #: admin/options.php:50
109
+ #, php-format
110
+ msgid ""
111
+ "If any of your plugins affects transliteration of links and file names, you "
112
+ "can use this option to change the plugin of %s to overwrite the changes of "
113
+ "the other plugins."
114
+ msgstr ""
115
+ "Se algum de seus plugins afetar a transliteração de links e nomes de "
116
+ "arquivos, você poderá usar essa opção para alterar o plug-in de %s para "
117
+ "sobrescrever as alterações dos outros plug-ins."
118
+
119
+ #: admin/options.php:60
120
+ msgid ""
121
+ "This function works only for new upload files. Example: File_Name.jpg -> "
122
+ "file_name.jpg"
123
+ msgstr ""
124
+ "Esta função funciona apenas para novos arquivos de upload. Exemplo: "
125
+ "File_Name.jpg -> file_name.jpg"
126
+
127
+ #: admin/options.php:70
128
+ msgid ""
129
+ "If at the time of the plugin installation you had pages with unconverted "
130
+ "links, use this option to redirect users from old to new URLs with the Latin "
131
+ "alphabet."
132
+ msgstr ""
133
+ "Se, no momento da instalação do plug-in, você tivesse páginas com links não "
134
+ "convertidos, use essa opção para redirecionar os usuários de URLs antigos "
135
+ "para novos com o alfabeto latino."
136
+
137
+ #: admin/options.php:80
138
+ msgid "Enable when have a problem in frontend."
139
+ msgstr ""
140
+
141
+ #: admin/options.php:89
142
+ msgid ""
143
+ "You can supplement current base of transliteration characters. Write pairs "
144
+ "of values separated by commas. Example:"
145
+ msgstr ""
146
+ "Você pode complementar a base atual de caracteres de transliteração. Escreva "
147
+ "pares de valores separados por vírgulas. Exemplo:"
148
+
149
+ #: admin/options.php:178
150
+ msgid ""
151
+ "If at the time of the plugin installation you already had posts, pages, tags "
152
+ "and categories, click on this button and the plugin will automatically "
153
+ "convert URLs into Latin. Attention! Previously uploaded files will not be "
154
+ "converted."
155
+ msgstr ""
156
+ "Se, no momento da instalação do plugin, você já tiver postagens, páginas, "
157
+ "tags e categorias, clique neste botão e o plug-in converterá os URLs "
158
+ "automaticamente em latim. Atenção! Os arquivos enviados anteriormente não "
159
+ "serão convertidos."
160
+
161
+ #: admin/options.php:187
162
+ msgid "Convert already created posts and categories"
163
+ msgstr "Converter posts e categorias já criados"
164
+
165
+ #: admin/options.php:189
166
+ msgid "Url of old posts, pages,terms,tags successfully converted into Latin!"
167
+ msgstr "URL de postagens, páginas, termos e tags antigos convertidos em latim."
168
+
169
+ #: admin/options.php:199
170
+ msgid ""
171
+ "Allows you to restore converted URLs by using the \"Convert already created "
172
+ "posts and categories\" button. This can be useful in case of incorrect URLs "
173
+ "or incorrect transliteration of some characters. You can roll back changes "
174
+ "and advance the character sets above to correct the plugin's work. "
175
+ msgstr ""
176
+ "Permite restaurar URLs convertidos usando o botão \"Converter postagens e "
177
+ "categorias já criadas \". Isso pode ser útil em caso de URLs incorretos ou "
178
+ "transliteração incorreta de alguns caracteres. Você pode reverter alterações "
179
+ "e avançar os conjuntos de caracteres acima para corrigir o trabalho do "
180
+ "plugin. "
181
+
182
+ #: admin/options.php:208
183
+ msgid "Rollback changes"
184
+ msgstr "Alterações de reversão"
185
+
186
+ #: admin/options.php:210
187
+ msgid "The rollback of new changes was successful!"
188
+ msgstr "A reversão de novas mudanças foi bem sucedida!"
189
+
190
+ #: admin/pages/cyrlitera.php:33 admin/pages/cyrlitera.php:49
191
+ msgid "Transliteration"
192
+ msgstr "Transliteração"
193
+
194
+ #: admin/pages/cyrlitera.php:50
195
+ msgid "General"
196
+ msgstr "Geral"
197
+
198
+ #: cyrlitera.php:23
199
+ msgid ""
200
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
201
+ "installed, this plugin already has disable comments functions, so you can "
202
+ "deactivate plugin \"Webcraftic Cyrlitera\"!"
203
+ msgstr ""
204
+ "Descobrimos que você tem o \"Clearfy - desativar os recursos não utilizados "
205
+ "\" plugin instalado, este plugin já tem funções de desabilitar comentários, "
206
+ "assim você pode desativar o plugin \"Webcraftic Cyrlitera \"!"
207
+
208
+ #: cyrlitera.php:81
209
+ msgid "Webcraftic Cyrlitera"
210
+ msgstr "Webcraftic Cyrlitera"
components/disable-admin-notices/includes/class.plugin.php CHANGED
@@ -82,10 +82,21 @@
82
  return self::$app;
83
  }
84
 
 
85
  protected function setTextDomain()
86
  {
87
  // Localization plugin
88
- load_plugin_textdomain('disable-admin-notices', false, dirname(WDN_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
89
  }
90
 
91
  protected function setModules()
82
  return self::$app;
83
  }
84
 
85
+ // todo: перенести этот медот в фреймворк
86
  protected function setTextDomain()
87
  {
88
  // Localization plugin
89
+ //load_plugin_textdomain('disable-admin-notices', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
90
+
91
+ $domain = 'disable-admin-notices';
92
+ $locale = apply_filters('plugin_locale', is_admin()
93
+ ? get_user_locale()
94
+ : get_locale(), $domain);
95
+ $mofile = $domain . '-' . $locale . '.mo';
96
+
97
+ if( !load_textdomain($domain, WDN_PLUGIN_DIR . '/languages/' . $mofile) ) {
98
+ load_muplugin_textdomain($domain);
99
+ }
100
  }
101
 
102
  protected function setModules()
components/disable-admin-notices/includes/classes/class.configurate-notices.php CHANGED
@@ -307,10 +307,24 @@
307
  if( isset($wp_filter['all_admin_notices']) ) {
308
  foreach($wp_filter['all_admin_notices']->callbacks as $f_key => $f) {
309
  foreach($f as $c_name => $clback) {
 
 
 
 
 
 
 
 
 
 
 
 
310
  #Fix for Divi theme
311
- if( $c_name != 'et_pb_export_layouts_interface' ) {
312
- unset($wp_filter['all_admin_notices']->callbacks[$f_key][$c_name]);
313
  }
 
 
314
  }
315
  }
316
 
307
  if( isset($wp_filter['all_admin_notices']) ) {
308
  foreach($wp_filter['all_admin_notices']->callbacks as $f_key => $f) {
309
  foreach($f as $c_name => $clback) {
310
+ if( is_array($clback['function']) && sizeof($clback['function']) == 2 ) {
311
+ $class = $clback['function'][0];
312
+ if( is_object($class) ) {
313
+ $class_name = get_class($class);
314
+
315
+ #Fix for Learn dash
316
+ if( $class_name == 'Learndash_Admin_Menus_Tabs' ) {
317
+ continue;
318
+ }
319
+ }
320
+ }
321
+
322
  #Fix for Divi theme
323
+ if( $c_name == 'et_pb_export_layouts_interface' ) {
324
+ continue;
325
  }
326
+
327
+ unset($wp_filter['all_admin_notices']->callbacks[$f_key][$c_name]);
328
  }
329
  }
330
 
components/disable-admin-notices/languages/disable-admin-notices-nl_BE.mo ADDED
Binary file
components/disable-admin-notices/languages/disable-admin-notices-nl_BE.po ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:31+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/ajax/hide-notice.php:19 admin/ajax/restore-notice.php:19
26
+ msgid "You don't have enough capability to edit this information."
27
+ msgstr "Je hebt niet voldoende mogelijkheden om deze informatie te bewerken."
28
+
29
+ #: admin/ajax/hide-notice.php:32 admin/ajax/restore-notice.php:28
30
+ msgid "Undefinded notice id."
31
+ msgstr "Ongedefinieerde mededeling id."
32
+
33
+ #: admin/ajax/hide-notice.php:46 admin/ajax/restore-notice.php:40
34
+ msgid "Success"
35
+ msgstr "Succes"
36
+
37
+ #: admin/boot.php:18 admin/options.php:30 admin/pages/notices.php:33
38
+ msgid "Hide admin notices"
39
+ msgstr "Verberg admin meldingen"
40
+
41
+ #: admin/boot.php:24 admin/options.php:70
42
+ msgid "Enable hidden notices in adminbar"
43
+ msgstr "Schakel verborgen meldingen in de beheer balk in"
44
+
45
+ #: admin/boot.php:46
46
+ msgid "Get ultimate plugin free"
47
+ msgstr "Krijg ultieme plugin gratis"
48
+
49
+ #: admin/options.php:23
50
+ msgid "Admin notifications, Update nags"
51
+ msgstr "Admin mededelingen, Update meldingen"
52
+
53
+ #: admin/options.php:23
54
+ msgid ""
55
+ "Do you know the situation, when some plugin offers you to update to premium, "
56
+ "to collect technical data and shows many annoying notices? You are close these "
57
+ "notices every now and again but they newly appears and interfere your work "
58
+ "with WordPress. Even worse, some plugin’s authors delete “close” button from "
59
+ "notices and they shows in your admin panel forever."
60
+ msgstr ""
61
+ "Herkent u de situatie, waarin sommige plugins u aanbieden om te updaten naar "
62
+ "premium, om technische gegevens te verzamelen en veel vervelende meldingen "
63
+ "weergeven? Zo nu en dan sluit u deze meldingen, maar ze verschijnen keer op "
64
+ "keer opnieuw en belemmeren uw werk met WordPress. Erger nog, de auteurs van "
65
+ "sommige plugins verwijderen de knop \"Sluiten\" uit meldingen en blijven "
66
+ "continu zichtbaar in uw beheer venster."
67
+
68
+ #: admin/options.php:34
69
+ msgid "All notices"
70
+ msgstr "Alle mededelingen"
71
+
72
+ #: admin/options.php:35
73
+ msgid "Hide all notices globally."
74
+ msgstr "Alle meldingen globaal verbergen."
75
+
76
+ #: admin/options.php:39
77
+ msgid "Only selected"
78
+ msgstr "Enkel geselecteerd"
79
+
80
+ #: admin/options.php:40
81
+ msgid ""
82
+ "Hide selected notices only. You will see the link \"Hide notification forever"
83
+ "\" in each notice. Push it and they will not bother you anymore."
84
+ msgstr ""
85
+ "Slechts bepaalde meldingen verbergen. U ziet in elke melding de link \"Verberg "
86
+ "melding voor altijd\". Klik erop en ze zullen je niet meer lastig vallen."
87
+
88
+ #: admin/options.php:44
89
+ msgid "Don't nide"
90
+ msgstr "Niet verbergen"
91
+
92
+ #: admin/options.php:45
93
+ msgid ""
94
+ "Do not hide notices and do not show “Hide notification forever” link for admin."
95
+ msgstr ""
96
+ "Meldingen niet verbergen en laat de link 'Verberg melding voor altijd' niet "
97
+ "zien voor beheerder."
98
+
99
+ #: admin/options.php:49
100
+ msgid ""
101
+ "Some plugins shows notifications about premium version, data collecting or "
102
+ "promote their services. Even if you push close button (that sometimes are "
103
+ "impossible), notices are shows again in some time. This option allows you to "
104
+ "control notices. Hide them all or each individually. Some plugins shows "
105
+ "notifications about premium version, data collecting or promote their "
106
+ "services. Even if you push close button (that sometimes are impossible), "
107
+ "notices are shows again in some time. This option allows you to control "
108
+ "notices. Hide them all or each individually."
109
+ msgstr ""
110
+ "Sommige plugins tonen meldingen over de premium versie, het verzamelen van "
111
+ "gegevens of het promoten van hun diensten. Zelfs als je op afsluiten klikt "
112
+ "(wat soms niet eens mogelijk is), worden mededelingen binnen afzienbare tijd "
113
+ "opnieuw getoond. Met deze optie kunt u mededelingen beheren. Verberg ze "
114
+ "allemaal of elk afzonderlijk."
115
+
116
+ #: admin/options.php:72
117
+ msgid ""
118
+ "By default, the plugin hides all notices, which you specified. If you enable "
119
+ "this option, the plugin will collect all hidden notices and show them into the "
120
+ "top admin toolbar. It will not disturb you but will allow to look notices at "
121
+ "your convenience."
122
+ msgstr ""
123
+ "Standaard verbergt de plugin alle kennisgevingen die u hebt opgegeven. Als u "
124
+ "deze optie inschakelt, verzamelt de plugin alle verborgen mededelingen en "
125
+ "toont deze in de bovenste beheer werkbalk. Het zal niet storend zijn, maar zal "
126
+ "je toelaten om aankondigingen op je gemak te bekijken."
127
+
128
+ #: admin/options.php:136
129
+ msgid "Push reset hidden notices if you need to show hidden notices again."
130
+ msgstr ""
131
+ "Druk op reset verborgen mededelingen als u verborgen mededelingen opnieuw wilt "
132
+ "weergeven."
133
+
134
+ #: admin/options.php:145
135
+ #, php-format
136
+ msgid "Reset hidden notices (%s)"
137
+ msgstr "Reset verborgen mededelingen (%s)"
138
+
139
+ #: admin/options.php:147 admin/pages/notices.php:85
140
+ msgid "Hidden notices are successfully reset, now you can see them again!"
141
+ msgstr "Verborgen meldingen zijn succesvol gereset, nu kun je ze opnieuw zien!"
142
+
143
+ #: admin/pages/notices.php:49
144
+ msgid "Notices"
145
+ msgstr "Mededelingen"
146
+
147
+ #: admin/pages/notices.php:50
148
+ msgid "General"
149
+ msgstr "Algemeen"
150
+
151
+ #: disable-admin-notices.php:23
152
+ msgid ""
153
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
154
+ "installed, this plugin already has disable comments functions, so you can "
155
+ "deactivate plugin \"Disable admin notices\"!"
156
+ msgstr ""
157
+
158
+ #: disable-admin-notices.php:80
159
+ msgid "Webcraftic disable admin notices"
160
+ msgstr "Webcraftic uitschakelen admin mededelingen"
161
+
162
+ #: includes/classes/class.configurate-notices.php:79
163
+ #, php-format
164
+ msgid "Notifications %s"
165
+ msgstr "Meldingen %s"
166
+
167
+ #: includes/classes/class.configurate-notices.php:88
168
+ msgid "Restore notice"
169
+ msgstr "Herstel mededelingen"
170
+
171
+ #: includes/classes/class.configurate-notices.php:267
172
+ msgid "Hide notification forever"
173
+ msgstr "Verberg melding voor altijd"
components/disable-admin-notices/languages/disable-admin-notices-pt_BR.mo ADDED
Binary file
components/disable-admin-notices/languages/disable-admin-notices-pt_BR.po ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:31+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:31+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/ajax/hide-notice.php:19 admin/ajax/restore-notice.php:19
24
+ msgid "You don't have enough capability to edit this information."
25
+ msgstr "Você não tem capacidade suficiente para editar essas informações."
26
+
27
+ #: admin/ajax/hide-notice.php:32 admin/ajax/restore-notice.php:28
28
+ msgid "Undefinded notice id."
29
+ msgstr "ID de aviso não identificada."
30
+
31
+ #: admin/ajax/hide-notice.php:46 admin/ajax/restore-notice.php:40
32
+ msgid "Success"
33
+ msgstr "Sucesso"
34
+
35
+ #: admin/boot.php:18 admin/options.php:30 admin/pages/notices.php:33
36
+ msgid "Hide admin notices"
37
+ msgstr "Ocultar avisos de administrador"
38
+
39
+ #: admin/boot.php:24 admin/options.php:70
40
+ msgid "Enable hidden notices in adminbar"
41
+ msgstr "Ativar avisos ocultos no adminbar"
42
+
43
+ #: admin/boot.php:46
44
+ msgid "Get ultimate plugin free"
45
+ msgstr "Obtenha o melhor plugin grátis"
46
+
47
+ #: admin/options.php:23
48
+ msgid "Admin notifications, Update nags"
49
+ msgstr "Notificações de administrador, Atualizações nags"
50
+
51
+ #: admin/options.php:23
52
+ msgid ""
53
+ "Do you know the situation, when some plugin offers you to update to premium, "
54
+ "to collect technical data and shows many annoying notices? You are close "
55
+ "these notices every now and again but they newly appears and interfere your "
56
+ "work with WordPress. Even worse, some plugin’s authors delete “close” button "
57
+ "from notices and they shows in your admin panel forever."
58
+ msgstr ""
59
+ "Você conhece a situação, quando algum plugin lhe oferece para atualizar para "
60
+ "premium, para coletar dados técnicos e mostra muitos avisos irritantes? Você "
61
+ "está próximo desses avisos de vez em quando, mas eles aparecem recentemente "
62
+ "e interferem no seu trabalho com o WordPress. Pior ainda, alguns autores de "
63
+ "plug-in excluem o botão “fechar” dos avisos e eles são exibidos no seu "
64
+ "painel de administração para sempre."
65
+
66
+ #: admin/options.php:34
67
+ msgid "All notices"
68
+ msgstr "Todos os avisos"
69
+
70
+ #: admin/options.php:35
71
+ msgid "Hide all notices globally."
72
+ msgstr "Esconda todos os avisos globalmente."
73
+
74
+ #: admin/options.php:39
75
+ msgid "Only selected"
76
+ msgstr "Apenas selecionado"
77
+
78
+ #: admin/options.php:40
79
+ msgid ""
80
+ "Hide selected notices only. You will see the link \"Hide notification forever"
81
+ "\" in each notice. Push it and they will not bother you anymore."
82
+ msgstr ""
83
+ "Ocultar apenas avisos selecionados. Você verá o link \"Ocultar notificação "
84
+ "para sempre\" em cada aviso. Empurre-o e eles não vão incomodá-lo mais."
85
+
86
+ #: admin/options.php:44
87
+ msgid "Don't nide"
88
+ msgstr "Não nide"
89
+
90
+ #: admin/options.php:45
91
+ msgid ""
92
+ "Do not hide notices and do not show “Hide notification forever” link for "
93
+ "admin."
94
+ msgstr ""
95
+ "Não oculte avisos e não mostre o link \"Ocultar notificação para sempre\" "
96
+ "para o administrador."
97
+
98
+ #: admin/options.php:49
99
+ msgid ""
100
+ "Some plugins shows notifications about premium version, data collecting or "
101
+ "promote their services. Even if you push close button (that sometimes are "
102
+ "impossible), notices are shows again in some time. This option allows you to "
103
+ "control notices. Hide them all or each individually. Some plugins shows "
104
+ "notifications about premium version, data collecting or promote their "
105
+ "services. Even if you push close button (that sometimes are impossible), "
106
+ "notices are shows again in some time. This option allows you to control "
107
+ "notices. Hide them all or each individually."
108
+ msgstr ""
109
+ "Alguns plugins mostram notificações sobre a versão premium, coleta de dados "
110
+ "ou promover seus serviços. Mesmo se você apertar o botão fechar (que às "
111
+ "vezes são impossíveis), os avisos são exibidos novamente em algum momento. "
112
+ "Esta opção permite controlar avisos. Esconda-os todos ou cada um "
113
+ "individualmente. Alguns plugins mostram notificações sobre a versão premium, "
114
+ "coleta de dados ou promover seus serviços. Mesmo se você apertar o botão "
115
+ "fechar (que às vezes são impossíveis), os avisos são exibidos novamente em "
116
+ "algum momento. Esta opção permite controlar avisos. Esconda-os todos ou cada "
117
+ "um individualmente."
118
+
119
+ #: admin/options.php:72
120
+ msgid ""
121
+ "By default, the plugin hides all notices, which you specified. If you enable "
122
+ "this option, the plugin will collect all hidden notices and show them into "
123
+ "the top admin toolbar. It will not disturb you but will allow to look "
124
+ "notices at your convenience."
125
+ msgstr ""
126
+ "Por padrão, o plug-in oculta todos os avisos especificados. Se você ativar "
127
+ "essa opção, o plug-in coletará todos os avisos ocultos e os mostrará na "
128
+ "barra de ferramentas superior do administrador. Não o incomodará, mas "
129
+ "permitirá que você veja avisos de acordo com sua conveniência."
130
+
131
+ #: admin/options.php:136
132
+ msgid "Push reset hidden notices if you need to show hidden notices again."
133
+ msgstr ""
134
+ "Envie os avisos ocultos redefinidos se precisar mostrar avisos ocultos "
135
+ "novamente."
136
+
137
+ #: admin/options.php:145
138
+ #, php-format
139
+ msgid "Reset hidden notices (%s)"
140
+ msgstr "Redefinir avisos ocultos ( %s )"
141
+
142
+ #: admin/options.php:147 admin/pages/notices.php:85
143
+ msgid "Hidden notices are successfully reset, now you can see them again!"
144
+ msgstr ""
145
+ "Avisos ocultos são redefinidos com sucesso, agora você pode vê-los novamente!"
146
+
147
+ #: admin/pages/notices.php:49
148
+ msgid "Notices"
149
+ msgstr "Avisos"
150
+
151
+ #: admin/pages/notices.php:50
152
+ msgid "General"
153
+ msgstr "Geral"
154
+
155
+ #: disable-admin-notices.php:23
156
+ msgid ""
157
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
158
+ "installed, this plugin already has disable comments functions, so you can "
159
+ "deactivate plugin \"Disable admin notices\"!"
160
+ msgstr ""
161
+ "Descobrimos que você tem o plug-in \"Clearfy - desativar recursos não "
162
+ "utilizados \" instalado, este plugin já tem funções de desabilitar "
163
+ "comentários, então você pode desativar o plugin \"Desativar avisos do "
164
+ "administrador \"!"
165
+
166
+ #: disable-admin-notices.php:80
167
+ msgid "Webcraftic disable admin notices"
168
+ msgstr "Webcraftic desabilitar avisos de administração"
169
+
170
+ #: includes/classes/class.configurate-notices.php:79
171
+ #, php-format
172
+ msgid "Notifications %s"
173
+ msgstr "Notificações %s"
174
+
175
+ #: includes/classes/class.configurate-notices.php:88
176
+ msgid "Restore notice"
177
+ msgstr "Aviso de restauração"
178
+
179
+ #: includes/classes/class.configurate-notices.php:267
180
+ msgid "Hide notification forever"
181
+ msgstr "Ocultar a notificação para sempre"
components/ga-cache/admin/activation.php CHANGED
@@ -48,7 +48,7 @@
48
  */
49
  public function deactivate()
50
  {
51
- WGA_Plugin::app()->updateOption('ga_cache', 0);
52
 
53
  if( wp_next_scheduled('wbcr_clearfy_update_local_ga') ) {
54
  wp_clear_scheduled_hook('wbcr_clearfy_update_local_ga');
48
  */
49
  public function deactivate()
50
  {
51
+ //WGA_Plugin::app()->updateOption('ga_cache', 0);
52
 
53
  if( wp_next_scheduled('wbcr_clearfy_update_local_ga') ) {
54
  wp_clear_scheduled_hook('wbcr_clearfy_update_local_ga');
components/ga-cache/admin/boot.php CHANGED
@@ -91,7 +91,7 @@
91
  /**
92
  * This action is executed when the component of the Clearfy plugin is activate and if this component is name ga_cache
93
  */
94
- add_action('wbcr_clearfy_activated_component', function ($component_name) {
95
  if( $component_name == 'ga_cache' ) {
96
  require_once WGA_PLUGIN_DIR . '/admin/activation.php';
97
  $plugin = new WGA_Activation(WGA_Plugin::app());
91
  /**
92
  * This action is executed when the component of the Clearfy plugin is activate and if this component is name ga_cache
93
  */
94
+ add_action('wbcr/clearfy/activated_component', function ($component_name) {
95
  if( $component_name == 'ga_cache' ) {
96
  require_once WGA_PLUGIN_DIR . '/admin/activation.php';
97
  $plugin = new WGA_Activation(WGA_Plugin::app());
components/ga-cache/includes/class.plugin.php CHANGED
@@ -83,12 +83,23 @@
83
  return self::$app;
84
  }
85
 
 
86
  protected function setTextDomain()
87
  {
88
  // Localization plugin
89
- load_plugin_textdomain('simple-google-analytics', false, dirname(WGA_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
90
  }
91
-
92
  protected function setModules()
93
  {
94
  if( !$this->as_addon ) {
83
  return self::$app;
84
  }
85
 
86
+ // todo: перенести этот медот в фреймворк
87
  protected function setTextDomain()
88
  {
89
  // Localization plugin
90
+ //load_plugin_textdomain('simple-google-analytics', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
91
+
92
+ $domain = 'simple-google-analytics';
93
+ $locale = apply_filters('plugin_locale', is_admin()
94
+ ? get_user_locale()
95
+ : get_locale(), $domain);
96
+ $mofile = $domain . '-' . $locale . '.mo';
97
+
98
+ if( !load_textdomain($domain, WGA_PLUGIN_DIR . '/languages/' . $mofile) ) {
99
+ load_muplugin_textdomain($domain);
100
+ }
101
  }
102
+
103
  protected function setModules()
104
  {
105
  if( !$this->as_addon ) {
components/ga-cache/languages/simple-google-analytics-nl_BE.mo ADDED
Binary file
components/ga-cache/languages/simple-google-analytics-nl_BE.po ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:33+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/boot.php:27
26
+ msgid "The <b>Simple Google Analytics</b> plugin has some major changes!"
27
+ msgstr ""
28
+
29
+ #: admin/boot.php:28
30
+ msgid ""
31
+ "Unfortunately, the old version of the plugin (2.2.2) is no longer supported, "
32
+ "but you still can download it from the WordPress repository in case if the new "
33
+ "release doesn’t work for you."
34
+ msgstr ""
35
+
36
+ #: admin/boot.php:29
37
+ msgid ""
38
+ "We’ve updated the code and fixed the compatibility issue for the latest "
39
+ "WordPress and PHP versions. We’ve also added additional feature of the Local "
40
+ "Google Analytics – this way your website will load faster. The plugin’s name "
41
+ "has been changed to Local Google Analytics, but all features remained the same."
42
+ msgstr ""
43
+
44
+ #: admin/boot.php:30
45
+ #, php-format
46
+ msgid ""
47
+ "Please, check <a href=\"%s\">plugin settings</a> and its performance on your "
48
+ "website. We do care about you and want to avoid any problems with the new "
49
+ "version."
50
+ msgstr ""
51
+
52
+ #: admin/boot.php:32
53
+ #, php-format
54
+ msgid ""
55
+ "We are aimed to pay more attention to the speed and security aspects of your "
56
+ "website. That’s why you should definitely try our basic WordPress optimization "
57
+ "plugin as well. Clearfy includes functionality of this plugin and has many "
58
+ "additional features for the website optimization:\n"
59
+ "<a href=\"%s\">Donwload Clearfy for free</a>"
60
+ msgstr ""
61
+
62
+ #: admin/boot.php:121 admin/options.php:30 admin/pages/ga_cache.php:49
63
+ msgid "Google Analytics Cache"
64
+ msgstr ""
65
+
66
+ #: admin/boot.php:127 admin/options.php:50
67
+ msgid "Google analytic Code"
68
+ msgstr "Google analytics Code"
69
+
70
+ #: admin/boot.php:132 admin/options.php:71
71
+ msgid "Use adjusted bounce rate?"
72
+ msgstr "Aangepast bounce percentage gebruiken?"
73
+
74
+ #: admin/boot.php:137 admin/options.php:80
75
+ msgid "Change enqueue order?"
76
+ msgstr "Enqueue volgorde wijzigen?"
77
+
78
+ #: admin/boot.php:142 admin/options.php:89
79
+ msgid "Disable all display features functionality?"
80
+ msgstr "Alle weergave functionaliteit uitschakelen?"
81
+
82
+ #: admin/boot.php:147 admin/options.php:98
83
+ msgid "Use Anonymize IP? (Required by law for some countries)"
84
+ msgstr "Gebruik anonimiseren IP? (Voor sommige landen wettelijk verplicht)"
85
+
86
+ #: admin/boot.php:152 admin/options.php:107 admin/options.php:109
87
+ msgid "Track logged in Administrators?"
88
+ msgstr "Track ingelogde Beheerders?"
89
+
90
+ #: admin/boot.php:157 admin/options.php:116
91
+ msgid "Remove script from wp-cron?"
92
+ msgstr "Verwijder script van wp-cron?"
93
+
94
+ #: admin/boot.php:185
95
+ msgid "Get ultimate plugin free"
96
+ msgstr "Krijg ultieme plugin gratis"
97
+
98
+ #: admin/options.php:23
99
+ msgid "<strong>Google Analytics cache</strong>."
100
+ msgstr "<strong>Google Analytics cache</strong>."
101
+
102
+ #: admin/options.php:23
103
+ msgid ""
104
+ "To improve Google Page Speed indicators Analytics caching is needed. However, "
105
+ "it can also slightly increase your website loading speed, because Analytics js "
106
+ "files will load locally. The second case that you might need these settings is "
107
+ "the usual Google Analytics connection to your website. You do not need to do "
108
+ "this with other plugins or insert the tracking code into your theme."
109
+ msgstr ""
110
+ "Om de pagina snelheid indicatoren van Google te verbeteren, is caching in "
111
+ "Analytics nodig. Het kan echter ook de laadsnelheid van uw website enigszins "
112
+ "verhogen, omdat de Analytics js bestanden lokaal worden geladen. Het tweede "
113
+ "geval waarvoor u deze instellingen nodig heeft, is de gebruikelijke Google "
114
+ "Analytics verbinding met uw website. U hoeft dit niet met andere plugins te "
115
+ "doen of de tracking code in uw thema in te voegen."
116
+
117
+ #: admin/options.php:32
118
+ msgid ""
119
+ "If you enable this option, the plugin will begin to save a local copy of "
120
+ "Google Analytics to speed up the loading of your website and improve Google "
121
+ "Page Speed."
122
+ msgstr ""
123
+ "Als u deze optie inschakelt, zal de plugin beginnen met het opslaan van een "
124
+ "lokale kopie van Google Analytics om het laden van uw website te versnellen en "
125
+ "de Google Page Speed ​​te verbeteren."
126
+
127
+ #: admin/options.php:32
128
+ msgid ""
129
+ "ATTENTION! Before using this option, remove the previously installed Google "
130
+ "Analytics code inside your theme or plugins associated with this feature!"
131
+ msgstr ""
132
+ "AANDACHT! Voordat u deze optie gebruikt, verwijdert u de eerder geïnstalleerde "
133
+ "Google Analytics code in uw thema of plugins die aan deze functie zijn "
134
+ "gekoppeld!"
135
+
136
+ #: admin/options.php:52
137
+ msgid "Set the Google Analytics tracking code."
138
+ msgstr "Stel de Google Analytics tracking code in."
139
+
140
+ #: admin/options.php:63
141
+ msgid "Save GA in"
142
+ msgstr "Bewaar GA in"
143
+
144
+ #: admin/options.php:64
145
+ msgid "Select location for the Google Analytics code."
146
+ msgstr "Selecteer een locatie voor de Google Analytics code."
147
+
148
+ #: admin/options.php:74
149
+ msgid ""
150
+ "Essentially, you set up an event which is triggered after a user spends a "
151
+ "certain amount of time on the landing page, telling Google Analytics not to "
152
+ "count these users as bounces. A user may come to your website, find all of the "
153
+ "information they need (a phone number, for example) and then leave the site "
154
+ "without visiting another page. Without adjusted bounce rate, such a user would "
155
+ "be considered a bounce, even though they had a successful experience. By "
156
+ "defining a time limit after which you can consider a user to be \"engaged,\" "
157
+ "that user would no longer count as a bounce, and you'd get a more accurate "
158
+ "idea of whether they found what they were looking for."
159
+ msgstr ""
160
+ "In essentie stelt u een gebeurtenis in die wordt geactiveerd nadat een "
161
+ "gebruiker een bepaalde hoeveelheid tijd op de bestemmingspagina heeft "
162
+ "doorgebracht, waarmee u Google Analytics vertelt om deze gebruikers niet als "
163
+ "bounces te tellen. Een gebruiker kan naar uw website komen, alle benodigde "
164
+ "informatie vinden (bijvoorbeeld een telefoonnummer) en vervolgens de website "
165
+ "verlaten zonder een andere pagina te bezoeken. Zonder aangepast bounce "
166
+ "percentage zou een dergelijke gebruiker als een bounce worden beschouwd, ook "
167
+ "al hadden ze een succesvolle ervaring. Door een tijdslimiet te definiëren "
168
+ "waarna u kunt concluderen dat een gebruiker \"geëngageerd\" is, telt die "
169
+ "gebruiker niet mee als een bounce en krijgt u een beter beeld van het feit of "
170
+ "ze hebben gevonden waarnaar ze op zoek waren."
171
+
172
+ #: admin/options.php:83
173
+ msgid ""
174
+ "By default, Google Analytics code is loaded before other scripts and "
175
+ "javasscript code, but if you set the value to 100, the GA code will be loaded "
176
+ "after all other scripts. By changing the priority, you can set code position "
177
+ "on the page."
178
+ msgstr ""
179
+ "Standaard wordt de Google Analytics code geladen voor andere scripts en "
180
+ "javasscript code, maar als u de waarde instelt op 100, wordt de GA code "
181
+ "geladen na alle andere scripts. Door de prioriteit te wijzigen, kunt u de "
182
+ "codepositie op de pagina instellen."
183
+
184
+ #: admin/options.php:91
185
+ #, php-format
186
+ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
187
+ msgstr "Alle <a href=\"%s\">van weergave functies uitschakelen?</a>"
188
+
189
+ #: admin/options.php:100
190
+ #, php-format
191
+ msgid "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
192
+ msgstr ""
193
+ "Gebruik <a href=\"%s\">Anoniem maken van IP?</a> (Wettelijk vereist voor "
194
+ "sommige landen)"
195
+
196
+ #: admin/options.php:118
197
+ msgid ""
198
+ "Clearfy creates a cron job to daily update Google Analytics cache scripts. "
199
+ "After enabling this option, the plugin will not update Google Analytics cache "
200
+ "file. Do not use this option if you do not understand why you need it!"
201
+ msgstr ""
202
+ "Clearfy maakt een cron-taak om dagelijks de cache scripts van Google Analytics "
203
+ "bij te werken. Nadat u deze optie hebt ingeschakeld, werkt de plugin het cache "
204
+ "bestand van Google Analytics niet bij. Gebruik deze optie niet als u niet "
205
+ "begrijpt waarom u het nodig hebt!"
206
+
207
+ #: admin/pages/ga_cache.php:33
208
+ msgid "Local Google Analytics"
209
+ msgstr ""
210
+
211
+ #: admin/pages/ga_cache.php:50
212
+ msgid "General"
213
+ msgstr "Algemeen"
214
+
215
+ #: includes/classes/class.configurate-ga.php:37
216
+ msgid "Once Weekly"
217
+ msgstr "Eénmaal per week"
218
+
219
+ #: includes/classes/class.configurate-ga.php:42
220
+ msgid "Twice Monthly"
221
+ msgstr "Tweemaal per maand"
222
+
223
+ #: includes/classes/class.configurate-ga.php:47
224
+ msgid "Once Monthly"
225
+ msgstr "Eénmaal per maand"
226
+
227
+ #: simple_google_analytics.php:32
228
+ msgid ""
229
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
230
+ "installed, this plugin already has Google Analytics cache functions, so you "
231
+ "can deactivate plugin \"Google Analytics Cache\"!"
232
+ msgstr ""
233
+
234
+ #: simple_google_analytics.php:40
235
+ msgid ""
236
+ "You use the old version of Wordpress to use the <b>Webcraftic Local Google "
237
+ "Analytics (Old name: Simple Google Analytics)</b> plugin, you must upgrade "
238
+ "your Wordpress to the minimum version 4.2!"
239
+ msgstr ""
240
+
241
+ #: simple_google_analytics.php:65
242
+ msgid "Webcraftic Local Google Analytics"
243
+ msgstr ""
components/ga-cache/languages/simple-google-analytics-pt_BR.mo ADDED
Binary file
components/ga-cache/languages/simple-google-analytics-pt_BR.po ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:33+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:33+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/boot.php:27
24
+ msgid "The <b>Simple Google Analytics</b> plugin has some major changes!"
25
+ msgstr ""
26
+
27
+ #: admin/boot.php:28
28
+ msgid ""
29
+ "Unfortunately, the old version of the plugin (2.2.2) is no longer supported, "
30
+ "but you still can download it from the WordPress repository in case if the "
31
+ "new release doesn’t work for you."
32
+ msgstr ""
33
+
34
+ #: admin/boot.php:29
35
+ msgid ""
36
+ "We’ve updated the code and fixed the compatibility issue for the latest "
37
+ "WordPress and PHP versions. We’ve also added additional feature of the Local "
38
+ "Google Analytics – this way your website will load faster. The plugin’s name "
39
+ "has been changed to Local Google Analytics, but all features remained the "
40
+ "same."
41
+ msgstr ""
42
+
43
+ #: admin/boot.php:30
44
+ #, php-format
45
+ msgid ""
46
+ "Please, check <a href=\"%s\">plugin settings</a> and its performance on your "
47
+ "website. We do care about you and want to avoid any problems with the new "
48
+ "version."
49
+ msgstr ""
50
+
51
+ #: admin/boot.php:32
52
+ #, php-format
53
+ msgid ""
54
+ "We are aimed to pay more attention to the speed and security aspects of your "
55
+ "website. That’s why you should definitely try our basic WordPress "
56
+ "optimization plugin as well. Clearfy includes functionality of this plugin "
57
+ "and has many additional features for the website optimization:\n"
58
+ "<a href=\"%s\">Donwload Clearfy for free</a>"
59
+ msgstr ""
60
+
61
+ #: admin/boot.php:121 admin/options.php:30 admin/pages/ga_cache.php:49
62
+ msgid "Google Analytics Cache"
63
+ msgstr "Cache analítico do Google"
64
+
65
+ #: admin/boot.php:127 admin/options.php:50
66
+ msgid "Google analytic Code"
67
+ msgstr "Código analítico do Google"
68
+
69
+ #: admin/boot.php:132 admin/options.php:71
70
+ msgid "Use adjusted bounce rate?"
71
+ msgstr "Use taxa de rejeição ajustada?"
72
+
73
+ #: admin/boot.php:137 admin/options.php:80
74
+ msgid "Change enqueue order?"
75
+ msgstr "Alterar ordem de enfileiramento?"
76
+
77
+ #: admin/boot.php:142 admin/options.php:89
78
+ msgid "Disable all display features functionality?"
79
+ msgstr "Desativar todas as funcionalidades dos recursos de exibição?"
80
+
81
+ #: admin/boot.php:147 admin/options.php:98
82
+ msgid "Use Anonymize IP? (Required by law for some countries)"
83
+ msgstr "Use Anonymize IP? (Obrigatório por lei para alguns países)"
84
+
85
+ #: admin/boot.php:152 admin/options.php:107 admin/options.php:109
86
+ msgid "Track logged in Administrators?"
87
+ msgstr "Track logado em Administradores?"
88
+
89
+ #: admin/boot.php:157 admin/options.php:116
90
+ msgid "Remove script from wp-cron?"
91
+ msgstr "Remover script do wp-cron?"
92
+
93
+ #: admin/boot.php:185
94
+ msgid "Get ultimate plugin free"
95
+ msgstr "Obtenha o melhor plugin grátis"
96
+
97
+ #: admin/options.php:23
98
+ msgid "<strong>Google Analytics cache</strong>."
99
+ msgstr "<strong>cache do Google Analytics</strong>."
100
+
101
+ #: admin/options.php:23
102
+ msgid ""
103
+ "To improve Google Page Speed indicators Analytics caching is needed. "
104
+ "However, it can also slightly increase your website loading speed, because "
105
+ "Analytics js files will load locally. The second case that you might need "
106
+ "these settings is the usual Google Analytics connection to your website. You "
107
+ "do not need to do this with other plugins or insert the tracking code into "
108
+ "your theme."
109
+ msgstr ""
110
+ "Para melhorar os indicadores do Google Page Speed, é necessário o "
111
+ "armazenamento em cache do Analytics. No entanto, também pode aumentar "
112
+ "ligeiramente a velocidade de carregamento do seu site, porque os arquivos do "
113
+ "Google Analytics js serão carregados localmente. O segundo caso em que você "
114
+ "pode precisar dessas configurações é a conexão normal do Google Analytics "
115
+ "com seu website. Você não precisa fazer isso com outros plug-ins ou inserir "
116
+ "o código de acompanhamento em seu tema."
117
+
118
+ #: admin/options.php:32
119
+ msgid ""
120
+ "If you enable this option, the plugin will begin to save a local copy of "
121
+ "Google Analytics to speed up the loading of your website and improve Google "
122
+ "Page Speed."
123
+ msgstr ""
124
+ "Se você ativar essa opção, o plug-in começará a salvar uma cópia local do "
125
+ "Google Analytics para acelerar o carregamento de seu website e melhorar a "
126
+ "velocidade da página do Google."
127
+
128
+ #: admin/options.php:32
129
+ msgid ""
130
+ "ATTENTION! Before using this option, remove the previously installed Google "
131
+ "Analytics code inside your theme or plugins associated with this feature!"
132
+ msgstr ""
133
+ "ATENÇÃO! Antes de usar essa opção, remova o código do Google Analytics "
134
+ "instalado anteriormente no seu tema ou plug-ins associados a esse recurso."
135
+
136
+ #: admin/options.php:52
137
+ msgid "Set the Google Analytics tracking code."
138
+ msgstr "Definir o código de acompanhamento do Google Analytics."
139
+
140
+ #: admin/options.php:63
141
+ msgid "Save GA in"
142
+ msgstr "Salvar o GA em"
143
+
144
+ #: admin/options.php:64
145
+ msgid "Select location for the Google Analytics code."
146
+ msgstr "Selecione o local para o código do Google Analytics."
147
+
148
+ #: admin/options.php:74
149
+ msgid ""
150
+ "Essentially, you set up an event which is triggered after a user spends a "
151
+ "certain amount of time on the landing page, telling Google Analytics not to "
152
+ "count these users as bounces. A user may come to your website, find all of "
153
+ "the information they need (a phone number, for example) and then leave the "
154
+ "site without visiting another page. Without adjusted bounce rate, such a "
155
+ "user would be considered a bounce, even though they had a successful "
156
+ "experience. By defining a time limit after which you can consider a user to "
157
+ "be \"engaged,\" that user would no longer count as a bounce, and you'd get a "
158
+ "more accurate idea of whether they found what they were looking for."
159
+ msgstr ""
160
+ "Essencialmente, você configura um evento que é acionado depois que um "
161
+ "usuário passa um determinado período de tempo na página de destino, dizendo "
162
+ "ao Google Analytics para não contabilizar esses usuários como rejeições. Um "
163
+ "usuário pode acessar seu site, encontrar todas as informações necessárias "
164
+ "(um número de telefone, por exemplo) e sair do site sem visitar outra "
165
+ "página. Sem a taxa de rejeição ajustada, esse usuário seria considerado uma "
166
+ "rejeição, mesmo que tivesse uma experiência bem-sucedida. Ao definir um "
167
+ "limite de tempo após o qual você pode considerar um usuário \"engajado\", "
168
+ "esse usuário não será mais considerado uma rejeição, e você terá uma ideia "
169
+ "mais precisa sobre se encontrou o que estava procurando."
170
+
171
+ #: admin/options.php:83
172
+ msgid ""
173
+ "By default, Google Analytics code is loaded before other scripts and "
174
+ "javasscript code, but if you set the value to 100, the GA code will be "
175
+ "loaded after all other scripts. By changing the priority, you can set code "
176
+ "position on the page."
177
+ msgstr ""
178
+ "Por padrão, o código do Google Analytics é carregado antes de outros scripts "
179
+ "e código javasscript, mas se você definir o valor como 100, o código do GA "
180
+ "será carregado depois de todos os outros scripts. Ao alterar a prioridade, "
181
+ "você pode definir a posição do código na página."
182
+
183
+ #: admin/options.php:91
184
+ #, php-format
185
+ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
186
+ msgstr ""
187
+ "Desativar todas as <a href=\"%s\"> funcionalidades dos recursos de exibição? "
188
+ "</a>"
189
+
190
+ #: admin/options.php:100
191
+ #, php-format
192
+ msgid ""
193
+ "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
194
+ msgstr ""
195
+ "Usar <a href=\"%s\">Anonimizar IP?</a> (exigido por lei para alguns países)"
196
+
197
+ #: admin/options.php:118
198
+ msgid ""
199
+ "Clearfy creates a cron job to daily update Google Analytics cache scripts. "
200
+ "After enabling this option, the plugin will not update Google Analytics "
201
+ "cache file. Do not use this option if you do not understand why you need it!"
202
+ msgstr ""
203
+ "O Clearfy cria uma tarefa cron para atualizar diariamente os scripts de "
204
+ "cache do Google Analytics. Depois de ativar essa opção, o plug-in não "
205
+ "atualizará o arquivo de cache do Google Analytics. Não use essa opção se "
206
+ "você não entender por que precisa!"
207
+
208
+ #: admin/pages/ga_cache.php:33
209
+ msgid "Local Google Analytics"
210
+ msgstr ""
211
+
212
+ #: admin/pages/ga_cache.php:50
213
+ msgid "General"
214
+ msgstr "Geral"
215
+
216
+ #: includes/classes/class.configurate-ga.php:37
217
+ msgid "Once Weekly"
218
+ msgstr "Uma vez por semana"
219
+
220
+ #: includes/classes/class.configurate-ga.php:42
221
+ msgid "Twice Monthly"
222
+ msgstr "Duas vezes por mês"
223
+
224
+ #: includes/classes/class.configurate-ga.php:47
225
+ msgid "Once Monthly"
226
+ msgstr "Uma vez por mês"
227
+
228
+ #: simple_google_analytics.php:32
229
+ msgid ""
230
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
231
+ "installed, this plugin already has Google Analytics cache functions, so you "
232
+ "can deactivate plugin \"Google Analytics Cache\"!"
233
+ msgstr ""
234
+ "Descobrimos que você tem o \"Clearfy - desativar os recursos não utilizados "
235
+ "\" plugin instalado, este plugin já tem desativar as funções de comentários, "
236
+ "assim você pode desativar o plugin \"Hide Login Page \"!"
237
+
238
+ #: simple_google_analytics.php:40
239
+ msgid ""
240
+ "You use the old version of Wordpress to use the <b>Webcraftic Local Google "
241
+ "Analytics (Old name: Simple Google Analytics)</b> plugin, you must upgrade "
242
+ "your Wordpress to the minimum version 4.2!"
243
+ msgstr ""
244
+
245
+ #: simple_google_analytics.php:65
246
+ msgid "Webcraftic Local Google Analytics"
247
+ msgstr ""
components/html-minify/includes/class.plugin.php CHANGED
@@ -94,13 +94,21 @@
94
  return self::$app;
95
  }
96
 
97
- /**
98
- * Устанавливаем текстовый домен
99
- */
100
  protected function setTextDomain()
101
  {
102
  // Localization plugin
103
- load_plugin_textdomain('html-minify', false, dirname(WHTM_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
104
  }
105
 
106
  /**
94
  return self::$app;
95
  }
96
 
97
+ // todo: перенести этот медот в фреймворк
 
 
98
  protected function setTextDomain()
99
  {
100
  // Localization plugin
101
+ //load_plugin_textdomain('html-minify', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
102
+
103
+ $domain = 'html-minify';
104
+ $locale = apply_filters('plugin_locale', is_admin()
105
+ ? get_user_locale()
106
+ : get_locale(), $domain);
107
+ $mofile = $domain . '-' . $locale . '.mo';
108
+
109
+ if( !load_textdomain($domain, WHTM_PLUGIN_DIR . '/languages/' . $mofile) ) {
110
+ load_muplugin_textdomain($domain);
111
+ }
112
  }
113
 
114
  /**
components/html-minify/includes/classes/class.mac-main.php CHANGED
@@ -31,9 +31,19 @@ class WHTM_PluginMain
31
  public function start()
32
  {
33
  $this->setup();
 
34
  $this->run();
35
  }
36
 
 
 
 
 
 
 
 
 
 
37
  /**
38
  * Setting the parameters
39
  */
@@ -267,4 +277,26 @@ class WHTM_PluginMain
267
  return $content;
268
  }
269
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  }
31
  public function start()
32
  {
33
  $this->setup();
34
+ $this->hook();
35
  $this->run();
36
  }
37
 
38
+ /**
39
+ * Initialization hooks
40
+ */
41
+ public function hook() {
42
+ if ( WHTM_Plugin::app()->getOption('html_optimize') ) {
43
+ add_action( 'wp_loaded', array( $this, 'removeCacheMessage' ) );
44
+ }
45
+ }
46
+
47
  /**
48
  * Setting the parameters
49
  */
277
  return $content;
278
  }
279
 
280
+ /**
281
+ * Remove Cache Status Messages
282
+ */
283
+ public function removeCacheMessage()
284
+ {
285
+ // For WP Super Cache
286
+ if ( file_exists( WP_CONTENT_DIR . '/wp-cache-config.php' ) && function_exists( 'prune_super_cache' ) ) {
287
+ global $wp_super_cache_comments;
288
+ $wp_super_cache_comments = 0;
289
+ }
290
+
291
+ // For WP Fastest Cache
292
+ if ( class_exists( 'WpFastestCache' ) ) {
293
+ define( 'WPFC_REMOVE_FOOTER_COMMENT', true );
294
+ }
295
+
296
+ // For WP Total Cache
297
+ if ( function_exists( 'w3tc_pgcache_flush' ) ) {
298
+ add_filter( 'w3tc_footer_comment', '__return_empty_array' );
299
+ }
300
+ }
301
+
302
  }
components/minify-and-combine/includes/boot.php CHANGED
@@ -61,7 +61,7 @@
61
  $current_url = wp_nonce_url(add_query_arg(array('wbcr_mac_clear_cache' => 1)), 'clear_all_cache');
62
 
63
  $menu_items['mac-clear-cache'] = array(
64
- 'title' => __('Clear cache', 'minify-and-combine') . (is_network_admin()
65
  ? ''
66
  : ' (' . WMAC_PluginCache::getUsedCache()['percent'] . '%)'),
67
  'href' => $current_url
61
  $current_url = wp_nonce_url(add_query_arg(array('wbcr_mac_clear_cache' => 1)), 'clear_all_cache');
62
 
63
  $menu_items['mac-clear-cache'] = array(
64
+ 'title' => '<span class="dashicons dashicons-image-rotate"></span> ' . __('Clear cache', 'minify-and-combine') . (is_network_admin()
65
  ? ''
66
  : ' (' . WMAC_PluginCache::getUsedCache()['percent'] . '%)'),
67
  'href' => $current_url
components/minify-and-combine/includes/class.plugin.php CHANGED
@@ -94,13 +94,21 @@
94
  return self::$app;
95
  }
96
 
97
- /**
98
- * Устанавливаем текстовый домен
99
- */
100
  protected function setTextDomain()
101
  {
102
  // Localization plugin
103
- load_plugin_textdomain('minify-and-combine', false, dirname(WMAC_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
104
  }
105
 
106
  /**
94
  return self::$app;
95
  }
96
 
97
+ // todo: перенести этот медот в фреймворк
 
 
98
  protected function setTextDomain()
99
  {
100
  // Localization plugin
101
+ //load_plugin_textdomain('minify-and-combine', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
102
+
103
+ $domain = 'minify-and-combine';
104
+ $locale = apply_filters('plugin_locale', is_admin()
105
+ ? get_user_locale()
106
+ : get_locale(), $domain);
107
+ $mofile = $domain . '-' . $locale . '.mo';
108
+
109
+ if( !load_textdomain($domain, WMAC_PLUGIN_DIR . '/languages/' . $mofile) ) {
110
+ load_muplugin_textdomain($domain);
111
+ }
112
  }
113
 
114
  /**
components/minify-and-combine/includes/classes/class.mac-base.php CHANGED
@@ -612,11 +612,13 @@ abstract class WMAC_PluginBase
612
 
613
  // Bail if it looks like its already minifed (by having -min or .min
614
  // in filename) or if it looks like WP jquery.js (which is minified).
615
- $minified_variants = array(
616
  '-min.' . $type,
617
  '.min.' . $type,
618
  'js/jquery/jquery.js',
619
- );
 
 
620
  foreach ( $minified_variants as $ending ) {
621
  if ( $this->strEndsIn( $filepath, $ending ) ) {
622
  return false;
612
 
613
  // Bail if it looks like its already minifed (by having -min or .min
614
  // in filename) or if it looks like WP jquery.js (which is minified).
615
+ $minified_variants = apply_filters('wmac_minified_variants',array(
616
  '-min.' . $type,
617
  '.min.' . $type,
618
  'js/jquery/jquery.js',
619
+ ));
620
+
621
+
622
  foreach ( $minified_variants as $ending ) {
623
  if ( $this->strEndsIn( $filepath, $ending ) ) {
624
  return false;
components/minify-and-combine/includes/classes/class.mac-css-min.php CHANGED
@@ -42,6 +42,7 @@ class WMAC_PluginCSSmin
42
  */
43
  public function run( $css )
44
  {
 
45
  $result = $this->minifier->run( $css );
46
 
47
  return $result;
42
  */
43
  public function run( $css )
44
  {
45
+ $this->minifier->removeImportantComments();
46
  $result = $this->minifier->run( $css );
47
 
48
  return $result;
components/minify-and-combine/includes/classes/ext/php/jsmin.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * JSMin.php - modified PHP implementation of Douglas Crockford's JSMin.
4
  *
@@ -416,7 +417,7 @@
416
  // don't prepend a newline if two comments right after one another
417
  $this->keptComment = "\n";
418
  }
419
- $this->keptComment .= "/*!" . substr($comment, 1) . "*/\n";
420
  } else if( preg_match('/^@(?:cc_on|if|elif|else|end)\\b/', $comment) ) {
421
  // IE conditional
422
  $this->keptComment .= "/*{$comment}*/";
@@ -468,5 +469,4 @@
468
 
469
  class JSMin_UnterminatedRegExpException extends \Exception {
470
 
471
- }
472
-
1
  <?php
2
+
3
  /**
4
  * JSMin.php - modified PHP implementation of Douglas Crockford's JSMin.
5
  *
417
  // don't prepend a newline if two comments right after one another
418
  $this->keptComment = "\n";
419
  }
420
+ //$this->keptComment .= "/*!" . substr($comment, 1) . "*/\n";
421
  } else if( preg_match('/^@(?:cc_on|if|elif|else|end)\\b/', $comment) ) {
422
  // IE conditional
423
  $this->keptComment .= "/*{$comment}*/";
469
 
470
  class JSMin_UnterminatedRegExpException extends \Exception {
471
 
472
+ }
 
components/updates-manager/includes/class.plugin.php CHANGED
@@ -84,10 +84,21 @@
84
  return self::$app;
85
  }
86
 
 
87
  protected function setTextDomain()
88
  {
89
  // Localization plugin
90
- load_plugin_textdomain('webcraftic-updates-manager', false, dirname(WUP_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
91
  }
92
 
93
  protected function setModules()
84
  return self::$app;
85
  }
86
 
87
+ // todo: перенести этот медот в фреймворк
88
  protected function setTextDomain()
89
  {
90
  // Localization plugin
91
+ //load_plugin_textdomain('webcraftic-updates-manager', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
92
+
93
+ $domain = 'webcraftic-updates-manager';
94
+ $locale = apply_filters('plugin_locale', is_admin()
95
+ ? get_user_locale()
96
+ : get_locale(), $domain);
97
+ $mofile = $domain . '-' . $locale . '.mo';
98
+
99
+ if( !load_textdomain($domain, WUP_PLUGIN_DIR . '/languages/' . $mofile) ) {
100
+ load_muplugin_textdomain($domain);
101
+ }
102
  }
103
 
104
  protected function setModules()
components/updates-manager/languages/webcraftic-updates-manager-nl_BE.mo ADDED
Binary file
components/updates-manager/languages/webcraftic-updates-manager-nl_BE.po ADDED
@@ -0,0 +1,306 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:34+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/boot.php:21
26
+ #, php-format
27
+ msgid ""
28
+ "We found that you have the plugin %s installed. The functions of this plugin "
29
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
30
+ "plugins' functions."
31
+ msgstr ""
32
+ "We hebben geconstateerd dat de plugin %s is geïnstalleerd. De functies van "
33
+ "deze plugin bestaan ​​al in %s. Deactiveer plugin %s om conflicten tussen de "
34
+ "functies van de plugins te voorkomen."
35
+
36
+ #: admin/boot.php:22
37
+ #, php-format
38
+ msgid ""
39
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
40
+ "recommend do not use the same plugins' functions at the same time!"
41
+ msgstr ""
42
+ "Als u de plugin %s, om eender welke reden niet wilt deactiveren, raden wij u "
43
+ "ten zeerste aan om niet dezelfde plugin functies tegelijkertijd te gebruiken!"
44
+
45
+ #: admin/boot.php:70
46
+ msgid "Disable plugin updates"
47
+ msgstr "Schakel plugin updates uit"
48
+
49
+ #: admin/boot.php:76
50
+ msgid "Disable theme updates"
51
+ msgstr "Schakel thema updates uit"
52
+
53
+ #: admin/boot.php:82 admin/pages/updates.php:122
54
+ msgid "Disable Automatic Translation Updates"
55
+ msgstr "Schakel Automatische vertaal-updates uit"
56
+
57
+ #: admin/boot.php:87
58
+ msgid "Disable wordPress core updates"
59
+ msgstr "Schakel WordPress core-updates uit"
60
+
61
+ #: admin/boot.php:93 admin/pages/updates.php:156
62
+ msgid "Enable updates for VCS Installations"
63
+ msgstr "Schakel updates voor VCS-installaties in"
64
+
65
+ #: admin/boot.php:98
66
+ msgid "Plugin filters"
67
+ msgstr "Plugin filters"
68
+
69
+ #: admin/boot.php:103 admin/pages/updates.php:166
70
+ msgid "Updates nags only for Admin"
71
+ msgstr "Update meldingen enkel voor Admin"
72
+
73
+ #: admin/boot.php:115
74
+ msgid "One click disable all updates"
75
+ msgstr "Alle updates uitschakelen in één klik"
76
+
77
+ #: admin/boot.php:136
78
+ msgid "Get ultimate plugin free"
79
+ msgstr "Krijg ultieme plugin gratis"
80
+
81
+ #: admin/pages/advanced.php:37
82
+ msgid "Advanced"
83
+ msgstr "Gevorderd"
84
+
85
+ #: admin/pages/advanced.php:65
86
+ msgid "Please, wait 90 sec. to see the forced automatic update result."
87
+ msgstr ""
88
+ "Wacht alstublieft 90 sec. om het geforceerde automatische update resultaat te "
89
+ "zien."
90
+
91
+ #: admin/pages/advanced.php:75
92
+ msgid "Force Automatic Updates"
93
+ msgstr "Forceer Automatische Updates"
94
+
95
+ #: admin/pages/advanced.php:77
96
+ msgid ""
97
+ "This will attempt to force automatic updates. This is useful for debugging."
98
+ msgstr ""
99
+ "Hiermee wordt geprobeerd automatische updates te forceren. Dit is handig om "
100
+ "fouten op te sporen."
101
+
102
+ #: admin/pages/advanced.php:78
103
+ msgid "Force update"
104
+ msgstr "Forceer update"
105
+
106
+ #: admin/pages/plugins.php:63
107
+ msgid "Plugins"
108
+ msgstr "Plugins"
109
+
110
+ #: admin/pages/plugins.php:81
111
+ msgid ""
112
+ "- To disable updates individually choose the “Manual or automatic plugin "
113
+ "updates” option then save settings and comeback to this page."
114
+ msgstr ""
115
+ "- Om updates afzonderlijk uit te schakelen, kiest u de optie \"Handmatige of "
116
+ "automatische plugin updates\", slaat u vervolgens de instellingen op en keert "
117
+ "u terug naar deze pagina."
118
+
119
+ #: admin/pages/plugins.php:85
120
+ msgid ""
121
+ "- To configure plugin auto updates individually, choose the “Enable auto "
122
+ "updates” option then save settings and comeback to this page."
123
+ msgstr ""
124
+
125
+ #: admin/pages/plugins.php:238
126
+ msgid "Plugins list"
127
+ msgstr "Lijst met plugins"
128
+
129
+ #: admin/pages/plugins.php:241
130
+ msgid "This page you can individually disable plugin updates and auto updates."
131
+ msgstr ""
132
+ "Op deze pagina kunt u plugin updates en automatische updates individueel "
133
+ "uitschakelen."
134
+
135
+ #: admin/pages/plugins.php:257
136
+ msgid "Bulk actions"
137
+ msgstr "Bulk acties"
138
+
139
+ #: admin/pages/plugins.php:258 admin/pages/plugins.php:333
140
+ #: admin/pages/plugins.php:338 admin/pages/updates.php:96
141
+ #: admin/pages/updates.php:111 admin/pages/updates.php:132
142
+ msgid "Disable updates"
143
+ msgstr "Schakel updates uit"
144
+
145
+ #: admin/pages/plugins.php:259 admin/pages/plugins.php:335
146
+ msgid "Enable updates"
147
+ msgstr "Schakel updates in"
148
+
149
+ #: admin/pages/plugins.php:260 admin/pages/plugins.php:345
150
+ #: admin/pages/plugins.php:351
151
+ msgid "Enable auto-updates"
152
+ msgstr "Schakel auto-updates in"
153
+
154
+ #: admin/pages/plugins.php:261 admin/pages/plugins.php:343
155
+ #: admin/pages/plugins.php:349
156
+ msgid "Disable auto-updates"
157
+ msgstr "Automatische updates uitschakelen"
158
+
159
+ #: admin/pages/plugins.php:263
160
+ msgid "Apply"
161
+ msgstr "Toepassen"
162
+
163
+ #: admin/pages/plugins.php:270
164
+ msgid "Plugin"
165
+ msgstr "Plugin"
166
+
167
+ #: admin/pages/plugins.php:272
168
+ msgid "Description"
169
+ msgstr "Beschrijving"
170
+
171
+ #: admin/pages/plugins.php:319
172
+ msgid "Select"
173
+ msgstr "Selecteer"
174
+
175
+ #: admin/pages/updates.php:37
176
+ msgid "Updates manager"
177
+ msgstr "Updates manager"
178
+
179
+ #: admin/pages/updates.php:51
180
+ msgid "Updates"
181
+ msgstr "Updates"
182
+
183
+ #: admin/pages/updates.php:52
184
+ msgid "General"
185
+ msgstr "Algemeen"
186
+
187
+ #: admin/pages/updates.php:85
188
+ msgid "General settings for WordPress, plugins and themes updates"
189
+ msgstr "Algemene instellingen voor WordPress, plugins en thema updates"
190
+
191
+ #: admin/pages/updates.php:85
192
+ msgid ""
193
+ "This page, you can enable or disable automatic updates. To test the automatic "
194
+ "updates, click the \"Advanced\" tab."
195
+ msgstr ""
196
+ "Op deze pagina kunt u automatische updates in- of uitschakelen. Klik op het "
197
+ "tabblad 'Geavanceerd' om de automatische updates te testen."
198
+
199
+ #: admin/pages/updates.php:92
200
+ msgid "Plugin Updates"
201
+ msgstr "Plugin Updates"
202
+
203
+ #: admin/pages/updates.php:94 admin/pages/updates.php:109
204
+ msgid "Manual updates"
205
+ msgstr "Manuele updates"
206
+
207
+ #: admin/pages/updates.php:95 admin/pages/updates.php:110
208
+ msgid "Enable auto updates"
209
+ msgstr "Schakel automatische updates in"
210
+
211
+ #: admin/pages/updates.php:99
212
+ msgid ""
213
+ "You can disable all plugin updates or choose manual or automatic update mode."
214
+ msgstr ""
215
+ "U kunt alle plugin updates uitschakelen of de handmatige of automatische "
216
+ "update modus kiezen."
217
+
218
+ #: admin/pages/updates.php:107
219
+ msgid "Theme Updates"
220
+ msgstr "Thema Updates"
221
+
222
+ #: admin/pages/updates.php:114
223
+ msgid ""
224
+ "You can disable all themes updates or choose manual or automatic update mode."
225
+ msgstr ""
226
+ "U kunt alle thema updates uitschakelen of de handmatige of automatische update "
227
+ "modus kiezen."
228
+
229
+ #: admin/pages/updates.php:130
230
+ msgid "WordPress Core Updates"
231
+ msgstr "WordPress Core Updates"
232
+
233
+ #: admin/pages/updates.php:133
234
+ msgid "Disable auto updates"
235
+ msgstr "Schakel automatische updates uit"
236
+
237
+ #: admin/pages/updates.php:136
238
+ msgid "Allow minor auto updates"
239
+ msgstr "Sta kleine automatische updates toe"
240
+
241
+ #: admin/pages/updates.php:140
242
+ msgid "Allow major auto updates"
243
+ msgstr "Sta grote automatische updates toe"
244
+
245
+ #: admin/pages/updates.php:144
246
+ msgid "Allow development auto updates"
247
+ msgstr "Automatische updates van de toepassing toestaan"
248
+
249
+ #: admin/pages/updates.php:148
250
+ msgid ""
251
+ "You can disable all core WordPress updates, or disable only automatic updates. "
252
+ "Also you can select the update mode. By default (minor)"
253
+ msgstr ""
254
+ "U kunt alle essentiële WordPress updates uitschakelen of alleen automatische "
255
+ "updates uitschakelen. U kunt ook de update modus selecteren. Standaard (gering)"
256
+
257
+ #: admin/pages/updates.php:148
258
+ msgid "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
259
+ msgstr ""
260
+ "Belangrijk - update automatisch naar belangrijke releases (bijv. 4.1, 4.2, "
261
+ "4.3)."
262
+
263
+ #: admin/pages/updates.php:148
264
+ msgid ""
265
+ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, 4.1.3).."
266
+ msgstr ""
267
+ "Gering - update automatisch naar kleine releases (bijv. 4.1.1, 4.1.2, 4.1.3)..."
268
+
269
+ #: admin/pages/updates.php:148
270
+ msgid "Development - update automatically to Bleeding Edge releases."
271
+ msgstr "Ontwikkeling - update automatisch naar Bleeding Edge-releases."
272
+
273
+ #: admin/pages/updates.php:158
274
+ msgid ""
275
+ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found in "
276
+ "the WordPress directory"
277
+ msgstr ""
278
+ "Inschakel Automatische updates, zelfs als een VCS-map (.git, .hg, .svn) werd "
279
+ "gevonden in de WordPress directory"
280
+
281
+ #: admin/pages/updates.php:168
282
+ msgid ""
283
+ "This plugin allows you to hide the update WordPress reminder from all users "
284
+ "that are not assumed Administrators (cannot upgrade plugins).\n"
285
+ "\n"
286
+ "If you have multiple users then this means those who are not admins don’t need "
287
+ "to see the message. Useful for CMS based sites, so the client doesn’t see the "
288
+ "notice."
289
+ msgstr ""
290
+ "Met deze plugin kunt u de herinnering update WordPress verbergen voor alle "
291
+ "gebruikers die niet worden verondersteld beheerders te zijn (kan geen plugins "
292
+ "upgraden)."
293
+
294
+ #: webcraftic-updates-manager.php:18
295
+ msgid ""
296
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
297
+ "installed, this plugin already has update manager functions, so you can "
298
+ "deactivate plugin \"Update manager\"!"
299
+ msgstr ""
300
+ "We hebben geconstateerd dat de plugin \"Clearfy - uitschakelen ongebruikte "
301
+ "functies\" is geïnstalleerd, deze plugin heeft al functies voor updaten "
302
+ "manager, dus u kunt de plugin \"Update manager\" deactiveren!"
303
+
304
+ #: webcraftic-updates-manager.php:75
305
+ msgid "Webcraftic Updates Manager"
306
+ msgstr "Webcraftic Updates Manager"
components/updates-manager/languages/webcraftic-updates-manager-pt_BR.mo ADDED
Binary file
components/updates-manager/languages/webcraftic-updates-manager-pt_BR.po ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:34+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:34+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/boot.php:21
24
+ #, php-format
25
+ msgid ""
26
+ "We found that you have the plugin %s installed. The functions of this plugin "
27
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
28
+ "plugins' functions."
29
+ msgstr ""
30
+ "Descobrimos que você tem o plugin %s instalado. As funções deste plugin já "
31
+ "existem em %s . Por favor, desative o plugin %s para evitar conflitos entre "
32
+ "as funções dos plugins."
33
+
34
+ #: admin/boot.php:22
35
+ #, php-format
36
+ msgid ""
37
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
38
+ "recommend do not use the same plugins' functions at the same time!"
39
+ msgstr ""
40
+ "Se você não quiser desativar o plugin %s por algum motivo, recomendamos que "
41
+ "não use as funções dos mesmos plugins ao mesmo tempo!"
42
+
43
+ #: admin/boot.php:70
44
+ msgid "Disable plugin updates"
45
+ msgstr "Desativar atualizações de plugins"
46
+
47
+ #: admin/boot.php:76
48
+ msgid "Disable theme updates"
49
+ msgstr "Desativar atualizações de tema"
50
+
51
+ #: admin/boot.php:82 admin/pages/updates.php:122
52
+ msgid "Disable Automatic Translation Updates"
53
+ msgstr "Desativar Atualizações Automáticas de Tradução"
54
+
55
+ #: admin/boot.php:87
56
+ msgid "Disable wordPress core updates"
57
+ msgstr "Desativar atualizações do núcleo do wordPress"
58
+
59
+ #: admin/boot.php:93 admin/pages/updates.php:156
60
+ msgid "Enable updates for VCS Installations"
61
+ msgstr "Ativar atualizações para instalações do VCS"
62
+
63
+ #: admin/boot.php:98
64
+ msgid "Plugin filters"
65
+ msgstr "Filtros de Plugin"
66
+
67
+ #: admin/boot.php:103 admin/pages/updates.php:166
68
+ msgid "Updates nags only for Admin"
69
+ msgstr "Atualiza nags apenas para o administrador"
70
+
71
+ #: admin/boot.php:115
72
+ msgid "One click disable all updates"
73
+ msgstr "Um clique desativa todas as atualizações"
74
+
75
+ #: admin/boot.php:136
76
+ msgid "Get ultimate plugin free"
77
+ msgstr "Obtenha o melhor plugin grátis"
78
+
79
+ #: admin/pages/advanced.php:37
80
+ msgid "Advanced"
81
+ msgstr "Avançado"
82
+
83
+ #: admin/pages/advanced.php:65
84
+ msgid "Please, wait 90 sec. to see the forced automatic update result."
85
+ msgstr ""
86
+ "Por favor, aguarde 90 seg. para ver o resultado da atualização automática "
87
+ "forçada."
88
+
89
+ #: admin/pages/advanced.php:75
90
+ msgid "Force Automatic Updates"
91
+ msgstr "Forçar atualizações automáticas"
92
+
93
+ #: admin/pages/advanced.php:77
94
+ msgid ""
95
+ "This will attempt to force automatic updates. This is useful for debugging."
96
+ msgstr ""
97
+ "Isso tentará forçar atualizações automáticas. Isso é útil para depuração."
98
+
99
+ #: admin/pages/advanced.php:78
100
+ msgid "Force update"
101
+ msgstr "Forçar atualização"
102
+
103
+ #: admin/pages/plugins.php:63
104
+ msgid "Plugins"
105
+ msgstr "Plugins"
106
+
107
+ #: admin/pages/plugins.php:81
108
+ msgid ""
109
+ "- To disable updates individually choose the “Manual or automatic plugin "
110
+ "updates” option then save settings and comeback to this page."
111
+ msgstr ""
112
+ "- Para desabilitar as atualizações individualmente, escolha a opção "
113
+ "“Atualizações manuais ou automáticas do plug-in” e salve as configurações e "
114
+ "o retorno a esta página."
115
+
116
+ #: admin/pages/plugins.php:85
117
+ msgid ""
118
+ "- To configure plugin auto updates individually, choose the “Enable auto "
119
+ "updates” option then save settings and comeback to this page."
120
+ msgstr ""
121
+ "- Para configurar as atualizações automáticas do plug-in individualmente, "
122
+ "escolha a opção \"Ativar atualizações automáticas\" e salve as configurações "
123
+ "e o retorno a esta página."
124
+
125
+ #: admin/pages/plugins.php:238
126
+ msgid "Plugins list"
127
+ msgstr "Lista de plugins"
128
+
129
+ #: admin/pages/plugins.php:241
130
+ msgid "This page you can individually disable plugin updates and auto updates."
131
+ msgstr ""
132
+ "Nesta página você pode desativar individualmente atualizações de plugins e "
133
+ "atualizações automáticas."
134
+
135
+ #: admin/pages/plugins.php:257
136
+ msgid "Bulk actions"
137
+ msgstr "Ações em massa"
138
+
139
+ #: admin/pages/plugins.php:258 admin/pages/plugins.php:333
140
+ #: admin/pages/plugins.php:338 admin/pages/updates.php:96
141
+ #: admin/pages/updates.php:111 admin/pages/updates.php:132
142
+ msgid "Disable updates"
143
+ msgstr "Desativar atualizações"
144
+
145
+ #: admin/pages/plugins.php:259 admin/pages/plugins.php:335
146
+ msgid "Enable updates"
147
+ msgstr "Ativar atualizações"
148
+
149
+ #: admin/pages/plugins.php:260 admin/pages/plugins.php:345
150
+ #: admin/pages/plugins.php:351
151
+ msgid "Enable auto-updates"
152
+ msgstr "Ativar atualizações automáticas"
153
+
154
+ #: admin/pages/plugins.php:261 admin/pages/plugins.php:343
155
+ #: admin/pages/plugins.php:349
156
+ msgid "Disable auto-updates"
157
+ msgstr "Desativar atualizações automáticas"
158
+
159
+ #: admin/pages/plugins.php:263
160
+ msgid "Apply"
161
+ msgstr "Aplique"
162
+
163
+ #: admin/pages/plugins.php:270
164
+ msgid "Plugin"
165
+ msgstr "Plugar"
166
+
167
+ #: admin/pages/plugins.php:272
168
+ msgid "Description"
169
+ msgstr "Descrição"
170
+
171
+ #: admin/pages/plugins.php:319
172
+ msgid "Select"
173
+ msgstr "Selecione"
174
+
175
+ #: admin/pages/updates.php:37
176
+ msgid "Updates manager"
177
+ msgstr "Gerente de atualizações"
178
+
179
+ #: admin/pages/updates.php:51
180
+ msgid "Updates"
181
+ msgstr "Atualizações"
182
+
183
+ #: admin/pages/updates.php:52
184
+ msgid "General"
185
+ msgstr "Geral"
186
+
187
+ #: admin/pages/updates.php:85
188
+ msgid "General settings for WordPress, plugins and themes updates"
189
+ msgstr "Configurações gerais para WordPress, plugins e atualizações de temas"
190
+
191
+ #: admin/pages/updates.php:85
192
+ msgid ""
193
+ "This page, you can enable or disable automatic updates. To test the "
194
+ "automatic updates, click the \"Advanced\" tab."
195
+ msgstr ""
196
+ "Nesta página, você pode ativar ou desativar atualizações automáticas. Para "
197
+ "testar as atualizações automáticas, clique na guia \"Avançado \"."
198
+
199
+ #: admin/pages/updates.php:92
200
+ msgid "Plugin Updates"
201
+ msgstr "Atualizações de Plugin"
202
+
203
+ #: admin/pages/updates.php:94 admin/pages/updates.php:109
204
+ msgid "Manual updates"
205
+ msgstr "Atualizações manuais"
206
+
207
+ #: admin/pages/updates.php:95 admin/pages/updates.php:110
208
+ msgid "Enable auto updates"
209
+ msgstr "Ativar atualizações automáticas"
210
+
211
+ #: admin/pages/updates.php:99
212
+ msgid ""
213
+ "You can disable all plugin updates or choose manual or automatic update mode."
214
+ msgstr ""
215
+ "Você pode desativar todas as atualizações de plug-ins ou escolher o modo de "
216
+ "atualização manual ou automática."
217
+
218
+ #: admin/pages/updates.php:107
219
+ msgid "Theme Updates"
220
+ msgstr "Atualizações do tema"
221
+
222
+ #: admin/pages/updates.php:114
223
+ msgid ""
224
+ "You can disable all themes updates or choose manual or automatic update mode."
225
+ msgstr ""
226
+ "Você pode desativar todas as atualizações de temas ou escolher o modo de "
227
+ "atualização manual ou automática."
228
+
229
+ #: admin/pages/updates.php:130
230
+ msgid "WordPress Core Updates"
231
+ msgstr "Atualizações do WordPress Core"
232
+
233
+ #: admin/pages/updates.php:133
234
+ msgid "Disable auto updates"
235
+ msgstr "Desativar atualizações automáticas"
236
+
237
+ #: admin/pages/updates.php:136
238
+ msgid "Allow minor auto updates"
239
+ msgstr "Permitir atualizações automáticas menores"
240
+
241
+ #: admin/pages/updates.php:140
242
+ msgid "Allow major auto updates"
243
+ msgstr "Permitir atualizações automáticas importantes"
244
+
245
+ #: admin/pages/updates.php:144
246
+ msgid "Allow development auto updates"
247
+ msgstr "Permitir atualizações automáticas de desenvolvimento"
248
+
249
+ #: admin/pages/updates.php:148
250
+ msgid ""
251
+ "You can disable all core WordPress updates, or disable only automatic "
252
+ "updates. Also you can select the update mode. By default (minor)"
253
+ msgstr ""
254
+ "Você pode desativar todas as atualizações básicas do WordPress ou "
255
+ "desabilitar somente as atualizações automáticas. Além disso, você pode "
256
+ "selecionar o modo de atualização. Por padrão (menor)"
257
+
258
+ #: admin/pages/updates.php:148
259
+ msgid "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
260
+ msgstr ""
261
+ "Major - atualiza automaticamente para as principais versões (por exemplo, "
262
+ "4.1, 4.2, 4.3)."
263
+
264
+ #: admin/pages/updates.php:148
265
+ msgid ""
266
+ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, 4.1.3).."
267
+ msgstr ""
268
+ "Menor - atualiza automaticamente para lançamentos menores (por exemplo, "
269
+ "4.1.1, 4.1.2, 4.1.3)."
270
+
271
+ #: admin/pages/updates.php:148
272
+ msgid "Development - update automatically to Bleeding Edge releases."
273
+ msgstr ""
274
+ "Desenvolvimento - atualize automaticamente para as versões do Bleeding Edge."
275
+
276
+ #: admin/pages/updates.php:158
277
+ msgid ""
278
+ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found in "
279
+ "the WordPress directory"
280
+ msgstr ""
281
+ "Habilite Atualizações Automáticas mesmo se uma pasta VCS (.git, .hg, .svn) "
282
+ "for encontrada no diretório WordPress"
283
+
284
+ #: admin/pages/updates.php:168
285
+ msgid ""
286
+ "This plugin allows you to hide the update WordPress reminder from all users "
287
+ "that are not assumed Administrators (cannot upgrade plugins).\n"
288
+ "\n"
289
+ "If you have multiple users then this means those who are not admins don’t "
290
+ "need to see the message. Useful for CMS based sites, so the client doesn’t "
291
+ "see the notice."
292
+ msgstr ""
293
+ "Este plug-in permite ocultar o lembrete de atualização do WordPress de todos "
294
+ "os usuários que não são considerados Administradores (não é possível "
295
+ "atualizar plugins). N nSe você tiver vários usuários, isso significa que "
296
+ "aqueles que não são administradores não precisam ver a mensagem. Útil para "
297
+ "sites baseados em CMS, para que o cliente não veja o aviso."
298
+
299
+ #: webcraftic-updates-manager.php:18
300
+ msgid ""
301
+ "We found that you have the \"Clearfy - disable unused features\" plugin "
302
+ "installed, this plugin already has update manager functions, so you can "
303
+ "deactivate plugin \"Update manager\"!"
304
+ msgstr ""
305
+ "Descobrimos que você tem o \"Clearfy - desativar os recursos não utilizados "
306
+ "\" plugin instalado, este plugin já tem funções de gerenciador de "
307
+ "atualização, assim você pode desativar o plugin \"Update manager \"!"
308
+
309
+ #: webcraftic-updates-manager.php:75
310
+ msgid "Webcraftic Updates Manager"
311
+ msgstr "Gerenciador de Atualizações do Webcraftic"
includes/boot.php CHANGED
@@ -12,7 +12,9 @@
12
  }
13
 
14
  /**
15
- * Assets admin bar scripts
 
 
16
  */
17
  function wbcr_clr_enqueue_admin_bar_scripts()
18
  {
@@ -30,7 +32,13 @@
30
  add_action('wp_enqueue_scripts', 'wbcr_clr_enqueue_admin_bar_scripts');
31
 
32
  /**
33
- * Cleate admin bar menu
 
 
 
 
 
 
34
  *
35
  * @param WP_Admin_Bar $wp_admin_bar
36
  */
@@ -38,21 +46,45 @@
38
  {
39
  $disable_menu = WCL_Plugin::app()->getOption('disable_clearfy_extra_menu', false);
40
 
41
- if( !WCL_Plugin::app()->currentUserCan() || $disable_menu) {
42
  return;
43
  }
44
 
45
  $menu_items = array();
 
46
  $menu_items = apply_filters('wbcr_clearfy_admin_bar_menu_items', $menu_items);
47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  if( empty($menu_items) ) {
49
  return;
50
  }
51
 
52
  $wp_admin_bar->add_menu(array(
53
  'id' => 'clearfy-menu',
54
- 'parent' => 'top-secondary',
55
- 'title' => '<span class="wbcr-clearfy-admin-bar-menu-icon"></span><span class="wbcr-clearfy-admin-bar-menu-title">' . __('Clearfy menu', 'clearfy') . ' (' . sizeof($menu_items) . ')</span>',
56
  'href' => admin_url('options-general.php?page=quick_start-' . WCL_Plugin::app()->getPluginName())
57
  ));
58
 
12
  }
13
 
14
  /**
15
+ * Подключает скрипты для дополнительного меню Clearfy, на всех страницах сайта.
16
+ * Скрипты могут быть добавлены только, если пользователь администратор и в настройках Clearfy
17
+ * не отключено дополнительное меню.
18
  */
19
  function wbcr_clr_enqueue_admin_bar_scripts()
20
  {
32
  add_action('wp_enqueue_scripts', 'wbcr_clr_enqueue_admin_bar_scripts');
33
 
34
  /**
35
+ * Создает дополнительное меню Clearfy на верхней панели администратора.
36
+ * По умолчанию выводятся пункты:
37
+ * - Документация
38
+ * - Нравится ли вам плагин?
39
+ * - Обновится до премиум
40
+ * Все остальные пункты меню могут быть получены с помощью фильтра wbcr_clearfy_admin_bar_menu_items.
41
+ * Меню может быть отключено опционально или если не имеет ни одного пукнта.
42
  *
43
  * @param WP_Admin_Bar $wp_admin_bar
44
  */
46
  {
47
  $disable_menu = WCL_Plugin::app()->getOption('disable_clearfy_extra_menu', false);
48
 
49
+ if( !WCL_Plugin::app()->currentUserCan() || $disable_menu ) {
50
  return;
51
  }
52
 
53
  $menu_items = array();
54
+ // todo: переименовать фильтр "рефакторинг"
55
  $menu_items = apply_filters('wbcr_clearfy_admin_bar_menu_items', $menu_items);
56
 
57
+ $menu_items['clearfy-docs'] = array(
58
+ 'id' => 'clearfy-docs',
59
+ 'title' => '<span class="dashicons dashicons-book"></span> ' . __('Documentation', 'gonzales'),
60
+ 'href' => WCL_Plugin::app()->getAuthorSitePageUrl('docs', 'adminbar_menu')
61
+ );
62
+
63
+ $menu_items['clearfy-rating'] = array(
64
+ 'id' => 'clearfy-rating',
65
+ 'title' => '<span class="dashicons dashicons-heart"></span> ' . __('Do you like our plugin?', 'gonzales'),
66
+ 'href' => 'https://wordpress.org/support/plugin/clearfy/reviews/'
67
+ );
68
+
69
+ require_once(WCL_PLUGIN_DIR . '/includes/classes/class.licensing.php');
70
+ $licensing = WCL_Licensing::instance();
71
+
72
+ if( !$licensing->isLicenseValid() ) {
73
+ $menu_items['clearfy-premium'] = array(
74
+ 'id' => 'clearfy-premium',
75
+ 'title' => '<span class="dashicons dashicons-star-filled"></span> ' . __('Upgrade to premium', 'gonzales'),
76
+ 'href' => WCL_Plugin::app()->getAuthorSitePageUrl('pricing', 'adminbar_menu')
77
+ );
78
+ }
79
+
80
  if( empty($menu_items) ) {
81
  return;
82
  }
83
 
84
  $wp_admin_bar->add_menu(array(
85
  'id' => 'clearfy-menu',
86
+ //'parent' => 'top-secondary',
87
+ 'title' => '<span class="wbcr-clearfy-admin-bar-menu-icon"></span><span class="wbcr-clearfy-admin-bar-menu-title">' . __('Clearfy', 'clearfy') . ' <span class="dashicons dashicons-arrow-down"></span></span>',
88
  'href' => admin_url('options-general.php?page=quick_start-' . WCL_Plugin::app()->getPluginName())
89
  ));
90
 
includes/class.plugin.php CHANGED
@@ -42,10 +42,21 @@
42
  return self::$app;
43
  }
44
 
 
45
  protected function setTextDomain()
46
  {
47
  // Localization plugin
48
- load_plugin_textdomain('clearfy', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
 
 
 
 
 
 
 
 
 
 
49
  }
50
 
51
  protected function initActivation()
@@ -302,7 +313,7 @@
302
  $this->updateOption('deactive_preinstall_components', $deactivate_components);
303
  }
304
 
305
- do_action('wbcr_clearfy_activated_component', $component_name);
306
 
307
  return true;
308
  }
42
  return self::$app;
43
  }
44
 
45
+ // todo: перенести этот медот в фреймворк
46
  protected function setTextDomain()
47
  {
48
  // Localization plugin
49
+ //load_plugin_textdomain('clearfy', false, dirname(WCL_PLUGIN_BASE) . '/languages/');
50
+
51
+ $domain = 'clearfy';
52
+ $locale = apply_filters('plugin_locale', is_admin()
53
+ ? get_user_locale()
54
+ : get_locale(), $domain);
55
+ $mofile = $domain . '-' . $locale . '.mo';
56
+
57
+ if( !load_textdomain($domain, WCL_PLUGIN_DIR . '/languages/' . $mofile) ) {
58
+ load_muplugin_textdomain($domain);
59
+ }
60
  }
61
 
62
  protected function initActivation()
313
  $this->updateOption('deactive_preinstall_components', $deactivate_components);
314
  }
315
 
316
+ //do_action('wbcr/clearfy/activated_component', $component_name);
317
 
318
  return true;
319
  }
includes/classes/class.configurate-performance.php CHANGED
@@ -38,7 +38,7 @@
38
  }
39
 
40
  if( $this->getOption('disable_json_rest_api') ) {
41
- add_action('init', array($this, 'removeRestApi'));
42
  }
43
 
44
  if( !is_admin() ) {
@@ -50,7 +50,7 @@
50
  add_action('wp_print_styles', array($this, 'disableDashicons'), -1);
51
  }
52
 
53
- if( $this->getOption('html_minify') || $this->getOption('remove_xfn_link') ) {
54
  add_action('wp_loaded', array($this, 'htmlCompressor'));
55
  }
56
 
@@ -82,12 +82,13 @@
82
 
83
  /**
84
  * Remove wp version from any enqueued scripts
 
85
  * @param string $target_url
86
  * @return string
87
  */
88
  public function hideWordpressVersionInScript($src, $handle)
89
  {
90
- if ( is_user_logged_in() and $this->getOption( 'disable_remove_style_version_for_auth_users', false ) ) {
91
  return $src;
92
  }
93
  $filename_arr = explode('?', basename($src));
@@ -100,14 +101,20 @@
100
 
101
  return $src;
102
  }
103
-
 
 
 
104
  public function disableDashicons()
105
  {
106
  if( !is_admin_bar_showing() && !is_customize_preview() ) {
107
  wp_deregister_style('dashicons');
108
  }
109
  }
110
-
 
 
 
111
  public function disableEmojis()
112
  {
113
  remove_action('wp_head', 'print_emoji_detection_script', 7);
@@ -117,59 +124,97 @@
117
  remove_filter('the_content_feed', 'wp_staticize_emoji');
118
  remove_filter('comment_text_rss', 'wp_staticize_emoji');
119
  remove_filter('wp_mail', 'wp_staticize_emoji_for_email');
120
- add_filter('tiny_mce_plugins', array($this, 'disableEmojisTinymce'));
121
  add_filter('emoji_svg_url', '__return_false');
 
 
122
  }
123
-
124
  /**
125
  * Filter function used to remove the tinymce emoji plugin.
 
126
  * @param array $plugins
127
  * @return array Difference betwen the two arrays
128
  */
129
-
130
- public function disableEmojisTinymce($plugins)
131
  {
132
  if( is_array($plugins) ) {
133
-
134
  return array_diff($plugins, array('wpemoji'));
135
- } else {
136
-
137
- return array();
138
  }
 
 
139
  }
140
-
141
- public function removeRestApi()
 
 
 
 
 
 
 
142
  {
143
- // Disabled REST API
144
- add_filter('rest_enabled', '__return_false');
145
-
146
- // Add redirect except contact form and post request
147
- if( (preg_match('#^/wp-json/(oembed|)#i', $_SERVER['REQUEST_URI']) || preg_match('#^/wp-json$#i', $_SERVER['REQUEST_URI'])) && (!preg_match('#^/wp-json/contact-form-7/#', $_SERVER['REQUEST_URI']) || $_SERVER['REQUEST_METHOD'] !== 'POST') ) {
148
- wp_redirect(get_option('siteurl'), 301);
149
- die();
 
 
 
150
  }
151
-
152
- // Disabled REST API filters
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  remove_action('xmlrpc_rsd_apis', 'rest_output_rsd');
154
- remove_action('wp_head', 'rest_output_link_wp_head', 10, 0);
155
- remove_action('template_redirect', 'rest_output_link_header', 11, 0);
156
- remove_action('auth_cookie_malformed', 'rest_cookie_collect_status');
157
- remove_action('auth_cookie_expired', 'rest_cookie_collect_status');
158
- remove_action('auth_cookie_bad_username', 'rest_cookie_collect_status');
159
- remove_action('auth_cookie_bad_hash', 'rest_cookie_collect_status');
160
- remove_action('auth_cookie_valid', 'rest_cookie_collect_status');
161
- remove_filter('rest_authentication_errors', 'rest_cookie_check_errors', 100);
162
-
163
- // Disabled REST API events
164
- remove_action('init', 'rest_api_init');
165
- remove_action('rest_api_init', 'rest_api_default_filters', 10, 1);
166
-
167
- // Disabled Embeds which are used in Rest api
168
- remove_action('rest_api_init', 'wp_oembed_register_route');
169
- remove_filter('rest_pre_serve_request', '_oembed_rest_pre_serve_request', 10, 4);
170
- remove_action('wp_head', 'wp_oembed_add_discovery_links');
 
 
 
 
 
 
 
 
 
 
171
  }
172
 
 
173
  // todo: не работает должным образом, проверить
174
  public function removeRecentCommentsStyle()
175
  {
@@ -306,7 +351,7 @@
306
  }
307
 
308
  /**
309
- * Remove unnecessary tags from head
310
  */
311
  public function remove_tags_from_head()
312
  {
@@ -336,27 +381,27 @@
336
  add_filter('avf_profile_head_tag', array($this, 'removeXfnLink'));
337
  }
338
  }
339
-
 
 
 
 
 
 
340
  public function removeXfnLink()
341
  {
342
  return false;
343
  }
344
-
345
- /*public function removeNextPrevioslinks($format, $link)
346
- {
347
- return false;
348
- }*/
349
-
350
- // Remove jQuery Migrate
351
  /**
 
 
352
  * @param WP_Scripts $scripts
353
  */
354
  public function removeJqueryMigrate(&$scripts)
355
  {
356
- if( !is_admin() ) {
357
- $scripts->remove('jquery');
358
- $scripts->add('jquery', false, array('jquery-core'), '1.12.4');
359
- }
360
  }
361
 
362
  // Disable Embeds
@@ -461,9 +506,6 @@
461
  $content = $old_content;
462
  }
463
  }
464
- if( $this->getOption('html_minify') ) {
465
- $content = WCL_Helper::minifyHtml($content);
466
- }
467
 
468
  return $content;
469
  }
38
  }
39
 
40
  if( $this->getOption('disable_json_rest_api') ) {
41
+ $this->removeRestApi();
42
  }
43
 
44
  if( !is_admin() ) {
50
  add_action('wp_print_styles', array($this, 'disableDashicons'), -1);
51
  }
52
 
53
+ if( $this->getOption('remove_xfn_link') ) {
54
  add_action('wp_loaded', array($this, 'htmlCompressor'));
55
  }
56
 
82
 
83
  /**
84
  * Remove wp version from any enqueued scripts
85
+ *
86
  * @param string $target_url
87
  * @return string
88
  */
89
  public function hideWordpressVersionInScript($src, $handle)
90
  {
91
+ if( is_user_logged_in() and $this->getOption('disable_remove_style_version_for_auth_users', false) ) {
92
  return $src;
93
  }
94
  $filename_arr = explode('?', basename($src));
101
 
102
  return $src;
103
  }
104
+
105
+ /**
106
+ * Disable dashicons for all but the auth user
107
+ */
108
  public function disableDashicons()
109
  {
110
  if( !is_admin_bar_showing() && !is_customize_preview() ) {
111
  wp_deregister_style('dashicons');
112
  }
113
  }
114
+
115
+ /**
116
+ * Disable the emoji's
117
+ */
118
  public function disableEmojis()
119
  {
120
  remove_action('wp_head', 'print_emoji_detection_script', 7);
124
  remove_filter('the_content_feed', 'wp_staticize_emoji');
125
  remove_filter('comment_text_rss', 'wp_staticize_emoji');
126
  remove_filter('wp_mail', 'wp_staticize_emoji_for_email');
 
127
  add_filter('emoji_svg_url', '__return_false');
128
+ add_filter('tiny_mce_plugins', array($this, 'disableEmojisTinymce'));
129
+ add_filter('wp_resource_hints', array($this, 'disableEmojisRemoveDnsPrefetch'), 10, 2);
130
  }
131
+
132
  /**
133
  * Filter function used to remove the tinymce emoji plugin.
134
+ *
135
  * @param array $plugins
136
  * @return array Difference betwen the two arrays
137
  */
138
+ function disableEmojisTinymce($plugins)
 
139
  {
140
  if( is_array($plugins) ) {
 
141
  return array_diff($plugins, array('wpemoji'));
 
 
 
142
  }
143
+
144
+ return array();
145
  }
146
+
147
+ /**
148
+ * Remove emoji CDN hostname from DNS prefetching hints.
149
+ *
150
+ * @param array $urls URLs to print for resource hints.
151
+ * @param string $relation_type The relation type the URLs are printed for.
152
+ * @return array Difference betwen the two arrays.
153
+ */
154
+ function disableEmojisRemoveDnsPrefetch($urls, $relation_type)
155
  {
156
+
157
+ if( 'dns-prefetch' == $relation_type ) {
158
+
159
+ // Strip out any URLs referencing the WordPress.org emoji location
160
+ $emoji_svg_url_bit = 'https://s.w.org/images/core/emoji/';
161
+ foreach($urls as $key => $url) {
162
+ if( strpos($url, $emoji_svg_url_bit) !== false ) {
163
+ unset($urls[$key]);
164
+ }
165
+ }
166
  }
167
+
168
+ return $urls;
169
+ }
170
+
171
+ /**
172
+ * Disables the WP REST API for visitors not logged into WordPress.
173
+ */
174
+ public function removeRestApi()
175
+ {
176
+ /*
177
+ Disable REST API link in HTTP headers
178
+ Link: <https://example.com/wp-json/>; rel="https://api.w.org/"
179
+ */
180
+ remove_action('template_redirect', 'rest_output_link_header', 11);
181
+
182
+ /*
183
+ Disable REST API links in HTML <head>
184
+ <link rel='https://api.w.org/' href='https://example.com/wp-json/' />
185
+ */
186
+ remove_action('wp_head', 'rest_output_link_wp_head', 10);
187
  remove_action('xmlrpc_rsd_apis', 'rest_output_rsd');
188
+
189
+ /*
190
+ Disable REST API
191
+ */
192
+ if( version_compare(get_bloginfo('version'), '4.7', '>=') ) {
193
+ add_filter('rest_authentication_errors', array($this, 'disableWpRestApi'));
194
+ } else {
195
+ // REST API 1.x
196
+ add_filter('json_enabled', '__return_false');
197
+ add_filter('json_jsonp_enabled', '__return_false');
198
+
199
+ // REST API 2.x
200
+ add_filter('rest_enabled', '__return_false');
201
+ add_filter('rest_jsonp_enabled', '__return_false');
202
+ }
203
+ }
204
+
205
+ public function disableWpRestApi($access)
206
+ {
207
+ if( !is_user_logged_in() ) {
208
+
209
+ $message = apply_filters('disable_wp_rest_api_error', __('REST API restricted to authenticated users.', 'clearfy'));
210
+
211
+ return new WP_Error('rest_login_required', $message, array('status' => rest_authorization_required_code()));
212
+ }
213
+
214
+ return $access;
215
  }
216
 
217
+
218
  // todo: не работает должным образом, проверить
219
  public function removeRecentCommentsStyle()
220
  {
351
  }
352
 
353
  /**
354
+ * Remove unused tags from head
355
  */
356
  public function remove_tags_from_head()
357
  {
381
  add_filter('avf_profile_head_tag', array($this, 'removeXfnLink'));
382
  }
383
  }
384
+
385
+ /**
386
+ * For more information about XFN relationships and examples concerning their use, see the
387
+ *
388
+ * http://gmpg.org/xfn/
389
+ * @return bool
390
+ */
391
  public function removeXfnLink()
392
  {
393
  return false;
394
  }
395
+
 
 
 
 
 
 
396
  /**
397
+ * Remove jQuery Migrate
398
+ *
399
  * @param WP_Scripts $scripts
400
  */
401
  public function removeJqueryMigrate(&$scripts)
402
  {
403
+ $scripts->remove('jquery');
404
+ $scripts->add('jquery', false, array('jquery-core'), '1.12.4');
 
 
405
  }
406
 
407
  // Disable Embeds
506
  $content = $old_content;
507
  }
508
  }
 
 
 
509
 
510
  return $content;
511
  }
includes/classes/class.configurate-seo.php CHANGED
@@ -78,6 +78,9 @@
78
  if( $this->getOption('yoast_remove_head_comment') ) {
79
  add_action('init', array($this, 'yoastRemoveHeadComment'));
80
  }
 
 
 
81
  }
82
  if( $this->getOption('yoast_remove_image_from_xml_sitemap') ) {
83
  $this->yoastRemoveImageFromXmlSitemap();
@@ -155,7 +158,7 @@
155
 
156
  /// Get title
157
  $title = get_post_field('post_title', $parent);
158
- if ( '' === $attr['alt'] ) {
159
  $attr['alt'] = $title;
160
  }
161
  $attr['title'] = $title;
@@ -178,26 +181,9 @@
178
  return WCL_Helper::getRightRobotTxt();
179
  }
180
 
181
- /**
182
- * Remove last item from breadcrumbs SEO by YOAST
183
- *
184
- * @param $link_output
185
- * @return string
186
- */
187
- public function removeLastItemBreadcrumbYoast($link_output)
188
- {
189
-
190
- if( strpos($link_output, 'breadcrumb_last') !== false ) {
191
- $link_output = '';
192
- }
193
-
194
- return $link_output;
195
- }
196
-
197
  /**
198
  * Attachment pages redirect
199
  */
200
-
201
  public function attachmentPagesRedirect()
202
  {
203
  global $post;
@@ -218,28 +204,49 @@
218
 
219
  public function removeSinglePaginationDuplicate()
220
  {
221
-
222
- // #CLRF-125 issue fix bug for buddy press
223
- if( function_exists('bp_is_my_profile') ) {
224
- if( bp_is_my_profile() ) {
225
- return;
226
- }
227
- }
228
 
229
  if( is_singular() && !is_front_page() ) {
230
 
231
- global $post, $page;
 
 
 
 
 
232
 
233
- $num_pages = substr_count($post->post_content, '<!--nextpage-->') + 1;
 
 
 
234
 
235
- if( $page > $num_pages || $page == 1 ) {
236
 
 
237
  wp_safe_redirect(get_permalink($post->ID), 301);
238
  exit();
239
  }
240
  }
241
  }
242
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  /**
244
  * Remove yoast comment
245
  */
@@ -264,6 +271,42 @@
264
  return preg_replace('/^<!--.*?[Yy]oast.*?-->$/mi', '', $html);
265
  }
266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  /**
268
  * Redirect archives author, date, tags
269
  */
@@ -324,23 +367,6 @@
324
  return preg_replace('`href=(["\'])(?:.*(?:\?|&|&#038;)replytocom=(\d+)#respond)`', 'href=$1#comment-$2', $link);
325
  }
326
 
327
- /**
328
- * Remove <image:image> from sitemap
329
- */
330
- public function yoastRemoveImageFromXmlSitemap()
331
- {
332
- add_filter('wpseo_xml_sitemap_img', '__return_false');
333
- add_filter('wpseo_sitemap_url', array($this, 'yoastRemoveImageFromXmlClean'), 10, 2);
334
- }
335
-
336
- public function yoastRemoveImageFromXmlClean($output, $url)
337
- {
338
- $output = preg_replace('/<image:image[^>]*?>.*?<\/image:image>/si', '', $output);
339
-
340
- return $output;
341
- }
342
-
343
- //todo: Доработать функцию для главной страницы сайта. Страница должно обновляться по последней добавленной статье.
344
  public function setLastModifiedHeaders()
345
  {
346
  if( is_user_logged_in() && (defined('DOING_AJAX') && DOING_AJAX) || (defined('XMLRPC_REQUEST') && XMLRPC_REQUEST) || (defined('REST_REQUEST') && REST_REQUEST) ) {
@@ -351,9 +377,9 @@
351
  return;
352
  }
353
 
354
- if ( is_front_page() ) {
355
  $last_modified_exclude_frontpage = $this->getOption('disable_frontpage_last_modified_headers');
356
- if ( $last_modified_exclude_frontpage ) {
357
  return;
358
  }
359
  }
78
  if( $this->getOption('yoast_remove_head_comment') ) {
79
  add_action('init', array($this, 'yoastRemoveHeadComment'));
80
  }
81
+ /*if( $this->getOption('yoast_canonical_pagination') ) {
82
+ add_filter('wpseo_canonical', array($this, 'yoastCanonicalPagination'));
83
+ }*/
84
  }
85
  if( $this->getOption('yoast_remove_image_from_xml_sitemap') ) {
86
  $this->yoastRemoveImageFromXmlSitemap();
158
 
159
  /// Get title
160
  $title = get_post_field('post_title', $parent);
161
+ if( '' === $attr['alt'] ) {
162
  $attr['alt'] = $title;
163
  }
164
  $attr['title'] = $title;
181
  return WCL_Helper::getRightRobotTxt();
182
  }
183
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  /**
185
  * Attachment pages redirect
186
  */
 
187
  public function attachmentPagesRedirect()
188
  {
189
  global $post;
204
 
205
  public function removeSinglePaginationDuplicate()
206
  {
207
+ global $post, $page;
 
 
 
 
 
 
208
 
209
  if( is_singular() && !is_front_page() ) {
210
 
211
+ // #CLRF-125 issue fix bug for buddy press
212
+ if( function_exists('bp_is_my_profile') ) {
213
+ if( bp_is_my_profile() ) {
214
+ return;
215
+ }
216
+ }
217
 
218
+ // if woocommerce just return
219
+ if( class_exists('woocommerce') && function_exists('is_cart') && function_exists('is_checkout') && function_exists('is_woocommerce') && function_exists('is_account_page') && (is_cart() || is_checkout() || is_woocommerce() || is_account_page()) ) {
220
+ return;
221
+ }
222
 
223
+ $num_pages = substr_count($post->post_content, '<!--nextpage-->') + 1;
224
 
225
+ if( $page > $num_pages ) {
226
  wp_safe_redirect(get_permalink($post->ID), 301);
227
  exit();
228
  }
229
  }
230
  }
231
 
232
+
233
+ /**
234
+ * Remove last item from breadcrumbs SEO by YOAST
235
+ * http://www.wpdiv.com/remove-post-title-yoast-seo-plugin-breadcrumb/
236
+ *
237
+ * @param $link_output
238
+ * @return string
239
+ */
240
+ public function removeLastItemBreadcrumbYoast($link_output)
241
+ {
242
+
243
+ if( strpos($link_output, 'breadcrumb_last') !== false ) {
244
+ $link_output = '';
245
+ }
246
+
247
+ return $link_output;
248
+ }
249
+
250
  /**
251
  * Remove yoast comment
252
  */
271
  return preg_replace('/^<!--.*?[Yy]oast.*?-->$/mi', '', $html);
272
  }
273
 
274
+
275
+ /**
276
+ * Remove <image:image> from sitemap
277
+ */
278
+ public function yoastRemoveImageFromXmlSitemap()
279
+ {
280
+ add_filter('wpseo_xml_sitemap_img', '__return_false');
281
+ add_filter('wpseo_sitemap_url', array($this, 'yoastRemoveImageFromXmlClean'), 10, 2);
282
+ }
283
+
284
+ public function yoastRemoveImageFromXmlClean($output, $url)
285
+ {
286
+ $output = preg_replace('/<image:image[^>]*?>.*?<\/image:image>/si', '', $output);
287
+
288
+ return $output;
289
+ }
290
+
291
+ /**
292
+ * Canonical link in pagination Yoast
293
+ *
294
+ * @param $canonical
295
+ *
296
+ * @return string
297
+ */
298
+ /*public function yoastCanonicalPagination( $canonical ) {
299
+ if ( is_category() && is_paged() ) {
300
+ $cat = get_category( get_query_var( 'cat' ) );
301
+ $cat_id = $cat->cat_ID;
302
+ return get_category_link( $cat_id );
303
+ }
304
+ if ( is_home() && is_paged() ) {
305
+ return home_url('/');
306
+ }
307
+ return $canonical;
308
+ }*/
309
+
310
  /**
311
  * Redirect archives author, date, tags
312
  */
367
  return preg_replace('`href=(["\'])(?:.*(?:\?|&|&#038;)replytocom=(\d+)#respond)`', 'href=$1#comment-$2', $link);
368
  }
369
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
  public function setLastModifiedHeaders()
371
  {
372
  if( is_user_logged_in() && (defined('DOING_AJAX') && DOING_AJAX) || (defined('XMLRPC_REQUEST') && XMLRPC_REQUEST) || (defined('REST_REQUEST') && REST_REQUEST) ) {
377
  return;
378
  }
379
 
380
+ if( is_front_page() ) {
381
  $last_modified_exclude_frontpage = $this->getOption('disable_frontpage_last_modified_headers');
382
+ if( $last_modified_exclude_frontpage ) {
383
  return;
384
  }
385
  }
includes/classes/class.licensing.php CHANGED
@@ -575,7 +575,7 @@
575
 
576
  WCL_Plugin::app()->updateOption( 'freemius_activated_addons', $freemius_activated_addons );
577
 
578
- do_action( 'wbcr_clearfy_activated_component', $slug);
579
 
580
  return true;
581
  }
575
 
576
  WCL_Plugin::app()->updateOption( 'freemius_activated_addons', $freemius_activated_addons );
577
 
578
+ //do_action( 'wbcr/clearfy/activated_component', $slug);
579
 
580
  return true;
581
  }
includes/classes/class.package.php CHANGED
@@ -183,9 +183,14 @@ class WCL_Package {
183
 
184
 
185
  public function update() {
 
 
 
 
 
 
186
  $url = $this->downloadUrl();
187
 
188
- global $wp_filesystem;
189
  if( !$wp_filesystem ) {
190
  if( !function_exists('WP_Filesystem') ) {
191
  require_once(ABSPATH . 'wp-admin/includes/file.php');
@@ -193,7 +198,7 @@ class WCL_Package {
193
  WP_Filesystem();
194
  }
195
 
196
- if( !WP_Filesystem(false, WP_PLUGIN_DIR) || 'direct' !== $wp_filesystem->method ) {
197
  throw new Exception('You are not allowed to edt folders/files on this site');
198
  } else {
199
  ob_start();
@@ -221,6 +226,7 @@ class WCL_Package {
221
  } else {
222
  $result = $upgrader->install( $url );
223
  }
 
224
  if ( is_wp_error( $result ) ) {
225
  return $result;
226
  }
@@ -247,7 +253,10 @@ class WCL_Package {
247
  // нужно обновить весь пакет
248
  $message = __( 'You’ve changed the component configuration. For the further work, please, update the current package of components!', 'clearfy' );
249
  }
 
 
250
  $message .= ' <button class="wbcr-clr-update-package button button-default" type="button" data-wpnonce="' . wp_create_nonce( 'package' ) . '" data-loading="' . __( 'Update in progress...', 'clearfy' ) . '">' . __( 'Update now', 'clearfy' ) . '</button>';
 
251
  return $message;
252
  }
253
  return false;
183
 
184
 
185
  public function update() {
186
+ global $wp_filesystem;
187
+
188
+ if ( !WCL_Plugin::app()->currentUserCan() ) {
189
+ return new WP_Error( 'addon_install_error', __( 'Sorry, you are not allowed to install plugins on this site.' ) );
190
+ }
191
+
192
  $url = $this->downloadUrl();
193
 
 
194
  if( !$wp_filesystem ) {
195
  if( !function_exists('WP_Filesystem') ) {
196
  require_once(ABSPATH . 'wp-admin/includes/file.php');
198
  WP_Filesystem();
199
  }
200
 
201
+ if( !WP_Filesystem(false, WP_PLUGIN_DIR) ) {
202
  throw new Exception('You are not allowed to edt folders/files on this site');
203
  } else {
204
  ob_start();
226
  } else {
227
  $result = $upgrader->install( $url );
228
  }
229
+
230
  if ( is_wp_error( $result ) ) {
231
  return $result;
232
  }
253
  // нужно обновить весь пакет
254
  $message = __( 'You’ve changed the component configuration. For the further work, please, update the current package of components!', 'clearfy' );
255
  }
256
+ //$message .= ' <a href="'.admin_url('admin-ajax.php?action=wbcr-clearfy-update-package&_wpnonce=' . wp_create_nonce( 'package' )).'">' . __( 'Update', 'clearfy' ) . '</a>';
257
+
258
  $message .= ' <button class="wbcr-clr-update-package button button-default" type="button" data-wpnonce="' . wp_create_nonce( 'package' ) . '" data-loading="' . __( 'Update in progress...', 'clearfy' ) . '">' . __( 'Update now', 'clearfy' ) . '</button>';
259
+
260
  return $message;
261
  }
262
  return false;
languages/clearfy-nl_BE.mo ADDED
Binary file
languages/clearfy-nl_BE.po ADDED
@@ -0,0 +1,3528 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:06+0300\n"
5
+ "PO-Revision-Date: \n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: nl_BE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
+ "X-Poedit-Basepath: ..\n"
16
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
17
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
20
+ "X-Poedit-SearchPath-0: .\n"
21
+ "X-Poedit-SearchPathExcluded-0: libs\n"
22
+ "X-Poedit-SearchPathExcluded-1: components\n"
23
+ "X-Poedit-SearchPathExcluded-2: cache\n"
24
+
25
+ #: admin/ajax/configurate.php:19 admin/ajax/import-settings.php:21
26
+ #: admin/ajax/install-addons.php:26 admin/ajax/install-addons.php:126
27
+ msgid "You don't have enough capability to edit this information."
28
+ msgstr "Je hebt niet voldoende mogelijkheden om deze informatie te bewerken."
29
+
30
+ #: admin/ajax/configurate.php:26 admin/ajax/configurate.php:36
31
+ msgid "Undefinded mode."
32
+ msgstr "Ongedefinieerde modus."
33
+
34
+ #: admin/ajax/import-settings.php:28
35
+ msgid "Settings are not defined or do not exist."
36
+ msgstr "Instellingen zijn niet gedefinieerd of bestaan ​​niet."
37
+
38
+ #: admin/ajax/install-addons.php:26
39
+ msgid "Something went wrong."
40
+ msgstr ""
41
+
42
+ #: admin/ajax/install-addons.php:30
43
+ msgid "Required attributes are not passed or empty."
44
+ msgstr ""
45
+
46
+ #: admin/ajax/install-addons.php:53 admin/ajax/install-addons.php:76
47
+ msgid "You are trying to perform an invalid action."
48
+ msgstr ""
49
+
50
+ #: admin/ajax/install-addons.php:109 admin/ajax/update-package.php:55
51
+ msgid "An unknown error occurred during the activation of the component."
52
+ msgstr ""
53
+
54
+ #: admin/ajax/install-addons.php:130
55
+ msgid "Required attribute [component_name] is empty."
56
+ msgstr ""
57
+
58
+ #: admin/ajax/update-package.php:27
59
+ msgid "To use premium components, you need activate a license!"
60
+ msgstr ""
61
+
62
+ #: admin/ajax/update-package.php:27
63
+ msgid "Activate license"
64
+ msgstr ""
65
+
66
+ #: admin/ajax/update-package.php:47
67
+ msgid "Configuration updated."
68
+ msgstr ""
69
+
70
+ #: admin/boot.php:26
71
+ #, php-format
72
+ msgid ""
73
+ "When you deactivate some components, permanent links may work incorrectly. If "
74
+ "this happens, please, <a href=\"%s\">update the permalinks</a>, so you could "
75
+ "complete the deactivation."
76
+ msgstr ""
77
+
78
+ #: admin/boot.php:99
79
+ #, php-format
80
+ msgid ""
81
+ "We found that you have the plugin %s installed. The functions of this plugin "
82
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
83
+ "plugins functions."
84
+ msgstr ""
85
+
86
+ #: admin/boot.php:100
87
+ #, php-format
88
+ msgid ""
89
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
90
+ "recommend do not use the same plugins functions at the same time!"
91
+ msgstr ""
92
+ "Als u de plugin %s om eender welke reden niet wilt deactiveren, raden wij u "
93
+ "ten zeerste aan om niet dezelfde plugin functies tegelijkertijd te gebruiken!"
94
+
95
+ #: admin/boot.php:117
96
+ msgid "Robin image optimizer – saves your money on image optimization!"
97
+ msgstr ""
98
+
99
+ #: admin/boot.php:118
100
+ msgid "Our new component!"
101
+ msgstr ""
102
+
103
+ #: admin/boot.php:118
104
+ msgid ""
105
+ "We’ve created a fully free solution for image optimization, which is as good "
106
+ "as the paid products. The plugin optimizes your images automatically, reducing "
107
+ "their weight with no quality loss."
108
+ msgstr ""
109
+
110
+ #: admin/boot.php:124
111
+ msgid "Hide login page (Reloaded) – hides your login page!"
112
+ msgstr ""
113
+
114
+ #: admin/boot.php:125
115
+ msgid ""
116
+ "Attention! If you’ve ever used features associated with hiding login page, "
117
+ "then, please, re-activate this component."
118
+ msgstr ""
119
+
120
+ #: admin/boot.php:125
121
+ msgid ""
122
+ "This simple module changes the login page URL to a custom link quickly and "
123
+ "safely. The plugin requires installation."
124
+ msgstr ""
125
+
126
+ #: admin/boot.php:130
127
+ msgid "Hide my wp (Premium) – hides your WordPress from hackers and bots!"
128
+ msgstr ""
129
+
130
+ #: admin/boot.php:131
131
+ msgid "Our new component! "
132
+ msgstr ""
133
+
134
+ #: admin/boot.php:131
135
+ msgid ""
136
+ "This premium component helps in hiding your WordPress from hackers and bots. "
137
+ "Basically, it disables identification of your CMS by changing directories and "
138
+ "files names, removing meta data and replacing HTML content which can provide "
139
+ "all information about the platform you use.\n"
140
+ "Most websites can be hacked easily, as hackers and bots know all security "
141
+ "flaws in plugins, themes and the WordPress core. You can secure the website "
142
+ "from the attack by hiding the information the hackers will need.\n"
143
+ msgstr ""
144
+
145
+ #: admin/boot.php:153
146
+ msgid "Welcome to Clearfy!"
147
+ msgstr ""
148
+
149
+ #: admin/boot.php:154
150
+ msgid "We apologize for the delay in updates!"
151
+ msgstr ""
152
+
153
+ #: admin/boot.php:155
154
+ msgid ""
155
+ "Our team has spent a lot of time designing new, useful, and the most important "
156
+ "– free! – features of the Clearfy plugin! "
157
+ msgstr ""
158
+
159
+ #: admin/boot.php:156
160
+ msgid "Now it is time to try it."
161
+ msgstr ""
162
+
163
+ #: admin/boot.php:212
164
+ msgid "Images optimization"
165
+ msgstr ""
166
+
167
+ #: admin/boot.php:253 admin/pages/license.php:258
168
+ msgid "Activation Clearfy Business"
169
+ msgstr ""
170
+
171
+ #: admin/boot.php:257 admin/pages/license.php:260
172
+ msgid ""
173
+ "<b>Clearfy Business</b> is a paid package of components for the popular free "
174
+ "WordPress plugin named Clearfy. You get access to all paid components at one "
175
+ "price."
176
+ msgstr ""
177
+
178
+ #: admin/boot.php:259 admin/pages/license.php:262
179
+ msgid ""
180
+ "Paid license guarantees that you can download and update existing and future "
181
+ "paid components of the plugin."
182
+ msgstr ""
183
+
184
+ #: admin/boot.php:262
185
+ #, php-format
186
+ msgid "Upgrade to Clearfy Business for $%s"
187
+ msgstr ""
188
+
189
+ #: admin/includes/classes/class.install-plugins-button.php:359
190
+ msgid "Activate"
191
+ msgstr "Activeer"
192
+
193
+ #: admin/includes/classes/class.install-plugins-button.php:360
194
+ msgid "Install"
195
+ msgstr ""
196
+
197
+ #: admin/includes/classes/class.install-plugins-button.php:361
198
+ msgid "Deactivate"
199
+ msgstr "Deactiveren"
200
+
201
+ #: admin/includes/classes/class.install-plugins-button.php:362
202
+ msgid "Delete"
203
+ msgstr ""
204
+
205
+ #: admin/includes/classes/class.install-plugins-button.php:363
206
+ msgid "Please wait..."
207
+ msgstr ""
208
+
209
+ #: admin/includes/classes/class.install-plugins-button.php:364
210
+ msgid "Preparation..."
211
+ msgstr ""
212
+
213
+ #: admin/includes/classes/class.install-plugins-button.php:365
214
+ msgid "Read more"
215
+ msgstr ""
216
+
217
+ #: admin/includes/classes/class.pages.php:54
218
+ msgid "Business"
219
+ msgstr ""
220
+
221
+ #: admin/includes/options.php:18 admin/pages/performance-google.php:92
222
+ msgid "Google Fonts asynchronous"
223
+ msgstr "Google Fonts asynchroon"
224
+
225
+ #: admin/includes/options.php:23 admin/pages/performance-google.php:102
226
+ msgid "Disable Google Fonts"
227
+ msgstr "Schakel Google lettertypes uit"
228
+
229
+ #: admin/includes/options.php:28 admin/pages/performance-google.php:130
230
+ msgid "Remove iframe Google maps"
231
+ msgstr "Verwijder iframe Google maps"
232
+
233
+ #: admin/includes/options.php:33 admin/pages/performance-google.php:140
234
+ msgid "Exclude pages from Disable Google Maps filter"
235
+ msgstr "Sluit pagina's uit bij uitschakelen Google Maps filter"
236
+
237
+ #: admin/includes/options.php:39 admin/pages/performance-google.php:113
238
+ msgid "Disable Google maps"
239
+ msgstr "Schakel Google maps uit"
240
+
241
+ #: admin/includes/options.php:45 admin/pages/performance.php:164
242
+ msgid "Removing XFN (XHTML Friends Network) Profile Link"
243
+ msgstr "Verwijder XFN (XHTML Friends Network) Profiel Link"
244
+
245
+ #: admin/includes/options.php:50 admin/pages/performance.php:216
246
+ msgid "Font Awesome asynchronous"
247
+ msgstr "Font Awesome asynchrone"
248
+
249
+ #: admin/includes/options.php:55 admin/pages/performance.php:226
250
+ msgid "Disable Dashicons"
251
+ msgstr "Dashicons uitschakelen"
252
+
253
+ #: admin/includes/options.php:60 admin/pages/performance.php:236
254
+ msgid "Disable gravatars"
255
+ msgstr "Schakel gravatars uit"
256
+
257
+ #: admin/includes/options.php:65 admin/pages/performance.php:106
258
+ msgid "Remove REST API Links"
259
+ msgstr "Verwijder REST API-links"
260
+
261
+ #: admin/includes/options.php:70 admin/pages/performance.php:116
262
+ msgid "Disable Emojis"
263
+ msgstr "Schakel Emoji's uit"
264
+
265
+ #: admin/includes/options.php:81 admin/pages/performance.php:155
266
+ msgid "Remove RSD Link"
267
+ msgstr "Remove RSD Link"
268
+
269
+ #: admin/includes/options.php:86 admin/pages/performance.php:176
270
+ msgid "Remove wlwmanifest Link"
271
+ msgstr "Verwijder wlwmanifest Link"
272
+
273
+ #: admin/includes/options.php:91 admin/pages/performance.php:186
274
+ msgid "Remove Shortlink"
275
+ msgstr "Verwijder Shortlink"
276
+
277
+ #: admin/includes/options.php:96 admin/pages/performance.php:196
278
+ msgid "Remove links to previous, next post"
279
+ msgstr "Verwijder links naar vorige, volgende bericht"
280
+
281
+ #: admin/includes/options.php:101 admin/pages/performance.php:206
282
+ msgid "Remove .recentcomments styles"
283
+ msgstr "Verwijder .recenteopmerkingen stijlen"
284
+
285
+ #: admin/includes/options.php:107 admin/pages/seo.php:76
286
+ msgid "Automatically set the alt attribute"
287
+ msgstr "Stel het alt-attribuut automatisch in"
288
+
289
+ #: admin/includes/options.php:112 admin/pages/seo.php:115
290
+ msgid "Automatically insert the Last Modified header"
291
+ msgstr "Voeg automatisch de Laatst Gewijzigde Hoofding toe"
292
+
293
+ #: admin/includes/options.php:117 admin/pages/seo.php:146
294
+ msgid "Return an If-Modified-Since responce"
295
+ msgstr "Retourneer een Als-Gemodificeerd-Sinds reactie"
296
+
297
+ #: admin/includes/options.php:122 admin/pages/seo.php:160
298
+ msgid "Remove duplicate names in breadcrumbs WP SEO by Yoast"
299
+ msgstr "Verwijder dubbele namen in het kruimelpad WP SEO door Yoast"
300
+
301
+ #: admin/includes/options.php:127 admin/pages/seo.php:170
302
+ #, php-format
303
+ msgid "Remove the tag %s from XML site map"
304
+ msgstr "Verwijder de tag %s van de XML sitemap"
305
+
306
+ #: admin/includes/options.php:134 admin/pages/seo.php:188
307
+ msgid "Disable JSON-LD sitelinks searchbox"
308
+ msgstr "Schakel zoekbox van JSON-LD sitelinks uit"
309
+
310
+ #: admin/includes/options.php:139 admin/pages/seo.php:198
311
+ msgid "Disable Yoast Structured Data"
312
+ msgstr "Schakel Yoast Structured Data uit"
313
+
314
+ #: admin/includes/options.php:144 admin/pages/seo.php:223
315
+ #, php-format
316
+ msgid "Remove comment from %s section"
317
+ msgstr "Verwijder reactie uit de sectie %s"
318
+
319
+ #: admin/includes/options.php:149 admin/pages/seo-double-pages.php:93
320
+ msgid "Remove archives date"
321
+ msgstr "Verwijder datum archieven"
322
+
323
+ #: admin/includes/options.php:154 admin/pages/seo-double-pages.php:103
324
+ msgid "Remove author archives "
325
+ msgstr "Verwijder archieven auteur"
326
+
327
+ #: admin/includes/options.php:159 admin/pages/seo-double-pages.php:113
328
+ msgid "Remove archives tag"
329
+ msgstr "Verwijder label archieven"
330
+
331
+ #: admin/includes/options.php:164 admin/pages/seo-double-pages.php:123
332
+ msgid "Remove attachment pages"
333
+ msgstr "Verwijder bijlage pagina's"
334
+
335
+ #: admin/includes/options.php:169 admin/pages/seo-double-pages.php:133
336
+ msgid "Remove post pagination"
337
+ msgstr "Verwijder post paginering"
338
+
339
+ #: admin/includes/options.php:174 admin/pages/seo-double-pages.php:143
340
+ msgid "Remove ?replytocom"
341
+ msgstr "Verwijder ?anwoordaancom"
342
+
343
+ #: admin/includes/options.php:179 admin/pages/defence.php:105
344
+ msgid "Remove meta generator"
345
+ msgstr "Verwijder meta generator"
346
+
347
+ #: admin/includes/options.php:184 admin/pages/defence.php:60
348
+ msgid "Hide author login"
349
+ msgstr "Login van de auteur verbergen"
350
+
351
+ #: admin/includes/options.php:189 admin/pages/defence.php:70
352
+ msgid "Hide errors when logging into the site"
353
+ msgstr "Verberg fouten bij het inloggen op de site"
354
+
355
+ #: admin/includes/options.php:194 admin/includes/options.php:305
356
+ #: admin/pages/defence.php:131
357
+ msgid "Remove Version from Stylesheet"
358
+ msgstr "Verwijder Versie van Stylesheet"
359
+
360
+ #: admin/includes/options.php:199 admin/includes/options.php:310
361
+ #: admin/pages/defence.php:120
362
+ msgid "Remove Version from Script"
363
+ msgstr "Verwijder Versie uit Script"
364
+
365
+ #: admin/includes/options.php:204 admin/pages/widgets.php:59
366
+ msgid "Remove the \"Pages\" widget"
367
+ msgstr "Verwijder de \"Pagina's\" widget"
368
+
369
+ #: admin/includes/options.php:209 admin/pages/widgets.php:68
370
+ msgid "Remove calendar widget"
371
+ msgstr "Verwijder agenda widget"
372
+
373
+ #: admin/includes/options.php:214 admin/pages/widgets.php:77
374
+ msgid "Remove the \"Cloud of tags\" widget"
375
+ msgstr "Verwijder de \"Cloud of tags\" widget"
376
+
377
+ #: admin/includes/options.php:219 admin/pages/widgets.php:86
378
+ msgid "Remove the \"Archives\" widget"
379
+ msgstr "Verwijder de \"Archieven\" widget"
380
+
381
+ #: admin/includes/options.php:224 admin/pages/widgets.php:95
382
+ msgid "Remove the \"Links\" widget"
383
+ msgstr "Verwijder de \"Links\" widget"
384
+
385
+ #: admin/includes/options.php:229 admin/pages/widgets.php:104
386
+ msgid "Remove the \"Meta\" widget"
387
+ msgstr "Verwijder de \"Meta\" widget"
388
+
389
+ #: admin/includes/options.php:234 admin/pages/widgets.php:113
390
+ msgid "Remove the \"Search\" widget"
391
+ msgstr "Verwijder de \"Zoek\" widget"
392
+
393
+ #: admin/includes/options.php:239 admin/includes/options.php:259
394
+ #: admin/pages/widgets.php:122
395
+ msgid "Remove the \"Text\" widget"
396
+ msgstr "Verwijder de \"Tekst\" widget"
397
+
398
+ #: admin/includes/options.php:244 admin/pages/widgets.php:131
399
+ msgid "Remove the \"Categories\" widget"
400
+ msgstr "Verwijder de \"Categorieën\" widget"
401
+
402
+ #: admin/includes/options.php:249 admin/pages/widgets.php:140
403
+ msgid "Remove the \"Recent Posts\" widget"
404
+ msgstr "Verwijder de \"Recente berichten\" widget"
405
+
406
+ #: admin/includes/options.php:254 admin/pages/widgets.php:149
407
+ msgid "Remove the \"Recent Comments\" widget"
408
+ msgstr "Verwijder de \"Recente Reacties\" widget"
409
+
410
+ #: admin/includes/options.php:264 admin/pages/widgets.php:158
411
+ msgid "Remove the \"RSS\" widget"
412
+ msgstr "Verwijder de \"RSS\" widget"
413
+
414
+ #: admin/includes/options.php:269 admin/pages/widgets.php:167
415
+ msgid "Remove the \"Menu\" widget"
416
+ msgstr "Verwijder de \"Menu\" widget"
417
+
418
+ #: admin/includes/options.php:274 admin/pages/widgets.php:176
419
+ msgid "Remove the \"Twenty Eleven Ephemera\" widget"
420
+ msgstr "Verwijder de \"Twenty Eleven Ephemera\" widget"
421
+
422
+ #: admin/includes/options.php:277 admin/includes/options.php:340
423
+ #: admin/pages/advanced.php:223
424
+ msgid "Disable revision"
425
+ msgstr "Schakel revisie uit"
426
+
427
+ #: admin/includes/options.php:278 admin/includes/options.php:345
428
+ #: admin/pages/advanced.php:236
429
+ msgid "Limit Post Revisions"
430
+ msgstr "Beperk postrevisies"
431
+
432
+ #: admin/includes/options.php:279 admin/pages/seo.php:137
433
+ msgid "Exclude pages:"
434
+ msgstr "Pagina's uitsluiten:"
435
+
436
+ #: admin/includes/options.php:282 admin/pages/seo.php:86
437
+ msgid "Create right robots.txt"
438
+ msgstr "Maak het juiste robots.txt"
439
+
440
+ #: admin/includes/options.php:287 admin/pages/seo.php:101
441
+ msgid "You can edit the robots.txt file in the box below:"
442
+ msgstr "U kunt het robots.txt-bestand in het onderstaande vak bewerken:"
443
+
444
+ #: admin/includes/options.php:290
445
+ msgid "Quick mode"
446
+ msgstr "Quick mode"
447
+
448
+ #: admin/includes/options.php:293 admin/pages/performance.php:126
449
+ msgid "Remove jQuery Migrate"
450
+ msgstr "Verwijder jQuery Migratie"
451
+
452
+ #: admin/includes/options.php:296 admin/pages/performance.php:136
453
+ msgid "Disable Embeds"
454
+ msgstr "Schakel Embeds uit"
455
+
456
+ #: admin/includes/options.php:297 admin/pages/performance.php:76
457
+ msgid "Disable RSS feeds"
458
+ msgstr ""
459
+
460
+ #: admin/includes/options.php:300
461
+ msgid "Removes links to wordpress.org site from the admin bar"
462
+ msgstr "Verwijdert links naar wordpress.org site van de beheer balk"
463
+
464
+ #: admin/includes/options.php:315
465
+ msgid "Eclude stylesheet/script file names"
466
+ msgstr "Sluit stijl-/script bestandsnamen uit"
467
+
468
+ #: admin/includes/options.php:320
469
+ msgid "Enable Sanitization of WordPress"
470
+ msgstr "Inschakelen sanering van WordPress"
471
+
472
+ #: admin/includes/options.php:325 admin/pages/advanced.php:174
473
+ msgid "Disable admin top bar"
474
+ msgstr "Uitschakelen bovenste beheer balk"
475
+
476
+ #: admin/includes/options.php:330 admin/pages/advanced.php:192
477
+ msgid "Remove admin bar WP logo"
478
+ msgstr "Verwijder WP logo van beheer balk"
479
+
480
+ #: admin/includes/options.php:335 admin/pages/advanced.php:202
481
+ msgid "Replace \"Howdy\" text with \"Welcome\""
482
+ msgstr "Vervang \"Howdy\" tekst door \"Welcome\""
483
+
484
+ #: admin/includes/options.php:350 admin/pages/advanced.php:260
485
+ msgid "Disable autosave"
486
+ msgstr "Automatisch opslaan uitschakelen"
487
+
488
+ #: admin/includes/options.php:355 admin/pages/advanced.php:270
489
+ msgid "Disable Texturization - Smart Quotes"
490
+ msgstr "Texturisatie uitschakelen - Slimme aanhalingstekens"
491
+
492
+ #: admin/includes/options.php:360 admin/pages/advanced.php:280
493
+ msgid "Disable capitalization in Wordpress branding"
494
+ msgstr "Hoofdlettergebruik uitschakelen in Wordpress branding"
495
+
496
+ #: admin/includes/options.php:365 admin/pages/advanced.php:290
497
+ msgid "Disable auto inserted paragraphs (i.e. p tags)"
498
+ msgstr "Automatisch ingevoegde alinea's uitschakelen (d.w.z. p-tags)"
499
+
500
+ #: admin/includes/options.php:370 admin/pages/advanced.php:105
501
+ msgid "Disable Heartbeat"
502
+ msgstr "Schakel Heartbeat uit"
503
+
504
+ #: admin/includes/options.php:375 admin/pages/advanced.php:134
505
+ msgid "Heartbeat frequency"
506
+ msgstr "Heartbeat frequentie"
507
+
508
+ #: admin/includes/options.php:380 admin/pages/defence.php:95
509
+ msgid "Remove html comments"
510
+ msgstr "Verwijder HTML opmerkingen"
511
+
512
+ #: admin/includes/options.php:385
513
+ msgid "Deactivate preinstall components"
514
+ msgstr ""
515
+
516
+ #: admin/pages/advanced.php:36
517
+ msgid "Advanced"
518
+ msgstr "Gevorderd"
519
+
520
+ #: admin/pages/advanced.php:65
521
+ msgid ""
522
+ "Warning! In the wp-config.php file, a constant WP_POST_REVISIONS is found, it "
523
+ "determines the number of revisions. Delete it so you can change this value "
524
+ "through the admin panel."
525
+ msgstr ""
526
+ "Waarschuwing! In het bestand wp-config.php vindt men constant "
527
+ "WP_BERICHT_REVISIES terug, wat het aantal revisies bepaalt. Verwijder het "
528
+ "zodat u deze waarde kunt wijzigen via het admin paneel."
529
+
530
+ #: admin/pages/advanced.php:82
531
+ msgid "Clearfy options"
532
+ msgstr ""
533
+
534
+ #: admin/pages/advanced.php:82
535
+ msgid ""
536
+ "This group of settings allows you to configure the work of the Clearfy plugin."
537
+ msgstr ""
538
+
539
+ #: admin/pages/advanced.php:89
540
+ msgid "Disable Clearfy extra menu"
541
+ msgstr ""
542
+
543
+ #: admin/pages/advanced.php:91
544
+ msgid ""
545
+ "This setting allows you to disable the additional menu of the Clearfy plugin, "
546
+ "in the admin bar. This menu is required to work with the Minify and Combine "
547
+ "and Assets Manager components."
548
+ msgstr ""
549
+
550
+ #: admin/pages/advanced.php:98
551
+ msgid "Heartbeat"
552
+ msgstr "Heartbeat"
553
+
554
+ #: admin/pages/advanced.php:98
555
+ msgid ""
556
+ "The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls "
557
+ "from the web-browser. While this is great and all it can also cause high CPU "
558
+ "usage and crazy amounts of PHP calls. For example, if you leave your dashboard "
559
+ "open it will keep sending POST requests to this file on a regular interval, "
560
+ "every 15 seconds. Here is an example below of it happening."
561
+ msgstr ""
562
+ "De WordPress Heartbeat API gebruikt /wp-admin/admin-ajax.php om AJAX oproepen "
563
+ "vanuit de webbrowser uit te voeren. Hoewel dit geweldig is, kan het ook leiden "
564
+ "tot een hoog CPU gebruik en ongeziene hoeveelheden PHP oproepen. Als u "
565
+ "bijvoorbeeld uw dashboard open laat, blijft het BERICHT verzoeken sturen naar "
566
+ "dit bestand met een regelmatig interval, elke 15 seconden. Hieronder ziet u "
567
+ "een voorbeeld als dit gebeurt."
568
+
569
+ #: admin/pages/advanced.php:107
570
+ msgid "Default"
571
+ msgstr "Standaard"
572
+
573
+ #: admin/pages/advanced.php:108
574
+ msgid "Everywhere"
575
+ msgstr "Overal"
576
+
577
+ #: admin/pages/advanced.php:109
578
+ msgid "On dashboard page"
579
+ msgstr "Op dashboard pagina"
580
+
581
+ #: admin/pages/advanced.php:110
582
+ msgid "Only allow when editing Posts/Pages"
583
+ msgstr "Alleen toestaan ​​bij het bewerken van Berichten/Pagina's"
584
+
585
+ #: admin/pages/advanced.php:136 admin/pages/advanced.php:238
586
+ msgid "Wordpress default"
587
+ msgstr "Wordpress standaard"
588
+
589
+ #: admin/pages/advanced.php:137 admin/pages/advanced.php:138
590
+ #: admin/pages/advanced.php:139 admin/pages/advanced.php:140
591
+ #: admin/pages/advanced.php:141 admin/pages/advanced.php:142
592
+ #: admin/pages/advanced.php:143 admin/pages/advanced.php:144
593
+ #: admin/pages/advanced.php:145 admin/pages/advanced.php:146
594
+ #: admin/pages/advanced.php:147 admin/pages/advanced.php:148
595
+ #: admin/pages/advanced.php:149 admin/pages/advanced.php:150
596
+ #: admin/pages/advanced.php:151 admin/pages/advanced.php:152
597
+ #: admin/pages/advanced.php:153
598
+ msgid "seconds"
599
+ msgstr "seconden"
600
+
601
+ #: admin/pages/advanced.php:156
602
+ msgid ""
603
+ "Select the heartbeat frequency wordpress. We recommend you 60 seconds, default "
604
+ "is 20 seconds."
605
+ msgstr ""
606
+ "Selecteer de heartbeat frequentie wordpress. Wij raden 60 seconden aan, "
607
+ "standaard waarde is 20 seconden."
608
+
609
+ #: admin/pages/advanced.php:167
610
+ msgid "Admin bar"
611
+ msgstr "Beheer balk"
612
+
613
+ #: admin/pages/advanced.php:167
614
+ msgid "In this group of settings, you can manage the adminbar."
615
+ msgstr "In deze groep instellingen kunt u de beheer balk beheren."
616
+
617
+ #: admin/pages/advanced.php:176
618
+ msgid "Default enable"
619
+ msgstr "Standaard inschakelen"
620
+
621
+ #: admin/pages/advanced.php:177
622
+ msgid "For all users"
623
+ msgstr "Voor alle gebruikers"
624
+
625
+ #: admin/pages/advanced.php:180
626
+ msgid "For all users except administrator"
627
+ msgstr "Voor alle gebruikers behalve beheerder"
628
+
629
+ #: admin/pages/advanced.php:184
630
+ msgid ""
631
+ "In some cases, you need to disable the floating top admin panel. You can "
632
+ "disable this panel."
633
+ msgstr ""
634
+ "In sommige gevallen moet u het zwevende bovenste beheer paneel uitschakelen. U "
635
+ "kunt dit paneel uitschakelen."
636
+
637
+ #: admin/pages/advanced.php:184
638
+ msgid "Disable admin top bar."
639
+ msgstr "Schakel de bovenste beheer balk uit."
640
+
641
+ #: admin/pages/advanced.php:194
642
+ msgid "Enable this if you want to remove wp logo from admin bar."
643
+ msgstr "Schakel dit in als u het WP logo uit de beheer balk wilt verwijderen."
644
+
645
+ #: admin/pages/advanced.php:204
646
+ msgid "Replaces the welcome text in admin bar."
647
+ msgstr "Vervangt de welkomst tekst in de beheer balk."
648
+
649
+ #: admin/pages/advanced.php:216
650
+ msgid "Posts"
651
+ msgstr "Berichten"
652
+
653
+ #: admin/pages/advanced.php:216
654
+ msgid "In this group of options, you can manage revisions and post autosave."
655
+ msgstr ""
656
+ "In deze groep opties kunt u revisies beheren en berichten automatisch opslaan."
657
+
658
+ #: admin/pages/advanced.php:239 admin/pages/advanced.php:240
659
+ #: admin/pages/advanced.php:241 admin/pages/advanced.php:242
660
+ #: admin/pages/advanced.php:243 admin/pages/advanced.php:244
661
+ #: admin/pages/advanced.php:245 admin/pages/advanced.php:246
662
+ #: admin/pages/advanced.php:247 admin/pages/advanced.php:248
663
+ msgid "revisions"
664
+ msgstr "revisie"
665
+
666
+ #: admin/pages/advanced.php:251
667
+ msgid ""
668
+ "WordPress automatically saves revisions when you are working on posts and "
669
+ "pages. These can begin to add up pretty quick. By default, there is no limit "
670
+ "in place. We have seen posts with over 1,000 revisions. Multiply this by 50 "
671
+ "pages and suddenly you have over 50,000 revisions sitting in your database. "
672
+ "The problem with this is that you will most likely never use them and they can "
673
+ "start slowing down your database as well as using disk space.\n"
674
+ "So we recommend either disabling or limiting your revisions. "
675
+ msgstr ""
676
+ "WordPress slaat automatisch revisies op wanneer u aan berichten en pagina's "
677
+ "werkt. Deze kunnen al snel hoog oplopen. Standaard is er geen limiet "
678
+ "ingesteld. We hebben berichten gezien met meer dan 1.000 revisies. "
679
+ "Vermenigvuldig dit met 50 pagina's en plots heb je meer dan 50.000 revisies in "
680
+ "je database. Het probleem hiermee is dat je ze waarschijnlijk nooit zult "
681
+ "gebruiken. Ze kunnen je database danig beginnen te vertragen en tevens "
682
+ "schijfruimte innemen.\n"
683
+ "Daarom raden we aan uw revisies uit te schakelen of te beperken."
684
+
685
+ #: admin/pages/advanced.php:262
686
+ msgid ""
687
+ "WordPress by default automatically saves a draft every 60 seconds (1 minute). "
688
+ "There are reasons why you might want to change this."
689
+ msgstr ""
690
+ "WordPress slaat standaard elke 60 seconden automatisch een klad op (1 minuut). "
691
+ "Er kunnen redenen zijn waarom u dit zou willen veranderen."
692
+
693
+ #: admin/pages/advanced.php:262
694
+ msgid "Disables automatic saving of drafts."
695
+ msgstr "Schakelt automatisch opslaan van concepten uit."
696
+
697
+ #: admin/pages/advanced.php:272
698
+ msgid ""
699
+ "Function of text formatting. This function makes the text more correct, "
700
+ "readable and visually appealing. But sometimes this function may prevent you "
701
+ "from using certain codes and symbols."
702
+ msgstr ""
703
+ "Functie van tekstopmaak. Deze functie maakt de tekst correcter, leesbaarder en "
704
+ "visueel aantrekkelijker. Maar soms kan deze functie u beletten bepaalde codes "
705
+ "en symbolen te gebruiken."
706
+
707
+ #: admin/pages/advanced.php:272
708
+ msgid "Disable Texturization - Smart Quotes."
709
+ msgstr "Texturisatie uitschakelen - Slimme aanhalingstekens."
710
+
711
+ #: admin/pages/advanced.php:282
712
+ msgid ""
713
+ "Replaces the incorrectly written letter \"p\" in the middle of WordPress (you "
714
+ "need to write with the capital P in the middle)."
715
+ msgstr ""
716
+ "Vervangt de onjuist geschreven letter \"p\" in het midden van WordPress "
717
+ "(verplicht met de hoofdletter P in het midden te schrijven)."
718
+
719
+ #: admin/pages/advanced.php:282
720
+ msgid "Disable capitalization in Wordpress branding."
721
+ msgstr "Hoofdlettergebruik uitschakelen in Wordpress branding"
722
+
723
+ #: admin/pages/advanced.php:292
724
+ msgid ""
725
+ "Replaces the double shifting of a string to an HTML p ... /p construct, and a "
726
+ "single one on br."
727
+ msgstr ""
728
+ "Vervangt de dubbele verschuiving van een string in een HTML p ... /p "
729
+ "constructie en een enkele verschuiving bij br."
730
+
731
+ #: admin/pages/advanced.php:292
732
+ msgid "Disable auto inserted paragraphs."
733
+ msgstr "Schakel automatisch ingevoegde alinea's uit."
734
+
735
+ #: admin/pages/components.php:40
736
+ msgid "Components"
737
+ msgstr "Onderdelen"
738
+
739
+ #: admin/pages/components.php:129
740
+ msgid "Robin image optimizer"
741
+ msgstr ""
742
+
743
+ #: admin/pages/components.php:134
744
+ msgid ""
745
+ "Automatic image optimization without any quality loss. No limitations, no paid "
746
+ "plans. The best Wordpress image optimization plugin allows optimizing any "
747
+ "amount of images for free!"
748
+ msgstr ""
749
+
750
+ #: admin/pages/components.php:138
751
+ msgid "Hide login page"
752
+ msgstr "Inlogpagina verbergen"
753
+
754
+ #: admin/pages/components.php:143
755
+ msgid ""
756
+ "Hide Login Page is a very light plugin that lets you easily and safely change "
757
+ "the url of the login form page to anything you want."
758
+ msgstr ""
759
+ "Inlogpagina Verbergen is een zeer lichte plugin waarmee u eenvoudig en veilig "
760
+ "de url van de inlogpagina kunt wijzigen in alles wat u maar wilt."
761
+
762
+ #: admin/pages/components.php:147
763
+ msgid "Html minify"
764
+ msgstr ""
765
+
766
+ #: admin/pages/components.php:151
767
+ msgid ""
768
+ "Ever look at the HTML markup of your website and notice how sloppy and "
769
+ "amateurish it looks? The Minify HTML options cleans up sloppy looking markup "
770
+ "and minifies, which also speeds up download"
771
+ msgstr ""
772
+
773
+ #: admin/pages/components.php:155
774
+ msgid "Minify and combine (JS, CSS)"
775
+ msgstr ""
776
+
777
+ #: admin/pages/components.php:159
778
+ msgid ""
779
+ "Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed "
780
+ "Insights by merging and minifying CSS, JavaScript."
781
+ msgstr ""
782
+
783
+ #: admin/pages/components.php:163
784
+ msgid "Google Analytics Cache"
785
+ msgstr ""
786
+
787
+ #: admin/pages/components.php:167
788
+ msgid ""
789
+ "To improve Google Page Speed indicators Analytics caching is needed. However, "
790
+ "it can also slightly increase your website loading speed, because Analytics js "
791
+ "files will load locally."
792
+ msgstr ""
793
+
794
+ #: admin/pages/components.php:171
795
+ msgid "Updates manager"
796
+ msgstr "Updates manager"
797
+
798
+ #: admin/pages/components.php:175
799
+ msgid "Disable updates enable auto updates for themes, plugins and WordPress."
800
+ msgstr ""
801
+
802
+ #: admin/pages/components.php:179
803
+ msgid "Comments tools"
804
+ msgstr "Tools voor reacties"
805
+
806
+ #: admin/pages/components.php:183
807
+ msgid ""
808
+ "Bulk disable and remove comments, disable “Website” field, hides external "
809
+ "links, disable XML-RPC."
810
+ msgstr ""
811
+ "Bulk deactiveer en verwijder opmerkingen, schakel \"Website\" veld uit, "
812
+ "verbergt externe links, schakel XML-RPC uit."
813
+
814
+ #: admin/pages/components.php:187
815
+ msgid "Widgets tools"
816
+ msgstr "Widgets tools"
817
+
818
+ #: admin/pages/components.php:191
819
+ msgid "Disable unused widgets such as tag cloud, links, calendar etc."
820
+ msgstr "Schakel ongebruikte widgets uit zoals tag cloud, links, agenda etc."
821
+
822
+ #: admin/pages/components.php:195
823
+ msgid "Asset manager"
824
+ msgstr "Asset manager"
825
+
826
+ #: admin/pages/components.php:199
827
+ msgid ""
828
+ "Selectively disable unused scripts and styles on the pages of your website."
829
+ msgstr ""
830
+ "Ongebruikte scripts en stijlen selectief uitschakelen op de pagina's van uw "
831
+ "website."
832
+
833
+ #: admin/pages/components.php:203
834
+ msgid "Disable admin notices"
835
+ msgstr "Schakel kennisgevingen beheerders uit"
836
+
837
+ #: admin/pages/components.php:207
838
+ msgid ""
839
+ "Disables admin notices bulk or individually. Collects notices into the admin "
840
+ "bar."
841
+ msgstr ""
842
+ "Schakelt bulk of afzonderlijke meldingen voor beheerder uit. Verzamelt "
843
+ "berichten in de beheer balk."
844
+
845
+ #: admin/pages/components.php:211
846
+ msgid "Admin bar manager"
847
+ msgstr "Beheer balk manager"
848
+
849
+ #: admin/pages/components.php:215
850
+ msgid "Disables admin bar. Allows to change and remove admin bar elements."
851
+ msgstr ""
852
+ "Schakelt de beheer balk uit. Staat toe om beheer balk elementen te veranderen "
853
+ "en te verwijderen."
854
+
855
+ #: admin/pages/components.php:219
856
+ msgid "Posts tools"
857
+ msgstr "Berichten tools"
858
+
859
+ #: admin/pages/components.php:223
860
+ msgid ""
861
+ "Disable revisions, disable posts autosave, disable smart quotes and disable "
862
+ "auto paragraphs."
863
+ msgstr ""
864
+ "Revisies uitschakelen, berichten automatisch opslaan uitschakelen, slimme "
865
+ "aanhalingstekens uitschakelen en automatische alinea's uitschakelen."
866
+
867
+ #: admin/pages/components.php:227
868
+ msgid "Yoast SEO optimization"
869
+ msgstr "Yoast SEO optimalisatie"
870
+
871
+ #: admin/pages/components.php:231
872
+ msgid "Set of optimization functions for the popular Yoast SEO plugin."
873
+ msgstr ""
874
+ "Verzameling van optimalisatie functies voor de populaire Yoast SEO plugin."
875
+
876
+ #: admin/pages/components.php:237
877
+ msgid "Transliteration of Cyrillic alphabet"
878
+ msgstr "Transcriptie van Cyrillisch alfabet"
879
+
880
+ #: admin/pages/components.php:241
881
+ msgid ""
882
+ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to the "
883
+ "Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian languages."
884
+ msgstr ""
885
+ "Converteert Cyrillische permalinks van berichten, pagina's, taxonomieën en "
886
+ "mediabestanden naar het Latijnse alfabet. Ondersteunt Russische, Oekraïense, "
887
+ "Georgische, Bulgaarse talen."
888
+
889
+ #: admin/pages/components.php:281
890
+ msgid "<strong>Plugin Components</strong>."
891
+ msgstr "<strong>Plugin Onderdelen</strong>."
892
+
893
+ #: admin/pages/components.php:283
894
+ msgid ""
895
+ "These are components of the plugin bundle. When you activate the plugin, all "
896
+ "the components turned on by default. If you don’t need some function, you can "
897
+ "easily turn it off on this page."
898
+ msgstr ""
899
+ "Dit zijn componenten van de plugin bundel. Wanneer u de plugin activeert, zijn "
900
+ "alle componenten standaard ingeschakeld. Als u bepaalde functies niet nodig "
901
+ "heeft, kunt u deze eenvoudig uitschakelen op deze pagina."
902
+
903
+ #: admin/pages/components.php:329
904
+ msgid "Premium"
905
+ msgstr ""
906
+
907
+ #: admin/pages/defence.php:34
908
+ msgid "Defence"
909
+ msgstr "Verdediging"
910
+
911
+ #: admin/pages/defence.php:53
912
+ msgid "<strong>Base settings</strong>."
913
+ msgstr "<strong>Basis instellingen</strong>."
914
+
915
+ #: admin/pages/defence.php:53
916
+ msgid "Basic recommended security settings."
917
+ msgstr "Aanbevolen basis beveiligingsinstellingen."
918
+
919
+ #: admin/pages/defence.php:62
920
+ msgid ""
921
+ "An attacker can find out the author's login, using a similar request to get "
922
+ "your site. mysite.com/?author=1"
923
+ msgstr ""
924
+ "Een aanvaller kan de aanmeld gegevens van de auteur achterhalen met een "
925
+ "soortgelijk verzoek om uw site te bemachtigen. mysite.com/?author=1"
926
+
927
+ #: admin/pages/defence.php:62
928
+ msgid "Sets the redirect to exclude the possibility of obtaining a login."
929
+ msgstr "Stelt de redirect in om het verkrijgen van een login uit te sluiten."
930
+
931
+ #: admin/pages/defence.php:72
932
+ msgid ""
933
+ "WP by default shows whether you entered a wrong login or incorrect password, "
934
+ "which allows attackers to understand if there is a certain user on the site, "
935
+ "and then start searching through the passwords."
936
+ msgstr ""
937
+ "WP toont standaard of u een verkeerde login of onjuist wachtwoord hebt "
938
+ "ingevoerd, waardoor aanvallers kunnen inzien of er een bepaalde gebruiker op "
939
+ "de site is en vervolgens door de wachtwoorden begint te zoeken."
940
+
941
+ #: admin/pages/defence.php:72
942
+ msgid ""
943
+ "Changes in the text of the error so that attackers could not find the login."
944
+ msgstr ""
945
+ "Wijzigt in de tekst van de fout zodat aanvallers de login niet konden vinden."
946
+
947
+ #: admin/pages/defence.php:80
948
+ msgid "Disable XML-RPC"
949
+ msgstr "Schakel XML-RPC uit"
950
+
951
+ #: admin/pages/defence.php:82
952
+ msgid ""
953
+ "A pingback is basically an automated comment that gets created when another "
954
+ "blog links to you. A self-pingback is created when you link to an article "
955
+ "within your own blog. Pingbacks are essentially nothing more than spam and "
956
+ "simply waste resources."
957
+ msgstr ""
958
+ "Een pingback is in feite een geautomatiseerde commentaar die wordt gemaakt "
959
+ "wanneer een andere blog linkt naar u. Een zelf-pingback wordt gemaakt wanneer "
960
+ "u een linkt naar een artikel binnen uw eigen blog. Pingbacks zijn in wezen "
961
+ "niets meer dan spam en simpelweg een verspilling van resources."
962
+
963
+ #: admin/pages/defence.php:82
964
+ msgid "Removes the server responses a reference to the xmlrpc file."
965
+ msgstr "Verwijdert de server reacties bij verwijzing naar het xmlrpc bestand."
966
+
967
+ #: admin/pages/defence.php:88
968
+ msgid "<strong>Hide WordPress versions</strong>"
969
+ msgstr ""
970
+
971
+ #: admin/pages/defence.php:88
972
+ msgid ""
973
+ "WordPress itself and many plugins shows their version at the public areas of "
974
+ "your site. An attacker received this information may be aware of the "
975
+ "vulnerabilities found in the version of the WordPress core or plugins."
976
+ msgstr ""
977
+ "WordPress zelf en vele plugins tonen hun versie in de openbare delen van uw "
978
+ "site. Een aanvaller die deze informatie weet te bemachtigen, is mogelijk op de "
979
+ "hoogte van de zwakke plekken in de WordPress core versie of de plugins versies."
980
+
981
+ #: admin/pages/defence.php:97
982
+ msgid ""
983
+ "This function will remove all html comments in the source code, except for "
984
+ "special and hidden comments. This is necessary to hide the version of "
985
+ "installed plugins."
986
+ msgstr ""
987
+ "Deze functie verwijdert alle html reacties in de broncode, behalve speciale en "
988
+ "verborgen reacties. Dit is nodig om de versie van geïnstalleerde plugins te "
989
+ "verbergen."
990
+
991
+ #: admin/pages/defence.php:97
992
+ msgid "Remove html comments in source code."
993
+ msgstr "Verwijder html reacties in broncode."
994
+
995
+ #: admin/pages/defence.php:105 admin/pages/defence.php:120
996
+ #: admin/pages/defence.php:131 admin/pages/defence.php:148 admin/pages/seo.php:76
997
+ #: admin/pages/seo.php:115 admin/pages/seo.php:129 admin/pages/seo.php:146
998
+ #: admin/pages/seo.php:160 admin/pages/seo.php:170 admin/pages/seo.php:223
999
+ msgid "Recommended"
1000
+ msgstr "Aanbevolen"
1001
+
1002
+ #: admin/pages/defence.php:107
1003
+ msgid ""
1004
+ "Allows attacker to learn the version of WP installed on the site. This meta "
1005
+ "tag has no useful function."
1006
+ msgstr ""
1007
+ "Hiermee kan een aanvaller de versie van WP leren kennen die op de site is "
1008
+ "geïnstalleerd. Deze meta tag heeft geen nuttige functie."
1009
+
1010
+ #: admin/pages/defence.php:107
1011
+ #, php-format
1012
+ msgid "Removes the meta tag from the %s section"
1013
+ msgstr "Verwijdert de meta tag uit %s segment"
1014
+
1015
+ #: admin/pages/defence.php:113
1016
+ msgid "Remove query strings from static resources"
1017
+ msgstr ""
1018
+
1019
+ #: admin/pages/defence.php:113
1020
+ msgid ""
1021
+ "This funcitons will remove query strings from static resources like CSS & JS "
1022
+ "files inside the HTML <head> element to improve your speed scores in services "
1023
+ "like Pingdom, GTmetrix, PageSpeed and YSlow."
1024
+ msgstr ""
1025
+
1026
+ #: admin/pages/defence.php:122 admin/pages/defence.php:133
1027
+ msgid ""
1028
+ "To make it more difficult for others to hack your website you can remove the "
1029
+ "WordPress version number from your site, your css and js. Without that number "
1030
+ "it's not possible to see if you run not the current version to exploit bugs "
1031
+ "from the older versions. <br><br>\n"
1032
+ "\t\t\t\t\tAdditionally it can improve the loading speed of your site, because "
1033
+ "without query strings in the URL the css and js files can be cached."
1034
+ msgstr ""
1035
+ "Om het voor anderen moeilijker te maken om uw website te hacken, kunt u het "
1036
+ "versie nummer van WordPress van uw site, uw CSS en js verwijderen. Zonder dat "
1037
+ "nummer is het niet mogelijk om te zien of u al dan niet de meest courante "
1038
+ "versie gebruikt om bugs van de oudere versies te kunnen misbruiken. <br><br>\n"
1039
+ "Bovendien kan het de laadsnelheid van uw site verbeteren, omdat zonder query "
1040
+ "strings in de URL de css en js bestanden in de cache kunnen worden opgeslagen."
1041
+
1042
+ #: admin/pages/defence.php:123
1043
+ msgid "Removes wordpress version number from scripts (not logged in user only)."
1044
+ msgstr ""
1045
+ "Verwijdert WordPress versie nummer van scripts (niet enkel van de ingelogde "
1046
+ "gebruiker)."
1047
+
1048
+ #: admin/pages/defence.php:134
1049
+ msgid ""
1050
+ "Removes the wordpress version number from stylesheets (not logged in user "
1051
+ "only)."
1052
+ msgstr ""
1053
+ "Verwijdert het versie nummer van WordPress uit stylesheets (niet enkel van "
1054
+ "ingelogde gebruiker)."
1055
+
1056
+ #: admin/pages/defence.php:148
1057
+ msgid "Disable remove versions for auth users"
1058
+ msgstr ""
1059
+
1060
+ #: admin/pages/defence.php:157
1061
+ msgid "Exclude stylesheet/script file names"
1062
+ msgstr "Sluit de bestandsnamen van stylesheet/scripts uit"
1063
+
1064
+ #: admin/pages/defence.php:159
1065
+ msgid ""
1066
+ "Enter Stylesheet/Script file names to exclude from version removal (each "
1067
+ "exclude file starts with a new line)"
1068
+ msgstr ""
1069
+ "Voer de Stylesheet-/Script bestandsnaam in om het verwijderen van die versie "
1070
+ "te vermijden (elk uit te sluiten bestand begint op een nieuwe regel)"
1071
+
1072
+ #: admin/pages/defence.php:159
1073
+ msgid "Example"
1074
+ msgstr "Voorbeeld"
1075
+
1076
+ #: admin/pages/license.php:52
1077
+ msgid "License"
1078
+ msgstr ""
1079
+
1080
+ #: admin/pages/license.php:139 includes/classes/class.package.php:258
1081
+ msgid "Update in progress..."
1082
+ msgstr ""
1083
+
1084
+ #: admin/pages/license.php:139
1085
+ msgid "Components have been successfully updated!"
1086
+ msgstr ""
1087
+
1088
+ #: admin/pages/license.php:139
1089
+ msgid "update now"
1090
+ msgstr ""
1091
+
1092
+ #: admin/pages/license.php:151
1093
+ msgid "Updates are available for one of the components."
1094
+ msgstr ""
1095
+
1096
+ #: admin/pages/license.php:278
1097
+ #, php-format
1098
+ msgid "Upgrade to Premium for $%s"
1099
+ msgstr ""
1100
+
1101
+ #: admin/pages/license.php:283
1102
+ #, php-format
1103
+ msgid "Your current license for %1$s:"
1104
+ msgstr ""
1105
+
1106
+ #: admin/pages/license.php:288
1107
+ msgid "Delete Key"
1108
+ msgstr ""
1109
+
1110
+ #: admin/pages/license.php:290
1111
+ msgid "Synchronization"
1112
+ msgstr ""
1113
+
1114
+ #: admin/pages/license.php:297
1115
+ #, php-format
1116
+ msgid "(Automatic renewal, every %s"
1117
+ msgstr ""
1118
+
1119
+ #: admin/pages/license.php:306
1120
+ msgid ""
1121
+ "Public License is a GPLv2 compatible license allowing you to change and use "
1122
+ "this version of the plugin for free. Please keep in mind this license covers "
1123
+ "only free edition of the plugin. Premium versions are distributed with other "
1124
+ "type of a license."
1125
+ msgstr ""
1126
+
1127
+ #: admin/pages/license.php:310
1128
+ msgid ""
1129
+ "You use a paid subscription for the plugin updates. In case you don’t want to "
1130
+ "receive paid updates, please, click <a data-action=\"unsubscribe\" class=\"wcl-"
1131
+ "control-btn\" href=\"#\">cancel subscription</a>"
1132
+ msgstr ""
1133
+
1134
+ #: admin/pages/license.php:315
1135
+ msgid ""
1136
+ "Your license has expired, please extend the license to get updates and support."
1137
+ msgstr ""
1138
+
1139
+ #: admin/pages/license.php:323
1140
+ msgid "domain"
1141
+ msgstr ""
1142
+
1143
+ #: admin/pages/license.php:327
1144
+ msgid "plan"
1145
+ msgstr ""
1146
+
1147
+ #: admin/pages/license.php:331
1148
+ msgid "of"
1149
+ msgstr ""
1150
+
1151
+ #: admin/pages/license.php:332
1152
+ msgid "active sites"
1153
+ msgstr ""
1154
+
1155
+ #: admin/pages/license.php:337
1156
+ msgid "version"
1157
+ msgstr ""
1158
+
1159
+ #: admin/pages/license.php:338
1160
+ msgid "up-to-date"
1161
+ msgstr ""
1162
+
1163
+ #: admin/pages/license.php:343
1164
+ msgid "EXPIRED!"
1165
+ msgstr ""
1166
+
1167
+ #: admin/pages/license.php:344
1168
+ msgid "please update the key"
1169
+ msgstr ""
1170
+
1171
+ #: admin/pages/license.php:353
1172
+ msgid "day(s)"
1173
+ msgstr ""
1174
+
1175
+ #: admin/pages/license.php:355
1176
+ msgid "remained"
1177
+ msgstr ""
1178
+
1179
+ #: admin/pages/license.php:366
1180
+ msgid "Have a key to activate the premium version? Paste it here:"
1181
+ msgstr ""
1182
+
1183
+ #: admin/pages/license.php:368
1184
+ msgid "Have a key to activate the plugin? Paste it here:"
1185
+ msgstr ""
1186
+
1187
+ #: admin/pages/license.php:374
1188
+ msgid "Submit Key"
1189
+ msgstr ""
1190
+
1191
+ #: admin/pages/license.php:382
1192
+ #, php-format
1193
+ msgid ""
1194
+ "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Lean more</a> about the "
1195
+ "premium version and get the license key to activate it now!"
1196
+ msgstr ""
1197
+
1198
+ #: admin/pages/license.php:386
1199
+ #, php-format
1200
+ msgid ""
1201
+ "Can’t find your key? Go to <a href=\"%s\" target=\"_blank\" rel=\"noopener"
1202
+ "\">this page</a> and login using the e-mail address associated with your "
1203
+ "purchase."
1204
+ msgstr ""
1205
+
1206
+ #: admin/pages/performance-google.php:46
1207
+ msgid "Google services"
1208
+ msgstr "Google services"
1209
+
1210
+ #: admin/pages/performance-google.php:85
1211
+ msgid "<strong>Fonts and Maps</strong>."
1212
+ msgstr "<strong>Lettertypes en Maps</strong>."
1213
+
1214
+ #: admin/pages/performance-google.php:85
1215
+ msgid ""
1216
+ "Google Fonts and Maps strongly affect your website loading speed. Use settings "
1217
+ "below to disable or optimize Google fonts and Maps."
1218
+ msgstr ""
1219
+ "Google Fonts en Maps hebben grote invloed op de laadsnelheid van uw website. "
1220
+ "Gebruik de onderstaande instellingen om Google lettertypes en Maps uit te "
1221
+ "schakelen of te optimaliseren."
1222
+
1223
+ #: admin/pages/performance-google.php:94
1224
+ msgid ""
1225
+ "By default, WordPress loads Google fonts synchronously, that is, your page "
1226
+ "will not be fully loaded until Google Fonts are loaded. This algorithm slows "
1227
+ "down the loading of your page and leads to errors when checking the site in "
1228
+ "Google Page Speed. Using this option, your Google Fonts will be loaded after "
1229
+ "your page is fully loaded. This method has a negative — you and visitors of "
1230
+ "your site will see how the font changes while loading a page, from the system "
1231
+ "to the downloadable one."
1232
+ msgstr ""
1233
+ "WordPress laadt standaard Google lettertypes synchroon, dat wil zeggen dat uw "
1234
+ "pagina niet volledig wordt geladen totdat Google Fonts is geladen. Dit "
1235
+ "algoritme vertraagt ​​het laden van uw pagina en leidt tot fouten bij het "
1236
+ "controleren van de site in Google Page Speed. Met deze optie worden uw Google "
1237
+ "lettertypes geladen nadat uw pagina volledig is geladen. Deze methode heeft "
1238
+ "een keerzijde - u en bezoekers van uw site zullen zien hoe het lettertype "
1239
+ "verandert tijdens het laden van een pagina, van het systeem tot het "
1240
+ "downloadbare lettertype."
1241
+
1242
+ #: admin/pages/performance-google.php:104
1243
+ msgid ""
1244
+ "This function stops loading of Open Sans and other fonts used by WordPress and "
1245
+ "bundled themes (Twenty Twelve, Twenty Thirteen, Twenty Fourteen, Twenty "
1246
+ "Fifteen, Twenty Sixteen, Twenty Seventeen) from Google Fonts.\n"
1247
+ "Reasons for not using Google Fonts might be privacy and security, local "
1248
+ "development or production, blocking of Google’s servers, characters not "
1249
+ "supported by font, performance."
1250
+ msgstr ""
1251
+ "Deze functie stopt het laden van Open Sans en andere lettertypes uit Google "
1252
+ "Fonts die worden gebruikt door WordPress en gebundelde thema's (Twenty Twelve, "
1253
+ "Twenty Thirteen, Twenty Fourteen, Twenty Fifteen, Twenty Sixteen, Twenty "
1254
+ "Seventeen). Redenen om Google Fonts niet te gebruiken, zijn onder meer privacy "
1255
+ "en beveiliging, lokale ontwikkeling of productie, blokkering van de servers "
1256
+ "van Google, tekens die niet worden ondersteund worden, prestaties."
1257
+
1258
+ #: admin/pages/performance-google.php:115
1259
+ msgid ""
1260
+ "This function stops loading of Google Maps used by some themes or plugins.\n"
1261
+ "Reasons for not using Google Maps might be privacy and security, local "
1262
+ "development or production, blocking of Google’s servers, performance, not "
1263
+ "necessary, etc."
1264
+ msgstr ""
1265
+ "Deze functie stopt het laden van Google Maps, wat gebruikt wordt door sommige "
1266
+ "thema's of plugins.\n"
1267
+ "Redenen om Google Maps niet te gebruiken zijn privacy en beveiliging, lokale "
1268
+ "ontwikkeling of productie, blokkeren van servers van Google, prestaties, niet "
1269
+ "nodig, enz."
1270
+
1271
+ #: admin/pages/performance-google.php:132
1272
+ msgid ""
1273
+ "By default, the \"Disable Google Maps\" option removes maps inserted with the "
1274
+ "SCRIPT tag from the page source code. However, you can also cut out all maps "
1275
+ "inserted via the iframe by enabling this option."
1276
+ msgstr ""
1277
+ "Standaard verwijdert de optie \"Google Maps uitschakelen\" kaarten die zijn "
1278
+ "ingevoegd met de SCRIPT tag uit de pagina broncode. U kunt echter ook alle "
1279
+ "kaarten verwijderen die zijn ingevoegd via het iframe door deze optie in te "
1280
+ "schakelen."
1281
+
1282
+ #: admin/pages/performance-google.php:141
1283
+ msgid "Posts or Pages IDs separated by a ,"
1284
+ msgstr "Berichten of Pagina's gescheiden met een ,"
1285
+
1286
+ #: admin/pages/performance.php:41
1287
+ msgid "Performance"
1288
+ msgstr "Prestatie"
1289
+
1290
+ #: admin/pages/performance.php:69
1291
+ msgid "<strong>Clear the unnecessary scripts</strong>"
1292
+ msgstr "<strong>Wis de overbodige scripts</strong>"
1293
+
1294
+ #: admin/pages/performance.php:69
1295
+ msgid ""
1296
+ "This set of settings will help you remove unnecessary links and code from the "
1297
+ "head section, as well as reduce your website's pages weight."
1298
+ msgstr ""
1299
+ "Met deze set instellingen kunt u onnodige links en code uit het hoofdgedeelte "
1300
+ "verwijderen en het gewicht van uw pagina's verlagen."
1301
+
1302
+ #: admin/pages/performance.php:78
1303
+ msgid ""
1304
+ "By default, WordPress generates all types of different RSS feeds for your "
1305
+ "site. While RSS feeds can be useful if you are running a blog, businesses "
1306
+ "might not always utilize these. Not every site out there has a blog."
1307
+ msgstr ""
1308
+ "WordPress genereert standaard alle verschillende soorten RSS-feeds voor uw "
1309
+ "site. Hoewel RSS-feeds handig kunnen zijn als u een blog gebruikt, zullen "
1310
+ "bedrijven deze misschien niet altijd gebruiken. Niet elke site, heeft een blog."
1311
+
1312
+ #: admin/pages/performance.php:78
1313
+ #, php-format
1314
+ msgid ""
1315
+ "Removes a link to the RSS-feed from the %s section, closes and puts the "
1316
+ "redirect from all RSS-feeds."
1317
+ msgstr ""
1318
+ "Verwijdert een link naar de RSS-feed van %s segment, sluit en plaatst de "
1319
+ "redirect van alle RSS-feeds."
1320
+
1321
+ #: admin/pages/performance.php:93
1322
+ msgid "Redirect 301"
1323
+ msgstr "Redirect 301"
1324
+
1325
+ #: admin/pages/performance.php:94
1326
+ msgid "Page 404"
1327
+ msgstr "Pagina 404"
1328
+
1329
+ #: admin/pages/performance.php:96
1330
+ msgid "Redirect feed requests"
1331
+ msgstr "Redirect feed verzoeken"
1332
+
1333
+ #: admin/pages/performance.php:97
1334
+ msgid ""
1335
+ "Forward all requests to page 404 or to the main page through 301 redirects."
1336
+ msgstr ""
1337
+ "Alle aanvragen doorsturen naar pagina 404 of naar de hoofdpagina via 301 "
1338
+ "omleidingen."
1339
+
1340
+ #: admin/pages/performance.php:108
1341
+ msgid ""
1342
+ "The WordPress REST API provides API endpoints for WordPress data types that "
1343
+ "allow developers to interact with sites remotely by sending and receiving JSON "
1344
+ "(JavaScript Object Notation) objects. However, a lot of sites don’t use this, "
1345
+ "and therefore in most cases, it is just unnecessary code."
1346
+ msgstr ""
1347
+ "De WordPress REST API biedt API eindpunten voor WordPress gegevens types "
1348
+ "waarmee ontwikkelaars op afstand met sites kunnen communiceren door JSON "
1349
+ "objecten (JavaScript Object Notation) te verzenden en te ontvangen. Veel sites "
1350
+ "gebruiken dit echter niet en daarom is het in de meeste gevallen gewoon "
1351
+ "onnodige code."
1352
+
1353
+ #: admin/pages/performance.php:108
1354
+ msgid ""
1355
+ "Removes REST API link tag from the front end and the REST API header link from "
1356
+ "page requests."
1357
+ msgstr ""
1358
+ "Verwijdert REST API link tag uit front-end en de REST API hoofding link uit "
1359
+ "pagina aanvragen."
1360
+
1361
+ #: admin/pages/performance.php:118
1362
+ msgid ""
1363
+ "Emojis are fun and all, but if you are aren’t using them they actually load a "
1364
+ "JavaScript file (wp-emoji-release.min.js) on every page of your website. For a "
1365
+ "lot of businesses, this is not needed and simply adds load time to your site. "
1366
+ "So we recommend disabling this."
1367
+ msgstr ""
1368
+ "Emoji's zijn leuk en wel, maar als je ze niet gebruikt, laden ze evenzeer een "
1369
+ "JavaScript bestand (wp-emoji-release.min.js) op elke pagina van je website. "
1370
+ "Voor veel bedrijven is dit niet nodig en verhoogt het alleen maar de laadtijd "
1371
+ "van uw site. Daarom raden we aan dit uit te schakelen."
1372
+
1373
+ #: admin/pages/performance.php:118
1374
+ msgid "Removes WordPress Emojis JavaScript file (wp-emoji-release.min.js)."
1375
+ msgstr ""
1376
+ "Verwijdert WordPress Emojis JavaScript bestand (wp-emoji-release.min.js)."
1377
+
1378
+ #: admin/pages/performance.php:128
1379
+ msgid ""
1380
+ "They started adding jQuery migrate in WordPress 3.6. Most up-to-date frontend "
1381
+ "code and plugins don’t require jquery-migrate.min.js. In most cases, this "
1382
+ "simply adds unnecessary load to your site. You can see this running if you "
1383
+ "launch Chrome Devtools console."
1384
+ msgstr ""
1385
+
1386
+ #: admin/pages/performance.php:128
1387
+ msgid "Removes jQuery Migrate JavaScript file (jquery-migrate.min.js)."
1388
+ msgstr "Verwijdert jQuery Migratie JavaScript bestand (jQuery-migrate.min.js)."
1389
+
1390
+ #: admin/pages/performance.php:128
1391
+ msgid "Warning! If there is a broke on your site, disable this option!"
1392
+ msgstr "Waarschuwing! Als er iets breekt op uw site, schakel deze optie uit!"
1393
+
1394
+ #: admin/pages/performance.php:138
1395
+ msgid ""
1396
+ "Embeds were released with WordPress 4.4. This is basically the magic that auto "
1397
+ "converts your YouTube videos, Tweets, and URLs into pretty previews while you "
1398
+ "are editing. However, this actually loads a JavaScript file (wp-embed.min.js) "
1399
+ "on every page of your website. If you don’t care about the auto converting "
1400
+ "preview (which we don’t), you can disable this across your site."
1401
+ msgstr ""
1402
+ "Embeds werden geïntroduceerd met WordPress 4.4. Dit is eigenlijk de magie die "
1403
+ "je YouTube video's, Tweets en URL's automatisch converteert naar mooie "
1404
+ "previews terwijl je aan het bewerken bent. Dit laadt echter een JavaScript "
1405
+ "bestand (wp-embed.min.js) op elke pagina van uw website. Als u een automatisch "
1406
+ "geconverteerde preview niet nodig vindt (wat wij onbelangrijk achten), kunt u "
1407
+ "dit op uw site uitschakelen."
1408
+
1409
+ #: admin/pages/performance.php:138
1410
+ msgid "Removes WordPress Embed JavaScript file (wp-embed.min.js)"
1411
+ msgstr "Verwijdert WordPress Embed JavaScript bestand (wp-embed.min.js)"
1412
+
1413
+ #: admin/pages/performance.php:157
1414
+ msgid ""
1415
+ "The above link is used by blog clients. If you edit your site from your "
1416
+ "browser then you don’t need this. It is also used by some 3rd party "
1417
+ "applications that utilize XML-RPC requests. In most cases, this is just "
1418
+ "unnecessary code."
1419
+ msgstr ""
1420
+ "De bovenstaande link wordt gebruikt door blog clienten. Als u uw site vanuit "
1421
+ "uw browser bewerkt, hebt u dit niet nodig. Het wordt ook gebruikt door sommige "
1422
+ "toepassingen van derden die gebruik maken van XML-RPC aanvragen. In de meeste "
1423
+ "gevallen is dit louter onnodige code."
1424
+
1425
+ #: admin/pages/performance.php:157
1426
+ msgid "Remove RSD (Real Simple Discovery) link tag."
1427
+ msgstr "Verwijder RSD (Real Simple Discovery) link tag."
1428
+
1429
+ #: admin/pages/performance.php:166
1430
+ msgid ""
1431
+ "The profile attribute specifies the metadata profile address. Usually, the "
1432
+ "browser recognizes the value of this attribute and executes some conventions "
1433
+ "related to the specified profile. Loading the document itself at the specified "
1434
+ "address does not really happen, moreover, it may not exist at all.\n"
1435
+ "In particular, the profile is used for the XFN microformat (XHTML Friends "
1436
+ "Network) - a way of representing relationships between people using links and "
1437
+ "rel attributes with different values. WordPress also actively uses profile in "
1438
+ "its templates.\n"
1439
+ msgstr ""
1440
+ "Het profiel kenmerk geeft het adres van het metadata profiel aan. Gewoonlijk "
1441
+ "herkent de browser de waarde van dit kenmerk en voert enkele conventies uit "
1442
+ "die betrekking hebben op het opgegeven profiel. Het laden van het document "
1443
+ "zelf gebeurt niet echt op dat specifieke adres, bovendien bestaat het mogelijk "
1444
+ "helemaal niet.\n"
1445
+ "Het profiel wordt voornamelijk gebruikt voor het XFN microformat (XHTML "
1446
+ "Friends Network) - een manier om relaties tussen mensen voor te stellen met "
1447
+ "behulp van links en rel attributen met verschillende waardes. WordPress maakt "
1448
+ "ook actief gebruik van het profiel in zijn sjablonen.\n"
1449
+
1450
+ #: admin/pages/performance.php:168
1451
+ msgid "Remove link tag"
1452
+ msgstr "Verwijder link tag"
1453
+
1454
+ #: admin/pages/performance.php:178
1455
+ msgid ""
1456
+ "This link is actually used by Windows Live Writer. If you don’t know use "
1457
+ "Windows Live Writer, which we are guessing you don’t, this is just unnecessary "
1458
+ "code."
1459
+ msgstr ""
1460
+ "Deze link wordt in feite gebruikt door Windows Live Writer. Als u niet weet "
1461
+ "hoe Windows Live Writer te gebruiken, wat hoogstwaarschijnlijk het geval zal "
1462
+ "zijn, is dit gewoonweg onnodige code."
1463
+
1464
+ #: admin/pages/performance.php:178
1465
+ msgid "Remove wlwmanifest (Windows Live Writer) link tag."
1466
+ msgstr "Verwijder WLWMANIFEST (Windows Live Writer) -link tag."
1467
+
1468
+ #: admin/pages/performance.php:188
1469
+ #, php-format
1470
+ msgid ""
1471
+ "By default, the following tag shows up in every WordPress install. %s This is "
1472
+ "used for a shortlink to your pages and posts. However, if you are already "
1473
+ "using pretty permalinks, such as domain.com/post, then there is no reason to "
1474
+ "keep this, it is just unnecessary code."
1475
+ msgstr ""
1476
+ "Standaard wordt de volgende tag weergegeven in elke installatie van WordPress. "
1477
+ "%s Dit wordt gebruikt voor een shortlink naar uw pagina's en berichten. Als u "
1478
+ "echter al gebruikmaakt van mooie permalinks, zoals domain.com/post, dan is er "
1479
+ "geen reden om dit te behouden, het is gewoonweg onnodige code."
1480
+
1481
+ #: admin/pages/performance.php:188
1482
+ msgid "Remove Shortlink link tag."
1483
+ msgstr "Verwijder Shortlink link tag."
1484
+
1485
+ #: admin/pages/performance.php:198
1486
+ msgid ""
1487
+ "If you use Wordpress as a CMS, then you can delete these links, they can only "
1488
+ "come in handy for a blog."
1489
+ msgstr ""
1490
+ "Als u Wordpress als een CMS gebruikt, kunt u deze links verwijderen, ze komen "
1491
+ "enkel van pas voor een blog."
1492
+
1493
+ #: admin/pages/performance.php:198
1494
+ msgid ""
1495
+ "Remove the previous and next post links within the wp_head of your wordpress "
1496
+ "theme."
1497
+ msgstr ""
1498
+ "Verwijder de vorige en volgende bericht linken in de wp_hoofding van uw "
1499
+ "WordPress thema."
1500
+
1501
+ #: admin/pages/performance.php:208
1502
+ msgid ""
1503
+ "WP by default for the widget \"recent comments\" prescribes in the code styles "
1504
+ "that are almost impossible to change, because to them apply! important."
1505
+ msgstr ""
1506
+ "WP standaard hanteert code stijlen voor de widget \"recente reacties\" die "
1507
+ "bijna onmogelijk te veranderen zijn, omdat ze voor hen van toepassing zijn! "
1508
+ "belangrijk."
1509
+
1510
+ #: admin/pages/performance.php:208
1511
+ msgid "Removes .recentcomments styles from head section."
1512
+ msgstr "Verwijdert .recentereacties stijlen uit hoofd segment."
1513
+
1514
+ #: admin/pages/performance.php:218
1515
+ msgid ""
1516
+ "By default, WordPress loads Font Awesome icons synchronously, that is, your "
1517
+ "page will not be fully loaded until Font Awesome icons are loaded. This "
1518
+ "algorithm slows down the loading of your page and leads to errors when "
1519
+ "checking the site in Google Page Speed. Using this option, your Font Awesome "
1520
+ "icons will be loaded after your page is fully loaded. This method has a "
1521
+ "negative — you and visitors of your site will see changes while loading a "
1522
+ "page, from the placeholders to icons."
1523
+ msgstr ""
1524
+ "WordPress laadt standaard de pictogrammen van Font Awesome synchroon op, dat "
1525
+ "wil zeggen dat uw pagina niet volledig wordt geladen totdat de pictogrammen "
1526
+ "voor Font Awesome zijn geladen. Dit algoritme vertraagt ​​het laden van uw "
1527
+ "pagina en leidt tot fouten bij het controleren van de site in Google Page "
1528
+ "Speed. Met deze optie worden uw Font Awesome pictogrammen geladen nadat uw "
1529
+ "pagina volledig is geladen. Deze methode heeft een keerzijde: u en bezoekers "
1530
+ "van uw site zien wijzigingen tijdens het laden van een pagina, van de "
1531
+ "placeholders naar pictogrammen."
1532
+
1533
+ #: admin/pages/performance.php:228
1534
+ msgid ""
1535
+ "Dashicons is the official icon font of the WordPress admin as of 3.8. Some of "
1536
+ "you have requested that we add a feature to remove Dashicons. Some themes and "
1537
+ "developers utilize this (dashicons.min.css) on the front-end of their sites."
1538
+ msgstr ""
1539
+ "Dashicons is het officiële pictogram van de WordPress beheerder vanaf 3.8. "
1540
+ "Sommigen van jullie hebben ons gevraagd om een ​​functie toe te voegen om "
1541
+ "Dashicons te verwijderen. Sommige thema's en ontwikkelaars gebruiken dit "
1542
+ "(dashicons.min.css) aan de front-end van hun sites."
1543
+
1544
+ #: admin/pages/performance.php:238
1545
+ msgid ""
1546
+ "This function that prevents the user’s gravatar being automatically obtained "
1547
+ "from gravatar.com based on their registered email. This would be useful for "
1548
+ "sites where users require an extra layer of privacy, or if you just want to "
1549
+ "prevent potentially silly or embarrasing avatar accidents.\n"
1550
+ "\t\t\tIf you’re using Identicons or any other generated default avatar, the "
1551
+ "user should keep a consistent avatar unless they change their registered "
1552
+ "email.\n"
1553
+ "\t\t\t"
1554
+ msgstr ""
1555
+ "Deze functie voorkomt dat de gravatar van de gebruiker automatisch wordt "
1556
+ "verkregen van gravatar.com op basis van hun geregistreerde e-mailadres. Dit "
1557
+ "zou handig zijn voor sites waar gebruikers een extra laag privacy nodig "
1558
+ "hebben, of als je gewoonweg voor gekke of gênante avatar incidenten wil "
1559
+ "voorkomen.\n"
1560
+ "Als u Identicons of een andere gegenereerde standaard avatar gebruikt, moet de "
1561
+ "gebruiker een consistente avatar behouden, tenzij deze zijn geregistreerde e-"
1562
+ "mailadres wijzigt."
1563
+
1564
+ #: admin/pages/quick-start.php:62
1565
+ msgid "Clearfy menu"
1566
+ msgstr "Clearfy menu"
1567
+
1568
+ #: admin/pages/quick-start.php:71
1569
+ msgid "Quick start"
1570
+ msgstr "Quick start"
1571
+
1572
+ #: admin/pages/quick-start.php:109
1573
+ msgid ""
1574
+ "On this page you can quickly configure the plug-in without going into details."
1575
+ msgstr ""
1576
+ "Op deze pagina kunt u de plugin snel configureren zonder op details in te gaan."
1577
+
1578
+ #: admin/pages/quick-start.php:187
1579
+ msgid "One click code clearing"
1580
+ msgstr "Code wissen in één klik"
1581
+
1582
+ #: admin/pages/quick-start.php:188
1583
+ msgid "One click security"
1584
+ msgstr "Beveiliging in één klik"
1585
+
1586
+ #: admin/pages/quick-start.php:190
1587
+ msgid "One click seo optimization"
1588
+ msgstr "Seo optimalisatie in één klik"
1589
+
1590
+ #: admin/pages/quick-start.php:194
1591
+ msgid "One click remove default Widgets"
1592
+ msgstr "Alle standaard Widgets verwijderen in één klik"
1593
+
1594
+ #: admin/pages/quick-start.php:204
1595
+ msgid "Reset all settings"
1596
+ msgstr "Reset alle instellingen"
1597
+
1598
+ #: admin/pages/quick-start.php:211
1599
+ msgid "Are you sure you want to enable the this options?"
1600
+ msgstr "Weet je zeker dat je deze optie wilt inschakelen?"
1601
+
1602
+ #: admin/pages/quick-start.php:214 admin/pages/quick-start.php:263
1603
+ msgid ""
1604
+ "After confirmation, all the settings of the plug-in will return to the default "
1605
+ "state. Make backup settings by copying data from the export field."
1606
+ msgstr ""
1607
+ "Na bevestiging keren alle instellingen van de plugin terug naar de standaard "
1608
+ "status. Maak backup instellingen door gegevens uit het exportveld te kopiëren."
1609
+
1610
+ #: admin/pages/quick-start.php:218
1611
+ msgid "Confirm"
1612
+ msgstr "Bevestigen"
1613
+
1614
+ #: admin/pages/quick-start.php:219
1615
+ msgid "Cancel"
1616
+ msgstr "Annuleren"
1617
+
1618
+ #: admin/pages/quick-start.php:225
1619
+ msgid ""
1620
+ "These are quick optimization options for your website. You can activate the "
1621
+ "groups of necessary settings in one click. With the fast optimization mode, we "
1622
+ "are enable the only safe settings that do not break your website. That is why "
1623
+ "we recommend you to look at each setting of the plugin individually. The "
1624
+ "settings with grey and red question mark will not be active, until you do it "
1625
+ "yourself."
1626
+ msgstr ""
1627
+ "Dit zijn snelle optimalisatie mogelijkheden voor uw website. U kunt de groepen "
1628
+ "noodzakelijke instellingen met één klik activeren. Met de snelle optimalisatie "
1629
+ "modus schakelen we enkel de veilige instellingen in die uw website niet "
1630
+ "breken. Daarom raden we u aan om elke instelling van de plugin afzonderlijk te "
1631
+ "bekijken. De instellingen met een grijs en rood vraagteken zullen niet actief "
1632
+ "zijn, totdat u deze zelf activeert."
1633
+
1634
+ #: admin/pages/quick-start.php:226
1635
+ msgid "Select what you need to do"
1636
+ msgstr "Selecteer wat u moet doen"
1637
+
1638
+ #: admin/pages/quick-start.php:228
1639
+ msgid ""
1640
+ "After selecting any optimization case, the plugin will automatically enable "
1641
+ "the necessary settings in safe mode and one click."
1642
+ msgstr ""
1643
+ "Na het selecteren van een bepaalde optimalisatie, zal de plugin in één klik "
1644
+ "automatisch de noodzakelijke instellingen activeren in de veilige modus."
1645
+
1646
+ #: admin/pages/quick-start.php:262
1647
+ msgid "Reset settings"
1648
+ msgstr "Reset instellingen"
1649
+
1650
+ #: admin/pages/quick-start.php:275
1651
+ msgid "Reset"
1652
+ msgstr "Reset"
1653
+
1654
+ #: admin/pages/quick-start.php:277
1655
+ msgid "Do It!"
1656
+ msgstr "Doe dit!"
1657
+
1658
+ #: admin/pages/quick-start.php:291
1659
+ msgid "Settings successfully updated!"
1660
+ msgstr "Instellingen succesvol bijgewerkt!"
1661
+
1662
+ #: admin/pages/quick-start.php:294
1663
+ msgid ""
1664
+ "During the setup, an unknown error occurred, please try again or contact the "
1665
+ "plug-in support."
1666
+ msgstr ""
1667
+ "Tijdens de installatie is een onbekende fout opgetreden. Probeer het opnieuw "
1668
+ "of neem contact op met de ondersteuning van de plugin."
1669
+
1670
+ #: admin/pages/quick-start.php:304
1671
+ msgid "Import/Export settings"
1672
+ msgstr "Importeer/Exporteer instellingen"
1673
+
1674
+ #: admin/pages/quick-start.php:307
1675
+ msgid "Import options"
1676
+ msgstr "Importeer opties"
1677
+
1678
+ #: admin/pages/quick-start.php:313
1679
+ msgid "Support"
1680
+ msgstr "Ondersteuning"
1681
+
1682
+ #: admin/pages/quick-start.php:315
1683
+ msgid ""
1684
+ "If you faced with any issues, please follow the steps below to get quickly "
1685
+ "quality support:"
1686
+ msgstr ""
1687
+ "Als u problemen ondervindt, volgt u de onderstaande stappen om snel "
1688
+ "kwaliteitsondersteuning te krijgen:"
1689
+
1690
+ #: admin/pages/quick-start.php:318
1691
+ msgid ""
1692
+ "Generate a debug report which will contains inforamtion about your "
1693
+ "configuratin and installed plugins"
1694
+ msgstr ""
1695
+ "Genereer een foutopsporingsrapport met informatie over uw configuratie en "
1696
+ "geïnstalleerde plugins"
1697
+
1698
+ #: admin/pages/quick-start.php:321
1699
+ msgid "Generate Debug Report"
1700
+ msgstr "Genereer foutopsporingsrapport"
1701
+
1702
+ #: admin/pages/quick-start.php:325
1703
+ msgid ""
1704
+ "Send a message to <b>wordpress.webraftic@gmail.com</b> include the debug "
1705
+ "report into the message body."
1706
+ msgstr ""
1707
+ "Stuur een bericht naar <b>wordpress.webraftic@gmail.com</b> neem het "
1708
+ "foutenopsporingsrapport op in de body van het bericht."
1709
+
1710
+ #: admin/pages/quick-start.php:328
1711
+ msgid "We guarantee to respond you within 7 business day."
1712
+ msgstr "We garanderen u binnen de 7 werkdagen te reageren."
1713
+
1714
+ #: admin/pages/seo-double-pages.php:37
1715
+ msgid "Duplicate pages"
1716
+ msgstr "Dubbele pagina's"
1717
+
1718
+ #: admin/pages/seo-double-pages.php:86
1719
+ msgid "<strong>Delete duplicate pages.</strong>."
1720
+ msgstr "<strong>Dubbele pagina's verwijderen.</strong>."
1721
+
1722
+ #: admin/pages/seo-double-pages.php:86
1723
+ msgid ""
1724
+ "Search engines perceive these pages as website separate pages, therefore their "
1725
+ "content ceases to be unique because of duplication. In addition, page "
1726
+ "reference weight is reduced if it has a duplicate. A small number of "
1727
+ "duplicated pages will not be a serious problem, but if there are more than 50 "
1728
+ "percents of them - you urgently need to correct the situation."
1729
+ msgstr ""
1730
+ "Zoekmachines beschouwen deze pagina's als aparte pagina's van de website, "
1731
+ "daarom is hun inhoud niet langer uniek vanwege duplicatie. Bovendien wordt het "
1732
+ "pagina referentie gewicht verminderd als het een duplicaat heeft. Een klein "
1733
+ "aantal gedupliceerde pagina's zal geen serieus probleem zijn, maar als het er "
1734
+ "meer dan 50 procent zijn, moet u dringend de situatie corrigeren."
1735
+
1736
+ #: admin/pages/seo-double-pages.php:95
1737
+ #, php-format
1738
+ msgid ""
1739
+ "Many duplicates in date archives. Imagine, in addition, that your article will "
1740
+ "be displayed in the main and in the category, you will still receive at least "
1741
+ "3 duplicates: in archives by year, month and date, for example %s."
1742
+ msgstr ""
1743
+ "Vele duplicaten in datum archieven. Stel u voor dat uw artikel zowel "
1744
+ "hoofdelijk getoond wordt als in de categorie, dan nog krijgt u op z'n minst 3 "
1745
+ "duplicaten: in archieven per jaar, maand en datum, bijvoorbeeld %s."
1746
+
1747
+ #: admin/pages/seo-double-pages.php:95
1748
+ msgid "Removes all pages with the date archives and puts a redirect."
1749
+ msgstr "Verwijdert alle pagina's met de datum archieven en plaatst een redirect."
1750
+
1751
+ #: admin/pages/seo-double-pages.php:105
1752
+ #, php-format
1753
+ msgid ""
1754
+ "If the site is only filled by you - a mandatory item. Allows you to get rid of "
1755
+ "duplicates on user archives, for example %s."
1756
+ msgstr ""
1757
+ "Als de site alleen door u wordt aangevuld - een verplicht item. Hiermee kunt u "
1758
+ "zich ontdoen van duplicaten in gebruikersarchieven, bijvoorbeeld %s."
1759
+
1760
+ #: admin/pages/seo-double-pages.php:105
1761
+ msgid "Removes all pages with the author archives and puts a redirect."
1762
+ msgstr ""
1763
+ "Verwijdert alle pagina's met de auteur archieven en plaatst een redirect."
1764
+
1765
+ #: admin/pages/seo-double-pages.php:115
1766
+ msgid ""
1767
+ "If you use tags only for the block Similar records, or do not use them at all "
1768
+ "- it will be more correct to close them to avoid duplicates."
1769
+ msgstr ""
1770
+ "Als u tags alleen voor het blok Vergelijkbare records gebruikt, of deze "
1771
+ "helemaal niet gebruikt, zou het juister zijn om ze te sluiten om duplicaten te "
1772
+ "voorkomen."
1773
+
1774
+ #: admin/pages/seo-double-pages.php:115
1775
+ msgid "Removes all pages with the tag archives and puts a redirect."
1776
+ msgstr "Verwijdert alle pagina's met de tag archieven en plaatst een redirect."
1777
+
1778
+ #: admin/pages/seo-double-pages.php:125
1779
+ msgid ""
1780
+ "Every of the pictures has its own page on the site. Such pages are "
1781
+ "successfully indexed and create duplicates. The site can have thousands of "
1782
+ "same-type attachment pages."
1783
+ msgstr ""
1784
+ "Elk van de foto's heeft zijn eigen pagina op de site. Dergelijke pagina's "
1785
+ "worden eveneens geïndexeerd, waardoor duplicaten ontstaan. De site kan "
1786
+ "duizenden pagina's met hetzelfde type bijlage bevatten."
1787
+
1788
+ #: admin/pages/seo-double-pages.php:125
1789
+ msgid "Removes attachment pages and puts a redirect."
1790
+ msgstr "Verwijdert bijlage pagina's en plaatst een redirect."
1791
+
1792
+ #: admin/pages/seo-double-pages.php:135
1793
+ #, php-format
1794
+ msgid ""
1795
+ "In WordPress, any post can be divided into parts (pages), each part will have "
1796
+ "its own address. But this functionality is rarely used, but it can create "
1797
+ "trouble for you. For example, you can add a number to the address of any entry "
1798
+ "of your blog, %s - the post itself will open, which will be a duplicate. You "
1799
+ "can substitute any number."
1800
+ msgstr ""
1801
+
1802
+ #: admin/pages/seo-double-pages.php:135
1803
+ #, php-format
1804
+ msgid "Removes the pagination from the post and puts a redirect. Example: %s"
1805
+ msgstr ""
1806
+ "Verwijdert de paginering van het bericht en plaatst een redirect. Voorbeeld: %s"
1807
+
1808
+ #: admin/pages/seo-double-pages.php:145
1809
+ #, php-format
1810
+ msgid ""
1811
+ "WordPress adds %s to the link \"Reply\" in the comments, if you use "
1812
+ "hierarchical comments."
1813
+ msgstr ""
1814
+ "WordPress voegt %s toe aan de link \"Beantwoorden\" in de reacties, als u "
1815
+ "hiërarchische reacties gebruiken."
1816
+
1817
+ #: admin/pages/seo-double-pages.php:145
1818
+ msgid "?relpytocom remove and and puts a redirect."
1819
+ msgstr ""
1820
+
1821
+ #: admin/pages/seo.php:35
1822
+ msgid "SEO"
1823
+ msgstr "SEO"
1824
+
1825
+ #: admin/pages/seo.php:69
1826
+ msgid "<strong>Basic SEO optimization settings</strong>."
1827
+ msgstr "<strong>Basis SEO optimalisatie instellingen</strong>."
1828
+
1829
+ #: admin/pages/seo.php:69
1830
+ msgid "Recommended settings that can complement your SEO plugin."
1831
+ msgstr "Aanbevolen instellingen die uw SEO plugin kunnen aanvullen."
1832
+
1833
+ #: admin/pages/seo.php:78
1834
+ msgid ""
1835
+ "The alt attribute is mandatory, so most SEO experts say. If you missed or did "
1836
+ "not fill it at all, it will be automatically assigned and will be equal to the "
1837
+ "title of the article."
1838
+ msgstr ""
1839
+ "Het alt attribuut is verplicht, zeggen de meeste SEO experten. Als je het over "
1840
+ "het hoofd hebt gezien of helemaal niet hebt ingevuld, wordt het automatisch "
1841
+ "toegewezen en is het gelijk aan de titel van het artikel."
1842
+
1843
+ #: admin/pages/seo.php:78
1844
+ #, php-format
1845
+ msgid "Replaces the %s, on attribute with an article name %s"
1846
+ msgstr "Vervangt %s, op kenmerk door een artikel naam %s"
1847
+
1848
+ #: admin/pages/seo.php:88
1849
+ msgid ""
1850
+ "After installation, WP does not contain a robots.txt file and create it "
1851
+ "manually. We re-read about 30 different articles, instructions from Yandex and "
1852
+ "Google to create the perfect robots.txt"
1853
+ msgstr ""
1854
+ "Na de installatie bevat WP geen robots.txt bestand en maakt het handmatig aan. "
1855
+ "We hebben ongeveer 30 verschillende artikelen herlezen, instructies van Yandex "
1856
+ "en Google om de perfecte robots.txt te maken"
1857
+
1858
+ #: admin/pages/seo.php:88
1859
+ msgid "Automatically creates the perfect robots.txt file"
1860
+ msgstr "Creëert automatisch het perfecte robots.txt-bestand"
1861
+
1862
+ #: admin/pages/seo.php:108
1863
+ msgid "Server headers and response"
1864
+ msgstr "Server headers en reactie"
1865
+
1866
+ #: admin/pages/seo.php:108
1867
+ msgid ""
1868
+ "WordPress does not know how to give the Last Modified header in the server's "
1869
+ "responses. You can do this using the settings below."
1870
+ msgstr ""
1871
+ "WordPress weet geen reactie te geven op de Laatst Aangepaste hoofding in de "
1872
+ "server. U kunt dit doen met behulp van de onderstaande instellingen."
1873
+
1874
+ #: admin/pages/seo.php:129
1875
+ msgid "Disable Last Modified header on front page"
1876
+ msgstr ""
1877
+
1878
+ #: admin/pages/seo.php:139
1879
+ #, php-format
1880
+ msgid ""
1881
+ "You can specify a page mask, for example: %s or %s. All pages that contain the "
1882
+ "string will be excluded. Each exclude must begin with a new line."
1883
+ msgstr ""
1884
+ "U kunt een pagina masker opgeven, bijvoorbeeld: %s of %s. Alle pagina's die "
1885
+ "deze tekenreeks bevatten, worden uitgesloten. Elke uitsluiting moet beginnen "
1886
+ "op een nieuwe regel."
1887
+
1888
+ #: admin/pages/seo.php:153
1889
+ msgid "For the Yoast SEO plugin"
1890
+ msgstr "Voor de Yoast SEO plugin"
1891
+
1892
+ #: admin/pages/seo.php:153
1893
+ msgid ""
1894
+ "These settings will help you eliminate some problems associated with the "
1895
+ "popular Yoast SEO plugin"
1896
+ msgstr ""
1897
+ "Met deze instellingen kunt u een aantal problemen vermijden die verband houden "
1898
+ "met de populaire Yoast SEO plugin"
1899
+
1900
+ #: admin/pages/seo.php:162
1901
+ msgid ""
1902
+ "The last element in the breadcrumbs in the Yoast SEO plugin duplicates the "
1903
+ "title of the article. Some SEO-specialists consider this duplication to be "
1904
+ "superfluous."
1905
+ msgstr ""
1906
+ "Het laatste element in de broodkruimels in de Yoast SEO plugin dupliceert de "
1907
+ "titel van het artikel. Sommige SEO specialisten beschouwen deze duplicatie als "
1908
+ "overbodig."
1909
+
1910
+ #: admin/pages/seo.php:162
1911
+ msgid ""
1912
+ "Removes duplication of the name in the breadcrumbs of the WP SEO plugin from "
1913
+ "Yoast."
1914
+ msgstr ""
1915
+ "Verwijdert duplicatie van de naam in de broodkruimels van de WP Yoast SEO "
1916
+ "plugin."
1917
+
1918
+ #: admin/pages/seo.php:172
1919
+ msgid ""
1920
+ "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. it "
1921
+ "has a specific tag"
1922
+ msgstr ""
1923
+ "Yandex.Webmaster zweert bij een standaard XML kaart van de plugin Yoast, tk. "
1924
+ "met een specifieke tag"
1925
+
1926
+ #: admin/pages/seo.php:172
1927
+ #, php-format
1928
+ msgid "Remove the tag %s from XML site map of the plugin Yoast SEO."
1929
+ msgstr "Verwijder de tag %s van de XML sitemap van de Yoast SEO plugin."
1930
+
1931
+ #: admin/pages/seo.php:172
1932
+ msgid ""
1933
+ "Attention! After activation, turn off the site map and enable it back to "
1934
+ "regenerate it."
1935
+ msgstr ""
1936
+ "Aandacht! Schakel na activering de sitemap uit en schakel deze weer in om deze "
1937
+ "opnieuw te genereren."
1938
+
1939
+ #: admin/pages/seo.php:172
1940
+ msgid "In older versions of Yoast SEO may not work - update the plugin Yoast"
1941
+ msgstr ""
1942
+ "In oudere versies van Yoast werkt SEO misschien niet - update de plugin Yoast"
1943
+
1944
+ #: admin/pages/seo.php:190
1945
+ msgid ""
1946
+ "If you’re not familiar with Search Action it’s the mark-up that helps search "
1947
+ "engines add a shiny Sitelinks Search Box below your search engine results. For "
1948
+ "the majority of webmasters the extra search box is an absolutely fantastic "
1949
+ "feature but for many it’s not required or wanted, especially if a site only "
1950
+ "has a few pages or if the site uses a customised search platform that only "
1951
+ "searches blog posts and not pages."
1952
+ msgstr ""
1953
+ "Mocht u niet bekend zijn met Zoekactie, dit is de mark-up waarmee zoekmachines "
1954
+ "een lumineus zoekvak Sitelinks toevoegen onder de resultaten van uw "
1955
+ "zoekmachine. Voor de meerderheid van de webmasters heeft het extra zoekvak een "
1956
+ "absoluut fantastische functie, maar voor velen is het niet nodig of gewenst, "
1957
+ "vooral als een site maar een paar pagina's omvat of als de site een aangepast "
1958
+ "zoekplatform gebruikt dat alleen naar blog berichten en niet naar pagina's "
1959
+ "zoekt."
1960
+
1961
+ #: admin/pages/seo.php:190
1962
+ msgid "Disable JSON-LD sitelinks searchbox using WordPress in plugin Yoast SEO."
1963
+ msgstr ""
1964
+ "Schakel zoekbox van JSON-LD sitelinks uit met WordPress in plugin Yoast SEO."
1965
+
1966
+ #: admin/pages/seo.php:200
1967
+ msgid ""
1968
+ "Prevents output of the script tag of type application/ld+json containing\n"
1969
+ "schema.org data from the popular Yoast SEO and Yoast SEO Premium plugins.\n"
1970
+ "There is currently no UI to do so."
1971
+ msgstr ""
1972
+ "Voorkomt uitvoer van de script tag van het type applicatie/ld+json die\n"
1973
+ "schema.org gegevens bevat van de populaire Yoast SEO en Yoast SEO Premium "
1974
+ "plugins.\n"
1975
+ "Er is momenteel geen gebruikersinterface om dit te doen."
1976
+
1977
+ #: admin/pages/seo.php:202
1978
+ msgid "Disable Structured Data in plugin Yoast SEO."
1979
+ msgstr "Structured Data uitschakelen in plugin Yoast SEO."
1980
+
1981
+ #: admin/pages/seo.php:225
1982
+ #, php-format
1983
+ msgid "The Yoast SEO plugin displays a comment of the form %s in %s section"
1984
+ msgstr "De Yoast SEO plugin toont een reactie van het formulier %s in %s segment"
1985
+
1986
+ #: admin/pages/seo.php:225
1987
+ #, php-format
1988
+ msgid "Removes the Yoast SEO plugin comment of their section %s"
1989
+ msgstr "Verwijdert de Yoast SEO plugin reactie van hun segment %s"
1990
+
1991
+ #: admin/pages/widgets.php:33
1992
+ msgid "Widgets"
1993
+ msgstr "Widgets"
1994
+
1995
+ #: admin/pages/widgets.php:52
1996
+ msgid "<strong>Disable unused widgets</strong>."
1997
+ msgstr "<strong>Ongebruikte widgets uitschakelen</strong>."
1998
+
1999
+ #: admin/pages/widgets.php:52
2000
+ msgid ""
2001
+ "Some widgets, such as the Calendar or Tag Cloud, create an extra query to the "
2002
+ "database, even if they are not displayed on the website. Of course, a couple "
2003
+ "of hits to the database will not do much harm to the whole site. However, if "
2004
+ "the resource contains a huge amount of content, and the speed of its work "
2005
+ "above all else, disabling unused functionality is the first step to optimizing "
2006
+ "and accelerating it."
2007
+ msgstr ""
2008
+ "Sommige widgets, zoals de Agenda of Tag Cloud, maken een extra query naar de "
2009
+ "database, ook als deze niet op de website worden weergegeven. Natuurlijk "
2010
+ "zullen een paar hits naar de database de hele site niet veel schaden. Als de "
2011
+ "bron echter een enorme hoeveelheid inhoud bevat, en de snelheid van zijn werk "
2012
+ "boven alles, is het uitschakelen van ongebruikte functionaliteit de eerste "
2013
+ "stap om deze te optimaliseren en te versnellen."
2014
+
2015
+ #: clearfy.php:68 includes/boot.php:87
2016
+ msgid "Clearfy"
2017
+ msgstr "Clearfy"
2018
+
2019
+ #: includes/boot.php:59
2020
+ msgid "Documentation"
2021
+ msgstr ""
2022
+
2023
+ #: includes/boot.php:65
2024
+ msgid "Do you like our plugin?"
2025
+ msgstr ""
2026
+
2027
+ #: includes/boot.php:75
2028
+ msgid "Upgrade to premium"
2029
+ msgstr ""
2030
+
2031
+ #: includes/classes/class.configurate-advanced.php:219
2032
+ msgid "Howdy"
2033
+ msgstr "Howdy"
2034
+
2035
+ #: includes/classes/class.configurate-advanced.php:219
2036
+ msgid "Welcome"
2037
+ msgstr "Welkom"
2038
+
2039
+ #: includes/classes/class.configurate-performance.php:209
2040
+ msgid "REST API restricted to authenticated users."
2041
+ msgstr ""
2042
+
2043
+ #: includes/classes/class.configurate-security.php:51
2044
+ msgid "<strong>ERROR</strong>: Wrong login or password"
2045
+ msgstr "<strong>FOUT</strong>: verkeerde gebruikersnaam of wachtwoord"
2046
+
2047
+ #: includes/classes/class.licensing.php:207
2048
+ msgid "The license is deactivated."
2049
+ msgstr ""
2050
+
2051
+ #: includes/classes/class.licensing.php:225
2052
+ #: includes/classes/class.licensing.php:244
2053
+ #: includes/classes/class.licensing.php:281
2054
+ msgid "The license has been updated."
2055
+ msgstr ""
2056
+
2057
+ #: includes/classes/class.licensing.php:349
2058
+ msgid "Your license has been successfully activated."
2059
+ msgstr ""
2060
+
2061
+ #: includes/classes/class.package.php:189
2062
+ msgid "Sorry, you are not allowed to install plugins on this site."
2063
+ msgstr ""
2064
+
2065
+ #: includes/classes/class.package.php:251
2066
+ msgid ""
2067
+ "Updates are available for one of the components. Please, update your current "
2068
+ "package of components to the newest version."
2069
+ msgstr ""
2070
+
2071
+ #: includes/classes/class.package.php:254
2072
+ msgid ""
2073
+ "You’ve changed the component configuration. For the further work, please, "
2074
+ "update the current package of components!"
2075
+ msgstr ""
2076
+
2077
+ #: includes/classes/class.package.php:258
2078
+ msgid "Update now"
2079
+ msgstr ""
2080
+
2081
+ #: includes/classes/class.zip-archive.php:15
2082
+ msgid "The ZipArchive class does not exist in this version of php."
2083
+ msgstr "De ZipArchive klasse bestaat niet in deze versie van php."
2084
+
2085
+ #~ msgid ""
2086
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2087
+ #~ "installed, this plugin already has disable comments functions, so you can "
2088
+ #~ "deactivate plugin \"Webcraftic Cyrlitera\"!"
2089
+ #~ msgstr ""
2090
+ #~ "We hebben vastgesteld dat de plugin \"Clearfy - niet-gebruikte functies "
2091
+ #~ "uitschakelen\" is geïnstalleerd. Deze plugin heeft reeds de functie "
2092
+ #~ "opmerkingen uitschakelen, zodat u de plugin \"Webcraftic Cyrlitera\" kunt "
2093
+ #~ "deactiveren!"
2094
+
2095
+ #~ msgid "http://webcraftic.com"
2096
+ #~ msgstr "http://webcraftic.com"
2097
+
2098
+ #~ msgid "Webcraftic Hide login page"
2099
+ #~ msgstr "Webcartic Verberg Loginpagina"
2100
+
2101
+ #~ msgid "Webcraftic Cyrlitera"
2102
+ #~ msgstr "Webcraftic Cyrlitera"
2103
+
2104
+ #~ msgid "The rollback of new changes was successful!"
2105
+ #~ msgstr "Het terugdraaien van nieuwe wijzigingen was succesvol!"
2106
+
2107
+ #~ msgid "Rollback changes"
2108
+ #~ msgstr "Wijzigingen terugdraaien"
2109
+
2110
+ #~ msgid ""
2111
+ #~ "Allows you to restore converted URLs by using the \"Convert already created "
2112
+ #~ "posts and categories\" button. This can be useful in case of incorrect URLs "
2113
+ #~ "or incorrect transliteration of some characters. You can roll back changes "
2114
+ #~ "and advance the character sets above to correct the plugin's work. "
2115
+ #~ msgstr ""
2116
+ #~ "Hiermee kunt u geconverteerde URL's herstellen met behulp van de knop "
2117
+ #~ "\"Bestaande berichten en categorieën converteren\". Dit kan handig zijn in "
2118
+ #~ "het geval van onjuiste URL's of onjuiste transliteratie van sommige tekens. "
2119
+ #~ "U kunt wijzigingen terugdraaien en de tekensets hierboven verbeteren om het "
2120
+ #~ "werk van de plugin te corrigeren."
2121
+
2122
+ #~ msgid "Url of old posts, pages,terms,tags successfully converted into Latin!"
2123
+ #~ msgstr ""
2124
+ #~ "Url van oude berichten, pagina's, voorwaarden, tags omgezet in Latijn!"
2125
+
2126
+ #~ msgid "Convert already created posts and categories"
2127
+ #~ msgstr "Converteer eerder gemaakte berichten en categorieën"
2128
+
2129
+ #~ msgid ""
2130
+ #~ "If at the time of the plugin installation you already had posts, pages, "
2131
+ #~ "tags and categories, click on this button and the plugin will automatically "
2132
+ #~ "convert URLs into Latin. Attention! Previously uploaded files will not be "
2133
+ #~ "converted."
2134
+ #~ msgstr ""
2135
+ #~ "Als u tijdens de installatie van de plugin al berichten, pagina's, tags en "
2136
+ #~ "categorieën had, klik dan op deze knop en de plugin converteert URL's "
2137
+ #~ "automatisch naar Latijn. Aandacht! Eerder geüploade bestanden worden niet "
2138
+ #~ "geconverteerd."
2139
+
2140
+ #~ msgid ""
2141
+ #~ "You can supplement current base of transliteration characters. Write pairs "
2142
+ #~ "of values separated by commas. Example:"
2143
+ #~ msgstr ""
2144
+ #~ "U kunt de huidige basis van transliteratie tekens aanvullen. Schrijf paren "
2145
+ #~ "van waardes gescheiden door komma's. Voorbeeld:"
2146
+
2147
+ #~ msgid ""
2148
+ #~ "If at the time of the plugin installation you had pages with unconverted "
2149
+ #~ "links, use this option to redirect users from old to new URLs with the "
2150
+ #~ "Latin alphabet."
2151
+ #~ msgstr ""
2152
+ #~ "Als u op het moment van de installatie van de plugin pagina's had met niet-"
2153
+ #~ "geconverteerde links, gebruikt u deze optie om gebruikers om te leiden van "
2154
+ #~ "oude naar nieuwe URL's met het Latijnse alfabet."
2155
+
2156
+ #~ msgid ""
2157
+ #~ "This function works only for new upload files. Example: File_Name.jpg -> "
2158
+ #~ "file_name.jpg"
2159
+ #~ msgstr ""
2160
+ #~ "Deze functie werkt alleen voor nieuwe uploadbestanden. Voorbeeld: File_Name."
2161
+ #~ "jpg -> file_name.jpg"
2162
+
2163
+ #~ msgid ""
2164
+ #~ "If any of your plugins affects transliteration of links and file names, you "
2165
+ #~ "can use this option to change the plugin of %s to overwrite the changes of "
2166
+ #~ "the other plugins."
2167
+ #~ msgstr ""
2168
+ #~ "Als één van uw plugins de transliteratie van koppelingen en bestandsnamen "
2169
+ #~ "beïnvloedt, kunt u deze optie gebruiken om de plugin van %s te wijzigen om "
2170
+ #~ "de wijzigingen van de andere plugins te overschrijven."
2171
+
2172
+ #~ msgid ""
2173
+ #~ "If you enable this option, all URLs of new pages, posts, tags, and "
2174
+ #~ "categories will automatically be converted to Latin."
2175
+ #~ msgstr ""
2176
+ #~ "Als u deze optie inschakelt, worden alle URL's van nieuwe pagina's, "
2177
+ #~ "berichten, tags en categorieën automatisch geconverteerd naar het Latijn."
2178
+
2179
+ #~ msgid "Character Sets"
2180
+ #~ msgstr "Tekensets"
2181
+
2182
+ #~ msgid "Redirection old URLs to new ones"
2183
+ #~ msgstr "Redirect oude URL's naar nieuwe"
2184
+
2185
+ #~ msgid "Convert file names into lowercase"
2186
+ #~ msgstr "Bestandsnamen converteren naar kleine letters"
2187
+
2188
+ #~ msgid "Force transliteration"
2189
+ #~ msgstr "Forceer transliteratie"
2190
+
2191
+ #~ msgid "Once Monthly"
2192
+ #~ msgstr "Eénmaal per maand"
2193
+
2194
+ #~ msgid "Twice Monthly"
2195
+ #~ msgstr "Tweemaal per maand"
2196
+
2197
+ #~ msgid "Once Weekly"
2198
+ #~ msgstr "Eénmaal per week"
2199
+
2200
+ #~ msgid ""
2201
+ #~ "This page, you can enable or disable automatic updates. To test the "
2202
+ #~ "automatic updates, click the \"Advanced\" tab."
2203
+ #~ msgstr ""
2204
+ #~ "Op deze pagina kunt u automatische updates in- of uitschakelen. Klik op het "
2205
+ #~ "tabblad 'Geavanceerd' om de automatische updates te testen."
2206
+
2207
+ #~ msgid "General settings for WordPress, plugins and themes updates"
2208
+ #~ msgstr "Algemene instellingen voor WordPress, plugins en thema updates"
2209
+
2210
+ #~ msgid "Plugins list"
2211
+ #~ msgstr "Lijst met plugins"
2212
+
2213
+ #~ msgid ""
2214
+ #~ "If you do not want to deactivate the plugin %s for some reason, we strongly "
2215
+ #~ "recommend do not use the same plugins' functions at the same time!"
2216
+ #~ msgstr ""
2217
+ #~ "Als u de plugin %s, om eender welke reden niet wilt deactiveren, raden wij "
2218
+ #~ "u ten zeerste aan om niet dezelfde plugin functies tegelijkertijd te "
2219
+ #~ "gebruiken!"
2220
+
2221
+ #~ msgid ""
2222
+ #~ "We found that you have the plugin %s installed. The functions of this "
2223
+ #~ "plugin already exist in %s. Please deactivate plugin %s to avoid conflicts "
2224
+ #~ "between plugins' functions."
2225
+ #~ msgstr ""
2226
+ #~ "We hebben geconstateerd dat de plugin %s is geïnstalleerd. De functies van "
2227
+ #~ "deze plugin bestaan ​​al in %s. Deactiveer plugin %s om conflicten tussen de "
2228
+ #~ "functies van de plugins te voorkomen."
2229
+
2230
+ #~ msgid ""
2231
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2232
+ #~ "installed, this plugin already has disable comments functions, so you can "
2233
+ #~ "deactivate plugin \"Hide Login Page\"!"
2234
+ #~ msgstr ""
2235
+ #~ "We hebben vastgesteld dat de plugin \"Clearfy - niet-gebruikte functies "
2236
+ #~ "uitschakelen\" is geïnstalleerd, deze plugin heeft al de functie "
2237
+ #~ "\"opmerkingen uitschakelen\", zodat u de plugin \"Aanmeldingspagina "
2238
+ #~ "verbergen\" kunt deactiveren!"
2239
+
2240
+ #~ msgid "Transliteration"
2241
+ #~ msgstr "Transliteratie"
2242
+
2243
+ #~ msgid ""
2244
+ #~ "This option works only for new media library files. All Cyrillic names of "
2245
+ #~ "the downloaded files will be converted to names with Latin characters."
2246
+ #~ msgstr ""
2247
+ #~ "Deze optie werkt alleen voor nieuwe mediabibliotheek bestanden. Alle "
2248
+ #~ "Cyrillische namen van de gedownloade bestanden worden geconverteerd naar "
2249
+ #~ "namen met Latijnse tekens."
2250
+
2251
+ #~ msgid ""
2252
+ #~ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to "
2253
+ #~ "the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
2254
+ #~ "languages. Example: http://site.dev/последние-новости -> http://site.dev/"
2255
+ #~ "poslednie-novosti"
2256
+ #~ msgstr ""
2257
+ #~ "Converteert Cyrillische permalinks van post, pagina's, taxonomieën en "
2258
+ #~ "mediabestanden naar het Latijnse alfabet. Ondersteunt Russische, "
2259
+ #~ "Oekraïense, Georgische, Bulgaarse talen. Voorbeeld: http://site.dev/"
2260
+ #~ "последнивости -> http://site.dev/poslednie-novosti"
2261
+
2262
+ #~ msgid "Transliteration of Cyrillic alphabet."
2263
+ #~ msgstr "Transliteratie van Cyrillische alfabet."
2264
+
2265
+ #~ msgid "Convert file names"
2266
+ #~ msgstr "Bestandsnamen converteren"
2267
+
2268
+ #~ msgid "Use transliteration"
2269
+ #~ msgstr "Gebruik transliteratie"
2270
+
2271
+ #~ msgid ""
2272
+ #~ "These functions can be useful for global disabling comments or bulk "
2273
+ #~ "cleaning spam comments."
2274
+ #~ msgstr ""
2275
+ #~ "Deze functies kunnen handig zijn voor algemene uitschakeling van "
2276
+ #~ "opmerkingen of voor het opschonen van spam-reacties."
2277
+
2278
+ #~ msgid "Comments clearing tools"
2279
+ #~ msgstr "Opmerkingen wissen tools"
2280
+
2281
+ #~ msgid ""
2282
+ #~ "These settings will help you improve SEO and reduce the amount of spam."
2283
+ #~ msgstr ""
2284
+ #~ "Met deze instellingen kunt u de SEO verbeteren en de hoeveelheid spam "
2285
+ #~ "verminderen."
2286
+
2287
+ #~ msgid "General settings for comments"
2288
+ #~ msgstr "Algemene instellingen voor reacties"
2289
+
2290
+ #~ msgid ""
2291
+ #~ "What is the difference between these and native WordPress functions? "
2292
+ #~ "WordPress disables comments only for new posts! Using the functions below, "
2293
+ #~ "you can disable comments globally, even for old posts, and you can choose "
2294
+ #~ "which post types comments to disable. The plugin also disables the comment "
2295
+ #~ "functionality itself, which creates a certain load on the site."
2296
+ #~ msgstr ""
2297
+ #~ "Wat is het verschil tussen deze en native WordPress-functies? WordPress "
2298
+ #~ "schakelt alleen reacties uit voor nieuwe berichten! Met behulp van de "
2299
+ #~ "onderstaande functies kunt u opmerkingen globaal uitschakelen, zelfs voor "
2300
+ #~ "oude berichten, en kunt u kiezen welk bericht een opmerking is om uit te "
2301
+ #~ "schakelen. De plugin schakelt ook de commentaar functionaliteit zelf uit, "
2302
+ #~ "die de site op één of andere manier belast."
2303
+
2304
+ #~ msgid "Global disabling of comments"
2305
+ #~ msgstr "Algemene uitschakeling van reacties"
2306
+
2307
+ #~ msgid ""
2308
+ #~ "There is a button in the adminbar called \"Script Manager\". If you click "
2309
+ #~ "on it you will see a list of loaded scripts, styles and fonts on the "
2310
+ #~ "current page of your site. If you think that one of the assets is "
2311
+ #~ "superfluous on this page, you can disable it individually, so that it does "
2312
+ #~ "not create unnecessary queries when page loading. Use the script manager "
2313
+ #~ "very carefull to non-corrupt your website. We recommend to test this "
2314
+ #~ "function at a local server."
2315
+ #~ msgstr ""
2316
+ #~ "Er is een knop in de beheerbalk genaamd 'Script Manager'. Als u erop klikt, "
2317
+ #~ "ziet u een lijst met geladen scripts, stijlen en lettertypen op de huidige "
2318
+ #~ "pagina van uw site. Als u denkt dat een van de items op deze pagina "
2319
+ #~ "overbodig is, kunt u deze afzonderlijk uitschakelen, zodat er geen onnodige "
2320
+ #~ "query's ontstaan ​​wanneer de pagina wordt geladen. Gebruik de script manager "
2321
+ #~ "heel voorzichtig om uw website niet te beschadigen. We raden aan om deze "
2322
+ #~ "functie bij een lokale server te testen."
2323
+
2324
+ #~ msgid "Disable unused scripts, styles, and fonts"
2325
+ #~ msgstr "Ongebruikte scripts, stijlen en lettertypen uitschakelen"
2326
+
2327
+ #~ msgid "Support multi-byte UTF-8 encoding (if you see odd characters)"
2328
+ #~ msgstr ""
2329
+ #~ "Ondersteuning voor multi-byte UTF-8 codering (als u vreemde tekens ziet)"
2330
+
2331
+ #~ msgid "Remove schemes (HTTP: and HTTPS:) from all URLs"
2332
+ #~ msgstr "Verwijder schema's (HTTP: en HTTPS:) van alle URL's"
2333
+
2334
+ #~ msgid "Remove relative domain from internal URLs"
2335
+ #~ msgstr "Verwijder relatief domein uit interne URL's"
2336
+
2337
+ #~ msgid "Remove XHTML closing tags from HTML5 void elements"
2338
+ #~ msgstr "Verwijder XHTML sluitingstags uit ongeldige HTML5 elementen"
2339
+
2340
+ #~ msgid "Remove HTML, JavaScript and CSS comments"
2341
+ #~ msgstr "Verwijder HTML, JavaScript en CSS reacties"
2342
+
2343
+ #~ msgid "Minify inline JavaScript"
2344
+ #~ msgstr "Verklein inline JavaScript"
2345
+
2346
+ #~ msgid ""
2347
+ #~ "Ever look at the HTML markup of your website and notice how sloppy and "
2348
+ #~ "amateurish it looks? The Minify HTML options cleans up sloppy looking "
2349
+ #~ "markup and minifies, which also speeds up download time."
2350
+ #~ msgstr ""
2351
+ #~ "Ooit al naar de HTML opmaak van uw website gekeken en gezien hoe slordig en "
2352
+ #~ "amateuristisch het eruit ziet? De verklein HTML opties gaan slordige opmaak "
2353
+ #~ "opkuisen en verkleinen, wat ook de downloadtijd versnelt."
2354
+
2355
+ #~ msgid ""
2356
+ #~ "<strong>Make your website’s markup look professional by using Minify HTML "
2357
+ #~ "options</strong>."
2358
+ #~ msgstr ""
2359
+ #~ "<strong>Zorg dat de opmaak van uw website er professioneler uitziet door "
2360
+ #~ "HTML opties voor verkleinen te gebruiken</strong>."
2361
+
2362
+ #~ msgid "Html Minify"
2363
+ #~ msgstr "Verklein HTML"
2364
+
2365
+ #~ msgid ""
2366
+ #~ "Clearfy creates a cron job to daily update Google Analytics cache scripts. "
2367
+ #~ "After enabling this option, the plugin will not update Google Analytics "
2368
+ #~ "cache file. Do not use this option if you do not understand why you need it!"
2369
+ #~ msgstr ""
2370
+ #~ "Clearfy maakt een cron-taak om dagelijks de cache scripts van Google "
2371
+ #~ "Analytics bij te werken. Nadat u deze optie hebt ingeschakeld, werkt de "
2372
+ #~ "plugin het cache bestand van Google Analytics niet bij. Gebruik deze optie "
2373
+ #~ "niet als u niet begrijpt waarom u het nodig hebt!"
2374
+
2375
+ #~ msgid ""
2376
+ #~ "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
2377
+ #~ msgstr ""
2378
+ #~ "Gebruik <a href=\"%s\">Anoniem maken van IP?</a> (Wettelijk vereist voor "
2379
+ #~ "sommige landen)"
2380
+
2381
+ #~ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
2382
+ #~ msgstr "Alle <a href=\"%s\">van weergave functies uitschakelen?</a>"
2383
+
2384
+ #~ msgid ""
2385
+ #~ "By default, Google Analytics code is loaded before other scripts and "
2386
+ #~ "javasscript code, but if you set the value to 100, the GA code will be "
2387
+ #~ "loaded after all other scripts. By changing the priority, you can set code "
2388
+ #~ "position on the page."
2389
+ #~ msgstr ""
2390
+ #~ "Standaard wordt de Google Analytics code geladen voor andere scripts en "
2391
+ #~ "javasscript code, maar als u de waarde instelt op 100, wordt de GA code "
2392
+ #~ "geladen na alle andere scripts. Door de prioriteit te wijzigen, kunt u de "
2393
+ #~ "codepositie op de pagina instellen."
2394
+
2395
+ #~ msgid ""
2396
+ #~ "Essentially, you set up an event which is triggered after a user spends a "
2397
+ #~ "certain amount of time on the landing page, telling Google Analytics not to "
2398
+ #~ "count these users as bounces. A user may come to your website, find all of "
2399
+ #~ "the information they need (a phone number, for example) and then leave the "
2400
+ #~ "site without visiting another page. Without adjusted bounce rate, such a "
2401
+ #~ "user would be considered a bounce, even though they had a successful "
2402
+ #~ "experience. By defining a time limit after which you can consider a user to "
2403
+ #~ "be \"engaged,\" that user would no longer count as a bounce, and you'd get "
2404
+ #~ "a more accurate idea of whether they found what they were looking for."
2405
+ #~ msgstr ""
2406
+ #~ "In essentie stelt u een gebeurtenis in die wordt geactiveerd nadat een "
2407
+ #~ "gebruiker een bepaalde hoeveelheid tijd op de bestemmingspagina heeft "
2408
+ #~ "doorgebracht, waarmee u Google Analytics vertelt om deze gebruikers niet "
2409
+ #~ "als bounces te tellen. Een gebruiker kan naar uw website komen, alle "
2410
+ #~ "benodigde informatie vinden (bijvoorbeeld een telefoonnummer) en vervolgens "
2411
+ #~ "de website verlaten zonder een andere pagina te bezoeken. Zonder aangepast "
2412
+ #~ "bounce percentage zou een dergelijke gebruiker als een bounce worden "
2413
+ #~ "beschouwd, ook al hadden ze een succesvolle ervaring. Door een tijdslimiet "
2414
+ #~ "te definiëren waarna u kunt concluderen dat een gebruiker \"geëngageerd\" "
2415
+ #~ "is, telt die gebruiker niet mee als een bounce en krijgt u een beter beeld "
2416
+ #~ "van het feit of ze hebben gevonden waarnaar ze op zoek waren."
2417
+
2418
+ #~ msgid "Select location for the Google Analytics code."
2419
+ #~ msgstr "Selecteer een locatie voor de Google Analytics code."
2420
+
2421
+ #~ msgid "Save GA in"
2422
+ #~ msgstr "Bewaar GA in"
2423
+
2424
+ #~ msgid "Set the Google Analytics tracking code."
2425
+ #~ msgstr "Stel de Google Analytics tracking code in."
2426
+
2427
+ #~ msgid ""
2428
+ #~ "ATTENTION! Before using this option, remove the previously installed Google "
2429
+ #~ "Analytics code inside your theme or plugins associated with this feature!"
2430
+ #~ msgstr ""
2431
+ #~ "AANDACHT! Voordat u deze optie gebruikt, verwijdert u de eerder "
2432
+ #~ "geïnstalleerde Google Analytics code in uw thema of plugins die aan deze "
2433
+ #~ "functie zijn gekoppeld!"
2434
+
2435
+ #~ msgid ""
2436
+ #~ "If you enable this option, the plugin will begin to save a local copy of "
2437
+ #~ "Google Analytics to speed up the loading of your website and improve Google "
2438
+ #~ "Page Speed."
2439
+ #~ msgstr ""
2440
+ #~ "Als u deze optie inschakelt, zal de plugin beginnen met het opslaan van een "
2441
+ #~ "lokale kopie van Google Analytics om het laden van uw website te versnellen "
2442
+ #~ "en de Google Page Speed ​​te verbeteren."
2443
+
2444
+ #~ msgid ""
2445
+ #~ "To improve Google Page Speed indicators Analytics caching is needed. "
2446
+ #~ "However, it can also slightly increase your website loading speed, because "
2447
+ #~ "Analytics js files will load locally. The second case that you might need "
2448
+ #~ "these settings is the usual Google Analytics connection to your website. "
2449
+ #~ "You do not need to do this with other plugins or insert the tracking code "
2450
+ #~ "into your theme."
2451
+ #~ msgstr ""
2452
+ #~ "Om de pagina snelheid indicatoren van Google te verbeteren, is caching in "
2453
+ #~ "Analytics nodig. Het kan echter ook de laadsnelheid van uw website "
2454
+ #~ "enigszins verhogen, omdat de Analytics js bestanden lokaal worden geladen. "
2455
+ #~ "Het tweede geval waarvoor u deze instellingen nodig heeft, is de "
2456
+ #~ "gebruikelijke Google Analytics verbinding met uw website. U hoeft dit niet "
2457
+ #~ "met andere plugins te doen of de tracking code in uw thema in te voegen."
2458
+
2459
+ #~ msgid "<strong>Google Analytics cache</strong>."
2460
+ #~ msgstr "<strong>Google Analytics cache</strong>."
2461
+
2462
+ #~ msgid "Set a new login page name without slash. Example: mysecretlogin"
2463
+ #~ msgstr ""
2464
+ #~ "Stel een nieuwe login pagina naam in zonder schuine streep. Voorbeeld: "
2465
+ #~ "mysecretlogin"
2466
+
2467
+ #~ msgid ""
2468
+ #~ "Use this option carefully! If you forget the new login page address, you "
2469
+ #~ "can not get into the admin panel."
2470
+ #~ msgstr ""
2471
+ #~ "Gebruik deze optie voorzichtig! Als u het nieuwe inlog pagina adres "
2472
+ #~ "vergeet, geraakt u niet in het admin paneel."
2473
+
2474
+ #~ msgid "Hides the wp-login.php and wp-signup.php pages."
2475
+ #~ msgstr "Verbergt de pagina's wp-login.php en wp-signup.php."
2476
+
2477
+ #~ msgid ""
2478
+ #~ "Hides the /wp-admin directory for unauthorized users. If the option is "
2479
+ #~ "disabled, when you request the page /wp-admin you will be redirected to the "
2480
+ #~ "login page, even if you changed its address. Therefore, for protection "
2481
+ #~ "purposes enable this option."
2482
+ #~ msgstr ""
2483
+ #~ "Verbergt de /wp-admin directory voor ongeautoriseerde gebruikers. Als de "
2484
+ #~ "optie uitgeschakeld is, wordt u bij het opvragen van de pagina /wp-admin "
2485
+ #~ "omgeleid naar de login pagina, zelfs als u het adres hebt gewijzigd. Daarom "
2486
+ #~ "schakelt u deze optie best in voor beschermingsdoeleinden."
2487
+
2488
+ #~ msgid ""
2489
+ #~ "Dozens of bots attack your login page at /wp-login.php and /wp-admin/daily. "
2490
+ #~ "Bruteforce and want to access your admin panel. Even if you're sure that "
2491
+ #~ "you have created a complex and reliable password, this does not guarantee "
2492
+ #~ "security and does not relieve your login page load. The easiest way is to "
2493
+ #~ "protect the login page by simply changing its address to your own and "
2494
+ #~ "unique."
2495
+ #~ msgstr ""
2496
+ #~ "Tientallen bots vallen dagelijks uw inlog pagina aan op /wp-login.php en /"
2497
+ #~ "wp-admin/. Met brute kracht willen ze toegang tot uw admin dashboard "
2498
+ #~ "verkrijgen. Zelfs als je zeker weet dat je een complex en betrouwbaar "
2499
+ #~ "wachtwoord hebt aangemaakt, is dit geen garantie voor de beveiliging en "
2500
+ #~ "wordt het opladen van je inlogpagina daardoor niet lichter. De eenvoudigste "
2501
+ #~ "manier om de inlogpagina te beveiligen is door gewoonweg het adres te "
2502
+ #~ "wijzigen in een eigen en uniek adres."
2503
+
2504
+ #~ msgid "<strong>Protect your admin login</strong>."
2505
+ #~ msgstr "<sterk>Bescherm uw admin login</strong>."
2506
+
2507
+ #~ msgid ""
2508
+ #~ "The entered login page name is already used for one of your pages. Try to "
2509
+ #~ "choose a different login page name!"
2510
+ #~ msgstr ""
2511
+ #~ "De ingevoerde inlog pagina naam wordt al gebruikt voor een van uw pagina's. "
2512
+ #~ "Kies een andere inlog pagina naam!"
2513
+
2514
+ #~ msgid ""
2515
+ #~ "You entered an incorrect part of the path to your login page. The path to "
2516
+ #~ "the login page can not consist only of digits, at least 3 characters, you "
2517
+ #~ "must use only the characters [0-9A-z_-]!"
2518
+ #~ msgstr ""
2519
+ #~ "U hebt een onjuist gedeelte van het pad naar uw login pagina ingevoerd. Het "
2520
+ #~ "pad naar de login pagina kan niet enkel ​​uit cijfers bestaan. Minstens 3 "
2521
+ #~ "tekens zijn vereist, u mag alleen de tekens [0-9A-z_-] gebruiken!"
2522
+
2523
+ #~ msgid "[%s] Your New WP Login!"
2524
+ #~ msgstr "[%s] Uw Nieuwe WP Login!"
2525
+
2526
+ #~ msgid ""
2527
+ #~ "Best Regards,\n"
2528
+ #~ "%s"
2529
+ #~ msgstr ""
2530
+ #~ "Met vriendelijke groeten, \n"
2531
+ #~ " %s"
2532
+
2533
+ #~ msgid ""
2534
+ #~ "If unable to access the login/admin section anymore, use the Recovery Link "
2535
+ #~ "which reset links to default: \n"
2536
+ #~ "%s"
2537
+ #~ msgstr ""
2538
+ #~ "Als u geen toegang meer hebt tot het login/admin gedeelte, gebruikt u de "
2539
+ #~ "Herstel koppeling die de links reset naar de standaard instellingen:\n"
2540
+ #~ "%s"
2541
+
2542
+ #~ msgid "IMPORTANT! Be sure that you wrote down the new login page address"
2543
+ #~ msgstr ""
2544
+ #~ "BELANGRIJK! Zorg ervoor dat u het nieuwe adres van uw inlogpagina hebt "
2545
+ #~ "genoteerd"
2546
+
2547
+ #~ msgid ""
2548
+ #~ "Hi,\n"
2549
+ #~ "This is %s plugin. Here is your new WordPress login address:\n"
2550
+ #~ "URL: %s"
2551
+ #~ msgstr ""
2552
+ #~ "Hallo,\n"
2553
+ #~ "Dit is %s plugin. Hier is je nieuwe WordPress login adres:\n"
2554
+ #~ "URL: %s"
2555
+
2556
+ #~ msgid ""
2557
+ #~ "We found that you are use the (%s) plugin. Please do not use its wp-login."
2558
+ #~ "php page address change and the same feature in the Clearfy plugin, to "
2559
+ #~ "avoid conflicts."
2560
+ #~ msgstr ""
2561
+ #~ "We hebben geconstateerd dat u de plugin (%s) gebruikt. Gebruik hiervan de "
2562
+ #~ "wp-login.php pagina adreswijziging niet gelijktijdig met dezelfde functie "
2563
+ #~ "in de Clearfy plugin, om conflicten te voorkomen."
2564
+
2565
+ #~ msgid ""
2566
+ #~ "We found that you are use the (%s) plugin to change wp-login.php page "
2567
+ #~ "address. Please delete it, because Clearfy already contains these functions "
2568
+ #~ "and you do not need to use two plugins. If you do not want to remove (%s) "
2569
+ #~ "plugin for some reason, please do not use wp-login.php page address change "
2570
+ #~ "feature in the Clearfy plugin, to avoid conflicts."
2571
+ #~ msgstr ""
2572
+ #~ "We hebben geconstateerd dat u de plugin (%s) gebruikt om het pagina adres "
2573
+ #~ "wp-login.php te wijzigen. Verwijder het alsjeblieft, want Clearfy bevat "
2574
+ #~ "deze functies reeds en je hoeft geen twee soortgelijke plugins te "
2575
+ #~ "gebruiken. Als u de (%s) plugin om de één of andere reden niet wilt "
2576
+ #~ "verwijderen, gebruik dan geen wp-login.php pagina adreswijziging in de "
2577
+ #~ "Clearfy plugin om conflicten te voorkomen."
2578
+
2579
+ #~ msgid "<strong>Hide WordPress plugins versions</strong>."
2580
+ #~ msgstr "<strong>verberg WordPress plugins versies</strong>."
2581
+
2582
+ #~ msgid "Code privacy"
2583
+ #~ msgstr "Code privacy"
2584
+
2585
+ #~ msgid "New login page"
2586
+ #~ msgstr "Nieuwe login pagina"
2587
+
2588
+ #~ msgid "Hide Login Page"
2589
+ #~ msgstr "Inlogpagina verbergen"
2590
+
2591
+ #~ msgid "Hide wp-admin"
2592
+ #~ msgstr "Verberg wp-admin"
2593
+
2594
+ #~ msgid "Remove script from wp-cron?"
2595
+ #~ msgstr "Verwijder script van wp-cron?"
2596
+
2597
+ #~ msgid "Track logged in Administrators?"
2598
+ #~ msgstr "Track ingelogde Beheerders?"
2599
+
2600
+ #~ msgid "Use Anonymize IP? (Required by law for some countries)"
2601
+ #~ msgstr "Gebruik anonimiseren IP? (Voor sommige landen wettelijk verplicht)"
2602
+
2603
+ #~ msgid "Disable all display features functionality?"
2604
+ #~ msgstr "Alle weergave functionaliteit uitschakelen?"
2605
+
2606
+ #~ msgid "Change enqueue order?"
2607
+ #~ msgstr "Enqueue volgorde wijzigen?"
2608
+
2609
+ #~ msgid "Use adjusted bounce rate?"
2610
+ #~ msgstr "Aangepast bounce percentage gebruiken?"
2611
+
2612
+ #~ msgid "Google analytic Code"
2613
+ #~ msgstr "Google analytics Code"
2614
+
2615
+ #~ msgid "Google analytic cache"
2616
+ #~ msgstr "Google analytics cache"
2617
+
2618
+ #~ msgid ""
2619
+ #~ "With the new Clearfy version, you can use the hide login page function. "
2620
+ #~ "Nobody will know the address of your login page, which means there will be "
2621
+ #~ "no password bruteforce and the attempts of your website hack will decrease."
2622
+ #~ msgstr ""
2623
+ #~ "Met de nieuwe Clearfy versie kunt u de functie loginpagina verbergen "
2624
+ #~ "gebruiken. Niemand zal het adres kennen van uw inlogpagina, wat betekent "
2625
+ #~ "dat er geen wachtwoorden met brute kracht gebruikt zullen worden en dat de "
2626
+ #~ "pogingen om uw website te hacken zullen verminderen."
2627
+
2628
+ #~ msgid "Login page protection added"
2629
+ #~ msgstr "Bescherming toegevoegd aan Login pagina"
2630
+
2631
+ #~ msgid ""
2632
+ #~ "Asynchronous Google fonts loading, Google Analytics optimization, disabling "
2633
+ #~ "Google Fonts and Maps, disabling of gravatars, Font Awesome icons was added."
2634
+ #~ msgstr ""
2635
+ #~ "Asynchrone Google lettertypes worden geladen, Google Analytics "
2636
+ #~ "optimalisatie, Google lettertypes en -kaarten uitgeschakeld, gravatars "
2637
+ #~ "uitgeschakeld, pictogrammen voor lettertypes toegevoegd."
2638
+
2639
+ #~ msgid "The section \"Code cleaning\" was renamed"
2640
+ #~ msgstr "Het gedeelte \"Code opschonen\" is hernoemd"
2641
+
2642
+ #~ msgid ""
2643
+ #~ "There are new optimization and protection features in the plugin. We "
2644
+ #~ "recommend you to look at them maybe they will be useful!"
2645
+ #~ msgstr ""
2646
+ #~ "Er zijn nieuwe optimalisatie- en beveiligingsfuncties in de plugin. We "
2647
+ #~ "raden je aan om ze te bekijken, mogelijks zijn ze nuttig!"
2648
+
2649
+ #~ msgid "Webcraftic Clearfy – WordPress optimization plugin"
2650
+ #~ msgstr "Webcraftic Clearfy – WordPress optimalisatie plugin"
2651
+
2652
+ #~ msgid "Restore notice"
2653
+ #~ msgstr "Herstel mededelingen"
2654
+
2655
+ #~ msgid "You can remove only trashed comments from the database with one click."
2656
+ #~ msgstr ""
2657
+ #~ "U kunt met één klik enkel de reacties in de vuilbak uit de database "
2658
+ #~ "verwijderen."
2659
+
2660
+ #~ msgid "Remove trashed comments"
2661
+ #~ msgstr "Verwijder reacties uit vuilbak"
2662
+
2663
+ #~ msgid ""
2664
+ #~ "You can remove only unapproved comments from the database with one click."
2665
+ #~ msgstr ""
2666
+ #~ "U kunt met één klik enkel niet-goedgekeurde reacties uit de database "
2667
+ #~ "verwijderen."
2668
+
2669
+ #~ msgid "Remove unapproved comments"
2670
+ #~ msgstr "Verwijder niet-goedgekeurde reacties"
2671
+
2672
+ #~ msgid "You can remove only spam comments from the database with one click."
2673
+ #~ msgstr ""
2674
+ #~ "U kunt met één muisklik enkel spam reacties uit de database verwijderen."
2675
+
2676
+ #~ msgid "Remove spam comments"
2677
+ #~ msgstr "Verwijder spam reacties"
2678
+
2679
+ #~ msgid "Delete (%d)"
2680
+ #~ msgstr "Verwijderen (%d)"
2681
+
2682
+ #~ msgid "Delete Woocommerce order notices? (%d)"
2683
+ #~ msgstr "Woocommerce ordermeldingen verwijderen? (%d)"
2684
+
2685
+ #~ msgid "Select all"
2686
+ #~ msgstr "Selecteer alles"
2687
+
2688
+ #~ msgid "Choose post types"
2689
+ #~ msgstr "Kies bericht types"
2690
+
2691
+ #~ msgid "You can delete all comments in your database with one click."
2692
+ #~ msgstr "U kunt alle reacties in uw database met één klik verwijderen."
2693
+
2694
+ #~ msgid "Remove all comments"
2695
+ #~ msgstr "Verwijder alle reacties"
2696
+
2697
+ #~ msgid ""
2698
+ #~ "Are you sure you want to delete comments from the database without "
2699
+ #~ "restoring?"
2700
+ #~ msgstr ""
2701
+ #~ "Weet je zeker dat je reacties uit de database wilt verwijderen zonder te "
2702
+ #~ "herstellen?"
2703
+
2704
+ #~ msgid "Comments cleaner"
2705
+ #~ msgstr "Reacties opkuisen"
2706
+
2707
+ #~ msgid "Welcome to Clearfy (%s)"
2708
+ #~ msgstr "Welkom bij Clearfy (%s)"
2709
+
2710
+ #~ msgid ""
2711
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2712
+ #~ "installed, this plugin already has disable comments functions, so you can "
2713
+ #~ "deactivate plugin \"Disable comments\"!"
2714
+ #~ msgstr ""
2715
+ #~ "We hebben geconstateerd dat de plugin \"Clearfy - uitschakelen ongebruikte "
2716
+ #~ "functies\" is geïnstalleerd, deze plugin heeft al de functie voor het "
2717
+ #~ "uitschakelen van reacties, dus u kunt de plugin \"Uitschakelen Reacties\" "
2718
+ #~ "deactiveren!"
2719
+
2720
+ #~ msgid "Add new"
2721
+ #~ msgstr "Nieuw toevoegen"
2722
+
2723
+ #~ msgid ""
2724
+ #~ "This plugin allows you to hide the update WordPress reminder from all users "
2725
+ #~ "that are not assumed Administrators (cannot upgrade plugins).\n"
2726
+ #~ "\n"
2727
+ #~ "If you have multiple users then this means those who are not admins don’t "
2728
+ #~ "need to see the message. Useful for CMS based sites, so the client doesn’t "
2729
+ #~ "see the notice."
2730
+ #~ msgstr ""
2731
+ #~ "Met deze plugin kunt u de herinnering update WordPress verbergen voor alle "
2732
+ #~ "gebruikers die niet worden verondersteld beheerders te zijn (kan geen "
2733
+ #~ "plugins upgraden)."
2734
+
2735
+ #~ msgid "Select"
2736
+ #~ msgstr "Selecteer"
2737
+
2738
+ #~ msgid "Description"
2739
+ #~ msgstr "Beschrijving"
2740
+
2741
+ #~ msgid "Plugin"
2742
+ #~ msgstr "Plugin"
2743
+
2744
+ #~ msgid "Apply"
2745
+ #~ msgstr "Toepassen"
2746
+
2747
+ #~ msgid "Enable auto-updates"
2748
+ #~ msgstr "Schakel auto-updates in"
2749
+
2750
+ #~ msgid "Enable updates"
2751
+ #~ msgstr "Schakel updates in"
2752
+
2753
+ #~ msgid "Bulk actions"
2754
+ #~ msgstr "Bulk acties"
2755
+
2756
+ #~ msgid ""
2757
+ #~ "- To disable updates individually choose the “Manual or automatic plugin "
2758
+ #~ "updates” option then save settings and comeback to this page."
2759
+ #~ msgstr ""
2760
+ #~ "- Om updates afzonderlijk uit te schakelen, kiest u de optie \"Handmatige "
2761
+ #~ "of automatische plugin updates\", slaat u vervolgens de instellingen op en "
2762
+ #~ "keert u terug naar deze pagina."
2763
+
2764
+ #~ msgid ""
2765
+ #~ "This page you can individually disable plugin updates and auto updates."
2766
+ #~ msgstr ""
2767
+ #~ "Op deze pagina kunt u plugin updates en automatische updates individueel "
2768
+ #~ "uitschakelen."
2769
+
2770
+ #~ msgid "Plugins"
2771
+ #~ msgstr "Plugins"
2772
+
2773
+ #~ msgid "Force update"
2774
+ #~ msgstr "Forceer update"
2775
+
2776
+ #~ msgid ""
2777
+ #~ "This will attempt to force automatic updates. This is useful for debugging."
2778
+ #~ msgstr ""
2779
+ #~ "Hiermee wordt geprobeerd automatische updates te forceren. Dit is handig om "
2780
+ #~ "fouten op te sporen."
2781
+
2782
+ #~ msgid "Force Automatic Updates"
2783
+ #~ msgstr "Forceer Automatische Updates"
2784
+
2785
+ #~ msgid "Please, wait 90 sec. to see the forced automatic update result."
2786
+ #~ msgstr ""
2787
+ #~ "Wacht alstublieft 90 sec. om het geforceerde automatische update resultaat "
2788
+ #~ "te zien."
2789
+
2790
+ #~ msgid "One click disable all updates"
2791
+ #~ msgstr "Alle updates uitschakelen in één klik"
2792
+
2793
+ #~ msgid "Updates nags only for Admin"
2794
+ #~ msgstr "Update meldingen enkel voor Admin"
2795
+
2796
+ #~ msgid "Plugin filters"
2797
+ #~ msgstr "Plugin filters"
2798
+
2799
+ #~ msgid "Hide notification forever"
2800
+ #~ msgstr "Verberg melding voor altijd"
2801
+
2802
+ #~ msgid "Notifications %s"
2803
+ #~ msgstr "Meldingen %s"
2804
+
2805
+ #~ msgid "Webcraftic disable admin notices"
2806
+ #~ msgstr "Webcraftic uitschakelen admin mededelingen"
2807
+
2808
+ #~ msgid "Notices"
2809
+ #~ msgstr "Mededelingen"
2810
+
2811
+ #~ msgid "Hidden notices are successfully reset, now you can see them again!"
2812
+ #~ msgstr ""
2813
+ #~ "Verborgen meldingen zijn succesvol gereset, nu kun je ze opnieuw zien!"
2814
+
2815
+ #~ msgid "Reset hidden notices (%s)"
2816
+ #~ msgstr "Reset verborgen mededelingen (%s)"
2817
+
2818
+ #~ msgid "Push reset hidden notices if you need to show hidden notices again."
2819
+ #~ msgstr ""
2820
+ #~ "Druk op reset verborgen mededelingen als u verborgen mededelingen opnieuw "
2821
+ #~ "wilt weergeven."
2822
+
2823
+ #~ msgid ""
2824
+ #~ "By default, the plugin hides all notices, which you specified. If you "
2825
+ #~ "enable this option, the plugin will collect all hidden notices and show "
2826
+ #~ "them into the top admin toolbar. It will not disturb you but will allow to "
2827
+ #~ "look notices at your convenience."
2828
+ #~ msgstr ""
2829
+ #~ "Standaard verbergt de plugin alle kennisgevingen die u hebt opgegeven. Als "
2830
+ #~ "u deze optie inschakelt, verzamelt de plugin alle verborgen mededelingen en "
2831
+ #~ "toont deze in de bovenste beheer werkbalk. Het zal niet storend zijn, maar "
2832
+ #~ "zal je toelaten om aankondigingen op je gemak te bekijken."
2833
+
2834
+ #~ msgid ""
2835
+ #~ "Some plugins shows notifications about premium version, data collecting or "
2836
+ #~ "promote their services. Even if you push close button (that sometimes are "
2837
+ #~ "impossible), notices are shows again in some time. This option allows you "
2838
+ #~ "to control notices. Hide them all or each individually. Some plugins shows "
2839
+ #~ "notifications about premium version, data collecting or promote their "
2840
+ #~ "services. Even if you push close button (that sometimes are impossible), "
2841
+ #~ "notices are shows again in some time. This option allows you to control "
2842
+ #~ "notices. Hide them all or each individually."
2843
+ #~ msgstr ""
2844
+ #~ "Sommige plugins tonen meldingen over de premium versie, het verzamelen van "
2845
+ #~ "gegevens of het promoten van hun diensten. Zelfs als je op afsluiten klikt "
2846
+ #~ "(wat soms niet eens mogelijk is), worden mededelingen binnen afzienbare "
2847
+ #~ "tijd opnieuw getoond. Met deze optie kunt u mededelingen beheren. Verberg "
2848
+ #~ "ze allemaal of elk afzonderlijk."
2849
+
2850
+ #~ msgid ""
2851
+ #~ "Do not hide notices and do not show “Hide notification forever” link for "
2852
+ #~ "admin."
2853
+ #~ msgstr ""
2854
+ #~ "Meldingen niet verbergen en laat de link 'Verberg melding voor altijd' niet "
2855
+ #~ "zien voor beheerder."
2856
+
2857
+ #~ msgid "Don't nide"
2858
+ #~ msgstr "Niet verbergen"
2859
+
2860
+ #~ msgid ""
2861
+ #~ "Hide selected notices only. You will see the link \"Hide notification "
2862
+ #~ "forever\" in each notice. Push it and they will not bother you anymore."
2863
+ #~ msgstr ""
2864
+ #~ "Slechts bepaalde meldingen verbergen. U ziet in elke melding de link "
2865
+ #~ "\"Verberg melding voor altijd\". Klik erop en ze zullen je niet meer lastig "
2866
+ #~ "vallen."
2867
+
2868
+ #~ msgid "Only selected"
2869
+ #~ msgstr "Enkel geselecteerd"
2870
+
2871
+ #~ msgid "Hide all notices globally."
2872
+ #~ msgstr "Alle meldingen globaal verbergen."
2873
+
2874
+ #~ msgid "All notices"
2875
+ #~ msgstr "Alle mededelingen"
2876
+
2877
+ #~ msgid ""
2878
+ #~ "Do you know the situation, when some plugin offers you to update to "
2879
+ #~ "premium, to collect technical data and shows many annoying notices? You are "
2880
+ #~ "close these notices every now and again but they newly appears and "
2881
+ #~ "interfere your work with WordPress. Even worse, some plugin’s authors "
2882
+ #~ "delete “close” button from notices and they shows in your admin panel "
2883
+ #~ "forever."
2884
+ #~ msgstr ""
2885
+ #~ "Herkent u de situatie, waarin sommige plugins u aanbieden om te updaten "
2886
+ #~ "naar premium, om technische gegevens te verzamelen en veel vervelende "
2887
+ #~ "meldingen weergeven? Zo nu en dan sluit u deze meldingen, maar ze "
2888
+ #~ "verschijnen keer op keer opnieuw en belemmeren uw werk met WordPress. Erger "
2889
+ #~ "nog, de auteurs van sommige plugins verwijderen de knop \"Sluiten\" uit "
2890
+ #~ "meldingen en blijven continu zichtbaar in uw beheer venster."
2891
+
2892
+ #~ msgid "Admin notifications, Update nags"
2893
+ #~ msgstr "Admin mededelingen, Update meldingen"
2894
+
2895
+ #~ msgid "Enable hidden notices in adminbar"
2896
+ #~ msgstr "Schakel verborgen meldingen in de beheer balk in"
2897
+
2898
+ #~ msgid "Hide admin notices"
2899
+ #~ msgstr "Verberg admin meldingen"
2900
+
2901
+ #~ msgid "Success"
2902
+ #~ msgstr "Succes"
2903
+
2904
+ #~ msgid "Undefinded notice id."
2905
+ #~ msgstr "Ongedefinieerde mededeling id."
2906
+
2907
+ #~ msgid "One click disable all comments"
2908
+ #~ msgstr "Alle reacties uitschakelen in één klik"
2909
+
2910
+ #~ msgid "Set the recommened for me"
2911
+ #~ msgstr "Instellen van de aanbevolen voor mij"
2912
+
2913
+ #~ msgid "Disable everwhere to view enable settings."
2914
+ #~ msgstr "Overal uitschakelen om de instellingen voor inschakelen te bekijken."
2915
+
2916
+ #~ msgid "Current URL"
2917
+ #~ msgstr "Huidige URL"
2918
+
2919
+ #~ msgid "Enabled"
2920
+ #~ msgstr "Ingeschakeld"
2921
+
2922
+ #~ msgid "In use by"
2923
+ #~ msgstr "In gebruik door"
2924
+
2925
+ #~ msgid "Enable"
2926
+ #~ msgstr "Inschakelen"
2927
+
2928
+ #~ msgid "Disable"
2929
+ #~ msgstr "Uitschakelen"
2930
+
2931
+ #~ msgid "In use"
2932
+ #~ msgstr "In gebruik"
2933
+
2934
+ #~ msgid "Script"
2935
+ #~ msgstr "Script"
2936
+
2937
+ #~ msgid "Size"
2938
+ #~ msgstr "Formaat"
2939
+
2940
+ #~ msgid "State"
2941
+ #~ msgstr "Staat"
2942
+
2943
+ #~ msgid "Hide panel in adminbar?"
2944
+ #~ msgstr "Verberg paneel in beheer balk?"
2945
+
2946
+ #~ msgid ""
2947
+ #~ "If for some reason you run into trouble, you can always enable everything "
2948
+ #~ "again to reset the settings."
2949
+ #~ msgstr ""
2950
+ #~ "Als u om de één of andere reden in de problemen komt, kunt u altijd alles "
2951
+ #~ "opnieuw inschakelen om de instellingen opnieuw in te stellen."
2952
+
2953
+ #~ msgid ""
2954
+ #~ "Below you can disable/enable CSS and JS files on a per page/post basis, as "
2955
+ #~ "well as by custom post types. We recommend testing this locally or on a "
2956
+ #~ "staging site first, as you could break the appearance of your live site. If "
2957
+ #~ "you aren't sure about a certain script, you can try clicking on it, as a "
2958
+ #~ "lot of authors will mention their plugin or theme in the header of the "
2959
+ #~ "source code."
2960
+ #~ msgstr ""
2961
+ #~ "Hieronder kunt u CSS en JS bestanden per pagina/post uitschakelen en "
2962
+ #~ "inschakelen, evenals voor aangepaste bericht types. We raden aan dit eerst "
2963
+ #~ "lokaal of op een staging-site te testen, omdat je het uiterlijk van je live "
2964
+ #~ "site kunt breken. Als je niet zeker bent van een bepaald script, kun je "
2965
+ #~ "proberen erop te klikken, omdat veel auteurs hun plugin of thema zullen "
2966
+ #~ "vermelden in de hoofding van de broncode."
2967
+
2968
+ #~ msgid "Script Manager"
2969
+ #~ msgstr "Script Manager"
2970
+
2971
+ #~ msgid "Webcraftic assets manager"
2972
+ #~ msgstr "Webcraftic assets manager"
2973
+
2974
+ #~ msgid ""
2975
+ #~ "We found that you use the plugin \"Clearfy - disable unused functions\", "
2976
+ #~ "this plugin already has the same functions as \"Assets manager\", so you "
2977
+ #~ "can disable the \"Assets manager\" plugin!"
2978
+ #~ msgstr ""
2979
+ #~ "We hebben vastgesteld dat u de plugin \"Clearfy - uitschakelen ongebruikte "
2980
+ #~ "functies\" gebruikt, deze plugin heeft al dezelfde functies als \"Assets "
2981
+ #~ "manager\", dus u kunt de plugin \"Assets manager\" uitschakelen!"
2982
+
2983
+ #~ msgid "Disables assets manager initialization for backend."
2984
+ #~ msgstr "Schakelt de opstart van assets manager voor de back-end uit."
2985
+
2986
+ #~ msgid "Disables assets manager initialization for frontend."
2987
+ #~ msgstr "Schakelt de opstart van assets manager voor de front-end uit."
2988
+
2989
+ #~ msgid ""
2990
+ #~ "By default in your admin bar there is a button for control the assets "
2991
+ #~ "scripts and styles. With this option, you can turn off the script manager "
2992
+ #~ "on front and back-end."
2993
+ #~ msgstr ""
2994
+ #~ "Standaard is er in je beheer balk een knop voor het beheren van de assets "
2995
+ #~ "scripts en -stijlen. Met deze optie kunt u de script manager aan frontend "
2996
+ #~ "en backend uitschakelen."
2997
+
2998
+ #~ msgid "Full disable of the module."
2999
+ #~ msgstr "De module volledig uitschakelen."
3000
+
3001
+ #~ msgid "Assets manager"
3002
+ #~ msgstr "Assets manager"
3003
+
3004
+ #~ msgid "Assets manager options"
3005
+ #~ msgstr "Assets manager opties"
3006
+
3007
+ #~ msgid "Disable assets manager on back-end"
3008
+ #~ msgstr "Schakel assets manager op back-end uit"
3009
+
3010
+ #~ msgid "Disable assets manager on front"
3011
+ #~ msgstr "Schakel assets manager op front-end uit"
3012
+
3013
+ #~ msgid "Disable assets manager panel"
3014
+ #~ msgstr "Schakel paneel van assets manager uit"
3015
+
3016
+ #~ msgid "Disable assets manager"
3017
+ #~ msgstr "Schakel assets manager uit"
3018
+
3019
+ #~ msgid "Page"
3020
+ #~ msgstr "Pagina"
3021
+
3022
+ #~ msgid ""
3023
+ #~ "It seems that a caching/performance plugin is active on this site. Please "
3024
+ #~ "manually invalidate that plugin's cache after making any changes to the "
3025
+ #~ "settings below."
3026
+ #~ msgstr ""
3027
+ #~ "Het lijkt erop dat een caching/prestatie plugin actief is op deze site. "
3028
+ #~ "Gelieve de cache van deze plugin manueel ongeldig te maken, na het "
3029
+ #~ "wijzigingen van de instellingen hieronder."
3030
+
3031
+ #~ msgid ""
3032
+ #~ "%1$s is <strong>deprecated</strong> since version %2$s with no alternative "
3033
+ #~ "available."
3034
+ #~ msgstr ""
3035
+ #~ "%1$s is <strong>afgekeurd</strong>sinds versie %2$s zonder beschikbaar "
3036
+ #~ "alternatief."
3037
+
3038
+ #~ msgid ""
3039
+ #~ "%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
3040
+ #~ msgstr ""
3041
+ #~ "%1$s is <strong>afgekeurde</strong> sinds versie %2$s! Gebruik %3$s in de "
3042
+ #~ "plaats."
3043
+
3044
+ #~ msgid "Get the ultimate plugin 100% FREE"
3045
+ #~ msgstr "Krijg de ultieme plugin 100% GRATIS"
3046
+
3047
+ #~ msgid ""
3048
+ #~ "In quick mode, you can easily configure the plugin according to your needs."
3049
+ #~ msgstr ""
3050
+ #~ "In quick mode kunt u de plugin eenvoudig configureren naargelang uw "
3051
+ #~ "behoeften."
3052
+
3053
+ #~ msgid "Easy setup"
3054
+ #~ msgstr "Eenvoudige installatie"
3055
+
3056
+ #~ msgid ""
3057
+ #~ "Allows you to hide the version of the site and plugins. Allows you to hide "
3058
+ #~ "your\n"
3059
+ #~ "\t\t\t\t\t\t\tWordPress."
3060
+ #~ msgstr ""
3061
+ #~ "Hiermee kunt u de versie van de site en plugins verbergen. Hiermee verbergt "
3062
+ #~ "u uw \n"
3063
+ #~ "WordPress."
3064
+
3065
+ #~ msgid "Site privacy"
3066
+ #~ msgstr "Site privacy"
3067
+
3068
+ #~ msgid ""
3069
+ #~ "Increases performance by disabling unused functions and reducing the number "
3070
+ #~ "of requests."
3071
+ #~ msgstr ""
3072
+ #~ "Verhoogt de prestaties door ongebruikte functies uit te schakelen en het "
3073
+ #~ "aantal verzoeken te verminderen."
3074
+
3075
+ #~ msgid "Speed Optimization"
3076
+ #~ msgstr "Snelheid optimalisatie"
3077
+
3078
+ #~ msgid "Allows you to remove unused widgets."
3079
+ #~ msgstr "Hiermee kunt u ongebruikte widgets verwijderen."
3080
+
3081
+ #~ msgid "Manage widgets"
3082
+ #~ msgstr "Beheer widgets"
3083
+
3084
+ #~ msgid ""
3085
+ #~ "Enables or disables automatically updates for plugins, themes and core. It "
3086
+ #~ "is also possible\n"
3087
+ #~ "\t\t\t\t\t\t\tto disable all updates."
3088
+ #~ msgstr ""
3089
+ #~ "Schakelt automatische updates in of uit voor plugins, thema's en de core "
3090
+ #~ "modules. Het is ook mogelijk\n"
3091
+ #~ "om alle updates uit te schakelen."
3092
+
3093
+ #~ msgid "Manage updates"
3094
+ #~ msgstr "Beheer updates"
3095
+
3096
+ #~ msgid "Disables comments on the entire site or on specific pages."
3097
+ #~ msgstr "Schakelt reacties uit over de hele site of op specifieke pagina's."
3098
+
3099
+ #~ msgid ""
3100
+ #~ "Enables and disables features that improve the protection of your site."
3101
+ #~ msgstr ""
3102
+ #~ "Schakelt functies in en uit die de bescherming van uw site verbeteren."
3103
+
3104
+ #~ msgid "Site protection"
3105
+ #~ msgstr "Site beveiliging"
3106
+
3107
+ #~ msgid ""
3108
+ #~ "Removes duplicate pages, closes external links, changes the headers of the "
3109
+ #~ "server."
3110
+ #~ msgstr ""
3111
+ #~ "Verwijdert duplicaat pagina's, sluit externe links, wijzigt de hoofdingen "
3112
+ #~ "van de server."
3113
+
3114
+ #~ msgid "Improve SEO"
3115
+ #~ msgstr "Verbeter SEO"
3116
+
3117
+ #~ msgid "Clears the source code of the page from unused code."
3118
+ #~ msgstr "Wist de ongebruikte code uit de broncode van de pagina."
3119
+
3120
+ #~ msgid "install the ultimate version of the plugin for free!"
3121
+ #~ msgstr "installeer de ultieme versie van deze plugin gratis!"
3122
+
3123
+ #~ msgid "More features (<b>free</b>)"
3124
+ #~ msgstr "Meer functies (<b>gratis</b>)"
3125
+
3126
+ #~ msgid "Webcraftic Updates Manager"
3127
+ #~ msgstr "Webcraftic Updates Manager"
3128
+
3129
+ #~ msgid ""
3130
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
3131
+ #~ "installed, this plugin already has update manager functions, so you can "
3132
+ #~ "deactivate plugin \"Update manager\"!"
3133
+ #~ msgstr ""
3134
+ #~ "We hebben geconstateerd dat de plugin \"Clearfy - uitschakelen ongebruikte "
3135
+ #~ "functies\" is geïnstalleerd, deze plugin heeft al functies voor updaten "
3136
+ #~ "manager, dus u kunt de plugin \"Update manager\" deactiveren!"
3137
+
3138
+ #~ msgid "Updates"
3139
+ #~ msgstr "Updates"
3140
+
3141
+ #~ msgid ""
3142
+ #~ "Note: The <em>%s</em> plugin is currently active, and comments are "
3143
+ #~ "completely disabled on: %s. Many of the settings below will not be "
3144
+ #~ "applicable for those post types."
3145
+ #~ msgstr ""
3146
+ #~ "Opmerking: de plugin <em>%s</em> is momenteel actief en reacties zijn "
3147
+ #~ "volledig uitgeschakeld op: %s. Veel van onderstaande instellingen zijn niet "
3148
+ #~ "van toepassing op die bericht types."
3149
+
3150
+ #~ msgid "Comments are closed."
3151
+ #~ msgstr "Reacties zijn gesloten."
3152
+
3153
+ #~ msgid "Webcraftic Disable comments"
3154
+ #~ msgstr "Webcraftic uitschakelen reacties"
3155
+
3156
+ #~ msgid "Select the post types for which comments will be disabled"
3157
+ #~ msgstr ""
3158
+ #~ "Selecteer de bericht types waarvoor reacties zullen worden uitgeschakeld"
3159
+
3160
+ #~ msgid ""
3161
+ #~ "On certain post types - Disabling comments will also disable trackbacks and "
3162
+ #~ "pingbacks. All comment-related fields will also be hidden from the edit/"
3163
+ #~ "quick-edit screens of the affected posts. These settings cannot be "
3164
+ #~ "overridden for individual posts."
3165
+ #~ msgstr ""
3166
+ #~ "Op bepaalde bericht types: Door het uitschakelen van reacties, worden ook "
3167
+ #~ "trackbacks en pingbacks uitgeschakeld. Alle aan reactie gerelateerde velden "
3168
+ #~ "worden ook verborgen in de editeer/quick-edit schermen van de betreffende "
3169
+ #~ "berichten. Deze instellingen kunnen niet worden overschreven voor "
3170
+ #~ "individuele berichten."
3171
+
3172
+ #~ msgid ""
3173
+ #~ "Everywhere - Warning: This option is global and will affect your entire "
3174
+ #~ "site. Use it only if you want to disable comments everywhere. A complete "
3175
+ #~ "description of what this option does is available here"
3176
+ #~ msgstr ""
3177
+ #~ "Overal - Waarschuwing: deze optie is globaal en heeft invloed op uw hele "
3178
+ #~ "site. Gebruik het alleen als u reacties overal wilt uitschakelen. Een "
3179
+ #~ "volledige beschrijving van wat deze optie doet, is hier beschikbaar"
3180
+
3181
+ #~ msgid ""
3182
+ #~ "You can delete all comments for the selected post types. Select the post "
3183
+ #~ "types below and save the settings. After that, click the link (<a href=\"%s"
3184
+ #~ "\">delete all comments for the selected post types in database</a>)."
3185
+ #~ msgstr ""
3186
+ #~ "U kunt alle reacties voor de geselecteerde bericht types verwijderen. "
3187
+ #~ "Selecteer de bericht types hieronder en sla de instellingen op. Klik daarna "
3188
+ #~ "op de link (<a href=\"%s\">verwijder alle reacties voor de geselecteerde "
3189
+ #~ "bericht types in de database</a>)."
3190
+
3191
+ #~ msgid "On certain post types"
3192
+ #~ msgstr "Op bepaalde bericht types"
3193
+
3194
+ #~ msgid ""
3195
+ #~ "You can delete all comments in the database by clicking on this link (<a "
3196
+ #~ "href=\"%s\">cleaning comments in database</a>)."
3197
+ #~ msgstr ""
3198
+ #~ "U kunt alle reacties in de database verwijderen door op deze link te "
3199
+ #~ "klikken (<a href=\"%s\">reacties opschonen in database</a>)."
3200
+
3201
+ #~ msgid "Not disable"
3202
+ #~ msgstr "Niet uitschakelen"
3203
+
3204
+ #~ msgid ""
3205
+ #~ "An error occurred while trying to delete comments. Internal error occured. "
3206
+ #~ "Please try again later."
3207
+ #~ msgstr ""
3208
+ #~ "Er is een fout opgetreden bij het verwijderen van opmerkingen. Interne fout "
3209
+ #~ "opgetreden. Probeer het later opnieuw."
3210
+
3211
+ #~ msgid "All comments have been deleted."
3212
+ #~ msgstr "Alle opmerkingen zijn verwijderd."
3213
+
3214
+ #~ msgid "General"
3215
+ #~ msgstr "Algemeen"
3216
+
3217
+ #~ msgid "Comments"
3218
+ #~ msgstr "Opmerkingen"
3219
+
3220
+ #~ msgid "Disable comments"
3221
+ #~ msgstr "Reacties uitschakelen"
3222
+
3223
+ #~ msgid "Get ultimate plugin free"
3224
+ #~ msgstr "Krijg ultieme plugin gratis"
3225
+
3226
+ #~ msgid "Select post types"
3227
+ #~ msgstr "Selecteer bericht types"
3228
+
3229
+ #~ msgid "Disable comments on the entire site"
3230
+ #~ msgstr "Reacties uitschakelen op de volledige site"
3231
+
3232
+ #~ msgid "Webcraftic <wordpress.webraftic@gmail.com>"
3233
+ #~ msgstr "Webcraftic <wordpress.webraftic@gmail.com>"
3234
+
3235
+ #~ msgid ""
3236
+ #~ "Disables unused Wordpress features, improves performance and increases SEO "
3237
+ #~ "rankings, using Clearfy, which makes WordPress very easy."
3238
+ #~ msgstr ""
3239
+ #~ "Het gebruik van Clearfy schakelt ongebruikte Wordpress functies uit, "
3240
+ #~ "verbetert de prestaties en verhoogt SEO rankings, wat WordPress zeer "
3241
+ #~ "gemakkelijk maakt."
3242
+
3243
+ #~ msgid "https://wordpress.org/plugins/clearfy/"
3244
+ #~ msgstr "https://wordpress.org/plugins/clearfy/"
3245
+
3246
+ #~ msgid "Changing the color may takes a minute or more. Please be patient."
3247
+ #~ msgstr "De kleur wijzigen kan een minuutje of meer duren. Even geduld."
3248
+
3249
+ #~ msgid "Select color:"
3250
+ #~ msgstr "Selecteer kleur:"
3251
+
3252
+ #~ msgid "re-color"
3253
+ #~ msgstr "kleur opnieuw"
3254
+
3255
+ #~ msgid "Change color"
3256
+ #~ msgstr "Wijzig kleur"
3257
+
3258
+ #~ msgid "Select a side and move the slider to set up:"
3259
+ #~ msgstr "Selecteer een kant en verplaats de schuifregelaar om in te stellen:"
3260
+
3261
+ #~ msgid "hide extra options"
3262
+ #~ msgstr "Verberg extra opties"
3263
+
3264
+ #~ msgid "horizontal"
3265
+ #~ msgstr "horizontaal"
3266
+
3267
+ #~ msgid "vertical"
3268
+ #~ msgstr "verticaal"
3269
+
3270
+ #~ msgid "Unexpected error. The list of Google Fonts are empty."
3271
+ #~ msgstr "Onverwachte fout. De lijst met Google lettertypes is leeg."
3272
+
3273
+ #~ msgid "Invalide response from the Google Fonts API."
3274
+ #~ msgstr "Ongeldige reactie van de Google Fonts API."
3275
+
3276
+ #~ msgid "Unable to retrieve the list of Google Fonts."
3277
+ #~ msgstr "Kan de lijst met Google lettertypes niet ophalen."
3278
+
3279
+ #~ msgid "Google Fonts:"
3280
+ #~ msgstr "Google lettertypes:"
3281
+
3282
+ #~ msgid "Standard:"
3283
+ #~ msgstr "Standaard:"
3284
+
3285
+ #~ msgid "Monospaced:"
3286
+ #~ msgstr "Monospaced:"
3287
+
3288
+ #~ msgid "Serif:"
3289
+ #~ msgstr "Serif:"
3290
+
3291
+ #~ msgid "Sans Serif:"
3292
+ #~ msgstr "Zonder Serif:"
3293
+
3294
+ #~ msgid "(use default website font)"
3295
+ #~ msgstr "(gebruik standaard website lettertype)"
3296
+
3297
+ #~ msgid "- leeg -"
3298
+ #~ msgstr "- leeg -"
3299
+
3300
+ #~ msgid "The list is empty."
3301
+ #~ msgstr "De lijst is leeg."
3302
+
3303
+ #~ msgid "Off"
3304
+ #~ msgstr "Uit"
3305
+
3306
+ #~ msgid "On"
3307
+ #~ msgstr "Aan"
3308
+
3309
+ #~ msgid ""
3310
+ #~ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found "
3311
+ #~ "in the WordPress directory"
3312
+ #~ msgstr ""
3313
+ #~ "Inschakel Automatische updates, zelfs als een VCS-map (.git, .hg, .svn) "
3314
+ #~ "werd gevonden in de WordPress directory"
3315
+
3316
+ #~ msgid "Development - update automatically to Bleeding Edge releases."
3317
+ #~ msgstr "Ontwikkeling - update automatisch naar Bleeding Edge-releases."
3318
+
3319
+ #~ msgid ""
3320
+ #~ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, 4.1.3).."
3321
+ #~ msgstr ""
3322
+ #~ "Gering - update automatisch naar kleine releases (bijv. 4.1.1, 4.1.2, "
3323
+ #~ "4.1.3)..."
3324
+
3325
+ #~ msgid "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
3326
+ #~ msgstr ""
3327
+ #~ "Belangrijk - update automatisch naar belangrijke releases (bijv. 4.1, 4.2, "
3328
+ #~ "4.3)."
3329
+
3330
+ #~ msgid ""
3331
+ #~ "You can disable all core WordPress updates, or disable only automatic "
3332
+ #~ "updates. Also you can select the update mode. By default (minor)"
3333
+ #~ msgstr ""
3334
+ #~ "U kunt alle essentiële WordPress updates uitschakelen of alleen "
3335
+ #~ "automatische updates uitschakelen. U kunt ook de update modus selecteren. "
3336
+ #~ "Standaard (gering)"
3337
+
3338
+ #~ msgid "Allow development auto updates"
3339
+ #~ msgstr "Automatische updates van de toepassing toestaan"
3340
+
3341
+ #~ msgid "Allow major auto updates"
3342
+ #~ msgstr "Sta grote automatische updates toe"
3343
+
3344
+ #~ msgid "Allow minor auto updates"
3345
+ #~ msgstr "Sta kleine automatische updates toe"
3346
+
3347
+ #~ msgid "Disable auto updates"
3348
+ #~ msgstr "Schakel automatische updates uit"
3349
+
3350
+ #~ msgid "WordPress Core Updates"
3351
+ #~ msgstr "WordPress Core Updates"
3352
+
3353
+ #~ msgid ""
3354
+ #~ "You can disable all themes updates or choose manual or automatic update "
3355
+ #~ "mode."
3356
+ #~ msgstr ""
3357
+ #~ "U kunt alle thema updates uitschakelen of de handmatige of automatische "
3358
+ #~ "update modus kiezen."
3359
+
3360
+ #~ msgid "Theme Updates"
3361
+ #~ msgstr "Thema Updates"
3362
+
3363
+ #~ msgid ""
3364
+ #~ "You can disable all plugin updates or choose manual or automatic update "
3365
+ #~ "mode."
3366
+ #~ msgstr ""
3367
+ #~ "U kunt alle plugin updates uitschakelen of de handmatige of automatische "
3368
+ #~ "update modus kiezen."
3369
+
3370
+ #~ msgid "Disable updates"
3371
+ #~ msgstr "Schakel updates uit"
3372
+
3373
+ #~ msgid "Enable auto updates"
3374
+ #~ msgstr "Schakel automatische updates in"
3375
+
3376
+ #~ msgid "Manual updates"
3377
+ #~ msgstr "Manuele updates"
3378
+
3379
+ #~ msgid "Plugin Updates"
3380
+ #~ msgstr "Plugin Updates"
3381
+
3382
+ #~ msgid "In some Wordpress topics this may not work."
3383
+ #~ msgstr "In sommige onderdelen van WordPress werkt dit misschien niet."
3384
+
3385
+ #~ msgid ""
3386
+ #~ "Replaces the links of the authors of comments on the JavaScript code, it is "
3387
+ #~ "impossible to distinguish it from usual links."
3388
+ #~ msgstr ""
3389
+ #~ "Vervangt de linken van de auteurs van reacties op de JavaScript code, het "
3390
+ #~ "is onmogelijk om het te onderscheiden van de gebruikelijke linken."
3391
+
3392
+ #~ msgid ""
3393
+ #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
3394
+ #~ "external link. Even nofollow from page weight loss here does not help."
3395
+ #~ msgstr ""
3396
+ #~ "Tot 90 procent van de reacties in de blog wordt achtergelaten omwille van "
3397
+ #~ "een externe link. Zelfs nofollow voor pagina gewichtsverlies helpt hier "
3398
+ #~ "niet."
3399
+
3400
+ #~ msgid "Replaces the links of this kind of %s, on links of this kind %s"
3401
+ #~ msgstr "Vervangt de linken van dit soort %s, naar linken van dit type %s"
3402
+
3403
+ #~ msgid ""
3404
+ #~ "Superfluous external links from comments, which can be typed from a dozen "
3405
+ #~ "and more for one article, do not bring anything good for promotion."
3406
+ #~ msgstr ""
3407
+ #~ "Overbodige externe linken van reacties, die uit een tiental of meer voor "
3408
+ #~ "één artikel getypt kunnen zijn, brengen promotioneel niets bij."
3409
+
3410
+ #~ msgid "Disable auto-updates"
3411
+ #~ msgstr "Automatische updates uitschakelen"
3412
+
3413
+ #~ msgid "Minify pages."
3414
+ #~ msgstr "Verklein pagina's"
3415
+
3416
+ #~ msgid ""
3417
+ #~ "Reduces the weight of the page by removing line breaks, tabs, spaces, etc."
3418
+ #~ msgstr ""
3419
+ #~ "Vermindert het gewicht van de pagina door regel afbrekingen, tabs, spaties, "
3420
+ #~ "etc. te verwijderen"
3421
+
3422
+ #~ msgid ""
3423
+ #~ "Works with the standard comment form, if the form is manually written in "
3424
+ #~ "your theme-it probably will not work!"
3425
+ #~ msgstr ""
3426
+ #~ "Werkt met het standaard reactie formulier, als het formulier handmatig aan "
3427
+ #~ "uw thema werd toegevoegd, zal het waarschijnlijk niet werken!"
3428
+
3429
+ #~ msgid "Removes the \"Site\" field from the comment form."
3430
+ #~ msgstr "Verwijdert het veld \"Site\" uit het reactie formulier."
3431
+
3432
+ #~ msgid ""
3433
+ #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for the "
3434
+ #~ "sake of a link to their site?"
3435
+ #~ msgstr ""
3436
+ #~ "Ben je spam in de reacties beu? Laten bezoekers \"lege\" reacties achter om "
3437
+ #~ "enkel te linken naar hun site?"
3438
+
3439
+ #~ msgid "Redirect Http to Https"
3440
+ #~ msgstr "Redirect Http naar Https"
3441
+
3442
+ #~ msgid "HTML minify"
3443
+ #~ msgstr "Verklein HTML"
3444
+
3445
+ #~ msgid "Remove field \"site\" in comment form"
3446
+ #~ msgstr "Verwijder het veld \"site\" in reactie formulier"
3447
+
3448
+ #~ msgid "Enable updates for VCS Installations"
3449
+ #~ msgstr "Schakel updates voor VCS-installaties in"
3450
+
3451
+ #~ msgid "Disable wordPress core updates"
3452
+ #~ msgstr "Schakel WordPress core-updates uit"
3453
+
3454
+ #~ msgid "Disable Automatic Translation Updates"
3455
+ #~ msgstr "Schakel Automatische vertaal-updates uit"
3456
+
3457
+ #~ msgid "Save settings"
3458
+ #~ msgstr "Bewaar instellingen"
3459
+
3460
+ #~ msgid "Disable theme updates"
3461
+ #~ msgstr "Schakel thema updates uit"
3462
+
3463
+ #~ msgid ""
3464
+ #~ "A neutral setting that can not harm your site, but you must be sure that "
3465
+ #~ "you need to use it."
3466
+ #~ msgstr ""
3467
+ #~ "Een neutrale instelling die uw site niet kan schaden, maar u moet er zeker "
3468
+ #~ "van zijn dat u deze moet gebruiken."
3469
+
3470
+ #~ msgid "Settings"
3471
+ #~ msgstr "Instellingen"
3472
+
3473
+ #~ msgid "Code cleaning"
3474
+ #~ msgstr "Code opschonen"
3475
+
3476
+ #~ msgid ""
3477
+ #~ "When set this option, you must be careful. Plugins and themes may depend on "
3478
+ #~ "this function. You must be sure that you can disable this feature for the "
3479
+ #~ "site."
3480
+ #~ msgstr ""
3481
+ #~ "Wanneer u deze optie instelt, moet u voorzichtig zijn. Plug-ins en thema's "
3482
+ #~ "kunnen van deze functie afhankelijk zijn. U moet er zeker van zijn dat u "
3483
+ #~ "deze functie voor de site kunt uitschakelen."
3484
+
3485
+ #~ msgid "Absolutely safe setting, We recommend to use."
3486
+ #~ msgstr "Absoluut veilige instelling. Wij raden aan om deze te gebruiken."
3487
+
3488
+ #~ msgid "Hover to the icon to get help for the feature you selected."
3489
+ #~ msgstr ""
3490
+ #~ "Plaats de muisaanwijzer op het pictogram om hulp te krijgen voor de functie "
3491
+ #~ "die u hebt geselecteerd."
3492
+
3493
+ #~ msgid "Do you want the plugin to improved and update?"
3494
+ #~ msgstr "Wilt u de plugin verbeteren en bijwerken?"
3495
+
3496
+ #~ msgid ""
3497
+ #~ "Help the author, leave a review on wordpress.org. Thanks to feedback, I "
3498
+ #~ "will know that the plugin is really useful to you and is needed."
3499
+ #~ msgstr ""
3500
+ #~ "Help de auteur, laat een recensie achter op wordpress.org. Dankzij feedback "
3501
+ #~ "weet ik dat de plugin echt nuttig voor u is en nodig is."
3502
+
3503
+ #~ msgid "And also write your ideas on how to extend or improve the plugin."
3504
+ #~ msgstr "En noteer ook uw ideeën om de plugin uit te breiden of te verbeteren."
3505
+
3506
+ #~ msgid "Go rate us and push ideas"
3507
+ #~ msgstr "Beoordeel ons en bezorg ons ideeën"
3508
+
3509
+ #~ msgid "Donation for plugin development"
3510
+ #~ msgstr "Donatie voor plugin ontwikkeling"
3511
+
3512
+ #~ msgid "You do not have permission to edit page."
3513
+ #~ msgstr "U bent niet gemachtigd om de pagina te bewerken."
3514
+
3515
+ #~ msgid "The settings have been updated successfully!"
3516
+ #~ msgstr "De instellingen zijn succesvol bijgewerkt!"
3517
+
3518
+ #~ msgid "Replace external links in comments on the JavaScript code"
3519
+ #~ msgstr "Vervang externe links in opmerkingen over de JavaScript code"
3520
+
3521
+ #~ msgid "Replace external links from comment authors on the JavaScript code"
3522
+ #~ msgstr "Vervang externe links van commentaar auteurs op de JavaScript code"
3523
+
3524
+ #~ msgid "Disable X-Pingback"
3525
+ #~ msgstr "Uitschakelen X-Pingback"
3526
+
3527
+ #~ msgid "Disable plugin updates"
3528
+ #~ msgstr "Schakel plugin updates uit"
languages/clearfy-pt_BR.mo ADDED
Binary file
languages/clearfy-pt_BR.po ADDED
@@ -0,0 +1,3383 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 18:19+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 18:19+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: pt_BR\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/ajax/configurate.php:19 admin/ajax/import-settings.php:21
24
+ #: admin/ajax/install-addons.php:26 admin/ajax/install-addons.php:126
25
+ msgid "You don't have enough capability to edit this information."
26
+ msgstr "Você não tem capacidade suficiente para editar essas informações."
27
+
28
+ #: admin/ajax/configurate.php:26 admin/ajax/configurate.php:36
29
+ msgid "Undefinded mode."
30
+ msgstr "Modo indefinido."
31
+
32
+ #: admin/ajax/import-settings.php:28
33
+ msgid "Settings are not defined or do not exist."
34
+ msgstr "As configurações não estão definidas ou não existem."
35
+
36
+ #: admin/ajax/install-addons.php:26
37
+ msgid "Something went wrong."
38
+ msgstr ""
39
+
40
+ #: admin/ajax/install-addons.php:30
41
+ msgid "Required attributes are not passed or empty."
42
+ msgstr ""
43
+
44
+ #: admin/ajax/install-addons.php:53 admin/ajax/install-addons.php:76
45
+ msgid "You are trying to perform an invalid action."
46
+ msgstr ""
47
+
48
+ #: admin/ajax/install-addons.php:109 admin/ajax/update-package.php:55
49
+ msgid "An unknown error occurred during the activation of the component."
50
+ msgstr ""
51
+
52
+ #: admin/ajax/install-addons.php:130
53
+ msgid "Required attribute [component_name] is empty."
54
+ msgstr ""
55
+
56
+ #: admin/ajax/update-package.php:27
57
+ msgid "To use premium components, you need activate a license!"
58
+ msgstr ""
59
+
60
+ #: admin/ajax/update-package.php:27
61
+ msgid "Activate license"
62
+ msgstr ""
63
+
64
+ #: admin/ajax/update-package.php:47
65
+ msgid "Configuration updated."
66
+ msgstr ""
67
+
68
+ #: admin/boot.php:26
69
+ #, php-format
70
+ msgid ""
71
+ "When you deactivate some components, permanent links may work incorrectly. "
72
+ "If this happens, please, <a href=\"%s\">update the permalinks</a>, so you "
73
+ "could complete the deactivation."
74
+ msgstr ""
75
+
76
+ #: admin/boot.php:99
77
+ #, php-format
78
+ msgid ""
79
+ "We found that you have the plugin %s installed. The functions of this plugin "
80
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
81
+ "plugins functions."
82
+ msgstr ""
83
+ "Descobrimos que você tem o plugin %s instalado. As funções deste plugin já "
84
+ "existem em %s . Por favor, desative o plugin %s para evitar conflitos entre "
85
+ "as funções dos plugins."
86
+
87
+ #: admin/boot.php:100
88
+ #, php-format
89
+ msgid ""
90
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
91
+ "recommend do not use the same plugins functions at the same time!"
92
+ msgstr ""
93
+ "Se você não quiser desativar o plugin %s por algum motivo, recomendamos que "
94
+ "não use as mesmas funções de plugins ao mesmo tempo!"
95
+
96
+ #: admin/boot.php:117
97
+ msgid "Robin image optimizer – saves your money on image optimization!"
98
+ msgstr ""
99
+
100
+ #: admin/boot.php:118
101
+ msgid "Our new component!"
102
+ msgstr ""
103
+
104
+ #: admin/boot.php:118
105
+ msgid ""
106
+ "We’ve created a fully free solution for image optimization, which is as good "
107
+ "as the paid products. The plugin optimizes your images automatically, "
108
+ "reducing their weight with no quality loss."
109
+ msgstr ""
110
+
111
+ #: admin/boot.php:124
112
+ msgid "Hide login page (Reloaded) – hides your login page!"
113
+ msgstr ""
114
+
115
+ #: admin/boot.php:125
116
+ msgid ""
117
+ "Attention! If you’ve ever used features associated with hiding login page, "
118
+ "then, please, re-activate this component."
119
+ msgstr ""
120
+
121
+ #: admin/boot.php:125
122
+ msgid ""
123
+ "This simple module changes the login page URL to a custom link quickly and "
124
+ "safely. The plugin requires installation."
125
+ msgstr ""
126
+
127
+ #: admin/boot.php:130
128
+ msgid "Hide my wp (Premium) – hides your WordPress from hackers and bots!"
129
+ msgstr ""
130
+
131
+ #: admin/boot.php:131
132
+ msgid "Our new component! "
133
+ msgstr ""
134
+
135
+ #: admin/boot.php:131
136
+ msgid ""
137
+ "This premium component helps in hiding your WordPress from hackers and bots. "
138
+ "Basically, it disables identification of your CMS by changing directories "
139
+ "and files names, removing meta data and replacing HTML content which can "
140
+ "provide all information about the platform you use.\n"
141
+ "Most websites can be hacked easily, as hackers and bots know all security "
142
+ "flaws in plugins, themes and the WordPress core. You can secure the website "
143
+ "from the attack by hiding the information the hackers will need.\n"
144
+ msgstr ""
145
+
146
+ #: admin/boot.php:153
147
+ msgid "Welcome to Clearfy!"
148
+ msgstr ""
149
+
150
+ #: admin/boot.php:154
151
+ msgid "We apologize for the delay in updates!"
152
+ msgstr ""
153
+
154
+ #: admin/boot.php:155
155
+ msgid ""
156
+ "Our team has spent a lot of time designing new, useful, and the most "
157
+ "important – free! – features of the Clearfy plugin! "
158
+ msgstr ""
159
+
160
+ #: admin/boot.php:156
161
+ msgid "Now it is time to try it."
162
+ msgstr ""
163
+
164
+ #: admin/boot.php:212
165
+ msgid "Images optimization"
166
+ msgstr ""
167
+
168
+ #: admin/boot.php:253 admin/pages/license.php:258
169
+ msgid "Activation Clearfy Business"
170
+ msgstr ""
171
+
172
+ #: admin/boot.php:257 admin/pages/license.php:260
173
+ msgid ""
174
+ "<b>Clearfy Business</b> is a paid package of components for the popular free "
175
+ "WordPress plugin named Clearfy. You get access to all paid components at one "
176
+ "price."
177
+ msgstr ""
178
+
179
+ #: admin/boot.php:259 admin/pages/license.php:262
180
+ msgid ""
181
+ "Paid license guarantees that you can download and update existing and future "
182
+ "paid components of the plugin."
183
+ msgstr ""
184
+
185
+ #: admin/boot.php:262
186
+ #, php-format
187
+ msgid "Upgrade to Clearfy Business for $%s"
188
+ msgstr ""
189
+
190
+ #: admin/includes/classes/class.install-plugins-button.php:359
191
+ msgid "Activate"
192
+ msgstr "Ativar"
193
+
194
+ #: admin/includes/classes/class.install-plugins-button.php:360
195
+ msgid "Install"
196
+ msgstr ""
197
+
198
+ #: admin/includes/classes/class.install-plugins-button.php:361
199
+ msgid "Deactivate"
200
+ msgstr "Desativar"
201
+
202
+ #: admin/includes/classes/class.install-plugins-button.php:362
203
+ msgid "Delete"
204
+ msgstr ""
205
+
206
+ #: admin/includes/classes/class.install-plugins-button.php:363
207
+ msgid "Please wait..."
208
+ msgstr ""
209
+
210
+ #: admin/includes/classes/class.install-plugins-button.php:364
211
+ msgid "Preparation..."
212
+ msgstr ""
213
+
214
+ #: admin/includes/classes/class.install-plugins-button.php:365
215
+ msgid "Read more"
216
+ msgstr ""
217
+
218
+ #: admin/includes/classes/class.pages.php:54
219
+ msgid "Business"
220
+ msgstr ""
221
+
222
+ #: admin/includes/options.php:18 admin/pages/performance-google.php:92
223
+ msgid "Google Fonts asynchronous"
224
+ msgstr "Google Fontes assíncronas"
225
+
226
+ #: admin/includes/options.php:23 admin/pages/performance-google.php:102
227
+ msgid "Disable Google Fonts"
228
+ msgstr "Desativar fontes do Google"
229
+
230
+ #: admin/includes/options.php:28 admin/pages/performance-google.php:130
231
+ msgid "Remove iframe Google maps"
232
+ msgstr "Remover mapas do Google iframe"
233
+
234
+ #: admin/includes/options.php:33 admin/pages/performance-google.php:140
235
+ msgid "Exclude pages from Disable Google Maps filter"
236
+ msgstr "Excluir páginas do filtro Desativar o Google Maps"
237
+
238
+ #: admin/includes/options.php:39 admin/pages/performance-google.php:113
239
+ msgid "Disable Google maps"
240
+ msgstr "Desativar mapas do Google"
241
+
242
+ #: admin/includes/options.php:45 admin/pages/performance.php:164
243
+ msgid "Removing XFN (XHTML Friends Network) Profile Link"
244
+ msgstr "Removendo o link do perfil XFN (Rede de Amigos XHTML)"
245
+
246
+ #: admin/includes/options.php:50 admin/pages/performance.php:216
247
+ msgid "Font Awesome asynchronous"
248
+ msgstr "Fonte Assustador Assustador"
249
+
250
+ #: admin/includes/options.php:55 admin/pages/performance.php:226
251
+ msgid "Disable Dashicons"
252
+ msgstr "Desativar Dashicons"
253
+
254
+ #: admin/includes/options.php:60 admin/pages/performance.php:236
255
+ msgid "Disable gravatars"
256
+ msgstr "Desativar gravatars"
257
+
258
+ #: admin/includes/options.php:65 admin/pages/performance.php:106
259
+ msgid "Remove REST API Links"
260
+ msgstr "Remover links da API REST"
261
+
262
+ #: admin/includes/options.php:70 admin/pages/performance.php:116
263
+ msgid "Disable Emojis"
264
+ msgstr "Desativar Emojis"
265
+
266
+ #: admin/includes/options.php:81 admin/pages/performance.php:155
267
+ msgid "Remove RSD Link"
268
+ msgstr "Remover Link RSD"
269
+
270
+ #: admin/includes/options.php:86 admin/pages/performance.php:176
271
+ msgid "Remove wlwmanifest Link"
272
+ msgstr "Remover o link wlwmanifest"
273
+
274
+ #: admin/includes/options.php:91 admin/pages/performance.php:186
275
+ msgid "Remove Shortlink"
276
+ msgstr "Remover Shortlink"
277
+
278
+ #: admin/includes/options.php:96 admin/pages/performance.php:196
279
+ msgid "Remove links to previous, next post"
280
+ msgstr "Remover links para o próximo post anterior"
281
+
282
+ #: admin/includes/options.php:101 admin/pages/performance.php:206
283
+ msgid "Remove .recentcomments styles"
284
+ msgstr "Remover estilos de .recentcomments"
285
+
286
+ #: admin/includes/options.php:107 admin/pages/seo.php:76
287
+ msgid "Automatically set the alt attribute"
288
+ msgstr "Definir automaticamente o atributo alt"
289
+
290
+ #: admin/includes/options.php:112 admin/pages/seo.php:115
291
+ msgid "Automatically insert the Last Modified header"
292
+ msgstr "Inserir automaticamente o cabeçalho Last Modified"
293
+
294
+ #: admin/includes/options.php:117 admin/pages/seo.php:146
295
+ msgid "Return an If-Modified-Since responce"
296
+ msgstr "Retornar uma resposta If-Modified-Since"
297
+
298
+ #: admin/includes/options.php:122 admin/pages/seo.php:160
299
+ msgid "Remove duplicate names in breadcrumbs WP SEO by Yoast"
300
+ msgstr "Remover nomes duplicados em migalhas de pão WP SEO por Yoast"
301
+
302
+ #: admin/includes/options.php:127 admin/pages/seo.php:170
303
+ #, php-format
304
+ msgid "Remove the tag %s from XML site map"
305
+ msgstr "Remova a tag %s do mapa do site XML"
306
+
307
+ #: admin/includes/options.php:134 admin/pages/seo.php:188
308
+ msgid "Disable JSON-LD sitelinks searchbox"
309
+ msgstr "Desativar a caixa de pesquisa de sitelinks JSON-LD"
310
+
311
+ #: admin/includes/options.php:139 admin/pages/seo.php:198
312
+ msgid "Disable Yoast Structured Data"
313
+ msgstr "Desativar dados estruturados do Yoast"
314
+
315
+ #: admin/includes/options.php:144 admin/pages/seo.php:223
316
+ #, php-format
317
+ msgid "Remove comment from %s section"
318
+ msgstr "Remover comentário da seção %s"
319
+
320
+ #: admin/includes/options.php:149 admin/pages/seo-double-pages.php:93
321
+ msgid "Remove archives date"
322
+ msgstr "Remover data dos arquivos"
323
+
324
+ #: admin/includes/options.php:154 admin/pages/seo-double-pages.php:103
325
+ msgid "Remove author archives "
326
+ msgstr "Remover arquivos do autor "
327
+
328
+ #: admin/includes/options.php:159 admin/pages/seo-double-pages.php:113
329
+ msgid "Remove archives tag"
330
+ msgstr "Remover tag de arquivamentos"
331
+
332
+ #: admin/includes/options.php:164 admin/pages/seo-double-pages.php:123
333
+ msgid "Remove attachment pages"
334
+ msgstr "Remover páginas de anexo"
335
+
336
+ #: admin/includes/options.php:169 admin/pages/seo-double-pages.php:133
337
+ msgid "Remove post pagination"
338
+ msgstr "Remover post paginação"
339
+
340
+ #: admin/includes/options.php:174 admin/pages/seo-double-pages.php:143
341
+ msgid "Remove ?replytocom"
342
+ msgstr "Remover? Replytocom"
343
+
344
+ #: admin/includes/options.php:179 admin/pages/defence.php:105
345
+ msgid "Remove meta generator"
346
+ msgstr "Remover meta-gerador"
347
+
348
+ #: admin/includes/options.php:184 admin/pages/defence.php:60
349
+ msgid "Hide author login"
350
+ msgstr "Ocultar login de autor"
351
+
352
+ #: admin/includes/options.php:189 admin/pages/defence.php:70
353
+ msgid "Hide errors when logging into the site"
354
+ msgstr "Ocultar erros ao fazer login no site"
355
+
356
+ #: admin/includes/options.php:194 admin/includes/options.php:305
357
+ #: admin/pages/defence.php:131
358
+ msgid "Remove Version from Stylesheet"
359
+ msgstr "Remover versão da folha de estilo"
360
+
361
+ #: admin/includes/options.php:199 admin/includes/options.php:310
362
+ #: admin/pages/defence.php:120
363
+ msgid "Remove Version from Script"
364
+ msgstr "Remover versão do script"
365
+
366
+ #: admin/includes/options.php:204 admin/pages/widgets.php:59
367
+ msgid "Remove the \"Pages\" widget"
368
+ msgstr "Remova o widget \"Páginas \""
369
+
370
+ #: admin/includes/options.php:209 admin/pages/widgets.php:68
371
+ msgid "Remove calendar widget"
372
+ msgstr "Remover widget de calendário"
373
+
374
+ #: admin/includes/options.php:214 admin/pages/widgets.php:77
375
+ msgid "Remove the \"Cloud of tags\" widget"
376
+ msgstr "Remova o widget \"Nuvem de tags \""
377
+
378
+ #: admin/includes/options.php:219 admin/pages/widgets.php:86
379
+ msgid "Remove the \"Archives\" widget"
380
+ msgstr "Remova o widget \"Arquivos \""
381
+
382
+ #: admin/includes/options.php:224 admin/pages/widgets.php:95
383
+ msgid "Remove the \"Links\" widget"
384
+ msgstr "Remova o widget \"Links \""
385
+
386
+ #: admin/includes/options.php:229 admin/pages/widgets.php:104
387
+ msgid "Remove the \"Meta\" widget"
388
+ msgstr "Remova o widget \"Meta \""
389
+
390
+ #: admin/includes/options.php:234 admin/pages/widgets.php:113
391
+ msgid "Remove the \"Search\" widget"
392
+ msgstr "Remova o widget \"Pesquisar \""
393
+
394
+ #: admin/includes/options.php:239 admin/includes/options.php:259
395
+ #: admin/pages/widgets.php:122
396
+ msgid "Remove the \"Text\" widget"
397
+ msgstr "Remova o widget \"Text \""
398
+
399
+ #: admin/includes/options.php:244 admin/pages/widgets.php:131
400
+ msgid "Remove the \"Categories\" widget"
401
+ msgstr "Remova o widget \"Categorias \""
402
+
403
+ #: admin/includes/options.php:249 admin/pages/widgets.php:140
404
+ msgid "Remove the \"Recent Posts\" widget"
405
+ msgstr "Remova o widget \"Postagens recentes \""
406
+
407
+ #: admin/includes/options.php:254 admin/pages/widgets.php:149
408
+ msgid "Remove the \"Recent Comments\" widget"
409
+ msgstr "Remova o widget \"Comentários recentes \""
410
+
411
+ #: admin/includes/options.php:264 admin/pages/widgets.php:158
412
+ msgid "Remove the \"RSS\" widget"
413
+ msgstr "Remova o widget \"RSS \""
414
+
415
+ #: admin/includes/options.php:269 admin/pages/widgets.php:167
416
+ msgid "Remove the \"Menu\" widget"
417
+ msgstr "Remova o widget \"Menu \""
418
+
419
+ #: admin/includes/options.php:274 admin/pages/widgets.php:176
420
+ msgid "Remove the \"Twenty Eleven Ephemera\" widget"
421
+ msgstr "Remova o widget \"Twenty Eleven Ephemera \""
422
+
423
+ #: admin/includes/options.php:277 admin/includes/options.php:340
424
+ #: admin/pages/advanced.php:223
425
+ msgid "Disable revision"
426
+ msgstr "Desativar revisão"
427
+
428
+ #: admin/includes/options.php:278 admin/includes/options.php:345
429
+ #: admin/pages/advanced.php:236
430
+ msgid "Limit Post Revisions"
431
+ msgstr "Limite de revisões de postagem"
432
+
433
+ #: admin/includes/options.php:279 admin/pages/seo.php:137
434
+ msgid "Exclude pages:"
435
+ msgstr "Excluir páginas:"
436
+
437
+ #: admin/includes/options.php:282 admin/pages/seo.php:86
438
+ msgid "Create right robots.txt"
439
+ msgstr "Crie o robots.txt certo"
440
+
441
+ #: admin/includes/options.php:287 admin/pages/seo.php:101
442
+ msgid "You can edit the robots.txt file in the box below:"
443
+ msgstr "Você pode editar o arquivo robots.txt na caixa abaixo:"
444
+
445
+ #: admin/includes/options.php:290
446
+ msgid "Quick mode"
447
+ msgstr "Modo rápido"
448
+
449
+ #: admin/includes/options.php:293 admin/pages/performance.php:126
450
+ msgid "Remove jQuery Migrate"
451
+ msgstr "Remover jQuery Migrate"
452
+
453
+ #: admin/includes/options.php:296 admin/pages/performance.php:136
454
+ msgid "Disable Embeds"
455
+ msgstr "Desativar as incorporações"
456
+
457
+ #: admin/includes/options.php:297 admin/pages/performance.php:76
458
+ msgid "Disable RSS feeds"
459
+ msgstr "Desativar feeds RSS"
460
+
461
+ #: admin/includes/options.php:300
462
+ msgid "Removes links to wordpress.org site from the admin bar"
463
+ msgstr "Remove links para o site wordpress.org da barra de administração"
464
+
465
+ #: admin/includes/options.php:315
466
+ msgid "Eclude stylesheet/script file names"
467
+ msgstr "Eclude folha de estilo / nomes de arquivo de script"
468
+
469
+ #: admin/includes/options.php:320
470
+ msgid "Enable Sanitization of WordPress"
471
+ msgstr "Ativar a sanitização do WordPress"
472
+
473
+ #: admin/includes/options.php:325 admin/pages/advanced.php:174
474
+ msgid "Disable admin top bar"
475
+ msgstr "Desativar barra superior do administrador"
476
+
477
+ #: admin/includes/options.php:330 admin/pages/advanced.php:192
478
+ msgid "Remove admin bar WP logo"
479
+ msgstr "Remover barra de administração Logotipo do WP"
480
+
481
+ #: admin/includes/options.php:335 admin/pages/advanced.php:202
482
+ msgid "Replace \"Howdy\" text with \"Welcome\""
483
+ msgstr "Substitua o texto \"Howdy\" por \"Welcome \""
484
+
485
+ #: admin/includes/options.php:350 admin/pages/advanced.php:260
486
+ msgid "Disable autosave"
487
+ msgstr "Desativar autosave"
488
+
489
+ #: admin/includes/options.php:355 admin/pages/advanced.php:270
490
+ msgid "Disable Texturization - Smart Quotes"
491
+ msgstr "Desativar Texturization - Smart Quotes"
492
+
493
+ #: admin/includes/options.php:360 admin/pages/advanced.php:280
494
+ msgid "Disable capitalization in Wordpress branding"
495
+ msgstr "Desativar a capitalização na marca do WordPress"
496
+
497
+ #: admin/includes/options.php:365 admin/pages/advanced.php:290
498
+ msgid "Disable auto inserted paragraphs (i.e. p tags)"
499
+ msgstr "Desativar parágrafos inseridos automaticamente (ou seja, tags p)"
500
+
501
+ #: admin/includes/options.php:370 admin/pages/advanced.php:105
502
+ msgid "Disable Heartbeat"
503
+ msgstr "Desativar a pulsação"
504
+
505
+ #: admin/includes/options.php:375 admin/pages/advanced.php:134
506
+ msgid "Heartbeat frequency"
507
+ msgstr "Frequência de batimentos cardíacos"
508
+
509
+ #: admin/includes/options.php:380 admin/pages/defence.php:95
510
+ msgid "Remove html comments"
511
+ msgstr "Remover comentários em HTML"
512
+
513
+ #: admin/includes/options.php:385
514
+ msgid "Deactivate preinstall components"
515
+ msgstr ""
516
+
517
+ #: admin/pages/advanced.php:36
518
+ msgid "Advanced"
519
+ msgstr "Avançado"
520
+
521
+ #: admin/pages/advanced.php:65
522
+ msgid ""
523
+ "Warning! In the wp-config.php file, a constant WP_POST_REVISIONS is found, "
524
+ "it determines the number of revisions. Delete it so you can change this "
525
+ "value through the admin panel."
526
+ msgstr ""
527
+ "Atenção! No arquivo wp-config.php, uma constante WP_POST_REVISIONS é "
528
+ "encontrada e determina o número de revisões. Exclua para que você possa "
529
+ "alterar esse valor por meio do painel de administração."
530
+
531
+ #: admin/pages/advanced.php:82
532
+ msgid "Clearfy options"
533
+ msgstr ""
534
+
535
+ #: admin/pages/advanced.php:82
536
+ msgid ""
537
+ "This group of settings allows you to configure the work of the Clearfy "
538
+ "plugin."
539
+ msgstr ""
540
+
541
+ #: admin/pages/advanced.php:89
542
+ msgid "Disable Clearfy extra menu"
543
+ msgstr ""
544
+
545
+ #: admin/pages/advanced.php:91
546
+ msgid ""
547
+ "This setting allows you to disable the additional menu of the Clearfy "
548
+ "plugin, in the admin bar. This menu is required to work with the Minify and "
549
+ "Combine and Assets Manager components."
550
+ msgstr ""
551
+
552
+ #: admin/pages/advanced.php:98
553
+ msgid "Heartbeat"
554
+ msgstr "Batimento cardiaco"
555
+
556
+ #: admin/pages/advanced.php:98
557
+ msgid ""
558
+ "The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls "
559
+ "from the web-browser. While this is great and all it can also cause high CPU "
560
+ "usage and crazy amounts of PHP calls. For example, if you leave your "
561
+ "dashboard open it will keep sending POST requests to this file on a regular "
562
+ "interval, every 15 seconds. Here is an example below of it happening."
563
+ msgstr ""
564
+ "A API WordPress Heartbeat usa o /wp-admin/admin-ajax.php para executar as "
565
+ "chamadas AJAX do navegador da web. Enquanto isso é ótimo e tudo isso também "
566
+ "pode causar alto uso da CPU e quantidades loucas de chamadas PHP. Por "
567
+ "exemplo, se você deixar o painel aberto, ele continuará enviando "
568
+ "solicitações POST para esse arquivo em intervalos regulares, a cada 15 "
569
+ "segundos. Aqui está um exemplo abaixo disso acontecendo."
570
+
571
+ #: admin/pages/advanced.php:107
572
+ msgid "Default"
573
+ msgstr "Padrão"
574
+
575
+ #: admin/pages/advanced.php:108
576
+ msgid "Everywhere"
577
+ msgstr "Em toda parte"
578
+
579
+ #: admin/pages/advanced.php:109
580
+ msgid "On dashboard page"
581
+ msgstr "Na página do painel"
582
+
583
+ #: admin/pages/advanced.php:110
584
+ msgid "Only allow when editing Posts/Pages"
585
+ msgstr "Permitir somente ao editar postagens / páginas"
586
+
587
+ #: admin/pages/advanced.php:136 admin/pages/advanced.php:238
588
+ msgid "Wordpress default"
589
+ msgstr "Padrão WordPress"
590
+
591
+ #: admin/pages/advanced.php:137 admin/pages/advanced.php:138
592
+ #: admin/pages/advanced.php:139 admin/pages/advanced.php:140
593
+ #: admin/pages/advanced.php:141 admin/pages/advanced.php:142
594
+ #: admin/pages/advanced.php:143 admin/pages/advanced.php:144
595
+ #: admin/pages/advanced.php:145 admin/pages/advanced.php:146
596
+ #: admin/pages/advanced.php:147 admin/pages/advanced.php:148
597
+ #: admin/pages/advanced.php:149 admin/pages/advanced.php:150
598
+ #: admin/pages/advanced.php:151 admin/pages/advanced.php:152
599
+ #: admin/pages/advanced.php:153
600
+ msgid "seconds"
601
+ msgstr "segundos"
602
+
603
+ #: admin/pages/advanced.php:156
604
+ msgid ""
605
+ "Select the heartbeat frequency wordpress. We recommend you 60 seconds, "
606
+ "default is 20 seconds."
607
+ msgstr ""
608
+ "Selecione o wordpress de frequência de pulsação. Recomendamos 60 segundos, o "
609
+ "padrão é 20 segundos."
610
+
611
+ #: admin/pages/advanced.php:167
612
+ msgid "Admin bar"
613
+ msgstr "Barra de administração"
614
+
615
+ #: admin/pages/advanced.php:167
616
+ msgid "In this group of settings, you can manage the adminbar."
617
+ msgstr ""
618
+ "Neste grupo de configurações, você pode gerenciar a barra de administração."
619
+
620
+ #: admin/pages/advanced.php:176
621
+ msgid "Default enable"
622
+ msgstr "Ativação padrão"
623
+
624
+ #: admin/pages/advanced.php:177
625
+ msgid "For all users"
626
+ msgstr "Para todos os usuários"
627
+
628
+ #: admin/pages/advanced.php:180
629
+ msgid "For all users except administrator"
630
+ msgstr "Para todos os usuários, exceto administrador"
631
+
632
+ #: admin/pages/advanced.php:184
633
+ msgid ""
634
+ "In some cases, you need to disable the floating top admin panel. You can "
635
+ "disable this panel."
636
+ msgstr ""
637
+ "Em alguns casos, você precisa desativar o painel de administração superior "
638
+ "flutuante. Você pode desativar este painel."
639
+
640
+ #: admin/pages/advanced.php:184
641
+ msgid "Disable admin top bar."
642
+ msgstr "Desativar a barra superior do administrador."
643
+
644
+ #: admin/pages/advanced.php:194
645
+ msgid "Enable this if you want to remove wp logo from admin bar."
646
+ msgstr ""
647
+ "Habilite isso se você quiser remover o logo wp da barra de administração."
648
+
649
+ #: admin/pages/advanced.php:204
650
+ msgid "Replaces the welcome text in admin bar."
651
+ msgstr "Substitui o texto de boas vindas na barra de administração."
652
+
653
+ #: admin/pages/advanced.php:216
654
+ msgid "Posts"
655
+ msgstr "Postagens"
656
+
657
+ #: admin/pages/advanced.php:216
658
+ msgid "In this group of options, you can manage revisions and post autosave."
659
+ msgstr ""
660
+ "Neste grupo de opções, você pode gerenciar revisões e postar salvamento "
661
+ "automático."
662
+
663
+ #: admin/pages/advanced.php:239 admin/pages/advanced.php:240
664
+ #: admin/pages/advanced.php:241 admin/pages/advanced.php:242
665
+ #: admin/pages/advanced.php:243 admin/pages/advanced.php:244
666
+ #: admin/pages/advanced.php:245 admin/pages/advanced.php:246
667
+ #: admin/pages/advanced.php:247 admin/pages/advanced.php:248
668
+ msgid "revisions"
669
+ msgstr "revisões"
670
+
671
+ #: admin/pages/advanced.php:251
672
+ msgid ""
673
+ "WordPress automatically saves revisions when you are working on posts and "
674
+ "pages. These can begin to add up pretty quick. By default, there is no limit "
675
+ "in place. We have seen posts with over 1,000 revisions. Multiply this by 50 "
676
+ "pages and suddenly you have over 50,000 revisions sitting in your database. "
677
+ "The problem with this is that you will most likely never use them and they "
678
+ "can start slowing down your database as well as using disk space.\n"
679
+ "So we recommend either disabling or limiting your revisions. "
680
+ msgstr ""
681
+ "WordPress salva automaticamente revisões quando você está trabalhando em "
682
+ "posts e páginas. Estes podem começar a somar muito rápido. Por padrão, não "
683
+ "há limite no lugar. Vimos postagens com mais de 1.000 revisões. Multiplique "
684
+ "isso por 50 páginas e, de repente, você terá mais de 50.000 revisões em seu "
685
+ "banco de dados. O problema com isso é que você provavelmente nunca os usará "
686
+ "e eles podem começar a desacelerar seu banco de dados e também usar espaço "
687
+ "em disco. NPor isso, recomendamos desabilitar ou limitar suas revisões. "
688
+
689
+ #: admin/pages/advanced.php:262
690
+ msgid ""
691
+ "WordPress by default automatically saves a draft every 60 seconds (1 "
692
+ "minute). There are reasons why you might want to change this."
693
+ msgstr ""
694
+ "O WordPress, por padrão, salva automaticamente um rascunho a cada 60 "
695
+ "segundos (1 minuto). Existem razões pelas quais você pode querer mudar isso."
696
+
697
+ #: admin/pages/advanced.php:262
698
+ msgid "Disables automatic saving of drafts."
699
+ msgstr "Desativa a gravação automática de rascunhos."
700
+
701
+ #: admin/pages/advanced.php:272
702
+ msgid ""
703
+ "Function of text formatting. This function makes the text more correct, "
704
+ "readable and visually appealing. But sometimes this function may prevent you "
705
+ "from using certain codes and symbols."
706
+ msgstr ""
707
+ "Função de formatação de texto. Esta função torna o texto mais correto, "
708
+ "legível e visualmente atraente. Mas às vezes essa função pode impedir que "
709
+ "você use determinados códigos e símbolos."
710
+
711
+ #: admin/pages/advanced.php:272
712
+ msgid "Disable Texturization - Smart Quotes."
713
+ msgstr "Desativar Texturization - Smart Quotes."
714
+
715
+ #: admin/pages/advanced.php:282
716
+ msgid ""
717
+ "Replaces the incorrectly written letter \"p\" in the middle of WordPress "
718
+ "(you need to write with the capital P in the middle)."
719
+ msgstr ""
720
+ "Substitui a letra incorretamente escrita \"p \" no meio do WordPress (você "
721
+ "precisa escrever com a maiúscula P no meio)."
722
+
723
+ #: admin/pages/advanced.php:282
724
+ msgid "Disable capitalization in Wordpress branding."
725
+ msgstr "Desative a capitalização na marca do WordPress."
726
+
727
+ #: admin/pages/advanced.php:292
728
+ msgid ""
729
+ "Replaces the double shifting of a string to an HTML p ... /p construct, and "
730
+ "a single one on br."
731
+ msgstr ""
732
+ "Substitui o deslocamento duplo de uma cadeia de caracteres por uma "
733
+ "construção HTML p ... / p e uma única em br."
734
+
735
+ #: admin/pages/advanced.php:292
736
+ msgid "Disable auto inserted paragraphs."
737
+ msgstr "Desativar parágrafos inseridos automaticamente."
738
+
739
+ #: admin/pages/components.php:40
740
+ msgid "Components"
741
+ msgstr "Componentes"
742
+
743
+ #: admin/pages/components.php:129
744
+ msgid "Robin image optimizer"
745
+ msgstr ""
746
+
747
+ #: admin/pages/components.php:134
748
+ msgid ""
749
+ "Automatic image optimization without any quality loss. No limitations, no "
750
+ "paid plans. The best Wordpress image optimization plugin allows optimizing "
751
+ "any amount of images for free!"
752
+ msgstr ""
753
+
754
+ #: admin/pages/components.php:138
755
+ msgid "Hide login page"
756
+ msgstr "Esconder a página de login"
757
+
758
+ #: admin/pages/components.php:143
759
+ msgid ""
760
+ "Hide Login Page is a very light plugin that lets you easily and safely "
761
+ "change the url of the login form page to anything you want."
762
+ msgstr ""
763
+ "Hide Login Page é um plugin muito leve que permite mudar de forma fácil e "
764
+ "segura o URL da página de formulário de login para qualquer coisa que você "
765
+ "queira."
766
+
767
+ #: admin/pages/components.php:147
768
+ msgid "Html minify"
769
+ msgstr "Html Minify"
770
+
771
+ #: admin/pages/components.php:151
772
+ msgid ""
773
+ "Ever look at the HTML markup of your website and notice how sloppy and "
774
+ "amateurish it looks? The Minify HTML options cleans up sloppy looking markup "
775
+ "and minifies, which also speeds up download"
776
+ msgstr ""
777
+
778
+ #: admin/pages/components.php:155
779
+ msgid "Minify and combine (JS, CSS)"
780
+ msgstr ""
781
+
782
+ #: admin/pages/components.php:159
783
+ msgid ""
784
+ "Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed "
785
+ "Insights by merging and minifying CSS, JavaScript."
786
+ msgstr ""
787
+
788
+ #: admin/pages/components.php:163
789
+ msgid "Google Analytics Cache"
790
+ msgstr "Cache analítico do Google"
791
+
792
+ #: admin/pages/components.php:167
793
+ msgid ""
794
+ "To improve Google Page Speed indicators Analytics caching is needed. "
795
+ "However, it can also slightly increase your website loading speed, because "
796
+ "Analytics js files will load locally."
797
+ msgstr ""
798
+
799
+ #: admin/pages/components.php:171
800
+ msgid "Updates manager"
801
+ msgstr "Gerente de atualizações"
802
+
803
+ #: admin/pages/components.php:175
804
+ msgid "Disable updates enable auto updates for themes, plugins and WordPress."
805
+ msgstr ""
806
+ "Desabilitar atualizações habilitar atualizações automáticas para temas, "
807
+ "plugins e WordPress."
808
+
809
+ #: admin/pages/components.php:179
810
+ msgid "Comments tools"
811
+ msgstr "Ferramentas de comentários"
812
+
813
+ #: admin/pages/components.php:183
814
+ msgid ""
815
+ "Bulk disable and remove comments, disable “Website” field, hides external "
816
+ "links, disable XML-RPC."
817
+ msgstr ""
818
+ "Em massa desative e remova comentários, desative o campo \"Site\", oculte "
819
+ "links externos, desative o XML-RPC."
820
+
821
+ #: admin/pages/components.php:187
822
+ msgid "Widgets tools"
823
+ msgstr "Ferramentas Widgets"
824
+
825
+ #: admin/pages/components.php:191
826
+ msgid "Disable unused widgets such as tag cloud, links, calendar etc."
827
+ msgstr ""
828
+ "Desativar widgets não utilizados, como nuvem de tags, links, calendário etc."
829
+
830
+ #: admin/pages/components.php:195
831
+ msgid "Asset manager"
832
+ msgstr "Gerente de ativos"
833
+
834
+ #: admin/pages/components.php:199
835
+ msgid ""
836
+ "Selectively disable unused scripts and styles on the pages of your website."
837
+ msgstr ""
838
+ "Desativar seletivamente scripts e estilos não utilizados nas páginas do seu "
839
+ "site."
840
+
841
+ #: admin/pages/components.php:203
842
+ msgid "Disable admin notices"
843
+ msgstr "Desativar avisos do administrador"
844
+
845
+ #: admin/pages/components.php:207
846
+ msgid ""
847
+ "Disables admin notices bulk or individually. Collects notices into the admin "
848
+ "bar."
849
+ msgstr ""
850
+ "Desativa os avisos de administração em massa ou individualmente. Coleta "
851
+ "avisos na barra de administração."
852
+
853
+ #: admin/pages/components.php:211
854
+ msgid "Admin bar manager"
855
+ msgstr "Gerenciador de barras de administração"
856
+
857
+ #: admin/pages/components.php:215
858
+ msgid "Disables admin bar. Allows to change and remove admin bar elements."
859
+ msgstr ""
860
+ "Desativa a barra de administração. Permite alterar e remover elementos da "
861
+ "barra de administração."
862
+
863
+ #: admin/pages/components.php:219
864
+ msgid "Posts tools"
865
+ msgstr "Ferramentas de posts"
866
+
867
+ #: admin/pages/components.php:223
868
+ msgid ""
869
+ "Disable revisions, disable posts autosave, disable smart quotes and disable "
870
+ "auto paragraphs."
871
+ msgstr ""
872
+ "Desative as revisões, desabilite as mensagens de gravação automática, "
873
+ "desative aspas e desative os parágrafos automáticos."
874
+
875
+ #: admin/pages/components.php:227
876
+ msgid "Yoast SEO optimization"
877
+ msgstr "Otimização de SEO do Yoast"
878
+
879
+ #: admin/pages/components.php:231
880
+ msgid "Set of optimization functions for the popular Yoast SEO plugin."
881
+ msgstr "Conjunto de funções de otimização para o popular plugin Yoast SEO."
882
+
883
+ #: admin/pages/components.php:237
884
+ msgid "Transliteration of Cyrillic alphabet"
885
+ msgstr "Transliteração do alfabeto cirílico"
886
+
887
+ #: admin/pages/components.php:241
888
+ msgid ""
889
+ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to "
890
+ "the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
891
+ "languages."
892
+ msgstr ""
893
+ "Converte permalinks cirílicos de post, páginas, taxonomias e arquivos de "
894
+ "mídia para o alfabeto latino. Suporta as línguas russa, ucraniana, georgiana "
895
+ "e búlgara."
896
+
897
+ #: admin/pages/components.php:281
898
+ msgid "<strong>Plugin Components</strong>."
899
+ msgstr "<strong>Componentes de plug-in</strong>."
900
+
901
+ #: admin/pages/components.php:283
902
+ msgid ""
903
+ "These are components of the plugin bundle. When you activate the plugin, all "
904
+ "the components turned on by default. If you don’t need some function, you "
905
+ "can easily turn it off on this page."
906
+ msgstr ""
907
+ "Estes são componentes do pacote de plugins. Quando você ativa o plug-in, "
908
+ "todos os componentes são ativados por padrão. Se você não precisa de alguma "
909
+ "função, pode facilmente desativá-la nesta página."
910
+
911
+ #: admin/pages/components.php:329
912
+ msgid "Premium"
913
+ msgstr ""
914
+
915
+ #: admin/pages/defence.php:34
916
+ msgid "Defence"
917
+ msgstr "Defesa"
918
+
919
+ #: admin/pages/defence.php:53
920
+ msgid "<strong>Base settings</strong>."
921
+ msgstr "<strong>Configurações básicas</strong>."
922
+
923
+ #: admin/pages/defence.php:53
924
+ msgid "Basic recommended security settings."
925
+ msgstr "Configurações básicas de segurança recomendadas."
926
+
927
+ #: admin/pages/defence.php:62
928
+ msgid ""
929
+ "An attacker can find out the author's login, using a similar request to get "
930
+ "your site. mysite.com/?author=1"
931
+ msgstr ""
932
+ "Um invasor pode descobrir o login do autor, usando uma solicitação "
933
+ "semelhante para obter seu site. mysite.com/?author=1"
934
+
935
+ #: admin/pages/defence.php:62
936
+ msgid "Sets the redirect to exclude the possibility of obtaining a login."
937
+ msgstr ""
938
+ "Define o redirecionamento para excluir a possibilidade de obter um login."
939
+
940
+ #: admin/pages/defence.php:72
941
+ msgid ""
942
+ "WP by default shows whether you entered a wrong login or incorrect password, "
943
+ "which allows attackers to understand if there is a certain user on the site, "
944
+ "and then start searching through the passwords."
945
+ msgstr ""
946
+ "O WP, por padrão, mostra se você digitou um login incorreto ou uma senha "
947
+ "incorreta, o que permite que os invasores entendam se há um determinado "
948
+ "usuário no site e, em seguida, iniciem a pesquisa pelas senhas."
949
+
950
+ #: admin/pages/defence.php:72
951
+ msgid ""
952
+ "Changes in the text of the error so that attackers could not find the login."
953
+ msgstr ""
954
+ "Alterações no texto do erro para que os invasores não encontrem o login."
955
+
956
+ #: admin/pages/defence.php:80
957
+ msgid "Disable XML-RPC"
958
+ msgstr "Desativar o XML-RPC"
959
+
960
+ #: admin/pages/defence.php:82
961
+ msgid ""
962
+ "A pingback is basically an automated comment that gets created when another "
963
+ "blog links to you. A self-pingback is created when you link to an article "
964
+ "within your own blog. Pingbacks are essentially nothing more than spam and "
965
+ "simply waste resources."
966
+ msgstr ""
967
+ "Um pingback é basicamente um comentário automatizado que é criado quando "
968
+ "outro blog é direcionado a você. Um pingback automático é criado quando você "
969
+ "vincula um artigo ao seu próprio blog. Pingbacks são essencialmente nada "
970
+ "mais que spam e simplesmente desperdiçam recursos."
971
+
972
+ #: admin/pages/defence.php:82
973
+ msgid "Removes the server responses a reference to the xmlrpc file."
974
+ msgstr "Remove as respostas do servidor uma referência ao arquivo xmlrpc."
975
+
976
+ #: admin/pages/defence.php:88
977
+ msgid "<strong>Hide WordPress versions</strong>"
978
+ msgstr ""
979
+
980
+ #: admin/pages/defence.php:88
981
+ msgid ""
982
+ "WordPress itself and many plugins shows their version at the public areas of "
983
+ "your site. An attacker received this information may be aware of the "
984
+ "vulnerabilities found in the version of the WordPress core or plugins."
985
+ msgstr ""
986
+ "O próprio WordPress e muitos plugins mostram sua versão nas áreas públicas "
987
+ "do seu site. Um invasor recebeu essa informação pode estar ciente das "
988
+ "vulnerabilidades encontradas na versão do núcleo do WordPress ou plugins."
989
+
990
+ #: admin/pages/defence.php:97
991
+ msgid ""
992
+ "This function will remove all html comments in the source code, except for "
993
+ "special and hidden comments. This is necessary to hide the version of "
994
+ "installed plugins."
995
+ msgstr ""
996
+ "Essa função removerá todos os comentários html no código-fonte, exceto para "
997
+ "comentários especiais e ocultos. Isso é necessário para ocultar a versão dos "
998
+ "plugins instalados."
999
+
1000
+ #: admin/pages/defence.php:97
1001
+ msgid "Remove html comments in source code."
1002
+ msgstr "Remover comentários html no código-fonte."
1003
+
1004
+ #: admin/pages/defence.php:105 admin/pages/defence.php:120
1005
+ #: admin/pages/defence.php:131 admin/pages/defence.php:148
1006
+ #: admin/pages/seo.php:76 admin/pages/seo.php:115 admin/pages/seo.php:129
1007
+ #: admin/pages/seo.php:146 admin/pages/seo.php:160 admin/pages/seo.php:170
1008
+ #: admin/pages/seo.php:223
1009
+ msgid "Recommended"
1010
+ msgstr "Recomendado"
1011
+
1012
+ #: admin/pages/defence.php:107
1013
+ msgid ""
1014
+ "Allows attacker to learn the version of WP installed on the site. This meta "
1015
+ "tag has no useful function."
1016
+ msgstr ""
1017
+ "Permite que o invasor aprenda a versão do WP instalada no site. Esta meta "
1018
+ "tag não tem função útil."
1019
+
1020
+ #: admin/pages/defence.php:107
1021
+ #, php-format
1022
+ msgid "Removes the meta tag from the %s section"
1023
+ msgstr "Remove a metatag da seção %s"
1024
+
1025
+ #: admin/pages/defence.php:113
1026
+ msgid "Remove query strings from static resources"
1027
+ msgstr ""
1028
+
1029
+ #: admin/pages/defence.php:113
1030
+ msgid ""
1031
+ "This funcitons will remove query strings from static resources like CSS & JS "
1032
+ "files inside the HTML <head> element to improve your speed scores in "
1033
+ "services like Pingdom, GTmetrix, PageSpeed and YSlow."
1034
+ msgstr ""
1035
+
1036
+ #: admin/pages/defence.php:122 admin/pages/defence.php:133
1037
+ msgid ""
1038
+ "To make it more difficult for others to hack your website you can remove the "
1039
+ "WordPress version number from your site, your css and js. Without that "
1040
+ "number it's not possible to see if you run not the current version to "
1041
+ "exploit bugs from the older versions. <br><br>\n"
1042
+ "\t\t\t\t\tAdditionally it can improve the loading speed of your site, "
1043
+ "because without query strings in the URL the css and js files can be cached."
1044
+ msgstr ""
1045
+ "Para tornar mais difícil para os outros hackear o seu site, você pode "
1046
+ "remover o número da versão do WordPress do seu site, do seu CSS e do js. Sem "
1047
+ "esse número, não é possível ver se você não executa a versão atual para "
1048
+ "explorar bugs das versões mais antigas. <br> <br> n t t t t "
1049
+ "tAlternativamente, pode melhorar a velocidade de carregamento do seu site, "
1050
+ "porque sem strings de consulta na URL, os arquivos css e js podem ser "
1051
+ "armazenados em cache."
1052
+
1053
+ #: admin/pages/defence.php:123
1054
+ msgid ""
1055
+ "Removes wordpress version number from scripts (not logged in user only)."
1056
+ msgstr ""
1057
+ "Remove o número da versão do wordpress dos scripts (não está conectado "
1058
+ "apenas ao usuário)."
1059
+
1060
+ #: admin/pages/defence.php:134
1061
+ msgid ""
1062
+ "Removes the wordpress version number from stylesheets (not logged in user "
1063
+ "only)."
1064
+ msgstr ""
1065
+ "Remove o número da versão do wordpress das folhas de estilo (não está "
1066
+ "conectado apenas ao usuário)."
1067
+
1068
+ #: admin/pages/defence.php:148
1069
+ msgid "Disable remove versions for auth users"
1070
+ msgstr ""
1071
+
1072
+ #: admin/pages/defence.php:157
1073
+ msgid "Exclude stylesheet/script file names"
1074
+ msgstr "Excluir nomes de arquivo de folha de estilos / script"
1075
+
1076
+ #: admin/pages/defence.php:159
1077
+ msgid ""
1078
+ "Enter Stylesheet/Script file names to exclude from version removal (each "
1079
+ "exclude file starts with a new line)"
1080
+ msgstr ""
1081
+ "Insira os nomes dos arquivos de folha de estilo / script a serem excluídos "
1082
+ "da remoção da versão (cada arquivo de exclusão começa com uma nova linha)"
1083
+
1084
+ #: admin/pages/defence.php:159
1085
+ msgid "Example"
1086
+ msgstr "Exemplo"
1087
+
1088
+ #: admin/pages/license.php:52
1089
+ msgid "License"
1090
+ msgstr ""
1091
+
1092
+ #: admin/pages/license.php:139 includes/classes/class.package.php:258
1093
+ msgid "Update in progress..."
1094
+ msgstr ""
1095
+
1096
+ #: admin/pages/license.php:139
1097
+ msgid "Components have been successfully updated!"
1098
+ msgstr ""
1099
+
1100
+ #: admin/pages/license.php:139
1101
+ msgid "update now"
1102
+ msgstr ""
1103
+
1104
+ #: admin/pages/license.php:151
1105
+ msgid "Updates are available for one of the components."
1106
+ msgstr ""
1107
+
1108
+ #: admin/pages/license.php:278
1109
+ #, php-format
1110
+ msgid "Upgrade to Premium for $%s"
1111
+ msgstr ""
1112
+
1113
+ #: admin/pages/license.php:283
1114
+ #, php-format
1115
+ msgid "Your current license for %1$s:"
1116
+ msgstr ""
1117
+
1118
+ #: admin/pages/license.php:288
1119
+ msgid "Delete Key"
1120
+ msgstr ""
1121
+
1122
+ #: admin/pages/license.php:290
1123
+ msgid "Synchronization"
1124
+ msgstr ""
1125
+
1126
+ #: admin/pages/license.php:297
1127
+ #, php-format
1128
+ msgid "(Automatic renewal, every %s"
1129
+ msgstr ""
1130
+
1131
+ #: admin/pages/license.php:306
1132
+ msgid ""
1133
+ "Public License is a GPLv2 compatible license allowing you to change and use "
1134
+ "this version of the plugin for free. Please keep in mind this license covers "
1135
+ "only free edition of the plugin. Premium versions are distributed with other "
1136
+ "type of a license."
1137
+ msgstr ""
1138
+
1139
+ #: admin/pages/license.php:310
1140
+ msgid ""
1141
+ "You use a paid subscription for the plugin updates. In case you don’t want "
1142
+ "to receive paid updates, please, click <a data-action=\"unsubscribe\" class="
1143
+ "\"wcl-control-btn\" href=\"#\">cancel subscription</a>"
1144
+ msgstr ""
1145
+
1146
+ #: admin/pages/license.php:315
1147
+ msgid ""
1148
+ "Your license has expired, please extend the license to get updates and "
1149
+ "support."
1150
+ msgstr ""
1151
+
1152
+ #: admin/pages/license.php:323
1153
+ msgid "domain"
1154
+ msgstr ""
1155
+
1156
+ #: admin/pages/license.php:327
1157
+ msgid "plan"
1158
+ msgstr ""
1159
+
1160
+ #: admin/pages/license.php:331
1161
+ msgid "of"
1162
+ msgstr ""
1163
+
1164
+ #: admin/pages/license.php:332
1165
+ msgid "active sites"
1166
+ msgstr ""
1167
+
1168
+ #: admin/pages/license.php:337
1169
+ msgid "version"
1170
+ msgstr ""
1171
+
1172
+ #: admin/pages/license.php:338
1173
+ msgid "up-to-date"
1174
+ msgstr ""
1175
+
1176
+ #: admin/pages/license.php:343
1177
+ msgid "EXPIRED!"
1178
+ msgstr ""
1179
+
1180
+ #: admin/pages/license.php:344
1181
+ msgid "please update the key"
1182
+ msgstr ""
1183
+
1184
+ #: admin/pages/license.php:353
1185
+ msgid "day(s)"
1186
+ msgstr ""
1187
+
1188
+ #: admin/pages/license.php:355
1189
+ msgid "remained"
1190
+ msgstr ""
1191
+
1192
+ #: admin/pages/license.php:366
1193
+ msgid "Have a key to activate the premium version? Paste it here:"
1194
+ msgstr ""
1195
+
1196
+ #: admin/pages/license.php:368
1197
+ msgid "Have a key to activate the plugin? Paste it here:"
1198
+ msgstr ""
1199
+
1200
+ #: admin/pages/license.php:374
1201
+ msgid "Submit Key"
1202
+ msgstr ""
1203
+
1204
+ #: admin/pages/license.php:382
1205
+ #, php-format
1206
+ msgid ""
1207
+ "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Lean more</a> about the "
1208
+ "premium version and get the license key to activate it now!"
1209
+ msgstr ""
1210
+
1211
+ #: admin/pages/license.php:386
1212
+ #, php-format
1213
+ msgid ""
1214
+ "Can’t find your key? Go to <a href=\"%s\" target=\"_blank\" rel=\"noopener"
1215
+ "\">this page</a> and login using the e-mail address associated with your "
1216
+ "purchase."
1217
+ msgstr ""
1218
+
1219
+ #: admin/pages/performance-google.php:46
1220
+ msgid "Google services"
1221
+ msgstr "Serviços do Google"
1222
+
1223
+ #: admin/pages/performance-google.php:85
1224
+ msgid "<strong>Fonts and Maps</strong>."
1225
+ msgstr "<strong>Fontes e mapas</strong>."
1226
+
1227
+ #: admin/pages/performance-google.php:85
1228
+ msgid ""
1229
+ "Google Fonts and Maps strongly affect your website loading speed. Use "
1230
+ "settings below to disable or optimize Google fonts and Maps."
1231
+ msgstr ""
1232
+ "As fontes e o Google Maps afetam fortemente a velocidade de carregamento de "
1233
+ "seu website. Use as configurações abaixo para desativar ou otimizar as "
1234
+ "fontes do Google e o Google Maps."
1235
+
1236
+ #: admin/pages/performance-google.php:94
1237
+ msgid ""
1238
+ "By default, WordPress loads Google fonts synchronously, that is, your page "
1239
+ "will not be fully loaded until Google Fonts are loaded. This algorithm slows "
1240
+ "down the loading of your page and leads to errors when checking the site in "
1241
+ "Google Page Speed. Using this option, your Google Fonts will be loaded after "
1242
+ "your page is fully loaded. This method has a negative — you and visitors of "
1243
+ "your site will see how the font changes while loading a page, from the "
1244
+ "system to the downloadable one."
1245
+ msgstr ""
1246
+ "Por padrão, o WordPress carrega fontes do Google de maneira síncrona, ou "
1247
+ "seja, sua página não será totalmente carregada até que as fontes do Google "
1248
+ "sejam carregadas. Esse algoritmo retarda o carregamento de sua página e leva "
1249
+ "a erros ao verificar o site no Google Page Speed. Usando essa opção, suas "
1250
+ "fontes do Google serão carregadas depois que sua página estiver totalmente "
1251
+ "carregada. Esse método tem um negativo - você e os visitantes do seu site "
1252
+ "verão como a fonte muda ao carregar uma página, do sistema para o que pode "
1253
+ "ser baixado."
1254
+
1255
+ #: admin/pages/performance-google.php:104
1256
+ msgid ""
1257
+ "This function stops loading of Open Sans and other fonts used by WordPress "
1258
+ "and bundled themes (Twenty Twelve, Twenty Thirteen, Twenty Fourteen, Twenty "
1259
+ "Fifteen, Twenty Sixteen, Twenty Seventeen) from Google Fonts.\n"
1260
+ "Reasons for not using Google Fonts might be privacy and security, local "
1261
+ "development or production, blocking of Google’s servers, characters not "
1262
+ "supported by font, performance."
1263
+ msgstr ""
1264
+ "Esta função interrompe o carregamento de Open Sans e outras fontes usadas "
1265
+ "pelo WordPress e temas combinados (Twenty Twelve, Twenty Thirteen, Twenty "
1266
+ "Quatorze, Twentyteen, Twenty Sixteen, Twenty Seventeen) do Google Fonts. "
1267
+ "NAs razões para não usar o Google Fonts podem ser privacidade e segurança, "
1268
+ "desenvolvimento local ou produção, bloqueio de servidores do Google, "
1269
+ "caracteres não suportados por fonte, performance."
1270
+
1271
+ #: admin/pages/performance-google.php:115
1272
+ msgid ""
1273
+ "This function stops loading of Google Maps used by some themes or plugins.\n"
1274
+ "Reasons for not using Google Maps might be privacy and security, local "
1275
+ "development or production, blocking of Google’s servers, performance, not "
1276
+ "necessary, etc."
1277
+ msgstr ""
1278
+ "Essa função interrompe o carregamento do Google Maps usado por alguns temas "
1279
+ "ou plug-ins. NOs motivos para não usar o Google Maps podem ser privacidade "
1280
+ "e segurança, desenvolvimento ou produção local, bloqueio de servidores do "
1281
+ "Google, desempenho desnecessário, etc."
1282
+
1283
+ #: admin/pages/performance-google.php:132
1284
+ msgid ""
1285
+ "By default, the \"Disable Google Maps\" option removes maps inserted with "
1286
+ "the SCRIPT tag from the page source code. However, you can also cut out all "
1287
+ "maps inserted via the iframe by enabling this option."
1288
+ msgstr ""
1289
+ "Por padrão, a opção \"Desativar o Google Maps \" remove os mapas inseridos "
1290
+ "com a tag SCRIPT do código-fonte da página. No entanto, você também pode "
1291
+ "recortar todos os mapas inseridos por meio do iframe ativando essa opção."
1292
+
1293
+ #: admin/pages/performance-google.php:141
1294
+ msgid "Posts or Pages IDs separated by a ,"
1295
+ msgstr "Postagens ou IDs de páginas separadas por um,"
1296
+
1297
+ #: admin/pages/performance.php:41
1298
+ msgid "Performance"
1299
+ msgstr "atuação"
1300
+
1301
+ #: admin/pages/performance.php:69
1302
+ msgid "<strong>Clear the unnecessary scripts</strong>"
1303
+ msgstr "<strong>Limpar os scripts desnecessários</strong>"
1304
+
1305
+ #: admin/pages/performance.php:69
1306
+ msgid ""
1307
+ "This set of settings will help you remove unnecessary links and code from "
1308
+ "the head section, as well as reduce your website's pages weight."
1309
+ msgstr ""
1310
+ "Esse conjunto de configurações ajudará a remover links e códigos "
1311
+ "desnecessários da seção principal, além de reduzir o peso das páginas do seu "
1312
+ "site."
1313
+
1314
+ #: admin/pages/performance.php:78
1315
+ msgid ""
1316
+ "By default, WordPress generates all types of different RSS feeds for your "
1317
+ "site. While RSS feeds can be useful if you are running a blog, businesses "
1318
+ "might not always utilize these. Not every site out there has a blog."
1319
+ msgstr ""
1320
+ "Por padrão, o WordPress gera todos os tipos de feeds RSS diferentes para o "
1321
+ "seu site. Embora os feeds RSS possam ser úteis se você estiver executando um "
1322
+ "blog, as empresas podem nem sempre utilizá-los. Nem todo site tem um blog."
1323
+
1324
+ #: admin/pages/performance.php:78
1325
+ #, php-format
1326
+ msgid ""
1327
+ "Removes a link to the RSS-feed from the %s section, closes and puts the "
1328
+ "redirect from all RSS-feeds."
1329
+ msgstr ""
1330
+ "Remove um link para o feed RSS da seção %s , fecha e coloca o "
1331
+ "redirecionamento de todos os feeds RSS."
1332
+
1333
+ #: admin/pages/performance.php:93
1334
+ msgid "Redirect 301"
1335
+ msgstr "Redirecionar 301"
1336
+
1337
+ #: admin/pages/performance.php:94
1338
+ msgid "Page 404"
1339
+ msgstr "Página 404"
1340
+
1341
+ #: admin/pages/performance.php:96
1342
+ msgid "Redirect feed requests"
1343
+ msgstr "Solicitações de feed de redirecionamento"
1344
+
1345
+ #: admin/pages/performance.php:97
1346
+ msgid ""
1347
+ "Forward all requests to page 404 or to the main page through 301 redirects."
1348
+ msgstr ""
1349
+ "Encaminhar todos os pedidos para a página 404 ou para a página principal "
1350
+ "através de redirecionamentos 301."
1351
+
1352
+ #: admin/pages/performance.php:108
1353
+ msgid ""
1354
+ "The WordPress REST API provides API endpoints for WordPress data types that "
1355
+ "allow developers to interact with sites remotely by sending and receiving "
1356
+ "JSON (JavaScript Object Notation) objects. However, a lot of sites don’t use "
1357
+ "this, and therefore in most cases, it is just unnecessary code."
1358
+ msgstr ""
1359
+ "A API REST do WordPress fornece pontos de extremidade de API para tipos de "
1360
+ "dados do WordPress que permitem aos desenvolvedores interagir com sites "
1361
+ "remotamente enviando e recebendo objetos JSON (JavaScript Object Notation). "
1362
+ "No entanto, muitos sites não usam isso e, portanto, na maioria dos casos, é "
1363
+ "apenas um código desnecessário."
1364
+
1365
+ #: admin/pages/performance.php:108
1366
+ msgid ""
1367
+ "Removes REST API link tag from the front end and the REST API header link "
1368
+ "from page requests."
1369
+ msgstr ""
1370
+ "Remove a tag de link da API REST do front-end e o link do cabeçalho da API "
1371
+ "REST das solicitações de página."
1372
+
1373
+ #: admin/pages/performance.php:118
1374
+ msgid ""
1375
+ "Emojis are fun and all, but if you are aren’t using them they actually load "
1376
+ "a JavaScript file (wp-emoji-release.min.js) on every page of your website. "
1377
+ "For a lot of businesses, this is not needed and simply adds load time to "
1378
+ "your site. So we recommend disabling this."
1379
+ msgstr ""
1380
+ "Emojis são divertidos e tudo, mas se você não estiver usando eles, eles "
1381
+ "carregam um arquivo JavaScript (wp-emoji-release.min.js) em todas as páginas "
1382
+ "do seu site. Para muitas empresas, isso não é necessário e simplesmente "
1383
+ "adiciona tempo de carregamento ao seu site. Por isso, recomendamos "
1384
+ "desabilitar isso."
1385
+
1386
+ #: admin/pages/performance.php:118
1387
+ msgid "Removes WordPress Emojis JavaScript file (wp-emoji-release.min.js)."
1388
+ msgstr ""
1389
+ "Remove o arquivo JavaScript do Emojis do WordPress (wp-emoji-release.min.js)."
1390
+
1391
+ #: admin/pages/performance.php:128
1392
+ msgid ""
1393
+ "They started adding jQuery migrate in WordPress 3.6. Most up-to-date "
1394
+ "frontend code and plugins don’t require jquery-migrate.min.js. In most "
1395
+ "cases, this simply adds unnecessary load to your site. You can see this "
1396
+ "running if you launch Chrome Devtools console."
1397
+ msgstr ""
1398
+ "Eles começaram a adicionar jQuery migrar no WordPress 3.6. A maioria dos "
1399
+ "plug-ins e código de front-end atualizados não requer o jquery-migrate.min."
1400
+ "js. Na maioria dos casos, isso simplesmente adiciona carga desnecessária ao "
1401
+ "seu site. Você pode ver isso em execução se você iniciar o console do Chrome "
1402
+ "Devtools."
1403
+
1404
+ #: admin/pages/performance.php:128
1405
+ msgid "Removes jQuery Migrate JavaScript file (jquery-migrate.min.js)."
1406
+ msgstr "Remove o arquivo jQuery Migrate JavaScript (jquery-migrate.min.js)."
1407
+
1408
+ #: admin/pages/performance.php:128
1409
+ msgid "Warning! If there is a broke on your site, disable this option!"
1410
+ msgstr "Atenção! Se houver um problema no seu site, desative esta opção!"
1411
+
1412
+ #: admin/pages/performance.php:138
1413
+ msgid ""
1414
+ "Embeds were released with WordPress 4.4. This is basically the magic that "
1415
+ "auto converts your YouTube videos, Tweets, and URLs into pretty previews "
1416
+ "while you are editing. However, this actually loads a JavaScript file (wp-"
1417
+ "embed.min.js) on every page of your website. If you don’t care about the "
1418
+ "auto converting preview (which we don’t), you can disable this across your "
1419
+ "site."
1420
+ msgstr ""
1421
+ "As incorporações foram lançadas com o WordPress 4.4. Esta é basicamente a "
1422
+ "mágica que auto converte seus vídeos do YouTube, Tweets e URLs em "
1423
+ "visualizações bonitas enquanto você está editando. No entanto, isso "
1424
+ "realmente carrega um arquivo JavaScript (wp-embed.min.js) em todas as "
1425
+ "páginas do seu site. Se você não se importa com a visualização da conversão "
1426
+ "automática (o que não acontece), você pode desativá-la em todo o site."
1427
+
1428
+ #: admin/pages/performance.php:138
1429
+ msgid "Removes WordPress Embed JavaScript file (wp-embed.min.js)"
1430
+ msgstr "Remove o arquivo JavaScript do WordPress Incorporado (wp-embed.min.js)"
1431
+
1432
+ #: admin/pages/performance.php:157
1433
+ msgid ""
1434
+ "The above link is used by blog clients. If you edit your site from your "
1435
+ "browser then you don’t need this. It is also used by some 3rd party "
1436
+ "applications that utilize XML-RPC requests. In most cases, this is just "
1437
+ "unnecessary code."
1438
+ msgstr ""
1439
+ "O link acima é usado pelos clientes do blog. Se você editar seu site a "
1440
+ "partir do seu navegador, não precisará disso. Ele também é usado por alguns "
1441
+ "aplicativos de terceiros que utilizam solicitações XML-RPC. Na maioria dos "
1442
+ "casos, isso é apenas um código desnecessário."
1443
+
1444
+ #: admin/pages/performance.php:157
1445
+ msgid "Remove RSD (Real Simple Discovery) link tag."
1446
+ msgstr "Remova a tag de link RSD (Real Simple Discovery)."
1447
+
1448
+ #: admin/pages/performance.php:166
1449
+ msgid ""
1450
+ "The profile attribute specifies the metadata profile address. Usually, the "
1451
+ "browser recognizes the value of this attribute and executes some conventions "
1452
+ "related to the specified profile. Loading the document itself at the "
1453
+ "specified address does not really happen, moreover, it may not exist at "
1454
+ "all.\n"
1455
+ "In particular, the profile is used for the XFN microformat (XHTML Friends "
1456
+ "Network) - a way of representing relationships between people using links "
1457
+ "and rel attributes with different values. WordPress also actively uses "
1458
+ "profile in its templates.\n"
1459
+ msgstr ""
1460
+ "O atributo profile especifica o endereço do perfil de metadados. "
1461
+ "Normalmente, o navegador reconhece o valor desse atributo e executa algumas "
1462
+ "convenções relacionadas ao perfil especificado. Carregar o documento em si "
1463
+ "no endereço especificado realmente não acontece, além disso, pode não "
1464
+ "existir.\n"
1465
+ "Em particular, o perfil é usado para o microformato XFN (Rede de Amigos "
1466
+ "XHTML) - uma maneira de representar relacionamentos entre pessoas usando "
1467
+ "links e atributos rel com valores diferentes. O WordPress também usa "
1468
+ "ativamente o perfil em seus modelos.\\n\n"
1469
+
1470
+ #: admin/pages/performance.php:168
1471
+ msgid "Remove link tag"
1472
+ msgstr "Remover tag de link"
1473
+
1474
+ #: admin/pages/performance.php:178
1475
+ msgid ""
1476
+ "This link is actually used by Windows Live Writer. If you don’t know use "
1477
+ "Windows Live Writer, which we are guessing you don’t, this is just "
1478
+ "unnecessary code."
1479
+ msgstr ""
1480
+ "Este link é realmente usado pelo Windows Live Writer. Se você não sabe usar "
1481
+ "o Windows Live Writer, o que estamos adivinhando, isso é apenas um código "
1482
+ "desnecessário."
1483
+
1484
+ #: admin/pages/performance.php:178
1485
+ msgid "Remove wlwmanifest (Windows Live Writer) link tag."
1486
+ msgstr "Remova a tag de link wlwmanifest (Windows Live Writer)."
1487
+
1488
+ #: admin/pages/performance.php:188
1489
+ #, php-format
1490
+ msgid ""
1491
+ "By default, the following tag shows up in every WordPress install. %s This "
1492
+ "is used for a shortlink to your pages and posts. However, if you are already "
1493
+ "using pretty permalinks, such as domain.com/post, then there is no reason to "
1494
+ "keep this, it is just unnecessary code."
1495
+ msgstr ""
1496
+ "Por padrão, a tag a seguir aparece em todas as instalações do WordPress. %s "
1497
+ "Isso é usado para um link curto para suas páginas e postagens. No entanto, "
1498
+ "se você já estiver usando permalinks muito bonitos, como domain.com/post, "
1499
+ "então não há razão para manter isso, é apenas um código desnecessário."
1500
+
1501
+ #: admin/pages/performance.php:188
1502
+ msgid "Remove Shortlink link tag."
1503
+ msgstr "Remover tag de link de link curto."
1504
+
1505
+ #: admin/pages/performance.php:198
1506
+ msgid ""
1507
+ "If you use Wordpress as a CMS, then you can delete these links, they can "
1508
+ "only come in handy for a blog."
1509
+ msgstr ""
1510
+ "Se você usar o WordPress como um CMS, então você pode excluir esses links, "
1511
+ "eles só podem vir a calhar para um blog."
1512
+
1513
+ #: admin/pages/performance.php:198
1514
+ msgid ""
1515
+ "Remove the previous and next post links within the wp_head of your wordpress "
1516
+ "theme."
1517
+ msgstr ""
1518
+ "Remova os links de post anterior e seguinte no wp_head do seu tema do "
1519
+ "wordpress."
1520
+
1521
+ #: admin/pages/performance.php:208
1522
+ msgid ""
1523
+ "WP by default for the widget \"recent comments\" prescribes in the code "
1524
+ "styles that are almost impossible to change, because to them apply! "
1525
+ "important."
1526
+ msgstr ""
1527
+ "WP por padrão para o widget \"comentários recentes \" prescreve nos estilos "
1528
+ "de código que são quase impossíveis de mudar, porque para eles se aplicam! "
1529
+ "importante."
1530
+
1531
+ #: admin/pages/performance.php:208
1532
+ msgid "Removes .recentcomments styles from head section."
1533
+ msgstr "Remove os estilos .recentcomments da seção head."
1534
+
1535
+ #: admin/pages/performance.php:218
1536
+ msgid ""
1537
+ "By default, WordPress loads Font Awesome icons synchronously, that is, your "
1538
+ "page will not be fully loaded until Font Awesome icons are loaded. This "
1539
+ "algorithm slows down the loading of your page and leads to errors when "
1540
+ "checking the site in Google Page Speed. Using this option, your Font Awesome "
1541
+ "icons will be loaded after your page is fully loaded. This method has a "
1542
+ "negative — you and visitors of your site will see changes while loading a "
1543
+ "page, from the placeholders to icons."
1544
+ msgstr ""
1545
+ "Por padrão, o WordPress carrega ícones de Font Awesome de forma síncrona, ou "
1546
+ "seja, sua página não será totalmente carregada até que os ícones de Font "
1547
+ "Awesome sejam carregados. Esse algoritmo retarda o carregamento de sua "
1548
+ "página e leva a erros ao verificar o site no Google Page Speed. Usando esta "
1549
+ "opção, seus ícones Font Awesome serão carregados depois que sua página "
1550
+ "estiver totalmente carregada. Este método tem um negativo - você e os "
1551
+ "visitantes do seu site verão alterações durante o carregamento de uma "
1552
+ "página, dos espaços reservados aos ícones."
1553
+
1554
+ #: admin/pages/performance.php:228
1555
+ msgid ""
1556
+ "Dashicons is the official icon font of the WordPress admin as of 3.8. Some "
1557
+ "of you have requested that we add a feature to remove Dashicons. Some themes "
1558
+ "and developers utilize this (dashicons.min.css) on the front-end of their "
1559
+ "sites."
1560
+ msgstr ""
1561
+ "Dashicons é a fonte oficial do ícone do administrador do WordPress a partir "
1562
+ "de 3.8. Alguns de vocês pediram para adicionarmos um recurso para remover o "
1563
+ "Dashicons. Alguns temas e desenvolvedores utilizam isso (dashicons.min.css) "
1564
+ "no front-end de seus sites."
1565
+
1566
+ #: admin/pages/performance.php:238
1567
+ msgid ""
1568
+ "This function that prevents the user’s gravatar being automatically obtained "
1569
+ "from gravatar.com based on their registered email. This would be useful for "
1570
+ "sites where users require an extra layer of privacy, or if you just want to "
1571
+ "prevent potentially silly or embarrasing avatar accidents.\n"
1572
+ "\t\t\tIf you’re using Identicons or any other generated default avatar, the "
1573
+ "user should keep a consistent avatar unless they change their registered "
1574
+ "email.\n"
1575
+ "\t\t\t"
1576
+ msgstr ""
1577
+ "Esta função impede que o gravatar do usuário seja obtido automaticamente de "
1578
+ "gravatar.com baseado em seu email registrado. Isso seria útil para sites em "
1579
+ "que os usuários precisem de uma camada extra de privacidade, ou se você "
1580
+ "quiser evitar acidentes de avatar potencialmente tolos ou embaraçosos. N "
1581
+ "t t tSe você estiver usando Identicons ou qualquer outro avatar padrão "
1582
+ "gerado, o usuário deve manter um avatar consistente, a menos que mude o e-"
1583
+ "mail registrado. n t t t"
1584
+
1585
+ #: admin/pages/quick-start.php:62
1586
+ msgid "Clearfy menu"
1587
+ msgstr "Menu Clearfy"
1588
+
1589
+ #: admin/pages/quick-start.php:71
1590
+ msgid "Quick start"
1591
+ msgstr "Começo rápido"
1592
+
1593
+ #: admin/pages/quick-start.php:109
1594
+ msgid ""
1595
+ "On this page you can quickly configure the plug-in without going into "
1596
+ "details."
1597
+ msgstr ""
1598
+ "Nesta página você pode configurar rapidamente o plug-in sem entrar em "
1599
+ "detalhes."
1600
+
1601
+ #: admin/pages/quick-start.php:187
1602
+ msgid "One click code clearing"
1603
+ msgstr "Uma limpeza de código de clique"
1604
+
1605
+ #: admin/pages/quick-start.php:188
1606
+ msgid "One click security"
1607
+ msgstr "Um clique de segurança"
1608
+
1609
+ #: admin/pages/quick-start.php:190
1610
+ msgid "One click seo optimization"
1611
+ msgstr "Otimização de SEO com um clique"
1612
+
1613
+ #: admin/pages/quick-start.php:194
1614
+ msgid "One click remove default Widgets"
1615
+ msgstr "Um clique remove os widgets padrão"
1616
+
1617
+ #: admin/pages/quick-start.php:204
1618
+ msgid "Reset all settings"
1619
+ msgstr "Redefinir todas as configurações"
1620
+
1621
+ #: admin/pages/quick-start.php:211
1622
+ msgid "Are you sure you want to enable the this options?"
1623
+ msgstr "Tem certeza de que deseja ativar as opções?"
1624
+
1625
+ #: admin/pages/quick-start.php:214 admin/pages/quick-start.php:263
1626
+ msgid ""
1627
+ "After confirmation, all the settings of the plug-in will return to the "
1628
+ "default state. Make backup settings by copying data from the export field."
1629
+ msgstr ""
1630
+ "Após a confirmação, todas as configurações do plug-in retornarão ao estado "
1631
+ "padrão. Faça as configurações de backup copiando os dados do campo de "
1632
+ "exportação."
1633
+
1634
+ #: admin/pages/quick-start.php:218
1635
+ msgid "Confirm"
1636
+ msgstr "confirme"
1637
+
1638
+ #: admin/pages/quick-start.php:219
1639
+ msgid "Cancel"
1640
+ msgstr "Cancelar"
1641
+
1642
+ #: admin/pages/quick-start.php:225
1643
+ msgid ""
1644
+ "These are quick optimization options for your website. You can activate the "
1645
+ "groups of necessary settings in one click. With the fast optimization mode, "
1646
+ "we are enable the only safe settings that do not break your website. That is "
1647
+ "why we recommend you to look at each setting of the plugin individually. The "
1648
+ "settings with grey and red question mark will not be active, until you do it "
1649
+ "yourself."
1650
+ msgstr ""
1651
+ "Estas são opções rápidas de otimização para o seu site. Você pode ativar os "
1652
+ "grupos de configurações necessárias em um clique. Com o modo de otimização "
1653
+ "rápida, ativamos as únicas configurações seguras que não interrompem seu "
1654
+ "website. É por isso que recomendamos que você analise cada configuração do "
1655
+ "plug-in individualmente. As configurações com ponto de interrogação cinza e "
1656
+ "vermelho não estarão ativas até que você faça isso sozinho."
1657
+
1658
+ #: admin/pages/quick-start.php:226
1659
+ msgid "Select what you need to do"
1660
+ msgstr "Selecione o que você precisa fazer"
1661
+
1662
+ #: admin/pages/quick-start.php:228
1663
+ msgid ""
1664
+ "After selecting any optimization case, the plugin will automatically enable "
1665
+ "the necessary settings in safe mode and one click."
1666
+ msgstr ""
1667
+ "Depois de selecionar qualquer caso de otimização, o plug-in ativará "
1668
+ "automaticamente as configurações necessárias no modo de segurança e um "
1669
+ "clique."
1670
+
1671
+ #: admin/pages/quick-start.php:262
1672
+ msgid "Reset settings"
1673
+ msgstr "Redefinir configurações"
1674
+
1675
+ #: admin/pages/quick-start.php:275
1676
+ msgid "Reset"
1677
+ msgstr "Restabelecer"
1678
+
1679
+ #: admin/pages/quick-start.php:277
1680
+ msgid "Do It!"
1681
+ msgstr "Faça!"
1682
+
1683
+ #: admin/pages/quick-start.php:291
1684
+ msgid "Settings successfully updated!"
1685
+ msgstr "Configurações atualizadas com sucesso!"
1686
+
1687
+ #: admin/pages/quick-start.php:294
1688
+ msgid ""
1689
+ "During the setup, an unknown error occurred, please try again or contact the "
1690
+ "plug-in support."
1691
+ msgstr ""
1692
+ "Durante a configuração, ocorreu um erro desconhecido. Tente novamente ou "
1693
+ "entre em contato com o suporte ao plug-in."
1694
+
1695
+ #: admin/pages/quick-start.php:304
1696
+ msgid "Import/Export settings"
1697
+ msgstr "Configurações de importação / exportação"
1698
+
1699
+ #: admin/pages/quick-start.php:307
1700
+ msgid "Import options"
1701
+ msgstr "Opções de importação"
1702
+
1703
+ #: admin/pages/quick-start.php:313
1704
+ msgid "Support"
1705
+ msgstr "Apoio, suporte"
1706
+
1707
+ #: admin/pages/quick-start.php:315
1708
+ msgid ""
1709
+ "If you faced with any issues, please follow the steps below to get quickly "
1710
+ "quality support:"
1711
+ msgstr ""
1712
+ "Se você tiver algum problema, siga as etapas abaixo para obter suporte de "
1713
+ "qualidade rapidamente:"
1714
+
1715
+ #: admin/pages/quick-start.php:318
1716
+ msgid ""
1717
+ "Generate a debug report which will contains inforamtion about your "
1718
+ "configuratin and installed plugins"
1719
+ msgstr ""
1720
+ "Gere um relatório de depuração que conterá informações sobre sua "
1721
+ "configuração e plugins instalados"
1722
+
1723
+ #: admin/pages/quick-start.php:321
1724
+ msgid "Generate Debug Report"
1725
+ msgstr "Gerar relatório de depuração"
1726
+
1727
+ #: admin/pages/quick-start.php:325
1728
+ msgid ""
1729
+ "Send a message to <b>wordpress.webraftic@gmail.com</b> include the debug "
1730
+ "report into the message body."
1731
+ msgstr ""
1732
+ "Envie uma mensagem para <b>wordpress.webraftic@gmail.com</b> e inclua o "
1733
+ "relatório de depuração no corpo da mensagem"
1734
+
1735
+ #: admin/pages/quick-start.php:328
1736
+ msgid "We guarantee to respond you within 7 business day."
1737
+ msgstr "Nós garantimos para respondê-lo dentro de 7 dias úteis."
1738
+
1739
+ #: admin/pages/seo-double-pages.php:37
1740
+ msgid "Duplicate pages"
1741
+ msgstr "Páginas duplicadas"
1742
+
1743
+ #: admin/pages/seo-double-pages.php:86
1744
+ msgid "<strong>Delete duplicate pages.</strong>."
1745
+ msgstr "<strong>Exclua páginas duplicadas.</strong>."
1746
+
1747
+ #: admin/pages/seo-double-pages.php:86
1748
+ msgid ""
1749
+ "Search engines perceive these pages as website separate pages, therefore "
1750
+ "their content ceases to be unique because of duplication. In addition, page "
1751
+ "reference weight is reduced if it has a duplicate. A small number of "
1752
+ "duplicated pages will not be a serious problem, but if there are more than "
1753
+ "50 percents of them - you urgently need to correct the situation."
1754
+ msgstr ""
1755
+ "Os mecanismos de pesquisa percebem essas páginas como páginas separadas do "
1756
+ "site, portanto, seu conteúdo deixa de ser exclusivo devido à duplicação. "
1757
+ "Além disso, o peso de referência da página é reduzido se tiver uma "
1758
+ "duplicata. Um pequeno número de páginas duplicadas não será um problema "
1759
+ "sério, mas se houver mais de 50% delas, você precisará corrigir a situação "
1760
+ "com urgência."
1761
+
1762
+ #: admin/pages/seo-double-pages.php:95
1763
+ #, php-format
1764
+ msgid ""
1765
+ "Many duplicates in date archives. Imagine, in addition, that your article "
1766
+ "will be displayed in the main and in the category, you will still receive at "
1767
+ "least 3 duplicates: in archives by year, month and date, for example %s."
1768
+ msgstr ""
1769
+ "Muitos duplicados em arquivos de data. Imagine, além disso, que seu artigo "
1770
+ "será exibido no principal e na categoria, você ainda receberá pelo menos 3 "
1771
+ "duplicatas: em arquivos por ano, mês e data, por exemplo %s ."
1772
+
1773
+ #: admin/pages/seo-double-pages.php:95
1774
+ msgid "Removes all pages with the date archives and puts a redirect."
1775
+ msgstr ""
1776
+ "Remove todas as páginas com os arquivos de data e coloca um redirecionamento."
1777
+
1778
+ #: admin/pages/seo-double-pages.php:105
1779
+ #, php-format
1780
+ msgid ""
1781
+ "If the site is only filled by you - a mandatory item. Allows you to get rid "
1782
+ "of duplicates on user archives, for example %s."
1783
+ msgstr ""
1784
+ "Se o site só é preenchido por você - um item obrigatório. Permite que você "
1785
+ "se livre de duplicatas nos arquivos do usuário, por exemplo %s ."
1786
+
1787
+ #: admin/pages/seo-double-pages.php:105
1788
+ msgid "Removes all pages with the author archives and puts a redirect."
1789
+ msgstr ""
1790
+ "Remove todas as páginas com os arquivos do autor e coloca um "
1791
+ "redirecionamento."
1792
+
1793
+ #: admin/pages/seo-double-pages.php:115
1794
+ msgid ""
1795
+ "If you use tags only for the block Similar records, or do not use them at "
1796
+ "all - it will be more correct to close them to avoid duplicates."
1797
+ msgstr ""
1798
+ "Se você usar tags apenas para o bloco Registros similares ou não usá-los - "
1799
+ "será mais correto fechá-los para evitar duplicatas."
1800
+
1801
+ #: admin/pages/seo-double-pages.php:115
1802
+ msgid "Removes all pages with the tag archives and puts a redirect."
1803
+ msgstr ""
1804
+ "Remove todas as páginas com os archives de tags e coloca um redirecionamento."
1805
+
1806
+ #: admin/pages/seo-double-pages.php:125
1807
+ msgid ""
1808
+ "Every of the pictures has its own page on the site. Such pages are "
1809
+ "successfully indexed and create duplicates. The site can have thousands of "
1810
+ "same-type attachment pages."
1811
+ msgstr ""
1812
+ "Cada uma das imagens tem sua própria página no site. Tais páginas são "
1813
+ "indexadas com sucesso e criam duplicatas. O site pode ter milhares de "
1814
+ "páginas de anexo do mesmo tipo."
1815
+
1816
+ #: admin/pages/seo-double-pages.php:125
1817
+ msgid "Removes attachment pages and puts a redirect."
1818
+ msgstr "Remove páginas de anexo e coloca um redirecionamento."
1819
+
1820
+ #: admin/pages/seo-double-pages.php:135
1821
+ #, php-format
1822
+ msgid ""
1823
+ "In WordPress, any post can be divided into parts (pages), each part will "
1824
+ "have its own address. But this functionality is rarely used, but it can "
1825
+ "create trouble for you. For example, you can add a number to the address of "
1826
+ "any entry of your blog, %s - the post itself will open, which will be a "
1827
+ "duplicate. You can substitute any number."
1828
+ msgstr ""
1829
+ "No WordPress, qualquer postagem pode ser dividida em partes (páginas), cada "
1830
+ "parte terá seu próprio endereço. Mas essa funcionalidade raramente é usada, "
1831
+ "mas pode criar problemas para você. Por exemplo, você pode adicionar um "
1832
+ "número ao endereço de qualquer entrada do seu blog, %s - a própria postagem "
1833
+ "será aberta, o que será uma duplicata. Você pode substituir qualquer número."
1834
+
1835
+ #: admin/pages/seo-double-pages.php:135
1836
+ #, php-format
1837
+ msgid "Removes the pagination from the post and puts a redirect. Example: %s"
1838
+ msgstr ""
1839
+ "Remove a paginação da postagem e coloca um redirecionamento. Exemplo: %s"
1840
+
1841
+ #: admin/pages/seo-double-pages.php:145
1842
+ #, php-format
1843
+ msgid ""
1844
+ "WordPress adds %s to the link \"Reply\" in the comments, if you use "
1845
+ "hierarchical comments."
1846
+ msgstr ""
1847
+ "O WordPress adiciona %s ao link \"Responder \" nos comentários, se você "
1848
+ "usar comentários hierárquicos."
1849
+
1850
+ #: admin/pages/seo-double-pages.php:145
1851
+ msgid "?relpytocom remove and and puts a redirect."
1852
+ msgstr "? relpytocom remove e coloca um redirecionamento."
1853
+
1854
+ #: admin/pages/seo.php:35
1855
+ msgid "SEO"
1856
+ msgstr "SEO"
1857
+
1858
+ #: admin/pages/seo.php:69
1859
+ msgid "<strong>Basic SEO optimization settings</strong>."
1860
+ msgstr "<strong>Configurações básicas de otimização de SEO</strong>."
1861
+
1862
+ #: admin/pages/seo.php:69
1863
+ msgid "Recommended settings that can complement your SEO plugin."
1864
+ msgstr "Configurações recomendadas que podem complementar seu plugin SEO."
1865
+
1866
+ #: admin/pages/seo.php:78
1867
+ msgid ""
1868
+ "The alt attribute is mandatory, so most SEO experts say. If you missed or "
1869
+ "did not fill it at all, it will be automatically assigned and will be equal "
1870
+ "to the title of the article."
1871
+ msgstr ""
1872
+ "O atributo alt é obrigatório, por isso a maioria dos especialistas em SEO "
1873
+ "diz. Se você perdeu ou não a preencheu, ela será automaticamente atribuída e "
1874
+ "será igual ao título do artigo."
1875
+
1876
+ #: admin/pages/seo.php:78
1877
+ #, php-format
1878
+ msgid "Replaces the %s, on attribute with an article name %s"
1879
+ msgstr "Substitui o %s , no atributo por um nome de artigo %s"
1880
+
1881
+ #: admin/pages/seo.php:88
1882
+ msgid ""
1883
+ "After installation, WP does not contain a robots.txt file and create it "
1884
+ "manually. We re-read about 30 different articles, instructions from Yandex "
1885
+ "and Google to create the perfect robots.txt"
1886
+ msgstr ""
1887
+ "Após a instalação, o WP não contém um arquivo robots.txt e o cria "
1888
+ "manualmente. Nós relemos cerca de 30 artigos diferentes, instruções do "
1889
+ "Yandex e do Google para criar o robots.txt perfeito"
1890
+
1891
+ #: admin/pages/seo.php:88
1892
+ msgid "Automatically creates the perfect robots.txt file"
1893
+ msgstr "Cria automaticamente o arquivo robots.txt perfeito"
1894
+
1895
+ #: admin/pages/seo.php:108
1896
+ msgid "Server headers and response"
1897
+ msgstr "Cabeçalhos e resposta do servidor"
1898
+
1899
+ #: admin/pages/seo.php:108
1900
+ msgid ""
1901
+ "WordPress does not know how to give the Last Modified header in the server's "
1902
+ "responses. You can do this using the settings below."
1903
+ msgstr ""
1904
+ "O WordPress não sabe como fornecer o cabeçalho Last Modified nas respostas "
1905
+ "do servidor. Você pode fazer isso usando as configurações abaixo."
1906
+
1907
+ #: admin/pages/seo.php:129
1908
+ msgid "Disable Last Modified header on front page"
1909
+ msgstr ""
1910
+
1911
+ #: admin/pages/seo.php:139
1912
+ #, php-format
1913
+ msgid ""
1914
+ "You can specify a page mask, for example: %s or %s. All pages that contain "
1915
+ "the string will be excluded. Each exclude must begin with a new line."
1916
+ msgstr ""
1917
+ "Você pode especificar uma máscara de página, por exemplo: %s ou %s . Todas "
1918
+ "as páginas que contêm a string serão excluídas. Cada exclusão deve começar "
1919
+ "com uma nova linha."
1920
+
1921
+ #: admin/pages/seo.php:153
1922
+ msgid "For the Yoast SEO plugin"
1923
+ msgstr "Para o plugin Yoast SEO"
1924
+
1925
+ #: admin/pages/seo.php:153
1926
+ msgid ""
1927
+ "These settings will help you eliminate some problems associated with the "
1928
+ "popular Yoast SEO plugin"
1929
+ msgstr ""
1930
+ "Essas configurações ajudarão você a eliminar alguns problemas associados ao "
1931
+ "popular plugin Yoast SEO"
1932
+
1933
+ #: admin/pages/seo.php:162
1934
+ msgid ""
1935
+ "The last element in the breadcrumbs in the Yoast SEO plugin duplicates the "
1936
+ "title of the article. Some SEO-specialists consider this duplication to be "
1937
+ "superfluous."
1938
+ msgstr ""
1939
+ "O último elemento no breadcrumbs no plugin Yoast SEO duplica o título do "
1940
+ "artigo. Alguns especialistas em SEO consideram essa duplicação supérflua."
1941
+
1942
+ #: admin/pages/seo.php:162
1943
+ msgid ""
1944
+ "Removes duplication of the name in the breadcrumbs of the WP SEO plugin from "
1945
+ "Yoast."
1946
+ msgstr "Remove a duplicação do nome no breadcrumbs do plugin WP SEO do Yoast."
1947
+
1948
+ #: admin/pages/seo.php:172
1949
+ msgid ""
1950
+ "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. it "
1951
+ "has a specific tag"
1952
+ msgstr ""
1953
+ "Yandex.Webmaster jura em um cartão XML padrão do plugin Yoast, tk. tem uma "
1954
+ "tag específica"
1955
+
1956
+ #: admin/pages/seo.php:172
1957
+ #, php-format
1958
+ msgid "Remove the tag %s from XML site map of the plugin Yoast SEO."
1959
+ msgstr "Remova a tag %s do mapa do site XML do plugin Yoast SEO."
1960
+
1961
+ #: admin/pages/seo.php:172
1962
+ msgid ""
1963
+ "Attention! After activation, turn off the site map and enable it back to "
1964
+ "regenerate it."
1965
+ msgstr ""
1966
+ "Atenção! Após a ativação, desative o mapa do site e ative-o novamente para "
1967
+ "regenerá-lo."
1968
+
1969
+ #: admin/pages/seo.php:172
1970
+ msgid "In older versions of Yoast SEO may not work - update the plugin Yoast"
1971
+ msgstr ""
1972
+ "Em versões mais antigas do Yoast SEO pode não funcionar - atualize o plugin "
1973
+ "Yoast"
1974
+
1975
+ #: admin/pages/seo.php:190
1976
+ msgid ""
1977
+ "If you’re not familiar with Search Action it’s the mark-up that helps search "
1978
+ "engines add a shiny Sitelinks Search Box below your search engine results. "
1979
+ "For the majority of webmasters the extra search box is an absolutely "
1980
+ "fantastic feature but for many it’s not required or wanted, especially if a "
1981
+ "site only has a few pages or if the site uses a customised search platform "
1982
+ "that only searches blog posts and not pages."
1983
+ msgstr ""
1984
+ "Se você não está familiarizado com a ação de pesquisa, é a marcação que "
1985
+ "ajuda os mecanismos de pesquisa a adicionar uma Caixa de pesquisa de "
1986
+ "sitelinks brilhante abaixo dos resultados do mecanismo de pesquisa. Para a "
1987
+ "maioria dos webmasters, a caixa de pesquisa extra é um recurso absolutamente "
1988
+ "fantástico, mas para muitos não é necessária ou desejada, especialmente se "
1989
+ "um site tiver apenas algumas páginas ou se o site usar uma plataforma de "
1990
+ "pesquisa personalizada que pesquise apenas em posts e não em páginas."
1991
+
1992
+ #: admin/pages/seo.php:190
1993
+ msgid ""
1994
+ "Disable JSON-LD sitelinks searchbox using WordPress in plugin Yoast SEO."
1995
+ msgstr ""
1996
+ "Desative a caixa de pesquisa de sitelinks JSON-LD usando o WordPress no plug-"
1997
+ "in Yoast SEO."
1998
+
1999
+ #: admin/pages/seo.php:200
2000
+ msgid ""
2001
+ "Prevents output of the script tag of type application/ld+json containing\n"
2002
+ "schema.org data from the popular Yoast SEO and Yoast SEO Premium plugins.\n"
2003
+ "There is currently no UI to do so."
2004
+ msgstr ""
2005
+ "Impede a saída da tag de script do tipo application / ld + json contendo os "
2006
+ "dados nschema.org dos populares plug-ins do Yoast SEO e Yoast SEO Premium. "
2007
+ "NNão há atualmente nenhuma interface do usuário para fazer isso."
2008
+
2009
+ #: admin/pages/seo.php:202
2010
+ msgid "Disable Structured Data in plugin Yoast SEO."
2011
+ msgstr "Desativar dados estruturados no plugin Yoast SEO."
2012
+
2013
+ #: admin/pages/seo.php:225
2014
+ #, php-format
2015
+ msgid "The Yoast SEO plugin displays a comment of the form %s in %s section"
2016
+ msgstr "O plugin Yoast SEO exibe um comentário do formulário %s na seção %s"
2017
+
2018
+ #: admin/pages/seo.php:225
2019
+ #, php-format
2020
+ msgid "Removes the Yoast SEO plugin comment of their section %s"
2021
+ msgstr "Remove o comentário do plug-in do Yoast SEO de sua seção %s"
2022
+
2023
+ #: admin/pages/widgets.php:33
2024
+ msgid "Widgets"
2025
+ msgstr "Widgets"
2026
+
2027
+ #: admin/pages/widgets.php:52
2028
+ msgid "<strong>Disable unused widgets</strong>."
2029
+ msgstr "<strong>Desativar widgets não usados​</strong>."
2030
+
2031
+ #: admin/pages/widgets.php:52
2032
+ msgid ""
2033
+ "Some widgets, such as the Calendar or Tag Cloud, create an extra query to "
2034
+ "the database, even if they are not displayed on the website. Of course, a "
2035
+ "couple of hits to the database will not do much harm to the whole site. "
2036
+ "However, if the resource contains a huge amount of content, and the speed of "
2037
+ "its work above all else, disabling unused functionality is the first step to "
2038
+ "optimizing and accelerating it."
2039
+ msgstr ""
2040
+ "Alguns widgets, como o Calendar ou o Tag Cloud, criam uma consulta extra "
2041
+ "para o banco de dados, mesmo que eles não sejam exibidos no site. É claro "
2042
+ "que alguns acessos ao banco de dados não causarão muito dano a todo o site. "
2043
+ "No entanto, se o recurso contiver uma enorme quantidade de conteúdo e a "
2044
+ "velocidade do seu trabalho acima de tudo, desabilitar a funcionalidade não "
2045
+ "utilizada é o primeiro passo para otimizá-lo e acelerá-lo."
2046
+
2047
+ #: clearfy.php:68 includes/boot.php:87
2048
+ msgid "Clearfy"
2049
+ msgstr "Clearfy"
2050
+
2051
+ #: includes/boot.php:59
2052
+ msgid "Documentation"
2053
+ msgstr ""
2054
+
2055
+ #: includes/boot.php:65
2056
+ msgid "Do you like our plugin?"
2057
+ msgstr ""
2058
+
2059
+ #: includes/boot.php:75
2060
+ msgid "Upgrade to premium"
2061
+ msgstr ""
2062
+
2063
+ #: includes/classes/class.configurate-advanced.php:219
2064
+ msgid "Howdy"
2065
+ msgstr "Olá"
2066
+
2067
+ #: includes/classes/class.configurate-advanced.php:219
2068
+ msgid "Welcome"
2069
+ msgstr "Bem vinda"
2070
+
2071
+ #: includes/classes/class.configurate-performance.php:209
2072
+ msgid "REST API restricted to authenticated users."
2073
+ msgstr ""
2074
+
2075
+ #: includes/classes/class.configurate-security.php:51
2076
+ msgid "<strong>ERROR</strong>: Wrong login or password"
2077
+ msgstr "<strong>ERRO</strong>: Login ou senha errados"
2078
+
2079
+ #: includes/classes/class.licensing.php:207
2080
+ msgid "The license is deactivated."
2081
+ msgstr ""
2082
+
2083
+ #: includes/classes/class.licensing.php:225
2084
+ #: includes/classes/class.licensing.php:244
2085
+ #: includes/classes/class.licensing.php:281
2086
+ msgid "The license has been updated."
2087
+ msgstr ""
2088
+
2089
+ #: includes/classes/class.licensing.php:349
2090
+ msgid "Your license has been successfully activated."
2091
+ msgstr ""
2092
+
2093
+ #: includes/classes/class.package.php:189
2094
+ msgid "Sorry, you are not allowed to install plugins on this site."
2095
+ msgstr ""
2096
+
2097
+ #: includes/classes/class.package.php:251
2098
+ msgid ""
2099
+ "Updates are available for one of the components. Please, update your current "
2100
+ "package of components to the newest version."
2101
+ msgstr ""
2102
+
2103
+ #: includes/classes/class.package.php:254
2104
+ msgid ""
2105
+ "You’ve changed the component configuration. For the further work, please, "
2106
+ "update the current package of components!"
2107
+ msgstr ""
2108
+
2109
+ #: includes/classes/class.package.php:258
2110
+ msgid "Update now"
2111
+ msgstr ""
2112
+
2113
+ #: includes/classes/class.zip-archive.php:15
2114
+ msgid "The ZipArchive class does not exist in this version of php."
2115
+ msgstr "A classe ZipArchive não existe nesta versão do php."
2116
+
2117
+ #~ msgid ""
2118
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2119
+ #~ "installed, this plugin already has disable comments functions, so you can "
2120
+ #~ "deactivate plugin \"Webcraftic Cyrlitera\"!"
2121
+ #~ msgstr ""
2122
+ #~ "Descobrimos que você tem o \"Clearfy - desativar os recursos não "
2123
+ #~ "utilizados \" plugin instalado, este plugin já tem funções de desabilitar "
2124
+ #~ "comentários, assim você pode desativar o plugin \"Webcraftic Cyrlitera "
2125
+ #~ "\"!"
2126
+
2127
+ #~ msgid "Webcraftic Cyrlitera"
2128
+ #~ msgstr "Webcraftic Cyrlitera"
2129
+
2130
+ #~ msgid "The rollback of new changes was successful!"
2131
+ #~ msgstr "A reversão de novas mudanças foi bem sucedida!"
2132
+
2133
+ #~ msgid "Rollback changes"
2134
+ #~ msgstr "Alterações de reversão"
2135
+
2136
+ #~ msgid ""
2137
+ #~ "Allows you to restore converted URLs by using the \"Convert already "
2138
+ #~ "created posts and categories\" button. This can be useful in case of "
2139
+ #~ "incorrect URLs or incorrect transliteration of some characters. You can "
2140
+ #~ "roll back changes and advance the character sets above to correct the "
2141
+ #~ "plugin's work. "
2142
+ #~ msgstr ""
2143
+ #~ "Permite restaurar URLs convertidos usando o botão \"Converter postagens "
2144
+ #~ "e categorias já criadas \". Isso pode ser útil em caso de URLs incorretos "
2145
+ #~ "ou transliteração incorreta de alguns caracteres. Você pode reverter "
2146
+ #~ "alterações e avançar os conjuntos de caracteres acima para corrigir o "
2147
+ #~ "trabalho do plugin. "
2148
+
2149
+ #~ msgid ""
2150
+ #~ "Url of old posts, pages,terms,tags successfully converted into Latin!"
2151
+ #~ msgstr ""
2152
+ #~ "URL de postagens, páginas, termos e tags antigos convertidos em latim."
2153
+
2154
+ #~ msgid "Convert already created posts and categories"
2155
+ #~ msgstr "Converter posts e categorias já criados"
2156
+
2157
+ #~ msgid ""
2158
+ #~ "If at the time of the plugin installation you already had posts, pages, "
2159
+ #~ "tags and categories, click on this button and the plugin will "
2160
+ #~ "automatically convert URLs into Latin. Attention! Previously uploaded "
2161
+ #~ "files will not be converted."
2162
+ #~ msgstr ""
2163
+ #~ "Se, no momento da instalação do plugin, você já tiver postagens, páginas, "
2164
+ #~ "tags e categorias, clique neste botão e o plug-in converterá os URLs "
2165
+ #~ "automaticamente em latim. Atenção! Os arquivos enviados anteriormente não "
2166
+ #~ "serão convertidos."
2167
+
2168
+ #~ msgid ""
2169
+ #~ "You can supplement current base of transliteration characters. Write "
2170
+ #~ "pairs of values separated by commas. Example:"
2171
+ #~ msgstr ""
2172
+ #~ "Você pode complementar a base atual de caracteres de transliteração. "
2173
+ #~ "Escreva pares de valores separados por vírgulas. Exemplo:"
2174
+
2175
+ #~ msgid ""
2176
+ #~ "If at the time of the plugin installation you had pages with unconverted "
2177
+ #~ "links, use this option to redirect users from old to new URLs with the "
2178
+ #~ "Latin alphabet."
2179
+ #~ msgstr ""
2180
+ #~ "Se, no momento da instalação do plug-in, você tivesse páginas com links "
2181
+ #~ "não convertidos, use essa opção para redirecionar os usuários de URLs "
2182
+ #~ "antigos para novos com o alfabeto latino."
2183
+
2184
+ #~ msgid ""
2185
+ #~ "This function works only for new upload files. Example: File_Name.jpg -> "
2186
+ #~ "file_name.jpg"
2187
+ #~ msgstr ""
2188
+ #~ "Esta função funciona apenas para novos arquivos de upload. Exemplo: "
2189
+ #~ "File_Name.jpg -> file_name.jpg"
2190
+
2191
+ #~ msgid ""
2192
+ #~ "If any of your plugins affects transliteration of links and file names, "
2193
+ #~ "you can use this option to change the plugin of %s to overwrite the "
2194
+ #~ "changes of the other plugins."
2195
+ #~ msgstr ""
2196
+ #~ "Se algum de seus plugins afetar a transliteração de links e nomes de "
2197
+ #~ "arquivos, você poderá usar essa opção para alterar o plug-in de %s para "
2198
+ #~ "sobrescrever as alterações dos outros plug-ins."
2199
+
2200
+ #~ msgid ""
2201
+ #~ "If you enable this option, all URLs of new pages, posts, tags, and "
2202
+ #~ "categories will automatically be converted to Latin."
2203
+ #~ msgstr ""
2204
+ #~ "Se você ativar essa opção, todos os URLs de novas páginas, postagens, "
2205
+ #~ "tags e categorias serão convertidos automaticamente para o idioma latino."
2206
+
2207
+ #~ msgid "Character Sets"
2208
+ #~ msgstr "Conjuntos de caracteres"
2209
+
2210
+ #~ msgid "Redirection old URLs to new ones"
2211
+ #~ msgstr "Redirecionar URLs antigas para novas"
2212
+
2213
+ #~ msgid "Convert file names into lowercase"
2214
+ #~ msgstr "Converter nomes de arquivos em minúsculas"
2215
+
2216
+ #~ msgid "Force transliteration"
2217
+ #~ msgstr "Forçar transliteração"
2218
+
2219
+ #~ msgid "Once Monthly"
2220
+ #~ msgstr "Uma vez por mês"
2221
+
2222
+ #~ msgid "Twice Monthly"
2223
+ #~ msgstr "Duas vezes por mês"
2224
+
2225
+ #~ msgid "Once Weekly"
2226
+ #~ msgstr "Uma vez por semana"
2227
+
2228
+ #~ msgid ""
2229
+ #~ "This page, you can enable or disable automatic updates. To test the "
2230
+ #~ "automatic updates, click the \"Advanced\" tab."
2231
+ #~ msgstr ""
2232
+ #~ "Nesta página, você pode ativar ou desativar atualizações automáticas. "
2233
+ #~ "Para testar as atualizações automáticas, clique na guia \"Avançado \"."
2234
+
2235
+ #~ msgid "General settings for WordPress, plugins and themes updates"
2236
+ #~ msgstr ""
2237
+ #~ "Configurações gerais para WordPress, plugins e atualizações de temas"
2238
+
2239
+ #~ msgid "Plugins list"
2240
+ #~ msgstr "Lista de plugins"
2241
+
2242
+ #~ msgid ""
2243
+ #~ "If you do not want to deactivate the plugin %s for some reason, we "
2244
+ #~ "strongly recommend do not use the same plugins' functions at the same "
2245
+ #~ "time!"
2246
+ #~ msgstr ""
2247
+ #~ "Se você não quiser desativar o plugin %s por algum motivo, recomendamos "
2248
+ #~ "que não use as funções dos mesmos plugins ao mesmo tempo!"
2249
+
2250
+ #~ msgid ""
2251
+ #~ "We found that you have the plugin %s installed. The functions of this "
2252
+ #~ "plugin already exist in %s. Please deactivate plugin %s to avoid "
2253
+ #~ "conflicts between plugins' functions."
2254
+ #~ msgstr ""
2255
+ #~ "Descobrimos que você tem o plugin %s instalado. As funções deste plugin "
2256
+ #~ "já existem em %s . Por favor, desative o plugin %s para evitar conflitos "
2257
+ #~ "entre as funções dos plugins."
2258
+
2259
+ #~ msgid ""
2260
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2261
+ #~ "installed, this plugin already has Google Analytics cache functions, so "
2262
+ #~ "you can deactivate plugin \"Google Analytics Cache\"!"
2263
+ #~ msgstr ""
2264
+ #~ "Descobrimos que você tem o \"Clearfy - desativar os recursos não "
2265
+ #~ "utilizados \" plugin instalado, este plugin já tem desativar as funções "
2266
+ #~ "de comentários, assim você pode desativar o plugin \"Hide Login Page \"!"
2267
+
2268
+ #~ msgid "Transliteration"
2269
+ #~ msgstr "Transliteração"
2270
+
2271
+ #~ msgid ""
2272
+ #~ "This option works only for new media library files. All Cyrillic names of "
2273
+ #~ "the downloaded files will be converted to names with Latin characters."
2274
+ #~ msgstr ""
2275
+ #~ "Esta opção funciona apenas para novos arquivos de biblioteca de mídia. "
2276
+ #~ "Todos os nomes cirílicos dos arquivos baixados serão convertidos em nomes "
2277
+ #~ "com caracteres latinos."
2278
+
2279
+ #~ msgid ""
2280
+ #~ "Converts Cyrillic permalinks of post, pages, taxonomies and media files "
2281
+ #~ "to the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
2282
+ #~ "languages. Example: http://site.dev/последние-новости -> http://site.dev/"
2283
+ #~ "poslednie-novosti"
2284
+ #~ msgstr ""
2285
+ #~ "Converte permalinks cirílicos de post, páginas, taxonomias e arquivos de "
2286
+ #~ "mídia para o alfabeto latino. Suporta as línguas russa, ucraniana, "
2287
+ #~ "georgiana e búlgara. Exemplo: http://site.dev/последние-новости -> http://"
2288
+ #~ "site.dev/poslednie-novosti"
2289
+
2290
+ #~ msgid "Transliteration of Cyrillic alphabet."
2291
+ #~ msgstr "Transliteração do alfabeto cirílico."
2292
+
2293
+ #~ msgid "Convert file names"
2294
+ #~ msgstr "Converter nomes de arquivos"
2295
+
2296
+ #~ msgid "Use transliteration"
2297
+ #~ msgstr "Use transliteração"
2298
+
2299
+ #~ msgid ""
2300
+ #~ "These functions can be useful for global disabling comments or bulk "
2301
+ #~ "cleaning spam comments."
2302
+ #~ msgstr ""
2303
+ #~ "Essas funções podem ser úteis para comentários globais de desativação ou "
2304
+ #~ "comentários de spam de limpeza em massa."
2305
+
2306
+ #~ msgid "Comments clearing tools"
2307
+ #~ msgstr "Ferramentas de compensação de comentários"
2308
+
2309
+ #~ msgid ""
2310
+ #~ "These settings will help you improve SEO and reduce the amount of spam."
2311
+ #~ msgstr ""
2312
+ #~ "Essas configurações ajudarão você a melhorar o SEO e reduzir a quantidade "
2313
+ #~ "de spam."
2314
+
2315
+ #~ msgid "General settings for comments"
2316
+ #~ msgstr "Configurações gerais para comentários"
2317
+
2318
+ #~ msgid ""
2319
+ #~ "What is the difference between these and native WordPress functions? "
2320
+ #~ "WordPress disables comments only for new posts! Using the functions "
2321
+ #~ "below, you can disable comments globally, even for old posts, and you can "
2322
+ #~ "choose which post types comments to disable. The plugin also disables the "
2323
+ #~ "comment functionality itself, which creates a certain load on the site."
2324
+ #~ msgstr ""
2325
+ #~ "Qual é a diferença entre essas e funções nativas do WordPress? O "
2326
+ #~ "WordPress desativa os comentários apenas para novas postagens! Usando as "
2327
+ #~ "funções abaixo, você pode desativar os comentários globalmente, mesmo "
2328
+ #~ "para postagens antigas, e pode escolher quais comentários de tipos de "
2329
+ #~ "post serão desativados. O plug-in também desativa a própria "
2330
+ #~ "funcionalidade de comentários, o que cria uma certa carga no site."
2331
+
2332
+ #~ msgid "Global disabling of comments"
2333
+ #~ msgstr "Desativação global de comentários"
2334
+
2335
+ #~ msgid ""
2336
+ #~ "There is a button in the adminbar called \"Script Manager\". If you click "
2337
+ #~ "on it you will see a list of loaded scripts, styles and fonts on the "
2338
+ #~ "current page of your site. If you think that one of the assets is "
2339
+ #~ "superfluous on this page, you can disable it individually, so that it "
2340
+ #~ "does not create unnecessary queries when page loading. Use the script "
2341
+ #~ "manager very carefull to non-corrupt your website. We recommend to test "
2342
+ #~ "this function at a local server."
2343
+ #~ msgstr ""
2344
+ #~ "Existe um botão na barra de admin chamado \"Script Manager \". Se você "
2345
+ #~ "clicar nele, verá uma lista de scripts, estilos e fontes carregados na "
2346
+ #~ "página atual do seu site. Se você acha que um dos ativos é supérfluo "
2347
+ #~ "nesta página, você pode desativá-lo individualmente, para que ele não "
2348
+ #~ "crie consultas desnecessárias ao carregar a página. Use o gerenciador de "
2349
+ #~ "scripts com muito cuidado para não corromper seu site. Recomendamos "
2350
+ #~ "testar essa função em um servidor local."
2351
+
2352
+ #~ msgid "Disable unused scripts, styles, and fonts"
2353
+ #~ msgstr "Desativar scripts, estilos e fontes não utilizados"
2354
+
2355
+ #~ msgid ""
2356
+ #~ "Ever look at the HTML markup of your website and notice how sloppy and "
2357
+ #~ "amateurish it looks? The Minify HTML options cleans up sloppy looking "
2358
+ #~ "markup and minifies, which also speeds up download."
2359
+ #~ msgstr ""
2360
+ #~ "Já viu a marcação HTML do seu site e percebe o quão desleixado e amador "
2361
+ #~ "parece? As opções Minify HTML limpam a marcação e minimiza a aparência "
2362
+ #~ "desleixada, o que também acelera o tempo de download."
2363
+
2364
+ #~ msgid ""
2365
+ #~ "Clearfy creates a cron job to daily update Google Analytics cache "
2366
+ #~ "scripts. After enabling this option, the plugin will not update Google "
2367
+ #~ "Analytics cache file. Do not use this option if you do not understand why "
2368
+ #~ "you need it!"
2369
+ #~ msgstr ""
2370
+ #~ "O Clearfy cria uma tarefa cron para atualizar diariamente os scripts de "
2371
+ #~ "cache do Google Analytics. Depois de ativar essa opção, o plug-in não "
2372
+ #~ "atualizará o arquivo de cache do Google Analytics. Não use essa opção se "
2373
+ #~ "você não entender por que precisa!"
2374
+
2375
+ #~ msgid ""
2376
+ #~ "By default, Google Analytics code is loaded before other scripts and "
2377
+ #~ "javasscript code, but if you set the value to 100, the GA code will be "
2378
+ #~ "loaded after all other scripts. By changing the priority, you can set "
2379
+ #~ "code position on the page."
2380
+ #~ msgstr ""
2381
+ #~ "Por padrão, o código do Google Analytics é carregado antes de outros "
2382
+ #~ "scripts e código javasscript, mas se você definir o valor como 100, o "
2383
+ #~ "código do GA será carregado depois de todos os outros scripts. Ao alterar "
2384
+ #~ "a prioridade, você pode definir a posição do código na página."
2385
+
2386
+ #~ msgid "Select location for the Google Analytics code."
2387
+ #~ msgstr "Selecione o local para o código do Google Analytics."
2388
+
2389
+ #~ msgid "Save GA in"
2390
+ #~ msgstr "Salvar o GA em"
2391
+
2392
+ #~ msgid "Set the Google Analytics tracking code."
2393
+ #~ msgstr "Definir o código de acompanhamento do Google Analytics."
2394
+
2395
+ #~ msgid ""
2396
+ #~ "ATTENTION! Before using this option, remove the previously installed "
2397
+ #~ "Google Analytics code inside your theme or plugins associated with this "
2398
+ #~ "feature!"
2399
+ #~ msgstr ""
2400
+ #~ "ATENÇÃO! Antes de usar essa opção, remova o código do Google Analytics "
2401
+ #~ "instalado anteriormente no seu tema ou plug-ins associados a esse recurso."
2402
+
2403
+ #~ msgid ""
2404
+ #~ "If you enable this option, the plugin will begin to save a local copy of "
2405
+ #~ "Google Analytics to speed up the loading of your website and improve "
2406
+ #~ "Google Page Speed."
2407
+ #~ msgstr ""
2408
+ #~ "Se você ativar essa opção, o plug-in começará a salvar uma cópia local do "
2409
+ #~ "Google Analytics para acelerar o carregamento de seu website e melhorar a "
2410
+ #~ "velocidade da página do Google."
2411
+
2412
+ #~ msgid ""
2413
+ #~ "Essentially, you set up an event which is triggered after a user spends a "
2414
+ #~ "certain amount of time on the landing page, telling Google Analytics not "
2415
+ #~ "to count these users as bounces. A user may come to your website, find "
2416
+ #~ "all of the information they need (a phone number, for example) and then "
2417
+ #~ "leave the site without visiting another page. Without adjusted bounce "
2418
+ #~ "rate, such a user would be considered a bounce, even though they had a "
2419
+ #~ "successful experience. By defining a time limit after which you can "
2420
+ #~ "consider a user to be \"engaged,\" that user would no longer count as a "
2421
+ #~ "bounce, and you'd get a more accurate idea of whether they found what "
2422
+ #~ "they were looking for."
2423
+ #~ msgstr ""
2424
+ #~ "Essencialmente, você configura um evento que é acionado depois que um "
2425
+ #~ "usuário passa um determinado período de tempo na página de destino, "
2426
+ #~ "dizendo ao Google Analytics para não contabilizar esses usuários como "
2427
+ #~ "rejeições. Um usuário pode acessar seu site, encontrar todas as "
2428
+ #~ "informações necessárias (um número de telefone, por exemplo) e sair do "
2429
+ #~ "site sem visitar outra página. Sem a taxa de rejeição ajustada, esse "
2430
+ #~ "usuário seria considerado uma rejeição, mesmo que tivesse uma experiência "
2431
+ #~ "bem-sucedida. Ao definir um limite de tempo após o qual você pode "
2432
+ #~ "considerar um usuário \"engajado\", esse usuário não será mais "
2433
+ #~ "considerado uma rejeição, e você terá uma ideia mais precisa sobre se "
2434
+ #~ "encontrou o que estava procurando."
2435
+
2436
+ #~ msgid ""
2437
+ #~ "To improve Google Page Speed indicators Analytics caching is needed. "
2438
+ #~ "However, it can also slightly increase your website loading speed, "
2439
+ #~ "because Analytics js files will load locally. The second case that you "
2440
+ #~ "might need these settings is the usual Google Analytics connection to "
2441
+ #~ "your website. You do not need to do this with other plugins or insert the "
2442
+ #~ "tracking code into your theme."
2443
+ #~ msgstr ""
2444
+ #~ "Para melhorar os indicadores do Google Page Speed, é necessário o "
2445
+ #~ "armazenamento em cache do Analytics. No entanto, também pode aumentar "
2446
+ #~ "ligeiramente a velocidade de carregamento do seu site, porque os arquivos "
2447
+ #~ "do Google Analytics js serão carregados localmente. O segundo caso em que "
2448
+ #~ "você pode precisar dessas configurações é a conexão normal do Google "
2449
+ #~ "Analytics com seu website. Você não precisa fazer isso com outros plug-"
2450
+ #~ "ins ou inserir o código de acompanhamento em seu tema."
2451
+
2452
+ #~ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
2453
+ #~ msgstr ""
2454
+ #~ "Desativar todas as <a href=\"%s\"> funcionalidades dos recursos de "
2455
+ #~ "exibição? </a>"
2456
+
2457
+ #~ msgid "<strong>Google Analytics cache</strong>."
2458
+ #~ msgstr "<strong>cache do Google Analytics</strong>."
2459
+
2460
+ #~ msgid ""
2461
+ #~ "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
2462
+ #~ msgstr ""
2463
+ #~ "Usar <a href=\"%s\">Anonimizar IP?</a> (exigido por lei para alguns "
2464
+ #~ "países)"
2465
+
2466
+ #~ msgid "Remove script from wp-cron?"
2467
+ #~ msgstr "Remover script do wp-cron?"
2468
+
2469
+ #~ msgid "Track logged in Administrators?"
2470
+ #~ msgstr "Track logado em Administradores?"
2471
+
2472
+ #~ msgid "Use Anonymize IP? (Required by law for some countries)"
2473
+ #~ msgstr "Use Anonymize IP? (Obrigatório por lei para alguns países)"
2474
+
2475
+ #~ msgid "Disable all display features functionality?"
2476
+ #~ msgstr "Desativar todas as funcionalidades dos recursos de exibição?"
2477
+
2478
+ #~ msgid "Change enqueue order?"
2479
+ #~ msgstr "Alterar ordem de enfileiramento?"
2480
+
2481
+ #~ msgid "Use adjusted bounce rate?"
2482
+ #~ msgstr "Use taxa de rejeição ajustada?"
2483
+
2484
+ #~ msgid "Google analytic Code"
2485
+ #~ msgstr "Código analítico do Google"
2486
+
2487
+ #~ msgid "Webcraftic Clearfy – WordPress optimization plugin"
2488
+ #~ msgstr "Webcraftic Clearfy - plugin de otimização para WordPress"
2489
+
2490
+ #~ msgid "Restore notice"
2491
+ #~ msgstr "Aviso de restauração"
2492
+
2493
+ #~ msgid ""
2494
+ #~ "You can remove only trashed comments from the database with one click."
2495
+ #~ msgstr ""
2496
+ #~ "Você pode remover apenas os comentários da base de dados com um clique."
2497
+
2498
+ #~ msgid "Remove trashed comments"
2499
+ #~ msgstr "Remover comentários na lixeira"
2500
+
2501
+ #~ msgid ""
2502
+ #~ "You can remove only unapproved comments from the database with one click."
2503
+ #~ msgstr ""
2504
+ #~ "Você pode remover apenas comentários não aprovados do banco de dados com "
2505
+ #~ "um clique."
2506
+
2507
+ #~ msgid "Remove unapproved comments"
2508
+ #~ msgstr "Remover comentários não aprovados"
2509
+
2510
+ #~ msgid "You can remove only spam comments from the database with one click."
2511
+ #~ msgstr ""
2512
+ #~ "Você pode remover apenas comentários de spam do banco de dados com um "
2513
+ #~ "clique."
2514
+
2515
+ #~ msgid "Remove spam comments"
2516
+ #~ msgstr "Remover comentários de spam"
2517
+
2518
+ #~ msgid "Delete (%d)"
2519
+ #~ msgstr "Excluir ( %d )"
2520
+
2521
+ #~ msgid "Delete Woocommerce order notices? (%d)"
2522
+ #~ msgstr "Excluir avisos de pedido do Woocommerce? ( %d )"
2523
+
2524
+ #~ msgid "Select all"
2525
+ #~ msgstr "Selecionar tudo"
2526
+
2527
+ #~ msgid "Choose post types"
2528
+ #~ msgstr "Escolher tipos de postagem"
2529
+
2530
+ #~ msgid "You can delete all comments in your database with one click."
2531
+ #~ msgstr ""
2532
+ #~ "Você pode excluir todos os comentários em seu banco de dados com um "
2533
+ #~ "clique."
2534
+
2535
+ #~ msgid "Remove all comments"
2536
+ #~ msgstr "Remover todos os comentários"
2537
+
2538
+ #~ msgid ""
2539
+ #~ "Are you sure you want to delete comments from the database without "
2540
+ #~ "restoring?"
2541
+ #~ msgstr ""
2542
+ #~ "Tem certeza de que deseja excluir comentários do banco de dados sem "
2543
+ #~ "restaurar?"
2544
+
2545
+ #~ msgid "Comments cleaner"
2546
+ #~ msgstr "Comentários mais limpo"
2547
+
2548
+ #~ msgid ""
2549
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2550
+ #~ "installed, this plugin already has disable comments functions, so you can "
2551
+ #~ "deactivate plugin \"Disable comments\"!"
2552
+ #~ msgstr ""
2553
+ #~ "Descobrimos que você tem o plug-in \"Clearfy - desativar recursos não "
2554
+ #~ "utilizados \" instalado, este plugin já tem funções de desabilitar "
2555
+ #~ "comentários, então você pode desativar o plugin \"Desativar comentários "
2556
+ #~ "\"!"
2557
+
2558
+ #~ msgid "Add new"
2559
+ #~ msgstr "Adicionar novo"
2560
+
2561
+ #~ msgid ""
2562
+ #~ "This plugin allows you to hide the update WordPress reminder from all "
2563
+ #~ "users that are not assumed Administrators (cannot upgrade plugins).\n"
2564
+ #~ "\n"
2565
+ #~ "If you have multiple users then this means those who are not admins don’t "
2566
+ #~ "need to see the message. Useful for CMS based sites, so the client "
2567
+ #~ "doesn’t see the notice."
2568
+ #~ msgstr ""
2569
+ #~ "Este plug-in permite ocultar o lembrete de atualização do WordPress de "
2570
+ #~ "todos os usuários que não são considerados Administradores (não é "
2571
+ #~ "possível atualizar plugins). N nSe você tiver vários usuários, isso "
2572
+ #~ "significa que aqueles que não são administradores não precisam ver a "
2573
+ #~ "mensagem. Útil para sites baseados em CMS, para que o cliente não veja o "
2574
+ #~ "aviso."
2575
+
2576
+ #~ msgid "Select"
2577
+ #~ msgstr "Selecione"
2578
+
2579
+ #~ msgid "Description"
2580
+ #~ msgstr "Descrição"
2581
+
2582
+ #~ msgid "Plugin"
2583
+ #~ msgstr "Plugar"
2584
+
2585
+ #~ msgid "Apply"
2586
+ #~ msgstr "Aplique"
2587
+
2588
+ #~ msgid "Enable auto-updates"
2589
+ #~ msgstr "Ativar atualizações automáticas"
2590
+
2591
+ #~ msgid "Enable updates"
2592
+ #~ msgstr "Ativar atualizações"
2593
+
2594
+ #~ msgid "Bulk actions"
2595
+ #~ msgstr "Ações em massa"
2596
+
2597
+ #~ msgid ""
2598
+ #~ "- To configure plugin auto updates individually, choose the “Enable auto "
2599
+ #~ "updates” option then save settings and comeback to this page."
2600
+ #~ msgstr ""
2601
+ #~ "- Para configurar as atualizações automáticas do plug-in individualmente, "
2602
+ #~ "escolha a opção \"Ativar atualizações automáticas\" e salve as "
2603
+ #~ "configurações e o retorno a esta página."
2604
+
2605
+ #~ msgid ""
2606
+ #~ "- To disable updates individually choose the “Manual or automatic plugin "
2607
+ #~ "updates” option then save settings and comeback to this page."
2608
+ #~ msgstr ""
2609
+ #~ "- Para desabilitar as atualizações individualmente, escolha a opção "
2610
+ #~ "“Atualizações manuais ou automáticas do plug-in” e salve as configurações "
2611
+ #~ "e o retorno a esta página."
2612
+
2613
+ #~ msgid ""
2614
+ #~ "This page you can individually disable plugin updates and auto updates."
2615
+ #~ msgstr ""
2616
+ #~ "Nesta página você pode desativar individualmente atualizações de plugins "
2617
+ #~ "e atualizações automáticas."
2618
+
2619
+ #~ msgid "Plugins"
2620
+ #~ msgstr "Plugins"
2621
+
2622
+ #~ msgid "Force update"
2623
+ #~ msgstr "Forçar atualização"
2624
+
2625
+ #~ msgid ""
2626
+ #~ "This will attempt to force automatic updates. This is useful for "
2627
+ #~ "debugging."
2628
+ #~ msgstr ""
2629
+ #~ "Isso tentará forçar atualizações automáticas. Isso é útil para depuração."
2630
+
2631
+ #~ msgid "Force Automatic Updates"
2632
+ #~ msgstr "Forçar atualizações automáticas"
2633
+
2634
+ #~ msgid "Please, wait 90 sec. to see the forced automatic update result."
2635
+ #~ msgstr ""
2636
+ #~ "Por favor, aguarde 90 seg. para ver o resultado da atualização automática "
2637
+ #~ "forçada."
2638
+
2639
+ #~ msgid "One click disable all updates"
2640
+ #~ msgstr "Um clique desativa todas as atualizações"
2641
+
2642
+ #~ msgid "Updates nags only for Admin"
2643
+ #~ msgstr "Atualiza nags apenas para o administrador"
2644
+
2645
+ #~ msgid "Plugin filters"
2646
+ #~ msgstr "Filtros de Plugin"
2647
+
2648
+ #~ msgid "Hide notification forever"
2649
+ #~ msgstr "Ocultar a notificação para sempre"
2650
+
2651
+ #~ msgid "Notifications %s"
2652
+ #~ msgstr "Notificações %s"
2653
+
2654
+ #~ msgid "Webcraftic disable admin notices"
2655
+ #~ msgstr "Webcraftic desabilitar avisos de administração"
2656
+
2657
+ #~ msgid "Notices"
2658
+ #~ msgstr "Avisos"
2659
+
2660
+ #~ msgid "Hidden notices are successfully reset, now you can see them again!"
2661
+ #~ msgstr ""
2662
+ #~ "Avisos ocultos são redefinidos com sucesso, agora você pode vê-los "
2663
+ #~ "novamente!"
2664
+
2665
+ #~ msgid "Reset hidden notices (%s)"
2666
+ #~ msgstr "Redefinir avisos ocultos ( %s )"
2667
+
2668
+ #~ msgid "Push reset hidden notices if you need to show hidden notices again."
2669
+ #~ msgstr ""
2670
+ #~ "Envie os avisos ocultos redefinidos se precisar mostrar avisos ocultos "
2671
+ #~ "novamente."
2672
+
2673
+ #~ msgid ""
2674
+ #~ "By default, the plugin hides all notices, which you specified. If you "
2675
+ #~ "enable this option, the plugin will collect all hidden notices and show "
2676
+ #~ "them into the top admin toolbar. It will not disturb you but will allow "
2677
+ #~ "to look notices at your convenience."
2678
+ #~ msgstr ""
2679
+ #~ "Por padrão, o plug-in oculta todos os avisos especificados. Se você "
2680
+ #~ "ativar essa opção, o plug-in coletará todos os avisos ocultos e os "
2681
+ #~ "mostrará na barra de ferramentas superior do administrador. Não o "
2682
+ #~ "incomodará, mas permitirá que você veja avisos de acordo com sua "
2683
+ #~ "conveniência."
2684
+
2685
+ #~ msgid ""
2686
+ #~ "Some plugins shows notifications about premium version, data collecting "
2687
+ #~ "or promote their services. Even if you push close button (that sometimes "
2688
+ #~ "are impossible), notices are shows again in some time. This option allows "
2689
+ #~ "you to control notices. Hide them all or each individually. Some plugins "
2690
+ #~ "shows notifications about premium version, data collecting or promote "
2691
+ #~ "their services. Even if you push close button (that sometimes are "
2692
+ #~ "impossible), notices are shows again in some time. This option allows you "
2693
+ #~ "to control notices. Hide them all or each individually."
2694
+ #~ msgstr ""
2695
+ #~ "Alguns plugins mostram notificações sobre a versão premium, coleta de "
2696
+ #~ "dados ou promover seus serviços. Mesmo se você apertar o botão fechar "
2697
+ #~ "(que às vezes são impossíveis), os avisos são exibidos novamente em algum "
2698
+ #~ "momento. Esta opção permite controlar avisos. Esconda-os todos ou cada um "
2699
+ #~ "individualmente. Alguns plugins mostram notificações sobre a versão "
2700
+ #~ "premium, coleta de dados ou promover seus serviços. Mesmo se você apertar "
2701
+ #~ "o botão fechar (que às vezes são impossíveis), os avisos são exibidos "
2702
+ #~ "novamente em algum momento. Esta opção permite controlar avisos. Esconda-"
2703
+ #~ "os todos ou cada um individualmente."
2704
+
2705
+ #~ msgid ""
2706
+ #~ "Do not hide notices and do not show “Hide notification forever” link for "
2707
+ #~ "admin."
2708
+ #~ msgstr ""
2709
+ #~ "Não oculte avisos e não mostre o link \"Ocultar notificação para sempre\" "
2710
+ #~ "para o administrador."
2711
+
2712
+ #~ msgid "Don't nide"
2713
+ #~ msgstr "Não nide"
2714
+
2715
+ #~ msgid ""
2716
+ #~ "Hide selected notices only. You will see the link \"Hide notification "
2717
+ #~ "forever\" in each notice. Push it and they will not bother you anymore."
2718
+ #~ msgstr ""
2719
+ #~ "Ocultar apenas avisos selecionados. Você verá o link \"Ocultar "
2720
+ #~ "notificação para sempre\" em cada aviso. Empurre-o e eles não vão "
2721
+ #~ "incomodá-lo mais."
2722
+
2723
+ #~ msgid "Only selected"
2724
+ #~ msgstr "Apenas selecionado"
2725
+
2726
+ #~ msgid "Hide all notices globally."
2727
+ #~ msgstr "Esconda todos os avisos globalmente."
2728
+
2729
+ #~ msgid "All notices"
2730
+ #~ msgstr "Todos os avisos"
2731
+
2732
+ #~ msgid "Admin notifications, Update nags"
2733
+ #~ msgstr "Notificações de administrador, Atualizações nags"
2734
+
2735
+ #~ msgid "Enable hidden notices in adminbar"
2736
+ #~ msgstr "Ativar avisos ocultos no adminbar"
2737
+
2738
+ #~ msgid "Hide admin notices"
2739
+ #~ msgstr "Ocultar avisos de administrador"
2740
+
2741
+ #~ msgid "Success"
2742
+ #~ msgstr "Sucesso"
2743
+
2744
+ #~ msgid "Undefinded notice id."
2745
+ #~ msgstr "ID de aviso não identificada."
2746
+
2747
+ #~ msgid "One click disable all comments"
2748
+ #~ msgstr "Um clique desativa todos os comentários"
2749
+
2750
+ #~ msgid ""
2751
+ #~ "Do you know the situation, when some plugin offers you to update to "
2752
+ #~ "premium, to collect technical data and shows many annoying notices? You "
2753
+ #~ "are close these notices every now and again but they newly appears and "
2754
+ #~ "interfere your work with WordPress. Even worse, some plugin’s authors "
2755
+ #~ "delete “close” button from notices and they shows in your admin panel "
2756
+ #~ "forever."
2757
+ #~ msgstr ""
2758
+ #~ "Você conhece a situação, quando algum plugin lhe oferece para atualizar "
2759
+ #~ "para premium, para coletar dados técnicos e mostra muitos avisos "
2760
+ #~ "irritantes? Você está próximo desses avisos de vez em quando, mas eles "
2761
+ #~ "aparecem recentemente e interferem no seu trabalho com o WordPress. Pior "
2762
+ #~ "ainda, alguns autores de plug-in excluem o botão “fechar” dos avisos e "
2763
+ #~ "eles são exibidos no seu painel de administração para sempre."
2764
+
2765
+ #~ msgid "Disable everwhere to view enable settings."
2766
+ #~ msgstr "Desative o everwhere para visualizar as configurações de ativação."
2767
+
2768
+ #~ msgid "Current URL"
2769
+ #~ msgstr "URL atual"
2770
+
2771
+ #~ msgid "Enabled"
2772
+ #~ msgstr "ativado"
2773
+
2774
+ #~ msgid "In use by"
2775
+ #~ msgstr "Em uso por"
2776
+
2777
+ #~ msgid "Enable"
2778
+ #~ msgstr "Habilitar"
2779
+
2780
+ #~ msgid "Disable"
2781
+ #~ msgstr "Desabilitar"
2782
+
2783
+ #~ msgid "In use"
2784
+ #~ msgstr "Em uso"
2785
+
2786
+ #~ msgid "Script"
2787
+ #~ msgstr "Roteiro"
2788
+
2789
+ #~ msgid "Size"
2790
+ #~ msgstr "Tamanho"
2791
+
2792
+ #~ msgid "State"
2793
+ #~ msgstr "Estado"
2794
+
2795
+ #~ msgid "Hide panel in adminbar?"
2796
+ #~ msgstr "Ocultar painel em adminbar?"
2797
+
2798
+ #~ msgid ""
2799
+ #~ "If for some reason you run into trouble, you can always enable everything "
2800
+ #~ "again to reset the settings."
2801
+ #~ msgstr ""
2802
+ #~ "Se por algum motivo você tiver problemas, poderá sempre ativar tudo "
2803
+ #~ "novamente para redefinir as configurações."
2804
+
2805
+ #~ msgid ""
2806
+ #~ "Below you can disable/enable CSS and JS files on a per page/post basis, "
2807
+ #~ "as well as by custom post types. We recommend testing this locally or on "
2808
+ #~ "a staging site first, as you could break the appearance of your live "
2809
+ #~ "site. If you aren't sure about a certain script, you can try clicking on "
2810
+ #~ "it, as a lot of authors will mention their plugin or theme in the header "
2811
+ #~ "of the source code."
2812
+ #~ msgstr ""
2813
+ #~ "Abaixo, você pode desativar / ativar arquivos CSS e JS em uma base por "
2814
+ #~ "página / postagem, bem como por tipos de postagem personalizados. "
2815
+ #~ "Recomendamos testar isso localmente ou em um site de teste primeiro, pois "
2816
+ #~ "você pode quebrar a aparência do site ao vivo. Se você não tem certeza "
2817
+ #~ "sobre um determinado script, pode tentar clicar nele, pois muitos autores "
2818
+ #~ "mencionarão seu plug-in ou tema no cabeçalho do código-fonte."
2819
+
2820
+ #~ msgid "Script Manager"
2821
+ #~ msgstr "Gerenciador de scripts"
2822
+
2823
+ #~ msgid "Webcraftic assets manager"
2824
+ #~ msgstr "Gerente de ativos da webraftic"
2825
+
2826
+ #~ msgid ""
2827
+ #~ "We found that you use the plugin \"Clearfy - disable unused functions\", "
2828
+ #~ "this plugin already has the same functions as \"Assets manager\", so you "
2829
+ #~ "can disable the \"Assets manager\" plugin!"
2830
+ #~ msgstr ""
2831
+ #~ "Descobrimos que você usa o plugin \"Clearfy - desabilita funções não "
2832
+ #~ "usadas \", este plugin já tem as mesmas funções de \"Assets manager \", "
2833
+ #~ "então você pode desabilitar o plugin \"Assets manager \"!"
2834
+
2835
+ #~ msgid "Disables assets manager initialization for backend."
2836
+ #~ msgstr "Desativa a inicialização do gerenciador de ativos para o back-end."
2837
+
2838
+ #~ msgid "Disables assets manager initialization for frontend."
2839
+ #~ msgstr "Desativa a inicialização do gerenciador de ativos para o frontend."
2840
+
2841
+ #~ msgid ""
2842
+ #~ "By default in your admin bar there is a button for control the assets "
2843
+ #~ "scripts and styles. With this option, you can turn off the script manager "
2844
+ #~ "on front and back-end."
2845
+ #~ msgstr ""
2846
+ #~ "Por padrão, na barra de administração, existe um botão para controlar os "
2847
+ #~ "scripts e estilos de recursos. Com essa opção, você pode desativar o "
2848
+ #~ "gerenciador de scripts na frente e no final."
2849
+
2850
+ #~ msgid "Full disable of the module."
2851
+ #~ msgstr "Desabilitação total do módulo."
2852
+
2853
+ #~ msgid "Assets manager"
2854
+ #~ msgstr "Gerente de Ativos"
2855
+
2856
+ #~ msgid "Assets manager options"
2857
+ #~ msgstr "Opções do gerente de ativos"
2858
+
2859
+ #~ msgid "Disable assets manager on back-end"
2860
+ #~ msgstr "Desativar gerenciador de ativos no back-end"
2861
+
2862
+ #~ msgid "Disable assets manager on front"
2863
+ #~ msgstr "Desativar o gerente de ativos na frente"
2864
+
2865
+ #~ msgid "Disable assets manager panel"
2866
+ #~ msgstr "Desativar painel do gerenciador de ativos"
2867
+
2868
+ #~ msgid "Disable assets manager"
2869
+ #~ msgstr "Desativar gerente de ativos"
2870
+
2871
+ #~ msgid "Page"
2872
+ #~ msgstr "Página"
2873
+
2874
+ #~ msgid ""
2875
+ #~ "It seems that a caching/performance plugin is active on this site. Please "
2876
+ #~ "manually invalidate that plugin's cache after making any changes to the "
2877
+ #~ "settings below."
2878
+ #~ msgstr ""
2879
+ #~ "Parece que um plugin de cache / performance está ativo neste site. Por "
2880
+ #~ "favor, invalide manualmente o cache desse plugin depois de fazer qualquer "
2881
+ #~ "alteração nas configurações abaixo."
2882
+
2883
+ #~ msgid "Get the ultimate plugin 100% FREE"
2884
+ #~ msgstr "Obtenha o melhor plugin 100% GRÁTIS"
2885
+
2886
+ #~ msgid ""
2887
+ #~ "In quick mode, you can easily configure the plugin according to your "
2888
+ #~ "needs."
2889
+ #~ msgstr ""
2890
+ #~ "No modo rápido, você pode configurar facilmente o plugin de acordo com "
2891
+ #~ "suas necessidades."
2892
+
2893
+ #~ msgid "Easy setup"
2894
+ #~ msgstr "Fácil configuração"
2895
+
2896
+ #~ msgid ""
2897
+ #~ "Allows you to hide the version of the site and plugins. Allows you to "
2898
+ #~ "hide your\n"
2899
+ #~ "\t\t\t\t\t\t\tWordPress."
2900
+ #~ msgstr ""
2901
+ #~ "Permite ocultar a versão do site e plugins. Permite ocultar sua n t t "
2902
+ #~ "t t t t tWordPress."
2903
+
2904
+ #~ msgid "Site privacy"
2905
+ #~ msgstr "Privacidade do site"
2906
+
2907
+ #~ msgid ""
2908
+ #~ "Increases performance by disabling unused functions and reducing the "
2909
+ #~ "number of requests."
2910
+ #~ msgstr ""
2911
+ #~ "Aumenta o desempenho desabilitando funções não utilizadas e reduzindo o "
2912
+ #~ "número de solicitações."
2913
+
2914
+ #~ msgid "Speed Optimization"
2915
+ #~ msgstr "Otimização de velocidade"
2916
+
2917
+ #~ msgid "Allows you to remove unused widgets."
2918
+ #~ msgstr "Permite remover widgets não utilizados."
2919
+
2920
+ #~ msgid "Manage widgets"
2921
+ #~ msgstr "Gerenciar widgets"
2922
+
2923
+ #~ msgid ""
2924
+ #~ "Enables or disables automatically updates for plugins, themes and core. "
2925
+ #~ "It is also possible\n"
2926
+ #~ "\t\t\t\t\t\t\tto disable all updates."
2927
+ #~ msgstr ""
2928
+ #~ "Ativa ou desativa atualizações automáticas de plug-ins, temas e núcleo. "
2929
+ #~ "Também é possível n t t t t t t t desativar todas as atualizações."
2930
+
2931
+ #~ msgid "Manage updates"
2932
+ #~ msgstr "Gerenciar atualizações"
2933
+
2934
+ #~ msgid "Disables comments on the entire site or on specific pages."
2935
+ #~ msgstr "Desativa comentários em todo o site ou em páginas específicas."
2936
+
2937
+ #~ msgid ""
2938
+ #~ "Enables and disables features that improve the protection of your site."
2939
+ #~ msgstr "Ativa e desativa recursos que melhoram a proteção do seu site."
2940
+
2941
+ #~ msgid "Site protection"
2942
+ #~ msgstr "Proteção do site"
2943
+
2944
+ #~ msgid ""
2945
+ #~ "Removes duplicate pages, closes external links, changes the headers of "
2946
+ #~ "the server."
2947
+ #~ msgstr ""
2948
+ #~ "Remove páginas duplicadas, fecha links externos, altera os cabeçalhos do "
2949
+ #~ "servidor."
2950
+
2951
+ #~ msgid "Improve SEO"
2952
+ #~ msgstr "Melhore o SEO"
2953
+
2954
+ #~ msgid "Clears the source code of the page from unused code."
2955
+ #~ msgstr "Limpa o código-fonte da página do código não utilizado."
2956
+
2957
+ #~ msgid "install the ultimate version of the plugin for free!"
2958
+ #~ msgstr "instale a versão final do plugin gratuitamente!"
2959
+
2960
+ #~ msgid "Webcraftic Updates Manager"
2961
+ #~ msgstr "Gerenciador de Atualizações do Webcraftic"
2962
+
2963
+ #~ msgid ""
2964
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
2965
+ #~ "installed, this plugin already has update manager functions, so you can "
2966
+ #~ "deactivate plugin \"Update manager\"!"
2967
+ #~ msgstr ""
2968
+ #~ "Descobrimos que você tem o \"Clearfy - desativar os recursos não "
2969
+ #~ "utilizados \" plugin instalado, este plugin já tem funções de gerenciador "
2970
+ #~ "de atualização, assim você pode desativar o plugin \"Update manager \"!"
2971
+
2972
+ #~ msgid "Updates"
2973
+ #~ msgstr "Atualizações"
2974
+
2975
+ #~ msgid "Comments are closed."
2976
+ #~ msgstr "Comentários estão fechados."
2977
+
2978
+ #~ msgid "Webcraftic Disable comments"
2979
+ #~ msgstr "Webcraftic Desabilitar comentários"
2980
+
2981
+ #~ msgid "More features (<b>free</b>)"
2982
+ #~ msgstr "Mais recursos (<b> gratuitos </b>)"
2983
+
2984
+ #~ msgid ""
2985
+ #~ "Note: The <em>%s</em> plugin is currently active, and comments are "
2986
+ #~ "completely disabled on: %s. Many of the settings below will not be "
2987
+ #~ "applicable for those post types."
2988
+ #~ msgstr ""
2989
+ #~ "Nota: O plug-in <em> %s </em> está ativo no momento e os comentários "
2990
+ #~ "estão completamente desativados em: %s . Muitas das configurações abaixo "
2991
+ #~ "não serão aplicáveis ​​a esses tipos de postagem."
2992
+
2993
+ #~ msgid ""
2994
+ #~ "%1$s is <strong>deprecated</strong> since version %2$s with no "
2995
+ #~ "alternative available."
2996
+ #~ msgstr ""
2997
+ #~ "%1$s está <strong>depreciado</strong> desde a versão %2$s sem alternativa "
2998
+ #~ "disponível."
2999
+
3000
+ #~ msgid ""
3001
+ #~ "%1$s is <strong>deprecated</strong> since version %2$s! Use %3$s instead."
3002
+ #~ msgstr ""
3003
+ #~ "%1$s está <strong>descontinuado</strong> desde a versão %2$s ! Use %3$s "
3004
+ #~ "vez disso."
3005
+
3006
+ #~ msgid ""
3007
+ #~ "We found that you have the \"Clearfy - disable unused features\" plugin "
3008
+ #~ "installed, this plugin already has disable comments functions, so you can "
3009
+ #~ "deactivate plugin \"Disable admin notices\"!"
3010
+ #~ msgstr ""
3011
+ #~ "Descobrimos que você tem o plug-in \"Clearfy - desativar recursos não "
3012
+ #~ "utilizados \" instalado, este plugin já tem funções de desabilitar "
3013
+ #~ "comentários, então você pode desativar o plugin \"Desativar avisos do "
3014
+ #~ "administrador \"!"
3015
+
3016
+ #~ msgid "Select the post types for which comments will be disabled"
3017
+ #~ msgstr ""
3018
+ #~ "Selecione os tipos de postagem para os quais os comentários serão "
3019
+ #~ "desativados"
3020
+
3021
+ #~ msgid ""
3022
+ #~ "On certain post types - Disabling comments will also disable trackbacks "
3023
+ #~ "and pingbacks. All comment-related fields will also be hidden from the "
3024
+ #~ "edit/quick-edit screens of the affected posts. These settings cannot be "
3025
+ #~ "overridden for individual posts."
3026
+ #~ msgstr ""
3027
+ #~ "Em determinados tipos de postagens - a desativação de comentários também "
3028
+ #~ "desativará os trackbacks e os pingbacks. Todos os campos relacionados a "
3029
+ #~ "comentários também ficarão ocultos nas telas de edição / edição rápida "
3030
+ #~ "das postagens afetadas. Essas configurações não podem ser substituídas "
3031
+ #~ "por postagens individuais."
3032
+
3033
+ #~ msgid ""
3034
+ #~ "Everywhere - Warning: This option is global and will affect your entire "
3035
+ #~ "site. Use it only if you want to disable comments everywhere. A complete "
3036
+ #~ "description of what this option does is available here"
3037
+ #~ msgstr ""
3038
+ #~ "Em todo lugar - Aviso: essa opção é global e afetará todo o seu site. Use-"
3039
+ #~ "o somente se você quiser desabilitar os comentários em todos os lugares. "
3040
+ #~ "Uma descrição completa do que esta opção faz está disponível aqui"
3041
+
3042
+ #~ msgid "On certain post types"
3043
+ #~ msgstr "Em certos tipos de postagem"
3044
+
3045
+ #~ msgid "Not disable"
3046
+ #~ msgstr "Não desativar"
3047
+
3048
+ #~ msgid ""
3049
+ #~ "An error occurred while trying to delete comments. Internal error "
3050
+ #~ "occured. Please try again later."
3051
+ #~ msgstr ""
3052
+ #~ "Ocorreu um erro ao tentar excluir comentários. Erro interno ocorrido. Por "
3053
+ #~ "favor, tente novamente mais tarde."
3054
+
3055
+ #~ msgid "All comments have been deleted."
3056
+ #~ msgstr "Todos os comentários foram apagados."
3057
+
3058
+ #~ msgid "General"
3059
+ #~ msgstr "Geral"
3060
+
3061
+ #~ msgid "Comments"
3062
+ #~ msgstr "Comentários"
3063
+
3064
+ #~ msgid "Disable comments"
3065
+ #~ msgstr "Desativar comentários"
3066
+
3067
+ #~ msgid "Get ultimate plugin free"
3068
+ #~ msgstr "Obtenha o melhor plugin grátis"
3069
+
3070
+ #~ msgid "Select post types"
3071
+ #~ msgstr "Selecione os tipos de postagem"
3072
+
3073
+ #~ msgid "Disable comments on the entire site"
3074
+ #~ msgstr "Desativar comentários em todo o site"
3075
+
3076
+ #~ msgid ""
3077
+ #~ "You can delete all comments for the selected post types. Select the post "
3078
+ #~ "types below and save the settings. After that, click the link (<a href="
3079
+ #~ "\"%s\">delete all comments for the selected post types in database</a>)."
3080
+ #~ msgstr ""
3081
+ #~ "Você pode excluir todos os comentários para os tipos de postagem "
3082
+ #~ "selecionados. Selecione os tipos de postagem abaixo e salve as "
3083
+ #~ "configurações. Depois disso, clique no link (<a href=\"%s\"> exclua todos "
3084
+ #~ "os comentários para os tipos de postagem selecionados no banco de dados </"
3085
+ #~ "a>)."
3086
+
3087
+ #~ msgid ""
3088
+ #~ "You can delete all comments in the database by clicking on this link (<a "
3089
+ #~ "href=\"%s\">cleaning comments in database</a>)."
3090
+ #~ msgstr ""
3091
+ #~ "Você pode excluir todos os comentários no banco de dados clicando neste "
3092
+ #~ "link (<a href=\"%s\"> limpando comentários no banco de dados </a>)."
3093
+
3094
+ #~ msgid "Webcraftic <wordpress.webraftic@gmail.com>"
3095
+ #~ msgstr "Webcraftic <wordpress.webraftic@gmail.com>"
3096
+
3097
+ #~ msgid ""
3098
+ #~ "Disables unused Wordpress features, improves performance and increases "
3099
+ #~ "SEO rankings, using Clearfy, which makes WordPress very easy."
3100
+ #~ msgstr ""
3101
+ #~ "Desativa recursos não utilizados do WordPress, melhora o desempenho e "
3102
+ #~ "aumenta as classificações de SEO, usando o Clearfy, o que torna o "
3103
+ #~ "WordPress muito fácil."
3104
+
3105
+ #~ msgid "https://wordpress.org/plugins/clearfy/"
3106
+ #~ msgstr "https://wordpress.org/plugins/clearfy/"
3107
+
3108
+ #~ msgid "Changing the color may takes a minute or more. Please be patient."
3109
+ #~ msgstr ""
3110
+ #~ "Alterar a cor pode levar um minuto ou mais. Por favor, seja paciente."
3111
+
3112
+ #~ msgid "Select color:"
3113
+ #~ msgstr "Selecione a cor:"
3114
+
3115
+ #~ msgid "re-color"
3116
+ #~ msgstr "recolorir"
3117
+
3118
+ #~ msgid "Change color"
3119
+ #~ msgstr "Mudar cor"
3120
+
3121
+ #~ msgid "Select a side and move the slider to set up:"
3122
+ #~ msgstr "Selecione um lado e mova o controle deslizante para configurar:"
3123
+
3124
+ #~ msgid "hide extra options"
3125
+ #~ msgstr "esconder opções extras"
3126
+
3127
+ #~ msgid "horizontal"
3128
+ #~ msgstr "horizontal"
3129
+
3130
+ #~ msgid "vertical"
3131
+ #~ msgstr "vertical"
3132
+
3133
+ #~ msgid "Unexpected error. The list of Google Fonts are empty."
3134
+ #~ msgstr "Erro inesperado. A lista de fontes do Google está vazia."
3135
+
3136
+ #~ msgid "Invalide response from the Google Fonts API."
3137
+ #~ msgstr "Invalide a resposta da API do Google Fonts."
3138
+
3139
+ #~ msgid "Unable to retrieve the list of Google Fonts."
3140
+ #~ msgstr "Não é possível recuperar a lista de fontes do Google."
3141
+
3142
+ #~ msgid "Google Fonts:"
3143
+ #~ msgstr "Google Fonts:"
3144
+
3145
+ #~ msgid "Standard:"
3146
+ #~ msgstr "Padrão:"
3147
+
3148
+ #~ msgid "Monospaced:"
3149
+ #~ msgstr "Monoespaçado:"
3150
+
3151
+ #~ msgid "Serif:"
3152
+ #~ msgstr "Serif:"
3153
+
3154
+ #~ msgid "Sans Serif:"
3155
+ #~ msgstr "Sem serifa:"
3156
+
3157
+ #~ msgid "(use default website font)"
3158
+ #~ msgstr "(use fonte padrão do site)"
3159
+
3160
+ #~ msgid "- empty -"
3161
+ #~ msgstr "- vazio -"
3162
+
3163
+ #~ msgid "The list is empty."
3164
+ #~ msgstr "A lista está vazia."
3165
+
3166
+ #~ msgid "Off"
3167
+ #~ msgstr "Fora"
3168
+
3169
+ #~ msgid "On"
3170
+ #~ msgstr "Em"
3171
+
3172
+ #~ msgid ""
3173
+ #~ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found "
3174
+ #~ "in the WordPress directory"
3175
+ #~ msgstr ""
3176
+ #~ "Habilite Atualizações Automáticas mesmo se uma pasta VCS (.git, .hg, ."
3177
+ #~ "svn) for encontrada no diretório WordPress"
3178
+
3179
+ #~ msgid "Development - update automatically to Bleeding Edge releases."
3180
+ #~ msgstr ""
3181
+ #~ "Desenvolvimento - atualize automaticamente para as versões do Bleeding "
3182
+ #~ "Edge."
3183
+
3184
+ #~ msgid ""
3185
+ #~ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, "
3186
+ #~ "4.1.3).."
3187
+ #~ msgstr ""
3188
+ #~ "Menor - atualiza automaticamente para lançamentos menores (por exemplo, "
3189
+ #~ "4.1.1, 4.1.2, 4.1.3)."
3190
+
3191
+ #~ msgid ""
3192
+ #~ "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
3193
+ #~ msgstr ""
3194
+ #~ "Major - atualiza automaticamente para as principais versões (por exemplo, "
3195
+ #~ "4.1, 4.2, 4.3)."
3196
+
3197
+ #~ msgid ""
3198
+ #~ "You can disable all core WordPress updates, or disable only automatic "
3199
+ #~ "updates. Also you can select the update mode. By default (minor)"
3200
+ #~ msgstr ""
3201
+ #~ "Você pode desativar todas as atualizações básicas do WordPress ou "
3202
+ #~ "desabilitar somente as atualizações automáticas. Além disso, você pode "
3203
+ #~ "selecionar o modo de atualização. Por padrão (menor)"
3204
+
3205
+ #~ msgid "Allow development auto updates"
3206
+ #~ msgstr "Permitir atualizações automáticas de desenvolvimento"
3207
+
3208
+ #~ msgid "Allow major auto updates"
3209
+ #~ msgstr "Permitir atualizações automáticas importantes"
3210
+
3211
+ #~ msgid "Allow minor auto updates"
3212
+ #~ msgstr "Permitir atualizações automáticas menores"
3213
+
3214
+ #~ msgid "Disable auto updates"
3215
+ #~ msgstr "Desativar atualizações automáticas"
3216
+
3217
+ #~ msgid "WordPress Core Updates"
3218
+ #~ msgstr "Atualizações do WordPress Core"
3219
+
3220
+ #~ msgid ""
3221
+ #~ "You can disable all themes updates or choose manual or automatic update "
3222
+ #~ "mode."
3223
+ #~ msgstr ""
3224
+ #~ "Você pode desativar todas as atualizações de temas ou escolher o modo de "
3225
+ #~ "atualização manual ou automática."
3226
+
3227
+ #~ msgid "Theme Updates"
3228
+ #~ msgstr "Atualizações do tema"
3229
+
3230
+ #~ msgid ""
3231
+ #~ "You can disable all plugin updates or choose manual or automatic update "
3232
+ #~ "mode."
3233
+ #~ msgstr ""
3234
+ #~ "Você pode desativar todas as atualizações de plug-ins ou escolher o modo "
3235
+ #~ "de atualização manual ou automática."
3236
+
3237
+ #~ msgid "Disable updates"
3238
+ #~ msgstr "Desativar atualizações"
3239
+
3240
+ #~ msgid "Enable auto updates"
3241
+ #~ msgstr "Ativar atualizações automáticas"
3242
+
3243
+ #~ msgid "Manual updates"
3244
+ #~ msgstr "Atualizações manuais"
3245
+
3246
+ #~ msgid "Plugin Updates"
3247
+ #~ msgstr "Atualizações de Plugin"
3248
+
3249
+ #~ msgid "In some Wordpress topics this may not work."
3250
+ #~ msgstr "Em alguns tópicos do WordPress isso pode não funcionar."
3251
+
3252
+ #~ msgid ""
3253
+ #~ "Replaces the links of the authors of comments on the JavaScript code, it "
3254
+ #~ "is impossible to distinguish it from usual links."
3255
+ #~ msgstr ""
3256
+ #~ "Substitui os links dos autores de comentários no código JavaScript, é "
3257
+ #~ "impossível distingui-lo dos links usuais."
3258
+
3259
+ #~ msgid ""
3260
+ #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
3261
+ #~ "external link. Even nofollow from page weight loss here does not help."
3262
+ #~ msgstr ""
3263
+ #~ "Até 90 por cento dos comentários no blog podem ser deixados por causa de "
3264
+ #~ "um link externo. Mesmo nofollow da perda de peso da página aqui não ajuda."
3265
+
3266
+ #~ msgid "Replaces the links of this kind of %s, on links of this kind %s"
3267
+ #~ msgstr "Substitui os links deste tipo de %s , em links desse tipo %s"
3268
+
3269
+ #~ msgid ""
3270
+ #~ "Superfluous external links from comments, which can be typed from a dozen "
3271
+ #~ "and more for one article, do not bring anything good for promotion."
3272
+ #~ msgstr ""
3273
+ #~ "Links externos supérfluos de comentários, que podem ser digitados de uma "
3274
+ #~ "dúzia ou mais para um artigo, não trazem nada de bom para a promoção."
3275
+
3276
+ #~ msgid "Disable auto-updates"
3277
+ #~ msgstr "Desativar atualizações automáticas"
3278
+
3279
+ #~ msgid ""
3280
+ #~ "Works with the standard comment form, if the form is manually written in "
3281
+ #~ "your theme-it probably will not work!"
3282
+ #~ msgstr ""
3283
+ #~ "Funciona com o formulário de comentários padrão, se o formulário for "
3284
+ #~ "escrito manualmente no seu tema, provavelmente não funcionará!"
3285
+
3286
+ #~ msgid "Removes the \"Site\" field from the comment form."
3287
+ #~ msgstr "Remove o campo \"Site \" do formulário de comentários."
3288
+
3289
+ #~ msgid ""
3290
+ #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for "
3291
+ #~ "the sake of a link to their site?"
3292
+ #~ msgstr ""
3293
+ #~ "Cansado de spam nos comentários? Os visitantes deixam comentários \"em "
3294
+ #~ "branco \" por causa de um link para seu site?"
3295
+
3296
+ #~ msgid "HTML Minify"
3297
+ #~ msgstr "HTML minify"
3298
+
3299
+ #~ msgid "Remove field \"site\" in comment form"
3300
+ #~ msgstr "Remover campo \"site \" no formulário de comentário"
3301
+
3302
+ #~ msgid "Enable updates for VCS Installations"
3303
+ #~ msgstr "Ativar atualizações para instalações do VCS"
3304
+
3305
+ #~ msgid "Disable wordPress core updates"
3306
+ #~ msgstr "Desativar atualizações do núcleo do wordPress"
3307
+
3308
+ #~ msgid "Disable Automatic Translation Updates"
3309
+ #~ msgstr "Desativar Atualizações Automáticas de Tradução"
3310
+
3311
+ #~ msgid "Save settings"
3312
+ #~ msgstr "Salvar configurações"
3313
+
3314
+ #~ msgid "Disable theme updates"
3315
+ #~ msgstr "Desativar atualizações de tema"
3316
+
3317
+ #~ msgid ""
3318
+ #~ "A neutral setting that can not harm your site, but you must be sure that "
3319
+ #~ "you need to use it."
3320
+ #~ msgstr ""
3321
+ #~ "Uma configuração neutra que não pode prejudicar seu site, mas você deve "
3322
+ #~ "ter certeza de que precisa usá-lo."
3323
+
3324
+ #~ msgid "Settings"
3325
+ #~ msgstr "Configurações"
3326
+
3327
+ #~ msgid "Code cleaning"
3328
+ #~ msgstr "Limpeza de código"
3329
+
3330
+ #~ msgid ""
3331
+ #~ "When set this option, you must be careful. Plugins and themes may depend "
3332
+ #~ "on this function. You must be sure that you can disable this feature for "
3333
+ #~ "the site."
3334
+ #~ msgstr ""
3335
+ #~ "Quando definir esta opção, você deve ter cuidado. Plugins e temas podem "
3336
+ #~ "depender desta função. Você deve ter certeza de que pode desativar esse "
3337
+ #~ "recurso para o site."
3338
+
3339
+ #~ msgid "Absolutely safe setting, We recommend to use."
3340
+ #~ msgstr "Absolutamente seguro, recomendamos usar."
3341
+
3342
+ #~ msgid "Hover to the icon to get help for the feature you selected."
3343
+ #~ msgstr ""
3344
+ #~ "Passe o mouse sobre o ícone para obter ajuda para o recurso selecionado."
3345
+
3346
+ #~ msgid "Do you want the plugin to improved and update?"
3347
+ #~ msgstr "Você quer que o plugin seja melhorado e atualizado?"
3348
+
3349
+ #~ msgid ""
3350
+ #~ "Help the author, leave a review on wordpress.org. Thanks to feedback, I "
3351
+ #~ "will know that the plugin is really useful to you and is needed."
3352
+ #~ msgstr ""
3353
+ #~ "Ajude o autor, deixe um comentário no wordpress.org. Graças ao feedback, "
3354
+ #~ "eu sei que o plugin é realmente útil para você e é necessário."
3355
+
3356
+ #~ msgid "And also write your ideas on how to extend or improve the plugin."
3357
+ #~ msgstr ""
3358
+ #~ "E também escreva suas idéias sobre como estender ou melhorar o plugin."
3359
+
3360
+ #~ msgid "Go rate us and push ideas"
3361
+ #~ msgstr "Vai nos avaliar e empurrar idéias"
3362
+
3363
+ #~ msgid "Donation for plugin development"
3364
+ #~ msgstr "Doação para desenvolvimento de plugins"
3365
+
3366
+ #~ msgid "You do not have permission to edit page."
3367
+ #~ msgstr "Você não tem permissão para editar a página."
3368
+
3369
+ #~ msgid "The settings have been updated successfully!"
3370
+ #~ msgstr "As configurações foram atualizadas com sucesso!"
3371
+
3372
+ #~ msgid "Replace external links in comments on the JavaScript code"
3373
+ #~ msgstr "Substituir links externos nos comentários no código JavaScript"
3374
+
3375
+ #~ msgid "Replace external links from comment authors on the JavaScript code"
3376
+ #~ msgstr ""
3377
+ #~ "Substituir links externos de autores de comentários no código JavaScript"
3378
+
3379
+ #~ msgid "Disable X-Pingback"
3380
+ #~ msgstr "Desativar X-Pingback"
3381
+
3382
+ #~ msgid "Disable plugin updates"
3383
+ #~ msgstr "Desativar atualizações de plugins"
languages/clearfy-ru_RU.mo CHANGED
Binary file
languages/clearfy-ru_RU.po CHANGED
@@ -1,3504 +1,3588 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: clearfy\n"
4
- "POT-Creation-Date: 2018-08-15 01:21+0300\n"
5
- "PO-Revision-Date: 2018-08-15 05:36+0300\n"
6
- "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
- "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
- "Language: ru_RU\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.8\n"
13
- "X-Poedit-Basepath: ..\n"
14
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
- "X-Poedit-SourceCharset: UTF-8\n"
17
- "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
- "X-Poedit-SearchPath-0: .\n"
19
- "X-Poedit-SearchPathExcluded-0: libs\n"
20
- "X-Poedit-SearchPathExcluded-1: components\n"
21
- "X-Poedit-SearchPathExcluded-2: cache\n"
22
-
23
- #: admin/ajax/configurate.php:19 admin/ajax/import-settings.php:21
24
- #: admin/ajax/install-addons.php:26
25
- msgid "You don't have enough capability to edit this information."
26
- msgstr "У вас недостаточно возможностей для редактирования этой информации."
27
-
28
- #: admin/ajax/configurate.php:28 admin/ajax/configurate.php:39
29
- msgid "Undefinded mode."
30
- msgstr "Неопределенный режим."
31
-
32
- #: admin/ajax/import-settings.php:28
33
- msgid "Settings are not defined or do not exist."
34
- msgstr "Настройки не определены или не существуют."
35
-
36
- #: admin/ajax/install-addons.php:30
37
- msgid "Required attributes are not passed or empty."
38
- msgstr "Обязательные атрибуты не переданы и не пусты."
39
-
40
- #: admin/ajax/install-addons.php:53 admin/ajax/install-addons.php:77
41
- msgid "You are trying to perform an invalid action."
42
- msgstr "Вы пытаетесь выполнить недопустимое действие."
43
-
44
- #: admin/ajax/install-addons.php:110 admin/ajax/update-package.php:45
45
- msgid "An unknown error occurred during the activation of the component."
46
- msgstr "При активации компонента произошла неизвестная ошибка."
47
-
48
- #: admin/ajax/update-package.php:25
49
- msgid "To use premium components, you need activate a license!"
50
- msgstr ""
51
- "Чтобы использовать премиум компоненты, вам необходимо активировать лицензию!"
52
-
53
- #: admin/ajax/update-package.php:25
54
- msgid "Activate license"
55
- msgstr "Активировать лицензию"
56
-
57
- #: admin/ajax/update-package.php:37
58
- msgid "Configuration updated."
59
- msgstr "Конфигурация обновлена."
60
-
61
- #: admin/boot.php:42
62
- #, php-format
63
- msgid ""
64
- "We found that you have the plugin %s installed. The functions of this plugin "
65
- "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
66
- "plugins functions."
67
- msgstr ""
68
- "Мы обнаружили, что у вас установлен плагин %s, функции этого плагина уже "
69
- "есть в %s. Пожалуйста, деактивируйте плагин %s во избежание конфликтов между "
70
- "функциями плагинов."
71
-
72
- #: admin/boot.php:43
73
- #, php-format
74
- msgid ""
75
- "If you do not want to deactivate the plugin %s for some reason, we strongly "
76
- "recommend do not use the same plugins functions at the same time!"
77
- msgstr ""
78
- "Если по какой-то причине вы не хотите деактивировать плагин %s, то мы "
79
- "настоятельно рекомендуем не использовать похожие функции плагинов "
80
- "одновременно!"
81
-
82
- #: admin/boot.php:60
83
- msgid "Robin image optimizer saves your money on image optimization!"
84
- msgstr ""
85
- "Robin image optimizer – сохранит ваши деньги на оптимизации изображений!"
86
-
87
- #: admin/boot.php:61
88
- msgid "Our new component!"
89
- msgstr "Наш новый компонент!"
90
-
91
- #: admin/boot.php:61
92
- msgid ""
93
- "We’ve created a fully free solution for image optimization, which is as good "
94
- "as the paid products. The plugin optimizes your images automatically, "
95
- "reducing their weight with no quality loss. More details in here:"
96
- msgstr ""
97
- "Мы создали полностью бесплатное решение для оптимизации изображений, ничем "
98
- "не уступающее платным аналогам. Плагин автоматически оптимизирует ваши "
99
- "изображения, уменьшая их вес без потери качества. Вы можете узнать больше о "
100
- "плагине тут:"
101
-
102
- #: admin/boot.php:67
103
- msgid "Hide login page (Reloaded) – hides your login page!"
104
- msgstr "Hide login page (Reloaded) скроет вашу страницу входа!"
105
-
106
- #: admin/boot.php:68
107
- msgid ""
108
- "Attention! If you’ve ever used features associated with hiding login page, "
109
- "then, please, re-activate this component."
110
- msgstr ""
111
- "Внимание! Если вы использовали функции отвечающие за скрытие страницы входа, "
112
- "пожалуйста активируйте этот компонент снова."
113
-
114
- #: admin/boot.php:68
115
- msgid ""
116
- "This simple module changes the login page URL to a custom link quickly and "
117
- "safely. The plugin requires installation."
118
- msgstr ""
119
- "Простой модуль, который позволяет вам легко и безопасно изменять URL-адрес "
120
- "страницы формы входа на свой собственный. Этот компонент теперь требует "
121
- "установки."
122
-
123
- #: admin/boot.php:73
124
- msgid "Hide my wp (Premium) – hides your WordPress from hackers and bots!"
125
- msgstr "Hide my wp (Премиум) – скроет ваш Wordpress от хакеров и ботов!"
126
-
127
- #: admin/boot.php:74 admin/boot.php:82 admin/boot.php:89
128
- msgid "Our new component! "
129
- msgstr "Наш новый компонент! "
130
-
131
- #: admin/boot.php:74
132
- msgid ""
133
- "This premium component helps in hiding your WordPress from hackers and bots. "
134
- "Basically, it disables identification of your CMS by changing directories "
135
- "and files names, removing meta data and replacing HTML content which can "
136
- "provide all information about the platform you use.\n"
137
- "Most websites can be hacked easily, as hackers and bots know all security "
138
- "flaws in plugins, themes and the WordPress core. You can secure the website "
139
- "from the attack by hiding the information the hackers will need.\n"
140
- msgstr ""
141
- "Этот премиум компонент позволяет скрыть ваш WordPress от хакеров и ботов. Он "
142
- "фактически предотвращает обнаружение вашей системы управления контентом "
143
- "(CMS), подменяя имена директорий и файлов, удаляя мета данные и заменяя html "
144
- "контент, который может выдать информацию о вашей платформе. Большинство "
145
- "сайтов легко взламываются, потому что хакеры и боты знают о всех дырах в "
146
- "безопасности плагинов, тем и самого ядра Wordpress. Вы можете предотвратить "
147
- "взлом вашего сайта просто скрыв нужную для хакера информацию. \n"
148
-
149
- #: admin/boot.php:81
150
- msgid "Minify and Combine (JS, CSS) – optimizes your scripts and styles!"
151
- msgstr "Minify and Combine (JS, CSS) – оптимизирует ваши скрипты и стили!"
152
-
153
- #: admin/boot.php:82
154
- msgid ""
155
- "This component combines all your scripts and styles in one file, compresses "
156
- "& caches it. "
157
- msgstr ""
158
- "Этот компонент объединяет ваши скрипты и стили в один файл, сжимает его и "
159
- "кеширует."
160
-
161
- #: admin/boot.php:88
162
- msgid "Html minify (Reloaded) reduces the amount of code on your pages!"
163
- msgstr "Html minify (перезагружен) - уменьшит объем кода ваших страниц!"
164
-
165
- #: admin/boot.php:89
166
- msgid ""
167
- "We’ve completely redesigned HTML compression of the pages and added these "
168
- "features to another component. It’s more stable and reliable solution for "
169
- "HTML code optimization of your pages."
170
- msgstr ""
171
- "Мы полностью переделали Html сжатие страниц и вынесли эти функции в "
172
- "отдельный компонент. Это более стабильное и надежное решение для оптимизации "
173
- "html кода ваших страниц."
174
-
175
- #: admin/boot.php:96
176
- msgid "Welcome to Clearfy!"
177
- msgstr "Вас приветствует Clearfy 1.3.x!"
178
-
179
- #: admin/boot.php:97
180
- msgid "We apologize for the delay in updates!"
181
- msgstr "Мы приносим свои извинения за задержку обновлений!"
182
-
183
- #: admin/boot.php:98
184
- msgid ""
185
- "Our team has spent a lot of time designing new, useful, and the most "
186
- "important free! features of the Clearfy plugin! "
187
- msgstr ""
188
- "Наша команда потратила много времени на создание новых, полезных, а главное "
189
- "бесплатных функций для плагина Clearfy! И вот наступил момент, когда вы "
190
- "можете их попробовать"
191
-
192
- #: admin/boot.php:99
193
- msgid "Now it is time to try it."
194
- msgstr "И вот наступил момент, когда вы можете их попробовать."
195
-
196
- #: admin/boot.php:155
197
- msgid "Images optimization"
198
- msgstr "Оптимизация изображений"
199
-
200
- #: admin/boot.php:187 admin/pages/license.php:258
201
- msgid "Activation Clearfy Business"
202
- msgstr "Активировать Clearfy Бизнес"
203
-
204
- #: admin/boot.php:191 admin/pages/license.php:260
205
- msgid ""
206
- "<b>Clearfy Business</b> is a paid package of components for the popular free "
207
- "WordPress plugin named Clearfy. You get access to all paid components at one "
208
- "price."
209
- msgstr ""
210
- "Clearfy Bussines это платный пакет компонентов для популярного WordPress "
211
- "плагина Clearfy, который поставляется бесплатно. Вы покупаете доступ ко всем "
212
- "платным компонентам плагина по одной цене. "
213
-
214
- #: admin/boot.php:193 admin/pages/license.php:262
215
- msgid ""
216
- "Paid license guarantees that you can download and update existing and future "
217
- "paid components of the plugin."
218
- msgstr ""
219
- "После покупки лицензии, вы имеете возможность скачивать и обновлять все "
220
- "платные компоненты плагина, которые существуют на момент покупки и которые "
221
- "будут выпущены в будущем. "
222
-
223
- #: admin/boot.php:196
224
- #, php-format
225
- msgid "Upgrade to Clearfy Business for $%s"
226
- msgstr "Обновится до Clearfy Бизнес за $%s"
227
-
228
- #: admin/includes/classes/class.install-plugins-button.php:357
229
- msgid "Activate"
230
- msgstr "Включить"
231
-
232
- #: admin/includes/classes/class.install-plugins-button.php:358
233
- msgid "Install"
234
- msgstr "Установить"
235
-
236
- #: admin/includes/classes/class.install-plugins-button.php:359
237
- msgid "Deactivate"
238
- msgstr "Отключить"
239
-
240
- #: admin/includes/classes/class.install-plugins-button.php:360
241
- msgid "Delete"
242
- msgstr "Удалить"
243
-
244
- #: admin/includes/classes/class.install-plugins-button.php:361
245
- msgid "Please wait..."
246
- msgstr "Пожалуйста, подождите..."
247
-
248
- #: admin/includes/classes/class.install-plugins-button.php:362
249
- msgid "Read more"
250
- msgstr "Подробнее"
251
-
252
- #: admin/includes/options.php:18 admin/pages/performance-google.php:92
253
- msgid "Google Fonts asynchronous"
254
- msgstr "Загружать Google Fonts асинхронно"
255
-
256
- #: admin/includes/options.php:23 admin/pages/performance-google.php:102
257
- msgid "Disable Google Fonts"
258
- msgstr "Отключить Google шрифты"
259
-
260
- #: admin/includes/options.php:28 admin/pages/performance-google.php:130
261
- msgid "Remove iframe Google maps"
262
- msgstr "Удалить Google карты (iframe)"
263
-
264
- #: admin/includes/options.php:33 admin/pages/performance-google.php:140
265
- msgid "Exclude pages from Disable Google Maps filter"
266
- msgstr "Не отключать Google карты на установленных страницах"
267
-
268
- #: admin/includes/options.php:39 admin/pages/performance-google.php:113
269
- msgid "Disable Google maps"
270
- msgstr "Отключить Google карты"
271
-
272
- #: admin/includes/options.php:45 admin/pages/performance.php:164
273
- msgid "Removing XFN (XHTML Friends Network) Profile Link"
274
- msgstr "Удалить профиль XFN (XHTML Friends Network)"
275
-
276
- #: admin/includes/options.php:50 admin/pages/performance.php:216
277
- msgid "Font Awesome asynchronous"
278
- msgstr "Асинхронный Fontawesome"
279
-
280
- #: admin/includes/options.php:55 admin/pages/performance.php:226
281
- msgid "Disable Dashicons"
282
- msgstr "Отключить Wordpress иконки (для фронтенда)"
283
-
284
- #: admin/includes/options.php:60 admin/pages/performance.php:236
285
- msgid "Disable gravatars"
286
- msgstr "Отключить граватары"
287
-
288
- #: admin/includes/options.php:65 admin/pages/performance.php:106
289
- msgid "Remove REST API Links"
290
- msgstr "Отключить Rest API"
291
-
292
- #: admin/includes/options.php:70 admin/pages/performance.php:116
293
- msgid "Disable Emojis"
294
- msgstr "Отключить Emojis (эмоции)"
295
-
296
- #: admin/includes/options.php:81 admin/pages/performance.php:155
297
- msgid "Remove RSD Link"
298
- msgstr "Удаляет RSD ссылку"
299
-
300
- #: admin/includes/options.php:86 admin/pages/performance.php:176
301
- msgid "Remove wlwmanifest Link"
302
- msgstr "Удалить wlwmanifest Link"
303
-
304
- #: admin/includes/options.php:91 admin/pages/performance.php:186
305
- msgid "Remove Shortlink"
306
- msgstr "Удалить короткие ссылки"
307
-
308
- #: admin/includes/options.php:96 admin/pages/performance.php:196
309
- msgid "Remove links to previous, next post"
310
- msgstr "Удалить ссылки следующая, предыдущая запись"
311
-
312
- #: admin/includes/options.php:101 admin/pages/performance.php:206
313
- msgid "Remove .recentcomments styles"
314
- msgstr "Удалить стили .recentcomments"
315
-
316
- #: admin/includes/options.php:107 admin/pages/seo.php:76
317
- msgid "Automatically set the alt attribute"
318
- msgstr "Автоматически устанавливать атрибут alt"
319
-
320
- #: admin/includes/options.php:112 admin/pages/seo.php:115
321
- msgid "Automatically insert the Last Modified header"
322
- msgstr "Автоматически вставлять заголовок Last Modified"
323
-
324
- #: admin/includes/options.php:117 admin/pages/seo.php:146
325
- msgid "Return an If-Modified-Since responce"
326
- msgstr "Возвращать заголовок If-Modified-Since"
327
-
328
- #: admin/includes/options.php:122 admin/pages/seo.php:160
329
- msgid "Remove duplicate names in breadcrumbs WP SEO by Yoast"
330
- msgstr "Удалить дубли имен в хлебных крошках WP SEO Yoast"
331
-
332
- #: admin/includes/options.php:127 admin/pages/seo.php:170
333
- #, php-format
334
- msgid "Remove the tag %s from XML site map"
335
- msgstr "Удаляет тег %s из XML карты сайта плагин Yoast SEO."
336
-
337
- #: admin/includes/options.php:134 admin/pages/seo.php:188
338
- msgid "Disable JSON-LD sitelinks searchbox"
339
- msgstr "Отключить ссылки JSON-LD"
340
-
341
- #: admin/includes/options.php:139 admin/pages/seo.php:198
342
- msgid "Disable Yoast Structured Data"
343
- msgstr "Отключить структурирование данных"
344
-
345
- #: admin/includes/options.php:144 admin/pages/seo.php:210
346
- #, php-format
347
- msgid "Remove comment from %s section"
348
- msgstr "Удалить комментарии из секции %s"
349
-
350
- #: admin/includes/options.php:149 admin/pages/seo-double-pages.php:93
351
- msgid "Remove archives date"
352
- msgstr "Удалить архивы дат"
353
-
354
- #: admin/includes/options.php:154 admin/pages/seo-double-pages.php:103
355
- msgid "Remove author archives "
356
- msgstr "Удалить архивы автора "
357
-
358
- #: admin/includes/options.php:159 admin/pages/seo-double-pages.php:113
359
- msgid "Remove archives tag"
360
- msgstr "Удалить метки архивов"
361
-
362
- #: admin/includes/options.php:164 admin/pages/seo-double-pages.php:123
363
- msgid "Remove attachment pages"
364
- msgstr "Удалить страницы вложений"
365
-
366
- #: admin/includes/options.php:169 admin/pages/seo-double-pages.php:133
367
- msgid "Remove post pagination"
368
- msgstr "Удалить постраничную навигацию записей"
369
-
370
- #: admin/includes/options.php:174 admin/pages/seo-double-pages.php:143
371
- msgid "Remove ?replytocom"
372
- msgstr "Удалить ?replytocom"
373
-
374
- #: admin/includes/options.php:179 admin/pages/defence.php:105
375
- msgid "Remove meta generator"
376
- msgstr "Удалить meta generator"
377
-
378
- #: admin/includes/options.php:184 admin/pages/defence.php:60
379
- msgid "Hide author login"
380
- msgstr "Убрать возможность узнать логин автора"
381
-
382
- #: admin/includes/options.php:189 admin/pages/defence.php:70
383
- msgid "Hide errors when logging into the site"
384
- msgstr "Спрятать ошибки при входе на сайт"
385
-
386
- #: admin/includes/options.php:194 admin/includes/options.php:305
387
- #: admin/pages/defence.php:120 admin/pages/performance.php:248
388
- msgid "Remove Version from Stylesheet"
389
- msgstr "Удалить версию у файлов стилей"
390
-
391
- #: admin/includes/options.php:199 admin/includes/options.php:310
392
- #: admin/pages/defence.php:131 admin/pages/performance.php:274
393
- msgid "Remove Version from Script"
394
- msgstr "Удаляет версию у javascript файлов"
395
-
396
- #: admin/includes/options.php:204 admin/pages/widgets.php:59
397
- msgid "Remove the \"Pages\" widget"
398
- msgstr "Удалите виджет \"Страницы\""
399
-
400
- #: admin/includes/options.php:209 admin/pages/widgets.php:68
401
- msgid "Remove calendar widget"
402
- msgstr "Удалить виджет календаря"
403
-
404
- #: admin/includes/options.php:214 admin/pages/widgets.php:77
405
- msgid "Remove the \"Cloud of tags\" widget"
406
- msgstr "Удалите виджет \"Облако тегов\""
407
-
408
- #: admin/includes/options.php:219 admin/pages/widgets.php:86
409
- msgid "Remove the \"Archives\" widget"
410
- msgstr "Удалите виджет \"Архивы\""
411
-
412
- #: admin/includes/options.php:224 admin/pages/widgets.php:95
413
- msgid "Remove the \"Links\" widget"
414
- msgstr "Удалите виджет \"Ссылки\""
415
-
416
- #: admin/includes/options.php:229 admin/pages/widgets.php:104
417
- msgid "Remove the \"Meta\" widget"
418
- msgstr "Удалите виджет \"Мета\""
419
-
420
- #: admin/includes/options.php:234 admin/pages/widgets.php:113
421
- msgid "Remove the \"Search\" widget"
422
- msgstr "Удалите виджет \"Поиск\""
423
-
424
- #: admin/includes/options.php:239 admin/includes/options.php:259
425
- #: admin/pages/widgets.php:122
426
- msgid "Remove the \"Text\" widget"
427
- msgstr "Удалите виджет \"Текст\""
428
-
429
- #: admin/includes/options.php:244 admin/pages/widgets.php:131
430
- msgid "Remove the \"Categories\" widget"
431
- msgstr "Удалите виджет \"Категории\""
432
-
433
- #: admin/includes/options.php:249 admin/pages/widgets.php:140
434
- msgid "Remove the \"Recent Posts\" widget"
435
- msgstr "Удалите виджет \"Последние записи\""
436
-
437
- #: admin/includes/options.php:254 admin/pages/widgets.php:149
438
- msgid "Remove the \"Recent Comments\" widget"
439
- msgstr "Удалите виджет \"Свежие комментарии\""
440
-
441
- #: admin/includes/options.php:264 admin/pages/widgets.php:158
442
- msgid "Remove the \"RSS\" widget"
443
- msgstr "Удалить виджет \"RSS\""
444
-
445
- #: admin/includes/options.php:269 admin/pages/widgets.php:167
446
- msgid "Remove the \"Menu\" widget"
447
- msgstr "Удалите виджет \"Меню\""
448
-
449
- #: admin/includes/options.php:274 admin/pages/widgets.php:176
450
- msgid "Remove the \"Twenty Eleven Ephemera\" widget"
451
- msgstr "Удалите виджет \"Twenty Eleven Ephemera\""
452
-
453
- #: admin/includes/options.php:277 admin/includes/options.php:340
454
- #: admin/pages/advanced.php:207
455
- msgid "Disable revision"
456
- msgstr "Отключить ревизии"
457
-
458
- #: admin/includes/options.php:278 admin/includes/options.php:345
459
- #: admin/pages/advanced.php:220
460
- msgid "Limit Post Revisions"
461
- msgstr "Установить лимит ревизий"
462
-
463
- #: admin/includes/options.php:279 admin/pages/seo.php:137
464
- msgid "Exclude pages:"
465
- msgstr "Исключить страницы:"
466
-
467
- #: admin/includes/options.php:282 admin/pages/seo.php:86
468
- msgid "Create right robots.txt"
469
- msgstr "Создайте правильный robots.txt"
470
-
471
- #: admin/includes/options.php:287 admin/pages/seo.php:101
472
- msgid "You can edit the robots.txt file in the box below:"
473
- msgstr "Вы можете отредактировать файл robots.txt в поле ниже:"
474
-
475
- #: admin/includes/options.php:290
476
- msgid "Quick mode"
477
- msgstr "Быстрый старт"
478
-
479
- #: admin/includes/options.php:293 admin/pages/performance.php:126
480
- msgid "Remove jQuery Migrate"
481
- msgstr "Удалить jQuery Migrate"
482
-
483
- #: admin/includes/options.php:296 admin/pages/performance.php:136
484
- msgid "Disable Embeds"
485
- msgstr "Отключить Embeds"
486
-
487
- #: admin/includes/options.php:297 admin/pages/performance.php:76
488
- msgid "Disable RSS feeds"
489
- msgstr "Отключить RSS каналы"
490
-
491
- #: admin/includes/options.php:300
492
- msgid "Removes links to wordpress.org site from the admin bar"
493
- msgstr "Удаляет ссылки на wordpress.org сайт из панели администратора"
494
-
495
- #: admin/includes/options.php:315
496
- msgid "Eclude stylesheet/script file names"
497
- msgstr "Исключает файлы стилей/сприптов"
498
-
499
- #: admin/includes/options.php:320
500
- msgid "Enable Sanitization of WordPress"
501
- msgstr "Включить Wordpress Sanitization"
502
-
503
- #: admin/includes/options.php:325 admin/pages/advanced.php:158
504
- msgid "Disable admin top bar"
505
- msgstr "Скрыть верхнюю панель администратора"
506
-
507
- #: admin/includes/options.php:330 admin/pages/advanced.php:176
508
- msgid "Remove admin bar WP logo"
509
- msgstr "Удалить логотип Wordpress из админбара"
510
-
511
- #: admin/includes/options.php:335 admin/pages/advanced.php:186
512
- msgid "Replace \"Howdy\" text with \"Welcome\""
513
- msgstr "Заменить текст \"Привет\", на \"Добро пожаловать\""
514
-
515
- #: admin/includes/options.php:350 admin/pages/advanced.php:244
516
- msgid "Disable autosave"
517
- msgstr "Отключить автосохранения"
518
-
519
- #: admin/includes/options.php:355 admin/pages/advanced.php:254
520
- msgid "Disable Texturization - Smart Quotes"
521
- msgstr "Отключить \"Умные кавычки\""
522
-
523
- #: admin/includes/options.php:360 admin/pages/advanced.php:264
524
- msgid "Disable capitalization in Wordpress branding"
525
- msgstr "Отключить верблюжий шрифт в WordPress брендинге"
526
-
527
- #: admin/includes/options.php:365 admin/pages/advanced.php:274
528
- msgid "Disable auto inserted paragraphs (i.e. p tags)"
529
- msgstr "Отключить автоматические параграфы (т.е p теги)"
530
-
531
- #: admin/includes/options.php:370 admin/pages/advanced.php:89
532
- msgid "Disable Heartbeat"
533
- msgstr "Отключить пульсацию Wordpress"
534
-
535
- #: admin/includes/options.php:375 admin/pages/advanced.php:118
536
- msgid "Heartbeat frequency"
537
- msgstr "Интервал пульсации Wordpress"
538
-
539
- #: admin/includes/options.php:380 admin/pages/defence.php:95
540
- msgid "Remove html comments"
541
- msgstr "Удалить html комментарии"
542
-
543
- #: admin/includes/options.php:385
544
- msgid "Deactivate preinstall components"
545
- msgstr "Деактивировать предустановленные компоненты"
546
-
547
- #: admin/pages/advanced.php:36
548
- msgid "Advanced"
549
- msgstr "Дополнительно"
550
-
551
- #: admin/pages/advanced.php:65
552
- msgid ""
553
- "Warning! In the wp-config.php file, a constant WP_POST_REVISIONS is found, "
554
- "it determines the number of revisions. Delete it so you can change this "
555
- "value through the admin panel."
556
- msgstr ""
557
- "Предупреждение! В файле wp-config.php найдена константа WP_POST_REVISIONS, "
558
- "она определяет количество ревизий. Удалите ее, чтобы вы могли изменить это "
559
- "значение через панель администратора."
560
-
561
- #: admin/pages/advanced.php:82
562
- msgid "Heartbeat"
563
- msgstr "Пульсация"
564
-
565
- #: admin/pages/advanced.php:82
566
- msgid ""
567
- "The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls "
568
- "from the web-browser. While this is great and all it can also cause high CPU "
569
- "usage and crazy amounts of PHP calls. For example, if you leave your "
570
- "dashboard open it will keep sending POST requests to this file on a regular "
571
- "interval, every 15 seconds. Here is an example below of it happening."
572
- msgstr ""
573
- "API WordPress использует пульсацию в /wp-admin/admin-ajax.php для запуска "
574
- "вызовов AJAX из веб-браузера. Хотя это очень полезно, но все же это может "
575
- "также вызвать высокую загрузку процессора и большое количество обращений к "
576
- "серверу. Например, если вы оставите свою панель управления открытой, она "
577
- "будет регулярно отправлять POST-запросы в этот файл через каждые 15 секунд. "
578
- "Ниже приведен пример ниже."
579
-
580
- #: admin/pages/advanced.php:91
581
- msgid "Default"
582
- msgstr "По умолчанию"
583
-
584
- #: admin/pages/advanced.php:92
585
- msgid "Everywhere"
586
- msgstr "Повсюду"
587
-
588
- #: admin/pages/advanced.php:93
589
- msgid "On dashboard page"
590
- msgstr "В панели инструментов"
591
-
592
- #: admin/pages/advanced.php:94
593
- msgid "Only allow when editing Posts/Pages"
594
- msgstr "Когда редактируете записи/страницы"
595
-
596
- #: admin/pages/advanced.php:120 admin/pages/advanced.php:222
597
- msgid "Wordpress default"
598
- msgstr "Wordpress по умолчанию"
599
-
600
- #: admin/pages/advanced.php:121 admin/pages/advanced.php:122
601
- #: admin/pages/advanced.php:123 admin/pages/advanced.php:124
602
- #: admin/pages/advanced.php:125 admin/pages/advanced.php:126
603
- #: admin/pages/advanced.php:127 admin/pages/advanced.php:128
604
- #: admin/pages/advanced.php:129 admin/pages/advanced.php:130
605
- #: admin/pages/advanced.php:131 admin/pages/advanced.php:132
606
- #: admin/pages/advanced.php:133 admin/pages/advanced.php:134
607
- #: admin/pages/advanced.php:135 admin/pages/advanced.php:136
608
- #: admin/pages/advanced.php:137
609
- msgid "seconds"
610
- msgstr "секунды"
611
-
612
- #: admin/pages/advanced.php:140
613
- msgid ""
614
- "Select the heartbeat frequency wordpress. We recommend you 60 seconds, "
615
- "default is 20 seconds."
616
- msgstr ""
617
- "Установите частоту пульсации Wordpress. Мы рекомендуем вам 60 секунд, "
618
- "значение по умолчанию 20 секунд."
619
-
620
- #: admin/pages/advanced.php:151
621
- msgid "Admin bar"
622
- msgstr "Верхняя панель администратора"
623
-
624
- #: admin/pages/advanced.php:151
625
- msgid "In this group of settings, you can manage the adminbar."
626
- msgstr ""
627
- этой группе настроек вы можете управлять верхней панелью администратора."
628
-
629
- #: admin/pages/advanced.php:160
630
- msgid "Default enable"
631
- msgstr "Включен (по умолчанию)"
632
-
633
- #: admin/pages/advanced.php:161
634
- msgid "For all users"
635
- msgstr "Для всех пользователей"
636
-
637
- #: admin/pages/advanced.php:164
638
- msgid "For all users except administrator"
639
- msgstr "Для всех, кроме администратора"
640
-
641
- #: admin/pages/advanced.php:168
642
- msgid ""
643
- "In some cases, you need to disable the floating top admin panel. You can "
644
- "disable this panel."
645
- msgstr ""
646
- "В некоторых случаях вам необходимо отключить админбар. Вы можете это сделать "
647
- "с помощью текущей опции."
648
-
649
- #: admin/pages/advanced.php:168
650
- msgid "Disable admin top bar."
651
- msgstr "Отключить верхнюю панель администратора."
652
-
653
- #: admin/pages/advanced.php:178
654
- msgid "Enable this if you want to remove wp logo from admin bar."
655
- msgstr ""
656
- "Включите это, если вы хотите удалить логотип Wordpress из верхней панели "
657
- "администратора."
658
-
659
- #: admin/pages/advanced.php:188
660
- msgid "Replaces the welcome text in admin bar."
661
- msgstr "Заменяет текст приветствия в панели администратора."
662
-
663
- #: admin/pages/advanced.php:200
664
- msgid "Posts"
665
- msgstr "Записи"
666
-
667
- #: admin/pages/advanced.php:200
668
- msgid "In this group of options, you can manage revisions and post autosave."
669
- msgstr ""
670
- этой группе опций вы можете управлять ревизиями и автосохранением записей "
671
- "и страниц."
672
-
673
- #: admin/pages/advanced.php:223 admin/pages/advanced.php:224
674
- #: admin/pages/advanced.php:225 admin/pages/advanced.php:226
675
- #: admin/pages/advanced.php:227 admin/pages/advanced.php:228
676
- #: admin/pages/advanced.php:229 admin/pages/advanced.php:230
677
- #: admin/pages/advanced.php:231 admin/pages/advanced.php:232
678
- msgid "revisions"
679
- msgstr "ревизии"
680
-
681
- #: admin/pages/advanced.php:235
682
- msgid ""
683
- "WordPress automatically saves revisions when you are working on posts and "
684
- "pages. These can begin to add up pretty quick. By default, there is no limit "
685
- "in place. We have seen posts with over 1,000 revisions. Multiply this by 50 "
686
- "pages and suddenly you have over 50,000 revisions sitting in your database. "
687
- "The problem with this is that you will most likely never use them and they "
688
- "can start slowing down your database as well as using disk space.\n"
689
- "So we recommend either disabling or limiting your revisions. "
690
- msgstr ""
691
- "WordPress автоматически сохраняет изменения, когда вы работаете над "
692
- "сообщениями и страницами. Они могут начать складываться довольно быстро. По "
693
- "умолчанию, ограничений нет. Мы видели сообщения с более чем 1000 версиями. "
694
- "Умножьте это на 50 страниц, и у вас будет более 50 000 исправлений, сидящих "
695
- "в вашей базе данных. Проблема заключается в том, что вы, скорее всего, "
696
- "никогда не будете их использовать, и они могут начать замедлять работу вашей "
697
- "базы данных, а также использовать дисковое пространство.\n"
698
- "Поэтому мы рекомендуем либо отключать, либо ограничивать ваши изменения."
699
-
700
- #: admin/pages/advanced.php:246
701
- msgid ""
702
- "WordPress by default automatically saves a draft every 60 seconds (1 "
703
- "minute). There are reasons why you might want to change this."
704
- msgstr ""
705
- "WordPress по умолчанию автоматически сохраняет черновик каждые 60 секунд (1 "
706
- "минута). Есть причины, по которым вы можете изменить это."
707
-
708
- #: admin/pages/advanced.php:246
709
- msgid "Disables automatic saving of drafts."
710
- msgstr "Отключает автоматическое сохранение черновиков."
711
-
712
- #: admin/pages/advanced.php:256
713
- msgid ""
714
- "Function of text formatting. This function makes the text more correct, "
715
- "readable and visually appealing. But sometimes this function may prevent you "
716
- "from using certain codes and symbols."
717
- msgstr ""
718
- "Функция форматирования текста. Эта функция делает текст более правильным, "
719
- "читаемым и визуально привлекательным. Но иногда эта функция может помешать "
720
- "вам использовать определенные коды и символы."
721
-
722
- #: admin/pages/advanced.php:256
723
- msgid "Disable Texturization - Smart Quotes."
724
- msgstr "Отключить умные кавычки"
725
-
726
- #: admin/pages/advanced.php:266
727
- msgid ""
728
- "Replaces the incorrectly written letter \"p\" in the middle of WordPress "
729
- "(you need to write with the capital P in the middle)."
730
- msgstr ""
731
- "Заменяет неправильно написанную букву «p» в середине WordPress (вам нужно "
732
- "написать ее верхнем регистре P в середине)."
733
-
734
- #: admin/pages/advanced.php:266
735
- msgid "Disable capitalization in Wordpress branding."
736
- msgstr "Отключить верблюжий шрифт в брендинге Wordpress."
737
-
738
- #: admin/pages/advanced.php:276
739
- msgid ""
740
- "Replaces the double shifting of a string to an HTML p ... /p construct, and "
741
- "a single one on br."
742
- msgstr ""
743
- "Заменяет двойное смещение строки на конструкцию HTML p ... / p и одну на br."
744
-
745
- #: admin/pages/advanced.php:276
746
- msgid "Disable auto inserted paragraphs."
747
- msgstr "Отключить автоматически вставленные абзацы."
748
-
749
- #: admin/pages/components.php:40
750
- msgid "Components"
751
- msgstr "Компоненты"
752
-
753
- #: admin/pages/components.php:129
754
- msgid "Robin image optimizer"
755
- msgstr "Оптимизатор изображений"
756
-
757
- #: admin/pages/components.php:134
758
- msgid ""
759
- "Automatic image optimization without any quality loss. No limitations, no "
760
- "paid plans. The best Wordpress image optimization plugin allows optimizing "
761
- "any amount of images for free!"
762
- msgstr ""
763
- "Автоматически оптимизирует изображения без потери качества. Результатом его "
764
- "работы будет ускорение сайта и серьезное улучшение показателей GTmetrix, "
765
- "Pingdom Tools и Google PageSpeed Insights."
766
-
767
- #: admin/pages/components.php:138
768
- msgid "Hide login page"
769
- msgstr "Скрыть страницу входа"
770
-
771
- #: admin/pages/components.php:143
772
- msgid ""
773
- "Hide Login Page is a very light plugin that lets you easily and safely "
774
- "change the url of the login form page to anything you want."
775
- msgstr ""
776
- "Позволяет вам легко и безопасно изменять URL-адрес страницы формы входа на "
777
- "свой собственный, а также блокировать доступ к директории wp-admin. "
778
- "Результатом его работы будет повышение безопасности вашего сайта."
779
-
780
- #: admin/pages/components.php:147
781
- msgid "Html minify"
782
- msgstr "Html сжатие"
783
-
784
- #: admin/pages/components.php:151
785
- msgid ""
786
- "Ever look at the HTML markup of your website and notice how sloppy and "
787
- "amateurish it looks? The Minify HTML options cleans up sloppy looking markup "
788
- "and minifies, which also speeds up download"
789
- msgstr ""
790
- "Удаляет неиспользуемые части кода, символы, комментарии из html кода ваших "
791
- "страниц. Результатом его работы будет улучшение Html разметки, ускорение "
792
- "вашего сайта и улучшение безопасности."
793
-
794
- #: admin/pages/components.php:155
795
- msgid "Minify and combine (JS, CSS)"
796
- msgstr "Сжатие и объединение (JS, CSS)"
797
-
798
- #: admin/pages/components.php:159
799
- msgid ""
800
- "Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed "
801
- "Insights by merging and minifying CSS, JavaScript."
802
- msgstr ""
803
- "Автоматически объединяет и сжимает CSS, JavaScript скрипты и части кода. "
804
- "Результатом его работы будет ускорение сайта, серьезное улучшение "
805
- "показателей GTmetrix, Pingdom Tools и Google PageSpeed Insights."
806
-
807
- #: admin/pages/components.php:163
808
- msgid "Google Analytics Cache"
809
- msgstr "Кеширование Google Аналитки"
810
-
811
- #: admin/pages/components.php:167
812
- msgid ""
813
- "To improve Google Page Speed indicators Analytics caching is needed. "
814
- "However, it can also slightly increase your website loading speed, because "
815
- "Analytics js files will load locally."
816
- msgstr ""
817
- "Чтобы улучшить показатели скорости страницы Google, требуется кэширование "
818
- "аналитики. Этот компонент также немного увеличивает скорость загрузки вашего "
819
- "сайта, поскольку файлы Google Analytics будут загружаться локально."
820
-
821
- #: admin/pages/components.php:171
822
- msgid "Updates manager"
823
- msgstr "Менеджер обновлений"
824
-
825
- #: admin/pages/components.php:175
826
- msgid "Disable updates enable auto updates for themes, plugins and WordPress."
827
- msgstr ""
828
- "Отключает обновления, включает автообновления плагинов, тем, WordPress."
829
-
830
- #: admin/pages/components.php:179
831
- msgid "Comments tools"
832
- msgstr "Инструменты комментариев"
833
-
834
- #: admin/pages/components.php:183
835
- msgid ""
836
- "Bulk disable and remove comments, disable “Website” field, hides external "
837
- "links, disable XML-RPC."
838
- msgstr ""
839
- "Позволяет массово отключать и удалять комментарии, отключает поле сайт, "
840
- "скрывает внешние ссылки, отключает XML-RPC."
841
-
842
- #: admin/pages/components.php:187
843
- msgid "Widgets tools"
844
- msgstr "Инструменты для виджетов"
845
-
846
- #: admin/pages/components.php:191
847
- msgid "Disable unused widgets such as tag cloud, links, calendar etc."
848
- msgstr ""
849
- "Позволяет отключить неиспользуемые виджеты, такие как облако тегов, ссылки, "
850
- "календарь и т.д."
851
-
852
- #: admin/pages/components.php:195
853
- msgid "Asset manager"
854
- msgstr "Менеджер скриптов"
855
-
856
- #: admin/pages/components.php:199
857
- msgid ""
858
- "Selectively disable unused scripts and styles on the pages of your website."
859
- msgstr ""
860
- "Выборочно отключает неиспользуемые скрипты и стили на страницах вашего сайта."
861
-
862
- #: admin/pages/components.php:203
863
- msgid "Disable admin notices"
864
- msgstr "Отключить уведомления"
865
-
866
- #: admin/pages/components.php:207
867
- msgid ""
868
- "Disables admin notices bulk or individually. Collects notices into the admin "
869
- "bar."
870
- msgstr ""
871
- "Отключает уведомления администратора индивидуально или все разом. Собирает "
872
- "уведомления в админ баре."
873
-
874
- #: admin/pages/components.php:211
875
- msgid "Admin bar manager"
876
- msgstr "Управление админбаром"
877
-
878
- #: admin/pages/components.php:215
879
- msgid "Disables admin bar. Allows to change and remove admin bar elements."
880
- msgstr ""
881
- "Отключает админ бар. Позволяет изменять и удалять элементы из админбара."
882
-
883
- #: admin/pages/components.php:219
884
- msgid "Posts tools"
885
- msgstr "Инструменты для записей"
886
-
887
- #: admin/pages/components.php:223
888
- msgid ""
889
- "Disable revisions, disable posts autosave, disable smart quotes and disable "
890
- "auto paragraphs."
891
- msgstr ""
892
- "Отключение ревизий, отключение автосохранений записей, отключение «умных "
893
- "кавычек», отключение автоматических параграфов."
894
-
895
- #: admin/pages/components.php:227
896
- msgid "Yoast SEO optimization"
897
- msgstr "Оптимизация Yoast Seo"
898
-
899
- #: admin/pages/components.php:231
900
- msgid "Set of optimization functions for the popular Yoast SEO plugin."
901
- msgstr "Набор функций для оптимизации популярного плагина Yoast Seo."
902
-
903
- #: admin/pages/components.php:237
904
- msgid "Transliteration of Cyrillic alphabet"
905
- msgstr "Транслитерация кириллицы"
906
-
907
- #: admin/pages/components.php:241
908
- msgid ""
909
- "Converts Cyrillic permalinks of post, pages, taxonomies and media files to "
910
- "the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
911
- "languages."
912
- msgstr ""
913
- "Конвертирует кириллические постоянные ссылки записей, страниц, таксономий и "
914
- "медиафайлов в латиницу. Поддерживает Русский, Украинский, Грузинский, "
915
- "Болгарский языки. Пример: http://site.dev/последние-новости -> http://site."
916
- "dev/poslednie-novosti."
917
-
918
- #: admin/pages/components.php:281
919
- msgid "<strong>Plugin Components</strong>."
920
- msgstr "<strong>Компоненты плагина</strong>."
921
-
922
- #: admin/pages/components.php:283
923
- msgid ""
924
- "These are components of the plugin bundle. When you activate the plugin, all "
925
- "the components turned on by default. If you don’t need some function, you "
926
- "can easily turn it off on this page."
927
- msgstr ""
928
- "Это компоненты, входящие в загрузочный пакет плагина. При активации плагина "
929
- "все компоненты включены по умолчанию. Если какая-то функция вам не нужна, вы "
930
- "можете легко отключить её на этой странице."
931
-
932
- #: admin/pages/components.php:329
933
- msgid "Premium"
934
- msgstr "Премиум"
935
-
936
- #: admin/pages/defence.php:34
937
- msgid "Defence"
938
- msgstr "Защита"
939
-
940
- #: admin/pages/defence.php:53
941
- msgid "<strong>Base settings</strong>."
942
- msgstr "<strong>Базовый настройки</strong>."
943
-
944
- #: admin/pages/defence.php:53
945
- msgid "Basic recommended security settings."
946
- msgstr "Основные рекомендуемые параметры безопасности."
947
-
948
- #: admin/pages/defence.php:62
949
- msgid ""
950
- "An attacker can find out the author's login, using a similar request to get "
951
- "your site. mysite.com/?author=1"
952
- msgstr ""
953
- "Злоумышленник может узнать логин автора, с помощью подобного get запроса "
954
- "mysite.com/?author=1"
955
-
956
- #: admin/pages/defence.php:62
957
- msgid "Sets the redirect to exclude the possibility of obtaining a login."
958
- msgstr ""
959
- "Предотвращает возможность узнать логин автора, устанавливая перенаправление."
960
-
961
- #: admin/pages/defence.php:72
962
- msgid ""
963
- "WP by default shows whether you entered a wrong login or incorrect password, "
964
- "which allows attackers to understand if there is a certain user on the site, "
965
- "and then start searching through the passwords."
966
- msgstr ""
967
- "Wordpress по умолчанию показывает, ввели ли вы неправильный логин или "
968
- "неправильный пароль, что дает злоумышленникам понять, существует ли "
969
- "определенный пользователь на сайте, а после начать перебор паролей."
970
-
971
- #: admin/pages/defence.php:72
972
- msgid ""
973
- "Changes in the text of the error so that attackers could not find the login."
974
- msgstr ""
975
- "Меняет текст ошибки так, чтобы злоумышленники не смогли подобрать логин."
976
-
977
- #: admin/pages/defence.php:80
978
- msgid "Disable XML-RPC"
979
- msgstr "Отключить XML-RPC"
980
-
981
- #: admin/pages/defence.php:82
982
- msgid ""
983
- "A pingback is basically an automated comment that gets created when another "
984
- "blog links to you. A self-pingback is created when you link to an article "
985
- "within your own blog. Pingbacks are essentially nothing more than spam and "
986
- "simply waste resources."
987
- msgstr ""
988
- "Pingback по-существу автоматизированных комментарий, который создается, "
989
- "когда другой блог ссылается на вас. Self-pingback создается, когда вы "
990
- "оставили ссылку на статью в своем блоге. Pingbacks по существу являются не "
991
- "более чем спам и пустая трата ресурсов вашего сайта."
992
-
993
- #: admin/pages/defence.php:82
994
- msgid "Removes the server responses a reference to the xmlrpc file."
995
- msgstr "Удаляет ссылку на xmlrpc-файл и ответ сервера."
996
-
997
- #: admin/pages/defence.php:88
998
- msgid "<strong>Hide WordPress versions</strong>"
999
- msgstr "<strong>Скрыть версии WordPress</strong>"
1000
-
1001
- #: admin/pages/defence.php:88
1002
- msgid ""
1003
- "WordPress itself and many plugins shows their version at the public areas of "
1004
- "your site. An attacker received this information may be aware of the "
1005
- "vulnerabilities found in the version of the WordPress core or plugins."
1006
- msgstr ""
1007
- "Сам WordPress и многие плагины, публикуют свою версию в публичных областях "
1008
- "вашего сайта. Получив эту информацию, злоумышленник может знать об "
1009
- "уязвимостях обнаруженных в полученной им версии ядра WordPress или плагинов."
1010
-
1011
- #: admin/pages/defence.php:97
1012
- msgid ""
1013
- "This function will remove all html comments in the source code, except for "
1014
- "special and hidden comments. This is necessary to hide the version of "
1015
- "installed plugins."
1016
- msgstr ""
1017
- "Эта функция удалит все html-комментарии в исходном коде, за исключением "
1018
- "специальных и скрытых комментариев. Это необходимо, чтобы скрыть версию "
1019
- "установленных плагинов."
1020
-
1021
- #: admin/pages/defence.php:97
1022
- msgid "Remove html comments in source code."
1023
- msgstr "Удалить Html комментарии в исходном коде страницы."
1024
-
1025
- #: admin/pages/defence.php:105 admin/pages/defence.php:120
1026
- #: admin/pages/defence.php:131 admin/pages/performance.php:248
1027
- #: admin/pages/performance.php:265 admin/pages/performance.php:274
1028
- #: admin/pages/seo.php:76 admin/pages/seo.php:115 admin/pages/seo.php:129
1029
- #: admin/pages/seo.php:146 admin/pages/seo.php:160 admin/pages/seo.php:170
1030
- #: admin/pages/seo.php:210
1031
- msgid "Recommended"
1032
- msgstr "Рекомендовано"
1033
-
1034
- #: admin/pages/defence.php:107
1035
- msgid ""
1036
- "Allows attacker to learn the version of WP installed on the site. This meta "
1037
- "tag has no useful function."
1038
- msgstr ""
1039
- "Позволяет злоумышленнику узнать версию Wordpress, установленую на вашем "
1040
- "сайте. Этот мета-тег не несет никакой пользы."
1041
-
1042
- #: admin/pages/defence.php:107
1043
- #, php-format
1044
- msgid "Removes the meta tag from the %s section"
1045
- msgstr "Удаляет мета-тег из раздел %s"
1046
-
1047
- #: admin/pages/defence.php:113
1048
- msgid "Remove query strings from static resources"
1049
- msgstr "Удалить переменные запроса для статических ресурсов"
1050
-
1051
- #: admin/pages/defence.php:113
1052
- msgid ""
1053
- "This funcitons will remove query strings from static resources like CSS & JS "
1054
- "files inside the HTML <head> element to improve your speed scores in "
1055
- "services like Pingdom, GTmetrix, PageSpeed and YSlow."
1056
- msgstr ""
1057
- "Эти функции удалят строки запроса из статических ресурсов, таких как CSS и "
1058
- "JS-файлы внутри элемента HTML <head>, чтобы улучшить показатели скорости в "
1059
- "таких сервисах, как Pingdom, GTmetrix, PageSpeed и YSlow. А также усилить "
1060
- "безопасность вашего сайта."
1061
-
1062
- #: admin/pages/defence.php:122 admin/pages/defence.php:133
1063
- #: admin/pages/performance.php:250 admin/pages/performance.php:276
1064
- msgid ""
1065
- "To make it more difficult for others to hack your website you can remove the "
1066
- "WordPress version number from your site, your css and js. Without that "
1067
- "number it's not possible to see if you run not the current version to "
1068
- "exploit bugs from the older versions. <br><br>\n"
1069
- "\t\t\t\t\tAdditionally it can improve the loading speed of your site, "
1070
- "because without query strings in the URL the css and js files can be cached."
1071
- msgstr ""
1072
- "Активировав эту функцию вы усложните работу злоумышленника. <br><br>Кроме "
1073
- "того, это может улучшить скорость загрузки вашего сайта, потому что без "
1074
- "строки запроса в URL-адрес css и js файлов могут быть кэшированы."
1075
-
1076
- #: admin/pages/defence.php:123 admin/pages/performance.php:251
1077
- msgid ""
1078
- "Removes the wordpress version number from stylesheets (not logged in user "
1079
- "only)."
1080
- msgstr "Удаляет номер версии из файлов стилей стилей (только для фронтенда)."
1081
-
1082
- #: admin/pages/defence.php:134 admin/pages/performance.php:277
1083
- msgid ""
1084
- "Removes wordpress version number from scripts (not logged in user only)."
1085
- msgstr "Удаляет номер версии из javascript файлов (только для фронтенда)."
1086
-
1087
- #: admin/pages/defence.php:142 admin/pages/performance.php:285
1088
- msgid "Exclude stylesheet/script file names"
1089
- msgstr "Исключает файлы стилей/сприптов"
1090
-
1091
- #: admin/pages/defence.php:144 admin/pages/performance.php:287
1092
- msgid ""
1093
- "Enter Stylesheet/Script file names to exclude from version removal (each "
1094
- "exclude file starts with a new line)"
1095
- msgstr ""
1096
- "Введите абсолютный путь к файлу, чтобы исключить его из списка файлов у "
1097
- "которых, будет удалена версия (каждое исключение, должно быть с новой "
1098
- "строки)."
1099
-
1100
- #: admin/pages/defence.php:144 admin/pages/performance.php:287
1101
- msgid "Example"
1102
- msgstr "Например"
1103
-
1104
- #: admin/pages/license.php:52
1105
- msgid "License"
1106
- msgstr "Лицензия"
1107
-
1108
- #: admin/pages/license.php:139 includes/classes/class.package.php:250
1109
- msgid "Update in progress..."
1110
- msgstr "Идет обновление..."
1111
-
1112
- #: admin/pages/license.php:139
1113
- msgid "Components have been successfully updated!"
1114
- msgstr "Компонент был успешно обновлен!"
1115
-
1116
- #: admin/pages/license.php:139
1117
- msgid "update now"
1118
- msgstr "обновить сейчас"
1119
-
1120
- #: admin/pages/license.php:151
1121
- msgid "Updates are available for one of the components."
1122
- msgstr "Для одного из компонентов доступны обновления."
1123
-
1124
- #: admin/pages/license.php:277
1125
- #, php-format
1126
- msgid "Upgrade to Premium for $%s"
1127
- msgstr "Обновить до премиум за $%s"
1128
-
1129
- #: admin/pages/license.php:282
1130
- #, php-format
1131
- msgid "Your current license for %1$s:"
1132
- msgstr "Ваша текущая лицензия для %1$s:"
1133
-
1134
- #: admin/pages/license.php:286
1135
- msgid "Delete Key"
1136
- msgstr "Удалить"
1137
-
1138
- #: admin/pages/license.php:288
1139
- msgid "Synchronization"
1140
- msgstr "Синхронизация"
1141
-
1142
- #: admin/pages/license.php:305
1143
- msgid ""
1144
- "Public License is a GPLv2 compatible license allowing you to change and use "
1145
- "this version of the plugin for free. Please keep in mind this license covers "
1146
- "only free edition of the plugin. Premium versions are distributed with other "
1147
- "type of a license."
1148
- msgstr ""
1149
- "Public License это GPLv2-совместимая лицензия, которая позволяет изменять и "
1150
- "использовать эту версию плагина бесплатно. Пожалуйста, имейте в виду, что "
1151
- "эта лицензия относиться только к бесплатной редакции плагина. Премимум "
1152
- "версии плагина распространяются в рамках другой лицензии."
1153
-
1154
- #: admin/pages/license.php:309
1155
- msgid ""
1156
- "You use a paid subscription for the plugin updates. In case you don’t want "
1157
- "to receive paid updates, please, click <a data-action=\"unsubscribe\" class="
1158
- "\"wcl-control-btn\" href=\"#\">cancel subscription</a>"
1159
- msgstr ""
1160
- "Вы используете платную подписку на обновления плагина, нажмите <a data-"
1161
- "action=\"unsubscribe\" class=\"wcl-control-btn\" href=\"#\">отменить "
1162
- "подписку</a>, если вы не хотите больше получать платные обновления"
1163
-
1164
- #: admin/pages/license.php:314
1165
- msgid ""
1166
- "Your license has expired, please extend the license to get updates and "
1167
- "support."
1168
- msgstr ""
1169
- "Срок действия вашей лицензии истек, пожалуйста, продлите лицензию, чтобы "
1170
- "получать обновления и поддержку."
1171
-
1172
- #: admin/pages/license.php:322
1173
- msgid "domain"
1174
- msgstr "домен"
1175
-
1176
- #: admin/pages/license.php:326
1177
- msgid "plan"
1178
- msgstr "тарифный план"
1179
-
1180
- #: admin/pages/license.php:330
1181
- msgid "of"
1182
- msgstr "до"
1183
-
1184
- #: admin/pages/license.php:331
1185
- msgid "active sites"
1186
- msgstr "активировано"
1187
-
1188
- #: admin/pages/license.php:336
1189
- msgid "version"
1190
- msgstr "версия"
1191
-
1192
- #: admin/pages/license.php:337
1193
- msgid "up-to-date"
1194
- msgstr "текущая версия"
1195
-
1196
- #: admin/pages/license.php:342
1197
- msgid "EXPIRED!"
1198
- msgstr "ИСТЕКЛА!"
1199
-
1200
- #: admin/pages/license.php:343
1201
- msgid "please update the key"
1202
- msgstr "пожалуйста, обновите лицензионный ключ"
1203
-
1204
- #: admin/pages/license.php:352
1205
- msgid "day(s)"
1206
- msgstr "дней"
1207
-
1208
- #: admin/pages/license.php:354
1209
- msgid "remained"
1210
- msgstr "осталось"
1211
-
1212
- #: admin/pages/license.php:365
1213
- msgid "Have a key to activate the premium version? Paste it here:"
1214
- msgstr "Есть ключ для активации премиум версии? Вставьте его здесь:"
1215
-
1216
- #: admin/pages/license.php:367
1217
- msgid "Have a key to activate the plugin? Paste it here:"
1218
- msgstr "Есть ключ для активации плагина? Вставьте его здесь:"
1219
-
1220
- #: admin/pages/license.php:373
1221
- msgid "Submit Key"
1222
- msgstr "Отправить"
1223
-
1224
- #: admin/pages/license.php:381
1225
- #, php-format
1226
- msgid ""
1227
- "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Lean more</a> about the "
1228
- "premium version and get the license key to activate it now!"
1229
- msgstr ""
1230
- "Перейдите на <a href=\"%s\" target=\"_blank\" rel=\"noopener\">эту страницу</"
1231
- "a>, чтобы узнать подробнее как получить лицензионный ключ для премиум версии "
1232
- "плагина!"
1233
-
1234
- #: admin/pages/license.php:385
1235
- #, php-format
1236
- msgid ""
1237
- "Can’t find your key? Go to <a href=\"%s\" target=\"_blank\" rel=\"noopener"
1238
- "\">this page</a> and login using the e-mail address associated with your "
1239
- "purchase."
1240
- msgstr ""
1241
- "Не можете найти свой ключ? Перейдите на <a href=\"%s\" target=\"_blank\" rel="
1242
- "\"noopener\">эту страницу</a> и авторизуйтесь используя свой email, на "
1243
- "который вы делали покупку."
1244
-
1245
- #: admin/pages/performance-google.php:46
1246
- msgid "Google services"
1247
- msgstr "Google сервисы"
1248
-
1249
- #: admin/pages/performance-google.php:85
1250
- msgid "<strong>Fonts and Maps</strong>."
1251
- msgstr "<strong>Карты и шрифты</strong>."
1252
-
1253
- #: admin/pages/performance-google.php:85
1254
- msgid ""
1255
- "Google Fonts and Maps strongly affect your website loading speed. Use "
1256
- "settings below to disable or optimize Google fonts and Maps."
1257
- msgstr ""
1258
- "Google шрифты и карты сильно влияют на скорость загрузки вашего сайта. "
1259
- "Используйте настройки ниже, чтобы отключить или оптимизировать Google шрифты "
1260
- "и карты."
1261
-
1262
- #: admin/pages/performance-google.php:94
1263
- msgid ""
1264
- "By default, WordPress loads Google fonts synchronously, that is, your page "
1265
- "will not be fully loaded until Google Fonts are loaded. This algorithm slows "
1266
- "down the loading of your page and leads to errors when checking the site in "
1267
- "Google Page Speed. Using this option, your Google Fonts will be loaded after "
1268
- "your page is fully loaded. This method has a negative — you and visitors of "
1269
- "your site will see how the font changes while loading a page, from the "
1270
- "system to the downloadable one."
1271
- msgstr ""
1272
- "По умолчанию WordPress загружает шрифты Google синхронно, то есть, ваша "
1273
- "страница не будет полностью загружена, пока не будут загружены шрифты "
1274
- "Google. Такой алгоритм работы замедляет загрузку вашей страницы и приводит к "
1275
- "появлению ошибок при проверке сайта в Google Page Speed. Используя эту "
1276
- "опцию, ваши шрифты Google будут загружаться после полной загрузки вашей "
1277
- "страницы. У этого метода есть и минус — вы и посетители сайта будете видеть, "
1278
- "как меняется шрифт в процессе загрузки страницы с системного на загружаемый."
1279
-
1280
- #: admin/pages/performance-google.php:104
1281
- msgid ""
1282
- "This function stops loading of Open Sans and other fonts used by WordPress "
1283
- "and bundled themes (Twenty Twelve, Twenty Thirteen, Twenty Fourteen, Twenty "
1284
- "Fifteen, Twenty Sixteen, Twenty Seventeen) from Google Fonts.\n"
1285
- "Reasons for not using Google Fonts might be privacy and security, local "
1286
- "development or production, blocking of Google’s servers, characters not "
1287
- "supported by font, performance."
1288
- msgstr ""
1289
- "Эта функция останавливает загрузку Open Sans и других шрифтов, используемых "
1290
- "WordPress, и связанных с ним тем (Twenty Twelve, Twenty Thirteen, Twenty "
1291
- "Fourteen, Twenty Fifteen, Twenty Sixteen, Twenty Seventeen) из сервиса "
1292
- "Google шрифты.\n"
1293
- "Причинами не использовать Google шрифты могут быть конфиденциальность и "
1294
- "безопасность, локальная разработка или отладка, блокировка серверов Google, "
1295
- "символы, не поддерживаемые шрифтом, производительность."
1296
-
1297
- #: admin/pages/performance-google.php:115
1298
- msgid ""
1299
- "This function stops loading of Google Maps used by some themes or plugins.\n"
1300
- "Reasons for not using Google Maps might be privacy and security, local "
1301
- "development or production, blocking of Google’s servers, performance, not "
1302
- "necessary, etc."
1303
- msgstr ""
1304
- "Эта функция останавливает загрузку Карт Google, используемых некоторыми "
1305
- "темами или плагинами.\n"
1306
- "Причинами не использования Google карт могут быть конфиденциальность и "
1307
- "безопасность, локальная разработка или отладка, блокировка серверов Google, "
1308
- "производительность и т. д."
1309
-
1310
- #: admin/pages/performance-google.php:132
1311
- msgid ""
1312
- "By default, the \"Disable Google Maps\" option removes maps inserted with "
1313
- "the SCRIPT tag from the page source code. However, you can also cut out all "
1314
- "maps inserted via the iframe by enabling this option."
1315
- msgstr ""
1316
- "По умолчанию, опция \"Отключить карты Google \" удаляет карты с тегом script "
1317
- "из исходного кода страницы. Однако, вы также можете вырезать все карты, "
1318
- "вставленные через iframe, включив эту опцию."
1319
-
1320
- #: admin/pages/performance-google.php:141
1321
- msgid "Posts or Pages IDs separated by a ,"
1322
- msgstr "ID записей или страниц, разделенные запятой ,"
1323
-
1324
- #: admin/pages/performance.php:41
1325
- msgid "Performance"
1326
- msgstr "Производительность"
1327
-
1328
- #: admin/pages/performance.php:69
1329
- msgid "<strong>Clear the unnecessary scripts</strong>"
1330
- msgstr "<strong>Очистите неиспользуемые скрипты</strong>"
1331
-
1332
- #: admin/pages/performance.php:69
1333
- msgid ""
1334
- "This set of settings will help you remove unnecessary links and code from "
1335
- "the head section, as well as reduce your website's pages weight."
1336
- msgstr ""
1337
- "Этот набор настроек поможет вам убрать лишние ссылки и код из секции head, а "
1338
- "также уменьшить вес страниц вашего сайта."
1339
-
1340
- #: admin/pages/performance.php:78
1341
- msgid ""
1342
- "By default, WordPress generates all types of different RSS feeds for your "
1343
- "site. While RSS feeds can be useful if you are running a blog, businesses "
1344
- "might not always utilize these. Not every site out there has a blog."
1345
- msgstr ""
1346
- "По умолчанию WordPress генерирует различные виды RSS-каналов для вашего "
1347
- "сайта. Иногда RSS-каналы могут быть полезны, если вы используете блог "
1348
- "например, но если у вас обычный одностаничник, то RSS для вас будет "
1349
- "бесполезен. "
1350
-
1351
- #: admin/pages/performance.php:78
1352
- #, php-format
1353
- msgid ""
1354
- "Removes a link to the RSS-feed from the %s section, closes and puts the "
1355
- "redirect from all RSS-feeds."
1356
- msgstr ""
1357
- "Удаляет ссылку на RSS-канал из раздела %s, закрывает и ставит "
1358
- "перенаправления от всех RSS-каналов."
1359
-
1360
- #: admin/pages/performance.php:93
1361
- msgid "Redirect 301"
1362
- msgstr "301 редирект"
1363
-
1364
- #: admin/pages/performance.php:94
1365
- msgid "Page 404"
1366
- msgstr "Страница 404"
1367
-
1368
- #: admin/pages/performance.php:96
1369
- msgid "Redirect feed requests"
1370
- msgstr "Перенаправлять запросы с rss лент"
1371
-
1372
- #: admin/pages/performance.php:97
1373
- msgid ""
1374
- "Forward all requests to page 404 or to the main page through 301 redirects."
1375
- msgstr ""
1376
- "Переслать все запросы на страницу 404 или на главную страницу через 301 "
1377
- "переадресацию."
1378
-
1379
- #: admin/pages/performance.php:108
1380
- msgid ""
1381
- "The WordPress REST API provides API endpoints for WordPress data types that "
1382
- "allow developers to interact with sites remotely by sending and receiving "
1383
- "JSON (JavaScript Object Notation) objects. However, a lot of sites don’t use "
1384
- "this, and therefore in most cases, it is just unnecessary code."
1385
- msgstr ""
1386
- "WordPress REST API предоставляет API для работы с WordPress данными, это "
1387
- "позволяет разработчикам взаимодействовать с сайтами удаленно, посредством "
1388
- "отправки и получения данных в формате JSON (JavaScript Object Notation). "
1389
- "Однако многие сайты не используют это, и поэтому в большинстве случаев, это "
1390
- "только ненужный код."
1391
-
1392
- #: admin/pages/performance.php:108
1393
- msgid ""
1394
- "Removes REST API link tag from the front end and the REST API header link "
1395
- "from page requests."
1396
- msgstr "Отключает REST API и удаляет все ссылки из исходного кода страницы."
1397
-
1398
- #: admin/pages/performance.php:118
1399
- msgid ""
1400
- "Emojis are fun and all, but if you are aren’t using them they actually load "
1401
- "a JavaScript file (wp-emoji-release.min.js) on every page of your website. "
1402
- "For a lot of businesses, this is not needed and simply adds load time to "
1403
- "your site. So we recommend disabling this."
1404
- msgstr ""
1405
- "Emojis это смайлы (эмоции), если вы не используете их на своем сайте, в "
1406
- "исходном коде страницы будет загружаться JavaScript файл (wp-emoji-release."
1407
- "min.js), на каждой странице вашего веб-сайта. Для многих сайтов это не "
1408
- "требуется и просто увеличивает время загрузки страницы. Поэтому мы "
1409
- "рекомендуем отключить это."
1410
-
1411
- #: admin/pages/performance.php:118
1412
- msgid "Removes WordPress Emojis JavaScript file (wp-emoji-release.min.js)."
1413
- msgstr "Удаляет код Emojis из исходного кода страницы."
1414
-
1415
- #: admin/pages/performance.php:128
1416
- msgid ""
1417
- "They started adding jQuery migrate in WordPress 3.6. Most up-to-date "
1418
- "frontend code and plugins don’t require jquery-migrate.min.js. In most "
1419
- "cases, this simply adds unnecessary load to your site. You can see this "
1420
- "running if you launch Chrome Devtools console."
1421
- msgstr ""
1422
- "jQuery миграция появилась в WordPress 3.6. Большинство современных веб-"
1423
- "интерфейсов и плагинов не требуют jquery-migrate.min.js. В большинстве "
1424
- "случаев это просто ненужная нагрузка на ваш сайт. "
1425
-
1426
- #: admin/pages/performance.php:128
1427
- msgid "Removes jQuery Migrate JavaScript file (jquery-migrate.min.js)."
1428
- msgstr "Удаляет подключаемый файл (jquery-migrate.min.js)."
1429
-
1430
- #: admin/pages/performance.php:128
1431
- msgid "Warning! If there is a broke on your site, disable this option!"
1432
- msgstr ""
1433
- "Предупреждение! Если у вас появились проблемы в работе сайта или плагинов, "
1434
- "отключите эту опцию!"
1435
-
1436
- #: admin/pages/performance.php:138
1437
- msgid ""
1438
- "Embeds were released with WordPress 4.4. This is basically the magic that "
1439
- "auto converts your YouTube videos, Tweets, and URLs into pretty previews "
1440
- "while you are editing. However, this actually loads a JavaScript file (wp-"
1441
- "embed.min.js) on every page of your website. If you don’t care about the "
1442
- "auto converting preview (which we don’t), you can disable this across your "
1443
- "site."
1444
- msgstr ""
1445
- "Встраиваемые объекты были добавлены в WordPress 4.4. Эта функция "
1446
- "автоматически преобразуют YouTube, Tweets, и URL-адреса в объекты для "
1447
- "удобного просмотра (плеер, картинки и т.д.). Для того, чтобы объекты "
1448
- "автоматически преобразовывались на вашем сайте, на каждой странице "
1449
- "подключается код JavaScript (wp-embed.min.js). Если вы не используете "
1450
- "функции автоматического преобразования встраиваемых объектов, то можете "
1451
- "отключить эту функцию."
1452
-
1453
- #: admin/pages/performance.php:138
1454
- msgid "Removes WordPress Embed JavaScript file (wp-embed.min.js)"
1455
- msgstr ""
1456
- "Удаляет JavaScript код отвечающий за встраиваемые объекты (wp-embed.min.js)"
1457
-
1458
- #: admin/pages/performance.php:157
1459
- msgid ""
1460
- "The above link is used by blog clients. If you edit your site from your "
1461
- "browser then you don’t need this. It is also used by some 3rd party "
1462
- "applications that utilize XML-RPC requests. In most cases, this is just "
1463
- "unnecessary code."
1464
- msgstr ""
1465
- "Эта ссылка используется клиентами блога. Если вы редактируете сайт из вашего "
1466
- "браузера, то вам не нужно это. Она также используется в некоторых "
1467
- "приложениях, которые используют XML-RPC-запросы. В большинстве случаев это "
1468
- "только ненужный код."
1469
-
1470
- #: admin/pages/performance.php:157
1471
- msgid "Remove RSD (Real Simple Discovery) link tag."
1472
- msgstr "Удаляет RSD link тег"
1473
-
1474
- #: admin/pages/performance.php:166
1475
- msgid ""
1476
- "The profile attribute specifies the metadata profile address. Usually, the "
1477
- "browser recognizes the value of this attribute and executes some conventions "
1478
- "related to the specified profile. Loading the document itself at the "
1479
- "specified address does not really happen, moreover, it may not exist at "
1480
- "all.\n"
1481
- "In particular, the profile is used for the XFN microformat (XHTML Friends "
1482
- "Network) - a way of representing relationships between people using links "
1483
- "and rel attributes with different values. WordPress also actively uses "
1484
- "profile in its templates.\n"
1485
- msgstr ""
1486
- "Атрибут profile указывает адрес профиля метаданных. Обычно браузер "
1487
- "распознаёт значение этого атрибута и выполняет некоторые соглашения, "
1488
- "связанные с указанным профилем. Загрузки самого документа по указанному "
1489
- "адресу в реальности не происходит, более того, его может вообще не "
1490
- "существовать.\n"
1491
- частности, profile используется для микроформата XFN (XHTML Friends "
1492
- "Network) это способ представления отношений между людьми с помощью ссылок "
1493
- "и атрибутов rel с разными значениями. WordPress также активно применяет "
1494
- "profile в своих шаблонах.\n"
1495
-
1496
- #: admin/pages/performance.php:168
1497
- msgid "Remove link tag"
1498
- msgstr "Удалить тег ссылки"
1499
-
1500
- #: admin/pages/performance.php:178
1501
- msgid ""
1502
- "This link is actually used by Windows Live Writer. If you don’t know use "
1503
- "Windows Live Writer, which we are guessing you don’t, this is just "
1504
- "unnecessary code."
1505
- msgstr ""
1506
- "Эта ссылка используется фактически Windows Live Writer. Если вы не знаете, "
1507
- "как использовать Windows Live Writer, то это только ненужный код."
1508
-
1509
- #: admin/pages/performance.php:178
1510
- msgid "Remove wlwmanifest (Windows Live Writer) link tag."
1511
- msgstr "Удаляет тег link wlwmanifest (Windows Live Writer)."
1512
-
1513
- #: admin/pages/performance.php:188
1514
- #, php-format
1515
- msgid ""
1516
- "By default, the following tag shows up in every WordPress install. %s This "
1517
- "is used for a shortlink to your pages and posts. However, if you are already "
1518
- "using pretty permalinks, such as domain.com/post, then there is no reason to "
1519
- "keep this, it is just unnecessary code."
1520
- msgstr ""
1521
- "По умолчанию следующий тег печатается на каждой странице ваших записей и "
1522
- "страниц. %s Это используется, как короткая ссылка на вашу статью. Если вы "
1523
- "используете постоянные ссылки, то это не нужный код."
1524
-
1525
- #: admin/pages/performance.php:188
1526
- msgid "Remove Shortlink link tag."
1527
- msgstr "Удаляет тег link shortlink."
1528
-
1529
- #: admin/pages/performance.php:198
1530
- msgid ""
1531
- "If you use Wordpress as a CMS, then you can delete these links, they can "
1532
- "only come in handy for a blog."
1533
- msgstr ""
1534
- "Если вы используете Wordpress как CMS не блог), то вы можете удалить эти "
1535
- "ссылки, но для блога они могут быть полезны."
1536
-
1537
- #: admin/pages/performance.php:198
1538
- msgid ""
1539
- "Remove the previous and next post links within the wp_head of your wordpress "
1540
- "theme."
1541
- msgstr ""
1542
- "Удаляет ссылки предидущая и следующая запись в head вашей темы wordpress."
1543
-
1544
- #: admin/pages/performance.php:208
1545
- msgid ""
1546
- "WP by default for the widget \"recent comments\" prescribes in the code "
1547
- "styles that are almost impossible to change, because to them apply! "
1548
- "important."
1549
- msgstr ""
1550
- "Wordpress по умолчанию для виджета \"Последние комментари\" прописывает в "
1551
- "стилях код, которые почти невозможно изменить, потому что к ним применяются "
1552
- "значение !important."
1553
-
1554
- #: admin/pages/performance.php:208
1555
- msgid "Removes .recentcomments styles from head section."
1556
- msgstr "Удаляет .recentcomments стили из head секции."
1557
-
1558
- #: admin/pages/performance.php:218
1559
- msgid ""
1560
- "By default, WordPress loads Font Awesome icons synchronously, that is, your "
1561
- "page will not be fully loaded until Font Awesome icons are loaded. This "
1562
- "algorithm slows down the loading of your page and leads to errors when "
1563
- "checking the site in Google Page Speed. Using this option, your Font Awesome "
1564
- "icons will be loaded after your page is fully loaded. This method has a "
1565
- "negative — you and visitors of your site will see changes while loading a "
1566
- "page, from the placeholders to icons."
1567
- msgstr ""
1568
- "По умолчанию WordPress загружает иконки Font Awesome синхронно, то есть, "
1569
- "ваша страница не будет полностью загружена, пока не будут загружены иконки "
1570
- "Font Awesome. Такой алгоритм работы замедляет загрузку вашей страницы и "
1571
- "приводит к появлению ошибок при проверке сайта в Google Page Speed. "
1572
- "Используя эту опцию, ваши иконки Font Awesome, будут загружаться после "
1573
- "полной загрузки вашей страницы. У этого метода есть и минус — вы и "
1574
- "посетители сайта будете видеть изменения в процессе загрузки страницы с "
1575
- "«кракозябр» вместо иконок на иконки."
1576
-
1577
- #: admin/pages/performance.php:228
1578
- msgid ""
1579
- "Dashicons is the official icon font of the WordPress admin as of 3.8. Some "
1580
- "of you have requested that we add a feature to remove Dashicons. Some themes "
1581
- "and developers utilize this (dashicons.min.css) on the front-end of their "
1582
- "sites."
1583
- msgstr ""
1584
- "Dashicons является официальным шрифтом в панели администратора WordPress от "
1585
- "3,8. Некоторые пользователи попросили добавить функцию удаления Dashicons, "
1586
- "так как некоторые разработчики не используют (dashicons.min.css) на "
1587
- "фронтенде своих сайтов. Опция отключает иконки только для фронтенда!"
1588
-
1589
- #: admin/pages/performance.php:238
1590
- msgid ""
1591
- "This function that prevents the user’s gravatar being automatically obtained "
1592
- "from gravatar.com based on their registered email. This would be useful for "
1593
- "sites where users require an extra layer of privacy, or if you just want to "
1594
- "prevent potentially silly or embarrasing avatar accidents.\n"
1595
- "\t\t\tIf you’re using Identicons or any other generated default avatar, the "
1596
- "user should keep a consistent avatar unless they change their registered "
1597
- "email.\n"
1598
- "\t\t\t"
1599
- msgstr ""
1600
- "Эта функция, которая предотвращает автоматическое получение пользователем "
1601
- "граваторов от gravatar.com на основе зарегистрированного email адреса. Это "
1602
- "было бы полезно для сайтов, где пользователям нужен дополнительный уровень "
1603
- "конфиденциальности, или если вы просто хотите предотвратить потенциально "
1604
- "глупые или неловкие аватары."
1605
-
1606
- #: admin/pages/performance.php:265
1607
- msgid "Disable remove Stylesheet version for auth users"
1608
- msgstr "Не удалять строки запроса для авторизованных пользователей"
1609
-
1610
- #: admin/pages/quick-start.php:62
1611
- msgid "Clearfy menu"
1612
- msgstr "Clearfy меню"
1613
-
1614
- #: admin/pages/quick-start.php:71
1615
- msgid "Quick start"
1616
- msgstr "Быстрый старт"
1617
-
1618
- #: admin/pages/quick-start.php:109
1619
- msgid ""
1620
- "On this page you can quickly configure the plug-in without going into "
1621
- "details."
1622
- msgstr ""
1623
- "На этой странице вы можете быстро настроить плагин, не вдаваясь в "
1624
- "подробности."
1625
-
1626
- #: admin/pages/quick-start.php:187
1627
- msgid "One click code clearing"
1628
- msgstr "Очистка кода в один клик"
1629
-
1630
- #: admin/pages/quick-start.php:188
1631
- msgid "One click security"
1632
- msgstr "Улучшить безопасность в один клик"
1633
-
1634
- #: admin/pages/quick-start.php:190
1635
- msgid "One click seo optimization"
1636
- msgstr "Оптимизировать SEO в один клик"
1637
-
1638
- #: admin/pages/quick-start.php:194
1639
- msgid "One click remove default Widgets"
1640
- msgstr "Удалить виджеты по умолчанию в один клик"
1641
-
1642
- #: admin/pages/quick-start.php:203
1643
- msgid "Reset all settings"
1644
- msgstr "Сбросить все настройки"
1645
-
1646
- #: admin/pages/quick-start.php:207
1647
- msgid "Are you sure you want to enable the this options?"
1648
- msgstr "Вы действительно хотите включить эти настройки?"
1649
-
1650
- #: admin/pages/quick-start.php:210 admin/pages/quick-start.php:250
1651
- msgid ""
1652
- "After confirmation, all the settings of the plug-in will return to the "
1653
- "default state. Make backup settings by copying data from the export field."
1654
- msgstr ""
1655
- "После подтверждения, все настройки плагина вернутся к состоянию по "
1656
- "умолчанию. Сделайте резервную копию настроек, скопировав данные из поля "
1657
- "экспорта."
1658
-
1659
- #: admin/pages/quick-start.php:214
1660
- msgid "Confirm"
1661
- msgstr "Подтвердить"
1662
-
1663
- #: admin/pages/quick-start.php:215
1664
- msgid "Cancel"
1665
- msgstr "Отмена"
1666
-
1667
- #: admin/pages/quick-start.php:221
1668
- msgid ""
1669
- "These are quick optimization options for your website. You can activate the "
1670
- "groups of necessary settings in one click. With the fast optimization mode, "
1671
- "we are enable the only safe settings that do not break your website. That is "
1672
- "why we recommend you to look at each setting of the plugin individually. The "
1673
- "settings with grey and red question mark will not be active, until you do it "
1674
- "yourself."
1675
- msgstr ""
1676
- "Это настройки быстрой оптимизации вашего сайта. Вы можете активировать "
1677
- "нужные вам группы настроек в один клик. В быстром режиме оптимизации мы "
1678
- "активируем только безопасные настройки, которые не нарушат работу вашего "
1679
- "сайта. Поэтому, мы рекомендуем вам ознакомится с каждой опцией плагина "
1680
- "индивидуально. Настройки с серым и красным знаком вопроса не будут "
1681
- "активированы, пока вы сами не примите решение об их включении."
1682
-
1683
- #: admin/pages/quick-start.php:222
1684
- msgid "Select what you need to do"
1685
- msgstr "Выберите, что вам нужно сделать"
1686
-
1687
- #: admin/pages/quick-start.php:224
1688
- msgid ""
1689
- "After selecting any optimization case, the plugin will automatically enable "
1690
- "the necessary settings in safe mode and one click."
1691
- msgstr ""
1692
- "После выбора варианта оптимизации, плагин автоматически включит необходимые "
1693
- безопасные настройки в один клик."
1694
-
1695
- #: admin/pages/quick-start.php:249
1696
- msgid "Reset settings"
1697
- msgstr "Сбросить настройки"
1698
-
1699
- #: admin/pages/quick-start.php:262
1700
- msgid "Reset"
1701
- msgstr "Сбросить"
1702
-
1703
- #: admin/pages/quick-start.php:264
1704
- msgid "Do It!"
1705
- msgstr "Сделать!"
1706
-
1707
- #: admin/pages/quick-start.php:278
1708
- msgid "Settings successfully updated!"
1709
- msgstr "Настройки успешно обновлены!"
1710
-
1711
- #: admin/pages/quick-start.php:281
1712
- msgid ""
1713
- "During the setup, an unknown error occurred, please try again or contact the "
1714
- "plug-in support."
1715
- msgstr ""
1716
- "Во время установки произошла неизвестная ошибка, повторите попытку или "
1717
- "обратитесь в службу поддержки плагинов."
1718
-
1719
- #: admin/pages/quick-start.php:291
1720
- msgid "Import/Export settings"
1721
- msgstr "Импорт/Экспорт настроек"
1722
-
1723
- #: admin/pages/quick-start.php:294
1724
- msgid "Import options"
1725
- msgstr "Импортировать настройки"
1726
-
1727
- #: admin/pages/quick-start.php:300
1728
- msgid "Support"
1729
- msgstr "Поддержка"
1730
-
1731
- #: admin/pages/quick-start.php:302
1732
- msgid ""
1733
- "If you faced with any issues, please follow the steps below to get quickly "
1734
- "quality support:"
1735
- msgstr ""
1736
- "Если вы столкнулись с какими-либо проблемами, выполните следующие действия, "
1737
- "чтобы быстро получить качественную поддержку:"
1738
-
1739
- #: admin/pages/quick-start.php:305
1740
- msgid ""
1741
- "Generate a debug report which will contains inforamtion about your "
1742
- "configuratin and installed plugins"
1743
- msgstr ""
1744
- "Создайте отчет об ошибках, который будет содержать информацию о вашей "
1745
- "конфигурации и установленных плагинах."
1746
-
1747
- #: admin/pages/quick-start.php:308
1748
- msgid "Generate Debug Report"
1749
- msgstr "Сгенерировать отчет об ошибках"
1750
-
1751
- #: admin/pages/quick-start.php:312
1752
- msgid ""
1753
- "Send a message to <b>wordpress.webraftic@gmail.com</b> include the debug "
1754
- "report into the message body."
1755
- msgstr ""
1756
- "Отправьте ваше сообщение на <b>wordpress.webraftic@gmail.com</b>, к "
1757
- "сообщению прикрепите отчет об ошибках"
1758
-
1759
- #: admin/pages/quick-start.php:315
1760
- msgid "We guarantee to respond you within 7 business day."
1761
- msgstr "Мы гарантируем ответ на ваш вопрос в течении 7 дней."
1762
-
1763
- #: admin/pages/seo-double-pages.php:37
1764
- msgid "Duplicate pages"
1765
- msgstr "Дубли страниц"
1766
-
1767
- #: admin/pages/seo-double-pages.php:86
1768
- msgid "<strong>Delete duplicate pages.</strong>."
1769
- msgstr "<strong>Удалите дубли страниц</strong>."
1770
-
1771
- #: admin/pages/seo-double-pages.php:86
1772
- msgid ""
1773
- "Search engines perceive these pages as website separate pages, therefore "
1774
- "their content ceases to be unique because of duplication. In addition, page "
1775
- "reference weight is reduced if it has a duplicate. A small number of "
1776
- "duplicated pages will not be a serious problem, but if there are more than "
1777
- "50 percents of them - you urgently need to correct the situation."
1778
- msgstr ""
1779
- "Поисковые системы воспринимают эти страницы, как отдельные страницы сайта, "
1780
- "поэтому их наполнение из-за дублирования информации перестает быть "
1781
- "уникальным. Кроме того, понижается ссылочный вес страницы, если она имеет "
1782
- "дубль. Небольшое количество дублированных страниц не станет серьёзной "
1783
- "проблемой, однако если их более 50 процентов - вам срочно нужно исправлять "
1784
- "ситуацию."
1785
-
1786
- #: admin/pages/seo-double-pages.php:95
1787
- #, php-format
1788
- msgid ""
1789
- "Many duplicates in date archives. Imagine, in addition, that your article "
1790
- "will be displayed in the main and in the category, you will still receive at "
1791
- "least 3 duplicates: in archives by year, month and date, for example %s."
1792
- msgstr ""
1793
- "Огромное количество дублей в архивах дат. Представьте, кроме того, что Ваша "
1794
- "статья будет выводиться на главной и в категории, Вы еще получите как "
1795
- "минимум 3 дубля: в архивах по году, месяцу и дате, например %s."
1796
-
1797
- #: admin/pages/seo-double-pages.php:95
1798
- msgid "Removes all pages with the date archives and puts a redirect."
1799
- msgstr "Удаляет полностью архивы дат и ставит редирект."
1800
-
1801
- #: admin/pages/seo-double-pages.php:105
1802
- #, php-format
1803
- msgid ""
1804
- "If the site is only filled by you - a mandatory item. Allows you to get rid "
1805
- "of duplicates on user archives, for example %s."
1806
- msgstr ""
1807
- "Если сайт заполняете только вы - это функция обязательна. Позволяет вам "
1808
- "избавиться от дубликатов страниц автора, например %s."
1809
-
1810
- #: admin/pages/seo-double-pages.php:105
1811
- msgid "Removes all pages with the author archives and puts a redirect."
1812
- msgstr "Удаляет все страницы из архивов автора и ставит перенаправление."
1813
-
1814
- #: admin/pages/seo-double-pages.php:115
1815
- msgid ""
1816
- "If you use tags only for the block Similar records, or do not use them at "
1817
- "all - it will be more correct to close them to avoid duplicates."
1818
- msgstr ""
1819
- "Если вы используете теги только для виджета \"Похожие записи\", либо не "
1820
- "используете их совсем - правильнее будет их закрыть, чтобы избежать дублей."
1821
-
1822
- #: admin/pages/seo-double-pages.php:115
1823
- msgid "Removes all pages with the tag archives and puts a redirect."
1824
- msgstr "Ставит редирект со страниц тегов на главную."
1825
-
1826
- #: admin/pages/seo-double-pages.php:125
1827
- msgid ""
1828
- "Every of the pictures has its own page on the site. Such pages are "
1829
- "successfully indexed and create duplicates. The site can have thousands of "
1830
- "same-type attachment pages."
1831
- msgstr ""
1832
- "Каждая загруженная картинка имеет свою страничку на сайте, состоящую только "
1833
- "из одной картинки. Такие страницы успешно индексируются и создают дубли. На "
1834
- "сайте могут быть тысячи однотипных страниц вложений."
1835
-
1836
- #: admin/pages/seo-double-pages.php:125
1837
- msgid "Removes attachment pages and puts a redirect."
1838
- msgstr "Удаляет страницы вложений и ставит редирект на запись."
1839
-
1840
- #: admin/pages/seo-double-pages.php:135
1841
- #, php-format
1842
- msgid ""
1843
- "In WordPress, any post can be divided into parts (pages), each part will "
1844
- "have its own address. But this functionality is rarely used, but it can "
1845
- "create trouble for you. For example, you can add a number to the address of "
1846
- "any entry of your blog, %s - the post itself will open, which will be a "
1847
- "duplicate. You can substitute any number."
1848
- msgstr ""
1849
- "В WordPress любое содержание можно разделить на части (страницы), каждая "
1850
- "часть будет иметь свой собственный адрес. Эта функциональность используется "
1851
- "редко, но это может создать проблемы для вас. Например вы можете добавить "
1852
- "номер в адрес любой записи вашего блога, %s - откроет текущую страницу, "
1853
- "которая будет дублироваться."
1854
-
1855
- #: admin/pages/seo-double-pages.php:135
1856
- #, php-format
1857
- msgid "Removes the pagination from the post and puts a redirect. Example: %s"
1858
- msgstr ""
1859
- "Удаление постраничную навигацию из записи и устанавливет перенаправление. "
1860
- "Пример: %s"
1861
-
1862
- #: admin/pages/seo-double-pages.php:145
1863
- #, php-format
1864
- msgid ""
1865
- "WordPress adds %s to the link \"Reply\" in the comments, if you use "
1866
- "hierarchical comments."
1867
- msgstr ""
1868
- "WordPress добавляет %s к ссылке «Ответ» в комментариях, если вы используете "
1869
- "иерархические комментарии."
1870
-
1871
- #: admin/pages/seo-double-pages.php:145
1872
- msgid "?relpytocom remove and and puts a redirect."
1873
- msgstr "Удаляет ?relpytocom и ставит перенаправление."
1874
-
1875
- #: admin/pages/seo.php:35
1876
- msgid "SEO"
1877
- msgstr "SEO"
1878
-
1879
- #: admin/pages/seo.php:69
1880
- msgid "<strong>Basic SEO optimization settings</strong>."
1881
- msgstr "<strong>Базовые настройки SEO оптимизации</strong>."
1882
-
1883
- #: admin/pages/seo.php:69
1884
- msgid "Recommended settings that can complement your SEO plugin."
1885
- msgstr "Рекомендуемые настройки, которые могут дополнять ваш плагин SEO."
1886
-
1887
- #: admin/pages/seo.php:78
1888
- msgid ""
1889
- "The alt attribute is mandatory, so most SEO experts say. If you missed or "
1890
- "did not fill it at all, it will be automatically assigned and will be equal "
1891
- "to the title of the article."
1892
- msgstr ""
1893
- "Атрибут alt является обязательным, поэтому большинство SEO экспертов "
1894
- "говорят. Если вы пропустили, или не заполнили его, он будет автоматически "
1895
- "задан из названия статьи."
1896
-
1897
- #: admin/pages/seo.php:78
1898
- #, php-format
1899
- msgid "Replaces the %s, on attribute with an article name %s"
1900
- msgstr "Заменяет %s, на атрибут с названием статьи %s"
1901
-
1902
- #: admin/pages/seo.php:88
1903
- msgid ""
1904
- "After installation, WP does not contain a robots.txt file and create it "
1905
- "manually. We re-read about 30 different articles, instructions from Yandex "
1906
- "and Google to create the perfect robots.txt"
1907
- msgstr ""
1908
- "После установки WP не содержит файл robots.txt и создает его вручную. Мы "
1909
- "перечитывали около 30 различных статей, инструкции от Yandex и Google, чтобы "
1910
- "создать идеальный файл robots.txt"
1911
-
1912
- #: admin/pages/seo.php:88
1913
- msgid "Automatically creates the perfect robots.txt file"
1914
- msgstr "Автоматически создает идеальный robots.txt"
1915
-
1916
- #: admin/pages/seo.php:108
1917
- msgid "Server headers and response"
1918
- msgstr "Заголовки серверов и ответ"
1919
-
1920
- #: admin/pages/seo.php:108
1921
- msgid ""
1922
- "WordPress does not know how to give the Last Modified header in the server's "
1923
- "responses. You can do this using the settings below."
1924
- msgstr ""
1925
- "WordPress не знает, как отдать заголовок Last Modified. Вы можете сделать "
1926
- "это с помощью параметров ниже."
1927
-
1928
- #: admin/pages/seo.php:129
1929
- msgid "Disable Last Modified header on front page"
1930
- msgstr "Отключить заголовок Last Modified для главной странице"
1931
-
1932
- #: admin/pages/seo.php:139
1933
- #, php-format
1934
- msgid ""
1935
- "You can specify a page mask, for example: %s or %s. All pages that contain "
1936
- "the string will be excluded. Each exclude must begin with a new line."
1937
- msgstr ""
1938
- "Можно указать маску страницы, например: %s или %s. Все страницы, которые "
1939
- "содержат эти строки, будут исключены. Каждое исключение должно начинаться с "
1940
- "новой строки."
1941
-
1942
- #: admin/pages/seo.php:153
1943
- msgid "For the Yoast SEO plugin"
1944
- msgstr "Для плагина Yoast SEO"
1945
-
1946
- #: admin/pages/seo.php:153
1947
- msgid ""
1948
- "These settings will help you eliminate some problems associated with the "
1949
- "popular Yoast SEO plugin"
1950
- msgstr ""
1951
- "Эти параметры помогут вам устранить некоторые проблемы, связанные с "
1952
- "популярной Yoast SEO plugin"
1953
-
1954
- #: admin/pages/seo.php:162
1955
- msgid ""
1956
- "The last element in the breadcrumbs in the Yoast SEO plugin duplicates the "
1957
- "title of the article. Some SEO-specialists consider this duplication to be "
1958
- "superfluous."
1959
- msgstr ""
1960
- "Последний элемент в хлебных крошках Yoast SEO дублирует название статьи. "
1961
- "Некоторые SEO-специалисты считают это дублирование излишним."
1962
-
1963
- #: admin/pages/seo.php:162
1964
- msgid ""
1965
- "Removes duplication of the name in the breadcrumbs of the WP SEO plugin from "
1966
- "Yoast."
1967
- msgstr "Удаляет последний элемент в хлебных крошках Yoast SEO."
1968
-
1969
- #: admin/pages/seo.php:172
1970
- msgid ""
1971
- "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. it "
1972
- "has a specific tag"
1973
- msgstr ""
1974
- "Яндекс вебмастер ругается на стандартной карты XML из плагина Yoast SEO, из-"
1975
- "за определенного тега "
1976
-
1977
- #: admin/pages/seo.php:172
1978
- #, php-format
1979
- msgid "Remove the tag %s from XML site map of the plugin Yoast SEO."
1980
- msgstr "Удаляет тег %s из XML карта сайта плагин Yoast SEO."
1981
-
1982
- #: admin/pages/seo.php:172
1983
- msgid ""
1984
- "Attention! After activation, turn off the site map and enable it back to "
1985
- "regenerate it."
1986
- msgstr ""
1987
- "Внимание! После активации, выключите карту сайта и включите ее обратно, "
1988
- "чтобы обновить ее."
1989
-
1990
- #: admin/pages/seo.php:172
1991
- msgid "In older versions of Yoast SEO may not work - update the plugin Yoast"
1992
- msgstr ""
1993
- "В более старых версиях Yoast SEO не может работать - обновите плагин Yoast "
1994
- "SEO"
1995
-
1996
- #: admin/pages/seo.php:190
1997
- msgid ""
1998
- "If you’re not familiar with Search Action it’s the mark-up that helps search "
1999
- "engines add a shiny Sitelinks Search Box below your search engine results. "
2000
- "For the majority of webmasters the extra search box is an absolutely "
2001
- "fantastic feature but for many it’s not required or wanted, especially if a "
2002
- "site only has a few pages or if the site uses a customised search platform "
2003
- "that only searches blog posts and not pages."
2004
- msgstr ""
2005
- "Эта функция позволяет поисковым системам добавлять дополнительные ссылки и "
2006
- "поле поиска в поисковый блок (сниппет) в поисковой выдаче. Для многих "
2007
- "вебмастеров это просто находка, но в то же время, многим эта функция не "
2008
- "нужна. Особенно, если на сайте всего несколько страниц или есть собственный "
2009
- "поиск, который ищет только записи блога, но не страницы."
2010
-
2011
- #: admin/pages/seo.php:190
2012
- msgid ""
2013
- "Disable JSON-LD sitelinks searchbox using WordPress in plugin Yoast SEO."
2014
- msgstr "Отключает JSON-LD ссылки используемые Wordpress в плагине Yoast SEO."
2015
-
2016
- #: admin/pages/seo.php:200
2017
- msgid ""
2018
- "Prevents output of the script tag of type application/ld+json containing\n"
2019
- "schema.org data from the popular Yoast SEO and Yoast SEO Premium plugins.\n"
2020
- "There is currently no UI to do so."
2021
- msgstr ""
2022
- "Удаляет ссылку application/ld+json, содержащую структурированные данные "
2023
- "schema.org о сайте и его владельце. Эту ссылку создают популярные плагины "
2024
- "Yoast SEO и Yoast SEO Premium"
2025
-
2026
- #: admin/pages/seo.php:202
2027
- msgid "Disable Structured Data in plugin Yoast SEO."
2028
- msgstr "Отключает структурированные данные в плагине Yoast SEO."
2029
-
2030
- #: admin/pages/seo.php:212
2031
- #, php-format
2032
- msgid "The Yoast SEO plugin displays a comment of the form %s in %s section"
2033
- msgstr "Yoast SEO плагин отображает комментарий формы %s в секции %s"
2034
-
2035
- #: admin/pages/seo.php:212
2036
- #, php-format
2037
- msgid "Removes the Yoast SEO plugin comment of their section %s"
2038
- msgstr "Удаляет комментрии Yoast SEO из %s"
2039
-
2040
- #: admin/pages/widgets.php:33
2041
- msgid "Widgets"
2042
- msgstr "Виджеты"
2043
-
2044
- #: admin/pages/widgets.php:52
2045
- msgid "<strong>Disable unused widgets</strong>."
2046
- msgstr "<strong>Отключите неиспользуемые виджеты</strong>."
2047
-
2048
- #: admin/pages/widgets.php:52
2049
- msgid ""
2050
- "Some widgets, such as the Calendar or Tag Cloud, create an extra query to "
2051
- "the database, even if they are not displayed on the website. Of course, a "
2052
- "couple of hits to the database will not do much harm to the whole site. "
2053
- "However, if the resource contains a huge amount of content, and the speed of "
2054
- "its work above all else, disabling unused functionality is the first step to "
2055
- "optimizing and accelerating it."
2056
- msgstr ""
2057
- "Некоторые виджеты, например, Календарь или Облако меток, создают по лишнему "
2058
- "запросу к базе данных, даже если не выводятся на сайте. Конечно, пару "
2059
- "обращений к базе данных не принесут особого вреда целому сайту. Однако, если "
2060
- "ресурс содержит огромное количество контента, и скорость его работы превыше "
2061
- "всего, то отключение неиспользуемого функционала первый шаг к его "
2062
- "оптимизации и ускорению."
2063
-
2064
- #: clearfy.php:67 includes/boot.php:50
2065
- msgid "Clearfy"
2066
- msgstr "Clearfy"
2067
-
2068
- #: includes/classes/class.configurate-advanced.php:212
2069
- msgid "Howdy"
2070
- msgstr "Привет"
2071
-
2072
- #: includes/classes/class.configurate-advanced.php:212
2073
- msgid "Welcome"
2074
- msgstr "Добро пожаловать"
2075
-
2076
- #: includes/classes/class.configurate-security.php:51
2077
- msgid "<strong>ERROR</strong>: Wrong login or password"
2078
- msgstr "<strong>Ошибка</strong>: Неправильный логин или пароль"
2079
-
2080
- #: includes/classes/class.licensing.php:207
2081
- msgid "The license is deactivated."
2082
- msgstr "Лицензия деактивирована."
2083
-
2084
- #: includes/classes/class.licensing.php:225
2085
- #: includes/classes/class.licensing.php:244
2086
- #: includes/classes/class.licensing.php:281
2087
- msgid "The license has been updated."
2088
- msgstr "Лицензия обновлена."
2089
-
2090
- #: includes/classes/class.licensing.php:349
2091
- msgid "Your license has been successfully activated."
2092
- msgstr "Ваша лицензия успешно активирована."
2093
-
2094
- #: includes/classes/class.package.php:245
2095
- msgid ""
2096
- "Updates are available for one of the components. Please, update your current "
2097
- "package of components to the newest version."
2098
- msgstr ""
2099
- "Для одного из компонентов доступны обновления, пожалуйста, обновите текущую "
2100
- "сборку компонентов до актуальной версии."
2101
-
2102
- #: includes/classes/class.package.php:248
2103
- msgid ""
2104
- "You’ve changed the component configuration. For the further work, please, "
2105
- "update the current package of components!"
2106
- msgstr ""
2107
- "Вы изменили конфигурацию компонентов, для работы плагина нужно обновить "
2108
- "текущую сборку компонентов!"
2109
-
2110
- #: includes/classes/class.package.php:250
2111
- msgid "Update now"
2112
- msgstr "Обновить сейчас"
2113
-
2114
- #: includes/classes/class.zip-archive.php:15
2115
- msgid "The ZipArchive class does not exist in this version of php."
2116
- msgstr "Класса ZipArchive не существует в этой версии php."
2117
-
2118
- #~ msgid "Welcome to Clearfy (%s)"
2119
- #~ msgstr "Вас приветствует Clearfy (%s)"
2120
-
2121
- #~ msgid ""
2122
- #~ "There are new optimization and protection features in the plugin. We "
2123
- #~ "recommend you to look at them maybe they will be useful!"
2124
- #~ msgstr ""
2125
- #~ "В плагине появились новые функции оптимизации и защиты. Мы рекомендуем "
2126
- #~ "вам ознакомится с ними, возможно они будут полезны!"
2127
-
2128
- #~ msgid "The section \"Code cleaning\" was renamed"
2129
- #~ msgstr "Переименован раздел \"Очистка кода\""
2130
-
2131
- #~ msgid ""
2132
- #~ "Asynchronous Google fonts loading, Google Analytics optimization, "
2133
- #~ "disabling Google Fonts and Maps, disabling of gravatars, Font Awesome "
2134
- #~ "icons was added."
2135
- #~ msgstr ""
2136
- #~ "Добавлена асинхронная загрузка Google шрифтов, оптимизация Google "
2137
- #~ "Analytics, отключение Google шрифтов и карт, отключение граваторов, "
2138
- #~ "иконок Font Awesome."
2139
-
2140
- #~ msgid "Login page protection added"
2141
- #~ msgstr "Добавлена защита страницы логина"
2142
-
2143
- #~ msgid ""
2144
- #~ "With the new Clearfy version, you can use the hide login page function. "
2145
- #~ "Nobody will know the address of your login page, which means there will "
2146
- #~ "be no password bruteforce and the attempts of your website hack will "
2147
- #~ "decrease."
2148
- #~ msgstr ""
2149
- #~ "В новой версии Clearfy, вы можете использовать функции скрытия страницы "
2150
- #~ "логина. Никто не узнает адрес вашей страницы логина, а значит не будет "
2151
- #~ "переборов пароля и уменьшатся попытки взлома вашего сайта."
2152
-
2153
- #~ msgid "Google analytic cache"
2154
- #~ msgstr "Кеш Google аналитики"
2155
-
2156
- #~ msgid "Google analytic Code"
2157
- #~ msgstr "Код Google аналитики"
2158
-
2159
- #~ msgid "Use adjusted bounce rate?"
2160
- #~ msgstr "Показатель отказов?"
2161
-
2162
- #~ msgid "Change enqueue order?"
2163
- #~ msgstr "Сортировка скрипта?"
2164
-
2165
- #~ msgid "Disable all display features functionality?"
2166
- #~ msgstr "Отключить все функции для контекстно-медийной сети?"
2167
-
2168
- #~ msgid "Use Anonymize IP? (Required by law for some countries)"
2169
- #~ msgstr ""
2170
- #~ "Использовать анонимный IP-адрес? (Требуется по закону для некоторых стран)"
2171
-
2172
- #~ msgid "Track logged in Administrators?"
2173
- #~ msgstr "Отслеживать, если вы авторизованы под администратором?"
2174
-
2175
- #~ msgid "Remove script from wp-cron?"
2176
- #~ msgstr "Удалить кеширования скрипта из крона?"
2177
-
2178
- #~ msgid "HTML minify"
2179
- #~ msgstr "Html сжатие"
2180
-
2181
- #~ msgid "Redirect Http to Https"
2182
- #~ msgstr "Перенаправление Http на Https"
2183
-
2184
- #~ msgid "Privacy Wordpress"
2185
- #~ msgstr "Приватный Wordpress"
2186
-
2187
- #~ msgid ""
2188
- #~ "This component is to protect your site, Wordpress runs private mode. "
2189
- #~ "Nobody will know that you will use Wordpress!"
2190
- #~ msgstr ""
2191
- #~ "Этот компонент предназначен для защиты вашего сайта, Wordpress работает в "
2192
- #~ "приватном режиме. Никто не будет знать, что вы будете использовать "
2193
- #~ "Wordpress!"
2194
-
2195
- #~ msgid "Code privacy"
2196
- #~ msgstr "Приватный код"
2197
-
2198
- #~ msgid "<strong>Hide WordPress plugins versions</strong>."
2199
- #~ msgstr "<strong>Скрыть версии Wordpress и плагинов</strong>."
2200
-
2201
- #~ msgid "<strong>Google Analytics cache</strong>."
2202
- #~ msgstr "<strong>Кеширование Google аналитики</strong>."
2203
-
2204
- #~ msgid ""
2205
- #~ "To improve Google Page Speed indicators Analytics caching is needed. "
2206
- #~ "However, it can also slightly increase your website loading speed, "
2207
- #~ "because Analytics js files will load locally. The second case that you "
2208
- #~ "might need these settings is the usual Google Analytics connection to "
2209
- #~ "your website. You do not need to do this with other plugins or insert the "
2210
- #~ "tracking code into your theme."
2211
- #~ msgstr ""
2212
- #~ "Кеширование Analytics нужно для улучшения показателей Google Page Speed, "
2213
- #~ "но это также может незначительно повысить скорость загрузки вашего сайта, "
2214
- #~ "потому что js файлы Analytics будут подгружаться локально. Второй случай, "
2215
- #~ "когда вам могут понадобиться эти настройки — обычное подключение Google "
2216
- #~ "Analytics к сайту. Вам не нужно делать это с помощью других плагинов или "
2217
- #~ "просто вставлять код отслеживания в вашу тему."
2218
-
2219
- #~ msgid ""
2220
- #~ "If you enable this option, the plugin will begin to save a local copy of "
2221
- #~ "Google Analytics to speed up the loading of your website and improve "
2222
- #~ "Google Page Speed."
2223
- #~ msgstr ""
2224
- #~ "Если включить эту опцию, плагин начнет сохранять локальную копию Google "
2225
- #~ "Analytics, чтобы ускорить загрузку вашего сайта и улучшить показатели "
2226
- #~ "Google Page speed. ВНИМАНИЕ! Перед использованием этой опции, удалите "
2227
- #~ "ранее установленный код Google Analytics в вашей теме или плагины, "
2228
- #~ "связанные с этой функцией!"
2229
-
2230
- #~ msgid ""
2231
- #~ "ATTENTION! Before using this option, remove the previously installed "
2232
- #~ "Google Analytics code inside your theme or plugins associated with this "
2233
- #~ "feature!"
2234
- #~ msgstr ""
2235
- #~ "ВНИМАНИЕ! Перед использованием этой опции, удалите ранее установленный "
2236
- #~ "код Google Analytics в вашей теме или плагины, связанные с этой функцией!"
2237
-
2238
- #~ msgid "Set the Google Analytics tracking code."
2239
- #~ msgstr "Установите код отслеживания Google Analytics."
2240
-
2241
- #~ msgid "Save GA in"
2242
- #~ msgstr "Использовать код аналитики в"
2243
-
2244
- #~ msgid "Select location for the Google Analytics code."
2245
- #~ msgstr "Выберите местоположение для кода Google Analytics."
2246
-
2247
- #~ msgid ""
2248
- #~ "Essentially, you set up an event which is triggered after a user spends a "
2249
- #~ "certain amount of time on the landing page, telling Google Analytics not "
2250
- #~ "to count these users as bounces. A user may come to your website, find "
2251
- #~ "all of the information they need (a phone number, for example) and then "
2252
- #~ "leave the site without visiting another page. Without adjusted bounce "
2253
- #~ "rate, such a user would be considered a bounce, even though they had a "
2254
- #~ "successful experience. By defining a time limit after which you can "
2255
- #~ "consider a user to be \"engaged,\" that user would no longer count as a "
2256
- #~ "bounce, and you'd get a more accurate idea of whether they found what "
2257
- #~ "they were looking for."
2258
- #~ msgstr ""
2259
- #~ "По сути, вы настраиваете событие, которое запускается после того, как "
2260
- #~ "пользователь тратит определенное количество времени на целевую страницу, "
2261
- #~ "сообщая Google Analytics не считать этих пользователей как отказы. "
2262
- #~ "Пользователь может зайти на ваш сайт, найти всю необходимую информацию "
2263
- #~ "(например, номер телефона), а затем покинуть сайт, не посещая другую "
2264
- #~ "страницу. Без скорректированного коэффициента отказов такой пользователь "
2265
- #~ "будет считаться отказом, хотя у них был успешный опыт. Определив лимит "
2266
- #~ "времени, после которого вы можете считать пользователя «включенным», этот "
2267
- #~ "пользователь больше не будет считаться отказом, и вы получите более "
2268
- #~ "точное представление о том, нашли ли они то, что искали."
2269
-
2270
- #~ msgid ""
2271
- #~ "By default, Google Analytics code is loaded before other scripts and "
2272
- #~ "javasscript code, but if you set the value to 100, the GA code will be "
2273
- #~ "loaded after all other scripts. By changing the priority, you can set "
2274
- #~ "code position on the page."
2275
- #~ msgstr ""
2276
- #~ "По умолчанию код Google Analytics загружается раньше остальных скриптов и "
2277
- #~ "javasscript кода, но если вы установите к примеру значение 100, то код GA "
2278
- #~ "будет загружен после всех остальных скриптов. Изменяя приоритет, вы "
2279
- #~ "можете задавать положение кода на странице."
2280
-
2281
- #~ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
2282
- #~ msgstr ""
2283
- #~ "Отключить <a href=\"%s\">все функции для контекстно-медийной сети?</a>"
2284
-
2285
- #~ msgid ""
2286
- #~ "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
2287
- #~ msgstr ""
2288
- #~ "Использовать <a href=\"%s\">анонимный IP-адрес?</a> (Требуется по закону "
2289
- #~ "для некоторых стран)"
2290
-
2291
- #~ msgid ""
2292
- #~ "Clearfy creates a cron job to daily update Google Analytics cache "
2293
- #~ "scripts. After enabling this option, the plugin will not update Google "
2294
- #~ "Analytics cache file. Do not use this option if you do not understand why "
2295
- #~ "you need it!"
2296
- #~ msgstr ""
2297
- #~ "Плагин создает cron задание, чтобы ежедневно обновлять кеш скриптов "
2298
- #~ "Google Analytics. После включения этой опции, плагин не будет обновлять "
2299
- #~ "кэш файл Google Analytics. Не используйте эту опцию, если вы не "
2300
- #~ "понимаете, для чего вам это нужно!"
2301
-
2302
- #~ msgid "Html Minify"
2303
- #~ msgstr "Html сжатие"
2304
-
2305
- #~ msgid ""
2306
- #~ "<strong>Make your website’s markup look professional by using Minify HTML "
2307
- #~ "options</strong>."
2308
- #~ msgstr ""
2309
- #~ "<strong>Уменьшите вес ваших страниц, за счет удаления лишнего мусора, "
2310
- #~ "пробелов и комментариев.</strong>."
2311
-
2312
- #~ msgid ""
2313
- #~ "Ever look at the HTML markup of your website and notice how sloppy and "
2314
- #~ "amateurish it looks? The Minify HTML options cleans up sloppy looking "
2315
- #~ "markup and minifies, which also speeds up download time."
2316
- #~ msgstr ""
2317
- #~ "Вы когда-нибудь видели HTML разметку на своем веб-сайте, замечали "
2318
- #~ "насколько она неаккуратна и раздута? Настройки HTML сжатия позволят "
2319
- #~ "грамотно установить правила формирования html разметки, а также "
2320
- #~ "регулировать вес ваших страниц."
2321
-
2322
- #~ msgid ""
2323
- #~ "Reduces the weight of the page by removing line breaks, tabs, spaces, etc."
2324
- #~ msgstr ""
2325
- #~ "Уменьшает вес страницы путем удаления разрывов строк, вкладок, пробелов и "
2326
- #~ "т. Д."
2327
-
2328
- #~ msgid "Minify pages."
2329
- #~ msgstr "Минимизировать страницы."
2330
-
2331
- #~ msgid "Minify inline JavaScript"
2332
- #~ msgstr "Сжимать строчный JavaScript"
2333
-
2334
- #~ msgid "Remove HTML, JavaScript and CSS comments"
2335
- #~ msgstr "Удалять HTML, JavaScript and CSS комментарии"
2336
-
2337
- #~ msgid "Remove XHTML closing tags from HTML5 void elements"
2338
- #~ msgstr "Удалить XHTML закрывающие теги из HTML5 для пустых элементов"
2339
-
2340
- #~ msgid "Remove relative domain from internal URLs"
2341
- #~ msgstr "Удалить относительные домены из внутренних Urls"
2342
-
2343
- #~ msgid "Remove schemes (HTTP: and HTTPS:) from all URLs"
2344
- #~ msgstr "Удалить протоколы (HTTP: и HTTPS:) для всех URLs"
2345
-
2346
- #~ msgid "Support multi-byte UTF-8 encoding (if you see odd characters)"
2347
- #~ msgstr "Поддержка многобайтовой кодировки UTF-8 (для кириллицы)"
2348
-
2349
- #~ msgid "Set the recommened for me"
2350
- #~ msgstr "Установить рекомендуемые для меня"
2351
-
2352
- #~ msgid "Once Weekly"
2353
- #~ msgstr "Один раз в неделю"
2354
-
2355
- #~ msgid "Twice Monthly"
2356
- #~ msgstr "Дважды в месяц"
2357
-
2358
- #~ msgid "Once Monthly"
2359
- #~ msgstr "Один раз в месяц"
2360
-
2361
- #~ msgid "Hide wp-admin"
2362
- #~ msgstr "Скрыть wp-admin"
2363
-
2364
- #~ msgid "Hide Login Page"
2365
- #~ msgstr "Скрыть страницу логина"
2366
-
2367
- #~ msgid "New login page"
2368
- #~ msgstr "Новый адрес страницы логина"
2369
-
2370
- #~ msgid ""
2371
- #~ "We found that you are use the (%s) plugin to change wp-login.php page "
2372
- #~ "address. Please delete it, because Clearfy already contains these "
2373
- #~ "functions and you do not need to use two plugins. If you do not want to "
2374
- #~ "remove (%s) plugin for some reason, please do not use wp-login.php page "
2375
- #~ "address change feature in the Clearfy plugin, to avoid conflicts."
2376
- #~ msgstr ""
2377
- #~ "Мы обнаружили, что вы используете плагин (%s) для изменения адреса "
2378
- #~ "страницы wp-login.php. Пожалуйста удалите его, так как Clearfy уже "
2379
- #~ "содержит эти функции и вам незачем использовать два плагина. Если вы по "
2380
- #~ "каким-то причинам не хотите удалять плагин (%s), пожалуйста не "
2381
- #~ "используйте функции по изменению адреса страницы wp-login.php в плагине "
2382
- #~ "Clearfy, во избежание конфликтов."
2383
-
2384
- #~ msgid ""
2385
- #~ "We found that you are use the (%s) plugin. Please do not use its wp-login."
2386
- #~ "php page address change and the same feature in the Clearfy plugin, to "
2387
- #~ "avoid conflicts."
2388
- #~ msgstr ""
2389
- #~ "Мы обнаружили, что вы используете плагин (%s). Пожалуйста не используйте "
2390
- #~ "его функции по изменению адреса страницы wp-login.php и схожие функции в "
2391
- #~ "плагине Clearfy, во избежание конфликтов."
2392
-
2393
- #~ msgid ""
2394
- #~ "Hi,\n"
2395
- #~ "This is %s plugin. Here is your new WordPress login address:\n"
2396
- #~ "URL: %s"
2397
- #~ msgstr ""
2398
- #~ "Здравствуйте!\n"
2399
- #~ "Это плагин %s. Вы изменили адрес страницы логина на:\n"
2400
- #~ "URL: %s"
2401
-
2402
- #~ msgid "IMPORTANT! Be sure that you wrote down the new login page address"
2403
- #~ msgstr "ВАЖНО! Обязательно запишите новый адрес страницы логина"
2404
-
2405
- #~ msgid ""
2406
- #~ "If unable to access the login/admin section anymore, use the Recovery "
2407
- #~ "Link which reset links to default: \n"
2408
- #~ "%s"
2409
- #~ msgstr ""
2410
- #~ "Если вы больше не можете получить доступ к разделу login/admin, "
2411
- #~ "используйте ссылку восстановления, которая восстанавливает ссылки по "
2412
- #~ "умолчанию: \n"
2413
- #~ "%s"
2414
-
2415
- #~ msgid ""
2416
- #~ "Best Regards,\n"
2417
- #~ "%s"
2418
- #~ msgstr ""
2419
- #~ "С уважением,\n"
2420
- #~ "%s"
2421
-
2422
- #~ msgid "[%s] Your New WP Login!"
2423
- #~ msgstr "[%s] Измен адрес страницы логина!"
2424
-
2425
- #~ msgid ""
2426
- #~ "You entered an incorrect part of the path to your login page. The path to "
2427
- #~ "the login page can not consist only of digits, at least 3 characters, you "
2428
- #~ "must use only the characters [0-9A-z_-]!"
2429
- #~ msgstr ""
2430
- #~ "Вы ввели неправильную часть пути к своей странице входа. Путь к странице "
2431
- #~ "входа не может состоять только из цифр, не менее 3 символов, вы должны "
2432
- #~ "использовать только символы [0-9A-z_-]!"
2433
-
2434
- #~ msgid ""
2435
- #~ "The entered login page name is already used for one of your pages. Try to "
2436
- #~ "choose a different login page name!"
2437
- #~ msgstr ""
2438
- #~ "Введенное имя учетной записи уже используется для одной из ваших страниц. "
2439
- #~ "Попробуйте выбрать другое имя учетной записи!"
2440
-
2441
- #~ msgid "<strong>Protect your admin login</strong>."
2442
- #~ msgstr "<strong>Защитите вашу страницу логина</strong>."
2443
-
2444
- #~ msgid ""
2445
- #~ "Dozens of bots attack your login page at /wp-login.php and /wp-admin/"
2446
- #~ "daily. Bruteforce and want to access your admin panel. Even if you're "
2447
- #~ "sure that you have created a complex and reliable password, this does not "
2448
- #~ "guarantee security and does not relieve your login page load. The easiest "
2449
- #~ "way is to protect the login page by simply changing its address to your "
2450
- #~ "own and unique."
2451
- #~ msgstr ""
2452
- #~ "Десятки ботов ежедневно атакуют вашу страницу логина по адресам /wp-login."
2453
- #~ "php и /wp-admin/, перебирая пароли, желая получить доступ в вашу админ "
2454
- #~ "панель. Даже если вы уверены, что создали сложный и надежный пароль, это "
2455
- #~ "не гарантирует безопасность и не избавляет от нагрузки вашу страницу "
2456
- #~ "логина. Проще всего защитить страницу логина, просто изменив её адрес на "
2457
- #~ "собственный и уникальный."
2458
-
2459
- #~ msgid ""
2460
- #~ "Hides the /wp-admin directory for unauthorized users. If the option is "
2461
- #~ "disabled, when you request the page /wp-admin you will be redirected to "
2462
- #~ "the login page, even if you changed its address. Therefore, for "
2463
- #~ "protection purposes enable this option."
2464
- #~ msgstr ""
2465
- #~ "Скрывает каталог /wp-admin для неавторизованных пользователей. Если опция "
2466
- #~ "отключена, при запросе страницы /wp-admin вы будете перенаправлены на "
2467
- #~ "страницу логина, даже если вы изменили ее адрес. Поэтому в целях защиты, "
2468
- #~ "включите эту опцию."
2469
-
2470
- #~ msgid "Hides the wp-login.php and wp-signup.php pages."
2471
- #~ msgstr "Скрывает страницу wp-login.php, wp-signup.php."
2472
-
2473
- #~ msgid ""
2474
- #~ "Use this option carefully! If you forget the new login page address, you "
2475
- #~ "can not get into the admin panel."
2476
- #~ msgstr ""
2477
- #~ "Используйте эту опцию осторожно, если вы забудете новый адрес страницы "
2478
- #~ "логина, вы не сможете попасть в админ панель."
2479
-
2480
- #~ msgid "Set a new login page name without slash. Example: mysecretlogin"
2481
- #~ msgstr "Задайте новое имя страницы логина без слешей. Пример: mysecretlogin"
2482
-
2483
- #~ msgid ""
2484
- #~ "Search engines perceive these pages as website separate pages, therefore "
2485
- #~ "their content ceases to be unique because of duplication. In addition, "
2486
- #~ "page reference weight is reduced if it has a duplicate. A small number of "
2487
- #~ "duplicated pages will not be a serious problem, but if there are more "
2488
- #~ "than 50% of them - you urgently need to correct the situation."
2489
- #~ msgstr ""
2490
- #~ "Поисковые системы воспринимают эти страницы, как отдельные страницы "
2491
- #~ "сайта, поэтому их наполнение из-за дублирования информации перестает быть "
2492
- #~ "уникальным. Кроме того, понижается ссылочный вес страницы, если она имеет "
2493
- #~ "дубль. Небольшое количество дублированных страниц не станет серьёзной "
2494
- #~ "проблемой, однако если их более 50 процентов - вам срочно нужно "
2495
- #~ "исправлять ситуацию."
2496
-
2497
- #~ msgid "Welcome to Clearfy (1.1.9)"
2498
- #~ msgstr "Вас приветствует Clearfy (1.1.9)"
2499
-
2500
- #~ msgid ""
2501
- #~ "We have moved the plugins menu to the general settings for your comfort. "
2502
- #~ "There are new plugin features. Please go to the plugin page to learn more!"
2503
- #~ msgstr ""
2504
- #~ "Для вашего комфорта мы убрали меню плагина в общие настройки. У плагина "
2505
- #~ "появились новые функции, пожалуйста, ознакомьтесь с ними на странице "
2506
- #~ "плагина!"
2507
-
2508
- #~ msgid "Remove the excess from Clearfy (1.1.9)"
2509
- #~ msgstr "Удалите лишнее из Clearfy (1.1.9)"
2510
-
2511
- #~ msgid ""
2512
- #~ "We have divided plugin features into components. You can turn off unused "
2513
- #~ "plugin functions."
2514
- #~ msgstr ""
2515
- #~ "Мы разделили функции плагина на компоненты, чтобы вы могли отключить не "
2516
- #~ "нужные для вас функции."
2517
-
2518
- #~ msgid "Remove dns-prefetch"
2519
- #~ msgstr "Удалить dns-prefetch"
2520
-
2521
- #~ msgid "Others"
2522
- #~ msgstr "Другие"
2523
-
2524
- #~ msgid "Other useful features."
2525
- #~ msgstr "Другие полезные функции."
2526
-
2527
- #~ msgid ""
2528
- #~ "File names and some titles can have special characters, which can cause "
2529
- #~ "problems when creating permalinks."
2530
- #~ msgstr ""
2531
- #~ "Имена файлов и некоторые заголовки могут иметь специальные символы, что "
2532
- #~ "может вызвать проблемы при создании постоянных ссылок."
2533
-
2534
- #~ msgid ""
2535
- #~ "Removes symbols, spaces, latin and other languages characters from "
2536
- #~ "uploaded files and gives them \"permalink\" structure (clean characters, "
2537
- #~ "only lowercase and dahes)."
2538
- #~ msgstr ""
2539
- #~ "Удаляет символы, пробелы, латинские и другие языки из имен загружаемых "
2540
- #~ "файлов и дает им структуру «permalink» (чистые символы, только строчные "
2541
- #~ "буквы и тире)."
2542
-
2543
- #~ msgid "Code cleaning"
2544
- #~ msgstr "Очистка кода"
2545
-
2546
- #~ msgid ""
2547
- #~ "Since version 4.6.1 in WordPress there are new links in the section %s "
2548
- #~ "this type of: "
2549
- #~ msgstr ""
2550
- #~ "Начиная с версии 4.6.1 в WordPress появляются новые ссылки в секции %s "
2551
- #~ "пример:"
2552
-
2553
- #~ msgid "Removes dns-prefetch links from the %s section"
2554
- #~ msgstr "Удаляет тег link dns-prefetch из секции %s"
2555
-
2556
- #~ msgid "Privacy Settings"
2557
- #~ msgstr "Настройки приватности"
2558
-
2559
- #~ msgid ""
2560
- #~ "We have moved the plugin's menu to the general settings for your comfort. "
2561
- #~ "There are new plugin features. Please go to the plugin page to learn more!"
2562
- #~ msgstr ""
2563
- #~ "Для вашего комфорта мы убрали меню плагина в общие настройки. У плагина "
2564
- #~ "появились новые функции, пожалуйста, ознакомьтесь с ними на странице "
2565
- #~ "плагина!"
2566
-
2567
- #~ msgid ""
2568
- #~ "This is the “One click optimization” solution. Use it if you do not want "
2569
- #~ "to understand the settings or do not understand what settings you need to "
2570
- #~ "use. Use our automatic presets to activate safe plugin settings."
2571
- #~ msgstr ""
2572
- #~ "Это страница быстрой настройки в \"один клик\". Если вы не хотите "
2573
- #~ "разбираться в настройках плагина или вам сложно понять их, то это "
2574
- #~ "отличный способ для вас быстро настроить плагин. Используйте наши шаблоны "
2575
- #~ "ниже, чтобы активировать рекомендованные нами настройки оптимизации."
2576
-
2577
- #~ msgid ""
2578
- #~ "This is the quick plug-in setup mode. Use it if you do not want to "
2579
- #~ "understand the settings or do not understand what settings you need to "
2580
- #~ "use."
2581
- #~ msgstr ""
2582
- #~ "Это режим быстрой настройки плагина. Используйте его, если вы не хотите "
2583
- #~ "разбираться в настройках или не понимаете, какие настройки вам нужны."
2584
-
2585
- #~ msgid "Select mode"
2586
- #~ msgstr "Выберите режим"
2587
-
2588
- #~ msgid ""
2589
- #~ "After selecting the mode, the plug-in automatically activates the "
2590
- #~ "necessary settings for the mode."
2591
- #~ msgstr ""
2592
- #~ "Выбрав режим, плагин автоматически активирует необходимые настройки, для "
2593
- #~ "выполнения этого режима."
2594
-
2595
- #~ msgid "Disable admin notice"
2596
- #~ msgstr "Скрыть уведомления в админ панели"
2597
-
2598
- #~ msgid ""
2599
- #~ "Whenever there’s a major release available, a notification will display "
2600
- #~ "at the top of your admin area, letting you know your version is out-of-"
2601
- #~ "date and you need to update the core code.<br>\n"
2602
- #~ "For many people, this nag can be annoying. And if you developer websites "
2603
- #~ "for clients, you may want to hide it. After all, who wants to let their "
2604
- #~ "clients know their software is old?"
2605
- #~ msgstr ""
2606
- #~ "Всякий раз, когда доступна основная версия плагинов, тем, вы будете "
2607
- #~ "видеть уведомление, что вам необходимо обновить базовый код. Также "
2608
- #~ "некоторые плагины могут выводить уведомления о переходе на премиум версию "
2609
- #~ "или активацию темы.<br>\n"
2610
- #~ "Для многих людей это может быть раздражающим. И если вы создаете веб-"
2611
- #~ "сайты для клиентов, вы можете скрыть их. В конце концов, кто хочет, чтобы "
2612
- #~ "их клиенты знали, что их программное обеспечение устарело?"
2613
-
2614
- #~ msgid "Disable admin notices."
2615
- #~ msgstr "Отключить уведомления администратора"
2616
-
2617
- #~ msgid ""
2618
- #~ "You can disable all plugin updates or choose manual or automatic update "
2619
- #~ "mode."
2620
- #~ msgstr ""
2621
- #~ "Вы можете отключить все обновления плагинов или выбрать режим ручного или "
2622
- #~ "автоматического обновления."
2623
-
2624
- #~ msgid "Recommended Mode"
2625
- #~ msgstr "Рекомендуемый режим"
2626
-
2627
- #~ msgid "Code Clearing"
2628
- #~ msgstr "Очистка кода"
2629
-
2630
- #~ msgid "Security"
2631
- #~ msgstr "Безопасность"
2632
-
2633
- #~ msgid "Seo optimization"
2634
- #~ msgstr "Оптимизация SEO"
2635
-
2636
- #~ msgid "Remove default Widgets"
2637
- #~ msgstr "Удалить виджеты по умолчанию"
2638
-
2639
- #~ msgid ""
2640
- #~ "If your site uses an SSL certificate, check this box to enable "
2641
- #~ "redirection from http to https."
2642
- #~ msgstr ""
2643
- #~ "Если ваш сайт использует сертификат SSL, установите этот флажок, чтобы "
2644
- #~ "включить перенаправление с http на https."
2645
-
2646
- #~ msgid "Puts the redirect from http to https."
2647
- #~ msgstr "Передает перенаправление с http на https."
2648
-
2649
- #~ msgid "Warning! Before activation, make sure your site is open https."
2650
- #~ msgstr ""
2651
- #~ "Внимание! Перед активацией убедитесь, что ваш сайт открывается по https."
2652
-
2653
- #~ msgid "Replace external links in comments on the JavaScript code"
2654
- #~ msgstr "Заменить внешние ссылки в комментариях на JavaScript код"
2655
-
2656
- #~ msgid "Replace external links from comment authors on the JavaScript code"
2657
- #~ msgstr "Заменить внешние ссылки от авторов комментариев на код JavaScript"
2658
-
2659
- #~ msgid "Disable X-Pingback"
2660
- #~ msgstr "Убрать ссылку на X-Pingback и возможность спамить pingback-ами"
2661
-
2662
- #~ msgid "Remove field \"site\" in comment form"
2663
- #~ msgstr "Удаляет поле \"Сайт\" в форме комментариев"
2664
-
2665
- #~ msgid "General"
2666
- #~ msgstr "Основные"
2667
-
2668
- #~ msgid ""
2669
- #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for "
2670
- #~ "the sake of a link to their site?"
2671
- #~ msgstr ""
2672
- #~ "Надоел спам в комментариях? Посетители оставляют «пустые» комментарии "
2673
- #~ "ради ссылки на свой сайт?"
2674
-
2675
- #~ msgid "Removes the \"Site\" field from the comment form."
2676
- #~ msgstr "Убирает поле «Сайт» из формы комментирования."
2677
-
2678
- #~ msgid ""
2679
- #~ "Works with the standard comment form, if the form is manually written in "
2680
- #~ "your theme-it probably will not work!"
2681
- #~ msgstr ""
2682
- #~ "Работает со стандартной формой комментирования, если в Вашей теме форма "
2683
- #~ "прописана вручную - скорей всего не сработает!"
2684
-
2685
- #~ msgid ""
2686
- #~ "Superfluous external links from comments, which can be typed from a dozen "
2687
- #~ "and more for one article, do not bring anything good for promotion."
2688
- #~ msgstr ""
2689
- #~ "Внешние ссылки в комментариях, которых может быть десятки или больше на "
2690
- #~ "одной странице, могут ухудшить продвижение вашего сайта."
2691
-
2692
- #~ msgid "Replaces the links of this kind of %s, on links of this kind %s"
2693
- #~ msgstr ""
2694
- #~ "Заменяет ссылки %s, на span тег и устанавливает переход с помощью "
2695
- #~ "JavaScript %s"
2696
-
2697
- #~ msgid ""
2698
- #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
2699
- #~ "external link. Even nofollow from page weight loss here does not help."
2700
- #~ msgstr ""
2701
- #~ "До 90 процентов комментариев в блоге оставляют ради внешней ссылки. Не "
2702
- #~ "поможет даже nofollow от потери веса страницы."
2703
-
2704
- #~ msgid ""
2705
- #~ "Replaces the links of the authors of comments on the JavaScript code, it "
2706
- #~ "is impossible to distinguish it from usual links."
2707
- #~ msgstr ""
2708
- #~ "Заменяет ссылки авторов комментариев на JavaScript код, его невозможно "
2709
- #~ "отличить от обычной ссылки."
2710
-
2711
- #~ msgid "In some Wordpress topics this may not work."
2712
- #~ msgstr "В некоторых темах Wordpress это может не сработать."
2713
-
2714
- #~ msgid "Disable plugin updates"
2715
- #~ msgstr "Отключить обновления плагинов"
2716
-
2717
- #~ msgid "Disable theme updates"
2718
- #~ msgstr "Отключить обновления тем"
2719
-
2720
- #~ msgid "Disable Automatic Translation Updates"
2721
- #~ msgstr "Отключить автоматические обновления переводов"
2722
-
2723
- #~ msgid "Disable wordPress core updates"
2724
- #~ msgstr "Отключить обновления ядра Wordpress"
2725
-
2726
- #~ msgid "Enable updates for VCS Installations"
2727
- #~ msgstr "Включить обновления для установок VCS"
2728
-
2729
- #~ msgid "Disable all updates"
2730
- #~ msgstr "Отключить обновления"
2731
-
2732
- #~ msgid "Plugin Updates"
2733
- #~ msgstr "Обновления плагина"
2734
-
2735
- #~ msgid "Monual updates"
2736
- #~ msgstr "Ручные"
2737
-
2738
- #~ msgid "Enable auto updates"
2739
- #~ msgstr "Автоматические"
2740
-
2741
- #~ msgid "Disable updates"
2742
- #~ msgstr "Отключить все"
2743
-
2744
- #~ msgid "Theme Updates"
2745
- #~ msgstr "Обновления тем"
2746
-
2747
- #~ msgid ""
2748
- #~ "You can disable all themes updates or choose manual or automatic update "
2749
- #~ "mode."
2750
- #~ msgstr ""
2751
- #~ "Вы можете отключить все обновления тем или выбрать режим ручного или "
2752
- #~ "автоматического обновления."
2753
-
2754
- #~ msgid "WordPress Core Updates"
2755
- #~ msgstr "Базовые обновления Wordpress"
2756
-
2757
- #~ msgid "Disable auto updates"
2758
- #~ msgstr "Отключить автоматические обновления"
2759
-
2760
- #~ msgid "Allow minor auto updates"
2761
- #~ msgstr "Разрешить незначительные автоматические обновления"
2762
-
2763
- #~ msgid "Allow major auto updates"
2764
- #~ msgstr "Разрешить основные автоматические обновления"
2765
-
2766
- #~ msgid "Allow development auto updates"
2767
- #~ msgstr "Разрешить разрабатываемые автоматические обновления"
2768
-
2769
- #~ msgid ""
2770
- #~ "You can disable all core WordPress updates, or disable only automatic "
2771
- #~ "updates. Also you can select the update mode. By default (minor)"
2772
- #~ msgstr ""
2773
- #~ "Вы можете отключить все основные обновления WordPress или отключить "
2774
- #~ "только автоматические обновления. Также вы можете выбрать режим "
2775
- #~ "обновления. По умолчанию (младший)"
2776
-
2777
- #~ msgid ""
2778
- #~ "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
2779
- #~ msgstr ""
2780
- #~ "Основные - автоматически обновления основных версий (4.1, 4.2, 4.3 и т.д)."
2781
-
2782
- #~ msgid ""
2783
- #~ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, "
2784
- #~ "4.1.3).."
2785
- #~ msgstr ""
2786
- #~ "Незначительные - автоматически обновления промежуточных версий (4.1.1, "
2787
- #~ "4.1.2, 4.1.3 и т.д)."
2788
-
2789
- #~ msgid "Development - update automatically to Bleeding Edge releases."
2790
- #~ msgstr "Разрабатываемые - автоматические обновления до финальных выпусков."
2791
-
2792
- #~ msgid ""
2793
- #~ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found "
2794
- #~ "in the WordPress directory"
2795
- #~ msgstr ""
2796
- #~ "Включить автоматическое обновление, даже если папка VCS (.git, .hg, .svn) "
2797
- #~ "была найдена в каталоге WordPress"
2798
-
2799
- #~ msgid "Settings"
2800
- #~ msgstr "Настройки"
2801
-
2802
- #~ msgid "All site Updates"
2803
- #~ msgstr "Все обновления сайта"
2804
-
2805
- #~ msgid "Save settings"
2806
- #~ msgstr "Сохранить настройки"
2807
-
2808
- #~ msgid ""
2809
- #~ "A neutral setting that can not harm your site, but you must be sure that "
2810
- #~ "you need to use it."
2811
- #~ msgstr ""
2812
- #~ "Нейтральная настройка, которая не может нанести вред вашему сайту, но вы "
2813
- #~ "должны быть уверены, что вам нужно ее использовать."
2814
-
2815
- #~ msgid ""
2816
- #~ "When set this option, you must be careful. Plugins and themes may depend "
2817
- #~ "on this function. You must be sure that you can disable this feature for "
2818
- #~ "the site."
2819
- #~ msgstr ""
2820
- #~ "При включении этой настройки, вы должны быть осторожны. Некоторые плагины "
2821
- #~ "и темы могут зависеть от этой функции. Вы должны быть уверены, что эту "
2822
- #~ "функцию можно отключить для сайта."
2823
-
2824
- #~ msgid "Absolutely safe setting, We recommend to use."
2825
- #~ msgstr "Абсолютно безопасная настройка, рекомендуем использовать."
2826
-
2827
- #~ msgid "Hover to the icon to get help for the feature you selected."
2828
- #~ msgstr ""
2829
- #~ "Наведите указатель мыши на значок, чтобы получить справку по выбранной "
2830
- #~ "функции."
2831
-
2832
- #~ msgid "Do you want the plugin to improved and update?"
2833
- #~ msgstr "Вы хотите, чтобы плагин улучшался и обновлялся?"
2834
-
2835
- #~ msgid ""
2836
- #~ "Help the author, leave a review on wordpress.org. Thanks to feedback, I "
2837
- #~ "will know that the plugin is really useful to you and is needed."
2838
- #~ msgstr ""
2839
- #~ "Помогите автору, оставьте отзыв на wordpress.org. Благодаря отзывам, я "
2840
- #~ "буду знать, что плагин действительно полезен для вас и необходим."
2841
-
2842
- #~ msgid "And also write your ideas on how to extend or improve the plugin."
2843
- #~ msgstr ""
2844
- #~ "А также напишите свои идеи о том, как расширить или улучшить плагин."
2845
-
2846
- #~ msgid "Go rate us and push ideas"
2847
- #~ msgstr "Оставить отзыв или поделиться идеей"
2848
-
2849
- #~ msgid "Donation for plug-in development"
2850
- #~ msgstr "Пожертвования на развитие плагина"
2851
-
2852
- #~ msgid "You do not have permission to edit page."
2853
- #~ msgstr "У вас недостаточно прав, для редактирования этой страницы."
2854
-
2855
- #~ msgid "The settings have been updated successfully!"
2856
- #~ msgstr "Настройки были успешно обновлены!"
2857
-
2858
- #~ msgid ""
2859
- #~ "The first item in the toolbar goes wordpress logo and external links to "
2860
- #~ "wordpress.org, WP forums and documentation."
2861
- #~ msgstr ""
2862
- #~ "Первый элемент в панели инструментов идет логотип wordpress и внешние "
2863
- #~ "ссылки на wordpress.org, WP форумах и документации."
2864
-
2865
- #~ msgid "Removes all links to wordpress.org from the toolbar."
2866
- #~ msgstr "Удаляет все ссылки на wordpress.org с панели инструментов."
2867
-
2868
- #~ msgid "Revisions"
2869
- #~ msgstr "Ревизии"
2870
-
2871
- #~ msgid ""
2872
- #~ "Editorial (or revision) in WordPress are long-standing. They allow you to "
2873
- #~ "save a backup copy of the record or page whenever a change is made, and "
2874
- #~ "then view all versions with the ability to restore any of them."
2875
- #~ msgstr ""
2876
- #~ "Редакции (или ревизии) в WordPress, давно. Они позволяют вам сохранить "
2877
- #~ "резервную копию на запись или на страницу всякий раз, когда вы внесли "
2878
- #~ "изменения в редакторе Wordpress. В дальнейшем вы можете просмотреть все "
2879
- #~ "версии с возможностью восстановить любую из них."
2880
-
2881
- #~ msgid "Clearfy - disable unused features"
2882
- #~ msgstr "Clearfy - отключите бесполезные функции"
2883
-
2884
- #~ msgid "Header cleaning"
2885
- #~ msgstr "Очистка кода"
2886
-
2887
- #~ msgid "Save changes"
2888
- #~ msgstr "Сохранить настройки"
2889
-
2890
- #~ msgid ""
2891
- #~ "This page contains additional settings, usually not listed in the "
2892
- #~ "recommended list."
2893
- #~ msgstr ""
2894
- #~ "Эта страница содержит дополнительные параметры, обычно, не перечисленные "
2895
- #~ списке рекомендованных."
2896
-
2897
- #~ msgid ""
2898
- #~ "This page contains the security configuration settings for your site."
2899
- #~ msgstr ""
2900
- #~ "Эта страница содержит параметры конфигурации безопасности для вашего "
2901
- #~ "сайта."
2902
-
2903
- #~ msgid "This page contains settings for setting up duplicate pages."
2904
- #~ msgstr "Эта страница содержит параметры для настройки дублирования страниц."
2905
-
2906
- #~ msgid "On this settings page, you can optimize the source code of the page."
2907
- #~ msgstr ""
2908
- #~ "На этой странице настроек вы можете оптимизировать исходный код страницы."
2909
-
2910
- #~ msgid "On this page you can configure the privacy settings of your site."
2911
- #~ msgstr ""
2912
- #~ "На этой странице вы можете установить настройки приватности для скриптов "
2913
- #~ "на вашем сайте."
2914
-
2915
- #~ msgid "Ok"
2916
- #~ msgstr "Принять"
2917
-
2918
- #~ msgid "This page contains important settings for SEO optimization."
2919
- #~ msgstr "Эта страница содержит важные настройки SEO оптимизации."
2920
-
2921
- #~ msgid "Header section"
2922
- #~ msgstr "Раздел head"
2923
-
2924
- #~ msgid "* Warning! Before activation, make sure your site is open https."
2925
- #~ msgstr ""
2926
- #~ "* Внимание! Перед активацией убедитесь, что ваш сайт открывается по https."
2927
-
2928
- #~ msgid ""
2929
- #~ "You are using the old version of PHP, please update the version of PHP to "
2930
- #~ "5.3 and higher. You must deactivate the \"Clearfy - unused features\" "
2931
- #~ "plugin, since it will not work with the old version of php."
2932
- #~ msgstr ""
2933
- #~ "Вы используете старую версию PHP, пожалуйста, обновите версию PHP до 5.3 "
2934
- #~ "и выше. Вы должны деактивировать плагин «Clearfy - неиспользуемые "
2935
- #~ "функции», так как он не будет работать со старой версией php."
2936
-
2937
- #~ msgid ""
2938
- #~ "You do not have sufficient permissions to activate plugins for this site."
2939
- #~ msgstr ""
2940
- #~ "У вас недостаточно прав для того, чтобы активировать плагины на этом "
2941
- #~ "сайте."
2942
-
2943
- #~ msgid ""
2944
- #~ "* It works with the standard comment form, if in your subject the form is "
2945
- #~ "spelled out manually-most likely it will not work!"
2946
- #~ msgstr ""
2947
- #~ "* Он работает со стандартной формой комментария, если в вашем предмете "
2948
- #~ "форма изложена вручную - скорее всего, она не сработает!"
2949
-
2950
- #~ msgid ""
2951
- #~ "Works with the standard comment form, if the form is manually written in "
2952
- #~ "your theme - it probably will not work!"
2953
- #~ msgstr ""
2954
- #~ "Работает со стандартной формой комментирования, если в Вашей теме форма "
2955
- #~ "прописана вручную - скорей всего не сработает!"
2956
-
2957
- #~ msgid "Urls pack"
2958
- #~ msgstr "URL-адреса"
2959
-
2960
- #~ msgid "Tasks"
2961
- #~ msgstr "Задачи"
2962
-
2963
- #~ msgid ""
2964
- #~ "By default, WordPress generates all types of different RSS feeds for your "
2965
- #~ "site. While RSS feeds can be useful if you are running a blog, businesses "
2966
- #~ "might not always utilize these. Not every site out there has a blog.\n"
2967
- #~ "<br><b>Clearfy</b>: Removes a link to the RSS-feed from the &lt;head&gt; "
2968
- #~ "section, closes and puts the redirect from all RSS-feeds."
2969
- #~ msgstr ""
2970
- #~ "По умолчанию WordPress генерирует различные виды RSS-каналов для вашего "
2971
- #~ "сайта. Иногда RSS-каналы могут быть полезны, если вы используете блог "
2972
- #~ "например, но если у вас обычный одностаничник, то RSS для вас будет "
2973
- #~ "бесполезен. <br><b>Clearfy</b>: Удаляет ссылку на RSS-канал из раздела "
2974
- #~ "&lt;head&gt;, закрывает и ставит перенаправления от всех RSS-каналов."
2975
-
2976
- #~ msgid ""
2977
- #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for "
2978
- #~ "the sake of a link to their site?\n"
2979
- #~ "<br><b>Clearfy</b>: Removes the \"Site\" field from the comment form.\n"
2980
- #~ "<br>--<br><span style=\"color:#dd2b19\"> * Works with the standard "
2981
- #~ "comment form, if the form is manually written in your theme - it probably "
2982
- #~ "will not work!</span>\n"
2983
- #~ msgstr ""
2984
- #~ "Надоел спам в комментариях? Посетители оставляют «пустые» комментарии "
2985
- #~ "ради ссылки на свой сайт?\n"
2986
- #~ "<br><b>Clearfy</b>: Убирает поле «Сайт» из формы комментирования.\n"
2987
- #~ "<br>--<br><span style=\"color:#dd2b19\"> * Работает со стандартной формой "
2988
- #~ "комментирования, если в Вашей теме форма прописана вручную - скорей всего "
2989
- #~ "не сработает!</span>\n"
2990
-
2991
- #~ msgid ""
2992
- #~ "The first item in the toolbar goes wordpress logo and external links to "
2993
- #~ "wordpress.org, WP forums and documentation.\n"
2994
- #~ "\t\t<br><b>Clearfy</b>: Removes all links to wordpress.org from the "
2995
- #~ "toolbar."
2996
- #~ msgstr ""
2997
- #~ "Первый элемент в панели инструментов идет логотип wordpress и внешние "
2998
- #~ "ссылки на wordpress.org, WP форумах и документации.<br><b>Clearfy</b>: "
2999
- #~ "удаляет все ссылки на wordpress.org с панели инструментов."
3000
-
3001
- #~ msgid ""
3002
- #~ "Remove meta generator <span class=\"wbcr-clearfy-recomended-text"
3003
- #~ "\">(Recommended)</span>"
3004
- #~ msgstr ""
3005
- #~ "Удалить meta generator <span class=\"wbcr-clearfy-recomended-text"
3006
- #~ "\">(рекомендуется)</span>"
3007
-
3008
- #~ msgid ""
3009
- #~ "Allows attacker to learn the version of WP installed on the site. This "
3010
- #~ "meta tag has no useful function.\n"
3011
- #~ "<br><b>Clearfy</b>: Removes the meta tag from the &lt;head&gt; section"
3012
- #~ msgstr ""
3013
- #~ "Позволяет злоумышленнику узнать версию Wordpress, установленую на вашем "
3014
- #~ "сайте. Этот мета-тег не несет никакой пользы.<br><b>Clearfy</b>: удаляет "
3015
- #~ "мета-тег из раздел &lt;head&gt;"
3016
-
3017
- #~ msgid ""
3018
- #~ "Hide author login <span class=\"wbcr-clearfy-recomended-text"
3019
- #~ "\">(Recommended)</span>"
3020
- #~ msgstr ""
3021
- #~ "Убрать возможность узнать логин автора<span class=\"wbcr-clearfy-"
3022
- #~ "recomended-text\">(Рекомендовано)</span>"
3023
-
3024
- #~ msgid ""
3025
- #~ "An attacker can find out the author's login, using a similar request to "
3026
- #~ "get your site. mysite.com/?author=1\n"
3027
- #~ "\t\t\t<br><b>Clearfy</b>: Sets the redirect to exclude the possibility of "
3028
- #~ "obtaining a login."
3029
- #~ msgstr ""
3030
- #~ "Злоумышленник может узнать логин автора, с помощью подобного get запроса "
3031
- #~ "mysite.com/?author=1\n"
3032
- #~ "<br><b>Clearfy</b>: Предотвращает возможность узнать логин автора, "
3033
- #~ "устанавливая перенаправление."
3034
-
3035
- #~ msgid ""
3036
- #~ "Hide errors when logging into the site <span class=\"wbcr-clearfy-"
3037
- #~ "recomended-text\">(Recommended)</span>"
3038
- #~ msgstr ""
3039
- #~ "Спрятать ошибки при входе на сайт <span class=\"wbcr-clearfy-recomended-"
3040
- #~ "text\">(Рекомендовано)</span>"
3041
-
3042
- #~ msgid ""
3043
- #~ "WP by default shows whether you entered a wrong login or incorrect "
3044
- #~ "password, which allows attackers to understand if there is a certain user "
3045
- #~ "on the site, and then start searching through the passwords.\n"
3046
- #~ "<br><b>Clearfy</b>: Changes in the text of the error so that attackers "
3047
- #~ "could not find the login."
3048
- #~ msgstr ""
3049
- #~ "Wordpress по умолчанию показывает, ввели ли вы неправильный логин или "
3050
- #~ "неправильный пароль, что дает злоумышленникам понять, существует ли "
3051
- #~ "определенный пользователь на сайте, а после начать перебор паролей.\n"
3052
- #~ "<br><b>Clearfy</b>: Меняет текст ошибки так, чтобы злоумышленники не "
3053
- #~ "смогли подобрать логин."
3054
-
3055
- #~ msgid ""
3056
- #~ "Disable X-Pingback <span class=\"wbcr-clearfy-recomended-text"
3057
- #~ "\">(Recommended)</span>"
3058
- #~ msgstr ""
3059
- #~ "Убрать ссылку на X-Pingback и возможность спамить pingback-ами <span "
3060
- #~ "class=\"wbcr-clearfy-recomended-text\">(Рекомендовано)</span>"
3061
-
3062
- #~ msgid ""
3063
- #~ "A pingback is basically an automated comment that gets created when "
3064
- #~ "another blog links to you. A self-pingback is created when you link to an "
3065
- #~ "article within your own blog. Pingbacks are essentially nothing more than "
3066
- #~ "spam and simply waste resources.\n"
3067
- #~ "\t\t<br><b>Clearfy</b>: Removes the server responses a reference to the "
3068
- #~ "xmlrpc file."
3069
- #~ msgstr ""
3070
- #~ "Pingback по-существу автоматизированных комментарий, который создается, "
3071
- #~ "когда другой блог ссылается на вас. Self-pingback создается, когда вы "
3072
- #~ "оставили ссылку на статью в своем блоге. Pingbacks по существу являются "
3073
- #~ "не более чем спам и пустая трата ресурсов вашего сайта.<br><b>Clearfy</"
3074
- #~ "b>: Удаляет ссылку на xmlrpc-файл и ответ сервера."
3075
-
3076
- #~ msgid ""
3077
- #~ "Remove archives date <span class=\"wbcr-clearfy-recomended-text"
3078
- #~ "\">(Recommended)</span>"
3079
- #~ msgstr ""
3080
- #~ "Удалить архивы дат <span class=\"wbcr-clearfy-recomended-text"
3081
- #~ "\">(Рекомендовано)</span>"
3082
-
3083
- #~ msgid ""
3084
- #~ "Many duplicates in date archives. Imagine, in addition, that your article "
3085
- #~ "will be displayed in the main and in the category, you will still receive "
3086
- #~ "at least 3 duplicates: in archives by year, month and date, for example / "
3087
- #~ "2016/2016/02 / / 2016/02/15.\n"
3088
- #~ "<br><b>Clearfy</b>: Removes all pages with the date archives and puts a "
3089
- #~ "redirect."
3090
- #~ msgstr ""
3091
- #~ "Огромное количество дублей в архивах дат. Представьте, кроме того, что "
3092
- #~ "Ваша статья будет выводиться на главной и в категории, Вы еще получите "
3093
- #~ "как минимум 3 дубля: в архивах по году, месяцу и дате, "
3094
- #~ "например /2016/ /2016/02/ /2016/02/15.\n"
3095
- #~ "<br><b>Clearfy</b>: Удаляет полностью архивы дат и ставит редирект."
3096
-
3097
- #~ msgid ""
3098
- #~ "Remove author archives <span class=\"wbcr-clearfy-recomended-text"
3099
- #~ "\">(Recommended)</span>"
3100
- #~ msgstr ""
3101
- #~ "Удалить архивы автора <span class=\"wbcr-clearfy-recomended-text"
3102
- #~ "\">(Рекомендовано)</span>"
3103
-
3104
- #~ msgid ""
3105
- #~ "If the site is only filled by you - a mandatory item. Allows you to get "
3106
- #~ "rid of duplicates on user archives, for example /author/admin/.\n"
3107
- #~ "<br><b>Clearfy</b>: Removes all pages with the author archives and puts a "
3108
- #~ "redirect."
3109
- #~ msgstr ""
3110
- #~ "Если сайт заполняете только вы - это функция обязательна. Позволяет вам "
3111
- #~ "избавиться от дубликатов страниц автора, например /author/admin /.\n"
3112
- #~ "<br><b>Clearfy</b>: удаляет все страницы из архивов автора и ставит "
3113
- #~ "перенаправление."
3114
-
3115
- #~ msgid ""
3116
- #~ "If you use tags only for the block Similar records, or do not use them at "
3117
- #~ "all - it will be more correct to close them to avoid duplicates.\n"
3118
- #~ "<br><b>Clearfy</b>: Removes all pages with the tag archives and puts a "
3119
- #~ "redirect."
3120
- #~ msgstr ""
3121
- #~ "Если вы используете теги только для виджета \"Похожие записи\", либо не "
3122
- #~ "используете их совсем - правильнее будет их закрыть, чтобы избежать "
3123
- #~ "дублей.\n"
3124
- #~ "<br><b>Clearfy</b>: Ставит редирект со страниц тегов на главную."
3125
-
3126
- #~ msgid ""
3127
- #~ "Remove attachment pages <span class=\"wbcr-clearfy-recomended-text"
3128
- #~ "\">(Recommended)</span>"
3129
- #~ msgstr ""
3130
- #~ "Удалить страницы вложений <span class=\"wbcr-clearfy-recomended-text"
3131
- #~ "\">(Рекомендовано)</span>"
3132
-
3133
- #~ msgid ""
3134
- #~ "Every of the pictures has its own page on the site. Such pages are "
3135
- #~ "successfully indexed and create duplicates. The site can have thousands "
3136
- #~ "of same-type attachment pages.\n"
3137
- #~ "<br><b>Clearfy</b>: Removes attachment pages and puts a redirect."
3138
- #~ msgstr ""
3139
- #~ "Каждая загруженная картинка имеет свою страничку на сайте, состоящую "
3140
- #~ "только из одной картинки. Такие страницы успешно индексируются и создают "
3141
- #~ "дубли. На сайте могут быть тысячи однотипных страниц вложений.\n"
3142
- #~ "<br><b>Clearfy</b>: Удаляет страницы вложений и ставит редирект на запись."
3143
-
3144
- #~ msgid ""
3145
- #~ "Remove post pagination <span class=\"wbcr-clearfy-recomended-text"
3146
- #~ "\">(Recommended)</span>"
3147
- #~ msgstr ""
3148
- #~ "Удалить постраничную навигацию записей <span class=\"wbcr-clearfy-"
3149
- #~ "recomended-text\">(Рекомендовано)</span>"
3150
-
3151
- #~ msgid ""
3152
- #~ "In WordPress, any post can be divided into parts (pages), each part will "
3153
- #~ "have its own address. But this functionality is rarely used, but it can "
3154
- #~ "create trouble for you. For example, you can add a number to the address "
3155
- #~ "of any entry of your blog, /privet-mir/1/ - the post itself will open, "
3156
- #~ "which will be a duplicate. You can substitute any number.\n"
3157
- #~ "<br><b>Clearfy</b>: Removes the pagination from the post and puts a "
3158
- #~ "redirect. Example: /post-name/number"
3159
- #~ msgstr ""
3160
- #~ WordPress любое содержание можно разделить на части (страницы), каждая "
3161
- #~ "часть будет иметь свой собственный адрес. Эта функциональность "
3162
- #~ "используется редко, но это может создать проблемы для вас. Например вы "
3163
- #~ "можете добавить номер в адрес любой записи вашего блога, /hello-world/1/ "
3164
- #~ "- откроет текущую страницу, которая будет дублироваться.\n"
3165
- #~ " <br><b>Clearfy</b>: предотвращает создание пагинации для страницы и "
3166
- #~ "ставит перенаправление на ссылки такого типа: /privet-mir/1/ "
3167
-
3168
- #~ msgid ""
3169
- #~ "Remove ?replytocom <span class=\"wbcr-clearfy-recomended-text"
3170
- #~ "\">(Recommended)</span>"
3171
- #~ msgstr ""
3172
- #~ "Удалить ?replytocom <span class=\"wbcr-clearfy-recomended-text"
3173
- #~ "\">(Рекомендовано)</span>"
3174
-
3175
- #~ msgid ""
3176
- #~ "WordPress adds ?replytocom to the link \"Reply\" in the comments, if you "
3177
- #~ "use hierarchical comments.\n"
3178
- #~ "<br><b>Clearfy</b>: ?relpytocom remove and and puts a redirect."
3179
- #~ msgstr ""
3180
- #~ "WordPress добавляет ?replytocom к ссылке «Ответ» в комментариях, если вы "
3181
- #~ "используете иерархические комментарии.\n"
3182
- #~ "<br><b>Clearfy</b>: удаляет ?relpytocom и ставит перенаправление."
3183
-
3184
- #~ msgid ""
3185
- #~ "Remove REST API Links <span class=\"wbcr-clearfy-recomended-text"
3186
- #~ "\">(Recommended)</span>"
3187
- #~ msgstr ""
3188
- #~ "Удалите остальные API ссылки <span class=\"wbcr-clearfy-recomended-text"
3189
- #~ "\">(рекомендуется)</span>"
3190
-
3191
- #~ msgid ""
3192
- #~ "The WordPress REST API provides API endpoints for WordPress data types "
3193
- #~ "that allow developers to interact with sites remotely by sending and "
3194
- #~ "receiving JSON (JavaScript Object Notation) objects. However, a lot of "
3195
- #~ "sites don’t use this, and therefore in most cases, it is just unnecessary "
3196
- #~ "code.\n"
3197
- #~ "<br><b>Clearfy:</b> Removes REST API link tag from the front end and the "
3198
- #~ "REST API header link from page requests."
3199
- #~ msgstr ""
3200
- #~ "WordPress REST API предоставляет API для работы с WordPress данными, это "
3201
- #~ "позволяет разработчикам взаимодействовать с сайтами удаленно, посредством "
3202
- #~ "отправки и получения данных в формате JSON (JavaScript Object Notation). "
3203
- #~ "Однако многие сайты не используют это, и поэтому в большинстве случаев, "
3204
- #~ "это только ненужный код.\n"
3205
- #~ "<br><b>Clearfy:</b> Отключает REST API и удаляет все ссылки из исходного "
3206
- #~ "кода страницы."
3207
-
3208
- #~ msgid ""
3209
- #~ "Disable Emojis <span class=\"wbcr-clearfy-recomended-text"
3210
- #~ "\">(Recommended)</span>"
3211
- #~ msgstr ""
3212
- #~ "Отключить Emojis (эмоции)<span class=\"wbcr-clearfy-recomended-text"
3213
- #~ "\">(Рекомендовано)</span>"
3214
-
3215
- #~ msgid ""
3216
- #~ "Emojis are fun and all, but if you are aren’t using them they actually "
3217
- #~ "load a JavaScript file (wp-emoji-release.min.js) on every page of your "
3218
- #~ "website. For a lot of businesses, this is not needed and simply adds load "
3219
- #~ "time to your site. So we recommend disabling this.\n"
3220
- #~ "<br><b>Clearfy:</b> Removes WordPress Emojis JavaScript file (wp-emoji-"
3221
- #~ "release.min.js)."
3222
- #~ msgstr ""
3223
- #~ "Emojis это смайлы (эмоции), если вы не используете их на своем сайте, в "
3224
- #~ "исходном коде страницы будет загружаться JavaScript файл (wp-emoji-"
3225
- #~ "release.min.js), на каждой странице вашего веб-сайта. Для многих сайтов "
3226
- #~ "это не требуется и просто увеличивает время загрузки страницы. Поэтому мы "
3227
- #~ "рекомендуем отключить это.\n"
3228
- #~ "<br><b>Clearfy:</b> Удаляет код Emojis из исходного кода страницы"
3229
-
3230
- #~ msgid ""
3231
- #~ "Remove dns-prefetch <span class=\"wbcr-clearfy-recomended-text"
3232
- #~ "\">(Recommended)</span>"
3233
- #~ msgstr ""
3234
- #~ "Удалить dns-prefetch <span class=\"wbcr-clearfy-recomended-text"
3235
- #~ "\">(Рекомендовано)</span>"
3236
-
3237
- #~ msgid ""
3238
- #~ "Since version 4.6.1 in WordPress there are new links in the section &lt;"
3239
- #~ "head&gt; this type of: <code>&lt;link rel=\"dns-prefetch\" href=\"//s.w."
3240
- #~ "org\"&gt;</code>\n"
3241
- #~ "<br><b>Clearfy</b>: Removes dns-prefetch links from the &lt;head&gt; "
3242
- #~ "section"
3243
- #~ msgstr ""
3244
- #~ "Начиная с версии 4.6.1 в WordPress появляются новые ссылки в секции &lt;"
3245
- #~ "head&gt; пример: <code>&lt;link rel=\"dns-prefetch\" href = \"//s.w.org"
3246
- #~ "\"&gt;</code>\n"
3247
- #~ "<br><b>Clearfy</b>: Удаляет ссылки из секции &lt;head&gt;"
3248
-
3249
- #~ msgid ""
3250
- #~ "Remove RSD Link <span class=\"wbcr-clearfy-recomended-text"
3251
- #~ "\">(Recommended)</span>"
3252
- #~ msgstr ""
3253
- #~ "Удаляет RSD ссылку <span class=\"wbcr-clearfy-recomended-text"
3254
- #~ "\">(Рекомендовано)</span>"
3255
-
3256
- #~ msgid ""
3257
- #~ "The above link is used by blog clients. If you edit your site from your "
3258
- #~ "browser then you don’t need this. It is also used by some 3rd party "
3259
- #~ "applications that utilize XML-RPC requests. In most cases, this is just "
3260
- #~ "unnecessary code.<br><code>&lt;link rel=\"EditURI\" type=\"application/rsd"
3261
- #~ "+xml\" title=\"RSD\" href=\"https://yourdomain.com/xmlrpc.php?rsd\"&gt;</"
3262
- #~ "code>\n"
3263
- #~ "<br><b>Clearfy</b>: Remove RSD (Real Simple Discovery) link tag."
3264
- #~ msgstr ""
3265
- #~ "Эта ссылка используется клиентами блога. Если вы редактируете сайт из "
3266
- #~ "вашего браузера, то вам не нужно это. Она также используется в некоторых "
3267
- #~ "приложениях, которые используют XML-RPC-запросы. В большинстве случаев "
3268
- #~ "это только ненужный код.<br> Пример: <code>&lt;link rel=\"EditURI\" type="
3269
- #~ "\"application/rsd+xml\" title=\"RSD\" href=\"https://yourdomain.com/"
3270
- #~ "xmlrpc.php?rsd\"&gt;</code>\n"
3271
- #~ "<br><b>Clearfy</b>: Удаляет RSD link тег"
3272
-
3273
- #~ msgid ""
3274
- #~ "Remove wlwmanifest Link <span class=\"wbcr-clearfy-recomended-text"
3275
- #~ "\">(Recommended)</span>"
3276
- #~ msgstr ""
3277
- #~ "Удалить wlwmanifest Link <span class=\"wbcr-clearfy-recomended-text"
3278
- #~ "\">(рекомендуется)</span>"
3279
-
3280
- #~ msgid ""
3281
- #~ "<code>&lt;link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" "
3282
- #~ "href=\"https://yourdomain.com/wp-includes/wlwmanifest.xml\"&gt;</"
3283
- #~ "code><br>This link is actually used by Windows Live Writer. If you don’t "
3284
- #~ "know use Windows Live Writer, which we are guessing you don’t, this is "
3285
- #~ "just unnecessary code.\n"
3286
- #~ "<br><b>Clearfy</b>: Remove wlwmanifest (Windows Live Writer) link tag."
3287
- #~ msgstr ""
3288
- #~ "<code>&lt;link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" "
3289
- #~ "href=\"https://yourdomain.com/wp-includes/wlwmanifest.xml\"&gt;</"
3290
- #~ "code><br>Эта ссылка используется фактически Windows Live Writer. Если вы "
3291
- #~ "не знаете, как использовать Windows Live Writer, то это только ненужный "
3292
- #~ "код.\n"
3293
- #~ "<br><b>Clearfy</b>: Удаляет тег link wlwmanifest (Windows Live Writer)."
3294
-
3295
- #~ msgid ""
3296
- #~ "Remove Shortlink <span class=\"wbcr-clearfy-recomended-text"
3297
- #~ "\">(Recommended)</span>"
3298
- #~ msgstr ""
3299
- #~ "Удалить короткие ссылки <span class=\"wbcr-clearfy-recomended-text"
3300
- #~ "\">(Рекомендовано)</span>"
3301
-
3302
- #~ msgid ""
3303
- #~ "By default, the following tag shows up in every WordPress install."
3304
- #~ "<br><code>&lt;link rel=\"shortlink\" href=\"https://domain.com?p=712\"&gt;"
3305
- #~ "</code><br>This is used for a shortlink to your pages and posts. However, "
3306
- #~ "if you are already using pretty permalinks, such as domain.com/post, then "
3307
- #~ "there is no reason to keep this, it is just unnecessary code.\n"
3308
- #~ "<br><b>Clearfy</b>: Remove Shortlink link tag."
3309
- #~ msgstr ""
3310
- #~ "По умолчанию следующий тег печатается на каждой странице ваших записей и "
3311
- #~ "страниц.<br><code>&lt;link rel=\"shortlink\" href=\"https://domain.com?"
3312
- #~ "p=712\"&gt;</code><br>Это используется, как короткая ссылка на вашу "
3313
- #~ "статью. Если вы используете постоянные ссылки, то это не нужный код.\n"
3314
- #~ "<br><b>Clearfy</b>: Удаляет тег link shortlink."
3315
-
3316
- #~ msgid ""
3317
- #~ "Remove links to previous, next post <span class=\"wbcr-clearfy-recomended-"
3318
- #~ "text\">(Recommended)</span>"
3319
- #~ msgstr ""
3320
- #~ "Удалить ссылки следующая, предыдущая запись <span class=\"wbcr-clearfy-"
3321
- #~ "recomended-text\">(Рекомендовано)</span>"
3322
-
3323
- #~ msgid ""
3324
- #~ "If you use Wordpress as a CMS, then you can delete these links, they can "
3325
- #~ "only come in handy for a blog.\n"
3326
- #~ "<br><b>Clearfy</b>: Remove the previous and next post links within the "
3327
- #~ "wp_head of your wordpress theme."
3328
- #~ msgstr ""
3329
- #~ "Если вы используете Wordpress как CMS (а не блог), то вы можете удалить "
3330
- #~ "эти ссылки, но для блога они могут быть полезны.<br><b>Clearfy</b>: "
3331
- #~ "Удаляет ссылки предидущая и следующая запись в head вашей темы wordpress."
3332
-
3333
- #~ msgid ""
3334
- #~ "Remove .recentcomments styles <span class=\"wbcr-clearfy-recomended-text"
3335
- #~ "\">(Recommended)</span>"
3336
- #~ msgstr ""
3337
- #~ "Удалить стили .recentcomments <span class=\"wbcr-clearfy-recomended-text"
3338
- #~ "\">(Рекомендовано)</span>"
3339
-
3340
- #~ msgid ""
3341
- #~ "WP by default for the widget \"recent comments\" prescribes in the code "
3342
- #~ "styles that are almost impossible to change, because to them apply! "
3343
- #~ "important.\n"
3344
- #~ "<br><b>Clearfy</b>: Removes .recentcomments styles from head section."
3345
- #~ msgstr ""
3346
- #~ "Wordpress по умолчанию для виджета \"Последние комментари\" прописывает в "
3347
- #~ "стилях код, которые почти невозможно изменить, потому что к ним "
3348
- #~ "применяются значение !important.\n"
3349
- #~ "<br><b>Clearfy</b>: удаляет .recentcomments стили из head секции."
3350
-
3351
- #~ msgid ""
3352
- #~ "Automatically set the alt attribute <span class=\"wbcr-clearfy-recomended-"
3353
- #~ "text\">(Recommended)</span>"
3354
- #~ msgstr ""
3355
- #~ "Автоматически устанавливать атрибут alt <span class=\"wbcr-clearfy-"
3356
- #~ "recomended-text\">(Рекомендовано)</span>"
3357
-
3358
- #~ msgid ""
3359
- #~ "The alt attribute is mandatory, so most SEO experts say. If you missed or "
3360
- #~ "did not fill it at all, it will be automatically assigned and will be "
3361
- #~ "equal to the title of the article.\n"
3362
- #~ "\t\t\t\t<br><b>Clearfy</b>: Replaces the <code>&lt;img scr=\"\" alt="
3363
- #~ "\"\"&gt;</code>, on attribute with an article name <code>&lt;img scr=\"\" "
3364
- #~ "alt=\"Hello world\"&gt;</code>"
3365
- #~ msgstr ""
3366
- #~ "Атрибут alt является обязательным, поэтому большинство SEO экспертов "
3367
- #~ "говорят. Если вы пропустили, или не заполнили его, он будет автоматически "
3368
- #~ "задан из названия статьи.\n"
3369
- #~ "<br><b>Clearfy</b>: Заменяет <code>&lt;img scr=\"\" alt=\"\"&gt;</code>, "
3370
- #~ "на атрибут с названием статьи <code>&lt;img scr=\"\" alt=\"Hello world"
3371
- #~ "\"&gt;</code>"
3372
-
3373
- #~ msgid ""
3374
- #~ "Replace external links in comments on the JavaScript code <span class="
3375
- #~ "\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3376
- #~ msgstr ""
3377
- #~ "Заменить внешние ссылки в комментариях на JavaScript код <span class="
3378
- #~ "\"wbcr-clearfy-recomended-text\">(Рекомендовано)</span>"
3379
-
3380
- #~ msgid ""
3381
- #~ "Superfluous external links from comments, which can be typed from a dozen "
3382
- #~ "and more for one article, do not bring anything good for promotion.\n"
3383
- #~ "<br><b>Clearfy</b>: Replaces the links of this kind of <code>&lt;a href="
3384
- #~ "\"http://yourdomain.com\" rel=\"nofollow\"&gt;example&lt;/a&gt;</code>, "
3385
- #~ "on links of this kind <code>&lt;span class=\"wbcr-clearfy-pseoudo-link\" "
3386
- #~ "data-uri=\"http://yourdomain.com\"&gt;example&lt;/span&gt;</code>"
3387
- #~ msgstr ""
3388
- #~ "Внешние ссылки в комментариях, которых может быть десятки или больше на "
3389
- #~ "одной странице, могут ухудшить продвижение вашего сайта.\n"
3390
- #~ "\n"
3391
- #~ "<br><b>Clearfy</b>: Заменяет ссылки <code>&lt;a href=\"http://yourdomain."
3392
- #~ "com\" rel=\"nofollow\"&gt;example&lt;/a&gt;</code> , на span тег и "
3393
- #~ "устанавливает переход с помощью JavaScript<code>&lt;span class=\"wbcr-"
3394
- #~ "clearfy-pseoudo-link\" data-uri=\"http://yourdomain.com\"&gt;example&lt;/"
3395
- #~ "span&gt;</code>"
3396
-
3397
- #~ msgid ""
3398
- #~ "Replace external links from comment authors on the JavaScript code <span "
3399
- #~ "class=\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3400
- #~ msgstr ""
3401
- #~ "Заменить внешние ссылки от авторов комментариев на код JavaScript <span "
3402
- #~ "class=\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3403
-
3404
- #~ msgid ""
3405
- #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
3406
- #~ "external link. Even nofollow from page weight loss here does not help.\n"
3407
- #~ "<br><b>Clearfy</b>: Replaces the links of the authors of comments on the "
3408
- #~ "JavaScript code, it is impossible to distinguish it from usual links.\n"
3409
- #~ "<br>--<br><i>In some Wordpress topics this may not work.</i>"
3410
- #~ msgstr ""
3411
- #~ "До 90 процентов комментариев в блоге оставляют ради внешней ссылки. Не "
3412
- #~ "поможет даже nofollow от потери веса страницы.\n"
3413
- #~ "<br><b>Clearfy</b>: Заменяет ссылки авторов комментариев на JavaScript "
3414
- #~ "код, его невозможно отличить от обычной ссылки.\n"
3415
- #~ "<br>--<br><i>В некоторых темах Wordpress это может не сработать.</i>"
3416
-
3417
- #~ msgid ""
3418
- #~ "Automatically insert the Last Modified header <span class=\"wbcr-clearfy-"
3419
- #~ "recomended-text\">(Recommended)</span>"
3420
- #~ msgstr ""
3421
- #~ "Автоматически вставлять заголовок Last Modified <span class=\"wbcr-"
3422
- #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3423
-
3424
- #~ msgid ""
3425
- #~ "You can specify a page mask, for example: /s= or /manager/. All pages "
3426
- #~ "that contain the string will be excluded. Each exclude must begin with a "
3427
- #~ "new line."
3428
- #~ msgstr ""
3429
- #~ "Можно указать маску страницы, например: /s = или /manager/. Все страницы, "
3430
- #~ "которые содержат эти строки, будут исключены. Каждое исключение должно "
3431
- #~ "начинаться с новой строки."
3432
-
3433
- #~ msgid ""
3434
- #~ "Return an If-Modified-Since responce <span class=\"wbcr-clearfy-"
3435
- #~ "recomended-text\">(Recommended)</span>"
3436
- #~ msgstr ""
3437
- #~ "Возвращать заголовок If-Modified-Since <span class=\"wbcr-clearfy-"
3438
- #~ "recomended-text\">(Recommended)</span>"
3439
-
3440
- #~ msgid ""
3441
- #~ "Remove duplicate names in breadcrumbs WP SEO by Yoast <span class=\"wbcr-"
3442
- #~ "clearfy-recomended-text\">(Recommended)</span>"
3443
- #~ msgstr ""
3444
- #~ "Удалить дубли имен в хлебных крошках WP SEO Yoast <span class=\"wbcr-"
3445
- #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3446
-
3447
- #~ msgid ""
3448
- #~ "The last element in the breadcrumbs in the Yoast SEO plugin duplicates "
3449
- #~ "the title of the article. Some SEO-specialists consider this duplication "
3450
- #~ "to be superfluous.\n"
3451
- #~ "<br><b>Clearfy</b>: Removes duplication of the name in the breadcrumbs of "
3452
- #~ "the WP SEO plugin from Yoast."
3453
- #~ msgstr ""
3454
- #~ "Последний элемент в хлебных крошках Yoast SEO дублирует название статьи. "
3455
- #~ "Некоторые SEO-специалисты считают это дублирование излишним.\n"
3456
- #~ "<br><b>Clearfy</b>: Удаляет последний элемент в хлебных крошках Yoast SEO."
3457
-
3458
- #~ msgid ""
3459
- #~ "Remove the tag &lt;image:image&gt; from XML site map <span class=\"wbcr-"
3460
- #~ "clearfy-recomended-text\">(Recommended)</span>"
3461
- #~ msgstr ""
3462
- #~ "Удалить тег &lt;image:image&gt; из XML карты сайта <span class=\"wbcr-"
3463
- #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3464
-
3465
- #~ msgid ""
3466
- #~ "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. "
3467
- #~ "it has a specific tag &lt;image:image&gt;.\n"
3468
- #~ "<br><b>Clearfy</b>: Remove the tag &lt;image:image&gt; from XML site map "
3469
- #~ "of the plugin Yoast SEO.\n"
3470
- #~ "<br>--<br><span style=\"color:#dd2b19\">Attention! After activation, turn "
3471
- #~ "off the site map and enable it back to regenerate it.</span>\n"
3472
- #~ "<br><span style=\"color:#dd2b19\">* In older versions of Yoast SEO may "
3473
- #~ "not work - update the plugin Yoast</span>"
3474
- #~ msgstr ""
3475
- #~ "Яндекс вебмастер ругается на стандартной карты XML из плагина Yoast SEO, "
3476
- #~ "из-за определенного тега &lt;image:image&gt;.\n"
3477
- #~ "<br><b>Clearfy</b>: Удаляет тег &lt;image:image&gt; из XML карта сайта "
3478
- #~ "плагин Yoast SEO.\n"
3479
- #~ "<br>--<br><span style=\"color:#dd2b19\">Внимание! После активации, "
3480
- #~ "выключите карту сайта и включите ее обратно, чтобы обновить ее.</span>\n"
3481
- #~ "<br><span style=\"color:#dd2b19\">* В более старых версиях Yoast SEO не "
3482
- #~ "может работать - обновите плагин Yoast SEO</span>"
3483
-
3484
- #~ msgid ""
3485
- #~ "Remove comment from &lt;head&gt; section <span class=\"wbcr-clearfy-"
3486
- #~ "recomended-text\">(Recommended)</span>"
3487
- #~ msgstr ""
3488
- #~ "Удалить комментарии из секции &lt;head&gt; <span class=\"wbcr-clearfy-"
3489
- #~ "recomended-text\">(Рекомендовано)</span>"
3490
-
3491
- #~ msgid ""
3492
- #~ "The Yoast SEO plugin displays a comment of the form &lt;!-- This site is "
3493
- #~ "optimized with the Yoast SEO plugin v3.1.1 - https://yoast.com/wordpress/"
3494
- #~ "plugins/seo/ --&gt; in &lt;head&gt; section\n"
3495
- #~ "<br><b>Clearfy</b>: Removes the Yoast SEO plugin comment of their section "
3496
- #~ "&lt;head&gt;."
3497
- #~ msgstr ""
3498
- #~ "Yoast SEO плагин отображает комментарий формы &lt;!-- This site is "
3499
- #~ "optimized with the Yoast SEO plugin v3.1.1 - https://yoast.com/wordpress/"
3500
- #~ "plugins/seo/ --&gt; в секции &lt;head&gt;\n"
3501
- #~ "<br><b>Clearfy</b>: Удаляет комментрии Yoast SEO из &lt;head&gt; ."
3502
-
3503
- #~ msgid "Exclude pages:</span>"
3504
- #~ msgstr "</span>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: clearfy\n"
4
+ "POT-Creation-Date: 2018-09-06 17:29+0300\n"
5
+ "PO-Revision-Date: 2018-09-06 17:31+0300\n"
6
+ "Last-Translator: alex.kovalevv@gmail.com <alex.kovalevv@gmail.com>\n"
7
+ "Language-Team: Alex Kovalev <alex.kovalevv@gmail.com>\n"
8
+ "Language: ru_RU\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.1.1\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
15
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
16
+ "X-Poedit-SourceCharset: UTF-8\n"
17
+ "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c\n"
18
+ "X-Poedit-SearchPath-0: .\n"
19
+ "X-Poedit-SearchPathExcluded-0: libs\n"
20
+ "X-Poedit-SearchPathExcluded-1: components\n"
21
+ "X-Poedit-SearchPathExcluded-2: cache\n"
22
+
23
+ #: admin/ajax/configurate.php:19 admin/ajax/import-settings.php:21
24
+ #: admin/ajax/install-addons.php:26 admin/ajax/install-addons.php:126
25
+ msgid "You don't have enough capability to edit this information."
26
+ msgstr "У вас недостаточно возможностей для редактирования этой информации."
27
+
28
+ #: admin/ajax/configurate.php:26 admin/ajax/configurate.php:36
29
+ msgid "Undefinded mode."
30
+ msgstr "Неопределенный режим."
31
+
32
+ #: admin/ajax/import-settings.php:28
33
+ msgid "Settings are not defined or do not exist."
34
+ msgstr "Настройки не определены или не существуют."
35
+
36
+ #: admin/ajax/install-addons.php:26
37
+ msgid "Something went wrong."
38
+ msgstr "Что-то пошло не так."
39
+
40
+ #: admin/ajax/install-addons.php:30
41
+ msgid "Required attributes are not passed or empty."
42
+ msgstr "Обязательные атрибуты не переданы и не пусты."
43
+
44
+ #: admin/ajax/install-addons.php:53 admin/ajax/install-addons.php:76
45
+ msgid "You are trying to perform an invalid action."
46
+ msgstr "Вы пытаетесь выполнить недопустимое действие."
47
+
48
+ #: admin/ajax/install-addons.php:109 admin/ajax/update-package.php:55
49
+ msgid "An unknown error occurred during the activation of the component."
50
+ msgstr "При активации компонента произошла неизвестная ошибка."
51
+
52
+ #: admin/ajax/install-addons.php:130
53
+ msgid "Required attribute [component_name] is empty."
54
+ msgstr "Обязательный атрибут [component_name] пуст."
55
+
56
+ #: admin/ajax/update-package.php:27
57
+ msgid "To use premium components, you need activate a license!"
58
+ msgstr ""
59
+ "Чтобы использовать премиум компоненты, вам необходимо активировать лицензию!"
60
+
61
+ #: admin/ajax/update-package.php:27
62
+ msgid "Activate license"
63
+ msgstr "Активировать лицензию"
64
+
65
+ #: admin/ajax/update-package.php:47
66
+ msgid "Configuration updated."
67
+ msgstr "Конфигурация обновлена."
68
+
69
+ #: admin/boot.php:26
70
+ #, php-format
71
+ msgid ""
72
+ "When you deactivate some components, permanent links may work incorrectly. "
73
+ "If this happens, please, <a href=\"%s\">update the permalinks</a>, so you "
74
+ "could complete the deactivation."
75
+ msgstr ""
76
+ "После деактивации некоторых компонентов, ваших постоянные ссылки могут "
77
+ "работать некорректно, пожалуйста, <a href=\"%s\">обновите структуру "
78
+ "постоянных ссылок</a>, чтобы правильно завершить деактивацию компонентов."
79
+
80
+ #: admin/boot.php:99
81
+ #, php-format
82
+ msgid ""
83
+ "We found that you have the plugin %s installed. The functions of this plugin "
84
+ "already exist in %s. Please deactivate plugin %s to avoid conflicts between "
85
+ "plugins functions."
86
+ msgstr ""
87
+ "Мы обнаружили, что у вас установлен плагин %s, функции этого плагина уже "
88
+ "есть в %s. Пожалуйста, деактивируйте плагин %s во избежание конфликтов между "
89
+ "функциями плагинов."
90
+
91
+ #: admin/boot.php:100
92
+ #, php-format
93
+ msgid ""
94
+ "If you do not want to deactivate the plugin %s for some reason, we strongly "
95
+ "recommend do not use the same plugins functions at the same time!"
96
+ msgstr ""
97
+ "Если по какой-то причине вы не хотите деактивировать плагин %s, то мы "
98
+ "настоятельно рекомендуем не использовать похожие функции плагинов "
99
+ "одновременно!"
100
+
101
+ #: admin/boot.php:117
102
+ msgid "Robin image optimizer – saves your money on image optimization!"
103
+ msgstr ""
104
+ "Robin image optimizerсохранит ваши деньги на оптимизации изображений!"
105
+
106
+ #: admin/boot.php:118
107
+ msgid "Our new component!"
108
+ msgstr "Наш новый компонент!"
109
+
110
+ #: admin/boot.php:118
111
+ msgid ""
112
+ "We’ve created a fully free solution for image optimization, which is as good "
113
+ "as the paid products. The plugin optimizes your images automatically, "
114
+ "reducing their weight with no quality loss."
115
+ msgstr ""
116
+ "Мы создали полностью бесплатное решение для оптимизации изображений, ничем "
117
+ "не уступающее платным аналогам. Плагин автоматически оптимизирует ваши "
118
+ "изображения, уменьшая их вес без потери качества. Вы можете узнать больше о "
119
+ "плагине тут:"
120
+
121
+ #: admin/boot.php:124
122
+ msgid "Hide login page (Reloaded) – hides your login page!"
123
+ msgstr "Hide login page (Reloaded) – скроет вашу страницу входа!"
124
+
125
+ #: admin/boot.php:125
126
+ msgid ""
127
+ "Attention! If you’ve ever used features associated with hiding login page, "
128
+ "then, please, re-activate this component."
129
+ msgstr ""
130
+ "Внимание! Если вы использовали функции отвечающие за скрытие страницы входа, "
131
+ "пожалуйста активируйте этот компонент снова."
132
+
133
+ #: admin/boot.php:125
134
+ msgid ""
135
+ "This simple module changes the login page URL to a custom link quickly and "
136
+ "safely. The plugin requires installation."
137
+ msgstr ""
138
+ "Простой модуль, который позволяет вам легко и безопасно изменять URL-адрес "
139
+ "страницы формы входа на свой собственный. Этот компонент теперь требует "
140
+ "установки."
141
+
142
+ #: admin/boot.php:130
143
+ msgid "Hide my wp (Premium) hides your WordPress from hackers and bots!"
144
+ msgstr "Hide my wp (Премиум) скроет ваш Wordpress от хакеров и ботов!"
145
+
146
+ #: admin/boot.php:131
147
+ msgid "Our new component! "
148
+ msgstr "Наш новый компонент! "
149
+
150
+ #: admin/boot.php:131
151
+ msgid ""
152
+ "This premium component helps in hiding your WordPress from hackers and bots. "
153
+ "Basically, it disables identification of your CMS by changing directories "
154
+ "and files names, removing meta data and replacing HTML content which can "
155
+ "provide all information about the platform you use.\n"
156
+ "Most websites can be hacked easily, as hackers and bots know all security "
157
+ "flaws in plugins, themes and the WordPress core. You can secure the website "
158
+ "from the attack by hiding the information the hackers will need.\n"
159
+ msgstr ""
160
+ "Этот премиум компонент позволяет скрыть ваш WordPress от хакеров и ботов. Он "
161
+ "фактически предотвращает обнаружение вашей системы управления контентом "
162
+ "(CMS), подменяя имена директорий и файлов, удаляя мета данные и заменяя html "
163
+ "контент, который может выдать информацию о вашей платформе. Большинство "
164
+ "сайтов легко взламываются, потому что хакеры и боты знают о всех дырах в "
165
+ "безопасности плагинов, тем и самого ядра Wordpress. Вы можете предотвратить "
166
+ "взлом вашего сайта просто скрыв нужную для хакера информацию. \n"
167
+
168
+ #: admin/boot.php:153
169
+ msgid "Welcome to Clearfy!"
170
+ msgstr "Вас приветствует Clearfy 1.3.x!"
171
+
172
+ #: admin/boot.php:154
173
+ msgid "We apologize for the delay in updates!"
174
+ msgstr "Мы приносим свои извинения за задержку обновлений!"
175
+
176
+ #: admin/boot.php:155
177
+ msgid ""
178
+ "Our team has spent a lot of time designing new, useful, and the most "
179
+ "important – free! – features of the Clearfy plugin! "
180
+ msgstr ""
181
+ "Наша команда потратила много времени на создание новых, полезных, а главное "
182
+ "бесплатных функций для плагина Clearfy! И вот наступил момент, когда вы "
183
+ "можете их попробовать"
184
+
185
+ #: admin/boot.php:156
186
+ msgid "Now it is time to try it."
187
+ msgstr "И вот наступил момент, когда вы можете их попробовать."
188
+
189
+ #: admin/boot.php:212
190
+ msgid "Images optimization"
191
+ msgstr "Оптимизация изображений"
192
+
193
+ #: admin/boot.php:253 admin/pages/license.php:258
194
+ msgid "Activation Clearfy Business"
195
+ msgstr "Активировать Clearfy Бизнес"
196
+
197
+ #: admin/boot.php:257 admin/pages/license.php:260
198
+ msgid ""
199
+ "<b>Clearfy Business</b> is a paid package of components for the popular free "
200
+ "WordPress plugin named Clearfy. You get access to all paid components at one "
201
+ "price."
202
+ msgstr ""
203
+ "Clearfy Bussines это платный пакет компонентов для популярного WordPress "
204
+ "плагина Clearfy, который поставляется бесплатно. Вы покупаете доступ ко всем "
205
+ "платным компонентам плагина по одной цене. "
206
+
207
+ #: admin/boot.php:259 admin/pages/license.php:262
208
+ msgid ""
209
+ "Paid license guarantees that you can download and update existing and future "
210
+ "paid components of the plugin."
211
+ msgstr ""
212
+ "После покупки лицензии, вы имеете возможность скачивать и обновлять все "
213
+ "платные компоненты плагина, которые существуют на момент покупки и которые "
214
+ "будут выпущены в будущем. "
215
+
216
+ #: admin/boot.php:262
217
+ #, php-format
218
+ msgid "Upgrade to Clearfy Business for $%s"
219
+ msgstr "Обновится до Clearfy Бизнес за $%s"
220
+
221
+ #: admin/includes/classes/class.install-plugins-button.php:359
222
+ msgid "Activate"
223
+ msgstr "Включить"
224
+
225
+ #: admin/includes/classes/class.install-plugins-button.php:360
226
+ msgid "Install"
227
+ msgstr "Установить"
228
+
229
+ #: admin/includes/classes/class.install-plugins-button.php:361
230
+ msgid "Deactivate"
231
+ msgstr "Отключить"
232
+
233
+ #: admin/includes/classes/class.install-plugins-button.php:362
234
+ msgid "Delete"
235
+ msgstr "Удалить"
236
+
237
+ #: admin/includes/classes/class.install-plugins-button.php:363
238
+ msgid "Please wait..."
239
+ msgstr "Пожалуйста, подождите..."
240
+
241
+ #: admin/includes/classes/class.install-plugins-button.php:364
242
+ msgid "Preparation..."
243
+ msgstr "Подготовка..."
244
+
245
+ #: admin/includes/classes/class.install-plugins-button.php:365
246
+ msgid "Read more"
247
+ msgstr "Подробнее"
248
+
249
+ #: admin/includes/classes/class.pages.php:54
250
+ msgid "Business"
251
+ msgstr "Бизнес"
252
+
253
+ #: admin/includes/options.php:18 admin/pages/performance-google.php:92
254
+ msgid "Google Fonts asynchronous"
255
+ msgstr "Загружать Google Fonts асинхронно"
256
+
257
+ #: admin/includes/options.php:23 admin/pages/performance-google.php:102
258
+ msgid "Disable Google Fonts"
259
+ msgstr "Отключить Google шрифты"
260
+
261
+ #: admin/includes/options.php:28 admin/pages/performance-google.php:130
262
+ msgid "Remove iframe Google maps"
263
+ msgstr "Удалить Google карты (iframe)"
264
+
265
+ #: admin/includes/options.php:33 admin/pages/performance-google.php:140
266
+ msgid "Exclude pages from Disable Google Maps filter"
267
+ msgstr "Не отключать Google карты на установленных страницах"
268
+
269
+ #: admin/includes/options.php:39 admin/pages/performance-google.php:113
270
+ msgid "Disable Google maps"
271
+ msgstr "Отключить Google карты"
272
+
273
+ #: admin/includes/options.php:45 admin/pages/performance.php:164
274
+ msgid "Removing XFN (XHTML Friends Network) Profile Link"
275
+ msgstr "Удалить профиль XFN (XHTML Friends Network)"
276
+
277
+ #: admin/includes/options.php:50 admin/pages/performance.php:216
278
+ msgid "Font Awesome asynchronous"
279
+ msgstr "Асинхронный Fontawesome"
280
+
281
+ #: admin/includes/options.php:55 admin/pages/performance.php:226
282
+ msgid "Disable Dashicons"
283
+ msgstr "Отключить Wordpress иконки (для фронтенда)"
284
+
285
+ #: admin/includes/options.php:60 admin/pages/performance.php:236
286
+ msgid "Disable gravatars"
287
+ msgstr "Отключить граватары"
288
+
289
+ #: admin/includes/options.php:65 admin/pages/performance.php:106
290
+ msgid "Remove REST API Links"
291
+ msgstr "Отключить Rest API"
292
+
293
+ #: admin/includes/options.php:70 admin/pages/performance.php:116
294
+ msgid "Disable Emojis"
295
+ msgstr "Отключить Emojis (эмоции)"
296
+
297
+ #: admin/includes/options.php:81 admin/pages/performance.php:155
298
+ msgid "Remove RSD Link"
299
+ msgstr "Удаляет RSD ссылку"
300
+
301
+ #: admin/includes/options.php:86 admin/pages/performance.php:176
302
+ msgid "Remove wlwmanifest Link"
303
+ msgstr "Удалить wlwmanifest Link"
304
+
305
+ #: admin/includes/options.php:91 admin/pages/performance.php:186
306
+ msgid "Remove Shortlink"
307
+ msgstr "Удалить короткие ссылки"
308
+
309
+ #: admin/includes/options.php:96 admin/pages/performance.php:196
310
+ msgid "Remove links to previous, next post"
311
+ msgstr "Удалить ссылки следующая, предыдущая запись"
312
+
313
+ #: admin/includes/options.php:101 admin/pages/performance.php:206
314
+ msgid "Remove .recentcomments styles"
315
+ msgstr "Удалить стили .recentcomments"
316
+
317
+ #: admin/includes/options.php:107 admin/pages/seo.php:76
318
+ msgid "Automatically set the alt attribute"
319
+ msgstr "Автоматически устанавливать атрибут alt"
320
+
321
+ #: admin/includes/options.php:112 admin/pages/seo.php:115
322
+ msgid "Automatically insert the Last Modified header"
323
+ msgstr "Автоматически вставлять заголовок Last Modified"
324
+
325
+ #: admin/includes/options.php:117 admin/pages/seo.php:146
326
+ msgid "Return an If-Modified-Since responce"
327
+ msgstr "Возвращать заголовок If-Modified-Since"
328
+
329
+ #: admin/includes/options.php:122 admin/pages/seo.php:160
330
+ msgid "Remove duplicate names in breadcrumbs WP SEO by Yoast"
331
+ msgstr "Удалить дубли имен в хлебных крошках WP SEO Yoast"
332
+
333
+ #: admin/includes/options.php:127 admin/pages/seo.php:170
334
+ #, php-format
335
+ msgid "Remove the tag %s from XML site map"
336
+ msgstr "Удаляет тег %s из XML карты сайта плагин Yoast SEO."
337
+
338
+ #: admin/includes/options.php:134 admin/pages/seo.php:188
339
+ msgid "Disable JSON-LD sitelinks searchbox"
340
+ msgstr "Отключить ссылки JSON-LD"
341
+
342
+ #: admin/includes/options.php:139 admin/pages/seo.php:198
343
+ msgid "Disable Yoast Structured Data"
344
+ msgstr "Отключить структурирование данных"
345
+
346
+ #: admin/includes/options.php:144 admin/pages/seo.php:223
347
+ #, php-format
348
+ msgid "Remove comment from %s section"
349
+ msgstr "Удалить комментарии из секции %s"
350
+
351
+ #: admin/includes/options.php:149 admin/pages/seo-double-pages.php:93
352
+ msgid "Remove archives date"
353
+ msgstr "Удалить архивы дат"
354
+
355
+ #: admin/includes/options.php:154 admin/pages/seo-double-pages.php:103
356
+ msgid "Remove author archives "
357
+ msgstr "Удалить архивы автора "
358
+
359
+ #: admin/includes/options.php:159 admin/pages/seo-double-pages.php:113
360
+ msgid "Remove archives tag"
361
+ msgstr "Удалить метки архивов"
362
+
363
+ #: admin/includes/options.php:164 admin/pages/seo-double-pages.php:123
364
+ msgid "Remove attachment pages"
365
+ msgstr "Удалить страницы вложений"
366
+
367
+ #: admin/includes/options.php:169 admin/pages/seo-double-pages.php:133
368
+ msgid "Remove post pagination"
369
+ msgstr "Удалить постраничную навигацию записей"
370
+
371
+ #: admin/includes/options.php:174 admin/pages/seo-double-pages.php:143
372
+ msgid "Remove ?replytocom"
373
+ msgstr "Удалить ?replytocom"
374
+
375
+ #: admin/includes/options.php:179 admin/pages/defence.php:105
376
+ msgid "Remove meta generator"
377
+ msgstr "Удалить meta generator"
378
+
379
+ #: admin/includes/options.php:184 admin/pages/defence.php:60
380
+ msgid "Hide author login"
381
+ msgstr "Убрать возможность узнать логин автора"
382
+
383
+ #: admin/includes/options.php:189 admin/pages/defence.php:70
384
+ msgid "Hide errors when logging into the site"
385
+ msgstr "Спрятать ошибки при входе на сайт"
386
+
387
+ #: admin/includes/options.php:194 admin/includes/options.php:305
388
+ #: admin/pages/defence.php:131
389
+ msgid "Remove Version from Stylesheet"
390
+ msgstr "Удалить версию у файлов стилей"
391
+
392
+ #: admin/includes/options.php:199 admin/includes/options.php:310
393
+ #: admin/pages/defence.php:120
394
+ msgid "Remove Version from Script"
395
+ msgstr "Удаляет версию у javascript файлов"
396
+
397
+ #: admin/includes/options.php:204 admin/pages/widgets.php:59
398
+ msgid "Remove the \"Pages\" widget"
399
+ msgstr "Удалите виджет \"Страницы\""
400
+
401
+ #: admin/includes/options.php:209 admin/pages/widgets.php:68
402
+ msgid "Remove calendar widget"
403
+ msgstr "Удалить виджет календаря"
404
+
405
+ #: admin/includes/options.php:214 admin/pages/widgets.php:77
406
+ msgid "Remove the \"Cloud of tags\" widget"
407
+ msgstr "Удалите виджет \"Облако тегов\""
408
+
409
+ #: admin/includes/options.php:219 admin/pages/widgets.php:86
410
+ msgid "Remove the \"Archives\" widget"
411
+ msgstr "Удалите виджет \"Архивы\""
412
+
413
+ #: admin/includes/options.php:224 admin/pages/widgets.php:95
414
+ msgid "Remove the \"Links\" widget"
415
+ msgstr "Удалите виджет \"Ссылки\""
416
+
417
+ #: admin/includes/options.php:229 admin/pages/widgets.php:104
418
+ msgid "Remove the \"Meta\" widget"
419
+ msgstr "Удалите виджет \"Мета\""
420
+
421
+ #: admin/includes/options.php:234 admin/pages/widgets.php:113
422
+ msgid "Remove the \"Search\" widget"
423
+ msgstr "Удалите виджет \"Поиск\""
424
+
425
+ #: admin/includes/options.php:239 admin/includes/options.php:259
426
+ #: admin/pages/widgets.php:122
427
+ msgid "Remove the \"Text\" widget"
428
+ msgstr "Удалите виджет \"Текст\""
429
+
430
+ #: admin/includes/options.php:244 admin/pages/widgets.php:131
431
+ msgid "Remove the \"Categories\" widget"
432
+ msgstr "Удалите виджет \"Категории\""
433
+
434
+ #: admin/includes/options.php:249 admin/pages/widgets.php:140
435
+ msgid "Remove the \"Recent Posts\" widget"
436
+ msgstr "Удалите виджет \"Последние записи\""
437
+
438
+ #: admin/includes/options.php:254 admin/pages/widgets.php:149
439
+ msgid "Remove the \"Recent Comments\" widget"
440
+ msgstr "Удалите виджет \"Свежие комментарии\""
441
+
442
+ #: admin/includes/options.php:264 admin/pages/widgets.php:158
443
+ msgid "Remove the \"RSS\" widget"
444
+ msgstr "Удалить виджет \"RSS\""
445
+
446
+ #: admin/includes/options.php:269 admin/pages/widgets.php:167
447
+ msgid "Remove the \"Menu\" widget"
448
+ msgstr "Удалите виджет \"Меню\""
449
+
450
+ #: admin/includes/options.php:274 admin/pages/widgets.php:176
451
+ msgid "Remove the \"Twenty Eleven Ephemera\" widget"
452
+ msgstr "Удалите виджет \"Twenty Eleven Ephemera\""
453
+
454
+ #: admin/includes/options.php:277 admin/includes/options.php:340
455
+ #: admin/pages/advanced.php:223
456
+ msgid "Disable revision"
457
+ msgstr "Отключить ревизии"
458
+
459
+ #: admin/includes/options.php:278 admin/includes/options.php:345
460
+ #: admin/pages/advanced.php:236
461
+ msgid "Limit Post Revisions"
462
+ msgstr "Установить лимит ревизий"
463
+
464
+ #: admin/includes/options.php:279 admin/pages/seo.php:137
465
+ msgid "Exclude pages:"
466
+ msgstr "Исключить страницы:"
467
+
468
+ #: admin/includes/options.php:282 admin/pages/seo.php:86
469
+ msgid "Create right robots.txt"
470
+ msgstr "Создайте правильный robots.txt"
471
+
472
+ #: admin/includes/options.php:287 admin/pages/seo.php:101
473
+ msgid "You can edit the robots.txt file in the box below:"
474
+ msgstr "Вы можете отредактировать файл robots.txt в поле ниже:"
475
+
476
+ #: admin/includes/options.php:290
477
+ msgid "Quick mode"
478
+ msgstr "Быстрый старт"
479
+
480
+ #: admin/includes/options.php:293 admin/pages/performance.php:126
481
+ msgid "Remove jQuery Migrate"
482
+ msgstr "Удалить jQuery Migrate"
483
+
484
+ #: admin/includes/options.php:296 admin/pages/performance.php:136
485
+ msgid "Disable Embeds"
486
+ msgstr "Отключить Embeds"
487
+
488
+ #: admin/includes/options.php:297 admin/pages/performance.php:76
489
+ msgid "Disable RSS feeds"
490
+ msgstr "Отключить RSS каналы"
491
+
492
+ #: admin/includes/options.php:300
493
+ msgid "Removes links to wordpress.org site from the admin bar"
494
+ msgstr "Удаляет ссылки на wordpress.org сайт из панели администратора"
495
+
496
+ #: admin/includes/options.php:315
497
+ msgid "Eclude stylesheet/script file names"
498
+ msgstr "Исключает файлы стилей/сприптов"
499
+
500
+ #: admin/includes/options.php:320
501
+ msgid "Enable Sanitization of WordPress"
502
+ msgstr "Включить Wordpress Sanitization"
503
+
504
+ #: admin/includes/options.php:325 admin/pages/advanced.php:174
505
+ msgid "Disable admin top bar"
506
+ msgstr "Скрыть верхнюю панель администратора"
507
+
508
+ #: admin/includes/options.php:330 admin/pages/advanced.php:192
509
+ msgid "Remove admin bar WP logo"
510
+ msgstr "Удалить логотип Wordpress из админбара"
511
+
512
+ #: admin/includes/options.php:335 admin/pages/advanced.php:202
513
+ msgid "Replace \"Howdy\" text with \"Welcome\""
514
+ msgstr "Заменить текст \"Привет\", на \"Добро пожаловать\""
515
+
516
+ #: admin/includes/options.php:350 admin/pages/advanced.php:260
517
+ msgid "Disable autosave"
518
+ msgstr "Отключить автосохранения"
519
+
520
+ #: admin/includes/options.php:355 admin/pages/advanced.php:270
521
+ msgid "Disable Texturization - Smart Quotes"
522
+ msgstr "Отключить \"Умные кавычки\""
523
+
524
+ #: admin/includes/options.php:360 admin/pages/advanced.php:280
525
+ msgid "Disable capitalization in Wordpress branding"
526
+ msgstr "Отключить верблюжий шрифт в WordPress брендинге"
527
+
528
+ #: admin/includes/options.php:365 admin/pages/advanced.php:290
529
+ msgid "Disable auto inserted paragraphs (i.e. p tags)"
530
+ msgstr "Отключить автоматические параграфы (т.е p теги)"
531
+
532
+ #: admin/includes/options.php:370 admin/pages/advanced.php:105
533
+ msgid "Disable Heartbeat"
534
+ msgstr "Отключить пульсацию Wordpress"
535
+
536
+ #: admin/includes/options.php:375 admin/pages/advanced.php:134
537
+ msgid "Heartbeat frequency"
538
+ msgstr "Интервал пульсации Wordpress"
539
+
540
+ #: admin/includes/options.php:380 admin/pages/defence.php:95
541
+ msgid "Remove html comments"
542
+ msgstr "Удалить html комментарии"
543
+
544
+ #: admin/includes/options.php:385
545
+ msgid "Deactivate preinstall components"
546
+ msgstr "Деактивировать предустановленные компоненты"
547
+
548
+ #: admin/pages/advanced.php:36
549
+ msgid "Advanced"
550
+ msgstr "Дополнительно"
551
+
552
+ #: admin/pages/advanced.php:65
553
+ msgid ""
554
+ "Warning! In the wp-config.php file, a constant WP_POST_REVISIONS is found, "
555
+ "it determines the number of revisions. Delete it so you can change this "
556
+ "value through the admin panel."
557
+ msgstr ""
558
+ "Предупреждение! В файле wp-config.php найдена константа WP_POST_REVISIONS, "
559
+ "она определяет количество ревизий. Удалите ее, чтобы вы могли изменить это "
560
+ "значение через панель администратора."
561
+
562
+ #: admin/pages/advanced.php:82
563
+ msgid "Clearfy options"
564
+ msgstr "Настройки Clearfy"
565
+
566
+ #: admin/pages/advanced.php:82
567
+ msgid ""
568
+ "This group of settings allows you to configure the work of the Clearfy "
569
+ "plugin."
570
+ msgstr "Эта группа настроек позволяет вам настроить работу плагина Clearfy."
571
+
572
+ #: admin/pages/advanced.php:89
573
+ msgid "Disable Clearfy extra menu"
574
+ msgstr "Отключить дополнительное меню Clearfy"
575
+
576
+ #: admin/pages/advanced.php:91
577
+ msgid ""
578
+ "This setting allows you to disable the additional menu of the Clearfy "
579
+ "plugin, in the admin bar. This menu is required to work with the Minify and "
580
+ "Combine and Assets Manager components."
581
+ msgstr ""
582
+ "Этот параметр позволяет отключить дополнительное меню плагина Clearfy в "
583
+ "админ баре. Это меню необходимо для работы с компонентами Minify и Combine "
584
+ "and Assets Manager."
585
+
586
+ #: admin/pages/advanced.php:98
587
+ msgid "Heartbeat"
588
+ msgstr "Пульсация"
589
+
590
+ #: admin/pages/advanced.php:98
591
+ msgid ""
592
+ "The WordPress Heartbeat API uses /wp-admin/admin-ajax.php to run AJAX calls "
593
+ "from the web-browser. While this is great and all it can also cause high CPU "
594
+ "usage and crazy amounts of PHP calls. For example, if you leave your "
595
+ "dashboard open it will keep sending POST requests to this file on a regular "
596
+ "interval, every 15 seconds. Here is an example below of it happening."
597
+ msgstr ""
598
+ "API WordPress использует пульсацию в /wp-admin/admin-ajax.php для запуска "
599
+ "вызовов AJAX из веб-браузера. Хотя это очень полезно, но все же это может "
600
+ "также вызвать высокую загрузку процессора и большое количество обращений к "
601
+ "серверу. Например, если вы оставите свою панель управления открытой, она "
602
+ "будет регулярно отправлять POST-запросы в этот файл через каждые 15 секунд. "
603
+ "Ниже приведен пример ниже."
604
+
605
+ #: admin/pages/advanced.php:107
606
+ msgid "Default"
607
+ msgstr "По умолчанию"
608
+
609
+ #: admin/pages/advanced.php:108
610
+ msgid "Everywhere"
611
+ msgstr "Повсюду"
612
+
613
+ #: admin/pages/advanced.php:109
614
+ msgid "On dashboard page"
615
+ msgstr "В панели инструментов"
616
+
617
+ #: admin/pages/advanced.php:110
618
+ msgid "Only allow when editing Posts/Pages"
619
+ msgstr "Когда редактируете записи/страницы"
620
+
621
+ #: admin/pages/advanced.php:136 admin/pages/advanced.php:238
622
+ msgid "Wordpress default"
623
+ msgstr "Wordpress по умолчанию"
624
+
625
+ #: admin/pages/advanced.php:137 admin/pages/advanced.php:138
626
+ #: admin/pages/advanced.php:139 admin/pages/advanced.php:140
627
+ #: admin/pages/advanced.php:141 admin/pages/advanced.php:142
628
+ #: admin/pages/advanced.php:143 admin/pages/advanced.php:144
629
+ #: admin/pages/advanced.php:145 admin/pages/advanced.php:146
630
+ #: admin/pages/advanced.php:147 admin/pages/advanced.php:148
631
+ #: admin/pages/advanced.php:149 admin/pages/advanced.php:150
632
+ #: admin/pages/advanced.php:151 admin/pages/advanced.php:152
633
+ #: admin/pages/advanced.php:153
634
+ msgid "seconds"
635
+ msgstr "секунды"
636
+
637
+ #: admin/pages/advanced.php:156
638
+ msgid ""
639
+ "Select the heartbeat frequency wordpress. We recommend you 60 seconds, "
640
+ "default is 20 seconds."
641
+ msgstr ""
642
+ "Установите частоту пульсации Wordpress. Мы рекомендуем вам 60 секунд, "
643
+ "значение по умолчанию 20 секунд."
644
+
645
+ #: admin/pages/advanced.php:167
646
+ msgid "Admin bar"
647
+ msgstr "Верхняя панель администратора"
648
+
649
+ #: admin/pages/advanced.php:167
650
+ msgid "In this group of settings, you can manage the adminbar."
651
+ msgstr ""
652
+ "В этой группе настроек вы можете управлять верхней панелью администратора."
653
+
654
+ #: admin/pages/advanced.php:176
655
+ msgid "Default enable"
656
+ msgstr "Включен (по умолчанию)"
657
+
658
+ #: admin/pages/advanced.php:177
659
+ msgid "For all users"
660
+ msgstr "Для всех пользователей"
661
+
662
+ #: admin/pages/advanced.php:180
663
+ msgid "For all users except administrator"
664
+ msgstr "Для всех, кроме администратора"
665
+
666
+ #: admin/pages/advanced.php:184
667
+ msgid ""
668
+ "In some cases, you need to disable the floating top admin panel. You can "
669
+ "disable this panel."
670
+ msgstr ""
671
+ "В некоторых случаях вам необходимо отключить админбар. Вы можете это сделать "
672
+ "с помощью текущей опции."
673
+
674
+ #: admin/pages/advanced.php:184
675
+ msgid "Disable admin top bar."
676
+ msgstr "Отключить верхнюю панель администратора."
677
+
678
+ #: admin/pages/advanced.php:194
679
+ msgid "Enable this if you want to remove wp logo from admin bar."
680
+ msgstr ""
681
+ "Включите это, если вы хотите удалить логотип Wordpress из верхней панели "
682
+ "администратора."
683
+
684
+ #: admin/pages/advanced.php:204
685
+ msgid "Replaces the welcome text in admin bar."
686
+ msgstr "Заменяет текст приветствия в панели администратора."
687
+
688
+ #: admin/pages/advanced.php:216
689
+ msgid "Posts"
690
+ msgstr "Записи"
691
+
692
+ #: admin/pages/advanced.php:216
693
+ msgid "In this group of options, you can manage revisions and post autosave."
694
+ msgstr ""
695
+ "В этой группе опций вы можете управлять ревизиями и автосохранением записей "
696
+ страниц."
697
+
698
+ #: admin/pages/advanced.php:239 admin/pages/advanced.php:240
699
+ #: admin/pages/advanced.php:241 admin/pages/advanced.php:242
700
+ #: admin/pages/advanced.php:243 admin/pages/advanced.php:244
701
+ #: admin/pages/advanced.php:245 admin/pages/advanced.php:246
702
+ #: admin/pages/advanced.php:247 admin/pages/advanced.php:248
703
+ msgid "revisions"
704
+ msgstr "ревизии"
705
+
706
+ #: admin/pages/advanced.php:251
707
+ msgid ""
708
+ "WordPress automatically saves revisions when you are working on posts and "
709
+ "pages. These can begin to add up pretty quick. By default, there is no limit "
710
+ "in place. We have seen posts with over 1,000 revisions. Multiply this by 50 "
711
+ "pages and suddenly you have over 50,000 revisions sitting in your database. "
712
+ "The problem with this is that you will most likely never use them and they "
713
+ "can start slowing down your database as well as using disk space.\n"
714
+ "So we recommend either disabling or limiting your revisions. "
715
+ msgstr ""
716
+ "WordPress автоматически сохраняет изменения, когда вы работаете над "
717
+ "сообщениями и страницами. Они могут начать складываться довольно быстро. По "
718
+ "умолчанию, ограничений нет. Мы видели сообщения с более чем 1000 версиями. "
719
+ "Умножьте это на 50 страниц, и у вас будет более 50 000 исправлений, сидящих "
720
+ "в вашей базе данных. Проблема заключается в том, что вы, скорее всего, "
721
+ "никогда не будете их использовать, и они могут начать замедлять работу вашей "
722
+ "базы данных, а также использовать дисковое пространство.\n"
723
+ "Поэтому мы рекомендуем либо отключать, либо ограничивать ваши изменения."
724
+
725
+ #: admin/pages/advanced.php:262
726
+ msgid ""
727
+ "WordPress by default automatically saves a draft every 60 seconds (1 "
728
+ "minute). There are reasons why you might want to change this."
729
+ msgstr ""
730
+ "WordPress по умолчанию автоматически сохраняет черновик каждые 60 секунд (1 "
731
+ "минута). Есть причины, по которым вы можете изменить это."
732
+
733
+ #: admin/pages/advanced.php:262
734
+ msgid "Disables automatic saving of drafts."
735
+ msgstr "Отключает автоматическое сохранение черновиков."
736
+
737
+ #: admin/pages/advanced.php:272
738
+ msgid ""
739
+ "Function of text formatting. This function makes the text more correct, "
740
+ "readable and visually appealing. But sometimes this function may prevent you "
741
+ "from using certain codes and symbols."
742
+ msgstr ""
743
+ "Функция форматирования текста. Эта функция делает текст более правильным, "
744
+ "читаемым и визуально привлекательным. Но иногда эта функция может помешать "
745
+ "вам использовать определенные коды и символы."
746
+
747
+ #: admin/pages/advanced.php:272
748
+ msgid "Disable Texturization - Smart Quotes."
749
+ msgstr "Отключить умные кавычки"
750
+
751
+ #: admin/pages/advanced.php:282
752
+ msgid ""
753
+ "Replaces the incorrectly written letter \"p\" in the middle of WordPress "
754
+ "(you need to write with the capital P in the middle)."
755
+ msgstr ""
756
+ "Заменяет неправильно написанную букву «p» в середине WordPress (вам нужно "
757
+ "написать ее верхнем регистре P в середине)."
758
+
759
+ #: admin/pages/advanced.php:282
760
+ msgid "Disable capitalization in Wordpress branding."
761
+ msgstr "Отключить верблюжий шрифт в брендинге Wordpress."
762
+
763
+ #: admin/pages/advanced.php:292
764
+ msgid ""
765
+ "Replaces the double shifting of a string to an HTML p ... /p construct, and "
766
+ "a single one on br."
767
+ msgstr ""
768
+ "Заменяет двойное смещение строки на конструкцию HTML p ... / p и одну на br."
769
+
770
+ #: admin/pages/advanced.php:292
771
+ msgid "Disable auto inserted paragraphs."
772
+ msgstr "Отключить автоматически вставленные абзацы."
773
+
774
+ #: admin/pages/components.php:40
775
+ msgid "Components"
776
+ msgstr "Компоненты"
777
+
778
+ #: admin/pages/components.php:129
779
+ msgid "Robin image optimizer"
780
+ msgstr "Оптимизатор изображений"
781
+
782
+ #: admin/pages/components.php:134
783
+ msgid ""
784
+ "Automatic image optimization without any quality loss. No limitations, no "
785
+ "paid plans. The best Wordpress image optimization plugin allows optimizing "
786
+ "any amount of images for free!"
787
+ msgstr ""
788
+ "Автоматически оптимизирует изображения без потери качества. Результатом его "
789
+ "работы будет ускорение сайта и серьезное улучшение показателей GTmetrix, "
790
+ "Pingdom Tools и Google PageSpeed Insights."
791
+
792
+ #: admin/pages/components.php:138
793
+ msgid "Hide login page"
794
+ msgstr "Скрыть страницу входа"
795
+
796
+ #: admin/pages/components.php:143
797
+ msgid ""
798
+ "Hide Login Page is a very light plugin that lets you easily and safely "
799
+ "change the url of the login form page to anything you want."
800
+ msgstr ""
801
+ "Позволяет вам легко и безопасно изменять URL-адрес страницы формы входа на "
802
+ "свой собственный, а также блокировать доступ к директории wp-admin. "
803
+ "Результатом его работы будет повышение безопасности вашего сайта."
804
+
805
+ #: admin/pages/components.php:147
806
+ msgid "Html minify"
807
+ msgstr "Html сжатие"
808
+
809
+ #: admin/pages/components.php:151
810
+ msgid ""
811
+ "Ever look at the HTML markup of your website and notice how sloppy and "
812
+ "amateurish it looks? The Minify HTML options cleans up sloppy looking markup "
813
+ "and minifies, which also speeds up download"
814
+ msgstr ""
815
+ "Удаляет неиспользуемые части кода, символы, комментарии из html кода ваших "
816
+ "страниц. Результатом его работы будет улучшение Html разметки, ускорение "
817
+ "вашего сайта и улучшение безопасности."
818
+
819
+ #: admin/pages/components.php:155
820
+ msgid "Minify and combine (JS, CSS)"
821
+ msgstr "Сжатие и объединение (JS, CSS)"
822
+
823
+ #: admin/pages/components.php:159
824
+ msgid ""
825
+ "Improve your speed score on GTmetrix, Pingdom Tools and Google PageSpeed "
826
+ "Insights by merging and minifying CSS, JavaScript."
827
+ msgstr ""
828
+ "Автоматически объединяет и сжимает CSS, JavaScript скрипты и части кода. "
829
+ "Результатом его работы будет ускорение сайта, серьезное улучшение "
830
+ "показателей GTmetrix, Pingdom Tools и Google PageSpeed Insights."
831
+
832
+ #: admin/pages/components.php:163
833
+ msgid "Google Analytics Cache"
834
+ msgstr "Кеширование Google Аналитки"
835
+
836
+ #: admin/pages/components.php:167
837
+ msgid ""
838
+ "To improve Google Page Speed indicators Analytics caching is needed. "
839
+ "However, it can also slightly increase your website loading speed, because "
840
+ "Analytics js files will load locally."
841
+ msgstr ""
842
+ "Чтобы улучшить показатели скорости страницы Google, требуется кэширование "
843
+ "аналитики. Этот компонент также немного увеличивает скорость загрузки вашего "
844
+ "сайта, поскольку файлы Google Analytics будут загружаться локально."
845
+
846
+ #: admin/pages/components.php:171
847
+ msgid "Updates manager"
848
+ msgstr "Менеджер обновлений"
849
+
850
+ #: admin/pages/components.php:175
851
+ msgid "Disable updates enable auto updates for themes, plugins and WordPress."
852
+ msgstr ""
853
+ "Отключает обновления, включает автообновления плагинов, тем, WordPress."
854
+
855
+ #: admin/pages/components.php:179
856
+ msgid "Comments tools"
857
+ msgstr "Инструменты комментариев"
858
+
859
+ #: admin/pages/components.php:183
860
+ msgid ""
861
+ "Bulk disable and remove comments, disable “Website” field, hides external "
862
+ "links, disable XML-RPC."
863
+ msgstr ""
864
+ "Позволяет массово отключать и удалять комментарии, отключает поле сайт, "
865
+ "скрывает внешние ссылки, отключает XML-RPC."
866
+
867
+ #: admin/pages/components.php:187
868
+ msgid "Widgets tools"
869
+ msgstr "Инструменты для виджетов"
870
+
871
+ #: admin/pages/components.php:191
872
+ msgid "Disable unused widgets such as tag cloud, links, calendar etc."
873
+ msgstr ""
874
+ "Позволяет отключить неиспользуемые виджеты, такие как облако тегов, ссылки, "
875
+ "календарь и т.д."
876
+
877
+ #: admin/pages/components.php:195
878
+ msgid "Asset manager"
879
+ msgstr "Менеджер скриптов"
880
+
881
+ #: admin/pages/components.php:199
882
+ msgid ""
883
+ "Selectively disable unused scripts and styles on the pages of your website."
884
+ msgstr ""
885
+ "Выборочно отключает неиспользуемые скрипты и стили на страницах вашего сайта."
886
+
887
+ #: admin/pages/components.php:203
888
+ msgid "Disable admin notices"
889
+ msgstr "Отключить уведомления"
890
+
891
+ #: admin/pages/components.php:207
892
+ msgid ""
893
+ "Disables admin notices bulk or individually. Collects notices into the admin "
894
+ "bar."
895
+ msgstr ""
896
+ "Отключает уведомления администратора индивидуально или все разом. Собирает "
897
+ "уведомления в админ баре."
898
+
899
+ #: admin/pages/components.php:211
900
+ msgid "Admin bar manager"
901
+ msgstr "Управление админбаром"
902
+
903
+ #: admin/pages/components.php:215
904
+ msgid "Disables admin bar. Allows to change and remove admin bar elements."
905
+ msgstr ""
906
+ "Отключает админ бар. Позволяет изменять и удалять элементы из админбара."
907
+
908
+ #: admin/pages/components.php:219
909
+ msgid "Posts tools"
910
+ msgstr "Инструменты для записей"
911
+
912
+ #: admin/pages/components.php:223
913
+ msgid ""
914
+ "Disable revisions, disable posts autosave, disable smart quotes and disable "
915
+ "auto paragraphs."
916
+ msgstr ""
917
+ "Отключение ревизий, отключение автосохранений записей, отключение «умных "
918
+ "кавычек», отключение автоматических параграфов."
919
+
920
+ #: admin/pages/components.php:227
921
+ msgid "Yoast SEO optimization"
922
+ msgstr "Оптимизация Yoast Seo"
923
+
924
+ #: admin/pages/components.php:231
925
+ msgid "Set of optimization functions for the popular Yoast SEO plugin."
926
+ msgstr "Набор функций для оптимизации популярного плагина Yoast Seo."
927
+
928
+ #: admin/pages/components.php:237
929
+ msgid "Transliteration of Cyrillic alphabet"
930
+ msgstr "Транслитерация кириллицы"
931
+
932
+ #: admin/pages/components.php:241
933
+ msgid ""
934
+ "Converts Cyrillic permalinks of post, pages, taxonomies and media files to "
935
+ "the Latin alphabet. Supports Russian, Ukrainian, Georgian, Bulgarian "
936
+ "languages."
937
+ msgstr ""
938
+ "Конвертирует кириллические постоянные ссылки записей, страниц, таксономий и "
939
+ "медиафайлов в латиницу. Поддерживает Русский, Украинский, Грузинский, "
940
+ "Болгарский языки. Пример: http://site.dev/последние-новости -> http://site."
941
+ "dev/poslednie-novosti."
942
+
943
+ #: admin/pages/components.php:281
944
+ msgid "<strong>Plugin Components</strong>."
945
+ msgstr "<strong>Компоненты плагина</strong>."
946
+
947
+ #: admin/pages/components.php:283
948
+ msgid ""
949
+ "These are components of the plugin bundle. When you activate the plugin, all "
950
+ "the components turned on by default. If you don’t need some function, you "
951
+ "can easily turn it off on this page."
952
+ msgstr ""
953
+ "Это компоненты, входящие в загрузочный пакет плагина. При активации плагина "
954
+ "все компоненты включены по умолчанию. Если какая-то функция вам не нужна, вы "
955
+ "можете легко отключить её на этой странице."
956
+
957
+ #: admin/pages/components.php:329
958
+ msgid "Premium"
959
+ msgstr "Премиум"
960
+
961
+ #: admin/pages/defence.php:34
962
+ msgid "Defence"
963
+ msgstr "Защита"
964
+
965
+ #: admin/pages/defence.php:53
966
+ msgid "<strong>Base settings</strong>."
967
+ msgstr "<strong>Базовый настройки</strong>."
968
+
969
+ #: admin/pages/defence.php:53
970
+ msgid "Basic recommended security settings."
971
+ msgstr "Основные рекомендуемые параметры безопасности."
972
+
973
+ #: admin/pages/defence.php:62
974
+ msgid ""
975
+ "An attacker can find out the author's login, using a similar request to get "
976
+ "your site. mysite.com/?author=1"
977
+ msgstr ""
978
+ "Злоумышленник может узнать логин автора, с помощью подобного get запроса "
979
+ "mysite.com/?author=1"
980
+
981
+ #: admin/pages/defence.php:62
982
+ msgid "Sets the redirect to exclude the possibility of obtaining a login."
983
+ msgstr ""
984
+ "Предотвращает возможность узнать логин автора, устанавливая перенаправление."
985
+
986
+ #: admin/pages/defence.php:72
987
+ msgid ""
988
+ "WP by default shows whether you entered a wrong login or incorrect password, "
989
+ "which allows attackers to understand if there is a certain user on the site, "
990
+ "and then start searching through the passwords."
991
+ msgstr ""
992
+ "Wordpress по умолчанию показывает, ввели ли вы неправильный логин или "
993
+ "неправильный пароль, что дает злоумышленникам понять, существует ли "
994
+ "определенный пользователь на сайте, а после начать перебор паролей."
995
+
996
+ #: admin/pages/defence.php:72
997
+ msgid ""
998
+ "Changes in the text of the error so that attackers could not find the login."
999
+ msgstr ""
1000
+ "Меняет текст ошибки так, чтобы злоумышленники не смогли подобрать логин."
1001
+
1002
+ #: admin/pages/defence.php:80
1003
+ msgid "Disable XML-RPC"
1004
+ msgstr "Отключить XML-RPC"
1005
+
1006
+ #: admin/pages/defence.php:82
1007
+ msgid ""
1008
+ "A pingback is basically an automated comment that gets created when another "
1009
+ "blog links to you. A self-pingback is created when you link to an article "
1010
+ "within your own blog. Pingbacks are essentially nothing more than spam and "
1011
+ "simply waste resources."
1012
+ msgstr ""
1013
+ "Pingback по-существу автоматизированных комментарий, который создается, "
1014
+ "когда другой блог ссылается на вас. Self-pingback создается, когда вы "
1015
+ "оставили ссылку на статью в своем блоге. Pingbacks по существу являются не "
1016
+ "более чем спам и пустая трата ресурсов вашего сайта."
1017
+
1018
+ #: admin/pages/defence.php:82
1019
+ msgid "Removes the server responses a reference to the xmlrpc file."
1020
+ msgstr "Удаляет ссылку на xmlrpc-файл и ответ сервера."
1021
+
1022
+ #: admin/pages/defence.php:88
1023
+ msgid "<strong>Hide WordPress versions</strong>"
1024
+ msgstr "<strong>Скрыть версии WordPress</strong>"
1025
+
1026
+ #: admin/pages/defence.php:88
1027
+ msgid ""
1028
+ "WordPress itself and many plugins shows their version at the public areas of "
1029
+ "your site. An attacker received this information may be aware of the "
1030
+ "vulnerabilities found in the version of the WordPress core or plugins."
1031
+ msgstr ""
1032
+ "Сам WordPress и многие плагины, публикуют свою версию в публичных областях "
1033
+ "вашего сайта. Получив эту информацию, злоумышленник может знать об "
1034
+ "уязвимостях обнаруженных в полученной им версии ядра WordPress или плагинов."
1035
+
1036
+ #: admin/pages/defence.php:97
1037
+ msgid ""
1038
+ "This function will remove all html comments in the source code, except for "
1039
+ "special and hidden comments. This is necessary to hide the version of "
1040
+ "installed plugins."
1041
+ msgstr ""
1042
+ "Эта функция удалит все html-комментарии в исходном коде, за исключением "
1043
+ "специальных и скрытых комментариев. Это необходимо, чтобы скрыть версию "
1044
+ "установленных плагинов."
1045
+
1046
+ #: admin/pages/defence.php:97
1047
+ msgid "Remove html comments in source code."
1048
+ msgstr "Удалить Html комментарии в исходном коде страницы."
1049
+
1050
+ #: admin/pages/defence.php:105 admin/pages/defence.php:120
1051
+ #: admin/pages/defence.php:131 admin/pages/defence.php:148
1052
+ #: admin/pages/seo.php:76 admin/pages/seo.php:115 admin/pages/seo.php:129
1053
+ #: admin/pages/seo.php:146 admin/pages/seo.php:160 admin/pages/seo.php:170
1054
+ #: admin/pages/seo.php:223
1055
+ msgid "Recommended"
1056
+ msgstr "Рекомендовано"
1057
+
1058
+ #: admin/pages/defence.php:107
1059
+ msgid ""
1060
+ "Allows attacker to learn the version of WP installed on the site. This meta "
1061
+ "tag has no useful function."
1062
+ msgstr ""
1063
+ "Позволяет злоумышленнику узнать версию Wordpress, установленую на вашем "
1064
+ "сайте. Этот мета-тег не несет никакой пользы."
1065
+
1066
+ #: admin/pages/defence.php:107
1067
+ #, php-format
1068
+ msgid "Removes the meta tag from the %s section"
1069
+ msgstr "Удаляет мета-тег из раздел %s"
1070
+
1071
+ #: admin/pages/defence.php:113
1072
+ msgid "Remove query strings from static resources"
1073
+ msgstr "Удалить переменные запроса для статических ресурсов"
1074
+
1075
+ #: admin/pages/defence.php:113
1076
+ msgid ""
1077
+ "This funcitons will remove query strings from static resources like CSS & JS "
1078
+ "files inside the HTML <head> element to improve your speed scores in "
1079
+ "services like Pingdom, GTmetrix, PageSpeed and YSlow."
1080
+ msgstr ""
1081
+ "Эти функции удалят строки запроса из статических ресурсов, таких как CSS и "
1082
+ "JS-файлы внутри элемента HTML <head>, чтобы улучшить показатели скорости в "
1083
+ "таких сервисах, как Pingdom, GTmetrix, PageSpeed и YSlow. А также усилить "
1084
+ "безопасность вашего сайта."
1085
+
1086
+ #: admin/pages/defence.php:122 admin/pages/defence.php:133
1087
+ msgid ""
1088
+ "To make it more difficult for others to hack your website you can remove the "
1089
+ "WordPress version number from your site, your css and js. Without that "
1090
+ "number it's not possible to see if you run not the current version to "
1091
+ "exploit bugs from the older versions. <br><br>\n"
1092
+ "\t\t\t\t\tAdditionally it can improve the loading speed of your site, "
1093
+ "because without query strings in the URL the css and js files can be cached."
1094
+ msgstr ""
1095
+ "Активировав эту функцию вы усложните работу злоумышленника. <br><br>Кроме "
1096
+ "того, это может улучшить скорость загрузки вашего сайта, потому что без "
1097
+ "строки запроса в URL-адрес css и js файлов могут быть кэшированы."
1098
+
1099
+ #: admin/pages/defence.php:123
1100
+ msgid ""
1101
+ "Removes wordpress version number from scripts (not logged in user only)."
1102
+ msgstr "Удаляет номер версии из javascript файлов (только для фронтенда)."
1103
+
1104
+ #: admin/pages/defence.php:134
1105
+ msgid ""
1106
+ "Removes the wordpress version number from stylesheets (not logged in user "
1107
+ "only)."
1108
+ msgstr "Удаляет номер версии из файлов стилей стилей (только для фронтенда)."
1109
+
1110
+ #: admin/pages/defence.php:148
1111
+ msgid "Disable remove versions for auth users"
1112
+ msgstr "Не удалять версии для авторизованных пользователей"
1113
+
1114
+ #: admin/pages/defence.php:157
1115
+ msgid "Exclude stylesheet/script file names"
1116
+ msgstr "Исключает файлы стилей/сприптов"
1117
+
1118
+ #: admin/pages/defence.php:159
1119
+ msgid ""
1120
+ "Enter Stylesheet/Script file names to exclude from version removal (each "
1121
+ "exclude file starts with a new line)"
1122
+ msgstr ""
1123
+ "Введите абсолютный путь к файлу, чтобы исключить его из списка файлов у "
1124
+ "которых, будет удалена версия (каждое исключение, должно быть с новой "
1125
+ "строки)."
1126
+
1127
+ #: admin/pages/defence.php:159
1128
+ msgid "Example"
1129
+ msgstr "Например"
1130
+
1131
+ #: admin/pages/license.php:52
1132
+ msgid "License"
1133
+ msgstr "Лицензия"
1134
+
1135
+ #: admin/pages/license.php:139 includes/classes/class.package.php:258
1136
+ msgid "Update in progress..."
1137
+ msgstr "Идет обновление..."
1138
+
1139
+ #: admin/pages/license.php:139
1140
+ msgid "Components have been successfully updated!"
1141
+ msgstr "Компонент был успешно обновлен!"
1142
+
1143
+ #: admin/pages/license.php:139
1144
+ msgid "update now"
1145
+ msgstr "обновить сейчас"
1146
+
1147
+ #: admin/pages/license.php:151
1148
+ msgid "Updates are available for one of the components."
1149
+ msgstr "Для одного из компонентов доступны обновления."
1150
+
1151
+ #: admin/pages/license.php:278
1152
+ #, php-format
1153
+ msgid "Upgrade to Premium for $%s"
1154
+ msgstr "Обновить до премиум за $%s"
1155
+
1156
+ #: admin/pages/license.php:283
1157
+ #, php-format
1158
+ msgid "Your current license for %1$s:"
1159
+ msgstr "Ваша текущая лицензия для %1$s:"
1160
+
1161
+ #: admin/pages/license.php:288
1162
+ msgid "Delete Key"
1163
+ msgstr "Удалить"
1164
+
1165
+ #: admin/pages/license.php:290
1166
+ msgid "Synchronization"
1167
+ msgstr "Синхронизация"
1168
+
1169
+ #: admin/pages/license.php:297
1170
+ #, php-format
1171
+ msgid "(Automatic renewal, every %s"
1172
+ msgstr "(Автоматическое продление, каждый %s"
1173
+
1174
+ #: admin/pages/license.php:306
1175
+ msgid ""
1176
+ "Public License is a GPLv2 compatible license allowing you to change and use "
1177
+ "this version of the plugin for free. Please keep in mind this license covers "
1178
+ "only free edition of the plugin. Premium versions are distributed with other "
1179
+ "type of a license."
1180
+ msgstr ""
1181
+ "Public License это GPLv2-совместимая лицензия, которая позволяет изменять и "
1182
+ "использовать эту версию плагина бесплатно. Пожалуйста, имейте в виду, что "
1183
+ "эта лицензия относиться только к бесплатной редакции плагина. Премимум "
1184
+ "версии плагина распространяются в рамках другой лицензии."
1185
+
1186
+ #: admin/pages/license.php:310
1187
+ msgid ""
1188
+ "You use a paid subscription for the plugin updates. In case you don’t want "
1189
+ "to receive paid updates, please, click <a data-action=\"unsubscribe\" class="
1190
+ "\"wcl-control-btn\" href=\"#\">cancel subscription</a>"
1191
+ msgstr ""
1192
+ "Вы используете платную подписку на обновления плагина, нажмите <a data-"
1193
+ "action=\"unsubscribe\" class=\"wcl-control-btn\" href=\"#\">отменить "
1194
+ "подписку</a>, если вы не хотите больше получать платные обновления"
1195
+
1196
+ #: admin/pages/license.php:315
1197
+ msgid ""
1198
+ "Your license has expired, please extend the license to get updates and "
1199
+ "support."
1200
+ msgstr ""
1201
+ "Срок действия вашей лицензии истек, пожалуйста, продлите лицензию, чтобы "
1202
+ "получать обновления и поддержку."
1203
+
1204
+ #: admin/pages/license.php:323
1205
+ msgid "domain"
1206
+ msgstr "домен"
1207
+
1208
+ #: admin/pages/license.php:327
1209
+ msgid "plan"
1210
+ msgstr "тарифный план"
1211
+
1212
+ #: admin/pages/license.php:331
1213
+ msgid "of"
1214
+ msgstr "до"
1215
+
1216
+ #: admin/pages/license.php:332
1217
+ msgid "active sites"
1218
+ msgstr "активировано"
1219
+
1220
+ #: admin/pages/license.php:337
1221
+ msgid "version"
1222
+ msgstr "версия"
1223
+
1224
+ #: admin/pages/license.php:338
1225
+ msgid "up-to-date"
1226
+ msgstr "текущая версия"
1227
+
1228
+ #: admin/pages/license.php:343
1229
+ msgid "EXPIRED!"
1230
+ msgstr "ИСТЕКЛА!"
1231
+
1232
+ #: admin/pages/license.php:344
1233
+ msgid "please update the key"
1234
+ msgstr "пожалуйста, обновите лицензионный ключ"
1235
+
1236
+ #: admin/pages/license.php:353
1237
+ msgid "day(s)"
1238
+ msgstr "дней"
1239
+
1240
+ #: admin/pages/license.php:355
1241
+ msgid "remained"
1242
+ msgstr "осталось"
1243
+
1244
+ #: admin/pages/license.php:366
1245
+ msgid "Have a key to activate the premium version? Paste it here:"
1246
+ msgstr "Есть ключ для активации премиум версии? Вставьте его здесь:"
1247
+
1248
+ #: admin/pages/license.php:368
1249
+ msgid "Have a key to activate the plugin? Paste it here:"
1250
+ msgstr "Есть ключ для активации плагина? Вставьте его здесь:"
1251
+
1252
+ #: admin/pages/license.php:374
1253
+ msgid "Submit Key"
1254
+ msgstr "Отправить"
1255
+
1256
+ #: admin/pages/license.php:382
1257
+ #, php-format
1258
+ msgid ""
1259
+ "<a href=\"%s\" target=\"_blank\" rel=\"noopener\">Lean more</a> about the "
1260
+ "premium version and get the license key to activate it now!"
1261
+ msgstr ""
1262
+ "Перейдите на <a href=\"%s\" target=\"_blank\" rel=\"noopener\">эту страницу</"
1263
+ "a>, чтобы узнать подробнее как получить лицензионный ключ для премиум версии "
1264
+ "плагина!"
1265
+
1266
+ #: admin/pages/license.php:386
1267
+ #, php-format
1268
+ msgid ""
1269
+ "Can’t find your key? Go to <a href=\"%s\" target=\"_blank\" rel=\"noopener"
1270
+ "\">this page</a> and login using the e-mail address associated with your "
1271
+ "purchase."
1272
+ msgstr ""
1273
+ "Не можете найти свой ключ? Перейдите на <a href=\"%s\" target=\"_blank\" rel="
1274
+ "\"noopener\">эту страницу</a> и авторизуйтесь используя свой email, на "
1275
+ "который вы делали покупку."
1276
+
1277
+ #: admin/pages/performance-google.php:46
1278
+ msgid "Google services"
1279
+ msgstr "Google сервисы"
1280
+
1281
+ #: admin/pages/performance-google.php:85
1282
+ msgid "<strong>Fonts and Maps</strong>."
1283
+ msgstr "<strong>Карты и шрифты</strong>."
1284
+
1285
+ #: admin/pages/performance-google.php:85
1286
+ msgid ""
1287
+ "Google Fonts and Maps strongly affect your website loading speed. Use "
1288
+ "settings below to disable or optimize Google fonts and Maps."
1289
+ msgstr ""
1290
+ "Google шрифты и карты сильно влияют на скорость загрузки вашего сайта. "
1291
+ "Используйте настройки ниже, чтобы отключить или оптимизировать Google шрифты "
1292
+ "и карты."
1293
+
1294
+ #: admin/pages/performance-google.php:94
1295
+ msgid ""
1296
+ "By default, WordPress loads Google fonts synchronously, that is, your page "
1297
+ "will not be fully loaded until Google Fonts are loaded. This algorithm slows "
1298
+ "down the loading of your page and leads to errors when checking the site in "
1299
+ "Google Page Speed. Using this option, your Google Fonts will be loaded after "
1300
+ "your page is fully loaded. This method has a negative — you and visitors of "
1301
+ "your site will see how the font changes while loading a page, from the "
1302
+ "system to the downloadable one."
1303
+ msgstr ""
1304
+ "По умолчанию WordPress загружает шрифты Google синхронно, то есть, ваша "
1305
+ "страница не будет полностью загружена, пока не будут загружены шрифты "
1306
+ "Google. Такой алгоритм работы замедляет загрузку вашей страницы и приводит к "
1307
+ "появлению ошибок при проверке сайта в Google Page Speed. Используя эту "
1308
+ "опцию, ваши шрифты Google будут загружаться после полной загрузки вашей "
1309
+ "страницы. У этого метода есть и минус — вы и посетители сайта будете видеть, "
1310
+ "как меняется шрифт в процессе загрузки страницы с системного на загружаемый."
1311
+
1312
+ #: admin/pages/performance-google.php:104
1313
+ msgid ""
1314
+ "This function stops loading of Open Sans and other fonts used by WordPress "
1315
+ "and bundled themes (Twenty Twelve, Twenty Thirteen, Twenty Fourteen, Twenty "
1316
+ "Fifteen, Twenty Sixteen, Twenty Seventeen) from Google Fonts.\n"
1317
+ "Reasons for not using Google Fonts might be privacy and security, local "
1318
+ "development or production, blocking of Google’s servers, characters not "
1319
+ "supported by font, performance."
1320
+ msgstr ""
1321
+ "Эта функция останавливает загрузку Open Sans и других шрифтов, используемых "
1322
+ "WordPress, и связанных с ним тем (Twenty Twelve, Twenty Thirteen, Twenty "
1323
+ "Fourteen, Twenty Fifteen, Twenty Sixteen, Twenty Seventeen) из сервиса "
1324
+ "Google шрифты.\n"
1325
+ "Причинами не использовать Google шрифты могут быть конфиденциальность и "
1326
+ "безопасность, локальная разработка или отладка, блокировка серверов Google, "
1327
+ "символы, не поддерживаемые шрифтом, производительность."
1328
+
1329
+ #: admin/pages/performance-google.php:115
1330
+ msgid ""
1331
+ "This function stops loading of Google Maps used by some themes or plugins.\n"
1332
+ "Reasons for not using Google Maps might be privacy and security, local "
1333
+ "development or production, blocking of Google’s servers, performance, not "
1334
+ "necessary, etc."
1335
+ msgstr ""
1336
+ "Эта функция останавливает загрузку Карт Google, используемых некоторыми "
1337
+ "темами или плагинами.\n"
1338
+ "Причинами не использования Google карт могут быть конфиденциальность и "
1339
+ "безопасность, локальная разработка или отладка, блокировка серверов Google, "
1340
+ "производительность и т. д."
1341
+
1342
+ #: admin/pages/performance-google.php:132
1343
+ msgid ""
1344
+ "By default, the \"Disable Google Maps\" option removes maps inserted with "
1345
+ "the SCRIPT tag from the page source code. However, you can also cut out all "
1346
+ "maps inserted via the iframe by enabling this option."
1347
+ msgstr ""
1348
+ "По умолчанию, опция \"Отключить карты Google \" удаляет карты с тегом script "
1349
+ "из исходного кода страницы. Однако, вы также можете вырезать все карты, "
1350
+ "вставленные через iframe, включив эту опцию."
1351
+
1352
+ #: admin/pages/performance-google.php:141
1353
+ msgid "Posts or Pages IDs separated by a ,"
1354
+ msgstr "ID записей или страниц, разделенные запятой ,"
1355
+
1356
+ #: admin/pages/performance.php:41
1357
+ msgid "Performance"
1358
+ msgstr "Производительность"
1359
+
1360
+ #: admin/pages/performance.php:69
1361
+ msgid "<strong>Clear the unnecessary scripts</strong>"
1362
+ msgstr "<strong>Очистите неиспользуемые скрипты</strong>"
1363
+
1364
+ #: admin/pages/performance.php:69
1365
+ msgid ""
1366
+ "This set of settings will help you remove unnecessary links and code from "
1367
+ "the head section, as well as reduce your website's pages weight."
1368
+ msgstr ""
1369
+ "Этот набор настроек поможет вам убрать лишние ссылки и код из секции head, а "
1370
+ "также уменьшить вес страниц вашего сайта."
1371
+
1372
+ #: admin/pages/performance.php:78
1373
+ msgid ""
1374
+ "By default, WordPress generates all types of different RSS feeds for your "
1375
+ "site. While RSS feeds can be useful if you are running a blog, businesses "
1376
+ "might not always utilize these. Not every site out there has a blog."
1377
+ msgstr ""
1378
+ "По умолчанию WordPress генерирует различные виды RSS-каналов для вашего "
1379
+ "сайта. Иногда RSS-каналы могут быть полезны, если вы используете блог "
1380
+ "например, но если у вас обычный одностаничник, то RSS для вас будет "
1381
+ "бесполезен. "
1382
+
1383
+ #: admin/pages/performance.php:78
1384
+ #, php-format
1385
+ msgid ""
1386
+ "Removes a link to the RSS-feed from the %s section, closes and puts the "
1387
+ "redirect from all RSS-feeds."
1388
+ msgstr ""
1389
+ "Удаляет ссылку на RSS-канал из раздела %s, закрывает и ставит "
1390
+ "перенаправления от всех RSS-каналов."
1391
+
1392
+ #: admin/pages/performance.php:93
1393
+ msgid "Redirect 301"
1394
+ msgstr "301 редирект"
1395
+
1396
+ #: admin/pages/performance.php:94
1397
+ msgid "Page 404"
1398
+ msgstr "Страница 404"
1399
+
1400
+ #: admin/pages/performance.php:96
1401
+ msgid "Redirect feed requests"
1402
+ msgstr "Перенаправлять запросы с rss лент"
1403
+
1404
+ #: admin/pages/performance.php:97
1405
+ msgid ""
1406
+ "Forward all requests to page 404 or to the main page through 301 redirects."
1407
+ msgstr ""
1408
+ "Переслать все запросы на страницу 404 или на главную страницу через 301 "
1409
+ "переадресацию."
1410
+
1411
+ #: admin/pages/performance.php:108
1412
+ msgid ""
1413
+ "The WordPress REST API provides API endpoints for WordPress data types that "
1414
+ "allow developers to interact with sites remotely by sending and receiving "
1415
+ "JSON (JavaScript Object Notation) objects. However, a lot of sites don’t use "
1416
+ "this, and therefore in most cases, it is just unnecessary code."
1417
+ msgstr ""
1418
+ "WordPress REST API предоставляет API для работы с WordPress данными, это "
1419
+ "позволяет разработчикам взаимодействовать с сайтами удаленно, посредством "
1420
+ "отправки и получения данных в формате JSON (JavaScript Object Notation). "
1421
+ "Однако многие сайты не используют это, и поэтому в большинстве случаев, это "
1422
+ "только ненужный код."
1423
+
1424
+ #: admin/pages/performance.php:108
1425
+ msgid ""
1426
+ "Removes REST API link tag from the front end and the REST API header link "
1427
+ "from page requests."
1428
+ msgstr "Отключает REST API и удаляет все ссылки из исходного кода страницы."
1429
+
1430
+ #: admin/pages/performance.php:118
1431
+ msgid ""
1432
+ "Emojis are fun and all, but if you are aren’t using them they actually load "
1433
+ "a JavaScript file (wp-emoji-release.min.js) on every page of your website. "
1434
+ "For a lot of businesses, this is not needed and simply adds load time to "
1435
+ "your site. So we recommend disabling this."
1436
+ msgstr ""
1437
+ "Emojis это смайлы (эмоции), если вы не используете их на своем сайте, в "
1438
+ "исходном коде страницы будет загружаться JavaScript файл (wp-emoji-release."
1439
+ "min.js), на каждой странице вашего веб-сайта. Для многих сайтов это не "
1440
+ "требуется и просто увеличивает время загрузки страницы. Поэтому мы "
1441
+ "рекомендуем отключить это."
1442
+
1443
+ #: admin/pages/performance.php:118
1444
+ msgid "Removes WordPress Emojis JavaScript file (wp-emoji-release.min.js)."
1445
+ msgstr "Удаляет код Emojis из исходного кода страницы."
1446
+
1447
+ #: admin/pages/performance.php:128
1448
+ msgid ""
1449
+ "They started adding jQuery migrate in WordPress 3.6. Most up-to-date "
1450
+ "frontend code and plugins don’t require jquery-migrate.min.js. In most "
1451
+ "cases, this simply adds unnecessary load to your site. You can see this "
1452
+ "running if you launch Chrome Devtools console."
1453
+ msgstr ""
1454
+ "jQuery миграция появилась в WordPress 3.6. Большинство современных веб-"
1455
+ "интерфейсов и плагинов не требуют jquery-migrate.min.js. В большинстве "
1456
+ "случаев это просто ненужная нагрузка на ваш сайт. "
1457
+
1458
+ #: admin/pages/performance.php:128
1459
+ msgid "Removes jQuery Migrate JavaScript file (jquery-migrate.min.js)."
1460
+ msgstr "Удаляет подключаемый файл (jquery-migrate.min.js)."
1461
+
1462
+ #: admin/pages/performance.php:128
1463
+ msgid "Warning! If there is a broke on your site, disable this option!"
1464
+ msgstr ""
1465
+ "Предупреждение! Если у вас появились проблемы в работе сайта или плагинов, "
1466
+ "отключите эту опцию!"
1467
+
1468
+ #: admin/pages/performance.php:138
1469
+ msgid ""
1470
+ "Embeds were released with WordPress 4.4. This is basically the magic that "
1471
+ "auto converts your YouTube videos, Tweets, and URLs into pretty previews "
1472
+ "while you are editing. However, this actually loads a JavaScript file (wp-"
1473
+ "embed.min.js) on every page of your website. If you don’t care about the "
1474
+ "auto converting preview (which we don’t), you can disable this across your "
1475
+ "site."
1476
+ msgstr ""
1477
+ "Встраиваемые объекты были добавлены в WordPress 4.4. Эта функция "
1478
+ "автоматически преобразуют YouTube, Tweets, и URL-адреса в объекты для "
1479
+ "удобного просмотра (плеер, картинки и т.д.). Для того, чтобы объекты "
1480
+ "автоматически преобразовывались на вашем сайте, на каждой странице "
1481
+ "подключается код JavaScript (wp-embed.min.js). Если вы не используете "
1482
+ "функции автоматического преобразования встраиваемых объектов, то можете "
1483
+ "отключить эту функцию."
1484
+
1485
+ #: admin/pages/performance.php:138
1486
+ msgid "Removes WordPress Embed JavaScript file (wp-embed.min.js)"
1487
+ msgstr ""
1488
+ "Удаляет JavaScript код отвечающий за встраиваемые объекты (wp-embed.min.js)"
1489
+
1490
+ #: admin/pages/performance.php:157
1491
+ msgid ""
1492
+ "The above link is used by blog clients. If you edit your site from your "
1493
+ "browser then you don’t need this. It is also used by some 3rd party "
1494
+ "applications that utilize XML-RPC requests. In most cases, this is just "
1495
+ "unnecessary code."
1496
+ msgstr ""
1497
+ "Эта ссылка используется клиентами блога. Если вы редактируете сайт из вашего "
1498
+ "браузера, то вам не нужно это. Она также используется в некоторых "
1499
+ "приложениях, которые используют XML-RPC-запросы. В большинстве случаев это "
1500
+ "только ненужный код."
1501
+
1502
+ #: admin/pages/performance.php:157
1503
+ msgid "Remove RSD (Real Simple Discovery) link tag."
1504
+ msgstr "Удаляет RSD link тег"
1505
+
1506
+ #: admin/pages/performance.php:166
1507
+ msgid ""
1508
+ "The profile attribute specifies the metadata profile address. Usually, the "
1509
+ "browser recognizes the value of this attribute and executes some conventions "
1510
+ "related to the specified profile. Loading the document itself at the "
1511
+ "specified address does not really happen, moreover, it may not exist at "
1512
+ "all.\n"
1513
+ "In particular, the profile is used for the XFN microformat (XHTML Friends "
1514
+ "Network) - a way of representing relationships between people using links "
1515
+ "and rel attributes with different values. WordPress also actively uses "
1516
+ "profile in its templates.\n"
1517
+ msgstr ""
1518
+ "Атрибут profile указывает адрес профиля метаданных. Обычно браузер "
1519
+ "распознаёт значение этого атрибута и выполняет некоторые соглашения, "
1520
+ "связанные с указанным профилем. Загрузки самого документа по указанному "
1521
+ "адресу в реальности не происходит, более того, его может вообще не "
1522
+ "существовать.\n"
1523
+ "В частности, profile используется для микроформата XFN (XHTML Friends "
1524
+ "Network) — это способ представления отношений между людьми с помощью ссылок "
1525
+ атрибутов rel с разными значениями. WordPress также активно применяет "
1526
+ "profile в своих шаблонах.\n"
1527
+
1528
+ #: admin/pages/performance.php:168
1529
+ msgid "Remove link tag"
1530
+ msgstr "Удалить тег ссылки"
1531
+
1532
+ #: admin/pages/performance.php:178
1533
+ msgid ""
1534
+ "This link is actually used by Windows Live Writer. If you don’t know use "
1535
+ "Windows Live Writer, which we are guessing you don’t, this is just "
1536
+ "unnecessary code."
1537
+ msgstr ""
1538
+ "Эта ссылка используется фактически Windows Live Writer. Если вы не знаете, "
1539
+ "как использовать Windows Live Writer, то это только ненужный код."
1540
+
1541
+ #: admin/pages/performance.php:178
1542
+ msgid "Remove wlwmanifest (Windows Live Writer) link tag."
1543
+ msgstr "Удаляет тег link wlwmanifest (Windows Live Writer)."
1544
+
1545
+ #: admin/pages/performance.php:188
1546
+ #, php-format
1547
+ msgid ""
1548
+ "By default, the following tag shows up in every WordPress install. %s This "
1549
+ "is used for a shortlink to your pages and posts. However, if you are already "
1550
+ "using pretty permalinks, such as domain.com/post, then there is no reason to "
1551
+ "keep this, it is just unnecessary code."
1552
+ msgstr ""
1553
+ "По умолчанию следующий тег печатается на каждой странице ваших записей и "
1554
+ "страниц. %s Это используется, как короткая ссылка на вашу статью. Если вы "
1555
+ "используете постоянные ссылки, то это не нужный код."
1556
+
1557
+ #: admin/pages/performance.php:188
1558
+ msgid "Remove Shortlink link tag."
1559
+ msgstr "Удаляет тег link shortlink."
1560
+
1561
+ #: admin/pages/performance.php:198
1562
+ msgid ""
1563
+ "If you use Wordpress as a CMS, then you can delete these links, they can "
1564
+ "only come in handy for a blog."
1565
+ msgstr ""
1566
+ "Если вы используете Wordpress как CMS (а не блог), то вы можете удалить эти "
1567
+ "ссылки, но для блога они могут быть полезны."
1568
+
1569
+ #: admin/pages/performance.php:198
1570
+ msgid ""
1571
+ "Remove the previous and next post links within the wp_head of your wordpress "
1572
+ "theme."
1573
+ msgstr ""
1574
+ "Удаляет ссылки предидущая и следующая запись в head вашей темы wordpress."
1575
+
1576
+ #: admin/pages/performance.php:208
1577
+ msgid ""
1578
+ "WP by default for the widget \"recent comments\" prescribes in the code "
1579
+ "styles that are almost impossible to change, because to them apply! "
1580
+ "important."
1581
+ msgstr ""
1582
+ "Wordpress по умолчанию для виджета \"Последние комментари\" прописывает в "
1583
+ "стилях код, которые почти невозможно изменить, потому что к ним применяются "
1584
+ "значение !important."
1585
+
1586
+ #: admin/pages/performance.php:208
1587
+ msgid "Removes .recentcomments styles from head section."
1588
+ msgstr "Удаляет .recentcomments стили из head секции."
1589
+
1590
+ #: admin/pages/performance.php:218
1591
+ msgid ""
1592
+ "By default, WordPress loads Font Awesome icons synchronously, that is, your "
1593
+ "page will not be fully loaded until Font Awesome icons are loaded. This "
1594
+ "algorithm slows down the loading of your page and leads to errors when "
1595
+ "checking the site in Google Page Speed. Using this option, your Font Awesome "
1596
+ "icons will be loaded after your page is fully loaded. This method has a "
1597
+ "negative — you and visitors of your site will see changes while loading a "
1598
+ "page, from the placeholders to icons."
1599
+ msgstr ""
1600
+ "По умолчанию WordPress загружает иконки Font Awesome синхронно, то есть, "
1601
+ "ваша страница не будет полностью загружена, пока не будут загружены иконки "
1602
+ "Font Awesome. Такой алгоритм работы замедляет загрузку вашей страницы и "
1603
+ "приводит к появлению ошибок при проверке сайта в Google Page Speed. "
1604
+ "Используя эту опцию, ваши иконки Font Awesome, будут загружаться после "
1605
+ "полной загрузки вашей страницы. У этого метода есть и минус — вы и "
1606
+ "посетители сайта будете видеть изменения в процессе загрузки страницы с "
1607
+ "«кракозябр» вместо иконок на иконки."
1608
+
1609
+ #: admin/pages/performance.php:228
1610
+ msgid ""
1611
+ "Dashicons is the official icon font of the WordPress admin as of 3.8. Some "
1612
+ "of you have requested that we add a feature to remove Dashicons. Some themes "
1613
+ "and developers utilize this (dashicons.min.css) on the front-end of their "
1614
+ "sites."
1615
+ msgstr ""
1616
+ "Dashicons является официальным шрифтом в панели администратора WordPress от "
1617
+ "3,8. Некоторые пользователи попросили добавить функцию удаления Dashicons, "
1618
+ "так как некоторые разработчики не используют (dashicons.min.css) на "
1619
+ "фронтенде своих сайтов. Опция отключает иконки только для фронтенда!"
1620
+
1621
+ #: admin/pages/performance.php:238
1622
+ msgid ""
1623
+ "This function that prevents the user’s gravatar being automatically obtained "
1624
+ "from gravatar.com based on their registered email. This would be useful for "
1625
+ "sites where users require an extra layer of privacy, or if you just want to "
1626
+ "prevent potentially silly or embarrasing avatar accidents.\n"
1627
+ "\t\t\tIf you’re using Identicons or any other generated default avatar, the "
1628
+ "user should keep a consistent avatar unless they change their registered "
1629
+ "email.\n"
1630
+ "\t\t\t"
1631
+ msgstr ""
1632
+ "Эта функция, которая предотвращает автоматическое получение пользователем "
1633
+ "граваторов от gravatar.com на основе зарегистрированного email адреса. Это "
1634
+ "было бы полезно для сайтов, где пользователям нужен дополнительный уровень "
1635
+ "конфиденциальности, или если вы просто хотите предотвратить потенциально "
1636
+ "глупые или неловкие аватары."
1637
+
1638
+ #: admin/pages/quick-start.php:62
1639
+ msgid "Clearfy menu"
1640
+ msgstr "Clearfy меню"
1641
+
1642
+ #: admin/pages/quick-start.php:71
1643
+ msgid "Quick start"
1644
+ msgstr "Быстрый старт"
1645
+
1646
+ #: admin/pages/quick-start.php:109
1647
+ msgid ""
1648
+ "On this page you can quickly configure the plug-in without going into "
1649
+ "details."
1650
+ msgstr ""
1651
+ "На этой странице вы можете быстро настроить плагин, не вдаваясь в "
1652
+ "подробности."
1653
+
1654
+ #: admin/pages/quick-start.php:187
1655
+ msgid "One click code clearing"
1656
+ msgstr "Очистка кода в один клик"
1657
+
1658
+ #: admin/pages/quick-start.php:188
1659
+ msgid "One click security"
1660
+ msgstr "Улучшить безопасность в один клик"
1661
+
1662
+ #: admin/pages/quick-start.php:190
1663
+ msgid "One click seo optimization"
1664
+ msgstr "Оптимизировать SEO в один клик"
1665
+
1666
+ #: admin/pages/quick-start.php:194
1667
+ msgid "One click remove default Widgets"
1668
+ msgstr "Удалить виджеты по умолчанию в один клик"
1669
+
1670
+ #: admin/pages/quick-start.php:204
1671
+ msgid "Reset all settings"
1672
+ msgstr "Сбросить все настройки"
1673
+
1674
+ #: admin/pages/quick-start.php:211
1675
+ msgid "Are you sure you want to enable the this options?"
1676
+ msgstr "Вы действительно хотите включить эти настройки?"
1677
+
1678
+ #: admin/pages/quick-start.php:214 admin/pages/quick-start.php:263
1679
+ msgid ""
1680
+ "After confirmation, all the settings of the plug-in will return to the "
1681
+ "default state. Make backup settings by copying data from the export field."
1682
+ msgstr ""
1683
+ "После подтверждения, все настройки плагина вернутся к состоянию по "
1684
+ "умолчанию. Сделайте резервную копию настроек, скопировав данные из поля "
1685
+ "экспорта."
1686
+
1687
+ #: admin/pages/quick-start.php:218
1688
+ msgid "Confirm"
1689
+ msgstr "Подтвердить"
1690
+
1691
+ #: admin/pages/quick-start.php:219
1692
+ msgid "Cancel"
1693
+ msgstr "Отмена"
1694
+
1695
+ #: admin/pages/quick-start.php:225
1696
+ msgid ""
1697
+ "These are quick optimization options for your website. You can activate the "
1698
+ "groups of necessary settings in one click. With the fast optimization mode, "
1699
+ "we are enable the only safe settings that do not break your website. That is "
1700
+ "why we recommend you to look at each setting of the plugin individually. The "
1701
+ "settings with grey and red question mark will not be active, until you do it "
1702
+ "yourself."
1703
+ msgstr ""
1704
+ "Это настройки быстрой оптимизации вашего сайта. Вы можете активировать "
1705
+ "нужные вам группы настроек в один клик. В быстром режиме оптимизации мы "
1706
+ "активируем только безопасные настройки, которые не нарушат работу вашего "
1707
+ "сайта. Поэтому, мы рекомендуем вам ознакомится с каждой опцией плагина "
1708
+ "индивидуально. Настройки с серым и красным знаком вопроса не будут "
1709
+ "активированы, пока вы сами не примите решение об их включении."
1710
+
1711
+ #: admin/pages/quick-start.php:226
1712
+ msgid "Select what you need to do"
1713
+ msgstr "Выберите, что вам нужно сделать"
1714
+
1715
+ #: admin/pages/quick-start.php:228
1716
+ msgid ""
1717
+ "After selecting any optimization case, the plugin will automatically enable "
1718
+ "the necessary settings in safe mode and one click."
1719
+ msgstr ""
1720
+ "После выбора варианта оптимизации, плагин автоматически включит необходимые "
1721
+ "и безопасные настройки в один клик."
1722
+
1723
+ #: admin/pages/quick-start.php:262
1724
+ msgid "Reset settings"
1725
+ msgstr "Сбросить настройки"
1726
+
1727
+ #: admin/pages/quick-start.php:275
1728
+ msgid "Reset"
1729
+ msgstr "Сбросить"
1730
+
1731
+ #: admin/pages/quick-start.php:277
1732
+ msgid "Do It!"
1733
+ msgstr "Сделать!"
1734
+
1735
+ #: admin/pages/quick-start.php:291
1736
+ msgid "Settings successfully updated!"
1737
+ msgstr "Настройки успешно обновлены!"
1738
+
1739
+ #: admin/pages/quick-start.php:294
1740
+ msgid ""
1741
+ "During the setup, an unknown error occurred, please try again or contact the "
1742
+ "plug-in support."
1743
+ msgstr ""
1744
+ "Во время установки произошла неизвестная ошибка, повторите попытку или "
1745
+ "обратитесь в службу поддержки плагинов."
1746
+
1747
+ #: admin/pages/quick-start.php:304
1748
+ msgid "Import/Export settings"
1749
+ msgstr "Импорт/Экспорт настроек"
1750
+
1751
+ #: admin/pages/quick-start.php:307
1752
+ msgid "Import options"
1753
+ msgstr "Импортировать настройки"
1754
+
1755
+ #: admin/pages/quick-start.php:313
1756
+ msgid "Support"
1757
+ msgstr "Поддержка"
1758
+
1759
+ #: admin/pages/quick-start.php:315
1760
+ msgid ""
1761
+ "If you faced with any issues, please follow the steps below to get quickly "
1762
+ "quality support:"
1763
+ msgstr ""
1764
+ "Если вы столкнулись с какими-либо проблемами, выполните следующие действия, "
1765
+ "чтобы быстро получить качественную поддержку:"
1766
+
1767
+ #: admin/pages/quick-start.php:318
1768
+ msgid ""
1769
+ "Generate a debug report which will contains inforamtion about your "
1770
+ "configuratin and installed plugins"
1771
+ msgstr ""
1772
+ "Создайте отчет об ошибках, который будет содержать информацию о вашей "
1773
+ "конфигурации и установленных плагинах."
1774
+
1775
+ #: admin/pages/quick-start.php:321
1776
+ msgid "Generate Debug Report"
1777
+ msgstr "Сгенерировать отчет об ошибках"
1778
+
1779
+ #: admin/pages/quick-start.php:325
1780
+ msgid ""
1781
+ "Send a message to <b>wordpress.webraftic@gmail.com</b> include the debug "
1782
+ "report into the message body."
1783
+ msgstr ""
1784
+ "Отправьте ваше сообщение на <b>wordpress.webraftic@gmail.com</b>, к "
1785
+ "сообщению прикрепите отчет об ошибках"
1786
+
1787
+ #: admin/pages/quick-start.php:328
1788
+ msgid "We guarantee to respond you within 7 business day."
1789
+ msgstr "Мы гарантируем ответ на ваш вопрос в течении 7 дней."
1790
+
1791
+ #: admin/pages/seo-double-pages.php:37
1792
+ msgid "Duplicate pages"
1793
+ msgstr "Дубли страниц"
1794
+
1795
+ #: admin/pages/seo-double-pages.php:86
1796
+ msgid "<strong>Delete duplicate pages.</strong>."
1797
+ msgstr "<strong>Удалите дубли страниц</strong>."
1798
+
1799
+ #: admin/pages/seo-double-pages.php:86
1800
+ msgid ""
1801
+ "Search engines perceive these pages as website separate pages, therefore "
1802
+ "their content ceases to be unique because of duplication. In addition, page "
1803
+ "reference weight is reduced if it has a duplicate. A small number of "
1804
+ "duplicated pages will not be a serious problem, but if there are more than "
1805
+ "50 percents of them - you urgently need to correct the situation."
1806
+ msgstr ""
1807
+ "Поисковые системы воспринимают эти страницы, как отдельные страницы сайта, "
1808
+ "поэтому их наполнение из-за дублирования информации перестает быть "
1809
+ "уникальным. Кроме того, понижается ссылочный вес страницы, если она имеет "
1810
+ "дубль. Небольшое количество дублированных страниц не станет серьёзной "
1811
+ "проблемой, однако если их более 50 процентов - вам срочно нужно исправлять "
1812
+ "ситуацию."
1813
+
1814
+ #: admin/pages/seo-double-pages.php:95
1815
+ #, php-format
1816
+ msgid ""
1817
+ "Many duplicates in date archives. Imagine, in addition, that your article "
1818
+ "will be displayed in the main and in the category, you will still receive at "
1819
+ "least 3 duplicates: in archives by year, month and date, for example %s."
1820
+ msgstr ""
1821
+ "Огромное количество дублей в архивах дат. Представьте, кроме того, что Ваша "
1822
+ "статья будет выводиться на главной и в категории, Вы еще получите как "
1823
+ "минимум 3 дубля: в архивах по году, месяцу и дате, например %s."
1824
+
1825
+ #: admin/pages/seo-double-pages.php:95
1826
+ msgid "Removes all pages with the date archives and puts a redirect."
1827
+ msgstr "Удаляет полностью архивы дат и ставит редирект."
1828
+
1829
+ #: admin/pages/seo-double-pages.php:105
1830
+ #, php-format
1831
+ msgid ""
1832
+ "If the site is only filled by you - a mandatory item. Allows you to get rid "
1833
+ "of duplicates on user archives, for example %s."
1834
+ msgstr ""
1835
+ "Если сайт заполняете только вы - это функция обязательна. Позволяет вам "
1836
+ "избавиться от дубликатов страниц автора, например %s."
1837
+
1838
+ #: admin/pages/seo-double-pages.php:105
1839
+ msgid "Removes all pages with the author archives and puts a redirect."
1840
+ msgstr "Удаляет все страницы из архивов автора и ставит перенаправление."
1841
+
1842
+ #: admin/pages/seo-double-pages.php:115
1843
+ msgid ""
1844
+ "If you use tags only for the block Similar records, or do not use them at "
1845
+ "all - it will be more correct to close them to avoid duplicates."
1846
+ msgstr ""
1847
+ "Если вы используете теги только для виджета \"Похожие записи\", либо не "
1848
+ "используете их совсем - правильнее будет их закрыть, чтобы избежать дублей."
1849
+
1850
+ #: admin/pages/seo-double-pages.php:115
1851
+ msgid "Removes all pages with the tag archives and puts a redirect."
1852
+ msgstr "Ставит редирект со страниц тегов на главную."
1853
+
1854
+ #: admin/pages/seo-double-pages.php:125
1855
+ msgid ""
1856
+ "Every of the pictures has its own page on the site. Such pages are "
1857
+ "successfully indexed and create duplicates. The site can have thousands of "
1858
+ "same-type attachment pages."
1859
+ msgstr ""
1860
+ "Каждая загруженная картинка имеет свою страничку на сайте, состоящую только "
1861
+ "из одной картинки. Такие страницы успешно индексируются и создают дубли. На "
1862
+ "сайте могут быть тысячи однотипных страниц вложений."
1863
+
1864
+ #: admin/pages/seo-double-pages.php:125
1865
+ msgid "Removes attachment pages and puts a redirect."
1866
+ msgstr "Удаляет страницы вложений и ставит редирект на запись."
1867
+
1868
+ #: admin/pages/seo-double-pages.php:135
1869
+ #, php-format
1870
+ msgid ""
1871
+ "In WordPress, any post can be divided into parts (pages), each part will "
1872
+ "have its own address. But this functionality is rarely used, but it can "
1873
+ "create trouble for you. For example, you can add a number to the address of "
1874
+ "any entry of your blog, %s - the post itself will open, which will be a "
1875
+ "duplicate. You can substitute any number."
1876
+ msgstr ""
1877
+ WordPress любое содержание можно разделить на части (страницы), каждая "
1878
+ "часть будет иметь свой собственный адрес. Эта функциональность используется "
1879
+ "редко, но это может создать проблемы для вас. Например вы можете добавить "
1880
+ "номер в адрес любой записи вашего блога, %s - откроет текущую страницу, "
1881
+ "которая будет дублироваться."
1882
+
1883
+ #: admin/pages/seo-double-pages.php:135
1884
+ #, php-format
1885
+ msgid "Removes the pagination from the post and puts a redirect. Example: %s"
1886
+ msgstr ""
1887
+ "Удаление постраничную навигацию из записи и устанавливет перенаправление. "
1888
+ "Пример: %s"
1889
+
1890
+ #: admin/pages/seo-double-pages.php:145
1891
+ #, php-format
1892
+ msgid ""
1893
+ "WordPress adds %s to the link \"Reply\" in the comments, if you use "
1894
+ "hierarchical comments."
1895
+ msgstr ""
1896
+ "WordPress добавляет %s к ссылке «Ответ» в комментариях, если вы используете "
1897
+ "иерархические комментарии."
1898
+
1899
+ #: admin/pages/seo-double-pages.php:145
1900
+ msgid "?relpytocom remove and and puts a redirect."
1901
+ msgstr "Удаляет ?relpytocom и ставит перенаправление."
1902
+
1903
+ #: admin/pages/seo.php:35
1904
+ msgid "SEO"
1905
+ msgstr "SEO"
1906
+
1907
+ #: admin/pages/seo.php:69
1908
+ msgid "<strong>Basic SEO optimization settings</strong>."
1909
+ msgstr "<strong>Базовые настройки SEO оптимизации</strong>."
1910
+
1911
+ #: admin/pages/seo.php:69
1912
+ msgid "Recommended settings that can complement your SEO plugin."
1913
+ msgstr "Рекомендуемые настройки, которые могут дополнять ваш плагин SEO."
1914
+
1915
+ #: admin/pages/seo.php:78
1916
+ msgid ""
1917
+ "The alt attribute is mandatory, so most SEO experts say. If you missed or "
1918
+ "did not fill it at all, it will be automatically assigned and will be equal "
1919
+ "to the title of the article."
1920
+ msgstr ""
1921
+ "Атрибут alt является обязательным, поэтому большинство SEO экспертов "
1922
+ "говорят. Если вы пропустили, или не заполнили его, он будет автоматически "
1923
+ "задан из названия статьи."
1924
+
1925
+ #: admin/pages/seo.php:78
1926
+ #, php-format
1927
+ msgid "Replaces the %s, on attribute with an article name %s"
1928
+ msgstr "Заменяет %s, на атрибут с названием статьи %s"
1929
+
1930
+ #: admin/pages/seo.php:88
1931
+ msgid ""
1932
+ "After installation, WP does not contain a robots.txt file and create it "
1933
+ "manually. We re-read about 30 different articles, instructions from Yandex "
1934
+ "and Google to create the perfect robots.txt"
1935
+ msgstr ""
1936
+ "После установки WP не содержит файл robots.txt и создает его вручную. Мы "
1937
+ "перечитывали около 30 различных статей, инструкции от Yandex и Google, чтобы "
1938
+ "создать идеальный файл robots.txt"
1939
+
1940
+ #: admin/pages/seo.php:88
1941
+ msgid "Automatically creates the perfect robots.txt file"
1942
+ msgstr "Автоматически создает идеальный robots.txt"
1943
+
1944
+ #: admin/pages/seo.php:108
1945
+ msgid "Server headers and response"
1946
+ msgstr "Заголовки серверов и ответ"
1947
+
1948
+ #: admin/pages/seo.php:108
1949
+ msgid ""
1950
+ "WordPress does not know how to give the Last Modified header in the server's "
1951
+ "responses. You can do this using the settings below."
1952
+ msgstr ""
1953
+ "WordPress не знает, как отдать заголовок Last Modified. Вы можете сделать "
1954
+ "это с помощью параметров ниже."
1955
+
1956
+ #: admin/pages/seo.php:129
1957
+ msgid "Disable Last Modified header on front page"
1958
+ msgstr "Отключить заголовок Last Modified для главной странице"
1959
+
1960
+ #: admin/pages/seo.php:139
1961
+ #, php-format
1962
+ msgid ""
1963
+ "You can specify a page mask, for example: %s or %s. All pages that contain "
1964
+ "the string will be excluded. Each exclude must begin with a new line."
1965
+ msgstr ""
1966
+ "Можно указать маску страницы, например: %s или %s. Все страницы, которые "
1967
+ "содержат эти строки, будут исключены. Каждое исключение должно начинаться с "
1968
+ "новой строки."
1969
+
1970
+ #: admin/pages/seo.php:153
1971
+ msgid "For the Yoast SEO plugin"
1972
+ msgstr "Для плагина Yoast SEO"
1973
+
1974
+ #: admin/pages/seo.php:153
1975
+ msgid ""
1976
+ "These settings will help you eliminate some problems associated with the "
1977
+ "popular Yoast SEO plugin"
1978
+ msgstr ""
1979
+ "Эти параметры помогут вам устранить некоторые проблемы, связанные с "
1980
+ "популярной Yoast SEO plugin"
1981
+
1982
+ #: admin/pages/seo.php:162
1983
+ msgid ""
1984
+ "The last element in the breadcrumbs in the Yoast SEO plugin duplicates the "
1985
+ "title of the article. Some SEO-specialists consider this duplication to be "
1986
+ "superfluous."
1987
+ msgstr ""
1988
+ "Последний элемент в хлебных крошках Yoast SEO дублирует название статьи. "
1989
+ "Некоторые SEO-специалисты считают это дублирование излишним."
1990
+
1991
+ #: admin/pages/seo.php:162
1992
+ msgid ""
1993
+ "Removes duplication of the name in the breadcrumbs of the WP SEO plugin from "
1994
+ "Yoast."
1995
+ msgstr "Удаляет последний элемент в хлебных крошках Yoast SEO."
1996
+
1997
+ #: admin/pages/seo.php:172
1998
+ msgid ""
1999
+ "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. it "
2000
+ "has a specific tag"
2001
+ msgstr ""
2002
+ "Яндекс вебмастер ругается на стандартной карты XML из плагина Yoast SEO, из-"
2003
+ "за определенного тега "
2004
+
2005
+ #: admin/pages/seo.php:172
2006
+ #, php-format
2007
+ msgid "Remove the tag %s from XML site map of the plugin Yoast SEO."
2008
+ msgstr "Удаляет тег %s из XML карта сайта плагин Yoast SEO."
2009
+
2010
+ #: admin/pages/seo.php:172
2011
+ msgid ""
2012
+ "Attention! After activation, turn off the site map and enable it back to "
2013
+ "regenerate it."
2014
+ msgstr ""
2015
+ "Внимание! После активации, выключите карту сайта и включите ее обратно, "
2016
+ "чтобы обновить ее."
2017
+
2018
+ #: admin/pages/seo.php:172
2019
+ msgid "In older versions of Yoast SEO may not work - update the plugin Yoast"
2020
+ msgstr ""
2021
+ более старых версиях Yoast SEO не может работать - обновите плагин Yoast "
2022
+ "SEO"
2023
+
2024
+ #: admin/pages/seo.php:190
2025
+ msgid ""
2026
+ "If you’re not familiar with Search Action it’s the mark-up that helps search "
2027
+ "engines add a shiny Sitelinks Search Box below your search engine results. "
2028
+ "For the majority of webmasters the extra search box is an absolutely "
2029
+ "fantastic feature but for many it’s not required or wanted, especially if a "
2030
+ "site only has a few pages or if the site uses a customised search platform "
2031
+ "that only searches blog posts and not pages."
2032
+ msgstr ""
2033
+ "Эта функция позволяет поисковым системам добавлять дополнительные ссылки и "
2034
+ "поле поиска в поисковый блок (сниппет) в поисковой выдаче. Для многих "
2035
+ "вебмастеров — это просто находка, но в то же время, многим эта функция не "
2036
+ "нужна. Особенно, если на сайте всего несколько страниц или есть собственный "
2037
+ "поиск, который ищет только записи блога, но не страницы."
2038
+
2039
+ #: admin/pages/seo.php:190
2040
+ msgid ""
2041
+ "Disable JSON-LD sitelinks searchbox using WordPress in plugin Yoast SEO."
2042
+ msgstr "Отключает JSON-LD ссылки используемые Wordpress в плагине Yoast SEO."
2043
+
2044
+ #: admin/pages/seo.php:200
2045
+ msgid ""
2046
+ "Prevents output of the script tag of type application/ld+json containing\n"
2047
+ "schema.org data from the popular Yoast SEO and Yoast SEO Premium plugins.\n"
2048
+ "There is currently no UI to do so."
2049
+ msgstr ""
2050
+ "Удаляет ссылку application/ld+json, содержащую структурированные данные "
2051
+ "schema.org о сайте и его владельце. Эту ссылку создают популярные плагины "
2052
+ "Yoast SEO и Yoast SEO Premium"
2053
+
2054
+ #: admin/pages/seo.php:202
2055
+ msgid "Disable Structured Data in plugin Yoast SEO."
2056
+ msgstr "Отключает структурированные данные в плагине Yoast SEO."
2057
+
2058
+ #: admin/pages/seo.php:225
2059
+ #, php-format
2060
+ msgid "The Yoast SEO plugin displays a comment of the form %s in %s section"
2061
+ msgstr "Yoast SEO плагин отображает комментарий формы %s в секции %s"
2062
+
2063
+ #: admin/pages/seo.php:225
2064
+ #, php-format
2065
+ msgid "Removes the Yoast SEO plugin comment of their section %s"
2066
+ msgstr "Удаляет комментрии Yoast SEO из %s"
2067
+
2068
+ #: admin/pages/widgets.php:33
2069
+ msgid "Widgets"
2070
+ msgstr "Виджеты"
2071
+
2072
+ #: admin/pages/widgets.php:52
2073
+ msgid "<strong>Disable unused widgets</strong>."
2074
+ msgstr "<strong>Отключите неиспользуемые виджеты</strong>."
2075
+
2076
+ #: admin/pages/widgets.php:52
2077
+ msgid ""
2078
+ "Some widgets, such as the Calendar or Tag Cloud, create an extra query to "
2079
+ "the database, even if they are not displayed on the website. Of course, a "
2080
+ "couple of hits to the database will not do much harm to the whole site. "
2081
+ "However, if the resource contains a huge amount of content, and the speed of "
2082
+ "its work above all else, disabling unused functionality is the first step to "
2083
+ "optimizing and accelerating it."
2084
+ msgstr ""
2085
+ "Некоторые виджеты, например, Календарь или Облако меток, создают по лишнему "
2086
+ "запросу к базе данных, даже если не выводятся на сайте. Конечно, пару "
2087
+ "обращений к базе данных не принесут особого вреда целому сайту. Однако, если "
2088
+ "ресурс содержит огромное количество контента, и скорость его работы превыше "
2089
+ "всего, то отключение неиспользуемого функционала — первый шаг к его "
2090
+ "оптимизации и ускорению."
2091
+
2092
+ #: clearfy.php:68 includes/boot.php:87
2093
+ msgid "Clearfy"
2094
+ msgstr "Clearfy"
2095
+
2096
+ #: includes/boot.php:59
2097
+ msgid "Documentation"
2098
+ msgstr "Документация"
2099
+
2100
+ #: includes/boot.php:65
2101
+ msgid "Do you like our plugin?"
2102
+ msgstr "Нравится наш плагин?"
2103
+
2104
+ #: includes/boot.php:75
2105
+ msgid "Upgrade to premium"
2106
+ msgstr "Обновить до премиум"
2107
+
2108
+ #: includes/classes/class.configurate-advanced.php:219
2109
+ msgid "Howdy"
2110
+ msgstr "Привет"
2111
+
2112
+ #: includes/classes/class.configurate-advanced.php:219
2113
+ msgid "Welcome"
2114
+ msgstr "Добро пожаловать"
2115
+
2116
+ #: includes/classes/class.configurate-performance.php:209
2117
+ msgid "REST API restricted to authenticated users."
2118
+ msgstr "API REST доступен только для аутентифицированных пользователей."
2119
+
2120
+ #: includes/classes/class.configurate-security.php:51
2121
+ msgid "<strong>ERROR</strong>: Wrong login or password"
2122
+ msgstr "<strong>Ошибка</strong>: Неправильный логин или пароль"
2123
+
2124
+ #: includes/classes/class.licensing.php:207
2125
+ msgid "The license is deactivated."
2126
+ msgstr "Лицензия деактивирована."
2127
+
2128
+ #: includes/classes/class.licensing.php:225
2129
+ #: includes/classes/class.licensing.php:244
2130
+ #: includes/classes/class.licensing.php:281
2131
+ msgid "The license has been updated."
2132
+ msgstr "Лицензия обновлена."
2133
+
2134
+ #: includes/classes/class.licensing.php:349
2135
+ msgid "Your license has been successfully activated."
2136
+ msgstr "Ваша лицензия успешно активирована."
2137
+
2138
+ #: includes/classes/class.package.php:189
2139
+ msgid "Sorry, you are not allowed to install plugins on this site."
2140
+ msgstr "К сожалению, вам не разрешено устанавливать плагины на этом сайте."
2141
+
2142
+ #: includes/classes/class.package.php:251
2143
+ msgid ""
2144
+ "Updates are available for one of the components. Please, update your current "
2145
+ "package of components to the newest version."
2146
+ msgstr ""
2147
+ "Для одного из компонентов доступны обновления, пожалуйста, обновите текущую "
2148
+ "сборку компонентов до актуальной версии."
2149
+
2150
+ #: includes/classes/class.package.php:254
2151
+ msgid ""
2152
+ "You’ve changed the component configuration. For the further work, please, "
2153
+ "update the current package of components!"
2154
+ msgstr ""
2155
+ "Вы изменили конфигурацию компонентов, для работы плагина нужно обновить "
2156
+ "текущую сборку компонентов!"
2157
+
2158
+ #: includes/classes/class.package.php:258
2159
+ msgid "Update now"
2160
+ msgstr "Обновить сейчас"
2161
+
2162
+ #: includes/classes/class.zip-archive.php:15
2163
+ msgid "The ZipArchive class does not exist in this version of php."
2164
+ msgstr "Класса ZipArchive не существует в этой версии php."
2165
+
2166
+ #~ msgid ""
2167
+ #~ "We’ve created a fully free solution for image optimization, which is as "
2168
+ #~ "good as the paid products. The plugin optimizes your images "
2169
+ #~ "automatically, reducing their weight with no quality loss. More details "
2170
+ #~ "in here:"
2171
+ #~ msgstr ""
2172
+ #~ "Мы создали полностью бесплатное решение для оптимизации изображений, "
2173
+ #~ "ничем не уступающее платным аналогам. Плагин автоматически оптимизирует "
2174
+ #~ "ваши изображения, уменьшая их вес без потери качества. Вы можете узнать "
2175
+ #~ "больше о плагине тут:"
2176
+
2177
+ #~ msgid "Minify and Combine (JS, CSS) – optimizes your scripts and styles!"
2178
+ #~ msgstr "Minify and Combine (JS, CSS) – оптимизирует ваши скрипты и стили!"
2179
+
2180
+ #~ msgid ""
2181
+ #~ "This component combines all your scripts and styles in one file, "
2182
+ #~ "compresses & caches it. "
2183
+ #~ msgstr ""
2184
+ #~ "Этот компонент объединяет ваши скрипты и стили в один файл, сжимает его и "
2185
+ #~ "кеширует."
2186
+
2187
+ #~ msgid "Html minify (Reloaded) – reduces the amount of code on your pages!"
2188
+ #~ msgstr "Html minify (перезагружен) - уменьшит объем кода ваших страниц!"
2189
+
2190
+ #~ msgid ""
2191
+ #~ "We’ve completely redesigned HTML compression of the pages and added these "
2192
+ #~ "features to another component. It’s more stable and reliable solution for "
2193
+ #~ "HTML code optimization of your pages."
2194
+ #~ msgstr ""
2195
+ #~ "Мы полностью переделали Html сжатие страниц и вынесли эти функции в "
2196
+ #~ "отдельный компонент. Это более стабильное и надежное решение для "
2197
+ #~ "оптимизации html кода ваших страниц."
2198
+
2199
+ #~ msgid "Disable remove Stylesheet version for auth users"
2200
+ #~ msgstr "Не удалять строки запроса для авторизованных пользователей"
2201
+
2202
+ #~ msgid "Welcome to Clearfy (%s)"
2203
+ #~ msgstr "Вас приветствует Clearfy (%s)"
2204
+
2205
+ #~ msgid ""
2206
+ #~ "There are new optimization and protection features in the plugin. We "
2207
+ #~ "recommend you to look at them maybe they will be useful!"
2208
+ #~ msgstr ""
2209
+ #~ "В плагине появились новые функции оптимизации и защиты. Мы рекомендуем "
2210
+ #~ "вам ознакомится с ними, возможно они будут полезны!"
2211
+
2212
+ #~ msgid "The section \"Code cleaning\" was renamed"
2213
+ #~ msgstr "Переименован раздел \"Очистка кода\""
2214
+
2215
+ #~ msgid ""
2216
+ #~ "Asynchronous Google fonts loading, Google Analytics optimization, "
2217
+ #~ "disabling Google Fonts and Maps, disabling of gravatars, Font Awesome "
2218
+ #~ "icons was added."
2219
+ #~ msgstr ""
2220
+ #~ "Добавлена асинхронная загрузка Google шрифтов, оптимизация Google "
2221
+ #~ "Analytics, отключение Google шрифтов и карт, отключение граваторов, "
2222
+ #~ "иконок Font Awesome."
2223
+
2224
+ #~ msgid "Login page protection added"
2225
+ #~ msgstr "Добавлена защита страницы логина"
2226
+
2227
+ #~ msgid ""
2228
+ #~ "With the new Clearfy version, you can use the hide login page function. "
2229
+ #~ "Nobody will know the address of your login page, which means there will "
2230
+ #~ "be no password bruteforce and the attempts of your website hack will "
2231
+ #~ "decrease."
2232
+ #~ msgstr ""
2233
+ #~ "В новой версии Clearfy, вы можете использовать функции скрытия страницы "
2234
+ #~ "логина. Никто не узнает адрес вашей страницы логина, а значит не будет "
2235
+ #~ "переборов пароля и уменьшатся попытки взлома вашего сайта."
2236
+
2237
+ #~ msgid "Google analytic cache"
2238
+ #~ msgstr "Кеш Google аналитики"
2239
+
2240
+ #~ msgid "Google analytic Code"
2241
+ #~ msgstr "Код Google аналитики"
2242
+
2243
+ #~ msgid "Use adjusted bounce rate?"
2244
+ #~ msgstr "Показатель отказов?"
2245
+
2246
+ #~ msgid "Change enqueue order?"
2247
+ #~ msgstr "Сортировка скрипта?"
2248
+
2249
+ #~ msgid "Disable all display features functionality?"
2250
+ #~ msgstr "Отключить все функции для контекстно-медийной сети?"
2251
+
2252
+ #~ msgid "Use Anonymize IP? (Required by law for some countries)"
2253
+ #~ msgstr ""
2254
+ #~ "Использовать анонимный IP-адрес? (Требуется по закону для некоторых стран)"
2255
+
2256
+ #~ msgid "Track logged in Administrators?"
2257
+ #~ msgstr "Отслеживать, если вы авторизованы под администратором?"
2258
+
2259
+ #~ msgid "Remove script from wp-cron?"
2260
+ #~ msgstr "Удалить кеширования скрипта из крона?"
2261
+
2262
+ #~ msgid "HTML minify"
2263
+ #~ msgstr "Html сжатие"
2264
+
2265
+ #~ msgid "Redirect Http to Https"
2266
+ #~ msgstr "Перенаправление Http на Https"
2267
+
2268
+ #~ msgid "Privacy Wordpress"
2269
+ #~ msgstr "Приватный Wordpress"
2270
+
2271
+ #~ msgid ""
2272
+ #~ "This component is to protect your site, Wordpress runs private mode. "
2273
+ #~ "Nobody will know that you will use Wordpress!"
2274
+ #~ msgstr ""
2275
+ #~ "Этот компонент предназначен для защиты вашего сайта, Wordpress работает в "
2276
+ #~ "приватном режиме. Никто не будет знать, что вы будете использовать "
2277
+ #~ "Wordpress!"
2278
+
2279
+ #~ msgid "Code privacy"
2280
+ #~ msgstr "Приватный код"
2281
+
2282
+ #~ msgid "<strong>Hide WordPress plugins versions</strong>."
2283
+ #~ msgstr "<strong>Скрыть версии Wordpress и плагинов</strong>."
2284
+
2285
+ #~ msgid "<strong>Google Analytics cache</strong>."
2286
+ #~ msgstr "<strong>Кеширование Google аналитики</strong>."
2287
+
2288
+ #~ msgid ""
2289
+ #~ "To improve Google Page Speed indicators Analytics caching is needed. "
2290
+ #~ "However, it can also slightly increase your website loading speed, "
2291
+ #~ "because Analytics js files will load locally. The second case that you "
2292
+ #~ "might need these settings is the usual Google Analytics connection to "
2293
+ #~ "your website. You do not need to do this with other plugins or insert the "
2294
+ #~ "tracking code into your theme."
2295
+ #~ msgstr ""
2296
+ #~ "Кеширование Analytics нужно для улучшения показателей Google Page Speed, "
2297
+ #~ "но это также может незначительно повысить скорость загрузки вашего сайта, "
2298
+ #~ "потому что js файлы Analytics будут подгружаться локально. Второй случай, "
2299
+ #~ "когда вам могут понадобиться эти настройки обычное подключение Google "
2300
+ #~ "Analytics к сайту. Вам не нужно делать это с помощью других плагинов или "
2301
+ #~ "просто вставлять код отслеживания в вашу тему."
2302
+
2303
+ #~ msgid ""
2304
+ #~ "If you enable this option, the plugin will begin to save a local copy of "
2305
+ #~ "Google Analytics to speed up the loading of your website and improve "
2306
+ #~ "Google Page Speed."
2307
+ #~ msgstr ""
2308
+ #~ "Если включить эту опцию, плагин начнет сохранять локальную копию Google "
2309
+ #~ "Analytics, чтобы ускорить загрузку вашего сайта и улучшить показатели "
2310
+ #~ "Google Page speed. ВНИМАНИЕ! Перед использованием этой опции, удалите "
2311
+ #~ "ранее установленный код Google Analytics в вашей теме или плагины, "
2312
+ #~ "связанные с этой функцией!"
2313
+
2314
+ #~ msgid ""
2315
+ #~ "ATTENTION! Before using this option, remove the previously installed "
2316
+ #~ "Google Analytics code inside your theme or plugins associated with this "
2317
+ #~ "feature!"
2318
+ #~ msgstr ""
2319
+ #~ "ВНИМАНИЕ! Перед использованием этой опции, удалите ранее установленный "
2320
+ #~ "код Google Analytics в вашей теме или плагины, связанные с этой функцией!"
2321
+
2322
+ #~ msgid "Set the Google Analytics tracking code."
2323
+ #~ msgstr "Установите код отслеживания Google Analytics."
2324
+
2325
+ #~ msgid "Save GA in"
2326
+ #~ msgstr "Использовать код аналитики в"
2327
+
2328
+ #~ msgid "Select location for the Google Analytics code."
2329
+ #~ msgstr "Выберите местоположение для кода Google Analytics."
2330
+
2331
+ #~ msgid ""
2332
+ #~ "Essentially, you set up an event which is triggered after a user spends a "
2333
+ #~ "certain amount of time on the landing page, telling Google Analytics not "
2334
+ #~ "to count these users as bounces. A user may come to your website, find "
2335
+ #~ "all of the information they need (a phone number, for example) and then "
2336
+ #~ "leave the site without visiting another page. Without adjusted bounce "
2337
+ #~ "rate, such a user would be considered a bounce, even though they had a "
2338
+ #~ "successful experience. By defining a time limit after which you can "
2339
+ #~ "consider a user to be \"engaged,\" that user would no longer count as a "
2340
+ #~ "bounce, and you'd get a more accurate idea of whether they found what "
2341
+ #~ "they were looking for."
2342
+ #~ msgstr ""
2343
+ #~ "По сути, вы настраиваете событие, которое запускается после того, как "
2344
+ #~ "пользователь тратит определенное количество времени на целевую страницу, "
2345
+ #~ "сообщая Google Analytics не считать этих пользователей как отказы. "
2346
+ #~ "Пользователь может зайти на ваш сайт, найти всю необходимую информацию "
2347
+ #~ "(например, номер телефона), а затем покинуть сайт, не посещая другую "
2348
+ #~ "страницу. Без скорректированного коэффициента отказов такой пользователь "
2349
+ #~ "будет считаться отказом, хотя у них был успешный опыт. Определив лимит "
2350
+ #~ "времени, после которого вы можете считать пользователя «включенным», этот "
2351
+ #~ "пользователь больше не будет считаться отказом, и вы получите более "
2352
+ #~ "точное представление о том, нашли ли они то, что искали."
2353
+
2354
+ #~ msgid ""
2355
+ #~ "By default, Google Analytics code is loaded before other scripts and "
2356
+ #~ "javasscript code, but if you set the value to 100, the GA code will be "
2357
+ #~ "loaded after all other scripts. By changing the priority, you can set "
2358
+ #~ "code position on the page."
2359
+ #~ msgstr ""
2360
+ #~ "По умолчанию код Google Analytics загружается раньше остальных скриптов и "
2361
+ #~ "javasscript кода, но если вы установите к примеру значение 100, то код GA "
2362
+ #~ "будет загружен после всех остальных скриптов. Изменяя приоритет, вы "
2363
+ #~ "можете задавать положение кода на странице."
2364
+
2365
+ #~ msgid "Disable all <a href=\"%s\">display features functionality?</a>"
2366
+ #~ msgstr ""
2367
+ #~ "Отключить <a href=\"%s\">все функции для контекстно-медийной сети?</a>"
2368
+
2369
+ #~ msgid ""
2370
+ #~ "Use <a href=\"%s\">Anonymize IP?</a> (Required by law for some countries)"
2371
+ #~ msgstr ""
2372
+ #~ "Использовать <a href=\"%s\">анонимный IP-адрес?</a> (Требуется по закону "
2373
+ #~ "для некоторых стран)"
2374
+
2375
+ #~ msgid ""
2376
+ #~ "Clearfy creates a cron job to daily update Google Analytics cache "
2377
+ #~ "scripts. After enabling this option, the plugin will not update Google "
2378
+ #~ "Analytics cache file. Do not use this option if you do not understand why "
2379
+ #~ "you need it!"
2380
+ #~ msgstr ""
2381
+ #~ "Плагин создает cron задание, чтобы ежедневно обновлять кеш скриптов "
2382
+ #~ "Google Analytics. После включения этой опции, плагин не будет обновлять "
2383
+ #~ "кэш файл Google Analytics. Не используйте эту опцию, если вы не "
2384
+ #~ "понимаете, для чего вам это нужно!"
2385
+
2386
+ #~ msgid "Html Minify"
2387
+ #~ msgstr "Html сжатие"
2388
+
2389
+ #~ msgid ""
2390
+ #~ "<strong>Make your website’s markup look professional by using Minify HTML "
2391
+ #~ "options</strong>."
2392
+ #~ msgstr ""
2393
+ #~ "<strong>Уменьшите вес ваших страниц, за счет удаления лишнего мусора, "
2394
+ #~ "пробелов и комментариев.</strong>."
2395
+
2396
+ #~ msgid ""
2397
+ #~ "Ever look at the HTML markup of your website and notice how sloppy and "
2398
+ #~ "amateurish it looks? The Minify HTML options cleans up sloppy looking "
2399
+ #~ "markup and minifies, which also speeds up download time."
2400
+ #~ msgstr ""
2401
+ #~ "Вы когда-нибудь видели HTML разметку на своем веб-сайте, замечали "
2402
+ #~ "насколько она неаккуратна и раздута? Настройки HTML сжатия позволят "
2403
+ #~ "грамотно установить правила формирования html разметки, а также "
2404
+ #~ "регулировать вес ваших страниц."
2405
+
2406
+ #~ msgid ""
2407
+ #~ "Reduces the weight of the page by removing line breaks, tabs, spaces, etc."
2408
+ #~ msgstr ""
2409
+ #~ "Уменьшает вес страницы путем удаления разрывов строк, вкладок, пробелов и "
2410
+ #~ "т. Д."
2411
+
2412
+ #~ msgid "Minify pages."
2413
+ #~ msgstr "Минимизировать страницы."
2414
+
2415
+ #~ msgid "Minify inline JavaScript"
2416
+ #~ msgstr "Сжимать строчный JavaScript"
2417
+
2418
+ #~ msgid "Remove HTML, JavaScript and CSS comments"
2419
+ #~ msgstr "Удалять HTML, JavaScript and CSS комментарии"
2420
+
2421
+ #~ msgid "Remove XHTML closing tags from HTML5 void elements"
2422
+ #~ msgstr "Удалить XHTML закрывающие теги из HTML5 для пустых элементов"
2423
+
2424
+ #~ msgid "Remove relative domain from internal URLs"
2425
+ #~ msgstr "Удалить относительные домены из внутренних Urls"
2426
+
2427
+ #~ msgid "Remove schemes (HTTP: and HTTPS:) from all URLs"
2428
+ #~ msgstr "Удалить протоколы (HTTP: и HTTPS:) для всех URLs"
2429
+
2430
+ #~ msgid "Support multi-byte UTF-8 encoding (if you see odd characters)"
2431
+ #~ msgstr "Поддержка многобайтовой кодировки UTF-8 (для кириллицы)"
2432
+
2433
+ #~ msgid "Set the recommened for me"
2434
+ #~ msgstr "Установить рекомендуемые для меня"
2435
+
2436
+ #~ msgid "Once Weekly"
2437
+ #~ msgstr "Один раз в неделю"
2438
+
2439
+ #~ msgid "Twice Monthly"
2440
+ #~ msgstr "Дважды в месяц"
2441
+
2442
+ #~ msgid "Once Monthly"
2443
+ #~ msgstr "Один раз в месяц"
2444
+
2445
+ #~ msgid "Hide wp-admin"
2446
+ #~ msgstr "Скрыть wp-admin"
2447
+
2448
+ #~ msgid "Hide Login Page"
2449
+ #~ msgstr "Скрыть страницу логина"
2450
+
2451
+ #~ msgid "New login page"
2452
+ #~ msgstr "Новый адрес страницы логина"
2453
+
2454
+ #~ msgid ""
2455
+ #~ "We found that you are use the (%s) plugin to change wp-login.php page "
2456
+ #~ "address. Please delete it, because Clearfy already contains these "
2457
+ #~ "functions and you do not need to use two plugins. If you do not want to "
2458
+ #~ "remove (%s) plugin for some reason, please do not use wp-login.php page "
2459
+ #~ "address change feature in the Clearfy plugin, to avoid conflicts."
2460
+ #~ msgstr ""
2461
+ #~ "Мы обнаружили, что вы используете плагин (%s) для изменения адреса "
2462
+ #~ "страницы wp-login.php. Пожалуйста удалите его, так как Clearfy уже "
2463
+ #~ "содержит эти функции и вам незачем использовать два плагина. Если вы по "
2464
+ #~ "каким-то причинам не хотите удалять плагин (%s), пожалуйста не "
2465
+ #~ "используйте функции по изменению адреса страницы wp-login.php в плагине "
2466
+ #~ "Clearfy, во избежание конфликтов."
2467
+
2468
+ #~ msgid ""
2469
+ #~ "We found that you are use the (%s) plugin. Please do not use its wp-login."
2470
+ #~ "php page address change and the same feature in the Clearfy plugin, to "
2471
+ #~ "avoid conflicts."
2472
+ #~ msgstr ""
2473
+ #~ "Мы обнаружили, что вы используете плагин (%s). Пожалуйста не используйте "
2474
+ #~ "его функции по изменению адреса страницы wp-login.php и схожие функции в "
2475
+ #~ "плагине Clearfy, во избежание конфликтов."
2476
+
2477
+ #~ msgid ""
2478
+ #~ "Hi,\n"
2479
+ #~ "This is %s plugin. Here is your new WordPress login address:\n"
2480
+ #~ "URL: %s"
2481
+ #~ msgstr ""
2482
+ #~ "Здравствуйте!\n"
2483
+ #~ "Это плагин %s. Вы изменили адрес страницы логина на:\n"
2484
+ #~ "URL: %s"
2485
+
2486
+ #~ msgid "IMPORTANT! Be sure that you wrote down the new login page address"
2487
+ #~ msgstr "ВАЖНО! Обязательно запишите новый адрес страницы логина"
2488
+
2489
+ #~ msgid ""
2490
+ #~ "If unable to access the login/admin section anymore, use the Recovery "
2491
+ #~ "Link which reset links to default: \n"
2492
+ #~ "%s"
2493
+ #~ msgstr ""
2494
+ #~ "Если вы больше не можете получить доступ к разделу login/admin, "
2495
+ #~ "используйте ссылку восстановления, которая восстанавливает ссылки по "
2496
+ #~ "умолчанию: \n"
2497
+ #~ "%s"
2498
+
2499
+ #~ msgid ""
2500
+ #~ "Best Regards,\n"
2501
+ #~ "%s"
2502
+ #~ msgstr ""
2503
+ #~ уважением,\n"
2504
+ #~ "%s"
2505
+
2506
+ #~ msgid "[%s] Your New WP Login!"
2507
+ #~ msgstr "[%s] Измен адрес страницы логина!"
2508
+
2509
+ #~ msgid ""
2510
+ #~ "You entered an incorrect part of the path to your login page. The path to "
2511
+ #~ "the login page can not consist only of digits, at least 3 characters, you "
2512
+ #~ "must use only the characters [0-9A-z_-]!"
2513
+ #~ msgstr ""
2514
+ #~ "Вы ввели неправильную часть пути к своей странице входа. Путь к странице "
2515
+ #~ "входа не может состоять только из цифр, не менее 3 символов, вы должны "
2516
+ #~ "использовать только символы [0-9A-z_-]!"
2517
+
2518
+ #~ msgid ""
2519
+ #~ "The entered login page name is already used for one of your pages. Try to "
2520
+ #~ "choose a different login page name!"
2521
+ #~ msgstr ""
2522
+ #~ "Введенное имя учетной записи уже используется для одной из ваших страниц. "
2523
+ #~ "Попробуйте выбрать другое имя учетной записи!"
2524
+
2525
+ #~ msgid "<strong>Protect your admin login</strong>."
2526
+ #~ msgstr "<strong>Защитите вашу страницу логина</strong>."
2527
+
2528
+ #~ msgid ""
2529
+ #~ "Dozens of bots attack your login page at /wp-login.php and /wp-admin/"
2530
+ #~ "daily. Bruteforce and want to access your admin panel. Even if you're "
2531
+ #~ "sure that you have created a complex and reliable password, this does not "
2532
+ #~ "guarantee security and does not relieve your login page load. The easiest "
2533
+ #~ "way is to protect the login page by simply changing its address to your "
2534
+ #~ "own and unique."
2535
+ #~ msgstr ""
2536
+ #~ "Десятки ботов ежедневно атакуют вашу страницу логина по адресам /wp-login."
2537
+ #~ "php и /wp-admin/, перебирая пароли, желая получить доступ в вашу админ "
2538
+ #~ "панель. Даже если вы уверены, что создали сложный и надежный пароль, это "
2539
+ #~ "не гарантирует безопасность и не избавляет от нагрузки вашу страницу "
2540
+ #~ "логина. Проще всего защитить страницу логина, просто изменив её адрес на "
2541
+ #~ "собственный и уникальный."
2542
+
2543
+ #~ msgid ""
2544
+ #~ "Hides the /wp-admin directory for unauthorized users. If the option is "
2545
+ #~ "disabled, when you request the page /wp-admin you will be redirected to "
2546
+ #~ "the login page, even if you changed its address. Therefore, for "
2547
+ #~ "protection purposes enable this option."
2548
+ #~ msgstr ""
2549
+ #~ "Скрывает каталог /wp-admin для неавторизованных пользователей. Если опция "
2550
+ #~ "отключена, при запросе страницы /wp-admin вы будете перенаправлены на "
2551
+ #~ "страницу логина, даже если вы изменили ее адрес. Поэтому в целях защиты, "
2552
+ #~ "включите эту опцию."
2553
+
2554
+ #~ msgid "Hides the wp-login.php and wp-signup.php pages."
2555
+ #~ msgstr "Скрывает страницу wp-login.php, wp-signup.php."
2556
+
2557
+ #~ msgid ""
2558
+ #~ "Use this option carefully! If you forget the new login page address, you "
2559
+ #~ "can not get into the admin panel."
2560
+ #~ msgstr ""
2561
+ #~ "Используйте эту опцию осторожно, если вы забудете новый адрес страницы "
2562
+ #~ "логина, вы не сможете попасть в админ панель."
2563
+
2564
+ #~ msgid "Set a new login page name without slash. Example: mysecretlogin"
2565
+ #~ msgstr "Задайте новое имя страницы логина без слешей. Пример: mysecretlogin"
2566
+
2567
+ #~ msgid ""
2568
+ #~ "Search engines perceive these pages as website separate pages, therefore "
2569
+ #~ "their content ceases to be unique because of duplication. In addition, "
2570
+ #~ "page reference weight is reduced if it has a duplicate. A small number of "
2571
+ #~ "duplicated pages will not be a serious problem, but if there are more "
2572
+ #~ "than 50% of them - you urgently need to correct the situation."
2573
+ #~ msgstr ""
2574
+ #~ "Поисковые системы воспринимают эти страницы, как отдельные страницы "
2575
+ #~ "сайта, поэтому их наполнение из-за дублирования информации перестает быть "
2576
+ #~ "уникальным. Кроме того, понижается ссылочный вес страницы, если она имеет "
2577
+ #~ "дубль. Небольшое количество дублированных страниц не станет серьёзной "
2578
+ #~ "проблемой, однако если их более 50 процентов - вам срочно нужно "
2579
+ #~ "исправлять ситуацию."
2580
+
2581
+ #~ msgid "Welcome to Clearfy (1.1.9)"
2582
+ #~ msgstr "Вас приветствует Clearfy (1.1.9)"
2583
+
2584
+ #~ msgid ""
2585
+ #~ "We have moved the plugins menu to the general settings for your comfort. "
2586
+ #~ "There are new plugin features. Please go to the plugin page to learn more!"
2587
+ #~ msgstr ""
2588
+ #~ "Для вашего комфорта мы убрали меню плагина в общие настройки. У плагина "
2589
+ #~ "появились новые функции, пожалуйста, ознакомьтесь с ними на странице "
2590
+ #~ "плагина!"
2591
+
2592
+ #~ msgid "Remove the excess from Clearfy (1.1.9)"
2593
+ #~ msgstr "Удалите лишнее из Clearfy (1.1.9)"
2594
+
2595
+ #~ msgid ""
2596
+ #~ "We have divided plugin features into components. You can turn off unused "
2597
+ #~ "plugin functions."
2598
+ #~ msgstr ""
2599
+ #~ "Мы разделили функции плагина на компоненты, чтобы вы могли отключить не "
2600
+ #~ "нужные для вас функции."
2601
+
2602
+ #~ msgid "Remove dns-prefetch"
2603
+ #~ msgstr "Удалить dns-prefetch"
2604
+
2605
+ #~ msgid "Others"
2606
+ #~ msgstr "Другие"
2607
+
2608
+ #~ msgid "Other useful features."
2609
+ #~ msgstr "Другие полезные функции."
2610
+
2611
+ #~ msgid ""
2612
+ #~ "File names and some titles can have special characters, which can cause "
2613
+ #~ "problems when creating permalinks."
2614
+ #~ msgstr ""
2615
+ #~ "Имена файлов и некоторые заголовки могут иметь специальные символы, что "
2616
+ #~ "может вызвать проблемы при создании постоянных ссылок."
2617
+
2618
+ #~ msgid ""
2619
+ #~ "Removes symbols, spaces, latin and other languages characters from "
2620
+ #~ "uploaded files and gives them \"permalink\" structure (clean characters, "
2621
+ #~ "only lowercase and dahes)."
2622
+ #~ msgstr ""
2623
+ #~ "Удаляет символы, пробелы, латинские и другие языки из имен загружаемых "
2624
+ #~ "файлов и дает им структуру «permalink» (чистые символы, только строчные "
2625
+ #~ "буквы и тире)."
2626
+
2627
+ #~ msgid "Code cleaning"
2628
+ #~ msgstr "Очистка кода"
2629
+
2630
+ #~ msgid ""
2631
+ #~ "Since version 4.6.1 in WordPress there are new links in the section %s "
2632
+ #~ "this type of: "
2633
+ #~ msgstr ""
2634
+ #~ "Начиная с версии 4.6.1 в WordPress появляются новые ссылки в секции %s "
2635
+ #~ "пример:"
2636
+
2637
+ #~ msgid "Removes dns-prefetch links from the %s section"
2638
+ #~ msgstr "Удаляет тег link dns-prefetch из секции %s"
2639
+
2640
+ #~ msgid "Privacy Settings"
2641
+ #~ msgstr "Настройки приватности"
2642
+
2643
+ #~ msgid ""
2644
+ #~ "We have moved the plugin's menu to the general settings for your comfort. "
2645
+ #~ "There are new plugin features. Please go to the plugin page to learn more!"
2646
+ #~ msgstr ""
2647
+ #~ "Для вашего комфорта мы убрали меню плагина в общие настройки. У плагина "
2648
+ #~ "появились новые функции, пожалуйста, ознакомьтесь с ними на странице "
2649
+ #~ "плагина!"
2650
+
2651
+ #~ msgid ""
2652
+ #~ "This is the “One click optimization” solution. Use it if you do not want "
2653
+ #~ "to understand the settings or do not understand what settings you need to "
2654
+ #~ "use. Use our automatic presets to activate safe plugin settings."
2655
+ #~ msgstr ""
2656
+ #~ "Это страница быстрой настройки в \"один клик\". Если вы не хотите "
2657
+ #~ "разбираться в настройках плагина или вам сложно понять их, то это "
2658
+ #~ "отличный способ для вас быстро настроить плагин. Используйте наши шаблоны "
2659
+ #~ "ниже, чтобы активировать рекомендованные нами настройки оптимизации."
2660
+
2661
+ #~ msgid ""
2662
+ #~ "This is the quick plug-in setup mode. Use it if you do not want to "
2663
+ #~ "understand the settings or do not understand what settings you need to "
2664
+ #~ "use."
2665
+ #~ msgstr ""
2666
+ #~ "Это режим быстрой настройки плагина. Используйте его, если вы не хотите "
2667
+ #~ "разбираться в настройках или не понимаете, какие настройки вам нужны."
2668
+
2669
+ #~ msgid "Select mode"
2670
+ #~ msgstr "Выберите режим"
2671
+
2672
+ #~ msgid ""
2673
+ #~ "After selecting the mode, the plug-in automatically activates the "
2674
+ #~ "necessary settings for the mode."
2675
+ #~ msgstr ""
2676
+ #~ "Выбрав режим, плагин автоматически активирует необходимые настройки, для "
2677
+ #~ "выполнения этого режима."
2678
+
2679
+ #~ msgid "Disable admin notice"
2680
+ #~ msgstr "Скрыть уведомления в админ панели"
2681
+
2682
+ #~ msgid ""
2683
+ #~ "Whenever there’s a major release available, a notification will display "
2684
+ #~ "at the top of your admin area, letting you know your version is out-of-"
2685
+ #~ "date and you need to update the core code.<br>\n"
2686
+ #~ "For many people, this nag can be annoying. And if you developer websites "
2687
+ #~ "for clients, you may want to hide it. After all, who wants to let their "
2688
+ #~ "clients know their software is old?"
2689
+ #~ msgstr ""
2690
+ #~ "Всякий раз, когда доступна основная версия плагинов, тем, вы будете "
2691
+ #~ "видеть уведомление, что вам необходимо обновить базовый код. Также "
2692
+ #~ "некоторые плагины могут выводить уведомления о переходе на премиум версию "
2693
+ #~ "или активацию темы.<br>\n"
2694
+ #~ "Для многих людей это может быть раздражающим. И если вы создаете веб-"
2695
+ #~ "сайты для клиентов, вы можете скрыть их. В конце концов, кто хочет, чтобы "
2696
+ #~ "их клиенты знали, что их программное обеспечение устарело?"
2697
+
2698
+ #~ msgid "Disable admin notices."
2699
+ #~ msgstr "Отключить уведомления администратора"
2700
+
2701
+ #~ msgid ""
2702
+ #~ "You can disable all plugin updates or choose manual or automatic update "
2703
+ #~ "mode."
2704
+ #~ msgstr ""
2705
+ #~ "Вы можете отключить все обновления плагинов или выбрать режим ручного или "
2706
+ #~ "автоматического обновления."
2707
+
2708
+ #~ msgid "Recommended Mode"
2709
+ #~ msgstr "Рекомендуемый режим"
2710
+
2711
+ #~ msgid "Code Clearing"
2712
+ #~ msgstr "Очистка кода"
2713
+
2714
+ #~ msgid "Security"
2715
+ #~ msgstr "Безопасность"
2716
+
2717
+ #~ msgid "Seo optimization"
2718
+ #~ msgstr "Оптимизация SEO"
2719
+
2720
+ #~ msgid "Remove default Widgets"
2721
+ #~ msgstr "Удалить виджеты по умолчанию"
2722
+
2723
+ #~ msgid ""
2724
+ #~ "If your site uses an SSL certificate, check this box to enable "
2725
+ #~ "redirection from http to https."
2726
+ #~ msgstr ""
2727
+ #~ "Если ваш сайт использует сертификат SSL, установите этот флажок, чтобы "
2728
+ #~ "включить перенаправление с http на https."
2729
+
2730
+ #~ msgid "Puts the redirect from http to https."
2731
+ #~ msgstr "Передает перенаправление с http на https."
2732
+
2733
+ #~ msgid "Warning! Before activation, make sure your site is open https."
2734
+ #~ msgstr ""
2735
+ #~ "Внимание! Перед активацией убедитесь, что ваш сайт открывается по https."
2736
+
2737
+ #~ msgid "Replace external links in comments on the JavaScript code"
2738
+ #~ msgstr "Заменить внешние ссылки в комментариях на JavaScript код"
2739
+
2740
+ #~ msgid "Replace external links from comment authors on the JavaScript code"
2741
+ #~ msgstr "Заменить внешние ссылки от авторов комментариев на код JavaScript"
2742
+
2743
+ #~ msgid "Disable X-Pingback"
2744
+ #~ msgstr "Убрать ссылку на X-Pingback и возможность спамить pingback-ами"
2745
+
2746
+ #~ msgid "Remove field \"site\" in comment form"
2747
+ #~ msgstr "Удаляет поле \"Сайт\" в форме комментариев"
2748
+
2749
+ #~ msgid "General"
2750
+ #~ msgstr "Основные"
2751
+
2752
+ #~ msgid ""
2753
+ #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for "
2754
+ #~ "the sake of a link to their site?"
2755
+ #~ msgstr ""
2756
+ #~ "Надоел спам в комментариях? Посетители оставляют «пустые» комментарии "
2757
+ #~ "ради ссылки на свой сайт?"
2758
+
2759
+ #~ msgid "Removes the \"Site\" field from the comment form."
2760
+ #~ msgstr "Убирает поле «Сайт» из формы комментирования."
2761
+
2762
+ #~ msgid ""
2763
+ #~ "Works with the standard comment form, if the form is manually written in "
2764
+ #~ "your theme-it probably will not work!"
2765
+ #~ msgstr ""
2766
+ #~ "Работает со стандартной формой комментирования, если в Вашей теме форма "
2767
+ #~ "прописана вручную - скорей всего не сработает!"
2768
+
2769
+ #~ msgid ""
2770
+ #~ "Superfluous external links from comments, which can be typed from a dozen "
2771
+ #~ "and more for one article, do not bring anything good for promotion."
2772
+ #~ msgstr ""
2773
+ #~ "Внешние ссылки в комментариях, которых может быть десятки или больше на "
2774
+ #~ "одной странице, могут ухудшить продвижение вашего сайта."
2775
+
2776
+ #~ msgid "Replaces the links of this kind of %s, on links of this kind %s"
2777
+ #~ msgstr ""
2778
+ #~ "Заменяет ссылки %s, на span тег и устанавливает переход с помощью "
2779
+ #~ "JavaScript %s"
2780
+
2781
+ #~ msgid ""
2782
+ #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
2783
+ #~ "external link. Even nofollow from page weight loss here does not help."
2784
+ #~ msgstr ""
2785
+ #~ "До 90 процентов комментариев в блоге оставляют ради внешней ссылки. Не "
2786
+ #~ "поможет даже nofollow от потери веса страницы."
2787
+
2788
+ #~ msgid ""
2789
+ #~ "Replaces the links of the authors of comments on the JavaScript code, it "
2790
+ #~ "is impossible to distinguish it from usual links."
2791
+ #~ msgstr ""
2792
+ #~ "Заменяет ссылки авторов комментариев на JavaScript код, его невозможно "
2793
+ #~ "отличить от обычной ссылки."
2794
+
2795
+ #~ msgid "In some Wordpress topics this may not work."
2796
+ #~ msgstr "В некоторых темах Wordpress это может не сработать."
2797
+
2798
+ #~ msgid "Disable plugin updates"
2799
+ #~ msgstr "Отключить обновления плагинов"
2800
+
2801
+ #~ msgid "Disable theme updates"
2802
+ #~ msgstr "Отключить обновления тем"
2803
+
2804
+ #~ msgid "Disable Automatic Translation Updates"
2805
+ #~ msgstr "Отключить автоматические обновления переводов"
2806
+
2807
+ #~ msgid "Disable wordPress core updates"
2808
+ #~ msgstr "Отключить обновления ядра Wordpress"
2809
+
2810
+ #~ msgid "Enable updates for VCS Installations"
2811
+ #~ msgstr "Включить обновления для установок VCS"
2812
+
2813
+ #~ msgid "Disable all updates"
2814
+ #~ msgstr "Отключить обновления"
2815
+
2816
+ #~ msgid "Plugin Updates"
2817
+ #~ msgstr "Обновления плагина"
2818
+
2819
+ #~ msgid "Monual updates"
2820
+ #~ msgstr "Ручные"
2821
+
2822
+ #~ msgid "Enable auto updates"
2823
+ #~ msgstr "Автоматические"
2824
+
2825
+ #~ msgid "Disable updates"
2826
+ #~ msgstr "Отключить все"
2827
+
2828
+ #~ msgid "Theme Updates"
2829
+ #~ msgstr "Обновления тем"
2830
+
2831
+ #~ msgid ""
2832
+ #~ "You can disable all themes updates or choose manual or automatic update "
2833
+ #~ "mode."
2834
+ #~ msgstr ""
2835
+ #~ "Вы можете отключить все обновления тем или выбрать режим ручного или "
2836
+ #~ "автоматического обновления."
2837
+
2838
+ #~ msgid "WordPress Core Updates"
2839
+ #~ msgstr "Базовые обновления Wordpress"
2840
+
2841
+ #~ msgid "Disable auto updates"
2842
+ #~ msgstr "Отключить автоматические обновления"
2843
+
2844
+ #~ msgid "Allow minor auto updates"
2845
+ #~ msgstr "Разрешить незначительные автоматические обновления"
2846
+
2847
+ #~ msgid "Allow major auto updates"
2848
+ #~ msgstr "Разрешить основные автоматические обновления"
2849
+
2850
+ #~ msgid "Allow development auto updates"
2851
+ #~ msgstr "Разрешить разрабатываемые автоматические обновления"
2852
+
2853
+ #~ msgid ""
2854
+ #~ "You can disable all core WordPress updates, or disable only automatic "
2855
+ #~ "updates. Also you can select the update mode. By default (minor)"
2856
+ #~ msgstr ""
2857
+ #~ "Вы можете отключить все основные обновления WordPress или отключить "
2858
+ #~ "только автоматические обновления. Также вы можете выбрать режим "
2859
+ #~ "обновления. По умолчанию (младший)"
2860
+
2861
+ #~ msgid ""
2862
+ #~ "Major - automatically update to major releases (e.g., 4.1, 4.2, 4.3)."
2863
+ #~ msgstr ""
2864
+ #~ "Основные - автоматически обновления основных версий (4.1, 4.2, 4.3 и т.д)."
2865
+
2866
+ #~ msgid ""
2867
+ #~ "Minor - automatically update to minor releases (e.g., 4.1.1, 4.1.2, "
2868
+ #~ "4.1.3).."
2869
+ #~ msgstr ""
2870
+ #~ "Незначительные - автоматически обновления промежуточных версий (4.1.1, "
2871
+ #~ "4.1.2, 4.1.3 и т.д)."
2872
+
2873
+ #~ msgid "Development - update automatically to Bleeding Edge releases."
2874
+ #~ msgstr "Разрабатываемые - автоматические обновления до финальных выпусков."
2875
+
2876
+ #~ msgid ""
2877
+ #~ "Enable Automatic Updates even if a VCS folder (.git, .hg, .svn) was found "
2878
+ #~ "in the WordPress directory"
2879
+ #~ msgstr ""
2880
+ #~ "Включить автоматическое обновление, даже если папка VCS (.git, .hg, .svn) "
2881
+ #~ "была найдена в каталоге WordPress"
2882
+
2883
+ #~ msgid "Settings"
2884
+ #~ msgstr "Настройки"
2885
+
2886
+ #~ msgid "All site Updates"
2887
+ #~ msgstr "Все обновления сайта"
2888
+
2889
+ #~ msgid "Save settings"
2890
+ #~ msgstr "Сохранить настройки"
2891
+
2892
+ #~ msgid ""
2893
+ #~ "A neutral setting that can not harm your site, but you must be sure that "
2894
+ #~ "you need to use it."
2895
+ #~ msgstr ""
2896
+ #~ "Нейтральная настройка, которая не может нанести вред вашему сайту, но вы "
2897
+ #~ "должны быть уверены, что вам нужно ее использовать."
2898
+
2899
+ #~ msgid ""
2900
+ #~ "When set this option, you must be careful. Plugins and themes may depend "
2901
+ #~ "on this function. You must be sure that you can disable this feature for "
2902
+ #~ "the site."
2903
+ #~ msgstr ""
2904
+ #~ "При включении этой настройки, вы должны быть осторожны. Некоторые плагины "
2905
+ #~ "и темы могут зависеть от этой функции. Вы должны быть уверены, что эту "
2906
+ #~ "функцию можно отключить для сайта."
2907
+
2908
+ #~ msgid "Absolutely safe setting, We recommend to use."
2909
+ #~ msgstr "Абсолютно безопасная настройка, рекомендуем использовать."
2910
+
2911
+ #~ msgid "Hover to the icon to get help for the feature you selected."
2912
+ #~ msgstr ""
2913
+ #~ "Наведите указатель мыши на значок, чтобы получить справку по выбранной "
2914
+ #~ "функции."
2915
+
2916
+ #~ msgid "Do you want the plugin to improved and update?"
2917
+ #~ msgstr "Вы хотите, чтобы плагин улучшался и обновлялся?"
2918
+
2919
+ #~ msgid ""
2920
+ #~ "Help the author, leave a review on wordpress.org. Thanks to feedback, I "
2921
+ #~ "will know that the plugin is really useful to you and is needed."
2922
+ #~ msgstr ""
2923
+ #~ "Помогите автору, оставьте отзыв на wordpress.org. Благодаря отзывам, я "
2924
+ #~ "буду знать, что плагин действительно полезен для вас и необходим."
2925
+
2926
+ #~ msgid "And also write your ideas on how to extend or improve the plugin."
2927
+ #~ msgstr ""
2928
+ #~ также напишите свои идеи о том, как расширить или улучшить плагин."
2929
+
2930
+ #~ msgid "Go rate us and push ideas"
2931
+ #~ msgstr "Оставить отзыв или поделиться идеей"
2932
+
2933
+ #~ msgid "Donation for plug-in development"
2934
+ #~ msgstr "Пожертвования на развитие плагина"
2935
+
2936
+ #~ msgid "You do not have permission to edit page."
2937
+ #~ msgstr "У вас недостаточно прав, для редактирования этой страницы."
2938
+
2939
+ #~ msgid "The settings have been updated successfully!"
2940
+ #~ msgstr "Настройки были успешно обновлены!"
2941
+
2942
+ #~ msgid ""
2943
+ #~ "The first item in the toolbar goes wordpress logo and external links to "
2944
+ #~ "wordpress.org, WP forums and documentation."
2945
+ #~ msgstr ""
2946
+ #~ "Первый элемент в панели инструментов идет логотип wordpress и внешние "
2947
+ #~ "ссылки на wordpress.org, WP форумах и документации."
2948
+
2949
+ #~ msgid "Removes all links to wordpress.org from the toolbar."
2950
+ #~ msgstr "Удаляет все ссылки на wordpress.org с панели инструментов."
2951
+
2952
+ #~ msgid "Revisions"
2953
+ #~ msgstr "Ревизии"
2954
+
2955
+ #~ msgid ""
2956
+ #~ "Editorial (or revision) in WordPress are long-standing. They allow you to "
2957
+ #~ "save a backup copy of the record or page whenever a change is made, and "
2958
+ #~ "then view all versions with the ability to restore any of them."
2959
+ #~ msgstr ""
2960
+ #~ "Редакции (или ревизии) в WordPress, давно. Они позволяют вам сохранить "
2961
+ #~ "резервную копию на запись или на страницу всякий раз, когда вы внесли "
2962
+ #~ "изменения в редакторе Wordpress. В дальнейшем вы можете просмотреть все "
2963
+ #~ "версии с возможностью восстановить любую из них."
2964
+
2965
+ #~ msgid "Clearfy - disable unused features"
2966
+ #~ msgstr "Clearfy - отключите бесполезные функции"
2967
+
2968
+ #~ msgid "Header cleaning"
2969
+ #~ msgstr "Очистка кода"
2970
+
2971
+ #~ msgid "Save changes"
2972
+ #~ msgstr "Сохранить настройки"
2973
+
2974
+ #~ msgid ""
2975
+ #~ "This page contains additional settings, usually not listed in the "
2976
+ #~ "recommended list."
2977
+ #~ msgstr ""
2978
+ #~ "Эта страница содержит дополнительные параметры, обычно, не перечисленные "
2979
+ #~ "в списке рекомендованных."
2980
+
2981
+ #~ msgid ""
2982
+ #~ "This page contains the security configuration settings for your site."
2983
+ #~ msgstr ""
2984
+ #~ "Эта страница содержит параметры конфигурации безопасности для вашего "
2985
+ #~ "сайта."
2986
+
2987
+ #~ msgid "This page contains settings for setting up duplicate pages."
2988
+ #~ msgstr "Эта страница содержит параметры для настройки дублирования страниц."
2989
+
2990
+ #~ msgid "On this settings page, you can optimize the source code of the page."
2991
+ #~ msgstr ""
2992
+ #~ "На этой странице настроек вы можете оптимизировать исходный код страницы."
2993
+
2994
+ #~ msgid "On this page you can configure the privacy settings of your site."
2995
+ #~ msgstr ""
2996
+ #~ "На этой странице вы можете установить настройки приватности для скриптов "
2997
+ #~ "на вашем сайте."
2998
+
2999
+ #~ msgid "Ok"
3000
+ #~ msgstr "Принять"
3001
+
3002
+ #~ msgid "This page contains important settings for SEO optimization."
3003
+ #~ msgstr "Эта страница содержит важные настройки SEO оптимизации."
3004
+
3005
+ #~ msgid "Header section"
3006
+ #~ msgstr "Раздел head"
3007
+
3008
+ #~ msgid "* Warning! Before activation, make sure your site is open https."
3009
+ #~ msgstr ""
3010
+ #~ "* Внимание! Перед активацией убедитесь, что ваш сайт открывается по https."
3011
+
3012
+ #~ msgid ""
3013
+ #~ "You are using the old version of PHP, please update the version of PHP to "
3014
+ #~ "5.3 and higher. You must deactivate the \"Clearfy - unused features\" "
3015
+ #~ "plugin, since it will not work with the old version of php."
3016
+ #~ msgstr ""
3017
+ #~ "Вы используете старую версию PHP, пожалуйста, обновите версию PHP до 5.3 "
3018
+ #~ "и выше. Вы должны деактивировать плагин «Clearfy - неиспользуемые "
3019
+ #~ "функции», так как он не будет работать со старой версией php."
3020
+
3021
+ #~ msgid ""
3022
+ #~ "You do not have sufficient permissions to activate plugins for this site."
3023
+ #~ msgstr ""
3024
+ #~ вас недостаточно прав для того, чтобы активировать плагины на этом "
3025
+ #~ "сайте."
3026
+
3027
+ #~ msgid ""
3028
+ #~ "* It works with the standard comment form, if in your subject the form is "
3029
+ #~ "spelled out manually-most likely it will not work!"
3030
+ #~ msgstr ""
3031
+ #~ "* Он работает со стандартной формой комментария, если в вашем предмете "
3032
+ #~ "форма изложена вручную - скорее всего, она не сработает!"
3033
+
3034
+ #~ msgid ""
3035
+ #~ "Works with the standard comment form, if the form is manually written in "
3036
+ #~ "your theme - it probably will not work!"
3037
+ #~ msgstr ""
3038
+ #~ "Работает со стандартной формой комментирования, если в Вашей теме форма "
3039
+ #~ "прописана вручную - скорей всего не сработает!"
3040
+
3041
+ #~ msgid "Urls pack"
3042
+ #~ msgstr "URL-адреса"
3043
+
3044
+ #~ msgid "Tasks"
3045
+ #~ msgstr "Задачи"
3046
+
3047
+ #~ msgid ""
3048
+ #~ "By default, WordPress generates all types of different RSS feeds for your "
3049
+ #~ "site. While RSS feeds can be useful if you are running a blog, businesses "
3050
+ #~ "might not always utilize these. Not every site out there has a blog.\n"
3051
+ #~ "<br><b>Clearfy</b>: Removes a link to the RSS-feed from the &lt;head&gt; "
3052
+ #~ "section, closes and puts the redirect from all RSS-feeds."
3053
+ #~ msgstr ""
3054
+ #~ "По умолчанию WordPress генерирует различные виды RSS-каналов для вашего "
3055
+ #~ "сайта. Иногда RSS-каналы могут быть полезны, если вы используете блог "
3056
+ #~ "например, но если у вас обычный одностаничник, то RSS для вас будет "
3057
+ #~ "бесполезен. <br><b>Clearfy</b>: Удаляет ссылку на RSS-канал из раздела "
3058
+ #~ "&lt;head&gt;, закрывает и ставит перенаправления от всех RSS-каналов."
3059
+
3060
+ #~ msgid ""
3061
+ #~ "Tired of spam in the comments? Do visitors leave \"blank\" comments for "
3062
+ #~ "the sake of a link to their site?\n"
3063
+ #~ "<br><b>Clearfy</b>: Removes the \"Site\" field from the comment form.\n"
3064
+ #~ "<br>--<br><span style=\"color:#dd2b19\"> * Works with the standard "
3065
+ #~ "comment form, if the form is manually written in your theme - it probably "
3066
+ #~ "will not work!</span>\n"
3067
+ #~ msgstr ""
3068
+ #~ "Надоел спам в комментариях? Посетители оставляют «пустые» комментарии "
3069
+ #~ "ради ссылки на свой сайт?\n"
3070
+ #~ "<br><b>Clearfy</b>: Убирает поле «Сайт» из формы комментирования.\n"
3071
+ #~ "<br>--<br><span style=\"color:#dd2b19\"> * Работает со стандартной формой "
3072
+ #~ "комментирования, если в Вашей теме форма прописана вручную - скорей всего "
3073
+ #~ "не сработает!</span>\n"
3074
+
3075
+ #~ msgid ""
3076
+ #~ "The first item in the toolbar goes wordpress logo and external links to "
3077
+ #~ "wordpress.org, WP forums and documentation.\n"
3078
+ #~ "\t\t<br><b>Clearfy</b>: Removes all links to wordpress.org from the "
3079
+ #~ "toolbar."
3080
+ #~ msgstr ""
3081
+ #~ "Первый элемент в панели инструментов идет логотип wordpress и внешние "
3082
+ #~ "ссылки на wordpress.org, WP форумах и документации.<br><b>Clearfy</b>: "
3083
+ #~ "удаляет все ссылки на wordpress.org с панели инструментов."
3084
+
3085
+ #~ msgid ""
3086
+ #~ "Remove meta generator <span class=\"wbcr-clearfy-recomended-text"
3087
+ #~ "\">(Recommended)</span>"
3088
+ #~ msgstr ""
3089
+ #~ "Удалить meta generator <span class=\"wbcr-clearfy-recomended-text"
3090
+ #~ "\">(рекомендуется)</span>"
3091
+
3092
+ #~ msgid ""
3093
+ #~ "Allows attacker to learn the version of WP installed on the site. This "
3094
+ #~ "meta tag has no useful function.\n"
3095
+ #~ "<br><b>Clearfy</b>: Removes the meta tag from the &lt;head&gt; section"
3096
+ #~ msgstr ""
3097
+ #~ "Позволяет злоумышленнику узнать версию Wordpress, установленую на вашем "
3098
+ #~ "сайте. Этот мета-тег не несет никакой пользы.<br><b>Clearfy</b>: удаляет "
3099
+ #~ "мета-тег из раздел &lt;head&gt;"
3100
+
3101
+ #~ msgid ""
3102
+ #~ "Hide author login <span class=\"wbcr-clearfy-recomended-text"
3103
+ #~ "\">(Recommended)</span>"
3104
+ #~ msgstr ""
3105
+ #~ "Убрать возможность узнать логин автора<span class=\"wbcr-clearfy-"
3106
+ #~ "recomended-text\">(Рекомендовано)</span>"
3107
+
3108
+ #~ msgid ""
3109
+ #~ "An attacker can find out the author's login, using a similar request to "
3110
+ #~ "get your site. mysite.com/?author=1\n"
3111
+ #~ "\t\t\t<br><b>Clearfy</b>: Sets the redirect to exclude the possibility of "
3112
+ #~ "obtaining a login."
3113
+ #~ msgstr ""
3114
+ #~ "Злоумышленник может узнать логин автора, с помощью подобного get запроса "
3115
+ #~ "mysite.com/?author=1\n"
3116
+ #~ "<br><b>Clearfy</b>: Предотвращает возможность узнать логин автора, "
3117
+ #~ "устанавливая перенаправление."
3118
+
3119
+ #~ msgid ""
3120
+ #~ "Hide errors when logging into the site <span class=\"wbcr-clearfy-"
3121
+ #~ "recomended-text\">(Recommended)</span>"
3122
+ #~ msgstr ""
3123
+ #~ "Спрятать ошибки при входе на сайт <span class=\"wbcr-clearfy-recomended-"
3124
+ #~ "text\">(Рекомендовано)</span>"
3125
+
3126
+ #~ msgid ""
3127
+ #~ "WP by default shows whether you entered a wrong login or incorrect "
3128
+ #~ "password, which allows attackers to understand if there is a certain user "
3129
+ #~ "on the site, and then start searching through the passwords.\n"
3130
+ #~ "<br><b>Clearfy</b>: Changes in the text of the error so that attackers "
3131
+ #~ "could not find the login."
3132
+ #~ msgstr ""
3133
+ #~ "Wordpress по умолчанию показывает, ввели ли вы неправильный логин или "
3134
+ #~ "неправильный пароль, что дает злоумышленникам понять, существует ли "
3135
+ #~ "определенный пользователь на сайте, а после начать перебор паролей.\n"
3136
+ #~ "<br><b>Clearfy</b>: Меняет текст ошибки так, чтобы злоумышленники не "
3137
+ #~ "смогли подобрать логин."
3138
+
3139
+ #~ msgid ""
3140
+ #~ "Disable X-Pingback <span class=\"wbcr-clearfy-recomended-text"
3141
+ #~ "\">(Recommended)</span>"
3142
+ #~ msgstr ""
3143
+ #~ "Убрать ссылку на X-Pingback и возможность спамить pingback-ами <span "
3144
+ #~ "class=\"wbcr-clearfy-recomended-text\">(Рекомендовано)</span>"
3145
+
3146
+ #~ msgid ""
3147
+ #~ "A pingback is basically an automated comment that gets created when "
3148
+ #~ "another blog links to you. A self-pingback is created when you link to an "
3149
+ #~ "article within your own blog. Pingbacks are essentially nothing more than "
3150
+ #~ "spam and simply waste resources.\n"
3151
+ #~ "\t\t<br><b>Clearfy</b>: Removes the server responses a reference to the "
3152
+ #~ "xmlrpc file."
3153
+ #~ msgstr ""
3154
+ #~ "Pingback по-существу автоматизированных комментарий, который создается, "
3155
+ #~ "когда другой блог ссылается на вас. Self-pingback создается, когда вы "
3156
+ #~ "оставили ссылку на статью в своем блоге. Pingbacks по существу являются "
3157
+ #~ "не более чем спам и пустая трата ресурсов вашего сайта.<br><b>Clearfy</"
3158
+ #~ "b>: Удаляет ссылку на xmlrpc-файл и ответ сервера."
3159
+
3160
+ #~ msgid ""
3161
+ #~ "Remove archives date <span class=\"wbcr-clearfy-recomended-text"
3162
+ #~ "\">(Recommended)</span>"
3163
+ #~ msgstr ""
3164
+ #~ "Удалить архивы дат <span class=\"wbcr-clearfy-recomended-text"
3165
+ #~ "\">(Рекомендовано)</span>"
3166
+
3167
+ #~ msgid ""
3168
+ #~ "Many duplicates in date archives. Imagine, in addition, that your article "
3169
+ #~ "will be displayed in the main and in the category, you will still receive "
3170
+ #~ "at least 3 duplicates: in archives by year, month and date, for example / "
3171
+ #~ "2016/2016/02 / / 2016/02/15.\n"
3172
+ #~ "<br><b>Clearfy</b>: Removes all pages with the date archives and puts a "
3173
+ #~ "redirect."
3174
+ #~ msgstr ""
3175
+ #~ "Огромное количество дублей в архивах дат. Представьте, кроме того, что "
3176
+ #~ "Ваша статья будет выводиться на главной и в категории, Вы еще получите "
3177
+ #~ "как минимум 3 дубля: в архивах по году, месяцу и дате, "
3178
+ #~ "например /2016/ /2016/02/ /2016/02/15.\n"
3179
+ #~ "<br><b>Clearfy</b>: Удаляет полностью архивы дат и ставит редирект."
3180
+
3181
+ #~ msgid ""
3182
+ #~ "Remove author archives <span class=\"wbcr-clearfy-recomended-text"
3183
+ #~ "\">(Recommended)</span>"
3184
+ #~ msgstr ""
3185
+ #~ "Удалить архивы автора <span class=\"wbcr-clearfy-recomended-text"
3186
+ #~ "\">(Рекомендовано)</span>"
3187
+
3188
+ #~ msgid ""
3189
+ #~ "If the site is only filled by you - a mandatory item. Allows you to get "
3190
+ #~ "rid of duplicates on user archives, for example /author/admin/.\n"
3191
+ #~ "<br><b>Clearfy</b>: Removes all pages with the author archives and puts a "
3192
+ #~ "redirect."
3193
+ #~ msgstr ""
3194
+ #~ "Если сайт заполняете только вы - это функция обязательна. Позволяет вам "
3195
+ #~ "избавиться от дубликатов страниц автора, например /author/admin /.\n"
3196
+ #~ "<br><b>Clearfy</b>: удаляет все страницы из архивов автора и ставит "
3197
+ #~ "перенаправление."
3198
+
3199
+ #~ msgid ""
3200
+ #~ "If you use tags only for the block Similar records, or do not use them at "
3201
+ #~ "all - it will be more correct to close them to avoid duplicates.\n"
3202
+ #~ "<br><b>Clearfy</b>: Removes all pages with the tag archives and puts a "
3203
+ #~ "redirect."
3204
+ #~ msgstr ""
3205
+ #~ "Если вы используете теги только для виджета \"Похожие записи\", либо не "
3206
+ #~ "используете их совсем - правильнее будет их закрыть, чтобы избежать "
3207
+ #~ "дублей.\n"
3208
+ #~ "<br><b>Clearfy</b>: Ставит редирект со страниц тегов на главную."
3209
+
3210
+ #~ msgid ""
3211
+ #~ "Remove attachment pages <span class=\"wbcr-clearfy-recomended-text"
3212
+ #~ "\">(Recommended)</span>"
3213
+ #~ msgstr ""
3214
+ #~ "Удалить страницы вложений <span class=\"wbcr-clearfy-recomended-text"
3215
+ #~ "\">(Рекомендовано)</span>"
3216
+
3217
+ #~ msgid ""
3218
+ #~ "Every of the pictures has its own page on the site. Such pages are "
3219
+ #~ "successfully indexed and create duplicates. The site can have thousands "
3220
+ #~ "of same-type attachment pages.\n"
3221
+ #~ "<br><b>Clearfy</b>: Removes attachment pages and puts a redirect."
3222
+ #~ msgstr ""
3223
+ #~ "Каждая загруженная картинка имеет свою страничку на сайте, состоящую "
3224
+ #~ "только из одной картинки. Такие страницы успешно индексируются и создают "
3225
+ #~ "дубли. На сайте могут быть тысячи однотипных страниц вложений.\n"
3226
+ #~ "<br><b>Clearfy</b>: Удаляет страницы вложений и ставит редирект на запись."
3227
+
3228
+ #~ msgid ""
3229
+ #~ "Remove post pagination <span class=\"wbcr-clearfy-recomended-text"
3230
+ #~ "\">(Recommended)</span>"
3231
+ #~ msgstr ""
3232
+ #~ "Удалить постраничную навигацию записей <span class=\"wbcr-clearfy-"
3233
+ #~ "recomended-text\">(Рекомендовано)</span>"
3234
+
3235
+ #~ msgid ""
3236
+ #~ "In WordPress, any post can be divided into parts (pages), each part will "
3237
+ #~ "have its own address. But this functionality is rarely used, but it can "
3238
+ #~ "create trouble for you. For example, you can add a number to the address "
3239
+ #~ "of any entry of your blog, /privet-mir/1/ - the post itself will open, "
3240
+ #~ "which will be a duplicate. You can substitute any number.\n"
3241
+ #~ "<br><b>Clearfy</b>: Removes the pagination from the post and puts a "
3242
+ #~ "redirect. Example: /post-name/number"
3243
+ #~ msgstr ""
3244
+ #~ "В WordPress любое содержание можно разделить на части (страницы), каждая "
3245
+ #~ "часть будет иметь свой собственный адрес. Эта функциональность "
3246
+ #~ "используется редко, но это может создать проблемы для вас. Например вы "
3247
+ #~ "можете добавить номер в адрес любой записи вашего блога, /hello-world/1/ "
3248
+ #~ "- откроет текущую страницу, которая будет дублироваться.\n"
3249
+ #~ " <br><b>Clearfy</b>: предотвращает создание пагинации для страницы и "
3250
+ #~ "ставит перенаправление на ссылки такого типа: /privet-mir/1/ "
3251
+
3252
+ #~ msgid ""
3253
+ #~ "Remove ?replytocom <span class=\"wbcr-clearfy-recomended-text"
3254
+ #~ "\">(Recommended)</span>"
3255
+ #~ msgstr ""
3256
+ #~ "Удалить ?replytocom <span class=\"wbcr-clearfy-recomended-text"
3257
+ #~ "\">(Рекомендовано)</span>"
3258
+
3259
+ #~ msgid ""
3260
+ #~ "WordPress adds ?replytocom to the link \"Reply\" in the comments, if you "
3261
+ #~ "use hierarchical comments.\n"
3262
+ #~ "<br><b>Clearfy</b>: ?relpytocom remove and and puts a redirect."
3263
+ #~ msgstr ""
3264
+ #~ "WordPress добавляет ?replytocom к ссылке «Ответ» в комментариях, если вы "
3265
+ #~ "используете иерархические комментарии.\n"
3266
+ #~ "<br><b>Clearfy</b>: удаляет ?relpytocom и ставит перенаправление."
3267
+
3268
+ #~ msgid ""
3269
+ #~ "Remove REST API Links <span class=\"wbcr-clearfy-recomended-text"
3270
+ #~ "\">(Recommended)</span>"
3271
+ #~ msgstr ""
3272
+ #~ "Удалите остальные API ссылки <span class=\"wbcr-clearfy-recomended-text"
3273
+ #~ "\">(рекомендуется)</span>"
3274
+
3275
+ #~ msgid ""
3276
+ #~ "The WordPress REST API provides API endpoints for WordPress data types "
3277
+ #~ "that allow developers to interact with sites remotely by sending and "
3278
+ #~ "receiving JSON (JavaScript Object Notation) objects. However, a lot of "
3279
+ #~ "sites don’t use this, and therefore in most cases, it is just unnecessary "
3280
+ #~ "code.\n"
3281
+ #~ "<br><b>Clearfy:</b> Removes REST API link tag from the front end and the "
3282
+ #~ "REST API header link from page requests."
3283
+ #~ msgstr ""
3284
+ #~ "WordPress REST API предоставляет API для работы с WordPress данными, это "
3285
+ #~ "позволяет разработчикам взаимодействовать с сайтами удаленно, посредством "
3286
+ #~ "отправки и получения данных в формате JSON (JavaScript Object Notation). "
3287
+ #~ "Однако многие сайты не используют это, и поэтому в большинстве случаев, "
3288
+ #~ "это только ненужный код.\n"
3289
+ #~ "<br><b>Clearfy:</b> Отключает REST API и удаляет все ссылки из исходного "
3290
+ #~ "кода страницы."
3291
+
3292
+ #~ msgid ""
3293
+ #~ "Disable Emojis <span class=\"wbcr-clearfy-recomended-text"
3294
+ #~ "\">(Recommended)</span>"
3295
+ #~ msgstr ""
3296
+ #~ "Отключить Emojis (эмоции)<span class=\"wbcr-clearfy-recomended-text"
3297
+ #~ "\">(Рекомендовано)</span>"
3298
+
3299
+ #~ msgid ""
3300
+ #~ "Emojis are fun and all, but if you are aren’t using them they actually "
3301
+ #~ "load a JavaScript file (wp-emoji-release.min.js) on every page of your "
3302
+ #~ "website. For a lot of businesses, this is not needed and simply adds load "
3303
+ #~ "time to your site. So we recommend disabling this.\n"
3304
+ #~ "<br><b>Clearfy:</b> Removes WordPress Emojis JavaScript file (wp-emoji-"
3305
+ #~ "release.min.js)."
3306
+ #~ msgstr ""
3307
+ #~ "Emojis это смайлы (эмоции), если вы не используете их на своем сайте, в "
3308
+ #~ "исходном коде страницы будет загружаться JavaScript файл (wp-emoji-"
3309
+ #~ "release.min.js), на каждой странице вашего веб-сайта. Для многих сайтов "
3310
+ #~ "это не требуется и просто увеличивает время загрузки страницы. Поэтому мы "
3311
+ #~ "рекомендуем отключить это.\n"
3312
+ #~ "<br><b>Clearfy:</b> Удаляет код Emojis из исходного кода страницы"
3313
+
3314
+ #~ msgid ""
3315
+ #~ "Remove dns-prefetch <span class=\"wbcr-clearfy-recomended-text"
3316
+ #~ "\">(Recommended)</span>"
3317
+ #~ msgstr ""
3318
+ #~ "Удалить dns-prefetch <span class=\"wbcr-clearfy-recomended-text"
3319
+ #~ "\">(Рекомендовано)</span>"
3320
+
3321
+ #~ msgid ""
3322
+ #~ "Since version 4.6.1 in WordPress there are new links in the section &lt;"
3323
+ #~ "head&gt; this type of: <code>&lt;link rel=\"dns-prefetch\" href=\"//s.w."
3324
+ #~ "org\"&gt;</code>\n"
3325
+ #~ "<br><b>Clearfy</b>: Removes dns-prefetch links from the &lt;head&gt; "
3326
+ #~ "section"
3327
+ #~ msgstr ""
3328
+ #~ "Начиная с версии 4.6.1 в WordPress появляются новые ссылки в секции &lt;"
3329
+ #~ "head&gt; пример: <code>&lt;link rel=\"dns-prefetch\" href = \"//s.w.org"
3330
+ #~ "\"&gt;</code>\n"
3331
+ #~ "<br><b>Clearfy</b>: Удаляет ссылки из секции &lt;head&gt;"
3332
+
3333
+ #~ msgid ""
3334
+ #~ "Remove RSD Link <span class=\"wbcr-clearfy-recomended-text"
3335
+ #~ "\">(Recommended)</span>"
3336
+ #~ msgstr ""
3337
+ #~ "Удаляет RSD ссылку <span class=\"wbcr-clearfy-recomended-text"
3338
+ #~ "\">(Рекомендовано)</span>"
3339
+
3340
+ #~ msgid ""
3341
+ #~ "The above link is used by blog clients. If you edit your site from your "
3342
+ #~ "browser then you don’t need this. It is also used by some 3rd party "
3343
+ #~ "applications that utilize XML-RPC requests. In most cases, this is just "
3344
+ #~ "unnecessary code.<br><code>&lt;link rel=\"EditURI\" type=\"application/rsd"
3345
+ #~ "+xml\" title=\"RSD\" href=\"https://yourdomain.com/xmlrpc.php?rsd\"&gt;</"
3346
+ #~ "code>\n"
3347
+ #~ "<br><b>Clearfy</b>: Remove RSD (Real Simple Discovery) link tag."
3348
+ #~ msgstr ""
3349
+ #~ "Эта ссылка используется клиентами блога. Если вы редактируете сайт из "
3350
+ #~ "вашего браузера, то вам не нужно это. Она также используется в некоторых "
3351
+ #~ "приложениях, которые используют XML-RPC-запросы. В большинстве случаев "
3352
+ #~ "это только ненужный код.<br> Пример: <code>&lt;link rel=\"EditURI\" type="
3353
+ #~ "\"application/rsd+xml\" title=\"RSD\" href=\"https://yourdomain.com/"
3354
+ #~ "xmlrpc.php?rsd\"&gt;</code>\n"
3355
+ #~ "<br><b>Clearfy</b>: Удаляет RSD link тег"
3356
+
3357
+ #~ msgid ""
3358
+ #~ "Remove wlwmanifest Link <span class=\"wbcr-clearfy-recomended-text"
3359
+ #~ "\">(Recommended)</span>"
3360
+ #~ msgstr ""
3361
+ #~ "Удалить wlwmanifest Link <span class=\"wbcr-clearfy-recomended-text"
3362
+ #~ "\">(рекомендуется)</span>"
3363
+
3364
+ #~ msgid ""
3365
+ #~ "<code>&lt;link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" "
3366
+ #~ "href=\"https://yourdomain.com/wp-includes/wlwmanifest.xml\"&gt;</"
3367
+ #~ "code><br>This link is actually used by Windows Live Writer. If you don’t "
3368
+ #~ "know use Windows Live Writer, which we are guessing you don’t, this is "
3369
+ #~ "just unnecessary code.\n"
3370
+ #~ "<br><b>Clearfy</b>: Remove wlwmanifest (Windows Live Writer) link tag."
3371
+ #~ msgstr ""
3372
+ #~ "<code>&lt;link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" "
3373
+ #~ "href=\"https://yourdomain.com/wp-includes/wlwmanifest.xml\"&gt;</"
3374
+ #~ "code><br>Эта ссылка используется фактически Windows Live Writer. Если вы "
3375
+ #~ "не знаете, как использовать Windows Live Writer, то это только ненужный "
3376
+ #~ "код.\n"
3377
+ #~ "<br><b>Clearfy</b>: Удаляет тег link wlwmanifest (Windows Live Writer)."
3378
+
3379
+ #~ msgid ""
3380
+ #~ "Remove Shortlink <span class=\"wbcr-clearfy-recomended-text"
3381
+ #~ "\">(Recommended)</span>"
3382
+ #~ msgstr ""
3383
+ #~ "Удалить короткие ссылки <span class=\"wbcr-clearfy-recomended-text"
3384
+ #~ "\">(Рекомендовано)</span>"
3385
+
3386
+ #~ msgid ""
3387
+ #~ "By default, the following tag shows up in every WordPress install."
3388
+ #~ "<br><code>&lt;link rel=\"shortlink\" href=\"https://domain.com?p=712\"&gt;"
3389
+ #~ "</code><br>This is used for a shortlink to your pages and posts. However, "
3390
+ #~ "if you are already using pretty permalinks, such as domain.com/post, then "
3391
+ #~ "there is no reason to keep this, it is just unnecessary code.\n"
3392
+ #~ "<br><b>Clearfy</b>: Remove Shortlink link tag."
3393
+ #~ msgstr ""
3394
+ #~ "По умолчанию следующий тег печатается на каждой странице ваших записей и "
3395
+ #~ "страниц.<br><code>&lt;link rel=\"shortlink\" href=\"https://domain.com?"
3396
+ #~ "p=712\"&gt;</code><br>Это используется, как короткая ссылка на вашу "
3397
+ #~ "статью. Если вы используете постоянные ссылки, то это не нужный код.\n"
3398
+ #~ "<br><b>Clearfy</b>: Удаляет тег link shortlink."
3399
+
3400
+ #~ msgid ""
3401
+ #~ "Remove links to previous, next post <span class=\"wbcr-clearfy-recomended-"
3402
+ #~ "text\">(Recommended)</span>"
3403
+ #~ msgstr ""
3404
+ #~ "Удалить ссылки следующая, предыдущая запись <span class=\"wbcr-clearfy-"
3405
+ #~ "recomended-text\">(Рекомендовано)</span>"
3406
+
3407
+ #~ msgid ""
3408
+ #~ "If you use Wordpress as a CMS, then you can delete these links, they can "
3409
+ #~ "only come in handy for a blog.\n"
3410
+ #~ "<br><b>Clearfy</b>: Remove the previous and next post links within the "
3411
+ #~ "wp_head of your wordpress theme."
3412
+ #~ msgstr ""
3413
+ #~ "Если вы используете Wordpress как CMS не блог), то вы можете удалить "
3414
+ #~ "эти ссылки, но для блога они могут быть полезны.<br><b>Clearfy</b>: "
3415
+ #~ "Удаляет ссылки предидущая и следующая запись в head вашей темы wordpress."
3416
+
3417
+ #~ msgid ""
3418
+ #~ "Remove .recentcomments styles <span class=\"wbcr-clearfy-recomended-text"
3419
+ #~ "\">(Recommended)</span>"
3420
+ #~ msgstr ""
3421
+ #~ "Удалить стили .recentcomments <span class=\"wbcr-clearfy-recomended-text"
3422
+ #~ "\">(Рекомендовано)</span>"
3423
+
3424
+ #~ msgid ""
3425
+ #~ "WP by default for the widget \"recent comments\" prescribes in the code "
3426
+ #~ "styles that are almost impossible to change, because to them apply! "
3427
+ #~ "important.\n"
3428
+ #~ "<br><b>Clearfy</b>: Removes .recentcomments styles from head section."
3429
+ #~ msgstr ""
3430
+ #~ "Wordpress по умолчанию для виджета \"Последние комментари\" прописывает в "
3431
+ #~ "стилях код, которые почти невозможно изменить, потому что к ним "
3432
+ #~ "применяются значение !important.\n"
3433
+ #~ "<br><b>Clearfy</b>: удаляет .recentcomments стили из head секции."
3434
+
3435
+ #~ msgid ""
3436
+ #~ "Automatically set the alt attribute <span class=\"wbcr-clearfy-recomended-"
3437
+ #~ "text\">(Recommended)</span>"
3438
+ #~ msgstr ""
3439
+ #~ "Автоматически устанавливать атрибут alt <span class=\"wbcr-clearfy-"
3440
+ #~ "recomended-text\">(Рекомендовано)</span>"
3441
+
3442
+ #~ msgid ""
3443
+ #~ "The alt attribute is mandatory, so most SEO experts say. If you missed or "
3444
+ #~ "did not fill it at all, it will be automatically assigned and will be "
3445
+ #~ "equal to the title of the article.\n"
3446
+ #~ "\t\t\t\t<br><b>Clearfy</b>: Replaces the <code>&lt;img scr=\"\" alt="
3447
+ #~ "\"\"&gt;</code>, on attribute with an article name <code>&lt;img scr=\"\" "
3448
+ #~ "alt=\"Hello world\"&gt;</code>"
3449
+ #~ msgstr ""
3450
+ #~ "Атрибут alt является обязательным, поэтому большинство SEO экспертов "
3451
+ #~ "говорят. Если вы пропустили, или не заполнили его, он будет автоматически "
3452
+ #~ "задан из названия статьи.\n"
3453
+ #~ "<br><b>Clearfy</b>: Заменяет <code>&lt;img scr=\"\" alt=\"\"&gt;</code>, "
3454
+ #~ "на атрибут с названием статьи <code>&lt;img scr=\"\" alt=\"Hello world"
3455
+ #~ "\"&gt;</code>"
3456
+
3457
+ #~ msgid ""
3458
+ #~ "Replace external links in comments on the JavaScript code <span class="
3459
+ #~ "\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3460
+ #~ msgstr ""
3461
+ #~ "Заменить внешние ссылки в комментариях на JavaScript код <span class="
3462
+ #~ "\"wbcr-clearfy-recomended-text\">(Рекомендовано)</span>"
3463
+
3464
+ #~ msgid ""
3465
+ #~ "Superfluous external links from comments, which can be typed from a dozen "
3466
+ #~ "and more for one article, do not bring anything good for promotion.\n"
3467
+ #~ "<br><b>Clearfy</b>: Replaces the links of this kind of <code>&lt;a href="
3468
+ #~ "\"http://yourdomain.com\" rel=\"nofollow\"&gt;example&lt;/a&gt;</code>, "
3469
+ #~ "on links of this kind <code>&lt;span class=\"wbcr-clearfy-pseoudo-link\" "
3470
+ #~ "data-uri=\"http://yourdomain.com\"&gt;example&lt;/span&gt;</code>"
3471
+ #~ msgstr ""
3472
+ #~ "Внешние ссылки в комментариях, которых может быть десятки или больше на "
3473
+ #~ "одной странице, могут ухудшить продвижение вашего сайта.\n"
3474
+ #~ "\n"
3475
+ #~ "<br><b>Clearfy</b>: Заменяет ссылки <code>&lt;a href=\"http://yourdomain."
3476
+ #~ "com\" rel=\"nofollow\"&gt;example&lt;/a&gt;</code> , на span тег и "
3477
+ #~ "устанавливает переход с помощью JavaScript<code>&lt;span class=\"wbcr-"
3478
+ #~ "clearfy-pseoudo-link\" data-uri=\"http://yourdomain.com\"&gt;example&lt;/"
3479
+ #~ "span&gt;</code>"
3480
+
3481
+ #~ msgid ""
3482
+ #~ "Replace external links from comment authors on the JavaScript code <span "
3483
+ #~ "class=\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3484
+ #~ msgstr ""
3485
+ #~ "Заменить внешние ссылки от авторов комментариев на код JavaScript <span "
3486
+ #~ "class=\"wbcr-clearfy-recomended-text\">(Recommended)</span>"
3487
+
3488
+ #~ msgid ""
3489
+ #~ "Up to 90 percent of comments in the blog can be left for the sake of an "
3490
+ #~ "external link. Even nofollow from page weight loss here does not help.\n"
3491
+ #~ "<br><b>Clearfy</b>: Replaces the links of the authors of comments on the "
3492
+ #~ "JavaScript code, it is impossible to distinguish it from usual links.\n"
3493
+ #~ "<br>--<br><i>In some Wordpress topics this may not work.</i>"
3494
+ #~ msgstr ""
3495
+ #~ "До 90 процентов комментариев в блоге оставляют ради внешней ссылки. Не "
3496
+ #~ "поможет даже nofollow от потери веса страницы.\n"
3497
+ #~ "<br><b>Clearfy</b>: Заменяет ссылки авторов комментариев на JavaScript "
3498
+ #~ "код, его невозможно отличить от обычной ссылки.\n"
3499
+ #~ "<br>--<br><i>В некоторых темах Wordpress это может не сработать.</i>"
3500
+
3501
+ #~ msgid ""
3502
+ #~ "Automatically insert the Last Modified header <span class=\"wbcr-clearfy-"
3503
+ #~ "recomended-text\">(Recommended)</span>"
3504
+ #~ msgstr ""
3505
+ #~ "Автоматически вставлять заголовок Last Modified <span class=\"wbcr-"
3506
+ #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3507
+
3508
+ #~ msgid ""
3509
+ #~ "You can specify a page mask, for example: /s= or /manager/. All pages "
3510
+ #~ "that contain the string will be excluded. Each exclude must begin with a "
3511
+ #~ "new line."
3512
+ #~ msgstr ""
3513
+ #~ "Можно указать маску страницы, например: /s = или /manager/. Все страницы, "
3514
+ #~ "которые содержат эти строки, будут исключены. Каждое исключение должно "
3515
+ #~ "начинаться с новой строки."
3516
+
3517
+ #~ msgid ""
3518
+ #~ "Return an If-Modified-Since responce <span class=\"wbcr-clearfy-"
3519
+ #~ "recomended-text\">(Recommended)</span>"
3520
+ #~ msgstr ""
3521
+ #~ "Возвращать заголовок If-Modified-Since <span class=\"wbcr-clearfy-"
3522
+ #~ "recomended-text\">(Recommended)</span>"
3523
+
3524
+ #~ msgid ""
3525
+ #~ "Remove duplicate names in breadcrumbs WP SEO by Yoast <span class=\"wbcr-"
3526
+ #~ "clearfy-recomended-text\">(Recommended)</span>"
3527
+ #~ msgstr ""
3528
+ #~ "Удалить дубли имен в хлебных крошках WP SEO Yoast <span class=\"wbcr-"
3529
+ #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3530
+
3531
+ #~ msgid ""
3532
+ #~ "The last element in the breadcrumbs in the Yoast SEO plugin duplicates "
3533
+ #~ "the title of the article. Some SEO-specialists consider this duplication "
3534
+ #~ "to be superfluous.\n"
3535
+ #~ "<br><b>Clearfy</b>: Removes duplication of the name in the breadcrumbs of "
3536
+ #~ "the WP SEO plugin from Yoast."
3537
+ #~ msgstr ""
3538
+ #~ "Последний элемент в хлебных крошках Yoast SEO дублирует название статьи. "
3539
+ #~ "Некоторые SEO-специалисты считают это дублирование излишним.\n"
3540
+ #~ "<br><b>Clearfy</b>: Удаляет последний элемент в хлебных крошках Yoast SEO."
3541
+
3542
+ #~ msgid ""
3543
+ #~ "Remove the tag &lt;image:image&gt; from XML site map <span class=\"wbcr-"
3544
+ #~ "clearfy-recomended-text\">(Recommended)</span>"
3545
+ #~ msgstr ""
3546
+ #~ "Удалить тег &lt;image:image&gt; из XML карты сайта <span class=\"wbcr-"
3547
+ #~ "clearfy-recomended-text\">(Рекомендовано)</span>"
3548
+
3549
+ #~ msgid ""
3550
+ #~ "Yandex.Webmaster swears on a standard XML card from the plugin Yoast, tk. "
3551
+ #~ "it has a specific tag &lt;image:image&gt;.\n"
3552
+ #~ "<br><b>Clearfy</b>: Remove the tag &lt;image:image&gt; from XML site map "
3553
+ #~ "of the plugin Yoast SEO.\n"
3554
+ #~ "<br>--<br><span style=\"color:#dd2b19\">Attention! After activation, turn "
3555
+ #~ "off the site map and enable it back to regenerate it.</span>\n"
3556
+ #~ "<br><span style=\"color:#dd2b19\">* In older versions of Yoast SEO may "
3557
+ #~ "not work - update the plugin Yoast</span>"
3558
+ #~ msgstr ""
3559
+ #~ "Яндекс вебмастер ругается на стандартной карты XML из плагина Yoast SEO, "
3560
+ #~ "из-за определенного тега &lt;image:image&gt;.\n"
3561
+ #~ "<br><b>Clearfy</b>: Удаляет тег &lt;image:image&gt; из XML карта сайта "
3562
+ #~ "плагин Yoast SEO.\n"
3563
+ #~ "<br>--<br><span style=\"color:#dd2b19\">Внимание! После активации, "
3564
+ #~ "выключите карту сайта и включите ее обратно, чтобы обновить ее.</span>\n"
3565
+ #~ "<br><span style=\"color:#dd2b19\">* В более старых версиях Yoast SEO не "
3566
+ #~ "может работать - обновите плагин Yoast SEO</span>"
3567
+
3568
+ #~ msgid ""
3569
+ #~ "Remove comment from &lt;head&gt; section <span class=\"wbcr-clearfy-"
3570
+ #~ "recomended-text\">(Recommended)</span>"
3571
+ #~ msgstr ""
3572
+ #~ "Удалить комментарии из секции &lt;head&gt; <span class=\"wbcr-clearfy-"
3573
+ #~ "recomended-text\">(Рекомендовано)</span>"
3574
+
3575
+ #~ msgid ""
3576
+ #~ "The Yoast SEO plugin displays a comment of the form &lt;!-- This site is "
3577
+ #~ "optimized with the Yoast SEO plugin v3.1.1 - https://yoast.com/wordpress/"
3578
+ #~ "plugins/seo/ --&gt; in &lt;head&gt; section\n"
3579
+ #~ "<br><b>Clearfy</b>: Removes the Yoast SEO plugin comment of their section "
3580
+ #~ "&lt;head&gt;."
3581
+ #~ msgstr ""
3582
+ #~ "Yoast SEO плагин отображает комментарий формы &lt;!-- This site is "
3583
+ #~ "optimized with the Yoast SEO plugin v3.1.1 - https://yoast.com/wordpress/"
3584
+ #~ "plugins/seo/ --&gt; в секции &lt;head&gt;\n"
3585
+ #~ "<br><b>Clearfy</b>: Удаляет комментрии Yoast SEO из &lt;head&gt; ."
3586
+
3587
+ #~ msgid "Exclude pages:</span>"
3588
+ #~ msgstr "</span>"
libs/factory/core/includes/base.class.php CHANGED
@@ -161,8 +161,8 @@
161
  {
162
  if( !empty($options) ) {
163
  foreach((array)$options as $option_name) {
164
- if( isset(self::$_opt_buffer[$this->prefix]) ) {
165
- unset(self::$_opt_buffer[$this->prefix]);
166
  }
167
 
168
  delete_option($this->prefix . $option_name . '_is_active');
161
  {
162
  if( !empty($options) ) {
163
  foreach((array)$options as $option_name) {
164
+ if( isset(self::$_opt_buffer[$this->prefix][$option_name]) ) {
165
+ unset(self::$_opt_buffer[$this->prefix][$option_name]);
166
  }
167
 
168
  delete_option($this->prefix . $option_name . '_is_active');
readme.txt CHANGED
@@ -238,6 +238,17 @@ Of course! To do this, email us your wishes with address, which you will find in
238
  6. Features
239
 
240
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
241
  = 1.3.183 =
242
  * Fixed: Critical error when plugin activate
243
  * Fixed: Conflict due to the jsMin library
238
  6. Features
239
 
240
  == Changelog ==
241
+ = 1.3.184 =
242
+ * Fixed: Critical error with WCL_Helper::minifyHtml()
243
+ * Fixed: Disable rest api
244
+ * Fixed: Disable emojis
245
+ * Fixed: Translations
246
+ * Fixed: Bug when loading components with Clearfy business
247
+ * Fixed: Added compatibility with Learndash
248
+ * Fixed: Added nl_BE translation
249
+ * Fixed: Added pt_BR translation
250
+ * Fixed: Updated component translations
251
+ * Fixed: Many small bugs fixed
252
  = 1.3.183 =
253
  * Fixed: Critical error when plugin activate
254
  * Fixed: Conflict due to the jsMin library