New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): Ukrainian

Filter ↓ Sort ↓ All (64) Translated (0) Untranslated (64) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3 5
Prio Original string Translation
Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.
Priority: high
You have to log in to add a translation. Details
Generate and manage SSL certificates for your WordPress sites for free with this Let's Encrypt client.
Comment

Short description.

You have to log in to edit this translation.

WP Encrypt
Priority: high
You have to log in to add a translation. Details
WP Encrypt
Comment

Plugin name.

You have to log in to edit this translation.

<strong>No longer maintained:</strong> This plugin is no longer maintained. Unfortunately I don't have the capacities to keep up with this project as there are other WordPress-related projects &amp; plugins that are higher priority to me. Furthermore I'd like to remind that this is an experimental plugin and requires quite a bit of technical knowledge, since setting up SSL certificates is unfortunately still not a trivial task. It also won't work on many setups that don't provide access to some of the areas required. I want to thank all the users of this plugin. If you're interested in continuing maintenance for the project from here, please contact me. You have to log in to add a translation. Details
<strong>No longer maintained:</strong> This plugin is no longer maintained. Unfortunately I don't have the capacities to keep up with this project as there are other WordPress-related projects &amp; plugins that are higher priority to me. Furthermore I'd like to remind that this is an experimental plugin and requires quite a bit of technical knowledge, since setting up SSL certificates is unfortunately still not a trivial task. It also won't work on many setups that don't provide access to some of the areas required. I want to thank all the users of this plugin. If you're interested in continuing maintenance for the project from here, please contact me.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Installation Instructions You have to log in to add a translation. Details
Installation Instructions
Comment

Found in faq header.

You have to log in to edit this translation.

If you don't have permissions to modify the server configuration, you might be able to still use the certificates if your host provides an interface to upload your own SSL certificates. In that case you can simply upload the generated certificate files there. You have to log in to add a translation. Details
If you don't have permissions to modify the server configuration, you might be able to still use the certificates if your host provides an interface to upload your own SSL certificates. In that case you can simply upload the generated certificate files there.
Comment

Found in description paragraph.

You have to log in to edit this translation.

The core of this plugin is mostly a rewrite of <a href="https://github.com/analogic/lescript/blob/master/Lescript.php">analogic/lescript</a>, a PHP client for Let's Encrypt. The plugin's implementation includes fixes to work properly in WordPress, plus it provides some enhancements over the original client, like a reusable class hierarchy. You have to log in to add a translation. Details
The core of this plugin is mostly a rewrite of <a href="https://github.com/analogic/lescript/blob/master/Lescript.php">analogic/lescript</a>, a PHP client for Let's Encrypt. The plugin's implementation includes fixes to work properly in WordPress, plus it provides some enhancements over the original client, like a reusable class hierarchy.
Comment

Found in description paragraph.

You have to log in to edit this translation.

Additional Credit You have to log in to add a translation. Details
Additional Credit
Comment

Found in description header.

You have to log in to edit this translation.

You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/wp-encrypt">translate.wordpress.org</a> to get started. You have to log in to add a translation. Details
You can also contribute to the plugin by translating it. Simply visit <a href="https://translate.wordpress.org/projects/wp-plugins/wp-encrypt">translate.wordpress.org</a> to get started.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

If you're a developer and you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/wp-encrypt">Github repository for the plugin</a>. You have to log in to add a translation. Details
If you're a developer and you have some ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request in the <a href="https://github.com/felixarntz/wp-encrypt">Github repository for the plugin</a>.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

