From 7d1b557627c60a76df184ce2c6416d4b74da46f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 6 Sep 2021 22:39:29 +0200 Subject: core: fix indentation in examples of /help eval --- po/fr.po | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'po/fr.po') diff --git a/po/fr.po b/po/fr.po index a6767cd68..205d92b92 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: 2021-09-06 13:29+0200\n" -"PO-Revision-Date: 2021-09-06 13:30+0200\n" +"POT-Creation-Date: 2021-09-06 22:37+0200\n" +"PO-Revision-Date: 2021-09-06 22:38+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -1784,10 +1784,10 @@ msgid "" " /eval -n ${split:-1,,,abc,def,ghi} ==> ghi\n" " /eval -n ${split:count,,,abc,def,ghi} ==> 3\n" " /eval -n ${split:random,,,abc,def,ghi} ==> def\n" -" /eval -n ${split_shell:1,\"arg 1\" arg2} ==> arg 1\n" -" /eval -n ${split_shell:-1,\"arg 1\" arg2} ==> arg2\n" -" /eval -n ${split_shell:count,\"arg 1\" arg2} ==> 2\n" -" /eval -n ${split_shell:random,\"arg 1\" arg2} ==> arg2\n" +" /eval -n ${split_shell:1,\"arg 1\" arg2} ==> arg 1\n" +" /eval -n ${split_shell:-1,\"arg 1\" arg2} ==> arg2\n" +" /eval -n ${split_shell:count,\"arg 1\" arg2} ==> 2\n" +" /eval -n ${split_shell:random,\"arg 1\" arg2} ==> arg2\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${random:0,10} ==> 3\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" @@ -1937,10 +1937,10 @@ msgstr "" " /eval -n ${split:-1,,,abc,def,ghi} ==> ghi\n" " /eval -n ${split:count,,,abc,def,ghi} ==> 3\n" " /eval -n ${split:random,,,abc,def,ghi} ==> def\n" -" /eval -n ${split_shell:1,\\\"arg 1\\\" arg2} ==> arg 1\n" -" /eval -n ${split_shell:-1,\\\"arg 1\\\" arg2} ==> arg2\n" -" /eval -n ${split_shell:count,\\\"arg 1\\\" arg2} ==> 2\n" -" /eval -n ${split_shell:random,\\\"arg 1\\\" arg2} ==> arg2\n" +" /eval -n ${split_shell:1,\"arg 1\" arg2} ==> arg 1\n" +" /eval -n ${split_shell:-1,\"arg 1\" arg2} ==> arg2\n" +" /eval -n ${split_shell:count,\"arg 1\" arg2} ==> 2\n" +" /eval -n ${split_shell:random,\"arg 1\" arg2} ==> arg2\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${random:0,10} ==> 3\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" -- cgit v1.2.3