# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-17 17:13+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: otazl <oliver.tazl@gmail.com>, 2018\n"
"Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../data/org.mate.pluma.gschema.xml.in.h:1
msgid "Use Default Font"
msgstr "Vorgabeschrift verwenden"

#: ../data/org.mate.pluma.gschema.xml.in.h:2
msgid ""
"Whether to use the system's default fixed width font for editing text "
"instead of a font specific to pluma. If this option is turned off, then the "
"font named in the \"Editor Font\" option will be used instead of the system "
"font."
msgstr ""
"Gibt an, ob die vorgegebene dicktengleiche Schrift des Systems zum "
"Bearbeiten von Text, anstelle der in Pluma angegeben Schrift verwendet "
"werden soll. Falls diese Option deaktiviert ist, wird die unter "
"»Bearbeitungsschrift« angegeben Schrift anstelle der Systemschrift "
"verwendet."

#: ../data/org.mate.pluma.gschema.xml.in.h:3
msgctxt "editor-font"
msgid "'Monospace 12'"
msgstr "'Monospace 12'"

#: ../data/org.mate.pluma.gschema.xml.in.h:4
msgid "Editor Font"
msgstr "Bearbeitungsschrift"

#: ../data/org.mate.pluma.gschema.xml.in.h:5
msgid ""
"A custom font that will be used for the editing area. This will only take "
"effect if the \"Use Default Font\" option is turned off."
msgstr ""
"Die für den Bearbeitungsbereich zu verwendende benutzerdefinierte Schrift. "
"Diese wird ausschließlich verwendet, falls die Option »Voreingestellte "
"Schrift verwenden« deaktiviert ist."

#: ../data/org.mate.pluma.gschema.xml.in.h:6
msgid "Style Scheme"
msgstr "Stilvorlage"

#: ../data/org.mate.pluma.gschema.xml.in.h:7
msgid "The ID of a GtkSourceView Style Scheme used to color the text."
msgstr ""
"Die Kennung der GtkSourceView-Stilvorlage, die zum Einfärben des Textes "
"verwendet wird."

#: ../data/org.mate.pluma.gschema.xml.in.h:8
msgid "Create Backup Copies"
msgstr "Sicherungskopien erstellen"

#: ../data/org.mate.pluma.gschema.xml.in.h:9
msgid ""
"Whether pluma should create backup copies for the files it saves. You can "
"set the backup file extension with the \"Backup Copy Extension\" option."
msgstr ""
"Gibt an, ob Pluma Sicherungskopien erstellen soll, von zu speichernden "
"Dateien. Sie können die Erweiterung für diese Dateien mit der Option "
"»Erweiterung für Sicherungskopien« einstellen."

#: ../data/org.mate.pluma.gschema.xml.in.h:10
msgid "Autosave"
msgstr "Automatisches Speichern"

#: ../data/org.mate.pluma.gschema.xml.in.h:11
msgid ""
"Whether pluma should automatically save modified files after a time "
"interval. You can set the time interval with the \"Autosave Interval\" "
"option."
msgstr ""
"Gibt an, ob Pluma veränderte Dateien automatisch nach einer bestimmten Zeit "
"speichern soll. Sie können diese Zeit mit der Option »Autosicherungsabstand«"
" einstellen."

#: ../data/org.mate.pluma.gschema.xml.in.h:12
msgid "Autosave Interval"
msgstr "Autosicherungsabstand"

#: ../data/org.mate.pluma.gschema.xml.in.h:13
msgid ""
"Number of minutes after which pluma will automatically save modified files. "
"This will only take effect if the \"Autosave\" option is turned on."
msgstr ""
"Minuten, nach denen Pluma automatisch veränderte Dateien speichert. Das wird"
" nur passieren, wenn die Option »Automatisch speichern« aktiviert ist."

#: ../data/org.mate.pluma.gschema.xml.in.h:14
msgid "Show save confirmation"
msgstr "Bestätigung für das Speichern anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:15
msgid "Show save confirmation if the files have changes."
msgstr ""
"Bestätigung für das Speichern anzeigen, falls sich die Dateien geändert "
"haben."

#: ../data/org.mate.pluma.gschema.xml.in.h:16
msgid "Writable VFS schemes"
msgstr "Schreibbare VFS-Schemata"

#: ../data/org.mate.pluma.gschema.xml.in.h:17
msgid ""
"List of VFS schemes pluma supports in write mode. The 'file' scheme is "
"writable by default."
msgstr ""
"Liste der von Pluma im Schreibmodus unterstützen VFS-Schemata. Das Schema "
"»file« ist standardmäßig schreibbar."

#: ../data/org.mate.pluma.gschema.xml.in.h:18
msgid "Maximum Number of Undo Actions"
msgstr "Höchstzahl der Rückgängigaktionen"

#: ../data/org.mate.pluma.gschema.xml.in.h:19
msgid ""
"Maximum number of actions that pluma will be able to undo or redo. Use "
"\"-1\" for unlimited number of actions."
msgstr ""
"Maximal anzuzeigende Anzahl der Aktionen, die Pluma rückgängig machen und "
"wiederherstellen kann. Verwenden Sie »-1« für eine unbegrenzte Anzahl an "
"Aktionen."

#: ../data/org.mate.pluma.gschema.xml.in.h:20
msgid "Line Wrapping Mode"
msgstr "Zeilenumbruchsmodus"

#: ../data/org.mate.pluma.gschema.xml.in.h:21
msgid ""
"Specifies how to wrap long lines in the editing area. Use \"GTK_WRAP_NONE\" "
"for no wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that"
" the values are case-sensitive, so make sure they appear exactly as "
"mentioned here."
msgstr ""
"Gibt an, ab welcher Länge Zeilen im Bearbeitungsbereich umgebrochen werden. "
"Verwenden Sie »GTK_WRAP_NONE« für keinen Umbruch, »GTK_WRAP_WORD«, um den "
"Zeilenumbruch an Wortgrenzen durchzufügen oder »GTK_WRAP_CHAR« für den "
"Umbruch an einzelnen Zeichengrenzen. Hinweis: Bei den Werten wird zwischen "
"Groß- und Kleinschreibung unterschieden. Verwenden Sie daher bitte die Werte"
" genau wie hier angegeben."

#: ../data/org.mate.pluma.gschema.xml.in.h:22
msgid "Tab Size"
msgstr "Größe von Tabulatoren"

#: ../data/org.mate.pluma.gschema.xml.in.h:23
msgid ""
"Specifies the number of spaces that should be displayed instead of Tab "
"characters."
msgstr ""
"Gibt die Anzahl der Leerzeichen an, die anstelle von Tabulatorzeichen "
"angezeigt werden."

#: ../data/org.mate.pluma.gschema.xml.in.h:24
msgid "Insert spaces"
msgstr "Leerzeichen einfügen"

#: ../data/org.mate.pluma.gschema.xml.in.h:25
msgid "Whether pluma should insert spaces instead of tabs."
msgstr ""
"Gibt an, ob Pluma Leerzeichen anstelle von Tabulatoren verwenden soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:26
msgid "Automatic indent"
msgstr "Automatische Einrückung"

#: ../data/org.mate.pluma.gschema.xml.in.h:27
msgid "Whether pluma should enable automatic indentation."
msgstr "Gibt an, ob Pluma den automatischen Einzug verwendet."

#: ../data/org.mate.pluma.gschema.xml.in.h:28
msgid "Display Line Numbers"
msgstr "Zeilennummern anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:29
msgid "Whether pluma should display line numbers in the editing area."
msgstr "Gibt an, ob Pluma Zeilennummern im Bearbeitungsbereich anzeigt."

#: ../data/org.mate.pluma.gschema.xml.in.h:30
msgid "Highlight Current Line"
msgstr "Aktuelle Zeile hervorheben"

#: ../data/org.mate.pluma.gschema.xml.in.h:31
msgid "Whether pluma should highlight the current line."
msgstr "Gibt an, ob Pluma die aktuelle Zeile hervorheben soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:32
msgid "Highlight Matching Bracket"
msgstr "Übereinstimmende Klammern hervorheben"

#: ../data/org.mate.pluma.gschema.xml.in.h:33
msgid "Whether pluma should highlight the bracket matching the selected one."
msgstr ""
"Gibt an, ob Pluma die zur gewählten Klammer gehörende Klammer hervorheben "
"soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:34
msgid "Display Right Margin"
msgstr "Rechten Rand anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:35
msgid "Whether pluma should display the right margin in the editing area."
msgstr ""
"Gibt an, ob Pluma den rechten Rand im Bearbeitungsbereich anzeigen soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:36
msgid "Right Margin Position"
msgstr "Position des rechten Randes"

#: ../data/org.mate.pluma.gschema.xml.in.h:37
msgid "Specifies the position of the right margin."
msgstr "Gibt die Position des rechten Randes an."

#: ../data/org.mate.pluma.gschema.xml.in.h:38
msgid "Smart Home End"
msgstr "Intelligentes Pos1/Ende"

#: ../data/org.mate.pluma.gschema.xml.in.h:39
msgid ""
"Specifies how the cursor moves when the HOME and END keys are pressed. Use "
"\"DISABLED\" to always move at the start/end of the line, \"AFTER\" to move "
"to the start/end of the line the first time the keys are pressed and to the "
"start/end of the text ignoring whitespaces the second time the keys are "
"pressed, \"BEFORE\" to move to the start/end of the text before moving to "
"the start/end of the line and \"ALWAYS\" to always move to the start/end of "
"the text instead of the start/end of the line."
msgstr ""
"Gibt an, wie sich der Zeiger beim Drücken der Tasten »Pos1« und »Ende« "
"verhalten soll. »DISABLED« bewegt ihn immer an den Anfang bzw. das Ende "
"einer Zeile. »AFTER« bewegt ihn beim ersten Drücken an den Anfang bzw. das "
"Ende einer Zeile, und beim zweiten Drücken an den Anfang bzw. das Ende des "
"Textes, wobei Leerzeichen ignoriert werden. »BEFORE« bewegt ihn an den "
"Anfang bzw. das Ende des Textes und anschließend an den Anfang bzw. das Ende"
" der Zeile. »ALWAYS« bewegt ihn immer an den Anfang bzw. das Ende des Textes"
" anstatt an den Anfang bzw. das Ende der Zeile."

#: ../data/org.mate.pluma.gschema.xml.in.h:40
msgid "Restore Previous Cursor Position"
msgstr "Vorherige Zeigerposition wiederherstellen"

#: ../data/org.mate.pluma.gschema.xml.in.h:41
msgid ""
"Whether pluma should restore the previous cursor position when a file is "
"loaded."
msgstr ""
"Gibt an, ob Pluma die vorherige Zeigerposition wiederherstellen soll, wenn "
"eine Datei geöffnet wird."

#: ../data/org.mate.pluma.gschema.xml.in.h:42
msgid "Enable Search Highlighting"
msgstr "Suchergebnisse hervorheben"

#: ../data/org.mate.pluma.gschema.xml.in.h:43
msgid ""
"Whether pluma should highlight all the occurrences of the searched text."
msgstr "Gibt an, ob Pluma alle Suchergebnisse hervorheben soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:44
msgid "Enable Syntax Highlighting"
msgstr "Syntax hervorheben"

#: ../data/org.mate.pluma.gschema.xml.in.h:45
msgid "Whether pluma should enable syntax highlighting."
msgstr "Gibt an, ob Pluma die Syntax hervorheben soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:46
msgid "Toolbar is Visible"
msgstr "Werkzeugleiste anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:47
msgid "Whether the toolbar should be visible in editing windows."
msgstr ""
"Gibt an, ob die Werkzeugleiste in Bearbeitungsfenstern sichtbar sein soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:48
msgid "Toolbar Buttons Style"
msgstr "Knopfstil der Werkzeugleiste"

#: ../data/org.mate.pluma.gschema.xml.in.h:49
msgid ""
"Style for the toolbar buttons. Possible values are \"PLUMA_TOOLBAR_SYSTEM\" "
"to use the system's default style, \"PLUMA_TOOLBAR_ICONS\" to display icons "
"only, \"PLUMA_TOOLBAR_ICONS_AND_TEXT\" to display both icons and text, and "
"\"PLUMA_TOOLBAR_ICONS_BOTH_HORIZ\" to display prioritized text beside icons."
" Note that the values are case-sensitive, so make sure they appear exactly "
"as mentioned here."
msgstr ""
"Stil der Knöpfe in der Werkzeugleiste. Mögliche Werte sind "
"»PLUMA_TOOLBAR_SYSTEM« für den vom System vorgegebenen Stil, "
"»PLUMA_TOOLBAR_ICONS«, um nur Symbole anzuzeigen, "
"»PLUMA_TOOLBAR_ICONS_AND_TEXT«, um Symbole und Text anzuzeigen sowie "
"»PLUMA_TOOLBAR_ICONS_BOTH_HORIZ«, um wichtigen Text neben Symbolen "
"anzuzeigen. Hinweis: Bei den Werten wird zwischen Groß- und Kleinschreibung "
"unterschieden. Verwenden Sie daher die Werte genau wie hier angegeben."

#: ../data/org.mate.pluma.gschema.xml.in.h:50
msgid "Status Bar is Visible"
msgstr "Statusleiste anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:51
msgid ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr ""
"Gibt an, ob die Statusleiste am unteren Rand des Bearbeitungsfensters "
"sichtbar sein soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:52
msgid "Side Pane is Visible"
msgstr "Seitenleiste ist sichtbar"

#: ../data/org.mate.pluma.gschema.xml.in.h:53
msgid ""
"Whether the side pane at the left of editing windows should be visible."
msgstr ""
"Gibt an, ob die Seitenleiste am linken Rand des Bearbeitungsfensters "
"sichtbar sein soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:54
msgid "Show tabs with side pane"
msgstr "Reiter mit Seitenleiste anzeigen"

#: ../data/org.mate.pluma.gschema.xml.in.h:55
msgid ""
"If false, pluma doesn't show tabs in the notebook with the side pane active."
msgstr ""
"Wenn deaktiviert, zeigt Pluma bei aktiver Leiste keine Reiter im Notebook "
"an."

#: ../data/org.mate.pluma.gschema.xml.in.h:56
msgid "Bottom Panel is Visible"
msgstr "Fußleiste ist sichtbar"

#: ../data/org.mate.pluma.gschema.xml.in.h:57
msgid ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr ""
"Gibt an, ob die Fußleiste am unteren Rand des Bearbeitungsfensters sichtbar "
"sein soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:58
msgid "Maximum Recent Files"
msgstr "Maximal anzuzeigende zuletzt geöffnete Dateien"

#: ../data/org.mate.pluma.gschema.xml.in.h:59
msgid ""
"Specifies the maximum number of recently opened files that will be displayed"
" in the \"Recent Files\" submenu."
msgstr ""
"Gibt die maximale Anzahl der zuletzt geöffneten Dateien an, die im Untermenü"
" »Zuletzt geöffnete Dateien« angezeigt werden."

#: ../data/org.mate.pluma.gschema.xml.in.h:60
msgid "Print Syntax Highlighting"
msgstr "Beim Drucken Syntax hervorheben"

#: ../data/org.mate.pluma.gschema.xml.in.h:61
msgid ""
"Whether pluma should print syntax highlighting when printing documents."
msgstr "Gibt an, ob Pluma beim Drucken die Syntaxhervorhebung drucken soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:62
msgid "Print Header"
msgstr "Kopfzeilen drucken"

#: ../data/org.mate.pluma.gschema.xml.in.h:63
msgid ""
"Whether pluma should include a document header when printing documents."
msgstr "Gibt an, ob Pluma beim Drucken die Dokumentenkopfzeilen drucken soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:64
msgid "Printing Line Wrapping Mode"
msgstr "Zeilenumbruchsmodus beim Drucken"

#: ../data/org.mate.pluma.gschema.xml.in.h:65
msgid ""
"Specifies how to wrap long lines for printing. Use \"GTK_WRAP_NONE\" for no "
"wrapping, \"GTK_WRAP_WORD\" for wrapping at word boundaries, and "
"\"GTK_WRAP_CHAR\" for wrapping at individual character boundaries. Note that"
" the values are case-sensitive, so make sure they appear exactly as "
"mentioned here."
msgstr ""
"Gibt an, wie längere Zeilen beim Druck umgebrochen werden. Verwenden Sie "
"»GTK_WRAP_NONE« für keinen Umbruch, »GTK_WRAP_WORD« für Umbruch an "
"Wortgrenzen oder »GTK_WRAP_CHAR« für Umbruch bei individuellen "
"Zeichengrenzen. Hinweis: Bei den Werten wird zwischen Groß- und "
"Kleinschreibung unterschieden. Verwenden Sie daher die Werte genau wie hier "
"angegeben."

#: ../data/org.mate.pluma.gschema.xml.in.h:66
msgid "Print Line Numbers"
msgstr "Zeilennummern drucken"

#: ../data/org.mate.pluma.gschema.xml.in.h:67
msgid ""
"If this value is 0, then no line numbers will be inserted when printing a "
"document. Otherwise, pluma will print line numbers every such number of "
"lines."
msgstr ""
"Wenn dieser Wert 0 ist, werden keine Zeilennummern im Ausdruck eines "
"Dokumentes eingefügt. Andernfalls wird Pluma alle oben angegeben "
"Zeilennummern einfügen."

#: ../data/org.mate.pluma.gschema.xml.in.h:68
msgctxt "print-font-body-pango"
msgid "'Monospace 9'"
msgstr "'Monospace 9'"

#: ../data/org.mate.pluma.gschema.xml.in.h:69
msgid "Body Font for Printing"
msgstr "Druckschrift für den Fließtext"

#: ../data/org.mate.pluma.gschema.xml.in.h:70
msgid ""
"Specifies the font to use for a document's body when printing documents."
msgstr ""
"Gibt die Schrift an, die zum Drucken des Fließtextes verwendet werden soll."

#: ../data/org.mate.pluma.gschema.xml.in.h:71
msgctxt "print-font-header-pango"
msgid "'Sans 11'"
msgstr "'Sans 11'"

#: ../data/org.mate.pluma.gschema.xml.in.h:72
msgid "Header Font for Printing"
msgstr "Druckschrift für die Kopfzeilen"

#: ../data/org.mate.pluma.gschema.xml.in.h:73
msgid ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
msgstr ""
"Gibt die Schrift an, die zum Drucken der Seitenkopfzeilen verwendet werden "
"soll. Diese wird nur verwendet, wenn die Option »Kopfzeilen drucken« "
"aktiviert ist."

#: ../data/org.mate.pluma.gschema.xml.in.h:74
msgctxt "print-font-numbers-pango"
msgid "'Sans 8'"
msgstr "'Sans 8'"

#: ../data/org.mate.pluma.gschema.xml.in.h:75
msgid "Line Number Font for Printing"
msgstr "Druckschrift für Zeilennummern"

#: ../data/org.mate.pluma.gschema.xml.in.h:76
msgid ""
"Specifies the font to use for line numbers when printing. This will only "
"take effect if the \"Print Line Numbers\" option is non-zero."
msgstr ""
"Gibt die Schrift an, die zum Drucken der Zeilennummern verwendet werden "
"soll. Diese wird nur verwendet, wenn die Option »Zeilennummern drucken« "
"nicht Null ist."

#: ../data/org.mate.pluma.gschema.xml.in.h:77
msgctxt "auto-detected"
msgid "[ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]"
msgstr "[ 'UTF-8', 'AKTUELL', 'ISO-8859-15', 'UTF-16' ]"

#: ../data/org.mate.pluma.gschema.xml.in.h:78
msgid "Automatically Detected Encodings"
msgstr "Automatisch erkannte Zeichenkodierungen "

#: ../data/org.mate.pluma.gschema.xml.in.h:79
msgid ""
"Sorted list of encodings used by pluma for automatically detecting the "
"encoding of a file. \"CURRENT\" represents the current locale encoding. Only"
" recognized encodings are used."
msgstr ""
"Eine sortierte Liste der von Pluma zur automatischen Erkennung der "
"Zeichenkodierung eines Dokumentes verwendete Zeichenkodierungen, wobei "
"»CURRENT« die Zeichenkodierung der derzeitigen Standorteinstellungen ist. Es"
" werden ausschließlich bekannte Zeichenkodierungen verwendet."

#: ../data/org.mate.pluma.gschema.xml.in.h:80
msgctxt "shown-in-menu"
msgid "[ 'ISO-8859-15' ]"
msgstr "[ 'ISO-8859-15' ]"

#: ../data/org.mate.pluma.gschema.xml.in.h:81
msgid "Encodings shown in menu"
msgstr "Im Menü angezeigte Zeichenkodierungen"

#: ../data/org.mate.pluma.gschema.xml.in.h:82
msgid ""
"List of encodings shown in the Character Encoding menu in open/save file "
"selector. Only recognized encodings are used."
msgstr ""
"Eine Liste der im Zeichenkodierungsmenü im Öffnen/Speichern-Dateiwähler "
"anzuzeigenden Zeichenkodierungen. Es werden ausschließlich erkannte "
"Zeichenkodierungen verwendet."

#: ../data/org.mate.pluma.gschema.xml.in.h:83
msgid "History for \"search for\" entries"
msgstr "Verlauf der »Suchen nach« Einträge"

#: ../data/org.mate.pluma.gschema.xml.in.h:84
msgid "List of entries in \"search for\" textbox."
msgstr "Liste der Einträge im Textfeld »Suchen nach«."

#: ../data/org.mate.pluma.gschema.xml.in.h:85
msgid "History for \"replace with\" entries"
msgstr "Verlauf der Einträge »Ersetzen mit«"

#: ../data/org.mate.pluma.gschema.xml.in.h:86
msgid "List of entries in \"replace with\" textbox."
msgstr "Liste der Einträge im Textfeld »Ersetzen mit«"

#: ../data/org.mate.pluma.gschema.xml.in.h:87
msgid "Active plugins"
msgstr "Aktive Erweiterungen"

#: ../data/org.mate.pluma.gschema.xml.in.h:88
msgid ""
"List of active plugins. It contains the \"Location\" of the active plugins. "
"See the .pluma-plugin file for obtaining the \"Location\" of a given plugin."
msgstr ""
"Liste der aktiven Erweiterungen. Sie enthält den Ort (»Location«) der "
"aktiven Erweiterungen. Die Datei ».pluma-plugin« ansehen, um den Ort einer "
"bestimmten Erweiterung zu erfahren."

#: ../data/pluma.appdata.xml.in.h:1
msgid "A Text Editor for the MATE desktop environment"
msgstr "Eine Textbearbeitung für die MATE-Arbeitsumgebung"

