diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf
index acd346a7..a267969f 100644
--- a/translations/messages.en.xlf
+++ b/translations/messages.en.xlf
@@ -12941,307 +12941,307 @@ Buerklin-API Authentication server:
Backup download allowed
-
+ update_manager.docker.setup_titleEnable One-Click Docker Updates with Watchtower
-
+ update_manager.docker.setup_descriptionPart-DB can update your Docker container automatically using Watchtower, an open-source container updater. Add Watchtower as a companion container and configure the connection below.
-
+ update_manager.docker.setup_step11. Add Watchtower to your docker-compose.yml:
-
+ update_manager.docker.setup_step22. Add these environment variables to your Part-DB container:
-
+ update_manager.docker.setup_network_hintMake sure Part-DB and Watchtower are on the same Docker network. If you use label-based filtering in Watchtower (WATCHTOWER_LABEL_ENABLE=true), add the label "com.centurylinklabs.watchtower.enable=true" to your Part-DB container.
-
+ update_manager.docker.watchtower_unreachable_titleWatchtower Not Reachable
-
+ update_manager.docker.watchtower_unreachable_descriptionWatchtower is configured but cannot be reached. Please verify that the Watchtower container is running and that the API URL and token are correct.
-
+ update_manager.docker.confirm_updateAre you sure you want to update Part-DB via Watchtower? The container will be restarted with the new image. Unlike Git updates, Docker updates cannot be automatically rolled back.
-
+ update_manager.docker.update_via_watchtowerUpdate via Watchtower to
-
+ update_manager.docker.no_rollback_warningDocker updates cannot be automatically rolled back. A database backup will be created before updating so you can restore your data if needed.
-
+ update_manager.docker.progress_titleDocker Update in Progress
-
+ update_manager.docker.waiting_for_watchtowerWaiting for Watchtower to pull the new image...
-
+ update_manager.docker.elapsedElapsed
-
+ update_manager.docker.waiting_titleUpdate Triggered
-
+ update_manager.docker.waiting_descriptionWatchtower has been notified. It will pull the latest Docker image and restart the Part-DB container.
-
+ update_manager.docker.watchtower_workingWatchtower is processing the update...
-
+ update_manager.docker.watchtower_working_hintThis may take a few minutes depending on your internet speed and image size.
-
+ update_manager.docker.restarting_titleContainer Restarting
-
+ update_manager.docker.restarting_descriptionWatchtower has pulled the new image and is restarting the Part-DB container.
-
+ update_manager.docker.restarting_hintThe page will automatically detect when the server comes back online. This usually takes 10-30 seconds.
-
+ update_manager.docker.success_titleUpdate Complete!
-
+ update_manager.docker.success_messagePart-DB has been successfully updated via Watchtower.
-
+ update_manager.docker.previous_versionPrevious version
-
+ update_manager.docker.new_versionNew version
-
+ update_manager.docker.back_to_update_managerBack to Update Manager
-
+ update_manager.docker.go_to_homepageGo to Homepage
-
+ update_manager.docker.timeout_titleUpdate Taking Longer Than Expected
-
+ update_manager.docker.timeout_messageThe update is taking longer than expected. Check the Watchtower container logs for details. The update may still be in progress.
-
+ update_manager.docker.retryRetry
-
+ update_manager.docker.warningWarning
-
+ update_manager.docker.do_not_closeDo not close this page. It will automatically detect when the update is complete.
-
+ update_manager.docker.updating_via_watchtowerUpdating via Watchtower
-
+ update_manager.docker.step_waitingPulling Image
-
+ update_manager.docker.stepsUpdate Steps
-
+ update_manager.docker.step_triggerTrigger Update
-
+ update_manager.docker.step_trigger_descWatchtower has been notified to check for updates
-
+ update_manager.docker.step_pullPull New Image
-
+ update_manager.docker.step_pull_descDownloading the latest Docker image from the registry
-
+ update_manager.docker.step_restartRestart Container
-
+ update_manager.docker.step_restart_descStopping old container and starting new one
-
+ update_manager.docker.step_verifyVerify
-
+ update_manager.docker.step_verify_descConfirming Part-DB is running on the new version
-
+ update_manager.docker.watchtower_statusWatchtower
-
+ update_manager.docker.watchtower_connectedConnected
-
+ update_manager.docker.watchtower_unreachable_shortUnreachable
-
+ update_manager.docker.watchtower_not_configuredNot configured
-
+ update_manager.docker.step_stopStop Container
-
+ update_manager.docker.step_stop_descGracefully stopping the current container before recreation
-
+ update_manager.docker.step_healthHealth Check
-
+ update_manager.docker.step_health_descWaiting for the new container to pass health checks
-
+ update_manager.docker.updatingUpdating Part-DB via Docker...