Version Description
( 2018-03-14 ) = - Fix: API spam issue - Fix: Performance scans not returning any results on some hosts - Fix: High CPU usage with wphb-check-cf checks
Download this release
Release Info
| Developer | vanyukov |
| Plugin | |
| Version | 1.8.0.4 |
| Comparing to | |
| See all releases | |
Code changes from version 1.8.0.2 to 1.8.0.4
- admin/assets/css/app.min.css +0 -75
- admin/assets/css/app.min.css.map +0 -1
- admin/assets/css/shared-ui.min.css +0 -74
- admin/assets/css/shared-ui.min.css.map +0 -1
- admin/assets/js/shared-ui.min.js +0 -76
- admin/assets/js/shared-ui.min.js.map +0 -1
- core/api/request/request.php +3 -1
- core/api/service/performance.php +3 -1
- core/class-abstract-module-server.php +5 -0
- core/class-installer.php +66 -1
- core/modules/class-module-cloudflare.php +20 -15
- core/modules/class-module-gzip.php +0 -1
- core/modules/dummy/dummy-html.html +0 -8
- languages/wphb-default.pot +1152 -71
- readme.txt +10 -1
- wp-hummingbird.php +2 -2
admin/assets/css/app.min.css
DELETED
|
@@ -1,75 +0,0 @@
|
|
| 1 |
-
/******/ (function(modules) { // webpackBootstrap
|
| 2 |
-
/******/ // The module cache
|
| 3 |
-
/******/ var installedModules = {};
|
| 4 |
-
/******/
|
| 5 |
-
/******/ // The require function
|
| 6 |
-
/******/ function __webpack_require__(moduleId) {
|
| 7 |
-
/******/
|
| 8 |
-
/******/ // Check if module is in cache
|
| 9 |
-
/******/ if(installedModules[moduleId]) {
|
| 10 |
-
/******/ return installedModules[moduleId].exports;
|
| 11 |
-
/******/ }
|
| 12 |
-
/******/ // Create a new module (and put it into the cache)
|
| 13 |
-
/******/ var module = installedModules[moduleId] = {
|
| 14 |
-
/******/ i: moduleId,
|
| 15 |
-
/******/ l: false,
|
| 16 |
-
/******/ exports: {}
|
| 17 |
-
/******/ };
|
| 18 |
-
/******/
|
| 19 |
-
/******/ // Execute the module function
|
| 20 |
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
| 21 |
-
/******/
|
| 22 |
-
/******/ // Flag the module as loaded
|
| 23 |
-
/******/ module.l = true;
|
| 24 |
-
/******/
|
| 25 |
-
/******/ // Return the exports of the module
|
| 26 |
-
/******/ return module.exports;
|
| 27 |
-
/******/ }
|
| 28 |
-
/******/
|
| 29 |
-
/******/
|
| 30 |
-
/******/ // expose the modules object (__webpack_modules__)
|
| 31 |
-
/******/ __webpack_require__.m = modules;
|
| 32 |
-
/******/
|
| 33 |
-
/******/ // expose the module cache
|
| 34 |
-
/******/ __webpack_require__.c = installedModules;
|
| 35 |
-
/******/
|
| 36 |
-
/******/ // define getter function for harmony exports
|
| 37 |
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
| 38 |
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
| 39 |
-
/******/ Object.defineProperty(exports, name, {
|
| 40 |
-
/******/ configurable: false,
|
| 41 |
-
/******/ enumerable: true,
|
| 42 |
-
/******/ get: getter
|
| 43 |
-
/******/ });
|
| 44 |
-
/******/ }
|
| 45 |
-
/******/ };
|
| 46 |
-
/******/
|
| 47 |
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
| 48 |
-
/******/ __webpack_require__.n = function(module) {
|
| 49 |
-
/******/ var getter = module && module.__esModule ?
|
| 50 |
-
/******/ function getDefault() { return module['default']; } :
|
| 51 |
-
/******/ function getModuleExports() { return module; };
|
| 52 |
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
| 53 |
-
/******/ return getter;
|
| 54 |
-
/******/ };
|
| 55 |
-
/******/
|
| 56 |
-
/******/ // Object.prototype.hasOwnProperty.call
|
| 57 |
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
| 58 |
-
/******/
|
| 59 |
-
/******/ // __webpack_public_path__
|
| 60 |
-
/******/ __webpack_require__.p = "";
|
| 61 |
-
/******/
|
| 62 |
-
/******/ // Load entry module and return exports
|
| 63 |
-
/******/ return __webpack_require__(__webpack_require__.s = 1);
|
| 64 |
-
/******/ })
|
| 65 |
-
/************************************************************************/
|
| 66 |
-
/******/ ([
|
| 67 |
-
/* 0 */,
|
| 68 |
-
/* 1 */
|
| 69 |
-
/***/ (function(module, exports) {
|
| 70 |
-
|
| 71 |
-
throw new Error("Module build failed: ModuleBuildError: Module build failed: Error: No PostCSS Config found in: /app/public/wp-content/plugins/wp-hummingbird/_src/scss\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/postcss-load-config/index.js:51:26\n at <anonymous>\n at runLoaders (/app/public/wp-content/plugins/wp-hummingbird/node_modules/webpack/lib/NormalModule.js:195:19)\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/loader-runner/lib/LoaderRunner.js:364:11\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/loader-runner/lib/LoaderRunner.js:230:18\n at context.callback (/app/public/wp-content/plugins/wp-hummingbird/node_modules/loader-runner/lib/LoaderRunner.js:111:13)\n at Promise.resolve.then.then.catch (/app/public/wp-content/plugins/wp-hummingbird/node_modules/postcss-loader/lib/index.js:196:71)\n at <anonymous>");
|
| 72 |
-
|
| 73 |
-
/***/ })
|
| 74 |
-
/******/ ]);
|
| 75 |
-
/*# sourceMappingURL=app.min.css.map*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/assets/css/app.min.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap 020d463791fa4f48164a"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA","file":"app.min.css","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 020d463791fa4f48164a"],"sourceRoot":""}
|
|
|
admin/assets/css/shared-ui.min.css
DELETED
|
@@ -1,74 +0,0 @@
|
|
| 1 |
-
/******/ (function(modules) { // webpackBootstrap
|
| 2 |
-
/******/ // The module cache
|
| 3 |
-
/******/ var installedModules = {};
|
| 4 |
-
/******/
|
| 5 |
-
/******/ // The require function
|
| 6 |
-
/******/ function __webpack_require__(moduleId) {
|
| 7 |
-
/******/
|
| 8 |
-
/******/ // Check if module is in cache
|
| 9 |
-
/******/ if(installedModules[moduleId]) {
|
| 10 |
-
/******/ return installedModules[moduleId].exports;
|
| 11 |
-
/******/ }
|
| 12 |
-
/******/ // Create a new module (and put it into the cache)
|
| 13 |
-
/******/ var module = installedModules[moduleId] = {
|
| 14 |
-
/******/ i: moduleId,
|
| 15 |
-
/******/ l: false,
|
| 16 |
-
/******/ exports: {}
|
| 17 |
-
/******/ };
|
| 18 |
-
/******/
|
| 19 |
-
/******/ // Execute the module function
|
| 20 |
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
| 21 |
-
/******/
|
| 22 |
-
/******/ // Flag the module as loaded
|
| 23 |
-
/******/ module.l = true;
|
| 24 |
-
/******/
|
| 25 |
-
/******/ // Return the exports of the module
|
| 26 |
-
/******/ return module.exports;
|
| 27 |
-
/******/ }
|
| 28 |
-
/******/
|
| 29 |
-
/******/
|
| 30 |
-
/******/ // expose the modules object (__webpack_modules__)
|
| 31 |
-
/******/ __webpack_require__.m = modules;
|
| 32 |
-
/******/
|
| 33 |
-
/******/ // expose the module cache
|
| 34 |
-
/******/ __webpack_require__.c = installedModules;
|
| 35 |
-
/******/
|
| 36 |
-
/******/ // define getter function for harmony exports
|
| 37 |
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
| 38 |
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
| 39 |
-
/******/ Object.defineProperty(exports, name, {
|
| 40 |
-
/******/ configurable: false,
|
| 41 |
-
/******/ enumerable: true,
|
| 42 |
-
/******/ get: getter
|
| 43 |
-
/******/ });
|
| 44 |
-
/******/ }
|
| 45 |
-
/******/ };
|
| 46 |
-
/******/
|
| 47 |
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
| 48 |
-
/******/ __webpack_require__.n = function(module) {
|
| 49 |
-
/******/ var getter = module && module.__esModule ?
|
| 50 |
-
/******/ function getDefault() { return module['default']; } :
|
| 51 |
-
/******/ function getModuleExports() { return module; };
|
| 52 |
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
| 53 |
-
/******/ return getter;
|
| 54 |
-
/******/ };
|
| 55 |
-
/******/
|
| 56 |
-
/******/ // Object.prototype.hasOwnProperty.call
|
| 57 |
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
| 58 |
-
/******/
|
| 59 |
-
/******/ // __webpack_public_path__
|
| 60 |
-
/******/ __webpack_require__.p = "";
|
| 61 |
-
/******/
|
| 62 |
-
/******/ // Load entry module and return exports
|
| 63 |
-
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
| 64 |
-
/******/ })
|
| 65 |
-
/************************************************************************/
|
| 66 |
-
/******/ ([
|
| 67 |
-
/* 0 */
|
| 68 |
-
/***/ (function(module, exports) {
|
| 69 |
-
|
| 70 |
-
throw new Error("Module build failed: ModuleBuildError: Module build failed: Error: ENOENT: no such file or directory, open '/app/public/wp-content/plugins/wp-hummingbird/_src/scss/shared-ui.scss'\n at runLoaders (/app/public/wp-content/plugins/wp-hummingbird/node_modules/webpack/lib/NormalModule.js:195:19)\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/loader-runner/lib/LoaderRunner.js:364:11\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/loader-runner/lib/LoaderRunner.js:200:19\n at /app/public/wp-content/plugins/wp-hummingbird/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:70:14\n at process._tickCallback (internal/process/next_tick.js:112:11)");
|
| 71 |
-
|
| 72 |
-
/***/ })
|
| 73 |
-
/******/ ]);
|
| 74 |
-
/*# sourceMappingURL=shared-ui.min.css.map*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/assets/css/shared-ui.min.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap 020d463791fa4f48164a"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA","file":"shared-ui.min.css","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 020d463791fa4f48164a"],"sourceRoot":""}
|
|
|
admin/assets/js/shared-ui.min.js
DELETED
|
@@ -1,76 +0,0 @@
|
|
| 1 |
-
/******/ (function(modules) { // webpackBootstrap
|
| 2 |
-
/******/ // The module cache
|
| 3 |
-
/******/ var installedModules = {};
|
| 4 |
-
/******/
|
| 5 |
-
/******/ // The require function
|
| 6 |
-
/******/ function __webpack_require__(moduleId) {
|
| 7 |
-
/******/
|
| 8 |
-
/******/ // Check if module is in cache
|
| 9 |
-
/******/ if(installedModules[moduleId]) {
|
| 10 |
-
/******/ return installedModules[moduleId].exports;
|
| 11 |
-
/******/ }
|
| 12 |
-
/******/ // Create a new module (and put it into the cache)
|
| 13 |
-
/******/ var module = installedModules[moduleId] = {
|
| 14 |
-
/******/ i: moduleId,
|
| 15 |
-
/******/ l: false,
|
| 16 |
-
/******/ exports: {}
|
| 17 |
-
/******/ };
|
| 18 |
-
/******/
|
| 19 |
-
/******/ // Execute the module function
|
| 20 |
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
| 21 |
-
/******/
|
| 22 |
-
/******/ // Flag the module as loaded
|
| 23 |
-
/******/ module.l = true;
|
| 24 |
-
/******/
|
| 25 |
-
/******/ // Return the exports of the module
|
| 26 |
-
/******/ return module.exports;
|
| 27 |
-
/******/ }
|
| 28 |
-
/******/
|
| 29 |
-
/******/
|
| 30 |
-
/******/ // expose the modules object (__webpack_modules__)
|
| 31 |
-
/******/ __webpack_require__.m = modules;
|
| 32 |
-
/******/
|
| 33 |
-
/******/ // expose the module cache
|
| 34 |
-
/******/ __webpack_require__.c = installedModules;
|
| 35 |
-
/******/
|
| 36 |
-
/******/ // define getter function for harmony exports
|
| 37 |
-
/******/ __webpack_require__.d = function(exports, name, getter) {
|
| 38 |
-
/******/ if(!__webpack_require__.o(exports, name)) {
|
| 39 |
-
/******/ Object.defineProperty(exports, name, {
|
| 40 |
-
/******/ configurable: false,
|
| 41 |
-
/******/ enumerable: true,
|
| 42 |
-
/******/ get: getter
|
| 43 |
-
/******/ });
|
| 44 |
-
/******/ }
|
| 45 |
-
/******/ };
|
| 46 |
-
/******/
|
| 47 |
-
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
| 48 |
-
/******/ __webpack_require__.n = function(module) {
|
| 49 |
-
/******/ var getter = module && module.__esModule ?
|
| 50 |
-
/******/ function getDefault() { return module['default']; } :
|
| 51 |
-
/******/ function getModuleExports() { return module; };
|
| 52 |
-
/******/ __webpack_require__.d(getter, 'a', getter);
|
| 53 |
-
/******/ return getter;
|
| 54 |
-
/******/ };
|
| 55 |
-
/******/
|
| 56 |
-
/******/ // Object.prototype.hasOwnProperty.call
|
| 57 |
-
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
| 58 |
-
/******/
|
| 59 |
-
/******/ // __webpack_public_path__
|
| 60 |
-
/******/ __webpack_require__.p = "";
|
| 61 |
-
/******/
|
| 62 |
-
/******/ // Load entry module and return exports
|
| 63 |
-
/******/ return __webpack_require__(__webpack_require__.s = 21);
|
| 64 |
-
/******/ })
|
| 65 |
-
/************************************************************************/
|
| 66 |
-
/******/ ({
|
| 67 |
-
|
| 68 |
-
/***/ 21:
|
| 69 |
-
/***/ (function(module, exports) {
|
| 70 |
-
|
| 71 |
-
throw new Error("Module build failed: Error: ENOENT: no such file or directory, open '/app/public/wp-content/plugins/wp-hummingbird/_src/js/shared-ui.js'");
|
| 72 |
-
|
| 73 |
-
/***/ })
|
| 74 |
-
|
| 75 |
-
/******/ });
|
| 76 |
-
//# sourceMappingURL=shared-ui.min.js.map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin/assets/js/shared-ui.min.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"version":3,"sources":["webpack:///webpack/bootstrap 76b0a3791ad487fb4182"],"names":[],"mappings":";AAAA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,aAAK;AACL;AACA;;AAEA;AACA;AACA;AACA,mCAA2B,0BAA0B,EAAE;AACvD,yCAAiC,eAAe;AAChD;AACA;AACA;;AAEA;AACA,8DAAsD,+DAA+D;;AAErH;AACA;;AAEA;AACA","file":"shared-ui.min.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, {\n \t\t\t\tconfigurable: false,\n \t\t\t\tenumerable: true,\n \t\t\t\tget: getter\n \t\t\t});\n \t\t}\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 21);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 76b0a3791ad487fb4182"],"sourceRoot":""}
|
|
|
core/api/request/request.php
CHANGED
|
@@ -214,6 +214,8 @@ abstract class WP_Hummingbird_API_Request {
|
|
| 214 |
/**
|
| 215 |
* Make an API Request
|
| 216 |
*
|
|
|
|
|
|
|
| 217 |
* @param $path
|
| 218 |
* @param array $data
|
| 219 |
* @param string $method
|
|
@@ -238,7 +240,7 @@ abstract class WP_Hummingbird_API_Request {
|
|
| 238 |
'timeout' => $this->timeout,
|
| 239 |
);
|
| 240 |
|
| 241 |
-
if ( ! $args['timeout'] ||
|
| 242 |
$args['blocking'] = false;
|
| 243 |
}
|
| 244 |
|
| 214 |
/**
|
| 215 |
* Make an API Request
|
| 216 |
*
|
| 217 |
+
* @since 1.8.1 Timeout for non-blocking changed from 0.1 to 2 seconds.
|
| 218 |
+
*
|
| 219 |
* @param $path
|
| 220 |
* @param array $data
|
| 221 |
* @param string $method
|
| 240 |
'timeout' => $this->timeout,
|
| 241 |
);
|
| 242 |
|
| 243 |
+
if ( ! $args['timeout'] || 2 === $args['timeout'] ) {
|
| 244 |
$args['blocking'] = false;
|
| 245 |
}
|
| 246 |
|
core/api/service/performance.php
CHANGED
|
@@ -55,10 +55,12 @@ class WP_Hummingbird_API_Service_Performance extends WP_Hummingbird_API_Service
|
|
| 55 |
/**
|
| 56 |
* Ping to Performance Module so it starts to gather data.
|
| 57 |
*
|
|
|
|
|
|
|
| 58 |
* @return array|mixed|object|WP_Error
|
| 59 |
*/
|
| 60 |
public function ping() {
|
| 61 |
-
$this->request->set_timeout(
|
| 62 |
return $this->request->post( 'site/check/', array(
|
| 63 |
'domain' => $this->request->get_this_site(),
|
| 64 |
));
|
| 55 |
/**
|
| 56 |
* Ping to Performance Module so it starts to gather data.
|
| 57 |
*
|
| 58 |
+
* @since 1.8.1 Changed timeout from 0.1 to 2 seconds.
|
| 59 |
+
*
|
| 60 |
* @return array|mixed|object|WP_Error
|
| 61 |
*/
|
| 62 |
public function ping() {
|
| 63 |
+
$this->request->set_timeout( 2 );
|
| 64 |
return $this->request->post( 'site/check/', array(
|
| 65 |
'domain' => $this->request->get_this_site(),
|
| 66 |
));
|
core/class-abstract-module-server.php
CHANGED
|
@@ -18,6 +18,11 @@ abstract class WP_Hummingbird_Module_Server extends WP_Hummingbird_Module {
|
|
| 18 |
* Initializes the module. Always executed even if the module is deactivated.
|
| 19 |
*/
|
| 20 |
public function init() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
// Fetch status of selected module.
|
| 22 |
$this->status = $this->get_analysis_data();
|
| 23 |
if ( false === $this->status ) {
|
| 18 |
* Initializes the module. Always executed even if the module is deactivated.
|
| 19 |
*/
|
| 20 |
public function init() {
|
| 21 |
+
// Only run tests in admin.
|
| 22 |
+
if ( ! is_admin() ) {
|
| 23 |
+
return;
|
| 24 |
+
}
|
| 25 |
+
|
| 26 |
// Fetch status of selected module.
|
| 27 |
$this->status = $this->get_analysis_data();
|
| 28 |
if ( false === $this->status ) {
|
core/class-installer.php
CHANGED
|
@@ -199,6 +199,10 @@ if ( ! class_exists( 'WP_Hummingbird_Installer' ) ) {
|
|
| 199 |
self::upgrade_1_8();
|
| 200 |
}
|
| 201 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 202 |
update_site_option( 'wphb_version', WPHB_VERSION );
|
| 203 |
} // End if().
|
| 204 |
}
|
|
@@ -478,6 +482,9 @@ if ( ! class_exists( 'WP_Hummingbird_Installer' ) ) {
|
|
| 478 |
*/
|
| 479 |
private static function upgrade_1_8() {
|
| 480 |
$options = get_option( 'wphb_settings' );
|
|
|
|
|
|
|
|
|
|
| 481 |
|
| 482 |
// Add cache 404 requests to page caching.
|
| 483 |
$config_file = WP_CONTENT_DIR . '/wphb-cache/wphb-cache.php';
|
|
@@ -605,7 +612,11 @@ if ( ! class_exists( 'WP_Hummingbird_Installer' ) ) {
|
|
| 605 |
$new_settings['performance']['subsite_tests'] = false;
|
| 606 |
}
|
| 607 |
|
| 608 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 609 |
|
| 610 |
// Delete old options.
|
| 611 |
delete_option( 'wphb-last-sent-report' );
|
|
@@ -626,5 +637,59 @@ if ( ! class_exists( 'WP_Hummingbird_Installer' ) ) {
|
|
| 626 |
}
|
| 627 |
}
|
| 628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 629 |
}
|
| 630 |
} // End if().
|
| 199 |
self::upgrade_1_8();
|
| 200 |
}
|
| 201 |
|
| 202 |
+
if ( version_compare( $version, '1.8.0.4', '<' ) ) {
|
| 203 |
+
self::upgrade_1_8_0_4();
|
| 204 |
+
}
|
| 205 |
+
|
| 206 |
update_site_option( 'wphb_version', WPHB_VERSION );
|
| 207 |
} // End if().
|
| 208 |
}
|
| 482 |
*/
|
| 483 |
private static function upgrade_1_8() {
|
| 484 |
$options = get_option( 'wphb_settings' );
|
| 485 |
+
if ( is_multisite() ) {
|
| 486 |
+
$options = get_site_option( 'wphb_settings' );
|
| 487 |
+
}
|
| 488 |
|
| 489 |
// Add cache 404 requests to page caching.
|
| 490 |
$config_file = WP_CONTENT_DIR . '/wphb-cache/wphb-cache.php';
|
| 612 |
$new_settings['performance']['subsite_tests'] = false;
|
| 613 |
}
|
| 614 |
|
| 615 |
+
if ( ! is_multisite() ) {
|
| 616 |
+
update_option( 'wphb_settings', $new_settings );
|
| 617 |
+
} else {
|
| 618 |
+
update_site_option( 'wphb_settings', $new_settings );
|
| 619 |
+
}
|
| 620 |
|
| 621 |
// Delete old options.
|
| 622 |
delete_option( 'wphb-last-sent-report' );
|
| 637 |
}
|
| 638 |
}
|
| 639 |
|
| 640 |
+
/**
|
| 641 |
+
* Fix for corrupt scheduled performance scans.
|
| 642 |
+
*
|
| 643 |
+
* @since 1.8.0.4
|
| 644 |
+
*/
|
| 645 |
+
private static function upgrade_1_8_0_4() {
|
| 646 |
+
wp_clear_scheduled_hook( 'wphb_performance_scan' );
|
| 647 |
+
|
| 648 |
+
$options = WP_Hummingbird_Settings::get_settings( 'performance' );
|
| 649 |
+
|
| 650 |
+
// If not member, unset schedule.
|
| 651 |
+
if ( ! WP_Hummingbird_Utils::is_member() ) {
|
| 652 |
+
$options['reports'] = false;
|
| 653 |
+
unset( $options['frequency'] );
|
| 654 |
+
unset( $options['day'] );
|
| 655 |
+
unset( $options['time'] );
|
| 656 |
+
}
|
| 657 |
+
|
| 658 |
+
// If schedule is corrupt, reset it.
|
| 659 |
+
if ( isset( $options['reports'] ) && $options['reports'] ) {
|
| 660 |
+
$week_days = array(
|
| 661 |
+
'Monday',
|
| 662 |
+
'Tuesday',
|
| 663 |
+
'Wednesday',
|
| 664 |
+
'Thursday',
|
| 665 |
+
'Friday',
|
| 666 |
+
'Saturday',
|
| 667 |
+
'Sunday',
|
| 668 |
+
);
|
| 669 |
+
|
| 670 |
+
if ( ! isset( $options['day'] ) || ! in_array( $options['day'], $week_days, true ) ) {
|
| 671 |
+
$options['day'] = $week_days[ array_rand( $week_days, 1 ) ];
|
| 672 |
+
}
|
| 673 |
+
|
| 674 |
+
$options['time'] = mt_rand( 0, 23 ) . ':00';
|
| 675 |
+
$options['last_sent'] = '';
|
| 676 |
+
|
| 677 |
+
$frequency = array( 1, 7, 30 );
|
| 678 |
+
if ( ! isset( $options['frequency'] ) || ! in_array( $options['frequency'], $frequency, true ) ) {
|
| 679 |
+
$options['frequency'] = 7;
|
| 680 |
+
}
|
| 681 |
+
wp_schedule_single_event( WP_Hummingbird_Module_Reporting_Cron::get_scheduled_scan_time(), 'wphb_performance_scan' );
|
| 682 |
+
} else {
|
| 683 |
+
$options['reports'] = false;
|
| 684 |
+
}
|
| 685 |
+
|
| 686 |
+
WP_Hummingbird_Settings::update_settings( $options, 'performance' );
|
| 687 |
+
|
| 688 |
+
// Schedule next scan.
|
| 689 |
+
if ( WP_Hummingbird_Utils::is_member() && $options['reports'] ) {
|
| 690 |
+
wp_schedule_single_event( WP_Hummingbird_Module_Reporting_Cron::get_scheduled_scan_time(), 'wphb_performance_scan' );
|
| 691 |
+
}
|
| 692 |
+
}
|
| 693 |
+
|
| 694 |
}
|
| 695 |
} // End if().
|
core/modules/class-module-cloudflare.php
CHANGED
|
@@ -19,10 +19,17 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 19 |
*/
|
| 20 |
protected $name = 'Cloudflare';
|
| 21 |
|
|
|
|
|
|
|
| 22 |
/**
|
| 23 |
* Initializes Cloudflare module
|
| 24 |
*/
|
| 25 |
public function init() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
if ( $this->has_cloudflare() ) {
|
| 27 |
add_filter( 'wp_hummingbird_is_active_module_' . $this->get_slug(), '__return_true' );
|
| 28 |
} else {
|
|
@@ -30,8 +37,6 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 30 |
}
|
| 31 |
}
|
| 32 |
|
| 33 |
-
public function run() {}
|
| 34 |
-
|
| 35 |
/**
|
| 36 |
* Detect if site is using Cloudflare
|
| 37 |
*
|
|
@@ -99,7 +104,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 99 |
/**
|
| 100 |
* Tries to set the same caching rules in CF
|
| 101 |
*/
|
| 102 |
-
|
| 103 |
if ( ! $this->is_connected() || ! $this->is_zone_selected() ) {
|
| 104 |
return;
|
| 105 |
}
|
|
@@ -113,7 +118,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 113 |
}
|
| 114 |
}
|
| 115 |
|
| 116 |
-
|
| 117 |
$rules = $this->get_registered_caching_page_rules();
|
| 118 |
|
| 119 |
foreach ( $rules as $filetype => $id ) {
|
|
@@ -121,7 +126,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 121 |
}
|
| 122 |
}
|
| 123 |
|
| 124 |
-
|
| 125 |
$id = $this->get_registered_caching_page_rule_id( $filetype );
|
| 126 |
$this->unregister_caching_page_rule( $filetype );
|
| 127 |
|
|
@@ -138,7 +143,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 138 |
$api->cloudflare->delete_page_rule( $id, $options['zone'] );
|
| 139 |
}
|
| 140 |
|
| 141 |
-
|
| 142 |
// Check if the rule exists already
|
| 143 |
$id = $this->get_registered_caching_page_rule_id( $filetype );
|
| 144 |
|
|
@@ -150,7 +155,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 150 |
return $this->add_caching_page_rule( $filetype );
|
| 151 |
}
|
| 152 |
|
| 153 |
-
|
| 154 |
// If exists, delete it
|
| 155 |
$this->delete_caching_page_rule( $filetype );
|
| 156 |
|
|
@@ -187,7 +192,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 187 |
|
| 188 |
}
|
| 189 |
|
| 190 |
-
|
| 191 |
$options = $this->get_options();
|
| 192 |
|
| 193 |
$expirations = array();
|
|
@@ -228,7 +233,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 228 |
return $expirations;
|
| 229 |
}
|
| 230 |
|
| 231 |
-
|
| 232 |
return array(
|
| 233 |
array(
|
| 234 |
'target' => 'url',
|
|
@@ -240,7 +245,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 240 |
);
|
| 241 |
}
|
| 242 |
|
| 243 |
-
|
| 244 |
return array(
|
| 245 |
array(
|
| 246 |
'id' => 'browser_cache_ttl',
|
|
@@ -255,7 +260,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 255 |
* @param $id
|
| 256 |
* @param $filetype
|
| 257 |
*/
|
| 258 |
-
|
| 259 |
$options = $this->get_options();
|
| 260 |
$options['page_rules'][ $filetype ] = $id;
|
| 261 |
$this->update_options( $options );
|
|
@@ -266,7 +271,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 266 |
*
|
| 267 |
* @param $filetype
|
| 268 |
*/
|
| 269 |
-
|
| 270 |
$options = $this->get_options();
|
| 271 |
|
| 272 |
if ( isset( $options['page_rules'][ $filetype ] ) ) {
|
|
@@ -275,13 +280,13 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 275 |
}
|
| 276 |
}
|
| 277 |
|
| 278 |
-
|
| 279 |
$options = $this->get_options();
|
| 280 |
|
| 281 |
return ( isset( $options['page_rules'][ $filetype ] ) ) ? $options['page_rules'][ $filetype ] : false;
|
| 282 |
}
|
| 283 |
|
| 284 |
-
|
| 285 |
$options = $this->get_options();
|
| 286 |
|
| 287 |
return $options['page_rules'];
|
|
@@ -330,7 +335,7 @@ class WP_Hummingbird_Module_Cloudflare extends WP_Hummingbird_Module {
|
|
| 330 |
*
|
| 331 |
* @return WP_Error|array
|
| 332 |
*/
|
| 333 |
-
|
| 334 |
$options = $this->get_options();
|
| 335 |
$api = WP_Hummingbird_Utils::get_api();
|
| 336 |
$api->cloudflare->set_auth_email( $options['email'] );
|
| 19 |
*/
|
| 20 |
protected $name = 'Cloudflare';
|
| 21 |
|
| 22 |
+
public function run() {}
|
| 23 |
+
|
| 24 |
/**
|
| 25 |
* Initializes Cloudflare module
|
| 26 |
*/
|
| 27 |
public function init() {
|
| 28 |
+
// Only run tests in admin.
|
| 29 |
+
if ( ! is_admin() ) {
|
| 30 |
+
return;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
if ( $this->has_cloudflare() ) {
|
| 34 |
add_filter( 'wp_hummingbird_is_active_module_' . $this->get_slug(), '__return_true' );
|
| 35 |
} else {
|
| 37 |
}
|
| 38 |
}
|
| 39 |
|
|
|
|
|
|
|
| 40 |
/**
|
| 41 |
* Detect if site is using Cloudflare
|
| 42 |
*
|
| 104 |
/**
|
| 105 |
* Tries to set the same caching rules in CF
|
| 106 |
*/
|
| 107 |
+
private function set_caching_rules() {
|
| 108 |
if ( ! $this->is_connected() || ! $this->is_zone_selected() ) {
|
| 109 |
return;
|
| 110 |
}
|
| 118 |
}
|
| 119 |
}
|
| 120 |
|
| 121 |
+
private function clear_caching_page_rules() {
|
| 122 |
$rules = $this->get_registered_caching_page_rules();
|
| 123 |
|
| 124 |
foreach ( $rules as $filetype => $id ) {
|
| 126 |
}
|
| 127 |
}
|
| 128 |
|
| 129 |
+
private function delete_caching_page_rule( $filetype ) {
|
| 130 |
$id = $this->get_registered_caching_page_rule_id( $filetype );
|
| 131 |
$this->unregister_caching_page_rule( $filetype );
|
| 132 |
|
| 143 |
$api->cloudflare->delete_page_rule( $id, $options['zone'] );
|
| 144 |
}
|
| 145 |
|
| 146 |
+
private function update_caching_page_rule( $filetype ) {
|
| 147 |
// Check if the rule exists already
|
| 148 |
$id = $this->get_registered_caching_page_rule_id( $filetype );
|
| 149 |
|
| 155 |
return $this->add_caching_page_rule( $filetype );
|
| 156 |
}
|
| 157 |
|
| 158 |
+
private function add_caching_page_rule( $filetype ) {
|
| 159 |
// If exists, delete it
|
| 160 |
$this->delete_caching_page_rule( $filetype );
|
| 161 |
|
| 192 |
|
| 193 |
}
|
| 194 |
|
| 195 |
+
private function get_filetypes_expirations() {
|
| 196 |
$options = $this->get_options();
|
| 197 |
|
| 198 |
$expirations = array();
|
| 233 |
return $expirations;
|
| 234 |
}
|
| 235 |
|
| 236 |
+
private static function page_rule_targets( $filetype ) {
|
| 237 |
return array(
|
| 238 |
array(
|
| 239 |
'target' => 'url',
|
| 245 |
);
|
| 246 |
}
|
| 247 |
|
| 248 |
+
private static function page_rule_actions( $time ) {
|
| 249 |
return array(
|
| 250 |
array(
|
| 251 |
'id' => 'browser_cache_ttl',
|
| 260 |
* @param $id
|
| 261 |
* @param $filetype
|
| 262 |
*/
|
| 263 |
+
private function register_caching_page_rule( $id, $filetype ) {
|
| 264 |
$options = $this->get_options();
|
| 265 |
$options['page_rules'][ $filetype ] = $id;
|
| 266 |
$this->update_options( $options );
|
| 271 |
*
|
| 272 |
* @param $filetype
|
| 273 |
*/
|
| 274 |
+
private function unregister_caching_page_rule( $filetype ) {
|
| 275 |
$options = $this->get_options();
|
| 276 |
|
| 277 |
if ( isset( $options['page_rules'][ $filetype ] ) ) {
|
| 280 |
}
|
| 281 |
}
|
| 282 |
|
| 283 |
+
private function get_registered_caching_page_rule_id( $filetype ) {
|
| 284 |
$options = $this->get_options();
|
| 285 |
|
| 286 |
return ( isset( $options['page_rules'][ $filetype ] ) ) ? $options['page_rules'][ $filetype ] : false;
|
| 287 |
}
|
| 288 |
|
| 289 |
+
private function get_registered_caching_page_rules() {
|
| 290 |
$options = $this->get_options();
|
| 291 |
|
| 292 |
return $options['page_rules'];
|
| 335 |
*
|
| 336 |
* @return WP_Error|array
|
| 337 |
*/
|
| 338 |
+
private function get_page_rules_list() {
|
| 339 |
$options = $this->get_options();
|
| 340 |
$api = WP_Hummingbird_Utils::get_api();
|
| 341 |
$api->cloudflare->set_auth_email( $options['email'] );
|
core/modules/class-module-gzip.php
CHANGED
|
@@ -31,7 +31,6 @@ class WP_Hummingbird_Module_GZip extends WP_Hummingbird_Module_Server {
|
|
| 31 |
// Would be nice to user get_home_url(), but website is not accessible during plugin activation
|
| 32 |
// and curl times out.
|
| 33 |
//'HTML' => add_query_arg( 'avoid-minify', 'true', get_home_url() ),
|
| 34 |
-
//'HTML' => WPHB_DIR_URL . 'core/modules/dummy/dummy-html.html',
|
| 35 |
'HTML' => WPHB_DIR_URL . 'core/modules/dummy/dummy-php.php',
|
| 36 |
'JavaScript' => WPHB_DIR_URL . 'core/modules/dummy/dummy-js.js',
|
| 37 |
'CSS' => WPHB_DIR_URL . 'core/modules/dummy/dummy-style.css',
|
| 31 |
// Would be nice to user get_home_url(), but website is not accessible during plugin activation
|
| 32 |
// and curl times out.
|
| 33 |
//'HTML' => add_query_arg( 'avoid-minify', 'true', get_home_url() ),
|
|
|
|
| 34 |
'HTML' => WPHB_DIR_URL . 'core/modules/dummy/dummy-php.php',
|
| 35 |
'JavaScript' => WPHB_DIR_URL . 'core/modules/dummy/dummy-js.js',
|
| 36 |
'CSS' => WPHB_DIR_URL . 'core/modules/dummy/dummy-style.css',
|
core/modules/dummy/dummy-html.html
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
<html>
|
| 2 |
-
<head>
|
| 3 |
-
<title>Dummy HTML file</title>
|
| 4 |
-
</head>
|
| 5 |
-
<body>
|
| 6 |
-
<p>Dummy HTML file</p>
|
| 7 |
-
</body>
|
| 8 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/wphb-default.pot
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# This file is distributed under the same license as the Hummingbird Pro package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Hummingbird Pro 1.8.0.
|
| 6 |
"Report-Msgid-Bugs-To: https://wpmudev.org\n"
|
| 7 |
-
"POT-Creation-Date: 2018-03-
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -15,49 +15,70 @@ msgstr ""
|
|
| 15 |
|
| 16 |
#: admin/abstract-class-admin-page.php:256 admin/class-dashboard-page.php:115
|
| 17 |
#: admin/class-performance-page.php:57 admin/class-uptime-page.php:62
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
msgid "View Documentation"
|
| 19 |
msgstr ""
|
| 20 |
|
| 21 |
#: admin/abstract-class-admin-page.php:271 admin/class-dashboard-page.php:104
|
|
|
|
|
|
|
| 22 |
msgid "Settings Updated"
|
| 23 |
msgstr ""
|
| 24 |
|
| 25 |
#: admin/abstract-class-admin-page.php:279
|
|
|
|
| 26 |
msgid "Made with %s by WPMU DEV"
|
| 27 |
msgstr ""
|
| 28 |
|
| 29 |
#: admin/class-admin-ajax.php:597
|
|
|
|
| 30 |
msgid "Please, select a Cloudflare zone. Normally, this is your website"
|
| 31 |
msgstr ""
|
| 32 |
|
| 33 |
#: admin/class-admin-ajax.php:613
|
|
|
|
| 34 |
msgid "The selected zone is not valid"
|
| 35 |
msgstr ""
|
| 36 |
|
| 37 |
#: admin/class-admin-ajax.php:714
|
|
|
|
| 38 |
msgid "Invalid type specified."
|
| 39 |
msgstr ""
|
| 40 |
|
| 41 |
#: admin/class-admin-ajax.php:724
|
|
|
|
| 42 |
msgid "Error deleting data."
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
#: admin/class-admin-ajax.php:730
|
|
|
|
| 46 |
#. translators: %d: number of database entries
|
| 47 |
msgid "<strong>%d database entries</strong> were deleted successfully."
|
| 48 |
msgstr ""
|
| 49 |
|
| 50 |
#: admin/class-admin-notices.php:139
|
|
|
|
| 51 |
msgid "Dismiss this notice."
|
| 52 |
msgstr ""
|
| 53 |
|
| 54 |
#: admin/class-admin-notices.php:246 admin/class-minification-page.php:168
|
| 55 |
#: admin/views/caching/browser-caching-meta-box.php:187
|
| 56 |
#: admin/views/dashboard/caching/module-meta-box.php:111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 57 |
msgid "Dismiss"
|
| 58 |
msgstr ""
|
| 59 |
|
| 60 |
#: admin/class-admin-notices.php:291
|
|
|
|
| 61 |
#. translators: %s: Upgrade URL
|
| 62 |
msgid ""
|
| 63 |
"Awww yeah! You’ve got access to Hummingbird Pro! Let’s upgrade your free "
|
|
@@ -65,22 +86,26 @@ msgid ""
|
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
#: admin/class-admin-notices.php:310
|
|
|
|
| 68 |
msgid ""
|
| 69 |
"We noticed you’re running both the free and pro versions of Hummingbird. No "
|
| 70 |
"biggie! We’ve deactivated the free version for you. Enjoy the pro features!"
|
| 71 |
msgstr ""
|
| 72 |
|
| 73 |
#: admin/class-admin-notices.php:337
|
|
|
|
| 74 |
msgid ""
|
| 75 |
"We've spent countless hours developing Hummingbird and making it free for "
|
| 76 |
"you to use. We would really appreciate it if you dropped us a quick rating!"
|
| 77 |
msgstr ""
|
| 78 |
|
| 79 |
#: admin/class-admin-notices.php:338
|
|
|
|
| 80 |
msgid "Rate Hummingbird"
|
| 81 |
msgstr ""
|
| 82 |
|
| 83 |
#: admin/class-admin-notices.php:376
|
|
|
|
| 84 |
msgid ""
|
| 85 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 86 |
"Asset Optimization feature active. You might want to clear cache to avoid "
|
|
@@ -88,6 +113,7 @@ msgid ""
|
|
| 88 |
msgstr ""
|
| 89 |
|
| 90 |
#: admin/class-admin-notices.php:379
|
|
|
|
| 91 |
msgid ""
|
| 92 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 93 |
"Asset Optimization and Page Caching features active. You might want to "
|
|
@@ -95,6 +121,7 @@ msgid ""
|
|
| 95 |
msgstr ""
|
| 96 |
|
| 97 |
#: admin/class-admin-notices.php:392
|
|
|
|
| 98 |
msgid ""
|
| 99 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 100 |
"Page Caching feature active. You might want to clear cache to avoid any "
|
|
@@ -103,10 +130,13 @@ msgstr ""
|
|
| 103 |
|
| 104 |
#: admin/class-admin-notices.php:398 admin/class-dashboard-page.php:111
|
| 105 |
#: admin/views/caching/browser-caching-configure-meta-box.php:520
|
|
|
|
|
|
|
|
|
|
| 106 |
msgid "Clear Cache"
|
| 107 |
msgstr ""
|
| 108 |
|
| 109 |
-
#: admin/class-admin.php:61
|
| 110 |
msgid "Go to Hummingbird Dashboard"
|
| 111 |
msgstr ""
|
| 112 |
|
|
@@ -115,22 +145,31 @@ msgstr ""
|
|
| 115 |
#: admin/class-performance-page.php:73 admin/class-performance-page.php:168
|
| 116 |
#: admin/class-uptime-page.php:22 admin/class-uptime-page.php:152
|
| 117 |
#: admin/views/caching/page-caching-meta-box.php:96
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 118 |
msgid "Settings"
|
| 119 |
msgstr ""
|
| 120 |
|
| 121 |
-
#: admin/class-admin.php:65
|
| 122 |
msgid "View Hummingbird Documentation"
|
| 123 |
msgstr ""
|
| 124 |
|
| 125 |
-
#: admin/class-admin.php:65
|
| 126 |
msgid "Docs"
|
| 127 |
msgstr ""
|
| 128 |
|
| 129 |
-
#: admin/class-admin.php:69
|
| 130 |
msgid "Upgrade to Hummingbird Pro"
|
| 131 |
msgstr ""
|
| 132 |
|
| 133 |
-
#: admin/class-admin.php:69
|
| 134 |
msgid "Upgrade"
|
| 135 |
msgstr ""
|
| 136 |
|
|
@@ -146,38 +185,68 @@ msgstr ""
|
|
| 146 |
#: admin/views/modals/minification-basic-modal.php:16
|
| 147 |
#: admin/views/performance/module-resume-meta-box.php:7
|
| 148 |
#: admin/views/uptime/summary-meta-box.php:18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
msgid "Hummingbird"
|
| 150 |
msgstr ""
|
| 151 |
|
| 152 |
#: admin/class-admin.php:103 admin/class-admin.php:179
|
|
|
|
|
|
|
| 153 |
msgid "Dashboard"
|
| 154 |
msgstr ""
|
| 155 |
|
| 156 |
#: admin/class-admin.php:104 admin/class-admin.php:143
|
| 157 |
#: admin/class-admin.php:180 admin/class-dashboard-page.php:927
|
| 158 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:14
|
| 160 |
msgid "Performance Test"
|
| 161 |
msgstr ""
|
| 162 |
|
| 163 |
#: admin/class-admin.php:105 admin/class-admin.php:165
|
| 164 |
-
#: admin/class-admin.php:181
|
|
|
|
|
|
|
|
|
|
| 165 |
msgid "Caching"
|
| 166 |
msgstr ""
|
| 167 |
|
| 168 |
#: admin/class-admin.php:106 admin/class-admin.php:182
|
|
|
|
|
|
|
| 169 |
msgid "Gzip Compression"
|
| 170 |
msgstr ""
|
| 171 |
|
| 172 |
#: admin/class-admin.php:109 admin/class-admin.php:154
|
| 173 |
#: admin/class-dashboard-page.php:312 admin/class-dashboard-page.php:317
|
| 174 |
#: admin/class-dashboard-page.php:328 admin/class-dashboard-page.php:335
|
| 175 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
msgid "Asset Optimization"
|
| 177 |
msgstr ""
|
| 178 |
|
| 179 |
#: admin/class-admin.php:112 admin/class-dashboard-page.php:346
|
| 180 |
-
#:
|
|
|
|
|
|
|
| 181 |
msgid "Advanced Tools"
|
| 182 |
msgstr ""
|
| 183 |
|
|
@@ -185,22 +254,43 @@ msgstr ""
|
|
| 185 |
#: admin/class-dashboard-page.php:389 admin/class-dashboard-page.php:398
|
| 186 |
#: admin/class-dashboard-page.php:407 admin/class-uptime-page.php:91
|
| 187 |
#: admin/class-uptime-page.php:101 admin/views/uptime/downtime-meta-box.php:20
|
| 188 |
-
#: admin/views/uptime/meta-box.php:63
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
msgid "Uptime"
|
| 190 |
msgstr ""
|
| 191 |
|
| 192 |
#: admin/class-advanced-page.php:16 admin/class-advanced-page.php:44
|
|
|
|
|
|
|
| 193 |
msgid "General"
|
| 194 |
msgstr ""
|
| 195 |
|
| 196 |
#: admin/class-advanced-page.php:17 admin/class-advanced-page.php:56
|
| 197 |
#: admin/views/dashboard/advanced/module-meta-box.php:21
|
| 198 |
-
#:
|
|
|
|
|
|
|
|
|
|
| 199 |
msgid "Database Cleanup"
|
| 200 |
msgstr ""
|
| 201 |
|
| 202 |
#: admin/class-advanced-page.php:28 admin/class-caching-page.php:454
|
| 203 |
#: admin/class-minification-page.php:153 admin/class-performance-page.php:38
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
#: core/class-utils.php:161 core/modules/class-module-minify.php:1078
|
| 205 |
msgid "Settings updated"
|
| 206 |
msgstr ""
|
|
@@ -210,7 +300,15 @@ msgstr ""
|
|
| 210 |
#: admin/class-caching-page.php:539 admin/class-caching-page.php:814
|
| 211 |
#: admin/class-dashboard-page.php:255
|
| 212 |
#: admin/views/caching/disabled-page-caching-meta-box.php:18
|
| 213 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
msgid "Page Caching"
|
| 215 |
msgstr ""
|
| 216 |
|
|
@@ -218,52 +316,77 @@ msgstr ""
|
|
| 218 |
#: admin/class-caching-page.php:856 admin/class-dashboard-page.php:276
|
| 219 |
#: admin/class-dashboard-page.php:577
|
| 220 |
#: admin/views/dashboard/welcome/meta-box.php:67
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
msgid "Browser Caching"
|
| 222 |
msgstr ""
|
| 223 |
|
| 224 |
#: admin/class-caching-page.php:78 admin/class-caching-page.php:587
|
| 225 |
#: admin/class-caching-page.php:596 admin/class-caching-page.php:1020
|
| 226 |
#: admin/class-dashboard-page.php:293
|
| 227 |
-
#: admin/views/caching/disabled-gravatar-meta-box.php:18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
msgid "Gravatar Caching"
|
| 229 |
msgstr ""
|
| 230 |
|
| 231 |
#: admin/class-caching-page.php:79 admin/class-caching-page.php:613
|
| 232 |
-
#: admin/class-caching-page.php:622
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
msgid "RSS Caching"
|
| 234 |
msgstr ""
|
| 235 |
|
| 236 |
#: admin/class-caching-page.php:450
|
|
|
|
| 237 |
msgid ""
|
| 238 |
"Cloudflare cache successfully purged. Please wait 30 seconds for the purge "
|
| 239 |
"to complete."
|
| 240 |
msgstr ""
|
| 241 |
|
| 242 |
#: admin/class-caching-page.php:460
|
|
|
|
| 243 |
msgid "Your .htaccess file has been updated"
|
| 244 |
msgstr ""
|
| 245 |
|
| 246 |
#: admin/class-caching-page.php:462
|
|
|
|
| 247 |
msgid "Code snippet updated"
|
| 248 |
msgstr ""
|
| 249 |
|
| 250 |
#: admin/class-caching-page.php:467
|
|
|
|
| 251 |
msgid "Browser cache enabled. Your .htaccess file has been updated"
|
| 252 |
msgstr ""
|
| 253 |
|
| 254 |
#: admin/class-caching-page.php:471
|
|
|
|
| 255 |
msgid "Browser cache disabled. Your .htaccess file has been updated"
|
| 256 |
msgstr ""
|
| 257 |
|
| 258 |
#: admin/class-caching-page.php:475
|
|
|
|
| 259 |
msgid "Gravatar cache purged."
|
| 260 |
msgstr ""
|
| 261 |
|
| 262 |
#: admin/class-caching-page.php:479
|
|
|
|
| 263 |
msgid "Page cache purged."
|
| 264 |
msgstr ""
|
| 265 |
|
| 266 |
#: admin/class-caching-page.php:483
|
|
|
|
| 267 |
msgid ""
|
| 268 |
"There was an error during the cache purge. Check file permissions are 755 "
|
| 269 |
"for /wp-content/wphb-cache or delete directory manually."
|
|
@@ -278,68 +401,106 @@ msgstr ""
|
|
| 278 |
#: admin/views/dashboard/gzip/module-meta-box-footer.php:14
|
| 279 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:16
|
| 280 |
#: admin/views/dashboard/smush/meta-box-footer.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 281 |
#: core/pro/admin/views/dashboard/reports/meta-box-footer.php:15
|
| 282 |
msgid "Configure"
|
| 283 |
msgstr ""
|
| 284 |
|
| 285 |
#: admin/class-caching-page.php:878 admin/class-dashboard-page.php:536
|
|
|
|
|
|
|
| 286 |
msgid "Ahoi, we’ve detected you’re using CloudFlare!"
|
| 287 |
msgstr ""
|
| 288 |
|
| 289 |
#: admin/class-caching-page.php:878 admin/class-dashboard-page.php:536
|
|
|
|
|
|
|
| 290 |
msgid "Using CloudFlare?"
|
| 291 |
msgstr ""
|
| 292 |
|
| 293 |
#: admin/class-dashboard-page.php:81 admin/class-minification-page.php:137
|
|
|
|
|
|
|
| 294 |
msgid ""
|
| 295 |
"Your cache has been successfully cleared. Your assets will regenerate the "
|
| 296 |
"next time someone visits your website."
|
| 297 |
msgstr ""
|
| 298 |
|
| 299 |
#: admin/class-dashboard-page.php:85 admin/class-minification-page.php:146
|
|
|
|
|
|
|
| 300 |
msgid ""
|
| 301 |
"Your local and Cloudflare caches have been successfully cleared. Your "
|
| 302 |
"assets will regenerate the next time someone visits your website."
|
| 303 |
msgstr ""
|
| 304 |
|
| 305 |
#: admin/class-dashboard-page.php:94
|
|
|
|
| 306 |
#. translators: %s: module name.
|
| 307 |
msgid "This will clear your %s cache"
|
| 308 |
msgstr ""
|
| 309 |
|
| 310 |
#: admin/class-dashboard-page.php:99
|
|
|
|
| 311 |
#. translators: %s: module name.
|
| 312 |
msgid "This will clear your %s caches"
|
| 313 |
msgstr ""
|
| 314 |
|
| 315 |
#: admin/class-dashboard-page.php:195
|
|
|
|
| 316 |
msgid "Performance test in progress"
|
| 317 |
msgstr ""
|
| 318 |
|
| 319 |
#: admin/class-dashboard-page.php:199 admin/class-dashboard-page.php:211
|
| 320 |
#: admin/class-dashboard-page.php:223 admin/class-dashboard-page.php:235
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
msgid "Performance Report"
|
| 322 |
msgstr ""
|
| 323 |
|
| 324 |
#: admin/class-dashboard-page.php:303 admin/class-dashboard-page.php:866
|
| 325 |
#: admin/views/dashboard/welcome/meta-box.php:85
|
|
|
|
|
|
|
|
|
|
| 326 |
msgid "GZIP Compression"
|
| 327 |
msgstr ""
|
| 328 |
|
| 329 |
#: admin/class-dashboard-page.php:362 admin/class-dashboard-page.php:1030
|
|
|
|
|
|
|
| 330 |
msgid "Image Optimization"
|
| 331 |
msgstr ""
|
| 332 |
|
| 333 |
#: admin/class-dashboard-page.php:380 admin/class-dashboard-page.php:691
|
|
|
|
|
|
|
| 334 |
msgid "Uptime Monitoring"
|
| 335 |
msgstr ""
|
| 336 |
|
| 337 |
#: admin/class-dashboard-page.php:420 admin/class-performance-page.php:72
|
| 338 |
-
#: admin/class-performance-page.php:75
|
|
|
|
|
|
|
|
|
|
|
|
|
| 339 |
msgid "Reporting"
|
| 340 |
msgstr ""
|
| 341 |
|
| 342 |
#: admin/class-dashboard-page.php:486
|
|
|
|
| 343 |
#. Translators: %s: username
|
| 344 |
msgid "Welcome %s"
|
| 345 |
msgstr ""
|
|
@@ -348,6 +509,10 @@ msgstr ""
|
|
| 348 |
#: admin/views/caching/browser-caching-meta-box.php:82
|
| 349 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:54
|
| 350 |
#: admin/views/dashboard/caching/module-meta-box.php:52
|
|
|
|
|
|
|
|
|
|
|
|
|
| 351 |
msgid "Caching is enabled"
|
| 352 |
msgstr ""
|
| 353 |
|
|
@@ -355,78 +520,110 @@ msgstr ""
|
|
| 355 |
#: admin/views/caching/browser-caching-meta-box.php:86
|
| 356 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:58
|
| 357 |
#: admin/views/dashboard/caching/module-meta-box.php:56
|
|
|
|
|
|
|
|
|
|
|
|
|
| 358 |
msgid "Caching is enabled but you aren't using our recommended value"
|
| 359 |
msgstr ""
|
| 360 |
|
| 361 |
#: admin/class-dashboard-page.php:1051 admin/class-performance-page.php:152
|
| 362 |
-
#: admin/class-performance-page.php:351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 363 |
msgid "Reports"
|
| 364 |
msgstr ""
|
| 365 |
|
| 366 |
#: admin/class-gzip-page.php:22
|
|
|
|
| 367 |
msgid ""
|
| 368 |
"Hummingbird could not update or write your .htaccess file. Please, make "
|
| 369 |
".htaccess writable or paste the code yourself."
|
| 370 |
msgstr ""
|
| 371 |
|
| 372 |
#: admin/class-gzip-page.php:26
|
|
|
|
| 373 |
msgid "Gzip enabled. Your .htaccess file has been updated"
|
| 374 |
msgstr ""
|
| 375 |
|
| 376 |
#: admin/class-gzip-page.php:30
|
|
|
|
| 377 |
msgid "Gzip disabled. Your .htaccess file has been updated"
|
| 378 |
msgstr ""
|
| 379 |
|
| 380 |
#: admin/class-gzip-page.php:114 admin/class-gzip-page.php:174
|
|
|
|
|
|
|
| 381 |
msgid "Summary"
|
| 382 |
msgstr ""
|
| 383 |
|
| 384 |
#: admin/class-minification-page.php:21 admin/class-minification-page.php:222
|
| 385 |
#: admin/class-minification-page.php:382
|
|
|
|
|
|
|
|
|
|
| 386 |
msgid "Assets"
|
| 387 |
msgstr ""
|
| 388 |
|
| 389 |
#: admin/class-minification-page.php:22 admin/class-minification-page.php:238
|
|
|
|
|
|
|
| 390 |
msgid "Tools"
|
| 391 |
msgstr ""
|
| 392 |
|
| 393 |
#: admin/class-minification-page.php:121
|
|
|
|
| 394 |
msgid ""
|
| 395 |
"<strong>Your changes have been published.</strong> Note: Files queued for "
|
| 396 |
"compression will generate once someone visits your homepage."
|
| 397 |
msgstr ""
|
| 398 |
|
| 399 |
#: admin/class-minification-page.php:160
|
|
|
|
| 400 |
msgid "You’ve made changes to your files."
|
| 401 |
msgstr ""
|
| 402 |
|
| 403 |
#: admin/class-minification-page.php:161
|
|
|
|
| 404 |
msgid "Make sure you tap"
|
| 405 |
msgstr ""
|
| 406 |
|
| 407 |
#: admin/class-minification-page.php:162
|
| 408 |
#: admin/views/minification/enqueued-files-meta-box-footer.php:15
|
|
|
|
|
|
|
| 409 |
msgid "Publish Changes"
|
| 410 |
msgstr ""
|
| 411 |
|
| 412 |
#: admin/class-minification-page.php:163
|
|
|
|
| 413 |
msgid "at the bottom of the page to set those changes live."
|
| 414 |
msgstr ""
|
| 415 |
|
| 416 |
#: admin/class-minification-page.php:189 admin/class-uptime-page.php:111
|
|
|
|
|
|
|
| 417 |
msgid "Get Started"
|
| 418 |
msgstr ""
|
| 419 |
|
| 420 |
#: admin/class-performance-page.php:34
|
|
|
|
| 421 |
msgid "You have successfully ignored this performance test."
|
| 422 |
msgstr ""
|
| 423 |
|
| 424 |
#: admin/class-performance-page.php:45 admin/class-performance-page.php:53
|
|
|
|
|
|
|
| 425 |
msgid "New Test"
|
| 426 |
msgstr ""
|
| 427 |
|
| 428 |
#: admin/class-performance-page.php:50
|
| 429 |
#: admin/views/dashboard/performance/module-meta-box-header.php:21
|
|
|
|
|
|
|
| 430 |
#. translators: %d: number of minutes.
|
| 431 |
msgid ""
|
| 432 |
"Hummingbird is just catching her breath - you can run another test in %d "
|
|
@@ -435,15 +632,22 @@ msgstr ""
|
|
| 435 |
|
| 436 |
#: admin/class-performance-page.php:69 admin/class-performance-page.php:138
|
| 437 |
#: admin/class-performance-page.php:276
|
|
|
|
|
|
|
|
|
|
| 438 |
msgid "Improvements"
|
| 439 |
msgstr ""
|
| 440 |
|
| 441 |
#: admin/class-performance-page.php:183
|
|
|
|
| 442 |
msgid "Performance test"
|
| 443 |
msgstr ""
|
| 444 |
|
| 445 |
#: admin/class-uptime-page.php:20 admin/class-uptime-page.php:134
|
| 446 |
#: admin/views/uptime/meta-box.php:62
|
|
|
|
|
|
|
|
|
|
| 447 |
msgid "Response Time"
|
| 448 |
msgstr ""
|
| 449 |
|
|
@@ -452,66 +656,90 @@ msgstr ""
|
|
| 452 |
#: admin/views/uptime/downtime-meta-box.php:21
|
| 453 |
#: admin/views/uptime/meta-box.php:64
|
| 454 |
#: admin/views/uptime/summary-meta-box.php:59
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 455 |
msgid "Downtime"
|
| 456 |
msgstr ""
|
| 457 |
|
| 458 |
#: admin/class-uptime-page.php:40
|
|
|
|
| 459 |
msgid "Reporting period"
|
| 460 |
msgstr ""
|
| 461 |
|
| 462 |
#: admin/class-uptime-page.php:260
|
|
|
|
| 463 |
msgid "Last 1 day"
|
| 464 |
msgstr ""
|
| 465 |
|
| 466 |
#: admin/class-uptime-page.php:261
|
|
|
|
| 467 |
msgid "Last 7 days"
|
| 468 |
msgstr ""
|
| 469 |
|
| 470 |
#: admin/class-uptime-page.php:262
|
|
|
|
| 471 |
msgid "Last 30 days"
|
| 472 |
msgstr ""
|
| 473 |
|
| 474 |
-
#: admin/class-uptime-page.php:408
|
|
|
|
|
|
|
|
|
|
| 475 |
#: core/class-utils.php:480
|
| 476 |
msgid "1 day"
|
| 477 |
msgstr ""
|
| 478 |
|
| 479 |
#: admin/class-uptime-page.php:409
|
|
|
|
| 480 |
msgid "7 days"
|
| 481 |
msgstr ""
|
| 482 |
|
| 483 |
#: admin/class-uptime-page.php:410
|
|
|
|
| 484 |
msgid "30 days"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
#: admin/views/advanced/db-meta-box.php:15
|
|
|
|
| 488 |
msgid ""
|
| 489 |
"Clean up your database of unnecessary data you probably don’t need. You can "
|
| 490 |
"schedule daily, weekly or monthly automatic cleanups."
|
| 491 |
msgstr ""
|
| 492 |
|
| 493 |
#: admin/views/advanced/db-meta-box.php:21
|
|
|
|
| 494 |
msgid "Data Type"
|
| 495 |
msgstr ""
|
| 496 |
|
| 497 |
#: admin/views/advanced/db-meta-box.php:22
|
|
|
|
| 498 |
msgid "Entries"
|
| 499 |
msgstr ""
|
| 500 |
|
| 501 |
#: admin/views/advanced/db-meta-box.php:40
|
| 502 |
#: admin/views/modals/database-cleanup-modal.php:13
|
|
|
|
|
|
|
| 503 |
msgid "Delete entries"
|
| 504 |
msgstr ""
|
| 505 |
|
| 506 |
#: admin/views/advanced/db-meta-box.php:51
|
|
|
|
| 507 |
msgid "Tip: Make sure you have a current backup before running a cleanup."
|
| 508 |
msgstr ""
|
| 509 |
|
| 510 |
-
#: admin/views/advanced/db-meta-box.php:56
|
|
|
|
|
|
|
| 511 |
msgid "Delete All"
|
| 512 |
msgstr ""
|
| 513 |
|
| 514 |
#: admin/views/advanced/db-settings-meta-box-footer.php:13
|
|
|
|
| 515 |
msgid ""
|
| 516 |
"<p>Regular cleanups of your database ensures you’re regularly removing "
|
| 517 |
"extra bloat which can slow down your host server. Upgrade to Hummingbird "
|
|
@@ -522,10 +750,14 @@ msgstr ""
|
|
| 522 |
#: admin/views/advanced/db-settings-meta-box-footer.php:21
|
| 523 |
#: admin/views/advanced/general-meta-box-footer.php:12
|
| 524 |
#: admin/views/minification/tools-meta-box-footer.php:12
|
|
|
|
|
|
|
|
|
|
| 525 |
msgid "Save changes"
|
| 526 |
msgstr ""
|
| 527 |
|
| 528 |
#: admin/views/advanced/db-settings-meta-box-header.php:13
|
|
|
|
| 529 |
msgid "Unlock automatic scheduled database cleanups with a WPMU DEV Membership"
|
| 530 |
msgstr ""
|
| 531 |
|
|
@@ -533,14 +765,20 @@ msgstr ""
|
|
| 533 |
#: admin/views/dashboard/smush/meta-box-header.php:15
|
| 534 |
#: admin/views/performance/reporting-meta-box-header.php:5
|
| 535 |
#: admin/views/uptime/no-membership-meta-box.php:23
|
|
|
|
|
|
|
|
|
|
|
|
|
| 536 |
msgid "Upgrade to Pro"
|
| 537 |
msgstr ""
|
| 538 |
|
| 539 |
#: admin/views/advanced/db-settings-meta-box.php:21
|
|
|
|
| 540 |
msgid "Schedule Cleanups"
|
| 541 |
msgstr ""
|
| 542 |
|
| 543 |
#: admin/views/advanced/db-settings-meta-box.php:23
|
|
|
|
| 544 |
msgid ""
|
| 545 |
"Schedule Hummingbird to automatically clean your database daily, weekly or "
|
| 546 |
"monthly."
|
|
@@ -548,22 +786,35 @@ msgstr ""
|
|
| 548 |
|
| 549 |
#: admin/views/advanced/db-settings-meta-box.php:27
|
| 550 |
#: admin/views/advanced/db-settings-meta-box.php:31
|
|
|
|
|
|
|
| 551 |
msgid "Enabled scheduled cleanups"
|
| 552 |
msgstr ""
|
| 553 |
|
| 554 |
#: admin/views/advanced/db-settings-meta-box.php:34
|
| 555 |
#: admin/views/performance/reporting-meta-box.php:25
|
|
|
|
|
|
|
| 556 |
msgid "Frequency"
|
| 557 |
msgstr ""
|
| 558 |
|
| 559 |
#: admin/views/advanced/db-settings-meta-box.php:37
|
| 560 |
#: admin/views/performance/reporting-meta-box.php:28
|
|
|
|
|
|
|
|
|
|
|
|
|
| 561 |
#: core/class-hub-endpoints.php:180 core/pro/admin/class-pro-admin.php:60
|
| 562 |
msgid "Daily"
|
| 563 |
msgstr ""
|
| 564 |
|
| 565 |
#: admin/views/advanced/db-settings-meta-box.php:40
|
| 566 |
#: admin/views/performance/reporting-meta-box.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 567 |
#: core/class-hub-endpoints.php:183 core/pro/admin/class-pro-admin.php:63
|
| 568 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:36
|
| 569 |
msgid "Weekly"
|
|
@@ -571,25 +822,33 @@ msgstr ""
|
|
| 571 |
|
| 572 |
#: admin/views/advanced/db-settings-meta-box.php:43
|
| 573 |
#: admin/views/performance/reporting-meta-box.php:34
|
|
|
|
|
|
|
|
|
|
|
|
|
| 574 |
#: core/class-hub-endpoints.php:186 core/pro/admin/class-pro-admin.php:66
|
| 575 |
msgid "Monthly"
|
| 576 |
msgstr ""
|
| 577 |
|
| 578 |
#: admin/views/advanced/db-settings-meta-box.php:47
|
|
|
|
| 579 |
msgid "Included Tables"
|
| 580 |
msgstr ""
|
| 581 |
|
| 582 |
#: admin/views/advanced/general-meta-box.php:13
|
|
|
|
| 583 |
msgid ""
|
| 584 |
"Here are a few additional tweaks you can make to further reduce your page "
|
| 585 |
"load times."
|
| 586 |
msgstr ""
|
| 587 |
|
| 588 |
#: admin/views/advanced/general-meta-box.php:20
|
|
|
|
| 589 |
msgid "URL Query Strings"
|
| 590 |
msgstr ""
|
| 591 |
|
| 592 |
#: admin/views/advanced/general-meta-box.php:22
|
|
|
|
| 593 |
msgid ""
|
| 594 |
"Some proxy caching servers and even some CDNs cannot cache static assets "
|
| 595 |
"with query strings, resulting in a large missed opportunity for increased "
|
|
@@ -598,14 +857,18 @@ msgstr ""
|
|
| 598 |
|
| 599 |
#: admin/views/advanced/general-meta-box.php:26
|
| 600 |
#: admin/views/advanced/general-meta-box.php:30
|
|
|
|
|
|
|
| 601 |
msgid "Remove query strings from my assets"
|
| 602 |
msgstr ""
|
| 603 |
|
| 604 |
#: admin/views/advanced/general-meta-box.php:36
|
|
|
|
| 605 |
msgid "Emojis"
|
| 606 |
msgstr ""
|
| 607 |
|
| 608 |
#: admin/views/advanced/general-meta-box.php:38
|
|
|
|
| 609 |
msgid ""
|
| 610 |
"WordPress adds Javascript and CSS files to convert common symbols like “:)” "
|
| 611 |
"to visual emojis. If you don’t need emojis this will remove two unnecessary "
|
|
@@ -614,14 +877,18 @@ msgstr ""
|
|
| 614 |
|
| 615 |
#: admin/views/advanced/general-meta-box.php:42
|
| 616 |
#: admin/views/advanced/general-meta-box.php:46
|
|
|
|
|
|
|
| 617 |
msgid "Remove the default Emoji JS & CSS files"
|
| 618 |
msgstr ""
|
| 619 |
|
| 620 |
#: admin/views/advanced/general-meta-box.php:52
|
|
|
|
| 621 |
msgid "Prefetch DNS Requests"
|
| 622 |
msgstr ""
|
| 623 |
|
| 624 |
#: admin/views/advanced/general-meta-box.php:54
|
|
|
|
| 625 |
msgid ""
|
| 626 |
"Speeds up web pages by pre-resolving DNS. In essence it tells a browser it "
|
| 627 |
"should resolve the DNS of a specific domain prior to it being explicitly "
|
|
@@ -629,6 +896,7 @@ msgid ""
|
|
| 629 |
msgstr ""
|
| 630 |
|
| 631 |
#: admin/views/advanced/general-meta-box.php:60
|
|
|
|
| 632 |
msgid ""
|
| 633 |
"Add one host entry per line replacing the http:// or https:// with // e.g. "
|
| 634 |
"//fonts.googleapis.com. We’ve added a few common DNS requests to get you "
|
|
@@ -636,40 +904,50 @@ msgid ""
|
|
| 636 |
msgstr ""
|
| 637 |
|
| 638 |
#: admin/views/caching/browser-caching-configure-meta-box-header.php:16
|
|
|
|
| 639 |
msgid "Using Cloudflare?"
|
| 640 |
msgstr ""
|
| 641 |
|
| 642 |
#: admin/views/caching/browser-caching-configure-meta-box-header.php:18
|
|
|
|
| 643 |
msgid "Connect account"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
#: admin/views/caching/browser-caching-configure-meta-box.php:29
|
| 647 |
#: admin/views/caching/browser-caching-configure-meta-box.php:35
|
| 648 |
#: admin/views/gzip/configure-meta-box.php:24
|
|
|
|
|
|
|
|
|
|
| 649 |
msgid "Server type"
|
| 650 |
msgstr ""
|
| 651 |
|
| 652 |
#: admin/views/caching/browser-caching-configure-meta-box.php:31
|
|
|
|
| 653 |
msgid ""
|
| 654 |
"Choose your server type so Hummingbird can give you the rules to apply "
|
| 655 |
"caching."
|
| 656 |
msgstr ""
|
| 657 |
|
| 658 |
#: admin/views/caching/browser-caching-configure-meta-box.php:45
|
|
|
|
| 659 |
msgid ""
|
| 660 |
"This is the server type your website is hosted on. If you are using "
|
| 661 |
"CloudFlare"
|
| 662 |
msgstr ""
|
| 663 |
|
| 664 |
#: admin/views/caching/browser-caching-configure-meta-box.php:46
|
|
|
|
| 665 |
msgid "connect your account"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
#: admin/views/caching/browser-caching-configure-meta-box.php:47
|
|
|
|
| 669 |
msgid "to control your cache settings from here."
|
| 670 |
msgstr ""
|
| 671 |
|
| 672 |
#: admin/views/caching/browser-caching-configure-meta-box.php:52
|
|
|
|
| 673 |
msgid ""
|
| 674 |
"We’ve detected you’re using CloudFlare which handles browser caching for "
|
| 675 |
"you. You can control your CloudFlare settings from Hummingbird by "
|
|
@@ -677,69 +955,84 @@ msgid ""
|
|
| 677 |
msgstr ""
|
| 678 |
|
| 679 |
#: admin/views/caching/browser-caching-configure-meta-box.php:63
|
|
|
|
| 680 |
msgid "Expiry Time"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
#: admin/views/caching/browser-caching-configure-meta-box.php:65
|
|
|
|
| 684 |
msgid ""
|
| 685 |
"Please choose your desired expiry time. Google recommends 8 days as a good "
|
| 686 |
"benchmark."
|
| 687 |
msgstr ""
|
| 688 |
|
| 689 |
#: admin/views/caching/browser-caching-configure-meta-box.php:75
|
|
|
|
| 690 |
msgid "All file types"
|
| 691 |
msgstr ""
|
| 692 |
|
| 693 |
#: admin/views/caching/browser-caching-configure-meta-box.php:79
|
|
|
|
| 694 |
msgid "Individual file types"
|
| 695 |
msgstr ""
|
| 696 |
|
| 697 |
#: admin/views/caching/browser-caching-configure-meta-box.php:92
|
| 698 |
#: admin/views/caching/browser-caching-configure-meta-box.php:135
|
|
|
|
|
|
|
| 699 |
msgid "JavaScript, CSS, Media, Images"
|
| 700 |
msgstr ""
|
| 701 |
|
| 702 |
#: admin/views/caching/browser-caching-configure-meta-box.php:149
|
|
|
|
| 703 |
msgid ""
|
| 704 |
"Note: You need to connect your CloudFlare account below for your selected "
|
| 705 |
"expiry time to take effect."
|
| 706 |
msgstr ""
|
| 707 |
|
| 708 |
#: admin/views/caching/browser-caching-configure-meta-box.php:155
|
|
|
|
| 709 |
msgid ""
|
| 710 |
"You’ve made changes to your browser cache settings. You need to save "
|
| 711 |
"changes for the new settings to take effect."
|
| 712 |
msgstr ""
|
| 713 |
|
| 714 |
#: admin/views/caching/browser-caching-configure-meta-box.php:156
|
|
|
|
| 715 |
msgid "Save Changes"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
#: admin/views/caching/browser-caching-configure-meta-box.php:162
|
|
|
|
| 719 |
msgid ""
|
| 720 |
"You’ve made changes to your browser cache settings. You need to update your "
|
| 721 |
".htaccess file with the newly generated code below."
|
| 722 |
msgstr ""
|
| 723 |
|
| 724 |
#: admin/views/caching/browser-caching-configure-meta-box.php:163
|
|
|
|
| 725 |
msgid "View code"
|
| 726 |
msgstr ""
|
| 727 |
|
| 728 |
#: admin/views/caching/browser-caching-configure-meta-box.php:169
|
|
|
|
| 729 |
msgid ""
|
| 730 |
"You’ve made changes to your browser cache settings. You need to update your "
|
| 731 |
".htaccess for the new settings to take effect."
|
| 732 |
msgstr ""
|
| 733 |
|
| 734 |
#: admin/views/caching/browser-caching-configure-meta-box.php:170
|
|
|
|
| 735 |
msgid "Update .htaccess"
|
| 736 |
msgstr ""
|
| 737 |
|
| 738 |
#: admin/views/caching/browser-caching-configure-meta-box.php:183
|
|
|
|
| 739 |
msgid "Setup"
|
| 740 |
msgstr ""
|
| 741 |
|
| 742 |
#: admin/views/caching/browser-caching-configure-meta-box.php:185
|
|
|
|
| 743 |
msgid "Follow the instructions provided to enable browser caching."
|
| 744 |
msgstr ""
|
| 745 |
|
|
@@ -747,10 +1040,15 @@ msgstr ""
|
|
| 747 |
#: admin/views/caching/browser-caching-configure-meta-box.php:265
|
| 748 |
#: admin/views/gzip/configure-meta-box.php:50
|
| 749 |
#: admin/views/gzip/configure-meta-box.php:117
|
|
|
|
|
|
|
|
|
|
|
|
|
| 750 |
msgid "Automatic"
|
| 751 |
msgstr ""
|
| 752 |
|
| 753 |
#: admin/views/caching/browser-caching-configure-meta-box.php:201
|
|
|
|
| 754 |
msgid ""
|
| 755 |
"Hummingbird can automatically apply browser caching for Apache servers by "
|
| 756 |
"writing your .htaccess file. Alternately, switch to Manual to apply these "
|
|
@@ -762,6 +1060,11 @@ msgstr ""
|
|
| 762 |
#: admin/views/caching/browser-caching-configure-meta-box.php:333
|
| 763 |
#: admin/views/caching/browser-caching-configure-meta-box.php:365
|
| 764 |
#: admin/views/caching/browser-caching-configure-meta-box.php:386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 765 |
msgid "Your browser caching is already enabled and working well"
|
| 766 |
msgstr ""
|
| 767 |
|
|
@@ -770,6 +1073,11 @@ msgstr ""
|
|
| 770 |
#: admin/views/caching/browser-caching-configure-meta-box.php:337
|
| 771 |
#: admin/views/caching/browser-caching-configure-meta-box.php:369
|
| 772 |
#: admin/views/caching/browser-caching-configure-meta-box.php:390
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 773 |
msgid "Automatic browser caching is active."
|
| 774 |
msgstr ""
|
| 775 |
|
|
@@ -790,6 +1098,23 @@ msgstr ""
|
|
| 790 |
#: admin/views/minification/settings-meta-box.php:110
|
| 791 |
#: admin/views/uptime/settings-meta-box.php:13
|
| 792 |
#: admin/views/uptime/settings-meta-box.php:20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 793 |
msgid "Deactivate"
|
| 794 |
msgstr ""
|
| 795 |
|
|
@@ -802,6 +1127,15 @@ msgstr ""
|
|
| 802 |
#: admin/views/dashboard/minification/disabled-meta-box.php:17
|
| 803 |
#: admin/views/dashboard/uptime/disabled-meta-box.php:17
|
| 804 |
#: admin/views/uptime/disabled-meta-box.php:24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 805 |
msgid "Activate"
|
| 806 |
msgstr ""
|
| 807 |
|
|
@@ -809,25 +1143,36 @@ msgstr ""
|
|
| 809 |
#: admin/views/caching/browser-caching-configure-meta-box.php:300
|
| 810 |
#: admin/views/gzip/configure-meta-box.php:75
|
| 811 |
#: admin/views/gzip/configure-meta-box.php:142
|
|
|
|
|
|
|
|
|
|
|
|
|
| 812 |
msgid "Manual"
|
| 813 |
msgstr ""
|
| 814 |
|
| 815 |
#: admin/views/caching/browser-caching-configure-meta-box.php:236
|
|
|
|
| 816 |
msgid "Follow the steps below to add browser caching to your Apache server."
|
| 817 |
msgstr ""
|
| 818 |
|
| 819 |
#: admin/views/caching/browser-caching-configure-meta-box.php:239
|
| 820 |
#: admin/views/caching/browser-caching-configure-meta-box.php:307
|
|
|
|
|
|
|
| 821 |
msgid "Copy the generated code into your .htaccess file & save your changes."
|
| 822 |
msgstr ""
|
| 823 |
|
| 824 |
#: admin/views/caching/browser-caching-configure-meta-box.php:240
|
|
|
|
| 825 |
msgid "Restart Apache."
|
| 826 |
msgstr ""
|
| 827 |
|
| 828 |
#: admin/views/caching/browser-caching-configure-meta-box.php:241
|
| 829 |
#: admin/views/caching/browser-caching-configure-meta-box.php:309
|
| 830 |
#: admin/views/caching/browser-caching-configure-meta-box.php:346
|
|
|
|
|
|
|
|
|
|
| 831 |
msgid "Re-check expiry status."
|
| 832 |
msgstr ""
|
| 833 |
|
|
@@ -837,11 +1182,19 @@ msgstr ""
|
|
| 837 |
#: admin/views/gzip/configure-meta-box.php:95
|
| 838 |
#: admin/views/gzip/configure-meta-box.php:161
|
| 839 |
#: admin/views/gzip/configure-meta-box.php:195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 840 |
msgid "Copy"
|
| 841 |
msgstr ""
|
| 842 |
|
| 843 |
#: admin/views/caching/browser-caching-configure-meta-box.php:253
|
| 844 |
#: admin/views/caching/browser-caching-configure-meta-box.php:321
|
|
|
|
|
|
|
| 845 |
msgid ""
|
| 846 |
"If adding the rules to your .htaccess doesn’t work and you have access to "
|
| 847 |
"vhosts.conf or httpd.conf try to find the line that starts with <Directory> "
|
|
@@ -851,6 +1204,9 @@ msgstr ""
|
|
| 851 |
#: admin/views/caching/browser-caching-configure-meta-box.php:254
|
| 852 |
#: admin/views/caching/browser-caching-configure-meta-box.php:322
|
| 853 |
#: admin/views/gzip/configure-meta-box.php:105
|
|
|
|
|
|
|
|
|
|
| 854 |
msgid ""
|
| 855 |
"If you don't know where those files are, or you aren't able to reload "
|
| 856 |
"Apache, you would need to consult with your hosting provider or a system "
|
|
@@ -859,6 +1215,8 @@ msgstr ""
|
|
| 859 |
|
| 860 |
#: admin/views/caching/browser-caching-configure-meta-box.php:269
|
| 861 |
#: admin/views/gzip/configure-meta-box.php:121
|
|
|
|
|
|
|
| 862 |
msgid ""
|
| 863 |
"Hummingbird can automatically apply browser caching for LiteSpeed servers "
|
| 864 |
"by writing your .htaccess file. Alternately, switch to Manual to apply "
|
|
@@ -866,19 +1224,24 @@ msgid ""
|
|
| 866 |
msgstr ""
|
| 867 |
|
| 868 |
#: admin/views/caching/browser-caching-configure-meta-box.php:304
|
|
|
|
| 869 |
msgid "Follow the steps below to add browser caching to your LiteSpeed server."
|
| 870 |
msgstr ""
|
| 871 |
|
| 872 |
#: admin/views/caching/browser-caching-configure-meta-box.php:308
|
|
|
|
| 873 |
msgid "Restart LiteSpeed."
|
| 874 |
msgstr ""
|
| 875 |
|
| 876 |
#: admin/views/caching/browser-caching-configure-meta-box.php:340
|
|
|
|
| 877 |
msgid "Follow the steps below to add browser caching to your NGINX server."
|
| 878 |
msgstr ""
|
| 879 |
|
| 880 |
#: admin/views/caching/browser-caching-configure-meta-box.php:343
|
| 881 |
#: admin/views/gzip/configure-meta-box.php:184
|
|
|
|
|
|
|
| 882 |
msgid ""
|
| 883 |
"Copy the generated code into your nginx.conf usually located at "
|
| 884 |
"/etc/nginx/nginx.conf or /usr/local/nginx/conf/nginx.conf"
|
|
@@ -886,14 +1249,18 @@ msgstr ""
|
|
| 886 |
|
| 887 |
#: admin/views/caching/browser-caching-configure-meta-box.php:344
|
| 888 |
#: admin/views/gzip/configure-meta-box.php:185
|
|
|
|
|
|
|
| 889 |
msgid "Add the code above to the http or inside server section in the file."
|
| 890 |
msgstr ""
|
| 891 |
|
| 892 |
#: admin/views/caching/browser-caching-configure-meta-box.php:345
|
|
|
|
| 893 |
msgid "Restart NGINX."
|
| 894 |
msgstr ""
|
| 895 |
|
| 896 |
#: admin/views/caching/browser-caching-configure-meta-box.php:356
|
|
|
|
| 897 |
msgid ""
|
| 898 |
"Note: If you do not have access to your NGINX config files you will need to "
|
| 899 |
"contact your hosting provider to make these changes."
|
|
@@ -901,6 +1268,8 @@ msgstr ""
|
|
| 901 |
|
| 902 |
#: admin/views/caching/browser-caching-configure-meta-box.php:376
|
| 903 |
#: admin/views/gzip/configure-meta-box.php:207
|
|
|
|
|
|
|
| 904 |
#. translators: %s: Link to TechNet
|
| 905 |
msgid ""
|
| 906 |
"For IIS servers, <a href=\"%s\" target=\"_blank\">visit Microsoft "
|
|
@@ -909,6 +1278,8 @@ msgstr ""
|
|
| 909 |
|
| 910 |
#: admin/views/caching/browser-caching-configure-meta-box.php:397
|
| 911 |
#: admin/views/gzip/configure-meta-box.php:218
|
|
|
|
|
|
|
| 912 |
#. translators: %s: Link to TechNet
|
| 913 |
msgid ""
|
| 914 |
"For IIS 7 servers, <a href=\"%s\" target=\"_blank\">visit Microsoft "
|
|
@@ -916,127 +1287,156 @@ msgid ""
|
|
| 916 |
msgstr ""
|
| 917 |
|
| 918 |
#: admin/views/caching/browser-caching-configure-meta-box.php:407
|
|
|
|
| 919 |
msgid ""
|
| 920 |
"Hummingbird can control your Cloudflare Browser Cache settings from here. "
|
| 921 |
"Simply add your Cloudflare API details and configure away."
|
| 922 |
msgstr ""
|
| 923 |
|
| 924 |
#: admin/views/caching/browser-caching-configure-meta-box.php:440
|
|
|
|
| 925 |
msgid "Cloudflare account email"
|
| 926 |
msgstr ""
|
| 927 |
|
| 928 |
#: admin/views/caching/browser-caching-configure-meta-box.php:441
|
|
|
|
| 929 |
msgid "Enter email address"
|
| 930 |
msgstr ""
|
| 931 |
|
| 932 |
#: admin/views/caching/browser-caching-configure-meta-box.php:444
|
|
|
|
| 933 |
msgid "Cloudflare Global API Key"
|
| 934 |
msgstr ""
|
| 935 |
|
| 936 |
#: admin/views/caching/browser-caching-configure-meta-box.php:445
|
|
|
|
| 937 |
msgid "Enter your 37 digit API key"
|
| 938 |
msgstr ""
|
| 939 |
|
| 940 |
#: admin/views/caching/browser-caching-configure-meta-box.php:451
|
|
|
|
| 941 |
msgid "Need help getting your API Key?"
|
| 942 |
msgstr ""
|
| 943 |
|
| 944 |
#: admin/views/caching/browser-caching-configure-meta-box.php:454
|
|
|
|
| 945 |
msgid "<a target=\"_blank\" href=\"%s\">Log in</a> to your Cloudflare account."
|
| 946 |
msgstr ""
|
| 947 |
|
| 948 |
#: admin/views/caching/browser-caching-configure-meta-box.php:455
|
|
|
|
| 949 |
msgid "Go to My Settings."
|
| 950 |
msgstr ""
|
| 951 |
|
| 952 |
#: admin/views/caching/browser-caching-configure-meta-box.php:456
|
|
|
|
| 953 |
msgid "Scroll down to API Key."
|
| 954 |
msgstr ""
|
| 955 |
|
| 956 |
#: admin/views/caching/browser-caching-configure-meta-box.php:457
|
|
|
|
| 957 |
msgid "Click 'View API Key' button and copy your API identifier."
|
| 958 |
msgstr ""
|
| 959 |
|
| 960 |
#: admin/views/caching/browser-caching-configure-meta-box.php:467
|
|
|
|
| 961 |
msgid ""
|
| 962 |
"It appears you have no active zones available. Double check your domain has "
|
| 963 |
"been added to Cloudflare and try again."
|
| 964 |
msgstr ""
|
| 965 |
|
| 966 |
#: admin/views/caching/browser-caching-configure-meta-box.php:469
|
|
|
|
| 967 |
msgid "Re-Check"
|
| 968 |
msgstr ""
|
| 969 |
|
| 970 |
#: admin/views/caching/browser-caching-configure-meta-box.php:482
|
|
|
|
| 971 |
msgid "Select the domain that matches this website"
|
| 972 |
msgstr ""
|
| 973 |
|
| 974 |
#: admin/views/caching/browser-caching-configure-meta-box.php:484
|
|
|
|
| 975 |
msgid "Select domain"
|
| 976 |
msgstr ""
|
| 977 |
|
| 978 |
#: admin/views/caching/browser-caching-configure-meta-box.php:491
|
|
|
|
| 979 |
msgid "Enable Cloudflare"
|
| 980 |
msgstr ""
|
| 981 |
|
| 982 |
#: admin/views/caching/browser-caching-configure-meta-box.php:496
|
|
|
|
| 983 |
msgid ""
|
| 984 |
"CloudFlare is connected, but it appears you don’t have any active zones for "
|
| 985 |
"this domain."
|
| 986 |
msgstr ""
|
| 987 |
|
| 988 |
#: admin/views/caching/browser-caching-configure-meta-box.php:497
|
|
|
|
| 989 |
msgid ""
|
| 990 |
"Double check your domain has been added to Cloudflare and tap re-check when "
|
| 991 |
"ready."
|
| 992 |
msgstr ""
|
| 993 |
|
| 994 |
#: admin/views/caching/browser-caching-configure-meta-box.php:498
|
|
|
|
| 995 |
msgid "Re-check"
|
| 996 |
msgstr ""
|
| 997 |
|
| 998 |
#: admin/views/caching/browser-caching-configure-meta-box.php:513
|
|
|
|
| 999 |
msgid "Cloudflare is connected for this domain."
|
| 1000 |
msgstr ""
|
| 1001 |
|
| 1002 |
#: admin/views/caching/browser-caching-configure-meta-box.php:514
|
|
|
|
| 1003 |
msgid ""
|
| 1004 |
"Adjust your expiry settings and save your settings to update your "
|
| 1005 |
"Cloudflare cache settings."
|
| 1006 |
msgstr ""
|
| 1007 |
|
| 1008 |
#: admin/views/caching/browser-caching-configure-meta-box.php:519
|
|
|
|
| 1009 |
msgid "Clear all assets cached by CloudFlare"
|
| 1010 |
msgstr ""
|
| 1011 |
|
| 1012 |
#: admin/views/caching/browser-caching-meta-box-header.php:18
|
|
|
|
| 1013 |
msgid "Made changes?"
|
| 1014 |
msgstr ""
|
| 1015 |
|
| 1016 |
#: admin/views/caching/browser-caching-meta-box-header.php:20
|
|
|
|
| 1017 |
msgid "Re-Check Expiry"
|
| 1018 |
msgstr ""
|
| 1019 |
|
| 1020 |
#: admin/views/caching/browser-caching-meta-box.php:20
|
|
|
|
| 1021 |
msgid " no-background-image"
|
| 1022 |
msgstr ""
|
| 1023 |
|
| 1024 |
#: admin/views/caching/browser-caching-meta-box.php:24
|
|
|
|
| 1025 |
msgid "Browser Caching is not working properly:"
|
| 1026 |
msgstr ""
|
| 1027 |
|
| 1028 |
#: admin/views/caching/browser-caching-meta-box.php:26
|
|
|
|
| 1029 |
msgid ""
|
| 1030 |
"Your server may not have the \"expires\" module enabled (mod_expires for "
|
| 1031 |
"Apache, ngx_http_headers_module for NGINX)"
|
| 1032 |
msgstr ""
|
| 1033 |
|
| 1034 |
#: admin/views/caching/browser-caching-meta-box.php:27
|
|
|
|
| 1035 |
msgid "Another plugin may be interfering with the configuration"
|
| 1036 |
msgstr ""
|
| 1037 |
|
| 1038 |
#: admin/views/caching/browser-caching-meta-box.php:33
|
| 1039 |
#: admin/views/gzip/summary-meta-box.php:20
|
|
|
|
|
|
|
| 1040 |
#. translators: %s: Support link
|
| 1041 |
#. translators: %s: support link
|
| 1042 |
msgid ""
|
|
@@ -1045,6 +1445,7 @@ msgid ""
|
|
| 1045 |
msgstr ""
|
| 1046 |
|
| 1047 |
#: admin/views/caching/browser-caching-meta-box.php:40
|
|
|
|
| 1048 |
msgid ""
|
| 1049 |
"Store temporary data on your visitors devices so that they don’t have to "
|
| 1050 |
"download assets twice if they don’t have to. This results in a much faster "
|
|
@@ -1052,6 +1453,7 @@ msgid ""
|
|
| 1052 |
msgstr ""
|
| 1053 |
|
| 1054 |
#: admin/views/caching/browser-caching-meta-box.php:48
|
|
|
|
| 1055 |
#. translators: %s: Number of issues
|
| 1056 |
msgid ""
|
| 1057 |
"%s of your cache types don’t meet the recommended expiry period of 8+ days. "
|
|
@@ -1061,6 +1463,9 @@ msgstr ""
|
|
| 1061 |
#: admin/views/caching/browser-caching-meta-box.php:54
|
| 1062 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:36
|
| 1063 |
#: admin/views/dashboard/caching/module-meta-box.php:36
|
|
|
|
|
|
|
|
|
|
| 1064 |
msgid ""
|
| 1065 |
"All of your cache types meet the recommended expiry period of 8+ days. "
|
| 1066 |
"Great work!"
|
|
@@ -1070,18 +1475,25 @@ msgstr ""
|
|
| 1070 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:43
|
| 1071 |
#: admin/views/dashboard/caching/module-meta-box.php:43
|
| 1072 |
#: admin/views/dashboard/gzip/module-meta-box.php:33
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1073 |
msgid "File Type"
|
| 1074 |
msgstr ""
|
| 1075 |
|
| 1076 |
#: admin/views/caching/browser-caching-meta-box.php:64
|
|
|
|
| 1077 |
msgid "Recommended Expiry"
|
| 1078 |
msgstr ""
|
| 1079 |
|
| 1080 |
#: admin/views/caching/browser-caching-meta-box.php:67
|
|
|
|
| 1081 |
msgid "Current Expiry"
|
| 1082 |
msgstr ""
|
| 1083 |
|
| 1084 |
#: admin/views/caching/browser-caching-meta-box.php:74
|
|
|
|
| 1085 |
#. translators: %s: Recommended expiration value
|
| 1086 |
msgid ""
|
| 1087 |
"The recommended value for this file type is at least %s. The longer the "
|
|
@@ -1091,28 +1503,39 @@ msgstr ""
|
|
| 1091 |
#: admin/views/caching/browser-caching-meta-box.php:89
|
| 1092 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:60
|
| 1093 |
#: admin/views/dashboard/caching/module-meta-box.php:58
|
|
|
|
|
|
|
|
|
|
| 1094 |
msgid "Disabled"
|
| 1095 |
msgstr ""
|
| 1096 |
|
| 1097 |
#: admin/views/caching/browser-caching-meta-box.php:91
|
| 1098 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:62
|
| 1099 |
#: admin/views/dashboard/caching/module-meta-box.php:60
|
|
|
|
|
|
|
|
|
|
| 1100 |
msgid "Caching is disabled"
|
| 1101 |
msgstr ""
|
| 1102 |
|
| 1103 |
-
#: admin/views/caching/browser-caching-meta-box.php:149
|
|
|
|
|
|
|
| 1104 |
msgid "Cloudflare"
|
| 1105 |
msgstr ""
|
| 1106 |
|
| 1107 |
#: admin/views/caching/browser-caching-meta-box.php:173
|
|
|
|
| 1108 |
msgid "Connect your account"
|
| 1109 |
msgstr ""
|
| 1110 |
|
| 1111 |
#: admin/views/caching/browser-caching-meta-box.php:176
|
|
|
|
| 1112 |
msgid "to control your settings via Hummingbird."
|
| 1113 |
msgstr ""
|
| 1114 |
|
| 1115 |
#: admin/views/caching/browser-caching-meta-box.php:181
|
|
|
|
| 1116 |
#. translators: %s: CloudFlare information link
|
| 1117 |
msgid ""
|
| 1118 |
"CloudFlare is a Content Delivery Network (CDN) that sends traffic through "
|
|
@@ -1123,6 +1546,8 @@ msgstr ""
|
|
| 1123 |
|
| 1124 |
#: admin/views/caching/disabled-gravatar-meta-box.php:21
|
| 1125 |
#: admin/views/caching/gravatar-meta-box.php:13
|
|
|
|
|
|
|
| 1126 |
msgid ""
|
| 1127 |
"Gravatar Caching stores local copies of avatars used in comments and in "
|
| 1128 |
"your theme. You can control how often you want the cache purged depending "
|
|
@@ -1130,6 +1555,7 @@ msgid ""
|
|
| 1130 |
msgstr ""
|
| 1131 |
|
| 1132 |
#: admin/views/caching/disabled-page-caching-meta-box.php:21
|
|
|
|
| 1133 |
msgid ""
|
| 1134 |
"Page caching stores static HTML copies of your pages and posts. These "
|
| 1135 |
"static files are then served to visitors, reducing the processing load on "
|
|
@@ -1138,49 +1564,64 @@ msgid ""
|
|
| 1138 |
msgstr ""
|
| 1139 |
|
| 1140 |
#: admin/views/caching/gravatar-meta-box-header.php:14
|
|
|
|
| 1141 |
msgid "Clear all locally cached Gravatars"
|
| 1142 |
msgstr ""
|
| 1143 |
|
| 1144 |
#: admin/views/caching/gravatar-meta-box-header.php:14
|
| 1145 |
#: admin/views/caching/page-caching-meta-box-header.php:14
|
| 1146 |
#: admin/views/minification/enqueued-files-meta-box-header.php:22
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1147 |
#: core/modules/class-module-page-cache.php:1358
|
| 1148 |
msgid "Clear cache"
|
| 1149 |
msgstr ""
|
| 1150 |
|
| 1151 |
#: admin/views/caching/gravatar-meta-box.php:21
|
|
|
|
| 1152 |
msgid "Gravatar Caching is currently active."
|
| 1153 |
msgstr ""
|
| 1154 |
|
| 1155 |
#: admin/views/caching/gravatar-meta-box.php:29
|
|
|
|
| 1156 |
msgid "Cache Length"
|
| 1157 |
msgstr ""
|
| 1158 |
|
| 1159 |
#: admin/views/caching/gravatar-meta-box.php:31
|
|
|
|
| 1160 |
msgid ""
|
| 1161 |
"Choose the length of time you want to cache avatars for before Hummingbird "
|
| 1162 |
"will request new ones from Gravatar."
|
| 1163 |
msgstr ""
|
| 1164 |
|
| 1165 |
#: admin/views/caching/gravatar-meta-box.php:36
|
|
|
|
| 1166 |
msgid "Tip: the longer the better - you can always purge the cache manually."
|
| 1167 |
msgstr ""
|
| 1168 |
|
| 1169 |
#: admin/views/caching/gravatar-meta-box.php:46
|
|
|
|
| 1170 |
msgid "This will deactivate Gravatar Caching and clear your local avatar storage."
|
| 1171 |
msgstr ""
|
| 1172 |
|
| 1173 |
#: admin/views/caching/page-caching-meta-box-footer.php:12
|
| 1174 |
#: admin/views/caching/rss-meta-box-footer.php:12
|
|
|
|
|
|
|
| 1175 |
msgid "Save Settings"
|
| 1176 |
msgstr ""
|
| 1177 |
|
| 1178 |
#: admin/views/caching/page-caching-meta-box-header.php:14
|
|
|
|
| 1179 |
msgid "Clear all locally cached static pages"
|
| 1180 |
msgstr ""
|
| 1181 |
|
| 1182 |
#: admin/views/caching/page-caching-meta-box.php:17
|
| 1183 |
#: admin/views/caching/page-caching-subsite-meta-box.php:13
|
|
|
|
|
|
|
| 1184 |
msgid ""
|
| 1185 |
"Hummingbird stores static HTML copies of your pages and posts to decrease "
|
| 1186 |
"page load time."
|
|
@@ -1189,72 +1630,90 @@ msgstr ""
|
|
| 1189 |
#: admin/views/caching/page-caching-meta-box.php:25
|
| 1190 |
#: admin/views/caching/page-caching-subsite-meta-box.php:21
|
| 1191 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:17
|
|
|
|
|
|
|
|
|
|
| 1192 |
msgid "Page caching is currently active."
|
| 1193 |
msgstr ""
|
| 1194 |
|
| 1195 |
#: admin/views/caching/page-caching-meta-box.php:33
|
|
|
|
| 1196 |
msgid "Page Types"
|
| 1197 |
msgstr ""
|
| 1198 |
|
| 1199 |
#: admin/views/caching/page-caching-meta-box.php:35
|
|
|
|
| 1200 |
msgid ""
|
| 1201 |
"Select which page types you wish to cache. Note: You can exclude individual "
|
| 1202 |
"post/pages with URL string rules in Exclusions section below."
|
| 1203 |
msgstr ""
|
| 1204 |
|
| 1205 |
#: admin/views/caching/page-caching-meta-box.php:59
|
|
|
|
| 1206 |
msgid "Compression"
|
| 1207 |
msgstr ""
|
| 1208 |
|
| 1209 |
#: admin/views/caching/page-caching-meta-box.php:61
|
|
|
|
| 1210 |
msgid "Serve compressed versions of your cached pages."
|
| 1211 |
msgstr ""
|
| 1212 |
|
| 1213 |
#: admin/views/caching/page-caching-meta-box.php:71
|
|
|
|
| 1214 |
msgid "Location"
|
| 1215 |
msgstr ""
|
| 1216 |
|
| 1217 |
#: admin/views/caching/page-caching-meta-box.php:73
|
|
|
|
| 1218 |
msgid "Change where Hummingbird stores you cached page files."
|
| 1219 |
msgstr ""
|
| 1220 |
|
| 1221 |
#: admin/views/caching/page-caching-meta-box.php:83
|
|
|
|
| 1222 |
msgid "Automatic Flush"
|
| 1223 |
msgstr ""
|
| 1224 |
|
| 1225 |
#: admin/views/caching/page-caching-meta-box.php:85
|
|
|
|
| 1226 |
msgid "This setting automatically clears your cached pages on a regular schedule."
|
| 1227 |
msgstr ""
|
| 1228 |
|
| 1229 |
#: admin/views/caching/page-caching-meta-box.php:98
|
|
|
|
| 1230 |
msgid "Fine tune page caching to work how you want it to."
|
| 1231 |
msgstr ""
|
| 1232 |
|
| 1233 |
#: admin/views/caching/page-caching-meta-box.php:108
|
|
|
|
| 1234 |
msgid "Include logged in users"
|
| 1235 |
msgstr ""
|
| 1236 |
|
| 1237 |
#: admin/views/caching/page-caching-meta-box.php:110
|
|
|
|
| 1238 |
msgid ""
|
| 1239 |
"Caching pages for logged in users can reduce load on your server, but can "
|
| 1240 |
"cause strange behavior with some themes/plugins."
|
| 1241 |
msgstr ""
|
| 1242 |
|
| 1243 |
#: admin/views/caching/page-caching-meta-box.php:119
|
|
|
|
| 1244 |
msgid "Cache URL queries"
|
| 1245 |
msgstr ""
|
| 1246 |
|
| 1247 |
#: admin/views/caching/page-caching-meta-box.php:121
|
|
|
|
| 1248 |
msgid ""
|
| 1249 |
"You can turn on caching pages with GET parameters (?x=y at the end of a "
|
| 1250 |
"url), though generally this isn’t a good idea if those pages are dynamic."
|
| 1251 |
msgstr ""
|
| 1252 |
|
| 1253 |
#: admin/views/caching/page-caching-meta-box.php:130
|
|
|
|
| 1254 |
msgid "Cache 404 requests"
|
| 1255 |
msgstr ""
|
| 1256 |
|
| 1257 |
#: admin/views/caching/page-caching-meta-box.php:132
|
|
|
|
| 1258 |
msgid ""
|
| 1259 |
"Even though 404s are bad and you will want to avoid them with redirects, "
|
| 1260 |
"you can still choose to cache your 404 page to avoid additional load on "
|
|
@@ -1262,10 +1721,12 @@ msgid ""
|
|
| 1262 |
msgstr ""
|
| 1263 |
|
| 1264 |
#: admin/views/caching/page-caching-meta-box.php:141
|
|
|
|
| 1265 |
msgid "Clear full cache when post/page is updated"
|
| 1266 |
msgstr ""
|
| 1267 |
|
| 1268 |
#: admin/views/caching/page-caching-meta-box.php:143
|
|
|
|
| 1269 |
msgid ""
|
| 1270 |
"If one of your pages or posts gets updated, turning this setting on will "
|
| 1271 |
"also regenerate all cached archives and taxonomies for all post types."
|
|
@@ -1275,37 +1736,48 @@ msgstr ""
|
|
| 1275 |
#: admin/views/minification/settings-meta-box.php:72
|
| 1276 |
#: admin/views/minification/settings-meta-box.php:78
|
| 1277 |
#: admin/views/minification/settings-meta-box.php:82
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1278 |
msgid "Enable debug log"
|
| 1279 |
msgstr ""
|
| 1280 |
|
| 1281 |
#: admin/views/caching/page-caching-meta-box.php:155
|
|
|
|
| 1282 |
msgid ""
|
| 1283 |
"If you’re having issues with page caching, turn on the debug log to get "
|
| 1284 |
"insight into what’s going on."
|
| 1285 |
msgstr ""
|
| 1286 |
|
| 1287 |
#: admin/views/caching/page-caching-meta-box.php:159
|
|
|
|
| 1288 |
msgid "Download Logs"
|
| 1289 |
msgstr ""
|
| 1290 |
|
| 1291 |
#: admin/views/caching/page-caching-meta-box.php:165
|
|
|
|
| 1292 |
#. translators: %s: File location
|
| 1293 |
msgid "Location: %s"
|
| 1294 |
msgstr ""
|
| 1295 |
|
| 1296 |
#: admin/views/caching/page-caching-meta-box.php:179
|
|
|
|
| 1297 |
msgid "Subsites"
|
| 1298 |
msgstr ""
|
| 1299 |
|
| 1300 |
#: admin/views/caching/page-caching-meta-box.php:181
|
|
|
|
| 1301 |
msgid "Choose what options admins have for subsites."
|
| 1302 |
msgstr ""
|
| 1303 |
|
| 1304 |
#: admin/views/caching/page-caching-meta-box.php:191
|
|
|
|
| 1305 |
msgid "Allow admins to disable page caching"
|
| 1306 |
msgstr ""
|
| 1307 |
|
| 1308 |
#: admin/views/caching/page-caching-meta-box.php:193
|
|
|
|
| 1309 |
msgid ""
|
| 1310 |
"This setting adds the Page Caching tab to Hummingbird and allows a subsite "
|
| 1311 |
"admin to disable Page Caching if they wish to. Note: It does not allow them "
|
|
@@ -1313,24 +1785,29 @@ msgid ""
|
|
| 1313 |
msgstr ""
|
| 1314 |
|
| 1315 |
#: admin/views/caching/page-caching-meta-box.php:200
|
|
|
|
| 1316 |
msgid "Exclusions"
|
| 1317 |
msgstr ""
|
| 1318 |
|
| 1319 |
#: admin/views/caching/page-caching-meta-box.php:202
|
|
|
|
| 1320 |
msgid "Specify any particular URLs you don’t want to cache at all."
|
| 1321 |
msgstr ""
|
| 1322 |
|
| 1323 |
#: admin/views/caching/page-caching-meta-box.php:206
|
|
|
|
| 1324 |
msgid "URL Strings"
|
| 1325 |
msgstr ""
|
| 1326 |
|
| 1327 |
#: admin/views/caching/page-caching-meta-box.php:208
|
|
|
|
| 1328 |
msgid ""
|
| 1329 |
"You can tell Hummingbird not to cache specific URLs, or any URLs that "
|
| 1330 |
"contain strings. Add one entry per line."
|
| 1331 |
msgstr ""
|
| 1332 |
|
| 1333 |
#: admin/views/caching/page-caching-meta-box.php:212
|
|
|
|
| 1334 |
msgid ""
|
| 1335 |
"For example, if you want to not cache any pages that are nested under your "
|
| 1336 |
"Forums area you might add \"/forums/\" as a rule. When Hummingbird goes to "
|
|
@@ -1341,20 +1818,24 @@ msgid ""
|
|
| 1341 |
msgstr ""
|
| 1342 |
|
| 1343 |
#: admin/views/caching/page-caching-meta-box.php:214
|
|
|
|
| 1344 |
msgid "User agents"
|
| 1345 |
msgstr ""
|
| 1346 |
|
| 1347 |
#: admin/views/caching/page-caching-meta-box.php:216
|
|
|
|
| 1348 |
msgid ""
|
| 1349 |
"Specify any user agents you don’t want to send cached pages to like bots, "
|
| 1350 |
"spiders and crawlers. We’ve added a couple of common ones for you."
|
| 1351 |
msgstr ""
|
| 1352 |
|
| 1353 |
#: admin/views/caching/page-caching-meta-box.php:226
|
|
|
|
| 1354 |
msgid "You can deactivate page caching at any time. "
|
| 1355 |
msgstr ""
|
| 1356 |
|
| 1357 |
#: admin/views/caching/page-caching-meta-box.php:234
|
|
|
|
| 1358 |
msgid ""
|
| 1359 |
"Note: Deactivating won’t lose any of your website data, only the cached "
|
| 1360 |
"pages will be removed and won’t be served to your visitors any longer. "
|
|
@@ -1363,12 +1844,14 @@ msgid ""
|
|
| 1363 |
msgstr ""
|
| 1364 |
|
| 1365 |
#: admin/views/caching/page-caching-subsite-meta-box.php:30
|
|
|
|
| 1366 |
msgid ""
|
| 1367 |
"You can deactivate page caching at any time. Remember this may result in "
|
| 1368 |
"slower page loads unless you have another caching plugin activate."
|
| 1369 |
msgstr ""
|
| 1370 |
|
| 1371 |
#: admin/views/caching/page-caching-subsite-meta-box.php:38
|
|
|
|
| 1372 |
msgid ""
|
| 1373 |
"Note: Deactivating won’t lose any of your website data, only the cached "
|
| 1374 |
"pages will be removed and won’t be served to your visitors any longer."
|
|
@@ -1376,6 +1859,8 @@ msgstr ""
|
|
| 1376 |
|
| 1377 |
#: admin/views/caching/rss-disabled-meta-box.php:13
|
| 1378 |
#: admin/views/caching/rss-meta-box.php:14
|
|
|
|
|
|
|
| 1379 |
msgid ""
|
| 1380 |
"By default, WordPress will cache your RSS feeds to reduce the load on\n"
|
| 1381 |
"\tyour server – which is great feature. Hummingbird gives you control over "
|
|
@@ -1384,48 +1869,59 @@ msgid ""
|
|
| 1384 |
msgstr ""
|
| 1385 |
|
| 1386 |
#: admin/views/caching/rss-disabled-meta-box.php:20
|
|
|
|
| 1387 |
msgid "RSS Caching is currently disabled."
|
| 1388 |
msgstr ""
|
| 1389 |
|
| 1390 |
#: admin/views/caching/rss-disabled-meta-box.php:24
|
|
|
|
| 1391 |
msgid "Enable Caching"
|
| 1392 |
msgstr ""
|
| 1393 |
|
| 1394 |
#: admin/views/caching/rss-meta-box.php:23
|
|
|
|
| 1395 |
msgid "RSS Feed Caching is currently active."
|
| 1396 |
msgstr ""
|
| 1397 |
|
| 1398 |
#: admin/views/caching/rss-meta-box.php:29
|
|
|
|
| 1399 |
msgid "Expiry time"
|
| 1400 |
msgstr ""
|
| 1401 |
|
| 1402 |
#: admin/views/caching/rss-meta-box.php:31
|
|
|
|
| 1403 |
msgid ""
|
| 1404 |
"Choose the length of time you want WordPress to cache your RSS feed\n"
|
| 1405 |
"\t\t\t\tfor. The longer you cache it for, the less load on your server."
|
| 1406 |
msgstr ""
|
| 1407 |
|
| 1408 |
#: admin/views/caching/rss-meta-box.php:38
|
|
|
|
| 1409 |
msgid "seconds"
|
| 1410 |
msgstr ""
|
| 1411 |
|
| 1412 |
#: admin/views/caching/rss-meta-box.php:41
|
|
|
|
| 1413 |
msgid "Note: The default expiry is set to one hour."
|
| 1414 |
msgstr ""
|
| 1415 |
|
| 1416 |
#: admin/views/caching/rss-meta-box.php:48
|
|
|
|
| 1417 |
msgid "Disable caching"
|
| 1418 |
msgstr ""
|
| 1419 |
|
| 1420 |
#: admin/views/caching/rss-meta-box.php:50
|
|
|
|
| 1421 |
msgid "If don't want your RSS feed cached, you can disable it here."
|
| 1422 |
msgstr ""
|
| 1423 |
|
| 1424 |
#: admin/views/caching/rss-meta-box.php:55
|
|
|
|
| 1425 |
msgid "Disable Caching"
|
| 1426 |
msgstr ""
|
| 1427 |
|
| 1428 |
#: admin/views/dashboard/advanced/module-meta-box.php:14
|
|
|
|
| 1429 |
msgid ""
|
| 1430 |
"Database Cleanups and tools to remove unnecessary functions WordPress does "
|
| 1431 |
"that\n"
|
|
@@ -1433,16 +1929,20 @@ msgid ""
|
|
| 1433 |
msgstr ""
|
| 1434 |
|
| 1435 |
#: admin/views/dashboard/advanced/module-meta-box.php:28
|
|
|
|
| 1436 |
#. translators: %d: number of entries
|
| 1437 |
msgid "%d dispensable entries"
|
| 1438 |
msgstr ""
|
| 1439 |
|
| 1440 |
#: admin/views/dashboard/advanced/module-meta-box.php:32
|
|
|
|
| 1441 |
msgid "Up to date"
|
| 1442 |
msgstr ""
|
| 1443 |
|
| 1444 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:20
|
| 1445 |
#: admin/views/dashboard/caching/module-meta-box.php:20
|
|
|
|
|
|
|
| 1446 |
msgid ""
|
| 1447 |
"Store temporary data on your visitors devices so that they don’t have to "
|
| 1448 |
"download assets twice if they don’t have to."
|
|
@@ -1450,6 +1950,8 @@ msgstr ""
|
|
| 1450 |
|
| 1451 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:27
|
| 1452 |
#: admin/views/dashboard/caching/module-meta-box.php:27
|
|
|
|
|
|
|
| 1453 |
#. translators: %s: Number of issues
|
| 1454 |
msgid ""
|
| 1455 |
"%1$s of your cache types don’t meet the recommended expiry period of 8+ "
|
|
@@ -1459,24 +1961,30 @@ msgstr ""
|
|
| 1459 |
|
| 1460 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:44
|
| 1461 |
#: admin/views/dashboard/caching/module-meta-box.php:44
|
|
|
|
|
|
|
| 1462 |
msgid "Current expiry"
|
| 1463 |
msgstr ""
|
| 1464 |
|
| 1465 |
#: admin/views/dashboard/caching/gravatar-module-meta-box.php:14
|
|
|
|
| 1466 |
msgid ""
|
| 1467 |
"Store local copies of Gravatars to avoid your visitors loading them on "
|
| 1468 |
"every page load."
|
| 1469 |
msgstr ""
|
| 1470 |
|
| 1471 |
#: admin/views/dashboard/caching/gravatar-module-meta-box.php:17
|
|
|
|
| 1472 |
msgid "Gravatar caching is currently active."
|
| 1473 |
msgstr ""
|
| 1474 |
|
| 1475 |
#: admin/views/dashboard/caching/module-meta-box-footer.php:18
|
|
|
|
| 1476 |
msgid "CloudFlare is connected"
|
| 1477 |
msgstr ""
|
| 1478 |
|
| 1479 |
#: admin/views/dashboard/caching/module-meta-box.php:106
|
|
|
|
| 1480 |
#. translators: %s: Connect CloudFlare link
|
| 1481 |
msgid ""
|
| 1482 |
" <a href=\"%s\">Connect your account</a> to control your settings via "
|
|
@@ -1484,57 +1992,73 @@ msgid ""
|
|
| 1484 |
msgstr ""
|
| 1485 |
|
| 1486 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:14
|
|
|
|
| 1487 |
msgid ""
|
| 1488 |
"Store static HTML copies of your pages and posts to reduce the processing "
|
| 1489 |
"load on your server and dramatically speed up your page load time."
|
| 1490 |
msgstr ""
|
| 1491 |
|
| 1492 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:23
|
|
|
|
| 1493 |
msgid "Subsite Settings"
|
| 1494 |
msgstr ""
|
| 1495 |
|
| 1496 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:30
|
|
|
|
| 1497 |
msgid "Allow subsite admins to disable page caching"
|
| 1498 |
msgstr ""
|
| 1499 |
|
| 1500 |
#: admin/views/dashboard/gzip/module-meta-box.php:13
|
|
|
|
| 1501 |
msgid ""
|
| 1502 |
"Gzip compresses your webpages and style sheets before sending them over to "
|
| 1503 |
"the browser."
|
| 1504 |
msgstr ""
|
| 1505 |
|
| 1506 |
#: admin/views/dashboard/gzip/module-meta-box.php:20
|
|
|
|
| 1507 |
#. translators: %s: Number of inactive types
|
| 1508 |
msgid "%s of your compression types are inactive."
|
| 1509 |
msgstr ""
|
| 1510 |
|
| 1511 |
#: admin/views/dashboard/gzip/module-meta-box.php:26
|
| 1512 |
#: admin/views/gzip/summary-meta-box.php:39
|
|
|
|
|
|
|
| 1513 |
msgid "GZip compression is currently active. Good job!"
|
| 1514 |
msgstr ""
|
| 1515 |
|
| 1516 |
#: admin/views/dashboard/gzip/module-meta-box.php:34
|
|
|
|
| 1517 |
msgid "Status"
|
| 1518 |
msgstr ""
|
| 1519 |
|
| 1520 |
#: admin/views/dashboard/gzip/module-meta-box.php:38
|
| 1521 |
#: admin/views/gzip/summary-meta-box.php:55
|
|
|
|
|
|
|
|
|
|
| 1522 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:16
|
| 1523 |
msgid "Inactive"
|
| 1524 |
msgstr ""
|
| 1525 |
|
| 1526 |
#: admin/views/dashboard/gzip/module-meta-box.php:41
|
| 1527 |
#: admin/views/gzip/summary-meta-box.php:58
|
|
|
|
|
|
|
| 1528 |
msgid "Active"
|
| 1529 |
msgstr ""
|
| 1530 |
|
| 1531 |
#: admin/views/dashboard/gzip/module-meta-box.php:63
|
| 1532 |
#: admin/views/gzip/summary-meta-box.php:82
|
|
|
|
|
|
|
| 1533 |
#. translators: %1$s: compressions status; %2$s: compression type
|
| 1534 |
msgid "Gzip compression is %1$s for %2$s"
|
| 1535 |
msgstr ""
|
| 1536 |
|
| 1537 |
#: admin/views/dashboard/minification/cant-execute-php-meta-box.php:11
|
|
|
|
| 1538 |
msgid ""
|
| 1539 |
"Hummingbird's asset optimization engine requires <strong>PHP 5.3</strong> "
|
| 1540 |
"or newer. You'll need to update your PHP to a newer version to use this "
|
|
@@ -1542,44 +2066,55 @@ msgid ""
|
|
| 1542 |
msgstr ""
|
| 1543 |
|
| 1544 |
#: admin/views/dashboard/minification/disabled-meta-box.php:12
|
|
|
|
| 1545 |
msgid ""
|
| 1546 |
"Compress, combine and position your assets to dramatically improve your "
|
| 1547 |
"pageload speed."
|
| 1548 |
msgstr ""
|
| 1549 |
|
| 1550 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:19
|
|
|
|
| 1551 |
msgid "WPMU DEV CDN is active"
|
| 1552 |
msgstr ""
|
| 1553 |
|
| 1554 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:19
|
|
|
|
| 1555 |
msgid "WPMU DEV CDN is disabled"
|
| 1556 |
msgstr ""
|
| 1557 |
|
| 1558 |
#: admin/views/dashboard/minification/module-meta-box.php:17
|
|
|
|
| 1559 |
msgid ""
|
| 1560 |
"Compress, combine and position your assets to dramatically improve your "
|
| 1561 |
"page load speed."
|
| 1562 |
msgstr ""
|
| 1563 |
|
| 1564 |
#: admin/views/dashboard/minification/module-meta-box.php:22
|
|
|
|
| 1565 |
msgid "Total Enqueued Files"
|
| 1566 |
msgstr ""
|
| 1567 |
|
| 1568 |
#: admin/views/dashboard/minification/module-meta-box.php:27
|
|
|
|
| 1569 |
msgid "Total Size Reductions"
|
| 1570 |
msgstr ""
|
| 1571 |
|
| 1572 |
#: admin/views/dashboard/minification/module-meta-box.php:37
|
|
|
|
| 1573 |
msgid "Total % Reductions"
|
| 1574 |
msgstr ""
|
| 1575 |
|
| 1576 |
#: admin/views/dashboard/minification/module-meta-box.php:43
|
|
|
|
| 1577 |
msgid "JS"
|
| 1578 |
msgstr ""
|
| 1579 |
|
| 1580 |
#: admin/views/dashboard/minification/module-meta-box.php:44
|
| 1581 |
#: admin/views/minification/enqueued-files-meta-box.php:94
|
| 1582 |
#: admin/views/minification/enqueued-files-meta-box.php:97
|
|
|
|
|
|
|
|
|
|
| 1583 |
msgid "JavaScript"
|
| 1584 |
msgstr ""
|
| 1585 |
|
|
@@ -1587,10 +2122,15 @@ msgstr ""
|
|
| 1587 |
#: admin/views/dashboard/minification/module-meta-box.php:52
|
| 1588 |
#: admin/views/minification/enqueued-files-meta-box.php:80
|
| 1589 |
#: admin/views/minification/enqueued-files-meta-box.php:83
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1590 |
msgid "CSS"
|
| 1591 |
msgstr ""
|
| 1592 |
|
| 1593 |
#: admin/views/dashboard/minification/network-module-meta-box.php:14
|
|
|
|
| 1594 |
msgid ""
|
| 1595 |
"Asset optimization can be a bit daunting to configure for beginners, and "
|
| 1596 |
"has the potential to break the frontend of a site. You can choose here who "
|
|
@@ -1599,28 +2139,34 @@ msgid ""
|
|
| 1599 |
msgstr ""
|
| 1600 |
|
| 1601 |
#: admin/views/dashboard/minification/network-module-meta-box.php:17
|
|
|
|
| 1602 |
msgid "Asset optimization settings updated"
|
| 1603 |
msgstr ""
|
| 1604 |
|
| 1605 |
#: admin/views/dashboard/minification/network-module-meta-box.php:22
|
|
|
|
| 1606 |
msgid ""
|
| 1607 |
"Please, activate minification first. A new menu will appear in every site "
|
| 1608 |
"on your Network."
|
| 1609 |
msgstr ""
|
| 1610 |
|
| 1611 |
#: admin/views/dashboard/minification/network-module-meta-box.php:26
|
|
|
|
| 1612 |
msgid "Select users that can minify in this network"
|
| 1613 |
msgstr ""
|
| 1614 |
|
| 1615 |
#: admin/views/dashboard/minification/network-module-meta-box.php:28
|
|
|
|
| 1616 |
msgid "Deactivate completely"
|
| 1617 |
msgstr ""
|
| 1618 |
|
| 1619 |
#: admin/views/dashboard/minification/network-module-meta-box.php:29
|
|
|
|
| 1620 |
msgid "Blog Admins can configure"
|
| 1621 |
msgstr ""
|
| 1622 |
|
| 1623 |
#: admin/views/dashboard/minification/network-module-meta-box.php:30
|
|
|
|
| 1624 |
msgid "Only Super Admins can configure"
|
| 1625 |
msgstr ""
|
| 1626 |
|
|
@@ -1628,19 +2174,27 @@ msgstr ""
|
|
| 1628 |
#: admin/views/minification/settings-meta-box.php:28
|
| 1629 |
#: admin/views/minification/settings-meta-box.php:34
|
| 1630 |
#: admin/views/minification/summary-meta-box.php:41
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1631 |
msgid "Enable WPMU DEV CDN"
|
| 1632 |
msgstr ""
|
| 1633 |
|
| 1634 |
#: admin/views/dashboard/minification/network-module-meta-box.php:37
|
|
|
|
| 1635 |
msgid "Enable minification to use the WPMU DEV CDN"
|
| 1636 |
msgstr ""
|
| 1637 |
|
| 1638 |
#: admin/views/dashboard/minification/network-module-meta-box.php:46
|
| 1639 |
#: admin/views/modals/check-files-modal.php:40
|
|
|
|
|
|
|
| 1640 |
msgid "Store my files on the WPMU DEV CDN"
|
| 1641 |
msgstr ""
|
| 1642 |
|
| 1643 |
#: admin/views/dashboard/performance/disabled-meta-box.php:12
|
|
|
|
| 1644 |
msgid ""
|
| 1645 |
"Hummingbird will test your website and detect what improvements you can "
|
| 1646 |
"make. We’ll give you a score out of 100 for each item, with custom "
|
|
@@ -1651,6 +2205,10 @@ msgstr ""
|
|
| 1651 |
#: admin/views/dashboard/performance/module-meta-box-header.php:17
|
| 1652 |
#: admin/views/dashboard/performance/module-meta-box-header.php:23
|
| 1653 |
#: admin/views/performance/summary-meta-box.php:50
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1654 |
msgid "Run Test"
|
| 1655 |
msgstr ""
|
| 1656 |
|
|
@@ -1658,6 +2216,11 @@ msgstr ""
|
|
| 1658 |
#: admin/views/dashboard/uptime/error-meta-box.php:17
|
| 1659 |
#: admin/views/performance/summary-meta-box.php:9
|
| 1660 |
#: admin/views/uptime/meta-box.php:20 admin/views/wphb-uptime-page.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1661 |
msgid "Try again"
|
| 1662 |
msgstr ""
|
| 1663 |
|
|
@@ -1665,64 +2228,84 @@ msgstr ""
|
|
| 1665 |
#: admin/views/dashboard/uptime/error-meta-box.php:20
|
| 1666 |
#: admin/views/performance/summary-meta-box.php:10
|
| 1667 |
#: admin/views/uptime/meta-box.php:21
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1668 |
msgid "Support"
|
| 1669 |
msgstr ""
|
| 1670 |
|
| 1671 |
#: admin/views/dashboard/performance/module-meta-box-dismissed.php:13
|
|
|
|
| 1672 |
msgid ""
|
| 1673 |
"You chose to ignore your last performance test. Run a new test to see new "
|
| 1674 |
"recommendations."
|
| 1675 |
msgstr ""
|
| 1676 |
|
| 1677 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:16
|
|
|
|
| 1678 |
msgid "View Full Report"
|
| 1679 |
msgstr ""
|
| 1680 |
|
| 1681 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:19
|
|
|
|
| 1682 |
msgid "Automated performance tests are enabled"
|
| 1683 |
msgstr ""
|
| 1684 |
|
| 1685 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:19
|
|
|
|
| 1686 |
msgid "Automated performance tests are disabled"
|
| 1687 |
msgstr ""
|
| 1688 |
|
| 1689 |
#: admin/views/dashboard/performance/module-meta-box.php:13
|
|
|
|
| 1690 |
msgid ""
|
| 1691 |
"Here are your latest performance test results. A score above 85 is "
|
| 1692 |
"considered a good benchmark."
|
| 1693 |
msgstr ""
|
| 1694 |
|
| 1695 |
#: admin/views/dashboard/performance/module-meta-box.php:18
|
|
|
|
| 1696 |
msgid "Recommendation"
|
| 1697 |
msgstr ""
|
| 1698 |
|
| 1699 |
#: admin/views/dashboard/performance/module-meta-box.php:19
|
|
|
|
| 1700 |
msgid "Score /100"
|
| 1701 |
msgstr ""
|
| 1702 |
|
| 1703 |
#: admin/views/dashboard/performance/module-meta-box.php:43
|
| 1704 |
#: admin/views/performance/summary-meta-box.php:132
|
|
|
|
|
|
|
| 1705 |
msgid "Improve"
|
| 1706 |
msgstr ""
|
| 1707 |
|
| 1708 |
#: admin/views/dashboard/performance/running-test-meta-box.php:13
|
| 1709 |
#: admin/views/modals/check-performance-modal.php:3
|
|
|
|
|
|
|
| 1710 |
msgid ""
|
| 1711 |
"Hummingbird is running a test to measure your website performance, please "
|
| 1712 |
"wait."
|
| 1713 |
msgstr ""
|
| 1714 |
|
| 1715 |
#: admin/views/dashboard/performance/running-test-meta-box.php:28
|
|
|
|
| 1716 |
msgid "Analyzing your site..."
|
| 1717 |
msgstr ""
|
| 1718 |
|
| 1719 |
#: admin/views/dashboard/reports/meta-box-header.php:15
|
| 1720 |
#: admin/views/dashboard/uptime/module-meta-box-header.php:15
|
| 1721 |
#: admin/views/minification/settings-meta-box-header.php:14
|
|
|
|
|
|
|
|
|
|
| 1722 |
msgid "Upgrade to PRO"
|
| 1723 |
msgstr ""
|
| 1724 |
|
| 1725 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:16
|
|
|
|
| 1726 |
msgid ""
|
| 1727 |
"Get tailored performance reports delivered to your inbox so you don’t have "
|
| 1728 |
"to worry about checking in."
|
|
@@ -1730,15 +2313,20 @@ msgstr ""
|
|
| 1730 |
|
| 1731 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:26
|
| 1732 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:38
|
|
|
|
|
|
|
| 1733 |
msgid "Pro"
|
| 1734 |
msgstr ""
|
| 1735 |
|
| 1736 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:36
|
|
|
|
|
|
|
| 1737 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:28
|
| 1738 |
msgid "Uptime Report"
|
| 1739 |
msgstr ""
|
| 1740 |
|
| 1741 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:50
|
|
|
|
| 1742 |
msgid ""
|
| 1743 |
"Schedule automated performance tests and receive email reports direct to "
|
| 1744 |
"your inbox. Get reporting as part of a full WPMU DEV membership. <a "
|
|
@@ -1746,51 +2334,61 @@ msgid ""
|
|
| 1746 |
msgstr ""
|
| 1747 |
|
| 1748 |
#: admin/views/dashboard/smush/meta-box.php:22
|
|
|
|
| 1749 |
msgid ""
|
| 1750 |
"Automatically compress and optimize your images with our super popular "
|
| 1751 |
"Smush plugin."
|
| 1752 |
msgstr ""
|
| 1753 |
|
| 1754 |
#: admin/views/dashboard/smush/meta-box.php:29
|
|
|
|
| 1755 |
msgid "Install Smush Pro"
|
| 1756 |
msgstr ""
|
| 1757 |
|
| 1758 |
#: admin/views/dashboard/smush/meta-box.php:31
|
|
|
|
| 1759 |
msgid "Install Smush"
|
| 1760 |
msgstr ""
|
| 1761 |
|
| 1762 |
#: admin/views/dashboard/smush/meta-box.php:38
|
|
|
|
| 1763 |
msgid ""
|
| 1764 |
"WP Smush is installed but not activated! Activate and set up now to reduce "
|
| 1765 |
"page load time."
|
| 1766 |
msgstr ""
|
| 1767 |
|
| 1768 |
#: admin/views/dashboard/smush/meta-box.php:43
|
|
|
|
| 1769 |
msgid "Activate Smush Pro"
|
| 1770 |
msgstr ""
|
| 1771 |
|
| 1772 |
#: admin/views/dashboard/smush/meta-box.php:47
|
|
|
|
| 1773 |
msgid "Activate Smush"
|
| 1774 |
msgstr ""
|
| 1775 |
|
| 1776 |
#: admin/views/dashboard/smush/meta-box.php:55
|
|
|
|
| 1777 |
msgid ""
|
| 1778 |
"WP Smush is installed but no images have been smushed yet. Get in there and "
|
| 1779 |
"smush away!"
|
| 1780 |
msgstr ""
|
| 1781 |
|
| 1782 |
#: admin/views/dashboard/smush/meta-box.php:60
|
|
|
|
| 1783 |
#. translators: %s: uncompressed images
|
| 1784 |
msgid "There are %s images that need smushing!"
|
| 1785 |
msgstr ""
|
| 1786 |
|
| 1787 |
#: admin/views/dashboard/smush/meta-box.php:64
|
|
|
|
| 1788 |
msgid ""
|
| 1789 |
"WP Smush is installed. So far you've saved %s of space. That's a total "
|
| 1790 |
"savings of %s. Nice one!"
|
| 1791 |
msgstr ""
|
| 1792 |
|
| 1793 |
#: admin/views/dashboard/smush/meta-box.php:74
|
|
|
|
| 1794 |
msgid ""
|
| 1795 |
"Did you know WP Smush Pro delivers up to 2x better compression, allows you "
|
| 1796 |
"to smush your originals and removes any bulk smushing limits? <a "
|
|
@@ -1799,41 +2397,52 @@ msgstr ""
|
|
| 1799 |
|
| 1800 |
#: admin/views/dashboard/uptime/disabled-meta-box.php:12
|
| 1801 |
#: admin/views/dashboard/uptime/no-membership-meta-box.php:14
|
|
|
|
|
|
|
| 1802 |
msgid ""
|
| 1803 |
"Monitor your website and get notified if/when it’s inaccessible. We’ll also "
|
| 1804 |
"watch your server response time."
|
| 1805 |
msgstr ""
|
| 1806 |
|
| 1807 |
#: admin/views/dashboard/uptime/module-meta-box-footer.php:15
|
|
|
|
| 1808 |
msgid "View stats"
|
| 1809 |
msgstr ""
|
| 1810 |
|
| 1811 |
#: admin/views/dashboard/uptime/module-meta-box-footer.php:18
|
|
|
|
| 1812 |
msgid "Downtime notifications are enabled"
|
| 1813 |
msgstr ""
|
| 1814 |
|
| 1815 |
#: admin/views/dashboard/uptime/module-meta-box.php:13
|
|
|
|
| 1816 |
msgid "Your website is currently up and humming."
|
| 1817 |
msgstr ""
|
| 1818 |
|
| 1819 |
#: admin/views/dashboard/uptime/module-meta-box.php:19
|
|
|
|
| 1820 |
msgid "Availability"
|
| 1821 |
msgstr ""
|
| 1822 |
|
| 1823 |
#: admin/views/dashboard/uptime/module-meta-box.php:29
|
|
|
|
| 1824 |
msgid "Average Response Time"
|
| 1825 |
msgstr ""
|
| 1826 |
|
| 1827 |
#: admin/views/dashboard/uptime/module-meta-box.php:31
|
|
|
|
| 1828 |
msgid "Calculating..."
|
| 1829 |
msgstr ""
|
| 1830 |
|
| 1831 |
#: admin/views/dashboard/uptime/module-meta-box.php:40
|
| 1832 |
#: admin/views/dashboard/welcome/meta-box.php:95
|
|
|
|
|
|
|
| 1833 |
msgid "Last Down"
|
| 1834 |
msgstr ""
|
| 1835 |
|
| 1836 |
#: admin/views/dashboard/uptime/no-membership-meta-box.php:21
|
|
|
|
| 1837 |
msgid ""
|
| 1838 |
"Performance improvements hardly matter if your website isn’t accessible. "
|
| 1839 |
"Monitor your uptime and downtime with WPMU DEV’s Uptime Monitoring website "
|
|
@@ -1843,60 +2452,78 @@ msgstr ""
|
|
| 1843 |
|
| 1844 |
#: admin/views/dashboard/welcome/meta-box.php:39
|
| 1845 |
#: admin/views/performance/module-resume-meta-box.php:17
|
|
|
|
|
|
|
| 1846 |
msgid "You have ignored your current performance test score"
|
| 1847 |
msgstr ""
|
| 1848 |
|
| 1849 |
#: admin/views/dashboard/welcome/meta-box.php:45
|
| 1850 |
#: admin/views/performance/module-resume-meta-box.php:22
|
|
|
|
|
|
|
| 1851 |
msgid "Current performance score"
|
| 1852 |
msgstr ""
|
| 1853 |
|
| 1854 |
#: admin/views/dashboard/welcome/meta-box.php:56
|
|
|
|
| 1855 |
msgid "Running scan..."
|
| 1856 |
msgstr ""
|
| 1857 |
|
| 1858 |
#: admin/views/dashboard/welcome/meta-box.php:58
|
| 1859 |
#: admin/views/performance/module-resume-meta-box.php:29
|
|
|
|
|
|
|
| 1860 |
msgid "Never"
|
| 1861 |
msgstr ""
|
| 1862 |
|
| 1863 |
#: admin/views/dashboard/welcome/meta-box.php:61
|
|
|
|
| 1864 |
msgid "Last test"
|
| 1865 |
msgstr ""
|
| 1866 |
|
| 1867 |
#: admin/views/dashboard/welcome/meta-box.php:99
|
| 1868 |
#: admin/views/minification/summary-meta-box.php:54
|
|
|
|
|
|
|
| 1869 |
msgid "Pro Feature"
|
| 1870 |
msgstr ""
|
| 1871 |
|
| 1872 |
#: admin/views/dashboard/welcome/meta-box.php:103
|
|
|
|
| 1873 |
msgid "Uptime Inactive"
|
| 1874 |
msgstr ""
|
| 1875 |
|
| 1876 |
#: admin/views/dashboard/welcome/meta-box.php:106
|
| 1877 |
#: admin/views/uptime/summary-meta-box.php:81
|
|
|
|
|
|
|
| 1878 |
msgid "Website is reported down"
|
| 1879 |
msgstr ""
|
| 1880 |
|
| 1881 |
#: admin/views/gzip/configure-meta-box.php:26
|
|
|
|
| 1882 |
msgid ""
|
| 1883 |
"Choose your server type. If you don’t know this, please contact your "
|
| 1884 |
"hosting provider."
|
| 1885 |
msgstr ""
|
| 1886 |
|
| 1887 |
#: admin/views/gzip/configure-meta-box.php:30
|
|
|
|
| 1888 |
msgid "Server type:"
|
| 1889 |
msgstr ""
|
| 1890 |
|
| 1891 |
#: admin/views/gzip/configure-meta-box.php:40
|
|
|
|
| 1892 |
msgid "Enable compression"
|
| 1893 |
msgstr ""
|
| 1894 |
|
| 1895 |
#: admin/views/gzip/configure-meta-box.php:42
|
|
|
|
| 1896 |
msgid "Follow the instructions to activate GZip compression for this website."
|
| 1897 |
msgstr ""
|
| 1898 |
|
| 1899 |
#: admin/views/gzip/configure-meta-box.php:54
|
|
|
|
| 1900 |
msgid ""
|
| 1901 |
"Hummingbird can automatically apply GZip compression for Apache servers by "
|
| 1902 |
"writing your .htaccess file. Alternately, switch to Manual to apply these "
|
|
@@ -1904,6 +2531,7 @@ msgid ""
|
|
| 1904 |
msgstr ""
|
| 1905 |
|
| 1906 |
#: admin/views/gzip/configure-meta-box.php:64
|
|
|
|
| 1907 |
msgid ""
|
| 1908 |
"We tried applying the .htaccess rules automatically but we weren’t able to. "
|
| 1909 |
"Make sure your file permissions on your .htaccess file are set to 644, or "
|
|
@@ -1913,11 +2541,15 @@ msgstr ""
|
|
| 1913 |
|
| 1914 |
#: admin/views/gzip/configure-meta-box.php:67
|
| 1915 |
#: admin/views/gzip/configure-meta-box.php:134
|
|
|
|
|
|
|
| 1916 |
msgid "Apply Rules"
|
| 1917 |
msgstr ""
|
| 1918 |
|
| 1919 |
#: admin/views/gzip/configure-meta-box.php:79
|
| 1920 |
#: admin/views/gzip/configure-meta-box.php:146
|
|
|
|
|
|
|
| 1921 |
msgid ""
|
| 1922 |
"If you are unable to get the automated method working you can copy the "
|
| 1923 |
"generated code below into your .htaccess file to activate GZip compression."
|
|
@@ -1925,10 +2557,13 @@ msgstr ""
|
|
| 1925 |
|
| 1926 |
#: admin/views/gzip/configure-meta-box.php:82
|
| 1927 |
#: admin/views/gzip/configure-meta-box.php:149
|
|
|
|
|
|
|
| 1928 |
msgid "Copy & paste the generated code below into your .htaccess file"
|
| 1929 |
msgstr ""
|
| 1930 |
|
| 1931 |
#: admin/views/gzip/configure-meta-box.php:87
|
|
|
|
| 1932 |
#. translators: %s: Link to recheck GZip status
|
| 1933 |
msgid ""
|
| 1934 |
"Next, <a href=\"%s\">re-check your GZip status</a> to see if it worked. <a "
|
|
@@ -1937,6 +2572,8 @@ msgstr ""
|
|
| 1937 |
|
| 1938 |
#: admin/views/gzip/configure-meta-box.php:101
|
| 1939 |
#: admin/views/gzip/configure-meta-box.php:167
|
|
|
|
|
|
|
| 1940 |
msgid ""
|
| 1941 |
"If .htaccess does not work, and you have access to vhosts.conf or "
|
| 1942 |
"httpd.conf try this:"
|
|
@@ -1944,16 +2581,20 @@ msgstr ""
|
|
| 1944 |
|
| 1945 |
#: admin/views/gzip/configure-meta-box.php:103
|
| 1946 |
#: admin/views/gzip/configure-meta-box.php:169
|
|
|
|
|
|
|
| 1947 |
msgid ""
|
| 1948 |
"Look for your site in the file and find the line that starts with "
|
| 1949 |
"<Directory> - add the code above into that section and save the file."
|
| 1950 |
msgstr ""
|
| 1951 |
|
| 1952 |
#: admin/views/gzip/configure-meta-box.php:104
|
|
|
|
| 1953 |
msgid "Reload Apache."
|
| 1954 |
msgstr ""
|
| 1955 |
|
| 1956 |
#: admin/views/gzip/configure-meta-box.php:131
|
|
|
|
| 1957 |
msgid ""
|
| 1958 |
"We tried applying the .htaccess rules automatically but we weren’t able to. "
|
| 1959 |
"Make sure your file permissions on your .htaccess file are set to 644, or "
|
|
@@ -1962,6 +2603,7 @@ msgid ""
|
|
| 1962 |
msgstr ""
|
| 1963 |
|
| 1964 |
#: admin/views/gzip/configure-meta-box.php:153
|
|
|
|
| 1965 |
#. translators: %s: Link to recheck GZip status
|
| 1966 |
msgid ""
|
| 1967 |
"Next, <a href=\"%s\">re-check your GZip status</a> to see if it worked. <a "
|
|
@@ -1969,10 +2611,12 @@ msgid ""
|
|
| 1969 |
msgstr ""
|
| 1970 |
|
| 1971 |
#: admin/views/gzip/configure-meta-box.php:170
|
|
|
|
| 1972 |
msgid "Reload LiteSpeed."
|
| 1973 |
msgstr ""
|
| 1974 |
|
| 1975 |
#: admin/views/gzip/configure-meta-box.php:171
|
|
|
|
| 1976 |
msgid ""
|
| 1977 |
"If you don't know where those files are, or you aren't able to reload "
|
| 1978 |
"LiteSpeed, you would need to consult with your hosting provider or a system "
|
|
@@ -1980,44 +2624,53 @@ msgid ""
|
|
| 1980 |
msgstr ""
|
| 1981 |
|
| 1982 |
#: admin/views/gzip/configure-meta-box.php:181
|
|
|
|
| 1983 |
msgid "For NGINX servers:"
|
| 1984 |
msgstr ""
|
| 1985 |
|
| 1986 |
#: admin/views/gzip/configure-meta-box.php:186
|
|
|
|
| 1987 |
msgid "Reload NGINX."
|
| 1988 |
msgstr ""
|
| 1989 |
|
| 1990 |
#: admin/views/gzip/configure-meta-box.php:189
|
|
|
|
| 1991 |
msgid ""
|
| 1992 |
"If you do not have access to your NGINX config files you will need to "
|
| 1993 |
"contact your hosting provider to make these changes."
|
| 1994 |
msgstr ""
|
| 1995 |
|
| 1996 |
#: admin/views/gzip/configure-meta-box.php:224
|
|
|
|
| 1997 |
msgid "Automatic .htaccess rules have been applied."
|
| 1998 |
msgstr ""
|
| 1999 |
|
| 2000 |
#: admin/views/gzip/summary-meta-box-header.php:2
|
|
|
|
| 2001 |
msgid "Re-Check Status"
|
| 2002 |
msgstr ""
|
| 2003 |
|
| 2004 |
#: admin/views/gzip/summary-meta-box.php:14
|
|
|
|
| 2005 |
msgid "Gzip is not working properly:"
|
| 2006 |
msgstr ""
|
| 2007 |
|
| 2008 |
#: admin/views/gzip/summary-meta-box.php:16
|
|
|
|
| 2009 |
msgid ""
|
| 2010 |
"Your server may not have the \"deflate\" module enabled (mod_deflate for "
|
| 2011 |
"Apache, ngx_http_gzip_module for NGINX)."
|
| 2012 |
msgstr ""
|
| 2013 |
|
| 2014 |
#: admin/views/gzip/summary-meta-box.php:17
|
|
|
|
| 2015 |
msgid ""
|
| 2016 |
"Contact your host. If deflate is enabled, ask why all .htaccess or "
|
| 2017 |
"nginx.conf compression rules are not being applied."
|
| 2018 |
msgstr ""
|
| 2019 |
|
| 2020 |
#: admin/views/gzip/summary-meta-box.php:25
|
|
|
|
| 2021 |
msgid ""
|
| 2022 |
"Gzip compresses your web pages and style sheets before sending them over to "
|
| 2023 |
"the browser. This drastically reduces transfer time since the files are "
|
|
@@ -2025,6 +2678,7 @@ msgid ""
|
|
| 2025 |
msgstr ""
|
| 2026 |
|
| 2027 |
#: admin/views/gzip/summary-meta-box.php:32
|
|
|
|
| 2028 |
#. translators: %d: Number of inactive types
|
| 2029 |
msgid ""
|
| 2030 |
"%d of your compression types are inactive. <a href=\"#\" "
|
|
@@ -2033,24 +2687,31 @@ msgid ""
|
|
| 2033 |
msgstr ""
|
| 2034 |
|
| 2035 |
#: admin/views/gzip/summary-meta-box.php:47
|
|
|
|
| 2036 |
msgid "File type"
|
| 2037 |
msgstr ""
|
| 2038 |
|
| 2039 |
#: admin/views/gzip/summary-meta-box.php:50
|
|
|
|
| 2040 |
msgid "Current status"
|
| 2041 |
msgstr ""
|
| 2042 |
|
| 2043 |
#: admin/views/minification/advanced-files-rows.php:32
|
|
|
|
| 2044 |
msgid "Select file"
|
| 2045 |
msgstr ""
|
| 2046 |
|
| 2047 |
#: admin/views/minification/advanced-files-rows.php:44
|
| 2048 |
#: admin/views/minification/basic-files-rows.php:40
|
|
|
|
|
|
|
| 2049 |
msgid "Size N/A"
|
| 2050 |
msgstr ""
|
| 2051 |
|
| 2052 |
#: admin/views/minification/advanced-files-rows.php:52
|
| 2053 |
#: admin/views/minification/basic-files-rows.php:48
|
|
|
|
|
|
|
| 2054 |
msgid "Compressing..."
|
| 2055 |
msgstr ""
|
| 2056 |
|
|
@@ -2060,15 +2721,24 @@ msgstr ""
|
|
| 2060 |
#: admin/views/minification/basic-files-rows.php:74
|
| 2061 |
#: admin/views/modals/bulk-update-modal.php:40
|
| 2062 |
#: admin/views/modals/bulk-update-modal.php:42
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2063 |
msgid "Compress"
|
| 2064 |
msgstr ""
|
| 2065 |
|
| 2066 |
#: admin/views/minification/advanced-files-rows.php:66
|
|
|
|
| 2067 |
msgid "This file can’t be compressed"
|
| 2068 |
msgstr ""
|
| 2069 |
|
| 2070 |
#: admin/views/minification/advanced-files-rows.php:70
|
| 2071 |
#: admin/views/minification/basic-files-rows.php:63
|
|
|
|
|
|
|
| 2072 |
msgid "This file has already been compressed"
|
| 2073 |
msgstr ""
|
| 2074 |
|
|
@@ -2076,54 +2746,73 @@ msgstr ""
|
|
| 2076 |
#: admin/views/minification/advanced-files-rows.php:92
|
| 2077 |
#: admin/views/modals/bulk-update-modal.php:47
|
| 2078 |
#: admin/views/modals/bulk-update-modal.php:54
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2079 |
msgid "Combine"
|
| 2080 |
msgstr ""
|
| 2081 |
|
| 2082 |
#: admin/views/minification/advanced-files-rows.php:85
|
|
|
|
| 2083 |
msgid "This file can’t be combined"
|
| 2084 |
msgstr ""
|
| 2085 |
|
| 2086 |
#: admin/views/minification/advanced-files-rows.php:100
|
| 2087 |
#: admin/views/modals/bulk-update-modal.php:60
|
|
|
|
|
|
|
| 2088 |
msgid "Footer"
|
| 2089 |
msgstr ""
|
| 2090 |
|
| 2091 |
#: admin/views/minification/advanced-files-rows.php:102
|
| 2092 |
#: admin/views/modals/bulk-update-modal.php:62
|
|
|
|
|
|
|
| 2093 |
msgid "Move to Footer"
|
| 2094 |
msgstr ""
|
| 2095 |
|
| 2096 |
#: admin/views/minification/advanced-files-rows.php:109
|
| 2097 |
#: admin/views/modals/bulk-update-modal.php:66
|
|
|
|
|
|
|
| 2098 |
msgid "Defer"
|
| 2099 |
msgstr ""
|
| 2100 |
|
| 2101 |
#: admin/views/minification/advanced-files-rows.php:111
|
|
|
|
| 2102 |
msgid "Force load this file after the page has loaded"
|
| 2103 |
msgstr ""
|
| 2104 |
|
| 2105 |
#: admin/views/minification/advanced-files-rows.php:119
|
| 2106 |
#: admin/views/modals/bulk-update-modal.php:74
|
|
|
|
|
|
|
| 2107 |
msgid "Inline CSS"
|
| 2108 |
msgstr ""
|
| 2109 |
|
| 2110 |
#: admin/views/minification/advanced-files-rows.php:126
|
|
|
|
| 2111 |
msgid "Include file"
|
| 2112 |
msgstr ""
|
| 2113 |
|
| 2114 |
#: admin/views/minification/advanced-files-rows.php:126
|
|
|
|
| 2115 |
msgid "Exclude file"
|
| 2116 |
msgstr ""
|
| 2117 |
|
| 2118 |
#: admin/views/minification/basic-files-rows.php:59
|
|
|
|
| 2119 |
msgid "This file type cannot be compressed and will be left alone"
|
| 2120 |
msgstr ""
|
| 2121 |
|
| 2122 |
#: admin/views/minification/basic-files-rows.php:60
|
|
|
|
| 2123 |
msgid "Can't be compressed"
|
| 2124 |
msgstr ""
|
| 2125 |
|
| 2126 |
#: admin/views/minification/basic-files-rows.php:64
|
|
|
|
| 2127 |
msgid "Already compressed"
|
| 2128 |
msgstr ""
|
| 2129 |
|
|
@@ -2131,10 +2820,15 @@ msgstr ""
|
|
| 2131 |
#: admin/views/modals/check-files-modal.php:53
|
| 2132 |
#: admin/views/modals/check-performance-modal.php:23
|
| 2133 |
#: admin/views/modals/quick-setup-modal.php:14
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2134 |
msgid "Reduce your page load time!"
|
| 2135 |
msgstr ""
|
| 2136 |
|
| 2137 |
#: admin/views/minification/empty-files-meta-box.php:14
|
|
|
|
| 2138 |
#. translators: %s: username
|
| 2139 |
msgid ""
|
| 2140 |
"Hummingbird's asset optimization engine can combine and minify the files "
|
|
@@ -2144,45 +2838,56 @@ msgid ""
|
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
#: admin/views/minification/empty-files-meta-box.php:22
|
|
|
|
| 2147 |
msgid "Activate Asset Optimization"
|
| 2148 |
msgstr ""
|
| 2149 |
|
| 2150 |
#: admin/views/minification/enqueued-files-meta-box-footer.php:13
|
|
|
|
| 2151 |
msgid ""
|
| 2152 |
"Publishing changes will regenerate any necessary assets, this may take a "
|
| 2153 |
"few seconds to run."
|
| 2154 |
msgstr ""
|
| 2155 |
|
| 2156 |
#: admin/views/minification/enqueued-files-meta-box-header.php:14
|
|
|
|
| 2157 |
msgid "Not seeing all your files in this list?"
|
| 2158 |
msgstr ""
|
| 2159 |
|
| 2160 |
#: admin/views/minification/enqueued-files-meta-box-header.php:17
|
|
|
|
| 2161 |
msgid "Looks for newly enqueued files and preserves current settings"
|
| 2162 |
msgstr ""
|
| 2163 |
|
| 2164 |
#: admin/views/minification/enqueued-files-meta-box-header.php:18
|
|
|
|
| 2165 |
msgid "Re-Check Files"
|
| 2166 |
msgstr ""
|
| 2167 |
|
| 2168 |
#: admin/views/minification/enqueued-files-meta-box-header.php:21
|
|
|
|
| 2169 |
msgid "Clears all local or hosted assets and recompresses files that need it"
|
| 2170 |
msgstr ""
|
| 2171 |
|
| 2172 |
#: admin/views/minification/enqueued-files-meta-box-header.php:28
|
| 2173 |
#: admin/views/modals/minification-basic-modal.php:9
|
|
|
|
|
|
|
| 2174 |
msgid "Switch to basic mode"
|
| 2175 |
msgstr ""
|
| 2176 |
|
| 2177 |
#: admin/views/minification/enqueued-files-meta-box-header.php:30
|
|
|
|
| 2178 |
msgid "Switch to advanced mode for more control"
|
| 2179 |
msgstr ""
|
| 2180 |
|
| 2181 |
#: admin/views/minification/enqueued-files-meta-box.php:22
|
|
|
|
| 2182 |
msgid "Choose which files you wish to compress and then publish your changes."
|
| 2183 |
msgstr ""
|
| 2184 |
|
| 2185 |
#: admin/views/minification/enqueued-files-meta-box.php:30
|
|
|
|
| 2186 |
#. translators: %d: Time left before another retry.
|
| 2187 |
msgid ""
|
| 2188 |
"It seems that we are having problems in our servers. Asset optimization "
|
|
@@ -2190,87 +2895,107 @@ msgid ""
|
|
| 2190 |
msgstr ""
|
| 2191 |
|
| 2192 |
#: admin/views/minification/enqueued-files-meta-box.php:37
|
|
|
|
| 2193 |
msgid ""
|
| 2194 |
"We've disabled the Combine option because your server has HTTP/2 activated. "
|
| 2195 |
"HTTP/2 automatically optimizes the delivery of assets for you"
|
| 2196 |
msgstr ""
|
| 2197 |
|
| 2198 |
#: admin/views/minification/enqueued-files-meta-box.php:45
|
|
|
|
| 2199 |
msgid "Bulk Update"
|
| 2200 |
msgstr ""
|
| 2201 |
|
| 2202 |
#: admin/views/minification/enqueued-files-meta-box.php:58
|
|
|
|
| 2203 |
msgid "Filter"
|
| 2204 |
msgstr ""
|
| 2205 |
|
| 2206 |
#: admin/views/minification/enqueued-files-meta-box.php:60
|
|
|
|
| 2207 |
msgid "Filter plugin or theme"
|
| 2208 |
msgstr ""
|
| 2209 |
|
| 2210 |
#: admin/views/minification/enqueued-files-meta-box.php:62
|
|
|
|
| 2211 |
msgid "Choose Plugin or Theme"
|
| 2212 |
msgstr ""
|
| 2213 |
|
| 2214 |
#: admin/views/minification/enqueued-files-meta-box.php:63
|
|
|
|
| 2215 |
msgid "Others"
|
| 2216 |
msgstr ""
|
| 2217 |
|
| 2218 |
#: admin/views/minification/enqueued-files-meta-box.php:69
|
| 2219 |
#: admin/views/minification/enqueued-files-meta-box.php:70
|
|
|
|
|
|
|
| 2220 |
msgid "Search by name or extension"
|
| 2221 |
msgstr ""
|
| 2222 |
|
| 2223 |
#: admin/views/minification/enqueued-files-meta-box.php:78
|
|
|
|
| 2224 |
msgid "Select all CSS files"
|
| 2225 |
msgstr ""
|
| 2226 |
|
| 2227 |
#: admin/views/minification/enqueued-files-meta-box.php:92
|
|
|
|
| 2228 |
msgid "Select all JavaScript files"
|
| 2229 |
msgstr ""
|
| 2230 |
|
| 2231 |
#: admin/views/minification/settings-meta-box.php:7
|
|
|
|
| 2232 |
msgid "Super-compress my files"
|
| 2233 |
msgstr ""
|
| 2234 |
|
| 2235 |
#: admin/views/minification/settings-meta-box.php:9
|
|
|
|
| 2236 |
msgid ""
|
| 2237 |
"Compress your files up to 2x more than regular optimization and reduce your "
|
| 2238 |
"page load speed even further."
|
| 2239 |
msgstr ""
|
| 2240 |
|
| 2241 |
#: admin/views/minification/settings-meta-box.php:14
|
|
|
|
| 2242 |
msgid "Auto Enabled"
|
| 2243 |
msgstr ""
|
| 2244 |
|
| 2245 |
#: admin/views/minification/settings-meta-box.php:16
|
|
|
|
| 2246 |
msgid "Enable Super-minify my files"
|
| 2247 |
msgstr ""
|
| 2248 |
|
| 2249 |
#: admin/views/minification/settings-meta-box.php:20
|
|
|
|
| 2250 |
msgid "Enable super-compression"
|
| 2251 |
msgstr ""
|
| 2252 |
|
| 2253 |
#: admin/views/minification/settings-meta-box.php:30
|
|
|
|
| 2254 |
msgid ""
|
| 2255 |
"By default your files are hosted on your own server. With this setting "
|
| 2256 |
"enabled we will host your files on WPMU DEV’s secure and hyper fast CDN."
|
| 2257 |
msgstr ""
|
| 2258 |
|
| 2259 |
#: admin/views/minification/settings-meta-box.php:38
|
|
|
|
| 2260 |
msgid "Host my files on the WPMU DEV CDN"
|
| 2261 |
msgstr ""
|
| 2262 |
|
| 2263 |
#: admin/views/minification/settings-meta-box.php:40
|
|
|
|
| 2264 |
msgid ""
|
| 2265 |
"Hosting your files externally means less load on your server and a "
|
| 2266 |
"super-fast visitor experience."
|
| 2267 |
msgstr ""
|
| 2268 |
|
| 2269 |
#: admin/views/minification/settings-meta-box.php:53
|
|
|
|
| 2270 |
msgid "WP Smush free installed"
|
| 2271 |
msgstr ""
|
| 2272 |
|
| 2273 |
#: admin/views/minification/settings-meta-box.php:59
|
|
|
|
| 2274 |
#. translators: %s: upsell modal href link
|
| 2275 |
msgid ""
|
| 2276 |
"With our pro version of Hummingbird you can super-compress your files and "
|
|
@@ -2280,16 +3005,19 @@ msgid ""
|
|
| 2280 |
msgstr ""
|
| 2281 |
|
| 2282 |
#: admin/views/minification/settings-meta-box.php:74
|
|
|
|
| 2283 |
msgid ""
|
| 2284 |
"If you’re having issues with minification, turn on the debug log to get "
|
| 2285 |
"insight into what’s going on."
|
| 2286 |
msgstr ""
|
| 2287 |
|
| 2288 |
#: admin/views/minification/settings-meta-box.php:89
|
|
|
|
| 2289 |
msgid "Reset to defaults"
|
| 2290 |
msgstr ""
|
| 2291 |
|
| 2292 |
#: admin/views/minification/settings-meta-box.php:91
|
|
|
|
| 2293 |
msgid ""
|
| 2294 |
"If your frontend has fallen apart or you just want to go back to the "
|
| 2295 |
"default settings you can use this button to do so. It will clear all your "
|
|
@@ -2297,94 +3025,116 @@ msgid ""
|
|
| 2297 |
msgstr ""
|
| 2298 |
|
| 2299 |
#: admin/views/minification/settings-meta-box.php:96
|
|
|
|
| 2300 |
msgid "Reset"
|
| 2301 |
msgstr ""
|
| 2302 |
|
| 2303 |
#: admin/views/minification/settings-meta-box.php:105
|
|
|
|
| 2304 |
msgid ""
|
| 2305 |
"If you no longer wish to use Hummingbird’s asset optimization feature you "
|
| 2306 |
"can turn it off completely"
|
| 2307 |
msgstr ""
|
| 2308 |
|
| 2309 |
#: admin/views/minification/summary-meta-box.php:17
|
|
|
|
| 2310 |
msgid "Compression savings"
|
| 2311 |
msgstr ""
|
| 2312 |
|
| 2313 |
#: admin/views/minification/summary-meta-box.php:23
|
|
|
|
| 2314 |
msgid "Total files"
|
| 2315 |
msgstr ""
|
| 2316 |
|
| 2317 |
#: admin/views/minification/summary-meta-box.php:29
|
|
|
|
| 2318 |
msgid "Filesize reductions"
|
| 2319 |
msgstr ""
|
| 2320 |
|
| 2321 |
#: admin/views/minification/summary-meta-box.php:38
|
| 2322 |
#: admin/views/minification/summary-meta-box.php:50
|
| 2323 |
#: admin/views/modals/membership-modal.php:16
|
|
|
|
|
|
|
|
|
|
| 2324 |
msgid "WPMU DEV CDN"
|
| 2325 |
msgstr ""
|
| 2326 |
|
| 2327 |
#: admin/views/minification/summary-meta-box.php:53
|
|
|
|
| 2328 |
msgid "Host your files on WPMU DEV’s blazing fast CDN"
|
| 2329 |
msgstr ""
|
| 2330 |
|
| 2331 |
#: admin/views/minification/tools-meta-box.php:14
|
|
|
|
| 2332 |
msgid "CSS above the fold"
|
| 2333 |
msgstr ""
|
| 2334 |
|
| 2335 |
#: admin/views/minification/tools-meta-box.php:16
|
|
|
|
| 2336 |
msgid ""
|
| 2337 |
"Drastically reduce your page load time by moving all of your stylesheets\n"
|
| 2338 |
"\t\t\tto the footer to force them to load after your content."
|
| 2339 |
msgstr ""
|
| 2340 |
|
| 2341 |
#: admin/views/minification/tools-meta-box.php:19
|
|
|
|
| 2342 |
msgid ""
|
| 2343 |
"This will result in the content loading quickly, with the styling\n"
|
| 2344 |
"\t\t\tfollowed shortly after."
|
| 2345 |
msgstr ""
|
| 2346 |
|
| 2347 |
#: admin/views/minification/tools-meta-box.php:26
|
|
|
|
| 2348 |
msgid ""
|
| 2349 |
"Add critical layout and styling CSS here.\n"
|
| 2350 |
"\t\t\t\tWe will insertinto <style> tags in your <head> section of each page."
|
| 2351 |
msgstr ""
|
| 2352 |
|
| 2353 |
#: admin/views/minification/tools-meta-box.php:30
|
|
|
|
| 2354 |
msgid ""
|
| 2355 |
"Next, switch to the advanced area of asset optimization and move all\n"
|
| 2356 |
"\t\t\t\tof your CSS files to the footer area."
|
| 2357 |
msgstr ""
|
| 2358 |
|
| 2359 |
#: admin/views/minification/tools-meta-box.php:36
|
|
|
|
| 2360 |
msgid "CSS to insert into your <head> area"
|
| 2361 |
msgstr ""
|
| 2362 |
|
| 2363 |
#: admin/views/minification/tools-meta-box.php:38
|
|
|
|
| 2364 |
msgid "Add CSS here"
|
| 2365 |
msgstr ""
|
| 2366 |
|
| 2367 |
#: admin/views/modals/bulk-update-modal.php:1
|
|
|
|
| 2368 |
msgid "Bulk update"
|
| 2369 |
msgstr ""
|
| 2370 |
|
| 2371 |
#: admin/views/modals/bulk-update-modal.php:3
|
|
|
|
| 2372 |
msgid "Choose what bulk update actions you wish to apply."
|
| 2373 |
msgstr ""
|
| 2374 |
|
| 2375 |
#: admin/views/modals/bulk-update-modal.php:50
|
|
|
|
| 2376 |
msgid "Files can't be combined"
|
| 2377 |
msgstr ""
|
| 2378 |
|
| 2379 |
#: admin/views/modals/bulk-update-modal.php:68
|
|
|
|
| 2380 |
msgid "Defer JavaScript"
|
| 2381 |
msgstr ""
|
| 2382 |
|
| 2383 |
#: admin/views/modals/bulk-update-modal.php:72
|
|
|
|
| 2384 |
msgid "Inline"
|
| 2385 |
msgstr ""
|
| 2386 |
|
| 2387 |
#: admin/views/modals/bulk-update-modal.php:80
|
|
|
|
| 2388 |
msgid ""
|
| 2389 |
"Note: You still need to set the changes live by clicking Save Changes on "
|
| 2390 |
"the next screen."
|
|
@@ -2394,89 +3144,114 @@ msgstr ""
|
|
| 2394 |
#: admin/views/modals/check-files-modal.php:24
|
| 2395 |
#: admin/views/modals/database-cleanup-modal.php:9
|
| 2396 |
#: admin/views/modals/dismiss-report-modal.php:9
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2397 |
msgid "Cancel"
|
| 2398 |
msgstr ""
|
| 2399 |
|
| 2400 |
#: admin/views/modals/bulk-update-modal.php:90
|
|
|
|
| 2401 |
msgid "Apply"
|
| 2402 |
msgstr ""
|
| 2403 |
|
| 2404 |
#: admin/views/modals/check-files-modal.php:1
|
|
|
|
| 2405 |
msgid "Checking files"
|
| 2406 |
msgstr ""
|
| 2407 |
|
| 2408 |
#: admin/views/modals/check-files-modal.php:10
|
|
|
|
| 2409 |
msgid "File check in progress..."
|
| 2410 |
msgstr ""
|
| 2411 |
|
| 2412 |
#: admin/views/modals/check-files-modal.php:13
|
|
|
|
| 2413 |
msgid "Hummingbird is running a file check to see what files can be optimized."
|
| 2414 |
msgstr ""
|
| 2415 |
|
| 2416 |
#: admin/views/modals/check-files-modal.php:43
|
|
|
|
| 2417 |
msgid ""
|
| 2418 |
"By default your files are hosted on your own server. With this pro setting "
|
| 2419 |
"enabled we will host your files on WPMU DEV’s secure and hyper fast CDN."
|
| 2420 |
msgstr ""
|
| 2421 |
|
| 2422 |
#: admin/views/modals/check-performance-modal.php:1
|
|
|
|
| 2423 |
msgid "Test in progress"
|
| 2424 |
msgstr ""
|
| 2425 |
|
| 2426 |
#: admin/views/modals/check-performance-modal.php:17
|
|
|
|
| 2427 |
msgid "Performance test in progress..."
|
| 2428 |
msgstr ""
|
| 2429 |
|
| 2430 |
#: admin/views/modals/database-cleanup-modal.php:3
|
| 2431 |
#: admin/views/modals/minification-basic-modal.php:3
|
|
|
|
|
|
|
| 2432 |
msgid "Are you sure?"
|
| 2433 |
msgstr ""
|
| 2434 |
|
| 2435 |
#: admin/views/modals/dismiss-report-modal.php:1
|
| 2436 |
#: admin/views/performance/summary-meta-box-header.php:6
|
|
|
|
|
|
|
| 2437 |
msgid "Ignore Warnings"
|
| 2438 |
msgstr ""
|
| 2439 |
|
| 2440 |
#: admin/views/modals/dismiss-report-modal.php:3
|
|
|
|
| 2441 |
msgid ""
|
| 2442 |
"Are you sure you wish to ignore the current performance test results? You "
|
| 2443 |
"can re-run the test anytime to check your performance score again."
|
| 2444 |
msgstr ""
|
| 2445 |
|
| 2446 |
#: admin/views/modals/dismiss-report-modal.php:10
|
|
|
|
| 2447 |
msgid "Confirm"
|
| 2448 |
msgstr ""
|
| 2449 |
|
| 2450 |
#: admin/views/modals/membership-modal.php:1
|
| 2451 |
#: admin/views/modals/membership-modal.php:29
|
|
|
|
|
|
|
| 2452 |
msgid "Upgrade Membership"
|
| 2453 |
msgstr ""
|
| 2454 |
|
| 2455 |
#: admin/views/modals/membership-modal.php:4
|
|
|
|
| 2456 |
msgid "Here's what you'll get by upgrading to Hummingbird Pro."
|
| 2457 |
msgstr ""
|
| 2458 |
|
| 2459 |
#: admin/views/modals/membership-modal.php:8
|
|
|
|
| 2460 |
msgid "Automation"
|
| 2461 |
msgstr ""
|
| 2462 |
|
| 2463 |
#: admin/views/modals/membership-modal.php:9
|
|
|
|
| 2464 |
msgid ""
|
| 2465 |
"Schedule Hummingbird to run regular performance tests daily, weekly or "
|
| 2466 |
"monthly and get email reports delivered straight to your inbox."
|
| 2467 |
msgstr ""
|
| 2468 |
|
| 2469 |
#: admin/views/modals/membership-modal.php:12
|
|
|
|
| 2470 |
msgid "Enhanced Asset Optimization"
|
| 2471 |
msgstr ""
|
| 2472 |
|
| 2473 |
#: admin/views/modals/membership-modal.php:13
|
|
|
|
| 2474 |
msgid ""
|
| 2475 |
"Compress your minified files up to 2x more than regular optimization and "
|
| 2476 |
"reduce your page load speed even further."
|
| 2477 |
msgstr ""
|
| 2478 |
|
| 2479 |
#: admin/views/modals/membership-modal.php:17
|
|
|
|
| 2480 |
msgid ""
|
| 2481 |
"By default we minify your files via our API and send them back to your "
|
| 2482 |
"server. Pro users can host their files on WPMU DEV’s secure and hyper fast "
|
|
@@ -2484,10 +3259,12 @@ msgid ""
|
|
| 2484 |
msgstr ""
|
| 2485 |
|
| 2486 |
#: admin/views/modals/membership-modal.php:20
|
|
|
|
| 2487 |
msgid "Smush Pro"
|
| 2488 |
msgstr ""
|
| 2489 |
|
| 2490 |
#: admin/views/modals/membership-modal.php:21
|
|
|
|
| 2491 |
msgid ""
|
| 2492 |
"A membership for Hummingbird Pro also gets you the award winning Smush Pro "
|
| 2493 |
"with unlimited advanced lossy compression that’ll give image heavy websites "
|
|
@@ -2495,48 +3272,58 @@ msgid ""
|
|
| 2495 |
msgstr ""
|
| 2496 |
|
| 2497 |
#: admin/views/modals/membership-modal.php:25
|
|
|
|
| 2498 |
msgid "Get all of this, plus heaps more as part of a WPMU DEV membership."
|
| 2499 |
msgstr ""
|
| 2500 |
|
| 2501 |
#: admin/views/modals/minification-advanced-modal.php:3
|
|
|
|
| 2502 |
msgid "Just be careful!"
|
| 2503 |
msgstr ""
|
| 2504 |
|
| 2505 |
#: admin/views/modals/minification-advanced-modal.php:5
|
|
|
|
| 2506 |
msgid ""
|
| 2507 |
"Advanced mode gives you full control over your files but can easily break "
|
| 2508 |
"your website if configured incorrectly."
|
| 2509 |
msgstr ""
|
| 2510 |
|
| 2511 |
#: admin/views/modals/minification-advanced-modal.php:7
|
|
|
|
| 2512 |
msgid ""
|
| 2513 |
"<strong>We recommend you make one tweak at a time</strong> and check the "
|
| 2514 |
"frontend of your website each change to avoid any mishaps. "
|
| 2515 |
msgstr ""
|
| 2516 |
|
| 2517 |
#: admin/views/modals/minification-advanced-modal.php:10
|
|
|
|
| 2518 |
msgid "Got It"
|
| 2519 |
msgstr ""
|
| 2520 |
|
| 2521 |
#: admin/views/modals/minification-basic-modal.php:5
|
|
|
|
| 2522 |
msgid ""
|
| 2523 |
"Switching back to Basic mode will keep your basic compression settings, but "
|
| 2524 |
"you’ll lose any advanced configuration you have set up."
|
| 2525 |
msgstr ""
|
| 2526 |
|
| 2527 |
#: admin/views/modals/minification-basic-modal.php:8
|
|
|
|
| 2528 |
msgid "Go back"
|
| 2529 |
msgstr ""
|
| 2530 |
|
| 2531 |
#: admin/views/modals/quick-setup-modal.php:1
|
|
|
|
| 2532 |
msgid "Quick Setup"
|
| 2533 |
msgstr ""
|
| 2534 |
|
| 2535 |
#: admin/views/modals/quick-setup-modal.php:3
|
|
|
|
| 2536 |
msgid "Skip"
|
| 2537 |
msgstr ""
|
| 2538 |
|
| 2539 |
#: admin/views/modals/quick-setup-modal.php:6
|
|
|
|
| 2540 |
msgid ""
|
| 2541 |
"Welcome to Hummingbird, the hottest Performance plugin for WordPress! We "
|
| 2542 |
"recommend running a quick performance test before you start tweaking "
|
|
@@ -2545,6 +3332,7 @@ msgid ""
|
|
| 2545 |
msgstr ""
|
| 2546 |
|
| 2547 |
#: admin/views/modals/quick-setup-modal.php:8
|
|
|
|
| 2548 |
msgid ""
|
| 2549 |
"This is only a performance test. Once you know what to fix you can get "
|
| 2550 |
"started in the next steps."
|
|
@@ -2552,14 +3340,18 @@ msgstr ""
|
|
| 2552 |
|
| 2553 |
#: admin/views/modals/quick-setup-modal.php:9
|
| 2554 |
#: admin/views/performance/empty-summary-meta-box.php:13
|
|
|
|
|
|
|
| 2555 |
msgid "Test my website"
|
| 2556 |
msgstr ""
|
| 2557 |
|
| 2558 |
#: admin/views/performance/empty-summary-meta-box.php:8
|
|
|
|
| 2559 |
msgid "Let's see what we can improve!"
|
| 2560 |
msgstr ""
|
| 2561 |
|
| 2562 |
#: admin/views/performance/empty-summary-meta-box.php:10
|
|
|
|
| 2563 |
msgid ""
|
| 2564 |
"For us to know what to improve we need to test your website. All testing is "
|
| 2565 |
"done in the background via our <br> secure servers. Once complete, we'll "
|
|
@@ -2567,27 +3359,34 @@ msgid ""
|
|
| 2567 |
msgstr ""
|
| 2568 |
|
| 2569 |
#: admin/views/performance/module-resume-meta-box.php:32
|
|
|
|
| 2570 |
msgid "Last test date"
|
| 2571 |
msgstr ""
|
| 2572 |
|
| 2573 |
#: admin/views/performance/module-resume-meta-box.php:38
|
|
|
|
| 2574 |
msgid "Previous score"
|
| 2575 |
msgstr ""
|
| 2576 |
|
| 2577 |
#: admin/views/performance/module-resume-meta-box.php:43
|
| 2578 |
#: admin/views/performance/module-resume-meta-box.php:51
|
|
|
|
|
|
|
| 2579 |
msgid "Available after next test"
|
| 2580 |
msgstr ""
|
| 2581 |
|
| 2582 |
#: admin/views/performance/module-resume-meta-box.php:48
|
|
|
|
| 2583 |
msgid "Improvement"
|
| 2584 |
msgstr ""
|
| 2585 |
|
| 2586 |
#: admin/views/performance/module-resume-meta-box.php:62
|
|
|
|
| 2587 |
msgid "Recommendations"
|
| 2588 |
msgstr ""
|
| 2589 |
|
| 2590 |
#: admin/views/performance/reporting-meta-box-footer.php:5
|
|
|
|
| 2591 |
msgid ""
|
| 2592 |
"<p>Schedule automated performance tests and receive email reports direct to "
|
| 2593 |
"your inbox. You'll get Hummingbird Pro plus 100+ WPMU DEV plugins, themes & "
|
|
@@ -2597,62 +3396,77 @@ msgstr ""
|
|
| 2597 |
|
| 2598 |
#: admin/views/performance/reporting-meta-box-footer.php:13
|
| 2599 |
#: admin/views/performance/settings-meta-box-footer.php:4
|
|
|
|
|
|
|
| 2600 |
msgid "Update Settings"
|
| 2601 |
msgstr ""
|
| 2602 |
|
| 2603 |
#: admin/views/performance/reporting-meta-box.php:9
|
|
|
|
| 2604 |
msgid "Schedule Scans"
|
| 2605 |
msgstr ""
|
| 2606 |
|
| 2607 |
#: admin/views/performance/reporting-meta-box.php:11
|
|
|
|
| 2608 |
msgid ""
|
| 2609 |
"Configure Hummingbird to automatically and regularly test your website and "
|
| 2610 |
"email you reports."
|
| 2611 |
msgstr ""
|
| 2612 |
|
| 2613 |
#: admin/views/performance/reporting-meta-box.php:21
|
|
|
|
| 2614 |
msgid "Run regular scans & reports"
|
| 2615 |
msgstr ""
|
| 2616 |
|
| 2617 |
#: admin/views/performance/reporting-meta-box.php:24
|
|
|
|
| 2618 |
msgid "Schedule"
|
| 2619 |
msgstr ""
|
| 2620 |
|
| 2621 |
#: admin/views/performance/reporting-meta-box.php:38
|
|
|
|
| 2622 |
msgid "Day of the week"
|
| 2623 |
msgstr ""
|
| 2624 |
|
| 2625 |
#: admin/views/performance/reporting-meta-box.php:46
|
|
|
|
| 2626 |
msgid "Time of day"
|
| 2627 |
msgstr ""
|
| 2628 |
|
| 2629 |
#: admin/views/performance/reporting-meta-box.php:60
|
|
|
|
| 2630 |
msgid "Email Recipients"
|
| 2631 |
msgstr ""
|
| 2632 |
|
| 2633 |
#: admin/views/performance/reporting-meta-box.php:62
|
|
|
|
| 2634 |
msgid ""
|
| 2635 |
"Choose which of your website’s users will receive the test results in their "
|
| 2636 |
"inbox."
|
| 2637 |
msgstr ""
|
| 2638 |
|
| 2639 |
#: admin/views/performance/reporting-meta-box.php:99
|
|
|
|
| 2640 |
msgid "First Name"
|
| 2641 |
msgstr ""
|
| 2642 |
|
| 2643 |
#: admin/views/performance/reporting-meta-box.php:106
|
|
|
|
| 2644 |
msgid "Empty email"
|
| 2645 |
msgstr ""
|
| 2646 |
|
| 2647 |
#: admin/views/performance/reporting-meta-box.php:107
|
|
|
|
| 2648 |
msgid "Email Address"
|
| 2649 |
msgstr ""
|
| 2650 |
|
| 2651 |
#: admin/views/performance/settings-meta-box.php:5
|
|
|
|
| 2652 |
msgid "Subsite Performance Tests"
|
| 2653 |
msgstr ""
|
| 2654 |
|
| 2655 |
#: admin/views/performance/settings-meta-box.php:7
|
|
|
|
| 2656 |
msgid ""
|
| 2657 |
"By default Hummingbird restricts performance tests to just super admins. "
|
| 2658 |
"Use this feature to allow subsite admins to run performance tests on their "
|
|
@@ -2660,16 +3474,19 @@ msgid ""
|
|
| 2660 |
msgstr ""
|
| 2661 |
|
| 2662 |
#: admin/views/performance/settings-meta-box.php:17
|
|
|
|
| 2663 |
msgid "Allow subsite admins to run performance tests"
|
| 2664 |
msgstr ""
|
| 2665 |
|
| 2666 |
#: admin/views/performance/summary-meta-box.php:47
|
|
|
|
| 2667 |
msgid ""
|
| 2668 |
"You have chosen to ignore this performance test. Run a new test to see new "
|
| 2669 |
"recommendations."
|
| 2670 |
msgstr ""
|
| 2671 |
|
| 2672 |
#: admin/views/performance/summary-meta-box.php:55
|
|
|
|
| 2673 |
msgid ""
|
| 2674 |
"Here are your latest performance test results. Action as many fixes as "
|
| 2675 |
"possible, however you can always ignore warnings if you are unable to fix "
|
|
@@ -2677,31 +3494,39 @@ msgid ""
|
|
| 2677 |
msgstr ""
|
| 2678 |
|
| 2679 |
#: admin/views/performance/summary-meta-box.php:117
|
|
|
|
| 2680 |
msgid "This improvement is controlled by the network admin for this site."
|
| 2681 |
msgstr ""
|
| 2682 |
|
| 2683 |
#: admin/views/performance/summary-meta-box.php:119
|
|
|
|
| 2684 |
msgid "This can’t be improved at the subsite level."
|
| 2685 |
msgstr ""
|
| 2686 |
|
| 2687 |
#: admin/views/performance/summary-meta-box.php:145
|
|
|
|
| 2688 |
msgid "Overview"
|
| 2689 |
msgstr ""
|
| 2690 |
|
| 2691 |
#: admin/views/performance/summary-meta-box.php:150
|
|
|
|
| 2692 |
msgid "Benchmarks"
|
| 2693 |
msgstr ""
|
| 2694 |
|
| 2695 |
#: admin/views/performance/summary-meta-box.php:170
|
|
|
|
| 2696 |
msgid "How to improve"
|
| 2697 |
msgstr ""
|
| 2698 |
|
| 2699 |
#: admin/views/uptime/disabled-meta-box.php:17
|
| 2700 |
#: admin/views/uptime/no-membership-meta-box.php:16
|
|
|
|
|
|
|
| 2701 |
msgid "Monitor your website"
|
| 2702 |
msgstr ""
|
| 2703 |
|
| 2704 |
#: admin/views/uptime/disabled-meta-box.php:20
|
|
|
|
| 2705 |
msgid ""
|
| 2706 |
"Uptime monitors your server response time and lets you know when your "
|
| 2707 |
"website is down or too slow for your visitors. Activate Uptime and make "
|
|
@@ -2709,6 +3534,7 @@ msgid ""
|
|
| 2709 |
msgstr ""
|
| 2710 |
|
| 2711 |
#: admin/views/uptime/downtime-meta-box.php:13
|
|
|
|
| 2712 |
msgid ""
|
| 2713 |
"Here’s a snapshot of when your site went down, which means visitors "
|
| 2714 |
"couldn’t view your website."
|
|
@@ -2716,22 +3542,28 @@ msgstr ""
|
|
| 2716 |
|
| 2717 |
#: admin/views/uptime/downtime-meta-box.php:22
|
| 2718 |
#: admin/views/uptime/meta-box.php:65
|
|
|
|
|
|
|
| 2719 |
msgid "Unknown"
|
| 2720 |
msgstr ""
|
| 2721 |
|
| 2722 |
#: admin/views/uptime/downtime-meta-box.php:38
|
|
|
|
| 2723 |
msgid "Logs"
|
| 2724 |
msgstr ""
|
| 2725 |
|
| 2726 |
#: admin/views/uptime/downtime-meta-box.php:45
|
|
|
|
| 2727 |
msgid "No downtime has been reported during the reporting period."
|
| 2728 |
msgstr ""
|
| 2729 |
|
| 2730 |
#: admin/views/uptime/downtime-meta-box.php:64
|
|
|
|
| 2731 |
msgid "Spacer image"
|
| 2732 |
msgstr ""
|
| 2733 |
|
| 2734 |
#: admin/views/uptime/meta-box.php:34
|
|
|
|
| 2735 |
msgid ""
|
| 2736 |
"Uptime monitors your server response time and lets you know when your "
|
| 2737 |
"website is down or<br> too slow for your visitors. This service is "
|
|
@@ -2740,6 +3572,7 @@ msgid ""
|
|
| 2740 |
msgstr ""
|
| 2741 |
|
| 2742 |
#: admin/views/uptime/meta-box.php:44
|
|
|
|
| 2743 |
msgid ""
|
| 2744 |
"Server response time is the amount of time it takes for a web server to "
|
| 2745 |
"respond to a request from a browser. The longer it takes, the longer your "
|
|
@@ -2747,12 +3580,14 @@ msgid ""
|
|
| 2747 |
msgstr ""
|
| 2748 |
|
| 2749 |
#: admin/views/uptime/meta-box.php:47
|
|
|
|
| 2750 |
msgid ""
|
| 2751 |
"We don’t have any data feeding in yet. It can take an hour or two for this "
|
| 2752 |
"graph to populate with data so feel free to check back soon!"
|
| 2753 |
msgstr ""
|
| 2754 |
|
| 2755 |
#: admin/views/uptime/no-membership-meta-box.php:19
|
|
|
|
| 2756 |
msgid ""
|
| 2757 |
"Uptime monitors your server response time and lets you know when your "
|
| 2758 |
"website is down or too slow for your visitors. Get Uptime monitoring as "
|
|
@@ -2760,33 +3595,41 @@ msgid ""
|
|
| 2760 |
msgstr ""
|
| 2761 |
|
| 2762 |
#: admin/views/uptime/settings-meta-box.php:15
|
|
|
|
| 2763 |
msgid ""
|
| 2764 |
"If you no longer wish to use Hummingbird’s Uptime Monitor you can turn it "
|
| 2765 |
"off completely."
|
| 2766 |
msgstr ""
|
| 2767 |
|
| 2768 |
#: admin/views/uptime/summary-meta-box.php:33
|
|
|
|
| 2769 |
msgid "Website availability in the last "
|
| 2770 |
msgstr ""
|
| 2771 |
|
| 2772 |
#: admin/views/uptime/summary-meta-box.php:43
|
|
|
|
| 2773 |
msgid "Average server response time during the reporting period"
|
| 2774 |
msgstr ""
|
| 2775 |
|
| 2776 |
#: admin/views/uptime/summary-meta-box.php:49
|
|
|
|
| 2777 |
msgid "Outages"
|
| 2778 |
msgstr ""
|
| 2779 |
|
| 2780 |
#: admin/views/uptime/summary-meta-box.php:54
|
| 2781 |
#: admin/views/uptime/summary-meta-box.php:64
|
|
|
|
|
|
|
| 2782 |
msgid "None"
|
| 2783 |
msgstr ""
|
| 2784 |
|
| 2785 |
#: admin/views/uptime/summary-meta-box.php:69
|
|
|
|
| 2786 |
msgid "Up Since"
|
| 2787 |
msgstr ""
|
| 2788 |
|
| 2789 |
#: admin/views/wphb-minification-page.php:12
|
|
|
|
| 2790 |
#. translators: %d: number of files, %d: number of files optimized
|
| 2791 |
msgid ""
|
| 2792 |
"<strong>Hummingbird found %1$d files and has automatically optimized %2$d "
|
|
@@ -2794,20 +3637,24 @@ msgid ""
|
|
| 2794 |
msgstr ""
|
| 2795 |
|
| 2796 |
#: admin/views/wphb-minification-page.php:18
|
|
|
|
| 2797 |
msgid ""
|
| 2798 |
"If you wish to have more control, <a href=\"#\" "
|
| 2799 |
"class=\"wphb-switch-button\">switch to advanced mode</a>."
|
| 2800 |
msgstr ""
|
| 2801 |
|
| 2802 |
#: admin/views/wphb-page.php:13
|
|
|
|
| 2803 |
msgid "Check out our other free wordpress.org plugins!"
|
| 2804 |
msgstr ""
|
| 2805 |
|
| 2806 |
#: admin/views/wphb-page.php:20
|
|
|
|
| 2807 |
msgid "Smush Image Compression and Optimization"
|
| 2808 |
msgstr ""
|
| 2809 |
|
| 2810 |
#: admin/views/wphb-page.php:21
|
|
|
|
| 2811 |
msgid ""
|
| 2812 |
"Resize, optimize and compress all of your images with the incredibly "
|
| 2813 |
"powerful and award-winning, 100% free WordPress image optimizer."
|
|
@@ -2815,24 +3662,31 @@ msgstr ""
|
|
| 2815 |
|
| 2816 |
#: admin/views/wphb-page.php:23 admin/views/wphb-page.php:34
|
| 2817 |
#: admin/views/wphb-page.php:45
|
|
|
|
|
|
|
|
|
|
| 2818 |
msgid "View features"
|
| 2819 |
msgstr ""
|
| 2820 |
|
| 2821 |
#: admin/views/wphb-page.php:31
|
|
|
|
| 2822 |
msgid "Defender Security, Monitoring, and Hack Protection"
|
| 2823 |
msgstr ""
|
| 2824 |
|
| 2825 |
#: admin/views/wphb-page.php:32
|
|
|
|
| 2826 |
msgid ""
|
| 2827 |
"Security Tweaks & Recommendations, File & Malware Scanning, Login & 404 "
|
| 2828 |
"Lockout Protection, Two-Factor Authentication & more."
|
| 2829 |
msgstr ""
|
| 2830 |
|
| 2831 |
#: admin/views/wphb-page.php:42
|
|
|
|
| 2832 |
msgid "SmartCrawl Search Engine Optimization"
|
| 2833 |
msgstr ""
|
| 2834 |
|
| 2835 |
#: admin/views/wphb-page.php:43
|
|
|
|
| 2836 |
msgid ""
|
| 2837 |
"Customize Titles & Meta Data, OpenGraph, Twitter & Pinterest Support, "
|
| 2838 |
"Auto-Keyword Linking, SEO & Readability Analysis, Sitemaps, URL Crawler & "
|
|
@@ -2840,336 +3694,405 @@ msgid ""
|
|
| 2840 |
msgstr ""
|
| 2841 |
|
| 2842 |
#: admin/views/wphb-page.php:52
|
|
|
|
| 2843 |
msgid "WPMU DEV - Your WordPress Toolkit"
|
| 2844 |
msgstr ""
|
| 2845 |
|
| 2846 |
#: admin/views/wphb-page.php:53
|
|
|
|
| 2847 |
msgid ""
|
| 2848 |
"Pretty much everything you need for developing and managing WordPress based "
|
| 2849 |
"websites, and then some."
|
| 2850 |
msgstr ""
|
| 2851 |
|
| 2852 |
#: admin/views/wphb-page.php:56
|
|
|
|
| 2853 |
msgid "Learn more"
|
| 2854 |
msgstr ""
|
| 2855 |
|
| 2856 |
#: admin/views/wphb-page.php:62
|
|
|
|
| 2857 |
msgid "Try pro features for free!"
|
| 2858 |
msgstr ""
|
| 2859 |
|
|
|
|
| 2860 |
#: core/api/request/cloudflare.php:52
|
| 2861 |
#. translators: %s: cloudflare error
|
| 2862 |
msgid "Cloudflare error: %s"
|
| 2863 |
msgstr ""
|
| 2864 |
|
|
|
|
| 2865 |
#: core/api/request/cloudflare.php:54
|
| 2866 |
msgid "Cloudflare unknown error"
|
| 2867 |
msgstr ""
|
| 2868 |
|
|
|
|
| 2869 |
#: core/api/request/request.php:75
|
| 2870 |
msgid "Wrong Service. $service must be an instance of WP_Hummingbird_API_Service"
|
| 2871 |
msgstr ""
|
| 2872 |
|
|
|
|
| 2873 |
#: core/api/request/wpmudev.php:91
|
| 2874 |
#. translators: %s: error code
|
| 2875 |
msgid "Unknown Error. Code: %s"
|
| 2876 |
msgstr ""
|
| 2877 |
|
|
|
|
|
|
|
| 2878 |
#: core/api/service/uptime.php:61 core/api/service/uptime.php:79
|
| 2879 |
msgid "Unknown Error"
|
| 2880 |
msgstr ""
|
| 2881 |
|
| 2882 |
-
#: core/class-core.php:77
|
| 2883 |
msgid "Minify"
|
| 2884 |
msgstr ""
|
| 2885 |
|
| 2886 |
-
#: core/class-core.php:78
|
| 2887 |
msgid "Gzip"
|
| 2888 |
msgstr ""
|
| 2889 |
|
| 2890 |
-
#: core/class-core.php:80
|
| 2891 |
msgid "Performance"
|
| 2892 |
msgstr ""
|
| 2893 |
|
| 2894 |
-
#: core/class-core.php:82
|
| 2895 |
msgid "Smush"
|
| 2896 |
msgstr ""
|
| 2897 |
|
| 2898 |
-
#: core/class-core.php:158
|
| 2899 |
msgid "See this page unminified"
|
| 2900 |
msgstr ""
|
| 2901 |
|
| 2902 |
-
#: core/class-core.php:168
|
| 2903 |
msgid "See this page minified"
|
| 2904 |
msgstr ""
|
| 2905 |
|
|
|
|
| 2906 |
#: core/class-filesystem.php:165
|
| 2907 |
msgid ""
|
| 2908 |
"Error: Unexpected error while writing a file. Please view error log for "
|
| 2909 |
"more information."
|
| 2910 |
msgstr ""
|
| 2911 |
|
|
|
|
| 2912 |
#: core/class-filesystem.php:174
|
| 2913 |
msgid ""
|
| 2914 |
"Error: The wp-content directory is not writable. Ensure the folder has "
|
| 2915 |
"proper read/write permissions for caching to function successfully."
|
| 2916 |
msgstr ""
|
| 2917 |
|
|
|
|
|
|
|
| 2918 |
#: core/class-filesystem.php:378 core/class-filesystem.php:400
|
| 2919 |
#. translators: %s: directory
|
| 2920 |
msgid "Error creating directory %s."
|
| 2921 |
msgstr ""
|
| 2922 |
|
|
|
|
|
|
|
| 2923 |
#: core/class-filesystem.php:388 core/class-filesystem.php:411
|
| 2924 |
#. translators: %s: file
|
| 2925 |
msgid "Error uploading file %s."
|
| 2926 |
msgstr ""
|
| 2927 |
|
| 2928 |
-
#:
|
|
|
|
|
|
|
| 2929 |
msgid "Are you sure? All your changes will be lost"
|
| 2930 |
msgstr ""
|
| 2931 |
|
| 2932 |
-
#: core/class-utils.php:117
|
| 2933 |
msgid "Remove"
|
| 2934 |
msgstr ""
|
| 2935 |
|
| 2936 |
-
#: core/class-utils.php:118
|
| 2937 |
msgid "You"
|
| 2938 |
msgstr ""
|
| 2939 |
|
| 2940 |
-
#: core/class-utils.php:160
|
| 2941 |
msgid "Error updating settings"
|
| 2942 |
msgstr ""
|
| 2943 |
|
| 2944 |
-
#: core/class-utils.php:163
|
| 2945 |
msgid "Are you sure you wish to delete"
|
| 2946 |
msgstr ""
|
| 2947 |
|
| 2948 |
-
#: core/class-utils.php:164
|
| 2949 |
msgid "database entries"
|
| 2950 |
msgstr ""
|
| 2951 |
|
| 2952 |
-
#: core/class-utils.php:165
|
| 2953 |
msgid "Make sure you have a current backup just in case."
|
| 2954 |
msgstr ""
|
| 2955 |
|
| 2956 |
-
#: core/class-utils.php:441
|
| 2957 |
msgid "1 hour"
|
| 2958 |
msgstr ""
|
| 2959 |
|
| 2960 |
-
#:
|
|
|
|
|
|
|
| 2961 |
msgid "3 hours"
|
| 2962 |
msgstr ""
|
| 2963 |
|
| 2964 |
-
#:
|
|
|
|
|
|
|
| 2965 |
msgid "4 hours"
|
| 2966 |
msgstr ""
|
| 2967 |
|
| 2968 |
-
#:
|
|
|
|
|
|
|
| 2969 |
msgid "5 hours"
|
| 2970 |
msgstr ""
|
| 2971 |
|
| 2972 |
-
#: core/class-utils.php:445
|
| 2973 |
msgid "6 hours"
|
| 2974 |
msgstr ""
|
| 2975 |
|
| 2976 |
-
#:
|
|
|
|
|
|
|
| 2977 |
msgid "12 hours"
|
| 2978 |
msgstr ""
|
| 2979 |
|
| 2980 |
-
#:
|
|
|
|
|
|
|
| 2981 |
msgid "16 hours"
|
| 2982 |
msgstr ""
|
| 2983 |
|
| 2984 |
-
#:
|
|
|
|
|
|
|
| 2985 |
msgid "20 hours"
|
| 2986 |
msgstr ""
|
| 2987 |
|
| 2988 |
-
#:
|
|
|
|
|
|
|
| 2989 |
msgid "2 days"
|
| 2990 |
msgstr ""
|
| 2991 |
|
| 2992 |
-
#:
|
|
|
|
|
|
|
| 2993 |
msgid "3 days"
|
| 2994 |
msgstr ""
|
| 2995 |
|
| 2996 |
-
#:
|
|
|
|
|
|
|
| 2997 |
msgid "4 days"
|
| 2998 |
msgstr ""
|
| 2999 |
|
| 3000 |
-
#:
|
|
|
|
|
|
|
| 3001 |
msgid "5 days"
|
| 3002 |
msgstr ""
|
| 3003 |
|
| 3004 |
-
#:
|
|
|
|
|
|
|
| 3005 |
msgid "8 days"
|
| 3006 |
msgstr ""
|
| 3007 |
|
| 3008 |
-
#:
|
|
|
|
|
|
|
| 3009 |
msgid "16 days"
|
| 3010 |
msgstr ""
|
| 3011 |
|
| 3012 |
-
#:
|
|
|
|
|
|
|
| 3013 |
msgid "24 days"
|
| 3014 |
msgstr ""
|
| 3015 |
|
| 3016 |
-
#:
|
|
|
|
|
|
|
| 3017 |
msgid "1 month"
|
| 3018 |
msgstr ""
|
| 3019 |
|
| 3020 |
-
#:
|
|
|
|
|
|
|
| 3021 |
msgid "2 months"
|
| 3022 |
msgstr ""
|
| 3023 |
|
| 3024 |
-
#: core/class-utils.php:459
|
| 3025 |
msgid "3 months"
|
| 3026 |
msgstr ""
|
| 3027 |
|
| 3028 |
-
#:
|
|
|
|
|
|
|
| 3029 |
msgid "6 months"
|
| 3030 |
msgstr ""
|
| 3031 |
|
| 3032 |
-
#:
|
|
|
|
|
|
|
| 3033 |
msgid "1 year"
|
| 3034 |
msgstr ""
|
| 3035 |
|
| 3036 |
-
#: core/class-utils.php:472
|
| 3037 |
msgid "2 hours"
|
| 3038 |
msgstr ""
|
| 3039 |
|
| 3040 |
-
#: core/class-utils.php:476
|
| 3041 |
msgid "8 hours"
|
| 3042 |
msgstr ""
|
| 3043 |
|
| 3044 |
-
#:
|
| 3045 |
-
#: core/class-utils.php:
|
|
|
|
|
|
|
|
|
|
| 3046 |
msgid "8+ days"
|
| 3047 |
msgstr ""
|
| 3048 |
|
| 3049 |
-
#: core/class-utils.php:657
|
| 3050 |
#. translators: %d: year
|
| 3051 |
msgid "%d year"
|
| 3052 |
msgid_plural "%d years"
|
| 3053 |
msgstr[0] ""
|
| 3054 |
msgstr[1] ""
|
| 3055 |
|
| 3056 |
-
#: core/class-utils.php:660
|
| 3057 |
#. translators: %d: month
|
| 3058 |
msgid "%d month"
|
| 3059 |
msgid_plural "%d months"
|
| 3060 |
msgstr[0] ""
|
| 3061 |
msgstr[1] ""
|
| 3062 |
|
| 3063 |
-
#: core/class-utils.php:663
|
| 3064 |
#. translators: %d: day
|
| 3065 |
msgid "%d day"
|
| 3066 |
msgid_plural "%d days"
|
| 3067 |
msgstr[0] ""
|
| 3068 |
msgstr[1] ""
|
| 3069 |
|
| 3070 |
-
#: core/class-utils.php:666
|
| 3071 |
#. translators: %d: hour
|
| 3072 |
msgid "%d hour"
|
| 3073 |
msgid_plural "%d hours"
|
| 3074 |
msgstr[0] ""
|
| 3075 |
msgstr[1] ""
|
| 3076 |
|
| 3077 |
-
#: core/class-utils.php:669
|
| 3078 |
#. translators: %d: minute
|
| 3079 |
msgid "%d minute"
|
| 3080 |
msgid_plural "%d minutes"
|
| 3081 |
msgstr[0] ""
|
| 3082 |
msgstr[1] ""
|
| 3083 |
|
| 3084 |
-
#: core/class-utils.php:672
|
| 3085 |
#. translators: %d: second
|
| 3086 |
msgid "%d second"
|
| 3087 |
msgid_plural "%d seconds"
|
| 3088 |
msgstr[0] ""
|
| 3089 |
msgstr[1] ""
|
| 3090 |
|
| 3091 |
-
#: core/class-utils.php:820
|
| 3092 |
msgid "Still having trouble? "
|
| 3093 |
msgstr ""
|
| 3094 |
|
| 3095 |
-
#: core/class-utils.php:823
|
| 3096 |
msgid "Start a live chat."
|
| 3097 |
msgstr ""
|
| 3098 |
|
| 3099 |
-
#: core/class-utils.php:827
|
| 3100 |
msgid "Open a support ticket."
|
| 3101 |
msgstr ""
|
| 3102 |
|
| 3103 |
-
#: core/class-utils.php:925
|
| 3104 |
msgid "Page"
|
| 3105 |
msgstr ""
|
| 3106 |
|
| 3107 |
-
#: core/class-utils.php:926
|
| 3108 |
msgid "CloudFlare"
|
| 3109 |
msgstr ""
|
| 3110 |
|
| 3111 |
-
#: core/class-utils.php:927
|
| 3112 |
msgid "Gravatar"
|
| 3113 |
msgstr ""
|
| 3114 |
|
|
|
|
| 3115 |
#: core/modules/class-module-advanced.php:163
|
| 3116 |
msgid "Post Revisions"
|
| 3117 |
msgstr ""
|
| 3118 |
|
|
|
|
| 3119 |
#: core/modules/class-module-advanced.php:164
|
| 3120 |
msgid ""
|
| 3121 |
"Historic versions of your posts and pages. If you don't need to revert to "
|
| 3122 |
"older versions, delete these entries"
|
| 3123 |
msgstr ""
|
| 3124 |
|
|
|
|
| 3125 |
#: core/modules/class-module-advanced.php:167
|
| 3126 |
msgid "Draft Posts"
|
| 3127 |
msgstr ""
|
| 3128 |
|
|
|
|
| 3129 |
#: core/modules/class-module-advanced.php:168
|
| 3130 |
msgid ""
|
| 3131 |
"Auto-saved versions of your posts and pages. If you don’t use drafts you "
|
| 3132 |
"can safely delete these entries"
|
| 3133 |
msgstr ""
|
| 3134 |
|
|
|
|
| 3135 |
#: core/modules/class-module-advanced.php:171
|
| 3136 |
msgid "Trashed Posts"
|
| 3137 |
msgstr ""
|
| 3138 |
|
|
|
|
| 3139 |
#: core/modules/class-module-advanced.php:172
|
| 3140 |
msgid "Posts or pages you've marked as trash but haven't permanently deleted yet"
|
| 3141 |
msgstr ""
|
| 3142 |
|
|
|
|
| 3143 |
#: core/modules/class-module-advanced.php:175
|
| 3144 |
msgid "Spam Comments"
|
| 3145 |
msgstr ""
|
| 3146 |
|
|
|
|
| 3147 |
#: core/modules/class-module-advanced.php:176
|
| 3148 |
msgid "Comments marked as spam that haven't been deleted yet"
|
| 3149 |
msgstr ""
|
| 3150 |
|
|
|
|
| 3151 |
#: core/modules/class-module-advanced.php:179
|
| 3152 |
msgid "Trashed Comments"
|
| 3153 |
msgstr ""
|
| 3154 |
|
|
|
|
| 3155 |
#: core/modules/class-module-advanced.php:180
|
| 3156 |
msgid "Comments you've marked as trash but haven't permanently deleted yet"
|
| 3157 |
msgstr ""
|
| 3158 |
|
|
|
|
| 3159 |
#: core/modules/class-module-advanced.php:183
|
| 3160 |
msgid "Expired Transients"
|
| 3161 |
msgstr ""
|
| 3162 |
|
|
|
|
| 3163 |
#: core/modules/class-module-advanced.php:184
|
| 3164 |
msgid ""
|
| 3165 |
"Cached data that themes and plugins have stored, except these ones have "
|
| 3166 |
"expired and can be deleted"
|
| 3167 |
msgstr ""
|
| 3168 |
|
|
|
|
| 3169 |
#: core/modules/class-module-advanced.php:187
|
| 3170 |
msgid "All Transients"
|
| 3171 |
msgstr ""
|
| 3172 |
|
|
|
|
| 3173 |
#: core/modules/class-module-advanced.php:188
|
| 3174 |
msgid ""
|
| 3175 |
"Cached data that themes and plugins have stored, but may still be in use. "
|
|
@@ -3177,22 +4100,27 @@ msgid ""
|
|
| 3177 |
"regenerating transients."
|
| 3178 |
msgstr ""
|
| 3179 |
|
| 3180 |
-
#: core/modules/class-module-cloudflare.php:
|
|
|
|
| 3181 |
msgid "Invalid Cloudflare expiration value"
|
| 3182 |
msgstr ""
|
| 3183 |
|
|
|
|
| 3184 |
#: core/modules/class-module-gravatar.php:109
|
| 3185 |
msgid "Error fetching Gravatar. Gravatar not found."
|
| 3186 |
msgstr ""
|
| 3187 |
|
|
|
|
| 3188 |
#: core/modules/class-module-minify.php:1052
|
| 3189 |
msgid "Unsupported content"
|
| 3190 |
msgstr ""
|
| 3191 |
|
|
|
|
| 3192 |
#: core/modules/class-module-minify.php:1061
|
| 3193 |
msgid "Error saving file"
|
| 3194 |
msgstr ""
|
| 3195 |
|
|
|
|
| 3196 |
#: core/modules/class-module-page-cache.php:124
|
| 3197 |
#. translators: %s: plugin name.
|
| 3198 |
msgid ""
|
|
@@ -3200,18 +4128,21 @@ msgid ""
|
|
| 3200 |
"functionality."
|
| 3201 |
msgstr ""
|
| 3202 |
|
|
|
|
| 3203 |
#: core/modules/class-module-page-cache.php:135
|
| 3204 |
msgid ""
|
| 3205 |
"Hummingbird detected an advanced-cache.php file in wp-content directory. "
|
| 3206 |
"Please disable any other caching plugins on order to use Page Caching."
|
| 3207 |
msgstr ""
|
| 3208 |
|
|
|
|
| 3209 |
#: core/modules/class-module-page-cache.php:155
|
| 3210 |
msgid ""
|
| 3211 |
"Page caching halted while minification queue is being processed. This can "
|
| 3212 |
"take a few minutes.."
|
| 3213 |
msgstr ""
|
| 3214 |
|
|
|
|
| 3215 |
#: core/modules/class-module-page-cache.php:326
|
| 3216 |
msgid ""
|
| 3217 |
"Hummingbird could not locate the wp-config.php file for WordPress. Please "
|
|
@@ -3219,6 +4150,7 @@ msgid ""
|
|
| 3219 |
"<br><code>define('WP_CACHE', true);</code>"
|
| 3220 |
msgstr ""
|
| 3221 |
|
|
|
|
| 3222 |
#: core/modules/class-module-page-cache.php:336
|
| 3223 |
msgid ""
|
| 3224 |
"Hummingbird could not write to the wp-config.php file. Please add the "
|
|
@@ -3226,43 +4158,54 @@ msgid ""
|
|
| 3226 |
"true);</code>"
|
| 3227 |
msgstr ""
|
| 3228 |
|
|
|
|
| 3229 |
#: core/modules/class-module-page-cache.php:362
|
| 3230 |
msgid "Frontpage"
|
| 3231 |
msgstr ""
|
| 3232 |
|
|
|
|
| 3233 |
#: core/modules/class-module-page-cache.php:363
|
| 3234 |
msgid "Blog"
|
| 3235 |
msgstr ""
|
| 3236 |
|
|
|
|
| 3237 |
#: core/modules/class-module-page-cache.php:364
|
| 3238 |
msgid "Pages"
|
| 3239 |
msgstr ""
|
| 3240 |
|
|
|
|
| 3241 |
#: core/modules/class-module-page-cache.php:365
|
| 3242 |
msgid "Posts"
|
| 3243 |
msgstr ""
|
| 3244 |
|
|
|
|
| 3245 |
#: core/modules/class-module-page-cache.php:366
|
| 3246 |
msgid "Archives"
|
| 3247 |
msgstr ""
|
| 3248 |
|
|
|
|
| 3249 |
#: core/modules/class-module-page-cache.php:367
|
| 3250 |
msgid "Categories"
|
| 3251 |
msgstr ""
|
| 3252 |
|
|
|
|
| 3253 |
#: core/modules/class-module-page-cache.php:368
|
| 3254 |
msgid "Tags"
|
| 3255 |
msgstr ""
|
| 3256 |
|
|
|
|
| 3257 |
#: core/modules/class-module-page-cache.php:372
|
| 3258 |
msgid "Products"
|
| 3259 |
msgstr ""
|
| 3260 |
|
|
|
|
|
|
|
| 3261 |
#: core/modules/class-module-page-cache.php:1278
|
| 3262 |
#: core/modules/class-module-page-cache.php:1374
|
| 3263 |
msgid "Cache for post has been cleared."
|
| 3264 |
msgstr ""
|
| 3265 |
|
|
|
|
| 3266 |
#: core/modules/class-module-performance.php:139
|
| 3267 |
msgid ""
|
| 3268 |
"The performance test didn't return any results. This probably means you're "
|
|
@@ -3271,52 +4214,158 @@ msgid ""
|
|
| 3271 |
"open a ticket with our support heroes"
|
| 3272 |
msgstr ""
|
| 3273 |
|
|
|
|
| 3274 |
#: core/modules/class-module-uptime.php:30
|
| 3275 |
msgid "You need to be a WPMU DEV Member"
|
| 3276 |
msgstr ""
|
| 3277 |
|
|
|
|
| 3278 |
#: core/modules/minify/class-minify-group.php:885
|
| 3279 |
msgid "This file has not a linked URL, it will not be combined/minified"
|
| 3280 |
msgstr ""
|
| 3281 |
|
|
|
|
| 3282 |
#: core/modules/minify/class-minify-group.php:898
|
| 3283 |
msgid "This file included in your output can't be minified or combined"
|
| 3284 |
msgstr ""
|
| 3285 |
|
|
|
|
| 3286 |
#: core/modules/minify/class-minify-group.php:946
|
| 3287 |
msgid "It looks like this file is empty"
|
| 3288 |
msgstr ""
|
| 3289 |
|
|
|
|
| 3290 |
#: core/modules/minify/class-minify-group.php:976
|
| 3291 |
msgid "@import directive is not allowed in stylesheets"
|
| 3292 |
msgstr ""
|
| 3293 |
|
|
|
|
| 3294 |
#: core/modules/minify/class-minify-group.php:992
|
| 3295 |
msgid "Hummingbird could not parse the content of this file"
|
| 3296 |
msgstr ""
|
| 3297 |
|
|
|
|
| 3298 |
#: core/modules/minify/class-minify-group.php:1027
|
| 3299 |
msgid "Minify callback does not exist"
|
| 3300 |
msgstr ""
|
| 3301 |
|
|
|
|
| 3302 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:6
|
| 3303 |
msgid ""
|
| 3304 |
"Monitor your website and get notified if/when it's inaccessible. We'll also "
|
| 3305 |
"watch your server response time."
|
| 3306 |
msgstr ""
|
| 3307 |
|
|
|
|
| 3308 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:31
|
| 3309 |
msgid "To enable this report you must first activate Uptime Monitoring"
|
| 3310 |
msgstr ""
|
| 3311 |
|
|
|
|
| 3312 |
#: core/pro/class-pro-ajax.php:99
|
| 3313 |
msgid "Please, insert a valid email."
|
| 3314 |
msgstr ""
|
| 3315 |
|
| 3316 |
-
#: core/pro/class-pro.php:123
|
| 3317 |
msgid "Cron"
|
| 3318 |
msgstr ""
|
| 3319 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3320 |
#: core/pro/modules/class-module-reporting.php:41
|
| 3321 |
#. translators: %s: Url for site
|
| 3322 |
msgid "Here's your latest performance test results for %s"
|
|
@@ -3326,59 +4375,88 @@ msgstr ""
|
|
| 3326 |
msgid "WPMU DEV"
|
| 3327 |
msgstr ""
|
| 3328 |
|
|
|
|
| 3329 |
#: core/pro/modules/reporting/templates/footer.php:25
|
| 3330 |
msgid "EVERYTHING YOU NEED FOR WORDPRESS"
|
| 3331 |
msgstr ""
|
| 3332 |
|
|
|
|
| 3333 |
#: core/pro/modules/reporting/templates/footer.php:26
|
| 3334 |
msgid "One place, one low price, unlimited sites"
|
| 3335 |
msgstr ""
|
| 3336 |
|
|
|
|
| 3337 |
#: core/pro/modules/reporting/templates/footer.php:41
|
| 3338 |
msgid "Incsub, PO Box 163 Albert Park, Victoria, 3206, Australia."
|
| 3339 |
msgstr ""
|
| 3340 |
|
|
|
|
| 3341 |
#: core/pro/modules/reporting/templates/header.php:18
|
| 3342 |
msgid "Test results from"
|
| 3343 |
msgstr ""
|
| 3344 |
|
|
|
|
| 3345 |
#: core/pro/modules/reporting/templates/header.php:19
|
| 3346 |
msgid "Hummingbird!"
|
| 3347 |
msgstr ""
|
| 3348 |
|
|
|
|
| 3349 |
#: core/pro/modules/reporting/templates/header.php:23
|
| 3350 |
msgid "Hummingbird Performance Report"
|
| 3351 |
msgstr ""
|
| 3352 |
|
|
|
|
| 3353 |
#: core/pro/modules/reporting/templates/main.php:24
|
| 3354 |
#. translators: %s: Username.
|
| 3355 |
msgid "Hi %s,"
|
| 3356 |
msgstr ""
|
| 3357 |
|
|
|
|
| 3358 |
#: core/pro/modules/reporting/templates/main.php:26
|
| 3359 |
msgid "It’s Hummingbird here, straight from the"
|
| 3360 |
msgstr ""
|
| 3361 |
|
|
|
|
| 3362 |
#: core/pro/modules/reporting/templates/main.php:26
|
| 3363 |
msgid "engine room. Here’s your latest Performance Test summary."
|
| 3364 |
msgstr ""
|
| 3365 |
|
|
|
|
| 3366 |
#: core/pro/modules/reporting/templates/main.php:34
|
| 3367 |
msgid "Ok"
|
| 3368 |
msgstr ""
|
| 3369 |
|
|
|
|
| 3370 |
#: core/pro/modules/reporting/templates/main.php:36
|
| 3371 |
msgid "Warning"
|
| 3372 |
msgstr ""
|
| 3373 |
|
|
|
|
| 3374 |
#: core/pro/modules/reporting/templates/main.php:38
|
| 3375 |
msgid "Critical"
|
| 3376 |
msgstr ""
|
| 3377 |
|
|
|
|
| 3378 |
#: core/pro/modules/reporting/templates/main.php:52
|
| 3379 |
msgid "View full report"
|
| 3380 |
msgstr ""
|
| 3381 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3382 |
#. Plugin URI of the plugin/theme
|
| 3383 |
msgid "https://premium.wpmudev.org/project/wp-hummingbird/"
|
| 3384 |
msgstr ""
|
|
@@ -3395,12 +4473,15 @@ msgid "http://premium.wpmudev.org"
|
|
| 3395 |
msgstr ""
|
| 3396 |
|
| 3397 |
#: admin/views/caching/browser-caching-configure-meta-box.php:449
|
|
|
|
| 3398 |
msgctxt "Connect to Cloudflare button text"
|
| 3399 |
msgid "Connect"
|
| 3400 |
msgstr ""
|
| 3401 |
|
| 3402 |
#: admin/views/dashboard/welcome/meta-box.php:52
|
| 3403 |
#: admin/views/performance/module-resume-meta-box.php:27
|
|
|
|
|
|
|
| 3404 |
msgctxt "Time of the last performance report"
|
| 3405 |
msgid "at %s"
|
| 3406 |
msgstr ""
|
| 2 |
# This file is distributed under the same license as the Hummingbird Pro package.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Hummingbird Pro 1.8.0.4\n"
|
| 6 |
"Report-Msgid-Bugs-To: https://wpmudev.org\n"
|
| 7 |
+
"POT-Creation-Date: 2018-03-14 19:02:15+00:00\n"
|
| 8 |
"MIME-Version: 1.0\n"
|
| 9 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 10 |
"Content-Transfer-Encoding: 8bit\n"
|
| 15 |
|
| 16 |
#: admin/abstract-class-admin-page.php:256 admin/class-dashboard-page.php:115
|
| 17 |
#: admin/class-performance-page.php:57 admin/class-uptime-page.php:62
|
| 18 |
+
#: build/wp-hummingbird/admin/abstract-class-admin-page.php:256
|
| 19 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:115
|
| 20 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:57
|
| 21 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:62
|
| 22 |
msgid "View Documentation"
|
| 23 |
msgstr ""
|
| 24 |
|
| 25 |
#: admin/abstract-class-admin-page.php:271 admin/class-dashboard-page.php:104
|
| 26 |
+
#: build/wp-hummingbird/admin/abstract-class-admin-page.php:271
|
| 27 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:104
|
| 28 |
msgid "Settings Updated"
|
| 29 |
msgstr ""
|
| 30 |
|
| 31 |
#: admin/abstract-class-admin-page.php:279
|
| 32 |
+
#: build/wp-hummingbird/admin/abstract-class-admin-page.php:279
|
| 33 |
msgid "Made with %s by WPMU DEV"
|
| 34 |
msgstr ""
|
| 35 |
|
| 36 |
#: admin/class-admin-ajax.php:597
|
| 37 |
+
#: build/wp-hummingbird/admin/class-admin-ajax.php:597
|
| 38 |
msgid "Please, select a Cloudflare zone. Normally, this is your website"
|
| 39 |
msgstr ""
|
| 40 |
|
| 41 |
#: admin/class-admin-ajax.php:613
|
| 42 |
+
#: build/wp-hummingbird/admin/class-admin-ajax.php:613
|
| 43 |
msgid "The selected zone is not valid"
|
| 44 |
msgstr ""
|
| 45 |
|
| 46 |
#: admin/class-admin-ajax.php:714
|
| 47 |
+
#: build/wp-hummingbird/admin/class-admin-ajax.php:714
|
| 48 |
msgid "Invalid type specified."
|
| 49 |
msgstr ""
|
| 50 |
|
| 51 |
#: admin/class-admin-ajax.php:724
|
| 52 |
+
#: build/wp-hummingbird/admin/class-admin-ajax.php:724
|
| 53 |
msgid "Error deleting data."
|
| 54 |
msgstr ""
|
| 55 |
|
| 56 |
#: admin/class-admin-ajax.php:730
|
| 57 |
+
#: build/wp-hummingbird/admin/class-admin-ajax.php:730
|
| 58 |
#. translators: %d: number of database entries
|
| 59 |
msgid "<strong>%d database entries</strong> were deleted successfully."
|
| 60 |
msgstr ""
|
| 61 |
|
| 62 |
#: admin/class-admin-notices.php:139
|
| 63 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:139
|
| 64 |
msgid "Dismiss this notice."
|
| 65 |
msgstr ""
|
| 66 |
|
| 67 |
#: admin/class-admin-notices.php:246 admin/class-minification-page.php:168
|
| 68 |
#: admin/views/caching/browser-caching-meta-box.php:187
|
| 69 |
#: admin/views/dashboard/caching/module-meta-box.php:111
|
| 70 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:246
|
| 71 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:168
|
| 72 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:187
|
| 73 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:111
|
| 74 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:248
|
| 75 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:289
|
| 76 |
+
#: build/wp-hummingbird/externals/shared-ui/plugin-ui.php:301
|
| 77 |
msgid "Dismiss"
|
| 78 |
msgstr ""
|
| 79 |
|
| 80 |
#: admin/class-admin-notices.php:291
|
| 81 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:291
|
| 82 |
#. translators: %s: Upgrade URL
|
| 83 |
msgid ""
|
| 84 |
"Awww yeah! You’ve got access to Hummingbird Pro! Let’s upgrade your free "
|
| 86 |
msgstr ""
|
| 87 |
|
| 88 |
#: admin/class-admin-notices.php:310
|
| 89 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:310
|
| 90 |
msgid ""
|
| 91 |
"We noticed you’re running both the free and pro versions of Hummingbird. No "
|
| 92 |
"biggie! We’ve deactivated the free version for you. Enjoy the pro features!"
|
| 93 |
msgstr ""
|
| 94 |
|
| 95 |
#: admin/class-admin-notices.php:337
|
| 96 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:337
|
| 97 |
msgid ""
|
| 98 |
"We've spent countless hours developing Hummingbird and making it free for "
|
| 99 |
"you to use. We would really appreciate it if you dropped us a quick rating!"
|
| 100 |
msgstr ""
|
| 101 |
|
| 102 |
#: admin/class-admin-notices.php:338
|
| 103 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:338
|
| 104 |
msgid "Rate Hummingbird"
|
| 105 |
msgstr ""
|
| 106 |
|
| 107 |
#: admin/class-admin-notices.php:376
|
| 108 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:376
|
| 109 |
msgid ""
|
| 110 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 111 |
"Asset Optimization feature active. You might want to clear cache to avoid "
|
| 113 |
msgstr ""
|
| 114 |
|
| 115 |
#: admin/class-admin-notices.php:379
|
| 116 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:379
|
| 117 |
msgid ""
|
| 118 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 119 |
"Asset Optimization and Page Caching features active. You might want to "
|
| 121 |
msgstr ""
|
| 122 |
|
| 123 |
#: admin/class-admin-notices.php:392
|
| 124 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:392
|
| 125 |
msgid ""
|
| 126 |
"We've noticed you've made changes to your website and have Hummingbird's "
|
| 127 |
"Page Caching feature active. You might want to clear cache to avoid any "
|
| 130 |
|
| 131 |
#: admin/class-admin-notices.php:398 admin/class-dashboard-page.php:111
|
| 132 |
#: admin/views/caching/browser-caching-configure-meta-box.php:520
|
| 133 |
+
#: build/wp-hummingbird/admin/class-admin-notices.php:398
|
| 134 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:111
|
| 135 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:520
|
| 136 |
msgid "Clear Cache"
|
| 137 |
msgstr ""
|
| 138 |
|
| 139 |
+
#: admin/class-admin.php:61 build/wp-hummingbird/admin/class-admin.php:61
|
| 140 |
msgid "Go to Hummingbird Dashboard"
|
| 141 |
msgstr ""
|
| 142 |
|
| 145 |
#: admin/class-performance-page.php:73 admin/class-performance-page.php:168
|
| 146 |
#: admin/class-uptime-page.php:22 admin/class-uptime-page.php:152
|
| 147 |
#: admin/views/caching/page-caching-meta-box.php:96
|
| 148 |
+
#: build/wp-hummingbird/admin/class-admin.php:61
|
| 149 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:65
|
| 150 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:23
|
| 151 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:250
|
| 152 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:73
|
| 153 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:168
|
| 154 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:22
|
| 155 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:152
|
| 156 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:96
|
| 157 |
msgid "Settings"
|
| 158 |
msgstr ""
|
| 159 |
|
| 160 |
+
#: admin/class-admin.php:65 build/wp-hummingbird/admin/class-admin.php:65
|
| 161 |
msgid "View Hummingbird Documentation"
|
| 162 |
msgstr ""
|
| 163 |
|
| 164 |
+
#: admin/class-admin.php:65 build/wp-hummingbird/admin/class-admin.php:65
|
| 165 |
msgid "Docs"
|
| 166 |
msgstr ""
|
| 167 |
|
| 168 |
+
#: admin/class-admin.php:69 build/wp-hummingbird/admin/class-admin.php:69
|
| 169 |
msgid "Upgrade to Hummingbird Pro"
|
| 170 |
msgstr ""
|
| 171 |
|
| 172 |
+
#: admin/class-admin.php:69 build/wp-hummingbird/admin/class-admin.php:69
|
| 173 |
msgid "Upgrade"
|
| 174 |
msgstr ""
|
| 175 |
|
| 185 |
#: admin/views/modals/minification-basic-modal.php:16
|
| 186 |
#: admin/views/performance/module-resume-meta-box.php:7
|
| 187 |
#: admin/views/uptime/summary-meta-box.php:18
|
| 188 |
+
#: build/wp-hummingbird/admin/class-admin.php:98
|
| 189 |
+
#: build/wp-hummingbird/admin/class-admin.php:175
|
| 190 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:25
|
| 191 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:6
|
| 192 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:37
|
| 193 |
+
#: build/wp-hummingbird/admin/views/modals/minification-advanced-modal.php:17
|
| 194 |
+
#: build/wp-hummingbird/admin/views/modals/minification-basic-modal.php:16
|
| 195 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:7
|
| 196 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:18
|
| 197 |
msgid "Hummingbird"
|
| 198 |
msgstr ""
|
| 199 |
|
| 200 |
#: admin/class-admin.php:103 admin/class-admin.php:179
|
| 201 |
+
#: build/wp-hummingbird/admin/class-admin.php:103
|
| 202 |
+
#: build/wp-hummingbird/admin/class-admin.php:179
|
| 203 |
msgid "Dashboard"
|
| 204 |
msgstr ""
|
| 205 |
|
| 206 |
#: admin/class-admin.php:104 admin/class-admin.php:143
|
| 207 |
#: admin/class-admin.php:180 admin/class-dashboard-page.php:927
|
| 208 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:24
|
| 209 |
+
#: build/wp-hummingbird/admin/class-admin.php:104
|
| 210 |
+
#: build/wp-hummingbird/admin/class-admin.php:143
|
| 211 |
+
#: build/wp-hummingbird/admin/class-admin.php:180
|
| 212 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:927
|
| 213 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:24
|
| 214 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:14
|
| 215 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:14
|
| 216 |
msgid "Performance Test"
|
| 217 |
msgstr ""
|
| 218 |
|
| 219 |
#: admin/class-admin.php:105 admin/class-admin.php:165
|
| 220 |
+
#: admin/class-admin.php:181 build/wp-hummingbird/admin/class-admin.php:105
|
| 221 |
+
#: build/wp-hummingbird/admin/class-admin.php:165
|
| 222 |
+
#: build/wp-hummingbird/admin/class-admin.php:181
|
| 223 |
+
#: build/wp-hummingbird/core/class-core.php:79 core/class-core.php:79
|
| 224 |
msgid "Caching"
|
| 225 |
msgstr ""
|
| 226 |
|
| 227 |
#: admin/class-admin.php:106 admin/class-admin.php:182
|
| 228 |
+
#: build/wp-hummingbird/admin/class-admin.php:106
|
| 229 |
+
#: build/wp-hummingbird/admin/class-admin.php:182
|
| 230 |
msgid "Gzip Compression"
|
| 231 |
msgstr ""
|
| 232 |
|
| 233 |
#: admin/class-admin.php:109 admin/class-admin.php:154
|
| 234 |
#: admin/class-dashboard-page.php:312 admin/class-dashboard-page.php:317
|
| 235 |
#: admin/class-dashboard-page.php:328 admin/class-dashboard-page.php:335
|
| 236 |
+
#: build/wp-hummingbird/admin/class-admin.php:109
|
| 237 |
+
#: build/wp-hummingbird/admin/class-admin.php:154
|
| 238 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:312
|
| 239 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:317
|
| 240 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:328
|
| 241 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:335
|
| 242 |
+
#: build/wp-hummingbird/core/class-utils.php:928 core/class-utils.php:928
|
| 243 |
msgid "Asset Optimization"
|
| 244 |
msgstr ""
|
| 245 |
|
| 246 |
#: admin/class-admin.php:112 admin/class-dashboard-page.php:346
|
| 247 |
+
#: build/wp-hummingbird/admin/class-admin.php:112
|
| 248 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:346
|
| 249 |
+
#: build/wp-hummingbird/core/class-core.php:86 core/class-core.php:86
|
| 250 |
msgid "Advanced Tools"
|
| 251 |
msgstr ""
|
| 252 |
|
| 254 |
#: admin/class-dashboard-page.php:389 admin/class-dashboard-page.php:398
|
| 255 |
#: admin/class-dashboard-page.php:407 admin/class-uptime-page.php:91
|
| 256 |
#: admin/class-uptime-page.php:101 admin/views/uptime/downtime-meta-box.php:20
|
| 257 |
+
#: admin/views/uptime/meta-box.php:63
|
| 258 |
+
#: build/wp-hummingbird/admin/class-admin.php:113
|
| 259 |
+
#: build/wp-hummingbird/admin/class-admin.php:183
|
| 260 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:389
|
| 261 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:398
|
| 262 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:407
|
| 263 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:91
|
| 264 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:101
|
| 265 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:20
|
| 266 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:63
|
| 267 |
+
#: build/wp-hummingbird/core/class-core.php:81 core/class-core.php:81
|
| 268 |
msgid "Uptime"
|
| 269 |
msgstr ""
|
| 270 |
|
| 271 |
#: admin/class-advanced-page.php:16 admin/class-advanced-page.php:44
|
| 272 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:16
|
| 273 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:44
|
| 274 |
msgid "General"
|
| 275 |
msgstr ""
|
| 276 |
|
| 277 |
#: admin/class-advanced-page.php:17 admin/class-advanced-page.php:56
|
| 278 |
#: admin/views/dashboard/advanced/module-meta-box.php:21
|
| 279 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:17
|
| 280 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:56
|
| 281 |
+
#: build/wp-hummingbird/admin/views/dashboard/advanced/module-meta-box.php:21
|
| 282 |
+
#: build/wp-hummingbird/core/pro/class-pro.php:125 core/pro/class-pro.php:125
|
| 283 |
msgid "Database Cleanup"
|
| 284 |
msgstr ""
|
| 285 |
|
| 286 |
#: admin/class-advanced-page.php:28 admin/class-caching-page.php:454
|
| 287 |
#: admin/class-minification-page.php:153 admin/class-performance-page.php:38
|
| 288 |
+
#: build/wp-hummingbird/admin/class-advanced-page.php:28
|
| 289 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:454
|
| 290 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:153
|
| 291 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:38
|
| 292 |
+
#: build/wp-hummingbird/core/class-utils.php:161
|
| 293 |
+
#: build/wp-hummingbird/core/modules/class-module-minify.php:1078
|
| 294 |
#: core/class-utils.php:161 core/modules/class-module-minify.php:1078
|
| 295 |
msgid "Settings updated"
|
| 296 |
msgstr ""
|
| 300 |
#: admin/class-caching-page.php:539 admin/class-caching-page.php:814
|
| 301 |
#: admin/class-dashboard-page.php:255
|
| 302 |
#: admin/views/caching/disabled-page-caching-meta-box.php:18
|
| 303 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:76
|
| 304 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:507
|
| 305 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:516
|
| 306 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:530
|
| 307 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:539
|
| 308 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:814
|
| 309 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:255
|
| 310 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-page-caching-meta-box.php:18
|
| 311 |
+
#: build/wp-hummingbird/core/class-core.php:85 core/class-core.php:85
|
| 312 |
msgid "Page Caching"
|
| 313 |
msgstr ""
|
| 314 |
|
| 316 |
#: admin/class-caching-page.php:856 admin/class-dashboard-page.php:276
|
| 317 |
#: admin/class-dashboard-page.php:577
|
| 318 |
#: admin/views/dashboard/welcome/meta-box.php:67
|
| 319 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:77
|
| 320 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:559
|
| 321 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:856
|
| 322 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:276
|
| 323 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:577
|
| 324 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:67
|
| 325 |
msgid "Browser Caching"
|
| 326 |
msgstr ""
|
| 327 |
|
| 328 |
#: admin/class-caching-page.php:78 admin/class-caching-page.php:587
|
| 329 |
#: admin/class-caching-page.php:596 admin/class-caching-page.php:1020
|
| 330 |
#: admin/class-dashboard-page.php:293
|
| 331 |
+
#: admin/views/caching/disabled-gravatar-meta-box.php:18
|
| 332 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:78
|
| 333 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:587
|
| 334 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:596
|
| 335 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:1020
|
| 336 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:293
|
| 337 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-gravatar-meta-box.php:18
|
| 338 |
+
#: build/wp-hummingbird/core/class-core.php:84 core/class-core.php:84
|
| 339 |
msgid "Gravatar Caching"
|
| 340 |
msgstr ""
|
| 341 |
|
| 342 |
#: admin/class-caching-page.php:79 admin/class-caching-page.php:613
|
| 343 |
+
#: admin/class-caching-page.php:622
|
| 344 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:79
|
| 345 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:613
|
| 346 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:622
|
| 347 |
+
#: build/wp-hummingbird/core/class-core.php:87 core/class-core.php:87
|
| 348 |
msgid "RSS Caching"
|
| 349 |
msgstr ""
|
| 350 |
|
| 351 |
#: admin/class-caching-page.php:450
|
| 352 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:450
|
| 353 |
msgid ""
|
| 354 |
"Cloudflare cache successfully purged. Please wait 30 seconds for the purge "
|
| 355 |
"to complete."
|
| 356 |
msgstr ""
|
| 357 |
|
| 358 |
#: admin/class-caching-page.php:460
|
| 359 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:460
|
| 360 |
msgid "Your .htaccess file has been updated"
|
| 361 |
msgstr ""
|
| 362 |
|
| 363 |
#: admin/class-caching-page.php:462
|
| 364 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:462
|
| 365 |
msgid "Code snippet updated"
|
| 366 |
msgstr ""
|
| 367 |
|
| 368 |
#: admin/class-caching-page.php:467
|
| 369 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:467
|
| 370 |
msgid "Browser cache enabled. Your .htaccess file has been updated"
|
| 371 |
msgstr ""
|
| 372 |
|
| 373 |
#: admin/class-caching-page.php:471
|
| 374 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:471
|
| 375 |
msgid "Browser cache disabled. Your .htaccess file has been updated"
|
| 376 |
msgstr ""
|
| 377 |
|
| 378 |
#: admin/class-caching-page.php:475
|
| 379 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:475
|
| 380 |
msgid "Gravatar cache purged."
|
| 381 |
msgstr ""
|
| 382 |
|
| 383 |
#: admin/class-caching-page.php:479
|
| 384 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:479
|
| 385 |
msgid "Page cache purged."
|
| 386 |
msgstr ""
|
| 387 |
|
| 388 |
#: admin/class-caching-page.php:483
|
| 389 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:483
|
| 390 |
msgid ""
|
| 391 |
"There was an error during the cache purge. Check file permissions are 755 "
|
| 392 |
"for /wp-content/wphb-cache or delete directory manually."
|
| 401 |
#: admin/views/dashboard/gzip/module-meta-box-footer.php:14
|
| 402 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:16
|
| 403 |
#: admin/views/dashboard/smush/meta-box-footer.php:14
|
| 404 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:571
|
| 405 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:899
|
| 406 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:121
|
| 407 |
+
#: build/wp-hummingbird/admin/views/dashboard/advanced/module-meta-box-footer.php:16
|
| 408 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/gravatar-module-meta-box-footer.php:15
|
| 409 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box-footer.php:15
|
| 410 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box-footer.php:15
|
| 411 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box-footer.php:14
|
| 412 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box-footer.php:16
|
| 413 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box-footer.php:14
|
| 414 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box-footer.php:15
|
| 415 |
#: core/pro/admin/views/dashboard/reports/meta-box-footer.php:15
|
| 416 |
msgid "Configure"
|
| 417 |
msgstr ""
|
| 418 |
|
| 419 |
#: admin/class-caching-page.php:878 admin/class-dashboard-page.php:536
|
| 420 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:878
|
| 421 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:536
|
| 422 |
msgid "Ahoi, we’ve detected you’re using CloudFlare!"
|
| 423 |
msgstr ""
|
| 424 |
|
| 425 |
#: admin/class-caching-page.php:878 admin/class-dashboard-page.php:536
|
| 426 |
+
#: build/wp-hummingbird/admin/class-caching-page.php:878
|
| 427 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:536
|
| 428 |
msgid "Using CloudFlare?"
|
| 429 |
msgstr ""
|
| 430 |
|
| 431 |
#: admin/class-dashboard-page.php:81 admin/class-minification-page.php:137
|
| 432 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:81
|
| 433 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:137
|
| 434 |
msgid ""
|
| 435 |
"Your cache has been successfully cleared. Your assets will regenerate the "
|
| 436 |
"next time someone visits your website."
|
| 437 |
msgstr ""
|
| 438 |
|
| 439 |
#: admin/class-dashboard-page.php:85 admin/class-minification-page.php:146
|
| 440 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:85
|
| 441 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:146
|
| 442 |
msgid ""
|
| 443 |
"Your local and Cloudflare caches have been successfully cleared. Your "
|
| 444 |
"assets will regenerate the next time someone visits your website."
|
| 445 |
msgstr ""
|
| 446 |
|
| 447 |
#: admin/class-dashboard-page.php:94
|
| 448 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:94
|
| 449 |
#. translators: %s: module name.
|
| 450 |
msgid "This will clear your %s cache"
|
| 451 |
msgstr ""
|
| 452 |
|
| 453 |
#: admin/class-dashboard-page.php:99
|
| 454 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:99
|
| 455 |
#. translators: %s: module name.
|
| 456 |
msgid "This will clear your %s caches"
|
| 457 |
msgstr ""
|
| 458 |
|
| 459 |
#: admin/class-dashboard-page.php:195
|
| 460 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:195
|
| 461 |
msgid "Performance test in progress"
|
| 462 |
msgstr ""
|
| 463 |
|
| 464 |
#: admin/class-dashboard-page.php:199 admin/class-dashboard-page.php:211
|
| 465 |
#: admin/class-dashboard-page.php:223 admin/class-dashboard-page.php:235
|
| 466 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:199
|
| 467 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:211
|
| 468 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:223
|
| 469 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:235
|
| 470 |
msgid "Performance Report"
|
| 471 |
msgstr ""
|
| 472 |
|
| 473 |
#: admin/class-dashboard-page.php:303 admin/class-dashboard-page.php:866
|
| 474 |
#: admin/views/dashboard/welcome/meta-box.php:85
|
| 475 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:303
|
| 476 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:866
|
| 477 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:85
|
| 478 |
msgid "GZIP Compression"
|
| 479 |
msgstr ""
|
| 480 |
|
| 481 |
#: admin/class-dashboard-page.php:362 admin/class-dashboard-page.php:1030
|
| 482 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:362
|
| 483 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:1030
|
| 484 |
msgid "Image Optimization"
|
| 485 |
msgstr ""
|
| 486 |
|
| 487 |
#: admin/class-dashboard-page.php:380 admin/class-dashboard-page.php:691
|
| 488 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:380
|
| 489 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:691
|
| 490 |
msgid "Uptime Monitoring"
|
| 491 |
msgstr ""
|
| 492 |
|
| 493 |
#: admin/class-dashboard-page.php:420 admin/class-performance-page.php:72
|
| 494 |
+
#: admin/class-performance-page.php:75
|
| 495 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:420
|
| 496 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:72
|
| 497 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:75
|
| 498 |
+
#: build/wp-hummingbird/core/pro/class-pro.php:124 core/pro/class-pro.php:124
|
| 499 |
msgid "Reporting"
|
| 500 |
msgstr ""
|
| 501 |
|
| 502 |
#: admin/class-dashboard-page.php:486
|
| 503 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:486
|
| 504 |
#. Translators: %s: username
|
| 505 |
msgid "Welcome %s"
|
| 506 |
msgstr ""
|
| 509 |
#: admin/views/caching/browser-caching-meta-box.php:82
|
| 510 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:54
|
| 511 |
#: admin/views/dashboard/caching/module-meta-box.php:52
|
| 512 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:528
|
| 513 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:82
|
| 514 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:54
|
| 515 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:52
|
| 516 |
msgid "Caching is enabled"
|
| 517 |
msgstr ""
|
| 518 |
|
| 520 |
#: admin/views/caching/browser-caching-meta-box.php:86
|
| 521 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:58
|
| 522 |
#: admin/views/dashboard/caching/module-meta-box.php:56
|
| 523 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:528
|
| 524 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:86
|
| 525 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:58
|
| 526 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:56
|
| 527 |
msgid "Caching is enabled but you aren't using our recommended value"
|
| 528 |
msgstr ""
|
| 529 |
|
| 530 |
#: admin/class-dashboard-page.php:1051 admin/class-performance-page.php:152
|
| 531 |
+
#: admin/class-performance-page.php:351
|
| 532 |
+
#: build/wp-hummingbird/admin/class-dashboard-page.php:1051
|
| 533 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:152
|
| 534 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:351
|
| 535 |
+
#: build/wp-hummingbird/core/pro/admin/class-pro-admin.php:24
|
| 536 |
+
#: core/pro/admin/class-pro-admin.php:24
|
| 537 |
msgid "Reports"
|
| 538 |
msgstr ""
|
| 539 |
|
| 540 |
#: admin/class-gzip-page.php:22
|
| 541 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:22
|
| 542 |
msgid ""
|
| 543 |
"Hummingbird could not update or write your .htaccess file. Please, make "
|
| 544 |
".htaccess writable or paste the code yourself."
|
| 545 |
msgstr ""
|
| 546 |
|
| 547 |
#: admin/class-gzip-page.php:26
|
| 548 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:26
|
| 549 |
msgid "Gzip enabled. Your .htaccess file has been updated"
|
| 550 |
msgstr ""
|
| 551 |
|
| 552 |
#: admin/class-gzip-page.php:30
|
| 553 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:30
|
| 554 |
msgid "Gzip disabled. Your .htaccess file has been updated"
|
| 555 |
msgstr ""
|
| 556 |
|
| 557 |
#: admin/class-gzip-page.php:114 admin/class-gzip-page.php:174
|
| 558 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:114
|
| 559 |
+
#: build/wp-hummingbird/admin/class-gzip-page.php:174
|
| 560 |
msgid "Summary"
|
| 561 |
msgstr ""
|
| 562 |
|
| 563 |
#: admin/class-minification-page.php:21 admin/class-minification-page.php:222
|
| 564 |
#: admin/class-minification-page.php:382
|
| 565 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:21
|
| 566 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:222
|
| 567 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:382
|
| 568 |
msgid "Assets"
|
| 569 |
msgstr ""
|
| 570 |
|
| 571 |
#: admin/class-minification-page.php:22 admin/class-minification-page.php:238
|
| 572 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:22
|
| 573 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:238
|
| 574 |
msgid "Tools"
|
| 575 |
msgstr ""
|
| 576 |
|
| 577 |
#: admin/class-minification-page.php:121
|
| 578 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:121
|
| 579 |
msgid ""
|
| 580 |
"<strong>Your changes have been published.</strong> Note: Files queued for "
|
| 581 |
"compression will generate once someone visits your homepage."
|
| 582 |
msgstr ""
|
| 583 |
|
| 584 |
#: admin/class-minification-page.php:160
|
| 585 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:160
|
| 586 |
msgid "You’ve made changes to your files."
|
| 587 |
msgstr ""
|
| 588 |
|
| 589 |
#: admin/class-minification-page.php:161
|
| 590 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:161
|
| 591 |
msgid "Make sure you tap"
|
| 592 |
msgstr ""
|
| 593 |
|
| 594 |
#: admin/class-minification-page.php:162
|
| 595 |
#: admin/views/minification/enqueued-files-meta-box-footer.php:15
|
| 596 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:162
|
| 597 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-footer.php:15
|
| 598 |
msgid "Publish Changes"
|
| 599 |
msgstr ""
|
| 600 |
|
| 601 |
#: admin/class-minification-page.php:163
|
| 602 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:163
|
| 603 |
msgid "at the bottom of the page to set those changes live."
|
| 604 |
msgstr ""
|
| 605 |
|
| 606 |
#: admin/class-minification-page.php:189 admin/class-uptime-page.php:111
|
| 607 |
+
#: build/wp-hummingbird/admin/class-minification-page.php:189
|
| 608 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:111
|
| 609 |
msgid "Get Started"
|
| 610 |
msgstr ""
|
| 611 |
|
| 612 |
#: admin/class-performance-page.php:34
|
| 613 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:34
|
| 614 |
msgid "You have successfully ignored this performance test."
|
| 615 |
msgstr ""
|
| 616 |
|
| 617 |
#: admin/class-performance-page.php:45 admin/class-performance-page.php:53
|
| 618 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:45
|
| 619 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:53
|
| 620 |
msgid "New Test"
|
| 621 |
msgstr ""
|
| 622 |
|
| 623 |
#: admin/class-performance-page.php:50
|
| 624 |
#: admin/views/dashboard/performance/module-meta-box-header.php:21
|
| 625 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:50
|
| 626 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-header.php:21
|
| 627 |
#. translators: %d: number of minutes.
|
| 628 |
msgid ""
|
| 629 |
"Hummingbird is just catching her breath - you can run another test in %d "
|
| 632 |
|
| 633 |
#: admin/class-performance-page.php:69 admin/class-performance-page.php:138
|
| 634 |
#: admin/class-performance-page.php:276
|
| 635 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:69
|
| 636 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:138
|
| 637 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:276
|
| 638 |
msgid "Improvements"
|
| 639 |
msgstr ""
|
| 640 |
|
| 641 |
#: admin/class-performance-page.php:183
|
| 642 |
+
#: build/wp-hummingbird/admin/class-performance-page.php:183
|
| 643 |
msgid "Performance test"
|
| 644 |
msgstr ""
|
| 645 |
|
| 646 |
#: admin/class-uptime-page.php:20 admin/class-uptime-page.php:134
|
| 647 |
#: admin/views/uptime/meta-box.php:62
|
| 648 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:20
|
| 649 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:134
|
| 650 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:62
|
| 651 |
msgid "Response Time"
|
| 652 |
msgstr ""
|
| 653 |
|
| 656 |
#: admin/views/uptime/downtime-meta-box.php:21
|
| 657 |
#: admin/views/uptime/meta-box.php:64
|
| 658 |
#: admin/views/uptime/summary-meta-box.php:59
|
| 659 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:21
|
| 660 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:143
|
| 661 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:24
|
| 662 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:21
|
| 663 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:64
|
| 664 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:59
|
| 665 |
msgid "Downtime"
|
| 666 |
msgstr ""
|
| 667 |
|
| 668 |
#: admin/class-uptime-page.php:40
|
| 669 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:40
|
| 670 |
msgid "Reporting period"
|
| 671 |
msgstr ""
|
| 672 |
|
| 673 |
#: admin/class-uptime-page.php:260
|
| 674 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:260
|
| 675 |
msgid "Last 1 day"
|
| 676 |
msgstr ""
|
| 677 |
|
| 678 |
#: admin/class-uptime-page.php:261
|
| 679 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:261
|
| 680 |
msgid "Last 7 days"
|
| 681 |
msgstr ""
|
| 682 |
|
| 683 |
#: admin/class-uptime-page.php:262
|
| 684 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:262
|
| 685 |
msgid "Last 30 days"
|
| 686 |
msgstr ""
|
| 687 |
|
| 688 |
+
#: admin/class-uptime-page.php:408
|
| 689 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:408
|
| 690 |
+
#: build/wp-hummingbird/core/class-utils.php:449
|
| 691 |
+
#: build/wp-hummingbird/core/class-utils.php:480 core/class-utils.php:449
|
| 692 |
#: core/class-utils.php:480
|
| 693 |
msgid "1 day"
|
| 694 |
msgstr ""
|
| 695 |
|
| 696 |
#: admin/class-uptime-page.php:409
|
| 697 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:409
|
| 698 |
msgid "7 days"
|
| 699 |
msgstr ""
|
| 700 |
|
| 701 |
#: admin/class-uptime-page.php:410
|
| 702 |
+
#: build/wp-hummingbird/admin/class-uptime-page.php:410
|
| 703 |
msgid "30 days"
|
| 704 |
msgstr ""
|
| 705 |
|
| 706 |
#: admin/views/advanced/db-meta-box.php:15
|
| 707 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:15
|
| 708 |
msgid ""
|
| 709 |
"Clean up your database of unnecessary data you probably don’t need. You can "
|
| 710 |
"schedule daily, weekly or monthly automatic cleanups."
|
| 711 |
msgstr ""
|
| 712 |
|
| 713 |
#: admin/views/advanced/db-meta-box.php:21
|
| 714 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:21
|
| 715 |
msgid "Data Type"
|
| 716 |
msgstr ""
|
| 717 |
|
| 718 |
#: admin/views/advanced/db-meta-box.php:22
|
| 719 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:22
|
| 720 |
msgid "Entries"
|
| 721 |
msgstr ""
|
| 722 |
|
| 723 |
#: admin/views/advanced/db-meta-box.php:40
|
| 724 |
#: admin/views/modals/database-cleanup-modal.php:13
|
| 725 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:40
|
| 726 |
+
#: build/wp-hummingbird/admin/views/modals/database-cleanup-modal.php:13
|
| 727 |
msgid "Delete entries"
|
| 728 |
msgstr ""
|
| 729 |
|
| 730 |
#: admin/views/advanced/db-meta-box.php:51
|
| 731 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:51
|
| 732 |
msgid "Tip: Make sure you have a current backup before running a cleanup."
|
| 733 |
msgstr ""
|
| 734 |
|
| 735 |
+
#: admin/views/advanced/db-meta-box.php:56
|
| 736 |
+
#: build/wp-hummingbird/admin/views/advanced/db-meta-box.php:56
|
| 737 |
+
#: build/wp-hummingbird/core/class-utils.php:162 core/class-utils.php:162
|
| 738 |
msgid "Delete All"
|
| 739 |
msgstr ""
|
| 740 |
|
| 741 |
#: admin/views/advanced/db-settings-meta-box-footer.php:13
|
| 742 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box-footer.php:13
|
| 743 |
msgid ""
|
| 744 |
"<p>Regular cleanups of your database ensures you’re regularly removing "
|
| 745 |
"extra bloat which can slow down your host server. Upgrade to Hummingbird "
|
| 750 |
#: admin/views/advanced/db-settings-meta-box-footer.php:21
|
| 751 |
#: admin/views/advanced/general-meta-box-footer.php:12
|
| 752 |
#: admin/views/minification/tools-meta-box-footer.php:12
|
| 753 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box-footer.php:21
|
| 754 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box-footer.php:12
|
| 755 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box-footer.php:12
|
| 756 |
msgid "Save changes"
|
| 757 |
msgstr ""
|
| 758 |
|
| 759 |
#: admin/views/advanced/db-settings-meta-box-header.php:13
|
| 760 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box-header.php:13
|
| 761 |
msgid "Unlock automatic scheduled database cleanups with a WPMU DEV Membership"
|
| 762 |
msgstr ""
|
| 763 |
|
| 765 |
#: admin/views/dashboard/smush/meta-box-header.php:15
|
| 766 |
#: admin/views/performance/reporting-meta-box-header.php:5
|
| 767 |
#: admin/views/uptime/no-membership-meta-box.php:23
|
| 768 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box-header.php:14
|
| 769 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box-header.php:15
|
| 770 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box-header.php:5
|
| 771 |
+
#: build/wp-hummingbird/admin/views/uptime/no-membership-meta-box.php:23
|
| 772 |
msgid "Upgrade to Pro"
|
| 773 |
msgstr ""
|
| 774 |
|
| 775 |
#: admin/views/advanced/db-settings-meta-box.php:21
|
| 776 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:21
|
| 777 |
msgid "Schedule Cleanups"
|
| 778 |
msgstr ""
|
| 779 |
|
| 780 |
#: admin/views/advanced/db-settings-meta-box.php:23
|
| 781 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:23
|
| 782 |
msgid ""
|
| 783 |
"Schedule Hummingbird to automatically clean your database daily, weekly or "
|
| 784 |
"monthly."
|
| 786 |
|
| 787 |
#: admin/views/advanced/db-settings-meta-box.php:27
|
| 788 |
#: admin/views/advanced/db-settings-meta-box.php:31
|
| 789 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:27
|
| 790 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:31
|
| 791 |
msgid "Enabled scheduled cleanups"
|
| 792 |
msgstr ""
|
| 793 |
|
| 794 |
#: admin/views/advanced/db-settings-meta-box.php:34
|
| 795 |
#: admin/views/performance/reporting-meta-box.php:25
|
| 796 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:34
|
| 797 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:25
|
| 798 |
msgid "Frequency"
|
| 799 |
msgstr ""
|
| 800 |
|
| 801 |
#: admin/views/advanced/db-settings-meta-box.php:37
|
| 802 |
#: admin/views/performance/reporting-meta-box.php:28
|
| 803 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:37
|
| 804 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:28
|
| 805 |
+
#: build/wp-hummingbird/core/class-hub-endpoints.php:180
|
| 806 |
+
#: build/wp-hummingbird/core/pro/admin/class-pro-admin.php:60
|
| 807 |
#: core/class-hub-endpoints.php:180 core/pro/admin/class-pro-admin.php:60
|
| 808 |
msgid "Daily"
|
| 809 |
msgstr ""
|
| 810 |
|
| 811 |
#: admin/views/advanced/db-settings-meta-box.php:40
|
| 812 |
#: admin/views/performance/reporting-meta-box.php:31
|
| 813 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:40
|
| 814 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:31
|
| 815 |
+
#: build/wp-hummingbird/core/class-hub-endpoints.php:183
|
| 816 |
+
#: build/wp-hummingbird/core/pro/admin/class-pro-admin.php:63
|
| 817 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:36
|
| 818 |
#: core/class-hub-endpoints.php:183 core/pro/admin/class-pro-admin.php:63
|
| 819 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:36
|
| 820 |
msgid "Weekly"
|
| 822 |
|
| 823 |
#: admin/views/advanced/db-settings-meta-box.php:43
|
| 824 |
#: admin/views/performance/reporting-meta-box.php:34
|
| 825 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:43
|
| 826 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:34
|
| 827 |
+
#: build/wp-hummingbird/core/class-hub-endpoints.php:186
|
| 828 |
+
#: build/wp-hummingbird/core/pro/admin/class-pro-admin.php:66
|
| 829 |
#: core/class-hub-endpoints.php:186 core/pro/admin/class-pro-admin.php:66
|
| 830 |
msgid "Monthly"
|
| 831 |
msgstr ""
|
| 832 |
|
| 833 |
#: admin/views/advanced/db-settings-meta-box.php:47
|
| 834 |
+
#: build/wp-hummingbird/admin/views/advanced/db-settings-meta-box.php:47
|
| 835 |
msgid "Included Tables"
|
| 836 |
msgstr ""
|
| 837 |
|
| 838 |
#: admin/views/advanced/general-meta-box.php:13
|
| 839 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:13
|
| 840 |
msgid ""
|
| 841 |
"Here are a few additional tweaks you can make to further reduce your page "
|
| 842 |
"load times."
|
| 843 |
msgstr ""
|
| 844 |
|
| 845 |
#: admin/views/advanced/general-meta-box.php:20
|
| 846 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:20
|
| 847 |
msgid "URL Query Strings"
|
| 848 |
msgstr ""
|
| 849 |
|
| 850 |
#: admin/views/advanced/general-meta-box.php:22
|
| 851 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:22
|
| 852 |
msgid ""
|
| 853 |
"Some proxy caching servers and even some CDNs cannot cache static assets "
|
| 854 |
"with query strings, resulting in a large missed opportunity for increased "
|
| 857 |
|
| 858 |
#: admin/views/advanced/general-meta-box.php:26
|
| 859 |
#: admin/views/advanced/general-meta-box.php:30
|
| 860 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:26
|
| 861 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:30
|
| 862 |
msgid "Remove query strings from my assets"
|
| 863 |
msgstr ""
|
| 864 |
|
| 865 |
#: admin/views/advanced/general-meta-box.php:36
|
| 866 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:36
|
| 867 |
msgid "Emojis"
|
| 868 |
msgstr ""
|
| 869 |
|
| 870 |
#: admin/views/advanced/general-meta-box.php:38
|
| 871 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:38
|
| 872 |
msgid ""
|
| 873 |
"WordPress adds Javascript and CSS files to convert common symbols like “:)” "
|
| 874 |
"to visual emojis. If you don’t need emojis this will remove two unnecessary "
|
| 877 |
|
| 878 |
#: admin/views/advanced/general-meta-box.php:42
|
| 879 |
#: admin/views/advanced/general-meta-box.php:46
|
| 880 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:42
|
| 881 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:46
|
| 882 |
msgid "Remove the default Emoji JS & CSS files"
|
| 883 |
msgstr ""
|
| 884 |
|
| 885 |
#: admin/views/advanced/general-meta-box.php:52
|
| 886 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:52
|
| 887 |
msgid "Prefetch DNS Requests"
|
| 888 |
msgstr ""
|
| 889 |
|
| 890 |
#: admin/views/advanced/general-meta-box.php:54
|
| 891 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:54
|
| 892 |
msgid ""
|
| 893 |
"Speeds up web pages by pre-resolving DNS. In essence it tells a browser it "
|
| 894 |
"should resolve the DNS of a specific domain prior to it being explicitly "
|
| 896 |
msgstr ""
|
| 897 |
|
| 898 |
#: admin/views/advanced/general-meta-box.php:60
|
| 899 |
+
#: build/wp-hummingbird/admin/views/advanced/general-meta-box.php:60
|
| 900 |
msgid ""
|
| 901 |
"Add one host entry per line replacing the http:// or https:// with // e.g. "
|
| 902 |
"//fonts.googleapis.com. We’ve added a few common DNS requests to get you "
|
| 904 |
msgstr ""
|
| 905 |
|
| 906 |
#: admin/views/caching/browser-caching-configure-meta-box-header.php:16
|
| 907 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box-header.php:16
|
| 908 |
msgid "Using Cloudflare?"
|
| 909 |
msgstr ""
|
| 910 |
|
| 911 |
#: admin/views/caching/browser-caching-configure-meta-box-header.php:18
|
| 912 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box-header.php:18
|
| 913 |
msgid "Connect account"
|
| 914 |
msgstr ""
|
| 915 |
|
| 916 |
#: admin/views/caching/browser-caching-configure-meta-box.php:29
|
| 917 |
#: admin/views/caching/browser-caching-configure-meta-box.php:35
|
| 918 |
#: admin/views/gzip/configure-meta-box.php:24
|
| 919 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:29
|
| 920 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:35
|
| 921 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:24
|
| 922 |
msgid "Server type"
|
| 923 |
msgstr ""
|
| 924 |
|
| 925 |
#: admin/views/caching/browser-caching-configure-meta-box.php:31
|
| 926 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:31
|
| 927 |
msgid ""
|
| 928 |
"Choose your server type so Hummingbird can give you the rules to apply "
|
| 929 |
"caching."
|
| 930 |
msgstr ""
|
| 931 |
|
| 932 |
#: admin/views/caching/browser-caching-configure-meta-box.php:45
|
| 933 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:45
|
| 934 |
msgid ""
|
| 935 |
"This is the server type your website is hosted on. If you are using "
|
| 936 |
"CloudFlare"
|
| 937 |
msgstr ""
|
| 938 |
|
| 939 |
#: admin/views/caching/browser-caching-configure-meta-box.php:46
|
| 940 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:46
|
| 941 |
msgid "connect your account"
|
| 942 |
msgstr ""
|
| 943 |
|
| 944 |
#: admin/views/caching/browser-caching-configure-meta-box.php:47
|
| 945 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:47
|
| 946 |
msgid "to control your cache settings from here."
|
| 947 |
msgstr ""
|
| 948 |
|
| 949 |
#: admin/views/caching/browser-caching-configure-meta-box.php:52
|
| 950 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:52
|
| 951 |
msgid ""
|
| 952 |
"We’ve detected you’re using CloudFlare which handles browser caching for "
|
| 953 |
"you. You can control your CloudFlare settings from Hummingbird by "
|
| 955 |
msgstr ""
|
| 956 |
|
| 957 |
#: admin/views/caching/browser-caching-configure-meta-box.php:63
|
| 958 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:63
|
| 959 |
msgid "Expiry Time"
|
| 960 |
msgstr ""
|
| 961 |
|
| 962 |
#: admin/views/caching/browser-caching-configure-meta-box.php:65
|
| 963 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:65
|
| 964 |
msgid ""
|
| 965 |
"Please choose your desired expiry time. Google recommends 8 days as a good "
|
| 966 |
"benchmark."
|
| 967 |
msgstr ""
|
| 968 |
|
| 969 |
#: admin/views/caching/browser-caching-configure-meta-box.php:75
|
| 970 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:75
|
| 971 |
msgid "All file types"
|
| 972 |
msgstr ""
|
| 973 |
|
| 974 |
#: admin/views/caching/browser-caching-configure-meta-box.php:79
|
| 975 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:79
|
| 976 |
msgid "Individual file types"
|
| 977 |
msgstr ""
|
| 978 |
|
| 979 |
#: admin/views/caching/browser-caching-configure-meta-box.php:92
|
| 980 |
#: admin/views/caching/browser-caching-configure-meta-box.php:135
|
| 981 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:92
|
| 982 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:135
|
| 983 |
msgid "JavaScript, CSS, Media, Images"
|
| 984 |
msgstr ""
|
| 985 |
|
| 986 |
#: admin/views/caching/browser-caching-configure-meta-box.php:149
|
| 987 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:149
|
| 988 |
msgid ""
|
| 989 |
"Note: You need to connect your CloudFlare account below for your selected "
|
| 990 |
"expiry time to take effect."
|
| 991 |
msgstr ""
|
| 992 |
|
| 993 |
#: admin/views/caching/browser-caching-configure-meta-box.php:155
|
| 994 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:155
|
| 995 |
msgid ""
|
| 996 |
"You’ve made changes to your browser cache settings. You need to save "
|
| 997 |
"changes for the new settings to take effect."
|
| 998 |
msgstr ""
|
| 999 |
|
| 1000 |
#: admin/views/caching/browser-caching-configure-meta-box.php:156
|
| 1001 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:156
|
| 1002 |
msgid "Save Changes"
|
| 1003 |
msgstr ""
|
| 1004 |
|
| 1005 |
#: admin/views/caching/browser-caching-configure-meta-box.php:162
|
| 1006 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:162
|
| 1007 |
msgid ""
|
| 1008 |
"You’ve made changes to your browser cache settings. You need to update your "
|
| 1009 |
".htaccess file with the newly generated code below."
|
| 1010 |
msgstr ""
|
| 1011 |
|
| 1012 |
#: admin/views/caching/browser-caching-configure-meta-box.php:163
|
| 1013 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:163
|
| 1014 |
msgid "View code"
|
| 1015 |
msgstr ""
|
| 1016 |
|
| 1017 |
#: admin/views/caching/browser-caching-configure-meta-box.php:169
|
| 1018 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:169
|
| 1019 |
msgid ""
|
| 1020 |
"You’ve made changes to your browser cache settings. You need to update your "
|
| 1021 |
".htaccess for the new settings to take effect."
|
| 1022 |
msgstr ""
|
| 1023 |
|
| 1024 |
#: admin/views/caching/browser-caching-configure-meta-box.php:170
|
| 1025 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:170
|
| 1026 |
msgid "Update .htaccess"
|
| 1027 |
msgstr ""
|
| 1028 |
|
| 1029 |
#: admin/views/caching/browser-caching-configure-meta-box.php:183
|
| 1030 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:183
|
| 1031 |
msgid "Setup"
|
| 1032 |
msgstr ""
|
| 1033 |
|
| 1034 |
#: admin/views/caching/browser-caching-configure-meta-box.php:185
|
| 1035 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:185
|
| 1036 |
msgid "Follow the instructions provided to enable browser caching."
|
| 1037 |
msgstr ""
|
| 1038 |
|
| 1040 |
#: admin/views/caching/browser-caching-configure-meta-box.php:265
|
| 1041 |
#: admin/views/gzip/configure-meta-box.php:50
|
| 1042 |
#: admin/views/gzip/configure-meta-box.php:117
|
| 1043 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:197
|
| 1044 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:265
|
| 1045 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:50
|
| 1046 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:117
|
| 1047 |
msgid "Automatic"
|
| 1048 |
msgstr ""
|
| 1049 |
|
| 1050 |
#: admin/views/caching/browser-caching-configure-meta-box.php:201
|
| 1051 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:201
|
| 1052 |
msgid ""
|
| 1053 |
"Hummingbird can automatically apply browser caching for Apache servers by "
|
| 1054 |
"writing your .htaccess file. Alternately, switch to Manual to apply these "
|
| 1060 |
#: admin/views/caching/browser-caching-configure-meta-box.php:333
|
| 1061 |
#: admin/views/caching/browser-caching-configure-meta-box.php:365
|
| 1062 |
#: admin/views/caching/browser-caching-configure-meta-box.php:386
|
| 1063 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:206
|
| 1064 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:274
|
| 1065 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:333
|
| 1066 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:365
|
| 1067 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:386
|
| 1068 |
msgid "Your browser caching is already enabled and working well"
|
| 1069 |
msgstr ""
|
| 1070 |
|
| 1073 |
#: admin/views/caching/browser-caching-configure-meta-box.php:337
|
| 1074 |
#: admin/views/caching/browser-caching-configure-meta-box.php:369
|
| 1075 |
#: admin/views/caching/browser-caching-configure-meta-box.php:390
|
| 1076 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:210
|
| 1077 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:278
|
| 1078 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:337
|
| 1079 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:369
|
| 1080 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:390
|
| 1081 |
msgid "Automatic browser caching is active."
|
| 1082 |
msgstr ""
|
| 1083 |
|
| 1098 |
#: admin/views/minification/settings-meta-box.php:110
|
| 1099 |
#: admin/views/uptime/settings-meta-box.php:13
|
| 1100 |
#: admin/views/uptime/settings-meta-box.php:20
|
| 1101 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:220
|
| 1102 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:288
|
| 1103 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:501
|
| 1104 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:518
|
| 1105 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:44
|
| 1106 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:51
|
| 1107 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:224
|
| 1108 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:231
|
| 1109 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:28
|
| 1110 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:35
|
| 1111 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:60
|
| 1112 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:127
|
| 1113 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:226
|
| 1114 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:103
|
| 1115 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:110
|
| 1116 |
+
#: build/wp-hummingbird/admin/views/uptime/settings-meta-box.php:13
|
| 1117 |
+
#: build/wp-hummingbird/admin/views/uptime/settings-meta-box.php:20
|
| 1118 |
msgid "Deactivate"
|
| 1119 |
msgstr ""
|
| 1120 |
|
| 1127 |
#: admin/views/dashboard/minification/disabled-meta-box.php:17
|
| 1128 |
#: admin/views/dashboard/uptime/disabled-meta-box.php:17
|
| 1129 |
#: admin/views/uptime/disabled-meta-box.php:24
|
| 1130 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:222
|
| 1131 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:290
|
| 1132 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-gravatar-meta-box.php:26
|
| 1133 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-page-caching-meta-box.php:26
|
| 1134 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/gravatar-module-meta-box.php:25
|
| 1135 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box.php:39
|
| 1136 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/disabled-meta-box.php:17
|
| 1137 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/disabled-meta-box.php:17
|
| 1138 |
+
#: build/wp-hummingbird/admin/views/uptime/disabled-meta-box.php:24
|
| 1139 |
msgid "Activate"
|
| 1140 |
msgstr ""
|
| 1141 |
|
| 1143 |
#: admin/views/caching/browser-caching-configure-meta-box.php:300
|
| 1144 |
#: admin/views/gzip/configure-meta-box.php:75
|
| 1145 |
#: admin/views/gzip/configure-meta-box.php:142
|
| 1146 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:232
|
| 1147 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:300
|
| 1148 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:75
|
| 1149 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:142
|
| 1150 |
msgid "Manual"
|
| 1151 |
msgstr ""
|
| 1152 |
|
| 1153 |
#: admin/views/caching/browser-caching-configure-meta-box.php:236
|
| 1154 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:236
|
| 1155 |
msgid "Follow the steps below to add browser caching to your Apache server."
|
| 1156 |
msgstr ""
|
| 1157 |
|
| 1158 |
#: admin/views/caching/browser-caching-configure-meta-box.php:239
|
| 1159 |
#: admin/views/caching/browser-caching-configure-meta-box.php:307
|
| 1160 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:239
|
| 1161 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:307
|
| 1162 |
msgid "Copy the generated code into your .htaccess file & save your changes."
|
| 1163 |
msgstr ""
|
| 1164 |
|
| 1165 |
#: admin/views/caching/browser-caching-configure-meta-box.php:240
|
| 1166 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:240
|
| 1167 |
msgid "Restart Apache."
|
| 1168 |
msgstr ""
|
| 1169 |
|
| 1170 |
#: admin/views/caching/browser-caching-configure-meta-box.php:241
|
| 1171 |
#: admin/views/caching/browser-caching-configure-meta-box.php:309
|
| 1172 |
#: admin/views/caching/browser-caching-configure-meta-box.php:346
|
| 1173 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:241
|
| 1174 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:309
|
| 1175 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:346
|
| 1176 |
msgid "Re-check expiry status."
|
| 1177 |
msgstr ""
|
| 1178 |
|
| 1182 |
#: admin/views/gzip/configure-meta-box.php:95
|
| 1183 |
#: admin/views/gzip/configure-meta-box.php:161
|
| 1184 |
#: admin/views/gzip/configure-meta-box.php:195
|
| 1185 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:247
|
| 1186 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:315
|
| 1187 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:351
|
| 1188 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:95
|
| 1189 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:161
|
| 1190 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:195
|
| 1191 |
msgid "Copy"
|
| 1192 |
msgstr ""
|
| 1193 |
|
| 1194 |
#: admin/views/caching/browser-caching-configure-meta-box.php:253
|
| 1195 |
#: admin/views/caching/browser-caching-configure-meta-box.php:321
|
| 1196 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:253
|
| 1197 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:321
|
| 1198 |
msgid ""
|
| 1199 |
"If adding the rules to your .htaccess doesn’t work and you have access to "
|
| 1200 |
"vhosts.conf or httpd.conf try to find the line that starts with <Directory> "
|
| 1204 |
#: admin/views/caching/browser-caching-configure-meta-box.php:254
|
| 1205 |
#: admin/views/caching/browser-caching-configure-meta-box.php:322
|
| 1206 |
#: admin/views/gzip/configure-meta-box.php:105
|
| 1207 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:254
|
| 1208 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:322
|
| 1209 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:105
|
| 1210 |
msgid ""
|
| 1211 |
"If you don't know where those files are, or you aren't able to reload "
|
| 1212 |
"Apache, you would need to consult with your hosting provider or a system "
|
| 1215 |
|
| 1216 |
#: admin/views/caching/browser-caching-configure-meta-box.php:269
|
| 1217 |
#: admin/views/gzip/configure-meta-box.php:121
|
| 1218 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:269
|
| 1219 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:121
|
| 1220 |
msgid ""
|
| 1221 |
"Hummingbird can automatically apply browser caching for LiteSpeed servers "
|
| 1222 |
"by writing your .htaccess file. Alternately, switch to Manual to apply "
|
| 1224 |
msgstr ""
|
| 1225 |
|
| 1226 |
#: admin/views/caching/browser-caching-configure-meta-box.php:304
|
| 1227 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:304
|
| 1228 |
msgid "Follow the steps below to add browser caching to your LiteSpeed server."
|
| 1229 |
msgstr ""
|
| 1230 |
|
| 1231 |
#: admin/views/caching/browser-caching-configure-meta-box.php:308
|
| 1232 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:308
|
| 1233 |
msgid "Restart LiteSpeed."
|
| 1234 |
msgstr ""
|
| 1235 |
|
| 1236 |
#: admin/views/caching/browser-caching-configure-meta-box.php:340
|
| 1237 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:340
|
| 1238 |
msgid "Follow the steps below to add browser caching to your NGINX server."
|
| 1239 |
msgstr ""
|
| 1240 |
|
| 1241 |
#: admin/views/caching/browser-caching-configure-meta-box.php:343
|
| 1242 |
#: admin/views/gzip/configure-meta-box.php:184
|
| 1243 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:343
|
| 1244 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:184
|
| 1245 |
msgid ""
|
| 1246 |
"Copy the generated code into your nginx.conf usually located at "
|
| 1247 |
"/etc/nginx/nginx.conf or /usr/local/nginx/conf/nginx.conf"
|
| 1249 |
|
| 1250 |
#: admin/views/caching/browser-caching-configure-meta-box.php:344
|
| 1251 |
#: admin/views/gzip/configure-meta-box.php:185
|
| 1252 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:344
|
| 1253 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:185
|
| 1254 |
msgid "Add the code above to the http or inside server section in the file."
|
| 1255 |
msgstr ""
|
| 1256 |
|
| 1257 |
#: admin/views/caching/browser-caching-configure-meta-box.php:345
|
| 1258 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:345
|
| 1259 |
msgid "Restart NGINX."
|
| 1260 |
msgstr ""
|
| 1261 |
|
| 1262 |
#: admin/views/caching/browser-caching-configure-meta-box.php:356
|
| 1263 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:356
|
| 1264 |
msgid ""
|
| 1265 |
"Note: If you do not have access to your NGINX config files you will need to "
|
| 1266 |
"contact your hosting provider to make these changes."
|
| 1268 |
|
| 1269 |
#: admin/views/caching/browser-caching-configure-meta-box.php:376
|
| 1270 |
#: admin/views/gzip/configure-meta-box.php:207
|
| 1271 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:376
|
| 1272 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:207
|
| 1273 |
#. translators: %s: Link to TechNet
|
| 1274 |
msgid ""
|
| 1275 |
"For IIS servers, <a href=\"%s\" target=\"_blank\">visit Microsoft "
|
| 1278 |
|
| 1279 |
#: admin/views/caching/browser-caching-configure-meta-box.php:397
|
| 1280 |
#: admin/views/gzip/configure-meta-box.php:218
|
| 1281 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:397
|
| 1282 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:218
|
| 1283 |
#. translators: %s: Link to TechNet
|
| 1284 |
msgid ""
|
| 1285 |
"For IIS 7 servers, <a href=\"%s\" target=\"_blank\">visit Microsoft "
|
| 1287 |
msgstr ""
|
| 1288 |
|
| 1289 |
#: admin/views/caching/browser-caching-configure-meta-box.php:407
|
| 1290 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:407
|
| 1291 |
msgid ""
|
| 1292 |
"Hummingbird can control your Cloudflare Browser Cache settings from here. "
|
| 1293 |
"Simply add your Cloudflare API details and configure away."
|
| 1294 |
msgstr ""
|
| 1295 |
|
| 1296 |
#: admin/views/caching/browser-caching-configure-meta-box.php:440
|
| 1297 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:440
|
| 1298 |
msgid "Cloudflare account email"
|
| 1299 |
msgstr ""
|
| 1300 |
|
| 1301 |
#: admin/views/caching/browser-caching-configure-meta-box.php:441
|
| 1302 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:441
|
| 1303 |
msgid "Enter email address"
|
| 1304 |
msgstr ""
|
| 1305 |
|
| 1306 |
#: admin/views/caching/browser-caching-configure-meta-box.php:444
|
| 1307 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:444
|
| 1308 |
msgid "Cloudflare Global API Key"
|
| 1309 |
msgstr ""
|
| 1310 |
|
| 1311 |
#: admin/views/caching/browser-caching-configure-meta-box.php:445
|
| 1312 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:445
|
| 1313 |
msgid "Enter your 37 digit API key"
|
| 1314 |
msgstr ""
|
| 1315 |
|
| 1316 |
#: admin/views/caching/browser-caching-configure-meta-box.php:451
|
| 1317 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:451
|
| 1318 |
msgid "Need help getting your API Key?"
|
| 1319 |
msgstr ""
|
| 1320 |
|
| 1321 |
#: admin/views/caching/browser-caching-configure-meta-box.php:454
|
| 1322 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:454
|
| 1323 |
msgid "<a target=\"_blank\" href=\"%s\">Log in</a> to your Cloudflare account."
|
| 1324 |
msgstr ""
|
| 1325 |
|
| 1326 |
#: admin/views/caching/browser-caching-configure-meta-box.php:455
|
| 1327 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:455
|
| 1328 |
msgid "Go to My Settings."
|
| 1329 |
msgstr ""
|
| 1330 |
|
| 1331 |
#: admin/views/caching/browser-caching-configure-meta-box.php:456
|
| 1332 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:456
|
| 1333 |
msgid "Scroll down to API Key."
|
| 1334 |
msgstr ""
|
| 1335 |
|
| 1336 |
#: admin/views/caching/browser-caching-configure-meta-box.php:457
|
| 1337 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:457
|
| 1338 |
msgid "Click 'View API Key' button and copy your API identifier."
|
| 1339 |
msgstr ""
|
| 1340 |
|
| 1341 |
#: admin/views/caching/browser-caching-configure-meta-box.php:467
|
| 1342 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:467
|
| 1343 |
msgid ""
|
| 1344 |
"It appears you have no active zones available. Double check your domain has "
|
| 1345 |
"been added to Cloudflare and try again."
|
| 1346 |
msgstr ""
|
| 1347 |
|
| 1348 |
#: admin/views/caching/browser-caching-configure-meta-box.php:469
|
| 1349 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:469
|
| 1350 |
msgid "Re-Check"
|
| 1351 |
msgstr ""
|
| 1352 |
|
| 1353 |
#: admin/views/caching/browser-caching-configure-meta-box.php:482
|
| 1354 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:482
|
| 1355 |
msgid "Select the domain that matches this website"
|
| 1356 |
msgstr ""
|
| 1357 |
|
| 1358 |
#: admin/views/caching/browser-caching-configure-meta-box.php:484
|
| 1359 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:484
|
| 1360 |
msgid "Select domain"
|
| 1361 |
msgstr ""
|
| 1362 |
|
| 1363 |
#: admin/views/caching/browser-caching-configure-meta-box.php:491
|
| 1364 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:491
|
| 1365 |
msgid "Enable Cloudflare"
|
| 1366 |
msgstr ""
|
| 1367 |
|
| 1368 |
#: admin/views/caching/browser-caching-configure-meta-box.php:496
|
| 1369 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:496
|
| 1370 |
msgid ""
|
| 1371 |
"CloudFlare is connected, but it appears you don’t have any active zones for "
|
| 1372 |
"this domain."
|
| 1373 |
msgstr ""
|
| 1374 |
|
| 1375 |
#: admin/views/caching/browser-caching-configure-meta-box.php:497
|
| 1376 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:497
|
| 1377 |
msgid ""
|
| 1378 |
"Double check your domain has been added to Cloudflare and tap re-check when "
|
| 1379 |
"ready."
|
| 1380 |
msgstr ""
|
| 1381 |
|
| 1382 |
#: admin/views/caching/browser-caching-configure-meta-box.php:498
|
| 1383 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:498
|
| 1384 |
msgid "Re-check"
|
| 1385 |
msgstr ""
|
| 1386 |
|
| 1387 |
#: admin/views/caching/browser-caching-configure-meta-box.php:513
|
| 1388 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:513
|
| 1389 |
msgid "Cloudflare is connected for this domain."
|
| 1390 |
msgstr ""
|
| 1391 |
|
| 1392 |
#: admin/views/caching/browser-caching-configure-meta-box.php:514
|
| 1393 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:514
|
| 1394 |
msgid ""
|
| 1395 |
"Adjust your expiry settings and save your settings to update your "
|
| 1396 |
"Cloudflare cache settings."
|
| 1397 |
msgstr ""
|
| 1398 |
|
| 1399 |
#: admin/views/caching/browser-caching-configure-meta-box.php:519
|
| 1400 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:519
|
| 1401 |
msgid "Clear all assets cached by CloudFlare"
|
| 1402 |
msgstr ""
|
| 1403 |
|
| 1404 |
#: admin/views/caching/browser-caching-meta-box-header.php:18
|
| 1405 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box-header.php:18
|
| 1406 |
msgid "Made changes?"
|
| 1407 |
msgstr ""
|
| 1408 |
|
| 1409 |
#: admin/views/caching/browser-caching-meta-box-header.php:20
|
| 1410 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box-header.php:20
|
| 1411 |
msgid "Re-Check Expiry"
|
| 1412 |
msgstr ""
|
| 1413 |
|
| 1414 |
#: admin/views/caching/browser-caching-meta-box.php:20
|
| 1415 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:20
|
| 1416 |
msgid " no-background-image"
|
| 1417 |
msgstr ""
|
| 1418 |
|
| 1419 |
#: admin/views/caching/browser-caching-meta-box.php:24
|
| 1420 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:24
|
| 1421 |
msgid "Browser Caching is not working properly:"
|
| 1422 |
msgstr ""
|
| 1423 |
|
| 1424 |
#: admin/views/caching/browser-caching-meta-box.php:26
|
| 1425 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:26
|
| 1426 |
msgid ""
|
| 1427 |
"Your server may not have the \"expires\" module enabled (mod_expires for "
|
| 1428 |
"Apache, ngx_http_headers_module for NGINX)"
|
| 1429 |
msgstr ""
|
| 1430 |
|
| 1431 |
#: admin/views/caching/browser-caching-meta-box.php:27
|
| 1432 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:27
|
| 1433 |
msgid "Another plugin may be interfering with the configuration"
|
| 1434 |
msgstr ""
|
| 1435 |
|
| 1436 |
#: admin/views/caching/browser-caching-meta-box.php:33
|
| 1437 |
#: admin/views/gzip/summary-meta-box.php:20
|
| 1438 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:33
|
| 1439 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:20
|
| 1440 |
#. translators: %s: Support link
|
| 1441 |
#. translators: %s: support link
|
| 1442 |
msgid ""
|
| 1445 |
msgstr ""
|
| 1446 |
|
| 1447 |
#: admin/views/caching/browser-caching-meta-box.php:40
|
| 1448 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:40
|
| 1449 |
msgid ""
|
| 1450 |
"Store temporary data on your visitors devices so that they don’t have to "
|
| 1451 |
"download assets twice if they don’t have to. This results in a much faster "
|
| 1453 |
msgstr ""
|
| 1454 |
|
| 1455 |
#: admin/views/caching/browser-caching-meta-box.php:48
|
| 1456 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:48
|
| 1457 |
#. translators: %s: Number of issues
|
| 1458 |
msgid ""
|
| 1459 |
"%s of your cache types don’t meet the recommended expiry period of 8+ days. "
|
| 1463 |
#: admin/views/caching/browser-caching-meta-box.php:54
|
| 1464 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:36
|
| 1465 |
#: admin/views/dashboard/caching/module-meta-box.php:36
|
| 1466 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:54
|
| 1467 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:36
|
| 1468 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:36
|
| 1469 |
msgid ""
|
| 1470 |
"All of your cache types meet the recommended expiry period of 8+ days. "
|
| 1471 |
"Great work!"
|
| 1475 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:43
|
| 1476 |
#: admin/views/dashboard/caching/module-meta-box.php:43
|
| 1477 |
#: admin/views/dashboard/gzip/module-meta-box.php:33
|
| 1478 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:61
|
| 1479 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:43
|
| 1480 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:43
|
| 1481 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:33
|
| 1482 |
msgid "File Type"
|
| 1483 |
msgstr ""
|
| 1484 |
|
| 1485 |
#: admin/views/caching/browser-caching-meta-box.php:64
|
| 1486 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:64
|
| 1487 |
msgid "Recommended Expiry"
|
| 1488 |
msgstr ""
|
| 1489 |
|
| 1490 |
#: admin/views/caching/browser-caching-meta-box.php:67
|
| 1491 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:67
|
| 1492 |
msgid "Current Expiry"
|
| 1493 |
msgstr ""
|
| 1494 |
|
| 1495 |
#: admin/views/caching/browser-caching-meta-box.php:74
|
| 1496 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:74
|
| 1497 |
#. translators: %s: Recommended expiration value
|
| 1498 |
msgid ""
|
| 1499 |
"The recommended value for this file type is at least %s. The longer the "
|
| 1503 |
#: admin/views/caching/browser-caching-meta-box.php:89
|
| 1504 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:60
|
| 1505 |
#: admin/views/dashboard/caching/module-meta-box.php:58
|
| 1506 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:89
|
| 1507 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:60
|
| 1508 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:58
|
| 1509 |
msgid "Disabled"
|
| 1510 |
msgstr ""
|
| 1511 |
|
| 1512 |
#: admin/views/caching/browser-caching-meta-box.php:91
|
| 1513 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:62
|
| 1514 |
#: admin/views/dashboard/caching/module-meta-box.php:60
|
| 1515 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:91
|
| 1516 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:62
|
| 1517 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:60
|
| 1518 |
msgid "Caching is disabled"
|
| 1519 |
msgstr ""
|
| 1520 |
|
| 1521 |
+
#: admin/views/caching/browser-caching-meta-box.php:149
|
| 1522 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:149
|
| 1523 |
+
#: build/wp-hummingbird/core/class-core.php:83 core/class-core.php:83
|
| 1524 |
msgid "Cloudflare"
|
| 1525 |
msgstr ""
|
| 1526 |
|
| 1527 |
#: admin/views/caching/browser-caching-meta-box.php:173
|
| 1528 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:173
|
| 1529 |
msgid "Connect your account"
|
| 1530 |
msgstr ""
|
| 1531 |
|
| 1532 |
#: admin/views/caching/browser-caching-meta-box.php:176
|
| 1533 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:176
|
| 1534 |
msgid "to control your settings via Hummingbird."
|
| 1535 |
msgstr ""
|
| 1536 |
|
| 1537 |
#: admin/views/caching/browser-caching-meta-box.php:181
|
| 1538 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-meta-box.php:181
|
| 1539 |
#. translators: %s: CloudFlare information link
|
| 1540 |
msgid ""
|
| 1541 |
"CloudFlare is a Content Delivery Network (CDN) that sends traffic through "
|
| 1546 |
|
| 1547 |
#: admin/views/caching/disabled-gravatar-meta-box.php:21
|
| 1548 |
#: admin/views/caching/gravatar-meta-box.php:13
|
| 1549 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-gravatar-meta-box.php:21
|
| 1550 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:13
|
| 1551 |
msgid ""
|
| 1552 |
"Gravatar Caching stores local copies of avatars used in comments and in "
|
| 1553 |
"your theme. You can control how often you want the cache purged depending "
|
| 1555 |
msgstr ""
|
| 1556 |
|
| 1557 |
#: admin/views/caching/disabled-page-caching-meta-box.php:21
|
| 1558 |
+
#: build/wp-hummingbird/admin/views/caching/disabled-page-caching-meta-box.php:21
|
| 1559 |
msgid ""
|
| 1560 |
"Page caching stores static HTML copies of your pages and posts. These "
|
| 1561 |
"static files are then served to visitors, reducing the processing load on "
|
| 1564 |
msgstr ""
|
| 1565 |
|
| 1566 |
#: admin/views/caching/gravatar-meta-box-header.php:14
|
| 1567 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box-header.php:14
|
| 1568 |
msgid "Clear all locally cached Gravatars"
|
| 1569 |
msgstr ""
|
| 1570 |
|
| 1571 |
#: admin/views/caching/gravatar-meta-box-header.php:14
|
| 1572 |
#: admin/views/caching/page-caching-meta-box-header.php:14
|
| 1573 |
#: admin/views/minification/enqueued-files-meta-box-header.php:22
|
| 1574 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box-header.php:14
|
| 1575 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box-header.php:14
|
| 1576 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:22
|
| 1577 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:1358
|
| 1578 |
#: core/modules/class-module-page-cache.php:1358
|
| 1579 |
msgid "Clear cache"
|
| 1580 |
msgstr ""
|
| 1581 |
|
| 1582 |
#: admin/views/caching/gravatar-meta-box.php:21
|
| 1583 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:21
|
| 1584 |
msgid "Gravatar Caching is currently active."
|
| 1585 |
msgstr ""
|
| 1586 |
|
| 1587 |
#: admin/views/caching/gravatar-meta-box.php:29
|
| 1588 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:29
|
| 1589 |
msgid "Cache Length"
|
| 1590 |
msgstr ""
|
| 1591 |
|
| 1592 |
#: admin/views/caching/gravatar-meta-box.php:31
|
| 1593 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:31
|
| 1594 |
msgid ""
|
| 1595 |
"Choose the length of time you want to cache avatars for before Hummingbird "
|
| 1596 |
"will request new ones from Gravatar."
|
| 1597 |
msgstr ""
|
| 1598 |
|
| 1599 |
#: admin/views/caching/gravatar-meta-box.php:36
|
| 1600 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:36
|
| 1601 |
msgid "Tip: the longer the better - you can always purge the cache manually."
|
| 1602 |
msgstr ""
|
| 1603 |
|
| 1604 |
#: admin/views/caching/gravatar-meta-box.php:46
|
| 1605 |
+
#: build/wp-hummingbird/admin/views/caching/gravatar-meta-box.php:46
|
| 1606 |
msgid "This will deactivate Gravatar Caching and clear your local avatar storage."
|
| 1607 |
msgstr ""
|
| 1608 |
|
| 1609 |
#: admin/views/caching/page-caching-meta-box-footer.php:12
|
| 1610 |
#: admin/views/caching/rss-meta-box-footer.php:12
|
| 1611 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box-footer.php:12
|
| 1612 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box-footer.php:12
|
| 1613 |
msgid "Save Settings"
|
| 1614 |
msgstr ""
|
| 1615 |
|
| 1616 |
#: admin/views/caching/page-caching-meta-box-header.php:14
|
| 1617 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box-header.php:14
|
| 1618 |
msgid "Clear all locally cached static pages"
|
| 1619 |
msgstr ""
|
| 1620 |
|
| 1621 |
#: admin/views/caching/page-caching-meta-box.php:17
|
| 1622 |
#: admin/views/caching/page-caching-subsite-meta-box.php:13
|
| 1623 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:17
|
| 1624 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:13
|
| 1625 |
msgid ""
|
| 1626 |
"Hummingbird stores static HTML copies of your pages and posts to decrease "
|
| 1627 |
"page load time."
|
| 1630 |
#: admin/views/caching/page-caching-meta-box.php:25
|
| 1631 |
#: admin/views/caching/page-caching-subsite-meta-box.php:21
|
| 1632 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:17
|
| 1633 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:25
|
| 1634 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:21
|
| 1635 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box.php:17
|
| 1636 |
msgid "Page caching is currently active."
|
| 1637 |
msgstr ""
|
| 1638 |
|
| 1639 |
#: admin/views/caching/page-caching-meta-box.php:33
|
| 1640 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:33
|
| 1641 |
msgid "Page Types"
|
| 1642 |
msgstr ""
|
| 1643 |
|
| 1644 |
#: admin/views/caching/page-caching-meta-box.php:35
|
| 1645 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:35
|
| 1646 |
msgid ""
|
| 1647 |
"Select which page types you wish to cache. Note: You can exclude individual "
|
| 1648 |
"post/pages with URL string rules in Exclusions section below."
|
| 1649 |
msgstr ""
|
| 1650 |
|
| 1651 |
#: admin/views/caching/page-caching-meta-box.php:59
|
| 1652 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:59
|
| 1653 |
msgid "Compression"
|
| 1654 |
msgstr ""
|
| 1655 |
|
| 1656 |
#: admin/views/caching/page-caching-meta-box.php:61
|
| 1657 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:61
|
| 1658 |
msgid "Serve compressed versions of your cached pages."
|
| 1659 |
msgstr ""
|
| 1660 |
|
| 1661 |
#: admin/views/caching/page-caching-meta-box.php:71
|
| 1662 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:71
|
| 1663 |
msgid "Location"
|
| 1664 |
msgstr ""
|
| 1665 |
|
| 1666 |
#: admin/views/caching/page-caching-meta-box.php:73
|
| 1667 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:73
|
| 1668 |
msgid "Change where Hummingbird stores you cached page files."
|
| 1669 |
msgstr ""
|
| 1670 |
|
| 1671 |
#: admin/views/caching/page-caching-meta-box.php:83
|
| 1672 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:83
|
| 1673 |
msgid "Automatic Flush"
|
| 1674 |
msgstr ""
|
| 1675 |
|
| 1676 |
#: admin/views/caching/page-caching-meta-box.php:85
|
| 1677 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:85
|
| 1678 |
msgid "This setting automatically clears your cached pages on a regular schedule."
|
| 1679 |
msgstr ""
|
| 1680 |
|
| 1681 |
#: admin/views/caching/page-caching-meta-box.php:98
|
| 1682 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:98
|
| 1683 |
msgid "Fine tune page caching to work how you want it to."
|
| 1684 |
msgstr ""
|
| 1685 |
|
| 1686 |
#: admin/views/caching/page-caching-meta-box.php:108
|
| 1687 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:108
|
| 1688 |
msgid "Include logged in users"
|
| 1689 |
msgstr ""
|
| 1690 |
|
| 1691 |
#: admin/views/caching/page-caching-meta-box.php:110
|
| 1692 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:110
|
| 1693 |
msgid ""
|
| 1694 |
"Caching pages for logged in users can reduce load on your server, but can "
|
| 1695 |
"cause strange behavior with some themes/plugins."
|
| 1696 |
msgstr ""
|
| 1697 |
|
| 1698 |
#: admin/views/caching/page-caching-meta-box.php:119
|
| 1699 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:119
|
| 1700 |
msgid "Cache URL queries"
|
| 1701 |
msgstr ""
|
| 1702 |
|
| 1703 |
#: admin/views/caching/page-caching-meta-box.php:121
|
| 1704 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:121
|
| 1705 |
msgid ""
|
| 1706 |
"You can turn on caching pages with GET parameters (?x=y at the end of a "
|
| 1707 |
"url), though generally this isn’t a good idea if those pages are dynamic."
|
| 1708 |
msgstr ""
|
| 1709 |
|
| 1710 |
#: admin/views/caching/page-caching-meta-box.php:130
|
| 1711 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:130
|
| 1712 |
msgid "Cache 404 requests"
|
| 1713 |
msgstr ""
|
| 1714 |
|
| 1715 |
#: admin/views/caching/page-caching-meta-box.php:132
|
| 1716 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:132
|
| 1717 |
msgid ""
|
| 1718 |
"Even though 404s are bad and you will want to avoid them with redirects, "
|
| 1719 |
"you can still choose to cache your 404 page to avoid additional load on "
|
| 1721 |
msgstr ""
|
| 1722 |
|
| 1723 |
#: admin/views/caching/page-caching-meta-box.php:141
|
| 1724 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:141
|
| 1725 |
msgid "Clear full cache when post/page is updated"
|
| 1726 |
msgstr ""
|
| 1727 |
|
| 1728 |
#: admin/views/caching/page-caching-meta-box.php:143
|
| 1729 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:143
|
| 1730 |
msgid ""
|
| 1731 |
"If one of your pages or posts gets updated, turning this setting on will "
|
| 1732 |
"also regenerate all cached archives and taxonomies for all post types."
|
| 1736 |
#: admin/views/minification/settings-meta-box.php:72
|
| 1737 |
#: admin/views/minification/settings-meta-box.php:78
|
| 1738 |
#: admin/views/minification/settings-meta-box.php:82
|
| 1739 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:152
|
| 1740 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:72
|
| 1741 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:78
|
| 1742 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:82
|
| 1743 |
msgid "Enable debug log"
|
| 1744 |
msgstr ""
|
| 1745 |
|
| 1746 |
#: admin/views/caching/page-caching-meta-box.php:155
|
| 1747 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:155
|
| 1748 |
msgid ""
|
| 1749 |
"If you’re having issues with page caching, turn on the debug log to get "
|
| 1750 |
"insight into what’s going on."
|
| 1751 |
msgstr ""
|
| 1752 |
|
| 1753 |
#: admin/views/caching/page-caching-meta-box.php:159
|
| 1754 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:159
|
| 1755 |
msgid "Download Logs"
|
| 1756 |
msgstr ""
|
| 1757 |
|
| 1758 |
#: admin/views/caching/page-caching-meta-box.php:165
|
| 1759 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:165
|
| 1760 |
#. translators: %s: File location
|
| 1761 |
msgid "Location: %s"
|
| 1762 |
msgstr ""
|
| 1763 |
|
| 1764 |
#: admin/views/caching/page-caching-meta-box.php:179
|
| 1765 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:179
|
| 1766 |
msgid "Subsites"
|
| 1767 |
msgstr ""
|
| 1768 |
|
| 1769 |
#: admin/views/caching/page-caching-meta-box.php:181
|
| 1770 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:181
|
| 1771 |
msgid "Choose what options admins have for subsites."
|
| 1772 |
msgstr ""
|
| 1773 |
|
| 1774 |
#: admin/views/caching/page-caching-meta-box.php:191
|
| 1775 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:191
|
| 1776 |
msgid "Allow admins to disable page caching"
|
| 1777 |
msgstr ""
|
| 1778 |
|
| 1779 |
#: admin/views/caching/page-caching-meta-box.php:193
|
| 1780 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:193
|
| 1781 |
msgid ""
|
| 1782 |
"This setting adds the Page Caching tab to Hummingbird and allows a subsite "
|
| 1783 |
"admin to disable Page Caching if they wish to. Note: It does not allow them "
|
| 1785 |
msgstr ""
|
| 1786 |
|
| 1787 |
#: admin/views/caching/page-caching-meta-box.php:200
|
| 1788 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:200
|
| 1789 |
msgid "Exclusions"
|
| 1790 |
msgstr ""
|
| 1791 |
|
| 1792 |
#: admin/views/caching/page-caching-meta-box.php:202
|
| 1793 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:202
|
| 1794 |
msgid "Specify any particular URLs you don’t want to cache at all."
|
| 1795 |
msgstr ""
|
| 1796 |
|
| 1797 |
#: admin/views/caching/page-caching-meta-box.php:206
|
| 1798 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:206
|
| 1799 |
msgid "URL Strings"
|
| 1800 |
msgstr ""
|
| 1801 |
|
| 1802 |
#: admin/views/caching/page-caching-meta-box.php:208
|
| 1803 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:208
|
| 1804 |
msgid ""
|
| 1805 |
"You can tell Hummingbird not to cache specific URLs, or any URLs that "
|
| 1806 |
"contain strings. Add one entry per line."
|
| 1807 |
msgstr ""
|
| 1808 |
|
| 1809 |
#: admin/views/caching/page-caching-meta-box.php:212
|
| 1810 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:212
|
| 1811 |
msgid ""
|
| 1812 |
"For example, if you want to not cache any pages that are nested under your "
|
| 1813 |
"Forums area you might add \"/forums/\" as a rule. When Hummingbird goes to "
|
| 1818 |
msgstr ""
|
| 1819 |
|
| 1820 |
#: admin/views/caching/page-caching-meta-box.php:214
|
| 1821 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:214
|
| 1822 |
msgid "User agents"
|
| 1823 |
msgstr ""
|
| 1824 |
|
| 1825 |
#: admin/views/caching/page-caching-meta-box.php:216
|
| 1826 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:216
|
| 1827 |
msgid ""
|
| 1828 |
"Specify any user agents you don’t want to send cached pages to like bots, "
|
| 1829 |
"spiders and crawlers. We’ve added a couple of common ones for you."
|
| 1830 |
msgstr ""
|
| 1831 |
|
| 1832 |
#: admin/views/caching/page-caching-meta-box.php:226
|
| 1833 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:226
|
| 1834 |
msgid "You can deactivate page caching at any time. "
|
| 1835 |
msgstr ""
|
| 1836 |
|
| 1837 |
#: admin/views/caching/page-caching-meta-box.php:234
|
| 1838 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-meta-box.php:234
|
| 1839 |
msgid ""
|
| 1840 |
"Note: Deactivating won’t lose any of your website data, only the cached "
|
| 1841 |
"pages will be removed and won’t be served to your visitors any longer. "
|
| 1844 |
msgstr ""
|
| 1845 |
|
| 1846 |
#: admin/views/caching/page-caching-subsite-meta-box.php:30
|
| 1847 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:30
|
| 1848 |
msgid ""
|
| 1849 |
"You can deactivate page caching at any time. Remember this may result in "
|
| 1850 |
"slower page loads unless you have another caching plugin activate."
|
| 1851 |
msgstr ""
|
| 1852 |
|
| 1853 |
#: admin/views/caching/page-caching-subsite-meta-box.php:38
|
| 1854 |
+
#: build/wp-hummingbird/admin/views/caching/page-caching-subsite-meta-box.php:38
|
| 1855 |
msgid ""
|
| 1856 |
"Note: Deactivating won’t lose any of your website data, only the cached "
|
| 1857 |
"pages will be removed and won’t be served to your visitors any longer."
|
| 1859 |
|
| 1860 |
#: admin/views/caching/rss-disabled-meta-box.php:13
|
| 1861 |
#: admin/views/caching/rss-meta-box.php:14
|
| 1862 |
+
#: build/wp-hummingbird/admin/views/caching/rss-disabled-meta-box.php:13
|
| 1863 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:14
|
| 1864 |
msgid ""
|
| 1865 |
"By default, WordPress will cache your RSS feeds to reduce the load on\n"
|
| 1866 |
"\tyour server – which is great feature. Hummingbird gives you control over "
|
| 1869 |
msgstr ""
|
| 1870 |
|
| 1871 |
#: admin/views/caching/rss-disabled-meta-box.php:20
|
| 1872 |
+
#: build/wp-hummingbird/admin/views/caching/rss-disabled-meta-box.php:20
|
| 1873 |
msgid "RSS Caching is currently disabled."
|
| 1874 |
msgstr ""
|
| 1875 |
|
| 1876 |
#: admin/views/caching/rss-disabled-meta-box.php:24
|
| 1877 |
+
#: build/wp-hummingbird/admin/views/caching/rss-disabled-meta-box.php:24
|
| 1878 |
msgid "Enable Caching"
|
| 1879 |
msgstr ""
|
| 1880 |
|
| 1881 |
#: admin/views/caching/rss-meta-box.php:23
|
| 1882 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:23
|
| 1883 |
msgid "RSS Feed Caching is currently active."
|
| 1884 |
msgstr ""
|
| 1885 |
|
| 1886 |
#: admin/views/caching/rss-meta-box.php:29
|
| 1887 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:29
|
| 1888 |
msgid "Expiry time"
|
| 1889 |
msgstr ""
|
| 1890 |
|
| 1891 |
#: admin/views/caching/rss-meta-box.php:31
|
| 1892 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:31
|
| 1893 |
msgid ""
|
| 1894 |
"Choose the length of time you want WordPress to cache your RSS feed\n"
|
| 1895 |
"\t\t\t\tfor. The longer you cache it for, the less load on your server."
|
| 1896 |
msgstr ""
|
| 1897 |
|
| 1898 |
#: admin/views/caching/rss-meta-box.php:38
|
| 1899 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:38
|
| 1900 |
msgid "seconds"
|
| 1901 |
msgstr ""
|
| 1902 |
|
| 1903 |
#: admin/views/caching/rss-meta-box.php:41
|
| 1904 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:41
|
| 1905 |
msgid "Note: The default expiry is set to one hour."
|
| 1906 |
msgstr ""
|
| 1907 |
|
| 1908 |
#: admin/views/caching/rss-meta-box.php:48
|
| 1909 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:48
|
| 1910 |
msgid "Disable caching"
|
| 1911 |
msgstr ""
|
| 1912 |
|
| 1913 |
#: admin/views/caching/rss-meta-box.php:50
|
| 1914 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:50
|
| 1915 |
msgid "If don't want your RSS feed cached, you can disable it here."
|
| 1916 |
msgstr ""
|
| 1917 |
|
| 1918 |
#: admin/views/caching/rss-meta-box.php:55
|
| 1919 |
+
#: build/wp-hummingbird/admin/views/caching/rss-meta-box.php:55
|
| 1920 |
msgid "Disable Caching"
|
| 1921 |
msgstr ""
|
| 1922 |
|
| 1923 |
#: admin/views/dashboard/advanced/module-meta-box.php:14
|
| 1924 |
+
#: build/wp-hummingbird/admin/views/dashboard/advanced/module-meta-box.php:14
|
| 1925 |
msgid ""
|
| 1926 |
"Database Cleanups and tools to remove unnecessary functions WordPress does "
|
| 1927 |
"that\n"
|
| 1929 |
msgstr ""
|
| 1930 |
|
| 1931 |
#: admin/views/dashboard/advanced/module-meta-box.php:28
|
| 1932 |
+
#: build/wp-hummingbird/admin/views/dashboard/advanced/module-meta-box.php:28
|
| 1933 |
#. translators: %d: number of entries
|
| 1934 |
msgid "%d dispensable entries"
|
| 1935 |
msgstr ""
|
| 1936 |
|
| 1937 |
#: admin/views/dashboard/advanced/module-meta-box.php:32
|
| 1938 |
+
#: build/wp-hummingbird/admin/views/dashboard/advanced/module-meta-box.php:32
|
| 1939 |
msgid "Up to date"
|
| 1940 |
msgstr ""
|
| 1941 |
|
| 1942 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:20
|
| 1943 |
#: admin/views/dashboard/caching/module-meta-box.php:20
|
| 1944 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:20
|
| 1945 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:20
|
| 1946 |
msgid ""
|
| 1947 |
"Store temporary data on your visitors devices so that they don’t have to "
|
| 1948 |
"download assets twice if they don’t have to."
|
| 1950 |
|
| 1951 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:27
|
| 1952 |
#: admin/views/dashboard/caching/module-meta-box.php:27
|
| 1953 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:27
|
| 1954 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:27
|
| 1955 |
#. translators: %s: Number of issues
|
| 1956 |
msgid ""
|
| 1957 |
"%1$s of your cache types don’t meet the recommended expiry period of 8+ "
|
| 1961 |
|
| 1962 |
#: admin/views/dashboard/caching/cloudflare-module-meta-box.php:44
|
| 1963 |
#: admin/views/dashboard/caching/module-meta-box.php:44
|
| 1964 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/cloudflare-module-meta-box.php:44
|
| 1965 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:44
|
| 1966 |
msgid "Current expiry"
|
| 1967 |
msgstr ""
|
| 1968 |
|
| 1969 |
#: admin/views/dashboard/caching/gravatar-module-meta-box.php:14
|
| 1970 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/gravatar-module-meta-box.php:14
|
| 1971 |
msgid ""
|
| 1972 |
"Store local copies of Gravatars to avoid your visitors loading them on "
|
| 1973 |
"every page load."
|
| 1974 |
msgstr ""
|
| 1975 |
|
| 1976 |
#: admin/views/dashboard/caching/gravatar-module-meta-box.php:17
|
| 1977 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/gravatar-module-meta-box.php:17
|
| 1978 |
msgid "Gravatar caching is currently active."
|
| 1979 |
msgstr ""
|
| 1980 |
|
| 1981 |
#: admin/views/dashboard/caching/module-meta-box-footer.php:18
|
| 1982 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box-footer.php:18
|
| 1983 |
msgid "CloudFlare is connected"
|
| 1984 |
msgstr ""
|
| 1985 |
|
| 1986 |
#: admin/views/dashboard/caching/module-meta-box.php:106
|
| 1987 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/module-meta-box.php:106
|
| 1988 |
#. translators: %s: Connect CloudFlare link
|
| 1989 |
msgid ""
|
| 1990 |
" <a href=\"%s\">Connect your account</a> to control your settings via "
|
| 1992 |
msgstr ""
|
| 1993 |
|
| 1994 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:14
|
| 1995 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box.php:14
|
| 1996 |
msgid ""
|
| 1997 |
"Store static HTML copies of your pages and posts to reduce the processing "
|
| 1998 |
"load on your server and dramatically speed up your page load time."
|
| 1999 |
msgstr ""
|
| 2000 |
|
| 2001 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:23
|
| 2002 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box.php:23
|
| 2003 |
msgid "Subsite Settings"
|
| 2004 |
msgstr ""
|
| 2005 |
|
| 2006 |
#: admin/views/dashboard/caching/page-caching-module-meta-box.php:30
|
| 2007 |
+
#: build/wp-hummingbird/admin/views/dashboard/caching/page-caching-module-meta-box.php:30
|
| 2008 |
msgid "Allow subsite admins to disable page caching"
|
| 2009 |
msgstr ""
|
| 2010 |
|
| 2011 |
#: admin/views/dashboard/gzip/module-meta-box.php:13
|
| 2012 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:13
|
| 2013 |
msgid ""
|
| 2014 |
"Gzip compresses your webpages and style sheets before sending them over to "
|
| 2015 |
"the browser."
|
| 2016 |
msgstr ""
|
| 2017 |
|
| 2018 |
#: admin/views/dashboard/gzip/module-meta-box.php:20
|
| 2019 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:20
|
| 2020 |
#. translators: %s: Number of inactive types
|
| 2021 |
msgid "%s of your compression types are inactive."
|
| 2022 |
msgstr ""
|
| 2023 |
|
| 2024 |
#: admin/views/dashboard/gzip/module-meta-box.php:26
|
| 2025 |
#: admin/views/gzip/summary-meta-box.php:39
|
| 2026 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:26
|
| 2027 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:39
|
| 2028 |
msgid "GZip compression is currently active. Good job!"
|
| 2029 |
msgstr ""
|
| 2030 |
|
| 2031 |
#: admin/views/dashboard/gzip/module-meta-box.php:34
|
| 2032 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:34
|
| 2033 |
msgid "Status"
|
| 2034 |
msgstr ""
|
| 2035 |
|
| 2036 |
#: admin/views/dashboard/gzip/module-meta-box.php:38
|
| 2037 |
#: admin/views/gzip/summary-meta-box.php:55
|
| 2038 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:38
|
| 2039 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:55
|
| 2040 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:16
|
| 2041 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:16
|
| 2042 |
msgid "Inactive"
|
| 2043 |
msgstr ""
|
| 2044 |
|
| 2045 |
#: admin/views/dashboard/gzip/module-meta-box.php:41
|
| 2046 |
#: admin/views/gzip/summary-meta-box.php:58
|
| 2047 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:41
|
| 2048 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:58
|
| 2049 |
msgid "Active"
|
| 2050 |
msgstr ""
|
| 2051 |
|
| 2052 |
#: admin/views/dashboard/gzip/module-meta-box.php:63
|
| 2053 |
#: admin/views/gzip/summary-meta-box.php:82
|
| 2054 |
+
#: build/wp-hummingbird/admin/views/dashboard/gzip/module-meta-box.php:63
|
| 2055 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:82
|
| 2056 |
#. translators: %1$s: compressions status; %2$s: compression type
|
| 2057 |
msgid "Gzip compression is %1$s for %2$s"
|
| 2058 |
msgstr ""
|
| 2059 |
|
| 2060 |
#: admin/views/dashboard/minification/cant-execute-php-meta-box.php:11
|
| 2061 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/cant-execute-php-meta-box.php:11
|
| 2062 |
msgid ""
|
| 2063 |
"Hummingbird's asset optimization engine requires <strong>PHP 5.3</strong> "
|
| 2064 |
"or newer. You'll need to update your PHP to a newer version to use this "
|
| 2066 |
msgstr ""
|
| 2067 |
|
| 2068 |
#: admin/views/dashboard/minification/disabled-meta-box.php:12
|
| 2069 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/disabled-meta-box.php:12
|
| 2070 |
msgid ""
|
| 2071 |
"Compress, combine and position your assets to dramatically improve your "
|
| 2072 |
"pageload speed."
|
| 2073 |
msgstr ""
|
| 2074 |
|
| 2075 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:19
|
| 2076 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box-footer.php:19
|
| 2077 |
msgid "WPMU DEV CDN is active"
|
| 2078 |
msgstr ""
|
| 2079 |
|
| 2080 |
#: admin/views/dashboard/minification/module-meta-box-footer.php:19
|
| 2081 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box-footer.php:19
|
| 2082 |
msgid "WPMU DEV CDN is disabled"
|
| 2083 |
msgstr ""
|
| 2084 |
|
| 2085 |
#: admin/views/dashboard/minification/module-meta-box.php:17
|
| 2086 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:17
|
| 2087 |
msgid ""
|
| 2088 |
"Compress, combine and position your assets to dramatically improve your "
|
| 2089 |
"page load speed."
|
| 2090 |
msgstr ""
|
| 2091 |
|
| 2092 |
#: admin/views/dashboard/minification/module-meta-box.php:22
|
| 2093 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:22
|
| 2094 |
msgid "Total Enqueued Files"
|
| 2095 |
msgstr ""
|
| 2096 |
|
| 2097 |
#: admin/views/dashboard/minification/module-meta-box.php:27
|
| 2098 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:27
|
| 2099 |
msgid "Total Size Reductions"
|
| 2100 |
msgstr ""
|
| 2101 |
|
| 2102 |
#: admin/views/dashboard/minification/module-meta-box.php:37
|
| 2103 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:37
|
| 2104 |
msgid "Total % Reductions"
|
| 2105 |
msgstr ""
|
| 2106 |
|
| 2107 |
#: admin/views/dashboard/minification/module-meta-box.php:43
|
| 2108 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:43
|
| 2109 |
msgid "JS"
|
| 2110 |
msgstr ""
|
| 2111 |
|
| 2112 |
#: admin/views/dashboard/minification/module-meta-box.php:44
|
| 2113 |
#: admin/views/minification/enqueued-files-meta-box.php:94
|
| 2114 |
#: admin/views/minification/enqueued-files-meta-box.php:97
|
| 2115 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:44
|
| 2116 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:94
|
| 2117 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:97
|
| 2118 |
msgid "JavaScript"
|
| 2119 |
msgstr ""
|
| 2120 |
|
| 2122 |
#: admin/views/dashboard/minification/module-meta-box.php:52
|
| 2123 |
#: admin/views/minification/enqueued-files-meta-box.php:80
|
| 2124 |
#: admin/views/minification/enqueued-files-meta-box.php:83
|
| 2125 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:51
|
| 2126 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/module-meta-box.php:52
|
| 2127 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:80
|
| 2128 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:83
|
| 2129 |
msgid "CSS"
|
| 2130 |
msgstr ""
|
| 2131 |
|
| 2132 |
#: admin/views/dashboard/minification/network-module-meta-box.php:14
|
| 2133 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:14
|
| 2134 |
msgid ""
|
| 2135 |
"Asset optimization can be a bit daunting to configure for beginners, and "
|
| 2136 |
"has the potential to break the frontend of a site. You can choose here who "
|
| 2139 |
msgstr ""
|
| 2140 |
|
| 2141 |
#: admin/views/dashboard/minification/network-module-meta-box.php:17
|
| 2142 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:17
|
| 2143 |
msgid "Asset optimization settings updated"
|
| 2144 |
msgstr ""
|
| 2145 |
|
| 2146 |
#: admin/views/dashboard/minification/network-module-meta-box.php:22
|
| 2147 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:22
|
| 2148 |
msgid ""
|
| 2149 |
"Please, activate minification first. A new menu will appear in every site "
|
| 2150 |
"on your Network."
|
| 2151 |
msgstr ""
|
| 2152 |
|
| 2153 |
#: admin/views/dashboard/minification/network-module-meta-box.php:26
|
| 2154 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:26
|
| 2155 |
msgid "Select users that can minify in this network"
|
| 2156 |
msgstr ""
|
| 2157 |
|
| 2158 |
#: admin/views/dashboard/minification/network-module-meta-box.php:28
|
| 2159 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:28
|
| 2160 |
msgid "Deactivate completely"
|
| 2161 |
msgstr ""
|
| 2162 |
|
| 2163 |
#: admin/views/dashboard/minification/network-module-meta-box.php:29
|
| 2164 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:29
|
| 2165 |
msgid "Blog Admins can configure"
|
| 2166 |
msgstr ""
|
| 2167 |
|
| 2168 |
#: admin/views/dashboard/minification/network-module-meta-box.php:30
|
| 2169 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:30
|
| 2170 |
msgid "Only Super Admins can configure"
|
| 2171 |
msgstr ""
|
| 2172 |
|
| 2174 |
#: admin/views/minification/settings-meta-box.php:28
|
| 2175 |
#: admin/views/minification/settings-meta-box.php:34
|
| 2176 |
#: admin/views/minification/summary-meta-box.php:41
|
| 2177 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:36
|
| 2178 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:28
|
| 2179 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:34
|
| 2180 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:41
|
| 2181 |
msgid "Enable WPMU DEV CDN"
|
| 2182 |
msgstr ""
|
| 2183 |
|
| 2184 |
#: admin/views/dashboard/minification/network-module-meta-box.php:37
|
| 2185 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:37
|
| 2186 |
msgid "Enable minification to use the WPMU DEV CDN"
|
| 2187 |
msgstr ""
|
| 2188 |
|
| 2189 |
#: admin/views/dashboard/minification/network-module-meta-box.php:46
|
| 2190 |
#: admin/views/modals/check-files-modal.php:40
|
| 2191 |
+
#: build/wp-hummingbird/admin/views/dashboard/minification/network-module-meta-box.php:46
|
| 2192 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:40
|
| 2193 |
msgid "Store my files on the WPMU DEV CDN"
|
| 2194 |
msgstr ""
|
| 2195 |
|
| 2196 |
#: admin/views/dashboard/performance/disabled-meta-box.php:12
|
| 2197 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/disabled-meta-box.php:12
|
| 2198 |
msgid ""
|
| 2199 |
"Hummingbird will test your website and detect what improvements you can "
|
| 2200 |
"make. We’ll give you a score out of 100 for each item, with custom "
|
| 2205 |
#: admin/views/dashboard/performance/module-meta-box-header.php:17
|
| 2206 |
#: admin/views/dashboard/performance/module-meta-box-header.php:23
|
| 2207 |
#: admin/views/performance/summary-meta-box.php:50
|
| 2208 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/disabled-meta-box.php:17
|
| 2209 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-header.php:17
|
| 2210 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-header.php:23
|
| 2211 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:50
|
| 2212 |
msgid "Run Test"
|
| 2213 |
msgstr ""
|
| 2214 |
|
| 2216 |
#: admin/views/dashboard/uptime/error-meta-box.php:17
|
| 2217 |
#: admin/views/performance/summary-meta-box.php:9
|
| 2218 |
#: admin/views/uptime/meta-box.php:20 admin/views/wphb-uptime-page.php:25
|
| 2219 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-error-meta-box.php:18
|
| 2220 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/error-meta-box.php:17
|
| 2221 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:9
|
| 2222 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:20
|
| 2223 |
+
#: build/wp-hummingbird/admin/views/wphb-uptime-page.php:25
|
| 2224 |
msgid "Try again"
|
| 2225 |
msgstr ""
|
| 2226 |
|
| 2228 |
#: admin/views/dashboard/uptime/error-meta-box.php:20
|
| 2229 |
#: admin/views/performance/summary-meta-box.php:10
|
| 2230 |
#: admin/views/uptime/meta-box.php:21
|
| 2231 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-error-meta-box.php:21
|
| 2232 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/error-meta-box.php:20
|
| 2233 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:10
|
| 2234 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:21
|
| 2235 |
msgid "Support"
|
| 2236 |
msgstr ""
|
| 2237 |
|
| 2238 |
#: admin/views/dashboard/performance/module-meta-box-dismissed.php:13
|
| 2239 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-dismissed.php:13
|
| 2240 |
msgid ""
|
| 2241 |
"You chose to ignore your last performance test. Run a new test to see new "
|
| 2242 |
"recommendations."
|
| 2243 |
msgstr ""
|
| 2244 |
|
| 2245 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:16
|
| 2246 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-footer.php:16
|
| 2247 |
msgid "View Full Report"
|
| 2248 |
msgstr ""
|
| 2249 |
|
| 2250 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:19
|
| 2251 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-footer.php:19
|
| 2252 |
msgid "Automated performance tests are enabled"
|
| 2253 |
msgstr ""
|
| 2254 |
|
| 2255 |
#: admin/views/dashboard/performance/module-meta-box-footer.php:19
|
| 2256 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box-footer.php:19
|
| 2257 |
msgid "Automated performance tests are disabled"
|
| 2258 |
msgstr ""
|
| 2259 |
|
| 2260 |
#: admin/views/dashboard/performance/module-meta-box.php:13
|
| 2261 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box.php:13
|
| 2262 |
msgid ""
|
| 2263 |
"Here are your latest performance test results. A score above 85 is "
|
| 2264 |
"considered a good benchmark."
|
| 2265 |
msgstr ""
|
| 2266 |
|
| 2267 |
#: admin/views/dashboard/performance/module-meta-box.php:18
|
| 2268 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box.php:18
|
| 2269 |
msgid "Recommendation"
|
| 2270 |
msgstr ""
|
| 2271 |
|
| 2272 |
#: admin/views/dashboard/performance/module-meta-box.php:19
|
| 2273 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box.php:19
|
| 2274 |
msgid "Score /100"
|
| 2275 |
msgstr ""
|
| 2276 |
|
| 2277 |
#: admin/views/dashboard/performance/module-meta-box.php:43
|
| 2278 |
#: admin/views/performance/summary-meta-box.php:132
|
| 2279 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/module-meta-box.php:43
|
| 2280 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:132
|
| 2281 |
msgid "Improve"
|
| 2282 |
msgstr ""
|
| 2283 |
|
| 2284 |
#: admin/views/dashboard/performance/running-test-meta-box.php:13
|
| 2285 |
#: admin/views/modals/check-performance-modal.php:3
|
| 2286 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/running-test-meta-box.php:13
|
| 2287 |
+
#: build/wp-hummingbird/admin/views/modals/check-performance-modal.php:3
|
| 2288 |
msgid ""
|
| 2289 |
"Hummingbird is running a test to measure your website performance, please "
|
| 2290 |
"wait."
|
| 2291 |
msgstr ""
|
| 2292 |
|
| 2293 |
#: admin/views/dashboard/performance/running-test-meta-box.php:28
|
| 2294 |
+
#: build/wp-hummingbird/admin/views/dashboard/performance/running-test-meta-box.php:28
|
| 2295 |
msgid "Analyzing your site..."
|
| 2296 |
msgstr ""
|
| 2297 |
|
| 2298 |
#: admin/views/dashboard/reports/meta-box-header.php:15
|
| 2299 |
#: admin/views/dashboard/uptime/module-meta-box-header.php:15
|
| 2300 |
#: admin/views/minification/settings-meta-box-header.php:14
|
| 2301 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/meta-box-header.php:15
|
| 2302 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box-header.php:15
|
| 2303 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box-header.php:14
|
| 2304 |
msgid "Upgrade to PRO"
|
| 2305 |
msgstr ""
|
| 2306 |
|
| 2307 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:16
|
| 2308 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:16
|
| 2309 |
msgid ""
|
| 2310 |
"Get tailored performance reports delivered to your inbox so you don’t have "
|
| 2311 |
"to worry about checking in."
|
| 2313 |
|
| 2314 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:26
|
| 2315 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:38
|
| 2316 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:26
|
| 2317 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:38
|
| 2318 |
msgid "Pro"
|
| 2319 |
msgstr ""
|
| 2320 |
|
| 2321 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:36
|
| 2322 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:36
|
| 2323 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:28
|
| 2324 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:28
|
| 2325 |
msgid "Uptime Report"
|
| 2326 |
msgstr ""
|
| 2327 |
|
| 2328 |
#: admin/views/dashboard/reports/no-membership-meta-box.php:50
|
| 2329 |
+
#: build/wp-hummingbird/admin/views/dashboard/reports/no-membership-meta-box.php:50
|
| 2330 |
msgid ""
|
| 2331 |
"Schedule automated performance tests and receive email reports direct to "
|
| 2332 |
"your inbox. Get reporting as part of a full WPMU DEV membership. <a "
|
| 2334 |
msgstr ""
|
| 2335 |
|
| 2336 |
#: admin/views/dashboard/smush/meta-box.php:22
|
| 2337 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:22
|
| 2338 |
msgid ""
|
| 2339 |
"Automatically compress and optimize your images with our super popular "
|
| 2340 |
"Smush plugin."
|
| 2341 |
msgstr ""
|
| 2342 |
|
| 2343 |
#: admin/views/dashboard/smush/meta-box.php:29
|
| 2344 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:29
|
| 2345 |
msgid "Install Smush Pro"
|
| 2346 |
msgstr ""
|
| 2347 |
|
| 2348 |
#: admin/views/dashboard/smush/meta-box.php:31
|
| 2349 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:31
|
| 2350 |
msgid "Install Smush"
|
| 2351 |
msgstr ""
|
| 2352 |
|
| 2353 |
#: admin/views/dashboard/smush/meta-box.php:38
|
| 2354 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:38
|
| 2355 |
msgid ""
|
| 2356 |
"WP Smush is installed but not activated! Activate and set up now to reduce "
|
| 2357 |
"page load time."
|
| 2358 |
msgstr ""
|
| 2359 |
|
| 2360 |
#: admin/views/dashboard/smush/meta-box.php:43
|
| 2361 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:43
|
| 2362 |
msgid "Activate Smush Pro"
|
| 2363 |
msgstr ""
|
| 2364 |
|
| 2365 |
#: admin/views/dashboard/smush/meta-box.php:47
|
| 2366 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:47
|
| 2367 |
msgid "Activate Smush"
|
| 2368 |
msgstr ""
|
| 2369 |
|
| 2370 |
#: admin/views/dashboard/smush/meta-box.php:55
|
| 2371 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:55
|
| 2372 |
msgid ""
|
| 2373 |
"WP Smush is installed but no images have been smushed yet. Get in there and "
|
| 2374 |
"smush away!"
|
| 2375 |
msgstr ""
|
| 2376 |
|
| 2377 |
#: admin/views/dashboard/smush/meta-box.php:60
|
| 2378 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:60
|
| 2379 |
#. translators: %s: uncompressed images
|
| 2380 |
msgid "There are %s images that need smushing!"
|
| 2381 |
msgstr ""
|
| 2382 |
|
| 2383 |
#: admin/views/dashboard/smush/meta-box.php:64
|
| 2384 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:64
|
| 2385 |
msgid ""
|
| 2386 |
"WP Smush is installed. So far you've saved %s of space. That's a total "
|
| 2387 |
"savings of %s. Nice one!"
|
| 2388 |
msgstr ""
|
| 2389 |
|
| 2390 |
#: admin/views/dashboard/smush/meta-box.php:74
|
| 2391 |
+
#: build/wp-hummingbird/admin/views/dashboard/smush/meta-box.php:74
|
| 2392 |
msgid ""
|
| 2393 |
"Did you know WP Smush Pro delivers up to 2x better compression, allows you "
|
| 2394 |
"to smush your originals and removes any bulk smushing limits? <a "
|
| 2397 |
|
| 2398 |
#: admin/views/dashboard/uptime/disabled-meta-box.php:12
|
| 2399 |
#: admin/views/dashboard/uptime/no-membership-meta-box.php:14
|
| 2400 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/disabled-meta-box.php:12
|
| 2401 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/no-membership-meta-box.php:14
|
| 2402 |
msgid ""
|
| 2403 |
"Monitor your website and get notified if/when it’s inaccessible. We’ll also "
|
| 2404 |
"watch your server response time."
|
| 2405 |
msgstr ""
|
| 2406 |
|
| 2407 |
#: admin/views/dashboard/uptime/module-meta-box-footer.php:15
|
| 2408 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box-footer.php:15
|
| 2409 |
msgid "View stats"
|
| 2410 |
msgstr ""
|
| 2411 |
|
| 2412 |
#: admin/views/dashboard/uptime/module-meta-box-footer.php:18
|
| 2413 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box-footer.php:18
|
| 2414 |
msgid "Downtime notifications are enabled"
|
| 2415 |
msgstr ""
|
| 2416 |
|
| 2417 |
#: admin/views/dashboard/uptime/module-meta-box.php:13
|
| 2418 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:13
|
| 2419 |
msgid "Your website is currently up and humming."
|
| 2420 |
msgstr ""
|
| 2421 |
|
| 2422 |
#: admin/views/dashboard/uptime/module-meta-box.php:19
|
| 2423 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:19
|
| 2424 |
msgid "Availability"
|
| 2425 |
msgstr ""
|
| 2426 |
|
| 2427 |
#: admin/views/dashboard/uptime/module-meta-box.php:29
|
| 2428 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:29
|
| 2429 |
msgid "Average Response Time"
|
| 2430 |
msgstr ""
|
| 2431 |
|
| 2432 |
#: admin/views/dashboard/uptime/module-meta-box.php:31
|
| 2433 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:31
|
| 2434 |
msgid "Calculating..."
|
| 2435 |
msgstr ""
|
| 2436 |
|
| 2437 |
#: admin/views/dashboard/uptime/module-meta-box.php:40
|
| 2438 |
#: admin/views/dashboard/welcome/meta-box.php:95
|
| 2439 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/module-meta-box.php:40
|
| 2440 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:95
|
| 2441 |
msgid "Last Down"
|
| 2442 |
msgstr ""
|
| 2443 |
|
| 2444 |
#: admin/views/dashboard/uptime/no-membership-meta-box.php:21
|
| 2445 |
+
#: build/wp-hummingbird/admin/views/dashboard/uptime/no-membership-meta-box.php:21
|
| 2446 |
msgid ""
|
| 2447 |
"Performance improvements hardly matter if your website isn’t accessible. "
|
| 2448 |
"Monitor your uptime and downtime with WPMU DEV’s Uptime Monitoring website "
|
| 2452 |
|
| 2453 |
#: admin/views/dashboard/welcome/meta-box.php:39
|
| 2454 |
#: admin/views/performance/module-resume-meta-box.php:17
|
| 2455 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:39
|
| 2456 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:17
|
| 2457 |
msgid "You have ignored your current performance test score"
|
| 2458 |
msgstr ""
|
| 2459 |
|
| 2460 |
#: admin/views/dashboard/welcome/meta-box.php:45
|
| 2461 |
#: admin/views/performance/module-resume-meta-box.php:22
|
| 2462 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:45
|
| 2463 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:22
|
| 2464 |
msgid "Current performance score"
|
| 2465 |
msgstr ""
|
| 2466 |
|
| 2467 |
#: admin/views/dashboard/welcome/meta-box.php:56
|
| 2468 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:56
|
| 2469 |
msgid "Running scan..."
|
| 2470 |
msgstr ""
|
| 2471 |
|
| 2472 |
#: admin/views/dashboard/welcome/meta-box.php:58
|
| 2473 |
#: admin/views/performance/module-resume-meta-box.php:29
|
| 2474 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:58
|
| 2475 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:29
|
| 2476 |
msgid "Never"
|
| 2477 |
msgstr ""
|
| 2478 |
|
| 2479 |
#: admin/views/dashboard/welcome/meta-box.php:61
|
| 2480 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:61
|
| 2481 |
msgid "Last test"
|
| 2482 |
msgstr ""
|
| 2483 |
|
| 2484 |
#: admin/views/dashboard/welcome/meta-box.php:99
|
| 2485 |
#: admin/views/minification/summary-meta-box.php:54
|
| 2486 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:99
|
| 2487 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:54
|
| 2488 |
msgid "Pro Feature"
|
| 2489 |
msgstr ""
|
| 2490 |
|
| 2491 |
#: admin/views/dashboard/welcome/meta-box.php:103
|
| 2492 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:103
|
| 2493 |
msgid "Uptime Inactive"
|
| 2494 |
msgstr ""
|
| 2495 |
|
| 2496 |
#: admin/views/dashboard/welcome/meta-box.php:106
|
| 2497 |
#: admin/views/uptime/summary-meta-box.php:81
|
| 2498 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:106
|
| 2499 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:81
|
| 2500 |
msgid "Website is reported down"
|
| 2501 |
msgstr ""
|
| 2502 |
|
| 2503 |
#: admin/views/gzip/configure-meta-box.php:26
|
| 2504 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:26
|
| 2505 |
msgid ""
|
| 2506 |
"Choose your server type. If you don’t know this, please contact your "
|
| 2507 |
"hosting provider."
|
| 2508 |
msgstr ""
|
| 2509 |
|
| 2510 |
#: admin/views/gzip/configure-meta-box.php:30
|
| 2511 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:30
|
| 2512 |
msgid "Server type:"
|
| 2513 |
msgstr ""
|
| 2514 |
|
| 2515 |
#: admin/views/gzip/configure-meta-box.php:40
|
| 2516 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:40
|
| 2517 |
msgid "Enable compression"
|
| 2518 |
msgstr ""
|
| 2519 |
|
| 2520 |
#: admin/views/gzip/configure-meta-box.php:42
|
| 2521 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:42
|
| 2522 |
msgid "Follow the instructions to activate GZip compression for this website."
|
| 2523 |
msgstr ""
|
| 2524 |
|
| 2525 |
#: admin/views/gzip/configure-meta-box.php:54
|
| 2526 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:54
|
| 2527 |
msgid ""
|
| 2528 |
"Hummingbird can automatically apply GZip compression for Apache servers by "
|
| 2529 |
"writing your .htaccess file. Alternately, switch to Manual to apply these "
|
| 2531 |
msgstr ""
|
| 2532 |
|
| 2533 |
#: admin/views/gzip/configure-meta-box.php:64
|
| 2534 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:64
|
| 2535 |
msgid ""
|
| 2536 |
"We tried applying the .htaccess rules automatically but we weren’t able to. "
|
| 2537 |
"Make sure your file permissions on your .htaccess file are set to 644, or "
|
| 2541 |
|
| 2542 |
#: admin/views/gzip/configure-meta-box.php:67
|
| 2543 |
#: admin/views/gzip/configure-meta-box.php:134
|
| 2544 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:67
|
| 2545 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:134
|
| 2546 |
msgid "Apply Rules"
|
| 2547 |
msgstr ""
|
| 2548 |
|
| 2549 |
#: admin/views/gzip/configure-meta-box.php:79
|
| 2550 |
#: admin/views/gzip/configure-meta-box.php:146
|
| 2551 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:79
|
| 2552 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:146
|
| 2553 |
msgid ""
|
| 2554 |
"If you are unable to get the automated method working you can copy the "
|
| 2555 |
"generated code below into your .htaccess file to activate GZip compression."
|
| 2557 |
|
| 2558 |
#: admin/views/gzip/configure-meta-box.php:82
|
| 2559 |
#: admin/views/gzip/configure-meta-box.php:149
|
| 2560 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:82
|
| 2561 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:149
|
| 2562 |
msgid "Copy & paste the generated code below into your .htaccess file"
|
| 2563 |
msgstr ""
|
| 2564 |
|
| 2565 |
#: admin/views/gzip/configure-meta-box.php:87
|
| 2566 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:87
|
| 2567 |
#. translators: %s: Link to recheck GZip status
|
| 2568 |
msgid ""
|
| 2569 |
"Next, <a href=\"%s\">re-check your GZip status</a> to see if it worked. <a "
|
| 2572 |
|
| 2573 |
#: admin/views/gzip/configure-meta-box.php:101
|
| 2574 |
#: admin/views/gzip/configure-meta-box.php:167
|
| 2575 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:101
|
| 2576 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:167
|
| 2577 |
msgid ""
|
| 2578 |
"If .htaccess does not work, and you have access to vhosts.conf or "
|
| 2579 |
"httpd.conf try this:"
|
| 2581 |
|
| 2582 |
#: admin/views/gzip/configure-meta-box.php:103
|
| 2583 |
#: admin/views/gzip/configure-meta-box.php:169
|
| 2584 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:103
|
| 2585 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:169
|
| 2586 |
msgid ""
|
| 2587 |
"Look for your site in the file and find the line that starts with "
|
| 2588 |
"<Directory> - add the code above into that section and save the file."
|
| 2589 |
msgstr ""
|
| 2590 |
|
| 2591 |
#: admin/views/gzip/configure-meta-box.php:104
|
| 2592 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:104
|
| 2593 |
msgid "Reload Apache."
|
| 2594 |
msgstr ""
|
| 2595 |
|
| 2596 |
#: admin/views/gzip/configure-meta-box.php:131
|
| 2597 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:131
|
| 2598 |
msgid ""
|
| 2599 |
"We tried applying the .htaccess rules automatically but we weren’t able to. "
|
| 2600 |
"Make sure your file permissions on your .htaccess file are set to 644, or "
|
| 2603 |
msgstr ""
|
| 2604 |
|
| 2605 |
#: admin/views/gzip/configure-meta-box.php:153
|
| 2606 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:153
|
| 2607 |
#. translators: %s: Link to recheck GZip status
|
| 2608 |
msgid ""
|
| 2609 |
"Next, <a href=\"%s\">re-check your GZip status</a> to see if it worked. <a "
|
| 2611 |
msgstr ""
|
| 2612 |
|
| 2613 |
#: admin/views/gzip/configure-meta-box.php:170
|
| 2614 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:170
|
| 2615 |
msgid "Reload LiteSpeed."
|
| 2616 |
msgstr ""
|
| 2617 |
|
| 2618 |
#: admin/views/gzip/configure-meta-box.php:171
|
| 2619 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:171
|
| 2620 |
msgid ""
|
| 2621 |
"If you don't know where those files are, or you aren't able to reload "
|
| 2622 |
"LiteSpeed, you would need to consult with your hosting provider or a system "
|
| 2624 |
msgstr ""
|
| 2625 |
|
| 2626 |
#: admin/views/gzip/configure-meta-box.php:181
|
| 2627 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:181
|
| 2628 |
msgid "For NGINX servers:"
|
| 2629 |
msgstr ""
|
| 2630 |
|
| 2631 |
#: admin/views/gzip/configure-meta-box.php:186
|
| 2632 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:186
|
| 2633 |
msgid "Reload NGINX."
|
| 2634 |
msgstr ""
|
| 2635 |
|
| 2636 |
#: admin/views/gzip/configure-meta-box.php:189
|
| 2637 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:189
|
| 2638 |
msgid ""
|
| 2639 |
"If you do not have access to your NGINX config files you will need to "
|
| 2640 |
"contact your hosting provider to make these changes."
|
| 2641 |
msgstr ""
|
| 2642 |
|
| 2643 |
#: admin/views/gzip/configure-meta-box.php:224
|
| 2644 |
+
#: build/wp-hummingbird/admin/views/gzip/configure-meta-box.php:224
|
| 2645 |
msgid "Automatic .htaccess rules have been applied."
|
| 2646 |
msgstr ""
|
| 2647 |
|
| 2648 |
#: admin/views/gzip/summary-meta-box-header.php:2
|
| 2649 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box-header.php:2
|
| 2650 |
msgid "Re-Check Status"
|
| 2651 |
msgstr ""
|
| 2652 |
|
| 2653 |
#: admin/views/gzip/summary-meta-box.php:14
|
| 2654 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:14
|
| 2655 |
msgid "Gzip is not working properly:"
|
| 2656 |
msgstr ""
|
| 2657 |
|
| 2658 |
#: admin/views/gzip/summary-meta-box.php:16
|
| 2659 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:16
|
| 2660 |
msgid ""
|
| 2661 |
"Your server may not have the \"deflate\" module enabled (mod_deflate for "
|
| 2662 |
"Apache, ngx_http_gzip_module for NGINX)."
|
| 2663 |
msgstr ""
|
| 2664 |
|
| 2665 |
#: admin/views/gzip/summary-meta-box.php:17
|
| 2666 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:17
|
| 2667 |
msgid ""
|
| 2668 |
"Contact your host. If deflate is enabled, ask why all .htaccess or "
|
| 2669 |
"nginx.conf compression rules are not being applied."
|
| 2670 |
msgstr ""
|
| 2671 |
|
| 2672 |
#: admin/views/gzip/summary-meta-box.php:25
|
| 2673 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:25
|
| 2674 |
msgid ""
|
| 2675 |
"Gzip compresses your web pages and style sheets before sending them over to "
|
| 2676 |
"the browser. This drastically reduces transfer time since the files are "
|
| 2678 |
msgstr ""
|
| 2679 |
|
| 2680 |
#: admin/views/gzip/summary-meta-box.php:32
|
| 2681 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:32
|
| 2682 |
#. translators: %d: Number of inactive types
|
| 2683 |
msgid ""
|
| 2684 |
"%d of your compression types are inactive. <a href=\"#\" "
|
| 2687 |
msgstr ""
|
| 2688 |
|
| 2689 |
#: admin/views/gzip/summary-meta-box.php:47
|
| 2690 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:47
|
| 2691 |
msgid "File type"
|
| 2692 |
msgstr ""
|
| 2693 |
|
| 2694 |
#: admin/views/gzip/summary-meta-box.php:50
|
| 2695 |
+
#: build/wp-hummingbird/admin/views/gzip/summary-meta-box.php:50
|
| 2696 |
msgid "Current status"
|
| 2697 |
msgstr ""
|
| 2698 |
|
| 2699 |
#: admin/views/minification/advanced-files-rows.php:32
|
| 2700 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:32
|
| 2701 |
msgid "Select file"
|
| 2702 |
msgstr ""
|
| 2703 |
|
| 2704 |
#: admin/views/minification/advanced-files-rows.php:44
|
| 2705 |
#: admin/views/minification/basic-files-rows.php:40
|
| 2706 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:44
|
| 2707 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:40
|
| 2708 |
msgid "Size N/A"
|
| 2709 |
msgstr ""
|
| 2710 |
|
| 2711 |
#: admin/views/minification/advanced-files-rows.php:52
|
| 2712 |
#: admin/views/minification/basic-files-rows.php:48
|
| 2713 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:52
|
| 2714 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:48
|
| 2715 |
msgid "Compressing..."
|
| 2716 |
msgstr ""
|
| 2717 |
|
| 2721 |
#: admin/views/minification/basic-files-rows.php:74
|
| 2722 |
#: admin/views/modals/bulk-update-modal.php:40
|
| 2723 |
#: admin/views/modals/bulk-update-modal.php:42
|
| 2724 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:64
|
| 2725 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:77
|
| 2726 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:71
|
| 2727 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:74
|
| 2728 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:40
|
| 2729 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:42
|
| 2730 |
msgid "Compress"
|
| 2731 |
msgstr ""
|
| 2732 |
|
| 2733 |
#: admin/views/minification/advanced-files-rows.php:66
|
| 2734 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:66
|
| 2735 |
msgid "This file can’t be compressed"
|
| 2736 |
msgstr ""
|
| 2737 |
|
| 2738 |
#: admin/views/minification/advanced-files-rows.php:70
|
| 2739 |
#: admin/views/minification/basic-files-rows.php:63
|
| 2740 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:70
|
| 2741 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:63
|
| 2742 |
msgid "This file has already been compressed"
|
| 2743 |
msgstr ""
|
| 2744 |
|
| 2746 |
#: admin/views/minification/advanced-files-rows.php:92
|
| 2747 |
#: admin/views/modals/bulk-update-modal.php:47
|
| 2748 |
#: admin/views/modals/bulk-update-modal.php:54
|
| 2749 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:83
|
| 2750 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:92
|
| 2751 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:47
|
| 2752 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:54
|
| 2753 |
msgid "Combine"
|
| 2754 |
msgstr ""
|
| 2755 |
|
| 2756 |
#: admin/views/minification/advanced-files-rows.php:85
|
| 2757 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:85
|
| 2758 |
msgid "This file can’t be combined"
|
| 2759 |
msgstr ""
|
| 2760 |
|
| 2761 |
#: admin/views/minification/advanced-files-rows.php:100
|
| 2762 |
#: admin/views/modals/bulk-update-modal.php:60
|
| 2763 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:100
|
| 2764 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:60
|
| 2765 |
msgid "Footer"
|
| 2766 |
msgstr ""
|
| 2767 |
|
| 2768 |
#: admin/views/minification/advanced-files-rows.php:102
|
| 2769 |
#: admin/views/modals/bulk-update-modal.php:62
|
| 2770 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:102
|
| 2771 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:62
|
| 2772 |
msgid "Move to Footer"
|
| 2773 |
msgstr ""
|
| 2774 |
|
| 2775 |
#: admin/views/minification/advanced-files-rows.php:109
|
| 2776 |
#: admin/views/modals/bulk-update-modal.php:66
|
| 2777 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:109
|
| 2778 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:66
|
| 2779 |
msgid "Defer"
|
| 2780 |
msgstr ""
|
| 2781 |
|
| 2782 |
#: admin/views/minification/advanced-files-rows.php:111
|
| 2783 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:111
|
| 2784 |
msgid "Force load this file after the page has loaded"
|
| 2785 |
msgstr ""
|
| 2786 |
|
| 2787 |
#: admin/views/minification/advanced-files-rows.php:119
|
| 2788 |
#: admin/views/modals/bulk-update-modal.php:74
|
| 2789 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:119
|
| 2790 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:74
|
| 2791 |
msgid "Inline CSS"
|
| 2792 |
msgstr ""
|
| 2793 |
|
| 2794 |
#: admin/views/minification/advanced-files-rows.php:126
|
| 2795 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:126
|
| 2796 |
msgid "Include file"
|
| 2797 |
msgstr ""
|
| 2798 |
|
| 2799 |
#: admin/views/minification/advanced-files-rows.php:126
|
| 2800 |
+
#: build/wp-hummingbird/admin/views/minification/advanced-files-rows.php:126
|
| 2801 |
msgid "Exclude file"
|
| 2802 |
msgstr ""
|
| 2803 |
|
| 2804 |
#: admin/views/minification/basic-files-rows.php:59
|
| 2805 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:59
|
| 2806 |
msgid "This file type cannot be compressed and will be left alone"
|
| 2807 |
msgstr ""
|
| 2808 |
|
| 2809 |
#: admin/views/minification/basic-files-rows.php:60
|
| 2810 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:60
|
| 2811 |
msgid "Can't be compressed"
|
| 2812 |
msgstr ""
|
| 2813 |
|
| 2814 |
#: admin/views/minification/basic-files-rows.php:64
|
| 2815 |
+
#: build/wp-hummingbird/admin/views/minification/basic-files-rows.php:64
|
| 2816 |
msgid "Already compressed"
|
| 2817 |
msgstr ""
|
| 2818 |
|
| 2820 |
#: admin/views/modals/check-files-modal.php:53
|
| 2821 |
#: admin/views/modals/check-performance-modal.php:23
|
| 2822 |
#: admin/views/modals/quick-setup-modal.php:14
|
| 2823 |
+
#: build/wp-hummingbird/admin/views/minification/empty-files-meta-box.php:7
|
| 2824 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:53
|
| 2825 |
+
#: build/wp-hummingbird/admin/views/modals/check-performance-modal.php:23
|
| 2826 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:14
|
| 2827 |
msgid "Reduce your page load time!"
|
| 2828 |
msgstr ""
|
| 2829 |
|
| 2830 |
#: admin/views/minification/empty-files-meta-box.php:14
|
| 2831 |
+
#: build/wp-hummingbird/admin/views/minification/empty-files-meta-box.php:14
|
| 2832 |
#. translators: %s: username
|
| 2833 |
msgid ""
|
| 2834 |
"Hummingbird's asset optimization engine can combine and minify the files "
|
| 2838 |
msgstr ""
|
| 2839 |
|
| 2840 |
#: admin/views/minification/empty-files-meta-box.php:22
|
| 2841 |
+
#: build/wp-hummingbird/admin/views/minification/empty-files-meta-box.php:22
|
| 2842 |
msgid "Activate Asset Optimization"
|
| 2843 |
msgstr ""
|
| 2844 |
|
| 2845 |
#: admin/views/minification/enqueued-files-meta-box-footer.php:13
|
| 2846 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-footer.php:13
|
| 2847 |
msgid ""
|
| 2848 |
"Publishing changes will regenerate any necessary assets, this may take a "
|
| 2849 |
"few seconds to run."
|
| 2850 |
msgstr ""
|
| 2851 |
|
| 2852 |
#: admin/views/minification/enqueued-files-meta-box-header.php:14
|
| 2853 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:14
|
| 2854 |
msgid "Not seeing all your files in this list?"
|
| 2855 |
msgstr ""
|
| 2856 |
|
| 2857 |
#: admin/views/minification/enqueued-files-meta-box-header.php:17
|
| 2858 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:17
|
| 2859 |
msgid "Looks for newly enqueued files and preserves current settings"
|
| 2860 |
msgstr ""
|
| 2861 |
|
| 2862 |
#: admin/views/minification/enqueued-files-meta-box-header.php:18
|
| 2863 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:18
|
| 2864 |
msgid "Re-Check Files"
|
| 2865 |
msgstr ""
|
| 2866 |
|
| 2867 |
#: admin/views/minification/enqueued-files-meta-box-header.php:21
|
| 2868 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:21
|
| 2869 |
msgid "Clears all local or hosted assets and recompresses files that need it"
|
| 2870 |
msgstr ""
|
| 2871 |
|
| 2872 |
#: admin/views/minification/enqueued-files-meta-box-header.php:28
|
| 2873 |
#: admin/views/modals/minification-basic-modal.php:9
|
| 2874 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:28
|
| 2875 |
+
#: build/wp-hummingbird/admin/views/modals/minification-basic-modal.php:9
|
| 2876 |
msgid "Switch to basic mode"
|
| 2877 |
msgstr ""
|
| 2878 |
|
| 2879 |
#: admin/views/minification/enqueued-files-meta-box-header.php:30
|
| 2880 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box-header.php:30
|
| 2881 |
msgid "Switch to advanced mode for more control"
|
| 2882 |
msgstr ""
|
| 2883 |
|
| 2884 |
#: admin/views/minification/enqueued-files-meta-box.php:22
|
| 2885 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:22
|
| 2886 |
msgid "Choose which files you wish to compress and then publish your changes."
|
| 2887 |
msgstr ""
|
| 2888 |
|
| 2889 |
#: admin/views/minification/enqueued-files-meta-box.php:30
|
| 2890 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:30
|
| 2891 |
#. translators: %d: Time left before another retry.
|
| 2892 |
msgid ""
|
| 2893 |
"It seems that we are having problems in our servers. Asset optimization "
|
| 2895 |
msgstr ""
|
| 2896 |
|
| 2897 |
#: admin/views/minification/enqueued-files-meta-box.php:37
|
| 2898 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:37
|
| 2899 |
msgid ""
|
| 2900 |
"We've disabled the Combine option because your server has HTTP/2 activated. "
|
| 2901 |
"HTTP/2 automatically optimizes the delivery of assets for you"
|
| 2902 |
msgstr ""
|
| 2903 |
|
| 2904 |
#: admin/views/minification/enqueued-files-meta-box.php:45
|
| 2905 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:45
|
| 2906 |
msgid "Bulk Update"
|
| 2907 |
msgstr ""
|
| 2908 |
|
| 2909 |
#: admin/views/minification/enqueued-files-meta-box.php:58
|
| 2910 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:58
|
| 2911 |
msgid "Filter"
|
| 2912 |
msgstr ""
|
| 2913 |
|
| 2914 |
#: admin/views/minification/enqueued-files-meta-box.php:60
|
| 2915 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:60
|
| 2916 |
msgid "Filter plugin or theme"
|
| 2917 |
msgstr ""
|
| 2918 |
|
| 2919 |
#: admin/views/minification/enqueued-files-meta-box.php:62
|
| 2920 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:62
|
| 2921 |
msgid "Choose Plugin or Theme"
|
| 2922 |
msgstr ""
|
| 2923 |
|
| 2924 |
#: admin/views/minification/enqueued-files-meta-box.php:63
|
| 2925 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:63
|
| 2926 |
msgid "Others"
|
| 2927 |
msgstr ""
|
| 2928 |
|
| 2929 |
#: admin/views/minification/enqueued-files-meta-box.php:69
|
| 2930 |
#: admin/views/minification/enqueued-files-meta-box.php:70
|
| 2931 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:69
|
| 2932 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:70
|
| 2933 |
msgid "Search by name or extension"
|
| 2934 |
msgstr ""
|
| 2935 |
|
| 2936 |
#: admin/views/minification/enqueued-files-meta-box.php:78
|
| 2937 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:78
|
| 2938 |
msgid "Select all CSS files"
|
| 2939 |
msgstr ""
|
| 2940 |
|
| 2941 |
#: admin/views/minification/enqueued-files-meta-box.php:92
|
| 2942 |
+
#: build/wp-hummingbird/admin/views/minification/enqueued-files-meta-box.php:92
|
| 2943 |
msgid "Select all JavaScript files"
|
| 2944 |
msgstr ""
|
| 2945 |
|
| 2946 |
#: admin/views/minification/settings-meta-box.php:7
|
| 2947 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:7
|
| 2948 |
msgid "Super-compress my files"
|
| 2949 |
msgstr ""
|
| 2950 |
|
| 2951 |
#: admin/views/minification/settings-meta-box.php:9
|
| 2952 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:9
|
| 2953 |
msgid ""
|
| 2954 |
"Compress your files up to 2x more than regular optimization and reduce your "
|
| 2955 |
"page load speed even further."
|
| 2956 |
msgstr ""
|
| 2957 |
|
| 2958 |
#: admin/views/minification/settings-meta-box.php:14
|
| 2959 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:14
|
| 2960 |
msgid "Auto Enabled"
|
| 2961 |
msgstr ""
|
| 2962 |
|
| 2963 |
#: admin/views/minification/settings-meta-box.php:16
|
| 2964 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:16
|
| 2965 |
msgid "Enable Super-minify my files"
|
| 2966 |
msgstr ""
|
| 2967 |
|
| 2968 |
#: admin/views/minification/settings-meta-box.php:20
|
| 2969 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:20
|
| 2970 |
msgid "Enable super-compression"
|
| 2971 |
msgstr ""
|
| 2972 |
|
| 2973 |
#: admin/views/minification/settings-meta-box.php:30
|
| 2974 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:30
|
| 2975 |
msgid ""
|
| 2976 |
"By default your files are hosted on your own server. With this setting "
|
| 2977 |
"enabled we will host your files on WPMU DEV’s secure and hyper fast CDN."
|
| 2978 |
msgstr ""
|
| 2979 |
|
| 2980 |
#: admin/views/minification/settings-meta-box.php:38
|
| 2981 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:38
|
| 2982 |
msgid "Host my files on the WPMU DEV CDN"
|
| 2983 |
msgstr ""
|
| 2984 |
|
| 2985 |
#: admin/views/minification/settings-meta-box.php:40
|
| 2986 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:40
|
| 2987 |
msgid ""
|
| 2988 |
"Hosting your files externally means less load on your server and a "
|
| 2989 |
"super-fast visitor experience."
|
| 2990 |
msgstr ""
|
| 2991 |
|
| 2992 |
#: admin/views/minification/settings-meta-box.php:53
|
| 2993 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:53
|
| 2994 |
msgid "WP Smush free installed"
|
| 2995 |
msgstr ""
|
| 2996 |
|
| 2997 |
#: admin/views/minification/settings-meta-box.php:59
|
| 2998 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:59
|
| 2999 |
#. translators: %s: upsell modal href link
|
| 3000 |
msgid ""
|
| 3001 |
"With our pro version of Hummingbird you can super-compress your files and "
|
| 3005 |
msgstr ""
|
| 3006 |
|
| 3007 |
#: admin/views/minification/settings-meta-box.php:74
|
| 3008 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:74
|
| 3009 |
msgid ""
|
| 3010 |
"If you’re having issues with minification, turn on the debug log to get "
|
| 3011 |
"insight into what’s going on."
|
| 3012 |
msgstr ""
|
| 3013 |
|
| 3014 |
#: admin/views/minification/settings-meta-box.php:89
|
| 3015 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:89
|
| 3016 |
msgid "Reset to defaults"
|
| 3017 |
msgstr ""
|
| 3018 |
|
| 3019 |
#: admin/views/minification/settings-meta-box.php:91
|
| 3020 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:91
|
| 3021 |
msgid ""
|
| 3022 |
"If your frontend has fallen apart or you just want to go back to the "
|
| 3023 |
"default settings you can use this button to do so. It will clear all your "
|
| 3025 |
msgstr ""
|
| 3026 |
|
| 3027 |
#: admin/views/minification/settings-meta-box.php:96
|
| 3028 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:96
|
| 3029 |
msgid "Reset"
|
| 3030 |
msgstr ""
|
| 3031 |
|
| 3032 |
#: admin/views/minification/settings-meta-box.php:105
|
| 3033 |
+
#: build/wp-hummingbird/admin/views/minification/settings-meta-box.php:105
|
| 3034 |
msgid ""
|
| 3035 |
"If you no longer wish to use Hummingbird’s asset optimization feature you "
|
| 3036 |
"can turn it off completely"
|
| 3037 |
msgstr ""
|
| 3038 |
|
| 3039 |
#: admin/views/minification/summary-meta-box.php:17
|
| 3040 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:17
|
| 3041 |
msgid "Compression savings"
|
| 3042 |
msgstr ""
|
| 3043 |
|
| 3044 |
#: admin/views/minification/summary-meta-box.php:23
|
| 3045 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:23
|
| 3046 |
msgid "Total files"
|
| 3047 |
msgstr ""
|
| 3048 |
|
| 3049 |
#: admin/views/minification/summary-meta-box.php:29
|
| 3050 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:29
|
| 3051 |
msgid "Filesize reductions"
|
| 3052 |
msgstr ""
|
| 3053 |
|
| 3054 |
#: admin/views/minification/summary-meta-box.php:38
|
| 3055 |
#: admin/views/minification/summary-meta-box.php:50
|
| 3056 |
#: admin/views/modals/membership-modal.php:16
|
| 3057 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:38
|
| 3058 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:50
|
| 3059 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:16
|
| 3060 |
msgid "WPMU DEV CDN"
|
| 3061 |
msgstr ""
|
| 3062 |
|
| 3063 |
#: admin/views/minification/summary-meta-box.php:53
|
| 3064 |
+
#: build/wp-hummingbird/admin/views/minification/summary-meta-box.php:53
|
| 3065 |
msgid "Host your files on WPMU DEV’s blazing fast CDN"
|
| 3066 |
msgstr ""
|
| 3067 |
|
| 3068 |
#: admin/views/minification/tools-meta-box.php:14
|
| 3069 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:14
|
| 3070 |
msgid "CSS above the fold"
|
| 3071 |
msgstr ""
|
| 3072 |
|
| 3073 |
#: admin/views/minification/tools-meta-box.php:16
|
| 3074 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:16
|
| 3075 |
msgid ""
|
| 3076 |
"Drastically reduce your page load time by moving all of your stylesheets\n"
|
| 3077 |
"\t\t\tto the footer to force them to load after your content."
|
| 3078 |
msgstr ""
|
| 3079 |
|
| 3080 |
#: admin/views/minification/tools-meta-box.php:19
|
| 3081 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:19
|
| 3082 |
msgid ""
|
| 3083 |
"This will result in the content loading quickly, with the styling\n"
|
| 3084 |
"\t\t\tfollowed shortly after."
|
| 3085 |
msgstr ""
|
| 3086 |
|
| 3087 |
#: admin/views/minification/tools-meta-box.php:26
|
| 3088 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:26
|
| 3089 |
msgid ""
|
| 3090 |
"Add critical layout and styling CSS here.\n"
|
| 3091 |
"\t\t\t\tWe will insertinto <style> tags in your <head> section of each page."
|
| 3092 |
msgstr ""
|
| 3093 |
|
| 3094 |
#: admin/views/minification/tools-meta-box.php:30
|
| 3095 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:30
|
| 3096 |
msgid ""
|
| 3097 |
"Next, switch to the advanced area of asset optimization and move all\n"
|
| 3098 |
"\t\t\t\tof your CSS files to the footer area."
|
| 3099 |
msgstr ""
|
| 3100 |
|
| 3101 |
#: admin/views/minification/tools-meta-box.php:36
|
| 3102 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:36
|
| 3103 |
msgid "CSS to insert into your <head> area"
|
| 3104 |
msgstr ""
|
| 3105 |
|
| 3106 |
#: admin/views/minification/tools-meta-box.php:38
|
| 3107 |
+
#: build/wp-hummingbird/admin/views/minification/tools-meta-box.php:38
|
| 3108 |
msgid "Add CSS here"
|
| 3109 |
msgstr ""
|
| 3110 |
|
| 3111 |
#: admin/views/modals/bulk-update-modal.php:1
|
| 3112 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:1
|
| 3113 |
msgid "Bulk update"
|
| 3114 |
msgstr ""
|
| 3115 |
|
| 3116 |
#: admin/views/modals/bulk-update-modal.php:3
|
| 3117 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:3
|
| 3118 |
msgid "Choose what bulk update actions you wish to apply."
|
| 3119 |
msgstr ""
|
| 3120 |
|
| 3121 |
#: admin/views/modals/bulk-update-modal.php:50
|
| 3122 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:50
|
| 3123 |
msgid "Files can't be combined"
|
| 3124 |
msgstr ""
|
| 3125 |
|
| 3126 |
#: admin/views/modals/bulk-update-modal.php:68
|
| 3127 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:68
|
| 3128 |
msgid "Defer JavaScript"
|
| 3129 |
msgstr ""
|
| 3130 |
|
| 3131 |
#: admin/views/modals/bulk-update-modal.php:72
|
| 3132 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:72
|
| 3133 |
msgid "Inline"
|
| 3134 |
msgstr ""
|
| 3135 |
|
| 3136 |
#: admin/views/modals/bulk-update-modal.php:80
|
| 3137 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:80
|
| 3138 |
msgid ""
|
| 3139 |
"Note: You still need to set the changes live by clicking Save Changes on "
|
| 3140 |
"the next screen."
|
| 3144 |
#: admin/views/modals/check-files-modal.php:24
|
| 3145 |
#: admin/views/modals/database-cleanup-modal.php:9
|
| 3146 |
#: admin/views/modals/dismiss-report-modal.php:9
|
| 3147 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:87
|
| 3148 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:24
|
| 3149 |
+
#: build/wp-hummingbird/admin/views/modals/database-cleanup-modal.php:9
|
| 3150 |
+
#: build/wp-hummingbird/admin/views/modals/dismiss-report-modal.php:9
|
| 3151 |
msgid "Cancel"
|
| 3152 |
msgstr ""
|
| 3153 |
|
| 3154 |
#: admin/views/modals/bulk-update-modal.php:90
|
| 3155 |
+
#: build/wp-hummingbird/admin/views/modals/bulk-update-modal.php:90
|
| 3156 |
msgid "Apply"
|
| 3157 |
msgstr ""
|
| 3158 |
|
| 3159 |
#: admin/views/modals/check-files-modal.php:1
|
| 3160 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:1
|
| 3161 |
msgid "Checking files"
|
| 3162 |
msgstr ""
|
| 3163 |
|
| 3164 |
#: admin/views/modals/check-files-modal.php:10
|
| 3165 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:10
|
| 3166 |
msgid "File check in progress..."
|
| 3167 |
msgstr ""
|
| 3168 |
|
| 3169 |
#: admin/views/modals/check-files-modal.php:13
|
| 3170 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:13
|
| 3171 |
msgid "Hummingbird is running a file check to see what files can be optimized."
|
| 3172 |
msgstr ""
|
| 3173 |
|
| 3174 |
#: admin/views/modals/check-files-modal.php:43
|
| 3175 |
+
#: build/wp-hummingbird/admin/views/modals/check-files-modal.php:43
|
| 3176 |
msgid ""
|
| 3177 |
"By default your files are hosted on your own server. With this pro setting "
|
| 3178 |
"enabled we will host your files on WPMU DEV’s secure and hyper fast CDN."
|
| 3179 |
msgstr ""
|
| 3180 |
|
| 3181 |
#: admin/views/modals/check-performance-modal.php:1
|
| 3182 |
+
#: build/wp-hummingbird/admin/views/modals/check-performance-modal.php:1
|
| 3183 |
msgid "Test in progress"
|
| 3184 |
msgstr ""
|
| 3185 |
|
| 3186 |
#: admin/views/modals/check-performance-modal.php:17
|
| 3187 |
+
#: build/wp-hummingbird/admin/views/modals/check-performance-modal.php:17
|
| 3188 |
msgid "Performance test in progress..."
|
| 3189 |
msgstr ""
|
| 3190 |
|
| 3191 |
#: admin/views/modals/database-cleanup-modal.php:3
|
| 3192 |
#: admin/views/modals/minification-basic-modal.php:3
|
| 3193 |
+
#: build/wp-hummingbird/admin/views/modals/database-cleanup-modal.php:3
|
| 3194 |
+
#: build/wp-hummingbird/admin/views/modals/minification-basic-modal.php:3
|
| 3195 |
msgid "Are you sure?"
|
| 3196 |
msgstr ""
|
| 3197 |
|
| 3198 |
#: admin/views/modals/dismiss-report-modal.php:1
|
| 3199 |
#: admin/views/performance/summary-meta-box-header.php:6
|
| 3200 |
+
#: build/wp-hummingbird/admin/views/modals/dismiss-report-modal.php:1
|
| 3201 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box-header.php:6
|
| 3202 |
msgid "Ignore Warnings"
|
| 3203 |
msgstr ""
|
| 3204 |
|
| 3205 |
#: admin/views/modals/dismiss-report-modal.php:3
|
| 3206 |
+
#: build/wp-hummingbird/admin/views/modals/dismiss-report-modal.php:3
|
| 3207 |
msgid ""
|
| 3208 |
"Are you sure you wish to ignore the current performance test results? You "
|
| 3209 |
"can re-run the test anytime to check your performance score again."
|
| 3210 |
msgstr ""
|
| 3211 |
|
| 3212 |
#: admin/views/modals/dismiss-report-modal.php:10
|
| 3213 |
+
#: build/wp-hummingbird/admin/views/modals/dismiss-report-modal.php:10
|
| 3214 |
msgid "Confirm"
|
| 3215 |
msgstr ""
|
| 3216 |
|
| 3217 |
#: admin/views/modals/membership-modal.php:1
|
| 3218 |
#: admin/views/modals/membership-modal.php:29
|
| 3219 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:1
|
| 3220 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:29
|
| 3221 |
msgid "Upgrade Membership"
|
| 3222 |
msgstr ""
|
| 3223 |
|
| 3224 |
#: admin/views/modals/membership-modal.php:4
|
| 3225 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:4
|
| 3226 |
msgid "Here's what you'll get by upgrading to Hummingbird Pro."
|
| 3227 |
msgstr ""
|
| 3228 |
|
| 3229 |
#: admin/views/modals/membership-modal.php:8
|
| 3230 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:8
|
| 3231 |
msgid "Automation"
|
| 3232 |
msgstr ""
|
| 3233 |
|
| 3234 |
#: admin/views/modals/membership-modal.php:9
|
| 3235 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:9
|
| 3236 |
msgid ""
|
| 3237 |
"Schedule Hummingbird to run regular performance tests daily, weekly or "
|
| 3238 |
"monthly and get email reports delivered straight to your inbox."
|
| 3239 |
msgstr ""
|
| 3240 |
|
| 3241 |
#: admin/views/modals/membership-modal.php:12
|
| 3242 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:12
|
| 3243 |
msgid "Enhanced Asset Optimization"
|
| 3244 |
msgstr ""
|
| 3245 |
|
| 3246 |
#: admin/views/modals/membership-modal.php:13
|
| 3247 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:13
|
| 3248 |
msgid ""
|
| 3249 |
"Compress your minified files up to 2x more than regular optimization and "
|
| 3250 |
"reduce your page load speed even further."
|
| 3251 |
msgstr ""
|
| 3252 |
|
| 3253 |
#: admin/views/modals/membership-modal.php:17
|
| 3254 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:17
|
| 3255 |
msgid ""
|
| 3256 |
"By default we minify your files via our API and send them back to your "
|
| 3257 |
"server. Pro users can host their files on WPMU DEV’s secure and hyper fast "
|
| 3259 |
msgstr ""
|
| 3260 |
|
| 3261 |
#: admin/views/modals/membership-modal.php:20
|
| 3262 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:20
|
| 3263 |
msgid "Smush Pro"
|
| 3264 |
msgstr ""
|
| 3265 |
|
| 3266 |
#: admin/views/modals/membership-modal.php:21
|
| 3267 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:21
|
| 3268 |
msgid ""
|
| 3269 |
"A membership for Hummingbird Pro also gets you the award winning Smush Pro "
|
| 3270 |
"with unlimited advanced lossy compression that’ll give image heavy websites "
|
| 3272 |
msgstr ""
|
| 3273 |
|
| 3274 |
#: admin/views/modals/membership-modal.php:25
|
| 3275 |
+
#: build/wp-hummingbird/admin/views/modals/membership-modal.php:25
|
| 3276 |
msgid "Get all of this, plus heaps more as part of a WPMU DEV membership."
|
| 3277 |
msgstr ""
|
| 3278 |
|
| 3279 |
#: admin/views/modals/minification-advanced-modal.php:3
|
| 3280 |
+
#: build/wp-hummingbird/admin/views/modals/minification-advanced-modal.php:3
|
| 3281 |
msgid "Just be careful!"
|
| 3282 |
msgstr ""
|
| 3283 |
|
| 3284 |
#: admin/views/modals/minification-advanced-modal.php:5
|
| 3285 |
+
#: build/wp-hummingbird/admin/views/modals/minification-advanced-modal.php:5
|
| 3286 |
msgid ""
|
| 3287 |
"Advanced mode gives you full control over your files but can easily break "
|
| 3288 |
"your website if configured incorrectly."
|
| 3289 |
msgstr ""
|
| 3290 |
|
| 3291 |
#: admin/views/modals/minification-advanced-modal.php:7
|
| 3292 |
+
#: build/wp-hummingbird/admin/views/modals/minification-advanced-modal.php:7
|
| 3293 |
msgid ""
|
| 3294 |
"<strong>We recommend you make one tweak at a time</strong> and check the "
|
| 3295 |
"frontend of your website each change to avoid any mishaps. "
|
| 3296 |
msgstr ""
|
| 3297 |
|
| 3298 |
#: admin/views/modals/minification-advanced-modal.php:10
|
| 3299 |
+
#: build/wp-hummingbird/admin/views/modals/minification-advanced-modal.php:10
|
| 3300 |
msgid "Got It"
|
| 3301 |
msgstr ""
|
| 3302 |
|
| 3303 |
#: admin/views/modals/minification-basic-modal.php:5
|
| 3304 |
+
#: build/wp-hummingbird/admin/views/modals/minification-basic-modal.php:5
|
| 3305 |
msgid ""
|
| 3306 |
"Switching back to Basic mode will keep your basic compression settings, but "
|
| 3307 |
"you’ll lose any advanced configuration you have set up."
|
| 3308 |
msgstr ""
|
| 3309 |
|
| 3310 |
#: admin/views/modals/minification-basic-modal.php:8
|
| 3311 |
+
#: build/wp-hummingbird/admin/views/modals/minification-basic-modal.php:8
|
| 3312 |
msgid "Go back"
|
| 3313 |
msgstr ""
|
| 3314 |
|
| 3315 |
#: admin/views/modals/quick-setup-modal.php:1
|
| 3316 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:1
|
| 3317 |
msgid "Quick Setup"
|
| 3318 |
msgstr ""
|
| 3319 |
|
| 3320 |
#: admin/views/modals/quick-setup-modal.php:3
|
| 3321 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:3
|
| 3322 |
msgid "Skip"
|
| 3323 |
msgstr ""
|
| 3324 |
|
| 3325 |
#: admin/views/modals/quick-setup-modal.php:6
|
| 3326 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:6
|
| 3327 |
msgid ""
|
| 3328 |
"Welcome to Hummingbird, the hottest Performance plugin for WordPress! We "
|
| 3329 |
"recommend running a quick performance test before you start tweaking "
|
| 3332 |
msgstr ""
|
| 3333 |
|
| 3334 |
#: admin/views/modals/quick-setup-modal.php:8
|
| 3335 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:8
|
| 3336 |
msgid ""
|
| 3337 |
"This is only a performance test. Once you know what to fix you can get "
|
| 3338 |
"started in the next steps."
|
| 3340 |
|
| 3341 |
#: admin/views/modals/quick-setup-modal.php:9
|
| 3342 |
#: admin/views/performance/empty-summary-meta-box.php:13
|
| 3343 |
+
#: build/wp-hummingbird/admin/views/modals/quick-setup-modal.php:9
|
| 3344 |
+
#: build/wp-hummingbird/admin/views/performance/empty-summary-meta-box.php:13
|
| 3345 |
msgid "Test my website"
|
| 3346 |
msgstr ""
|
| 3347 |
|
| 3348 |
#: admin/views/performance/empty-summary-meta-box.php:8
|
| 3349 |
+
#: build/wp-hummingbird/admin/views/performance/empty-summary-meta-box.php:8
|
| 3350 |
msgid "Let's see what we can improve!"
|
| 3351 |
msgstr ""
|
| 3352 |
|
| 3353 |
#: admin/views/performance/empty-summary-meta-box.php:10
|
| 3354 |
+
#: build/wp-hummingbird/admin/views/performance/empty-summary-meta-box.php:10
|
| 3355 |
msgid ""
|
| 3356 |
"For us to know what to improve we need to test your website. All testing is "
|
| 3357 |
"done in the background via our <br> secure servers. Once complete, we'll "
|
| 3359 |
msgstr ""
|
| 3360 |
|
| 3361 |
#: admin/views/performance/module-resume-meta-box.php:32
|
| 3362 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:32
|
| 3363 |
msgid "Last test date"
|
| 3364 |
msgstr ""
|
| 3365 |
|
| 3366 |
#: admin/views/performance/module-resume-meta-box.php:38
|
| 3367 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:38
|
| 3368 |
msgid "Previous score"
|
| 3369 |
msgstr ""
|
| 3370 |
|
| 3371 |
#: admin/views/performance/module-resume-meta-box.php:43
|
| 3372 |
#: admin/views/performance/module-resume-meta-box.php:51
|
| 3373 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:43
|
| 3374 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:51
|
| 3375 |
msgid "Available after next test"
|
| 3376 |
msgstr ""
|
| 3377 |
|
| 3378 |
#: admin/views/performance/module-resume-meta-box.php:48
|
| 3379 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:48
|
| 3380 |
msgid "Improvement"
|
| 3381 |
msgstr ""
|
| 3382 |
|
| 3383 |
#: admin/views/performance/module-resume-meta-box.php:62
|
| 3384 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:62
|
| 3385 |
msgid "Recommendations"
|
| 3386 |
msgstr ""
|
| 3387 |
|
| 3388 |
#: admin/views/performance/reporting-meta-box-footer.php:5
|
| 3389 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box-footer.php:5
|
| 3390 |
msgid ""
|
| 3391 |
"<p>Schedule automated performance tests and receive email reports direct to "
|
| 3392 |
"your inbox. You'll get Hummingbird Pro plus 100+ WPMU DEV plugins, themes & "
|
| 3396 |
|
| 3397 |
#: admin/views/performance/reporting-meta-box-footer.php:13
|
| 3398 |
#: admin/views/performance/settings-meta-box-footer.php:4
|
| 3399 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box-footer.php:13
|
| 3400 |
+
#: build/wp-hummingbird/admin/views/performance/settings-meta-box-footer.php:4
|
| 3401 |
msgid "Update Settings"
|
| 3402 |
msgstr ""
|
| 3403 |
|
| 3404 |
#: admin/views/performance/reporting-meta-box.php:9
|
| 3405 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:9
|
| 3406 |
msgid "Schedule Scans"
|
| 3407 |
msgstr ""
|
| 3408 |
|
| 3409 |
#: admin/views/performance/reporting-meta-box.php:11
|
| 3410 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:11
|
| 3411 |
msgid ""
|
| 3412 |
"Configure Hummingbird to automatically and regularly test your website and "
|
| 3413 |
"email you reports."
|
| 3414 |
msgstr ""
|
| 3415 |
|
| 3416 |
#: admin/views/performance/reporting-meta-box.php:21
|
| 3417 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:21
|
| 3418 |
msgid "Run regular scans & reports"
|
| 3419 |
msgstr ""
|
| 3420 |
|
| 3421 |
#: admin/views/performance/reporting-meta-box.php:24
|
| 3422 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:24
|
| 3423 |
msgid "Schedule"
|
| 3424 |
msgstr ""
|
| 3425 |
|
| 3426 |
#: admin/views/performance/reporting-meta-box.php:38
|
| 3427 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:38
|
| 3428 |
msgid "Day of the week"
|
| 3429 |
msgstr ""
|
| 3430 |
|
| 3431 |
#: admin/views/performance/reporting-meta-box.php:46
|
| 3432 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:46
|
| 3433 |
msgid "Time of day"
|
| 3434 |
msgstr ""
|
| 3435 |
|
| 3436 |
#: admin/views/performance/reporting-meta-box.php:60
|
| 3437 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:60
|
| 3438 |
msgid "Email Recipients"
|
| 3439 |
msgstr ""
|
| 3440 |
|
| 3441 |
#: admin/views/performance/reporting-meta-box.php:62
|
| 3442 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:62
|
| 3443 |
msgid ""
|
| 3444 |
"Choose which of your website’s users will receive the test results in their "
|
| 3445 |
"inbox."
|
| 3446 |
msgstr ""
|
| 3447 |
|
| 3448 |
#: admin/views/performance/reporting-meta-box.php:99
|
| 3449 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:99
|
| 3450 |
msgid "First Name"
|
| 3451 |
msgstr ""
|
| 3452 |
|
| 3453 |
#: admin/views/performance/reporting-meta-box.php:106
|
| 3454 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:106
|
| 3455 |
msgid "Empty email"
|
| 3456 |
msgstr ""
|
| 3457 |
|
| 3458 |
#: admin/views/performance/reporting-meta-box.php:107
|
| 3459 |
+
#: build/wp-hummingbird/admin/views/performance/reporting-meta-box.php:107
|
| 3460 |
msgid "Email Address"
|
| 3461 |
msgstr ""
|
| 3462 |
|
| 3463 |
#: admin/views/performance/settings-meta-box.php:5
|
| 3464 |
+
#: build/wp-hummingbird/admin/views/performance/settings-meta-box.php:5
|
| 3465 |
msgid "Subsite Performance Tests"
|
| 3466 |
msgstr ""
|
| 3467 |
|
| 3468 |
#: admin/views/performance/settings-meta-box.php:7
|
| 3469 |
+
#: build/wp-hummingbird/admin/views/performance/settings-meta-box.php:7
|
| 3470 |
msgid ""
|
| 3471 |
"By default Hummingbird restricts performance tests to just super admins. "
|
| 3472 |
"Use this feature to allow subsite admins to run performance tests on their "
|
| 3474 |
msgstr ""
|
| 3475 |
|
| 3476 |
#: admin/views/performance/settings-meta-box.php:17
|
| 3477 |
+
#: build/wp-hummingbird/admin/views/performance/settings-meta-box.php:17
|
| 3478 |
msgid "Allow subsite admins to run performance tests"
|
| 3479 |
msgstr ""
|
| 3480 |
|
| 3481 |
#: admin/views/performance/summary-meta-box.php:47
|
| 3482 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:47
|
| 3483 |
msgid ""
|
| 3484 |
"You have chosen to ignore this performance test. Run a new test to see new "
|
| 3485 |
"recommendations."
|
| 3486 |
msgstr ""
|
| 3487 |
|
| 3488 |
#: admin/views/performance/summary-meta-box.php:55
|
| 3489 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:55
|
| 3490 |
msgid ""
|
| 3491 |
"Here are your latest performance test results. Action as many fixes as "
|
| 3492 |
"possible, however you can always ignore warnings if you are unable to fix "
|
| 3494 |
msgstr ""
|
| 3495 |
|
| 3496 |
#: admin/views/performance/summary-meta-box.php:117
|
| 3497 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:117
|
| 3498 |
msgid "This improvement is controlled by the network admin for this site."
|
| 3499 |
msgstr ""
|
| 3500 |
|
| 3501 |
#: admin/views/performance/summary-meta-box.php:119
|
| 3502 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:119
|
| 3503 |
msgid "This can’t be improved at the subsite level."
|
| 3504 |
msgstr ""
|
| 3505 |
|
| 3506 |
#: admin/views/performance/summary-meta-box.php:145
|
| 3507 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:145
|
| 3508 |
msgid "Overview"
|
| 3509 |
msgstr ""
|
| 3510 |
|
| 3511 |
#: admin/views/performance/summary-meta-box.php:150
|
| 3512 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:150
|
| 3513 |
msgid "Benchmarks"
|
| 3514 |
msgstr ""
|
| 3515 |
|
| 3516 |
#: admin/views/performance/summary-meta-box.php:170
|
| 3517 |
+
#: build/wp-hummingbird/admin/views/performance/summary-meta-box.php:170
|
| 3518 |
msgid "How to improve"
|
| 3519 |
msgstr ""
|
| 3520 |
|
| 3521 |
#: admin/views/uptime/disabled-meta-box.php:17
|
| 3522 |
#: admin/views/uptime/no-membership-meta-box.php:16
|
| 3523 |
+
#: build/wp-hummingbird/admin/views/uptime/disabled-meta-box.php:17
|
| 3524 |
+
#: build/wp-hummingbird/admin/views/uptime/no-membership-meta-box.php:16
|
| 3525 |
msgid "Monitor your website"
|
| 3526 |
msgstr ""
|
| 3527 |
|
| 3528 |
#: admin/views/uptime/disabled-meta-box.php:20
|
| 3529 |
+
#: build/wp-hummingbird/admin/views/uptime/disabled-meta-box.php:20
|
| 3530 |
msgid ""
|
| 3531 |
"Uptime monitors your server response time and lets you know when your "
|
| 3532 |
"website is down or too slow for your visitors. Activate Uptime and make "
|
| 3534 |
msgstr ""
|
| 3535 |
|
| 3536 |
#: admin/views/uptime/downtime-meta-box.php:13
|
| 3537 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:13
|
| 3538 |
msgid ""
|
| 3539 |
"Here’s a snapshot of when your site went down, which means visitors "
|
| 3540 |
"couldn’t view your website."
|
| 3542 |
|
| 3543 |
#: admin/views/uptime/downtime-meta-box.php:22
|
| 3544 |
#: admin/views/uptime/meta-box.php:65
|
| 3545 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:22
|
| 3546 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:65
|
| 3547 |
msgid "Unknown"
|
| 3548 |
msgstr ""
|
| 3549 |
|
| 3550 |
#: admin/views/uptime/downtime-meta-box.php:38
|
| 3551 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:38
|
| 3552 |
msgid "Logs"
|
| 3553 |
msgstr ""
|
| 3554 |
|
| 3555 |
#: admin/views/uptime/downtime-meta-box.php:45
|
| 3556 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:45
|
| 3557 |
msgid "No downtime has been reported during the reporting period."
|
| 3558 |
msgstr ""
|
| 3559 |
|
| 3560 |
#: admin/views/uptime/downtime-meta-box.php:64
|
| 3561 |
+
#: build/wp-hummingbird/admin/views/uptime/downtime-meta-box.php:64
|
| 3562 |
msgid "Spacer image"
|
| 3563 |
msgstr ""
|
| 3564 |
|
| 3565 |
#: admin/views/uptime/meta-box.php:34
|
| 3566 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:34
|
| 3567 |
msgid ""
|
| 3568 |
"Uptime monitors your server response time and lets you know when your "
|
| 3569 |
"website is down or<br> too slow for your visitors. This service is "
|
| 3572 |
msgstr ""
|
| 3573 |
|
| 3574 |
#: admin/views/uptime/meta-box.php:44
|
| 3575 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:44
|
| 3576 |
msgid ""
|
| 3577 |
"Server response time is the amount of time it takes for a web server to "
|
| 3578 |
"respond to a request from a browser. The longer it takes, the longer your "
|
| 3580 |
msgstr ""
|
| 3581 |
|
| 3582 |
#: admin/views/uptime/meta-box.php:47
|
| 3583 |
+
#: build/wp-hummingbird/admin/views/uptime/meta-box.php:47
|
| 3584 |
msgid ""
|
| 3585 |
"We don’t have any data feeding in yet. It can take an hour or two for this "
|
| 3586 |
"graph to populate with data so feel free to check back soon!"
|
| 3587 |
msgstr ""
|
| 3588 |
|
| 3589 |
#: admin/views/uptime/no-membership-meta-box.php:19
|
| 3590 |
+
#: build/wp-hummingbird/admin/views/uptime/no-membership-meta-box.php:19
|
| 3591 |
msgid ""
|
| 3592 |
"Uptime monitors your server response time and lets you know when your "
|
| 3593 |
"website is down or too slow for your visitors. Get Uptime monitoring as "
|
| 3595 |
msgstr ""
|
| 3596 |
|
| 3597 |
#: admin/views/uptime/settings-meta-box.php:15
|
| 3598 |
+
#: build/wp-hummingbird/admin/views/uptime/settings-meta-box.php:15
|
| 3599 |
msgid ""
|
| 3600 |
"If you no longer wish to use Hummingbird’s Uptime Monitor you can turn it "
|
| 3601 |
"off completely."
|
| 3602 |
msgstr ""
|
| 3603 |
|
| 3604 |
#: admin/views/uptime/summary-meta-box.php:33
|
| 3605 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:33
|
| 3606 |
msgid "Website availability in the last "
|
| 3607 |
msgstr ""
|
| 3608 |
|
| 3609 |
#: admin/views/uptime/summary-meta-box.php:43
|
| 3610 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:43
|
| 3611 |
msgid "Average server response time during the reporting period"
|
| 3612 |
msgstr ""
|
| 3613 |
|
| 3614 |
#: admin/views/uptime/summary-meta-box.php:49
|
| 3615 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:49
|
| 3616 |
msgid "Outages"
|
| 3617 |
msgstr ""
|
| 3618 |
|
| 3619 |
#: admin/views/uptime/summary-meta-box.php:54
|
| 3620 |
#: admin/views/uptime/summary-meta-box.php:64
|
| 3621 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:54
|
| 3622 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:64
|
| 3623 |
msgid "None"
|
| 3624 |
msgstr ""
|
| 3625 |
|
| 3626 |
#: admin/views/uptime/summary-meta-box.php:69
|
| 3627 |
+
#: build/wp-hummingbird/admin/views/uptime/summary-meta-box.php:69
|
| 3628 |
msgid "Up Since"
|
| 3629 |
msgstr ""
|
| 3630 |
|
| 3631 |
#: admin/views/wphb-minification-page.php:12
|
| 3632 |
+
#: build/wp-hummingbird/admin/views/wphb-minification-page.php:12
|
| 3633 |
#. translators: %d: number of files, %d: number of files optimized
|
| 3634 |
msgid ""
|
| 3635 |
"<strong>Hummingbird found %1$d files and has automatically optimized %2$d "
|
| 3637 |
msgstr ""
|
| 3638 |
|
| 3639 |
#: admin/views/wphb-minification-page.php:18
|
| 3640 |
+
#: build/wp-hummingbird/admin/views/wphb-minification-page.php:18
|
| 3641 |
msgid ""
|
| 3642 |
"If you wish to have more control, <a href=\"#\" "
|
| 3643 |
"class=\"wphb-switch-button\">switch to advanced mode</a>."
|
| 3644 |
msgstr ""
|
| 3645 |
|
| 3646 |
#: admin/views/wphb-page.php:13
|
| 3647 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:13
|
| 3648 |
msgid "Check out our other free wordpress.org plugins!"
|
| 3649 |
msgstr ""
|
| 3650 |
|
| 3651 |
#: admin/views/wphb-page.php:20
|
| 3652 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:20
|
| 3653 |
msgid "Smush Image Compression and Optimization"
|
| 3654 |
msgstr ""
|
| 3655 |
|
| 3656 |
#: admin/views/wphb-page.php:21
|
| 3657 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:21
|
| 3658 |
msgid ""
|
| 3659 |
"Resize, optimize and compress all of your images with the incredibly "
|
| 3660 |
"powerful and award-winning, 100% free WordPress image optimizer."
|
| 3662 |
|
| 3663 |
#: admin/views/wphb-page.php:23 admin/views/wphb-page.php:34
|
| 3664 |
#: admin/views/wphb-page.php:45
|
| 3665 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:23
|
| 3666 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:34
|
| 3667 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:45
|
| 3668 |
msgid "View features"
|
| 3669 |
msgstr ""
|
| 3670 |
|
| 3671 |
#: admin/views/wphb-page.php:31
|
| 3672 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:31
|
| 3673 |
msgid "Defender Security, Monitoring, and Hack Protection"
|
| 3674 |
msgstr ""
|
| 3675 |
|
| 3676 |
#: admin/views/wphb-page.php:32
|
| 3677 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:32
|
| 3678 |
msgid ""
|
| 3679 |
"Security Tweaks & Recommendations, File & Malware Scanning, Login & 404 "
|
| 3680 |
"Lockout Protection, Two-Factor Authentication & more."
|
| 3681 |
msgstr ""
|
| 3682 |
|
| 3683 |
#: admin/views/wphb-page.php:42
|
| 3684 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:42
|
| 3685 |
msgid "SmartCrawl Search Engine Optimization"
|
| 3686 |
msgstr ""
|
| 3687 |
|
| 3688 |
#: admin/views/wphb-page.php:43
|
| 3689 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:43
|
| 3690 |
msgid ""
|
| 3691 |
"Customize Titles & Meta Data, OpenGraph, Twitter & Pinterest Support, "
|
| 3692 |
"Auto-Keyword Linking, SEO & Readability Analysis, Sitemaps, URL Crawler & "
|
| 3694 |
msgstr ""
|
| 3695 |
|
| 3696 |
#: admin/views/wphb-page.php:52
|
| 3697 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:52
|
| 3698 |
msgid "WPMU DEV - Your WordPress Toolkit"
|
| 3699 |
msgstr ""
|
| 3700 |
|
| 3701 |
#: admin/views/wphb-page.php:53
|
| 3702 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:53
|
| 3703 |
msgid ""
|
| 3704 |
"Pretty much everything you need for developing and managing WordPress based "
|
| 3705 |
"websites, and then some."
|
| 3706 |
msgstr ""
|
| 3707 |
|
| 3708 |
#: admin/views/wphb-page.php:56
|
| 3709 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:56
|
| 3710 |
msgid "Learn more"
|
| 3711 |
msgstr ""
|
| 3712 |
|
| 3713 |
#: admin/views/wphb-page.php:62
|
| 3714 |
+
#: build/wp-hummingbird/admin/views/wphb-page.php:62
|
| 3715 |
msgid "Try pro features for free!"
|
| 3716 |
msgstr ""
|
| 3717 |
|
| 3718 |
+
#: build/wp-hummingbird/core/api/request/cloudflare.php:52
|
| 3719 |
#: core/api/request/cloudflare.php:52
|
| 3720 |
#. translators: %s: cloudflare error
|
| 3721 |
msgid "Cloudflare error: %s"
|
| 3722 |
msgstr ""
|
| 3723 |
|
| 3724 |
+
#: build/wp-hummingbird/core/api/request/cloudflare.php:54
|
| 3725 |
#: core/api/request/cloudflare.php:54
|
| 3726 |
msgid "Cloudflare unknown error"
|
| 3727 |
msgstr ""
|
| 3728 |
|
| 3729 |
+
#: build/wp-hummingbird/core/api/request/request.php:75
|
| 3730 |
#: core/api/request/request.php:75
|
| 3731 |
msgid "Wrong Service. $service must be an instance of WP_Hummingbird_API_Service"
|
| 3732 |
msgstr ""
|
| 3733 |
|
| 3734 |
+
#: build/wp-hummingbird/core/api/request/wpmudev.php:91
|
| 3735 |
#: core/api/request/wpmudev.php:91
|
| 3736 |
#. translators: %s: error code
|
| 3737 |
msgid "Unknown Error. Code: %s"
|
| 3738 |
msgstr ""
|
| 3739 |
|
| 3740 |
+
#: build/wp-hummingbird/core/api/service/uptime.php:61
|
| 3741 |
+
#: build/wp-hummingbird/core/api/service/uptime.php:79
|
| 3742 |
#: core/api/service/uptime.php:61 core/api/service/uptime.php:79
|
| 3743 |
msgid "Unknown Error"
|
| 3744 |
msgstr ""
|
| 3745 |
|
| 3746 |
+
#: build/wp-hummingbird/core/class-core.php:77 core/class-core.php:77
|
| 3747 |
msgid "Minify"
|
| 3748 |
msgstr ""
|
| 3749 |
|
| 3750 |
+
#: build/wp-hummingbird/core/class-core.php:78 core/class-core.php:78
|
| 3751 |
msgid "Gzip"
|
| 3752 |
msgstr ""
|
| 3753 |
|
| 3754 |
+
#: build/wp-hummingbird/core/class-core.php:80 core/class-core.php:80
|
| 3755 |
msgid "Performance"
|
| 3756 |
msgstr ""
|
| 3757 |
|
| 3758 |
+
#: build/wp-hummingbird/core/class-core.php:82 core/class-core.php:82
|
| 3759 |
msgid "Smush"
|
| 3760 |
msgstr ""
|
| 3761 |
|
| 3762 |
+
#: build/wp-hummingbird/core/class-core.php:158 core/class-core.php:158
|
| 3763 |
msgid "See this page unminified"
|
| 3764 |
msgstr ""
|
| 3765 |
|
| 3766 |
+
#: build/wp-hummingbird/core/class-core.php:168 core/class-core.php:168
|
| 3767 |
msgid "See this page minified"
|
| 3768 |
msgstr ""
|
| 3769 |
|
| 3770 |
+
#: build/wp-hummingbird/core/class-filesystem.php:165
|
| 3771 |
#: core/class-filesystem.php:165
|
| 3772 |
msgid ""
|
| 3773 |
"Error: Unexpected error while writing a file. Please view error log for "
|
| 3774 |
"more information."
|
| 3775 |
msgstr ""
|
| 3776 |
|
| 3777 |
+
#: build/wp-hummingbird/core/class-filesystem.php:174
|
| 3778 |
#: core/class-filesystem.php:174
|
| 3779 |
msgid ""
|
| 3780 |
"Error: The wp-content directory is not writable. Ensure the folder has "
|
| 3781 |
"proper read/write permissions for caching to function successfully."
|
| 3782 |
msgstr ""
|
| 3783 |
|
| 3784 |
+
#: build/wp-hummingbird/core/class-filesystem.php:378
|
| 3785 |
+
#: build/wp-hummingbird/core/class-filesystem.php:400
|
| 3786 |
#: core/class-filesystem.php:378 core/class-filesystem.php:400
|
| 3787 |
#. translators: %s: directory
|
| 3788 |
msgid "Error creating directory %s."
|
| 3789 |
msgstr ""
|
| 3790 |
|
| 3791 |
+
#: build/wp-hummingbird/core/class-filesystem.php:388
|
| 3792 |
+
#: build/wp-hummingbird/core/class-filesystem.php:411
|
| 3793 |
#: core/class-filesystem.php:388 core/class-filesystem.php:411
|
| 3794 |
#. translators: %s: file
|
| 3795 |
msgid "Error uploading file %s."
|
| 3796 |
msgstr ""
|
| 3797 |
|
| 3798 |
+
#: build/wp-hummingbird/core/class-utils.php:110
|
| 3799 |
+
#: build/wp-hummingbird/core/class-utils.php:186 core/class-utils.php:110
|
| 3800 |
+
#: core/class-utils.php:186
|
| 3801 |
msgid "Are you sure? All your changes will be lost"
|
| 3802 |
msgstr ""
|
| 3803 |
|
| 3804 |
+
#: build/wp-hummingbird/core/class-utils.php:117 core/class-utils.php:117
|
| 3805 |
msgid "Remove"
|
| 3806 |
msgstr ""
|
| 3807 |
|
| 3808 |
+
#: build/wp-hummingbird/core/class-utils.php:118 core/class-utils.php:118
|
| 3809 |
msgid "You"
|
| 3810 |
msgstr ""
|
| 3811 |
|
| 3812 |
+
#: build/wp-hummingbird/core/class-utils.php:160 core/class-utils.php:160
|
| 3813 |
msgid "Error updating settings"
|
| 3814 |
msgstr ""
|
| 3815 |
|
| 3816 |
+
#: build/wp-hummingbird/core/class-utils.php:163 core/class-utils.php:163
|
| 3817 |
msgid "Are you sure you wish to delete"
|
| 3818 |
msgstr ""
|
| 3819 |
|
| 3820 |
+
#: build/wp-hummingbird/core/class-utils.php:164 core/class-utils.php:164
|
| 3821 |
msgid "database entries"
|
| 3822 |
msgstr ""
|
| 3823 |
|
| 3824 |
+
#: build/wp-hummingbird/core/class-utils.php:165 core/class-utils.php:165
|
| 3825 |
msgid "Make sure you have a current backup just in case."
|
| 3826 |
msgstr ""
|
| 3827 |
|
| 3828 |
+
#: build/wp-hummingbird/core/class-utils.php:441 core/class-utils.php:441
|
| 3829 |
msgid "1 hour"
|
| 3830 |
msgstr ""
|
| 3831 |
|
| 3832 |
+
#: build/wp-hummingbird/core/class-utils.php:442
|
| 3833 |
+
#: build/wp-hummingbird/core/class-utils.php:473 core/class-utils.php:442
|
| 3834 |
+
#: core/class-utils.php:473
|
| 3835 |
msgid "3 hours"
|
| 3836 |
msgstr ""
|
| 3837 |
|
| 3838 |
+
#: build/wp-hummingbird/core/class-utils.php:443
|
| 3839 |
+
#: build/wp-hummingbird/core/class-utils.php:474 core/class-utils.php:443
|
| 3840 |
+
#: core/class-utils.php:474
|
| 3841 |
msgid "4 hours"
|
| 3842 |
msgstr ""
|
| 3843 |
|
| 3844 |
+
#: build/wp-hummingbird/core/class-utils.php:444
|
| 3845 |
+
#: build/wp-hummingbird/core/class-utils.php:475 core/class-utils.php:444
|
| 3846 |
+
#: core/class-utils.php:475
|
| 3847 |
msgid "5 hours"
|
| 3848 |
msgstr ""
|
| 3849 |
|
| 3850 |
+
#: build/wp-hummingbird/core/class-utils.php:445 core/class-utils.php:445
|
| 3851 |
msgid "6 hours"
|
| 3852 |
msgstr ""
|
| 3853 |
|
| 3854 |
+
#: build/wp-hummingbird/core/class-utils.php:446
|
| 3855 |
+
#: build/wp-hummingbird/core/class-utils.php:477 core/class-utils.php:446
|
| 3856 |
+
#: core/class-utils.php:477
|
| 3857 |
msgid "12 hours"
|
| 3858 |
msgstr ""
|
| 3859 |
|
| 3860 |
+
#: build/wp-hummingbird/core/class-utils.php:447
|
| 3861 |
+
#: build/wp-hummingbird/core/class-utils.php:478 core/class-utils.php:447
|
| 3862 |
+
#: core/class-utils.php:478
|
| 3863 |
msgid "16 hours"
|
| 3864 |
msgstr ""
|
| 3865 |
|
| 3866 |
+
#: build/wp-hummingbird/core/class-utils.php:448
|
| 3867 |
+
#: build/wp-hummingbird/core/class-utils.php:479 core/class-utils.php:448
|
| 3868 |
+
#: core/class-utils.php:479
|
| 3869 |
msgid "20 hours"
|
| 3870 |
msgstr ""
|
| 3871 |
|
| 3872 |
+
#: build/wp-hummingbird/core/class-utils.php:450
|
| 3873 |
+
#: build/wp-hummingbird/core/class-utils.php:481 core/class-utils.php:450
|
| 3874 |
+
#: core/class-utils.php:481
|
| 3875 |
msgid "2 days"
|
| 3876 |
msgstr ""
|
| 3877 |
|
| 3878 |
+
#: build/wp-hummingbird/core/class-utils.php:451
|
| 3879 |
+
#: build/wp-hummingbird/core/class-utils.php:482 core/class-utils.php:451
|
| 3880 |
+
#: core/class-utils.php:482
|
| 3881 |
msgid "3 days"
|
| 3882 |
msgstr ""
|
| 3883 |
|
| 3884 |
+
#: build/wp-hummingbird/core/class-utils.php:452
|
| 3885 |
+
#: build/wp-hummingbird/core/class-utils.php:483 core/class-utils.php:452
|
| 3886 |
+
#: core/class-utils.php:483
|
| 3887 |
msgid "4 days"
|
| 3888 |
msgstr ""
|
| 3889 |
|
| 3890 |
+
#: build/wp-hummingbird/core/class-utils.php:453
|
| 3891 |
+
#: build/wp-hummingbird/core/class-utils.php:484 core/class-utils.php:453
|
| 3892 |
+
#: core/class-utils.php:484
|
| 3893 |
msgid "5 days"
|
| 3894 |
msgstr ""
|
| 3895 |
|
| 3896 |
+
#: build/wp-hummingbird/core/class-utils.php:454
|
| 3897 |
+
#: build/wp-hummingbird/core/class-utils.php:485 core/class-utils.php:454
|
| 3898 |
+
#: core/class-utils.php:485
|
| 3899 |
msgid "8 days"
|
| 3900 |
msgstr ""
|
| 3901 |
|
| 3902 |
+
#: build/wp-hummingbird/core/class-utils.php:455
|
| 3903 |
+
#: build/wp-hummingbird/core/class-utils.php:486 core/class-utils.php:455
|
| 3904 |
+
#: core/class-utils.php:486
|
| 3905 |
msgid "16 days"
|
| 3906 |
msgstr ""
|
| 3907 |
|
| 3908 |
+
#: build/wp-hummingbird/core/class-utils.php:456
|
| 3909 |
+
#: build/wp-hummingbird/core/class-utils.php:487 core/class-utils.php:456
|
| 3910 |
+
#: core/class-utils.php:487
|
| 3911 |
msgid "24 days"
|
| 3912 |
msgstr ""
|
| 3913 |
|
| 3914 |
+
#: build/wp-hummingbird/core/class-utils.php:457
|
| 3915 |
+
#: build/wp-hummingbird/core/class-utils.php:488 core/class-utils.php:457
|
| 3916 |
+
#: core/class-utils.php:488
|
| 3917 |
msgid "1 month"
|
| 3918 |
msgstr ""
|
| 3919 |
|
| 3920 |
+
#: build/wp-hummingbird/core/class-utils.php:458
|
| 3921 |
+
#: build/wp-hummingbird/core/class-utils.php:489 core/class-utils.php:458
|
| 3922 |
+
#: core/class-utils.php:489
|
| 3923 |
msgid "2 months"
|
| 3924 |
msgstr ""
|
| 3925 |
|
| 3926 |
+
#: build/wp-hummingbird/core/class-utils.php:459 core/class-utils.php:459
|
| 3927 |
msgid "3 months"
|
| 3928 |
msgstr ""
|
| 3929 |
|
| 3930 |
+
#: build/wp-hummingbird/core/class-utils.php:460
|
| 3931 |
+
#: build/wp-hummingbird/core/class-utils.php:490 core/class-utils.php:460
|
| 3932 |
+
#: core/class-utils.php:490
|
| 3933 |
msgid "6 months"
|
| 3934 |
msgstr ""
|
| 3935 |
|
| 3936 |
+
#: build/wp-hummingbird/core/class-utils.php:461
|
| 3937 |
+
#: build/wp-hummingbird/core/class-utils.php:491 core/class-utils.php:461
|
| 3938 |
+
#: core/class-utils.php:491
|
| 3939 |
msgid "1 year"
|
| 3940 |
msgstr ""
|
| 3941 |
|
| 3942 |
+
#: build/wp-hummingbird/core/class-utils.php:472 core/class-utils.php:472
|
| 3943 |
msgid "2 hours"
|
| 3944 |
msgstr ""
|
| 3945 |
|
| 3946 |
+
#: build/wp-hummingbird/core/class-utils.php:476 core/class-utils.php:476
|
| 3947 |
msgid "8 hours"
|
| 3948 |
msgstr ""
|
| 3949 |
|
| 3950 |
+
#: build/wp-hummingbird/core/class-utils.php:503
|
| 3951 |
+
#: build/wp-hummingbird/core/class-utils.php:507
|
| 3952 |
+
#: build/wp-hummingbird/core/class-utils.php:511
|
| 3953 |
+
#: build/wp-hummingbird/core/class-utils.php:515 core/class-utils.php:503
|
| 3954 |
+
#: core/class-utils.php:507 core/class-utils.php:511 core/class-utils.php:515
|
| 3955 |
msgid "8+ days"
|
| 3956 |
msgstr ""
|
| 3957 |
|
| 3958 |
+
#: build/wp-hummingbird/core/class-utils.php:657 core/class-utils.php:657
|
| 3959 |
#. translators: %d: year
|
| 3960 |
msgid "%d year"
|
| 3961 |
msgid_plural "%d years"
|
| 3962 |
msgstr[0] ""
|
| 3963 |
msgstr[1] ""
|
| 3964 |
|
| 3965 |
+
#: build/wp-hummingbird/core/class-utils.php:660 core/class-utils.php:660
|
| 3966 |
#. translators: %d: month
|
| 3967 |
msgid "%d month"
|
| 3968 |
msgid_plural "%d months"
|
| 3969 |
msgstr[0] ""
|
| 3970 |
msgstr[1] ""
|
| 3971 |
|
| 3972 |
+
#: build/wp-hummingbird/core/class-utils.php:663 core/class-utils.php:663
|
| 3973 |
#. translators: %d: day
|
| 3974 |
msgid "%d day"
|
| 3975 |
msgid_plural "%d days"
|
| 3976 |
msgstr[0] ""
|
| 3977 |
msgstr[1] ""
|
| 3978 |
|
| 3979 |
+
#: build/wp-hummingbird/core/class-utils.php:666 core/class-utils.php:666
|
| 3980 |
#. translators: %d: hour
|
| 3981 |
msgid "%d hour"
|
| 3982 |
msgid_plural "%d hours"
|
| 3983 |
msgstr[0] ""
|
| 3984 |
msgstr[1] ""
|
| 3985 |
|
| 3986 |
+
#: build/wp-hummingbird/core/class-utils.php:669 core/class-utils.php:669
|
| 3987 |
#. translators: %d: minute
|
| 3988 |
msgid "%d minute"
|
| 3989 |
msgid_plural "%d minutes"
|
| 3990 |
msgstr[0] ""
|
| 3991 |
msgstr[1] ""
|
| 3992 |
|
| 3993 |
+
#: build/wp-hummingbird/core/class-utils.php:672 core/class-utils.php:672
|
| 3994 |
#. translators: %d: second
|
| 3995 |
msgid "%d second"
|
| 3996 |
msgid_plural "%d seconds"
|
| 3997 |
msgstr[0] ""
|
| 3998 |
msgstr[1] ""
|
| 3999 |
|
| 4000 |
+
#: build/wp-hummingbird/core/class-utils.php:820 core/class-utils.php:820
|
| 4001 |
msgid "Still having trouble? "
|
| 4002 |
msgstr ""
|
| 4003 |
|
| 4004 |
+
#: build/wp-hummingbird/core/class-utils.php:823 core/class-utils.php:823
|
| 4005 |
msgid "Start a live chat."
|
| 4006 |
msgstr ""
|
| 4007 |
|
| 4008 |
+
#: build/wp-hummingbird/core/class-utils.php:827 core/class-utils.php:827
|
| 4009 |
msgid "Open a support ticket."
|
| 4010 |
msgstr ""
|
| 4011 |
|
| 4012 |
+
#: build/wp-hummingbird/core/class-utils.php:925 core/class-utils.php:925
|
| 4013 |
msgid "Page"
|
| 4014 |
msgstr ""
|
| 4015 |
|
| 4016 |
+
#: build/wp-hummingbird/core/class-utils.php:926 core/class-utils.php:926
|
| 4017 |
msgid "CloudFlare"
|
| 4018 |
msgstr ""
|
| 4019 |
|
| 4020 |
+
#: build/wp-hummingbird/core/class-utils.php:927 core/class-utils.php:927
|
| 4021 |
msgid "Gravatar"
|
| 4022 |
msgstr ""
|
| 4023 |
|
| 4024 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:163
|
| 4025 |
#: core/modules/class-module-advanced.php:163
|
| 4026 |
msgid "Post Revisions"
|
| 4027 |
msgstr ""
|
| 4028 |
|
| 4029 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:164
|
| 4030 |
#: core/modules/class-module-advanced.php:164
|
| 4031 |
msgid ""
|
| 4032 |
"Historic versions of your posts and pages. If you don't need to revert to "
|
| 4033 |
"older versions, delete these entries"
|
| 4034 |
msgstr ""
|
| 4035 |
|
| 4036 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:167
|
| 4037 |
#: core/modules/class-module-advanced.php:167
|
| 4038 |
msgid "Draft Posts"
|
| 4039 |
msgstr ""
|
| 4040 |
|
| 4041 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:168
|
| 4042 |
#: core/modules/class-module-advanced.php:168
|
| 4043 |
msgid ""
|
| 4044 |
"Auto-saved versions of your posts and pages. If you don’t use drafts you "
|
| 4045 |
"can safely delete these entries"
|
| 4046 |
msgstr ""
|
| 4047 |
|
| 4048 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:171
|
| 4049 |
#: core/modules/class-module-advanced.php:171
|
| 4050 |
msgid "Trashed Posts"
|
| 4051 |
msgstr ""
|
| 4052 |
|
| 4053 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:172
|
| 4054 |
#: core/modules/class-module-advanced.php:172
|
| 4055 |
msgid "Posts or pages you've marked as trash but haven't permanently deleted yet"
|
| 4056 |
msgstr ""
|
| 4057 |
|
| 4058 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:175
|
| 4059 |
#: core/modules/class-module-advanced.php:175
|
| 4060 |
msgid "Spam Comments"
|
| 4061 |
msgstr ""
|
| 4062 |
|
| 4063 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:176
|
| 4064 |
#: core/modules/class-module-advanced.php:176
|
| 4065 |
msgid "Comments marked as spam that haven't been deleted yet"
|
| 4066 |
msgstr ""
|
| 4067 |
|
| 4068 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:179
|
| 4069 |
#: core/modules/class-module-advanced.php:179
|
| 4070 |
msgid "Trashed Comments"
|
| 4071 |
msgstr ""
|
| 4072 |
|
| 4073 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:180
|
| 4074 |
#: core/modules/class-module-advanced.php:180
|
| 4075 |
msgid "Comments you've marked as trash but haven't permanently deleted yet"
|
| 4076 |
msgstr ""
|
| 4077 |
|
| 4078 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:183
|
| 4079 |
#: core/modules/class-module-advanced.php:183
|
| 4080 |
msgid "Expired Transients"
|
| 4081 |
msgstr ""
|
| 4082 |
|
| 4083 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:184
|
| 4084 |
#: core/modules/class-module-advanced.php:184
|
| 4085 |
msgid ""
|
| 4086 |
"Cached data that themes and plugins have stored, except these ones have "
|
| 4087 |
"expired and can be deleted"
|
| 4088 |
msgstr ""
|
| 4089 |
|
| 4090 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:187
|
| 4091 |
#: core/modules/class-module-advanced.php:187
|
| 4092 |
msgid "All Transients"
|
| 4093 |
msgstr ""
|
| 4094 |
|
| 4095 |
+
#: build/wp-hummingbird/core/modules/class-module-advanced.php:188
|
| 4096 |
#: core/modules/class-module-advanced.php:188
|
| 4097 |
msgid ""
|
| 4098 |
"Cached data that themes and plugins have stored, but may still be in use. "
|
| 4100 |
"regenerating transients."
|
| 4101 |
msgstr ""
|
| 4102 |
|
| 4103 |
+
#: build/wp-hummingbird/core/modules/class-module-cloudflare.php:361
|
| 4104 |
+
#: core/modules/class-module-cloudflare.php:361
|
| 4105 |
msgid "Invalid Cloudflare expiration value"
|
| 4106 |
msgstr ""
|
| 4107 |
|
| 4108 |
+
#: build/wp-hummingbird/core/modules/class-module-gravatar.php:109
|
| 4109 |
#: core/modules/class-module-gravatar.php:109
|
| 4110 |
msgid "Error fetching Gravatar. Gravatar not found."
|
| 4111 |
msgstr ""
|
| 4112 |
|
| 4113 |
+
#: build/wp-hummingbird/core/modules/class-module-minify.php:1052
|
| 4114 |
#: core/modules/class-module-minify.php:1052
|
| 4115 |
msgid "Unsupported content"
|
| 4116 |
msgstr ""
|
| 4117 |
|
| 4118 |
+
#: build/wp-hummingbird/core/modules/class-module-minify.php:1061
|
| 4119 |
#: core/modules/class-module-minify.php:1061
|
| 4120 |
msgid "Error saving file"
|
| 4121 |
msgstr ""
|
| 4122 |
|
| 4123 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:124
|
| 4124 |
#: core/modules/class-module-page-cache.php:124
|
| 4125 |
#. translators: %s: plugin name.
|
| 4126 |
msgid ""
|
| 4128 |
"functionality."
|
| 4129 |
msgstr ""
|
| 4130 |
|
| 4131 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:135
|
| 4132 |
#: core/modules/class-module-page-cache.php:135
|
| 4133 |
msgid ""
|
| 4134 |
"Hummingbird detected an advanced-cache.php file in wp-content directory. "
|
| 4135 |
"Please disable any other caching plugins on order to use Page Caching."
|
| 4136 |
msgstr ""
|
| 4137 |
|
| 4138 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:155
|
| 4139 |
#: core/modules/class-module-page-cache.php:155
|
| 4140 |
msgid ""
|
| 4141 |
"Page caching halted while minification queue is being processed. This can "
|
| 4142 |
"take a few minutes.."
|
| 4143 |
msgstr ""
|
| 4144 |
|
| 4145 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:326
|
| 4146 |
#: core/modules/class-module-page-cache.php:326
|
| 4147 |
msgid ""
|
| 4148 |
"Hummingbird could not locate the wp-config.php file for WordPress. Please "
|
| 4150 |
"<br><code>define('WP_CACHE', true);</code>"
|
| 4151 |
msgstr ""
|
| 4152 |
|
| 4153 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:336
|
| 4154 |
#: core/modules/class-module-page-cache.php:336
|
| 4155 |
msgid ""
|
| 4156 |
"Hummingbird could not write to the wp-config.php file. Please add the "
|
| 4158 |
"true);</code>"
|
| 4159 |
msgstr ""
|
| 4160 |
|
| 4161 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:362
|
| 4162 |
#: core/modules/class-module-page-cache.php:362
|
| 4163 |
msgid "Frontpage"
|
| 4164 |
msgstr ""
|
| 4165 |
|
| 4166 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:363
|
| 4167 |
#: core/modules/class-module-page-cache.php:363
|
| 4168 |
msgid "Blog"
|
| 4169 |
msgstr ""
|
| 4170 |
|
| 4171 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:364
|
| 4172 |
#: core/modules/class-module-page-cache.php:364
|
| 4173 |
msgid "Pages"
|
| 4174 |
msgstr ""
|
| 4175 |
|
| 4176 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:365
|
| 4177 |
#: core/modules/class-module-page-cache.php:365
|
| 4178 |
msgid "Posts"
|
| 4179 |
msgstr ""
|
| 4180 |
|
| 4181 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:366
|
| 4182 |
#: core/modules/class-module-page-cache.php:366
|
| 4183 |
msgid "Archives"
|
| 4184 |
msgstr ""
|
| 4185 |
|
| 4186 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:367
|
| 4187 |
#: core/modules/class-module-page-cache.php:367
|
| 4188 |
msgid "Categories"
|
| 4189 |
msgstr ""
|
| 4190 |
|
| 4191 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:368
|
| 4192 |
#: core/modules/class-module-page-cache.php:368
|
| 4193 |
msgid "Tags"
|
| 4194 |
msgstr ""
|
| 4195 |
|
| 4196 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:372
|
| 4197 |
#: core/modules/class-module-page-cache.php:372
|
| 4198 |
msgid "Products"
|
| 4199 |
msgstr ""
|
| 4200 |
|
| 4201 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:1278
|
| 4202 |
+
#: build/wp-hummingbird/core/modules/class-module-page-cache.php:1374
|
| 4203 |
#: core/modules/class-module-page-cache.php:1278
|
| 4204 |
#: core/modules/class-module-page-cache.php:1374
|
| 4205 |
msgid "Cache for post has been cleared."
|
| 4206 |
msgstr ""
|
| 4207 |
|
| 4208 |
+
#: build/wp-hummingbird/core/modules/class-module-performance.php:139
|
| 4209 |
#: core/modules/class-module-performance.php:139
|
| 4210 |
msgid ""
|
| 4211 |
"The performance test didn't return any results. This probably means you're "
|
| 4214 |
"open a ticket with our support heroes"
|
| 4215 |
msgstr ""
|
| 4216 |
|
| 4217 |
+
#: build/wp-hummingbird/core/modules/class-module-uptime.php:30
|
| 4218 |
#: core/modules/class-module-uptime.php:30
|
| 4219 |
msgid "You need to be a WPMU DEV Member"
|
| 4220 |
msgstr ""
|
| 4221 |
|
| 4222 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:885
|
| 4223 |
#: core/modules/minify/class-minify-group.php:885
|
| 4224 |
msgid "This file has not a linked URL, it will not be combined/minified"
|
| 4225 |
msgstr ""
|
| 4226 |
|
| 4227 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:898
|
| 4228 |
#: core/modules/minify/class-minify-group.php:898
|
| 4229 |
msgid "This file included in your output can't be minified or combined"
|
| 4230 |
msgstr ""
|
| 4231 |
|
| 4232 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:946
|
| 4233 |
#: core/modules/minify/class-minify-group.php:946
|
| 4234 |
msgid "It looks like this file is empty"
|
| 4235 |
msgstr ""
|
| 4236 |
|
| 4237 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:976
|
| 4238 |
#: core/modules/minify/class-minify-group.php:976
|
| 4239 |
msgid "@import directive is not allowed in stylesheets"
|
| 4240 |
msgstr ""
|
| 4241 |
|
| 4242 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:992
|
| 4243 |
#: core/modules/minify/class-minify-group.php:992
|
| 4244 |
msgid "Hummingbird could not parse the content of this file"
|
| 4245 |
msgstr ""
|
| 4246 |
|
| 4247 |
+
#: build/wp-hummingbird/core/modules/minify/class-minify-group.php:1027
|
| 4248 |
#: core/modules/minify/class-minify-group.php:1027
|
| 4249 |
msgid "Minify callback does not exist"
|
| 4250 |
msgstr ""
|
| 4251 |
|
| 4252 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:6
|
| 4253 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:6
|
| 4254 |
msgid ""
|
| 4255 |
"Monitor your website and get notified if/when it's inaccessible. We'll also "
|
| 4256 |
"watch your server response time."
|
| 4257 |
msgstr ""
|
| 4258 |
|
| 4259 |
+
#: build/wp-hummingbird/core/pro/admin/views/dashboard/reports/meta-box.php:31
|
| 4260 |
#: core/pro/admin/views/dashboard/reports/meta-box.php:31
|
| 4261 |
msgid "To enable this report you must first activate Uptime Monitoring"
|
| 4262 |
msgstr ""
|
| 4263 |
|
| 4264 |
+
#: build/wp-hummingbird/core/pro/class-pro-ajax.php:99
|
| 4265 |
#: core/pro/class-pro-ajax.php:99
|
| 4266 |
msgid "Please, insert a valid email."
|
| 4267 |
msgstr ""
|
| 4268 |
|
| 4269 |
+
#: build/wp-hummingbird/core/pro/class-pro.php:123 core/pro/class-pro.php:123
|
| 4270 |
msgid "Cron"
|
| 4271 |
msgstr ""
|
| 4272 |
|
| 4273 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:223
|
| 4274 |
+
msgid "install"
|
| 4275 |
+
msgstr ""
|
| 4276 |
+
|
| 4277 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:230
|
| 4278 |
+
msgid ""
|
| 4279 |
+
"Important updates are available for <strong>%s</strong>. Install the free "
|
| 4280 |
+
"WPMU DEV Dashboard plugin now for updates and support!"
|
| 4281 |
+
msgstr ""
|
| 4282 |
+
|
| 4283 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:232
|
| 4284 |
+
msgid ""
|
| 4285 |
+
"<strong>%s</strong> is almost ready - install the free WPMU DEV Dashboard "
|
| 4286 |
+
"plugin for updates and support!"
|
| 4287 |
+
msgstr ""
|
| 4288 |
+
|
| 4289 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:236
|
| 4290 |
+
msgid ""
|
| 4291 |
+
"Important updates are available for your WPMU DEV plugins/themes. Install "
|
| 4292 |
+
"the free WPMU DEV Dashboard plugin now for updates and support!"
|
| 4293 |
+
msgstr ""
|
| 4294 |
+
|
| 4295 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:238
|
| 4296 |
+
msgid ""
|
| 4297 |
+
"Almost ready - install the free WPMU DEV Dashboard plugin for updates and "
|
| 4298 |
+
"support!"
|
| 4299 |
+
msgstr ""
|
| 4300 |
+
|
| 4301 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:244
|
| 4302 |
+
msgid "Install Plugin"
|
| 4303 |
+
msgstr ""
|
| 4304 |
+
|
| 4305 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:247
|
| 4306 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:288
|
| 4307 |
+
msgid "Saving..."
|
| 4308 |
+
msgstr ""
|
| 4309 |
+
|
| 4310 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:264
|
| 4311 |
+
msgid "activate"
|
| 4312 |
+
msgstr ""
|
| 4313 |
+
|
| 4314 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:271
|
| 4315 |
+
msgid ""
|
| 4316 |
+
"Important updates are available for <strong>%s</strong>. Activate the WPMU "
|
| 4317 |
+
"DEV Dashboard to update now!"
|
| 4318 |
+
msgstr ""
|
| 4319 |
+
|
| 4320 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:273
|
| 4321 |
+
msgid "Just one more step to enable updates and support for <strong>%s</strong>!"
|
| 4322 |
+
msgstr ""
|
| 4323 |
+
|
| 4324 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:277
|
| 4325 |
+
msgid ""
|
| 4326 |
+
"Important updates are available for your WPMU DEV plugins/themes. Activate "
|
| 4327 |
+
"the WPMU DEV Dashboard to update now!"
|
| 4328 |
+
msgstr ""
|
| 4329 |
+
|
| 4330 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:279
|
| 4331 |
+
msgid ""
|
| 4332 |
+
"Just one more step - activate the WPMU DEV Dashboard plugin and you're all "
|
| 4333 |
+
"done!"
|
| 4334 |
+
msgstr ""
|
| 4335 |
+
|
| 4336 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:285
|
| 4337 |
+
msgid "Activate WPMU DEV Dashboard"
|
| 4338 |
+
msgstr ""
|
| 4339 |
+
|
| 4340 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:952
|
| 4341 |
+
msgid "We did not find any data for this plugin or theme..."
|
| 4342 |
+
msgstr ""
|
| 4343 |
+
|
| 4344 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1131
|
| 4345 |
+
msgid "%s changelog"
|
| 4346 |
+
msgstr ""
|
| 4347 |
+
|
| 4348 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1161
|
| 4349 |
+
msgid "Current"
|
| 4350 |
+
msgstr ""
|
| 4351 |
+
|
| 4352 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1167
|
| 4353 |
+
msgid "New"
|
| 4354 |
+
msgstr ""
|
| 4355 |
+
|
| 4356 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1184
|
| 4357 |
+
msgid "Version %s"
|
| 4358 |
+
msgstr ""
|
| 4359 |
+
|
| 4360 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1202
|
| 4361 |
+
msgid "Show all changes"
|
| 4362 |
+
msgstr ""
|
| 4363 |
+
|
| 4364 |
+
#: build/wp-hummingbird/core/pro/externals/dash-notice/wpmudev-dash-notification.php:1203
|
| 4365 |
+
msgid "Hide details"
|
| 4366 |
+
msgstr ""
|
| 4367 |
+
|
| 4368 |
+
#: build/wp-hummingbird/core/pro/modules/class-module-reporting.php:41
|
| 4369 |
#: core/pro/modules/class-module-reporting.php:41
|
| 4370 |
#. translators: %s: Url for site
|
| 4371 |
msgid "Here's your latest performance test results for %s"
|
| 4375 |
msgid "WPMU DEV"
|
| 4376 |
msgstr ""
|
| 4377 |
|
| 4378 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/footer.php:25
|
| 4379 |
#: core/pro/modules/reporting/templates/footer.php:25
|
| 4380 |
msgid "EVERYTHING YOU NEED FOR WORDPRESS"
|
| 4381 |
msgstr ""
|
| 4382 |
|
| 4383 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/footer.php:26
|
| 4384 |
#: core/pro/modules/reporting/templates/footer.php:26
|
| 4385 |
msgid "One place, one low price, unlimited sites"
|
| 4386 |
msgstr ""
|
| 4387 |
|
| 4388 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/footer.php:41
|
| 4389 |
#: core/pro/modules/reporting/templates/footer.php:41
|
| 4390 |
msgid "Incsub, PO Box 163 Albert Park, Victoria, 3206, Australia."
|
| 4391 |
msgstr ""
|
| 4392 |
|
| 4393 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/header.php:18
|
| 4394 |
#: core/pro/modules/reporting/templates/header.php:18
|
| 4395 |
msgid "Test results from"
|
| 4396 |
msgstr ""
|
| 4397 |
|
| 4398 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/header.php:19
|
| 4399 |
#: core/pro/modules/reporting/templates/header.php:19
|
| 4400 |
msgid "Hummingbird!"
|
| 4401 |
msgstr ""
|
| 4402 |
|
| 4403 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/header.php:23
|
| 4404 |
#: core/pro/modules/reporting/templates/header.php:23
|
| 4405 |
msgid "Hummingbird Performance Report"
|
| 4406 |
msgstr ""
|
| 4407 |
|
| 4408 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:24
|
| 4409 |
#: core/pro/modules/reporting/templates/main.php:24
|
| 4410 |
#. translators: %s: Username.
|
| 4411 |
msgid "Hi %s,"
|
| 4412 |
msgstr ""
|
| 4413 |
|
| 4414 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:26
|
| 4415 |
#: core/pro/modules/reporting/templates/main.php:26
|
| 4416 |
msgid "It’s Hummingbird here, straight from the"
|
| 4417 |
msgstr ""
|
| 4418 |
|
| 4419 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:26
|
| 4420 |
#: core/pro/modules/reporting/templates/main.php:26
|
| 4421 |
msgid "engine room. Here’s your latest Performance Test summary."
|
| 4422 |
msgstr ""
|
| 4423 |
|
| 4424 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:34
|
| 4425 |
#: core/pro/modules/reporting/templates/main.php:34
|
| 4426 |
msgid "Ok"
|
| 4427 |
msgstr ""
|
| 4428 |
|
| 4429 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:36
|
| 4430 |
#: core/pro/modules/reporting/templates/main.php:36
|
| 4431 |
msgid "Warning"
|
| 4432 |
msgstr ""
|
| 4433 |
|
| 4434 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:38
|
| 4435 |
#: core/pro/modules/reporting/templates/main.php:38
|
| 4436 |
msgid "Critical"
|
| 4437 |
msgstr ""
|
| 4438 |
|
| 4439 |
+
#: build/wp-hummingbird/core/pro/modules/reporting/templates/main.php:52
|
| 4440 |
#: core/pro/modules/reporting/templates/main.php:52
|
| 4441 |
msgid "View full report"
|
| 4442 |
msgstr ""
|
| 4443 |
|
| 4444 |
+
#: build/wp-hummingbird/externals/shared-ui/plugin-ui.php:49
|
| 4445 |
+
msgid "Nothing found"
|
| 4446 |
+
msgstr ""
|
| 4447 |
+
|
| 4448 |
+
#: build/wp-hummingbird/externals/shared-ui/plugin-ui.php:50
|
| 4449 |
+
msgid "Okay, we saved your changes!"
|
| 4450 |
+
msgstr ""
|
| 4451 |
+
|
| 4452 |
+
#: build/wp-hummingbird/externals/shared-ui/plugin-ui.php:51
|
| 4453 |
+
msgid "Oops, we could not do this..."
|
| 4454 |
+
msgstr ""
|
| 4455 |
+
|
| 4456 |
+
#: build/wp-hummingbird/externals/shared-ui/plugin-ui.php:272
|
| 4457 |
+
msgid "Saving"
|
| 4458 |
+
msgstr ""
|
| 4459 |
+
|
| 4460 |
#. Plugin URI of the plugin/theme
|
| 4461 |
msgid "https://premium.wpmudev.org/project/wp-hummingbird/"
|
| 4462 |
msgstr ""
|
| 4473 |
msgstr ""
|
| 4474 |
|
| 4475 |
#: admin/views/caching/browser-caching-configure-meta-box.php:449
|
| 4476 |
+
#: build/wp-hummingbird/admin/views/caching/browser-caching-configure-meta-box.php:449
|
| 4477 |
msgctxt "Connect to Cloudflare button text"
|
| 4478 |
msgid "Connect"
|
| 4479 |
msgstr ""
|
| 4480 |
|
| 4481 |
#: admin/views/dashboard/welcome/meta-box.php:52
|
| 4482 |
#: admin/views/performance/module-resume-meta-box.php:27
|
| 4483 |
+
#: build/wp-hummingbird/admin/views/dashboard/welcome/meta-box.php:52
|
| 4484 |
+
#: build/wp-hummingbird/admin/views/performance/module-resume-meta-box.php:27
|
| 4485 |
msgctxt "Time of the last performance report"
|
| 4486 |
msgid "at %s"
|
| 4487 |
msgstr ""
|
readme.txt
CHANGED
|
@@ -8,7 +8,7 @@ Tags: Optimization, Caching, Speed, Performance, Faster, PageSpeed, Gzip, Compre
|
|
| 8 |
Requires at least: 4.6
|
| 9 |
Tested up to: 4.9.4
|
| 10 |
Requires PHP: 5.2
|
| 11 |
-
Stable tag: 1.8.0.
|
| 12 |
License: GPLv2
|
| 13 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
| 14 |
|
|
@@ -106,6 +106,15 @@ Asset Optimization is a great way to speed up your site but moving, combining an
|
|
| 106 |
|
| 107 |
== Changelog ==
|
| 108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
= 1.8.0.2 ( 2018-03-08 ) =
|
| 110 |
- Fix: Cached with Hummingbird comment shows on top of the page
|
| 111 |
|
| 8 |
Requires at least: 4.6
|
| 9 |
Tested up to: 4.9.4
|
| 10 |
Requires PHP: 5.2
|
| 11 |
+
Stable tag: 1.8.0.4
|
| 12 |
License: GPLv2
|
| 13 |
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
| 14 |
|
| 106 |
|
| 107 |
== Changelog ==
|
| 108 |
|
| 109 |
+
= 1.8.0.4 ( 2018-03-14 ) =
|
| 110 |
+
- Fix: API spam issue
|
| 111 |
+
- Fix: Performance scans not returning any results on some hosts
|
| 112 |
+
- Fix: High CPU usage with wphb-check-cf checks
|
| 113 |
+
|
| 114 |
+
= 1.8.0.3 ( 2018-03-13 ) =
|
| 115 |
+
- Enhance: Better settings upgrade on multisite installs
|
| 116 |
+
- Fix: Scheduled performance reports stuck on a loop
|
| 117 |
+
|
| 118 |
= 1.8.0.2 ( 2018-03-08 ) =
|
| 119 |
- Fix: Cached with Hummingbird comment shows on top of the page
|
| 120 |
|
wp-hummingbird.php
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
Plugin Name: Hummingbird
|
| 4 |
-
Version: 1.8.0.
|
| 5 |
Plugin URI: https://premium.wpmudev.org/project/wp-hummingbird/
|
| 6 |
Description: Hummingbird zips through your site finding new ways to make it load faster, from file compression and minification to browser caching – because when it comes to pagespeed, every millisecond counts.
|
| 7 |
Author: WPMU DEV
|
|
@@ -32,7 +32,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
| 32 |
*/
|
| 33 |
|
| 34 |
if ( ! defined( 'WPHB_VERSION' ) ) {
|
| 35 |
-
define( 'WPHB_VERSION', '1.8.0.
|
| 36 |
}
|
| 37 |
|
| 38 |
if ( ! defined( 'WPHB_DIR_PATH' ) ) {
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
Plugin Name: Hummingbird
|
| 4 |
+
Version: 1.8.0.4
|
| 5 |
Plugin URI: https://premium.wpmudev.org/project/wp-hummingbird/
|
| 6 |
Description: Hummingbird zips through your site finding new ways to make it load faster, from file compression and minification to browser caching – because when it comes to pagespeed, every millisecond counts.
|
| 7 |
Author: WPMU DEV
|
| 32 |
*/
|
| 33 |
|
| 34 |
if ( ! defined( 'WPHB_VERSION' ) ) {
|
| 35 |
+
define( 'WPHB_VERSION', '1.8.0.4' );
|
| 36 |
}
|
| 37 |
|
| 38 |
if ( ! defined( 'WPHB_DIR_PATH' ) ) {
|
