Entry do not drag onto other entries anymore. Improvements to the localisation for drag and drop

This commit is contained in:
Michael Starke
2018-11-11 09:31:47 +01:00
parent 24d50b4b50
commit f83e071c16
5 changed files with 17 additions and 9 deletions

View File

@@ -135,7 +135,8 @@
/* Context menu sub-menu to copy custom fields to clipboard */
"COPY_CUSTOM_FIELDS_MENU" = "Copy Custom Field…";
/* Action title for copying an entry via drag and drop */
/* Action name when an entry was moved
Action title for copying an entry via drag and drop */
"COPY_ENTRY" = "Copy Entry";
/* Mask for title to copy field value */
@@ -201,6 +202,14 @@
/* Empty Trash */
"DELETE_TRASHED_GROUP" = "Delete Trashed Group";
/* Action title for copying an entry via drag and drop to another database
Action title for moving an entry via drag and drop */
"DRAG_ENTRY" = "Drag Entry";
/* Action title for moving a group via drag and drop
Actiontitle for copying groups via drag and drop to antother database */
"DRAG_GROUP" = "Drag Group";
/* Action name for duplicating entries */
"DUPLICATE_ENTRIES_%ld" = "Duplicate Entries %ld";
@@ -331,12 +340,9 @@
Modification date column title */
"MODIFIED" = "Modified";
/* Action title for moving an entry via drag and drop */
/* Action name when an entry was moved */
"MOVE_ENTRY" = "Move Entry";
/* Action title for moving a group via drag and drop */
"MOVE_GROUP" = "Move Group";
/* Menu displayed as popup selection for search options when multiple items are selected */
"MULTIPLE_FILTERS_ACTIVE_WITH_DOTS" = "Multiple…";