diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index 783c78f0..4dda7c25 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -11037,5 +11037,155 @@ Element 3
Errors during import. This is most likely caused by some invalid data.
+
+
+ parts.import.format.auto
+ Automatic (based on file extension)
+
+
+
+
+ parts.import.flash.error.unknown_format
+ Could not determine the format from the given file!
+
+
+
+
+ parts.import.flash.error.invalid_file
+ File invalid / malformatted. Please check that you have selected the right format!
+
+
+
+
+ parts.import.part_category.label
+ Category override
+
+
+
+
+ parts.import.part_category.help
+ If you select a value here, all imported parts will be assigned to this category. No matter what was set in the data.
+
+
+
+
+ import.create_unknown_datastructures
+ Create unknown datastructures
+
+
+
+
+ import.create_unknown_datastructures.help
+ If this is selected, datastructures (like categories, footprints, etc.) which does not exist in the database yet, will be automatically created. If this is not selected, only existing data structures will be used, and if no matching data structure is found, the part will get assigned nothing
+
+
+
+
+ import.path_delimiter
+ Path delimiter
+
+
+
+
+ import.path_delimiter.help
+ The delimiter used to mark different levels in data structure pathes like category, footprint, etc.
+
+
+
+
+ parts.import.help_documentation
+ See the <a href="%link%">documentation</a> for more information on the file format.
+
+
+
+
+ parts.import.help
+ You can import parts from existing files with this tool. The parts will be directly written to database, so please check your file beforehand for correct content before uploading it here.
+
+
+
+
+ parts.import.flash.success
+ Part import successful!
+
+
+
+
+ parts.import.errors.imported_entities
+ Imported parts
+
+
+
+
+ perm.import
+ Import data
+
+
+
+
+ parts.import.part_needs_review.label
+ Mark all imported parts as "Needs review"
+
+
+
+
+ parts.import.part_needs_review.help
+ If this option is selected, then all parts will be marked as "Needs review", no matter what was set in the data.
+
+
+
+
+ project.bom_import.flash.success
+ Imported %count% BOM entries successfully.
+
+
+
+
+ project.bom_import.type
+ Type
+
+
+
+
+ project.bom_import.type.kicad_pcbnew
+ KiCAD Pcbnew BOM (CSV file)
+
+
+
+
+ project.bom_import.clear_existing_bom
+ Clear existing BOM entries before importing
+
+
+
+
+ project.bom_import.clear_existing_bom.help
+ Selecting this option will remove all existing BOM entries in the project and overwrite them with the imported BOM file!
+
+
+
+
+ project.bom_import.flash.invalid_file
+ File could not be imported. Please check that you have selected the right file type. Error message: %message%
+
+
+
+
+ project.bom_import.flash.invalid_entries
+ Validation error! Please check your data!
+
+
+
+
+ project.import_bom
+ Import BOM for project
+
+
+
+
+ project.edit.bom.import_bom
+ Import BOM
+
+