#: ../data/pluma.appdata.xml.in.h:2
msgid ""
"<p> Pluma is a small, but powerful text editor designed specifically for the"
" MATE desktop. It has most standard text editor functions and fully supports"
" international text in Unicode. Advanced features include syntax "
"highlighting and automatic indentation of source code, printing and editing "
"of multiple documents in one window. </p> <p> Pluma is extensible through a "
"plugin system, which currently includes support for spell checking, "
"comparing files, viewing CVS ChangeLogs, and adjusting indentation levels. "
"</p>"
msgstr ""
"<p> Pluma ist eine kleine, aber mächtiger Textverarbeitung, die speziell für"
" den MATE-Schreibtisch entworfen wurde. Er verfügt über alle "
"Standardfunktionen einer Textverarbeitung und bietet vollständige "
"Unterstützung für internationalen Text in Unicode. Erweiterte Funktionen "
"beinhalten Syntaxhervorhebung und automatische Einrückung von Quelltext, "
"Drucken und Bearbeiten mehrerer Dokumente in einem Fenster. </p> <p> Pluma "
"ist durch ein Erweiterungssystem erweiterbar, das derzeit Unterstützung für "
"Rechtschreibprüfung, Dateivergleiche, die Anzeige von CVS-"
"Änderungsprotokollen und einstellbarer Einrücktiefe bereitstellt. </p>"

#: ../data/pluma.desktop.in.in.h:1
msgid "Pluma"
msgstr "Pluma"

#: ../data/pluma.desktop.in.in.h:2 ../pluma/pluma-print-job.c:763
msgid "Text Editor"
msgstr "Textbearbeitung"

#: ../data/pluma.desktop.in.in.h:3
msgid "Edit text files"
msgstr "Textdateien bearbeiten"

#: ../data/pluma.desktop.in.in.h:4
msgid "Pluma Text Editor"
msgstr "Pluma-Textbearbeitung"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:140
msgid "Log Out _without Saving"
msgstr "Abmelden oh_ne zu speichern"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:144
msgid "_Cancel Logout"
msgstr "Abmelden _abbrechen"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:151
msgid "Close _without Saving"
msgstr "Schließen _ohne zu speichern"

#. Add a cancel button
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:155
#: ../pluma/dialogs/pluma-encodings-dialog.c:312
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:3
#: ../pluma/dialogs/pluma-preferences-dialog.c:821
#: ../pluma/pluma-commands-file.c:583 ../pluma/pluma-commands-file.c:1223
#: ../pluma/pluma-file-chooser-dialog.c:440
#: ../plugins/filebrowser/pluma-file-browser-utils.c:171
#: ../plugins/sort/sort.ui.h:2
#: ../plugins/spell/pluma-spell-language-dialog.c:132
#: ../plugins/spell/languages-dialog.ui.h:3
#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:3
#: ../plugins/time/pluma-time-dialog.ui.h:3
#: ../plugins/time/pluma-time-setup-dialog.ui.h:3
msgid "_Cancel"
msgstr "_Abbrechen"

#. File menu
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:182
#: ../pluma/pluma-file-chooser-dialog.c:444 ../pluma/pluma-ui.h:80
msgid "_Save"
msgstr "_Speichern"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:187
msgid "Save _As"
msgstr "Speichern _unter"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:220
msgid "Question"
msgstr "Frage"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:420
#, c-format
msgid ""
"If you don't save, changes from the last %ld second will be permanently "
"lost."
msgid_plural ""
"If you don't save, changes from the last %ld seconds will be permanently "
"lost."
msgstr[0] ""
"Falls Sie nicht speichern, gehen in der letzten 1 Sekunde vorgenommene "
"Änderungen unwiderruflich verloren."
msgstr[1] ""
"Falls Sie nicht speichern, gehen in den letzten %ld Sekunden vorgenommene "
"Änderungen unwiderruflich verloren."

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:429
msgid ""
"If you don't save, changes from the last minute will be permanently lost."
msgstr ""
"Falls Sie nicht speichern, gehen in der letzten Minute vorgenommene "
"Änderungen unwiderruflich verloren."

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:435
#, c-format
msgid ""
"If you don't save, changes from the last minute and %ld second will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last minute and %ld seconds will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:445
#, c-format
msgid ""
"If you don't save, changes from the last %ld minute will be permanently "
"lost."
msgid_plural ""
"If you don't save, changes from the last %ld minutes will be permanently "
"lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:460
msgid ""
"If you don't save, changes from the last hour will be permanently lost."
msgstr ""
"Falls Sie nicht speichern, gehen in der letzten Stunde vorgenommene "
"Änderungen unwiderruflich verloren."

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:466
#, c-format
msgid ""
"If you don't save, changes from the last hour and %d minute will be "
"permanently lost."
msgid_plural ""
"If you don't save, changes from the last hour and %d minutes will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:481
#, c-format
msgid ""
"If you don't save, changes from the last %d hour will be permanently lost."
msgid_plural ""
"If you don't save, changes from the last %d hours will be permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:527
#, c-format
msgid "Changes to document \"%s\" will be permanently lost."
msgstr ""
"Am Dokument »%s« vorgenommene Änderungen werden unwiderruflich verloren "
"gehen."

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:532
#, c-format
msgid "Save changes to document \"%s\" before closing?"
msgstr "Änderungen am Dokument »%s« vor dem Schließen speichern?"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:546
#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:765
msgid "Saving has been disabled by the system administrator."
msgstr "Das Speichern wurde vom Systemverwalter deaktiviert."

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:717
#, c-format
msgid "Changes to %d document will be permanently lost."
msgid_plural "Changes to %d documents will be permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:723
#, c-format
msgid ""
"There is %d document with unsaved changes. Save changes before closing?"
msgid_plural ""
"There are %d documents with unsaved changes. Save changes before closing?"
msgstr[0] ""
msgstr[1] ""

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:741
msgid "Docum_ents with unsaved changes:"
msgstr "Dokumente mit _nicht gespeicherten Änderungen:"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:743
msgid "S_elect the documents you want to save:"
msgstr "_Die zu speichernden Dokumente auswählen:"

#: ../pluma/dialogs/pluma-close-confirmation-dialog.c:767
msgid "If you don't save, all your changes will be permanently lost."
msgstr ""
"Falls Sie die von Ihnen vorgenommenen Änderungen nicht speichern, gehen sie "
"vollständig und unwiderruflich verloren."

#: ../pluma/dialogs/pluma-encodings-dialog.c:313
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:4
#: ../plugins/spell/pluma-spell-language-dialog.c:133
#: ../plugins/spell/languages-dialog.ui.h:4
#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:4
#: ../plugins/time/pluma-time-plugin.c:923
#: ../plugins/time/pluma-time-setup-dialog.ui.h:4
msgid "_OK"
msgstr "_OK"

#: ../pluma/dialogs/pluma-encodings-dialog.c:314
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:2
#: ../pluma/dialogs/pluma-preferences-dialog.c:1138
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:2 ../pluma/pluma-ui.h:53
#: ../plugins/sort/sort.ui.h:4
#: ../plugins/spell/pluma-spell-language-dialog.c:134
#: ../plugins/spell/languages-dialog.ui.h:2
#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:2
#: ../plugins/time/pluma-time-dialog.ui.h:2
#: ../plugins/time/pluma-time-setup-dialog.ui.h:2
msgid "_Help"
msgstr "_Hilfe"

#: ../pluma/dialogs/pluma-encodings-dialog.c:316
msgid "Character Encodings"
msgstr "Zeichenkodierungen"

#: ../pluma/dialogs/pluma-encodings-dialog.c:382
#: ../pluma/dialogs/pluma-encodings-dialog.c:443
msgid "_Description"
msgstr "_Beschreibung"

#: ../pluma/dialogs/pluma-encodings-dialog.c:391
#: ../pluma/dialogs/pluma-encodings-dialog.c:452
msgid "_Encoding"
msgstr "Zeichen_kodierung"

#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:1
msgid "Character encodings"
msgstr "Zeichenkodierungen"

#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:5
msgid "A_vailable encodings:"
msgstr "_Verfügbare Zeichenkodierungen:"

#. + Add to Dictionary
#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:6
#: ../plugins/spell/pluma-automatic-spell-checker.c:514
msgid "_Add"
msgstr "_Hinzufügen"

#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:7
msgid "E_ncodings shown in menu:"
msgstr "Im _Menü angezeigte Zeichenkodierungen:"

#: ../pluma/dialogs/pluma-encodings-dialog.ui.h:8
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:33
msgid "_Remove"
msgstr "_Löschen"

#: ../pluma/dialogs/pluma-preferences-dialog.c:572
msgid "Click on this button to select the font to be used by the editor"
msgstr ""
"Auf diesen Knopf klicken, um die vom Bearbeiter zu verwendende Schrift "
"auszuwählen"

#: ../pluma/dialogs/pluma-preferences-dialog.c:582
#, c-format
msgid "_Use the system fixed width font (%s)"
msgstr "_Dicktengleiche Schrift des Systems benutzen (%s)"

#: ../pluma/dialogs/pluma-preferences-dialog.c:785
msgid "The selected color scheme cannot be installed."
msgstr "Das gewählte Farbschema ist nicht installiert."

#: ../pluma/dialogs/pluma-preferences-dialog.c:863
msgid "Add Scheme"
msgstr "Schema hinzufügen"

#: ../pluma/dialogs/pluma-preferences-dialog.c:870
msgid "A_dd Scheme"
msgstr "Schema hin_zufügen"

#: ../pluma/dialogs/pluma-preferences-dialog.c:878
msgid "Color Scheme Files"
msgstr "Farbschemadateien"

#: ../pluma/dialogs/pluma-preferences-dialog.c:885
#: ../pluma/pluma-file-chooser-dialog.c:54
msgid "All Files"
msgstr "Alle Dateien"

#: ../pluma/dialogs/pluma-preferences-dialog.c:930
#, c-format
msgid "Could not remove color scheme \"%s\"."
msgstr "Farbschema »%s« konnte nicht entfernt werden."

#. ex:et:ts=4:
#: ../pluma/dialogs/pluma-preferences-dialog.c:1137
#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:3
#: ../pluma/dialogs/pluma-search-dialog.c:333
#: ../pluma/dialogs/pluma-search-dialog.ui.h:2 ../pluma/pluma-ui.h:142
#: ../plugins/docinfo/docinfo.ui.h:2
#: ../plugins/pythonconsole/pythonconsole/config.ui.h:1
msgid "_Close"
msgstr "S_chließen"

#: ../pluma/dialogs/pluma-preferences-dialog.c:1140
msgid "Pluma Preferences"
msgstr "Pluma-Einstellungen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:1
msgid "Preferences"
msgstr "Einstellungen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:4
#: ../pluma/pluma-print-preferences.ui.h:9
msgid "Text Wrapping"
msgstr "Textumbruch"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:5
#: ../plugins/docinfo/docinfo.ui.h:5
#: ../plugins/externaltools/tools/tools.ui.h:21
#: ../plugins/snippets/snippets/snippets.ui.h:9
#: ../plugins/time/pluma-time-dialog.ui.h:6
#: ../plugins/time/pluma-time-setup-dialog.ui.h:6
msgid "    "
msgstr "    "

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:6
#: ../pluma/pluma-print-preferences.ui.h:10
msgid "Enable text _wrapping"
msgstr "Zeilen_umbruch aktivieren"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:7
#: ../pluma/pluma-print-preferences.ui.h:11
msgid "Do not _split words over two lines"
msgstr "Nur am _Wortende umbrechen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:8
#: ../pluma/pluma-print-preferences.ui.h:3
msgid "Line Numbers"
msgstr "Zeilennummern"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:9 ../pluma/pluma-view.c:1968
msgid "_Display line numbers"
msgstr "_Zeilennummern anzeigen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:10
msgid "Current Line"
msgstr "Momentane Zeile"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:11
msgid "Highlight current _line"
msgstr "Aktuelle Zeile _hervorheben"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:12
msgid "Right Margin"
msgstr "Rechter Rand"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:13
msgid "Display right _margin"
msgstr "_Rechten Rand anzeigen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:14
msgid "_Right margin at column:"
msgstr "R_echter Rand in Spalte:"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:15
msgid "Bracket Matching"
msgstr "Klammerübereinstimmung"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:16
msgid "Highlight matching _bracket"
msgstr "Übereinstimmende _Klammern hervorheben"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:17
msgid "View"
msgstr "Ansicht"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:18
msgid "Tab Stops"
msgstr "Tabulatoren"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:19
msgid "_Tab width:"
msgstr "_Tabulatorbreite:"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:20
msgid "Insert _spaces instead of tabs"
msgstr "An Stelle von Tabulatoren _Leerzeichen einfügen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:21
msgid "Automatic Indentation"
msgstr "Automatischer Einzug"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:22
msgid "_Enable automatic indentation"
msgstr "_Automatischen Einzug aktivieren"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:23
msgid "File Saving"
msgstr "Speichern von Dateien"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:24
msgid "Create a _backup copy of files before saving"
msgstr "_Vor dem Speichern von Dateien eine Sicherheitskopie anlegen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:25
msgid "_Autosave files every"
msgstr "_Dateien automatisch speichern alle"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:26
msgid "_minutes"
msgstr "_Minuten"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:27
msgid "Editor"
msgstr "Bearbeitung"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:28
msgid "Font"
msgstr "Schrift"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:29
msgid "Editor _font: "
msgstr "Bearbeitungsschrift"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:30
msgid "Pick the editor font"
msgstr "Die Bearbeitungsschrift auswählen"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:31
msgid "Color Scheme"
msgstr "Farbschema"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:32
msgid "_Add..."
msgstr "Hin_zufügen …"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:34
msgid "Font & Colors"
msgstr "Schrift und Farben"

#: ../pluma/dialogs/pluma-preferences-dialog.ui.h:35
msgid "Plugins"
msgstr "Module"

#: ../pluma/dialogs/pluma-search-dialog.c:301
#: ../pluma/dialogs/pluma-search-dialog.ui.h:1 ../pluma/pluma-window.c:1500
msgid "Replace"
msgstr "Ersetzen"

#: ../pluma/dialogs/pluma-search-dialog.c:310 ../pluma/pluma-window.c:1498
msgid "Find"
msgstr "Suchen"

#: ../pluma/dialogs/pluma-search-dialog.c:417
#: ../pluma/dialogs/pluma-search-dialog.ui.h:4
msgid "_Find"
msgstr "_Finden"

#: ../pluma/dialogs/pluma-search-dialog.c:420
msgid "Replace _All"
msgstr "_Alle ersetzen"

#: ../pluma/dialogs/pluma-search-dialog.c:421
#: ../pluma/pluma-commands-file.c:588
msgid "_Replace"
msgstr "_Ersetzen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:3
msgid "Replace All"
msgstr "Alle ersetzen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:5
msgid "_Search for: "
msgstr "Suchen _nach: "

#: ../pluma/dialogs/pluma-search-dialog.ui.h:6
msgid "Replace _with: "
msgstr "Ersetzen _durch: "

#: ../pluma/dialogs/pluma-search-dialog.ui.h:7
msgid "_Match case"
msgstr "_Groß-/Kleinschreibung berücksichtigen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:8
msgid "Match _regular expression"
msgstr "Als _regulären Ausdruck verarbeiten"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:9
msgid "Match _entire word only"
msgstr "Nur _vollständige Wörter berücksichtigen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:10
msgid "Search _backwards"
msgstr "_Rückwärts suchen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:11
msgid "_Wrap around"
msgstr "Suche beim Erreichen des Endes am Anfang _fortsetzen"

#: ../pluma/dialogs/pluma-search-dialog.ui.h:12
msgid "_Parse escape sequences (e.g. \\n)"
msgstr "_Escape-Sequenzen analysieren (z.B. \\n)"

#: ../pluma/pluma.c:108
msgid "Show the application's version"
msgstr "Die Version der Anwendung anzeigen"

#: ../pluma/pluma.c:111
msgid ""
"Set the character encoding to be used to open the files listed on the "
"command line"
msgstr ""
"Die zu verwendende Zeichenkodierung zum Öffnen der per Befehlszeile "
"übergebenen Dateien festlegen"

#: ../pluma/pluma.c:111
msgid "ENCODING"
msgstr "KODIERUNG"

#: ../pluma/pluma.c:114
msgid "Display list of possible values for the encoding option"
msgstr "Liste aller möglichen Kodierungsoptionen anzeigen"

#: ../pluma/pluma.c:117
msgid "Create a new top-level window in an existing instance of pluma"
msgstr ""
"Ein neues Hauptfenster in einer vorhandenen Instanz von Pluma erstellen"

#: ../pluma/pluma.c:120
msgid "Create a new document in an existing instance of pluma"
msgstr "Ein neues Dokument in einer vorhandenen Instanz von Pluma erstellen"

#: ../pluma/pluma.c:123
msgid "[FILE...]"
msgstr "[DATEI …]"

#: ../pluma/pluma.c:178
#, c-format
msgid "%s: invalid encoding.\n"
msgstr "%s: ungültige Kodierung.\n"

#. Setup command line options
#: ../pluma/pluma.c:524
msgid "- Edit text files"
msgstr "- Textdateien bearbeiten"

#: ../pluma/pluma.c:535
#, c-format
msgid ""
"%s\n"
"Run '%s --help' to see a full list of available command line options.\n"
msgstr ""
"%s\n"
"»%s --help« ausführen, um die Liste der verfügbaren Befehlszeilenoptionen zu sehen.\n"

#: ../pluma/pluma-commands-file.c:250
#, c-format
msgid "Loading file '%s'…"
msgstr "Datei »%s« wird geladen …"

#: ../pluma/pluma-commands-file.c:259
#, c-format
msgid "Loading %d file…"
msgid_plural "Loading %d files…"
msgstr[0] ""
msgstr[1] ""

#. Translators: "Open Files" is the title of the file chooser window
#: ../pluma/pluma-commands-file.c:463
msgid "Open Files"
msgstr "Offene Dateien"

#: ../pluma/pluma-commands-file.c:574
#, c-format
msgid "The file \"%s\" is read-only."
msgstr "Die Datei »%s« kann nur gelesen werden."

#: ../pluma/pluma-commands-file.c:579
msgid "Do you want to try to replace it with the one you are saving?"
msgstr ""
"Soll versucht werden, sie durch diejenige zu ersetzen, die Sie gerade "
"speichern?"

#: ../pluma/pluma-commands-file.c:649 ../pluma/pluma-commands-file.c:872
#, c-format
msgid "Saving file '%s'…"
msgstr "Datei »%s« wird gespeichert …"

#: ../pluma/pluma-commands-file.c:757
msgid "Save As…"
msgstr "Speichern unter …"

#: ../pluma/pluma-commands-file.c:1086
#, c-format
msgid "Reverting the document '%s'…"
msgstr "Das Dokument »%s« wird zurückgesetzt …"

#: ../pluma/pluma-commands-file.c:1131
#, c-format
msgid "Revert unsaved changes to document '%s'?"
msgstr ""
"Sollen die am Dokument »%s« vorgenommenen, nicht gespeicherten, Änderungen "
"rückgängig gemacht werden?"

#: ../pluma/pluma-commands-file.c:1140
#, c-format
msgid ""
"Changes made to the document in the last %ld second will be permanently "
"lost."
msgid_plural ""
"Changes made to the document in the last %ld seconds will be permanently "
"lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-file.c:1149
msgid ""
"Changes made to the document in the last minute will be permanently lost."
msgstr ""
"Innerhalb der letzten Minute am Dokument vorgenommene Änderungen würden "
"unwiderruflich verloren gehen."

#: ../pluma/pluma-commands-file.c:1155
#, c-format
msgid ""
"Changes made to the document in the last minute and %ld second will be "
"permanently lost."
msgid_plural ""
"Changes made to the document in the last minute and %ld seconds will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-file.c:1165
#, c-format
msgid ""
"Changes made to the document in the last %ld minute will be permanently "
"lost."
msgid_plural ""
"Changes made to the document in the last %ld minutes will be permanently "
"lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-file.c:1180
msgid ""
"Changes made to the document in the last hour will be permanently lost."
msgstr ""
"Innerhalb der letzten Stunde am Dokument vorgenommene Änderungen würden "
"unwiderruflich verloren gehen."

#: ../pluma/pluma-commands-file.c:1186
#, c-format
msgid ""
"Changes made to the document in the last hour and %d minute will be "
"permanently lost."
msgid_plural ""
"Changes made to the document in the last hour and %d minutes will be "
"permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-file.c:1201
#, c-format
msgid ""
"Changes made to the document in the last %d hour will be permanently lost."
msgid_plural ""
"Changes made to the document in the last %d hours will be permanently lost."
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-file.c:1228 ../pluma/pluma-ui.h:84
msgid "_Revert"
msgstr "_Zurücksetzen"

#: ../pluma/pluma-commands-help.c:83
msgid "Pluma is a small and lightweight text editor for the MATE Desktop"
msgstr ""
"Pluma ist eine kleine und schlanke Textbearbeitung für die MATE-"
"Arbeitsumgebung"

#: ../pluma/pluma-commands-help.c:95
msgid "translator-credits"
msgstr ""
"Christian Meyer\n"
"Benedikt Roth\n"
"Matthias Warkus\n"
"Hendrik Richter\n"
"Christian Kirbach\n"
"Wolfgang Stoeggl\n"
"Tobias Bannert"

#: ../pluma/pluma-commands-search.c:112
#, c-format
msgid "Found and replaced %d occurrence"
msgid_plural "Found and replaced %d occurrences"
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-commands-search.c:122
msgid "Found and replaced one occurrence"
msgstr "Ein Mal gefunden und ersetzt."

#. Translators: %s is replaced by the text
#. entered by the user in the search box
#: ../pluma/pluma-commands-search.c:143
#, c-format
msgid "\"%s\" not found"
msgstr "»%s« konnte nicht gefunden werden"

#: ../pluma/pluma-document.c:1086 ../pluma/pluma-document.c:1106
#, c-format
msgid "Unsaved Document %d"
msgstr "Nicht gespeichertes Dokument %d"

#: ../pluma/pluma-documents-panel.c:97 ../pluma/pluma-documents-panel.c:111
#: ../pluma/pluma-window.c:2227 ../pluma/pluma-window.c:2232
msgid "Read-Only"
msgstr "Schreibgeschützt"

#: ../pluma/pluma-documents-panel.c:785 ../pluma/pluma-window.c:3646
msgid "Documents"
msgstr "Dokumente"

#: ../pluma/pluma-encodings.c:138 ../pluma/pluma-encodings.c:180
#: ../pluma/pluma-encodings.c:182 ../pluma/pluma-encodings.c:184
#: ../pluma/pluma-encodings.c:186 ../pluma/pluma-encodings.c:188
#: ../pluma/pluma-encodings.c:190 ../pluma/pluma-encodings.c:192
msgid "Unicode"
msgstr "Unicode"

#: ../pluma/pluma-encodings.c:151 ../pluma/pluma-encodings.c:175
#: ../pluma/pluma-encodings.c:225 ../pluma/pluma-encodings.c:268
msgid "Western"
msgstr "Westlich"

#: ../pluma/pluma-encodings.c:153 ../pluma/pluma-encodings.c:227
#: ../pluma/pluma-encodings.c:264
msgid "Central European"
msgstr "Mitteleuropäisch"

