duplicati
duplicati copied to clipboard
Make strings on `Duplicati/Library/Main/Utility.cs` translatable
- [x] I have searched open and closed issues for duplicates.
- [ ] I have searched the forum for related topics.
Environment info
- Duplicati version: Debug
- Operating system: irrelevant
- Backend: irrelevant
Description
The strings here of Duplicati/Library/Main/Utility.cs cannot be displayed in other languages than English.
In my opinion, they should be able to be translated because they are error messages and require user's attention.
Steps to reproduce
- Set the UI language into something other than English
- Create a backup task without providing an encryption passphrase
- Run the task
- Set a passphrase to the task
- Run the task against the warning anyway
- Make sure the error message is displayed
-
Actual result: the error message is displayed in English.
-
Expected result: it should be able to be translated.