mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 15:09:25 +00:00
Using stringdicts for pluralization on duplicate entry action
This commit is contained in:
@@ -176,10 +176,10 @@
|
||||
"DOCUMENT_AUTOTYPE_CORRUPTION_WARNING" = "Please run Fix Autotype...";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"DUPLICATE_ENTRIES" = "Duplicate Entries";
|
||||
"DUPLICATE_ENTRY" = "Duplicate Entry";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"DUPLICATE_ENTRY" = "Duplicate Entry";
|
||||
"DUPLICATE_ENTRIES_%ld" = "Duplicate Entries %ld";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"DUPLICATE_ENTRY_WITH_OPTIONS" = "Duplicate Entry…";
|
||||
@@ -496,10 +496,10 @@
|
||||
"WARNING_NO_PASSWORD_OR_KEYFILE" = "No password or keyfile supplied!";
|
||||
|
||||
/* Informative Text displayed when clearing the Trash */
|
||||
"WARNING_ON_DELETE_TRASHED_NODE_DESCRIPTION" = "The Items in the Trash will be deleted permanentely. You cannot undo this action!";
|
||||
"WARNING_ON_DELETE_TRASHED_NODE_DESCRIPTION" = "The Trashed item(s) will be deleted!";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"WARNING_ON_DELETE_TRASHED_NODE_TITLE" = "Deleting Item";
|
||||
"WARNING_ON_DELETE_TRASHED_NODE_TITLE" = "Deleting Trashed Item";
|
||||
|
||||
/* Informative Text displayed when clearing the Trash */
|
||||
"WARNING_ON_EMPTY_TRASH_DESCRIPTION" = "Emptying the Trash is not undoable.";
|
||||
|
||||
Reference in New Issue
Block a user