diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-26 20:04:58 +0200 |
commit | 4a95d78c45574b6678f1d7f2d89ee361977899c4 (patch) | |
tree | 24f4a02fbdcc8bf5c703f7134ebcde8ec7d59a08 /po/fr.po | |
parent | dd0c20f6b6e3c500fff7da78123f55bd871dc0fd (diff) | |
download | weechat-4a95d78c45574b6678f1d7f2d89ee361977899c4.zip |
core: add variable ${property} in evaluation of options weechat.buffer.* (issue #352)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-08-26 15:27+0200\n" -"PO-Revision-Date: 2023-08-26 15:27+0200\n" +"POT-Creation-Date: 2023-08-26 20:02+0200\n" +"PO-Revision-Date: 2023-08-26 20:04+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -4015,11 +4015,13 @@ msgstr "" #, c-format msgid "" "set property \"%s\" on any buffer matching mask \"%s\"; content is " -"evaluated, see /help eval; ${buffer} is a pointer to the buffer being opened" +"evaluated, see /help eval; ${buffer} is a pointer to the buffer being " +"opened, ${property} is the name of the property being set" msgstr "" "définir la propriété \"%s\" sur tout tampon correspondant au masque \"%s\" ; " "le contenu est évalue, voir /help eval ; ${buffer} est un pointeur vers le " -"tampon en cours d'ouverture" +"tampon en cours d'ouverture, ${property} est le nom de la propriété qui est " +"définie" #, c-format msgid "Option \"weechat.buffer.%s\" has been set to \"%s\"" |