Signature.zh.resx 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. <!--
  4. Microsoft ResX Schema
  5. Version 2.0
  6. The primary goals of this format is to allow a simple XML format
  7. that is mostly human readable. The generation and parsing of the
  8. various data types are done through the TypeConverter classes
  9. associated with the data types.
  10. Example:
  11. ... ado.net/XML headers & schema ...
  12. <resheader name="resmimetype">text/microsoft-resx</resheader>
  13. <resheader name="version">2.0</resheader>
  14. <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
  15. <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
  16. <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
  17. <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
  18. <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
  19. <value>[base64 mime encoded serialized .NET Framework object]</value>
  20. </data>
  21. <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
  22. <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
  23. <comment>This is a comment</comment>
  24. </data>
  25. There are any number of "resheader" rows that contain simple
  26. name/value pairs.
  27. Each data row contains a name, and value. The row also contains a
  28. type or mimetype. Type corresponds to a .NET class that support
  29. text/value conversion through the TypeConverter architecture.
  30. Classes that don't support this are serialized and stored with the
  31. mimetype set.
  32. The mimetype is used for serialized objects, and tells the
  33. ResXResourceReader how to depersist the object. This is currently not
  34. extensible. For a given mimetype the value must be set accordingly:
  35. Note - application/x-microsoft.net.object.binary.base64 is the format
  36. that the ResXResourceWriter will generate, however the reader can
  37. read any of the formats listed below.
  38. mimetype: application/x-microsoft.net.object.binary.base64
  39. value : The object must be serialized with
  40. : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
  41. : and then encoded with base64 encoding.
  42. mimetype: application/x-microsoft.net.object.soap.base64
  43. value : The object must be serialized with
  44. : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
  45. : and then encoded with base64 encoding.
  46. mimetype: application/x-microsoft.net.object.bytearray.base64
  47. value : The object must be serialized into a byte array
  48. : using a System.ComponentModel.TypeConverter
  49. : and then encoded with base64 encoding.
  50. -->
  51. <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  52. <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
  53. <xsd:element name="root" msdata:IsDataSet="true">
  54. <xsd:complexType>
  55. <xsd:choice maxOccurs="unbounded">
  56. <xsd:element name="metadata">
  57. <xsd:complexType>
  58. <xsd:sequence>
  59. <xsd:element name="value" type="xsd:string" minOccurs="0" />
  60. </xsd:sequence>
  61. <xsd:attribute name="name" use="required" type="xsd:string" />
  62. <xsd:attribute name="type" type="xsd:string" />
  63. <xsd:attribute name="mimetype" type="xsd:string" />
  64. <xsd:attribute ref="xml:space" />
  65. </xsd:complexType>
  66. </xsd:element>
  67. <xsd:element name="assembly">
  68. <xsd:complexType>
  69. <xsd:attribute name="alias" type="xsd:string" />
  70. <xsd:attribute name="name" type="xsd:string" />
  71. </xsd:complexType>
  72. </xsd:element>
  73. <xsd:element name="data">
  74. <xsd:complexType>
  75. <xsd:sequence>
  76. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  77. <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
  78. </xsd:sequence>
  79. <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
  80. <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
  81. <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
  82. <xsd:attribute ref="xml:space" />
  83. </xsd:complexType>
  84. </xsd:element>
  85. <xsd:element name="resheader">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
  89. </xsd:sequence>
  90. <xsd:attribute name="name" type="xsd:string" use="required" />
  91. </xsd:complexType>
  92. </xsd:element>
  93. </xsd:choice>
  94. </xsd:complexType>
  95. </xsd:element>
  96. </xsd:schema>
  97. <resheader name="resmimetype">
  98. <value>text/microsoft-resx</value>
  99. </resheader>
  100. <resheader name="version">
  101. <value>2.0</value>
  102. </resheader>
  103. <resheader name="reader">
  104. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <data name="Title_AddDigitalSign" xml:space="preserve">
  110. <value>添加数字签名</value>
  111. </data>
  112. <data name="Title_IDType" xml:space="preserve">
  113. <value>选择数字身份证类型:</value>
  114. </data>
  115. <data name="Option_FileID" xml:space="preserve">
  116. <value>使用文件中的数字身份证</value>
  117. </data>
  118. <data name="Tip_ID" xml:space="preserve">
  119. <value>需要数字身份证才能创建数字签名。最安全的数字身份证由受信任的证书机构颁发,并基于智能卡或令牌之类的安全设备。某些则基于文件。</value>
  120. </data>
  121. <data name="Option_NewID" xml:space="preserve">
  122. <value>创建新的数字身份证</value>
  123. </data>
  124. <data name="Tip_NewID" xml:space="preserve">
  125. <value>您还可以创建一个新的数字身份证,但它们只提供低级别的身份保证。</value>
  126. </data>
  127. <data name="Button_Cancel" xml:space="preserve">
  128. <value>取消</value>
  129. </data>
  130. <data name="Button_Continue" xml:space="preserve">
  131. <value>继续</value>
  132. </data>
  133. <data name="Title_AddID" xml:space="preserve">
  134. <value>添加数字身份证</value>
  135. </data>
  136. <data name="Tip_AddID" xml:space="preserve">
  137. <value>浏览数字身份证文件。数字身份证受密码保护。如果你不知道密码,你就无法获取数字身份证。</value>
  138. </data>
  139. <data name="Holder_Path" xml:space="preserve">
  140. <value>使用文件中的证书</value>
  141. </data>
  142. <data name="Button_Upload" xml:space="preserve">
  143. <value>浏览</value>
  144. </data>
  145. <data name="Tip_Password" xml:space="preserve">
  146. <value>证书密码</value>
  147. </data>
  148. <data name="Holder_Password" xml:space="preserve">
  149. <value>请输入证书密码</value>
  150. </data>
  151. <data name="Tip_PasswordStatus" xml:space="preserve">
  152. <value>密码错误,请重试</value>
  153. </data>
  154. <data name="Option_Trackpad" xml:space="preserve">
  155. <value>触摸板</value>
  156. </data>
  157. <data name="Option_Keyboard" xml:space="preserve">
  158. <value>键盘</value>
  159. </data>
  160. <data name="Option_Image" xml:space="preserve">
  161. <value>图片</value>
  162. </data>
  163. <data name="Option_None" xml:space="preserve">
  164. <value>无</value>
  165. </data>
  166. <data name="Button_Clear" xml:space="preserve">
  167. <value>清除</value>
  168. </data>
  169. <data name="Unknown_Tip1" xml:space="preserve">
  170. <value>请在此处输入签名!</value>
  171. </data>
  172. <data name="Tip_TextAlignment" xml:space="preserve">
  173. <value>文本方向</value>
  174. </data>
  175. <data name="Tip_Include" xml:space="preserve">
  176. <value>包含文本</value>
  177. </data>
  178. <data name="Tip_Name" xml:space="preserve">
  179. <value>姓名</value>
  180. </data>
  181. <data name="Tip_DN" xml:space="preserve">
  182. <value>辨别名</value>
  183. </data>
  184. <data name="Tip_Date" xml:space="preserve">
  185. <value>日期</value>
  186. </data>
  187. <data name="Tip_Version" xml:space="preserve">
  188. <value>ComPDFKit 版本</value>
  189. </data>
  190. <data name="Tip_Logo" xml:space="preserve">
  191. <value>徽标</value>
  192. </data>
  193. <data name="Tip_Position" xml:space="preserve">
  194. <value>位置</value>
  195. </data>
  196. <data name="Tip_Reason" xml:space="preserve">
  197. <value>原因</value>
  198. </data>
  199. <data name="Tip_Tab" xml:space="preserve">
  200. <value>标签</value>
  201. </data>
  202. <data name="Unknown_Tip2" xml:space="preserve">
  203. <value>预设名</value>
  204. </data>
  205. <data name="Unknown_Tip3" xml:space="preserve">
  206. <value>绘制签名</value>
  207. </data>
  208. <data name="Tip_DrawClear" xml:space="preserve">
  209. <value>清除</value>
  210. </data>
  211. <data name="Tip_DrawCancel" xml:space="preserve">
  212. <value>取消</value>
  213. </data>
  214. <data name="Tip_DrawOK" xml:space="preserve">
  215. <value>确定</value>
  216. </data>
  217. <data name="Title_CreateID" xml:space="preserve">
  218. <value>创建自签名数字身份证</value>
  219. </data>
  220. <data name="Tip_IDWarning" xml:space="preserve">
  221. <value>自签名数字身份证不会保证身份信息的有效性。出于这一原因,它们在某些用例中可能不被接受。</value>
  222. </data>
  223. <data name="Holder_Name" xml:space="preserve">
  224. <value>请输入身份证名称</value>
  225. </data>
  226. <data name="Tip_Unit" xml:space="preserve">
  227. <value>部门</value>
  228. </data>
  229. <data name="Holder_Unit" xml:space="preserve">
  230. <value>请输入部门</value>
  231. </data>
  232. <data name="Tip_Organization" xml:space="preserve">
  233. <value>单位名称</value>
  234. </data>
  235. <data name="Holder_Organization" xml:space="preserve">
  236. <value>请输入单位名称</value>
  237. </data>
  238. <data name="Tip_Email" xml:space="preserve">
  239. <value>电子邮件地址</value>
  240. </data>
  241. <data name="Holder_Email" xml:space="preserve">
  242. <value>请输入电子邮箱地址</value>
  243. </data>
  244. <data name="Tip_Country" xml:space="preserve">
  245. <value>国家/地区</value>
  246. </data>
  247. <data name="Tip_Use" xml:space="preserve">
  248. <value>数字ID用于</value>
  249. </data>
  250. <data name="Option_Sign" xml:space="preserve">
  251. <value>数字签名</value>
  252. </data>
  253. <data name="Option_Encrypt" xml:space="preserve">
  254. <value>数据加密</value>
  255. </data>
  256. <data name="Option_SignAndEncrypt" xml:space="preserve">
  257. <value>数字签名和数据加密</value>
  258. </data>
  259. <data name="Warn_Email" xml:space="preserve">
  260. <value>电子邮件无效。</value>
  261. </data>
  262. <data name="Warn_Name" xml:space="preserve">
  263. <value>姓名为必填项。</value>
  264. </data>
  265. <data name="Title_Save" xml:space="preserve">
  266. <value>保存到文件</value>
  267. </data>
  268. <data name="Button_OK" xml:space="preserve">
  269. <value>完成</value>
  270. </data>
  271. <data name="Tip_Save" xml:space="preserve">
  272. <value>保存地址</value>
  273. </data>
  274. <data name="Button_Browse" xml:space="preserve">
  275. <value>浏览</value>
  276. </data>
  277. <data name="Warn_Password" xml:space="preserve">
  278. <value>密码不一致,请重新输入</value>
  279. </data>
  280. <data name="Button_Finish" xml:space="preserve">
  281. <value>完成</value>
  282. </data>
  283. <data name="Title_SignAp" xml:space="preserve">
  284. <value>设置数字签名外观</value>
  285. </data>
  286. <data name="Unknown_Tip5" xml:space="preserve">
  287. <value>请在此处输入签名!</value>
  288. </data>
  289. <data name="Chk_Name" xml:space="preserve">
  290. <value>名称</value>
  291. </data>
  292. <data name="Chk_DN" xml:space="preserve">
  293. <value>辨别名</value>
  294. </data>
  295. <data name="Chk_Date" xml:space="preserve">
  296. <value>日期</value>
  297. </data>
  298. <data name="Chk_Version" xml:space="preserve">
  299. <value>ComPDFKit 版本</value>
  300. </data>
  301. <data name="Chk_Logo" xml:space="preserve">
  302. <value>徽标</value>
  303. </data>
  304. <data name="Chk_Position" xml:space="preserve">
  305. <value>位置</value>
  306. </data>
  307. <data name="Chk_Reason" xml:space="preserve">
  308. <value>原因</value>
  309. </data>
  310. <data name="Tip_Sign" xml:space="preserve">
  311. <value>签署原因</value>
  312. </data>
  313. <data name="Option_Owner" xml:space="preserve">
  314. <value>我是该文档的作者</value>
  315. </data>
  316. <data name="Option_Approving" xml:space="preserve">
  317. <value>我正在批准该文档</value>
  318. </data>
  319. <data name="Option_Review" xml:space="preserve">
  320. <value>我已审阅该文档</value>
  321. </data>
  322. <data name="Unknown_Label" xml:space="preserve">
  323. <value>标签</value>
  324. </data>
  325. <data name="Unknown_Preset" xml:space="preserve">
  326. <value>预设名</value>
  327. </data>
  328. <data name="Unknow_Draw" xml:space="preserve">
  329. <value>绘制签名</value>
  330. </data>
  331. <data name="Text_Signer" xml:space="preserve">
  332. <value>签名为:</value>
  333. </data>
  334. <data name="Text_Date" xml:space="preserve">
  335. <value>日期:</value>
  336. </data>
  337. <data name="Text_Status" xml:space="preserve">
  338. <value>状态:</value>
  339. </data>
  340. <data name="Text_SignerValid" xml:space="preserve">
  341. <value>签名者的身份有效。</value>
  342. </data>
  343. <data name="Text_SignerInvalid" xml:space="preserve">
  344. <value>签名者的身份无效。</value>
  345. </data>
  346. <data name="Text_SigExpired" xml:space="preserve">
  347. <value>该文件是用已过期的证书签名的。如果您最近获取了此文件,则该文件可能不真实。</value>
  348. </data>
  349. <data name="Text_SigInvalid" xml:space="preserve">
  350. <value>签名无效。</value>
  351. </data>
  352. <data name="Text_SigValid" xml:space="preserve">
  353. <value>签名有效。</value>
  354. </data>
  355. <data name="Text_SigUnknown" xml:space="preserve">
  356. <value>签名有效性未知,因为它未包含在您的受信任证书列表中,并且它的父证书都不是受信任证书。</value>
  357. </data>
  358. <data name="Text_SigNoModified" xml:space="preserve">
  359. <value>自应用此签名以来,文档未被修改。</value>
  360. </data>
  361. <data name="Text_SigModified" xml:space="preserve">
  362. <value>自当前用户签署文档以来,该文档已被更改或损坏。</value>
  363. </data>
  364. <data name="Text_MultiSig" xml:space="preserve">
  365. <value>至少一个签名无效,文档可能被篡改。</value>
  366. </data>
  367. <data name="Button_AllSig" xml:space="preserve">
  368. <value>查看所有签名</value>
  369. </data>
  370. <data name="Title_SigList" xml:space="preserve">
  371. <value>签名列表</value>
  372. </data>
  373. <data name="Button_SigDetails" xml:space="preserve">
  374. <value>查看签名详情</value>
  375. </data>
  376. <data name="Button_CertDetails" xml:space="preserve">
  377. <value>查看证书详情</value>
  378. </data>
  379. <data name="Button_Delete" xml:space="preserve">
  380. <value>删除</value>
  381. </data>
  382. <data name="Text_Warning" xml:space="preserve">
  383. <value>注意</value>
  384. </data>
  385. <data name="Text_Delete " xml:space="preserve">
  386. <value>确定删除该内容?</value>
  387. </data>
  388. <data name="Button_Details" xml:space="preserve">
  389. <value>数字签名详细信息</value>
  390. </data>
  391. <data name="Text_Signature" xml:space="preserve">
  392. <value>数字签名</value>
  393. </data>
  394. <data name="Text_SignTime" xml:space="preserve">
  395. <value>签署时间:</value>
  396. </data>
  397. <data name="Text_Statement" xml:space="preserve">
  398. <value>有效性小结</value>
  399. </data>
  400. <data name="Text_IDValid." xml:space="preserve">
  401. <value>签名者的身份有效。</value>
  402. </data>
  403. <data name="Text_IDInvalid." xml:space="preserve">
  404. <value>签名者的身份无效。</value>
  405. </data>
  406. <data name="Text_Unknow" xml:space="preserve">
  407. <value>签名有效性未知,因为它未包含在您的受信任证书列表中,并且它的父证书都不是受信任证书。</value>
  408. </data>
  409. <data name="Text_Expired" xml:space="preserve">
  410. <value>该文件是用已过期的证书签名的。如果您最近获取了此文件,则该文件可能不真实。</value>
  411. </data>
  412. <data name="Text_NotModified " xml:space="preserve">
  413. <value>自应用此签名以来,文档未被修改。</value>
  414. </data>
  415. <data name="Text_Modified " xml:space="preserve">
  416. <value>自当前用户签署文档以来,该文档已被更改或损坏。</value>
  417. </data>
  418. <data name="Button_Close" xml:space="preserve">
  419. <value>关闭</value>
  420. </data>
  421. <data name="Text_ViewIDFile" xml:space="preserve">
  422. <value>浏览数字身份证文件。数字身份证受密码保护。如果你不知道密码,你就无法获取数字身份证。</value>
  423. </data>
  424. <data name="Text_CertViewer" xml:space="preserve">
  425. <value>证书查看程序</value>
  426. </data>
  427. <data name="Text_Summary" xml:space="preserve">
  428. <value>小结</value>
  429. </data>
  430. <data name="Text_IssuedTo" xml:space="preserve">
  431. <value>颁发给:</value>
  432. </data>
  433. <data name="Text_Issuer" xml:space="preserve">
  434. <value>颁发者:</value>
  435. </data>
  436. <data name="Text_ValidFrom" xml:space="preserve">
  437. <value>有效起始日期:</value>
  438. </data>
  439. <data name="Text_ValidTo" xml:space="preserve">
  440. <value>有效截止日期:</value>
  441. </data>
  442. <data name="Text_Usage" xml:space="preserve">
  443. <value>预期用途:</value>
  444. </data>
  445. <data name="Unknown_7" xml:space="preserve">
  446. <value>数字签名,不可否认
  447. 加密密钥
  448. 加密文档
  449. 关键协议
  450. 客户端身份验证
  451. 电子邮件保护</value>
  452. </data>
  453. <data name="Text_Details" xml:space="preserve">
  454. <value>详细信息</value>
  455. </data>
  456. <data name="Text_Version" xml:space="preserve">
  457. <value>版本:</value>
  458. </data>
  459. <data name="Text_Algorithm" xml:space="preserve">
  460. <value>签名算法:</value>
  461. </data>
  462. <data name="Text_Subject" xml:space="preserve">
  463. <value>主题:</value>
  464. </data>
  465. <data name="Text_SerialNum" xml:space="preserve">
  466. <value>序列号:</value>
  467. </data>
  468. <data name="Text_CertPolicy" xml:space="preserve">
  469. <value>证书策略:</value>
  470. </data>
  471. <data name="Text_CRL" xml:space="preserve">
  472. <value>CRL分发点:</value>
  473. </data>
  474. <data name="Text_IssuerInfo" xml:space="preserve">
  475. <value>颁发机构信息访问:</value>
  476. </data>
  477. <data name="Text_IssuerID" xml:space="preserve">
  478. <value>颁发机构密钥标识符:</value>
  479. </data>
  480. <data name="Text_SubjectID" xml:space="preserve">
  481. <value>主体密钥标识符:</value>
  482. </data>
  483. <data name="Text_BasicConstraints" xml:space="preserve">
  484. <value>基本约束:</value>
  485. </data>
  486. <data name="Text_KeyUsage" xml:space="preserve">
  487. <value>密钥用法:</value>
  488. </data>
  489. <data name="Text_PubKey" xml:space="preserve">
  490. <value>公钥:</value>
  491. </data>
  492. <data name="Text_X509" xml:space="preserve">
  493. <value>X.509:</value>
  494. </data>
  495. <data name="Text_SHA1" xml:space="preserve">
  496. <value>SHA1:</value>
  497. </data>
  498. <data name="Text_MD5" xml:space="preserve">
  499. <value>MD5:</value>
  500. </data>
  501. <data name="Title_Trust" xml:space="preserve">
  502. <value>信任</value>
  503. </data>
  504. <data name="Tip_TrustTo" xml:space="preserve">
  505. <value>本证书信任于:</value>
  506. </data>
  507. <data name="Unknown_Tip6" xml:space="preserve">
  508. <value>签名文档或数据
  509. 验证文档
  510. 执行嵌入已验证文档的动态内容
  511. 执行嵌入已验证文档的高优先级的
  512. JavaScript 脚本
  513. 执行特权系统操作(建立网络连接、打
  514. 印、文件访问等。)</value>
  515. </data>
  516. <data name="Button_AddTrust" xml:space="preserve">
  517. <value>添加到可信任证书</value>
  518. </data>
  519. <data name="Tip_Cert" xml:space="preserve">
  520. <value>证书文件</value>
  521. </data>
  522. <data name="Title_SigInfo" xml:space="preserve">
  523. <value>签名信息</value>
  524. </data>
  525. <data name="Describe_Import" xml:space="preserve">
  526. <value>导入以文件形式获取的现有数字身份证</value>
  527. </data>
  528. <data name="Describe_Create" xml:space="preserve">
  529. <value>创建您的自签名数字身份证</value>
  530. </data>
  531. <data name="Button_Save" xml:space="preserve">
  532. <value>保存</value>
  533. </data>
  534. <data name="Holder_SelectFile" xml:space="preserve">
  535. <value>选择文件</value>
  536. </data>
  537. <data name="Tip_SetPassword" xml:space="preserve">
  538. <value>输入密码</value>
  539. </data>
  540. <data name="Tip_Confirm" xml:space="preserve">
  541. <value>重新输入密码</value>
  542. </data>
  543. <data name="Holder_SetPassword" xml:space="preserve">
  544. <value>请输入密码</value>
  545. </data>
  546. <data name="Holder_ConfirmPassword" xml:space="preserve">
  547. <value>请再次输入密码</value>
  548. </data>
  549. <data name="Warn_NoFile" xml:space="preserve">
  550. <value>请选择文件。</value>
  551. </data>
  552. <data name="Warn_NoPassword" xml:space="preserve">
  553. <value>请输入密码</value>
  554. </data>
  555. <data name="Text_Valid" xml:space="preserve">
  556. <value>签名有效,</value>
  557. </data>
  558. <data name="Text_Invalid" xml:space="preserve">
  559. <value>签名无效,</value>
  560. </data>
  561. <data name="Text_Unknown" xml:space="preserve">
  562. <value>签名有效性未知,</value>
  563. </data>
  564. <data name="Trust_Sign" xml:space="preserve">
  565. <value>签名文档或数据</value>
  566. </data>
  567. <data name="Trust_Cert" xml:space="preserve">
  568. <value>验证文档</value>
  569. </data>
  570. <data name="Usage_DigitalSignature" xml:space="preserve">
  571. <value>数字签名</value>
  572. </data>
  573. <data name="Usage_NonRepudiation" xml:space="preserve">
  574. <value>不可否认</value>
  575. </data>
  576. <data name="Usage_Keys" xml:space="preserve">
  577. <value>加密密钥</value>
  578. </data>
  579. <data name="Usage_Document" xml:space="preserve">
  580. <value>加密文档</value>
  581. </data>
  582. <data name="Usage_Client" xml:space="preserve">
  583. <value>客户端身份验证</value>
  584. </data>
  585. <data name="Usage_Email" xml:space="preserve">
  586. <value>电子邮件保护</value>
  587. </data>
  588. <data name="Usage_Key" xml:space="preserve">
  589. <value>关键协议</value>
  590. </data>
  591. <data name="Title_Cert" xml:space="preserve">
  592. <value>证书查看程序</value>
  593. </data>
  594. <data name="Title_Sig" xml:space="preserve">
  595. <value>数字签名详细信息</value>
  596. </data>
  597. <data name="Title_SaveSig" xml:space="preserve">
  598. <value>保存自签名数字身份证到文件中</value>
  599. </data>
  600. <data name="Reason_Owner" xml:space="preserve">
  601. <value>我是该文档的作者</value>
  602. </data>
  603. <data name="Reason_Approving" xml:space="preserve">
  604. <value>我正在批准该文档</value>
  605. </data>
  606. <data name="Reason_Reviewed" xml:space="preserve">
  607. <value>我已审阅该文档</value>
  608. </data>
  609. <data name="Reason_None" xml:space="preserve">
  610. <value>&lt; 无 &gt;</value>
  611. </data>
  612. <data name="Cmb_Reason" xml:space="preserve">
  613. <value>签署原因:</value>
  614. </data>
  615. <data name="Chk_DynamicAP" xml:space="preserve">
  616. <value>实时显示签名有效性</value>
  617. </data>
  618. </root>