diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 22:03:46 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 22:03:46 +0000 |
commit | 9035989abf2658838cea9ef8d9466c607f429493 (patch) | |
tree | 15decfc3bd4065f62cb840f5a59e0ef5c0dd3902 /i18n | |
parent | aa6076e087af151fd8a0f455c16cdd045080e614 (diff) | |
download | wekan-9035989abf2658838cea9ef8d9466c607f429493.tar.gz wekan-9035989abf2658838cea9ef8d9466c607f429493.tar.bz2 wekan-9035989abf2658838cea9ef8d9466c607f429493.zip |
Finish adding delete board feature
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index c85fd7f8..d3edc6b2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -470,5 +470,9 @@ "editCardReceivedDatePopup-title": "Change received date", "editCardEndDatePopup-title": "Change end date", "assigned-by": "Assigned By", - "requested-by": "Requested By" + "requested-by": "Requested By", + "board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.", + "board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.", + "board-delete-suggest-archive": "You can archive a board to remove it from the the active boards and preserve the activity.", + "deleteBoardPopup": "Delete Board?" } |