diff --git a/MacPass/de.lproj/Localizable.strings b/MacPass/de.lproj/Localizable.strings index a489ab8c..04714e84 100644 --- a/MacPass/de.lproj/Localizable.strings +++ b/MacPass/de.lproj/Localizable.strings @@ -371,9 +371,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Passwörter stimmen nicht überein"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Passwörter stimmen nicht überein, oder die Schlüsseldatei ist ungültig!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Alle %ld Tage"; diff --git a/MacPass/en.lproj/Localizable.strings b/MacPass/en.lproj/Localizable.strings index a25a35bc..288e8bea 100644 --- a/MacPass/en.lproj/Localizable.strings +++ b/MacPass/en.lproj/Localizable.strings @@ -375,9 +375,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Passwords do not match!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Passwords do not match and keyfile is invalid!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Every %ld days"; @@ -497,6 +494,9 @@ Toolbar item new entry */ "NEW_ENTRY" = "New Entry"; +/* Submen to create entries from tempaltes */ +"NEW_ENTRY_FROM_TEMPLATE" = "New Entry…"; + /* Submenu to add an entry via template */ "NEW_ENTRY_WITH_TEMPLATE_%@" = "from %@"; @@ -743,6 +743,9 @@ /* Action button in Notification to show the Autotype Doctor */ "SHOW_AUTOTYPE_DOCTOR" = "Show Autotype Doctor"; +/* Menu item to toggle display type of passwords */ +"SHOW_CLEAR_TEXT_PASSWORDS" = "Show Passwords"; + /* Menu item to show the entries group in the outline view */ "SHOW_GROUP_IN_OUTLINE" = "Show Group in Outline"; @@ -882,3 +885,4 @@ /* Yesterday */ "YESTERDAY" = "Yesterday"; + diff --git a/MacPass/es.lproj/Localizable.strings b/MacPass/es.lproj/Localizable.strings index d688199c..10b2c93a 100644 --- a/MacPass/es.lproj/Localizable.strings +++ b/MacPass/es.lproj/Localizable.strings @@ -364,9 +364,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "¡Las contraseñas no coinciden!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Las contraseñas no coinciden y el keyfile no es válido"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Cada %ld días"; diff --git a/MacPass/fr.lproj/Localizable.strings b/MacPass/fr.lproj/Localizable.strings index bd9028e5..f0f70219 100644 --- a/MacPass/fr.lproj/Localizable.strings +++ b/MacPass/fr.lproj/Localizable.strings @@ -370,9 +370,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Mot de passe incorrect !"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Mot de passe et clé incorrects !"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Tous les %ld jours"; diff --git a/MacPass/it.lproj/Localizable.strings b/MacPass/it.lproj/Localizable.strings index 4a4f978e..f6ca07fd 100644 --- a/MacPass/it.lproj/Localizable.strings +++ b/MacPass/it.lproj/Localizable.strings @@ -358,9 +358,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Le password non corrispondono!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Le password non corrispondono e la chiave non é valida!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Ogni %ld giorni"; diff --git a/MacPass/ja.lproj/Localizable.strings b/MacPass/ja.lproj/Localizable.strings index 91fea761..d81594e2 100644 --- a/MacPass/ja.lproj/Localizable.strings +++ b/MacPass/ja.lproj/Localizable.strings @@ -370,9 +370,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "パスワードが一致しません!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "パスワードが一致しません! 鍵ファイルが無効です!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "%ld日ごと"; diff --git a/MacPass/nl.lproj/Localizable.strings b/MacPass/nl.lproj/Localizable.strings index 2cf8fb81..8bebf997 100644 --- a/MacPass/nl.lproj/Localizable.strings +++ b/MacPass/nl.lproj/Localizable.strings @@ -310,9 +310,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Hoofdwachtwoord komt niet overeen"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Hoofdwachtwoord komt niet overeen en het sleutelbestand is ongeldig"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Elke %ld dagen"; diff --git a/MacPass/pl.lproj/Localizable.strings b/MacPass/pl.lproj/Localizable.strings index b4ce068d..e3ce9bc3 100644 --- a/MacPass/pl.lproj/Localizable.strings +++ b/MacPass/pl.lproj/Localizable.strings @@ -374,9 +374,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Hasła nie pasują do siebie!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Hasła nie pasują do siebie a plik z kluczem jest nieprawidłowy!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Co %ld dni"; diff --git a/MacPass/ru.lproj/Localizable.strings b/MacPass/ru.lproj/Localizable.strings index 868ce680..a0626e8b 100644 --- a/MacPass/ru.lproj/Localizable.strings +++ b/MacPass/ru.lproj/Localizable.strings @@ -382,9 +382,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Пароли не соответствуют!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Пароли не соответствуют и файл ключа не верный!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Каждые %ld дней"; diff --git a/MacPass/sv-SE.lproj/Localizable.strings b/MacPass/sv-SE.lproj/Localizable.strings index 964115cf..8a028aeb 100644 --- a/MacPass/sv-SE.lproj/Localizable.strings +++ b/MacPass/sv-SE.lproj/Localizable.strings @@ -229,9 +229,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Lösenorden överensstämmer inte!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Lösenorden överensstämmer inte och nyckelfilen är felaktig!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Var %ld:e dag"; diff --git a/MacPass/uk.lproj/Localizable.strings b/MacPass/uk.lproj/Localizable.strings index fc0e9156..f31efefb 100644 --- a/MacPass/uk.lproj/Localizable.strings +++ b/MacPass/uk.lproj/Localizable.strings @@ -358,9 +358,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "Паролі не співпадають"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "Паролі не співпадають і помилковий файл ключа"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "Кожні %ld дні"; diff --git a/MacPass/zh-Hans.lproj/Localizable.strings b/MacPass/zh-Hans.lproj/Localizable.strings index eaa93e58..5d9ec8e8 100644 --- a/MacPass/zh-Hans.lproj/Localizable.strings +++ b/MacPass/zh-Hans.lproj/Localizable.strings @@ -311,9 +311,6 @@ /* Passwords do not match */ "ERROR_PASSWORD_MISSMATCH" = "密码不正确!"; -/* Passwords do not match, keyfile is invalid */ -"ERROR_PASSWORD_MISSMATCH_INVALID_KEYFILE" = "密码和密钥文件不正确!"; - /* Recommend/Enforce key change intervall format */ "EVERY_%ld_DAYS" = "每 %ld 天";