From 8526caa7c061df704758cc7381b3f4eb9a1381ff Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Wed, 4 Jul 2018 12:30:21 +0200 Subject: [PATCH] Updated german localizations --- MacPass/de.lproj/AutotypeBuilderView.strings | 1 + MacPass/de.lproj/Localizable.strings | 20 +-- MacPass/de.lproj/Localizable.stringsdict | 145 +++++++------------ MacPass/de.lproj/PickcharView.strings | 2 +- MacPass/de.lproj/PickfieldView.strings | 2 +- MacPass/de.lproj/PluginDataView.strings | 2 +- MacPass/de.lproj/PluginSettings.strings | 2 +- 7 files changed, 60 insertions(+), 114 deletions(-) diff --git a/MacPass/de.lproj/AutotypeBuilderView.strings b/MacPass/de.lproj/AutotypeBuilderView.strings index 725e43dc..cdc8cd3a 100644 --- a/MacPass/de.lproj/AutotypeBuilderView.strings +++ b/MacPass/de.lproj/AutotypeBuilderView.strings @@ -6,3 +6,4 @@ /* Class = "NSTextFieldCell"; title = "Available Commands and Placeholders"; ObjectID = "lug-97-H9D"; */ "lug-97-H9D.title" = "Verfügbare Kommandos und Platzhalter"; + diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index 110182cd..32f6d042 100644 --- a/MacPass/de.lproj/Localizable.strings +++ b/MacPass/de.lproj/Localizable.strings @@ -62,8 +62,8 @@ /* Noticiation: Autotype failed to find a match for %@ (string placeholder) */ "AUTOTYPE_OVERLAY_NO_MATCH_FOR_%@" = "Kein Treffer für %@!"; -/* Notification: Autotype found a single match. */ -"AUTOTYPE_OVERLAY_SINGLE_MATCH" = "Treffer!"; +/* Notification: Autotype found a single match for %@ (string placeholder). */ +"AUTOTYPE_OVERLAY_SINGLE_MATCH_FOR_%@" = "Treffer für %@!"; /* Enable autotype menu item */ "AUTOTYPE_YES" = "Autotype aktivieren"; @@ -77,9 +77,6 @@ /* Menu item in the database outline context menu to change the database name */ "CHANGE_DATABASE_NAME" = "Name der Datenbank ändern"; -/* (No Comment) */ -"CHANGE_FORMAT" = "Als KDBX speichern"; - /* Button to postpone the password change */ "CHANGE_LATER" = "Später Ändern"; @@ -137,9 +134,6 @@ Toolbar item copy username */ "COPY_USERNAME" = "Benutzername kopieren"; -/* (No Comment) */ -"CREATED_AT_%@" = "erstellt: %@"; - /* Curstom attribute reference item */ "CUSTOM_ATTRIBUTE" = "Spezielle Eigenschaften"; @@ -235,7 +229,7 @@ /* Format to returen the date an item expires. Includes %@ placehoder for date */ "EXPIRES_AT_DATE_%@" = "verfällt: %@"; -/* The master key was changed by an extrenal programm! */ +/* The master key was changed by an extrenal program! */ "EXTERN_CHANGE_OF_MASTERKEY" = "Der Schlüssel wurde durch ein anderes Programm geändert!"; /* Informative text displayed when the file was change from another application */ @@ -522,16 +516,10 @@ /* Checkbox in dialog to set the selection as default file change strategy! */ "SET_AS_DEFAULT_FILE_CHANGE_STRATEGY" = "Die gewählte Strategie immer verwenden. Sie können die Strategie jederzeit in den Einstellungen anpassen."; -/* (No Comment) */ -"SHORT_FILE_CHANGE_STRATEGY_ASK" = "Nachfragen"; - /* Menu item to show the history of the selected entry Toolbar item to toggle history display */ "SHOW_HISTORY" = "Historie anzeigen"; -/* Menu item to show the reference builder in a text view's context menu */ -"SHOW_REFERENCE_BUILDER" = "Referenz einfügen…"; - /* Displayed name when title field was copied Menu item to toggle display of title column in entry table Title column title @@ -556,7 +544,7 @@ /* No comment provided by engineer. */ "UNKNOWN_FILE_VERSION" = "Unbekannte Dateiversion"; -/* Unknown databas format. */ +/* Unknown database format. */ "UNKNOWN_FORMAT" = "Unbekanntes Dateiformat"; /* Database format is unknown since the file is not saved yet */ diff --git a/MacPass/de.lproj/Localizable.stringsdict b/MacPass/de.lproj/Localizable.stringsdict index a4e8abba..413fcd47 100644 --- a/MacPass/de.lproj/Localizable.stringsdict +++ b/MacPass/de.lproj/Localizable.stringsdict @@ -1,94 +1,51 @@ - - - - - %ld_CHARACTERS_TO_PICK_REMAINING - - NSStringLocalizedFormatKey - %#@characters@ - characters - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld - one - ein Zeichen übrig - other - %ld Zeichen übrig - zero - alle Zeichen ausgewählt - - - DUPLICATE_ENTRIES_%ld - - NSStringLocalizedFormatKey - %#@entries@ - entries - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld - one - Eintrag duplizieren - other - Einträge duplizieren - - - EVERY_%ld_DAYS - - NSStringLocalizedFormatKey - %#@days@ - days - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld - one - jeden Tag - other - alle %ld Tage - zero - nach jedem Entsperren - - - PICKCHAR_INFO_MESSAGE_PICK_CHARACTERS_%ld - - NSStringLocalizedFormatKey - %#@characters@ - characters - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld - one - Bitte wählen Sie ein Zeichen aus. - other - Bitte wählen Sie %ld Zeichen aus. - zero - Bitte wählen Sie Zeichen aus. - - - PICKED_%ld_CHARACTERS - - NSStringLocalizedFormatKey - %#@characters@ - characters - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld - one - %ld Zeichen gewählt - other - %ld Zeichen gewählt - zero - Kein Zeichen ausgewählt - - - - +{ + "%ld_CHARACTERS_TO_PICK_REMAINING" = { + NSStringLocalizedFormatKey = "%#@characters@"; + characters = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + one = "ein Zeichen \U00fcbrig"; + other = "%ld Zeichen \U00fcbrig"; + zero = "alle Zeichen ausgew\U00e4hlt"; + }; + }; + "DUPLICATE_ENTRIES_%ld" = { + NSStringLocalizedFormatKey = "%#@entries@"; + entries = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + one = "Eintrag duplizieren"; + other = "Eintr\U00e4ge duplizieren"; + }; + }; + "EVERY_%ld_DAYS" = { + NSStringLocalizedFormatKey = "%#@days@"; + days = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + one = "jeden Tag"; + other = "alle %ld Tage"; + zero = "nach jedem Entsperren"; + }; + }; + "PICKCHAR_INFO_MESSAGE_PICK_CHARACTERS_%ld" = { + NSStringLocalizedFormatKey = "%#@characters@"; + characters = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + one = "Bitte w\U00e4hlen Sie ein Zeichen aus."; + other = "Bitte w\U00e4hlen Sie %ld Zeichen aus."; + zero = "Bitte w\U00e4hlen Sie Zeichen aus."; + }; + }; + "PICKED_%ld_CHARACTERS" = { + NSStringLocalizedFormatKey = "%#@characters@"; + characters = { + NSStringFormatSpecTypeKey = NSStringPluralRuleType; + NSStringFormatValueTypeKey = ld; + one = "%ld Zeichen gew\U00e4hlt"; + other = "%ld Zeichen gew\U00e4hlt"; + zero = "Kein Zeichen ausgew\U00e4hlt"; + }; + }; +} \ No newline at end of file diff --git a/MacPass/de.lproj/PickcharView.strings b/MacPass/de.lproj/PickcharView.strings index 18f4daf2..fc9a9b65 100644 --- a/MacPass/de.lproj/PickcharView.strings +++ b/MacPass/de.lproj/PickcharView.strings @@ -1,4 +1,3 @@ - /* Class = "NSButtonCell"; title = "Submit"; ObjectID = "8vP-Ka-vsA"; */ "8vP-Ka-vsA.title" = "Auswählen"; @@ -16,3 +15,4 @@ /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "v3T-2f-yWm"; */ "v3T-2f-yWm.title" = "Table View Cell"; + diff --git a/MacPass/de.lproj/PickfieldView.strings b/MacPass/de.lproj/PickfieldView.strings index 2ba6b54a..58671b32 100644 --- a/MacPass/de.lproj/PickfieldView.strings +++ b/MacPass/de.lproj/PickfieldView.strings @@ -1,4 +1,3 @@ - /* Class = "NSTableColumn"; headerCell.title = "Field"; ObjectID = "0H9-DW-Jyj"; */ "0H9-DW-Jyj.headerCell.title" = "Feld"; @@ -22,3 +21,4 @@ /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "z1F-Bi-PBg"; */ "z1F-Bi-PBg.title" = "Text Cell"; + diff --git a/MacPass/de.lproj/PluginDataView.strings b/MacPass/de.lproj/PluginDataView.strings index 666fcebb..49152d28 100644 --- a/MacPass/de.lproj/PluginDataView.strings +++ b/MacPass/de.lproj/PluginDataView.strings @@ -1,4 +1,3 @@ - /* Class = "NSButtonCell"; title = "Remove All"; ObjectID = "6hH-Hc-gf4"; */ "6hH-Hc-gf4.title" = "Alles Löschen"; @@ -13,3 +12,4 @@ /* Class = "NSTextFieldCell"; title = "Plugin data"; ObjectID = "unO-bO-8v0"; */ "unO-bO-8v0.title" = "Plugin-Daten"; + diff --git a/MacPass/de.lproj/PluginSettings.strings b/MacPass/de.lproj/PluginSettings.strings index 2c80b0fc..e8ef82c1 100644 --- a/MacPass/de.lproj/PluginSettings.strings +++ b/MacPass/de.lproj/PluginSettings.strings @@ -1,4 +1,4 @@ -/* Class = "NSTextFieldCell"; title = "If enabled, only properly signed Plugins will be loaded. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; ObjectID = "2bX-8S-9XM"; */ +/* Class = "NSTextFieldCell"; title = "If enabled, Plugins without proper signatures will be allowed to load. Keep in mind, that Plugins have full access to your data! Changes take affect on restart."; ObjectID = "2bX-8S-9XM"; */ "2bX-8S-9XM.title" = "Wenn diese Einstellung aktiv ist, werden nur korrekt signierte Plugins geladen. Bitte beachten Sie, dass Plugins vollständigen Zugriff auf Ihre Daten haben. Änderungen werden erst beim Neustart aktiv!"; /* Class = "NSButtonCell"; title = "Load unsecure Plugins"; ObjectID = "C4B-6z-ZqX"; */