* different default name (without whitespace)
* more languages enabled per default
This commit is contained in:
parent
7506a3c454
commit
8eaeb76e1c
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ AllowedDevices = /dev/loop, /dev/ubdb
|
|||
UseConfigPartition = 0
|
||||
|
||||
# the default name prefix of not unnamed containers
|
||||
DefaultVolumePrefix = "Disk "
|
||||
DefaultVolumePrefix = "Disk_"
|
||||
|
||||
# which cipher should cryptsetup-luks use?
|
||||
# if you lack the appropriate kernel modules, then you could try "aes-plain" - but it is less secure
|
||||
|
@ -70,7 +70,7 @@ Stylesheet = cryptobox-misc/cryptobox.css
|
|||
# all other languages serve as fallbacks for an incomplete translation
|
||||
# available languages: cs, da, de, en, es, fi, fr, hu, it, ja, nl, pl, pt, ru, sl, sv, ur
|
||||
# well supported languages: de, en, ja, sl
|
||||
Languages = en, de, ja, sl
|
||||
Languages = en, de, ja, sl, it, pl, es
|
||||
|
||||
|
||||
[Programs]
|
||||
|
|
Loading…
Add table
Reference in a new issue