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";