summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/cs.po11
-rw-r--r--po/de.po11
-rw-r--r--po/es.po11
-rw-r--r--po/fr.po23
-rw-r--r--po/hu.po11
-rw-r--r--po/it.po11
-rw-r--r--po/ja.po11
-rw-r--r--po/pl.po11
-rw-r--r--po/pt_BR.po11
-rw-r--r--po/ru.po11
-rw-r--r--po/tr.po11
-rw-r--r--po/weechat.pot11
12 files changed, 67 insertions, 77 deletions
diff --git a/po/cs.po b/po/cs.po
index 8a8c372f5..eb9f4efe4 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1480,16 +1480,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/de.po b/po/de.po
index 6e8417e97..a2faee770 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-06-13 22:57+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <>\n"
@@ -1590,16 +1590,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/es.po b/po/es.po
index 2e96b6ea3..70ac0111f 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1519,16 +1519,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/fr.po b/po/fr.po
index 8d1b67b8f..ee2ce86f8 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: 2015-06-23 20:46+0200\n"
-"PO-Revision-Date: 2015-06-23 20:47+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
+"PO-Revision-Date: 2015-06-23 21:29+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1561,16 +1561,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
@@ -1646,14 +1645,16 @@ msgstr ""
" hdata.var1.var2... : démarrer avec un hdata (le pointeur doit être connu), "
"et demander les variables l'une après l'autre (d'autres hdata peuvent être "
"suivis)\n"
-" hdata[list].var1.var2... : démarrer avec un hdata en utilisant une liste/"
-"pointeur, par exemple :\n"
+" hdata[liste].var1.var2... : démarrer avec un hdata en utilisant une liste, "
+"par exemple :\n"
" ${buffer[gui_buffers].full_name} : nom complet du premier tampon dans la "
"liste chaînée des tampons\n"
-" ${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur "
-"(peut être utilisé dans les triggers)\n"
" ${plugin[weechat_plugins].name} : nom de la première extension dans la "
"liste chaînée des extensions\n"
+" hdata[pointeur].var1.var2... : démarrer avec un hdata en utilisant un "
+"pointeur, par exemple :\n"
+" ${buffer[0x1234abcd].full_name} : nom complet du tampon avec ce pointeur "
+"(peut être utilisé dans les triggers)\n"
"Pour le nom du hdata et des variables, voir la \"Référence API extension\", "
"fonction \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/hu.po b/po/hu.po
index ccbece5e5..55ef33131 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1411,16 +1411,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/it.po b/po/it.po
index a50f0fcb1..2f8b20d05 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1502,16 +1502,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/ja.po b/po/ja.po
index 5ed20ef84..850e905a0 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-06-21 22:54+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
@@ -1526,16 +1526,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/pl.po b/po/pl.po
index 2a837b3b7..dbf34a159 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-05-09 14:00+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1562,16 +1562,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index a681bc1c1..e7b40f7f1 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1564,16 +1564,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/ru.po b/po/ru.po
index 5e77962bf..51d35b67b 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-21 08:41+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1433,16 +1433,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/tr.po b/po/tr.po
index a2bf903a0..e5acec36e 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\n"
"PO-Revision-Date: 2015-03-10 21:33+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1268,16 +1268,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"
diff --git a/po/weechat.pot b/po/weechat.pot
index 63a5b52c0..f5e41f60d 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: 2015-06-23 20:46+0200\n"
+"POT-Creation-Date: 2015-06-23 21:28+0200\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"
@@ -1270,16 +1270,15 @@ msgid ""
"Format for hdata can be one of following:\n"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
-" hdata[list].var1.var2...: start with a hdata using a list/pointer, for "
-"example:\n"
+" hdata[list].var1.var2...: start with a hdata using a list, for example:\n"
" ${buffer[gui_buffers].full_name}: full name of first buffer in linked "
"list of buffers\n"
-" hdata[pointer].var1.var2...: start with a hdata using a list, for "
+" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
+"plugins\n"
+" hdata[pointer].var1.var2...: start with a hdata using a pointer, for "
"example:\n"
" ${buffer[0x1234abcd].full_name}: full name of the buffer with this "
"pointer (can be used in triggers)\n"
-" ${plugin[weechat_plugins].name}: name of first plugin in linked list of "
-"plugins\n"
"For name of hdata and variables, please look at \"Plugin API reference\", "
"function \"weechat_hdata_get\".\n"
"\n"