Resources.resx 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  105. </resheader>
  106. <resheader name="writer">
  107. <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  108. </resheader>
  109. <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
  110. <data name="config_32" type="System.Resources.ResXFileRef, System.Windows.Forms">
  111. <value>..\Resources\config_32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  112. </data>
  113. <data name="dualViewExit" type="System.Resources.ResXFileRef, System.Windows.Forms">
  114. <value>..\Resources\dualViewExit.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  115. </data>
  116. <data name="eSign" type="System.Resources.ResXFileRef, System.Windows.Forms">
  117. <value>..\Resources\eSign.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  118. </data>
  119. <data name="eTempSave" type="System.Resources.ResXFileRef, System.Windows.Forms">
  120. <value>..\Resources\eTempSave.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  121. </data>
  122. <data name="icon_search_brch" type="System.Resources.ResXFileRef, System.Windows.Forms">
  123. <value>..\Resources\icon_search_brch.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  124. </data>
  125. <data name="msg_caption_confirm" xml:space="preserve">
  126. <value>확인</value>
  127. </data>
  128. <data name="msg_caption_fail" xml:space="preserve">
  129. <value>실패</value>
  130. </data>
  131. <data name="msg_caption_warn" xml:space="preserve">
  132. <value>경고</value>
  133. </data>
  134. <data name="msg_completed_document_click" xml:space="preserve">
  135. <value>작성된 동의서 입니다.</value>
  136. </data>
  137. <data name="msg_completed_printed_click" xml:space="preserve">
  138. <value>이미 출력된 동의서 입니다.</value>
  139. </data>
  140. <data name="msg_confirm_tempsave" xml:space="preserve">
  141. <value>작성중인 동의서를 임시저장 하시겠습니까?</value>
  142. </data>
  143. <data name="msg_confirm_use_medihis" xml:space="preserve">
  144. <value>'{0}'에 작성된 환자의 기왕력 정보가 존재 합니다. 사용하시겠습니까?</value>
  145. </data>
  146. <data name="msg_consent_change" xml:space="preserve">
  147. <value>'{0}'동의서가 지정된 조건으로 인하여 '{1}' 동의서로 변경됩니다.</value>
  148. </data>
  149. <data name="msg_consent_record_deleted" xml:space="preserve">
  150. <value>동의서를 삭제하였습니다.</value>
  151. </data>
  152. <data name="msg_consent_set_added" xml:space="preserve">
  153. <value>동의서를 개인SET에 추가하였습니다.</value>
  154. </data>
  155. <data name="msg_consent_set_deleted" xml:space="preserve">
  156. <value>동의서를 개인SET에서 삭제하였습니다.</value>
  157. </data>
  158. <data name="msg_delete_error" xml:space="preserve">
  159. <value>동의서 삭제시 문제가 발생하였습니다.</value>
  160. </data>
  161. <data name="msg_error_birtyday" xml:space="preserve">
  162. <value>생년원일 데이터가 없습니다.</value>
  163. </data>
  164. <data name="msg_error_get_barcode_seq" xml:space="preserve">
  165. <value>바코드 순번 확인이 실패 하였습니다.</value>
  166. </data>
  167. <data name="msg_error_get_patient" xml:space="preserve">
  168. <value>'{0}' 환자등록 번호 해당하는 환자 정보가 없습니다.</value>
  169. </data>
  170. <data name="msg_error_get_user" xml:space="preserve">
  171. <value>'{0}'에 해당하는 사용자 정보가 없습니다.</value>
  172. </data>
  173. <data name="msg_error_imgserver_interface_init" xml:space="preserve">
  174. <value>이미지 저장 처리 인터페이스 초기화 작업중 오류가 발생 하였습니다. 동의서 저장이 완료되지 못했습니다.</value>
  175. </data>
  176. <data name="msg_error_patient_args" xml:space="preserve">
  177. <value>전자동의서 실행시 환자등록 번호 인자는 필수 조건 입니다.</value>
  178. </data>
  179. <data name="msg_error_save_img_to_imgserver" xml:space="preserve">
  180. <value>이미지 저장 처리 중 오류가 발행 하여 동의서 저장이 완료되지 못했습니다.</value>
  181. </data>
  182. <data name="msg_error_search_args" xml:space="preserve">
  183. <value>조회조건을 확인하여 주세요.</value>
  184. </data>
  185. <data name="msg_error_user_args" xml:space="preserve">
  186. <value>전자동의서 실행시 사용자 계정(ID) 인자는 필수 조건 입니다.</value>
  187. </data>
  188. <data name="msg_esign_N_comp_save_confirm" xml:space="preserve">
  189. <value>동의서를 저장 하였습니다. 종료 하시겠습니까?</value>
  190. </data>
  191. <data name="msg_finger_scan_setup_fail" xml:space="preserve">
  192. <value>지문 스캔 기기 초기화 작업이 실패하였습니다. 기기 설치 및 드라이버 SW설치를 확인 하십시오.</value>
  193. </data>
  194. <data name="msg_info_auth_login_cancel" xml:space="preserve">
  195. <value>인증서 로그인을 취소하여 (서명)저장 할 수 없습니다. 해당 동의서는 (임시)저장 됩니다.</value>
  196. </data>
  197. <data name="msg_info_req_config" xml:space="preserve">
  198. <value>서명 Pad설정이 필요합니다. </value>
  199. </data>
  200. <data name="msg_multi_print_question" xml:space="preserve">
  201. <value>선택된 여러 환자들의 동의서를 출력하시겠습니까?</value>
  202. </data>
  203. <data name="msg_paper_out_consent_record_deleted" xml:space="preserve">
  204. <value>동의서를 폐기하였습니다.</value>
  205. </data>
  206. <data name="msg_qust_relate_consent" xml:space="preserve">
  207. <value>저장된 동의서에 연관 동의서가 존재 합니다. 해당 동의서를 미리보기 하시겠습니까?</value>
  208. </data>
  209. <data name="msg_reissue_question" xml:space="preserve">
  210. <value>재출력하시겠습니까?</value>
  211. </data>
  212. <data name="msg_show_consent_record_deleted" xml:space="preserve">
  213. <value>삭제 사유를 입력 바랍니다.</value>
  214. </data>
  215. <data name="msg_show_paper_out_consent_record_deleted" xml:space="preserve">
  216. <value>폐기 사유를 입력 바랍니다.</value>
  217. </data>
  218. <data name="msg_signpad_call_fail" xml:space="preserve">
  219. <value>사인입력에 실패하였습니다.</value>
  220. </data>
  221. <data name="msg_signpad_setup_fail" xml:space="preserve">
  222. <value>사인패드 기기 설정에 실패하였습니다. 기기 설치 및 포트 설정, 드라이버 SW설치를 확인 하십시오.</value>
  223. </data>
  224. <data name="msg_sign_exec_fail" xml:space="preserve">
  225. <value>공인인증서명 처리를 실패하였을 하였습니다.</value>
  226. </data>
  227. <data name="msg_sign_password_fail" xml:space="preserve">
  228. <value>공인인증서 비밀번호가 틀렸습니다.</value>
  229. </data>
  230. <data name="msg_sign_server_connection_fail" xml:space="preserve">
  231. <value>공인인증 서버 접속에 실패하였을 하였습니다.</value>
  232. </data>
  233. <data name="msg_sign_user_info_fail" xml:space="preserve">
  234. <value>로그인 사용자 정보를 통하여 공인인증서 정보가 정상적으로 조회되지 않았습니다.</value>
  235. </data>
  236. <data name="msg_temp_comp_save_confirm" xml:space="preserve">
  237. <value>동의서를 서명 하였습니다.</value>
  238. </data>
  239. <data name="msg_temp_print_confirm" xml:space="preserve">
  240. <value>동의서를 프린트 출력 하였습니다.</value>
  241. </data>
  242. <data name="msg_temp_save_confirm" xml:space="preserve">
  243. <value>동의서를 임시저장 하였습니다. 동의서 작성 완료를 위해서 서명 저장이 필요 합니다.</value>
  244. </data>
  245. <data name="msg_unfinished_check" xml:space="preserve">
  246. <value>처방에 따른 동의서중 미작성TAB 목록에 있는 동의서입니다.</value>
  247. </data>
  248. <data name="msg_warn_empty_type" xml:space="preserve">
  249. <value>작성구분을 선택 해주세요.</value>
  250. </data>
  251. <data name="pen" type="System.Resources.ResXFileRef, System.Windows.Forms">
  252. <value>..\Resources\pen.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  253. </data>
  254. <data name="print" type="System.Resources.ResXFileRef, System.Windows.Forms">
  255. <value>..\Resources\print.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  256. </data>
  257. <data name="search_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
  258. <value>..\Resources\search_icon.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  259. </data>
  260. <data name="msg_multi_print_fail" xml:space="preserve">
  261. <value>작성된 동의서를 사용중일 경우에는 환자 선택후 출력할 수 없습니다.</value>
  262. </data>
  263. <data name="newDrawingClick" type="System.Resources.ResXFileRef, System.Windows.Forms">
  264. <value>..\Resources\newDrawingClick.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  265. </data>
  266. <data name="msg_error_user_data" xml:space="preserve">
  267. <value>사용자 정보가 없습니다.</value>
  268. </data>
  269. <data name="msg_print_comment_2" xml:space="preserve">
  270. <value>[ 환자보관용 ]</value>
  271. </data>
  272. <data name="msg_print_comment_3" xml:space="preserve">
  273. <value>[ 센터보관용 ]</value>
  274. </data>
  275. <data name="msg_error_no_patient" xml:space="preserve">
  276. <value>환자 정보가 없습니다. 환자를 선택하여 주십시요.</value>
  277. </data>
  278. <data name="msg_confirm_save_confirm" xml:space="preserve">
  279. <value>동의서가 모두 작성된 후 저장되었습니다.</value>
  280. </data>
  281. <data name="HelpImage32" type="System.Resources.ResXFileRef, System.Windows.Forms">
  282. <value>..\Resources\HelpImage32.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
  283. </data>
  284. <data name="msg_printed_consent" xml:space="preserve">
  285. <value>출력된 동의서 입니다.</value>
  286. </data>
  287. <data name="title_printed_consent" xml:space="preserve">
  288. <value>출력된 동의서</value>
  289. </data>
  290. <data name="msg_info_anes_docu_print" xml:space="preserve">
  291. <value>마취 동의서를 출력합니다.</value>
  292. </data>
  293. <data name="title_info" xml:space="preserve">
  294. <value>정보</value>
  295. </data>
  296. <data name="msg_jinjeong" xml:space="preserve">
  297. <value>진정 동의서를 출력하시겠습니까? 하시려면 예(Yes) 아니면 아니오(No)를 선택하십시오.</value>
  298. </data>
  299. <data name="title_jinjeong" xml:space="preserve">
  300. <value>선택</value>
  301. </data>
  302. <data name="msg_cannot_print_temp_doc" xml:space="preserve">
  303. <value>임시저장 된 데이터는 출력할 수 없습니다.</value>
  304. </data>
  305. </root>