Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | 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
 *
19
 * Hub related strings
20
 *
21
 * @package   core_hub
22
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
23
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
$string['activeparticipantnumberaverage'] = 'Average number of recently active participants ({$a})';
26
$string['activeusersnumber'] = 'Number of recently active users ({$a})';
1441 ariadna 27
$string['aiusagedata'] = 'AI usage data';
28
$string['aiusagestats'] = 'AI usage stats ({$a->timefrom} - {$a->timeto})';
1 efrain 29
$string['analyticsactions'] = 'Number of actions taken on generated predictions ({$a})';
30
$string['analyticsactionsnotuseful'] = 'Number of actions marking a prediction as not useful ({$a})';
31
$string['analyticsenabledmodels'] = 'Number of enabled prediction models ({$a})';
32
$string['analyticspredictions'] = 'Number of generated predictions ({$a})';
33
$string['audience'] = 'Audience';
34
$string['audience_help'] = 'Select the intended audience for the course.';
35
$string['audienceeducators'] = 'Educators';
36
$string['audiencestudents'] = 'Students';
37
$string['audienceadmins'] = 'Moodle administrators';
1441 ariadna 38
$string['average_time'] = 'Average processing time ({$a})';
1 efrain 39
$string['badgesnumber'] = 'Number of badges ({$a})';
40
$string['communityremoved'] = 'That course link has been removed from your list';
41
$string['confirmregistration'] = 'Confirm registration';
42
$string['coursename'] = 'Name';
43
$string['coursesnodates'] = 'Number of courses without an end date set ({$a})';
44
$string['coursepublished'] = 'This course has been shared successfully on \'{$a}\'.';
45
$string['courseshortname'] = 'Shortname';
46
$string['courseshortname_help'] = 'Enter a short name for your course. It does not need to be unique.';
47
$string['coursesnumber'] = 'Number of courses ({$a})';
48
$string['dbtype'] = 'Database type ({$a})';
49
$string['demourl'] = 'Demo URL';
50
$string['demourl_help'] = 'Enter the demo URL of your course. By default it is the URL of your course. The demo URL is displayed as a link in a search result.';
51
$string['downloadable'] = 'Downloadable';
52
$string['educationallevel'] = 'Educational level';
53
$string['educationallevel_help'] = 'Select the most appropriate educational level that the course fits into.';
54
$string['edulevelassociation'] = 'Association';
55
$string['edulevelcorporate'] = 'Corporate';
56
$string['edulevelgovernment'] = 'Government';
57
$string['edulevelother'] = 'Other';
58
$string['edulevelprimary'] = 'Primary';
59
$string['edulevelsecondary'] = 'Secondary';
60
$string['eduleveltertiary'] = 'Tertiary';
61
$string['emailalert'] = 'Email notifications';
62
$string['emailalert_help'] = 'If this is enabled the hub administrator will send you emails about security issues and other important news.';
63
$string['enrollable'] = 'Enrollable';
64
$string['errorcoursewronglypublished'] = 'A publication error has been returned by Moodle.net. Please try again later.';
65
$string['errorotherhubsnotsupported'] = 'This page can no longer be used for registration with custom sites directories.';
66
$string['errorws'] = '{$a}';
67
$string['errorwstokenreset'] = '{$a}. Registration token on this site has been reset. You can now register your site again.';
68
$string['errorregistrationupdate'] = 'An error occurred during registration update ({$a})';
1441 ariadna 69
$string['experttipsandinsights'] = 'Expert tips and insights';
70
$string['experttipsandinsightsdesc'] = 'Yes, sign me up for exclusive tips, strategies, and insights from Moodle experts and Certified Partners. Update your preferences or unsubscribe any time, as covered in our <a href="{$a}">Privacy Notice</a>.';
71
$string['fail_count'] = 'Fail count ({$a})';
1 efrain 72
$string['geolocation'] = 'Geolocation';
73
$string['geolocation_help'] = 'In future we may provide location-based searching. If you want to specify the location for your course use a latitude/longitude value here (eg: -31.947884,115.871285).  One way to find this is to use Google Maps.';
74
$string['imageurl'] = 'Image URL';
75
$string['imageurl_help'] = 'This image will be displayed on the hub. This image must be available from the hub at any moment. The image should have a maximum size of {$a->width} X {$a->height}';
76
$string['issuedbadgesnumber'] = 'Number of issued badges ({$a})';
77
$string['language'] = 'Language';
78
$string['language_help'] = 'The main language of this course.';
79
$string['lasttimechecked'] = 'Last time checked';
80
$string['licence'] = 'Licence';
81
$string['licence_help'] = 'Select the licence you want to distribute your course under.';
82
$string['licence_link'] = 'licenses';
83
$string['logourl'] = 'Logo URL';
84
$string['mobilenotificationsenabled'] = 'Mobile notifications enabled ({$a})';
85
$string['mobileservicesenabled'] = 'Mobile services enabled ({$a})';
1441 ariadna 86
$string['models'] = 'Models';
1 efrain 87
$string['modulenumberaverage'] = 'Average number of course modules ({$a})';
88
$string['mustselectsubject'] = 'You must select a subject';
89
$string['name'] = 'Name';
90
$string['name_help'] = 'This name will be showing in the course listing.';
91
$string['neverchecked'] = 'Never checked';
92
$string['next'] = 'Next';
93
$string['no'] = 'No';
1441 ariadna 94
$string['noaiusagedata'] = 'AI usage data (none)';
1 efrain 95
$string['nocheckstatusfromunreghub'] = 'The site is not registered on the hub so the status can not be checked.';
96
$string['nohubselected'] = 'No hub selected';
97
$string['none'] = 'None';
98
$string['operation'] = 'Actions';
99
$string['participantnumberaverage'] = 'Average number of participants ({$a})';
1441 ariadna 100
$string['pluginusagedata'] = 'Plugin usage data collected from: <a href="{$a->overview}">Plugins overview</a>, <a href="{$a->activities}">Manage activities</a>, and <a href="{$a->blocks}">Manage blocks</a>';
1 efrain 101
$string['policyagreed'] = 'Privacy notice and data processing agreement';
102
$string['policyagreeddesc'] = 'I agree to the <a href="{$a}" target="_blank">Privacy notice and data processing agreement</a>';
103
$string['postaladdress'] = 'Postal address';
104
$string['postaladdress_help'] = 'Postal address of this site, or of the entity represented by this site.';
105
$string['postsnumber'] = 'Number of posts ({$a})';
1441 ariadna 106
$string['predominant_error'] = 'Predominant HTTP error ({$a})';
1 efrain 107
$string['previousregistrationdeleted'] = 'The previous registration has been deleted from {$a}. You can restart the registration process. Thank you.';
108
$string['primaryauthtype'] = 'Primary authentication type ({$a})';
109
$string['questionsnumber'] = 'Number of questions ({$a})';
110
$string['registeredcourses'] = 'Registered courses';
111
$string['registeredsites'] = 'Registered sites';
112
$string['registrationinfo'] = 'Registration information';
113
$string['registereduserdevices'] = 'Number of users with registered mobile devices ({$a})';
114
$string['registeredactiveuserdevices'] = 'Number of active users with registered mobile devices which are receiving notifications ({$a})';
115
$string['registerwithmoodleorg'] = 'Register your site';
116
$string['registerwithmoodleorgupdate'] = 'Update your site registration';
117
$string['registerwithmoodleorgcomplete'] = 'Complete your site registration';
1441 ariadna 118
$string['registerwithmoodleorginfo'] = 'Registering your site involves periodically sending <a href="{$a->moreinformation}" class="focus-expand">anonymised site stats</a> to Moodle HQ. This helps us gain insights into how you\'re using Moodle, and make decisions about new features and plugins.
1 efrain 119
 
