diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-02 17:34:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-02 17:34:49 +0100 |
commit | 0543b0ccc7253bd38d5f473c3e1092e2b065b6ec (patch) | |
tree | 0ae2d27cddbf087212fdaf8853133c33999172b2 /po/fr.po | |
parent | 282f786c1a75978ea0ad4399b7740abd6ff6486a (diff) | |
download | weechat-0543b0ccc7253bd38d5f473c3e1092e2b065b6ec.zip |
Add new option weechat.look.command_chars, add functions string_is_command_char and string_input_for_buffer in plugin and script API
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-26 11:22+0100\n" -"PO-Revision-Date: 2010-02-26 11:27+0100\n" +"POT-Creation-Date: 2010-03-02 16:35+0100\n" +"PO-Revision-Date: 2010-02-28 21:07+0100\n" "Last-Translator: FlashCode <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "MIME-Version: 1.0\n" @@ -1579,6 +1579,15 @@ msgstr "" "devriez activer cette option pour voir du vrai blanc au lieu de la couleur " "d'avant plan par défaut du terminal)" +msgid "" +"chars used to determine if input string is a command or not: input must " +"start with one of these chars; the slash (\"/\") is always considered as " +"command prefix (example: \".$\")" +msgstr "" +"caractères utilisés pour déterminer si la chaîne entrée est une commande ou " +"non: l'entrée doit démarrer avec un de ces caractères; le slash (\"/\") est " +"toujours considéré comme un préfixe de commande (exemple : \".$\")" + msgid "display special message when day changes" msgstr "affiche un message quand le jour change" |