mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-76105 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
c5da3db0ae
commit
ae2f8cfa67
29 changed files with 89 additions and 92 deletions
|
@ -27,4 +27,4 @@
|
|||
$string['pluginname'] = 'Image';
|
||||
$string['fieldtypelabel'] = 'Image';
|
||||
$string['privacy:metadata'] = 'The Image field component doesn\'t store any personal data; it uses tables defined in mod_data.';
|
||||
$string['sample'] = 'Image description sample';
|
||||
$string['sample'] = 'Image description placeholder';
|
||||
|
|
|
@ -29,4 +29,4 @@ $string['maxbytes_desc'] = 'If set to zero will be unlimited by default';
|
|||
$string['pluginname'] = 'Text area';
|
||||
$string['fieldtypelabel'] = 'Text area';
|
||||
$string['privacy:metadata'] = 'The Text area field component doesn\'t store any personal data; it uses tables defined in mod_data.';
|
||||
$string['sample'] = '<p>This is a text area. It lets users enter long form text which spans over multiple lines.</p><p>You can choose the size of your text areas in rows and columns.</p><p>The text in a text area can be formatted, for example in <b>bold</b>, and also include <a href="#">hyperlinks</a> or images.</p>';
|
||||
$string['sample'] = '<p>This is a text area. It lets users enter long form text which spans over multiple lines.</p><p>You can choose the size of your text areas in rows and columns.</p><p>The text in a text area can be formatted, for example in <strong>bold</strong>, and also include <a href="#">links</a> or images.</p>';
|
||||
|
|
|
@ -80,8 +80,8 @@ $string['confirmdeleterecord'] = 'Are you sure you want to delete this entry?';
|
|||
$string['confirmdeleterecords'] = 'Are you sure you want to delete these entries?';
|
||||
$string['createactivity'] = 'Create your own fields to collect data, or use a preset which includes fields already.';
|
||||
$string['createfields'] = 'Create fields to collect different types of data.';
|
||||
$string['createtemplates'] = 'Create fields for your activity to generate a template, or import a preset with existing fields and templates.';
|
||||
$string['csstemplate'] = 'CSS template';
|
||||
$string['createtemplates'] = 'Templates define the interface of your activity. Once you create fields, templates will be created automatically. Alternatively, you can use a preset, which includes fields and templates.';
|
||||
$string['csstemplate'] = 'Custom CSS';
|
||||
$string['csvfailed'] = 'Unable to read the raw data from the CSV file';
|
||||
$string['csvfile'] = 'CSV file';
|
||||
$string['csvimport'] = 'CSV file import';
|
||||
|
@ -176,8 +176,8 @@ $string['fielddelimiter'] = 'Field separator';
|
|||
$string['fielddescription'] = 'Field description';
|
||||
$string['fieldenclosure'] = 'Field enclosure';
|
||||
$string['fieldheight'] = 'Height';
|
||||
$string['fieldheightlistview'] = 'Height in list view';
|
||||
$string['fieldheightsingleview'] = 'Height in single view';
|
||||
$string['fieldheightlistview'] = 'Height (in pixels) in list view';
|
||||
$string['fieldheightsingleview'] = 'Height (in pixels) in single view';
|
||||
$string['fieldids'] = 'Field ids';
|
||||
$string['fieldmappings'] = 'Fields mappings';
|
||||
$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 information copied into it. Any old field not mapped to a new one will be lost and all its data removed.
|
||||
|
@ -187,12 +187,12 @@ $string['fieldnametype'] = '{$a->name} ({$a->type})';
|
|||
$string['fieldnotmatched'] = 'The following fields in your file are not known in this database: {$a}';
|
||||
$string['fieldoptions'] = 'Options (one per line)';
|
||||
$string['fields'] = 'Fields';
|
||||
$string['fieldshelp'] = 'Create fields to collect different types of data for your entries or customise the existing ones if you used a preset.';
|
||||
$string['fieldshelp'] = 'Create fields to collect different types of data. Fields define the structure of the entries in your database.';
|
||||
$string['fieldsnavigation'] = 'Fields tertiary navigation';
|
||||
$string['fieldupdated'] = 'Field updated';
|
||||
$string['fieldwidth'] = 'Width';
|
||||
$string['fieldwidthlistview'] = 'Width in list view';
|
||||
$string['fieldwidthsingleview'] = 'Width in single view';
|
||||
$string['fieldwidthlistview'] = 'Width (in pixels) in list view';
|
||||
$string['fieldwidthsingleview'] = 'Width (in pixels) in single view';
|
||||
$string['file'] = 'File';
|
||||
$string['filesnotgenerated'] = 'Not all files were generated: {$a}';
|
||||
$string['filtername'] = 'Database auto-linking';
|
||||
|
@ -204,13 +204,13 @@ $string['fromfile'] = 'Import from zip file';
|
|||
$string['fromfile_help'] = 'The import from zip file feature allows you to browse for and upload a preset zip of templates and fields.';
|
||||
$string['generateerror'] = 'Not all files generated!';
|
||||
$string['header'] = 'Header';
|
||||
$string['headeraddtemplate'] = 'Defines the interface for adding or editing entries';
|
||||
$string['headerasearchtemplate'] = 'Defines the interface for the advanced search';
|
||||
$string['headercsstemplate'] = 'Defines local CSS styles for the other templates';
|
||||
$string['headerjstemplate'] = 'Defines custom Javascript for manipulating the way elements are displayed in the List, Single or Add templates';
|
||||
$string['headerlisttemplate'] = 'Defines browsing interface for multiple entries';
|
||||
$string['headerrsstemplate'] = 'Defines appearance of entries in RSS feeds';
|
||||
$string['headersingletemplate'] = 'Defines browsing interface for a single entry';
|
||||
$string['headeraddtemplate'] = 'Define the interface for adding or editing entries.';
|
||||
$string['headerasearchtemplate'] = 'Define the interface for the advanced search.';
|
||||
$string['headercsstemplate'] = 'Add custom CSS to templates.';
|
||||
$string['headerjstemplate'] = 'Add custom JavaScript for the List, Single or Add entry templates.';
|
||||
$string['headerlisttemplate'] = 'Define the appearance of List view.';
|
||||
$string['headerrsstemplate'] = 'Define the appearance of entries in RSS feeds.';
|
||||
$string['headersingletemplate'] = 'Define the appearance of Single view.';
|
||||
$string['checkbox'] = 'Checkboxes';
|
||||
$string['id'] = 'Entry ID';
|
||||
$string['chooseexportfields'] = 'Choose the fields you wish to export';
|
||||
|
@ -245,8 +245,7 @@ $string['invalidfieldname'] = 'Please choose another name for this field';
|
|||
$string['invalidfieldtype'] = 'Field type is incorrect';
|
||||
$string['invalidid'] = 'Incorrect data ID';
|
||||
$string['missingfieldtype'] = 'Field type for {$a->name} not found';
|
||||
$string['missingfieldtypes'] = 'The following fields do not have their corresponding field types installed and will not be included in the forms when adding or editing entries.
|
||||
Their labels may still show on the form, so please update the "Add entry template" accordingly:';
|
||||
$string['missingfieldtypes'] = 'The following fields do not have their corresponding field types installed and will not be included in the Add entry form. You need to check the Add entry template and remove any field names.';
|
||||
$string['missingfieldtypeimport'] = 'The following fields were not imported because their corresponding field types are not installed:';
|
||||
$string['unknown'] = 'Unknown field';
|
||||
$string['invalidpreset'] = '{$a} is not a preset.';
|
||||
|
@ -255,7 +254,7 @@ $string['invalidurl'] = 'The URL you just entered is not valid';
|
|||
$string['importandapply'] = 'Import preset and apply';
|
||||
$string['importpreset_desc'] = 'The preset will be applied to this activity, creating fields and templates.
|
||||
It won\'t appear in the list of presets.';
|
||||
$string['jstemplate'] = 'Javascript template';
|
||||
$string['jstemplate'] = 'Custom JavaScript';
|
||||
$string['latitude'] = 'Latitude';
|
||||
$string['latlong'] = 'Coordinates';
|
||||
$string['latlongboth'] = 'Both latitude and longitude are required.';
|
||||
|
@ -326,7 +325,7 @@ $string['norecords'] = 'No entries yet';
|
|||
$string['notapproved'] = 'Pending approval';
|
||||
$string['notapprovederror'] = 'Entry is not approved yet.';
|
||||
$string['notinjectivemap'] = 'Not an injective map';
|
||||
$string['notemplates'] = 'Not templates yet';
|
||||
$string['notemplates'] = 'No templates yet';
|
||||
$string['notopenyet'] = 'Sorry, this activity is not available until {$a}';
|
||||
$string['number'] = 'Number';
|
||||
$string['numberrssarticles'] = 'Entries in the RSS feed';
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
$string['modulename'] = 'Journal';
|
||||
$string['modulename_help'] = 'Use this preset for a journal, diary, reflections tool or research log.';
|
||||
$string['pluginname'] = 'Journal';
|
||||
$string['privacy:metadata'] = 'The Reflections plugin does not store any personal data.';
|
||||
$string['privacy:metadata'] = 'The Journal plugin doesn\'t store any personal data.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue