diff options
Diffstat (limited to 'core/locales/locale.de.conf')
-rw-r--r-- | core/locales/locale.de.conf | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index aa202368..7dcfa404 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -17,12 +17,12 @@ Undefined event name = Undefinierter Eventname # [core/file_io.lua] # The title of dialogs prompting the user to open a file. -Open = Öffnen +Open File = Öffnen # The error message displayed when a file's text encoding could not be detected # and when that text cannot be converted into UTF-8 for display. Encoding conversion failed. = Fehler beim Wechseln der Zeichenkodierung. # The title of dialogs prompting the user to save a file. -Save = Speichern +Save File = Speichern # The text displayed for untitled and unsaved buffers. Untitled = Unbenannt # The text displayed in a dialog when the user attempts to close a file with @@ -38,7 +38,7 @@ has been modified. Reload it? = wurde geändert. Erneut laden? _Yes = _Ja _No = _Nein # The column label for lists of filenames in dialogs. -File = Datei +Filename = Datei # The text displayed in a dialog when more than X files were found in the quick # open dialog. files or more were found. Showing the first = Dateien oder mehr gefunden. Zeige die ersten @@ -91,9 +91,10 @@ Line Number: = Zeilennummer: returned non-zero status = returned non-zero status # [modules/textadept/find.lua] -# The text displayed in the GUI find & replace pane. +# The text displayed in the find & replace pane. _Find: = Suchen R_eplace: = Ersetzen +# The button text displayed in the GUI find & replace pane. Find _Next = Vorwärts suchen Find _Prev = Rückwärts suchen _Replace = Ersetzen @@ -102,9 +103,9 @@ _Match case = Groß-/Kleinschreibung berücksichtigen _Whole word = Vollständiges Wort Rege_x = Rege_x _In files = _In Dateien -# The text displayed in the terminal version's find & replace pane. -Find: = Suchen: -Replace: = Ersetzen: +# The button text displayed in the terminal version's find & replace pane. +# These should be as short as possible, as most terminals are 80 characters in +# width. [Next] = [Vorwärts] [Prev] = [Rückw.] [Replace] = [Ersetzen] @@ -119,7 +120,7 @@ Search wrapped = Suche am Anfang fortgesetzt # The statusbar text shown when the text to search for was not found. No results found = Keine Treffer gefunden # The title of the dialog for selecting files to search in. -Find in Files = In Dateien suchen +Select Directory = In Dateien suchen # The name of the buffer Textadept prints "Find in Files" results to. [Files Found Buffer] = [Buffer mit gefundenen Dateien] # The "Find in Files" result for text found in a binary file. This result is @@ -238,7 +239,7 @@ S_top = Anhalten _Next Error = Nächster Fehler _Previous Error = Vorheriger Fehler # Menu items for working with bookmarked lines in buffers. -_Bookmark = Lesezeichen +_Bookmarks = Lesezeichen _Toggle Bookmark = Lesezeichen umschalten _Clear Bookmarks = Lesezeichen löschen _Next Bookmark = Nächstes Lesezeichen |