diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-29 20:37:18 +0100 |
commit | 2571d17cb97e70114d671705ead2e53a96031ca2 (patch) | |
tree | 02ce7403a9d9df76925af5141d3ae3b90c99ace0 /po | |
parent | f1d18f4c26b6dd72286f86b93da25567d932b6e4 (diff) | |
download | weechat-2571d17cb97e70114d671705ead2e53a96031ca2.zip |
core: don't execute command scheduled by /wait if the buffer does not exist any more
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 8 | ||||
-rw-r--r-- | po/de.po | 8 | ||||
-rw-r--r-- | po/es.po | 8 | ||||
-rw-r--r-- | po/fr.po | 12 | ||||
-rw-r--r-- | po/hu.po | 10 | ||||
-rw-r--r-- | po/it.po | 8 | ||||
-rw-r--r-- | po/ja.po | 8 | ||||
-rw-r--r-- | po/pl.po | 8 | ||||
-rw-r--r-- | po/pt.po | 8 | ||||
-rw-r--r-- | po/pt_BR.po | 8 | ||||
-rw-r--r-- | po/ru.po | 10 | ||||
-rw-r--r-- | po/tr.po | 7 | ||||
-rw-r--r-- | po/weechat.pot | 7 |
13 files changed, 55 insertions, 55 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-17 18:32+0100\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2587,6 +2587,7 @@ msgstr "naplánovat spuštění příkazu v budoucnosti" msgid "<number>[<unit>] <command>" msgstr "<číslo>[<jednotka>] <příkaz>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2597,9 +2598,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-21 23:31+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -3110,6 +3110,7 @@ msgstr "Terminiere einen Befehl der ausgeführt werden soll" msgid "<number>[<unit>] <command>" msgstr "<number>[<unit>] <command>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -3120,9 +3121,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-17 16:04+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2687,6 +2687,7 @@ msgstr "agenda un comando para ejecutar en el futuro" msgid "<number>[<unit>] <command>" msgstr "<número>[<unidad>] <comando>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2697,9 +2698,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" -"PO-Revision-Date: 2019-03-29 20:30+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" +"PO-Revision-Date: 2019-03-29 20:36+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -3040,9 +3040,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -3062,8 +3061,7 @@ msgstr "" "ne commence pas par '/')\n" "\n" "Note : la commande est exécutée sur le tampon où /wait a été exécuté (si le " -"tampon n'est pas trouvé, alors la commande est exécutée sur le tampon " -"WeeChat principal).\n" +"tampon n'existe plus, la commande n'est pas exécutée).\n" "\n" "Exemples :\n" " rejoindre le canal dans 10 secondes :\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-02-28 20:18+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2259,6 +2259,7 @@ msgstr "" msgid "<number>[<unit>] <command>" msgstr "" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2269,9 +2270,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -2281,6 +2281,8 @@ msgid "" " say 'hello' in 2 minutes:\n" " /wait 2m hello" msgstr "" +"parancs: futtatandó parancs (egy '/' autómatikusan hozzáadódik, ha nincs " +"megadva a parancs elején)\n" msgid "manage windows" msgstr "ablakok kezelése" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-17 16:04+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2774,6 +2774,7 @@ msgstr "pianifica l'esecuzione di un comando" msgid "<number>[<unit>] <command>" msgstr "<numero>[<unità>] <comando>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2784,9 +2785,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-21 23:32+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -2940,6 +2940,7 @@ msgstr "コマンドの実行を予約" msgid "<number>[<unit>] <command>" msgstr "<number>[<unit>] <command>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2950,9 +2951,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-21 23:32+0100\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -2995,6 +2995,7 @@ msgstr "planuje komendę do wykonania w przyszłości" msgid "<number>[<unit>] <command>" msgstr "<liczba>[<jednostka>] <komenda>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -3005,9 +3006,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-21 23:33+0100\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -2954,6 +2954,7 @@ msgstr "agendar um comando para executar no futuro" msgid "<number>[<unit>] <command>" msgstr "<número>[<unidade>] <comando>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2964,9 +2965,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4c38bdacf..a8a3ef30a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-11 21:10+0100\n" "Last-Translator: Eduardo Elias <camponez@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2738,6 +2738,7 @@ msgstr "agenda a execução de um comando no futuro" msgid "<number>[<unit>] <command>" msgstr "<número>[<unidade>] <comando>" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2748,9 +2749,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-11 21:10+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2282,6 +2282,7 @@ msgstr "" msgid "<number>[<unit>] <command>" msgstr "" +#, fuzzy msgid "" " number: amount of time to wait (integer number)\n" " unit: optional, values are:\n" @@ -2292,9 +2293,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" @@ -2304,6 +2304,8 @@ msgid "" " say 'hello' in 2 minutes:\n" " /wait 2m hello" msgstr "" +"команда: исполняемая команда ('/' автоматически добавляется в начало " +"команды)\n" msgid "manage windows" msgstr "управление окнами" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+0100\n" "PO-Revision-Date: 2019-03-17 16:04+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2076,9 +2076,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" diff --git a/po/weechat.pot b/po/weechat.pot index aa0d6472a..4255b5940 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:28+0100\n" +"POT-Creation-Date: 2019-03-29 20:36+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" @@ -2073,9 +2073,8 @@ msgid "" "command: command to execute (or text to send to buffer if command does not " "start with '/')\n" "\n" -"Note: command is executed on buffer where /wait was executed (if buffer is " -"not found (for example if it has been closed before execution of command), " -"then command is executed on WeeChat core buffer).\n" +"Note: the command is executed on buffer where /wait was executed (if the " +"buffer does not exist any more, the command is not executed).\n" "\n" "Examples:\n" " join channel in 10 seconds:\n" |