1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-56087 message: change conversations to messages

This commit is contained in:
Ryan Wyllie 2016-10-10 05:44:51 +00:00 committed by Mark Nelson
parent f54a16fc73
commit 6b5d0e976a
6 changed files with 8 additions and 10 deletions

@ -43,7 +43,6 @@ $string['contactblocked'] = 'Contact blocked';
$string['contactlistempty'] = 'Contact list empty';
$string['contacts'] = 'Contacts';
$string['context'] = 'context';
$string['conversations'] = 'Conversations';
$string['defaultmessageoutputs'] = 'Default message outputs';
$string['defaults'] = 'Defaults';
$string['deleteallconfirm'] = "Are you sure you would like to delete this entire conversation?";
@ -111,8 +110,7 @@ $string['newonlymsg'] = 'Show only new';
$string['newsearch'] = 'New search';
$string['noframesjs'] = 'Use more accessible interface';
$string['nocontacts'] = 'No contacts';
$string['noconversations'] = 'No conversations';
$string['nomessages'] = 'No messages waiting';
$string['nomessages'] = 'No messages';
$string['nomessagesfound'] = 'No messages were found';
$string['noreply'] = 'Do not reply to this message';
$string['nosearchresults'] = 'There were no results from your search';
@ -190,7 +188,7 @@ $string['userisblockingyou'] = 'This user has blocked you from sending messages
$string['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.';
$string['userssearchresults'] = 'Users found: {$a}';
$string['viewinganotherusersmessagearea'] = 'You are viewing another user\'s message area.';
$string['viewconversation'] = 'View conversation';
$string['viewmessages'] = 'View messages';
$string['viewmessageswith'] = 'View messages with {$a}';
$string['viewnotificationresource'] = 'Go to: {$a}';
$string['viewunreadmessageswith'] = 'View unread messages with {$a}';

@ -78,7 +78,7 @@
{{$content}}
<div class="messages" data-region="messages" role="log" aria-busy="false" aria-atomic="false" aria-relevant="additions"></div>
<div class="empty-message" data-region="empty-message" tabindex="0">{{#str}} nomessagesfound, message {{/str}}</div>
<div class="empty-message" data-region="empty-message" tabindex="0">{{#str}} nomessages, message {{/str}}</div>
{{/content}}
{{/ core/popover_region }}
{{#js}}

@ -20,7 +20,7 @@
{{^contacts}}
<div class="nocontacts" data-region="no-contacts">
{{#isconversation}}
{{#str}}noconversations, message{{/str}}
{{#str}}nomessages, message{{/str}}
{{/isconversation}}
{{^isconversation}}
{{#str}}nocontacts, message{{/str}}

@ -31,7 +31,7 @@
<div class="tabs">
<div class="tab tabconversations selected" data-action="conversations-view" role="tab" aria-controls="conversations-tab-panel" aria-selected="true" tabindex="0">
<div class="tabimage">{{#pix}}t/message, moodle{{/pix}}</div>
<div>{{#str}}conversations, message{{/str}}</div>
<div>{{#str}}messages, message{{/str}}</div>
</div>
<div class="tab tabcontacts" data-action="contacts-view" role="tab" aria-controls="contacts-tab-panel" aria-selected="false" tabindex="-1">
<div class="tabimage">{{#pix}}i/cohort, moodle{{/pix}}</div>

@ -16,7 +16,7 @@
}}
<div class="messages-header">
<div class="view-toggle btn-container">
<button class="btn btn-link" data-action="show-contacts">{{#str}} back {{/str}}</button>
<button class="btn btn-link" data-action="show-contacts">&lt; {{#str}} messages, message {{/str}}</button>
</div>
<div class="delete-all btn-container">
<button class="btn btn-link" data-action="delete-all-messages">{{#str}} deleteall {{/str}}</button>

@ -16,7 +16,7 @@
}}
<div class="profile-header">
<div class="view-toggle btn-container">
<button class="btn btn-link show-contacts" data-action="show-contacts">{{#str}} back {{/str}}</button>
<button class="btn btn-link show-contacts" data-action="show-contacts">&lt; {{#str}} contacts, message {{/str}}</button>
</div>
</div>
<div class="profile" data-userid="{{userid}}" data-region="profile">
@ -40,7 +40,7 @@
<a data-action="profile-view" href="#">{{#str}}viewprofile{{/str}}</a>
</div>
<div class="separator">
<a data-action="profile-send-message" href="#">{{#str}}viewconversation, message{{/str}}</a>
<a data-action="profile-send-message" href="#">{{#str}}viewmessages, message{{/str}}</a>
</div>
<div class="separator">
{{#isblocked}}