mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
Added context menu entry to enable copying references to entries
This commit is contained in:
@@ -153,15 +153,36 @@
|
||||
/* Field name that was copied to the pasteboard */
|
||||
"COPIED_FIELD_%@" = "Copied %@";
|
||||
|
||||
/* Context menu that copies reference to note */
|
||||
"COPIED_NOTES_REFERENCE" = "Reference to notes copied!";
|
||||
|
||||
/* Password was copied to the pasteboard */
|
||||
"COPIED_PASSWORD" = "Password copied!";
|
||||
|
||||
/* Context menu that copies reference to password */
|
||||
"COPIED_PASSWORD_REFERENCE" = "Reference to password copied!";
|
||||
|
||||
/* Context menu that copies reference to title */
|
||||
"COPIED_TITLE_REFERENCE" = "Reference to title copied!";
|
||||
|
||||
/* URL was copied to the pasteboard */
|
||||
"COPIED_URL" = "URL copied!";
|
||||
|
||||
/* Context menu that copies reference to URL */
|
||||
"COPIED_URL_REFERENCE" = "Reference to URL copied!";
|
||||
|
||||
/* Username was copied to the pasteboard */
|
||||
"COPIED_USERNAME" = "Username copied!";
|
||||
|
||||
/* Context menu that copies reference to username */
|
||||
"COPIED_USERNAME_REFERENCE" = "Reference to username copied!";
|
||||
|
||||
/* Submenu to copy attributes as reference */
|
||||
"COPY_AS_REFERENCE" = "Copy Reference To…";
|
||||
|
||||
/* Context menu sub-menu to copy attributes as reference */
|
||||
"COPY_AS_REFERENCE_MENU" = "Copy as Reference menu";
|
||||
|
||||
/* Submenu to Copy custom fields */
|
||||
"COPY_CUSTOM_FIELDS" = "Copy Custom Fields";
|
||||
|
||||
@@ -178,17 +199,32 @@
|
||||
/* Action title for copying a group via drag and drop */
|
||||
"COPY_GROUP" = "Copy Group";
|
||||
|
||||
/* Context menu that copies reference to note */
|
||||
"COPY_NOTES_REFERENCE" = "Notes";
|
||||
|
||||
/* Menu item to copy the password of an entry
|
||||
Toolbar item copy password */
|
||||
"COPY_PASSWORD" = "Copy Password";
|
||||
|
||||
/* Context menu that copies reference to password */
|
||||
"COPY_PASSWORD_REFERENCE" = "Password";
|
||||
|
||||
/* Context menu that copies reference to title */
|
||||
"COPY_TITLE_REFERENCE" = "Title";
|
||||
|
||||
/* Menu item to copy the URL of an entry */
|
||||
"COPY_URL" = "Copy URL";
|
||||
|
||||
/* Context menu that copies reference to URL */
|
||||
"COPY_URL_REFERENCE" = "URL";
|
||||
|
||||
/* Menu item to copy the username of an entry
|
||||
Toolbar item copy username */
|
||||
"COPY_USERNAME" = "Copy Username";
|
||||
|
||||
/* Context menu that copies reference to username */
|
||||
"COPY_USERNAME_REFERENCE" = "Username";
|
||||
|
||||
/* Curstom attribute reference item */
|
||||
"CUSTOM_ATTRIBUTE" = "Custom Attribute";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user