From cf79f24d83b393de4ed77207bd5a99e6536b0e6f Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Thu, 15 Mar 2018 11:45:57 +0100 Subject: [PATCH] Updated german localization --- MacPass/PickcharView.xib | 6 +- MacPass/de.lproj/ContextBar.strings | 3 + MacPass/de.lproj/EntryInspectorView.strings | 15 --- MacPass/de.lproj/Localizable.strings | 50 ++++++++-- MacPass/de.lproj/Localizable.stringsdict | 56 +++++++---- MacPass/de.lproj/MainMenu.strings | 6 ++ MacPass/en.lproj/Localizable.stringsdict | 100 ++++++++++---------- 7 files changed, 140 insertions(+), 96 deletions(-) diff --git a/MacPass/PickcharView.xib b/MacPass/PickcharView.xib index fcc3785e..a4a52667 100644 --- a/MacPass/PickcharView.xib +++ b/MacPass/PickcharView.xib @@ -1,8 +1,8 @@ - + - + @@ -170,7 +170,7 @@ - + diff --git a/MacPass/de.lproj/ContextBar.strings b/MacPass/de.lproj/ContextBar.strings index 89407468..8b0f8fd9 100644 --- a/MacPass/de.lproj/ContextBar.strings +++ b/MacPass/de.lproj/ContextBar.strings @@ -28,6 +28,9 @@ /* Class = "NSTabViewItem"; label = "Filter"; ObjectID = "Ud6-Nz-6PS"; */ "Ud6-Nz-6PS.label" = "Filter"; +/* Class = "NSButtonCell"; title = "Everywhere"; ObjectID = "WMK-bb-ESj"; */ +"WMK-bb-ESj.title" = "Alles"; + /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "cpr-p6-YAY"; */ "cpr-p6-YAY.title" = "Item 2"; diff --git a/MacPass/de.lproj/EntryInspectorView.strings b/MacPass/de.lproj/EntryInspectorView.strings index 636aaaa6..17b7cde4 100644 --- a/MacPass/de.lproj/EntryInspectorView.strings +++ b/MacPass/de.lproj/EntryInspectorView.strings @@ -25,9 +25,6 @@ /* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */ "79.title" = "Tags"; -/* (No Comment) */ -"108.label" = "Felder"; - /* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */ "109.label" = "Anhänge"; @@ -46,9 +43,6 @@ /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */ "171.title" = "Table View Cell"; -/* (No Comment) */ -"190.title" = "Freie Felder"; - /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */ "197.title" = "Text Cell"; @@ -58,15 +52,6 @@ /* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */ "214.placeholderString" = "Wert"; -/* (No Comment) */ -"225.placeholderString" = "Wert"; - -/* (No Comment) */ -"228.placeholderString" = "Titel"; - -/* Class = "NSButtonCell"; title = "Add Field"; ObjectID = "232"; */ -"232.title" = "Feld hinzufügen"; - /* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */ "238.ibShadowedLabels[0]" = "Allgemein"; diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index ff2bfdb5..0ac4d8bc 100644 --- a/MacPass/de.lproj/Localizable.strings +++ b/MacPass/de.lproj/Localizable.strings @@ -1,3 +1,6 @@ +/* Count of characters remaining in pickchars dialog */ +"%ld_CHARACTERS_TO_PICK_REMAINING" = "%ld Zeichen zur Auswahl übrig"; + /* Display format for days. Should contain a long decimal placeholder! */ "%ld_DAYS" = "%ld Tage"; @@ -22,6 +25,9 @@ /* Toolbar item with action menu */ "ACTION" = "Aktion"; +/* Menu displayed for adding special custom keys */ +"ADD_CUSTOM_FIELD_CONTEXT_MENU" = "Feld hinzufügen Menü"; + /* Action to add an entry via template */ "ADD_TREMPLATE_ENTRY" = "Vorgabeeintrag erstellen"; @@ -168,7 +174,7 @@ Toolbar item delete item */ "DELETE" = "Löschen"; -/* No comment provided by engineer. */ +/* Delete Entry */ "DELETE_ENTRY" = "Eintrag löschen"; /* Delete Group */ @@ -208,6 +214,12 @@ /* Message text for the enforce password change alert */ "ENFORCE_PASSWORD_CHANGE_ALERT_TITLE" = "Das Password der Datenbank ist abgelaufen!"; +/* Group row for entry attributes */ +"ENTRY_CUSTOM_ATTRIBUTES" = "Benutzerdefinierte Werte"; + +/* Group row for entry attributes */ +"ENTRY_DEFAULT_ATTRIBUTES" = "Standardwerte"; + /* Keyfile not valid */ "ERROR_INVALID_KEYFILE" = "Schlüsseldatei ist ungültig"; @@ -241,8 +253,8 @@ /* External file change strategy option: Keep local file an ignore external changes */ "FILE_CHANGE_STRATEGY_KEEP_MINE" = "Behalte meine Version ohne Änderungen"; -/* External file change strategy option: Merge external changes into local file. - Merge changes into file! */ +/* Button in dialog to merge changes into file! + External file change strategy option: Merge external changes into local file. */ "FILE_CHANGE_STRATEGY_MERGE" = "Inhalte zusammenführen"; /* External file change strategy option: Use the changed file and discard local changes */ @@ -276,10 +288,10 @@ /* Feature only available in kdbx databases */ "KDBX_ONLY_FEATURE" = "Funktion nur in KDBX-Datenbank verfügbar"; -/* Ignore the changes to an open file! */ +/* Button in dialog to ignore the changes to an open file! */ "KEEP_MINE_DISCARD_OTHER" = "Behalte meine, verwerfe andere!"; -/* Reopen the file! */ +/* Button in dialog to reopen the file! */ "KEEP_OTHER_DISCARD_MINE" = "Behalte andere, verwerfe meine!"; /* Do not install the plugin */ @@ -316,14 +328,16 @@ /* Name for a newly created Database */ "NEW_DATABASE" = "Datenbank"; -/* Menu item to create a new entry +/* Action name for a newly created entry + Menu item to create a new entry Toolbar item new entry */ "NEW_ENTRY" = "Neuer Eintrag"; /* Submenu to add an entry via template */ "NEW_ENTRY_WITH_TEMPLATE_%@" = "Neuer Eintrag aus Vorlage %@"; -/* Menu item to create a new group +/* Action name for a newly created group + Menu item to create a new group Toolbar item new group */ "NEW_GROUP" = "Neue Gruppe"; @@ -370,6 +384,9 @@ /* Open button in the open panel to import an XML file */ "OPEN_BUTTON_IMPORT_XML_OPEN_PANEL" = "Importieren"; +/* Action button in Notification to open a document */ +"OPEN_DOCUMENT" = "Datei öffnen"; + /* Menu item to open the URL with the default application */ "OPEN_URL" = "Adresse öffnen"; @@ -405,6 +422,18 @@ /* Menu item to perform autotype with the selected entry */ "PERFORM_AUTOTYPE_FOR_ENTRY" = "Auto-Type ausführen"; +/* Info about how many character has to pick in pickchar dialog */ +"PICKCHAR_INFO_MESSAGE_PICK_CHARACTERS_%ld" = "Bitte wählen Sie %ld Zeichen aus"; + +/* Window displayed to the user to pick an amout of characters */ +"PICKCHAR_WINDOW_TITLE" = "Zeichen auswählen"; + +/* Count of picked characters in pickchars dialog if no limit is set */ +"PICKED_%ld_CHARACTERS" = "%ld Zeichen ausgewählt"; + +/* Window displayed to the user to pick an amout of characters */ +"PICKFIELD_WINDOW_TITLE" = "Wert auswählen"; + /* The plugin could not be initalized */ "PLUGIN_ERROR_INTILIZATION_FAILED" = "Das Plugin konnten nicht korrekt initialisiert werden"; @@ -496,14 +525,14 @@ /* Menu displayed as popup selection for search options */ "SELECT_FILTER_WITH_DOTS" = "Auswählen…"; -/* Set the selection as default file change strategy! */ +/* 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 toggel history display */ + Toolbar item to toggle history display */ "SHOW_HISTORY" = "Historie anzeigen"; /* Menu item to show the reference builder in a text view's context menu */ @@ -518,6 +547,9 @@ /* preset to expire tomorrow */ "TOMORROW" = "Morgen"; +/* Toolbar item to perform autotype */ +"TOOLBAR_PERFORM_AUTOTYPE_FOR_ENTRY" = "Autotype"; + /* Move Entry to Trash */ "TRASH_ENTRY" = "Eintrag löschen"; diff --git a/MacPass/de.lproj/Localizable.stringsdict b/MacPass/de.lproj/Localizable.stringsdict index 8930d663..a4e8abba 100644 --- a/MacPass/de.lproj/Localizable.stringsdict +++ b/MacPass/de.lproj/Localizable.stringsdict @@ -12,30 +12,12 @@ NSStringPluralRuleType NSStringFormatValueTypeKey ld - zero - alle Zeichen ausgewählt one ein Zeichen übrig other %ld Zeichen übrig - - - PICKED_%ld_CHARACTERS - - NSStringLocalizedFormatKey - %#@characters@ - characters - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - ld zero - Kein Zeichen ausgewählt - one - %ld character picked - other - %ld characters picked + alle Zeichen ausgewählt DUPLICATE_ENTRIES_%ld @@ -72,5 +54,41 @@ 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 + + diff --git a/MacPass/de.lproj/MainMenu.strings b/MacPass/de.lproj/MainMenu.strings index 9d77099c..279dde9e 100644 --- a/MacPass/de.lproj/MainMenu.strings +++ b/MacPass/de.lproj/MainMenu.strings @@ -1,6 +1,9 @@ /* Class = "NSMenuItem"; title = "Focus Entries"; ObjectID = "2VP-vB-IeX"; */ "2VP-vB-IeX.title" = "Einträge fokussieren"; +/* Class = "NSMenuItem"; title = "Item"; ObjectID = "3st-rv-EeQ"; */ +"3st-rv-EeQ.title" = "Element"; + /* Class = "NSMenu"; title = "Import"; ObjectID = "4q9-u1-pcm"; */ "4q9-u1-pcm.title" = "Importieren"; @@ -157,6 +160,9 @@ /* Class = "NSMenuItem"; title = "Focus Groups"; ObjectID = "HxM-dV-LIH"; */ "HxM-dV-LIH.title" = "Gruppen fokussieren"; +/* Class = "NSMenu"; title = "Item"; ObjectID = "Ttt-tR-emo"; */ +"Ttt-tR-emo.title" = "Element"; + /* Class = "NSMenuItem"; title = "Focus Inspector"; ObjectID = "Zje-Me-5c8"; */ "Zje-Me-5c8.title" = "Inspektor fokussieren"; diff --git a/MacPass/en.lproj/Localizable.stringsdict b/MacPass/en.lproj/Localizable.stringsdict index 7dd30eaa..80d2b031 100644 --- a/MacPass/en.lproj/Localizable.stringsdict +++ b/MacPass/en.lproj/Localizable.stringsdict @@ -1,52 +1,52 @@ { - "%ld_CHARACTERS_TO_PICK_REMAINING" = { - NSStringLocalizedFormatKey = "%#@characters@"; - characters = { - NSStringFormatSpecTypeKey = NSStringPluralRuleType; - NSStringFormatValueTypeKey = ld; - one = "One character remaining"; - other = "%ld characters remaining"; - zero = "All characters picked"; - }; - }; - "DUPLICATE_ENTRIES_%ld" = { - NSStringLocalizedFormatKey = "%#@entries@"; - entries = { - NSStringFormatSpecTypeKey = NSStringPluralRuleType; - NSStringFormatValueTypeKey = ld; - one = "Duplicate Entry"; - other = "Duplicate Entries"; - zero = "Duplicate Entries"; - }; - }; - "EVERY_%ld_DAYS" = { - NSStringLocalizedFormatKey = "%#@days@"; - days = { - NSStringFormatSpecTypeKey = NSStringPluralRuleType; - NSStringFormatValueTypeKey = ld; - one = "every day"; - other = "every %ld days"; - zero = "after each unlock"; - }; - }; - "PICKCHAR_INFO_MESSAGE_PICK_CHARACTERS_%ld" = { - NSStringLocalizedFormatKey = "%#@characters@"; - characters = { - NSStringFormatSpecTypeKey = NSStringPluralRuleType; - NSStringFormatValueTypeKey = ld; - one = "Please pick a single character to use"; - other = "Pleas pick %ld characters to use"; - zero = "Please pick character to use"; - }; - }; - "PICKED_%ld_CHARACTERS" = { - NSStringLocalizedFormatKey = "%#@characters@"; - characters = { - NSStringFormatSpecTypeKey = NSStringPluralRuleType; - NSStringFormatValueTypeKey = ld; - one = "%ld character picked"; - other = "%ld characters picked"; - zero = "No characters picked"; - }; - }; + "%ld_CHARACTERS_TO_PICK_REMAINING" = { + "NSStringLocalizedFormatKey" = "%#@characters@"; + characters = { + "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; + "NSStringFormatValueTypeKey" = ld; + one = "One character remaining"; + other = "%ld characters remaining"; + zero = "All characters picked"; + }; + }; + "DUPLICATE_ENTRIES_%ld" = { + "NSStringLocalizedFormatKey" = "%#@entries@"; + entries = { + "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; + "NSStringFormatValueTypeKey" = ld; + one = "Duplicate Entry"; + other = "Duplicate Entries"; + zero = "Duplicate Entries"; + }; + }; + "EVERY_%ld_DAYS" = { + "NSStringLocalizedFormatKey" = "%#@days@"; + days = { + "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; + "NSStringFormatValueTypeKey" = ld; + one = "every day"; + other = "every %ld days"; + zero = "after each unlock"; + }; + }; + "PICKCHAR_INFO_MESSAGE_PICK_CHARACTERS_%ld" = { + "NSStringLocalizedFormatKey" = "%#@characters@"; + characters = { + "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; + "NSStringFormatValueTypeKey" = ld; + one = "Please pick a single character to use"; + other = "Pleas pick %ld characters to use"; + zero = "Please pick the characters to use"; + }; + }; + "PICKED_%ld_CHARACTERS" = { + "NSStringLocalizedFormatKey" = "%#@characters@"; + characters = { + "NSStringFormatSpecTypeKey" = "NSStringPluralRuleType"; + "NSStringFormatValueTypeKey" = ld; + one = "%ld character picked"; + other = "%ld characters picked"; + zero = "No characters picked"; + }; + }; } \ No newline at end of file