Proyectos de Subversion Moodle

Rev

| 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
 * Plugin strings are defined here.
19
 *
20
 * @package     tool_policy
21
 * @category    string
22
 * @copyright   2018 David Mudrák <david@moodle.com>
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
defined('MOODLE_INTERNAL') || die();
27
 
28
$string['acceptanceacknowledgement'] = 'I acknowledge that I have received a request to give consent on behalf of the above user(s).';
29
$string['acceptancenote'] = 'Remarks';
30
$string['acceptancepolicies'] = 'Policies';
31
$string['acceptancessavedsucessfully'] = 'The agreements have been saved successfully.';
32
$string['acceptancestatusaccepted'] = 'Accepted';
33
$string['acceptancestatusacceptedbehalf'] = 'Accepted on user\'s behalf';
34
$string['acceptancestatusdeclined'] = 'Declined';
35
$string['acceptancestatusdeclinedbehalf'] = 'Declined on user\'s behalf';
36
$string['acceptancestatusoverall'] = 'Overall';
37
$string['acceptancestatuspartial'] = 'Partially accepted';
38
$string['acceptancestatuspending'] = 'Pending';
39
$string['acceptanceusers'] = 'Users';
40
$string['actions'] = 'Actions';
41
$string['activate'] = 'Set status to "Active"';
42
$string['activating'] = 'Activating a policy';
43
$string['activateconfirm'] = '<p>You are about to activate policy <em>\'{$a->name}\'</em> and make the version <em>\'{$a->revision}\'</em> the current one.</p><p>All users will be required to agree to this new policy version to be able to use the site.</p>';
44
$string['activateconfirmyes'] = 'Activate';
45
$string['agreepolicies'] = 'Please agree to the following policies';
46
$string['backtoprevious'] = 'Go back to previous page';
47
$string['backtotop'] = 'Back to top';
48
$string['cachedef_policy_optional'] = 'Cache of the optional/compulsory flag for policy versions';
49
$string['consentbulk'] = 'Consent';
50
$string['consentpagetitle'] = 'Consent';
51
$string['contactdpo'] = 'For any questions about the policies please contact the privacy officer.';
52
$string['dataproc'] = 'Personal data processing';
53
$string['declineacknowledgement'] = 'I acknowledge that I have received a request to decline consent on behalf of the above user(s).';
54
$string['declinethepolicy'] = 'Decline user consent';
55
$string['deleting'] = 'Deleting a version';
56
$string['deleteconfirm'] = '<p>Are you sure you want to delete policy <em>\'{$a->name}\'</em>?</p><p>This operation can not be undone.</p>';
57
$string['editingpolicydocument'] = 'Editing policy';
58
$string['errorpolicyversioncompulsory'] = 'Compulsory policies cannot be declined!';
59
$string['errorpolicyversionnotfound'] = 'There isn\'t any policy version with this identifier.';
60
$string['errorsaveasdraft'] = 'Minor change can not be saved as draft';
61
$string['errorusercantviewpolicyversion'] = 'The user doesn\'t have access to this policy version.';
62
$string['event_acceptance_created'] = 'User policy agreement created';
63
$string['event_acceptance_updated'] = 'User policy agreement updated';
64
$string['filtercapabilityno'] = 'Permission: Can not agree';
65
$string['filtercapabilityyes'] = 'Permission: Can agree';
66
$string['filterrevision'] = 'Version: {$a}';
67
$string['filterrevisionstatus'] = 'Version: {$a->name} ({$a->status})';
68
$string['filterrole'] = 'Role: {$a}';
69
$string['filters'] = 'Filters';
70
$string['filterstatusdeclined'] = 'Status: Declined';
71
$string['filterstatuspending'] = 'Status: Pending';
72
$string['filterstatusyes'] = 'Status: Agreed';
73
$string['filterplaceholder'] = 'Search keyword or select filter';
74
$string['filterpolicy'] = 'Policy: {$a}';
75
$string['guestconsent:continue'] = 'Continue';
76
$string['guestconsentmessage'] = 'If you continue browsing this website, you agree to our policies:';
77
$string['iagree'] = 'I agree to the {$a}';
78
$string['idontagree'] = 'No thanks, I decline {$a}';
79
$string['iagreetothepolicy'] = 'Give consent';
80
$string['inactivate'] = 'Set status to "Inactive"';
81
$string['inactivating'] = 'Inactivating a policy';
82
$string['inactivatingconfirm'] = '<p>You are about to inactivate policy <em>\'{$a->name}\'</em> version <em>\'{$a->revision}\'</em>.</p>';
83
$string['inactivatingconfirmyes'] = 'Inactivate';
84
$string['invalidversionid'] = 'There is no policy with this identifier!';
85
$string['irevokethepolicy'] = 'Withdraw user consent';
86
$string['listactivepolicies'] = 'List of active policies';
87
$string['minorchange'] = 'Minor change';
88
$string['minorchangeinfo'] = 'A minor change does not alter the meaning of the policy. Users are not required to agree to the policy again if the edit is marked as a minor change.';
89
$string['managepolicies'] = 'Manage policies';
90
$string['movedown'] = 'Move down';
91
$string['moveup'] = 'Move up';
92
$string['mustagreetocontinue'] = 'Before continuing you need to acknowledge all these policies.';
93
$string['newpolicy'] = 'New policy';
94
$string['newversion'] = 'New version';
95
$string['noactivepolicies'] = 'There are no policies with an active version.';
96
$string['nofiltersapplied'] = 'No filters applied';
97
$string['nopermissiontoagreedocs'] = 'No permission to agree to the policies';
98
$string['nopermissiontoagreedocs_desc'] = 'Sorry, you do not have the required permissions to agree to the policies.<br />You will not be able to use this site until the following policies are agreed:';
99
$string['nopermissiontoagreedocsbehalf'] = 'No permission to agree to the policies on behalf of this user';
100
$string['nopermissiontoagreedocsbehalf_desc'] = 'Sorry, you do not have the required permission to agree to the following policies on behalf of {$a}:';
101
$string['nopermissiontoagreedocscontact'] = 'For more help:';
102
$string['nopermissiontoviewpolicyversion'] = 'You do not have permissions to view this policy version.';
103
$string['nopolicies'] = 'There are no policies for registered users with an active version.';
104
$string['selectpolicyandversion'] = 'Use the filter above to select policy and/or version';
105
$string['steppolicies'] = 'Policy {$a->numpolicy} out of {$a->totalpolicies}';
106
$string['pluginname'] = 'Policies';
107
$string['policiesagreements'] = 'Policies and agreements';
108
$string['policy:accept'] = 'Agree to the policies';
109
$string['policy:acceptbehalf'] = 'Give consent for policies on someone else\'s behalf';
110
$string['policy:managedocs'] = 'Manage policies';
111
$string['policy:viewacceptances'] = 'View user agreement reports';
112
$string['policydocaudience'] = 'User consent';
113
$string['policydocaudience0'] = 'All users';
114
$string['policydocaudience1'] = 'Authenticated users';
115
$string['policydocaudience2'] = 'Guests';
116
$string['policydoccontent'] = 'Full policy';
117
$string['policydochdrpolicy'] = 'Policy';
118
$string['policydochdrversion'] = 'Document version';
119
$string['policydocname'] = 'Name';
120
$string['policydocoptional'] = 'Agreement optional';
121
$string['policydocoptionalyes'] = 'Optional';
122
$string['policydocoptionalno'] = 'Compulsory';
123
$string['policydocrevision'] = 'Version';
124
$string['policydocsummary'] = 'Summary';
125
$string['policydocsummary_help'] = 'This text should provide a summary of the policy, potentially in a simplified and easily accessible form, using clear and plain language.';
126
$string['policydoctype'] = 'Type';
127
$string['policydoctype0'] = 'Site policy';
128
$string['policydoctype1'] = 'Privacy policy';
129
$string['policydoctype2'] = 'Third parties policy';
130
$string['policydoctype99'] = 'Other policy';
131
$string['policydocuments'] = 'Policy documents';
132
$string['policynamedversion'] = 'Policy {$a->name} (version {$a->revision} - {$a->id})';
133
$string['policypriorityagreement'] = 'Show policy before showing other policies';
134
$string['policyversionacceptedinbehalf'] = 'Consent for this policy has been given on your behalf.';
135
$string['policyversionacceptedinotherlang'] = 'Consent for this policy version has been given in a different language.';
136
$string['previousversions'] = '{$a} previous versions';
137
$string['privacy:metadata:acceptances'] = 'Information about policy agreements made by users.';
138
$string['privacy:metadata:acceptances:policyversionid'] = 'The version of the policy for which consent was given.';
139
$string['privacy:metadata:acceptances:userid'] = 'The user for whom this policy agreement relates to.';
140
$string['privacy:metadata:acceptances:status'] = 'The status of the agreement.';
141
$string['privacy:metadata:acceptances:lang'] = 'The language used to display the policy when consent was given.';
142
$string['privacy:metadata:acceptances:usermodified'] = 'The user who gave consent for the policy, if made on behalf of another user.';
143
$string['privacy:metadata:acceptances:timecreated'] = 'The time when the user agreed to the policy.';
144
$string['privacy:metadata:acceptances:timemodified'] = 'The time when the user updated their agreement.';
145
$string['privacy:metadata:acceptances:note'] = 'Any comments added by a user when giving consent on behalf of another user.';
146
$string['privacy:metadata:subsystem:corefiles'] = 'The policy tool stores files included in the summary and full policy.';
147
$string['privacy:metadata:versions'] = 'Policy version information.';
148
$string['privacy:metadata:versions:name'] = 'The name of the policy.';
149
$string['privacy:metadata:versions:type'] = 'Policy type.';
150
$string['privacy:metadata:versions:audience'] = 'The type of users required to give their consent.';
151
$string['privacy:metadata:versions:archived'] = 'The policy status (active or inactive).';
152
$string['privacy:metadata:versions:usermodified'] = 'The user who modified the policy.';
153
$string['privacy:metadata:versions:timecreated'] = 'The time that this version of the policy was created.';
154
$string['privacy:metadata:versions:timemodified'] = 'The time that this version of the policy was updated.';
155
$string['privacy:metadata:versions:policyid'] = 'The policy that this version is associated with.';
156
$string['privacy:metadata:versions:revision'] = 'The revision name of this version of the policy.';
157
$string['privacy:metadata:versions:summary'] = 'The summary of this version of the policy.';
158
$string['privacy:metadata:versions:summaryformat'] = 'The format of the summary field.';
159
$string['privacy:metadata:versions:content'] = 'The content of this version of the policy.';
160
$string['privacy:metadata:versions:contentformat'] = 'The format of the content field.';
161
$string['privacysettings'] = 'Privacy settings';
162
$string['readpolicy'] = 'Please read our {$a}';
163
$string['refertofullpolicytext'] = 'Please refer to the full {$a} if you would like to review the text.';
164
$string['response'] = 'Response';
165
$string['responseby'] = 'Respondent';
166
$string['responseon'] = 'Date';
167
$string['revokeacknowledgement'] = 'I acknowledge that I have received a request to withdraw consent on behalf of the above user(s).';
168
$string['save'] = 'Save';
169
$string['saveasdraft'] = 'Save as draft';
170
$string['selectuser'] = 'Select user {$a}';
171
$string['selectusersforconsent'] = 'Select users to give consent on behalf of.';
172
$string['settodraft'] = 'Create a new draft';
173
$string['status'] = 'Policy status';
174
$string['statusformtitleaccept'] = 'Accepting policy';
175
$string['statusformtitledecline'] = 'Declining policy';
176
$string['statusformtitlerevoke'] = 'Withdrawing policy';
177
$string['statusinfo'] = 'A policy with \'Active\' status requires users to give their consent, either when they first log in, or in the case of existing users when they next log in.';
178
$string['status0'] = 'Draft';
179
$string['status1'] = 'Active';
180
$string['status2'] = 'Inactive';
181
$string['useracceptanceactionaccept'] = 'Accept';
182
$string['useracceptanceactionacceptone'] = 'Accept {$a}';
183
$string['useracceptanceactionacceptpending'] = 'Accept pending policies';
184
$string['useracceptanceactiondecline'] = 'Decline';
185
$string['useracceptanceactiondeclineone'] = 'Decline {$a}';
186
$string['useracceptanceactiondeclinepending'] = 'Decline pending policies';
187
$string['useracceptanceactiondetails'] = 'Details';
188
$string['useracceptanceactionrevoke'] = 'Withdraw';
189
$string['useracceptanceactionrevokeall'] = 'Withdraw accepted policies';
190
$string['useracceptanceactionrevokeone'] = 'Withdraw acceptance of {$a}';
191
$string['useracceptancecount'] = '{$a->agreedcount} of {$a->userscount} ({$a->percent}%)';
192
$string['useracceptancecountna'] = 'N/A';
193
$string['useracceptances'] = 'User agreements';
194
$string['userpolicysettings'] = 'Policies';
195
$string['usersaccepted'] = 'Agreements';
196
$string['viewarchived'] = 'View previous versions';
197
$string['viewconsentpageforuser'] = 'Viewing this page on behalf of {$a}';