Merge branch 'MDL-77559-39-2' of https://github.com/andrewnicols/moodle into MOODLE_3...
[moodle.git] / lang / en / customfield.php
bloba53ff28faa985a7bd92a0e4c0e1a55f5fac8e9f1
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.
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/>.
17 /**
18 * Strings for component 'core_customfield', language 'en'
20 * @package core
21 * @copyright 2018 Toni Barbera {@link http://moodle.com}
22 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25 $string['action'] = 'Action';
26 $string['addingnewcustomfield'] = 'Adding a new {$a}';
27 $string['addnewcategory'] = 'Add a new category';
28 $string['afterfield'] = 'After field {$a}';
29 $string['categorynotfound'] = 'Category not found';
30 $string['checked'] = 'Checked';
31 $string['commonsettings'] = 'General';
32 $string['componentsettings'] = 'Component settings';
33 $string['confirmdeletecategory'] = 'Are you sure you want to delete this category? All fields inside the category will also be deleted and all data associated with them. This action cannot be undone.';
34 $string['confirmdeletefield'] = 'Are you sure you want to delete this field and all associated data? This action cannot be undone.';
35 $string['createnewcustomfield'] = 'Add a new custom field';
36 $string['customfield'] = 'Custom field';
37 $string['customfielddata'] = 'Custom fields data';
38 $string['customfields'] = 'Custom fields';
39 $string['defaultvalue'] = 'Default value';
40 $string['description'] = 'Description';
41 $string['description_help'] = 'The description is displayed in the form below the field.';
42 $string['edit'] = 'Edit';
43 $string['editcategoryname'] = 'Edit category name';
44 $string['editingfield'] = 'Updating {$a}';
45 $string['errorfieldtypenotfound'] = 'Field type {$a} not found';
46 $string['erroruniquevalues'] = 'This value is already used.';
47 $string['eventcategorycreated'] = 'Custom field category created';
48 $string['eventcategorydeleted'] = 'Custom field category deleted';
49 $string['eventcategoryupdated'] = 'Custom field category updated';
50 $string['eventfieldcreated'] = 'Custom field created';
51 $string['eventfielddeleted'] = 'Custom field deleted';
52 $string['eventfieldupdated'] = 'Custom field updated';
53 $string['fieldname'] = 'Name';
54 $string['fieldnotfound'] = 'Field not found';
55 $string['fieldshortname'] = 'Short name';
56 $string['formfieldcheckshortname'] = 'Short name already exists';
57 $string['invalidshortnameerror'] = 'The short name can only contain alphanumeric lowercase characters and underscores (_).';
58 $string['isdataunique'] = 'Unique data';
59 $string['isdataunique_help'] = 'This setting determines whether the value entered must be unique and not entered previously.';
60 $string['isfieldrequired'] = 'Required';
61 $string['isfieldrequired_help'] = 'A required field is a field that must be filled in with value before submission of the form.';
62 $string['link'] = 'Link';
63 $string['linktarget'] = 'Link target';
64 $string['modify'] = 'Modify';
65 $string['movecategory'] = 'Move "{$a}"';
66 $string['movefield'] = 'Move "{$a}"';
67 $string['no'] = 'No';
68 $string['nocategories'] = 'There are no custom fields and categories.';
69 $string['nopermissionconfigure'] = 'You don\'t have permission to configure fields here.';
70 $string['notchecked'] = 'Not checked';
71 $string['otherfields'] = 'Other fields';
72 $string['otherfieldsn'] = 'Other fields {$a}';
73 $string['privacy:metadata:customfield_data'] = 'Represents custom field data saved to a context';
74 $string['privacy:metadata:customfield_data:charvalue'] = 'Data value when it is a character';
75 $string['privacy:metadata:customfield_data:contextid'] = 'The ID of the context where the data was saved';
76 $string['privacy:metadata:customfield_data:decvalue'] = 'Data value, when it is a decimal ';
77 $string['privacy:metadata:customfield_data:fieldid'] = 'Field definition ID';
78 $string['privacy:metadata:customfield_data:instanceid'] = 'Instance ID related to the data';
79 $string['privacy:metadata:customfield_data:intvalue'] = 'Data value, when it is an integer';
80 $string['privacy:metadata:customfield_data:shortcharvalue'] = 'Data value when it is a short character';
81 $string['privacy:metadata:customfield_data:timecreated'] = 'Time when data was created';
82 $string['privacy:metadata:customfield_data:timemodified'] = 'Time when data was last modified';
83 $string['privacy:metadata:customfield_data:value'] = 'Data value, when it is a text';
84 $string['privacy:metadata:customfield_data:valueformat'] = 'The format of the value, when it is a text';
85 $string['privacy:metadata:customfieldpluginsummary'] = 'Fields for various components';
86 $string['privacy:metadata:filepurpose'] = 'File attached to the custom field data';
87 $string['shortname'] = 'Short name';
88 $string['shortname_help'] = 'The short name must be unique and can only contain alphanumeric lowercase characters and underscores (_). It is not displayed anywhere on the site, but may be used for synchronisation with external systems or in web services.';
89 $string['showdate'] = 'Show date';
90 $string['specificsettings'] = 'Specific settings';
91 $string['therearenofields'] = 'There are no fields in this category';
92 $string['totopofcategory'] = 'To the top of category {$a}';
93 $string['type'] = 'Type';
94 $string['unknownhandler'] = 'Unable to find handler for custom fields for component {$a->component} and area {$a->area}.';
95 $string['yes'] = 'Yes';