From eaa0f68c7b5b24f7a9e5a28ec1e8486d92548763 Mon Sep 17 00:00:00 2001 From: Jesse Reppin Date: Wed, 19 Jun 2019 10:10:43 +0200 Subject: [PATCH] Updated german localization (#943) * Updated german localization Add in GeneralSettings.strings "Enable Autosave" and "Close and open all documents for changes to take effect" in German. * Updated german localization --- MacPass/de.lproj/GeneralSettings.strings | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MacPass/de.lproj/GeneralSettings.strings b/MacPass/de.lproj/GeneralSettings.strings index acc13397..0f4e75c9 100644 --- a/MacPass/de.lproj/GeneralSettings.strings +++ b/MacPass/de.lproj/GeneralSettings.strings @@ -46,12 +46,18 @@ /* Class = "NSButtonCell"; title = "Lock after sleep"; ObjectID = "631"; */ "631.title" = "Datenbank im Ruhezustand sperren"; +/* Class = "NSButtonCell"; title = "Enable Autosave"; ObjectID = ""wG7-bi-2fi""; */ +"wG7-bi-2fi.title" = "Automatisches Speichern aktivieren"; + /* Class = "NSMenuItem"; title = "Never"; ObjectID = "804"; */ "804.title" = "Nie"; /* Class = "NSTextFieldCell"; title = "Lock while idle"; ObjectID = "806"; */ "806.title" = "Sperren nach Inaktivität"; +/* Class = "NSTextFieldCell"; title = "Close and open all documents for changes to take effect"; ObjectID = "3Bo-Ml-1KB"; */ +"3Bo-Ml-1KB.title" = "Die Änderungen werden erst für Dokumente wirksam, welche geschlossen und erneut geöffnet werden."; + /* Class = "NSBox"; title = "File Handling"; ObjectID = "888"; */ "888.title" = "Dateibehandlung";