From 5b0da6cb3adf6366afb3264cdab1f45a5b506029 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:29:48 +0200 Subject: Change the way to remove a list (card like) --- i18n/en.i18n.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index f05f2278..0a7bd9b2 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -121,7 +121,7 @@ "checklists": "Checklists", "click-to-star": "Click to star this board.", "click-to-unstar": "Click to unstar this board.", - "clipboard" : "Clipboard or drag & drop", + "clipboard": "Clipboard or drag & drop", "close": "Close", "close-board": "Close Board", "close-board-pop": "You will be able to restore the board by clicking the “Archives” button from the home header.", @@ -227,6 +227,8 @@ "list-select-cards": "Select all cards in this list", "listActionPopup-title": "List Actions", "listImportCardPopup-title": "Import a Trello card", + "listMorePopup-title": "More", + "link-list": "Link to this list", "lists": "Lists", "log-out": "Log Out", "log-in": "Log In", @@ -321,4 +323,4 @@ "welcome-list1": "Basics", "welcome-list2": "Advanced", "what-to-do": "What do you want to do?" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22 From de5589a987c8e32a42027b6d230d01204bd3e5a5 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:45:01 +0200 Subject: Fix missing popup title --- i18n/en.i18n.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 0a7bd9b2..872f2973 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -229,6 +229,9 @@ "listImportCardPopup-title": "Import a Trello card", "listMorePopup-title": "More", "link-list": "Link to this list", + "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", + "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", + "lists": "Lists", "log-out": "Log Out", "log-in": "Log In", @@ -274,7 +277,7 @@ "remove-cover": "Remove Cover", "remove-from-board": "Remove from Board", "remove-label": "Remove the label", - "remove-list": "Remove the list", + "listDeletePopup-title": "Remove the list", "remove-member": "Remove Member", "remove-member-from-card": "Remove from Card", "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.", -- cgit v1.2.3-1-g7c22 From 15b428893f950cf84f90a4f33340e3621660cf43 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:55:22 +0200 Subject: Change text : delete instead of remove --- i18n/en.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 872f2973..06750e42 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -277,7 +277,7 @@ "remove-cover": "Remove Cover", "remove-from-board": "Remove from Board", "remove-label": "Remove the label", - "listDeletePopup-title": "Remove the list", + "listDeletePopup-title": "Delete the list ?", "remove-member": "Remove Member", "remove-member-from-card": "Remove from Card", "remove-member-pop": "Remove __name__ (__username__) from __boardTitle__? The member will be removed from all cards on this board. They will receive a notification.", -- cgit v1.2.3-1-g7c22 From e33156dcc45b360b6ec9e82f90d17c4f0c8da7ce Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 14:39:12 +0200 Subject: Remove translation for transifex --- i18n/en.i18n.json | 1 - 1 file changed, 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 06750e42..829b30e6 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -231,7 +231,6 @@ "link-list": "Link to this list", "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", - "lists": "Lists", "log-out": "Log Out", "log-in": "Log In", -- cgit v1.2.3-1-g7c22