summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-15 15:08:49 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-15 15:08:49 +0100
commitfff24d0a232d5277ec92368e563b6ca481e589fe (patch)
tree367974cbcb89114838792364b33c5fa65603a47a /po/es.po
parentc92b186e01bc689dd8e9ef3950a97474605f980a (diff)
downloadweechat-fff24d0a232d5277ec92368e563b6ca481e589fe.zip
core: update translations
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po193
1 files changed, 185 insertions, 8 deletions
diff --git a/po/es.po b/po/es.po
index fc7e9cb27..370fd40c0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-03-12 09:24+0100\n"
+"POT-Creation-Date: 2014-03-15 15:06+0100\n"
"PO-Revision-Date: 2014-03-10 21:07+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1209,20 +1209,26 @@ msgid "define color aliases and display palette of colors"
msgstr "define alias de colores y muestra la paleta de colores"
#, fuzzy
-msgid "alias <color> <name> || unalias <color> || reset || -o"
+msgid ""
+"alias <color> <name> || unalias <color> || reset || term2rgb <color> || "
+"rgb2term <rgb> [<limit>] || -o"
msgstr "alias <color> <nombre> || unalias <color> || reset"
#, fuzzy
msgid ""
-" alias: add an alias for a color\n"
-"unalias: delete an alias\n"
-" color: color number (greater than or equal to 0, max depends on terminal, "
+" alias: add an alias for a color\n"
+" unalias: delete an alias\n"
+" color: color number (greater than or equal to 0, max depends on terminal, "
"commonly 63 or 255)\n"
-" name: alias name for color (for example: \"orange\")\n"
-" reset: reset all color pairs (required when no more color pairs are "
+" name: alias name for color (for example: \"orange\")\n"
+" reset: reset all color pairs (required when no more color pairs are "
"available if automatic reset is disabled, see option weechat.look."
"color_pairs_auto_reset)\n"
-" -o: send terminal/colors info to current buffer as input\n"
+"term2rgb: convert a terminal color (0-255) to RGB color\n"
+"rgb2term: convert a RGB color to terminal color (0-255)\n"
+" limit: number of colors to use in terminal table (starting from 0); "
+"default is 256\n"
+" -o: send terminal/colors info to current buffer as input\n"
"\n"
"Without argument, this command displays colors in a new buffer.\n"
"\n"
@@ -4755,6 +4761,161 @@ msgstr ""
"charset: charset nuevo para el buffer actual\n"
" reset: reinicia el charset para el buffer actual"
+msgid "Execution of external commands in WeeChat"
+msgstr ""
+
+#, c-format
+msgid "%s: end of command %d (\"%s\"), return code: %d"
+msgstr ""
+
+#, c-format
+msgid "%s: unexpected end of command %d (\"%s\")"
+msgstr ""
+
+#, fuzzy
+msgid "Executed commands"
+msgstr "comandos de weechat"
+
+msgid "No command is running"
+msgstr ""
+
+#, fuzzy
+msgid "Commands:"
+msgstr "Alias de comandos"
+
+#. TRANSLATORS: format: hours + minutes, for example: 3h59
+#, c-format
+msgid "%dh%02d"
+msgstr ""
+
+#. TRANSLATORS: format: minutes + seconds, for example: 3m59
+#, c-format
+msgid "%dm%02d"
+msgstr ""
+
+#. TRANSLATORS: format: seconds, for example: 59s
+#, c-format
+msgid "%ds"
+msgstr ""
+
+#. TRANSLATORS: %s before "ago" is elapsed time, for example: "3m59"
+#, fuzzy, c-format
+msgid " %s%s%s %d%s%s%s: %s\"%s%s%s\"%s (pid: %d, started %s ago)"
+msgstr " %s[%s%d%s]%s (%s) %s%s%s (aviso: %s)"
+
+#, fuzzy, c-format
+msgid "%s%s: command id \"%s\" not found"
+msgstr "%s%s: comando \"%s\" no encontrado:"
+
+#, fuzzy, c-format
+msgid "%s%s: command with id \"%s\" is not running any more"
+msgstr "%s: script \"%s\" ya no está retenido"
+
+#, c-format
+msgid "%s%s: invalid options in option exec.command.default_options"
+msgstr ""
+
+#, fuzzy, c-format
+msgid "%s%s: failed to run command \"%s\""
+msgstr "%s%s: no es posible ejecutar la función \"%s\""
+
+#, fuzzy, c-format
+msgid "%d commands removed"
+msgstr " comandos enganchados:"
+
+#, fuzzy, c-format
+msgid "%s%s: command with id \"%s\" is still running"
+msgstr "%s%s: comando \"%s\" no encontrado:"
+
+#, fuzzy, c-format
+msgid "Command \"%s\" removed"
+msgstr "Alias \"%s\" eliminado"
+
+#, fuzzy
+msgid "execute external commands"
+msgstr "ejecuta un comando silenciosamente"
+
+msgid ""
+"-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-"
+"n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout "
+"<timeout>] [-name <name>] <command> || -in <id> <text> || -inclose <id> "
+"[<text>] || -signal <id> <signal> || -kill <id> || -killall || -set <id> "
+"<property> <value> || -del <id>|-all [<id>...]"
+msgstr ""
+
+msgid ""
+" -list: list commands\n"
+" -sh: use the shell to execute the command (default)\n"
+" -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)\n"
+" -bg: run process in background: do not display process output neither "
+"return code (not compatible with options -o/-n)\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"
+"-nostdin: do not create a pipe for stdin (default)\n"
+" -buffer: display/send output of command on this buffer (if the buffer is "
+"not found, a new buffer with name \"exec.exec.xxx\" is created)\n"
+" -l: display locally output of command on buffer (default)\n"
+" -o: send output of command to the buffer (not compatible with option -"
+"bg)\n"
+" -n: display output of command in a new buffer (not compatible with "
+"option -bg)\n"
+" -sw: switch to the output buffer (default)\n"
+" -nosw: don't switch to the output buffer\n"
+" -ln: display line numbers (default in new buffer only)\n"
+" -noln: don't display line numbers\n"
+" -color: action on ANSI colors in output:\n"
+" ansi: keep ANSI codes as-is\n"
+" decode: convert ANSI colors to WeeChat/IRC (default)\n"
+" strip: remove ANSI colors\n"
+" -rc: display return code (default)\n"
+" -norc: don't display return code\n"
+"-timeout: set a timeout for the command (in seconds)\n"
+" -name: set a name for the command (to name it later with /exec)\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 "
+"xxx\")\n"
+" -in: send text on standard input of process\n"
+"-inclose: same a -in, but stdin is closed after (and text is optional: "
+"without text, the stdin is just closed)\n"
+" -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\n"
+" -kill: alias of \"-signal <id> kill\"\n"
+"-killall: kill all running processes\n"
+" -set: set a hook property (see function hook_set in plugin API "
+"reference)\n"
+"property: hook property\n"
+" value: new value for hook property\n"
+" -del: delete a terminated command\n"
+" -all: delete all terminated commands\n"
+"\n"
+"Default options can be set in the option exec.command.default_options."
+msgstr ""
+
+msgid "ids (numbers and names) of executed commands"
+msgstr ""
+
+msgid ""
+"default options for command /exec (see /help exec); example: \"-nosh -bg\" "
+"to run all commands in background (no output), and without using the shell"
+msgstr ""
+
+msgid ""
+"delay for purging finished commands (in seconds, 0 = purge commands "
+"immediately, -1 = never purge)"
+msgstr ""
+
+#, fuzzy
+msgid "text color for a running command flag in list of commands"
+msgstr "color para acciones en la línea de entrada"
+
+#, fuzzy
+msgid "text color for a finished command flag in list of commands"
+msgstr "color para acciones en la línea de entrada"
+
msgid "FIFO pipe for remote control"
msgstr "Tubería FIFO para control remoto"
@@ -8398,6 +8559,22 @@ msgstr ""
msgid "height of terminal"
msgstr ""
+msgid "POSIX extended regular expression to search ANSI escape codes"
+msgstr ""
+
+msgid "terminal color (0-255) converted to RGB color"
+msgstr ""
+
+#, fuzzy
+msgid "color (terminal color: 0-255)"
+msgstr "Colores de la terminal:"
+
+msgid "RGB color converted to terminal color (0-255)"
+msgstr ""
+
+msgid "rgb,limit (limit is optional and is set to 256 by default)"
+msgstr ""
+
msgid "list of bars"
msgstr "lista de barras"