#: ../pluma/pluma-encodings.c:155
msgid "South European"
msgstr "Südeuropäisch"

#: ../pluma/pluma-encodings.c:157 ../pluma/pluma-encodings.c:171
#: ../pluma/pluma-encodings.c:278
msgid "Baltic"
msgstr "Baltisch"

#: ../pluma/pluma-encodings.c:159 ../pluma/pluma-encodings.c:229
#: ../pluma/pluma-encodings.c:242 ../pluma/pluma-encodings.c:246
#: ../pluma/pluma-encodings.c:248 ../pluma/pluma-encodings.c:266
msgid "Cyrillic"
msgstr "Kyrillisch"

#: ../pluma/pluma-encodings.c:161 ../pluma/pluma-encodings.c:235
#: ../pluma/pluma-encodings.c:276
msgid "Arabic"
msgstr "Arabisch"

#: ../pluma/pluma-encodings.c:163 ../pluma/pluma-encodings.c:270
msgid "Greek"
msgstr "Griechisch"

#: ../pluma/pluma-encodings.c:165
msgid "Hebrew Visual"
msgstr "Hebräisch (visuell)"

#: ../pluma/pluma-encodings.c:167 ../pluma/pluma-encodings.c:231
#: ../pluma/pluma-encodings.c:272
msgid "Turkish"
msgstr "Türkisch"

#: ../pluma/pluma-encodings.c:169
msgid "Nordic"
msgstr "Nordisch"

#: ../pluma/pluma-encodings.c:173
msgid "Celtic"
msgstr "Keltisch"

#: ../pluma/pluma-encodings.c:177
msgid "Romanian"
msgstr "Rumänisch"

#: ../pluma/pluma-encodings.c:195
msgid "Armenian"
msgstr "Armenisch"

#: ../pluma/pluma-encodings.c:197 ../pluma/pluma-encodings.c:199
#: ../pluma/pluma-encodings.c:213
msgid "Chinese Traditional"
msgstr "Chinesisch (traditionell)"

#: ../pluma/pluma-encodings.c:201
msgid "Cyrillic/Russian"
msgstr "Kyrillisch/Russisch"

#: ../pluma/pluma-encodings.c:204 ../pluma/pluma-encodings.c:206
#: ../pluma/pluma-encodings.c:208 ../pluma/pluma-encodings.c:238
#: ../pluma/pluma-encodings.c:253
msgid "Japanese"
msgstr "Japanisch"

#: ../pluma/pluma-encodings.c:211 ../pluma/pluma-encodings.c:240
#: ../pluma/pluma-encodings.c:244 ../pluma/pluma-encodings.c:259
msgid "Korean"
msgstr "Koreanisch"

#: ../pluma/pluma-encodings.c:216 ../pluma/pluma-encodings.c:218
#: ../pluma/pluma-encodings.c:220
msgid "Chinese Simplified"
msgstr "Chinesisch (vereinfacht)"

#: ../pluma/pluma-encodings.c:222
msgid "Georgian"
msgstr "Georgisch"

#: ../pluma/pluma-encodings.c:233 ../pluma/pluma-encodings.c:274
msgid "Hebrew"
msgstr "Hebräisch"

#: ../pluma/pluma-encodings.c:250
msgid "Cyrillic/Ukrainian"
msgstr "Kyrillisch/Ukrainisch"

#: ../pluma/pluma-encodings.c:255 ../pluma/pluma-encodings.c:261
#: ../pluma/pluma-encodings.c:280
msgid "Vietnamese"
msgstr "Vietnamesisch"

#: ../pluma/pluma-encodings.c:257
msgid "Thai"
msgstr "Thai"

#: ../pluma/pluma-encodings.c:431
msgid "Unknown"
msgstr "Unbekannt"

#: ../pluma/pluma-encodings-combo-box.c:272
msgid "Automatically Detected"
msgstr "Automatisch erkannt"

#: ../pluma/pluma-encodings-combo-box.c:288
#: ../pluma/pluma-encodings-combo-box.c:303
#, c-format
msgid "Current Locale (%s)"
msgstr "Derzeitige Standorteinstellungen (%s)"

#: ../pluma/pluma-encodings-combo-box.c:353
msgid "Add or Remove..."
msgstr "Hinzufügen/Entfernen …"

#: ../pluma/pluma-file-chooser-dialog.c:55
msgid "All Text Files"
msgstr "Alle Textdateien"

#: ../pluma/pluma-file-chooser-dialog.c:83
msgid "C_haracter Encoding:"
msgstr "_Zeichenkodierung:"

#: ../pluma/pluma-file-chooser-dialog.c:148
msgid "L_ine Ending:"
msgstr "Ze_ilenende:"

#: ../pluma/pluma-file-chooser-dialog.c:167
msgid "Unix/Linux"
msgstr "Unix/Linux"

#: ../pluma/pluma-file-chooser-dialog.c:173
msgid "Mac OS Classic"
msgstr "Mac OS (klassisch)"

#: ../pluma/pluma-file-chooser-dialog.c:179
msgid "Windows"
msgstr "Fenster"

#: ../pluma/pluma-file-chooser-dialog.c:442
#: ../plugins/filebrowser/pluma-file-browser-widget.c:812
msgid "_Open"
msgstr "Ö_ffnen"

#: ../pluma/pluma-help.c:81
msgid "There was an error displaying the help."
msgstr "Beim Anzeigen der Hilfe ist ein Fehler aufgetreten."

#: ../pluma/pluma-io-error-message-area.c:179
#: ../pluma/pluma-io-error-message-area.c:481
msgid "_Retry"
msgstr "_Wiederholen"

#: ../pluma/pluma-io-error-message-area.c:200
#, c-format
msgid "Could not find the file %s."
msgstr "Die Datei »%s« konnte nicht gefunden werden."

#: ../pluma/pluma-io-error-message-area.c:202
#: ../pluma/pluma-io-error-message-area.c:241
#: ../pluma/pluma-io-error-message-area.c:248
msgid "Please check that you typed the location correctly and try again."
msgstr ""
"Bitte überprüfen Sie, ob Sie den Ort richtig eingegeben haben, und versuchen"
" Sie es erneut."

#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
#: ../pluma/pluma-io-error-message-area.c:217
#, c-format
msgid "pluma cannot handle %s locations."
msgstr "Pluma kann mit »%s«-Orten nicht umgehen."

#: ../pluma/pluma-io-error-message-area.c:223
msgid "pluma cannot handle this location."
msgstr "Pluma kann mit diesem Ort nicht umgehen."

#: ../pluma/pluma-io-error-message-area.c:231
msgid "The location of the file cannot be mounted."
msgstr "Der Speicherort der Datei kann nicht eingehängt werden."

#: ../pluma/pluma-io-error-message-area.c:235
msgid "The location of the file cannot be accessed because it is not mounted."
msgstr ""
"Auf den Speicherort der Datei kann nicht zugegriffen werden, weil er nicht "
"eingehängt ist."

#: ../pluma/pluma-io-error-message-area.c:239
#, c-format
msgid "%s is a directory."
msgstr "»%s« ist ein Ordner."

#: ../pluma/pluma-io-error-message-area.c:246
#, c-format
msgid "%s is not a valid location."
msgstr "»%s« ist kein gültiger Ort."

#: ../pluma/pluma-io-error-message-area.c:276
#, c-format
msgid ""
"Host %s could not be found. Please check that your proxy settings are "
"correct and try again."
msgstr ""
"Der Rechner »%s« wurde nicht gefunden. Bitte überprüfen Sie, ob Ihre "
"Vermittlungsservereinstellungen richtig sind und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:289
#, c-format
msgid ""
"Hostname was invalid. Please check that you typed the location correctly and"
" try again."
msgstr ""
"Der Rechnername ist ungültig. Bitte überprüfen Sie, ob Sie den Ort richtig "
"eingegeben haben, und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:297
#, c-format
msgid "%s is not a regular file."
msgstr "»%s« ist keine reguläre Datei."

#: ../pluma/pluma-io-error-message-area.c:302
msgid "Connection timed out. Please try again."
msgstr ""
"Verbindungsabbruch wegen Zeitüberschreitung. Bitte versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:325
msgid "The file is too big."
msgstr "Diese Datei ist zu groß."

#: ../pluma/pluma-io-error-message-area.c:366
#, c-format
msgid "Unexpected error: %s"
msgstr "Unerwarteter Fehler: %s"

#: ../pluma/pluma-io-error-message-area.c:402
msgid "pluma cannot find the file. Perhaps it has recently been deleted."
msgstr ""
"Die Datei kann nicht gefunden werden. Vielleicht wurde sie kürzlich "
"gelöscht."

#: ../pluma/pluma-io-error-message-area.c:412
#, c-format
msgid "Could not revert the file %s."
msgstr "Die Datei »%s« konnte nicht zurückgesetzt werden."

#: ../pluma/pluma-io-error-message-area.c:438
msgid "Ch_aracter Encoding:"
msgstr "_Zeichenkodierung:"

#. Translators: the access key chosen for this string should be
#. different from other main menu access keys (Open, Edit, View...)
#: ../pluma/pluma-io-error-message-area.c:490
#: ../pluma/pluma-io-error-message-area.c:765
msgid "Edit Any_way"
msgstr "Trotzdem _bearbeiten"

#. Translators: the access key chosen for this string should be
#. different from other main menu access keys (Open, Edit, View...)
#: ../pluma/pluma-io-error-message-area.c:495
#: ../pluma/pluma-io-error-message-area.c:770
msgid "D_on't Edit"
msgstr "_Nicht bearbeiten"

#: ../pluma/pluma-io-error-message-area.c:591
msgid ""
"The number of followed links is limited and the actual file could not be "
"found within this limit."
msgstr ""
"Die Anzahl der nachverfolgten Verweise ist begrenzt und die eigentliche "
"Datei kann innerhalb dieser Grenzen nicht gefunden werden."

#: ../pluma/pluma-io-error-message-area.c:595
msgid "You do not have the permissions necessary to open the file."
msgstr "Sie haben nicht die erforderlichen Rechte, um diese Datei zu öffnen."

#: ../pluma/pluma-io-error-message-area.c:601
msgid "pluma has not been able to detect the character encoding."
msgstr "Die Zeichenkodierung konnte nicht festgestellt werden."

#: ../pluma/pluma-io-error-message-area.c:603
#: ../pluma/pluma-io-error-message-area.c:625
msgid "Please check that you are not trying to open a binary file."
msgstr ""
"Bitte stellen Sie sicher, dass Sie nicht versuchen, eine Binärdatei zu "
"öffnen."

#: ../pluma/pluma-io-error-message-area.c:604
msgid "Select a character encoding from the menu and try again."
msgstr ""
"Wählen Sie eine Zeichenkodierung aus dem Menü und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:610
#, c-format
msgid "There was a problem opening the file %s."
msgstr "Beim Öffnen der Datei »%s« ist ein Fehler aufgetreten."

#: ../pluma/pluma-io-error-message-area.c:612
msgid ""
"The file you opened has some invalid characters. If you continue editing "
"this file you could make this document useless."
msgstr ""
"Die geöffnete Datei enthält einige ungültige Zeichen. Wenn Sie die "
"Bearbeitung fortsetzen, könnten Sie das Dokument unbrauchbar machen."

#: ../pluma/pluma-io-error-message-area.c:615
msgid "You can also choose another character encoding and try again."
msgstr ""
"Sie können auch eine andere Zeichenkodierung wählen und es erneut versuchen."

#: ../pluma/pluma-io-error-message-area.c:622
#, c-format
msgid "Could not open the file %s using the %s character encoding."
msgstr ""
"Die Datei »%s« konnte mit der Zeichenkodierung »%s« nicht geöffnet werden."

#: ../pluma/pluma-io-error-message-area.c:626
#: ../pluma/pluma-io-error-message-area.c:701
msgid "Select a different character encoding from the menu and try again."
msgstr ""
"Wählen Sie eine andere Zeichenkodierung aus dem Menü und versuchen Sie es "
"erneut."

#: ../pluma/pluma-io-error-message-area.c:636
#, c-format
msgid "Could not open the file %s."
msgstr "Die Datei »%s« konnte nicht geöffnet werden."

#: ../pluma/pluma-io-error-message-area.c:696
#, c-format
msgid "Could not save the file %s using the %s character encoding."
msgstr ""
"Die Datei »%s« konnte mit der Zeichenkodierung »%s« nicht gespeichert "
"werden."

#: ../pluma/pluma-io-error-message-area.c:699
msgid ""
"The document contains one or more characters that cannot be encoded using "
"the specified character encoding."
msgstr ""
"Das Dokument enthält ein oder mehrere Zeichen, die mit der gewählten "
"Zeichenkodierung nicht verarbeitet werden können."

#: ../pluma/pluma-io-error-message-area.c:785
#, c-format
msgid "This file (%s) is already open in another pluma window."
msgstr "Die Datei »%s« ist in einem anderen Pluma-Fenster bereits geöffnet."

#: ../pluma/pluma-io-error-message-area.c:799
msgid ""
"pluma opened this instance of the file in a non-editable way. Do you want to"
" edit it anyway?"
msgstr ""
"Pluma hat diese Datei im Modus »Nur-Lesen« geöffnet. Möchten Sie sie "
"trotzdem bearbeiten?"

#: ../pluma/pluma-io-error-message-area.c:858
#: ../pluma/pluma-io-error-message-area.c:954
msgid "S_ave Anyway"
msgstr "Trotzdem _speichern"

#: ../pluma/pluma-io-error-message-area.c:862
#: ../pluma/pluma-io-error-message-area.c:958
msgid "D_on't Save"
msgstr "_Nicht speichern"

#. FIXME: review this message, it's not clear since for the user the
#. "modification"
#. could be interpreted as the changes he made in the document. beside
#. "reading" is
#. not accurate (since last load/save)
#: ../pluma/pluma-io-error-message-area.c:880
#, c-format
msgid "The file %s has been modified since reading it."
msgstr "Die Datei »%s« wurde von außerhalb geändert."

#: ../pluma/pluma-io-error-message-area.c:895
msgid ""
"If you save it, all the external changes could be lost. Save it anyway?"
msgstr ""
"Wenn Sie sie schließen, gehen alle außerhalb gemachten Änderungen verloren. "
"Soll die Datei trotzdem gespeichert werden?"

#: ../pluma/pluma-io-error-message-area.c:976
#, c-format
msgid "Could not create a backup file while saving %s"
msgstr "Sicherheitskopie der Datei »%s« konnte nicht erstellt werden."

#: ../pluma/pluma-io-error-message-area.c:979
#, c-format
msgid "Could not create a temporary backup file while saving %s"
msgstr ""
"Temporäre Sicherheitskopie der Datei »%s« konnte nicht erstellt werden."

#: ../pluma/pluma-io-error-message-area.c:995
msgid ""
"pluma could not back up the old copy of the file before saving the new one. "
"You can ignore this warning and save the file anyway, but if an error occurs"
" while saving, you could lose the old copy of the file. Save anyway?"
msgstr ""
"Pluma konnte keine Sicherheitskopie der alten Datei erstellen, bevor die "
"Neue gespeichert wurde. Sie können diese Warnung vernachlässigen und die "
"Datei trotzdem speichern. Sollte dabei ein Fehler auftreten, könnten Sie die"
" alte Kopie der Datei verlieren. Soll die Datei trotzdem gespeichert werden?"

#. Translators: %s is a URI scheme (like for example http:, ftp:, etc.)
#: ../pluma/pluma-io-error-message-area.c:1055
#, c-format
msgid ""
"pluma cannot handle %s locations in write mode. Please check that you typed "
"the location correctly and try again."
msgstr ""
"Pluma kann Dateien in »%s«-Orten nicht speichern. Bitte überprüfen Sie, ob "
"Sie den Ort richtig eingegeben haben, und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:1063
msgid ""
"pluma cannot handle this location in write mode. Please check that you typed"
" the location correctly and try again."
msgstr ""
"Pluma kann Dateien in diesem Ort nicht speichern. Bitte überprüfen Sie, ob "
"Sie den Ort richtig eingegeben haben, und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:1072
#, c-format
msgid ""
"%s is not a valid location. Please check that you typed the location "
"correctly and try again."
msgstr ""
"»%s« ist kein gültiger Ort. Bitte überprüfen Sie, ob Sie den Ort richtig "
"eingegeben haben und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:1078
msgid ""
"You do not have the permissions necessary to save the file. Please check "
"that you typed the location correctly and try again."
msgstr ""
"Sie haben nicht die erforderlichen Berechtigungen, um die Datei zu "
"speichern. Bitte überprüfen Sie, ob Sie den Ort richtig eingegeben haben und"
" versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:1084
msgid ""
"There is not enough disk space to save the file. Please free some disk space"
" and try again."
msgstr ""
"Auf dem Laufwerk ist nicht genügend Speicherplatz, um die Datei zu "
"speichern. Bitte sorgen Sie für mehr freien Speicherplatz und versuchen Sie "
"es erneut."

#: ../pluma/pluma-io-error-message-area.c:1089
msgid ""
"You are trying to save the file on a read-only disk. Please check that you "
"typed the location correctly and try again."
msgstr ""
"Sie haben lediglich Lesezugriff auf das Laufwerk. Bitte überprüfen Sie, ob "
"Sie den Ort richtig eingegeben haben und versuchen Sie es erneut."

#: ../pluma/pluma-io-error-message-area.c:1095
msgid "A file with the same name already exists. Please use a different name."
msgstr ""
"Eine Datei mit diesem Namen ist bereits vorhanden. Bitte wählen Sie einen "
"anderen Namen."

#: ../pluma/pluma-io-error-message-area.c:1100
msgid ""
"The disk where you are trying to save the file has a limitation on length of"
" the file names. Please use a shorter name."
msgstr ""
"Für das Laufwerk, auf dem Sie versuchen, diese Datei zu speichern, gilt eine"
" Einschränkung für Dateinamen. Bitte verwenden Sie einen kürzeren Dateinamen"
" oder versuchen Sie auf einem Laufwerk zu speichern, für das diese "
"Einschränkung nicht gilt."

#: ../pluma/pluma-io-error-message-area.c:1107
msgid ""
"The disk where you are trying to save the file has a limitation on file "
"sizes. Please try saving a smaller file or saving it to a disk that does not"
" have this limitation."
msgstr ""
"Auf dem Laufwerk, auf dem Sie versuchen, diese Datei zu speichern, gilt eine"
" Einschränkung für Dateigrößen. Bitte versuchen Sie eine kleinere Datei zu "
"speichern oder auf einem Laufwerk zu speichern, für das diese Einschränkung "
"nicht gilt."

#: ../pluma/pluma-io-error-message-area.c:1123
#, c-format
msgid "Could not save the file %s."
msgstr "Die Datei »%s« konnte nicht gespeichert werden."

#. FIXME: review this message, it's not clear since for the user the
#. "modification"
#. could be interpreted as the changes he made in the document. beside
#. "reading" is
#. not accurate (since last load/save)
#: ../pluma/pluma-io-error-message-area.c:1167
#, c-format
msgid "The file %s changed on disk."
msgstr "Die Datei »%s« wurde auf dem Laufwerk geändert."

#: ../pluma/pluma-io-error-message-area.c:1172
msgid "Do you want to drop your changes and reload the file?"
msgstr "Möchten Sie die Änderungen verwerfen und die Datei neu laden?"

#: ../pluma/pluma-io-error-message-area.c:1174
msgid "Do you want to reload the file?"
msgstr "Möchten Sie die Datei neu laden?"

#: ../pluma/pluma-io-error-message-area.c:1179
msgid "_Reload"
msgstr "Ak_tualisieren"

#: ../pluma/pluma-panel.c:320 ../pluma/pluma-panel.c:495
msgid "Empty"
msgstr "Leer"

#: ../pluma/pluma-panel.c:385
msgid "Hide panel"
msgstr "Leiste verstecken"

#: ../pluma/pluma-print-job.c:547
#, c-format
msgid "File: %s"
msgstr "Datei: %s"

#: ../pluma/pluma-print-job.c:556
msgid "Page %N of %Q"
msgstr "Seite %N von %Q"

#: ../pluma/pluma-print-job.c:813
msgid "Preparing..."
msgstr "Wird vorbereitet …"

#: ../pluma/pluma-print-preferences.ui.h:1
msgid "Syntax Highlighting"
msgstr "Syntaxhervorhebung"

#: ../pluma/pluma-print-preferences.ui.h:2
msgid "Print synta_x highlighting"
msgstr "_Syntax im Ausdruck hervorheben"

#: ../pluma/pluma-print-preferences.ui.h:4
msgid "Print line nu_mbers"
msgstr "_Zeilennummern drucken"

#: ../pluma/pluma-print-preferences.ui.h:6
msgid "_Number every"
msgstr "_Alle"

#: ../pluma/pluma-print-preferences.ui.h:8
msgid "lines"
msgstr "Zeilen"

#: ../pluma/pluma-print-preferences.ui.h:12
msgid "Page header"
msgstr "Seitenkopf"

#: ../pluma/pluma-print-preferences.ui.h:13
msgid "Print page _headers"
msgstr "Seiten_kopf drucken"

#: ../pluma/pluma-print-preferences.ui.h:14
msgid "Fonts"
msgstr "Schriften"

#: ../pluma/pluma-print-preferences.ui.h:15
msgid "_Body:"
msgstr "_Rumpf:"

#: ../pluma/pluma-print-preferences.ui.h:16
msgid "He_aders and footers:"
msgstr "_Kopf- und Fußzeilen:"

#: ../pluma/pluma-print-preferences.ui.h:17
msgid "_Line numbers:"
msgstr "_Zeilennummern:"

#: ../pluma/pluma-print-preferences.ui.h:18
msgid "_Restore Default Fonts"
msgstr "Auf Vorgabeschriften _zurücksetzen"

#: ../pluma/pluma-print-preview.c:565
msgid "Show the previous page"
msgstr "Zur vorherigen Seite gehen"

#: ../pluma/pluma-print-preview.c:578
msgid "Show the next page"
msgstr "Zur nächsten Seite gehen"

#: ../pluma/pluma-print-preview.c:594
msgid "Current page (Alt+P)"
msgstr "Aktuelle Seite (Alt+P)"

#. Translators: the "of" from "1 of 19" in print preview.
#: ../pluma/pluma-print-preview.c:617
msgid "of"
msgstr "von"

#: ../pluma/pluma-print-preview.c:625
msgid "Page total"
msgstr "Seitenanzahl"

#: ../pluma/pluma-print-preview.c:626
msgid "The total number of pages in the document"
msgstr "Die Anzahl der Seiten dieses Dokuments"

#: ../pluma/pluma-print-preview.c:644
msgid "Show multiple pages"
msgstr "Mehrere Seiten anzeigen"

#: ../pluma/pluma-print-preview.c:658
msgid "Zoom 1:1"
msgstr "Normale Ansichtsgröße"

