|
2 | 2 | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
3 | 3 |
|
4 | 4 | <!-- Dialogues -->
|
5 |
| - <system:String x:Key="plugin_explorer_make_selection_warning">Zuerst eine Auswahl treffen</system:String> |
6 |
| - <system:String x:Key="plugin_explorer_select_folder_link_warning">Bitte wähle eine Ordnerverknüpfung</system:String> |
7 |
| - <system:String x:Key="plugin_explorer_delete_folder_link">Bist du sicher {0} zu löschen?</system:String> |
| 5 | + <system:String x:Key="plugin_explorer_make_selection_warning">Bitte treffen Sie zuerst eine Auswahl.</system:String> |
| 6 | + <system:String x:Key="plugin_explorer_select_folder_link_warning">Bitte wählen Sie einen Ordner-Link aus</system:String> |
| 7 | + <system:String x:Key="plugin_explorer_delete_folder_link">Sind Sie sicher, dass Sie {0} löschen wollen?</system:String> |
8 | 8 | <system:String x:Key="plugin_explorer_deletefileconfirm">Sind Sie sicher, dass Sie diese Datei dauerhaft löschen möchten?</system:String>
|
9 | 9 | <system:String x:Key="plugin_explorer_deletefilefolderconfirm">Sind Sie sicher, dass Sie diese(n) Datei/Ordner dauerhaft löschen wollen?</system:String>
|
10 |
| - <system:String x:Key="plugin_explorer_deletefilefoldersuccess">Löschen erfolgreich</system:String> |
| 10 | + <system:String x:Key="plugin_explorer_deletefilefoldersuccess">Löschung erfolgreich</system:String> |
11 | 11 | <system:String x:Key="plugin_explorer_deletefilefoldersuccess_detail">Erfolgreich gelöscht {0}</system:String>
|
12 | 12 | <system:String x:Key="plugin_explorer_globalActionKeywordInvalid">Die Zuweisung des globalen Aktions-Schlüsselwortes könnte zu viele Ergebnisse bei der Suche hervorrufen. Bitte wählen Sie ein spezielles Aktionswort</system:String>
|
13 | 13 | <system:String x:Key="plugin_explorer_quickaccess_globalActionKeywordInvalid">Schnellzugriff kann nicht auf das globale Aktions-Schlüsselwort gesetzt werden, wenn aktiviert. Bitte wählen Sie ein spezifisches Aktions-Schlüsselwort</system:String>
|
|
36 | 36 | <system:String x:Key="plugin_explorer_everything_sort_option">Sort Option:</system:String>
|
37 | 37 | <system:String x:Key="plugin_explorer_everything_installed_path">Everything-Pfad:</system:String>
|
38 | 38 | <system:String x:Key="plugin_explorer_launch_hidden">Launch Hidden</system:String>
|
39 |
| - <system:String x:Key="plugin_explorer_editor_path">Editor pad</system:String> |
| 39 | + <system:String x:Key="plugin_explorer_editor_path">Editor-Pfad</system:String> |
40 | 40 | <system:String x:Key="plugin_explorer_shell_path">Shell-Pfad</system:String>
|
41 | 41 | <system:String x:Key="plugin_explorer_indexsearchexcludedpaths_header">Indexsuche ausgeschlossene Pfade</system:String>
|
42 | 42 | <system:String x:Key="plugin_explorer_use_location_as_working_dir">Verwenden Suchergebnis Standort als ausführbare Arbeitsverzeichnis</system:String>
|
|
64 | 64 | <system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
|
65 | 65 | <system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
|
66 | 66 | <system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Windows Index Option</system:String>
|
67 |
| - <system:String x:Key="plugin_explorer_Excluded_File_Types">Excluded File Types (comma seperated)</system:String> |
| 67 | + <system:String x:Key="plugin_explorer_Excluded_File_Types">Ausgeschlossene Dateitypen (durch Komma getrennt)</system:String> |
68 | 68 | <system:String x:Key="plugin_explorer_Excluded_File_Types_Tooltip">Zum Beispiel: exe,jpg,png</system:String>
|
69 | 69 | <system:String x:Key="plugin_explorer_Maximum_Results">Maximale Ergebnisse</system:String>
|
70 |
| - <system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">The maximum number of results requested from active search engine</system:String> |
| 70 | + <system:String x:Key="plugin_explorer_Maximum_Results_Tooltip">Die maximale Anzahl der angeforderten Ergebnisse aus aktiver Suchmaschine</system:String> |
71 | 71 |
|
72 | 72 | <!-- Plugin Infos -->
|
73 | 73 | <system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
|
74 | 74 | <system:String x:Key="plugin_explorer_plugin_description">Dateien und Ordner via Windows-Suche oder Everything finden und verwalten</system:String>
|
75 | 75 |
|
76 | 76 | <!-- Plugin Tooltip -->
|
77 |
| - <system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String> |
78 |
| - <system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Ctrl + Enter to open the containing folder</system:String> |
| 77 | + <system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Strg+Enter um das Verzeichnis zu öffnen</system:String> |
| 78 | + <system:String x:Key="plugin_explorer_plugin_ToolTipOpenContainingFolder">Strg+Enter, um den enthaltenden Ordner zu öffnen</system:String> |
79 | 79 |
|
80 | 80 | <!-- Context menu items -->
|
81 | 81 | <system:String x:Key="plugin_explorer_copypath">Pfad kopieren</system:String>
|
82 |
| - <system:String x:Key="plugin_explorer_copypath_subtitle">Copy path of current item to clipboard</system:String> |
| 82 | + <system:String x:Key="plugin_explorer_copypath_subtitle">Pfad des aktuellen Elements in Zwischenablage kopieren</system:String> |
83 | 83 | <system:String x:Key="plugin_explorer_copyfilefolder">Kopieren</system:String>
|
84 | 84 | <system:String x:Key="plugin_explorer_copyfile_subtitle">Aktuelle Datei in Zwischenablage kopieren</system:String>
|
85 | 85 | <system:String x:Key="plugin_explorer_copyfolder_subtitle">Aktuellen Ordner in Zwischenablage kopieren</system:String>
|
|
89 | 89 | <system:String x:Key="plugin_explorer_path">Pfad:</system:String>
|
90 | 90 | <system:String x:Key="plugin_explorer_deletefilefolder_subtitle">Ausgewähltes löschen</system:String>
|
91 | 91 | <system:String x:Key="plugin_explorer_runasdifferentuser">Als anderer Benutzer ausführen</system:String>
|
92 |
| - <system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Ausgewählte mit einem anderen Benutzerkonto ausführen</system:String> |
| 92 | + <system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Ausgewähltes unter Verwendung eines anderen Benutzerkontos ausführen</system:String> |
93 | 93 | <system:String x:Key="plugin_explorer_opencontainingfolder">Enthaltenden Ordner öffnen</system:String>
|
94 | 94 | <system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
|
95 | 95 | <system:String x:Key="plugin_explorer_openwitheditor">Öffnen mit Editor:</system:String>
|
|
107 | 107 | <system:String x:Key="plugin_explorer_addfilefoldersuccess_detail">Erfolgreich zum Schnellzugriff hinzugefügt</system:String>
|
108 | 108 | <system:String x:Key="plugin_explorer_removefilefoldersuccess">Erfolgreich entfernt</system:String>
|
109 | 109 | <system:String x:Key="plugin_explorer_removefilefoldersuccess_detail">Erfolgreich aus Schnellzugriff entfernt</system:String>
|
110 |
| - <system:String x:Key="plugin_explorer_contextmenu_titletooltip">Zum Schnellzugriff hinzufügen, so kann er mit dem Aktions-Schlüsselwort "Suchaktivierung" des Explorers geöffnet werden</system:String> |
| 110 | + <system:String x:Key="plugin_explorer_contextmenu_titletooltip">Zum Schnellzugriff hinzufügen, so kann dieser mit dem Aktions-Schlüsselwort "Suchaktivierung" des Explorers geöffnet werden</system:String> |
111 | 111 | <system:String x:Key="plugin_explorer_contextmenu_remove_titletooltip">Aus Schnellzugriff entfernen</system:String>
|
112 | 112 | <system:String x:Key="plugin_explorer_remove_from_quickaccess_title">Aus Schnellzugriff entfernen</system:String>
|
113 |
| - <system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Remove current item from Quick Access</system:String> |
| 113 | + <system:String x:Key="plugin_explorer_remove_from_quickaccess_subtitle">Aktuelles Element aus Schnellzugriff entfernen</system:String> |
114 | 114 | <system:String x:Key="plugin_explorer_show_contextmenu_title">Windows-Kontextmenü zeigen</system:String>
|
115 | 115 | <system:String x:Key="plugin_explorer_openwith">Öffnen mit</system:String>
|
116 |
| - <system:String x:Key="plugin_explorer_openwith_subtitle">Programm zum Öffnen auswählen</system:String> |
| 116 | + <system:String x:Key="plugin_explorer_openwith_subtitle">Ein Programm zum Öffnen auswählen</system:String> |
117 | 117 |
|
118 | 118 | <!-- Special Results -->
|
119 | 119 | <system:String x:Key="plugin_explorer_diskfreespace">{0} frei von {1}</system:String>
|
120 | 120 | <system:String x:Key="plugin_explorer_openresultfolder">Open in Default File Manager</system:String>
|
121 | 121 | <system:String x:Key="plugin_explorer_openresultfolder_subtitle">
|
122 |
| - Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches. |
| 122 | + Verwenden Sie '>', um in diesem Verzeichnis zu suchen, '*', um nach Dateierweiterungen zu suchen, oder '>*', um beide Suchen zu kombinieren. |
123 | 123 | </system:String>
|
124 | 124 |
|
125 | 125 | <!-- Everything -->
|
126 |
| - <system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Failed to load Everything SDK</system:String> |
127 |
| - <system:String x:Key="flowlauncher_plugin_everything_is_not_running">Everything Service läuft nicht</system:String> |
128 |
| - <system:String x:Key="flowlauncher_plugin_everything_query_error">Everything Plugin hat einen Fehler (drücke Enter zum kopieren der Fehlernachricht)</system:String> |
| 126 | + <system:String x:Key="flowlauncher_plugin_everything_sdk_issue">Everything SDK konnte nicht geladen werden</system:String> |
| 127 | + <system:String x:Key="flowlauncher_plugin_everything_is_not_running">Warnung: Everything-Dienst wird nicht ausgeführt</system:String> |
| 128 | + <system:String x:Key="flowlauncher_plugin_everything_query_error">Fehler bei Abfrage von Everything</system:String> |
129 | 129 | <system:String x:Key="flowlauncher_plugin_everything_sort_by">Sortieren nach</system:String>
|
130 | 130 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_name">Name</system:String>
|
131 | 131 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_path">Pfad</system:String>
|
|
137 | 137 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_attributes">Attribute</system:String>
|
138 | 138 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_file_list_filename">File List FileName</system:String>
|
139 | 139 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_run_count">Run Count</system:String>
|
140 |
| - <system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Date Recently Changed</system:String> |
| 140 | + <system:String x:Key="flowlauncher_plugin_everything_sort_by_date_recently_changed">Datum kürzlich geändert</system:String> |
141 | 141 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_date_accessed">Zugriffsdatum</system:String>
|
142 | 142 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_date_run">Ausführungsdatum</system:String>
|
143 | 143 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_ascending">↑</system:String>
|
144 | 144 | <system:String x:Key="flowlauncher_plugin_everything_sort_by_descending">↓</system:String>
|
145 | 145 | <system:String x:Key="flowlauncher_plugin_everything_nonfastsort_warning">Warning: This is not a Fast Sort option, searches may be slow</system:String>
|
146 | 146 |
|
147 |
| - <system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Search Full Path</system:String> |
| 147 | + <system:String x:Key="flowlauncher_plugin_everything_search_fullpath">Vollständigen Pfad suchen</system:String> |
148 | 148 | <system:String x:Key="flowlauncher_plugin_everything_enable_run_count">Enable File/Folder Run Count</system:String>
|
149 | 149 |
|
150 | 150 | <system:String x:Key="flowlauncher_plugin_everything_click_to_launch_or_install">Klicken, um Everything zu starten oder zu installieren</system:String>
|
151 | 151 | <system:String x:Key="flowlauncher_plugin_everything_installing_title">Everything-Installation</system:String>
|
152 | 152 | <system:String x:Key="flowlauncher_plugin_everything_installing_subtitle">Everything-Dienst wird installiert. Bitte warten Sie ...</system:String>
|
153 | 153 | <system:String x:Key="flowlauncher_plugin_everything_installationsuccess_subtitle">Everything-Dienst erfolgreich installiert</system:String>
|
154 |
| - <system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Installation von Everything-Dienst. Bitte warten Sie ...</system:String> |
155 |
| - <system:String x:Key="flowlauncher_plugin_everything_run_service">Hier klicken, um es zu starten</system:String> |
156 |
| - <system:String x:Key="flowlauncher_plugin_everything_installing_select">Unable to find an Everything installation, would you like to manually select a location?{0}{0}Click no and Everything will be automatically installed for you</system:String> |
| 154 | + <system:String x:Key="flowlauncher_plugin_everything_installationfailed_subtitle">Der Everything-Dienst konnte nicht automatisch installiert werden. Bitte installieren Sie ihn manuell über https://www.voidtools.com</system:String> |
| 155 | + <system:String x:Key="flowlauncher_plugin_everything_run_service">Klicken Sie hier, um es zu starten</system:String> |
| 156 | + <system:String x:Key="flowlauncher_plugin_everything_installing_select">Es kann keine Everything-Installation gefuinden werden, möchten Sie einen Ort manuell auswählen?{0}{0}Klicken Sie auf Nein und Everything wird automatisch für Sie installiert</system:String> |
157 | 157 | <system:String x:Key="flowlauncher_plugin_everything_enable_content_search">Möchten Sie die Inhaltssuche für Everything aktivieren?</system:String>
|
158 |
| - <system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">It can be very slow without index (which is only supported in Everything v1.5+)</system:String> |
| 158 | + <system:String x:Key="flowlauncher_plugin_everything_enable_content_search_tips">Es kann sehr langsam sein ohne Index (was nur in Everything v1.5+ unterstützt wird)</system:String> |
159 | 159 |
|
160 | 160 | <!-- Native Context Menu -->
|
161 |
| - <system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String> |
162 |
| - <system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String> |
163 |
| - <system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Below you can specify items you want to include in the context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String> |
164 |
| - <system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with').</system:String> |
| 161 | + <system:String x:Key="plugin_explorer_native_context_menu_header">Natives Kontextmenü</system:String> |
| 162 | + <system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Natives Kontextmenü anzeigen (experimentell)</system:String> |
| 163 | + <system:String x:Key="plugin_explorer_native_context_menu_include_patterns_guide">Unten können Sie die Elemente angeben, die Sie in das Kontextmenü aufnehmen möchten. Diese können partiell (z. B. „Stift mit“) oder vollständig („Öffnen mit“) sein.</system:String> |
| 164 | + <system:String x:Key="plugin_explorer_native_context_menu_exclude_patterns_guide">Unten können Sie die Elemente angeben, die Sie aus dem Kontextmenü ausschließen möchten. Diese können partiell (z. B. „Stift mit“) oder vollständig („Öffnen mit“) sein.</system:String> |
165 | 165 | </ResourceDictionary>
|
0 commit comments