mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
Added duplicate group as context menu action
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
"DRAG_GROUP" = "Drag Group";
|
||||
|
||||
/* Action name for duplicating entries */
|
||||
"DUPLICATE_ENTRIES_%ld" = "Duplicate Entries %ld";
|
||||
"DUPLICATE_ENTRIES_ACTION_NAME" = "Duplicate Entries";
|
||||
|
||||
/* Menu item to directly diplicate an entry */
|
||||
"DUPLICATE_ENTRY" = "Duplicate Entry";
|
||||
@@ -312,6 +312,12 @@
|
||||
/* Menu item to duplicate an entry with options how to duplicate. Will present a dialog. */
|
||||
"DUPLICATE_ENTRY_WITH_OPTIONS" = "Duplicate Entry…";
|
||||
|
||||
/* Menu item to directly diplicate a group */
|
||||
"DUPLICATE_GROUP" = "Duplicate Group";
|
||||
|
||||
/* Action name for duplicating groups */
|
||||
"DUPLICATE_GROUPS_ACTION_NAME" = "Duplicate Group";
|
||||
|
||||
/* Menu item in the database outline context menu to change the template group
|
||||
Menu item on the add entry context menu to edit template groups */
|
||||
"EDIT_TEMPLATE_GROUP" = "Edit Entry Template Group";
|
||||
|
||||
Reference in New Issue
Block a user