#: ../pluma/pluma-print-preview.c:668
msgid "Zoom to fit the whole page"
msgstr "Ansicht einpassen"

#: ../pluma/pluma-print-preview.c:678
msgid "Zoom the page in"
msgstr "Ansicht vergrößern"

#: ../pluma/pluma-print-preview.c:688
msgid "Zoom the page out"
msgstr "Ansicht verkleinern"

#: ../pluma/pluma-print-preview.c:700
msgid "_Close Preview"
msgstr "Vorschau _verlassen"

#: ../pluma/pluma-print-preview.c:703
msgid "Close print preview"
msgstr "Druckvorschau verlassen"

#: ../pluma/pluma-print-preview.c:773
#, c-format
msgid "Page %d of %d"
msgstr "Seite %d von %d"

#: ../pluma/pluma-print-preview.c:954
msgid "Page Preview"
msgstr "Druckvorschau"

#: ../pluma/pluma-print-preview.c:955
msgid "The preview of a page in the document to be printed"
msgstr "Die Druckvorschau des Dokuments"

#: ../pluma/pluma-smart-charset-converter.c:319
msgid "It is not possible to detect the encoding automatically"
msgstr "Es ist nicht möglich, die Kodierung automatisch zu erkennen"

#: ../pluma/pluma-statusbar.c:70 ../pluma/pluma-statusbar.c:76
msgid "OVR"
msgstr "ÜBS"

#: ../pluma/pluma-statusbar.c:70 ../pluma/pluma-statusbar.c:76
msgid "INS"
msgstr "EINF"

#. Translators: "Ln" is an abbreviation for "Line", Col is an abbreviation for
#. "Column". Please,
#. use abbreviations if possible to avoid space problems.
#: ../pluma/pluma-statusbar.c:251
#, c-format
msgid "  Ln %d, Col %d"
msgstr "  Z. %d, Sp. %d"

#: ../pluma/pluma-statusbar.c:352
#, c-format
msgid "There is a tab with errors"
msgid_plural "There are %d tabs with errors"
msgstr[0] ""
msgstr[1] ""

#: ../pluma/pluma-style-scheme-manager.c:213
#, c-format
msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
msgstr ""
"Ordner »%s« konnte nicht erstellt werden. g_mkdir_with_parents() ist "
"gescheitert: %s"

#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:672
#, c-format
msgid "Reverting %s from %s"
msgstr "»%s« in »%s« wird zurückgesetzt"

#: ../pluma/pluma-tab.c:679
#, c-format
msgid "Reverting %s"
msgstr "»%s« wird zurückgesetzt:"

#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:695
#, c-format
msgid "Loading %s from %s"
msgstr "»%s« in »%s« wird geladen"

#: ../pluma/pluma-tab.c:702
#, c-format
msgid "Loading %s"
msgstr "»%s« wird geladen"

#. Translators: the first %s is a file name (e.g. test.txt) the second one
#. is a directory (e.g. ssh://master.gnome.org/home/users/paolo)
#: ../pluma/pluma-tab.c:785
#, c-format
msgid "Saving %s to %s"
msgstr "»%s« wird in »%s« gespeichert"

#: ../pluma/pluma-tab.c:792
#, c-format
msgid "Saving %s"
msgstr "»%s« wird gespeichert"

#. Read only
#: ../pluma/pluma-tab.c:1668
msgid "RO"
msgstr "NUR-LESEN"

#: ../pluma/pluma-tab.c:1715
#, c-format
msgid "Error opening file %s"
msgstr "Fehler beim Öffnen der Datei »%s«"

#: ../pluma/pluma-tab.c:1720
#, c-format
msgid "Error reverting file %s"
msgstr "Fehler beim Zurücksetzen der Datei »%s«"

#: ../pluma/pluma-tab.c:1725
#, c-format
msgid "Error saving file %s"
msgstr "Fehler beim Speichern der Datei »%s«"

#: ../pluma/pluma-tab.c:1746
msgid "Unicode (UTF-8)"
msgstr "Unicode (UTF-8)"

#: ../pluma/pluma-tab.c:1753
msgid "Name:"
msgstr "Name:"

#: ../pluma/pluma-tab.c:1754
msgid "MIME Type:"
msgstr "MIME-Typ:"

#: ../pluma/pluma-tab.c:1755
msgid "Encoding:"
msgstr "Zeichenkodierung:"

#: ../pluma/pluma-tab-label.c:288
msgid "Close document"
msgstr "Dokument schließen"

#. Toplevel
#: ../pluma/pluma-ui.h:47
msgid "_File"
msgstr "_Datei"

#: ../pluma/pluma-ui.h:48
msgid "_Edit"
msgstr "_Bearbeiten"

#: ../pluma/pluma-ui.h:49
msgid "_View"
msgstr "_Darstellung"

#: ../pluma/pluma-ui.h:50
msgid "_Search"
msgstr "_Suchen"

#: ../pluma/pluma-ui.h:51
msgid "_Tools"
msgstr "_Werkzeuge"

#: ../pluma/pluma-ui.h:52
msgid "_Documents"
msgstr "D_okumente"

#. File menu
#: ../pluma/pluma-ui.h:56
msgid "_New"
msgstr "_Neu"

#: ../pluma/pluma-ui.h:57
msgid "Create a new document"
msgstr "Ein neues Dokument anlegen"

#: ../pluma/pluma-ui.h:58
msgid "_Open..."
msgstr "Ö_ffnen …"

#: ../pluma/pluma-ui.h:59 ../pluma/pluma-window.c:1424
msgid "Open a file"
msgstr "Eine Datei öffnen"

#. Edit menu
#: ../pluma/pluma-ui.h:62
msgid "Pr_eferences"
msgstr "_Einstellungen"

#: ../pluma/pluma-ui.h:63
msgid "Configure the application"
msgstr "Die Anwendungen konfigurieren"

#. Help menu
#: ../pluma/pluma-ui.h:66
msgid "_Contents"
msgstr "_Inhalt"

#: ../pluma/pluma-ui.h:67
msgid "Open the pluma manual"
msgstr "Das Pluma-Handbuch öffnen"

#: ../pluma/pluma-ui.h:68
msgid "_About"
msgstr "_Über"

#: ../pluma/pluma-ui.h:69
msgid "About this application"
msgstr "Über diese Anwendung"

#. Fullscreen toolbar
#: ../pluma/pluma-ui.h:72
msgid "_Leave Fullscreen"
msgstr "_Vollbild verlassen"

#: ../pluma/pluma-ui.h:73
msgid "Leave fullscreen mode"
msgstr "Vollbildmodus verlassen"

#: ../pluma/pluma-ui.h:81
msgid "Save the current file"
msgstr "Die momentan geöffnete Datei speichern"

#: ../pluma/pluma-ui.h:82
msgid "Save _As..."
msgstr "Speichern _unter …"

#: ../pluma/pluma-ui.h:83
msgid "Save the current file with a different name"
msgstr "Die momentan geöffnete Datei unter einem anderen Namen speichern"

#: ../pluma/pluma-ui.h:85
msgid "Revert to a saved version of the file"
msgstr "Auf eine gespeicherte Version dieser Datei zurücksetzen"

#: ../pluma/pluma-ui.h:86
msgid "Print Previe_w"
msgstr "Druck_vorschau"

#: ../pluma/pluma-ui.h:87
msgid "Print preview"
msgstr "Druckvorschau"

#: ../pluma/pluma-ui.h:88
msgid "_Print..."
msgstr "_Drucken …"

#: ../pluma/pluma-ui.h:89
msgid "Print the current page"
msgstr "Aktuelle Seite drucken"

#. Edit menu
#: ../pluma/pluma-ui.h:92
msgid "_Undo"
msgstr "_Rückgängig"

#: ../pluma/pluma-ui.h:93
msgid "Undo the last action"
msgstr "Die letzte Aktion rückgängig machen"

#: ../pluma/pluma-ui.h:94
msgid "_Redo"
msgstr "_Wiederherstellen"

#: ../pluma/pluma-ui.h:95
msgid "Redo the last undone action"
msgstr "Den rückgängig gemachten Vorgang wiederholen"

#: ../pluma/pluma-ui.h:96
msgid "Cu_t"
msgstr "_Ausschneiden"

#: ../pluma/pluma-ui.h:97
msgid "Cut the selection"
msgstr "Die Auswahl ausschneiden"

#: ../pluma/pluma-ui.h:98
msgid "_Copy"
msgstr "_Kopieren"

#: ../pluma/pluma-ui.h:99
msgid "Copy the selection"
msgstr "Die Auswahl kopieren"

#: ../pluma/pluma-ui.h:100
msgid "_Paste"
msgstr "E_infügen"

#: ../pluma/pluma-ui.h:101
msgid "Paste the clipboard"
msgstr "Die Zwischenablage einfügen"

#. Add delete button
#: ../pluma/pluma-ui.h:102
#: ../plugins/filebrowser/pluma-file-browser-utils.c:182
#: ../plugins/filebrowser/pluma-file-browser-widget.c:805
msgid "_Delete"
msgstr "_Löschen"

#: ../pluma/pluma-ui.h:103
msgid "Delete the selected text"
msgstr "Den markierten Text löschen"

#: ../pluma/pluma-ui.h:104
msgid "Select _All"
msgstr "_Alles auswählen"

#: ../pluma/pluma-ui.h:105
msgid "Select the entire document"
msgstr "Das gesamte Dokument markieren"

#. View menu
#: ../pluma/pluma-ui.h:108
msgid "_Highlight Mode"
msgstr "_Hervorhebungsmodus"

#. Search menu
#: ../pluma/pluma-ui.h:111
msgid "_Find..."
msgstr "_Suchen …"

#: ../pluma/pluma-ui.h:112
msgid "Search for text"
msgstr "Nach Text suchen"

#: ../pluma/pluma-ui.h:113
msgid "Find Ne_xt"
msgstr "_Weitersuchen"

#: ../pluma/pluma-ui.h:114
msgid "Search forwards for the same text"
msgstr "Vorwärts nach dem gleichen Text suchen"

#: ../pluma/pluma-ui.h:115
msgid "Find Pre_vious"
msgstr "_Rückwärts suchen"

#: ../pluma/pluma-ui.h:116
msgid "Search backwards for the same text"
msgstr "Rückwärts nach dem gleichen Text suchen"

#: ../pluma/pluma-ui.h:117
msgid "_Replace..."
msgstr "_Ersetzen …"

#: ../pluma/pluma-ui.h:118
msgid "Search for and replace text"
msgstr "Nach Text suchen und diesen ersetzen"

#: ../pluma/pluma-ui.h:119
msgid "_Clear Highlight"
msgstr "Hervorhebung _zurücksetzen"

#: ../pluma/pluma-ui.h:120
msgid "Clear highlighting of search matches"
msgstr "Hervorhebung von Suchtreffern zurücksetzen"

#: ../pluma/pluma-ui.h:121
msgid "Go to _Line..."
msgstr "Zur _Zeile gehen …"

#: ../pluma/pluma-ui.h:122
msgid "Go to a specific line"
msgstr "Zu einer bestimmten Zeile gehen"

#: ../pluma/pluma-ui.h:123
msgid "_Incremental Search..."
msgstr "_Fortlaufende Suche …"

#: ../pluma/pluma-ui.h:124
msgid "Incrementally search for text"
msgstr "Fortlaufend nach Text suchen"

#. Documents menu
#: ../pluma/pluma-ui.h:127
msgid "_Save All"
msgstr "Alle _speichern"

#: ../pluma/pluma-ui.h:128
msgid "Save all open files"
msgstr "Alle offenen Dateien speichern"

#: ../pluma/pluma-ui.h:129
msgid "_Close All"
msgstr "Alle sch_ließen"

#: ../pluma/pluma-ui.h:130
msgid "Close all open files"
msgstr "Alle offenen Dateien schließen"

#: ../pluma/pluma-ui.h:131
msgid "_Previous Document"
msgstr "_Vorheriges Dokument"

#: ../pluma/pluma-ui.h:132
msgid "Activate previous document"
msgstr "Vorheriges Dokument aktivieren"

#: ../pluma/pluma-ui.h:133
msgid "_Next Document"
msgstr "_Nächstes Dokument"

#: ../pluma/pluma-ui.h:134
msgid "Activate next document"
msgstr "Nächstes Dokument aktivieren"

#: ../pluma/pluma-ui.h:135
msgid "_Move to New Window"
msgstr "In neues Fenster _verschieben"

#: ../pluma/pluma-ui.h:136
msgid "Move the current document to a new window"
msgstr "Das momentan geöffnete Dokument in ein neues Fenster verschieben"

#: ../pluma/pluma-ui.h:143
msgid "Close the current file"
msgstr "Die momentan geöffnete Datei schließen"

#: ../pluma/pluma-ui.h:149
msgid "_Quit"
msgstr "_Beenden"

#: ../pluma/pluma-ui.h:150
msgid "Quit the program"
msgstr "Die Anwendung beenden"

#: ../pluma/pluma-ui.h:155
msgid "_Toolbar"
msgstr "_Werkzeugleiste"

#: ../pluma/pluma-ui.h:156
msgid "Show or hide the toolbar in the current window"
msgstr "Die Werkzeugleiste in diesem Fenster anzeigen/verbergen"

#: ../pluma/pluma-ui.h:158
msgid "_Statusbar"
msgstr "_Statusleiste"

#: ../pluma/pluma-ui.h:159
msgid "Show or hide the statusbar in the current window"
msgstr "Die Statusleiste in diesem Fenster anzeigen/verbergen"

#: ../pluma/pluma-ui.h:161
msgid "_Fullscreen"
msgstr "_Vollbild"

#: ../pluma/pluma-ui.h:162
msgid "Edit text in fullscreen"
msgstr "Text im Vollbildmodus bearbeiten"

#: ../pluma/pluma-ui.h:169
msgid "Side _Pane"
msgstr "S_eitenleiste"

#: ../pluma/pluma-ui.h:170
msgid "Show or hide the side pane in the current window"
msgstr "Die Seitenleiste in diesem Fenster anzeigen/verbergen"

#: ../pluma/pluma-ui.h:172
msgid "_Bottom Pane"
msgstr "_Fußleiste"

#: ../pluma/pluma-ui.h:173
msgid "Show or hide the bottom pane in the current window"
msgstr "Die Fußleiste in diesem Fenster anzeigen/verbergen"

#: ../pluma/pluma-utils.c:1099
msgid "Please check your installation."
msgstr "Bitte überprüfen Sie Ihre Installation."

#: ../pluma/pluma-utils.c:1172
#, c-format
msgid "Unable to open UI file %s. Error: %s"
msgstr "Die UI-Datei »%s« kann nicht geöffnet werden. Fehlermeldung: »%s«"

#: ../pluma/pluma-utils.c:1192
#, c-format
msgid "Unable to find the object '%s' inside file %s."
msgstr "Das Objekt »%s« kann nicht in der Datei »%s« gefunden werden."

#. Translators: '/ on <remote-share>'
#: ../pluma/pluma-utils.c:1352
#, c-format
msgid "/ on %s"
msgstr "/ auf %s"

#. create "Wrap Around" menu item.
#: ../pluma/pluma-view.c:1206
msgid "_Wrap Around"
msgstr "Suche beim Erreichen des Endes am Anfang _fortsetzen"

#. create "Match Entire Word Only" menu item.
#: ../pluma/pluma-view.c:1216
msgid "Match _Entire Word Only"
msgstr "Nur _vollständige Wörter berücksichtigen"

#. create "Match Case" menu item.
#: ../pluma/pluma-view.c:1226
msgid "_Match Case"
msgstr "_Groß-/Kleinschreibung berücksichtigen"

#. create "Parse escapes" menu item.
#: ../pluma/pluma-view.c:1236
msgid ""
"_Parse escape sequences (e.g. \n"
")"
msgstr ""
"_Escape-Sequenzen analysieren (e.g. \n"
")"

#: ../pluma/pluma-view.c:1350
msgid "String you want to search for"
msgstr "Zeichenkette, nach der gesucht werden soll"

#: ../pluma/pluma-view.c:1359
msgid "Line you want to move the cursor to"
msgstr "Zeile, zu der der Zeiger bewegt werden soll"

#: ../pluma/pluma-window.c:983
#, c-format
msgid "Use %s highlight mode"
msgstr "Hervorhebungsmodus %s verwenden"

#. add the "Plain Text" item before all the others
#. Translators: "Plain Text" means that no highlight mode is selected in the
#. * "View->Highlight Mode" submenu and so syntax highlighting is disabled
#: ../pluma/pluma-window.c:1040 ../pluma/pluma-window.c:1928
#: ../plugins/externaltools/tools/manager.py:138
#: ../plugins/externaltools/tools/manager.py:445
#: ../plugins/externaltools/tools/manager.py:556
#: ../plugins/externaltools/tools/manager.py:873
msgid "Plain Text"
msgstr "Reiner Text"

#: ../pluma/pluma-window.c:1041
msgid "Disable syntax highlighting"
msgstr "Syntaxhervorhebung deaktivieren"

#. Translators: %s is a URI
#: ../pluma/pluma-window.c:1323
#, c-format
msgid "Open '%s'"
msgstr "»%s« öffnen"

#: ../pluma/pluma-window.c:1430
msgid "Open a recently used file"
msgstr "Eine kürzlich verwendete Datei öffnen"

#: ../pluma/pluma-window.c:1436
msgid "Open"
msgstr "Öffnen"

#: ../pluma/pluma-window.c:1494
msgid "Save"
msgstr "Speichern"

#: ../pluma/pluma-window.c:1496
msgid "Print"
msgstr "Drucken"

#. Translators: %s is a URI
#: ../pluma/pluma-window.c:1653
#, c-format
msgid "Activate '%s'"
msgstr "%s aktivieren"

#: ../pluma/pluma-window.c:1906
msgid "Use Spaces"
msgstr "Leerzeichen verwenden"

#: ../pluma/pluma-window.c:1977
msgid "Tab Width"
msgstr "Tabulatorbreite"

#: ../plugins/changecase/changecase.plugin.desktop.in.h:1
msgid "Change Case"
msgstr "Groß-/Kleinschreibung verändern"

#: ../plugins/changecase/changecase.plugin.desktop.in.h:2
msgid "Changes the case of selected text."
msgstr "Die Groß-/Kleinschreibung des markierten Texts ändern."

#: ../plugins/changecase/pluma-changecase-plugin.c:246
msgid "C_hange Case"
msgstr "_Groß-/Kleinschreibung ändern"

#: ../plugins/changecase/pluma-changecase-plugin.c:247
msgid "All _Upper Case"
msgstr "Alles in _Großschreibung"

#: ../plugins/changecase/pluma-changecase-plugin.c:248
msgid "Change selected text to upper case"
msgstr "Den markierten Text in Großschreibung überführen"

#: ../plugins/changecase/pluma-changecase-plugin.c:250
msgid "All _Lower Case"
msgstr "Alles in _Kleinschreibung"

#: ../plugins/changecase/pluma-changecase-plugin.c:251
msgid "Change selected text to lower case"
msgstr "Den markierten Text in Kleinschreibung überführen"

#: ../plugins/changecase/pluma-changecase-plugin.c:253
msgid "_Invert Case"
msgstr "Groß-/Kleinschreibung _umkehren"

#: ../plugins/changecase/pluma-changecase-plugin.c:254
msgid "Invert the case of selected text"
msgstr "Die Groß-/Kleinschreibung des markierten Textes umkehren"

#: ../plugins/changecase/pluma-changecase-plugin.c:256
msgid "_Title Case"
msgstr "_Anfangsbuchstaben in Großschreibung"

#: ../plugins/changecase/pluma-changecase-plugin.c:257
msgid "Capitalize the first letter of each selected word"
msgstr ""
"Den ersten Buchstaben aller markierten Wörter in Großschreibung überführen"

#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
#: ../plugins/docinfo/docinfo.ui.h:1
msgid "Document Statistics"
msgstr "Dokumentstatistik"

#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:2
msgid ""
"Analyzes the current document and reports the number of words, lines, "
"characters and non-space characters in it."
msgstr ""
"Diese Erweiterung analysiert das momentan geöffnete Dokument und ermittelt "
"die Anzahl der darin enthaltenen Wörter, Zeilen, Zeichen sowie Nicht-"
"Leerzeichen und zeigt das Ergebnis an."

#: ../plugins/docinfo/docinfo.ui.h:3
msgid "_Update"
msgstr "_Aktualisieren"

#: ../plugins/docinfo/docinfo.ui.h:4
msgid "File Name"
msgstr "Dateiname"

#: ../plugins/docinfo/docinfo.ui.h:6
msgid "Bytes"
msgstr "Byte"

#: ../plugins/docinfo/docinfo.ui.h:7
msgid "Characters (no spaces)"
msgstr "Zeichen (keine Leerzeichen)"

#: ../plugins/docinfo/docinfo.ui.h:8
msgid "Characters (with spaces)"
msgstr "Zeichen (mit Leerzeichen)"

#: ../plugins/docinfo/docinfo.ui.h:9
msgid "Words"
msgstr "Wörter"

#: ../plugins/docinfo/docinfo.ui.h:10
msgid "Lines"
msgstr "Zeilen"

#: ../plugins/docinfo/docinfo.ui.h:11
msgid "Document"
msgstr "Dokument"

#: ../plugins/docinfo/docinfo.ui.h:12
msgid "Selection"
msgstr "Auswählen"

#: ../plugins/docinfo/pluma-docinfo-plugin.c:443
msgid "_Document Statistics"
msgstr "_Dokumentstatistik"

#: ../plugins/docinfo/pluma-docinfo-plugin.c:445
msgid "Get statistical information on the current document"
msgstr "Statistische Informationen zum momentan geöffneten Dokument anzeigen"

#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:1
msgid "External Tools"
msgstr "Externe Werkzeuge"

#: ../plugins/externaltools/externaltools.plugin.desktop.in.h:2
msgid "Execute external commands and shell scripts."
msgstr "Externe Befehle und Shell-Skripte ausführen."

#: ../plugins/externaltools/tools/__init__.py:175
msgid "Manage _External Tools..."
msgstr "_Externe Werkzeuge verwalten …"

#: ../plugins/externaltools/tools/__init__.py:177
msgid "Opens the External Tools Manager"
msgstr "Verwaltung externer Werkzeuge"

#: ../plugins/externaltools/tools/__init__.py:181
msgid "External _Tools"
msgstr "Externe _Werkzeuge"

#: ../plugins/externaltools/tools/__init__.py:183
msgid "External tools"
msgstr "Externe Werkzeuge"

#: ../plugins/externaltools/tools/__init__.py:216
msgid "Shell Output"
msgstr "Befehlszeilenausgabe"

#: ../plugins/externaltools/tools/capture.py:92
#, python-format
msgid "Could not execute command: %s"
msgstr "Befehl konnte nicht ausgeführt werden: »%s«"

