diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index e3e3cd6f..08edf87b 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -413,6 +413,9 @@ Password reference item */ "PASSWORD" = "Password"; +/* Window title for the stand-alone password creator window */ +"PASSWORD_CREATOR_WINDOW_TITLE" = "Password Generator"; + /* Button to reset the password defaults for a single entry */ "PASSWORD_GENERATOR_RESET_ENTRY_DEFAULTS" = "Reset"; @@ -458,6 +461,9 @@ /* Status for an unkonw plugin version in the plugin browser */ "PLUGIN_BROWSER_UNKNOWN_PLUGIN_VERSION_%@" = "Unknown version installed"; +/* Error for a plugin that is disabled. */ +"PLUGIN_ERROR_DISABLED_PLUGIN" = "The plugin is disabled by the user"; + /* Plugin is not with this version of MacPass */ "PLUGIN_ERROR_HOST_VERSION_NOT_SUPPORTED" = "The plugin is not compatible with this version of MacPass";