diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-04 20:37:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-04 20:37:15 +0200 |
commit | e95fdc3a0a089133b01ea08d1fc23196b08c07ae (patch) | |
tree | fd66b43b74f6af570713b40e9a00e817f0aa67a0 /po/fr.po | |
parent | 9f0e7fb47ec2feb551a30b39dde114b1074acb16 (diff) | |
download | weechat-e95fdc3a0a089133b01ea08d1fc23196b08c07ae.zip |
core: display a warning when the file with certificate authorities is not found (option weechat.network.gnutls_ca_file)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-04-11 09:28+0200\n" -"PO-Revision-Date: 2021-04-11 09:29+0200\n" +"POT-Creation-Date: 2021-05-04 20:34+0200\n" +"PO-Revision-Date: 2021-05-04 20:35+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -5120,6 +5120,18 @@ msgstr "" "un autre répertoire de base en utilisant l'option de ligne de commande \"--" "dir\".\n" +#, c-format +msgid "%sWarning: failed to load certificate authorities from file %s" +msgstr "" +"%sAttention : échec de chargement des autorités de certification depuis le " +"fichier %s" + +#, c-format +msgid "%sWarning: no certificate authorities loaded (file not found: %s)" +msgstr "" +"%sAttention : aucune autorité de certification chargée (fichier non trouvé : " +"%s)" + msgid "set server name indication (SNI) failed" msgstr "la définition de l'indication de nom de serveur (SNI) a échoué" |