mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 14:39:41 +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";
|
||||
|
||||
@@ -2,6 +2,22 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>DUPLICATE_GROUPS_ACTION_NAME</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@groups@</string>
|
||||
<key>groups</key>
|
||||
<dict>
|
||||
<key>NSStringFormatValueTypeKey</key>
|
||||
<string>ld</string>
|
||||
<key>NSStringFormatSpecTypeKey</key>
|
||||
<string>NSStringPluralRuleType</string>
|
||||
<key>one</key>
|
||||
<string>Duplicate Group</string>
|
||||
<key>other</key>
|
||||
<string>Duplicate Groups</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>%ld_CHARACTERS_TO_PICK_REMAINING</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
@@ -20,7 +36,7 @@
|
||||
<string>All characters picked</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>DUPLICATE_ENTRIES_%ld</key>
|
||||
<key>DUPLICATE_ENTRIES_ACTION_NAME</key>
|
||||
<dict>
|
||||
<key>NSStringLocalizedFormatKey</key>
|
||||
<string>%#@entries@</string>
|
||||
|
||||
Reference in New Issue
Block a user