summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-25 09:25:47 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-25 09:25:47 +0100
commit8deb0d3612327ba4ca2d0d4f8ae6dc2797915fe8 (patch)
tree6e2afcd9f0c6cb22af6f16e05b0ca760725c07c1 /po/fr.po
parent966a2f4fb4cd3a3b1acb2e0fff1dc9f2ea455821 (diff)
downloadweechat-8deb0d3612327ba4ca2d0d4f8ae6dc2797915fe8.zip
exec: add options -nf and -cl/-nocl in command /exec
-nf: create a new buffer with free content -cl: clear new buffer -nocl: append in new buffer
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po37
1 files changed, 25 insertions, 12 deletions
diff --git a/po/fr.po b/po/fr.po
index 95adf2cf2..8b938d0ea 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-03-24 14:22+0100\n"
-"PO-Revision-Date: 2014-03-24 14:23+0100\n"
+"POT-Creation-Date: 2014-03-25 09:20+0100\n"
+"PO-Revision-Date: 2014-03-25 09:21+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -5205,18 +5205,18 @@ msgstr "exécuter des commandes externes"
msgid ""
"-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-"
-"n] |-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] "
-"[-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] "
-"<command> || -in <id> <text> || -inclose <id> [<text>] || -signal <id> "
-"<signal> || -kill <id> || -killall || -set <id> <property> <value> || -del "
-"<id>|-all [<id>...]"
+"n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|"
+"strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-"
+"hsignal <name>] <command> || -in <id> <text> || -inclose <id> [<text>] || -"
+"signal <id> <signal> || -kill <id> || -killall || -set <id> <property> "
+"<value> || -del <id>|-all [<id>...]"
msgstr ""
"-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <nom>] [-l|-o|-"
-"n] |-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] "
-"[-timeout <délai>] [-name <nom>] [-pipe <commande>] [-hsignal <nom>] "
-"<commande> || -in <id> <texte> || -inclose <id> [<texte>] || -signal <id> "
-"<signal> || -kill <id> || -killall || -set <id> <propriété> <valeur> || -del "
-"<id>|-all [<id>...]"
+"n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|"
+"strip] [-rc|-norc] [-timeout <délai>] [-name <nom>] [-pipe <commande>] [-"
+"hsignal <nom>] <commande> || -in <id> <texte> || -inclose <id> [<texte>] || -"
+"signal <id> <signal> || -kill <id> || -killall || -set <id> <propriété> "
+"<valeur> || -del <id>|-all [<id>...]"
msgid ""
" -list: list commands\n"
@@ -5238,6 +5238,10 @@ msgid ""
"bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
+" -nf: display output of command in a new buffer with free content (no "
+"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
+" -cl: clear the new buffer before displaying output\n"
+" -nocl: append to the new buffer without clear (default)\n"
" -sw: switch to the output buffer (default)\n"
" -nosw: don't switch to the output buffer\n"
" -ln: display line numbers (default in new buffer only)\n"
@@ -5282,6 +5286,8 @@ msgid ""
" /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
+" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/"
+"weechat_user.en.html\n"
" /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime"
msgstr ""
@@ -5308,6 +5314,11 @@ msgstr ""
"l'option -bg)\n"
" -n: afficher la sortie de la commande dans un nouveau tampon (non "
"compatible avec l'option -bg)\n"
+" -nf: afficher la sortie de la commande dans un nouveau tampon avec "
+"contenu libre (pas de coupure des mots, pas de limite sur le nombre de "
+"lignes) (non compatible avec l'option -bg)\n"
+" -cl: effacer le nouveau tampon avant d'afficher la sortie\n"
+" -nocl: ajouter au nouveau tampon sans effacer (par défaut)\n"
" -sw: basculer vers le tampon de sortie (par défaut)\n"
" -nosw: ne pas basculer vers le tampon de sortie\n"
" -ln: afficher les numéros de ligne (par défaut dans un nouveau tampon "
@@ -5357,6 +5368,8 @@ msgstr ""
" /exec -n ls -l /tmp\n"
" /exec -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
+" /exec -nf -noln links -dump http://weechat.org/files/doc/devel/"
+"weechat_user.en.html\n"
" /exec -o uptime\n"
" /exec -pipe \"/print Uptime de la machine:\" uptime"