Update sandman_de.ts and change-log typo fixes
* Update sandman_de.ts Translated new string, removed its oldsource. * Update CHANGELOG.md Typo fixes --------- Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
This commit is contained in:
parent
3eff3f65f7
commit
961de174d9
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -12,25 +12,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
|
||||
|
||||
## [1.8.5 / 5.63.5] - 2023-04-17
|
||||
## [1.9.0 / 5.64.0] - 2023-04-17
|
||||
|
||||
### Added
|
||||
- added local template editorto the global settings window
|
||||
- added local template editor to the global settings window
|
||||
- added hidden message list
|
||||
- added option to prevent processes located outside teh sandbox from loading boxed dll's
|
||||
-- to enable it use "ProtectHostImages=y"
|
||||
- add option to block box inter programs but not box extern once
|
||||
- added option to prevent processes located outside the sandbox from loading boxed DLLs
|
||||
-- to enable it, use "ProtectHostImages=y"
|
||||
- added option to block box intern programs but not box external ones
|
||||
- added SbieLogon option to the new box wizard [#2823](https://github.com/sandboxie-plus/Sandboxie/issues/2823)
|
||||
- added a few UI debug options [#2816](https://github.com/sandboxie-plus/Sandboxie/issues/2816)
|
||||
|
||||
### Changed
|
||||
- run menu entries now can have custom icons
|
||||
- the init edit page will automatically switch to edit when the user chages somethign
|
||||
- the init edit page will automatically switch to edit when the user changes something
|
||||
- improved change handling in the global settings window
|
||||
- reorganized global options
|
||||
|
||||
### Fixed
|
||||
- fixed issue with group renaming in the sandman UI [#2804](https://github.com/sandboxie-plus/Sandboxie/issues/2804)
|
||||
- fixed issue with group renaming in the SandMan UI [#2804](https://github.com/sandboxie-plus/Sandboxie/issues/2804)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -4424,9 +4424,8 @@ Prozesse in dieser Box werden denken, dass sie mit Adminrechten laufen, ohne das
|
|||
<location filename="Wizards/NewBoxWizard.cpp" line="575"/>
|
||||
<source>
|
||||
Processes in this box will be running with a custom process token indicating the sandbox they belong to.</source>
|
||||
<oldsource>
|
||||
Processes in this box will be running with a custom process token indicating the sandbox thay belong to.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Prozesse in dieser Box werden mit einem eigenen Prozesstoken laufen, die anzeigen zu welcher Sandbox sie gehören.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/NewBoxWizard.cpp" line="606"/>
|
||||
|
|
Loading…
Reference in New Issue