#: ../plugins/externaltools/tools/functions.py:157
msgid "You must be inside a word to run this command"
msgstr ""
"Um diesen Befehl auszuführen, müssen Sie sich innerhalb eines Wortes "
"befinden"

#: ../plugins/externaltools/tools/functions.py:263
msgid "Running tool:"
msgstr "Ausgeführtes Werkzeug:"

#: ../plugins/externaltools/tools/functions.py:287
msgid "Done."
msgstr "Fertig."

#: ../plugins/externaltools/tools/functions.py:289
msgid "Exited"
msgstr "Beendet"

#: ../plugins/externaltools/tools/manager.py:136
msgid "All languages"
msgstr "Alle Sprachen"

#: ../plugins/externaltools/tools/manager.py:545
#: ../plugins/externaltools/tools/manager.py:549
#: ../plugins/externaltools/tools/manager.py:871
#: ../plugins/externaltools/tools/tools.ui.h:22
msgid "All Languages"
msgstr "Alle Sprachen"

#: ../plugins/externaltools/tools/manager.py:655
msgid "New tool"
msgstr "Neues Werkzeug"

#: ../plugins/externaltools/tools/manager.py:786
#, python-format
msgid "This accelerator is already bound to %s"
msgstr "Dieses Tastenkürzel wird bereits für %s verwendet"

#: ../plugins/externaltools/tools/manager.py:837
msgid "Type a new accelerator, or press Backspace to clear"
msgstr "Drücken Sie ein neues Tastenkürzel oder die Löschen-Taste zum Löschen"

#: ../plugins/externaltools/tools/manager.py:839
msgid "Type a new accelerator"
msgstr "Drücken Sie ein neues Tastenkürzel"

#: ../plugins/externaltools/tools/outputpanel.py:101
msgid "Stopped."
msgstr "Angehalten."

#. ex:ts=4:et:
#: ../plugins/externaltools/tools/tools.ui.h:1
msgid "Nothing"
msgstr "Nichts"

#: ../plugins/externaltools/tools/tools.ui.h:2
msgid "Current document"
msgstr "Momentan geöffnetes Dokument"

#: ../plugins/externaltools/tools/tools.ui.h:3
msgid "All documents"
msgstr "Alle Dokumente"

#: ../plugins/externaltools/tools/tools.ui.h:4
msgid "Current selection"
msgstr "Momentan ausgewählter Text"

#: ../plugins/externaltools/tools/tools.ui.h:5
msgid "Current selection (default to document)"
msgstr "Momentane Auswahl (Vorgabe für Dokument)"

#: ../plugins/externaltools/tools/tools.ui.h:6
msgid "Current line"
msgstr "Momentane Zeile"

#: ../plugins/externaltools/tools/tools.ui.h:7
msgid "Current word"
msgstr "Momentanes Wort"

#: ../plugins/externaltools/tools/tools.ui.h:8
msgid "Display in bottom pane"
msgstr "In Fußleiste anzeigen"

#: ../plugins/externaltools/tools/tools.ui.h:9
msgid "Create new document"
msgstr "Neues Dokument anlegen"

#: ../plugins/externaltools/tools/tools.ui.h:10
msgid "Append to current document"
msgstr "An momentan geöffnetes Dokument anfügen"

#: ../plugins/externaltools/tools/tools.ui.h:11
msgid "Replace current document"
msgstr "Momentan geöffnetes Dokument ersetzen"

#: ../plugins/externaltools/tools/tools.ui.h:12
msgid "Replace current selection"
msgstr "Momentan ausgewählten Text ersetzen"

#: ../plugins/externaltools/tools/tools.ui.h:13
msgid "Insert at cursor position"
msgstr "An der Zeigerposition einfügen"

#: ../plugins/externaltools/tools/tools.ui.h:14
msgid "All documents except untitled ones"
msgstr "Nur benannte Dokumente"

#: ../plugins/externaltools/tools/tools.ui.h:15
msgid "Local files only"
msgstr "Nur lokale Dateien"

#: ../plugins/externaltools/tools/tools.ui.h:16
msgid "Remote files only"
msgstr "Nur nicht lokale Dateien"

#: ../plugins/externaltools/tools/tools.ui.h:17
msgid "Untitled documents only"
msgstr "Nur unbenannte Dokumente"

#: ../plugins/externaltools/tools/tools.ui.h:18
msgid "External Tools Manager"
msgstr "Verwaltung externer Werkzeuge"

#: ../plugins/externaltools/tools/tools.ui.h:19
msgid "_Tools:"
msgstr "_Werkzeuge:"

#: ../plugins/externaltools/tools/tools.ui.h:20
#: ../plugins/snippets/snippets/snippets.ui.h:7
msgid "_Edit:"
msgstr "_Bearbeiten:"

#: ../plugins/externaltools/tools/tools.ui.h:23
msgid "_Applicability:"
msgstr "A_nwendbarkeit:"

#: ../plugins/externaltools/tools/tools.ui.h:24
msgid "_Output:"
msgstr "_Ausgabe:"

#: ../plugins/externaltools/tools/tools.ui.h:25
msgid "_Input:"
msgstr "_Eingabe:"

#: ../plugins/externaltools/tools/tools.ui.h:26
msgid "_Save:"
msgstr "_Speichern:"

#: ../plugins/externaltools/tools/tools.ui.h:27
msgid "_Shortcut Key:"
msgstr "_Tastenkürzel:"

#: ../plugins/externaltools/data/build.desktop.in.h:1
msgid "Build"
msgstr "Alles kompilieren"

#: ../plugins/externaltools/data/build.desktop.in.h:2
msgid "Run \"make\" in the document directory"
msgstr "»make« im Dokumentenordner ausführen"

#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:1
msgid "Open terminal here"
msgstr "Hier Terminal öffnen"

#: ../plugins/externaltools/data/open-terminal-here.desktop.in.h:2
msgid "Open a terminal in the document location"
msgstr "Terminal im Ordner des Dokumentes öffnen"

#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:1
msgid "Remove trailing spaces"
msgstr "Leerzeichen am Ende entfernen"

#: ../plugins/externaltools/data/remove-trailing-spaces.desktop.in.h:2
msgid "Remove useless trailing spaces in your file"
msgstr "Unnötige Leerzeichen am Zeilenende in der Datei entfernen"

#: ../plugins/externaltools/data/run-command.desktop.in.h:1
msgid "Run command"
msgstr "Befehl ausführen"

#: ../plugins/externaltools/data/run-command.desktop.in.h:2
msgid "Execute a custom command and put its output in a new document"
msgstr ""
"Individuellen Befehl ausführen und dessen Ausgabe in ein neues Dokument "
"stellen"

#: ../plugins/externaltools/data/search-recursive.desktop.in.h:1
msgid "Search"
msgstr "Suchen"

#: ../plugins/externaltools/data/switch-c.desktop.in.h:1
msgid "Switch onto a file .c and .h"
msgstr "Zu einer .c- und .h-Datei wechseln"

#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:1
msgid "File Browser Pane"
msgstr "Dateiverwaltungsleiste"

#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
msgid "Easy file access from the side pane"
msgstr "Leichter Dateizugriff über die Seitenleiste"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:1
msgid "Set Location to First Document"
msgstr "Das erste Dokument als Ort festlegen"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:2
msgid ""
"If TRUE the file browser plugin will view the directory of the first opened "
"document given that the file browser hasn't been used yet. (Thus this "
"generally applies to opening a document from the command line or opening it "
"with Caja, etc.)"
msgstr ""
"Falls dieser Schlüssel auf »WAHR« gestellt ist, öffnet die "
"Dateiverwaltungserweiterung den Ordner des zuerst geöffneten Dokumentes, "
"falls die Dateiverwaltung noch nicht verwendet wurde. (Das trifft allgemein "
"dann zu, wenn eine Datei aus der Befehlszeile oder mit Caja oder anderen "
"geöffnet wurde)"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:3
msgid "File Browser Filter Mode"
msgstr "Filtermodus der Dateiverwaltung"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:4
msgid ""
"This value determines what files get filtered from the file browser. Valid "
"values are: none (filter nothing), hidden (filter hidden files), binary "
"(filter binary files) and hidden_and_binary (filter both hidden and binary "
"files)."
msgstr ""
"Dieser Wert bestimmt, welche Dateien in der Dateiverwaltung gefiltert "
"werden. Gültige Werte sind: »none« (filtert nichts), »hidden« (filtert "
"verborgene Dateien), »binary« (filtert binäre Dateien) und "
"»hidden_and_binary« (filtert sowohl verborgene als auch binäre Dateien)."

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:5
msgid "File Browser Filter Pattern"
msgstr "Filtermuster der Dateiverwaltung"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:6
msgid ""
"The filter pattern to filter the file browser with. This filter works on top"
" of the filter_mode."
msgstr ""
"Das Filtermuster zum Filtern innerhalb der Dateiverwaltung. Dieses "
"Filtermuster wird im Filtermodus benutzt."

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:7
msgid "Open With Tree View"
msgstr "In der Baumansicht öffnen"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:8
msgid ""
"Open the tree view when the file browser plugin gets loaded instead of the "
"bookmarks view"
msgstr ""
"Öffnet die Baumansicht, wenn die Dateiverwaltungerweiterung anstelle der "
"Lesezeichenansicht geöffnet wurde"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:9
msgid "File Browser Root Directory"
msgstr "Wurzelordner der Dateiverwaltung"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:10
msgid ""
"The file browser root directory to use when loading the file browser plugin "
"and onload/tree_view is TRUE."
msgstr ""
"Der Wurzelordner der Dateiverwaltung, der beim Laden der Dateiverwaltung "
"verwendet wird, wenn der Schlüssel »onload → tree-view« auf »WAHR« gestellt "
"ist."

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:11
msgid "File Browser Virtual Root Directory"
msgstr "Virtueller Wurzelordner der Dateiverwaltung"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:12
msgid ""
"The file browser virtual root directory to use when loading the file browser"
" plugin when onload/tree_view is TRUE. The virtual root must always be below"
" the actual root."
msgstr ""
"Der virtuelle Wurzelordner der Dateiverwaltung, der beim Laden der "
"Dateiverwaltung verwendet wird, wenn der Schlüssel »onload → tree-view« auf "
"»WAHR« gestellt ist. Der virtuelle Wurzelordner muss immer unterhalb des "
"tatsächlichen Wurzelordner sein."

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:13
msgid "Enable Restore of Remote Locations"
msgstr "Wiederherstellen von entfernten Orten einschalten"

#: ../plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in.h:14
msgid "Sets whether to enable restoring of remote locations."
msgstr ""
"Legt fest, ob Verbindungen zu entfernten Orten wiederhergestellt werden."

#: ../plugins/filebrowser/pluma-file-bookmarks-store.c:240
msgid "File System"
msgstr "Dateisystem"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:577
msgid "_Set root to active document"
msgstr "Das aktive Dokument als _Wurzel festlegen"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:579
msgid "Set the root to the active document location"
msgstr ""
"Den Ordner des momentan geöffnete Dokumentes als Wurzelordner festlegen"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:584
msgid "_Open terminal here"
msgstr "_Terminal hier öffnen"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:586
msgid "Open a terminal at the currently opened directory"
msgstr "Ein Terminal-Fenster im aktuell geöffneten Ordner öffnen"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:726
msgid "File Browser"
msgstr "Dateiverwaltung"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:874
msgid "An error occurred while creating a new directory"
msgstr "Beim Anlegen eines neuen Ordners ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:877
msgid "An error occurred while creating a new file"
msgstr "Beim Anlegen einer neuen Datei ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:882
msgid "An error occurred while renaming a file or directory"
msgstr ""
"Beim Umbenennen einer Datei oder eines Ordners ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:887
msgid "An error occurred while deleting a file or directory"
msgstr ""
"Beim Löschen einer Datei oder eines Ordners ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:892
msgid "An error occurred while opening a directory in the file manager"
msgstr ""
"Beim Öffnen einer Datei in der Dateiverwaltung ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:896
msgid "An error occurred while setting a root directory"
msgstr "Beim Festlegen des Wurzelordners ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:900
msgid "An error occurred while loading a directory"
msgstr "Beim Laden eines Ordners ist ein Fehler aufgetreten."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:903
msgid "An error occurred"
msgstr "Ein Fehler ist aufgetreten"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1130
msgid ""
"Cannot move file to trash, do you\n"
"want to delete permanently?"
msgstr ""
"Die Datei kann nicht in den Papierkorb verschoben\n"
"werden. Soll die Datei unwiderruflich gelöscht werden?"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1134
#, c-format
msgid "The file \"%s\" cannot be moved to the trash."
msgstr "Die Datei »%s« kann nicht in den Papierkorb verschoben werden."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1137
msgid "The selected files cannot be moved to the trash."
msgstr ""
"Die ausgewählten Dateien können nicht in den Papierkorb verschoben werden."

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1165
#, c-format
msgid "Are you sure you want to permanently delete \"%s\"?"
msgstr "Sind Sie sicher, dass »%s« unwiderruflich gelöscht werden soll?"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1168
msgid "Are you sure you want to permanently delete the selected files?"
msgstr ""
"Sind Sie sicher, dass die ausgewählten Dateien unwiderruflich gelöscht "
"werden sollen?"

#: ../plugins/filebrowser/pluma-file-browser-plugin.c:1171
msgid "If you delete an item, it is permanently lost."
msgstr "Sobald Sie ein Objekt löschen, geht es dauerhaft verloren."

#: ../plugins/filebrowser/pluma-file-browser-store.c:1668
msgid "(Empty)"
msgstr "(Leer)"

#: ../plugins/filebrowser/pluma-file-browser-store.c:3224
msgid ""
"The renamed file is currently filtered out. You need to adjust your filter "
"settings to make the file visible"
msgstr ""
"Die umbenannte Datei wird momentan aufgrund eines Filters nicht dargestellt."
" Der Filter muss angepasst werden, damit die Datei angezeigt wird."

#. Translators: This is the default name of new files created by the file
#. browser pane.
#: ../plugins/filebrowser/pluma-file-browser-store.c:3481
msgid "file"
msgstr "Datei"

#: ../plugins/filebrowser/pluma-file-browser-store.c:3505
msgid ""
"The new file is currently filtered out. You need to adjust your filter "
"settings to make the file visible"
msgstr ""
"Die neu angelegte Datei wird momentan aufgrund eines Filters nicht "
"dargestellt. Der Filter muss angepasst werden, damit die Datei angezeigt "
"wird."

#. Translators: This is the default name of new directories created by the
#. file browser pane.
#: ../plugins/filebrowser/pluma-file-browser-store.c:3534
msgid "directory"
msgstr "Ordner"

#: ../plugins/filebrowser/pluma-file-browser-store.c:3554
msgid ""
"The new directory is currently filtered out. You need to adjust your filter "
"settings to make the directory visible"
msgstr ""
"Der neu angelegte Ordner wird momentan aufgrund eines Filters nicht "
"dargestellt. Der Filter muss angepasst werden, damit der Ordner angezeigt "
"wird."

#: ../plugins/filebrowser/pluma-file-browser-widget.c:716
msgid "Bookmarks"
msgstr "Lesezeichen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:797
msgid "_Filter"
msgstr "_Filter"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:802
msgid "_Move to Trash"
msgstr "In den _Papierkorb verschieben"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:803
msgid "Move selected file or folder to trash"
msgstr ""
"Die ausgewählte Datei oder den ausgewählten Ordner in den Papierkorb "
"verschieben"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:806
msgid "Delete selected file or folder"
msgstr "Löscht die ausgewählte Datei oder den ausgewählten Ordner"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:813
msgid "Open selected file"
msgstr "Die gewählte Datei öffnen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:819
msgid "Up"
msgstr "Auf"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:820
msgid "Open the parent folder"
msgstr "Den Elternordner öffnen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:825
msgid "_New Folder"
msgstr "_Ordner anlegen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:826
msgid "Add new empty folder"
msgstr "Einen neuen leeren Ordner anlegen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:828
msgid "New F_ile"
msgstr "Neue _Datei"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:829
msgid "Add new empty file"
msgstr "Eine leere Datei hinzufügen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:834
msgid "_Rename"
msgstr "_Umbenennen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:835
msgid "Rename selected file or folder"
msgstr "Benennt die ausgewählte Datei oder den ausgewählten Ordner um"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:841
msgid "_Previous Location"
msgstr "_Vorheriger Ort"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:843
msgid "Go to the previous visited location"
msgstr "Zum zuvor besuchten Ort gehen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:845
msgid "_Next Location"
msgstr "_Nächster Ort"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:846
msgid "Go to the next visited location"
msgstr "Zum als nächstes besuchten Ort gehen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:847
msgid "Re_fresh View"
msgstr "Ansicht a_ktualisieren"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:848
msgid "Refresh the view"
msgstr "Aktualisiert die Ansicht"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:849
#: ../plugins/filebrowser/pluma-file-browser-widget.c:867
msgid "_View Folder"
msgstr "_Ordner anzeigen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:850
#: ../plugins/filebrowser/pluma-file-browser-widget.c:868
msgid "View folder in file manager"
msgstr "Ordner in der Dateiverwaltung anzeigen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:857
msgid "Show _Hidden"
msgstr "_Verborgene Elemente anzeigen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:858
msgid "Show hidden files and folders"
msgstr "Zeigt verborgene Dateien und Ordner an"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:860
msgid "Show _Binary"
msgstr "_Binäre Dateien anzeigen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:861
msgid "Show binary files"
msgstr "Zeigt binäre Dateien an"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:991
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1004
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1027
msgid "Previous location"
msgstr "Vorheriger Ort"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:997
msgid "Go to previous location"
msgstr "Zum zuvor besuchten Ort gehen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:999
#: ../plugins/filebrowser/pluma-file-browser-widget.c:1022
msgid "Go to a previously opened location"
msgstr "Zum vorher geöffneten Ort gehen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:1014
msgid "Next location"
msgstr "Nächster Ort"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:1020
msgid "Go to next location"
msgstr "Zum als nächsten besuchten Ort gehen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:1232
msgid "_Match Filename"
msgstr "_Passende Dateinamen"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:2144
#, c-format
msgid "No mount object for mounted volume: %s"
msgstr "Kein Einhängepunkt für eingehängten Datenträger vorhanden: »%s«"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:2224
#, c-format
msgid "Could not open media: %s"
msgstr "Das Medium konnte nicht geöffnet werden:  »%s«"

#: ../plugins/filebrowser/pluma-file-browser-widget.c:2271
#, c-format
msgid "Could not mount volume: %s"
msgstr "Datenträger konnte nicht eingehängt werden: »%s«"

#. ex:ts=8:noet:
#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
msgid "Modelines"
msgstr "Modelines"

#: ../plugins/modelines/modelines.plugin.desktop.in.h:2
msgid "Emacs, Kate and Vim-style modelines support for pluma."
msgstr "Emacs-, Kate- und Vim-Modelines-Unterstützung für Pluma."

#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:1
#: ../plugins/pythonconsole/pythonconsole/__init__.py:55
msgid "Python Console"
msgstr "Python-Konsole"

#: ../plugins/pythonconsole/pythonconsole.plugin.desktop.in.h:2
msgid "Interactive Python console standing in the bottom panel"
msgstr "Interaktive Python-Konsole in der Fußleiste öffnen"

#: ../plugins/pythonconsole/pythonconsole/config.ui.h:2
msgid "C_ommand color:"
msgstr "_Befehlsfarbe:"

#: ../plugins/pythonconsole/pythonconsole/config.ui.h:3
msgid "_Error color:"
msgstr "_Fehlerfarbe:"

#. ex:ts=8:et:
#: ../plugins/quickopen/quickopen/popup.py:31
#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:1
msgid "Quick Open"
msgstr "Schnelles Öffnen"

#: ../plugins/quickopen/quickopen/windowhelper.py:65
msgid "Quick open"
msgstr "Schnelles Öffnen"

#: ../plugins/quickopen/quickopen/windowhelper.py:66
msgid "Quickly open documents"
msgstr "Dokumente schnell öffnen"

#: ../plugins/quickopen/quickopen.plugin.desktop.in.h:2
msgid "Quickly open files"
msgstr "Dateien schnell öffnen"

#. Do the fancy completion dialog
#: ../plugins/snippets/snippets.plugin.desktop.in.h:1
#: ../plugins/snippets/snippets/Document.py:53
#: ../plugins/snippets/snippets/Document.py:193
#: ../plugins/snippets/snippets/Document.py:614
msgid "Snippets"
msgstr "Schnipsel"

#: ../plugins/snippets/snippets.plugin.desktop.in.h:2
msgid "Insert often-used pieces of text in a fast way"
msgstr "Oft genutzte Textpassagen auf schnellem Weg einfügen"

#: ../plugins/snippets/snippets/snippets.ui.h:1
msgid "Snippets Manager"
msgstr "Schnipselverwaltung"

#: ../plugins/snippets/snippets/snippets.ui.h:2
msgid "_Snippets:"
msgstr "_Schnipsel:"

#: ../plugins/snippets/snippets/snippets.ui.h:3
msgid "Create new snippet"
msgstr "Neuen Schnipsel erstellen"

#: ../plugins/snippets/snippets/snippets.ui.h:4
#: ../plugins/snippets/snippets/Manager.py:792
msgid "Import snippets"
msgstr "Schnipsel importieren"

#: ../plugins/snippets/snippets/snippets.ui.h:5
msgid "Export selected snippets"
msgstr "Ausgewählte Schnipsel exportieren"

#: ../plugins/snippets/snippets/snippets.ui.h:6
#: ../plugins/snippets/snippets/Manager.py:403
msgid "Delete selected snippet"
msgstr "Ausgewählten Schnipsel löschen"

#: ../plugins/snippets/snippets/snippets.ui.h:8
msgid "Activation"
msgstr "Aktivierung"

#: ../plugins/snippets/snippets/snippets.ui.h:10
msgid "_Tab trigger:"
msgstr "_Tabulatorauslösung:"

#. self['hbox_tab_trigger'].set_spacing(0)
#: ../plugins/snippets/snippets/snippets.ui.h:11
#: ../plugins/snippets/snippets/Manager.py:681
msgid "Single word the snippet is activated with after pressing Tab"
msgstr ""
"Einzelnes Wort, mit dem der Schnipsel nach Drücken der Tabulatortaste "
"aktiviert wird"

#: ../plugins/snippets/snippets/snippets.ui.h:12
msgid "Shortcut key with which the snippet is activated"
msgstr "Tastenkürzel, mit dem der Schnipsel aktiviert wird"

#: ../plugins/snippets/snippets/snippets.ui.h:13
msgid "S_hortcut key:"
msgstr "_Tastenkürzel:"

#: ../plugins/snippets/snippets/snippets.ui.h:14
msgid "_Drop targets:"
msgstr "_Ziele:"

#: ../plugins/snippets/snippets/WindowHelper.py:72
msgid "Manage _Snippets..."
msgstr "_Schnipsel verwalten …"

#: ../plugins/snippets/snippets/WindowHelper.py:73
msgid "Manage snippets"
msgstr "Schnipsel verwalten"