1441 ariadna 120
Plus, it enables you to:
121
 
122
* Stay up to date with important updates, like security alerts and new available releases.
123
* Activate mobile push notifications for the <a href="{$a->moodleapp}">Moodle App</a>.
124
* Increase the visibility of your site by featuring it on the list of registered Moodle sites in your country (optional).';
125
$string['registerwithmoodleorginfosites'] = 'Discover other sites in my country';
126
$string['registerwithmoodleorginfostats'] = 'View global Moodle stats';
1 efrain 127
$string['registerwithmoodleorgremove'] = 'You are about to unregister your site. You will no longer receive security alert notifications and users will not be able to receive push notifications from your site to their Moodle app. However, you will be able to re-register at any time! Are you sure you want to continue?';
128
$string['registrationconfirmed'] = 'Site registration confirmed';
129
$string['registrationconfirmedon'] = 'Thank you for registering your site. Registration information will be kept up to date by the \'Site registration\' scheduled task.';
130
$string['renewregistration'] = 'Renew registration';
131
$string['resourcesnumber'] = 'Number of resources ({$a})';
132
$string['restartregistration'] = 'Restart registration';
133
$string['roleassignmentsnumber'] = 'Number of role assignments ({$a})';
134
$string['search'] = 'Search';
135
$string['sendingsize'] = 'Please wait the course file is uploading ({$a->total}Mb)...';
136
$string['sendfollowinginfo'] = 'More information';
137
$string['sendfollowinginfo_help'] = 'The following information will be sent to Moodle each time your site registration is updated (by default weekly, when the \'Site registration\' scheduled task is run). The information contributes to overall statistics only and will not be made public on any site listing. In addition, your Moodle release version is recorded by the weekly automated site link check.';
138
$string['sent'] = '...finished';
139
$string['siteadmin'] = 'Administrator';
140
$string['siteadmin_help'] = 'The full name of the site administrator.';
141
$string['sitecountry'] = 'Country';
142
$string['sitecountry_help'] = 'The country your organisation or institution is located in.';
143
$string['sitedesc'] = 'Description';
144
$string['sitedesc_help'] = 'Provide some information about how you are using Moodle.';
145
$string['sitegeolocation'] = 'Geolocation';
146
$string['sitegeolocation_help'] = 'In future we may provide location-based searching in the hubs. If you want to specify the location for your site use a latitude/longitude value here (eg: -31.947884,115.871285).  One way to find this is to use Google Maps.';
147
$string['siteemail'] = 'Admin email address';
148
$string['siteemail_help'] = 'An email address is necessary so that Moodle HQ can contact you if required.  It may also be used for other purposes as you allow below.    We recommend a generic email address related to a position (eg.: sitemanager@example.com), not a personal address.';
149
$string['sitelang'] = 'Language';
150
$string['sitelang_help'] = 'What is the main language used on your Moodle site?';
151
$string['sitename'] = 'Name';
152
$string['sitename_help'] = 'The name of the site will be shown on the site listing if the hub allows that.';
1441 ariadna 153
$string['siteorganisationtype'] = 'Organisation type';
154
$string['siteorganisationtype:charityornotforprofit'] = 'Charity or Not For Profit';
155
$string['siteorganisationtype:charterschool'] = 'Charter school';
156
$string['siteorganisationtype:college'] = 'College';
157
$string['siteorganisationtype:collegedepartment'] = 'College department';
158
$string['siteorganisationtype:commercialcourseprovider'] = 'Commercial course provider';
159
$string['siteorganisationtype:companydepartment'] = 'Company department';
160
$string['siteorganisationtype:companyinternal'] = 'Company internal';
161
$string['siteorganisationtype:donotshare'] = 'Do not share';
162
$string['siteorganisationtype:government'] = 'Government';
163
$string['siteorganisationtype:highschool'] = 'High school';
164
$string['siteorganisationtype:highschooldepartment'] = 'High school department';
165
$string['siteorganisationtype:highschooldistrict'] = 'High school district';
166
$string['siteorganisationtype:hospital'] = 'Hospital';
167
$string['siteorganisationtype:independentteacher'] = 'Independent teacher';
168
$string['siteorganisationtype:other'] = 'Other';
169
$string['siteorganisationtype:primaryschool'] = 'Primary school';
170
$string['siteorganisationtype:schooldistrict'] = 'School district';
171
$string['siteorganisationtype:universitydepartment'] = 'University department';
172
$string['siteorganisationtype:wholeuniversity'] = 'Whole university';
173
$string['siteorganisationtype_help'] = 'Providing your organisation type will help us better understand the types of organisations using Moodle and their needs.';
1 efrain 174
$string['sitephone'] = 'Phone';
175
$string['sitephone_help'] = 'Your phone number will only be seen by the hub administrator.';
176
$string['siteprivacy'] = 'Site listing';
177
$string['siteprivacy_help'] = 'You can choose to have your site listed publicly in the list of registered sites, with or without a link to your site.';
178
$string['siteprivacynotpublished'] = 'Do not list my site';
179
$string['siteprivacypublished'] = 'Only display my site name';
180
$string['siteprivacylinked'] = 'Display my site name with the link';
181
$string['siteregistrationemail'] = 'Notifications of new Moodle releases, security alerts and other important news';
182
$string['siteregistrationemail_help'] = 'You have the option of subscribing to our low-volume mailing list for notifications of new Moodle releases, security alerts and other important news. You may unsubscribe at any time.';
183
$string['siteregistrationupdated'] = 'Site registration updated';
184
$string['siterelease'] = 'Moodle release';
185
$string['sitereleasenum'] = 'Moodle release ({$a})';
186
$string['siterelease_help'] = 'Moodle release number of this site.';
187
$string['siteurl'] = 'Site URL';
188
$string['sitetheme'] = 'Site theme ({$a})';
189
$string['siteurl_help'] = 'The URL is the address of this site.  If privacy settings allow people to see site addresses then this is the URL that will be used.';
190
$string['siteversion'] = 'Moodle version';
191
$string['siteversion_help'] = 'The Moodle version of this site.';
192
$string['skipregistration'] = 'Skip';
1441 ariadna 193
$string['success_count'] = 'Success count ({$a})';
1 efrain 194
$string['subject'] = 'Subject';
195
$string['subject_help'] = 'Select the main subject area which the course covers.';
1441 ariadna 196
$string['timefrom'] = 'Time from ({$a})';
197
$string['timeto'] = 'Time to ({$a})';
198
$string['time_range'] = 'Time range';
1 efrain 199
$string['type'] = 'Shared';
200
$string['unregister'] = 'Unregister';
201
$string['unregistrationerror'] = 'An error occurred while attempting to unregister the site: {$a}';
202
$string['update'] = 'Update';
203
$string['updatesiteregistration'] = 'Update registration';
204
$string['usedifferentemail'] = 'Use different email';
205
$string['urlalreadyregistered'] = 'Your site seems to be already registered, which means something has gone wrong. Please contact the sites directory administrator to reset your registration so you can try again.';
206
$string['usersnumber'] = 'Number of users ({$a})';
207
$string['wrongtoken'] = 'The registration failed for some unknown reason (network?). Please try again.';
208
 
209
// Deprecate since 3.11.
210
$string['sitecommnewsno'] = 'No, I do not wish to receive any emails';
1441 ariadna 211
 
212
// Deprecated since 4.5.
213
$string['registerwithmoodleorginfoapp'] = 'About the Moodle app';
214
$string['siteregistrationcontact'] = 'Display contact form';
215
$string['siteregistrationcontact_help'] = 'If you allow it, other people in our Moodle community (who need a login account) can contact you via a form on our Moodle community site. However, they will never be able to see your email address.';
216
 
217
// Deprecated since 5.0.
218
$string['sitecommnews'] = 'Moodle newsletter';
219
$string['sitecommnews_help'] = 'You have the option of subscribing to our Moodle newsletter. You may unsubscribe at any time.';
220
$string['sitecommnewsyes'] = 'Yes, I would like to receive the Moodle newsletter';