1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Compare commits

..

17 Commits

Author SHA1 Message Date
Sébastien Helleu a031f15f38 Version 1.7-rc2 2017-01-06 20:04:19 +01:00
Sébastien Helleu 65ac711c10 doc: update Japanese auto-generated files 2017-01-06 20:03:45 +01:00
Sébastien Helleu 088a74911c Merge pull request #881 from l/master/translation/ja_JP
core: update Japanese translations
2017-01-06 20:03:15 +01:00
Sébastien Helleu 0309753406 Merge branch 'master' into master/translation/ja_JP 2017-01-06 20:02:52 +01:00
Sébastien Helleu 990c0bc121 exec: add option "-oc" in command /exec to execute commands in process output (closes #877)
The behavior of existing option "-o" is changed: now commands are NOT
executed (which is more secure by default).
2017-01-06 19:22:24 +01:00
Sébastien Helleu e01ed80669 core: move line from new features to bugs in ChangeLog 2017-01-06 07:52:44 +01:00
Sébastien Helleu 501437af07 exec: fix memory leak in display of process output 2017-01-06 07:26:43 +01:00
AYANOKOUZI, Ryuunosuke 3886855b05 core: update Japanese translations 2017-01-06 09:00:00 +09:00
Sébastien Helleu 914bda1a74 irc: fix close of server channels which are waiting for the JOIN when the server buffer is closed (issue #873) 2017-01-01 16:35:02 +01:00
Sébastien Helleu 28125942d4 core: add issue #876 in ChangeLog 2017-01-01 15:07:12 +01:00
Sébastien Helleu 2087ec28e3 Merge pull request #876 from sim642/switch-join-forwarded
irc: fix buffer switching on manual join for forwarded channels
2017-01-01 15:05:33 +01:00
Sébastien Helleu c9fbb917e0 irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276) 2017-01-01 14:53:41 +01:00
Sébastien Helleu 3752e97be1 doc: update German auto-generated files 2017-01-01 13:15:37 +01:00
Nils Görs 994b71f58c core: update German translations 2017-01-01 12:30:28 +01:00
Sébastien Helleu 705d86e684 core: update copyright dates 2017-01-01 11:32:04 +01:00
Simmo Saan b30c6786b4 irc: fix buffer switching on manual join for forwarded channels
Previously using option values
	irc.look.buffer_open_before_join off
	irc.look.buffer_switch_join on
and manually joining a channel which gets forwarded
(e.g. #linux -> ##linux-overflow on freenode) the channel buffer for
##linux-overflow was not switched to even though the option says it should
have.

This patch copies manual join and noswitch information for channels which
get forwarded.
2016-12-31 19:44:47 +02:00
Sébastien Helleu 668bb3a4ad api: add info "uptime" (WeeChat uptime) 2016-12-31 18:28:55 +01:00
486 changed files with 1087 additions and 713 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.org>
#
+6 -1
View File
@@ -24,7 +24,9 @@ New features::
* 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 option "time" in command /debug
* api: add info "uptime" (WeeChat uptime)
* 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)
* irc: add server option "usermode" (issue #377, issue #820)
* irc: add tag "self_msg" on self messages (issue #840)
@@ -44,6 +46,9 @@ Bug fixes::
* core: fix deadlock when quitting after a signal SIGHUP/SIGQUIT/SIGTERM is received (issue #32)
* 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)
* exec: fix memory leak in display of process output
* 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: add missing tags on CTCP message sent
* lua: fix integers returned in Lua >= 5.3 (issue #834)
* relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825)
@@ -51,7 +56,7 @@ Bug fixes::
Build::
* core: 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)
[[v1.6]]
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2006-2009 Emmanuel Bouthenot <kolter@openics.org>
#
+1 -1
View File
@@ -79,7 +79,7 @@ https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[
== Copyright
Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
This file is part of WeeChat, the extensible chat client.
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2005 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2014-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2014-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2007 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
#
# This file is part of WeeChat, the extensible chat client.
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2011-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2011-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,6 +1,6 @@
#
# Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2008-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2008-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2015-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2015-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2005 Benoit Papillault <benoit.papillault@free.fr>
# Copyright (C) 2005-2006 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2005-2009 Emmanuel Bouthenot <kolter@openics.org>
+1 -1
View File
@@ -4,7 +4,7 @@ Upstream-Contact: Sébastien Helleu <flashcode@flashtux.org>
Source: https://weechat.org/
Files: *
Copyright: 2003-2016, Sébastien Helleu <flashcode@flashtux.org>
Copyright: 2003-2017, Sébastien Helleu <flashcode@flashtux.org>
2005-2009, Emmanuel Bouthenot <kolter@openics.org>
2008-2009, Dmitry Kobylin <fnfal@academ.tsc.ru>
License: GPL-3+
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
#
# This file is part of WeeChat, the extensible chat client.
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -101,7 +101,7 @@ Tato manuálová stránka byla přeložena Ondřejem Súkupem.
WeeChat je napsán Sébastienem Helleu a přispěvovateli (kompletní seznam je v
souboru AUTHORS.adoc).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat je svobodný software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+2
View File
@@ -64,6 +64,8 @@
| weechat | term_width | Breite des Terminals | -
| weechat | uptime | Laufzeit von Weechat (Format: "days:hh:mm:ss") | "days" (Anzahl der Tage) oder "seconds" (Anzahl der Sekunden) (optional)
| weechat | version | WeeChat-Version | -
| weechat | version_git | WeeChat Git Version (Ausgabe des Befehls "git describe", ausschließlich für eine Entwicklerversion. Eine stabile Version gibt keine Information zurück) | -
+47 -46
View File
@@ -16,54 +16,55 @@
-set <id> <property> <value>
-del <id>|-all [<id>...]
-list: zeigt laufende Befehle an
-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: 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: führt Prozess im Hintergrund aus: gibt weder eine Prozessausgabe noch einen Rückgabewert aus (nicht kompatibel mit Argumenten -o/-n)
-nobg: gibt Prozessausgabe und Rückgabewert aus (Standardverhalten)
-stdin: erstellt eine PIPE um Daten zu dem Prozess zu senden (mittels /exec -in/-inclose)
-nostdin: es wird keine PIPE für stdin erstellt (Standardverhalten)
-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: gibt die Ausgabe des Befehls lokal im Buffer aus (Standardverhalten)
-o: gibt die Ausgabe des Befehls im Buffer aus (nicht kompatibel mit Argument -bg)
-n: gibt die Ausgabe des Befehls in einem neuen Buffer aus (nicht kompatibel mit Argument -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)
-cl: der neue Buffer wird vor einer Ausgabe gelöscht
-nocl: Ausgabe wird an neuen Buffer angehangen, ohne diesen vorher zu löschen (Standardverhalten)
-sw: es wird zum Ausgabebuffer gewechselt (Standardverhalten)
-nosw: es wird nicht zum Ausgabebuffer gewechselt
-ln: legt eine Zeilennummerierung an (Standardverhalten, nur für neue Buffer)
-noln: es wird keine Zeilennummerierung angezeigt
-flush: die Ausgabe des Befehls findet in Echtzeit statt (Standardwert)
-noflush: die Ausgabe des Befehls wird am Ende der Ausführung ausgegeben
-color: es wird eine der folgenden Aktionen bei ANSI Zeichenkodierungen in der Ausgabe durchgeführt:
ansi: ANSI-Kodierung wird beibehalten
auto: konvertiert ANSI-Farben nach WeeChat/IRC (Standardverhalten)
irc: konvertiert ANSI-Farben nach IRC Farben
weechat: konvertiert ANSI-Farben nach WeeChat-Farben
strip: ANSI-Farben werden entfernt
-rc: der Rückgabewert wird ausgegeben (Standardverhalten)
-norc: der Rückgabewert wird unterdrückt
-timeout: gibt eine Zeitbeschränkung für den auszuführenden Befehl an (in Sekunden)
-name: dem Befehl wird ein Name zugewiesen (um den Befehl später mittels /exec zu nutzen)
-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/-n)
-hsignal: sendet die Ausgabe als hsignal (um es z.B. mittels /trigger zu verwenden) (nicht kompatibel mit den Argumenten -bg/-o/-n)
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: identifiziert eindeutig einen Befehl: entweder durch eine Nummer oder einen Namen (sofern ein Name mittels "-name xxx" zugewiesen wurde)
-in: sendet Text an die Standardeingabe des Prozesses
-inclose: wie -in aber stdin wird danach geschlossen (und der Text ist optional: ohne Text wird stdin umgehend geschlossen
-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 für "-signal <id> kill"
-killall: beendet alle laufenden Prozesse
-set: nutzt eine Hook-Fähigkeit (siehe Funktion hook_set in Anleitung für API Erweiterung)
property: Hook-Fähigkeit
value: neuer Wert für Hook-Fähigkeit
-del: entfernt einen beendeten Befehl
-all: entfernt alle beendeten Befehle
-list: list commands
-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)
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
-nobg: catch process output and display return code (default)
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
-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)
-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)
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
-n: display output of command in a new buffer (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 option -bg)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
-nosw: don't switch to the output buffer
-ln: display line numbers (default in new buffer only)
-noln: don't display line numbers
-flush: display output of command in real time (default)
-noflush: display output of command after its end
-color: action on ANSI colors in output:
ansi: keep ANSI codes as-is
auto: convert ANSI colors to WeeChat/IRC (default)
irc: convert ANSI colors to IRC colors
weechat: convert ANSI colors to WeeChat colors
strip: remove ANSI colors
-rc: display return code (default)
-norc: don't display return code
-timeout: set a timeout for the command (in seconds)
-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)
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
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")
-in: send text on standard input of process
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
-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
-kill: alias of "-signal <id> kill"
-killall: kill all running processes
-set: set a hook property (see function hook_set in plugin API reference)
property: hook property
value: new value for hook property
-del: delete a terminated command
-all: delete all terminated commands
Standardoptionen können in der Einstellung exec.command.default_options bestimmt werden.
Default options can be set in the option exec.command.default_options.
Beispiele:
Examples:
/exec -n ls -l /tmp
/exec -sh -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+1 -1
View File
@@ -102,7 +102,7 @@ Diese manpage wurde von {author} geschrieben.
WeeChat wird programmiert von Sébastien Helleu und weiteren Beteiligten (eine vollständige Auflistung
findet man in der AUTHORS.adoc Datei).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2008-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2008-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,6 +1,6 @@
<!--
Custom styles for Asciidoctor
(C) 2016 Sébastien Helleu <flashcode@flashtux.org>
Copyright (C) 2016-2017 Sébastien Helleu <flashcode@flashtux.org>
-->
<style>
#header,#content,#footnotes,#footer {
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+2
View File
@@ -64,6 +64,8 @@
| weechat | term_width | width of terminal | -
| weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional)
| weechat | version | WeeChat version | -
| weechat | version_git | WeeChat git version (output of command "git describe" for a development version only, empty for a stable release) | -
+2 -1
View File
@@ -25,7 +25,8 @@
-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)
-l: display locally output of command on buffer (default)
-o: send output of command to the buffer (not compatible with option -bg)
-o: send output of command to the buffer without executing commands (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 option -bg)
-n: display output of command in a new buffer (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 option -bg)
-cl: clear the new buffer before displaying output
+1 -1
View File
@@ -100,7 +100,7 @@ This manpage was written by {author}.
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -391,7 +391,7 @@ Example in C:
/*
* weechat.c - core functions for WeeChat
*
* Copyright (C) 2016 Your Name <your@email.com>
* Copyright (C) 2017 Your Name <your@email.com>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2012-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2012-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+2
View File
@@ -64,6 +64,8 @@
| weechat | term_width | largeur du terminal | -
| weechat | uptime | Uptime de WeeChat (format : "jours:hh:mm:ss") | "days" (nombre de jours) ou "seconds" (nombre de secondes) (optionnel)
| weechat | version | version de WeeChat | -
| weechat | version_git | version git de WeeChat (sortie de la commande "git describe" pour une version de développement seulement, vide pour une version stable) | -
+2 -1
View File
@@ -25,7 +25,8 @@
-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éé)
-l : afficher localement la sortie de la commande sur le tampon (par défaut)
-o : envoyer la sortie de la commande au tampon (non compatible avec l'option -bg)
-o : envoyer la sortie de la commande au tampon sans exécuter les commandes (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 l'option -bg)
-n : afficher la sortie de la commande dans un nouveau tampon (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 l'option -bg)
-cl : effacer le nouveau tampon avant d'afficher la sortie
+1 -1
View File
@@ -102,7 +102,7 @@ Cette page de manuel a été écrite par {author}.
WeeChat est écrit par Sébastien Helleu et des contributeurs (la liste complète
est dans le fichier AUTHORS.adoc).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat est un logiciel libre; vous pouvez le redistribuer et/ou le modifier
sous les termes de la GNU General Public License telle que publiée par la
+1 -1
View File
@@ -393,7 +393,7 @@ Exemple en C :
/*
* weechat.c - core functions for WeeChat
*
* Copyright (C) 2016 Your Name <your@email.com>
* Copyright (C) 2017 Your Name <your@email.com>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+2
View File
@@ -64,6 +64,8 @@
| weechat | term_width | width of terminal | -
| weechat | uptime | WeeChat uptime (format: "days:hh:mm:ss") | "days" (number of days) or "seconds" (number of seconds) (optional)
| weechat | version | versione di WeeChat | -
| weechat | version_git | Versione git di weechat (output del comando "git describe" solo per la versione di sviluppo, vuoto per una release stabile) | -
+2 -1
View File
@@ -25,7 +25,8 @@
-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)
-l: display locally output of command on buffer (default)
-o: send output of command to the buffer (not compatible with option -bg)
-o: send output of command to the buffer without executing commands (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 option -bg)
-n: display output of command in a new buffer (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 option -bg)
-cl: clear the new buffer before displaying output
+1 -1
View File
@@ -107,7 +107,7 @@ This manpage was written by {author}.
WeeChat is written by Sébastien Helleu and contributors (complete list is in
the AUTHORS.adoc file).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+2
View File
@@ -64,6 +64,8 @@
| weechat | term_width | 端末の幅 | -
| weechat | uptime | WeeChat 連続稼働時間 (書式: "days:hh:mm:ss") | "days" (日数) または "seconds" (秒数) (任意)
| weechat | version | WeeChat のバージョン | -
| weechat | version_git | WeeChat の git バージョン (開発バージョンではコマンド "git describe" の出力、安定版リリースでは空文字が出力されます) | -
+47 -46
View File
@@ -16,54 +16,55 @@
-set <id> <property> <value>
-del <id>|-all [<id>...]
-list: コマンドをリストアップ
-sh: コマンドを実行する際にシェルを使う (警告: このオプションを使えるのは、全ての引数が安全な場合だけです、オプション -nosh を参照)
-nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータが含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)
-bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコードを表示しない (オプション -o/-n と互換性はありません)
-nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)
-stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使う)
-nostdin: 標準入力用にパイプを作成しない (デフォルト)
-buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからない場合、新しいバッファ "exec.exec.xxx" が作られます)
-l: コマンドの出力をカレントバッファに表示 (デフォルト)
-o: コマンドの出力をカレントバッファに送信 (オプション -bg と互換性はありません)
-n: コマンドの出力を新しいバッファに表示 (オプション -bg と互換性はありません)
-nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッファに表示 (オプション -bg と互換性はありません)
-cl: 出力を表示する前に新しいバッファをクリア
-nocl: 新しいバッファをクリアせずに追加 (デフォルト)
-sw: 出力バッファに移動 (デフォルト)
-nosw: 出力バッファに移動しない
-ln: 行数を表示 (新しいバッファに表示する場合はデフォルト)
-noln: 行数を表示しない
-flush: コマンドの出力をすぐに表示 (デフォルト)
-noflush: コマンドの出力をコマンドの終了後に表示
-color: 出力に含まれる ANSI 色に対する挙動:
ansi: ANSI 色をそのままにする
auto: ANSI 色を WeeChat/IRC 色に変換 (デフォルト)
irc: ANSI 色を IRC 色に変換
weechat: ANSI 色を WeeChat 色に変換
strip: ANSI 色を削除
-rc: リターンコードを表示 (デフォルト)
-norc: リターンコードを表示しない
-timeout: コマンドのタイムアウトを設定 (秒単位)
-name: コマンドの名前を設定 (後から名前を付けるには /exec を使う)
-pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドおよび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加します) (オプション -bg/-o/-n と互換性はありません)
-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -bg/-o/-n と互換性はありません)
command: 実行するコマンド; "url:" で始まる場合、シェルは無効化され、URL の内容がダウンロードされ、出力として送信されます
id: コマンド識別子: 番号か名前 ("-name xxx" で設定した場合) のどちらか一方
-in: プロセスの標準入力にテキストを送信
-inclose: -in と同じ、ただし使用後に標準入力を閉じる (テキストは任意: テキストが無い場合、標準入力をすぐに閉じる)
-signal: プロセスにシグナルを送信; シグナルは整数値または次の名前の 1 つ: hup、int、quit、kill、term、usr1、usr2
-kill: "-signal <id> kill" のエイリアス
-killall: 全ての実行中プロセスを kill する
-set: フックプロパティを設定 (プラグイン API リファレンスの hook_set 関数を参照)
property: フックプロパティ
value: フックプロパティの新しい値
-del: 中断されたコマンドを削除
-all: 全ての中断されたコマンドを削除
-list: list commands
-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)
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
-nobg: catch process output and display return code (default)
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
-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)
-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)
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
-n: display output of command in a new buffer (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 option -bg)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
-nosw: don't switch to the output buffer
-ln: display line numbers (default in new buffer only)
-noln: don't display line numbers
-flush: display output of command in real time (default)
-noflush: display output of command after its end
-color: action on ANSI colors in output:
ansi: keep ANSI codes as-is
auto: convert ANSI colors to WeeChat/IRC (default)
irc: convert ANSI colors to IRC colors
weechat: convert ANSI colors to WeeChat colors
strip: remove ANSI colors
-rc: display return code (default)
-norc: don't display return code
-timeout: set a timeout for the command (in seconds)
-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)
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
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")
-in: send text on standard input of process
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
-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
-kill: alias of "-signal <id> kill"
-killall: kill all running processes
-set: set a hook property (see function hook_set in plugin API reference)
property: hook property
value: new value for hook property
-del: delete a terminated command
-all: delete all terminated commands
オプション exec.command.default_options でデフォルトオプションの設定が可能です。
Default options can be set in the option exec.command.default_options.
:
Examples:
/exec -n ls -l /tmp
/exec -sh -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+1 -1
View File
@@ -102,7 +102,7 @@ $HOME/.weechat/weechat.log::
WeeChat は Sébastien Helleu さんと貢献者によって作成されています
(完全なリストは AUTHORS.adoc ファイルを参照してください)。
著作権 (C) 2003-2016 {author}
著作権 (C) 2003-2017 {author}
WeeChat はフリーソフトウェアです。あなたはこれを、フリーソフトウェア財団によって発行された
GNU 一般公衆利用許諾契約書 (バージョン 2 か、希望によってはそれ以降のバージョンのうちどれか)
+2 -2
View File
@@ -11,7 +11,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2017
このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。
@@ -394,7 +394,7 @@ WeeChat とプラグインの翻訳は gettext で行います、ファイルは
/*
* weechat.c - core functions for WeeChat
*
* Copyright (C) 2016 Your Name <your@email.com>
* Copyright (C) 2017 Your Name <your@email.com>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -13,7 +13,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2017
toc::[]
+1 -1
View File
@@ -12,7 +12,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2017
このマニュアルは WeeChat チャットクライアントについての文書で、WeeChat の一部です。
+1 -1
View File
@@ -10,7 +10,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2009-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2009-2017
[[start]]
+1 -1
View File
@@ -11,7 +11,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2014-2017
この文書は WeeChat リレープロトコルについて述べたものです: リレープロトコルとは、WeeChat
+1 -1
View File
@@ -11,7 +11,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2017
このマニュアルは WeeChat チャットクライアントについて説明しており、WeeChat の一部です。
+1 -1
View File
@@ -10,7 +10,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2017
[[purpose]]
+1 -1
View File
@@ -12,7 +12,7 @@
翻訳者:
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2016
* Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>, 2012-2017
このマニュアルは WeeChat チャットクライアントについての文書で、これは WeeChat の一部です。
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
+2
View File
@@ -64,6 +64,8 @@
| 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 | version | wersja WeeChat | -
| weechat | version_git | wersja git WeeChat (wyjście komendy "git describe" dla tylko dla wersji rozwojowej, puste dla wersji stabilnej) | -
+47 -46
View File
@@ -16,54 +16,55 @@
-set <id> <właściwość> <wartość>
-del <id>|-all [<id>...]
-list: lista komend
-sh: użyj powłoki do wykonania komendy (UWAGA: użyj tej opcji TYLKO jeśli wszystkie argumenty są bezpieczne, zobacz opcję -nosh)
-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: uruchom proces w tle: nie wyświetlaj wyjścia z procesu ani zwracanego kodu (nie kompatybilne z opcjami -o/-n)
-nobg: przechwyć całość wyjścia z procesu i wyświetl kod wyjścia (domyślne)
-stdin: tworzy strumień do wysyłania danych do procesu (za pomocą /exec -in/-inclose)
-nostdin: nie twórz strumienia dla stdin (domyślne)
-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: wyświetl lokalnie wyście z komendy w buforze (domyślne)
-o: wyślij wyjście z komendy do bufora (nie kompatybilne z opcją -bg)
-n: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z opcją -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 opcją -bg)
-cl: wyczyść nowy bufor przed wyświetleniem wyjścia
-nocl: dodaj do nowego bufora bez czyszczenia zawartości (domyślne)
-sw: przełącz na bufor wyjściowy (domyślne)
-nosw: nie przełączaj na bufor wyjściowy
-ln: wyświetl numery linii (domyślne tylko w nowym buforze)
-noln: nie wyświetlaj numerów linii
-flush: wyświetl wyjście z komendy w czasie rzeczywistym (domyślne)
-noflush: wyświetl wyjście z komendy po jej zakończeniu
-color: akcja na kolorach ANSI w wyjściu:
ansi: zachowaj kody ANSI
auto: konwertuj kolory ANSI na WeeChat/IRC (domyślne)
irc: konwertuj kolory ANSI na kolory IRC
weechat: konwertuj kolory ANSI na kolory WeeChat
strip: usuń kolory ANSI
-rc: wyświetl kod wyjścia (domyślne)
-norc: nie wyświetlaj kodu wyjścia
-timeout: ustaw timeout dla komendy (w sekundach)
-name: ustaw nazwę dla komendy (do wywołania później za pomocą /exec)
-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/-n)
-hsignal: wyślij wyjście jako hsignal (w celu użycia na przykład w triggerze) (nie kompatybilne z opcjami -bg/-o/-n)
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: identyfikator komendy: numer lub nazwa (jeśli ustawiona przez "-name xxx")
-in: wyślij tekst na standardowe wejście procesu
-inclose: to samo co -in, ale stdin jest zamykane (tekst jest opcjonalny: bez niego stdin jest po prostu zamykane)
-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 dla "-signal <id> kill"
-killall: zabija wszystkie działające procesy
-set: ustawia przypisaną właściwość (zobacz funkcję hook_set w opisie API wtyczek)
właściwość: przypisana właściwość
wartość: nowa wartość
-del: usuń zakończoną komendę
-all: usuń wszystkie zakończone komendy
-list: list commands
-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)
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
-nobg: catch process output and display return code (default)
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)
-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)
-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)
-oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
-n: display output of command in a new buffer (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 option -bg)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
-nosw: don't switch to the output buffer
-ln: display line numbers (default in new buffer only)
-noln: don't display line numbers
-flush: display output of command in real time (default)
-noflush: display output of command after its end
-color: action on ANSI colors in output:
ansi: keep ANSI codes as-is
auto: convert ANSI colors to WeeChat/IRC (default)
irc: convert ANSI colors to IRC colors
weechat: convert ANSI colors to WeeChat colors
strip: remove ANSI colors
-rc: display return code (default)
-norc: don't display return code
-timeout: set a timeout for the command (in seconds)
-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)
-hsignal: send the output as a hsignal (to be used for example in a trigger) (not compatible with options -bg/-o/-n)
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")
-in: send text on standard input of process
-inclose: same as -in, but stdin is closed after (and text is optional: without text, the stdin is just closed)
-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
-kill: alias of "-signal <id> kill"
-killall: kill all running processes
-set: set a hook property (see function hook_set in plugin API reference)
property: hook property
value: new value for hook property
-del: delete a terminated command
-all: delete all terminated commands
Domyślne opcje moga być ustawione za pomocą opcji exec.command.default_options.
Default options can be set in the option exec.command.default_options.
Przykłady:
Examples:
/exec -n ls -l /tmp
/exec -sh -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+1 -1
View File
@@ -103,7 +103,7 @@ Tłumaczenie Krzysztof Korościk.
WeeChat jest tworzony przez Sébastien Helleu i społeczność (pełna lista dostępna
jest w pliku AUTHORS.adoc).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -102,7 +102,7 @@ $HOME/.weechat/weechat.log::
WeeChat написан Sébastien Helleu и другими участниками (полный список находится
в файле AUTHORS.adoc).
Copyright (C) 2003-2016 {author}
Copyright (C) 2003-2017 {author}
WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+12 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5013,8 +5013,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -9008,6 +9011,12 @@ msgstr "získat kód barvy přezdívky"
msgid "get nick color name"
msgstr "získat jméno barvy přezdívky"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "seznam polí"
+15 -4
View File
@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"PO-Revision-Date: 2016-12-21 08:26+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2017-01-01 12:29+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
@@ -5869,6 +5869,7 @@ msgstr ""
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
"<id> <property> <value> || -del <id>|-all [<id>...]"
#, fuzzy
msgid ""
" -list: list commands\n"
" -sh: use the shell to execute the command (WARNING: use this option "
@@ -5885,8 +5886,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -10353,6 +10357,13 @@ msgstr "zeigt Farbecode des Nick"
msgid "get nick color name"
msgstr "zeigt Farbnamen des Nick"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr "Laufzeit von Weechat (Format: \"days:hh:mm:ss\")"
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
"\"days\" (Anzahl der Tage) oder \"seconds\" (Anzahl der Sekunden) (optional)"
msgid "list of bars"
msgstr "Auflistung der Bars"
+12 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5227,8 +5227,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -9314,6 +9317,12 @@ msgstr "obtiene el código del color del apodo"
msgid "get nick color name"
msgstr "obtiene el nombre del color del apodo"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "lista de barras"
+23 -7
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2005-2006 Julien Louis <ptitlouis@sysif.net>
#
# This file is part of WeeChat, the extensible chat client.
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"PO-Revision-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2017-01-06 19:21+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -5758,8 +5758,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -5838,8 +5841,11 @@ msgstr ""
"créé)\n"
" -l : afficher localement la sortie de la commande sur le tampon (par "
"défaut)\n"
" -o : envoyer la sortie de la commande au tampon (non compatible avec "
"l'option -bg)\n"
" -o : envoyer la sortie de la commande au tampon sans exécuter les "
"commandes (non compatible avec l'option -bg)\n"
" -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)\n"
" -n : afficher la sortie de la commande dans un nouveau tampon (non "
"compatible avec l'option -bg)\n"
" -nf : afficher la sortie de la commande dans un nouveau tampon avec "
@@ -10108,6 +10114,13 @@ msgstr "retourne le code couleur du pseudo"
msgid "get nick color name"
msgstr "retourne le nom de la couleur du pseudo"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr "Uptime de WeeChat (format : \"jours:hh:mm:ss\")"
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
"\"days\" (nombre de jours) ou \"seconds\" (nombre de secondes) (optionnel)"
msgid "list of bars"
msgstr "liste des barres"
@@ -12761,6 +12774,9 @@ msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s"
msgid "%s%s: unable to connect: unexpected error (%d)"
msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)"
#~ msgid "\"days\" (optional: just return the number of days)"
#~ msgstr "\"days\" (optionnel : retourner juste le nombre de jours)"
#~ msgid "commands defined by plugins"
#~ msgstr "commandes définies par les extensions"
+12 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4550,8 +4550,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -8366,6 +8369,12 @@ msgstr "üzenetek színe"
msgid "get nick color name"
msgstr "üzenetek színe"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
#, fuzzy
msgid "list of bars"
msgstr "Aliaszok listája:\n"
+12 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5370,8 +5370,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -9477,6 +9480,12 @@ msgstr "ottiene il codice del colore del nick"
msgid "get nick color name"
msgstr "ottiene il nome del colore del nick"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "elenco delle barre"
+14 -4
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2016 Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>
# Copyright (C) 2012-2017 Ryuunosuke Ayanokouzi <i38w7i3@yahoo.co.jp>
#
# This file is part of WeeChat, the extensible chat client.
#
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-12-24 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -5485,6 +5485,7 @@ msgstr ""
"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set "
"<id> <property> <value> || -del <id>|-all [<id>...]"
#, fuzzy
msgid ""
" -list: list commands\n"
" -sh: use the shell to execute the command (WARNING: use this option "
@@ -5501,8 +5502,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -9718,6 +9722,12 @@ msgstr "ニックネームの色コードを取得"
msgid "get nick color name"
msgstr "ニックネームの色名を取得"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr "WeeChat 連続稼働時間 (書式: \"days:hh:mm:ss\")"
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr "\"days\" (日数) または \"seconds\" (秒数) (任意)"
msgid "list of bars"
msgstr "バーのリスト"
+28 -16
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-12-31 12:37+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1793,11 +1793,11 @@ msgstr ""
"Najczęściej używane tagi:\n"
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
" notify_none, notify_message, notify_private, notify_highlight,\n"
" self_msg, nick_xxx (xxx to nick w wiadomości), prefix_nick_ccc "
"(ccc to kolor nicka),\n"
" self_msg, nick_xxx (xxx to nick w wiadomości), prefix_nick_ccc (ccc to "
"kolor nicka),\n"
" host_xxx (xxx to użytkownik + host w wiadomości),\n"
" irc_xxx (xxx to nazwa komendy, lub numer; zobacz /server raw lub "
"/debug tags),\n"
" irc_xxx (xxx to nazwa komendy, lub numer; zobacz /server raw lub /debug "
"tags),\n"
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
"irc_smart_filter, away_info.\n"
"Aby zobaczyć listę tagów w liniach buforów wykonaj: /debug tags\n"
@@ -3105,7 +3105,8 @@ msgid "values for a configuration option"
msgstr "wartości opcji konfiguracyjnych"
msgid "weechat commands; optional argument: prefix to add before the commands"
msgstr "komendy weechat: opcjonalny argument: prefiks do dodania przed komendami"
msgstr ""
"komendy weechat: opcjonalny argument: prefiks do dodania przed komendami"
msgid "names of proxies"
msgstr "nazwy proxy"
@@ -5611,6 +5612,7 @@ msgstr ""
"[<tekst>] || -signal <id> <sygnał> || -kill <id> || -killall || -set <id> "
"<właściwość> <wartość> || -del <id>|-all [<id>...]"
#, fuzzy
msgid ""
" -list: list commands\n"
" -sh: use the shell to execute the command (WARNING: use this option "
@@ -5627,8 +5629,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -5892,10 +5897,10 @@ msgid ""
"home (\"~/.weechat\" by default); WeeChat PID can be used in path with "
"${info:pid} (note: content is evaluated, see /help eval)"
msgstr ""
"ścieżka dla pliku FIFO; \"%h\" na początku ciągu zostanie zastąpione "
"przez katalog domowy WeeChat (domyślnie \"~/.weechat\"); PID WeeChat może"
"zostać użyty poprzez ${info:pid} (uwaga: zawartość jest przetwarzana, "
"zobacz /help eval)"
"ścieżka dla pliku FIFO; \"%h\" na początku ciągu zostanie zastąpione przez "
"katalog domowy WeeChat (domyślnie \"~/.weechat\"); PID WeeChat możezostać "
"użyty poprzez ${info:pid} (uwaga: zawartość jest przetwarzana, zobacz /help "
"eval)"
msgid "name of FIFO pipe"
msgstr "nazwa strumienia FIFO"
@@ -7787,7 +7792,8 @@ msgid "check that the SSL connection is fully trusted"
msgstr "sprawdź czy połączenie ssl jest w pełni zaufane"
msgid "password for server (note: content is evaluated, see /help eval)"
msgstr "hasło dla serwera (uwaga: zawartość jest przetwarzana, zobacz /help eval)"
msgstr ""
"hasło dla serwera (uwaga: zawartość jest przetwarzana, zobacz /help eval)"
#. TRANSLATORS: please keep words "client capabilities" between brackets if translation is different (see fr.po)
msgid ""
@@ -7906,9 +7912,9 @@ msgid ""
msgstr ""
"tryb(y) użytkowniak do ustawienia po połączeniu z serwerem przed wykonaniem "
"komend oraz automatycznym wejściem na kanały; przykłady \"+R\" (w celu "
"ustawienia trybu \"R\"), \"+R-i\" (w celu utawienia trbu \"R\" i zdjęcia trybu "
"\"i\"); zobacz /help mode dla pełnej lity składni (uwaga: zawartość jest "
"przetwarzana, zobacz /help eval)"
"ustawienia trybu \"R\"), \"+R-i\" (w celu utawienia trbu \"R\" i zdjęcia "
"trybu \"i\"); zobacz /help mode dla pełnej lity składni (uwaga: zawartość "
"jest przetwarzana, zobacz /help eval)"
msgid ""
"command(s) to run after connection to server and before auto-join of "
@@ -9907,6 +9913,12 @@ msgstr "pobiera kod koloru nicka"
msgid "get nick color name"
msgstr "pobiera nazwę koloru nicka"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "lista pasków"
+13 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-27 12:29+0000\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -5601,6 +5601,7 @@ msgstr ""
"<id> [<texto>] || -signal <id> <sinal> || -kill <id> || -killall || -set "
"<id> <propriedade> <valor> || -del <id>|-all [<id>...]"
#, fuzzy
msgid ""
" -list: list commands\n"
" -sh: use the shell to execute the command (WARNING: use this option "
@@ -5617,8 +5618,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -9908,6 +9912,12 @@ msgstr "obter código de cor do nick"
msgid "get nick color name"
msgstr "obter nome da cor do nick"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "lista de barras"
+12 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5165,8 +5165,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -8810,6 +8813,12 @@ msgstr "obter código de cor do apelido"
msgid "get nick color name"
msgstr "obter nome da cor do apelido"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr "lista de barras"
+12 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4588,8 +4588,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -8403,6 +8406,12 @@ msgstr "цвет чата"
msgid "get nick color name"
msgstr "цвет чата"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
#, fuzzy
msgid "list of bars"
msgstr "Список сокращений:\n"
+12 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-05-18 07:43+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4151,8 +4151,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -7590,6 +7593,12 @@ msgstr "rumuz renk kodu al"
msgid "get nick color name"
msgstr "rumuz renk ismi al"
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr ""
+13 -4
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2016-12-20 22:37+0100\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4135,8 +4135,11 @@ msgid ""
" -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)\n"
" -l: display locally output of command on buffer (default)\n"
" -o: send output of command to the buffer (not compatible with option -"
"bg)\n"
" -o: send output of command to the buffer without executing commands "
"(not compatible with option -bg)\n"
" -oc: send output of command to the buffer and execute commands (lines "
"starting with \"/\" or another custom command char) (not compatible with "
"option -bg)\n"
" -n: display output of command in a new buffer (not compatible with "
"option -bg)\n"
" -nf: display output of command in a new buffer with free content (no "
@@ -7514,6 +7517,12 @@ msgstr ""
msgid "get nick color name"
msgstr ""
msgid "WeeChat uptime (format: \"days:hh:mm:ss\")"
msgstr ""
msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)"
msgstr ""
msgid "list of bars"
msgstr ""
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2007-2008 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.org>
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
#
+1 -1
View File
@@ -1,5 +1,5 @@
#
# Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* wee-arraylist.c - array lists management
*
* Copyright (C) 2014-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2014-2017 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2014-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2014-2017 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* wee-backtrace.c - backtrace after a segfault
*
* Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
+18 -23
View File
@@ -1,7 +1,7 @@
/*
* wee-command.c - WeeChat core commands
*
* Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -6185,8 +6185,7 @@ COMMAND_CALLBACK(upgrade)
COMMAND_CALLBACK(uptime)
{
time_t running_time;
int day, hour, min, sec;
int days, hours, minutes, seconds;
char string[512];
/* make C compiler happy */
@@ -6194,21 +6193,17 @@ COMMAND_CALLBACK(uptime)
(void) data;
(void) argv_eol;
running_time = time (NULL) - weechat_first_start_time;
day = running_time / (60 * 60 * 24);
hour = (running_time % (60 * 60 * 24)) / (60 * 60);
min = ((running_time % (60 * 60 * 24)) % (60 * 60)) / 60;
sec = ((running_time % (60 * 60 * 24)) % (60 * 60)) % 60;
util_get_uptime (NULL, &days, &hours, &minutes, &seconds);
if ((argc >= 2) && (string_strcasecmp (argv[1], "-o") == 0))
{
snprintf (string, sizeof (string),
"WeeChat uptime: %d %s %02d:%02d:%02d, started on %s",
day,
(day != 1) ? "days" : "day",
hour,
min,
sec,
days,
(days != 1) ? "days" : "day",
hours,
minutes,
seconds,
ctime (&weechat_first_start_time));
string[strlen (string) - 1] = '\0';
(void) input_data (buffer, string);
@@ -6218,11 +6213,11 @@ COMMAND_CALLBACK(uptime)
snprintf (string, sizeof (string),
/* TRANSLATORS: "%s" after "started on" is a date */
_("WeeChat uptime: %d %s %02d:%02d:%02d, started on %s"),
day,
NG_("day", "days", day),
hour,
min,
sec,
days,
NG_("day", "days", days),
hours,
minutes,
seconds,
util_get_time_string (&weechat_first_start_time));
(void) input_data (buffer, string);
}
@@ -6234,17 +6229,17 @@ COMMAND_CALLBACK(uptime)
"%s%02d%s:%s%02d%s:%s%02d%s, "
"started on %s%s"),
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
day,
days,
GUI_COLOR(GUI_COLOR_CHAT),
NG_("day", "days", day),
NG_("day", "days", days),
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
hour,
hours,
GUI_COLOR(GUI_COLOR_CHAT),
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
min,
minutes,
GUI_COLOR(GUI_COLOR_CHAT),
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
sec,
seconds,
GUI_COLOR(GUI_COLOR_CHAT),
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
util_get_time_string (&weechat_first_start_time));
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.

Some files were not shown because too many files have changed in this diff Show More