I preferably take support requests as <a href="https://github.com/felixarntz/wp-encrypt/issues">issues on Github</a>, so I would appreciate if you created an issue for your request there. However, if you don't have an account there and do not want to sign up, you can of course use the <a href="https://wordpress.org/support/plugin/wp-encrypt">wordpress.org support forums</a> as well. You have to log in to add a translation. Details
I preferably take support requests as <a href="https://github.com/felixarntz/wp-encrypt/issues">issues on Github</a>, so I would appreciate if you created an issue for your request there. However, if you don't have an account there and do not want to sign up, you can of course use the <a href="https://wordpress.org/support/plugin/wp-encrypt">wordpress.org support forums</a> as well.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The plugin allows you to completely reset it. This will delete all certificates and keys created by the plugin. You must not reset the plugin while your server is using any of those files - if you need to reset, first unassign the certificates in your server configuration. Because the reset functionality is a critical area, it is hidden by default. You can enable it by defining a constant <code>WP_ENCRYPT_ENABLE_DANGER_ZONE</code> and set it to true. After having done so, you will see a new section called "Danger Zone" on the settings page. You have to log in to add a translation. Details
The plugin allows you to completely reset it. This will delete all certificates and keys created by the plugin. You must not reset the plugin while your server is using any of those files - if you need to reset, first unassign the certificates in your server configuration. Because the reset functionality is a critical area, it is hidden by default. You can enable it by defining a constant <code>WP_ENCRYPT_ENABLE_DANGER_ZONE</code> and set it to true. After having done so, you will see a new section called "Danger Zone" on the settings page.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The plugin only acts as a connection between your WordPress site and Let's Encrypt - it is used to obtain the certificate. WordPress cannot modify your server configuration to use it, that's why you need to take care of it yourself. However, you will find basic instructions in the plugin. After adjusting your server configuration, you also need to switch your site to HTTPS. You have to log in to add a translation. Details
The plugin only acts as a connection between your WordPress site and Let's Encrypt - it is used to obtain the certificate. WordPress cannot modify your server configuration to use it, that's why you need to take care of it yourself. However, you will find basic instructions in the plugin. After adjusting your server configuration, you also need to switch your site to HTTPS.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

To change the directories where the certificates are being stored, please define a constant called <code>WP_ENCRYPT_SSL_CERTIFICATES_DIR_PATH</code> containing the desired path in your <code>wp-config.php</code>. This will override the default location. Note that if you change this after you have already registered a Let's Encrypt account / generated a certificate, you need to start over with this process. You have to log in to add a translation. Details
To change the directories where the certificates are being stored, please define a constant called <code>WP_ENCRYPT_SSL_CERTIFICATES_DIR_PATH</code> containing the desired path in your <code>wp-config.php</code>. This will override the default location. Note that if you change this after you have already registered a Let's Encrypt account / generated a certificate, you need to start over with this process.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The problem might be that WordPress is unable to write the certificate and save it on your server. By default WordPress needs to be able to write to the directories <code>../letsencrypt</code> and <code>.well-known</code> (both paths are relative to the site's root directory). If WordPress cannot write to these locations, it will show a warning on the plugin's settings page, and you will be asked to enter your filesystem credentials when necessary. However, note that in this case automatically renewing the certificate is not possible (you will have to do it manually then). You have to log in to add a translation. Details
The problem might be that WordPress is unable to write the certificate and save it on your server. By default WordPress needs to be able to write to the directories <code>../letsencrypt</code> and <code>.well-known</code> (both paths are relative to the site's root directory). If WordPress cannot write to these locations, it will show a warning on the plugin's settings page, and you will be asked to enter your filesystem credentials when necessary. However, note that in this case automatically renewing the certificate is not possible (you will have to do it manually then).
Comment

Found in faq paragraph.

You have to log in to edit this translation.

After plugin activation you will find a new admin page in the Settings menu where you can register, generate, renew and revoke certificates for your WordPress site. In a Multisite, this menu is not located in the regular admin, but in the network admin, and it will work for all sites in the network. On the admin page you will find a help tab on top which provides further information on how to get started. You have to log in to add a translation. Details
After plugin activation you will find a new admin page in the Settings menu where you can register, generate, renew and revoke certificates for your WordPress site. In a Multisite, this menu is not located in the regular admin, but in the network admin, and it will work for all sites in the network. On the admin page you will find a help tab on top which provides further information on how to get started.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3 5

Export as