mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 11:02:53 +00:00
69 lines
2 KiB
Text
69 lines
2 KiB
Text
# Panagiotis Papadopoulos <pano_90@gmx.net>, 2010.
|
|
# Frederik Schwarzer <schwarzer@kde.org>, 2010, 2012.
|
|
# Burkhard Lück <lueck@hube-lueck.de>, 2013.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: kdevcodeutils\n"
|
|
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
|
"POT-Creation-Date: 2015-07-27 00:41+0300\n"
|
|
"PO-Revision-Date: 2013-11-07 10:26+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"
|
|
"X-Generator: Lokalize 1.5\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
#. i18n: file: kdevcodeutils.rc:5
|
|
#. i18n: ectx: Menu (code)
|
|
#: rc.cpp:3
|
|
msgctxt "@title:menu"
|
|
msgid "Code"
|
|
msgstr "Quelltext"
|
|
|
|
#: codeutilsplugin.cpp:60
|
|
msgid "Code Utilities"
|
|
msgstr "Programmierwerkzeuge"
|
|
|
|
#: codeutilsplugin.cpp:60
|
|
msgid ""
|
|
"Collection of various utilities that increase productivity while programming."
|
|
msgstr ""
|
|
"Sammlung verschiedener Werkzeuge, die die Produktivität während des "
|
|
"Programmierens erhöhen."
|
|
|
|
#: codeutilsplugin.cpp:61
|
|
msgid "Milian Wolff"
|
|
msgstr "Milian Wolff"
|
|
|
|
#: codeutilsplugin.cpp:61
|
|
msgid "Author"
|
|
msgstr "Autor"
|
|
|
|
#. i18n: action name; 'Document' is a verb
|
|
#: codeutilsplugin.cpp:75
|
|
msgid "Document Declaration"
|
|
msgstr "Deklaration dokumentieren"
|
|
|
|
#: codeutilsplugin.cpp:76
|
|
msgid "Alt+Shift+d"
|
|
msgstr "Alt+Umschalt+D"
|
|
|
|
#: codeutilsplugin.cpp:78
|
|
msgid "Add Doxygen skeleton for declaration under cursor."
|
|
msgstr "Doxygen-Gerüst für die Deklaration an der Cursor-Position einfügen."
|
|
|
|
#. i18n: translate title same as the action name
|
|
#: codeutilsplugin.cpp:80
|
|
msgid ""
|
|
"Adds a basic Doxygen comment skeleton in front of the declaration under the "
|
|
"cursor, e.g. with all the parameter of a function."
|
|
msgstr ""
|
|
"Fügt ein Doxygen-Dokumentationsgerüst vor der Deklaration an der Cursor-"
|
|
"Position ein. Dabei werden auch die Parameter von Funktionen berücksichtigt."
|
|
|
|
#: codeutilsplugin.cpp:120
|
|
msgid "..."
|
|
msgstr "..."
|