1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: display the 3 variants for "${split}" and "${split_shell}" in /help eval

This commit is contained in:
Sébastien Helleu
2024-02-17 13:23:38 +01:00
parent b3a214252b
commit 6659bf1642
15 changed files with 331 additions and 79 deletions
+22 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1870,13 +1870,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -26,7 +26,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -2006,13 +2006,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1956,13 +1956,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+37 -10
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"PO-Revision-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 13:04+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1983,18 +1983,45 @@ msgstr ""
"ignorés)"
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
" - ${split:n,séparateurs,drapeaux,chaîne} : découpage de la chaîne (n peut "
"être un entier ≥ 1, un entier ≤ -1, \"count\" ou \"random\")"
" - ${split:N,séparateurs,drapeaux,chaîne} : élément numéro N de la chaîne "
"découpée (N est un entier ≥ 1 ou ≤ -1, si négatif, le numéro de l'élément "
"est calculé depuis le dernier)"
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
" - ${split_shell:n,chaîne} : découpage des paramètres shell (n peut être un "
"entier ≥ 1, un entier ≤ -1, \"count\" ou \"random\")"
" - ${split:random,séparateurs,drapeaux,chaîne} : élément au hasard de la "
"chaîne découpée"
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
" - ${split:count,séparateurs,drapeaux,chaîne} : nombre d'éléments de la "
"chaîne découpée"
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
" - ${split_shell:N,chaîne} : élément numéro N des paramètres shell découpés "
"(N est un entier ≥ 1 ou ≤ -1, si négatif, le numéro de l'élément est calculé "
"depuis le dernier)"
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
" - ${split_shell:random,chaîne} : élément au hasard des paramètres shell "
"découpés"
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
" - ${split_shell:count,chaîne} : nombre d'éléments des paramètres shell "
"découpés"
msgid ""
" - ${color:name}: the color (see \"Plugin API reference\", function "
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2023-11-29 09:59+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1792,13 +1792,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1848,13 +1848,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -1933,13 +1933,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1961,13 +1961,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -1928,13 +1928,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:07+0100\n"
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1891,13 +1891,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2023-11-29 09:59+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1815,13 +1815,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:08+0100\n"
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1945,13 +1945,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2024-02-17 10:08+0100\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1965,13 +1965,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+22 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2024-02-17 10:57+0100\n"
"POT-Creation-Date: 2024-02-17 12:56+0100\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1681,13 +1681,30 @@ msgid ""
msgstr ""
msgid ""
" - ${split:n,separators,flags,string}: split of the string (n can be an "
"integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:N,separators,flags,string}: Nth item of the split string (N is "
"an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:n,string}: split of shell arguments (n can be an integer ≥ "
"1, an integer ≤ -1, \"count\" or \"random\")"
" - ${split:random,separators,flags,string}: random item of the split string"
msgstr ""
msgid ""
" - ${split:count,separators,flags,string}: number of items of the split "
"string"
msgstr ""
msgid ""
" - ${split_shell:N,string}: Nth item of the split shell arguments (N is an "
"integer ≥ 1 or ≤ -1, if negative, counts from the last item)"
msgstr ""
msgid ""
" - ${split_shell:random,string}: random item of the split shell arguments"
msgstr ""
msgid ""
" - ${split_shell:count,string}: number of items of the split shell arguments"
msgstr ""
msgid ""
+8 -4
View File
@@ -8312,10 +8312,14 @@ command_init ()
N_(" - ${length:string}: the length of the string (number of UTF-8 chars)"),
N_(" - ${lengthscr:string}: the length of the string on screen "
"(sum of the width of each UTF-8 char displayed on screen, colors codes are ignored)"),
N_(" - ${split:n,separators,flags,string}: split of the string "
"(n can be an integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"),
N_(" - ${split_shell:n,string}: split of shell arguments "
"(n can be an integer ≥ 1, an integer ≤ -1, \"count\" or \"random\")"),
N_(" - ${split:N,separators,flags,string}: Nth item of the split string "
"(N is an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"),
N_(" - ${split:random,separators,flags,string}: random item of the split string"),
N_(" - ${split:count,separators,flags,string}: number of items of the split string"),
N_(" - ${split_shell:N,string}: Nth item of the split shell arguments "
"(N is an integer ≥ 1 or ≤ -1, if negative, counts from the last item)"),
N_(" - ${split_shell:random,string}: random item of the split shell arguments"),
N_(" - ${split_shell:count,string}: number of items of the split shell arguments"),
N_(" - ${color:name}: the color (see \"Plugin API reference\", function \"color\")"),
N_(" - ${modifier:name,data,string}: the modifier"),
N_(" - ${info:name,arguments}: the info (arguments are optional)"),