Fix typos in /help window and /help logger
This commit is contained in:
parent
a10b9038d5
commit
855993d14d
@ -15,7 +15,6 @@
|
||||
/logger set 5
|
||||
disable logging for current buffer:
|
||||
/logger disable
|
||||
|
||||
set level to 3 for all IRC buffers:
|
||||
/set logger.level.irc 3
|
||||
disable logging for main WeeChat buffer:
|
||||
|
@ -392,7 +392,6 @@
|
||||
splitv: split current window vertically
|
||||
resize: resize window size, new size is <pct> percentage of parent window
|
||||
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
|
||||
|
@ -621,5 +621,5 @@
|
||||
* *weechat.startup.weechat_slogan*
|
||||
** description: WeeChat slogan (if empty, slogan is not used)
|
||||
** type: string
|
||||
** values: any string (default value: "le client de discussion le plus geek !")
|
||||
** values: any string (default value: "the geekiest chat client!")
|
||||
|
||||
|
@ -621,5 +621,5 @@
|
||||
* *weechat.startup.weechat_slogan*
|
||||
** description: slogan WeeChat (si vide, le slogan ne sera pas utilisé)
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: "le client de discussion le plus geek !")
|
||||
** valeurs: toute chaîne (valeur par défaut: "the geekiest chat client!")
|
||||
|
||||
|
@ -3,31 +3,30 @@
|
||||
........................................
|
||||
configurazione del plugin logger
|
||||
|
||||
list: mostra lo stato del logging per i buffer aperti
|
||||
set: imposta il livello di logging per il buffer corrente
|
||||
level: livello per i messaggi da loggare (0 = disabilitato, 1 = alcuni messaggi (più importanti) .. 9 = tutti i messaggi)
|
||||
disable: disabilita il logging sul buffer corrente (imposta livello a 0)
|
||||
list: show logging status for opened buffers
|
||||
set: set logging level on current buffer
|
||||
level: level for messages to be logged (0 = logging disabled, 1 = a few messages (most important) .. 9 = all messages)
|
||||
disable: disable logging on current buffer (set level to 0)
|
||||
|
||||
Le opzioni "logger.level.*" e "logger.mask.*" possono essere utilizzate per impostare un livello o una mask per un buffer, o per i buffer che cominciano per nome.
|
||||
Options "logger.level.*" and "logger.mask.*" can be used to set level or mask for a buffer, or buffers beginning with name.
|
||||
|
||||
Esempi:
|
||||
imposta il livello 5 al buffer attivo:
|
||||
Examples:
|
||||
set level to 5 for current buffer:
|
||||
/logger set 5
|
||||
disabilita logging per il buffer attivo:
|
||||
disable logging for current buffer:
|
||||
/logger disable
|
||||
|
||||
imposta il livello 3 per tutti i buffer IRC:
|
||||
set level to 3 for all IRC buffers:
|
||||
/set logger.level.irc 3
|
||||
disabilita logging per il buffer principale di WeeChat:
|
||||
disable logging for main WeeChat buffer:
|
||||
/set logger.level.core.weechat 0
|
||||
utilizza una cartella per il server IRC e un file per il canale al suo interno:
|
||||
use a directory per IRC server and a file per channel inside:
|
||||
/set logger.mask.irc "$server/$channel.weechatlog"
|
||||
|
||||
Livelli di log utilizzati dal plugin IRC:
|
||||
1: messaggio utente, notifica, privato
|
||||
2: cambio di nick
|
||||
3: messaggio del server
|
||||
4: entrata/uscita/abbandono
|
||||
9: tutti gli altri messaggi
|
||||
Log levels used by IRC plugin:
|
||||
1: user message, notice, private
|
||||
2: nick change
|
||||
3: server message
|
||||
4: join/part/quit
|
||||
9: all other messages
|
||||
........................................
|
||||
|
||||
|
@ -380,37 +380,36 @@
|
||||
........................................
|
||||
gestione finestre
|
||||
|
||||
list: elenca le finestre aperte (nessun parametro implica questa lista)
|
||||
-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
|
||||
splith: divide la finestra attiva orizzontalmente
|
||||
splitv: divide la finestra attiva verticalmente
|
||||
resize: ridimensiona finestra, la nuova dimensione è <pct> percentuale della finestra genitore
|
||||
merge: unisce la finestra con un'altra (all = mantiente una sola finestra)
|
||||
list: list opened windows (no parameter implies this list)
|
||||
-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
|
||||
splith: split current window horizontally
|
||||
splitv: split current window vertically
|
||||
resize: resize window size, new size is <pct> percentage of parent window
|
||||
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 number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years
|
||||
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_previous_highlight: scroll to previous highlight
|
||||
scroll_next_highlight: scroll to next highlight
|
||||
zoom: zoom on window
|
||||
|
||||
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_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 all'evidenziazione precedente
|
||||
scroll_next_highlight: passa all'evidenziazione successiva
|
||||
zoom: ingrandimento sulla finestra
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
Esempi:
|
||||
salta alla finestra che visualizza il buffer #1: /window b1
|
||||
scorre di due righe in alto: /window scroll -2
|
||||
scorre all'indietro di due giorni: /window scroll -2d
|
||||
scorre all'inizio del giorno attuale: /window scroll -d
|
||||
Examples:
|
||||
jump to window displaying buffer #1: /window b1
|
||||
scroll 2 lines up: /window scroll -2
|
||||
scroll 2 days up: /window scroll -2d
|
||||
scroll to beginning of current day: /window scroll -d
|
||||
........................................
|
||||
|
||||
|
@ -621,5 +621,5 @@
|
||||
* *weechat.startup.weechat_slogan*
|
||||
** descrizione: Slogan WeeChat (se è vuoto, non viene utilizzato)
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: "le client de discussion le plus geek !")
|
||||
** valori: qualsiasi stringa (valore predefinito: "the geekiest chat client!")
|
||||
|
||||
|
6
po/cs.po
6
po/cs.po
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1446,6 +1446,7 @@ msgstr ""
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | zoom]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (no parameter implies this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
@ -1460,7 +1461,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5150,6 +5150,7 @@ msgstr "konfigurace logovacího pluginu"
|
||||
msgid "[list | set level | disable]"
|
||||
msgstr "[list | set úroveň | disable]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: show logging status for opened buffers\n"
|
||||
" set: set logging level on current buffer\n"
|
||||
@ -5165,7 +5166,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
6
po/de.po
6
po/de.po
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Nils G <weechatter@arcor.de>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1511,6 +1511,7 @@ msgstr ""
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | zoom]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (no parameter implies this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
@ -1525,7 +1526,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5341,6 +5341,7 @@ msgstr ""
|
||||
msgid "[list | set level | disable]"
|
||||
msgstr "[list | set level | disable]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: show logging status for opened buffers\n"
|
||||
" set: set logging level on current buffer\n"
|
||||
@ -5356,7 +5357,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
6
po/es.po
6
po/es.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1446,6 +1446,7 @@ msgstr ""
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | zoom]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (no parameter implies this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
@ -1460,7 +1461,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5202,6 +5202,7 @@ msgstr "configuración del plugin de registro"
|
||||
msgid "[list | set level | disable]"
|
||||
msgstr "[list | set nivel | disable]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: show logging status for opened buffers\n"
|
||||
" set: set logging level on current buffer\n"
|
||||
@ -5217,7 +5218,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
6
po/fr.po
6
po/fr.po
@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 17:02+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 20:56+0100\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@ -1488,7 +1488,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5284,7 +5283,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
4
po/hu.po
4
po/hu.po
@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1339,7 +1339,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5044,7 +5043,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
6
po/it.po
6
po/it.po
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Weechat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1439,6 +1439,7 @@ msgstr ""
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | zoom]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (no parameter implies this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
@ -1453,7 +1454,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5192,6 +5192,7 @@ msgstr "configurazione del plugin logger"
|
||||
msgid "[list | set level | disable]"
|
||||
msgstr "[list | set livello | disable]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: show logging status for opened buffers\n"
|
||||
" set: set logging level on current buffer\n"
|
||||
@ -5207,7 +5208,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
6
po/pl.po
6
po/pl.po
@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.0-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Krzysztof Koroscik <soltys@szluug.org>\n"
|
||||
"Language-Team: Polish\n"
|
||||
@ -1469,6 +1469,7 @@ msgstr ""
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | zoom]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list opened windows (no parameter implies this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
@ -1483,7 +1484,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5186,6 +5186,7 @@ msgstr "konfiguracja pluginu logera"
|
||||
msgid "[list | set level | disable]"
|
||||
msgstr "[list | set poziom | disable]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: show logging status for opened buffers\n"
|
||||
" set: set logging level on current buffer\n"
|
||||
@ -5201,7 +5202,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
4
po/ru.po
4
po/ru.po
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.2-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: 2010-03-22 10:52+0100\n"
|
||||
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@ -1342,7 +1342,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -5049,7 +5048,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2010-03-22 17:00+0100\n"
|
||||
"POT-Creation-Date: 2010-03-22 20:54+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -1161,7 +1161,6 @@ msgid ""
|
||||
" resize: resize window size, new size is <pct> percentage of parent "
|
||||
"window\n"
|
||||
" merge: merge window with another (all = keep only one window)\n"
|
||||
"\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
@ -4375,7 +4374,6 @@ msgid ""
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n"
|
||||
"\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
@ -4543,8 +4543,8 @@ command_init ()
|
||||
"scroll_up | scroll_down | scroll_top | scroll_bottom | "
|
||||
"scroll_previous_highlight | scroll_next_highlight | "
|
||||
"zoom]"),
|
||||
N_(" list: list opened windows (no parameter implies this "
|
||||
"list)\n"
|
||||
N_(" list: list opened windows (no parameter implies "
|
||||
"this list)\n"
|
||||
" -1: jump to previous window\n"
|
||||
" +1: jump to next window\n"
|
||||
" b#: jump to next window displaying buffer number #\n"
|
||||
@ -4557,7 +4557,7 @@ command_init ()
|
||||
" resize: resize window size, new size is <pct> "
|
||||
"percentage of parent window\n"
|
||||
" merge: merge window with another (all = keep only one "
|
||||
"window)\n\n"
|
||||
"window)\n"
|
||||
" page_up: scroll one page up\n"
|
||||
" page_down: scroll one page down\n"
|
||||
" refresh: refresh screen\n"
|
||||
|
@ -1213,7 +1213,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
" set level to 5 for current buffer:\n"
|
||||
" /logger set 5\n"
|
||||
" disable logging for current buffer:\n"
|
||||
" /logger disable\n\n"
|
||||
" /logger disable\n"
|
||||
" set level to 3 for all IRC buffers:\n"
|
||||
" /set logger.level.irc 3\n"
|
||||
" disable logging for main WeeChat buffer:\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user