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
 * Strings for component 'tool_lpimportcsv', language 'en'
19
 *
20
 * @package    tool_lpimportcsv
21
 * @copyright  2015 Damyon Wiese
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['competencyscale'] = 'Competency scale: {$a}';
26
$string['competencyscaledescription'] = 'Competency scale created by import';
27
$string['confirmcolumnmappings'] = 'Confirm the column mappings';
28
$string['confirm'] = 'Confirm';
29
$string['csvdelimiter'] = 'CSV separator';
30
$string['description'] = 'Description';
31
$string['descriptionformat'] = 'Description format';
32
$string['encoding'] = 'Encoding';
33
$string['export'] = 'Export';
34
$string['exportid'] = 'Exported ID (optional)';
35
$string['exportnavlink'] = 'Export competency framework';
36
$string['idnumber'] = 'ID number';
37
$string['importfile'] = 'CSV framework description file';
38
$string['importfile_help'] = 'A competency framework may be imported via text file. The format of the file can be determined by creating a new competency framework on the site and then exporting it.';
39
$string['importfile_link'] = 'admin/tool/lpimportcsv';
40
$string['import'] = 'Import';
41
$string['importingfile'] = 'Importing file data';
42
$string['invalidimportfile'] = 'File format is invalid.';
43
$string['isframework'] = 'Is framework';
44
$string['noframeworks'] = 'No competency frameworks have been created yet';
45
$string['parentidnumber'] = 'Parent ID number';
46
$string['pluginname'] = 'Import competency framework';
47
$string['processingfile'] = 'Processing file';
48
$string['relatedidnumbers'] = 'Cross-referenced competency ID numbers';
49
$string['ruleconfig'] = 'Rule config (optional)';
50
$string['ruleoutcome'] = 'Rule outcome (optional)';
51
$string['ruletype'] = 'Rule type (optional)';
52
$string['scaleconfiguration'] = 'Scale configuration';
53
$string['scalevalues'] = 'Scale values';
54
$string['shortname'] = 'Short name';
55
$string['taxonomy'] = 'Taxonomy';
56
$string['privacy:metadata'] = 'The Import competency framework plugin does not store any personal data.';