kde-l10n/de/messages/kde-extraapps/kdevcustombuildsystem.po

277 lines
No EOL
5.6 KiB
Text

# Panagiotis Papadopoulos <pano_90@gmx.net>, 2010.
# Frederik Schwarzer <schwarzer@kde.org>, 2011, 2012.
# Gerhard Stengel <gstengel@gmx.net>, 2011, 2012.
# Burkhard Lück <lueck@hube-lueck.de>, 2012, 2013.
msgid ""
msgstr ""
"Project-Id-Version: kdevcustombuildsystem\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2014-06-26 05:39+0000\n"
"PO-Revision-Date: 2013-01-12 20:51+0100\n"
"Last-Translator: Burkhard Lück <lueck@hube-lueck.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Lokalize 1.5\n"
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr "Gerhard Stengel"
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "gstengel@gmx.net"
#: configwidget.cpp:40
msgid "Build"
msgstr "Erstellen"
#: configwidget.cpp:41
msgid "Configure"
msgstr "Konfigurieren"
#: configwidget.cpp:42
msgid "Install"
msgstr "Installieren"
#: configwidget.cpp:43
msgid "Clean"
msgstr "Aufräumen"
#: configwidget.cpp:44
msgid "Prune"
msgstr "Leerräumen"
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: configwidget.ui:19
msgid "Build Directory:"
msgstr "Build-Ordner:"
#. i18n: ectx: property (toolTip), widget (KUrlRequester, buildDir)
#: configwidget.ui:27
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 ""
"Wählen Sie den Ordner aus, in dem die Werkzeuge ausgeführt werden.\n"
"Falls es derselbe wie der Quellordner ist, können Sie das Feld leer lassen."
#. i18n: ectx: property (clickMessage), widget (KUrlRequester, buildDir)
#: configwidget.ui:33
msgid "The directory where the tools are executed"
msgstr "Der Ordner, in dem die Werkzeuge ausgeführt werden"
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: configwidget.ui:45
msgid "Build Tools"
msgstr "Build-Werkzeuge"
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: configwidget.ui:51
msgid "Action:"
msgstr "Aktion:"
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: configwidget.ui:61
msgid "Enable:"
msgstr "Aktivieren:"
#. i18n: ectx: property (text), widget (QLabel, execLabel)
#: configwidget.ui:78
msgid "Executable:"
msgstr "Programmdatei:"
#. i18n: ectx: property (toolTip), widget (KUrlRequester, actionExecutable)
#: configwidget.ui:88
msgid ""
"This is the executable that should be executed when selecting the action "
"from the Project menu"
msgstr ""
"Das ist die Programmdatei, die ausgeführt werden soll, wenn die Aktion aus "
"dem Projektmenü ausgewählt wird."
#. i18n: ectx: property (text), widget (QLabel, argLabel)
#: configwidget.ui:98
msgid "Arguments:"
msgstr "Argumente:"
#. i18n: ectx: property (toolTip), widget (QLineEdit, actionArguments)
#: configwidget.ui:108
msgid "The arguments that the tool needs to execute properly."
msgstr ""
"Die Argumente, die das Werkzeug braucht, um richtig ausgeführt zu werden."
#. i18n: ectx: property (text), widget (QLabel, envLabel)
#: configwidget.ui:118
msgid "Environment:"
msgstr "Umgebung:"
#. i18n: ectx: property (toolTip), widget (KDevelop::EnvironmentSelectionWidget, actionEnvironment)
#: configwidget.ui:128
msgid "Choose a pre-configured environment for your tool"
msgstr "Wählen Sie eine voreingestellte Umgebung für Ihr Werkzeug aus."
#: custombuildjob.cpp:50
msgid "Building:"
msgstr "Erstellen:"
#: custombuildjob.cpp:54
msgid "Cleaning:"
msgstr "Aufräumen:"
#: custombuildjob.cpp:58
msgid "Installing:"
msgstr "Installieren:"
#: custombuildjob.cpp:62
msgid "Configuring:"
msgstr "Konfigurieren:"
#: custombuildjob.cpp:66
msgid "Pruning:"
msgstr "Leerräumen:"
#: custombuildjob.cpp:90
msgid "Undefined Build type"
msgstr "Undefinierter Build-Typ"
#: custombuildjob.cpp:94
msgid "No command given"
msgstr "Kein Befehl angegeben"
#: custombuildjob.cpp:98
msgid "This command is disabled"
msgstr "Dieser Befehl ist deaktiviert."
#: custombuildjob.cpp:109
msgid ""
"The given arguments would need a real shell, this is not supported currently."
msgstr ""
"Die angegebenen Argumente würden eine echte Shell benötigen, was aber "
"derzeit nicht unterstützt wird."
#: custombuildjob.cpp:154
msgid "Failed to start command."
msgstr "Ausführen des Befehls fehlgeschlagen."
#: custombuildjob.cpp:157
msgid "Command crashed."
msgstr "Befehl abgestürzt."
#: custombuildjob.cpp:160
msgid "Unknown error executing command."
msgstr "Unbekannter Fehler beim Ausführen des Befehls."
#: custombuildjob.cpp:177
msgid "*** Failed ***"
msgstr "*** Fehlgeschlagen ***"
#: custombuildjob.cpp:179
msgid "*** Finished ***"
msgstr "*** Fertig ***"
#. i18n: ectx: property (text), widget (QLabel, label)
#: custombuildsystemconfigwidget.ui:19
msgid "Build Configuration:"
msgstr "Build-Konfiguration:"
#. i18n: ectx: property (text), widget (KPushButton, addConfig)
#: custombuildsystemconfigwidget.ui:42
msgid "Add"
msgstr "Hinzufügen"
#. i18n: ectx: property (text), widget (KPushButton, removeConfig)
#: custombuildsystemconfigwidget.ui:49
msgid "Remove"
msgstr "Entfernen"
#: custombuildsystemplugin.cpp:53
msgid "Custom Build System"
msgstr "Eigenes Buildsystem"
#: custombuildsystemplugin.cpp:53
msgid "Support for building and managing custom build systems"
msgstr ""
"Unterstützung für das Erstellen und die Verwaltung eigener Buildsysteme"
#: custombuildsystemplugin.cpp:53
msgid "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
msgstr "Copyright 2010 Andreas Pakulat <apaku@gmx.de>"
#, fuzzy
#, fuzzy