#: ../plugins/snippets/snippets/Manager.py:41
msgid "Snippets archive"
msgstr "Schnipselarchiv"

#: ../plugins/snippets/snippets/Manager.py:66
msgid "Add a new snippet..."
msgstr "Einen neuen Schnipsel hinzufügen …"

#: ../plugins/snippets/snippets/Manager.py:117
msgid "Global"
msgstr "Global"

#: ../plugins/snippets/snippets/Manager.py:400
msgid "Revert selected snippet"
msgstr "Ausgewählten Schnipsel zurücksetzen"

#. self['hbox_tab_trigger'].set_spacing(3)
#: ../plugins/snippets/snippets/Manager.py:674
msgid ""
"This is not a valid Tab trigger. Triggers can either contain letters or a "
"single (non-alphanumeric) character like: {, [, etc."
msgstr ""
"Das ist kein gültiger Tabulatorauslöser. Auslöser können entweder Buchstaben"
" enthalten oder einzelne, nicht alphanumerische Zeichen wie {, [, usw. sein."

#: ../plugins/snippets/snippets/Manager.py:771
#, python-format
msgid "The following error occurred while importing: %s"
msgstr "Beim Importieren ist der folgende Fehler aufgetreten: %s"

#: ../plugins/snippets/snippets/Manager.py:778
msgid "Import successfully completed"
msgstr "Import erfolgreich abgeschlossen"

#: ../plugins/snippets/snippets/Manager.py:797
#: ../plugins/snippets/snippets/Manager.py:883
#: ../plugins/snippets/snippets/Manager.py:946
msgid "All supported archives"
msgstr "Alle unterstützten Archivtypen"

#: ../plugins/snippets/snippets/Manager.py:798
#: ../plugins/snippets/snippets/Manager.py:884
#: ../plugins/snippets/snippets/Manager.py:947
msgid "Gzip compressed archive"
msgstr "komprimiertes GZip-Archiv"

#: ../plugins/snippets/snippets/Manager.py:799
#: ../plugins/snippets/snippets/Manager.py:885
#: ../plugins/snippets/snippets/Manager.py:948
msgid "Bzip2 compressed archive"
msgstr "komprimiertes BZip2-Archiv"

#: ../plugins/snippets/snippets/Manager.py:800
msgid "Single snippets file"
msgstr "Einzelne Schnipseldatei"

#: ../plugins/snippets/snippets/Manager.py:801
#: ../plugins/snippets/snippets/Manager.py:887
#: ../plugins/snippets/snippets/Manager.py:950
msgid "All files"
msgstr "Alle Dateien"

#: ../plugins/snippets/snippets/Manager.py:813
#, python-format
msgid "The following error occurred while exporting: %s"
msgstr "Folgender Fehler ist beim Exportieren aufgetreten: %s"

#: ../plugins/snippets/snippets/Manager.py:817
msgid "Export successfully completed"
msgstr "Export erfolgreich abgeschlossen"

#. Ask if system snippets should also be exported
#: ../plugins/snippets/snippets/Manager.py:857
#: ../plugins/snippets/snippets/Manager.py:924
msgid "Do you want to include selected <b>system</b> snippets in your export?"
msgstr ""
"Sollen die ausgewählten <b>Systemschnipsel</b> ebenfalls exportiert werden?"

#: ../plugins/snippets/snippets/Manager.py:872
#: ../plugins/snippets/snippets/Manager.py:942
msgid "There are no snippets selected to be exported"
msgstr "Es wurden keine Schnipsel zum Exportieren ausgewählt"

#: ../plugins/snippets/snippets/Manager.py:877
#: ../plugins/snippets/snippets/Manager.py:915
msgid "Export snippets"
msgstr "Schnipsel exportieren"

#: ../plugins/snippets/snippets/Manager.py:1055
msgid "Type a new shortcut, or press Backspace to clear"
msgstr ""
"Geben Sie ein neues Tastenkürzel ein oder drücken Sie die Löschen-Taste zum "
"Löschen"

#: ../plugins/snippets/snippets/Manager.py:1057
msgid "Type a new shortcut"
msgstr "Geben Sie ein neues Tastenkürzel ein"

#: ../plugins/snippets/snippets/Exporter.py:65
#, python-format
msgid "The archive \"%s\" could not be created"
msgstr "Das Archiv »%s« konnte nicht erstellt werden"

#: ../plugins/snippets/snippets/Exporter.py:82
#, python-format
msgid "Target directory \"%s\" does not exist"
msgstr "Zielordner »%s« existiert nicht"

#: ../plugins/snippets/snippets/Exporter.py:85
#, python-format
msgid "Target directory \"%s\" is not a valid directory"
msgstr "Zielordner »%s« ist kein gültiger Ordner"

#: ../plugins/snippets/snippets/Importer.py:29
#: ../plugins/snippets/snippets/Importer.py:83
#, python-format
msgid "File \"%s\" does not exist"
msgstr "Datei »%s« ist nicht vorhanden"

#: ../plugins/snippets/snippets/Importer.py:32
#, python-format
msgid "File \"%s\" is not a valid snippets file"
msgstr "Datei »%s« ist keine gültige Schnipseldatei"

#: ../plugins/snippets/snippets/Importer.py:42
#, python-format
msgid "Imported file \"%s\" is not a valid snippets file"
msgstr "Importierte Datei »%s« ist keine gültige Schnipseldatei"

#: ../plugins/snippets/snippets/Importer.py:52
#, python-format
msgid "The archive \"%s\" could not be extracted"
msgstr "Das Archiv »%s« konnte nicht entpackt werden"

#: ../plugins/snippets/snippets/Importer.py:70
#, python-format
msgid "The following files could not be imported: %s"
msgstr "Die folgenden Dateien konnten nicht importiert werden: %s"

#: ../plugins/snippets/snippets/Importer.py:86
#: ../plugins/snippets/snippets/Importer.py:99
#, python-format
msgid "File \"%s\" is not a valid snippets archive"
msgstr "Datei »%s« ist kein gültiges Schnipselarchiv"

#: ../plugins/snippets/snippets/Placeholder.py:593
#, python-format
msgid ""
"Execution of the Python command (%s) exceeds the maximum time, execution "
"aborted."
msgstr ""
"Die Ausführung des Python-Befehls (%s) überschreitet die Maximaldauer. Die "
"Ausführung wurde abgebrochen."

#: ../plugins/snippets/snippets/Placeholder.py:601
#, python-format
msgid "Execution of the Python command (%s) failed: %s"
msgstr "Die Ausführung des Python-Befehls (%s) ist fehlgeschlagen: %s"

#: ../plugins/sort/pluma-sort-plugin.c:94
msgid "S_ort..."
msgstr "_Sortieren …"

#: ../plugins/sort/pluma-sort-plugin.c:96
msgid "Sort the current document or selection"
msgstr ""
"Das momentan geöffnete Dokument oder den momentan markierten Text sortieren"

#: ../plugins/sort/sort.plugin.desktop.in.h:1 ../plugins/sort/sort.ui.h:1
msgid "Sort"
msgstr "Sortieren"

#: ../plugins/sort/sort.plugin.desktop.in.h:2
msgid "Sorts a document or selected text."
msgstr "Ein Dokument oder den markierten Text sortieren."

#: ../plugins/sort/sort.ui.h:3
msgid "_Sort"
msgstr "_Sortieren"

#: ../plugins/sort/sort.ui.h:5
msgid "_Reverse order"
msgstr "_Reihenfolge umkehren"

#: ../plugins/sort/sort.ui.h:6
msgid "R_emove duplicates"
msgstr "_Doppelte entfernen"

#: ../plugins/sort/sort.ui.h:7
msgid "_Ignore case"
msgstr "Groß-/Kleinschreibung _nicht berücksichtigen"

#: ../plugins/sort/sort.ui.h:8
msgid "S_tart at column:"
msgstr "_Beginnen bei Spalte:"

#: ../plugins/sort/sort.ui.h:9
msgid "You cannot undo a sort operation"
msgstr "Sie können den Sortiervorgang nicht rückgängig machen"

#: ../plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in.h:1
msgid "Autocheck Type"
msgstr "Automatische Typenüberprüfung"

#. Translators: Displayed in the "Check Spelling" dialog if there are no
#. suggestions for the current misspelled word
#. Translators: Displayed in the "Check Spelling" dialog if there are no
#. suggestions
#. * for the current misspelled word
#: ../plugins/spell/pluma-automatic-spell-checker.c:420
#: ../plugins/spell/pluma-spell-checker-dialog.c:458
msgid "(no suggested words)"
msgstr "(keine Vorschläge)"

#: ../plugins/spell/pluma-automatic-spell-checker.c:444
msgid "_More..."
msgstr "_Weitere …"

#. Ignore all
#: ../plugins/spell/pluma-automatic-spell-checker.c:499
msgid "_Ignore All"
msgstr "Alle _ignorieren"

#: ../plugins/spell/pluma-automatic-spell-checker.c:553
msgid "_Spelling Suggestions..."
msgstr "_Rechtschreibvorschläge …"

#: ../plugins/spell/pluma-spell-checker-dialog.c:270
msgid "Check Spelling"
msgstr "Rechtschreibprüfung"

#: ../plugins/spell/pluma-spell-checker-dialog.c:281
msgid "Suggestions"
msgstr "Vorschläge"

#. Translators: Displayed in the "Check Spelling" dialog if the current word
#. isn't misspelled
#: ../plugins/spell/pluma-spell-checker-dialog.c:565
msgid "(correct spelling)"
msgstr "(Rechtschreibung korrigieren)"

#: ../plugins/spell/pluma-spell-checker-dialog.c:712
msgid "Completed spell checking"
msgstr "Rechtschreibprüfung abgeschlossen"

#. Translators: the first %s is the language name, and
#. * the second %s is the locale name. Example:
#. * "French (France)"
#: ../plugins/spell/pluma-spell-checker-language.c:285
#: ../plugins/spell/pluma-spell-checker-language.c:291
#, c-format
msgctxt "language"
msgid "%s (%s)"
msgstr "%s (%s)"

#. Translators: this refers to an unknown language code
#. * (one which isn't in our built-in list).
#: ../plugins/spell/pluma-spell-checker-language.c:300
#, c-format
msgctxt "language"
msgid "Unknown (%s)"
msgstr "Unbekannt (%s)"

#. Translators: this refers the Default language used by the
#. * spell checker
#: ../plugins/spell/pluma-spell-checker-language.c:406
msgctxt "language"
msgid "Default"
msgstr "Vorgabe"

#: ../plugins/spell/pluma-spell-language-dialog.c:136
#: ../plugins/spell/languages-dialog.ui.h:1
msgid "Set language"
msgstr "Sprache festlegen"

#: ../plugins/spell/pluma-spell-language-dialog.c:190
msgid "Languages"
msgstr "Sprachen"

#: ../plugins/spell/pluma-spell-plugin.c:100
msgid "_Check Spelling..."
msgstr "_Rechtschreibung prüfen …"

#: ../plugins/spell/pluma-spell-plugin.c:102
msgid "Check the current document for incorrect spelling"
msgstr ""
"Das momentan geöffnete Dokument auf fehlerhafte Rechtschreibung prüfen"

#: ../plugins/spell/pluma-spell-plugin.c:108
msgid "Set _Language..."
msgstr "_Sprache festlegen …"

#: ../plugins/spell/pluma-spell-plugin.c:110
msgid "Set the language of the current document"
msgstr "Die Sprache des momentan geöffneten Dokuments festlegen"

#: ../plugins/spell/pluma-spell-plugin.c:119
msgid "_Autocheck Spelling"
msgstr "_Automatische Rechtschreibprüfung"

#: ../plugins/spell/pluma-spell-plugin.c:121
msgid "Automatically spell-check the current document"
msgstr ""
"Das momentan geöffnete Dokument automatisch auf Rechtschreibfehler prüfen"

#: ../plugins/spell/pluma-spell-plugin.c:921
msgid "The document is empty."
msgstr "Das Dokument enthält keinen Text."

#: ../plugins/spell/pluma-spell-plugin.c:946
msgid "No misspelled words"
msgstr "Keine falsch geschriebenen Wörter"

#: ../plugins/spell/languages-dialog.ui.h:5
msgid "Select the _language of the current document."
msgstr "Bitte die _Sprache des momentan geöffneten Dokumentes auswählen."

#: ../plugins/spell/spell-checker.ui.h:1
msgid "Check spelling"
msgstr "Rechtschreibprüfung"

#: ../plugins/spell/spell-checker.ui.h:2
msgid "Misspelled word:"
msgstr "Falsch geschriebenes Wort:"

#: ../plugins/spell/spell-checker.ui.h:3
msgid "word"
msgstr "Wort"

#: ../plugins/spell/spell-checker.ui.h:4
msgid "Change _to:"
msgstr "Ändern _in:"

#: ../plugins/spell/spell-checker.ui.h:5
msgid "Check _Word"
msgstr "_Wort prüfen"

#: ../plugins/spell/spell-checker.ui.h:6
msgid "_Suggestions:"
msgstr "_Vorschläge:"

#: ../plugins/spell/spell-checker.ui.h:7
msgid "_Ignore"
msgstr "_Ignorieren"

#: ../plugins/spell/spell-checker.ui.h:8
msgid "Cha_nge"
msgstr "Ä_ndern"

#: ../plugins/spell/spell-checker.ui.h:9
msgid "Ignore _All"
msgstr "_Alle ignorieren"

#: ../plugins/spell/spell-checker.ui.h:10
msgid "Change A_ll"
msgstr "Alle än_dern"

#: ../plugins/spell/spell-checker.ui.h:11
msgid "User dictionary:"
msgstr "Wörterbuch des Benutzers:"

#: ../plugins/spell/spell-checker.ui.h:12
msgid "Add w_ord"
msgstr "Wort _hinzufügen"

#: ../plugins/spell/spell-checker.ui.h:13
msgid "Language:"
msgstr "Sprache:"

#: ../plugins/spell/spell-checker.ui.h:14
msgid "Language"
msgstr "Sprache"

#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:1
msgid "_Configure Spell Checker plugin..."
msgstr "Erweiterung für die Rechtschreibprüfung _konfigurieren …"

#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:5
msgid "Autocheck spelling on document load..."
msgstr "Automatische Rechtschreibprüfung beim Laden eines Dokumentes …"

#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:6
msgid "_Never autocheck"
msgstr "_Niemals automatisch prüfen"

#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:7
msgid "_Remember autocheck by document"
msgstr "Automatische Prüfung für Dokumente _merken"

#: ../plugins/spell/pluma-spell-setup-dialog.ui.h:8
msgid "_Always autocheck"
msgstr "_Immer automatisch prüfen"

#: ../plugins/spell/spell.plugin.desktop.in.h:1
msgid "Spell Checker"
msgstr "Rechtschreibprüfung"

#: ../plugins/spell/spell.plugin.desktop.in.h:2
msgid "Checks the spelling of the current document."
msgstr "Eine Rechtschreibprüfung im momentan geöffneten Dokument durchführen."

#: ../plugins/taglist/pluma-taglist-plugin.c:125
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:709
#: ../plugins/taglist/pluma-taglist-plugin-panel.c:724
msgid "Tags"
msgstr "Schlagwörter"

#: ../plugins/taglist/pluma-taglist-plugin-panel.c:613
msgid "Select the group of tags you want to use"
msgstr "Bitte die zu verwendende Floskelgruppe auswählen"

#: ../plugins/taglist/pluma-taglist-plugin-panel.c:632
msgid "_Preview"
msgstr "_Vorschau"

#: ../plugins/taglist/pluma-taglist-plugin-panel.c:706
msgid "Available Tag Lists"
msgstr "Verfügbare Floskellisten"

#: ../plugins/taglist/HTML.tags.xml.in.h:1
msgid "XHTML 1.0 - Tags"
msgstr "XHTML 1.0 - Kennzeichnungen"

#: ../plugins/taglist/HTML.tags.xml.in.h:2
msgid "Abbreviated form"
msgstr "Auszeichnung als abgekürzte Schreibweise"

#: ../plugins/taglist/HTML.tags.xml.in.h:3
msgid "Abbreviation"
msgstr "Abkürzung"

#: ../plugins/taglist/HTML.tags.xml.in.h:4
msgid "Accessibility key character"
msgstr "Tastenkürzelzeichen"

#: ../plugins/taglist/HTML.tags.xml.in.h:5
msgid "Acronym"
msgstr "Auszeichnung als Abkürzung"

#: ../plugins/taglist/HTML.tags.xml.in.h:6
msgid "Align"
msgstr "Ausrichtung"

#: ../plugins/taglist/HTML.tags.xml.in.h:7
msgid "Alignment character"
msgstr "Ausrichtungszeichen"

#: ../plugins/taglist/HTML.tags.xml.in.h:8
msgid "Alternative"
msgstr "Alternativtext"

#: ../plugins/taglist/HTML.tags.xml.in.h:9
msgid "Anchor URI"
msgstr "Verweis"

#: ../plugins/taglist/HTML.tags.xml.in.h:10
msgid "Anchor"
msgstr "Verankerung"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:12
msgid "Applet class file code (deprecated)"
msgstr "Applet-Klassendatei (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:13
msgid "Associated information"
msgstr "Assoziierte Information"

#: ../plugins/taglist/HTML.tags.xml.in.h:14
msgid "Author info"
msgstr "Autoreninformation"

#: ../plugins/taglist/HTML.tags.xml.in.h:15
msgid "Axis related headers"
msgstr "Zellenkategorien"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:17
msgid "Background color (deprecated)"
msgstr "Hintergrundfarbe (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:19
msgid "Background texture tile (deprecated)"
msgstr "Hintergrundbild (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:21
msgid "Base font (deprecated)"
msgstr "Schriftart (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:22
msgid "Base URI"
msgstr "Basisadresse"

#: ../plugins/taglist/HTML.tags.xml.in.h:23
msgid "Bold"
msgstr "Fett"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:25
msgid "Border (deprecated)"
msgstr "Rahmen (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:26
msgid "Cell rowspan"
msgstr "Zeilenausdehnung"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:28
msgid "Center (deprecated)"
msgstr "Zentriert (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:29
msgid "Character encoding of linked resource"
msgstr "Zeichenkodierung der verknüpften Ressource"

#: ../plugins/taglist/HTML.tags.xml.in.h:30
msgid "Checked state"
msgstr "Ausgewählter Zustand"

#: ../plugins/taglist/HTML.tags.xml.in.h:31
msgid "Citation"
msgstr "Auszeichnung als Zitat"

#: ../plugins/taglist/HTML.tags.xml.in.h:32
msgid "Cite reason for change"
msgstr "URI zu Änderungsgrundangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:33
msgid "Class implementation ID"
msgstr "Klassenbezeichner"

#: ../plugins/taglist/HTML.tags.xml.in.h:34
msgid "Class list"
msgstr "Stylesheet-Klasse"

#: ../plugins/taglist/HTML.tags.xml.in.h:35
msgid "Clear text flow control"
msgstr "Textfluss unterhalb fortsetzen"

#: ../plugins/taglist/HTML.tags.xml.in.h:36
msgid "Code content type"
msgstr "MIME-Typ des Quelltexts"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:38
msgid "Color of selected links (deprecated)"
msgstr "Farbe ausgewählter Verweise (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:39
msgid "Column span"
msgstr "Spaltenausdehnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:40
msgid "Columns"
msgstr "Spalten"

#: ../plugins/taglist/HTML.tags.xml.in.h:41
msgid "Comment"
msgstr "Kommentar"

#: ../plugins/taglist/HTML.tags.xml.in.h:42
msgid "Computer code fragment"
msgstr "Auszeichnung als Quelltext"

#. The "type" attribute is deprecated for the "ol" tag only,
#. since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:45
msgid "Content type (deprecated)"
msgstr "Inhaltstyp (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:46
msgid "Coordinates"
msgstr "Koordinaten"

#: ../plugins/taglist/HTML.tags.xml.in.h:47
msgid "Date and time of change"
msgstr "Datum und Uhrzeit der Änderung"

#. NOTE: used in "object" tag
#: ../plugins/taglist/HTML.tags.xml.in.h:49
msgid "Declare flag"
msgstr "Objekt nur laden"

#. Translators: DEFER is an optional attribute of the <script> tag.
#. It indicates that the script is not going to generate any document
#. content. The browser can continue parsing and drawing the page.
#: ../plugins/taglist/HTML.tags.xml.in.h:53
msgid "Defer attribute"
msgstr "Erzeugung von Seiteninhalten verhindern"

#: ../plugins/taglist/HTML.tags.xml.in.h:54
msgid "Definition description"
msgstr "Definitionsbeschreibung"

#: ../plugins/taglist/HTML.tags.xml.in.h:55
msgid "Definition list"
msgstr "Definitionsliste"

#: ../plugins/taglist/HTML.tags.xml.in.h:56
msgid "Definition term"
msgstr "Definitionsausdruck"

#: ../plugins/taglist/HTML.tags.xml.in.h:57
msgid "Deleted text"
msgstr "Änderungsmarkierung »gelöscht«"

#: ../plugins/taglist/HTML.tags.xml.in.h:58
msgid "Directionality"
msgstr "Schreibrichtung"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:60
msgid "Directionality (deprecated)"
msgstr "Schreibrichtung (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:61
msgid "Disabled"
msgstr "Deaktiviert"

#: ../plugins/taglist/HTML.tags.xml.in.h:62
msgid "DIV container"
msgstr "DIV-Bereich"

#: ../plugins/taglist/HTML.tags.xml.in.h:63
msgid "DIV Style container"
msgstr "DIV-Bereich mit Stilangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:64
msgid "Document base"
msgstr "Dokumentbasis"

#: ../plugins/taglist/HTML.tags.xml.in.h:65
msgid "Document body"
msgstr "Dokumentkörper"

#: ../plugins/taglist/HTML.tags.xml.in.h:66
msgid "Document head"
msgstr "Dokumentkopf"

#: ../plugins/taglist/HTML.tags.xml.in.h:67
msgid "Element ID"
msgstr "Element-ID"

#: ../plugins/taglist/HTML.tags.xml.in.h:68
msgid "Document title"
msgstr "Dokumenttitel"

#: ../plugins/taglist/HTML.tags.xml.in.h:69
msgid "Document type"
msgstr "Dokumenttyp"

#: ../plugins/taglist/HTML.tags.xml.in.h:70
#: ../plugins/taglist/Latex.tags.xml.in.h:72
msgid "Emphasis"
msgstr "Auszeichnung als betont"

#: ../plugins/taglist/HTML.tags.xml.in.h:71
msgid "Encode type"
msgstr "MIME-Typ des Formulars"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:73
msgid "Font face (deprecated)"
msgstr "Schriftartfamilie (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:74
msgid "For label"
msgstr "Element-ID-Zuweisung"

#: ../plugins/taglist/HTML.tags.xml.in.h:75
msgid "Forced line break"
msgstr "Erzwungener Zeilenumbruch"

