mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Micro-decision to address #658
This commit is contained in:
parent
8f8e5e6ccc
commit
abfdccf5b8
1 changed files with 5 additions and 5 deletions
|
@ -295,17 +295,17 @@
|
|||
"write": "Write",
|
||||
"wrong_password": "Wrong password",
|
||||
"yes": "Yes",
|
||||
"certificate_alert_not_valid": "CRITICAL : Certificate is not valid ! HTTPS won't work at all !",
|
||||
"certificate_alert_not_valid": "CRITICAL : Current certificate is not valid ! HTTPS won't work at all !",
|
||||
"certificate_alert_selfsigned": "WARNING : Current certificate is self-signed. Browsers will display a spooky warning to new visitors !",
|
||||
"certificate_alert_letsencrypt_about_to_expire": "Attention : Certificate is about to expire. It should soon be renewed automatically.",
|
||||
"certificate_alert_about_to_expire": "WARNING : Certificate is about to expire ! It will NOT be renewed automatically !",
|
||||
"certificate_alert_good": "Okay, certificate looks good !",
|
||||
"certificate_alert_letsencrypt_about_to_expire": "Current certificate is about to expire. It should soon be renewed automatically.",
|
||||
"certificate_alert_about_to_expire": "WARNING : Current certificate is about to expire ! It will NOT be renewed automatically !",
|
||||
"certificate_alert_good": "Okay, current certificate looks good !",
|
||||
"certificate_alert_great": "Great ! You're using a valid Let's Encrypt certificate !",
|
||||
"certificate_alert_unknown": "Unknown status",
|
||||
"certificate_manage" : "Manage SSL certificate",
|
||||
"certificate_old_letsencrypt_app_conflict" : "The 'letsencrypt' app is currently installed and conflicts with this feature. Please uninstall it first to use the new certificate management interface.",
|
||||
"ssl_certificate" : "SSL certificate",
|
||||
"confirm_cert_install_LE": "Are you sure you want to install a Let's Encrypt certificate for this domain.",
|
||||
"confirm_cert_install_LE": "Are you sure you want to install a Let's Encrypt certificate for this domain ?",
|
||||
"confirm_cert_regen_selfsigned": "Are you sure you want to regenerate a self-signed certificate for this domain ?",
|
||||
"confirm_cert_manual_renew_LE": "Are you sure you want to manually renew the Let's Encrypt certificate for this domain now ?",
|
||||
"confirm_cert_revert_to_selfsigned": "Are you sure you want to revert this domain to a self-signed certificate ?",
|
||||
|
|
Loading…
Add table
Reference in a new issue