kde-l10n/pt_BR/messages/kde-extraapps/kdevcustombuildsystem.po
Ivailo Monev 3d7a227e35 generic: regenerate
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-05 07:21:34 +02:00

208 lines
5.7 KiB
Text

# Copyright (C) 2011-2012 This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
# Translation of kdevcustombuildsystem.po to Brazilian Portuguese
#
# André Marcelo Alvarenga <alvarenga@kde.org>, 2011, 2012, 2013.
msgid ""
msgstr ""
"Project-Id-Version: kdevcustombuildsystem\n"
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
"POT-Creation-Date: 2015-11-05 07:06+0200\n"
"PO-Revision-Date: 2013-11-10 20:29-0200\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga@kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br@kde.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.5\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: custombuildjob.cpp:50
msgid "Building:"
msgstr "Compilando:"
#: custombuildjob.cpp:54
msgid "Cleaning:"
msgstr "Limpando:"
#: custombuildjob.cpp:58
msgid "Installing:"
msgstr "Instalando:"
#: custombuildjob.cpp:62
msgid "Configuring:"
msgstr "Configurando:"
#: custombuildjob.cpp:66
msgid "Pruning:"
msgstr "Eliminando:"
#: custombuildjob.cpp:90
msgid "Undefined Build type"
msgstr "Tipo de compilação indefinido"
#: custombuildjob.cpp:94
msgid "No command given"
msgstr "Nenhum comando indicado"
#: custombuildjob.cpp:98
msgid "This command is disabled"
msgstr "Este comando está desabilitado"
#: custombuildjob.cpp:109
msgid ""
"The given arguments would need a real shell, this is not supported currently."
msgstr ""
"Os argumentos indicados necessitariam de um console real. Atualmente, isto "
"não é suportado."
#: custombuildjob.cpp:154
msgid "Failed to start command."
msgstr "Não foi possível iniciar o comando."
#: custombuildjob.cpp:157
msgid "Command crashed."
msgstr "O comando falhou."
#: custombuildjob.cpp:160
msgid "Unknown error executing command."
msgstr "Ocorreu um erro desconhecido ao executar o comando."
#: custombuildjob.cpp:177
msgid "*** Failed ***"
msgstr "*** Falhou ***"
#: custombuildjob.cpp:179
msgid "*** Finished ***"
msgstr "*** Concluído ***"
#: custombuildsystemplugin.cpp:53
msgid "Custom Build System"
msgstr "Sistema de compilação personalizado"
#: custombuildsystemplugin.cpp:53
msgid "Support for building and managing custom build systems"
msgstr ""
"Suporte a compilação e gerenciamento de sistemas de compilação personalizados"
#: custombuildsystemplugin.cpp:53
msgid "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
msgstr "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
#: configwidget.cpp:41
msgid "Build"
msgstr "Compilar"
#: configwidget.cpp:42
msgid "Configure"
msgstr "Configurar"
#: configwidget.cpp:43
msgid "Install"
msgstr "Instalar"
#: configwidget.cpp:44
msgid "Clean"
msgstr "Limpar"
#: configwidget.cpp:45
msgid "Prune"
msgstr "Eliminar"
#. i18n: file: configwidget.ui:19
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: rc.cpp:3
msgid "Build Directory:"
msgstr "Pasta de compilação:"
#. i18n: file: configwidget.ui:27
#. i18n: ectx: property (toolTip), widget (KUrlRequester, buildDir)
#: rc.cpp:6
msgid ""
"Select the directory where the tools are being executed in.\n"
"If this is the same as the source directory you can leave it empty."
msgstr ""
"Selecione a pasta onde serão executadas as ferramentas.\n"
"Se for a mesma pasta de origem, você pode deixá-la em branco."
#. i18n: file: configwidget.ui:33
#. i18n: ectx: property (clickMessage), widget (KUrlRequester, buildDir)
#: rc.cpp:10
msgid "The directory where the tools are executed"
msgstr "A pasta onde serão executadas as ferramentas"
#. i18n: file: configwidget.ui:45
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: rc.cpp:13
msgid "Build Tools"
msgstr "Ferramentas de compilação"
#. i18n: file: configwidget.ui:51
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: rc.cpp:16
msgid "Action:"
msgstr "Ação:"
#. i18n: file: configwidget.ui:61
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: rc.cpp:19
msgid "Enable:"
msgstr "Habilitar:"
#. i18n: file: configwidget.ui:78
#. i18n: ectx: property (text), widget (QLabel, execLabel)
#: rc.cpp:22
msgid "Executable:"
msgstr "Executável:"
#. i18n: file: configwidget.ui:88
#. i18n: ectx: property (toolTip), widget (KUrlRequester, actionExecutable)
#: rc.cpp:25
msgid ""
"This is the executable that should be executed when selecting the action "
"from the Project menu"
msgstr ""
"Este é o executável que será chamado ao selecionar a ação no menu Projeto"
#. i18n: file: configwidget.ui:98
#. i18n: ectx: property (text), widget (QLabel, argLabel)
#: rc.cpp:28
msgid "Arguments:"
msgstr "Argumentos:"
#. i18n: file: configwidget.ui:108
#. i18n: ectx: property (toolTip), widget (QLineEdit, actionArguments)
#: rc.cpp:31
msgid "The arguments that the tool needs to execute properly."
msgstr "Os argumentos que a ferramenta precisa para executar adequadamente."
#. i18n: file: configwidget.ui:118
#. i18n: ectx: property (text), widget (QLabel, envLabel)
#: rc.cpp:34
msgid "Environment:"
msgstr "Ambiente:"
#. i18n: file: configwidget.ui:128
#. i18n: ectx: property (toolTip), widget (KDevelop::EnvironmentSelectionWidget, actionEnvironment)
#: rc.cpp:37
msgid "Choose a pre-configured environment for your tool"
msgstr "Escolha um ambiente pré-configurado para a sua ferramenta"
#. i18n: file: custombuildsystemconfigwidget.ui:19
#. i18n: ectx: property (text), widget (QLabel, label)
#: rc.cpp:40
msgid "Build Configuration:"
msgstr "Configuração de compilação:"
#. i18n: file: custombuildsystemconfigwidget.ui:42
#. i18n: ectx: property (text), widget (KPushButton, addConfig)
#: rc.cpp:43
msgid "Add"
msgstr "Adicionar"
#. i18n: file: custombuildsystemconfigwidget.ui:49
#. i18n: ectx: property (text), widget (KPushButton, removeConfig)
#: rc.cpp:46
msgid "Remove"
msgstr "Remover"