mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Compare commits
29 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9b449df34 | |||
| c6c9566fbb | |||
| fb1a0231b7 | |||
| 96499ad34a | |||
| 5280b7d095 | |||
| 42ac70899a | |||
| 57ffa846f4 | |||
| 5cc4005231 | |||
| 9b5da2f11f | |||
| 65ff49f01e | |||
| 1361602ea5 | |||
| b547bf6bbb | |||
| 7cd4a23cdc | |||
| 52908c86f7 | |||
| 42da33e625 | |||
| c7c15fe743 | |||
| a915d1f398 | |||
| d154b39990 | |||
| d2b8c2883b | |||
| add0be28d9 | |||
| 18833a8c93 | |||
| 04fc35c050 | |||
| e6465d7041 | |||
| 8976000345 | |||
| fe7f92c4d8 | |||
| 59202e3e02 | |||
| 5429381cb6 | |||
| 7c5ae208fd | |||
| f60593e890 |
+1
-1
@@ -237,7 +237,7 @@ add_custom_target(uninstall
|
|||||||
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
|
||||||
|
|
||||||
add_custom_target(dist
|
add_custom_target(dist
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/makedist.sh" "${VERSION}" "HEAD" "${CMAKE_CURRENT_BINARY_DIR}"
|
"${CMAKE_CURRENT_SOURCE_DIR}/tools/makedist.sh" "${VERSION}" "HEAD" "${CMAKE_CURRENT_BINARY_DIR}"
|
||||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
||||||
# pkgconfig file
|
# pkgconfig file
|
||||||
|
|||||||
+14
-4
@@ -15,18 +15,24 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
|||||||
(file _ReleaseNotes.adoc_ in sources).
|
(file _ReleaseNotes.adoc_ in sources).
|
||||||
|
|
||||||
|
|
||||||
|
[[v1.7.1]]
|
||||||
|
== Version 1.7.1 (2017-04-22)
|
||||||
|
|
||||||
|
Bug fixes::
|
||||||
|
|
||||||
|
* irc: fix parsing of DCC filename
|
||||||
|
|
||||||
[[v1.7]]
|
[[v1.7]]
|
||||||
== Version 1.7 (under dev)
|
== Version 1.7 (2017-01-15)
|
||||||
|
|
||||||
New features::
|
New features::
|
||||||
|
|
||||||
* core: add option weechat.look.align_multiline_words (issue #411, issue #802)
|
* core: add option weechat.look.align_multiline_words (issue #411, issue #802)
|
||||||
* core: add optional command prefix in completion templates "commands", "plugins_commands" and ""weechat_commands"
|
* core: add optional command prefix in completion templates "commands", "plugins_commands" and "weechat_commands"
|
||||||
* core: add optional arguments in completion template, sent to the callback
|
* core: add optional arguments in completion template, sent to the callback
|
||||||
* core: add option "time" in command /debug
|
* core: add option "time" in command /debug
|
||||||
* api: add info "uptime" (WeeChat uptime)
|
* api: add info "uptime" (WeeChat uptime)
|
||||||
* api: add info "pid" (WeeChat PID) (issue #850)
|
* api: add info "pid" (WeeChat PID) (issue #850)
|
||||||
* exec: add option "-oc" in command /exec to execute commands in process output, don't execute commands by default with "-o" (issue #877)
|
|
||||||
* fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (issue #850)
|
* fifo: add file fifo.conf and option fifo.file.path to customize FIFO pipe path/filename (issue #850)
|
||||||
* irc: add server option "usermode" (issue #377, issue #820)
|
* irc: add server option "usermode" (issue #377, issue #820)
|
||||||
* irc: add tag "self_msg" on self messages (issue #840)
|
* irc: add tag "self_msg" on self messages (issue #840)
|
||||||
@@ -37,8 +43,9 @@ Improvements::
|
|||||||
* core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait
|
* core: add a slash before commands completed in arguments of /command, /debug time, /key bind, /key bindctxt, /mute, /repeat, /wait
|
||||||
* core: add a warning in header of configuration files to not edit by hand (issue #851)
|
* core: add a warning in header of configuration files to not edit by hand (issue #851)
|
||||||
* alias: add a slash before commands completed in arguments of /alias
|
* alias: add a slash before commands completed in arguments of /alias
|
||||||
|
* exec: add option "-oc" in command /exec to execute commands in process output, don't execute commands by default with "-o" (issue #877)
|
||||||
* irc: evaluate content of server option "ssl_fingerprint" (issue #858)
|
* irc: evaluate content of server option "ssl_fingerprint" (issue #858)
|
||||||
* irc: change default value of option irc.network.lag_reconnect to 300 (issue #818)
|
* irc: change default value of option irc.network.lag_reconnect from 0 to 300 (issue #818)
|
||||||
* trigger: do not hide email in command "/msg nickserv register password email" (issue #849)
|
* trigger: do not hide email in command "/msg nickserv register password email" (issue #849)
|
||||||
|
|
||||||
Bug fixes::
|
Bug fixes::
|
||||||
@@ -47,10 +54,12 @@ Bug fixes::
|
|||||||
* core: fix display of empty lines in search mode (issue #829)
|
* core: fix display of empty lines in search mode (issue #829)
|
||||||
* api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827)
|
* api: fix crash in function string_expand_home() when the HOME environment variable is not set (issue #827)
|
||||||
* exec: fix memory leak in display of process output
|
* exec: fix memory leak in display of process output
|
||||||
|
* irc: fix option "-temp" in command /server (issue #880)
|
||||||
* irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873)
|
* irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873)
|
||||||
* irc: fix buffer switching on manual join for forwarded channels (issue #876)
|
* irc: fix buffer switching on manual join for forwarded channels (issue #876)
|
||||||
* irc: add missing tags on CTCP message sent
|
* irc: add missing tags on CTCP message sent
|
||||||
* lua: fix integers returned in Lua >= 5.3 (issue #834)
|
* lua: fix integers returned in Lua >= 5.3 (issue #834)
|
||||||
|
* relay: make HTTP headers case-insensitive for WebSocket connections (issue #888)
|
||||||
* relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)
|
* relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)
|
||||||
* script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded (issue #855)
|
* script: reload a script after upgrade only if it was loaded, set autoload only if the script was auto-loaded (issue #855)
|
||||||
|
|
||||||
@@ -58,6 +67,7 @@ Build::
|
|||||||
|
|
||||||
* core, irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)
|
* core, irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)
|
||||||
* core: add build of xz package with make dist (cmake)
|
* core: add build of xz package with make dist (cmake)
|
||||||
|
* tests: fix compilation of tests on FreeBSD 11.0
|
||||||
|
|
||||||
[[v1.6]]
|
[[v1.6]]
|
||||||
== Version 1.6 (2016-10-02)
|
== Version 1.6 (2016-10-02)
|
||||||
|
|||||||
+1
-1
@@ -39,7 +39,6 @@ EXTRA_DIST = AUTHORS.adoc \
|
|||||||
CMakeLists.txt \
|
CMakeLists.txt \
|
||||||
config.rpath \
|
config.rpath \
|
||||||
config.h.cmake \
|
config.h.cmake \
|
||||||
makedist.sh \
|
|
||||||
cmake/CMakeParseArguments.cmake \
|
cmake/CMakeParseArguments.cmake \
|
||||||
cmake/FindAsciidoctor.cmake \
|
cmake/FindAsciidoctor.cmake \
|
||||||
cmake/FindAspell.cmake \
|
cmake/FindAspell.cmake \
|
||||||
@@ -65,6 +64,7 @@ EXTRA_DIST = AUTHORS.adoc \
|
|||||||
po/srcfiles.cmake \
|
po/srcfiles.cmake \
|
||||||
tools/build-test.sh \
|
tools/build-test.sh \
|
||||||
tools/git-version.sh \
|
tools/git-version.sh \
|
||||||
|
tools/makedist.sh \
|
||||||
version.sh \
|
version.sh \
|
||||||
weechat.png \
|
weechat.png \
|
||||||
weechat.pc.in \
|
weechat.pc.in \
|
||||||
|
|||||||
+6
-1
@@ -17,8 +17,13 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
|
|||||||
(file _ChangeLog.adoc_ in sources).
|
(file _ChangeLog.adoc_ in sources).
|
||||||
|
|
||||||
|
|
||||||
|
[[v1.7.1]]
|
||||||
|
== Version 1.7.1 (2017-04-22)
|
||||||
|
|
||||||
|
Bug fix and maintenance release.
|
||||||
|
|
||||||
[[v1.7]]
|
[[v1.7]]
|
||||||
== Version 1.7 (under dev)
|
== Version 1.7 (2017-01-15)
|
||||||
|
|
||||||
[[v1.7_fifo_options]]
|
[[v1.7_fifo_options]]
|
||||||
=== FIFO options
|
=== FIFO options
|
||||||
|
|||||||
@@ -16,55 +16,55 @@
|
|||||||
-set <id> <property> <value>
|
-set <id> <property> <value>
|
||||||
-del <id>|-all [<id>...]
|
-del <id>|-all [<id>...]
|
||||||
|
|
||||||
-list: list commands
|
-list: zeigt laufende Befehle an
|
||||||
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
-sh: es wird die shell verwendet um Befehle auszuführen (WARNUNG: Dieses Argument sollte nur verwendet werden, falls alle Argumente unbedenklich sind, siehe Argument -nosh)
|
||||||
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
-nosh: die shell wird nicht verwendet um Befehle auszuführen (wird benötigt, falls der Befehl mit sensiblen Daten hantiert. Zum Beispiel der Inhalt einer Nachricht eines anderen Users)
|
||||||
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
|
-bg: führt Prozess im Hintergrund aus: gibt weder eine Prozessausgabe noch einen Rückgabewert aus (nicht kompatibel mit Argumenten -o/-oc/-n/-nf/-pipe/-hsignal)
|
||||||
-nobg: catch process output and display return code (default)
|
-nobg: gibt Prozessausgabe und Rückgabewert aus (Standardverhalten)
|
||||||
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
-stdin: erstellt eine PIPE um Daten zu dem Prozess zu senden (mittels /exec -in/-inclose)
|
||||||
-nostdin: do not create a pipe for stdin (default)
|
-nostdin: es wird keine PIPE für stdin erstellt (Standardverhalten)
|
||||||
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
-buffer: zeigt/sendet Ausgabe des Befehls an diesen Buffer (wird der angegebene Buffer nicht gefunden wird ein neuer Buffer mit dem Namen "exec.exec.xxx" erstellt)
|
||||||
-l: display locally output of command on buffer (default)
|
-l: gibt die Ausgabe des Befehls lokal im Buffer aus (Standardverhalten)
|
||||||
-o: send output of command to the buffer without executing commands (not compatible with option -bg)
|
-o: gibt die Ausgabe des Befehls im Buffer aus (nicht kompatibel mit Argumenten -bg/-pipe/-hsignal)
|
||||||
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
|
-oc: gibt die Ausgabe des Befehls im Buffer aus und führt diesen dann aus (betrifft Zeilen die mit "/" beginnen bzw. das benutzerdefinierte Befehlszeichen verwenden) (nicht kompatibel mit Argumenten -bg/-pipe/-hsignal)
|
||||||
-n: display output of command in a new buffer (not compatible with option -bg)
|
-n: gibt die Ausgabe des Befehls in einem neuen Buffer aus (nicht kompatibel mit Argumenten -bg/-pipe/-hsignal)
|
||||||
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
|
-nf: gibt die Ausgabe des Befehls in einem neuen Buffer, mit einem freien Inhalt (kein Zeilenumbruch, keine Limitierung in der Anzahl der Zeilen), aus (nicht kompatibel mit Argument -bg/-pipe/-hsignal)
|
||||||
-cl: clear the new buffer before displaying output
|
-cl: der neue Buffer wird vor einer Ausgabe gelöscht
|
||||||
-nocl: append to the new buffer without clear (default)
|
-nocl: Ausgabe wird an neuen Buffer angehangen, ohne diesen vorher zu löschen (Standardverhalten)
|
||||||
-sw: switch to the output buffer (default)
|
-sw: es wird zum Ausgabebuffer gewechselt (Standardverhalten)
|
||||||
-nosw: don't switch to the output buffer
|
-nosw: es wird nicht zum Ausgabebuffer gewechselt
|
||||||
-ln: display line numbers (default in new buffer only)
|
-ln: legt eine Zeilennummerierung an (Standardverhalten, nur für neue Buffer)
|
||||||
-noln: don't display line numbers
|
-noln: es wird keine Zeilennummerierung angezeigt
|
||||||
-flush: display output of command in real time (default)
|
-flush: die Ausgabe des Befehls findet in Echtzeit statt (Standardwert)
|
||||||
-noflush: display output of command after its end
|
-noflush: die Ausgabe des Befehls wird am Ende der Ausführung ausgegeben
|
||||||
-color: action on ANSI colors in output:
|
-color: es wird eine der folgenden Aktionen bei ANSI Zeichenkodierungen in der Ausgabe durchgeführt:
|
||||||
ansi: keep ANSI codes as-is
|
ansi: ANSI-Kodierung wird beibehalten
|
||||||
auto: convert ANSI colors to WeeChat/IRC (default)
|
auto: konvertiert ANSI-Farben nach WeeChat/IRC (Standardverhalten)
|
||||||
irc: convert ANSI colors to IRC colors
|
irc: konvertiert ANSI-Farben nach IRC Farben
|
||||||
weechat: convert ANSI colors to WeeChat colors
|
weechat: konvertiert ANSI-Farben nach WeeChat-Farben
|
||||||
strip: remove ANSI colors
|
strip: ANSI-Farben werden entfernt
|
||||||
-rc: display return code (default)
|
-rc: der Rückgabewert wird ausgegeben (Standardverhalten)
|
||||||
-norc: don't display return code
|
-norc: der Rückgabewert wird unterdrückt
|
||||||
-timeout: set a timeout for the command (in seconds)
|
-timeout: gibt eine Zeitbeschränkung für den auszuführenden Befehl an (in Sekunden)
|
||||||
-name: set a name for the command (to name it later with /exec)
|
-name: dem Befehl wird ein Name zugewiesen (um den Befehl später mittels /exec zu nutzen)
|
||||||
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n)
|
-pipe: sendet die Ausgabe an einen Befehl von WeeChat/Erweiterung (Zeile für Zeile); sollen Leerzeichen im Befehl/Argument verwendet werden, müssen diese mit Anführungszeichen eingeschlossen werden; Variable $line wird durch die entsprechende Zeile ersetzt (standardmäßig wird die Zeile, getrennt durch ein Leerzeichen, dem Befehl nachgestellt (nicht kompatibel mit den Argumenten -bg/-o/-oc/-n/-nf)
|
||||||
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
|
-hsignal: sendet die Ausgabe als hsignal (um es z.B. mittels /trigger zu verwenden) (nicht kompatibel mit den Argumenten -bg/-o/-oc/-n/-nf)
|
||||||
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
command: Befehl der ausgeführt werden soll; beginnt der Befehl mit "url:", wird die shell deaktiviert und der Inhalt der URL wird heruntergeladen und im Buffer ausgegeben
|
||||||
id: command identifier: either its number or name (if set with "-name xxx")
|
id: identifiziert eindeutig einen Befehl: entweder durch eine Nummer oder einen Namen (sofern ein Name mittels "-name xxx" zugewiesen wurde)
|
||||||
-in: send text on standard input of process
|
-in: sendet Text an die Standardeingabe des Prozesses
|
||||||
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
|
-inclose: wie -in aber stdin wird danach geschlossen (und der Text ist optional: ohne Text wird stdin umgehend geschlossen
|
||||||
-signal: send a signal to the process; the signal can be an integer or one of these names: hup, int, quit, kill, term, usr1, usr2
|
-signal: schickt ein Signal an den Prozess; das Signal kann entweder ein Integerwert oder eines der folgenden Schlüsselworte sein: hup, int, quit, kill, term, usr1, usr2
|
||||||
-kill: alias of "-signal <id> kill"
|
-kill: Alias für "-signal <id> kill"
|
||||||
-killall: kill all running processes
|
-killall: beendet alle laufenden Prozesse
|
||||||
-set: set a hook property (see function hook_set in plugin API reference)
|
-set: nutzt eine Hook-Fähigkeit (siehe Funktion hook_set in Anleitung für API Erweiterung)
|
||||||
property: hook property
|
property: Hook-Fähigkeit
|
||||||
value: new value for hook property
|
value: neuer Wert für Hook-Fähigkeit
|
||||||
-del: delete a terminated command
|
-del: entfernt einen beendeten Befehl
|
||||||
-all: delete all terminated commands
|
-all: entfernt alle beendeten Befehle
|
||||||
|
|
||||||
Default options can be set in the option exec.command.default_options.
|
Standardoptionen können in der Einstellung exec.command.default_options bestimmt werden.
|
||||||
|
|
||||||
Examples:
|
Beispiele:
|
||||||
/exec -n ls -l /tmp
|
/exec -n ls -l /tmp
|
||||||
/exec -sh -n ps xu | grep weechat
|
/exec -sh -n ps xu | grep weechat
|
||||||
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
||||||
|
|||||||
@@ -721,7 +721,7 @@ listfull: listet alle Server auf, mit detaillierten Informationen zu jedem einze
|
|||||||
add: erstellt einen neuen Server
|
add: erstellt einen neuen Server
|
||||||
server: Servername, dient der internen Nutzung und zur Darstellung
|
server: Servername, dient der internen Nutzung und zur Darstellung
|
||||||
hostname: Name oder IP-Adresse des Servers. Optional kann zusätzlich der Port festgelegt werden (Standard-Port: 6667). Verschiedene Ports können durch Kommata getrennt werden
|
hostname: Name oder IP-Adresse des Servers. Optional kann zusätzlich der Port festgelegt werden (Standard-Port: 6667). Verschiedene Ports können durch Kommata getrennt werden
|
||||||
temp: erstellt temporären Server (wird nicht gespeichert)
|
-temp: erstellt temporären Server (wird nicht gespeichert)
|
||||||
option: legt die Optionen für den Server fest (die Boolean-Optionen können weggelassen werden)
|
option: legt die Optionen für den Server fest (die Boolean-Optionen können weggelassen werden)
|
||||||
nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)
|
nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)
|
||||||
copy: erstellt eine Kopie des Servers
|
copy: erstellt eine Kopie des Servers
|
||||||
|
|||||||
@@ -19,16 +19,16 @@
|
|||||||
-list: list commands
|
-list: list commands
|
||||||
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
||||||
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
||||||
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
|
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)
|
||||||
-nobg: catch process output and display return code (default)
|
-nobg: catch process output and display return code (default)
|
||||||
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
||||||
-nostdin: do not create a pipe for stdin (default)
|
-nostdin: do not create a pipe for stdin (default)
|
||||||
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
||||||
-l: display locally output of command on buffer (default)
|
-l: display locally output of command on buffer (default)
|
||||||
-o: send output of command to the buffer without executing commands (not compatible with option -bg)
|
-o: send output of command to the buffer without executing commands (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
|
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-n: display output of command in a new buffer (not compatible with option -bg)
|
-n: display output of command in a new buffer (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
|
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-cl: clear the new buffer before displaying output
|
-cl: clear the new buffer before displaying output
|
||||||
-nocl: append to the new buffer without clear (default)
|
-nocl: append to the new buffer without clear (default)
|
||||||
-sw: switch to the output buffer (default)
|
-sw: switch to the output buffer (default)
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
-norc: don't display return code
|
-norc: don't display return code
|
||||||
-timeout: set a timeout for the command (in seconds)
|
-timeout: set a timeout for the command (in seconds)
|
||||||
-name: set a name for the command (to name it later with /exec)
|
-name: set a name for the command (to name it later with /exec)
|
||||||
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n)
|
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-oc/-n/-nf)
|
||||||
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
|
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-oc/-n/-nf)
|
||||||
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
||||||
id: command identifier: either its number or name (if set with "-name xxx")
|
id: command identifier: either its number or name (if set with "-name xxx")
|
||||||
-in: send text on standard input of process
|
-in: send text on standard input of process
|
||||||
|
|||||||
@@ -721,7 +721,7 @@ listfull: list servers with detailed info for each server
|
|||||||
add: add a new server
|
add: add a new server
|
||||||
server: server name, for internal and display use
|
server: server name, for internal and display use
|
||||||
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
|
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
|
||||||
temp: add a temporary server (not saved)
|
-temp: add a temporary server (not saved)
|
||||||
option: set option for server (for boolean option, value can be omitted)
|
option: set option for server (for boolean option, value can be omitted)
|
||||||
nooption: set boolean option to 'off' (for example: -nossl)
|
nooption: set boolean option to 'off' (for example: -nossl)
|
||||||
copy: duplicate a server
|
copy: duplicate a server
|
||||||
|
|||||||
@@ -19,16 +19,16 @@
|
|||||||
-list : lister les commandes
|
-list : lister les commandes
|
||||||
-sh : utiliser le shell pour exécuter la commande (ATTENTION : utilisez cette option SEULEMENT si tous les paramètres sont fiables, voir l'option -nosh)
|
-sh : utiliser le shell pour exécuter la commande (ATTENTION : utilisez cette option SEULEMENT si tous les paramètres sont fiables, voir l'option -nosh)
|
||||||
-nosh : ne pas utiliser le shell pour exécuter la commande (requis si la commande a des données non fiables, par exemple le contenu d'un message d'un autre utilisateur) (par défaut)
|
-nosh : ne pas utiliser le shell pour exécuter la commande (requis si la commande a des données non fiables, par exemple le contenu d'un message d'un autre utilisateur) (par défaut)
|
||||||
-bg : lancer le processus en tâche de fond : ne pas afficher la sortie ni le code retour (non compatible avec les options -o/-n)
|
-bg : lancer le processus en tâche de fond : ne pas afficher la sortie ni le code retour (non compatible avec les options -o/-oc/-n/-nf/-pipe/-hsignal)
|
||||||
-nobg : capturer la sortie du processus et afficher le code retour (par défaut)
|
-nobg : capturer la sortie du processus et afficher le code retour (par défaut)
|
||||||
-stdin : créer un tuyau pour envoyer des données sur l'entrée standard du processus (avec /exec -in/-inclose)
|
-stdin : créer un tuyau pour envoyer des données sur l'entrée standard du processus (avec /exec -in/-inclose)
|
||||||
-nostdin : ne pas créer de tuyau pour l'entrée standard (par défaut)
|
-nostdin : ne pas créer de tuyau pour l'entrée standard (par défaut)
|
||||||
-buffer : afficher/envoyer la sortie de la commande sur ce tampon (si le tampon n'est pas trouvé, un nouveau tampon avec le nom "exec.exec.xxx" est créé)
|
-buffer : afficher/envoyer la sortie de la commande sur ce tampon (si le tampon n'est pas trouvé, un nouveau tampon avec le nom "exec.exec.xxx" est créé)
|
||||||
-l : afficher localement la sortie de la commande sur le tampon (par défaut)
|
-l : afficher localement la sortie de la commande sur le tampon (par défaut)
|
||||||
-o : envoyer la sortie de la commande au tampon sans exécuter les commandes (non compatible avec l'option -bg)
|
-o : envoyer la sortie de la commande au tampon sans exécuter les commandes (non compatible avec les options -bg/-pipe/-hsignal)
|
||||||
-oc : envoyer la sortie de la commande au tampon et exécuter les commandes (lignes commençant par "/" ou un caractère personnalisé de commande) (non compatible avec l'option -bg)
|
-oc : envoyer la sortie de la commande au tampon et exécuter les commandes (lignes commençant par "/" ou un caractère personnalisé de commande) (non compatible avec les options -bg/-pipe/-hsignal)
|
||||||
-n : afficher la sortie de la commande dans un nouveau tampon (non compatible avec l'option -bg)
|
-n : afficher la sortie de la commande dans un nouveau tampon (non compatible avec les options -bg/-pipe/-hsignal)
|
||||||
-nf : afficher la sortie de la commande dans un nouveau tampon avec contenu libre (pas de coupure des mots, pas de limite sur le nombre de lignes) (non compatible avec l'option -bg)
|
-nf : afficher la sortie de la commande dans un nouveau tampon avec contenu libre (pas de coupure des mots, pas de limite sur le nombre de lignes) (non compatible avec les options -bg/-pipe/-hsignal)
|
||||||
-cl : effacer le nouveau tampon avant d'afficher la sortie
|
-cl : effacer le nouveau tampon avant d'afficher la sortie
|
||||||
-nocl : ajouter au nouveau tampon sans effacer (par défaut)
|
-nocl : ajouter au nouveau tampon sans effacer (par défaut)
|
||||||
-sw : basculer vers le tampon de sortie (par défaut)
|
-sw : basculer vers le tampon de sortie (par défaut)
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
-norc : ne pas afficher le code retour
|
-norc : ne pas afficher le code retour
|
||||||
-timeout : définir un délai maximum pour la commande (en secondes)
|
-timeout : définir un délai maximum pour la commande (en secondes)
|
||||||
-name : définir un nom pour la commande (pour la nommer plus tard avec /exec)
|
-name : définir un nom pour la commande (pour la nommer plus tard avec /exec)
|
||||||
-pipe : envoyer la sortie vers une commande WeeChat/extension (ligne par ligne) ; s'il y a des espaces dans la commande/paramètres, entourez les de guillemets ; la variable $line est remplacée par la ligne (par défaut la ligne est ajoutée après la commande, séparée par un espace) (non compatible avec les options -bg/-o/-n)
|
-pipe : envoyer la sortie vers une commande WeeChat/extension (ligne par ligne) ; s'il y a des espaces dans la commande/paramètres, entourez les de guillemets ; la variable $line est remplacée par la ligne (par défaut la ligne est ajoutée après la commande, séparée par un espace) (non compatible avec les options -bg/-o/-oc/-n/-nf)
|
||||||
-hsignal : envoyer la sortie sous forme de hsignal (pour être utilisé par exemple dans un trigger) (non compatible avec les options -bg/-o/-n)
|
-hsignal : envoyer la sortie sous forme de hsignal (pour être utilisé par exemple dans un trigger) (non compatible avec les options -bg/-o/-oc/-n/-nf)
|
||||||
commande : la commande à exécuter ; si elle commence par "url:", le shell est désactivé et le contenu de l'URL est téléchargé et envoyé comme sortie
|
commande : la commande à exécuter ; si elle commence par "url:", le shell est désactivé et le contenu de l'URL est téléchargé et envoyé comme sortie
|
||||||
id : identifiant de commande : soit le numéro ou le nom (si défini avec "-name xxx")
|
id : identifiant de commande : soit le numéro ou le nom (si défini avec "-name xxx")
|
||||||
-in : envoyer le texte sur l'entrée standard du processus
|
-in : envoyer le texte sur l'entrée standard du processus
|
||||||
|
|||||||
@@ -721,7 +721,7 @@ listfull : afficher les serveurs avec de l'info détaillée pour chaque
|
|||||||
add : ajouter un nouveau serveur
|
add : ajouter un nouveau serveur
|
||||||
serveur : nom du serveur, pour usage interne et affichage
|
serveur : nom du serveur, pour usage interne et affichage
|
||||||
nom : nom ou adresse IP du serveur avec port en option (défaut : 6667), plusieurs adresses peuvent être séparées par une virgule
|
nom : nom ou adresse IP du serveur avec port en option (défaut : 6667), plusieurs adresses peuvent être séparées par une virgule
|
||||||
temp : ajouter un serveur temporaire (non sauvé)
|
-temp : ajouter un serveur temporaire (non sauvé)
|
||||||
option : définir l'option pour le serveur (pour une option booléenne, la valeur peut être omise)
|
option : définir l'option pour le serveur (pour une option booléenne, la valeur peut être omise)
|
||||||
nooption : définir l'option booléenne à 'off' (par exemple : -nossl)
|
nooption : définir l'option booléenne à 'off' (par exemple : -nossl)
|
||||||
copy : dupliquer un serveur
|
copy : dupliquer un serveur
|
||||||
|
|||||||
@@ -19,16 +19,16 @@
|
|||||||
-list: list commands
|
-list: list commands
|
||||||
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
||||||
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
||||||
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
|
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)
|
||||||
-nobg: catch process output and display return code (default)
|
-nobg: catch process output and display return code (default)
|
||||||
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
||||||
-nostdin: do not create a pipe for stdin (default)
|
-nostdin: do not create a pipe for stdin (default)
|
||||||
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
||||||
-l: display locally output of command on buffer (default)
|
-l: display locally output of command on buffer (default)
|
||||||
-o: send output of command to the buffer without executing commands (not compatible with option -bg)
|
-o: send output of command to the buffer without executing commands (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
|
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-n: display output of command in a new buffer (not compatible with option -bg)
|
-n: display output of command in a new buffer (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
|
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with options -bg/-pipe/-hsignal)
|
||||||
-cl: clear the new buffer before displaying output
|
-cl: clear the new buffer before displaying output
|
||||||
-nocl: append to the new buffer without clear (default)
|
-nocl: append to the new buffer without clear (default)
|
||||||
-sw: switch to the output buffer (default)
|
-sw: switch to the output buffer (default)
|
||||||
@@ -47,8 +47,8 @@
|
|||||||
-norc: don't display return code
|
-norc: don't display return code
|
||||||
-timeout: set a timeout for the command (in seconds)
|
-timeout: set a timeout for the command (in seconds)
|
||||||
-name: set a name for the command (to name it later with /exec)
|
-name: set a name for the command (to name it later with /exec)
|
||||||
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n)
|
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-oc/-n/-nf)
|
||||||
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
|
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-oc/-n/-nf)
|
||||||
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
||||||
id: command identifier: either its number or name (if set with "-name xxx")
|
id: command identifier: either its number or name (if set with "-name xxx")
|
||||||
-in: send text on standard input of process
|
-in: send text on standard input of process
|
||||||
|
|||||||
@@ -721,7 +721,7 @@ listfull: list servers with detailed info for each server
|
|||||||
add: add a new server
|
add: add a new server
|
||||||
server: server name, for internal and display use
|
server: server name, for internal and display use
|
||||||
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
|
hostname: name or IP address of server, with optional port (default: 6667), many addresses can be separated by a comma
|
||||||
temp: add a temporary server (not saved)
|
-temp: add a temporary server (not saved)
|
||||||
option: set option for server (for boolean option, value can be omitted)
|
option: set option for server (for boolean option, value can be omitted)
|
||||||
nooption: set boolean option to 'off' (for example: -nossl)
|
nooption: set boolean option to 'off' (for example: -nossl)
|
||||||
copy: duplicate a server
|
copy: duplicate a server
|
||||||
|
|||||||
@@ -16,55 +16,55 @@
|
|||||||
-set <id> <property> <value>
|
-set <id> <property> <value>
|
||||||
-del <id>|-all [<id>...]
|
-del <id>|-all [<id>...]
|
||||||
|
|
||||||
-list: list commands
|
-list: コマンドをリストアップ
|
||||||
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
-sh: コマンドを実行する際にシェルを使う (警告: このオプションを使えるのは、全ての引数が安全な場合だけです、オプション -nosh を参照)
|
||||||
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
-nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータが含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)
|
||||||
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
|
-bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコードを表示しない (オプション -o/-oc/-n/-nf/-pipe/-hsignal と同時に利用できません)
|
||||||
-nobg: catch process output and display return code (default)
|
-nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)
|
||||||
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
-stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使う)
|
||||||
-nostdin: do not create a pipe for stdin (default)
|
-nostdin: 標準入力用にパイプを作成しない (デフォルト)
|
||||||
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
-buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからない場合、新しいバッファ "exec.exec.xxx" が作られます)
|
||||||
-l: display locally output of command on buffer (default)
|
-l: コマンドの出力をカレントバッファに表示 (デフォルト)
|
||||||
-o: send output of command to the buffer without executing commands (not compatible with option -bg)
|
-o: コマンドの出力をカレントバッファに送信、カレントバッファは受信した内容をコマンドとして実行しません (オプション -bg/-pipe/-hsignal と同時に利用できません)
|
||||||
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
|
-oc: コマンドの出力をカレントバッファに送信、カレントバッファは受信した内容 (先頭に "/" もしくはそれ以外のコマンド開始文字を含む行) をコマンドとして実行します (オプション -bg/-pipe/-hsignal と同時に利用できません)
|
||||||
-n: display output of command in a new buffer (not compatible with option -bg)
|
-n: コマンドの出力を新しいバッファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)
|
||||||
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
|
-nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)
|
||||||
-cl: clear the new buffer before displaying output
|
-cl: 出力を表示する前に新しいバッファをクリア
|
||||||
-nocl: append to the new buffer without clear (default)
|
-nocl: 新しいバッファをクリアせずに追加 (デフォルト)
|
||||||
-sw: switch to the output buffer (default)
|
-sw: 出力バッファに移動 (デフォルト)
|
||||||
-nosw: don't switch to the output buffer
|
-nosw: 出力バッファに移動しない
|
||||||
-ln: display line numbers (default in new buffer only)
|
-ln: 行数を表示 (新しいバッファに表示する場合はデフォルト)
|
||||||
-noln: don't display line numbers
|
-noln: 行数を表示しない
|
||||||
-flush: display output of command in real time (default)
|
-flush: コマンドの出力をすぐに表示 (デフォルト)
|
||||||
-noflush: display output of command after its end
|
-noflush: コマンドの出力をコマンドの終了後に表示
|
||||||
-color: action on ANSI colors in output:
|
-color: 出力に含まれる ANSI 色に対する挙動:
|
||||||
ansi: keep ANSI codes as-is
|
ansi: ANSI 色をそのままにする
|
||||||
auto: convert ANSI colors to WeeChat/IRC (default)
|
auto: ANSI 色を WeeChat/IRC 色に変換 (デフォルト)
|
||||||
irc: convert ANSI colors to IRC colors
|
irc: ANSI 色を IRC 色に変換
|
||||||
weechat: convert ANSI colors to WeeChat colors
|
weechat: ANSI 色を WeeChat 色に変換
|
||||||
strip: remove ANSI colors
|
strip: ANSI 色を削除
|
||||||
-rc: display return code (default)
|
-rc: リターンコードを表示 (デフォルト)
|
||||||
-norc: don't display return code
|
-norc: リターンコードを表示しない
|
||||||
-timeout: set a timeout for the command (in seconds)
|
-timeout: コマンドのタイムアウトを設定 (秒単位)
|
||||||
-name: set a name for the command (to name it later with /exec)
|
-name: コマンドの名前を設定 (後から名前を付けるには /exec を使う)
|
||||||
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n)
|
-pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドおよび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加します) (オプション -bg/-o/-oc/-n/-nf と同時に利用できません)
|
||||||
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
|
-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -bg/-o/-oc/-n/-nf と同時に利用できません)
|
||||||
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
command: 実行するコマンド; "url:" で始まる場合、シェルは無効化され、URL の内容がダウンロードされ、出力として送信されます
|
||||||
id: command identifier: either its number or name (if set with "-name xxx")
|
id: コマンド識別子: 番号か名前 ("-name xxx" で設定した場合) のどちらか一方
|
||||||
-in: send text on standard input of process
|
-in: プロセスの標準入力にテキストを送信
|
||||||
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
|
-inclose: -in と同じ、ただし使用後に標準入力を閉じる (テキストは任意: テキストが無い場合、標準入力をすぐに閉じる)
|
||||||
-signal: send a signal to the process; the signal can be an integer or one of these names: hup, int, quit, kill, term, usr1, usr2
|
-signal: プロセスにシグナルを送信; シグナルは整数値または次の名前の 1 つ: hup、int、quit、kill、term、usr1、usr2
|
||||||
-kill: alias of "-signal <id> kill"
|
-kill: "-signal <id> kill" のエイリアス
|
||||||
-killall: kill all running processes
|
-killall: 全ての実行中プロセスを kill する
|
||||||
-set: set a hook property (see function hook_set in plugin API reference)
|
-set: フックプロパティを設定 (プラグイン API リファレンスの hook_set 関数を参照)
|
||||||
property: hook property
|
property: フックプロパティ
|
||||||
value: new value for hook property
|
value: フックプロパティの新しい値
|
||||||
-del: delete a terminated command
|
-del: 中断されたコマンドを削除
|
||||||
-all: delete all terminated commands
|
-all: 全ての中断されたコマンドを削除
|
||||||
|
|
||||||
Default options can be set in the option exec.command.default_options.
|
オプション exec.command.default_options でデフォルトオプションの設定が可能です。
|
||||||
|
|
||||||
Examples:
|
例:
|
||||||
/exec -n ls -l /tmp
|
/exec -n ls -l /tmp
|
||||||
/exec -sh -n ps xu | grep weechat
|
/exec -sh -n ps xu | grep weechat
|
||||||
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
||||||
|
|||||||
@@ -721,7 +721,7 @@ listfull: 詳細情報を含めてサーバをリストアップ
|
|||||||
add: 新しいサーバを追加
|
add: 新しいサーバを追加
|
||||||
server: サーバ名、内部的な利用と表示に利用
|
server: サーバ名、内部的な利用と表示に利用
|
||||||
hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: 6667)、複数のアドレスはコンマで区切る
|
hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: 6667)、複数のアドレスはコンマで区切る
|
||||||
temp: 一時的なサーバを追加 (保存されない)
|
-temp: 一時的なサーバを追加 (保存されない)
|
||||||
option: サーバのオプションを設定 (ブールオプションでは値が無視される)
|
option: サーバのオプションを設定 (ブールオプションでは値が無視される)
|
||||||
nooption: ブールオプションを 'off' に設定 (例: -nossl)
|
nooption: ブールオプションを 'off' に設定 (例: -nossl)
|
||||||
copy: サーバを複製
|
copy: サーバを複製
|
||||||
|
|||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
| weechat | term_width | szerokość terminala | -
|
| weechat | term_width | szerokość terminala | -
|
||||||
|
|
||||||
| weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional)
|
| weechat | uptime | uptime WeeChat (format: "dni:hh:mm:ss") | "dni" (ilość dni) lub "sekundy" (ilość sekund) (opcjonalne)
|
||||||
|
|
||||||
| weechat | version | wersja WeeChat | -
|
| weechat | version | wersja WeeChat | -
|
||||||
|
|
||||||
|
|||||||
@@ -16,55 +16,55 @@
|
|||||||
-set <id> <właściwość> <wartość>
|
-set <id> <właściwość> <wartość>
|
||||||
-del <id>|-all [<id>...]
|
-del <id>|-all [<id>...]
|
||||||
|
|
||||||
-list: list commands
|
-list: wyświetla komendy
|
||||||
-sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh)
|
-sh: użyj powłoki do wykonania komendy (UWAGA: użyj tej opcji TYLKO jeśli wszystkie argumenty są bezpieczne, zobacz opcję -nosh)
|
||||||
-nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
|
-nosh: nie używaj powłoki do wykonania komendy (wymagane jeśli komenda posiada niebezpieczne dane, na przykład zawartość wiadomości od innego użytkownika) (domyślne)
|
||||||
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
|
-bg: uruchom proces w tle: nie wyświetlaj wyjścia z procesu ani zwracanego kodu (nie kompatybilne z opcjami -o/-n)
|
||||||
-nobg: catch process output and display return code (default)
|
-nobg: przechwyć całość wyjścia z procesu i wyświetl kod wyjścia (domyślne)
|
||||||
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
|
-stdin: tworzy strumień do wysyłania danych do procesu (za pomocą /exec -in/-inclose)
|
||||||
-nostdin: do not create a pipe for stdin (default)
|
-nostdin: nie twórz strumienia dla stdin (domyślne)
|
||||||
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
|
-buffer: wyświetl/wyślij wyjście komendy do tego bufora (jeśli bufor nie zostanie znaleziony zostanie utworzony nowy bufor o nazwie "exec.exec.xxx")
|
||||||
-l: display locally output of command on buffer (default)
|
-l: wyświetl lokalnie wyście z komendy w buforze (domyślne)
|
||||||
-o: send output of command to the buffer without executing commands (not compatible with option -bg)
|
-o: wyślij wyjście z komendy do bufora (nie kompatybilne z opcją -bg)
|
||||||
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
|
-oc: wysyła wyjście komendy do bufora i wykonuje komendy (linie zaczynające się od "/" lub własnego znaku komendy) (nie kompatybilne z opcjami -bg/-pipe/-hsignal)
|
||||||
-n: display output of command in a new buffer (not compatible with option -bg)
|
-n: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z opcjami -bg/-pipe/-hsignal)
|
||||||
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
|
-nf: wyświetl wyjście komendy w nowym buforze z wolna zawartością (brak zawijania słów, bez limitu ilości linii) (nie kompatybilne z opcjami -bg/-pipe/-hsignal)
|
||||||
-cl: clear the new buffer before displaying output
|
-cl: wyczyść nowy bufor przed wyświetleniem wyjścia
|
||||||
-nocl: append to the new buffer without clear (default)
|
-nocl: dodaj do nowego bufora bez czyszczenia zawartości (domyślne)
|
||||||
-sw: switch to the output buffer (default)
|
-sw: przełącz na bufor wyjściowy (domyślne)
|
||||||
-nosw: don't switch to the output buffer
|
-nosw: nie przełączaj na bufor wyjściowy
|
||||||
-ln: display line numbers (default in new buffer only)
|
-ln: wyświetl numery linii (domyślne tylko w nowym buforze)
|
||||||
-noln: don't display line numbers
|
-noln: nie wyświetlaj numerów linii
|
||||||
-flush: display output of command in real time (default)
|
-flush: wyświetl wyjście z komendy w czasie rzeczywistym (domyślne)
|
||||||
-noflush: display output of command after its end
|
-noflush: wyświetl wyjście z komendy po jej zakończeniu
|
||||||
-color: action on ANSI colors in output:
|
-color: akcja na kolorach ANSI w wyjściu:
|
||||||
ansi: keep ANSI codes as-is
|
ansi: zachowaj kody ANSI
|
||||||
auto: convert ANSI colors to WeeChat/IRC (default)
|
auto: konwertuj kolory ANSI na WeeChat/IRC (domyślne)
|
||||||
irc: convert ANSI colors to IRC colors
|
irc: konwertuj kolory ANSI na kolory IRC
|
||||||
weechat: convert ANSI colors to WeeChat colors
|
weechat: konwertuj kolory ANSI na kolory WeeChat
|
||||||
strip: remove ANSI colors
|
strip: usuń kolory ANSI
|
||||||
-rc: display return code (default)
|
-rc: wyświetl kod wyjścia (domyślne)
|
||||||
-norc: don't display return code
|
-norc: nie wyświetlaj kodu wyjścia
|
||||||
-timeout: set a timeout for the command (in seconds)
|
-timeout: ustaw timeout dla komendy (w sekundach)
|
||||||
-name: set a name for the command (to name it later with /exec)
|
-name: ustaw nazwę dla komendy (do wywołania później za pomocą /exec)
|
||||||
-pipe: send the output to a WeeChat/plugin command (line by line); if there are spaces in command/arguments, enclose them with double quotes; variable $line is replaced by the line (by default the line is added after the command, separated by a space) (not compatible with options -bg/-o/-n)
|
-pipe: wyślij wyjście do WeeChat/wtyczki (linia po linii); jeśli występują spacje w komendzie/argumentach, otocz je cudzysłowem; zmienna $line jest zastępowana przez linie (domyślnie linia jest dodawana za komendą, oddzielona spacją) (nie kompatybilne z opcjami -bg/-o/-oc/-n/-nf)
|
||||||
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
|
-hsignal: wyślij wyjście jako hsignal (w celu użycia na przykład w triggerze) (nie kompatybilne z opcjami -bg/-o/-oc/-n/-nf)
|
||||||
command: the command to execute; if beginning with "url:", the shell is disabled and the content of URL is downloaded and sent as output
|
komenda: komenda do wykonania; jeśli zaczyna się od "url:", powłoka jest wyłączana i zawartość URLa jest pobierana i wysyłana jako wyjście
|
||||||
id: command identifier: either its number or name (if set with "-name xxx")
|
id: identyfikator komendy: numer lub nazwa (jeśli ustawiona przez "-name xxx")
|
||||||
-in: send text on standard input of process
|
-in: wyślij tekst na standardowe wejście procesu
|
||||||
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
|
-inclose: to samo co -in, ale stdin jest zamykane (tekst jest opcjonalny: bez niego stdin jest po prostu zamykane)
|
||||||
-signal: send a signal to the process; the signal can be an integer or one of these names: hup, int, quit, kill, term, usr1, usr2
|
-signal: wysyła sygnał do procesu; sygnał może być liczbą całkowitą lub jedna z nazw: hup, int, quit, kill, term, usr1, usr2
|
||||||
-kill: alias of "-signal <id> kill"
|
-kill: alias dla "-signal <id> kill"
|
||||||
-killall: kill all running processes
|
-killall: zabija wszystkie działające procesy
|
||||||
-set: set a hook property (see function hook_set in plugin API reference)
|
-set: ustawia przypisaną właściwość (zobacz funkcję hook_set w opisie API wtyczek)
|
||||||
property: hook property
|
właściwość: przypisana właściwość
|
||||||
value: new value for hook property
|
wartość: nowa wartość
|
||||||
-del: delete a terminated command
|
-del: usuń zakończoną komendę
|
||||||
-all: delete all terminated commands
|
-all: usuń wszystkie zakończone komendy
|
||||||
|
|
||||||
Default options can be set in the option exec.command.default_options.
|
Domyślne opcje moga być ustawione za pomocą opcji exec.command.default_options.
|
||||||
|
|
||||||
Examples:
|
Przykłady:
|
||||||
/exec -n ls -l /tmp
|
/exec -n ls -l /tmp
|
||||||
/exec -sh -n ps xu | grep weechat
|
/exec -sh -n ps xu | grep weechat
|
||||||
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
|
||||||
|
|||||||
@@ -720,7 +720,7 @@ listfull: wyświetla listę serwerów ze szczegółowymi informacjami dla każde
|
|||||||
add: tworzy nowy serwer
|
add: tworzy nowy serwer
|
||||||
serwer: nazwa serwera, do użytku wewnętrznego i wyświetlania
|
serwer: nazwa serwera, do użytku wewnętrznego i wyświetlania
|
||||||
host: nazwa albo adres IP serwera, z opcjonalnym numerem portu (domyślnie: 6667), wiele adresów należy rozdzielić przecinkiem
|
host: nazwa albo adres IP serwera, z opcjonalnym numerem portu (domyślnie: 6667), wiele adresów należy rozdzielić przecinkiem
|
||||||
temp: tworzy serwer tymczasowy (nie zapisany)
|
-temp: tworzy serwer tymczasowy (nie zapisany)
|
||||||
opcja: ustawia opcję dla serwera (dla opcji boolowskich wartość może zostać pominięta)
|
opcja: ustawia opcję dla serwera (dla opcji boolowskich wartość może zostać pominięta)
|
||||||
noopcja: ustawia opcje boolowskie na 'off' (na przykład: -nossl)
|
noopcja: ustawia opcje boolowskie na 'off' (na przykład: -nossl)
|
||||||
copy: duplikuje serwer
|
copy: duplikuje serwer
|
||||||
|
|||||||
-55
@@ -1,55 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
|
|
||||||
#
|
|
||||||
# This file is part of WeeChat, the extensible chat client.
|
|
||||||
#
|
|
||||||
# WeeChat is free software; you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation; either version 3 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# WeeChat is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# Build gzip/bzip2/xz tarballs for WeeChat using git-archive.
|
|
||||||
#
|
|
||||||
# Syntax:
|
|
||||||
# makedist.sh <version> <tree-ish> [<path>]
|
|
||||||
#
|
|
||||||
# version : WeeChat version, for example 0.3.9 or 0.4.0-dev
|
|
||||||
# tree-ish: git tree-ish (optional, defaults to HEAD), example: v0.3.9
|
|
||||||
# path : where to put packages (optional, default is current directory)
|
|
||||||
#
|
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
|
||||||
echo "Syntax: $0 <version> <tree-ish> [<path>]"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
VERSION=$1
|
|
||||||
TREEISH=${2:-HEAD}
|
|
||||||
OUTPATH="."
|
|
||||||
|
|
||||||
if [ $# -ge 3 ]; then
|
|
||||||
OUTPATH=$3
|
|
||||||
fi
|
|
||||||
|
|
||||||
PREFIX="weechat-${VERSION}/"
|
|
||||||
FILE="weechat-${VERSION}.tar"
|
|
||||||
|
|
||||||
echo "Building file ${FILE}.gz"
|
|
||||||
git archive --prefix=${PREFIX} ${TREEISH} | gzip -c >${OUTPATH}/${FILE}.gz
|
|
||||||
|
|
||||||
echo "Building file ${FILE}.bz2"
|
|
||||||
git archive --prefix=${PREFIX} ${TREEISH} | bzip2 -c >${OUTPATH}/${FILE}.bz2
|
|
||||||
|
|
||||||
echo "Building file ${FILE}.xz"
|
|
||||||
git archive --prefix=${PREFIX} ${TREEISH} | xz -c >${OUTPATH}/${FILE}.xz
|
|
||||||
@@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
|
"PO-Revision-Date: 2017-01-06 21:59+0100\n"
|
||||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
@@ -5005,7 +5005,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5014,14 +5014,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5043,9 +5044,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6573,7 +6575,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -6604,7 +6606,7 @@ msgstr ""
|
|||||||
" server: jméno serveru pro vnitřní a zobrazovací použití\n"
|
" server: jméno serveru pro vnitřní a zobrazovací použití\n"
|
||||||
"hostname: jméno nebo IP adresa serveru s nepovinným portem (výchozí: 6667), "
|
"hostname: jméno nebo IP adresa serveru s nepovinným portem (výchozí: 6667), "
|
||||||
"více adres může být odděleno čárkou\n"
|
"více adres může být odděleno čárkou\n"
|
||||||
" temp: vytvoří dočasný server (neukládá se)\n"
|
" -temp: vytvoří dočasný server (neukládá se)\n"
|
||||||
" option: nastaví volbu serveru (pro booleovské volby může být hodnota "
|
" option: nastaví volbu serveru (pro booleovské volby může být hodnota "
|
||||||
"vynechána)\n"
|
"vynechána)\n"
|
||||||
"nooption: nastaví booleovskou volbu na 'vypnuto' (například -nossl)\n"
|
"nooption: nastaví booleovskou volbu na 'vypnuto' (například -nossl)\n"
|
||||||
|
|||||||
@@ -19,8 +19,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2017-01-01 12:29+0100\n"
|
"PO-Revision-Date: 2017-01-07 08:22+0100\n"
|
||||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||||
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
"Language-Team: German <kde-i18n-de@kde.org>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -5869,7 +5869,6 @@ msgstr ""
|
|||||||
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
|
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
|
||||||
"<id> <property> <value> || -del <id>|-all [<id>...]"
|
"<id> <property> <value> || -del <id>|-all [<id>...]"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" -list: list commands\n"
|
" -list: list commands\n"
|
||||||
" -sh: use the shell to execute the command (WARNING: use this option "
|
" -sh: use the shell to execute the command (WARNING: use this option "
|
||||||
@@ -5878,7 +5877,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5887,14 +5886,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5916,9 +5916,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5958,7 +5959,8 @@ msgstr ""
|
|||||||
"benötigt, falls der Befehl mit sensiblen Daten hantiert. Zum Beispiel der "
|
"benötigt, falls der Befehl mit sensiblen Daten hantiert. Zum Beispiel der "
|
||||||
"Inhalt einer Nachricht eines anderen Users)\n"
|
"Inhalt einer Nachricht eines anderen Users)\n"
|
||||||
" -bg: führt Prozess im Hintergrund aus: gibt weder eine Prozessausgabe "
|
" -bg: führt Prozess im Hintergrund aus: gibt weder eine Prozessausgabe "
|
||||||
"noch einen Rückgabewert aus (nicht kompatibel mit Argumenten -o/-n)\n"
|
"noch einen Rückgabewert aus (nicht kompatibel mit Argumenten -o/-oc/-n/-nf/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -nobg: gibt Prozessausgabe und Rückgabewert aus (Standardverhalten)\n"
|
" -nobg: gibt Prozessausgabe und Rückgabewert aus (Standardverhalten)\n"
|
||||||
" -stdin: erstellt eine PIPE um Daten zu dem Prozess zu senden (mittels /"
|
" -stdin: erstellt eine PIPE um Daten zu dem Prozess zu senden (mittels /"
|
||||||
"exec -in/-inclose)\n"
|
"exec -in/-inclose)\n"
|
||||||
@@ -5969,12 +5971,16 @@ msgstr ""
|
|||||||
" -l: gibt die Ausgabe des Befehls lokal im Buffer aus "
|
" -l: gibt die Ausgabe des Befehls lokal im Buffer aus "
|
||||||
"(Standardverhalten)\n"
|
"(Standardverhalten)\n"
|
||||||
" -o: gibt die Ausgabe des Befehls im Buffer aus (nicht kompatibel mit "
|
" -o: gibt die Ausgabe des Befehls im Buffer aus (nicht kompatibel mit "
|
||||||
"Argument -bg)\n"
|
"Argumenten -bg/-pipe/-hsignal)\n"
|
||||||
|
" -oc: gibt die Ausgabe des Befehls im Buffer aus und führt diesen dann "
|
||||||
|
"aus (betrifft Zeilen die mit \"/\" beginnen bzw. das benutzerdefinierte "
|
||||||
|
"Befehlszeichen verwenden) (nicht kompatibel mit Argumenten -bg/-pipe/-"
|
||||||
|
"hsignal)\n"
|
||||||
" -n: gibt die Ausgabe des Befehls in einem neuen Buffer aus (nicht "
|
" -n: gibt die Ausgabe des Befehls in einem neuen Buffer aus (nicht "
|
||||||
"kompatibel mit Argument -bg)\n"
|
"kompatibel mit Argumenten -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: gibt die Ausgabe des Befehls in einem neuen Buffer, mit einem "
|
" -nf: gibt die Ausgabe des Befehls in einem neuen Buffer, mit einem "
|
||||||
"freien Inhalt (kein Zeilenumbruch, keine Limitierung in der Anzahl der "
|
"freien Inhalt (kein Zeilenumbruch, keine Limitierung in der Anzahl der "
|
||||||
"Zeilen), aus (nicht kompatibel mit Argument -bg)\n"
|
"Zeilen), aus (nicht kompatibel mit Argument -bg/-pipe/-hsignal)\n"
|
||||||
" -cl: der neue Buffer wird vor einer Ausgabe gelöscht\n"
|
" -cl: der neue Buffer wird vor einer Ausgabe gelöscht\n"
|
||||||
" -nocl: Ausgabe wird an neuen Buffer angehangen, ohne diesen vorher zu "
|
" -nocl: Ausgabe wird an neuen Buffer angehangen, ohne diesen vorher zu "
|
||||||
"löschen (Standardverhalten)\n"
|
"löschen (Standardverhalten)\n"
|
||||||
@@ -6004,9 +6010,9 @@ msgstr ""
|
|||||||
"diese mit Anführungszeichen eingeschlossen werden; Variable $line wird durch "
|
"diese mit Anführungszeichen eingeschlossen werden; Variable $line wird durch "
|
||||||
"die entsprechende Zeile ersetzt (standardmäßig wird die Zeile, getrennt "
|
"die entsprechende Zeile ersetzt (standardmäßig wird die Zeile, getrennt "
|
||||||
"durch ein Leerzeichen, dem Befehl nachgestellt (nicht kompatibel mit den "
|
"durch ein Leerzeichen, dem Befehl nachgestellt (nicht kompatibel mit den "
|
||||||
"Argumenten -bg/-o/-n)\n"
|
"Argumenten -bg/-o/-oc/-n/-nf)\n"
|
||||||
" -hsignal: sendet die Ausgabe als hsignal (um es z.B. mittels /trigger zu "
|
" -hsignal: sendet die Ausgabe als hsignal (um es z.B. mittels /trigger zu "
|
||||||
"verwenden) (nicht kompatibel mit den Argumenten -bg/-o/-n)\n"
|
"verwenden) (nicht kompatibel mit den Argumenten -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: Befehl der ausgeführt werden soll; beginnt der Befehl mit \"url:"
|
" command: Befehl der ausgeführt werden soll; beginnt der Befehl mit \"url:"
|
||||||
"\", wird die shell deaktiviert und der Inhalt der URL wird heruntergeladen "
|
"\", wird die shell deaktiviert und der Inhalt der URL wird heruntergeladen "
|
||||||
"und im Buffer ausgegeben\n"
|
"und im Buffer ausgegeben\n"
|
||||||
@@ -7636,7 +7642,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -7669,7 +7675,7 @@ msgstr ""
|
|||||||
"hostname: Name oder IP-Adresse des Servers. Optional kann zusätzlich der "
|
"hostname: Name oder IP-Adresse des Servers. Optional kann zusätzlich der "
|
||||||
"Port festgelegt werden (Standard-Port: 6667). Verschiedene Ports können "
|
"Port festgelegt werden (Standard-Port: 6667). Verschiedene Ports können "
|
||||||
"durch Kommata getrennt werden\n"
|
"durch Kommata getrennt werden\n"
|
||||||
" temp: erstellt temporären Server (wird nicht gespeichert)\n"
|
" -temp: erstellt temporären Server (wird nicht gespeichert)\n"
|
||||||
" option: legt die Optionen für den Server fest (die Boolean-Optionen können "
|
" option: legt die Optionen für den Server fest (die Boolean-Optionen können "
|
||||||
"weggelassen werden)\n"
|
"weggelassen werden)\n"
|
||||||
"nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)\n"
|
"nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)\n"
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
|
"PO-Revision-Date: 2017-01-06 22:01+0100\n"
|
||||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
@@ -5219,7 +5219,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5228,14 +5228,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5257,9 +5258,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6811,7 +6813,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -6841,7 +6843,7 @@ msgstr ""
|
|||||||
" servidor: nombre del servidor, para identificarlo\n"
|
" servidor: nombre del servidor, para identificarlo\n"
|
||||||
"hostname: dirección del servidor, con el puerto opcionalmente (defecto: "
|
"hostname: dirección del servidor, con el puerto opcionalmente (defecto: "
|
||||||
"6667), varias direcciones pueden ser separados por coma\n"
|
"6667), varias direcciones pueden ser separados por coma\n"
|
||||||
" temp: crear servidor temporalmente (no es guardado)\n"
|
" -temp: crear servidor temporalmente (no es guardado)\n"
|
||||||
" opción: configura opción para el servidor (para opciones booleanas, el "
|
" opción: configura opción para el servidor (para opciones booleanas, el "
|
||||||
"valor puede omitirse)\n"
|
"valor puede omitirse)\n"
|
||||||
" noopción: pone la opción booleana en 'off' (desactivado) (por ejemplo: -"
|
" noopción: pone la opción booleana en 'off' (desactivado) (por ejemplo: -"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2017-01-06 19:21+0100\n"
|
"PO-Revision-Date: 2017-01-07 07:59+0100\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@@ -5750,7 +5750,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5759,14 +5759,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5788,9 +5789,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5830,7 +5832,8 @@ msgstr ""
|
|||||||
"commande a des données non fiables, par exemple le contenu d'un message d'un "
|
"commande a des données non fiables, par exemple le contenu d'un message d'un "
|
||||||
"autre utilisateur) (par défaut)\n"
|
"autre utilisateur) (par défaut)\n"
|
||||||
" -bg : lancer le processus en tâche de fond : ne pas afficher la sortie "
|
" -bg : lancer le processus en tâche de fond : ne pas afficher la sortie "
|
||||||
"ni le code retour (non compatible avec les options -o/-n)\n"
|
"ni le code retour (non compatible avec les options -o/-oc/-n/-nf/-pipe/-"
|
||||||
|
"hsignal)\n"
|
||||||
" -nobg : capturer la sortie du processus et afficher le code retour (par "
|
" -nobg : capturer la sortie du processus et afficher le code retour (par "
|
||||||
"défaut)\n"
|
"défaut)\n"
|
||||||
" -stdin : créer un tuyau pour envoyer des données sur l'entrée standard du "
|
" -stdin : créer un tuyau pour envoyer des données sur l'entrée standard du "
|
||||||
@@ -5842,15 +5845,15 @@ msgstr ""
|
|||||||
" -l : afficher localement la sortie de la commande sur le tampon (par "
|
" -l : afficher localement la sortie de la commande sur le tampon (par "
|
||||||
"défaut)\n"
|
"défaut)\n"
|
||||||
" -o : envoyer la sortie de la commande au tampon sans exécuter les "
|
" -o : envoyer la sortie de la commande au tampon sans exécuter les "
|
||||||
"commandes (non compatible avec l'option -bg)\n"
|
"commandes (non compatible avec les options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc : envoyer la sortie de la commande au tampon et exécuter les "
|
" -oc : envoyer la sortie de la commande au tampon et exécuter les "
|
||||||
"commandes (lignes commençant par \"/\" ou un caractère personnalisé de "
|
"commandes (lignes commençant par \"/\" ou un caractère personnalisé de "
|
||||||
"commande) (non compatible avec l'option -bg)\n"
|
"commande) (non compatible avec les options -bg/-pipe/-hsignal)\n"
|
||||||
" -n : afficher la sortie de la commande dans un nouveau tampon (non "
|
" -n : afficher la sortie de la commande dans un nouveau tampon (non "
|
||||||
"compatible avec l'option -bg)\n"
|
"compatible avec les options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf : afficher la sortie de la commande dans un nouveau tampon avec "
|
" -nf : afficher la sortie de la commande dans un nouveau tampon avec "
|
||||||
"contenu libre (pas de coupure des mots, pas de limite sur le nombre de "
|
"contenu libre (pas de coupure des mots, pas de limite sur le nombre de "
|
||||||
"lignes) (non compatible avec l'option -bg)\n"
|
"lignes) (non compatible avec les options -bg/-pipe/-hsignal)\n"
|
||||||
" -cl : effacer le nouveau tampon avant d'afficher la sortie\n"
|
" -cl : effacer le nouveau tampon avant d'afficher la sortie\n"
|
||||||
" -nocl : ajouter au nouveau tampon sans effacer (par défaut)\n"
|
" -nocl : ajouter au nouveau tampon sans effacer (par défaut)\n"
|
||||||
" -sw : basculer vers le tampon de sortie (par défaut)\n"
|
" -sw : basculer vers le tampon de sortie (par défaut)\n"
|
||||||
@@ -5876,9 +5879,10 @@ msgstr ""
|
|||||||
"ligne) ; s'il y a des espaces dans la commande/paramètres, entourez les de "
|
"ligne) ; s'il y a des espaces dans la commande/paramètres, entourez les de "
|
||||||
"guillemets ; la variable $line est remplacée par la ligne (par défaut la "
|
"guillemets ; la variable $line est remplacée par la ligne (par défaut la "
|
||||||
"ligne est ajoutée après la commande, séparée par un espace) (non compatible "
|
"ligne est ajoutée après la commande, séparée par un espace) (non compatible "
|
||||||
"avec les options -bg/-o/-n)\n"
|
"avec les options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" -hsignal : envoyer la sortie sous forme de hsignal (pour être utilisé par "
|
" -hsignal : envoyer la sortie sous forme de hsignal (pour être utilisé par "
|
||||||
"exemple dans un trigger) (non compatible avec les options -bg/-o/-n)\n"
|
"exemple dans un trigger) (non compatible avec les options -bg/-o/-oc/-n/-"
|
||||||
|
"nf)\n"
|
||||||
" commande : la commande à exécuter ; si elle commence par \"url:\", le shell "
|
" commande : la commande à exécuter ; si elle commence par \"url:\", le shell "
|
||||||
"est désactivé et le contenu de l'URL est téléchargé et envoyé comme sortie\n"
|
"est désactivé et le contenu de l'URL est téléchargé et envoyé comme sortie\n"
|
||||||
" id : identifiant de commande : soit le numéro ou le nom (si défini "
|
" id : identifiant de commande : soit le numéro ou le nom (si défini "
|
||||||
@@ -7482,7 +7486,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -7512,7 +7516,7 @@ msgstr ""
|
|||||||
" serveur : nom du serveur, pour usage interne et affichage\n"
|
" serveur : nom du serveur, pour usage interne et affichage\n"
|
||||||
" nom : nom ou adresse IP du serveur avec port en option (défaut : 6667), "
|
" nom : nom ou adresse IP du serveur avec port en option (défaut : 6667), "
|
||||||
"plusieurs adresses peuvent être séparées par une virgule\n"
|
"plusieurs adresses peuvent être séparées par une virgule\n"
|
||||||
" temp : ajouter un serveur temporaire (non sauvé)\n"
|
" -temp : ajouter un serveur temporaire (non sauvé)\n"
|
||||||
" option : définir l'option pour le serveur (pour une option booléenne, la "
|
" option : définir l'option pour le serveur (pour une option booléenne, la "
|
||||||
"valeur peut être omise)\n"
|
"valeur peut être omise)\n"
|
||||||
"nooption : définir l'option booléenne à 'off' (par exemple : -nossl)\n"
|
"nooption : définir l'option booléenne à 'off' (par exemple : -nossl)\n"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
|
"PO-Revision-Date: 2017-01-06 22:03+0100\n"
|
||||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
@@ -4542,7 +4542,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -4551,14 +4551,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -4580,9 +4581,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6011,7 +6013,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -6042,7 +6044,7 @@ msgstr ""
|
|||||||
" szervernév: szerver neve, saját használatra, megjelenítéshez\n"
|
" szervernév: szerver neve, saját használatra, megjelenítéshez\n"
|
||||||
" gépnév: a szerver neve vagy IP-címe\n"
|
" gépnév: a szerver neve vagy IP-címe\n"
|
||||||
" port: a szerver portja (egész szám, alapértelmezetten 6667)\n"
|
" port: a szerver portja (egész szám, alapértelmezetten 6667)\n"
|
||||||
" temp: ideiglenes szerver létrehozása (nem kerül be a "
|
" -temp: ideiglenes szerver létrehozása (nem kerül be a "
|
||||||
"beállítófájlba)\n"
|
"beállítófájlba)\n"
|
||||||
" auto: automatikus kapcsolódás a szerverhez a WeeChat indulásakor\n"
|
" auto: automatikus kapcsolódás a szerverhez a WeeChat indulásakor\n"
|
||||||
" noauto: ne kapcsolódjon a szerverhez a WeeChat indulásakor "
|
" noauto: ne kapcsolódjon a szerverhez a WeeChat indulásakor "
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
|
"PO-Revision-Date: 2017-01-06 22:04+0100\n"
|
||||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
@@ -5362,7 +5362,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5371,14 +5371,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5400,9 +5401,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6956,7 +6958,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -6986,7 +6988,7 @@ msgstr ""
|
|||||||
" server: nome server, per il solo uso interno e di visualizzazione\n"
|
" server: nome server, per il solo uso interno e di visualizzazione\n"
|
||||||
"nome_host: nome o indirizzo IP del server, con porta opzionale (predefinita: "
|
"nome_host: nome o indirizzo IP del server, con porta opzionale (predefinita: "
|
||||||
"6667), più indirizzi possono essere separati da virgole\n"
|
"6667), più indirizzi possono essere separati da virgole\n"
|
||||||
" temp: crea server temporaneo (non salvato)\n"
|
" -temp: crea server temporaneo (non salvato)\n"
|
||||||
" opzione: imposta opzione per il server (per opzioni bool, il valore può "
|
" opzione: imposta opzione per il server (per opzioni bool, il valore può "
|
||||||
"essere omesso)\n"
|
"essere omesso)\n"
|
||||||
" nooption: imposta l'opzione bool su 'off' (per esempio: -nossl)\n"
|
" nooption: imposta l'opzione bool su 'off' (per esempio: -nossl)\n"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-12-24 09:00+0900\n"
|
"PO-Revision-Date: 2017-01-08 09:00+0900\n"
|
||||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
|
||||||
"translation/ja_JP>\n"
|
"translation/ja_JP>\n"
|
||||||
@@ -5485,7 +5485,6 @@ msgstr ""
|
|||||||
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
|
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
|
||||||
"<id> <property> <value> || -del <id>|-all [<id>...]"
|
"<id> <property> <value> || -del <id>|-all [<id>...]"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" -list: list commands\n"
|
" -list: list commands\n"
|
||||||
" -sh: use the shell to execute the command (WARNING: use this option "
|
" -sh: use the shell to execute the command (WARNING: use this option "
|
||||||
@@ -5494,7 +5493,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5503,14 +5502,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5532,9 +5532,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5572,7 +5573,8 @@ msgstr ""
|
|||||||
" -nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータ"
|
" -nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータ"
|
||||||
"が含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)\n"
|
"が含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)\n"
|
||||||
" -bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコード"
|
" -bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコード"
|
||||||
"を表示しない (オプション -o/-n と互換性はありません)\n"
|
"を表示しない (オプション -o/-oc/-n/-nf/-pipe/-hsignal と同時に利用できませ"
|
||||||
|
"ん)\n"
|
||||||
" -nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)\n"
|
" -nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)\n"
|
||||||
" -stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使"
|
" -stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使"
|
||||||
"う)\n"
|
"う)\n"
|
||||||
@@ -5580,12 +5582,16 @@ msgstr ""
|
|||||||
" -buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからな"
|
" -buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからな"
|
||||||
"い場合、新しいバッファ \"exec.exec.xxx\" が作られます)\n"
|
"い場合、新しいバッファ \"exec.exec.xxx\" が作られます)\n"
|
||||||
" -l: コマンドの出力をカレントバッファに表示 (デフォルト)\n"
|
" -l: コマンドの出力をカレントバッファに表示 (デフォルト)\n"
|
||||||
" -o: コマンドの出力をカレントバッファに送信 (オプション -bg と互換性はあ"
|
" -o: コマンドの出力をカレントバッファに送信、カレントバッファは受信した"
|
||||||
"りません)\n"
|
"内容をコマンドとして実行しません (オプション -bg/-pipe/-hsignal と同時に利用"
|
||||||
" -n: コマンドの出力を新しいバッファに表示 (オプション -bg と互換性はあり"
|
"できません)\n"
|
||||||
"ません)\n"
|
" -oc: コマンドの出力をカレントバッファに送信、カレントバッファは受信した"
|
||||||
|
"内容 (先頭に \"/\" もしくはそれ以外のコマンド開始文字を含む行) をコマンドとし"
|
||||||
|
"て実行します (オプション -bg/-pipe/-hsignal と同時に利用できません)\n"
|
||||||
|
" -n: コマンドの出力を新しいバッファに表示 (オプション -bg/-pipe/-"
|
||||||
|
"hsignal と同時に利用できません)\n"
|
||||||
" -nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッ"
|
" -nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッ"
|
||||||
"ファに表示 (オプション -bg と互換性はありません)\n"
|
"ファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)\n"
|
||||||
" -cl: 出力を表示する前に新しいバッファをクリア\n"
|
" -cl: 出力を表示する前に新しいバッファをクリア\n"
|
||||||
" -nocl: 新しいバッファをクリアせずに追加 (デフォルト)\n"
|
" -nocl: 新しいバッファをクリアせずに追加 (デフォルト)\n"
|
||||||
" -sw: 出力バッファに移動 (デフォルト)\n"
|
" -sw: 出力バッファに移動 (デフォルト)\n"
|
||||||
@@ -5607,9 +5613,9 @@ msgstr ""
|
|||||||
" -pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドお"
|
" -pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドお"
|
||||||
"よび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行"
|
"よび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行"
|
||||||
"で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加しま"
|
"で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加しま"
|
||||||
"す) (オプション -bg/-o/-n と互換性はありません)\n"
|
"す) (オプション -bg/-o/-oc/-n/-nf と同時に利用できません)\n"
|
||||||
"-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -"
|
"-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -"
|
||||||
"bg/-o/-n と互換性はありません)\n"
|
"bg/-o/-oc/-n/-nf と同時に利用できません)\n"
|
||||||
" command: 実行するコマンド; \"url:\" で始まる場合、シェルは無効化され、URL の"
|
" command: 実行するコマンド; \"url:\" で始まる場合、シェルは無効化され、URL の"
|
||||||
"内容がダウンロードされ、出力として送信されます\n"
|
"内容がダウンロードされ、出力として送信されます\n"
|
||||||
" id: コマンド識別子: 番号か名前 (\"-name xxx\" で設定した場合) のどちら"
|
" id: コマンド識別子: 番号か名前 (\"-name xxx\" で設定した場合) のどちら"
|
||||||
@@ -7172,7 +7178,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -7202,7 +7208,7 @@ msgstr ""
|
|||||||
" server: サーバ名、内部的な利用と表示に利用\n"
|
" server: サーバ名、内部的な利用と表示に利用\n"
|
||||||
"hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: "
|
"hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: "
|
||||||
"6667)、複数のアドレスはコンマで区切る\n"
|
"6667)、複数のアドレスはコンマで区切る\n"
|
||||||
" temp: 一時的なサーバを追加 (保存されない)\n"
|
" -temp: 一時的なサーバを追加 (保存されない)\n"
|
||||||
" option: サーバのオプションを設定 (ブールオプションでは値が無視される)\n"
|
" option: サーバのオプションを設定 (ブールオプションでは値が無視される)\n"
|
||||||
"nooption: ブールオプションを 'off' に設定 (例: -nossl)\n"
|
"nooption: ブールオプションを 'off' に設定 (例: -nossl)\n"
|
||||||
" copy: サーバを複製\n"
|
" copy: サーバを複製\n"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-12-31 12:37+0100\n"
|
"PO-Revision-Date: 2017-01-06 22:05+0100\n"
|
||||||
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
@@ -5612,7 +5612,6 @@ msgstr ""
|
|||||||
"[<tekst>] || -signal <id> <sygnał> || -kill <id> || -killall || -set <id> "
|
"[<tekst>] || -signal <id> <sygnał> || -kill <id> || -killall || -set <id> "
|
||||||
"<właściwość> <wartość> || -del <id>|-all [<id>...]"
|
"<właściwość> <wartość> || -del <id>|-all [<id>...]"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" -list: list commands\n"
|
" -list: list commands\n"
|
||||||
" -sh: use the shell to execute the command (WARNING: use this option "
|
" -sh: use the shell to execute the command (WARNING: use this option "
|
||||||
@@ -5621,7 +5620,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5630,14 +5629,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5659,9 +5659,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5693,7 +5694,7 @@ msgid ""
|
|||||||
" /exec -n tail -f /var/log/messages\n"
|
" /exec -n tail -f /var/log/messages\n"
|
||||||
" /exec -kill 0"
|
" /exec -kill 0"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
" -list: lista komend\n"
|
" -list: wyświetla komendy\n"
|
||||||
" -sh: użyj powłoki do wykonania komendy (UWAGA: użyj tej opcji TYLKO "
|
" -sh: użyj powłoki do wykonania komendy (UWAGA: użyj tej opcji TYLKO "
|
||||||
"jeśli wszystkie argumenty są bezpieczne, zobacz opcję -nosh)\n"
|
"jeśli wszystkie argumenty są bezpieczne, zobacz opcję -nosh)\n"
|
||||||
" -nosh: nie używaj powłoki do wykonania komendy (wymagane jeśli komenda "
|
" -nosh: nie używaj powłoki do wykonania komendy (wymagane jeśli komenda "
|
||||||
@@ -5711,10 +5712,14 @@ msgstr ""
|
|||||||
"\")\n"
|
"\")\n"
|
||||||
" -l: wyświetl lokalnie wyście z komendy w buforze (domyślne)\n"
|
" -l: wyświetl lokalnie wyście z komendy w buforze (domyślne)\n"
|
||||||
" -o: wyślij wyjście z komendy do bufora (nie kompatybilne z opcją -bg)\n"
|
" -o: wyślij wyjście z komendy do bufora (nie kompatybilne z opcją -bg)\n"
|
||||||
" -n: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z opcją "
|
" -oc: wysyła wyjście komendy do bufora i wykonuje komendy (linie "
|
||||||
"-bg)\n"
|
"zaczynające się od \"/\" lub własnego znaku komendy) (nie kompatybilne z "
|
||||||
|
"opcjami -bg/-pipe/-hsignal)\n"
|
||||||
|
" -n: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z "
|
||||||
|
"opcjami -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: wyświetl wyjście komendy w nowym buforze z wolna zawartością (brak "
|
" -nf: wyświetl wyjście komendy w nowym buforze z wolna zawartością (brak "
|
||||||
"zawijania słów, bez limitu ilości linii) (nie kompatybilne z opcją -bg)\n"
|
"zawijania słów, bez limitu ilości linii) (nie kompatybilne z "
|
||||||
|
"opcjami -bg/-pipe/-hsignal)\n"
|
||||||
" -cl: wyczyść nowy bufor przed wyświetleniem wyjścia\n"
|
" -cl: wyczyść nowy bufor przed wyświetleniem wyjścia\n"
|
||||||
" -nocl: dodaj do nowego bufora bez czyszczenia zawartości (domyślne)\n"
|
" -nocl: dodaj do nowego bufora bez czyszczenia zawartości (domyślne)\n"
|
||||||
" -sw: przełącz na bufor wyjściowy (domyślne)\n"
|
" -sw: przełącz na bufor wyjściowy (domyślne)\n"
|
||||||
@@ -5736,9 +5741,10 @@ msgstr ""
|
|||||||
" -pipe: wyślij wyjście do WeeChat/wtyczki (linia po linii); jeśli "
|
" -pipe: wyślij wyjście do WeeChat/wtyczki (linia po linii); jeśli "
|
||||||
"występują spacje w komendzie/argumentach, otocz je cudzysłowem; zmienna "
|
"występują spacje w komendzie/argumentach, otocz je cudzysłowem; zmienna "
|
||||||
"$line jest zastępowana przez linie (domyślnie linia jest dodawana za "
|
"$line jest zastępowana przez linie (domyślnie linia jest dodawana za "
|
||||||
"komendą, oddzielona spacją) (nie kompatybilne z opcjami -bg/-o/-n)\n"
|
"komendą, oddzielona spacją) (nie kompatybilne z opcjami -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: wyślij wyjście jako hsignal (w celu użycia na przykład w "
|
"-hsignal: wyślij wyjście jako hsignal (w celu użycia na przykład w "
|
||||||
"triggerze) (nie kompatybilne z opcjami -bg/-o/-n)\n"
|
"triggerze) (nie kompatybilne z opcjami -bg/-o/-oc/-n/-nf)\n"
|
||||||
" komenda: komenda do wykonania; jeśli zaczyna się od \"url:\", powłoka jest "
|
" komenda: komenda do wykonania; jeśli zaczyna się od \"url:\", powłoka jest "
|
||||||
"wyłączana i zawartość URLa jest pobierana i wysyłana jako wyjście\n"
|
"wyłączana i zawartość URLa jest pobierana i wysyłana jako wyjście\n"
|
||||||
" id: identyfikator komendy: numer lub nazwa (jeśli ustawiona przez \"-"
|
" id: identyfikator komendy: numer lub nazwa (jeśli ustawiona przez \"-"
|
||||||
@@ -7321,7 +7327,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -7353,7 +7359,7 @@ msgstr ""
|
|||||||
" serwer: nazwa serwera, do użytku wewnętrznego i wyświetlania\n"
|
" serwer: nazwa serwera, do użytku wewnętrznego i wyświetlania\n"
|
||||||
"host: nazwa albo adres IP serwera, z opcjonalnym numerem portu (domyślnie: "
|
"host: nazwa albo adres IP serwera, z opcjonalnym numerem portu (domyślnie: "
|
||||||
"6667), wiele adresów należy rozdzielić przecinkiem\n"
|
"6667), wiele adresów należy rozdzielić przecinkiem\n"
|
||||||
" temp: tworzy serwer tymczasowy (nie zapisany)\n"
|
" -temp: tworzy serwer tymczasowy (nie zapisany)\n"
|
||||||
" opcja: ustawia opcję dla serwera (dla opcji boolowskich wartość może "
|
" opcja: ustawia opcję dla serwera (dla opcji boolowskich wartość może "
|
||||||
"zostać pominięta)\n"
|
"zostać pominięta)\n"
|
||||||
"noopcja: ustawia opcje boolowskie na 'off' (na przykład: -nossl)\n"
|
"noopcja: ustawia opcje boolowskie na 'off' (na przykład: -nossl)\n"
|
||||||
@@ -9914,10 +9920,10 @@ msgid "get nick color name"
|
|||||||
msgstr "pobiera nazwę koloru nicka"
|
msgstr "pobiera nazwę koloru nicka"
|
||||||
|
|
||||||
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
|
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
|
||||||
msgstr ""
|
msgstr "uptime WeeChat (format: \"dni:hh:mm:ss\")"
|
||||||
|
|
||||||
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
|
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
|
||||||
msgstr ""
|
msgstr "\"dni\" (ilość dni) lub \"sekundy\" (ilość sekund) (opcjonalne)"
|
||||||
|
|
||||||
msgid "list of bars"
|
msgid "list of bars"
|
||||||
msgstr "lista pasków"
|
msgstr "lista pasków"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-27 12:29+0000\n"
|
"PO-Revision-Date: 2017-01-14 21:39+0100\n"
|
||||||
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
|
||||||
"Language-Team: Portuguese <>\n"
|
"Language-Team: Portuguese <>\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
@@ -1437,18 +1437,17 @@ msgstr ""
|
|||||||
" /cursor go 10,5"
|
" /cursor go 10,5"
|
||||||
|
|
||||||
msgid "debug functions"
|
msgid "debug functions"
|
||||||
msgstr ""
|
msgstr "funções de debug"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|"
|
"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|"
|
||||||
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
|
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
|
||||||
"<command>"
|
"<command>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"list || set <plugin> <nível> || dump [<plugin>] || buffer|color|infolists|"
|
"list || set <plugin> <nível> || dump [<plugin>] || buffer|color|infolists|"
|
||||||
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free]"
|
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
|
||||||
|
"<comando>"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list plugins with debug levels\n"
|
" list: list plugins with debug levels\n"
|
||||||
" set: set debug level for plugin\n"
|
" set: set debug level for plugin\n"
|
||||||
@@ -1493,7 +1492,9 @@ msgstr ""
|
|||||||
" mouse: ativar ou desativar depuração do rato\n"
|
" mouse: ativar ou desativar depuração do rato\n"
|
||||||
" tags: mostrar tags nas linhas\n"
|
" tags: mostrar tags nas linhas\n"
|
||||||
" term: mostrar infos sobre o terminal\n"
|
" term: mostrar infos sobre o terminal\n"
|
||||||
" windows: mostrar árvore de janelas"
|
" windows: mostrar árvore de janelas\n"
|
||||||
|
" time: medir tempo para executar um comando ou para enviar texto para o "
|
||||||
|
"buffer atual"
|
||||||
|
|
||||||
msgid "evaluate expression"
|
msgid "evaluate expression"
|
||||||
msgstr "avaliar uma expressão"
|
msgstr "avaliar uma expressão"
|
||||||
@@ -1681,7 +1682,6 @@ msgstr ""
|
|||||||
"list || enable|disable|toggle [<nome>|@] || add <nome> <buffer>[,"
|
"list || enable|disable|toggle [<nome>|@] || add <nome> <buffer>[,"
|
||||||
"<buffer>...] <tags> <regex> || rename <nome> <novo_nome> || del <nome>|-all"
|
"<buffer>...] <tags> <regex> || rename <nome> <novo_nome> || del <nome>|-all"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list all filters\n"
|
" list: list all filters\n"
|
||||||
" enable: enable filters (filters are enabled by default)\n"
|
" enable: enable filters (filters are enabled by default)\n"
|
||||||
@@ -1786,8 +1786,8 @@ msgstr ""
|
|||||||
"Tags mais utilizadas:\n"
|
"Tags mais utilizadas:\n"
|
||||||
" no_filter, no_highlight, no_log, log0..log9 (nível de registo),\n"
|
" no_filter, no_highlight, no_log, log0..log9 (nível de registo),\n"
|
||||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||||
" nick_xxx (xxx é o nick na mensagem), prefix_nick_ccc (ccc é a cor do "
|
" self_msg, nick_xxx (xxx é o nick na mensagem), prefix_nick_ccc (ccc é a "
|
||||||
"nick),\n"
|
"cor do nick),\n"
|
||||||
" host_xxx (xxx é o nome de utilizador + host na mensagem),\n"
|
" host_xxx (xxx é o nome de utilizador + host na mensagem),\n"
|
||||||
" irc_xxx (xxx é um nome de comando ou um número, consulte /server raw ou /"
|
" irc_xxx (xxx é um nome de comando ou um número, consulte /server raw ou /"
|
||||||
"debug tags),\n"
|
"debug tags),\n"
|
||||||
@@ -3069,6 +3069,8 @@ msgid ""
|
|||||||
"commands (weechat and plugins); optional argument: prefix to add before the "
|
"commands (weechat and plugins); optional argument: prefix to add before the "
|
||||||
"commands"
|
"commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"comandos (weechat e plugins); argumento opcional: prefixo para adicionar "
|
||||||
|
"antes dos comandos"
|
||||||
|
|
||||||
msgid "names of infos hooked"
|
msgid "names of infos hooked"
|
||||||
msgstr "nomes dos infos ligados"
|
msgstr "nomes dos infos ligados"
|
||||||
@@ -3092,6 +3094,8 @@ msgid ""
|
|||||||
"commands defined by plugins; optional argument: prefix to add before the "
|
"commands defined by plugins; optional argument: prefix to add before the "
|
||||||
"commands"
|
"commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"comandos definidos por plugins; argumento opcional: prefixo para adicionar "
|
||||||
|
"antes dos comandos"
|
||||||
|
|
||||||
msgid "names of bars"
|
msgid "names of bars"
|
||||||
msgstr "nomes das barras"
|
msgstr "nomes das barras"
|
||||||
@@ -3101,6 +3105,8 @@ msgstr "valores de uma opção de configuração"
|
|||||||
|
|
||||||
msgid "weechat commands; optional argument: prefix to add before the commands"
|
msgid "weechat commands; optional argument: prefix to add before the commands"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"comandos weechat; argumento opcional: prefixo para adicionar antes dos "
|
||||||
|
"comandos"
|
||||||
|
|
||||||
msgid "names of proxies"
|
msgid "names of proxies"
|
||||||
msgstr "nomes dos proxies"
|
msgstr "nomes dos proxies"
|
||||||
@@ -3229,6 +3235,9 @@ msgid ""
|
|||||||
"align_end_of_lines; if disabled, the multiline words will not be aligned, "
|
"align_end_of_lines; if disabled, the multiline words will not be aligned, "
|
||||||
"which can be useful to not break long URLs"
|
"which can be useful to not break long URLs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"alinhamento para palavras multilinhas de acordo com a opção weechat.look."
|
||||||
|
"align_end_of_lines; se desativado, as palavras multilinhas não serão "
|
||||||
|
"alinhadas, o que pode ser útil para não partir URLs longos"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"string displayed when bar can be scrolled down (for bars with filling "
|
"string displayed when bar can be scrolled down (for bars with filling "
|
||||||
@@ -4075,6 +4084,9 @@ msgid ""
|
|||||||
"fallback when a nick color is not found; most of times nick color comes from "
|
"fallback when a nick color is not found; most of times nick color comes from "
|
||||||
"option weechat.color.chat_nick_colors"
|
"option weechat.color.chat_nick_colors"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"cor do texto dos nicks na janela de chat: usado em algumas mensagens de "
|
||||||
|
"servidor e como contingência quando a cor de um nick vem da opção weechat."
|
||||||
|
"color.chat_nick_colors"
|
||||||
|
|
||||||
#. TRANSLATORS: please do not translate "lightred:blue"
|
#. TRANSLATORS: please do not translate "lightred:blue"
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -5601,7 +5613,6 @@ msgstr ""
|
|||||||
"<id> [<texto>] || -signal <id> <sinal> || -kill <id> || -killall || -set "
|
"<id> [<texto>] || -signal <id> <sinal> || -kill <id> || -killall || -set "
|
||||||
"<id> <propriedade> <valor> || -del <id>|-all [<id>...]"
|
"<id> <propriedade> <valor> || -del <id>|-all [<id>...]"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" -list: list commands\n"
|
" -list: list commands\n"
|
||||||
" -sh: use the shell to execute the command (WARNING: use this option "
|
" -sh: use the shell to execute the command (WARNING: use this option "
|
||||||
@@ -5610,7 +5621,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5619,14 +5630,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5648,9 +5660,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5689,7 +5702,7 @@ msgstr ""
|
|||||||
"comando tem algum dado inseguro, por exemplo o conteúdo de uma mensagem de "
|
"comando tem algum dado inseguro, por exemplo o conteúdo de uma mensagem de "
|
||||||
"outro utilizador) (por omissão)\n"
|
"outro utilizador) (por omissão)\n"
|
||||||
" -bg: executar processo em segundo plano: não mostrar progresso nem "
|
" -bg: executar processo em segundo plano: não mostrar progresso nem "
|
||||||
"retornar código (incompatível com as opções -o/-n)\n"
|
"retornar código (incompatível com as opções -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: capturar a saída do processo e mostrar o código de retorno (por "
|
" -nobg: capturar a saída do processo e mostrar o código de retorno (por "
|
||||||
"omissão)\n"
|
"omissão)\n"
|
||||||
" -stdin: criar um canal para enviar dados para o processo (com /exec -"
|
" -stdin: criar um canal para enviar dados para o processo (com /exec -"
|
||||||
@@ -5698,13 +5711,16 @@ msgstr ""
|
|||||||
" -buffer: mostrar/enviar a saída do comando neste buffer (se o buffer não "
|
" -buffer: mostrar/enviar a saída do comando neste buffer (se o buffer não "
|
||||||
"for encontrado, é criado um buffer com o nome \"exec.exec.xxx\")\n"
|
"for encontrado, é criado um buffer com o nome \"exec.exec.xxx\")\n"
|
||||||
" -l: mostrar a saída do comando localmente no buffer (por omissão)\n"
|
" -l: mostrar a saída do comando localmente no buffer (por omissão)\n"
|
||||||
" -o: enviar a saída do comando para o buffer (incompatível com a "
|
" -o: enviar a saída do comando para o buffer (incompatível com as "
|
||||||
"opção -bg)\n"
|
"opções -bg/-pipe/-hsignal)\n"
|
||||||
|
" -oc: enviar a saída do comando para o buffer e executar comandos "
|
||||||
|
"(linhas começadas com \"/\" ou outro caráter personalizado de comando) "
|
||||||
|
"(incompatível com as opções -bg/-pipe/-hsignal)\n"
|
||||||
" -n: mostrar a saída do comando num novo buffer (incompatível com a "
|
" -n: mostrar a saída do comando num novo buffer (incompatível com a "
|
||||||
"opção -bg)\n"
|
"opção -bg)\n"
|
||||||
" -nf: mostrar a saída do comando num novo buffer com conteúdo libre "
|
" -nf: mostrar a saída do comando num novo buffer com conteúdo libre "
|
||||||
"(sem moldar o texto, sem limitar número de linhas) (imcompatível com a opção "
|
"(sem moldar o texto, sem limitar número de linhas) (incompatível com as "
|
||||||
"-bg)\n"
|
"opções -bg/-pipe/-hsignal)\n"
|
||||||
" -cl: limpar o novo buffer antes de mostrar a saída\n"
|
" -cl: limpar o novo buffer antes de mostrar a saída\n"
|
||||||
" -nocl: acrescentar ao novo buffer sem limpar (por omissão)\n"
|
" -nocl: acrescentar ao novo buffer sem limpar (por omissão)\n"
|
||||||
" -sw: mudar para o buffer com a saída (por omissão)\n"
|
" -sw: mudar para o buffer com a saída (por omissão)\n"
|
||||||
@@ -5728,9 +5744,9 @@ msgstr ""
|
|||||||
"cada vez); se houver espaços no comando/argumentos, colocá-los entre aspas; "
|
"cada vez); se houver espaços no comando/argumentos, colocá-los entre aspas; "
|
||||||
"a variável $line é substituída pela linha (por omissão a linha é adicionada "
|
"a variável $line é substituída pela linha (por omissão a linha é adicionada "
|
||||||
"depois do comando, separada por um espaço) (incompatível com as opções -bg/-"
|
"depois do comando, separada por um espaço) (incompatível com as opções -bg/-"
|
||||||
"o/-n)\n"
|
"o/-oc/-n/-nf)\n"
|
||||||
" -hsignal: enviar a saída como um hsignal (para ser usado por exemplo como "
|
" -hsignal: enviar a saída como um hsignal (para ser usado por exemplo como "
|
||||||
"um acionador) (incompatível com as opções -bg/-o/-n)\n"
|
"um acionador) (incompatível com as opções -bg/-o/-oc/-n/-nf)\n"
|
||||||
" comando: o comando a executar; se começar com \"url:\", a shell é "
|
" comando: o comando a executar; se começar com \"url:\", a shell é "
|
||||||
"desativada e o conteúdo do URL é transferido e enviado como saída\n"
|
"desativada e o conteúdo do URL é transferido e enviado como saída\n"
|
||||||
" id: identificador do comando: número ou nome (se definido com \"-"
|
" id: identificador do comando: número ou nome (se definido com \"-"
|
||||||
@@ -5842,7 +5858,6 @@ msgstr "configuração do plugin fifo"
|
|||||||
msgid "enable|disable|toggle"
|
msgid "enable|disable|toggle"
|
||||||
msgstr "enable|disable|toggle"
|
msgstr "enable|disable|toggle"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" enable: enable FIFO pipe\n"
|
" enable: enable FIFO pipe\n"
|
||||||
"disable: disable FIFO pipe\n"
|
"disable: disable FIFO pipe\n"
|
||||||
@@ -5870,34 +5885,32 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
"O pipe FIFO é usado como controlo remoto do WeeChat: pode enviar comandos e "
|
"O pipe FIFO é usado como controlo remoto do WeeChat: pode enviar comandos e "
|
||||||
"texto pelo pipe FIFO a partir duma shell.\n"
|
"texto pelo pipe FIFO a partir duma shell.\n"
|
||||||
"Por omissão o pipe FIFO encontra-se em ~/.weechat/weechat_fifo_xxx (\"xxx\" "
|
"Por omissão o pipe FIFO encontra-se em ~/.weechat/weechat_fifo.\n"
|
||||||
"é o PID do WeeChat).\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"O formato esperado é um dos seguintes:\n"
|
"O formato esperado é um dos seguintes:\n"
|
||||||
" plugin.buffer *texto ou comando aqui\n"
|
" plugin.buffer *texto ou comando aqui\n"
|
||||||
" *texto ou comando aqui\n"
|
" *texto ou comando aqui\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Por exemplo, para mudar o nick em freenode:\n"
|
"Por exemplo, para mudar o nick em freenode:\n"
|
||||||
" echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo_12345\n"
|
" echo 'irc.server.freenode */nick newnick' >~/.weechat/weechat_fifo\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Leia o manual do utilizador para obter mais informação e exemplos.\n"
|
"Leia o manual do utilizador para obter mais informação e exemplos.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Exemplos:\n"
|
"Exemplos:\n"
|
||||||
" /fifo toggle"
|
" /fifo toggle"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid "enable FIFO pipe"
|
msgid "enable FIFO pipe"
|
||||||
msgstr "nome do pipe FIFO"
|
msgstr "ativar FIFO pipe"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"path for FIFO file; \"%h\" at beginning of string is replaced by WeeChat "
|
"path for FIFO file; \"%h\" at beginning of string is replaced by WeeChat "
|
||||||
"home (\"~/.weechat\" by default); WeeChat PID can be used in path with "
|
"home (\"~/.weechat\" by default); WeeChat PID can be used in path with "
|
||||||
"${info:pid} (note: content is evaluated, see /help eval)"
|
"${info:pid} (note: content is evaluated, see /help eval)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"caminho onde escrever os ficheiros recebidos: \"%h\" no início da cadeia é "
|
"caminho para o ficheiro FIFO; \"%h\" no início da cadeia é substituído pelo "
|
||||||
"substituído pelo diretório do WeeChat (\"~/.weechat\" por omissão) (nota: o "
|
"diretório do WeeChat (\"~/.weechat\" por omissão); WeeChat PID pode ser "
|
||||||
"conteúdo é avaliado, ver /help eval)"
|
"usado no caminho com ${info:pid} (nota: o conteúdo é avaliado, ver /help "
|
||||||
|
"eval)"
|
||||||
|
|
||||||
msgid "name of FIFO pipe"
|
msgid "name of FIFO pipe"
|
||||||
msgstr "nome do pipe FIFO"
|
msgstr "nome do pipe FIFO"
|
||||||
@@ -6699,7 +6712,6 @@ msgstr "ignorar nicks/hosts de servidores ou canais"
|
|||||||
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
|
msgid "list || add [re:]<nick> [<server> [<channel>]] || del <number>|-all"
|
||||||
msgstr "list || add [re:]<nick> [<servidor> [<canal>]] || del <número>|-all"
|
msgstr "list || add [re:]<nick> [<servidor> [<canal>]] || del <número>|-all"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
" list: list all ignores\n"
|
" list: list all ignores\n"
|
||||||
" add: add an ignore\n"
|
" add: add an ignore\n"
|
||||||
@@ -6725,7 +6737,7 @@ msgstr ""
|
|||||||
" list: listar todos os ignorados\n"
|
" list: listar todos os ignorados\n"
|
||||||
" add: adicionar um ignorado\n"
|
" add: adicionar um ignorado\n"
|
||||||
" nick: nick ou hostname (pode ser uma expressão regular POSIX estendida "
|
" nick: nick ou hostname (pode ser uma expressão regular POSIX estendida "
|
||||||
"se inserir \"re:\" ou uma máscara usando \"*\" para substituir um ou mais "
|
"se inserir \"re:\" ou uma máscara usando \"*\" para substituir zero ou mais "
|
||||||
"carateres)\n"
|
"carateres)\n"
|
||||||
" del: eliminar todos os ignorados\n"
|
" del: eliminar todos os ignorados\n"
|
||||||
" número: número de ignorados para eliminar (ver a lista para obtê-lo)\n"
|
" número: número de ignorados para eliminar (ver a lista para obtê-lo)\n"
|
||||||
@@ -7314,7 +7326,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -7344,7 +7356,7 @@ msgstr ""
|
|||||||
"servidor: nome do servidor, para uso interno e apresentação\n"
|
"servidor: nome do servidor, para uso interno e apresentação\n"
|
||||||
"hostname: nome ou endereço IP do servidor, com porta opcional (por omissão: "
|
"hostname: nome ou endereço IP do servidor, com porta opcional (por omissão: "
|
||||||
"6667), pode separar vários endereços por vírgula\n"
|
"6667), pode separar vários endereços por vírgula\n"
|
||||||
" temp: adicionar um servidor temporário (não guardado)\n"
|
" -temp: adicionar um servidor temporário (não guardado)\n"
|
||||||
" opção: definir uma opção para o servidor (para uma opção booleana, o "
|
" opção: definir uma opção para o servidor (para uma opção booleana, o "
|
||||||
"valor pode ser omitido)\n"
|
"valor pode ser omitido)\n"
|
||||||
" noopção: definir uma opção booleana como 'off' (por exemplo: -nossl)\n"
|
" noopção: definir uma opção booleana como 'off' (por exemplo: -nossl)\n"
|
||||||
@@ -7669,9 +7681,9 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"%s%s: cadeia de prioridades inválida, erro nesta posição na cadeia: \"%s\""
|
"%s%s: cadeia de prioridades inválida, erro nesta posição na cadeia: \"%s\""
|
||||||
|
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "%s%s: the evaluated fingerprint must not be empty"
|
msgid "%s%s: the evaluated fingerprint must not be empty"
|
||||||
msgstr "%s%s: não é possível reiniciar um acionador desativado"
|
msgstr "%s%s: a impressão digital avaliada não pode ser vazia"
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7766,7 +7778,6 @@ msgstr ""
|
|||||||
msgid "size of the key used during the Diffie-Hellman Key Exchange"
|
msgid "size of the key used during the Diffie-Hellman Key Exchange"
|
||||||
msgstr "tamanho da chave usada durante a troca de chaves de Diffie-Hellman"
|
msgstr "tamanho da chave usada durante a troca de chaves de Diffie-Hellman"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"fingerprint of certificate which is trusted and accepted for the server; "
|
"fingerprint of certificate which is trusted and accepted for the server; "
|
||||||
"only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 "
|
"only hexadecimal digits are allowed (0-9, a-f): 64 chars for SHA-512, 32 "
|
||||||
@@ -7780,7 +7791,8 @@ msgstr ""
|
|||||||
"SHA-512, 32 carateres para SHA-256, 20 carateres para SHA-1 (inseguro, não "
|
"SHA-512, 32 carateres para SHA-256, 20 carateres para SHA-1 (inseguro, não "
|
||||||
"recomendado); pode separar várias impressões digitais por vírgula; se esta "
|
"recomendado); pode separar várias impressões digitais por vírgula; se esta "
|
||||||
"opção estiver definida, NÃO são realizadas as outras verificações aos "
|
"opção estiver definida, NÃO são realizadas as outras verificações aos "
|
||||||
"certificados (opção \"ssl_verify\")"
|
"certificados (opção \"ssl_verify\") (nota: o conteúdo é avaliado, ver /help "
|
||||||
|
"eval)"
|
||||||
|
|
||||||
msgid "check that the SSL connection is fully trusted"
|
msgid "check that the SSL connection is fully trusted"
|
||||||
msgstr "verificar se a conexão SSL é totalmente fidedigna"
|
msgstr "verificar se a conexão SSL é totalmente fidedigna"
|
||||||
@@ -7894,18 +7906,17 @@ msgstr ""
|
|||||||
"nome local de máquina/IP personalizado para o servidor (opcional, se for "
|
"nome local de máquina/IP personalizado para o servidor (opcional, se for "
|
||||||
"vazio é utilizado o nome local da máquina)"
|
"vazio é utilizado o nome local da máquina)"
|
||||||
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"user mode(s) to set after connection to server and before executing command "
|
"user mode(s) to set after connection to server and before executing command "
|
||||||
"and the auto-join of channels; examples: \"+R\" (to set mode \"R\"), \"+R-i"
|
"and the auto-join of channels; examples: \"+R\" (to set mode \"R\"), \"+R-i"
|
||||||
"\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete "
|
"\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete "
|
||||||
"mode syntax (note: content is evaluated, see /help eval)"
|
"mode syntax (note: content is evaluated, see /help eval)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"comandos a executar depois de se conectar ao servidor e antes de se juntar "
|
"modo(s) de utilizador para definir depois de conectar ao servidor e antes de "
|
||||||
"automaticamente aos canais (pode separar vários comandos por \";\", use \"\\;"
|
"executar comando e juntar-se automaticamente aos canais; exemplos: \"+R"
|
||||||
"\" para inserir ponto e vírgula, as variáveis especiais $nick, $channel e "
|
"\" (para definir o modo \"R\"), \"+R-i\" (para definir o modo \"R\" e "
|
||||||
"$server são substituídas pelos respetivos valores) (nota: o conteúdo é "
|
"remover \"i\"); ver /help mode para a sintaxe completa de mode (note: o "
|
||||||
"avaliado, ver /help eval)"
|
"conteúdo é avaliado, ver /help eval)"
|
||||||
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"command(s) to run after connection to server and before auto-join of "
|
"command(s) to run after connection to server and before auto-join of "
|
||||||
@@ -9841,7 +9852,7 @@ msgid "WeeChat compilation date"
|
|||||||
msgstr "data de compilação do WeeChat"
|
msgstr "data de compilação do WeeChat"
|
||||||
|
|
||||||
msgid "WeeChat PID (process ID)"
|
msgid "WeeChat PID (process ID)"
|
||||||
msgstr ""
|
msgstr "WeeChat PID (ID de processo)"
|
||||||
|
|
||||||
msgid "directory separator"
|
msgid "directory separator"
|
||||||
msgstr "separador de diretórios"
|
msgstr "separador de diretórios"
|
||||||
@@ -9913,10 +9924,11 @@ msgid "get nick color name"
|
|||||||
msgstr "obter nome da cor do nick"
|
msgstr "obter nome da cor do nick"
|
||||||
|
|
||||||
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
|
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
|
||||||
msgstr ""
|
msgstr "WeeChat uptime (formato: \"dias:hh:mm:ss\")"
|
||||||
|
|
||||||
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
|
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\"dias\" (número de dias) ou \"segundos\" (número de segundos) (opcional)"
|
||||||
|
|
||||||
msgid "list of bars"
|
msgid "list of bars"
|
||||||
msgstr "lista de barras"
|
msgstr "lista de barras"
|
||||||
@@ -12484,9 +12496,9 @@ msgstr "%s%s: CRC32 do ficheiro %s incorreto"
|
|||||||
msgid "%s%s: CRC32 error while resuming"
|
msgid "%s%s: CRC32 error while resuming"
|
||||||
msgstr "%s%s: erro de CRC32 ao resumir"
|
msgstr "%s%s: erro de CRC32 ao resumir"
|
||||||
|
|
||||||
#, fuzzy, c-format
|
#, c-format
|
||||||
msgid "%s%s: unable to fork (%s)"
|
msgid "%s%s: unable to fork (%s)"
|
||||||
msgstr "%s%s: não foi possível criar processo (fork)"
|
msgstr "%s%s: não é possível efetuar fork (%s)"
|
||||||
|
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|||||||
+11
-9
@@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
|
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
|
||||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@@ -5157,7 +5157,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -5166,14 +5166,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -5195,9 +5196,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6483,7 +6485,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
|
"PO-Revision-Date: 2017-01-06 22:06+0100\n"
|
||||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
@@ -4580,7 +4580,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -4589,14 +4589,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -4618,9 +4619,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -6048,7 +6050,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -6079,7 +6081,7 @@ msgstr ""
|
|||||||
" сервер: имя сервера\n"
|
" сервер: имя сервера\n"
|
||||||
"hostname: адрес сервера\n"
|
"hostname: адрес сервера\n"
|
||||||
" port: порт сервера (целочисленное значение)\n"
|
" port: порт сервера (целочисленное значение)\n"
|
||||||
" temp: создать временный сервер (не сохраняется в конфигурационном "
|
" -temp: создать временный сервер (не сохраняется в конфигурационном "
|
||||||
"файле)\n"
|
"файле)\n"
|
||||||
" auto: автоматически подключаться к серверу при запуске WeeChat\n"
|
" auto: автоматически подключаться к серверу при запуске WeeChat\n"
|
||||||
" noauto: не подключаться автоматически к серверу при запуске WeeChat\n"
|
" noauto: не подключаться автоматически к серверу при запуске WeeChat\n"
|
||||||
|
|||||||
@@ -20,8 +20,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2016-05-18 07:43+0200\n"
|
"PO-Revision-Date: 2017-01-06 22:07+0100\n"
|
||||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
"Language: tr\n"
|
"Language: tr\n"
|
||||||
@@ -4143,7 +4143,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -4152,14 +4152,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -4181,9 +4182,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5430,7 +5432,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
@@ -5460,7 +5462,7 @@ msgstr ""
|
|||||||
" server: iç ve ekran kullanımı için sunucu ismi\n"
|
" server: iç ve ekran kullanımı için sunucu ismi\n"
|
||||||
"hostname: isteğe bağlı noktası, sunucunun İP adresi veya ismi (varsayılan: "
|
"hostname: isteğe bağlı noktası, sunucunun İP adresi veya ismi (varsayılan: "
|
||||||
"6667), fazla adres virgül ile ayrılabilir\n"
|
"6667), fazla adres virgül ile ayrılabilir\n"
|
||||||
" temp: geçici bir sunucu oluştur (kaydedilmez)\n"
|
" -temp: geçici bir sunucu oluştur (kaydedilmez)\n"
|
||||||
" option: sunucu için seçenekleri ayarla (for boolean option, value can be "
|
" option: sunucu için seçenekleri ayarla (for boolean option, value can be "
|
||||||
"omitted)\n"
|
"omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
|
|||||||
+11
-9
@@ -21,7 +21,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: WeeChat\n"
|
"Project-Id-Version: WeeChat\n"
|
||||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||||
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
|
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
|
||||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||||
@@ -4127,7 +4127,7 @@ msgid ""
|
|||||||
"command has some unsafe data, for example the content of a message from "
|
"command has some unsafe data, for example the content of a message from "
|
||||||
"another user) (default)\n"
|
"another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output neither "
|
" -bg: run process in background: do not display process output neither "
|
||||||
"return code (not compatible with options -o/-n)\n"
|
"return code (not compatible with options -o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
|
||||||
"inclose)\n"
|
"inclose)\n"
|
||||||
@@ -4136,14 +4136,15 @@ msgid ""
|
|||||||
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing commands "
|
" -o: send output of command to the buffer without executing commands "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands (lines "
|
" -oc: send output of command to the buffer and execute commands (lines "
|
||||||
"starting with \"/\" or another custom command char) (not compatible with "
|
"starting with \"/\" or another custom command char) (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible with "
|
" -n: display output of command in a new buffer (not compatible with "
|
||||||
"option -bg)\n"
|
"options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free content (no "
|
" -nf: display output of command in a new buffer with free content (no "
|
||||||
"word-wrap, no limit on number of lines) (not compatible with option -bg)\n"
|
"word-wrap, no limit on number of lines) (not compatible with options -bg/-"
|
||||||
|
"pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -4165,9 +4166,10 @@ msgid ""
|
|||||||
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
" -pipe: send the output to a WeeChat/plugin command (line by line); if "
|
||||||
"there are spaces in command/arguments, enclose them with double quotes; "
|
"there are spaces in command/arguments, enclose them with double quotes; "
|
||||||
"variable $line is replaced by the line (by default the line is added after "
|
"variable $line is replaced by the line (by default the line is added after "
|
||||||
"the command, separated by a space) (not compatible with options -bg/-o/-n)\n"
|
"the command, separated by a space) (not compatible with options -bg/-o/-oc/-"
|
||||||
|
"n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
"-hsignal: send the output as a hsignal (to be used for example in a trigger) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the shell is "
|
" command: the command to execute; if beginning with \"url:\", the shell is "
|
||||||
"disabled and the content of URL is downloaded and sent as output\n"
|
"disabled and the content of URL is downloaded and sent as output\n"
|
||||||
" id: command identifier: either its number or name (if set with \"-name "
|
" id: command identifier: either its number or name (if set with \"-name "
|
||||||
@@ -5394,7 +5396,7 @@ msgid ""
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port (default: 6667), "
|
"hostname: name or IP address of server, with optional port (default: 6667), "
|
||||||
"many addresses can be separated by a comma\n"
|
"many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be omitted)\n"
|
" option: set option for server (for boolean option, value can be omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
" copy: duplicate a server\n"
|
" copy: duplicate a server\n"
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
|
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
|
|
||||||
#include "wee-config-file.h"
|
#include "wee-config-file.h"
|
||||||
|
|
||||||
struct t_gui_buffer;
|
struct t_gui_buffer;
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_HDATA_H
|
#ifndef WEECHAT_HDATA_H
|
||||||
#define WEECHAT_HDATA_H 1
|
#define WEECHAT_HDATA_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define HDATA_VAR(__struct, __name, __type, __update_allowed, \
|
#define HDATA_VAR(__struct, __name, __type, __update_allowed, \
|
||||||
__array_size, __hdata_name) \
|
__array_size, __hdata_name) \
|
||||||
hdata_new_var (hdata, #__name, offsetof (__struct, __name), \
|
hdata_new_var (hdata, #__name, offsetof (__struct, __name), \
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
#define WEECHAT_HOOK_H 1
|
#define WEECHAT_HOOK_H 1
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef HAVE_GNUTLS
|
#ifdef HAVE_GNUTLS
|
||||||
#include <gnutls/gnutls.h>
|
#include <gnutls/gnutls.h>
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_INFOLIST_H
|
#ifndef WEECHAT_INFOLIST_H
|
||||||
#define WEECHAT_INFOLIST_H 1
|
#define WEECHAT_INFOLIST_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
/* list structures */
|
/* list structures */
|
||||||
|
|
||||||
enum t_infolist_type
|
enum t_infolist_type
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_UTIL_H
|
#ifndef WEECHAT_UTIL_H
|
||||||
#define WEECHAT_UTIL_H 1
|
#define WEECHAT_UTIL_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef HAVE_SYS_RESOURCE_H
|
#ifdef HAVE_SYS_RESOURCE_H
|
||||||
struct t_rlimit_resource
|
struct t_rlimit_resource
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_GUI_CHAT_H
|
#ifndef WEECHAT_GUI_CHAT_H
|
||||||
#define WEECHAT_GUI_CHAT_H 1
|
#define WEECHAT_GUI_CHAT_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
struct t_hashtable;
|
struct t_hashtable;
|
||||||
struct t_gui_window;
|
struct t_gui_window;
|
||||||
struct t_gui_buffer;
|
struct t_gui_buffer;
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_GUI_KEY_H
|
#ifndef WEECHAT_GUI_KEY_H
|
||||||
#define WEECHAT_GUI_KEY_H 1
|
#define WEECHAT_GUI_KEY_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
struct t_hashtable;
|
struct t_hashtable;
|
||||||
|
|
||||||
#define GUI_KEY_BUFFER_BLOCK_SIZE 256
|
#define GUI_KEY_BUFFER_BLOCK_SIZE 256
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#ifndef WEECHAT_GUI_LINE_H
|
#ifndef WEECHAT_GUI_LINE_H
|
||||||
#define WEECHAT_GUI_LINE_H 1
|
#define WEECHAT_GUI_LINE_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
|
|
||||||
struct t_infolist;
|
struct t_infolist;
|
||||||
|
|||||||
@@ -813,7 +813,8 @@ exec_command_init ()
|
|||||||
"the command has some unsafe data, for example the content of a "
|
"the command has some unsafe data, for example the content of a "
|
||||||
"message from another user) (default)\n"
|
"message from another user) (default)\n"
|
||||||
" -bg: run process in background: do not display process output "
|
" -bg: run process in background: do not display process output "
|
||||||
"neither return code (not compatible with options -o/-n)\n"
|
"neither return code (not compatible with options "
|
||||||
|
"-o/-oc/-n/-nf/-pipe/-hsignal)\n"
|
||||||
" -nobg: catch process output and display return code (default)\n"
|
" -nobg: catch process output and display return code (default)\n"
|
||||||
" -stdin: create a pipe for sending data to the process (with "
|
" -stdin: create a pipe for sending data to the process (with "
|
||||||
"/exec -in/-inclose)\n"
|
"/exec -in/-inclose)\n"
|
||||||
@@ -823,15 +824,15 @@ exec_command_init ()
|
|||||||
"created)\n"
|
"created)\n"
|
||||||
" -l: display locally output of command on buffer (default)\n"
|
" -l: display locally output of command on buffer (default)\n"
|
||||||
" -o: send output of command to the buffer without executing "
|
" -o: send output of command to the buffer without executing "
|
||||||
"commands (not compatible with option -bg)\n"
|
"commands (not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -oc: send output of command to the buffer and execute commands "
|
" -oc: send output of command to the buffer and execute commands "
|
||||||
"(lines starting with \"/\" or another custom command char) "
|
"(lines starting with \"/\" or another custom command char) "
|
||||||
"(not compatible with option -bg)\n"
|
"(not compatible with options -bg/-pipe/-hsignal)\n"
|
||||||
" -n: display output of command in a new buffer (not compatible "
|
" -n: display output of command in a new buffer (not compatible "
|
||||||
"with option -bg)\n"
|
"with options -bg/-pipe/-hsignal)\n"
|
||||||
" -nf: display output of command in a new buffer with free "
|
" -nf: display output of command in a new buffer with free "
|
||||||
"content (no word-wrap, no limit on number of lines) (not compatible "
|
"content (no word-wrap, no limit on number of lines) (not compatible "
|
||||||
"with option -bg)\n"
|
"with options -bg/-pipe/-hsignal)\n"
|
||||||
" -cl: clear the new buffer before displaying output\n"
|
" -cl: clear the new buffer before displaying output\n"
|
||||||
" -nocl: append to the new buffer without clear (default)\n"
|
" -nocl: append to the new buffer without clear (default)\n"
|
||||||
" -sw: switch to the output buffer (default)\n"
|
" -sw: switch to the output buffer (default)\n"
|
||||||
@@ -854,9 +855,9 @@ exec_command_init ()
|
|||||||
"line); if there are spaces in command/arguments, enclose them with "
|
"line); if there are spaces in command/arguments, enclose them with "
|
||||||
"double quotes; variable $line is replaced by the line (by default "
|
"double quotes; variable $line is replaced by the line (by default "
|
||||||
"the line is added after the command, separated by a space) "
|
"the line is added after the command, separated by a space) "
|
||||||
"(not compatible with options -bg/-o/-n)\n"
|
"(not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
"-hsignal: send the output as a hsignal (to be used for example in "
|
"-hsignal: send the output as a hsignal (to be used for example in "
|
||||||
"a trigger) (not compatible with options -bg/-o/-n)\n"
|
"a trigger) (not compatible with options -bg/-o/-oc/-n/-nf)\n"
|
||||||
" command: the command to execute; if beginning with \"url:\", the "
|
" command: the command to execute; if beginning with \"url:\", the "
|
||||||
"shell is disabled and the content of URL is downloaded and sent as "
|
"shell is disabled and the content of URL is downloaded and sent as "
|
||||||
"output\n"
|
"output\n"
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#ifndef WEECHAT_EXEC_H
|
#ifndef WEECHAT_EXEC_H
|
||||||
#define WEECHAT_EXEC_H 1
|
#define WEECHAT_EXEC_H 1
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define weechat_plugin weechat_exec_plugin
|
#define weechat_plugin weechat_exec_plugin
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_IRC_CHANNEL_H
|
#ifndef WEECHAT_IRC_CHANNEL_H
|
||||||
#define WEECHAT_IRC_CHANNEL_H 1
|
#define WEECHAT_IRC_CHANNEL_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define IRC_CHANNEL_DEFAULT_CHANTYPES "#&+!"
|
#define IRC_CHANNEL_DEFAULT_CHANTYPES "#&+!"
|
||||||
|
|
||||||
/* channel types */
|
/* channel types */
|
||||||
|
|||||||
@@ -1295,8 +1295,8 @@ IRC_COMMAND_CALLBACK(connect)
|
|||||||
argv[i], 1);
|
argv[i], 1);
|
||||||
weechat_printf (
|
weechat_printf (
|
||||||
NULL,
|
NULL,
|
||||||
_("%s: server %s%s%s added (temporary "
|
_("%s: server %s%s%s added "
|
||||||
"server, NOT SAVED!)"),
|
"(temporary server, NOT SAVED!)"),
|
||||||
IRC_PLUGIN_NAME,
|
IRC_PLUGIN_NAME,
|
||||||
IRC_COLOR_CHAT_SERVER,
|
IRC_COLOR_CHAT_SERVER,
|
||||||
ptr_server->name,
|
ptr_server->name,
|
||||||
@@ -5010,6 +5010,9 @@ IRC_COMMAND_CALLBACK(server)
|
|||||||
|
|
||||||
weechat_printf (
|
weechat_printf (
|
||||||
NULL,
|
NULL,
|
||||||
|
(new_server->temp_server) ?
|
||||||
|
_("%s: server %s%s%s added "
|
||||||
|
"(temporary server, NOT SAVED!)") :
|
||||||
_("%s: server %s%s%s added"),
|
_("%s: server %s%s%s added"),
|
||||||
IRC_PLUGIN_NAME,
|
IRC_PLUGIN_NAME,
|
||||||
IRC_COLOR_CHAT_SERVER,
|
IRC_COLOR_CHAT_SERVER,
|
||||||
@@ -6685,7 +6688,7 @@ irc_command_init ()
|
|||||||
" server: server name, for internal and display use\n"
|
" server: server name, for internal and display use\n"
|
||||||
"hostname: name or IP address of server, with optional port "
|
"hostname: name or IP address of server, with optional port "
|
||||||
"(default: 6667), many addresses can be separated by a comma\n"
|
"(default: 6667), many addresses can be separated by a comma\n"
|
||||||
" temp: add a temporary server (not saved)\n"
|
" -temp: add a temporary server (not saved)\n"
|
||||||
" option: set option for server (for boolean option, value can be "
|
" option: set option for server (for boolean option, value can be "
|
||||||
"omitted)\n"
|
"omitted)\n"
|
||||||
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
"nooption: set boolean option to 'off' (for example: -nossl)\n"
|
||||||
|
|||||||
@@ -512,7 +512,7 @@ irc_ctcp_dcc_filename_without_quotes (const char *filename)
|
|||||||
int length;
|
int length;
|
||||||
|
|
||||||
length = strlen (filename);
|
length = strlen (filename);
|
||||||
if (length > 0)
|
if (length > 1)
|
||||||
{
|
{
|
||||||
if ((filename[0] == '\"') && (filename[length - 1] == '\"'))
|
if ((filename[0] == '\"') && (filename[length - 1] == '\"'))
|
||||||
return weechat_strndup (filename + 1, length - 2);
|
return weechat_strndup (filename + 1, length - 2);
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_IRC_CTCP_H
|
#ifndef WEECHAT_IRC_CTCP_H
|
||||||
#define WEECHAT_IRC_CTCP_H 1
|
#define WEECHAT_IRC_CTCP_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
struct t_irc_server;
|
struct t_irc_server;
|
||||||
struct t_irc_channel;
|
struct t_irc_channel;
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_IRC_PROTOCOL_H
|
#ifndef WEECHAT_IRC_PROTOCOL_H
|
||||||
#define WEECHAT_IRC_PROTOCOL_H 1
|
#define WEECHAT_IRC_PROTOCOL_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define IRC_PROTOCOL_CALLBACK(__command) \
|
#define IRC_PROTOCOL_CALLBACK(__command) \
|
||||||
int \
|
int \
|
||||||
irc_protocol_cb_##__command (struct t_irc_server *server, \
|
irc_protocol_cb_##__command (struct t_irc_server *server, \
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_IRC_RAW_H
|
#ifndef WEECHAT_IRC_RAW_H
|
||||||
#define WEECHAT_IRC_RAW_H 1
|
#define WEECHAT_IRC_RAW_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define IRC_RAW_BUFFER_NAME "irc_raw"
|
#define IRC_RAW_BUFFER_NAME "irc_raw"
|
||||||
|
|
||||||
#define IRC_RAW_PREFIX_RECV "-->"
|
#define IRC_RAW_PREFIX_RECV "-->"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_IRC_REDIRECT_H
|
#ifndef WEECHAT_IRC_REDIRECT_H
|
||||||
#define WEECHAT_IRC_REDIRECT_H 1
|
#define WEECHAT_IRC_REDIRECT_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define IRC_REDIRECT_TIMEOUT_DEFAULT 60
|
#define IRC_REDIRECT_TIMEOUT_DEFAULT 60
|
||||||
|
|
||||||
struct t_irc_server;
|
struct t_irc_server;
|
||||||
|
|||||||
@@ -1403,22 +1403,30 @@ irc_server_apply_command_line_options (struct t_irc_server *server,
|
|||||||
}
|
}
|
||||||
if (option_name)
|
if (option_name)
|
||||||
{
|
{
|
||||||
index_option = irc_server_search_option (option_name);
|
if (weechat_strcasecmp (option_name, "temp") == 0)
|
||||||
if (index_option < 0)
|
|
||||||
{
|
{
|
||||||
/* look if option is negative, like "-noxxx" */
|
/* temporary server, not saved */
|
||||||
if (weechat_strncasecmp (argv[i], "-no", 3) == 0)
|
server->temp_server = 1;
|
||||||
{
|
|
||||||
free (option_name);
|
|
||||||
option_name = strdup (argv[i] + 3);
|
|
||||||
index_option = irc_server_search_option (option_name);
|
|
||||||
ptr_value = value_boolean[0];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (index_option >= 0)
|
else
|
||||||
{
|
{
|
||||||
weechat_config_option_set (server->options[index_option],
|
index_option = irc_server_search_option (option_name);
|
||||||
ptr_value, 1);
|
if (index_option < 0)
|
||||||
|
{
|
||||||
|
/* look if option is negative, like "-noxxx" */
|
||||||
|
if (weechat_strncasecmp (argv[i], "-no", 3) == 0)
|
||||||
|
{
|
||||||
|
free (option_name);
|
||||||
|
option_name = strdup (argv[i] + 3);
|
||||||
|
index_option = irc_server_search_option (option_name);
|
||||||
|
ptr_value = value_boolean[0];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (index_option >= 0)
|
||||||
|
{
|
||||||
|
weechat_config_option_set (server->options[index_option],
|
||||||
|
ptr_value, 1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
free (option_name);
|
free (option_name);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#ifndef WEECHAT_IRC_SERVER_H
|
#ifndef WEECHAT_IRC_SERVER_H
|
||||||
#define WEECHAT_IRC_SERVER_H 1
|
#define WEECHAT_IRC_SERVER_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_PLUGIN_API_H
|
#ifndef WEECHAT_PLUGIN_API_H
|
||||||
#define WEECHAT_PLUGIN_API_H 1
|
#define WEECHAT_PLUGIN_API_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
struct t_plugin_api_hdata
|
struct t_plugin_api_hdata
|
||||||
{
|
{
|
||||||
char *name; /* hdata name */
|
char *name; /* hdata name */
|
||||||
|
|||||||
@@ -21,6 +21,8 @@
|
|||||||
#ifndef WEECHAT_PLUGIN_SCRIPT_API_H
|
#ifndef WEECHAT_PLUGIN_SCRIPT_API_H
|
||||||
#define WEECHAT_PLUGIN_SCRIPT_API_H 1
|
#define WEECHAT_PLUGIN_SCRIPT_API_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
extern void plugin_script_api_charset_set (struct t_plugin_script *script,
|
extern void plugin_script_api_charset_set (struct t_plugin_script *script,
|
||||||
const char *charset);
|
const char *charset);
|
||||||
extern struct t_config_file *plugin_script_api_config_new (struct t_weechat_plugin *weechat_plugin,
|
extern struct t_config_file *plugin_script_api_config_new (struct t_weechat_plugin *weechat_plugin,
|
||||||
|
|||||||
@@ -411,7 +411,7 @@ relay_client_recv_text (struct t_relay_client *client, const char *data)
|
|||||||
weechat_prefix ("error"),
|
weechat_prefix ("error"),
|
||||||
RELAY_PLUGIN_NAME,
|
RELAY_PLUGIN_NAME,
|
||||||
weechat_hashtable_get (client->http_headers,
|
weechat_hashtable_get (client->http_headers,
|
||||||
"Origin"));
|
"origin"));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -419,7 +419,7 @@ relay_client_recv_text (struct t_relay_client *client, const char *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ptr_real_ip = weechat_hashtable_get (
|
ptr_real_ip = weechat_hashtable_get (
|
||||||
client->http_headers, "X-Real-IP");
|
client->http_headers, "x-real-ip");
|
||||||
if (ptr_real_ip)
|
if (ptr_real_ip)
|
||||||
{
|
{
|
||||||
weechat_printf_date_tags (
|
weechat_printf_date_tags (
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_RELAY_CLIENT_H
|
#ifndef WEECHAT_RELAY_CLIENT_H
|
||||||
#define WEECHAT_RELAY_CLIENT_H 1
|
#define WEECHAT_RELAY_CLIENT_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef HAVE_GNUTLS
|
#ifdef HAVE_GNUTLS
|
||||||
#include <gnutls/gnutls.h>
|
#include <gnutls/gnutls.h>
|
||||||
#endif /* HAVE_GNUTLS */
|
#endif /* HAVE_GNUTLS */
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_RELAY_RAW_H
|
#ifndef WEECHAT_RELAY_RAW_H
|
||||||
#define WEECHAT_RELAY_RAW_H 1
|
#define WEECHAT_RELAY_RAW_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "relay-client.h"
|
#include "relay-client.h"
|
||||||
|
|
||||||
#define RELAY_RAW_BUFFER_NAME "relay_raw"
|
#define RELAY_RAW_BUFFER_NAME "relay_raw"
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_RELAY_SERVER_H
|
#ifndef WEECHAT_RELAY_SERVER_H
|
||||||
#define WEECHAT_RELAY_SERVER_H 1
|
#define WEECHAT_RELAY_SERVER_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#ifdef HAVE_GNUTLS
|
#ifdef HAVE_GNUTLS
|
||||||
#define RELAY_SERVER_GNUTLS_DH_BITS 1024
|
#define RELAY_SERVER_GNUTLS_DH_BITS 1024
|
||||||
#endif /* HAVE_GNUTLS */
|
#endif /* HAVE_GNUTLS */
|
||||||
|
|||||||
@@ -86,10 +86,11 @@ relay_websocket_save_header (struct t_relay_client *client,
|
|||||||
if (!pos || (pos == message))
|
if (!pos || (pos == message))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* get header name */
|
/* get header name, which is case-insensitive */
|
||||||
name = weechat_strndup (message, pos - message);
|
name = weechat_strndup (message, pos - message);
|
||||||
if (!name)
|
if (!name)
|
||||||
return;
|
return;
|
||||||
|
weechat_string_tolower (name);
|
||||||
|
|
||||||
/* get pointer on header value */
|
/* get pointer on header value */
|
||||||
ptr_value = pos + 1;
|
ptr_value = pos + 1;
|
||||||
@@ -143,20 +144,20 @@ relay_websocket_client_handshake_valid (struct t_relay_client *client)
|
|||||||
const char *value;
|
const char *value;
|
||||||
|
|
||||||
/* check if we have header "Upgrade" with value "websocket" */
|
/* check if we have header "Upgrade" with value "websocket" */
|
||||||
value = weechat_hashtable_get (client->http_headers, "Upgrade");
|
value = weechat_hashtable_get (client->http_headers, "upgrade");
|
||||||
if (!value)
|
if (!value)
|
||||||
return -1;
|
return -1;
|
||||||
if (weechat_strcasecmp (value, "websocket") != 0)
|
if (weechat_strcasecmp (value, "websocket") != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
/* check if we have header "Sec-WebSocket-Key" with non-empty value */
|
/* check if we have header "Sec-WebSocket-Key" with non-empty value */
|
||||||
value = weechat_hashtable_get (client->http_headers, "Sec-WebSocket-Key");
|
value = weechat_hashtable_get (client->http_headers, "sec-websocket-key");
|
||||||
if (!value || !value[0])
|
if (!value || !value[0])
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
if (relay_config_regex_websocket_allowed_origins)
|
if (relay_config_regex_websocket_allowed_origins)
|
||||||
{
|
{
|
||||||
value = weechat_hashtable_get (client->http_headers, "Origin");
|
value = weechat_hashtable_get (client->http_headers, "origin");
|
||||||
if (!value || !value[0])
|
if (!value || !value[0])
|
||||||
return -2;
|
return -2;
|
||||||
if (regexec (relay_config_regex_websocket_allowed_origins, value, 0,
|
if (regexec (relay_config_regex_websocket_allowed_origins, value, 0,
|
||||||
@@ -193,7 +194,7 @@ relay_websocket_build_handshake (struct t_relay_client *client)
|
|||||||
int length;
|
int length;
|
||||||
|
|
||||||
sec_websocket_key = weechat_hashtable_get (client->http_headers,
|
sec_websocket_key = weechat_hashtable_get (client->http_headers,
|
||||||
"Sec-WebSocket-Key");
|
"sec-websocket-key");
|
||||||
if (!sec_websocket_key || !sec_websocket_key[0])
|
if (!sec_websocket_key || !sec_websocket_key[0])
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_RELAY_WEECHAT_MSG_H
|
#ifndef WEECHAT_RELAY_WEECHAT_MSG_H
|
||||||
#define WEECHAT_RELAY_WEECHAT_MSG_H 1
|
#define WEECHAT_RELAY_WEECHAT_MSG_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
struct t_relay_weechat_nicklist;
|
struct t_relay_weechat_nicklist;
|
||||||
|
|
||||||
#define RELAY_WEECHAT_MSG_INITIAL_ALLOC 4096
|
#define RELAY_WEECHAT_MSG_INITIAL_ALLOC 4096
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_SCRIPT_REPO_H
|
#ifndef WEECHAT_SCRIPT_REPO_H
|
||||||
#define WEECHAT_SCRIPT_REPO_H 1
|
#define WEECHAT_SCRIPT_REPO_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
/* status for script */
|
/* status for script */
|
||||||
#define SCRIPT_STATUS_INSTALLED 1
|
#define SCRIPT_STATUS_INSTALLED 1
|
||||||
#define SCRIPT_STATUS_AUTOLOADED 2
|
#define SCRIPT_STATUS_AUTOLOADED 2
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#ifndef WEECHAT_TRIGGER_CALLBACK_H
|
#ifndef WEECHAT_TRIGGER_CALLBACK_H
|
||||||
#define WEECHAT_TRIGGER_CALLBACK_H 1
|
#define WEECHAT_TRIGGER_CALLBACK_H 1
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define TRIGGER_CALLBACK_CB_INIT(__rc) \
|
#define TRIGGER_CALLBACK_CB_INIT(__rc) \
|
||||||
struct t_trigger *trigger; \
|
struct t_trigger *trigger; \
|
||||||
struct t_hashtable *pointers, *extra_vars; \
|
struct t_hashtable *pointers, *extra_vars; \
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,9 @@
|
|||||||
#define WEECHAT_XFER_H 1
|
#define WEECHAT_XFER_H 1
|
||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#include <time.h>
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
|
||||||
#define weechat_plugin weechat_xfer_plugin
|
#define weechat_plugin weechat_xfer_plugin
|
||||||
#define XFER_PLUGIN_NAME "xfer"
|
#define XFER_PLUGIN_NAME "xfer"
|
||||||
|
|||||||
@@ -42,6 +42,13 @@ set(LIB_WEECHAT_UNIT_TESTS_SRC
|
|||||||
)
|
)
|
||||||
add_library(weechat_unit_tests STATIC ${LIB_WEECHAT_UNIT_TESTS_SRC})
|
add_library(weechat_unit_tests STATIC ${LIB_WEECHAT_UNIT_TESTS_SRC})
|
||||||
|
|
||||||
|
if(${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
|
||||||
|
list(APPEND EXTRA_LIBS "intl")
|
||||||
|
if(HAVE_BACKTRACE)
|
||||||
|
list(APPEND EXTRA_LIBS "execinfo")
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
# binary to run tests
|
# binary to run tests
|
||||||
set(WEECHAT_TESTS_SRC tests.cpp tests.h)
|
set(WEECHAT_TESTS_SRC tests.cpp tests.h)
|
||||||
add_executable(tests ${WEECHAT_TESTS_SRC})
|
add_executable(tests ${WEECHAT_TESTS_SRC})
|
||||||
|
|||||||
Executable
+70
@@ -0,0 +1,70 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
|
||||||
|
#
|
||||||
|
# This file is part of WeeChat, the extensible chat client.
|
||||||
|
#
|
||||||
|
# WeeChat is free software; you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation; either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# WeeChat is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Build gzip/bzip2/xz tarballs for WeeChat using git-archive.
|
||||||
|
#
|
||||||
|
# Syntax: makedist.sh [<version> [<tree-ish> [<path>]]]
|
||||||
|
#
|
||||||
|
# Optional arguments:
|
||||||
|
#
|
||||||
|
# version WeeChat version, for example 1.6 or 1.7-dev
|
||||||
|
# defaults to current devel version (output of "version.sh devel-full")
|
||||||
|
# tree-ish git tree-ish, example: v1.6
|
||||||
|
# defaults to "HEAD"
|
||||||
|
# path where to put packages
|
||||||
|
# defaults to current directory
|
||||||
|
#
|
||||||
|
|
||||||
|
# check git repository
|
||||||
|
ROOT_DIR=$(git rev-parse --show-toplevel)
|
||||||
|
if [ -z "${ROOT_DIR}" -o ! -d "${ROOT_DIR}/.git" ]; then
|
||||||
|
echo "This script must be run from WeeChat git repository."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
# default values
|
||||||
|
VERSION="$(${ROOT_DIR}/version.sh devel-full)"
|
||||||
|
TREEISH="HEAD"
|
||||||
|
OUTPATH="$(pwd)"
|
||||||
|
|
||||||
|
if [ $# -ge 1 ]; then
|
||||||
|
VERSION=$1
|
||||||
|
fi
|
||||||
|
if [ $# -ge 2 ]; then
|
||||||
|
TREEISH=$2
|
||||||
|
fi
|
||||||
|
if [ $# -ge 3 ]; then
|
||||||
|
OUTPATH=$(cd "$3"; pwd)
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd "${ROOT_DIR}"
|
||||||
|
|
||||||
|
PREFIX="weechat-${VERSION}/"
|
||||||
|
FILE="${OUTPATH}/weechat-${VERSION}.tar"
|
||||||
|
|
||||||
|
echo "Building package ${FILE}.gz"
|
||||||
|
git archive --prefix=${PREFIX} ${TREEISH} | gzip -c >${FILE}.gz
|
||||||
|
|
||||||
|
echo "Building package ${FILE}.bz2"
|
||||||
|
git archive --prefix=${PREFIX} ${TREEISH} | bzip2 -c >${FILE}.bz2
|
||||||
|
|
||||||
|
echo "Building package ${FILE}.xz"
|
||||||
|
git archive --prefix=${PREFIX} ${TREEISH} | xz -c >${FILE}.xz
|
||||||
+3
-3
@@ -32,9 +32,9 @@
|
|||||||
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
|
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
|
||||||
#
|
#
|
||||||
|
|
||||||
WEECHAT_STABLE=1.6
|
WEECHAT_STABLE=1.7.1
|
||||||
WEECHAT_DEVEL=1.7
|
WEECHAT_DEVEL=1.7.1
|
||||||
WEECHAT_DEVEL_FULL=1.7-rc2
|
WEECHAT_DEVEL_FULL=1.7.1
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
|
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
|
||||||
|
|||||||
+5
-1
@@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%define name weechat
|
%define name weechat
|
||||||
%define version 1.6
|
%define version 1.7.1
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
|
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 22 2017 Sébastien Helleu <flashcode@flashtux.org> 1.7.1-1
|
||||||
|
- Released version 1.7.1
|
||||||
|
* Sun Jan 15 2017 Sébastien Helleu <flashcode@flashtux.org> 1.7-1
|
||||||
|
- Released version 1.7
|
||||||
* Sun Oct 02 2016 Sébastien Helleu <flashcode@flashtux.org> 1.6-1
|
* Sun Oct 02 2016 Sébastien Helleu <flashcode@flashtux.org> 1.6-1
|
||||||
- Released version 1.6
|
- Released version 1.6
|
||||||
* Sun May 01 2016 Sébastien Helleu <flashcode@flashtux.org> 1.5-1
|
* Sun May 01 2016 Sébastien Helleu <flashcode@flashtux.org> 1.5-1
|
||||||
|
|||||||
Reference in New Issue
Block a user