diff options
author | Jertzukka <Jertzukka@gmail.com> | 2023-06-01 10:01:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 09:01:53 +0200 |
commit | 6ced991d98da9645b97ed6cf2556ae2a76085116 (patch) | |
tree | c822b6f81231aaf422d21ac6954e390e07a9c069 /Translations/Language.zh-cn.xml | |
parent | 5efda52d516846274b695a8986090bd28b302ce0 (diff) | |
download | VeraCrypt-6ced991d98da9645b97ed6cf2556ae2a76085116.tar.gz VeraCrypt-6ced991d98da9645b97ed6cf2556ae2a76085116.zip |
Fix issues launching fsck via terminal on Linux (#1086)
Currently on a system without xterm or konsole (like fresh
Ubuntu install) the fsck check will not launch. Added
gnome-terminal as an alternative and fixed an issue where
konsole will always error out as --title and --caption are
no longer valid arguments.
Previously the error message was simply "xterm not found", so
new LangString LINUX_EX2MSG_TERMINALNOTFOUND was added to let the
user knows which programs they need to get the feature working.
Diffstat (limited to 'Translations/Language.zh-cn.xml')
-rw-r--r-- | Translations/Language.zh-cn.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Translations/Language.zh-cn.xml b/Translations/Language.zh-cn.xml index e9c5746c..1dae6049 100644 --- a/Translations/Language.zh-cn.xml +++ b/Translations/Language.zh-cn.xml @@ -1570,6 +1570,7 @@ <entry lang="zh-cn" key="CANT_INSTALL_WITH_EXE_OVER_MSI">VeraCrypt 此前通过MSI包进行了安装,因此其无法再通过独立安装包进行更新。\n\n请通过MSI包更新您的 VeraCrypt 程序。</entry> <entry lang="zh-cn" key="IDC_USE_ALL_FREE_SPACE">使用所有空闲空间。</entry> <entry lang="zh-cn" key="SYS_ENCRYPTION_UPGRADE_UNSUPPORTED_ALGORITHM">VeraCrypt无法升级,因为系统分区/驱动器使用了将不再支持的算法进行加密。\n请在升级VeraCrypt之前解密系统,然后再次加密。</entry> + <entry lang="en" key="LINUX_EX2MSG_TERMINALNOTFOUND">Supported terminal application could not be found, you need either xterm, konsole or gnome-terminal (with dbus-x11).</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |