From 9a625dd57d8b6b600f1249ae9750e266a7b7eca4 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 12 Jul 2019 16:03:58 +0200 Subject: [PATCH] Updated german and english localizations --- .../AutotypeCandidateSelectionView.xib | 5 +- ...AutotypeCandidateSelectionViewController.h | 1 + ...AutotypeCandidateSelectionViewController.m | 7 ++- MacPass/MPAutotypeDaemon.m | 5 +- MacPass/de.lproj/GeneralPreferences.strings | 12 ++--- .../de.lproj/IntegrationPreferences.strings | 4 +- MacPass/de.lproj/Localizable.strings | 46 ++++++++++++------- MacPass/de.lproj/MainMenu.strings | 5 +- .../PluginRepositoryBrowserView.strings | 24 ++++++++++ .../de.lproj/SavePanelAccessoryView.strings | 2 +- MacPass/de.lproj/WorkflowPreferences.strings | 6 +++ MacPass/en.lproj/GeneralPreferences.strings | 10 +++- MacPass/en.lproj/Localizable.strings | 9 ++-- 13 files changed, 98 insertions(+), 38 deletions(-) create mode 100644 MacPass/de.lproj/PluginRepositoryBrowserView.strings diff --git a/MacPass/Base.lproj/AutotypeCandidateSelectionView.xib b/MacPass/Base.lproj/AutotypeCandidateSelectionView.xib index 5662a493..116456d7 100644 --- a/MacPass/Base.lproj/AutotypeCandidateSelectionView.xib +++ b/MacPass/Base.lproj/AutotypeCandidateSelectionView.xib @@ -1,14 +1,15 @@ - + - + + diff --git a/MacPass/MPAutotypeCandidateSelectionViewController.h b/MacPass/MPAutotypeCandidateSelectionViewController.h index f76c390e..0247b4e0 100644 --- a/MacPass/MPAutotypeCandidateSelectionViewController.h +++ b/MacPass/MPAutotypeCandidateSelectionViewController.h @@ -25,6 +25,7 @@ @interface MPAutotypeCandidateSelectionViewController : NSViewController @property (copy) NSArray *candidates; +@property (copy) NSString *windowTitle; - (IBAction)selectAutotypeContext:(id)sender; - (IBAction)cancelSelection:(id)sender; diff --git a/MacPass/MPAutotypeCandidateSelectionViewController.m b/MacPass/MPAutotypeCandidateSelectionViewController.m index c3284919..5eb20ab8 100644 --- a/MacPass/MPAutotypeCandidateSelectionViewController.m +++ b/MacPass/MPAutotypeCandidateSelectionViewController.m @@ -28,8 +28,9 @@ #import @interface MPAutotypeCandidateSelectionViewController () -@property (weak) IBOutlet NSButton *selectAutotypeContextButton; -@property (weak) IBOutlet NSTableView *contextTableView; +@property (strong) IBOutlet NSButton *selectAutotypeContextButton; +@property (strong) IBOutlet NSTableView *contextTableView; +@property (strong) IBOutlet NSTextField *messageTextField; @end @@ -41,6 +42,8 @@ - (void)viewDidLoad { [super viewDidLoad]; + NSString *template = NSLocalizedString(@"AUTOTYPE_CANDIDATE_SELECTION_WINDOW_MESSAGE_%@", "Message text in the autotype selection window. Placeholder is %1 - windowTitle"); + self.messageTextField.stringValue = [NSString stringWithFormat:template, self.windowTitle]; self.selectAutotypeContextButton.enabled = NO; NSNotification *notification = [NSNotification notificationWithName:NSTableViewSelectionDidChangeNotification object:self.contextTableView]; [self tableViewSelectionDidChange:notification]; diff --git a/MacPass/MPAutotypeDaemon.m b/MacPass/MPAutotypeDaemon.m index 8f4dc034..ace24103 100644 --- a/MacPass/MPAutotypeDaemon.m +++ b/MacPass/MPAutotypeDaemon.m @@ -264,7 +264,7 @@ static MPAutotypeDaemon *_sharedInstance; if(candidates == 1 ) { return autotypeCandidates.lastObject; } - [self _presentSelectionWindow:autotypeCandidates]; + [self _presentCandiadates:autotypeCandidates forWindowTitle:windowTitle]; return nil; // Nothing to do, we get called back by the window } @@ -352,7 +352,7 @@ static MPAutotypeDaemon *_sharedInstance; return infoDict; } -- (void)_presentSelectionWindow:(NSArray *)candidates { +- (void)_presentCandiadates:(NSArray *)candidates forWindowTitle:(NSString *)windowTitle { if(!self.matchSelectionWindow) { self.matchSelectionWindow = [[NSPanel alloc] initWithContentRect:NSMakeRect(0, 0, 100, 100) styleMask:NSWindowStyleMaskNonactivatingPanel|NSWindowStyleMaskTitled @@ -361,6 +361,7 @@ static MPAutotypeDaemon *_sharedInstance; self.matchSelectionWindow.level = kCGAssistiveTechHighWindowLevel; MPAutotypeCandidateSelectionViewController *vc = [[MPAutotypeCandidateSelectionViewController alloc] init]; vc.candidates = candidates; + vc.windowTitle = windowTitle; self.matchSelectionWindow.collectionBehavior |= (NSWindowCollectionBehaviorFullScreenAuxiliary | NSWindowCollectionBehaviorMoveToActiveSpace | NSWindowCollectionBehaviorTransient ); diff --git a/MacPass/de.lproj/GeneralPreferences.strings b/MacPass/de.lproj/GeneralPreferences.strings index 0f4e75c9..d4d583f8 100644 --- a/MacPass/de.lproj/GeneralPreferences.strings +++ b/MacPass/de.lproj/GeneralPreferences.strings @@ -46,18 +46,12 @@ /* 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"; @@ -79,3 +73,9 @@ /* Class = "NSButtonCell"; title = "Remember Keyfile for Databases"; ObjectID = "r6q-He-nYU"; */ "r6q-He-nYU.title" = "Schlüsseldatei merken"; +/* Class = "NSButtonCell"; title = "Enable Autosave"; ObjectID = "wG7-bi-2fi"; */ +"wG7-bi-2fi.title" = "Automatisches Speichern aktivieren"; + +/* Class = "NSTextFieldCell"; title = "Close and open all documents for changes to take effect"; ObjectID = "ya5-ps-c4W"; */ +"ya5-ps-c4W.title" = "Die Änderungen werden erst für Dokumente wirksam, welche geschlossen und erneut geöffnet werden."; + diff --git a/MacPass/de.lproj/IntegrationPreferences.strings b/MacPass/de.lproj/IntegrationPreferences.strings index 857b8826..a926f27e 100644 --- a/MacPass/de.lproj/IntegrationPreferences.strings +++ b/MacPass/de.lproj/IntegrationPreferences.strings @@ -10,13 +10,13 @@ /* Class = "NSButtonCell"; title = "Enable Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */ "ERs-ct-Eyx.title" = "Quicklook Preview aktivieren"; -/* Class = "NSTextFieldCell"; title = "Autotype is not available, because MacPass is not allowed to control your computer. To enable Autotype, go to the Security and Privacy Preferences and add MacPass to the Accessibilty group. Changes require a restart of MacPass."; ObjectID = "H37-ku-aTc"; */ +/* Class = "NSTextFieldCell"; title = "Autotype might not work properly. Some issues where found that prevent Autotype or Global Autotype to work. Please run the Autotype Doctor to fix those issues."; ObjectID = "H37-ku-aTc"; */ "H37-ku-aTc.title" = "Autotype steht nicht zur Verfügung, da MacPass den Computer nicht steuern darf. Um Autotype zu ermöglichen, fügen Sie MacPass in den Einstellungen zur Privatsphäre zu den Bedienungshilfen hinzu."; /* Class = "NSTextFieldCell"; title = "Shortcut is missing Key"; ObjectID = "Lxp-wI-yQy"; */ "Lxp-wI-yQy.title" = "Der Kurzbefehl ist unvollständig"; -/* Class = "NSButtonCell"; title = "Open Preferences…"; ObjectID = "NP0-R3-m6n"; */ +/* Class = "NSButtonCell"; title = "Run Autotype Doctor…"; ObjectID = "NP0-R3-m6n"; */ "NP0-R3-m6n.title" = "Systemeinstellungen öffnen…"; /* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */ diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index 9abd63fc..e26e82fb 100644 --- a/MacPass/de.lproj/Localizable.strings +++ b/MacPass/de.lproj/Localizable.strings @@ -37,18 +37,6 @@ /* Action to add an entry via template */ "ADD_TREMPLATE_ENTRY" = "Vorgabeeintrag erstellen"; -/* Button in dialog to leave autotype disabled and continiue! */ -"ALERT_AUTOTYPE_MISSING_ACCESSIBILTY_PERMISSIONS_BUTTON_OK" = "Autotype deaktiviert lassen."; - -/* Button in dialog to open accessibilty preferences pane! */ -"ALERT_AUTOTYPE_MISSING_ACCESSIBILTY_PERMISSIONS_BUTTON_OPEN_PREFERENCES" = "Systemeinstellung Bedienungshilfen öffnen …"; - -/* Alert informative text displayed when Autotype performs self check and lacks accessibilty permissions */ -"ALERT_AUTOTYPE_MISSING_ACCESSIBILTY_PERMISSIONS_INFORMATIVE_TEXT" = "Das System erlaubt MacPass nicht, Autotype-Tastenbefehle an andere Anwendungen zu schicken. Um Autotype zu ermöglichen fügen Sie MacPass zu den Bedienungshilfen in den Datenschutzeinstellung hinzu. "; - -/* Alert message displayed when Autotype performs self check and lacks accessibilty permissions */ -"ALERT_AUTOTYPE_MISSING_ACCESSIBILTY_PERMISSIONS_MESSAGE_TEXT" = "MacPass kann Autotype nicht ausführen."; - /* Button in dialog to leave plugin ds disabled and continiue! */ "ALERT_INCOMPATIBLE_PLUGINS_ENCOUNTERED_BUTTON_OK" = "OK"; @@ -101,6 +89,12 @@ /* Menu item for automatic trash creation */ "AUTOCREATE_TRASH_FOLDER" = "Automatisch erstellen"; +/* Message text in the autotype selection window. Placeholder is %1 - windowTitle */ +"AUTOTYPE_CANDIDATE_SELECTION_WINDOW_MESSAGE_%@" = "Es gibt mehrere Treffer für den aktuellen Fenstertitel: %@. Bitte wählen Sie den Eintrag aus der Liste aus, welcher verwendet werden soll."; + +/* Window title for the stand-alone password creator window */ +"AUTOTYPE_DOCTOR_RESULTS_WINDOW_TITLE" = "Autotype Doktor"; + /* Inherit autotype settings menu item */ "AUTOTYPE_INHERIT" = "Autotype Einstellungen vererben"; @@ -110,8 +104,8 @@ /* Disable autotype menu item */ "AUTOTYPE_NO" = "Autotype deaktivieren"; -/* Notification: Autotype failed, MacPass has no permission to send key strokes */ -"AUTOTYPE_NOTIFICATION_MACPASS_HAS_NO_ACCESSIBILTY_PERMISSIONS" = "Autotype ist deaktivert, weil keine Rechte zum Steuern des Computers vorhanden sind."; +/* Notification: Autotype failed, MacPass has not enough permissions to perform autotype */ +"AUTOTYPE_NOTIFICATION_MACPASS_IS_MISSING_PERMISSIONS" = "MacPass hat nicht alle notwendigen Berechtigungen um Autotype ausführen zu können"; /* Notification: Autotype failed, no documents are open */ "AUTOTYPE_OVERLAY_NO_DOCUMENTS" = "Bitte öffnen Sie eine Datei, um Global-Autotype zu nutzen!"; @@ -122,6 +116,18 @@ /* Notification: Autotype found a single match for %@ (string placeholder). */ "AUTOTYPE_OVERLAY_SINGLE_MATCH_FOR_%@" = "Treffer für %@!"; +/* Status lable when no issue were found in accessibilty */ +"AUTOTYPE_STATUS_ACCESSIBILTY_PERMISSIONS_OK" = "MacPass hat die Berechtigung den Computer zu steuern (Eingabehilfe)"; + +/* Status MacPass has no accessibilty permissions */ +"AUTOTYPE_STATUS_NO_ACCESSIBILTY_PERMISSIONS" = "MacPass hat keine Berechtigung den Computer zu steuern (Eingabehilfe)"; + +/* Status MacPass has no screen recording permissions */ +"AUTOTYPE_STATUS_NO_SCREEN_RECORDING_PERMISSIONS" = "MacPass hat keine Berechtigung den Bildschirminhalt aufzuzeichnen"; + +/* Status lable when no issue were found in screen recording permissions */ +"AUTOTYPE_STATUS_SCREEN_RECORDING_PERMISSIONS_OK" = "MacPass hat die Berechtigung den Bildschirminhalt aufzuzeichnen"; + /* Notficication: Autotype timed out */ "AUTOTYPE_TIMED_OUT" = "Autotype wegen zu langer Wartezeit abgebrochen"; @@ -325,6 +331,12 @@ /* Error description given when adding an invalid plugin */ "ERROR_INVALID_PLUGIN" = "Kein MacPass-Plugin"; +/* Error description for missing accessibilty permissions */ +"ERROR_NO_ACCESSIBILTY_PERMISSIONS" = "MacPass hat keine Berechtigung den Bildschirminhalt aufzuzeichen."; + +/* Error description for missing screen recording permissions */ +"ERROR_NO_PERMISSION_TO_RECORD_SCREEN" = "MacPass hat keine Berechtigungen den Bildschirminhalt aufzuzeichnen"; + /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Passwörter stimmen nicht überein"; @@ -486,9 +498,6 @@ /* Action button in Notification to open a document */ "OPEN_DOCUMENT" = "Datei öffnen"; -/* Action button in Notification to show the Accessibilty preferences */ -"OPEN_PREFERENCES" = "Systemeinstellung Bedienungshilfen öffnen …"; - /* Menu item to open the URL with the default application */ "OPEN_URL" = "Adresse öffnen"; @@ -660,6 +669,9 @@ /* 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."; +/* Action button in Notification to show the Autotype Doctor */ +"SHOW_AUTOTYPE_DOCTOR" = "Autotype Doktor anzeigen"; + /* Menu item to show the history of the selected entry Toolbar item to toggle history display */ "SHOW_HISTORY" = "Historie anzeigen"; diff --git a/MacPass/de.lproj/MainMenu.strings b/MacPass/de.lproj/MainMenu.strings index 1f414b41..06d44b59 100644 --- a/MacPass/de.lproj/MainMenu.strings +++ b/MacPass/de.lproj/MainMenu.strings @@ -139,7 +139,7 @@ /* Class = "NSMenuItem"; title = "Toggle Inspector"; ObjectID = "1181"; */ "1181.title" = "Inspector ein/ausblenden"; -/* Class = "NSMenuItem"; title = "Show Password Generator"; ObjectID = "1200"; */ +/* Class = "NSMenuItem"; title = "Password Generator"; ObjectID = "1200"; */ "1200.title" = "Passwortgenerator anzeigen"; /* Class = "NSMenuItem"; title = "Change Master Password…"; ObjectID = "1203"; */ @@ -193,3 +193,6 @@ /* Class = "NSMenuItem"; title = "Merge With…"; ObjectID = "zvE-0h-UxI"; */ "zvE-0h-UxI.title" = "Synchronisieren…"; +/* Class = "NSMenuItem"; title = "Autotype Doctor"; ObjectID = "zWx-Re-iuJ"; */ +"zWx-Re-iuJ.title" = "Autotype Doktor"; + diff --git a/MacPass/de.lproj/PluginRepositoryBrowserView.strings b/MacPass/de.lproj/PluginRepositoryBrowserView.strings new file mode 100644 index 00000000..f5b5b4a9 --- /dev/null +++ b/MacPass/de.lproj/PluginRepositoryBrowserView.strings @@ -0,0 +1,24 @@ +/* Class = "NSButtonCell"; title = "Action"; ObjectID = "6jQ-Uk-uqD"; */ +"6jQ-Uk-uqD.title" = "Aktion"; + +/* Class = "NSTextFieldCell"; title = "Updated at"; ObjectID = "DhR-ED-6gV"; */ +"DhR-ED-6gV.title" = "Aktualisiert am"; + +/* Class = "NSTableColumn"; headerCell.title = "Status"; ObjectID = "g1Q-BS-vCR"; */ +"g1Q-BS-vCR.headerCell.title" = "Status"; + +/* Class = "NSTableColumn"; headerCell.title = "Latest Version"; ObjectID = "hFg-AD-SqD"; */ +"hFg-AD-SqD.headerCell.title" = "Aktuelle Version"; + +/* Class = "NSButtonCell"; title = "Done"; ObjectID = "j9a-fn-Pye"; */ +"j9a-fn-Pye.title" = "Fertig"; + +/* Class = "NSTextFieldCell"; title = "Last updated:"; ObjectID = "ntD-sJ-NRw"; */ +"ntD-sJ-NRw.title" = "Letze Aktualisierung:"; + +/* Class = "NSTableColumn"; headerCell.title = "Plugin"; ObjectID = "Nzo-rR-Hfx"; */ +"Nzo-rR-Hfx.headerCell.title" = "Plugin"; + +/* Class = "NSButtonCell"; title = "Refresh"; ObjectID = "NZw-nO-lZ3"; */ +"NZw-nO-lZ3.title" = "Aktualisieren"; + diff --git a/MacPass/de.lproj/SavePanelAccessoryView.strings b/MacPass/de.lproj/SavePanelAccessoryView.strings index b2cb9be9..42f4e45f 100644 --- a/MacPass/de.lproj/SavePanelAccessoryView.strings +++ b/MacPass/de.lproj/SavePanelAccessoryView.strings @@ -1,4 +1,3 @@ - /* Class = "NSMenu"; title = "OtherViews"; ObjectID = "4"; */ "4.title" = "OtherViews"; @@ -13,3 +12,4 @@ /* Class = "NSTextFieldCell"; title = "Not all Information inside your current database can be stored with this format."; ObjectID = "52"; */ "52.title" = "Es können nicht alle Informationen der Datenbank in diesem Format gespeichert werden."; + diff --git a/MacPass/de.lproj/WorkflowPreferences.strings b/MacPass/de.lproj/WorkflowPreferences.strings index 54490729..33fad6f0 100644 --- a/MacPass/de.lproj/WorkflowPreferences.strings +++ b/MacPass/de.lproj/WorkflowPreferences.strings @@ -1,3 +1,6 @@ +/* Class = "NSButtonCell"; title = "Hide application after copying to clipboard "; ObjectID = "1Vr-nY-Ogv"; */ +"1Vr-nY-Ogv.title" = "MacPass nach dem jedem Kopieren in die Zwischenablage ausblenden"; + /* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */ "2.title" = "Passwort-Tabelle"; @@ -31,6 +34,9 @@ /* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */ "gej-kA-GzQ.title" = "Item 2"; +/* Class = "NSBox"; title = "Clipboard"; ObjectID = "Kff-Xp-hAT"; */ +"Kff-Xp-hAT.title" = "Zwischenablage"; + /* Class = "NSButtonCell"; title = "Update password for new entries"; ObjectID = "RaM-t2-DVR"; */ "RaM-t2-DVR.title" = "Passwörter für neue Einträge aktualisieren"; diff --git a/MacPass/en.lproj/GeneralPreferences.strings b/MacPass/en.lproj/GeneralPreferences.strings index 9e2b5acd..9844edf3 100644 --- a/MacPass/en.lproj/GeneralPreferences.strings +++ b/MacPass/en.lproj/GeneralPreferences.strings @@ -62,8 +62,8 @@ /* Class = "NSButtonCell"; title = "Lock after log out"; ObjectID = "Dzn-9R-JjE"; */ "Dzn-9R-JjE.title" = "Lock after log out"; -/* Class = "NSTextFieldCell"; title = "Disabling this compromises security. If disabled, anything copied to the Clipboard in MacPass will be available on your connected iOS devices. You should clear the clipboard on those devices manually."; ObjectID = "JGX-Tp-KJk"; */ -"JGX-Tp-KJk.title" = "Disabling this compromises security. If disabled, anything copied to the Clipboard in MacPass will be available on your connected iOS devices. You should clear the clipboard on those devices manually."; +/* Class = "NSTextFieldCell"; title = "Disabling this compromises security. If enabled, anything copied to the Clipboard in MacPass will be available on your connected iOS devices. You should clear the clipboard on those devices manually."; ObjectID = "JGX-Tp-KJk"; */ +"JGX-Tp-KJk.title" = "Disabling this compromises security. If enabled, anything copied to the Clipboard in MacPass will be available on your connected iOS devices. You should clear the clipboard on those devices manually."; /* Class = "NSTextFieldCell"; title = "If file changes:"; ObjectID = "QrK-hM-Xt1"; */ "QrK-hM-Xt1.title" = "If file changes:"; @@ -73,3 +73,9 @@ /* Class = "NSButtonCell"; title = "Remember Keyfile for Databases"; ObjectID = "r6q-He-nYU"; */ "r6q-He-nYU.title" = "Remember Keyfile for Databases"; + +/* Class = "NSButtonCell"; title = "Enable Autosave"; ObjectID = "wG7-bi-2fi"; */ +"wG7-bi-2fi.title" = "Enable Autosave"; + +/* Class = "NSTextFieldCell"; title = "Close and open all documents for changes to take effect"; ObjectID = "ya5-ps-c4W"; */ +"ya5-ps-c4W.title" = "Close and open all documents for changes to take effect"; diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index 14042171..67cd91cb 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -89,6 +89,9 @@ /* Menu item for automatic trash creation */ "AUTOCREATE_TRASH_FOLDER" = "Create Automatically"; +/* Message text in the autotype selection window. Placeholder is %1 - windowTitle */ +"AUTOTYPE_CANDIDATE_SELECTION_WINDOW_MESSAGE_%@" = "There are multiple matches for the current window: %@. Please select which match should be used."; + /* Window title for the stand-alone password creator window */ "AUTOTYPE_DOCTOR_RESULTS_WINDOW_TITLE" = "Autotype Doctor"; @@ -101,8 +104,8 @@ /* Disable autotype menu item */ "AUTOTYPE_NO" = "Disable Autotype"; -/* Notification: Autotype failed, MacPass has no permission to send key strokes */ -"AUTOTYPE_NOTIFICATION_MACPASS_HAS_NO_ACCESSIBILTY_PERMISSIONS" = "Autotype disabled because of missing accessibilty access."; +/* Notification: Autotype failed, MacPass has not enough permissions to perform autotype */ +"AUTOTYPE_NOTIFICATION_MACPASS_IS_MISSING_PERMISSIONS" = "MacPass does not have all necessary permissions to perform Autotype."; /* Notification: Autotype failed, no documents are open */ "AUTOTYPE_OVERLAY_NO_DOCUMENTS" = "Please open a database file to use Global Autotype!"; @@ -667,7 +670,7 @@ "SET_AS_DEFAULT_FILE_CHANGE_STRATEGY" = "Use this method as default. You can change this at any time in the preferences."; /* Action button in Notification to show the Autotype Doctor */ -"SHOW_AUTOTYPE_DOCTOR" = "SHOW_AUTOTYPE_DOCTOR"; +"SHOW_AUTOTYPE_DOCTOR" = "Show Autotype Doctor"; /* Menu item to show the history of the selected entry Toolbar item to toggle history display */