#: ../plugins/taglist/HTML.tags.xml.in.h:76
msgid "Form action handler"
msgstr "URI für Formularverarbeitung"

#: ../plugins/taglist/HTML.tags.xml.in.h:77
msgid "Form control group"
msgstr "Gruppe von Formularelementen"

#: ../plugins/taglist/HTML.tags.xml.in.h:78
msgid "Form field label text"
msgstr "Formularfeldbeschriftung"

#: ../plugins/taglist/HTML.tags.xml.in.h:79
msgid "Form input type"
msgstr "Eingabefeld mit Typangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:80
msgid "Form input"
msgstr "Eingabefeld"

#: ../plugins/taglist/HTML.tags.xml.in.h:81
msgid "Form method"
msgstr "Formularmethode"

#: ../plugins/taglist/HTML.tags.xml.in.h:82
msgid "Form"
msgstr "Formular"

#: ../plugins/taglist/HTML.tags.xml.in.h:83
msgid "Forward link"
msgstr "Vorwärtsverknüpfung"

#: ../plugins/taglist/HTML.tags.xml.in.h:84
msgid "Frame render parts"
msgstr "Rahmensichtbarkeit"

#: ../plugins/taglist/HTML.tags.xml.in.h:85
msgid "Frame source"
msgstr "Frame mit Quell-URI"

#: ../plugins/taglist/HTML.tags.xml.in.h:86
msgid "Frame target"
msgstr "Anzeigeziel"

#: ../plugins/taglist/HTML.tags.xml.in.h:87
msgid "Frame"
msgstr "Frame"

#: ../plugins/taglist/HTML.tags.xml.in.h:88
msgid "Frame border"
msgstr "Frame-Rahmen"

#: ../plugins/taglist/HTML.tags.xml.in.h:89
msgid "Frameset columns"
msgstr "Frame-Satz mit Spaltenangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:90
msgid "Frameset rows"
msgstr "Frame-Satz mit Reihenangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:91
msgid "Frameset"
msgstr "Frame-Satz"

#: ../plugins/taglist/HTML.tags.xml.in.h:92
msgid "Frame spacing"
msgstr "Abstand zwischen Frames"

#: ../plugins/taglist/HTML.tags.xml.in.h:93
msgid "Generic embedded object"
msgstr "Allgemeines eingebettetes Objekt"

#: ../plugins/taglist/HTML.tags.xml.in.h:94
msgid "Generic metainformation"
msgstr "Allgemeine Meta-Daten"

#: ../plugins/taglist/HTML.tags.xml.in.h:95
msgid "Generic span"
msgstr "Allgemeine Spanne"

#: ../plugins/taglist/HTML.tags.xml.in.h:96
msgid "Header cell IDs"
msgstr "Kennungen von Zeilen- oder Spaltenüberschriften"

#: ../plugins/taglist/HTML.tags.xml.in.h:97
msgid "Heading 1"
msgstr "Überschrift 1. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:98
msgid "Heading 2"
msgstr "Überschrift 2. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:99
msgid "Heading 3"
msgstr "Überschrift 3. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:100
msgid "Heading 4"
msgstr "Überschrift 4. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:101
msgid "Heading 5"
msgstr "Überschrift 5. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:102
msgid "Heading 6"
msgstr "Überschrift 6. Ordnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:103
msgid "Height"
msgstr "Höhe"

#: ../plugins/taglist/HTML.tags.xml.in.h:104
msgid "Horizontal rule"
msgstr "Horizontale Trennlinie"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:106
msgid "Horizontal space (deprecated)"
msgstr "Horizontaler Freiraum (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:107
msgid "HREF URI"
msgstr "Verweisziel"

#: ../plugins/taglist/HTML.tags.xml.in.h:108
msgid "HTML root element"
msgstr "HTML-Wurzelelement"

#: ../plugins/taglist/HTML.tags.xml.in.h:109
msgid "HTTP header name"
msgstr "HTTP-Kopfdatenbezeichnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:110
msgid "I18N BiDi override"
msgstr "Änderung der Textrichtung"

#: ../plugins/taglist/HTML.tags.xml.in.h:111
msgid "Image map area"
msgstr "Ausschnitt von sensitiven Grafiken"

#: ../plugins/taglist/HTML.tags.xml.in.h:112
msgid "Image map name"
msgstr "Definitionsbereich für sensitive Grafiken (mit Name)"

#: ../plugins/taglist/HTML.tags.xml.in.h:113
msgid "Image map"
msgstr "Definitionsbereich für sensitive Grafiken"

#: ../plugins/taglist/HTML.tags.xml.in.h:114
msgid "Image"
msgstr "Bild"

#: ../plugins/taglist/HTML.tags.xml.in.h:115
msgid "Inline frame"
msgstr "Eingebetteter Frame"

#: ../plugins/taglist/HTML.tags.xml.in.h:116
msgid "Inserted text"
msgstr "Änderungsmarkierung »eingefügt«"

#: ../plugins/taglist/HTML.tags.xml.in.h:117
msgid "Instance definition"
msgstr "Auszeichnung als Definition"

#: ../plugins/taglist/HTML.tags.xml.in.h:118
msgid "Italic text"
msgstr "Kursiv"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:120
msgid "Java applet (deprecated)"
msgstr "Java-Applet (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:121
msgid "Label"
msgstr "Bezeichnung"

#: ../plugins/taglist/HTML.tags.xml.in.h:122
msgid "Language code"
msgstr "Sprachcode"

#: ../plugins/taglist/HTML.tags.xml.in.h:123
msgid "Large text style"
msgstr "Großer Textstil"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:125
msgid "Link color (deprecated)"
msgstr "Farbe von Verweisen (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:126
msgid "List item"
msgstr "Listeneintrag"

#: ../plugins/taglist/HTML.tags.xml.in.h:127
msgid "List of MIME types for file upload"
msgstr "Erlaubte MIME-Typen für Upload"

#: ../plugins/taglist/HTML.tags.xml.in.h:128
msgid "List of supported character sets"
msgstr "Unterstützte Zeichensätze"

#: ../plugins/taglist/HTML.tags.xml.in.h:129
msgid "Local change to font"
msgstr "Lokale Schriftänderung"

#: ../plugins/taglist/HTML.tags.xml.in.h:130
msgid "Long description link"
msgstr "Verweis zu Langbeschreibung"

#: ../plugins/taglist/HTML.tags.xml.in.h:131
msgid "Long quotation"
msgstr "Langes Zitat"

#. Supported in XHTML 1.0 Frameset DTD only.
#: ../plugins/taglist/HTML.tags.xml.in.h:133
msgid "Margin pixel height"
msgstr "Horizontaler Abstand zum Fensterrand"

#. Supported in XHTML 1.0 Frameset DTD only.
#: ../plugins/taglist/HTML.tags.xml.in.h:135
msgid "Margin pixel width"
msgstr "Vertikaler Abstand zum Fensterrand"

#: ../plugins/taglist/HTML.tags.xml.in.h:136
msgid "Maximum length of text field"
msgstr "Maximale Zeichenanzahl des Elements"

#: ../plugins/taglist/HTML.tags.xml.in.h:137
msgid "Output media"
msgstr "Ausgabemedium"

#. Here I take some liberties: There's no mandatory attributes,
#. but those are most common, and will likely be used.
#: ../plugins/taglist/HTML.tags.xml.in.h:140
msgid "Media-independent link"
msgstr "Logische Beziehung zu anderen Dateien"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:142
msgid "Menu list (deprecated)"
msgstr "Menüliste (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:143
msgid "Multi-line text field"
msgstr "Mehrzeiliges Eingabefeld"

#: ../plugins/taglist/HTML.tags.xml.in.h:144
msgid "Multiple"
msgstr "Markierung mehrerer Einträge"

#: ../plugins/taglist/HTML.tags.xml.in.h:145
msgid "Name"
msgstr "Name"

#: ../plugins/taglist/HTML.tags.xml.in.h:146
msgid "Named property value"
msgstr "Parameter von Objekten oder Applets"

#: ../plugins/taglist/HTML.tags.xml.in.h:147
msgid "No frames"
msgstr "Bereich für Anzeige ohne Frames"

#: ../plugins/taglist/HTML.tags.xml.in.h:148
msgid "No resize"
msgstr "Größe nicht änderbar"

#: ../plugins/taglist/HTML.tags.xml.in.h:149
msgid "No script"
msgstr "Bereich für Anzeige ohne Skripte"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:151
msgid "No shade (deprecated)"
msgstr "Keine Schattierung (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:152
msgid "No URI"
msgstr "Sensitiver Bereich ohne Verweis"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:154
msgid "No word wrap (deprecated)"
msgstr "Kein Umbruch innerhalb der Zelle (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:156
msgid "Object applet file (deprecated)"
msgstr "Objektdatei eines Applets (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:157
msgid "Object data reference"
msgstr "Datenquelle des Objekts"

#: ../plugins/taglist/HTML.tags.xml.in.h:158
msgid "Offset for alignment character"
msgstr "Position (Offset) des Ausrichtungszeichens"

#: ../plugins/taglist/HTML.tags.xml.in.h:159
msgid "OnBlur event"
msgstr "Skriptcode bei Verlassen des Elements"

#: ../plugins/taglist/HTML.tags.xml.in.h:160
msgid "OnChange event"
msgstr "Skriptcode bei Elementänderung"

#: ../plugins/taglist/HTML.tags.xml.in.h:161
msgid "OnClick event"
msgstr "Skriptcode bei Anklicken des Elements"

#: ../plugins/taglist/HTML.tags.xml.in.h:162
msgid "OnDblClick event"
msgstr "Skriptcode bei Doppelklick auf das Element"

#: ../plugins/taglist/HTML.tags.xml.in.h:163
msgid "OnFocus event"
msgstr "Skriptcode, wenn Element Fokus hat"

#: ../plugins/taglist/HTML.tags.xml.in.h:164
msgid "OnKeyDown event"
msgstr "Skriptcode bei Drücken einer Taste"

#: ../plugins/taglist/HTML.tags.xml.in.h:165
msgid "OnKeyPress event"
msgstr "Skriptcode bei Betätigung einer Taste"

#: ../plugins/taglist/HTML.tags.xml.in.h:166
msgid "OnKeyUp event"
msgstr "Skriptcode bei Loslassen einer Taste"

#: ../plugins/taglist/HTML.tags.xml.in.h:167
msgid "OnLoad event"
msgstr "Skriptcode nach Laden einer Datei"

#: ../plugins/taglist/HTML.tags.xml.in.h:168
msgid "OnMouseDown event"
msgstr "Skriptcode bei gedrückter Maustaste über Element"

#: ../plugins/taglist/HTML.tags.xml.in.h:169
msgid "OnMouseMove event"
msgstr "Skriptcode bei Ziehen des Elements mit Maus"

#: ../plugins/taglist/HTML.tags.xml.in.h:170
msgid "OnMouseOut event"
msgstr "Skriptcode beim Verlassen des Elements mit Maus"

#: ../plugins/taglist/HTML.tags.xml.in.h:171
msgid "OnMouseOver event"
msgstr "Skriptcode bei Überfahren des Elements mit Maus"

#: ../plugins/taglist/HTML.tags.xml.in.h:172
msgid "OnMouseUp event"
msgstr "Skriptcode bei Loslassen der Maustaste über Element"

#: ../plugins/taglist/HTML.tags.xml.in.h:173
msgid "OnReset event"
msgstr "Skriptcode bei Zurücksetzen des Formulars"

#: ../plugins/taglist/HTML.tags.xml.in.h:174
msgid "OnSelect event"
msgstr "Skriptcode bei Auswahl des Elements"

#: ../plugins/taglist/HTML.tags.xml.in.h:175
msgid "OnSubmit event"
msgstr "Skriptcode bei Absenden des Formulars"

#: ../plugins/taglist/HTML.tags.xml.in.h:176
msgid "OnUnload event"
msgstr "Skriptcode bei Verlassen der Datei/Frame-Satz"

#: ../plugins/taglist/HTML.tags.xml.in.h:177
msgid "Option group"
msgstr "Gruppe von Auswahloptionen"

#: ../plugins/taglist/HTML.tags.xml.in.h:178
msgid "Option selector"
msgstr "Auswahlliste"

#: ../plugins/taglist/HTML.tags.xml.in.h:179
msgid "Ordered list"
msgstr "Nummerierte Liste"

#: ../plugins/taglist/HTML.tags.xml.in.h:180
msgid "Paragraph class"
msgstr "Absatz mit Stylesheet-Klasse"

#: ../plugins/taglist/HTML.tags.xml.in.h:181
msgid "Paragraph style"
msgstr "Absatz mit Stilangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:182
msgid "Paragraph"
msgstr "Absatz"

#: ../plugins/taglist/HTML.tags.xml.in.h:183
msgid "Preformatted text"
msgstr "Vorformatierter Text"

#: ../plugins/taglist/HTML.tags.xml.in.h:184
msgid "Profile metainfo dictionary"
msgstr "Ordner für Metainformationen"

#: ../plugins/taglist/HTML.tags.xml.in.h:185
msgid "Push button"
msgstr "Druckknopf"

#: ../plugins/taglist/HTML.tags.xml.in.h:186
msgid "ReadOnly text and password"
msgstr "Wert des Elements nicht veränderbar"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:188
msgid "Reduced spacing (deprecated)"
msgstr "Enggestellte Schrift (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:189
msgid "Reverse link"
msgstr "Rückwärtsverknüpfung"

#: ../plugins/taglist/HTML.tags.xml.in.h:190
msgid "Rows"
msgstr "Reihen"

#: ../plugins/taglist/HTML.tags.xml.in.h:191
msgid "Rulings between rows and columns"
msgstr "Sichtbarkeit des Gitternetzes"

#: ../plugins/taglist/HTML.tags.xml.in.h:192
msgid "Sample program output, scripts"
msgstr "Auszeichnung als Beispiel"

#: ../plugins/taglist/HTML.tags.xml.in.h:193
msgid "Scope covered by header cells"
msgstr "Gültigkeitsbereich von Kopfzellen"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:195
msgid "Script language name"
msgstr "Skriptsprache"

#: ../plugins/taglist/HTML.tags.xml.in.h:196
msgid "Script statements"
msgstr "Skriptangaben"

#: ../plugins/taglist/HTML.tags.xml.in.h:197
msgid "Scrollbar"
msgstr "Bildlaufleiste"

#: ../plugins/taglist/HTML.tags.xml.in.h:198
msgid "Selectable option"
msgstr "Auswahllisteneintrag"

#: ../plugins/taglist/HTML.tags.xml.in.h:199
msgid "Selected"
msgstr "Ausgewählt"

#: ../plugins/taglist/HTML.tags.xml.in.h:200
msgid "Server-side image map"
msgstr "Serverseitige Behandlung von sensitiven Flächen"

#: ../plugins/taglist/HTML.tags.xml.in.h:201
msgid "Shape"
msgstr "Form"

#: ../plugins/taglist/HTML.tags.xml.in.h:202
msgid "Short inline quotation"
msgstr "Auszeichnung als Zitat mit Quellangabe"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:204
msgid "Size (deprecated)"
msgstr "Größe (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:205
msgid "Small text style"
msgstr "Kleiner Textstil"

#: ../plugins/taglist/HTML.tags.xml.in.h:206
msgid "Source"
msgstr "Quelle"

#: ../plugins/taglist/HTML.tags.xml.in.h:207
msgid "Space-separated archive list"
msgstr "Liste von Archivdateien, durch Leerzeichen getrennt"

#: ../plugins/taglist/HTML.tags.xml.in.h:208
msgid "Spacing between cells"
msgstr "Freiraum zwischen Zellen"

#: ../plugins/taglist/HTML.tags.xml.in.h:209
msgid "Spacing within cells"
msgstr "Innenabstand von Zellen"

#: ../plugins/taglist/HTML.tags.xml.in.h:210
msgid "Span"
msgstr "Spannen"

#: ../plugins/taglist/HTML.tags.xml.in.h:211
msgid "Standby load message"
msgstr "Meldung beim Laden des Objektes"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:213
msgid "Starting sequence number (deprecated)"
msgstr "Startwert der Nummerierung (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:215
msgid "Strike-through text style (deprecated)"
msgstr "Durchgestrichener Textstil (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:217
msgid "Strike-through text (deprecated)"
msgstr "Durchgestrichen (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:218
msgid "Strong emphasis"
msgstr "Auszeichnung als stark betont"

#: ../plugins/taglist/HTML.tags.xml.in.h:219
msgid "Style info"
msgstr "Stilinformationen"

#: ../plugins/taglist/HTML.tags.xml.in.h:220
msgid "Subscript"
msgstr "Tiefstellung"

#: ../plugins/taglist/HTML.tags.xml.in.h:221
msgid "Superscript"
msgstr "Hochstellung"

#: ../plugins/taglist/HTML.tags.xml.in.h:222
msgid "Table body"
msgstr "Tabellenkörper"

#: ../plugins/taglist/HTML.tags.xml.in.h:223
msgid "Table caption"
msgstr "Tabellenbeschriftung"

#: ../plugins/taglist/HTML.tags.xml.in.h:224
msgid "Table column group properties"
msgstr "Eigenschaften einer Tabellenspaltengruppe"

#: ../plugins/taglist/HTML.tags.xml.in.h:225
msgid "Table column properties"
msgstr "Eigenschaften einer Tabellenspalte"

#: ../plugins/taglist/HTML.tags.xml.in.h:226
msgid "Table data cell"
msgstr "Tabellendatenzelle"

#: ../plugins/taglist/HTML.tags.xml.in.h:227
msgid "Table footer"
msgstr "Tabellenfuß"

#: ../plugins/taglist/HTML.tags.xml.in.h:228
msgid "Table header cell"
msgstr "Tabellenkopfzelle"

#: ../plugins/taglist/HTML.tags.xml.in.h:229
msgid "Table header"
msgstr "Tabellenkopf"

#: ../plugins/taglist/HTML.tags.xml.in.h:230
msgid "Table row"
msgstr "Tabellenzeile"

#: ../plugins/taglist/HTML.tags.xml.in.h:231
msgid "Table summary"
msgstr "Tabellenzusammenfassung"

#: ../plugins/taglist/HTML.tags.xml.in.h:232
msgid "Table"
msgstr "Tabelle"

#: ../plugins/taglist/HTML.tags.xml.in.h:233
msgid "Target - Blank"
msgstr "Ziel - Neuer Reiter oder Fenster"

#: ../plugins/taglist/HTML.tags.xml.in.h:234
msgid "Target - Parent"
msgstr "Ziel - Elternelement"

#: ../plugins/taglist/HTML.tags.xml.in.h:235
msgid "Target - Self"
msgstr "Ziel - Aktueller Reiter oder Seite"

#: ../plugins/taglist/HTML.tags.xml.in.h:236
msgid "Target - Top"
msgstr "Ziel - Framesets verwerfen"

#: ../plugins/taglist/HTML.tags.xml.in.h:237
msgid "Teletype or monospace text style"
msgstr "Schreibmaschinenstil"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:239
msgid "Text color (deprecated)"
msgstr "Textfarbe (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:240
msgid "Text entered by user"
msgstr "Auszeichnung als Tastatureingabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:241
msgid "Title"
msgstr "Titel"

#: ../plugins/taglist/HTML.tags.xml.in.h:242
msgid "Underlined text style"
msgstr "Unterstrichen"

#: ../plugins/taglist/HTML.tags.xml.in.h:243
msgid "Unordered list"
msgstr "Unsortierte Liste"

#: ../plugins/taglist/HTML.tags.xml.in.h:244
msgid "Use image map"
msgstr "URI/Name des Map-Elements"

#: ../plugins/taglist/HTML.tags.xml.in.h:245
msgid "Value interpretation"
msgstr "Variableninterpretation"

#: ../plugins/taglist/HTML.tags.xml.in.h:246
msgid "Value"
msgstr "Wert"

#: ../plugins/taglist/HTML.tags.xml.in.h:247
msgid "Variable or program argument"
msgstr "Auszeichnung als Variable"

#: ../plugins/taglist/HTML.tags.xml.in.h:248
msgid "Vertical cell alignment"
msgstr "Vertikale Zellausrichtung"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:250
msgid "Vertical space (deprecated)"
msgstr "Vertikaler Freiraum (veraltet)"

#. Deprecated since HTML 4.01, not supported in XHTML 1.0 Strict DTD.
#: ../plugins/taglist/HTML.tags.xml.in.h:252
msgid "Visited link color (deprecated)"
msgstr "Farbe besuchter Verweise (veraltet)"

#: ../plugins/taglist/HTML.tags.xml.in.h:253
msgid "Width"
msgstr "Breite"

#: ../plugins/taglist/HTML.tags.xml.in.h:254
msgid "HTML - Tags"
msgstr "HTML - Elemente und Attribute"

#: ../plugins/taglist/HTML.tags.xml.in.h:255
msgid "Above"
msgstr "Darüber angezeigter Layer"

#: ../plugins/taglist/HTML.tags.xml.in.h:256
msgid "Applet class file code"
msgstr "Applet-Klassendatei"

#: ../plugins/taglist/HTML.tags.xml.in.h:257
msgid "Array"
msgstr "Array"

#: ../plugins/taglist/HTML.tags.xml.in.h:258
msgid "Background color"
msgstr "Hintergrundfarbe"

#: ../plugins/taglist/HTML.tags.xml.in.h:259
msgid "Background texture tile"
msgstr "Hintergrundbild"

#: ../plugins/taglist/HTML.tags.xml.in.h:260
msgid "Base font"
msgstr "Grundschrift"

#: ../plugins/taglist/HTML.tags.xml.in.h:261
msgid "Border color"
msgstr "Rahmenfarbe"

#: ../plugins/taglist/HTML.tags.xml.in.h:262
msgid "Border"
msgstr "Rahmen"

#: ../plugins/taglist/HTML.tags.xml.in.h:263
msgid "Center"
msgstr "Zentrieren"

#: ../plugins/taglist/HTML.tags.xml.in.h:264
msgid "Checked (state)"
msgstr "Ausgewählt (Zustand)"

#: ../plugins/taglist/HTML.tags.xml.in.h:265
msgid "Color of selected links"
msgstr "Farbe ausgewählter Verweise"

#: ../plugins/taglist/HTML.tags.xml.in.h:266
msgid "Content scheme"
msgstr "Inhaltsschema"

#: ../plugins/taglist/HTML.tags.xml.in.h:267
msgid "Content type"
msgstr "Inhaltstyp"

#: ../plugins/taglist/HTML.tags.xml.in.h:268
msgid "Direction"
msgstr "Richtung"

#: ../plugins/taglist/HTML.tags.xml.in.h:269
msgid "Directory list"
msgstr "Ordnerliste"

#: ../plugins/taglist/HTML.tags.xml.in.h:270
msgid "HTML version"
msgstr "HTML-Version"

