From fef9f5fdeb3eb3570b69f91f054752315f6bb7bd Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 31 Dec 2018 00:37:21 +0100 Subject: [PATCH] Updated localizations --- MacPass/en.lproj/Localizable.strings | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index 5624dc74..c9aea08e 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -129,6 +129,9 @@ /* Menu item in the database outline context menu to change the trash group */ "CHANGE_TRASH_GROUP" = "Change Trash Group"; +/* Button title in the key file selection dialog for selecting a key */ +"CHOOSE_FILE_BUTTON_TITLE" = "Open"; + /* Clear Autotype Button */ "CLEAR_AUTOTYPE" = "Clear Autotype"; @@ -482,6 +485,9 @@ /* Window displayed to the user to pick an amout of characters */ "PICKFIELD_WINDOW_TITLE" = "Field Picker"; +/* Install plugin */ +"PLUGIN_BROWSER_INSTALL_PLUGIN_BUTTON" = "Install"; + /* Status for an up-to-date plugin in the plugin browser */ "PLUGIN_BROWSER_LATEST_VERSION_INSTALLED" = "Latest version installed"; @@ -494,6 +500,9 @@ /* Status for an unkonw plugin version in the plugin browser */ "PLUGIN_BROWSER_UNKNOWN_PLUGIN_VERSION_INSTALLED_%@" = "Unknown version %@ installed"; +/* Button to update the Plugin to the current version */ +"PLUGIN_BROWSER_UPDATE_VERSION_BUTTON" = "Update"; + /* Error for a plugin that is disabled. */ "PLUGIN_ERROR_DISABLED_PLUGIN" = "The plugin is disabled by the user";