diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-22 17:52:28 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-24 00:49:51 +0200 |
commit | 9376bc8f5147c892769bddfc738563b9790d4f07 (patch) | |
tree | fdb75e5e959cfdf02337d8e5bef5c99c857028c4 /Translations/Language.zh-cn.xml | |
parent | 351daf13001dfdd4427fb5ce4ff41d98e4f7b45f (diff) | |
download | VeraCrypt-9376bc8f5147c892769bddfc738563b9790d4f07.tar.gz VeraCrypt-9376bc8f5147c892769bddfc738563b9790d4f07.zip |
Windows: Add check on size of file container to ensure it's smaller than available free space on disk when this is required.
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 bc1f9b1f..9b866210 100644 --- a/Translations/Language.zh-cn.xml +++ b/Translations/Language.zh-cn.xml @@ -1424,6 +1424,7 @@ <entry lang="zh-cn" key="PASSWORD_PASTED_TRUNCATED">粘贴的文本被截断, 因为密码最大长度为64个字符</entry> <entry lang="zh-cn" key="PASSWORD_MAXLENGTH_REACHED">密码已达到其最大长度64个字符。\n不允许附加字符。</entry> <entry lang="zh-cn" key="IDC_SELECT_LANGUAGE_LABEL">选择安装期间要使用的语言:</entry> + <entry lang="en" key="VOLUME_TOO_LARGE_FOR_HOST">ERROR: The size of the file container is larger than the available free space on disk.</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |