summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-29 20:37:18 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-29 20:37:18 +0100
commit2571d17cb97e70114d671705ead2e53a96031ca2 (patch)
tree02ce7403a9d9df76925af5141d3ae3b90c99ace0 /po
parentf1d18f4c26b6dd72286f86b93da25567d932b6e4 (diff)
downloadweechat-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.po8
-rw-r--r--po/de.po8
-rw-r--r--po/es.po8
-rw-r--r--po/fr.po12
-rw-r--r--po/hu.po10
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po8
-rw-r--r--po/ru.po10
-rw-r--r--po/tr.po7
-rw-r--r--po/weechat.pot7
13 files changed, 55 insertions, 55 deletions
diff --git a/po/cs.po b/po/cs.po
index 78ac4785f..fe2d9a853 100644
--- a/po/cs.po
+++ b/po/cs.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-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"
diff --git a/po/de.po b/po/de.po
index dcdbe4831..fb15addff 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: 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"
diff --git a/po/es.po b/po/es.po
index 85d7b73bc..ab2d068df 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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"
diff --git a/po/fr.po b/po/fr.po
index 05b6624d1..6be9df8ca 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: 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"
diff --git a/po/hu.po b/po/hu.po
index 78e3b1d77..611691d86 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -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"
diff --git a/po/it.po b/po/it.po
index b2f56f520..9d9d5a01e 100644
--- a/po/it.po
+++ b/po/it.po
@@ -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"
diff --git a/po/ja.po b/po/ja.po
index 971dbf1d4..71ee602aa 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -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"
diff --git a/po/pl.po b/po/pl.po
index ea2b1cbf3..a51e3de88 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -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"
diff --git a/po/pt.po b/po/pt.po
index 051c91113..98fb60bd0 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -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"
diff --git a/po/ru.po b/po/ru.po
index 319e72ca5..58aa211fa 100644
--- a/po/ru.po
+++ b/po/ru.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: 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 "управление окнами"
diff --git a/po/tr.po b/po/tr.po
index acb986cad..209e33635 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -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"