1+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2+ xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3+ xmlns : system =" clr-namespace:System;assembly=mscorlib" >
4+
5+ <system : String x : Key =" ClearMemory" >Speicher löschen</system : String >
6+ <system : String x : Key =" Settings" >Einstellungen</system : String >
7+ <system : String x : Key =" Restart" >Neustart</system : String >
8+ <system : String x : Key =" Exit" >Schließen</system : String >
9+ <system : String x : Key =" ExportedAllData" >Alle Daten exportiert!</system : String >
10+
11+ <!-- UpdateManager-->
12+ <system : String x : Key =" Cancel" >Abbrechen</system : String >
13+ <system : String x : Key =" Download" >Runterladen</system : String >
14+ <system : String x : Key =" Information" >Information</system : String >
15+ <system : String x : Key =" RunningLatestVersion" >Du hast die neuste Version!</system : String >
16+ <system : String x : Key =" UpdateNow" >Möchtest du die Bewerbung jetzt aktualisieren?</system : String >
17+
18+
19+ <!-- Menu-->
20+ <system : String x : Key =" File" >_Datei</system : String >
21+ <system : String x : Key =" Export" >Exportieren</system : String >
22+ <system : String x : Key =" Logs" >Protokolle</system : String >
23+ <system : String x : Key =" AllLogs" >Alle Protokolle</system : String >
24+ <system : String x : Key =" RamLogs" >RAM Protokolle</system : String >
25+ <system : String x : Key =" ProcessLogs" >Prozess Protokolle</system : String >
26+ <system : String x : Key =" ApplicationLogs" >Bewerbungsprotokolle</system : String >
27+ <system : String x : Key =" RamAnalyzerData" >RAM Analysierungsdaten</system : String >
28+ <system : String x : Key =" ProcessAnalyzerData" >Prozessanalysierungsdaten</system : String >
29+ <system : String x : Key =" Tools" >_Werkzeuge</system : String >
30+ <system : String x : Key =" RamMonitor" >RAM Überwacher</system : String >
31+ <system : String x : Key =" RamAnalyzer" >RAM Analysierer</system : String >
32+ <system : String x : Key =" ProcessAnalyzer" >Prozessanalysierer</system : String >
33+ <system : String x : Key =" Clear" >Löschen</system : String >
34+ <system : String x : Key =" Gui" >GUI</system : String >
35+ <system : String x : Key =" AlwaysOnTop" >Immer im Vordergrund</system : String >
36+ <system : String x : Key =" DisableWhenInactive" >Deaktivieren wenn inaktiv</system : String >
37+ <system : String x : Key =" WindowDraggable" >Fenster beweglich</system : String >
38+ <system : String x : Key =" DisplayRamStatistics" >Zeige RAM Statistiken an</system : String >
39+ <system : String x : Key =" DisplayRamGauge" >Zeige RAM Messgerät an</system : String >
40+ <system : String x : Key =" Help" >_Hilfe</system : String >
41+ <system : String x : Key =" CheckForUpdates" >Auf Updates überprüfen</system : String >
42+ <system : String x : Key =" HomePage" >Homepage</system : String >
43+ <system : String x : Key =" License" >Lizenz</system : String >
44+ <system : String x : Key =" Donate" >Spenden</system : String >
45+ <system : String x : Key =" About" >Über</system : String >
46+
47+ <!-- MainWindow-->
48+ <system : String x : Key =" TotalPhysicalMemory" >Totale physikalischer Speicher:</system : String >
49+ <system : String x : Key =" UsedPhysicalMemory" >Gebrauchter physikalischer Speicher:</system : String >
50+ <system : String x : Key =" ClearWorkingSets" >Lösche Working Sets</system : String >
51+ <system : String x : Key =" ClearFileSystemCache" >Löschen Dateisystem-Cache</system : String >
52+ <system : String x : Key =" AdministrativeRightsWarning" >MemPlus wird ohne administrative Rechte wahrscheinlich nicht richtig funktionieren!</system : String >
53+ <system : String x : Key =" GaugeRamUsage" >Gebrauchter RAM (%)</system : String >
54+ <system : String x : Key =" RamUsageIncreased" >Es sieht so aus als ob Ihr RAM gebrauch sich um % MB erhöht hat!</system : String >
55+ <system : String x : Key =" RamUsageSaved" >Sie haben % MB RAM Speicher gesichert!</system : String >
56+
57+ <!-- AboutWindow-->
58+ <system : String x : Key =" AboutWindowTitle" >MemPlus - Über</system : String >
59+ <system : String x : Key =" Close" >Schließen</system : String >
60+ <system : String x : Key =" AboutInfo" >MemPlus wurde von DeadLine entwickelt.\n\nImages: small-n-flat by paomedia\nTheme: Syncfusion\nVersion: %\n\nCopyright © CodeDead 2018</system : String >
61+
62+ <!-- LogWindow-->
63+ <system : String x : Key =" LogWindowTitle" >MemPlus - Protokolle</system : String >
64+ <system : String x : Key =" Copy" >Kopieren</system : String >
65+ <system : String x : Key =" Delete" >Löschen</system : String >
66+ <system : String x : Key =" Date" >Datum</system : String >
67+ <system : String x : Key =" Content" >Inhalt</system : String >
68+ <system : String x : Key =" ClearLogs" >Protokolle löschen</system : String >
69+
70+ <!-- ProcessAnalyzerWindow-->
71+ <system : String x : Key =" ProcessAnalyzerWindowTitle" >MemPlus - Prozessanalysierer</system : String >
72+ <system : String x : Key =" ClearWorkingSet" >Lösche Working Sets</system : String >
73+ <system : String x : Key =" KillProcess" >Abbrechen</system : String >
74+ <system : String x : Key =" Refresh" >Erneuern</system : String >
75+ <system : String x : Key =" ProcessId" >Prozess ID</system : String >
76+ <system : String x : Key =" ProcessName" >Prozessname</system : String >
77+ <system : String x : Key =" ProcessLocation" >Prozessspeicherort</system : String >
78+ <system : String x : Key =" MemoryUsage" >Gebrauchter Speicher</system : String >
79+
80+ <!-- RamAnalyzerWindow-->
81+ <system : String x : Key =" RamAnalyzerWindowTitle" >MemPlus - RAM Analysator</system : String >
82+ <system : String x : Key =" CouldNotRetrieveInformation" >Konnte RAM Analyzsator Information nicht erhalten!</system : String >
83+
84+ <!-- SettingsWindow-->
85+ <system : String x : Key =" SettingsWindowTitle" >MemPlus - Einstellungen</system : String >
86+ <system : String x : Key =" General" >General</system : String >
87+ <system : String x : Key =" AutomaticUpdates" >Automatische Updates</system : String >
88+ <system : String x : Key =" AutoStartMemPlus" >Starte MemPlus wenn Windows startet</system : String >
89+ <system : String x : Key =" StartMinimized" >Starte MemPlus minimalisiert</system : String >
90+ <system : String x : Key =" HideOnStart" >Verstecke MemPlus beim starten</system : String >
91+ <system : String x : Key =" HideInsteadOfClose" >Verstecke MemPlus beim schließen</system : String >
92+ <system : String x : Key =" AutoRunAsAdministrator" >Lass as als automatischer Administrator laufen</system : String >
93+ <system : String x : Key =" Topmost" >Oberste</system : String >
94+ <system : String x : Key =" DisplayNotifyIcon" >Zeige Notifikationssymbol</system : String >
95+ <system : String x : Key =" DisplayAdminWarning" >Zeige Warnung von administrativen Rechten an</system : String >
96+ <system : String x : Key =" DisplayRamStatisticsNotifyIcon" >Zeige RAM Statistiken in Notifikationssymbol an</system : String >
97+ <system : String x : Key =" DisplayRamStatisticsWindow" >Zeige RAM Statistiken im Fenster an</system : String >
98+ <system : String x : Key =" Language" >Sprache</system : String >
99+ <system : String x : Key =" LanguageSetting" >Sprache:</system : String >
100+ <system : String x : Key =" UpdateInterval" >Updateintervall:</system : String >
101+ <system : String x : Key =" Milliseconds" >Millisekunden</system : String >
102+ <system : String x : Key =" Seconds" >Sekunden</system : String >
103+ <system : String x : Key =" Minutes" >Minuten</system : String >
104+ <system : String x : Key =" Hours" >Stunden</system : String >
105+ <system : String x : Key =" RamOptimizer" >RAM Optimierer</system : String >
106+ <system : String x : Key =" OptimizeWhenExceeds" >Optimiere wenn RAM gebrach überschritten wird</system : String >
107+ <system : String x : Key =" OptimizeAfter" >Optimiere danach</system : String >
108+ <system : String x : Key =" Options" >Optionen</system : String >
109+ <system : String x : Key =" ClearMemoryOnStartup" >Lösche Speicher beim Starten der Anwendung</system : String >
110+ <system : String x : Key =" ClearStandByCache" >Lösche Ruhezustand cache</system : String >
111+ <system : String x : Key =" ClearClipboard" >Lösche Zwischenablagedaten</system : String >
112+ <system : String x : Key =" Hotkey" >Hotkey:</system : String >
113+ <system : String x : Key =" WorkingSetExclusions" >Working Set Ausschlüsse</system : String >
114+ <system : String x : Key =" Add" >Hinzufügen</system : String >
115+ <system : String x : Key =" Theme" >Themen</system : String >
116+ <system : String x : Key =" Style" >Style:</system : String >
117+ <system : String x : Key =" MetroBrushString" >Metro bürste:</system : String >
118+ <system : String x : Key =" BorderThickness" >Rahmendicke:</system : String >
119+ <system : String x : Key =" WindowOpacity" >Fensteropazität:</system : String >
120+ <system : String x : Key =" ResizeBorder" >Passe Rand an:</system : String >
121+ <system : String x : Key =" WarningLevel" >Warnungslevel:</system : String >
122+ <system : String x : Key =" Reset" >Zurücksetzen</system : String >
123+ <system : String x : Key =" Save" >Sichern</system : String >
124+ <system : String x : Key =" SavedAllSettings" >Alle Einstellungen wurden gesichert!</system : String >
125+ <system : String x : Key =" ResetAllSettings" >All Einstellungen wurden zurückgesetzt!</system : String >
126+ <system : String x : Key =" FileDoesNotExist" >Die ausgewählte Datei existiert nicht!</system : String >
127+ <system : String x : Key =" AutoOptimizeWarning" >Diese Option funktioniert nur wenn der RAM Überwacher aktiviert ist!</system : String >
128+
129+ </ResourceDictionary >
0 commit comments