diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 09:53:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-11 09:53:17 +0200 |
commit | 82372115ae4978abae3d91aa1149a002a3bb1540 (patch) | |
tree | 7c558edcca1540bfb5f8b69d662d8d4b9e81d6bb /po/fr.po | |
parent | 71dfbdc41916b267d8f9b65799d0b85fec91f7de (diff) | |
download | weechat-82372115ae4978abae3d91aa1149a002a3bb1540.zip |
core: display a message when a configuration file is updated to a newer version
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 12 |
1 files changed, 10 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: 2023-09-11 07:52+0200\n" -"PO-Revision-Date: 2023-09-11 07:53+0200\n" +"POT-Creation-Date: 2023-09-11 09:52+0200\n" +"PO-Revision-Date: 2023-09-11 09:52+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -5611,6 +5611,14 @@ msgid "%sError writing configuration file \"%s\"" msgstr "%sErreur d'écriture du fichier de configuration \"%s\"" #, c-format +msgid "" +"%sImportant: file %s has been updated from version %d to %d, it is not " +"compatible and can not be loaded any more with any older version" +msgstr "" +"%sImportant : le fichier %s a été mis à jour de la version %d à %d, il n'est " +"plus compatible et ne peut plus être chargé avec toute version plus ancienne" + +#, c-format msgid "%sWARNING: failed to read configuration file \"%s\" (%s)" msgstr "%sATTENTION : échec de lecture du fichier de configuration \"%s\" (%s)" |