MDL-73812 lang: Import fixed English strings (en_fix)

This commit is contained in:
Helen Foster
2022-02-18 15:50:26 +00:00
committed by Víctor Déniz
parent 0f94f29296
commit 7ff6b2daef
22 changed files with 264 additions and 256 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ $string['failedpresetdelete'] = 'Error deleting a preset!';
$string['fieldadded'] = 'Field added';
$string['fieldallowautolink'] = 'Allow autolink';
$string['fielddeleted'] = 'Field deleted';
$string['fielddelimiter'] = 'Field delimiter';
$string['fielddelimiter'] = 'Field separator';
$string['fielddescription'] = 'Field description';
$string['fieldenclosure'] = 'Field enclosure';
$string['fieldheight'] = 'Height';
@@ -413,7 +413,7 @@ $string['uploadrecords'] = 'Upload entries from a file';
$string['uploadrecords_help'] = 'Entries may be uploaded via text file. The format of the file should be as follows:
* Each line of the file contains one record
* Each record is a series of data separated by commas (or other delimiters)
* Each record is a series of data separated by the selected separator
* The first record contains a list of fieldnames defining the format of the rest of the file
The field enclosure is a character that surrounds each field in each record. It can normally be left unset.';