1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-14 23:24:47 +02:00

Compare commits

..

29 Commits

Author SHA1 Message Date
Sébastien Helleu f9b449df34 Version 1.7.1 2017-04-22 15:25:40 +02:00
Tobias Stoeckmann c6c9566fbb irc: fix parsing of DCC filename
(cherry picked from commit 2fb346f25f)
2017-04-22 15:16:31 +02:00
Sébastien Helleu fb1a0231b7 Version 1.7 2017-01-15 07:41:25 +01:00
Sébastien Helleu 96499ad34a core: update ChangeLog 2017-01-15 07:21:09 +01:00
Sébastien Helleu 5280b7d095 core: fix typo in a Portuguese translation 2017-01-14 21:39:58 +01:00
Sébastien Helleu 42ac70899a Merge pull request #890 from vascool/pt
core: update Portuguese translation
2017-01-14 21:38:51 +01:00
Vasco Almeida 57ffa846f4 core: update Portuguese translation 2017-01-14 15:22:55 -01:00
Sébastien Helleu 5cc4005231 core: move script makedist.sh to tools directory, make all arguments optional 2017-01-14 15:14:37 +01:00
Sébastien Helleu 9b5da2f11f core: update ChangeLog 2017-01-14 11:48:15 +01:00
Sébastien Helleu 65ff49f01e core: fix typo in ChangeLog 2017-01-14 11:44:55 +01:00
Sébastien Helleu 1361602ea5 tests: fix compilation of tests on FreeBSD 11
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
2017-01-13 20:57:59 +01:00
Sébastien Helleu b547bf6bbb relay: make HTTP headers case-insensitive for WebSocket connections (closes #888) 2017-01-11 07:11:01 +01:00
Sébastien Helleu 7cd4a23cdc doc: update Polish auto-generated files 2017-01-09 19:37:13 +01:00
Krzysztof Korościk 52908c86f7 updared polish translation 2017-01-09 19:25:15 +01:00
Sébastien Helleu 42da33e625 doc: update auto-generated files 2017-01-08 12:13:10 +01:00
Sébastien Helleu c7c15fe743 Merge pull request #884 from l/master/translation/ja_JP
core: update Japanese translations
2017-01-08 08:10:38 +01:00
AYANOKOUZI, Ryuunosuke a915d1f398 core: update Japanese translations 2017-01-08 09:00:00 +09:00
Nils Görs d154b39990 core: update German translations 2017-01-07 08:23:26 +01:00
Sébastien Helleu d2b8c2883b core: update translations and auto-generated doc files 2017-01-07 07:59:38 +01:00
AYANOKOUZI, Ryuunosuke add0be28d9 exec: update help descriptions for command /exec to keep compatibility between options
Related-Bug: #877
2017-01-07 07:56:30 +01:00
Sébastien Helleu 18833a8c93 Merge pull request #882 from l/master/translation/ja_JP
core: update Japanese translations
2017-01-07 07:50:35 +01:00
AYANOKOUZI, Ryuunosuke 04fc35c050 core: update Japanese translations 2017-01-07 09:00:00 +09:00
Sébastien Helleu e6465d7041 doc: update auto-generated files 2017-01-06 23:00:01 +01:00
Nils Görs 8976000345 core: update German translations 2017-01-06 22:57:38 +01:00
Sébastien Helleu fe7f92c4d8 irc: fix option "-temp" in command /server (closes #880) 2017-01-06 22:44:13 +01:00
Sébastien Helleu 59202e3e02 core: move line from new features to improvements in ChangeLog 2017-01-06 22:41:13 +01:00
Sébastien Helleu 5429381cb6 irc: fix name of option "-temp" in /help server 2017-01-06 22:13:43 +01:00
Sébastien Helleu 7c5ae208fd doc: update German auto-generated files 2017-01-06 20:26:53 +01:00
Nils Görs f60593e890 core: update German translations 2017-01-06 20:17:40 +01:00
67 changed files with 628 additions and 479 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ add_custom_target(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
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})
# pkgconfig file
+14 -4
View File
@@ -15,18 +15,24 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
(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]]
== Version 1.7 (under dev)
== Version 1.7 (2017-01-15)
New features::
* 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 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)
@@ -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 warning in header of configuration files to not edit by hand (issue #851)
* 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: 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)
Bug fixes::
@@ -47,10 +54,12 @@ Bug fixes::
* 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 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 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: 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)
* 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: add build of xz package with make dist (cmake)
* tests: fix compilation of tests on FreeBSD 11.0
[[v1.6]]
== Version 1.6 (2016-10-02)
+1 -1
View File
@@ -39,7 +39,6 @@ EXTRA_DIST = AUTHORS.adoc \
CMakeLists.txt \
config.rpath \
config.h.cmake \
makedist.sh \
cmake/CMakeParseArguments.cmake \
cmake/FindAsciidoctor.cmake \
cmake/FindAspell.cmake \
@@ -65,6 +64,7 @@ EXTRA_DIST = AUTHORS.adoc \
po/srcfiles.cmake \
tools/build-test.sh \
tools/git-version.sh \
tools/makedist.sh \
version.sh \
weechat.png \
weechat.pc.in \
+6 -1
View File
@@ -17,8 +17,13 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog]
(file _ChangeLog.adoc_ in sources).
[[v1.7.1]]
== Version 1.7.1 (2017-04-22)
Bug fix and maintenance release.
[[v1.7]]
== Version 1.7 (under dev)
== Version 1.7 (2017-01-15)
[[v1.7_fifo_options]]
=== FIFO options
+47 -47
View File
@@ -16,55 +16,55 @@
-set <id> <property> <value>
-del <id>|-all [<id>...]
-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
-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/-oc/-n/-nf/-pipe/-hsignal)
-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 Argumenten -bg/-pipe/-hsignal)
-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: gibt die Ausgabe des Befehls in einem neuen Buffer aus (nicht kompatibel mit Argumenten -bg/-pipe/-hsignal)
-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: 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/-oc/-n/-nf)
-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: 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
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 -sh -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+1 -1
View File
@@ -721,7 +721,7 @@ listfull: listet alle Server auf, mit detaillierten Informationen zu jedem einze
add: erstellt einen neuen Server
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
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)
nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)
copy: erstellt eine Kopie des Servers
+7 -7
View File
@@ -19,16 +19,16 @@
-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)
-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)
-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)
-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 options -bg/-pipe/-hsignal)
-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 options -bg/-pipe/-hsignal)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
@@ -47,8 +47,8 @@
-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)
-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/-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
id: command identifier: either its number or name (if set with "-name xxx")
-in: send text on standard input of process
+1 -1
View File
@@ -721,7 +721,7 @@ listfull: list servers with detailed info for each server
add: add a new server
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
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)
nooption: set boolean option to 'off' (for example: -nossl)
copy: duplicate a server
+7 -7
View File
@@ -19,16 +19,16 @@
-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)
-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)
-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)
-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 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)
-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 les options -bg/-pipe/-hsignal)
-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 les options -bg/-pipe/-hsignal)
-cl : effacer le nouveau tampon avant d'afficher la sortie
-nocl : ajouter au nouveau tampon sans effacer (par défaut)
-sw : basculer vers le tampon de sortie (par défaut)
@@ -47,8 +47,8 @@
-norc : ne pas afficher le code retour
-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)
-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)
-hsignal : envoyer la sortie sous forme de hsignal (pour être utilisé par exemple dans un trigger) (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/-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
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
+1 -1
View File
@@ -721,7 +721,7 @@ listfull : afficher les serveurs avec de l'info détaillée pour chaque
add : ajouter un nouveau serveur
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
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)
nooption : définir l'option booléenne à 'off' (par exemple : -nossl)
copy : dupliquer un serveur
+7 -7
View File
@@ -19,16 +19,16 @@
-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)
-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)
-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)
-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 options -bg/-pipe/-hsignal)
-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 options -bg/-pipe/-hsignal)
-cl: clear the new buffer before displaying output
-nocl: append to the new buffer without clear (default)
-sw: switch to the output buffer (default)
@@ -47,8 +47,8 @@
-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)
-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/-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
id: command identifier: either its number or name (if set with "-name xxx")
-in: send text on standard input of process
+1 -1
View File
@@ -721,7 +721,7 @@ listfull: list servers with detailed info for each server
add: add a new server
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
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)
nooption: set boolean option to 'off' (for example: -nossl)
copy: duplicate a server
+47 -47
View File
@@ -16,55 +16,55 @@
-set <id> <property> <value>
-del <id>|-all [<id>...]
-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
-list: コマンドをリストアップ
-sh: コマンドを実行する際にシェルを使う (警告: このオプションを使えるのは、全ての引数が安全な場合だけです、オプション -nosh を参照)
-nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータが含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)
-bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコードを表示しない (オプション -o/-oc/-n/-nf/-pipe/-hsignal と同時に利用できません)
-nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)
-stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使う)
-nostdin: 標準入力用にパイプを作成しない (デフォルト)
-buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからない場合、新しいバッファ "exec.exec.xxx" が作られます)
-l: コマンドの出力をカレントバッファに表示 (デフォルト)
-o: コマンドの出力をカレントバッファに送信、カレントバッファは受信した内容をコマンドとして実行しません (オプション -bg/-pipe/-hsignal と同時に利用できません)
-oc: コマンドの出力をカレントバッファに送信、カレントバッファは受信した内容 (先頭に "/" もしくはそれ以外のコマンド開始文字を含む行) をコマンドとして実行します (オプション -bg/-pipe/-hsignal と同時に利用できません)
-n: コマンドの出力を新しいバッファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)
-nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)
-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/-oc/-n/-nf と同時に利用できません)
-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -bg/-o/-oc/-n/-nf と同時に利用できません)
command: 実行するコマンド; "url:" で始まる場合、シェルは無効化され、URL の内容がダウンロードされ、出力として送信されます
id: コマンド識別子: 番号か名前 ("-name xxx" で設定した場合) のどちらか一方
-in: プロセスの標準入力にテキストを送信
-inclose: -in と同じ、ただし使用後に標準入力を閉じる (テキストは任意: テキストが無い場合、標準入力をすぐに閉じる)
-signal: プロセスにシグナルを送信; シグナルは整数値または次の名前の 1 つ: hupintquitkilltermusr1usr2
-kill: "-signal <id> kill" のエイリアス
-killall: 全ての実行中プロセスを kill する
-set: フックプロパティを設定 (プラグイン API リファレンスの hook_set 関数を参照)
property: フックプロパティ
value: フックプロパティの新しい値
-del: 中断されたコマンドを削除
-all: 全ての中断されたコマンドを削除
Default options can be set in the option exec.command.default_options.
オプション 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
@@ -721,7 +721,7 @@ listfull: 詳細情報を含めてサーバをリストアップ
add: 新しいサーバを追加
server: サーバ名、内部的な利用と表示に利用
hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: 6667)、複数のアドレスはコンマで区切る
temp: 一時的なサーバを追加 (保存されない)
-temp: 一時的なサーバを追加 (保存されない)
option: サーバのオプションを設定 (ブールオプションでは値が無視される)
nooption: ブールオプションを 'off' に設定 (例: -nossl)
copy: サーバを複製
+1 -1
View File
@@ -64,7 +64,7 @@
| 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 | -
+47 -47
View File
@@ -16,55 +16,55 @@
-set <id> <właściwość> <wartość>
-del <id>|-all [<id>...]
-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
-list: wyświetla komendy
-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)
-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: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z opcjami -bg/-pipe/-hsignal)
-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: 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 spac) (nie kompatybilne z opcjami -bg/-o/-oc/-n/-nf)
-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)
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
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 -sh -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+1 -1
View File
@@ -720,7 +720,7 @@ listfull: wyświetla listę serwerów ze szczegółowymi informacjami dla każde
add: tworzy nowy serwer
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
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)
noopcja: ustawia opcje boolowskie na 'off' (na przykład: -nossl)
copy: duplikuje serwer
-55
View File
@@ -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
+13 -11
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 21:59+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: cs\n"
@@ -5005,7 +5005,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5014,14 +5014,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6573,7 +6575,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -6604,7 +6606,7 @@ msgstr ""
" 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), "
"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 "
"vynechána)\n"
"nooption: nastaví booleovskou volbu na 'vypnuto' (například -nossl)\n"
+24 -18
View File
@@ -19,8 +19,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2017-01-01 12:29+0100\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-07 08:22+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
@@ -5869,7 +5869,6 @@ 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 "
@@ -5878,7 +5877,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5887,14 +5886,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5958,7 +5959,8 @@ msgstr ""
"benötigt, falls der Befehl mit sensiblen Daten hantiert. Zum Beispiel der "
"Inhalt einer Nachricht eines anderen Users)\n"
" -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"
" -stdin: erstellt eine PIPE um Daten zu dem Prozess zu senden (mittels /"
"exec -in/-inclose)\n"
@@ -5969,12 +5971,16 @@ msgstr ""
" -l: gibt die Ausgabe des Befehls lokal im Buffer aus "
"(Standardverhalten)\n"
" -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 "
"kompatibel mit Argument -bg)\n"
"kompatibel mit Argumenten -bg/-pipe/-hsignal)\n"
" -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)\n"
"Zeilen), aus (nicht kompatibel mit Argument -bg/-pipe/-hsignal)\n"
" -cl: der neue Buffer wird vor einer Ausgabe gelöscht\n"
" -nocl: Ausgabe wird an neuen Buffer angehangen, ohne diesen vorher zu "
"löschen (Standardverhalten)\n"
@@ -6004,9 +6010,9 @@ msgstr ""
"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)\n"
"Argumenten -bg/-o/-oc/-n/-nf)\n"
" -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:"
"\", wird die shell deaktiviert und der Inhalt der URL wird heruntergeladen "
"und im Buffer ausgegeben\n"
@@ -7636,7 +7642,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -7669,7 +7675,7 @@ msgstr ""
"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\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 "
"weggelassen werden)\n"
"nooption: stellt die Boolean Einstellung auf 'off' (Beispiel: -nossl)\n"
+13 -11
View File
@@ -22,8 +22,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:01+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: es\n"
@@ -5219,7 +5219,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5228,14 +5228,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6811,7 +6813,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -6841,7 +6843,7 @@ msgstr ""
" servidor: nombre del servidor, para identificarlo\n"
"hostname: dirección del servidor, con el puerto opcionalmente (defecto: "
"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 "
"valor puede omitirse)\n"
" noopción: pone la opción booleana en 'off' (desactivado) (por ejemplo: -"
+22 -18
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2017-01-06 19:21+0100\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-07 07:59+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -5750,7 +5750,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5759,14 +5759,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5830,7 +5832,8 @@ msgstr ""
"commande a des données non fiables, par exemple le contenu d'un message d'un "
"autre utilisateur) (par défaut)\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/-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 "
"défaut)\n"
" -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 "
"défaut)\n"
" -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 "
"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 "
"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 "
"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"
" -nocl : ajouter au nouveau tampon sans effacer (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 "
"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)\n"
"avec les options -bg/-o/-oc/-n/-nf)\n"
" -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 "
"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 "
@@ -7482,7 +7486,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -7512,7 +7516,7 @@ msgstr ""
" serveur : nom du serveur, pour usage interne et affichage\n"
" 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"
" 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 "
"valeur peut être omise)\n"
"nooption : définir l'option booléenne à 'off' (par exemple : -nossl)\n"
+13 -11
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:23+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:03+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: hu\n"
@@ -4542,7 +4542,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -4551,14 +4551,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6011,7 +6013,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -6042,7 +6044,7 @@ msgstr ""
" szervernév: szerver neve, saját használatra, megjelenítéshez\n"
" gépnév: a szerver neve vagy IP-címe\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"
" auto: automatikus kapcsolódás a szerverhez a WeeChat indulásakor\n"
" noauto: ne kapcsolódjon a szerverhez a WeeChat indulásakor "
+13 -11
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:04+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: it\n"
@@ -5362,7 +5362,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5371,14 +5371,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6956,7 +6958,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -6986,7 +6988,7 @@ msgstr ""
" server: nome server, per il solo uso interno e di visualizzazione\n"
"nome_host: nome o indirizzo IP del server, con porta opzionale (predefinita: "
"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ò "
"essere omesso)\n"
" nooption: imposta l'opzione bool su 'off' (per esempio: -nossl)\n"
+26 -20
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-12-24 09:00+0900\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-08 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
"translation/ja_JP>\n"
@@ -5485,7 +5485,6 @@ 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 "
@@ -5494,7 +5493,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5503,14 +5502,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5572,7 +5573,8 @@ msgstr ""
" -nosh: コマンドを実行する際にシェルを使わない (コマンドに安全でないデータ"
"が含まれる場合に必要、例えば他のユーザからのメッセージの内容) (デフォルト)\n"
" -bg: プロセスをバックグラウンド実行: プロセスの出力およびリターンコード"
"を表示しない (オプション -o/-n と互換性はありません)\n"
"を表示しない (オプション -o/-oc/-n/-nf/-pipe/-hsignal と同時に利用できませ"
"ん)\n"
" -nobg: プロセスの出力を受け取り、リターンコードを表示する (デフォルト)\n"
" -stdin: プロセスにデータを送信するパイプを作成する (/exec -in/-inclose を使"
"う)\n"
@@ -5580,12 +5582,16 @@ msgstr ""
" -buffer: コマンドの出力をこのバッファに表示 / 送信する (バッファが見つからな"
"い場合、新しいバッファ \"exec.exec.xxx\" が作られます)\n"
" -l: コマンドの出力をカレントバッファに表示 (デフォルト)\n"
" -o: コマンドの出力をカレントバッファに送信 (オプション -bg と互換性はあ"
"りません)\n"
" -n: コマンドの出力を新しいバッファに表示 (オプション -bg と互換性はあり"
"ません)\n"
" -o: コマンドの出力をカレントバッファに送信、カレントバッファは受信した"
"内容をコマンドとして実行しません (オプション -bg/-pipe/-hsignal と同時に利用"
"できません)\n"
" -oc: コマンドの出力をカレントバッファに送信、カレントバッファは受信した"
"内容 (先頭に \"/\" もしくはそれ以外のコマンド開始文字を含む行) をコマンドとし"
"て実行します (オプション -bg/-pipe/-hsignal と同時に利用できません)\n"
" -n: コマンドの出力を新しいバッファに表示 (オプション -bg/-pipe/-"
"hsignal と同時に利用できません)\n"
" -nf: コマンドの出力を自由内容 (禁則処理なし、行数制限なし) の新しいバッ"
"ファに表示 (オプション -bg と互換性はありません)\n"
"ファに表示 (オプション -bg/-pipe/-hsignal と同時に利用できません)\n"
" -cl: 出力を表示する前に新しいバッファをクリア\n"
" -nocl: 新しいバッファをクリアせずに追加 (デフォルト)\n"
" -sw: 出力バッファに移動 (デフォルト)\n"
@@ -5607,9 +5613,9 @@ msgstr ""
" -pipe: WeeChat およびプラグインコマンドに出力を送信 (1 行ごと); コマンドお"
"よび引数に空白が含まれる場合、2 重引用符で囲ってください; 引数 $line はその行"
"で置換されます (デフォルトではコマンドの後ろに空白を付けてから行を追加しま"
"す) (オプション -bg/-o/-n と互換性はありません)\n"
"す) (オプション -bg/-o/-oc/-n/-nf と同時に利用できません)\n"
"-hsignal: hsignal として出力を送信 (例えばトリガで使われます) (オプション -"
"bg/-o/-n と互換性はありません)\n"
"bg/-o/-oc/-n/-nf と同時に利用できません)\n"
" command: 実行するコマンド; \"url:\" で始まる場合、シェルは無効化され、URL の"
"内容がダウンロードされ、出力として送信されます\n"
" id: コマンド識別子: 番号か名前 (\"-name xxx\" で設定した場合) のどちら"
@@ -7172,7 +7178,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -7202,7 +7208,7 @@ msgstr ""
" server: サーバ名、内部的な利用と表示に利用\n"
"hostname: サーバのホスト名か IP アドレス、ポート番号は任意 (デフォルト: "
"6667)、複数のアドレスはコンマで区切る\n"
" temp: 一時的なサーバを追加 (保存されない)\n"
" -temp: 一時的なサーバを追加 (保存されない)\n"
" option: サーバのオプションを設定 (ブールオプションでは値が無視される)\n"
"nooption: ブールオプションを 'off' に設定 (例: -nossl)\n"
" copy: サーバを複製\n"
+26 -20
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-12-31 12:37+0100\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:05+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: pl\n"
@@ -5612,7 +5612,6 @@ 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 "
@@ -5621,7 +5620,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5630,14 +5629,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5693,7 +5694,7 @@ msgid ""
" /exec -n tail -f /var/log/messages\n"
" /exec -kill 0"
msgstr ""
" -list: lista komend\n"
" -list: wyświetla komendy\n"
" -sh: użyj powłoki do wykonania komendy (UWAGA: użyj tej opcji TYLKO "
"jeśli wszystkie argumenty są bezpieczne, zobacz opcję -nosh)\n"
" -nosh: nie używaj powłoki do wykonania komendy (wymagane jeśli komenda "
@@ -5711,10 +5712,14 @@ msgstr ""
"\")\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"
" -n: wyświetl wyjście komendy w nowym buforze (nie kompatybilne z opcją "
"-bg)\n"
" -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"
" -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 "
"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"
" -nocl: dodaj do nowego bufora bez czyszczenia zawartości (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 "
"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)\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 "
"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 "
"wyłączana i zawartość URLa jest pobierana i wysyłana jako wyjście\n"
" id: identyfikator komendy: numer lub nazwa (jeśli ustawiona przez \"-"
@@ -7321,7 +7327,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -7353,7 +7359,7 @@ msgstr ""
" serwer: nazwa serwera, do użytku wewnętrznego i wyświetlania\n"
"host: nazwa albo adres IP serwera, z opcjonalnym numerem portu (domyślnie: "
"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 "
"zostać pominięta)\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"
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)"
msgstr ""
msgstr "\"dni\" (ilość dni) lub \"sekundy\" (ilość sekund) (opcjonalne)"
msgid "list of bars"
msgstr "lista pasków"
+65 -53
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-27 12:29+0000\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-14 21:39+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
"Language: pt\n"
@@ -1437,18 +1437,17 @@ msgstr ""
" /cursor go 10,5"
msgid "debug functions"
msgstr ""
msgstr "funções de debug"
#, fuzzy
msgid ""
"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|"
"memory|tags|term|windows || mouse|cursor [verbose] || hdata [free] || time "
"<command>"
msgstr ""
"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 ""
" list: list plugins with debug levels\n"
" set: set debug level for plugin\n"
@@ -1493,7 +1492,9 @@ msgstr ""
" mouse: ativar ou desativar depuração do rato\n"
" tags: mostrar tags nas linhas\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"
msgstr "avaliar uma expressão"
@@ -1681,7 +1682,6 @@ msgstr ""
"list || enable|disable|toggle [<nome>|@] || add <nome> <buffer>[,"
"<buffer>...] <tags> <regex> || rename <nome> <novo_nome> || del <nome>|-all"
#, fuzzy
msgid ""
" list: list all filters\n"
" enable: enable filters (filters are enabled by default)\n"
@@ -1786,8 +1786,8 @@ msgstr ""
"Tags mais utilizadas:\n"
" no_filter, no_highlight, no_log, log0..log9 (nível de registo),\n"
" notify_none, notify_message, notify_private, notify_highlight,\n"
" nick_xxx (xxx é o nick na mensagem), prefix_nick_ccc (ccc é a cor do "
"nick),\n"
" self_msg, nick_xxx (xxx é o nick na mensagem), prefix_nick_ccc (ccc é a "
"cor do nick),\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 /"
"debug tags),\n"
@@ -3069,6 +3069,8 @@ msgid ""
"commands (weechat and plugins); optional argument: prefix to add before the "
"commands"
msgstr ""
"comandos (weechat e plugins); argumento opcional: prefixo para adicionar "
"antes dos comandos"
msgid "names of infos hooked"
msgstr "nomes dos infos ligados"
@@ -3092,6 +3094,8 @@ msgid ""
"commands defined by plugins; optional argument: prefix to add before the "
"commands"
msgstr ""
"comandos definidos por plugins; argumento opcional: prefixo para adicionar "
"antes dos comandos"
msgid "names of bars"
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"
msgstr ""
"comandos weechat; argumento opcional: prefixo para adicionar antes dos "
"comandos"
msgid "names of proxies"
msgstr "nomes dos proxies"
@@ -3229,6 +3235,9 @@ msgid ""
"align_end_of_lines; if disabled, the multiline words will not be aligned, "
"which can be useful to not break long URLs"
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 ""
"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 "
"option weechat.color.chat_nick_colors"
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"
msgid ""
@@ -5601,7 +5613,6 @@ 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 "
@@ -5610,7 +5621,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5619,14 +5630,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5689,7 +5702,7 @@ msgstr ""
"comando tem algum dado inseguro, por exemplo o conteúdo de uma mensagem de "
"outro utilizador) (por omissão)\n"
" -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 "
"omissão)\n"
" -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 "
"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"
" -o: enviar a saída do comando para o buffer (incompatível com a "
"opção -bg)\n"
" -o: enviar a saída do comando para o buffer (incompatível com as "
"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 "
"opção -bg)\n"
" -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 "
"-bg)\n"
"(sem moldar o texto, sem limitar número de linhas) (incompatível com as "
"opções -bg/-pipe/-hsignal)\n"
" -cl: limpar o novo buffer antes de mostrar a saída\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"
@@ -5728,9 +5744,9 @@ msgstr ""
"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 "
"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 "
"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 é "
"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 \"-"
@@ -5842,7 +5858,6 @@ msgstr "configuração do plugin fifo"
msgid "enable|disable|toggle"
msgstr "enable|disable|toggle"
#, fuzzy
msgid ""
" enable: enable FIFO pipe\n"
"disable: disable FIFO pipe\n"
@@ -5870,34 +5885,32 @@ msgstr ""
"\n"
"O pipe FIFO é usado como controlo remoto do WeeChat: pode enviar comandos e "
"texto pelo pipe FIFO a partir duma shell.\n"
"Por omissão o pipe FIFO encontra-se em ~/.weechat/weechat_fifo_xxx (\"xxx\" "
"é o PID do WeeChat).\n"
"Por omissão o pipe FIFO encontra-se em ~/.weechat/weechat_fifo.\n"
"\n"
"O formato esperado é um dos seguintes:\n"
" plugin.buffer *texto ou comando aqui\n"
" *texto ou comando aqui\n"
"\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"
"Leia o manual do utilizador para obter mais informação e exemplos.\n"
"\n"
"Exemplos:\n"
" /fifo toggle"
#, fuzzy
msgid "enable FIFO pipe"
msgstr "nome do pipe FIFO"
msgstr "ativar FIFO pipe"
#, fuzzy
msgid ""
"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 "
"${info:pid} (note: content is evaluated, see /help eval)"
msgstr ""
"caminho onde escrever os ficheiros recebidos: \"%h\" no início da cadeia é "
"substituído pelo diretório do WeeChat (\"~/.weechat\" por omissão) (nota: o "
"conteúdo é avaliado, ver /help eval)"
"caminho para o ficheiro FIFO; \"%h\" no início da cadeia é substituído pelo "
"diretório do WeeChat (\"~/.weechat\" por omissão); WeeChat PID pode ser "
"usado no caminho com ${info:pid} (nota: o conteúdo é avaliado, ver /help "
"eval)"
msgid "name of FIFO pipe"
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"
msgstr "list || add [re:]<nick> [<servidor> [<canal>]] || del <número>|-all"
#, fuzzy
msgid ""
" list: list all ignores\n"
" add: add an ignore\n"
@@ -6725,7 +6737,7 @@ msgstr ""
" list: listar todos os ignorados\n"
" add: adicionar um ignorado\n"
" 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"
" del: eliminar todos os ignorados\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"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -7344,7 +7356,7 @@ msgstr ""
"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: "
"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 "
"valor pode ser omitido)\n"
" noopção: definir uma opção booleana como 'off' (por exemplo: -nossl)\n"
@@ -7669,9 +7681,9 @@ msgid ""
msgstr ""
"%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"
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
msgid ""
@@ -7766,7 +7778,6 @@ msgstr ""
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"
#, fuzzy
msgid ""
"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 "
@@ -7780,7 +7791,8 @@ msgstr ""
"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 "
"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"
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 "
"vazio é utilizado o nome local da máquina)"
#, fuzzy
msgid ""
"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"
"\" (to set mode \"R\" and remove \"i\"); see /help mode for the complete "
"mode syntax (note: content is evaluated, see /help eval)"
msgstr ""
"comandos a executar depois de se conectar ao servidor e antes de se juntar "
"automaticamente aos canais (pode separar vários comandos por \";\", use \"\\;"
"\" para inserir ponto e vírgula, as variáveis especiais $nick, $channel e "
"$server são substituídas pelos respetivos valores) (nota: o conteúdo é "
"avaliado, ver /help eval)"
"modo(s) de utilizador para definir depois de conectar ao servidor e antes de "
"executar comando e juntar-se automaticamente aos canais; exemplos: \"+R"
"\" (para definir o modo \"R\"), \"+R-i\" (para definir o modo \"R\" e "
"remover \"i\"); ver /help mode para a sintaxe completa de mode (note: o "
"conteúdo é avaliado, ver /help eval)"
msgid ""
"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"
msgid "WeeChat PID (process ID)"
msgstr ""
msgstr "WeeChat PID (ID de processo)"
msgid "directory separator"
msgstr "separador de diretórios"
@@ -9913,10 +9924,11 @@ msgid "get nick color name"
msgstr "obter nome da cor do nick"
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)"
msgstr ""
"\"dias\" (número de dias) ou \"segundos\" (número de segundos) (opcional)"
msgid "list of bars"
msgstr "lista de barras"
@@ -12484,9 +12496,9 @@ msgstr "%s%s: CRC32 do ficheiro %s incorreto"
msgid "%s%s: CRC32 error while resuming"
msgstr "%s%s: erro de CRC32 ao resumir"
#, fuzzy, c-format
#, c-format
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
msgid ""
+11 -9
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\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"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\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 "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -5166,14 +5166,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6483,7 +6485,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
+13 -11
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-09-03 08:24+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:06+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: ru\n"
@@ -4580,7 +4580,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -4589,14 +4589,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -6048,7 +6050,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -6079,7 +6081,7 @@ msgstr ""
" сервер: имя сервера\n"
"hostname: адрес сервера\n"
" port: порт сервера (целочисленное значение)\n"
" temp: создать временный сервер (не сохраняется в конфигурационном "
" -temp: создать временный сервер (не сохраняется в конфигурационном "
"файле)\n"
" auto: автоматически подключаться к серверу при запуске WeeChat\n"
" noauto: не подключаться автоматически к серверу при запуске WeeChat\n"
+13 -11
View File
@@ -20,8 +20,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-01-06 19:19+0100\n"
"PO-Revision-Date: 2016-05-18 07:43+0200\n"
"POT-Creation-Date: 2017-01-07 07:55+0100\n"
"PO-Revision-Date: 2017-01-06 22:07+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: tr\n"
@@ -4143,7 +4143,7 @@ msgid ""
"command has some unsafe data, for example the content of a message from "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -4152,14 +4152,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5430,7 +5432,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
@@ -5460,7 +5462,7 @@ msgstr ""
" server: iç ve ekran kullanımı için sunucu ismi\n"
"hostname: isteğe bağlı noktası, sunucunun İP adresi veya ismi (varsayılan: "
"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 "
"omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
+11 -9
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\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"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.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 "
"another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with /exec -in/-"
"inclose)\n"
@@ -4136,14 +4136,15 @@ msgid ""
"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 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 "
"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 "
"option -bg)\n"
"options -bg/-pipe/-hsignal)\n"
" -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"
" -nocl: append to the new buffer without clear (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 "
"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)\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) "
"(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 "
"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 "
@@ -5394,7 +5396,7 @@ msgid ""
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port (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 omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
" copy: duplicate a server\n"
+1
View File
@@ -23,6 +23,7 @@
#include <regex.h>
#include <wctype.h>
#include "wee-config-file.h"
struct t_gui_buffer;
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_HDATA_H
#define WEECHAT_HDATA_H 1
#include <time.h>
#define HDATA_VAR(__struct, __name, __type, __update_allowed, \
__array_size, __hdata_name) \
hdata_new_var (hdata, #__name, offsetof (__struct, __name), \
+1
View File
@@ -22,6 +22,7 @@
#define WEECHAT_HOOK_H 1
#include <unistd.h>
#include <time.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_INFOLIST_H
#define WEECHAT_INFOLIST_H 1
#include <time.h>
/* list structures */
enum t_infolist_type
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_UTIL_H
#define WEECHAT_UTIL_H 1
#include <time.h>
#ifdef HAVE_SYS_RESOURCE_H
struct t_rlimit_resource
{
+1
View File
@@ -26,6 +26,7 @@
#endif
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
#include <signal.h>
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_GUI_CHAT_H
#define WEECHAT_GUI_CHAT_H 1
#include <time.h>
struct t_hashtable;
struct t_gui_window;
struct t_gui_buffer;
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_GUI_KEY_H
#define WEECHAT_GUI_KEY_H 1
#include <time.h>
struct t_hashtable;
#define GUI_KEY_BUFFER_BLOCK_SIZE 256
+1
View File
@@ -20,6 +20,7 @@
#ifndef WEECHAT_GUI_LINE_H
#define WEECHAT_GUI_LINE_H 1
#include <time.h>
#include <regex.h>
struct t_infolist;
+8 -7
View File
@@ -813,7 +813,8 @@ exec_command_init ()
"the command has some unsafe data, for example the content of a "
"message from another user) (default)\n"
" -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"
" -stdin: create a pipe for sending data to the process (with "
"/exec -in/-inclose)\n"
@@ -823,15 +824,15 @@ exec_command_init ()
"created)\n"
" -l: display locally output of command on buffer (default)\n"
" -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 "
"(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 "
"with option -bg)\n"
"with options -bg/-pipe/-hsignal)\n"
" -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"
"with options -bg/-pipe/-hsignal)\n"
" -cl: clear the new buffer before displaying output\n"
" -nocl: append to the new buffer without clear (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 "
"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)\n"
"(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) (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 "
"shell is disabled and the content of URL is downloaded and sent as "
"output\n"
+1
View File
@@ -20,6 +20,7 @@
#ifndef WEECHAT_EXEC_H
#define WEECHAT_EXEC_H 1
#include <unistd.h>
#include <time.h>
#define weechat_plugin weechat_exec_plugin
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_CHANNEL_H
#define WEECHAT_IRC_CHANNEL_H 1
#include <time.h>
#define IRC_CHANNEL_DEFAULT_CHANTYPES "#&+!"
/* channel types */
+6 -3
View File
@@ -1295,8 +1295,8 @@ IRC_COMMAND_CALLBACK(connect)
argv[i], 1);
weechat_printf (
NULL,
_("%s: server %s%s%s added (temporary "
"server, NOT SAVED!)"),
_("%s: server %s%s%s added "
"(temporary server, NOT SAVED!)"),
IRC_PLUGIN_NAME,
IRC_COLOR_CHAT_SERVER,
ptr_server->name,
@@ -5010,6 +5010,9 @@ IRC_COMMAND_CALLBACK(server)
weechat_printf (
NULL,
(new_server->temp_server) ?
_("%s: server %s%s%s added "
"(temporary server, NOT SAVED!)") :
_("%s: server %s%s%s added"),
IRC_PLUGIN_NAME,
IRC_COLOR_CHAT_SERVER,
@@ -6685,7 +6688,7 @@ irc_command_init ()
" server: server name, for internal and display use\n"
"hostname: name or IP address of server, with optional port "
"(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 "
"omitted)\n"
"nooption: set boolean option to 'off' (for example: -nossl)\n"
+1 -1
View File
@@ -512,7 +512,7 @@ irc_ctcp_dcc_filename_without_quotes (const char *filename)
int length;
length = strlen (filename);
if (length > 0)
if (length > 1)
{
if ((filename[0] == '\"') && (filename[length - 1] == '\"'))
return weechat_strndup (filename + 1, length - 2);
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_CTCP_H
#define WEECHAT_IRC_CTCP_H 1
#include <time.h>
struct t_irc_server;
struct t_irc_channel;
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_PROTOCOL_H
#define WEECHAT_IRC_PROTOCOL_H 1
#include <time.h>
#define IRC_PROTOCOL_CALLBACK(__command) \
int \
irc_protocol_cb_##__command (struct t_irc_server *server, \
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_RAW_H
#define WEECHAT_IRC_RAW_H 1
#include <time.h>
#define IRC_RAW_BUFFER_NAME "irc_raw"
#define IRC_RAW_PREFIX_RECV "-->"
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_REDIRECT_H
#define WEECHAT_IRC_REDIRECT_H 1
#include <time.h>
#define IRC_REDIRECT_TIMEOUT_DEFAULT 60
struct t_irc_server;
+21 -13
View File
@@ -1403,22 +1403,30 @@ irc_server_apply_command_line_options (struct t_irc_server *server,
}
if (option_name)
{
index_option = irc_server_search_option (option_name);
if (index_option < 0)
if (weechat_strcasecmp (option_name, "temp") == 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];
}
/* temporary server, not saved */
server->temp_server = 1;
}
if (index_option >= 0)
else
{
weechat_config_option_set (server->options[index_option],
ptr_value, 1);
index_option = irc_server_search_option (option_name);
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);
}
+1
View File
@@ -21,6 +21,7 @@
#ifndef WEECHAT_IRC_SERVER_H
#define WEECHAT_IRC_SERVER_H 1
#include <time.h>
#include <sys/time.h>
#include <regex.h>
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_PLUGIN_API_H
#define WEECHAT_PLUGIN_API_H 1
#include <time.h>
struct t_plugin_api_hdata
{
char *name; /* hdata name */
+2
View File
@@ -21,6 +21,8 @@
#ifndef WEECHAT_PLUGIN_SCRIPT_API_H
#define WEECHAT_PLUGIN_SCRIPT_API_H 1
#include <time.h>
extern void plugin_script_api_charset_set (struct t_plugin_script *script,
const char *charset);
extern struct t_config_file *plugin_script_api_config_new (struct t_weechat_plugin *weechat_plugin,
+2 -2
View File
@@ -411,7 +411,7 @@ relay_client_recv_text (struct t_relay_client *client, const char *data)
weechat_prefix ("error"),
RELAY_PLUGIN_NAME,
weechat_hashtable_get (client->http_headers,
"Origin"));
"origin"));
}
break;
}
@@ -419,7 +419,7 @@ relay_client_recv_text (struct t_relay_client *client, const char *data)
}
ptr_real_ip = weechat_hashtable_get (
client->http_headers, "X-Real-IP");
client->http_headers, "x-real-ip");
if (ptr_real_ip)
{
weechat_printf_date_tags (
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_RELAY_CLIENT_H
#define WEECHAT_RELAY_CLIENT_H 1
#include <time.h>
#ifdef HAVE_GNUTLS
#include <gnutls/gnutls.h>
#endif /* HAVE_GNUTLS */
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_RELAY_RAW_H
#define WEECHAT_RELAY_RAW_H 1
#include <time.h>
#include "relay-client.h"
#define RELAY_RAW_BUFFER_NAME "relay_raw"
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_RELAY_SERVER_H
#define WEECHAT_RELAY_SERVER_H 1
#include <time.h>
#ifdef HAVE_GNUTLS
#define RELAY_SERVER_GNUTLS_DH_BITS 1024
#endif /* HAVE_GNUTLS */
+6 -5
View File
@@ -86,10 +86,11 @@ relay_websocket_save_header (struct t_relay_client *client,
if (!pos || (pos == message))
return;
/* get header name */
/* get header name, which is case-insensitive */
name = weechat_strndup (message, pos - message);
if (!name)
return;
weechat_string_tolower (name);
/* get pointer on header value */
ptr_value = pos + 1;
@@ -143,20 +144,20 @@ relay_websocket_client_handshake_valid (struct t_relay_client *client)
const char *value;
/* 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)
return -1;
if (weechat_strcasecmp (value, "websocket") != 0)
return -1;
/* 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])
return -1;
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])
return -2;
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;
sec_websocket_key = weechat_hashtable_get (client->http_headers,
"Sec-WebSocket-Key");
"sec-websocket-key");
if (!sec_websocket_key || !sec_websocket_key[0])
return NULL;
@@ -20,6 +20,8 @@
#ifndef WEECHAT_RELAY_WEECHAT_MSG_H
#define WEECHAT_RELAY_WEECHAT_MSG_H 1
#include <time.h>
struct t_relay_weechat_nicklist;
#define RELAY_WEECHAT_MSG_INITIAL_ALLOC 4096
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_SCRIPT_REPO_H
#define WEECHAT_SCRIPT_REPO_H 1
#include <time.h>
/* status for script */
#define SCRIPT_STATUS_INSTALLED 1
#define SCRIPT_STATUS_AUTOLOADED 2
+2
View File
@@ -20,6 +20,8 @@
#ifndef WEECHAT_TRIGGER_CALLBACK_H
#define WEECHAT_TRIGGER_CALLBACK_H 1
#include <time.h>
#define TRIGGER_CALLBACK_CB_INIT(__rc) \
struct t_trigger *trigger; \
struct t_hashtable *pointers, *extra_vars; \
+1
View File
@@ -26,6 +26,7 @@
extern "C" {
#endif /* __cplusplus */
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>
+2
View File
@@ -21,7 +21,9 @@
#define WEECHAT_XFER_H 1
#include <unistd.h>
#include <time.h>
#include <gcrypt.h>
#include <sys/socket.h>
#define weechat_plugin weechat_xfer_plugin
#define XFER_PLUGIN_NAME "xfer"
+7
View File
@@ -42,6 +42,13 @@ set(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
set(WEECHAT_TESTS_SRC tests.cpp tests.h)
add_executable(tests ${WEECHAT_TESTS_SRC})
+70
View File
@@ -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
View File
@@ -32,9 +32,9 @@
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
#
WEECHAT_STABLE=1.6
WEECHAT_DEVEL=1.7
WEECHAT_DEVEL_FULL=1.7-rc2
WEECHAT_STABLE=1.7.1
WEECHAT_DEVEL=1.7.1
WEECHAT_DEVEL_FULL=1.7.1
if [ $# -lt 1 ]; then
echo >&2 "Syntax: $0 stable|devel|devel-full|devel-major|devel-minor|devel-patch"
+5 -1
View File
@@ -23,7 +23,7 @@
#
%define name weechat
%define version 1.6
%define version 1.7.1
%define release 1
Name: %{name}
@@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/32x32/apps/weechat.png
%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
- Released version 1.6
* Sun May 01 2016 Sébastien Helleu <flashcode@flashtux.org> 1.5-1