mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 03:59:51 +00:00
Using stringdicts for pluralization on duplicate entry action
This commit is contained in:
@@ -162,14 +162,13 @@
|
||||
/* No comment provided by engineer. */
|
||||
"DOCUMENT_AUTOTYPE_CORRUPTION_WARNING" = "Bitte Autotypekorrektur durchführen!";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"DUPLICATE_ENTRIES" = "Eintrag klonen";
|
||||
|
||||
/* Menu item to directly diplicate an entry */
|
||||
"DUPLICATE_ENTRY" = "Eintrag klonen";
|
||||
"DUPLICATE_ENTRY" = "Eintrag duplizieren";
|
||||
|
||||
"DUPLICATE_ENTRIES_%ld" = "Einträge duplizieren %ld";
|
||||
|
||||
/* Menu item to duplicate an entry with options how to duplicate. Will present a dialog. */
|
||||
"DUPLICATE_ENTRY_WITH_OPTIONS" = "Eintrag klonen …";
|
||||
"DUPLICATE_ENTRY_WITH_OPTIONS" = "Eintrag duplizieren…";
|
||||
|
||||
/* (No Comment) */
|
||||
"DUPLICTE_PASSWORDS" = "Doppelte Passwörter";
|
||||
|
||||
Reference in New Issue
Block a user