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
// This program 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
// This program 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
 * English strings for edusharing
19
 *
20
 * @package    mod_edusharing
21
 * @copyright  metaVentis GmbH — http://metaventis.com
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
defined('MOODLE_INTERNAL') || die();
26
 
27
$string['searchrec'] = 'Search the {$a} repository ...';
28
$string['uploadrec'] = 'Upload to {$a} repository ...';
29
$string['pagewindow'] = 'In-page display';
30
$string['newwindow'] = 'Display in new window';
31
$string['display'] = 'Display';
32
$string['show_course_blocks'] = 'Show course blocks';
33
 
34
// Modulename seems to be used in admin-panels,
35
// Pluginname seems to be used in course-view.
36
try {
37
    $string['modulename'] = get_config('edusharing', 'application_appname') . ' ' . get_config('edusharing', 'module_type');
38
    $string['modulename_help'] = get_config('edusharing', 'info_text');
39
} catch (Exception $exception) {
40
    $string['modulename'] = '';
41
    $string['modulename_help'] = '';
42
    unset($exception);
43
}
44
$string['pluginname'] = 'edu-sharing resource';
45
$string['modulenameplural'] = 'edu-sharing';
46
$string['edusharing'] = 'edu-sharing';
47
$string['pluginadministration'] = 'edu-sharing';
48
$string['edusharingname'] = 'Title';
49
$string['description'] = 'Description';
50
 
51
$string['edusharing:wysiwygvisibility'] = 'Add, edit and remove Edu-Sharing content in WYSIWYG editors.';
52
 
53
$string['object_url_fieldset'] = '{$a} Learning-object';
54
$string['object_url'] = 'Object';
55
$string['object_url_help'] = 'Please use the buttons below to select an object from repository. Its object-ID will be inserted here automatically.';
56
$string['object_title'] = 'Selected object';
57
$string['object_title_help'] = 'Please use the button below to select an object...';
58
$string['edusharing:addinstance'] = 'Add instance.';
59
 
60
$string['object_version_fieldset'] = 'Object-versioning';
61
$string['object_version'] = 'Use ..';
62
$string['object_version_help'] = 'Select which Object-version to use.';
63
$string['object_version_use_exact'] = 'Use selected object-version.';
64
$string['object_version_use_latest'] = 'Use latest object-version';
65
 
66
$string['object_display_fieldset'] = 'Object-display options';
67
$string['object_display_fieldset_help'] = '';
68
 
69
$string['force_download'] = 'Force download';
70
$string['force_download_help'] = 'Force object-download.';
71
 
72
$string['show_course_blocks'] = 'Show course-blocks';
73
$string['show_course_blocks_help'] = 'Show course-blocks in target-window.';
74
 
75
$string['window_allow_resize'] = 'Allow resizing';
76
$string['window_allow_resize_help'] = 'Allow resizing of target-window.';
77
 
78
$string['window_allow_scroll'] = 'Allow scrolling';
79
$string['window_allow_scroll_help'] = 'Allow scrolling in target-window.';
80
 
81
$string['show_directory_links'] = 'Show directory-links';
82
$string['show_directory_links_help'] = 'Show directory-links.';
83
 
84
$string['show_menu_bar'] = 'Show menu-bar';
85
$string['show_menu_bar_help'] = 'Show menu-bar in target-window.';
86
 
87
$string['show_location_bar'] = 'Show location-bar';
88
$string['show_location_bar_help'] = 'Show location-bar in target-window.';
89
 
90
$string['show_tool_bar'] = 'Show tool-bar';
91
$string['show_tool_bar_help'] = 'Show toolbar in target-window.';
92
 
93
$string['show_status_bar'] = 'Show status-bar';
94
$string['show_status_bar_help'] = 'Show status-bar in target-window.';
95
 
96
$string['window_width'] = 'Display-width';
97
$string['window_width_help'] = 'Width of target-window.';
98
 
99
$string['window_height'] = 'Display-height';
100
$string['window_height_help'] = 'Height for target-window.';
101
 
102
// General error message.
103
$string['exc_MESSAGE'] = 'An error occured utilizing the edu-sharing.net network.';
104
 
