diff options
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/de/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/infolists.txt | 2 | ||||
-rw-r--r-- | po/cs.po | 18 | ||||
-rw-r--r-- | po/de.po | 18 | ||||
-rw-r--r-- | po/es.po | 18 | ||||
-rw-r--r-- | po/fr.po | 16 | ||||
-rw-r--r-- | po/hu.po | 18 | ||||
-rw-r--r-- | po/it.po | 18 | ||||
-rw-r--r-- | po/ja.po | 18 | ||||
-rw-r--r-- | po/pl.po | 21 | ||||
-rw-r--r-- | po/pt_BR.po | 18 | ||||
-rw-r--r-- | po/ru.po | 21 | ||||
-rw-r--r-- | po/weechat.pot | 14 |
21 files changed, 369 insertions, 14 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 69140d35e..6ffb42681 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | Struktur mit einer Zeile | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/de/autogen/plugin_api/infolists.txt b/doc/de/autogen/plugin_api/infolists.txt index b7003e702..8aa6117ee 100644 --- a/doc/de/autogen/plugin_api/infolists.txt +++ b/doc/de/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | Auflistung der Tastenzuweisungen | - | Kontext ("default", "search", "cursor" oder "mouse") (optional) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | Nicks in Nickliste für einen Buffer | Buffer Pointer | nick_xxx oder group_xxx um nur den Nick/Group xxx abzufragen (optional) | weechat | option | Auflistung der Optionen | - | Name einer Option (darf mit einem "*" als Platzhalter beginnen oder enden) (optional) diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index bd48a5e19..51c552a09 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | structure with one line | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index ba4720c4f..4c4372d64 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | list of key bindings | - | context ("default", "search", "cursor" or "mouse") (optional) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | nicks in nicklist for a buffer | buffer pointer | nick_xxx or group_xxx to get only nick/group xxx (optional) | weechat | option | list of options | - | option name (can start or end with "*" as wildcard) (optional) diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index c3a14860d..25fefd37f 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | disposition | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | disposition de tampon | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | disposition de fenêtre | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | structure avec une ligne | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/fr/autogen/plugin_api/infolists.txt b/doc/fr/autogen/plugin_api/infolists.txt index 527551138..cf6a717d1 100644 --- a/doc/fr/autogen/plugin_api/infolists.txt +++ b/doc/fr/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | liste des associations de touches | - | contexte ("default", "search", "cursor" ou "mouse") (optionnel) +| weechat | layout | liste des dispositions | - | - + | weechat | nicklist | pseudos dans la liste des pseudos pour un tampon | pointeur vers le tampon | nick_xxx ou group_xxx pour avoir seulement le pseudo/groupe xxx (optionnel) | weechat | option | liste des options | - | nom d'option (peut démarrer ou se terminer par "*" comme joker) (optionnel) diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index ab1c212f4..ab59729cf 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | struttura con una sola riga | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index 6c8b9d29b..c0016d5e9 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | elenco di tasti associati | - | contesto ("default", "search", "cursor" o "mouse") (opzionale) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | nick nella lista nick per un buffer | puntatore al buffer | nick_xxx o group_xxx per ottenere solo xxx di nick/group (opzionale) | weechat | option | elenco delle opzioni | - | nome opzione (può iniziare o terminare con "*" come carattere jolly) (opzionale) diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index d4ddf64aa..7bfa20d27 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | 1 行の構造 | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/ja/autogen/plugin_api/infolists.txt b/doc/ja/autogen/plugin_api/infolists.txt index 2f079f237..06db5d061 100644 --- a/doc/ja/autogen/plugin_api/infolists.txt +++ b/doc/ja/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | キー割り当てのリスト | - | コンテキスト ("default"、"search"、"cursor"、"mouse") (オプション) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | バッファのニックネームリスト内のニックネーム | バッファポインタ | ニックネーム/グループ xxx のみについて取得するには nick_xxx または group_xxx を使う (オプション) | weechat | option | オプションリスト | - | オプション名 (ワイルドカードとして "*" で始めるか終われる) (オプション) @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7507,6 +7507,10 @@ msgstr "seznam napojení kláves" msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" +#, fuzzy +msgid "list of layouts" +msgstr "jména polí" + msgid "nicks in nicklist for a buffer" msgstr "přezdívky v seznamu přezdívek bufferu" @@ -7598,6 +7602,18 @@ msgstr "funkce pro příkazovou řádku" msgid "a key (keyboard shortcut)" msgstr "" +#, fuzzy +msgid "layout" +msgstr "Uložené rozložení bufferů:" + +#, fuzzy +msgid "buffer layout" +msgstr "ukazatel bufferu" + +#, fuzzy +msgid "window layout" +msgstr "spravuje okna" + msgid "structure with lines" msgstr "" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -8217,6 +8217,10 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" "Kontext (\"default\", \"search\", \"cursor\" oder \"mouse\") (optional)" +#, fuzzy +msgid "list of layouts" +msgstr "Namen der Layouts" + msgid "nicks in nicklist for a buffer" msgstr "Nicks in Nickliste für einen Buffer" @@ -8298,6 +8302,18 @@ msgstr "Struktur der Rücknahmen für die Befehlszeile" msgid "a key (keyboard shortcut)" msgstr "Tastenbelegung (Tastaturkurzbefehl)" +#, fuzzy +msgid "layout" +msgstr "gespeicherte Layouts:" + +#, fuzzy +msgid "buffer layout" +msgstr "Buffer Pointer" + +#, fuzzy +msgid "window layout" +msgstr "Fenster" + msgid "structure with lines" msgstr "Struktur mit Zeilen" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7772,6 +7772,10 @@ msgstr "lista de atajos de teclas" msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "contexto (\"default\", \"search\", \"cursor\" o \"mouse\") (opcional)" +#, fuzzy +msgid "list of layouts" +msgstr "nombres de barras" + msgid "nicks in nicklist for a buffer" msgstr "apodos en la lista de apodos de un buffer" @@ -7851,6 +7855,18 @@ msgstr "estructura con deshacer para la línea de entrada" msgid "a key (keyboard shortcut)" msgstr "una tecla (atajo de teclado)" +#, fuzzy +msgid "layout" +msgstr "Esquema de buffers guardado:" + +#, fuzzy +msgid "buffer layout" +msgstr "puntero del buffer" + +#, fuzzy +msgid "window layout" +msgstr "ventana" + msgid "structure with lines" msgstr "estructura con líneas" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" -"PO-Revision-Date: 2013-05-20 16:54+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" +"PO-Revision-Date: 2013-05-21 22:35+0200\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -7984,6 +7984,9 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" "contexte (\"default\", \"search\", \"cursor\" ou \"mouse\") (optionnel)" +msgid "list of layouts" +msgstr "liste des dispositions" + msgid "nicks in nicklist for a buffer" msgstr "pseudos dans la liste des pseudos pour un tampon" @@ -8064,6 +8067,15 @@ msgstr "structure avec le \"undo\" pour la ligne de commande" msgid "a key (keyboard shortcut)" msgstr "une touche (un raccourci clavier)" +msgid "layout" +msgstr "disposition" + +msgid "buffer layout" +msgstr "disposition de tampon" + +msgid "window layout" +msgstr "disposition de fenêtre" + msgid "structure with lines" msgstr "structure avec des lignes" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6995,6 +6995,10 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" #, fuzzy +msgid "list of layouts" +msgstr "Aliaszok listája:\n" + +#, fuzzy msgid "nicks in nicklist for a buffer" msgstr "érvénytelen pufferhossz" @@ -7084,6 +7088,18 @@ msgstr "szöveg beillesztése a parancssorba" msgid "a key (keyboard shortcut)" msgstr "" +#, fuzzy +msgid "layout" +msgstr "a pufferek időbélyege" + +#, fuzzy +msgid "buffer layout" +msgstr "szöveg keresése a puffertörténetben" + +#, fuzzy +msgid "window layout" +msgstr "ablakok kezelése" + msgid "structure with lines" msgstr "" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-18 22:45+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7838,6 +7838,10 @@ msgstr "elenco di tasti associati" msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "contesto (\"default\", \"search\", \"cursor\" o \"mouse\") (opzionale)" +#, fuzzy +msgid "list of layouts" +msgstr "nomi dei layout" + msgid "nicks in nicklist for a buffer" msgstr "nick nella lista nick per un buffer" @@ -7918,6 +7922,18 @@ msgstr "struttura con \"undo\"per la riga di input" msgid "a key (keyboard shortcut)" msgstr "un tasto (scorciatoia da tastiera)" +#, fuzzy +msgid "layout" +msgstr "Layout salvati:" + +#, fuzzy +msgid "buffer layout" +msgstr "puntatore al buffer" + +#, fuzzy +msgid "window layout" +msgstr "finestra" + msgid "structure with lines" msgstr "struttura con più righe" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -7709,6 +7709,10 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" "コンテキスト (\"default\"、\"search\"、\"cursor\"、\"mouse\") (オプション)" +#, fuzzy +msgid "list of layouts" +msgstr "レイアウトの名前" + msgid "nicks in nicklist for a buffer" msgstr "バッファのニックネームリスト内のニックネーム" @@ -7788,6 +7792,18 @@ msgstr "入力行をアンドゥする構造" msgid "a key (keyboard shortcut)" msgstr "キー (キーボードショートカット)" +#, fuzzy +msgid "layout" +msgstr "保存されたレイアウト:" + +#, fuzzy +msgid "buffer layout" +msgstr "バッファポインタ" + +#, fuzzy +msgid "window layout" +msgstr "ウィンドウ" + msgid "structure with lines" msgstr "行を持つ構造" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:54+0200\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -29,7 +29,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Poedit 1.5.5\n" #. TRANSLATORS: "%s %s" after "compiled on" is date and time @@ -7855,6 +7856,10 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" "kontekst (\"default\", \"search\", \"cursor\" lub \"mouse\") (opcjonalne)" +#, fuzzy +msgid "list of layouts" +msgstr "nazwy układów" + msgid "nicks in nicklist for a buffer" msgstr "nicki na liście nicków bufora" @@ -7931,6 +7936,18 @@ msgstr "struktura z cofnięciem dla linii komend" msgid "a key (keyboard shortcut)" msgstr "klawisz (skrót klawiszowy)" +#, fuzzy +msgid "layout" +msgstr "Zapisane układy:" + +#, fuzzy +msgid "buffer layout" +msgstr "wskaźnik bufora" + +#, fuzzy +msgid "window layout" +msgstr "okno" + msgid "structure with lines" msgstr "struktura z liniami" diff --git a/po/pt_BR.po b/po/pt_BR.po index 8b4f5c477..8baee9105 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:55+0200\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7183,6 +7183,10 @@ msgstr "lista de atalhos de teclado" msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "contexto (\"padrão\", \"busca\", \"cursor\" ou \"mouse\") (opcional)" +#, fuzzy +msgid "list of layouts" +msgstr "nomes das barras" + msgid "nicks in nicklist for a buffer" msgstr "apelidos na lista de apelidos para um buffer" @@ -7262,6 +7266,18 @@ msgstr "estrutura com desfazer para linha de entrada" msgid "a key (keyboard shortcut)" msgstr "uma tecla (atalho de teclado)" +#, fuzzy +msgid "layout" +msgstr "Disposição dos buffers salva:" + +#, fuzzy +msgid "buffer layout" +msgstr "pointeiro do buffer" + +#, fuzzy +msgid "window layout" +msgstr "janela" + msgid "structure with lines" msgstr "estrutura com linhas" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-05-11 18:28+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+0200\n" "PO-Revision-Date: 2013-05-20 16:55+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -29,7 +29,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Poedit-Bookmarks: -1,-1,608,-1,-1,-1,-1,-1,-1,-1\n" #. TRANSLATORS: "%s %s" after "compiled on" is date and time @@ -7021,6 +7022,10 @@ msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" #, fuzzy +msgid "list of layouts" +msgstr "Список сокращений:\n" + +#, fuzzy msgid "nicks in nicklist for a buffer" msgstr "некорректная длина буфера" @@ -7110,6 +7115,18 @@ msgstr "вставить строку в поле ввода" msgid "a key (keyboard shortcut)" msgstr "" +#, fuzzy +msgid "layout" +msgstr "время в буферах" + +#, fuzzy +msgid "buffer layout" +msgstr "поиск текста в истории буфера" + +#, fuzzy +msgid "window layout" +msgstr "управление окнами" + msgid "structure with lines" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 5d889b1af..b1a1429f9 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: 2013-05-03 22:21+0200\n" +"POT-Creation-Date: 2013-05-21 22:34+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" @@ -6171,6 +6171,9 @@ msgstr "" msgid "context (\"default\", \"search\", \"cursor\" or \"mouse\") (optional)" msgstr "" +msgid "list of layouts" +msgstr "" + msgid "nicks in nicklist for a buffer" msgstr "" @@ -6246,6 +6249,15 @@ msgstr "" msgid "a key (keyboard shortcut)" msgstr "" +msgid "layout" +msgstr "" + +msgid "buffer layout" +msgstr "" + +msgid "window layout" +msgstr "" + msgid "structure with lines" msgstr "" |