diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 10:15:32 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-09 10:15:32 +0100 |
commit | 8c7b9a1c5e216b2cda6add346e81b14a06f5a7be (patch) | |
tree | db64acef909457281917e68bc3c46e74506ad246 /po/fr.po | |
parent | 1417b7a823dce326dc4842d06c55cc1a61cc8f01 (diff) | |
download | weechat-8c7b9a1c5e216b2cda6add346e81b14a06f5a7be.zip |
core: improve error message when a .conf file can not be read, add a second warning about default values used
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 35 |
1 files changed, 13 insertions, 22 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-11-02 10:22+0100\n" -"PO-Revision-Date: 2013-11-02 10:23+0100\n" +"POT-Creation-Date: 2013-11-09 10:13+0100\n" +"PO-Revision-Date: 2013-11-09 10:13+0100\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -3812,10 +3812,6 @@ msgid "FATAL: error initializing configuration options" msgstr "FATAL: erreur d'initialisation des options de configuration" #, c-format -msgid "%sError reading configuration" -msgstr "%sErreur de lecture de la configuration" - -#, c-format msgid "Writing configuration file %s %s" msgstr "Écriture du fichier de configuration %s %s" @@ -3831,8 +3827,17 @@ msgid "%sError writing configuration file \"%s\"" msgstr "%sErreur d'écriture du fichier de configuration \"%s\"" #, c-format -msgid "%sWarning: configuration file \"%s\" not found" -msgstr "%sAttention: fichier de configuration \"%s\" non trouvé" +msgid "%sWARNING: failed to read configuration file \"%s\" (%s)" +msgstr "%sATTENTION: échec de lecture du fichier de configuration \"%s\" (%s)" + +#, c-format +msgid "" +"%sWARNING: file \"%s\" will be overwritten on exit with default values (it " +"is HIGHLY recommended to backup this file now)" +msgstr "" +"%sATTENTION: le fichier \"%s\" sera écrasé à la sortie avec les valeurs par " +"défaut (il est FORTEMENT recommandé de faire une copie de sauvegarde de ce " +"fichier maintenant)" #, c-format msgid "Reading configuration file %s" @@ -10641,17 +10646,3 @@ msgstr "Type" msgid "Constants" msgstr "Constantes" - -#~ msgid "" -#~ "a WeeChat color name (default, black, (dark)gray, white, (light)red, " -#~ "(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a " -#~ "terminal color number or an alias; attributes are allowed before color " -#~ "(for text color only, not background): \"*\" for bold, \"!\" for reverse, " -#~ "\"_\" for underline" -#~ msgstr "" -#~ "un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, " -#~ "(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), " -#~ "un numéro de couleur du terminal ou un alias; des attributs sont " -#~ "autorisés avant la couleur (seulement pour la couleur du texte, pas le " -#~ "fond) : \"*\" pour du gras, \"!\" pour la vidéo inverse, \"_\" pour du " -#~ "souligné" |