From fff24d0a232d5277ec92368e563b6ca481e589fe Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 15 Mar 2014 15:08:49 +0100 Subject: core: update translations --- po/pt_BR.po | 194 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 186 insertions(+), 8 deletions(-) (limited to 'po/pt_BR.po') diff --git a/po/pt_BR.po b/po/pt_BR.po index 1a1e73b87..c6978dcc2 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,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: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -1221,22 +1221,29 @@ msgstr "" msgid "define color aliases and display palette of colors" msgstr "define apelidos para cores e mostra a palheta de cores" -msgid "alias || unalias || reset || -o" +#, fuzzy +msgid "" +"alias || unalias || reset || term2rgb || " +"rgb2term [] || -o" msgstr "alias || unalias || reset || -o" # Translate orange? Is it a internal name? # TODO: revisit here when color names were specified as translatable or not #, 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" @@ -4595,6 +4602,161 @@ msgid "" " reset: reset charsets for current buffer" msgstr "" +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 do weechat" + +msgid "No command is running" +msgstr "" + +#, fuzzy +msgid "Commands:" +msgstr "comandos do weechat" + +#. 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 (notificar: %s)" + +#, fuzzy, c-format +msgid "%s%s: command id \"%s\" not found" +msgstr "%s%s: comando \"%s\" não encontrando:" + +#, fuzzy, c-format +msgid "%s%s: command with id \"%s\" is not running any more" +msgstr "%s%s: script \"%s\" não carregado" + +#, 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: não foi possível executar função \"%s\"" + +#, fuzzy, c-format +msgid "%d commands removed" +msgstr " comandos relacionados:" + +#, fuzzy, c-format +msgid "%s%s: command with id \"%s\" is still running" +msgstr "%s%s: comando \"%s\" não encontrando:" + +#, fuzzy, c-format +msgid "Command \"%s\" removed" +msgstr "Atalho \"%s\" removido" + +#, fuzzy +msgid "execute external commands" +msgstr "executa um comando silenciosamente" + +msgid "" +"-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer ] [-l|-o|-" +"n] |-sw|-nosw] [-ln|-noln] [-color off|decode|strip] [-rc|-norc] [-timeout " +"] [-name ] || -in || -inclose " +"[] || -signal || -kill || -killall || -set " +" || -del |-all [...]" +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 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 "cor de texto para ações de linha de entrada" + +#, fuzzy +msgid "text color for a finished command flag in list of commands" +msgstr "cor de texto para ações de linha de entrada" + msgid "FIFO pipe for remote control" msgstr "" @@ -7803,6 +7965,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 "Cores do 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" -- cgit v1.2.3