summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-29 23:35:30 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-30 03:50:14 +0200
commit2c0030da62b9a1e59a55e3429fe514bbd51e1ee3 (patch)
treeb2834702806e59cb05ea02e2c377266eb17d6c8f /i18n
parent6457615e6ac6717d2175be9483388d4d70ea1c4a (diff)
downloadwekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.tar.gz
wekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.tar.bz2
wekan-2c0030da62b9a1e59a55e3429fe514bbd51e1ee3.zip
Implement multi-selection
The UI and the internal APIs are still rough around the edges but the feature is basically working. You can now select multiple cards and move them together or (un|)assign them a label.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index fcab8d20..60063ea8 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -74,7 +74,7 @@
"email-placeholder": "e.g., doc@frankenstein.com",
"filter": "Filter",
"filter-cards": "Filter Cards",
- "filter-clear": "Clear filter.",
+ "filter-clear": "Clear filter",
"filter-on": "Filter is on",
"filter-on-desc": "You are filtering cards on this board. Click here to edit filter.",
"fullname": "Full Name",
@@ -98,6 +98,7 @@
"leave-board": "Leave Board…",
"link-card": "Link to this card",
"list-move-cards": "Move All Cards in This List…",
+ "list-select-cards": "Select All Cards in This List",
"list-archive-cards": "Archive All Cards in This List…",
"list-archive-cards-pop": "This will remove all the cards in this list from the board. To view archived cards and bring them back to the board, click “Menu” > “Archived Items”.",
"log-in": "Log In",
@@ -107,6 +108,7 @@
"members-title": "Add or remove members of the board from the card.",
"menu": "Menu",
"modal-close-title": "Close this dialog window.",
+ "multi-selection": "Multi-Selection",
"my-boards": "My Boards",
"name": "Name",
"name": "Name",
@@ -181,5 +183,6 @@
"changePermissionsPopup-title": "Change Permissions",
"setLanguagePopup-title": "Change Language",
"cardAttachmentsPopup-title": "Attach From…",
- "attachmentDeletePopup-title": "Delete Attachment?"
+ "attachmentDeletePopup-title": "Delete Attachment?",
+ "disambiguateMultiLabelPopup-title": "Disambiguate Label Action"
}