Proyectos de Subversion Moodle

Rev

Autoría | Ultima modificación | Ver Log |

<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.

/**
 * Strings for equella repository.
 *
 * @package   repository_equella
 * @copyright 2012 Dongsheng Cai {@link http://dongsheng.org}
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

$string['breadcrumb'] = 'EQUELLA';
$string['configplugin'] = 'Configuration for EQUELLA repository';
$string['equella:view'] = 'View EQUELLA repository';
$string['equellaaction'] = 'EQUELLA action';
$string['equellaoptions'] = 'EQUELLA options';
$string['equellaurl'] = 'EQUELLA URL';
$string['equellauserfield'] = 'EQUELLA user field';
$string['equellauserfield_help'] = 'Choose the user field to be used for matching the EQUELLA user. (Only user fields of type short text are listed.)';
$string['equellausername'] = 'Username';
$string['group'] = '{$a} role settings';
$string['groupdefault'] = 'Default';
$string['pluginname'] = 'EQUELLA repository';
$string['privacy:metadata'] = 'The EQUELLA repository plugin does not store any personal data, but does transmit user data from Moodle to the remote system.';
$string['restrictionattachmentsonly'] = 'Attached resource only';
$string['restrictionitemsonly'] = 'Item summary only';
$string['restrictionnone'] = 'No restriction';
$string['search'] = 'Search EQUELLA';
$string['selectrestriction'] = 'Restrict selection';
$string['selectrestriction.desc'] = 'Choose whether course editors should only be able to select an item summary, an attached resources or either';
$string['sharedid'] = 'Shared secret ID';
$string['sharedidtitle'] = 'Shared secret ID';
$string['sharedsecrets'] = 'Shared secret';
$string['sharedsecretsheading'] = 'Shared Secret Settings';
$string['sharedsecretshelp'] =  '<p>Below you can set a default EQUELLA shared secret for single signing-on users.  You can configure different shared secrets for general (read) usage, and a specialised role based shared secret for each <em>write</em> role in your Moodle site.  If a shared secret ID is not configured for a role then the default shared secret ID and shared secret are used.</p><p>All shared secret IDs and shared secrets must also be configured within EQUELLA and the shared secret module enabled.  This configuration is found in the EQUELLA Administration Console under User Management > Shared Secrets.</p>';
$string['sharedsecrettitle'] = 'Shared secret';