diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2023-08-08 00:44:00 +0300 |
---|---|---|
committer | Sergey Ponomarev <stokito@gmail.com> | 2023-08-08 00:44:00 +0300 |
commit | ea516da183861f99be8970139a77c2dcec8ae792 (patch) | |
tree | 8e6c6a947cfd87575a4bc417a10988375923948a /applications/luci-app-acme/po/fr | |
parent | 48b096de1c6f14025566536d9989a72999d1fe62 (diff) |
luci-app-acme: Reuse translations for removed state_dir option
In the commit acf40dc0d402c68f35c02982a119e4a64131ce04 was removed the state_dir.
But translations were kept and they still have a value.
We should say to a user where the certs are stored now, and we can reuse the old translations.
They need to be fixed a little bit and already fixed for Russian, Ukrainian and Bulgarian languages.
See #6273
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Diffstat (limited to 'applications/luci-app-acme/po/fr')
-rw-r--r-- | applications/luci-app-acme/po/fr/acme.po | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/applications/luci-app-acme/po/fr/acme.po b/applications/luci-app-acme/po/fr/acme.po index 113719bf43..432699700b 100644 --- a/applications/luci-app-acme/po/fr/acme.po +++ b/applications/luci-app-acme/po/fr/acme.po @@ -285,8 +285,5 @@ msgstr "" "racine du serveur Web pour utiliser ACME en mode Racine (webroot). Le " "serveur web doit être accessible depuis internet sur le port 80." -#~ msgid "State directory" -#~ msgstr "Répertoire pour les contextes" - -#~ msgid "Where certs and other state files are kept." -#~ msgstr "Emplacement de sauvegarde des certificats et des fichiers états." +msgid "Cert files are stored in" +msgstr "Emplacement de sauvegarde des certificats et des fichiers états." |