#: ../plugins/taglist/HTML.tags.xml.in.h:271
msgid "Embedded object"
msgstr "Eingebettetes Objekt"

#: ../plugins/taglist/HTML.tags.xml.in.h:272
msgid "Figure"
msgstr "Grafik (FIG)"

#: ../plugins/taglist/HTML.tags.xml.in.h:273
msgid "Font face"
msgstr "Schriftart"

#: ../plugins/taglist/HTML.tags.xml.in.h:274
msgid "Frameborder"
msgstr "Frame-Rahmen"

#: ../plugins/taglist/HTML.tags.xml.in.h:275
msgid "Framespacing"
msgstr "Abstand zwischen Frames"

#: ../plugins/taglist/HTML.tags.xml.in.h:276
msgid "Heading"
msgstr "Überschrift"

#: ../plugins/taglist/HTML.tags.xml.in.h:277
msgid "Horizontal space"
msgstr "Horizontaler Freiraum"

#: ../plugins/taglist/HTML.tags.xml.in.h:278
msgid "Image source"
msgstr "Grafik mit Quellangabe"

#: ../plugins/taglist/HTML.tags.xml.in.h:279
msgid "Inline layer"
msgstr "Inline-Layer"

#: ../plugins/taglist/HTML.tags.xml.in.h:280
msgid "Java applet"
msgstr "Java-Applet"

#: ../plugins/taglist/HTML.tags.xml.in.h:281
msgid "Layer"
msgstr "Layer"

#: ../plugins/taglist/HTML.tags.xml.in.h:282
msgid "Link color"
msgstr "Link-Farbe"

#: ../plugins/taglist/HTML.tags.xml.in.h:283
msgid "Listing"
msgstr "Quelltext"

#: ../plugins/taglist/HTML.tags.xml.in.h:284
msgid "Mail link"
msgstr "E-Mail-Verweis"

#: ../plugins/taglist/HTML.tags.xml.in.h:285
msgid "Marquee"
msgstr "Lauftext"

#: ../plugins/taglist/HTML.tags.xml.in.h:286
msgid "Menu list"
msgstr "Menüliste"

#: ../plugins/taglist/HTML.tags.xml.in.h:287
msgid "Multicolumn"
msgstr "Mehrspaltiger Textfluss"

#: ../plugins/taglist/HTML.tags.xml.in.h:288
msgid "Next ID"
msgstr "Nächste numerische ID"

#: ../plugins/taglist/HTML.tags.xml.in.h:289
msgid "No embedded objects"
msgstr "Bereich für Anzeige ohne eingebettete Objekte"

#: ../plugins/taglist/HTML.tags.xml.in.h:290
msgid "No layers"
msgstr "Bereich für Anzeige ohne Layer"

#: ../plugins/taglist/HTML.tags.xml.in.h:291
msgid "No line break"
msgstr "Zeilenumbruch verhindern"

#: ../plugins/taglist/HTML.tags.xml.in.h:292
msgid "No shade"
msgstr "Trennlinie ohne Schattierung"

#: ../plugins/taglist/HTML.tags.xml.in.h:293
msgid "No word wrap"
msgstr "Kein Umbruch innerhalb der Zelle"

#: ../plugins/taglist/HTML.tags.xml.in.h:294
msgid "Note"
msgstr "Notiz"

#: ../plugins/taglist/HTML.tags.xml.in.h:295
msgid "Object applet file"
msgstr "Objektdatei"

#: ../plugins/taglist/HTML.tags.xml.in.h:296
msgid "Preformatted listing"
msgstr "Vorformatierter Quelltext"

#: ../plugins/taglist/HTML.tags.xml.in.h:297
msgid "Prompt message"
msgstr "Eingabeaufforderungstext"

#: ../plugins/taglist/HTML.tags.xml.in.h:298
msgid "Quote"
msgstr "Zitat"

#: ../plugins/taglist/HTML.tags.xml.in.h:299
msgid "Range"
msgstr "Spannweite"

#: ../plugins/taglist/HTML.tags.xml.in.h:300
msgid "Reduced spacing"
msgstr "Engere Schrift"

#: ../plugins/taglist/HTML.tags.xml.in.h:301
msgid "Root"
msgstr "Root"

#: ../plugins/taglist/HTML.tags.xml.in.h:302
msgid "Single line prompt"
msgstr "Einzeiliges Eingabefeld"

#: ../plugins/taglist/HTML.tags.xml.in.h:303
msgid "Size"
msgstr "Größe"

#: ../plugins/taglist/HTML.tags.xml.in.h:304
msgid "Soft line break"
msgstr "Weicher Zeilenumbruch"

#: ../plugins/taglist/HTML.tags.xml.in.h:305
msgid "Sound"
msgstr "Klang"

#: ../plugins/taglist/HTML.tags.xml.in.h:306
msgid "Spacer"
msgstr "Leerraum"

#: ../plugins/taglist/HTML.tags.xml.in.h:307
msgid "Square root"
msgstr "Quadratwurzel"

#: ../plugins/taglist/HTML.tags.xml.in.h:308
msgid "Starting sequence number"
msgstr "Startwert der Nummerierung"

#: ../plugins/taglist/HTML.tags.xml.in.h:309
msgid "Strike-through text style"
msgstr "Durchgestrichener Textstil"

#: ../plugins/taglist/HTML.tags.xml.in.h:310
msgid "Strike-through text"
msgstr "Durchgestrichen"

#: ../plugins/taglist/HTML.tags.xml.in.h:311
msgid "Tab order position"
msgstr "Position in der Tabulatorreihenfolge"

#: ../plugins/taglist/HTML.tags.xml.in.h:312
msgid "Text color"
msgstr "Textfarbe"

#: ../plugins/taglist/HTML.tags.xml.in.h:313
msgid "Text"
msgstr "Text"

#: ../plugins/taglist/HTML.tags.xml.in.h:314
msgid "Top margin in pixels"
msgstr "Oberer Freiraum in Pixel"

#: ../plugins/taglist/HTML.tags.xml.in.h:315
msgid "URL"
msgstr "Adresse"

#: ../plugins/taglist/HTML.tags.xml.in.h:316
msgid "Vertical space"
msgstr "Vertikaler Freiraum"

#: ../plugins/taglist/HTML.tags.xml.in.h:317
msgid "Visited link color"
msgstr "Farbe besuchter Verweise"

#: ../plugins/taglist/HTML.tags.xml.in.h:318
msgid "HTML - Special Characters"
msgstr "HTML - Spezielle Zeichen"

#: ../plugins/taglist/HTML.tags.xml.in.h:319
msgid "Non-breaking space"
msgstr "Geschütztes Leerzeichen"

#: ../plugins/taglist/Latex.tags.xml.in.h:1
msgid "Latex - Tags"
msgstr "Latex - Befehle"

#: ../plugins/taglist/Latex.tags.xml.in.h:2
msgid "Bibliography (cite)"
msgstr "Quellenangabe (Zitat)"

#: ../plugins/taglist/Latex.tags.xml.in.h:3
msgid "Bibliography (item)"
msgstr "Quellenangabe (Objekt)"

#: ../plugins/taglist/Latex.tags.xml.in.h:4
msgid "Bibliography (shortcite)"
msgstr "Quellenangabe (Kurzzitat)"

#: ../plugins/taglist/Latex.tags.xml.in.h:5
msgid "Bibliography (thebibliography)"
msgstr "Literaturverzeichnis"

#: ../plugins/taglist/Latex.tags.xml.in.h:6
msgid "Brackets ()"
msgstr "Klammern ()"

#: ../plugins/taglist/Latex.tags.xml.in.h:7
msgid "Brackets []"
msgstr "Klammern []"

#: ../plugins/taglist/Latex.tags.xml.in.h:8
msgid "Brackets {}"
msgstr "Klammern {}"

#: ../plugins/taglist/Latex.tags.xml.in.h:9
msgid "Brackets <>"
msgstr "Klammern <>"

#: ../plugins/taglist/Latex.tags.xml.in.h:10
msgid "File input"
msgstr "Dateieinbindung (input)"

#: ../plugins/taglist/Latex.tags.xml.in.h:11
msgid "Function cosine"
msgstr "Funktion Cosinus"

#: ../plugins/taglist/Latex.tags.xml.in.h:12
msgid "Function e^"
msgstr "Funktion e^"

#: ../plugins/taglist/Latex.tags.xml.in.h:13
msgid "Function exp"
msgstr "Funktion exp"

#: ../plugins/taglist/Latex.tags.xml.in.h:14
msgid "Function log"
msgstr "Funktion log"

#: ../plugins/taglist/Latex.tags.xml.in.h:15
msgid "Function log10"
msgstr "Funktion log10"

#: ../plugins/taglist/Latex.tags.xml.in.h:16
msgid "Function sine"
msgstr "Funktion Sinus"

#: ../plugins/taglist/Latex.tags.xml.in.h:17
msgid "Greek alpha"
msgstr "Griechisches Alpha"

#: ../plugins/taglist/Latex.tags.xml.in.h:18
msgid "Greek beta"
msgstr "Griechisches Beta"

#: ../plugins/taglist/Latex.tags.xml.in.h:19
msgid "Greek epsilon"
msgstr "Griechisches Epsilon"

#: ../plugins/taglist/Latex.tags.xml.in.h:20
msgid "Greek gamma"
msgstr "Griechisches Gamma"

#: ../plugins/taglist/Latex.tags.xml.in.h:21
msgid "Greek lambda"
msgstr "Griechische Lambda"

#: ../plugins/taglist/Latex.tags.xml.in.h:22
msgid "Greek rho"
msgstr "Griechisches Rho"

#: ../plugins/taglist/Latex.tags.xml.in.h:23
msgid "Greek tau"
msgstr "Griechisches Tau"

#: ../plugins/taglist/Latex.tags.xml.in.h:24
msgid "Header 0 (chapter)"
msgstr "Überschrift 0 (chapter)"

#: ../plugins/taglist/Latex.tags.xml.in.h:25
msgid "Header 0 (chapter*)"
msgstr "Überschrift 0 (chapter*)"

#: ../plugins/taglist/Latex.tags.xml.in.h:26
msgid "Header 1 (section)"
msgstr "Überschrift 1 (section)"

#: ../plugins/taglist/Latex.tags.xml.in.h:27
msgid "Header 1 (section*)"
msgstr "Überschrift 1 (section*)"

#: ../plugins/taglist/Latex.tags.xml.in.h:28
msgid "Header 2 (subsection)"
msgstr "Überschrift 2 (subsection)"

#: ../plugins/taglist/Latex.tags.xml.in.h:29
msgid "Header 2 (subsection*)"
msgstr "Überschrift 2 (subsection*)"

#: ../plugins/taglist/Latex.tags.xml.in.h:30
msgid "Header 3 (subsubsection)"
msgstr "Überschrift 3 (subsubsection)"

#: ../plugins/taglist/Latex.tags.xml.in.h:31
msgid "Header 3 (subsubsection*)"
msgstr "Überschrift 3 (subsubsection*)"

#: ../plugins/taglist/Latex.tags.xml.in.h:32
msgid "Header 4 (paragraph)"
msgstr "Überschrift 4 (paragraph)"

#: ../plugins/taglist/Latex.tags.xml.in.h:33
msgid "Header appendix"
msgstr "Anhang"

#: ../plugins/taglist/Latex.tags.xml.in.h:34
msgid "List description"
msgstr "Listenbeschreibung"

#: ../plugins/taglist/Latex.tags.xml.in.h:35
msgid "List enumerate"
msgstr "Nummerierte Liste"

#: ../plugins/taglist/Latex.tags.xml.in.h:36
msgid "List itemize"
msgstr "Liste mit graphischen Punkten"

#: ../plugins/taglist/Latex.tags.xml.in.h:37
msgid "Item with label"
msgstr "Listeneintrag mit Beschriftung"

#: ../plugins/taglist/Latex.tags.xml.in.h:38
msgid "Item"
msgstr "Eintrag"

#: ../plugins/taglist/Latex.tags.xml.in.h:39
msgid "Maths (display)"
msgstr "Mathematisch (abgesetzt)"

#: ../plugins/taglist/Latex.tags.xml.in.h:40
msgid "Maths (inline)"
msgstr "Mathematisch (inline)"

#: ../plugins/taglist/Latex.tags.xml.in.h:41
msgid "Operator fraction"
msgstr "Mathematischer Bruch"

#: ../plugins/taglist/Latex.tags.xml.in.h:42
msgid "Operator integral (display)"
msgstr "Operator Integral (abgesetzt)"

#: ../plugins/taglist/Latex.tags.xml.in.h:43
msgid "Operator integral (inline)"
msgstr "Operator Integral (inline)"

#: ../plugins/taglist/Latex.tags.xml.in.h:44
msgid "Operator sum (display)"
msgstr "Operator Summe (abgesetzt)"

#: ../plugins/taglist/Latex.tags.xml.in.h:45
msgid "Operator sum (inline)"
msgstr "Operator Summe (inline)"

#: ../plugins/taglist/Latex.tags.xml.in.h:46
msgid "Reference label"
msgstr "Referenzmarkierung"

#: ../plugins/taglist/Latex.tags.xml.in.h:47
msgid "Reference ref"
msgstr "Referenz"

#: ../plugins/taglist/Latex.tags.xml.in.h:48
msgid "Symbol <<"
msgstr "Symbol <<"

#: ../plugins/taglist/Latex.tags.xml.in.h:49
msgid "Symbol <="
msgstr "Symbol <="

#: ../plugins/taglist/Latex.tags.xml.in.h:50
msgid "Symbol >="
msgstr "Symbol >="

#: ../plugins/taglist/Latex.tags.xml.in.h:51
msgid "Symbol >>"
msgstr "Symbol >>"

#: ../plugins/taglist/Latex.tags.xml.in.h:52
msgid "Symbol and"
msgstr "Symbol »und«"

#: ../plugins/taglist/Latex.tags.xml.in.h:53
msgid "Symbol const"
msgstr "Symbol »konstant«"

#: ../plugins/taglist/Latex.tags.xml.in.h:54
msgid "Symbol d2-by-dt2-partial"
msgstr "Symbol »d2-durch-dt2-partiell«"

#: ../plugins/taglist/Latex.tags.xml.in.h:55
msgid "Symbol dagger"
msgstr "Symbol »Dolch«"

#: ../plugins/taglist/Latex.tags.xml.in.h:56
msgid "Symbol d-by-dt"
msgstr "Symbol »d-durch-dt«"

#: ../plugins/taglist/Latex.tags.xml.in.h:57
msgid "Symbol d-by-dt-partial"
msgstr "Symbol »d-durch-dt-partiell«"

#: ../plugins/taglist/Latex.tags.xml.in.h:58
msgid "Symbol equiv"
msgstr "Symbol »äquivalent«"

#: ../plugins/taglist/Latex.tags.xml.in.h:59
msgid "Symbol en-dash --"
msgstr "Symbol Bindestrich --"

#: ../plugins/taglist/Latex.tags.xml.in.h:60
msgid "Symbol em-dash ---"
msgstr "Symbol Bindestrich ---"

#: ../plugins/taglist/Latex.tags.xml.in.h:61
msgid "Symbol infinity"
msgstr "Symbol »unendlich«"

#: ../plugins/taglist/Latex.tags.xml.in.h:62
msgid "Symbol mathspace ,"
msgstr "Symbol mathematisch »,«"

#: ../plugins/taglist/Latex.tags.xml.in.h:63
msgid "Symbol mathspace ."
msgstr "Symbol mathematisch ».«"

#: ../plugins/taglist/Latex.tags.xml.in.h:64
msgid "Symbol mathspace _"
msgstr "Symbol mathematisch »_«"

#: ../plugins/taglist/Latex.tags.xml.in.h:65
msgid "Symbol mathspace __"
msgstr "Symbol mathematisch »__«"

#: ../plugins/taglist/Latex.tags.xml.in.h:66
msgid "Symbol simeq"
msgstr "Symbol »≃«"

#: ../plugins/taglist/Latex.tags.xml.in.h:67
msgid "Symbol star"
msgstr "Symbol »Stern«"

#: ../plugins/taglist/Latex.tags.xml.in.h:68
msgid "Typeface bold"
msgstr "Schrift fett"

#: ../plugins/taglist/Latex.tags.xml.in.h:69
msgid "Typeface type"
msgstr "Schrift dicktengleich"

#: ../plugins/taglist/Latex.tags.xml.in.h:70
msgid "Typeface italic"
msgstr "Schrift kursiv"

#: ../plugins/taglist/Latex.tags.xml.in.h:71
msgid "Typeface slanted"
msgstr "Schrift geneigt"

#: ../plugins/taglist/Latex.tags.xml.in.h:73
msgid "Unbreakable text"
msgstr "Umbrechen verhindern"

#: ../plugins/taglist/Latex.tags.xml.in.h:74
msgid "Footnote"
msgstr "Fußnote"

#: ../plugins/taglist/taglist.plugin.desktop.in.h:1
msgid "Tag list"
msgstr "Floskelliste"

#: ../plugins/taglist/taglist.plugin.desktop.in.h:2
msgid ""
"Provides a method to easily insert commonly used tags/strings into a "
"document without having to type them."
msgstr ""
"Diese Erweiterung bietet die Möglichkeit, häufig verwendete Floskeln und "
"Zeichenketten in ein Dokument einzufügen, ohne sie eingeben zu müssen."

#: ../plugins/taglist/XSLT.tags.xml.in.h:1
msgid "XSLT - Elements"
msgstr "XSLT-Elemente"

#: ../plugins/taglist/XSLT.tags.xml.in.h:2
msgid "XSLT - Functions"
msgstr "XSLT - Funktionen"

#: ../plugins/taglist/XSLT.tags.xml.in.h:3
msgid "XSLT - Axes"
msgstr "XSLT - Achsen"

#: ../plugins/taglist/XSLT.tags.xml.in.h:4
msgid "ancestor"
msgstr "Vorfahre"

#: ../plugins/taglist/XSLT.tags.xml.in.h:5
msgid "ancestor-or-self"
msgstr "Vorfahre oder Selbst"

#: ../plugins/taglist/XSLT.tags.xml.in.h:6
msgid "attribute"
msgstr "Attribut"

#: ../plugins/taglist/XSLT.tags.xml.in.h:7
msgid "child"
msgstr "Kind"

#: ../plugins/taglist/XSLT.tags.xml.in.h:8
msgid "descendant"
msgstr "Abkomme"

#: ../plugins/taglist/XSLT.tags.xml.in.h:9
msgid "descendant-or-self"
msgstr "Abkomme oder Selbst"

#: ../plugins/taglist/XSLT.tags.xml.in.h:10
msgid "following"
msgstr "Folgender"

#: ../plugins/taglist/XSLT.tags.xml.in.h:11
msgid "following-sibling"
msgstr "Folgendes Geschwister"

#: ../plugins/taglist/XSLT.tags.xml.in.h:12
msgid "namespace"
msgstr "Namensraum"

#: ../plugins/taglist/XSLT.tags.xml.in.h:13
msgid "parent"
msgstr "Elternelement"

#: ../plugins/taglist/XSLT.tags.xml.in.h:14
msgid "preceding"
msgstr "Vorhergehender"

#: ../plugins/taglist/XSLT.tags.xml.in.h:15
msgid "preceding-sibling"
msgstr "Vorhergehendes Geschwister"

#: ../plugins/taglist/XSLT.tags.xml.in.h:16
msgid "self"
msgstr "Selbst"

#: ../plugins/taglist/XUL.tags.xml.in.h:1
msgid "XUL - Tags"
msgstr "XUL - Kennzeichnungen"

#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.h:1
msgid "Prompt type"
msgstr "Aufforderungstyp"

#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.h:2
msgid "Selected format"
msgstr "Gewähltes Format"

#: ../plugins/time/org.mate.pluma.plugins.time.gschema.xml.in.h:3
msgid "Custom format"
msgstr "Angepasstes Format"

#: ../plugins/time/pluma-time-plugin.c:189
msgid "In_sert Date and Time..."
msgstr "_Datum und Uhrzeit einfügen …"

#: ../plugins/time/pluma-time-plugin.c:191
msgid "Insert current date and time at the cursor position"
msgstr ""
"Das heutige Datum und die aktuelle Uhrzeit an der Zeigerposition einfügen"

#: ../plugins/time/pluma-time-plugin.c:581
msgid "Available formats"
msgstr "Verfügbare Formate"

#: ../plugins/time/time.plugin.desktop.in.h:1
msgid "Insert Date/Time"
msgstr "Datum/Uhrzeit einfügen"

#: ../plugins/time/time.plugin.desktop.in.h:2
msgid "Inserts current date and time at the cursor position."
msgstr ""
"Das heutige Datum und die aktuelle Uhrzeit an der Zeigerposition einfügen."

#: ../plugins/trailsave/trailsave.plugin.desktop.in.h:1
msgid "Save Without Trailing Spaces"
msgstr "Ohne nachfolgende Leerzeichen speichern"

#: ../plugins/trailsave/trailsave.plugin.desktop.in.h:2
msgid "Removes trailing spaces from lines before saving."
msgstr "Entfernt Leerzeichen am Ende von Zeilen vor dem Speichern."

#: ../plugins/time/pluma-time-dialog.ui.h:1
msgid "Insert Date and Time"
msgstr "Datum und Uhrzeit einfügen"

#: ../plugins/time/pluma-time-dialog.ui.h:4
msgid "_Insert"
msgstr "E_infügen"

#: ../plugins/time/pluma-time-dialog.ui.h:5
#: ../plugins/time/pluma-time-setup-dialog.ui.h:8
msgid "Use the _selected format"
msgstr "_Folgendes Format verwenden"

#: ../plugins/time/pluma-time-dialog.ui.h:7
#: ../plugins/time/pluma-time-setup-dialog.ui.h:9
msgid "_Use custom format"
msgstr "_Benutzerdefiniertes Format verwenden"

#. Translators: Use the more common date format in your locale
#: ../plugins/time/pluma-time-dialog.ui.h:9
#: ../plugins/time/pluma-time-setup-dialog.ui.h:12
#, no-c-format
msgid "%d/%m/%Y %H:%M:%S"
msgstr "%d.%m.%Y, %H:%M:%S"

#. Translators: This example should follow the date format defined in the
#. entry above
#: ../plugins/time/pluma-time-dialog.ui.h:10
#: ../plugins/time/pluma-time-setup-dialog.ui.h:14
msgid "01/11/2009 17:52:00"
msgstr "01.11.2009, 17:52:00"

#: ../plugins/time/pluma-time-setup-dialog.ui.h:1
msgid "Configure date/time plugin"
msgstr "Die Datum/Uhrzeit-Erweiterung konfigurieren"

#: ../plugins/time/pluma-time-setup-dialog.ui.h:5
msgid "When inserting date/time..."
msgstr "Wenn Datum und Zeit eingefügt werden …"

#: ../plugins/time/pluma-time-setup-dialog.ui.h:7
msgid "_Prompt for a format"
msgstr "_Nach dem Format fragen"