summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-06-29 11:48:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-06-29 11:48:04 +0200
commit9d3355b5a43336109d13a1030146254ec508845e (patch)
tree72d33f3caf37fb5b0b3d58f898e17eb6bde9b385 /po
parent44de5bac65fb3c1cc0a71aad044137d6b051ba6c (diff)
downloadweechat-9d3355b5a43336109d13a1030146254ec508845e.zip
core: add note about semicolon to separate commands in /help eval
Diffstat (limited to 'po')
-rw-r--r--po/cs.po6
-rw-r--r--po/de.po12
-rw-r--r--po/es.po11
-rw-r--r--po/fr.po16
-rw-r--r--po/hu.po6
-rw-r--r--po/it.po11
-rw-r--r--po/ja.po12
-rw-r--r--po/pl.po11
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/tr.po6
-rw-r--r--po/weechat.pot6
12 files changed, 65 insertions, 44 deletions
diff --git a/po/cs.po b/po/cs.po
index 83e9560a5..3c43a8a31 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1365,7 +1365,7 @@ msgstr ""
" term: zobrazit informace o terminálu a dostupných barvách\n"
"windows: zobrazit strom oken"
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1376,7 +1376,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
diff --git a/po/de.po b/po/de.po
index 2b8a83a0b..e13ca1b0d 100644
--- a/po/de.po
+++ b/po/de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 14:48+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -1436,18 +1436,19 @@ msgstr ""
" term: gibt Informationen über das Terminal und verfügbare Farben aus\n"
" windows: zeigt die Fensterstruktur an"
-msgid "evaluate expression and send result to buffer"
-msgstr "wertet eine Expression aus und zeigt das Resultat im Buffer an"
+msgid "evaluate expression"
+msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
+#, fuzzy
msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -12074,3 +12075,6 @@ msgstr ""
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: Zeitüberschreitung für \"%s\" mit %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "wertet eine Expression aus und zeigt das Resultat im Buffer an"
diff --git a/po/es.po b/po/es.po
index 6de6e2051..59921c4fc 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1403,8 +1403,8 @@ msgstr ""
" term: muestra información sobre la terminal.\n"
" windows: muestra el árbol de ventanas."
-msgid "evaluate expression and send result to buffer"
-msgstr "evaluar la expresión y enviar el resultado al buffer"
+msgid "evaluate expression"
+msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr ""
@@ -1414,7 +1414,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -10991,3 +10991,6 @@ msgstr "%s%s: no es posible configurar la opción \"nonblock\" para el socket"
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "evaluar la expresión y enviar el resultado al buffer"
diff --git a/po/fr.po b/po/fr.po
index 68b895fb6..931fa09db 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: 2014-06-28 14:48+0200\n"
-"PO-Revision-Date: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
+"PO-Revision-Date: 2014-06-29 11:44+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1414,8 +1414,8 @@ msgstr ""
" term : afficher des infos sur le terminal\n"
" windows : afficher l'arbre des fenêtres"
-msgid "evaluate expression and send result to buffer"
-msgstr "évaluer une expression et envoyer le résultat au tampon"
+msgid "evaluate expression"
+msgstr "évaluer une expression"
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n] <expression> || [-n] -c <expression1> <opérateur> <expression2>"
@@ -1425,7 +1425,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -1492,7 +1492,8 @@ msgstr ""
" -c : évaluer comme une condition : utiliser les opérateurs et les "
"parenthèses, retourner une valeur booléenne (\"0\" ou \"1\")\n"
"expression : expression à évaluer, les variables avec le format ${variable} "
-"sont remplacées (voir ci-dessous)\n"
+"sont remplacées (voir ci-dessous) ; plusieurs commandes peuvent être "
+"séparées par des points-virgules\n"
" opérateur : un opérateur logique ou de comparaison :\n"
" - opérateurs logiques :\n"
" && \"et\" booléen\n"
@@ -11825,3 +11826,6 @@ msgstr ""
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "évaluer une expression et envoyer le résultat au tampon"
diff --git a/po/hu.po b/po/hu.po
index 5f6570936..9553d61a4 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1296,7 +1296,7 @@ msgstr ""
" buffer: hexadecimális puffertartalom logba írása\n"
"windows: ablakfa megjelenítése"
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1307,7 +1307,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
diff --git a/po/it.po b/po/it.po
index 11a0fc824..1d17a1803 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 14:49+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1381,8 +1381,8 @@ msgstr ""
" term: mostra informazioni sul terminale\n"
" windows: mostra l'albero delle finestre"
-msgid "evaluate expression and send result to buffer"
-msgstr "analizza l'espressione e invia il risultato al buffer"
+msgid "evaluate expression"
+msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr ""
@@ -1394,7 +1394,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -11162,3 +11162,6 @@ msgstr ""
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: timeout per \"%s\" con %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "analizza l'espressione e invia il risultato al buffer"
diff --git a/po/ja.po b/po/ja.po
index 11f1d2200..8360d2d99 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 14:49+0200\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
@@ -1379,18 +1379,19 @@ msgstr ""
" term: ターミナルに関する情報を表示\n"
" windows: ウィンドウツリーの情報を表示"
-msgid "evaluate expression and send result to buffer"
-msgstr "式を評価して結果をバッファに送信"
+msgid "evaluate expression"
+msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
+#, fuzzy
msgid ""
" -n: display result without sending it to buffer (debug mode)\n"
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -11370,3 +11371,6 @@ msgstr "%s%s: ソケットにオプション \"nonblock\" を設定できませ
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: \"%s\" のタイムアウト %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "式を評価して結果をバッファに送信"
diff --git a/po/pl.po b/po/pl.po
index c20cd9509..92778987d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 14:49+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1402,8 +1402,8 @@ msgstr ""
" term: wyświetla informacje o terminalu\n"
" windows: wyświetla drzewo okien"
-msgid "evaluate expression and send result to buffer"
-msgstr "przetwarza wyrażenie i wysyła wynik do buforu"
+msgid "evaluate expression"
+msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
msgstr "[-n] <wyrażenie> || [-n] -c <wyrażenie1> <operator> <wyrażenie2>"
@@ -1414,7 +1414,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
@@ -11430,3 +11430,6 @@ msgstr "%s%s: nie można ustawić opcji \"nonblock\" dla gniazda: błąd %d %s"
#, c-format
msgid "%s%s: timeout for \"%s\" with %s"
msgstr "%s%s: przekroczono czas na \"%s\" z %s"
+
+#~ msgid "evaluate expression and send result to buffer"
+#~ msgstr "przetwarza wyrażenie i wysyła wynik do buforu"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index d9c7a80ac..db92033b4 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1420,7 +1420,7 @@ msgstr ""
" term: exibe informações sobre o terminal\n"
" windows: exibe árvore de janelas"
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1431,7 +1431,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
diff --git a/po/ru.po b/po/ru.po
index d64b7d218..5cfc8f75f 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1318,7 +1318,7 @@ msgstr ""
"файл\n"
"windows: отобразить дерево окон"
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1329,7 +1329,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
diff --git a/po/tr.po b/po/tr.po
index 0febab3ed..1c065625b 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: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2014-06-28 13:18+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1153,7 +1153,7 @@ msgid ""
" windows: display windows tree"
msgstr ""
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1164,7 +1164,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index 965ab3fb6..eb2ff610f 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-06-28 14:48+0200\n"
+"POT-Creation-Date: 2014-06-29 11:41+0200\n"
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1158,7 +1158,7 @@ msgid ""
" windows: display windows tree"
msgstr ""
-msgid "evaluate expression and send result to buffer"
+msgid "evaluate expression"
msgstr ""
msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>"
@@ -1169,7 +1169,7 @@ msgid ""
" -c: evaluate as condition: use operators and parentheses, return a "
"boolean value (\"0\" or \"1\")\n"
"expression: expression to evaluate, variables with format ${variable} are "
-"replaced (see below)\n"
+"replaced (see below); many commands can be separated by semicolons\n"
" operator: a logical or comparison operator:\n"
" - logical operators:\n"
" && boolean \"and\"\n"