Index: trunk/extensions/DataTransfer/languages/DT_Messages.php |
— | — | @@ -28,6 +28,7 @@ |
29 | 29 | 'dt_xml_freetext' => 'Free Text', |
30 | 30 | 'importxml' => 'Import XML', |
31 | 31 | 'dt_import_selectfile' => 'Please select the $1 file to import:', |
| 32 | + 'dt_import_encodingtype' => 'Encoding type', |
32 | 33 | 'dt_import_editsummary' => '$1 import', |
33 | 34 | 'dt_import_importing' => 'Importing...', |
34 | 35 | 'dt_import_success' => '$1 {{PLURAL:$1|page|pages}} will be created from the $2 file.', |
— | — | @@ -70,11 +71,12 @@ |
71 | 72 | 'dt_xml_freetext' => '{{Identical|Free text}} |
72 | 73 | Used as XML tag name.', |
73 | 74 | 'dt_import_selectfile' => '$1 is the file format: either CSV or XML', |
| 75 | + 'dt_import_encodingtype' => 'The type of encoding for the file: either UTF-8 or UTF-16', |
74 | 76 | 'dt_import_editsummary' => '$1 is the file format: either CSV or XML', |
75 | 77 | 'dt_import_success' => '* $1 is the number of pages |
76 | 78 | * $2 is the file format: either CSV or XML', |
77 | 79 | 'dt_importcsv_badheader' => 'The text "template_name[field_name]" can be translated. |
78 | | -*$1 is a colomn number in the first row of the CVS file |
| 80 | +*$1 is a column number in the first row of the CVS file |
79 | 81 | *$2 is the value found for the $1th colomn in the first line of the CSV file |
80 | 82 | *$3 is the title label |
81 | 83 | *$4 is a free text label', |