Updates DFs

This commit is contained in:
erwanlr
2023-12-01 17:25:49 +01:00
parent 96b6b81d78
commit 44da286d5d
59 changed files with 16252 additions and 8 deletions

View File

@@ -0,0 +1,7 @@
= 1.0.0 =
* First official release
* Such cool, much wow
* Feature: Page caching with PHP Must-Use plugin
* Feature: Custom SMTP support
* Feature: Clean up WordPress output, by disabling all kinds of not-needed output
* Feature: Add security headers, such as "X-Frame-Options", "X-Content-Type-Options", "Referrer-Policy", "Strict-Transport-Security (HSTS)"

View File

@@ -0,0 +1,362 @@
# Copyright (C) 2023 Daev.tech
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Unified 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-08T10:49:24+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: unified\n"
#. Plugin Name of the plugin
msgid "Unified"
msgstr ""
#. Plugin URI of the plugin
msgid "https://daev.tech/unified"
msgstr ""
#. Description of the plugin
msgid "SMTP setup, page cache, WordPress clean up, security http headers, focused on high performance, no bloat and low memory usage."
msgstr ""
#. Author of the plugin
msgid "Daev.tech"
msgstr ""
#. Author URI of the plugin
msgid "https://daev.tech"
msgstr ""
#: src/Pages/ConfigurationPage.php:54
msgid "Nonce was not correct, so configuration could not be updated - Refresh page and try again"
msgstr ""
#: src/UnifiedPlugin.php:109
msgid "Configuration"
msgstr ""
#: src/Utilities/Configuration.php:63
msgid "Email SMTP host name is not valid or could not look up the DNS IP address for it"
msgstr ""
#: src/Utilities/Configuration.php:72
msgid "Email SMTP port needs to a number between 1 and 65535"
msgstr ""
#: src/Utilities/Configuration.php:96
msgid "Email SMTP secure can only be tls, ssl or empty"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:65
msgid "MU plugin dir %s could not be created - It is probably a permission issue"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:76
msgid "MU plugin dir %s is not writable - It is probably a permission issue"
msgstr ""
#. translators: %s WordPress Must-use plugin dir
#: src/Utilities/MUPlugin/MUPluginAdmin.php:96
msgid "MU plugin %s could not be copied to MU plugin dir - It is probably a permission issue"
msgstr ""
#. translators: %s Plugin path
#: src/Utilities/MUPlugin/MUPluginAdmin.php:118
msgid "MU plugin %s could not be deleted - It is probably a permission issue"
msgstr ""
#: dist/unified.js:179
msgid "Unified configuration"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Global configuration"
msgstr ""
#: dist/unified.js:179
msgid "Speed"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Page caching"
msgstr ""
#: dist/unified.js:179
msgid "Email"
msgstr ""
#: dist/unified.js:179
#: dist/unified.js:333
msgid "Email setup"
msgstr ""
#: dist/unified.js:179
msgid "Clean-up"
msgstr ""
#: dist/unified.js:179
msgid "WordPress"
msgstr ""
#: dist/unified.js:179
msgid "Security"
msgstr ""
#: dist/unified.js:179
msgid "HTTP Headers"
msgstr ""
#: dist/unified.js:179
msgid "Configuration could be saved right now due to connection errors - Try again"
msgstr ""
#: dist/unified.js:333
msgid "Show all configurations"
msgstr ""
#: dist/unified.js:333
msgid "Reset to recommended"
msgstr ""
#: dist/unified.js:333
msgid "Global enable features"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable all the features in Unified in one option"
msgstr ""
#: dist/unified.js:333
msgid "Enabled page caching (with PHP)"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable page caching feature"
msgstr ""
#: dist/unified.js:333
msgid "Configure a custom SMTP to use"
msgstr ""
#: dist/unified.js:333
msgid "Enable custom SMTP for emails"
msgstr ""
#: dist/unified.js:333
msgid "Enable or disable the usage of custom SMTP"
msgstr ""
#: dist/unified.js:333
msgid "SMTP host"
msgstr ""
#: dist/unified.js:333
msgid "Hostname of SMTP server - Example: mail.google.com"
msgstr ""
#: dist/unified.js:333
msgid "SMTP port"
msgstr ""
#: dist/unified.js:333
msgid "Port number of SMTP server - Example: 445"
msgstr ""
#: dist/unified.js:333
msgid "SMTP security scheme"
msgstr ""
#: dist/unified.js:333
msgid "Unsecure"
msgstr ""
#: dist/unified.js:333
msgid "TLS"
msgstr ""
#: dist/unified.js:333
msgid "SSL"
msgstr ""
#: dist/unified.js:333
msgid "Encryption used by SMTP - Normally you can find this in the documentation of SMTP. TLS is preferred, then SSL. Only use unsecure if others are not available."
msgstr ""
#: dist/unified.js:333
msgid "Username/password?"
msgstr ""
#: dist/unified.js:333
msgid "If your SMTP requires authentication, you should have gotten a username and password"
msgstr ""
#: dist/unified.js:333
msgid "SMTP username"
msgstr ""
#: dist/unified.js:333
msgid "SMTP password"
msgstr ""
#: dist/unified.js:333
msgid "Configure which name/email the emails are sent from"
msgstr ""
#: dist/unified.js:333
msgid "From name"
msgstr ""
#: dist/unified.js:333
msgid "The name that the email is sent from, which will appear in the receivers inbox"
msgstr ""
#: dist/unified.js:333
msgid "From email"
msgstr ""
#: dist/unified.js:333
msgid "The email address that the email will seem to be sent from"
msgstr ""
#: dist/unified.js:333
msgid "Clean up WordPress"
msgstr ""
#: dist/unified.js:333
msgid "Clean WordPress HTML output"
msgstr ""
#: dist/unified.js:333
msgid "Clean the output of WordPress"
msgstr ""
#: dist/unified.js:333
msgid "Make sure WordPress doesnt output all kinds of useless data in the HTML"
msgstr ""
#: dist/unified.js:333
msgid "Disable WordPress features"
msgstr ""
#: dist/unified.js:333
msgid "Disable emoji JS & styles"
msgstr ""
#: dist/unified.js:333
msgid "Disable the output of Emoji related JS and related"
msgstr ""
#: dist/unified.js:333
msgid "Disable RSS/ATOM feeds for all pages"
msgstr ""
#: dist/unified.js:333
msgid "Disables the auto-generated RSS/ATOM feeds on all pages"
msgstr ""
#: dist/unified.js:333
msgid "Disable author pages"
msgstr ""
#: dist/unified.js:333
msgid "Disables the auto-generated author pages"
msgstr ""
#: dist/unified.js:333
msgid "Disable admin bar on frontend"
msgstr ""
#: dist/unified.js:333
msgid "Disables the admin bar in the top when browsing the frontend of site"
msgstr ""
#: dist/unified.js:333
msgid "Disable default REST routes"
msgstr ""
#: dist/unified.js:333
msgid "Dangerous option - Make sure to read the description"
msgstr ""
#: dist/unified.js:333
msgid "Disables the default REST routes loaded in WP. Be careful with this, as themes and plugins might depend on them."
msgstr ""
#: dist/unified.js:333
msgid "Security headers"
msgstr ""
#: dist/unified.js:333
msgid "Disable security headers"
msgstr ""
#: dist/unified.js:333
msgid "Remove X-Pingback header"
msgstr ""
#: dist/unified.js:333
msgid "Disable the header X-Pingback which WordPress outputs, but in almost all cases is not needed"
msgstr ""
#: dist/unified.js:333
msgid "Remove X-Powered-By header"
msgstr ""
#: dist/unified.js:333
msgid "Disable the header X-Powered-By which PHP outputs, but is unwanted information disclosure"
msgstr ""
#: dist/unified.js:333
msgid "Enable security headers"
msgstr ""
#: dist/unified.js:333
msgid "Enable X-Frame-Options"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, so your site is not allowed to loaded in a iframe on another site"
msgstr ""
#: dist/unified.js:333
msgid "Enable X-Content-Type-Options"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, preventing the browser from trying to guess the metadata on the content served and instead trust the server"
msgstr ""
#: dist/unified.js:333
msgid "Enable Referrer-Polic"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, which limits the amount of data passed on when navigating away from the site"
msgstr ""
#: dist/unified.js:333
msgid "Enable Strict-Transport-Security (HSTS)"
msgstr ""
#: dist/unified.js:333
msgid "Enable header, which tells the browser to only load the site over HTTPS (encrypted), also in the future. Only use this if your site is going to be loaded over HTTPS in the future also."
msgstr ""
#: dist/unified.js:344
msgid "Save"
msgstr ""
#: dist/unified.js:344
msgid "Saved"
msgstr ""