105
// Beautiful exceptions.
106
$string['exc_SENDACTIVATIONLINK_SUCCESS'] = 'Successfully sent activation-link.';
107
$string['exc_APPLICATIONACCESS_NOT_ACTIVATED_BY_USER'] = 'Access not activated by user.';
108
$string['exc_COULD_NOT_CONNECT_TO_HOST'] = 'Could not connect to host.';
109
$string['exc_INTEGRITY_VIOLATION'] = 'Integrity violation.';
110
$string['exc_INVALID_APPLICATION'] = 'Invalid application.';
111
$string['exc_ERROR_FETCHING_HTTP_HEADERS'] = 'Error fetching HTTP-headers.';
112
$string['exc_NODE_DOES_NOT_EXIST'] = 'Node does not exist anymore.';
113
$string['exc_ACCESS_DENIED'] = 'Access denied.';
114
$string['exc_NO_PERMISSION'] = 'Insufficient permissions.';
115
$string['exc_UNKNOWN_ERROR'] = 'Unknown error.';
116
$string['exc_NO_PUBLISH_RIGHTS'] = 'An edu-sharing object could not be restored due to missing publish rights and will be skipped.';
117
 
118
// Metadata.
119
$string['currentVersion'] = 'Current plugin version';
120
$string['conf_versiontext'] = 'Version:';
121
$string['connectToHomeRepository'] = 'Connect to Home Reposiory';
122
$string['conf_linktext'] = 'Connect moodle to home repository:';
123
$string['conf_btntext'] = 'Connect';
124
$string['conf_hinttext'] = 'This will open a new window where you can load the repository metadata and register the plugin with the repository.';
125
$string['appProperties'] = 'Application Properties';
126
$string['homerepProperties'] = 'Home Repository Properties';
127
$string['authparameters'] = 'Authentication Parameters';
128
$string['guestProperties'] = 'Guest properties';
129
$string['brandingSettings'] = 'UI settings';
130
$string['brandingInfo'] = 'Change the look & feel of the edu-sharing plugin.';
131
$string['appiconDescr'] = 'This icon replaces the edu-sharing icon (including the atto-button).';
132
$string['info_textDescr'] = 'The helptext for adding the edu-sharing module.';
133
$string['atto_hintDescr'] = 'The helptext for the edus-haring atto-popup.';
134
$string['repo_targetDescr'] = 'Configure the startpage in the repository';
135
$string['repoSearch'] = 'Search';
136
$string['repoCollection'] = 'Collections';
137
$string['repoWorkspace'] = 'My Files';
138
 
139
$string['save'] = 'Save changes';
140
$string['emptyForDefault'] = 'empty for default';
141
$string['filter_not_authorized'] = 'You are not authorized to access the requested content.';
142
 
143
// Auth parameters.
144
$string['convey_global_groups_yes'] = 'Convey cohorts';
145
$string['convey_global_groups_no'] = 'Do not convey cohorts';
146
$string['send_additional_auth'] = 'Send additional auth information';
147
$string['send_additional_auth_help'] = 'If checked, the app authentication request will include the first and last name as well as email address.';
148
$string['auth_suffix'] = 'Authentication suffix';
149
$string['auth_suffix_help'] = 'If configured, this suffix will be added to the submitted auth string';
150
$string['obfuscate_auth_param'] = 'User ID pseudonymization';
151
$string['obfuscate_auth_param_help'] = 'If activated, Moodle users will be pseudonymized in the Edu-Sharing repository';
152
 
153
$string['soaprequired'] = 'The PHP extension soap must be activated.';
154
 
155
$string['error_missing_authwsdl'] = 'No "authenticationwebservice_wsdl" configured.';
156
$string['error_authservice_not_reachable'] = 'not reachable. Cannot utilize edu-sharing network.';
157
$string['error_invalid_ticket'] = 'Invalid ticket. Cannot utilize edu-sharing network.';
158
$string['error_auth_failed'] = 'Cannot utilize edu-sharing network because authentication failed.';
159
$string['error_load_course'] = 'Cannot load course from database.';
160
$string['error_load_resource'] = 'Cannot load resource from database.';
161
$string['error_get_object_id_from_url'] = 'Cannot get object id from url.';
162
$string['error_get_repository_id_from_url'] = 'Cannot get repository id from url.';
163
$string['error_detect_course'] = 'Cannot detect course id';
164
$string['error_loading_memento'] = 'Error loading temporary object.';
165
$string['error_set_soap_headers'] = 'Cannot set SOAP headers - ';
166
$string['error_get_app_properties'] = 'Cannot load plugin config';
167
$string['error_encrypt_with_repo_public'] = 'Cannot encrypt data.';
168
$string['error_missing_rights_on_restore'] = 'This Edu-Sharing object is missing due to insufficient user rights during course restoration.';
169
$string['error_unexpected_on_restore'] = 'This Edu-Sharing object is missing due to an unexpected error having occurred during restoration';
170
$string['error_parsing_on_restore'] = 'This Edu-Sharing object is missing due to a parsing error having occurred during restoration';