Add German web interface

This commit is contained in:
Mikei386
2026-06-14 22:49:40 +02:00
parent 656d569b27
commit c3698bb1f5
7 changed files with 159 additions and 124 deletions
+4 -1
View File
@@ -2,13 +2,16 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "backupper">
<!ENTITY author "Michael Roll">
<!ENTITY version "2026.06.14.9.12">
<!ENTITY version "2026.06.14.9.13">
<!ENTITY pluginURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper.plg">
<!ENTITY packageURL "https://git.casaderoll.de/michael/BackUpper/raw/branch/main/dist/backupper-&version;-x86_64-1.txz">
<!ENTITY packageSHA256 "REPLACE_DURING_RELEASE">
]>
<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;" min="7.0.0" support="https://git.casaderoll.de/michael/BackUpper/issues" icon="backupper.png">
<CHANGES>
### 2026.06.14.9.13
- Add a complete German translation for navigation, forms, activities, settings, actions, and user-facing messages.
### 2026.06.14.9.12
- Add Pause, Resume, and Abort controls for active Restic operations using Linux process-group signals.