|
35 | 35 | $string['cachedef_unreadcounts'] = 'Users unread message counts in conversations';
|
36 | 36 | $string['cachedef_userdetails'] = 'User brief details, all enrolled users';
|
37 | 37 | $string['cannotclosedraftconversation'] = 'You cannot close a conversation that hasn\'t started!';
|
| 38 | +$string['cannotreopendraftconversation'] = 'You reopen a conversation that hasn\'t started!'; |
38 | 39 | $string['cannotdeleteopenconversation'] = 'You cannot delete a open conversation';
|
39 | 40 | $string['closeconversation'] = 'Close conversation';
|
40 | 41 | $string['closed'] = 'Closed';
|
|
49 | 50 | $string['conversationclosed'] = 'Conversation {$a} has been closed';
|
50 | 51 | $string['conversationdeleteconfirm'] = 'Are you sure you want to delete conversation {$a}, this cannot be undone?';
|
51 | 52 | $string['conversationdeleted'] = 'Conversation {$a} has been deleted';
|
| 53 | +$string['conversationreopenconfirm'] = 'Are you sure you want to reopen conversation {$a} ?'; |
| 54 | +$string['conversationreopened'] = 'Conversation {$a} has been reopened'; |
52 | 55 | $string['conversationdiscarded'] = 'Conversation discarded';
|
53 | 56 | $string['conversationlistdisplayheader'] = 'Displaying {$a->show} {$a->state} conversations {$a->groupname}';
|
54 | 57 | $string['conversationopened'] = 'Conversation has been opened';
|
|
65 | 68 | $string['deletealldrafts'] = 'Delete all drafts';
|
66 | 69 | $string['deleteallrules'] = 'Delete all opener rules';
|
67 | 70 | $string['deleteconversation'] = 'Delete conversation';
|
| 71 | +$string['reopenconversation'] = 'Reopen conversation'; |
68 | 72 | $string['deletereply'] = 'Delete reply';
|
69 | 73 | $string['dialogue:addinstance'] = 'Add a Dialogue';
|
70 | 74 | $string['dialogue:bulkopenrulecreate'] = 'Create a bulk opener rule';
|
|
74 | 78 | $string['dialogue:delete'] = 'Delete own';
|
75 | 79 | $string['dialogue:deleteany'] = 'Delete any';
|
76 | 80 | $string['dialogue:open'] = 'Open a conversation';
|
| 81 | +$string['dialogue:reopen'] = 'Reopen own'; |
| 82 | +$string['dialogue:reopenany'] = 'Reopen any'; |
77 | 83 | $string['dialogue:receive'] = 'Receive, who can be the recipient when opening a conversation';
|
78 | 84 | $string['dialogue:reply'] = 'Reply';
|
79 | 85 | $string['dialogue:replyany'] = 'Reply any';
|
|
100 | 106 | $string['eventconversationcreated'] = 'Conversation created';
|
101 | 107 | $string['eventconversationdeleted'] = 'Conversation deleted';
|
102 | 108 | $string['eventconversationviewed'] = 'Conversation viewed';
|
| 109 | +$string['conversationreopen'] = 'Conversation reopened'; |
103 | 110 | $string['eventreplycreated'] = 'Reply created';
|
104 | 111 | $string['everybody'] = 'Everybody (free for all)';
|
105 | 112 | $string['everyone'] = 'Everyone';
|
|
143 | 150 | $string['nodraftsfound'] = 'No drafts found!';
|
144 | 151 | $string['nomatchingpeople'] = 'No people match \'{$a}\'';
|
145 | 152 | $string['nopermissiontoclose'] = 'You do not have permission to close this conversation!';
|
| 153 | +$string['nopermissiontoreopen'] = 'You do not have permission to reopen this conversation!'; |
146 | 154 | $string['nopermissiontodelete'] = 'You do not have permission to delete!';
|
147 | 155 | $string['nosubject'] = '[no subject]';
|
148 | 156 | $string['numberattachments'] = '{$a} attachments';
|
|
0 commit comments