summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-07-20 22:20:22 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-07-20 22:20:22 +0200
commitee3a4a1fc01815c64354d1c793fc5330a079b2d9 (patch)
treed5282ec0ef03892b43d3341527ab57e56bc6fdab /po/de.po
parent5bf571c60f75ec6c502177d4a1110090fac49cce (diff)
downloadweechat-ee3a4a1fc01815c64354d1c793fc5330a079b2d9.zip
irc: evaluate command executed by commands /allchan, /allpv and /allserv (closes #1536)
The extra variables are now replaced (in addition to `$server`, `$channel` and `$nick`): - `${irc_server.xxx}`: variable xxx in server - `${irc_channel.xxx}`: variable xxx in channel
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po48
1 files changed, 35 insertions, 13 deletions
diff --git a/po/de.po b/po/de.po
index fe9402ba9..5ea93e420 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2020-06-21 18:56+0200\n"
+"POT-Creation-Date: 2020-07-20 22:16+0200\n"
"PO-Revision-Date: 2020-07-04 14:06+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -8024,20 +8024,28 @@ msgstr ""
"führt einen Befehl aus der an alle Channels gesendet wird, die mit einem "
"Server verbunden sind"
+#, fuzzy
msgid ""
-"[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-"
-"current] -include=<channel>[,<channel>...] <command> [<arguments>]"
+"[-current] [-exclude=<channel>[,<channel>...]] <command> || [-current] -"
+"include=<channel>[,<channel>...] <command>"
msgstr ""
"[-current] [-exclude=<channel>[,<channel>...]] <command> [<arguments>] || [-"
"current] -include=<channel>[,<channel>...] <command> [<arguments>]"
+#, fuzzy
msgid ""
" -current: execute command for channels of current server only\n"
" -exclude: exclude some channels (wildcard \"*\" is allowed)\n"
" -include: include only some channels (wildcard \"*\" is allowed)\n"
" command: command to execute\n"
-"arguments: arguments for command (special variables $nick, $channel and "
-"$server are replaced by their value)\n"
+"\n"
+"Command and arguments are evaluated (see /help eval), the following "
+"variables are replaced:\n"
+" $server server name\n"
+" $channel channel name\n"
+" $nick nick on server\n"
+" ${irc_server.xxx} variable xxx in server\n"
+" ${irc_channel.xxx} variable xxx in channel\n"
"\n"
"Examples:\n"
" execute '/me is testing' on all channels:\n"
@@ -8077,20 +8085,28 @@ msgstr ""
"führt einen Befehl aus der an alle privaten Buffer gesendet wird, die mit "
"einem Server verbunden sind"
+#, fuzzy
msgid ""
-"[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>] || [-"
-"current] -include=<nick>[,<nick>...] <command> [<arguments>]"
+"[-current] [-exclude=<nick>[,<nick>...]] <command> || [-current] -"
+"include=<nick>[,<nick>...] <command>"
msgstr ""
"[-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>] || [-"
"current] -include=<nick>[,<nick>...] <command> [<arguments>]"
+#, fuzzy
msgid ""
" -current: execute command for private buffers of current server only\n"
" -exclude: exclude some nicks (wildcard \"*\" is allowed)\n"
" -include: include only some nicks (wildcard \"*\" is allowed)\n"
" command: command to execute\n"
-"arguments: arguments for command (special variables $nick, $channel and "
-"$server are replaced by their value)\n"
+"\n"
+"Command and arguments are evaluated (see /help eval), the following "
+"variables are replaced:\n"
+" $server server name\n"
+" $channel channel name\n"
+" $nick nick on server\n"
+" ${irc_server.xxx} variable xxx in server\n"
+" ${irc_channel.xxx} variable xxx in channel\n"
"\n"
"Examples:\n"
" execute '/me is testing' on all private buffers:\n"
@@ -8131,19 +8147,25 @@ msgstr ""
msgid "execute a command on all connected servers"
msgstr "führt einen Befehl aus, der zu allen verbundenen Server gesendet wird"
+#, fuzzy
msgid ""
-"[-exclude=<server>[,<server>...]] <command> [<arguments>] || -"
-"include=<server>[,<server>...] <command> [<arguments>]"
+"[-exclude=<server>[,<server>...]] <command> || -include=<server>[,"
+"<server>...] <command>"
msgstr ""
"[-exclude=<server>[,<server>...]] <command> [<arguments>] || -"
"include=<server>[,<server>...] <command> [<arguments>]"
+#, fuzzy
msgid ""
" -exclude: exclude some servers (wildcard \"*\" is allowed)\n"
" -include: include only some servers (wildcard \"*\" is allowed)\n"
" command: command to execute\n"
-"arguments: arguments for command (special variables $nick, $channel and "
-"$server are replaced by their value)\n"
+"\n"
+"Command and arguments are evaluated (see /help eval), the following "
+"variables are replaced:\n"
+" $server server name\n"
+" $nick nick on server\n"
+" ${irc_server.xxx} variable xxx in server\n"
"\n"
"Examples:\n"
" change nick on all servers:\n"