Proyectos de Subversion Moodle

Rev

Ir a la última revisión | | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
// This file is part of Moodle - http://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
17
/**
18
 * Strings for component 'message', language 'en', branch 'MOODLE_20_STABLE'
19
 *
20
 * @package   core_message
21
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
22
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['acceptandaddcontact'] = 'Accept and add to contacts';
26
$string['addcontact'] = 'Add contact';
27
$string['addcontactconfirm'] = 'Are you sure you want to add {$a} to your contacts?';
28
$string['addtoyourcontacts'] = 'Add to contacts';
29
$string['addtoyourcontactsandmessage'] = 'Add to contacts and message';
30
$string['addtofavourites'] = 'Star conversation';
31
$string['ago'] = '{$a} ago';
32
$string['allusers'] = 'All messages from all users';
33
$string['backto'] = 'Back to {$a}';
34
$string['backupmessageshelp'] = 'If enabled, then instant messages will be included in SITE automated backups';
35
$string['blockcontact'] = 'Block contact';
36
$string['blockedusers'] = 'Blocked users';
37
$string['blockuser'] = 'Block user';
38
$string['blockuserconfirm'] = 'Are you sure you want to block {$a}?';
39
$string['blockuserconfirmbutton'] = 'Block';
40
$string['blocknoncontacts'] = 'Prevent non-contacts from messaging me';
41
$string['cancelselection'] = 'Cancel message selection';
42
$string['cantblockuser'] = 'You can\'t block {$a} because they have a role with permission to message all users.';
43
$string['contactableprivacy'] = 'Accept messages from:';
44
$string['contactableprivacy_onlycontacts'] = 'My contacts only';
45
$string['contactableprivacy_coursemember'] = 'My contacts and anyone in my courses';
46
$string['contactableprivacy_site'] = 'Anyone on the site';
47
$string['contactblocked'] = 'Contact blocked';
48
$string['contactrequests'] = 'Contact requests';
49
$string['contactrequestsent'] = 'Contact request sent';
50
$string['contacts'] = 'Contacts';
51
$string['conversationactions'] = 'Conversation actions menu';
52
$string['decline'] = 'Decline';
53
$string['defaultmessageoutputs'] = 'Notification settings';
54
$string['deleteallconfirm'] = "Are you sure you would like to delete this entire conversation? This will not delete it for other conversation participants.";
55
$string['deleteallmessages'] = "Delete all messages";
56
$string['deleteallselfconfirm'] = "Are you sure you would like to delete this entire personal conversation?";
57
$string['deleteconversation'] = "Delete conversation";
58
$string['deleteforeveryone'] = 'Delete for me and for everyone else';
59
$string['deleteforeveryoneselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages?';
60
$string['deleteselectedmessages'] = 'Delete selected messages';
61
$string['deleteselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages? This will not delete them for other conversation participants.';
62
$string['deleteselectedmessagesconfirmselfconversation'] = 'Are you sure you would like to delete the selected personal messages?';
63
$string['disableall'] = 'Disable notifications';
64
$string['disabled'] = 'Messaging is disabled on this site';
65
$string['disallowed'] = 'Locked off';
66
$string['editmessages'] = 'Edit messages';
67
$string['emailtagline'] = 'This is a copy of a message sent to you on the site {$a->sitename}. Go to <a href="{$a->url}">{$a->url}</a> to reply.';
68
$string['enabled'] = 'Enabled';
69
$string['errorcallingprocessor'] = 'Error calling defined output';
70
$string['errorconversationdoesnotexist'] = 'Conversation does not exist';
71
$string['errormessagetoolong'] = 'The message is longer than the maximum allowed.';
72
$string['errortranslatingdefault'] = 'Error translating default setting provided by plugin, using system defaults instead.';
73
$string['eventgroupmessagesent'] = 'Group message sent';
74
$string['eventnotificationviewed'] = 'Notification viewed';
75
$string['eventnotificationsent'] = 'Notification sent';
76
$string['eventmessagecontactadded'] = 'Message contact added';
77
$string['eventmessagecontactremoved'] = 'Message contact removed';
78
$string['eventmessagedeleted'] = 'Message deleted';
79
$string['eventmessageuserblocked'] = 'User blocked';
80
$string['eventmessageuserunblocked'] = 'User unblocked';
81
$string['eventmessageviewed'] = 'Message viewed';
82
$string['eventmessagesent'] = 'Message sent';
83
$string['forced'] = 'Locked';
84
$string['forcedmessage'] = 'Locked on';
85
$string['guestnoeditmessage'] = 'Guest user can not edit messaging options';
86
$string['guestnoeditmessageother'] = 'Guest user can not edit other user messaging options';
87
$string['groupinfo'] = 'Group info';
88
$string['groupconversations'] = 'Group';
89
$string['hidemessagewindow'] = 'Hide message window';
90
$string['hidenotificationwindow'] = 'Hide notification window';
91
$string['individualconversations'] = 'Private';
92
$string['info'] = 'User info';
93
$string['isnotinyourcontacts'] = '{$a} is not in your contacts';
94
$string['loadmore'] = 'Load more';
95
$string['loggedin'] = 'Online';
96
$string['loggedoff'] = 'Offline';
97
$string['managemessageoutputs'] = 'Default notification preferences';
98
$string['messageoutputs'] = 'Notification plugins';
99
$string['messagepreferences'] = 'Message preferences';
100
$string['message'] = 'Message';
101
$string['messagecontactrequest'] = '{$a->user} is requesting to be added as a contact. Visit your <a href="{$a->url}">contact requests</a> page to respond to the request';
102
$string['messagecontactrequestsubject'] = '{$a->sitename}: Contact request from {$a->user}';
103
$string['messagecontentaudio'] = 'Audio';
104
$string['messagecontentimage'] = 'Image';
105
$string['messagecontentmultimediageneral'] = 'Other media';
106
$string['messagecontentvideo'] = 'Video';
107
$string['messagedrawerviewcontact'] = 'User details for {$a}';
108
$string['messagedrawerviewcontacts'] = 'Message contacts';
109
$string['messagedrawerviewconversation'] = 'Conversation with {$a}';
110
$string['messagedrawerviewgroupinfo'] = 'Group details for {$a}';
111
$string['messagedrawerviewoverview'] = 'Messages overview';
112
$string['messagedrawerviewsearch'] = 'Messages search results for {$a}';
113
$string['messagedrawerviewsettings'] = 'Message settings';
114
$string['messagepreferences'] = 'Message preferences';
115
$string['messages'] = 'Messages';
116
$string['messagesselected:'] = 'Messages selected:';
117
$string['messagetextrequired'] = 'Please enter message text';
118
$string['messagingdatahasnotbeenmigrated'] = 'Your messages are temporarily unavailable due to upgrades in the messaging infrastructure. Please wait for them to be migrated.';
119
$string['muteconversation'] = 'Mute';
120
$string['mutedconversation'] = 'Muted conversation';
121
$string['newonlymsg'] = 'Show only new';
122
$string['newmessage'] = 'New message';
123
$string['newmessagesearch'] = 'Select or search for a contact to send a new message.';
124
$string['nofavourites'] = 'No starred conversations';
125
$string['noframesjs'] = 'Use more accessible interface';
126
$string['nocontactrequests'] = 'No contact requests';
127
$string['nocontacts'] = 'No contacts';
128
$string['nocontactsgetstarted'] = 'No contacts';
129
$string['nogroupconversations'] = 'No group conversations';
130
$string['noindividualconversations'] = 'No private conversations';
131
$string['nomessagesfound'] = 'No messages were found';
132
$string['noreply'] = 'Do not reply to this message';
133
$string['noncontacts'] = 'Non-contacts';
134
$string['nonotifications'] = 'You have no notifications';
135
$string['noparticipants'] = 'No participants';
136
$string['notificationdatahasnotbeenmigrated'] = 'Your notifications are temporarily unavailable due to upgrades in the notification infrastructure. Please wait for them to be migrated.';
137
$string['notificationwindow'] = 'Notification window';
138
$string['notificationpreferences'] = 'Notification preferences';
139
$string['notificationimage'] = 'Notification image';
140
$string['notifications'] = 'Notifications';
141
$string['notincontactsheading'] = '{$a} is not in your contacts';
142
$string['notincontacts'] = 'You need to add {$a} to your contacts to be able to send them messages.';
143
$string['numparticipants'] = '{$a} participants';
144
$string['off'] = 'Off';
145
$string['offline'] = 'Offline';
146
$string['on'] = 'On';
147
$string['online'] = 'Online';
148
$string['otherparticipants'] = 'Other participants';
149
$string['outputnotavailable'] = 'Not available';
150
$string['page-message-x'] = 'Any message pages';
151
$string['participants'] = 'Participants';
152
$string['pendingcontactrequests'] = 'There are {$a} pending contact requests';
153
$string['permitted'] = 'Permitted';
154
$string['privacy'] = 'Privacy';
155
$string['privacy_desc'] = 'You can restrict who can message you';
156
$string['privacy:metadata:core_favourites'] = 'The conversations starred by the user';
157
$string['privacy:metadata:messages'] = 'Messages';
158
$string['privacy:metadata:messages:conversationid'] = 'The ID of the conversation';
159
$string['privacy:metadata:messages:fullmessage'] = 'The full message';
160
$string['privacy:metadata:messages:fullmessageformat'] = 'The format of the full message';
161
$string['privacy:metadata:messages:fullmessagehtml'] = 'The HTML format of the full message';
162
$string['privacy:metadata:messages:useridfrom'] = 'The ID of the user who sent the message';
163
$string['privacy:metadata:messages:smallmessage'] = 'A small version of the message';
164
$string['privacy:metadata:messages:subject'] = 'The subject of the message';
165
$string['privacy:metadata:messages:timecreated'] = 'The time when the message was created';
166
$string['privacy:metadata:messages:customdata'] = 'Custom data, usually containing internal IDs and a public URL of the sender image (user or group)';
167
$string['privacy:metadata:message_contacts'] = 'The list of contacts';
168
$string['privacy:metadata:message_contacts:contactid'] = 'The ID of the user who is a contact';
169
$string['privacy:metadata:message_contacts:timecreated'] = 'The time when the contact was created';
170
$string['privacy:metadata:message_contacts:userid'] = 'The ID of the user whose contact list we are viewing';
171
$string['privacy:metadata:message_contact_requests'] = 'The list of contact requests';
172
$string['privacy:metadata:message_contact_requests:requesteduserid'] = 'The ID of the user who received the contact request';
173
$string['privacy:metadata:message_contact_requests:timecreated'] = 'The time when the contact request was created';
174
$string['privacy:metadata:message_contact_requests:userid'] = 'The ID of the user who sent the contact request';
175
$string['privacy:metadata:message_conversation_actions'] = 'The list of conversation user actions';
176
$string['privacy:metadata:message_conversation_actions:action'] = 'The action that was performed';
177
$string['privacy:metadata:message_conversation_actions:conversationid'] = 'The ID of the conversation this action belongs to';
178
$string['privacy:metadata:message_conversation_actions:timecreated'] = 'The time when the action was created';
179
$string['privacy:metadata:message_conversation_actions:userid'] = 'The ID of the user who performed this action';
180
$string['privacy:metadata:message_conversation_members'] = 'The list of users in a conversation';
181
$string['privacy:metadata:message_conversation_members:conversationid'] = 'The ID of the conversation';
182
$string['privacy:metadata:message_conversation_members:timecreated'] = 'The time when the member was created';
183
$string['privacy:metadata:message_conversation_members:userid'] = 'The ID of the user in a conversation';
184
$string['privacy:metadata:message_user_actions'] = 'The list of message user actions';
185
$string['privacy:metadata:message_user_actions:action'] = 'The action that was performed';
186
$string['privacy:metadata:message_user_actions:messageid'] = 'The ID of the message this action belongs to';
187
$string['privacy:metadata:message_user_actions:timecreated'] = 'The time when the action was created';
188
$string['privacy:metadata:message_user_actions:userid'] = 'The ID of the user who performed this action';
189
$string['privacy:metadata:message_users_blocked'] = 'The list of blocked users';
190
$string['privacy:metadata:message_users_blocked:blockeduserid'] = 'The ID of the user who was blocked';
191
$string['privacy:metadata:message_users_blocked:timecreated'] = 'The time when the blocked action was created';
192
$string['privacy:metadata:message_users_blocked:userid'] = 'The ID of the user who performed the blocked action';
193
$string['privacy:metadata:notifications'] = 'Notifications';
194
$string['privacy:metadata:notifications:component'] = 'The component responsible for sending the notification';
195
$string['privacy:metadata:notifications:contexturl'] = 'The URL related to this notification';
196
$string['privacy:metadata:notifications:contexturlname'] = 'The name of the context';
197
$string['privacy:metadata:notifications:eventtype'] = 'The event type';
198
$string['privacy:metadata:notifications:fullmessage'] = 'The full notification';
199
$string['privacy:metadata:notifications:fullmessageformat'] = 'The notification format';
200
$string['privacy:metadata:notifications:fullmessagehtml'] = 'The HTML of the notification';
201
$string['privacy:metadata:notifications:smallmessage'] = 'The small message of the notification';
202
$string['privacy:metadata:notifications:subject'] = 'The subject of the notification';
203
$string['privacy:metadata:notifications:timeread'] = 'The time when the notification was read';
204
$string['privacy:metadata:notifications:timecreated'] = 'The time when the notification was created';
205
$string['privacy:metadata:notifications:useridfrom'] = 'The ID of the user who sent the notification';
206
$string['privacy:metadata:notifications:useridto'] = 'The ID of the user who received the notification';
207
$string['privacy:metadata:notifications:customdata'] = 'Custom data, usually containing internal IDs and a public URL of the sender picture (if any)';
208
$string['privacy:metadata:preference:core_message_settings'] = 'Settings related to messaging';
209
$string['privacy:request:preference:set'] = 'The value of the setting \'{$a->name}\' was \'{$a->value}\'';
210
$string['privacy:export:conversationprefix'] = 'Conversation: ';
211
$string['processorsettings'] = 'Processor settings';
212
$string['providerenabled'] = 'Sending "{$a}" enabled status';
213
$string['providerprocesorislocked'] = '"{$a->provider}" on "{$a->processor}" is locked on';
214
$string['providerprocesorisdisallowed'] = '"{$a->provider}" on "{$a->processor}" is locked off';
215
$string['removecontact'] = 'Remove contact';
216
$string['removecontactconfirm'] = 'Are you sure you want to remove {$a} from your contacts?';
217
$string['removecoursefilter'] = 'Remove filter for course {$a}';
218
$string['removefromyourcontacts'] = 'Remove from contacts';
219
$string['removefromfavourites'] = 'Unstar conversation';
220
$string['requirecontacttomessage'] = 'You need to request {$a} to add you as a contact to be able to message them.';
221
$string['requiresconfiguration'] = 'Requires configuration';
222
$string['searchforuser'] = 'Search for a user';
223
$string['searchforuserorcourse'] = 'Search for a user or course';
224
$string['searchmessages'] = 'Search messages';
225
$string['searchcombined'] = 'Search people and messages';
226
$string['seeall'] = 'See all';
227
$string['selectmessagestodelete'] = 'Select messages to delete';
228
$string['selectnotificationtoview'] = 'Select from the list of notifications on the side to view more details';
229
$string['selfconversation'] = 'Personal space';
230
$string['selfconversationdefaultmessage'] = 'Save draft messages, links, notes etc. to access later.';
231
$string['send'] = 'Send';
232
$string['sender'] = '{$a}:';
233
$string['sendcontactrequest'] = 'Send contact request';
234
$string['sendingviaenabled'] = 'Sending "{$a->provider}" via "{$a->processor}" enabled status';
235
$string['sendingvialocked'] = 'Sending "{$a->provider}" via "{$a->processor}" locked status';
236
$string['sendmessage'] = 'Send message';
237
$string['sendbulkmessage'] = 'Send message to {$a} people';
238
$string['sendbulkmessagesingle'] = 'Send message to 1 person';
239
$string['sendbulkmessagesent'] = 'Message sent to {$a} people';
240
$string['sendbulkmessagesentsingle'] = 'Message sent to 1 person';
241
$string['sendmessageto'] = 'Send message to {$a}';
242
$string['sendmessagetopopup'] = 'Send message to {$a} - new window';
243
$string['settings'] = 'Settings';
244
$string['showmessagewindownonew'] = 'Show message window with no new messages';
245
$string['showmessagewindowwithcount'] = 'Show message window with {$a} new messages';
246
$string['shownotificationwindownonew'] = 'Show notification window with no new notifications';
247
$string['shownotificationwindowwithcount'] = 'Show notification window with {$a} new notifications';
248
$string['togglenotificationmenu'] = 'Toggle notifications menu';
249
$string['togglemessagemenu'] = 'Toggle messaging drawer';
250
$string['totalconversations'] = '{$a} total conversations';
251
$string['touserdoesntexist'] = 'You cannot send a message to a user ID ({$a}) that doesn\'t exist.';
252
$string['unabletomessage'] = 'You are unable to message this user';
253
$string['unblock'] = 'Unblock';
254
$string['unblockcontact'] = 'Unblock contact';
255
$string['unblockuser'] = 'Unblock user';
256
$string['unblockuserconfirm'] = 'Are you sure you want to unblock {$a}?';
257
$string['unknownuser'] = 'Unknown user';
258
$string['unmuteconversation'] = 'Unmute';
259
$string['unreadconversations'] = 'There are {$a} unread conversations';
260
$string['unreadmessages'] = 'There are {$a} unread messages';
261
$string['unreadnotification'] = 'Unread notification: {$a}';
262
$string['unreadnotifications'] = 'There are {$a} unread notifications';
263
$string['unreadnewgroupconversationmessage'] = 'New message from {$a->name} in {$a->conversationname}';
264
$string['unreadnewmessage'] = 'New message from {$a}';
265
$string['useentertosend'] = 'Use enter to send';
266
$string['usercantbemessaged'] = 'You can\'t message {$a} due to their message preferences. Try adding them as a contact.';
267
$string['userwouldliketocontactyou'] = '{$a} would like to contact you';
268
$string['viewfullnotification'] = 'View full notification';
269
$string['viewmessageswith'] = 'View messages with {$a}';
270
$string['viewnotificationresource'] = 'Go to: {$a}';
271
$string['viewunreadmessageswith'] = 'View unread messages with {$a}';
272
$string['writeamessage'] = 'Write a message...';
273
$string['wouldliketocontactyou'] = 'Would like to contact you';
274
$string['you'] = 'You:';
275
$string['youhaveblockeduser'] = 'You have blocked this user.';
276
$string['yourcontactrequestpending'] = 'Your contact request is pending with {$a}';