From c260202924beb9db0470bfad42f63e02a9845139 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 5 Nov 2018 17:40:28 +0100 Subject: [PATCH] Updated english localization --- MacPass/en.lproj/Localizable.strings | 6 ++++++ 1 file changed, 6 insertions(+) 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";