diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:52:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:52:02 +0200 |
commit | fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c (patch) | |
tree | 970d2e2eb4c29ee02657d06c11f6233dad8d7d04 /po/fr.po | |
parent | 8945e70f8109371011cd4a4caff5ac36c763a2cb (diff) | |
download | weechat-fcf7469d7664f37e94d5f6d0b3fe6fce6413f88c.zip |
core: allow multiple options "-r" ("--run-command") in command line arguments (closes #1248)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-08-17 19:39+0200\n" -"PO-Revision-Date: 2018-08-17 19:40+0200\n" +"POT-Creation-Date: 2018-09-06 13:44+0200\n" +"PO-Revision-Date: 2018-09-06 21:26+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -167,8 +167,9 @@ msgid "" " -p, --no-plugin don't load any plugin at startup\n" " -P, --plugins <plugins> load only these plugins at startup\n" " (see /help weechat.plugin.autoload)\n" -" -r, --run-command <cmd> run command(s) after startup\n" -" (many commands can be separated by semicolons)\n" +" -r, --run-command <cmd> run command(s) after startup;\n" +" many commands can be separated by semicolons,\n" +" this option can be given multiple times\n" " -s, --no-script don't load any script at startup\n" " --upgrade upgrade WeeChat using session files (see /help " "upgrade in WeeChat)\n" @@ -187,9 +188,10 @@ msgstr "" " -p, --no-plugin ne charger aucune extension au démarrage\n" " -P, --plugins <exts> charger uniquement ces extensions au démarrage\n" " (voir /help weechat.plugin.autoload)\n" -" -r, --run-command <cmd> lancer la/les commande(s) après le démarrage\n" -" (plusieurs commandes peuvent être séparées par " -"des points-virgules)\n" +" -r, --run-command <cmd> lancer la/les commande(s) après le démarrage ;\n" +" plusieurs commandes peuvent être séparées par des " +"points-virgules,\n" +" cette option peut être donnée plusieurs fois\n" " -s, --no-script ne charger aucun script au démarrage\n" " --upgrade mettre à jour WeeChat en utilisant les fichiers " "de session (voir /help upgrade dans WeeChat)\n" |