1/* 2 * Korean resources for MSI 3 * 4 * Copyright 2005 Mike McCormack 5 * Copyright 2010 Detlef Riekenberg 6 * Copyright 2010 YunSong Hwang 7 * 8 * This library is free software; you can redistribute it and/or 9 * modify it under the terms of the GNU Lesser General Public 10 * License as published by the Free Software Foundation; either 11 * version 2.1 of the License, or (at your option) any later version. 12 * 13 * This library is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * Lesser General Public License for more details. 17 * 18 * You should have received a copy of the GNU Lesser General Public 19 * License along with this library; if not, write to the Free Software 20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 21 */ 22 23LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT 24 25STRINGTABLE 26{ 27 4 " 지정한 설치 패키지를 열 수 없습니다. 파일 경로를 확인하고 다시 시도하십시오." 28 5 "%s 경로를 찾을수 없습니다" 29 9 "디스크 %s 삽입" 30 10 "Windows Installer %s\n\n사용법:\nmsiexec 명령 {필수 매개변수} [선택적 매개변수]\n\n제품 설치:\n\t/i {package|productcode} [property]\n\t/package {package|productcode} [property]\n\t/a package [property]\n설치 복구:\n\t/f[p|o|e|d|c|a|u|m|s|v] {package|productcode}\n제품 제거:\n\t/uninstall {package|productcode} [property]\n\t/x {package|productcode} [property]\n제품 알리기:\n\t/j[u|m] package [/t transform] [/g languageid]\n패치 추가:\n\t/p patchpackage [property]\n\t/p patchpackage /a package [property]\n위의 명령어를 위한 Log 와 UI 한정자 :\n\t/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile\n\t/q{|n|b|r|f|n+|b+|b-}\nMSI 서비스 등록:\n\t/y\nMSI 서비스 등록 해제:\n\t/z\n도움말 보기:\n\t/help\n\t/?\n" 31 11 "%s를 포함하는 폴더를 입력하세여" 32 12 "빠진 부분(feature)을 위한 설치 원본" 33 13 "빠진 부분(feature)을 위한 네트워크 드라이브" 34 14 "부분(feature)에서:" 35 15 " %s를 포함하는 폴더 선택" 36#ifdef __REACTOS__ 37 34 "ReactOS Installer Package" 38 35 "ReactOS Installer Patch" 39 36 "&Install" 40 37 "Re&pair" 41 38 "&Uninstall" 42 39 "&Apply" 43#endif 44 100 "New Folder" 45} 46 47/* Error messages */ 48STRINGTABLE 49{ 50 IDS_FATALEXIT "{{Fatal error: }}" 51 IDS_ERROR "{{Error [1]. }}" 52 IDS_WARNING "Warning [1]." 53 IDS_INFO "Info [1]." 54 IDS_INSTALLERROR "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is [1]. {{The arguments are: [2], [3], [4]}}" 55 IDS_OUTOFDISKSPACE "{{Disk full: }}" 56 IDS_ACTIONSTART "Action [Time]: [1]. [2]" 57 IDS_COMMONDATA "Message type: [1], Argument: [2]{, [3]}" 58 IDS_INFO_ACTIONSTART "Action start [Time]: [1]." 59 IDS_INFO_ACTIONENDED "Action ended [Time]: [1]. Return value [2]." 60 IDS_INFO_LOGGINGSTART "=== Logging started: [Date] [Time] ===" 61 62 IDS_ERR_INSERTDISK "Please insert the disk: [2]" 63 IDS_ERR_CABNOTFOUND "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it." 64} 65 66/* Standard action description strings */ 67STRINGTABLE 68{ 69 IDS_DESC_ALLOCATEREGISTRYSPACE "Allocating registry space" 70 IDS_DESC_APPSEARCH "Searching for installed applications" 71 IDS_DESC_BINDIMAGE "Binding executables" 72 IDS_DESC_CCPSEARCH "Searching for qualifying products" 73 IDS_DESC_COSTFINALIZE "Computing space requirements" 74 IDS_DESC_COSTINITIALIZE "Computing space requirements" 75 IDS_DESC_CREATEFOLDERS "Creating folders" 76 IDS_DESC_CREATESHORTCUTS "Creating shortcuts" 77 IDS_DESC_DELETESERVICES "Deleting services" 78 IDS_DESC_DUPLICATEFILES "Creating duplicate files" 79 IDS_DESC_FILECOST "Computing space requirements" 80 IDS_DESC_FINDRELATEDPRODUCTS "Searching for related applications" 81 IDS_DESC_INSTALLADMINPACKAGE "Copying network install files" 82 IDS_DESC_INSTALLFILES "Copying new files" 83 IDS_DESC_INSTALLODBC "Installing ODBC components" 84 IDS_DESC_INSTALLSERVICES "Installing new services" 85 IDS_DESC_INSTALLSFPCATALOGFILE "Installing system catalog" 86 IDS_DESC_INSTALLVALIDATE "Validating install" 87 IDS_DESC_LAUNCHCONDITIONS "Evaluating launch conditions" 88 IDS_DESC_MIGRATEFEATURESTATES "Migrating feature states from related applications" 89 IDS_DESC_MOVEFILES "Moving files" 90 IDS_DESC_MSIPUBLISHASSEMBLIES "Publishing assembly information" 91 IDS_DESC_MSIUNPUBLISHASSEMBLIES "Unpublishing assembly information" 92 IDS_DESC_PATCHFILES "Patching files" 93 IDS_DESC_PROCESSCOMPONENTS "Updating component registration" 94 IDS_DESC_PUBLISHCOMPONENTS "Publishing Qualified Components" 95 IDS_DESC_PUBLISHFEATURES "Publishing Product Features" 96 IDS_DESC_PUBLISHPRODUCT "Publishing product information" 97 IDS_DESC_REGISTERCLASSINFO "Registering Class servers" 98 IDS_DESC_REGISTERCOMPLUS "Registering COM+ Applications and Components" 99 IDS_DESC_REGISTEREXTENSIONINFO "Registering extension servers" 100 IDS_DESC_REGISTERFONTS "Registering fonts" 101 IDS_DESC_REGISTERMIMEINFO "Registering MIME info" 102 IDS_DESC_REGISTERPRODUCT "Registering product" 103 IDS_DESC_REGISTERPROGIDINFO "Registering program identifiers" 104 IDS_DESC_REGISTERTYPELIBRARIES "Registering type libraries" 105 IDS_DESC_REGISTERUSER "Registering user" 106 IDS_DESC_REMOVEDUPLICATEFILES "Removing duplicated files" 107 IDS_DESC_REMOVEENVIRONMENTSTRINGS "Updating environment strings" 108 IDS_DESC_REMOVEEXISTINGPRODUCTS "Removing applications" 109 IDS_DESC_REMOVEFILES "Removing files" 110 IDS_DESC_REMOVEFOLDERS "Removing folders" 111 IDS_DESC_REMOVEINIVALUES "Removing INI files entries" 112 IDS_DESC_REMOVEODBC "Removing ODBC components" 113 IDS_DESC_REMOVEREGISTRYVALUES "Removing system registry values" 114 IDS_DESC_REMOVESHORTCUTS "Removing shortcuts" 115 IDS_DESC_RMCCPSEARCH "Searching for qualifying products" 116 IDS_DESC_SELFREGMODULES "Registering modules" 117 IDS_DESC_SELFUNREGMODULES "Unregistering modules" 118 IDS_DESC_SETODBCFOLDERS "Initializing ODBC directories" 119 IDS_DESC_STARTSERVICES "Starting services" 120 IDS_DESC_STOPSERVICES "Stopping services" 121 IDS_DESC_UNPUBLISHCOMPONENTS "Unpublishing Qualified Components" 122 IDS_DESC_UNPUBLISHFEATURES "Unpublishing Product Features" 123 IDS_DESC_UNPUBLISHPRODUCT "Unpublishing product information" 124 IDS_DESC_UNREGISTERCLASSINFO "Unregister Class servers" 125 IDS_DESC_UNREGISTERCOMPLUS "Unregistering COM+ Applications and Components" 126 IDS_DESC_UNREGISTEREXTENSIONINFO "Unregistering extension servers" 127 IDS_DESC_UNREGISTERFONTS "Unregistering fonts" 128 IDS_DESC_UNREGISTERMIMEINFO "Unregistering MIME info" 129 IDS_DESC_UNREGISTERPROGIDINFO "Unregistering program identifiers" 130 IDS_DESC_UNREGISTERTYPELIBRARIES "Unregistering type libraries" 131 IDS_DESC_WRITEENVIRONMENTSTRINGS "Updating environment strings" 132 IDS_DESC_WRITEINIVALUES "Writing INI files values" 133 IDS_DESC_WRITEREGISTRYVALUES "Writing system registry values" 134} 135 136/* Standard action template strings */ 137STRINGTABLE 138{ 139 IDS_TEMP_ALLOCATEREGISTRYSPACE "Free space: [1]" 140 IDS_TEMP_APPSEARCH "Property: [1], Signature: [2]" 141 IDS_TEMP_BINDIMAGE "File: [1]" 142 IDS_TEMP_CREATEFOLDERS "Folder: [1]" 143 IDS_TEMP_CREATESHORTCUTS "Shortcut: [1]" 144 IDS_TEMP_DELETESERVICES "Service: [1]" 145 IDS_TEMP_DUPLICATEFILES "File: [1], Directory: [9], Size: [6]" 146 IDS_TEMP_FINDRELATEDPRODUCTS "Found application: [1]" 147 IDS_TEMP_INSTALLADMINPACKAGE "File: [1], Directory: [9], Size: [6]" 148 IDS_TEMP_INSTALLFILES "File: [1], Directory: [9], Size: [6]" 149 IDS_TEMP_INSTALLSERVICES "Service: [2]" 150 IDS_TEMP_INSTALLSFPCATALOGFILE "File: [1], Dependencies: [2]" 151 IDS_TEMP_MIGRATEFEATURESTATES "Application: [1]" 152 IDS_TEMP_MOVEFILES "File: [1], Directory: [9], Size: [6]" 153 IDS_TEMP_MSIPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]" 154 IDS_TEMP_MSIUNPUBLISHASSEMBLIES "Application Context:[1], Assembly Name:[2]" 155 IDS_TEMP_PATCHFILES "File: [1], Directory: [2], Size: [3]" 156 IDS_TEMP_PUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]" 157 IDS_TEMP_PUBLISHFEATURES "Feature: [1]" 158 IDS_TEMP_REGISTERCLASSINFO "Class Id: [1]" 159 IDS_TEMP_REGISTERCOMPLUS "AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}" 160 IDS_TEMP_REGISTEREXTENSIONINFO "Extension: [1]" 161 IDS_TEMP_REGISTERFONTS "Font: [1]" 162 IDS_TEMP_REGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]" 163 IDS_TEMP_REGISTERPROGIDINFO "ProgId: [1]" 164 IDS_TEMP_REGISTERTYPELIBRARIES "LibID: [1]" 165 IDS_TEMP_REMOVEDUPLICATEFILES "File: [1], Directory: [9]" 166 IDS_TEMP_REMOVEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]" 167 IDS_TEMP_REMOVEEXISTINGPRODUCTS "Application: [1], Command line: [2]" 168 IDS_TEMP_REMOVEFILES "File: [1], Directory: [9]" 169 IDS_TEMP_REMOVEFOLDERS "Folder: [1]" 170 IDS_TEMP_REMOVEINIVALUES "File: [1], Section: [2], Key: [3], Value: [4]" 171 IDS_TEMP_REMOVEREGISTRYVALUES "Key: [1], Name: [2]" 172 IDS_TEMP_REMOVESHORTCUTS "Shortcut: [1]" 173 IDS_TEMP_SELFREGMODULES "File: [1], Folder: [2]" 174 IDS_TEMP_SELFUNREGMODULES "File: [1], Folder: [2]" 175 IDS_TEMP_STARTSERVICES "Service: [1]" 176 IDS_TEMP_STOPSERVICES "Service: [1]" 177 IDS_TEMP_UNPUBLISHCOMPONENTS "Component ID: [1], Qualifier: [2]" 178 IDS_TEMP_UNPUBLISHFEATURES "Feature: [1]" 179 IDS_TEMP_UNREGISTERCLASSINFO "Class Id: [1]" 180 IDS_TEMP_UNREGISTERCOMPLUS "AppId: [1]{{, AppType: [2]}}" 181 IDS_TEMP_UNREGISTEREXTENSIONINFO "Extension: [1]" 182 IDS_TEMP_UNREGISTERFONTS "Font: [1]" 183 IDS_TEMP_UNREGISTERMIMEINFO "MIME Content Type: [1], Extension: [2]" 184 IDS_TEMP_UNREGISTERPROGIDINFO "ProgId: [1]" 185 IDS_TEMP_UNREGISTERTYPELIBRARIES "LibID: [1]" 186 IDS_TEMP_WRITEENVIRONMENTSTRINGS "Name: [1], Value: [2], Action [3]" 187 IDS_TEMP_WRITEINIVALUES "File: [1], Section: [2], Key: [3], Value: [4]" 188 IDS_TEMP_WRITEREGISTRYVALUES "Key: [1], Name: [2], Value: [3]" 189} 190