diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 10 | ||||
-rw-r--r-- | po/de.po | 11 | ||||
-rw-r--r-- | po/es.po | 10 | ||||
-rw-r--r-- | po/fr.po | 20 | ||||
-rw-r--r-- | po/hu.po | 10 | ||||
-rw-r--r-- | po/it.po | 10 | ||||
-rw-r--r-- | po/ja.po | 11 | ||||
-rw-r--r-- | po/pl.po | 10 | ||||
-rw-r--r-- | po/pt_BR.po | 10 | ||||
-rw-r--r-- | po/ru.po | 10 | ||||
-rw-r--r-- | po/tr.po | 10 | ||||
-rw-r--r-- | po/weechat.pot | 10 |
12 files changed, 80 insertions, 52 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1472,9 +1472,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1489,6 +1490,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-04-25 16:34+0100\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <>\n" @@ -1544,6 +1544,7 @@ msgstr "evaluierter Ausdruck" msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " @@ -1581,9 +1582,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1598,6 +1600,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1511,9 +1511,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1528,6 +1529,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" -"PO-Revision-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" +"PO-Revision-Date: 2015-04-26 11:43+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -1553,9 +1553,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1570,6 +1571,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -1629,9 +1631,10 @@ msgstr "" " 3. une couleur (format : \"color:xxx\")\n" " 4. une info (format : \"info:nom,paramètres\", les paramètres sont " "optionnels)\n" -" 5. une option (format : \"fichier.section.option\")\n" -" 6. une variable locale du tampon\n" -" 7. un hdata/variable (la valeur est automatiquement convertie en chaîne), " +" 5. une variable d'environnement (format : \"env:XXX\")\n" +" 6. une option (format : \"fichier.section.option\")\n" +" 7. une variable locale du tampon\n" +" 8. un hdata/variable (la valeur est automatiquement convertie en chaîne), " "par défaut \"window\" et \"buffer\" pointent vers la fenêtre et le tampon " "courants.\n" "Le format du hdata peut être le suivant :\n" @@ -1649,6 +1652,7 @@ msgstr "" "\n" "Exemples (chaînes simples) :\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1403,9 +1403,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1420,6 +1421,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1494,9 +1494,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1511,6 +1512,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-04-25 08:10+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n" @@ -1479,6 +1479,7 @@ msgstr "式を評価" msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " @@ -1516,9 +1517,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1533,6 +1535,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1528,9 +1528,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1545,6 +1546,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0a6eb6b9d..ee72fc177 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-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1556,9 +1556,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1573,6 +1574,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1425,9 +1425,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1442,6 +1443,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1260,9 +1260,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1277,6 +1278,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/weechat.pot b/po/weechat.pot index d0571b0cd..ff59dec24 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-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+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" @@ -1262,9 +1262,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1279,6 +1280,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" |