From 41fbc14f48396c747a26c5fbeaff39236bf7a48e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 20 Jul 2013 12:00:02 +0200 Subject: [PATCH] core: update translations --- doc/de/autogen/user/weechat_commands.txt | 73 +++++++++--------- doc/en/autogen/user/weechat_commands.txt | 3 +- doc/fr/autogen/user/weechat_commands.txt | 3 +- doc/it/autogen/user/weechat_commands.txt | 95 ++++++++++++------------ doc/ja/autogen/user/weechat_commands.txt | 73 +++++++++--------- po/cs.po | 9 ++- po/de.po | 11 ++- po/es.po | 11 ++- po/fr.po | 18 +++-- po/hu.po | 9 ++- po/it.po | 11 ++- po/ja.po | 11 ++- po/pl.po | 11 ++- po/pt_BR.po | 9 ++- po/ru.po | 9 ++- po/tr.po | 9 ++- po/weechat.pot | 9 ++- 17 files changed, 201 insertions(+), 173 deletions(-) diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt index a8616356b..005488d7f 100644 --- a/doc/de/autogen/user/weechat_commands.txt +++ b/doc/de/autogen/user/weechat_commands.txt @@ -739,51 +739,52 @@ Beispiele: refresh scroll [-window ] [+/-][s|m|h|d|M|y] scroll_horiz [-window ] [+/-][%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] swap [-window ] [up|down|left|right] zoom[-window ] - list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben) - -1: springt zum vorherigen Fenster - +1: springt zum nächsten Fenster - b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt - up: wechselt zum Fenster über dem aktuellen - down: wechselt zum Fenster unter dem aktuellen - left: wechselt zum linken Fenster - right: wechselt zum rechten Fenster - number: Nummer des Fensters (siehe /window list) - splith: teilt das aktuelle Fenster horizontal - splitv: teilt das aktuelle Fenster vertikal - resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual zum Stammfensters groß - balance: passt die Größe aller Fenster an - merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen) - page_up: scrollt eine Seite nach oben - page_down: scrollt eine Seite nach unten - refresh: Seite wird neu aufgebaut - scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer gewissen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre - scroll_horiz: scrollt horizontal eine Anzahl an Spalten (+/-N) oder prozentual von der Fenstergröße ausgehend (dieses scrolling ist nur in Buffern möglich die über einen freien Inhalt verfügen) - scroll_up: scrollt ein paar Zeilen nach oben - scroll_down: scrollt ein paar Zeilen nach unten - scroll_top: scrollt zum Anfang des Buffers -scroll_bottom: scrollt zum Ende des Buffers -scroll_previous_highlight: scrollt zum vorherigen Hightlight -scroll_next_highlight: scrollt zum nächsten Highlight -scroll_unread: springt zur ersten ungelesenen Zeile in einem Buffer - swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster) - zoom: vergrößert ein Fenster auf 100% + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window -Bei splith und splitv gibt "pct" die neue Größe des Fensters im Verhältnis zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters besitzt. +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 -Beispiele: - springt zum Fenster mit dem Buffer #1: +Examples: + jump to window displaying buffer #1: /window b1 - scrollt zwei Zeilen hoch: + scroll 2 lines up: /window scroll -2 - scrollt zwei Tage hoch: /window scroll -2d + scroll 2 days up: /window scroll -2d - scrollt zum Beginn des aktuellen Tages: + scroll to beginning of current day: /window scroll -d - Fenster #2 wird vergrößert: + zoom on window #2: /window zoom -window 2 ........................................ diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 31c5f171c..c4e1d215b 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -739,7 +739,7 @@ Examples: refresh scroll [-window ] [+/-][s|m|h|d|M|y] scroll_horiz [-window ] [+/-][%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] swap [-window ] [up|down|left|right] zoom[-window ] @@ -766,6 +766,7 @@ Examples: scroll_down: scroll a few lines down scroll_top: scroll to top of buffer scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer scroll_previous_highlight: scroll to previous highlight scroll_next_highlight: scroll to next highlight scroll_unread: scroll to unread marker diff --git a/doc/fr/autogen/user/weechat_commands.txt b/doc/fr/autogen/user/weechat_commands.txt index e30c04e9f..e01badbd5 100644 --- a/doc/fr/autogen/user/weechat_commands.txt +++ b/doc/fr/autogen/user/weechat_commands.txt @@ -739,7 +739,7 @@ Exemples: refresh scroll [-window ] [+/-][s|m|h|d|M|y] scroll_horiz [-window ] [+/-][%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] swap [-window ] [up|down|left|right] zoom [-window ] @@ -766,6 +766,7 @@ Exemples: scroll_down: faire défiler de quelques lignes vers le bas scroll_top: faire défiler jusqu'au début du tampon scroll_bottom: faire défiler jusqu'en bas du tampon +scroll_beyond_end: faire défiler au-delà de la fin du tampon scroll_previous_highlight: faire défiler jusqu'au highlight précédent scroll_next_highlight: faire défiler jusqu'au highlight suivant scroll_unread: faire défiler jusqu'au marqueur de données non lues diff --git a/doc/it/autogen/user/weechat_commands.txt b/doc/it/autogen/user/weechat_commands.txt index 3daaaa4f6..c790a9b2e 100644 --- a/doc/it/autogen/user/weechat_commands.txt +++ b/doc/it/autogen/user/weechat_commands.txt @@ -729,61 +729,62 @@ Esempi: [command]*`window`* gestione delle finestre:: ........................................ /window list - -1|+1|b#|up|down|left|right [-window ] - - splith|splitv [-window ] [] - resize [-window ] [+/-] + -1|+1|b#|up|down|left|right [-window ] + + splith|splitv [-window ] [] + resize [-window ] [+/-] balance - merge [-window ] [all] - page_up|page_down [-window ] + merge [-window ] [all] + page_up|page_down [-window ] refresh - scroll [-window ] [+/-][s|m|h|d|M|y] - scroll_horiz [-window ] [+/-][%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] - swap [-window ] [up|down|left|right] - zoom[-window ] + scroll [-window ] [+/-][s|m|h|d|M|y] + scroll_horiz [-window ] [+/-][%] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] + swap [-window ] [up|down|left|right] + zoom[-window ] - list: elenca le finestre aperte (senza argomento, questa lista viene visualizzata) - -1: salta alla finestra precedente - +1: salta alla finestra successiva - b#: salta alla finestra successiva che visualizza il buffer numero # - up: passa alla finestra superiore a quella corrente - down: passa alla finestra inferiore a quella attiva - left: passa alla finestra a sinistra - right: passa alla finestra a destra - numero: numero della finestra (consultare /window list) - splith: divide la finestra attiva orizzontalmente - splitv: divide la finestra attiva verticalmente - resize: ridimensiona finestra, la nuova dimensione è percentuale della finestra genitore - balance: bilancia le dimensioni tutte le finestre - merge: unisce la finestra con un'altra (all = mantiente una sola finestra) - page_up: scorre di una pagina in alto - page_down: scorre di una pagina in basso - refresh: aggiorna lo schermo - scroll: scorre di un numero di righe (+/-N) o in base al tempo: s=secondi, m=minuti, h=ore, d=giorni, M=mesi, y=anni - scroll_horiz: scorre orizzontalmente un numero di colonne (+/-N) una percentuale della dimensione della finestra (questo scorrimento è possibile solo sui buffer con contenuto libero) - scroll_up: scorre di alcune righe in alto - scroll_down: scorre di alcune righe in basso - scroll_top: scorre fino all'inizio del buffer -scroll_bottom: scorre fino alla fine del buffer buffer -scroll_previous_highlight: passa alla notifica precedente - scroll_next_highlight: passa alla notifica successiva - scroll_unread: passa al segnalibro non letto - swap: scambia i buffer di due finestra (con direzione opzionale per la finestra di destinazione) - zoom: ingrandimento sulla finestra + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window -Per splith e splitv, pct è una percentuale che rappresenta la dimensione della nuova finestra, calcolata con la finestra attiva come riferimento per la dimensione. Per esempio 25 vuol dire creare una finestra di dimensione = dimensione_attuale / 4 +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 -Esempi: - salta alla finestra che visualizza il buffer #1: +Examples: + jump to window displaying buffer #1: /window b1 - scorre di due righe in alto: + scroll 2 lines up: /window scroll -2 - scorre all'indietro di due giorni: + scroll 2 days up: /window scroll -2d - scorre all'inizio del giorno attuale: - /window scroll -d - zoom sulla finestra #2: + scroll to beginning of current day: + /window scroll -d + zoom on window #2: /window zoom -window 2 ........................................ diff --git a/doc/ja/autogen/user/weechat_commands.txt b/doc/ja/autogen/user/weechat_commands.txt index 8dfa1d684..f9c849759 100644 --- a/doc/ja/autogen/user/weechat_commands.txt +++ b/doc/ja/autogen/user/weechat_commands.txt @@ -739,51 +739,52 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合 refresh scroll [-window ] [+/-][s|m|h|d|M|y] scroll_horiz [-window ] [+/-][%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window ] swap [-window ] [up|down|left|right] zoom[-window ] - list: 開けられたウィンドウのリストアップ (引数無しの場合、このリストが表示されます) - -1: 前のウィンドウに移動 - +1: 次のウィンドウに移動 - b#: バッファ番号 # のウィンドウに移動 - up: 現在のウィンドウの上のウィンドウに移動 - down: 現在のウィンドウの下のウィンドウに移動 - left: 左のウィンドウに移動 - right: 右のウィンドウに移動 - number: ウィンドウ番号 (/window list を参照) - splith: 現在のウィンドウを水平分割 - splitv: 現在のウィンドウを垂直分割 - resize: ウィンドウサイズの変更、新しいサイズは親ウィンドウの パーセントで指定 - balance: 全てのウィンドウのサイズを均等にする - merge: ウィンドウを他のものをマージする (all = 一つのウィンドウにまとめる) - page_up: 1 ページ分上方向にスクロール - page_down: 1 ページ分下方向にスクロール - refresh: スクリーンのリフレッシュ - scroll: 指定行数 (+/-N) か指定期間 (s=秒、m=分、h=時間、d=日、M=月、y=年) スクロール - scroll_horiz: 指定列数 (+/-N) かウィンドウサイズの割合で水平方向にスクロール (フリーコンテンツを含むバッファ以外は無効) - scroll_up: 数行分上方向にスクロール - scroll_down: 数行分下方向にスクロール - scroll_top: バッファの一番上にスクロール -scroll_bottom: バッファの一番下にスクロール -scroll_previous_highlight: 一つ前のハイライトにスクロール -scroll_next_highlight: 次のハイライトにスクロール -scroll_unread: 未読マーカにスクロール - swap: 2 つのウィンドウのバッファを入れ替え (ターゲットウィンドウの方向が引数) - zoom: ウィンドウを拡大 + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally + splitv: split current window vertically + resize: resize window size, new size is percentage of parent window + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window -splith と splitv に関しては、pct は新しいウィンドウのパーセンテージで、現在のウィンドウサイズに対する割合で計算されます。例えば、25 は size = current_size / 4 の新しいウィンドウを作成します。 +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 -例: - バッファ #1 を表示しているウィンドウに移動: +Examples: + jump to window displaying buffer #1: /window b1 - 2 行分上方向にスクロール: + scroll 2 lines up: /window scroll -2 - 2 日分上方向にスクロール: + scroll 2 days up: /window scroll -2d - 今日の最初にスクロール: + scroll to beginning of current day: /window scroll -d - ウィンドウ #2 を拡大: + zoom on window #2: /window zoom -window 2 ........................................ diff --git a/po/cs.po b/po/cs.po index 0cfe3fd9e..dc699e8d9 100644 --- a/po/cs.po +++ b/po/cs.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -2123,9 +2123,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right || splith|splitv [] || resize " "[+/-] || balance || merge [all] || page_up|page_down || refresh || " @@ -2163,6 +2163,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/de.po b/po/de.po index 70630a4f5..6757d97a8 100644 --- a/po/de.po +++ b/po/de.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -2371,15 +2371,16 @@ msgstr "" msgid "manage windows" msgstr "Fenster verwalten" +#, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " @@ -2390,6 +2391,7 @@ msgstr "" "scroll_unread [-window ] || swap [-window ] [up|down|left|" "right] || zoom[-window ]" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2419,6 +2421,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/es.po b/po/es.po index a05c6c065..934ee331a 100644 --- a/po/es.po +++ b/po/es.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -2232,15 +2232,16 @@ msgstr "" msgid "manage windows" msgstr "gestión de ventanas" +#, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " @@ -2251,6 +2252,7 @@ msgstr "" "scroll_unread [-window ] || swap [-window ] [up|down|left|" "right] || zoom[-window ]" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2280,6 +2282,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/fr.po b/po/fr.po index eb0d15ba2..6714df53e 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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-07-20 08:40+0200\n" -"PO-Revision-Date: 2013-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" +"PO-Revision-Date: 2013-07-20 11:57+0200\n" "Last-Translator: Sebastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -2317,18 +2317,18 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom [-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom [-window ]" msgid "" " list: list opened windows (without argument, this list is " @@ -2359,6 +2359,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" @@ -2410,6 +2411,7 @@ msgstr "" " scroll_down: faire défiler de quelques lignes vers le bas\n" " scroll_top: faire défiler jusqu'au début du tampon\n" "scroll_bottom: faire défiler jusqu'en bas du tampon\n" +"scroll_beyond_end: faire défiler au-delà de la fin du tampon\n" "scroll_previous_highlight: faire défiler jusqu'au highlight précédent\n" "scroll_next_highlight: faire défiler jusqu'au highlight suivant\n" "scroll_unread: faire défiler jusqu'au marqueur de données non lues\n" diff --git a/po/hu.po b/po/hu.po index 00053b9fb..00e3683d8 100644 --- a/po/hu.po +++ b/po/hu.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1814,9 +1814,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " "[pct] | resize pct | merge [all]]" @@ -1851,6 +1851,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/it.po b/po/it.po index cc830de61..efefc5898 100644 --- a/po/it.po +++ b/po/it.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -2273,15 +2273,16 @@ msgstr "" msgid "manage windows" msgstr "gestione delle finestre" +#, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " @@ -2292,6 +2293,7 @@ msgstr "" "scroll_unread [-window ] || swap [-window ] [up|down|left|" "right] || zoom[-window ]" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2321,6 +2323,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/ja.po b/po/ja.po index 547e2721f..bc5b72751 100644 --- a/po/ja.po +++ b/po/ja.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -2256,15 +2256,16 @@ msgstr "" msgid "manage windows" msgstr "ウィンドウの操作" +#, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " @@ -2275,6 +2276,7 @@ msgstr "" "scroll_unread [-window ] || swap [-window ] [up|down|left|" "right] || zoom[-window ]" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2304,6 +2306,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/pl.po b/po/pl.po index 1fe1633e9..723455f81 100644 --- a/po/pl.po +++ b/po/pl.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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -2303,15 +2303,16 @@ msgstr "" msgid "manage windows" msgstr "zarządza oknami" +#, fuzzy msgid "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv [-window ] [] || resize [-window ] [+/-] || " "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right [-window ] || || splith|" "splitv[-window ] [] || resize[-window ] [+/-] || " @@ -2322,6 +2323,7 @@ msgstr "" "scroll_unread [-window ] || swap [-window ] [up|down|left|" "right] || zoom[-window ]" +#, fuzzy msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2351,6 +2353,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 96682bbe7..cabc731ee 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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:51+0200\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -2196,9 +2196,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "list || -1|+1|b#|up|down|left|right || splith|splitv [] || resize " "[+/-] || balance || merge [all] || page_up|page_down || refresh || " @@ -2236,6 +2236,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/ru.po b/po/ru.po index 64f601236..c92e0c1d8 100644 --- a/po/ru.po +++ b/po/ru.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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:52+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -1836,9 +1836,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" "[list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv " "[pct] | resize pct | merge [all]]" @@ -1873,6 +1873,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/tr.po b/po/tr.po index 2d23f6c64..888ab545f 100644 --- a/po/tr.po +++ b/po/tr.po @@ -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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-07-18 19:52+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -1630,9 +1630,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" msgid "" @@ -1664,6 +1664,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n" diff --git a/po/weechat.pot b/po/weechat.pot index 0457b03b1..6498acf02 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-07-20 08:40+0200\n" +"POT-Creation-Date: 2013-07-20 11:55+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: weechat-dev \n" @@ -1637,9 +1637,9 @@ msgid "" "balance || merge [-window ] [all] || page_up|page_down [-window " "] || refresh || scroll [-window ] [+/-][s|m|h|d|M|y] " "|| scroll_horiz [-window ] [+/-][%] || scroll_up|scroll_down|" -"scroll_top|scroll_bottom|scroll_previous_highlight|scroll_next_highlight|" -"scroll_unread [-window ] || swap [-window ] [up|down|left|" -"right] || zoom[-window ]" +"scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|" +"scroll_next_highlight|scroll_unread [-window ] || swap [-window " +"] [up|down|left|right] || zoom[-window ]" msgstr "" msgid "" @@ -1671,6 +1671,7 @@ msgid "" " scroll_down: scroll a few lines down\n" " scroll_top: scroll to top of buffer\n" "scroll_bottom: scroll to bottom of buffer\n" +"scroll_beyond_end: scroll beyond the end of buffer\n" "scroll_previous_highlight: scroll to previous highlight\n" "scroll_next_highlight: scroll to next highlight\n" "scroll_unread: scroll to unread marker\n"