From 0080b8946436747167a59b5233b1e8a2aac336b0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 1 Apr 2013 04:24:27 +0200 Subject: [PATCH] updated localization, manuals regenerated (semi-automatic) --- utils/hbmk2/doc/hbmk2.pt_BR.md | 14 ++++----- utils/hbmk2/po/hbmk2.el.po | 6 +--- utils/hbmk2/po/hbmk2.en.po | 10 ------- utils/hbmk2/po/hbmk2.es_419.po | 44 ---------------------------- utils/hbmk2/po/hbmk2.es_ES.po | 40 -------------------------- utils/hbmk2/po/hbmk2.hu.po | 16 ----------- utils/hbmk2/po/hbmk2.it.po | 28 ------------------ utils/hbmk2/po/hbmk2.pt_BR.po | 52 +++++++++++++--------------------- 8 files changed, 28 insertions(+), 182 deletions(-) diff --git a/utils/hbmk2/doc/hbmk2.pt_BR.md b/utils/hbmk2/doc/hbmk2.pt_BR.md index 7261317fd0..2d36baa31a 100644 --- a/utils/hbmk2/doc/hbmk2.pt_BR.md +++ b/utils/hbmk2/doc/hbmk2.pt_BR.md @@ -97,7 +97,7 @@ VCS \- sistema de controle de versão\. - **\-ldflag\+=<f>** passar uma unica opção "raw" para linkar \(executável\), após a lista da biblioteca\. Use com cuidado\. - **\-dflag\+=<f>** passar uma unica opção "raw" para linkar \(biblioteca dinâmica\), após a lista da biblioteca\. Use com cuidado\. - **\-3rd=<f>** "options/flags" reservado para ferramentas de terceiros, sempre ignorado por hbmk2 - - **\-env:<e>\[<o>\[<v>\]\]** alterar as variáveis locais\. <e> is the name of the environment variable to alter\. <o> can be '=' to set/override, '\-' to delete, '\+' to append to the end of existing value, '\#' to insert to the beginning of existing value\. <v> is the value to set/append/insert\. + - **\-env:<e>\[<o>\[<v>\]\]** alterar as variáveis locais de ambiente\. <e>é o nome da variável a ser alterada\. <o> pode ser '=' para definir/sobrepor, '\-' para apagar, '\+' to adicionar ao fim do valor existente, '\#' para inserir o valor inicialização da variável\. <v> é o valor a ser definido/adicionardo/inserido "set/append/insert"\. - **\-jobs=<n>** dispara <n> threads de compilação \(apenas plataformas multiprocessadas\) - **\-head=<m>** control source header parsing \(in incremental build mode\) <m> can be: native \(uses compiler to extract dependencies\), full \(default, uses simple text parser on the whole file\), dep, off @@ -189,7 +189,7 @@ criar um link ou copiar o hbmk2 para rtlink/blinker/exospace resultará no mesmo - **\-comp=<compiler>** sobrepor auto\-detecção do compilador C VAlores especiais: \- bld: use as definições da versão original \(padrão em \*nix\) - - **\-build=<name>** utilizar um nome de build especifico + - **\-build=<name>** especificar um nome de 'build' - **\-lang=<lang>** Sobrepor a linguagem padrão\. <lang> está em formato de código ISO\. - **\-width=<n>** ajuste a largura de saída para <n> caracteres \(0=ilimitado\)\. - **\-shl** exibir niveis de sub\-projeto nas linhas de saída @@ -306,13 +306,13 @@ Filtros \(você pode combinar e / ou negá\-los\): - **\{<cpu>\}** target CPU\. Where <cpu> can be any of: x86, x86\_64, ia64, arm, mips, sh - **\{<targettype>\}** build target type\. Where <targettype> is any of the values returned by macro variable $\{hb\_targettype\}\. - **\{mt\}** build target is multi\-threaded \(see \-mt option\) - - **\{st\}** build target is single\-threaded \(see \-st option\) + - **\{st\}** o alvo é "single\-threaded" \(veja opção \-st\) - **\{gui\}** GUI alvo \(veja opção \-gui\) - **\{std\}** alvo console \(veja opção \-console\) - **\{debug\}** C level debugging is enabled \(see \-debug option\) - **\{nodebug\}** Debugador nivel C está disabilitado \(veja a opção \-debug\) - - **\{shared\}** shared build \(see \-shared and related options\) - - **\{static\}** static build \(see \-static and related options\) + - **\{shared\}** construção compartilhada \(veja \-shared e opções relativas\) + - **\{static\}** construção compartilhada \(veja \-static e opções relativas\) - **\{lngcpp\}** Forçado modo C\+\+ \(veja opção \-cpp\) - **\{lngc\}** forçado modo C \(veja opção \-cpp\-\) - **\{winuni\}** Modo Windows UNICODE \(WIDE\) \(veja opção \-winuni\) @@ -587,7 +587,7 @@ Exemplos para gerar uma aplicação Harbour: $ hbmk2 hello\.prg - **To build multiple \.prg sources into one application in incremental mode** $ hbmk2 mymain\.prg myfuncs\.prg \-inc - - **Para construir uma aplicação usando un arquivo de projeto** + - **Para gerar uma aplicação usando um arquivo de projeto** $ hbmk2 myapp\.hbp - **Para construir uma aplicação usando o modo incremental** $ hbmk2 myapp\.hbp \-inc @@ -606,7 +606,7 @@ $ hbmk2 \-omyapp src/\*\.prg src/\*\.c Exemplos para gerar uma biblioteca estática Harbour: - - **To build library 'mylib' from sources** + - **para gerar a biblioteca 'mylib' dos fontes** $ hbmk2 \-hblib mylibsrc\.prg \-omylib - **para gerar a biblioteca 'mylib' dos fontes usando o modo incremental** $ hbmk2 \-hblib mylibsrc\.prg \-omylib \-inc diff --git a/utils/hbmk2/po/hbmk2.el.po b/utils/hbmk2/po/hbmk2.el.po index b952a3be91..be4d99c508 100644 --- a/utils/hbmk2/po/hbmk2.el.po +++ b/utils/hbmk2/po/hbmk2.el.po @@ -4,7 +4,7 @@ #, c-format msgid "" -msgstr "Project-Id-Version: Harbour\nPO-Revision-Date: 2013-03-31 20:54+0000\nLast-Translator: hbtest \nLanguage-Team: Greek (http://www.transifex.com/projects/p/harbour/language/el/)\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n" +msgstr "Project-Id-Version: Harbour\nPO-Revision-Date: 2013-04-01 02:07+0000\nLast-Translator: hbtest \nLanguage-Team: Greek (http://www.transifex.com/projects/p/harbour/language/el/)\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nLanguage: el\nPlural-Forms: nplurals=2; plural=(n != 1);\n" #, c-format msgid "Exit code: %1$d: %2$s" @@ -2346,10 +2346,6 @@ msgstr "%1$s διαμόρφωση χρόνου-κατασκευής:" msgid "space separated list of extensions to load in interactive Harbour shell" msgstr "λίστα καταλήξεων, διαχωρισμένων με κενό διάστημα, προς φόρτωση στο διαλογικό κέλυφος του Harbour" -#, c-format -msgid "startup Harbour script for interactive Harbour shell. It gets executed automatically on shell startup, if present. Possible locations (in order of precedence) [*]: %1$s" -msgstr "startup Harbour script for interactive Harbour shell. It gets executed automatically on shell startup, if present. Possible locations (in order of precedence) [*]: %1$s" - #, c-format msgid ".hb and .hrb plugins for interactive Harbour shell. They may reside in [*]: %1$s" msgstr ".hb and .hrb plugins για το διαλογικό κέλυφος του Harbour. Πρέπει να βρίσκονται μέσα στο [*]: %1$s" diff --git a/utils/hbmk2/po/hbmk2.en.po b/utils/hbmk2/po/hbmk2.en.po index 31bb833bf3..14e190a76b 100644 --- a/utils/hbmk2/po/hbmk2.en.po +++ b/utils/hbmk2/po/hbmk2.en.po @@ -2566,16 +2566,6 @@ msgstr "" msgid "Predefined constants in sources:" msgstr "" -#: utils/hbmk2/hbmk2.prg:16187 utils/hbmk2/hbmk2.prg:16202 utils/hbmk2/hbmk2.prg:16202 utils/hbmk2/hbmk2.prg:16202 -#, c-format -msgid "" -msgstr "" - -#: utils/hbmk2/hbmk2.prg:16187 -#, c-format -msgid "" -msgstr "" - #: utils/hbmk2/hbmk2.prg:16187 #, c-format msgid "when dependency was detected (available in C sources)" diff --git a/utils/hbmk2/po/hbmk2.es_419.po b/utils/hbmk2/po/hbmk2.es_419.po index caa627a85b..836864e233 100644 --- a/utils/hbmk2/po/hbmk2.es_419.po +++ b/utils/hbmk2/po/hbmk2.es_419.po @@ -114,10 +114,6 @@ msgstr "Advertencia: ignorando el directorio de bibliotecas principales indicado msgid "Warning: Ignoring explicitly specified core header directory: %1$s (in option %2$s)" msgstr "Advertencia: ignorando el directorio de archivos de cabecera principales indicado explícitamente: %1$s (en la opción %2$s)" -#, c-format -msgid "%1$s" -msgstr "%1$s" - #, c-format msgid "Warning: Plugin not found: %1$s" msgstr "Advertencia: Plugin no encontrado: %1$s" @@ -530,10 +526,6 @@ msgstr "Plugin cargado: %1$s %2$s" msgid "Error: Loading plugin: %1$s" msgstr "Error: Cargando plugin: %1$s" -#, c-format -msgid "plugin: %1$s" -msgstr "plugin: %1$s" - #, c-format msgid "Plugin %1$s returned at '%2$s': '%3$s'" msgstr "Plugin %1$s retornado en '%2$s': '%3$s'" @@ -598,10 +590,6 @@ msgstr "Advertencia: Error en la expresión de filtro: '%1$s'" msgid "Error: Cannot open file: %1$s" msgstr "Error: No se puede abrir archivo: %1$s" -#, c-format -msgid "Blinker ECHO: %1$s" -msgstr "Blinker ECHO: %1$s" - #, c-format msgid "Error: Cannot create temporary unified .po file." msgstr "Error: No se puede crear archivo temporal unificado .po." @@ -650,10 +638,6 @@ msgstr "Advertencia: %1$s" msgid ".pot merge error: %1$s" msgstr "Error al mezclar archivo .pot : %1$s" -#, c-format -msgid "Error: %1$s" -msgstr "Error: %1$s" - #, c-format msgid "Error: Cannot create file: %1$s" msgstr "Error: No se puede crear el archivo: %1$s" @@ -694,10 +678,6 @@ msgstr "(instalado)" msgid "(not installed)" msgstr "(no instalado)" -#, c-format -msgid "%1$s %2$s:" -msgstr "%1$s %2$s:" - #, c-format msgid "Hint: Add option '%1$s' for missing function(s): %2$s" msgstr "Consejo: Agregue opción '%1$s' para la(s) funcion(es) faltantes: %2$s" @@ -850,14 +830,6 @@ msgstr "%1$s [opciones] [] " -msgstr "" - -#, c-format -msgid "%1$s |