MDL-60060 mod_data: add calendar drag and drop callbacks
[moodle.git] / mod / data / lang / en / data.php
blob30db08318e74499448d91e8ac6084fc297e355c7
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 /**
19 * Strings for component 'data', language 'en', branch 'MOODLE_20_STABLE'
21 * @package mod_data
22 * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
23 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
26 $string['action'] = 'Action';
27 $string['add'] = 'Add entry';
28 $string['addcomment'] = 'Add comment';
29 $string['addentries'] = 'Add entries';
30 $string['addtemplate'] = 'Add template';
31 $string['advancedsearch'] = 'Advanced search';
32 $string['allowcomments'] = 'Allow comments on entries';
33 $string['alttext'] = 'Alternative text';
34 $string['approvalstatus'] = 'Approval status';
35 $string['approve'] = 'Approve';
36 $string['approved'] = 'Approved';
37 $string['areacontent'] = 'Fields';
38 $string['ascending'] = 'Ascending';
39 $string['asearchtemplate'] = 'Advanced search template';
40 $string['atmaxentry'] = 'You have entered the maximum number of entries allowed!';
41 $string['authorfirstname'] = 'Author first name';
42 $string['authorlastname'] = 'Author surname';
43 $string['autogenallforms'] = 'Generate all default templates';
44 $string['autolinkurl'] = 'Autolink the URL';
45 $string['availablefromdate'] = 'Available from';
46 $string['availabletags'] = 'Available tags';
47 $string['availabletags_help'] = 'Tags are placeholders in the template, which will be replaced by data or other items, such as an edit icon, when entries are edited or viewed.
49 Fields have the format [[fieldname]]. All other tags have the format ##sometag##.
51 Only the tags that are in the "Available tags" list may be used for the current template.';
52 $string['availabletodate'] = 'Available to';
53 $string['availabletodatevalidation'] = 'The available to date cannot be before the available from date.';
54 $string['blank'] = 'Blank';
55 $string['buttons'] = 'Actions';
56 $string['bynameondate'] = 'by {$a->name} - {$a->date}';
57 $string['calendarend'] = '{$a} closes';
58 $string['calendarstart'] = '{$a} opens';
59 $string['cancel'] = 'Cancel';
60 $string['cannotaccesspresentsother'] = 'You are not allowed to access presets from other users';
61 $string['cannotadd'] = 'Can not add entries!';
62 $string['cannotdeletepreset'] = 'Error deleting a preset!';
63 $string['cannotoverwritepreset'] = 'Error overwriting preset';
64 $string['cannotunziptopreset'] = 'Cannot unzip to the preset directory';
65 $string['closebeforeopen'] = 'You have specified an end date before the start date.';
66 $string['columns'] = 'columns';
67 $string['comment'] = 'Comment';
68 $string['commentdeleted'] = 'Comment deleted';
69 $string['commentempty'] = 'Comment was empty';
70 $string['comments'] = 'Comments';
71 $string['commentsaved'] = 'Comment saved';
72 $string['commentsn'] = '{$a} comment(s)';
73 $string['commentsoff'] = 'Comments feature is not enabled';
74 $string['completionentries'] = 'Require entries';
75 $string['completionentriescount'] = 'Count of entries';
76 $string['completionentriesdesc'] = 'Minimum number of entries required: {$a}';
77 $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all databases. You will still need to turn feeds on manually in the settings for each database.';
78 $string['confirmdeletefield'] = 'You are about to delete this field, are you sure?';
79 $string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?';
80 $string['confirmdeleterecords'] = 'Are you sure you want to delete these entries?';
81 $string['csstemplate'] = 'CSS template';
82 $string['csvfailed'] = 'Unable to read the raw data from the CSV file';
83 $string['csvfile'] = 'CSV file';
84 $string['csvimport'] = 'CSV file import';
85 $string['csvimport_help'] = 'Entries may be imported via a plain text file with a list of field names as the first line, then the data, with one record per line.';
86 $string['csvwithselecteddelimiter'] = '<acronym title="Comma Separated Values">CSV</acronym> text with selected delimiter:';
87 $string['data:addinstance'] = 'Add a new database';
88 $string['data:approve'] = 'Approve and undo approved entries';
89 $string['data:comment'] = 'Write comments';
90 $string['data:exportallentries'] = 'Export all database entries';
91 $string['data:exportentry'] = 'Export a database entry';
92 $string['data:exportownentry'] = 'Export own database entry';
93 $string['data:exportuserinfo'] = 'Export user information';
94 $string['data:managecomments'] = 'Manage comments';
95 $string['data:manageentries'] = 'Manage entries';
96 $string['data:managetemplates'] = 'Manage templates';
97 $string['data:manageuserpresets'] = 'Manage all template presets';
98 $string['data:rate'] = 'Rate entries';
99 $string['data:readentry'] = 'Read entries';
100 $string['data:viewalluserpresets'] = 'View presets from all users';
101 $string['data:viewallratings'] = 'View all raw ratings given by individuals';
102 $string['data:viewanyrating'] = 'View total ratings that anyone received';
103 $string['data:viewentry'] = 'View entries';
104 $string['data:viewrating'] = 'View the total rating you received';
105 $string['data:writeentry'] = 'Write entries';
106 $string['data:view'] = 'View database activity';
107 $string['date'] = 'Date';
108 $string['dateentered'] = 'Date entered';
109 $string['defaultfielddelimiter'] = '(default is the comma character)';
110 $string['defaultfieldenclosure'] = '(default is none)';
111 $string['defaultsortfield'] = 'Default sort field';
112 $string['delcheck'] = 'Bulk delete checkbox';
113 $string['delete'] = 'Delete';
114 $string['deleteallentries'] = 'Delete all entries';
115 $string['deletecomment'] = 'Are you sure you want to delete this comment?';
116 $string['deleted'] = 'deleted';
117 $string['deletefield'] = 'Delete an existing field';
118 $string['deletenotenrolled'] = 'Delete entries by users not enrolled';
119 $string['deletewarning'] = 'Are you sure you want to delete this preset?';
120 $string['descending'] = 'Descending';
121 $string['directorynotapreset'] = '{$a->directory} Not a preset: missing files: {$a->missing_files}';
122 $string['disapprove'] = 'Undo approval';
123 $string['download'] = 'Download';
124 $string['edit'] = 'Edit';
125 $string['editcomment'] = 'Edit comment';
126 $string['editentry'] = 'Edit entry';
127 $string['editordisable'] = 'Disable editor';
128 $string['editorenable'] = 'Enable editor';
129 $string['emptyadd'] = 'The Add template is empty, generating a default form...';
130 $string['emptyaddform'] = 'You did not fill out any fields!';
131 $string['enabletemplateeditorcheck'] = 'Are you sure you want to enable the editor? This may result in content being altered when the template is saved.';
132 $string['eventfieldcreated'] = 'Field created';
133 $string['eventfielddeleted'] = 'Field deleted';
134 $string['eventfieldupdated'] = 'Field updated';
135 $string['eventrecordcreated'] = 'Record created';
136 $string['eventrecorddeleted'] = 'Record deleted';
137 $string['eventrecordupdated'] = 'Record updated';
138 $string['eventtemplateupdated'] = 'Template updated';
139 $string['eventtemplateviewed'] = 'Templates viewed';
140 $string['fileencoding'] = 'Encoding';
141 $string['entries'] = 'Entries';
142 $string['entrieslefttoadd'] = 'You must add {$a->entriesleft} more entry/entries in order to complete this activity';
143 $string['entrieslefttoaddtoview'] = 'You must add {$a->entrieslefttoview} more entry/entries before you can view other participants\' entries.';
144 $string['entry'] = 'Entry';
145 $string['entrysaved'] = 'Your entry has been saved';
146 $string['errormustbeteacher'] = 'You need to be a teacher to use this page!';
147 $string['errorpresetexists'] = 'There is already a preset with the selected name';
148 $string['errormustsupplyvalue'] = 'You must supply a value here.';
149 $string['example'] = 'Database module example';
150 $string['excel'] = 'Excel';
151 $string['export'] = 'Export';
152 $string['exportaszip'] = 'Export as zip';
153 $string['exportaszip_help'] = 'The export as zip feature allows you to save the templates and fields as a preset zip for download. The zip may then be imported to another course.';
154 $string['exportedtozip'] = 'Exported to temporary zip...';
155 $string['exportentries'] = 'Export entries';
156 $string['exportownentries'] = 'Export your own entries only? ({$a->mine}/{$a->all})';
157 $string['failedpresetdelete'] = 'Error deleting a preset!';
158 $string['fieldadded'] = 'Field added';
159 $string['fieldallowautolink'] = 'Allow autolink';
160 $string['fielddeleted'] = 'Field deleted';
161 $string['fielddelimiter'] = 'Field delimiter';
162 $string['fielddescription'] = 'Field description';
163 $string['fieldenclosure'] = 'Field enclosure';
164 $string['fieldheight'] = 'Height';
165 $string['fieldheightlistview'] = 'Height in list view';
166 $string['fieldheightsingleview'] = 'Height in single view';
167 $string['fieldids'] = 'Field ids';
168 $string['fieldmappings'] = 'Field mappings';
169 $string['fieldmappings_help'] = 'This menu allows you to keep the data from the existing database. To preserve the data in a field, you must map it to a new field, where the data will appear. Any field can also be left blank, with no infomation copied into it. Any old field not mapped to a new one will be lost and all it\'s data removed.
170 You can only map fields of the same type, so each dropdown will have different fields in it. Also, you must be careful not to try and map one old field to more than one new field.';
171 $string['fieldname'] = 'Field name';
172 $string['fieldnotmatched'] = 'The following fields in your file are not known in this database: {$a}';
173 $string['fieldoptions'] = 'Options (one per line)';
174 $string['fields'] = 'Fields';
175 $string['fieldupdated'] = 'Field updated';
176 $string['fieldwidth'] = 'Width';
177 $string['fieldwidthlistview'] = 'Width in list view';
178 $string['fieldwidthsingleview'] = 'Width in single view';
179 $string['file'] = 'File';
180 $string['filesnotgenerated'] = 'Not all files were generated: {$a}';
181 $string['filtername'] = 'Database auto-linking';
182 $string['footer'] = 'Footer';
183 $string['forcelinkname'] = 'Forced name for the link';
184 $string['foundnorecords'] = 'No records found (<a href="{$a->reseturl}">Reset filters</a>)';
185 $string['foundrecords'] = 'Found records: {$a->num}/{$a->max} (<a href="{$a->reseturl}">Reset filters</a>)';
186 $string['fromfile'] = 'Import from zip file';
187 $string['fromfile_help'] = 'The import from zip file feature allows you to browse for and upload a preset zip of templates and fields.';
188 $string['generateerror'] = 'Not all files generated!';
189 $string['header'] = 'Header';
190 $string['headeraddtemplate'] = 'Defines the interface when editing entries';
191 $string['headerasearchtemplate'] = 'Defines the interface for Advanced Searches';
192 $string['headercsstemplate'] = 'Defines local CSS styles for the other templates';
193 $string['headerjstemplate'] = 'Defines custom Javascript for the other templates';
194 $string['headerlisttemplate'] = 'Defines browsing interface for multiple entries';
195 $string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds';
196 $string['headersingletemplate'] = 'Defines browsing interface for a single entry';
197 $string['checkbox'] = 'Checkbox';
198 $string['chooseexportfields'] = 'Choose the fields you wish to export:';
199 $string['chooseexportformat'] = 'Choose the format you wish to export to:';
200 $string['chooseorupload'] = 'Choose file';
201 $string['expired'] = 'Sorry, this activity closed on {$a} and is no longer available';
202 $string['importentries'] = 'Import entries';
203 $string['importsuccess'] = 'The preset has been successfully applied.';
204 $string['includeapproval'] = 'Include approval status';
205 $string['includetags'] = 'Include tags';
206 $string['includetime'] = 'Include time added/modified';
207 $string['includeuserdetails'] = 'Include user details';
208 $string['indicator:cognitivedepth'] = 'Database cognitive';
209 $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Database activity.';
210 $string['indicator:socialbreadth'] = 'Database social';
211 $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Database activity.';
212 $string['insufficiententries'] = 'more entries needed to view this database';
213 $string['intro'] = 'Description';
214 $string['invalidaccess'] = 'This page was not accessed correctly';
215 $string['invalidfieldid'] = 'Field ID is incorrect';
216 $string['invalidfieldname'] = 'Please choose another name for this field';
217 $string['invalidfieldtype'] = 'Field type is incorrect';
218 $string['invalidid'] = 'Incorrect data ID';
219 $string['invalidpreset'] = '{$a} is not a preset.';
220 $string['invalidrecord'] = 'Incorrect record';
221 $string['invalidurl'] = 'The URL you just entered is not valid';
222 $string['jstemplate'] = 'Javascript template';
223 $string['latitude'] = 'Latitude';
224 $string['latlong'] = 'Latitude/longitude';
225 $string['latlongboth'] = 'Both latitude and longitude are required.';
226 $string['latlongdownloadallhint'] = 'Download link for all entries as KML';
227 $string['latlongkmllabelling'] = 'How to label items in KML files (Google Earth)';
228 $string['latlonglinkservicesdisplayed'] = 'Link-out services to display';
229 $string['latlongotherfields'] = 'Other fields';
230 $string['list'] = 'View list';
231 $string['listtemplate'] = 'List template';
232 $string['longitude'] = 'Longitude';
233 $string['manageapproved'] = 'Allow editing of approved entries';
234 $string['manageapproved_help'] = 'If disabled, approved entries are no longer editable or deletable by the user who added them. This setting has no effect unless \'Approval required\' is enabled.';
235 $string['mapexistingfield'] = 'Map to {$a}';
236 $string['mapnewfield'] = 'Create a new field';
237 $string['mappingwarning'] = 'All old fields not mapped to a new field will be lost and all data in that field will be removed.';
238 $string['maxentries'] = 'Maximum number of entries';
239 $string['maxentries_help'] = 'The maximum number of entries a student is allowed to submit for this activity.';
240 $string['maxsize'] = 'Maximum size';
241 $string['menu'] = 'Menu';
242 $string['menuchoose'] = 'Choose...';
243 $string['missingdata'] = 'Data id or object must be provided to field class';
244 $string['missingfield'] = 'Programmer error: You must specify field and/or data when defining field class.';
245 $string['modulename'] = 'Database';
246 $string['modulename_help'] = 'The database activity module enables participants to create, maintain and search a collection of entries (i.e. records). The structure of the entries is defined by the teacher as a number of fields. Field types include checkbox, radio buttons, dropdown menu, text area, URL, picture and uploaded file.
248 The visual layout of information when listing, viewing or editing database entries may be controlled by database templates. Database activities may be shared between courses as presets and a teacher may also import and export database entries.
250 If the database auto-linking filter is enabled, any entries in a database will be automatically linked where the words or phrases appear within the course.
252 A teacher can allow comments on entries. Entries can also be rated by teachers or students (peer evaluation). Ratings can be aggregated to form a final grade which is recorded in the gradebook.
254 Database activities have many uses, such as
256 * A collaborative collection of web links, books, book reviews, journal references etc
257 * For displaying student-created photos, posters, websites or poems for peer comment and review';
258 $string['modulename_link'] = 'mod/data/view';
259 $string['modulenameplural'] = 'Databases';
260 $string['more'] = 'More';
261 $string['moreurl'] = 'More URL';
262 $string['movezipfailed'] = 'Can\'t move zip';
263 $string['multientry'] = 'Repeated entry';
264 $string['multimenu'] = 'Menu (Multi-select)';
265 $string['multipletags'] = 'Multiple tags found! Template not saved';
266 $string['newentry'] = 'New entry';
267 $string['newfield'] = 'Create a new field';
268 $string['newfield_help'] = 'A field allows the input of data. Each entry in a database activity can have multiple fields of multiple types such as a date field, which allows participants to select a day, month and year from a dropdown list, a picture field, which allows participants to upload an image file, or a checkbox field, which allows participants to select one or more options.
270 Each field must have a unique field name. The field description is optional.';
271 $string['noaccess'] = 'You do not have access to this page';
272 $string['nodefinedfields'] = 'New preset has no defined fields!';
273 $string['nofieldcontent'] = 'Field content not found';
274 $string['nofieldindatabase'] = 'There are no fields defined for this database.';
275 $string['nolisttemplate'] = 'List template is not yet defined';
276 $string['nomatch'] = 'No matching entries found!';
277 $string['nomaximum'] = 'No maximum';
278 $string['norecords'] = 'No entries in database';
279 $string['nosingletemplate'] = 'Single template is not yet defined';
280 $string['notapproved'] = 'Entry is not approved yet.';
281 $string['notinjectivemap'] = 'Not an injective map';
282 $string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
283 $string['number'] = 'Number';
284 $string['numberrssarticles'] = 'Entries in the RSS feed';
285 $string['numnotapproved'] = 'Pending';
286 $string['numrecords'] = '{$a} entries';
287 $string['ods'] = '<acronym title="OpenDocument Spreadsheet">ODS</acronym> (OpenOffice)';
288 $string['openafterclose'] = 'You have specified an open date after the close date';
289 $string['optionaldescription'] = 'Short description (optional)';
290 $string['optionalfilename'] = 'Filename (optional)';
291 $string['other'] = 'Other';
292 $string['overwrite'] = 'Overwrite';
293 $string['overrwritedesc'] = 'Overwrite the preset if it already exists';
294 $string['overwritesettings'] = 'Overwrite current settings';
295 $string['page-mod-data-x'] = 'Any database activity module page';
296 $string['pagesize'] = 'Entries per page';
297 $string['participants'] = 'Participants';
298 $string['picture'] = 'Picture';
299 $string['pleaseaddsome'] = 'Please create some below or <a href="{$a}">choose a predefined set</a> to get started.';
300 $string['pluginadministration'] = 'Database activity administration';
301 $string['pluginname'] = 'Database';
302 $string['portfolionotfile'] = 'Export to a portfolio rather than a file (csv and leap2a only)';
303 $string['presetinfo'] = 'Saving as a preset will publish this template. Other users may be able to use it in their databases.';
304 $string['presets'] = 'Presets';
305 $string['radiobutton'] = 'Radio buttons';
306 $string['recordapproved'] = 'Entry approved';
307 $string['recorddeleted'] = 'Entry deleted';
308 $string['recorddisapproved'] = 'Entry unapproved';
309 $string['recordsnotsaved'] = 'No entry was saved. Please check the format of the uploaded file.';
310 $string['recordssaved'] = 'entries saved';
311 $string['removealldatatags'] = 'Remove all database tags';
312 $string['requireapproval'] = 'Approval required';
313 $string['requireapproval_help'] = 'If enabled, entries require approving by a teacher before they are viewable by everyone.';
314 $string['required'] = 'Required';
315 $string['requiredentries'] = 'Entries required for completion (old)';
316 $string['requiredentries_help'] = "If set, a message is displayed stating the number of entries required for completion. Note that this setting is not connected to activity completion.
318 For entries required for activity completion, the new Activity completion setting 'Require entries' should be used. To remove this setting completely, set to none, then save changes.
319 Please use the Entries required fields in the Activity completion section instead.";
320 $string['requiredentrieswarning'] = 'This setting has been replaced by an Activity completion setting "Require entries"';
321 $string['requiredentriestoview'] = 'Entries required before viewing';
322 $string['requiredentriestoview_help'] = 'The number of entries a student is required to submit before they can view entries from other students.
324 Note: If entries are required before viewing, the database auto-linking filter should be disabled. This is because the database auto-linking filter can\'t determine whether a user has submitted the required number of entries.';
325 $string['requiredfield'] = 'Required field';
326 $string['resetsettings'] = 'Reset filters';
327 $string['resettemplate'] = 'Reset template';
328 $string['resizingimages'] = 'Resizing image thumbnails...';
329 $string['rows'] = 'rows';
330 $string['rssglobaldisabled'] = 'Disabled. See site configuration variables.';
331 $string['rsstemplate'] = 'RSS template';
332 $string['rsstitletemplate'] = 'RSS title template';
333 $string['save'] = 'Save';
334 $string['saveandadd'] = 'Save and add another';
335 $string['saveandview'] = 'Save and view';
336 $string['saveaspreset'] = 'Save as preset';
337 $string['saveaspreset_help'] = 'The save as preset feature publishes the templates and fields as a preset which others on the site can then use. (You may delete it from the list of presets at any time.)';
338 $string['savesettings'] = 'Save settings';
339 $string['savesuccess'] = 'Saved successfully. Your preset will now be available across the site.';
340 $string['savetemplate'] = 'Save template';
341 $string['search'] = 'Search';
342 $string['search:activity'] = 'Database - activity information';
343 $string['search:entry'] = 'Database - entries';
344 $string['selectedrequired'] = 'All selected required';
345 $string['showall'] = 'Show all entries';
346 $string['single'] = 'View single';
347 $string['singletemplate'] = 'Single template';
348 $string['subplugintype_datafield'] = 'Database field type';
349 $string['subplugintype_datafield_plural'] = 'Database field types';
350 $string['subplugintype_datapreset'] = 'Preset';
351 $string['subplugintype_datapreset_plural'] = 'Presets';
352 $string['tagarea_data_records'] = 'Data records';
353 $string['tags'] = 'Tags';
354 $string['tagsdeleted'] = 'Database tags have been deleted';
355 $string['teachersandstudents'] = '{$a->teachers} and {$a->students}';
356 $string['templates'] = 'Templates';
357 $string['templatesaved'] = 'Template saved';
358 $string['text'] = 'Text';
359 $string['textarea'] = 'Textarea';
360 $string['timeadded'] = 'Time added';
361 $string['timemodified'] = 'Time modified';
362 $string['todatabase'] = 'to this database.';
363 $string['type'] = 'Field type';
364 $string['undefinedprocessactionmethod'] = 'No action method defined in Data_Preset to handle action "{$a}".';
365 $string['unsupportedexport'] = '({$a->fieldtype}) cannot be exported.';
366 $string['updatefield'] = 'Update an existing field';
367 $string['uploadfile'] = 'Upload file';
368 $string['uploadrecords'] = 'Upload entries from a file';
369 $string['uploadrecords_help'] = 'Entries may be uploaded via text file. The format of the file should be as follows:
371 * Each line of the file contains one record
372 * Each record is a series of data separated by commas (or other delimiters)
373 * The first record contains a list of fieldnames defining the format of the rest of the file
375 The field enclosure is a character that surrounds each field in each record. It can normally be left unset.';
376 $string['uploadrecords_link'] = 'mod/data/import';
377 $string['url'] = 'Url';
378 $string['usedate'] = 'Include in search.';
379 $string['usestandard'] = 'Use a preset';
380 $string['usestandard_help'] = 'To use a preset available to the whole site, select it from the list. (If you have added a preset to the list using the save as preset feature then you have the option of deleting it.)';
381 $string['viewfromdate'] = 'Read only from';
382 $string['viewtodate'] = 'Read only to';
383 $string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.';
384 $string['wrongdataid'] = 'Wrong data id provided';
386 // Deprecated since Moodle 3.2.
387 $string['namedate'] = 'Date field';
388 $string['namefile'] = 'File field';
389 $string['namecheckbox'] = 'Checkbox field';
390 $string['namelatlong'] = 'Latitude/longitude field';
391 $string['namemenu'] = 'Menu field';
392 $string['namemultimenu'] = 'Multiple-selection menu field';
393 $string['namenumber'] = 'Number field';
394 $string['namepicture'] = 'Picture field';
395 $string['nameradiobutton'] = 'Radio button field';
396 $string['nametext'] = 'Text field';
397 $string['nametextarea'] = 'Textarea field';
398 $string['nameurl'] = 'URL field';